

@font-face {
  font-family: 'Overpass Light';
  font-style: normal;
  font-weight: normal;
  src: local('Overpass Light'), url('fonts/overpasslight.woff') format('woff');
}

@font-face {
  font-family: 'Overpass-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Overpass-Bold'), url('fonts/Overpass_Bold.woff') format('woff');
}

@font-face {
  font-family: 'Baskervville-Italic';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Baskervville-Italic.woff') format('woff');
}



:root {
  /* Farbpalette */
  --main-bg-color: #495463;
  --tc-darkgray: #495463;
  --tc-lightgray: #576475;
  --tc-orange: #f47a54;
  --tc-orange-light: #F58B65;
  --tc-gold: #a1662c;
  --tc-white: #ffffff;
  --tc-ltitle: #C08938;
  --tc-lsubtitle: #878787;
  --tc-light: #CED8E3;
  --tc-light-light: #E7ECF1;
  --tc-petrol: #34484a;
  --tc-petrol-light: #526365;
  --tc-magenta: #dd1372;
  --tc-magenta-light: #E23687;

  /* Schriftgrößen */
  --tc-h1: 15vh;
  /*--tc-h2: */
}

#stickytop{
  position: fixed;
  top: -14rem;
  left: 0px;
  width: 100vw;
  height: 15rem;
  pointer-events:none;
  z-index: 2001;
}

.tc-logo{
  transform: translate(0, 15rem);
}
@media (max-width: 576px){
  .tc-logo{
    transform: translate(0, 14.5rem);
    margin-left: 0.5rem;
  }
  .tc-logo img{
    filter: brightness(100) opacity(0.5);
  }
}

.tc-logo > img{
  max-height: 400px;
}


.full-container {
  display: flex;
  width: 100vw;
  min-height: 100vh;
}

.elnavl{
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 35vw;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: top right;
}

.elnavln{

  z-index: 2000;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: bottom right;
  pointer-events:auto;
}


.elnavham{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
}

.elstern{
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  height: 20vw;
}

.elmenu{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  pointer-events:none;
  z-index: 2001;
}



.ellogo{
  position: fixed;
  width: 100vw;
  z-index: 2000;
  top: 0px;
  height: 5vh;
}


.elbadge {
    position: fixed;
    z-index: 500;
    top: 75vh;
    left: 0;
    height: 5em;
    max-width: 16em;
    font-family: 'Overpass Light';
    transform-origin: top left;
    transform: rotate(270deg) translate(-8em, 0em);
}@media (max-width: 768px){
  .elbadge svg{
    transform-origin: top;
    transform: scale(.7);
  }
}




.elbadge svg{
  alignment-baseline: middle;
  dominant-baseline: central;
}

.tc-orange-fill{
  fill: var(--tc-orange);
}

.tc-dropshadow{
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,.25));
}

.elnavl li, .elnavl i {
  color: white;
}

.elnavl a, .elnavham a{
  color: var(--tc-orange);
  text-decoration: none;
  font-family: 'Overpass-Bold',sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2em;
  direction: rtl;
  text-indent: 0;
  transition: text-indent .5s;
}


.elnavl a:hover{
  text-indent: .25em;
}


.elnavln li, .elnavln i {
  color: white;
}

.elnavln a, .elnavham a{
  color: var(--tc-orange);
  text-decoration: none;
  font-family: 'Overpass-Bold',sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: .9em;
  direction: rtl;
  text-indent: 0;
  transition: text-indent .5s;
}


.elnavln a:hover{
  text-indent: .25em;
}



.elnavr{
  position: fixed;
  z-index: 2000;
  top: 0;
  height: 100vh;
  right: 0;
  width: 2.5em;
}



#elnavr-bar, #elnavr-top{
  background-color: rgba(0,0,0,.25);
  border-radius: .5em 0em 0em .5em;
  box-shadow: 0px 0px 1em rgba(0,0,0,.25);
  opacity: 1;
  visibility: visible;
}

#elnavr-top.invisible{
  visibility:hidden;
  opacity:0;
  transition:visibility 0.5s linear,opacity 0.5s linear;
}


img.elnavr-bar-bt:hover{
  filter: drop-shadow(0px 0px 4px rgba(255,255,255,1));
}

.navbar-dark, .navbar-toggler, .navbar-toggler-icon{
  border-color: rgba(0,0,0,0)!important;
  border: none!important;
  outline: 0!important;
}


.navbar-toggler .collapsed > span{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23f47a54' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler > span{
  background-image: url("svg/chevron.svg");
}


.main-pager{
  background-color: var(--main-bg-color);
  overflow-y: auto;
  min-height: 100vh;
  scroll-snap-type: y mandatory;
  /*scroll-snap-type: y proximity;*/
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

.main-snapper{
  scroll-snap-align: start;
}

h1{
  isolation: isolate!important;
}


/* Start */

#start{
  background-color: var(--tc-darkgray);
  color: var(--tc-white);
}

