
/*

    Scharaun
    Development: Leon Klaßen—www.leonklassen.com
    2020

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

b,strong {
    font-weight: bold;
}

i,em {
    font-style: italic;
}


/* fonts ——————————————————————————————————————————————————————————————————————————————————————————————— */


@font-face {
    font-family: "PiersSans";
    src: url('fonts_temp/PierSans-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PiersSans";
    src: url('fonts_temp/PierSans-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "PiersSans";
    src: url('fonts_temp/PierSans-Bold.otf');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: "WorkSans";
    src: url('fonts_temp/WorkSans-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "WorkSans";
    src: url('fonts_temp/WorkSans-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

/* allgemein ——————————————————————————————————————————————————————————————————————————————————————————— */

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 16px;
    font-family: "WorkSans", Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: white;
    color: black;
    cursor: default;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text; 
    user-select: text;
    font-weight: normal;
    min-height:100%;
    height: 100%;
    width: 100%;
    
    /*
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 100%;*/
    
    -webkit-overflow-scrolling: touch;
}

::selection {
    background: rgb(0,0,0);
    color:white;
}

::-moz-selection {
    background: rgb(0,0,0);
    color:white;
}

a {
    color: inherit;
    text-decoration: inherit;
    position: relative;
    transition: opacity .3s;
}

a:hover {
    opacity: .5;
}

/*
a:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    left: 0px;
    bottom: -3px;
    display: block;
    position: absolute;
}*/

body.dark {
    background-color: rgb(30,30,30);
    color: white;
}

/*
strong {
    font-weight: 500;
}*/

/* header ————————————————————————————————————————————————————————————————————————————————————————— */

header {
    position: relative;
    width: 100%;
    height: 74px;
    overflow: hidden;
}

header ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 160px;
    
    display: none;
}

header ul li {
    position: relative;
    float: left;
    width: 16.66666666%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 38px;
    box-sizing: border-box;
    white-space: nowrap;
}

header ul .home li {
    position: absolute;
    left: -140px;
    top: 0px;
    display: block;
    width: auto;
    display: none;
}

body.kino header ul .home li {
    display: block;
}

.logoback {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 99997;
    transition: opacity .6s;
}

.logoback.hidden {
    opacity: 0;
    pointer-events: none;
}

body.dark .logoback {
    background-color: rgba(30,30,30,0.9);
}

.logo {
    position: fixed;
    left: 38px;
    top: 32px;
    width: 100px;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99999;
    transition: transform .6s, opacity .6s;
    cursor: pointer;
}

/*
.logo:hover {
    transform: scale(1.1);
}*/

body.kino .logo {
    opacity: 0;
    pointer-events: none;
}

body.kino .logo.menu {
    opacity: 1;
}

.logo a {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

body .logoline .logoimage {
    background-image: url('graphics/Scharaun_Logo_web_dark.svg');
}

body.dark .logoline .logoimage {
    background-image: url('graphics/Scharaun_Logo_web_light.svg');
}

.logo .logoline {
    position: relative;
    width: 100%;
    height: 36px;
    font-size: 16px;
    line-height: 22px;
    /*font-weight: bold;*/
    transition: transform .6s;
}


.logo .logoline .logoimage {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 180px;
    transition: opacity .6s, transform .6s;
    cursor: pointer;
}

.logo .logoline.l_01 .logoimage {
    background-position: center 0px;
}

.logo .logoline.l_02 .logoimage {
    background-position: center -36px;
    background-position: center -38px;

}

.logo .logoline.l_03 .logoimage {
    background-position: center -72px;
    background-position: center -74px;
}

.logo .logoline.l_04 .logoimage {
    background-position: center -108px;
}

.logo .logoline.l_05 .logoimage {
    background-position: center -144px;
}

.logo .logoline.l_06 .logoimage {
    background-image: none;
}

.logo .logoline.l_07 .logoimage {
    background-image: none;
}


.logo:hover .logoline.l_01 .logoimage {
    transform: translate3d(10px,0px,0);
}

.logo:hover .logoline.l_02 .logoimage {
    transform: translate3d(-5px,0px,0);
}

.logo:hover .logoline.l_03 .logoimage {
    transform: translate3d(-10px,0px,0);
}

.logo:hover .logoline.l_04 .logoimage {
    transform: translate3d(5px,0px,0);
}

.logo:hover .logoline.l_05 .logoimage {
    transform: translate3d(10px,0px,0);
}



.logo .logoline .nav {
    position: absolute;
    top: 7px;
   /* top: 3px;*/
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

.logo .logoline.l_01 .nav {
    left: 0px;
}

.logo .logoline.l_02 .nav {
    left: 15px;
}

.logo .logoline.l_03 .nav {
    left: 30px;
}

.logo .logoline.l_04 .nav {
    left: 45px;
}

.logo .logoline.l_05 .nav {
    left: 60px;
}

.logo .logoline.l_06 .nav {
    left: 75px;
}

.logo .logoline.l_07 .nav {
    left: 90px;
}

.logo.menu .logoline .logoimage {
    opacity: 0;
}


.logo .logoline.l_01 .nav {
    transform: translate3d( -20px, 0px, 0 );
}

.logo.menu .logoline.l_01 {
    transform: translate3d( 20px, 0px, 0 );
}

.logo .logoline.l_02 .nav {
    transform: translate3d( -70px, 0px, 0 );
}

.logo.menu .logoline.l_02 {
    transform: translate3d( 70px, 0px, 0 );
}

.logo .logoline.l_03 .nav {
    transform: translate3d( -30px, 0px, 0 );
}

.logo.menu .logoline.l_03 {
    transform: translate3d( 30px, 0px, 0 );
}

.logo .logoline.l_04 .nav {
    transform: translate3d( -50px, 0px, 0 );
}

.logo.menu .logoline.l_04 {
    transform: translate3d( 50px, 0px, 0 );
}

.logo .logoline.l_05 .nav {
    transform: translate3d( 20px, 0px, 0 );
}

.logo.menu .logoline.l_05 {
    transform: translate3d( -20px, 0px, 0 );
}

.logo .logoline.l_06 .nav {
    transform: translate3d( -20px, 0px, 0 );
}

.logo.menu .logoline.l_06 {
    transform: translate3d( 20px, 0px, 0 );
}

.logo .logoline.l_07 .nav {
    transform: translate3d( 40px, 0px, 0 );
}

.logo.menu .logoline.l_07 {
    transform: translate3d( -40px, 0px, 0 );
}


.logo.menu .logoline .nav {
    pointer-events: all;
    opacity: 1;
}



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

    header ul { 
        display: none;
    }
    
}


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

    .logo {
        left: 18px;
        position: absolute;
        transform: translate3d(-23px,-60px,0) scale(0.5);
    }
    
    .logo.menu {
        transform: translate3d(0px,0px,0) scale(1);
    }
    
}



/* section ————————————————————————————————————————————————————————————————————————————————————————— */

section {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 160px;
    box-sizing: border-box;
}


.more {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    box-sizing: border-box;
}

.more span {
    display: inline-block;
    position: relative;    
    cursor: pointer;
}

.more span::before {
    content: "";
    position: absolute;
    left: calc( 100% + 20px );
    top: 8px;
    width: 20px;
    height: 2px;
    background-color: black;
    transition: transform .3s;
}

.more span::after {
    content: "";
    position: absolute;
    left: calc( 100% + 29px );
    top: 4px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 2px solid black;
    border-top: 2px solid black;
    transform: rotateZ( 135deg );
    transition: transform .3s;
}

.more span:hover::before {
    transform: translate3d( 5px, 0px, 0 );
}

.more span:hover::after {
    transform: translate3d( 5px, 0px, 0 ) rotateZ( 135deg );
}


.back {
    position: absolute;
    width: auto;
   /* padding-left: 20px;
    padding-right: 20px;*/
    font-weight: bold;
    box-sizing: border-box;
    top: 29px;
    padding-left: 80px;
}

.back span {
    display: inline-block;
    position: relative;    
    cursor: pointer;
}

.back span::before {
    content: "";
    position: absolute;
    right: calc( 100% + 20px );
    top: 8px;
    width: 20px;
    height: 2px;
    background-color: black;
    transition: transform .3s;
}

.back span::after {
    content: "";
    position: absolute;
    right: calc( 100% + 29px );
    top: 4px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotateZ( 135deg );
    transition: transform .3s;
}

.back span:hover::before {
    transform: translate3d( -5px, 0px, 0 );
}

.back span:hover::after {
    transform: translate3d( -5px, 0px, 0 ) rotateZ( 135deg );
}

.language {
    position: absolute;
    width: auto;
  /*  font-weight: bold;*/
    box-sizing: border-box;
    top: 34px;
    top: 29px;
    padding-right: 40px;
    right: 70px;
}

.language span {
    margin-right: 10px;
    margin-left: 10px;
}

.language a.selected {
    box-shadow: 0px 1px 0px black;
    padding-bottom: 3px;
}

body.dark .language a.selected {
    box-shadow: 0px 1px 0px white;
}

.hamburger {
    position: absolute;
    right: 40px;
    top: 29px;
    width: 30px;
    height: 16px;
    cursor: pointer;
    transition: opacity .3s;
}

.hamburger:hover {
    opacity: 0.5;
}

.hamburger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    display: block;
    background-color: black;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

body.dark .hamburger span {
    background-color: white;
}

.hamburger span:first-child {
    bottom: auto;
}

.hamburger span:last-child {
    top: auto;
}


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

    section {
        padding-left: 20px;
    }
    
    .language {
        padding-right: 20px;
        right: 50px;
    }
    
    .hamburger {
        right: 20px;
    }
    
}

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

    section {
        padding-left: 0px;
        padding-right: 0px;
    }
    
}

/* title ————————————————————————————————————————————————————————————————————————————————————————— */

section.title {
    padding-bottom: 80px;
}

section.title a:hover {
    opacity: 1;
}

section.title .titleimage {
    position: relative;
    width: calc( 70px + 100% + 40px );
    margin-left: -90px;  
    height: auto;
}

section.title .titlevideo {
    position: relative;
    width: calc( 70px + 100% + 40px );
    margin-left: -90px;  
    height: 0;
    overflow: hidden;
    background-color: black;
}

section.title .titlevideo.ratio_4_3 {
    padding-top: calc( ( 100% + 70px + 40px ) * 0.75 );
}

section.title .titlevideo.ratio_16_9 {
    padding-top: calc( ( 100% + 70px + 40px ) * 0.5625 );
}

section.title .titlevideo iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

section.title .subtitleimage {
    position: relative;
    /*width: calc( 70px + 100% + 40px );
    margin-left: -90px;  */
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 33px;
    
    width: calc( 90px + 66.66666666% + 0px );
    margin-left: -90px;
    height: auto;
}

section.title .subtitleimage.medium {
    width: 66.66666666%;
    width: calc( 90px + 66.66666666% + 0px );
    margin-left: -90px;
}


section.title .subtitlevideo {
    position: relative;
    width: calc( 100% - 40px );
    margin-left: 20px;  
    height: 0;
    overflow: hidden;
    background-color: black;
}

section.title .subtitlevideo.ratio_4_3 {
    padding-top: calc( ( 100% - 40px ) * 0.75 );
}

section.title .subtitlevideo.ratio_16_9 {
    padding-top: calc( ( 100% - 40px ) * 0.5625 );
}

section.title .subtitlevideo iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

section.title .date {
    margin-top: 80px;
    position: relative;
    width: 66.66666666%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}


section.title h2 {
    margin-top: 40px;
    position: relative;
    width: 66.66666666%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    font-family: "PiersSans";
}

section.title .artists {
    margin-top: 40px;
    position: relative;
    width: 66.66666666%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

section.title .detail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.title .text {
    margin-top: 80px;
    position: relative;
    width: 66.66666666%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
    
    /*width: 50%;*/
}

section.title .text p:not(:last-child) {
    padding-bottom: 24px;
}

section.title .more {
    position: relative;
    width: 33.33333333%;
    float: left;
    margin-top: 80px;
}

section.title .text .singlelogoimage {
    display: block;
    margin: 0px;
    width: 100%;
    height: auto;
    max-width: 120px;
}

section.title .text .singlelogoimage.large {
    max-width: 200px;
}

section.title .text .singlelogoimage:not(:last-child) {
    padding-bottom: 24px;
}


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

    section.title .date {
        width: 100%;
    }
    
    section.title h2 {
        width: 100%;
    }
    
    section.title .titleimage {
        width: 100%;
        margin-left: 0px;
    }
    
    section.title .artists {
        width: 100%;
    }
    
    section.title .text {
        width: 100%;
    }

    section.title .more {
        width: 100%;
    }
    
    section.title .subtitleimage ,section.title .subtitleimage.medium {
        width: calc( 20px + 100% );
        margin-left: -20px;
    }
    
}


/* exhibitions ————————————————————————————————————————————————————————————————————————————————————————— */

section.exhibitions {
    padding-top: 40px;  
    padding-bottom: 40px;
}

section.exhibitions ul {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.exhibitions ul li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    width: 33.33333333%;
    box-sizing: border-box;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
}

section.exhibitions ul li:nth-child(3n-2) {
    clear: both;
    float: left;
}

section.exhibitions ul li .titleimage {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
}

section.exhibitions ul li .date {
    margin-top: 40px;
    position: relative;
    font-weight: bold;
}

@media only screen and (max-width: 750px) {
    
    section.exhibitions ul {
    
        display: grid;
   /*     grid-template-columns: 0px;*/
        grid-auto-flow: column;
        grid-auto-columns: 75vw;
        grid-column-gap: 20px;
        overflow-x: auto;
    
        padding-left: 20px;
        box-sizing: border-box;
    }
    
    section.exhibitions ul li {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    section.exhibitions ul::after {
        display: block;
        content: "";
        width: 1px;
    }


}


/* artists ————————————————————————————————————————————————————————————————————————————————————————— */

section.artists {
    padding-top: 70px;  
    padding-bottom: 70px;
}

section.artists.standalone {
    padding-top: 12px;
}

section.artists ul {
    position: relative;
    width: 100%;
    column-count: 3;
    column-gap: 0px;
}

section.artists ul li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    break-inside: avoid;
}

section.artists ul li div {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.artists ul li div.letter {
    font-weight: bold;
}

section.artists ul li div a {
    font-size: 16px;
    line-height: 22px;
}

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

    section.artists ul {
        column-count: 1;
    }
    
    section.artists.standalone {
        padding-top: 42px;
    }

}

/* about ————————————————————————————————————————————————————————————————————————————————————————— */

section.about {
    padding-top: 80px;  
    padding-bottom: 80px;
}

section.about.standalone {
    padding-top: 27px;
}

section.about .text {
    position: relative;
    width: 66.66666666%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    font-family: "PiersSans";
}

section.about .more {
    margin-top: 40px;
}

section.about .floorplan {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}

section.about .floorplan .floorplan_image {
    position: relative;
    width: calc( 66.66666666% - 40px );
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    display: block;
    box-sizing: border-box;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

section.about .floorplan .floorplan_image img {
    position: relative;
    width: 100%;
    display: block;
}

section.about .floorplan .floorplan_image div {
    position: absolute;
    box-sizing: border-box;
    padding: 20px;
    font-weight: bold;
}

.room_01 {
    left: 1%;
    top: 1%;
    width: 28%;
    height: 28%;
}

.room_02 {
    left: 30%;
    top: 5%;
    width: 31%;
    height: 73%;
}

.room_03 {
    left: 62%;
    top: 1%;
    width: 15%;
    height: 31%;
}

.room_04 {
    left: 78%;
    top: 1%;
    width: 21%;
    height: 46%;
}

.room_05 {
    left: 62%;
    top: 49%;
    width: 37%;
    height: 50%;
}

.room_06 {
    left: 30%;
    bottom: 95%;
    width: 31%;
    height: 8%;
}

.room_07 {
    width: 49%;
    height: 30%;
    top: 84%;
    left: 12%;
}

section.about .floorplan .room_description {
    position: relative;
    width: 33.33333333%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
}

section.about .floorplan .room_description div {
    display: none;
}

section.about .floorplan .room_description div.visible {
    display: block;
}


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

    section.about .text {
        width: 100%;
    }
    
    section.about .floorplan .floorplan_image {
        width: calc( 100% - 40px );
    }

   /* section.about .floorplan .floorplan_image div {
        display: none;
    }*/
    
    section.about .floorplan .room_description {
        width: 100%;
        margin-top: 40px;
    }
    
    section.about.standalone {
        padding-top: 52px;
    }
    
}

/* newsletter ————————————————————————————————————————————————————————————————————————————————————————— */

section.newsletter {
    padding-top: 80px;  
    padding-bottom: 80px;
}

section.newsletter .mail {
    display: block;
    position: relative;
    width: calc( 66.66666666% - 40px );
    margin-left: 20px;
    font: inherit;
    border: none;
    padding: none;
    outline: none;
    border-bottom: 2px solid black;
    font-size: 30px;
    font-family: "PiersSans";
    line-height: 36px;
    font-weight: 500;
    padding-bottom: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

section.newsletter .mail::placeholder {
    color: black;
}

section.newsletter .more {
    margin-top: 40px;
}



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

    section.newsletter .mail {
    width: calc( 100% - 40px );
    }

}


/* artist ————————————————————————————————————————————————————————————————————————————————————————— */

section.artist {
    padding-top: 33px;  
    padding-bottom: 80px;
}

section.artist .portrait {
    position: relative;
    display: block;
    width:33.33333333%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px;
}

section.artist h2 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 34px;
    font-family: "PiersSans";
    line-height: 40px;
    font-weight: 500;
}

