/*
Theme Name: Filmcasino
Description: Design und Programm sind urheberrechtlich geschuetzt.
Version: 1.0
Author: Florian Koch, Roman Richter, Heli Ammann
*/
html {
    margin: 0;
    padding: 0;
    height:100%;
    box-sizing: border-box;
}
body {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    margin:0;
    padding:0;
}
body#cinema1 {
    background:#fefcf4;
}
body#cinema2 {
    background:rgba(246,255,250,1);
}
strong, b {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
}
#canvas {
    max-width:1280px;
    margin-left:auto;
    margin-right:auto;
    padding-left:28px;
    padding-right:28px;
    overflow:hidden;
    box-sizing: border-box
}
header {
    position:relative;
    background:#fefcf4;
    margin:0;
    min-height:375px;
}
#cinema1 header {
    background:#fefcf4;
}
#cinema2 header {
    background:rgba(246,255,250,1);
}
#canvas.heute header {
    min-height:0;
}
#canvas.program header {
    min-height:299px;
}
#canvas.program.preview header {
    min-height:323px;
}
#canvas.twocol.indent.special header {
    min-height:372px;
}
#canvas.twocol.indent header {
    min-height:0;
}
#canvas.twocol header {
    min-height:362px;
}
#canvas.spielplan header {
    min-height:362px;
}
#interactive-wrapper {
    position:absolute;
    right:10px;
    width:137px;
    height:28px;
    top:28px;
    z-index:9999;
}
#search-form-mobile-wrapper {
    display:none;	
}
#cinema1 #interactive-wrapper {
    background:#fefcf4;
}
#cinema2 #interactive-wrapper {
    background:rgba(246,255,250,1);
}
#interactive {
    width:136px;
    height:36px;
    position:relative;
    top:0;
}
#cinema1 #interactive {
    background:#fefcf4;
}
#cinema2 #interactive {
    background:rgba(246,255,250,1);
}
#logo-wrapper {
    text-align:center;
}
#cinema1 #logo-fc {
    width:470px;
    height:146px;
    margin:0 auto 25px auto;
    padding-top:40px;
    display:inline-block;
}
#cinema2 #logo-fc {
    display:none;
}
#logo-fc svg {
    max-width:470px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#logo-fh {
    width:185px;
    height:190px;
    margin:0 auto 3px auto;
    padding-top:18px;
    display:inline-block;
    margin-left:28px;
}
#cinema1 #logo-fh {
    display:none;
}
#logo-fh svg#Filmhaus-Logo,
#logo-fh svg#Filmhaus-Logo-mobile {
    max-width:185px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#logo-fh svg#Filmhaus-Logo-mobile {
    display:none;
}
#logo-fh svg#Filmhaus-Logo-mobile .fh-logo-mobile {
    fill:#00cdbe;
}
#search-icon {
    width:24px;
    height:23px;
    margin-right:15px;
    margin-top:4px;
    position:absolute;
    left:0;
}
#search-form {
    width:257px;
    height:36px;
    left:-228px;
    top:-2px;
    position:absolute;
    display:none;
}
#cinema1 #search-form {
    background:#E84F3D;
}
#cinema2 #search-form {
    background:#00cdbe;
}
#search-form input[type="text"]{
    color:#FFF;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:20px;
    width:218px;
    border:none;
    padding-left:5px;
    height:34px;
}
#cinema1 #search-form input[type="text"],
#cinema1 #search-form-mobile input[type="text"]{
    background-color:#E84F3D;
}
#cinema2 #search-form input[type="text"],
#cinema2 #search-form-mobile input[type="text"]{
    background-color:#00cdbe;
}
#cinema1 #search-form ::-webkit-input-placeholder,
#cinema1 .col1 form ::-webkit-input-placeholder {
    color:#FFA789;
}
#cinema1 #search-form :-moz-placeholder,
#cinema1 .col1 form :-moz-placeholder {
    color:#FFA789;
}
#cinema1 #search-form :-ms-input-placeholder,
#cinema1 .col1 form :-ms-input-placeholder {
    color:#FFA789;
}
#cinema2 #search-form ::-webkit-input-placeholder,
#cinema2 .col1 form ::-webkit-input-placeholder {
    color:rgba(145,227,224,1);
}
#cinema2 #search-form :-moz-placeholder,
#cinema2 .col1 form :-moz-placeholder {
    color:rgba(145,227,224,1);
}
#cinema2 #search-form :-ms-input-placeholder,
#cinema2 .col1 form :-ms-input-placeholder {
    color:rgba(145,227,224,1);
}

#search-icon1 {
    width:24px;
    height:23px;
    margin-top:4px;
    position:absolute;
    right:5px;
    top:6px;
}
#cinema1 #search-form1 {
    width:100%;
    height:36px;
    background:#E84F3D;
    margin-top:4px;
}
#cinema2 #search-form1 {
    width:100%;
    height:36px;
    background:#00cdbe;
    margin-top:4px;
}
#cinema1 #search-form1 input[type="text"]{
    color:#FFF;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:20px;
    background-color:#E84F3D;
    width:218px;
    border:none;
    padding-left:5px;
    height:34px;
}
#cinema2 #search-form1 input[type="text"]{
    color:#FFF;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:20px;
    background-color:#00cdbe;
    width:218px;
    border:none;
    padding-left:5px;
    height:34px;
}
#cinema1 #search-form1 ::-webkit-input-placeholder,
#cinema1 .col1 form1 ::-webkit-input-placeholder {
    color:#FFA789;
}
#cinema1 #search-form1 :-moz-placeholder,
#cinema1 .col1 form1 :-moz-placeholder {
    color:#FFA789;
}
#cinema1 #search-form1 :-ms-input-placeholder,
#cinema1 .col1 form1 :-ms-input-placeholder {
    color:#FFA789;
}
#cinema2 #search-form1 ::-webkit-input-placeholder,
#cinema2 .col1 form1 ::-webkit-input-placeholder {
    color:rgba(145,227,224,1);
}
#cinema2 #search-form1 :-moz-placeholder,
#cinema2 .col1 form1 :-moz-placeholder {
    color:rgba(145,227,224,1);
}
#cinema2 #search-form1 :-ms-input-placeholder,
#cinema2 .col1 form1 :-ms-input-placeholder {
    color:rgba(145,227,224,1);
}

#basket-icon {
    width:17px;
    height:22px;
    margin-right:19px;
    margin-top:3px;
    position:absolute;
    left:39px;
}
#basket {
    width:226px;
    height:120px;
    top:34px;
    right:-10px;
    position:absolute;
    padding:10px 10px 0 10px;
    display:none;
}
#cinema1 #basket {
    background:#E84F3D;
}
#cinema2 #basket {
    background:#00cdbe;
}
#basket h1 {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:700;
    font-size:18px;
    line-height:22px;
    margin:0;
    padding:0;
}
#basket p {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:22px;
    margin:0 0 22px 0;
    padding:0;
}
#basket a,
#basket a:hover,
#basket a:visited,
#basket a:active {
    color:#FFF;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:22px;
    margin:0;
    padding:0;
    text-decoration:none;
}
#nl-icon {
    width:23px;
    height:17px;
    margin-right:19px;
    margin-top:6px;
    position:absolute;
    left:75px;
}
#nl-form {
    width:226px;
    top:34px;
    right:-10px;
    position:absolute;
    padding:10px 10px 0 10px;
    display:none;
}
#cinema1 #nl-form {
    background:#E84F3D;
}
#cinema2 #nl-form {
    background:#00cdbe;
}
#nl-form input {
    width:221px;
    font-family:brandon-grotesque, sans-serif;
    font-size:18px;
    line-height:22px;
    margin-top:10px;
    margin-bottom:5px;
    border:none;
}
#cinema1 #nl-form input {
    background:#E84F3D;
}
#cinema2 #nl-form input {
    background:#00cdbe;
}
#cinema2 #nl-form [type=email] {
    background:rgba(246,255,250,1);
}
#cinema1 #nl-form [type=email] {
    background:#fefcf4;
}
#nl-form input[type=submit] {
    color:#FFF;
    cursor:pointer;
    border:none;
    background:none;
    width:auto;
    float:right;
    margin:0 0 5px 0;
    padding:0; 
}
#nl-form h1 {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:700;
    font-size:18px;
    line-height:22px;
    margin:0;
    padding:0;
}
#nl-form a,
#nl-form a:hover,
#nl-form a:visited,
#nl-form a:active {
    color:#FFF;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:22px;
    margin:0;
    padding:0;
    text-decoration:none;
}
#login-icon {
    width:19px;
    height:25px;
    margin-top:2px;
    position:absolute;
    left:117px;
}
#login-form {
    width:226px;
    top:34px;
    right:-10px;
    position:absolute;
    padding:10px 10px 5px 10px;
    display:none;
}
#cinema1 #login-form {
    background:#E84F3D;
}
#cinema2 #login-form {
    background:#00cdbe;
}
#login-form h1 {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:700;
    font-size:18px;
    line-height:22px;
    margin:0;
    padding:0;
}
#login-form p {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:22px;
    margin:0;
    padding:0;
}
#login-form {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:22px;
}
#login-form input {
    width:221px;
    font-family:brandon-grotesque, sans-serif;
    font-size:18px;
    line-height:22px;
    margin-top:5px;
    margin-bottom:10px;
    border:none;
}
#cinema1 #login-form input {
    background:#fefcf4;
}
#cinema2 #login-form input {
    background:rgba(246,255,250,1);
}
#login-form input[type=checkbox] {
    width:auto;
    float:left;
    margin-top:5px;
    margin-right:10px;
}
#login-form input[type=submit] {
    cursor:pointer;
    border:none;
    background:none !important;
    width:auto;
    float:right;
    margin:0 0 5px 0;
    padding:0; 
}
#cinema1 #login-form input[type=submit] {
    color:#FF8A70;
}
#cinema2 #login-form input[type=submit] {
    color:rgba(145,227,224,1);
}
#login-form a,
#login-form a:hover,
#login-form a:visited,
#login-form a:active {
    color:#FFF;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:22px;
    margin:0;
    padding:0;
    text-decoration:none;
}
#login-form form::after {
    content: '';
    display: block;
    clear: both;
}
#search-icon svg:hover,
#search-icon1 svg:hover,
#basket-icon svg:hover,
#nl-icon svg:hover,
#login-icon svg:hover {
    cursor:pointer
}
#basket-icon.empty:hover {
    cursor:auto;
}
#cinema1 #nl-icon svg:hover .icon_newsletter_cuvert{fill:#E84F3D !important;stroke:#E84F3D !important;stroke-linecap:round;stroke-linejoin:round;}
#cinema1 #nl-icon svg:hover .icon_newsletter_lasche{fill:none !important;stroke:#fefcf4 !important;stroke-linecap:round;stroke-linejoin:round;}
#cinema1 #login-icon svg:hover .icon_logIn_background{fill:#E84F3D !important}
#cinema1 #login-icon svg:hover .icon_logIn_outline{stroke:#E84F3D !important}
#cinema1 #login-icon svg:hover .icon_logIn_linien{stroke:#fefcf4 !important}
#cinema1 #basket-icon svg:hover .icon_warenkorb{fill:#E84F3D !important;stroke:#E84F3D !important;stroke-linecap:round;stroke-linejoin:round;}
#cinema1 #basket-icon svg:hover .icon_warenkorb_henkel{fill:none !important;stroke:#E84F3D !important;}
#cinema1 #search-icon svg:hover .icon_lupe_glas{fill:none;stroke:#E84F3D !important;stroke-width:1;}
#cinema1 #search-icon.invert svg:hover .icon_lupe_glas{fill:none;stroke:#FFF !important;stroke-width:1;}
#cinema1 #search-icon svg:hover .icon_lupe_griff{fill:none;stroke:#E84F3D !important;stroke-linecap:round;}
#cinema1 #search-icon.invert svg:hover .icon_lupe_griff{fill:none;stroke:#FFF !important;stroke-linecap:round;}

#cinema1 #search-icon-mobile svg:hover .icon_lupe_glas{fill:none;stroke:#E84F3D !important;stroke-width:1;}
#cinema1 #search-icon-mobile.invert svg:hover .icon_lupe_glas{fill:none;stroke:#FFF !important;stroke-width:1;}
#cinema1 #search-icon-mobile svg:hover .icon_lupe_griff{fill:none;stroke:#E84F3D !important;stroke-linecap:round;}
#cinema1 #search-icon-mobile.invert svg:hover .icon_lupe_griff{fill:none;stroke:#FFF !important;stroke-linecap:round;}

#cinema2 #nl-icon svg:hover .icon_newsletter_cuvert{fill:#00cdbe !important;stroke:#00cdbe !important;stroke-linecap:round;stroke-linejoin:round;}
#cinema2 #nl-icon svg:hover .icon_newsletter_lasche{fill:none !important;stroke:rgba(246,255,250,1) !important;stroke-linecap:round;stroke-linejoin:round;}
#cinema2 #login-icon svg:hover .icon_logIn_background{fill:#00cdbe !important}
#cinema2 #login-icon svg:hover .icon_logIn_outline{stroke:#00cdbe !important}
#cinema2 #login-icon svg:hover .icon_logIn_linien{stroke:rgba(246,255,250,1) !important}
#cinema2 #basket-icon svg:hover .icon_warenkorb{fill:#00cdbe !important;stroke:#00cdbe !important;stroke-linecap:round;stroke-linejoin:round;}
#cinema2 #basket-icon svg:hover .icon_warenkorb_henkel{fill:none !important;stroke:#00cdbe !important;}
#cinema2 #search-icon svg:hover .icon_lupe_glas{fill:none;stroke:#00cdbe !important;stroke-width:1;}
#cinema2 #search-icon.invert svg:hover .icon_lupe_glas{fill:none;stroke:#FFF !important;stroke-width:1;}
#cinema2 #search-icon svg:hover .icon_lupe_griff{fill:none;stroke:#00cdbe !important;stroke-linecap:round;}
#cinema2 #search-icon.invert svg:hover .icon_lupe_griff{fill:none;stroke:#FFF !important;stroke-linecap:round;}

#cinema2 #search-icon-mobile svg:hover .icon_lupe_glas{fill:none;stroke:#00cdbe !important;stroke-width:1;}
#cinema2 #search-icon-mobile.invert svg:hover .icon_lupe_glas{fill:none;stroke:#FFF !important;stroke-width:1;}
#cinema2 #search-icon-mobile svg:hover .icon_lupe_griff{fill:none;stroke:#00cdbe !important;stroke-linecap:round;}
#cinema2 #search-icon-mobile.invert svg:hover .icon_lupe_griff{fill:none;stroke:#FFF !important;stroke-linecap:round;}

#search-icon1 svg:hover .icon_lupe_glas{fill:none;stroke:#FFF !important;stroke-width:1;}
#search-icon1 svg:hover .icon_lupe_griff{fill:none;stroke:#FFF !important;stroke-linecap:round;}

.pdf-down {width:19px;height:19px;position:relative;}
.pdf-down .icon_download_line{fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
#cinema1 .pdf-down .icon_download_arr_middle,
#cinema1 .pdf-down .icon_download_container{stroke:#E94F3D}
#cinema1 .pdf-down .icon_download_arr_up{stroke:#E84F3D;}
#cinema1 .pdf-down .icon_download_arr_down{stroke:#fefcf4;}

#cinema2 .pdf-down .icon_download_arr_middle,
#cinema2 .pdf-down .icon_download_container{stroke:#00cdbe;}
#cinema2 .pdf-down .icon_download_arr_up{stroke:#00cdbe;}
#cinema2 .pdf-down .icon_download_arr_down{stroke:rgba(246,255,250,1);}

#cinema1 .pdf-down svg:hover .icon_download_arr_up{stroke:#fefcf4 !important;}
#cinema1 .pdf-down svg:hover .icon_download_arr_down{stroke:#E84F3D !important;}
#cinema2 .pdf-down svg:hover .icon_download_arr_up{stroke:rgba(246,255,250,1) !important;}
#cinema2 .pdf-down svg:hover .icon_download_arr_down{stroke:#00cdbe !important;}
.pdf-down:hover .bubble {
    display:block;
    cursor:pointer;
    visibility:visible;
    opacity:1;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.bubble {
    position: absolute;
    left:35px;
    width: 110px;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#FFF;
    font-size:11px;
    line-height:12px;
    text-align:center;
    top:-5px;
    visibility:hidden;
    opacity:0;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#cinema1 .bubble {
    background: #E84F3D;
}
#cinema2 .bubble {
    background: #00cdbe;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 10px;
}
#cinema1 .bubble:after {
    border-color: transparent #E84F3D;
}
#cinema2 .bubble:after {
    border-color: transparent #00cdbe;
}

