﻿body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #5f554e;
}
* {
  box-sizing: border-box;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 90%;  
  margin: 15px auto 0 auto;
  padding: 20px 40px;
  background-color: #eee7dc;
   box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

nav a {
  text-decoration: none;
  color: #5f554e;
  font-size: 18px;
}

nav a:hover {
  color: #b8915f;
}

.hero {
 background-color: #f7f4ee;
  display: flex;
  align-items: center;
  justify-content: center;
 max-width: 1200px;
 min-height: 100%;
  width: 90%;
  margin: 0 auto;
  padding: 60px 40px 10px 40px;
  gap: 80px;
}
.heronew {
 background-color: #f7f4ee;
  display: flex;
  align-items: center;
  justify-content: center;
 max-width: 1200px;
 
  width: 90%;
  margin: 0 auto;
  padding: 60px 40px 10px 40px;
 
  flex-direction: column;
}
.heroalt {
 background-color: #f7f4ee;
  display: flex;
  align-items: center;
  justify-content: center;
 max-width: 1200px;
 min-height: 100%;
  width: 90%;
  margin: 0 auto;
  padding: 60px 40px 10px 40px;
  gap: 80px;
  flex-direction: column;
}
.herodaten {
 background-color: #f7f4ee;
  display: flex;
  align-items: center;
  justify-content: center;
 max-width: 1200px;
 min-height: 100%;
  width: 90%;
  margin: 0 auto;
  padding: 60px 40px 10px 40px;
  gap: 80px;
  flex-direction: column;
}
.heroimpressum {
 background-color: #f7f4ee;  
 display: flex;
 max-width: 1200px;
 min-height: 100%;
  width: 90%;
  margin: 0 auto;
  padding: 60px 40px 10px 40px;
  gap: 80px;
}
.hero-text {
  max-width: 500px;
  
  
}

.hero-text h2 {
  font-size: 38px;
  font-weight: 450;
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 500px;
}

.hero-text h1 {
  font-size: 38px;
  font-weight: 450;
  line-height: 1.1;
  margin-bottom: 30px;
  max-width: 500px;
}
.hero-text h3 {
  font-size: 38px;
  font-weight: 450;
  line-height: 1.1;
  text-align: left;
  max-width: 500px;
}


.hero-subline {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 18px;
  margin-bottom: 22px;
  color: #5f554e;
  max-width: 500px;
}
.hero-text p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 500px;
}
.hero-text-einleitung {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0px;
  max-width: 500px;
}
.hero-text-einleitung h1 {
  font-size: 38px;
  font-weight: 300;
  }
.hero-text-pi {
 max-width: 500px;
  font-size: 18px;
   line-height: 1.1;
   margin-bottom: 100px;
   margin-top: 50px;
}
.hero-text-pm {
 max-width: 500px;
  font-size: 13px;
   line-height: 1.1;
   margin-bottom: 100px;
   margin-top: 50px;
}
.hero-text-pl {
  font-size: 14px;
  max-width: 500px;
     
}

.button {
  display: inline-block;
  background-color: #b8915f;
  color: white;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.button:hover {
  background-color: #9d7748;
}

.hinweis-box {
    background-color: #eee7dc;
    max-width: 500px;
    
    margin-top: 10px;
    border-left: 5px solid #b8915f;
    padding: 25px;
    border-radius: 15px;
    margin: 20px 0;
}

.hero-image img {
  width: 450px;
  border-radius: 24px;
  mask-image: radial-gradient(circle, black 72%, transparent 100%);
  margin-bottom: 35px;
}
.hero-imagenew img {
  width: 500px;
  border-radius: 24px;
  mask-image: radial-gradient(circle, black 72%, transparent 100%);
  margin-bottom: 45px;
}

.hero-imagealt img {
  width: 350px;
  border-radius: 24px;
  mask-image: radial-gradient(circle, black 72%, transparent 100%);
  margin-bottom:  38px;
}

.logo-area {
  display: flex;
  align-items: center;
}


.logo-mobile {
  display: none;
  width: 200px;
  height: auto;
}

.logo-desktop {
  display: block;
  width: 100%;
  height: auto;
}

.menu-toggle {
  display: none;
}

.mobile-menu {
  display: none;
}

.buchung-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #b8915f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: 0.3s ease;
}

