@charset "utf-8";
/* old cookies popup
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  line-height: 36px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

.contactak
{
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  font-size: .9em;
  background-color: #000035;
  margin-top: 1.5em;
}

@media all and (max-width: 730px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
    width: 100%;
  }
}

/* old cookies END */

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 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);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.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: #DC002E;
	border: 1px solid #DC002E;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #DC002E;
	border: 1px solid #DC002E;
}

/* NEW COOKIE END */

#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: colour;
	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: colour;
}
.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;
}
#content-container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

#content-container h2 {
  color:#DC002E; 
  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: #DC002E;
}

#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;
}

/* CSS Document */

html, body {
	height:100%; 
	min-height: 100%;
	color: #000;
	font-size: .95em;
	font-family: 'Roboto', sans-serif;
	/*background: #fff url(/images/bg.jpg) no-repeat right bottom fixed;*/
	background-size: cover;
   /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg.jpg', sizingMethod='scale');
  	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg.jpg', sizingMethod='scale')"*/
}

#logo span
{
	display: inline-block;
	font-size: 2em;
	margin-left: 10px;
	color: #000;
	text-transform: uppercase;
}

header nav, #content
{
	position: relative;
	z-index: 25px;
}

#tickertape
{
	height: 140px;
	width: 960px;
	margin: 0 auto;
	font-size: 1.7em;
	line-height: 1.2em;
	text-align: center;
	padding-bottom: 30px;
}

#tickertape p span
{
	font-size: .7em;
}

#container
{
	position: relative;
	min-height: 100%;
}

header nav
{
	background-color: #DC002E;
	text-align: center;
}

header nav img
{
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: -44px;
	display: none;
}

header nav a:hover img, header nav a.active img
{
	display: inline;
}

header img
{
	margin: 25px auto;
}

header nav li
{
	display: inline-block;
}

#content.wagens
{
	padding-bottom: 25px;
}

#container .center
{
	width: 95%;
	max-width: 1200px;
}

#container footer .center
{
	padding-right: 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

header nav a
{
	color: #fff;
	display: inline-block;
	margin: 0 25px;
	height: 40px;
	font-size: 1.2em;
	line-height: 40px;
	position: relative;
}

#aanbod article
{
	position: relative;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
	width: 31.3%;
	border-top: 2px solid #DC002E;
	border-bottom: 2px solid #DC002E;
}

#aanbod article > img:first-child
{
	width: 100%;
}

#aanbod h2, #aanbod .cover2
{
	bottom: 0 !important;
}

#aanbod article .cover
{
	height: 100% !important;
	display: none;
}

#aanbod article:hover .cover
{
	display: block;
}

#aanbod article:hover .cover2, #aanbod article:hover h2
{
	display: none;
}

#aanbod a
{
	color: #000;
	margin-left: 30px;
	margin-bottom: 18px;
	display: block;
}

#aanbod a img
{
	display: inline-block;
	margin-left: 15px;
}

#aanbod article a:first-child
{
	margin-top: 25px;
}

#aanbod article .cover
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 166px;
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.cover2
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
	height: 36px;
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-size: 1.1em;
}

#aanbod article h2, #overons h2
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	z-index: 1;
	font-size: 1.2em;
}

#tweedehands .nav
{
	display: inline-block;
	float: right;
}

#tweedehands .nav a
{
	display: inline-block;
	color: #820A4A;
	padding: 4px 3px;
	background-color: #F8F8FA;
	border: 1px solid #DDDDDD;
	margin-left: 5px;
}

#tweedehands .nav a.active
{
	background-color: #D8E0E3;
	color: #4C5E72;
}

#tweedehands thead
{
	background-color: #232E34;
	font-weight: bold;
	color: #fff;
}

#tweedehands tbody tr
{
	background-color: #fff;
	border-bottom: 1px solid #C0C9CE;
}

#tweedehands tbody tr.odd
{
	background-color: #E7EEF4;
}

#tweedehands tbody td
{
	background-color: #E7EEF4;
	padding: 4px 0;
}

#tweedehands tbody strong
{
	color: #660A1F;
	font-size: 1.05em;
	display: block;
}

#tweedehands tbody span
{
	color: #999A9C;
	font-size: .9em;
	display: block;
}

h1
{
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 30px;
}

#overons article
{
	float: left;
	margin-left: 3%;
	position: relative;
	width: 31.3%;
}

#overons article:first-child
{
	margin-left: 0;
}

#overons img
{
	border-top: 2px solid #DC002E;
	width: 100%;
	border-bottom: 2px solid #DC002E;
}

#overons article .c
{
	line-height: 1.6em;
	font-size: .9em;
	height: 135px;
	margin: 25px 0;
}

#content
{
	padding-bottom: 80px;
}

#overons article address
{
	line-height: 1.6em;
	font-size: .9em;
	background-color: #DC002E;
	padding: 12px;
	color: #fff;
	height: 170px;
}

#overons article address a
{
	color: #fff;
}


#overons address a
{
	display: block;
	margin-top: 14px;
	margin-left: 95px;
	line-height: 1.5em;
}

#overons article address h3
{
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 1.1em;
}

#overons article td
{
	width: 37%;
	padding: 2px 0;
}

#overons table
{
	width: 100%;
	margin-top: 15px;
}

#overons article td:first-child
{
	width: 24%;
}

#wagenwhite
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 600px;
	background-color: #fff;
}

iframe
{
	position: relative;
	z-index: 1;
}