#logo-fc .logo_film{fill:#E84F3D;}
#logo-fc .logo_casino{fill:#29211A;}
#logo-fh .filmhaus{fill:#00CDBE;}
.icon_lupe_glas{fill:none;stroke:#000;stroke-width:1;}
.icon_lupe_griff{fill:none;stroke:#000;stroke-linecap:round;}
#basket-icon.empty .icon_warenkorb{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke:#5F5F5F;}
#basket-icon.empty .icon_warenkorb_text{display:none}
#basket-icon.empty .icon_warenkorb_henkel{fill:none;stroke:#5F5F5F;}
.icon_warenkorb{fill:#000;stroke:#29211A;stroke-linecap:round;stroke-linejoin:round;}
.icon_warenkorb_text{font-family:'BrandonGrotesque-Medium';font-size:12px;text-align:center;fill:#fefcf4}
.icon_warenkorb_henkel{fill:none;stroke:#29211A;}
.icon_newsletter_cuvert{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}
.icon_newsletter_lasche{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}
.icon_logIn_background, .icon_line_hover_square{fill:none;}
.icon_logIn_outline, .icon_logIn_linien{fill:none;stroke:#000;stroke-linecap:round;}

.article-info.cinema1 .icon_karten_linie{fill:none;stroke:#E84F3D;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;}
.article-info.cinema1 .icon_karten_form{fill:none;stroke:#E84F3D;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;}
.article-info.cinema2 .icon_karten_linie{fill:none;stroke:#00cdbe;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;}
.article-info.cinema2 .icon_karten_form{fill:none;stroke:#00cdbe;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;}

.icon_telefon_linie{fill:none;stroke:black;stroke-linecap:round;stroke-linejoin:round;}
.icon_telefon_rahmen{fill:none;stroke:black;}

#cinema1 .icon_warenkorb_selected .icon_warenkorb,
#cinema1 .icon_newsletter_selected .icon_newsletter_cuvert {
    fill:#E84F3D;
    stroke:#E84F3D;
}
#cinema2 .icon_warenkorb_selected .icon_warenkorb,
#cinema2 .icon_newsletter_selected .icon_newsletter_cuvert {
    fill:#00cdbe;
    stroke:#00cdbe;
}
#cinema1 .icon_warenkorb_selected .icon_warenkorb_henkel {
    fill:none;
    stroke:#E84F3D;
}
#cinema2 .icon_warenkorb_selected .icon_warenkorb_henkel {
    fill:none;
    stroke:#00cdbe;
}
#cinema1 .icon_newsletter_selected .icon_newsletter_lasche {
    fill:none;
    stroke:#fefcf4;
}
#cinema2 .icon_newsletter_selected .icon_newsletter_lasche {
    fill:none;
    stroke:rgba(246,255,250,1);
}
#cinema1 .icon_login_selected .icon_logIn_background {
    fill:#E84F3D;
}
#cinema2 .icon_login_selected .icon_logIn_background {
    fill:#00cdbe;
}
#cinema1 .icon_login_selected .icon_logIn_outline {
    stroke:#E84F3D;
}
#cinema2 .icon_login_selected .icon_logIn_outline {
    stroke:#00cdbe;
}
#cinema1 .icon_login_selected .icon_logIn_linien {
    stroke:#fefcf4;
}
#cinema2 .icon_login_selected .icon_logIn_linien {
    stroke:rgba(246,255,250,1);
}
#menu-hauptmenue-mobile {
    display:none;
    width:30px;
    height:20px;
    position: absolute;
    right: 10px;
    top: -50px;
}
#menu-hauptmenue-mobile:hover {
    cursor:pointer;
}
#menu-hauptmenue-mobile svg {
    width:30px;
    height:20px;
}
#cinema1 #menu-hauptmenue-mobile svg {
    fill:#E84F3D;
}
#cinema2 #menu-hauptmenue-mobile svg {
    fill:#00cdbe;
}
#rule {
    width:100%;
    position:absolute;
}
#menu-wrapper {
    position:relative;
}
#tel-wrapper {
    position:absolute;
    right:10px;
    width:135px;
    height:31px;
    font-size:18px;
    line-height:20px;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    text-align:right;
    margin-top:6px;
    z-index:9998;
}
#cinema1 #tel-wrapper a.cinema2,
#cinema2 #tel-wrapper a.cinema1 {
    display:none !important;
}
#cinema1 #tel-wrapper a.cinema1 {
    display:block !important;
}
#cinema2 #tel-wrapper a.cinema2 {
    display:block !important;
}
#tel-wrapper a,
#tel-wrapper a:visited {
    color:#000;
    line-height:20px;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    text-decoration:none;
}
#tel-wrapper a:hover,
#tel-wrapper a:active {
    line-height:20px;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    text-decoration:none;
}
#cinema1 #tel-wrapper a:hover,
#cinema1 #tel-wrapper a:active {
    color:#E84F3D;
}
#cinema2 #tel-wrapper a:hover,
#cinema2 #tel-wrapper a:active {
    color:#00cdbe;
}
#tel-wrapper svg {
    width:19px;
    height:31px;
    float:left;
    margin-top:12px;
}
#cinema1 #tel-wrapper svg:hover .icon_telefon_linie,
#cinema1 #tel-wrapper svg:hover .icon_telefon_rahmen {
    stroke:#E84F3D;
}
#cinema2 #tel-wrapper svg:hover .icon_telefon_linie,
#cinema2 #tel-wrapper svg:hover .icon_telefon_rahmen {
    stroke:#00cdbe;
}
#menu-menu-wrapper {
    z-index:9997;
    position:relative;
    width:100%;
    left:0;
}
#menu-menu-wrapper.is-sticky #menu {
    min-height:84px;
}
.is-sticky > * {
    -webkit-transform: translateZ(0);
}
#menu {
    min-height:64px;
    margin:0;
    padding:0;
    padding-bottom:20px;
}
#cinema1 #menu {
    background:#fefcf4;
}
#cinema2 #menu {
    background:rgba(246,255,250,1);
}
#canvas.heute #menu,
#canvas.program #menu,
#canvas.spielplan #menu {
    padding-bottom:0;
}
#menu .menu-hauptmenue-container {
    position:relative;
}
#menu .menu-hauptmenue-container ul {
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    margin-left:10px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 1;
    max-width:100%;
}
#menu .menu-hauptmenue-container ul ul {
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    left:0;
    width:100%;
    height:auto;
    padding-top:10px;
}
#menu .menu-hauptmenue-container ul li ul {
    visibility:hidden;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    opacity:0;
}
#cinema1 #menu .menu-hauptmenue-container ul li ul {
    background:#fefcf4;
}
#cinema2 #menu .menu-hauptmenue-container ul li ul {
    background:rgba(246,255,250,1);
}
#menu .menu-hauptmenue-container ul li.current-menu-ancestor ul,
#menu .menu-hauptmenue-container ul li.current-menu-parent ul,
#menu .menu-hauptmenue-container ul li.current_page_parent ul,
#menu .menu-hauptmenue-container ul li.current_page_ancestor ul {
    display:block;
}
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor a:active {
    color:#E84F3D;
}
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor a:active {
    color:#00cdbe;
}
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-item ul li a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-item ul li a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_item ul li a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_item ul li a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-item ul li a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-item ul li a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_item ul li a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_item ul li a:visited {
    color:#000;
}
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-item ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-item ul li a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_item ul li a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_item ul li a:active {
    color:#E84F3D;
}
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-item ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-item ul li a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_item ul li a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_item ul li a:active {
    color:#00cdbe;
}
#menu .menu-hauptmenue-container ul li {
    display:inline-block;
    font-size:18px;
    line-height:22px;
    margin-right:66px;
    text-transform:uppercase;
    letter-spacing:1;
    font-weight:700;
    margin-top:23px;
    padding:0;
    margin-left:0;
}
#menu .menu-hauptmenue-container ul li:last-child {
    margin-right:0;
}
#menu .menu-hauptmenue-container ul li:hover ul,
#menu .menu-hauptmenue-container ul li.current-menu-ancestor:hover ul,
#menu .menu-hauptmenue-container ul li.current-menu-item:hover ul,
#menu .menu-hauptmenue-container ul li.current_page_item:hover ul {
    visibility:visible;
    opacity:1;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    position:absolute;
    z-index:9999;
}
#menu .menu-hauptmenue-container ul li ul li,
#menu .menu-submenue-container ul li {
    margin-top:0;
    padding-top:0;
}
#canvas.spielplan #menu .menu-submenue-container ul li,
#canvas.preview #menu .menu-submenue-container ul li {
    padding-top: 7px;
}
#canvas.special #menu .menu-submenue-container ul li {
    margin-top:0;
    padding-top:0;
}
#canvas.special #menu .menu-submenue-container ul li:first-child {
    display:none;
}
#canvas.special #menu .menu-submenue-container.program ul li,
#menu .menu-submenue-container.program ul li {
    margin-top:0;
    padding-top:7px;
}
#canvas.preview #menu .menu-submenue-container.program ul li,
#canvas.program.preview #menu .menu-submenue-container.program ul li,
#canvas.program #menu .menu-submenue-container.program ul li {
    padding-top:7px;
}
#menu .menu-submenue-container.program ul li.sp,
#menu .menu-submenue-container.spielplan ul li.sp {
    padding-left:50px;
}
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-item a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_item a:active {
    color:#E84F3D;
}
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-item a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_item a:active {
    color:#00cdbe;
}
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current_page_item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current_page_item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current_page_item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current_page_item a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current-menu-item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current-menu-item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current-menu-item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current-menu-item a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current_page_item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current_page_item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current_page_item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current_page_item a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current-menu-item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current-menu-item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current-menu-item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current-menu-item a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current_page_item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current_page_item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current_page_item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current_page_item a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current-menu-item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current-menu-item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current-menu-item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current-menu-item a:active,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current_page_item a,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current_page_item a:hover,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current_page_item a:visited,
#cinema1 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current_page_item a:active {
    color:#E84F3D;
}
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current_page_item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current_page_item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current_page_item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current_page_item a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current-menu-item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current-menu-item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current-menu-item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current-menu-item a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current_page_item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current_page_item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current_page_item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current-menu-parent ul li.current_page_item a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current-menu-item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current-menu-item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current-menu-item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current-menu-item a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current_page_item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current_page_item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current_page_item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_parent ul li.current_page_item a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current-menu-item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current-menu-item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current-menu-item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current-menu-item a:active,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current_page_item a,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current_page_item a:hover,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current_page_item a:visited,
#cinema2 #menu .menu-hauptmenue-container ul li.current_page_ancestor ul li.current_page_item a:active {
    color:#00cdbe;
}
#menu .menu-hauptmenue-container ul li a,
#menu .menu-hauptmenue-container ul li a:visited,
#menu .menu-hauptmenue-container ul li a:active {
    display:inline-block;
    font-size:18px;
    line-height:22px;
    text-transform:uppercase;
    letter-spacing:1;
    font-weight:700;
    padding:0;
    margin:0;
    text-decoration:none;
    color:#000;
}
#menu .menu-hauptmenue-container ul li a:hover {
    display:inline-block;
    font-size:18px;
    line-height:22px;
    text-transform:uppercase;
    letter-spacing:1;
    font-weight:700;
    padding:0;
    margin:0;
    text-decoration:none;
}
#cinema1 #menu .menu-hauptmenue-container ul li a:hover {
    color:#E84F3D;
}
#cinema2 #menu .menu-hauptmenue-container ul li a:hover {
    color:#00cdbe;
}
#menu .menu-hauptmenue-container ul li.current_page_ancestor ul,
#menu .menu-hauptmenue-container ul li.current_page_parent ul,
#menu .menu-hauptmenue-container ul li.current-menu-parent ul,
#menu .menu-hauptmenue-container ul li.current-menu-ancestor ul {
    visibility:visible;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    opacity:1;
}
#menu .menu-hauptmenue-container ul li.program ul {
    visibility:visible !important;
    opacity: 1 !important;
}
#canvas.program #menu .menu-submenue-container ul li.today {
    display:inline-block;
    width:222px;
}
#menu .menu-submenue-container ul li.today,
#canvas.preview #menu .menu-submenue-container ul li.today  {
    display:none;
}
#menu .menu-hauptmenue-container ul li a.greyed,
#menu .menu-hauptmenue-container ul li a.greyed:visited,
#menu .menu-hauptmenue-container ul li a.greyed:active {
    color:#c6c6c6;
}
#cinema1 #menu .menu-hauptmenue-container ul li a.greyed:hover {
    color:#E84F3D;
}
#cinema2 #menu .menu-hauptmenue-container ul li a.greyed:hover {
    color:#00cdbe;
}
#cinema1 #menu #logo-fh-small {
    display:none;
}
#cinema2 #menu #logo-fc-small {
    display:none;
}
#menu #logo-fc-small {
    position:absolute;
    margin:14px 0 0 0;
    padding:0;
    float:left;
    height:36px;
    width:113px;
    margin-right:0px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    left: -141px;    
    opacity: 0;
}
#menu #logo-fh-small {
    position:absolute;
    margin:14px 0 0 0;
    padding:0;
    float:left;
    height:36px;
    width:113px;
    margin-right:0px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    left: -141px;    
    opacity: 0;
}
#menu #logo-fc-small svg {
    width:100%;
}
#menu #logo-fh-small svg {
    height:100%;
}
#canvas.program .menu-submenue-container.program {
    position:relative;
    visibility:visible;
    opacity:1;
}
.menu-submenue-container.special {
    position:relative;
}
.menu-submenue-container.program ul {
    visibility:hidden;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    opacity:0;
}
#canvas.program .menu-submenue-container.program ul,
#canvas.single .menu-submenue-container.program ul {
    visibility:visible;
    opacity:1;
}
#canvas.single.noprogram .menu-submenue-container.program ul {
    visibility:hidden;
    opacity:0;
}
#canvas.spielplan .menu-hauptmenue-container ul li a,
#canvas.special .menu-hauptmenue-container ul li a,
#canvas.spielplan .menu-hauptmenue-container ul li a:visited,
#canvas.special .menu-hauptmenue-container ul li a:visited {
    color:#c6c6c6;
}
#canvas.special footer .menu-hauptmenue-container ul li a,
#canvas.special footer .menu-hauptmenue-container ul li a:visited,
#canvas.spielplan footer .menu-hauptmenue-container ul li a,
#canvas.spielplan footer .menu-hauptmenue-container ul li a:visited,
#canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a,
#canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a:visited,
#canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a,
#canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a:visited {
    color:#000;
}
#cinema1 #canvas.spielplan .menu-hauptmenue-container ul li.current-menu-item a,
#cinema1 #canvas.special .menu-hauptmenue-container ul li.current-menu-item a,
#cinema1 #canvas.spielplan .menu-hauptmenue-container ul li.current-menu-item a:visited,
#cinema1 #canvas.special .menu-hauptmenue-container ul li.current-menu-item a:visited {
    color:#e84f3d;
}
#cinema1 #canvas.spielplan .menu-hauptmenue-container ul li a:hover,
#cinema1 #canvas.special .menu-hauptmenue-container ul li a:hover,
#cinema1 #canvas.spielplan .menu-hauptmenue-container ul li a:active,
#cinema1 #canvas.special .menu-hauptmenue-container ul li a:active {
    color:#e84f3d;
}
#cinema1 #canvas.special footer .menu-hauptmenue-container ul li a,
#cinema1 #canvas.special footer .menu-hauptmenue-container ul li a:visited,
#cinema1 #canvas.spielplan footer .menu-hauptmenue-container ul li a,
#cinema1 #canvas.spielplan footer .menu-hauptmenue-container ul li a:visited,
#cinema1 #canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a,
#cinema1 #canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a:visited,
#cinema1 #canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a,
#cinema1 #canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a:visited {
    color:#000;
}
#cinema1 #canvas.special footer .menu-hauptmenue-container ul li a:hover,
#cinema1 #canvas.special footer .menu-hauptmenue-container ul li a:active,
#cinema1 #canvas.spielplan footer .menu-hauptmenue-container ul li a:hover,
#cinema1 #canvas.spielplan footer .menu-hauptmenue-container ul li a:active,
#cinema1 #canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a:hover,
#cinema1 #canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a:active,
#cinema1 #canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a:hover,
#cinema1 #canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a:active {
    color:#e84f3d;
}
#cinema2 #canvas.spielplan .menu-hauptmenue-container ul li.current-menu-item a,
#cinema2 #canvas.special .menu-hauptmenue-container ul li.current-menu-item a,
#cinema2 #canvas.spielplan .menu-hauptmenue-container ul li.current-menu-item a:visited,
#cinema2 #canvas.special .menu-hauptmenue-container ul li.current-menu-item a:visited {
    color:#00cdbe;
}
#cinema2 #canvas.spielplan .menu-hauptmenue-container ul li a:hover,
#cinema2 #canvas.special .menu-hauptmenue-container ul li a:hover,
#cinema2 #canvas.spielplan .menu-hauptmenue-container ul li a:active,
#cinema2 #canvas.special .menu-hauptmenue-container ul li a:active {
    color:#00cdbe;
}
#cinema2 #canvas.special footer .menu-hauptmenue-container ul li a,
#cinema2 #canvas.special footer .menu-hauptmenue-container ul li a:visited,
#cinema2 #canvas.spielplan footer .menu-hauptmenue-container ul li a,
#cinema2 #canvas.spielplan footer .menu-hauptmenue-container ul li a:visited,
#cinema2 #canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a,
#cinema2 #canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a:visited,
#cinema2 #canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a,
#cinema2 #canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a:visited {
    color:#000;
}
#cinema2 #canvas.special footer .menu-hauptmenue-container ul li a:hover,
#cinema2 #canvas.special footer .menu-hauptmenue-container ul li a:active,
#cinema2 #canvas.spielplan footer .menu-hauptmenue-container ul li a:hover,
#cinema2 #canvas.spielplan footer .menu-hauptmenue-container ul li a:active,
#cinema2 #canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a:hover,
#cinema2 #canvas.special footer .menu-hauptmenue-container ul li.current-menu-item a:active,
#cinema2 #canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a:hover,
#cinema2 #canvas.spielplan footer .menu-hauptmenue-container ul li.current-menu-item a:active {
    color:#00cdbe;
}
#canvas.spielplan .menu-hauptmenue-container ul li ul li a,
#canvas.special .menu-hauptmenue-container ul li ul li a,
#canvas.spielplan .menu-hauptmenue-container ul li ul li a:visited,
#canvas.special .menu-hauptmenue-container ul li ul li a:visited {
    color:#000;
}
#cinema1 #canvas.spielplan .menu-hauptmenue-container ul li ul li a:hover,
#cinema1 #canvas.special .menu-hauptmenue-container ul li ul li a:hover,
#cinema1 #canvas.spielplan .menu-hauptmenue-container ul li ul li a:active,
#cinema1 #canvas.special .menu-hauptmenue-container ul li ul li a:active {
    color:#e84f3d;
}
#cinema2 #canvas.spielplan .menu-hauptmenue-container ul li ul li a:hover,
#cinema2 #canvas.special .menu-hauptmenue-container ul li ul li a:hover,
#cinema2 #canvas.spielplan .menu-hauptmenue-container ul li ul li a:active,
#cinema2 #canvas.special .menu-hauptmenue-container ul li ul li a:active {
    color:#00cdbe;
}
.menu-submenue-container.spielplan ul {
    visibility:visible;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    opacity:1;
}
.menu-submenue-container.special ul {
    list-style:none;
    padding:0;
    margin-right:145px;
    padding-top:7px;
    margin-top:0;
    margin-bottom:0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 1;
    margin-left:10px;
}
.menu-submenue-container.program ul,
.menu-submenue-container.spielplan ul {
    list-style:none;
    padding:0;
    max-width:100%;
    padding-top:0;
    margin-bottom:0;
    margin-top:0;
    margin-left:10px;
    padding-bottom:20px;
    position:relative;
}
#canvas.special .menu-submenue-container.program ul {
    position:absolute;
}
.menu-submenue-container.special ul li {
    display:inline-block;
    padding-right:50px;
}
.menu-submenue-container.program ul li,
.menu-submenue-container.spielplan ul li {
    display:inline-block;
    padding-right:0;
}
.menu-submenue-container.special ul li:last-child,
.menu-submenue-container.program ul li:last-child,
.menu-submenue-container.spielplan ul li:last-child {
    padding-right:0;
}
.menu-submenue-container.program ul li:last-child,
.menu-submenue-container.spielplan ul li:last-child {
    padding-left:50px;
}
.menu-submenue-container.special ul li a,
.menu-submenue-container.special ul li a:visited,
.menu-submenue-container.program ul li a,
.menu-submenue-container.program ul li a:visited,
.menu-submenue-container.spielplan ul li a,
.menu-submenue-container.spielplan ul li a:visited {
    display:inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    color:#000;
}
#cinema1 .menu-submenue-container.special ul li.current-menu-item a,
#cinema1 .menu-submenue-container.special ul li.current-menu-item a:visited,
#cinema1 .menu-submenue-container.program ul li.current-menu-item a,
#cinema1 .menu-submenue-container.program ul li.current-menu-item a:visited,
#cinema1 .menu-submenue-container.spielplan ul li.current-menu-item a,
#cinema1 .menu-submenue-container.spielplan ul li.current-menu-item a:visited {
    color:#e84f3d;
}
#cinema2 .menu-submenue-container.special ul li.current-menu-item a,
#cinema2 .menu-submenue-container.special ul li.current-menu-item a:visited,
#cinema2 .menu-submenue-container.program ul li.current-menu-item a,
#cinema2 .menu-submenue-container.program ul li.current-menu-item a:visited,
#cinema2 .menu-submenue-container.spielplan ul li.current-menu-item a,
#cinema2 .menu-submenue-container.spielplan ul li.current-menu-item a:visited {
    color:#00cdbe;
}
.menu-submenue-container.special ul li a:hover,
.menu-submenue-container.special ul li a:active,
.menu-submenue-container.program ul li a:hover,
.menu-submenue-container.program ul li a:active,
.menu-submenue-container.spielplan ul li a:hover,
.menu-submenue-container.spielplan ul li a:active {
    display:inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}
#cinema1 .menu-submenue-container.special ul li a:hover,
#cinema1 .menu-submenue-container.special ul li a:active,
#cinema1 .menu-submenue-container.program ul li a:hover,
#cinema1 .menu-submenue-container.program ul li a:active,
#cinema1 .menu-submenue-container.spielplan ul li a:hover,
#cinema1 .menu-submenue-container.spielplan ul li a:active {
    color:#e84f3d;
}
#cinema2 .menu-submenue-container.special ul li a:hover,
#cinema2 .menu-submenue-container.special ul li a:active,
#cinema2 .menu-submenue-container.program ul li a:hover,
#cinema2 .menu-submenue-container.program ul li a:active,
#cinema2 .menu-submenue-container.spielplan ul li a:hover,
#cinema2 .menu-submenue-container.spielplan ul li a:active {
    color:#00cdbe;
}
.menu-submenue-container.spielplan ul li:nth-child(2),
.menu-submenue-container.program ul li:nth-child(2) {
    padding-right:0;
}
.menu-submenue-container.spielplan ul li.week1 a,
.menu-submenue-container.spielplan ul li.week1,
.menu-submenue-container.program ul li.week1 a,
.menu-submenue-container.program ul li.week1 {
    padding-right:5px;
}
.menu-submenue-container.spielplan ul li.week1,
.menu-submenue-container.program ul li.week1 {
    padding-left:14px;
}
.menu-submenue-container.spielplan ul li.week2,
.menu-submenue-container.program ul li.week2 {
    padding-right:0;
}
.menu-submenue-container.spielplan ul li.week1 .divider,
.menu-submenue-container.program ul li.week1 .divider {
    position:relative;
    top:-3px;
}
.menu-submenue-container.spielplan ul li.current-menu-item.week1 a,
.menu-submenue-container.spielplan ul li.current-menu-item.week1 a:hover,
.menu-submenue-container.spielplan ul li.current-menu-item.week1 a:visited,
.menu-submenue-container.spielplan ul li.current-menu-item.week1 a:active,
.menu-submenue-container.spielplan ul li.week1 a,
.menu-submenue-container.spielplan ul li.week1 a:hover,
.menu-submenue-container.spielplan ul li.week1 a:visited,
.menu-submenue-container.spielplan ul li.week1 a:active,
.menu-submenue-container.spielplan ul li.current-menu-item.week2 a,
.menu-submenue-container.spielplan ul li.current-menu-item.week2 a:hover,
.menu-submenue-container.spielplan ul li.current-menu-item.week2 a:visited,
.menu-submenue-container.spielplan ul li.current-menu-item.week2 a:active,
.menu-submenue-container.spielplan ul li.week2 a,
.menu-submenue-container.spielplan ul li.week2 a:hover,
.menu-submenue-container.spielplan ul li.week2 a:visited,
.menu-submenue-container.spielplan ul li.week2 a:active,
.menu-submenue-container.program ul li.current-menu-item.week1 a,
.menu-submenue-container.program ul li.current-menu-item.week1 a:hover,
.menu-submenue-container.program ul li.current-menu-item.week1 a:visited,
.menu-submenue-container.program ul li.current-menu-item.week1 a:active,
.menu-submenue-container.program ul li.week1 a,
.menu-submenue-container.program ul li.week1 a:hover,
.menu-submenue-container.program ul li.week1 a:visited,
.menu-submenue-container.program ul li.week1 a:active,
.menu-submenue-container.program ul li.current-menu-item.week2 a,
.menu-submenue-container.program ul li.current-menu-item.week2 a:hover,
.menu-submenue-container.program ul li.current-menu-item.week2 a:visited,
.menu-submenue-container.program ul li.current-menu-item.week2 a:active,
.menu-submenue-container.program ul li.week2 a,
.menu-submenue-container.program ul li.week2 a:hover,
.menu-submenue-container.program ul li.week2 a:visited,
.menu-submenue-container.program ul li.week2 a:active {
    font-weight:400;
}
footer .menu-hauptmenue-container ul {
    margin:0;
    padding:0;
}
footer .menu-hauptmenue-container ul li {
    list-style:none;
}
footer .menu-hauptmenue-container ul li ul {
    display:none;
}
#additional-menu-mobile {
    display:none;
}
#additional-menu-mobile ul {
    list-style:none;
    margin-left:10px;
    margin-right:10px;
    margin-top:8px;
    padding:0;
    border-top:1px solid #E84F3D;
    border-bottom:1px solid #E84F3D;
}
#additional-menu-mobile ul li {
    display:inline-block;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1;
    font-weight: 700;
    margin-top:8px;
    margin-bottom:8px;
    padding: 0;
    margin-left: 0;
}
#additional-menu-mobile a,
#additional-menu-mobile a:visited {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color:#000;
    text-decoration:none;
    font-weight:700;
}
#additional-menu-mobile a:hover,
#additional-menu-mobile a:active {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color:#E84F3D;
    text-decoration:none;
    font-weight:700;
}
#kino-filter {
    margin-bottom:21px;
    margin-top:6px;
    padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
#kino-filter #kino-label-wrapper {
    display:flex;
	justify-content:center;
}
#canvas.program #kino-filter {
    padding-bottom:0;
}
#cinema1 #kino-filter p.fc {
    display:block;
}
#cinema2 #kino-filter p.fh {
    display:block;
}
#cinema1 #kino-filter p.fh {
    display:none;
}
#cinema2 #kino-filter p.fc {
    display:none;
}
#kino-filter h1 {
    font-size:36px;
    padding-top:20px;
    margin-bottom:20px;
    line-height:36px;
    margin-top:0;
}
#kino-filter p {
    font-size:20px;
    margin-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    line-height:24px;
}
#kino-filter p a {
    text-decoration:none;
    font-weight:700;
}
#kino-filter p a.fc-kontakt-link,
#kino-filter p a.fc-kontakt-link:visited {
    color:#E84F3D;
}
#kino-filter p a.fh-kontakt-link,
#kino-filter p a.fh-kontakt-link:visited {
    color:#00cdbe;
}
#kino-filter p a.fc-kontakt-link:hover,
#kino-filter p a.fc-kontakt-link:active,
#kino-filter p a.fh-kontakt-link:hover,
#kino-filter p a.fh-kontakt-link:active {
    color:#000;
}
#kino-filter #check-fc:hover,
#kino-filter #check-fh:hover {
    cursor:pointer;
    color:#000;
}
#kino-filter label {
    text-transform:uppercase;
    color:rgba(215,215,215,1);
    font-family:brandon-grotesque, sans-serif;
    font-weight:700;
    font-size:18px;
    line-height:22px;
    position:relative;
    display:inline-block;
}
#kino-filter .kino-label {
    text-transform:none;
    font-family:brandon-grotesque, sans-serif;
    font-weight:700;
    font-size:20px;
    line-height:20px;
    position:relative;
    display:inline-block;
	text-align: left;
	text-indent: 70px;
}
#kino-filter .kino-label + span {
    text-transform:none;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-size:14px;
    line-height:14px;
    position:relative;
    display:block;
	text-indent: 70px;
	text-align: left;
}
#kino-filter input[type='checkbox'] {
    background:none;
    opacity:0;
}
#kino-filter label#check-fc.sel-cin {
    width: 262px;
	height: 42px;
	background-color: rgb(232,79,61);
	border-radius: 4px;
	padding: 3px;
	display: flex;
	flex-direction: column;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17.5px' height='17.5px' viewBox='0 0 17.5 17.5' enable-background='new 0 0 17.5 17.5' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='0.5,7.75 6.465,17 17,0.5 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
#kino-filter label#check-fc {
    width: 262px;
	height: 42px;
	background-color: transparent;
	border-radius: 4px;
	padding: 3px;
	display: flex;
	flex-direction: column;
	background-image: none;
	border:1px solid rgb(232,79,61);
	box-sizing:border-box;
}
#kino-filter label#check-fc .kino-label,
#kino-filter label#check-fc .kino-label + span {
    color:rgb(232,79,61);
}
#kino-filter label#check-fh .kino-label,
#kino-filter label#check-fh .kino-label + span {
    color:#00cdbe;
}

#kino-filter label#check-fc.sel-cin .kino-label,
#kino-filter label#check-fc.sel-cin .kino-label + span,
#kino-filter label#check-fh.sel-cin .kino-label,
#kino-filter label#check-fh.sel-cin .kino-label + span {
    color:#fff;
}
#kino-filter label#check-fh.sel-cin {
    margin-left: 20px;
	width: 262px;
	height: 42px;
	background-color: #00cdbe;
	border-radius: 4px;
	padding: 3px;
	display: flex;
	flex-direction: column;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17.5px' height='17.5px' viewBox='0 0 17.5 17.5' enable-background='new 0 0 17.5 17.5' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='0.5,7.75 6.465,17 17,0.5 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
#kino-filter label#check-fh {
    margin-left: 20px;
	width: 262px;
	height: 42px;
	background-color: transparent;
	border-radius: 4px;
	padding: 3px;
	display: flex;
	flex-direction: column;
	background-image:none;
	border:1px solid #00cdbe;
	box-sizing:border-box;
}
@media (hover: hover) and (pointer: fine) {
#kino-filter label#check-fc:hover,
#kino-filter label#check-fc:active {
    width: 262px;
	height: 42px;
	background-color: #fff;
	border-radius: 4px;
	padding: 3px;
	display: flex;
	flex-direction: column;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 14px 12px;
	border:1px solid rgb(232,79,61);
}
#kino-filter label#check-fc.sel-cin:hover {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17.5px' height='17.5px' viewBox='0 0 17.5 17.5' enable-background='new 0 0 17.5 17.5' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='rgb(232,79,61)' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='0.5,7.75 6.465,17 17,0.5 '/%3E%3C/svg%3E");
}
#kino-filter label#check-fh.sel-cin:hover {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17.5px' height='17.5px' viewBox='0 0 17.5 17.5' enable-background='new 0 0 17.5 17.5' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='rgb(0,160,147)' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='0.5,7.75 6.465,17 17,0.5 '/%3E%3C/svg%3E");
}
#kino-filter label#check-fc:hover .kino-label,
#kino-filter label#check-fc:hover .kino-label + span,
#kino-filter label#check-fc.sel-cin:hover .kino-label,
#kino-filter label#check-fc.sel-cin:hover .kino-label + span,
#kino-filter label#check-fc:active .kino-label,
#kino-filter label#check-fc:active .kino-label + span,
#kino-filter label#check-fc.sel-cin:active .kino-label,
#kino-filter label#check-fc.sel-cin:active .kino-label + span {
    color:rgb(232,79,61);
}
#kino-filter label#check-fh:hover .kino-label,
#kino-filter label#check-fh:hover .kino-label + span,
#kino-filter label#check-fh.sel-cin:hover .kino-label,
#kino-filter label#check-fh.sel-cin:hover .kino-label + span,
#kino-filter label#check-fh:active .kino-label,
#kino-filter label#check-fh:active .kino-label + span,
#kino-filter label#check-fh.sel-cin:active .kino-label,
#kino-filter label#check-fh.sel-cin:active .kino-label + span {
    color:#00cdbe;
}
#kino-filter label#check-fh:hover,
#kino-filter label#check-fh:active {
    width: 262px;
	height: 42px;
	background-color: #fff;
	border-radius: 4px;
	padding: 3px;
	display: flex;
	flex-direction: column;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 14px 12px;
	border:1px solid #00cdbe;
}
}
#kino-filter input[type='checkbox'] + span {
    display:none;
}
#kino-filter input[type='checkbox'] {
    display:none;
}
#content {
    height:auto;
    margin:0;
    letter-spacing:0.05em;
    text-rendering:optimizeLegibility;
}
#content .article-wrapper .article-content img {
    width:592px;
    height:auto;
}
#content .article-wrapper .article-content a.popup-click img {
    width: 100%;
    height:100%;
}
#canvas.preview #content .article-wrapper .article-content img {
    width:388px;
    height:auto;
}
#content .article-wrapper {
    max-width:592px;
    float:left;
    margin-bottom:62px;
    padding:10px;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#content .article-wrapper.spacer {
    width:388px;
    margin-bottom:0;
}
#content .article-wrapper a,
#content .article-wrapper a:hover,
#content .article-wrapper a:visited,
#content .article-wrapper a:active {
    text-decoration:none;
}
#canvas.program.preview #content .article-wrapper {
    max-width:388px;
    float:left;
    padding:10px 0 10px 0;
}
#content .article-wrapper:hover {
    visibility:visible;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    opacity:1;
}
#cinema1 #content .article-wrapper.cinema1:hover,
#cinema1 #content .article-wrapper.cinema1.cinema2:hover,
#cinema2 #content .article-wrapper.cinema1:hover {
    background:#E84F3D;
}
#cinema1 #content .article-wrapper.cinema2:hover,
#cinema2 #content .article-wrapper.cinema1.cinema2:hover,
#cinema2 #content .article-wrapper.cinema2:hover {
    background:#00cdbe;
}
#canvas.twocol #content .article-wrapper aside {
    display:none;
}
#canvas.spielplan #content .sp-resp {
    display:none;
}
#cinema1 #canvas.program #content .article-wrapper:hover,
#cinema1 #canvas.spielplan #content .article-wrapper:hover,
#cinema1 #canvas.twocol #content .date-wrapper .article-wrapper:hover,
#cinema2 #canvas.program #content .article-wrapper:hover,
#cinema2 #canvas.spielplan #content .article-wrapper:hover,
#cinema2 #canvas.twocol #content .date-wrapper .article-wrapper:hover {
    background:none;
}
#content .article-wrapper.feature:hover,
#canvas.twocol #content .article-wrapper:hover {
    background:none;
}
#content .article-wrapper:hover h1 a,
#content .article-wrapper:hover h1 a:hover,
#content .article-wrapper:hover h1 a:visited,
#content .article-wrapper:hover h1 a:active,
#content .article-wrapper:hover h2,
#content .article-wrapper:hover h2 a:hover,
#content .article-wrapper:hover h2 a:visited,
#content .article-wrapper:hover h2 a:active,
#content .article-wrapper.single:hover h1 a,
#content .article-wrapper.single:hover h1 a:hover,
#content .article-wrapper.single:hover h1 a:visited,
#content .article-wrapper.single:hover h1 a:active {
    color:#FFF;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#content .article-wrapper.feature:hover h1 a,
