<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================toegevoegd voor chicdag=================*/

.checkbox-small {
	width: 100% !important;
}

.checkbox {
	width: 48%;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	height: 25px;
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
	cursor: pointer;
	font-size: .9em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .3s;
	color: #737373;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 20px;
	transition: all .3s;
	width: 20px;
	background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark {
	background-color: #ccc;
}

.checkbox input:checked~.checkmark {
	background-color: #000;
}

.checkmark i {
	content: "";
	position: absolute;
	display: none;
	font-size: 1.1em;
}

.checkbox input:checked~.checkmark i {
	display: block;
}

.checkbox .checkmark i {
	left: 2px;
	top: 2px;
	color: white;
}

.checkbox .whitecheckmark i {
	color: black;
}

#CheckboxInput {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
}

#CheckboxInput h2 {
	font-size: 1em;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	width: 100%;
}

#CheckboxInput h2 span {
	font-size: .8em;
	color: #909090;
}



/* Cookie Melding */
.PL_Wrapper {
	position: fixed;
	left: 10px;
	bottom: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
	box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
	font-weight: 700;
	color: #EF1A23;
	font-size: 1.5em;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
}

.PL_Wrapper p {
	max-width: 500px;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	padding: 15px;
	font-weight: 700;
	background-color: #EF1A23;
	border: 2px solid #EF1A23;
	color: #fff;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	font-family: 'Poppins', sans-serif;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #EF1A23;
}

@media screen and (max-width: 600px) {
	.PL_Wrapper {
		right: 10px;
	}
}

@media screen and (max-width: 500px) {
	.PL_Buttons a {
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}

	.PL_Buttons {
		flex-wrap: wrap;
	}
}

/* Einde Cookie Melding */

























/* Kappen Voor De Zorg */

.kappen_zorg {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.kappen_zorg_header {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	padding: 130px 10px;
	width: 100%;
	background-image: url(/images/website_zorg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.kappen_zorg_header h1 {
	font-size: 3em;
	font-weight: 900;
	text-align: center;
	color: white;
	margin-bottom: 10px;
}

.kappen_zorg_header&gt;div {
	color: white;
	font-size: 1.4em;
	line-height: 130%;
	text-align: center;
}

.kappen_zorg_header&gt;img {
	width: 100%;
	max-width: 600px;
	margin-top: 25px;
	cursor: pointer;
}

.kappen_zorg_form {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 20px 10px;
}

/* Einde Kappen Voor De Zorg */

/* Programma Content */

.programma_content {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	color: #313131;
	line-height: 180%;
	padding: 50px;
}

.programma_content_top {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #f5f5f5;
}

.programma_content_top div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 15px;
	color: #313131;
	line-height: 180%;
}

.programma_content_top * {
	text-align: center;
}

.programma_content_top h2 {
	font-size: 1.4em;
	color: #ED1C24;
	font-weight: 700;
	margin-bottom: 10px;
}

.programma_content h3 {
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: 700;
	margin-top: 10px;
	color: #ED1C24;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.programma_content p a {
	color: #ED1C24;
	font-weight: 700;
}

.specialbutton {
	color: white !important;
	background-color: #ED1C24;
	padding: 8px 30px;
	font-weight: 700;
	font-size: .9em;
}

.endprods {
	display: flex;
	width: 100%;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;

}

.endprods img {
	width: 50px;
	margin: 10px 30px;
}

.endprods div {
	width: 100%;
	height: 1px;
	background-color: #aeaeae;
}

/* Einde Programma Content */







#NaamInput {
	width: 49%;
}

#EmailInput {
	width: 100%;
}

.privensub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.step_titel {
	font-weight: 700;
	font-size: 1.5em;
	width: 100%;
	color: #ED1C24;
	margin-bottom: 15px;
}

.inschrijven_step {
	padding: 50px 10px;
}



.inschrijven_step .form {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.inschrijven_step .form input[type=text], .inschrijven_step .form input[type=email], .inschrijven_step .form select, .inschrijven_step .form input[type=number] {
	width: 100%;
	padding: 10px 15px;
	font-family: 'Poppins', sans-serif;
	border: none;
	background-color: #ededed;
	margin-bottom: 20px;
}

.inschrijven_step .form input[type=submit] {
	background-color: #ED1C24;
	color: white;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	padding: 10px 35px;
	border-radius: 200px;
	border: none;
}

.inschrijven_step .form input[type=submit]:disabled {
	opacity: .6;
	filter: grayscale(100%);
}

.inschrijven_step .form select {
	background-image: url(/images/select.png);
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}


.page_header {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 50px 10px;
}

.page_header h1 {
	font-size: 2.4em;
	font-weight: 700;
	color: #EA122E;
	margin-top: 5px;
	margin-bottom: 5px;
}

.page_header h2 {
	font-size: 1.2em;
	font-weight: 700;
}

.page_header&gt;div {
	line-height: 150%;
	color: #747474;
	font-size: 1.2em;
	text-align: center;
}


.cknop {
	display: inline-block;
	padding: 7px 15px;
	margin: 3px;
	margin-right: 10px;
	border: none;
	background-color: #EF1A23;
	color: white;
	border-radius: 200px;
}

.blglabels {
	position: absolute;
	right: 5px;
	top: 5px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	z-index: 2;
}

.blglabels div {
	border-radius: 200px;
	padding: 10px 20px;
	color: white;
	background-color: #EF1A23;
	font-weight: 700;
}


/*=========Start Algemeen=======*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus {
	outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.content {
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.content.home {
	max-width: 1600px;
}

.content:after {
	display: block;
	clear: both;
	content: "";
}

.content .text {
	margin-bottom: 30px;
}

body {
	color: #383536;
	font-family: 'PT Sans', sans-serif;
}

p {
	line-height: 200%;
	margin-bottom: 10px;
}

p:last-child {
	margin-bottom: 0px;
}

.c p:first-child, .c ul:first-child {
	margin-top: 0;
}

.c p:last-child, .c ul:last-child {
	margin-bottom: 0;
}

.c a {
	font-weight: bold;
	color: #383536;
}

.fiche .c a {
	color: #e8242d;
}

.item {
	position: relative;
}

.item a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
}

.vertcent {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.imgoverlay {
	overflow: hidden;
	padding: 1px;
	border: 1px solid #231f20;
}

.imgoverlay img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	/* Safari and Chrome */
	-moz-transition: all 0.5s ease;
	/* Firefox */
	-ms-transition: all 0.5s ease;
	/* IE 9 */
	-o-transition: all 0.5s ease;
	/* Opera */
	transition: all 0.5s ease;
}

.imgoverlay:hover img {
	-webkit-transform: scale(1.1);
	/* Safari and Chrome */
	-moz-transform: scale(1.1);
	/* Firefox */
	-ms-transform: scale(1.1);
	/* IE 9 */
	-o-transform: scale(1.1);
	/* Opera */
	transform: scale(1.1);
}

.footermar {
	margin-bottom: 80px;
}

.titlebox {
	position: relative;
	height: 80px;
}

.toppage {
	height: 40px;
	width: 100%;
}

.not-found {
	position: relative;
	min-height: 500px;
}

.not-found h1 {
	color: #ED1C24;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.placehold {
	position: relative;
	min-height: 500px;
}

.placehold h1 {
	color: #ED1C24;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.vestsel {
	text-transform: uppercase;
	font-weight: normal;
	color: rgb(120, 120, 120);
	cursor: pointer;
}

.vestsel.active {
	font-weight: bold;
	color: #ED1C24;
}

