@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 200;
  src: local('Catamaran'), local('Catamaran'), url('/site/assets/files/fonts/Catamaran-100/Catamaran-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Codystar';
  font-style: normal;
  font-weight: 200;
  src: local('Codystar'), local('Codystar'), url('/site/assets/files/fonts/Codystar/Codystar-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 200;
  src: local('Poiret One'), local('Poiret One'), url('/site/assets/files/fonts/Poiret-One/PoiretOne-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Yesteryear';
  font-style: normal;
  font-weight: 200;
  src: local('Yesteryear'), local('Yesteryear'), url('/site/assets/files/fonts/Yesteryear/Yesteryear-Regular.ttf') format('truetype');
  font-display: swap;
}
*{
  box-sizing: border-box;
}
html, body{
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body{
  width: 100%;
  min-height: 100vh;
  font-family: 'Catamaran', sans-serif;
}
ul, li{
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
  text-decoration: none;
  outline: none;
  color: inherit;
}
h1{
  font-size: 2rem;
  line-height: 2.5rem;
}
h2{
  position: relative;
  padding-bottom: 0.5rem;
}
h2:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 1px;
  margin-left: -35px;
  background-color: #990099;
}
h3{
  font-family: 'Codystar', cursive;
  line-height: 1.75rem;
}
div#nav-menu{
  z-index: 9999;
  position: fixed;
  display: block;
  width: 100%;
  height: 3rem;
  top: 0;
  left: 0;
  line-height: 3rem;
  text-align: center;
  background: #000;
  color: #fff;
  text-shadow: 1px 1px #000;
  border-bottom: 1px solid #990099;
}
div#nav-menu a.nav-menu-home-link{
   display: block;
   width: 50%;
   margin: 0 auto;
   color: #fff;
}
#nav-menu-icon{
  position: absolute;
  top: .25rem;
  right: .75rem;
}
div.menu{
  width: 2.25rem;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
}
/*

  -- Problem IE 11 --

  #nav-links{
    z-index: 9999;
    display: none;
    position: absolute;
    width: 90%;
    width: 90vw;
    min-height: 100%;
    min-height: 100vh;
    top: 2.9rem;
    right: -100vw;
    right: -100%;
    background: #000;
    border-bottom: 1px solid #990099;
    border-left: 1px solid #990099;
  }

*/

#nav-links{
  z-index: 9999;
  display: none;
  position: relative;
  width: 90%;
  width: 90vw;
  min-height: 100%;
  min-height: 100vh;
  margin-top: -2px;
  margin-left: 15%;
  margin-left: 15vw;
  background: #000;
  border-bottom: 1px solid #990099;
  border-left: 1px solid #990099;
}
#nav-links li:first-child{
  border-top: 1px solid #990099;
}
ul#nav-links li{
  display: block;
  margin-top: 1px;
  border-bottom: 1px solid #990099;
  border-left: 1px solid #990099;
}
ul#nav-links li a, ul.global-nav-links li a{
  display: block;
  color: #fff;
  text-align: left;
}
ul#nav-links li a{
  padding: 0 1rem;
  line-height: 4rem;
  font-size: 1.25rem;
  background: #000000 ;
}





.content{
  display: block;
  width: 100%;
  min-height: 100vh;
  padding-top: 3rem;
  background-color: rgba(0,0,0,0.88);
  color: #fff;
}
.container{
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.hero video{
  display: none;
}
.hero{
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url('/site/assets/files/1043/bg_haare.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.color-overlay{
  position: absolute;
  background-color: rgba(0,0,0,0.33);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero h3{
  position: absolute;
  top: 40%;
  max-width: 90%;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #fff;
  z-index: 3;
}
.center-btn{
  position: absolute;
  top: -4.5rem;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.center-btn span{
  padding: 1rem 2rem;
  border: 1px solid #fff;
  border-radius: 3px;
  background: rgba(153,0,153,0.5);
  color: #fff;
  transition: 0.5s;
}
.center{
  text-align: center;
}
.textblock{
  padding: 6rem 0.5rem;
}
.black{
  margin: 5rem 0;
  background: #000;
  font-family: 'Poiret One', cursive;
}
.small{
  width: 50%;
  margin: 0 auto;
  padding: 0.25rem;
  border: 1px solid #000;
}
.small-phone{
  margin: 0;
  padding: 0;
}
.skew-left, .deskew-right{
  transform: skewY(-2.5deg);
}
.skew-right, .deskew-left *{
  transform: skewY(2.5deg);
}
#news{
  padding-top: 3rem;
  border-top: 1px solid #990099;
}
.referenzen{
  margin: 0;
  padding: 1rem;
  background: #000;
}
section{
  margin-bottom: 5rem;
}
img.ref-bild{
  width: 49%;
  margin: 0.5%;
}
.team img{
  width: 100%;
}
.impressum{
   font-size: medium;
}
.datenschutz{
   font-size: small;
}
.haarintegration-ref{
   z-index: 2;
   background: #000;
   margin-top: -5rem;
   padding: 1rem 0;
}
.team-member{
  display: block;
  margin-bottom: 5rem;
  padding: 0;
}

/* Formular */
.required label:after{
  content: " *";
}
#contact-form label{
  display: block;
  line-height: 3rem;
  margin-top: 2rem;
  font-size: larger;
}
#contact-form input, #contact-form textarea{
  display: block;
  width: 100%;
  padding: 5px;
  font-size: larger;
}
#wrap_Inputfield_submit{
  text-align: right;
  line-height: 5rem;
}
#contact-form button{
  font-size: larger;
}
p.error{
  background: red;
  margin: 0 0 0.25rem 0;
  padding: 2px;
}
ul.price-list h4{
  display: inline-block;
  border-bottom: 1px solid #990099;
}
ul.price-list li{
  background: #000;
  padding: 0.5rem;
}
.price:before{
  content: "ab ";
}
.price{
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: right;
}
.price:after{
  content: " €";
}

