/* SCSS Document */
/* Variables */
/* Colors */
/* grey */
/* yellow */
/* red */
/* blue */
/* petrol */
/* green */
/* yellow */
/* dark grey */
/* light grey */
/* nearly white */
/* middle grey */
@font-face {
  font-family: 'roboto_regular';
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_light';
  src: url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_bold';
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Global Styles */
body {
  font-size: 1rem;
  color: #7f7f7f;
  background: #fff; }

a {
  text-decoration: none !important st;
  color: #363636; }

a:hover, a:focus {
  color: #363636;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto_light", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1 {
  margin-bottom: 4rem !important;
  font-size: 2.2rem !important; }

h2 {
  margin-bottom: 3rem !important; }

h4 {
  font-size: 1.4rem !important; }

img {
  max-width: 100%;
  height: auto; }

.more {
  border: 1px solid #cfcfcf;
  border-radius: 1.5rem;
  color: #fff !important;
  background-image: linear-gradient(to right, #aab969 0%, #145554 100%);
  text-align: center;
  text-decoration: none;
  line-height: 2rem;
  padding: 0 1.5rem;
  margin: 1.5rem 0 1.5rem 0px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  background-size: 150% auto;
  max-width: 100%; }
  .more:hover {
    background-position: right center;
    text-decoration: none;
    color: #fff; }

/* typo3 styles */
.ce-headline-left {
  text-align: left; }

.ce-headline-center {
  text-align: center; }

.ce-headline-right {
  text-align: right; }

.frame-layout-4, .frame-layout-5 {
  padding: 5rem 0; }

.bg-grey {
  background-color: #cfcfcf; }

.frame-box {
  background-color: white;
  color: #363636;
  border-radius: 0.5rem;
  padding: 2rem;
  margin-bottom: 2rem; }

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
  /*background-color: #f1f1f1;*/ }

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px; }

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3); }

.contenttable {
  margin: 4rem 0; }
  .contenttable tr {
    border-bottom: 1px solid #cfcfcf; }
    .contenttable tr:last-child {
      border: 0; }
    .contenttable tr td {
      margin: 0;
      padding: 4rem;
      border-right: 1px solid #cfcfcf;
      vertical-align: text-top; }
      .contenttable tr td:last-child {
        border: 0; }
      .contenttable tr td:hover {
        background-color: #efecea; }

@media (max-width: 1250) {
  .ce-left .ce-gallery {
    float: none;
    display: block; } }
/* One Page Template */
.header .container {
  position: relative; }
.header .logo {
  max-width: 200px;
  cursor: pointer; }
.header .logo-sb {
  max-width: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
.header .navigation {
  	/*position: absolute;
    	top: 50%;
  	right: 0.75rem;
  	transform: translateY(-50%);*/
  float: right; }
  .header .navigation ul {
    padding: 0;
    margin: 0; }
    .header .navigation ul li {
      display: inline-block; }
      .header .navigation ul li a {
        color: #363636;
        text-decoration: none;
        font-size: 1.2rem;
        padding: 0.5rem 1.5rem;
        margin: 1.5rem 0 1.5rem 0px;
        display: inline-block;
        position: relative; }
        .header .navigation ul li a:before {
          content: "";
          position: absolute;
          top: 100%;
          height: 1px;
          background-color: #aab969;
          left: 50%;
          right: 50%;
          transition: all 0.5s cubic-bezier(0.25, 1, 0.33, 1); }
        .header .navigation ul li a:hover:before {
          content: "";
          right: 0;
          left: 0;
          height: 1px;
          top: 100%; }
        .header .navigation ul li a:focus:before {
          content: "";
          height: 1px;
          top: 100%;
          right: 0;
          left: 0; }

@media (max-width: 1250px) {
  .header {
    display: none; } }
.lang-navigation {
  position: absolute;
  right: 1rem;
  top: 2rem; }
  .lang-navigation ul {
    padding: 0;
    margin: 0;
    position: relative; }
    .lang-navigation ul li {
      display: inline-block; }
      .lang-navigation ul li.active a {
        color: #aab969; }
      .lang-navigation ul li a {
        color: #363636;
        text-decoration: none;
        padding: 0.5rem;
        margin: 0.5rem 0;
        font-size: 0.8rem;
        display: inline-block;
        position: relative; }
        .lang-navigation ul li a:before {
          content: "";
          position: absolute;
          top: 100%;
          height: 1px;
          background-color: #aab969;
          left: 50%;
          right: 50%;
          transition: all 0.5s cubic-bezier(0.25, 1, 0.33, 1); }
        .lang-navigation ul li a:hover:before {
          content: "";
          right: 0;
          left: 0;
          height: 1px;
          top: 100%; }
        .lang-navigation ul li a:focus:before {
          content: "";
          height: 1px;
          top: 100%;
          right: 0;
          left: 0; }

.footer .lang-navigation {
  position: relative;
  left: auto;
  right: auto;
  top: auto; }
  .footer .lang-navigation a {
    padding: 0 0.5rem; }

@media (max-width: 1250px) {
  .lang-navigation {
    display: none; }

  .footer .lang-navigation, #overlay-navigation .lang-navigation {
    display: block; }

  .footer .col-sm {
    margin-bottom: 2rem; } }
/* overlay menu */
@media (max-width: 1250px) {
  .mobile-header {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0px; } }
#overlay-navigation {
  /*height: 50vh;*/
  color: #fff;
  z-index: 99999;
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: 5rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #363636;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5); }
  #overlay-navigation.open {
    top: 0px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  #overlay-navigation a {
    color: #fff;
    text-decoration: none; }
  #overlay-navigation ul {
    list-style: none;
    padding: 0; }
    #overlay-navigation ul li a {
      color: #fff;
      font-size: 1.4rem;
      text-decoration: none;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      #overlay-navigation ul li a:hover {
        padding-left: 1rem; }
  #overlay-navigation .lang-navigation {
    position: relative;
    left: 0;
    top: 0;
    border-top: 1px solid #cfcfcf; }
    #overlay-navigation .lang-navigation ul li a {
      font-size: 1rem;
      padding: 0;
      margin: 0.5rem 0.5rem 0.5rem 0; }

@media (max-width: 600px) {
  #overlay-navigation .col-8 {
    order: 2; } }
