
/* 2022-12-19 margin-right aan radio input */
/* 2022-09-26 toplinkssocial */
/* 2022-05-12 openstaande betaldingen controle  */
/* 2021-12-20 aanpassing border in main article table td, vanwege bevestiging na webshop */
/* 2021-12-07 nightshift */
/* 2021-11-15 fontweight 300 verwijderd + clearfix 1px height + styling popup fancybox bg */
/* 2021-11-08 outline bij focus inputvelden verwijderd */
/* 2021-09-27 imgloader display inline gemaakt ipv inline-block */
/* 2021-09-13 inputvelden alleen lijn onder */
/* 2021-09-07 label normale font-weight */
/* 2021-08-25 cookiemelding isInIframe display none */
/* 2021-08-23 winkelwagentrigger aantal items */
/* 2021-06-21 styling select oepsiepagina */
/* 2021-05-10 loader iets hoger in iframe/pop-up
/* 2021-04-19 menustyling */
/* 14-01-2021 #toonqrcode .icons verbergen ivm nieuwe volgorde eticket */
/* 04-01-2021 nav ul li a:link, nav ul li a:visited, nav li.sectionheader > span */
/* 05-10-2020 .counterimg vaste breedte */
/* 22-09-2020 tinymcs geen opacity 0 op img */
/* 22-09-2020 fix fancybox icm nw lazyload */
/* 19-08-2020 nieuw kijkwijzer font, dus 14 en 18 niet meer zelf */
/* versie 17-06-2020 app styling */
/* versie 10-06-2020 table styling fix */
/* versie 20-05-2020 kleine fix formulier */
/* versie 29-04-2020 reCaptcha badge hidden */
/* versie 26-02-2020 .spacer ook ruimte voor iphone x meegeven */
/* versie 22-01-2020 kijkwijzers 14 en 18 */
/* versie 11-12-2019 fix reserveer popup ipad */
/* versie 27-11-2019 close kruis
/* versie 18-10-2019 appversionwrap */
/* versie 06-09-2019 buttons winkelwagen styles */
/* versie 21-08-2019 winkelwagen titelrij */
/* versie 24-07-2019 elogo display none */
/* versie 24-07-2019 fix fancybox op ipad */
/* versie 17-04-2019 fix button hover */
/* versie 20-02-2019 header afbeeldingen hoogte meegeven voor lazy load*/
/* versie 24-09-2018 filterbox verbergen voor ie en font aanpassing*/
/* versie 01-08-2018 loader gif popup iets hoger */
/* versie 18-07-2018 percentage hoogte Homeslider en dynamische footeruitklap */
/*last update: 08-06-2018, header safe inset iphone-x*/
/*last update: 07-03-2018, wachtwoord vergeten verstuurknop*/
/*last update: 21-02-2018, spacer height*/
/*last update: 17-01-2018, dymanic font*/
/*last update: 11-01-2018, iframe max width fix*/
/*last update: 07-01-2018, fancybox tbv afbeeldingen fix*/
/*last update: 04-01-2018, scroll fix android*/
html { 
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  position: relative;
  margin: 0;
  font-size: 100%;

}
img{
	transition: all 0.5s;
	opacity: 1;
}

textarea:focus, input:focus, *:focus {
    outline: none;
}
html.reservering-betalen .error{
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid red;
    
}
#tinymce img{
    opacity: 1;
}

#toonqrcode {
    padding: 15px;
    background: #fff;
}

.isInIframe .cc-window {
    display: none!important;
}

.imgloader{
    /*display: inline-block;*/
    display: inline;
	background: #ccc;
	transition: all 1s ease-out;
	/* box-shadow: inset 0px 0px 0px 2px #999; */
}
.imgloader.loaded{
	background: transparent;
	/* box-shadow: inset 0px 0px 0px 2px #999; */
}
img.loaded, .fancybox-image, .fancybox-spaceball{
	
	opacity: 1;
}

label {
    font-weight: inherit;
}

.afrekenen .cc-revoke.cc-bottom.cc-left.cc-animate {
	display: none!important;
}

.topbuttons .loginsubmit {
    line-height: 20px;
    padding: 8px 50px 8px 20px;
}

input, button, select, textarea {
    border-radius: 0;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    border: 0 none;
    border-bottom: 1px solid #ccc;
    background: none;
    height: 40px;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 10px;
}

.grecaptcha-badge { visibility: hidden; }

article .contactform {
    margin: 0;
}

#toplinks a.toplinkssocial:link, #toplinks a.toplinkssocial:visited {
    width: 22px;
    display: inline-block;
    height: 22px;
    margin-left: 7px;
    line-height: 22px;
    font-size: 18px;
    position: relative;
    top: 1px;
    padding: 0;
    text-align: center;
    color: #fff;
}

#toplinks a.toplinkssocial.mob {
    display: none;
}

#toplinks .toplinkssocial .fa {
    margin: 0;
}

#toplinks a.toplinkssocial:hover, #toplinks a.toplinkssocial:active {
    color: #eee;
}

.appversionwrap{
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 11px;
   color: #fff;
}
.e-logo {
    display: none!important;
}

.fancybox-container{
   position: fixed!important;
   z-index:9999;
}

html.home2017, html.home {
    height: 100%;
    position: relative;
}

html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-size: 22px;
	font-weight: 300;
}

.appshow {
    display: none;
}

.spacer {
    height: 90px;
    height: calc(90px + env(safe-area-inset-top));
}

.popup21 .fancybox-is-open .fancybox-bg {
    opacity: 1;
    background: #fff;
}


.fancybox-bg.popup{
    opacity: 1;
    z-index: 1000;
}
#reserveerpopup{
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -30px;
	right: 0;
	bottom: 0;
	border: 0;
    width: 500px;
    height: 60px;
    z-index: 99999;
	transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 500px) {
	#reserveerpopup{
		width: 100%;
		left: 0;
		margin-left: 0px;
	}
}	


.fancybox-iframe.popup{

}
.fancybox-iframe, #slider, #reserveerpopup{
	background: url(https://www.koningvanengeland.com/assets/gfx/loader.gif) no-repeat 50% 15% #fff;
        background-size: 50px auto;
}

.fancybox-is-open .fancybox-bg {
	opacity: .95;
}

.fancybox-enabled body, .fancybox-enabled-image body{
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
	max-height: 100% !important;
}
.fancybox-enabled-image body{
    height: 540px !important;
}
.fancybox-slide--iframe .fancybox-close-small{
	top: -50px;
	right: -50px;
	transform: scale(1.3);
}

.popup21 .fancybox-slide--iframe .fancybox-close-small {
    right: 0;
}

.popup21 .fancybox-slide--iframe .fancybox-close-small:after  {
    color: #000;
}

.popup21 .fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #ccc;
}

.touchevents .fancybox-container{
	   /*position: absolute !important;*/
	   right: 0 !important;
	   bottom: 0 !important;
	   width: auto;
	   /*height: 2000px !important;*/
	}
.touchevents.fancybox-enabled-image .fancybox-container,
.fancybox-enabled-image .fancybox-container{
    height: 100% !important;
}
.touchevents .fancybox-iframe.popup{
	   height: 2000px !important;
	}
.touchevents.fancybox-enabled, .touchevents .fancybox-enabled{
    overflow: visible !important;
}	
.table_auditorium_wrapper td {padding: 0 !important;}
.auditorium_row, .zibheader {color: black;}
#seatpickerwrapper {position: absolute; background: white; bottom: 0;}
.control .button {width: 35px; line-height: 35px;}

body {
  /* Margin bottom by footer height */
  margin-bottom: 206px;
	background-size: cover; 
	background-position: center 93px; 
	background-attachment: fixed;
}

body.home {
    margin-bottom: 0!important;
    height: 100%;
}

h1 {
	font-size: 155%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 120%;
}

