@charset "utf-8";
@import url('pm-layout.css?v=5');
@import url('animations.css?v=3');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700;800;900&display=swap');


/*
============
site colors
===========
grey: #ECEDED; formulier
grey: #F6F6F6; section
*/


.layout {
	color: 	#000;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.5em; 
}+

/* ---------- standaard lettertype en kleur ---------- */
.layout td, .layout th, .layout a{
	
	font-family: 'Montserrat', sans-serif;
}

.layout h1,.layout h2,.layout h3,.layout h4,.layout h5,.layout h6 {	
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color	: 	#000;
}

.layout h1 { line-height: normal; font-size: 3.53em; font-weight: 900; margin: 0 0 0 0; }
.layout h2 { line-height: normal; font-size: 3.53em; font-weight: 900; margin: 0 0 0 0; }
.layout h3 { line-height: normal; font-size: 2.35em; margin: 0 0 0 0; }
.layout h4 { line-height: normal; font-size: 1.6em; margin: 0 0 0 0; } 
.layout h5 { margin: 0 0 0 0; }
.layout h6 { margin: 0 0 0 0; }
/*.layout p  { margin: 0 0 0 0; }*/

.layout a {text-decoration: none;color:#cb0133;}

#layer1{
	overflow-y: scroll;
	transition: filter 0.5s;
	background-color:#ffffff;
}
.layout #layer1::-webkit-scrollbar-thumb, .layout #blockArea::-webkit-scrollbar-thumb {
    background-color: #EEB200;
    border-radius: 8px;
    border: 2px solid #fff;
}
.layout #layer1::-webkit-scrollbar-track, .layout #blockArea::-webkit-scrollbar-track {
    background-color: #fff;
    width: 15px;
}
.pm_flow.hide-sidebar #layer1,
.pm_flow.hide-sidebar_topbar #layer1{
	left: 0;
}
.pm_flow.hide-topbar #layer1,
.pm_flow.hide-sidebar_topbar #layer1{
	top: 0;
}

#topbar{
	height: 80px;
	left:0;
}

/* setup */
#layer1 {
	position: absolute;
		left:0;
}
.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #5b3a0e;
}
.heroText{
	max-width:840px;
	z-index:5;
	position: absolute;
}
.heroImage{
	position: absolute;
	top: 2%;
	right: 2%;
}
.pm-scale{
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin: 0 auto;
}

.pm-video{
	width:100%;
}
.pm-video-block{
	
}
.pm-video-block .play-video{
	display:block;
	background-color: transparent;
	width:100px;height:100px;
	background-image: url(../../images/haw/buttons/bttn-trans-play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% auto;	
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s;
	z-index:2;outline: none;border:none;
}


.partner-cnt{
	float:none;
	margin:0 auto;
}
.partner-cnt .pblock{
	margin:10px;
	border: 10px solid #f6f6f6;
}
.partner-cnt .pblock a{
	position: relative;display:block;
	width: 520px;
	height: 280px;
}
.partner-cnt .pblock a img{
	position: absolute;
	left:50%;top:50%;
	transform: translate(-50%,-50%);
}



body .pblock.reveal-img {
	overflow: hidden;
}
body .pblock.reveal-img.__rechts{
	
}
body .pblock.reveal-img img{width: 816px!important; height: auto!important;}
body .pblock.reveal-img img{float:left;}
body .pblock.reveal-img.__rechts img{float:left;margin-left:-135px;}

/* section backgrounds */
#page-section-grijs {
	background-color: #F6F6F6;
}



body.section-color .pm-section {
	background-color: #F6F6F6;
}
body.section-color.rood .pm-section#page-section-highlight {
	background-color: #D0002F;
}
body.section-color.blauw .pm-section#page-section-highlight {
	background-color: #90D0DA;
}

.section-hightlight.bg-red {
	background-color: #D0002F;
}

/* section backgrounds */



/* topbar */

/* top bar */
body.pm_flow #layer1 {
    position: absolute;
    top: 0;
    transition:all 0.5s;
}
.hide-sidebar.pt-pagina #topbar, .hide-none.pt-pagina #topbar,
body.pm_flow #topbar{
	height: 80px;
    transition: all 0.5s;
    position: absolute;
    top: 0;bottom:auto;
    overflow: hidden;width: 100%!important;
}
body.pm_flow #topbar .link-container{
clear: both;
}
body.pm_flow #topbar .logo{
	background-size: auto 100%;

    margin: 15px;

	}
	
.pm_flow #topbar > ._inner{
}


.pm_flow #topbar .bttn-menu{
width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size:1.5em;
    margin: 18px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='43' viewBox='0 0 53.7 43'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2305788d;%7D%0A%3C/style%3E%3Crect class='st0' width='53.7' height='7.9'/%3E%3Crect y='17.1' class='st0' width='53.7' height='7.9'/%3E%3Crect y='35.1' class='st0' width='53.7' height='7.9'/%3E%3C/svg%3E");
transition: all 0.5s;
}

.pm_flow #topbar.__active  .bttn-menu{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='45' viewBox='0 0 42.7 44.9'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2305788d;%7D%0A%3C/style%3E%3Crect x='-5.5' y='18.5' transform='matrix(0.6881 -0.7256 0.7256 0.6881 -9.6286 22.487)' class='st0' width='53.7' height='7.9'/%3E%3Crect x='-5.5' y='18.5' transform='matrix(-0.6766 -0.7364 0.7364 -0.6766 19.2551 53.3429)' class='st0' width='53.7' height='7.9'/%3E%3C/svg%3E");
}

.pm_flow #topbar .bttn-menu:before{
	    content: 'Klik hier om het menu te zien';
    display: block;
    text-align: right;
    width: 170px;
    height: 60px;
    line-height: normal;
    font-size: 0.8em;
    color: initial;
    transition: all 0.3s;
    margin-top: -2px;
    margin-left: -190px;
}

.pm_flow #topbar.__active .bttn-menu:before{
	    content: 'Menu sluiten';
	    margin-top:5px;
	}
body.__menu-open #topbar .bttn-menu:after {
	    content: 'Close'!important;
	}
	    
.pm_flow #topbar .menu-item{
    float: none;
    margin: 1em;
    font-size: 1.5em;
    line-height: 1.5em;    
}
	    
.pm_flow .lang-cnt .menu-flag,
.pm_flow #topbar .menu-flag{
    float: left;
    margin: 15px 0px 0 10px;
    display: block;
    height: 50px;
    width: 35px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    opacity:0.5;
}
.pm_flow .lang-cnt{		
	width: 220px;	
}
.pm_flow .lang-cnt .menu-flag{	
	height: 75px;
	width: 75px;	
}
.pm_flow .lang-cnt .menu-flag.__active,
.pm_flow #topbar .menu-flag.__active{
	opacity: 1;
}
.pm_flow .lang-cnt .menu-flag.__en,
.pm_flow #topbar .menu-flag.__en{
	background-image:url('/resources/images/haw/buttons/lang-english.png');	
}
.pm_flow .lang-cnt .menu-flag.__nl,
.pm_flow #topbar .menu-flag.__nl{
	background-image:url('/resources/images/haw/buttons/lang-dutch.png');	
}
.pm_flow .lang-cnt .menu-flag.__ua,
.pm_flow #topbar .menu-flag.__ua{
	background-image:url('/resources/images/haw/buttons/lang-ukraine.png');	
}


/* search bar */
.input-default.search-bar {
	height: 100px;
	border: 1px solid #ECEDED;
	z-index: 5;
	position: relative;
}
.input-default.search-bar:before {
	content: ' ';
	display: block;
	background-color:red;
	background-size: 100px 100px;
	border-left: solid red 20px;
	width: 100px;
	height: 100px;	
}

