@import url('https://fonts.googleapis.com/css?family=Roboto');

/* Applicable on all resolutions */

html{
	font-family: "Roboto", sans-serif; 
	padding:0;
	margin:0;
	height:100%;
}

body{
	padding:0;
	margin:0;
}

.layout-container{
	width: 100%;
    margin:0;
}

div#off-canvas{

}

div#off-canvas .mm-menu,
div#off-canvas .mm-navbar{
	background:#2D5174;
	color:#ffffff;
	border-bottom:2px solid #FCBE43;
	text-transform:uppercase;
}

div#off-canvas .mm-menu a,
div#off-canvas .mm-menu a:active,
div#off-canvas .mm-menu a:hover,
div#off-canvas .mm-menu a:link,
div#off-canvas .mm-menu a:visited{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}

div#off-canvas .mm-panel,.mm-panels{
	background:#2D5174;
	color:#ffffff;
	border-color:#ffffff;
	font-size:20px;
}

div#off-canvas .mm-panels .mm-panel ul.mm-listview {
	color:#ffffff;
	border-color:#ffffff;
	font-size:20px;
}

div#off-canvas .mm-panels .mm-panel ul.mm-listview a,
div#off-canvas .mm-panels .mm-panel ul.mm-listview a:active,
div#off-canvas .mm-panels .mm-panel ul.mm-listview a:hover,
div#off-canvas .mm-panels .mm-panel ul.mm-listview a:link,
div#off-canvas .mm-panels .mm-panel ul.mm-listview a:visited{
	color:#ffffff;
	border-color:#ffffff;
	font-size:20px;
}

header{
	background:#2D5174;
	height:65px;
	color:#ffffff;
	padding-left:3%;
	padding-right:3%;
	font-size:20px;
}

header a{
	color:#ffffff;
	text-decoration:none;
}

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

nav#block-hoofdnavigatie,
nav.responsive-menu-block-wrapper{
	float:left;
	display:inline-block;
	/*width:55%;*/
	width:30%;
	padding-top: 10px;
    padding-bottom: 10px;
}

nav#block-hoofdnavigatie ul.menu,
nav#responsive-menu-block-wrapper ul#horizontal-menu{
	width:100%;
}

nav#block-hoofdnavigatie ul.menu li.menu-item,
nav#responsive-menu-block-wrapper ul#horizontal-menu li.menu-item{
	float:left;
	display:inline-block;
}

nav#block-hoofdnavigatie ul.menu li.menu-item a,
nav#responsive-menu-block-wrapper ul#horizontal-menu li.menu-item a,
.horizontal-menu > li > a {
	padding-left:0px;
}

nav#block-hoofdnavigatie ul.menu a.is-active,
nav#responsive-menu-block-wrapper ul#horizontal-menu a.is-active{
    color: #ffffff;
	font-weight:bold;
}

header div#block-contactinfotop{
	float:left;
	display:inline-block;
	/*width:40%;*/
	width:55%;
	padding-top: 19px;
    padding-bottom: 19px;
}

header div#block-contactinfotop div{
	
}

header div#block-contactinfotop div.email{
	float:left;
	/*width:60%;*/
	width:33%;
}

header div#block-contactinfotop div.tel{
	float:left;
	/*width:40%;*/
	width:20%;
}

header div#block-contactinfotop div.website{
	float:left;
	width:40%;
}

header div#block-zoekveld{
	float:left;
	/*width:17%;*/
	width:10%;
	padding-top:18px;
	padding-bottom:7px;
	margin-right:2px;
}

header div#block-zoekveld .js-form-type-search input.form-search {
    width: 30px;
    height: 30px;
    background:transparent;
    border: #2D5174;
    font-size: 18px;
    float:right;
	padding-left: 15px;
    padding-right: 0px;
	margin-right: 6px;
	margin-top:-30px;
	z-index:999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
	position: relative;
}

header div#block-zoekveld i.better_search {
    background: url(../images/icons/tertal-search-icon.png) center center no-repeat;
	background-size:contain;
    height: 30px;
    width: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
	float:right;
    padding-right: 5%;
}

header #search-block-form,
header #search-form {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

header #search-block-form .icon,
header #search-form .icon {
  position: relative;
  top: 0px;
  right:10px;
  z-index: 1;
  color: #ffffff;
  /*Using flexbox to align icon to center*/
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

header div#block-zoekveld .js-form-type-search input:-webkit-input-placeholder {
  color: #ffffff;
}

header div#block-zoekveld .js-form-type-search input:-moz-placeholder {
  color: #ffffff;
}

header div#block-zoekveld .js-form-type-search input:-ms-input-placeholder {
  color: #ffffff;
}

header div#block-zoekveld .js-form-type-search input.form-search:focus,
header div#block-zoekveld .js-form-type-search input.form-search:active {
  outline: none;
  width: 100%;
	color: #ffffff;
}

header div#block-zoekveld .js-form-type-search:hover input.form-search {
  width: 100%;
  cursor: pointer;
  cursor: hand;
  color: #ffffff;	
}

header #search-block-form:hover .icon,
header #search-form:hover .icon {
	color: #ffffff;
}

header div#block-socialmedia{
	float:left;
	display:inline-block;
	width:2%;
	padding-top: 5px;
    padding-bottom: 10px;
    font-size: 13px;
}

header div#block-socialmedia img{
	width:30px;
	height:30px;
}

.region-highlighted{
	background:#3F6A9C url(../images/tertal-textuur.jpg) center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed;
	padding-top:35px;
}

.page-node-3 .region-highlighted,
.page-node-4 .region-highlighted,
.path-search .region-highlighted{
	background:#3F6A9C url(../images/tertal-voorwaarden-header.png) center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed;
	padding-left:20%;
	padding-right:20%;
}

