
body { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;	   
	font-family: 'Barlow', sans-serif;
	font-size: 16px; 
	color:#505050;
	height: 100%;
	line-height:25px;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center 175px;
}

html {
    height:100%;
}

h1{
    font-size: 32px;
    display: inline;
    font-weight: normal;
    margin: 0;
    line-height:40px;
}

h2{
    font-size: 20px;
    display: inline;
    font-weight: normal;
    margin: 0;
}

h3{
    font-size: 16px;
    display: inline;
    font-weight: normal;
    margin: 0;
}

.font_18{
    font-size:18px;
}

.font_16{
    font-size:16px;
}

.font_14{
    font-size:14px;
}

img{
    border:none;
    outline:none;
}

a{
    text-decoration: none;
    border:0;
    border:none;
    outline:none;
}

.ui-tooltip {
   padding: 1px;
   color: black;
   font-family: 'Barlow', sans-serif;
   font-size: 14px; 
   border: solid 1px #ffffff;
   width:100px;
   text-align:center;
   margin-top:74px;
   height:20px;
   -webkit-border-radius: 20px;
    border-radius: 20px;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    width:20px;
    height:20px;
    background-color:#F4CC84;
    color:#000;
    text-align: center;
    font-size:13px;
    font-weight:bold;
    border-color: #12549E transparent transparent transparent;
    
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    background-color: #F4CC84;
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    margin-left: -115px;
    opacity: 0;
    transition: opacity 1s;
    font-size:11px;
    font-weight:normal;
    line-height: 13px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -22px;
    border-width: 5px;
    border-style: solid;
    border-color:  transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


#wrapper_header{
    position:fixed;
    position:absolute;
    top:0;
    width:100%;
    z-index:1000;
    margin: 0px;
    background-color: #ffffff;
    height:140px
}

#kaart_header{
    position:fixed;
    position:absolute;
    top:0;
    width:100%;
    z-index:1000;
    margin: 0px;
    background-color: #ffffff;
    height:120px;
    font-family: "Campton-Light", Serif;
	font-size: 16px; 
	color:#000000;
    padding-bottom:20px;
}

#header_mob{
    display:none;
}

#wrapper{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height:100%;
}

#header{
    width:100%;
    height:80px;
    padding: 25px 0px 0px 30px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.15);
}

#header_in_left{
    width: 18%;
    height: 65px;
    float: left;
    padding: 0 0 0 2%;
}

#vacatures{
    width:148px;
    height:49px;
    display:block;
    position:relative;
    margin:0;
}

#vacatures img{
    position:absolute;
    left:0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#vacatures img.top:hover {
  opacity:0;
}

a.vacatures{
    width:148px;
    height:49px;
    display:block;
    position:relative;
    background-image: url(/site/images/vacatures.png);
}

a.vacatures span{
    position:absolute;
    width:148px;
    height:49px;
    display:block;
    position:relative;
    background-image: url(/site/images/vacatures.png);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

a.vacatures span:hover{
opacity: 1;
}

a.vacatures_over:link,a.vacatures_over:visited,a.vacatures_over:hover{
    width:148px;
    height:49px;
    display:block;
    background-image: url(/site/images/vacatures_over.png); 
}

@media print {
.link {
    visibility:hidden;
}
}

@media screen {
.link {
    visibility:visible;
}

a.afdrukken:link,a.afdrukken:visited{
    padding: 4px 20px 4px 20px;
    display:block;
    background-color:#009FE3;
    text-decoration: none;
    color:#ffffff;
    border-radius: 30px;
    width:140px;
    text-align:center;
    margin:0 auto 40px auto;
}

a.afdrukken:hover{
    padding: 4px 20px 4px 20px;
    display:block;
    background-color:#8C1D81;
    text-decoration: none;
    color:#ffffff;
    border-radius: 30px;
    width:140px;
    text-align:center;
    margin:0 auto 40px auto;
}

#header_in_center{
    position: relative;
    height: 65px;
    width: 57%;
    padding: 0 0 0 0px;
    float:left;
    text-align: center;   
}


#header_in_right{
    width: 20%;
    height: 65px;
    float: right;
    padding: 0 5px 0 0px;
    text-align:right;
}