#content .article-wrapper.feature:hover h1 a:hover,
#content .article-wrapper.feature:hover h1 a:visited,
#content .article-wrapper.feature:hover h1 a:active {
    color:#000;
}
#content .article-wrapper:hover a h1,
#content .article-wrapper:hover a:hover h1,
#content .article-wrapper:hover a:visited h1,
#content .article-wrapper:hover a:active h1,
#content .article-wrapper:hover h2,
#content .article-wrapper:hover a:hover h2,
#content .article-wrapper:hover a:visited h2,
#content .article-wrapper:hover a:active h2,
#content .article-wrapper.single:hover a h1,
#content .article-wrapper.single:hover a:hover h1,
#content .article-wrapper.single:hover a:visited h1,
#content .article-wrapper.single:hover a:active h1 {
    color:#FFF;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#content .article-wrapper.feature:hover a h1,
#content .article-wrapper.feature:hover a:hover h1,
#content .article-wrapper.feature:hover a:visited h1,
#content .article-wrapper.feature:hover a:active h1 {
    color:#000;
}
#content .article-wrapper:hover p,
#content .article-wrapper.single:hover p {
    color:#000;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#content .article-wrapper:hover .article-info .tickets,
#content .article-wrapper:hover .article-info .tickets a,
#content .article-wrapper:hover .article-info .tickets a:visited {
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#content .article-wrapper:hover .article-info.cinema1 .tickets,
#content .article-wrapper:hover .article-info.cinema1 .tickets a,
#content .article-wrapper:hover .article-info.cinema1 .tickets a:visited {
    color:#FFF;
}
#content .article-wrapper:hover .article-info.cinema2 .tickets,
#content .article-wrapper:hover .article-info.cinema2 .tickets a,
#content .article-wrapper:hover .article-info.cinema2 .tickets a:visited {
    color:#FFF;
}
#cinema1 #canvas.program #content .article-wrapper:hover .article-info .tickets {
    color:#e84f3d;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema2 #canvas.program #content .article-wrapper:hover .article-info .tickets {
    color:#00cdbe;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper:hover h2,
#cinema1 #canvas.spielplan.single #content .article-wrapper:hover h2 a,
#cinema1 #canvas.spielplan.single #content .article-wrapper:hover h2 a:hover,
#cinema1 #canvas.spielplan.single #content .article-wrapper:hover h2 a:visited,
#cinema1 #canvas.spielplan.single #content .article-wrapper:hover h2 a:active {
    color:#e84f3d;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper:hover h2,
#cinema2 #canvas.spielplan.single #content .article-wrapper:hover h2 a,
#cinema2 #canvas.spielplan.single #content .article-wrapper:hover h2 a:hover,
#cinema2 #canvas.spielplan.single #content .article-wrapper:hover h2 a:visited,
#cinema2 #canvas.spielplan.single #content .article-wrapper:hover h2 a:active {
    color:#00cdbe;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema1 #content .article-wrapper.cinema1:hover .article-info .icon-tickets .icon_karten_linie,
#cinema1 #content .article-wrapper.cinema1:hover .article-info .icon-tickets .icon_karten_form,
#cinema1 #content .article-wrapper.cinema1:hover .article-info .icon-tickets .icon_karten_linie,
#cinema1 #content .article-wrapper.cinema1:hover .article-info .icon-tickets .icon_karten_form,
#cinema2 #content .article-wrapper.cinema1:hover .article-info .icon-tickets .icon_karten_linie,
#cinema2 #content .article-wrapper.cinema1:hover .article-info .icon-tickets .icon_karten_form,
#cinema1 #content .article-wrapper.cinema1.cinema2:hover .article-info .icon-tickets .icon_karten_linie,
#cinema1 #content .article-wrapper.cinema1.cinema2:hover .article-info .icon-tickets .icon_karten_form,
#cinema1 #canvas.twocol.special #content .article-wrapper.cinema1.cinema2:hover .article-info.cinema1 .icon-tickets .icon_karten_linie,
#cinema1 #canvas.twocol.special #content .article-wrapper.cinema1.cinema2:hover .article-info.cinema1 .icon-tickets .icon_karten_form,
#cinema2 #canvas.twocol.special #content .article-wrapper.cinema1.cinema2:hover .article-info.cinema1 .icon-tickets .icon_karten_linie,
#cinema2 #canvas.twocol.special #content .article-wrapper.cinema1.cinema2:hover .article-info.cinema1 .icon-tickets .icon_karten_form {
    stroke:#e84f3d;
    fill:#fefcf4;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema2 #content .article-wrapper.cinema2:hover .article-info .icon-tickets .icon_karten_linie,
#cinema2 #content .article-wrapper.cinema2:hover .article-info .icon-tickets .icon_karten_form,
#cinema2 #content .article-wrapper.cinema2:hover .article-info .icon-tickets .icon_karten_linie,
#cinema2 #content .article-wrapper.cinema2:hover .article-info .icon-tickets .icon_karten_form,
#cinema1 #content .article-wrapper.cinema2:hover .article-info .icon-tickets .icon_karten_linie,
#cinema1 #content .article-wrapper.cinema2:hover .article-info .icon-tickets .icon_karten_form,
#cinema2 #content .article-wrapper.cinema1.cinema2:hover .article-info .icon-tickets .icon_karten_linie,
#cinema2 #content .article-wrapper.cinema1.cinema2:hover .article-info .icon-tickets .icon_karten_form,
#cinema2 #canvas.twocol.special #content .article-wrapper.cinema1.cinema2:hover .article-info.cinema2 .icon-tickets .icon_karten_linie,
#cinema2 #canvas.twocol.special #content .article-wrapper.cinema1.cinema2:hover .article-info.cinema2 .icon-tickets .icon_karten_form,
#cinema1 #canvas.twocol.special #content .article-wrapper.cinema1.cinema2:hover .article-info.cinema2 .icon-tickets .icon_karten_linie,
#cinema1 #canvas.twocol.special #content .article-wrapper.cinema1.cinema2:hover .article-info.cinema2 .icon-tickets .icon_karten_form {
    stroke:#00cdbe;
    fill:rgba(246,255,250,1);
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#content .article-wrapper:hover .article-info:last-of-type {
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#canvas.spielplan.single #content .article-wrapper:hover .article-info:last-of-type {
    border-bottom:1px solid #e84f3d;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#canvas.spielplan.single #content .article-wrapper:hover .article-info:last-of-type {
    border-bottom:1px solid #e84f3d;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#content .article-wrapper:hover .article-info {
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.last-visible,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.last-visible,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.last-visible,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1:hover .article-info.last-visible,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2:hover .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1:hover .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2:hover .article-info.last-visible,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.last-visible {
    border-top:none;
}
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.last-visible:first-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.last-visible:first-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.cinema1.last-visible:first-of-type:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema1.last-visible:first-of-type:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.cinema1.last-visible:first-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.cinema2.last-visible:first-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.last-visible.cinema1:first-of-type:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.last-visible.cinema1:first-of-type:hover {
    border-top:1px solid #E84F3D;
}
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.last-visible:first-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.last-visible:first-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.cinema2.last-visible:first-of-type:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema2.last-visible:first-of-type:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.cinema2.last-visible:first-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.cinema1.last-visible:first-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.last-visible.cinema2:first-of-type:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.last-visible.cinema2:first-of-type:hover {
    border-top:1px solid #00cdbe;
}
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.cinema1,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.cinema1,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.cinema2,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema1,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema2,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info:last-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info:last-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info:last-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.last-visible,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.last-visible,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.last-visible {
    border-bottom:1px solid #E84F3D;
}
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.cinema2,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.cinema1,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.cinema1,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema1,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema2,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info:last-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info:last-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info:last-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.last-visible {
    border-bottom:1px solid #00cdbe;
}
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1:hover .article-info.cinema1,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2:hover .article-info.cinema1,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1:hover .article-info.cinema2,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.cinema1,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.cinema2,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1:hover .article-info:last-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2:hover .article-info:last-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info:last-of-type,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1:hover .article-info.last-visible,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2:hover .article-info.last-visible,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.last-visible {
    border-bottom:1px solid #E84F3D;
}
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2:hover .article-info.cinema2,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2:hover .article-info.cinema1,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1:hover .article-info.cinema1,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.cinema1,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.cinema2,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2:hover .article-info:last-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1:hover .article-info:last-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info:last-of-type,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2:hover .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1:hover .article-info.last-visible,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info.last-visible {
    border-bottom:1px solid #00cdbe;
}
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.cinema1:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.cinema1:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema1:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema1:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.last-visible:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.last-visible:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info:last-of-type:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info:last-of-type:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info:last-of-type:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema1.last-visible:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema1.last-visible:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.cinema1.last-visible:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info.cinema1.last-visible:hover {
    border-bottom:1px solid #E84F3D;
}
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.cinema2:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.cinema2:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema2:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema2:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.last-visible:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.last-visible:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info:last-of-type:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1 .article-info:last-of-type:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info:last-of-type:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema2.last-visible:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema2.last-visible:hover,
#cinema2 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.cinema2.last-visible:hover,
#cinema1 #content .article-wrapper .date-wrapper .article-wrapper.cinema2 .article-info.cinema2.last-visible:hover {
    border-bottom:1px solid #00cdbe;
}
#cinema1 #content .article-wrapper.cinema1 .article-info:last-of-type,
#cinema1 #content .article-wrapper.cinema2 .article-info:last-of-type,
#cinema1 #content .article-wrapper.cinema1.cinema2 .article-info:last-of-type,
#cinema1 #content .article-wrapper.cinema1 .article-info.last-visible {
    border-bottom:1px solid #E84F3D;
}
#cinema2 #content .article-wrapper.cinema2 .article-info:last-of-type,
#cinema2 #content .article-wrapper.cinema1 .article-info:last-of-type,
#cinema2 #content .article-wrapper.cinema1.cinema2 .article-info:last-of-type,
#cinema2 #content .article-wrapper.cinema2 .article-info.last-visible {
    border-bottom:1px solid #00cdbe;
}
#cinema1 #content .article-wrapper.cinema1 .article-info.cinema1:last-of-type,
#cinema1 #content .article-wrapper.cinema1 .article-info.cinema2:last-of-type,
#cinema1 #content .article-wrapper.cinema2 .article-info.cinema1:last-of-type,
#cinema1 #content .article-wrapper.cinema2 .article-info.cinema2:last-of-type,
#cinema1 #content .article-wrapper.cinema1.cinema2 .article-info:last-of-type,
#cinema1 #content .article-wrapper.cinema1 .article-info.last-visible,
#cinema1 #content .article-wrapper.cinema2 .article-info.last-visible {
    border-bottom:1px solid #E84F3D;
}
#cinema2 #content .article-wrapper.cinema2 .article-info.cinema2:last-of-type,
#cinema2 #content .article-wrapper.cinema2 .article-info.cinema1:last-of-type,
#cinema2 #content .article-wrapper.cinema1 .article-info.cinema2:last-of-type,
#cinema2 #content .article-wrapper.cinema1 .article-info.cinema1:last-of-type,
#cinema2 #content .article-wrapper.cinema1.cinema2 .article-info:last-of-type,
#cinema2 #content .article-wrapper.cinema1 .article-info.last-visible,
#cinema2 #content .article-wrapper.cinema2 .article-info.last-visible {
    border-bottom:1px solid #00cdbe;
}
#cinema1 #content .article-wrapper.cinema1:hover .article-info.cinema1:last-of-type,
#cinema1 #content .article-wrapper.cinema1:hover .article-info.cinema2:last-of-type,
#cinema2 #content .article-wrapper.cinema2:hover .article-info.cinema2:last-of-type,
#cinema2 #content .article-wrapper.cinema2:hover .article-info.cinema1:last-of-type,
#cinema1 #content .article-wrapper.cinema2:hover .article-info.cinema1:last-of-type,
#cinema1 #content .article-wrapper.cinema2:hover .article-info.cinema2:last-of-type,
#cinema2 #content .article-wrapper.cinema1:hover .article-info.cinema2:last-of-type,
#cinema2 #content .article-wrapper.cinema1:hover .article-info.cinema1:last-of-type,
#cinema1 #content .article-wrapper.cinema1.cinema2:hover .article-info:last-of-type,
#cinema2 #content .article-wrapper.cinema1.cinema2:hover .article-info:last-of-type,
#cinema1 #content .article-wrapper.cinema1:hover .article-info.last-visible,
#cinema2 #content .article-wrapper.cinema1:hover .article-info.last-visible,
#cinema1 #content .article-wrapper.cinema2:hover .article-info.last-visible,
#cinema2 #content .article-wrapper.cinema2:hover .article-info.last-visible {
    border-bottom:1px solid #FFF;
}
#cinema1 #content .article-wrapper.cinema1 .article-info.cinema1,
#cinema1 #content .article-wrapper.cinema1 .article-info.cinema2,
#cinema1 #content .article-wrapper.cinema2 .article-info.cinema1,
#cinema1 #content .article-wrapper.cinema2 .article-info.cinema2,
#cinema1 #content .article-wrapper.cinema1.cinema2 .article-info,
#cinema1 #content .date-wrapper .article-wrapper.cinema1 .article-info.cinema1,
#cinema1 #content .date-wrapper .article-wrapper.cinema1 .article-info.cinema2,
#cinema1 #content .date-wrapper .article-wrapper.cinema2 .article-info.cinema1,
#cinema1 #content .date-wrapper .article-wrapper.cinema2 .article-info.cinema2,
#cinema1 #content .date-wrapper .article-wrapper.cinema1.cinema2 .article-info {
    border-top:1px solid #E84F3D;
}
#cinema2 #content .article-wrapper.cinema2 .article-info.cinema2,
#cinema2 #content .article-wrapper.cinema2 .article-info.cinema1,
#cinema2 #content .article-wrapper.cinema1 .article-info.cinema2,
#cinema2 #content .article-wrapper.cinema1 .article-info.cinema1,
#cinema2 #content .article-wrapper.cinema1.cinema2 .article-info,
#cinema2 #content .date-wrapper .article-wrapper.cinema2 .article-info.cinema2,
#cinema2 #content .date-wrapper .article-wrapper.cinema2 .article-info.cinema1,
#cinema2 #content .date-wrapper .article-wrapper.cinema1 .article-info.cinema2,
#cinema2 #content .date-wrapper .article-wrapper.cinema1 .article-info.cinema1,
#cinema2 #content .date-wrapper .article-wrapper.cinema1.cinema2 .article-info  {
    border-top:1px solid #00cdbe;
}
#cinema1 #content .article-wrapper.cinema1:hover .article-info.cinema1,
#cinema1 #content .article-wrapper.cinema1:hover .article-info.cinema2,
#cinema2 #content .article-wrapper.cinema2:hover .article-info.cinema2,
#cinema2 #content .article-wrapper.cinema2:hover .article-info.cinema2,
#cinema1 #content .article-wrapper.cinema2:hover .article-info.cinema1,
#cinema1 #content .article-wrapper.cinema2:hover .article-info.cinema2,
#cinema2 #content .article-wrapper.cinema1:hover .article-info.cinema2,
#cinema2 #content .article-wrapper.cinema1:hover .article-info.cinema1,
#cinema1 #content .article-wrapper.cinema1.cinema2:hover .article-info,
#cinema2 #content .article-wrapper.cinema1.cinema2:hover .article-info {
    border-top:1px solid #FFF;
}
#cinema1 #content .date-wrapper .article-wrapper.cinema1:hover .article-info.cinema1,
#cinema1 #content .date-wrapper .article-wrapper.cinema1:hover .article-info.cinema2,
#cinema1 #content .date-wrapper .article-wrapper.cinema2:hover .article-info.cinema1,
#cinema1 #content .date-wrapper .article-wrapper.cinema2:hover .article-info.cinema2,
#cinema1 #content .date-wrapper .article-wrapper.cinema1.cinema2:hover .article-info {
    border-top:1px solid #E84F3D;
}
#cinema2 #content .date-wrapper .article-wrapper.cinema2:hover .article-info.cinema2,
#cinema2 #content .date-wrapper .article-wrapper.cinema2:hover .article-info.cinema2,
#cinema2 #content .date-wrapper .article-wrapper.cinema1:hover .article-info.cinema2,
#cinema2 #content .date-wrapper .article-wrapper.cinema1:hover .article-info.cinema1,
#cinema2 #content .date-wrapper .article-wrapper.cinema1.cinema2 .article-info {
    border-top:1px solid #00cdbe;
}
#cinema1 #content .date-wrapper .article-wrapper.cinema1 .article-info.cinema1:hover,
#cinema2 #content .date-wrapper .article-wrapper.cinema1 .article-info.cinema1:hover,
#cinema1 #content .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema1:hover {
    border-top:1px solid #E84F3D;
}
#cinema2 #content .date-wrapper .article-wrapper.cinema2 .article-info.cinema2:hover,
#cinema1 #content .date-wrapper .article-wrapper.cinema2 .article-info.cinema2:hover,
#cinema2 #content .date-wrapper .article-wrapper.cinema1.cinema2 .article-info.cinema2:hover {
    border-top:1px solid #00cdbe;
}
#cinema1 #canvas.program #content .article-wrapper.cinema1:hover .article-info,
#cinema1 #canvas.program #content .article-wrapper.cinema2:hover .article-info,
#cinema1 #canvas.program #content .article-wrapper.cinema1.cinema2:hover .article-info {
    border-top:1px solid #E84F3D;
}
#cinema1 #canvas.program #content .article-wrapper.cinema1:hover .article-info.last-visible,
#cinema1 #canvas.program #content .article-wrapper.cinema2:hover .article-info.last-visible,
#cinema1 #canvas.program #content .article-wrapper.cinema1.cinema2:hover .article-info.last-visible {
    border-bottom:1px solid #E84F3D;
}
#cinema2 #canvas.program #content .article-wrapper.cinema2:hover .article-info,
#cinema2 #canvas.program #content .article-wrapper.cinema1:hover .article-info,
#cinema2 #canvas.program #content .article-wrapper.cinema1.cinema2:hover .article-info {
    border-top:1px solid #00cdbe;
}
#cinema2 #canvas.program #content .article-wrapper.cinema1:hover .article-info.last-visible,
#cinema2 #canvas.program #content .article-wrapper.cinema2:hover .article-info.last-visible,
#cinema2 #canvas.program #content .article-wrapper.cinema1.cinema2:hover .article-info.last-visible {
    border-bottom:1px solid #00cdbe;
}

#canvas.spielplan.single #content .article-wrapper:hover .article-info {
    border-top:none;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#canvas.spielplan #content {
    margin-top:0;
}
#canvas.spielplan #content .article-wrapper {
    max-width:100%;
    float:none;
    margin-bottom:29px;
    width:100%;
    box-sizing:border-box;
}
#canvas.spielplan #content .article-wrapper:last-child {
    margin-bottom:59px;
}
#canvas.spielplan #content .article-wrapper.note {
    text-align:right;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-top:-39px;
}
#canvas.spielplan #content .article-wrapper.note-resp {
    text-align:right;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-top:29px;
    border-top:1px solid #000;
}
#canvas.spielplan #content .article-wrapper h1,
#canvas.spielplan #content .article-wrapper h1 a,
#canvas.spielplan #content .article-wrapper h1 a:visited {
    text-transform:uppercase;
    color: #e84f3d;
    font-family: brandon-grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 14px 0 5px 0;
    padding: 0;
}
#canvas.spielplan #content .article-wrapper h1 a:hover,
#canvas.spielplan #content .article-wrapper h1 a:active {
    text-transform:uppercase;
    color: #000;
    font-family: brandon-grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 14px 0 5px 0;
    padding: 0;
}
#canvas.spielplan #content .article-wrapper table {
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
}
#cinema1 #canvas.spielplan #content .article-wrapper table thead {
    background:#fefcf4;
}
#cinema2 #canvas.spielplan #content .article-wrapper table thead {
    background:rgba(246,255,250,1);
}
#canvas.spielplan #content .article-wrapper table thead th:first-child,
#canvas.spielplan #content .article-wrapper table tbody td:first-child {
    width:266px;
    padding-left:0;
}
#canvas.spielplan #content .article-wrapper table thead th {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    text-align:left;
    color:#000;
    height:58px;
    padding-left:10px;
    width:124px;
    letter-spacing:0.5px;
}
#canvas.spielplan #content .article-wrapper table thead th:last-child {
    width:0;
}
#canvas.spielplan #content .article-wrapper table thead th .short-day {
    display:none;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
#canvas.spielplan #content .article-wrapper table thead th .short-day br {
    display:none;
}
#canvas.spielplan #content .article-wrapper table tbody td {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    text-align:left;
    color:#c6c6c6;
    height:58px;
    padding-left:10px;
    width:124px;
}
#canvas.spielplan #content .article-wrapper table tbody td:first-child {
    color:#000;
}
#canvas.spielplan #content .article-wrapper table tbody td a,
#canvas.spielplan #content .article-wrapper table tbody td a:visited {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    text-align:left;
    display:block;
    text-decoration:none;
}
#canvas.spielplan #content .article-wrapper table tbody td a.cinema1,
#canvas.spielplan #content .article-wrapper table tbody td a.cinema1:visited {
    color:#E84F3D;
}
#canvas.spielplan #content .article-wrapper table tbody td a.cinema2,
#canvas.spielplan #content .article-wrapper table tbody td a.cinema2:visited {
    color:#00cdbe;
}
#canvas.spielplan #content .article-wrapper table tbody td a:hover,
#canvas.spielplan #content .article-wrapper table tbody td a:active {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    text-align:left;
    display:block;
    color:#000;
    text-decoration:none;
}
#canvas.spielplan #content .article-wrapper table tbody td:first-child a,
#canvas.spielplan #content .article-wrapper table tbody td:first-child a:visited,
#canvas.spielplan #content .article-wrapper table tbody td:first-child a:hover,
#canvas.spielplan #content .article-wrapper table tbody td:first-child a:active {
    color:#000;
}
#canvas.spielplan #content a.ticketlink {
    position:relative;
}
#canvas.spielplan #content a.ticketlink:after,
#canvas.spielplan #content a.ticketlink:visited:after,
#canvas.program #content .article-info a.ticketlink:after,
#canvas.program #content .article-info a.ticketlink:visited:after  {
    width:22px;
    position:relative;
    margin-left:5px;
    top:2px;
    display:inline-block;
    height:20px;
}
#canvas.spielplan #content a.cinema1.ticketlink:after,
#canvas.spielplan #content a.cinema1.ticketlink:visited:after,
#canvas.program #content .article-info a.cinema1.ticketlink:after,
#canvas.program #content .article-info a.cinema1.ticketlink:visited:after  {
    content: url(images/Icon-Karten-fc.svg);
}
#canvas.spielplan #content a.cinema2.ticketlink:after,
#canvas.spielplan #content a.cinema2.ticketlink:visited:after,
#canvas.program #content .article-info a.cinema2.ticketlink:after,
#canvas.program #content .article-info a.cinema2.ticketlink:visited:after  {
    content: url(images/Icon-Karten-fh.svg);
}
#canvas.spielplan #content a.ticketlink:hover:after,
#canvas.spielplan #content a.ticketlink:active:after,
#canvas.program #content .article-info a.ticketlink:hover:after,
#canvas.program #content .article-info a.ticketlink:active:after,
#canvas.spielplan #content a.cinema1.ticketlink:hover:after,
#canvas.spielplan #content a.cinema1.ticketlink:active:after,
#canvas.program #content .article-info a.cinema1.ticketlink:hover:after,
#canvas.program #content .article-info a.cinema1.ticketlink:active:after,
#canvas.spielplan #content a.cinema2.ticketlink:hover:after,
#canvas.spielplan #content a.cinema2.ticketlink:active:after,
#canvas.program #content .article-info a.cinema2.ticketlink:hover:after,
#canvas.program #content .article-info a.cinema2.ticketlink:active:after {
    content: url(images/Icon-Karten-hover.svg);
}
#canvas.spielplan #content table tbody tr {
    border-top:1px dotted #000;
}
#canvas.spielplan #content table tbody tr:hover {
    border-top:1px solid #000;
}
#canvas.spielplan #content table tbody tr:hover + tr {
    border-top:1px solid #000;
}
#cinema1 #canvas.spielplan #content table tbody tr:first-child {
    border-top:1px solid #E84F3D;
}
#cinema2 #canvas.spielplan #content table tbody tr:first-child {
    border-top:1px solid #00cdbe;
}
#canvas.spielplan #content table:first-child thead tr:first-child {
    border-top:none;
}
#cinema1 #canvas.spielplan #content table tbody tr:last-child,
#cinema1 #canvas.spielplan #content table tbody tr.last-visible {
    border-bottom:1px solid #E84F3D;
}
#cinema2 #canvas.spielplan #content table tbody tr:last-child,
#cinema2 #canvas.spielplan #content table tbody tr.last-visible {
    border-bottom:1px solid #00cdbe;
}
#canvas.spielplan #content table tbody tr td:first-child {
    background:none !important;
}
#canvas.spielplan #content table tbody tr td:nth-child(2n+1) {
    background:#FFF;
}
#canvas.spielplan #content table thead tr th:first-child,
#canvas.twocol #content table thead tr th:first-child {
    background:none !important;
}
#canvas.spielplan #content table thead tr th:nth-child(2n+1),
#canvas.twocol #content table thead tr th:nth-child(2n+1) {
    background:#FFF;
}
#cinema1 #canvas.program #content .article-wrapper:hover .article-info:last-of-type {
    border-bottom:1px solid #E84F3D;
}
#cinema1 #canvas.program #content .article-wrapper:hover .article-info {
    border-top:1px solid #E84F3D;
}
#cinema2 #canvas.program #content .article-wrapper:hover .article-info:last-of-type {
    border-bottom:1px solid #00cdbe;
}
#cinema2 #canvas.program #content .article-wrapper:hover .article-info {
    border-top:1px solid #00cdbe;
}
#canvas.spielplan.single #content .article-wrapper #article-content-header {
    margin-bottom: 52px;
    margin-left: 10px;
    margin-right: 53px;
    max-width: 491px;
    padding-left: 272px;
    width: 100%;
    position:relative;
}
#canvas.spielplan.single #content .article-wrapper #article-content-header h1 {
    color: #000;
    font-family: brandon-grotesque, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    padding: 0;
    text-transform:none;
}
#canvas.spielplan.single #content .article-wrapper #article-content-header,
#canvas.spielplan.single #content .article-wrapper #article-content-header p {
    color: #4d4d4d;
    font-family: brandon-grotesque, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-back,
