
  
  html{
  font-size: 62.5%;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

body{
  overflow-x: hidden;
  background-color: #C9C9C7;
  margin: 0;
}

a{
  text-decoration: none;
  color: #a8412d;
  transition: color .5s linear;
}
a:hover{
  cursor: pointer;
  color: black;
  text-decoration: none;
}
/*#B19777*/
.headmenuwrapper{
  display: none;
  background-color: #b19777;
  height: 0vh;
  width: 100%;
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  animation: menuin 1s forwards;
}
.menudivlinks{
  text-align: center;
}
@keyframes menuin{
  0%{height: 0vw}
  100%{height: 60%}
}
.menubuttonclose{
  text-align: right;
  color: white;
}
.menubutton{
  display: none;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 4rem;
  height: 6rem;
  width: 6rem;
}
.headerwrapper{
  position: absolute;
  min-height: 16rem;
  width: 100%;
}
.headerheadermid{
  display: flex;
  justify-content: center;
  justify-items: center;
  height: 10rem;
  width: 100%;
}
.headerheader{
  font-family: 'niconne', cursive;
  transform: scaleY(1.5);
  color: #a8412d;
  margin-top: 2rem;
  line-height: 10rem;
  font-size: clamp(4rem,5vw,8rem);
  letter-spacing: 0.3rem;
  text-align: center;
  margin-bottom: 0;
}

.logopic{
  margin-top: 3rem;
  height: 4rem;
}
.headerlinkswrapper{
  display: flex;
  justify-content: center;
  justify-items: center;
  gap: 5rem;
  height: 6rem;
  width: 70%;
  margin: 0 auto;
  margin-top: 4rem;
  border-bottom: 0.1rem solid #c3c3c3;
}
.headerlinks{
  font-family: 'oswald';
  transform: scaleY(1.5);
  color: #a8412d;
  font-size: 3rem;
  line-height: 6rem;
}
#aktiv{
  border-bottom: 0.1rem solid white;
}
.abstandheader{
  height: min(40vw,25rem);
  width: 100%;
}

.impheader{
  text-align: center;
  font-family: 'niconne', cursive;
  transform: scaleY(1.5);
  color: #a8412d;
  font-size: clamp(3rem, 5vw, 7rem);
}
.imptext{

  text-align: center;
   font-family: 'niconne', cursive;
  transform: scaleY(1.5);
  color: black;
  width: 70%;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 5rem;
  
  
  font-size: clamp(3rem, 4vw, 4rem);
}
.impinfos{
  text-align: center;
  color: black;
  font-size: clamp(2rem, 2vw, 2rem);
}   
.impinfoslast{
  text-align: center;
  font-size: clamp(2rem, 2vw, 2rem);
  color: black;
  margin-bottom: 5rem;
}   
    
      
      

      .headerfooter{
        filter: brightness(0) invert(100%);
      }
      .footerwrapper{
        width: 100%;
        height: auto;
        background-color: #181D24;
      }
      .footerlink{
        color: white;
      }
      .footerlink:hover{
        color: #ba9777;
      }
      .footerabstandtop{
        height: 3rem;
        width: 100%;
      }
      .footerlogo{
        display: flex;
        justify-content: center;
        justify-items: center;
      }
      .footerheaderlogo{
        color: #B28330;
        float: left;
        font-weight: bold;
        margin-left: 2rem;
      }
      .footerlogopic{
        margin-top: -1rem;
        margin-left: -4rem;
      }
      .footerimpdat{
        display: flex;
        justify-content: center;
        justify-items: center;
      }
      .footerimpdattext{
        color: white;
      }
      .footerline{
        height: 1rem;
        width: 80%;
        margin: 0 auto;
        border-bottom: 0.1rem solid #a3a3a3;
      }
      .footersocialmedia{
        display: flex;
        justify-content: center;
        justify-items: center;
        gap: 2rem;
      }
      .footersocialpic{
        height: 5rem;
      }
      .footercopyright{
        text-align: center;
        color: white;
      }

   
   





      

