@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);/* hash 1 */
/* stjn css */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	/*font-weight: normal;*/
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}

html,body
{
	height: 100%;
	width: 100%;
}

body {
	background-color: #fff;
	color: #545454;
	font-size: 13px;
	line-height: 19px;

	font-family: Montserrat;
}

a
{
	text-decoration: none;
	color: #59b0d9;
}

.wrapper
{
    width: 100%;
    height: auto !important;
    overflow: hidden;
    margin: 0 auto;
}

.header
{
	overflow: hidden;
	width: 100%;
	text-align: center;
	height: 350px;
	position: relative;
}

.header .slogan
{
	font-size: ;
	color: ;
	line-height: ;
	text-shadow: 0px 1px 2px rgba( 0, 0, 0, .8);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: Montserrat;
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
	font-style: italic;
	display: block;
}

h1, h2, h3
{
	display: block;
}

h1 {
	text-transform: lowercase;
	font-family: Montserrat;
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
	color: #59b0d9;
	padding: 0 0 20px 0;
	/*text-align: left;*/
	position: relative;
}

h2 {
	text-transform: lowercase;
	font-family: Montserrat;
	font-size: 20px;
	line-height: 28px;
	color: #59b0d9;
	padding: 0;
	font-weight: normal;
	/*text-align: left;*/
	position: relative;
}

h3, h4
{
	text-transform: lowercase;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 24px;
	color: #59b0d9;
	padding: 10px 0 10px 0;
	font-weight: normal;
	/*text-align: left;*/
	position: relative;
}

.column
{
	float: left;
	padding: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.w33
{
	width: 33%;
}

.w66
{
	width: 66%;
}

.w50
{
	width: 50%;
}

.p20
{
	padding: 20px;
}

p
{
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	/*text-align: left;*/
}

.p40
{
	padding: 60px;
}

.line
{
	position: absolute;
	left: 50%;
	background:#6a727c;
	height: 100%;
	top: 140px;
	margin-left: -1px;
	width: 2px;
	z-index: 9999;
	display: none;
}

.btn
{
    background: #59b0d9;
    /*box-shadow: none;*/
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    font-weight: normal;
    line-height: 100%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.btn:hover
{
	color: #fff;
	box-shadow: none;
	background: #61bae4;
}

.btn:active
{
	-webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.3);
}

.workitem
{
	position: relative;
	float: left;
	width: 33%;
	padding: 20px;
	padding-top: 0px;
	height: 300px;
	overflow: hidden;
}

a.workitem
{
	text-decoration: none;
	color: #000;
}


.workitem h2
{
	color: #21a1aa;
	font-size: 24px;
	text-transform: none;
	text-shadow: none;
}

.workitem p
{
	font-size: 12px;
	line-height: 21px;
	padding-bottom: 20px;
	text-align: justify;
	color: #000;
}

.menu
{
	position: relative;
	background: rgba(255,255,255,.9);
	box-shadow: none;
	margin: 0 auto;
	/*height: 50px;*/
	width: 100%;
}

.menu input
{
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 222, 222, 222 );
  background-color: rgb( 235, 235, 235 );
  width: 160px;
  height: 24px;
  outline: none;
  float: right;
  margin-top: 20px;
  font-size: 12px;
  padding: 5px 7px;

}

.hoofdmenu ul
{
	position: relative;
	list-style: none;
}

ul.hoofdmenu li
{
	display: inline-block;
	/*float: left;*/
	position: relative;
}

ul.hoofdmenu li a
{
	height: auto;
	display: block;
	padding: 14px 22px;
	text-decoration: none;
	text-align: ;
	font-family: Montserrat;
	font-size: 16px;
	letter-spacing: ;
	font-weight: normal;
	color: #545454;
	line-height: 20px;
	text-transform: lowercase;
}

ul.hoofdmenu li a:hover
{
	color: #61bae4;
}

.hoofdmenu li .fa
{
	position: relative;
    top: 1px;
    margin-left: 6px;
}

.sub_menu{
	position: absolute;
	background-color: #fff;
	background: #f0f0f0;
	min-width:250px;
	width: auto;
	top:47px;
	left:0px;
	display:none;
	z-index: 1423424;

}

.sub_menu ul
{
	position: relative;
	z-index: 999;
}

.sub_menu ul li
{
	float: left;
	min-width: 100%;
	position: relative;
	background: #f0f0f0;
}

.sub_menu ul li a
{
	display: block;
	padding: 14px 22px;
	text-decoration: none;
	text-align: left;
	font-family: Montserrat;
	font-size: 14px;
	color: #545454;
	line-height: 21px;
	text-transform: lowercase;
}

