/* */
:root {
--blue: #162a46;
--blue-dark: #20315d;
--text: #1e2b4d;
--muted: #6c7485;
--border: #d9dee8;
--surface: #ffffff;
--wiwadu-gold: #ccbba0;
--wiwadu-wine: #4a1e28;
--bg: #ecf2f6;
--shadow: 0 18px 45px rgba(17, 30, 68, 0.12);
--radius: 22px;

--card-max-width: 1050px;
--card-padding: 26px;
--field-height: 50px;
--hero-height: 610px;

--wiwadu-events: #302d5b;
--wiwadu-family: #307a75;
--wiwadu-petrol-transparent: rgba(22, 42, 70, 0.86);
--wiwadu-events-transparent: rgba(48, 45, 91, 0.86);
--wiwadu-family-transparent: rgba(48, 122, 117, 0.86);
--wiwadu-white: #ffffff;

--container-space: 16px;
--section-space-y: clamp(28px, 5vw, 56px);
--grid-gap: clamp(14px, 2vw, 22px);
--card-height: 300px;
--card-height-news: 390px;
--popup-pad: clamp(18px, 3vw, 30px);
}

*,
*::before,
*::after {
box-sizing: border-box;
}

* {
font-family: "Mulish", sans-serif;
font-optical-sizing: auto;
font-style: normal;
letter-spacing: 0.02em;
line-height: 1.6;
-webkit-tap-highlight-color: transparent;
}

html {
margin: 0;
padding: 0;
overflow-x: clip;
scroll-behavior: smooth;
text-size-adjust: 100%;
}

body {
margin: 0;
padding: 0;
overflow-x: clip;
background: var(--bg);
color: var(--text);
font-weight: 700;
font-style: normal;
}

img,
svg,
video,
canvas {
display: block;
max-width: 100%;
height: auto;
}

iframe {
max-width: 100%;
border: 0;
}

a {
color: inherit;
text-decoration: none;
}

button,
input,
select,
textarea {
font: inherit;
}

button {
border: 0;
background: none;
}

input,
select,
textarea {
min-width: 0;
}

select {
-webkit-appearance: none;
appearance: none;
}

.section-spacer {
height: clamp(36px, 6vw, 80px);
}

.headline {
width: 100%;
margin: 0 auto;
padding: 0 var(--container-space);
text-align: center;
}

.headline img {
width: min(320px, 100%);
max-width: 100%;
height: auto;
display: inline-block;
}

.hero-header {
position: relative;
width: 100%;

overflow: hidden;
}

.hero-image-wrap {
position: relative;
width: 100%;
min-height: 420px;
height: clamp(420px, 82vw, var(--hero-height));
overflow: hidden;
background: #ddd;
}

.hero-image-wrap::after {
content: "";
position: absolute;
left: -4%;
bottom: clamp(-72px, -9vw, -92px);
width: 108%;
height: clamp(120px, 24vw, 205px);
background: var(--bg);
border-top: 2px solid var(--wiwadu-gold);
transform: rotate(-2deg);
transform-origin: center;
z-index: 2;
pointer-events: none;
}

.hero-image,
.hero-image-events,
.hero-image-fam {
position: absolute;
inset: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
transform: scale(1.01);
}

.hero-image {
background-image: url("../bilder/wiwadu-website/wiwadu_header_park.png");
}

.hero-image-events {
background-image: url("../bilder/wiwadu-website/wiwadu-fasching_bolognese.png");
}

.hero-image-fam {
background-image: url("../bilder/wiwadu-website/wiwadu-family.png");
}

.intro_cl,
.intro_wiwadu-maus,
.intro_puzzle {
position: absolute;
z-index: 4;
}

.intro_cl {
top: clamp(18px, 4vw, 36px);
left: 50%;
transform: translateX(-50%);
margin: 0;
width: min(100% - 32px, 320px);
}

.hero-logo-2025 {
width: clamp(150px, 32vw, 240px);
height: auto;
}

.intro_wiwadu-maus {
left: clamp(8px, 2vw, 2%);
bottom: clamp(132px, 22vw, 90px);
width: clamp(96px, 24vw, 200px);
height: auto;
max-width: 38%;
}

.intro_puzzle {
left: clamp(12px, 5vw, 5%);
bottom: clamp(150px, 27vw, 118px);
display: inline-flex;
flex-direction: column;
align-items: center;
gap: 8px;
max-width: 30%;
}

.intro_puzzle img {
width: clamp(48px, 14vw, 88px);
height: auto;
}

.intro_puzzle_label {
font-size: clamp(11px, 2.4vw, 14px);
letter-spacing: 0.08em;
color: #fff;
text-align: center;
}

