@charset "utf-8";



/* ----------- RESPONSIVE UIT ----------- */

.layout .image-button{
	opacity: 0.5;
}
.layout .pblock a{
	font-size: 1em;
}

#layout *.slider-group{
	display: none;
}



/* VIEW: Desktop+ (alles) */
@media only screen and (min-width: 1680px), screen and (min-width: 1680px) and (-webkit-device-pixel-ratio: 2){

      body.pm_flow .pblock.full_screen .fs,
      body.pm_flow .pgroup.full_screen .pgroup_l1
      {max-width: 1680px;margin:0 auto;}

	#layout.pm_flow #layer2,
	#layout.pm_flow.force_noscale #layer2 {
	    width: 100%;
	}
      
      /*
      body.pm_flow .pgroup.full_screen .pgroup_l1
      {margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;}
      */
      
      #layout.pt-pagina #layer1{
	background-size: auto;
}

	  
	 body.pm_flow .pblock.reveal-img {
    	overflow: initial;
	}

}

@media only screen and (min-width: 1201px), screen and (min-width: 1201px) and (-webkit-device-pixel-ratio: 2) {
	.pm_flow #topbar > ._inner .bttn-menu{		
		display:none;
	}
	
}

@media only screen and (max-width: 1200px), screen and (max-width: 1200px) and (-webkit-device-pixel-ratio: 2) {
	

}

/* VIEW: Desktop (alles) */
@media only screen and (min-width: 760px) and (max-width: 1679px), screen and (min-width: 760px) and (max-width: 1679px) and (-webkit-device-pixel-ratio: 2){
      #layout.pm_flow #layer2
          {
		width: 1680px;
	}

}


/* VIEW: Desktop only */
@media only screen and (min-width: 760px) and (max-width: 1199px), screen and (min-width: 780px) and (max-width: 1199px) and (-webkit-device-pixel-ratio: 2){
    
      #layout.pm_flow
          {		
	}
	
}

/* VIEW: Desktop small */
@media only screen and (min-width: 760px) and (max-width: 1024px), screen and (min-width: 780px) and (max-width: 1024px) and (-webkit-device-pixel-ratio: 2){
	.layout.pm_flow	{
	/*
	font-size: 26px;
	line-height: 1.5em;
	*/
}
}


/* ----------- RESPONSIVE AAN / SCALING UIT ----------- */


body.x-isMobile{
	
}
    body.x-isMobile.pm_flow #layer2{
		width: 100%;
	}
    body.x-isMobile.pm_flow #topbar {
    	display:block;
    }
      #layout.x-isMobile.pm_flow
          {
		/*font-size:20px;*/
	}
	 #layout.x-isMobile.pm_flow #layer1
          {
		left: 0;top:80px;
	}

     
#layout.x-isMobile.pm_flow #topbar, #layout.x-isMobile.pm_flow #topbar {
    display: block!important;
}


/* VIEW: Responsive (alles) */
@media only screen and (max-width: 759px), screen and (max-width: 759px) and (-webkit-device-pixel-ratio: 2){
	
.layout.pm_flow	{
	font-size: 14px;
	line-height:1.5em;
}

    .pm_flow #layer1 {
        left: 0;
    }

/* aanpassingen Jerry */

/* aanpassingen Jerry */
    
body.pm_flow.layout h1, body.pm_flow.layout .h1 { font-size: 3em;}
body.pm_flow.layout h2, body.pm_flow.layout .h2 { font-size: 2em;}
body.pm_flow.layout h3, body.pm_flow.layout .h3 { font-size: 1.5em;}
body.pm_flow.layout h4, body.pm_flow.layout .h4 { font-size: 1.3em;}

    .pm_flow .default_table input[type="text"],
    .pm_flow .default_table input[type="email"],
    .pm_flow .default_table input[type="tel"],
    .pm_flow .default_table input[type="submit"],
    .pm_flow .default_table textarea{
        font-size: 0.90em;
        padding: 10px 50px 10px 50px;
    }
    .pm_flow label.inp-radio:before,
    .pm_flow label.inp-xcbox:before{
        margin-top: 0;
    }