.sub_menu ul li a:hover
{
	color: #fff;
	background: #59b0d9;
}

.contentsubmenu
{
	background: ;
	padding: 0;
}

.contentsubmenu a:first-child
{
	padding-left: 0;
}

.contentsubmenu a
{
	font-family: Montserrat;
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
	color: #565656;
	padding: 0 10px;
	text-transform : lowercase;
}

.contentsubmenu a:hover, .contentsubmenu .active
{
	color: #59b0d9;
}

.menu a:hover, .menu a.active
{
	color: #fff;
	background: ;
	text-shadow: ;
}

.w100
{
	width: 100%;
}

.wrapper_content
{
	width: 1200px;
	margin: 0 auto;
	height: auto !important;
}



.aanvraag
{
	background: url('../images/aanvraag.png') top center no-repeat;
	height: 50px;
	width: 244px;
	float: left;
}

.logo
{
    max-height: 250px;
    z-index: 999;
    position: absolute;
    left: 100px;
    top: 51px;

}

.video
{
	height: 150px;
	background: rgba(0, 0, 0, .65);
	margin-bottom: 10px;
	background-position: center center;
}

.video:hover
{
	cursor: pointer;
}

.video:hover:after
{
	text-shadow: 0px 0px 7px rgba( 255, 255, 255, .3 );
}

.video:after
{
	position: absolute;
	left: 50%;
	top: 39%;
	font-size: 38px;
	color: #fff;
	margin-top: -18px;
	margin-left: -20px;
	font-family: FontAwesome;
	content: "\f01d";

}

.inhoud ul, .inhoud ol
{
	margin-left: 20px;
}

.lvm
{
	color: #21a1aa;
}




.video
{
	background-color: rgba(0, 0, 0, .15);
}

.ptitem
{
	float: left;
	width: 380px;
	margin-right: 20px;
	padding: 10px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.ptitem:after
{
	content: '';
	position: absolute;
	background: url('../images/green_stripes.png');
	bottom: 10px;
	height: 10px;
	left: 10px;
	width: 380px;
}

.ptitem img
{
	display: block;
	padding-bottom: 10px;
}

.ptitem h2
{
	padding-bottom: 6px;
	font-size: 24px;
	font-weight: normal;
}

h3.slogan
{
	font-style: italic;
	padding: 5px 0;
	padding-top: 0;
	margin: 0;
	font-weight: 300;
	color: #9c9c9c;
}

.contactblock h3.slogan, .contactblock h2
{
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,.4);
}

.ptimage
{
	background-size: cover !important;
	background-repeat: no-repeat;
	height: 90px;
	margin-bottom: 8px;

}

.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}

.full-width-slider
{
	z-index: 1;
	position: absolute;
	top: 0x;
	left: 0px;
	height: 350px !important;
	overflow: hidden;
	width: 100%;
}

.contactblock
{
	background: #21a2aa;
	color: #fff;
	padding: 20px;
	padding-bottom: 30px;
}

.form2 input[type="text"], .form2 textarea
{
	width: 100%;
	font-size: 12px;
	padding: 5px 7px;
	margin-bottom: 8px;
	outline: none;
}



.contactblock #submitform
{
	margin-top: 10px;
}

/*.contactblock #submitform:after {
	padding-left: 5px;
	font-size: 12px;
	font-family: FontAwesome;
	content: "\f04b";
	color: #fff;
}*/

.footer h3
{
	color: #fff;
}

.footer .column
{
	float: left;
	color: #fff;
	line-height: 25px;
	padding-bottom: 0;
}


ul
{
	padding-top: 0;
	margin-top: 0;
}



.ui-autocomplete
{
	width: 200px;
	list-style: none;
	position: absolute;
	z-index: 1000;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	z-index: 28443858 !important;
	background: #fff;
}

.ui-autocomplete li
{
	float: left;
	overflow-x: hidden;
}

.ui-autocomplete li a
{
	width: 201px;
	display: block;
	background: #fff;
	padding: 10px 15px;
	text-decoration: none;
	color: #59b0d9;
	font-size: 14px;
}

.ui-autocomplete li a:hover
{
	color: #fff;
	background-color: #59b0d9;
}
.ui-helper-hidden-accessible { display:none; }

.ui-autocomplete-input
{
	/*padding: 2px !important;
	font-size: 11px !important;
	color: #000; */
}

.accordion dt, .accordion dd {
	position: relative;
	padding-left: 14px;
}

