/* EXTERNE FONTS */

@import url(http://fonts.googleapis.com/css?family=[NAAM VAN DE FONT]);

/* GEHOSTE FONTS */
@font-face {
    font-family: '[NAAM VAN DE FONT]';
    src: url('../fonts/[BESTANDSNAAM VAN FONT].eot');
    src: url('../fonts/[BESTANDSNAAM VAN FONT].eot?#iefix') format('embedded-opentype'),
         url('../fonts/[BESTANDSNAAM VAN FONT].woff') format('woff'),
         url('../fonts/[BESTANDSNAAM VAN FONT].ttf') format('truetype'),
         url('../fonts/[BESTANDSNAAM VAN FONT].svg#[NAAM VAN DE FONT]') format('svg');
    font-weight: normal;
    font-style: normal;

}
@charset "UTF-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Arial, Helvetica, sans-serif; background-color:#618e13; font-size:12px; color:#FFF; text-align:center; line-height:21px; font-weight:600;
}
#container {
   min-height:100%;
   position:relative;
}

/* HEADER */
#headerwrap {
  width:100%;
   height:468px; border-bottom:4px solid #FFF; background: url(../images/bg_intro.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header {
    max-width:1140px; 
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}

/* BODY */
#bodywrap {
   padding-bottom:85px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
}
#body {
    max-width:1140px; 
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}

/* FOOTER */
#footerwrap {
   position:absolute;
   bottom:0;
   width:100%;
   height:85px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
   background-image:url(../images/bg_foot.jpg); background-repeat:repeat-x;
}
#footer {
    width:1000px; 
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}

.enter { width:121px; margin:auto;}


p { margin-bottom:25px; margin-top:5px;}


#logo { width:298px; height:320px; margin:auto; margin-bottom:35px; margin-top:-180px;}



@media only screen and (max-width: 480px) {
	
	#headerwrap { height:220px;}
	
}








@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nmr {margin-right:0px;}
.nml {margin-left:0px;}
.nmt {margin-top:0px;}
.nmb {margin-bottom:0px;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}
@charset "UTF-8";

.c > h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6;
}

#footerwrap{
	background-color: #779e25;
}

.bot_foot{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	color: white;
}

#body > h1 span{
	font-size: 1.8em;
}

.ticker{
	background-color: #f1ece1;
}

.siteby{
	background-color: #487100;
}

.dienstbes{
	height: auto;
	min-height: 80px;
	max-height: 150px;
}

.contactContainer{
	padding: 55px 25px 40px 10px !important;
}

