html, body {
    margin:0px;
    padding:0px;
    font-family:tahoma;
    font-family: Raleway,"Palatino Linotype", "Book Antiqua", Palatino, serif;
}




@media screen and (max-width: 6000px) {
    #top {
        font-size:18px;
    }

}
@media screen and (max-width: 1200px) {
    #top {
        font-size:16px;
    }
    /* menu zichtbaar */
}
@media screen and (max-width: 800px) {
    #top {
        font-size:16px;
    }
}
@media screen and (max-width: 400px) {
    #top {
        font-size:16px;
    }

}

div.container2 {
    padding:0px;
    
    background-color:#ffffff;
    height:auto;
    margin-left:2%;
    margin-right:2%;   
}
div.block_homepage {
    width:100%;
    /* background-color:#FFFFFF; */
}
div.header {
    border-bottom:1px solid #e5e5e5;    
}
div.messages {

}
.msg {
    display:block;
    width:100%;
    margin-left:auto;
    margin-right:auto;    
    margin-top:0px;
    padding:15px 5px 15px 50px; 
    color: #4d4e53; 
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-repeat: no-repeat;
    background-position: 5px center;    
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;    
    background-image: url('../images/messages/warning.png');      
}
.msg_info {
    color: #00529B;
    background-color: #BDE5F8;   
    background-image: url('../images/messages/info.png');        
}
.msg_error {
    color: #D8000C;
    background-color: #FFBABA;    
    background-image: url('../images/messages/error.png');      
}
.msg_success { 
    color: #4F8A10;
    background-color: #DFF2BF;    
    background-image: url('../images/messages/success.png');     
}

div.main {    
    width:100%;
    margin-right:auto;
    margin-left:auto;
    margin-top:0px;
    margin-bottom:50px;
    padding-left:2px;
}

div.footer {
    width:100%;
    border-top:1px solid #e5e5e5;
    padding-top:25px;
    text-align:center;
    color: #000080;    
    font-size:100%;    
}


.button {
    background-color: #4CAF50; /* Green */
    background-color: #FFFFFF;
    border: none;
    border: 1px solid #e5e5e5;
    color: #000080;
    color:  #428bca;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:120%;   
}
.btn_small {
    /* background-color: #4CAF50; */ /* Green */
    background-color: #428bca;
    
    border: none;
    border: 1px solid #e5e5e5;
    color: white;
    padding: 7px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:80%; 
}
.button_list {

    /* background-color: #FFFFFF; */
    border: none;
    border: 1px solid #e5e5e5;

 
    padding: 0px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right:5px;
 
}
.btn_homepage {

background-color: #428bca;
color:#FFFFFF;
}
/* overrulen */
.btn-success {

    background-color: #428bca;
    border-color: #000080;
}
.btn_red {
    background-color: #f44336; /* Red */ 
}

.btn_white {
    background-color: #FFFFFF; /* White */
    color: #000080;
}

.btn_menu, .btn_submenu {
    background-color: lightblue; /* White */
    background-color: #FFFFFF;
    color: #000080;
}
.btn_admin_menu {
    background-color: lightyellow; /* White */
    color: #000080;
}

.btn_footer {
    background-color: white; /* White */    
    padding:6px;
    font-size:120%;
    color: #000080;    
}



.right {
    float:right;
}


.ul_list {
    list-style-type: none;
}
li { 
    border:0px solid red;
}

.li_row {
    display:inline-flex;
    border:0px solid blue;  
    margin:0px;
    padding:0px;
    width:99%;
}

.li_cell {
    padding-left:3px;
    padding-right:3px;
    text-align:left;
}

div.clear {
    clear:both;
}

div.filter {
    width:100%;
    border:1px solid #e5e5e5;
    padding:20px;
    left:50px;
}

div.api_row {
    flex-direction: row; /* column;  */    
}

div.view_block {
    margin-top:25px;
    border-top:1px solid #e5e5e5;
}

th {
    text-align:left;
}
td {
    text-align:left;       
}