.search-button {
	content: '';
	display: block;
	background-image: url('/resources/cimages/haw/algemeen/icon-search-grey.png');
	background-repeat: no-repeat;
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.search-bar-wrapper:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 1;
	background-size: 100px 100px;
	background-color: #D20029;
	width: 200px;
	height: 140px;
	top: 0;
	left: -30px;
}
.search-bar-wrapper:after {
	content: ' ';
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
	background-size: 100px 100px;
	background-image: url('/resources/cimages/haw/algemeen/icon-search-grey.png');
	width: 100px;
	height: 100px;
	right: -1px;
	top: 20px;
}
/* search bar */

/* hiv indicator */
.tbl-indicator {
	margin: 0 0 5px 0;
	border-collapse: initial;
	border-spacing: 10px!important; 
}
.tbl-indicator td {
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
}
.tbl-indicator th, .tbl-indicator tr td:first-child {
	width: 100px;
	height: 100px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 35px 0 0 19px;
	box-sizing: border-box;
	font-size: 4em;
}



.tbl-indicator.__green th {
	background-color: #B2CA41;
}
.tbl-indicator.__red th {
	background-color: #CB0133;
}
.tbl-indicator.__ukraine-blue th {
	background-color: #245eab;
}
.tbl-indicator.__blue th {
	background-color: #90D0DA;
}
.tbl-indicator.__purple th {
	background-color: #E38DB6;
}
.tbl-indicator td._content-vlak {
	font-weight: 900;
	background-color: #F6F6F6;
}


.tbl-indicator td._content-vlak a.leesmeer {	
	display: block;
	float: right;
	margin: 0 70px 0 0;
	position: relative;
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	top: 10px;
}
.tbl-indicator td._content-vlak a.leesmeer._arrow:after {	
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	width: 39px;
	height: 34px;
	top: 0;
	right: 0;
	margin-top: -3px;
	margin-right: -50px;
}
.tbl-indicator.__green td._content-vlak a.leesmeer._arrow:after {	
	background-image: url("/resources/cimages/haw/icons/indicator-pijl-groen.png");
}
.tbl-indicator.__red td._content-vlak a.leesmeer._arrow:after {	
	background-image: url("/resources/cimages/haw/icons/indicator-pijl-rood.png");
}
.tbl-indicator.__blue td._content-vlak a.leesmeer._arrow:after {	
	background-image: url("/resources/cimages/haw/icons/indicator-pijl-blauw.png");
}
.tbl-indicator.__purple td._content-vlak a.leesmeer._arrow:after {	
	background-image: url("/resources/cimages/haw/icons/indicator-pijl-roze.png");
}
/* hiv indicator */


/* list groene dot */
ul.green-dot {
	list-style: none;
	margin-left: -18px;
}
ul.green-dot li::before {
	content: "\2022"; /* 0460 */
	color: #B2CA41;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	font-weight: 900;
	font-size: 20px;
}
/* list groene dot */

._footer{
	position: absolute;
	bottom: 0;
	height: auto;
	/* margin-bottom: 30px; */
	width: 100%;
	box-sizing: border-box;
	
}
._footer .bg-grijs {
	background-color:#F3F3F3;
	padding:10px 0;
}

._footer ._flogo{
	height: 35px;
    width: 90px;
    background-repeat: no-repeat;
    display: block;
    background-position: left center;
    margin: 15px;
    float:left;
    background-size: 100% auto;
}
._footer ._flogo.__erasmus{
	
    background-image: url(../../cimages/haw/logos/logo-erasmus-mc.png);
}
._footer ._flogo.__lumc{
	background-image: url(../../cimages/haw/logos/logo-leide-medisch-centrum.png);
}
._footer ._flogo.__sanquin{
	background-image: url(../../cimages/haw/logos/logo-sanquin_nw.png);
}

._footer ._flogo.__zonmw{
	background-image: url(../../cimages/haw/logos/logo-zonmw.png);
}
.footer .footerLogo._zonmw {
background-position: center;
    background-image: url(../../cimages/haw/logos/logo-zonmw.png);
}



.layout.__bigger{
	font-size:22px!important;
}
.layout.__bigger .heroImage{
	min-height:876px;
}

#layout.__bigger .pgroup,
#layout.__bigger .pblock{
	height: auto;
}



/* split columns */
.split-columns{
	
}
.split-columns:after {
	content: '';
	clear: both;
	display: block;
}
.split-columns .column-left,
.split-columns .column-right {
	box-sizing: border-box;
	float:left;
	padding:10px;
}
.split-columns .column-left {
	width: 40%;
}
.split-columns .column-right {
	width: 60%;
}


/* footer */
.footer_content{
	background-color: #FCFCFC;
    color: #000;
    box-sizing: border-box;
    padding: 50px;
	font-size:0.8em;
	line-height:normal;
}

.footer_content > ._inner{
	max-width: 1680px;
	margin: 0 auto;
	padding-top:10px;	
}

.footer_content a{
	color: #000;
}

.footer_content ._text{
	float:left;
	max-width: 890px;
}
.footer_content ._statement{
	float:right;
	margin-top: 4em;
}


/* NOTIFICATIE APPJE */

.layout *.__required._error{
	border: 1px solid #D24E89!important;
}

#kc-cnt {
    position: absolute;
    left: 50%;
    margin-left:-35px;
    margin-top: -35px;
    top:50%;
    width:70px;
	height:70px;
    z-index: 20;
}
#notif-cnt {
    position: absolute;
    left: 0;
    right: 0;
    height: 18%;
    top: 82%!important;
    overflow: hidden;
    background-color: #000;
    z-index: 5
}

#notif-cnt .notif_row:after {
	content:'';
	display:block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 20px;    
    right:20px;
    background-repeat: no-repeat;
   	background-size:cover;
}
#notif-cnt .notif_row {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
   	background-size:cover;
}
#notif-cnt .notif_row.green_block{
	background-color:#18933;
}
#notif-cnt .notif_row.info_block{
	background-color: #18933;
}

#notif-cnt .notif_row.red_block{
	background-color:#18933;
}

#notif-cnt .notif_row .notif-icon_cnt {
    position: absolute;
    left: 4%;
    right: 70%;
    top: 10%;
    bottom: 5%
}

#notif-cnt .notif_row .notif-text_cnt {
    position: absolute;
    left: 4%;
    margin-left:100px;
    right: 5%;
    top: 23%;
    bottom: 5%;
    color: #FFF;
}
#notif-cnt .notif_row .notif-text_cnt h3{
    color: #FFF;
}
#notif-cnt .notif_row .notif-icon_cnt .nOk,
#notif-cnt .notif_row .notif-icon_cnt .nInfo,
#notif-cnt .notif_row .notif-icon_cnt .nNotOk
{
	background-repeat:no-repeat;
	display:block;
	height:110px;
	width:110px;
	background-size:100% auto;
    margin-left:-10px;
    margin-top:-10px;
	background-image: url('../../images/moti55/icons/icon-notif-ok.svg');
}
#notif-cnt .notif_row .notif-icon_cnt .nNotOk
{
	background-image: url('../../images/moti55/icons/icon-notif-notok.svg');
}
#notif-cnt .notif_row .notif-icon_cnt .nInfo
{
	background-image: url('../../images/moti55/icons/icon-notif-info.svg');
}
.layout #overLayer{
	background-color:#f2f2f261;
}

.pblock.__show-scroll ._button,
.pgroup.__show-scroll ._button{
	background-image: url(../../images/haw/svg/icon-arrow-scroll.svg);
}

/* inputs */

/* checkbox */

.inp-checkbox{
	    font-weight: 500;
}
.inp-radio .input,
.inp-checkbox .input{
	display: inline-block;
    height: 25px;
        margin: 5px 6px -5px 0px;
    width: 25px;
    background-size: 70% auto;
    background-repeat:no-repeat;
        box-sizing: border-box;
    background-position:center;
    margin-left:-25px;
    transition: all 0.3s;
    background-color:#FFF;
   /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19.1 19.1'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234A4F4B;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Crect x='1' y='1' class='st0' width='17.1' height='17.1'/%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19.1 19.1'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;stroke:%234A4F4B;stroke-width:0;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Crect x='1' y='1' class='st0' width='17.1' height='17.1'/%3E%3C/svg%3E");
}