/**Lightbox**/
#loctek-lightbox-close {
	line-height: 20px !important;
	border: 0 !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.loctek-lightbox {
	line-height: 20px !important;
	border: 0 !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*---------------*/
/***** Oscar *****/



.video_holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


/*---------------*/
/* Common style */
.item figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.item figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.item figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item figure figcaption::before,
.item figure figcaption::after {
	pointer-events: none;
}

.item figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.item figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.item figure h2 span {
	font-weight: 800;
}

.item figure h2,
.item figure p {
	margin: 0;
}

.item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	width: 100%;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58, 52, 42, 0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	font-size: 1.6em;
	position: relative;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar .c {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar .c {
	overflow: hidden;
	max-height: 100%;
}

.item:hover figure.effect-oscar h2 {
	margin-bottom: 15px;
}

.item:hover figure.effect-oscar figcaption::before,
.item:hover figure.effect-oscar .c {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.item:hover figure.effect-oscar figcaption {
	background-color: rgba(58, 52, 42, 0);
}

.home_banner_dienst .item:hover figure.effect-oscar figcaption {
	background-color: rgba(58, 52, 42, 0.7);
}

.schoon h2 span {
	display: inline-block;
	font-weight: inherit !important;
}

.item:hover figure.effect-oscar img {
	opacity: 0.4;
}

/*======einde algemeen=====*/

/*===Start header====*/
.page {
	position: relative;
	left: 0px;
	transition: left .45s;
}

.page&gt;.after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	content: "";
	transition: background-color 0.45s ease-in;
}

.page&gt;.after.fade {
	background-color: rgba(0, 0, 0, 0.5);
	transition: background-color 0.45s ease-out;
	z-index: 10;
}

header {
	background-color: #fff;
	border-bottom: 1px solid #d1d0d0;
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 91;
	line-height: px;
	text-align: right;
	font-family: 'PT Sans', sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	-ms-align-items: center;
}

header .menubtn {
	background-color: #ed1c24;
	color: #fefefe;
	cursor: pointer;
	border-left: 1px solid #fefefe;
	position: relative;
	z-index: 10;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	text-transform: uppercase;
	width: 150px;
	text-align: center;
	vertical-align: top;
}

header .afspraak {
	color: #ed1c24;
	background-color: #fefefe;
	line-height: 39px;
	border-bottom: 1px solid #d1d0d0;
	height: 40px;
	display: inline-block;
	text-transform: uppercase;
	width: 150px;
	text-align: center;
	vertical-align: top;
}

header i {
	margin-right: 6px;
}

header p {
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
}

header p b {
	text-transform: uppercase;
	color: #ED1C24;
}

.logomenu {
	width: 30px;
	position: absolute;
	left: 10px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.logomenu img {
	width: 100%;
	position: relative;
}

.logomenu.homelogo {
	left: 10px;
}

header.scrolling .logomenu.homelogo {
	left: 10px;
}

nav {
	position: fixed;
	z-index: 80;
	background-color: #e0e0e0;
	height: 100%;
	top: 0px;
	right: 0px;
	width: 300px;
	bottom: 0px;
	background-repeat: no-repeat;
	transition: right .45s;
	right: -300px;
	overflow-y: auto;
	background-position: top left;
	background-size: cover;
	padding-top: 40px;
	border-top: 1px solid transparent;
}

nav&gt;div {
	position: relative;
	padding-bottom: 29px;
	min-height: calc(100% - 20px);
}

nav&gt;div&gt;a {
	font-size: 1.4em;
	font-weight: 300;
	color: #fefefe;
	width: 100%;
	text-align: left;
	display: block;
	padding: 13px;
	color: rgba(0, 0, 0, 0.6);
	padding-left: 45px;
	position: relative;
}

nav&gt;div&gt;a:first-child {
	margin-top: 20px;
}

nav&gt;div&gt;a img {
	position: absolute;
	left: 20px;
	top: 50%;
	width: 25px;
	margin-top: -12.8px;
	display: none;
}

nav&gt;div&gt;a.active img, nav a:hover img {
	display: block;
}

nav&gt;div&gt;a:hover, nav a.active {
	color: #EF3A40;
	position: relative;
	padding-left: 65px;
}

nav .bottom a {
	font-size: 1em;
	text-align: center;
	padding: 0;
	color: #fefefe;
	margin-bottom: 0;
	opacity: 0.4;
}

nav .bottom {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fefefe;
	font-size: 0.8em;
	background-color: #343434;
	padding-top: 8px;
	padding-bottom: 8px;
	display: flex;
}

nav .bottom&gt;* {
	text-align: center;
	display: inline-block;
	width: 50%;
}

nav .bottom .left {
	border-right: 1px solid #fefefe;
}

nav a.vesting {
	background-color: #fefefe;
	color: black;
}

nav&gt;div&gt;a.shoponl {
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	padding-left: 0;
}

nav&gt;div&gt;a.shoponl img {
	display: inline-block;
	position: static;
	width: 45px;
}

nav&gt;div&gt;a.shoponl .lst {
	display: block;
}

.vesting_swap a {
	color: #000;
}

.vesting_swap a.active, .vesting_swap a:hover {
	color: #ED1C24;
}


/*===Einde header===*/
/*=======Cookies========*/
#cookiewrapper {
	z-index: 300;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	font-size: small;
	padding: 15px 5px 15px 5px;
	background-color: #ED1C24;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#cookieheader {
	position: relative;
	max-width: 1200px;
	margin: auto;
	color: #fefefe;
}

#cookieheader a {
	color: #fefefe
}

#cookieheader p {
	margin-bottom: 5px;
	color: #fefefe
}

#cookieheader .btn {
	display: inline-block;
	padding: 0.35em 0.65em;
	min-width: 250px;
	border-radius: 0;
	font-size: 1.2em;
	border: 1px solid #fefefe;
	box-shadow: inset 0 0 0px 0 #fefefe;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
}

#cookieheader .btn:hover {
	box-shadow: inset 400px 0 0 0 #fefefe;
	color: #004a99;
}

.xknop {
	float: right;
	margin-right: 10px;
}

.xknop a {
	color: Black;
}

.knop {
	color: rgb(211, 113, 25);
}

.knop a {
	color: rgb(211, 113, 25);
}

#cookieheader .btn {
	margin-top: 0;
	margin-bottom: 0;
}

/*====Einde cookies====*/
/*===Start Splash====*/

.splash {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.splash.hasVideo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-color: rgba(0, 0, 0, 0.5); */
}

.splash .mainimg {
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.video_active .mainimg {
	-webkit-filter: blur(5px) grayscale(100%);
	-moz-filter: blur(5px) grayscale(100%);
	-o-filter: blur(5px) grayscale(100%);
	-ms-filter: blur(5px) grayscale(100%);
	filter: blur(5px) grayscale(100%);
}

.splash.landing .krachtlijn2 {
	right: auto;
	max-width: calc(100% - 80px);
}

.splash_video {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	width: 600px;
	cursor: pointer;
	transition: all ease 0.8s;
}

.splash_video video {
	pointer-events: none;
}

.splash_video.active {
	width: 65%;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
}

.splash_video i {
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.splash_video.active i {
	display: none;
}

.krachtlijn2 {
	position: absolute;
	bottom: 60px;
	left: 40px;
	right: 40px;
	text-align: center;
	font-size: 140%;
}

.krachtlijn2 h1 {
	background-color: rgb(237, 28, 36);
	color: #fefefe;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25em;
	padding: 10px;
	margin-bottom: 20px;
}

.krachtlijn2 h2 {
	background-color: rgba(255, 255, 255, 0.7);
	color: #1E1E1E;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px;
	display: none;
}

.half:hover .krachtlijn2 h2 {
	display: block;
}

.half:hover .krachtlijn2 h1 {
	background-color: black;
}

.krachtlijn2 h1:last-child {
	margin-bottom: 0;
}

.splashscroll {
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -34px;
	cursor: pointer;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	padding: 5px;
	z-index: 4;
}

.splash .half {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	cursor: pointer;
}

.splash .half a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.splash .half1 {
	left: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.splash .half2 {
	right: 0;
}

.splash .half:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.logo-hold {
	text-align: center;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.4);
	display: none;
}

.logo-hold img {
	width: 200px;
	max-width: 80%;
}

.half:hover .logo-hold {
	display: block;
}

/*===Einde splash===*/
/*===Start footer===*/
.social-foot {
	/*padding:50px 0;*/
	padding: 40px 0 50px 0;
	text-align: center;
	font-size: 1.8em;
}

.social-foot a {
	margin: 0px 10px;
	display: inline-block;
	color: #ed1c24;
}

.social-foot .fa-facebook-f:hover {
	color: #4867AA;
}

.social-foot .fa-instagram:hover {
	color: #000;
}

.social-foot .fa-linkedin:hover {
	color: #0077B5;
}

.social-foot .fa-pinterest-p:hover {
	color: #BD081C;
}

.social-foot .fa-twitter:hover {
	color: #1DA1F2;
}

footer .content {
	/*border-top: 1px solid rgba(32,32,32,0.3);*/
	max-width: 1195px;
}

footer .footbtn {
	text-align: center;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #ed1c24;
	border: 1px solid #ed1c24;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, transparent 50%, #ed1c24 50%);
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-size: 1.2em;
	padding-left: 5px;
	padding-right: 5px;
	width: 240px;
	max-width: 100%;
}

footer .footbtn:hover {
	background-position: -50% 0;
	color: #fefefe;
}

footer .between {
	margin-left: 10px;
	margin-right: 10px;
	width: 1px;
	height: 32px;
	border-right: 1px solid black;
	display: inline-block;
	vertical-align: top;
}

footer a {
	color: #ED1C24;
}

footer i {
	color: #ED1C24;
}

.footer-items {
	text-align: center;
	/*padding:30px 0;*/
	padding-bottom: 30px;
}

.foot-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-height: 205px;
	padding-bottom: 47px;
}

.foot-item:nth-child(1) {
	width: 280px;
}

.foot-item img {
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -5px;
}

.foot-item p {
	margin-bottom: 0;
	position: relative;
	padding-left: 45px;
	font-size: 1.2em;
}

.foot-item i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.made-by {
	background-color: #343434;
	text-align: center;
}

.made-by p {
	color: #fefefe;
	opacity: 0.2;
	line-height: 35px;
	font-size: 0.8em;
}

.made-by a {
	color: #fefefe;
}

.disclaimer {
	background-color: #ed1c24;
	color: white;
	padding: 10px;
	font-weight: 200;
	font-size: .9em !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	-ms-align-items: center;
}

.disclaimer a, .disclaimer i, .disclaimer p {
	color: white;
	font-size: .9em !important;
}

.disclaimer i {
	background-color: none;
}

.disclaimer p {
	margin-bottom: 0 !important;
	font-size: .9em !important;
}

.disclaimer span {
	margin: 0 10px;
}

.disclaimer a:last-of-type {
	display: inline-flex;
	flex-direction: row;
}

.disclaimer a:last-of-type i {
	color: #fff;
	animation: pulse2 4s infinite;
}



@keyframes pulse2 {
	0% {
		color: #fff;
	}

	5% {
		color: #8bcf97;
	}

	10% {
		color: #fff;
	}

	20% {
		color: #8bcf97;
	}

	21% {
		color: #fff;
	}

	50% {
		color: #fff;
	}

	100% {
		color: #fff;
	}
}

/*===Einde Footer===*/

/*===Start Home===*/
.top {
	padding-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.top h1 {
	font-size: 1.8em;
	line-height: 175%;
	text-transform: uppercase;
	font-weight: bold;
}

.top h2 {
	font-size: 1.4em;
	line-height: 175%;
	color: #ED1C24;
}

.home_banner_dienst {
	height: 400px;
	width: 100%;
	position: relative;
	margin-top: 2%;
}

.home_banner_dienst .item {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.home_banner_dienst .item figure {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
}

.home_banner_dienst .item figcaption {
	background-color: none !important;
}

.home_switch:after {
	display: block;
	clear: both;
	content: "";
}

.home_switch {
	padding: 0 40px;
}

.home_switch .half {
	width: calc(50% - 20px);
	float: left;
	position: relative;
}

.home_switch .half:first-child {
	margin-right: 40px;
}

.home_switch .half img {
	width: 100%;
}

.home_switch .half h3 {
	text-align: center;
	padding: 5px;
	font-size: 1.6em;
	color: #fefefe;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(237, 28, 36, 1);
	bottom: 15px;
	left: 15px;
	right: 15px;
	position: absolute;
	z-index: 2;
}

.home_switch .half:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
	transition: 0.5s all;
}

.home_switch .half:hover:after {
	background-color: rgba(0, 0, 0, 0);
}

.home_switch a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 3;
}

/*===Einde Home===*/
/*===Start over ons===*/
/*=Start Blocks=*/
.blocks .row:after {
	display: block;
	clear: both;
	content: "";
}

.blocks {
	background-color: rgb(245, 245, 245);
}

.blocks .row&gt;* {
	width: 50%;
	float: right;
}

.blocks .row.reverse&gt;* {
	float: left;
}

.blocks .cont {
	padding: 45px;
}

.blocks .cont h2 {
	text-transform: uppercase;
	font-size: 1.6em;
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 0;
}

.blocks .cont p {
	margin-bottom: 20px;
}

.blocks .cont p:last-child {
	margin-bottom: 0;
}

.blocks .img img {
	width: 100%;
}

.overlink {
	display: inline-block;
	line-height: 38px;
	padding: 0 0.5em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 600;
	border: 1px solid #acc313;
	box-shadow: inset 0px 0 0 0 #acc313;
	color: #acc313;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 0px;
}

.overlinkholder {
	text-align: left;
}

.reverse .overlinkholder {
	text-align: right;
}

.over-bor {
	padding-bottom: 2%;
}

.btn-black {
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ed1c24;
	border: 1px solid #ed1c24;
	padding: 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: linear-gradient(to right, transparent 50%, #ed1c24 50%);
	background-size: 300% 100%;
	-moz-transition: 0.6s all;
	-webkit-transition: 0.6s all;
	transition: 0.6s all;
	cursor: pointer;
}

.btn-black:hover {
	background-position: -50% 0;
	color: #fefefe;
}

.overhold {
	position: absolute;
	left: 0;
	right: 50%;
	bottom: 0;
}

.overhold {
	text-align: right !important;
	padding: 10px;
}

.blockhold {
	position: relative;
}

/*=Einde Blocks=*/
/*=Start Team=*/
#onsteam {
	text-align: center;
}

#onsteam img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#onsteam img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

#onsteam .pic {
	position: relative;
}