#canvas.spielplan.single #content .article-wrapper #sidebar-res {
    position:absolute;
    padding-left:0;
    display:block;
    left:0;
    top:0;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res form {
    margin:10px 0 4px 0;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res select {
    max-width:242px;
    width:100%;
    font-size:18px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase !important;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 218px 50%;
    padding-left:3px;
    height:30px;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius:0;
    -khtml-border-radius:0;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res select {
    border:1px solid #e84f3d;
    background:url(images/dropdown-arrow-fc.svg) no-repeat;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res select {
    border:1px solid #00cdbe;
    background:url(images/dropdown-arrow-fh.svg) no-repeat;
}
#cinema1 select option:checked,
#cinema1 select option:hover {
    box-shadow: 0 0 10px 100px #e84f3d inset;
}
#cinema2 select option:checked,
#cinema2 select option:hover {
    box-shadow: 0 0 10px 100px #00cdbe inset;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res select:disabled,
#canvas.spielplan.single #content .article-wrapper #sidebar-res select[disabled='disabled']::-ms-value {
    color:#000;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res #date-sel-wrapper {
    margin:10px 0 4px 0;
}
#canvas.program .menu-submenue-container.program #menu-date-sel-wrapper {
    margin-left:22px;
    position:absolute;
    top:3px;
}
#canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel-wrapper {
    margin-left:20px;
    position:absolute;
    top:3px;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res #date-sel {
    max-width:237px;
    border:1px solid #e84f3d;
    padding-left:7px;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res #date-sel {
    max-width:237px;
    border:1px solid #00cdbe;
    padding-left:7px;
}
#cinema1 #canvas.program .menu-submenue-container.program #menu-date-sel {
    width:191px;
    border:1px solid #e84f3d;
    padding-left:7px;
    position:absolute;
    background:#fefcf4;
    z-index:9999;
}
#cinema2 #canvas.program .menu-submenue-container.program #menu-date-sel {
    width:191px;
    border:1px solid #00cdbe;
    padding-left:7px;
    position:absolute;
    background:rgba(246,255,250,1);
    z-index:9999;
}
#cinema1 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel {
    width:181px;
    border:1px solid #e84f3d;
    padding-left:7px;
    position:absolute;
    background:#fefcf4;
}
#cinema2 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel {
    width:181px;
    border:1px solid #00cdbe;
    padding-left:7px;
    position:absolute;
    background:rgba(246,255,250,1);
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res #date-sel .value:hover,
#canvas.spielplan.single #content .article-wrapper #sidebar-res #date-sel .menu span:hover,
#canvas.program .menu-submenue-container.program #menu-date-sel .value:hover,
#canvas.program .menu-submenue-container.program #menu-date-sel .menu-date span:hover,
#canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .value:hover,
#canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .menu-week span:hover {
    cursor:pointer;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res .value {
    width:100%;
    font-size:18px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    text-transform:uppercase !important;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-top:1px;
    line-height:27px;
    display:block;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res .value {
    background:url(images/dropdown-arrow-fc.svg) no-repeat;
    background-position: 211px 50%;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res .value {
    background:url(images/dropdown-arrow-fh.svg) no-repeat;
    background-position: 211px 50%;
}
#cinema1 #canvas.program .menu-submenue-container.program #menu-date-sel .value {
    width:100%;
    font-size:18px;
    color:#e84f3d;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase !important;
    background:url(images/dropdown-arrow-fc.svg) no-repeat;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 169px 50%;
    padding-top:1px;
    line-height:27px;
    display:block;
}
#cinema2 #canvas.program .menu-submenue-container.program #menu-date-sel .value {
    width:100%;
    font-size:18px;
    color:#00cdbe;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase !important;
    background:url(images/dropdown-arrow-fh.svg) no-repeat;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 169px 50%;
    padding-top:1px;
    line-height:27px;
    display:block;
}
#canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .value {
    width:100%;
    font-size:18px;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase !important;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 159px 50%;
    padding-top:1px;
    line-height:27px;
    display:block;
}
#cinema1 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .value {
    color:#e84f3d;
    background:url(images/dropdown-arrow-fc.svg) no-repeat;
}
#cinema2 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .value {
    color:#00cdbe;
    background:url(images/dropdown-arrow-fh.svg) no-repeat;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res .menu {
    max-width:242px;
    width:100%;
    font-size:18px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase !important;
    margin-top:2px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    line-height:30px;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius:0;
    -khtml-border-radius:0;
    display:none;
}
#canvas.program .menu-submenue-container.program .menu-date {
    width:100%;
    font-size:18px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase !important;
    margin-top:2px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    line-height:30px;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius:0;
    -khtml-border-radius:0;
    display:none;
}
#canvas.spielplan .menu-submenue-container.spielplan .menu-week {
    width:100%;
    font-size:18px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase !important;
    margin-top:2px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    line-height:30px;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius:0;
    -khtml-border-radius:0;
    display:none;
}
#cinema1 #canvas.program .menu-submenue-container.program .menu-date span.selected {
    color:#e84f3d;
}
#cinema2 #canvas.program .menu-submenue-container.program .menu-date span.selected {
    color:#00cdbe;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res .menu span,
#canvas.program .menu-submenue-container.program .menu-date span,
#canvas.spielplan .menu-submenue-container.spielplan .menu-week span {
    display:block;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res .menu span.cinema1 {
    color:#e84f3d;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res .menu span.cinema2 {
    color:#00cdbe;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res .menu span.cinema1.selected,
#canvas.spielplan.single #content .article-wrapper #sidebar-res .menu span.cinema2.selected {
    font-weight:500;
}
#cinema1 #canvas.program .menu-submenue-container.program .menu-date span:hover,
#cinema1 #canvas.spielplan .menu-submenue-container.spielplan .menu-week span:hover {
    color:#e84f3d;
}
#cinema2 #canvas.program .menu-submenue-container.program .menu-date span:hover,
#cinema2 #canvas.spielplan .menu-submenue-container.spielplan .menu-week span:hover {
    color:#00cdbe;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res .date-sel-visible,
#canvas.program .menu-submenue-container.program #menu-date-sel .date-sel-visible,
#canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .date-sel-visible {
    display:block;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res .date-sel-visible {
    border-top:1px solid #e84f3d;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res .date-sel-visible {
    border-top:1px solid #00cdbe;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res .date-sel-dd-up {
    background:url(images/dropdown-arrow-fc.svg) no-repeat;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 211px 50%;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res .date-sel-dd-up {
    background:url(images/dropdown-arrow-fh.svg) no-repeat;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 211px 50%;
}
#canvas.program .menu-submenue-container.program #menu-date-sel .date-sel-dd-up {
    background:url(images/dropdown-arrow-up.svg) no-repeat;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 169px 50%;
}
#canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .date-sel-dd-up {
    background:url(images/dropdown-arrow-up.svg) no-repeat;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 159px 50%;
}
#canvas .menu-submenue-container.program select {
    width:200px;
    font-size:18px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase !important;
    border:1px solid #000;
    background:url(images/dropdown-arrow-default.svg) no-repeat;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 176px 50%;
    padding-left:3px;
    height:30px;
    margin-left:22px;
}
#canvas .menu-submenue-container.spielplan li.week-sel select {
    width:190px;
    font-size:18px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase !important;
    border:1px solid #000;
    background:url(images/dropdown-arrow-default.svg) no-repeat;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-position: 166px 50%;
    padding-left:3px;
    height:30px;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius:0;
    -khtml-border-radius:0;
}
#cinema1 #canvas .menu-submenue-container.program ul li.current-menu-item select,
#cinema1 #canvas .menu-submenue-container.spielplan ul li.current-menu-item select {
    border:1px solid #e84f3d;
    background:url(images/dropdown-arrow-fc.svg) no-repeat;
    background-position: 166px 50%;
    color:#e84f3d;
}
#cinema2 #canvas .menu-submenue-container.program ul li.current-menu-item select,
#cinema2 #canvas .menu-submenue-container.spielplan ul li.current-menu-item select {
    border:1px solid #00cdbe;
    background:url(images/dropdown-arrow-fh.svg) no-repeat;
    background-position: 166px 50%;
    color:#00cdbe;
}
#canvas .menu-submenue-container.program select option,
#canvas .menu-submenue-container.spielplan select option {
    position:relative;
    color:#000;
    background:#fefcf4;
}
#canvas .menu-submenue-container.program select option:disabled,
#canvas .menu-submenue-container.spielplan select option:disabled {
    background:#fefcf4;
}
#cinema1 #canvas .menu-submenue-container.program select option:hover,
#cinema1 #canvas .menu-submenue-container.spielplan select option:hover {
    box-shadow: 0 0 10px 100px #e84f3d inset;
    -moz-box-shadow: 0 0 10px 100px #e84f3d inset;
    -webkit-box-shadow: 0 0 10px 100px #e84f3d inset;
}
#cinema2 #canvas .menu-submenue-container.program select option:hover,
#cinema2 #canvas .menu-submenue-container.spielplan select option:hover {
    box-shadow: 0 0 10px 100px #00cdbe inset;
    -moz-box-shadow: 0 0 10px 100px #00cdbe inset;
    -webkit-box-shadow: 0 0 10px 100px #00cdbe inset;
}
#canvas .menu-submenue-container form {
    display:inline-block;
}
#canvas.preview .menu-submenue-container.program form,
#canvas .menu-submenue-container.spielplan form,
#canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel-wrapper {
    display:none;
}
select::-ms-expand {
    display: none;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-back #back {
    width:41px;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-back #back:hover {
    cursor:pointer;
}
/*#canvas.spielplan.single #content .article-wrapper #sidebar-res {
    width:100%;
}*/
#canvas.spielplan.single #content .article-wrapper #sidebar-res .article-info {
    display:none;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res .additional-info {
    display:block;
    margin-top:22px;
    width:242px;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res .additional-info p {
    font-weight:400;
}
#canvas.spielplan.single #content .article-wrapper #social-media svg#twitter,
#canvas.spielplan.single #content .article-wrapper #social-media svg#facebook {
    display:inline-style;
    width:33px;
    height:32px;
    fill:#9c9c9c;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #social-media svg#twitter:hover,
#cinema1 #canvas.spielplan.single #content .article-wrapper #social-media svg#facebook:hover {
    fill:#E84F3D;
    cursor:pointer;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper #social-media svg#twitter:hover,
#cinema2 #canvas.spielplan.single #content .article-wrapper #social-media svg#facebook:hover {
    fill:#00cdbe;
    cursor:pointer;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-res,
#canvas.spielplan.single #content .article-wrapper #sidebar-res p {
    font-size:18px;
    line-height:24px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
}
#cinema1 #canvas.spielplan.single #content .article-info.cinema1 .tickets,
#cinema1 #canvas.spielplan.single #content .article-info.cinema2 .tickets {
    color:#E84F3D;
}
#cinema2 #canvas.spielplan.single #content .article-info.cinema2 .tickets,
#cinema1 #canvas.spielplan.single #content .article-info.cinema2 .tickets {
    color:#00cdbe;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res .tickets:hover,
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res .tickets:hover {
    color:#000;
    cursor:pointer;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res .tickets:hover ~ .icon-tickets svg .icon_karten_form,
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res .tickets:hover ~ .icon-tickets svg .icon_karten_form,
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res .tickets:hover ~ .icon-tickets svg .icon_karten_linie,
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res .tickets:hover ~ .icon-tickets svg .icon_karten_linie {
    stroke:#000;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#canvas.spielplan.single #content .article-wrapper #sidebar-back #back svg {
    width:41px;
    height:30px;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-back #back svg .arrowhead,
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-back #back svg .arrowline {
    fill:none;
    stroke:#E84F3D;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-back #back svg .arrowhead,
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-back #back svg .arrowline {
    fill:none;
    stroke:#00cdbe;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-back #back:hover svg .arrowhead,
#cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-back #back:hover svg .arrowline,
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-back #back:hover svg .arrowhead,
#cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-back #back:hover svg .arrowline {
    fill:none;
    stroke:#000;
}
#canvas.spielplan.single #content .article-wrapper .col1 img {
    margin-bottom:10px;
}
#content .article-wrapper h1,
#content .article-wrapper h1 a,
#content .article-wrapper h1 a:hover,
#content .article-wrapper h1 a:visited,
#content .article-wrapper h1 a:active,
#content .article-wrapper a h1,
#content .article-wrapper a:hover h1,
#content .article-wrapper a:visited h1,
#content .article-wrapper a:active h1,
#canvas.twocol.indent #content .date-wrapper .article-wrapper h1,
#canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a,
#canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:hover,
#canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:visited,
#canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:active,
#canvas.twocol.indent #content .date-wrapper .article-wrapper a h1,
#canvas.twocol.indent #content .date-wrapper .article-wrapper a:hover h1,
#canvas.twocol.indent #content .date-wrapper .article-wrapper a:visited h1,
#canvas.twocol.indent #content .date-wrapper .article-wrapper a:active h1,
#canvas.twocol #content .date-wrapper .article-wrapper h1,
#canvas.twocol #content .date-wrapper .article-wrapper h1 a,
#canvas.twocol #content .date-wrapper .article-wrapper h1 a:visited,
#canvas.twocol #content .date-wrapper .article-wrapper a h1,
#canvas.twocol #content .date-wrapper .article-wrapper a:visited h1 {
    font-size:48px;
    line-height:52px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    text-decoration:none;
    margin:11px 0 15px 0;
    width:100%;
    display:block;
}
#cinema1 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:hover,
#cinema1 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:active,
#cinema1 #canvas.twocol #content .date-wrapper .article-wrapper a:hover h1,
#cinema1 #canvas.twocol #content .date-wrapper .article-wrapper a:active h1 {
    font-size:48px;
    line-height:52px;
    color:#E84F3D;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    text-decoration:none;
    margin:11px 0 15px 0;
}
#cinema2 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:hover,
#cinema2 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:active,
#cinema2 #canvas.twocol #content .date-wrapper .article-wrapper a:hover h1,
#cinema2 #canvas.twocol #content .date-wrapper .article-wrapper a:active h1 {
    font-size:48px;
    line-height:52px;
    color:#00cdbe;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    text-decoration:none;
    margin:11px 0 15px 0;
}
#content .article-wrapper.feature h1,
#content .article-wrapper.feature h1 a,
#content .article-wrapper.feature h1 a:hover,
#content .article-wrapper.feature h1 a:visited,
#content .article-wrapper.feature h1 a:active,
#content .article-wrapper.feature a h1,
#content .article-wrapper.feature a:hover h1,
#content .article-wrapper.feature a:visited h1,
#content .article-wrapper.feature a:active h1 {
    line-height:36px;
    font-size:48px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    text-decoration:none;
    margin:11px 0 15px 0px;
}
#content .article-wrapper.feature h1 {
    padding-left:268px;
}
#canvas.program #content .article-wrapper h1,
#canvas.program #content .article-wrapper h1 a,
#canvas.program #content .article-wrapper h1 a:hover,
#canvas.program #content .article-wrapper h1 a:visited,
#canvas.program #content .article-wrapper h1 a:active,
#canvas.program #content .article-wrapper a h1,
#canvas.program #content .article-wrapper a:hover h1,
#canvas.program #content .article-wrapper a:visited h1,
#canvas.program #content .article-wrapper a:active h1 {
    font-size:30px;
    line-height:34px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    text-decoration:none;
    margin:10px 0 15px;
}
#canvas.program.preview #content .article-wrapper h1,
#canvas.program.preview #content .article-wrapper h1 a,
#canvas.program.preview #content .article-wrapper h1 a:hover,
#canvas.program.preview #content .article-wrapper h1 a:visited,
#canvas.program.preview #content .article-wrapper h1 a:active,
#canvas.program.preview #content .article-wrapper a h1,
#canvas.program.preview #content .article-wrapper a:hover h1,
#canvas.program.preview #content .article-wrapper a:visited h1,
#canvas.program.preview #content .article-wrapper a:active h1 {
    font-size:30px;
    line-height:34px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    text-decoration:none;
    margin:10px 0 0px;
}
#canvas.program.preview #content .article-wrapper h1 + p,
#canvas.program.preview #content .article-wrapper h1 a + p
#canvas.program.preview #content .article-wrapper a h1 + p {
    margin:10px 0 30px;
}
#canvas.program.preview #content .article-wrapper h2 + p,
#canvas.program.preview #content .article-wrapper h2 a + p
#canvas.program.preview #content .article-wrapper a h2 + p {
    margin:5px 0 0;
}
#cinema1 #content .article-wrapper h2,
#cinema1 #content .article-wrapper h2 a,
#cinema1 #content .article-wrapper h2 a:hover,
#cinema1 #content .article-wrapper h2 a:visited,
#cinema1 #content .article-wrapper h2 a:active,
#cinema1 #content .date-wrapper .article-wrapper h2,
#cinema1 #content .date-wrapper .article-wrapper h2 a,
#cinema1 #content .date-wrapper .article-wrapper h2 a:hover,
#cinema1 #content .date-wrapper .article-wrapper h2 a:visited,
#cinema1 #content .date-wrapper .article-wrapper h2 a:active,
#cinema1 #content .article-wrapper a h2,
#cinema1 #content .article-wrapper a:hover h2,
#cinema1 #content .article-wrapper a:visited h2,
#cinema1 #content .article-wrapper a:active h2,
#cinema1 #content .date-wrapper .article-wrapper a h2,
#cinema1 #content .date-wrapper .article-wrapper a:hover h2,
#cinema1 #content .date-wrapper .article-wrapper a:visited h2,
#cinema1 #content .date-wrapper .article-wrapper a:active h2 {
    font-size:18px;
    line-height:28px;
    color:#E84F3D;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    margin:0;
    letter-spacing:0.33px;
    text-decoration:none;
}
#cinema2 #content .article-wrapper h2,
#cinema2 #content .article-wrapper h2 a,
#cinema2 #content .article-wrapper h2 a:hover,
#cinema2 #content .article-wrapper h2 a:visited,
#cinema2 #content .article-wrapper h2 a:active,
#cinema2 #content .date-wrapper .article-wrapper h2,
#cinema2 #content .date-wrapper .article-wrapper h2 a,
#cinema2 #content .date-wrapper .article-wrapper h2 a:hover,
#cinema2 #content .date-wrapper .article-wrapper h2 a:visited,
#cinema2 #content .date-wrapper .article-wrapper h2 a:active,
#cinema2 #content .article-wrapper a h2,
#cinema2 #content .article-wrapper a:hover h2,
#cinema2 #content .article-wrapper a:visited h2,
#cinema2 #content .article-wrapper a:active h2,
#cinema2 #content .date-wrapper .article-wrapper a h2,
#cinema2 #content .date-wrapper .article-wrapper a:hover h2,
#cinema2 #content .date-wrapper .article-wrapper a:visited h2,
#cinema2 #content .date-wrapper .article-wrapper a:active h2 {
    font-size:18px;
    line-height:28px;
    color:#00cdbe;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    margin:0;
    letter-spacing:0.33px;
    text-decoration:none;
}
#content .article-wrapper.feature h2 {
    font-size:48px;
    line-height:36px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    margin:0 0 20px 0;
    letter-spacing:0.33px;
    padding-left:268px;
}
#cinema1 #canvas.program #content .article-wrapper h2,
#cinema1 #canvas.program #content .article-wrapper h2 a,
#cinema1 #canvas.program #content .article-wrapper h2 a:visited,
#cinema1 #canvas.program #content .article-wrapper a h2,
#cinema1 #canvas.program #content .article-wrapper a:visited h2 {
    font-size:18px;
    line-height:28px;
    color:#E84F3D;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    margin:0 0 6px 0;
    letter-spacing:0.33px;
    text-decoration:none;
}
#cinema2 #canvas.program #content .article-wrapper h2,
#cinema2 #canvas.program #content .article-wrapper h2 a,
#cinema2 #canvas.program #content .article-wrapper h2 a:visited,
#cinema2 #canvas.program #content .article-wrapper a h2,
#cinema2 #canvas.program #content .article-wrapper a:visited h2 {
    font-size:18px;
    line-height:28px;
    color:#00cdbe;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    margin:0 0 6px 0;
    letter-spacing:0.33px;
    text-decoration:none;
}
#canvas.program #content .article-wrapper h2 a:hover,
#canvas.program #content .article-wrapper h2 a:active,
#canvas.program #content .article-wrapper a:hover h2,
#canvas.program #content .article-wrapper a:active h2 {
    font-size:18px;
    line-height:28px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    margin:0 0 6px 0;
    letter-spacing:0.33px;
    text-decoration:none;
}
#content .article-wrapper p {
    color:#4d4d4d;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:20px;
    margin:0 0 15px 0;
}
#content .article-wrapper p.wp-caption-text {
    display:none;
}
/*#content .article-wrapper img {
        width:100%;
        height:auto;
}*/
#content .article-wrapper.feature .article-content p {
    padding-left:0;
}
#content .article-wrapper.feature p {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:26px;
    margin:0;
    padding-left:268px;
}
#cinema1 #content .article-wrapper.feature a,
#cinema1 #content .article-wrapper.feature a:visited {
    color:#E84F3D;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:26px;
    margin:0;
    text-decoration:none;
}
#cinema2 #content .article-wrapper.feature a,
#cinema2 #content .article-wrapper.feature a:visited {
    color:#00cdbe;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:26px;
    margin:0;
    text-decoration:none;
}
#cinema1 #content .article-wrapper.feature a:hover,
#cinema1 #content .article-wrapper.feature a:active,
#cinema2 #content .article-wrapper.feature a:hover,
#cinema2 #content .article-wrapper.feature a:active {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:26px;
    margin:0;
    text-decoration:none;
}
#content .article-wrapper .article-info,
#content .date-wrapper .article-wrapper .article-info {
    max-width:456px;
    height:31px;
    margin:0;
    border-bottom:none;
    position:relative;
}
#cinema1 #canvas.spielplan.single #content .article-info,
#cinema1 #canvas.spielplan.single #content .article-info.cinema1,
#cinema2 #canvas.spielplan.single #content .article-info.cinema1 {
    border-top:none;
    border-bottom:1px solid #E84F3D;
}
#cinema2 #canvas.spielplan.single #content .article-info,
#cinema2 #canvas.spielplan.single #content .article-info.cinema2,
#cinema1 #canvas.spielplan.single #content .article-info.cinema2 {
    border-top:none;
    border-bottom:1px solid #00cdbe;
}
#canvas.spielplan.single #content .article-info {
    width:246px;
}
#content .article-wrapper .article-info.cinema1:hover,
#content .date-wrapper .article-wrapper .article-info.cinema1:hover {
    cursor:pointer;
    background:#E84F3D;
}
#content .article-wrapper .article-info.cinema2:hover,
#content .date-wrapper .article-wrapper .article-info.cinema2:hover {
    cursor:pointer;
    background:#00cdbe;
}
#canvas.program #content .article-wrapper .article-info:hover {
    background:none;
    cursor:default;
}
#canvas.program #content .article-wrapper .article-info {
    width:100%;
    display:table;
}
#cinema1 #canvas.program #content .article-wrapper .article-info {
    border-top:1px solid #E84F3D;
}
#cinema2 #canvas.program #content .article-wrapper .article-info {
    border-top:1px solid #00cdbe;
}
#content .article-wrapper .article-info.cinema1:hover .tickets,
#content .date-wrapper .article-wrapper .article-info.cinema1:hover .tickets {
    color:#FFF;
}
#content .article-wrapper .article-info.cinema2:hover .tickets,
#content .date-wrapper .article-wrapper .article-info.cinema2:hover .tickets {
    color:#FFF;
}
#canvas.spielplan.single #content .article-wrapper .article-info:hover .tickets,
#canvas.spielplan.single #content .article-wrapper .article-info:hover .time {
    color:#FFF;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#cinema1 #canvas.program #content .article-wrapper .article-info:hover .tickets {
    color:#E84F3D;
}
#cinema2 #canvas.program #content .article-wrapper .article-info:hover .tickets {
    color:#00cdbe;
}
#cinema1 #canvas.program #content .article-wrapper .article-info .tickets:hover,
#cinema2 #canvas.program #content .article-wrapper .article-info .tickets:hover {
    color:#000;
    cursor:pointer;
}
#canvas.program #content .article-wrapper .article-info .tickets:hover + .icon-tickets .icon_karten_form,
#canvas.program #content .article-wrapper .article-info .tickets:hover + .icon-tickets .icon_karten_linie {
    stroke:#000;
}
#canvas.program #content .article-wrapper .article-info:hover .icon-tickets {
    cursor:pointer;
}
#canvas.program #content .article-wrapper .article-info .icon-tickets:hover .icon_karten_form,
#canvas.program #content .article-wrapper .article-info .icon-tickets:hover .icon_karten_linie {
    stroke:#000;
}
#content .article-wrapper .article-info.cinema1:hover,
#content .date-wrapper .article-wrapper .article-info.cinema1:hover {
    cursor:pointer;
    background:#E84F3D;
}
#content .article-wrapper .article-info.cinema2:hover,
#content .date-wrapper .article-wrapper .article-info.cinema2:hover {
    cursor:pointer;
    background:#00cdbe;
}
#canvas.spielplan.single #content .article-wrapper .article-info.cinema1:hover,
#canvas.spielplan.single #content .date-wrapper .article-wrapper .article-info.cinema1:hover,
#canvas.spielplan.single #content .article-wrapper .article-info.cinema2:hover,
#canvas.spielplan.single #content .date-wrapper .article-wrapper .article-info.cinema2:hover {
    background:none;
}
#cinema1 #content .article-wrapper .article-info.cinema1:hover .icon-tickets .icon_karten_linie,
#cinema1 #content .article-wrapper .article-info.cinema1:hover .icon-tickets .icon_karten_form,
#cinema1 #content .article-wrapper .article-info.cinema2:hover .icon-tickets .icon_karten_linie,
#cinema1 #content .article-wrapper .article-info.cinema2:hover .icon-tickets .icon_karten_form {
    fill:#fefcf4;
}
#cinema2 #content .article-wrapper .article-info.cinema2:hover .icon-tickets .icon_karten_linie,
#cinema2 #content .article-wrapper .article-info.cinema2:hover .icon-tickets .icon_karten_form,
#cinema2 #content .article-wrapper .article-info.cinema1:hover .icon-tickets .icon_karten_linie,
#cinema2 #content .article-wrapper .article-info.cinema1:hover .icon-tickets .icon_karten_form {
    fill:rgba(246,255,250,1);
}
#cinema1 #content .article-wrapper .article-info.cinema2:hover .icon-tickets .icon_karten_linie,
#cinema1 #content .article-wrapper .article-info.cinema2:hover .icon-tickets .icon_karten_form,
#cinema1 #content .article-wrapper.cinema1.cinema2 .article-info.cinema2:hover .icon-tickets .icon_karten_linie,
#cinema1 #content .article-wrapper.cinema2.cinema2 .article-info.cinema2:hover .icon-tickets .icon_karten_form {
    stroke:#00cdbe;
}
#cinema2 #content .article-wrapper .article-info.cinema1:hover .icon-tickets .icon_karten_linie,
#cinema2 #content .article-wrapper .article-info.cinema1:hover .icon-tickets .icon_karten_form,
#cinema2 #content .article-wrapper.cinema1.cinema2 .article-info.cinema1:hover .icon-tickets .icon_karten_linie,
#cinema2 #content .article-wrapper.cinema2.cinema2 .article-info.cinema1:hover .icon-tickets .icon_karten_form {
    stroke:#E84F3D;
}
#content .article-wrapper .article-info .time {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:30px;
    margin-left:0;
}
#content .article-wrapper .article-info .cinema {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:30px;
    position:absolute;
    left:28%;
}
#canvas.single #content .article-wrapper .article-info .cinema {
    left:0;
}
#content .article-wrapper .article-info .time .small {
    color:#c6c6c6;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:14px;
    line-height:20px;
    margin-left:5px;
}
#content .article-wrapper .article-info .icon-tickets {
    width:25px;
    height:20px;
    margin-right:10px;
    float:right;
}
#content .article-wrapper .article-info .icon-tickets svg {
    width:25px;
    height:20px;
    position:relative;
    top:6px;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper .article-info .icon-tickets svg .icon_karten_form {
    stroke:#E84F3D;
    fill:#fefcf4;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper .article-info.cinema1 .icon-tickets svg .icon_karten_form,
#cinema2 #canvas.spielplan.single #content .article-wrapper .article-info.cinema1 .icon-tickets svg .icon_karten_form {
    stroke:#E84F3D;
    fill:none;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper .article-info .icon-tickets svg .icon_karten_form {
    stroke:#00cdbe;
    fill:rgba(246,255,250,1);
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper .article-info.cinema2 .icon-tickets svg .icon_karten_form,
#cinema1 #canvas.spielplan.single #content .article-wrapper .article-info.cinema2 .icon-tickets svg .icon_karten_form {
    stroke:#00cdbe;
    fill:none;
}
#cinema1 #canvas.spielplan.single #content .article-wrapper .article-info .icon-tickets svg .icon_karten_linie,
#cinema1 #canvas.spielplan.single #content .article-wrapper .article-info.cinema1 .icon-tickets svg .icon_karten_linie,
#cinema2 #canvas.spielplan.single #content .article-wrapper .article-info.cinema1 .icon-tickets svg .icon_karten_linie {
    stroke:#E84F3D;
    fill:none;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema2 #canvas.spielplan.single #content .article-wrapper .article-info .icon-tickets svg .icon_karten_linie,
#cinema2 #canvas.spielplan.single #content .article-wrapper .article-info.cinema2 .icon-tickets svg .icon_karten_linie,
#cinema1 #canvas.spielplan.single #content .article-wrapper .article-info.cinema2 .icon-tickets svg .icon_karten_linie {
    stroke:#00cdbe;
    fill:none;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#content .article-wrapper .article-info .tickets,
#content .date-wrapper .article-wrapper .article-info .tickets {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:22px;
    text-transform:uppercase;
    float:right;
    position:relative;
    top:5px;
    margin-right:0;
}
#content .article-wrapper .article-info.cinema1 .tickets,
#content .date-wrapper .article-wrapper .article-info.cinema1 .tickets {
    color:#E84F3D;
}
#content .article-wrapper .article-info.cinema2 .tickets,
#content .date-wrapper .article-wrapper .article-info.cinema2 .tickets {
    color:#00cdbe;
}
#content .article-wrapper .article-info.cinema1 .tickets a,
#content .article-wrapper .article-info.cinema1 .tickets a:visited {
    color:#E84F3D;
    text-decoration:none;
}
#content .article-wrapper .article-info.cinema1 .tickets a:hover,
#content .article-wrapper .article-info.cinema1 .tickets a:active {
    color:#FFF;
    text-decoration:none;
}
#content .article-wrapper .article-info.cinema2 .tickets a,
#content .article-wrapper .article-info.cinema2 .tickets a:visited {
    color:#00cdbe;
    text-decoration:none;
}
#content .article-wrapper .article-info.cinema2 .tickets a:hover,
#content .article-wrapper .article-info.cinema2 .tickets a:active {
    color:#FFF;
    text-decoration:none;
}
#canvas.program #content .article-wrapper .article-info .time,
#canvas.program #content .article-wrapper .article-info .day,
#canvas.program #content .article-wrapper .article-info .date {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:30px;
    text-transform:uppercase;
}
#canvas.program #content .article-wrapper .article-info .time {
    text-transform:none;
    display:table-cell;
    vertical-align:middle;
    text-align:right;
}
#canvas.program #content .article-wrapper .article-info .day {
    width:140px;
    display:table-cell;
    vertical-align:middle;
}
#canvas.program #content .article-wrapper .article-info .date {
    width:40px;
    display:table-cell;
    text-align:right;
    padding-right:45px;
    vertical-align:middle;
}
#canvas.program #content .article-wrapper .article-info .time a,
#canvas.program #content .article-wrapper .article-info .time a:visited {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:18px;
    line-height:30px;
    text-decoration:none;
    display:inline-block;
}
#canvas.program #content .article-wrapper .article-info .time a.cinema1,
#canvas.program #content .article-wrapper .article-info .time a.cinema1:visited {
    color:#E84F3D;
}
#canvas.program #content .article-wrapper .article-info .time a.cinema2,
#canvas.program #content .article-wrapper .article-info .time a.cinema2:visited {
    color:#00cdbe;
}
#canvas.program #content .article-wrapper .article-info .time a:hover,
#canvas.program #content .article-wrapper .article-info .time a:active,
#canvas.program #content .article-wrapper .article-info .time a.cinema1:hover,
#canvas.program #content .article-wrapper .article-info .time a.cinema1:active,
#canvas.program #content .article-wrapper .article-info .time a.cinema2:hover,
#canvas.program #content .article-wrapper .article-info .time a.cinema2:active {
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:18px;
    line-height:30px;
    text-decoration:none;
    display:inline-block;
}
#content .article-wrapper.single,
#content .article-wrapper.feature {
    width:100%;
    max-width:1204px;
    margin-bottom:57px;
    box-sizing:border-box;
}
#content .article-wrapper.single .article-content {
    width:796px;
    float:left;
    margin-right:16px;
}
#content .article-wrapper.feature .article-content {
    width:100%;
    float:none;
    margin:0;
}
#content .article-wrapper.single .article-info {
    float:left;
    width:calc(100% - 812px);
}
#content .article-wrapper.single .article-content img,
#content .article-wrapper.feature .article-content img {
    width:100%;
    height:auto;
}
#content .article-wrapper.single .article-content p {
    margin:0;
}
#content .article-wrapper.feature .article-content p {
    margin:0 0 10px 0;
}
#content .article-wrapper.single h1,
#content .article-wrapper.single h1 a,
#content .article-wrapper.single h1 a:hover,
#content .article-wrapper.single h1 a:visited,
#content .article-wrapper.single h1 a:active,
#content .article-wrapper.single a h1,
#content .article-wrapper.single a:hover h1,
#content .article-wrapper.single a:visited h1,
#content .article-wrapper.single a:active h1 {
    font-size:48px;
    line-height:52px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    text-decoration:none;
    margin:-8px 0 15px 0;
}
#content #outer-article-wrapper {
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
#canvas.program #content #outer-article-wrapper {
    display:flex;
    flex-wrap:wrap;
}
#cinema1 #canvas.program.preview #content #outer-article-wrapper {
    width:auto;
    margin-left:10px;
    margin-right:10px;
    border-top:1px solid #E84F3D;
    margin-bottom:32px;
    display:block;
}
#cinema2 #canvas.program.preview #content #outer-article-wrapper {
    width:auto;
    margin-left:10px;
    margin-right:10px;
    border-top:1px solid #00cdbe;
    margin-bottom:32px;
    display:block;
}
#canvas.program.preview #content #outer-article-wrapper .inner-outer-article-wrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#cinema1 #canvas.program.preview #content #outer-article-wrapper h2 {
    color: #e84f3d;
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 28px;
    margin: 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
