:root {
	--container-breedte: 1000px;
	--container-large-breedte: 1240px;
	--imgblok-padding: 30px;
	--imgblok-imagewidth: 270px;
}

::selection {
  background-color: #018ed3;
  color: white;
}
::-moz-selection {
  background-color: #018ed3;
  color: white;
}

@font-face {
    font-family: 'Asgalt';
    src: url('/fonts/asgalt/Asgalt-Regular.eot');
    src: url('/fonts/asgalt/Asgalt-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/asgalt/Asgalt-Regular.woff2') format('woff2'),
        url('/fonts/asgalt/Asgalt-Regular.woff') format('woff'),
        url('/fonts/asgalt/Asgalt-Regular.ttf') format('truetype'),
        url('/fonts/asgalt/Asgalt-Regular.svg#Asgalt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSansMT';
    src: url('/fonts/gillsans/GillSansMT.eot');
    src: url('/fonts/gillsans/GillSansMT.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gillsans/GillSansMT.woff2') format('woff2'),
        url('/fonts/gillsans/GillSansMT.woff') format('woff'),
        url('/fonts/gillsans/GillSansMT.ttf') format('truetype'),
        url('/fonts/gillsans/GillSansMT.svg#GillSansMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-Regular.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-Italic.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-Bold.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-Regular.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-MediumItalic.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-BoldItalic.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-ExtraBoldItalic.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-ExtraBold.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-Italic.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-Medium.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-SemiBoldItalic.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/fonts/ebgaramond/EBGaramond-SemiBold.woff2') format('woff2'),
        url('/fonts/ebgaramond/EBGaramond-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    color: #58585a;
    font-family: 'GillSansMT', sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0;
	padding: 0;
}
.pagecontainer{width:100%;max-width:var(--container-large-breedte) ;margin:auto;}
#topbalkcontainer {position: fixed; z-index: 10000; background-color: #fff; width: 100%;}
#topbalkcontainer.lichtblauw { background-color: #20c997; }
#topbalkcontainer.fullheight{
    height:  116px;
    background: linear-gradient(to right, #eeeeee, #ffffff);
}
#topbalkcontainer.smallheight
{
	height:116px;
     border-bottom: solid 1px rgba(0,0,0,0.1);
     background-color: #fff;
}

#topbalk{width:100%;max-width:var(--container-large-breedte);margin:auto;}
#topbalk.fullheight{
	height:116px;

}
#topbalk.smallheight
{
	height:116px;
}
#afterfixed{height: 116px;}

#afterfixed.contentpage {
    height:  146px ;
    background: linear-gradient(to right, #eeeeee, #ffffff);
}
#prefooter{
    height:  80px ;
    background: linear-gradient(to right, #eeeeee, #ffffff);
    position: relative;
    z-index: 20;
}

#topbalk1.fullheight #menucontainer1, #topbalk1.fullheight #menu{height:100px;}
#topbalk1.smallheight #menucontainer, #topbalk1.smallheight #menu{height:50px;}
#topbalk.fullheight #menu > ul{
    width: 100%;
    list-style-type:none;padding:0;margin:0;
    padding-right: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;                           
}
#topbalk.smallheight #menu > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    transition: all 0.9s ease;
}
#menu {
    font-family:  'Asgalt';
    font-size:  2rem;
    letter-spacing: 5px;
    height: 116px;
    position: relative;
    font-weight:  bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4px;
    padding-right: 0;
    margin: 0 auto;
	background-image: url(/siteimg/tplogo.png);
    background-repeat: no-repeat;
    background-size: 230px;
    background-position: right center;
	transition: all 0.9s ease;
}


#logo-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
    /*background: url('/siteimg/tplogo.png') no-repeat right 0 center;*/
    background-size: contain;
    display: block;
	
}

#menu > ul > li
{
    display:inline-block;
    text-align:center;
    margin:0px;
    position:relative;
    
    
    
}
#menu > ul > li:last-child{margin-right:0;}
#menu > ul > li > a{
	color: #706f6f;
    position: relative;
    text-decoration: none;
    white-space: nowrap;

}
#menu > ul > li > a:hover{
	color: #e30613;
}

