* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    color: #222;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.vmkw-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* HEADER */

.vmkw-header {
    position: relative;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.vmkw-header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.vmkw-brand {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1.05;
}

.vmkw-brand-main {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
}

.vmkw-brand-sub {
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: .6px;
    color: #666;
}

.vmkw-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.vmkw-nav a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.vmkw-ticket-button {
    background: #530011;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 3px;
}

/* HERO */

.vmkw-hero {
    position: relative;
    min-height: 630px;
    display: flex;
    align-items: center;
    background:
        url("../images/original/695b1965-9ffa-43f5-914e-746be347cc9b.jpg")
        center center / cover no-repeat;
}

.vmkw-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

.vmkw-hero-content {
    position: relative;
    z-index: 2;
}

.vmkw-hero-card {
    max-width: 760px;
    color: #fff;
}

.vmkw-kicker {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 18px;
}

.vmkw-hero h1 {
    margin: 0;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.06;
    font-weight: 800;
}

.vmkw-hero h1 span {
    display: block;
}

.vmkw-hero-text {
    max-width: 700px;
    margin-top: 28px;
    font-size: 18px;
}

/* SECTIONS */

.vmkw-section {
    padding: 90px 0;
}

.vmkw-section-heading {
    max-width: 850px;
    margin: 0 auto 48px;
    text-align: center;
}

.vmkw-section-heading h2 {
    margin: 0 0 16px;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.15;
}

.vmkw-section-heading p {
    margin: 0;
    font-size: 17px;
    color: #444;
}

/* DATES */

.vmkw-dates {
    background: #f7f7f7;
}

.vmkw-date-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.vmkw-date-card {
    background: #fff;
    overflow: hidden;
}

.vmkw-date-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.vmkw-ticket-callout {
    margin-top: 36px;
    text-align: center;
    font-size: 18px;
}

.vmkw-ticket-callout a {
    font-weight: 800;
    color: #530011;
    text-decoration: none;
}

.vmkw-ticket-callout span {
    display: block;
    margin-top: 4px;
}

/* QUOTE */

.vmkw-quote {
    background: #530011;
    color: #fff;
    padding: 52px 0;
    text-align: center;
}

.vmkw-quote p {
    margin: 0;
    font-size: clamp(25px, 4vw, 42px);
    font-weight: 700;
}

/* EVENT */

.vmkw-event-hero img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
}

/* GALLERY */

.vmkw-gallery {
    padding: 20px 0 80px;
    overflow: hidden;
}

.vmkw-gallery-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 20px 18px;
    scroll-snap-type: x proximity;
}

.vmkw-gallery-item {
    flex: 0 0 420px;
    scroll-snap-align: start;
}

.vmkw-gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* TESTIMONIALS */

.vmkw-testimonials {
    background: #f7f7f7;
}

.vmkw-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.vmkw-testimonial-grid blockquote {
    margin: 0;
    padding: 32px;
    background: #fff;
}

.vmkw-testimonial-grid p {
    margin-top: 0;
    font-size: 17px;
}

.vmkw-testimonial-grid cite {
    font-style: normal;
    font-weight: 700;
}

/* ABOUT */

.vmkw-about {
    background: #07071a;
    color: #fff;
    padding: 90px 0;
}

.vmkw-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.vmkw-about h2 {
    font-size: clamp(34px, 5vw, 52px);
    margin-top: 0;
}

.vmkw-about p {
    font-size: 18px;
}

.vmkw-about-image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.vmkw-more {
    display: inline-block;
    margin-top: 18px;
    border: 1px solid #fff;
    padding: 10px 25px;
    text-decoration: none;
}

/* LOCATION */

.vmkw-location-info {
    display: flex;
    justify-content: center;
    gap: 80px;
    text-align: center;
}

/* FOOTER */

.vmkw-footer {
    padding: 30px 0;
    background: #000;
    color: #fff;
}

.vmkw-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.vmkw-footer p {
    margin: 0;
    font-size: 13px;
}