.pm_flow .pgroup > .pgroup_l1{
	width: 100%!important;
}


/* site styles */
.pm_flow .button.__left {
    margin-left: -15px;
}
.pm_flow .button.__right {
    margin-right: -15px;
}

.pm_flow .button.__top {
    margin-top: -15px;
}
.pm_flow .button.__bottom {
    margin-bottom: -15px;
}

.outside-right-bottom {
    transform: translate(0);
}
.outside-left-bottom {
    transform: translate(0);
}




body.pm_flow #layer1 {
    position: absolute;
    left: 0;
    top:80px;
}

body.pm_flow.hide-sidebar_topbar #layer1{
	top:0px!important;
}




/*
.pgroup .pgroup_inner,.pgroup .pgroup_l2{
	margin: 20px;	
}
*/

.pm_flow .pblock.responsive-no-bg{
	background-color: transparent;
}

.pm_flow .pblock.responsive-no-bg{
	background-image: none;
}




.pm_flow .pblock.responsive-darken-bg{
	background-color: #000000b8;
}
.pm_flow .pblock.responsive-lighten-bg{
	background-color: #FFFFFFb8;
}

.pm_flow .pgroup.responsive-group-padding{
	padding:60px 30px;
}
	.pm_flow .pgroup.responsive-group-padding > .pgroup_l1{
		width: auto!important;
	}



.menuGroup {
	width: 97%;
	min-height: 175px;
	margin: 20px 1.5%;
	box-sizing: border-box;
	padding: 15px;
}
#submenu-cnt .footer {
	position: relative;
	padding-top: 25px;
	background-image: none;
}
#submenu-cnt .footer  {
}
#submenu-cnt .footer ._contact{
	margin-top: 6px;
	margin-bottom: 15px;
}
body.__menu-open #submenu-cnt {
	margin-top: -141px;
	padding-top: 140px;
	height: auto;
}


.headerWrapper {
	position: relative;
	width: 100%;
	height: auto;
	/* background-color: #D20029; */
	overflow: hidden;
}
.header-mask {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	animation: header-mask-mobile 4s 1 ease-out forwards;
}
.header-messages {
	display: block;
	font-size: 20px;
	font-weight: 900;
	padding: 15px;
	z-index: 4;
	position: absolute;
	bottom: 120px;
	box-sizing: border-box;
	right: auto;
	width: 100%;
	height: 75px;
	animation: messages 0.9s ease-in 0.7s backwards 1;
}

@keyframes header-mask-mobile{
	0%{

		background-color: #FFF;
		opacity: 0;
	}
	30%{
		opacity: 1;
		background-color: transparent;
	}

	90%{
		opacity: 1;
		background-color: transparent;
	}
	100%{

		background-color: transparent;
		opacity: 1;
	}
}
..header-image {


}
.header-image img{
	height: 100%!important;
	width: auto!important;
	transform: translateX(-50%)!important;
}
.header-arrows, .header-nieuws-arrows{
	display: none;
}


body.pm_flow .pblock.responsive-forceer-half:nth-child(even) {
	clear: left;
}

.pm_flow .pgroup.responsive-no-bg{
	background-color: transparent;
}

.pm_flow .pgroup.responsive-no-bg{
	background-image: none;
}


.footer{
	background-image: none;
	padding: 20px;

}
.footer .logo {
	width: 50%;
	margin-right: 5%;
	background-size: 100% auto;
}
.footer ._links{
	clear: both;
}
._mobile-footer{
	background-color: #d7ecf4;
	clear: both;
	padding: 5vw 3vw;
}

._mobile-footer .footerLogo{
	width: 24vw;
	margin: 3vw 3vw;
	height: 13vw;
	background-position: center;
	background-size: contain;
}