.page-node-5 .region-highlighted,
.path-contact .region-highlighted{
	background:url(../images/tertal-grote-foto.png) center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed;
	padding-left:25%;
	padding-right:25%;
}

.region-highlighted div#block-brandingvandewebsite{
	background:url(../images/tertal-logo.png) center center no-repeat;
	/*background-size:contain;
	min-height:400px;*/
	background-size:auto;
	min-height:650px;

}

.region-highlighted div#block-brandingvandewebsite .site-slogan{
	display:none;
	width:25%;
	float:left;
	position:relative;
	top:6px;
	left:40%;
	color:#ffffff;
	font-size:20px;
}

.region-highlighted div#block-infoheader{
    background:url(../images/tertal-info-header.png) center center no-repeat;
	background-size:contain;
	min-height:400px;
}

.region-highlighted div#block-voorwaardenheader{
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	height:400px;
}

.region-highlighted div#block-voorwaardenheader p{
	text-align:center;
}

.region-highlighted div#block-voorwaardenheader p img{
	display:none;
}

.region-highlighted div#block-contactheader{
	padding-top:15px;
	padding-bottom:15px;
	/*height:400px;*/
	height:500px;
}

.region-highlighted div#block-contactheader div#lets-go{
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:50px;
	font-weight:bold;
}

.region-highlighted div#block-contactheader p {
	text-align:center;
	padding:0;
	margin:0;
}

.region-highlighted div#block-contactheader img,
.region-highlighted div#block-contactheader p img{
	/*width:40%;*/
	width:55%;
}

.region-highlighted div#block-zorgeloosheenenweer{
	color:#325072;
	width:100%;
	text-align:center;
	font-size:32px;
	height:100px;
	font-weight:bold;
	padding-top: 60px;
}

.region-highlighted div#block-zorgeloosheenenweer a{
	color:#325072;
	text-decoration:none;
	background:#FCBE43;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 0px solid #FCBE43;
	padding-left:1.5%;
	padding-right:2%;
	padding-top:15px;
	padding-bottom:15px;
}

.region-highlighted div#block-zorgeloosheenenweer a:hover{
	color:#325072;
	text-decoration:underline;
}

main{
	margin:0;
	padding-left:20%;
	padding-right:20%;
	padding-top:55px;
	padding-bottom:55px;
	color:#325072;
	font-size:18px;
}

main a{
	color:#325072;
	font-weight:bold;
	text-decoration:none;
}

main a:hover{
	text-decoration:underline;
}

main h2{
	font-weight:bolder;
}

main div#block-particulier h2:before{
	content: "";
    display: block;
    background: url("../images/icons/tertal-particulier-icon.png") no-repeat;
	background-size:contain;
    width: 60px;
    height: 40px;
    float: left;
}

main div#block-bedrijven h2:before{
	content: "";
    display: block;
    background: url("../images/icons/tertal-bedrijven-icon.png") no-repeat;
	background-size:contain;
    width: 60px;
    height: 50px;
    float: left;
}

main div#block-privevervoer h2:before{
	content: "";
    display: block;
    background: url("../images/icons/tertal-prive-icon.png") no-repeat;
	background-size:contain;
    width: 60px;
    height: 45px;
    float: left;
}

main div#block-service h2:before{
	content: "";
    display: block;
    background: url("../images/icons/tertal-service-icon.png") no-repeat;
	background-size:contain;
    width: 60px;
    height: 60px;
    float: left;
}

main div.block-block-content div.field--name-body{
	padding-left:6%;
}

main form#webform-submission-book-nu-online-node-5-add-form input,
main form#contact-message-feedback-form input,
main form#webform-submission-contact-node-6-add-form input{
	padding-top: 5px;
    padding-bottom: 5px;
    color: #325072;
    font-size: 18px;
 	padding-left: 1%;
    padding-right: 1%;
	border:solid 1px #325072;
}

main form#webform-submission-book-nu-online-node-5-add-form input#edit-telefoon-of-gsm-phone{
	/*padding-left: 15%;*/

}

main form#webform-submission-book-nu-online-node-5-add-form input.form-text,
main form#contact-message-feedback-form input.form-text,
main form#webform-submission-contact-node-6-add-form input.form-text,
main form#webform-submission-book-nu-online-node-5-add-form input.form-email,
main form#contact-message-feedback-form input.form-email,
main form#webform-submission-contact-node-6-add-form input.form-email{
	width:100%;
}

main form#webform-submission-book-nu-online-node-5-add-form textarea,
main form#contact-message-feedback-form textarea,
main form#webform-submission-contact-node-6-add-form textarea{
	padding-top: 10px;
    padding-bottom: 10px;
    color: #325072;
    font-size: 18px;
 	padding-left: 1%;
    padding-right: 1%;
	border:solid 1px #325072;
	width:102%;
}

main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-reset,
main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-wizard-next,
main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-wizard-prev{
	background: #FCBE43;
	color: #325072;
    text-decoration: none;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border: 0px solid #FCBE43;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
	cursor:pointer;
}

main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-submit,
main form#contact-message-feedback-form input#edit-submit,
main form#webform-submission-contact-node-6-add-form input#edit-actions-submit{
	background: #FCBE43 url(../images/icons/tertal-vliegtuig-icoon.png) 10% 50% no-repeat;
	color: #325072;
    text-decoration: none;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border: 0px solid #FCBE43;
    padding-left: 5%;
    padding-right: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
	cursor:pointer;
}

main form#contact-message-feedback-form input#edit-preview{
	display:none;
}


main .js-form-type-search input.form-search {
    background:transparent;
	border: solid 1px #325072;
    font-size: 18px;
    float:none;
	padding-left: 10px;
    padding-right: 10px;
	color:#325072;
	width: 40%;
}