#topbalk.smallheight #menu > ul > li > a {			
}

#topbalk.fullheight #menu > ul > li > a:active::before,
#topbalk.fullheight #menu > ul > li > a:focus::before,
#topbalk.fullheight #menu > ul > li > a:hover::before,
#topbalk.smallheight #menu > ul > li > a:active::before,
#topbalk.smallheight #menu > ul > li > a:focus::before,
#topbalk.smallheight #menu > ul > li > a:hover::before
{
	left: -.25rem;
	width: calc(100% + .5rem)
}

#menu > ul > li.selected, #menu > ul > li > a.selected {
	color: #e30613;
	
}
#menu > ul > li > ul
    {
    position: absolute;
    top:  32px;
    box-sizing: border-box;
    
    min-width: 180px;
    z-index:10;
    display:none;
    width: auto;
    border: solid 1px rgba(200,200,200,0.1);
    margin:0;
    line-height:32px; 
    /*background-color: rgba(250,247,244,0.90);*/
    background-color: #707070;
    color: rgba(227, 6, 19, 0.2);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 5px;
    
    transition: transform 0.5s ease-in-out, background-color 1s;
}
#menu > ul > li > ul:hover
{
    /*transform: scale(1.02);
    background-color: rgba(250,247,244,1);*/
}
#menu > ul > li:hover > ul{display:block;}
#menu > ul > li:hover > ul > li a 
{ 
	letter-spacing:1px;
	color: #fff;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    font-size:  smaller;
}
#menu > ul > li > ul > li
{
    text-align:left;
    
}


#menu > ul > li > ul > li > ul > li{padding-left:10px;}
#menu > ul > li > ul > li a{display:block;text-decoration:none;padding-left:10px;padding-right:10px;color:#fff;}
#menu > ul > li > ul > li i.fa-angle-right {font-size:  12px;}
#menu > ul > li > ul > li a:hover{color:#e30613; background-color: #fff;}

.onlymobile{display:none;}

#tussenbalk{height:50px;}
#tussenbalk.smallb{height:2px;}



#widgettop {
    /*height: var(--imgblok-imagewidth)*0.67 + (var(--imgblok-padding) * 2);*/
	/*background-color: #000; */
    /*background: linear-gradient(to right, #eeeeee, #ffffff);*/
	background-color: rgb(238,238,238);
	padding-top: 0;
	/*padding-bottom: 40px;*/
	padding-bottom:  0;
}
#widgetcontainer{
	/*width: calc(var(--container-large-breedte) - (var(--imgblok-padding) * 1));*/
	/*width: calc(var(--container-large-breedte) - (var(--imgblok-padding) * 2));*/
	width: var(--container-large-breedte);
	max-width: 100%;
    margin: auto;
    height: 180px;
    display: flex; 
    justify-content: space-between; 
    position: relative;
    padding: var(--imgblok-padding);
	padding-left: 0;
	padding-right:  0;
    line-height: 0;
	align-items: center;
}

#widgettekst {
    font-family: 'Asgalt'; 
    font-size: 2.5rem;  
    font-weight: 800;
    line-height:1;
	flex-grow: 1;
    min-width: calc(var(--container-large-breedte) - (var(--imgblok-padding) * 4) - (var(--imgblok-imagewidth) * 3));
	text-align: center;
}

.widget{
	
    width: 18%;
	outline: none;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 150px;
}
.widget h2 {

	position: absolute;
	color: #fff;
	/*background-color: rgba(0,0,0, 0.4);*/
	/*bottom: 0;*/
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 1000;
	height: 25px;
	/*font-size: 30px;*/
	font-weight: 500;
	line-height: 45px;
	border-radius: 0 0 5px 5px;
	/*text-shadow: 2px 2px 4px #000;*/
	bottom: -25px;
    text-shadow: none;
    color: rgb(111, 111, 111);
    font-size: 24px;
	
}

#lastwidget h2 {
    
    
	
}

.widget:hover h2 {
	/*font-size: 32px;*/
	
}
.widget:not(:last-child) {
   /* margin-right: var(--imgblok-padding);*/
}
.widget img 
{
    /*width: var(--imgblok-imagewidth);
    height: var(--imgblok-imagewidth)*0.67;*/
	max-width: 100%;
	position: absolute;
	bottom: 0;
	border-radius: 5px;
}