#cinema2 #canvas.program.preview #content #outer-article-wrapper h2 {
    color: #00cdbe;
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 28px;
    margin: 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
#content #outer-article-wrapper::after {
    content: '';
    display: block;
    clear: both;
}
#content #nl-anmeldung {
    display:flex;
	width: calc(100% - 20px);
	padding:30px;
	flex-direction:column;
	flex-wrap:nowrap;
	margin: 0 10px 62px 10px;
	box-sizing:border-box;
}
#content #nl-anmeldung .nl-anmeldung-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#content #nl-anmeldung .nl-anmeldung-wrapper h1 {
    font-size: 48px;
	line-height: 52px;
	color: #fff;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 0 0 15px 0;
	display:table;
}
#content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper p {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px 0;
	color: #fff;
	width:100%;
}
#content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form {
	margin-top:33px;
}
#content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="email"] {
	max-width:500px;
	width:100%;
	height:48px;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 48px;
	padding: 0 18px 0 18px;
	box-sizing: border-box;
	border: none;
	color: rgba(0,0,0,0.75);
}
#cinema1 #content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="email"] {
	background: #fefcf4;
}
#cinema2 #content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="email"] {
	background: rgba(246,255,250,1);
}
#content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="submit"] {
	max-width:197px;
	width:100%;
	height:48px;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 48px;
	margin-top:20px;
	color:#fff;
	border:none;
}
#cinema1 #content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="submit"]:disabled {
	background:#ff8b67;
	border:1px solid #ff8b67;
	color:#fff;
}
#cinema1 #content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="submit"] {
	background:#fff;
	border:1px solid #fff;
	color:#000;
}
#cinema1 #content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="submit"]:hover:enabled {
	background:#E84F3D;
	border:1px solid white;
	cursor:pointer;
	color:#fff;
}
#cinema2 #content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="submit"]:disabled {
	background:rgba(145,227,224,1);
	border:1px solid rgba(145,227,224,1);
	color:#fff;
}
#cinema2 #content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="submit"] {
	background:#fff;
	border:1px solid #fff;
	color:#000;
}
#cinema2 #content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="submit"]:hover:enabled {
	background:#00cdbe;
	border:1px solid white;
	cursor:pointer;
	color:#fff;
}
#cinema1 #content #nl-anmeldung {
    background-color:#E84F3D;
}
#cinema2 #content #nl-anmeldung {
    background-color:#00cdbe;
}
#cinema1 #content #news {
    border-top:1px solid #E84F3D;
    border-bottom:none;
}
#cinema2 #content #news {
    border-top:1px solid #00cdbe;
    border-bottom:none;
}
#content #csoon {
    margin:0 0px 68px 0px;
}
#content #news {
    margin:0 10px 0 10px;
    padding-bottom:61px;
}
#content #news .slick-slide {
    margin:0;
}
#content #news h1,
#content #csoon h1 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:20px;
    text-transform:uppercase;
    margin:14px 0 0 0;
    padding:0;
}
#cinema1 #content #news h1 {
    color:#000;
}
#cinema2 #content #news h1 {
    color:#000;
}
#cinema1 #content #csoon h1 {
    color:#E84F3D;
}
#cinema2 #content #csoon h1 {
    color:#00cdbe;
}
#content #csoon h1 .soon-cinema1,
#content #csoon h1 .soon-cinema2 {
    display:none;
}
#content #csoon h1 {
    margin-left:10px;
    padding-top:16px;
    margin-right:10px;
}
#cinema1 #content #csoon h1 {
    border-top:1px solid #E84F3D;
}
#cinema2 #content #csoon h1 {
    border-top:1px solid #00cdbe;
}
#cinema1 #content #csoon .csoon-content h1,
#cinema2 #content #csoon .csoon-content h1 {
    border-top:none;
}
#content #news .news-picture {
    float:left;
    margin-right:20px;
}
#content #news .news-picture img {
    width:592px;
    height:auto;
    margin-top:18px;
}
#content #news .news-picture p {
    margin:0;
    padding:14px 0 0 0;
}
#content #news .news-picture p.wp-caption-text {
    display:none;
}
#content #news .news-content {
    padding:10px 0 0 0;
    margin-right:50px;
}
#content #news .news-content h2 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:28px;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
#cinema1 #content #news .news-content h2 {
    color:#E84F3D;
}
#cinema2 #content #news .news-content h2 {
    color:#00cdbe;
}
#content #csoon .csoon-content h2 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:28px;
    text-transform:uppercase;
    margin:5px 0 0 0;
    padding:0;
}
#cinema1 #content #csoon .csoon-content h2 {
    color:#E84F3D;
}
#cinema2 #content #csoon .csoon-content h2 {
    color:#00cdbe;
}
#content #csoon .csoon-content h2 a,
#content #csoon .csoon-content h2 a:visited {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:28px;
    text-transform:uppercase;
    margin:5px 0 0 0;
    padding:0;
    text-decoration:none;
}
#cinema1 #content #csoon .csoon-content h2 a,
#cinema1 #content #csoon .csoon-content h2 a:visited {
    color:#E84F3D;
}
#cinema2 #content #csoon .csoon-content h2 a,
#cinema2 #content #csoon .csoon-content h2 a:visited {
    color:#00cdbe;
}
#content #csoon .csoon-content h2 a:hover,
#content #csoon .csoon-content h2 a:active {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:28px;
    text-transform:uppercase;
    color:#000;
    margin:5px 0 0 0;
    padding:0;
    text-decoration:none;
}
#content #news .news-content h1 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:48px;
    line-height:52px;
    text-transform:none;
    color:#000;
    margin:5px 0 0 0;
    padding:0;
    text-indent:-3px;
}
#content #csoon .csoon-content h1 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:30px;
    line-height:34px;
    text-transform:none;
    color:#000;
    margin:10px 0 0 0;
    padding:0;
}
#content #csoon .csoon-content h1 a,
#content #csoon .csoon-content h1 a:visited {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:30px;
    line-height:34px;
    text-transform:none;
    color:#000;
    padding:0;
    text-decoration:none;
}
#content #csoon .csoon-content h1 a:hover,
#content #csoon .csoon-content h1 a:active {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:30px;
    line-height:34px;
    text-transform:none;
    padding:0;
    text-decoration:none;
}
#cinema1 #content #csoon .csoon-content h1 a:hover,
#cinema1 #content #csoon .csoon-content h1 a:active {
    color:#e84f3d;
}
#cinema2 #content #csoon .csoon-content h1 a:hover,
#cinema2 #content #csoon .csoon-content h1 a:active {
    color:#00cdbe;
}
#content #csoon .csoon-content h1 + h3 {
    margin:8px 0 0 0;
}
#content #news .news-content h3 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:24px;
    text-transform:none;
    color:#4d4d4d;
    margin:10px 0 0 484px;
    padding:0;
}
#content #csoon .csoon-content h3 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:24px;
    text-transform:none;
    color:#4d4d4d;
    margin:5px 0 0 0;
    padding:0;
}
#content #csoon .csoon-content p {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:20px;
    line-height:20px;
    text-transform:none;
    color:#4d4d4d;
    margin:5px 0 0 0;
    padding:0;
}
#content #news .news-content p {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:24px;
    text-transform:none;
    color:#333;
    margin:36px 0 0 612px;
    padding:0;
}
#content #news .news-content a,
#content #news .news-content a:visited {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:24px;
    text-transform:none;
    padding:0;
    text-decoration:none;
}
#cinema1 #content #news .news-content a,
#cinema1 #content #news .news-content a:visited {
    color:#e84f3d;
}
#cinema2 #content #news .news-content a,
#cinema2 #content #news .news-content a:visited {
    color:#00cdbe;
}
#cinema1 #content #news .news-content a:hover,
#cinema1 #content #news .news-content a:active,
#cinema2 #content #news .news-content a:hover,
#cinema2 #content #news .news-content a:active {
    color:#000;
}
#content #news .news-content a:hover,
#content #news .news-content a:active {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:24px;
    text-transform:none;
    color:#000;
    padding:0;
    text-decoration:none;
}
#content #csoon .csoon-carousel .slick-prev,
#content #csoon .csoon-carousel .slick-next {
    top:37%;
}
#content #csoon .csoon-slider {
    position:relative;
}
#content #csoon .csoon-picture p {
    margin-bottom:0;
}
#content #csoon .csoon-picture {
    width:100%;
    max-width:388px;
}
#cinema1 #content #csoon .csoon-picture {
    background-color:red;
}
#cinema2 #content #csoon .csoon-picture {
    background-color:turquoise;
}
#content #csoon .csoon-picture p.wp-caption-text {
    display:none;
}
#content #csoon .csoon-picture a {
    display:inline-block;
}
#content #csoon .csoon-picture img {
    opacity:0.5;
    width:100%;
    max-width:388px;
    width:100%;
    height:auto;
    margin-top:18px;
    transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s ease;
}
#cinema1 #content #csoon .csoon-picture img {
    filter: grayscale(0) saturate(1) sepia(1) hue-rotate(350deg);
    -webkit-filter: grayscale(0) saturate(1) sepia(1) hue-rotate(350deg);
    -moz-filter: grayscale(0) saturate(1) sepia(1) hue-rotate(350deg);
    -o-filter: grayscale(0) saturate(1) sepia(1) hue-rotate(350deg);
    -ms-filter: grayscale(0) saturate(1) sepia(1) hue-rotate(350deg);
}
#cinema2 #content #csoon .csoon-picture img {
    filter: grayscale(0) saturate(5) sepia(1) hue-rotate(110deg);
    -webkit-filter: grayscale(0) saturate(5) sepia(1) hue-rotate(110deg);
    -moz-filter: grayscale(0) saturate(5) sepia(1) hue-rotate(110deg);
    -o-filter: grayscale(0) saturate(5) sepia(1) hue-rotate(110deg);
    -ms-filter: grayscale(0) saturate(5) sepia(1) hue-rotate(110deg);
}
#canvas.spielplan.single #content #csoon .csoon-picture img {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    opacity:1;
}
#cinema1 #content #csoon .csoon-picture img:hover,
#cinema2 #content #csoon .csoon-picture img:hover {
    opacity:1;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    cursor:pointer;
}
#content #csoon .csoon-picture img:hover .csoon-picture-overlay {
    display:none;
}
#content #csoon .csoon-picture-overlay {
    position:absolute;
    width:388px;
    height:218px;
    background-color:red;
    top:16px;
    opacity:1;
    z-index:-1;
}
#canvas.twocol #content {
    margin:0 10px 0 10px;
}
#canvas.twocol #content table {
    width:100%;
    border-spacing:0;
    font-size:20px;
    line-height:24px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    margin-bottom:52px;
}
#canvas.twocol #content table tbody tr {
    height:58px;
}
#canvas.twocol #content table.filmcasino tbody tr:first-child td,
#cinema1 #canvas.twocol #content table tbody tr:first-child td,
#cinema2 #canvas.twocol #content table.filmcasino tbody tr:first-child td {
    border-bottom:1px solid #E84F3D;
}
#canvas.twocol #content table.filmhaus tbody tr:first-child td,
#cinema2 #canvas.twocol #content table tbody tr:first-child td,
#cinema1 #canvas.twocol #content table.filmhaus tbody tr:first-child td {
    border-bottom:1px solid #00cdbe;
}
#canvas.twocol #content table.filmcasino tbody tr:last-child td,
#cinema1 #canvas.twocol #content table tbody tr:last-child td,
#cinema2 #canvas.twocol #content table.filmcasino tbody tr:last-child td {
    border-bottom:1px solid #E84F3D;
}
#canvas.twocol #content table.filmhaus tbody tr:last-child td,
#cinema2 #canvas.twocol #content table tbody tr:last-child td,
#cinema1 #canvas.twocol #content table.filmhaus tbody tr:last-child td {
    border-bottom:1px solid #00cdbe;
}
#canvas.twocol #content table tbody tr td,
#canvas.twocol #content table tbody tr td {
    vertical-align:middle;
    padding-bottom:7px;
    padding-left:4px;
    border-bottom:1px dotted #000;
}
#canvas.twocol #content table tbody tr td:last-child {
    text-align:left;
}
#canvas.twocol #content table tbody tr td:first-child {
    width:200px;
    background:none !important;
}
#canvas.twocol #content table tbody tr td {
    width:197px;
    font-weight:400;
}
#canvas.twocol #content table tbody tr td:last-child {
    max-width:194px;
    width:33%;
}
#canvas.twocol #content table tbody tr td:nth-child(2n+1) {
    background:#FFF;
}
#canvas.twocol #content table tbody tr td:nth-child(3) {
    font-weight:500;
}
#canvas.twocol #content table tbody tr:first-child {
    height:28px;
}
#canvas.twocol #content table tbody tr:first-child td {
    text-transform:uppercase;
    text-align:left;
    font-weight:400;
    line-height:22px;
    padding-left:4px;
    padding-bottom:5px;
    vertical-align:top;
}
#canvas.twocol #content table tbody td a.popup-click {
    position:absolute;
    padding-left:5px;
}
#canvas.twocol #content table tbody td a.popup-click.popup-click-active {
    padding-left:0;
}
#canvas.twocol #content table tbody td a.popup-click svg#hall {
    width:22px;
    height:22px;
}
#canvas.twocol #content table.filmcasino tbody td a.popup-click svg#hall .hall-color {
    fill:#E84F3D;
}
#canvas.twocol #content table.filmhaus tbody td a.popup-click svg#hall .hall-color {
    fill:#00cdbe;
}
#canvas.twocol #content table tbody h5 {
    text-transform:none;
    font-size:20px;
    line-height:22px;
    margin:0;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
}
#canvas.twocol #content .article-content.col1 h5 {
    margin-bottom:22px;
    text-transform:none;
    font-size:20px;
    line-height:22px;
    margin:0;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
}
#canvas.twocol #content table tbody a,
#canvas.twocol #content table tbody a:visited {
    font-size:20px;
    line-height:24px;
    color:#E84F3D;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
}
#canvas.twocol #content table tbody a.popup-click::before,
#canvas.twocol #content table tbody a.popup-click:hover:before {
    content:none;
}
#canvas.twocol #content table tbody a:hover,
#canvas.twocol #content table tbody a:active {
    font-size:20px;
    line-height:24px;
    color:#000;
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
}
#canvas.twocol #content .article-wrapper {
    margin-bottom: 62px;
    padding:0;
    width: 100%;
    max-width:100%;
}
#canvas.twocol #content .article-wrapper .col1 h1,
#canvas.twocol #content .article-wrapper .col2 h1 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:48px;
    line-height:52px;
    margin:0 0 40px 0;
}
#canvas.twocol #content .article-wrapper .col1 p,
#canvas.twocol #content .article-wrapper .col2 p,
#canvas.twocol #content .article-wrapper .col1 li,
#canvas.twocol #content .article-wrapper .col2 li {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:24px;
}
#canvas.twocol #content .article-wrapper .col1 h4,
#canvas.twocol #content .article-wrapper .col2 h4 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:20px;
    line-height:24px;
}
#canvas.twocol #content .article-wrapper .col1 a,
#canvas.twocol #content .article-wrapper .col1 a:visited,
#canvas.twocol #content .article-wrapper .col2 a,
#canvas.twocol #content .article-wrapper .col2 a:visited {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:24px;
    text-decoration:none;
}
#cinema1 #canvas.twocol #content .article-wrapper .col1 a,
#cinema1 #canvas.twocol #content .article-wrapper .col1 a:visited,
#cinema1 #canvas.twocol #content .article-wrapper .col2 a,
#cinema1 #canvas.twocol #content .article-wrapper .col2 a:visited {
    color:#E84F3D;
}
#cinema2 #canvas.twocol #content .article-wrapper .col1 a,
#cinema2 #canvas.twocol #content .article-wrapper .col1 a:visited,
#cinema2 #canvas.twocol #content .article-wrapper .col2 a,
#cinema2 #canvas.twocol #content .article-wrapper .col2 a:visited {
    color:#00cdbe;
}
#canvas.twocol #content .article-wrapper .col1 a:hover,
#canvas.twocol #content .article-wrapper .col1 a:active,
#canvas.twocol #content .article-wrapper .col2 a:hover,
#canvas.twocol #content .article-wrapper .col2 a:active {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:24px;
    text-decoration:none;
}
#cinema1 #canvas.twocol #content .article-wrapper .col1 a:hover,
#cinema1 #canvas.twocol #content .article-wrapper .col1 a:active,
#cinema1 #canvas.twocol #content .article-wrapper .col2 a:hover,
#cinema1 #canvas.twocol #content .article-wrapper .col2 a:active,
#cinema2 #canvas.twocol #content .article-wrapper .col1 a:hover,
#cinema2 #canvas.twocol #content .article-wrapper .col1 a:active,
#cinema2 #canvas.twocol #content .article-wrapper .col2 a:hover,
#cinema2 #canvas.twocol #content .article-wrapper .col2 a:active {
    color:#000;
}
#canvas.twocol.special #content .article-wrapper .col1 a,
#canvas.twocol.special #content .article-wrapper .col1 a:hover,
#canvas.twocol.special #content .article-wrapper .col1 a:visited,
#canvas.twocol.special #content .article-wrapper .col1 a:active {
    overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}
