@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;
		}
	}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

