body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 100%;
	font-size: 1em;
	box-sizing: border-box;
	line-height: 1.5em;
	background-color: white;
	color: black;
	position: relative;
}
h1 {
	font-family: 'Raleway', sans-serif;
}
html {
	box-sizing: border-box;
	height: 100%;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#menu {
	display: none;
}
.temp-holder {
	font-size: 2.1em;
	padding-top: 100px;
	padding-bottom: 300px;
	text-align: center;
}
.c p:first-child {
	margin-top: 0;
}
.c p:last-child {
	margin-bottom: 0;
}
/* HEADER */

.navigation {
	position: fixed;
	background-color: white;
	width: 100%;
	height: 125px;
	z-index: 50;
	border-bottom: 2px solid #ee1b22;
}

.logo {
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 261.6px;
	height: 120px;
	margin: 0 auto;
	display: block;
	margin-top: 0px;
}
.logo a {
	display: block;
	height: 100%;
}

.inner-navigation {
	max-width: 1280px;
	margin: 0 auto;
	display: block;
}


.logo-index {
	margin: 0 auto;
	display: block;
	position: relative;
	top: 112px;
	max-width: 50%;	
}
.logo-index:first-child {
	margin-top: 10px;
	width: 275px;
	display: none;
}

.bottom-language {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ee1b22;
}

.bottom-language div {
	max-width: 1080px;
	margin: 0 auto;
	display: block;
}

.bottom-language button {
	width: 20%;
	margin: 2%;
	margin-top: 30px;
	box-sizing: border-box;
	border: 2px solid white;
	background-color: transparent;
	color: white;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	transition: all .3s;
	font-size: 1.2em;
}

.c p
{
	font-family: 'Raleway', sans-serif !important;
}

.bottom-language button:hover {
	background-color: white;
	color: #ee1b22;
}


/* RESPONSIVE MENU */

.res-menu {
	position: absolute;
	top: 45px;
	right: 90px;
	cursor: pointer;
}

.responsive-links {
	transition: all .3s;
	width: 300px;
	height: 100%;
	position: fixed;
	top: 125px;
	z-index: 40;	
	background-color: rgba(0,0,0,.7);
}

.nav-responsive {
	width: 100%;
}

.responsive-links img {
	margin: 0 auto;
	display: block;
	width: 75%;
	margin-top: 10px;
	opacity: .3;
}

.nav-responsive a>li {
	width: 100%;
	padding: 25px 0 25px 20px;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	color: white;
	font-weight: 500;
	font-size: 1.2em;
	transition: all .3s;
	border-bottom: 1px solid white;
}

.nav-responsive a>li:hover {
	background-color: black;
	color: #ee1b22;
}

.active-res {
	color: #ee1b22 !important;
}


/* SLIDERS | BANNERS */

#sliderwrap {
	padding-top: 125px;
}

.home-slider {
	width: 100%;
	height: 450px;
	background-image: url('../images/slider-home.png');
	background-size: cover;
	position: relative;
	background-position: center;
}

.slider-bottom {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	background-color: #ee1b22;
}

.slider {
	width: 100%;
	height: 160px;
	background-image: url('../images/slider-home.png');
	background-size: cover;
	border-bottom: 3px solid #ee1b22;
	background-position: center;
}
.headerpush {
	content: "";
	display: block;
	padding-top: 125px;
}


/* ALGEMENE FUNCTIES */

.uppercase {
	text-transform: uppercase;
}

.center-txt {
	text-align: center;
}



/* FOOTER */

footer {
	width: 100%;
	overflow: auto;
	background-color: white;
	position: relative;
}

.footer-items {
	width: 100%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	color: black;
	overflow: auto;
	font-size: 1em;
	font-weight: 500;
	padding-bottom: 20px;
}

.footer-item {
	width: 20%;
	float: left;
	overflow: auto;
	padding: 20px;
	margin-top: 10px;
	align-content: center;
	box-sizing: border-box;
	display: flex;
}
.footer-item:nth-child(3){
	margin-top: 0;
}