.vmkw-footer nav {
    display: flex;
    gap: 20px;
}

.vmkw-footer a {
    text-decoration: none;
    font-size: 13px;
}

/* RESPONSIVE */

@media (max-width: 1050px) {

    .vmkw-header-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }

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

    .vmkw-date-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px) {

    .vmkw-container {
        width: min(100% - 28px, 1180px);
    }

    .vmkw-nav {
        gap: 12px 18px;
    }

    .vmkw-nav a {
        font-size: 13px;
    }

    .vmkw-hero {
        min-height: 520px;
    }

    .vmkw-section {
        padding: 65px 0;
    }

    .vmkw-date-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vmkw-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .vmkw-about-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .vmkw-about-image img {
        height: 320px;
    }

    .vmkw-location-info {
        flex-direction: column;
        gap: 10px;
    }

    .vmkw-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .vmkw-gallery-item {
        flex-basis: 300px;
    }

    .vmkw-gallery-item img {
        height: 220px;
    }
}



/* ==========================================================
   VMKW HEADER & HERO – FINAL
   ========================================================== */


/* ----------------------------------------------------------
   HEADER
   ---------------------------------------------------------- */

.vmkw-header {
    position: relative;
    z-index: 500;
    width: 100%;
    background: #530011;
    border: 0;
    box-shadow: none;
}

.vmkw-header-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.vmkw-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.vmkw-logo {
    display: block;
    width: auto;
    height: 50px;
    max-width: 190px;
    object-fit: contain;
}

.vmkw-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    margin-left: auto;
}

.vmkw-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.vmkw-nav a:hover {
    opacity: .85;
}

.vmkw-nav a.vmkw-ticket-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 0 19px;

    color: #530011 !important;
    background: #fff !important;
    border: 1px solid #fff !important;

    border-radius: 2px;
    font-weight: 800;
}

.vmkw-nav a.vmkw-ticket-button:hover {
    color: #fff !important;
    background: transparent !important;
    opacity: 1;
}


/* ----------------------------------------------------------
   STARTSEITE: HEADER ÜBER DEM HERO
   ---------------------------------------------------------- */

body.home .vmkw-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    background:
        linear-gradient(
            180deg,
            rgba(40,0,8,.38) 0%,
            rgba(40,0,8,.12) 70%,
            rgba(40,0,8,0) 100%
        );
}

body.home .vmkw-nav a {
    text-shadow: 0 1px 4px rgba(0,0,0,.35);
}

body.home .vmkw-nav a.vmkw-ticket-button {
    text-shadow: none;
}

body.home .vmkw-logo {
    filter: drop-shadow(0 1px 3px rgba(0,0,0,.30));
}


/* ----------------------------------------------------------
   HERO
   ---------------------------------------------------------- */

body.home .vmkw-hero {
    position: relative;

    min-height: 650px;

    background-image:
        url("/wp-content/themes/vmkw/assets/images/optimized/full/520bd03a-f69d-4288-834e-e01b997777fb.jpg");

    /*
     * Dieser Modus erzeugt den aktuell gewünschten
     * breiten Blick auf den Raum.
     */
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #530011;
}


/* alte experimentelle Pseudo-Hintergründe ausschalten */

body.home .vmkw-hero::before {
    content: none;
    display: none;
}


/* Abdunklung nur links hinter dem Text */

body.home .vmkw-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(30,0,5,.35) 0%,
            rgba(30,0,5,.20) 28%,
            rgba(30,0,5,.05) 48%,
            rgba(30,0,5,0) 65%
        );
}


/* Hero-Inhalt */

body.home .vmkw-hero-content {
    position: relative;
    z-index: 2;

    min-height: 650px;

    display: flex;
    align-items: center;

    padding-top: 70px;
    padding-bottom: 20px;
}


/* Textblock */

body.home .vmkw-hero-card {
    width: 500px;
    max-width: 500px;

    margin-left: 20px;

    color: #fff;
}


