:root {
  --c1: #002653; 
  --c2: #f8831a;
  /*--c2: #ff6000;*/
  --c3: #fff825;
  --c4: #E8FBFF;
  --c5: #D6F3F9;
  --c6: #C4E9F0;
  --c7: #ffffff;
  --c8: #00265318; 
  --c9: #002653e5; 
  --c10: #004DA8; 
  --c11: #00265399;
  --f1: 'OSwald';
  --f2: 'Inter Tight';
}

/* inter-tight-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-tight-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-tight-v9-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-tight-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-tight-v9-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald-v57-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/oswald-v57-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*standardelemente*/

* { box-sizing: border-box;}
html { height: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}
body { margin: 0; color: var(--c1); background: var(--c4); height: 100%;}
    body.single-film {background: var(--c6);}
    

body, p { font-family: var(--f2); line-height: 1.3;}
p { margin-top: 0; margin-bottom: 0.75em;}
h1,h2,h3,h4,h5,h6 {font-family: var(--f1);text-transform: uppercase;line-height: 1.1; font-weight: 500;}
h1 { font-size: 2.5rem; margin-top: 0.25em;}
h2, h3 { margin-bottom: 0.5em;}
a { text-decoration: none; color: var(--c1); transition:all 0.3s;}
b, strong { font-weight: 500 !important;}
img { max-width: 100%; height: auto;  }
svg, svg * { transition: all 0.3s;}
blockquote { font-style: italic; margin: 0;}
    blockquote:before{content: '"'; font-style: normal;}
    blockquote:after{content: '';}
cite { font-style: normal;   letter-spacing: 0.05em; display: inline;}
    cite:before{content: '" – ';}




ul { line-height: 1.4;}
.navi ul { list-style: none; margin:0; padding: 0; text-transform: uppercase;font-family: var(--f1); }

.button, #cookie-banner button {font-size: 0.85rem; background: var(--c7); padding: 6px 12px; color: var(--c1); border-radius: 50px; display: inline-block; margin-right: 5px; text-transform: uppercase; line-height: 1.1; position: relative; border:0}
    .button:hover { /*background: var(--c3);*/}
    .button svg { height: 16px; width: 16px; position: absolute; left: 10px; top:50%; margin-top: -8px;}
    .button svg, .button svg * { fill: var(--c1);}
.button_icon { padding-left: 30px;}
.mehr .button { background: none; border: 1px solid var(--c1); margin-top: 5px; cursor: pointer; position: relative; padding: 4px 9px;}
    .mehr .button:after { display: inline-block; border-left:1px solid var(--c1); border-bottom:1px solid var(--c1); transform: rotate(-45deg); content: " "; height: 8px; width: 8px; margin-left: 10px; top: -3px; position: relative;}

.galerie { display: flex; gap: 3vw; flex-wrap: wrap;}
    .galerie  a { width: calc( 50% - 1.5vw ); display: block; position: relative; }
    .galerie  a > .caption { position: absolute; right: 0; bottom: 0; display: block; padding: 10px; color: var(--c7); font-size: 0.9rem;}
    .galerie  a > img {object-fit: fill; min-height: 100%;  }
    

/*FANCYBOX*/
.fancybox-slide--iframe .fancybox-content { max-width: 1200px; width: 90%;  aspect-ratio: 16 / 9 !important; height: auto !important; }
/**/
.fancybox-slide--image  img{ width: 90% !important; left: 5%; height: auto;}

/*COOKIEBANNER*/
#cookie-banner {position: fixed;bottom:10px;right:385px;background:var(--c2);color:var(--c1);padding:20px;z-index:9999;display:none; border: 1px solid var(--c1); width: 400px; font-size: 0.9rem !important; }
    #cookie-banner button{cursor: pointer; background: var(--c1); color: var(--c7);}
         #cookie-banner button.reject { background: var(--c8); color: var(--c1);}
    #cookie-banner a { text-decoration: underline;}
  