.header_in_right_img{
    margin-left:5px;
}

.header_print{
    width:710px;
    padding:20px 0px 40px 0px;
}

#nav_bar{
    max-width: 990px;
    margin: -35px auto 0 auto;
    height:30px;
}

#menu_icon {
	display: none;
}

.dropdown_menu{
    display: none;
}

#shadow{
    width:1230px;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
    height:35px;
     -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
   
    
}

.content{
    width:100%;
    height:100%;
    min-height:700px;
    margin-top:50px;
    opacity: 0;
   
}


#body.loaded .content{
        opacity: 1;
}

.menu{
    display: inline;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float:left;
}

.menu_in{
    display: inline;
    list-style-type: none;
    margin: 0 0 40px 0px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float:left;
}

.menu_item{
    display: inline;
    margin-right:2%;
    width:165px;
    float:left;
}

.menu_item_over{
    display: inline;
    margin-right:2%;
    width:165px;
    float:left;
}

.menu_item > a{
    border-bottom: solid 1px #8C2381;
    display: inline-block;
    text-decoration:none;
    padding: 0 0 0px 0;
    float:left;
    color: black;
    cursor:default;
}

.menu_item > a:hover{
    border-bottom: solid 1px #1AA0E0;
    display: inline-block;
    text-decoration:none;
    padding: 0 0 0px 0;
    float:left;
    color: black;
    cursor:default;
}

.menu_item_over > a{
    border-bottom: solid 1px #1AA0E0;
    display: inline-block;
    text-decoration:none;
    padding: 0 0 0px 0;
    float:left;
    color: black;
    cursor:default;
}


.menu_item_last{
    border-bottom: solid 1px #8C2381;
    position: relative;
    display: inline-block;
    text-decoration:none;
    padding: 0 0 5px 0;
    float:left;
    color: black;
}

.underline_paars{
    border-bottom: solid 1px #8C2381;
    padding: 0 0 2px 0;
}




.dropdown-content {
    display: none;
    position: absolute;
    width: 966px;
    -webkit-box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.16);
    padding: 12px 4px 0px 20px;
    opacity:0;
     z-index: 1;
}

#nav_bar:hover .dropdown-content {
    height:auto;
    display: block;
    margin-top:26px;
    opacity:0.95;
    filter: alpha(opacity=95);
    background-color: #ffffff;
    -webkit-animation: fadeIn 0.9s;
    animation: fadeIn 0.9s;
}

.sub_menu {
    list-style-type: none;
    padding: 0;
    margin:0 2% 20px 0;
    float:left;
    width:165px;
}

.sub_menu_item {
    display: block;
}

.sub_menu_item > a{
    color:black;
    text-decoration: none;
}


.shadow {
    -webkit-box-shadow: 0px 49px 15px -26px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 49px 15px -26px rgba(0,0,0,0.18);
    box-shadow: 0px 49px 15px -26px rgba(0,0,0,0.18);
}

.schaduw_rondom {
    -webkit-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
}

.regel {
    width: 95%;
    padding:2%;
    margin: 18px 5px 0px 5px;
    opacity:.95;
    background-color: #ffffff;
}

.text-center {
    text-align:center;
}

.kol-m {
    width:280px;
    float:left;
}

.kol-l {
    width:50%;
    float:left;
}

#article {
    width: 95%;
    min-height:340px;
    padding: 2%;
    margin: 18px 5px 0px 5px;
    -webkit-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
     box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    opacity:.95;
    filter: alpha(opacity=95);
    background-color: #ffffff;
    vertical-align: text-top;
}
    
#video {
    width: 95%;
    padding: 2%;
    margin: 18px 5px 0px 5px;
    -webkit-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
     box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    background-color: #ffffff;
    vertical-align: text-top;
}


.article_in_left {
    width:570px;
    text-align:center;
    float:left;
}
    
.foto_in_artikel {
    width:570px;        
    }

.article_in_left a{
    text-decoration: underline;
    border:0;
    border:none;
    outline:none;
    color:#8C2381;
}

.article_in_left a:hover{
    text-decoration: underline;
    border:0;
    border:none;
    outline:none;
    color:#000000;
}