/*.button, input[type="submit"], button {
	color: #19232e;
    padding: 0 35px 0 10px;
	line-height: 50px;
	position: relative;
    display: inline-block;
	background: #d9d8d9;
    text-decoration: none!important;
	transition: all 0.4s;
	text-transform: uppercase;
    font-weight: 400;
    font-size: 120%;
	float: right;
}*/

#winkelwagenoverzicht .title {
    padding: 0 15px;
    background: #19232e;
}

.winkelwagentrigger {
    position: relative;
}

.winkelwagentrigger span {
    position: absolute;
    right: -4px;
    top: -7px;
    background: #19232e;
    color: #fff;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-family: arial;
    font-size: 12px;
}

.button, input[type="submit"], input[type="button"], button, a.button:link, a.button:visited {
	color: #fff;
    padding: 0 35px 0 10px;
    line-height: 50px;
    position: relative;
    border: 0 none;
    display: inline-block;
    /*background: #19232e url(/assets/gfx/chevron_right_white.png) no-repeat;
    background-size: 16px auto;
    background-position: top 50% right 10px;*/
    background-color: #19232e;
    text-decoration: none!important;
    transition: all 0.4s;
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 120%;
    margin-top: 10px;
	/*float: right;*/
	-webkit-appearance: none;
border-radius: 0;
}
/*
.button:after, input[type="submit"]:after, input[type="button"]:after, button:after, a.button:link:after, a.button:visited:after {
    content: "v";
    font-family: "cine-icons";
    font-style: normal;
    font-size: 22px;
    position: absolute;
    right: 6px;
    margin-top: -1px;
}
*/
.button:hover, input[type="submit"]:hover, button:hover, a.button:hover {
    background-position: top 50% right 6px;
    color: #fff;
}
#sisowsubmit{
margin-bottom: 20px;
}
#annuleermelding .button {
	float: none;
	margin-top: 15px;
}

.button i {
	position: absolute;
	top: 14px;
	right: 8px;
	transition: all 0.4s;
}

.totijden.button i {
    top: 16px;
    transition: all 0.4s;
}

.nopadding {
    padding: 0!important;
}

.clear {
    clear: both;
}
/*
.clearfix {
    height: 1px;
}
*/

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.close {
    background: #19232e;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 23px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    opacity: 1;
    font-family: arial;
}

.home main {
	padding-top: 0;
	padding-bottom: 65px;
}

h1, h2, h3, h4, p {
	margin: 0 0 20px;
}

h2.under {
	margin-top: -10px;
}

main article table td {
    vertical-align: top;
    border: 1px solid grey;
}

main article #invoice table td {
    border: 0 none;   
}

main article table.registration_input_table td {
    border: 0 none;
    position: relative;
}

main article .detailtijden table td {
    border: 0 none;
}

article p:last-child, aside p:last-child {
	margin-bottom: 0;
}

article #invoice p:last-child {
    margin-bottom: 20px;
}

article iframe, aside iframe {
    max-width: 100%;
}

img {
	border: 0 none;
}

main img {
	max-width: 100%;
	height: auto;
}
main .headerblock.col-md-12 img.loaded{
   /* height: 304px;*/
}
main .headerblock.col-md-12 img.loaded, .isApp main .headerblock.col-md-12 img{
    height: auto;
}
a {
	outline: none;
}

a:link, a:visited {
	color:#19232e;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.isApp *:focus {
    outline: none;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

textarea {
    resize: vertical;
}

.wide {
    display: block;
}

.mob, .button.mob {
	display: none;
}

.center {
text-align: center;
}

img.links {
    float: left;
    margin: 4px 20px 4px 0;

}

img.rechts {
    float: right;
    margin: 4px 0 4px 20px;

}

/* start menu */
nav.wide {
width: calc(100% - 328px);
text-align: right;
bottom: 0;
display: block;
opacity: 1;
margin-left: 323px;
transition: all 0.4s;
}

nav.mob {
    opacity: 1;
}

nav.wide.active{
	margin-left: 100px;
}
nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

nav ul li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

nav ul li.app {
    display: none;
}

nav ul li a:link, nav ul li a:visited, nav li.sectionheader > span {
	height: 60px;
	font-size: 95%;
	text-decoration: none;
	color: #333;
	font-weight: 400;
display: block;
padding-left: 10px;
padding-top: 20px;
padding-right: 10px;
}

nav ul li a.parent {
	cursor: default;
}

nav li.sectionheader > span { 
	display: inline-block;
	cursor: default;
}

nav>ul>li a:hover, nav ul li a:active {

	
}

nav ul li.active>a:link, nav ul li.active>a:visited {
	font-weight: 500;
}

nav ul li ul {
	max-height: 0;
	opacity: 0;
	position: absolute;
	width: 200px;
	top: 60px;
	background-color: #FFF;
	padding: 0;
	overflow: hidden;
	left: 0px;
	text-align: left;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.75);
	transition: all 0.3s;
}

nav ul li ul.active {
	max-height: 999px;
	opacity: 0.9;
	padding: 10px 0;
}

nav ul li ul li {
              float: none;
display: block;
margin-left: 0;
}

nav ul li ul li a:link, nav ul li ul li a:visited {
height: auto;
padding: 5px 10px;
}

nav ul li ul li a:hover, nav ul li ul li a:active {
}

.lavalamp-object {
    border-bottom: 5px solid #19232e;
top: 0!important;
}
/* eind menu */

#logo {
    width: 303px;
	margin-top: 38px;
	margin-left: 15px;
	padding-top: 0px;
	position: absolute;
	transition: all 0.4s;
}
#logo.active{
	width: 100px;
}
#logo .imgloader{
	background: transparent;
}

#logo img {
    max-width: 100%;
    height: auto;
    max-height: 50px;
	transition: all 0.4s;
}

#logo img.loaded {
    max-height: 500px;
}

header {
	position: fixed;
	width: 100%;
	background: #1a181c;
	height: 90px;
	z-index: 120;
	padding-top: env(safe-area-inset-top);
}/*iphone x hack*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
        header {
            background: #fefefe;
        }
}

section#filmcaroussel{
	background: #fff;
	border-top: 10px solid #19232e;
	padding: 30px 0 30px;
}

section.header .wrapper.headerbottom{height: 300px;
	/*version 2 fix (agenda/trailers swap)*/
	height: auto;
	}


	header .second{
		background: #19232e;
		height: 60px;
	}
	header .first{
		background: #000;
		height: 33px;
		padding-top: 3px;
	}

#pagetop {
float: right;
text-align: right;
display: block;
opacity: 1;
}

#pagetop #toplinks {
padding: 0px;
background: #000; 
display: inline-block;
line-height: 25px;
font-size: 75%;
}

#toplinks a:link, #toplinks a:visited {
color: #fff;
transition: all 0.4s;
display: inline-block;
padding-left: 8px;
margin-left: 15px;
text-decoration: none;
}

#toplinks a:hover, #toplinks a:active {
color: #19232e;
}

#toplinks .fa {
    margin-right: 3px;
}

#pagetop #tel {
color: #fff;
font-size: 100%;
margin-top: 20px;
}

#headerslides{
	position: relative;
	height: 600px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


/* slider */
/*
section#slider {
margin-top: 90px;
}
*/


/* snel reserveren */
	select {
	    padding:3px;
		padding-left: 0px;
		padding-right: 28px;
		padding: 3px 28px 3px 10px;
	    margin: 0;
	    -webkit-border-radius:0px;
	    -moz-border-radius:0px;
	    border-radius:0px;
	    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #19232e inset;
	    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #19232e inset;
	    box-shadow: 0 3px 0 #ccc, 0 -1px #19232e inset;
	    -webkit-box-shadow: 0 0px 0 #ccc, 0 -1px #19232e inset;
	    -moz-box-shadow: 0 0px 0 #ccc, 0 -1px #19232e inset;
	    box-shadow: 0 0px 0 #ccc, 0 -1px #19232e inset;
	    background: rgba(0,0,0,0.8);
		background: url('//cdn.cinelink.nl/gfx/chevron_down_grey.png') no-repeat 98% 50%;
		background-size: 16px;
	    color:#444;
	    border:none;
	    outline:none;
	    display: inline-block;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    cursor:pointer;
		font-size: 75%;
		
	}
	select.hide{display: none;}
	/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	    select {padding-right:28px}
	}