/* kleine Überschrift */

body.home .vmkw-kicker {
    margin: 0 0 17px 0;

    text-transform: uppercase;

    font-size: 10px;
    line-height: 1.3;

    letter-spacing: 1.8px;

    text-shadow:
        0 1px 3px rgba(0,0,0,.55);
}


/* Hauptüberschrift */

body.home .vmkw-hero h1 {
    width: 500px;
    max-width: 500px;

    margin: 0;

    font-size: 43px;
    line-height: 1.06;

    font-weight: 800;
    letter-spacing: -.4px;

    text-shadow:
        0 2px 5px rgba(0,0,0,.30);
}


/* (VMKW) bleibt beim Titel */

body.home .vmkw-hero h1 span {
    display: inline;
}


/* Einleitung */

body.home .vmkw-hero-text {
    width: 480px;
    max-width: 480px;

    margin-top: 18px;

    font-size: 13px;
    line-height: 1.55;

    text-shadow:
        0 1px 3px rgba(0,0,0,.65);
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {

    .vmkw-header-inner {
        min-height: 74px;
        flex-direction: row;
        align-items: center;
        padding: 0;
    }

    .vmkw-nav {
        gap: 14px;
        flex-wrap: wrap;
    }

    .vmkw-nav a {
        font-size: 12px;
    }

    body.home .vmkw-hero-card {
        margin-left: 0;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 760px) {

    /*
     * Navigation auf Mobilgeräten wieder normal
     * oberhalb des Bildes.
     */

    body.home .vmkw-header {
        position: relative;
        background: #530011;
    }

    .vmkw-header-inner {
        min-height: auto;

        flex-direction: column;
        align-items: flex-start;

        gap: 16px;
        padding: 16px 0 18px;
    }

    .vmkw-logo {
        height: 46px;
    }

    .vmkw-nav {
        width: 100%;

        justify-content: flex-start;

        gap: 12px 16px;
        margin-left: 0;

        flex-wrap: wrap;
    }

    .vmkw-nav a {
        font-size: 12px;
    }


    /*
     * Auf schmalen Displays ist 100% auto nicht sinnvoll,
     * deshalb dort bewusst "cover".
     */

    body.home .vmkw-hero {
        min-height: 540px;

        background-size: cover;
        background-position: center center;
    }

    body.home .vmkw-hero-content {
        min-height: 540px;

        padding-top: 45px;
        padding-bottom: 45px;
    }

    body.home .vmkw-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(25,0,5,.60) 0%,
                rgba(25,0,5,.35) 65%,
                rgba(25,0,5,.15) 100%
            );
    }

    body.home .vmkw-hero-card {
        width: 100%;
        max-width: 520px;

        margin-left: 0;
    }

    body.home .vmkw-hero h1 {
        width: auto;
        max-width: 520px;

        font-size: clamp(36px, 10vw, 47px);
    }

    body.home .vmkw-hero-text {
        width: auto;
        max-width: 500px;

        font-size: 14px;
    }

}



/* ==========================================================
   DATES – FEINSCHLIFF
   ========================================================== */

.vmkw-dates {
    padding-top: 58px;
    padding-bottom: 65px;
}

.vmkw-dates .vmkw-section-heading {
    margin-bottom: 28px;
}

.vmkw-dates .vmkw-section-heading h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
}

.vmkw-date-grid {
    gap: 14px;
}

.vmkw-date-card {
    background: transparent;
}

.vmkw-date-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.vmkw-ticket-callout {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.45;
}


/* Tablet */

@media (max-width: 1050px) {

    .vmkw-dates {
        padding-top: 52px;
        padding-bottom: 58px;
    }

    .vmkw-dates .vmkw-section-heading h2 {
        font-size: 38px;
    }
}


/* Mobile */