.article_in_left h1 {
   color: #8C2381;
   display: block;
}

.article_in_right {
    width: 280px;
    min-height: 280px;
    text-align: center;
    font-size: 18px;
    float: right;
    -webkit-border-radius: 140px;
    border-radius: 140px;
    overflow:hidden;
    margin: 20px 0 0 0;
    opacity:1;
    text-align: center;
}
    
.article_in_right > p{
    margin:0;
}


.article_bottom_right {
    width: 275px;
    min-height:30px;
    margin:25px 0 0 0;
    text-align: center;
    float: right;
    opacity:1;
    text-align: center;
    color:#8C2381;
}

.article_print{
    width:650px;
    padding: 30px;
}

/* Slider */
div#slider {
	width: 280px;
    height: 280px;
	text-align: center;
    float: right;
    margin: 20px 0 0 0;
    opacity:1;
}
/* Slideshow */
#slideshow{
	width: 280px;
    height: 280px;
	position: relative;
	list-style-type:none;
    float: right;
    margin:0;
}			
#slideshow li{
	position: absolute;
	top: 0;
    right:0;
	text-align:center;
	width: 280px;
    height: 280px;
	overflow:hidden;
	display: block;
}
    
#slideshow1{
	width: 280px;
    min-height:200px;
	position: relative;
	list-style-type:none;
    float: right;
    margin:0;
}			
#slideshow1 li{
	position: absolute;
	top: 0;
    right:0;
	text-align:center;
	width: 280px;
	overflow:hidden;
	display: block;
}
    
#slideshow2{
	width: 280px;
    height: 280px;
	position: relative;
	list-style-type:none;
    float: right;
    margin:0;
}
    
#slideshow2 li{
	position: absolute;
	top: 0;
    right:0;
	text-align:center;
	width: 280px;
    height: 280px;
	overflow:hidden;
	display: block;
}

#slideshow3{
	width: 280px;
    height: 220px;
	position: relative;
	list-style-type:none;
    float: right;
    margin:0;
}
    
#slideshow3 li{
	position: absolute;
	top: 0;
    right:0;
	text-align:center;
	width: 280px;
    height: 220px;
	overflow:hidden;
	display: block;
}
    

.article_in_right a {
    text-decoration: none;
    display: table-cell; 
    vertical-align: middle; 
    font-size: 30px;
    text-align: none;
    color:#ffffff;
    line-height: 40px;
    width: 280px;
    height: 280px;
}

.article_in_box {
    position:relative;
    width: 290px;
    font-size: 14px;
    margin: 0 30px 30px 0;
    float:left;
    line-height: 19px;
    overflow:hidden;
    padding: 5px 0 30px 0;
}

.article_in_box_right {
    position:relative;
    width: 290px;
    font-size: 14px;
    margin: 0 0px 30px 0;
    float:left;
    line-height: 19px;
    overflow:hidden;
    padding: 5px 0 30px 0;
}

.article_in_box a{
    text-decoration: underline;
    border:0;
    outline:none;
    color:#8C2381;
}

.article_in_box a:hover{
    text-decoration: underline;
    border:0;
    outline:none;
    color:#000000;
}


.article_in_box_right a{
    text-decoration: underline;
    border: 0;
    outline: none;
    color: #8C2381;
}

.article_in_box_right a:hover{
    text-decoration: underline;
    border: 0;
    outline: none;
    color: #000000;
}

.article_in_box h2 {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
}

.article_in_box_right h2 {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
}

.column_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
}

.column_2 > p{
    margin: 0px;
        
}
    
.mob_box {
    width:100%;
    height:20%;
}

.text_box_home{
    position: relative;
    margin: 5px;
    width: 283px;
    height: 360px;
    display: inline;
    padding: 30px 20px 20px 20px;
    text-align: center;
    -webkit-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
     box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    opacity:.95;
    background-color: #ffffff;
    float:left;
    overflow: hidden;
    color:#000;
}
    

.text_box_home_a{
    color:#8C2381;
    text-decoration: underline;
    display: block;
    margin: 15px auto 20px auto;
    
}
    