.inp-checkbox.__checked .input{
/*	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19.1 19.1'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%235CB0A4;stroke:%234A4F4B;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Crect x='1' y='1' class='st0' width='17.1' height='17.1'/%3E%3C/svg%3E"); */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19.1 19.1'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CB0133;stroke:%234A4F4B;stroke-width:0;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Crect x='1' y='1' class='st0' width='17.1' height='17.1'/%3E%3C/svg%3E");
	
}
.inp-radio .input{
	    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #000;
    background: none;
    height: 15px;
    margin: -1px;
    width: 15px;
    float: left;
    margin-left: -19px;
    margin-top: 2px;
    margin-right: 6px;
}
.inp-radio.selected .input{
	background-color: #4A4F4B
}
.layout label.inp-radio, .layout label.inp-checkbox{
	padding-left: 20px;
}
.layout label.inp-radio{
	margin-right: 15px;
}
.inp-radio.__selected{
	color:#ffffff;
	font-weight:bold;
}
.inp-checkbox.__checked{
	color:#ffffff;
	font-weight:bold;
}

.inp-radio:before,
.inp-checkbox:before{
display:none!important;	
}



#headerbar{
		max-width: 1660px;
		width: 100%;
		height: 80px;
		position: relative;
		margin:0 auto;	
}

/* new code */
.button._red {
	content: ' ';
	background-image: url("/resources/cimages/haw/algemeen/scroll-down-red.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 86px;
}

/* header animation */
.headerWrapper {
	position: relative;
	width: 1300px;
    height: 840px;
/*    background-color: #D20029; */
	overflow: hidden;
}
.header-image {
	display: block;
	content: '';
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	width: 1300px;
	height: 741px;
}
.header-image-nieuws {
	z-index: 2;
}
.header-image-nieuws.dots:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-image: url("/resources/cimages/haw/algemeen/dots.png");
	width: 280px;
	height: 330px;
	z-index: 1;
	top: 80px;
	left: -40px;
}
.header-image.home {
	background-image: url("/resources/cimages/haw/header/header-mans-face-01.jpg");
	position: absolute;
	z-index: 2;
}
.header-image.dare-to-ask {
	background-image: url("/resources/cimages/haw/header/header-dare-to-ask.jpg");
	position: absolute;
	z-index: 2;
}
.header-image.dare-to-know {
	background-image: url("/resources/cimages/haw/dare-to-know/h2-dare-to-know-dark-skinned-woman.jpg");
	position: absolute;
	z-index: 2;
}
.header-mask {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 3;
	top: 0;
	left: 645px;
	width: 655px; 
	height: 741px;	
	position: absolute;
	animation: header-mask 1.2s 1s ease-out backwards 1;
}
.header-mask.home {
	background-image: url("/resources/cimages/haw/header/header-mask-dare-to-be-aware.png");
}
.header-mask.mask-dare-to-ask {
	background-image: url("/resources/cimages/haw/header/header-mask-dare-to-ask.png");
}
.header-mask.mask-dare-to-know {
	background-image: url("/resources/cimages/haw/dare-to-know/dare-t-know-layover.png");
}
.header-arrows, .header-nieuws-arrows {
	background-image: url("/resources/cimages/haw/algemeen/3x-arrow-right-white_bg.png");
/*	background-image: url("/resources/cimages/haw/algemeen/3x-arrow-right-white.png"); */
	background-repeat: no-repeat;
	z-index: 3;
	top: 410px;
	left: 0;
	margin-left: 50px;
	width: 229px;
	height: 95px;
/*	width: 159px;
	height: 66px; */
	position: absolute;
	animation: arrow-white 0.2s ease-out 1.0s backwards 1;
}
.header-nieuws-arrows {
	z-index: 9;
	top: 630px;
}

.header-logo {
	background-image: url("/resources/cimages/haw/logos/logo-hiv-aware_sm.png");
	background-repeat: no-repeat;
	display: block;
	z-index: 4;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	height: 90px;
	animation: top-logo 0.4s ease-out 0.8s backwards 1;
}
.header-blue-bars {
	background-image: url("/resources/cimages/haw/algemeen/3-blue-bars_sm.png");
	background-repeat: no-repeat;
	display: block;
	z-index: 4;
	position: absolute;
	top: 120px;
	left: 47%;
	width: 71px;
	height: 56px;
	animation: blue-bars 0.9s ease-in 0.7s backwards 1;
}
.header-messages {
	display: block;
	font-size: 20px;
	font-weight: 800;
	z-index: 4;
	position: absolute;
	bottom: 120px;
	right: 25px;
	width: 590px;
	height: auto;
	animation: messages 0.9s ease-in 0.7s backwards 1;
}
.header-messages strong{
	font-weight: 900;
}
.header-melding {
	display: block;
	position: absolute;
	top: 20px;
	right: -40px;
	width: auto;
	height: 50px;
	padding: 10px 20px 0 20px;
	box-sizing: border-box;
	font-weight: 900;
}
.header-melding._blue {
	background-color: #90D0DA;
	color: #ffffff;
}

@keyframes header-mask {
	0% {
/*		opacity: 0.0; */
		background-color: rgba(255,255,255,1);
/*		left: 1300px; */
		left: 645px;
	}
	100% {
/*		opacity: 1.0; */
		background-color: rgba(255,255,255,0);
		left: 645px;
		width: 655px;
	}
}
@keyframes arrow-white {
	0% {
		left: -290px;
	}
	100% {
		left: 0;
	}
}
@keyframes top-logo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: rotate(360deg);
	}
}
@keyframes blue-bars {
	0% {
		top: -75px;
	}
	100% {
		top: 120px;
	}
}
@keyframes messages  {
	0% {
		right: -610px;
	}
	100% {
		right: 20px;
	}
}
/* header animation */

