/*
 Theme Name:   	schrobbeler-actie
 Theme URI:    	https://prijzen.schrobbeler.nl/
 Description:  	Schrobbelèr actie
 Author:       	Schrobbelèr
 Author URI:   	https://www.decommuncatievormer.nl
 Version:      	4.0.4
 Tags:         	Schrobbelèr actie
 Text Domain:  	schrobbeler
 License: 		Commercial
*/

body {background-color: #AD7F57;}
body:after{
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -10;
	background: url("images/achtergrond.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}  

@media all and (max-width: 767px) {
	body:after{
		background: url("images/achtergrond-mob.jpg") no-repeat center center;
	} 
}

#wrap {z-index:10; min-height: 100vh;}
#wrap:after {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -9;
	background: url("images/slingers.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#main {z-index:10;}
#main img {max-width:100%; height:auto!important; }

#header {z-index:100; height:auto;}

#header {}

@media all and (max-width: 1199px) {
	#header {}

}

@media all and (max-width: 992px) {
	#header {}

}


@media all and (max-width: 767px) {

	
}
@media all and (max-width: 440px) {

}
@media all and (max-width: 320px) {

}

#footer {
	z-index:1;
}

	

.section-wrap {position:relative; background-color:rgba(0, 60, 21, 0.66); 
background: rgb(227,176,85);
background: -moz-linear-gradient(90deg, rgba(227,176,85,1) 0%, rgba(252,239,202,1) 50%, rgba(227,176,85,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(227,176,85,1) 0%, rgba(252,239,202,1) 50%, rgba(227,176,85,1) 100%);
background: linear-gradient(90deg, rgba(227,176,85,1) 0%, rgba(252,239,202,1) 50%, rgba(227,176,85,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3b055",endColorstr="#e3b055",GradientType=1); 
	height:auto;
	margin-bottom:40px;
	padding-bottom:20px;
}
.section-inner {position:relative; left:10px; top:10px; width:calc(100% - 20px); min-height:50vh; margin-bottom:0px; background-color:#EE7202; padding:50px;}
.section-inner .section-inner {background-color:rgba(255,255,255,0.5); color:#003C15; padding:50px;}
.section-inner .section-inner *, .section-inner .section-inner * > * {color:#003C15;}

#section-page-content {margin-top:100px;}

@media all and (max-width: 767px) {
	#section-page-content {margin-top:140px;}
	.section-inner {padding:30px;}
}

@media all and (max-width: 440px) {

}