div.flex {
    display:flex;
    flex-direction: row;
}
.flex-1 { 
    flex:1;
    border:1px solid #e5e5e5;
}
.flex-2 { 
    flex:2;
    border:1px solid #e5e5e5;
}
.flex-3 { 
    flex:3;
    border:1px solid #e5e5e5;
}
.flex-4 { 
    flex:4;
    border:1px solid #e5e5e5;    
}
.flex-5 { 
    flex:5;
    border:1px solid #e5e5e5;    
}
.flex-6 { 
    flex:6;
    border:1px solid #e5e5e5;    
}

span.h1 {

}
span.h2 {

}
span.h3 {

}

.no_border {
    border:0px;
}



.input_text, .input_password {
    width:100%;
    height:35px;
    margin-top:10px;
    /*  padding:4px; */
   
    border:1px solid #c2c2c2;


} 

.input_list {
    margin-top:0px;
}


.input_toggle {
    margin-top:10px;
} 




.input_textarea {
    width:100%;
    padding:10px;
    margin-top:10px;
    rows:3; 
    padding:4px;
  

    min-height:150px;
    border:1px solid #c2c2c2;
}

.input_select {
   -webkit-appearance: none; /* remove default down arrow */
   background-color:#FFFFFF;

   background: url(../../public/images/icons/select_down.jpg) no-repeat right top;
   height: 35px;
   width: auto;
   min-width:150px; 
   margin-top:10px;
   
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;    
   border:1px solid #c2c2c2;
}


.input_checkbox {
    padding:12px;  
    margin-top:10px;    
}
.input_textarea_big {
    height:10%;
}
.input_textarea_bigger {
    height:20%;
}
.input_textarea_ultra {
    height:50%;
}

.input_button {
    width:50%;
}

.radios .label_radio{
    background-color:#FFFFFF;
    display:inline-block;
    width:100%;
    padding:5px;
    margin-top:5px;
}
.radios .inline_radio {
    background-color:#f2f2f2;
    display:inline-block;
    width:90%;
    padding:10px;
    margin-top:0px;               
}

.radios input[type=radio]{
    /* display:none */
}

.radios input[type=radio]:checked + .inline_radio{
    background-color:#c5e043
}
.radios input[type=radio]:checked + .inline_radio_negative{
    background-color:red
}

.btn_submit {
    margin-top:10px;
    border:1px solid #c2c2c2;
}

/* mobile */
@media screen and (max-width: 799px) {
    .input_text, .input_password {
        font-size:150%;
        padding:20px;
        border:1px solid #428bca;
    }
    .input_textarea {
        font-size:150%;
        padding:20px;
        height:175px;
    }
    .input_select {
        font-size:150%;  
        padding:20px;
    }    
    .btn_submit {
        margin-top:50px;
    }
    input[type=radio] { 
        transform: scale(2); 
        margin-left:20px;
        margin-right:20px;
        margin-bottom:20px;
    }
    input[type=checkbox] { 
        transform: scale(2); 
        margin-left:20px;
        margin-right:20px;
        margin-bottom:20px;        
    }
}



#footer {
    display: block !important;
}

ul.start li:nth-of-type(1) {
    display: none;
}

img#menu-toggle {
    z-index: 999;
}
.kleur1 {
    color: #d9611e;
    font-size: 48px;
    font-family: customfont;
    font-weight: bold !important;
}

.kleur2G {
    color: #7BA4A3;
    font-size: 48px;
    text-decoration: none;
    font-family: customfont;
    font-weight: bold !important;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 6400px) {
    #topbalk {
        padding: 30px 0 !important;
    }

    .kleur2G {
        color: #7BA4A3;
        text-decoration: none;
        font-size: 40px;
    }
    .kleur1 {
        color: #d9611e;
        font-size: 40px;
        font-family: customfont;
    }
}


@media screen and (max-width: 800px) {
    #topbalk {
        padding: 30px 0 !important;
    }

    .kleur2G {
        color: #7BA4A3;
        text-decoration: none;
        font-size: 22px;
    }
    .kleur1 {
        color: #d9611e;
        font-size: 22px;
        font-family: customfont;
    }
}


