/*
Theme Name: Van Voorden
Version: 1.0
*/


html {
	height: 100%;
	width: 100%;
	padding:0px;
	margin:0px;
}

body {
	padding:0px;
	margin:0px;
	color:#333;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	width: 100%;
	height:100%;
	font-style: normal;
	font-family: Calibri, Helvetica, "Helvetica Neue", HelveticaNeue, "Myriad Pro", Arial, "sans-serif";
			font-size:18px;
	line-height:1.65em;
}
a {color:#e30814; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}

img {
	max-width:100%;
	height:auto;
}

#vorlogo {margin-top:8px;}
#qlogo {
	margin-left:20px;
	display:inline-block;
	width:200px;
	height:44px;
    background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 0% 0%;
	background-size:300px auto;
	background-repeat:no-repeat;
}
#qlogowhite {
	margin-left:20px;
	display:inline-block;
	width:200px;
	height:44px;
    background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 0% 20%;
	background-size:300px auto;
	background-repeat:no-repeat;
}

#headerbild img {width:100%; height:auto;}

#topbox {-webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.34);
box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.34);
z-index:1000; position:relative;}

ul {padding-left:10px ;}


h1, h2 ,h3 , h4, h5, h6 {font-family: 'Quicksand', sans-serif;}

h1{
	font-size:2.5em;

}
h2 {
	font-size:2.1em;
}
h3 {
	font-size:1.9em;
}
h4 {
	font-size:1.6em;
}
h5 {
	font-size:1.4em;
}
h6 {
	font-size:1.2em;
}

.mtb1 {margin-top:1.5em;	
margin-bottom:1.5em;}
.mtb2 {margin-top:2em;
margin-bottom:2em;}
.mtb3 {margin-top:2.5em;
margin-bottom:2.5em;}

.mtb4 {margin-top:3em;
margin-bottom:3em;}

.ptb1 {margin-top:1.5em;	
margin-bottom:1.5em;}
.ptb2 {margin-top:2em;	
margin-bottom:2em;}
.ptb3 {margin-top:2.5em;	
margin-bottom:2.5em;}
.ptb4 {margin-top:3em;	
margin-bottom:3em;}

.tcenter {text-align:center;}
.dcenter {margin-left:auto; margin-right:auto;display:block;}
.bold {font-weight:bold;}





#qnumber {margin-top:12px;}





main {padding-top:20px;}
main nav {padding-bottom:40px;}

.subhead {font-size:1.2em;}






#menuwrapper {
	background-color:#2850A3;
	z-index: 1100;
	text-transform:uppercase;
}
#mobilemenubutton {
	display: none;
}
.menu-kopf-container {padding:0px;}
.menu-kopf-container ul {
	list-style-type: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.menu-kopf-container li {
	display: inline-block;
	margin:0px 8px;
}
.menu-kopf-container li a {
	font-family: 'Coda Caption', sans-serif;;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
}

.menu-kopf-container li a:hover {
	text-decoration: none;
	color: #FF6E00;
}
.menu {
	width:100%;
	padding: 0px;
	margin: 0px;
}
.container-video {
	width: 100%;
	height: 100%;
}
.container-video iframe {
	width: 100%;
	height: 100%;
}
.container-video .outer {
	width: 100%;
	padding-top: 56.25%; /* defines aspect ratio */
	position: relative;
}
.container-video .outer .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.container-img {
	width: 100%; /* pick whatever width you want */
}
.container-img .outer {
	width: 100%;
	padding-top: 50%; /* defines aspect ratio */
	position: relative;
}
.container-img .outer .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



#suchbutton2 {
	position:absolute;
	z-index:1010;
	top:0px;
	right:15px;
	height:30px;
	width:30px;
	border:none;
	margin:0px;
	padding:0px;
 background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 100% 19%;
	background-size:210px auto;
	background-repeat:no-repeat;
}
#suchfeld2 {
	width:85%;
	height:30px;
	background:none;
	border:none;
	color:#333;
	border-bottom:1px solid #333;
	position:absolute;
	top:0px;
}

#suchbar {
	margin-top:10px;
	height:50px;
}
#suchbar div {
	padding:0px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

input[type=submit] {
	 cursor:pointer;
	margin-top:25px;
    padding:15px; 
   border:0px;
	background:#e30814;
	color:#fff;
	text-transform:uppercase;
}

