div.blocker {
    z-index: 99999!important;
}

div.modal {
    max-width: 830px;
    position: relative;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: unset;
    overflow-y: unset;
}

.modal .button-area {
    display: flex;
    justify-content: space-between;
}

.modal h2 {
    margin-bottom: 8px;
    padding-top: 0;
    font-size: 24px !important;
    color: #ebbc5a;
}

.modal .button-area {
    padding-top: 5px;
}

.modal .button-area a {
    color: #000;
    background-color: #ebbc5a;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
}

@media screen and (max-width: 930px) {
    .modal h2 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 930px) {
    .modal h2 {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 890px) {
    .modal h2 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 810px) {
    .modal h2 {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 750px) {
    .modal h2 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 500px) {
    .modal h2 {
        font-size: 18px !important;
    }
    .modal .button-area a {
        font-size: 18px;
    }
}

@media screen and (max-width: 390px) {
    .modal .button-area a {
        font-size: 16px;
    }
}

.herz {
    display: none;
}

.flip-card {
    background-color: transparent;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.toggled .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #FFE698;
    color: black;
}

/* Style the back side */
.flip-card-back {
    background-color: transparent;
    color: white;
    transform: rotateY(180deg);
}

.modal-arrow-left,
.modal-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modal-arrow-left svg,
.modal-arrow-right svg {
    width: 70px;
    height: 70px;
    color: #ebbc5a;
}
.modal-arrow-left svg,
.modal-arrow-right svg {
    /*box-shadow: 0 0 35px #888888;*/
}

@media screen and (max-width: 940px) {
    .modal-arrow-right {
        right: -10px;
    }
    .modal-arrow-left {
        left: -10px;
    }
}
@media screen and (max-width: 650px) {
    .modal-arrow-left svg,
    .modal-arrow-right svg {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 500px) {
    .modal-arrow-left svg,
    .modal-arrow-right svg {
        width: 50px;
        height: 50px;
    }
}
@media screen and (min-width: 940px) {
    .modal-arrow-right {
        right: calc(50vw - 480px);
    }
    .modal-arrow-left {
        left: calc(50vw - 480px);
    }
}

#open-herzkino-modal {
    font-family: PT Sans, sans-serif;
    padding: 0;
    line-height: 21px;
    font-size: 18px;
    background: #ebbc5a;
    color: rgba(255,255,255,.75);
    border-color: rgba(255,255,255,.75);
    box-shadow: none;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all .2s;
}
#open-herzkino-modal:hover {
    background: #3f5529;
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.9);
}