#onsteam a {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -35px;
	height: 70px;
	color: #fff;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 1.6em;
	background-color: #ED1C24;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	display: none;
}

#onsteam h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0 0 0;
}

#onsteam .pic:hover a {
	display: block;
}

#onsteam .c {
	color: #ED1C24;
}

#onsteam .five-col-grid&gt;article:nth-child(n) {
	float: none;
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
	width: 18%;
	vertical-align: top;
}

#onsteam .five-col-grid {
	text-align: center;
}

/*=Einde Team=*/

.partners .item {
	position: relative;
	background-color: rgb(220, 220, 220);
}

.partners .item img {
	width: 100%;
}

.partners .item h3 {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px;
	background-color: rgba(237, 28, 36, 0.6);
	color: #fefefe;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}

/*===Einde over ons===*/
/*===Start Nieuws===*/
/*=Blog=*/
.headholder {
	position: relative;
}

#ficheheader {
	padding-right: 420px;
}

.fiche .cnt {
	margin-right: 420px;
}

#ficheheader&gt;img {
	width: 100%;
}

#ficheheader {
	position: relative;
}

.prevnext img {
	position: absolute;
	top: 50%;
	margin-top: -25.5px;
}

.prevnext #arrleft {
	left: -71px;
}

.prevnext #arrright {
	right: -71px;
}

.fiche .toppart h1 {
	text-align: center;
}

.akholder {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 400px;
}

.akholder&gt;* {
	position: absolute;
	left: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.akholder&gt;* a {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.akholder .tops {
	top: 0;
	bottom: 50%;
	background-color: #ed1c24;
}

.akholder .tops {
	border-bottom: 10px solid white;
}

.akholder .bottoms {
	border-top: 10px solid white;
	top: 50%;
	bottom: 0;
	background-color: #ed1c24;
}

.akholder h4 {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 5px;
	color: #fefefe;
	left: 0;
	right: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 150%;
	font-size: 1.8em;
	font-weight: bold;
}

.akholder .tops h4 {
	padding-bottom: 10px;
}

.akholder .bottoms h4 {
	padding-top: 10px;
}

.nieuws-list {
	width: 400px;
	float: right;
}

.nieuws-list.shopzone {
	height: 150px;
	position: relative;
}

.nieuws-list.shopzone:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.nieuws-list h5 {
	font-size: 1.4em;
	line-height: 52px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #ed1c24;
	color: #fefefe;
	text-transform: uppercase;
	font-weight: bold;
}

.nieuws-list.shopzone h5 {
	line-height: 150%;
	margin-bottom: 0;
	font-size: 1.8em;
}

.nieuws-list.shopzone a {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.nieuws-list h3 {
	color: rgb(32, 32, 32);
	padding-left: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 125%;
	display: inline-block;
	position: relative;
	font-weight: bold;
	width: 100%;
}

.nieuws-list h3 img {
	position: absolute;
	left: 10px;
	top: 3px;
}

.nieuws-list h3:hover {
	text-decoration: underline;
}

.nieuwsfichebutton {
	width: 110px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #000;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	border-right: 1px solid #000;
	position: relative;
}

.nieuwsfichebutton:first-child {
	margin: 0;
}

.nieuwsfichebutton img {
	vertical-align: middle;
	margin-right: .3em;
}

.nieuwsfichebutton span {
	vertical-align: middle;
}

.actions {
	margin-top: 20px;
	border: 1px solid #000;
	padding: 5px 0;
}

.actions:after {
	display: block;
	clear: left;
	content: "";
}

.fiche h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .4em;
}

.fiche h1 {
	font-weight: bold;
	font-size: 2.2em;
	margin-top: 1.5em;
	margin-bottom: .8em;
}

.head h1 {
	margin: 0;
}

.head h2 {
	text-transform: uppercase;
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 6px;
}

.head {
	padding-bottom: 50px;
	padding-top: 45px;
}

#fiche {
	padding-top: 1.5em;
}

#fiche .left {
	width: 53%;
	float: left;
}

#fiche .right {
	float: right;
	width: 45%;
}

#fiche .subtitle {
	color: #595b60;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: .4em;
}

#news&gt;* {
	width: 31.33%;
	margin: 0 1% 2% 1%;
	color: rgb(0, 0, 0);
}

#news&gt;*&gt;img {
	border: 1px solid rgb(0, 0, 0);
}

#news&gt;*&gt;div&gt;img {
	border: 1px solid rgb(0, 0, 0);
}

#news.acties&gt;* {
	width: 48%;
}

#news img {
	width: 100%;
}

#news {
	min-height: 416px;
}

#news h2 {
	font-size: 1.3em;
	margin: 15px 0 8px 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #2e2e2e;
}

#news h2 p {
	line-height: 110%;
}

#news .price p {
	line-height: 100%;
	display: inline;
}

#news .im {
	position: relative;
}

#news .geldig {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px;
	background-color: rgb(237, 28, 36);
	text-transform: uppercase;
	color: #fefefe;
	font-size: 1.3em;
}

.actieh {
	margin-top: 25px !important;
	margin-bottom: 35px !important;
}

.fiche #news .c p {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #979797;
}

.fiche #news .c p:first-child {
	margin-top: 0;
}

.fiche #news .c p:last-child {
	margin-bottom: 0;
}

.paketten .c p {
	color: #979797 !important;
}

.lm {
	font-weight: bold;
	margin-top: -12px !important;
}

.paketten .c .lm {
	font-weight: bold;
	margin-top: -12px !important;
	color: #353535 !important;
}

.paketten .price p {
	color: #353535;
}

/*=Einde Blog=*/
/*===Start workshops===*/

