@font-face {
    font-family: ebrima;
    src: url(../fonts/MYRIADPRO-REGULAR.OTF);
    font-display: swap;
}
@font-face {
    font-family: ebrima;
    src: url(../fonts/MYRIADPRO-BOLD.OTF);
    font-weight: bold;
    font-display: swap;
}

#hideshow{
  display: none;
}
#top-nav-items ul li a{
  color: black!important;
}

html{
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
}

body{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #e9deda;
  font-family: 'ebrima', sans-serif;
}
.lupe:before{
  background-image: url(../img/lupe.svg);
  background-size: 40px;
  display: inline-block;
  width: 40px; 
  height: 40px;
  content:"";
  position: absolute;
  bottom: 0;
}
.center{
  text-align: center;
}
.kursiv{
  font-style: italic
}
a{
  text-decoration: none;
}
.top-40 {
 top:40%!important
}
.top-60{
  top: 60%;
}
.nobr{ white-space:nowrap; }

.yt-container { 
  position: relative; 
  padding-bottom: 79vh; 
  height: 0; overflow: hidden; 
  max-width: 100%;
  z-index:999
} 
.yt-container iframe, .yt-container object, .yt-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  z-index:999 
}
.navbar {
    background-color:transparent;
}

.navbar-toggler{
  position: absolute;
  right: 10px;
  top: 10px;
}
.subline{
  margin-top: -10px;
  font-weight: normal!important; 
  font-size: 14px!important;
}
#mob-nav .nav-link{
  background-color: white;
  text-align: center;
  top:50px;
  position:relative
}
#mob-nav a.nav-link{
  color: black;
  font-weight: bold;
  padding: 20px
} 
#mob-nav a.nav-link:hover{
  color: white;
  background-color: black
} 
.navbar-nav {
    margin: 0 auto;
}

.navbar-nav a:link,
.navbar-nav a:visited {
    color: white;
    transition-duration: 0.5s;
}

.navbar-nav a:hover,
.navbar-nav a:active {
    background-color: transparent;
    color: white;
    outline: none;
    transition-duration: 0.5s;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus{
    box-shadow: none;
  background-color:transparent;
  outline: none!important;;
  border:none;
}
.mob-header h1{
  letter-spacing: 8px;
}
.mob-header{
  font-size: 20px
}
.bereich h1{
  font-size: 2.8vw;
  font-weight: normal;
}
.bereich h2{
  font-weight: normal;
  font-size: 1.5vw;
}

.bereich h3{
  font-weight: bold;
  font-size: 1vw
} 

.bereich p{
  font-size: 1vw;
}

.bereich .img-fluid{
  width: 100%!important;
}

.bereich .kontakt{
  font-size: 1.1vw;
}
.nav-show{
  display: block;
}
#top-nav{
  position: fixed;
  right: 5vw;
  top: 40px;
  z-index:9999;
}
#top-nav a{
  padding: 8px;
  letter-spacing: 1px
}
#top-nav-items{
  position: relative;
  right: 40px;
}
#top-nav-items li{
  display: inline;
  list-style-image: none;
}
#top-nav-items .dropdown-menu{
  background-color: #555555;
  padding: 0;
  #border:1px solid white
}
#top-nav-items .dropdown-menu a:hover{
  color: #555555;
}
.eingeblendet{
  background-color: grey
}
#hideshow{
  cursor:pointer;
  position: absolute;
  right: 0;
  top: -6px;
  #background: rgba(100, 100, 100, 0.6);
}
.kippen{
  transform: rotate(90deg);
}

#toplogo{
  position: absolute;
  top: 6%;
  left: 10%;
  width: 14vw;
}


.nowrap{
white-space: nowrap;
}

.uppercase{
  text-transform: uppercase;
}
.bold{
  font-weight: bold;
}

.minus50{
  position: relative;
  top: -50px
}

#start{
  background-color: gray;
  background-image: url(../img/background_header_1_small.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1200px) {
  #start{
    background-image: url(../img/background_header_1.webp);
  }
}

.mob-header{
  color: white;
}