@media screen and (max-width: 400px) {
    #topbalk {
        padding: 25px 0 !important;
    }

    .kleur2G {
        color: #7BA4A3;
        text-decoration: none;
        font-size: 20px;
    }
    .kleur1 {
        color: #d9611e !important;
        font-size: 20px;
        font-family: customfont;
    }
}


ul, ol{
    padding-left:0;
}
#wrapper{
    left:0px;
    position: relative;

    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
}
#top div.push{
    left: 438px;
}
body.marketing #container, body.marketing #container #main, body.marketing #container #main .pageblock{
    height: auto;
}
.clearfix{
    clear:both;
}

/* HOME */

/* # Header #*/

#topbalk{
    position:relative;
    text-align:left;
    padding:25px 0;
    margin-top:20px;
}
#topbalk #menu-toggle{
    position:absolute;
    left:2%;
    top:33px;
    width:60px;
}

/* LOGO */

#topbalk .home img{
    width: 450px;
}


/* Slider section */

.custom ul, .custom ol{
    list-style:none;
    padding:0;
}
.custom .flex-control-nav{
    display:none;
}
.custom ul.slides{
    margin-top:-16px;
}
.custom ul li img{
    width:100% !important;
    height:auto !important;
}
.custom{
    position:relative;
}

#teksten ul{
    list-style:none !important;
    padding:0;
}
#teksten ol{
    list-style:none !important;
}
#teksten ul.slides{
    min-height:400px;
    position:relative;
}
#teksten ul.slides li{
    margin:0 !important;
    text-align:center;
    position:absolute !important;
    top:0 !important;
}
#teksten .flex-control-nav{
    display:none;
}
.bottom-piclinks{
    max-width:1140px;
    margin:10px auto;
}
.bottom-piclinks .piclinks{
    float:left;
    width:25%;
    text-align:center;
}
.bottom-piclinks .piclinks img{
    width:100%;
}
#blackbox{
    padding:50px;
    background-color:#555;
}


body{margin:0;padding:0;font-size:100.01%;text-align:left;position:relative;}

form{margin:0;padding:0;}img{border:0;}#left{float:left;}#right{float:right;}

#main{width:auto;position:relative;}
.inside{position:relative;text-align:left;}
.block{overflow:hidden;}
.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both;}
.invisible{width:0px;height:0px;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline;}
.custom{display:block;text-align:left;}
.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

a:hover{
    text-decoration: none;
}

    .header-text {
        font-family: customfont;
    }
    .searchFields span {
        font-family: customfont;
    }
    strong {
        font-weight: normal !important;
    }
    #navi ul li a {
        /* font-family: customfont; */
    }
    .custom .mod_catalog_search .search input {
        font-family: customfont;
        /* color: rgb(227, 37, 39) !important; */
        color: #000080 !important;
    }
    .custom .mod_catalog_search .filters input {
        font-family: customfont;
        /* color: rgb(227, 37, 39) !important; */
        color: #000080 !important;
    }
    #landing-nl a.event_Search:link, #landing-nl a.event_Search:active, #landing-nl a.event_Search:visited, #landing-nl a.event_Search:hover {
        font-family: customfont;
    }
    #teksten ul.slides li {
        font-family: customfont;
    }
    #wrapper div.nav-open {
        /* background-color: rgb(227, 37, 39) !important; */
        /* background-color: #000080 !important; */
        background-color: #428bca !important; 
        
    }
    #navi ul li a {
        /* background-color: rgb(227, 37, 39) !important; */
        /* background-color: #000080 !important; */
        background-color: #428bca !important; 
    }

    #landing-nl a.event_Search:link, #landing-nl a.event_Search:active, #landing-nl a.event_Search:visited, #landing-nl a.event_Search:hover {
        background: rgb(83, 40, 79) none repeat scroll 0 0;
    }
    .kleur1 {
        /* color: #000080 !important;  */
        color: #428bca !important; 
        color: #000080 !important;
    }
    .kleur2G {
        /* color:    rgb(84, 86, 91) !important; */
        color: rgb(227, 37, 39) !important;        
    }
    .hamburger {       
        /* color: #000080 !important;  */
        color: #428bca !important; 
    }
    
    div#recencies img {
        border: 8px solid    rgb(84, 86, 91) !important;
    }
    div#recencies span {
        /* color: rgb(227, 37, 39) !important; */
        color: #000080 !important;
    }
    .custom .mod_catalog_search .searchFields a.event_Search:link, .custom .mod_catalog_search .searchFields a.event_Search:active, .custom .mod_catalog_search .searchFields a.event_Search:visited, .custom .mod_catalog_search .searchFields a.event_Search:hover {
        /* background: rgb(227, 37, 39) none repeat scroll 0 0 !important; */
        background: #000080 none repeat scroll 0 0 !important;
    }
    
    
    /* smaller main when menu always visible */
    
    .container2_condensed {
        width:80% !important;
    }
    
    table.translations {
        width:100%;
    }