.pm_flow .div_table,
.pm_flow .div_table .div_tr,
.pm_flow .div_table .div_tr .div_td {
	display: block;
	max-width: 800px!important;
}


.pm_flow .bttn-menu:after{
	display: none!important;
}
.dare-to-know-arrows {
	font-size: 2.5em;
	max-width: 260px;
	line-height: 1em;

}

#indicator-search{
	font-size: 1.25em;
	line-height: normal;
	margin-bottom: 3em;
}


.search-bar-wrapper ._search{
	right: 15px;
	margin-top: -64px;
}





/* negative margins */
.negative-margin-10-left,
.negative-margin-10-right,
.negative-margin-10-top,
.negative-margin-10-bottom,

.negative-margin-20-left,
.negative-margin-20-right ,
.negative-margin-20-top,
.negative-margin-20-bottom,

.negative-margin-30-left,
.negative-margin-30-right,
.negative-margin-30-top,
.negative-margin-30-bottom,

.negative-margin-50-left ,
.negative-margin-50-right ,
.negative-margin-50-top,
.negative-margin-50-bottom,

.negative-margin-80-left,
.negative-margin-80-right,
.negative-margin-80-top,
.negative-margin-80-bottom,

.negative-margin-100-left,
.negative-margin-100-right,
.negative-margin-100-top,
.negative-margin-100-bottom,

.negative-margin-120-left,
.negative-margin-120-right,
.negative-margin-120-top,
.negative-margin-120-bottom,

.negative-margin-130-left,
.negative-margin-130-right,
.negative-margin-130-top,
.negative-margin-130-bottom,

.negative-margin-150-left,
.negative-margin-150-right,
.negative-margin-150-top,
.negative-margin-150-bottom,

.negative-margin-160-left,
.negative-margin-160-right,
.negative-margin-160-top,
.negative-margin-160-bottom { transform: translate(0,0); }

/*
body.pm_flow.layout .__bb1, body.pm_flow.layout .__bb2, body.pm_flow.layout .__bb3, body.pm_flow.layout .__bb4 {
	width:100%;
	max-width: 400px;    
    float: none!important;
    clear: both;
    margin: 0 auto;
	}

body.pm_flow.layout .deco-blok-afb-container {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    position: relative;
    
    height: 600px;
    bottom: auto;
    right: auto;
    margin: 10px;
}
body.pm_flow.layout .deco-blok-afb-container._hp-hero-slider {
        min-height: 250px;
    padding-top: 250px;
    bottom: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: right bottom 18px;
}
body.pm_flow.layout .deco-blok-afb-container .deco-blok-afb {
	position: relative;
    margin: 10px auto;
	}
	
	
	body.pm_flow.layout ._cijferweergave:before {
left: auto;
    position: relative;
    margin-left: 20px;
}
	body.pm_flow.layout ._cijferweergave._positionLeft:before {
    margin-left: 0;
}
	body.pm_flow.layout .button-groene_gradient {
	min-width: 250px!important;
	margin-left:auto;margin-right:auto;
	float:none;
	display:block; 
	}
	
body.pm_flow.layout	.pblock._cijferweergave{
	padding:20px;
}
	
 .pblock.deco-container{
 	background-position: right top;
 }
 
 */
	
.table-100 {
	width: 100%!important;
}
 
._achtergrond-kleurvlak:after {
    display:none;
}
	

/*
	.pm_flow .deco-container ._inner {
		width: 100%;
	}


.footer .footerLogo._zonmw:before{
	display:none;
}

.pil:after {
	display:none;
	}
ol#_2,ol#_3{
	padding:0;
}
ol#_2 li, ol#_3 li {
	padding: 26px 15px 15px 94px;
	}
	.pm_flow.layout .duoCards{
	overflow:visible;
}


.duoCards .button-grey-block,
.duoCards ._bereikbaar {
	
	position: relative;
	margin:0;
	bottom: auto;
	width: 50%;
	float:left;
}
.duoCards .button-grey-block{
	margin-top: 10px;
}
body#layout.pm_flow .footer {
	padding-top:40px;
	padding-left:20px;padding-right:20px;
	padding-bottom:40px;
	}
*/
table.float-left{
	width:100%;
}


	body#layout.pm_flow #topbar {
    	display:block;
    }
	 #layout.pm_flow #layer1
          {
		left: 0;top:80px;
	}
