:root {
  --animate-duration: 500ms;
  --t1-color: rgba(0, 0, 0, 1);
  --t2-color: rgba(255, 255, 255, 1);
  --m1-color: #FFFFFF;
  /* white */
  --m2-color: #F9F9F9;
  /* lightgrey */
  --m3-color: #2e2e2e;
  /* darkgrey */
  --m4-color: #000000;
  /* black */
  --m5-color: #997858;
  /* gold */
  --m6-color: #dddddd;
  /* silver */
  --m7-color: #550000;
  /* darkred */
  --bglogowh: url("../img/ico/ctrld_logo_w.svg");
  --bglogows: url("../img/ico/ctrld_logo_ws.svg");
  --bglogore: url("../img/ico/ctrld_logo_r.svg");
  --bglogobl: url("../img/ico/ctrld_logo_b.svg");
  --iconlogo: url("../img/ico/ctrld_logo_sp.svg");
  --iconhome: url("../img/ico/ctrld_home.svg");
  --iconsecu: url("../img/ico/ctrld_security.svg");
  --iconbuil: url("../img/ico/ctrld_buildingtech.svg");
  --iconconf: url("../img/ico/ctrld_conference.svg");
  --iconnetw: url("../img/ico/ctrld_network.svg");
  --iconzuko: url("../img/ico/ctrld_zuko.svg");
  --iconyach: url("../img/ico/ctrld_yachting.svg");
  --iconshow: url("../img/ico/ctrld_showroom.svg");
}

/* html {
   scroll-behavior: smooth; 
}
*/

body {
  font-family: 'Inter';
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  /* cursor: url(../img/ico/ctrld_cursor.svg) 15 15, auto; */
}

.cards-wrapper {
  margin-top: 50px;
}

.card-container {
  perspective: 1200px;
}

