@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 100%;
	font-size: .9em;
	box-sizing: border-box;
	line-height: 1.5em;
}

h1 {
	font-family: 'Roboto', sans-serif;
}

html {
	height: 100%;
	box-sizing: border-box;
}
.mobile {
	display: none;
}

/* 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 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  font-family: 'Montserrat', sans-serif;
  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 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  padding: 15px;
  background-color: #e01a22;
  border: 1px solid #e01a22;
  color: #353535;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #353535;
  border: 1px solid #353535;
}
/* Einde Cookie Melding */
/*GDPR checkbox*/
#PL_privacy {
	margin-top: 10px;
}
.privcnt {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: .8em;
	height: 20px;
}
.privcnt input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.privcnt a {
	height: 100%;
	color: black;
	font-weight: 700;
	color: #e01a22;
	position:relative;
	z-index: 10;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
	background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
	background-color: #e01a22;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.privcnt input:checked ~ .checkmark:after {
	display: block;
}
.privcnt .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#subm {
  position:relative;
  z-index: 3;
}
#subm.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.submitholder {
  position: relative;
}
.submitholder:after {
  	display: block;
  	clear: both;
  	content: "";
}
.submitholder .submit-warning {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
/*GDPR checkbox*/
/* GDPR Algemeen */
#content-container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

#content-container h2 {
  color:#e01a22; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  color: #fff;
  background-color: #3a3a3a;
  padding: .6em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1em;
}
#content-container h3.active {
  background-color: #e01a22;
}

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

#content-container p {
  margin-bottom: 2em;
}

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

#content-container table {
  margin-left: 1em;
}
#content-container a {
  color: #D3191C;
}
#content-container .c {
  line-height: 150%;
}
#gdpr-wrapper {
   min-height:100%;
   position:relative;
}
/*/GDPR alg*/

/* NAVIGATIE */

.navigation {
	position: fixed;
	background-color: white;
	width: 100%;
	height: 120px;
	z-index: 50;
}

.logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 328px;
	height: 40px;
	float: left;
	margin: 40px 0 0 30px;
}

nav {
	float: right;
	height: 125px;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-right: 20px;
}

nav>ul {
	display: inline-block;
	display: table-cell;
	padding-top: 50px;
	text-transform: uppercase;
}

nav>ul>a {
	float: left;
	padding: 10px 25px;
	color: black;
	transition: all .3s;
}

nav>ul>a:hover {
	color: #e01a22; 
}
header {
	border-bottom: 1px solid #e01a22;
}

.language>ul {
	margin: 60px 30px 0 0;
	float: right;
	padding-left: 5px;
	border: none;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	border-left: 1px solid black;
	position: relative;
}
.language ul:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #e01a22 transparent transparent transparent;
	position: absolute;
	right: -10px;
	top: 6px;
	content: "";

}
.language li {
	display: none;
}
.language ul:hover li {
	display: block;
}
.language a {
	color: black;
}

.active {
	padding-bottom: 5px;
	border-bottom: 2px solid #e01a22; 
}

.shop-link {
	float: right;
	margin: 45px 30px 0 0;
	padding: 10px 30px;
	background-color: #e01a22;
	text-transform: uppercase;
	color: white;
	transition: all .3s;
}

#shop-link-resp {
	width: 100%;
	color: white;
	display: none;
	background-color: #e01a22 !important;
}

.shop-link>p {
	padding: 5px 0 5px 0;
}

.shop-link:hover {
	opacity: .6;
}

.burgermenu {
	display: none;
	position: absolute;
	top: 47px;
	right: 250px;
	cursor: pointer;
}



/* ALGEMENE FUNCTIES */
.hidden {
	display: none;
}
 select:invalid { color: gray; }

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


.uppercase {
	text-transform: uppercase;
}

.make-red {
	color: #e01a22;
}

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

.fifty {
	width: 50% !important;
}