body#layout.pm_flow .footer .footerLogo {
    width:40%;
    display: block;
    margin: 10px 5%;
    background-size: contain;
}
	
	
/* buttons */
*.pijltjes-button, *.pijltjes-button._wit {
    font-size: 1.0em !important;
}
a.pijltjes-button::before, a.pijltjes-button._wit::before {
    background-size: 34px 15px;
    width: 40px;
    height: 30px;
    margin-right: 0;
    position: relative;
    top: 4px;
}
a.pijltjes-button::after, a.pijltjes-button._wit::after {
    background-size: 34px 15px;
    width: 34px;
    height: 15px;
    margin-left: 5px;
    position: relative;
    top: 4px;
}



.pm_flow.layout .nieuws-container {
	min-width: 92%;
	height: auto !important;
	padding-top: 54vw;
	background-position: center !important;
}
.arrow-animation-wrapper {
	margin-bottom: 10vw;
	margin-right: 4%;
}
*.pijltjes-button._wit:before,
*.pijltjes-button._wit:after {
	background-size: 11vw auto;
	width: 11vw;
	height: 7vw;
	margin: 0;
}
*.pijltjes-button, *.pijltjes-button._wit {
	font-size: 4vw !important;
	float: none;
	line-height: 1em;
	text-align: center;
	width: 100%;
}




.dare-to-know-arrows {
	font-size: 1.0em !important;
}
.dare-to-know-arrows::before {
	background-size: 34px 15px;
	width: 40px;
	height: 30px;
	margin-right: 0;
	position: relative;
	top: 29px;
	left: 0;
	margin-left: -45px;
}
.dare-to-know-arrows::after {
	background-size: 34px 15px;
	width: 34px;
	height: 15px;
	margin-left: 135px;
	position: relative;
	top: 14px;
	right: 0;
	
}

a.button-terug {
    font-size: 1.25em !important;
}
a.button-terug.groene-pijl::before {
    background-size: 70px 65px;
    margin-right: 0;
    margin-top: -20px;
	max-width: 90px;
}

.pm_flow.layout #indicator-suggestions {
    width: 93%;
    right: 3%;
    left: 4%;
	}

/* buttons */
	.pm_flow #topbar .btt-menu{
		width:0;
	}
	.pm_flow #topbar .menu-flag{
		right:70px;
	}
	
	body.pm_flow #topbar .menu-flag:after {
    display: none!important;
}

.pm_flow.layout .nieuwsbericht-rest .pblock.nieuwsblok {
     width: 100%;
     height: auto;
     margin:0;
}
.pm_flow.layout .header-melding {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 10px 20px 10px 20px;
}

#layout.pm_flow #topbar a.menu-flag{
	float: none;
	position: absolute;
	top: 0;
}
.pm_flow #topbar .menu-flag.__en{

	right: 80px;
}

.pm_flow #topbar .menu-flag.__nl{

	right: 130px;
}
.pm_flow #topbar .menu-flag.__ue{
	display:none;
}