.card {
  margin: 0 auto;
  height: 450px;
  width: 100%;
  max-width: 100%;
  position: relative;
  border-radius: 25px;
  transition: all 1s ease;
  transform-style: preserve-3d;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
  border-right: 2px;
    border-right-style: none;
  border-left: 2px;
    border-left-style: none;
  border-style: solid;
  border-image: linear-gradient(to bottom, #ccc, #555 66%, #181818) 1 100%;
  border-image: linear-gradient(transparent, transparent, #eee, transparent, transparent) 1 100%;
}


.rotated {
  transform: rotateY(-180deg);
}

.card-contents {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-contents h2,
.card-contents p {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.card-contents h2 {
  font-size: 3em;
  margin: 0 auto;
  padding-top: 165px;
}

.card-contents hr {
  width: 50%;
  margin: 20px auto;
}

.card-contents p {
  margin: 0 auto;
}

.card-depth {
  transform: translateZ(100px) scale(0.98);
  perspective: inherit;
  flex: unset !important;
  position: absolute;
  top: 0;
  padding: 0 45px 0 45px;
  font-size:14px;
}
.card-depth h2 {
  font-size: clamp(1em, 1.5vw, 1.4em) !important;
}


.card-front {
  /* background: linear-gradient(to top left, #3a6186, #89253e); */
  background-image: url("../img/bg/cards_w.webp");
  background-size: cover;
  /* background: linear-gradient(to top left, #000, #4a3c39); */
  transform-style: preserve-3d;
}

.card-back {
  transform: rotateY(180deg);
  /* background: linear-gradient(to top left, #ffa17f, #00223e); */
  /* background: linear-gradient(to top left, #4a3c39, #000); */
  background-image: url("../img/bg/cards_w.webp");
  background-size: cover;
  transform-style: preserve-3d;
}

#loading {
  position: fixed;
  text-align: center;
  display: flex;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 9999;
}

#loading img {
  margin: auto;
  max-width: 160px;
}

.blur {
  filter: blur(0.5rem);
}

img {
  width: 100%;
}

a:hover {
  cursor: pointer;
}
.link {
  background: #eee;
  display: flex;
  flex: 50%;
  margin-bottom: 10px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px;
  padding: 1em;
  transition: 1s;
}
.link:hover{
  cursor: pointer;
  transform: scale(1.2);
}

.pointer:hover {
  cursor: pointer;
}

.toggle-tabs:hover,
.show-contact:hover,
.show-security:hover,
.home:hover {
  cursor: pointer;
}

.toggle-tabs {
  position: fixed;
  display: none;
  bottom: 100px;
  right: 0;
  width: 50px;
  display: block;
  z-index: 99;
}

.submenu {
  display: none;
  font-size: 0.7em;
  position: fixed;
  top: 37px;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}

.submenu-items {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: -2px auto 0 auto;
  flex-direction: row;
}

.submenu-items a {
  font-family: 'Inter Medium';
  font-size: 1em;
  letter-spacing: 0.2em;
  padding: 0 1em 1em 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--t2-color);
  text-shadow: -0.1em 0.1em 0.45em black;
}

.logo-re {
  position: absolute;
  background-image: url(../img/ico/ctrld_logo-re.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  width: 50%;
  left: 50%;
  z-index: 1;
  margin: auto;
  top: 5%;
  opacity: 0.8;
}
.fullscreencube1 {
  display:none;
  position:fixed;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: black;
  z-index:99999;
  transition: 1s;
  border:20px solid black;
}
.showFullscreencube1:hover {
cursor:pointer;
}
.fullscreencube2 {
  display:none;
  position:fixed;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: black;
  z-index:99999;
  transition: 1s;
  border:20px solid black;
}
.showFullscreencube2:hover {
  cursor:pointer;
  }
.modal {
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  /* left: 50%; */
  /* transform: translate(-50%, 0%)!important; */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  z-index: 9;
  transition: 750ms;
  -moz-transition: 750ms;
  text-align: center;
}

.modal-50 {
  overflow: auto;
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  width: 40%;
  height: calc(100% - 140px);
  max-width: 2048px;
  /* background: #000; */
  background: linear-gradient(0.25turn, #000000, #330000);
  color: white;
  z-index: 99;
  transition: 750ms;
  -moz-transition: 750ms;
  text-align: left;
  opacity: 0.75;
  padding: 8px 2em 2em 2em;
  /* filter: drop-shadow(2px 2px 30px rgb(0 0 0 / 1)); */
  /* backdrop-filter: blur(50px); */
}

.modal-50 a {
  font-family: 'Inter Light';
  color: white;
  font-size: calc(12px + 1vw);
  text-decoration: none;
  transition: 0.75s;
  -moz-transition: 0.75s;
  padding: 8px;
  display: block;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #990000;
}

.modal-vh {
  display: none;
  position: fixed;
  /* top: calc(50% + 88px); */
  right: 0;
  width: 100%;
  height: auto;
  color: white;
  z-index: 8;
  transition: 750ms;
  -moz-transition: 750ms;
  text-align: left;
  opacity: 0.85;
}

.modal-container {
  overflow: auto;
  height: 800px;
}

.modal-close {
  position: fixed;
  right: 25px;
  margin-top: 25px;
  color: var(--m1-color);
  width: 50px;
  z-index: 99;
  transition: 1s;
  -moz-transition: 1s;
}

.modal-close:hover {
  cursor: pointer;
  transform: scale(1.3);
}

.modal-close img {
  max-width: 36px;
}
.fullscreencube-close {
  position: absolute;
  right: 0px;
  top: 10px;
  color: var(--m1-color);
  width: 50px;
  z-index: 99;
  transition: 1s;
  -moz-transition: 1s;
}

.fullscreencube-close:hover {
  cursor: pointer;
}

.fullscreencube-close img {
  max-width: 36px;
}

.modal-full {
  position: absolute;
  right: 92px;
  margin-top: -69px;
  color: var(--m1-color);
  width: 50px;
  z-index: 99;
  transition: 1s;
  -moz-transition: 1s;
}

.modal-full:hover {
  cursor: pointer;
  transform: scale(1.3);
}

.modal-full img {
  max-width: 36px;
}

.mainmenu-close {
  position: absolute;
  font-family: 'Inter Bold';
  top: 13px;
  right: 44px;
  font-size: 30px;
  line-height: 50px;
  color: var(--m1-color);
  z-index: 999;
  width: 36px;
}

.mainmenu-close:hover {
  cursor: pointer;
}

.modal-head {
  display: grid;
  height: 50%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.modal-effect {
  background-image: radial-gradient(black 20%, transparent 0%);
  background-size: 3px 3px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 9;
}

.modal-title {
  display: none;
  position: fixed;
  /* top: 50%; */
  width: 100%;
  max-width:1440px;
  height: 75px;
  left: 50%;
  transform: translate(-50%);
  /* background: rgba(255, 255, 255, 0.95); */
  /* backdrop-filter: blur(11px); */
  color: var(--m3-color);
  z-index: 9;
  transition: 750ms;
  -moz-transition: 750ms;
  text-align: center;
  opacity: 1;
  /* filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 1)); */
  font-size: 18px;
  font-family: 'Inter Bold';
  text-transform: uppercase;
  line-height: 75px;
}

.modal-headline {
  position: relative;
  /* background: rgba(0,0,0,0.75); */
  /* margin: 0 0 0 0; */
  text-align: center;
  display:none;
  /* width: 100%; */
  z-index: 99;
}

.modal-headline h2 {
  font-size: 36px;
  font-family: 'Inter Light';
  text-transform: uppercase;
}

.modal-icon {
  position: relative;
  margin-top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  /* background: rgba(0,0,0,1); */
  width: 120px;
  height: 70px;
  border-radius: 50%;
  /* filter: drop-shadow(4px 4px 5px rgb(0 0 0 / 1)); */
  /* border: 2px solid indianred; */
}

.modal-icon img {
  height: 80px;
}

.modal-content {
  font-family: 'Inter Light';
  font-size: clamp(1.2em, 1.6vw, 18px);
  padding: 3em 3em 125px 3em;
  color: var(--m3-color);
  /* text-align: justify; vor Barrierefreiheit*/
  text-align: left;
  max-width: 1280px;
  margin: auto;
  position: relative;
  z-index: 99;
  background: rgba(255,255,255,0.95);
}

.modal-content h2 {
  font-family: 'Inter Bold';
  font-size: clamp(1.75em, 2.8vw, 1.75em);
  text-transform: uppercase;
  /* text-shadow: 1px 1px 2px black; */
  line-height: 1.2em;
  margin: 0 0 5px 0;
  text-align: center;
}

.modal-content h3 {
  font-family: 'Inter Light';
  font-size: clamp(1em, 1.5vw, 1.5em);
  /* text-shadow: 1px 1px 2px black; */
  /* font-size: 24px; */
  line-height: 1.2em;
  margin: 0 0 35px 0;
  text-align: center;
  min-height: 50px;
  max-width: 100%;
}

.modal-content h4 {
  font-family: 'Inter Bold';
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 30px;
  margin: 10px 0 10px 0;
  text-align: center;
  /* border-bottom: 10px solid #444; */
  /* border-bottom: 5px dotted #900; */
  /* background: #2d231b; */
  min-height: 40px;
  padding: 0.75em;
  margin: 25px 0 25px 0;
}


.center {
  text-align: center;
}

.left {
  text-align: left !important;
  padding: 0.75em 0 0.75em !important;
}

.references {
  padding: 0 0 30px 0;
  min-height: 80px;
}

.references div {
  background: #000;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px;
  padding: 1em;
}

.modal-content div {
  z-index: 999;
  /* padding: 5px 15px 5px 15px; */
}

.modal-content a {
  color: var(--m3-color);
  text-decoration: none;
  font-weight:900;
}

.icon {
  max-width: 50px;
  padding: 0px 5px 0px 5px;
  transition: 1s;
  -moz-transition: 1s;
  /* filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 1)); */
}

.icon:hover {
  transform: scale(1.3);

}

.break {
  margin: 5px 0 20px 0;
  border-bottom: 5px dotted #900;
  height: 5px;
}

.modal-content ul {
  padding: 0 0 0 20px;
}

.modal-content li {
  text-align: left;
  padding-bottom: 5px;
}

.flexit {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.content-duo {
  margin:50px 0 0 0;
  display:flex;
  justify-content: space-evenly;
  gap:30px;
}
.content-50 {
  display: flex;
  gap: 30px 30px;
}

.content-50 div {
  flex: 50%;
  margin-bottom:10px;
}

.web {
  font-size: 12px;
  color: #888;
  display: contents;
}

.cinema {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.75s;
  -moz-transition: 0.75s;
  z-index: 99;
}

.cinemaMaskTop {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 10%;
  background: #000;
  z-index: 999;
}

.cinemaMaskBottom {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10%;
  background: #000;
  z-index: 999;
}

.claim {
  width: fit-content;
  max-width: 280px;
  padding-bottom: 25px;
  transition: 0.75s;
  -moz-transition: 0.75s;

}

.claim img {
  height: 18px;
}

#close {
  width: 50px;
  height: 50px;
  border: 1px solid #FFF;
  padding: 1em;
}

#close:hover {
  width: 50px;
  height: 50px;
  border: 1px solid #990000;
  cursor: pointer;
}

.panel--top {
  display: flex;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 99;
  transition: 0.75s;
  -moz-transition: 0.75s;
  background: none;
  /* backdrop-filter: blur(10px); */
}

.panel--bottom {
  position: fixed;
  bottom: -1px;
  width: 100%;
  height: 46px;
  z-index: 99;
  transition: 0.75s;
  -moz-transition: 0.75s;
  background: rgba(0, 0, 0, 0.75);
  /* backdrop-filter: blur(10px); */
}

.bgbt {
  background: rgba(0, 0, 0, 0.75) !important;
}

.logo {
  font-family: 'Inter Black';
  font-size: 20px;
  color: var(--m1-color);
  margin: 11px 0 0 50px;
  transition: 0.75s;
  -moz-transition: 0.75s;
  width: 190px;
  /* height: 17px; */
  background-repeat: no-repeat !important;
  z-index: 9999;
}

.logo-white {
  background: var(--bglogowh);
  filter: drop-shadow(2px 2px 4px rgb(0 0 0 / 1));
}

.logo-white:hover {
  /* background: var(--m6-color); */
  transform: scale(1.1);
  cursor: pointer;
}

.logo-red {
  background: var(--bglogore);
}

.logo-red:hover {
  background: var(--bglogowh);
  cursor: pointer;
}

.logo-black {
  background: var(--bglogobl);
}

.logo-black:hover {
  background: var(--bglogore);
  cursor: pointer;
}

.smart-icons {
  width: 70px;
  height: 30px;
  margin: auto;
  padding: 5px 0 5px 0;
}

.smart-icons div {
  width: 70px;
  height: 30px;
}

.iconhome {
  background: var(--iconhome);
  background-repeat: no-repeat;
}

.iconsecu {
  background: var(--iconsecu);
  background-repeat: no-repeat;
  background-position: center;
}

.iconbuil {
  background: var(--iconbuil);
  background-repeat: no-repeat;
  background-position: center;
}

.iconconf {
  background: var(--iconconf);
  background-repeat: no-repeat;
  background-position: center;
}

.iconzuko {
  background: var(--iconzuko);
  background-repeat: no-repeat;
  background-position: center;
}

.iconnetw {
  background: var(--iconnetw);
  background-repeat: no-repeat;
  background-position: center;
}

.iconyach {
  background: var(--iconyach);
  background-repeat: no-repeat;
  background-position: center;
}

.iconshow {
  background: var(--iconshow);
  background-repeat: no-repeat;
  background-position: center;
}

.iconlogo {
  background: var(--iconlogo);
  background-repeat: no-repeat;
}

.menu--top {
  display: block;
  position: fixed;
  top: 34px;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}

.menu--top a {
  font-family: 'Inter Medium';
  font-size: 0.7em;
  letter-spacing: 0.2em;
  padding: 0 1em 1em 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--t2-color);
  text-shadow: -0.1em 0.1em 0.45em black;
}

.nav--top {
  position: fixed;
  top: 9px;
  right: 40px;
  color: var(--m1-color);
  width: 150px;
}

.nav--top span {
  font-size: 40px;
  font-family: 'Inter Light';
}

.nav--top span img {
  max-width: 36px;
  padding: 0px 5px 0px 5px;
  transition: 1s;
  -moz-transition: 1s;
  filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 1));
}