.workshop_items {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.workshop_items&gt;div {
	width: 23%;
	margin: 1%;
}

.workshops .item img {
	margin-bottom: 15px;
	width: 100%;
}

.item .meer {
	padding: 10px 15px;
	background-color: #ED1C24;
	color: #fefefe;
	display: inline-block;
	position: static;
	margin-top: 10px;
	font-size: 1.05em;
}

.item .price {
	margin-top: -15px;
}

.workshops .item {
	padding-bottom: 20px;
}

.workshops.small .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.workshops .item h2 {
	font-size: 1.4em;
	margin: 15px 0 8px 0;
	text-transform: uppercase;
}

.workshops .small .item {
	overflow: hidden;
	height: 400px;
}

.workshops .titlebox {
	height: 60px;
}

.workshops .titlebox .vertcent {
	background-color: transparent;
	color: initial;
	font-size: 1em;
	font-weight: normal;
}

.workshops .titlebox .vertcent h2 {
	font-weight: normal;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.workshops.small .item {
	border-bottom: 1px dashed #000;
}

/*===Einde nieuws===*/
/*===Start Diensten===*/
/*=Start Prijslijst=*/
.prs-btnhold {
	text-align: center;
}

.prs-btn {
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ed1c24;
	-webkit-border: 1px solid #ed1c24;
	-moz-border: 1px solid #ed1c24;
	border: 1px solid #ed1c24;
	padding: 0 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: linear-gradient(to right, transparent 50%, #ed1c24 50%);
	background-size: 300% 100%;
	-moz-transition: 0.6s all;
	-webkit-transition: 0.6s all;
	transition: 0.6s all;
	cursor: pointer;
}

.prs-btn:hover {
	background-position: -50% 0;
	color: #fefefe;
}

.prs-btn.active {
	color: #ED1C24;
	-webkit-border: 1px solid #ED1C24;
	-moz-border: 1px solid #ED1C24;
	border: 1px solid #ED1C24;
	background-image: linear-gradient(to right, transparent 50%, #ED1C24 50%);
}

.prs-btn.active:hover {
	color: #fefefe;
}

.prs-list {
	margin-top: 40px;
}

.prs-list small {
	font-size: 0.7em;
}

.prs-list h3 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
}

.prs-list h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #ED1C24;
}

.prs-list .price {
	display: block;
	margin-top: 10px;
}

.price b {
	text-transform: uppercase;
	color: rgb(80, 80, 80);
}

.prs-list .img {
	position: relative;	
}

.prs-list .item {
	cursor: pointer;
}

.prs-list .img img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s;
}

.prs-list .item:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.prs-list .title {
	position: relative;
	height: 60px;
	border-bottom: 0;
}

.prs-list .title .vertcent {
	padding-left: 10px;
	padding-right: 10px;
}

.prs-list h4 {
	text-align: center;
	color: #000;
	margin-bottom: 0;
}

.prs-list .price {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fefefe;
}

.prs-list .fa-plus {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px 8px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fefefe;
	font-size: 0.9em;
}

.prs-list .c {
	padding: 5px 15px;
}

.prs-list .item:nth-child(4n+1) {
	clear: left;
}

.prs-list .img {
	border-top: 0;
}

/*=Einde Prijslijst=*/
/*=Start Realisaties=*/
.real {
	position: relative;
}

.real img {
	width: 100%;
}

.real h2 {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
	color: #fefefe;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	line-height: 125%;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.real.part {
	width: 390px;
}

/*=Einde Realisaties=*/
/*===Einde Diensten===*/
/*====Start Contact====*/
.contact_torhout {
	width: 100%;
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}

.contact_team {
	width: 69.5%;
	border: #b2b2b2 1px solid;
}

.contact_rolstoel {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: #b2b2b2 1px solid;
	padding: 25px;
	width: 28%;
}

.contact_rolstoel div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.contact_rolstoel div i {
	font-size: 35px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 200px;
	width: 70px;
	height: 70px;
	padding-left: 5px;
}

.contact_rolstoel div:last-of-type h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.contact_rolstoel div:last-of-type p {
	line-height: 150%;
	font-weight: 200;
	text-align: center;
}

.contact-form {
	float: left;
	width: 390px;
}

.contacteer-ons {
	float: right;
	width: 390px;
}

.location {
	float: none;
	margin-left: 430px;
	margin-right: 430px;
}

.location a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.contactheight {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 426px;
	padding-bottom: 50px;
	position: relative;
}

#dasmap {
	height: 375px;
}

.contact-form input[type="text"] {
	width: 100%;
	padding: 10px;
	padding-top: 12px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-family: 'Spartan';
	font-weight: 200;
	border: 1px solid #b2b2b2;
}

.contact-form input[type="submit"] {
	width: 100%;
	height: 40px;
	border: 2px solid #EF1A23;
	background-color: #EF1A23;
	border-radius: 200px;
	font-family: 'Spartan';
	font-weight: 700;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
	padding-left: 7px;
}

.contact-form input[type="submit"]:hover {
	background-color: #fff;
	color: #EF1A23;
}

.contact-form select {
	width: 100%;
	border: 1px solid #2d1f1a;
	height: 33px;
	background: #fff url('/images/bg-select.png') no-repeat right 1px center;
	padding: 0;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: 'Spartan';
}

.contact-form textarea {
	height: 99px;
	width: 100%;
	padding: 10px;
	padding-top: 12px;
	font-weight: 200;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b2b2b2;
	padding-top: 5px;
	font-family: 'Spartan';
}

.contact-form .half&gt;input[type="text"] {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.contact-form .half&gt;input[type="text"]:nth-child(2n) {
	margin-right: 0;
}

.contact-form .half:after {
	display: block;
	clear: both;
	content: "";
}

.contactpage:after {
	display: block;
	clear: both;
	content: "";
}

form .filesinput p {
	margin-bottom: 0px;
}

.errors {
	margin-bottom: 10px;
}

.toon-groot, .contact-us {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	background-color: #EF1A23;
	border-radius: 200px;
	border: 2px solid #EF1A23;
	font-weight: 700;
	color: white;
	font-family: 'Spartan';
	position: absolute;
	bottom: 0;
	transition: all .3s;
	left: 0;
}

.toon-groot:hover, .contact-us:hover {
	background-color: #fff;
	color: #EF1A23;
}

.contacteer-ons&gt;img {
	width: 100%;
	margin-bottom: 20px;
}

.special-contact {
	margin-bottom: 30px;
}

.conthold {
	padding: 20px;
	border: 1px solid #b2b2b2;
	min-height: 334px;
	font-family: 'Spartan';
}

.conthold p {
	padding-left: 60px;
}

.contact-info {
	/*padding-top: 15px;*/
}

.contact-info p {
	position: relative;
	padding-left: 60px;
	font-size: 1em;
}

.contact-info p i {
	font-size: 115%;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ed1c24;
}

.tp b {
	font-weight: 700;
	font-size: 20px;
	color: #ed1c24;
}

.contact-info p a {
	color: black;
}

.contact-us {
	margin-top: 50px;
}

.opening .c p {
	margin-bottom: 5px;
	font-size: 0.95em;
	margin-top: 0;
}

.opening p strong {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}

.btnhold {
	text-align: center;
}

.cont-btn {
	text-align: center;
	width: 220px;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #000;
	border: 1px solid #000;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, transparent 50%, #000 50%);
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	display: inline-block;
	line-height: 30px;
	font-size: 1.2em;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	margin-top: 80px
}

.cont-btn:hover {
	background-position: -50% 0;
	color: #fefefe;
}

.mapcalc {
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: 30px;
	width: 150px;
	background-color: rgb(0, 0, 0);
	text-align: center;
	color: #fefefe;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block !important;
	text-transform: uppercase;
}

/*===Einde Contact===*/
/*===Start nieuwsbrief===*/
.nbform {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.nbform label {
	float: left;
	width: 170px;
}

.nbform label.email {
	line-height: 33px;
}

.nbform input[type="text"], .nbform select {
	width: 100%;
	height: 33px;
	margin-bottom: 10px;
	padding-left: 7px;
	box-sizing: border-box;
	border: 1px solid #2d1f1a;
	display: block;
}

.nbform p {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}

.nbform .part {
	padding: 10px 0;
}

.nbform .part:after {
	display: block;
	clear: both;
	content: "";
}

.nbform input[type="submit"] {
	width: 200px;
	margin-left: calc(100% - 200px);
	height: 40px;
	background-color: rgb(32, 32, 32);
	border: none;
	text-transform: uppercase;
	color: white;
	margin-top: 20px;
	display: block;
}

.nbform input[type="submit"]:hover {
	background-color: rgba(32, 32, 32, 0.8);
}

/*===Einde nieuwsbrief===*/
/*===Start Cadeaubon===*/
.content .stap2 {
	width: 18%;
	margin-left: 2.5%;
}

.stap .fa-angle-right {
	display: block;
	position: absolute;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -6.5%;
	font-size: 1.8em;
	color: #000;
}

.stap:hover .fa-angle-right {
	color: #ED1C24;
}

.stap .fa-angle-down {
	display: none;
}

.content .stap2 .fa-angle-right {
	display: block;
	position: absolute;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -10%;
	font-size: 1.8em;
	color: #000;
}

.content .stap2:hover .fa-angle-right {
	color: #ED1C24;
}

.content .stap2 .fa-angle-down {
	display: none;
}

.stap {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	padding: 2px;
	width: 23.5%;
	margin-left: 2%;
	background-color: #ed1c24 !important;
	position: relative;
}

.stap:hover {
	background-color: #ED1C24 !important;
}

.cadeaustap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.2em;
	color: #FFF;
	padding: 4px;
}

.stap_content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: rgb(50, 50, 50);
	padding: 20px;
	min-height: 120px;
	background-color: rgb(240, 240, 240);
	line-height: 110%;
	text-align: center;
}

.cadeaustap h2, .stap h2 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 3%;
	font-weight: bold;
	color: #ed1c24;
}

.blue {
	background-color: #408794;
}

.bluelight {
	background-color: #7cc6d3;
}

.bluejanet {
	background-color: #d9e7ea;
}

.greenjanet {
	background-color: #d6e08f;
}

