/* FORCE header/navbar/topbar transparency and stacking above hero */
body .c-layout-header, body .c-navbar, body .c-topbar {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    z-index: 1002 !important;
}
body .c-layout-header {
    position: absolute !important;
    top: 0; left: 0; width: 100vw;
    background: transparent !important;
    background-color: transparent !important;
    z-index: 1002 !important;
}
body .cw-hero {
    margin-top: 0 !important;
}
body .cw-hero-bg, body .cw-hero-img {
    margin-top: 0 !important;
}
body .cw-hero-content {
    margin-top: 120px;
}
@media (max-width: 900px) {
    body .cw-hero-content {
        margin-top: 70px;
    }
}
/* Transparent header/navbar for hero image overlay */
.c-layout-header, .c-navbar, .c-topbar {
    background: transparent !important;
    box-shadow: none !important;
    z-index: 20;
}
.c-layout-header {
    position: absolute;
    top: 0; left: 0; width: 100vw;
    background: transparent !important;
    z-index: 20;
}
.cw-hero {
    margin-top: 0 !important;
}
.cw-hero-bg, .cw-hero-img {
    margin-top: 0 !important;
}
.cw-hero-content {
    margin-top: 120px;
}
@media (max-width: 900px) {
    .cw-hero-content {
        margin-top: 70px;
    }
}
/* HERO SECTION (cw-hero) */
.cw-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}
.cw-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    overflow: hidden;
}
.cw-hero-img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    min-height: 100vh;
    filter: brightness(0.7) saturate(1.05);
    display: block;
}
.cw-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.15) 100%);
    z-index: 2;
}
.cw-hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 0px 60px 390px 0px;
}
.cw-hero-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 12rem;
    font-weight: 700;
    letter-spacing: 8px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 390px;
    text-shadow: 0 6px 24px rgba(0,0,0,0.6);
    line-height: 0.92;
    max-width: 1300px;
}
.cw-hero-subtitle {
    font-size: 3.2rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 55px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
    letter-spacing: 1.5px;
}
.cw-hero-btn {
    background: transparent;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 60px;
    border: 3px solid #fff;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.cw-hero-btn:hover {
    background: #fff;
    color: #1976d2;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
@media (max-width: 1200px) {
    .cw-hero-title {
        font-size: 11rem;
    }
}
@media (max-width: 900px) {
    .cw-hero {
        height: 100vh;
        min-height: 100vh;
    }
    .cw-hero-img {
        min-height: 100vh;
    }
    .cw-hero-content {
        padding: 60px 30px 60px 40px;
    }
    .cw-hero-title {
        font-size: 4rem;
        letter-spacing: 2px;
    }
    .cw-hero-subtitle {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    .cw-hero-btn {
        font-size: 1.1rem;
        padding: 14px 35px;
        letter-spacing: 2px;
    }
}
@media (max-width: 800px) {
    .cw-hero-title {
        font-size: 3.9rem;
        margin-top: 450px;
        line-height: 5rem;
    }
    .cw-hero-subtitle {
        font-size: 1.7rem;
    }
}

/* Navigation Styling für Hero-Seiten */
.cw-hero-page .c-layout-header {
    background: transparent !important;
    box-shadow: none !important;
}

.cw-hero-page .c-topbar {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cw-hero-page .c-navbar {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Navigation Links weiß machen */
.cw-hero-page .c-layout-header a.c-link,
.cw-hero-page .c-layout-header .c-mega-menu a,
.cw-hero-page .c-layout-header .c-top-menu a {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.cw-hero-page .c-layout-header a.c-link:hover,
.cw-hero-page .c-layout-header .c-mega-menu a:hover {
    color: #e0f7fa !important;
}

/* Logo und Icons aufhellen */
.cw-hero-page .c-brand,
.cw-hero-page .c-brand img {
    filter: brightness(1.4) drop-shadow(0 2px 4px rgba(0,0,0,0.4));
}

/* Icons im Header */
.cw-hero-page .c-layout-header i,
.cw-hero-page .c-layout-header .fa {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* Warenkorb-Zahl */
.cw-hero-page .c-cart-number {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #1976d2 !important;
}

/* Hero Header Navigation - Direkte Klassen */
.cw-hero-header {
    background: transparent !important;
}

.cw-hero-topbar {
    background: rgba(255, 255, 255, 0.08) !important;
}

.cw-hero-navbar {
    background: rgba(255, 255, 255, 0.12) !important;
}

/* Alle Links in Hero Header weiß */
.cw-hero-header a,
.cw-hero-topbar a,
.cw-hero-navbar a {
    color: #ffffff !important;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.cw-hero-header a:hover,
.cw-hero-topbar a:hover,
.cw-hero-navbar a:hover {
    color: #e0f7fa !important;
}

/* Icons weiß */
.cw-hero-header i,
.cw-hero-header .fa,
.cw-hero-topbar i,
.cw-hero-topbar .fa,
.cw-hero-navbar i,
.cw-hero-navbar .fa {
    color: #ffffff !important;
}

/* Top Bar zusätzliche Elemente weiß */
.cw-hero-topbar span,
.cw-hero-topbar .c-divider,
.cw-hero-topbar li,
.cw-hero-topbar .c-theme-ul li,
.cw-hero-topbar .c-top-menu li {
    color: #ffffff !important;
}

.cw-hero-topbar .c-top-menu,
.cw-hero-topbar .c-links,
.cw-hero-topbar .c-icons,
.cw-hero-topbar .c-ext {
    color: #ffffff !important;
}

/* Logo aufhellen */
.cw-hero-navbar .c-brand img {
    filter: brightness(1.5) drop-shadow(0 2px 6px rgba(0,0,0,0.5));
}

/* Warenkorb-Zahl Hero */
.cw-hero-navbar .c-cart-number {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #1976d2 !important;
}

body { background: #f8fafc; }
.angebote-hero {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #e0f7fa;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 160px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.angebote-hero .water-svg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 180px; z-index: 1;
}
.angebote-hero .headline {
    position: relative;
    z-index: 2;
    padding: 70px 0 30px 0;
    text-align: center;
}
.angebote-hero h2 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 4.2rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: #0a2540;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-shadow: 0 4px 16px #b3e5fc33, 0 1px 0 #fff;
    position: relative;
    display: inline-block;
}
.angebote-hero h2.waveicon::before {
    content: '\1F30A'; /* Wellen-Emoji als Icon */
    font-size: 2.1rem;
    position: absolute;
    left: -2.6rem;
    top: 0.1em;
    filter: drop-shadow(0 2px 2px #b3e5fc88);
}
.angebote-hero h2::after {
    content: '';
    display: block;
    width: 90%;
    height: 16px;
    margin: 0.2em auto 0 auto;
    background: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" viewBox="0 0 300 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8 Q 25 16 50 8 T 100 8 T 150 8 T 200 8 T 250 8 T 300 8" stroke="%2362a3d1" stroke-width="4" fill="none"/></svg>') center/100% 16px no-repeat;
}
.angebote-hero p {
    font-size: 1.8rem;
    color: #1976d2;
    font-weight: 500;
    margin-bottom: 0;
}
.angebote-main {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    background: transparent;
    padding: 0 0 40px 0;
}
.angebot-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}
.angebot-row-card {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 2.5px solid #fff;
    display: flex;
    width: 780px;
    min-height: 280px;
    position: relative;
    overflow: hidden;
    align-items: stretch;
}
.angebot-row-img {
    width: 50%;
    min-width: 220px;
    object-fit: cover;
    height: 100%;
    display: block;
}
.angebot-row-content {
    width: 50%;
    padding: 32px 28px 60px 28px; /* unten mehr Platz für Abstand */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.angebot-row-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #0a2540;
    margin-bottom: 1rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.angebot-row-desc {
    font-size: 1.7rem;
    color: #374151;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.angebot-row-price {
    font-size: 1.8rem;
    color: #0a2540;
    font-weight: 900;
    margin-bottom: 1rem;
    background: #ffd54f;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    clip-path: polygon(
        0% 15%, 3% 5%, 6% 0%, 9% 3%, 12% 0%, 15% 2%, 18% 0%, 21% 3%, 24% 1%, 
        27% 4%, 30% 1%, 33% 3%, 36% 0%, 39% 2%, 42% 0%, 45% 3%, 48% 1%, 51% 3%, 
        54% 0%, 57% 2%, 60% 0%, 63% 3%, 66% 1%, 69% 4%, 72% 1%, 75% 2%, 78% 0%, 
        81% 3%, 84% 0%, 87% 2%, 90% 1%, 93% 3%, 96% 0%, 100% 10%,
        100% 90%, 97% 95%, 94% 100%, 91% 97%, 88% 100%, 85% 98%, 82% 100%, 
        79% 97%, 76% 99%, 73% 96%, 70% 99%, 67% 97%, 64% 100%, 61% 98%, 
        58% 100%, 55% 97%, 52% 99%, 49% 97%, 46% 100%, 43% 98%, 40% 100%, 
        37% 97%, 34% 99%, 31% 96%, 28% 99%, 25% 98%, 22% 100%, 19% 97%, 
        16% 100%, 13% 98%, 10% 100%, 7% 97%, 4% 100%, 0% 85%
    );
    box-shadow: 0 2px 8px rgba(255, 213, 79, 0.4);
    letter-spacing: 0.3px;
}
.angebot-row-price::before {
    content: '';
    position: absolute;
    top: 2px; left: 2px; right: 2px; bottom: 2px;
    background: #ffd54f;
    z-index: -1;
}
.angebot-row-arrow-link {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s;
    opacity: 0.85;
}
.angebot-row-arrow-link:hover {
    transform: scale(1.13);
    opacity: 1;
}
@media (max-width: 900px) {
    .angebot-row-card { width: 98vw; flex-direction: column; min-height: unset; }
    .angebot-row-img, .angebot-row-content { width: 100%; }
    .angebot-row-content { padding: 22px 12px 18px 12px; }
}
.angebote-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
    margin-top: 40px;
    z-index: 2;
    position: relative;
    padding-bottom: 20px;
}
.angebot-card {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    width: 380px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: transform 0.18s cubic-bezier(.4,2,.6,1), border-color 0.18s;
    position: relative;
    border: 2.5px solid #fff;
}
.angebot-card:hover {
    transform: translateY(-6px) scale(1.01);
    border-color: #fff;
}
.angebot-card .angebot-img {
    width: 100%; height: 200px; object-fit: cover; border-radius: 0;
    position: relative;
    z-index: 1;
}
.angebot-card .angebot-label {
    position: absolute; top: 16px; left: 16px;
    background: #1976d2; color: #fff; font-size: 1.15rem; font-weight: 800; padding: 8px 20px; border-radius: 0;
    box-shadow: 0 2px 8px #1976d244;
    z-index: 2;
    letter-spacing: 1.2px;
    text-shadow: 0 1px 8px #1976d288;
    text-transform: uppercase;
}
.angebot-card .angebot-label.red { background: #e53935; }
.angebot-card .angebot-content {
    flex: 1;
    padding: 32px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.angebot-card .angebot-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0a2540;
    margin-bottom: 0.8rem;
    letter-spacing: 1px;
}
.angebot-price {
    font-size: 1.8rem;
    color: #0a2540;
    font-weight: 900;
    margin-bottom: 0.8rem;
    background: #ffd54f;
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    clip-path: polygon(
        0% 15%, 3% 5%, 6% 0%, 9% 3%, 12% 0%, 15% 2%, 18% 0%, 21% 3%, 24% 1%, 
        27% 4%, 30% 1%, 33% 3%, 36% 0%, 39% 2%, 42% 0%, 45% 3%, 48% 1%, 51% 3%, 
        54% 0%, 57% 2%, 60% 0%, 63% 3%, 66% 1%, 69% 4%, 72% 1%, 75% 2%, 78% 0%, 
        81% 3%, 84% 0%, 87% 2%, 90% 1%, 93% 3%, 96% 0%, 100% 10%,
        100% 90%, 97% 95%, 94% 100%, 91% 97%, 88% 100%, 85% 98%, 82% 100%, 
        79% 97%, 76% 99%, 73% 96%, 70% 99%, 67% 97%, 64% 100%, 61% 98%, 
        58% 100%, 55% 97%, 52% 99%, 49% 97%, 46% 100%, 43% 98%, 40% 100%, 
        37% 97%, 34% 99%, 31% 96%, 28% 99%, 25% 98%, 22% 100%, 19% 97%, 
        16% 100%, 13% 98%, 10% 100%, 7% 97%, 4% 100%, 0% 85%
    );
    box-shadow: 0 2px 8px rgba(255, 213, 79, 0.4);
    letter-spacing: 0.3px;
}
.angebot-card .angebot-price::before {
    content: '';
    position: absolute;
    top: 2px; left: 2px; right: 2px; bottom: 2px;
    background: #ffd54f;
    z-index: -1;
}
.angebot-card .angebot-desc {
    font-size: 1.6rem;
    color: #374151;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}
.angebot-card .angebot-extra {
    font-size: 1.3rem;
    color: #1976d2;
    margin-bottom: 0.8rem;
}
.angebote-waterdrop {
    position: absolute;
    z-index: 10;
    pointer-events: none;
    animation: drop-float 3.5s infinite cubic-bezier(.4,2,.6,1);
}
.angebote-waterdrop.drop1 {
    left: 6vw; top: 120px; width: 48px; opacity: 0.13; animation-delay: 0s;
}
.angebote-waterdrop.drop2 {
    right: 8vw; top: 220px; width: 32px; opacity: 0.09; animation-delay: 1.2s;
}
.angebote-waterdrop.drop3 {
    left: 50vw; top: 340px; width: 38px; opacity: 0.08; animation-delay: 2.1s;
}
@keyframes drop-float {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-12px) scale(1.04); }
    100% { transform: translateY(0) scale(1); }
}
.angebote-ticketshop {
    text-align: center;
    margin-top: 40px;
}
.angebote-ticketshop a {
    background: linear-gradient(90deg, #1976d2 0%, #00bcd4 100%);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    padding: 18px 52px;
    border-radius: 0;
    box-shadow: 0 2px 16px #1976d244;
    text-decoration: none;
    transition: background 0.18s, box-shadow 0.18s;
    display: inline-block;
    letter-spacing: 1.5px;
}
.angebote-ticketshop a:hover {
    background: linear-gradient(90deg, #00bcd4 0%, #1976d2 100%);
    box-shadow: 0 4px 32px #1976d288;
}
@media (max-width: 900px) {
    .angebote-grid { gap: 1.2rem; }
    .angebot-card { width: 98vw; min-width: unset; }
    .angebote-hero { margin-top: 80px; min-height: 180px; padding: 20px 0 10px 0; }
    .angebote-hero .headline { padding: 20px 0 10px 0; }
    .angebote-hero h2 { font-size: 2.5rem; }
    .angebote-hero p { font-size: 1.2rem; }
    .angebot-row-title { font-size: 1.5rem; }
    .angebot-row-desc { font-size: 1.2rem; }
    .angebot-row-price { font-size: 1.3rem; padding: 8px 16px; }
    .angebot-card .angebot-title { font-size: 1.2rem; }
    .angebot-price { font-size: 1.3rem; padding: 8px 16px; }
    .angebot-card .angebot-desc { font-size: 1.1rem; }
    .angebot-card .angebot-extra { font-size: 1rem; }
    .angebote-ticketshop a { font-size: 1.1rem; padding: 14px 32px; }
    .angebote-hero {
        margin-top: 50px !important;
    }
}

@media (min-width: 1300px) {
    .c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li > .c-link {
        font-size: 16px;
        text-transform: uppercase;
    }
}