/* === Normalize.css import === */
 @import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"); 

/* === Universele box-sizing === */
*,
*::before,
*::after {
  box-sizing: border-box; 
}	

/* === Basisinstellingen === */
html {
  height: 100%;
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #2a6f4d; 
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  height: 100%;
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #2a6f4d; 	/*#448244;  #e6f2e6;*/
 /* background: #000 url(images/headerbg01.gif) repeat-x 0% 100%;
  color: #333333; */
}

/* === Layoutcontainer === */
#wrap {
  max-width: 1020px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #333333;
  padding: 10px;
}

/* === Header en Footer === */

header, footer {
  /*background: #000 url(images/headerbg01.gif) repeat-x 0% 100%; */
  background-color: #2a6f4d;
  color: #ffffff;
  /*padding: 20px;*/
  text-align: center;
}
header h1, header p {
  /*background: #000 url(images/headerbg01.gif) repeat-x 0% 100%; */
  color: #ffffff;
  margin-bottom: 10px;
}

/* === Navigatie === */
nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-left: 0px;
}
nav ul li a {
  display: inline-block;
  padding: 10px 16px;
  background-color: #e6f2e6;
  border-left: 4px solid #2a6f4d;
  color: #2a6f4d;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
nav ul li a:hover {
  padding: 10px 16px;
  background-color: #9EC630;
  color: #ffffff;
  text-decoration: underline;
}

/* === Koppen en tekst === */
.Red {color: #006633 }	/* #006633 = donker groen* Hiervoor gekozen anders met ik dit in alle datat regels gaan wijzigen en dat is veel werk //*color: #FF0000  dit is rood }*/
/*.Blauw {color: #4284B0}*/
.FrenchScript {font-family: "French Script MT"}

.green {	color:  #9EC630; } 
.donkergroen { color: #006633 }	/* Nu donkergroen. Het was wat minder donker groen: {color:#339933; }*/
.paars {color:#FF66FF; }
.blauw1 {color: #00FFFF;}
.bruin {color:#996633; }
.Red-bold  {
	color: #006633;	/* #006633 = donker groen, gedaan omdat dit overal in de data ase staat*//*color: #FF0000  dit is rood }*/
	font-weight: bold;}
.wit { color:#FFFFFF;}
.geel { color:#FFFF00;}
}

h1 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #2a6f4d;
}
h2, h3, h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #2a6f4d;
}

h5 {
  font-size: 1.0em;
  margin-bottom: 0.5em;
  color: #2a6f4d;
}

h6 {
  padding: 0px 25px;
  font-size: 1em;
  margin-bottom: 0.5em;
  color: #FFFFFF;
}

p {
  
  margin-bottom: 1em;
}

pr {
	padding: 0px 15px;
}

/* === Lijsten === */
a {
  background-color: #e6f2e6;
  /*background-color: #9EC630;*/
  list-style: none;
  /*color: #ffffff; */
  color: #2a6f4d;
  text-decoration: none;
  padding-left: 0;
}

a:hover {
  background-color: #2a6f4d;
  list-style: none; 
  color: #ffffff; 
  text-decoration: underline;
  padding-left: 0;
}

li {
  margin-bottom: 8px;
}

/* === Main content === */
main {
 /* width: 100%; */
  padding: 10px;
  background-color: #ffffff;
  color: #333333;
}

/* === Route-overzicht === */
.route-overzicht ul li {
  padding: 8px 6px;
  background-color: #ffffff;
  border-left: 4px solid #9EC630;
}
.route-overzicht ul li:hover {
  background-color: #e6f2e6;
  color: #2a6f4d;
  border-left-color: #2a6f4d;
}

/* === Gestylede knoppen voor route-links en footer-links === */
.button-link {
  display: inline-block;
  padding: 5px 14px;
  background-color: #e6f2e6;
  border-left: 4px solid #2a6f4d;
  color: #2a6f4d;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.button-link:hover {
  background-color: #9EC630;
  padding: 5px 14px;
  color: #ffffff;
  text-decoration: underline;
}

.button-link, .footer-link {
  /*outline: 1px dashed red; */
}
.datum {
  display: inline-block;
  padding: 0px 20px;
  color: #000000;
}

/* === Footer-link zoals Disclaimer === */
.footer-link {
  display: inline-block;
  padding: 6px 12px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
}
.footer-link:hover {
  color: #9EC630;
  padding: 6px 12px;
  border-bottom: 1px solid #9EC630;
  text-decoration: none;
}
.info-blokken {
  display: flex;
  gap: 20px;
}
.info-blokken .blok {
  flex: 1;
  background-color: #f0f4f0;
  padding: 15px;
  /*border-left: 4px solid #9EC630;*/
  color: #333333;
}


/* === Exportopties === */
.exportopties {
  background-color: #f0f4f0;
  padding: 15px;
  border-left: 4px solid #9EC630;
  margin-top: 30px;
}
.exportopties ul {
  padding-left: 0;
}
.exportopties a {
  color: #2a6f4d;
  text-decoration: none;
}
.exportopties a:hover {
  text-decoration: underline;
  color: #9EC630;
}

/* === Afbeeldingen === */
.hero-image {
  width: 100%;
  max-height: 300px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  max-height: 300px;
  width: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

.hero-image a {
  display: block;
}
.hero-image.cover img {
  object-fit: cover;
  object-position: center;
}
.hero-image.contain img {
  object-fit: contain;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -5px; 
}
.hero-image iframe {
  max-height: 400px;
  width: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}
/* === Mobielvriendelijk === */
@media screen and (max-width: 768px) {
  nav ul {
    flex-direction: column;
    align-items: center;
  }
  .info-blokken {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .hero-image {
    max-height: 150px;
  }
}
