﻿ @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('https://fonts.googleapis.com/css?family=Palanquin:300');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@font-face {
	font-family: 'NewsGothicBT-BoldExtraCondensed';
	src: url('font/NewsGothicBT-BoldExtraCondensed_gdi.eot');
	src: url('font/NewsGothicBT-BoldExtraCondensed_gdi.eot?#iefix') format('embedded-opentype'), url('font/NewsGothicBT-BoldExtraCondensed_gdi.woff') format('woff'), url('font/NewsGothicBT-BoldExtraCondensed_gdi.ttf') format('truetype'), url('font/NewsGothicBT-BoldExtraCondensed_gdi.svg#NewsGothicBT-BoldExtraCondensed') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
 unicode-range: U+0020-25CA;
}
.wel-niet
{
	display:inline-block !important; 
}
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 12px;
	display: none;
	background-color: #009FE3;
	width: 45px;
	height: 45px;
	z-index: 8;
	outline: 0;
	-moz-box-shadow: 2px 2px 7px #333;
	-webkit-box-shadow: 2px 2px 7px #333;
	box-shadow: 2px 2px 7px #333;
	border-radius: 4px;
}
.back-to-top:hover {
	opacity: 1;
}
.back-to-top span {
	position: absolute;
	display: block;
	margin-top: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 25px;
	height: 28px;
	background: url(/images/icons/back-to-top.png) no-repeat;
}
a.dropbtn {
	display: block;
	border: none;
	cursor: pointer;
	width: 41px;
	height: 41px;
	position: relative;
	background-image: url("images/zoekicoontje-balk.png");
}
#myInput {
	box-sizing: border-box;
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 12px 20px;
	border: none;
	border: 1px solid #ddd;
}
#myInput:focus {
	outline: 1px solid #009FE3;
}
.klein {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	display: none;
}
.dropdown {
	position: absolute;
	display: inline-block;
*display: inline;
	width: 50px;
	height: 50px;
}
.dropdown:hover {
	background-color: transparent !important;
}
.dropdown-content {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	display: none;
	top: 50px;
	left: -240px;
	padding: 10px 12px;
	position: absolute;
	background-color: #f6f6f6;
	width: fit-content;
	border: 1px solid #ddd;
	z-index: 1;
}
.show {
	display: block;
	transition: top 2s ease 0s;
}
.stiper-carousel {
    width: 100%;
    overflow: hidden;
}

.carousel-viewport {
    width: 100%;
    overflow: hidden;
}


.volledig-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    margin: 0 !important;

    transition: transform 0.6s ease-in-out;
}

.grid-item {
    flex: 0 0 auto !important;
    width: 100% !important;
}
.grid-item {
    flex: 0 0 auto !important;
    width: 100% !important;
    margin-bottom: 15px !important; /* Ruimte onder elk item */
}

/* Optioneel: verwijder de marge onder het laatste item */
.grid-item:last-child {
    margin-bottom: 0 !important;
}
.grid-card {
    background: #fff !important;
    height: 140px !important;
    border-radius: 12px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 20px !important;

    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;

    border: 2px solid transparent !important;
}

.grid-card img {
    max-width: 100% !important;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;

    transition: transform 0.4s ease !important;
}

