HTML {

}

BODY {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #000000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

hr {
    border: 1px solid #CCCCCC;
    height: 1px;
}

a {
    text-decoration: none;
    color: #0a5791;
}



h1 {
    font-weight: 700;
    color: #21215d;
    font-size: 40px;
}

h2 {
    font-weight: 700;
    color: #21215d;
    font-size: 21px;
}

.flex_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.flex_menu {
    z-index: 999;
    width: 250px;
    height: 100%;
    text-align: left;
    position: relative;
    color: #FFFFFF;
    display: none;
}

.flex_menu_content {
    margin-top: 0px;
    margin-left: 30px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.flex_menu_item_top_filler {
    margin-top: 80px;
}

.flex_menu_item_none {
    font-size: 25px;
    color: #21215d;
    margin-bottom: 6px;
}

.flex_menu_item {
    font-size: 22px;
    color: #21215d;
    margin-bottom: 6px;
}

.flex_menu_item_licht {
    font-size: 22px;
    color: #0a5791;
    margin-bottom: 6px;
}

.flex_menu_item a {
    color: #21215d;
}

.flex_menu_item_on {
    color: #0a5791;
    font-weight: 700;
}

.flex_menu_item:hover {
    color: #0a5791;
    font-weight: 700;
}

.flex_menu_item a:hover {
    color: #0a5791;
}

.flex_menu_item_licht:hover {
    color: #0a5791;
    font-weight: 700;
}

.flex_menu_item_licht a:hover {
    color: #0a5791;
}

.flex_content_wrapper {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}

.flex_content {
    background-color: #FFFFFF;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 100%;
    overflow-y:auto;
    box-sizing: border-box;
}

.top_page_fixed {
    z-index: 100;
    background-color: #FFFFFF;
}

.top_page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.top_links {
    margin-top: 10px;
    font-size: 35px;
    font-weight: 700;
    color: #0a5791;
    text-align: left;
    float: left;
    width: 40%;
}

.top_rechts {
    margin-top: 10px;
    text-align: right;
    float: right;
    width: 60%;
}

.top_line {
    width: inherit;
    max-width: inherit;
    clear: both;
    background-color: #aaaaaa;
}

.top_logo {
    height: 100px;
}

.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}


.tegel_wrapper {
    width: 49%;
    cursor: pointer;
    margin-bottom: 12px;
}

.tegel_wrapper_download {
    max-height: 210px;
    overflow: hidden;
    height: 210px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
}

.tegel_links {
    float: left;
}

.tegel_rechts {
    float: right;
}

.tegel_titel {
    position: absolute;
    padding: 10px;
}

.tegel_titel h1 {
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 35px;
}

.tegel_titel h2 {
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
}

.menu_show_button {
    clear: both;
    position: absolute;
    cursor: pointer;
    width: 100px;
    font-size: 24px;
    font-weight: 400;
    margin-top: 27px;
    left: 30px;
}

.pagina_banner {
    max-height: 310px;
    overflow: hidden;
    height: 310px;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat; 
}

.pagina_banner_titel {
    position: absolute;
    padding: 10px;
}

.pagina_banner_titel h1 {
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 40px;
}

.pagina_banner_titel h2 {
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 21px;
}

.inschrijven_100 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.inschrijven_50 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    width: 49%;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

button {
    border: 0px solid #CCCCCC;
    background-color: #0a5791;
    color: #FFFFFF;
    font-size: 25px;
    text-align: left;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 20px 0px;
}

.cookiebutton {
    border: 0px solid #CCCCCC;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 20px 0px;


}

.vacature_flex_wrapper {
    clear: both;
    display: block;
}

.vacature_flex_tekst {
    width:100%;
    display: inline-block;
}

.vacature_flex_tekst strong {
    color: #005693;
}

.vacature_flex_tekst_no_foto {
    width:100%;
    display: inline-block;
}

.vacature_flex_tekst_no_foto strong {
    color: #005693;
}

.vacature_flex_tekst strong {
    color: #005693;
}

.vacature_flex_foto {
    float: right;
    width: 170px;
    z-index: 3;
}

.vacature_flex_foto_mobile {
    display: none;
}

.vacature_flex_form {
    float: left;
    height: 35px;
}

.vacature_flex_bel {
    height: 35px;
    float: right;
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #0a5791;
}

.vacature_groep_blok {
    margin-top: 20px;
    clear: both;
    position: relative;
}

.vacature_groep_tegel_left {
    float: left;
    width: 49.8%;
}

.vacature_groep_tegel_right {
    float: right;
    width: 49.8%;
}

.vacature_groep_tegel_plaatje {
    width: 100%;
}

.certificaat { width: 40%; }

.goudentipbanner { margin-right: 190px; height: 100px; }

button:hover {
    cursor: pointer;
}

@media only screen and (max-width: 1550px) {
    .menu_show_button { position: relative; left: 0px; margin-left: 0px; }    
}

@media only screen and (max-width: 1200px) {
    .goudentipbanner { margin-right: 30px; height: 100px; }
}

@media only screen and (max-width: 1000px) {
    .goudentipbanner { margin-right: 10px; height: 100px; }
}

@media only screen and (max-width: 600px) {
    .goudentipbanner { margin-right: 10px; height: 80px; }
    .vacature_flex_bel {
        float: left;
        width: 100%;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .goudentipbanner { margin-right: 10px; height: 80px; }
    .tegel_wrapper { width: 100%; }
    .tegel_titel h1 { font-size: 30px; }
    .tegel_titel h2 { font-size: 16px; }
    .top_logo { height: 80px; }
    .top_links { margin-top: 5px; font-size: 30px; }
    .flex_menu { width: 200px; }
    .flex_menu_content { margin-top: 30px; height: 100%; }

    .top_links { margin-top: 5px; }
    .menu_show_button { margin-top: 17px; }
    
    .flex_menu_item_top_filler {
        margin-top: 35px;
    }
    
    h1 { font-size: 35px; }
    h2 { font-size: 20px; }
	
    .pagina_banner_titel h1 { font-size: 35px; }
    .pagina_banner_titel h2 { font-size: 19px; }

    .pagina_banner img { min-height: 200px; }
    
    .certificaat { width: 80%; }
    
    .vacature_flex_form {
        width: 100%;
        text-align: left;
        float: left;
    }
    
    .vacature_flex_bel {
        width: 100%;
        padding-top: 20px;
        text-align: left;
        float: left;
    }
}

.cookiebar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #0a5791;
    color: #FFFFFF;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 480px) {
    .goudentipbanner { margin-right: 10px; height: 60px; }
    .tegel_wrapper { width: 100%; }
    .tegel_titel h1 { font-size: 25px; }
    .tegel_titel h2 { font-size: 16px; }
    .top_logo { height: 65px; }
    .top_links { width:40%; margin-top: 5px; font-size: 19px; }
    .top_rechts { width:60%; }    
    .flex_menu { width: 70%; position: absolute; background-color: #FFFFFF; }
    .flex_menu_content { margin-top: 30px; height: 100%; }
    
    .top_links { margin-top: 5px; }
    .menu_show_button { margin-top: 10px; }

    .flex_menu_item_top_filler { margin-top: 10px; }
        
    h1 { font-size: 27px; }
    h2 { font-size: 20px; }
	
    .pagina_banner { max-height: 210px; }
    
    .pagina_banner_titel h1 { font-size: 30px; }
    .pagina_banner_titel h2 { font-size: 16px; }
    
    .pagina_banner img { min-height: 200px; }

    .inschrijven_100 { font-size: 14px; }
    .inschrijven_50 { font-size: 14px; }

    .vacature_flex_tekst { width:100%; }
    .vacature_flex_foto { width:0%; display: none; }
    .vacature_flex_foto_mobile { display: block; max-height: 120px; overflow: hidden; }

    .vacature_flex_form {
        width: 100%;
        text-align: left;
        font-size: 15px;
        float: left;
    }
    
    .vacature_flex_form button {
        font-size: 23px;
    }    
    
    .vacature_flex_bel {
        margin-top: 0px;
        font-size: 23px;
    }

    .vacature_groep_tegel_left {
        float: left;
        width: 100%;
    }
    
    .vacature_groep_tegel_right {
        float: left;
        width: 100%;
    }    
}