.buchung-button:hover {
    background-color: #9f7b4d;
}

.angebote-liste {
  background-color: #f7f4ee;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.angebote-liste h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 300;
}

.angebot-zeile {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 40px;
  margin-bottom: 50px;
  background: #eee7dc;
  padding: 30px;
}

.angebot-zeile img {
  width: 35%;
  max-width: 350px;
  height: auto;
}

.angebot-text {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

.preis {
  font-weight: bold;
  margin-top: 15px;
}
footer {
 max-width: 1200px;
  width: 90%;
  margin: 0px auto 0 auto;
  background-color: #eee7dc;
  padding: 30px 20px;
  text-align: center;
 
  
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  color: #5d5147;
  font-size: 15px;
}

footer a {
  color: #5d5147;
  text-decoration: none;
  margin: 0 10px;
}

footer a:hover {
  opacity: 0.7;
}
/* Tablet */
@media (max-width: 980px) {
  header {
    padding: 20px 24px;
  }

   

  .logo-area img {
    width: 300px;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
   
  }



 .hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
      gap: 40px;
  }
  .heronew {
    flex-direction: column;
    align-items: center;
  
    padding: 30px 20px;
      gap: 40px;
  }
   .heroalt {
    flex-direction: column;
    align-items: center;
  
    padding: 30px 20px;
      gap: 40px;
  }

  .hero-text {
    margin: 0 auto;
    max-width: 550px;
  }

  .hero-text h2 {
    font-size: 34px;
    max-width: 550 px;
    margin-left: auto;
    margin-right: auto;
    line-height; 1.15;
    margin-bottom: 30px;
  }

  .hero-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-image img {
    width: 100%;
    max-width: 320px;
  }

  nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

}
/* Handy */
@media (max-width: 700px) {
  header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  @media (max-width: 700px) {

  .menu-toggle {
    display: block;
    background: transparent;
    border: none;
    font-size: 34px;
    color: #5f554e;
    cursor: pointer;
    margin-right: auto;
  margin-left: 0;
   box-shadow: none;
   outline: none;
  }

  nav {
    display: none;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    background-color: #f7f4ee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
  }

  .mobile-menu.active {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu a {
    text-decoration: none;
    color: #5f554e;
    font-size: 24px;
  }

  .menu-close {
    position: absolute;
    top: 25px;
    right: 30px;
    background: none;
    border: none;
    font-size: 42px;
    color: #5f554e;
    cursor: pointer;
  }
    .button {
    margin-bottom: 30px;
    margin-top: 20px;
    }



  .hero {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
  }
  .heronew {
    flex-direction: column;
   
    gap: 30px;
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
  }
  .heroalt {
    flex-direction: column-reverse;
   text-align: center;
    gap: 30px;
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
  }
  .heroimpressum {

  max-width: 100%;
  width: 100%;
  }
   .herodaten {

  max-width: 100%;
  width: 100%;
  }


  .hero-text h2 {
    font-size: 32px;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .hero-text p {
    font-size: 16px;
  }
  .hero-text-einleitung {
   display: none;
  }
 

  .hero-imagealt img {
  width: 250px;
  
}
 .hero-imagenew img {
  width: 380px;
  max-width: 100%;
}
  .logo-area img {
    width: 60vw;
    max-width: 300px;
    height: auto;
  }

.angebote-liste {
    width: 100%;
    max-width: 100%;
    
}

.angebot-zeile {
    width: 100%;
    max-width: none;
    margin: 0 0 40px 0;
    padding: 25px;
    box-sizing: border-box;
    flex-direction: column;
    text-align: left;
}
.angebot-text {
  width: 90%;
 
}
.angebot-zeile img {
    width: 70%;
    max-width: 350px;
    display: block;
    margin: 0 auto 25px auto;
}   
  footer {
  max-width: 100%;
  width: 100%;
  }
}