#layout.pm_flow #topbar .logo{
	left: 12px;
	transform: none;
	}
	#layout.pm_flow #topbar .zv-button {
		width: 130px;
		right: 55px;
		background-size: 100% auto;
	}
	
	
	
	a.button._streep.__bottom{
		position: relative;
		left: auto !important;
		bottom: auto;
		margin-bottom:0;
		right:auto!important;
	}
	#layout.pm_flow .pblock.portal-block{
		padding-top: 4%!important;
		background-size: 45% auto;
		padding-left: 44%;
		background-position: left center;
		margin: 4%;width:92%;
	}
	#layout.pm_flow #portal-blokken{
		padding-top: 4vw;
		padding-bottom: 4vw;
		background-size: auto 10vw,auto 15vw;
		background-position: right 1vw bottom, 1vw top;
	}
	
	img[src="/resources/cimages/haw/algemeen/scroll-down-white.png"]{
		display:none;
	}
	
	.partner-cnt .pblock a {
		width:auto;
		height:auto;	
	}
	.partner-cnt .pblock a img {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		transform: none;
			
	}
	#layout.pm_flow .header-mask{
		background-size: cover;
		background-position:left center;
	}
	#layout.pm_flow .header-mask.home {
		background-image: url("/resources/cimages/haw/header/header-mask-dare-to-be-aware-mob.png?t=222");
	}
	#layout.pm_flow .header-mask.mask-dare-to-ask {
		background-image: url("/resources/cimages/haw/header/header-mask-dare-to-ask-mob.png?t=1222");
	}
	#layout.pm_flow .header-mask.mask-dare-to-know {
		background-image: url("/resources/cimages/haw/dare-to-know/dare-t-know-layover-mob.png?t=122");
	}
	
}


/* VIEW: Tablet only */
@media only screen and (min-width: 660px) and (max-width: 759px), screen and (min-width: 660px) and (max-width: 759px) and (-webkit-device-pixel-ratio: 2){
.layout.pm_flow	{
	font-size: 14px;
}

.pm_flow.layout .pblock img{
	/* max-width: 759px; */
	width:100%;
	height:auto;
}


}


/* VIEW: HD Smartphones en kleiner */
@media only screen and (max-width: 659px), screen and (max-width: 659px) and (-webkit-device-pixel-ratio: 2){
    .pm_flow.layout .pblock img{
	/* max-width: 659px;*/
	width:100%;
	height:auto;
}

}

/* VIEW: HD Smartphones only */
@media only screen and (min-width: 570px) and (max-width: 659px), screen and (min-width: 570px) and (max-width: 659px) and (-webkit-device-pixel-ratio: 2){
      
        
}


/* VIEW: Mid-range Smartphones en kleiner */
@media only screen and (max-width: 569px), screen and (max-width: 569px) and (-webkit-device-pixel-ratio: 2){
    



}
/* VIEW: Mid-range Smartphones only */
@media only screen and (min-width: 480px) and (max-width: 569px), screen and (min-width: 480px) and (max-width: 569px) and (-webkit-device-pixel-ratio: 2){


}


/* VIEW: Smartphones */
@media only screen and (max-width: 479px), screen and (max-width: 479px) and (-webkit-device-pixel-ratio: 2){
body.pm_flow #topbar a.logo {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 185px;
	}
.pm_flow a.menu-flag.__active{
	display:none!important;
}
#layout.pm_flow #topbar a.menu-flag{
	float: none;
	position: absolute;
	top: 0;
	right: 80px;
}
#layout.pm_flow .pblock.portal-block{

	background-size: 100% auto;
	padding-top: 130%!important;
	padding-left:4%!important;
	margin: 4%!important;
	width: 92%!important;
	background-position: left top;

}
.pm_flow.layout .pblock img{
	/* max-width: 479px;
	width: 100% !important;
	height: auto !important;*/
}

/*
	body.pm_flow.layout .__b1, body.pm_flow.layout .__b2, body.pm_flow.layout .__b3, body.pm_flow.layout .__b4, body.pm_flow.layout .__b5, body.pm_flow.layout .__b6 {
	width:100%;
	 max-width: 250px;    
    float: none!important;
    clear: both;
    margin: 0 auto;
    
	}*/
	

}

/* Uitzonderingen voor landscape modus op de meeste smartphones */
@media only screen and (max-width: 480px) and (orientation:landscape), screen and (max-width: 480px) and (-webkit-device-pixel-ratio: 2){
#layer1{
	top:0;
}	
#topbar{
	position:relative;
	left: auto;
	right: auto;
	top:auto;
}
	
}