#canvas.twocol #content .article-wrapper #image-footer,
#canvas.twocol #content #image-footer {
    width:100%;
}
#canvas.twocol #content .article-wrapper #image-footer img,
#canvas.twocol #content #image-footer img {
    width:100%;
    height:auto;
}
#canvas.twocol #content .article-wrapper .col1 {
    max-width:592px;
    width:100%;
    float:left;
    margin-bottom:70px;
    margin-right:20px;
}
#canvas.twocol #content .article-wrapper .col2 {
    max-width:592px;
    width:100%;
    float:left;
    padding-top:92px;
    margin-bottom:70px;
}
#canvas.twocol #content .article-wrapper #map-fc,
#canvas.twocol #content .article-wrapper #map-fh {
    width:100%;
    height:100%;
    position:absolute !important;   
    top:0;
    left:0;
}

#canvas.twocol #content .article-wrapper .gm {
    position:relative;
    width:100%;
    height:0;
    padding-bottom: 69.765%;
    margin-bottom:24px;
    margin-top:48px;
}

#canvas.twocol #content .article-wrapper #map-fc .view-link span,
#canvas.twocol #content .article-wrapper #map-fh .view-link span{
    display:none;
}
#canvas.twocol #content .article-wrapper #map-fc .gmnoprint,
#canvas.twocol #content .article-wrapper #map-fc .gm-style-cc,
#canvas.twocol #content .article-wrapper #map-fh .gmnoprint,
#canvas.twocol #content .article-wrapper #map-fh .gm-style-cc {
    display:none;
}
#canvas.twocol #content .article-wrapper #map-fc iframe,
#canvas.twocol #content .article-wrapper #map-fh iframe {
    width:100%;
}
#cinema1 #canvas.twocol #content .article-wrapper .col1 form input {
    max-width:387px;
    width:100%;
    background:#E84F3D;
    font-family: brandon-grotesque;
    font-size: 18px;
    line-height: 22px;
    margin-bottom:0;
    color:#FFF;
    border:none;
    height:36px;
    padding-left:5px;
    box-sizing:border-box;
}
#cinema2 #canvas.twocol #content .article-wrapper .col1 form input {
    max-width:387px;
    width:100%;
    background:#00cdbe;
    font-family: brandon-grotesque;
    font-size: 18px;
    line-height: 22px;
    margin-bottom:0;
    color:#FFF;
    border:none;
    height:36px;
    padding-left:5px;
    box-sizing:border-box;
}
#cinema1 #canvas.twocol #content .article-wrapper .col1 form input[type="submit"] {
    border:none;
    cursor:pointer;
    margin: 0 0 5px;
    padding: 0;
    max-width: 395px;
    width:100%;
    background:none;
    color:#E84F3D;
    text-align:right;
}
#cinema2 #canvas.twocol #content .article-wrapper .col1 form input[type="submit"] {
    border:none;
    cursor:pointer;
    margin: 0 0 5px;
    padding: 0;
    max-width: 395px;
    width:100%;
    background:none;
    color:#00cdbe;
    text-align:right;
}
/*
 * seems to be not used any more
#canvas.twocol #content .article-wrapper .col1 form #nlsubmit2:disabled {
    color:#DADADA;
}
*/
#canvas.twocol #content .article-wrapper .col1 ul {
    margin:0 0 24px 2px;
    padding:0;
    list-style:none;
}
#canvas.twocol #content .article-wrapper .col1 li {
    margin:0 0 8px 0;
    padding:0;
    color:#4d4d4d;
}
#canvas.twocol #content .article-wrapper .col1 ul li:before {  
    content: "\2013\A0";  
    text-decoration: none;
    margin-left:-15px;
}
#canvas.twocol #content .article-wrapper .col1 p + ul {  
    margin-top:-18px;
}
#canvas.twocol #content h6 {  
    font-family: brandon-grotesque;
    font-size: 14px;
    line-height: 18px;
    font-weight:400;
    font-style:normal;
    margin-top:0;
}

/* Geschichte, cinemorning */

#canvas.twocol.indent #content {
    margin: 0;
}
#canvas.twocol.indent #content .article-wrapper {
    margin-bottom:0;
}
#canvas.twocol.indent #content .article-wrapper .col1 h3 {
    font-family: brandon-grotesque;
    font-size: 22px;
    line-height: 26px;
    font-weight:400;
    text-transform:uppercase;
}
#canvas.twocol.indent #content .article-wrapper .col1 img {
    height:auto;
    width:auto;
    margin-right:20px;
    max-width:491px;
}
#canvas.twocol.indent #content .article-wrapper .col1 {
    max-width:491px;
    float:left;
    margin-bottom:52px;
    margin-right:53px;
    padding-left:272px;
    margin-left:10px;
    position:relative;
    display:table;
}
#canvas.twocol.indent #content .article-wrapper .col1 .v-container,
#canvas.twocol.indent #content .article-wrapper .col2 .v-container,
#canvas.twocol.indent #content .article-wrapper .col1 .lyte-wrapper,
#canvas.twocol.indent #content .article-wrapper .col2 .lyte-wrapper{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    margin-bottom:18px;
    margin-top:18px;
}
#canvas.twocol.indent #content .article-wrapper .col1 .lyte-wrapper,
#canvas.twocol.indent #content .article-wrapper .col2 .lyte-wrapper{
    width:470px !important;
    margin: 0px !important;
}
#canvas.twocol.indent #content .article-wrapper .col1 iframe,
#canvas.twocol.indent #content .article-wrapper .col2 iframe {
    position:absolute;
    top:0;
    left:0;
    max-width:491px;
    height:100%;
    width:100%;
}
#canvas.twocol.indent #content .article-wrapper .col2 {
    max-width:388px;
    width:auto;
    float:none;
    margin-bottom:52px;
    display:table;
    padding-top:96px;
    padding-right:10px;
}
#canvas.twocol.indent #content .article-wrapper .col2 a,
#canvas.twocol.indent #content .article-wrapper .col2 a:hover,
#canvas.twocol.indent #content .article-wrapper .col2 a:visited,
#canvas.twocol.indent #content .article-wrapper .col2 a:active {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:14px;
    line-height:18px;
    color:#000;
}
#canvas.twocol.indent.single #content .article-wrapper .col2 {
    margin-bottom:0;
    padding-top:0;
    margin-top:40px;
}
#canvas.twocol.indent #content .article-wrapper .col1 p {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:24px;
    color:#333;
}
#canvas.twocol.indent #content .article-wrapper .col1 h2 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:30px;
    line-height:34px;
    color:#000;
    text-transform:none;
    margin-bottom:24px;
}
#canvas.twocol.indent #content .article-wrapper .col2,
#canvas.twocol.indent #content .article-wrapper .col2 p {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:14px;
    line-height:18px;
    color:#4d4d4d;
}
#canvas.twocol.indent #content #image-header {
    margin:0 10px 16px 10px;
    max-height:450px;
    overflow:hidden;
}
#canvas.twocol.indent #content p.wp-caption-text {
    display:none;
}
#canvas.twocol.indent #content #image-header img {
    width:100%;
    height:auto;
}
#canvas.twocol.indent #content .article-wrapper .col2 img {
    max-width:100%;
    height:auto;
    margin-bottom:25px;
    width:100%;
    display:block;
}
#canvas.twocol.indent.special #content .article-wrapper .col2 img {
    max-width:100%;
    height:auto;
    margin-bottom:25px;
    width:auto;
}
#canvas.twocol.indent.single #content .article-wrapper .col2 img {
    max-width:100%;
    height:auto;
    margin-bottom:25px;
    width:auto;
}
#canvas.twocol.indent #content .date-wrapper {
    clear:both;
}
#canvas.twocol.indent #content .date-wrapper p {
    margin-bottom:15px;
}
#canvas.twocol.indent #content .date-wrapper h4 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:20px;
    text-transform:uppercase;
    margin:0 0 30px 0;
    letter-spacing:1px;
}
#cinema1 #canvas.twocol.indent #content .date-wrapper h4 {
    color:#e84f3d;
}
#cinema2 #canvas.twocol.indent #content .date-wrapper h4 {
    color:#00cdbe;
}
#canvas.twocol.indent #content .date-wrapper h3 {
    font-family:brandon-grotesque, sans-serif;
    font-weight:500;
    font-style:normal;
    font-size:18px;
    line-height:22px;
    text-transform:uppercase;
    margin:0 10px 0 10px;
    padding-bottom:18px;
    letter-spacing:1px;
}
#cinema1 #canvas.twocol.indent #content .date-wrapper h3 {
    color:#e84f3d;
    border-bottom:1px solid #e84f3d;
}
#cinema2 #canvas.twocol.indent #content .date-wrapper h3 {
    color:#00cdbe;
    border-bottom:1px solid #00cdbe;
}
#canvas.twocol.indent #content .date-wrapper .article-wrapper {
    float: left;
    margin-bottom: 62px;
    max-width: 592px;
    padding: 10px;
}
#canvas.twocol.indent #content .date-wrapper .inner-date-wrapper {
    display:flex;
    flex-wrap:wrap;
}
#canvas.twocol.indent #content .date-wrapper .article-wrapper:nth-of-type(odd) {
    clear:both;
}
#canvas.twocol.indent #content .date-wrapper .article-wrapper:nth-of-type(2n+1) {
    clear: both;
}


/* */

footer {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:26px;
    border-top:1px solid #000;
    margin:0 10px 0 10px;
}
footer a,
footer a:visited,
footer a:active {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:26px;
    text-decoration:none;
    color:#000;
}
footer a:hover {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:26px;
    text-decoration:none;
}
#cinema1 footer a:hover {
    color:#E84F3D;
}
#cinema2 footer a:hover {
    color:#00cdbe;
}
footer #footer-wrapper {
    display:table;
    margin-top:22px;
}
footer #col1-2-wrapper {
    display: table-cell;
    max-width: 544px;
}
footer #footer-col1 {
    width:272px;
    display:table-cell;
    margin-bottom:22px;
    vertical-align:top;
}
footer #footer-col1 svg {
    display:block;
    width:152px;
    margin-bottom:22px;
    height:47px;
}
footer #footer-col2 svg {
    display:block;
    height:75px;
    margin-bottom:22px;
    width:73px;
}
footer #footer-col2 a,
footer #footer-col2 a:visited {
    color:#000 !important;
}
#cinema1 footer #footer-col2 a:hover,
#cinema1 footer #footer-col2 a:active {
    color:#E84F3D !important;
}
#cinema2 footer #footer-col2 a:hover,
#cinema2 footer #footer-col2 a:active {
    color:#00cdbe !important;
}
footer #footer-col2 {
    display:table-cell;
    width:272px;
    margin-bottom:22px;
    vertical-align:top;
}
footer #col3-4-5-wrapper {
    display: table-cell;
}
footer #col4-5-wrapper {
    display: table-cell;
    width:388px;
}
footer #footer-col3,
footer #footer-col4 {
    text-transform: uppercase;
    display: table-cell;
    width: 272px;
    vertical-align: top;
}
footer #footer-col3 .social-resp {
    display:none;
}
footer #footer-col4 .social-resp {
    margin-top:22px;
}
footer #footer-col5 {
    display:table-cell;
    vertical-align: top;
    width:116px;
}
footer #footer-col5 img {
    max-width:116px;
    height:auto;
    margin-bottom:13px;
}
footer #end {
    font-family:brandon-grotesque, sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:18px;
    line-height:26px;
    margin-top:76px;
    padding-top:16px;
    text-transform:uppercase;
    text-align:center;
    height:38px;
}
#cinema1 footer #end {
    color:#E84F3D;
    border-top:1px solid #E84F3D;
}
#cinema2 footer #end {
    color:#00cdbe;
    border-top:1px solid #00cdbe;
}
.is-sticky #menu #logo-fc-small {
    -webkit-transform: translate(151px, 0px);
    -moz-transform: translate(151px, 0px);
    -ms-transform: translate(151px, 0px);
    -o-transform: translate(151px, 0px);
    transform: translate(151px, 0px);
    opacity: 1;
    z-index:99999999;
}
.is-sticky #menu #logo-fh-small {
    -webkit-transform: translate(151px, 0px);
    -moz-transform: translate(151px, 0px);
    -ms-transform: translate(151px, 0px);
    -o-transform: translate(151px, 0px);
    transform: translate(151px, 0px);
    opacity: 1;
    z-index:99999999;
}
#cinema1 .is-sticky #menu .menu-hauptmenue-container ul {
    -webkit-transform: translate(151px, 0px);
    -moz-transform: translate(151px, 0px);
    -ms-transform: translate(151px, 0px);
    -o-transform: translate(151px, 0px);
    transform: translate(151px, 0px);
    max-width:850px;
}
#cinema2 .is-sticky #menu .menu-hauptmenue-container ul {
    -webkit-transform: translate(151px, 0px);
    -moz-transform: translate(151px, 0px);
    -ms-transform: translate(151px, 0px);
    -o-transform: translate(151px, 0px);
    transform: translate(151px, 0px);
    max-width:850px;
}
#cinema1 .is-sticky #menu .menu-hauptmenue-container ul ul {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    max-width:850px;
}
#cinema2 .is-sticky #menu .menu-hauptmenue-container ul ul {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    max-width:850px;
}
#cinema1 .is-sticky #menu .menu-submenue-container ul {
    -webkit-transform: translate(151px, 0px);
    -moz-transform: translate(151px, 0px);
    -ms-transform: translate(151px, 0px);
    -o-transform: translate(151px, 0px);
    transform: translate(151px, 0px);
}
#cinema2 .is-sticky #menu .menu-submenue-container ul {
    -webkit-transform: translate(151px, 0px);
    -moz-transform: translate(151px, 0px);
    -ms-transform: translate(151px, 0px);
    -o-transform: translate(151px, 0px);
    transform: translate(151px, 0px);
}
.is-sticky {
    z-index:9998 !important;
}
@media only screen and (max-width: 1300px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:48.3%;
        display:table;
    }
    #content .article-wrapper .article-content img,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper .article-content img {
        width:100%;
        height:auto;
    }
    #content .article-wrapper .article-content .popup-img img {
        width:592px;
    }
    #canvas.preview #content .article-wrapper {
        width:32.2%;
        display:table;
    }
    #canvas.preview #content .article-wrapper .article-content img {
        width:100%;
        height:auto;
    }
    #canvas.twocol #content .article-wrapper .col1 {
        box-sizing:border-box;
        margin-right:10px;
        width: calc(50% - 10px);
    }
    #canvas.twocol #content .article-wrapper .col2 {
        margin-left:10px;
        width: calc(50% - 10px);
    }
    #content .article-wrapper h1,
    #content .article-wrapper h1 a,
    #content .article-wrapper h1 a:hover,
    #content .article-wrapper h1 a:visited,
    #content .article-wrapper h1 a:active,
    #content .article-wrapper a h1,
    #content .article-wrapper a:hover h1,
    #content .article-wrapper a:visited h1,
    #content .article-wrapper a:active h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:hover,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:visited,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:active,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a:hover h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a:visited h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a:active h1,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:hover,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:active,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper a:hover h1,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper a:active h1,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:hover,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:active,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper a:hover h1,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper a:active h1,
	#content #nl-anmeldung .nl-anmeldung-wrapper h1 {
        font-size:42px;
        line-height:46px;
    }
    #canvas.twocol.indent #content .article-wrapper .col1 {
        max-width: 482px;
        box-sizing:content-box;
    }
    #canvas.twocol.indent #content .article-wrapper .col2 {
        max-width: 100%;
        float:none;
        margin-left:10px;
    }

    /*#search-icon1 {
            right: 25px;
    }*/

    #cinema2 #search-form1,
    #cinema2 #search-form1 {
        min-width:368px;
    }

    #canvas.spielplan.single #content .article-wrapper #sidebar-res,
    #canvas.spielplan.single #content .article-wrapper #sidebar-res .additional-info {
        width: 195px;
    }
    #canvas.spielplan.single #content .article-info {
        max-width: 204px;
        width:100%;
    }
    #canvas.spielplan.single #content .article-wrapper #sidebar-res .article-info .icon-tickets {
        margin-right:5px;
    }
    #cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res .value,
    #cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res .value {
        max-width:195px;
        background-position: 160px 50%;
    }
    #canvas.spielplan.single #content .article-wrapper #article-content-header {
        max-width: 472px;
        padding-left: 215px;
    }
    #canvas.twocol.indent.single #content .article-wrapper .col1 {
        max-width: 472px;
        padding-left: 215px;
    }
    #canvas.twocol.indent.single #content .article-wrapper .col2 {
        max-width: 195px;
    }
    #canvas.spielplan #content .article-wrapper table thead th:first-child,
    #canvas.spielplan #content .article-wrapper table tbody td:first-child {
        padding-left: 0;
        width:16%;
    }
    #canvas.spielplan #content .article-wrapper table tbody td {
        font-size: 18px;
    }
    #canvas.spielplan #content .article-wrapper table tbody td a,
    #canvas.spielplan #content .article-wrapper table tbody td a:hover,
    #canvas.spielplan #content .article-wrapper table tbody td a:visited,
    #canvas.spielplan #content .article-wrapper table tbody td a:active {
        font-size: 18px;
    }
    #canvas.spielplan #content .article-wrapper table tbody td .disp-time .oclock {
        display:none;
    }
    #canvas.spielplan #content .article-wrapper table thead th .long-day {
        display: none;
    }
    #canvas.spielplan #content .article-wrapper table thead th .short-day {
        display: block;
    }
}
@media only screen and (max-width: 1250px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:48.2%;
    }
    #canvas.twocol.indent #content .article-wrapper .col1 {
        padding-left:262px;
    }
    #canvas.preview #content .article-wrapper {
        width:32.1%;
    }
    #canvas .menu-submenue-container.spielplan li.week-sel select,
    #canvas .menu-submenue-container.spielplan ul li.current-menu-item.week-sel select {
        background-position: 166px 50%;
        width:190px;
    }
}

@media only screen and (max-width: 1220px){
    #menu .menu-submenue-container.program ul li.sp,
    #menu .menu-submenue-container.spielplan ul li.sp {
        padding-left: 30px;
    }
    .menu-submenue-container.program ul li:last-child,
    .menu-submenue-container.spielplan ul li:last-child {
        padding-left: 30px;
    }
}