.janetjanet {
	background-color: #d6bfcd;
}

.green {
	background-color: #93a225;
}

.greenlight {
	background-color: #c1cf5d;
}

.pink {
	background-color: #a4377b;
}

.fb {
	background-color: #3b5998;
}

.brown {
	background-color: #9e7759;
}

.violet {
	background-color: #9658b9;
}

.cadeauform:after {
	display: block;
	clear: both;
	content: "";
}

.cadeau-form input[type="text"] {
	width: 100%;
	height: 33px;
	margin-bottom: 10px;
	padding-left: 7px;
	box-sizing: border-box;
	border: 1px solid #2d1f1a;
}

.cadeau-form input[type="submit"] {
	width: 100%;
	height: 40px;
	background-color: #ed1c24;
	border: none;
	text-transform: uppercase;
	color: white;
	bottom: 0;
	left: 0;
	padding-left: 7px;
}

.cadeau-form input[type="submit"]:hover {
	opacity: 0.8;
}

.cadeau-form select {
	width: 100%;
	border: 1px solid #2d1f1a;
	height: 33px;
	background: #fff url('/images/bg-select.png') no-repeat right 1px center;
	padding: 0;
	margin-bottom: 10px;
	padding-left: 5px;
}

.cadeau-form textarea {
	height: 127px;
	width: 100%;
	padding-left: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #2d1f1a;
	padding-top: 5px;
}

.cadeau-form .part {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.cadeau-form .part:nth-child(2n) {
	margin-right: 0;
}

.hidefirst {
	display: none;
}

.content .cadeau-form .i50 {
	width: 49%;
}

.content .cadeau-form .i50r {
	width: 49%;
	float: right;
}

.cadeau-form input[type="submit"] {
	line-height: 38px;
	padding-top: 2px;
}

/*===Einde Cadeaubon===*/
/*===Start workshops===*/
/*.fiche .c p {
	margin-top: 0;
	margin-bottom: 0;
	}*/
.fiche .c .price p {
	line-height: 100%;
	display: inline;
}

.fiche .prices {
	margin-top: 1em;
	max-width: 600px;
	width: 100%;
}

.fiche .prices .part {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.fiche .prices .part:nth-child(2n) {
	margin-right: 0;
}

.fiche .price:after {
	display: block;
	clear: both;
	content: "";
}

.fiche .btn-ins {
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 31px;
	border: 1px solid #000;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	display: block;
	background-size: 300% 100%;
	-moz-background-image: linear-gradient(to right, transparent 50%, #000 50%);
	background-image: linear-gradient(to right, transparent 50%, #000 50%);
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	transition: 0.6s all;
}

.fiche .btn-ins:hover {
	background-position: -50% 0;
	color: #fefefe;
}

.fiche .volzet {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.cadeau-form.form2 textarea {
	height: 163px;
}

.workshops .vertcent {
	background-color: rgba(237, 28, 36, 0.6);
	color: #fefefe;
	text-align: center;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*===Einde workshops===*/
/*===Start acties===*/
.fiche .btn-best {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 100%;
	max-width: 300px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 31px;
	border: 1px solid #000;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	display: block;
	background-size: 300% 100%;
	-moz-background-image: linear-gradient(to right, transparent 50%, #000 50%);
	background-image: linear-gradient(to right, transparent 50%, #000 50%);
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	transition: 0.6s all;
}

.fiche .btn-best:hover {
	background-position: -50% 0;
	color: #fefefe;
}

.noaft:after {
	display: none !important;
}

.pak_disc {
	margin-top: 20px;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.pk .vertcent {
	background-color: rgba(237, 28, 36, 0.6);
	color: #fefefe;
	text-align: center;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*===Einde acties===*/


/* Paketten */
.paketten_list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}


/* Einde Paketten */

/*===Start afspraak===*/

.afspraak * {
	box-sizing: border-box;
}

.afspraak-klein {
	display: none;
}

.afspraak-klein .buttons {
	display: flex;
	margin: 0 auto;
	text-align: center;
	justify-content: space-around;
	margin-bottom: 2em;
}

.afspraak-klein button {
	padding: 7px 15px;
	border: none;
	background-color: #EF1A23;
	color: white;
	border-radius: 200px;
}

.afspraak:after {
	display: block;
	content: "";
	clear: both;
}

.afspraak .half {
	float: left;
	width: 49%;
	margin: .5%;
	background-color: rgb(240, 240, 240);
}

.afspraak .half&gt;div {
	padding: 40px;
}

.afspraak .half img:hover {
	filter: grayscale(0%);
}

.afspraak .half img {
	width: 100%;
	filter: grayscale(0%);
	transition: all 1s;
}


.afspraak .half:last-child {
	text-align: right;
}

.afspraak h3 {
	font-size: 1.6em;
	line-height: 175%;
	text-transform: uppercase;
	font-weight: bold;
	color: #ED1C24;
	margin-bottom: 20px;
}

.afspraak .c strong {
	font-size: 1.2em;
	text-transform: uppercase;
	color: rgb(120, 120, 120);
	font-weight: bold;
}

.afspraak .c p {
	margin-top: 0;
}

.afspraak .afspraak-btn {
	width: 100%;
	max-width: 300px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 31px;
	border: 1px solid #ed1c24;
	text-align: center;
	text-transform: uppercase;
	color: #ed1c24;
	display: block;
	background-size: 300% 100%;
	-moz-background-image: linear-gradient(to right, transparent 50%, #ed1c24 50%);
	background-image: linear-gradient(to right, transparent 50%, #ed1c24 50%);
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	transition: 0.6s all;
	animation: pulse 4s infinite;
}

.afspraak .afspraak-btn:hover {
	background-position: -50% 0;
	color: #fefefe !important;
}

@keyframes pulse {
	0% {
		background-color: transparent;
		color: #000;
	}

	5% {
		background-color: #000;
		color: #fff;
	}

	10% {
		background-color: transparent;
		color: #000;
	}

	20% {
		background-color: #000;
		color: #fff;
	}

	21% {
		background-color: transparent;
		color: #000;
	}

	50% {
		background-color: transparent;
		color: #000;
	}

	100% {
		background-color: transparent;
		color: #000;
	}
}

.btnhold.afsp {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.btn-red {
	width: 100%;
	max-width: 300px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 31px;
	border: 1px solid #ED1C24;
	text-align: center;
	text-transform: uppercase;
	color: #ED1C24;
	display: inline-block;
	background-size: 300% 100%;
	-moz-background-image: linear-gradient(to right, transparent 50%, #ED1C24 50%);
	background-image: linear-gradient(to right, transparent 50%, #ED1C24 50%);
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	transition: 0.6s all;
	font-weight: bold;
}

.btn-red:hover {
	background-position: -50% 0;
	color: #fefefe;
}

/*===Einde afspraak===*/
/*===Start Swiper===*/
.swiperoutercontainer {
	background-image: url(/images/overlay2.png);
	padding: 20px;
}

.swiper-container {
	padding: 0px;
	padding-bottom: 20px;
}

.swiper-button-next, .swiper-button-prev {
	width: 44px !important;
	-moz-background-size: 44px 44px !important;
	-webkit-background-size: 44px 44px !important;
	background-size: 44px 44px !important;
	margin-top: -80px !important;
}

.swiper-pagination-bullet-active {
	background: #ED1C24 !important;
}

.swiper-button-next {
	background-image: url(/images/hor_right.png) !important;
}

.swiper-button-prev {
	background-image: url(/images/hor_left.png) !important;
}

.zestiennegen, .horizon, .vierkant, .zestiennegenhalf {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.zestiennegenhalf {
	width: 50%;
}

.zestiennegen:after, .horizon:after, .vierkant:after, .zestiennegenhalf:after {
	display: block;
	content: '';
	padding-top: 56.25%;
}

.vierkant:after {
	padding-top: 100%;
}

.swiper-slide .zestiennegen h1 {
	position: absolute;
	bottom: 5%;
	left: 0;
	background-color: #ED1C24;
	padding: 10px;
}

.swiperer {
	position: absolute;
	margin-left: -10px;
	margin-top: -14px;
	top: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*===Einde Swiper===*/
/*===Start Shop===*/
.shop {
	padding-top: 60px;
}

.shop&gt;* {
	float: left;
}

.shop:after {
	display: block;
	content: "";
	clear: both;
}

.shop .lft {
	width: 30%;
	margin-right: 5%;
}

.shop .lft img {
	width: 100%;
}

.shop .right {
	width: 65%;
}

.shop h1 {
	font-size: 1.8em;
	line-height: 175%;
	text-transform: uppercase;
	font-weight: bold;
}

.shop h2 {
	font-size: 1.4em;
	line-height: 175%;
	color: #ED1C24;
}

.shop .hedd {
	margin-bottom: 20px;
}

.shop .c ul {
	font-size: 120%;
	padding-left: 35px;
}

.shop ul li {
	list-style: none;
	position: relative;
	display: block;
	margin-bottom: 10px;
	line-height: 150%;
}

.shop ul li:after {
	display: block;
	content: url('/images/placeholderico2.png');
	position: absolute;
	top: 5px;
	left: -35px;
}

.shop a {
	color: #ED1C24;
}

/*===Einde Shop===*/
/*===Start Beeld===*/
.beeld&gt;* {
	position: relative;
}

.beeld&gt;* h3 {
	position: absolute;
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fefefe;
	text-transform: uppercase;
	font-size: 1.2em;
	bottom: 5px;
	left: 5px;
	max-width: calc(100% - 10px);
	font-weight: bold;
}

/*===Einde Beeld===*/
/*====Start tussenpagina dienst====*/
.dienst_extra h2 {
	text-align: center;
	font-size: 1.4em;
	line-height: 175%;
	color: #ED1C24;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.dienst_extra .half {
	width: 50%;
	float: left;
}

.dienst_extra .half:first-child {
	padding-right: 1%;
}

.dienst_extra .half:last-child {
	padding-left: 1%;
}

.dienst_extra img {
	width: 100%;
	cursor: pointer;
}

.split {
	position: relative;
}

/*.split:before {
	display: block;
	content: "";
	width: 1px;
	margin-left: 0.5px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	}*/
.split:after {
	display: block;
	content: "";
	clear: both;
}

/*====Einde tussenpagina dienst====*/


/* Raster */
.raster {
	max-width: 1400px;
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 50px;
}

.rater_content {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-flow: row wrap;
}

.raster_item {
	overflow: hidden;
	margin: 1%;
	position: relative;
}

.raster_item a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.raster_item:hover img {
	transform: scale(1.2);
}

.raster_item img {
	transition: all 1s;
	width: 100%;
}

.raster_item h2 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 10px;
	text-align: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.56);
	color: #fff;
	font-weight: 700;
	font-size: 1.3em;
	letter-spacing: 1px;
}

.small_rasters {
	margin: 1%;
	width: 31.33%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.small_rasters .raster_item {
	width: 100%;
	margin: 0 !important;
}

.raster_big {
	width: 64.66%;
}

.raster_small {
	width: 31.33%;
}


/* Einde Raster */


#content-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin: auto;
	margin-top: 10em;
}

#content-container h2 {
	color: #353535;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
	cursor: pointer;
}

#content-container h3 {
	background: #ED1C24;
	color: #fff;
	font-size: 1.1em;
	padding: 20px;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
}

#content-container h3 span {
	position: absolute;
	z-index: 1;
	background: transparent url("/images/cross_w.png") no-repeat;
	display: inline-block;
	width: 15px;
}

#content-container h4 {
	margin-left: 2em;
	font-size: 1.1em;
	font-weight: bold;
}

#content-container p {
	padding: 20px;
	line-height: 170%;
	color: #7e7e7e;
}

#content-container ul {
	margin-left: 3em;
}

#content-container table {
	width: 100%;
}

#content-container a {
	color: #D3191C;
}

#gdpr-wrapper {
	min-height: 100%;
	position: relative;
}

#content-container thead {
	background-color: #ED1C24;
	color: white;
	font-weight: 700;
}


#content-container thead th {
	border: 1px solid #353535;
	padding: 10px;
}

#content-container tbody td {
	border: 1px solid #353535;
	color: #7e7e7e;
	line-height: 150%;
	padding: 5px;
}

#content-container tbody td p {
	padding: 0px;
}

#content-container ul {
	padding-left: 20px;
	line-height: 170%;
	color: #7e7e7e;
	list-style-type: disc;
}