.nav--top span img:hover {
  transform: scale(1.3);

}

/* Style tab links */
.tabwrapper {
  position: fixed;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  flex-direction: row;
  display: none;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  height: 75px;
  border-top: 15px solid transparent;
  border-image: linear-gradient(45deg, rgb(0, 0, 0), rgb(155, 155, 155), rgb(0, 0, 0)) 1;
}


.tablink {
  background-color: #000;
  text-transform: uppercase;
  flex-grow: 1;
  color: #cdcdcd;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 0px;
  font-size: 0.7em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2em;
  transition: 0.9s;
  -moz-transition: 0.9s;
  height: 100%;
}

.tablink:hover {
  background-color: var(--m7-color);
  color: white;
}

#s1,
#s2,
#s3,
#s4,
#s5 {
  scroll-margin-top: 55px;
}

.blink-a {
  animation: blink1 700ms ease-in-out 1000ms 1
}

.blink-b {
  animation: blink1 700ms ease-in-out 1100ms 1
}

.blink-c {
  animation: blink1 700ms ease-in-out 1200ms 1
}

.blink-d {
  animation: blink1 700ms ease-in-out 1300ms 1
}

.blink-e {
  animation: blink1 700ms ease-in-out 1400ms 1
}

@keyframes blink1 {
  0% {
    background-color: rgba(0, 0, 0, 1)
  }

  50% {
    background-color: rgba(200, 0, 0, 1)
  }

  100% {
    background-color: rgba(0, 0, 0, 1)
  }
}