/* dare to know */
.dare-to-know-arrows, .dare-to-know-arrows-ukraine {
	font-size: 4em;
	font-weight: 900;
	color: #000000;
	max-width: 720px;
	padding: 0 160px;
	width:100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.dare-to-know-arrows a, .dare-to-know-arrows-ukraine a {
	color: #000000;    display: block;
}
.dare-to-know-arrows:before {
	content: ' ';
    display: block;
    background-image: url(../../cimages/haw/algemeen/3x-arrow-right.png);
    background-repeat: no-repeat;
    background-size: 159px 66px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 159px;
    height: 66px;
    margin-top: -30px;
}
.dare-to-know-arrows:after {
	content: ' ';
    display: block;
    background-image: url(../../cimages/haw/algemeen/3x-arrow-left.png);
    background-repeat: no-repeat;
    background-size: 159px 66px;
/*    position: relative; */
/*    top: 0px; */
    right: 0;
    /* float: right; */
    position: absolute;
    top: 50%;
    width: 159px;
    height: 66px;
    margin-top: -30px;
}	
.dare-to-know-arrows-ukraine:before {
	content: ' ';
    display: block;
    background-image: url(../../cimages/haw/algemeen/3x-arrow-right-ukraine.png);
    background-repeat: no-repeat;
    background-size: 159px 66px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 159px;
    height: 66px;
    margin-top: -30px;
}
.dare-to-know-arrows-ukraine:after {
	content: ' ';
    display: block;
    background-image: url(../../cimages/haw/algemeen/3x-arrow-left-ukraine.png);
    background-repeat: no-repeat;
    background-size: 159px 66px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 159px;
    height: 66px;
    margin-top: -30px;
}	
/* dare to know */

/* 
===============
arrom animation
===============
*/
.arrow-animation-wrapper {
	position: relative;
	width: 73px;
	height: auto;
	margin-top: 20px;
	margin-left: 10px;
}
.arrow-animation, .arrow-animation:before, .arrow-animation:after {
	content: ' ';
	display: block;
	background-image: url("/resources/cimages/haw/algemeen/single-red-arrow.png");
	background-repeat: no-repeat;
	width: 21px;
	height: 26px;
	float: left;	
	top: 0;
	animation-name: arrow;
	animation-duration: 2.5s;
	animation-timing-function: ease-in;
	animation-direction: reverse;
	animation-iteration-count: 2;
}
.arrow-animation {
	animation-delay: 0.5s;
	position: absolute;
	left: 0px; 
}
.arrow-animation:before {
	animation-delay: 1.0s;
	position: absolute;
	left: 22px;
}
.arrow-animation:after {
	animation-delay: 1.5s;
	position: absolute;
	left: 43px;
}

@keyframes arrow {
	0% {
		opacity: 0.3;
	}
	100% {
		opacity: 1.0;
	}
}
/* arrom animation */


.nieuws.meta-tekst {
	font-weight: 900;
	font-size: 20px;
}

._accent._blue {
	color: #90D0DA;
}

/* nieuws sidebar */
.social {
	display: block;
	width: 53px;
	height: 53px;
	background-repeat: no-repeat;
	margin-right: 30px;
}
.social._facebook {
	background-image: url('/resources/cimages/haw/icons/icon-facebook.png');
}
.social._twitter {
	background-image: url('/resources/cimages/haw/icons/icon-twitter.png');
}
.social._mail {
	background-image: url('/resources/cimages/haw/icons/icon-mail.png');
}
/* nieuws sidebar */



img.arrow-left, img.arrow-right {
	position: relative;
	top: 15px;
}
img.arrow-left {
	margin-right: 30px;
}
img.arrow-right {
	margin-left: 30px;
}


.arrow-tekst {
	font-size: 2.35em; 
	font-weight: 900;
}
.arrow-tekst:before {
	content: '';
	display: block;
	background-image: url('/resources/cimages/haw/algemeen/3x-arrow-right.png');
	background-repeat: no-repeat;
	background-size: 159px 66px;
	position: relative;
	top: 15px;
	margin-right: 30px;
}
.arrow-tekst:after {
	content: '';
	display: block;
	background-image: url('/resources/cimages/haw/algemeen/3x-arrow-left.png');
	background-repeat: no-repeat;
	background-size: 159px 66px;
	position: relative;
	top: 15px;
	margin-left: 30px;
}


/* ordered list */
ol#_2 {
	counter-reset: item;
    list-style-type: none;
}

ol#_2 li, ol#_3 li { 
	display: block;
	background-color: #ffffff;
	padding: 26px 0 15px 94px;
	position: relative;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	box-shadow: 0 1px 15px rgba(0,0,0,0.03);
	font-family: 'Merriweather';
	color: #4A4F4B;
	min-height: 80px;
}
ol#_2 li p, ol#_3 li p { 
	padding: 10px 0 10px 0;
    margin: -15px 0 0 0;
}
ol#_2 li:before { 
/*    content: "0" counter(item); */
	content: counter(item, decimal-leading-zero) " "; 
    counter-increment: item;
	position: absolute;
	top: 23px;
	left: 30px;	
	color: #DAE5DC;
	font-size: 30px;
}
ol#_2 li:after, ol#_3 li:after { 
    content: " "; 
	display: block;
	background-color: #DAE5DC;
	border: solid 1px #DAE5DC;
	height: 46px;
	width: 1px;
	position: absolute;
	top: 0;
	left: 20px;
}
ol#_3 {
	list-style-type: upper-latin;
}
ol#_3 li:before { 
/*   content: "A" counter(item); 
     counter-increment: item; */
	position: absolute;
	top: 23px;
	left: 30px;	
	color: #DAE5DC;
	font-size: 30px;
}
ol#_3 li:nth-child(26n+1):before {
	content: "A";
}
ol#_3 li:nth-child(26n+2):before {
	content: "B";
}
ol#_3 li:nth-child(26n+3):before {
	content: "C";
}
ol#_3 li:nth-child(26n+4):before {
	content: "D";
}
ol#_3 li:nth-child(26n+5):before {
	content: "E";
}
ol#_3 li:nth-child(26n+6):before {
	content: "F";
}

/* ordered list */

.tbl_1, .tbl_2 {
	width: 50%;
    float: left;
}
table.default_table label {
	font-family: 'Merriweather'; 
	font-weight: bold;
	color: #4A4F4B;
}
.footer {
	padding: 15px 0 0 30px;
	box-sizing: border-box;
	position: relative;
	bottom:0;
    min-height: 151px;
	width: 100%;
	background-color: #fcfcfc;
	clear: both;
}
.footer .footerTitel {
	font-family: 'Merriweather';
	font-weight: bold;
	display: block;
}
.footer .metaTekst {
	font-family: 'Barlow';
	display: block;
}
/*
.footer .footerLogo {
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	margin: 0 40px 0 0;
	display: block;
	width: 174px;
	height: 62px;
}*/

.footer-tekst {
	float: left;
	margin-top: -20px;
}
.footer-tekst a {
	color: #5CB0A4;
}
/* fixes */
.pgroup.ag-blokjes{
	background-image: url(/resources/cimages/haw/algemeen/graphic-white-dots.png);
    background-position: 287px 70px;
    background-repeat: no-repeat;
    background-size: 743px auto;
    padding-left: 50px;
    padding-top: 280px;
/*	padding-top: 320px; */
}
.frontend .heroImage {
    position: absolute;
    top: 0;
    right: 0;
}
.__live-slideshow{
	transition: all 0.1s;
}
.layout label.inp-checkbox.__choice{
    display: block!important;
    margin: 20px 0;
    line-height: 1.3em;
    font-family: inherit;
    font-weight:normal;
    margin-left:5px;
}
.layout label.inp-checkbox.__choice:after{
	content:'';
	display:block;
	clear:both;
}
.layout label.inp-checkbox.__choice .input{
	display: block;
    margin-top: -1px;
    margin-bottom: 5px;
    margin-right: 13px;
    float: left;
}


/*
========================
Nieuw code Zorgverlener
========================
*/
#layout.haw-z-en div .button-collapse-wrapper,
#layout.haw-z div .button-collapse-wrapper {	
	width: 100%;
	height: 71px;	
	position: relative;
	margin: 0 0 30px 0;
}
#layout.haw-z-en div div.button-collapse-wrapper._odd,
#layout.haw-z div div.button-collapse-wrapper._odd {	
	background-color: #90d0da;
}
#layout.haw-z-en div div.button-collapse-wrapper._even,
#layout.haw-z div div.button-collapse-wrapper._even {	
	background-color: #77acb2;
}
#layout.haw-z-en div .aandoening-wrapper._odd,
#layout.haw-z div .aandoening-wrapper._odd {	
	background-color: #90d0da;
}
#layout.haw-z-en div .aandoening-wrapper._even,
#layout.haw-z div .aandoening-wrapper._even {	
	background-color: #77acb2;
}

#layout.haw-z-en div .aandoening-wrapper,
#layout.haw-z div .aandoening-wrapper {	
	width: 100%;
	height: auto;
/*	background-color: #90d0da; */
	position: relative;
	margin: 0 0 30px 0;
	color: #ffffff;
	padding: 5px 0 5px 0;
}
#layout.haw-z-en div .aandoening-wrapper ul li:before,
#layout.haw-z div .aandoening-wrapper ul li:before {	
  	color: #ffffff;
}

