:root {
 --geel: #fbba00;
 --oudgeel: #f9b900;
}

* {font-family: 'Neulis Neue'; outline: none;position:relative; font-smoothing: always;}

html, body {width:100%;height:100%;margin:auto;text-align:center;}

a {color: inherit;}

img {
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: optimizequality;
image-rendering: high-quality;
}

body {
#color: #b3968a;
color: #FFF;
font-size:18px;
background: #000000 url(../images/bg-patroon.png) repeat-y center 350px;
background-size: 100%;
-webkit-text-size-adjust: none;
}


nav.navigation {
 position: fixed;
 top: 0;
 right: 0;
 z-index: 100;
 display: block;
 text-align: right;
}

nav.navigation * {
 font-family: 'Zuume', sans-serif;
 font-weight: bold;
 font-size: 120%;
 letter-spacing: 1px;
 vertical-align: middle;
}

nav.navigation a {
 text-decoration: none;
 color: #000;
/* transition: all 0.3s ease, transform 0.3s ease, width 0s, height: 0s; */
transition: all 0.3s ease, transform 0s;
 white-space:nowrap;
font-family: 'Neulis Neue' !important;
}

nav.navigation a#menubtn {
 color:#FFF;
}

nav.navigation a:hover,
nav.navigation a:focus,
nav.navigation a:active,
nav.navigation a.selected {
 color: #FFF;
}

nav.navigation a#menubtn:hover {
 color:var(--geel);
}

nav.navigation a img {
 display: inline-block;
}


nav.navigation a:hover img {
 filter: brightness(0) saturate(100%) invert(82%) sepia(58%) saturate(5216%) hue-rotate(9deg) brightness(109%) contrast(102%);
}

nav.navigation a#menubtn {
 padding-right: 100px;
 padding-top: 75px;
float:right;
}


div.socialmedia {
 float:right;
 height: 40px;
 overflow: hidden;
}

div#topsocial.socialmedia {
 width: 250px;
 padding-top: 75px;
}

div#botsocial {display:none;}

div#botsocial.socialmedia {
 padding-top: 25px;
 padding-bottom: 75px;
 width: auto;
}
div#botsocial.socialmedia a {
 transition: all 0.3s ease, transform 0s;
}

div.socialmedia a {
 box-sizing: border-box;
 display: block;
 text-decoration: none;
 float: left;
 margin-right: 16px;
 border-radius: 50%;
 width: 40px;
 height: 40px;
 background-color:#FFF;
 background-repeat: no-repeat;
 background-size: cover;
}

div.socialmedia a.smFB {
 background-image:url(../images/social-media-FB-trans.svg);
}
div.socialmedia a.smTW {
 background-image:url(../images/social-media-Twitter-trans.svg);
}
div.socialmedia a.smIN {
 background-image:url(../images/social-media-Instagram-trans.svg);
}

div.socialmedia a:hover {
 background-color: var(--geel);
}



nav.navigation ul.nav {
right: 0;
 box-sizing: border-box;
    background: var(--geel);
    margin: 0px;
/* margin-top: -75px; */
    padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
    list-style: none;
    width: 100%;
    text-align: left;
    display: none;
}

nav.navigation ul.nav li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    display: block;
margin-top: 12px;
margin-bottom: 12px;
padding-top: 12px;
padding-bottom: 12px;
padding-right:24px;
border-bottom: 1px solid #efcd6b;
}

nav.navigation ul.nav li:last-child {
border-bottom: 0;
}

nav.navigation a#closemenu {
 display:none;
 position: fixed;
 top: 12px;
 right: 24px;
 text-align: right;
 font-size: 14px;
}

nav.navigation a#closemenu img {
 width: 14px;
 height: 14px;
}

nav.navigation ul.nav {
 right: 100%;
}
nav.navigation.uitgeklapt ul.nav {
 right:0;
}

div.content {
 margin: 0 auto;
 width: 63%;
 max-width: 1280px;
 z-index:12;
 padding-top: 50px;
}

div.subcontent {
 position: relative;
 background: #FFF;
 color: #000;
 z-index: 14;
 margin: 0;
 margin-top: 60px;
 padding-top: 50px;
 padding-bottom: 50px;
 padding-right: 5%;
 text-align: left;
 width: 67%;
 float:left;
 box-sizing: border-box;
 padding-left: 18.5%;

-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;

}


