.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: white;


}

.overlay-content {
  position: fixed;
  background-color: white;
  padding-top: 4rem;
  right: 12px;
  text-align: right;
}

.overlay a {
  padding: 4px 0px 4px 0px;
  text-decoration: none;
  font-size: 1.5rem;
  color: var(--color-black);
  display: block;
  transition: 0.3s;

}

.overlay a:hover, .overlay a:focus {

}


.overlay a[aria-current] {
  text-decoration: underline;
}

.mobile-menu-logo{
  width: 150px;
  margin-bottom: -5px;
}

.mobilebtn {
  display: none;
  position: fixed;
  z-index: 1000;
  top:12px;
  right:12px;
  background-color: white;
  border-style: solid;
  font-style: normal;
}

.openbtn {
  display : block;
  position: relative;
  padding: 10px;
  top:0px;
  font-size: 15px;
}
.closebtn {
  display : none;
  position: relative;
  padding: 10px;
  top: 0px;
  font-size: 15px;

}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 1rem;
    padding: 6px 8px 6px 16px;}

}

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


  html {
    font-size: 18px;
    hyphens: auto;
  }

    body {
        position: relative;
        top: 0;
    }

    .d-headermenu {
      display: none;
  }



        .main {
            margin-left: 0px; /* Same as the width of the sidebar */
            padding: 50px 0px 0px 0px;
          }

          .main-pic {
            margin-top: 20px;
            padding: 0px -15px -15px 0px;
           }

           .intro {
            padding-top: 1rem;
          }

          .main-pic-big {
            width: 100rem;
            padding-right:30px;
            
           }


    :root {
     

    }

   
    .sidenav {
        display: none;
    }

    .mobilebtn {
      display: block;
  }

  .hamburger::before {
    content: "☰"; /* Hamburger-Button */
    font-size: 24px;
  }

  .home-img-container {
    display: flex;
    aspect-ratio: 2 / 3; /* Breite : Höhe */
    width: 100%; /* Optional: Breite festlegen */
    background-color: lightblue; /* Für Sichtbarkeit */
  }
  
  .home-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .img-disco {
    width: 75%;
    /* height: 40%; */
    filter: none !important;
}

   

}
