html {
scroll-behavior: smooth;
}
body {
font-family: Calibri;
margin: 0;
padding: 0;
word-wrap: break-word !important;
background-color: #19143c;
background: url(../images/amstelbg.jpg) no-repeat bottom center fixed;
background-size: cover;
}	
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
img {loading: lazy;
}
iframe {loading: lazy;
}
img.rond {
border-radius: 50%;
border: 4px solid #a68f63;
}
h1 {
  text-align: center;
  font-size: 32px;
  color: #adc8d9;
}
h2 {
  font-size: 24px;
  line-height: 28px;
  color: #a68f63;
}
h3 {
  font-size: 18px;
  line-height: 22px;
}
p { color: #19143c; font-size: 18px;
}
a { color: #19143c; font-size: 18px;
}
li { color: #19143c; font-size: 18px;
}
#container {
margin: 0 auto;
width: 80%;
padding: 220px 80px 140px 80px;
}
img.intro {
width: 100%;
height: auto;
margin: 0 auto;
}   
img.blog {
height: auto;
width: 100%;
margin: 0 auto;
border: 0px solid #000;
}  
img.blog50 {
height: auto;
width: 50%;
margin: 0 auto;
border: 0px solid #000;
}  
.toggle, [id^=drop] {
 display: none;
}
nav {
  margin: 0;
  padding: 0;
  background-color: #19143c;
  color: #fff;
  border-bottom: 0 solid #fff;
  z-index: 1;
}
#logo {
  display: block;
  padding: 0 30px;
  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;
}
nav.nutezien li a {background-color: #fff;
}
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: #19143c;
  min-width: 100px;
}
nav a {
  display: block;
  padding: 0 20px;
  color: #a68f63;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 700;
}
/* zie effect bij breedscherm submenu hovering */
nav ul li ul li:hover { background: #a68f63; color: #19143c;}
nav a:hover { background: #a68f63; color: #19143c; border: 0 solid #19143c;}
nav ul ul { display: none; position: absolute; top: 60px; border: 1px solid #a68f63;}
nav ul li:hover > ul { display: inherit; }
nav ul ul li { min-width: 100px; float: none; display: list-item; position: relative;}
nav ul ul ul li { position: relative; top: -60px; left: 120px; }
li > a:after { content: ''; }
li > a:only-child:after { content: ''; }
/* Media Queries voor navigatie op schermen kleiner dan 1025px
------------------------------------------------------------ */
@media all and (max-width : 1024px) {
	#logo {
	display: block;
	padding: 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: #a68f63;
	padding: 0 20px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	font-weight: 700;
	text-decoration: none;
	border: none;
	}
	.toggle:hover { background: #a68f63; border: 0 solid #19143c; }
	[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: #19143c; border: 0 solid #19143c; }
	nav ul li ul li .toggle,
	nav ul ul a { background: #fff; color: #19143c; border: 0 solid #19143c; }
	nav ul ul {
	float: none;
	position: static;
	color: #19143c;
	}
	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;
	}
	img.blog50 {
	height: auto;
	width: 100%;
	margin: 0 auto;
	border: 0px solid #000;
	} 
}
/* Media Queries voor 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: 1;
border-bottom: 1px solid #a68f63;
}
.tekst {
margin: 120px 0 50px 0;
}
/* Tekstdelen: bepalingen headers en  paragraaftekst */
.tekst h1 { color: #c0c0c0; font-size: 50px;
}
.tekst h2 { color: #a68f63; font-size: 30px;
}
.tekst h3 { color: #c0c0c0; font-size: 24px;
}
.tekst h4 { color: #c0c0c0; font-size: 20px; font-weight: 700;
}
.tekst p { color: #c0c0c0; font-size: 20px;
}
.tekst li { color: #19143c; font-size: 20px;
}
.tekst a { color: #19143c; font-size: 20px;
}
.tekst a:hover { color: #000;
}
/* Media Queries voor schermen tussen 320 en 1025 pixels
-------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	div.sticky {
	position: -webkit-sticky;
	position: relative;
	top: 0;
	padding: 0;
	}
	#container {
	margin: 0 auto;
	width: 100%;
	padding: 0 15px 140px 15px;
	}
	.tekst { 
	margin: 50px 0;
	line-height: 1.6;
	border-radius: 0;
	}
	h1 {
	font-size: 28px;
	}
	.tekst h1 {
	font-size: 28px;
	}
	.tekst h2 {
	font-size: 18px;
	}
	.tekst h3 {
	font-size: 16px;
	}
	.tekst p {
	font-size: 16px;
	}
	.tekst a {
	font-size: 16px;
	}	
	.tekst li {
	font-size: 16px;
	}
}
/* Tekstdelen onleesbaar onder 279 pixels */
@media screen and (max-width: 279px) {
#container {background: #fff;}
.teklein {color: #000; font-size: 1em; text-align:center;
display: inline;}
.teklein a {color: #000; 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 280 pixels */
@media screen and (min-width: 280px) {
	.teklein {display: none;
	}
}	
/* plaatsbepalingen verticaal */
.tussen {height: 80px;
}
/* plaatsbepalingen horizontaal */
.centraal { margin: auto;
width: 100%;
text-align: center;
}
.rechts {
text-align : right;
}
#footer { background: #19143c;
margin: auto;
width: 100%;
text-align: center;
color : #a68f63;
font-size: 16px;
font-weight: 700;
width : 100%;
position: -webkit-sticky;
position: fixed;
height: 50px;
bottom: 0;
padding: 15px 0;
border-top: 1px solid #a68f63;
}
#footer a {
color : #a68f63;
font-size: 16px;
font-weight: 700;
text-decoration: none;
}
#footer span {
display: inline-block;
}
@media screen and (max-width: 1024px) {
	#footer { 
	font-size: 12px;
	padding: 10px 5px;
	height: auto;
	}
	#footer a {
	font-size: 12px;
	}
	#footer span {
	display: block;
	}
}
@media screen and (max-width: 279px) {
	body { background: #fff;}
	#footer { background: #fff;
	color : #000;
	font-size: 12px;
	font-weight: bold;
	text-align : center;
	margin: auto;
	width : 100%;
	position: -webkit-sticky;
	position: fixed;
	height: 50px;
	bottom: 0;
	padding: 0;
	}
}
@media (max-width: 1024px) {
	.big-container {
	display: none;
	}
}
@media (min-width: 1025px) {
	.small-container {         
	display: none;
	}
}
.max400 {
max-width: 400px;
margin: auto;
width: 100%;
text-align: center;
}
.max500 {
max-width: 500px;
margin: auto;
width: 100%;
text-align: center;
}
.max600 {
max-width: 600px;
margin: auto;
width: 100%;
text-align: center;
}
.home { display: inline-block;
width: auto;
height:auto;
padding: 10px 15px;
margin: 5px;
border: 0px solid #fff;    
background-color: #a68f63;
color: #000;
text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.home { display: block;
	width: 160px;	
	margin: 5px auto;
	}
}
a.home {
color: #fff;
font-size: 24px;
font-weight: 700;
}
a.home:hover {
background-color: #fff; 
color: #19143c;
}
.project { display: inline-block;
width: auto;
height:auto;
padding: 10px 15px;
margin: 5px;
border: 0px solid #fff;    
background-color: #a68f63; 
color: #fff;
}
a.project {
background-color: #19143c;
color: #fff;
font-size: 20px;
font-weight: 700;
text-decoration: none;
}
a.project:hover {
background-color: #a68f63;
color: #19143c;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 40px;
  background-color: #fff;
  color: #19143c;
  opacity: 0.9;
}
.picture {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 40px;
  background-color: #fff;
  color: #19143c;
  opacity: 1;
}
@media all and (max-width : 1024px) {
	.promo {
	padding: 10px 20px;	
	}
	.card {
	padding: 10px 20px;	
	}
	.picture {
	padding: 10px 20px;	
	}
}
.card h2 {
color: #19143c;
}
.card h3 {
color: #19143c;
}
.card p {
color: #19143c;
}
.picture h2 {
color: #19143c;
}
.picture h3 {
color: #19143c;
}
.picture p {
color: #19143c;
}
.cardpicturebox {
 position: relative;
 top: 50px;
 right: 10px;
 height: 400px;
 width: 400px;
}
.promo {
  padding: 10px 40px;
  background-color: #a68f63;
  opacity: 0.9;
}
.promo p {color: #fff; 
}
.promo h2 {color: #fff;
}
#TopBtn {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 99;
	font-size: 30px;
	line-height: 40px;
	border: none;
	outline: none;
	background-color: rgb(255,255,255, 0.3);
	color: #fff;
	cursor: pointer;
	padding: 6px 15px;
	border-radius: 50%;
  }  
  #TopBtn:hover {
	background-color: #fff;
	color: #a68f63;
  }