section.artist .text {
    margin-top: 40px;
    position: relative;
    width: 66.66666666%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
}

section.artist .text p:not(:last-child) {
    padding-bottom: 24px;
}

section.artist .more {
    margin-top: 80px;
}


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

    section.artist .portrait {
        width: 100%;
    }
    
    section.artist .text {
        width: 100%;
    }
    
    section.artist {
        padding-top: 52px;  
    }

}

/* text ————————————————————————————————————————————————————————————————————————————————————————— */

section.text {
    padding-bottom: 80px;
    padding-top: 80px;
}


section.text .text {
  /*  margin-top: 80px;*/
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
}

section.text .text p:not(:last-child) {
    padding-bottom: 18px;
}

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

    section.text .text {
        width: 66.66666666%
    }
    
}

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

    section.text .text {
        width: 100%
    }

}

/* image ————————————————————————————————————————————————————————————————————————————————————————— */

section.image {
    padding-bottom: 80px;
    padding-top: 80px;
}

section.image img {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

section.image img.medium {
    width: 66.66666666%;
}

section.image .description {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 40px;
}


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

    section.image img {
        width: 100%;
    }
    
    section.image img.medium {
        width: 100%;
    }

}


/* logo ————————————————————————————————————————————————————————————————————————————————————————— */