body.page.films div.subcontent {
 background:transparent;
}

a.item.element {
 background:#FFF;
 display:block;
 text-decoration:none;
 width: 100%;

margin-bottom: 30px;
transition: background 0.3s ease;
border-radius: 5px;

}


a.item.element:hover {
 background:#535353;
 color:#FFF;
}

a.item.element img.hide_desktop {
 display:none;
}

a.item.element .special {
 color: var(--geel);
 font-weight: bold;
}

a.item.element div.img-inner {
 display: inline-block;
 width: 297px;
 height: 297px;
 vertical-align: top;
}
a.item.element div.cont {
 display: block;
 position:absolute;
 right: 0;
 top: 0;
/* width: calc(100% - 297px); */
 width: calc(100% - 312px);
 height: 297px;
 vertical-align: top;
}
a.item.element h2 {
 margin-top: 0;
 font-size: 130%;
}
a.item.element h2 span {
 font-weight:normal;
 font-size: 90%;
 font-style: oblique;
}

a.item.element div.btn.tickets.small {
 display:none;
}

div.rechterbalk {
 box-sizing: border-box;
 background: transparent;
 width: 33%;
 float: right;
 margin: 0;
 padding-top: 57px;
 padding-bottom: 50px;
 z-index:10;
}

div.rechterbalk * {
 font-family: 'Zuume', sans-serif;
 font-weight: bold;
 font-size: 106%;
 text-decoration: none;
}

div.rechterbalk div.rbcontent {
 margin-left:10%;
 text-align: left;
 margin-right:10%;
 background: rgba(0,0,0, 0.4);
 #padding-left: 10%;
 #padding-right: 10%;

 padding-left: 7%;
 padding-right: 7%;

 padding-top: 20px;
 padding-bottom: 20px;
}

.bekijklocaties {
 margin-top: 20px;
 padding: 20px;
 text-align:center;
}

div.rechterbalk h3 {
 font-size: 26px;
 padding-bottom: 20px;
 border-bottom: 1px solid #FFF;
 margin-top: 0;
 margin-bottom: 20px;
 box-sizing: border-box;
text-transform:uppercase;
letter-spacing:0.2em;
}


div.rechterbalk ul#details,
div.rechterbalk ul#locaties {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
margin-bottom: 20px;
}

div.rechterbalk ul#details li,
div.rechterbalk ul#locaties li {
 margin-bottom: 12px;
}

div.rechterbalk ul#details li a,
div.rechterbalk ul#locaties li a {
 text-decoration: none;
 vertical-align:middle;
 transition: all 0.3s ease, transform 0s;
}

div.rechterbalk ul#details li b {
 font-weight: 300;
 font-style: normal;
 color: rgba(255, 255, 255, 0.7);
 font-size: 16px;
 line-height: 20px;
}
div.rechterbalk ul#details li span {
color: #ffffff;
font-size: 16px;
line-height: 20px;
font-weight: bold;
}




div.rechterbalk ul#locaties li a span {
 display: inline-block;
 vertical-align:middle;
}

div.rechterbalk ul#locaties li a span.circle {
 content: '';
 display: inline-block;
 width: 24px;
 height: 24px;
 border-radius: 50%;
 background-color: #fff;
 margin-right: 20px;
 vertical-align:middle;
}

div.rechterbalk ul#locaties li a.actief,
div.rechterbalk ul#locaties li a:hover {
 color: var(--geel);
}

div.rechterbalk ul#locaties li a.actief span.circle,
div.rechterbalk ul#locaties li a:hover span.circle {
 background-color: var(--geel);
}

div.yellowbrick {
 background: var(--geel) !important;
 color: #000;
 margin-top: 0;
 margin-bottom: 60px;
border-radius:5px;
}
div.yellowbrick h2 {
 color: #FFF;
}

.posttxt,
.posttxt * {
 line-height: 2em;
 #font-family: 'Zuume', sans-serif;
}

div.newsfront {
 text-align: left;
 /* width: 560px; */
 width: 80%;
 max-width: 740px;
 padding-top: 200px;
}