select:disabled {
    display:none
}


label.checkbox, label.radio, label.toggle {
    display: inline-block;
    width: auto;
}

li.formitem_element {
    

}
li.formitem_page_header {
    background-color:#000080; 
    background-color:#428bca; 
    color:#FFFFFF;
    padding:15px;
    
    

}
span.preview_page_header {
    font-size:125%;
    color:#FFFFFF;
    
}
li.formitem_padding {
    padding-left:5%;
    padding-right:5%;  
    padding-top:2%;  
}
.page_block_preview {
    border:2px dotted #000080; 
    /* margin-left:1%; */
    /* margin-right:1%; */
    box-sizing:border-box;
}




#navi ul{
    padding:0;
    margin:0;
    list-style:none;
    margin-top:20px;
}
#navi ul li{
    border-bottom:2px solid #fff;
}
#navi ul li a{
    background-color:#F36C1F;
    background-color: #c63D0f;
    display:block;
    font-size:100%;
    padding: 15px 0px 15px 15px;
    text-decoration:none !important;
    color:#fff;
}
#navi ul li a img{
    margin: -10px 14px -3px 0;
    width: 23px;
}

p.brand {
    width:40%;
    float:right;
    /* margin-left:40%; */
    position:relative;
    text-align:left;
}

div.homebox {
    box-sizing: border-box;
    width: auto;
    height: auto;
    border: 1px solid #428bca;
    border-radius: 5px;
    padding: 10px;
    font-size: 0.9em;    
    background-color:#FFFFFF;
    opacity:0.9;
    /* max-width:45%; */
}
div.tagcloud {
    box-sizing: border-box;
    width: auto;
    height: auto;
    border: 0px solid #428bca;
    border-radius: 5px;
    padding: 10px;    
    background-color:transparent;
    opacity:0.9;

}
div.logo_header {
    background-color:#FFFFFF;
    border: 1px solid #428bca;
    border-top:0px;
    border-bottom-left-radius: 5px;   
    border-bottom-right-radius: 5px;  
    padding:5px;
    min-height:80px;
}
div.video_overlay {
    text-align:center;
    height:80%;
    padding-top:10%;
}
span.homepage_videoteaser1 {
    padding:10px;
    padding-left:25px;
    padding-right:25px;    
    font-size:200%;
    margin:5px;
    background-color: rgba(51,51,51,0.4);
    color:#FFFFFF;
}
span.homepage_videoteaser2 {
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    font-size:130%;
    margin:5px;
    background-color: rgba(51,51,51,0.4);
    color:#FFFFFF;
}
a.homepage_video {
    border: 2px solid #428bca;
    background-color:#FFFFFF;
    opacity:0.8;
    padding:12px;
    width:auto;
    color:#428bca;
}
div.tip {
    
    margin-top:25px;
    padding:10px;
    color: #00529B;
    background-color: #BDE5F8;       
    
}

label.label_td {
    font-weight:normal;
    width:auto;
}

.nav {
    background-color:#428bca;
}

.input_fullwidth {
    width:100%;
}