select#Buckaroobank {
    width: 100%;
    height: 40px;
}


.reserveer{
	padding: 20px;
background: #19232e;
	margin-bottom: 20px;
display: inline-block;
}

.reserveerwrap .reserveer {
	width: 100%;
margin-bottom: 0;
}

.reserveer h3 {
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
}

.newsitems {
	margin-top: 80px;
}

footer {
  	position: absolute;
	z-index: 999;
  	bottom: 30px;
  	width: 100%;
  	max-height: 75px;
	background: #000;
	font-size: 110%;
	transition: all 0.4s;
	padding-top: 10px;
}

footer.active {
	max-height:1000px;
}

.home footer {
    position: relative;
    bottom: 0;
}

.footertrigger {
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	top: -40px;
	margin-left: 15px;
	color: #fff;
	font-size: 80%;
	position: absolute;
	background: #000;
	cursor: pointer;
}

footer ul {
	margin: 0;
	padding: 0;
	max-height: 40px;
	overflow: hidden;
	list-style-type: none;
	transition: all 0.4s;
	margin-bottom: 20px;
}

footer.active ul {
	max-height: 1000px;
	height: auto;
}



footer ul > li {
	line-height: 60px;
	color: #fff;
	font-weight: 400;
}

footer ul > li p {
    line-height: normal;
}

footer ul li ul li {
	line-height: normal;
	/*font-weight: 300;*/
	font-size: 75%;
}

footer ul li ul {
	max-height: 9999px;
	margin-top: 20px;
}

footer ul li a:link, footer ul li a:visited {
	color: #fff;
}

#bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #19232e;
	font-size: 60%;
	color: #fff;
}

.home #bottom, .home2017 #bottom {
    position: relative;
}

#bottom ul {
	margin: 0;
	padding: 0;
}

#bottom ul li{
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

#bottom ul li:first-child {
	margin-left: 0;
}

#bottom ul li a:link, #bottom ul li a:visited, #bottom a:link, #bottom a:visited {
	color: inherit;
	line-height: 30px;
}

.copy {
	float: right;
}

#slider {
	position: relative;
}

.headerblock {
	margin-bottom: 30px;
}

#content .container {
	background: #fff;
	padding: 30px 15px;
	margin-top: 30px;
}

.back {
	display: inline-block;
	float: right;
}

.back a:link, .back a:visited {
	color: #19232e;
    padding: 0 10px 0 35px;
	line-height: 50px;
	position: relative;
    display: inline-block;
	background: #d9d8d9;
    text-decoration: none!important;
	transition: all 0.4s;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 120%;
	float: right;
}

.back a i {
	position: absolute;
	top: 14px;
	left: 12px;
	transition: all 0.4s;
}

.back a:hover i {
	left: 8px;
}

#contrastshift {
	display: inline-block;
    opacity: 1;
	line-height: 25px;
	padding-top: 2px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	transition: all 0.4s;
}

#contrastshift .ci {

}

#contrastshift.active .ci {
    transform: scaleX(-1);
}

.gallery .img{
	margin: 0 !important;
}
.gallery .img a{
	padding: 0 !important;
	border: 0 !important;
}
ul.thumbs{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.thumbs li{
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 10px;
	display: inline-block;
}
ul.thumbs li img{
	width: 213px;
}
.gallery ul.thumbs li img{
	width: 226px;
}
.overzichtfilms .overzicht {
	display: inline-block;
	margin-left: 15px;
}
.kijkwijzer, .kijkwijzer li{
list-style: none !important;
}

#wmlivechatbox {
	z-index: 99999!important;
}

#pagetop #toplinks .fa-shopping-cart {
    font-size: 18px;
}

/* toon qrcode */
#toonqrcode .icons{
    display: none;
}
#toonqrcode .icons a {
    display: block;
    position: relative;
    max-width: 400px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 0 10px;
}

#toonqrcode .icons a .fa {
    color: #000;
}

#toonqrcode .icons a img {
    width: 22px;
    position: relative;
    left: -4px;
}

#toonqrcode .icons a .icon {
    width: 25px;
    display: inline-block;
}

#toonqrcode .icons a .fa-chevron-right {
    position: absolute;
    right: 10px;
    margin-top: -9px;
    top: 50%;
    transition: all 0.3s;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ styles */
  #filter-box{
    display: none !important;
  }
}
.counterimg{
    width: 43px;
}
/* Stylesheet: cinestyles Modified On 2025-05-13 12:44:32 */
@media only screen and (max-width: 1589px) {
	
	nav ul li a:link, nav ul li a:visited, nav li.sectionheader {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	nav ul li {
	    margin-left: 10px;
	}

}
/* Stylesheet: r1200 Modified On 2017-12-13 12:19:57 */
@media only screen and (min-width: 992px) {
    
    nav ul li ul li a:hover, nav ul li ul li a:active, .scroll nav ul li ul li a:hover, .scroll nav ul li ul li a:active {
        color: #b5b5b5!important;
    }
    
    #toonqrcode .icons a:hover .fa-chevron-right {
        right: 7px;
    }
    
    .button:hover i {
        right: 4px;
    }
    
    .button.totijden:hover i {
        right: 8px;
        top: 20px;
    }

}
/* Stylesheet: hovers Modified On 2022-08-29 14:28:36 */
/* 2021-05-17 stylingfix mobiel menu */
@media only screen and (max-width: 991px) {
	

	
	footer ul > li, footer ul li ul li {
		font-size: 80%;
	}
	
	nav > ul {
	    padding-bottom: 60px;
	}
    
    aside {
        margin-top: 30px;
    }
	#seatpicker{
		width: 100%;
		height: calc(100% - 30px);
		top: 0;
		left: 0;
		margin-left: 0px;
	}
	.close-thik{
		left: auto;
		margin-left: auto;
		right:20px;
		top: 40px;
		margin-top: 0;
		z-index: 33999993;
	}
	

	
}

/* Stylesheet: r768 Modified On 2021-05-17 15:25:58 */
/* 2023-01-09 font kleiner op mobiel */
/* 2022-12-19 header.activemenu .first, header.activemenu.scroll .first */
/* 2022-09-26 socialtoplinks */
/* 2022-03-16 text-align mobiel menu vanuit settings */
/* 2022-02-07 fix menutrigger mobiel na open menu en scroll */
/* 2021-12-07 nightshift */
/* 2021-10-11 main min-height */
/* 2021-05-17 styling fix */
/* 2021-04-19 styling */
/* 2021-04-14 toon aantal items in winkelwagen op mobiel */
/* 2020-11-02 cookieflapje recht ipv links */
/* versie 09-09-2020 fix snelreserveren op mobiel */
/* versie 07-07-2020 app styling again */
/* versie 24-06-2020 app styling */
/* versie 10-06-2020 tablewrap op mobiel */
/* versie 03-06-2020 cookiemeldingfix */
/* versie 11-03-2020 styling fixtoplinks */
/* versie 26-02-2020 header.activemenu, header.activemenu.scroll wit ivm iphonex */
/* versie 12-02-2020 fancybox mobiel fix */
/* versie 27-11-2019 tooncode op mobiel fix */
/* versie 06-11-2019 zoeken op mobiel in menu */
/* versie 25-09-2019 balk filmcarousel weg  + fix mobiele header scroll */