.booking-card-wrap {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
width: min(calc(100% - 32px), var(--card-max-width));
z-index: 5;
}

.booking-card {
width: 100%;
background: var(--surface);
border-radius: clamp(18px, 3vw, var(--radius));
box-shadow: var(--shadow);
padding: 18px 16px 18px;
overflow: hidden;
}

.booking-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 4px 6px;
margin: 0 0 18px;
padding-bottom: 2px;
border-bottom: 1px solid #e5e8ef;
}

.booking-tab {
position: relative;
appearance: none;
border: 0;
background: transparent;
color: var(--blue-dark);
font-size: 14px;
font-weight: 700;
line-height: 1.25;
padding: 6px 12px 14px;
cursor: pointer;
transition: color 0.2s ease;
text-align: center;
white-space: nowrap;
}

.booking-tab::after {
content: "";
position: absolute;
left: 10px;
right: 10px;
bottom: -1px;
height: 4px;
border-radius: 999px;
background: transparent;
}

.booking-tab.active {
color: var(--blue);
}

.booking-tab.active::after {
background: var(--blue);
}

.booking-panel {
display: none;
}

.booking-panel.active {
display: block;
}

.booking-form {
display: grid;
grid-template-columns: 1fr;
gap: 14px;
align-items: end;
}

.form-group {
display: flex;
flex-direction: column;
min-width: 0;
}

.form-group label {
margin-bottom: 8px;
color: #42506f;
font-size: 13px;
font-weight: 700;
line-height: 1.35;
}

.label-hidden {
display: none;
}

.double-input {
display: grid;
grid-template-columns: 1fr;
gap: 0;
width: 100%;
border: 1px solid var(--border);
border-radius: 8px;
overflow: hidden;
background: #fff;
}

.double-input .input-icon-wrap {
border: 0;
border-bottom: 1px solid var(--border);
border-radius: 0;
min-height: var(--field-height);
}

.double-input .input-icon-wrap:last-child {
border-bottom: 0;
}

.input-icon-wrap {
position: relative;
display: flex;
align-items: center;
width: 100%;
min-height: var(--field-height);
border: 1px solid var(--border);
border-radius: 8px;
background: #fff;
overflow: hidden;
}

.input-icon {
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
line-height: 1;
pointer-events: none;
display: inline-flex;
align-items: center;
justify-content: center;
}

input,
select {
width: 100%;
min-width: 0;
height: var(--field-height);
border: 1px solid var(--border);
border-radius: 8px;
padding: 0 42px 0 42px;
font-size: 15px;
color: var(--blue-dark);
background: #fff;
outline: none;
box-shadow: none;
}

.double-input input {
border: 0;
border-radius: 0;
}

