@font-face {
	font-family: 'TheSerifSemiBoldPlain';
	src: url('../fonts/TheSerifSemiBoldPlain/theserif_semibold_plain-webfont.woff2') format('woff2'),
		url('../fonts/TheSerifSemiBoldPlain/theserif_semibold_plain-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

:root {

    /* Alle kleuren die gebruikt worden voor de website, deze kunnen gebruikt worden met 'var(--kleurnaam);' */

	--main: #0E325C;
    --red: #AC0000;
	--blauw: #31547d;;

	--white: #FFFFFF;
	--offwhite: #F8F4F1;
	--lightbrown: #DBC0A7;
	--brown: #947C5C;
	--darkbrown: #634D33;
	--orange: #BC703D;    

}



html,
body {
	height: 100%;
	width: 100%;
	margin: 0px;
}
* {
	box-sizing: border-box;
}

::selection {
	color: white;
	background: var(--main);
}

::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #040407;
}

.divider {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	z-index: 2;
}
.divider svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 25px;
}
.divider .shape-fill {
	fill: #FFFFFF;
}
.divider.top {
	top: -24px;
	transform: unset;
}
.divider.top2 {
	transform: unset;
  bottom: -1291px;
  fill: var(--main);
}

.divider.btm {
	bottom: -24px;
	transform: rotate(180deg);
}
.divider.btm2 {
	bottom: 13px;
	transform: rotate(180deg);
	z-index: 23;
}
.divider.wave.top {
	transform: rotate(180deg);
}
.divider.wave.btm {
	transform: unset;
}


.info_text {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.info_text.bg1{
	margin-top: -100px;
	margin-bottom: -100px;
}
.info_text.bg1 .info_text_inner{
	margin-top: 100px;
	margin-bottom: 100px;
}
.info_text.first{
	top: -100px;
	margin-top: 70px;
}
.info_text.bg1 {
	background-image: url("../images/pattern5.svg");
	background-color: var(--offwhite);
	background-repeat: no-repeat;
	background-size: cover;
}
.info_text.bg1 .divider .shape-fill{
	fill: #efefef;
}
.info_text.bg2 {
	background-color: #fff;
}
.info_text.bg2 .divider .shape-fill {
	fill: #fff;
}
.info_text.bg3 {
	/* background-color: var(--main); */
	color: white;
}
.info_text.bg3 .divider .shape-fill {
	fill: var(--main);
}

.info_text.bg4 {
	background-image: url("../images/pattern5.svg");
	background-color: var(--offwhite);
	background-repeat: no-repeat;
	background-size: cover;
}

#submit:hover{
	background-color: #000;
	color: white;
}

.info_text_inner {
	width: 100%;
	max-width: 1200px;
	text-align: left;
	padding: 60px 60px;
}
.intro .info_text_inner {	
	/* max-width: 826px; */
}
.info_text_inner.half {
	background-color: var(--blauw);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 170px), calc(100% - 170px) 100%, 0 100%);
	border-radius: 5px;
	max-width: unset;
  	width: 85%;
}
.info_text_inner.extra-bottom {
	padding-bottom: 110px;
}
.info_text_inner h1{
	margin-top: 0px;

}

div.header {
	height: 137px;
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

div.header {
	max-width: 1000px;
	margin: auto;
	margin-top: 20px;
}
.page-header{
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.page-header-inner{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: white;
		width: 100%;
		height: 100%;
	}
		.page-header-inner .title{
			font-size: 45px;
			font-family: TheSerifSemiBoldPlain;
			margin-bottom: 0;
		}
		.page-header-inner .title2{
			font-size: 78px;
			font-family: TheSerifSemiBoldPlain;
			margin-top: 0;
		}

div.logo {
	height: 145px;
	width: 130px;
	background-image: url(../files/logo/Leerbroek_wapen.svg);
	background-repeat: no-repeat;
	background-size: 100px;
	position: absolute;
	right: 10%;
	top: -2;
	/* background-color: var(--main); */
	padding: 50px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-position: center;
	z-index: 1;
}

div.menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 999;
	width: 100%;
	min-height: 40px;
	text-align: center;
	padding-top: 28px;
}


div.menu-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	/* max-width: 1000px; */
	padding-left: 220px;
}

