@charset "UTF-8";
body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#homepage-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

#overlay {
  display: none;
  z-index: 10;
}

#overlay.open {
  display: block;
}

#nav {
  display: none;
}

.flexslider {
  max-width: 100%;
}

@media (max-width: 799px) {
  #nav {
    display: none;
  }
  #menu {
    height: 160px;
  }
  #page {
    margin: 0;
    max-width: 100%;
  }
  #contentElements,
  #text,
  #slides {
    width: 100%;
    max-width: 530px;
  }
  #content {
    padding: 0 1.5rem;
  }
  body {
    background-position-x: 20%;
  }
}
@media (min-width: 700px) {
  #page {
    margin: 0 15%;
  }
}
@media (min-width: 800px) {
  #nav {
    display: block;
  }
  #menu {
    height: 240px;
  }
  #page {
    width: 800px;
  }
  .button_container {
    display: none;
  }
}
#page-content img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%; /* Nutzt die volle Breite des Containers */
  max-width: 500px; /* Optional: Verhindert, dass es auf Desktops zu riesig wird */
  height: auto; /* Wichtig für die Skalierung */
  aspect-ratio: 16/9; /* Behält das Proportionsverhältnis bei */
}/*# sourceMappingURL=custom.css.map */