#layout.haw-z-en .button-collapse-wrapper img,
#layout.haw-z .button-collapse-wrapper img {	
	float: left;
	padding: 7px 0 0 5px;
	width: 60px;
	height: auto;
}
#layout.haw-z-en a.button-collapse,
#layout.haw-z a.button-collapse {	
	display: block;
	padding: 0 10px 5px 80px;
	text-transform: uppercase;
	color: #ffffff;	
	font-weight: 900;
	transform: translateY(-50%);
	position: absolute;
	top: 50%; 
}
#layout.haw-z-en a.button-collapse:after,
#layout.haw-z a.button-collapse:after {	
	content: " ";
	display: block;
	width: 23px;
	height: 19px;
	background-image: url('/resources/cimages/haw-z/home/arrow-down-white.png');
	background-repeat: no-repeat;
	background-size: 23px auto;
	position: absolute;
	transform: translateY(-50%);
	top: 20%;
	left: 690px;
	transform: rotate(0deg);
}
#layout.haw-z-en a.button-collapse.__active:after,
#layout.haw-z a.button-collapse.__active:after {
	transform: translateY(-50%);
	top: 20%;
	transform: rotate(-180deg);

}
/*#layout.haw-z div .button-collapse-wrapper:after {	
	content: " ";
	display: block;
	width: 23px;
	height: 19px;
	background-image: url('/resources/cimages/haw-z/home/arrow-down-white.png');
	background-repeat: no-repeat;
	background-size: 23px auto;
	position: absolute;
	top: 25px;
	right: 20px;
} */
/* #layout.haw-z a.button-collapse {	
	padding: 0 10px 5px 100px;
	text-transform: uppercase;
	color: #ffffff;	
	font-weight: 900;
	display: block;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
}
#layout.haw-z div .button-collapse-wrapper:after {	
	content: " ";
	display: block;
	width: 23px;
	height: 19px;
	background-image: url('/resources/cimages/haw-z/home/arrow-down-white.png');
	background-repeat: no-repeat;
	background-size: 23px auto;
	position: absolute;
	top: 25px;
	right: 20px;
}
*/

#layout.haw-z-en .test-wrapper,
#layout.haw-z .test-wrapper {
	width: 945px;
/*	width: 975px; */
	height: 112px;	
	color: #ffffff;
	position: relative;
	margin: 0 0 20px 0;
}
#layout.haw-z-en .test-wrapper._rood,
#layout.haw-z .test-wrapper._rood {
	background-color: #e2001a;
}
#layout.haw-z-en .test-wrapper._rose ,
#layout.haw-z .test-wrapper._rose {
	background-color: #e38db6;
}
#layout.haw-z-en .test-wrapper._groen,
#layout.haw-z .test-wrapper._groen {
	background-color: #b2ca41;
}
#layout.haw-z-en .test-wrapper .c-1 ,
#layout.haw-z .test-wrapper .c-1 {
	width: 118px;
	height: 100%;
	float: left;
	text-align: center;
	border-right: solid 2px #ffffff;
}
#layout.haw-z-en .test-wrapper .c-1 h2,
#layout.haw-z .test-wrapper .c-1 h2 {
	color: #ffffff;
	margin: 10px 0 0 0;
}
#layout.haw-z-en .test-wrapper .c-1 p,
#layout.haw-z .test-wrapper .c-1 p {
	font-size: 0.611em;
	font-weight: 900;
	color: #ffffff;
}
#layout.haw-z-en .test-wrapper .c-1 p,
#layout.haw-z .test-wrapper .c-1 p {
	margin: -20px 0 0 0;
}
#layout.haw-z-en .test-wrapper .c-2 p,
#layout.haw-z .test-wrapper .c-2 p {
	margin: 0 0 0 0;
}
#layout.haw-z-en .test-wrapper .c-2,
#layout.haw-z .test-wrapper .c-2 {
	width: 790px;
	height: 100%;
	float: left;
	padding: 10px 0 0 20px;
}
#layout.haw-z-en .test-wrapper .c-2 h3,
#layout.haw-z .test-wrapper .c-2 h3 {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: 900;
}
#layout.haw-z-en .test-wrapper .c-3,
#layout.haw-z .test-wrapper .c-3 {
	width: 67px;
	height: 100%;
	float: left;	
	position: absolute;
	right: 0;
	top: 35px;
}
#layout.haw-z-en .test-wrapper .c-3 a,
#layout.haw-z .test-wrapper .c-3 a {
	display: block;
	transform: rotate(90deg);
	text-decoration: none;
	color: #ffffff;
	font-weight: 900;
	font-size: 1.111em;
	text-transform: uppercase;
}
#layout.haw-z-en .test-wrapper .c-3 a:before,
#layout.haw-z .test-wrapper .c-3 a:before {
	content: "Klik";
	display: block;
	width: 23px;
	height: 19px;
	position: absolute;
	top: -10px;
	right: 25px;
	transform: rotate(0deg);
	font-size: 0.8em;
}
#layout.haw-z-en .test-wrapper .c-3 a:before{
	content: 'Click';	
}
#layout.haw-z-en .test-wrapper .c-3 a:after,
#layout.haw-z .test-wrapper .c-3 a:after {
	content: " ";
	display: block;
	width: 23px;
	height: 19px;
	background-image: url('/resources/cimages/haw-z/home/arrow-down-white.png');
	background-repeat: no-repeat;
	background-size: 23px auto;
	position: absolute;
	top: -5px;
/*	top: 4px; */
	right: -30px;
/*	right: -20px; */
	transform: rotate(90deg);
}
#layout.haw-z-en .test-wrapper .c-3 a.__active:before,
#layout.haw-z .test-wrapper .c-3 a.__active:before {
	content: "SLUIT";
	top: -10px;
	right: 30px;
}
#layout.haw-z-en .test-wrapper .c-3 a.__active:before{
	content: "CLOSE";
}

#layout.haw-z-en .test-wrapper .c-3 a.__active:after,
#layout.haw-z .test-wrapper .c-3 a.__active:after {
	top: -5px;
	right: -35px;
	transform: rotate(-90deg);
}
#layout.haw-z-en div .choice-wrapper,
#layout.haw-z div .choice-wrapper {	
	width: 97.5%;
	height: auto;
	position: relative;
	margin: 0 0 30px 0;
	color: #ffffff;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}
/*#layout.haw-z div .choice-wrapper .split-div {	
	width: 50%;
	height: auto;
} */
#layout.haw-z-en .choice-wrapper h3,
#layout.haw-z .choice-wrapper h3 {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 900;
}
#layout.haw-z-en .choice-wrapper._rood,
#layout.haw-z .choice-wrapper._rood {	
	background-color: #e2001a;
}
#layout.haw-z-en .choice-wrapper._rose,
#layout.haw-z .choice-wrapper._rose {	
	background-color: #e38db6;
}
#layout.haw-z-en .choice-wrapper._groen,
#layout.haw-z .choice-wrapper._groen {	
	background-color: #b2ca41;
}

#layout.haw-z-en #page-section-laat-je-testen.pm-section._bg-grijs,
#layout.haw-z #page-section-laat-je-testen.pm-section._bg-grijs {
	background-color: #f6f6f6;
}

#layout.haw-z-en .kruimelpad-wrapper,
#layout.haw-z .kruimelpad-wrapper {
	font-weight: 900;
}
#layout.haw-z-en .kruimelpad-wrapper a,
#layout.haw-z .kruimelpad-wrapper a {
	color: #000000;
}
#layout.haw-z-en .kruimelpad-wrapper a:hover,
#layout.haw-z .kruimelpad-wrapper a:hover {
	color: #cb0133;
}

#layout.haw-z-en a.download-kit,
#layout.haw-z a.download-kit {
	background-color: #b2ca41;
	color: #ffffff;
	text-align: center;
	padding: 10px 5px 10px 5px;
	position: relative;
	display: block;
	font-weight: 900;
}
#layout.haw-z-en a.download-kit:before,
#layout.haw-z a.download-kit:before {
	content: " ";
	display: block;
	background-image: url("/resources/cimages/haw-z/home/arrow-down-white.png");
	background-repeat: no-repeat;
	background-size: 65% auto;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 16%;
	left: 2%;
	transform: rotate(-90deg);
}
#layout.haw-z-en a.download-kit:after,
#layout.haw-z a.download-kit:after {
	content: " ";
	display: block;
	background-image: url("/resources/cimages/haw-z/home/arrow-down-white.png");
	background-repeat: no-repeat;
	background-size: 65% auto;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 35%;
	right: 2%;
	transform: rotate(90deg);
}
#layout.haw-z-en hr,
#layout.haw-z hr {
	border: solid 1px #fff;
	display: inline-block;
	width: 100%;
}
#layout.haw-z-en .bg-scroll-down,
#layout.haw-z .bg-scroll-down {
	background-size: 26px auto;
}