div.newsfront h1 {
 margin: 0;
 font-size: 60px;
 font-size: 40px;
 font-weight: normal;
 line-height: 64px;
}

div.newsfront h1 a {
 text-decoration: none;
}


@media screen and (min-width: 768px) {
 body {
    background-position: center 540px;
 }
}

@media screen and (min-width: 1024px) {
 body {
    background-position: center 620px;
 }
}

@media screen and (min-width: 1280px) {
 body {
    background-position: center 680px;
    background-repeat: no-repeat;
 }
}

img {display:block;margin:auto;border:0;}

p {font-family: 'Neulis Neue';}

div.logo-container {
 width: 440px;
 height:auto;
 max-width: 80%;
 box-sizing: border-box;
 overflow: auto;
 margin:0;
 position: relative;
}


.subpagina div.logo-container {
 width: 300px;
}

div.logo {
 #background-image: url(../images/logo-paff-2023-diap2.svg);
 width: 100%;
 height:100%;
 padding-bottom: 33.3334%;
 background-size:100% 100%;
}

div.logo a {
 position: absolute;
 left: 0;
 top: 0;
 display:block;
 width: 100%;
 height: 100%;
 min-height: 100px;
 text-decoration: none;
}

div.splash {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: auto;
}

div.splash img {
 width: 100%;
}

div.splash:after {
    display: block;
 width:100%;
    position: absolute;
    content: ' ';
    left: 0px;
    right: 0px;
    height: 200px;
    z-index: 10;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}


div.splash:before {
    display: block;
 width:100%;
    position: absolute;
    content: ' ';
    left: 0px;
    right: 0px;
    height: 200px;
    z-index: 10;
    top: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);

}

div.clear {
 float: none;
 clear: both;
}

div.newsitemsfront {
 float: none;
 clear: both;
 width: 100%;
 margin-top: 50px;
 margin-bottom: 100px;
}

div.newsitemsfront a {
 display: block;
 float:left;
 width:24%;
 margin: 0 0.5%;
 overflow: hidden;
 padding: 0;
 box-sizing: border-box;
 border-radius: 5px;
 background: #000;
 text-align:left;
 text-decoration: none;
}

div.newsitemsfront a:first-child {
 margin-left: 0;
}
div.newsitemsfront a:last-child {
 margin-right: 0;
}


div.newsitemsfront a:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0px;
    height: 60%;
    left: 0px;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%);
}


div.newsitemsfront img {
 width: 100%;
 height: 100%;
 transition: opacity 0.3s ease, transform 0.3s ease;
}


div.newsitemsfront div.txt {
 z-index:3;
 display:block;
 padding: 0 25px;
 bottom: 25px;
 position: absolute;
 text-align:left;
 left:0;
 box-sizing: border-box;
}



div.newsitemsfront span.title {
 font-family: 'Zuume', sans-serif;
 display:block;
 font-weight: bold;
 font-size:22px;
 line-height: 22px;
 margin-bottom: 4px;
 color: #FFF;
}



div.newsitemsfront span.subtitle {
 display:block;
 #font-family: 'Zuume', sans-serif;
 #font-weight: 300;
 font-style: normal;
 opacity: 0.7;
 color: #ffffff;
 font-size: 14px;
 line-height: 20px;
 text-align:left;
}


div.newsitemsfront a:hover img {
    opacity: 0.5;
    transform: scale(1.1);
}

footer {
 display:block;
 padding-top: 40px;
 padding-bottom: 40px;
 position:relative;
 width: 100%;
 height: auto;
}


footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
height:auto;
    text-align: center;
    display: block;
/*
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
*/

    box-sizing: border-box;
}

footer ul li {
    display: inline-block;
    margin: 0;
    width: 8%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    box-sizing: border-box;
vertical-align: middle;
}

footer ul li.sept {
    width: 14%; 
}

footer ul li a {
    display: block;
    height: 68px;
    width: 100%;
    position: relative;
}

footer ul li a img {
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 182px;
width: 100%;
    height: auto;
}







div.gal-item {
 float:left;
 margin: 12px;
}

.subcontent ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
}

