@charset "utf-8";

/* ==========================================================================
   Diver on Tour – Tigerhaie Schulungsvideo
   Datei: /assets/css/tigerhaie-schulungsvideo.css
   Seite: /tigerhaie-schulungsvideo.html
   ========================================================================== */

.dot-tigerhai-page {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #17313b;
}

.dot-container {
    width: min(1120px, 92%);
    margin: 0 auto;
}

/* Hero-Video */

.dot-hero-video {
    position: relative;
    height: 520px;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #001f2e;
}

.dot-hero-video__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dot-hero-video__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(0, 20, 35, 0.26) 0%,
        rgba(0, 35, 55, 0.72) 100%
    );
}

.dot-hero-video__content {
    position: relative;
    z-index: 3;
    width: min(1100px, 90%);
    max-width: 820px;
    margin: 0 auto;
    text-align: left;
    color: #ffffff;
}

.dot-kicker {
    margin: 0 0 16px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
}

.dot-hero-video__content h1 {
    margin: 0 0 20px;
    font-size: clamp(1.9rem, 3.5vw, 3.2rem);
    line-height: 1.15;
    font-weight: 800;
    color: #ffffff;
}

.dot-hero-text {
    max-width: 820px;
    margin: 0;
    font-size: clamp(1.08rem, 2vw, 1.42rem);
    line-height: 1.65;
    color: #ffffff;
}

/* Subnavigation */

.dot-page-subnav {
    background: #eaf6fa;
    border-bottom: 1px solid rgba(0, 58, 93, 0.12);
}

.dot-page-subnav .dot-container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px 0;
}

.dot-page-subnav a {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #003a5d;
    font-weight: 700;
    text-decoration: none;
}

.dot-page-subnav a:hover,
.dot-page-subnav a:focus {
    background: #0077b6;
    color: #ffffff;
}

/* Sektionen */

.dot-video-section {
    padding: 85px 0;
    background: #f4f9fc;
}

.dot-topic-section {
    padding: 80px 0;
    background: #ffffff;
}

.dot-topic-section--blue {
    background: #eaf6fa;
}

.dot-video-section h2,
.dot-topic-section h2 {
    max-width: 900px;
    margin: 0 auto 22px;
    text-align: center;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.18;
    color: #003a5d;
}

.dot-section-lead {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
    font-size: 1.08rem;
    line-height: 1.75;
    color: #17313b;
}

/* Video-Player eingebettet */

.dot-video-card--single,
.dot-video-card--stacked {
    display: block;
    max-width: 920px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(0, 45, 70, 0.12);
}

.dot-video-embed {
    width: 100%;
    height: 760px;
    overflow: visible;
    background: #000000;
}

.dot-video-embed iframe {
    width: 100%;
    height: 740px;
    display: block;
    border: 0;
}

.dot-video-card__body {
    padding: 30px;
}

.dot-video-card__body h3 {
    margin: 0 0 14px;
    font-size: 1.45rem;
    line-height: 1.28;
    color: #003a5d;
}

.dot-video-card__body p {
    margin: 0 0 18px;
    font-size: 1rem;
    line-height: 1.7;
    color: #17313b;
}

/* Karten */

.dot-article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dot-article-card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(0, 45, 70, 0.12);
}

.dot-article-card__content {
    padding: 28px;
}

.dot-article-category {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0077b6;
}

.dot-article-card h3 {
    margin: 0 0 14px;
    font-size: 1.35rem;
    line-height: 1.28;
    color: #003a5d;
}

.dot-article-card p {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #17313b;
}

/* Hinweisbox */

.dot-note {
    max-width: 930px;
    margin: 32px auto 0;
    padding: 18px 22px;
    border-left: 5px solid #0077b6;
    border-radius: 12px;
    background: #ffffff;
    color: #17313b;
    font-size: 1.02rem;
    line-height: 1.7;
    box-shadow: 0 8px 22px rgba(0, 45, 70, 0.08);
}

/* Footer-Abstand */

.dot-footer-cta {
    margin-top: 0;
}

/* Responsive */

@media (max-width: 980px) {
    .dot-article-grid {
        grid-template-columns: 1fr;
    }

    .dot-video-embed,
    .dot-video-embed iframe {
        height: 680px;
    }
}

@media (max-width: 768px) {
    .dot-hero-video {
        height: 420px;
        min-height: 420px;
    }

    .dot-video-section,
    .dot-topic-section {
        padding: 60px 0;
    }

    .dot-video-card__body,
    .dot-article-card__content {
        padding: 22px;
    }

    .dot-page-subnav .dot-container {
        gap: 10px;
    }
}

@media (max-width: 600px) {
    .dot-video-embed,
    .dot-video-embed iframe {
        height: 560px;
    }
}

@media (max-width: 480px) {
    .dot-container {
        width: min(100% - 32px, 1120px);
    }

    .dot-hero-video {
        height: 460px;
        min-height: 460px;
    }

    .dot-hero-video__content {
        width: min(100% - 32px, 1100px);
    }

    .dot-page-subnav .dot-container {
        flex-direction: column;
    }

    .dot-page-subnav a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}