select {
padding-left: 14px;
padding-right: 40px;
background-image:
linear-gradient(45deg, transparent 50%, #2e3c63 50%),
linear-gradient(135deg, #2e3c63 50%, transparent 50%);
background-position:
calc(100% - 20px) calc(50% - 3px),
calc(100% - 13px) calc(50% - 3px);
background-size: 7px 7px, 7px 7px;
background-repeat: no-repeat;
}

input:focus,
select:focus {
border-color: var(--blue);
}

.form-button {
justify-content: flex-end;
}

.price-button {
width: 100%;
min-height: var(--field-height);
padding: 0 18px;
border: 0;
border-radius: 18px;
background: var(--blue);
color: #fff;
font-size: 16px;
font-weight: 700;
line-height: 1.2;
cursor: pointer;
transition: transform 0.18s ease, background 0.18s ease;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
}

.booking-note {
margin: 16px 0 0;
text-align: center;
font-size: 14px;
color: #55627f;
line-height: 1.5;
}

.booking-note a {
color: var(--blue);
font-weight: 700;
text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
.price-button:hover {
transform: translateY(-1px);
background: #162a46;
}

.booking-tab:hover {
color: var(--blue);
}
}

@media (hover: none), (pointer: coarse) {
.price-button:hover {
transform: none;
background: var(--blue);
}

.booking-tab:hover {
color: var(--blue-dark);
}
}

@media (min-width: 480px) {
:root {
--container-space: 20px;
}

.booking-card-wrap {
width: min(calc(100% - 40px), var(--card-max-width));
}

.booking-card {
padding: 22px 20px 20px;
}

.booking-tabs {
gap: 6px 8px;
}

.booking-tab {
font-size: 14px;
padding: 6px 14px 14px;
}

.double-input {
grid-template-columns: 1fr 1fr;
height: var(--field-height);
}

.double-input .input-icon-wrap {
border-bottom: 0;
border-right: 1px solid var(--border);
}

.double-input .input-icon-wrap:last-child {
border-right: 0;
}
}

@media (min-width: 768px) {
:root {
--container-space: 24px;
}

.hero-image-wrap {
min-height: 520px;
height: clamp(520px, 64vw, var(--hero-height));
}

.intro_wiwadu-maus {
left: 2%;
bottom: 96px;
width: clamp(130px, 20vw, 190px);
max-width: none;
}

.intro_puzzle {
left: 5%;
bottom: 124px;
max-width: none;
}

.booking-card-wrap {
width: min(calc(100% - 48px), var(--card-max-width));
}

.booking-card {
padding: 24px 26px 22px;
}

.booking-tabs {
gap: 8px;
margin-bottom: 22px;
}

.booking-tab {
font-size: 15px;
padding: 0 18px 14px;
}

.booking-form {
grid-template-columns: 1.25fr 1fr;
gap: 16px;
}

.form-button {
grid-column: 1 / -1;
}

.price-button {
min-height: 52px;
font-size: 17px;
}
}

@media (min-width: 1024px) {
:root {
--container-space: 24px;
}

.hero-image-wrap {
min-height: 580px;
height: var(--hero-height);
}

.hero-image-wrap::after {
left: -3%;
bottom: -92px;
width: 106%;
height: 205px;
}

.intro_cl {
top: 36px;
}

.hero-logo-2025 {
width: 240px;
}

.intro_wiwadu-maus {
left: 2%;
bottom: 90px;
width: 200px;
}

.intro_puzzle {
left: 5%;
bottom: 118px;
}

.intro_puzzle img {
width: 88px;
}

.intro_puzzle_label {
font-size: 14px;
}

.booking-card {
padding: var(--card-padding) 34px 22px;
}

.booking-form {
grid-template-columns: 1.5fr 1fr 1fr 0.62fr;
gap: 18px;
}

.form-button {
grid-column: auto;
}
}



















/* ====================================================================================================
   CONTENT
======================================================================================================= */

/* =========================
   CONTENT
========================= */

.content {
  width: 100%;
  padding: clamp(28px, 5vw, 40px) var(--container-space) 0;
}

.dummy-section {
  width: 100%;
  max-width: 2100px;
  margin: 0 auto;
  text-align: center;
}

.dummy-section h2 {
  margin: 0 0 14px;
  min-height: clamp(56px, 10vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dummy-section p {
  margin: 0;
  font-size: clamp(15px, 2.8vw, 18px);
  color: var(--muted);
}

/* =========================
   POPUP
========================= */

.wiwadu-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--popup-pad);
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wiwadu-popup-overlay.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wiwadu-popup-box {
  position: relative;
  width: min(100%, 820px);
  max-height: min(100dvh - 2 * var(--popup-pad), 100%);
  overflow-y: auto;
  background: #f4f7fa;
  border: 4px solid #162a46;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  padding: clamp(22px, 4vw, 34px) clamp(18px, 4vw, 30px) clamp(20px, 4vw, 28px);
  text-align: center;
}

.wiwadu-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #162a46;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
}

.wiwadu-popup-logo {
  margin: 0 auto 20px;
  width: min(250px, 72%);
  max-width: 250px;
}

.wiwadu-popup-logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.wiwadu-popup-content h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.2;
  color: #1f2b46;
}

.wiwadu-popup-content p {
  margin: 0 0 12px;
  font-size: clamp(15px, 3vw, 18px);
  line-height: 1.55;
  color: #374151;
}

.wiwadu-popup-content p:last-child {
  margin-bottom: 0;
}

body.wiwadu-popup-open {
  overflow: hidden;
}

/* =========================
   CARDS
========================= */

.wiwadu-cards-section {
  width: 100%;
  padding: var(--section-space-y) var(--container-space);
}

.wiwadu-cards-erlebniswelten,
.wiwadu-cards-abenteuer,
.wiwadu-cards-event {
  width: min(var(--card-max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
}

.wiwadu-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: var(--card-height);
  height: var(--card-height);
  overflow: hidden;
  isolation: isolate;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.wiwadu-card-news {
  min-height: var(--card-height-news);
  height: var(--card-height-news);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #162a46;
}

.wiwadu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* =========================
   BILDER - CARDS
========================= */

.card-anfahrt {
  background-image: url("../bilder/wiwadu-website/wiwadu_anfahrt.png");
  background-position: center center;
}

.card-beratung {
  background-image: url("../bilder/wiwadu-website/wiwadu_news_vormund.jpg");
  background-position: center center;
}

.card-bounce {
  background-image: url("../bilder/wiwadu-website/wiwadu_huepfburg.jpg");
  background-position: center center;
}

.card-cosmo {
  background-image: url("../bilder/wiwadu-website/wiwadu_cosmo-loop.png");
  background-position: center center;
}

.card-erlebnispark {
  background-image: url("../bilder/wiwadu-website/wiwadu_park_alltag.png");
  background-position: center center;
}

.card-events {
  background-image: url("../bilder/wiwadu-website/wiwadu-events.jpg");
  background-position: center center;
}

.card-familienprogramme {
  background-image: url("../bilder/wiwadu-website/wiwadu_news_familienprogramme_fam-erlebnis.jpg");
  background-position: center center;
}

.card-family {
  background-image: url("../bilder/wiwadu-website/wiwadu-family.png");
  background-position: center center;
}

.card-fasching {
  background-image: url("../bilder/wiwadu-website/wiwadu_event_faschingsbericht.jpg");
  background-position: center center;
}

.card-fuchsbau {
  background-image: url("../bilder/wiwadu-website/wiwadu_fuchsbau.jpg");
  background-position: center center;
}

.card-fussball {
  background-image: url("../bilder/wiwadu-website/wiwadu_fussball-arena.jpg");
  background-position: center center;
}

.card-gutscheine {
  background-image: url("../bilder/wiwadu-website/wiwadu_gutscheine.png");
  background-position: center center;
}

.card-integrationsprogramme {
  background-image: url("../bilder/wiwadu-website/wiwadu_news_integrationsprogramme.jpg");
  background-position: center center;
}

.card-kinderjugendprogramme {
  background-image: url("../bilder/wiwadu-website/wiwadu_news_kinderjugendprogramme.jpg");
  background-position: center center;
}

.card-labyrinth {
  background-image: url("../bilder/wiwadu-website/wiwadu_abenteuer-labyrinth.png");
  background-position: center center;
}

.card-ostern {
  background-image: url("../bilder/wiwadu-website/wiwadu_event_ostern.jpg");
  background-position: center center;
}

.card-speisekarte {
  background-image: url("../bilder/wiwadu-website/wiwadu_speisekarte.png");
  background-position: center center;
}

.card-stoppersocken {
  background-image: url("../bilder/wiwadu-website/wiwadu_stoppersocken.png");
  background-position: center center;
}

.card-trampolin {
  background-image: url("../bilder/wiwadu-website/wiwadu_trampolinpark.png");
  background-position: center center;
}

.card-outdoor {
  background-image: url("../bilder/wiwadu-website/wiwadu_news_aussenfasade.jpg");
  background-position: center center;
}

.card-weltfrauentag {
  background-image: url("../bilder/wiwadu-website/wiwadu_event_weltfrauentag.jpg");
  background-position: center center;
}

.card-zauberkarussell {
  background-image: url("../bilder/wiwadu-website/wiwadu_zauberkarussell.png");
  background-position: center center;
}

.card-zwergentreffen {
  background-image: url("../bilder/wiwadu-website/wiwadu_zwergentreffen.jpg");
  background-position: center center;
}

/* GESCHLOSSENER ZUSTAND */

.wiwadu-card-panel,
.wiwadu-card-panel_family,
.wiwadu-card-panel_events {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 84%, 100% 80%, 100% 100%, 0 100%);
  transition: clip-path 0.34s ease;
  z-index: 2;
  pointer-events: none;
  will-change: clip-path;
}

.wiwadu-card-panel {
  background: var(--wiwadu-petrol-transparent);
}

.wiwadu-card-panel_family {
  background: var(--wiwadu-family-transparent);
}

.wiwadu-card-panel_events {
  background: var(--wiwadu-events-transparent);
}

.card-events .wiwadu-card-panel,
.card-fasching .wiwadu-card-panel,
.card-ostern .wiwadu-card-panel,
.card-weltfrauentag .wiwadu-card-panel {
  background: var(--wiwadu-events-transparent);
}

.card-family .wiwadu-card-panel,
.card-familienprogramme .wiwadu-card-panel,
.card-kinderjugendprogramme .wiwadu-card-panel,
.card-integrationsprogramme .wiwadu-card-panel {
  background: var(--wiwadu-family-transparent);
}

.wiwadu-card-panel::before,
.wiwadu-card-panel_family::before,
.wiwadu-card-panel_events::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wiwadu-gold);
  clip-path: polygon(0 84%, 100% 80%, 100% 81%, 0 85%);
  z-index: 3;
  transition: clip-path 0.34s ease;
  pointer-events: none;
  will-change: clip-path;
}

