div#film-side-layer {
    font-family: "Gill Sans Nova"!important;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    width: 31vw;
    height: 100vh;
    background: #FFFEF8;
    padding: 50px;
    overflow: auto;
    box-shadow: 0 0 6px 0px #777474;
    letter-spacing: 1px;
}

.video-error-container {
    width: 100%;
    top: 10%;
    left: auto;
    position: absolute;
    color: white;
    background-color: rgb(0,0,0,0.8);
    padding: 40px 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
}

.video-error-container a {
    color: #ccc;
    text-decoration: underline;
    font-family: Sabon;
    font-size: 14px;
}

.video-playing .media-container__mediacontainer, .media-container__controls {
    padding-bottom: 56.2%;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.video-js .vjs-control-bar {
    width: 95%;
    bottom: 15px;
    margin: auto;
}

button#film-sile-layer-close-button {
    background-image: url(../images/layer-close-black.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;

}


.playlist-detail__meta-info.bg-blue {
    position: relative;
    padding-left: 0px;
}

.playlist-detail__meta-info.bg-blue p {
    margin: 0;
    color: #000;
    letter-spacing: 0;
    font-size: 20px;
    font-family: Sabon;
    font-weight: 600;
    line-height: 22px;
}

.playlist-detail__meta-info.bg-blue:before {
    /*    content: "";
        display: block;
        width: 3px;
        height: 80%;
        background-color: rgb(0, 33, 245);
        min-height: 20px;
        position: absolute;
        left: 0;
        top: 5px;*/
}


/**   CSS VON FILMFESTIVAL   */

.film-detail .aside {
    width: 100%;
}

.film-detail__section-header {
    color: #7489b1;
    font-weight: 600;
    margin: 0;
}

.film-detail__section-header:not(:first-child) {
    margin-top: 25px;
}

.film-detail__title {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 0px !important;
}

.film-detail__title-container {
    display: none;
}

p.film-detail__original_title {
    color: #213355;
    padding-top: 0;
    font-style: italic;
}

h2.film-detail__title.film-detail-hidden-mobile {
    display: none;
}



.film-detail__meta-info {
    padding: 20px;
    position: relative;
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.25);
}

.film-detail__meta-info:before {
    z-index: 10;
    content: '';
    position: absolute;
    top: -11px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #c4b273;
}

.film-detail__tags-container {
    width: 100%;
    padding: 20px 4.5%;
}

.film-detail__order-options-container {
    width: 100%;
    padding: 20px 4.5%;
}

.film-detail__director,
.film-detail__meta-info,
.film-detail__country-date,
.film-detail__meta-link {
    color: #fff;
    font-weight: 500 !important;
}

.film-detail__meta-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

p.film-detail__order-options-label {
    color: #7489b1 ;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.film-detail__order-options-container p {
    color:#203256;
}

.film-detail__order-options-container a {
    color:#C4B273;
}

.order-item-row ul {
    list-style: none;
}

li.order-item-row {
    list-style: none;
}

.btn-cart-blue-outline {
    background: #303030;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    min-width: 50px;
}

button.order-option-item{
    cursor: pointer;
    padding: 0 15px 0 0;
    transition: all 0.8s ease-in-out;
    font-weight: 500;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: solid 1px #fff;
    background-color: #FFFEF8;
    margin-bottom: 7px;
    transition: all .4s ease-in-out;
    border: 1px solid #303030;
    width: 100%;
    /*width: max-content;
    min-width: 300px;*/
}

button.order-option-item:hover {
    background: #f7f7f7;
}

button.order-option-item:hover svg,
button.order-option-item:hover  .btn-cart-blue-outline{
    transform: scale(1.1);
}

