/* E-Mail-Button immer grün, kein Hover-Effekt */
.contact-card:nth-child(2) .contact-btn,
.contact-card:nth-child(2) .contact-btn:hover {
  background: #96A087 !important;
  color: #fff !important;
  border: none !important;
  transition: none !important;
}
/* Kein goldener Hover für E-Mail-Button */
.contact-btn:hover {
  background: inherit !important;
  color: inherit !important;
  border: inherit !important;
  pointer-events: auto;
}
.btn:hover {
  background: #C5a267;
  color: #fff;
  border-color: #C5a267;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
@media (max-width: 900px) {
  .sticky-nav .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #fff;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 8px 24px rgba(44,46,52,0.10);
    z-index: 2000;
    padding: 0.5rem 0 1rem 0;
    align-items: flex-start;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .sticky-nav .nav-links.show-mobile {
    display: flex;
  }
  .sticky-nav .nav-links a {
    color: #c5a267;
    padding: 1rem 2rem;
    width: 100%;
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
  }
  .sticky-nav .nav-links a:last-child {
    border-bottom: none;
  }
  .sticky-nav .nav-links a:hover {
    background: #f5f1ea;
    color: #C5A267;
  }
  .sticky-nav .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    z-index: 2100;
  }
}
@media (max-width: 600px) {
  .responsive-gutschein-text h2 {
    font-size: 1.1rem;
    padding-right: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}
/* Responsive Gutschein-Bereich unter Google Maps */
.responsive-gutschein {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 2rem auto;
  box-sizing: border-box;
  min-height: 0;
  height: auto;
}
.responsive-gutschein-img {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
    height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(131, 135, 145, 0.55);
  display: block;
  margin: 0 auto;
  margin-left: -30%;
}
.responsive-gutschein-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  margin-left: 2rem;
  min-width: 0;
  padding: 0;
  height: 100%;
  min-height: 0;
}
.responsive-gutschein-text h2 {
  margin-bottom: 0.5em;
  white-space: nowrap;
  font-size: 2rem;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.responsive-gutschein-text p {
  margin-top: 0;
  font-size: 1.1rem;
}
.responsive-gutschein-features {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.responsive-gutschein-features > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 180px;
}
.responsive-gutschein-btn {
  background-color: #fff;
  color: #4F5B50;
  border: 2px solid #C5a267;
  border-radius: 12px;
  min-width: 220px;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  align-self: flex-end;
  font-size: 1.1rem;
  padding: 0.9em 1.5em;
  box-shadow: 0 4px 16px rgba(131, 135, 145, 0.10);
  transition: background 0.2s, color 0.2s, border 0.2s;
}
  .responsive-gutschein-btn:hover {
    background: #C5a267;
    color: #fff;
    border-color: #C5a267;
}
@media (max-width: 900px) {
  .responsive-gutschein {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    padding: 0 0.5rem;
  }
  .responsive-gutschein-img {
    max-width: 95vw !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
    left: 0;
    transform: none !important;
    max-height: 220px;
  }
  .responsive-gutschein-text {
    margin-left: 0 !important;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .responsive-gutschein-text h2 {
    white-space: normal !important;
    font-size: 1.3rem;
  }
  .responsive-gutschein-text p {
    font-size: 1em;
    margin-left: 0 !important;
  }
  .responsive-gutschein-features {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .responsive-gutschein-btn {
    width: 100%;
    min-width: unset;
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    align-self: center;
    border-radius: 12px !important;
  }
.responsive-gutschein-text h2 {
  white-space: nowrap;
}
}
@media (max-width: 600px) {
  .responsive-gutschein {
    padding: 0 0.5rem;
    gap: 1rem;
  }
  .responsive-gutschein-text h2 {
    font-size: 1.3rem;
    white-space: normal;
  }
  .responsive-gutschein-text p {
    font-size: 1em;
  }
  .responsive-gutschein-btn {
    min-width: 100%;
    font-size: 1rem;
    padding: 0.8em 1em;
    border-radius: 12px !important;
  }
/* Einheitliche Abrundung für alle Haupt-Buttons */
  .btn {
    background: #fff !important;
    color: #4F5B50 !important;
    border: none !important;
    border-radius: 12px !important;
}
}
/* Responsive Google Maps Karte & Overlay */
.responsive-map {
  position: relative;
  min-height: 320px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 18px 40px rgba(131, 135, 145, 0.55);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #46484D;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 2rem 1rem;
  box-sizing: border-box;
  text-align: center;
}
.map-iframe-container {
  width: 100%;
  height: 400px;
  display: none;
}
.map-iframe-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  display: block;
}
@media (max-width: 800px) {
  .responsive-map {
    max-width: 100%;
    min-height: 220px;
    border-radius: 12px;
  }
  .map-overlay, .map-iframe-container iframe {
    border-radius: 12px;
  }
  .map-iframe-container {
    height: 220px;
  }
}
/* Responsives Video */
.responsive-video {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(131, 135, 145, 0.55);
  display: block;
}
@media (max-width: 800px) {
  .responsive-video {
    max-width: 100%;
    border-radius: 12px;
  }
}
:root {
  --cream: #f5f1ea;
  --blue-gray: #838791;
  --sage: #96a087;
  --ink: #2c2e34;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(44, 46, 52, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  padding-bottom: 6.25rem; /* 100px -> 6.25rem */
  font-size: 1.1rem;
}

main {
    flex-grow: 0; /* Reset flex-grow */
}

a {
  text-decoration: none;
  color: inherit;
}

.sticky-nav {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 0.625rem 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
  flex-direction: row;
  gap: 1.5rem;
}

/* Spezifische Stile für die Startseite */
.home .sticky-nav {
	position: absolute; /* Ändern von sticky zu absolute */
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	transform: translateY(0); /* Startet sichtbar, aber transparent */
}

.home .sticky-nav.scrolled {
	position: fixed; /* Beim Scrollen fixieren */
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}

/* Versteckt die Navigationsleiste nur auf der Startseite, wenn ganz oben */
.home .sticky-nav:not(.scrolled) {
    transform: translateY(-100%);
}

.sticky-nav .logo img {
  height: 40px; /* Smaller logo for the sticky nav */
	vertical-align: middle;
}

.sticky-nav .nav-links {
  display: flex;
  gap: 2rem;
  font-weight: 700;
  color: #96A087;
}

.sticky-nav .hamburger-menu {
  display: none; /* Will be handled by media queries */
}

.site-header {
  min-height: 60vh;
  padding: 1.5rem 4vw;
  background: url('titelbild_amasar.png') no-repeat center center;
  background-size: cover;
  position: relative;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center; /* Changed back to center */
  align-items: center;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('titelbild_amasar.png');
}

.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.logo-main {
  margin-bottom: 2rem;
}

.logo-main img {
  height: 92px;
  transform: translateY(-200px);
}

.logo, .hero-text { /* Adjusted selector */
  position: relative;
  z-index: 2;
  width: 100%;
}

.logo {
  margin-bottom: 0; /* Reset margin */
  padding-bottom: 0;
  z-index: 10; /* Ensure logo is clickable */
}

.logo img {
  height: 60px; /* Adjusted height */
  display: block; /* Removes extra space below the image */
  margin: 0; /* Center image inside the link */
  transition: filter 0.3s ease;
}

.logo img.scrolled {
  filter: invert(1); /* Invert logo color on scroll */
}

.nav {
  position: fixed; /* Make nav fixed */
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 6vw;
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.nav.scrolled {
  background-color: var(--white);
  box-shadow: var(--shadow);
  padding: 0.5rem 6vw;
}

.nav-links {
  display: flex; /* Show links on desktop */
  gap: 1rem;
  font-weight: 700;
  color: var(--white);
  transition: color 0.3s ease;
}

.nav.scrolled .nav-links {
  color: var(--ink); /* Change link color on scroll */
}

.hamburger-menu {
  display: none; /* Hide hamburger on desktop */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hamburger-menu span {
  display: block;
  width: 32px;
  height: 4px;
  background: #C5A267;
  border-radius: 3px;
  margin: 5px 0;
  transition: all 0.3s cubic-bezier(.4,2,.6,1);
  position: relative;
  transform-origin: center;
}

.nav.scrolled .hamburger-menu span {
  background: #C5A267;
}

/* Hamburger Animation (Kreuz bei Aktivierung) */
.hamburger-menu.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: var(--sage);
  color: var(--white);
  box-shadow: 0 10px 25px rgba(150, 160, 135, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(150, 160, 135, 0.45);
}

.btn-outline {
  border-color: var(--blue-gray);
  color: var(--blue-gray);
  background: transparent;
}

.btn-outline-sage {
  border-color: #96A087;
  color: #96A087;
  background: transparent;
}

.btn-outline-sage:hover {
  background: #96A087;
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
  align-items: center;
}

.hero-content h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 16px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
  color: var(--blue-gray);
  margin-bottom: 16px;
}

.lead {
  font-size: 1.1rem;
  margin-bottom: 24px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
  color: var(--blue-gray);
}

.hero-meta strong {
  font-size: 1.2rem;
  color: var(--ink);
  display: block;
}

.hero-card {
  background: var(--white);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-label {
  align-self: flex-start;
  background: var(--blue-gray);
  color: var(--white);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.hero-card ul {
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--blue-gray);
}

.section {
  padding: 80px 6vw;
}

.section.alt {
  background: #F5F1EA;
  border-top: 2px solid #C5A267;
  border-bottom: 2px solid #C5A267;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-header {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 12px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.card {
  background: var(--white);
  padding: 24px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--blue-gray);
  font-weight: 600;
}

.card-footer a {
  color: var(--sage);
}

.two-col {
  display: flex;
  justify-content: center; /* Zentriert die Karten im Container */
	gap: 20px;
	flex-wrap: wrap; /* Erlaubt Umbruch auf kleineren Bildschirmen */
}

.checklist {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 16px;
  color: var(--blue-gray);
}

.checklist li::before {
  content: "•";
  color: var(--sage);
  margin-right: 10px;
}

.info-panel {
  background: var(--white);
  padding: 28px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
}

.panel-row {
  display: flex;
  justify-content: space-between;
  color: var(--blue-gray);
  font-weight: 600;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.step {
  background: var(--white);
  padding: 22px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.step span {
  color: var(--blue-gray);
  font-weight: 700;
}

.contact-info {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  color: var(--blue-gray);
}

.form {
  background: var(--white);
  padding: 28px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
}

.form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: var(--blue-gray);
}

.form input,
.form select,
.form textarea {
  border-radius: 12px;
  border: 1px solid rgba(131, 135, 145, 0.3);
  padding: 10px 12px;
  font-family: inherit;
  background: var(--cream);
}

/* Entfernt die Pfeile bei number-inputs in allen Browsern */
.input-full[type="number"]::-webkit-inner-spin-button,
.input-full[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-full[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.site-footer {
  padding: 40px 6vw 80px;
  background: var(--blue-gray);
  color: var(--white);
  display: grid;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 500;
}

.footer-note {
  opacity: 0.8;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 20px;
  color: var(--ink-light);
}

.hero-text {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translateY(-15%); /* Move the entire block up */
}

.site-header h1 {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: clamp(2.5rem, 5vw, 4rem);
	letter-spacing: 0.1em;
	font-weight: 400;
	margin: 0;
}

.hero-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(1rem, 2vw, 1.5rem);
	font-weight: 400;
	margin-top: 1rem; /* Reset margin to a normal value */
}

.hero-main .btn {
    background: #F5F1EA !important;
    color: #333 !important;
  /* Hintergrund und Farbe entfernt, damit Standardfarbe greift */
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 14px 48px;
	margin-top: 2rem;
	text-decoration: none;
	border-radius: 2px;
	transition: background-color 0.3s;
}

.hero-main .btn:hover {
	background-color: #96A087;
	color: #fff;
}


@media (max-width: 900px) {
  .sticky-nav .nav-links {
    display: none; /* Hide links on small screens */
  }

  .sticky-nav .hamburger-menu {
    display: flex; /* Show hamburger on small screens */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    z-index: 1001;
  }

  .sticky-nav .hamburger-menu span {
    width: 30px;
    height: 4px;
    background: #c5a267;
    margin: 5px 0;
    border-radius: 2px;
    display: block;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .hero {
    gap: 28px;
  }

  .site-header {
    padding: 28px 5vw 48px;
  }

  .section {
    padding: 64px 5vw;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 36px;
  max-width: 880px;
  margin: 0 auto;
}

.team-member-card {
  background: var(--white);
  padding: 0;
  border-radius: 20px;
  box-shadow: var(--shadow);
  /* text-align: center; */ /* Moved to card-content */
  overflow: hidden; /* Ensures the image corners are rounded */
}

.team-member-card .card-content {
  padding: 20px;
  text-align: center;
  border-top: 2px solid #C5A267;
}

.team-member-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  border-radius: 20px 20px 0 0;
}

.ben-img {
  object-position: top center;
}
}

.team-member-card h3 {
  margin-top: 0; /* Adjusted from 20px */
  margin-bottom: 8px;
  color: #838791; /* New color */
}

.team-member-card .role {
  color: var(--blue-gray);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.btn-profile {
  background-color: var(--sage);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 999px;
  margin-bottom: 24px;
  display: inline-block;
  font-weight: 600;
}

.btn-profile:hover {
  background-color: var(--ink);
}

.contact-card {
	background-color: #fff;
	padding: 20px 40px; /* Padding angepasst */
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	text-align: center;
	flex: 0 0 320px; /* Breite angepasst */
	margin: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around; /* Ändert die vertikale Ausrichtung */
	align-items: center;
	height: 396px; /* Feste Höhe für Hochkant-Format */
}

.two-col .contact-card:first-child {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('Whatsapp-Kontakt.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}

.two-col .contact-card:first-child h2,
.two-col .contact-card:first-child p {
	color: #fff;
}

.two-col .contact-card:last-child {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('E-Mail Anfrage.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}

.two-col .contact-card:last-child h2,
.two-col .contact-card:last-child p {
	color: #fff;
}

.contact-card h2 {
	/* min-height entfernt */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0; /* Stellt sicher, dass kein oberer Rand die Position beeinflusst */
}

.contact-card hr {
	border: 0;
	height: 2px;
	background-color: #D4AF37; /* Korrigierte goldene Farbe */
	width: 50px;
	margin: 20px auto; /* Abstand oben/unten, linksbündig */
}

.contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #96A087; /* Neue Hintergrundfarbe */
	color: #fff; /* Weißer Text für Kontrast */
	border: none; /* Rahmen entfernt */
}

.contact-btn svg {
	flex-shrink: 0; /* Verhindert, dass das Icon schrumpft */
}

/* Spezifische Regel für das E-Mail-Icon (stroke-basiert) */
.two-col .contact-card:last-child .contact-btn svg {
	stroke: #fff; /* Weiße Linienfarbe für das Icon */
}

.btn-outline-sage {
	background-color: transparent;
	color: #96A087;
}

.btn-outline-sage:hover {
	background: #96A087;
	color: var(--white);
}

/* WhatsApp FAB */
.whatsapp-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-fab svg {
    width: 32px;
    height: 32px;
}

.location-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.address {
  flex: 1;
  min-width: 280px;
}

.map {
  flex: 1;
  min-width: 280px;
}

@media (min-width: 768px) {
  .location-container {
    flex-wrap: nowrap;
  }
  .address {
  flex: 3; /* Takes 60% of the space */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
  .map {
    flex: 2; /* Takes 40% of the space */
  }
}

@media (min-width: 1400px) {
  .location-container {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
}

.gutschein-container {
  display: flex;
  align-items: stretch; /* Stellt sicher, dass Kinder die gleiche Höhe haben */
  gap: 40px;
}

.gutschein-image {
  flex: 1;
}

.gutschein-image img {
  width: 100%;
  border-radius: 15px;
}

.gutschein-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */ /* Entfernt */
}

.gutschein-text-content {
  /* margin-top: auto; */ /* Entfernt */
  flex-grow: 1; /* Erlaubt diesem Bereich zu wachsen */
  margin-top: 120px; /* Erhöht den Abstand nach oben weiter */
}

.gutschein-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  text-align: left;
  position: relative; /* Nötig für das Pseudo-Element */
  margin-bottom: 40px; /* Schafft Platz für die Linie und den Abstand danach */
}


.gutschein-text p {
	text-align: left;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin: 20px 0;
  text-align: left;
}

.features div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
}

.gutschein-text .btn {
  align-self: center; /* Geändert von flex-start zu center */
  margin-top: auto; /* Schiebt den Button nach unten */
  width: 80%;
}

@media (max-width: 768px) {
  .gutschein-container {
    flex-direction: column;
    padding: 20px;
  }
  .gutschein-text-content {
    margin-top: 0; /* Entfernt den Abstand für die mobile Ansicht */
  }
  .gutschein-text h2, .gutschein-text p {
	  text-align: center;
  }
  .gutschein-text h2::after {
    left: 50%;
    transform: translateX(-50%); /* Zentriert die Linie */
  }
  .gutschein-text hr {
    margin: 20px auto; /* Zentriert die Linie in der mobilen Ansicht */
  }
  .gutschein-text .btn {
	  align-self: center;
    margin-top: 20px; /* Fügt einen Abstand hinzu, da 'auto' hier nicht wie gewünscht funktioniert */
  }
}

.gutschein-main {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
}

.gutschein-configurator {
    background-color: #fff;
    border: 1px solid #EAE0D3;
    border-radius: 15px;
    padding: 40px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 840px;
    margin: 40px auto 0 auto;
}

.gutschein-configurator h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 28px;
    color: #4F3C1E;
    text-align: center;
}

.choice-buttons {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    overflow: visible;
    border-bottom: 2px solid #b9a98a;
}

.choice-btn {
    flex: 1 1 0;
    padding: 16px 0 14px 0;
    border: 2px solid #b9a98a;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    background: #f9f6ef;
    color: #4F3C1E;
    font-size: 1.08rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
    min-width: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 0;
    z-index: 1;
    position: relative;
}

.choice-btn:not(:last-child) {
    border-right: none;
}

.choice-btn.active {
    background: #ede6db;
    color: #4F3C1E;
    z-index: 2;
    border-bottom: 2px solid #ede6db;
}

.choice-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px #b9a98a33;
}

.form-row {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
}

.input-half {
    flex: 1;
    flex: 1 1 100%;
    padding: 0.75rem 0.875rem;
    border: 0.09375rem solid #e0d7c7;
    border-radius: 0.5rem;
    background: #fff;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    color: #4F3C1E;
}

.input-full {
    width: 100%;
    padding: 0.75rem 0.875rem;
    border: 0.09375rem solid #e0d7c7;
    border-radius: 0.5rem;
    background: #fff;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    color: #4F3C1E;
    margin-bottom: 2rem;
img, picture, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Layouts */



}

.divider {
    border: none;
    border-top: 1.5px solid #e0d7c7;
    margin: 18px 0 0 0;
}

.oder {
    font-size: 1rem;
    color: #b9a98a;
    margin: 10px 0 10px 0;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 1px;
}

.paypal-btn {
    width: 100%;
    padding: 10px 0;
    border: 1.5px solid #e0d7c7;
    border-radius: 8px;
    background: #fff;
    color: #253b80;
    font-size: 1.08rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
}

.paypal-icon {
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.btn.submit-btn {
    width: 100%;
    padding: 13px 0;
    background: #b9a98a;
    color: #fff;
    font-size: 1.13rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn.submit-btn:hover {
    background: #a08d6d;
}

.hinweis {
    font-size: 0.93rem;
    color: #4F3C1E;
    opacity: 0.7;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

.gutschein-page {
    background: #ede6db;
    min-height: 100vh;
}

.gutschein-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-look.gutschein-configurator {
    background: #f9f6ef;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(80, 60, 30, 0.10);
    padding: 36px 32px 24px 32px;
    max-width: 840px; /* vorher 420px */
    width: 100%;
    margin: 0 auto;
    border: none;
    text-align: center;
}

.gutschein-configurator h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 28px;
    color: #4F3C1E;
    text-align: center;
}

.choice-buttons {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    overflow: visible;
    border-bottom: 2px solid #b9a98a;
}

.choice-btn {
    flex: 1 1 0;
    padding: 16px 0 14px 0;
    border: 2px solid #b9a98a;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    background: #f9f6ef;
    color: #4F3C1E;
    font-size: 1.08rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
    min-width: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 0;
    z-index: 1;
    position: relative;
}

.choice-btn:not(:last-child) {
    border-right: none;
}

.choice-btn.active {
    background: #ede6db;
    color: #4F3C1E;
    z-index: 2;
    border-bottom: 2px solid #ede6db;
}

.choice-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px #b9a98a33;
}

.form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.input-half {
    flex: 1;
    padding: 12px 14px;
    border: 1.5px solid #e0d7c7;
    border-radius: 8px;
    background: #fff;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    color: #4F3C1E;
}

.input-full {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e0d7c7;
    border-radius: 8px;
    background: #fff;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    color: #4F3C1E;
    margin-bottom: 32px; /* vorher 18px, Abstand vergrößert */
}

.divider {
    border: none;
    border-top: 1.5px solid #e0d7c7;
    margin: 18px 0 0 0;
}

.oder {
    font-size: 1rem;
    color: #b9a98a;
    margin: 10px 0 10px 0;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 1px;
}

.paypal-btn {
    width: 100%;
    padding: 10px 0;
    border: 1.5px solid #e0d7c7;
    border-radius: 8px;
    background: #fff;
    color: #253b80;
    font-size: 1.08rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
}

.paypal-icon {
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.btn.submit-btn {
    width: 100%;
    padding: 13px 0;
    background: #b9a98a;
    color: #fff;
    font-size: 1.13rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn.submit-btn:hover {
    background: #a08d6d;
}

.hinweis {
    font-size: 0.93rem;
    color: #4F3C1E;
    opacity: 0.7;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

.gutschein-page {
    background: #ede6db;
    min-height: 100vh;
}

.gutschein-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-look.gutschein-configurator {
    background: #f9f6ef;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(80, 60, 30, 0.10);
    padding: 36px 32px 24px 32px;
    max-width: 840px; /* vorher 420px */
    width: 100%;
    margin: 0 auto;
    border: none;
    text-align: center;
}

.gutschein-configurator h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 28px;
    color: #4F3C1E;
    text-align: center;
}

.choice-buttons {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    overflow: visible;
    border-bottom: 2px solid #b9a98a;
}

.choice-btn {
    flex: 1 1 0;
    padding: 16px 0 14px 0;
    border: 2px solid #b9a98a;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    background: #f9f6ef;
    color: #4F3C1E;
    font-size: 1.08rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
    min-width: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 0;
    z-index: 1;
    position: relative;
}

.choice-btn:not(:last-child) {
    border-right: none;
}

.choice-btn.active {
    background: #ede6db;
    color: #4F3C1E;
    z-index: 2;
    border-bottom: 2px solid #ede6db;
}

.choice-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px #b9a98a33;
}

.form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.input-half {
    flex: 1;
    padding: 12px 14px;
    border: 1.5px solid #e0d7c7;
    border-radius: 8px;
    background: #fff;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    color: #4F3C1E;
}

.input-full {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e0d7c7;
    border-radius: 8px;
    background: #fff;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    color: #4F3C1E;
    margin-bottom: 32px; /* vorher 18px, Abstand vergrößert */
}

.divider {
    border: none;
    border-top: 1.5px solid #e0d7c7;
    margin: 18px 0 0 0;
}

.oder {
    font-size: 1rem;
    color: #b9a98a;
    margin: 10px 0 10px 0;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 1px;
}

.paypal-btn {
    width: 100%;
    padding: 10px 0;
    border: 1.5px solid #e0d7c7;
    border-radius: 8px;
    background: #fff;
    color: #253b80;
    font-size: 1.08rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
}

.paypal-icon {
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.btn.submit-btn {
    width: 100%;
    padding: 13px 0;
    background: #b9a98a;
    color: #fff;
    font-size: 1.13rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn.submit-btn:hover {
    background: #a08d6d;
}

.hinweis {
    font-size: 0.93rem;
    color: #4F3C1E;
    opacity: 0.7;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

.choice-section {
    margin-bottom: 18px;
}

@media (max-width: 375px) {
 #longtext {
        font-size: 1.4rem;
        padding-right: 0;
    }
  
  #longtext->p {
    font-size: 1.1rem;
  }
    
}