@media (max-width: 760px) {

    .vmkw-dates {
        padding-top: 42px;
        padding-bottom: 48px;
    }

    .vmkw-dates .vmkw-section-heading {
        margin-bottom: 24px;
    }

    .vmkw-dates .vmkw-section-heading h2 {
        font-size: 32px;
    }

    .vmkw-date-grid {
        gap: 12px;
    }

    .vmkw-ticket-callout {
        margin-top: 24px;
        font-size: 16px;
    }
}


/* ==========================================================
   VMKW – AUTOMATISCHE KALENDERBLÄTTER
   ========================================================== */

.vmkw-date-slider {
    position: relative;
}

.vmkw-date-track {
    display: flex;
    gap: 16px;

    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    scrollbar-width: none;

    padding: 4px 2px 12px;
}

.vmkw-date-track::-webkit-scrollbar {
    display: none;
}


.vmkw-calendar-card {
    position: relative;

    flex: 0 0 calc((100% - 64px) / 5);

    min-width: 0;

    overflow: hidden;

    background: #fff;

    scroll-snap-align: start;
}


.vmkw-calendar-link {
    position: relative;

    display: block;

    color: #530011;
    text-decoration: none;

    overflow: hidden;
}


/* roter Kalenderkopf */

.vmkw-calendar-year {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 58px;

    background: #530011;
    color: #fff;

    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
}


/* weißes Kalenderblatt */

.vmkw-calendar-paper {
    min-height: 185px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 18px 10px 20px;

    background: #fff;

    border: 1px solid #e5e5e5;
    border-top: 0;
}


.vmkw-calendar-day {
    font-size: 82px;
    line-height: .92;

    font-weight: 800;
    letter-spacing: -4px;

    color: #530011;
}


.vmkw-calendar-month {
    margin-top: 13px;

    font-size: 17px;
    line-height: 1;

    font-weight: 800;
    letter-spacing: 1.4px;

    color: #530011;
}


.vmkw-calendar-time {
    margin-top: 10px;

    font-size: 13px;
    font-weight: 600;

    color: #555;
}


/* Ausverkauft / abgesagt */

.vmkw-calendar-ribbon {
    position: absolute;

    top: 96px;
    left: -48px;

    width: 280px;

    padding: 9px 0;

    transform: rotate(-28deg);

    background: #530011;
    color: #fff;

    text-align: center;

    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.3px;

    box-shadow: 0 2px 5px rgba(0,0,0,.20);
}


.vmkw-status-ausverkauft .vmkw-calendar-paper,
.vmkw-status-abgesagt .vmkw-calendar-paper {
    opacity: .72;
}


/* Slider-Pfeile */

.vmkw-slider-arrow {
    position: absolute;

    top: 50%;
    z-index: 5;

    width: 42px;
    height: 42px;

    transform: translateY(-50%);

    border: 0;
    border-radius: 50%;

    background: #530011;
    color: #fff;

    font-size: 25px;
    line-height: 1;

    cursor: pointer;
}

.vmkw-slider-prev {
    left: -21px;
}

.vmkw-slider-next {
    right: -21px;
}


.vmkw-no-dates {
    text-align: center;
    font-size: 17px;
}


/* Tablet */

@media (max-width: 1050px) {

    .vmkw-calendar-card {
        flex-basis: calc((100% - 32px) / 3);
    }

}


/* Mobile */

@media (max-width: 760px) {

    .vmkw-calendar-card {
        flex-basis: calc((100% - 12px) / 2);
    }

    .vmkw-slider-prev {
        left: 2px;
    }

    .vmkw-slider-next {
        right: 2px;
    }

    .vmkw-calendar-day {
        font-size: 68px;
    }

}



/* ==========================================================
   VMKW KALENDER – NÄHER AM ORIGINAL
   ========================================================== */

.vmkw-date-track {
    gap: 18px;
    justify-content: center;
}


/* Kalenderblätter etwas kleiner */

.vmkw-calendar-card {
    flex: 0 0 178px;
    max-width: 178px;
}


/* Kopfbereich */

.vmkw-calendar-year {
    min-height: 40px;

    font-size: 17px;
    line-height: 1;

    letter-spacing: 1px;
}