.video_home {
    width:280px;
    height:158px;   
    }

.text_box_home > a{
    text-decoration: underline;
    border:0;
    border:none;
    outline:none;
    color:#8C2381;
}

.left {
    margin-right:1.5%;
}

.center {
    width: 100%;
    text-align: center;
}

#text_box_vragen{
    width: 89%;
    min-height: 200px;
    margin: 18px 5px 0px 5px;
    background-color:#1AA0E0;
    color:#ffffff;
    padding: 30px 5% 40px 5%;
}

#text_box_vragen h2{
    color:#ffffff;
    text-align: center;
    display:block;
    width:100%;    
}

#text_box_vragen a{
    color:#ffffff;
    text-decoration: underline;
}

.text_box_vragen_in{
    color:#000000;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
     -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    text-align:left;
}


#form_box{
    width: 950px;
    padding: 20px;
    margin: 18px 5px 0px 5px;
    background-color: #8CBCCF;
    color:#ffffff;
    text-align:center;
}

.form_box_in{
    width:400px;
    padding:2%;
    float:left;
}

.form_box_in_center{
    width:400px;
    padding:2%;
    margin-left:auto;
    margin-right:auto;
}

#form_box_vragenlijst{
    width: 950px;
    padding: 20px;
    margin: 18px 5px 0px 5px;
    background-color:  #8CBCCF;
    color:#ffffff;
    text-align:left;
}

#vragenlijst_wrapper{
    width:100%;
    float:left;
    border-bottom:solid 1px #ffffff;
    padding:10px 0 10px 0;
}


#vragenlijst_left{
    width:650px;
    float:left;  
}

#vragenlijst_right{
    width:200px;
    float:left;  
}

#vragenlijst_bottom{
    width:100%;
    float:left;  
}

#nieuws_box{
    width: 283px;
    height: 250px;
    padding: 20px;
     -webkit-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
     box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    opacity:.95;
    background-color: #ffffff;
    margin:20px 5px 0px 5px;
    float:left;
    overflow:hidden;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    color:#000000;
}

#nieuws_box a{
    color:#8C2381;
    text-decoration:none;
}

#nieuws_box strong{
    font-weight: normal;
}

.nieuws_box_header{
    width:100%;
    display:block;
    text-align: center;
}

.nieuws_box_footer{
    bottom: 10px;
    width:283px;
    position:absolute;
}

#vacature_box{
    width: 283px;
    height: 380px;
    padding: 20px;
     -webkit-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
     box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    opacity:.95;
    background-color: #ffffff;
    margin:20px 5px 0px 5px;
    float:left;
    overflow:hidden;
    font-size: 14px;
    line-height: 22px;
    position:relative;
    color:#000000;
}

.vacature_content{
    width: 283px;
    height: 240px;
    overflow:hidden;
    display:block;
    text-align: center;
}


.vacature_warning{
    width: 283px;
    height: 100px;
    overflow:hidden;
    display:block;
    position:absolute;
    top: 110px;
    display:none;
    color:black;
    text-align: center;
}

#vacature_box:hover .vacature_content{
    display:none; 
}

#vacature_box:hover .vacature_warning{
    display:block;
    -webkit-animation: fadeIn 0.98s;
    animation: fadeIn 0.98s;
}


#vacature_box strong{
    font-weight: normal;
}

.vacature_box_header{
    width:100%;
    display:block;
    text-align: center;
    margin-bottom: 5px;
}

.vacature_box_footer{
    bottom: 10px;
    width:283px;
    position:absolute;
}

#klant_box{
    width: 283px;
    height: 85px;
    padding: 20px;
    text-align:center;
     -webkit-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
     box-shadow: 0px 7px 22px 1px rgba(0,0,0,0.45);
    opacity:.95;
    background-color: #ffffff;
    margin:20px 5px 0px 5px;
    float:left;
    overflow:hidden;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

/*Footer*/
#footer{
    width: 950px;
    padding: 20px;
    margin: 18px 5px 0px 5px;
    background-color:#CCCCCC;
    opacity:.95;
    font-size:13px;
    line-height: 16px;
}

.footer_in_left{
    float:left;
    width:200px;
}