@-webkit-keyframes blink1 {
  0% {
    background-color: rgba(0, 0, 0, 1)
  }

  50% {
    background-color: rgba(200, 0, 0, 1)
  }

  100% {
    background-color: rgba(0, 0, 0, 1)
  }
}

/* .sidenavi {
  margin-top:40px;
} */
.sidenavi img {
  width: auto;
  max-height: 35px;
  margin: 30px 10px 0 0;
}

.sidenavi a:before {
  content: "\25B9";
  padding-right: 10px;
  color: #666;
}

.sidenavi a:hover::before {
  content: "\25B8";
  color: #FFF;
}

.sidenavi a {
  line-height: 1em;
}

.sub-item {
  padding-left: 15px;
}

.small {
  /* font-size: calc(12px + 0.8vw)!important; */
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 25px 0 0 8px;
}

.small:before {
  content: "" !important;
  padding-right: 0px !important;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #990000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.75s;
  -moz-transition: 0.75s;
  padding-top: 60px;
  margin-right: -50px;
}

.slide-logo {
  width: 150px;
}

.sidenav .slide-logo a {
  background: none;
}

.sidenav a {
  padding: 10px 8px 10px 8px;
  text-decoration: none;
  font-size: 20px;
  color: var(--m1-color);
  display: block;
  transition: 0.5s;
  -moz-transition: 0.5s;
  background: black;
  margin-bottom: 2px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 70px;
  font-size: 36px;
  /* margin-left: 50px; */
  margin-right: 30px;
}