@media only screen and (max-width: 767px) {
	
    html, body {
        font-size: 16px;
        line-height: 22px;
    }
    
    body {
    	margin: 0!important;
    }
    
    .button, input[type="submit"], input[type="button"], button, a.button:link, a.button:visited {
        font-size: 100%;
        background-size: 12px;
    }
    
    nav, nav.wide {
        /*top: 40px;*/
        top: 0;
        min-height: 100%;
    }
    
    #contrastshift {
        line-height: 28px;
    }
    
    /*
    .android body, .ios body  {
        margin-bottom: 50px!important;
    }
    */
    
    .android body.home, .ios body.home, .isApp body.home {
        height: auto;
        padding-bottom: 27px!important;
    }
    
    .cc-revoke.cc-bottom.cc-left{display: block!important}
    
    .cc-revoke.cc-left {
        left: auto;
        right: 15px;
    }
    
    .isApp .home #newsletter .nms_subscribe {
        margin-bottom: 15px;
    }
    
    .isApp .topbuttons {
        margin-top: 0;
    }
    
    #tooncode table {
        width: 100%!important;
    }
    
    .activemenu body {
        height: 1px;
        overflow: hidden;
    }
    
    .home main {
    	padding-bottom: 0;
    }
    
    header.activemenu, header.activemenu.scroll {
    	position: fixed;
        width: 100%;
        background: #fff;
        height: auto;
        z-index: 120;
        top: 0;
        left: 0;
        right: 0;
        overflow-y: scroll;
        bottom: 0;
    }
    
    .container, #content .container {
    	padding-left: 0;
    	padding-right: 0;
            margin-top: 0;
    }
        
    .wide {
        display: none;
    }
        
    .mob {
        display: block;
    }
    	
    nav.mob {
    	display: none;
    }
    
    nav > ul {
    	width: auto;
    	padding-top: 0;
    }
    
    nav ul {
        padding-top: 0;
    }
    
    .activemenu .menutrigger, .activemenu .menutrigger.scroll {
        top: -40px;
    }
    
    .menutrigger.scroll {
        top: 0;
    }
    
    #toplinks span {
    	display: none;
    }
    #toplinks .winkelwagentrigger span{
        display: inline;
    }
    
    #toplinks a.toplinkssocial.mob {
        display: inline-block;
    }
    
    #logo {
    	width: 220px;
    	padding-top: 6px;
    	z-index: 99;
    }
    
    #pagetop #toplinks {
    	font-size: 105%;
    }
    
    #toplinks a:link, #toplinks a:visited {
    	margin-left: 3px;
    }
    
    #toplinks a:first-child:link, #toplinks a:first-child:visited {
        margin-left: 0;
        padding-left: 0;
    }
    
    main {
        min-height: 500px;
    }
    
    footer {
    	position: relative;
    	margin-top: 20px;
    	max-height: 9999px;
        bottom: 0;
    	z-index: 10;
    }
    
    footer ul {
    	max-height: 9999px;
    }
    
    .tablewrap {
        width: 100%;
        overflow-x: scroll;
    }
    
    section#filmcaroussel {
    	padding: 0 0 15px;
    	border-top: 0 none;
    }
        
    .footertrigger {
        display: none;
    }
    
    header.activemenu .first, header.activemenu.scroll .first {
        height: 40px!important;
    }
        
    footer ul li ul {
        margin: 0 0 10px 0;
    }
        
    footer ul > li {
        line-height: 50px;
    }
        
    #bottom {
        position: relative;
        padding: 5px 0;
    }
        
    #bottom .col-md-12 {
        padding: 0;
    }
    
    #bottom ul li, #bottom ul li:first-child {
        margin-left: 0;
        margin: 0 15px;
    }
        
    .copy {
        position: absolute;
        top: -30px;
        right: 15px;
        z-index: 999;
    }
        
    #bottom ul li a:link, #bottom ul li a:visited, #bottom a:link, #bottom a:visited {
        line-height: 25px;
    }
	
	.zibheader,
	.AuditoriumInformationWrapper,
	.legenda_blok{
	    line-height: 15px;
	    font-size: 60%;
	}
	.table_auditorium_wrapper td{padding: 0;}
	.table_auditorium_wrapper td div{line-height: 0;}
	#seatpicker{height: auto; bottom: 0; top: 0;}
	.auditorium_seat_number{display: none;}
	.auditorium_seat_img{
	    filter: Alpha(Opacity=100);
	    opacity: 1;
	}
	.fancybox-container{
	   /*position: absolute !important;*/
	   right: 0 !important;
	   bottom: 0 !important;
	   width: auto;
	   height: auto;
	}
	.fancybox-iframe.popup{
	   transform: scale(1);
	}
	.fancybox-slide--iframe .fancybox-close-small{
		right: 0; 
		top: 0;
    	position: fixed;
		transform: scale(1);
	}
		
	.fancybox-slide--iframe .fancybox-content{
		max-width: 100% ;
		max-height: 100%;
		max-height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		
		height: 100%;
		padding: 0;
		width: 100% !important;
		margin:0;
	}

	/* search in menu op mobiel */
	
	header > .searchwrapper {
	    display: none;
	}
	
	nav .searchwrapper {
	    position: relative;
	}
	
	nav .searchwrapper, nav .searchwrapper > div {
	    max-width: 800px;
	}
	
	nav>ul {
	    padding-top: 5px;
	}
	
	.ui-widget-content.ui-autocomplete {
	    z-index: 999;
	}
	
	nav.mob ul li a:link, nav.mob ul li a:visited, nav.mob ul li.sectionheader > span, .scroll nav.mob ul li a:link, .scroll nav.mob ul li a:visited, .scroll nav.mob ul li.sectionheader > span, nav.mob ul li.active>a:link, nav.mob ul li.active>a:visited, .scroll nav.mob ul li.active>a:link, .scroll nav.mob ul li.active>a:visited, nav.mob ul > li.sectionheader > span, nav.mob ul > li.parent a:link, nav.mob ul > li.parent a:visited, .scroll nav.mob ul > li.sectionheader > span, .scroll nav.mob ul > li.parent a:link, .scroll nav.mob ul > li.parent a:visited {
    text-align: center;
}
	
	
}