.subcontent ul li {
    display: block;
    margin: 0;
    box-sizing: border-box;
padding: 20px;
margin-top: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #FFF;
font-family: 'Zuume', sans-serif;
font-size: 22px;
line-height: 24px;
font-weight: bold;
letter-spacing: 0.8px;
}

.subcontent ul li:first-child {
border-top: 1px solid #FFF;
}

.subcontent ul li a {
 text-decoration: none;
}
.subcontent ul li a:hover {
text-decoration: underline;
}

.subcontent img {
 max-width: 100%;
 height: auto;
}

.datum {
 color: #9b9b9b;
 font-family: 'Zuume', sans-serif;
display:none;
}

.subcontent ul li .datum {
 color: #787878;
 font-size: 18px;
}

body.subpagina.film ul.otheritems .datum {
 display:none;
}


.postitem h1.titel {
 font-size: 52px;
 line-height: 58px;
 margin-top: 0;
font-style: normal;
font-weight: 800;
letter-spacing: 2px;
 font-family: 'Zuume', sans-serif;
}

.delenknop {
 position: absolute;
 right: 0px;
 top: 0px;
 font-size: 16px;
 line-height: 20px;
 color: #000;
 font-family: 'Zuume', sans-serif;
font-weight:bold;
 opacity: 0.7;
 display:none;
}
.delen {
 position: absolute;
 right: 80px;
 top: 0px;
 font-size: 16px;
 line-height: 20px;
 color: #000;
 font-family: 'Zuume', sans-serif;
font-weight:bold;
 background: #f5f5f5;
 padding: 20px 20px 10px 20px;
 width: 200px;
 margin-right: 15px;
 display:none;
}




.posttxt img.alignleft {
 float: left;
 margin-right: 20px;
 margin-bottom: 20px;
}


body.subpagina.film div.delenknop,
body.subpagina.film div.datum {
 display:none;
}


div.youtube {
 position:relative;
 cursor: pointer;
 margin-top: 40px;
 margin-bottom: 40px;
 border: 1px solid #ccc;
}

div.youtube img.sfytlogo {
 position:absolute;
 z-index: 1;
 left: 0;
 top: 0;
 display: block;
 border-radius: 50%;
 -webkit-transition: color .1s cubic-bezier(0,0,0.2,1);
 transition: color .1s cubic-bezier(0,0,0.2,1);
 margin: 5px;
 width: 40px;
 height: 40px;
 background-size: contain;
 background-repeat: no-repeat;
 background-origin: content-box;
}

div.youtube img.videothumbnail {
 width:100%;
}

div.youtube button.ytp-large-play-button {
position: absolute;
left: 50%;
top: 50%;
width: 68px;
height: 48px;
margin-left: -34px;
margin-top: -24px;
-webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
transition: opacity .25s cubic-bezier(0,0,0.2,1);
z-index: 64;
outline: 0;
border: none;
background-color: transparent;
padding: 0;
cursor: pointer;
pointer-events:none;
}

div.youtube .woyt {
 display:block;
}

.ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ytp-large-play-button-bg {
 -webkit-transition:fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
 transition:fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
 fill:#212121;
 fill-opacity:.8
}
.ytp-large-play-button-red-bg .ytp-large-play-button-bg {
 fill:#f00;
 fill-opacity:1
}

div.youtube:hover .ytp-large-play-button-bg {
 fill:#f00;
}
div.youtube:hover .ytp-large-play-button-red-bg {
 #opacity:1;
}

div.youtube .watchonyoutube {
 position:absolute;
 z-index: 1;
 left: 0;
 display: block;
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
bottom: 10px;
height: 47px;
overflow:hidden;
cursor:pointer;
opacity: 0.8;
 transition:opacity .4s cubic-bezier(0.4,0,1,1);
}

div.youtube .watchonyoutube:hover {
opacity: 1;
}









@media screen and (max-width: 1280px) {
 div.logo-container {
  width: 380px;
 }
}

@media screen and (max-width: 1024px) {
 nav.navigation div.socialmedia {
  display:none;
 }
}

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