main .js-form-wrapper input.form-submit{
	background: #FCBE43;
	color: #325072;
    text-decoration: none;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border: 0px solid #FCBE43;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	cursor:pointer;
	margin:0;
}


main #block-tertal-content div.item-list{
	margin:0;
	padding-left:0px;
	padding-right:0px;
}

main #block-tertal-content div.item-list ol{
	margin:0;
	padding-left:0px;
	padding-right:0px;
}

main #block-tertal-content div.item-list ol li{
	margin:0;
	padding-left:0px;
	padding-right:0px;
}

footer{
	background:#3F6A9D;
}

footer div#block-zorgeloosheenenweer-2{
	background:url(../images/tertal-grote-foto.png) center center no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed;
	color:#ffffff;
	width:100%;
	text-align:center;
	font-size:48px;
	height:100px;
	font-weight:bold;
	min-height:400px;
	padding-top:100px;
}

footer div#block-zorgeloosheenenweer-2 a{
	color:#325072;
	text-decoration:none;
	background:#FCBE43;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 0px solid #FCBE43;
	padding-left:1.5%;
	padding-right:2%;
	padding-top:15px;
	padding-bottom:15px;
	font-size:32px;
}

footer div#block-zorgeloosheenenweer-2 a:hover{
	color:#325072;
	text-decoration:underline;
}

footer div#block-infofooter{
	background:#345f89;
	padding-left: 20%;
    padding-right: 20%;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}

footer div#block-infofooter img{
	height:300px;
}	

footer div#block-infofooter div#info-footer{
	width:70%;
	color:#ffffff;
	font-size:40px;
	display:inline-block;
}

footer div#block-infofooter div#info-footer div#onderweg,
footer div#block-infofooter div#info-footer div#online,
footer div#block-infofooter div#info-footer div#bel{
	float:left;
	width:29%;
	text-align:left;
	padding-left:2%;
	padding-right:2%;
}

footer div#block-infofooter div#info-footer a{
	color:#ffffff;
	text-decoration:none;
}

footer div#block-infofooter div#info-footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

footer div#block-zorgeloosheenenweer-3{
	background:#345f89;
	color:#325072;
	width:100%;
	text-align:center;
	font-size:32px;
	height:100px;
	font-weight:bold;
	padding-bottom:30px;
}

footer div#block-zorgeloosheenenweer-3 a{
	color:#325072;
	text-decoration:none;
	background:#FCBE43;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 0px solid #FCBE43;
	padding-left:1.5%;
	padding-right:2%;
	padding-top:15px;
	padding-bottom:15px;
}

footer div#block-zorgeloosheenenweer-3 a:hover{
	color:#325072;
	text-decoration:underline;
}

footer div#block-footerinfo{
	padding-left:20%;
	padding-right:20%;
	padding-top:25px;
	padding-bottom:25px;
	color:#ffffff;
	font-size:20px;
}

footer div#block-footerinfo a{
	color:#ffffff;
	text-decoration:none;
}

footer div#block-footerinfo a:hover{
	text-decoration:underline;
}

footer div#block-footerinfo img{
	width:20%;
}

footer div#block-footerinfo div.info_left{
	float:left;
}

footer div#block-footerinfo div.info_right{
	float:right;
	text-align:right;
	margin-top: -50px;
}

footer div#block-footerinfo div.info_right h3{
	margin:0;
}


/* Responsive specific */

