html {
scroll-behavior: smooth;
}
body {
font-family: Century Gothic, 'Lato', sans-serif;
margin: 0;
padding: 0;
word-wrap: break-word !important;
}	
/* Huisstijl kleuren op basis van visitekaartje tbv LH: #fff #000 
roodbruin : #bd1713
groen : #228a26
extra kleur voor footer donkergroen: #135215
------------------------------------------------------------ */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#container {
margin: 0 auto ;
max-width: 1200px;
padding: 0;
background: #fff;
}
div {
padding: 0;
margin: 0;
}
img.intro {
width: 100%;
margin: 0 auto 10px auto;
border: 0px solid #000;
}  
img.blog {
height: auto;
width: 100%;
} 
.toggle, [id^=drop] {
 display: none;
}
nav {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: 0 solid #000;
  z-index: 10;
}
#logo {
  display: block;
  padding: 10px 0;
  float: left;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
}
#logo img {
  display: block;
  padding: 0;
  float: left;
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
.nutezien {
color: #bd1713;
border-bottom: 4px solid #bd1713;
}
nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #fff;
  min-width: 170px;
}
nav a {
  display: block;
  padding: 0 20px;
  color: #228a26;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  border-bottom: 4px solid #fff;
}
/* zie effect bij breedscherm submenu hovering */
nav ul li ul li:hover { background: #bd1713; color: #fff; border: 0 solid #000; }
nav a:hover { background: #bd1713; color: #fff; border: 0 solid #000; }
nav ul ul { display: none; position: absolute; top: 60px;}
nav ul li:hover > ul { display: inherit; }
nav ul ul li { min-width: 170px; float: none; display: list-item; position: relative; }
nav ul ul ul li { position: relative; top: -60px; left: 170px; }
li > a:after { content: ' >'; }
li > a:only-child:after { content: ''; }
/* Media Queries voor navigatie op schermen groter dan 1000px 
------------------------------------------------------------ */
@media all and (min-width: 1000px) {
	nav a {text-align: center;}
}
/* Media Queries voor navigatie op schermen kleiner dan 1000px 
------------------------------------------------------------ */
@media all and (max-width : 999px) {
#logo {
display: block;
padding: 20px 0;
width: 100%;
text-align: center;
float: none;
}
#logo a {
text-decoration: none;
}
nav { margin: 0; }
.toggle + a,
.menu { display: none; }
.toggle {
display: block;
background-color: #fff;
padding: 0 20px;
color: #000;
font-size: 20px;
line-height: 60px;
text-decoration: none;
border: none;
}
.toggle:hover { background: #fff; color: #bd1713; border: 0 solid #000; }
[id^=drop]:checked + ul { display: block; }
nav ul li {
display: block;
width: 100%;
}
nav ul ul .toggle, nav ul ul a { padding: 0 40px; }
nav ul ul ul a { padding: 0 80px; }
/* 2nd level submenu */
nav a:hover,
nav ul ul ul a { background: #fff; color: #000; border: 0 solid #000; }
nav ul li ul li .toggle,
nav ul ul a { background: #fff; color: #000; border: 0 solid #000; }
nav ul ul {
float: none;
position: static;
color: #000;
}
nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }
nav ul ul li {
display: block;
width: 100%;
}
nav ul ul ul li { position: static;
}
}

/* Media Queries voor navigatie op te kleine schermen
--------------------------------------------- */
@media all and (max-width : 279px) {
	nav ul li {
	display: block;
	width: 100%;
	}
}
div.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 0;
z-index: 9;
}
.tekst {
padding: 0 15px;
}
/* Tekstdelen: bepalingen headers en  paragraaftekst */
h1 { color: #000; font-size: 50px;
}
h2 { color: #000; font-size: 30px;
}
h3 { color: #000; font-size: 150%;
}
h4 { color: #000; font-size: 20px; font-weight: 700;
}
p { color: #000; font-size: 110%;
}
a { color: #000; /*font-size: 80%;*/
}
a:hover { color: #bd1713; font-weight: bolder;
}
li {color: #bd1713; font-size: 24px; font-weight: 700;
}
/* Media Queries voor schermen tussen 280 en 1000 pixels
-------------------------------------------------------- */
@media screen and (max-width: 999px) {
	div.sticky {
	position: relative;
	top: 0;
	padding: 0;
	}
	#container {
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
	}
	.tekst { 
	margin: 0;
	padding: 0 5px;
	}
	h1 {
	font-size: 40px;
	padding: 0;
	}
	h2 {
	font-size: 25px;
	}
	h3 {
	font-size: 20px;
	}
	p, a {
	font-size: 18px;
	}
}
/* Tekstdelen onleesbaar onder 280 pixels */
@media screen and (max-width: 279px) {
	#container {background: #bd1713;}
	.teklein {color: #fff; font-size: 1em; text-align:center;
	display: inline;}
	.teklein a {color: #fff; font-size: 1em;}
	.tekst { 
	display: none;
	}
	img {
	display:none;
	}
	nav {
	display:none;
	}
	.onder1 {
	display:none;
	}
	#footer {
	display:none;
	}
}
/* Verbergen van .teklein bij scherm breder dan 279 pixels */
@media screen and (min-width: 280px) {
	.teklein {display: none;
	}
}	
/* plaatsbepalingen horizontaal */
.centraal { margin: auto;
width: 100%;
text-align: center;
}
/* video */
video {
width: 100%;
max-height: 100%;
padding: 0 0 0 15px;
}
#footer { background: #135215;
color : #fff;
font-size: 18px;
margin: 0 auto;
width : 100%;
padding: 0;
}
#footer p {color : #fff; font-size: 85%;}
#footer h4 {color : #fff;font-weight: bolder;}
#footer a { color : #fff;text-decoration: none;}
@media screen and (max-width: 999px) {
	#footer { background: #135215;
	color : #fff;
	font-size: 16px;
	text-align : center;
	margin: auto;
	width : 100%;
	padding: 0;
	}
}
@media screen and (max-width: 279px) {
	body { background: #135215;}
	#footer { background: #135215;
	color : #fff;
	font-size: 12px;
	font-weight: bold;
	text-align : center;
	margin: auto;
	width : 100%;
	padding: 0;
	}
}  
/* speciale posities */
i {
border: solid #fff;
border-width: 0;
display: inline-block;
padding: 0;
}
@media (max-width: 999px) {
	.big-container {
	display: none;
	}
}
@media (min-width: 1000px) {
	.small-container {         
	display: none;
	}
}
.project { 
display: inline-block;
width: auto;
height:auto;
padding: 10px 20px 10px 20px;
margin: 5px;
border: 0px solid #fff;  
border-radius: 25px;  
background-color: #bd1713; 
color: #fff;
text-decoration: none;
}
a.project {
color: #fff;
/*font-size: 80%;*/
}
a.project:hover {
background-color: #228a26;
color: #fff;
font-weight:bold;
}