/* TITELBAR */

.wiwadu-card-titlebar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  padding: 0 16px;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.wiwadu-card-titlebar h3 {
  margin: 0;
  font-size: clamp(16px, 2.7vw, 17px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--wiwadu-white);
  text-align: center;
}

/* HOVER-INHALT */

.wiwadu-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 18px 18px;
  z-index: 5;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

.wiwadu-card-content::before {
  content: "";
  display: block;
  height: 116px;
}

.wiwadu-card-content h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 3.2vw, 20px);
  line-height: 1.15;
  font-weight: 700;
  color: var(--wiwadu-white);
}

.wiwadu-card-content p {
  margin: 0 0 14px;
  font-size: clamp(13px, 2.5vw, 14px);
  line-height: 1.45;
  color: var(--wiwadu-white);
}

.wiwadu-card-btn,
.wiwadu-card-btn-events,
.wiwadu-card-btn-family {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: max-content;
  padding: 0 18px;
  background: var(--wiwadu-gold);
  border: 2px solid var(--wiwadu-gold);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
  pointer-events: auto;
  text-align: center;
  white-space: normal;
}

.wiwadu-card-btn {
  color: var(--blue);
}

.wiwadu-card-btn-events {
  color: #302d5b;
}

.wiwadu-card-btn-family {
  color: #307a75;
}

