
h1 {
	font-size: 30px;
	font-family: '1942_report1942_report';
	color: #ffffff;
}

.header-container h2 {
	font-size: 100px;
	font-family: '1942_report1942_report';
	color: #ffffff;
}


.header-container h2 a {
	font-size: 100px;
	font-family: '1942_report1942_report';
	color: #ffffff;
	margin-top:0px;
}

.kopjeintro {
	font-size: 70px;
	text-align: center;
	font-family: '1942_report1942_report';
	color: #ffffff;
	padding-top:20px;
	padding-bottom:20px;
}



.vlaggen {
	position:absolute;
	z-index: 99999998;
	top:80px;
	left:10px;
}

.vlaggen li {
	margin-bottom:10px;
}


img.vlaggetje {
 	-webkit-filter: grayscale(70%);
 	-moz-filter: grayscale(70%);
 	wfilter: grayscale(70%);
 }


img.vlaggetje:hover {
      filter: none;
      -webkit-filter: grayscale(0);
 }
 
 .vlaggen ul li img.active {
      filter: none;
      -webkit-filter: grayscale(0);
 }

 .vlaggen a.active {
      filter: none;
      -webkit-filter: grayscale(0);
 }


.main-content.full {
	margin-top:30px;	
}

.menu-toggle {
  display: none;
}

.homepagina h1 {
	font-size: 65px;	
	margin-top:50px;
}



@media only screen and (max-width: 739px) { /* <= Mobile */

* {
    box-sizing: border-box;
}



.menu-toggle {
  position: absolute;
  top: 1em;
  right: .9em;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 38px;
 background: #ffffff;
border: solid 1px #cccccc;

}


.menu-toggle:hover {
        background: #d9d9d9;
				border: solid 1px #cccccc;

 }


img.vlaggetje:hover {
      filter: none;
      -webkit-filter: grayscale(0);
 }
 
 
nav {
    margin: 0;
    padding: 0;
}



nav ul.opening {
    display: block;
    height: 30px;
}

nav li {
  border-bottom: 1px solid #ffffff;
}
nav li:last-child {
  border-bottom: none;
}
nav a {
  color: #ffffff;
  background: #005292;
  display: block;
  padding: 0.5em 4em 0.5em 3em;
  text-decoration: none;
}

nav a:hover,
nav a:focus {
  color: #ffffff;
  background: #656a6f;
}


.site-nav {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
   background-color: #ffffff;
   -moz-opacity:.85;
 filter:alpha(opacity=85);
 opacity:.85; 
}

nav {
	position:absolute;
	z-index: 99999998;
	top:0;
	display: none;
}

h1 {
  	font-size: 32px;
	font-family: '1942_report1942_report';
	color: #ffffff;
}

.header-container h2 {
	font-size: 50px;
	font-family: '1942_report1942_report';
	color: #ffffff;
}


.header-container h2 a {
	padding-top:15px;
	font-size: 50px;
	font-family: '1942_report1942_report';
	color: #ffffff;
}

.kopjeintro {
	font-size: 35px;
	text-align: center;
	font-family: '1942_report1942_report';
	color: #ffffff;
	padding-top:20px;
	padding-bottom:20px;
}

.main-content img {
	margin:0px;
	padding:0px;	
}

.menu-toggle {
    display: block;
}

.header-container nav { 
	margin-top: 115px; 
	margin-right: 10%; 
	margin-left: 5%; 
	padding:0px;
	text-align: center;
	width:80%;
 }
 
 
.header-container .nav li{
	float: left;
	position: relative;
	padding: 0em;
}

.navhouder{
text-align: center;
}

nav a {
    color: #ffffff;
    background: #cccccc;
    display: block;
    padding: 0.5em 4em 0.5em 3em;
    text-decoration: none;
	
	-moz-opacity:.85;
	filter:alpha(opacity=85);
 	opacity:.85;
}

#nav a{
	font-family: '1942_report1942_report';
	font-style: bold;
	font-size: 30px;
	padding: 0.3em 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#nav{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
		
#nav li{
	display:inline;
	width:100%;

}

nav a.active
 { color: #fff; background-color: #656a6f }

.main-content img {
	width: 100%;
}

.mobiel {
    display: block;
}



.desktop {
    display: none;
}

.homepagina h1 {
	margin-top:50px;
	font-size: 48px;	
}

}



@media (min-width: 740px) {

.mobiel {
    display: none;
}	
.desktop {
    display: block;
}

}