.b-wit {
	background-color: #FFF;
}
.shadow-bottom-right {
	box-shadow: 0 5px 10px -5px rgba(115,115,115,0.75), 5px 0 10px -5px rgba(115,115,115,0.75);
}
#btnContainer {
	margin: auto;
	max-width: 97px;
	margin-bottom: 20px;
}
.margin-auto
{
	margin:auto !important;
}
.btn {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: #f1f1f1;
	cursor: pointer;
}
.btn:hover {
	background-color: #ddd;
}
.btn.active {
	background-color: #666;
	color: white;
}
input.zoeken {
	width: 250px;
	height: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFF;
	outline: none;
	margin: 20px 0px;
	border: 1px #e0e0e0 solid;
	font-size: 18px;
	font-family: 'Arial';
	box-sizing : border-box;
	background-image: url('images/zoekicoontje.png');
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding: 10px 40px 10px 80px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
input.zoeken:focus {
	width: 100%;
}
#container .flex {
	justify-content: center;
	display: flex;
	align-items: flex-start; /* NEW */
	flex-wrap: wrap;
	margin-left: -35px;
	padding: 0px;
}
.flex a {
	position: relative;
	display: block;
	flex: 1 0 calc(25% - 35px);
	vertical-align: text-top;
	margin-left: 33px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	background-color: #FFF;
	padding: 0;
	text-decoration: none !important;
	text-align: center;
	outline: 0;
	font-size: 19px;
	color: #FFF !important;
	transition: ease-in-out 0.2s;
	cursor: pointer;
}
.flex a {
	max-width: calc(25% - 35px);
}
.overlay-argyf {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0, 159, 227, 0.7);
	z-index: 1;
	
}
.text {
	color: white;
	font-weight: bold;
	font-size: 21px;
	text-shadow: 1px 2px #666666;
	font-size: 26px;
	position: absolute;
	top: 80%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
#container .grid a:hover .overlay-argyf {
	opacity: 1 !important;
}
.kaft-afbeelding {
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin: 0;
	
}
.kaft-afbeelding img {
	display: block;
	width: 100%;
	margin: -1%;
	
}
#container .grid a .pdfinfo {
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: auto;
	min-height: 160px;
	border:2px solid #00F;
	transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 1%, rgba(255,255,255,0.02) 2%, rgba(0,159,227,1) 42%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 1%, rgba(255,255,255,0.02) 2%, rgba(0,159,227,1) 42%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 1%, rgba(255,255,255,0.02) 2%, rgba(0,159,227,1) 42%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9fbcd4', GradientType=0 );
}

