/* INTRO VIDEO */
.intro-video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.intro-video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.4;
    z-index: 50;
}

.intro-video .intro-video-mobile {
    display: none;
}

.intro-video video {
    background-color: white !important;
    background-image: url('https://das-festspielhaus.de/wp-content/uploads/images/logo.svg') !important;
    background-position: center;
    background-repeat: no-repeat;
}

.intro-video-content {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0) !important;
    z-index: 100;
    text-align: center;
}

.intro-video-content h1,
.intro-video-content h3 {
    color: white;
    font-family: 'Utile Display Book';
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 45px;
    line-height: 60px;
}

.intro-video-content h2 {
    color: white;
    font-family: 'Utile Display Book';
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 42px;
}

.intro-video-content .btn {
    margin: 10px;
}

.intro-video-content .btn--white-filled {
    border: 1px solid white;
    color: black;
    background-image: linear-gradient(to right, white 50%, transparent 50%);
    background-size: 220% 100%;
    background-position: left;
}

.intro-video-content .btn--white-filled:hover {
    background-position: right;
    color: white;
}

.intro-video .sound-off,
.intro-video .sound-on {
    position: absolute;
    bottom: 20px;
    right: -100px;
    z-index: 100;
}

.intro-video .sound-off.is-active,
.intro-video .sound-on.is-active {
    right: 20px;
}

.intro-video .sound-off img,
.intro-video .sound-on img {
    width: 50px;
}

.intro-video .img-wrapper {
    display: none;
}

.intro-video video {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 960px) {
    .intro-video-content h1,
    .intro-video-content h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 660px) {
    .intro-video,
    .intro-video video {
        aspect-ratio: 9/16;
    }

    .intro-video .intro-video-desktop {
        display: none;
    }

    .intro-video .intro-video-mobile {
        display: block;
    }

    .intro-video-content h1,
    .intro-video-content h3 {
        font-size: 38px;
        line-height: 46px;
        letter-spacing: 2px;
    }

    .intro-video .sound-off,
    .intro-video .sound-on {
        bottom: auto;
        top: calc(100% - 130px);
    }
}

.three-text-bild-text h2 {
    color: #333;
}

.gastronomie-termine-month {
    font-size: 26px;
    line-height: 30px;
}

.gastronomie-termine-day {
    font-size: 60px;
    line-height: 70px;
    color: #333;
}

.programs-filter-block--shortcode + .icon-text-hintergrundfarbe {
    margin-top: 60px;
}

.three-text-bild-text ul {
    padding-left: 15px;
    color: #333;
}