/* Blog*/

.blog-img img {
	width: 100%;
}

.blog-head {
	text-align: left;
	line-height: 180%;
	position: relative;
}

.blog-head .c {
	width: 100%;
	color: #505050;
}

.blog-content {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 30px;
}

.footermar-blog {
	padding-bottom: 50px;
}

.blog-item {
	position: relative;
}

.blog-item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.blog-rows {
	margin-top: 1%;
}

.blog-row {
	display: flex !important;
	flex-wrap: wrap;
	margin-bottom: 1%;
}

.blog-row:last-child {
	margin-bottom: 0;
}

.blog-row .row-block {
	width: 49.5%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
	margin-right: 1%;
}

.blog-row.type-b .row-block {
	margin: 0;
	width: 100%;
}

.blog-row.reverse .row-block:first-child {
	order: 2;
	margin-left: 1%;
	margin-right: 0%;
}

.blog-row .extra .blog-item {
	width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
	margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
	width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
	margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 15px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.58);
	color: #fff;
}

.blog-rows .blog-inhoud h2 {
	font-weight: 700;
	text-align: left;
	line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
	font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
	font-size: 1.2em;
}

.blog-row.type-c .row-block {
	margin-right: 0;
	width: 100%;
}

.type-c .combo-img {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	align-content: flex-start;
}

.type-c.reverse .combo-img .big {
	order: 2;
}

.type-c .combo-img&gt;* {
	width: 50%;
}

.type-c .combo-img .big img {
	width: 100%;
}

.type-c .combo-img .small {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}

.type-c .combo-img .small img {
	width: 50%;
}

.button-hold {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.button-hold:last-child {
	margin-bottom: 0px;
}

.button-hold a {
	display: inline-block;
	border: 2px solid #ED1C24;
	padding: 15px 20px;
	background-color: transparent;
	cursor: pointer;
	font-weight: 700;
	color: white;
	background-color: #ED1C24;
	transition: all 0.8s ease;
}

.button-hold a:hover {
	background-color: transparent;
	color: #ED1C24;
}

/**
 * Blog detail
 **/
.blog-holder {
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.blog-aside {
	padding: 30px;
	width: 400px;
	margin-right: 50px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);

}

.blog-main {
	width: calc(100% - 350px);
}

.blog-main .c {
	font-size: 1.1em;
	color: #a4a4a4;
	padding: 0;
	line-height: 180%;
}

.blog-item .c {
	font-size: 1.1em;
	color: #a4a4a4;
	padding: 0 15px;
	line-height: 180%;
}

.blog-recent .blog-item .c {
	padding: 0 !important;
}

.blog-main .blog-img {
	position: relative;
	width: 100%;
}

.blog-main .blog-img a.soc-media {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	padding: 10px 15px;
	border-radius: 15px;
	background-color: #ED1C24;
	color: #fff;
	bottom: 10px;
	right: 10px;
}

.blog-main .blog-top-title .h1 {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 120%;
	color: #ED1C24;
	font-size: 2.1em;
}

.blog-aside h3, .blog-main h3 {
	font-weight: 700;
	color: #ED1C24;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 25px;
}

.blog-main h3 {
	display: none;
}

.blog-main h3 {
	padding-left: 11px;
}

.blog-nav .nav {
	border-top: 1px solid rgb(220, 220, 220);
	margin-bottom: 60px;
}

.blog-nav a {
	line-height: 40px;
	width: 100%;
	display: block;
	border-bottom: 1px solid rgb(220, 220, 220);
	color: rgb(100, 100, 100);
	padding-left: 8px;
}

.blog-nav a:hover, .blog-nav a.active {
	color: #ED1C24;
}

.blog-nav-btn {
	display: none;
	text-align: center;
	padding: 10px 0;
	font-size: 3.2em;
	color: #ED1C24;
	cursor: pointer;
}

.blog-recent h2 {
	font-size: 1.2em;
	margin-top: 10px;
	line-height: 150%;
	margin-bottom: 10px;
	color: #626572;
}

.blog-recent .c {
	margin-bottom: 10px;
	line-height: 180%;
	color: #999999;
}

.blog-recent .blog-item {
	margin-bottom: 35px;
}

.blog-recent .more {
	font-weight: bold;
	color: #ED1C24;
}

.blog-overzicht {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.blog-overzicht .blog-item a {
	position: static;
}

.blog-overzicht .btn-hold {
	padding: 15px;
	text-align: left;
}

.blog-overzicht .btn-hold a {
	display: inline-block;
	padding: 15px 20px;
	background-color: #ED1C24;
	font-weight: 700;
	border: 2px solid #ED1C24;
	color: #fff;
	transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
	background-color: transparent;
	color: #ED1C24;
}

.blog-overzicht h2 {
	font-size: 1.3em;
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #626572;
}

.blog-overzicht .blog-item {
	width: 48%;
	margin: 1%;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
	transition: all 1s;
}

.blog-overzicht .blog-item:hover {
	transform: scale(1.03);
}


.blog-content-row {
	margin-bottom: 30px;
}

.merk-content .blog-content-row {
	margin-bottom: 1.33%;
}

.blog-content-row h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.2em;
	line-height: 150%;
	color: #626572;
}

.blog-content-row .c {
	width: 100%;
	margin: 0 auto;
}

.blog-content-row .multi-img-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
}

.blog-content-row .multi-img-holder.two&gt;* {
	width: 49%;
}

.blog-content-row .multi-img-holder.three&gt;* {
	width: 32.33%;
}

.blog-content-row .multi-img-holder.four&gt;* {
	width: 24%;
}

.blog-content-row .multi-img-holder&gt;a img {
	width: 100%;
}

.blog-content-row .filmpje {
	max-width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}

.blog-content-row .tekst-and-image&gt;* {
	width: 50%;
}

.blog-content-row .tekst-and-image .c {
	padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .blog-img {
	order: 2;
}

.title-hold {
	text-align: center;
	margin-bottom: 36px;
}

.title-hold h3 {
	margin-top: 30px;
	padding-top: 30px;
	color: #626572;
	border-top: 3px solid #ececec;
	font-size: 1.5em;
	font-weight: bold;
}

/* Instagram */
.instagram_content {
	margin-top: 80px;
}
.instagram_feed {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 25px;
	padding-top: 0px;
}

.instagram_feed .instagram_post {
	width: 24%;
	margin: 0 .5%;
	position: relative;
	height: 350px;
	background-size: cover;
	overflow: hidden;
}

.instagram_post i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 30px;
}

.instagram_feed .instagram_post img {
	width: 100%;
}