div.menu_item {
	float: left;
	font-family: TheSerifSemiBoldPlain;
	font-size: 14pt;
	font-weight: normal;
	color: var(--main);
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}

div#menu_home{
	color: var(--red);
	font-weight: bold;
}

div.menu_item_sel {
	color: #E8920C;
}

div.menu_item:hover {
	border-bottom: 1px solid;
}

div.header_foto {
	height: 600px;
	display: flex;
	justify-content: center;
	margin-top: 35px;
	width: 100%;
}
div.header_foto.small {
	display: flex;
	justify-content: center;
	height: 600px;
	width: 100%;
  	text-align: center;
}

div.header_foto div.slide_header_show {
	position: relative;
	z-index: 2;
	height: 600px;
	width: 100%;
	border-radius: 50px;
	display: flex;
	justify-content: center;
}
div.header_foto.small div.slide_header_show {
	height: 60vh;
	width: 100%;
}

.slideshow{
	display: flex;
	flex-direction: row;
	justify-content: start;
	width: 100%;
	
}
@keyframes slide-in {
	from {
	  transform: translateX(100vw);
	}
  
	to {
	  transform: translateX(0);
	}
}
@keyframes slide-out {
	from {
	  transform: translateX(0);
	}
  
	to {
	  transform: translateX(-100vw);
	}
}

  

div.slide_header_show_img {	
	height: 100%;
	margin: 0px 7.5% 0px 7.5%;
	box-sizing: border-box;
	color: #fff;
	border-radius: 5px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 170px), calc(100% - 170px) 100%, 0 100%);
	width: 85%;
	min-width: 85%;
}
div.slide_header_show_img img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 85%;
	object-fit: cover;
	object-position: center;
}

/* Standaardinstellingen voor de afbeeldingen */
.slide_header_show_img img { 
    opacity: 0;
	/* transition: transform 1s ease-in-out, opacity 1s ease-in-out;  */
}

/* De afbeelding die de klasse 'active' heeft, wordt zichtbaar */
.slide_header_show_img img.active {
    opacity: 1;
	transform: translateX(0);
	
}

/* De 'slide-in' klasse zorgt ervoor dat de afbeelding van rechts naar binnen schuift */
.slide_header_show_img img.slide-in {
	transition: opacity 1s ease-in;
    -webkit-animation: slide-in 1s; /* Beeld komt naar binnen */
}

/* De 'slide-out' klasse zorgt ervoor dat de afbeelding naar rechts verdwijnt */
.slide_header_show_img img.slide-out {
	transition: opacity 1s ease-out;
    -webkit-animation: slide-out 1s; /* Beeld schuift naar rechts */
}


div.header_foto.small div.slide_header_show div.slide_header_show_img {
	padding: 115px 0;
}

div.slide_header_show h1 {
	font-family: TheSerifSemiBoldPlain;
	font-size: 78px;
	margin-top: 0;
}

div.slide_header_show h2 {
	font-family: TheSerifSemiBoldPlain;
	font-size: 45px;
	margin-bottom: 0;
}
div.slide_header_show h3 {
	font-family: TheSerifSemiBoldPlain;
	font-size: 32px;
	margin-bottom: 0;
}

div.header_foto div.header {
	position: absolute;
	z-index: 10;
	width: 400px;
	margin: auto;
	height: 120px;
	left: 50%;
	margin-top: 120px;
	margin-left: -200px;
	text-align: center;
	vertical-align: top;
}

div.header_foto div.header div.logo {
	margin: auto;
	float: left;
	margin-top: 0px;
	width: 100%;
}

.block-title {
	text-align: center;
	font-family: TheSerifSemiBoldPlain;
	font-size: 20px;
	color: #020202;
	text-transform: uppercase;
	margin-top: 50px;
	padding: 20px 0;
}

.block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.block-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
	font-size: 12pt;
	font-weight: normal;
	padding: 0 20px;
}