.wiwadu-card-btn:hover,
.wiwadu-card-btn-events:hover,
.wiwadu-card-btn-family:hover,
.wiwadu-card-btn:focus-visible,
.wiwadu-card-btn-events:focus-visible,
.wiwadu-card-btn-family:focus-visible {
  background: transparent;
  color: var(--wiwadu-gold);
  border-color: var(--wiwadu-gold);
}


































/* ====================================================================================================
   TEASER / FOOTER
======================================================================================================= */






/* =========================
   PLATZHALTER
========================= */

.section-spacer {
  height: 80px;
}

/* =========================
   REUSABLE BUTTONS
========================= */

.wiwadu-card-btn,
.wiwadu-card-btn-family {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 2px solid var(--wiwadu-gold);
  background: var(--wiwadu-gold);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.wiwadu-card-btn {
  color: var(--blue);
}

.wiwadu-card-btn-family {
  color: var(--wiwadu-family);
}

.wiwadu-card-btn:hover,
.wiwadu-card-btn-family:hover {
  background: transparent;
  color: var(--wiwadu-gold);
  border-color: var(--wiwadu-gold);
  transform: translateY(-1px);
}

/* =========================
   TEASER
========================= */

.bottom-teaser {
  width: calc(100% + 60px);
  margin: 0 -30px;
}

.bottom-teaser__banner-geb,
.bottom-teaser__banner-app {
  position: relative;
  width: 100%;
  min-height: 340px;
}

.bottom-teaser__banner-geb {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.05) 68%, rgba(0, 0, 0, 0.18) 100%),
    url("../bilder/wiwadu-website/8_geburtstagsbox.jpg") center center / cover no-repeat;
}

.bottom-teaser__banner-app {
  background: url("../bilder/wiwadu-website/wiwadu_banner_app.png") center center / cover no-repeat;
}

.bottom-teaser__banner-inner,
.bottom-teaser__content-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.bottom-teaser__banner-inner {
  padding: 56px 58px 58px;
}