/* social media iconen nu alleen LinkedIn in gebruik */
.linkedin {
  background: #19143c;
  color: #fff;
  font-size: 20px;
  padding: 12px 16px;
  text-align: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 30;
}
.linkedin i {
color: #fff;
}
.linkedin:hover {
background: #a68f63;
}
.linkedin i:hover {
color: #000;
}
/* nog niet in gebruik */
.facebook {
  background: #19143c;
  color: #fff;
  font-size: 20px;
  padding: 12px 18px;
  text-align: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 30;
}
.facebook i {
color: #fff;
}
.facebook:hover {
background: #a68f63;
}
.facebook i:hover {
color: #000;
}
.instagram {
  background: #19143c;
  color: #fff;
  font-size: 20px;
  padding: 12px 16px;
  text-align: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 30;
}
.instagram i {
color: #fff;
}
.instagram:hover {
background: #a68f63;
}
.instagram i:hover {
color: #000;
}
.pinterest {
  background: #19143c;
  color: #fff;
  font-size: 20px;
  padding: 12px 16px;
  text-align: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 30;
}
.pinterest i {
color: #fff;
}
.pinterest:hover {
background: #c0c0c0;
}
.pinterest i:hover {
color: #000;
}
.twitter {
  background: #19143c;
  color: #fff;
  font-size: 20px;
  padding: 11px 13px 10px 13px;
}
.google {
  background: #19143c;
  color: #fff;
  font-size: 20px;
  padding: 10px 14px;
}
.youtube {
  background: #19143c;
  color: #fff;
  font-size: 20px;
  padding: 10px 14px;
}
.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: 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{font-size:16px;opacity:.8;display:inline-block;}
.cc-link:hover{opacity:1;background-color: #000; padding:.5em 0.5em; border-radius: 25px;}
.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}
.fancy {
font-family: 'Calibri', cursive;	
}
@media print {
	body {
	color: #000;
	background: #fff;
	font: 12pt Calibri, sans-serif;
	line-height: 1.7;
	}
	#container {
	margin: 0 auto;
	width: 100%;
	padding: 50px 10px 50px 10px;
	}
	.tussen {
	height: 40px;	
	}
}
@media print {
	#footer {
	display: none;
	}
	div.sticky {
	display: none;
	}
	img.rond {
	display: none;
	}
}