.instagram_feed .instagram_post video {
	width: 100%;
}

.instagram_feed .instagram_post .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: white;
	font-size: 3em;
	transition: all .3s;
}

.instagram_feed .instagram_post:hover .overlay {
	opacity: 1;
}


/*===Start Media Queries===*/
@media screen and (max-width: 1550px) {
	.prevnext #arrleft {
		left: 0;
		display: none;
	}

	.prevnext #arrright {
		right: 420px;
		display: none;
	}

	.prevnext #arrleft, .prevnext #arrright {
		display: block;
	}

}

@media screen and (min-width: 1440px) {
	body p {
		font-size: 1.05em;
	}
}

@media screen and (max-width: 1440px) {
	.content.fake {
		width: 100%;
	}
}

@media screen and (max-width: 1400px) {
	.real.part {
		width: 350px;
	}
}

@media screen and (max-width: 1300px) {
	.blocks .cont {
		padding: 25px;
	}

	.logo-hold img {
		width: 120px;
	}

	.stap_content {
		min-height: 125px;
	}

	.real.part {
		width: 300px;
	}

	.stap .fa-angle-right {
		right: -6.5%;
	}

	.blog-overzicht .blog-item {
		width: 98%;
	}
}

@media screen and (max-width: 1250px) {
	.content .stap2 .fa-angle-right {
		right: -10.5%;
	}
}

@media screen and (max-width: 1200px) {
	.contactheight {
		float: left;
		width: 49%;
		margin-right: 2%;
	}

	.contact-form {
		margin-right: 0;
	}

	.contacteer-ons&gt;img {
		max-width: 390px;
	}

	.location {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		margin-top: 20px;
	}

	#showrest {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	nav a:hover img {
		display: none;
	}

	nav&gt;div&gt;a.active img {
		display: block;
	}

	nav&gt;div&gt;a:hover {
		padding-left: 45px;
	}

	nav&gt;div&gt;a.active {
		color: white;
		position: relative;
		padding-left: 65px;
	}

	.blog-overzicht .blog-item:nth-child(n+6) h2 {
		font-size: 1.6em;
	}

	.blog-content-row .tekst-and-image&gt;* {
		width: 100%;
	}

	.blog-content-row .tekst-and-image .blog-img {
		margin: 15px auto;
		max-width: 500px;
	}

	.blog-content-row .tekst-and-image.reverse .blog-img {
		order: initial;
	}

	.splash_video {
		width: 400px;
	}
}

@media screen and (max-width: 1160px) {
	.blocks .row&gt;* {
		width: 100%;
		float: none;
	}

	.top {
		width: 90%;
	}

	#news&gt;* .c p {
		margin-bottom: 5px;
	}

	.overhold {
		right: 0 !important;
		left: 0 !important;
	}

	.overhold .btn {
		background-color: #000;
		color: #fefefe;
	}
}

@media all and (max-width: 1150px) {
	.akholder h4 {
		font-size: 1.6em;
		background-color: transparent;
	}
}

@media all and (max-width: 1130px) {
	.prs-list .item:nth-child(4n+1) {
		clear: none;
	}

	.prs-list .item:nth-child(3n+1) {
		clear: left;
	}

	.real.part {
		width: 250px;
	}

	.stap .fa-angle-right {
		right: -7%;
	}

	.stap_content {
		min-height: 135px;
	}

	.workshop_items&gt;div {
		width: 31.33%;
	}
}

@media all and (max-width: 1050px) {
	.content .stap2 .fa-angle-right {
		right: -11%;
	}
}

@media all and (max-width: 1000px) {

	#news&gt;* {
		width: 31%;
		margin: 0 1% 2% 1%;
	}

	.not-found {
		min-height: 400px;
	}

	.stap_content {
		min-height: 145px;
	}

	.stap .fa-angle-right {
		right: -15px;
	}

	#onsteam .five-col-grid&gt;article:nth-child(n) {
		width: 23%;
	}

	.nieuwsfichebutton&gt;img, .sharepos&gt;span&gt;img {
		display: none;
	}

	.nieuwsfichebutton, .sharepos {
		width: 70px !important;
	}

	.raster_item h2 {
		font-size: 1em;
	}

	.blog-holder {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.blog-aside {

		width: 100%;
		margin-right: 0;
	}

	.blog-main {
		width: 100%;
		padding: 10px;

	}

	.title-hold {
		margin-bottom: 0;
	}


	.blog-main h3 {
		display: block;
		padding-top: 15px;
		margin-bottom: 10px;
	}

	.blog-overzicht .blog-item {
		width: 48%;
	}

	.row-block .extra {
		padding: 10px;
	}


	.blog-aside h3, .blog-main h3 {
		width: 100%;
	}

	.blog-recent {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.blog-recent .blog-item {
		width: 45%;
	}
}

@media all and (max-width: 980px) {
	.real.part {
		width: 325px;
	}
}

@media all and (max-width: 950px) {
	.content .stap2 .fa-angle-right {
		right: -12%;
	}
}

@media all and (max-width: 900px) {
	footer .between {
		display: none;
	}

	footer .footbtn {
		width: 100%;
		display: block;
	}

	footer .footbtn:first-child {
		margin-bottom: 15px;
	}

	.disclaimer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		-ms-align-items: center;
		line-height: 150%;
	}

	.disclaimer a:last-of-type {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		-ms-align-items: center;
	}

	.disclaimer span {
		display: none;
	}

	.disclaimer .noMob {
		display: none;
	}

	#ficheheader {
		padding-right: 0;
	}

	.akholder {
		display: none;
	}

	.fiche .cnt {
		margin-right: 0;
	}

	.nieuws-list {
		display: none;
	}

	.fiche .botpart.dn {
		display: block;
	}

	.botpart .nieuws-list {
		display: block;
		width: 100%;
		float: none;
		text-align: left;
	}

	.botpart .nieuwtjes h3 {
		display: block;
		padding-left: 20px;
	}

	.nieuws-list h3 img {
		position: absolute;
		left: 0px;
		top: 3px;
	}

	.botpart .nieuws-list h5 {
		text-align: left;
		padding-left: 10px;
		background-color: transparent;
		border: 1px solid #000;
		color: #000;
	}

	.botpart .akholder {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.prevnext #arrright {
		right: 0px;
	}

	.akholder&gt;* {
		position: static;
	}

	.akholder .tops h4, .akholder .bottoms h4 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.akholder h4 {
		font-size: 1.8em;
		background-color: transparent;
		position: static;
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	.nieuws-list.shopzone.dn {
		display: block;
		width: 100%;
		margin-top: 10px;
	}

	.nieuws-list.shopzone.dn br {
		display: none;
	}

	.rest-items&gt;h4 {
		margin-top: 35px !important;
		margin-bottom: 25px;
	}

	#ols .real {
		width: 250px;
	}

	.splash_video {
		width: 100%;
		position: static;
		border: 0;
	}

	.splash_video.active {
		width: 100%;
		transform: none;
	}

	.splash.hasVideo:after {
		display: none;
	}

	.hasVideo&gt;img {
		display: none;
	}

	.instagram_feed .instagram_post {
		width: 48%;
		margin-top: 4%;
	}

	.contact_torhout {
		flex-direction: column-reverse;	
	}

	.contact_torhout .contact_team {
		width: 100%;
		border: 0;
	}

	.contact_torhout .contact_rolstoel {
		width: 100%;
		border: 0;
	}
}

@media all and (max-width: 850px) {
	.stap_content {
		min-height: 1px;
		text-align: center;
	}

	.content .stap2, .content .stap {
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-bottom: 5px;
	}

	.cadeaustap h2, .stap h2 {
		margin-bottom: 5px;
	}

	.stap {
		display: none;
	}

	.stapshow {
		display: block !important;
		cursor: pointer;
	}

	.content .stap2 .fa-angle-right {
		display: none;
	}

	.content .stap2 {
		margin-bottom: 32px;
	}

	.content .stap2 .fa-angle-down {
		display: block;
		position: absolute;
		left: 50%;
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -31px;
		right: -10%;
		font-size: 1.8em;
		color: #000;
	}

	.content .stap2:hover .fa-angle-down {
		color: #ED1C24;
	}

	.content .stap2:first-child {
		margin-bottom: 10px;
	}

	.content .stap .fa-angle-right {
		display: none;
	}

	.content .stap {
		margin-bottom: 32px;
	}

	.content .stap .fa-angle-down {
		display: block;
		position: absolute;
		left: 50%;
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -31px;
		right: -10%;
		font-size: 1.8em;
		color: #000;
	}

	.content .stap:hover .fa-angle-down {
		color: #ED1C24;
	}

	.content .stap:first-child {
		margin-bottom: 10px;
	}

	.workshop_items&gt;div {
		width: 48%;
	}
}

@media all and (max-width: 820px) {
	.nomob {
		display: none;
	}
}