@media (max-width: 767px) and (orientation: portrait){
	.layout-container{
  	      width: 100%;
	}

	header{
	   	padding-left:2%;
    	padding-right:2%;
    	height:65px;
    	
	}

	header div#block-responsivemenumobileicon{
		float:left;
    	padding-left:2%;
    	padding-right:2%;
    	padding-top:15px;
    	padding-bottom:15px;
    	width:11%;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon{
		
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:before{
    	left: 5px;
		width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:after{
    	left: 5px;
		width:30px;
	}
	
	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.icon{
		left:5px;
    	width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.label{
		display:none;
	}

	header div#block-horizontalmenu{
		display:none;
	}

	header div#block-contactinfotop{
    	display:none;
	}

	header div#block-contactinfotop div{
	
	}

	header div#block-contactinfotop div.email{
    	float:left;
    	width:100%;
	}

	header div#block-contactinfotop div.tel{
    	float:left;
    	width:100%;
	}

	header div#block-zoekveld{
    	float:left;
    	display:inline-block;
    	width:70%;
    	padding-top:15px;
    	padding-bottom:15px;
	}

	header div#block-socialmedia{
		width:5%;
    	padding-left:2%;
    	padding-right:2%;
    	padding-top:5px;
    	padding-bottom:5px;
	}

	header div#block-socialmedia a img{
		margin-top:-3px;
	}

	.region-highlighted {
    	padding-top: 25px;
		background-size:100vmax 100vmax;
		background-attachment:scroll;
	}

	.region-highlighted div#block-brandingvandewebsite{
    	background-size:contain;
		min-height:200px;
	}

	.region-highlighted div#block-brandingvandewebsite .site-slogan {
		width: 50%;
  		float: left;
    	position: relative;
    	top: -15px;
    	left: 25%;
    	color: #ffffff;
    	font-size: 18px;
	}

	.region-highlighted div#block-zorgeloosheenenweer {
   	 	height: 70px;
    	font-size:20px;
    	margin-top:15px;
	}

	.page-node-2 .region-highlighted, 
	.page-node-3 .region-highlighted, 
	.page-node-4 .region-highlighted {
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.page-node-2 .region-highlighted{
		padding-top:1px;
    	padding-bottom:0px;
	}

	.region-highlighted div#block-infoheader {
    	width:100%;
    	min-height: 250px;
	}	

	.region-highlighted div#block-voorwaardenheader {
    	width: 100%;
    	padding-top: 15px;
   		padding-bottom: 15px;
    	height: 200px;
	}
	
	.region-highlighted div#block-voorwaardenheader p img {
    	width: 40%;
	}

	.page-node-5 .region-highlighted, 
	.path-contact .region-highlighted {
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.region-highlighted div#block-contactheader {
    	padding-top: 15px;
    	padding-bottom: 15px;
    	height: 200px;
	}

	.page-node-5 .region-highlighted div#block-contactheader {
    	height: 200px;
	}

	main {
    	padding-top:20px;
    	padding-bottom:30px;
    	padding-left:5%;
    	padding-right:5%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form textarea,
	main form#contact-message-feedback-form textarea{
		width:99%;
	}


	main form#webform-submission-book-nu-online-node-5-add-form input, 
	main form#contact-message-feedback-form input {
   		max-width:97%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-submit, 
	main form#contact-message-feedback-form input#edit-submit {
    	background: #FCBE43 url(../images/icons/tertal-vliegtuig-icoon.png) 5% 50% no-repeat;
    	padding-left:14%;
    	padding-right: 2%;
    	font-size:20px;
	}

	footer{
	
	}

	footer div#block-zorgeloosheenenweer-2{
		font-size:32px;
		height:100px;
		min-height:380px;
		padding-top:50px;
	}

	footer div#block-zorgeloosheenenweer-2 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-infofooter {
   		padding-left: 5%;
    	padding-right: 5%;
    	padding-top: 15px;
    	padding-bottom: 15px;
	}

	footer div#block-infofooter div#info-footer {
    	width:100%;
   		font-size: 20px;
	}

	footer div#block-infofooter img {
   	 height: 120px;
	}

	footer div#block-infofooter div#info-footer div#onderweg, 
	footer div#block-infofooter div#info-footer div#online, 
	footer div#block-infofooter div#info-footer div#bel {
   	 	float: left;
   	 	width: 29%;
   	 	text-align: left;
    	padding-left: 2%;
    	padding-right: 2%;
	}

	footer div#block-zorgeloosheenenweer-3 {
		padding-bottom:0px;
	}

	footer div#block-zorgeloosheenenweer-3 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-footerinfo {
    	padding-left: 5%;
    	padding-right: 5%;
   		text-align:center;
	}

	footer div#block-footerinfo img {
    	width: 50%;
	}

	footer div#block-footerinfo div.info_left {
     	float: none;
	}

	footer div#block-footerinfo div.info_right {
     	float: none;
    	text-align:center;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.layout-container{
  	      width: 100%;
	}

	header{
	   	padding-left:2%;
    	padding-right:2%;
    	height:65px;
    	
	}

	header div#block-responsivemenumobileicon{
		float:left;
    	padding-left:2%;
    	padding-right:2%;
    	padding-top:15px;
    	padding-bottom:15px;
    	width:11%;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon{
		
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:before{
    	left: 5px;
		width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:after{
    	left: 5px;
		width:30px;
	}
	
	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.icon{
		left:5px;
    	width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.label{
		display:none;
	}

	header div#block-horizontalmenu{
		display:none;
	}

	header div#block-contactinfotop{
    	display:none;
	}

	header div#block-contactinfotop div{
	
	}

	header div#block-contactinfotop div.email{
    	float:left;
    	width:100%;
	}

	header div#block-contactinfotop div.tel{
    	float:left;
    	width:100%;
	}

	header div#block-zoekveld{
    	float:left;
    	display:inline-block;
    	width:75%;
    	padding-top:15px;
    	padding-bottom:15px;
	}

	header div#block-socialmedia{
		width:5%;
    	padding-left:2%;
    	padding-right:2%;
    	padding-top:5px;
    	padding-bottom:5px;
	}

	header div#block-socialmedia a img{
		margin-top:-3px;
	}

	.region-highlighted {
    	padding-top: 25px;
	}

	.region-highlighted div#block-brandingvandewebsite{
    	background-size:contain;
		min-height:200px;
	}

	.region-highlighted div#block-brandingvandewebsite .site-slogan {
		width: 50%;
  		float: left;
    	position: relative;
    	top: -15px;
    	left: 36%;
    	color: #ffffff;
    	font-size: 18px;
	}

	.region-highlighted div#block-zorgeloosheenenweer {
   	 	height: 70px;
    	font-size:20px;
    	margin-top:15px;
	}

	.page-node-2 .region-highlighted, 
	.page-node-3 .region-highlighted, 
	.page-node-4 .region-highlighted {
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.page-node-2 .region-highlighted{
		padding-top:1px;
    	padding-bottom:0px;
	}

	.region-highlighted div#block-infoheader {
    	width:100%;
    	min-height: 250px;
	}	

	.region-highlighted div#block-voorwaardenheader {
    	width: 100%;
    	padding-top: 15px;
   		padding-bottom: 15px;
    	height: 200px;
	}
	
	.region-highlighted div#block-voorwaardenheader p img {
    	width: 40%;
	}

	.page-node-5 .region-highlighted, 
	.path-contact .region-highlighted {
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.region-highlighted div#block-contactheader {
    	padding-top: 15px;
    	padding-bottom: 15px;
    	height: 200px;
	}

	.page-node-5 .region-highlighted div#block-contactheader {
    	height: 250px;
	}

	main {
    	padding-top:20px;
    	padding-bottom:30px;
    	padding-left:5%;
    	padding-right:5%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form textarea,
	main form#contact-message-feedback-form textarea{
		width:99%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input, 
	main form#contact-message-feedback-form input {
   		max-width:97%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-submit, 
	main form#contact-message-feedback-form input#edit-submit {
    	background: #FCBE43 url(../images/icons/tertal-vliegtuig-icoon.png) 5% 50% no-repeat;
    	padding-left:8%;
    	padding-right: 2%;
    	font-size:20px;
	}

	footer{
	
	}

	footer div#block-zorgeloosheenenweer-2{
		font-size:32px;
		height:100px;
		min-height:380px;
		padding-top:50px;
	}

	footer div#block-zorgeloosheenenweer-2 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-infofooter {
   		padding-left: 5%;
    	padding-right: 5%;
    	padding-top: 15px;
    	padding-bottom: 15px;
	}

	footer div#block-infofooter div#info-footer {
    	width:100%;
   		font-size: 24px;
	}

	footer div#block-infofooter img {
   		height: 220px;
	}

	footer div#block-infofooter div#info-footer div#onderweg, 
	footer div#block-infofooter div#info-footer div#online, 
	footer div#block-infofooter div#info-footer div#bel {
   	 	float: left;
   	 	width: 29%;
   	 	text-align: left;
    	padding-left: 2%;
    	padding-right: 2%;
	}

	footer div#block-zorgeloosheenenweer-3 {
		padding-bottom:0px;
	}

	footer div#block-zorgeloosheenenweer-3 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-footerinfo {
    	padding-left: 5%;
    	padding-right: 5%;
   		text-align:center;
	}

	footer div#block-footerinfo img {
    	width: 50%;
	}

	footer div#block-footerinfo div.info_left {
     	float: none;
	}

	footer div#block-footerinfo div.info_right {
     	float: none;
    	text-align:center;
	}

}