/* Buttons */
.glow-on-hover {
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  font-size: 30px;
  padding: 0.75em;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #990000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #990000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: none;
  color: #444;
  cursor: pointer;
  padding: 0;
  width: 25px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  -moz-transition: 0.4s;
  margin-top: -60px;
  margin-left: -70px;
  font-size: 18px;
  position: absolute;
}

.accordion:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 18px;
  color: #777;
  float: left;
  margin-left: 5px;
  background: #eee;
  border-radius: 25px;
  padding: 10px;
  width: 25px;
  text-align: center;
}

.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

.panel {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
  -moz-transition: max-height 1s ease-out;
}

.panel p {
  padding: 0 0 0 0;
  margin: 0;
}

.hersteller-slide {
  height: 100px;
  background: var(--t1-color);
  color: var(--m1-color);
  margin: auto;
  text-align: center;

}

#main {
  transition: margin-left .5s;
  -moz-transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-width: 800px) {
  .tablink span {
    display: none;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.site--vr {
  font-family: 'Inter';
  position: fixed;
  bottom: 15px;
  left: 50px;
  /* left: 50%;
    transform: translate(-50%, 0px); */
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  z-index: 99;
  font-weight: 300;
  text-align: left;
  color: var(--m6-color);
}

.site--vr a {
  color: var(--m6-color);
  text-decoration: none;
}

.site--toplef {
  display: block;
  font-family: 'Inter';
  position: fixed;
  bottom: 80px;
  right: 85px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-shadow: 1px 1px 1px #000;
  z-index: 99;
  font-weight: 300;
  text-align: left;
  color: var(--m6-color);
  /* background: rgba(0,0,0,0.9); */
  padding: 5px;
  margin: 0 0 0 -5px;
}

.site--botrig {
  font-family: 'Inter';
  position: fixed;
  bottom: 15px;
  right: 50px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  z-index: 999;
  font-weight: 300;
  text-align: left;
  color: var(--m6-color);
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.container50 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  margin: auto;
  align-items: stretch;
  background: white;
}

.bright {
  flex-direction: row;
}

.dark {
  flex-direction: row;
}

.padding--0 {
  padding: 0 !important;
}

.container50 h2 {
  font-family: 'Inter';
  font-weight: bold;
  font-size: 60px;
  line-height: 1em;
  margin: 0;
}

.container50 h3 {
  font-family: 'Inter';
  font-size: 32px;
  margin: 5px 0 50px 0;
}

.container50 p {
  font-size: 18px;
}

.content-txt {
  flex: 1;
  padding: 5% 5% 5% 10%;
}

.content-img {
  flex: 1;
  padding: 0;
}

.content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;

}

.ctrld-btn1 {
  margin-top: 25px;
  width: 200px;
  padding: 8px;
  background: none;
  color: var(--t1-color);
  border: 2px solid black;
  transition: 750ms;
  -moz-transition: 750ms;
  font-size: 16px;
}

.ctrld-btn1:hover {
  background: black;
  color: var(--t2-color);
}

.ctrld-btn2 {
  margin-top: 25px;
  width: 200px;
  padding: 8px;
  background: none;
  color: var(--t2-color);
  border: 2px solid white;
  transition: 750ms;
  -moz-transition: 0.75s;
  font-size: 16px;
}

.ctrld-btn2:hover {
  background: white;
  color: var(--t1-color);
}



.slide--container {
  flex: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  background: none;
}

.slidecontrol {
  /* background: rgba(0,0,0,0.75); */
  position: fixed;
  display: none;
  justify-content: center;
  top: 85px;
  width: 340px;
  height: 35px;
  z-index: 9999;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slidecontrol div {
  padding: 0 10px 0 10px;
  font-size: 30px;
}

.slidecontrol img {
  background: rgba(0, 0, 0, 0.75);
  height: 35px;
}

video {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 100%;
  width: 100%;
  z-index: 6;
}

.bgVideo {
  opacity: 0.9;
}

.bgImage {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 5;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

.scaling {
  animation: scale 30s linear infinite !important;
}

.scalingStop {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.scalingStart {
  -webkit-animation-play-state: running !important;
  animation-play-state: running !important;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.stage {
  /* border:20px solid black; */
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 1;
  animation: fadeIn 750ms;
  width: calc(100% - 0px);
  height: calc(100vh - 0px);
  position: fixed;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 7;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

#main-headline {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
  width: 100%;
  margin: 0 0 0 0;
  transition: 1s;
  -moz-transition: 1s;
  bottom: 45px;
}

#main-headline h1 {
  font-family: 'Inter Light';
  /* font-size: 55px; */
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1em;
  text-align: left;
  /* text-shadow: 2px 2px 5px #000000; */
  /* width: 50%; */
  /* border:2px solid yellow; */
  /* bottom:25%; */
  color: var(--m1-color);
  padding: 10px 50px 10px 50px;
  /* background: #000; */
}

#main-headline span {
  font-family: 'Inter Light';
  font-size: 22px;
  color: var(--m6-color);
  display: block;
  margin-bottom: 5px;
  line-height: 1.1em;
}

#main-headline img {
  width: 40px;
  margin: 15px 0 0 0;
  transition: 0.75s;
  -moz-transition: 0.75s;
  filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 1));
}