.headline{
  color: white;
  font-size: 1.6vw;
  text-align: center;
}
.headline h1{
  font-size: 3vw;
  text-transform: uppercase;
  margin-bottom: 4%;
  letter-spacing: 0.25vw;

}
#top-nav a{
  color: white!important;;
  font-size: 1.0vw;
}
#top-nav a:hover{
  color: white;
  text-shadow: 1px 1px 20px white;
  transition-duration: 1.5s
}
#start a{
  color: white;
  font-size: 1.2vw;
}
#start a:hover{
  color: white;
  text-shadow: 1px 1px 20px white;
  transition-duration: 1.5s
}
.start-links{
  width: 100%
 
}
.start-links a{
  margin: 4% 4%;
  left: 10%;
  position: relative;
  display: block;
}

.start-footer{
  position: absolute;
  bottom: 4%;
  font-size: 1.3vw;
  color: white;
  text-align: center;
}
.wegweiser-portfolio{
  transform: rotate(90deg);
  top: 40%;
  left: 50%;
  position: relative;
  width: 0%;
  letter-spacing: 0.25em;
}

#top5{
  background-color: #f5ece7;
}
.carousel-indicators{
 bottom: -50px;
}

#footer a{
  color: #1d1d1b;
  text-decoration:none;
}



.carousel-indicators button{
  background-color: #746f6b!important;
  width: 10px!important;
  height: 10px!important;
  border-radius: 100%!important;
}
.carousel-indicators .active {
  background-color: #f66f37!important;
}

.start-footer a{
  font-weight: bold;
  font-size: 2vw!important;;
  color:red;
  position: relative;
  display: none;
}

.kontakt-picto img:hover{
  transition-duration: 0.5s;
  transform: scale(1);
  }

.kontakt-picto img:hover{
  transition-duration: 0.5s;
  transform: scale(1.2);
  }

.award{
  width: 13%;
}
.award:first-of-type{
  margin-left: 10%;
  width: 18%
}

@media screen and (max-width: 767px) {

  .insta-link{
    top: 20px;
  }

}

@media screen and (max-width: 991px) {

  #top-nav{
    right: 0;
    top: 10px;
    padding-right:40px;
  }
  #top-nav a{
    font-size: 20px;
    font-weight: bold;
  }
  
  #top-nav-items{
  right:0;
  display: none
  }

.no-mob{
  display: none;
}
.bereich h1{
  font-size: 40px;
}
.bereich h2{
  font-size: 24px;
}

.bereich h3{
  font-size: 20px
} 

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

.bereich .kontakt{
  font-size: 18px;
  }
  
  h3.grafik{
    margin-top: 40px
  }
  .grafik{
    text-align: center
  }
.award{
  width: 50%;
}
.award:first-of-type{
  margin-left: 15%;
  width: 70%
  }
  .award:last-of-type{
    margin:0 auto
  }
}

@media screen and (max-width: 540px) {
.bereich h1{
  font-size: 34px;
}
.bereich h2{
  font-size: 22px;
}

.bereich h3{
  font-size: 18px
} 

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

.bereich .kontakt{
  font-size: 18px;
  }
}


.winkel a{
  color: #212121;
  font-weight: bold;
}
.winkel img{
  width: 18px;
  position: relative;
  top: -2px;
  left: -6px;
}
#kontakt h3{
  margin-top: 20%
}
.kontakt-picto1{
  width: 20px;
  margin-right:25px;
  margin-left: 5px;
}
.kontakt-picto2{
  width: 30px;
  margin-right:20px;
}
.kontakt-picto3{
  width: 30px;
  margin-right:20px;
}

#kontakt a{
  color: black;
}


#newsbutton{
  position: fixed;
  right: 4%;
  transform: rotate(-90deg);
  font-weight: bold;
  top: 20%;
  font-size: 24px;
}

#news-links a{
  color: #343434;
  text-transform: uppercase;
  font-size: 4vw!important;
  transition-duration: 1s
}
#news-links a:hover img{
  transform: scale3d(1.1, 1.1,1.1);
  transition-duration: 1s;
  display: block;
}