#start .carousel-item:nth-of-type(odd){
  background-color: var(--tc-darkgray);
}

#start .carousel-item:nth-of-type(even){
  background-color: var(--tc-lightgray);
}

#start .carousel-item:nth-of-type(odd) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23576475" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#start .carousel-item:nth-of-type(even) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23576475" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#start .carousel-item h1{
  color: var(--tc-orange);
}

#start .carousel-item p{
  color: var(--tc-white);
  padding-top: .2em;
  line-height: 1.2em;
}

#start .carousel-item a{
  background-color: white;
  color: var(--tc-darkgray);
}

#start .carousel-item a:hover{
  background-color: var(--tc-orange);
  color: rgba(255,255,255,1);
}

/* ...Start */


/* Events */

#events{
  background-color: var(--tc-petrol);
  color: var(--tc-white);
}

#events .carousel-item:nth-of-type(odd){
  background-color: var(--tc-petrol);
}

#events .carousel-item:nth-of-type(even){
  background-color: var(--tc-petrol-light);
}

#events .carousel-item:nth-of-type(odd) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23526365" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#events .carousel-item:nth-of-type(even) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%2334484a" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#events .carousel-item h1{
  color: var(--tc-orange);
}

#events .carousel-item p{
  color: var(--tc-white);
  padding-top: .2em;
  line-height: 1.2em;
}

#events .carousel-item a{
  background-color: white;
  color: var(--tc-petrol);
}

#events .carousel-item a:hover{
  background-color: var(--tc-orange);
  color: rgba(255,255,255,1);
}

/* ...Events */

/* Media */

#media{
  background-color: var(--tc-magenta);
  color: var(--tc-white);
}

#media .carousel-item:nth-of-type(odd){
  background-color: var(--tc-magenta);
}

#media .carousel-item:nth-of-type(even){
  background-color: var(--tc-magenta-light);
}

#media .carousel-item:nth-of-type(odd) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23E23687" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#media .carousel-item:nth-of-type(even) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23dd1372" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#media .carousel-item h1{
  color: var(--tc-orange);
}

#media .carousel-item p{
  color: var(--tc-white);
  padding-top: .2em;
  line-height: 1.2em;
}

#media .carousel-item a{
  background-color: white;
  color: var(--tc-magenta);
}

#media .carousel-item a:hover{
  background-color: var(--tc-orange);
  color: rgba(255,255,255,1);
}

/* ...Media */


/* Product */

#product{
  background-color: var(--tc-light);
  color: black;
}

#product .carousel-item:nth-of-type(odd){
  background-color: var(--tc-light);
}

#product .carousel-item:nth-of-type(even){
  background-color: var(--tc-light-light);
}

#product .carousel-item:nth-of-type(odd) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23E7ECF1" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#product .carousel-item:nth-of-type(even) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23CED8E3" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#product .carousel-item h1{
  color: var(--tc-orange);
}

#product .carousel-item p{
  color: black;
  padding-top: .2em;
  line-height: 1.2em;
}

#product .carousel-item a{
  background-color: black;
  color: var(--tc-light);
}

#product .carousel-item a:hover{
  background-color: var(--tc-orange);
  color: rgba(255,255,255,1);
}

/* ...Product */


/* Agentur */

#agentur{
  background-color: var(--tc-darkgray);
  color: var(--tc-white);
}

#agentur .carousel-item:nth-of-type(odd){
  background-color: var(--tc-darkgray);
}

#agentur .carousel-item:nth-of-type(even){
  background-color: var(--tc-lightgray);
}

#agentur .carousel-item:nth-of-type(odd) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23576475" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#agentur .carousel-item:nth-of-type(even) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23495463" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#agentur .carousel-item h1{
  color: var(--tc-orange);
}

#agentur .carousel-item p{
  color: var(--tc-white);
  padding-top: .2em;
  line-height: 1.2em;
}

#agentur .carousel-item a{
  background-color: white;
  color: var(--tc-darkgray);
}

#agentur .carousel-item a:hover{
  background-color: var(--tc-orange);
  color: rgba(255,255,255,1);
}

/* ...Agentur */


/* Universum */

#universum{
  background-color: var(--tc-petrol);
  color: var(--tc-white);
}

#universum .carousel-item:nth-of-type(odd){
  background-color: var(--tc-petrol);
}

#universum .carousel-item:nth-of-type(even){
  background-color: var(--tc-petrol-light);
}

#universum .carousel-item:nth-of-type(odd) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23526365" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#universum .carousel-item:nth-of-type(even) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%2334484a" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#universum .carousel-item h1{
  color: var(--tc-orange);
}

#universum .carousel-item p{
  color: var(--tc-white);
  padding-top: .2em;
  line-height: 1.2em;
}