/* overlay-logo */
.overlay-logo {
  position: fixed;
  left: 1rem;
  top: 1rem;
  max-width: 100px;
  display: none;
  z-index: 100000;
  cursor: pointer; }

/* burger icon */
.burger-wrap {
  display: none;
  padding: 0.75rem;
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 50px;
  height: 45px;
  border-radius: 0.2rem;
  z-index: 100000; }
  .burger-wrap #burger-icon {
    width: 25px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .burger-wrap #burger-icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #363636;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
  .burger-wrap #burger-icon span:nth-child(1) {
    top: 0px; }
  .burger-wrap #burger-icon span:nth-child(2), .burger-wrap #burger-icon span:nth-child(3) {
    top: 8px; }
  .burger-wrap #burger-icon span:nth-child(4) {
    top: 16px; }
  .burger-wrap #burger-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .burger-wrap #burger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger-wrap #burger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger-wrap #burger-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .burger-wrap:hover {
    background: #cfcfcf; }
    .burger-wrap:hover #burger-icon span {
      background: #fff; }

.burger-wrap #burger-icon.open span {
  background: #fff; }

.hero-container {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7rem 5rem;
  min-height: 30vh; }
  @media (max-width: 1250px) {
    .hero-container {
      padding: 2rem 0.75rem; } }
  .hero-container.white {
    color: white; }
  .hero-container.black {
    color: #363636; }

.footer {
  background: #1f1f1f;
  color: white;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .footer a {
    color: white !important;
    text-decoration: none; }
  .footer .logo {
    display: block;
    max-width: 300px;
    width: 100%;
    margin-bottom: 1.5rem; }
  .footer h6 {
    font-family: "roboto_bold", sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  .footer ul.socialmedia {
    padding: 1rem 0;
    margin: 0;
    list-style: none; }
    .footer ul.socialmedia li {
      display: inline-block; }
      .footer ul.socialmedia li a {
        display: block;
        color: #1f1f1f;
        background-color: #969696;
        border-radius: 100%;
        border: 1px solid white;
        padding: 0.5rem;
        width: 40px;
        height: 40px;
        text-align: center;
        transition: background-color 0.5s ease; }
        .footer ul.socialmedia li a:hover {
          background-color: white; }
  .footer ul.footer-nav {
    padding: 0;
    margin: 0;
    list-style: none; }

/* extensions */
.tns-nav button {
  width: 14px;
  height: 14px;
  margin: 5px;
  border: 1px; }

/* IOT Solutions GmbH */
.iot .contenttable tr td:hover {
  background-color: #aab969; }
.iot .footer a:hover {
  color: #aab969 !important; }

@media (max-width: 800px) {
  .iot .contenttable tr {
    border: 0px !important; }

  .iot .contenttable tr td {
    display: block;
    width: 100% !important;
    border: 0px !important; } }
.loop {
  background-image: url("../../images/subsidiaries/sb-iot-solutions-gmbh/loop/loop-bg.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #cfcfcf;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center; }

.loop-icon {
  color: #fff;
  font-size: 1.2rem; }
  .loop-icon img {
    max-width: 8rem;
    display: block;
    margin: auto; }
  .loop-icon strong {
    font-size: 2.5rem;
    display: block; }

#loop-00, #loop-00-slogan, #loop-01, #loop-02, #loop-03, #loop-04 {
  position: fixed;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -9999;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

#loop-00 {
  left: 50%;
  top: 50%; }

#loop-00-slogan {
  left: 50%;
  top: 10%; }

#loop-01 {
  left: 33%;
  top: 25%; }

#loop-02 {
  left: 66%;
  top: 25%; }

#loop-03 {
  left: 66%;
  top: 75%; }

#loop-04 {
  left: 33%;
  top: 66%; }

@media (max-width: 1140px) {
  #loop-01, #loop-02, #loop-03, #loop-04 {
    width: 50%;
    transform: translate(0); }

  #loop-01 {
    left: 0%;
    top: 25%; }

  #loop-02 {
    left: 50%;
    top: 25%; }

  #loop-03 {
    left: 50%;
    top: 75%; }

  #loop-04 {
    left: 0%;
    top: 66%; } }