#main-headline img:hover {
  transform: scale(1.3);
}

.stageLegal {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 1;
  animation: fadeIn 750ms;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  z-index: 7;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

.stageLegal div {
  color: white;
  padding: 100px 50px 100px 50px;
}

.bgVideo1 {
  display: none;
  transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: none;
  height: 100vh;
}

.bgVideo3 {
  transform: scale();
}

.news-wrapper {
  position: fixed;
  display: none;
  font-family: 'Inter';
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  min-height: 50px;
  bottom: 0;
  color: white;
  font-size: 16px;
  line-height: 18px;
  margin: 20px 0 0 0;
  padding: 2em 1em 1em 1em;
  z-index: 9;
}

.news-wrapper a {
  color: white;
  font-family: 'Inter Medium';
}

.news-wrapper img {
  width: 60px;
  padding-right: 10px;
}

.news-badge {
  font-family: 'Inter Medium';
  position: relative;
  top: 0;
  left: 0;
  background: #990000;
  color: white;
  font-size: 0.7em;
  line-height: 0.7em;
  padding: 0.4em;
}

.news-wrapper .news {
  font-family: 'Inter';

}

@media all and (max-width: 990px) {

  .bright {
    flex-direction: column;
    margin-bottom: -4px;
  }

  .dark {
    flex-direction: column-reverse;
    margin-bottom: -4px;
  }

  .content-txt {
    flex: 0 1 100%;
  }

  /* .content-img {
    flex: 0 1 100%;

  } */
  .hide--m {
    display: none !important;
  }

  /* .menu--top {
    display: none;
  }

  .submenu {
    display: none;
  } */

  #main-headline h1 {
    font-family: 'Inter Medium';
    font-size: 55px;
  }

  h1 span {
    margin-bottom: 0px !important;
  }

  .container50 h2 {
    font-family: 'Inter Medium';
    font-size: 40px;
  }

  .container50 h3 {
    font-family: 'Inter Medium';
    font-size: 24px;
  }

  .container50 p {
    font-size: 18px;
  }

  .footer-item:nth-of-type(2) {
    width: 100%;
  }

  .footer-item:nth-of-type(3) {
    width: 100%;
  }

  .footer-item:nth-of-type(4) {
    width: 100%;
  }
}