/* SLIDER */
.slider-wrapper{
    position: relative;
    width: 100%;
    height: 66vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.slider-item{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.active{
    display: block;
}



#footer{
  display: block;
  background: #000;
  color: #fff;
}
#footer ul.brands{
  text-align: center;
  margin: 0;
  padding: 0;
}
#footer ul.brands li{
  display: inline-block;
  height: 5rem;
  line-height: 5rem; /* muss für vertical mittige ausrichtung gleich height sein */
  width: 49%;;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
}
#footer .informations ul{
  margin: 1rem 0;
}
#footer ul.brands li img{
  max-height: 100%;
  max-width: 77%;
  vertical-align: middle;
  filter: grayscale(100%);
}
#footer .informations ul li a{
  display: block;
  width: 33%;
  border-bottom: 1px solid #990099;
}









@media screen and (min-device-width: 1024px){

  h1{
    font-size: 2.5rem;
  }
  body{
    font-size: inherit;
  }
  h3{
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

/*

  -- Problem IE 11 --

  #nav-links{
    width: 40%;
    width: 40vw;
  }

*/
  #nav-links{
    width: 40%;
    width: 40vw;
    margin-left: 60%;
    margin-left: 60vw;
  }
  ul#nav-links li a:hover{
    transition: 0.5s;
  }
  ul#nav-links li a:hover{
    background: #990099 ;
  }
  .hero{
    background-image: none;
  }
  .color-overlay{
    position: absolute;
    background-color: rgba(0,0,0,0.66);
  }
  .hero .video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .hero video{
    display: block;
    width: 100%;
  }
  .hero h3{
    padding: 1rem;
    font-size: 1.5rem;
  }
  .center-btn span:hover{
    background: rgba(255,255,255,0.5);
    color: #990099;
  }
  .table-row{
    display: flex;
    width: 100%;
    table-layout: fixed;
    top: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .infoBox{
    width: 33.3333333333333333%;
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: center;
  }
  .small{
    display: none;
  }
  .black{
    font-size: 1.25rem;
  }
  .referenzen{
    padding: 3rem 0;
  }
  .referenzen *{
    vertical-align: top;
    margin: 0;
    padding: 0;
  }
  .ref-bild-wrapper{
    display: inline-block;
    width: 45%;
  }
  img.ref-bild{
    width: 100px;
  }
  section.show-ref{
    text-align: left;
    font-size: larger;
  }
  .ref-text{
    width: 50%;
    text-align: left;
    display: inline-block;
    margin-right: 1rem;
    margin-left: 0;
    padding-left: 5%;
  }
  .desktop{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .parallax{
    z-index: 1;
    display: block;
    position: relative;
    margin-top: -5rem;
    padding: 5%;
    background-attachment: fixed;
    background-size: cover;
  }
  .haarintegration{
    background-image: url('https://wunschhaar.de/img/bg_haare.jpg');
  }
  .parallax-bg-color{
    z-index: -100;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.66);
  }
  .team img{
    width: 25%;
  }
  .impressum, .datenschutz{
    font-size: 1.25rem;
  }
  .haarintegration-ref{
    margin-top: 3.25rem;
    padding: 3rem 0 1rem 0;
  }

  /* Formular */
  #contact-form input, #contact-form textarea, #wrap_Inputfield_submit{
    width: 50%;
  }
  p.error{
    display: inline-block;
  }
  ul.price-list li{
    display: inline-block;
    width: 50%;
  }
  li.price{
    display: inline-block;
    text-align: right;
    width: 15% !important;
  }
  .slider-wrapper{
    height: 80vh;
  }





  #footer{
    text-align: center;
  }
  #footer ul.brands li{
    width: 24.25%;
    height: 10rem;
    line-height: 10rem; /* muss für mittige ausrichtung gleich height sein */
  }
  #footer .informations{
    padding: 5rem 0;
  }
  #footer .informations ul{
    width: 24%;
    height: 15rem;
    display: inline-block;
    padding: 0 0.5rem;
    vertical-align: top;
    text-align: left;
    margin: 0;
  }
  #footer .informations ul.border-right{
    border-right: 1px solid #990099;
  }
  #footer .informations ul li{
    font-size: 0.9rem;
  }
  #footer .informations ul li a{
    width: 50%;
    transition: 0.25s;
  }
  #footer .informations ul li a:hover{
    background-color: #990099;
  }
  .team{
    display: block;
  }
  .team img{
    float: left;
    margin-right: 3rem;
  }
  .member-text{
    margin-top: -3.5rem;
  }


}