.footer_in_center{
    width:80%;
    float:left;
    padding:0; 
}

.footer_in_right{
    float:left;
    margin-top: 20px;
}

.menu_footer{
    display: inline;
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float:left;
}

.menu_item_footer{
    display: inline;
    width:190px;
    float:left;
    margin:
}

.menu_item_footer > a{
    display: inline-block;
    text-decoration:none;
    padding: 0 0 2px 0;
    float:left;
    color:black;
    border-bottom: solid 1px #8C2381;
    cursor:default;
}

.sub_menu_footer {
    list-style-type: none;
    padding: 0;
    margin:0 0 20px 0;
    float:left;
    width:190px;
}

.sub_menu_item_footer {
    display: block;
}

.sub_menu_item_footer > a{
    color:black;
    text-decoration: none;
}


/*Formulier*/
input[type=text], input[type=file]{
	font-family:'Campton-Light', sans-serif;
    color:#606060;
	font-size:14px;
    width:100%;
    margin:0 0 4px 0;
    border: 0;
    padding: 5px;
    box-sizing:border-box;
}


/*
input:focus {
    outline: 0;
}*/

textarea:focus {
    outline: 0;
}

.form_submit{
	font-family:'Campton-Light', sans-serif;
	font-size:16px;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color:#FFFFFF;
    border-bottom: solid 1px;
    padding: 0 0 1px 0;
}

.form_submit_button{
	font-family:'Campton-Light', sans-serif;
	font-size:16px;
    background-color: Transparent;
    background-repeat:no-repeat;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color:#FFFFFF;
    border: solid #FFF 2px;
    padding: 3px;
}

.btn_geel{
	font-family:'Campton-Light', sans-serif;
    font-size:14px;
    font-weight:700;
    background-color: #F4CC84;
    display: inline-block;
    line-height: 1.5;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 50px;
    width:140px;
    height:60px;
    padding:0 20px 0 20px;
    transition:.5s ease-in-out;
}

.btn_geel:hover{
    background-color:#BC6EA1;
    color:#fff;
}

.zoek_submit{
    width: 29px;
    height: 29px;
    display:inline;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    background-color: Transparent;
    background-image: url(/site/images/zoek.png);
    float:right;  
}

textarea{
    font-family:'Campton-Light', sans-serif;
	font-size:16px;
    width:95%;
    height: 100px;
    margin-bottom:4px;
    border: 0;
    
}

select{
    font-family:'Campton-Light', sans-serif;
	font-size:14px;
    color:#606060;
    width:100%;
    margin:0 0 4px 0 ;
    border: 0;
    padding: 5px;
    box-sizing:border-box;
}

.bullet_wit{
    font-size: 50px;
    color:#ffffff;
    margin:0 0 5px 0;
    display:block;
}

.bullet_klein{
    font-size: 50px;
    display:block;
    width:100%;
    text-align:center;
    margin:0px 0 0px 0;
    opacity: 1;
}

.bullet{
    font-size: 50px;
    display:block;
    width:100%;
    text-align:center;
    margin:15px 0 12px 0;
    opacity: 1;
}

.bullet_bottom{
    font-size: 50px;
    display:inline-block;
    position: absolute;
    margin:0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%,0);
}

.bullet_2{
    font-size: 50px;
    display:block;
    width:100%;
    text-align:center;
    margin:0;
    opacity: 1;
}


.bullet_groot{
    font-size: 80px;
    display:block;
    width:100%;
    text-align:center;
    margin:20px 0 18px 0;
    opacity: 1;
    
}

.wit{
    color:#ffffff;
}

.paars {
    color:#8C2381;
}

.licht_paars {
    color:#D88CD1;
}

.bg_paars {
    background-color:#8C2381;
}

.blauw {
     color:#1AA0E0;
}

.bg_blauw {
     background-color:#1AA0E0;
}

.donkerblauw {
     color:#005caa;
}

.donkerpaars {
     color:#522583;
}

.zwart {
    color:#000000;
}



@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum schermbreedte van 1200 pixels. ----------------------------------*/
@media screen and (min-width: 1200px) {
    
        
#wrapper {
    max-width: 1200px;
}
    