textarea
{
	height: 102px !important
}

footer
{
	background-color: #DC002E;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	z-index: 1;
	font-size: .8em;
	line-height: 30px;
	color: #ED9AAA;
}

footer .center
{
	position: relative;
}

footer a
{
	color: #ED9AAA;
	display: inline-block;
}

footer img
{
	position: absolute;
	right: 0;
	bottom: 4px;
}

.c
{
	font-family: Arial, Helvetica, sans-serif;
}

#overons a
{
	color: #000;
}

#sliderzone 
{
	margin-bottom: 50px;
}

#slider article
{
	position: relative;
}

#slider article h2
{
	font-size: 1.4em;
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 6px;
}

#slider article p
{
	font-size: .9em;
	color: #dc002e;
	line-height: 1.5em;
	margin: 0 12px;
}


#slider article.active div
{
	display: block;
}

#slider article div
{
	display: none;
	position: absolute;
	width: 100%;
	left: 20px;
	bottom: 40px;
	height: 85px;
	width: 520px;
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#contact article > img
{
	width: 100%;
	max-width: 400px;
}

#contact article
{
	width: 31%;
	margin-left: 3.5%;
	position: relative;
	float: left;
}

#contact article:first-child
{
	margin-left: 0;
}

#mymap
{
	width: 298;
	height: 477px;
	border: 1px solid #555;
}

#contact strong
{
	color: #DC002E;
	display: block;
	margin: 15px 0;
	line-height: 1.4em;
}

#contact address p
{
	margin-bottom: 15px;
	line-height: 1.5em;
	padding-left: 40px;
}

#contact address span
{
	display: inline-block;
	width: 100px;
}

#contact address
{
	background: url(/images/contactbg2.png) no-repeat left 9px;
}

#contact a
{
	color: #000;
}

input[type="text"], select, textarea
{
	width: 100%;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #555;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 10px;
}

input[type="submit"], #mapbtn
{
	width: 100%;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	background-color: #DC002E;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 0;
}

#contact .addr
{
	height: 523px;
	border-bottom: 2px solid #DC002E;
}

.errors
{
	color: #DC002E;
	margin-left: 15px;
	line-height: 1.8em;
	list-style-type: disc;
	margin-bottom: 15px;
}

#mapbtn
{
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: -45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#bigmap
{
	position: absolute;
	height: 90%;
	width: 90%;
}

#logo
{
	display:inline-block;
	margin: 10px auto 35px auto;
}

@media all and (max-width: 1080px) {
	#overons article .c
	{
		height: 165px;
	}

	#container #prev
	{
		margin-left: -470px;
	}

	#container #next
	{
		margin-left: 425px;
	}

}

@media all and (max-width: 1000px) {
	#contact > article
	{
		width: 48.5%;
		float: left;
		margin: 0;
	}

	#contact > article:first-child
	{
		width: 100%;
		margin-bottom: 3%;
	}

	#contact > article:nth-child(2)
	{
		float: right;
	}
}

@media all and (max-width: 960px) {
	#sliderzone
	{
		display: none;
	}

	#overons
	{
		margin-top: 5%;
	}
}

@media all and (max-width: 900px) {
	#container #aanbod article
	{
		margin-right: 3% !important;
		width: 48.5%;
	}

	#container #aanbod article:nth-of-type(2n)
	{
		margin-right: 0 !important;
	}

	#container #aanbod .cb
	{
		display: none;
	}

	#container #aanbod:after
	{
		clear: both;
		display: block;
		content: '';
	}
}

@media all and (max-width: 850px) {
	#overons article
	{
		margin-left: auto !important;
		float: none;
		margin-right: auto !important;
		width: 100%;
		max-width: 550px;
		margin-top: 3%;
	}

	#overons article .c
	{
		height: auto;
	}

	#overons
}

@media all and (max-width: 620px) {
	#logo
	{
		display:inline-block;
		margin: 10px auto;
	}

	header
	{
		border-bottom: 5px solid #DC002E;
	}

	#logo span
	{
		font-size: 1.5em;
	}

	#logo img
	{
		width: 120px;
	} 

	header nav
	{
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		top: 115px;
		z-index: 80;
	}

	#res
	{
		display: inline-block;
		width: 40px;
		height: 40px;
		float: right;
		cursor: pointer;
		margin-top: 62px;
	}

	#res:before, #res:after, #res > span
	{
		display: block;
		margin-top: 6px;
		height: 6px;
		content: '';
		background-color: #DC002E;
	}

	header .center
	{
		position: relative;
	}

	header nav a
	{
		display: block;
		margin: 0;
		text-align: center;
		font-size: 2em;
		height: 3em;
		line-height: 3em;
	}

	header nav a:hover, header nav .active
	{
		background-color: #820b24;
	}

	#container nav .center
	{
		width: 100%;
	}

	header nav img
	{
		display: none !important;
	}

	header nav:after
	{
		display: block;
		height: 30px;
		line-height: 30px;
		font-size: .85em;
		content: 'Site by Plenso';
		background-color: #fff;
		color: #333;
		text-align: center;
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
	}

	#contact > article
	{
		width: 100%;
		height: auto !important;
	}

	#contact img
	{
		max-width: 100% !important;
	}

	#contact > .addr
	{
		margin-top: 70px;
	}

	footer
	{
		text-align: left;
		height: auto;
	}
}

@media all and (max-width: 590px) {
	#container #aanbod article
	{
		width: 100%;
		margin-right: 0 !important;
	}
}