@media (min-width: 768px) and (max-width: 992px) {

	.layout-container{
  	      width: 100%;
	}

	header{
	   	padding-left:2%;
    	padding-right:2%;
    	height:65px;
    	
	}

	header div#block-responsivemenumobileicon{
		float:left;
    	padding-left:2%;
    	padding-right:2%;
    	padding-top:15px;
    	padding-bottom:15px;
    	width:11%;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon{
		
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:before{
    	left: 5px;
		width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:after{
    	left: 5px;
		width:30px;
	}
	
	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.icon{
		left:5px;
    	width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.label{
		display:none;
	}

	header div#block-horizontalmenu{
		display:none;
	}

	header div#block-contactinfotop{
    	display:none;
	}

	header div#block-contactinfotop div{
	
	}

	header div#block-contactinfotop div.email{
    	float:left;
    	width:100%;
	}

	header div#block-contactinfotop div.tel{
    	float:left;
    	width:100%;
	}

	header div#block-zoekveld{
    	float:left;
    	display:inline-block;
    	width:75%;
    	padding-top:15px;
    	padding-bottom:15px;
	}

	header div#block-socialmedia{
		width:5%;
    	padding-left:2%;
    	padding-right:2%;
    	padding-top:5px;
    	padding-bottom:5px;
	}

	header div#block-socialmedia a img{
		margin-top:-3px;
	}

	.region-highlighted {
    	padding-top: 25px;
	}

	.region-highlighted div#block-brandingvandewebsite{
    	background-size:contain;
		min-height:200px;
	}

	.region-highlighted div#block-brandingvandewebsite .site-slogan {
		width: 50%;
  		float: left;
    	position: relative;
    	top: -15px;
    	left: 38%;
    	color: #ffffff;
    	font-size: 18px;
	}

	.region-highlighted div#block-zorgeloosheenenweer {
   	 	height: 70px;
    	font-size:20px;
    	margin-top:15px;
	}

	.page-node-2 .region-highlighted, 
	.page-node-3 .region-highlighted, 
	.page-node-4 .region-highlighted {
		background-size:100vmax 100vmax;
		background-attachment:scroll;
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.page-node-2 .region-highlighted{
		padding-top:1px;
    	padding-bottom:0px;
	}

	.region-highlighted div#block-infoheader {
    	width:100%;
    	min-height: 250px;
	}	

	.region-highlighted div#block-voorwaardenheader {
    	width: 100%;
    	padding-top: 15px;
   		padding-bottom: 15px;
    	height: 200px;
	}
	
	.region-highlighted div#block-voorwaardenheader p img {
    	width: 40%;
	}

	.page-node-5 .region-highlighted, 
	.path-contact .region-highlighted {
		background-size:100vmax 100vmax;
		background-attachment:scroll;
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.region-highlighted div#block-contactheader {
    	padding-top: 15px;
    	padding-bottom: 15px;
    	height: 250px;
	}

	.page-node-5 .region-highlighted div#block-contactheader {
    	height: 300px;
	}

	main {
    	padding-top:20px;
    	padding-bottom:30px;
    	padding-left:5%;
    	padding-right:5%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form textarea,
	main form#contact-message-feedback-form textarea{
		width:99%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input, 
	main form#contact-message-feedback-form input {
   		max-width:97%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-submit, 
	main form#contact-message-feedback-form input#edit-submit {
    	background: #FCBE43 url(../images/icons/tertal-vliegtuig-icoon.png) 5% 50% no-repeat;
    	padding-left:8%;
    	padding-right: 2%;
    	font-size:20px;
	}

	footer{
	
	}

	footer div#block-zorgeloosheenenweer-2{
		background-size:100vmax 100vmax;
		background-attachment:scroll;
		font-size:32px;
		height:100px;
		min-height:310px;
		padding-top:100px;
	}

	footer div#block-zorgeloosheenenweer-2 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-infofooter {
   		padding-left: 5%;
    	padding-right: 5%;
    	padding-top: 15px;
    	padding-bottom: 15px;
	}

	footer div#block-infofooter div#info-footer {
    	width:100%;
   		font-size: 24px;
	}

	footer div#block-infofooter img {
   		height: 220px;
	}

	footer div#block-infofooter div#info-footer div#onderweg, 
	footer div#block-infofooter div#info-footer div#online, 
	footer div#block-infofooter div#info-footer div#bel {
   	 	float: left;
   	 	width: 29%;
   	 	text-align: left;
    	padding-left: 2%;
    	padding-right: 2%;
	}

	footer div#block-zorgeloosheenenweer-3 {
		padding-bottom:0px;
	}

	footer div#block-zorgeloosheenenweer-3 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-footerinfo {
    	padding-left: 5%;
    	padding-right: 5%;
   		text-align:center;
	}

	footer div#block-footerinfo img {
    	width: 50%;
	}

	footer div#block-footerinfo div.info_left {
     	float: none;
	}

	footer div#block-footerinfo div.info_right {
     	float: none;
    	text-align:center;
	}

}