.bottom-teaser__eyebrow {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bottom-teaser__title {
  margin: 0 0 16px;
  max-width: 620px;
  color: var(--wiwadu-gold);
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
}

.bottom-teaser__text {
  margin: 0 0 28px;
  max-width: 920px;
  color: var(--border);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.bottom-teaser__genau,
.bottom-teaser__fam,
.bottom-teaser__werte {
  width: 100%;
  padding: 72px 34px 76px;
}

.bottom-teaser__genau {
  background: var(--wiwadu-wine);
}

.bottom-teaser__fam {
  background: var(--wiwadu-family);
}

.bottom-teaser__werte {
  background: var(--wiwadu-gold);
}

.bottom-teaser__intro {
  margin-bottom: 36px;
  text-align: center;
}

.bottom-teaser__intro-logo,
.bottom-teaser__intro-werte_headline {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bottom-teaser__intro-logo {
  color: rgba(255, 255, 255, 0.92);
}

.bottom-teaser__intro-werte_headline,
.bottom-teaser__intro-subline {
  color: var(--blue);
}

.bottom-teaser__intro-subline,
.bottom-teaser__intro-subline_white {
  font-size: 16px;
  font-weight: 700;
}

.bottom-teaser__intro-subline_white {
  color: rgba(255, 255, 255, 0.92);
}

.bottom-teaser__grid {
  position: relative;
  min-height: 360px;
}

.bottom-teaser__figure {
  position: absolute;
  left: 80px;
  bottom: 10px;
  width: 180px;
}

.bottom-teaser__right {
  width: calc(100% - 320px);
  margin-left: auto;
}

.bottom-teaser__cards {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.bottom-teaser__card,
.bottom-teaser__cardwerte {
  position: relative;
  flex: 1 1 0;
  height: 270px;
  overflow: hidden;
  border-radius: 10px;
}

.bottom-teaser__card {
  background: #333;
}

.bottom-teaser__card img,
.bottom-teaser__cardwerte img {
  width: 100%;
  height: 100%;
}

.bottom-teaser__card img {
  object-fit: cover;
}

.bottom-teaser__cardwerte img {
  object-fit: contain;
}

.bottom-teaser__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 50%, rgba(0, 0, 0, 0.02) 100%);
}

.bottom-teaser__card-text {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
}

.bottom-teaser__card-title,
.bottom-teaser__card-title-werte {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
}

.bottom-teaser__card-title {
  color: var(--wiwadu-gold);
}

.bottom-teaser__card-title-werte,
.bottom-teaser__card-desc-werte {
  color: var(--blue);
}

.bottom-teaser__card-desc,
.bottom-teaser__card-desc-werte {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.bottom-teaser__card-desc {
  color: rgba(255, 255, 255, 0.9);
}

.bottom-teaser__dots {
  margin: 14px 0 20px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  letter-spacing: 8px;
  text-align: center;
}

.bottom-teaser__button-wrap {
  text-align: left;
}

/* =========================
   NEWSLETTER
========================= */

.newsletter-section {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% + 48px);
  min-height: 620px;
  margin: 0 -24px -1px;
  padding: 72px 0 118px;
  overflow: hidden;
  background: transparent;
}

.newsletter-section-events {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% + 48px);
  min-height: 620px;
  margin: 0 -24px -1px;
  padding: 72px 0 118px;
  overflow: hidden;
  background: transparent;
}

.newsletter-section-family {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% + 48px);
  min-height: 620px;
  margin: 0 -24px -1px;
  padding: 72px 0 118px;
  overflow: hidden;
  background: transparent;
}

.newsletter-section::after {
  content: "";
  position: absolute;
  left: -3%;
  bottom: -92px;
  z-index: 1;
  width: 106%;
  height: 205px;
  background: var(--blue);
  border-top: 2px solid var(--wiwadu-gold);
  transform: rotate(-2deg);
  transform-origin: center;
}

.newsletter-section-events::after {
    content: "";
    position: absolute;
    left: -3%-30.1875px;
    bottom: -92px;
    width: 106%;
    height: 205px;
    background: var(--wiwadu-events);
    border-top: 2px solid var(--wiwadu-gold);
    transform: rotate(-2deg);
    transform-origin: center;
    z-index: 1;
}

.newsletter-section-family::after {
    content: "";
    position: absolute;
    left: -3%-30.1875px;
    bottom: -92px;
    width: 106%;
    height: 205px;
    background: var(--wiwadu-family);
    border-top: 2px solid var(--wiwadu-gold);
    transform: rotate(-2deg);
    transform-origin: center;
    z-index: 1;
}

.newsletter-arc {
  position: absolute;
  top: 190px;
  left: -420px;
  z-index: 0;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(23, 61, 122, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.newsletter-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 610px;
  padding: 0 16px;
  text-align: center;
}

.newsletter-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 16px;
  color: var(--blue);
}

.newsletter-icon svg {
  width: 100%;
  height: 100%;
}

.newsletter-title {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

.newsletter-subtitle {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.newsletter-text {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.newsletter-form {
  width: 100%;
}

.newsletter-label {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.4;
}

.newsletter-input {
  display: block;
  width: 100%;
  max-width: 390px;
  height: 46px;
  margin: 0 auto 34px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--text);
  font-size: 15px;
  outline: none;
}

.newsletter-input:focus {
  border-color: var(--blue);
}

.newsletter-button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 60px;
  padding: 0 26px;
  border: none;
  background: var(--wiwadu-gold);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.newsletter-button:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.scroll-top {
  position: absolute;
  right: 58px;
  bottom: 113px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--wiwadu-gold);
  color: #ffffff;
  text-decoration: none;
}

.scroll-top svg {
  width: 18px;
  height: 18px;
}

/* =========================
   FOOTER
========================= */

.wiwadu-footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
  overflow: hidden;
  padding: 96px 32px 24px;
  background: var(--blue);
  color: #ffffff;
}