section.logoimage {
    padding-bottom: 80px;
    padding-top: 80px;
}

section.logoimage + section.logoimage {
    padding-top: 0px;
    margin-top: -40px;
}

section.logoimage img {
    position: relative;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

/*
@media only screen and (max-width: 750px) {

    section.image img {
        width: 100%;
    }
    
    section.image img.medium {
        width: 100%;
    }

}*/


/* slideshow ————————————————————————————————————————————————————————————————————————————————————————— */

section.slideshow {
    padding-bottom: 80px;
    padding-top: 80px;
}


section.slideshow .general_slider {
    position: relative;
    width: calc( 100% - 40px );
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-left: 20px;
}

section.slideshow .general_slider ul {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    transition: transform .5s;
}

section.slideshow .general_slider ul li {
    position: relative;
    float: left;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

section.slideshow .general_slider .arrows {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: 100px;
    width: 100px;
    transition: transform .3s;
}

section.slideshow .general_slider .arrows::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: 2px;
    background-color: white;
    width: 20px;
    left: 40px;
}

section.slideshow .general_slider .arrows::after {
    content: "";
    position: absolute;
    left: 50px;
    top: 45px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 2px solid white;
    border-top: 2px solid white;
    transform: rotateZ( 135deg );
    transition: transform .3s;
}

section.slideshow .general_slider .arrows.left {
    left: 0px;
    transform: rotateZ( 180deg );
}

section.slideshow .general_slider .arrows.right {
    right: 0px;
}

section.slideshow .general_slider .arrows.left:hover {
    transform: translate3d( -5px, 0px, 0 ) rotateZ( 180deg );
}

section.slideshow .general_slider .arrows.right:hover {
    transform: translate3d( 5px, 0px, 0 );
}

section.slideshow .description {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 40px;
}


/* video ————————————————————————————————————————————————————————————————————————————————————————— */

section.video {
    padding-bottom: 80px;
    padding-top: 80px;
}


section.video .container {
    position: relative;
    width: calc( ( 66.66666666% - 40px ) );
    margin-left: calc( 20px + 33.33333333% );
    height: 0;
    overflow: hidden;
    background-color: black;
}

section.video .container iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}  