#nav_bar{
    max-width: 1190px;
}
    
.menu_item{
    margin-right:5.0%;
}

.menu_item_over{
    margin-right:5.0%;
}
    
.dropdown-content {
    width: 1166px;
}
    
.sub_menu {
    margin:0 5.1% 20px 0;
       
}
    
.mob_box {
    width:100%;
    height: 20%;
    display:block;
}
    
.text_box_home {
    margin: 5px;
    width: 350px;
    height: 350px;
    overflow:hidden;
    color:#000;
}
    
.video_home {
    width:350px;
    height:197px;   
    }
    
#article {
    width: 1050px;
    padding: 40px 70px 40px 70px;
}
    
#form_box {
    width: 1110px;
    padding: 40px 40px 40px 40px;
}
    
    
#form_box_vragenlijst{
    width: 1110px;
    padding: 40px 40px 40px 40px;
}

.kol-m {
    width:280px;
    float:left;
    text-align:center;
}
    
#vragenlijst_left{
    width:780px; 
}

#vragenlijst_right{
    width:270px;
}

#vragenlijst_bottom{
    width:100%;
}
    
    
#text_box_vragen {
    width: 1070px;
    padding: 40px 60px 40px 60px;
}
    
    
.article_in_left {
    width: 650px;
    margin: 0 60px 0 0;
}
    
.foto_in_artikel {
    width:650px;        
}
    
.article_in_box {
    position:relative;
    width: 330px;
    font-size: 14px;
    margin: 0 30px 30px 0;
    float:left;
    overflow:hidden;
    padding: 5px 0 30px 0;
}

.article_in_box_right {
    position:relative;
    width: 330px; 
    font-size: 14px;
    margin: 0 0px 30px 0;
    float:left;
    overflow:hidden;
    padding: 5px 0 30px 0;
}
    
#nieuws_box{
    width: 250px;
    height: 250px;
}
    
.nieuws_box_footer{
    width:250px;
    overflow: hidden;
}
    
#vacature_box{
    width: 250px;
    height: 380px;
}
 
    
.vacature_content{
    width: 243px;
    height: 240px;
}


.vacature_warning{
    width: 243px;
    height: 100px;
    top: 120px;
}


.vacature_box_footer{
    width:250px;
    overflow: hidden;
}
    
#klant_box{
    width: 250px;
    height: 85px;  
}
        
.form_box_in {
    margin-left: 70px;
}
    
#footer {
    width: 1170px;
    padding: 20px 0 20px 20px;
   
}
    

    
}

/* Max schermbreedte van 1010 pixels. -------------------------------*/
@media screen and (max-width: 1013px) {
    
body { 	   
background-position:left 160px;
background-size: 151%;
font-size: 15px;
}
    
#wrapper_header{
    display:none;
}
    
h1{
  font-size:25px;
  line-height: 27px;
}
    
h2{
    font-size: 18px;
    display: inline;
    font-weight: normal;
    margin: 0;
}
    
h3{
    font-size: 16px;
    display: inline;
    font-weight: normal;
    margin: 0;
}
    

#header_mob{
    padding: 10px 0 5px 0;
    height: 100px;
    background-color: #ffffff;
    width:100%;
    display:block;
}
   
#header_mob_in_top{
    height: 40px;
    text-align:center;
    width:100%;
    display:block;
}    
    
#header_mob_in{
    text-align:left;
    height: 50px;
    background-color: #ffffff;
    width:235px;
    margin:0 auto 0 auto;
    display:block;
    padding:0;
}
    
.header_in_right_img{
    margin-left:2px;
}
    
.vacatures{
    margin:20px auto 0 auto;    
}
    
.vacatures_over{
     margin:20px auto 0 auto;    
}
    
#menu_icon {
    width: 25px;
	height: 25px;
	background: url(/site/images/menu_icon.png) center;
    background-size: 100%;
    margin: -3px auto 12px auto;
    position: relative;
    display: inline-block;
    float:left;
}
    
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    text-align:center;
    width: 315px;
    margin-left:-243px;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 10px 14px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 10px 14px 0px rgba(0,0,0,0.16);
    padding: 10px 0px 10px 5px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    font-size: 14px;
  
}