@media only screen and (max-width: 1185px){
    #canvas {
        padding-left: 18px;
        padding-right: 18px;
    }
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:48.1%;
    }
    #canvas.preview #content .article-wrapper {
        width:32%;
    }
    #canvas.twocol.indent #content .article-wrapper .col1 {
        padding-left:150px;
    }
    #content .article-wrapper.single .article-content {
        width: 625px;
    }
    #content .article-wrapper.single .article-info {
        width:calc(100% - 641px);
    }
}
@media only screen and (max-width: 1160px){
    #canvas.program #menu .menu-submenue-container.program ul li.week1,
    #canvas.program #menu .menu-submenue-container.program ul li.week2,
    #canvas.program #menu .menu-submenue-container.spielplan ul li.week1,
    #canvas.program #menu .menu-submenue-container.spielplan ul li.week2 {
        display:none;
    }
    #menu .menu-hauptmenue-container ul li {
        margin-right: 46px;
    }
    .menu-submenue-container.special ul li {
        padding-right: 46px;
    }
    .menu-submenue-container.program ul li:last-child,
    .menu-submenue-container.spielplan ul li:last-child {
        padding-left: 49px;
    }
    #menu .menu-submenue-container.program ul li.sp,
    #menu .menu-submenue-container.spielplan ul li.sp {
        padding-left: 49px;
    }
}
@media only screen and (max-width: 1125px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:48%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.9%;
    }
}
@media only screen and (max-width: 1075px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47.9%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.8%;
    }
    #canvas.twocol.indent #content .article-wrapper .col1 {
        margin-right: 10px;
    }
    #canvas.program #content .article-wrapper .article-info .date {
        padding-right: 25px;
    }
}
@media only screen and (max-width: 1050px){
    #menu .menu-submenue-container.program ul li.sp,
    #menu .menu-submenue-container.spielplan ul li.sp {
        margin-left: 0;
    }
    #menu .menu-hauptmenue-container ul li {
        margin-right: 34px;
    }
    .menu-submenue-container.program ul li:last-child,
    .menu-submenue-container.spielplan ul li:last-child {
        padding-left: 34px;
    }
    #menu .menu-submenue-container.program ul li.sp,
    #menu .menu-submenue-container.spielplan ul li.sp {
        padding-left: 34px;
    }
}
@media only screen and (max-width: 1025px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47.8%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.85%;
    }
    #content #news .news-picture img {
        max-width: 464px;
    }
    #content #news .news-content h1 {
        font-size: 42px;
        line-height: 46px;
    }
    #content #news .news-content p {
        margin-left: 484px;
    }
    #content #news .news-content {
        margin-right: 0;
    }
    #content .article-wrapper.feature h1,
    #content .article-wrapper.feature h2,
    #content .article-wrapper.feature p {
        padding-left: 154px;
    }
    #content .article-wrapper.feature h1,
    #content .article-wrapper.feature h2 {
        font-size: 34px;
        line-height: 36px;
    }
    /*#content .article-wrapper h1,
    #content .article-wrapper h1 a,
    #content .article-wrapper h1 a:hover,
    #content .article-wrapper h1 a:visited,
    #content .article-wrapper h1 a:active,
    #content .article-wrapper a h1,
    #content .article-wrapper a:hover h1,
    #content .article-wrapper a:visited h1,
    #content .article-wrapper a:active h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:hover,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:visited,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:active,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a:hover h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a:visited h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a:active h1,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:hover,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:active,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper a:hover h1,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper a:active h1,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:hover,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:active,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper a:hover h1,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper a:active h1 {
        font-size: 26px;
        line-height: 30px;
    }*/
    #canvas.spielplan header {
        min-height: 330px;
    }
    .pdf-down {display:none}
}
@media only screen and (max-width: 980px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47.7%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.8%;
    }
    #content .article-wrapper.single .article-content {
        width: 460px;
    }
    #content .article-wrapper.single .article-info {
        width:calc(100% - 476px);
    }
    #content .article-wrapper.single h1,
    #content .article-wrapper.single h1 a,
    #content .article-wrapper.single h1 a:hover,
    #content .article-wrapper.single h1 a:visited,
    #content .article-wrapper.single h1 a:active,
    #content .article-wrapper.single a h1,
    #content .article-wrapper.single a:hover h1,
    #content .article-wrapper.single a:visited h1,
    #content .article-wrapper.single a:active h1 {
        font-size: 34px;
        line-height: 38px;
    }
    #content .article-wrapper.single p,
    #content .article-wrapper p,
	#content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper p {
        font-size: 18px;
        line-height: 22px;
    }
    #canvas.twocol.indent #content #image-header {
        max-height: 400px;
    }
    #canvas.spielplan #content .article-wrapper table thead th .short-day br {
        display: block;
    }
    #menu #logo-fc-small,
    #menu #logo-fh-small {
        display:none;
    }
    #cinema1 .is-sticky #menu .menu-hauptmenue-container ul,
    #cinema2 .is-sticky #menu .menu-hauptmenue-container ul {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    #cinema1 .is-sticky #menu .menu-submenue-container ul,
    #cinema2 .is-sticky #menu .menu-submenue-container ul {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    #kino-filter h1 {
        font-size:28px;
        line-height:28px;
    }
    #kino-filter p {
        text-align: left;
        margin-bottom:20px;
    }
    #kino-filter #note {
        padding-left:14px;
        margin-top:20px;
    }
    #kino-filter #note label#onlyonce {
        padding-right:10px;
    }
}
@media only screen and (max-width: 945px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47.6%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.7%;
    }
    #canvas .menu-submenue-container.spielplan li.week-sel form,
    #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel-wrapper {
        display: inline-block;
    }
    #canvas #menu .menu-submenue-container.spielplan li.week-sel {
        padding-top: 3px;
        padding-left:0;
    }
    .menu-submenue-container.spielplan ul li.week1,
    .menu-submenue-container.spielplan ul li.week2 {
        display:none;
    }
    #menu .menu-submenue-container.program ul li.sp,
    #menu .menu-submenue-container.spielplan ul li.sp,
    .menu-submenue-container.program ul li:last-child,
    .menu-submenue-container.spielplan ul li:last-child {
        padding-left: 20px;
    }
    .menu-submenue-container.spielplan ul li.week1 a,
    .menu-submenue-container.spielplan ul li.week1,
    .menu-submenue-container.program ul li.week1 a,
    .menu-submenue-container.program ul li.week1 {
        padding-right: 0;
    }
    #canvas.spielplan #menu .menu-submenue-container ul li.week-sel {
        display:inline-block;
        width:200px;
        margin-left:10px;
    }
}
@media only screen and (max-width: 915px){
    #cinema1 #logo-fc {
        height:132px;
        width:305px;
        padding-top:18px;
        margin-bottom:3px;
    }
    #cinema2 #logo-fh {
        height:132px;
        margin-left:10px;
    }
    #logo-fc svg {
        max-width: 305px;
    }
    #logo-fh svg {
        max-height: 132px;
    }
    #menu .menu-hauptmenue-container ul li {
        margin-right: 30px;
    }
    #canvas.program header,
    #canvas.twocol header,
    #canvas.twocol.indent.special header {
        min-height: 0;
    }
    #canvas.program header {
        min-height: 260px;
    }
    #canvas.program.preview header {
        min-height: 273px;
    }
    #canvas.twocol.indent #content .article-wrapper .col1 {
        max-width: 382px;
    }
    #canvas.spielplan header {
        min-height: 264px;
    }
    .menu-submenue-container.special ul {
        margin: 0 10px 0 10px;
    }
    .menu-submenue-container.special ul li {
        padding-right: 30px;
    }
    #tel-wrapper {
        font-size: 16px;
        margin-top: 0;
        top: -51px;
        width: 115px;
        height:22px;
        line-height:22px;
    }
    #tel-wrapper p {
        margin:0;
        padding-top:1px;
    }
    #tel-wrapper svg {
        height: 22px;
        width: 11px;
        margin-top:0;
    }
    #interactive-wrapper {
        height: 28px;
        width: 115px;
    }
    #search-icon {
        height: 18px;
        margin-top: 4px;
        width: 18px;
    }
    #basket-icon {
        height: 16px;
        left: 34px;
        margin-top: 3px;
        width: 13px;
    }
    #nl-icon {
        height: 13px;
        left: 66px;
        margin-top: 3px;
        width: 17px;
    }
    #login-icon {
        height: 18px;
        left: 101px;
        margin-top: 4px;
        width: 13px;
    }
    #search-form {
        top: -5px;
    }
    #canvas.twocol.indent #content #image-header {
        max-height: 350px;
    }
}
@media only screen and (max-width: 905px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47.5%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.65%;
    }
    #canvas.twocol.indent.single #content .article-wrapper .col1 {
        max-width: 100%;
        padding-left: 240px;
    }
    #canvas.spielplan.single #content .article-wrapper #sidebar-res .additional-info,
    #canvas.spielplan.single #content .article-wrapper #sidebar-res {
        width: 220px;
    }
    #canvas.spielplan.single #content .article-info {
        width: 100%;
        max-width:100%;
    }
    #cinema1 #canvas.spielplan.single #content .article-wrapper #sidebar-res .value,
    #cinema2 #canvas.spielplan.single #content .article-wrapper #sidebar-res .value {
        background-position: 187px 50%;
        max-width: 213px;
    }
    #canvas.spielplan.single #content .article-wrapper #sidebar-res #date-sel {
        max-width: 213px;
    }
    #canvas.spielplan.single #content .article-wrapper #article-content-header {
        max-width: 100%;
        padding-left: 240px;
        box-sizing:border-box;
        padding-right:20px;
    }
    #canvas.twocol.indent.single #content .article-wrapper .col2 {
        float: left;
    }
}
@media only screen and (max-width: 875px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47.4%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.6%;
    }
    #canvas.twocol.indent #content .article-wrapper .col1 {
        padding-left: 0;
    }
    #canvas.twocol #content table thead th a.popup-click {
        margin-left: 5px;
        position: relative;
        display:block;
    }
    #canvas.program #content .article-wrapper .article-info .date {
        padding-right: 15px;
    }
    #canvas.program #content .article-wrapper .article-info .day {
        width: 110px;
    }
    #canvas.program #content .article-wrapper .article-info .time,
    #canvas.program #content .article-wrapper .article-info .day,
    #canvas.program #content .article-wrapper .article-info .date {
        font-size: 16px;
    }
    #canvas.spielplan #content .sp-full {
        display:none;
    }
    #canvas.spielplan #content .sp-resp {
        display:block;
    }
    #canvas.spielplan #content .sp-resp .article-wrapper table thead th:first-child {
        visibility:visible !important;
    }
    #canvas.spielplan #content .article-wrapper {
        margin-bottom: 0;
    }
    #canvas.spielplan #content .article-wrapper table tbody td {
        height:32px;
    }
    #canvas.spielplan #content .article-wrapper table thead th .long-day {
        display: block;
    }
    #canvas.spielplan #content .article-wrapper table thead th .short-day {
        display: none;
    }
    #canvas.spielplan #content .article-wrapper table thead th {
        padding-left:0;
        height:32px;
    }
    #canvas.spielplan #content .article-wrapper table thead th:first-child,
    #canvas.spielplan #content .article-wrapper table tbody td:first-child {
        width:300px;
    }
    #canvas.spielplan #content .article-wrapper table tbody td {
        width: auto;
    }
    #canvas.spielplan #content .article-wrapper .tableFloatingHeader {
        display:none !important;
    }
    #canvas.spielplan header {
        min-height: 266px;
    }
    #canvas.spielplan #content .article-wrapper.specials table tbody tr:first-child {
        border-top: none;
    }
    #canvas.spielplan #content table tbody tr {
        border-top: none;
        border-bottom:1px dotted;
    }
    #canvas.spielplan #content table tbody tr:last-child {
        border-bottom: none;
    }
    #canvas.spielplan #content table tbody tr:hover {
        border-top:none;
    }
    #canvas.spielplan #content table tbody tr:hover + tr {
        border-top:none;
    }
    #cinema1 #canvas.spielplan #content table:first-child thead tr:first-child {
        border-bottom: 1px solid #e84f3d;
    }
    #cinema2 #canvas.spielplan #content table:first-child thead tr:first-child {
        border-bottom: 1px solid #00cdbe;
    }
    #canvas.spielplan #content table tbody tr:hover + thead tr {
        border-top:1px solid;
    }
    #canvas.spielplan #content .article-wrapper table tbody td a,
    #canvas.spielplan #content .article-wrapper table tbody td a:hover,
    #canvas.spielplan #content .article-wrapper table tbody td a:visited,
    #canvas.spielplan #content .article-wrapper table tbody td a:active {
        display: inline-block;
        margin-right:20%;
    }
    #canvas.spielplan #content .article-wrapper table tbody td a.cinema1,
    #canvas.spielplan #content .article-wrapper table tbody td a.cinema1:visited {
        color:#e84f3d;
    }
    #canvas.spielplan #content .article-wrapper table tbody td a.cinema2,
    #canvas.spielplan #content .article-wrapper table tbody td a.cinema2:visited {
        color:#00cdbe;
    }
    #canvas.spielplan #content .article-wrapper table tbody td a.cinema1:hover,
    #canvas.spielplan #content .article-wrapper table tbody td a.cinema1:active,
    #canvas.spielplan #content .article-wrapper table tbody td a.cinema2:hover,
    #canvas.spielplan #content .article-wrapper table tbody td a.cinema2:active {
        color:#000 !important;
    }
    #canvas.spielplan #content .article-wrapper table tbody td a:last-child {
        margin-right:0;
    }
}
@media only screen and (max-width: 845px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47.3%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.5%;
    }
}
@media only screen and (max-width: 815px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47.2%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.45%;
    }
    #content .article-wrapper.single .article-content {
        width: 340px;
    }
    #content .article-wrapper.single .article-info,
    #content .date-wrapper .article-wrapper.single .article-info {
        width:calc(100% - 356px);
    }
}


@media only screen and (max-width: 800px){
    #interactive-menu-wrapper #interactive {
        position:relative !important
    }
}


@media only screen and (max-width: 790px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47.1%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.4%;
    }
    #canvas.twocol .menu-submenue-container ul li.week1,
    #canvas.twocol .menu-submenue-container ul li.week2,
    #canvas.special .menu-submenue-container ul li.week1,
    #canvas.special .menu-submenue-container ul li.week2,
    #canvas.heute .menu-submenue-container ul li.week1,
    #canvas.heute .menu-submenue-container ul li.week2 {
        display:none;
    }
}
@media only screen and (max-width: 768px){
    footer #footer-wrapper {
        width:100%;
        display:table;
    }
    footer #col1-2-wrapper {
        display: table-cell;
        width: 66%;
    }
    footer #footer-col1 {
        width: 33%;
        display: table-cell;
        vertical-align: top;
    }
    footer #footer-col2 {
        display: table-cell;
        width: 33%;
    }
    footer #col3-4-5-wrapper {
        display: table-cell;
        width: 33%;
        vertical-align: top;
    }
    footer #footer-col3 {
        margin-bottom:22px;
    }
    footer #footer-col3,
    footer #footer-col4,
    footer #footer-col5 {
        display: block;
        width:auto;
    }
    footer #footer-col5 {
        margin-top:22px;
    }
    footer #footer-col5 img {
        max-width:150px;

    }
    footer a,
    footer a:visited,
    footer a:active {
        font-size:16px;
        line-height:24px;
    }
    footer a:hover {
        font-size:16px;
        line-height:24px;
    }
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:47%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.3%;
    }
    #content .article-wrapper h1,
    #content .article-wrapper h1 a,
    #content .article-wrapper h1 a:hover,
    #content .article-wrapper h1 a:visited,
    #content .article-wrapper h1 a:active,
    #content .article-wrapper a h1,
    #content .article-wrapper a:hover h1,
    #content .article-wrapper a:visited h1,
    #content .article-wrapper a:active h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:hover,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:visited,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper h1 a:active,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a:hover h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a:visited h1,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper a:active h1,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:hover,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:active,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper a:hover h1,
    #cinema1 #canvas.twocol #content .date-wrapper .article-wrapper a:active h1,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:hover,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper h1 a:active,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper a:hover h1,
    #cinema2 #canvas.twocol #content .date-wrapper .article-wrapper a:active h1,
	#content #nl-anmeldung .nl-anmeldung-wrapper h1 {
        font-size:34px;
        line-height:38px;
    }
#content #nl-anmeldung .nl-anmeldung-wrapper p,
#content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="email"],
#content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper form #newsletteranmeldung input[type="submit"] {
        font-size:18px;
        line-height:22px;
    }
#content #nl-anmeldung .nl-anmeldung-wrapper .inner-wrapper {
    max-width:100% !important;
}
    #content #news .news-picture img {
        max-width: 340px;
    }
    #content #news .news-content h1 {
        font-size: 34px;
        line-height: 38px;
    }
    #content #news .news-content h2 {
        line-height: 22px;
    }
    #content #news .news-content p,
    #content #news .news-content h3 {
        margin-left: 360px;
    }
    #canvas.twocol.indent #content .article-wrapper .col2 {
        max-width: 388px;
        padding-top: 12px;
        width: 100%;
    }
    #canvas.twocol.indent #content .article-wrapper .col1 {
        padding-left:0;
        margin-bottom:0;
        box-sizing:border-box;
        max-width:100%;
        width:auto;
    }
    #canvas.twocol.indent #content .article-wrapper .col2 {
        padding-left: 0;
        margin-left:10px;
        max-width:100%;
        width:100%;
        padding-top:12px;
        box-sizing:border-box;
    }
    #canvas.twocol.indent.single #content .article-wrapper .col1 {
        max-width: 100%;
    }
    #canvas.spielplan.single #content .article-wrapper #article-content-header h1 {
        font-size: 34px;
        line-height: 38px;
    }
    #canvas.spielplan.single #content .article-wrapper #article-content-header,
    #canvas.spielplan.single #content .article-wrapper #article-content-header p {
        font-size: 18px;
        line-height: 22px;
    }
    #canvas.program.preview #content .article-wrapper h1,
    #canvas.program.preview #content .article-wrapper h1 a,
    #canvas.program.preview #content .article-wrapper h1 a:hover,
    #canvas.program.preview #content .article-wrapper h1 a:visited,
    #canvas.program.preview #content .article-wrapper h1 a:active,
    #canvas.program.preview #content .article-wrapper a h1,
    #canvas.program.preview #content .article-wrapper a:hover h1,
    #canvas.program.preview #content .article-wrapper a:visited h1,
    #canvas.program.preview #content .article-wrapper a:active h1 {
        font-size: 24px;
        line-height: 26px;
    }
    #content .article-wrapper .article-info .cinema {
        margin-left: 6px;
    }
    #content .article-wrapper .article-info .icon-tickets {
        margin-right: 5px;
    }
    #content .article-wrapper .article-info .tickets,
    #content .date-wrapper .article-wrapper .article-info .tickets {
        letter-spacing: 0px;
    }
#menu .menu-hauptmenue-container ul li {
    margin-right: 20px;
}
#canvas.twocol.indent #content .article-wrapper .col1 .lyte-wrapper,
#canvas.twocol.indent #content .article-wrapper .col2 .lyte-wrapper{
    width:100% !important;
}
}
/*@media only screen and (min-width: 731px){
.menu-hauptmenue-container ul li.current-menu-parent a,
.menu-hauptmenue-container ul li.current-menu-parent a:visited {
        color:#000;	
}
#menu .menu-hauptmenue-container ul li a,
#menu .menu-hauptmenue-container ul li a:visited {
        color:#c6c6c6;
}
#menu .menu-hauptmenue-container ul li a:hover {
        color:#E84F3D;
}
#menu .menu-hauptmenue-container ul li ul li a,
#menu .menu-hauptmenue-container ul li ul li a:visited {
        color:#000;
}
}*/
@media only screen and (max-width: 730px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:46.9%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.2%;
    }
    #canvas.spielplan header {
        min-height:0;
    }
    #canvas.heute header {
        min-height: 146px;
    }
    #canvas.program header {
        min-height: 146px;
    }
    #canvas.program.preview header {
        min-height: 133px;
    }
    #canvas.heute #menu .menu-hauptmenue-container ul li:last-child,
    #canvas.program #menu .menu-hauptmenue-container ul li:last-child {
        margin-bottom:20px;
    }
    #menu .menu-hauptmenue-container ul {
        margin: 0 10px 0 10px;
    }
    #menu .menu-hauptmenue-container ul li {
        display: none;
        margin-top: 10px;
    }
    #menu .menu-hauptmenue-container ul li.current-menu-item,
    #menu .menu-hauptmenue-container ul li.current-menu-ancestor {
        display: block;
    }
    .nav-menu-visible {
        display: block !important;
    }
    #menu .menu-hauptmenue-container ul li.menu-item-has-children ul li,
    #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li {
        display: inline-block;
    }
    .nav-menu-invisible {
        display: none !important;
    }
    #menu {
        min-height: auto;
    }
    #menu-hauptmenue-mobile {
        display:block;
    }
    #menu .menu-hauptmenue-container ul ul {
        position: relative;
    }
    #menu .menu-hauptmenue-container ul li ul {
        opacity: 1;
        visibility: visible;
    }
    #menu .menu-hauptmenue-container ul li:last-child {
        margin-right: 22px;
    }
    #menu .menu-hauptmenue-container ul li:hover ul,
    #menu .menu-hauptmenue-container ul li.current-menu-ancestor:hover ul,
    #menu .menu-hauptmenue-container ul li.current-menu-item:hover ul,
    #menu .menu-hauptmenue-container ul li.current_page_item:hover ul {
        position:relative;
    }
    #canvas.spielplan .menu-hauptmenue-container ul li a,
    #canvas.special .menu-hauptmenue-container ul li a,
    #canvas.spielplan .menu-hauptmenue-container ul li a:visited,
    #canvas.special .menu-hauptmenue-container ul li a:visited {
        color:#000;
    }
    #canvas.twocol .menu-submenue-container.program ul {
        display:none;
    }
    .menu-submenue-container.special ul {
        margin-right:10px;
        margin-left:10px;
    }
    #menu .menu-submenue-container ul li:hover,
    #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item:hover,
    #menu .menu-hauptmenue-container ul li.menu-item-has-children ul li.current-menu-item:hover {
        cursor:pointer;
    }
    #additional-menu-mobile {
        display:none;
    }
    #cinema1 #logo-fc {
        border-bottom: 1px solid #e9503d;
        height: 36px;
        margin: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        width: calc(100% - 20px);
    }
    #cinema2 #logo-fh {
        border-bottom: 1px solid #00cdbe;
        height: 36px;
        margin: 0 0 0 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        width: calc(100% - 20px);
    }
    #logo-fc svg {
        max-width: 112px;
    }
    #logo-fh svg#Filmhaus-Logo-mobile {
        max-height: 36px;
        display:block;
    }
    #logo-fh svg#Filmhaus-Logo {
        display:none;
    }
    #interactive-wrapper {
        display: none;
    }
    #tel-wrapper {
        left: 10px;
        margin-top: 0;
    }
#kino-filter #kino-label-wrapper {
	justify-content: space-between;
}
#kino-filter label#check-fc.sel-cin,
#kino-filter label#check-fh.sel-cin,
#kino-filter label#check-fc,
#kino-filter label#check-fh,
#kino-filter label#check-fc:hover,
#kino-filter label#check-fh:hover {
	width:calc(50% - 10px);
}
    #content .article-wrapper .article-info .cinema {
        left: 30%;
    }
    #canvas.twocol #content .article-wrapper .col1 {
        max-width: 100%;
        padding-right: 0;
        width: 100%;
        margin-bottom:12px;
        margin-right:0;
    }
    #canvas.twocol #content table thead th a.popup-click {
        position: absolute;
        display:inline-block;
    }
    #canvas.twocol #content .article-wrapper .col2 {
        max-width: 100%;
        width: 100%;
        padding-top:0;
        margin-left:0;
    }
    #search-icon1 {
        right: 5px;
    }
    #canvas.twocol #content .article-wrapper .col1 form input,
    #canvas.twocol #content .article-wrapper .col1 form input[type="submit"] {
        max-width: 100%;
    }
    #content .article-wrapper.feature {
        padding-top:0;
    }
    #content .article-wrapper.feature h1,
    #content .article-wrapper.feature h1 a,
    #content .article-wrapper.feature h1 a:hover,
    #content .article-wrapper.feature h1 a:visited,
    #content .article-wrapper.feature h1 a:active,
    #content .article-wrapper.feature a h1,
    #content .article-wrapper.feature a:hover h1,
    #content .article-wrapper.feature a:visited h1,
    #content .article-wrapper.feature a:active h1,
    #content .article-wrapper.feature h2,
    #content .article-wrapper.feature p {
        padding-left:0;
    }
    #canvas.spielplan #content .article-wrapper table thead {
        top:0 !important;
    }
    #menu .menu-hauptmenue-container ul li a.greyed,
    #menu .menu-hauptmenue-container ul li a.greyed:visited,
    #menu .menu-hauptmenue-container ul li a.greyed:active {
        color:#000;
    }
    #canvas.twocol #content .article-wrapper,
    #canvas.twocol #content .article-wrapper .col2 {
        margin-bottom: 0;
    }
#canvas.heute .menu-submenue-container.program {
    position: relative;
    visibility: visible;
    opacity: 1;
	height:52px;
	margin-top:7px;
}
#canvas.heute .menu-submenue-container.program ul {
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 9999;
	transition: all 0.7s ease 0s;
	margin-left:0;
}
#canvas.heute .menu-submenue-container.program ul li {
	display:none;
}
#canvas.heute .menu-submenue-container.program ul li.today {
	display:block;
	visibility:visible;
}
#canvas.heute .menu-submenue-container.program #menu-date-sel-wrapper {
    margin-left: 0;
	position: absolute;
	top: 3px;
	visibility: visible;
	left:10px;
}
#cinema1 #canvas.heute .menu-submenue-container.program #menu-date-sel {
    width: 191px;
    border: 1px solid #e84f3d;
    padding-left: 7px;
    position: absolute;
    background: #fefcf4;
    z-index: 9999;
}
#cinema2 #canvas.heute .menu-submenue-container.program #menu-date-sel {
    width: 191px;
    border: 1px solid #00cdbe;
    padding-left: 7px;
    position: absolute;
    background: rgba(246,255,250,1);
    z-index: 9999;
}
#cinema1 #canvas.heute .menu-submenue-container.program #menu-date-sel .value {
    width: 100%;
    font-size: 18px;
    color: #e84f3d;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase !important;
    background: url(images/dropdown-arrow-fc.svg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: 169px 50%;
    padding-top: 1px;
    line-height: 27px;
    display: block;
}
#cinema2 #canvas.heute .menu-submenue-container.program #menu-date-sel .value {
    width: 100%;
    font-size: 18px;
    color: #00cdbe;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase !important;
    background: url(images/dropdown-arrow-fh.svg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: 169px 50%;
    padding-top: 1px;
    line-height: 27px;
    display: block;
}
#canvas.heute .menu-submenue-container.program #menu-date-sel .date-sel-visible {
    display: block;
}
#canvas.heute .menu-submenue-container.program .menu-date {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase !important;
    margin-top: 2px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
    display: none;
}
#canvas.heute .menu-submenue-container.program .menu-date a,
#canvas.heute .menu-submenue-container.program .menu-date a:visited {
    color: #000;
    font-weight: 400;
}
#canvas.heute .menu-submenue-container.program .menu-date a:hover,
#canvas.heute .menu-submenue-container.program .menu-date a:active {
    font-weight: 400;
}
#canvas.heute .menu-submenue-container.program .menu-date span {
    display: block;
}
#cinema1 #canvas.heute .menu-submenue-container.program .menu-date span:hover {
    color: #e84f3d;
}
#cinema2 #canvas.heute .menu-submenue-container.program .menu-date span:hover {
    color: #00cdbe;
}
}
@media only screen and (max-width: 710px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:46.8%;
    }
    #canvas.preview #content .article-wrapper {
        width:31.1%;
    }
    .menu-submenue-container.program ul li:last-child,
    .menu-submenue-container.spielplan ul li:last-child,
    #menu .menu-submenue-container.program ul li.sp,
    #menu .menu-submenue-container.spielplan ul li.sp {
        padding-left: 20px;
    }
    #canvas .menu-submenue-container.program select {
        margin-left:20px;
    }
}
@media only screen and (max-width: 690px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:46.7%;
    }
    #canvas.spielplan #content .article-wrapper table thead th:first-child,
    #canvas.spielplan #content .article-wrapper table tbody td:first-child {
        width:250px;
    }
}
@media only screen and (max-width: 670px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:46.6%;
    }
    #canvas.preview #content .article-wrapper {
        width:31%;
    }
    #canvas.program #menu .menu-submenue-container ul li.today,
    #canvas #menu .menu-submenue-container.spielplan li.week-sel {
        position:absolute;
        left:0;
        top:30px;
        padding-left:0;
    }
    #canvas.program #menu .menu-submenue-container.program ul li,
    #canvas #menu .menu-submenue-container.spielplan li.week-sel {
        padding-top: 7px;
    }
    #canvas.program header {
        min-height: 166px;
    }
    #canvas.spielplan header {
        min-height: 186px;
    }
    #canvas .menu-submenue-container.program ul li.current-menu-item select {
        margin-left:0;
    }
    #canvas.program .menu-submenue-container.program #menu-date-sel-wrapper,
    #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel-wrapper  {
        margin-left:0;
        top:7px;
    }
    #canvas.spielplan #menu .menu-submenue-container ul li.week-sel {
        margin-left:0;
    }
    #canvas.program #kino-filter {
        margin-top: 6px;
    }
}
@media only screen and (max-width: 650px){
    #content .article-wrapper,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width:46.5%;
    }
    #canvas.preview #content .article-wrapper {
        width:30.9%;
    }
}
@media only screen and (max-width: 640px){
#kino-filter .kino-label,
#kino-filter .kino-label + span {
	text-indent: 25%;
}
    #content #csoon .csoon-picture {
        max-width: 100%;
    }
    #content #csoon .csoon-picture img {
        max-width: 100%;
    }
    #content #news .news-picture {
        margin-right: 0;
        float:none;
    }
    #content #news .news-picture img {
        max-width: 100%;
        margin-bottom:12px;
        width:100%;
    }
    #content #news .news-content p,
    #content #news .news-content h3 {
        margin-left: 0;
    }
    #content #news .news-content p {
        margin-top: 12px;
    }