/* social media iconen */
.socialmedia { 
display: inline-block;
width: auto;
height:auto;
padding: 10px 15px;
margin: 5px;
border: 0px solid #fff;  
border-radius: 25px;  
background-color: #bd1713; 
color: #fff;
text-decoration: none;
}
a.socialmedia {
color: #fff;
font-size: 20px;
}
a.socialmedia:hover {
background-color: #228a26;
color: #fff;
font-weight:bold;
}
@media screen and (max-width: 999px) {
	.socialmedia { 
	display: inline-block;
	width: auto;
	height:auto;
	padding: 5px 13px;
	margin: 5px;
	border: 0px solid #fff;  
	border-radius: 25px;  
	background-color: #bd1713; 
	color: #fff;
	text-decoration: none;
	}
}
.route {background-color: #000;
border-radius: 0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
height: 300px;
}
/* Float 2 columns side by side */
.column2_l {
  float: left;
  width: 50%;
  padding: 0 10px;
}
/* Float 2 columns side by side */
.column2_r {
  float: left;
  width: 50%;
  padding: 0 10px;
}
/* Float 2 columns side by side */
.column2_rf {
  float: left;
  width: 50%;
  padding: 100px 0 0 10px ;
}
/* Float 3 columns side by side */
.column3 {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}
/* Float 4 columns side by side */
.column4 {
  float: left;
  width: 25%;
  padding: 0 10px;
}
/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 900px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .column2_l {
    width: 100%;
    display: block;
	padding: 0;
    margin-bottom: 1px;
  }
  .column2_r {
    width: 100%;
    display: block;
    margin-bottom: 1px;
  }	
  .column2_rf {
    width: 100%;
    display: block;
	padding : 0 0 0 10px; 
    margin-bottom: 1px;
  }	
  .column3 {
    width: 100%;
    display: block;
    margin-bottom: 1px;
  }	
  .column4 {
    width: 100%;
    display: block;
    margin-bottom: 1px;
  }
}
.picturecard {
  padding: 0 6px 0 0;
}
.picturecard img {
margin: auto;
width: 100%;
display: block;
}
@media screen and (max-width: 999px) {
	.picturecard {
  	padding: 0;
	}
	.picturecard img {
	margin: auto;
	width: 100%;
	display: block;
	}
}	
.promoshdb {
padding: 10px 20px;
}
.promoshdb p {color: #000;
}
/* EXTRA */
.gallery {
  --s: 50px; /* control the slanted part */
  
  display: flex;
  height: 350px;
  gap: 8px;
  background-color: #bd1713;
}
.gallery > img {
  flex: 1;
  min-width: 0;
  margin: 0 calc(-.5*var(--s));
  object-fit: cover;
  clip-path: polygon(var(--s) 0,100% 0,calc(100% - var(--s)) 100%,0 100%);
  cursor: pointer;
  transition: .5s;
}
.gallery > img:hover {
  flex: 1.8; 
}
.gallery > img:first-child {
  margin-left: 0;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--s)) 100%,0 100%);
}
.gallery > img:last-child {
  margin-right: 0;
  clip-path: polygon(var(--s) 0,100% 0,100% 100%,0 100%);
}
.midden {
height: 100%;
width: 100%;
text-align: center;
margin: 0 auto;
padding: 10px;
display: block;
background: rgb(14, 115, 19);
background: linear-gradient(160deg,
rgba(14, 115, 19, 1) 55%,
rgba(155, 14, 14, 1) 55%);
}
.midden h2 {color: #fff;}
.uitlijnen {padding: 0 0 0 15px;}
@media screen and (max-width: 999px) {
	.promoshdb {padding: 10px 10px;}
	.uitlijnen {padding: 0;}
	video {padding: 0;}
}
.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}
.cc-revoke{padding:.5em}
.cc-header{font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
.cc-link{opacity:.8;display:inline-block;padding:.2em}
.cc-link:hover{opacity:1}
.cc-link:active,.cc-link:visited{color:initial}
.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;border-radius: 25px;white-space:nowrap}
.cc-banner .cc-btn:last-child{min-width:140px}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>
.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}
.cc-window.cc-banner{-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;bottom:0}
.cc-banner .cc-message{-ms-flex:1;flex:1}
.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}
.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}

@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){
.cc-btn{white-space:normal}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
.cc-window.cc-top{top:0}
.cc-window.cc-bottom{bottom:0}
.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}
.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}
.cc-window.cc-floating{max-width:none}
.cc-window .cc-message{margin-bottom:1em}
.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}
}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}
.cc-theme-classic .cc-btn{border-radius:5px}
.cc-theme-classic .cc-btn:last-child{min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}
.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}