#nav_bar {
    width:25px;
    height:25px;
    float:right;
    margin:12px 10px 0px -35px;
    position: relative;
}
    
#nav_bar:hover .dropdown-content {
    display: block;
    margin-top:1px;
    opacity:0.92;
}
    
.menu_close{
    font-size:20px;
    font-weight:bold;
    width:95%;
    text-align:right;
}
    

.menu_item {
    width:150px;
    float:left;
    display: inline-block;
    text-align:left;
    border-bottom: solid 1px #8C2381;
}
    
.sub_menu {
    width:150px;
    float:left;
    margin: 0 7px 15px 0;
    text-align:left;
}
    
.sub.menu_item {
    width:150px;
    text-align:left;
}
        
#wrapper {
    width:320px;
    padding: -90px 0px 0px 0px;
    margin:0px auto 0px auto;
}


.content {
    margin: 20px 0 0 0;  
}
    
.mob_box {
    width:100%;
    height: 20%;
    display:block;
}
    
.text_box_home {
    margin:10px 0;
    width:280px;
    height: 350px;
    padding:20px;
    overflow:hidden;
}
    
.video_home {
    width:280px;
    height:158px;   
    }
    
#article {
    width: 280px;
    padding: 20px;
    margin: 20px 0;
}
    
.article_in_left {
    width:100%;
    text-align:center;
    float:left;
    position: relative;
}

.kol-l {
    width:100%;
    float:left;
}

.kol-m {
    width:280px;
    float:left;
    text-align:left;
}

    
.foto_in_artikel {
    width:280px;        
}

.article_in_left h1 {
   color: #8C2381;
   display: block;
}

.article_in_right {
   width:100%;
   text-align:center;
   float:left;
   position: relative;
}
    
    
.article_in_box {
   position:relative;
   width: 280px;
   font-size: 16px;
   margin: 0 0 20px 0;
   float:left;
   overflow:hidden;
   padding: 5px 0 30px 0;
   height:auto;
}

.article_in_box_right {
   position:relative;
   width: 280px;
   font-size: 16px;
   margin: 0 0 20px 0;
   float:left;
   overflow:hidden;
   padding: 5px 0 30px 0;
   height:auto;
}
    
.column_2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
    
#form_box {
    width: 280px;
    margin:0;
    padding:20px;  
}
    
#form_box_vragenlijst{
     width: 280px;
     margin:0;
     padding:20px; 
}
    
.form_box_in{
    width: 280px;
    float: left;
    padding:0;
}
    
.form_box_in_center{
    width:280px;
    padding:0;
}
    
#vragenlijst_left{
    width:280px;
    margin-bottom:10px;
}

#vragenlijst_right{
    width:280px;
    margin-bottom:10px;
}

#vragenlijst_bottom{
    margin-bottom:10px;
}
    
.adres{
   display:none;
    }
    
#nieuws_box {
    margin: 10px 0 0 0;
    width: 280px;
    position:relative;
}
    
#vacature_box {
    margin: 10px 0 0 0;
    width: 280px;
    height:420px;
    position:relative;
}

.regel {
    margin:0 0 10px 0;
    padding:20px;
    width:280px;
    opacity:.95;
    background-color: #ffffff;
}

#klant_box{
    margin: 10px 0 0 0;
    width: 280px;
    height: 85px;  
}

.vacature_box_footer{
    width:280px;
   
}
    
.bullet_bottom{
    font-size: 50px;
    display:inline-block;
    position: absolute;
    margin:0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%,0);
}
    
#text_box_vragen{
    width:280px;
    padding:20px;
    margin: 0;
}
        
.text_box_vragen_in {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    min-height: 400px;
}
    
#footer {
    width:280px;
    padding:20px;
    margin: 20px 0 0 0;
}
    
.footer_in_left{
    width:100%;
    }
    
.footer_in_center{
    width:100%;
    margin:20px 0 0 0;
    }
    
.footer_in_right:{
    display: none;
}
    
.menu_footer{
     display: none;
}
    
    
.sub_menu_footer{
     display: none;
}
 
}