@media screen and (orientation:portrait) {
 .hide-mobile {
  display: none !important;
 }
 div.content {
  width: 86%;
 }

a.item.element img.hide_desktop {
 display:block;
}
a.item.element .hide_mobile {
 display:none;
}

a.item.element div.cont {
 position:relative;
 left: 0;
 width: 100%;
 height: auto;
 padding: 20px;
 vertical-align: top;
 box-sizing: border-box;
}

div.rechterbalk {
 float:none;
 width:100%;
}
div.rechterbalk div.rbcontent {
 margin-left:0;
 margin-right:0;
 padding-left: 20px;
 padding-right: 20px;
}

body.page.films div.subcontent {
 margin-top: 0;
 padding-top: 0;
}

.posttxt {
 font-size:100%;
}

.posttxt img.alignleft {
 float: none;
 margin-right: auto;
 margin-bottom: 20px;
}

div.subcontent {
 float:none;
 clear:both;
 width:100%;
 padding-left: 6%;
 padding-right: 6%;
}
.postitem h1.titel {
 font-size: 160%;
 line-height: 1.6em;
}

 div.newsfront {
  padding-top: 60px;
 }
 div.newsfront h1 {
  font-size: 40px;
  line-height: 44px;
 }
 div.newsitemsfront a {
  float: none;
  width: 100%;
  margin: 24px 0;
 }
 div#botsocial.socialmedia {
  float: none;
  clear: both;
  text-align:center;
 }
 div#botsocial.socialmedia a {
  float: none;
  display: inline-block;
 }
 footer ul {
  text-align:center;
 }
 footer ul li.sept,
 footer ul li {
  width: 40%;
display: inline-block;
float: none;
 }

 nav.navigation div.socialmedia {
  display:none;
 }
 nav.navigation a#menubtn {
  padding-right: 15px;
  padding-top: 5px;
 }
 nav.navigation,
 nav.navigation ul.nav {
  width: 100%;
/*  height:100%; */
 }

 nav.navigation.uitgeklapt,
 nav.navigation.uitgeklapt ul.nav.mobilefullHeight {
  height:100%;
 }

 nav.navigation ul.nav {
  margin-top: 25px;
 }
 nav.navigation a#closemenu {
width:100%;
background: var(--geel);
padding-top:12px;
padding-bottom:12px;
text-align:center;
margin:auto;
top: 0;
left: 0;
right: 0;
color:#FFF;
 }
 nav.navigation a#closemenu:hover img {
  filter: none;
 }
}


div.rechterbalk div.rbcontent h3 {
 font-size:100%;
}
div.rechterbalk div.rbcontent.vertoningen {
 font-size:80%;
}

div.rechterbalk div.rbcontent.vertoningen a.btn * {
 font-size: 15px;
 font-style: normal;
 font-family: 'Zuume', sans-serif;
}

div.rechterbalk div.rbcontent.vertoningen a.btn {
 display:inline-block;
 background-color: #9b9b9b;
 color: #464646;
 margin: 0px 8px 8px 0px;
 border-radius: 5px;
 #min-width:142px;
 min-width:158px;
 transition: color 0.4s ease, background 0.4s ease;
}

div.rechterbalk div.rbcontent.vertoningen a.btn span.time {
 display:inline-block;
 background: var(--geel);
 #padding-left: 6px;
 #padding-right: 6px;
 padding: 6px 8px;
 #margin-right: 12px;
 -webkit-border-top-left-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-bottomleft: 5px;
 border-top-left-radius: 5px;
 border-bottom-left-radius: 5px;
}
div.rechterbalk div.rbcontent.vertoningen a.btn span.location {
 padding: 6px 8px;
}
div.rechterbalk div.rbcontent.vertoningen a.btn:hover {
 background-color: #464646;
 color:#FFF;
}

div.rechterbalk div.rbcontent.vertoningen .date {
 margin-bottom:6px;
}

div.rechterbalk div.rbcontent.vertoningen .difday {
 margin-top:16px;
}

div.rechterbalk div.rbcontent.vertoningen a.btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .5;
  user-focus: none;
}