.block-inner .page, .info_text_inner .page {
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-inner .page, .info_text_inner #fotos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.block-inner .tekst, .info_text_inner .tekst {
	/* margin-top: 50px; */
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
	font-size: 12pt;
	font-weight: normal;
	/* padding: 0 20px; */
}
.block-inner .foto, .info_text_inner .foto {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 90px;
}
.block-inner .tekst, .info_text_inner .tekst.nomargin {
	margin-top: unset;
}
.info_text_inner .tekst div.btn-holder {
	margin-top: 50px;
	display: flex;
	gap: 10px;
}

#informatie .info_text_inner .tekst a.btn{
	background-color: white;
	color: black;
}
.info_text_inner h2 {
	color: var(--main);
}

.info_text_inner .tekst a.btn {
	background-color: var(--main);
	border-radius: 10px;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

#informatie .info_text_inner .tekst a.btn:hover {
	background-color: #000;
  	color: white;
}


.info_text_inner .tekst a.btn:hover {
	background-color: #3E6EA6; ;
}
.info_text.plattegrond .info_text_inner .tekst {
	color: #fff;
	text-align: center;
}

.block-inner .block-image, .info_text_inner .block-image {
	width: 440px;
	height: 500px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 50px 20px 50px 130px;
	border-radius: 4px;
	clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 0 100%, 0 18%, 18% 0);
}
.block-inner .block-images, .info_text_inner .block-images {
	width: 300px;
	height: 350px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	clip-path: polygon(50% 0%, 80% 0, 100% 15%, 100% 100%, 0 100%, 0 0, 24% 0);

}

.block-inner .block-image-opposite, .info_text_inner .block-image-opposite {
	width: 440px;
	height: 500px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 50px 130px 50px 20px;
	border-radius: 4px;
	clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0 85%, 0 0, 24% 0);	
}

.gegevens_row {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 2px 0px;
}
.gegevens_row p {
	margin: 0px;
	margin-bottom: 4px;
}
.gegevens_row>div {
	display: flex;
	flex-direction: row;
}
.gegevens_row input[name="postcode"] {
	width: 150px;
	margin-right: 4px;
}
.gegevens_row input[name="plaats"] {
	width: calc(100% - 54px);
}

span.title {
	font-size: 17pt;
	margin-top: -25px;
	color: #1183C9;
}

div.row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: nowrap;
	padding: 2px 5px;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}
div.row:hover {
	background-color: #f1f1f1;
	transition: all 0.3s ease-out;
}
div.row .aantal {
	width: 50px;
}
div.row .naam {
	width: calc(100% - 150px);
}
div.row .price {
	width: 60px;
}
div.info_text_inner input,
div.info_text_inner textarea {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #2B2B2B;
	font-family: 'Open Sans';
	border-radius: 5px;
	font-size: 11pt;
	resize: none;
}

div.info_text_inner input[type="radio"] {
	width: 30px;
}

div.info_text_inner button {
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
	font-family: 'Open Sans';
	border: 1px solid #2B2B2B;
	background-color: #2B2B2B;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 4px;
}

div#error {
	color: red;
}

/* contactform */
.contactform input {
	width: 100%;
	height: 40px;
	border-radius: 10px;
	padding-left: 20px;
	font-size: 12pt;
	transition: all 0.3s ease-in-out;
	opacity: 0.5;
	border: none;
	margin: 10px 0;
	box-sizing: border-box;
}

div.choosen input[type="checkbox" i], div.choosen input[type="radio" i] {
	display: flex;
	/* justify-content: flex-start; */
	align-items: center;
	width: 30px;
	cursor: pointer;
	margin-right: 15px;
	/* margin-top: -29px; */
}