.widget a{
	color:  #e30613;
}

.widget a i {
	
}
.widget a:hover {
	-- background-color: rgba(0,0,0,0.2) !important;
}
.widget {
	outline: none; 
}

.widget:hover {
	transform: translateY(-10px) scale(1.05);
	transition: transform 0.9s ease;
	backface-visibility: hidden;
	outline: none; 
}

.widget:hover::after { 
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(-10px) scale(1.05);
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.widget:hover::after:hover {
	opacity: 1;
}






#titlecontainer
{
    height: 364px;
    background-color: #20c997;
    box-sizing: border-box;
}
#titlecontainer .pagecontainer
{
    box-sizing: border-box;
    padding: 20px 50px 30px 50px;
}
#titlecontainerslider
{
    height: 60px;
    background-color: #20c997;
    box-sizing: border-box;
    padding-top:  12px;
}
#titlecontainerslider .pagecontainer
{
    box-sizing: border-box;
    padding: 10px 50px 10px 50px;
}
.titleh1
{
    font-weight: 700;
    font-size: 70px;
    color: #e30613;
    margin-top: 130px;
    line-height: 70px;
    margin-bottom:  50px;
}
.titlebreadcrumb ul
{
    column-gap: 0.6rem;
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 1rem;
    font-size:  18px;
}
.titlebreadcrumb a
{
    color:  #e30613;
    text-decoration: underline;
}
.titlebreadcrumb a.selected
{
    color:  #706f6f;
    text-decoration: none;
    font-weight: 500;
}

#blockcontainer
{
    position:  relative;
}

#kaderrechts
{
    position: absolute; 
    right: calc((100vw - var(--container-large-breedte)) / 2 );
    width: min(321px, 25vw); /* Past breedte aan, max 321px, min 25% van viewport */
    border-radius: 5px; 
    height: 470px; 
    background-color: rgba(227, 6, 19, 0.85); 
    z-index: 3; 
    top: 120px; 
    text-align: center; 
    box-sizing: border-box;
    color: rgba(250,247,244,1);
}
@media screen and (max-width: 1240px) {
    #kaderrechts {
        right: 20px; 
        width: min(280px, 30vw);
    }
}

@media screen and (max-width: 1000px) {
    #kaderrechts {
        right: 10px;
        width: min(250px, 35vw);
    }
}

@media screen and (max-width: 800px) {
    #kaderrechts {
        display: none;
    }
}
#homerechtskader
{
    position: absolute; 
    right: 0; 
    width: 321px; 
    border-radius: 5px; 
    height: auto;
	min-height: 470px; 
    background-color: rgba(227, 6, 19, 0.2); 
    z-index: 3; 
    top: 96px; 
    text-align: center; 
    box-sizing: border-box;
    color: rgba(88, 88, 90, 1);
}

div.afbkleinrechts
{
    background-repeat: no-repeat;
    background-position: center;
    height: 470px;
    background-size: cover;
    position: relative;
    border-radius: 5px;
}


.afbkleinrechts span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: rgba(0, 0, 0, 0.6); /* Licht doorschijnend zwart */
    color: white;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	border-radius: 0 0 5px 5px;
}

div.afbkleinboven {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 1.75rem;
}
div.afbkleinboven_items {
	
    margin-left: .875rem;
	margin-right: .875rem;
	max-width: 28rem;
	width: 32%;
}
div.afbkleinboven_items a img {display: block;}
div.afbkleinboven_items a img {
	max-width: 100%;
}



div.afbkleinboven_items:first-child {
    margin-left: 0;
}

div.afbkleinboven_items:last-child {
    margin-right: 0;
}
#content{
	position:relative;z-index:2;
	padding: 40px 346px 30px 4px;
    min-height: 550px;
}