.accordion dt a
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.accordion dt a:hover
{
	color: #5c5c5c;
}

.accordion dt a:before
{
	font-size: 9px;
	line-height: 20px;
	font-family: FontAwesome;
	content: "\f04b";
	color: #21a1aa;
	margin-bottom: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

.mediaitem
{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	padding: 0px 20px 15px 20px;
}

.mediaitem:after
{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('../images/green_stripes.png');
	height: 10px;
}

.contactblock h3
{
	padding-bottom: 11px;
}



.social
{
	display: inline-block;
	height: 36px;
	width: 36px;
	border-radius: 19px;
	border: 2px solid #fff;
	text-align: center;
	box-shadow: 0px 1px 2px rgba(0,0,0,.4);
	opacity: .8;
	background: transparent;
	float: left;
	margin-right: 15px;
	padding-top: 6px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.social:hover
{
	opacity: 1;
}

.social:last-child
{
	margin-right: 0;
}

.social i
{
	font-size: 15px;
	text-shadow: 0px 1px 2px rgba(0,0,0,.5);
}

.rsarrowleft
{
	left: 30px;
	margin-top: -16px;
	top: 50%;
	display: block;
}

.rsarrowright
{
	right: 30px;
	margin-top: -16px;
	top: 50%;
	display: block;
}

.footer
{
	font-family: Montserrat;
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	background-color: #59b0d9;
	padding: 0;
}

.footer a
{
    text-decoration: none;
    color: #fff;
    display: block;
    font-weight: normal;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer {
	height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    font-weight: normal;
}

.inhoud{
	padding: 50px 0;
}

.inhoud i.q
{
	color: #929292;
}

.contactbutton
{
	color: #fff;
	background: #1e959c;
	padding: 6px 10px;
	border-radius: 3px;
	float: right;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	text-shadow: 0px 1px 2px rgba(0,0,0,.3);
}

.contactbutton:hover
{
	background: #28a7ae;
}


.inhoud b, .inhoud span b
{
	font-weight: bold !important;
}



select::-ms-expand {
    display: none;
}

ul.items
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.items img
{
	max-width: 100%;
}

ul.items li
{
	position: relative;
	padding: 0 80px 20px 0;
	display: inline-block;
	vertical-align: top;
}

ul.items li ul
{
	list-style-type: circle !important;
}

ul.items li li
{
	padding: 0;
}

ul.items li p, ul.items li li
{
	color: #545454;
}

.items .focuspoint, .items .thumbnail
{
	margin-bottom: 10px;
}

.items .inhoud
{
	color: #545454;
}

.items .datum
{
	padding: 5px 0;
	color: #999;
}

.newsarchivedate
{
	color: #999;
	display: inline-block;
	float: left;
	width: 24%;
}

.newsarchivetitle
{
	width: 76%;
	display: inline-block;
	color: #545454;
}

/*.items .inhoud a
{
	text-decoration: none;
	color:
}*/

.items h2
{
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	padding-bottom: 5px;
}

.itemnavigation
{
	margin-top: 30px;
}

.itemnavigation .btn span
{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    /*display: inline-block;*/
    /*top: 3px;*/
    position: relative;
    margin: 0 8px;
}

/*.itemnavigation .fa
{
	    position: relative;
    	top: -3px;
}*/



.focuspoint {
	position: relative; /*Any position but static should work*/
	overflow: hidden;
}
.focuspoint img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-height: none;
	max-width: none;
}

iframe
{
	padding: 0;
	margin: 0;
	border: 0;
}

.leftcontactinfo {
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 33.333333%;
    height: 300px;
    background: rgba(97, 186, 228, .75);;
    z-index: 3;
    color: #fff;
    padding: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}



.iframemap {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

input[type="text"] {
    font-family: Montserrat;
    border: none;
    background: #F1F1F1;
    color: #000;
    margin: 0 0 20px 0;
    padding: 8px 14px;
    font-size: 13px;
    display: block;
    width: 100%;
}

textarea {
    display: block;
    width: 100%;
    height: auto;
    background: #F1F1F1;
    padding: 8px 14px;
    font-size: 13px;
    font-family: Montserrat;
    border: none;
    margin: 0 0 20px 0;
}

.styled-select {
    width: 100%;
    overflow: hidden;
    background: #F1F1F1;
    font-family: Montserrat;
    font-size: 13px;
    display: block;
    outline: none;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    border: none;
}

.styled-select select {
    background: transparent;
    display: block;
    width: 100%;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 14px;
    outline: none;
    padding: 5px 7px;
    position: relative;
    z-index: 2;
    line-height: 16px;
    width: 100%;
    padding: 8px 14px;
    font-family: Montserrat;
    font-size: 13px;
    outline: none;
}

.styled-select:after {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
    height: 100%;
    background: #59b0d9;
    color: #fff;
    font-family: FontAwesome;
    content: "\f078";
    text-align: center;
    width: 33px;
    pointer-events: none;
    line-height: 32px;
    text-align: center;
}

.vraagtitel {
    display: block;
    color: #59b0d9;
    cursor: pointer;
    /*font-weight: bold;*/
}

.vraagantwoord {
    display: none;
    /*margin-bottom: 13px;*/

    font-size: 13px;
    font-family: Montserrat;
}

.vragen {
    list-style-type: none;
    padding-bottom: 30px;
    margin-left: 0 !important;
}

.vragen li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.vragen .fa-angle-right {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 18px;
}

.rotate {
  -moz-transform: rotate(90deg) !important;
  -webkit-transform:rotate(90deg) !important;
  -ms-transform:rotate(90deg) !important;
  -o-transform:rotate(90deg) !important;
}

.required
{
  background: rgb(255, 223, 223) !important;
}

.validated
{
  background: #CFFFD6 !important;
}

.iteminhoud a
{
	color: #545454 !important;
	text-decoration: none !important;
}

.iteminhoud
{
	height: 150px;
	margin-bottom: 20px;
}

.sidebarblock
{
	background: #59b0d9;
    color: #fff;
    min-height: 200px;
    float: left;
    position: relative;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
}

.sidebarblock h2
{
	color: #fff;
}

.newsarchive a
{
	display: block;
    font-size: 14px;
    overflow: hidden;
    margin: 12px 0;
}

.newsarchive .btn
{
	margin-top: 30px;
}

.fright
{
	float: right;
}

.allenieuwsitems .focuspoint
{
	margin-right: 20px;
	float: left;
}

.halloffame .focuspoint
{
	margin-right: 10px;
	float: left;
}

.halloffame .iteminhoud
{
	max-height: 105px;
}

.halloffame h3
{
	padding-top: 0;
	/*margin-bottom: 5px;*/
}

.allenieuwsitems h3
{
	padding: 0;
}

.column img
{
	/*max-width: 100%;
	height: auto;*/
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 12.5px 0;
}

table td
{
	border: 1px #eaeaea solid;
	padding: 7px;
	font-size: 13px;
	line-height: 19px;
}

table tr td:first-child
{
	width: 200px;
}

table tr td:last-child
{
	width: 200px;
}

.itemimage
{
	max-width: 100%;
}

.socialshare {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 8px;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}

.buttonfacebook {
    background: #3b5998;
}

.buttontwitter {
    background: #4099ff;
}

.call2action
{
	position: fixed;
    width: 50px;
    height: auto;
    top: 250px;
    right: 0;
    z-index: 999999999;
    background: #cccccc;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;

-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3),0 3px 5px -10px rgba(0,0,0,.1),0 14px 8px -8px rgba(0,0,0,.1),0 10px 20px -10px rgba(0,0,0,.1);
-moz-box-shadow: 0 2px 5px rgba(0,0,0,.3),0 3px 5px -10px rgba(0,0,0,.1),0 14px 8px -8px rgba(0,0,0,.1),0 10px 20px -10px rgba(0,0,0,.1);
box-shadow: 0 2px 5px rgba(0,0,0,.3),0 3px 5px -10px rgba(0,0,0,.1),0 14px 8px -8px rgba(0,0,0,.1),0 10px 20px -10px rgba(0,0,0,.1);
}

.call2action a
{
    display: block;
    float: left;
    padding: 17px 0;
    text-align: center;
    font-size: 20px;
    height: auto;
    text-decoration: none;
    width: 100%;

    color: #fff;
}

.searchicon
{
	background: #59b0d9;
	color: #fff;
	height: 33px;
	float: left;
	width: 30px;
	text-align: center;
	padding-top: 9px;
}

input[name="topsearch"]
{
	width: calc(100% - 30px);
	height: 33px;
}

.nieuwssharefb {
    background: #cccccc;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 8px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}


.scrolltop {
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    background: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    bottom: 30px;
    right: 20px;
    text-align: center;
}

.scrolltop i {
    padding-left: 2px;
    color: #59b0d9;
    font-size: 40px;
    padding-top: 4px;
}

.sticky-footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}



#showmobilemenu {
	display: none;
}