div.choosen select {
	border-radius: 10px;
	font-family: TheSerifSemiBoldPlain;
	background-color: #2b2b2b98;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
/* 
.contactform label {
	margin-left: 50px;
} */

.contactform textarea {
	width: 100%;
	height: 100px;
	max-height: 200px;
	min-height: 100px;
	border-radius: 10px;
	padding: 10px 20px;
	font-family: var(--font3);
	color: var(--groen);
	font-size: 12pt;
	border: 2px solid var(--donkergeel);
	opacity: 0.5;
	margin: 10px 0;
	box-sizing: border-box;
}

.contactform textarea:focus {
	opacity: 1;
	outline: none;
	border: 2px solid var(--groen);
}

.contactform input:focus {
	transition: all 0.3s ease-in-out;
	opacity: 1;
	outline: none;
	border: 2px solid var(--groen);
}

.buttonForm {
	background-color: var(--main);
	border-radius: 10px;
	width: 120px;
	padding: 5px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.buttonForm:hover {
	background-color: #002842;
	border-radius: 10px;
	width: 120px;
	padding: 5px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
div.checkLabel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
div.checkB {
	width: 50px;
	height: 50px;
}
div.labelB {

}
div.checkLabel div.itemRow {	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

/* button */
.wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button, .button2 {
	min-width: 300px;
	min-height: 60px;
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 700;
	color: #fff;
	background: #4FD1C5;
	background: linear-gradient(90deg, rgb(45, 53, 52) 0%, rgb(45, 63, 61) 100%);
	border: none;
	border-radius: 1000px;
	box-shadow: 12px 12px 24px rgba(54, 77, 74, 0.64);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px;
	z-index: 9;
}

.button::before {
	content: '';
	border-radius: 1000px;
	min-width: calc(300px + 12px);
	min-height: calc(60px + 12px);
	border: 6px solid #0f312a;
	box-shadow: 0 0 60px rgba(35, 49, 46, 0.64);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	z-index: 999;
}

.button:hover,
.button:focus {
	color: rgb(151, 147, 147);
	transform: translateY(-6px);
}

.button:hover::before,
button:focus::before {
	opacity: 1;
}

.button::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 6px solid #0b2c25;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
}

.button:hover::after,
button:focus::after {
	animation: none;
	display: none;
}

@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}

	100% {
		width: 300px;
		height: 300px;
		opacity: 0;
	}
}

.files{
	display: flex;
	gap: 1%;
  	flex-wrap: wrap;
}



/* slider */
.slider {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.slider p {
	text-align: center;
	font-family: TheSerifSemiBoldPlain;
	font-size: 15px;
	color: #2F3174;
	text-transform: uppercase;
	padding: 20px;
}

.slider-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 1200px;
	object-fit: cover;
}

.slider-item {
	width: 280px !important;
	height: 300px !important;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin: 10px;
	transition: all 0.3s ease-in-out;
	display: block;	
}

/* .slider-item:hover{
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;
} */
/* .slider-item p {
	width: 280px;
	text-align: center;
	font-family: TheSerifSemiBoldPlain;
	font-size: 30px;
	margin: 0px !important;
	background-color: #0000009d;
	color: #fff;
	padding: 0 10px;
	display: none;
	transition: all 0.3s ease-in-out;
}

.slider-item:hover p {
	display: block;
	transition: all 0.3s ease-in-out;
} */

.image_overlay {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transform: scale(0%);
    transform-origin: bottom;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
	border-radius: 10px;
	margin-left: -20px;
}

.image_overlay p{
    color: #fff;
    font-family: var(--font5);
    font-size: 25px;
}

.slider-item:hover .image_overlay {
    display: flex;
    transition: all 0.3s ease-in-out;
    transform: scale(100%);
}

.slick-initialized .slick-slide {
	flex-direction: column !important;
	/* margin-top: 50px !important; */
}

.slick-next,
.slick-prev {
	width: 30px !important;
	height: 30px !important;
	display: block;
	border: 6px solid transparent;
	border-color: #2B2B2B !important;
	border-radius: 5px;
	border-right: 6px;
	border-bottom: 6px;
	transition: all 0.2s ease;
	margin-top: 25px !important;
}



/* footer */
.footer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background: rgb(14,50,92);
	background: linear-gradient(180deg, rgb(49, 84, 125) 45%, rgb(14, 50, 92) 90%);
	color: #fff;
	padding: 50px 0;
}
.footer.bg3 .divider .shape-fill {
	fill: var(--main);
}

.footer-inner {
	display: flex;
	/* justify-content: space-evenly; */
	align-items: center;
	max-width: 1000px;
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
	margin-top: 30px;
}

.footer a {
	text-decoration: none;
	color: rgb(180, 177, 177);
}

