@media screen and (max-width: 950px) {
  .mobile-header {
    display: flex;
    height: 70px;
    width: 100vw;
    justify-content: flex-end;
  }


  /* Basis-Menü-Design */
  .nav-menu {
    position: fixed;
    max-width: 60vw;
    top: 85px;
    right: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: var(--color-edelweiß);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }


  .hero-section-contact-parent {
    width: 100vw;
  }

  .hero-section {
    height: 80vh;
    min-height: 0;
  }


  #hero-section-heading {
    font-size: clamp(2rem, 5vw, 3rem);
    text-align: center;
    margin-bottom: 3vh;
    margin-top: 10vh;
    max-width: 90vw;
  }

  .hero-section-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100vw;
    margin-top: 2rem;
    text-align: center;
  }

  .contact-button {

    padding: 1rem 1.5rem;
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
    margin: 0.5rem 1rem 0.5rem 0;
    transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
    outline: none;
  }


  .open-kontakt-btn {
    padding: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;

    text-align: center;
  }

  .nav-menu ul {
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-menu li {
    padding: 12px 16px;

    border-bottom: 1px solid var(--color-champangergold);
  }

  .nav-menu li:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-menu a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    width: 85%;
  }

  /* Aktiv: Menü wird ausgeklappt */
  .nav-menu.active {
    max-height: 500px;
    /* ausreichend hoch, um alle Links zu zeigen */
    border: solid 2px var(--color-champangergold);
  }

  .logo {
    width: 65px;
    height: 65px;
    border-radius: 0px;
    margin-right: 15px;
    display: flex;
    position: absolute;
    left: 0;
    align-items: center;
    justify-content: center;
  }

  /* Burger-Icon */
  .burger {
    position: relative;
    right: 25px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 12px;
    z-index: 999;
  }

  .burger span {
    display: flex;
    height: 3px;
    width: 25px;
    background: var(--color-champangergold);
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .gallery-item {
    width: 25vw;
    height: auto;
  }

  .logo-parent-footer {
    width: auto;
  }

  .burger.open span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .burger.open span:nth-child(2) {
    opacity: 0;
  }

  .burger.open span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }


  #contact-card-p {
    width: auto !important;
  }

  #contact-card-heading {
    margin-left: 75px;
  }

  #contact-card-low-p {
    margin-left: 75px;
  }

  #contact-profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 5px;
  }

  #contact-deko-arrow {
    position: absolute;
    top: 15px;
    right: 30px;
    filter: grayscale(1) brightness(0.6) opacity(0.7);
  }

  .whatsapp-contact-parent {
    width: 85vw;
    min-width: 0;
    overflow: hidden;
    padding: 10px;
  }

  .other-contact-main-parent {
    padding: 0;
    width: 100vw;
    align-items: center;
  }

  .other-contact-main-parent a {

    width: 100%;
  }



  .other-contact-parent {

    width: 80%;
    min-width: 0;
    flex-direction: column;
    padding: 5% !important;
  }

  .gallery-image {
    width: 80%;
    min-width: 0;
    margin-bottom: 5vh;
  }


  .gallery-btn {
    display: none;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin: 0 auto 3rem auto;
    padding: 0 10vw;
  }

  .gallery-images-wrapper {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70vw;
    min-width: none;
  }

  h1 {
    width: 95vw;
  }


  .faq-section {
    padding: 15px;
    background-color: var(--color-edelweiß);
    padding-bottom: 10vh;
  }

  .faq-section details {
    width: 95%;
    max-width: 600px;
    margin: 0 auto 1.2rem auto;
    padding: 0rem 0.5rem;
  }

  .faq-section details summary {
    font: 1em sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    padding: 0.3rem 0;
    transition: color 0.2s;
    list-style: none;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: none;
  }

  .faq-section details summary::before {
    content: "+";
    font: 2em sans-serif;
    margin-right: 0.5em;
    color: var(--color-champangergold);
    flex-shrink: 0;
    width: 32px;
    text-align: center;
    display: inline-block;
    transition: transform 0.2s;
  }

  .faq-section details[open] summary::before {
    content: "-";
  }



  .footer-item {
    margin-top: 15px;
    margin-bottom: 0;
    flex: auto;
    width: 100%;
    margin-bottom: 6vh;
  }

  .logo-parent-footer p {
    margin: 0;
  }


  .footer-item p {
    margin: 0;
  }

  .footer-item h6 {
    margin-bottom: 10px;
  }


  #mobile-header-heading {
    margin-top: 20px;
    font-size: clamp(1rem, 1vw, 1rem);

    color: var(--color-samtgrau);
    text-align: start;
    width: auto;
    left: 75px;
    position: absolute;
  }


  .burger span {
    z-index: 1000;
  }

  h3 {
    width: 80vw;
    text-align: center;
  }

  .gallery-header {
    display: none;
  }

  .hero-section-contact-parent {
    flex-direction: column;
  }

  .highlight {
    margin: 0;
  }

  .angebote-section-offers {
    flex-direction: column;
    width: 100vw;
    align-items: center;
  }

  .offer-item {
    width: 80vw;
    ;
  }

  .offer-item ul {
    height: auto;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .offer-item-heading {
    height: auto !important;
    margin-bottom: 1vh;
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    margin-top: 1vh;
    padding: 15px;
    width: 90%;
  }

  .highlight p {
    width: 80vw;
    text-align: start;
  }

  .offer-item-icon {
    width: 100%;
    height: 225px;

  }


  .map-main-parent {
    height: auto;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    text-align: center;
  }

  .adress-parent {
    width: 100vw;
  }

  .adress-parent p {
    text-align: center;
    margin-bottom: 8vh;
  }

  #map {
    height: 200px;
    width: 85vw;
    border-radius: 10px;
  }



}














/* Responsive Anzeige */
@media (max-width: 768px) {





  .burger {
    display: flex;
  }

  .nav-menu {
    width: 100%;
  }
}