.footer-item>div {margin: 0 auto; min-height: 75px;}
.footer-item h1 {padding-bottom: 5px;}
.footer-item h1 a{color: #ee1b22;}
.footer-item h1 img {margin-right: 10px;position: relative;top: 3px;}
.footer-item:nth-child(2) h1:nth-of-type(2) img {
	top: 1px;
}

.social-imgs a img {
	width: 20px;
	float: left;
	padding: 5px;
}

.social-imgs {
	display: block;
	margin: 0 auto;
	width: 90px;
}

.footer-text {padding: 0 0 5px 29px;}

.footer-logo {
	background: url(../images/footer/logo-bg.png) center no-repeat;
}

.center-txt {
	text-align: center;
}

.made-by {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	font-size: .8em;
	text-align: center;	
	background-color: #b1b1b1;
	color: #757575;
}

/* TICKERTAPE */

.tickertape {	
	width: 100%;
	height: 130px;
	background-color: #252525;
}

.tickertape p {
	text-align: center;
	width: 100%;
	color: white;	
	font-size: 1.6em;
	font-style: italic;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

/* BOILERPLATE */

.boilerplate {
	width: 100%;
	height: 50px;
	background-color: #2f3192;
}

.boileritems {
	height: 100%;
}

.boileritems li {
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: white;
	width: 25%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	padding-top: 15px;
	box-sizing: border-box;
	border-left: 1px solid white;
}
.boileritems li:first-child {
	border-left: 0;
}

/**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;
}

/* CONTENT STYLING */


.content-box {
	margin: 0 auto;
	display: block;
	width: 96%;
	max-width: 1400px;
	line-height: 2em;
	overflow: auto;
	padding-bottom: 60px;
	box-sizing: border-box;
}

.content-box>h1 {
	width: 100%;
	display: block;
	color: #2f3192;
	font-size: 1.7em;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	text-align: center;
	letter-spacing: 1.2px;
	margin: 30px auto 30px auto;
	font-weight: 500;
}

.content-box>p {
	width: 100%;	
	font-family: 'Raleway', sans-serif;
	margin: 0 auto;
	display: block;
}

.content-box h2 {
	font-size: 1.4em;
	margin: 30px 0 30px 0;
	text-align: center;
}

.blue {
	background-color: #28283d !important;
}

.about {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	overflow: auto;
	background-color: #ee1b22;
	color: white;
}

.about-image {
	box-sizing: border-box;
	float: left;
	width: 50%;
	overflow: hidden;
}

.about-image img {
	min-width: 100%;
	min-height: 100%;
	transition: all .3s; 
}

.about-image>img:hover{
	transform: scale(1.05);
}

.about-text {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 60px;
	line-height: 2.5em;
}

.about-text h1 {
	font-size: 1.7em;
	font-style: italic;
	margin-bottom: 40px;
	font-weight: 500;
}

.about-text button {
	width: 100%;
	background-color: #252525;
	color: white;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	border: 2px solid #252525;
	text-align: center;
	height: 60px;
	margin-top: 30px;
	transition: all .3s;
	font-weight: 700;
	font-size: 1.1em;
}

.about-text button:hover {
	color: #252525;
	background-color: white;
}


.about-image-res {
	display: none;
	width: 100%;
}

.about-image-res img{
	width: 100%;
}

.producten {
	margin: 0 auto;
	margin-top: 2em;
	display: block;		
}
.producten:after {
	content: "";
	display: block;
	clear: both;
}

.producten li {
	width: 49%;
	overflow: auto;	
	float: left;
	box-sizing: border-box;
	margin-bottom: 2%;
	margin-right: 2%;
}
.producten li:nth-child(2n){
	margin-right: 0;
}

.grid {
	position: relative;
	width: 100%;
	overflow: auto;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: black;
	text-align: center;
	cursor: pointer;
	max-height: 350px;
}

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

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.grid figure h2 {
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.8em;
}

figure.effect-bubba img {
	opacity: 0.6;
	transition: opacity 0.3s;
}

figure.effect-bubba:hover img {
	opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 27%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: white;
	opacity: 0;
	transition: all .3s;
	width: 80%;
	margin: 0 auto;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover p {
	opacity: 1;
}

.subcategorieen {
	width: 100%;
	overflow: auto;
	margin-top: 20px;
}

.subcategorieen li {
	width: 32.33%;
	float: left;
	box-sizing: border-box;
	margin-right: 1.5%;
	margin-bottom: 1.5%;	
}
.subcategorieen li:nth-child(3n) {
	margin-right: 0;
}
.subcategorie {
	width: 100%;
	position: relative;
}

.subcategorie img {
	width: 100%;
	transition: all .3s;
}

.subcategorie h1 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	text-align: center;
}

.subcategorie h1 span {
	color: white;
	font-weight: 500;
	position: absolute;
	font-size: 1.7em;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	width: 100%;
}

.subcategorie:hover img {
	opacity: .5;
}

.detail-content {
	width: 96%;
	margin: 0 auto;
	overflow: auto;
	margin-top: 30px;
	padding-bottom: 60px;
}

.detail-left {
	width: 60%;
	float: left;
	overflow: auto;
}

.product-mainimg>img {
	width: 100%;
}

.product-mainimg {
	overflow: auto;
	width: 100%;
	position: relative;
}

.actions {
	height: 35px;
	content-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-top: 5px;
	z-index: 30;
	background-color: rgba(0,0,0,.8);
}

.actions>img {
	float: left;
	width: 5%;
}

.actions>div {
	width: 96%;
	float: left;
	text-align: center;
}

.actions>div>button {
	background-color: transparent;
	color: white;
	border: none;
	width: 90px;
	font-family: 'Raleway', sans-serif;
	height: 30px;
	font-weight: 500;
	transition: all .3s;
	text-transform: uppercase;
}
.actions>div>button:hover {
	opacity: .7;
}

.detail-right {
	width: 35%;
	float: right;
}

.detail-right h1 {
	color: #63a49b;
	font-weight: 500;
	font-size: 1.1em;
}

.detail-right>article {
	padding: 20px;
	overflow: auto;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all .3s;
}

.detail-right h1 {
	color: #db2a16;
}

.detail-right>article:hover {
	background-color: #4c4c4c;
	color: white;
}

.detail-right>article>img {
	width: 20%;
	float: left;
	margin-right: 10px;
}

.detail-right>a>button {
	margin: 0 auto;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	background-color: #db2a16;
	color: white;
	margin-top: 30px;
	display: block;
	float: left;
	transition: all .3s;
}

.detail-right>a>button:hover {
	opacity: .7;
}

.aanwerving {
	text-align: center;
	margin: 60px 0;
}

.aanwerving h1 {
	color: #ee1b22;
	font-size: 1.3em;
	font-weight: 500;
}

.aanwerving button, .solliciteren {
	width: 40%;
	height: 50px;
	background-color: #252525;
	color: white;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin: 40px auto;
	display: block;
	border: none;
}

.bedrijfsfilm img {
	width: 100%;
}

.bedrijfsfilm, .bedrijfsinfo {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
}

.contact-form {
	margin-top: 40px;
	width: 30%;
	min-height: 395px;
	position: relative;
	margin-bottom: 60px;
	float: left;
}

.contact-form>input[type="text"] {
	width: 100%;
	height: 35px;
	margin-bottom: 15px;
	padding-left: 5px;
	box-sizing: border-box;	
	font-family: 'Raleway', sans-serif;
	border: 1px solid #2d1f1a;
}
.contact-form textarea{
	padding-left: 5px;
	padding-top: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100px;
	border:1px solid black;
	width: 100%;
}

.contact-form>input[type="submit"] {
	width: 100%;
	height: 35px;
	background-color: #ee1b22;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	position: absolute;
	bottom: 0;
	border: 3px solid #ee1b22;
	transition: all .3s;
}

.location {
	margin-top: 40px;
	box-sizing: border-box;
	width: 36%;	
	float: left;
	display: table-cell;
	vertical-align: bottom;
	margin-left: 2%;
	margin-right: 2%;
}

.location>img {
	width: 100%;
}

.toon-groot, .contact-us {
	width: 100%;
	box-sizing: border-box;
	height: 35px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	background-color: #ee1b22;
	border: none;
	text-transform: uppercase;
	color: white;
	vertical-align: bottom;
	margin-top: 10px;
	border: 3px solid #ee1b22;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 0;
}

.toon-groot:hover, .contact-us:hover, .contact-form>input[type="submit"]:hover {
	background-color: white;
	color: #ee1b22;
}
#mymap {
	height: 541px;
}

.contacteer-ons {
	margin-top: 40px;
	width: 30%;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
	float: right;
	position: relative;
	min-height: 420px;
}

.contacteer-ons>img {
	width: 100%;
	margin-bottom: 20px; 
}
.contact-info {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.contact-info .row-holder {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.contact-info .row-holder>section {
	width: 30px;
	padding-right: 20px; 
}
.contact-info .row-holder>div {
	width: calc(100% - 50px);
}

.contact-info .row-holder>section>img {
	margin-top: 5px;
	margin-bottom: 5px;
}

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

.special-contact2 {
	margin-bottom: 150px;
}

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

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

.contact-form select {
	width: 100%;
	color: gray;
	font-family: 'Raleway', sans-serif;
	border: 1px solid #2d1f1a;
}

.makered {
	color: #ee1b22 !important;
}

.contact-info h2 {
	color: #2f3192;
	font-weight: 600;
	text-align: left;
	margin-bottom: 5px;
	font-size: 1.2em;
}

.contact-persons {
	width: 100%;
	overflow: auto;
}

.contact-persons li {
	width: 33.33%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

.contact-person {
	width: 100%;
	font-family: 'Raleway', sans-serif;	
}

.contact-person h1 {
	width: 100%;
	padding: 10px;
	font-size: 1.1em;
	text-align: center;
	font-weight: 500;
	box-sizing: border-box;
	color: white;
	background-color: #373862;
	margin-bottom: 20px;
}

.contact-person p {
	text-align: center;
	font-weight: 500;
}

.contact-person p i {
	font-weight: 400;
	color: #4c4c4c;
}

.contact-person p a {
	color: #2f3192;
	font-size: 1.1em;
	font-weight: 500;
}

.contactpage {
	width: 100%;	
	display: block;
	margin: 0 auto;
}
.contactpage:after {
	display: block;
	content: "";
	clear: both;
}

iframe {
	width: 100%;
	height: 348px;
}

.overlay {
	background:transparent; 
	position:relative; 
	width:100%;
	height:348px;
	top:348px;  /* your iframe height */
	margin-top:-348px;  /* your iframe height */
}

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


/* MEDIA QUERIES */ 

@media screen and (min-width: 800px){
	#menu {
		width: 300px !important;
		right: 0px !important;
	}

}

@media screen and (max-width: 1500px) {
	.footer-item>p {
		padding: 5px;
		font-size: .9em;
	}
	.logo-index {
		margin-top: 150px;
	}
}

@media screen and (max-width: 1300px) {
	.contactpage {
		width: 95%;
	}

	.aanwerving {
		width: 95%;
		margin: 0 auto;
		display: block;
	}
}

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

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

	.footer-item {
		width: 33.33%;
		border: 1px solid white;
		height: 150px;
	}

	.footer-item:nth-child(3) {
		display: none;
	}

	.footer-item:nth-child(5) {
		width: 100%;
		text-align: center;
	}

	.contact-persons li {
		width: 33.33%;
	}	



	nav>ul>a {
		padding: 10px 8px; 
	}

	.contact-form {
		width: 48%;
		padding-bottom: 0px;
	}

	.location { 
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
		margin-top: 0;
	}

	.contacteer-ons {
		width: 48%;
		float: right;
	}


}

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

	.detail-left {
		width: 100%;
		padding-bottom: 50px;
	}
	.detail-right {
		margin: 0 auto;
		display: block;
		width: 70%;
		float: left;
	}
}

@media screen and (max-width: 950px) {
	nav {
		display: none;
	}

	.res-menu, .about-image-res  {
		display: block;
	}

	.about-image  {
		display: none;
	}

	.about-text {
		width: 100%;
		line-height: 2em;
		padding: 20px;
		padding-bottom: 60px;
	}
	figure.effect-bubba p {
		margin-top: -30px;
	}
	.about-text h1 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 850px) {
	.detail-right {
		width: 100%;
	}

	.bedrijfsfilm, .bedrijfsinfo {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 799px){
	#menu {
		right: 0 !important;
	}
	.responsive-links {
		width: 100%;
		text-align-last: center;
		font-size:1.4em;
		background-color: black;
	}
	.nav-responsive a > li {
		padding-left: 0;
		text-align: center;
		padding-right: 0;
	}	
	.subcategorieen > li {
		width: 49%;
		margin-right: 2%;
		padding:0;
		margin-bottom: 2%;
	}
	.subcategorieen > li:nth-child(3n){
		margin-right: 2%;
	}
	.subcategorieen > li:nth-child(2n){
		margin-right: 0;
	}
}

@media screen and (max-width: 750px) {
	figure.effect-bubba p {
		margin-top: -40px;
	}

	.footer-item {
		width: 50% !important;
	}

	.footer-item:nth-child(4) {
		text-align: center;
	}

	.contact-persons li {
		width: 50%;
	}
}

@media screen and (max-width: 700px) {
	.res-menu {
		right: 90px;
	}

	.producten li {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 2%;
		display: block;
		float: none;		
	}
	.producten li:nth-child(2n){
		margin-right: auto;
	}

	.detail-picture {
		width: 96%;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
		float: none;
	}

	.detail-text {
		margin: 0 auto;
		width: 96%;
		float: none;
		padding-left: 0;
		height: auto;
		min-height: 0;
	}



}

@media screen and (max-width: 600px) {
	.contact-form, .location,.contacteer-ons {
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px;	
	}
	.contacteer-ons {
		min-height: 0;
		text-align: center;
	}
	.contact-info h2 {
		text-align: center;
	}

	#sliderwrap {
		display: none;
	}
	.homecont {
		padding-top: 125px;
	}
	.special-contact,.special-contact2 {
		display: none;
	}
	.bottom-language button {
		width: 49%;
		display: block;
		margin-right: 2%;
		float: left;
		margin-left: 0;
	}
	.bottom-language a:nth-child(2n) button{
		margin-right: 0;
	}
	.bottom-language {
		height: 180px;
		padding-left: 1%;
		padding-right: 1%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.logo-index:nth-child(2){
		display: block;
	}
}


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

	.logo {
		float: left;
		margin-left: 10px;
	}

	.res-menu {
		right: 10px;
	}

	.producten li {
		width: 100%;
	}

	.boilerplate {
		overflow: auto;
		height: auto;
	}

	.boileritems li {
		width: 50%;
		padding-bottom: 10px;
		border-bottom: 1px solid white;
	}
	.boileritems li:nth-child(3){
		border-left: 0;
	}
	.subcategorieen li:nth-child(1n){
		width: 100%;
		margin:0 auto;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 500px) {
	.home-slider {
		height: 300px;
	}

	.language>select {
		margin-top: 15px;
	}

	.footer-item {
		width: 100%;
		text-align: center;
	}

	.footer-item {
		width: 100% !important;
	}

	.detail-picture, .detail-text {
		width: 95%;
	}

	.contact-persons li {
		width: 100%;
	}

	.logo-index {
		margin-top: 20px;
		max-width: 85%;
	}
}

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

	figure.effect-bubba h2 {
		padding-top: 20px;
	}

	figure.effect-bubba img {
		opacity: .4;
	}

	figure.effect-bubba p {
		opacity: 1;
	}

	.boileritems li {
		width: 100%;
		border-left: 0;
	}
	
	.contact-form input[type=submit] {
		width: 100%;
	}

	.contact-info section {
		padding-right: 5px;
	}

	

	.aanwerving button {
		width: 100%;
	}

	.solliciteren {
		width: 95%;
	}

	.logo-index {
		margin-top: -10px;
	}
}

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

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

	.logo {
		height: 70px;
		width: 155px;
		margin-top: 25px;
	}

	
}


/* GDPR */

#content-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	margin: auto;
}

#content-container h1 {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #278AB5;
	margin-bottom: 20px;
	margin-top: 50px;
}


#content-container h2 {
	color:#000;
	font-size:24px;
	font-weight:bold;
	margin-bottom: 1em;
	margin-top: 1em;
	cursor: pointer;
	padding-left: 15px;
}

#content-container h3 {
	background: #2F3192;
	color: #fff;
	border-radius: 200px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	padding: 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	font-weight: 700;
	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;
	font-size: 19px;
}

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

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

#content-container a {
	color: #000;
	font-weight: 700;
}

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

#content-container thead {
	background-color:#2F3192;
	color: #fff;
}


#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;
}

/* Einde GDPR */