@charset "utf-8";
#layout.pm_flow .dev-all-on{
	display: none;
}

/* ----------- RESPONSIVE UIT ----------- */

body.pm_flow .pgroup.full_screen{
	clear: both;
	float: none;
}
#layout.pm_flow .dev-all-off{
}
#layout.pm_flow .dev-all-on{
	display: none;
}

.blockWrapper .block-shadow{
							   background-color:#FFF;}

/* ----------- LAYOUT STYLES ----------- */

#layer1{
	overflow-y: scroll;
	transition: all 0.5s;
	position: absolute;
	left:210px;
}



body.pm_flow .pblock.full_screen .fs, body.pm_flow .pgroup.full_screen .pgroup_l1 {
    max-width: 1454px;
    margin: 0 auto;
}
.layout #layer1::-webkit-scrollbar-thumb, .layout #blockArea::-webkit-scrollbar-thumb {
    background-color: #f65d2c;
    border-radius: 8px;
    border: 2px solid #fff;
}
.layout #layer1::-webkit-scrollbar-track, .layout #blockArea::-webkit-scrollbar-track {
    background-color: #fff;
    width: 15px;
}



/* ----------- LAYOUT END ----------- */


/* ----------- RESPONSIVE UIT ----------- */

/* .layout .pblock a{
	font-size: 1em;
} */



/* S0) VIEW: SCALING OFF - Desktop XL (groter dan scaling) */
@media only screen and (min-width: 1680px), screen and (min-width: 1680px) and (-webkit-device-pixel-ratio: 2){
#layout.pm_flow #layer2,
	#layout.pm_flow.force_noscale #layer2 {
	    min-width: 1454px;
	    width:100%;
	}

}



/* S) - VIEW: SCALING ON - All (scaling is on between these values, mobile + desktop) */
@media only screen and (min-width: 760px), screen and (min-width: 760px) and (-webkit-device-pixel-ratio: 2){
   #layout.pm_flow #layer2{
	width: 1454px;
    /* margin-left: -15px; */    
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto; 
}
.pm_flow.layout .pgroup.full_screen {
    min-width: 1454px;
    width: 100%;
}
}

/* S) - VIEW: SCALING ON - All (scaling is on between these values, mobile + desktop) */
@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){
   

}

/* S1) - VIEW: SCALING ON - Desktop (normal) */
@media only screen and (min-width: 1200px) and (max-width: 1679px), screen and (min-width: 1200px) and (max-width: 1679px) and (-webkit-device-pixel-ratio: 2) {
	.pm_flow #topbar > ._inner .bttn-menu{display:none;}

	
}



/* S2) VIEW: SCALING ON - Mobile+ */
@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 #sidebar
	{
		width: 180px;
	}
	#layer1{
		left: 180px;
	}
	.pm_flow #sidebar .bigger-text:before{

	}
	#sidebar a.logo {
	width:154px;}

	.pm_flow.__bigger #sidebar .bigger-text:before{
		

	}

	#layout.pm_flow #sidebar > ._inner
	{
		font-size: 0.7em;
		line-height: normal;

	}
	#sidebar ._footer ._flogo {
		width: 45%;
		margin: 15px 4px;

	}
	#sidebar a.menu-button {
		padding-left: 40px;
	}
	
	
}



/* ----------- RESPONSIVE ON / SCALING OFF ----------- */


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 #sidebar
    {
		width: 180px;
		-webkit-transform: translateX(-180px);
		transform: translateX(-180px);
	}
      #layout.x-isMobile.pm_flow.__menu-open #sidebar
    {
		
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
      #layout.x-isMobile.pm_flow #sidebar
          {
          	font-size: 0.7em;
    line-height: normal;

	}
	 #layout.x-isMobile.pm_flow #sidebar ._footer ._flogo {
	width: 28%;
    margin: 15px 4px;
}
#layout.x-isMobile.pm_flow #topbar, #layout.x-isMobile.pm_flow #topbar {
    display: block!important;
}


/* R) VIEW: RESPONSIVE ON (mobile and tablets smaller than 760px) */
@media only screen and (max-width: 759px), screen and (max-width: 759px) and (-webkit-device-pixel-ratio: 2){
	#topbar .mob-logo-interreg{
		display: block;
		background-repeat: no-repeat;
		height: 60px;
		width: 100px;
		margin-top:10px;
		margin-right:10px;
		float: right;
		background-size: 100% auto;
	}
	
	#topbar a.logo {
		width: 100px;
		height: 60px;
		background-repeat: no-repeat;
		display: block;
		margin-right: 50px;
		max-width: 154px;
		min-height: 36px;
		float: right;
		background-position: left top;
		margin: 15px 4% 0 1%;
		background-size: 100% auto;
		background-image: url(../../images/mc_55/logos/logo-mob.png);
	}
	.pm_flow #topbar.__active a.logo,
	.pm_flow #topbar.__active .mob-logo-interreg{
		display:none;
	}
	
	.layout.pm_flow#layout .footer-logos {
		background-image: url('/resources/cimages/mc_default/home/logo-footer-mob-black.jpg?t=1');
		height: 394px;background-position:left bottom;
		margin-top: 0;
	}
	.layout.pm_flow#layout .footer-logos:after{
		display: none!important;
	}
	.layout.pm_flow	{
		font-size: 14px;
		line-height:1.5em;
	}
    
    .pm_flow .responsive-ignore-margin {
        margin: -4%;        
    }
    

/*    
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;}
*/

/* site styles */


.layout.pm_flow#layout	{
	font-size: 12px;
	line-height: 1.7em;
	overflow: hidden;
	overflow-y: auto;
}

.pm_flow #layer1 {
	left: 0;
	top:80px;
}