#universum .carousel-item a{
  background-color: white;
  color: var(--tc-petrol);
}

#universum .carousel-item a:hover{
  background-color: var(--tc-orange);
  color: rgba(255,255,255,1);
}

/* ...Universum */


/* Kontakt */

#kontakt{
  background-color: var(--tc-magenta);
  color: var(--tc-white);
}

#kontakt .carousel-item:nth-of-type(odd){
  background-color: var(--tc-magenta);
}

#kontakt .carousel-item:nth-of-type(even){
  background-color: var(--tc-magenta-light);
}

#kontakt .carousel-item:nth-of-type(odd) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23E23687" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#kontakt .carousel-item:nth-of-type(even) > div.hexagon{
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1270"><polygon fill="%23dd1372" opacity="100%" points="1600,450 1600,0 0,450 0,820 800,1270 1600,820"/></svg>');
}

#kontakt .carousel-item h1{
  color: var(--tc-orange);
}

#kontakt .carousel-item p{
  color: var(--tc-white);
  padding-top: .2em;
  line-height: 1.2em;
}

#kontakt .carousel-item a{
  background-color: white;
  color: var(--tc-magenta);
}

#kontakt .carousel-item a:hover{
  background-color: var(--tc-orange);
  color: rgba(255,255,255,1);
}

#kontakt .form-control{
  border-color: var(--tc-orange);
  border-radius: 0;
  border: none;
}

#kontakt .form-control:focus{
  border-color: var(--tc-orange);
  box-shadow: 0 0 0 0.15rem rgba(255,255,255,.25);
}

.form-floating>label{
  padding: 1.5em 0.5em;
  color: var(--tc-lightgray);
  font-family: 'Overpass Light',sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 768px){
  .form-floating>label{
    padding: 0.75em 0.75em;
    color: var(--tc-lightgray);
    font-family: 'Overpass Light',sans-serif;
    font-weight: normal;
    font-style: normal;
  }
}


#tc-icon{
  fill: var(--tc-orange);
}

#kontakt .btn {
    font-family: 'Overpass-Bold',serif;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    color: #fff;
    background-color: var(--tc-orange);
    font-size: 1.2em;
    border: 0;
    border-radius: 0;
    padding: 0;
    padding-inline: 0.2em;
}

#kontakt .btn:hover {
    color: var(--tc-orange);
    background-color: white;
}

#kontakt .accordion-item {
  background-color: inherit;
  border: none;
}

#kontakt .accordion-body p{
  padding-top: 1em!important;
}

/* ...Kontakt */



.noactive{
  pointer-events: none!important;
}




h1{
  font-family: 'Overpass-Bold',sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 7em;
  line-height: 1em;
  padding-bottom: .2em;
  margin-top: 7rem;
}

@media (max-width: 768px){
  h1{
    font-size: 2.5em;
    line-height: 1em;
    padding-bottom: .2em;
  }
}


h3{
  font-family: 'Overpass-Bold',serif;
  font-style: normal;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.2em;
}

p{
  font-family: 'Overpass Light',sans-serif;
  font-style: normal;
  padding-top: 0.2em;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}

p.laeufer{
  padding-top: 1.2em!important;
}

p.subp{
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

a{
  text-decoration: none;
}

p.inverted{
  font-family: 'Overpass-Bold',sans-serif;
  font-style: normal;
  padding-inline: 0.2em;
  text-decoration: none;
  line-height: initial;
}

.overpass-b{
  font-family: 'Overpass-Bold',sans-serif;
  font-style: normal;
}

.overpass-l{
  font-family: 'Overpass Light',sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

.baskerville{
  font-family: 'Baskervville-Italic'!important;
  font-style: italic;
  padding-top: 0.6em!important;
}

a.inverted{
  font-family: 'Overpass-Bold',serif;
  font-style: normal;
  padding-inline: 0.2em;
  text-decoration: none;
  line-height: initial;
}

button.inverted{
  font-family: 'Overpass-Bold',sans-serif;
  font-style: normal;
  padding-inline: 0.2em;
  text-decoration: none;
  line-height: initial;
}

.capitalz{
  text-transform: uppercase;
}


.carousel-control-next-icon, .carousel-control-prev-icon{
  filter: drop-shadow(0px 0px 4px black);
  -webkit-filter: drop-shadow(0px 0px 4px #000000);
  -moz-filter: drop-shadow(0px 0px 4px #000000);
}

.carousel-control-next, .carousel-control-prev{
  z-index: 2000;
}@media (max-width: 768px){
  .carousel-control-next, .carousel-control-prev{
    width: 10%;
    max-height: 100vh;
  }
}
.carousel-item > div.hexagon{
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
}
@media (max-width: 768px){
  .carousel-item > div.hexagon{
    background-attachment: unset;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.content-typo{
  z-index:500;
}
