@charset "utf-8";
/* 
font-family: 'Roboto Condensed', sans-serif;
CSS Document */

*
{
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

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

.container
{
	width:100%;
}

/* HEADER */

.header
{
	height:124px;
	width:100%;
	background-color: #000;
}

.header .headerlogo
{
	height:100%;
	width:25%;
	float:left;
}

.header .headerlogo a
{
	height:100%;
	width:100%;
	display:inline-block;
	text-align:center;
}

.header .headerlogo a img
{
	margin-top:1.1em;
	height: 70%;
}

.header .headernav
{
	width:60%;
	height:100%;
	float:left;
}

.header .headernav ul li a
{
	color: #fff;
}

.header .headernav ul
{
	line-height:124px;
}

.header .headernav ul li
{
	display:inline-block;
	color: #eb1c24;
	font-weight:300;
	width: 12%;
	text-align:center;
	font-size: 1.15em;
}

.fav
{
	float:left;
	width:auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.fav p
{
	background-color: #ed1c24;
	border-radius: 5px;
	color: #fff;
	padding:0.75em;
	padding-left:3em;
}

.fav p img
{
	position: absolute;
	height:40%;
	left:10%;
}

.favactief p 
{
	color: #ed1c24;
	background-color: #fff;
}

.underlinednav
{
	height:2px;
}

.currentpage a
{
	border-bottom:double 3px #eb1c24;
	padding-bottom:20px;
}

/* BANNER */

.banner
{
	width:100%;
	height:440px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.banner2
{
	height:200px;
	background-position:center center;
}
/* PAGE */

.page
{
	width:100%;
}


.breadcrump
{
	font-size:0.6em;
	margin-left:1%;
	padding-top:1em;
}

.pagespecial
{
	background: -webkit-linear-gradient(left, #c9c9c9 , #d5d5d5, #c9c9c9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #c9c9c9 , #d5d5d5, #c9c9c9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #c9c9c9 , #d5d5d5, #c9c9c9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #c9c9c9 , #d5d5d5, #c9c9c9); /* Standard syntax (must be last) */
}

.pagetextblock
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.pagetextblock h2, .pagetextblock p, .pagetextblock ul li
{
	line-height:1.5em;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

.pagetextblock h1
{
	position: relative;
	text-align: center;
	margin-top:2em;
	margin-bottom:2em;
	font-size:1.30em;
}

.pagetextblock .titel
{
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding-left: 2em;
	padding-right: 2em;
}

.pagetextblock h1 .line, .line1, .line2
{
	position: absolute;
	background-color: #000;
	width:100%;
	height:1px;
	left:0;
	top:50%;
}

.containertitel
{
	width:100%;
	overflow: hidden;
	position: relative;
}

#line1, #line2
{
	position: absolute;
	width:100%;
	height: 1px;
	background-color: #000;
	left:-70%;
	top:50%;
}

#line2
{
	left:70%;
}

.titleback
{
	margin-left:35%;
	width: 30%;
}

.pagetextblock h2
{
	color: #ed1c24;
	padding-bottom:2em;
	font-weight:bold;
}

.pagetextblock p
{
	padding-bottom:2em;
	line-height: 2em;
}

.item
{
	margin-top:0;
	margin-bottom:2em;
}

.item h1
{
	color: #ed1c24;
	font-size:1em;
	font-weight:bold;
	text-transform: uppercase;
}

.itemimg
{
	width:100%;
	position:relative;
	display: inline-block;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	box-shadow: 0px 0px 20px #888;
}

.itemimg:before
{
	padding-bottom: 100%;
	float:left;
	content:'';
}

.item img
{
	box-shadow: 0px 0px 20px #888888;
	display:block;
}

.star2
{
	position: absolute;
}

.item .star2 
{
	width:7%;
	top:4%;
	left:89%;
	box-shadow: none;
	display: block;
}

.promoties
{
	padding-bottom:2em;
}

.boxlink
{
	display: inline-block;
	width: 20%;
	height: auto;
	background-color:#ed1c24;
	color: #fff;
	cursor:pointer;
}
.boxlink p
{
	font-weight: bold;
	line-height: 4em;
	padding:0;
	text-align: center;
}

.itemdetails h2
{
	text-transform:uppercase;
	line-height:1em;
	margin-top: 3em;
}

.itemdetails table
{
	width:100%;
}

.itemdetails td
{
	width:50%;
	font-weight:bold;
}

.itemdetails td:nth-child(odd)
{
	color: #ed1c24;
	text-transform:uppercase;
	padding-bottom:1.5em;
}

.itemdetailsimg
{
	position: relative;
	width:45%;
	display: inline-block;
}

.itemdetailsimg .star2
{
	width:5%;
	top:3%;
	left:92%;
	box-shadow: none;
}

.itemdetailsimg:before
{
	content:"";
	float:left;
	padding-bottom:100%;
}

.itemdetails img
{
	box-shadow: 0px 0px 20px #888888;
	float:left;
	width:100%;
	margin-right:10%;
}

.itemdetails .contact
{
	background-color:#ed1c24;
	color: #fff;
	padding:1em 5% 1em 5%;
	float:right;
	margin-top: 1em;
}

.itemdetails .terug
{
	float:left;
	color: #ed1c24;
	margin-top:2em;
}

.itemdetailsgeg
{
	width:50%;
	float:right;
}


.vragen
{
	width:70%;
	float:left;
	padding-right:5%;
}

.vragenimages
{
	width:30%;
	float:right;
}

.vi
{
	width: 100%;
	padding-top:5em;
	padding-bottom:5em;
	margin-bottom:2em;	
	background-size: cover;
}


.vi p
{
	padding:0;
	margin:0;
	text-align:center;
	font-size:1em;
	text-transform:uppercase;
	color: #fff;
}

.faqItem h2
{
	width:100%;
	color: #fff;
	background-color:#707070;
	margin-bottom:0.5em;
}

.faqItem:nth-child(odd) h2
{
	background-color:#ed1c24;
}
.antwoord
{
	background-color: #fff;
}
.faqItem h2, .faqItem p
{
	padding:1em 5% 1em 5%;
}

.faqItem p
{
	line-height:2em;
	color: #000;
}


/* tickertape */

.tickertape
{
	height:150px;
	width:100%;
	background-image:url(../images/tickertape.jpg);
	background-color:#000;
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100%;

	float:left;
	margin-top:2em;
	text-align: center;
}
.tickertape p
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:1.5em;
	color: #fff;
	line-height: 150px;
	font-style: oblique;
}

#darken
{
	
}

/* footer */

.footerlogos
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:1400px;
}

.footerlogo
{
	margin-top:1em;
	margin-bottom:1em;
}

.footerlogo img
{
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.footerlogo img:hover
{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.footer
{
	float:left;
	width:100%;
	background-color: #000;
	padding:1em;
}

.footer .footercol
{
	line-height:1.5em;
}

#middenstecol
{
	margin-left:3.5%;
	padding-left:3.5%;
	padding-right:3.5%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.footer .footercol ul li, .footer .footercol td, .footer .footercol p
{
	color: #fff;
}

.footer .footercol ul li
{
	list-style:outside;
	margin-left:10%;
	padding-left:10%;
	line-height:2em;
}

.footer .footercol ul li:nth-child(2)
{
	margin-top:2em;
}

.footer .footercol img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
}

.footer .footercol table
{
	width:90%;
	float:right;
	line-height:2em;
}

.footer .footercol .icon
{
	float:left;
	margin-top:0.5em;
}

.footer .footercol a
{
	color: #fff;
}

/* FORM BANDENKEUZE */

#bandenform, #velgenform
{
	background-color: #ed1c24;
	margin-bottom: 2em;
}

#bandenform h1, #velgenform h1
{
	color: #fff;
	padding-top:1em;
	font-size: 1em;
	text-transform: uppercase;
}

#bandenform select, #velgenform select
{
	width:31%;
	margin-left:1%;
	margin-right:1%;
	border:none;
	padding-top:1em;
	padding-bottom:1em;
	margin-bottom:1em;
	font-size: 0.75em;
}

/* CONTACT */

.contactform, .contactinfo
{
	width:24%;
}

.maps
{
	width:44%;
}

.maps img, .contactinfo img
{
	width:100%;
}

.contactinfo img
{
	height: 120px;
}

#mymap
{
	width:100%;
	height:366px;
}

.contactform input, .contactform select, .contactform textarea
{
	padding-left:1em;
	width:100%;
	height:30px;
	margin-bottom:5px;
	font-size: 0.75em;
	border:solid 1px #000;
}

.contactform textarea
{
	height: 80px;
}

#form_verzenden
{
	margin-bottom: 0px;
}

.contactform p 
{
	padding:0;
}

.contactinfo h2
{
	text-transform: uppercase;
	color: #0b354d;
	margin-left: 1em;
	line-height: 20px;
	padding-top:33px;
	padding-bottom: 33px;
}

.contactinfo ul li
{
	margin-left:1em;
	line-height: 40px;
}

.contactinfo li a
{
	color:#ed1c24;
}

.biglink, #form_verzenden
{
	display:inline-block;
	width: 100%;
	background-color: #ed1c24;
	border:none;
	padding:1em 1em 1em 1em; 
	color:#fff;
	margin-top:10px;
	text-align: center;
	height:44px;
	line-height:16px;
}

#form_verzenden
{
	font-size: 1em;
}

.menubutton
{
	display:none;
}


.loctek-lightbox, #loctek-lightbox-close
{
	border:0px !important;
}

#loctek-lightbox-close
{
	line-height: 19px !important;
}

.siteby
{
	width: 100%;
	background-color: #ed1c24;
	text-align:center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.siteby a
{
	font-size: 0.85em;
	color: #fff;
	text-transform: uppercase;
}


#facebookipad
{
	display:none;
}

@media all and (max-width: 1200px) 
{
	#bandenform select
	{
		width: 48%;
		float:left;
	}

	.header .headernav
	{
		width:65%;
	}

	.header .headernav ul
	{
		line-height:62px;
	}

	.header .headernav ul li
	{
		width:24%;
	}

	.header .headerlogo a img
	{
		margin-top:2em;
		height:50%;
	}

	.fav p
	{
		padding:1em;
	}

	.fav p span
	{
		display:none;
	}

	.fav p img
	{
		height: 20px;
		margin-right:0;
		top:50%;
		margin-top:-10px;
	}

	.boxlink
	{
		width: 30%;
	}

	.vragenimages
	{
		display: none;
	}

	.vragen
	{
		width: 100%;
		float:none;
		padding:0;
	}

	.contactform, .contactinfo
	{
		margin-left:0;
	}

	.contactform
	{
		width:100%;
	}

	.maps
	{
		display: none;
	}

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

	.contactinfo img
	{
		height:auto;
	}
}

@media all and (max-width:1130px)
{
	.footerlogos div:nth-child(5)
	{
		display: none;
	}

	.pagetextblock
	{
		width: 95%;
	}

	.pagetextblock>div
	{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
}
@media all and (max-width: 900px)
{
	.footer .footercol
	{
		border:none;
	}

	.single-row-three>*
	{
		max-width: 100%;
	}

	#middenstecol
	{
		display: none;
	}

	.footer .footercol ul li:nth-child(2)
	{
		margin-top:0em;
	}

	#facebookipad
	{
		display:inline-block;
	}

	.footercol
	{
		width: 50%;
		float:left;
	}

}
@media all and (max-width: 790px)
{
	.footerlogos div:nth-child(4)
	{
		display: none;
	}
}
@media all and (max-width: 680px) 
{

	.header, .content, .siteby
	{
		float:left;
	}

	.header
	{
		height: auto;
	}

	.fav
	{
		transform:none;
	}

	.header .headerlogo 
	{
		width:100%;
		float:none;
	}

	.menubutton
	{
		background-color: #000;
		display:block;
		width: 100%;
		cursor: pointer;
		text-align: center;
		padding-bottom:1em;
	}

	.banner
	{
		height:150px;
	}

	.header .headernav
	{
		width:100%;
		height:auto;
		margin-bottom:1em;
	}

	.header .headernav ul
	{
		display:none;
	}

	.header .headernav ul li
	{
		width:100%;
		background-color: #000;
	}

	.fav
	{
		width:100%;
		top:0;
	}

	.fav p 
	{
		border-radius: 0;
		text-align: center;
	}

	.fav p span
	{
		display:block;
	}

	.pagetextblock, .pagespecial, .page
	{
		clear:both;
	}
	
	.pagespecial
	{
		padding-top:1em;
	}

	.pagetextblock h1 .titel
	{
		background-color:transparent;
	}

	.pagetextblock h1 .line, #line2, #line1
	{
		display:none;
	}

	.breadcrump 
	{
		display:none;
	}

	#bandenform select, #velgenform select
	{
		width: 98%;
		float:left;
	}

	.itemdetailsimg, .contactform, .itemdetailsgeg
	{
		width: 100%;
	}
	.itemdetailsgeg
	{
		margin-top:2em;
	}

	.boxlink
	{
		width:100%;
		margin-bottom:1em;
	}

	.vragen, .vragenimages, .maps, .contactinfo
	{
		width:100%;
		padding:0;
	}

	.footer .footercol
	{
		text-align: center;
		padding:1em;
	}

	.footer .footercol
	{
		width:100%;
	}

	.content
	{
		width: 100%;
	}

	.titleback
	{
		margin-left:0;
		width:100%;
	}
}