#newsletteranmeldung input[type="email"] {
    max-width: 100%;
}
    #content .article-wrapper.single .article-content {
        float: none;
        width: 100%;
    }
    #content .article-wrapper.single h1,
    #content .article-wrapper.single h1 a,
    #content .article-wrapper.single h1 a:hover,
    #content .article-wrapper.single h1 a:visited,
    #content .article-wrapper.single h1 a:active,
    #content .article-wrapper.single a h1,
    #content .article-wrapper.single a:hover h1,
    #content .article-wrapper.single a:visited h1,
    #content .article-wrapper.single a:active h1 {
        margin: 11px 0 15px;
    }
    #content .article-wrapper,
    #content .article-wrapper.single,
    #canvas.twocol.indent #content .date-wrapper .article-wrapper {
        width: 100%;
        box-sizing:border-box;
		max-width:100%;
    }
    #canvas.program.preview #content .article-wrapper {
        max-width: 100%;
        width:calc(50% - 10px);
        margin-bottom:0;
    }
    #content .article-wrapper .article-info,
    #content .article-wrapper.single .article-info,
    #content .date-wrapper .article-wrapper .article-info {
        width: 100%;
        max-width:100%;
    }
    #content .article-wrapper .article-info .time {
        margin-left: 0;
    }
    #content .date-wrapper .article-wrapper .article-info .tickets {
        margin-right:0;
    }
    #canvas.spielplan.single #content .article-wrapper #sidebar-res {
        position: relative;
    }
    #canvas.spielplan.single #content .article-wrapper #article-content-header {
        max-width: 100%;
        padding-left: 0;
    }
    #canvas.twocol.indent.single #content .article-wrapper .col1 {
        padding-left: 0;
        width:auto;
    }
    #canvas.twocol.indent #content .article-wrapper .col1 iframe {
        max-width:100%;
    }
    #canvas.spielplan.single #content .article-wrapper #sidebar-back {
        display: none;
    }
    #canvas.spielplan.single #content .article-wrapper #article-content-header {
        margin-bottom: 22px;
    }
    #canvas.spielplan.single #content .article-wrapper #sidebar-res .value {
        background-position: 97% 50%;
        max-width: 100%;
    }
    #logo {
        width: 96.5%;
    }
    #canvas.program #content .article-wrapper .article-info .date {
        padding-right: 45px;
    }
    #canvas.program #content .article-wrapper .article-info .day {
        width: 140px;
    }
#canvas.twocol.indent #content .article-wrapper .col1 .lyte-wrapper,
#canvas.twocol.indent #content .article-wrapper .col2 .lyte-wrapper{
    width:100% !important;
	max-width:470px !important;
}
}
@media only screen and (max-width: 620px){
    #menu {
        width:100% !important;
    }
    footer #col1-2-wrapper {
        display: table;
        max-width: 100%;
        width:100%;
        margin-bottom:22px;
    }
    footer #footer-col1 {
        width: 50%;
        padding-right:10px;
    }
    footer #footer-col1 svg {
        width: 129px;
    }
    footer #footer-col2 {
        margin-bottom: 20px;
        width:50%;
        padding-left:10px;
    }
    footer #col3-4-5-wrapper {
        display: table;
        width: 100%;
    }
    footer #footer-col3 {
        display: table-cell;
        margin-bottom: 20px;
        width: 50%;
    }
    footer #col4-5-wrapper {
        display: table-cell;
        width: 50%;
        padding-left:10px;
    }
    footer #footer-col4 {
        display: block;
        margin-bottom: 44px;
        width: 100%;
        float:left;
    }
    footer #footer-col3 .social-resp {
        display:block;
        margin-top:22px;
    }
    footer #footer-col4 .social-resp {
        display:none;
    }
    footer #footer-col5 {
        display: block;
        padding-top:22px;
    }
    footer a,
    footer a:visited,
    footer a:active {
        font-size:18px;
        line-height:26px;
    }
    footer a:hover {
        font-size:18px;
        line-height:26px;
    }
}

@media only screen and (max-width: 570px){
    #logo {
        width: 96%;
    }
    #canvas.twocol.indent #content .article-wrapper .col1 img {
        width: 100%;
    }
}
@media only screen and (max-width: 490px){
    #logo {
        width: 95.5%;
    }
    #canvas.program header {
        min-height: 182px;
    }
    footer a,
    footer a:visited,
    footer a:active {
        font-size:16px;
        line-height:24px;
    }
    footer a:hover {
        font-size:16px;
        line-height:24px;
    }
    .menu-submenue-container.special ul li,
    .menu-submenue-container.program ul li,
    .menu-submenue-container.spielplan ul li {
        display: none;
        box-sizing:border-box;
    }
    #menu .menu-hauptmenue-container ul li.menu-item-has-children ul li,
    #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li {
        box-sizing:border-box;
        display:none;
    }
    #cinema1 .menu-submenue-container.special ul li.current-menu-item,
    #cinema1 .menu-submenue-container.program ul li.current-menu-item,
    #cinema1 .menu-submenue-container.spielplan ul li.current-menu-item,
    #cinema1 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item,
    #cinema1 #menu .menu-hauptmenue-container ul li.menu-item-has-children ul li.current-menu-item {
        border:1px solid #E84F3D;
        background:url(images/dropdown-arrow-fc.svg) no-repeat;
        display: block;
        width:100%;
        padding-left:8px;
        background-position: 98.5% 50%;
    }
#cinema1 #canvas.heute .menu-submenue-container.program ul li.current-menu-item,
#cinema2 #canvas.heute .menu-submenue-container.program ul li.current-menu-item {
	display:none;
}
#cinema1 #canvas.heute .menu-submenue-container.program ul li.today.current-menu-item,
#cinema2 #canvas.heute .menu-submenue-container.program ul li.today.current-menu-item {
	display:block;
	border:none;
	padding-left:0;
}
    #cinema2 .menu-submenue-container.special ul li.current-menu-item,
    #cinema2 .menu-submenue-container.program ul li.current-menu-item,
    #cinema2 .menu-submenue-container.spielplan ul li.current-menu-item,
    #cinema2 #menu .menu-hauptmenue-container ul li.current-menu-ancestor ul li.current-menu-item,
    #cinema2 #menu .menu-hauptmenue-container ul li.menu-item-has-children ul li.current-menu-item {
        border:1px solid #00cdbe;
        background:url(images/dropdown-arrow-fh.svg) no-repeat;
        display: block;
        width:100%;
        padding-left:8px;
        background-position: 98.5% 50%;
    }
    .menu-submenue-container.spielplan ul li.week1,
    .menu-submenue-container.spielplan ul li.week2 {
        display: none;
    }
    #canvas .menu-submenue-container.spielplan li.week-sel form {
        width: 100%;
    }
    #canvas #menu .menu-submenue-container.spielplan li.sp {
        display:block;
    }
    #canvas.preview #menu .menu-submenue-container.spielplan li.sp {
        display:none;
    }
    #canvas #menu .menu-submenue-container.spielplan li.week-sel {
        padding-left: 0;
        border:none;
        padding-top:1px;
        padding-bottom:1px;
    }
    #canvas .menu-submenue-container.spielplan li.week-sel select,
    #canvas .menu-submenue-container.spielplan ul li.current-menu-item.week-sel select,
    #cinema1 #canvas .menu-submenue-container.program ul li.current-menu-item select,
    #cinema1 #canvas .menu-submenue-container.spielplan ul li.current-menu-item select,
    #cinema2 #canvas .menu-submenue-container.program ul li.current-menu-item select,
    #cinema2 #canvas .menu-submenue-container.spielplan ul li.current-menu-item select {
        background-position: 98.5% 50%;
        width: 100%;
        font-size: 16px;
    }
    #menu .menu-hauptmenue-container ul li ul li a,
    #menu .menu-hauptmenue-container ul li ul li a:hover,
    #menu .menu-hauptmenue-container ul li ul li a:visited,
    #menu .menu-hauptmenue-container ul li ul li a:active,
    #menu .menu-submenue-container ul li a,
    #menu .menu-submenue-container ul li a:hover,
    #menu .menu-submenue-container ul li a:visited,
    #menu .menu-submenue-container ul li a:active {
        width:100%;
        display:inline-block;
        padding-top:3px;
        padding-bottom:3px;
    }
    #cinema1 #menu .menu-hauptmenue-container ul li ul li,
    #cinema1 #menu .menu-submenue-container ul li {
        padding-left:8px;
        border:1px solid #E84F3D;
        width:100%;
        padding-right:0;
    }
    #cinema1 #menu .menu-submenue-container ul li.current-menu-item {
        background: url(images/dropdown-arrow-fc.svg) no-repeat;
        background-position: 98.5% 50%;
    }
    #cinema2 #menu .menu-hauptmenue-container ul li ul li,
    #cinema2 #menu .menu-submenue-container ul li {
        padding-left:8px;
        border:1px solid #00cdbe;
        width:100%;
        padding-right:0;
    }
    #cinema2 #menu .menu-submenue-container ul li.current-menu-item {
        background: url(images/dropdown-arrow-fh.svg) no-repeat;
        background-position: 98.5% 50%;
}
#cinema1 #menu .menu-submenue-container.special ul li.current-menu-item:first-child {
        display:none !important;
    }
#cinema2 #menu .menu-submenue-container.special ul li.current-menu-item:first-child {
        display:none !important;
}
    #menu .menu-submenue-container ul li.today {
        border: none;
        padding-left:0;
        padding-right:0;
        width: 100%;
        background:none;
        margin-right:0;
    }
    #canvas.preview #menu .menu-submenue-container.program ul li,
    #canvas.program.preview #menu .menu-submenue-container.program ul li {
        padding-top: 1px;
    }
    #menu .menu-submenue-container ul li.today form {
        width: 100%;
    }
    #cinema1 #canvas.program #menu .menu-submenue-container ul li.today,
    #cinema1 #canvas.spielplan #menu .menu-submenue-container ul li.week-sel,
    #cinema2 #canvas.program #menu .menu-submenue-container ul li.today,
    #cinema2 #canvas.spielplan #menu .menu-submenue-container ul li.week-sel {
        position: static;
    }
    #canvas.spielplan #menu .menu-submenue-container ul li.week-sel {
        margin-left:0;
    }
    .menu-submenue-container.spielplan ul li.week1 .divider,
    .menu-submenue-container.program ul li.week1 .divider {
        display:none;
    }
    #cinema1 #canvas.program #menu .menu-submenue-container.spielplan ul li.today,
    #cinema2 #canvas.program #menu .menu-submenue-container.spielplan ul li.today  {
        position: absolute;
    }
    #cinema1 #canvas .menu-submenue-container.program ul li.today.current-menu-item select,
    #cinema1 #canvas .menu-submenue-container.spielplan ul li.today.current-menu-item select,
    #cinema2 #canvas .menu-submenue-container.program ul li.today.current-menu-item select,
    #cinema2 #canvas .menu-submenue-container.spielplan ul li.today.current-menu-item select {
        background-position: 98.5% 50%;
        width: 100%;
        margin-left:0;
        font-size:16px;
    }
    #cinema1 #canvas.program .menu-submenue-container.program #menu-date-sel .value,
    #cinema1 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .value,
    #cinema2 #canvas.program .menu-submenue-container.program #menu-date-sel .value,
    #cinema2 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .value,
	#cinema1 #canvas.heute .menu-submenue-container.program #menu-date-sel .value,
	#cinema2 #canvas.heute .menu-submenue-container.program #menu-date-sel .value {
        font-size: 16px;
        background-position: 98.5% 50%;
    }
    #cinema1 #canvas.program .menu-submenue-container.program #menu-date-sel .menu-date,
    #cinema1 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .menu-week,
    #cinema2 #canvas.program .menu-submenue-container.program #menu-date-sel .menu-date,
    #cinema2 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel .menu-week,
	#cinema1 #canvas.heute .menu-submenue-container.program #menu-date-sel .menu-date,
	#cinema2 #canvas.heute .menu-submenue-container.program #menu-date-sel .menu-date {
        font-size: 16px;
    }
    #cinema1 #canvas.program #menu .menu-submenue-container ul li.today,
    #cinema1 #canvas.spielplan #menu .menu-submenue-container ul li.week-sel,
    #cinema1 #canvas.program .menu-submenue-container.program #menu-date-sel-wrapper,
    #cinema1 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel-wrapper,
    #cinema2 #canvas.program #menu .menu-submenue-container ul li.today,
    #cinema2 #canvas.spielplan #menu .menu-submenue-container ul li.week-sel,
    #cinema2 #canvas.program .menu-submenue-container.program #menu-date-sel-wrapper,
    #cinema2 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel-wrapper,
	#cinema1 #canvas.heute #menu .menu-submenue-container ul li.today,
	#cinema2 #canvas.heute #menu .menu-submenue-container ul li.today,
	#cinema1 #canvas.heute .menu-submenue-container.program #menu-date-sel-wrapper,
	#cinema2 #canvas.heute .menu-submenue-container.program #menu-date-sel-wrapper {
        width: 100%;
    }
    #cinema1 #canvas.program .menu-submenue-container.program #menu-date-sel,
    #cinema1 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel,
    #cinema2 #canvas.program .menu-submenue-container.program #menu-date-sel,
    #cinema2 #canvas.spielplan .menu-submenue-container.spielplan #menu-week-sel,
	#cinema1 #canvas.heute .menu-submenue-container.program #menu-date-sel,
	#cinema2 #canvas.heute .menu-submenue-container.program #menu-date-sel {
        width: 100%;
        box-sizing: border-box;
        top:34px;
        left:-1px;
    }
#cinema1 #canvas.heute .menu-submenue-container.program #menu-date-sel,
#cinema2 #canvas.heute .menu-submenue-container.program #menu-date-sel {
        top:0;
}
    #canvas.program .menu-submenue-container.program {
        margin-bottom:10px;
    }
    #menu .menu-hauptmenue-container ul li {
        margin-bottom: 10px;
    }
    #canvas.program #menu .menu-submenue-container ul li {
        margin-top:0;
        margin-bottom:10px;
    }
    #canvas.spielplan #menu .menu-submenue-container ul li.preview {
        margin-bottom:10px;
    }
    #canvas.program #menu .menu-submenue-container.program ul li,
    #canvas.spielplan #menu .menu-submenue-container.spielplan ul li,
    #canvas.spielplan #menu .menu-submenue-container ul li,
    #canvas.preview #menu .menu-submenue-container ul li {
        padding-bottom: 1px;
        padding-top: 1px;
    }

    #canvas.spielplan #menu .menu-submenue-container.spielplan ul li.week1,
    #canvas.spielplan #menu .menu-submenue-container.spielplan ul li.week2 {
        display:none;
    }
    #menu .menu-submenue-container.program ul li.sp,
    #menu .menu-submenue-container.spielplan ul li.sp {
        padding-left:8px;
    }
    #canvas.special #menu .menu-submenue-container ul li {
        margin-top:10px;
    }
#canvas.special #menu .menu-submenue-container ul li:first-child {
    display:block;
}
    #menu .menu-submenue-container.program ul li {
        padding-top: 0;
    }
    #canvas.spielplan #menu .menu-submenue-container ul li {
        margin-top: 10px;
        padding-top:1px;
        padding-bottom:1px;
    }
    #canvas.spielplan #content table tbody tr:first-child {
        display: table;
    }
    #canvas.spielplan #content table tbody tr {
        margin-top:10px;
        display:table;
        width:100%;
    }
    #canvas.spielplan #content .article-wrapper table thead th:first-child,
    #canvas.spielplan #content .article-wrapper table tbody td:first-child {
        display: table-row;
    }
    #canvas.spielplan #content .article-wrapper table tbody td {
        display: table-row;
        height:28px;
    }
    #canvas.spielplan #content table tbody tr:first-child {
        border-top: none;
    }
    #canvas.spielplan #content .article-wrapper.note-resp {
        text-align:left;
    }
    #menu .menu-hauptmenue-container ul li ul li {
        margin-top: 10px;
        padding-top: 0;
    }
    .menu-submenue-container.program ul,
    .menu-submenue-container.spielplan ul {
        padding: 0;
    }
    .nav-block {
        display:block;
    }
    #cinema1 .arrow-up {
        display:block;
        background:url(images/dropdown-arrow-up-fc.svg) no-repeat !important;
        background-position: 98.5% 50% !important;
    }
    #cinema2 .arrow-up {
        display:block;
        background:url(images/dropdown-arrow-up-fh.svg) no-repeat !important;
        background-position: 98.5% 50% !important;
    }
    .menu-submenue-container.program ul,
    .menu-submenue-container.spielplan ul {
        margin: 0 10px;
    }
    #canvas.program.preview #content .article-wrapper {
        width: 100%;
        margin-bottom:0;
    }
    #canvas.program.preview #content .article-wrapper:nth-of-type(2n+1) {
        padding-right:0;
    }
    #canvas.program.preview #content .article-wrapper:nth-of-type(2n) {
        padding-left:0;
    }
    #canvas.program.preview #content #outer-article-wrapper {
        margin-top:32px;
    }
    #canvas.twocol #content .article-wrapper .col1 h1 {
        font-size: 24px;
        line-height: 28px;
    }
    #canvas.twocol #content table tbody td {
        font-size: 18px;
        padding-left:0;
    }
    #canvas.twocol #content table tbody td span {
        display:none;
    }
    #menu .menu-hauptmenue-container ul li a,
    #menu .menu-hauptmenue-container ul li a:hover,
    #menu .menu-hauptmenue-container ul li a:visited,
    #menu .menu-hauptmenue-container ul li a:active,
    #additional-menu-mobile ul li,
    #additional-menu-mobile ul li a,
    #additional-menu-mobile ul li a:hover,
    #additional-menu-mobile ul li a:visited,
    #additional-menu-mobile ul li a:active {
        font-size: 16px;
        line-height: 20px;
    }
    #menu .menu-hauptmenue-container ul li a,
    #menu .menu-hauptmenue-container ul li a:hover,
    #menu .menu-hauptmenue-container ul li a:visited,
    #menu .menu-hauptmenue-container ul li a:active {
        font-size: 16px;
        line-height: 20px;
    }
    .menu-submenue-container.special ul li a,
    .menu-submenue-container.special ul li a:hover,
    .menu-submenue-container.special ul li a:visited,
    .menu-submenue-container.special ul li a:active,
    .menu-submenue-container.program ul li a,
    .menu-submenue-container.program ul li a:hover,
    .menu-submenue-container.program ul li a:visited,
    .menu-submenue-container.program ul li a:active,
    .menu-submenue-container.spielplan ul li a,
    .menu-submenue-container.spielplan ul li a:hover,
    .menu-submenue-container.spielplan ul li a:visited,
    .menu-submenue-container.spielplan ul li a:active {
        font-size: 16px;
        line-height: 20px;
    }
    .menu-submenue-container.special ul {
        padding: 0;
    }
    #menu .menu-hauptmenue-container ul li.current-menu-item,
    #menu .menu-hauptmenue-container ul li.current-menu-ancestor {
        margin-right:0;
    }
    #canvas.spielplan #content .sp-resp {
        width:100%;
    }
    #cinema1 #canvas.spielplan #content table tbody tr:first-child,
    #cinema2 #canvas.spielplan #content table tbody tr:first-child {
        border-top: none;
    }
    #cinema1 #canvas.spielplan #content table tbody tr:last-child,
    #cinema1 #canvas.spielplan #content table tbody tr.last-visible,
    #cinema2 #canvas.spielplan #content table tbody tr:last-child,
    #cinema2 #canvas.spielplan #content table tbody tr.last-visible {
        border-bottom: none;
    }
    #canvas.spielplan #kino-filter,
    #canvas.program.preview #kino-filter {
        margin-top: 2px;
    }
    #canvas.spielplan #menu {
        padding-bottom:0 !important;
    }
}
@media only screen and (max-width: 470px){
    #logo {
        width: 95%;
    }
    #tel-wrapper p {
        display:none;
    }
#kino-filter .kino-label {
	font-size: 16px;
	line-height:20px;
}
#kino-filter .kino-label + span {
	font-size: 12px;
	line-height:13px;
}
    #cinema1 #search-form1,
    #cinema2 #search-form1 {
        min-width:auto;
    }
    #canvas.twocol #content table thead th span {
        display: none;
    }
#canvas.twocol.indent #content .article-wrapper .col1,
#canvas.twocol.indent #content .article-wrapper .col2 {
	width:100%;
	max-width:100%;
	margin-left:0;
	margin-right:0;
	padding-left:10px;
	padding-right:10px;	
}
    #content .article-wrapper.feature h1,
    #content .article-wrapper.feature h1 a,
    #content .article-wrapper.feature h1 a:hover,
    #content .article-wrapper.feature h1 a:visited,
    #content .article-wrapper.feature h1 a:active,
    #content .article-wrapper.feature a h1,
    #content .article-wrapper.feature a:hover h1,
    #content .article-wrapper.feature a:visited h1,
    #content .article-wrapper.feature a:active h1,
    #content .article-wrapper.feature h2 {
        font-size: 34px;
        line-height: 38px;
    }
#content #outer-article-wrapper {
    flex-direction:column;
}
#content .article-wrapper {
    display: block;
}
    #search-form-mobile-wrapper {
        height:30px;
        position:absolute;
        top:-55px;
        display:block;
        z-index:9999;
    }
    #search-form-mobile-wrapper.expand {
        width:100%;
    }
    #search-form-mobile-wrapper.expand #search-icon-mobile {
        background:#E84F3D;
    }
    #search-form-mobile-wrapper #search-form-mobile {
        height:30px;
        display:none;
        position:absolute;
        width:calc(100% - 15px);
    }
    #search-form-mobile-wrapper #search-form-mobile #suchfeld-mobile {
        margin-left:60px;
    }
    #search-form-mobile-wrapper #search-icon-mobile {
        height:30px;
        width:26px;
        position:absolute;
        left:35px;
        top:0;
        z-index:9999;
    }
    #search-form-mobile-wrapper #search-icon-mobile svg {
        height:22px;
        top:2px;
        padding-left:2px;
        padding-top:4px;
    }
    #search-form-mobile-wrapper #search-icon-mobile:hover {
        cursor:pointer;
    }
    #search-form-mobile-wrapper #search-icon-mobile #suchfeld-mobile {
        margin-left:60px;
    }
    #search-form-mobile input[type="text"] {
        color: #FFF;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        width:100%;
        border: none;
        padding-left: 5px;
        height: 28px;
    }
}
@media only screen and (max-width: 430px){
    #logo {
        width: 93.5%;
    }
    #canvas.twocol #content table thead th a.popup-click {
        display: block;
        position: relative;
    }
    #canvas.program #content .article-wrapper .article-info .date {
        padding-right: 25px;
    }
    #canvas.program #content .article-wrapper .article-info .day {
        width: 110px;
    }
    #canvas.twocol #content table tbody td a.popup-click {
        padding-left:0;
        margin-top:3px;
        position: static;
        display:block;
    }
    #kino-filter label#check-fc,
    #kino-filter label#check-fh {
        font-size:16px;
        margin-right:0;
    }
}
@media only screen and (max-width: 400px){
#kino-filter .kino-label,
#kino-filter .kino-label + span {
	text-indent: 5px;
}
#kino-filter label#check-fc.sel-cin,
#kino-filter label#check-fh.sel-cin,
#kino-filter label#check-fc.sel-cin:hover,
#kino-filter label#check-fh.sel-cin:hover {
	background-image:none;
}
}
@media only screen and (max-width: 360px){
#canvas {
	padding-left: 10px;
	padding-right: 10px;
}
    #logo {
        width: 93%;
    }
    /*.article-wrapper .article-info .time {
            display: block;
            float: right;
    }*/
    #content .article-wrapper .article-info .cinema {
        left: 35%;
    }
    #content .article-wrapper .article-info .icon-tickets {
        display:none;
    }
    #canvas.spielplan.single #content .article-wrapper #sidebar-res .article-info .time {
        float:left;
    }
    #canvas.heute .article-wrapper .article-info .time {
        float: left;
    }
    #canvas.program #content .article-wrapper .article-info .day {
        display: block;
    }
    #canvas.program #content .article-wrapper .article-info .date {
        display: block;
        float: left;
        width: auto;
    }
    footer #col1-2-wrapper {
        display: table;
        max-width: 100%;
        width:100%;
        margin-bottom:22px;
    }
    footer #footer-col1 {
        width: 100%;
        padding-right:0;
        display:block;
    }
    footer #footer-col2 {
        width:100%;
        padding-left:0;
        display:block;
    }
    footer #col3-4-5-wrapper {
        display: table;
        width: 100%;
    }
    footer #footer-col3 {
        display: table-cell;
        margin-bottom: 20px;
        width: 50%;
    }
    footer #col4-5-wrapper {
        display: table-cell;
        width: 50%;
        padding-left:10px;
    }
    footer #footer-col4 {
        display: block;
        margin-bottom: 46px;
        width: 100%;
        float:left;
    }
    footer #footer-col3 .social-resp {
        display:block;
        margin-top:22px;
    }
    footer #footer-col4 .social-resp {
        display:none;
    }
    footer #footer-col5 {
        display: block;
        padding-top:22px;
    }
}
@media only screen and (max-width: 350px){
    #kino-filter label#check-fc,
    #kino-filter label#check-fh {
        font-size:14px;
    }
    #kino-filter label#check-fh {
        margin-left: 16px;
    }
}
@media only screen and (max-width: 320px){
    #logo {
        width: 92.5%;
    }
    #content .article-wrapper.feature h1,
    #content .article-wrapper.feature h1 a,
    #content .article-wrapper.feature h1 a:hover,
    #content .article-wrapper.feature h1 a:visited,
    #content .article-wrapper.feature h1 a:active,
    #content .article-wrapper.feature a h1,
    #content .article-wrapper.feature a:hover h1,
    #content .article-wrapper.feature a:visited h1,
    #content .article-wrapper.feature a:active h1,
    #content .article-wrapper.feature h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

.popup-img img {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    max-height:750px;
    display:none;
    border:none;
}
.popup-click-active {
    position:static !important;
}
.popup-img-active {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,.7);
    z-index:99999;
}
.popup-img-active::after {
    content: 'x';
    color:#e84f3d;
    top:20px;
    right:10px;
    position:absolute;
    font-size:60px;
    z-index:99999;
}
.nowidth {
    width:0 !important;
}