input[type=submit]:hover {
	background:#515153;
	color:#fff;
}
.produktanfrage {margin-top:40px; background:#DBDBDB; padding:18px;}

.vbullets {padding-left:0px; margin-left:40px; list-style-image: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/bullet.png');}
ul.ulmachine {margin-left:0px; padding-left:0px; margin-bottom:0px; list-style-type:none;}
ul.ulmachine li {display:inline-block; padding-right:15px;}


#vempfehlung {padding-bottom:20px; border:2px solid #DBDBDB;}
#vempfehlung a {color:#333;}
#vempfehlung a:hover {color:#e30814;}
.producthead {min-height:135px;}
.producthead strong {display:block; padding-bottom:15px; line-height:1em;}
.product img {max-width:100%; max-height:100%; width:auto; height:auto; position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;}

div.ar-outer{
    width: 100%; /* container; whatever width you want */
    margin: 0 auto; /* centered if you like */
}
div.ar {
    width:100%; /* 100% of width of container */
    padding-bottom: 85%; /* 75% of width of container */
    position:relative;
}
div.ar-inner {
	text-align:center;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}


#techtable th, #techtable td {padding:0px 12px;}

.cbeton {min-width:200px; display:inline-block; background:#277A0A; position:relative; top:-90px;  text-transform:uppercase; padding:10px 20px; color:#fff; }
.cnatuursteen {min-width:200px; display:inline-block; background:#C3070A; position:relative; top:-90px;  text-transform:uppercase; padding:10px 20px; color:#fff; }
.ctegels {min-width:200px; display:inline-block; background:#238BD7; position:relative; top:-90px;  text-transform:uppercase; padding:10px 20px; color:#fff; }
.cabrasieve {min-width:200px; display:inline-block; background:#1B223F; position:relative; top:-90px;  text-transform:uppercase; padding:10px 20px; color:#fff; }
.cspeciaal {min-width:200px; display:inline-block; background:#948709; position:relative; top:-90px; text-transform:uppercase; padding:10px 20px; color:#fff; }


footer {color:#fff; background:#515153; margin-top:100px; padding-top:40px;}
#vfooter {padding-left:50px; border-left:1px solid #fff; margin-bottom:40px;}

.pdflogo {
	

	display:inline-block;
	width:70px;
	height:93px;
    background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 100% 48%;
	background-size:340px auto;
	background-repeat:no-repeat;

}

.sterne5 {
	margin-left:15px;
	display:inline-block;
	width:93px;
	height:16px;
    background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 0% 38.3%;
	background-size:170px auto;
	background-repeat:no-repeat;

}
.sterne4 {
	margin-left:15px;
	display:inline-block;
	width:93px;
	height:16px;
    background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 0% 51.5%;
	background-size:170px auto;
	background-repeat:no-repeat;

}
.sterne3 {
	margin-left:15px;
	display:inline-block;
	width:93px;
	height:16px;
    background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 0% 64.6%;
	background-size:170px auto;
	background-repeat:no-repeat;

}
.sterne2 {
	margin-left:15px;
	display:inline-block;
	width:93px;
	height:16px;
    background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 0% 77.8%;
	background-size:170px auto;
	background-repeat:no-repeat;

}






 @media (max-width: 767px) {
	 #vfooter {margin-left:35px; padding-left:20px; border-left:1px solid #fff; margin-bottom:40px; margin-top:20px;}

	 
	 #qlogo {
	margin-left:0px;
		 margin-top:8px;
	display:inline-block;
	width:200px;
	height:44px;
    background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 0% 0%;
	background-size:300px auto;
	background-repeat:no-repeat;
}
	 #vorlogo {text-align:right; margin-top:0px;}
	 #suchbar {margin-top:15px; margin-bottom:15px; }
	 #qnumber {margin-top:70px;}
	 
	 body {
	font-size:16px;

}
	 
	 #headerimg img {object-fit:cover; height:auto; min-height:100%; min-width:100%; width:auto; max-width:none !important;}
	

h1{
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.25em;
}
h6 {
	font-size:1.15em;
}
	 
	 
	 


	
#menuwrapper {
	width: 100%;
	z-index: 1100;
	position: absolute;
	left: 0%;
	top: 0px;
	padding: 0px;
}

#mobilemenu {
	width: 100%;
	left: -100%;
	position: fixed;
	top:0px;
	height:54px;
	overflow:hidden;
}
#mobilemenubutton {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 54px;
	height: 54px;
 background: url('https://vanvoorden.com/wp-content/themes/vanvoorden/gfx/sprites.png');
	background-position: 100% 0%;
	background-size:390px auto;
	background-repeat:no-repeat;
}
.menu-kopf-container {
	width:100%;
	float: right;
	padding-right: 54px;
	padding-top: 0px;
	padding-bottom:0px;
}
.menu-kopf-container ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
.menu-kopf-container li {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0;
	background-color: rgba(255,255,255, 1.0);
	border-bottom: 3px solid #333;
}
.menu-kopf-container li a {
	padding:10px;
	float: none;
	display: block;
	text-decoration: none;
	width: 100%;
	color:#000;
}
.menu-kopf-container li:hover, .menu-kopf-container .active {
	text-decoration: none;
}
.menu-kopf-container li:hover a {
	border: none;
}

}

 @media (min-width: 768px) {
	 

	 

	 
	 }
	



 @media (min-width: 768px) and (max-width: 991px) {


}
 @media (min-width: 992px) and (max-width: 1199px) {

}
 @media (min-width: 1200px) {

#menuwrapper {
	left: auto;
	right: 0%;
}
}
 @media print {
body {
	background:#fff !important;
	font-size:9pt !important;
}
h1 {
	font-size:20pt !important;
}
h2 {
	font-size:16pt !important;
}
h3 {
	font-size:13pt !important;
}
h4 {
	font-size:10pt !important;
}
h5 {
	font-size:11pt !important;
}
h6 {
	font-size:9pt !important;
}
.col-md-4, .col-lg-4 {
	width:33.333%;
	display:inline-block;
}
.col-md-6, .col-lg-6 {
	width:50%;
	display:inline-block;
}
.col-md-3, .col-lg-3 {
	width:25%;
	display:inline-block;
}

#menuwrapper {
	display:none;
}
aside {
	display:none !important;
}
#suchbar {
	display:none !important;
}
footer {
	background:#fff;
	color:#000;
}

a {
	text-decoration: none !important;
	color:#000 !important;
}
.row {
	width:100%;
	display:block;
}



}