#layout #topbar a.bttn-menu  {

}
#layout #topbar .bttn-menu:after  {
	display:none!important;
}

@media only screen and (max-width: 759px), screen and (max-width: 759px) and (-webkit-device-pixel-ratio: 2) {
	body.pm_flow#layout.haw-z-en h1, body.pm_flow#layout.haw-z-en .h1,
	body.pm_flow#layout.haw-z h1, body.pm_flow#layout.haw-z .h1 {
	  font-size: 2.0em;
	}
	#layout.haw-z-en .test-wrapper,
	#layout.haw-z .test-wrapper {
	  width: 97.5%;
	}
	#layout.haw-z-en .test-wrapper .c-2,
	#layout.haw-z .test-wrapper .c-2 {
	  width: 92%;
	}
	#layout.haw-z-en .choice-wrapper h3,
	#layout.haw-z .choice-wrapper h3 {
	  font-size: 1.0em;
	}
	#layout.haw-z-en .zorgprofessionals, #layout.haw-z .test-hiv,
	#layout.haw-z .zorgprofessionals, #layout.haw-z .test-hiv {
	  background-image: none;
	}
	#layout.haw-z-en div .choice-wrapper,
	#layout.haw-z div .choice-wrapper {
	  padding: 20px 10px 20px 10px;
	}
	#layout.haw-z-en .test-wrapper .c-2 h3,
	#layout.haw-z .test-wrapper .c-2 h3 {
	  font-size: 1.1em;
	}
}



@charset "utf-8";

/*  sjeng */
body.pm_flow #topbar {
	height: 80px;
	z-index: 10;
}
body.pm_flow #layer1 {
	position: absolute;
	top: 80px;
	transition: all 0.5s;
}



.footer {
	padding: 15px 0 0 30px;
	box-sizing: border-box;
	position: relative;
	bottom: 0;
	min-height: 97px;
	width: 100%;
	background-color: #000;
	clear: both;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' data-name='Isolation Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1142.74 96.58'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23d7ecf4; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='1142.74 96.58 1142.74 0 96.58 0 0 96.58 1142.74 96.58'/%3E%3C/svg%3E");
	background-size: 1142px auto;
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1em;
}


.footer .logo{
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 200px;
	margin: 0;
	float: left;
	height: 36px;
	margin-top: 4px;
	margin-right:10px;
	background-image: url(../../images/haw/logos/logo-footer.png);

}

.footer ._samenwerking{
	font-size: 1em;
	color: #063e85;
	/* width: 246px; */
	text-align: right;
	margin-right: 15px;
	/* margin-top: 24px; */
	font-weight: bold;
	position: absolute;
	left: 641px;
	top: 10px;
}
.footerLogo {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center top;
	float: right;
	display: block;	
	margin-right: 15px;
}


 .footerLogo.__0 {
	background-image: url(../../images/haw/logos/logo-erasmus.png);
	margin: 16px 30px 0 0;
	width: 106px;
	height: 41px;
}
.footerLogo.__1 {
	background-image: url(../../images/haw/logos/logo-1.jpg);
	width: 139px;
	height: 47px;
	margin-top:12px;
}
.footerLogo.__2 {
	background-image: url(../../images/haw/logos/logo-2.jpg);
	width: 118px;
	height: 51px;
	margin-top:12px;
}
.footerLogo.__3 {
	background-image: url(../../images/haw/logos/logo-3.jpg);
	width: 79px;
	height: 63px;
	margin-top:8px;
}
.footerLogo.__4 {
	background-image: url(../../images/haw/logos/logo-4.jpg);
	width: 62px;
	height: 62px;
	margin-top:9px;
}
.footerLogo.__5 {
	background-image: url(../../images/haw/logos/logo-5.jpg);
	width: 107px;
	height: 33px;
	margin-top:22px;
}
.footerLogo.__6 {
	background-image: url(../../images/haw/logos/logo-6.jpg);
	width: 120px;
	height: 26px;
	margin-top:25px;
}
.footerLogo.__7 {
	background-image: url(../../images/haw/logos/logo-7.jpg);
	width: 85px;
	height: 36px;
	margin-top:24px;
}
.footerLogo.__8 {
	background-image: url(../../images/haw/logos/logo-8.jpg);
	width: 88px;
	height: 46px;
	margin-top:16px;
}

.layout .footer a{
	color: #FFF;
	font-weight: bold
}

.layout #layer1::-webkit-scrollbar-thumb, .layout #blockArea::-webkit-scrollbar-thumb {
	background-color: #d20539;
	border-radius: 8px;
	border: 2px solid #fff;
}

.pm_flow #topbar .bttn-menu {

	width: 45px;
	height: 41px;
	top: 30px;
	left: auto;
	padding-left: 0;
	background-position: right center;
	background-size: 53px auto;
	text-transform: uppercase;
	/* padding-right: 53px; */
	font-size: 0.9em;
	padding-top: 13px;
	color: #000;
	position: absolute;
	margin: 15px;
	font-weight: 900;
	top: 0;
	right: 0;
	background-size: auto 70%;
	background-image: url("/resources/images/haw/icons/menu-button.png");
	transition: none!important;
}
.pm_flow #topbar .zv-button {
	width: 177px;
	height: 41px;
	top: 30px;
	left: auto;
	padding-left: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 53px auto;
	text-transform: uppercase;
	/* padding-right: 53px; */
	font-size: 0.9em;
	padding-top: 13px;
	color: #000;
	position: absolute;
	margin: 15px;
	font-weight: 900;
	top: 0;
	right: 8%;
	background-size: auto 70%;
	background-image: url("/resources/images/haw/icons/Zorgverlener-button.png")!important;
}

.pm_flow #topbar .bttn-menu:before {
	content: '';
	display: none;
}
.pm_flow #topbar .bttn-menu:after {
	content: 'MENU';
	display: block;
}


body #topbar .logo {
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 250px;
	margin: 23px auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 45px;
	background-image: url(../../images/haw/logos/logo.svg?t=1);
}

body #topbar .logo.__zorg {
	background-image: url(../../images/haw/logos/logo-zorg.png);
	width:279px;
	height:52px;
	margin: 14px auto;
}
body.haw-z-en #topbar .logo.__zorg {
	background-image: url(../../images/haw/logos/logo-zorg-en.png);
}

#submenu-cnt {
	background-color: #f6f6f6;
	box-sizing: border-box;
	position: relative;
	/* top: 0; */
	/* left: 0; */
	/* right: 0; */
	z-index: 3;
	height: 0;
	overflow: hidden;
	transition: all 1s;
}

body.__menu-open #submenu-cnt {
	height: 945px;
	margin-top: -110px;
	padding-top: 110px;
}

body.__menu-open #submenu-cnt {
	height: 945px;
	margin-top: -141px;
	padding-top: 140px;
}
body.__menu-open #topbar .bttn-menu {
	background-size: 36px auto;
}
body.__menu-open #topbar .bttn-menu:after {
	content: 'SLUITEN';
	display: block;
}



#submenu-cnt > ._inner {
	padding: 40px;
	width: 1680px;
}

#submenu-cnt > ._inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1680px;
	padding-bottom: 50px;
	margin-left: 25px;
	background-image: url(../../images/13monsters/logos/logo_13.svg);
	background-size: 360px auto;
	background-position: right -65px bottom -190px;
	background-repeat: no-repeat;
}