@media all and (max-width: 800px) {
	.blog-main .blog-top-title .h1 {

		font-size: 1.8em;
	}

	#news&gt;* {
		width: 45.5%;
		margin: 0 2% 4% 2%;
	}

	#news.acties&gt;* {
		margin: 0 1% 2% 1%;
	}

	.raster_big {
		width: 98%;
	}

	.raster_small {
		width: 48%;
	}

	#fiche .left, #fiche .right {
		float: none;
		margin-bottom: 1.2em;
		width: 100%;
	}

	.bottomfiche.left {
		display: none;
	}

	#fiche .bottomfiche.right {
		float: none;
		width: 100%;
	}

	.right.bottomfiche&gt;a {
		float: left !important;
		display: inline-block;
		width: 150px;
	}

	.splash .half {
		width: 100%;
		position: relative;
		padding: 15px 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.splash .half1 {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.krachtlijn2, .splash.landing .krachtlijn2 {
		position: static;
		width: 100%;
		max-width: 100%;
	}

	.krachtlijn2 h2 {
		display: block;
	}

	.splash .logo-hold {
		display: none !important;
	}

	.splashscroll {
		bottom: -35px;
	}

	#onsteam .five-col-grid&gt;article:nth-child(n) {
		width: 48%;
	}

	.shop&gt;.lft {
		display: none;
	}

	.shop&gt;.right {
		width: 100%;
		float: none;
	}

	.shop .hedd {
		padding-left: 45px;
		position: relative;
	}

	.shop .hedd img.displate {
		width: 35px;
		top: 10px;
		left: 0;
		display: block;
		position: absolute;
	}

	.shop .c ul {
		padding-left: 45px;
	}

	#news h2 {
		font-size: 1.2em;
	}

	.blog-rows .blog-main .blog-inhoud h2 {
		font-size: 1.6em;
	}

	.blog-content-row .multi-img-holder.four&gt;*, .blog-content-row .multi-img-holder.three&gt;* {
		width: 49%;
	}

	.blog-content-row .multi-img-holder.four&gt;*:nth-child(-n+2) {
		margin-bottom: 2%;
	}

	.blog-content-row .multi-img-holder.three&gt;*:last-child {
		display: none;
	}
}

@media screen and (max-width: 790px) {
	.prs-list .item:nth-child(3n+1) {
		clear: none;
	}

	.prs-list .item:nth-child(2n+1) {
		clear: left;
	}
}

@media screen and (max-width: 750px) {
	.blog-overzicht .blog-item {
		width: 98%;
	}

	.home_wrap {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.home_banner_dienst {
		height: 400px;
	}

	.home_banner_dienst .item figure {
		background-size: cover, auto auto !important;
	}


	.blog-recent .blog-item {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.afspraak .afspraak-btn {
		margin: auto;
	}

	nav .bottom {
		display: none;
	}

	nav&gt;div {
		padding-bottom: 0;
	}

	#ols .real {
		width: 200px;
	}

	.afspraak .half {
		width: 100%;
		float: none;
	}

	.afspraak .half:first-child {
		border-right: 0;
		border-bottom: 1px dashed #ED1C6C;
	}

	.footermar {
		margin-bottom: 50px;
	}

	.blog-row .row-block, .blog-row.type-b .row-block {
		width: 100%;
		margin-bottom: 4.0816326530612244897959183673469%;
	}

	.row-block:not(:nth-child(2n)) {
		margin-right: 0;
	}

	.blog-row.reverse .row-block:first-child {
		margin-left: 0;
	}

	.blog-row {
		margin-bottom: 0;
	}

	.cknop {
		font-size: .8em !important;
	}


}

@media screen and (max-width: 680px) {
	.blog-main .blog-img .h1 {
		position: static;
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 1.4em;
	}
}

@media all and (max-width: 660px) {
	.nieuwsfichebutton:nth-child(n) {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 640px) {
	.contactheight {
		width: 100%;
		margin-right: 0;
		min-width: 1px;
	}

	.contact-form {
		margin-top: 20px;
	}

	.contactheight {
		min-height: 1px;
		margin-bottom: 30px;
		padding-bottom: 60px;
	}

	.contacteer-ons p {
		margin-bottom: 0;
	}

	#dasmap {
		height: 250px;
	}

	.conthold {
		min-height: 1px;
	}
}

@media all and (max-width: 650px) {
	.blog-main .blog-top-title .h1 {
		font-size: 1.5em;
	}

	.blog-main .c {
		line-height: 160%;
	}

	p {
		line-height: 160%;
	}

	.nomob2 {
		display: none;
	}

	header .afspraak {
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		-ms-align-items: center;
	}

	header .menubtn {
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		-ms-align-items: center;
	}
}

@media all and (max-width: 600px) {

	.home_switch .half {
		width: 100%;
		float: none;
	}

	.home_switch .half:first-child {
		margin-bottom: 10px;
	}

	.cadeau-form .part {
		width: 100%;
		margin-right: 0;
	}

	.cadeau-form textarea {
		height: 100px !important;
	}

	.content .cadeau-form .i50, .content .cadeau-form .i50r {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	.not-found {
		min-height: 300px;
	}

	header i {
		margin-right: 0;
		line-height: 39px !important;
	}

	header .afspraak {
		width: 50px;
	}

	header .menubtn {
		width: 50px;
	}

	nav {
		display: none;
		width: 100%;
		right: 0;
		left: 0;
		position: fixed;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		margin-bottom: 10px;

	}

	nav&gt;div {
		min-height: 1px;
	}

	nav&gt;div&gt;a {
		font-size: 1.4em;
		width: 100%;
		text-align: center;
		padding-left: 10px !important;
		padding-right: 10px;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
		text-transform: uppercase;
		display: flex;
		gap: 10px;
		justify-content: center;
		align-items: center;
	}

	nav &gt; div &gt; a img {
		display: inline;
		position: static;
		margin: 0;
	}

	nav&gt;div&gt;a:first-child {
		margin-top: 10px;
	}

	nav&gt;div&gt;a:hover img, nav&gt;div&gt;a.active img {
		display: inline-block;
	}

	nav&gt;div&gt;a.shoponl:hover img {
		display: inline-block;
	}

	nav&gt;div&gt;a.shoponl {
		margin-top: 0;
	}

	nav&gt;div&gt;a.shoponl .frst {
		padding-top: 12px;
		display: block;
	}

	nav&gt;div&gt;a.active, nav&gt;div&gt;a:hover {
		color: #ED1C24;
	}

	nav&gt;div&gt;a img {
		display: none;
	}

	nav .language {
		text-align: center;
	}

	nav .language a {
		display: inline-block;
		float: none;
	}

	.hide {
		display: none;
	}

	.xknop {
		position: absolute;
		margin: 0;
		top: -10px;
		right: 3px;
	}

	#cookieheader p {
		margin-top: 10px;
		line-height: 20px;
		margin-bottom: 10px;
		text-align: center;
	}

	#cookieheader {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	#cookiewrapper {
		position: relative;
	}

	.dienst_extra .half:nth-child(n) {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.dienst_extra .half:last-child {
		margin-top: 35px;
	}

	.dienst_extra.split:before {
		display: none;
	}

	.paketten .c p {
		font-size: .9em;
	}

	.blog-overzicht .btn-hold a {
		padding: 10px 15px;
		font-weight: 400;
	}


	/* afspraak */

	.afspraak-groot {
		display: none;
	}

	.afspraak-klein {
		display: block;
	}

	.afspraak-klein .half {
		display: none;
	}
}

@media all and (max-width: 550px) {
	.paketten {
		width: 96% !important;
		margin-bottom: 20px;
	}

	.workshop_items&gt;div {
		width: 100%;
		margin: 0;
		bottom: 20px;
	}
}

@media all and (max-width: 540px) {
	figure.effect-oscar figcaption {
		padding: 1em;
	}

	figure.effect-oscar figcaption::before {
		position: absolute;
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
		border: 1px solid #fff;
		content: '';
	}

	.nieuws-list.shopzone h5 {
		line-height: 150%;
		margin-bottom: 0;
		font-size: 1.4em;
	}
}

@media all and (max-width: 520px) {
	.prs-list .item:nth-child(1n) {
		clear: none !important;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

@media all and (max-width: 500px) {
	#fiche .right.bottomfiche {
		display: none;
	}

	.prevnext&gt;img {
		width: 40px;
	}

	.prevnext&gt;img {
		margin-top: -20px;
	}

	.splash .krachtlijn2 {
		font-size: 110%;
		left: 10px;
		right: 10px;
	}

	#onsteam .five-col-grid&gt;article:nth-child(n) {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.shop .hedd img.displate {
		display: none;
	}

	.shop .hedd {
		padding-left: 0;
	}

	.shop .c ul {
		padding-left: 35px;
	}

	.nomob3 {
		display: none;
	}

	.instagram_feed .instagram_post {
		width: 100%;
		margin-bottom: 4%;
	}
}

@media all and (max-width: 450px) {
	.nbform input[type="submit"] {
		width: 100%;
		margin-left: 0;
	}

	.afspraak .half:last-child {
		text-align: center;
	}

	.afspraak .half:first-child {
		text-align: center;
	}

	.cknop {
		padding: 7px 15px;
	}
}

@media all and (max-width: 400px) {
	figure.effect-oscar h2 {
		font-size: 1.2em;
	}

	#news&gt;*, #news.acties&gt;* {
		width: 100%;
		margin: 0 0 2% 0;
	}

	.nbform label.email {
		width: 115px;
	}

	.nbform input.email {
		margin-left: 115px;
		width: calc(100% - 115px);
	}

	#ols .real {
		width: 250px;
	}

	#cookieheader .btn {
		padding: 0.5em 5px;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin-bottom: 10px;
		line-height: 16px;
	}

	.prs-list .item:nth-child(1n) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

	.row-block.extra {
		display: none;
	}

	.blog-main .blog-img .h1 {
		font-size: 1.6em;
	}
}

@media all and (max-width: 350px) {
	#ols .real {
		width: 190px;
	}
}

@media all and (max-width: 300px) {
	.foot-item:nth-child(1) {
		width: 100%;
	}
}</pre></body></html>