.pdf-content {
	max-width: 100%;
	padding: 0px 12px !important;
	position: absolute;
	left: 0;
	bottom: 12px !important;
}
.pdf-content span {
	display: block;
	margin-bottom: 5px;
}
.pdfinfo span {
	margin-top: 8px;
	display: block;
	color: #333;
	font-size: 19px;
	line-height: 13px;
}
.effect2 {
	position: relative;
}
.effect2:before, .effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.button {
	background-color: #009FE3;
	border: none;
	color: white;
	display: block;
	width: 100px;
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	outline: 0;
}
.button-in {
	border: 0;
	background: transparent url("images/zoom-in.png") no-repeat 0 0;
	width: 35px;
	height: 35px;
	outline: 0;
}
.button-out {
	border: 0;
	background: transparent url("images/zoom-out.png") no-repeat 0 0;
	width: 35px;
	height: 35px;
	outline: 0;
}
.totaal_z_w {
	display: block;
}
section {
	display: table;
	width: 100%;
}
section > * {
	display: table-row;
}
section .col {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: auto;
}
section .col:nth-child(3) {
	text-align: center;
}
section .col2 {
	display: table-cell;
	text-align: left !important;
	vertical-align: middle;
}
section .col2:nth-child(1) {
	width: 36px !important;
}
section .col2:nth-child(2) {
	width: 110px !important;
}
section .col img {
	width: 100%;
	max-width: 100px !important;
	display: block;
	height: auto;
}
* {
	box-sizing: border-box;
}
.row {
	border-bottom: 1.2px solid #E5E5E5;
}
.column {
	float: left;
	width: 33.333%;
	padding: 10px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
select {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 17px;
	border: 1px #e0e0e0 solid;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 24px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing : border-box;
	outline: 0;
}
html, body {
	/* give this to all tags from html to .fullscreen */
	margin: 0;
}
body {
	font-family: 'Palanquin', sans-serif;
	color: #000;
	font-size: 17px;
	line-height: 28px;
}
b.sykje {
	font-size: 22px;
}
a {
	color: #009FE3;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.fotoo {
	outline: 0;
}
.fout {
	color: #F00 !important;
	font-weight: bold !important;
}
.blauw {
	background-color: #009FE3;
}
.geel {
	background-color: #D4C600;
	text-align: center;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 2px;
	color: #000;
	font-size: 32px;
	line-height: 38px;
}
h1.center, h2.center {
	text-align: center;
	margin-bottom: 40px;
}
h2 {

	padding-top: 0px;
	margin-bottom:20px !important;
	letter-spacing: 1px;
	color: #333;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
}
p:last-child {
	margin-bottom: 30px;
}
.container_logo_menu {
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
}
.container_logo_menu_center {
	display: block;
	position: realtive;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	line-height: 50px;
	max-width: 1640px;
	height: 198px;
	vertical-align: middle;
}
.uitgever {
	display: block;
	position: absolute;
	top: 80px;
	left: 80px;
	font-weight: bold;
}
.uitgever-mobiel {
	display: none;
}
.logo {
	margin-top: 20px;
	display: block;
	max-width: 520px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.logo img {
	width: 100%;
	margin: auto !important;
	max-width: 520px !important;
}
.sprekwurden {
	margin-top: 10px;
	position: relative;
	float: right;
	width: 198px;
	min-height: 198px;
	background-color: #D4EDFC;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.schaduw {
	-moz-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
	-webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
	box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}
.quotes {
	display: none;
	width: 96%;
	padding: 8px;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
!important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.flex-container-resepten, .flex-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0 -20px;
	justify-content: center;
	text-align: center;
}
.cell-2 {
	position: relative;
	display: block;
	flex: 1 auto calc(50% - 20px);
	vertical-align: text-top;
	margin-left: 20px;
	color: #FFF;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 30px;
	transition: ease-in-out .3s;
}
a.cell-2 {
	max-width: calc(50% - 20px);
}
a.cell-2:hover {
	transform: scale(1.04);
}
.cell-2 img, .resept-groot {
	position: relative;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
	border-radius: 12px;
}
.ctr-resept {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
.ctr-resept h2 {
	font-family: 'Archivo Black', sans-serif;
	text-shadow: 0.8px 1.3px #333333;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	color: #FFF;
	font-size: 21px;
	line-height: 28px;
	padding: 0px 18px;
}
.container {
	padding-top: 80px;
	padding-bottom: 80px !important;
	width: 100%;
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1276px;
	position: relative;
}
.ctr-920 {
	width: 100%;
	max-width: 920px !important;
	text-align: center;
	margin: auto;
}
.grijs {
	background: #E5E5E5;
}
.small-text {
	text-align: center;
	max-width: 780px;
	margin: auto;
}
.cont-small {
	max-width: 980px;
	margin: auto;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.container_main {
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1276px;
	background-color: #FFF;
}
.container_paginas {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.container_paginas_center {
	
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1640px;
	min-height: 400px;
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 40px;
	box-sizing: border-box;
}

.container_paginas_left {
	flex: 1;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(255, 255, 255, 0.9);
}

.container_paginas_right {
	padding-top: 40px;
	padding-bottom: 40px;
	flex: 0 0 auto;
	max-width:400px;
	background-color: rgba(255, 255, 255, 0.9);
}

.container_paginas_center p {
	margin-bottom: 25px;
}
.container_paginas_center p:last-child {
	margin-bottom: 0px;
}
.container_paginas_center ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.container_paginas_center ol li ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.container_paginas_center ul li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
}
.container_paginas_center ul li:before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	background-image: url('images/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 3px;
}
.container_paginas_center ul li a {
	font-family: 'Palanquin', sans-serif;
	color: #000;
	font-size: 17px !important;
	line-height: 28px;
	color: #009FE3 !important;
}


.container_paginas_center ul li ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.container_paginas_center ul li ul li {
	position: relative;
	padding-left: 20px;
	padding-top:5px;
	padding-bottom: 5px;
}
.container_paginas_center ul li ul li:before {
content: '>';
	width: 5px;
	height: 5px;
	position: absolute;

	left: 0;
	top: 4px;
}

.flex-boeken {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-bottom: 0;
	padding: 0;
	margin-top: 40px;
}
.boeken-2 {
	position: relative;
	display: block;
	flex: 1 0 calc(50% - 50px) !important;
	vertical-align: text-top;
	margin-left: 50px;
	text-align: left;
	outline: 0;
	margin-bottom: 50px;
}
.boeken-2 {
	display: block;
	max-width: calc(50% - 50px) !important;
}
.boeken-2:last-child {
	margin-bottom: 0px;
}
.boeken-2 img {
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
}
   
.btn-toevoegen {
	border: 0;
	display: block;
	outline: 0;
	cursor: pointer;
	border-radius: 8px;
	max-width: 130px;
	padding: 15px 20px;
	color: #FFF;
	background-color: #EFC54D;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	transition: ease-in-out .2s;
}
.btn-toevoegen:hover {
	background-color: #66521A;
	color: #FFF;
}
a.btn-download, a.btn-meer {
	position: relative;
	padding: 12px 25px;
	border-radius: 5px;
	display: block;
	margin: 40px auto !important;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	width: fit-content;
	text-transform: normal;
	text-decoration: none;
	transition: ease-in-out .3s;
	background-color: #009FE3;
}
.ctr-btn {
	margin: auto;
	width: fit-content;
	max-width:880px;
}
a.btn-download:hover, a.btn-meer:hover {
	text-decoration: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	color: #FFF;
	background-color: #000;
	transform: scale(1.04)
}
.btn-jaar {
	text-decoration: none !important;
	position: relative;
	padding: 10px 25px;
	border-radius: 5px;
	margin: 10px 8px 10px 0;
	color: #FFF !important;
	outline: 0 !important;
	cursor: pointer;
	border: none;
	font-size: 19px;
	font-family: 'Archivo Black', sans-serif;
	text-align: center;
	width: fit-content;
	text-transform: normal;
	text-decoration: none;
	transition: ease-in-out .3s;
	background: #009FE3;
}
.btn-jaar:hover {
	border: none;
	text-decoration: none !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	color: #FFF;
	background: #000;
	transform: scale(1.04)
}
.container_select {
	background-color: #EEE;
	max-width: 100%;
	padding: 30px 80px;
	margin: auto;
	margin-bottom: 20px;
}
.container_select select {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #000;
	font-size: 17px;
	border: 1px #e0e0e0 solid;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 24px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing : border-box;
	outline: 0;
}
.product-afbeelding {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	width: 100%; /*container-width*/
	height: 420px;
	overflow: hidden; /*hide bounds of image */
	margin: 0;   /*reset margin of figure tag*/
}
.product-afbeelding img {
	display: block; /*remove inline-block spaces*/
	width: 100%; /*make image streatch*/
	margin: -1%;
}
.shadow {
	box-shadow: 0 0 3px #A5A5A5;
	-moz-box-shadow: 0 0 3px #A5A5A5;
	-webkit-box-shadow: 0 0 3px #A5A5A5;
	-ms-box-shadow: 0 0 3px #A5A5A5;
}
.collage {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	justify-content: center;
}
.collage div {
	display: block;
	flex: 1 0 calc(25% - 10px);
	margin-left: 10px;
	margin-bottom: 10px;
	width: 25%;
	text-align: center;
}
.collage div {
	display: block;
	max-width: calc(25% - 10px);
}
.collage div:last-child {
	margin-bottom: 0px;
}
.collage div img {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	display: block;
	width: 100%;
	height: auto;
}
.container_paginas ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.container_paginas ul li a {
	color: #000;
	font-weight: bold;
}
.container_paginas ul li ul li a {
	color: #000;
	font-weight: bold;
}
.container_paginas ul li ul li ul li a {
	color: #B2544E;
	font-weight: bold;
}
.container_paginas ul li {
	position: relative;
	padding-left: 35px;
}
.container_paginas li:before {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	background-image: url('images/li_sitemap.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 6px;
}
.container_paginas ul ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.container_paginas ul ul li {
	position: relative;
	padding-left: 35px;
}
.container_paginas ul ul li:before {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	background-image: url('images/li_ul_li_sitemap.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 6px;
}
.container_paginas ul ul ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.container_paginas ul ul ul li {
	position: relative;
	padding-left: 35px;
}
.container_paginas ul ul ul li:before {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	background-image: url('images/li_ul_li_ul_li_sitemap.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 6px;
}
.padding {
	padding-left: 18px;
	padding-right: 18px;
}
.padding_paginas {
	padding-left: 18px;
	padding-right: 18px;
}
.foto-container {
	width: 100%;
	height: auto;
!important position: relative;
	background-color: #FFFCF7;
}
.main_table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.main_home {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.home_cell img {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.30);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.30);
}
.home_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.home_links {
	padding-top: 0;
	margin-top: 0;
	width: 70%;
}
.home_tussen {
	width: 4%;
}
.home_rechts {
	width: 26%;
}
.container_rechts {
	max-width: 100%;
	height: auto;
	padding: 12px;
	margin-bottom: 18px;
}
.container_rechts h1 {
	text-align: center !important;
	color: #FFF !important;
	font-weight: bold;
	font-size: 18px !important;
	line-height: 21px !important;
	margin-bottom: 20px;
}
.containe_rechts:lastchild {
 margin-bottom:0px;
}
.main_table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.main_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.main_links {
	padding-top: 0;
	margin-top: 0;
	width: 63%;
}
.main_tussen {
	width: 4%;
	vertical-align: middle;
}
.main_rechts {
	width: 33%;
}
.main_links_contact {
	padding-top: 0;
	margin-top: 0;
	width: 48%;
}
.main_rechts_contact {
	width: 48%;
}
.main_links_contact img, .main_links img, .container_paginas_center img {
	display: block;
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
}
.container_items_home {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.text_padding {
	padding-left: 20px;
	padding-right: 15px;
}
a.tel-contact {
	text-align: left;
	display: inline-block;
	width: 280px;
	margin-bottom: 5px;
	color: #000;
}
a.tel-contact span {
	margin-right: 10px;
	width: 20px;
	height: 22px;
	display: inline-block;
	top: 0;
	background: url(images/telefoon-contact.png) no-repeat;
}
a.email-contact {
	color: #E92016;
	text-align: left;
	display: inline-block;
	width: 280px;
	line-height: 20px;
	margin-bottom: 5px;
}
a.email-contact span {
	margin-right: 10px;
	width: 20px;
	height: 22px;
	display: inline-block;
	top: 0;
	background: url(images/email-contact.png) no-repeat;
}
.maps {
	border-radius: 5px;
	padding: 5px;
	border: 2px #d5d5d5 solid;
}
.maps_iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	border-top: 2px #E92016 solid;
	height: 100%;
	max-width: 100%;
	min-height: 320px;
	position: relative;
	height: auto !important;
	display: block;
}
.maps_iframe_contact {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	height: 100%;
	max-width: 100%;
	min-height: 320px;
	position: relative;
	height: auto !important;
	display: block;
}
hr {
	margin-top: 0px;
	margin-bottom: 30px;
	height: 1px;
	background: #e5e5e5;
	font-size: 0;
	border: 0;
}
ul.sitemap {
	padding-left: 40px;
	font-size: 19px;
	list-style: outside url("images/ul.png");
	display: inline-block;
}
ul.sitemap li {
	padding-left: 5px;
	margin-left: 0px !important;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 20px;
}
.footer_container {
	z-index: 3;
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 100px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #333;
	font-size: 17px;
}
.logo-footer {
	padding-top: 30px;
	width: 100%;
	display: block;
	max-width: 260px;
	height: auto;
	margin-top: -50px;
	margin-bottom: 30px;
}
.footer {
	color: #FFF;
	width: 100%;
	max-width: 1276px;
	min-width: 280px;
	margin: auto;
	left: 0;
	right: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.flex-footer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-bottom: 0;
	padding: 0;
}
.footer-3 {
	position: relative;
	display: block;
	flex: 1 0 calc(33.333% - 50px);
	vertical-align: text-top;
	width: 33.333%;
	margin-left: 50px;
	padding: 0;
	text-align: left;
	outline: 0;
	color: #FFF;
	line-height: 24px;
	font-size: 16px;
}
.footer-3 {
	display: block;
	max-width: calc(33.333% - 50px);
}
.footer-3:nth-child(2), .footer-3:nth-child(3) {
	text-align: center !important;
}
.footer-3 h1 {
	text-transform: uppercase;
	font-family: 'Archivo Black', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	margin-top: 25px;
	margin-bottom: 30px;
}
.footer-3 a {
	color: #FFF;
	text-decoration: none;
}
.footer-3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
a.mail {
	color: ##EFC54D;
	text-decoration: none;
}
a.mail:hover {
	color: #FFF;
	text-decoration: underline;
}
.socialcontainer {
	margin: auto;
	width: 100%;
	max-width: 95px;
}
a.facebook {
	margin-top: 12px;
	margin:auto;
	display: block;
	width: 40px;
	height: 40px;
	-ms-transition: background-image 0.5s ease-in-out;
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: 0.3s ease;
	background-image: url("images/facebook.png");
}
a.facebook:hover {
	transform: scale(0.9);
}
a.instagram {
	margin-left: 15px;
	margin-top: 12px;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	-ms-transition: background-image 0.5s ease-in-out;
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: 0.3s ease;
	background-image: url("images/instagram.png");
}
a.instagram:hover {
	transform: scale(0.9);
}
a.twitter {
	margin-left: 15px;
	margin-top: 12px;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	-ms-transition: background-image 0.5s ease-in-out;
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: 0.3s ease;
	background-image: url("images/twitter.png");
}
a.twitter:hover {
	transform: scale(0.9);
}
.footer-jaar-kleur {
	color: #009FE3;
}
.copyright {
	position: relative;
	color: #FFF;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 200px;
	margin: auto;
	font-size: 14px;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
hr.bottom {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 1px;
	background: #666;
	font-size: 0;
	border: 0;
}
.ss {
	display: relative;
	margin-left: auto;
	margin-right: auto;
	width: 130px;
}
.realisatie {
	display: inline-block;
}
a.hdstudio_logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px !important;
	vertical-align: middle;
	display: inline-block;
	width: 85px;
	height: 28px;
	background-image: url('images/hd-studio.png');
	background-size: cover;
	background-position: center;
	transition: all 0.4s ease-in-out;
}
a.hdstudio_logo:hover {
	transform: scale(1.2);
}
 @media screen and (max-width : 1410px) {
.uitgever {
	left: 20px;
	font-weight: bold;
}
.cell-2 {
	flex: 1 auto calc(100% - 20px);
}
a.cell-2 {
	max-width: calc(100% - 20px);
}
}
 @media screen and (max-width : 1300px) {
.uitgever {
	display: none;
}
.uitgever-mobiel {
	position: relative;
	text-align: center;
	display: block;
	line-height: 25px;
	margin-top: -4px;
	font-weight: bold;
}
.logo {
	margin-top: 20px;
	display: block;
	max-width: 420px !important;
}
}
 @media screen and (max-width : 1215px) {
.flex a {
	position: relative;
	display: block;
	flex: 1 0 calc(33.333% - 35px);
}
.flex a {
	max-width: calc(33.333% - 35px);
}

}
 @media screen and (max-width : 1115px) {
    .container_paginas_center {
        flex-direction: column;
        gap: 20px;
    }

    .container_paginas_left,
    .container_paginas_right {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
	}
 @media screen and (max-width : 930px) {
.sprekwurden {
	display: none;
}
.home_cell {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}
.main_table {
	display: flex;
	flex-direction: column-reverse;
}
.main_cell {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}
.cell-2 {
	flex: 1 auto calc(100% - 40px);
}
a.cell-2 {
	max-width: calc(100% - 40px);
}

h2 {
	text-align:center;
}

}
 @media screen and (max-width : 910px) {
.footer-3 {
	position: relative;
	display: block;
	flex: 1 0 calc(100% - 50px);
	width: 100%;
	margin-left: 50px;
	margin-bottom: 15px;
	text-align: center !important;
}
.footer-3 {
	padding: 0;
	display: block;
	max-width: calc(100% - 35px);
	margin-left: 50px;
}
.footer-3:nth-child(2), .footer-3:nth-child(3) {
	text-align: center !important;
}
.logo-footer {
	width: 100%;
	display: block;
	max-width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
}
 @media screen and (max-width : 740px) {
.flex a {
	position: relative;
	display: block;
	flex: 1 0 calc(50% - 35px);
}
.flex a {
	max-width: calc(50% - 35px);
}
.boeken-2 {
	flex: 1 0 calc(100% - 50px) !important;
	max-width: calc(100% - 50px) !important;
	margin-bottom:30px;
}
}

 @media screen and (max-width : 580px) {
.flex a {
	position: relative;
	display: block;
	flex: 1 0 calc(100% - 35px);
}
.flex a {
	max-width: calc(100% - 35px);
}
}
 @media screen and (max-width : 380px) {
.container_logo_menu_center {
	font-size: 15px;
	text-align: center;
}
.logo {
	margin-top: 20px;
	display: block;
	max-width: 100% !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.logo img {
	width: 100%;
	margin: auto !important;
	max-width: 100% !important;
}
.wel-niet
{
	display:none !important; 
}
}