p.film_side_layer_options {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

p.film_side_layer_options_2 {
    color: rgb(0, 33, 245);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

h2.playlist-detail__title.playlist-detail-hidden-mobile {
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "Futura", sans-serif;
    text-align: left;
    letter-spacing: 0;
    font-weight: 600;
}

h3.playlist-detail__subtitle {
    font-family: Sabon;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
    color: #303030;
    font-weight: 400;
}

.playlist-detail__tags-container.bg-dark-grey {
    margin-bottom: 50px;
    display:none;
}

.playlist-detail__order-options-container.bg-white {
    margin-bottom: 30px;
    margin-top: 30px;
}

.playlist-detail__meta-info.bg-blue p {
    margin-bottom: 0px;
}

.playlist-detail-info-container p {
    font-family: 'Sabon';
    font-size: 16px;
    letter-spacing: 0;
    color: #303030;
}

.playlist-detail-info-container p a {
    font-family: 'Sabon';
}

p.playlist-detail__order-options-label {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom:20px;
    display:none;
}

.playlist-detail-info-container {
    margin-bottom: 100px;
}

.playlist-detail-info-container b {
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 24px;
    font-weight: 600;
}

.order-option-item svg {
    transition: all 0.3s ease-in-out;
    margin-right: 7px;
}

.order-option-item:not(.order-option-item-payment-cost-free) svg {
    width: auto;
    height: auto;
    margin-right: 0;
    border-radius: 0;
}

span.icon-chevron {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}

span.icon-chevron:hover svg{
    transform: rotate(0deg);
}

span.icon-chevron svg {
    border: 0 !important;
    margin-right: 0 !important;
    padding: 5px;
    width: 25px !important;
    height: 25px !important;
    transform: rotate(-90deg);
}

.order-option-wrapper {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.offer-info-wrapper p:hover {
    background: none;
    -webkit-text-fill-color: initial;
    -webkit-transition-property: max-height;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    transition-property: max-height;
    transition-timing-function: ease-in-out;
    height: auto;
    max-height: 600px;
    transition-delay: 0.5s;
    transition-duration: 3s;
    white-space: normal;
}

.offer-info-wrapper p {
    padding-top: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #131313;
    padding-left: 2px;
    padding-right: 37px;
    padding-bottom: 0;
    overflow: hidden;
    height: auto;
    cursor: pointer;
    position: relative;
    max-height: 38px;
    margin-bottom: 0;
    line-height: 30px;
}

.offer-info-wrapper{
    /*    padding: 10px 15px 15px 15px;*/
    padding: 0;
    font-weight: 500;
    position: relative;
    display: flex;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

li.offer-info-wrapper:hover {
    white-space: inherit;
}

span.order-option-description .film-access-text {
    /*    padding-top: 5px;*/
}

.items-payment-cost-free-wrapper .order-option-item-payment.order-option-item-payment-cost-free svg{
    width: 50px;
    height: 50px;
}

.offer-button-txt {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    line-height: 1rem;
    font-size: 15px;
    word-wrap: anywhere;
    font-family: "Futura", sans-serif;
}

.offer-button-txt p {
    margin-bottom: 0;
    margin: 0;
    font-family: "Futura", sans-serif;
    font-size: 14px;
}

.order-item-row g#buttons\/btn-cart-blue-outline-copy {
    fill: #fff;
}

.offer-button-txt span {
    display: block;
    width: auto;
    min-width: 50px;
    font-family: "Futura", sans-serif;
    margin-right: 10px;
}

.order-option-item .icon-play-btn svg {
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 50px;
}

.film-info span.film-description {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 16px;
    display: block;
    padding-top: 20px;
    transition: all .4s ease-in-out;
    max-width: 85%;
    font-weight: 400;
}
.order-option-item:hover .film-description {
    white-space: normal;
    transition: 1.5s;
    word-break: break-word;
    min-width: 100%;
}

.order-option-item:hover .offer-info-wrapper {
    white-space: normal;
    transition: 1.5s;
    word-break: break-word;
    min-width: 100%;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.divider-white {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    margin: 5px auto;
    position: relative;
    left: 0;
    right: 0;
}

span.order-option-description {
    width: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0px;
    transition: all .4s ease-in-out;
    color: #131313;
    letter-spacing: 0px;
    font-size: 14px;
}

.playlist-detail__distribution-info p {
    color: #fff;
}



.order-option-description .film-info {
    padding-top: 5px;
    width: 80%;
}


.film-detai-rating {
    display: flex;
    align-items: center;
}

.order-option-description .price-span {
    padding-left: 8px;
    color: #131313;
    letter-spacing: 2px;
    font-size: 17px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.order-play-btn svg g {
    fill: #ffffff !important;
}

#film-side-layer .offer-button-txt  svg g rect#Rectangle,
#film-side-layer .icon-play-btn  svg g rect#Rectangle{
    fill: #303030!important;    
}


/*
span.film-detail-voting-icon.voted {
    background-image: url(../media/images/icon-star.svg);
}
span.film-detail-voting-icon:hover {
    background-image: url(../media/images/icon-star.svg);
    transition: 1s;
}
span.film-detail-voting-icon {
    background-image: url(../media/images/icon-star_white.svg);
    display: block;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    cursor: pointer;
    transition: 1s;
}*/

.page-films .order-option-description.voting-box {
    display: flex;
}

.page-films .order-option-item.voting-wrapper {
    background: none;
    border: 0;
    min-height: auto;
    margin-bottom: 25px;
}

.page-films #voting-container input[type="checkbox"] {
    margin-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 15px;
    width: 20px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.page-films .voting-wrapper .divider {
    display: block;
    width: 107%;
    background: #fff;
    height: 2px;
    margin: 10px -10px 15px;
    padding: 0;
    position: relative;
}
.page-films #voting-container input:disabled {
    cursor: auto;
}

.voting-wrapper .offer-info-wrapper {
    /*    width: 100%;*/
    position: absolute;
    bottom: 10px;
    left: auto;
    right: auto;
    background: #fff;
    color: #131313;
    font-size: 18px;

}


.voting-wrapper:hover .offer-info-wrapper{
    background: #131313;
    border:1px solid #fff;
    color: #fff;

    /*    padding: 0 !important;
        margin: 0 -9px;
        margin-bottom: -8px;
        margin-top: 11px;
        white-space: nowrap;
        overflow: hidden;
        width: auto;
        text-overflow: ellipsis;
        display: flex !important;
        justify-content: center;
        text-decoration: underline;
        font-size: 18px;*/
}


button#vote-film-button {
    padding: 7px 10px;
    cursor: pointer;
}

.page-films #voting-container input[type="checkbox"] + label::before {
    width: 30px;
    height: 30px;
    background-image: url(../media/images/icon-star_white.svg);
    display: inline-flex;
    content: "";
    /* float: left; */
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    position: absolute;
    top: 0px;
    /* margin-right: 10px; */
    /* left: 0; */
    /*    margin-left: -46px;*/
}

.page-films #voting-container input[type="checkbox"]:hover + label::before,
.page-films #voting-container input[type="checkbox"]:focus + label::before,
.page-films #voting-container input[type="checkbox"]:checked+label::before{
    background-image: url(../media/images/icon-star.svg) !important;
    transition: 0.5s;
    display: inline-flex;
    content: "";
    /* float: left; */
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    position: absolute;
    top: 0px;
}