/*.dienstbes > p {
	margin-top: -20px;
	}*/

	.mottigeKnop{
		width: 40px;
		margin-bottom: 10px;
		font-weight: 700;
		transition: ease-in-out 0.3s;
	}

	.mottigeKnop:hover{
		background-color: #99B363;
		color: white;
		transition: ease-in-out 0.3s;
	}

	.dienstenh2{
		font-size: 2.2em;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.plus-change{
		position: relative;
		font-size: 1.5em;
		top: 12px;
	}

	.faqh2{
		font-size: 2em; 
	}

	.ant{
		font-size: 1.3em;
	}

	.ant > p{
		margin-bottom: 10px;
	}

	.hidewhenshow{
		border-radius: 10px;
		transition: ease-in-out 0.3s;
	}

	.hidewhenshow:hover{
		background-color: #487100;
		transition: ease-in-out 0.3s;
	}

	.fichetxt{
		font-size: 1.3em;
	}

	/* BLOKKEN */
	.blokken_content {
		max-width: 1400px;
		margin: 0 auto;
		/*padding-bottom: 100px;*/
		margin-top: 40px;
	}

	.blokken_row {
		width: 100%;
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.blokken_content>div {
		width: 100%;
	}

	.blokken_col {
		width: 50%;
		box-sizing: border-box;
		padding: 20px;
	}

	.blokken_col img {
		width: 98%;
	}

	.blokkenimg {
		padding: 0;
	}

	.blokkenimg>div {
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
	}

	.blokkenimg>div>iframe {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.blokken_row:nth-child(even) {
		text-align: right;
	}

	.blokken_row:nth-child(even) .blokkentext {
		order: 0;
	}

	.blokken_row:nth-child(even) .blokkenimg {
		order: 1;
	}

	.blokken_col h2 {
		font-size: 1.7em;
		color: #353535;
		font-weight: 700;
		letter-spacing: 1px;
		margin-bottom: 15px;
		line-height: 180%;
	}

	.blokken_col p {
		line-height: 170%;
		text-align: justify;
		color: #828282;
		font-size: 1.1em;
	}

	/* EINDE BLOKKEN */

	h2.overonsh2{
		color: #416502;
		text-transform: uppercase;
		font-size: 2.2em;
		transition: ease-in-out 0.3s;
		text-align: left;
	}

	h2.overonsh2:hover{
		transition: ease-in-out 0.3s;
		color: #618E13;
	}

	.blokkentext > p {
		font-size: 1.3em;
	}
	#mainimg{
		width: 100%;
	}

	.contactInfo{
		display: flex;
		flex-direction: column;
		justify-content: center;
		border: solid 1px #487100;
		border-radius: 10px;
		height: 370px;
	}

	#mygm{
		border: solid 1px #487100;
		border-radius: 10px;
	}

	.contactInfo div{
		align-self: center;
		padding: 8px;
	}

	.contactInfo>div>p{
		margin-bottom: 10px;
	}

	.contactInfo h2{
		font-size: 1.8em;
		line-height: 45px;
	}

	.contactInfoImage{
		width: 60%;
		border-radius: 100%;
		align-self: center;
		margin-top: 30px;
		
	}

	.dienstenBorder{
		border: solid 1px #487100;
		border-radius: 10px;
		padding: 10px;
		height: 260px;
	}

	.realisatieTitel{
		line-height: 45px;
	}

	.mKnopFix{
		margin-bottom: 10px;
	}

	/*---------------*/
	/***** Bubba *****/
	/*---------------*/

	figure.effect-bubba {
		/*background: #9e5406;*/
		background: #638f14;
		position: relative;
	}

	figure.effect-bubba img {
		opacity: 1;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}

	figure.effect-bubba:hover img {
		opacity: 0.4;
	}

	figure.effect-bubba figcaption::before,
	figure.effect-bubba figcaption::after {
		position: absolute;
		top: 30px;
		right: 30px;
		bottom: 30px;
		left: 30px;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	figure.effect-bubba figcaption::before {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: scale(0,1);
		transform: scale(0,1);
	}

	figure.effect-bubba figcaption::after {
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		-webkit-transform: scale(1,0);
		transform: scale(1,0);
	}

	figure.effect-bubba h2 {
		padding-top: 30%;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	figure.effect-bubba p {
		padding: 20px 2.5em;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	figure.effect-bubba:hover figcaption::before,
	figure.effect-bubba:hover figcaption::after {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	figure.effect-bubba:hover h2,
	figure.effect-bubba:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	figcaption{
		background: #EEE;
		height: 1px;
	}

	/*****BUBBA STOP******/

	@media only screen and (max-width: 1238px) {
		
		.bot_foot{
			bottom: auto;
		}
		
	}

	@media only screen and (max-width: 1040px){
		
		#nav{
			padding-bottom: 15px;
		}
		
		#nav, #nav li, #nav ul li, #nav ul li a{
			margin-bottom: 15px;
			margin-top: 5px;
			font-size: 1.3em;
		}
		
		.linksFooter{
			/*display: none !important;*/
		}
	}

	@media only screen and (max-width: 1000px) {
		
		.blokken_col{
			width: 100%;
		}
		
		.blokken_row{
			display: flex;
			flex-direction: column;
		}
		
		.blokken_row:nth-child(even) .blokkentext {
			order: 1;
		}

		.blokken_row:nth-child(even) .blokkenimg {
			order: 0;
		}
	}

	@media only screen and (max-width: 988px) {
		
		.shortenPrivcnt{
			display: none;
		}
	}

	@media only screen and (max-width: 940px) {
		
		.homebes{
			height: auto;
		}
		
	}

	@media only screen and (max-width: 670px) {
		
		.contactInfo{
			border: none;
			border-radius: none;
			margin-top: -50px;
			margin-bottom: -30px;
		}
		
		.contactInfoImage{
			width: 40%;
		}
		
		.shortenPrivcnt{
			display: block;
		}
	}

	@media only screen and (max-width: 600px) and (min-width: 480px){
		
		.contactInfo{
			margin-bottom: 20px;
			padding-bottom: 20px;
			margin-top: 15px;
		}
		
	}

	@media only screen and (max-width: 500px) {
		body h1 span{
			line-height: 45px;
		}
		
		.contactInfoImage{
			width: 40%;
		}

		
		
		.topoverlay{
			margin-top: 30px;
		}
		
		.col{
			margin-bottom: 0px;
		}
		
		.show{
			margin-top: 0px;
		}
	}