@media (max-width: 600px) {
  .loop-icon {
    font-size: 1.0rem; }
    .loop-icon img {
      max-width: 100px; }
    .loop-icon strong {
      font-size: 1.5rem; }

  #loop-00-slogan {
    top: 15%; }

  #loop-01 {
    left: 0%;
    top: 20%; }

  #loop-02 {
    left: 50%;
    top: 17%; }

  #loop-03 {
    left: 50%;
    top: 55%; }

  #loop-04 {
    left: 0%;
    top: 55%; } }
.active {
  z-index: 9999 !important;
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.inactive {
  opacity: 0 !important;
  position: absolute !important;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

div.spacer {
  height: 50vh;
  background-color: #cfcfcf; }

div.spacer-destroy {
  height: 0vh; }

div.spacer-start {
  height: 30vh; }

div.spacer-slogan {
  height: 30vh; }

img[alt="ie-fix-img"] {
  max-width: 600px; }

.hero-img-iot {
  background-image: url("../../images/subsidiaries/sb-iot-solutions-gmbh/Loopa_Szene.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: white;
  max-width: 100%;
  min-height: 300px; }

#tx_cookies .form-marketing {
  display: none; }
#tx_cookies .btn-secondary {
  background-color: #7f7f7f;
  border-color: #7f7f7f; }
#tx_cookies #tx_cookies_showPermanent {
  top: 95vh !important; }