#content.tekstpage {
    background-image: url(/siteimg/achtergrond.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

#content a{text-decoration:none;
    color: #e30613;}
#content a:hover{text-decoration:underline;}

#content div.itemsalsknoppen
{
    margin-top:  24px;
    box-sizing: border-box;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 24px;
    margin-bottom:  24px;

}
#content a.ilink, #content a.elink, #homerechtskader a.ilink
{
background-color: #20c997;
box-sizing: border-box;
color: #706f6f;
font-weight: bold;
cursor: pointer;
display: block;
font-size: 18px;
min-height: 56px;
line-height: 24px;
justify-content: space-between;
padding: 16px 32px 16px 16px;
text-decoration:none;
align-items: center;
position:  relative;
border-radius: 5px;
transition: background-color 0.2s, transform 0.2s;
}
#homerechtskader a.ilink
{
background-color: rgba(2, 123, 183, 0.8);
color: rgba(250,247,244,1);
font-size: 16px;
min-height: 40px;
line-height: 22px;
padding: 12px 32px 12px 16px;
}
#content a.ilink:hover, #content a.elink:hover, #homerechtskader a.ilink:hover {
  background-color: #a0c4b4;
  transform: scale(1.01);
}
#homerechtskader a.ilink:hover
{
  background-color: rgba(2, 123, 183, 0.4);
}
#content a.ilink:before, #content a.elink:before, #homerechtskader a.ilink:before {
  content: "\f138"; /* Font Awesome arrow icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #198754;
}
#homerechtskader a.ilink:before {
  color: #064db7;
}

#content .resize_1 img{max-width:100%; }
#content .resize_2 img{max-width:50%; }
#content .resize_4 img{max-width:25%; }


#content h1{font-size:32px;font-weight:800;margin: 8px 0 24px 0; color:  #e30613; letter-spacing: 2px;}
#content h2{font-size:20px;font-weight:800;margin: 0; margin-top: 18px;color:  #e30613; letter-spacing: 2px;}



#footer
{
    background-color: rgba(0,0,0,1);
    position: relative;
    z-index: 10;
}
#footercontent{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
    padding: 4rem 0 4rem 0;
    box-sizing: border-box;
    font-size:  18px;
    line-height: 32px;
    color: #fff;
}
#footercontent > div{width: 30%;}
#footercontent > div a {
	text-decoration: none; 
    color: #fff;
    font-weight:bold;
}
#footercontent > div a:hover {
    color: #e30613;
}
#footercontent h3 {
		display: table;
		letter-spacing: 1px;
		color: #e30613;
		font-weight: 700;
		position: relative;
		text-decoration: none;
		white-space: nowrap;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 40px;
}


#footercontent > div div.bottomicons {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 10px;
}

#footercontent > div a.fas, #footercontent > div a.fab{background-color:#707070;color:#fff;width:48px;line-height:48px;text-align:center;text-decoration:none;}
#footercontent > div a.fab.fa-facebook-f:hover{background-color:#3B5998;}
#footercontent > div a.fab.fa-instagram:hover{background-color:#125688;}
#footercontent > div a.fab.fa-twitter:hover{background-color:#33ccff;}
#footercontent > div a.fab.fa-google-plus:hover{background-color:#c63d2d;}
#footercontent > div a.fab.fa-linkedin:hover{background-color:#4875b4;}
#footercontent > div a.fab.fa-youtube:hover{background-color:#ff3333;}
.group:after{content:"";display:table;clear:both;}

#noticebar
{
    background: linear-gradient(to right, #eeeeee, #ffffff);
    font-size:  18px;
    box-sizing: border-box;
    color:  #706f6f;
    line-height: 40px;
    height: 40px;
}
#noticebar a
{
    font-weight: 700;
    color:  #706f6f;
    text-decoration: none;
}
#noticebar a:hover
{
    color: #e30613;
}
#notice
{
    display: flex;
}
.footer-col {
  flex: 1;
}
.footleft {
  text-align: left;
  display: none;
}
.footleft ul {
  list-style: none; /* remove bullet points */
  display: flex; /* use flexbox to align items horizontally */
  margin: 0; /* remove default margin */
  padding: 0; /* remove default padding */
}
.footleft ul li {
  margin-right: 1em; /* add 1em gap between items */
}
.footleft ul li:first-child {
  margin-left: 0;
}
.footleft ul li:last-child {
  margin-right: 0;
}
.footcenter, .footcenter a, .footcenter a:hover {
  text-align: center;
  font-size:  12px;
  color:  #bbb !important;
  font-weight:  300 !important;
}