#submenu-cnt  .close-menu {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 24px;
	width: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D20029;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='24 3.8 20.2 0 12 8.2 3.8 0 0 3.8 8.2 12 0 20.2 3.8 24 12 15.8 20.2 24 24 20.2 15.8 12 '/%3E%3C/svg%3E");
	padding-right: 50px;
	background-position: right center;
	box-sizing: border-box;
}
.layout.__menu-open #layer1{
	overflow: visible;
}
.pm_flow #topbar.__active .bttn-menu {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D20029;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='24 3.8 20.2 0 12 8.2 3.8 0 0 3.8 8.2 12 0 20.2 3.8 24 12 15.8 20.2 24 24 20.2 15.8 12 '/%3E%3C/svg%3E");
}

#submenu-cnt  .footer {
	position: absolute;
	bottom: 0;
	border-top: 5px #FFF solid;
	background-color: #f6f6f6;
	color:#000;
}


#submenu-cnt .footer .logo {

	background-image: url(../../images/haw/logos/logo-submenu-footer.png);
}


#submenu-cnt .footer ._samenwerking{
	color: #063e85;
}

#submenu-cnt .footer a._contact{
	color: #1a171b;
	font-weight: 900;
	font-size: 1.5em;
	padding-top: 15px;
	float: left;
	margin-top: -7px;
	line-height: normal;
	height: 44px;
	display: block;
	padding-left: 81px;
	background-repeat: no-repeat;
	background-size: 65px auto;
	background-image: url(../../images/haw/logos/logo-icon.png);
	background-position: left center;
}


.x-slideshow .x-slide{
	display: none;
	transition: all 0.5s;
}
.x-slideshow .x-slide:nth-child(0n+1){
	/*display:block;*/
}
.x-slideshow .x-slide.__active{
	display: block;

}

.x-slideshow .x-slide .header-image img{
	transition: all 0.5s;
	transform: translateX(100%);
}

.x-slideshow .x-slide.__active .header-image img{
	width: 100%;
	transform: translateX(0%);
}

img.flex-image {
	width: 100%;
}

@keyframes header-out{
	100%{
		opacity: 1;
	}
}


/* menu */
.menuGroup{
	width: 30%;
	float: left;
	margin: 10px;
	min-height: 350px;
	margin: 0 1.5%;
	box-sizing: border-box;
	padding: 15px;
}


.menuGroup h2 {
	color: #1a171b;
	font-size: 1.75em;
	line-height: normal;
}

.menuGroup ._inner  {
	padding-top: 15px;
}

.menuGroup.__over{
}
.menuGroup.__know{
}
.menuGroup.__ask{
}
.menuGroup.__share{
}

.menuGroup h2:before{
	content: '';
	display: block;
	height: 60px;
	width: 117px;
	margin: 0px 0 10px 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left center;
}
.menuGroup.__over h2:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='42' viewBox='0 0 100.7 41.6'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D20029;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='6.8 0 0 8.7 15.5 20.8 0 32.9 6.8 41.6 33.4 20.9 33.3 20.8 33.4 20.8 '/%3E%3Cpolygon class='st0' points='41.7 0 34.8 8.7 50.3 20.8 34.8 32.9 41.7 41.6 68.2 20.9 68.2 20.8 68.2 20.8 '/%3E%3Cpolygon class='st0' points='74.1 0 67.3 8.7 82.7 20.8 67.3 32.9 74.1 41.6 100.7 20.9 100.6 20.8 100.7 20.8 '/%3E%3C/svg%3E");
	width: 100px;
}
.menuGroup.__know h2:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='43' viewBox='0 0 55 43.2'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2390D0DA;%7D%0A%3C/style%3E%3Crect class='st0' width='13.3' height='43.2'/%3E%3Crect x='20.8' class='st0' width='13.3' height='43.2'/%3E%3Crect x='41.6' class='st0' width='13.3' height='43.2'/%3E%3C/svg%3E");

	width: 55px;
}
.menuGroup.__ask h2:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='117' height='33' viewBox='0 0 117.3 32.9'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23B2CA41;%7D%0A%3C/style%3E%3Cpath class='st0' d='M47.7 21c-2.6 0-4.6-2.1-4.6-4.6 0-3.9-2.7-7.1-6.1-7.1 -3.4 0-6.1 3.2-6.1 7.1 0 2.6-2.1 4.6-4.6 4.6s-4.6-2.1-4.6-4.6C21.6 7.3 28.5 0 37 0s15.4 7.3 15.4 16.4C52.4 18.9 50.3 21 47.7 21z'/%3E%3Cpath class='st0' d='M90.9 21c-2.6 0-4.6-2.1-4.6-4.6 0-3.9-2.7-7.1-6.1-7.1S74 12.5 74 16.4c0 2.6-2.1 4.6-4.6 4.6 -2.6 0-4.6-2.1-4.6-4.6 0-9 6.9-16.4 15.4-16.4s15.4 7.3 15.4 16.4C95.5 18.9 93.5 21 90.9 21z'/%3E%3Cpath class='st0' d='M58.5 32.9c-8.5 0-15.4-7.3-15.4-16.4 0-2.6 2.1-4.6 4.6-4.6s4.6 2.1 4.6 4.6c0 3.9 2.7 7.1 6.1 7.1 3.4 0 6.1-3.2 6.1-7.1 0-2.6 2.1-4.6 4.6-4.6 2.6 0 4.6 2.1 4.6 4.6C73.9 25.5 67 32.9 58.5 32.9z'/%3E%3Cpath class='st0' d='M15.4 32.9C6.9 32.9 0 25.5 0 16.5c0-2.6 2.1-4.6 4.6-4.6s4.6 2.1 4.6 4.6c0 3.9 2.7 7.1 6.1 7.1s6.1-3.2 6.1-7.1c0-2.6 2.1-4.6 4.6-4.6s4.6 2.1 4.6 4.6C30.8 25.5 23.9 32.9 15.4 32.9z'/%3E%3Cpath class='st0' d='M101.9 32.9c-8.5 0-15.4-7.3-15.4-16.4 0-2.6 2.1-4.6 4.6-4.6 2.6 0 4.6 2.1 4.6 4.6 0 3.9 2.7 7.1 6.1 7.1 3.4 0 6.1-3.2 6.1-7.1 0-2.6 2.1-4.6 4.6-4.6 2.6 0 4.6 2.1 4.6 4.6C117.3 25.5 110.3 32.9 101.9 32.9z'/%3E%3C/svg%3E");

	width: 117px;
}
.menuGroup.__share h2:before{
	background-image: url(/resources/cimages/haw-en/Ukraine/icoon-hoofdmen-dare-to-share-care.png);
	width: 100px;
}


.menuGroup ._item{
	display: block;
	line-height: 1em;
	padding-left: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12.1 12.1'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D20029;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='6.1' cy='6.1' r='6.1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 3px 6px;
	background-size: 12px;
	margin-top: 21px;
}

.menuGroup.__know ._item{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12.1 12.1'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2390d0da;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='6.1' cy='6.1' r='6.1'/%3E%3C/svg%3E");
}

.menuGroup.__ask ._item{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12.1 12.1'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23b2ca41;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='6.1' cy='6.1' r='6.1'/%3E%3C/svg%3E");
}

.menuGroup.__share ._item{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12.1 12.1'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23245eab;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='6.1' cy='6.1' r='6.1'/%3E%3C/svg%3E");
}


.menuGroup ._item ._title{
	color: #000;
	font-weight: bold;
	display: block;
	line-height: 1.5em;
}

#indicator-results{

	display: none;
}