/*skip link*/
.skip-link { position: absolute; top: -40px; left: 0; background: #000; color: #fff; padding: 8px; z-index: 100; transition: top 0.3s;}

.skip-link:focus {
  top: 0;
}


/*slick slider*/

.slideshow_wrapper { position: relative; width: 100%; height: 100%; overflow: hidden; }
.slideshow { width: 100%; height: 100%;}
.slick-list {height: 100%; }
.slick-track {height: 100%; }
.slick-slide { height: 100%; }
.slidecontent {display: flex; overflow: hidden; width: 100%; height: 100%;}
.slick-slide img { width: 100%; object-fit: cover; }
.slidertext { position: absolute; right: 0px; bottom: 0px;  padding: 10px; color: var(--c7) ; text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.25em;}
    .slidertext a{color: var(--c7) ;}

.slick-prev,.slick-next { width: 16px !important; height: 16px !important; border-left:2px solid var(--c7) !important; border-bottom:2px solid var(--c7) !important; position: relative; margin-top: -5px;  }
    .slick-prev:before,.slick-next:before { content: " " !important; border-left:2px solid var(--c7) !important; border-bottom:2px solid var(--c7) !important; width: 14px !important; height: 14px !important; display: block; position: absolute; opacity: 1 !important; }

    .slick-prev:before {left: 3px; bottom: 3px;}
    .slick-next:before {right: -5px; top: -5px;}

    .slick-arrow.slick-disabled { opacity: 0.2 !important;}
        .slick-arrow.slick-disabled:before { opacity: 1 !important;}

    .slick-prev {transform: rotate(45deg) !important; }
    .slick-next {transform: rotate(-135deg) !important;}

.slideshow .slick-prev { left: 10px !important; z-index: 1; }
.slideshow .slick-next { right: 10px !important;z-index: 1; }
.slideshow .slick-prev:before,.slideshow .slick-next:before { display: none;}

button.slick-arrow:focus-visible {outline: 2px dashed var(--c10) !important; outline-offset: 3px;}

/*struktur*/

header { background: var(--c1); color: var(--c7); padding:20px; display: flex; font-family: var(--f1); font-size: 1.7rem; line-height: 1; justify-content: space-between; width: 100%; position: fixed; z-index: 5; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25); transition:all 0.3s;}
    body.is-scrolled header { background: var(--c9);backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px); padding: 15px;}

    header h1 { margin: 0; }
    

    #logo img{ width: auto; height: 75px; transition: all 0.3s;display: block;}
        body.is-scrolled #logo img{ height: 50px; }

    header a { color: var(--c7)}
        header a:hover { color: var(--c3);}
        header a.aktiv { text-decoration: underline;}
    header svg { width: 30px; height: 30px;}
    header svg * { fill: var(--c7);}
        header svg:hover * { fill: var(--c3);}

    

    #header_navi { display: flex;justify-content: flex-end; align-items: center; }
        #header_navi > div { padding-left: 2rem;}

        #ln_switch { display: flex;}
            #ln_switch a { padding: 5px 3px;}


        #burger { width: 80px; cursor: pointer;}
            #burger svg { width: 35px; height: 35px; display: none;}
                #burger svg.cross {width: 30px; height: 30px;}
                #burger svg.aktiv { display: block;}