section.video .container.ratio_4_3 {
    padding-top: calc( ( 66.66666666% - 40px ) * 0.75 );
}

section.video .container.ratio_16_9 {
    padding-top: calc( ( 66.66666666% - 40px ) * 0.5625 );
} 


section.video .description {
    position: relative;
    width: 66.66666666%;
    margin-left: 33.33333333%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 40px;
}


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

    
}


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

    section.video .container {
        width: calc( ( 100% - 40px ) );
        margin-left: calc( 20px );
    }
    
    section.video .container.ratio_4_3 {
        padding-top: calc( ( 100% - 40px ) * 0.75 );
    }
    
    section.video .container.ratio_16_9 {
        padding-top: calc( ( 100% - 40px ) * 0.5625 );
    } 
    
    
    section.video .description {
        width: 100%;
        margin-left: 0px;
    }


}

/* download ————————————————————————————————————————————————————————————————————————————————————————— */

section.download {
    padding-bottom: 80px;
    padding-top: 80px;
}

section.download .previews {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.download .preview {
    position: relative;
    width: 33.33333333%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

section.download .preview img {
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid rgb(245,245,245);
}

section.download .more {
    margin-top: 40px;
}

/*
section.image img {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

section.image img.medium {
    width: 66.66666666%;
}

section.image .description {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 40px;
}*/


/* archive ———————————————————————————————————————————————————————————————————————————————————————— */

section.archive {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-top: -7px;
}

section.archive .archive-image, section.archive .archive-text {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
section.archive .archive-image:first-child, section.archive .archive-text:first-child {
    padding-top: 0px;
}*/

section.archive .archive-text .element {
    position: relative;
    width: 66.66666666%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

section.archive .archive-text .description {
    position: relative;
    width: 66.66666666%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}


section.archive .archive-image .element {
    position: relative;
    width: 33.33333333%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

section.archive .archive-image .description {
    position: relative;
    width: 33.33333333%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}

section.archive .archive-image:nth-child(even) .element {
    margin-left: 33.33333333%;
}

section.archive .archive-image:nth-child(even) .description {
    margin-left: 33.33333333%;
}


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

    section.archive .archive-text .element {
        width: 100%;
    }
    
    section.archive .archive-text .description {
        width: 100%;
    }
    
    
    section.archive .archive-image .element {
        width: 100%;
    }
    
    section.archive .archive-image .description {
        width: 100%;
    }
    
    section.archive .archive-image:nth-child(even) .element {
        margin-left: 0px;
    }
    
    section.archive .archive-image:nth-child(even) .description {
        margin-left: 0px;
    }
    
    section.archive {
        margin-top: 12px;
    }


}


/* kino ———————————————————————————————————————————————————————————————————————————————————————— */

section.kino {
    position: relative;
    width: calc( 100% - 80px );
    margin-left: 40px;
    background-color: rgb(234,86,77);
    color: rgb(234,86,77);
    padding: 0px;
    margin-bottom: 40px;
}

section.kino.kino_21 {
    background-color: rgb( 50, 65, 85 );
    color: rgb( 50, 65, 85 );
}

.titlekino {
    background-color: rgb(234,86,77);
    color: rgb(234,86,77);
    position: relative;
    width: calc( 70px + 100% + 40px );
    margin-left: -90px;  
    overflow: hidden;
}

.titlekino.kino_21 {
    background-color: rgb( 50, 65, 85 );
    color: rgb( 50, 65, 85 );
}

section.kino .header, .titlekino .header {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}

section.kino .header .banner, .titlekino .header .banner {
    display: block;
    width: 100%;
}

section.kino .header .subtitle, .titlekino .header .subtitle {
    position: relative;
    width: 90%;
    margin-left: 5%;
    color: white;
    text-align: center;
    margin-top: 40px;
}

.titlekino .header .upnext {
    position: relative;
    background-color: white;
    margin-top: -27px;
    margin-left: 8%;
    box-sizing: border-box;
    padding: 30px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 28px;
    line-height: 19px;
    
    margin-top: 80px;
    margin-left: 0px;
}

.titlekino .header .teaserimage {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 20px;
    border: 20px solid black;
    border-bottom: 40px solid black;
    box-sizing: border-box;
}

.titlekino .header .countdown {
    position: relative;
    margin-right: 8%;
    width: 440px;
    overflow: hidden;
    height: auto;
    color: white;
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    font-family: "PiersSans";
    margin-left: auto;
    margin-top: 80px;
    
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
}

.titlekino .header .countdown span {
    position: relative;
    width: 90px;
  /*  height: 90px;*/
    background-color: black;
    margin: 10px;
    padding: 23px;
    
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    
    padding-left: 0px;
    padding-right: 0px;
    
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    
    background-color: transparent;
}

.titlekino .header .countdown a {
    width: 100%;
    text-align: center;
    display: block;
}

.titlekino .header .countdown span div {
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    line-height: 11px;
}

section.kino .header .subtitle::before, .titlekino .header .subtitle::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 100%;
    height: 1px;
    background-color: white;
}

section.kino .header .subtitle span, .titlekino .header .subtitle span {
    background-color: rgb(234,86,77);
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

section.kino.kino_21 .header .subtitle span, .titlekino.kino_21 .header .subtitle span {
    background-color: rgb( 50, 65, 85 );
}


section.kino .program {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    padding-bottom: 80px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}

section.kino .program .video {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

section.kino .program .programtitle, section.kino .program .video .title, section.kino .program .video .text {
    background-color: white;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 30px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 28px;
    line-height: 19px;
    max-width: 100%;
}

section.kino .program .programtitle, section.kino .program .video .title {
    padding-top: 20px;
    padding-bottom: 20px; 
    padding-bottom: 18px;
}

section.kino .program .video .text p:not(:last-child) {
    padding-bottom: 19px;
}

section.kino .program .programtitle {
    /* margin-bottom: 40px; */
    margin-bottom: -40px;
}

section.kino .program .video .videocontainer {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    background-color: black;
    padding-bottom: 40px;
}

section.kino .program .video .videocontainer .inner {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-bottom: 75%;   
}

section.kino .program .video .videocontainer img {
    width: 100%;
    position: relative;
    display: block;
}

section.kino .program .video .videocontainer .inner iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

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

    .titlekino {
        width: 100%;
        margin-left: 0px;  
    }
    
    section.kino {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
        margin-bottom: 0px;
        margin-top: -78px;
    }
    
    section.kino .header, .titlekino .header {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .titlekino .header .countdown {
        width: 240px;
    }
    
    .titlekino .header .countdown span {
        width: 40px;
        padding: 0px;
    }
    
    section.kino .program {
        padding-left: 20px;
        padding-right: 20px;
    }

}


/* footer ————————————————————————————————————————————————————————————————————————————————————————— */

footer {
    position: relative;
    width: 100%;
    padding-right: 40px;
    padding-left: 180px;
    box-sizing: border-box;   
    padding-top: 80px;
    padding-bottom: 80px;
}

footer .imprint {
    font-size: 10px;
    font-weight: bold;
}

footer img {
    display: block;
    width: 200px;
    margin-top: 80px;
}

footer .ig, footer .fb {
    position: relative;
    padding-left: 22px;
}

footer .ig:before {
    content: "";
    display: block;
    background-image: url('/graphics/ig_black.svg');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: -2px;
}

footer .fb:before {
    content: "";
    display: block;
    background-image: url('/graphics/fb_black.svg');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: -2px;
}


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

    footer {
        padding-left: 40px;
    }
    
}


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

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

}