.slider {
	width: 100%;
	height: 160px;
	background-image: url('../images/slider.png');
	background-size: cover;
	background-position: center;
}
.tickertape {	
	width: 100%;
	height: 130px;
	background-color: transparent;
	position: relative;
}

.tickertape h1 {
	text-align: center;
	width: 100%;
	padding-top: 55px;
	font-size: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

/* FOOTER */

footer {
	width: 100%;	
	background-color: #111111;
	position: relative;
}

.made-by {		
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;	
	background-color: #454545;
	color: #848484;
}
.made-by a {
	color: #848484;
}

.footer-items {
	width: 100%;
	height: 100%;
	text-align: justify;
	padding-bottom: 20px;
}
.footer-items:before, .footer-items .after {
	content: "";
	display: inline-block;
}
.footer-items:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.footer-item {
	font-weight: 700;	
	box-sizing: border-box;	
	height: 100%;
	display: inline-block;	
	vertical-align: top;
}

.footer-item>p {
	padding: 20px 20px 0 20px;
	color: white;
	line-height: 2.5em;
}

.footer-item>img {
	float: left;
	margin-top: 40px;
}

.footer-item>section {
	float: left;
	height: 100%;
	width: 15%;
	position: relative;
	box-sizing: border-box;
}

.footer-item section img {
	display: block;
	margin: 0 auto;
	margin-top: 23px;
}
.fb img {
	position: relative;
	top: 8px;
}

.footer-item>div {
	float: left;
	width: 85%;
	color: white;
}

.footer-item>div>p {
	padding: 20px 10px 0 5px;
}

.tickertape {
	width: 100%;
	border-top: 2px solid #c9c9c9;
	height: 130px;
	background-color: white;
}

.tickertape>h1, .tickertape p {
	text-align: center;
	width: 100%;	
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;	
}

.boilerplate {
	background-image: url('../images/boilerplate.png');
	background-size: cover;
	width: 100%;
	height: 180px;
	overflow:hidden;
}


/* MAIN CONTENT DEFAULT SETTINGS */

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

.home-slider-info {
	width: 370px;
	box-sizing: border-box;
	height: 100%;
	float: right;
	background-color: rgba(0,0,0,.4);
	color: white;
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-style: italic;
	padding: 20px;
	margin-right: -60px;
	transform: skewX(-15deg);
}

.home-slider-info>div>h1 {
	width: 80%;
	font-size: 1.3em;
	line-height: 1.8em;
}

.home-slider-info>div>img {
	margin: 50px 0 50px 70px;
}

.home-slider-info>hr {
	width: 85%;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
}

.home-slider-info>div {
	transform: skewX(15deg);
}

main {
	padding-top: 120px;
}

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

.content-box>h1 {
	width: 90%;
	display: block;
	font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 30px auto 30px auto;
}

.content-box>h1>span {
	color: #e01a22;
}

.content-box>p {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.content-box h2 {	
	color: #e01a22;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
}

main>hr {
	border: none;
	background-color: #a5a5a5;
	height: 6px;
	margin: 0;
}

.over-part {
	box-sizing: border-box;
	width: 50%;
	min-height: 500px;
	padding: 40px;
	float: left;
}

.picture-over-left {
	background-image: url('../images/over-left-placeholder.png');
	background-size: cover;
}

.picture-over-right {
	background-image: url('../images/over-right-placeholder.png');
	background-size: cover;
}
.over-part .ul {
	margin-left: 20px;
}

.over-part li {
	padding: 5px 0 5px 20px;
	padding-left: 20px;
	list-style-image: url(../images/bullet.png);
}

.over-content {
	width: 100%;
	overflow: auto;
}

.aanbod-links {
	width: 90%;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}

.aanbod-link {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
}

.aanbod-link>div {
	position: relative;
	cursor: pointer;
}

.aanbod-link>div>img {
	width: 100%;
}

.aanbod-link>div>h1 {
	width: 100%;
	text-align: center;
	color: white;
	font-size: 1.2em;
	font-weight: 700;
	padding: 10px 0;
	background-color: rgba(0,0,0,.8);
	position: absolute;
	bottom: 0;
}

.overlay {
	background-image: url('/images/aanbod/kader.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	background-color: rgba(0,0,0,.8);
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
	height: 100%;
}

.overlay h2 {
	padding: 0;
	text-align: center;
	color: #e01a22;
	font-weight: 700;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.overlay p {
	text-align: center;
	font-style: italic;
	padding: 0;
	color: white;
}
.overlay>div {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding:0 10%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.aanbod-link>div:hover .overlay {
	display: block;
}

.aanbod-link>div:hover h1 {
	display: none;
}

.special {
	height: 200px;
	width: 100%;
}

.special>div {
	height: 200px;
	background-image: url('../images/aanbod/promoties.jpg');
	background-size: cover;
	background-position: center;
	display: block;
}

.filter {
	width: 90%;
	overflow: auto;
	background-color: #e01a22;
	margin: 0 auto;
	box-sizing: border-box;
}
.filter select {	
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: url(/images/selectarr.png) 96% / 10px no-repeat #eee;
}
.filter select::-ms-expand { /* for IE 11 */
    display: none;
}

.filter>h1 {
	float: left;
	color: white;
	padding: 5px 0 0 10px; 
}

.filter select {
	margin: 5px 10px 5px 10px;
	padding-left: 10px;
	float: right;
	width: 200px;
	border: none;
	background-color: #fff;
	height: 25px;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter select:focus {
    outline: none;
}

.filtered-products {
	margin: 0 auto;
	width: 90%;
}

.filtered-products>li {
	box-sizing: border-box;
	float: left;
	width: 25%;
	height: 250px;
	padding: 20px;
	transition: all .3s;
}

.filtered-products>li>a>div {
	width: 100%;
	height: 100%;
	background-image: url('../images/product.png');
	background-size: cover;
	background-position: center;
	position: relative;
}

.filtered-products li span {
	font-weight:bold;
	color: #e01a22;
	position: absolute;
	top: 5px;
	left:5px;
	padding:5px;
	border:1px solid #e01a22;
}

.name-product-filtered {
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
	font-size: 1.2em;
	box-sizing: border-box;
	padding-top: 8px;
	color: white;
	text-align: center;
	background-color: rgba(0,0,0, .8);
}

.filtered-products>li:hover {
	opacity: .8;
}

#maini {
	border: 1px solid #e01a22;
	padding:2px;s
}
.detail-content {
	width: 90%;
	margin: 0 auto;
	overflow: auto;
	margin-top: 30px;
	padding-bottom: 60px;
}

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

.detail-left>img {
	width: 100%;
}

.actions {
	height: 50px;
	content-align: center;
	width: 100%;	
	z-index: 30;
	position: relative;
top: -25px;
}
.actions>div>a,.actions>div>button {
	margin-right: 10px;
	position: relative;
	top: 10px;	
}
.actions>div>a:last-child {
	margin-left: 10px;
}
.sharepos>button {
	margin-right: 10px;
}

.actions>a>img {
	position: absolute;
	bottom: 10px;	
}
.rightarr {
	right:0;
}
.leftarr {
	left:0;
}

.actions>div {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.actions div button {
	background-color: #e01a22;
	color: white;
	border: none;
	width: 90px;
	height: 30px;
	transition: all .3s;
	text-transform: uppercase;
}
.actions div button:hover {
	opacity: .7;
}
.actions div button:hover .share {
	opacity:2;
}

.share {
		z-index:500;
		background-color: #fff;
		display: none;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		position: absolute;    
		padding: 10px;
		-webkit-box-shadow: 0 -1px 3px 1px #424242;
		box-shadow: 0 -1px 3px 1px #424242;
		bottom: -85px;
	}
	.share > * {
		display: block;
		margin:5px 0;
	}


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

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

.detail-right>article {
	padding: 10px;
	overflow: auto;
	cursor: pointer;
	transition: all .3s;
}

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

.detail-right>article:hover {
	background-color: #5a5a5a;
	color: white;
}

.detail-right>article img {
	width: 30%;
	border: 1px solid #e01a22;
	float: left;
	margin-right: 10px;
}

.detail-right a>button {
	margin: 0 auto;
	width: 112px;
	height: 30px;
	text-transform: uppercase;
	border: none;
	background-color: #e01a22;
	color: white;
	margin-top: 30px;
	display: block;
	transition: all .3s;
}

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

.evenementen {
	width: 90%;
	margin: 0 auto;
	display: block;
	padding-bottom: 35px;
	overflow: auto;
}

.evenement {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
}
.evenement .tekst {
	height: 115px;
	overflow: hidden;
}

.evenement>a>img {
	width: 100%;	
}

.evenement h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #e01a22;
	margin: 20px 0 20px 0;
	font-family: 'Roboto', sans-serif;
}

.evenement h2 img {
	margin: 0 auto;
	margin-top: 30px;
	overflow: auto;
	display: block;
}

.faq-left {
	padding-left: 30px;
	padding-top: 30px;
	box-sizing: border-box;
	width: 60%;
	float: left;
}

.faq-left>li {
	width: 100%;
}

.question {
	background-color: #e01a22;
	box-sizing: border-box;
	border: #e01a22 2px solid;
	height: 35px;
	width: 100%;
	color: white;
	padding: 5px 0 0 20px;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	margin-bottom: 10px;
}
.faqItem h2 {
	background-color: #e01a22;
	color: white;
	font-weight: normal;
	padding:0.25em 0em 0.25em 1em;
	margin-bottom: 1em;
}
.faqItem h2.active {
	background-color: white;
	color: black;
	border:2px solid #e01a22;
}
.faqItem .c {
	margin-left: 1em;
}

.question:hover {
	opacity: .7;
}

.answer {
	margin: 0 auto;
	display: block;
	width: 95%;
	margin-bottom: 20px;
	transition: all 1.3s; 
}

.hiddenAnswer {
	display: none;
}

.question>img {
	position: absolute;
	right: 10px;
	top: 10px;
}

.faq-right {
	width: 40%;
	box-sizing: border-box;
	float: right;
}

.faq-right>img {
	padding-top: 30px;
	width: 90%;
	float: right;
}

.opened {
	background-color: white;
	color: black;
}
#mymap {
	height: 450px;
}

.contact-height {
	min-height: 500px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.contact-form {
	margin-top: 40px;
	width: 30%;
	min-height: 422px;
	position: relative;
	margin-bottom: 60px;
	float: left;
}

.contact-form>input[type="text"] {
	width: 100%;
	height: 35px;
	margin-bottom: 13px;
	box-sizing: border-box;
	padding-left: 10px;
}

.contact-form input[type="submit"] {
	width: 100%;
	height: 35px;
	background-color: #e01a22;
	border: none;
	text-transform: uppercase;
	color: white;
	position: absolute;
	bottom: 0;
	font-weight: bold
}
.contact-form textarea {
	height: 87px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 10px;
}

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

.location>img {
	width: 100%;
}

.toon-groot, .contact-us {	
	width: 100%;	
	height: 35px;
	background-color: #e01a22;
	border: none;
	text-transform: uppercase;
	color: white;
	vertical-align: bottom;
	margin-top: 38px;
	position: absolute;
	bottom: -2px;
	font-weight: bold;	
}

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

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

.contact-info>section {
	float: left;
	width: 30px;
	padding-right: 20px; 
}

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

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

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

.picture1 {
	display: none;
	width: 100%;
}

.responsive-links {
	transition: all .3s;
	width: 300px;
	height: 100%;
	position: fixed;
	top: 110px;
	z-index: 40;
	right: -300px;
	background-color: white;
}

.nav-responsive {
	margin: 0 auto;
	width: 90%;
	margin-top: 20px;
}

.responsive-links img {
	margin: 0 auto;
	display: block;
	opacity: .3;
}

.nav-responsive a>li {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 10px 0 10px 0;
	font-family: 'Roboto', sans-serif;
	color: black;
	text-transform: uppercase;
	text-align: center;
	transition: all .3s;
	background-color: #fffcfc;
	border: 2px solid white;
}

.nav-responsive a>li:hover {
	color: white;
	background-color: #e01a22;
	text-align: center;
}

.active-res {
	border: 2px solid #e01a22 !important;
	background-color: transparent !important;
	color: #e01a22 !important;
}

.homepage {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #202020;
}

.home-banner {
	height: 460px;
	background-image: url('../images/home-banner.png');
	background-size: cover;
}

.home-bottom {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 80px;
	background-color: #5f5f5f;
}

.homepage>p {
	width: 80%;
	line-height: 2em;
	font-size: 1.2em;
	color: white;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.home-logo {
	height: 140px;
	width: 560px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	background-image: url('../images/logo.png');
	margin: 0 auto;
	display: block;
	margin-bottom: 40px;
	margin-top: -70px;
}

.home-bottom>div {
	width: 425px;
	margin: 0 auto;
	height: 100%;
}

.home-bottom button {
	margin-left: 20px;
	margin-right: 20px;
	width: 160px;
	height: 45px;
	border: 2px solid white;
	color: white;
	font-size: 1.2em;
	margin-top: 15px;
	background-color: transparent;
}

.home-bottom button:hover {
	background-color: white;
	color: black;
}
.c ul {
	margin:1em 0 !important;
}
.c p {
	margin:1em 0 !important;
}
@media screen and (max-width: 1500px) {
	.footer-item>p {
		padding: 5px;
		font-size: .9em;
	}
}

@media screen and (max-width: 1415px) {
	nav>ul>a {
		padding: 10px 8px; 
	}

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

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

}

@media screen and (max-width: 1200px) {
	.burgermenu {
		display: block;
	}	
	nav {
		display: none;
		background-color:white;
		width: 100%;
		float: none;
		height: auto;
		margin-right: 0;
	}
	nav > ul {
		width: 100%;
		display: block;
	}
	nav > ul > a {
		display: block !important;
		float: none;
		width: 100%;
		font-size: 1.5em;
		text-align: center;
		padding:0;
	}
	nav ul li {
		width: 100%;		
		line-height:55px;
		display: block !important;
	}
	.active {
		border-bottom: 0;
		background-color:#e01a22;
		color:white;
		padding-bottom: 0;
	}

	.navigation {
		padding-bottom: 25px;
	}
	.filtered-products>li {
		width: 33.33%;
	}
}

@media screen and (max-width: 1050px) {
	.faq-left {
		padding: 20px;
		padding-top: 50px;
		width: 100%;
		margin-bottom: 50px;
	}

	.faq-right {
		display: none;
	}

	.contact-form, .location {
		width: 45%;
		margin: 40px 2.5%;
	}

	.contacteer-ons {
		width: 60%;
		float: left;
		margin:0 auto;
	}
}

@media screen and (max-width: 990px) {
	footer {		
		padding-top: 0;
	}	
	.footer-items {
		padding-bottom: 20px;
	}
	.footer-items:before, .footer-items .after {
		display: none;
	}
	.footer-items:after {
		display: block;
		clear: both;
		content: "";
	}
	.footer-item {
		width: 33.33%;				
		float: left;
		display: block;
	}
	.footer-item p {
		min-width: 0px !important;
	}
	.footer-item:nth-child(4){
		margin-left: 16.665%;
		margin-top: 25px;
	}
	.footer-item:nth-child(5){
		margin-top: 25px;
	}
	.detail-left {
		width: 100%;
		padding-bottom: 50px;
	}
	.detail-right {
		margin: 0 auto;
		display: block;
		width: 70%;
		float: left;
	}
}

@media screen and (max-width: 950px) {
	.overlay {
		padding: 10px;
	}
	.overlay>p {
		width: 100%;
		padding: 0;
	}
	.evenement {
		width: 50%;
	}
}

@media screen and (max-width: 850px) {
	.aanbod-link {
		width: 50%;
	}
	.filtered-products>li {
		width: 50%;
	}
	.detail-right {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.footer-item {
		float: none;
		margin:10px auto !important;
		width: 250px;		
	}
	.footer-item p {
		min-width: 230px !important;
	}
	.footer-item:after {
		display: block;
		clear: both;
		content: "";
	}
}

@media screen and (max-width: 750px) {
	.filter {
		padding-bottom: 5px;
	}
	.filter > h1 {
		float: none;
		width: 100%;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 2%;
		padding-right: 2%;
	}
	.filter select {
		width: 96%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 2%;
		margin-right: 2%;
	}	
}

@media screen and (max-width: 700px) {
	.over-part {
		width: 100%;
		background-image: none;
		padding: 10px;
		min-height: 0;
	}
	.over-part ul {
		margin-left: 2%;
	}
	.over-part .mobile {
		display: block;
	}
	.picture-over-right {
		display: none;
	}

	.picture1 {
		display: block;
	}
}


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

	.shop-link {
		display: none;
	}

	#shop-link-resp {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.aanbod-link {
		width: 100%;
	}
	.contact-form, .location,.contacteer-ons {
		box-sizing: border-box;
		width: 96%;		
		margin:0;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 40px;
	}
	.contactpage .contact-form {
		margin-top: 40px;
		min-height: 500px;
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 2%;
		margin-right: 2%;
	}

	.contact-form>input[type="submit"] {
		width: 100%;
	}

	.navigation {
		height: 100px;
	}

	.responsive-links {
		top: 110px;
	}
	.home-slider {
		display: none;
	}
	.homeban.dn {
		display: block !important;
	}
}


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

	.filtered-products>li {
		width: 100%;
	}

	.logo {
		width: 250px;
		height: 30px;
	}

	.burgermenu {
		top: 35px;
	}

	.language>ul {
		margin-top: 45px;
	}
	.actions {
		position: static;
	}
}

@media screen and (max-width: 500px) {
	.evenement {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.logo {
		width: 200px;
	}

	.navigation {
		height: 80px;
	}

	main {
		padding-top: 100px;
	}
}

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

	
	.faq-left>li, .question {
		height: auto;
	}

	.nav-responsive a>li {
		padding: 5px 10px;
	}

	.home-slider-info {
		width: 100%;
		margin-right: 0;
		transform: none;
	}

	.home-slider-info>div>h1 {
		width: 100%;
	}

	.home-slider-info>div>img {
		margin: 50px auto 50px auto;
		display: block;
	}

	.home-slider-info>div {
		transform: none;
	}

	.logo{
		margin: 0 auto;
		display: block;
		float: none;
		margin-top: 15px;
	}

	.language>ul {
		margin-top: 20px;
	}

	.burgermenu {
		top: 50px;
		right: 43%;
	}
}


@media screen and (max-width: 300px) {
	.shop-link {
		width: 75%;
	}

	.responsive-links {
		width: 100%;
	}
	.actions>div>a:last-child{
		margin-left: 0;
	}
	.actions>div>a:last-child button {	
	position: relative;
	top: 10px;
}
}
@media screen and (max-width: 275px){
	.footer-item {
		min-width: 0px !important;	
		width: 100%;	
	}
	.footer-item p {
		min-width: 0px !important;
	}
}