main { display: block; padding-top:115px; position: relative; width: 100%; height: 100%; }
  
    
    #content { flex: 1; float: left; width: calc( 100% - 375px); min-height: calc( 100vh - 115px ); position: relative; z-index: 1; }
        

        

        .unterseite #content { padding: 25px;}
        #secondheader { background: var(--c5); color: var(--c1);display: flex;font-family: var(--f1); text-transform: uppercase; border-bottom: 1px solid var(--c1); font-size: 0.95rem;}
            #secondheader > div { padding: 10px; display: flex;align-items: center; justify-content: space-between;}
                #secondheader > div > span { display: flex; align-items: flex-end }
            #secondheader svg { width: 30px; height: 30px;}
            #secondheader svg *{ fill: var(--c1);}
                
            #meldung { background: var(--c2); color: var(--c1); font-size: 1.5rem; text-align: center; border-right:1px solid var(--c1); flex:1; justify-content: center !important; }
                #meldung p { margin-bottom: 0;font-family: var(--f1);}
            #en_only {border-right:1px solid var(--c1); width: 220px;}
                
                #en_only > span { flex:1; cursor: pointer;}
                .switch { background: var(--c6);border-radius: 50px; padding: 3px; width: 48px; margin-left: 10px;}
                    #en_only.aktiv .switch { background: var(--c2); }
                    #en_only:hover .switch {  }
                    .dot { display: block; width: 22px; height: 22px; border-radius: 50%; background:var(--c7);cursor: pointer; transition: all 0.5s;}
                        #en_only.aktiv .dot { float: right;}
                        .dot:hover { background: var(--c1);}
                        
            #switch_list {width: 220px; cursor: pointer; }
                #switch_list svg { height: 28px; width: 28px;}
                #switch_list svg *{ fill: var(--c1); opacity: 0.75;}
                    #switch_list .aktiv svg *{ fill: var(--c2); opacity: 1;}
                    #switch_list:hover div:not(.aktiv)  svg *{  opacity: 1;}

                #ansicht_icon {display: flex;}
                    #ansicht_icon > div{ background: var(--c6); width: 40px; height: 40px; border-radius: 5px; display: flex;align-items: center; justify-content: center; margin-left: 5px; }
                        
                    #ansicht_icon > div.aktiv { background: var(--c7);}
                
                #ansicht_text { margin-right: 5px; display: flex; align-items: flex-end}
                #ansicht_text > span{ display: none;}
                    #ansicht_text > span.aktiv{ display: block;}
        
        /*KALENDER*/
        #kalender { background: var(--c7); padding: 20px 60px; border-bottom: 1px solid var(--c1); font-family: var(--f1); text-transform: uppercase; overflow: hidden; }
            .slick-calendar { display: none;}
            .calendar-slide { text-align: center; opacity: 0.3; }
                .calendar-slide > * { display: block;}
            .calendar-slide.has-visible-event {  opacity: 1; cursor: pointer;}
            .calendar-slide.is-today { color: var(--c2);}
            .calendar-weekday { font-weight: 500; font-size: 2rem;}

           #kalender .slick-arrow,#kalender .slick-arrow:before { border-color: var(--c1) !important;}

        /*PROGRAMM*/
        #programm { position: relative; overflow-x: hidden;}
             #programm:after { padding: 30px; text-align: center; content: "Das Programm ist in Arbeit."; display: block; text-align: center; position: absolute; left: 0; top: 0; width: 100%;}
                body.en #programm:after {content: "The program is in progress.";}
            .film { padding: 25px; border-bottom: 1px dashed var(--c1); transition: all 0.5s;background: var(--c4); display: flex; gap:2em; transition: all 0.3s; position: relative; z-index: 1;}
                .home .film:hover { padding: 35px 25px; }
                
                body.engl .film:not(.engl) { display: none;}
                .film.odd { background: var(--c4);}
                .film.even { background: var(--c5);}
                .single-film .film { background: var(--c4);}
                    .datum_plakat { display: flex;gap:2em; transition: all 0.3s;}
                        
                    .filminfos { max-width: 66%;}
                    .teaserdatum {display: flex; font-family: var(--f1);flex-direction: column; align-items: center; line-height: 1; gap: 5px; width: 75px;}
                        .teaserdatum > span { }
                        .wochentag { font-size: 1.2rem;}
                        .datum { font-size: 2.1rem; font-weight: 500;}
                        .uhrzeit { font-family: var(--f2); background: var(--c10) !important;  color: var(--c7) !important;  margin-top: 2px;}

                    .filmplakat { width: 240px; height: auto; display: block; }
                        .filmplakat img { width: 100%; height: auto;}
                    .teasertitel { font-size: 2.1rem; font-weight: 500; margin-top: 0; margin-bottom: 10px;}
                        .teasertitel .special { display: block; font-size: 60%; color:var(--c10);}
                        .teasertitel a:hover { color: var(--c2);}
                    .teaserpretitel { font-weight: 600;}
                    .teasertext { max-height: 5.2em; overflow: hidden; transition: all 0.5s;}
                        /**/
                        

                        .teasertext.aktiv /*, .single-film .teasertext*/ { overflow:auto; max-height:none;}
                        .teasertext + .mehr { display: none;}
                            .teasertext + .mehr .button .text_weniger { display: none;}
                            .teasertext.aktiv + .mehr .button .text_mehr { display: none;}
                            .teasertext.aktiv + .mehr .button .text_weniger { display: inline;}
                            .teasertext.aktiv + .mehr .button:after { transform: rotate(135deg); top: 3px;}
                            /*.teasertext.aktiv blockquote, .teasertext.aktiv cite { opacity: 1}*/
                            .teasertext.has-overflow + .mehr { display: block;}
                                /*.single-film .teasertext.has-overflow + .mehr { display: none;}*/
                    .filmmeta {margin-bottom: 5px;}
                    .filmmeta > div { background: var(--c8);color: var(--c1);  display: inline-block;  margin: 0 5px 5px 0;}

                    .buttons { margin-top: 10px;}
                        .buttons > * { margin-right: 5px; margin-bottom: 5px;}

                        .buttons a.button:hover { color: var(--c2);}
                        .buttons a.button:hover svg * { fill: var(--c2);}
                        .buttons .button.ausverkauft { color:var(--c7); background: #e92e2e;}

                        .ticket { background: var(--c2) ; color: var(--c1);}
                            .ticket:hover { background: var(--c1); color: var(--c7) !important;}
                            .ticket svg, .ticket svg * { fill: var(--c1) !important;}
                                .ticket:hover svg, .ticket:hover svg * { fill: var(--c7) !important;}
                        .gretastarks, .gretastarks:hover { background: var(--c1); }
                        .gretastarks img { height: 12px !important; width: auto; position: relative; top:1px}
                    

                    /*listenansicht*/
                    body.list .filmplakat, body.list .teasertext, body.list .teaserpretitel , body.list .film .mehr, body.list .film .laenge, body.list .film .fsk, body.list .film .website, body.list .film .trailer  { display: none;}
                    body.list .buttons { margin-top: 0px;}
                    body.list #programm .film{ padding: 15px 25px;}
                    body.list .fimmeta { margin-bottom: 0;}

    /*SIDEBAR*/    
    .sidebar-track { z-index: 2;}
    #sidebar { width: 375px; background: var(--c1); border-left:1px solid var(--c1); font-family: var(--f1); float: right; min-height: calc( 100vh - 115px ); z-index: 2; }
        body.is-scrolled #sidebar {min-height: calc( 100vh - 80px );}
        #sidebar p { margin-bottom: 0;}
        
        .mainnavi {font-family: var(--f1); font-size: 1.9rem; background: var(--c1) url("img/navi_bg_kino.jpg") no-repeat center center; background-size:cover ; padding: 0; border-bottom:1px solid  var(--c1); }
            .mainnavi ul { list-style: none; margin:0; padding: 28px 0; text-transform: uppercase; font-weight: 500; /*background: #00000044;*/ }
                #burgermenu .mainnavi ul { background: none;}
                .mainnavi ul li { padding: 0 40px;}
                 .mainnavi ul a { color:var(--c7)}
                    .mainnavi ul a:hover { padding-left: 10px;}
                    .mainnavi ul a.aktiv { color:var(--c3)}
        .navi_icon { border-bottom: 1px solid var(--c1); background: var(--c1);font-size: 0.95rem; }
            .navi_icon ul { display: flex;}
                .navi_icon ul li { width: 33.33%; display: flex; line-height: 1.1;}
                    .navi_icon ul li a {display: flex; padding: 12px; text-align: center;flex-direction: column;    align-items: center; width: 100%;}
                        .navi_icon ul li a.aktiv { color: var(--c7); background: var(--c1);}
                        .navi_icon ul li a:hover:not(.aktiv) { background-color: var(--c3);}
                        .navi_icon svg {height: 30px; margin-bottom: 7px;}
                    .navi_icon ul li a:hover
                            .navi_icon svg, .navi_icon svg * { fill: var(--c1);}
                                .navi_icon a.aktiv svg, .navi_icon a.aktiv svg * {fill: var(--c7);}
                    .navi_icon ul li{ border-right: 1px dashed var(--c1);}
                        .navi_icon ul li:hover { /*opacity: 0.95;*/}
                        .navi_icon ul li:last-child { border:0; background: var(--c6);}
                        .navi_icon ul li:nth-child(2) { background: var(--c5);}
                        .navi_icon ul li:first-child {  background: var(--c4);}
        #kinofotos { position: relative;  display: flex; height: 250px;}
            #kinofotos a:hover { color: var(--c3)}

        .sidebar_info {  background: var(--c7); position: relative; display: flex;  background: var(--c7); border-bottom: 1px solid var(--c1); font-family: var(--f1);}
             .sidebar_info .label  {transform: rotate(180deg);  writing-mode: vertical-rl;text-orientation:mixed;display: flex; align-items: center; justify-content: center;width: 40px; border-left: 1px dashed var(--c1); text-transform: uppercase; letter-spacing: 0.25em;font-size: 0.7rem; padding: 10px; flex:1}
        #sponsoren {  }
            #sponsoren .label { background: var(--c2);}
            .logos { text-align: center; padding: 25px 0;}
            .logos img{ height: 30px; width: auto; margin:15px 10px; }
         #werbung {}
            #werbung .label { background: var(--c3);}
            .anzeige { width: 100%}
            .anzeige img{ width: 100%; height: auto; display: block;}

        .navi_meta { background: var(--c1); color: var(--c7); padding: 40px 0; font-size: 1.2rem; line-height: 1.4; }
            .navi_meta a {color: var(--c7); padding:0px 0px 0px 40px ;}
                .navi_meta a:hover, .navi_meta a.aktiv { color: var(--c3);}
        

        #scrollTopBtn { position: fixed; bottom: 20px; right: 20px; padding: 15px 15px; font-size: 20px; border: none; border-radius: 50%; background-color: var(--c2); color: var(--c1); cursor: pointer; display: none;  box-shadow: 0 4px 6px rgba(0,0,0,0.2); transition: opacity 0.3s ease; display: flex; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease;  transform: translateY(10px); z-index: 1000;}
            #scrollTopBtn:after { display: block; border-left:1px solid var(--c1); border-bottom:1px solid var(--c1); transform: rotate(135deg); content: " "; height: 10px; width: 10px;  top: 2px; position: relative;}
            #scrollTopBtn:hover { }
            #scrollTopBtn.show { display: block; opacity: 1; transform: translateY(0);}

    
    #burgermenu {  height: 100vh; position: fixed; top: 0; right: -375px; width: 374px; z-index: 3; padding-top: 115px; transition: all 0.5s; background: var(--c10) url("img/navi_bg_kino.jpg") no-repeat center bottom ; background-size: 100% auto;}
        #burgermenu.aktiv { right: 0;}
        #burgermenu .navi_icon,#burgermenu .navi_icon ul li, #burgermenu .navi_meta { background: none;}
        #burgermenu .mainnavi { background: none; border-bottom: 1px dashed var(--c1);}
        #burgermenu svg, #burgermenu svg * { fill: var(--c7) !important;}
        #burgermenu .navi_icon {border-bottom: 1px dashed var(--c1);}
        #burgermenu .navi_icon ul li a { color:var(--c7)}
        #burgermenu .navi_icon ul li a:hover:not(.aktiv) { color: var(--c1); background: var(--c3);}
        #burgermenu .navi_icon ul li a:hover:not(.aktiv) svg, #burgermenu .navi_icon ul li a:hover:not(.aktiv) svg * { fill: var(--c1) !important;}

/**/
#popup_check { display: none;}
#popupwrapper {position: fixed; width: 100%; height: 100%;  display: flex;z-index: 20000; left:0; top:0; justify-content: center;align-items: center; background: var(--c11);}
#popup {  background: var(--c2) ;  width: 90%; padding: 5vw; border-radius: 15px; max-width: 800px; position: relative; font-size: 1.5rem; font-family: var(--f1); text-transform: uppercase;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);  }
    #popup a { text-decoration: underline;}
#close_popup { position: absolute; right: 1vw; top:1vw; border: 0; background: none; color: var(--c1); cursor: pointer;}
    #close_popup:after{ content: "×"; font-size: 40px;}


/*CMS FORMATIERUNG*/

.cms #content { max-width: 66%;}
.cms #content > div:not(.galerie) { background: var(--c2)!important; border: 1px solid var(--c1) !important; margin:1em 0 2em 0; display: inline-block; padding: 15px !important; font-family: var(--f1); text-transform: uppercase; color: var(--c1);}
    .cms #content > div a { color: inherit;}
        .cms #content a { text-decoration: underline;}
        .cms #content img {box-shadow: 5px 5px 0px 0px var(--c2);background: var(--c1);}

        
        
/*TOUCH*/
@media (hover: none) {
  .dot:hover { background-color: var(--c7);}
}

@media (min-width: 1400px) {
    html { font-size: 105%;}
}

@media (min-width: 1600px) {
    html { font-size: 110%;} 
    #secondheader { font-size: 0.9rem;}
}

@media (max-width: 1200px) {

    html { font-size: 95%;}
    #meldung { font-size: 1.2rem;}
    .datum_plakat { }
        .filmplakat { width: 180px;}

}

@media (max-width: 1000px) {

    html { font-size: 85%;}
    #meldung { font-size: 1.1rem;}
    #sidebar { width: 300px;}
    #content { width: calc( 100% - 300px); }
    #burgermenu { width: 299px;}
    .logos img{ height: 25px; margin:10px 5px; }
    #en_only, #switch_list { width: 190px;}
    .datum_plakat {flex-direction: column; gap:5px;}
        .filmplakat { width: 140px;}
    
    .teaserdatum { display: block; margin-bottom: 5px; width: auto;}
    .teaserdatum > span { display: block; float: left;}
    .wochentag {font-size: 1.9rem; margin-right: 5px;}
    .datum {font-size: 1.9rem;}
    .uhrzeit { float: none; clear: both; margin-top: 10px;}
    .teasertitel {font-size: 1.9rem;}

    .cms #content { max-width:none}

    #cookie-banner {right:310px;}

 

}

@media (max-width: 767px) {
 
    html { font-size: 90%;}
    header { padding: 10px; font-size: 1.4rem;}
        body.is-scrolled header{padding: 5px;}
    header svg { width: 24px; height: 24px;}
    #header_navi > div { padding-left: 0.8rem;}
    #burgermenu { width: 100%;padding-top: 64px; right: auto; left: 100%;}
        #burgermenu.aktiv { right: auto; left: 0;}
    #burger { width: 45px ;}
     #burger svg { width: 30px; height: 30px; display: none;}
         #burger svg.cross {width: 23px; height: 23px;}
    main {  padding-top: 65px;}
    main, #content, #sidebar {display:block}
    #content { min-height:auto;}
        .unterseite #content { padding: 15px;}
    #sidebar, #content { width: 100%; border: 0;}
    #logo img{ height: 45px; }
        body.is-scrolled #logo img{ height: 35px; }
    #secondheader > div { /*flex-direction: column;*/  padding: 7px 5px;}
    #en_only, #switch_list, #meldung  { font-size: 0.80rem;}
    #meldung { /*font-size: 1.2rem;*/ width: 25% !important;}
    #en_only {width: 40% !important;}
    #switch_list {width: 35% !important;}

    #ansicht_icon > div{  width: 28px; height: 28px; }
    #switch_list svg { height: 20px; width: 20px;}

    .switch {  width: 35px; margin-left: 0}
        .dot {  width: 17px; height: 17px; }
    .film {  gap:1.5em; padding: 15px;}
        .home .film:hover { padding: 25px 15px; }
        body.list #programm .film{ padding: 10px 15px;}
    .datum_plakat { width: 100px;}
        .filmplakat { width: 100%; }
    .teaserdatum { margin-bottom: 2px;}
    .teasertitel, .datum, .wochentag {font-size: 1.6rem;}
    .teasertitel .special {  font-size: 70%; }
    .uhrzeit { margin-top: 5px;}

    #sponsoren { border-top: 1px solid var(--c1); }
    
    #kalender {  padding: 10px 50px; }
    .logos { padding: 15px 5px;}
    .logos img{ height: 25px; width: auto; margin:15px 15px; }
    #sidebar .mainnavi,#sidebar  .navi_icon { display: none;}

    #cookie-banner {bottom:5px;left:5px;right:5px; width:calc( 100% - 10px ); }

    .cms #content > div:not(.galerie) {  padding: 7px !important; font-size: 95%; }
    .cms #content img:not(.fix) {  width: 100% !important; height: auto; margin-bottom: 0.75em;}

    .mainnavi ul { background: none;}



}

@media (max-width: 480px) {

    /*.teasertext { height: 2.6em; }*/

 
    
}