* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.main {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}


.text-nav {
  opacity: 0;
}

.main #nav-icon3 {
  position: fixed;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999999999;
  cursor: pointer;
}




@media (max-width:767px){
  .main #nav-icon3 {
    position: fixed;
    height: 30px;
    width: 30px;
    top: 15px;
    left: 10px;
 
  }
}


/* HAMBURGER */

#nav-icon3 {
  position: fixed;
  /*margin: 50px auto;
  */-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;
  -ms-transition: .5s ease-in-out;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -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;
  -ms-transition: .5s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3:after {
  content: "MENU";
  display: block;
  margin-top: 25px;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .07rem;
}

/* ^^^^^^^^ */

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
  display: none;
}

.menu .navDark {
  position: relative;
  margin-left: 0%;
  width: 0%;
  height: 100%;
  background: #1a1a1a;
  display: flex;
  align-items: flex-start;
  padding-left: 5vw;
  justify-content: flex-start;
  opacity:0;
  /* display:none; */
}

.navDark > div {
  margin-top: 15vh;
}

.menu .navBeforeWhite {
  position: absolute;
  margin-left: -23%;
  width: 23%;
  z-index: 1;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity:0;
}

.navBeforeWhite > a > img {
  width: 15vw;
  height: auto;
  margin-left:10px;
}

.menu .navDark ul {
  opacity: 100%;
}
.menu .navDark ul li {
  list-style: none;
  padding-top: 10px;
}



@media (max-width: 767px) {
  .menu .navBeforeWhite {
    position: absolute;
    margin-left: -10%;
    width: 10%;
    min-width: 50px;
  
  } 

  .menu .navDark {
    position: relative;
    margin-left: -90%;
    width: 90%;
  } 

  .navBeforeWhite > a > img {
    display: none;
  }
  .menu .navDark ul li {
    list-style: none;
    padding-top: .3rem;
  }

}




/* -------- MENU DESIGN ------------ */

.accordion {
min-height: 300px;
margin-right: 5vw;
}

/* The Magic */
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
  height: 13rem;
}

@media (max-width:767px) {
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
  height: 10rem;
}
}
.accordion-item-content,
.accordion:hover .accordion-item-content {
  height: 0;
  overflow: hidden;
  transition: height .4s;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  -ms-transition: height .4s;
  -o-transition: height .4s;
}

/* Aesthetic */
#logoMenuSmall {
width: 180px;
margin-bottom: 4vh;
}

@media (max-width:767px){
  #logoMenuSmall {
    margin-bottom: 2vh;
    }
}


.accordion {
  padding: 0;
  font-family: "Inter";
  text-align: left;
}

.h7 {
font-family: 'Schnyder S Light';
font-weight: 300;
font-size: 2.7rem;
color: white;
}

.h7:hover {
  color: white;
  }


.accordion .accordion-item {
display: block;
padding:.1rem
}

.list-group-item {
font-family: "Inter";
font-size: 1rem;
background-color:transparent;
color: white;
list-style-type: none;
padding: 0;
border: none;
}


@media (max-width:767px) {
.list-group-item {
  font-family: "Inter";
  font-size: .8rem;
  background-color:transparent;
  color: white;
  list-style-type: none;
  padding: 0;
  border: none;
  }
}



.list-right {
padding-left: 20px;
}

.list-group > .inside {
padding-top: 30px;
}

.list-group-item:hover {
color: white;
}

.accordion-item a:link {
text-decoration: none;
}

#BtnMenuAnfrage {
height: 40px;
color: white;
background-color: #1a1a1a;
font-family: 'Schnyder S Light';
font-size: 1.6rem;
letter-spacing: .1rem;
padding-left: 0;
display: inline-block;
text-align: left;
position: relative;

}

#BtnMenuAnfrage:focus {
outline: none !important;
box-shadow: none !important;
}

#BtnMenuAnfrage:after {
background:  none repeat scroll 0 0 transparent;
content: "";
display: block;
height: .5px;
position: absolute;
background: #99846D;
transition: width 0.3s ease 0s, left 0.3s ease 0s;
-webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
-moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
-ms-transition: width 0.3s ease 0s, left 0.3s ease 0s;
-o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
width: 0;
}

#BtnMenuAnfrage:hover:after {
width: 100%;
left: 0;
}

.menu-rechtespalte {
text-align: left;
padding-left: 15vw;
}

@media (max-width: 1090px) { 
.menu-rechtespalte {
  padding-left: 10vw;
}
.map-img {
  display: none;
}
}

@media (min-width:767px) {
#logoMenuSmall {
  display: none;
  }
}

@media (max-width: 768px) {
  .menu-rechtespalte {
    display: none;
  }

  .h7 {
    font-size: 2.2rem;
  }

  .accordion .accordion-item {
    padding:0    
  }

  .menu .navDark {
    justify-content: start;
  }

  .navDark > div {
    margin-top: 10px;
    margin-left: 20px;
  }
}

@media (max-width:576px) {
  .h7 {
    font-size: 1.8rem;
  }
}

.menu-text {
color: #fff;
}

.menu-text:hover {
  color: #fff;
  }


.lang > * {
margin-top: 40px;
color: #fff;
}

.lang > a:link {
text-decoration: none;
}

.lang > a:visited {
text-decoration: none;
}

.lang > a:hover {
text-decoration: none;
color: #fff;
}

.lang > a:active {
text-decoration: none;
font-weight: 700;
}

.map-img {
width: 40vw;
margin-left: -10vw;
margin-top: 50px;
}

.map-img > * {
  width: 100%;
  object-fit: contain;
}


.white-left {
width: 50px;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color:#fff;
z-index: 3;



}

/* When header is not in viewport we hide it */
/* .white-left[data-scroll="out"] {
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
} */

/* When moving up and header we show it */
/* [data-scroll-dir-y="-1"] .white-left {
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
}

@media (max-width: 767px) {
  .white-left {
 
    height: 250px;

    }


} */



#anfragenBtn {
margin-top: 230px;
margin-left: 10px;
width: 160px;
height: 30px;
background-color: #fff;
border-top: 0;
border-left: 1px solid #1a1a1a;
border-right: 1px solid #1a1a1a;
border-bottom: 1px solid #1a1a1a;
transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform-origin: top left;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
position: fixed;
}

#anfragenBtn:focus {
outline: none;
box-shadow: none;
}

#anfragenBtn p {
display: inline-block;
line-height: 20px;
letter-spacing: 0.05rem;
line-height: 1.5;
font-family: 'Schnyder S Light';
}

.btn {
padding-top: 0px;
}




/*---------- seitenbalken -----------*/

#seitenbalken {
  width: 50px;
  height: 100vh;
  background-color: #fff;
  /* text-align: center; */
  /* position: relative; */
  position: fixed;
  top: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}

@media (max-width:767px) {
  #seitenbalken {
    width: 50px;
    margin-bottom:0px;
    height: 250px !important;
    background-color: #fff!important;
    position: fixed;
    top: 0;
    /*overflow: hidden;
    */-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform:scale(1) ;
    -webkit-transform:scale(1) ;
    -moz-transform:scale(1) ;
    -ms-transform:scale(1) ;
    -o-transform:scale(1) ;
    z-index: 10;
  }
  
  
  }

  .sticky-header #seitenbalken {
    /*margin-top: -200px;
    */height: 60px !important;
    background-color: #fff;
    overflow: hidden;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    
  }
  
  
  
    
  .sidebar-big #seitenbalken {
      margin-left: -50px;
      background-color: #fff !important;
    }
    