.pm_flow .dev-ignore-margin {
	margin: 0% -4%!important;
}



body.pm_flow.layout h1, body.pm_flow.layout .h1 {
	font-size: 2.2em;
	line-height: 1.25em;
}
body.pm_flow.layout h2, body.pm_flow.layout .h2 {
	font-size: 2em;
	line-height: 1.25em;
}
body.pm_flow.layout h3, body.pm_flow.layout .h3 {
	font-size: 1.5em;
	line-height: 1.25em;
}
body.pm_flow.layout h4, body.pm_flow.layout .h4 {
	font-size: 1.3em;
	line-height: 1.25em;
}

.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;
}

#layout.pm_flow .dev-all-off{
	display: none;
}
#layout.pm_flow .dev-all-on{
	display: block;
}


.preContent{
	display:none;
}
.preContent ._buttons,
#layer2{
		width: 100%;
}

/* site styles */

body.pm_flow #layer1 {
	position: absolute;
	right: auto;
	top: auto;
	left: auto;
	padding-top: 0;
	overflow: auto;
	top: 80px;
}
#layout.anim-forward #layer1{
	top: 80px;
}

.pm_flow .pblock.responsive-no-bg,.pm_flow .pgroup.responsive-no-bg{
	background-color: transparent;
	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 0;
}
.pm_flow .pgroup.responsive-group-padding > .pgroup_l1{
	width: auto!important;
}

.pm_flow.layout h1, body.pm_flow.layout .h1 {
	font-size: 3em;
}

.pm_flow  .split_div {
	width: auto;
	margin-left: 0;
	float: none;
	padding: 0;
	margin-right: 0;

}
.pm_flow  .split-div-right {
}

.pm_flow  .form-table {
	width: 100%;
	float: left;
}
.pm_flow  .form-table.__left {
	margin: 0 0 0 0;
}

.pm_flow  .form-field label {
	width: 100%;
	float: left;
}
.pm_flow  .form-field label:nth-child(odd) {
	margin: 0 0 0 0;
}

.pm_flow.layout *.negative-margin-200-top{
	transform: none;
}
.pm_flow.layout .pblock{
	height: auto;
}
.pgroup.responsive-bg-fit
{
	background-size: 120% auto;
}

.pm_flow.layout .position-absolute.bottom{
	position: relative;
}
#layout.pm_flow .dev-all-on{
	display: block;
}

#layout.pm_flow table.responsive-table{
	width: 100%!important;
}
#layout.pm_flow *.button {
	padding: 10px 20px;
	white-space: break-spaces;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	float: none;
	clear: both;
	margin-top: 10px;
}


.dl-button{
	background-position: right top;
	background-size: auto 80%;
}
.button-full{

}
.button-full:before {
	content: '';
	display: block;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	bottom: 0;
}



/* custom */



*.responsive-no-margin{

	margin: 0!important;

}
/* custom */


body.pm_flow img.flex-image{
		    width: 100%!important;
    box-sizing: border-box;
    height: auto!important;
	}
	
    
body.pm_flow .pgroup.banner-group {
    padding-left: 250px;
    background-position: -250px top;
}

.filter-stats-button {
	width: 40px;
	height: 40px;
}


.footer-logos{
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 40px 0 0 0;
	width: 100%;
	height: auto;
	padding-bottom: 15%;
}
.responsive-center-text{
	text-align: center;
}

.filter-stats-button {
	width: 100px;
	height: 100px;
}

body#layout.pm_flow #topbar {
	display: block;
}

#layout.pm_flow #layer1 {
}

#layout.__menu-open #layer1{ 
	transform: translateX(265px);
	-webkit-transform: translateX(265px);
	-moz-transform: translateX(265px);

}

#layout.__menu-open #blockArea{ 
	filter:blur(10px);

}

#layout #sidebar{
	margin-left: -265px;

}

#layout.__menu-open #sidebar{
	margin-left: 0;

}

.pm_flow .pblock.pm-video iframe {
	width: 100%;
	height: 480px;
}

.pm_flow section.pm-section{
	width: 100%;
}



.pm_flow #click-quiz .q-click {
	position: relative;
	float: left;
	left: auto;
	top: auto;
	margin: 15px;
	}




.pm_flow .pinStat {
	width:120px;height:120px;
	font-size: 2em;    padding: 43px 20px 40px 19px;    margin-top: 20px;
}
.pm_flow .dragTable .pin-drop {
min-height: 140px;
margin: 0 0px;    width: 79px;
}
.pm_flow .dragTable .pin-drop .pinStat {
	margin-left: -40px;
}
.pm_flow .t-result .situation-block{
	padding: 20px;
	background-image:none;

}
.pm_flow .pblock.responsive-keep-ratio{
	background-size: contain;

}
.pm_flow .pm-section,
.pm_flow .pgroup{
	transform: none!important;
}


}


/* R1) 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){


}


/* R1-) VIEW: HD Smartphones en kleiner */
@media only screen and (max-width: 659px), screen and (max-width: 659px) and (-webkit-device-pixel-ratio: 2){


}

/* R2) 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){
      
        
}


/* R2-) VIEW: Mid-range Smartphones en kleiner */
@media only screen and (max-width: 569px), screen and (max-width: 659px) and (-webkit-device-pixel-ratio: 2){
    

}
/* R3) 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){

    
}

/* R3-) VIEW: Mid-range Smartphones only */
@media only screen and (min-width: 568px), screen and (min-width: 568px) and (-webkit-device-pixel-ratio: 2){

    
}


/* R4) VIEW: Smartphones */
@media only screen and (max-width: 479px), screen and (max-width: 479px) and (-webkit-device-pixel-ratio: 2){
	
}

/* 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;
}
	
}