.footright {
  text-align: right;
  display: none;
}
.duration-300 {
    transition-duration: .3s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.largeicon-xsmall {
    width: .625rem;
    height: .625rem;
}
.largeicon {
    height: 100%;
    width: 100%;
    fill: #000;
    display: inline-block;
    vertical-align: -.1em;
    flex-shrink: 0;
}
.wkeuze {
    width: 20px;
}
.hkeuze {
    height: 20px;
}
button[class] {
    cursor: pointer;
    border:  0;
    vertical-align: middle;
}
.menusubkeuze {
    background-color: rgba(250,247,244,1);
}
.rounded-full {
    border-radius: 100%;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.shrink-0 {
    flex-shrink: 0;
}
span.gap
{
    width:  .3rem;
    display: inline-block;
}
@keyframes rotation {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
ul > li button
{
  transform: rotate(180deg);
}
ul > li:hover button
{
  animation-name: rotation;
  animation-duration: 0.25s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  transform: rotate(0deg);
}
.fotoboeken-list.midden
{
    display: none;
}

.fotoboeken-list {
padding-left: 20px;
text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top:  20px;
}



.fotoboeken-list a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: rgba(250,247,244,1);
}
.fotoboeken-list a.fi-selected
{
    color: #20c997;
    text-shadow: 1px 1px 1px #198754;
}

  .main-container {
    display: flex;
    width: 100%;
    max-width: 2000px; 
    background: linear-gradient(to right, #eeeeee, #ffffff);
    margin: auto;
    height: calc(100vw * 0.36);
}

.main-half {
    width: 50%;
    overflow: hidden;
}

.main-left {
    height: calc(100vw * 0.3286);
}

.main-right {
    height: calc(100vw * 0.3429);
    border-bottom-left-radius: calc(100vw * 0.0143);

}

.main-half img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* eigen slider */
.sybitsl-container {
    position: relative;
    overflow: hidden;
    height: 400px;
    display: flex;
    justify-content: center; /* Hiermee centreren we de wrapper */
    align-items: center;
	background: linear-gradient(to right, #eeeeee, #ffffff);
}

.sybitsl-wrapper {
    width: 1900px;
    height: 400px;
    position: relative; /* Belangrijk voor de slides */
    display: flex;
    justify-content: center;
    align-items: center;
	max-width: 100%;
}

.sybitsl-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.sybitsl-slide.active {
    opacity: 1;
    z-index: 2;
}

.sybitsl-slide.old-slide {
    opacity: 0;
    z-index: 1;
}

.sybitsl-slide img {
    width: 100%;
    object-fit: cover;
    height: 400px;
	border-radius: 5px;
}

.sybitsl-title {
    position: absolute;
    color: white;
    padding: 8px 0;
    border-radius: 0 0 5px 5px;
    font-size: calc(11vw * 0.3286);
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    line-height: calc(11vw * 0.3286);
    background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 5px;
}

/* einde eigen slider */

.photo-thumb img {
    width: 150px;
    height: auto;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}


/* === EFFECT BIJ SCROLLEN === */
body.shrink-header #topbalkcontainer {
    height: 80px; 
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
	transition: all 0.9s ease;
}

body.shrink-header #menu {
    height: 80px;
	transition: all 0.9s ease;
	background-image: url(/siteimg/sinds1895.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 200px;
    transition: all 0.9s ease;
	
}
body.shrink-header #topbalk #menu > ul {
				padding-left: 300px;
				padding-right: 0;
}
body.shrink-header #topbalk #menu #logo-link {
	left: 0;
}
body.shrink-header #logo-link {
    width: 120px;
    right: 0;
	transition: all 0.9s ease;
}

.foto2, .foto3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.foto2 a {
    width: 49%;
}

.foto2 img {
    width: 100%;
    display: block;
	border: 1px solid #000;
}


.foto3 a {
    width: 32%;
}

.foto3 img {
    width: 100%;
    display: block;
	border: 1px solid #000;
}

@media (max-width: 768px) {
    .foto2, .foto3 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .foto2 a, .foto3 a {
        width: 100%;
    }
}