.page-films #voting-container label {
    position: absolute;
    left: -3px;
    top: -2px;
    pointer-events: none;
    width: 30px;
    height: 30px;
}
.page-films #voting-container div {
    position: relative;
    left: 0;
}
.page-films #voting-container input[type="checkbox"]:checked+label::before {
    width: 30px;
    height: 30px;
    background-image: url(../media/images/icon-star.svg);
    transition: 1s;
    display: inline-flex;
    content: "";
    /* float: left; */
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    position: absolute;
    top: 0px;
    /* margin-right: 10px; */
    /* left: 0; */
    /* margin-left: -46px;*/
}
div#voting-container {
    position: relative;
    display: flex;
}

.order-play-btn{
    background-color: #e3001b;
    padding: 9px 8px 9px 10px;
    margin-right: 12px;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-play-btn:hover{
    background-color: #131313;
    margin-right: 10px;
}

h3.playlist-detail-info-title {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

a.playlist-detail__meta-link {
    background: rgb(0, 33, 245);
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 300;
}

p.playlist-detail__meta-label {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

span.order-option-flag-container {
    /*    width: 56px;*/
    width: auto; 
    /*display: flex;*/
    display: none;
    justify-content: inherit;
}

span.order-option-type {
    width: 10%;
}

.order-option-flag {
    width: 23px;
    height: 23px;
    background: #f7f7f7;
    border-radius: 30px;
    display: inline-flex;
    /*    float: right;*/
    background-image: url('/module/lib/location/language_flags/50x50.png');
    background-repeat: no-repeat;
    background-position: -120px -289px;
    background-size:647px;
    margin: 0 2px;
    max-width: 28px;
    max-height: 28px;
}

.offer-info-wrapper span.icon-arrow {
    position: absolute;
    right: 8px;
    display: inline-block;
    background-image: url(../media/images/icon-arrow-black-down.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 3px;
    z-index: 9;
    right: 13px;
    transition: all .4s ease-in-out;
    pointer-events: none;
    top: calc(50% - 12.5px);
    transform: rotate(-90deg);
}

.film-detail__title:not(:first-child),
.film-detail__country-date:not(:first-child),
.film-detail__categories:not(:first-child),
.film-detail__original-title:not(:first-child),
.film-detail__tags:not(:first-child) {
    color: #213355;
}

.film-detail__meta-link {
    display: inline-block;
}

.film-detail__meta-link:not(:last-child) {
    margin-right: 2px;
}

.film-detail__meta-link {
    background: #203256;
    padding: 2px 9px;
    margin: 8px 2px 0 0;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.film-detail__meta-link:hover {
    background: #c4b273;
}

.film-detail__meta-link {
    color: rgba(255, 255, 255, 1);
}

.film-detail__meta-link:hover {
    color: #fff;
}

.film-detail__texts-container {
    /**margin-bottom: 30px;**/
    background-color: #fff;
    padding-top: 4.5%;
    padding-bottom: 10%;
}


.film-detail__company-name{
    font-weight: 500;
    padding-top: 10px;
    display: block;
}

a.company_detail__url {
    /* padding-bottom: 0px !important; */
    display: block;
    color: #cccccc !important;
}

span.film-detail__company-phone {
    display: block;
    color: #fff;
}

.film-detail__company-link {
    color: #a9b3c9;
    display: block;
    padding-bottom: 15px;
    font-weight: 700;
}

span.film-detail__company-adress {
    display: block;
    padding-bottom: 5px;
}

.film-detail__company-link:hover,
.film-detail__company-link:active {
    color: #fff;
}


.film-detail__distribution-info, .company_detail__contact, .company_detail__url, .company_detail__contact {
    color: #cccccc;
}

.film-detail__distribution-info, .company_detail__contact:hover, .company_detail__url:hover, .company_detail__contact:hover {
    color: #fff;
}

.film-detail__distribution-info, .film-detail__section-header section-header {
    color: #fff;
}

.film-detail__distribution-info h6 {
    color: #C4B273 !important;
}

.film-detail__app-link {
    display: inline-block;
    margin-top: 0px;
}

.film-detail__team-members {
    color: #a9b3c9;
}

.film-detail__team-members-person {
    color: #203256
}

a.film-detail__app-link.app-link {
    color: #fff;
    background-color: #a9b3c9;
    padding: 6px;
    text-align: center;
    width: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    max-width: 100%;
}


a.film-detail__app-link.app-link:hover {
    background-color: #203256 !important;
}

a.film-detail__app-link.app-link svg {
    margin-right: 5px;
}

.film-detail__awards-container {
    margin-bottom: 10px;
}

.film-detail__awards {
    padding-bottom: 20px;
}

.award-name {
    font-weight: 700;
    text-transform: uppercase;
    color: #373737;
    display: block;
}

.award-date{
    color: #203256;
}

.film-detail__awards p {
    color: #c4b273 !important;
    font-weight: 700;
}

.film-detail__article-container {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight:400;
    color: #243C6D;
}

.film-detail__article-container a{
    color: #a9b3c9;
}

.film-detail__article-container a:hover{
    color: #c4b273;
}

.film-detail-hidden-mobile {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.page-films .payment-backgroundlayer {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10;
    opacity: 0.25;
}

.page-films .payment-backgroundlayer {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    opacity: 1;
}


.page-films .payment-layer {
    background-color: white;
    z-index: 11;
    display: flex;
    position: absolute;
    display: none;
    margin: auto;
    width: 90%;
    height: auto;
    top: 0;
    left: calc((100% - 90%) / 2);
    padding: 0%;
    right: 0;
    margin: 0 auto;
}


.payment-info-container .payment-img {
    width: 60% !important;
    height: auto !important;
    margin-right: 0px !important;
    background: #fff !important;
    margin: 10px auto !important;
}

.payment-info-container {
    width: 100%;
    display: inline-flex;
    margin-bottom: 30px;
    flex-direction: column;
}

.payment-title-container {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    text-align: center !important;
}


.braintree-heading, .braintree-placeholder {
    color: #233253;
    font-size: 12px !important;
    margin-bottom: 15px;
    letter-spacing: 1.4px;
    font-weight: 500 !important;
}

body.disable-player-controls .vjs-progress-control.vjs-control {
    pointer-events: none;
}


#film-side-layer .playlist-detail__meta-label {
    margin-bottom: 20px;
}

.event-document {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}

@media screen and (max-width: 567px) {
    div#film-side-layer {
        width: calc(100% - 30px);
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {

    h3.playlist-detail__subtitle {
        font-size: 14px;
    }

    .playlist-detail-info-container p {
        line-height: 21px;
        font-size: 15px;
    }

    .items-payment-cost-free-wrapper .order-option-item-payment.order-option-item-payment-cost-free svg {
        width: 40px;
        height: 40px;
    }

    .order-option-description .btn-cart-blue-outline {
        width: 40px;
        height: 40px;
    }

    button.order-option-item {
        margin-bottom: 10px;
    }

    .btn-cart-blue-outline {
        width: 15px;
        height: 15px;
        min-width: auto;
    }

    .page-stream .owl-media-container {
        padding-top: 0;
    }

    .page-stream .owl-media-container .owl-carousel .owl-item img {
        height: 279px;
    }

    .playlist-detail__texts-container {
        padding: 0 15px;
    }

    .page-stream h1.playlist-detail__title {
        font-size: 30px;
        text-align: left;
    }

    .page-stream article.playlist-detail__teaser-text {
        font-size: 16px;
        padding: 15px 0;
        max-width: 100%;
        margin: 0 auto;
        line-height: 20px;
    }

    .playlist-detail__texts-container {
        padding: 0;
    }

    .playlist-detail__texts-container .container {
        padding: 0 15px;
    }

    .page-stream .owl-media-container .pay-button-media-layer, .page-stream .owl-media-container .open-stream-media-layer {
        font-size: 13px;
        min-height: 40px;
    }

    .page-stream .owl-media-container .vjs-big-play-button {
        background-size: 19px;
        text-indent: 25px;
        width: auto;
        background-position: left 0px center;
        height: 40px !important;
    }

    .vjs-big-play-button {
        left: 0px !important;
    }

    .page-stream .owl-media-container .pay-button-media-layer span {
        padding-left: 10px;
    }

    .page-digitaler-spielplan .playlist-detail__texts-container.container .col-left {
        width: 100%;
    }

    .page-digitaler-spielplan .playlist-detail__texts-container.container {
        padding: 0 20px;
    }

    .film-detail__title {
        margin-bottom: 9px;
    }

    .page-digitaler-spielplan h2.playlist-detail__title {
        font-size: 30px;
        line-height: 36px;
    }

    .page-digitaler-spielplan .container-theaternacht {
        margin-top: 90px;
    }

    h3.media-container__subtitle {
        display: none !important;
    }

    .film-detail__texts-container,
    .film-detail__texts-container p,
    .film-detail__texts-container a,
    .film-detail__meta-info,
    .film-detail__meta-info a,
    .film-detail__meta-info p {
        font-size: 14px;
    }

    .film-detail__meta-info:before {
        left: 12%;
    }

    .film-detail__distribution-info {
        padding-left: 20px;
        padding-right: 20px;
    }



}

@media screen and (min-width: 568px) and (max-width: 767px) {
    div#film-side-layer {
        width: calc(70% - 80px);
    }

    .film-detail__title {
        font-size: 34px ;
        line-height: 34px;
        margin-bottom: 9px;
    }

    .film-detail__meta-info {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .film-detail__meta-info:before {
        left: 14%;
    }

    .film-detail__distribution-info {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .film-detail__app-link {
        margin: 20px 5.5%;
    }
}

@media screen and (min-width: 768px) {
    .video-error-container {
        width: 80%;
        top: 30%;
        left: 10%;
        padding: 50px;
        font-size: 14px;
    }

    .film-detail__title {
        font-size: 34px !important;
    }
    .page-films .payment-layer {
        display: none;
        margin: 0 auto;
        padding: 0;
        width: 930px;
        min-height: 350px;
        background-color: #fff;
        border-radius: 0;
        left: 0;
        top: 100px;
        opacity: 1;
        overflow: visible !important;
        position: absolute;
        right: 0;
    }

    .page-films .payment-backgroundlayer {
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 10;
        opacity: .25;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    div#film-side-layer {
        width: calc(50% - 80px);
    }

    .film-detail-media-container .media-container__title {
        font-size: 34px;
    }

    .film-detail__meta-info {
        padding-left: 4.5%;
        padding-right: 4.5%;
    }

    .film-detail__meta-info:before {
        left: 12%;
    }

    .film-detail__distribution-info {
        padding-left: 4.5%;
        padding-right: 4.5%;
    }

    .film-detail__app-link {
        margin: 20px 4.5%;
    }

}

@media screen and (max-width: 1023px) {

    .page-digitaler-spielplan .stream-media-layer {
        top: 126px;
    }

    .film-detail__distribution-info {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media screen and (min-width: 1024px) {

    .film-detail-hidden-desktop {
        display: none;
    }

    .film-detail {
        max-width: 1075px;
        padding-left: 20px;
        padding-right: 20px;
        /*        position: relative;*/
        z-index: 3;
        margin: 0 auto 30px;

    }

    .film-detail .aside {
        width: 34.1%;
        display: inline-block;
    }

    .film-detail__title-container {
        display: none;
    }

    .film-detail__tags-container,
    .film-detail__order-options-container,
    .film-detail__texts-container  {
        display: inline-block;
    }

    .film-detail__texts-container {
        width: 65.9%;
        float: right;
        padding-left: 4.5%;
        padding-right: 4.5%;
        padding-top: 38px;
        padding-bottom: 4.5%;
    }

    .film-detail__distribution-info{
        padding-top: 30px;
    }

    .film-detail__meta-info {
        margin-bottom: 0;
    }

    .film-detail__meta-info:before {
        top: -18px;
        left: 18%;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #c4b273;
    }

    .video-playing .film-detail__meta-info:before {
        display: none;
    }

    .film-detail__title:not(:first-child),
    .film-detail__country-date:not(:first-child) {
        margin-top: 12px;
    }

    .film-detail__title {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 28px;
    }


    .film-detail__order-options-container {
        padding: 20px;
        border-right: solid 1px #f7f7f7;
    }


    .film-detail__tags-container {
        padding: 20px;
    }

    .film-detail__categories {
        margin-top: 0;
    }

    .film-detail__distribution-info {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
        background-color: rgba(245, 245, 245, 0.1);
        color: #a9b3c9;
        width: 34.1%;
    }

    a.film-detail__distribution-info {
        color: #a9b3c9 !important;
    }


    .payment-info-container {
        display: inline-flex;
        margin-bottom: 30px;
        flex-direction: inherit;
    }

    .payment-title-container {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        text-align: left !important;
        margin-left: 40px;
        padding: 10px 0;
    }

    a.film-detail__app-link.app-link {
        max-width: 34.1%;
    }


}