.search-bar-wrapper,
.search-bar-wrapper ._searchx{
	margin-top: 25px;
}
.search-bar-wrapper:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 1;
	background-size: 100px 100px;
	background-color: #D20029;
	width: 200px;
	height: 193px;
	top: 0;
	left: -30px;
}
.search-bar-wrapper:after {
	content: '';
	display: none;
	position: absolute;
	z-index: 1;
	background-size: 100% auto;
	width: 23px;
	height: 86px;
	animation: jumpy 4s infinite;
	top: 59px;
	right: -40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='86' viewBox='0 0 23.7 86.3'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C53045;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='23.7 71.2 18.7 67.3 11.8 76.1 4.9 67.3 0 71.2 11.8 86.3 11.8 86.3 11.9 86.3 '/%3E%3Cpath class='st0' d='M6.7 2c0.2-0.8 0.5-1.5 0.8-2l2.6 1.1C9.8 1.6 9.6 2.2 9.4 2.8S9.2 4 9.2 4.6c0 0.5 0 0.8 0.1 1S9.5 6 9.7 6c0.2 0 0.4-0.1 0.5-0.4 0.1-0.3 0.2-0.7 0.4-1.4 0.2-0.8 0.4-1.5 0.5-2s0.5-1 1-1.4c0.4-0.4 1-0.6 1.8-0.6 0.7 0 1.3 0.2 1.8 0.6s1 0.9 1.3 1.7c0.3 0.7 0.5 1.6 0.5 2.7 0 0.7-0.1 1.4-0.2 2.1C17 7.9 16.8 8.5 16.5 9l-2.6-1.1c0.5-1 0.8-2 0.8-2.9 0-0.9-0.2-1.4-0.7-1.4 -0.2 0-0.4 0.1-0.5 0.4 -0.1 0.3-0.2 0.7-0.3 1.3 -0.2 0.8-0.3 1.5-0.5 2 -0.2 0.5-0.5 1-1 1.4 -0.4 0.4-1 0.6-1.8 0.6 -0.7 0-1.3-0.2-1.8-0.6C7.7 8.5 7.2 8 6.9 7.3 6.6 6.5 6.4 5.6 6.4 4.6 6.4 3.7 6.5 2.9 6.7 2z'/%3E%3Cpath class='st0' d='M7.1 12.9c0.5-0.9 1.1-1.6 2-2.1s1.8-0.8 2.8-0.8c1.1 0 2 0.3 2.8 0.8s1.5 1.2 2 2.1c0.5 0.9 0.7 1.9 0.7 3 0 1-0.2 1.9-0.5 2.7 -0.4 0.8-0.9 1.5-1.6 2l-2-2.2c0.8-0.7 1.2-1.4 1.2-2.3 0-0.7-0.2-1.3-0.7-1.8 -0.5-0.4-1.1-0.7-1.9-0.7s-1.4 0.2-1.9 0.7c-0.5 0.5-0.7 1-0.7 1.8 0 0.9 0.4 1.6 1.2 2.3l-2 2.2c-0.7-0.5-1.2-1.2-1.6-2 -0.4-0.8-0.5-1.7-0.5-2.7C6.4 14.8 6.7 13.8 7.1 12.9z'/%3E%3Cpath class='st0' d='M9.3 26.2v-1H6.7v-3.5h10.5v5.1c0 1-0.2 1.8-0.5 2.5 -0.3 0.7-0.8 1.3-1.4 1.7 -0.6 0.4-1.3 0.6-2.1 0.6 -0.8 0-1.4-0.2-2-0.5 -0.6-0.3-1-0.8-1.3-1.5l-3.2 2.2V28L9.3 26.2zM14.1 27.6c0.2-0.2 0.3-0.6 0.3-1.1v-1.3H12v1.3c0 0.5 0.1 0.8 0.3 1.1 0.2 0.2 0.5 0.4 0.9 0.4S13.9 27.8 14.1 27.6z'/%3E%3Cpath class='st0' d='M7.2 35.3c0.5-0.9 1.1-1.6 2-2.1s1.8-0.8 2.8-0.8 2 0.3 2.8 0.8 1.5 1.2 2 2.1c0.5 0.9 0.7 1.9 0.7 3 0 1.1-0.2 2.1-0.7 3 -0.5 0.9-1.1 1.6-2 2.1 -0.8 0.5-1.8 0.8-2.8 0.8s-2-0.3-2.8-0.8c-0.8-0.5-1.5-1.2-2-2.1 -0.5-0.9-0.7-1.9-0.7-3C6.4 37.2 6.7 36.2 7.2 35.3zM9.6 39.5c0.2 0.4 0.5 0.6 0.9 0.8 0.4 0.2 0.9 0.3 1.4 0.3s1-0.1 1.4-0.3c0.4-0.2 0.7-0.5 0.9-0.8 0.2-0.4 0.3-0.8 0.3-1.2 0-0.4-0.1-0.8-0.3-1.2 -0.2-0.4-0.5-0.6-0.9-0.8 -0.4-0.2-0.9-0.3-1.4-0.3s-1 0.1-1.4 0.3c-0.4 0.2-0.7 0.5-0.9 0.8 -0.2 0.4-0.3 0.8-0.3 1.2C9.3 38.8 9.4 39.2 9.6 39.5z'/%3E%3Cpath class='st0' d='M17.2 45.6v3.5H9.4v4.7H6.7v-8.3H17.2z'/%3E%3Cpath class='st0' d='M17.2 54.8v3.5H9.4v4.7H6.7v-8.3H17.2z'/%3E%3C/svg%3E ");
}

.search-bar-wrapper.__found:after {
	display: block;
}

#indicator-search{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #000;
	font-size: 2em;
}

#indicator-suggestions{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	color: #000;

	box-shadow: 0 0 6px 0px #8e8e8e;
	font-weight: 700;
	top: 144px;
}





#indicator-suggestions ._suggestion{
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #efefef;
	font-size: 1.25em;
}

#indicator-suggestions ._suggestion:hover{
	background-color: #efefef;
	cursor: pointer;
}
#result-extra,
#indicator-no-results{
	display: none;
}
.search-bar-wrapper ._search {
	content: '';
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
	background-size: 100px 100px;
	background-image: url(/resources/cimages/haw/algemeen/icon-search-grey.png);
	width: 100px;
	height: 100px;
	right: 0;
	margin-top: -55px;
	top: 50%;
}
.search-bar-wrapper.__found ._search{

	background-image: url(/resources/cimages/haw/algemeen/icon-search-red.png);
}
.search-bar-wrapper.__notfound ._search{

	background-image: url(/resources/cimages/haw/algemeen/icon-search-red.png);
}



.prevalentie-meter{
	position: relative;
	width: 203px;
	background-color: #f5f5f6;
	height: 486px;

}
.prevalentie-meter ._background,
.prevalentie-meter:after{
	content: '';
	display: block;
	position: absolute;
	background-position: center bottom;
	background-size: cover;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;

}
.prevalentie-meter ._background{
	top: auto;
	background-color: #b2ca41;
	height: 0;
	transition: all 5s 1s;
	left: 1px;
	right: 1px;
	bottom: 1px;
	z-index: 1;
}
.prevalentie-meter:after{
	background-image: url('../../images/haw/backgrounds/meter-overlay.png');
	z-index: 2;
}


.nieuwsblok{
	position: relative;
	transition: background 0.8s;
	width: 445px;
}
.pblock.nieuwsblok{
	width: 445px;
}

.nieuwsbericht-rest .pblock.nieuwsblok{
	width: 445px;
	height: 590px;
}

.nieuwsbericht-rest .pblock.nieuwsblok:nth-child(3n+2){
	margin: 0 50px;
}


.nieuws-container{
	position: relative;
	display: block;
	background-position: center;
	background-size: cover;
	transition: background 0.8s;
	min-width: 445px;
}

.nieuws-container:hover{
}
.nieuws-container .nieuws-titel {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	font-size: 1.75em;
	display: block;
	bottom: 0;
	left: 0;
	padding: 15px;
	line-height: normal;
	text-shadow: 0 0 20px #000;
}
.header-melding {
	z-index: 1;
}


.nieuws-banner-cnt{

}
.nieuws-banner-cnt .nieuws-container{
	width: 100%;
	height: 738px;
}


.text-rood{
	color: #d20029;
}




#portal-blokken{
	background-image:
	url(../../cimages/haw/algemeen/green-swirl.png),
	url(../../cimages/haw/algemeen/3-blue-bars_bg.png);
	
	background-position:right 60px bottom, 80px top;
	background-repeat: no-repeat;
}