@media all and (max-width: 1080px) {
  .menu--top {
    display: none;
  }

  .submenu {
    display: none;
  }
  .card-depth h4 {
    font-size: 1.1rem!important;
    line-height:1.1em;
  }
  .card-depth {
    font-size: 14px !important;
  }
}

@media all and (max-width: 940px) {
  .claim {
    display: none;
  }
  .content-50 {
    display: block;
  }
  .references {
    padding: 0 0 0px 0;
    }
}

@media all and (max-width: 800px) {
  .modal {
    height: 94%;
  }


  .tabwrapper {
    height: 50px;
  }

  .sidenav a {
    padding: 10px 8px 10px 8px;
    font-size: 16px;
  }

  .fullscreen_button {
    display: none;
  }

  #main-headline h1 {
    font-size: 1.75rem;
    line-height: 1em;
  }

  #main-headline span {
    display: none;
    /* font-family: 'Inter';
    font-size: 25px;
    line-height: 1.1em; */
  }

  .accordion {
    margin-top: 0px;
    margin-left: -25px;
    position: relative;
  }

  .site--botrig {
    display: none;
  }

}

@media all and (max-width: 640px) {

  .logo {
    margin: 15px 0 0 25px;
    width: 170px;
  }

  .nav--top {
    right: 0px;
  }

  .nav--top span img {
    padding: 0px 0px 0px 5px;
  }

  #main-headline h1 {
    font-size: 22px;
    line-height: 1em;
    /* width:75%; */
    padding: 10px 25px 10px 25px;
  }

  #main-headline span {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.1em;
  }

  .site--vr {
    left: 20px;
  }

  .modal-title {
    font-size: 26px;
  }

  .modal-content {
    padding: 20px 5% 100px 5%;
    text-align: left;
    hyphens: auto;
  }

  .modal-content h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: left;
    width: calc(100% - 40px);
  }

  .modal-content h3 {
    font-family: 'Inter Medium';
    text-align: left;
  }

  .modal-content h4 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: left;
    padding: 20px 0 0 0;
  }

  .content-50 {
    display: block;
  }

  .modal-headline {
    text-align: left;
  }

  .modal-title {
    padding-left: 20px;
  }

  .modal-close {
    right: 12px;
    margin-top: 15px;
  }

  .modal-full {
    right: 76px;
    margin-top: -65px;
  }

}

@media all and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .logo {
    margin: 15px 0 0 25px;
    width: 130px;
  }

  .logo-white {
    background: var(--bglogows);
  }

  .toggle-tabs {
    width: 35px;
  }

  .modal-50 {
    width: 60%;
  }

  .site--vr {
    font-size: 2.65vw;
  }

  .modal-title {
    font-size: 18px;
  }

  #main-headline span {
    font-size: 12px;
  }

  .smart-icons {
    width: 60px;
  }

  .smart-icons div {
    width: 60px;
  }
}

@media screen and (max-height: 750px) {
  .modal-50 a {
    font-size: calc(16px + 1vw);
  }

}

@media screen and (max-height: 420px) {

  #main-headline {
    font-size: 30px;
  }

  #main-headline span {
    font-size: 14px;
  }
}

@media screen and (max-height: 320px) {
  #main-headline {
    font-size: 20px;
  }

}