div.rechterbalk div.rbcontent.vertoningen a.btn.disabled * {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.postitem h1.titel.xfilms,
.postitem h1.titel.xfilms2022,
.postitem h1.titel.xfilms2023,
.postitem h1.titel.xfilms2024,
.postitem h1.titel.xfilms2025,
.postitem h1.titel.xfilms2026,
.postitem h1.titel.xfilms2027,
.postitem h1.titel.xfilms2028,
.postitem h1.titel.xfilms2029,
.postitem h1.titel.xfilms2030,
.postitem h1.titel.xfilms2031 {
 display:none;
}

div.posttxt #dateselector {
 background:#000;
 margin-bottom: 20px;
 border-radius: 5px;
 font-size: 120%;
 display: flex;
 flex-wrap: nowrap;
 width:100%;
 overflow:hidden;
}

div.posttxt #dateselector span.date {
 flex:1;
 display:inline-block;
 background: #787878;
 color:#FFF;
 border-left: 1px solid #999;
 text-align:center;
 cursor:pointer;
 transition: all 0.4s ease;
}
div.posttxt #dateselector span.date:first-child {
 border-left: 1px solid transparent;
}
div.posttxt #dateselector span.date.all {
 display:inline-block;
 background: var(--geel);
 color:#000;
 border-left: 1px solid transparent;
}

div.posttxt #dateselector span.date b {
 font-weight:normal;
}

div.posttxt #dateselector span.date.actief,
div.posttxt #dateselector span.date:hover {
 opacity:0.7;
 #background: rgba(120,120,120,0.7);
}

div.posttxt #dateselector span.date.actief {
 color:#FFF;
}

div.posttxt #dateselector span.date.all.actief {
 opacity:1;
 color:#000;
}

body.subpagina.film2022 h2 {
 margin-top:0;
 font-size: 140%;
 font-weight:normal;
 text-align:right;
 text-transform: uppercase;
 color: #787878;
 letter-spacing: 4px;
}

div.rechterbalk p.showremark *,
div.rechterbalk p.showremark {
 margin-top:0px;
 margin-bottom:12px;
 font-weight: normal !important;
 font-style: oblique !important;
 font-size: 100% !important;
}

div.rechterbalk p.showremark {
 border-left: 1px dotted #DDD;
 border-bottom: 1px dotted #DDD;
 padding-left: 12px;
 margin-left: 20px;
 padding-bottom: 12px;
 -webkit-border-bottom-left-radius: 12px;
 -moz-border-radius-bottomleft: 12px;
 border-bottom-left-radius: 12px;
}


div.galerij {
 margin-bottom: 20px;
 display: flex;
 width:100%;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: stretch;
}

.galpic {
 flex: auto;
 width: 40%;
 height: auto;
 display: block;
 margin: 2px;
}

.galpic img {
 width: 100%;
 height: auto;
 display: block;
 border: 0;
 margin: 0;
}


div.grid {
 display: grid;
 grid-template-columns: 50% 50%;
}

div.grid .box {
 margin-bottom: 20px;
}



.subcontent ul li.searchresult {
 padding:0;
 margin-top: 0;
 margin-bottom: 20px;
 border-top: 0;
 border-bottom: 0;
}

.subcontent ul li.searchresult,
.subcontent ul li.searchresult * {
 line-height: 1em;
}

span.director, span.newstitle {
 font-size: 60%;
 font-weight: normal;
}

mark {
  background-color: yellow;
  color: inherit;
}


div.diamant {
  background: url(/assets/images/Paff_Pattern_3t.png) top center / 100% no-repeat;
  position: absolute !important;
  top: 0;
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  left: 0;
  opacity: 0.2;
}

/*
a.item.element::after {
  content: '';
  position:absolute;
  bottom:0;
  left:200px;
  background:url(/assets/images/Paff_Icon_Black.svg);
  width: 200px;
  height:100px;
  background-size:cover;
  mix-blend-mode: difference;
}
*/

a.item.element .img::before {
  content: '';
  position:absolute;
  top:0;
  left:0;
  background:url(/assets/images/Paff_Pattern_1t.png);
  width: 100%;
  height:100%;
  background-size:100%;
  background-position: right top;
  mix-blend-mode: luminosity;
  opacity: 0.05;
}

body {
  background: url(/assets/images/Paff_Pattern_1.jpg);
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-attachment: fixed;
}

div.splash {
 display:none;
}

div.newsfront {
 padding-top: 100px;
}

div.newsitemsfront {
 margin-top: 0px;
 margin-bottom: 0px;
}