.aanmelden{
	display: flex;
  	justify-content: center;
	padding: 50px;
	font-family: TheSerifSemiBoldPlain;
	font-size: 12pt;
	font-weight: normal;
}
.nieuwsbrief {
	display: flex;
	flex-direction: column;
	align-items: flex-start;	
	background-color: #957A66;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%);
	border-radius: 5px;
	max-width: 1000px;
  	width: 80%;
	color: #fff;
	padding: 40px 100px 40px 50px;
	z-index: 1;
	margin-top: -110px;
}
	.nieuwsbrief .page {
		margin-bottom: 20px;
	}
	.nieuwsbrief .nieuwsbrief-title {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.nieuwsbrief>div {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		gap: 10px;
	}
		.nieuwsbrief input {
			outline: none;
			border: none;
			padding: 12px 12px;
			background-color: #fff;
			color: black;
			border-radius: 5px;
			width: 70%;
		    font-size: 12pt;
		}
		.nieuwsbrief .nieuwsbrief-submit, .nieuwsbrief .nieuwsbrief-submit.short {
			cursor: pointer;
			color: black;
			background-color: white;
			text-decoration: none;
			padding: 12px 20px;
			transition: all .3s ease;
			border-radius: 5px;
		}.nieuwsbrief .nieuwsbrief-submit.short { display: none; }
		.nieuwsbrief .nieuwsbrief-submit-error {
			display: none;
			margin-top: 10px;
		}


.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background-color: var(--main);
	color: #fff;
	padding: 10px 0;
}

.copyright-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	font-family: TheSerifSemiBoldPlain;
}

.copyright a {
	text-decoration: none;
	color: #FFFFFF;
}



/* fly in animations */


.js-scroll {
	opacity: 0;
	transition: opacity 500ms;
}

.js-scroll.scrolled {
	opacity: 2;
}

.scrolled.fade-in {
	animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
	animation: fade-in 1s ease-in-out both;
}

.scrolled.slide-left {
	animation: fade-in 1s ease-in-out both;
}

.scrolled.slide-right {
	animation: fade-in 0.5s ease-in-out both;
}

@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {
	0% {
		transform: perspective(400px) scaleX(0.5);
		opacity: 0;
	}

	100% {
		transform: perspective(400px) scaleX(1);
		opacity: 1;
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		transform: rotate(180deg);
		opacity: 0;
	}

	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		transform: rotate(360deg);
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/* fade */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2-s;
	animation-name: fade;
	animation-duration: 2s;
}

.fade1 {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 4s;
	animation-name: fade;
	animation-duration: 4s;
}

@-webkit-keyframes fade {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

/* mobile menu */
.burgerClose i {
	display: none;
}

.burgerOpen i {
	display: none;
}

.mobileMenu {
	display: none;
}

.mobileMenuInner {
	display: none;
}
@media screen and (max-width: 1350px) {
	.slider-inner {
		max-width: 900px;
	}
}
@media screen and (max-width: 1200px) {
	div.menu-inner{
		padding-left: 120px;
	}
}

@media screen and (max-width: 1060px) {
	.block-inner .page {
		flex-direction: column;
		width: 80%;
	}

	.footer-inner {
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0 25px;
	}

	.footer-right {
		margin-top: 20px;
	}

	.block-inner .tekst {
		margin-top: 20px !important;
	}
	.block-inner {
		margin-bottom: 80px;
	}

	div.menu-inner {
		padding-left: 70px;
	  }
}
@media screen and (max-width: 1200px) {
	
  }
@media screen and (max-width: 930px) {
	.slider-inner {
		max-width: 600px;
	}
}

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

	/* navbar */
	.menu {
		display: none !important;
	}

	/* logo */
	.burgerClose i {
		display: none;
		position: fixed;
		top: 65px;
		right: 30px;
		font-size: 50px;
		color: #fff;
		z-index: 11;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}

	.burgerClose i:hover {
		color: var(--groen);
		transition: all 0.3s ease-in-out;
	}

	.burgerOpen i {
		display: block;
		position: fixed;
		top: 35px;
		right: 30px;
		font-size: 50px;
		color: var(--main);
		mix-blend-mode: multiply;
		z-index: 9999999;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}

	.burgerOpen i:hover {
		color: var(--groen);
		transition: all 0.3s ease-in-out;
	}

	.mobileMenu {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100vh;
		background: #0e325ccf;
		z-index: 10;
	}

	.mobileMenuInner {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 100%;
	}

	div.logo{
		height: 150px !important;
  		width: 130px !important;
		background-size: 90px !important;

	}

	.mobileMenuInner div {
		color: #fff;
		font-size: 28px;
		padding: 0px 20px;
		font-family: TheSerifSemiBoldPlain;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s ease-in-out;
		line-height: 2.5;
	}

	.mobileMenuInner div a:hover {
		color: var(--groen);
		transition: 0.3s ease-in-out;
	}
	.block-inner .block-image, .block-inner .block-image-opposite, .info_text_inner .block-image, .info_text_inner .block-image-opposite {
		margin: 50px 20px;
	}
	
	div.slide_header_show h1 {
		font-size: 58px;
	}
	div.slide_header_show h2 {
		font-size: 35px;
	}
	.info_text_inner {
		padding: 30px 30px;
	}
}
@media screen and (max-width: 850px) {
	.nieuwsbrief{
		width: unset;
	}
}