.wiwadu-footer_events {
  position: relative;
  z-index: 2;
  margin-top: 0;
  overflow: hidden;
  padding: 96px 32px 24px;
  background: var(--wiwadu-events);
  color: #ffffff;
}

.wiwadu-footer_family {
  position: relative;
  z-index: 2;
  margin-top: 0;
  overflow: hidden;
  padding: 96px 32px 24px;
  background: var(--wiwadu-family);
  color: #ffffff;
}

.wiwadu-footer__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  align-items: start;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.wiwadu-footer__brand {
  max-width: 360px;
}

.wiwadu-footer .intro_cl {
  position: static;
  transform: none;
  margin: 0 0 18px;
}

.wiwadu-footer__logo {
  margin: 0;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.15;
  font-weight: 800;
}

.hero-logo-2025 {
  width: 240px;
  height: auto;
}

.wiwadu-footer__text {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.7;
}

.wiwadu-footer__col h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.wiwadu-footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wiwadu-footer__col li {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.55;
}

.wiwadu-footer__col a,
.wiwadu-footer__legal a {
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.wiwadu-footer__col a:hover,
.wiwadu-footer__legal a:hover {
  color: var(--wiwadu-gold);
}

.wiwadu-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1280px;
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wiwadu-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.wiwadu-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.wiwadu-footer__legal a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}














/* ====================================================================================================
   HEADER RESPONSIVE
======================================================================================================= */

@media (min-width: 1440px) {
.booking-card-wrap {
width: min(calc(100% - 64px), var(--card-max-width));
}

.hero-image,
.hero-image-events,
.hero-image-fam {
transform: scale(1.015);
}
}

@media (max-width: 1023px) {
  

  .booking-card-wrap {
    position: relative;
    bottom: auto;
    transform: translateX(-50%);
    margin-top: -90px;
  }
}

@media (max-width: 768px) {
  

  .booking-card-wrap {
    margin-top: -110px;
  }
}

@media (max-width: 480px) {
  

  .booking-card-wrap {
    margin-top: -130px;
  }
}







































/* ====================================================================================================
   CONTENT RESPONSIVE
======================================================================================================= */

/* MOBILE / TOUCH */

