p, td, span, div {font-size: 1.05em; font-family: sans-serif; }
h1, h2 {color:  #393939; margin-top:25px; margin-bottom: 0px; font-family: sans-serif; font-weight: 400;}
div.tekst {margin-left: auto; 	margin-right: auto; 	margin-top: 50px; width: 1200px; }
div.header {margin-left: auto; 	margin-right: auto; 	width: 1200px;}
div.footer {margin-left: auto; 	margin-right: auto; 	width: 1200px; font-style: italic;}

div.banner {width: calc(100% - 40px); margin: 20px auto; background-color: #5b5b5b; min-height: 568px;}
div.banner img {float: left;}
div.bannertekst {color: #fff; margin-left: auto;	margin-right: auto; width: 1024px; padding-top: 50px; }
.bannertekst h1 {text-transform: uppercase; color: #fff;}
.bannertekst a {color: #fff;}

table.portfolio {width: 100%;}
table.portfolio td {width: 33%;}

.videoblok {margin-left: auto;	margin-right: auto; width: 1200px;}
.videobloktekst {padding-top: 40px; padding-left: 20px;}
table.videoblok td.video {width: 66%;}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

div.foto {margin-left: auto; 	margin-right: auto; 	width: 1200px;}
div.foto img #breed  {max-width: 1200px;}

div.spotlight {margin-top: 50px; margin-left: auto; 	margin-right: auto; 	width: 1200px;}

embed, iframe, object, video { max-width: 100%; }
td {/*vertical-align: top;*/ padding-bottom: 25px;}
#logo {float: right;}
embed, iframe, object, video { width: 1024px; height:563px; }
.menu {text-align: center;}
.menu a {color: #9c0001; font-weight: bold; text-align: center; margin-right: 20px; }
.links {float: left; padding-right: 15px;}
.rechts {float: right; padding-left: 15px;}

.cta {text-align: center; padding-top: 15px;}
.cta-rood {background-color: #9c0001; color: #fff; padding: 15px; text-align: center;}
.cta-rood a {background-color: #9c0001; color: #fff; font-weight:bold; }

.cta-blauw {background-color: #003b9c; color: #fff; font-weight: bold; padding: 15px;}
.cta-blauw a {background-color: #003b9c; color: #fff; font-weight: bold;}

.info, .success, .warning, .error, .validation, .question {	border: 1px solid;	margin: 10px 0px;	padding:15px 10px 15px 50px;	background-repeat: no-repeat;	background-position: 10px center;}
.error {	color: #9c0001;	background-color: #fff;	}

/* HAMBURGER MENU */
 /* Add a black background color to the top navigation */
 div.menubalk {margin-top: 10px; margin-left: auto; 	margin-right: auto; 	width: 1200px;}
 
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 
 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

@media (max-width: 1200px) {
div.menubalk {width: auto;}
div.tekst, div.foto, div.header, div.footer, div.bannertekst, div.spotlight, tbody.portfolio {width: 100%; margin-left: 0; margin-right: 0;}
div.banner {width: 100%; margin: 0px; padding: 5px;}
p {max-width: 100%}
img {max-width: 100%;}
a img {margin-right: 10px;}
.menu a {margin-top: 25px;}
#logo {float: none; margin-top: 25px;}
embed {width: 100%; max-height: 100%;}
textarea {max-width:  100%;}
div.footer {font-size: 1.1em; font-style: normal;}
table, tr, td, .menu a {display: block; max-width: 100%;}
table.videoblok td.video, {width: 100%; display: block;}
table.portfolio td.portfoliovideo, tbody.portfolio {width: 100%; display: block;}
}
@media (prefers-color-scheme: dark) {
	body {background-color: #000; color: #c9c9c9;}
	h1, h2, div.foto, div.tekst {color: #c9c9c9;}
	
}