@media screen and (max-width: 700px) {
	.block-inner .page, .info_text_inner .page {
		flex-direction: column;
	}
}
@media screen and (max-width: 630px){}
	.nieuwsbrief{
		padding: 40px 50px 40px 50px
	}

@media screen and (max-width: 630px) {
	.slider-inner {
		max-width: 300px;
	}
}
@media screen and (max-width: 660px) {

	div.header_foto {
		height: 450px;
	}

	div.header_foto div.slide_header_show {
		height: 450px;
	}

	div.slide_header_show_img {
		padding: 120px 0;
	}

	div.tekst {
		width: 100%;
	}

	div.tekst input,
	div.tekst textarea {
		width: 100%;
	}

	div.foto {
		width: 100%;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	td.bottom {
		height: 60px;
		text-align: center;
	}

	div.info1,
	div.info2,
	div.info3 {
		width: 50%;
	}
}
@media screen and (max-width: 650px) {

	.scroll-container,
	.scroll-container:nth-of-type(even) {
		flex-direction: column;
		align-content: inherit;
	}

	.scroll-caption {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.contactform input {
		width: 300px;
	}

	.contactform textarea {
		width: 300px;
		height: 100px;
		max-height: 200px;
		max-width: 300px;
		min-width: 300px;
		min-height: 100px;
	}

	.contactform input:focus {
		transform: scale(1.1);
	}

	.contactform label {
		margin-left: 0px;
	}

	div.choosen input[type="checkbox" i] {
		margin-top: 0px;
	}
	.page-header-inner .title2 {
		font-size: 65px;
	}
}
@media screen and (max-width: 580px) {
	div.slide_header_show h1 {
		font-size: 45px;
		margin: unset;
	}
	div.slide_header_show h2 {
		font-size: 35px;
		margin: unset;
	}
	div.slide_header_show h2.fade1 {
		/* margin: unset; */
	}
	.mobileMenuInner div {
		font-size: 24px;
	}
	.nieuwsbrief{
		padding: 40px 37px 40px 30px;
	}
	.nieuwsbrief>div{
		flex-direction: column;
	}
}
@media only screen and (max-width: 520px) {
	.footer-right {
		/* margin-left: -61px; */
	}
	div.slide_header_show h1 {
		font-size: 40px;
	}
	div.slide_header_show h2 {
		font-size: 30px;
	}
	.page-header-inner .title {
		font-size: 40px;
	}
	.page-header-inner .title2 {
		font-size: 55px;
	}
}
@media screen and (max-width: 440px) {
	div.header2 {
		height: 120px;
	}

	div.header_foto div.header {
		width: 80%;
	}

	div.header_foto div.header {
		width: 250px;
		left: 50%;
		margin-left: -125px;
	}

	div.header_foto div.header img {
		width: 250px;
	}

	div.foto img {
		width: 100%;
	}

	div.info1,
	div.info2,
	div.info3 {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {	
	div.slide_header_show h1 {
		font-size: 30px;
	}
	div.slide_header_show h2 {
		font-size: 20px;
	}
	.page-header-inner .title {
		font-size: 30px;
	}
	.page-header-inner .title2 {
		font-size: 40px;
	}

}