@media (hover: none), (pointer: coarse) {
  .wiwadu-card {
    min-height: var(--card-height);
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .wiwadu-card-news {
    min-height: var(--card-height-news);
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .wiwadu-card-panel,
  .wiwadu-card-panel_family,
  .wiwadu-card-panel_events {
    clip-path: polygon(0 58%, 100% 54%, 100% 100%, 0 100%);
  }

  .wiwadu-card-panel::before,
  .wiwadu-card-panel_family::before,
  .wiwadu-card-panel_events::before {
    clip-path: polygon(0 58%, 100% 54%, 100% 55%, 0 59%);
  }

  .wiwadu-card-titlebar {
    opacity: 0;
  }

  .wiwadu-card-content {
    opacity: 1;
    transform: translateY(0);
    padding: 0 16px 16px;
  }

  .wiwadu-card-content::before {
    height: clamp(70px, 16vw, 96px);
  }

  .wiwadu-card-content p {
    margin-bottom: 12px;
  }
}

/* HOVER */

@media (hover: hover) and (pointer: fine) {
  .wiwadu-card-content {
    opacity: 0;
    transform: translateY(18px);
  }

  .wiwadu-card:hover .wiwadu-card-panel,
  .wiwadu-card:hover .wiwadu-card-panel_family,
  .wiwadu-card:hover .wiwadu-card-panel_events,
  .wiwadu-card:focus-visible .wiwadu-card-panel,
  .wiwadu-card:focus-visible .wiwadu-card-panel_family,
  .wiwadu-card:focus-visible .wiwadu-card-panel_events {
    clip-path: polygon(0 46%, 100% 42%, 100% 100%, 0 100%);
  }

  .wiwadu-card:hover .wiwadu-card-panel::before,
  .wiwadu-card:hover .wiwadu-card-panel_family::before,
  .wiwadu-card:hover .wiwadu-card-panel_events::before,
  .wiwadu-card:focus-visible .wiwadu-card-panel::before,
  .wiwadu-card:focus-visible .wiwadu-card-panel_family::before,
  .wiwadu-card:focus-visible .wiwadu-card-panel_events::before {
    clip-path: polygon(0 46%, 100% 42%, 100% 43%, 0 47%);
  }

  .wiwadu-card:hover .wiwadu-card-titlebar,
  .wiwadu-card:focus-visible .wiwadu-card-titlebar {
    opacity: 0;
  }

  .wiwadu-card:hover .wiwadu-card-content,
  .wiwadu-card:focus-visible .wiwadu-card-content {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   BREAKPOINTS
========================= */

/* Smartphone */
@media (min-width: 480px) {
  :root {
    --container-space: 18px;
    --card-height: 310px;
  }

  .wiwadu-popup-close {
    top: 12px;
    right: 14px;
  }

  .wiwadu-cards-erlebniswelten,
  .wiwadu-cards-abenteuer,
  .wiwadu-cards-event {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* Tablet */
@media (min-width: 768px) {
  :root {
    --container-space: 20px;
    --card-height: 300px;
  }

  .content {
    padding: 40px 24px 0;
  }

  .wiwadu-cards-erlebniswelten,
  .wiwadu-cards-event {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wiwadu-cards-abenteuer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Laptop */
@media (min-width: 1024px) {
  :root {
    --container-space: 24px;
  }

  .wiwadu-cards-erlebniswelten,
  .wiwadu-cards-event {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wiwadu-cards-abenteuer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Desktop */
@media (min-width: 1280px) {
  :root {
    --container-space: 24px;
  }

  .wiwadu-cards-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Large desktop */
@media (min-width: 1600px) {
  .dummy-section {
    max-width: 2100px;
  }
}




























/* ====================================================================================================
   TEASER / FOOTER RESPONSIV
======================================================================================================= */

@media (max-width: 1199px) {
  .bottom-teaser {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .bottom-teaser__banner-inner,
  .bottom-teaser__content-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bottom-teaser__figure {
    left: 24px;
    width: 150px;
  }

  .bottom-teaser__right {
    width: calc(100% - 220px);
  }
}

@media (max-width: 1023px) {
  .bottom-teaser__grid {
    min-height: 0;
  }

  .bottom-teaser__figure {
    position: static;
    width: 120px;
    margin: 0 auto 24px;
  }

  .bottom-teaser__right {
    width: 100%;
  }

  .bottom-teaser__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wiwadu-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .section-spacer {
    height: 56px;
  }

  .section-spacer-newsletter {
  height: 200px;
}

  .bottom-teaser {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }

  .bottom-teaser__banner-geb,
  .bottom-teaser__banner-app {
    min-height: 300px;
  }

  .bottom-teaser__banner-inner,
  .bottom-teaser__content-inner {
    padding: 42px 16px 48px;
  }

  .bottom-teaser__title {
    max-width: 100%;
    font-size: 28px;
  }

  .bottom-teaser__text {
    max-width: 100%;
    font-size: 15px;
  }

  .bottom-teaser__genau,
  .bottom-teaser__fam,
  .bottom-teaser__werte {
    padding: 56px 12px 60px;
  }

  .bottom-teaser__cards {
    grid-template-columns: 1fr;
  }

  .bottom-teaser__card,
  .bottom-teaser__cardwerte {
    height: 240px;
  }

  .bottom-teaser__button-wrap {
    text-align: center;
  }

  .newsletter-section {
    width: calc(100% + 24px);
    min-height: auto;
    margin: 0 -12px -1px;
    padding: 50px 0 92px;
  }

  .newsletter-title {
    font-size: 26px;
  }

  .newsletter-subtitle,
  .newsletter-text,
  .newsletter-label {
    font-size: 14px;
  }

  .newsletter-input,
  .newsletter-button {
    width: 8%;
    max-width: 80%;
  }

  .scroll-top {
    right: 18px;
    bottom: 5px;
  }

  .wiwadu-footer {
    padding: 72px 20px 24px;
  }

  .wiwadu-footer__inner {
    grid-template-columns: 1fr;
  }

  .wiwadu-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .wiwadu-footer__legal {
    gap: 12px 16px;
  }

  .hero-logo-2025 {
    width: 180px;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 15px;
  }

  .bottom-teaser__banner-inner,
  .bottom-teaser__content-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-teaser__title {
    font-size: 24px;
  }

  .bottom-teaser__text,
  .wiwadu-footer__text,
  .wiwadu-footer__col li,
  .wiwadu-footer__col a {
    font-size: 13px;
  }

  .bottom-teaser__card,
  .bottom-teaser__cardwerte {
    height: 220px;
  }

  .newsletter-button,
  .wiwadu-card-btn,
  .wiwadu-card-btn-family {
    min-height: 46px;
    font-size: 12px;
  }

  .scroll-top {
    right: 16px;
    bottom: 12px;
  }

  .hero-logo-2025 {
    width: 156px;
  }
}




