/* Digitaal folderrek */
.row.folderrek {
	padding: 100px 0 140px 0;
	background-color: #9d816c;
	background-image: url("../../../images/folderrek/folderrek-bg.jpg");
	background-position: center;
	background-size: cover;
}
.row.folderrek .vines {
	position: absolute;
	top: 0;
	pointer-events: none;
}
.row.folderrek .vines.left {
	left: 0;
	width: 210px;
}
.row.folderrek .vines.right {
	right: 0;
	width: 810px;
}
.row.folderrek .vines img {
	display: block;
	width: 100%;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.row.folderrek .content {
	max-width: none;
}
.row.folderrek .content .page_content {
}
.row.folderrek .content .page_content h2 {
	font-size: 4em;
	font-family: "sensei";
	font-weight: normal;
	position: relative;
	left: 0;
	margin: 0 auto;
	margin-bottom: 70px;
	width: 90%;
	max-width: 1200px;
	color: #fff;
	text-align: center;
	text-shadow: 4px 4px 20px #fff;
	text-shadow: 4px 4px 20px rgb(0 0 0 / 50%);
}
.row.folderrek .content .page_content .intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	color: #fff;
	margin-top: 140px;
	text-shadow: 4px 4px 20px rgb(0 0 0 / 50%);
}
.row.folderrek .content .page_content .intro a {
	color: #ffd1c8;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

.folders {
	position: relative;
}
.folders .folders-container {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0 calc(100% / 12);
	width: 100%;
	box-sizing: border-box;

	max-width: 1400px;
}
.folders .folder {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 300px;
}
.folders .folder:hover {
	z-index: 1;
}
.folders .folder a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.folders .folder .preview {
	position: relative;
	width: 70%;
}
.folders .folder .preview img {
	display: block;
	width: 100%;
	box-shadow: 5px 5px 20px rgb(0 0 0 / 50%);
}
.folders .folder .title {
	position: absolute;
	bottom: 5%;
	padding: 11px 20px 15px 20px;
	max-width: 50%;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	/* white-space: nowrap;
	*/
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.15s;
	background-color: #093655;
}
.folders .folder .title:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 10px;
	height: 10px;
	content: "";
	transform: rotate(45deg);
	background-color: #093655;
}
.folders .folder .preview:hover + .title {
	bottom: 10%;
	opacity: 1;
	visibility: visible;
}
.folders .plank {
	position: absolute;
	display: block;
	left: 50%;
	bottom: -40px;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgb(0 0 0 / 25%), 0px 15px 10px rgb(0 0 0 / 25%);
	z-index: 2;
	background-color: #9d816c;
	background-image: url(../../../images/folderrek/folderrek-plank.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	transform: translateX(-50%);
	max-width: 1400px;
}
.folders .plank:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: "";
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: rgba(255,255,255,0.25);
}
.folders .plank:after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: "";
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: rgba(0,0,0,0.25);
}
.folders .owl-carousel .owl-item {
	display: flex;
	align-items: flex-end;
	background-color: transparent;
}
.folders .owl-carousel .owl-nav {
	display: flex!important;
}
.folders .owl-carousel .owl-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: -90px;
	left: 0;
	width: 100%;
}
.folders .owl-carousel .owl-dots .owl-dot {
}
.folders .owl-carousel .owl-dots .owl-dot span {
	display: block;
	margin: 0 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
}
.folders .owl-carousel .owl-dots .owl-dot.active span {
	background-color: #093655;
}


@media screen and (max-width: 1100px) {

/* Digitaal folderrek */


    .row.folderrek { 
    	padding: 35px 0 40px 0;
		background-size: cover;
		background-repeat: repeat;
    }
    .row.folderrek .vines.left { width: 60px; }
    .row.folderrek .vines.right { width: 200px; }
    .row.folderrek .content .page_content h2 { margin: 0; margin-bottom: 25px!important; width: 100%; font-size: 2em }
    
    .folders { }
    .folders .folders-container { padding: 0 calc(100% / 4); }
    .folders .folder { }
    .folders .folder .title { bottom: 15%; max-width: none; }
    .folders .folder .preview:hover + .title { bottom: 20%; }

    .folders .folder {
		height: 200px;
	}
    
    .folders .plank { bottom: -15px; height: 20px; }
    .folders .plank:before { height: 3px; }
    .folders .plank:after { height: 3px; }
    
    .folders .owl-carousel .owl-dots { bottom: -50px; }
    .folders .owl-carousel .owl-dots .owl-dot span { margin: 4px; width: 8px; height: 8px; }

    .folders .owl-carousel .owl-nav {
    	width: 100%;
    }
    .folders .owl-carousel .owl-nav button.owl-next,
    .folders .owl-carousel .owl-nav button.owl-prev { width: 30px; height: 30px; background-size: 15px 15px; }


    .row.folderrek .content .page_content .intro {
		margin-top: 60px;
	}


}



/* ACCESSIBILITY */
body.highcontrast.__folderrek .row.folderrek {
	background-image: none;
	background-color: #000;
}
body.highcontrast.__folderrek .row.folderrek .vines {
	display: none;
}
body.highcontrast.__folderrek .row.folderrek .folders .folder .preview img {
	filter: none;
}
body.highcontrast.__folderrek .row.folderrek  .folders .folder .title,
body.highcontrast.__folderrek .row.folderrek  .folders .folder .title:after  {
	background-color: #000;
}
body.highcontrast.__folderrek .row.folderrek .content .page_content .intro a {
	color: var(--primarycta);
}
