*{
    padding: 0;
    margin: 0;
    font-family: Arial;
}

.banner{
    width: 100%;
    height: 18vw;
    background-image: url("images/ehbobanner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* menu */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

#containernormaalmenu{
	display: none;
}

@media(min-width: 992px) {

#containernormaalmenu{
	display: initial;
}

#containernormaalmenu h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}

#containernormaalmenu h3 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
}

#containernormaalmenu h3 a {
	color: #FFF;
}

#containernormaalmenu a {
	color: #FFF;
}

#containernormaalmenu h1 {
	margin-top: 100px;
	text-align:center;
	font-size:60px;
	font-family: 'Bree Serif', 'serif';
	}

#containernormaalmenu {
	margin: 0 auto;
}

#containernormaalmenu p {
	text-align: center;
}

#containernormaalmenu nav {
	margin: 0px 0;
	background-color: #0071BC;
	font-family: arial;
}

#containernormaalmenu nav ul {
	padding: 0;
    margin: 0;
	list-style: none;
	position: relative;
	display: flex;
  	justify-content: center;
	}

#containernormaalmenu nav ul li {
	display:inline-block;
	background-color: #0071BC;
}

#containernormaalmenu nav a {
	display:block;
	padding:0 15px;
	color:#FFF;
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
}

#containernormaalmenu nav a:hover {
	background-color: #0066aa;
}

/* Hide Dropdowns by Default */
#containernormaalmenu nav ul ul {
	display: none;
	position: absolute;
	top: 60px; /* the height of the main nav */
}

/* Display Dropdowns on Hover */
#containernormaalmenu nav ul li:hover > ul {
	display:inherit;
}

/* Fisrt Tier Dropdown */
#containernormaalmenu nav ul ul li {
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px;
}


/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' \25BC'; }
li > a:only-child:after { content: ''; }
}
/* EINDE MENU */


body{
	background-color: #D6D6D6;
}

.welkom{
	text-align: center;
	color: #454545;
	margin-top: 3%;
	font-size: 1.25em;
}

@media(max-width: 992px) {
.welkom{
	margin-top: 3%;
}

.banner{
	height: 24vw;
}

}

/* mobile menu */

.mobilemenu{
	display: none;
}

@import url(https://fonts.googleapis.com/css?family=Oswald:400|Raleway:400,700,400italic,700italic);

@media(max-width: 992px) {


.mobilemenu{
	display: initial;
}

.container {
    margin: 0 auto;
    max-width: 80em;
}

/************************************************/
/****************** NAVIGATION ******************/
/************************************************/
nav {
    background-color: red;
    color: #1d1f20;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.container{
	background: #0071BC;
}

/*** INPUT ***/
nav input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/*** LABEL ***/
nav label {
    cursor: pointer;
    display: block;
    font: 4em/1 'Oswald', sans-serif;
    padding: 0.5em;
}

/* Hamburger Icon */
#menu-icon,
#menu-icon:before,
#menu-icon:after {
    background: #1d1f20;
    border-radius: 0.05em;
    height: 0.2em;
    width: 100%;
}

#menu-icon {
    display: inline-block;
    margin: 0.4em 0;
    max-width: 1em;
    position: relative;
}

nav label #menu-icon {
    float: right;
}

#menu-icon:before,
#menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

#menu-icon:before {
    top: -0.4em;
}

#menu-icon:after {
    bottom: -0.4em;
}

/* Close Icon */
nav input[type=checkbox]:checked + label #menu-icon {
    background: transparent;
}

nav input[type=checkbox]:checked + label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

nav input[type=checkbox]:checked + label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}


/*** MENU ***/
/* Overlay */
nav input:checked ~ #overlay {
    background: #D6D6D6;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}

/* List */
nav ul {
    font-size: 1.5em;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

nav input:checked ~ ul {
    margin: 1em;
    max-height: inherit;
    opacity: 1;
}

nav ul > li {
    margin: 0.5em 0;
}

nav ul a {
    color: #1d1f20!important;
    text-decoration: none;
}

nav ul a:hover {
    text-decoration: underline;
}


.invis{
  opacity: 0;
}
}

#bestuurstabel {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin: 7% auto auto;
}

#bestuurstabel td, #bestuurstabel th {
  border: 1px solid #ddd;
  padding: 8px;
}

#bestuurstabel tr {background-color: #f2f2f2;}

#bestuurstabel th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #a3a3a3;
  color: white;
}

@media(max-width: 992px) {
#bestuurstabel{
	width: 90%;
	font-size: 1.65em;
}
}

#infotabel {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin: 3% auto auto;
  margin-bottom: 10%;
}

#infotabel td, #infotabel th {
  border: 1px solid #ddd;
  padding: 8px;
}

#infotabel tr {background-color: #f2f2f2;}


#infotabel th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #a3a3a3;
  color: white;
}

@media(max-width: 992px) {
#infotabel{
	width: 90%;
	font-size: 1.65em;
}
}

.title{
    margin-top: 2%;
    margin-left: 5%;
    font-size: 1.85em;
}

.maintekst{
    margin-left: 5%;
    margin-top: 1%;
    margin-bottom: 6%;
}

@media(max-width: 992px) {
    .maintekst{
        margin-left: 3%;
        margin-right: 3%;
    }
    .title{
        margin-left: 3%;
        font-size: 2.25em;
    }
}

.formulier{
    margin: 50px auto;
    text-align: center;
    width: 60%;
}

@media(max-width: 992px) {
.formulier{
	width: 88%;
    text-align: center;
}
}

.formulier input, textarea{
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
}

@media(max-width: 992px) {
.formulier input, textarea{
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
	font-size: 32px;
}
.label{
    font-size: 32px;
}
}

#submitbutton{
    cursor: pointer;
}

.g-recaptcha{
    margin-left: 50px;
}

.status{
    padding: 16px;
}

.maintekstmetfoto{
    margin-left: 5%;
    margin-top: 1%;
    margin-bottom: 6%;
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.fotomaintekst{
    width: 15%;
    border-radius: 50%;
    display: inline-block;
    margin-left: 7%;
    margin-top: -1%;
}

@media(max-width: 992px) {
    .fotomaintekst{
        width: 50%;
        border-radius: 50%;
        display: block;
        margin-left: 7%;
	    margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
	    margin-bottom: 10%;
    }
    .maintekstmetfoto{
        width: 90%;
	    display: block;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media(max-width: 992px) {
    .hideonmobile{
        display: none;
    }
}