@media only screen and (max-device-width : 450px),only screen and (max-width : 450px) {
	.auditorium_seat_img{
		width: 90%;
	}
	.auditorium_seat_number{
		font-size: 50%;
	}
}
/* Stylesheet: r300 Modified On 2023-01-09 14:32:42 */
@font-face {font-family: 'DINNeuzeitGroteskStd';src: url('/assets/fonts/DINNeuzeitGroteskStd-Light.woff2') format('woff2'),url('/assets/fonts/DINNeuzeitGroteskStd-Light.woff') format('woff');font-weight: 300;font-style: normal;font-display: swap;}@font-face {font-family: 'DINNeuzeitGroteskStd';src: url('/assets/fonts/DINNeuzeitGroteskStd-BdCond.woff2') format('woff2'),url('/assets/fonts/DINNeuzeitGroteskStd-BdCond.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap;}@font-face {font-family: 'Avenida Std';src: url('/assets/fonts/AvenidaStd.woff2') format('woff2'),url('/assets/fonts/AvenidaStd.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: 'D-DIN Exp';src: url('/assets/fonts/D-DINExp.eot');src: local('D-DIN Exp'), local('D-DINExp'),url('/assets/fonts/D-DINExp.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/D-DINExp.woff2') format('woff2'),url('/assets/fonts/D-DINExp.woff') format('woff'),url('/assets/fonts/D-DINExp.ttf') format('truetype');font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: 'D-DIN Exp';src: url('/assets/fonts/D-DINExp-Bold.eot');src: local('D-DIN Exp Bold'), local('D-DINExp-Bold'),url('/assets/fonts/D-DINExp-Bold.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/D-DINExp-Bold.woff2') format('woff2'),url('/assets/fonts/D-DINExp-Bold.woff') format('woff'),url('/assets/fonts/D-DINExp-Bold.ttf') format('truetype');font-weight: bold;font-style: normal;font-display: swap;}@font-face {font-family: 'D-DIN Condensed';src: url('/assets/fonts/D-DINCondensed-Bold.eot');src: local('D-DIN Condensed Bold'), local('D-DINCondensed-Bold'),url('/assets/fonts/D-DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/D-DINCondensed-Bold.woff2') format('woff2'),url('/assets/fonts/D-DINCondensed-Bold.woff') format('woff'),url('/assets/fonts/D-DINCondensed-Bold.ttf') format('truetype');font-weight: bold;font-style: normal;font-display: swap;}@font-face {font-family: 'D-DIN Exp';src: url('/assets/fonts/D-DINExp-Italic.eot');src: local('D-DIN Exp Italic'), local('D-DINExp-Italic'),url('/assets/fonts/D-DINExp-Italic.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/D-DINExp-Italic.woff2') format('woff2'),url('/assets/fonts/D-DINExp-Italic.woff') format('woff'),url('/assets/fonts/D-DINExp-Italic.ttf') format('truetype');font-weight: normal;font-style: italic;font-display: swap;}@font-face {font-family: 'D-DIN';src: url('/assets/fonts/D-DIN-Bold.eot');src: local('D-DIN Bold'), local('D-DIN-Bold'),url('/assets/fonts/D-DIN-Bold.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/D-DIN-Bold.woff2') format('woff2'),url('/assets/fonts/D-DIN-Bold.woff') format('woff'),url('/assets/fonts/D-DIN-Bold.ttf') format('truetype');font-weight: bold;font-style: normal;font-display: swap;}@font-face {font-family: 'D-DIN';src: url('/assets/fonts/D-DIN.eot');src: local('D-DIN'),url('/assets/fonts/D-DIN.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/D-DIN.woff2') format('woff2'),url('/assets/fonts/D-DIN.woff') format('woff'),url('/assets/fonts/D-DIN.ttf') format('truetype');font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: 'D-DIN';src: url('/assets/fonts/D-DIN-Italic.eot');src: local('D-DIN Italic'), local('D-DIN-Italic'),url('/assets/fonts/D-DIN-Italic.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/D-DIN-Italic.woff2') format('woff2'),url('/assets/fonts/D-DIN-Italic.woff') format('woff'),url('/assets/fonts/D-DIN-Italic.ttf') format('truetype');font-weight: normal;font-style: italic;font-display: swap;}@font-face {font-family: 'D-DIN Condensed';src: url('/assets/fonts/D-DINCondensed.eot');src: local('D-DIN Condensed'), local('D-DINCondensed'),url('/assets/fonts/D-DINCondensed.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/D-DINCondensed.woff2') format('woff2'),url('/assets/fonts/D-DINCondensed.woff') format('woff'),url('/assets/fonts/D-DINCondensed.ttf') format('truetype');font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: 'dinnextltpro-reguuploadedfile';src: url('/assets/fonts/din_next_lt_pro_regular-webfont.woff2') format('woff2'),url('/assets/fonts/din_next_lt_pro_regular-webfont.woff') format('woff');font-weight: normal;font-style: normal;}.cc-revoke, .cc-window{z-index: 999999990;}.toplinkssocial{display: none;}.home .toplinkssocial{display :block;}#newsletter .nms_subscribe {margin: 0 auto;padding-left: 10px;padding-right: 10px;max-width: 1360px;}#newsletter .nms_subscribe>div{max-height: 300px;}#newsletter .step1{position: relative;}#newsletter .step1 h4{font-size: 50px;color: black;}#toplinks a.toplinkssocial:link, #toplinks a.toplinkssocial:visited{margin-left: 30px;}#toplinks a.toplinkssocial:last-child{margin-left: 7px;}/*#newsletter h4{overflow: hidden;max-height: 0px;}#newsletter .step1 h4:after{display: block;content: "De laatste films & specials wekelijks in je mailbox?";font-size: 50px;color: black;position: absolute;right: 0;left: 0;top: 20px;}*/#newsletter .step1{padding-top: 60px;}#newsletter .col-md-8{width: 100%;padding-left: 0;padding-right: 0;}#newsletter .follow{display: none;}#newsletter input{border: 1px solid #000;background: white;}#teaservideo{width: 100%;margin-bottom: -5px;}#teaservideo video {pointer-events: none;}#filter-box h3{font-family: 'd-din condensed';font-size: 100%;}.home .spacer{height: 155px!important;}.home main{padding-bottom: 0;}html, body {font-size: 18px;font-weight: normal;font-family: "D-DIN Condensed";margin:0;}body.blauw{background: #19232e;}body.blauw #content .container{background: #19232e;color: white;}body p{font-family: 'dinnextltpro-reguuploadedfile';line-height: 28px;}h1,h2,h3,h4,h5,h6{font-family: 'Avenida Std';}a:link, a:visited{color: #19232e !important;   ;}#toplinks a:link,#toplinks a:visited{color: white !important;   ;}.lavalamp-object{display: none!important;}header .second{height: 120px;background: #19232e !important;border-bottom: 1px solid #b39b62 !important;;}nav ul li a:link, nav ul li a:visited, nav li.sectionheader > span{color: white !important;transition: all 300ms ease;}nav ul li a:hover{color: #b39b62!important;}nav ul li ul li a:link, nav ul li ul li a:visited {color: #19232e !important;}.home #filmprogramma #snelreserverenkolom{background: white !important;}nav.wide {width: calc(100% - 445px);margin-left: 395px;margin-top: 26px;}.searchwrapper{top: 40px;}.searchwrapper>.fa{float: right;}.searchwrapper>div input{margin-top: 6px;margin-right: 10px;}.ui-widget-content.ui-autocomplete{z-index: 999;}.newstitle {width: 100%;}header .second .container{position: relative;}/* start snelreserveren in kolom */.home #slider #snelreserveren {display: none;}.home #filmprogramma #snelreserverenkolom {position: relative;margin: 0 0 30px 0;right: auto;bottom: auto;width: 100%;/*padding: 20px 20px 0;*//*background: #acb3c5;*/background: #000;}.home #filmprogramma #snelreserverenkolom #snelreserverenbutton {background: #19232e;margin-left: -20px;width: calc(100% + 40px);color: #fff;}#sortboxwrap {background: #19232e;}.newsitems {margin-top: 0;}#content .container {padding-top: 20px;}header {height: auto;}header .first, #pagetop #toplinks {background: #b39b62;/* background: rgba( 25, 35, 46, 0.5); */}.winkelwagentrigger span {background: #000;}header .first {padding-top: 0;}#pagetop #toplinks {padding-top: 3px;}#toplinks a:hover, #toplinks a:active {color: #ccc;}.toplinkssocial{position: absolute;font-size: 24px;right: 24px;top: 180px;color: white!important;}.toplinkssocial:first-child{top: 230px;right: 20px;}.toplinkssocial i{color: white!important;}header.scroll {height: 78px;}header.scroll .second {height: 120px;}#logo {width: 260px;border-right: 1px solid #b39b62;;transition: all 0.3s;margin-top: 32px;position: absolute;z-index: 9999;}#logo img, #logo img.loaded{width: auto;max-height: 120px;max-width: 50000px;transition: all 0.3s;}#logo a, #logo .imgloader{height: 120px;display: inline-block;}#logo .imgloader{}.scroll #logo img, .scroll #logo img.loaded {height: 120px;margin-top: 0px;}nav ul li a:link, nav ul li a:visited, nav li.sectionheader> span {line-height: 27px;font-size: 24px;color: #000;font-weight: normal;transition: all 0.3s;}.scroll nav ul li a:link, .scroll nav ul li a:visited, .scroll nav li.sectionheader > span {line-height: 27px;/*font-size:16px;*/}a.loginsubmit{color: #fff !important;}a.loginsubmit.inactive{color: #19232e !important;}#snelreserveren h2 {/*font-size: 22px;*/}nav ul li a.parent {/*cursor: pointer;*/}nav ul li.parent{position: relative;padding-right: 20px;}nav ul li.parent::before{content: "\f0d7";font-family: "Font Awesome 6 Pro";-webkit-font-smoothing: antialiased;display: var(--fa-display, inline-block);font-style: normal;font-variant: normal;line-height: 1;text-rendering: auto;font-family: var(--fa-style-family, "Font Awesome 6 Pro");font-weight: var(--fa-style, 900);right: 0;position: absolute;color: white;top: 21px;font-size: 24px;transition: all 300ms ease;}nav ul li.parent:hover::before, nav>ul>li:hover>a{color: #b39b62 !important;}nav ul li ul {top: 64px;transition: all 0.3s;}nav ul li ul.active {opacity: 1;padding-top: 0;padding-bottom: 0;}nav ul li.active>a:link, nav ul li.active>a:visited {font-weight: 600;}.scroll nav ul li ul {top: 44px;}/*.newsitem .newsleesmeer, .bigbutton .bbleesmeer {background-color: #19232e;}*//*.newsitem .newsleesmeer, .bigbutton .bbleesmeer {background-position: 140px 14px;}.newsitem:hover .newsleesmeer, .bigbutton:hover .bbleesmeer {background-position: 145px 14px;}*/.lavalamp-object {height: 65px!important;border-bottom: 5px solid #19232e;transition: height 0.3s;}.scroll .lavalamp-object {height: 45px!important;transition: height 0.3s;}.infoOnSlider h4 {background: rgba(197,26,27,0.8);}section#filmcaroussel, .homebuttons, .overzicht {/*display: none;*/}#snelreserverenkolom .snelreserverenbutton {background-image: none;}#newsletter{background: #b39b62;}#newsletter .next_nms, #newsletter input[type="submit"] {background-position: 164px 14px;}#newsletter .next_nms:hover {background-position: 169px 14px;}main table td {border: 0 none;}footer {background: #19232e;max-height: 1000px;bottom:0;color: white;position: relative;padding-bottom: 20px;}footer ul{max-height: 100px;}footer .footertekst{padding-top: 40px;}footer a:link, footer a:visited{color: white!important;}footer .firstitems a{font-family: 'DINNeuzeitGroteskStd';line-height: 40px;font-size: 28px;font-weight: bold;}footer .footersocials{float: right;}footer .footersocials a{font-size: 24px;display: inline-block;padding-left: 20px;}footer .copy{padding-top: 90px;}footer hr{border-top: 1px solid #b39b62;position: relative;}footer .copy::before{display: block;content: "";position: absolute;width: 0;height: 150px;border-left: 1px solid #b39b62;margin-top: -23px;margin-left: -150px;}footer ul > li{float: left;padding: 5px 20px;line-height: 32px;font-family: 'dinnextltpro-reguuploadedfile';font-weight: bold;font-size: 18px;}footer ul > li:first-child{background: #b39b62;text-transform: uppercase;}#bottom {background: #000;}#mainSlider a.btn.btn-large{color: #fff!important;}#mainSlider{-webkit-mask-image: url(/assets/gfx/slidermaskkve2.png);mask-image: url(/assets/gfx/slidermaskkve2.png);}.menutrigger span, .menutrigger span:before, .menutrigger span:after {background: #fff;}.button, input[type=submit], input[type=button], button, a.button:link, a.button:visited{background: #b39b62;padding: 0;line-height: 36px;font-size: 100%;text-transform: uppercase;color: #fff!important;border-radius: 0 !important;padding-left: 10px;padding-right: 10px;}.inc.button, .dec.button{color: #000!important;}header .headercol, header .second .container{/* display: none; */}/* webshop hieronder */.categories>li a.active{color: white !important;}form.shopitems{max-width: 1280px;margin: 0 auto;}#overzichtweergave{width: 1248px;margin: 0 auto;display: block;}.categories{display: block;padding: 0;}.categories>li{display: block;float: left;}@media only screen and (max-width: 1279px) {#overzichtweergave{width: 100%;padding-left: 17px;}}.detailview .shopitem{margin-bottom: 50px;}@media only screen and (min-width: 768px) {.detailview .details{padding-left: 240px;}}/*.webshop #content .container {max-width: 500px}.shopitem .imgloader, #overzichtweergave {display: none;}.shopitem .price {top: 0;margin-top: 6px;background: transparent;}.shopitem {float: none;width: auto;height: auto;}.extrainfo input {margin-bottom: 8px;}.volgendegegevens, .nextabbo {border-top: 0;}*/.extrainfo{width: 500px;max-width: 100%;}#Experiencetitle, html.jouw-event .bbcontainer h2, html.jouw-event article .bbcontainer .thebox.logos  .bbleesmeer{display: none;}html.jouw-event article .bbcontainer .thebox.logos .owl-stage-outer{background: white;}html.jouw-event #content>.container>article.col-md-12>h1:first-child,html.jouw-event #content>.container>article.col-md-12>h2.under{max-width: 1350px;margin: 0 auto;padding-left: 16px;}.shopitem h2 {font-size: 20px;font-family: "D-DIN Condensed";}#programmaoverzicht .movie-item .movietitle{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.tijdweergave .speelduur, .tijdweergave .genre{left: 337px;top: 80px;}.tijdweergave .speelduur{top: 110px;}.tijdweergave .plot{top: 190px;}.plot .mob{display: none;}#mainSlider h2{font-size: 120px;line-height: 100px;font-weight: normal;letter-spacing: 0;}#mainSlider p {text-transform: uppercase;font-size: 45px;font-family: "D-DIN Condensed";font-weight: bold;line-height: 50px;}#mainSlider .btn .fas{display: none;}#mainSlider .btn{padding-left: 30px;padding-right: 30px;color: #19232e;margin-top: 100px;background: #b39b62;}#mainSlider .btn a, #mainSlider a.btn.btn-large{color: #19232e!important;font-size: 26px;font-weight: normal;}.overzicht .movie-item.hasSpecial, .overzicht .movie-item{background: white;}#overzicht .movie-item  {background: transparent;color: #19232e;border-radius: 0!important;}#overzicht .movietitle {display: block;position: relative;}#overzicht .movietitle span{display: block;white-space: nowrap;color: #19232e;overflow: hidden;text-overflow: ellipsis;line-height: 35px;font-size: 24px;font-weight: bold;font-family: 'd-din condensed';}#overzicht .movietitle .specialsnw{right: 0;left: 0;top: -180px;padding: 0;-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);background: transparent;text-align: center;}#overzicht .movietitle .specialsnw span{-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);padding: 0px 10px;display: inline-block;width: auto;color: #bbae77;border: 2px solid #bbae77;border-radius: 3px;margin: 0 auto;background: white;text-transform: uppercase;font-family: "D-DIN Condensed";font-weight: bold;}#overzicht .movietitle span.verwachtnw {font-size: 15px;line-height: 25px;}#content>.container>article.col-md-12>h1:first-child{font-size: 70px;}#content>.container>article.col-md-12>h2.under{font-size: 36px;font-family: 'dinnextltpro-reguuploadedfile';}body.blauw #content article p a:link, body.blauw #content article p a:visited{color: #b39b62!important;}body.blauw #content article p a.button:link, body.blauw #content article p a.button:visited{color: #19232e!important;}html.filmfestival .time:hover, html.filmfestival .time:active, html.filmfestival a.time:hover, html.filmfestival a.time:active,html.filmfestival .time, a.time:link, html.filmfestival a.time:visited{background: transparent;}@media only screen and (max-width: 1590px) {/*nav ul li a:link, nav ul li a:visited, nav ul li.sectionheader, .scroll nav ul li a:link, .scroll nav ul li a:visited, .scroll nav li.sectionheader > span {font-size: 15px;}*/}@media only screen and (max-width: 1199px) {header{z-index: 10000;}nav, nav.wide{z-index: 10001;}.menutrigger{z-index: 10002;}.menutrigger{top: 35px;right: 30px;}header.scroll .menutrigger,.activemenu .menutrigger, .activemenu .menutrigger.scroll {top: 35px;}.menutrigger span, .menutrigger span:before, .menutrigger span:after {background: #fff;}nav a.parent:after, nav li.sectionheader > span:after{content: "\f0d7";font-family: "Font Awesome 6 Pro";-webkit-font-smoothing: antialiased;display: var(--fa-display, inline-block);font-style: normal;font-variant: normal;line-height: 1;text-rendering: auto;font-family: var(--fa-style-family, "Font Awesome 6 Free");font-weight: var(--fa-style, 900);}nav ul li.parent::before {display: none;}#programmaoverzicht .movie-item, #programmaoverzicht .movie-item .besteltickets{height: 450px;}#programmaoverzicht .movie-item-img{width: 288px;}#programmaoverzicht .movie-item .besteltickets{margin-left: 290px;}.tijdweergave .plot{left: 290px;}.tijdweergave .kijkwijzerbox{left: 302px;}#programmaoverzicht .movie-item .movietitle span{font-size: 40px;}.plot{top: 160px;}.hasSpecial .plot{top: 140px;}.genre, .speelduur{right: auto;left: 15px;top: 104px;}.genre{top: 130px;}.homebuttons > div.bttn{margin-bottom: 0;}.detailposter{width: calc(50% - 10px);margin-right: 10px;}.tijdweergave .speelduur, .tijdweergave .genre{left: 305px;}.plot .mob{display: block;}.plot .desk{display: none;}.hasSpecial .speelduur{top: 94px;}.hasSpecial .genre{top: 115px;}nav ul li ul li a:link, nav ul li ul li a:visited, .scroll nav ul li ul li a:link, .scroll nav ul li ul li a:visited {line-height: 28px !important;height: auto;background-color: transparent;transition: all 300ms ease;color: white!important;font-size: 24px !important;}#overzicht .movietitle .specialsnw{top: -150px;}#overzicht .movietitle span{font-size: 20px;}#overzicht .movietitle span.verwachtnw {font-size: 15px;line-height: 25px;}}@media only screen and (max-width: 991px) {.home #slider #snelreserveren {}.homebuttons > div.bttn{float: left;}.home #filmprogramma #snelreserverenkolom {display: none;}header.scroll {height: 78px;}nav > ul {padding-top: 25px;}header.scroll .menutrigger {top: 35px;}#filmprogramma{margin: 10px;}.home #snelreserveren {margin-top: 40px;max-height: 59px;}header.activemenu.scroll .second {height: 65px;}.activemenu #logo {width: 367px;}.scroll nav ul li ul {top: 0;}#programmaoverzicht .movie-item .movietitle, #programmaoverzicht .movie-item .movietitle span{padding-right: 0;}#newsletter .step1 h4:after{font-size: 54px;}#newsletter .step1 h4{margin-bottom: 100px;}#overzicht .movietitle span.verwachtnw {font-size: 15px;line-height: 25px;}}@media only screen and (max-width: 767px) {#categoriekeuze{width: calc(100% - 8px);margin: 0 4px;}#newsletter label, #newsletter label#privacy{font-size: 100%;}.hasSpecial .plot{top: 72px;}#mainSlider h2{font-size: 70px;line-height: 60px;}#mainSlider p {font-size: 30px;line-height: 34px;}#mainSlider .btn{margin-top: 30px;}#mainSlider .btn a, #mainSlider a.btn.btn-large{font-size: 18px;}#mainSlider #owl-main .caption.vertical-center{padding-bottom: 0;}#overzicht .movie-item{width: calc(33% - 12px);margin: 3px;}#newsletter input{width: calc( 100% - 5px);}.home .spacer{height: 73px!important;}#scheduleswrapper{overflow-x: hidden;}#pagetop #toplinks{line-height: 20px;}#programmaoverzicht .movie-item, #programmaoverzicht .movie-item .besteltickets{height: 200px !important;}#programmaoverzicht .movie-item-img.metplot{height: auto;width: 120px;}#overzicht{padding-left: 10px;padding-right: 10px;}.overzicht{margin-top: 10px;}html, body {font-size: 16px;}.kiestijd{display: none !important;}.home #snelreserveren {margin-top: 0;max-height: 800px;display: none;}.menutrigger, header.scroll .menutrigger{top: 0;}header.scroll .toplinkssocial{display: none;}#logo, .activemenu #logo, .scroll #logo, .activemenu.scroll #logo {width: 117px;height: auto;margin-top: 24px;padding-top: 0;margin-left: 24px;}#logo img, #logo img.loaded {width: auto;max-height: 46px;}#logo a, #logo .imgloader{height: 49px;}header {height: 77px;height: auto;}header .second, header.scroll .second, header.activemenu.scroll .second {height: 50px;}#content .container {padding-top: 30px;}/*.menutrigger, header.scroll .menutrigger, header.activemenu.scroll .menutrigger {top: -45px;}*/.menutrigger span, .menutrigger span:before, .menutrigger span:after {background: #fff;}#newsletter .step1 h4:after{font-size: 40px;}#newsletter .step1{padding-top: 40px;}#newsletter .nms_subscribe{margin-top: 0;margin-bottom: 0;}#newsletter{padding-left: 10px;padding-right: 10px;}#homebuttonstitle, #specialsbuttonstitle{font-size: 40px;padding-left: 10px;padding-top: 10px;}#specialsbuttonstitle{padding-left: 0;text-align: center;}.kvewrap{width: 100%;margin: 0;display:block;}.kvewrap>div{display: block;}/*.kvewrap .kvehomebutton {width: 50%;padding: 10px;display: block;float: left;margin-bottom: 20px;}*/.kvewrap .kvehomebutton{padding: 0;padding-top: 30px;}.kveextra{font-size: 24px;}.kveleesmeer span{font-size: 12px;}.kvebigbuttons{margin: 0 !important;}#Experiencetitle{font-size: 40px;}footer{margin-top: 0;}footer .footertekst{padding: 10px;}.copy{position: relative;top: auto;float: right;}footer .copy::before{display: none;}.firstitems{padding-left: 10px;padding-right: 10px;}footer ul > li{float :none;padding-left: 10px;}footer ul > li:first-child{background: transparent;}footer ul{max-height: 9999px;}footer .footersocials{padding: 10px;}/*#pagetop {float: none;text-align: left;line-height: 40px;}*/header .first {height: 24px;}#programmaoverzicht .movie-item, #programmaoverzicht .movie-item .besteltickets{height: 200px;}#programmaoverzicht .movie-item{-webkit-box-shadow: 0px 4px 14px -10px rgba(0, 0, 0, 0.65);-moz-box-shadow: 0px 4px 14px -10px rgba(0, 0, 0, 0.65);box-shadow: 0px 4px 14px -10px rgba(0, 0, 0, 0.65);}#programmaoverzicht .movie-item .besteltickets{margin-left: 130px;}#programmaoverzicht .movie-item-img.metplot{height: auto;width: 130px;}#programmaoverzicht .movie-item .movietitle span{font-size: 20px;}#programmaoverzicht .movie-item .movietitle{margin-top: 15px;max-width: 100%;right: 0;left: 15px;}.genre, .speelduur{display: none;}.plot{top: 65px;font-size: 12px;line-height: 18px;height: 72px;overflow: hidden;}#programmaoverzicht .movie-item.tijdweergave{padding-top: 0;}.tijdweergave .column:nth-child(2){margin-left: 124px;}#programmaoverzicht .movie-item.tijdweergave .movietitle{left: 43px;top: 72px;}.tijdweergave .plot {left: 27px;top: 100px;}footer{max-height: 8000px;}footer .footertekst p{line-height: 20px;}.copy {position: absolute;top: auto;float: none;bottom: 10px;left: 15px;right: 15px;text-align: center;}#logo, .activemenu #logo, .scroll #logo, .activemenu.scroll #logo{margin-left: 15px;width: 165px;height: 72px;}#logo img, #logo img.loaded{max-height: 72px;}header .second, header.scroll .second, header.activemenu.scroll .second{height: 72px;}.menutrigger, header.scroll .menutrigger{right: 0;top:12px;}.activemenu .menutrigger, .activemenu .menutrigger.scroll{top: 4px;}.searchwrapper{top: 0;}.searchwrapper>.fa{margin-right: 5px;}nav ul li ul li a:link, nav ul li ul li a:visited, .scroll nav ul li ul li a:link, .scroll nav ul li ul li a:visited{background: transparent;color: white !important;}nav.mob ul li.active>a:link, nav.mob ul li.active>a:visited, .scroll nav.mob ul li.active>a:link, .scroll nav.mob ul li.active>a:visited{color:  #b39b62!important}nav ul li.parent{padding-right: 0;}#teaservideo{margin-bottom: -8px;}a.filmlink i{top: 8px;}.tekstbovenprogramma p{line-height: 20px;}.overzicht .movie-item{background: transparent;}.overzicht .movietitle, .overzicht .movietitle span{font-size: 18px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.overzicht .owl-stage-outer{padding-bottom: 0;}.homebuttons > div.bttn.naaragenda{display: none;}section#filmcaroussel{padding: 0;}.overzicht .owl-stage-outer{height: 350px;}.overzicht .movietitle .specialsnw {bottom: 24px;}#overzicht .movietitle span.verwachtnw {font-size: 15px;line-height: 25px;}.agenda-per-dag .movieinfo span {margin-left: 0;font-size: 14px;line-height: 16px;}}@media only screen and (max-width: 481px){.shopitem{margin: 4px;}.shopitem.summary{height: 271px;}}@media only screen and (max-width: 400px) {#programmaoverzicht .movie-item-img.metplot{width: 90px;}#programmaoverzicht .movie-item-img{margin-right: 8px;}#programmaoverzicht .movie-item .besteltickets{margin-left: 90px;}#programmaoverzicht .movie-item .movietitle{left: 8px;margin-top: 8px;min-height: 20px;}.plot{margin-left: 8px;margin-right: 8px;top: 32px;line-height: 14px;}#programmaoverzicht .movie-item, #programmaoverzicht .movie-item .besteltickets{height: 140px!important;}#programmaoverzicht .movie-item .besteltickets .tickettimes span, .tijdweergave .ticketstrigger span, a.uitverkocht span{margin-top: 5px;margin-right: 5px;}#programmaoverzicht .movie-item .besteltickets .tickettimes{line-height: 33px;}#newsletter .step1 h4:after{font-size: 30px;}#newsletter .step1 h4{margin-bottom: 80px;}.tijdweergave .column:nth-child(2){margin-left: 95px;}.timeblock, .tijdweergave .column.timeblock{padding:0;}hr.tijdhr{margin: 8px 0;}#programmaoverzicht .movie-item.tijdweergave .movietitle{top: 49px;left: 0;}.status{left: 7px;}.tijdweergave .plot{top: 68px;left:0;margin-left: 0;}.overzicht .owl-stage-outer {height: 310px;}#overzicht .movietitle .specialsnw {top: -100px;}#overzicht .movietitle span, #overzicht .movietitle span.verwachtnw {font-size: 15px;line-height: 25px;}}
/* Stylesheet: custom Modified On 2025-09-26 13:45:36 */
@media print { 
    
    @page { margin: 0; }
  body { margin: 1.6cm; }
    .headerblock {display: none;}
 header, #youtube, .detailtijden h2 span, .detailfotos, footer, #bottom{display: none;}
 main{margin-top: -90px;}
 a[href]:after{content: "";}
 .detailContent h1{font-size: 40px; text-align: left;}
 .detailContent .detaildesc, .detailContent .detailinfo{ float: none; left: 0; width: 65%; font-size: 14px;}
 .detailContent .detailposter{position: absolute; width: 30%; right: 0; top: 70px;}
 
 .detailtijden h2, #overzichtfilms, .col-md-12 > h2, .detailinfo, .anchorscroll.totijden.button, #youtubewrapper, #appmenu, #overzichtfilmsdetails, #suggestiekop {
     display: none !important;
 }
 
 .detailtijden {
position: absolute;
    left: 0;
    top: 270px;
    width: 100%;
    font-size: 14px;
 }
 .detailposter img{
max-height: 260px; 
}
 .detailtijden td > a.inline {
     width: 190px!important;
 }
 
 .detailtijden table tr td {
     padding: 0!important;
 }
 
 .detaildesc p, .detailinfo p {
     margin-bottom: 10px;
 }
.detaildesc{

max-height: 260px; 
overflow: hidden;
}
 
 .tijd a {
     height: 30px!important;
     line-height: 30px!important;
    padding: 0 5px!important;
 }
 
}
/* Stylesheet: print Modified On 2025-05-13 12:20:36 */
/* 2023-03-13 extra icons *//* 2022-06-02 sub en earcatch ook als kijkwijzers *//* 2022-04-22 cc ad *//* 2022-03-07 ccxl icon *//* 2021-12-09 toevoeging contract-icon *//* 2021-11-09 toevoeging settings en chevrons */@font-face {font-family: 'cine-icons';src: url('/assets/fonts/cine-icons.woff2?v=14') format('woff2'),url('/assets/fonts/cine-icons.woff?v=14') format('woff'),url('/assets/fonts/cine-icons.ttf?v=14') format('truetype');font-weight: normal;font-style: normal;}.ci{display: inline-block;font: normal normal normal 14px/1 cine-icons;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-bottom: 5px;}.kw.kw-subcatch,.kw.kw-earcatch{font-family: cine-icons;}.ci-clapper:before{content: "k";}.ci-3d:before{content: "l";}.ci-food:before{content: "q";}.ci-ad:before{content: "p";}.ci-stage:before{content: "r";}.ci-star:before{content: "i";}.ci-ccxl:before{content: "x";}.ci-settings:before{content: "R";}.ci-chevron-left:before{content: "U";}.ci-chevron-right:before{content: "V";}.ci-chevron-up:before{content: "W";}.ci-chevron-down:before{content: "X";}.ci-alle_leeftijden:before{content: "1";}.ci-6:before, .kw-6_jaar:before, .kw-mg6:before{content: "2";}.ci-9:before, .kw-9_jaar:before{content: "3";}.ci-12:before, .kw-12_jaar:before{content: "4";}.ci-14:before, .kw-14_jaar:before{content: "5";}.ci-16:before, .kw-16_jaar:before{content: "6";}.ci-18:before, .kw-18_jaar:before{content: "7";}.ci-geweld:before{content: "g";}.ci-angst:before,.ci-eng:before {content: "a";}.ci-seks:before {content: "s";}.ci-discriminatie:before {content: "d";}.ci-drugs:before {content: "h";}.ci-grof_taalgebruik:before,.ci-grof:before,.ci-fxckin_rock_roll:before,.ci-fxckin_rockroll:before,.ci-grof_taal_gebruik:before {content: "t";}.ci-contrast:before {content: "*";}.ci-AD:before, .kw-earcatch:before {content: "y";}.ci-AD, .ci-CC, .ci-LowStimulus{width: 32px;font-size: 30px;}.ci-CC{padding-right: 22px;}.kw-subcatch{padding-right: 28px;}.ci-CC:before, .kw-subcatch:before {content: "|";}.ci-LowStimulus:before {content: "}";}.ci-times:before {content: "B";}.ci-info:before {content: "C";}.ci-infool:before {content: "w";}.ci-minus:before {content: "E";}.ci-play:before {content: "F";}.ci-playol:before {content: "_";}.ci-plus:before {content: "I";}.ci-arrowleft:before {content: "u";}.ci-arrowright:before {content: "v";}
/* Stylesheet: cine-icons Modified On 2023-11-27 12:55:04 */