@media (min-width: 991px) and (max-width: 1199px) {
	.layout-container{
  	      width: 100%;
	}

	header{
	   	padding-left:2%;
    	padding-right:2%;
    	height:65px;
    	
	}

	nav#block-hoofdnavigatie, nav.responsive-menu-block-wrapper {
   		 float: left;
    	display: inline-block;
    	width: 50%;
    	padding-top: 10px;
 	   padding-bottom: 10px;
	}

	header div#block-responsivemenumobileicon{
		float:left;
    	padding-left:2%;
    	padding-right:2%;
    	padding-top:15px;
    	padding-bottom:15px;
    	width:11%;
    	display:none;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon{
		
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:before{
    	left: 5px;
		width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:after{
    	left: 5px;
		width:30px;
	}
	
	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.icon{
		left:5px;
    	width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.label{
		display:none;
	}

	header div#block-horizontalmenu{
		
	}

	header div#block-contactinfotop{
   		width:27%;
		padding-top: 7px;
   		padding-bottom: 7px;
	}

	header div#block-contactinfotop div{
	
	}

	header div#block-contactinfotop div.email{
    	float:left;
    	width:100%;
	}

	header div#block-contactinfotop div.tel{
    	float:left;
    	width:100%;
	}

	header div#block-zoekveld{
    	float:left;
    	display:inline-block;
    	width:18%;
    	padding-top:15px;
    	padding-bottom:15px;
	}

	header div#block-socialmedia{
		width:2%;
    	padding-left:1%;
    	padding-right:1%;
    	padding-top:5px;
    	padding-bottom:5px;
	}

	header div#block-socialmedia a img{
		margin-top:-3px;
	}

	.region-highlighted {
    	padding-top: 25px;
		background-size:100vmax 100vmax;
		background-attachment:scroll;
	}

	.region-highlighted div#block-brandingvandewebsite{
    	background-size:contain;
		min-height:200px;
	}

	.region-highlighted div#block-brandingvandewebsite .site-slogan {
		width: 50%;
  		float: left;
    	position: relative;
    	top: -15px;
    	left: 41%;
    	color: #ffffff;
    	font-size: 18px;
	}

	.region-highlighted div#block-zorgeloosheenenweer {
   	 	height: 70px;
    	font-size:20px;
    	margin-top:15px;
	}

	.page-node-2 .region-highlighted, 
	.page-node-3 .region-highlighted, 
	.page-node-4 .region-highlighted {
		background-size:100vmax 100vmax;
		background-attachment:scroll;
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.page-node-2 .region-highlighted{
		padding-top:1px;
    	padding-bottom:0px;
	}

	.region-highlighted div#block-infoheader {
    	width:100%;
    	min-height: 250px;
	}	

	.region-highlighted div#block-voorwaardenheader {
    	width: 100%;
    	padding-top: 15px;
   		padding-bottom: 15px;
    	height: 250px;
	}
	
	.region-highlighted div#block-voorwaardenheader p img {
    	width: 40%;
	}

	.page-node-5 .region-highlighted, 
	.path-contact .region-highlighted {
		background-size:100vmax 100vmax;
		background-attachment:scroll;
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.region-highlighted div#block-contactheader {
    	padding-top: 15px;
    	padding-bottom: 15px;
    	height: 300px;
	}

	.page-node-5 .region-highlighted div#block-contactheader {
    	height: 350px;
	}

	main {
    	padding-top:20px;
    	padding-bottom:30px;
    	padding-left:5%;
    	padding-right:5%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form textarea,
	main form#contact-message-feedback-form textarea{
		width:99%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input, 
	main form#contact-message-feedback-form input {
   		max-width:97%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-submit, 
	main form#contact-message-feedback-form input#edit-submit {
    	background: #FCBE43 url(../images/icons/tertal-vliegtuig-icoon.png) 5% 50% no-repeat;
    	padding-left:6%;
    	padding-right: 2%;
    	font-size:22px;
	}

	footer{
	
	}

	footer div#block-zorgeloosheenenweer-2{
		background-size:100vmax 100vmax;
		background-attachment:scroll;
		font-size:32px;
		height:100px;
		min-height:380px;
		padding-top:50px;
	}

	footer div#block-zorgeloosheenenweer-2 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-infofooter {
   		padding-left: 5%;
    	padding-right: 5%;
    	padding-top: 15px;
    	padding-bottom: 15px;
	}

	footer div#block-infofooter div#info-footer {
    	width:100%;
   		font-size: 30px;
	}

	footer div#block-infofooter img {
   		height: 250px;
	}

	footer div#block-infofooter div#info-footer div#onderweg, 
	footer div#block-infofooter div#info-footer div#online, 
	footer div#block-infofooter div#info-footer div#bel {
   	 	float: left;
   	 	width: 25%;
   	 	text-align: left;
    	padding-left: 4%;
    	padding-right: 4%;
	}

	footer div#block-zorgeloosheenenweer-3 {
		padding-bottom:0px;
	}

	footer div#block-zorgeloosheenenweer-3 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-footerinfo {
    	padding-left: 5%;
    	padding-right: 5%;
   		
	}

	/*footer div#block-footerinfo img {
    	width: 50%;
	}

	footer div#block-footerinfo div.info_left {
     	float: none;
	}

	footer div#block-footerinfo div.info_right {
     	float: none;
    	text-align:center;
	}*/
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){
	.layout-container{
  	      width: 100%;
	}

	header{
	   	padding-left:2%;
    	padding-right:2%;
    	height:65px;
    	
	}

	nav#block-hoofdnavigatie, nav.responsive-menu-block-wrapper {
   		 float: left;
    	display: inline-block;
    	width: 50%;
    	padding-top: 10px;
 	   padding-bottom: 10px;
	}

	header div#block-responsivemenumobileicon{
		float:left;
    	padding-left:2%;
    	padding-right:2%;
    	padding-top:15px;
    	padding-bottom:15px;
    	width:11%;
    	display:none;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon{
		
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:before{
    	left: 5px;
		width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:after{
    	left: 5px;
		width:30px;
	}
	
	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.icon{
		left:5px;
    	width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.label{
		display:none;
	}

	header div#block-horizontalmenu{
		
	}

	header div#block-contactinfotop{
   		width:27%;
		padding-top: 7px;
   		padding-bottom: 7px;
	}

	header div#block-contactinfotop div{
	
	}

	header div#block-contactinfotop div.email{
    	float:left;
    	width:100%;
	}

	header div#block-contactinfotop div.tel{
    	float:left;
    	width:100%;
	}

	header div#block-zoekveld{
    	float:left;
    	display:inline-block;
    	width:18%;
    	padding-top:15px;
    	padding-bottom:15px;
	}

	header div#block-socialmedia{
		width:2%;
    	padding-left:1%;
    	padding-right:1%;
    	padding-top:5px;
    	padding-bottom:5px;
	}

	header div#block-socialmedia a img{
		margin-top:-3px;
	}

	.region-highlighted {
    	padding-top: 25px;
	}

	.region-highlighted div#block-brandingvandewebsite{
    	background-size:contain;
		min-height:200px;
	}

	.region-highlighted div#block-brandingvandewebsite .site-slogan {
		width: 50%;
  		float: left;
    	position: relative;
    	top: -15px;
    	left: 41%;
    	color: #ffffff;
    	font-size: 18px;
	}

	.region-highlighted div#block-zorgeloosheenenweer {
   	 	height: 70px;
    	font-size:20px;
    	margin-top:15px;
	}

	.page-node-2 .region-highlighted, 
	.page-node-3 .region-highlighted, 
	.page-node-4 .region-highlighted {
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.page-node-2 .region-highlighted{
		padding-top:1px;
    	padding-bottom:0px;
	}

	.region-highlighted div#block-infoheader {
    	width:100%;
    	min-height: 250px;
	}	

	.region-highlighted div#block-voorwaardenheader {
    	width: 100%;
    	padding-top: 15px;
   		padding-bottom: 15px;
    	height: 250px;
	}
	
	.region-highlighted div#block-voorwaardenheader p img {
    	width: 40%;
	}

	.page-node-5 .region-highlighted, 
	.path-contact .region-highlighted {
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.region-highlighted div#block-contactheader {
    	padding-top: 15px;
    	padding-bottom: 15px;
    	height: 300px;
	}

	.page-node-5 .region-highlighted div#block-contactheader {
    	height: 350px;
	}

	main {
    	padding-top:20px;
    	padding-bottom:30px;
    	padding-left:5%;
    	padding-right:5%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form textarea,
	main form#contact-message-feedback-form textarea{
		width:99%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input, 
	main form#contact-message-feedback-form input {
   		max-width:97%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-submit, 
	main form#contact-message-feedback-form input#edit-submit {
    	background: #FCBE43 url(../images/icons/tertal-vliegtuig-icoon.png) 5% 50% no-repeat;
    	padding-left:6%;
    	padding-right: 2%;
    	font-size:22px;
	}

	footer{
	
	}

	footer div#block-zorgeloosheenenweer-2{
		font-size:32px;
		height:100px;
		min-height:380px;
		padding-top:50px;
	}

	footer div#block-zorgeloosheenenweer-2 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-infofooter {
   		padding-left: 5%;
    	padding-right: 5%;
    	padding-top: 15px;
    	padding-bottom: 15px;
	}

	footer div#block-infofooter div#info-footer {
    	width:100%;
   		font-size: 30px;
	}

	footer div#block-infofooter img {
   		height: 250px;
	}

	footer div#block-infofooter div#info-footer div#onderweg, 
	footer div#block-infofooter div#info-footer div#online, 
	footer div#block-infofooter div#info-footer div#bel {
   	 	float: left;
   	 	width: 25%;
   	 	text-align: left;
    	padding-left: 4%;
    	padding-right: 4%;
	}

	footer div#block-zorgeloosheenenweer-3 {
		padding-bottom:0px;
	}

	footer div#block-zorgeloosheenenweer-3 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-footerinfo {
    	padding-left: 5%;
    	padding-right: 5%;
   		
	}

	/*footer div#block-footerinfo img {
    	width: 50%;
	}

	footer div#block-footerinfo div.info_left {
     	float: none;
	}

	footer div#block-footerinfo div.info_right {
     	float: none;
    	text-align:center;
	}*/
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){
	.layout-container{
  	      width: 100%;
	}

	header{
	   	padding-left:2%;
    	padding-right:2%;
    	height:65px;
    	
	}

	nav#block-hoofdnavigatie, nav.responsive-menu-block-wrapper {
   		 float: left;
    	display: inline-block;
    	width: 50%;
    	padding-top: 10px;
 	   padding-bottom: 10px;
	}

	header div#block-responsivemenumobileicon{
		float:left;
    	padding-left:2%;
    	padding-right:2%;
    	padding-top:15px;
    	padding-bottom:15px;
    	width:11%;
    	display:none;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon{
		
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:before{
    	left: 5px;
		width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon:after{
    	left: 5px;
		width:30px;
	}
	
	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.icon{
		left:5px;
    	width:30px;
	}

	header div#block-responsivemenumobileicon a.responsive-menu-toggle-icon span.label{
		display:none;
	}

	header div#block-horizontalmenu{
		
	}

	header div#block-contactinfotop{
   		width:27%;
		padding-top: 7px;
   		padding-bottom: 7px;
	}

	header div#block-contactinfotop div{
	
	}

	header div#block-contactinfotop div.email{
    	float:left;
    	width:100%;
	}

	header div#block-contactinfotop div.tel{
    	float:left;
    	width:100%;
	}

	header div#block-zoekveld{
    	float:left;
    	display:inline-block;
    	width:18%;
    	padding-top:15px;
    	padding-bottom:15px;
	}

	header div#block-socialmedia{
		width:2%;
    	padding-left:1%;
    	padding-right:1%;
    	padding-top:5px;
    	padding-bottom:5px;
	}

	header div#block-socialmedia a img{
		margin-top:-3px;
	}

	.region-highlighted {
    	padding-top: 25px;
	}

	.region-highlighted div#block-brandingvandewebsite{
    	background-size:contain;
		min-height:200px;
	}

	.region-highlighted div#block-brandingvandewebsite .site-slogan {
		width: 50%;
  		float: left;
    	position: relative;
    	top: -15px;
    	left: 41%;
    	color: #ffffff;
    	font-size: 18px;
	}

	.region-highlighted div#block-zorgeloosheenenweer {
   	 	height: 70px;
    	font-size:20px;
    	margin-top:15px;
	}

	.page-node-2 .region-highlighted, 
	.page-node-3 .region-highlighted, 
	.page-node-4 .region-highlighted {
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.page-node-2 .region-highlighted{
		padding-top:1px;
    	padding-bottom:0px;
	}

	.region-highlighted div#block-infoheader {
    	width:100%;
    	min-height: 250px;
	}	

	.region-highlighted div#block-voorwaardenheader {
    	width: 100%;
    	padding-top: 15px;
   		padding-bottom: 15px;
    	height: 250px;
	}
	
	.region-highlighted div#block-voorwaardenheader p img {
    	width: 40%;
	}

	.page-node-5 .region-highlighted, 
	.path-contact .region-highlighted {
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.region-highlighted div#block-contactheader {
    	padding-top: 15px;
    	padding-bottom: 15px;
    	height: 300px;
	}

	.page-node-5 .region-highlighted div#block-contactheader {
    	height: 350px;
	}

	main {
    	padding-top:20px;
    	padding-bottom:30px;
    	padding-left:5%;
    	padding-right:5%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form textarea,
	main form#contact-message-feedback-form textarea{
		width:99%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input, 
	main form#contact-message-feedback-form input {
   		max-width:97%;
	}

	main form#webform-submission-book-nu-online-node-5-add-form input#edit-actions-submit, 
	main form#contact-message-feedback-form input#edit-submit {
    	background: #FCBE43 url(../images/icons/tertal-vliegtuig-icoon.png) 5% 50% no-repeat;
    	padding-left:4%;
    	padding-right: 2%;
    	font-size:22px;
	}

	footer{
	
	}

	footer div#block-zorgeloosheenenweer-2{
		font-size:32px;
		height:100px;
		min-height:380px;
		padding-top:50px;
	}

	footer div#block-zorgeloosheenenweer-2 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-infofooter {
   		padding-left: 5%;
    	padding-right: 5%;
    	padding-top: 15px;
    	padding-bottom: 15px;
	}

	footer div#block-infofooter div#info-footer {
    	width:100%;
   		font-size: 30px;
	}

	footer div#block-infofooter img {
   		height: 250px;
	}

	footer div#block-infofooter div#info-footer div#onderweg, 
	footer div#block-infofooter div#info-footer div#online, 
	footer div#block-infofooter div#info-footer div#bel {
   	 	float: left;
   	 	width: 25%;
   	 	text-align: left;
    	padding-left: 4%;
    	padding-right: 4%;
	}

	footer div#block-zorgeloosheenenweer-3 {
		padding-bottom:0px;
	}

	footer div#block-zorgeloosheenenweer-3 a{
		height: 70px;
    	font-size:20px;
	}

	footer div#block-footerinfo {
    	padding-left: 5%;
    	padding-right: 5%;
   		
	}

	/*footer div#block-footerinfo img {
    	width: 50%;
	}

	footer div#block-footerinfo div.info_left {
     	float: none;
	}

	footer div#block-footerinfo div.info_right {
     	float: none;
    	text-align:center;
	}*/
}

@media (min-width: 1200px) {
	.layout-container{
  	      width: 100%;
	}

	header div#block-responsivemenumobileicon{
		display:none;
	}

	header div#block-horizontalmenu{

	}
}

@media (min-width: 1366px) {
	.layout-container{
  	      width: 100%;
	}

	header div#block-responsivemenumobileicon{
		display:none;
	}

	header div#block-horizontalmenu{

	}
}