/* weißes Blatt */

.vmkw-calendar-paper {
    min-height: 155px;

    padding:
        12px 8px
        14px;

    border:
        1px solid #dddddd;

    border-top: 0;
}


/* Tag */

.vmkw-calendar-day {
    font-size: 65px;
    line-height: .92;

    letter-spacing: -3px;
}


/* Monat */

.vmkw-calendar-month {
    margin-top: 10px;

    font-size: 13px;
    line-height: 1;

    letter-spacing: .8px;
}


/* Uhrzeit */

.vmkw-calendar-time {
    margin-top: 9px;

    font-size: 11px;
    line-height: 1.2;
}


/* ==========================================================
   AUSVERKAUFT – OBEN RECHTS WIE IM ORIGINAL
   ========================================================== */

.vmkw-calendar-ribbon {
    top: 43px;
    right: -44px;
    left: auto;

    width: 150px;

    padding: 5px 0;

    transform: rotate(45deg);

    font-size: 9px;
    line-height: 1;

    letter-spacing: .5px;

    box-shadow: none;
}


/*
 * Bei Ausverkauft NICHT mehr das ganze Kalenderblatt
 * abdunkeln – Datum soll vollständig lesbar bleiben.
 */

.vmkw-status-ausverkauft .vmkw-calendar-paper {
    opacity: 1;
}


/* Abgesagt darf weiterhin etwas zurückgenommen wirken */

.vmkw-status-abgesagt .vmkw-calendar-paper {
    opacity: .68;
}


/* Pfeile etwas kleiner und dezenter */

.vmkw-slider-arrow {
    width: 36px;
    height: 36px;

    font-size: 20px;
}

.vmkw-slider-prev {
    left: -10px;
}

.vmkw-slider-next {
    right: -10px;
}


/* Tablet */

@media (max-width: 1050px) {

    .vmkw-date-track {
        justify-content: flex-start;
    }

    .vmkw-calendar-card {
        flex: 0 0 175px;
    }

}


/* Mobile */

@media (max-width: 760px) {

    .vmkw-calendar-card {
        flex: 0 0 150px;
    }

    .vmkw-calendar-year {
        min-height: 36px;
        font-size: 15px;
    }

    .vmkw-calendar-paper {
        min-height: 140px;
    }

    .vmkw-calendar-day {
        font-size: 58px;
    }

    .vmkw-calendar-month {
        font-size: 12px;
    }

    .vmkw-calendar-ribbon {
        top: 39px;
        right: -46px;
        width: 145px;
        font-size: 8px;
    }

}



/* ==========================================================
   VMKW – AUSVERKAUFT FINAL
   Jahreszahl und Datum bleiben vollständig sichtbar
   ========================================================== */

.vmkw-calendar-card {
    overflow: hidden;
}

.vmkw-calendar-ribbon {
    position: absolute;

    /*
     * Balken nur in der rechten oberen Ecke des
     * weißen Kalenderblatts – nicht über der Jahreszahl.
     */
    top: 48px;
    right: -38px;
    left: auto;

    width: 125px;
    padding: 4px 0;

    transform: rotate(45deg);
    transform-origin: center;

    background: #530011;
    color: #fff;

    text-align: center;
    white-space: nowrap;

    font-size: 8px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .3px;

    box-shadow: none;

    z-index: 4;
}


/* Ausverkauft verändert das Kalenderblatt sonst nicht */

.vmkw-status-ausverkauft .vmkw-calendar-paper {
    opacity: 1;
}


/* Jahreszahl sicher oberhalb */

.vmkw-calendar-year {
    position: relative;
    z-index: 5;
}


/* Tageszahl bleibt klar sichtbar */

.vmkw-calendar-day {
    position: relative;
    z-index: 2;
}


/* Mobile */

@media (max-width: 760px) {

    .vmkw-calendar-ribbon {
        top: 44px;
        right: -39px;
        width: 120px;
        font-size: 7px;
    }

}

