@charset "utf-8";
@import url('pm-layout.css?v=3');
@import url('animations.css?v=1');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700;800;900&display=swap');

/*
============
site colors
===========


.text-purple{
	color: #441dae;
}
.text-teal{
	color: #4fe3c1;
}
.text-yellow{
	color: #f8e71d;
}
.text-pink{
	color: #D123F6;
}


.background-purple{
	color: #441dae;
}
.background-teal{
	color: #4fe3c1;
}
.background-yellow{
	color: #f8e71d;
}
.background-pink{
	color: #D123F6;
}

*/
 
.layout {
	color: 	#441dae;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	line-height: 1.85em;    
	background-color: #fff;
}

/* ---------- set the default font for other HTML elements ---------- */
.layout td, .layout th, .layout a{	
	font-family: 'Poppins', sans-serif;
}

.layout h1,.layout h2,.layout h3,.layout h4,.layout h5,.layout h6 {	
	font-family: 	'Poppins', sans-serif;
	color: 			#441dae;
	margin-top:		0; margin-bottom: 0.25em;
	line-height: normal;
	
}

/* the default headings, try to style them from big (h1, h2, h3) to subtitle (h4, h5, h6) - if there are multiple colors, set the most common color here and add the subclasses in elements.css - set height in em (base font is 20px, so <size in em> = <size from design doc>/20) */
.layout h1{font-weight: 900;font-size: 4.2em;color:#4fe3c1; text-transform:uppercase;line-height:1.1em; } 
.layout h2{font-weight: 900;font-size: 3.333em;text-transform:uppercase;line-height:1.1em;}
.layout h3{font-weight: bold;font-size: 1.777em; color:#f8e71d}

/* try to use these classes for the smaller headings and subtitles, these usually have less margin top and less line height than the bigger headings */
.layout h4{font-weight: bold;font-size: 1.555em; }
.layout h5{font-weight: bold;font-size: 1.2777em; }
.layout h6{font-weight: 900;font-size: 2.5em;text-transform:uppercase;line-height:1.1em;} 




.layout a {text-decoration: none;}

.layout *.darker{
	color:#282562;
}
.clear{
	height:auto;
}

.footer-logos {
    display: block;
    background-repeat: no-repeat;
    background-size: 1680px auto;
    margin: 40px 0 0 0;
    width: 100%; 
    height: 284px;   
	position: relative;      background-position: center;
}
.footer-logos.__EN-ft {
    background-image: url('/resources/cimages/mc_youth/logos/footer-logos_EN.jpg?t=1');   
}
.footer-logos.__NL-ft {
    background-image: url('/resources/cimages/mc_youth/logos/footer-logos_NL.png');   
}
.footer-logos.__FR-ft {
    background-image: url('/resources/cimages/mc_youth/logos/footer-logos_FR.png');   
}
.footer-logos.__DE-ft {
    background-image: url('/resources/cimages/mc_youth/logos/footer-logos_DE.png');   
}

.footer-logos:after{
	content: 'crossing borders in health';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 179px;
    padding-left: 65px;
    padding-right: 19px;
    font-size: 1.1em;
    color: #FFF;
    line-height: normal;
    box-sizing: border-box;
    width: 263px;
    height: 285px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='263' height='285' viewBox='0 0 263.3 284.8'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23282562;%7D .st1%7Bfill:%233991CE;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='58.2 284.8 263.3 284.8 263.3 0 '/%3E%3Cpolygon class='st1' points='63.4 165.9 0 252.1 263.3 252.1 263.3 165.9 '/%3E%3C/svg%3E");

}

.footer-logos .campaign-text{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='64' viewBox='0 0 67.4 64'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234FE3C1;stroke-width:3.9969;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='2 0 2 62 67.4 62 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 10px 30px;
	height: 67px;
	font-size: 1.5em;
	margin-bottom:20px;

}

/* ----------- LAYOUT STYLES ----------- */

#layer1{
	overflow-y: scroll;
	transition: all 0.5s;
	position: absolute;
	left: 0;
}
.layout #layer1::-webkit-scrollbar-thumb, .layout #blockArea::-webkit-scrollbar-thumb {
	background-color: #441dae;
	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-topbar #layer1,
.pm_flow.hide-sidebar_topbar #layer1{
	top: 80px;
}

#topbar{
	height: 80px;
	left: 0;
	transition: all 0.5s 0.5s;
	position: fixed;
	width: 100%;
	right: 15px;
	z-index: 10;
}
.layout.anim-forward #layer1,
.layout.__menu-open #layer1{
	top: 0;
}
.layout.anim-forward #topbar,
.layout.__menu-open #topbar{
	transform: translateY(-175%);
}
#topbar ._inner{

}

#topbar ._buttons{
	padding-right: 10px;
	width: 55%;
	box-sizing: border-box;
	padding: 10px;
	float: right;
	right: 0;
}
a.button-header{
	background-color: #282562;

	box-sizing: border-box;
	color: #aa98ea;
	min-width: 75px;
	border-radius: 12px;
	font-weight: bold;
	font-size: 0.7em;
	margin-right: 10px;
	padding: 0px 10px;
	float: right;
}

#topbar ._buttons .button-header.__active{
	background-color: #f8e71d;
	color: #441dae;
}

.logo-interreg{
	float: right;

width: 78px;
margin-top: 9px;
}

/* 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/mc_youth/icons/icon-notif-ok.svg');
}
#notif-cnt .notif_row .notif-icon_cnt .nNotOk
{
	background-image: url('../../images/mc_youth/icons/icon-notif-notok.svg');
}
#notif-cnt .notif_row .notif-icon_cnt .nInfo
{
	background-image: url('../../images/mc_youth/icons/icon-notif-info.svg');
}
.layout #overLayer{
	background-color: #f2f2f261;
}

/* footer */
.footer_content{
	background-color: #FCFCFC;
	color: #000;
	box-sizing: border-box;
	padding: 50px;
	padding-bottom: 30px;
	height: 130px;
	font-size: 0.8em;
	line-height: normal;
	margin-top: -130px;
}

.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{

}

/* sidebar */

#sidebar{
	display: none!important;
}

#topbar a.logo {
	padding-top: 5%;
	width: 9%;
	background-repeat: no-repeat;
	display: block;
	margin-right: 50px;
	max-width: 154px;
	min-height: 36px;
	float: right;
	background-position: left top;
	margin: 20px 4% 0 1%;
	background-size: 100% auto;
	background-image: url(../../images/mc_youth/logos/logo.png);
}


/* submenu */

#submenu-cnt{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	left: -100%;
	width: 100%;
	bottom: 0;
	z-index: 5;
	overflow: hidden;
	transition: all 0.1s;
}
#submenu-cnt-dummy{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	z-index: 2;
	transition: all 0.5s;
	height: auto;
}

#submenu-cnt-dummy.__open{
	right: 0;
}
#submenu-cnt.__open{
	left: 0;
	height: auto;
}

.pm_flow.layout.__menu-open #submenu-cnt {
	position: relative;
	left: 0;
	background-color: #FFF;
}

#submenu-cnt > ._inner{
	padding: 40px;
	width: 1680px;
}

#submenu-cnt > ._inner{
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1680px;
	margin-top: 200px;
	margin-bottom: 100px;
}


#submenu-cnt > ._inner >  a._item{
	position: relative;
	display: block;
	padding: 50px;
	padding-bottom: 12px;
	box-sizing: border-box;
	height: 10em;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #FFF;
	background-size: auto 60px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/svg/mc_youth/FFFFFF/icon-arrow-right.svg);
	padding-left: 75px;
	width: 50%;
	float: left;
	padding-top: 0;
}



#submenu-cnt  > ._inner > a._item > ._title{
	    display: block;
    font-weight: 900;
    font-size: 1.75em;
    line-height: normal;
    color: #441DAE;
}
#submenu-cnt > ._inner  > a._item > ._description{
	display: block;
	font-weight: 400;
	line-height: 1.35em;
	margin: 10px 0;
	overflow: hidden;
	color: #441DAE;

}
#submenu-cnt  > ._inner > a._item.__active,
#submenu-cnt  > ._inner > a._item:hover{
	background-image: url(/svg/mc_youth/ffce00/icon-arrow-right.svg);
}

.pm_flow.layout #submenu-cnt > ._inner {
	width: 100%;
}
.pm_flow.layout #submenu-cnt > ._inner > a._item{
	margin-bottom: 25px;
	background-size: auto 30px;
	height: 150px;
	padding-left: 40px;
}



#topbar{
	height: 80px;
	left: 0;right:0;
	transition: all 0.5s 0.5s;
}
.layout.anim-forward #layer1,
.layout.__menu-open #layer1{
	top: 0;
}
.layout.anim-forward #topbar,
.layout.__menu-open #topbar{
	transform: translateY(-175%);
}
.layout.__menu-open #topbar{
	transform: translateY(0);
	z-index: 6;
}

#layout.anim-forward #layer1{
	top: 0;
}






/* ----------- LAYOUT END ----------- */

/* buttons - the default link button(s) on the site, add subclasses where needed and fill in as required - extra classes also need to be added in elements.css for the designers */
.button {
	display: block;
    min-width: 250px;
    padding: 0px 15px;
    text-align: center;
    background-color: #f8e71d;
    font-size: 1.389em;
    line-height: normal;
    text-transform: uppercase;
}
.button.__blue {
    background-color: #441DAE;
    color: #ffffff;
}
.bg-arrow-left,
.bg-arrow-right{
	background-size: 150px auto;
	background-repeat: no-repeat;
}
.bg-arrow-left:after,
.bg-arrow-right:after{
	content: '';
	display:block;
	clear:both;
}
.bg-arrow-left{
	background-image: url('../../images/mc_youth/svg/button-graphic-left.svg');
	padding-left: 175px;
	background-position:left center;
	float:right;
}
.bg-arrow-right{
	background-image: url('../../images/mc_youth/svg/button-graphic-right.svg');
	padding-right: 175px;
	background-position:right center;
	float:left;
}

.bg-arrow-left *.button{
float:right;	
}

.bg-arrow-right *.button{
float:left;	
}

.regioWrapper {
    width: 100%;
    height: 184px;
    margin: 0 0 30px 0;
    text-align: center;
}
.regioWrapper .btn-regio {
    display: block;
    float: left;
    margin-right: 60px;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 1em;
    background-size: 116px auto;
    width: 126px;
    height: 116px;
}
.regioWrapper .btn-regio:after {
    position: relative;
    top: 120px;
}
.regioWrapper .btn-regio.last {
    margin-right: 0px;
}

/* Nederland */
.regioWrapper .btn-regio.nl-zuid-limburg {
    background-image: url('/resources/cimages/mc_youth/we-love-numbers/icon-regio_NL-regio_zuid-limburg.png');
}
.regioWrapper .btn-regio.nl-zuid-limburg:after {
    content: 'Zuid Limburg Netherlands';
}
/* Belgie */
.regioWrapper .btn-regio.prov-limburg-belgie {
    background-image: url('/resources/cimages/mc_youth/we-love-numbers/icon-regio_BE-regio_prov-limburg.png');
}
.regioWrapper .btn-regio.prov-limburg-belgie:after {
    content: 'Prov. Limburg Belgium';
}
.regioWrapper .btn-regio.prov-liege-belgie {
    background-image: url('/resources/cimages/mc_youth/we-love-numbers/icon-regio_BE-regio_prov-liege.png');
}
.regioWrapper .btn-regio.prov-liege-belgie:after {
    content: 'Prov. Liège Belgium';
}
.regioWrapper .btn-regio.prov-ostbelgien-belgie {
    background-image: url('/resources/cimages/mc_youth/we-love-numbers/icon-regio_BE-regio_prov-ostbelgien.png');
}
.regioWrapper .btn-regio.prov-ostbelgien-belgie:after {
    content: 'Ostbelgien Belgium';
}
/* Duitsland */
.regioWrapper .btn-regio.de-heinsburg {
    background-image: url('/resources/cimages/mc_youth/we-love-numbers/icon-regio_DE-regio_heinsburg.png');
}
.regioWrapper .btn-regio.de-heinsburg:after {
    content: 'Heinsberg Germany';
}
.regioWrapper .btn-regio.de-euskirchen {
    background-image: url('/resources/cimages/mc_youth/we-love-numbers/icon-regio_DE-regio_euskirchen.png');
}
.regioWrapper .btn-regio.de-euskirchen:after {
    content: 'Euskirchen Germany';
}
.regioWrapper .btn-regio.de-bitburg-prum {
    background-image: url('/resources/cimages/mc_youth/we-love-numbers/icon-regio_DE-regio_bitburg-prum.png');
}
.regioWrapper .btn-regio.de-bitburg-prum:after {
    content: 'Bitburg Prum Germany';
}
.regioWrapper .btn-regio.de-aachen {
    background-image: url('/resources/cimages/mc_youth/we-love-numbers/icon-regio_DE-regio_aachen.png');
}
.regioWrapper .btn-regio.de-aachen:after {
    content: 'Aachen Germany';
}


/* we love numbers graph */
.graphWrapper {
/*    width: 173px; */
    width: 100px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.graphWrapper .gWrap {
    position: absolute;
    bottom: 0;
    left: 0;
}
.graphWrapper .graph-percentage {
    font-size: 2em;
    font-weight: 800;
/*    text-align: center; */
}
.graphWrapper .graph-age {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 0 0;
    line-height: 1.0em;
/*    text-align: center; */
    box-sizing: border-box;
}
.graphWrapper .graph {
    margin: 8px 0 8px 0;
    background-color: #4fe3c1;
/*    width: 173px; */
}
.graphWrapper .graph._4 {
    height: 24px;
    margin-top: 25px;
}
.graphWrapper .graph._17 {
    height: 43px;
    margin-top: 8px;
}
.graphWrapper .graph._18 {
    height: 48px;
    margin-top: 2px;
}
.graphWrapper .graph._40 {
    height: 100px;
    margin-top: -50px; 
}


.filter-stats-button{
	display:block;
	width:95px;height:95px;background-color:#f8e71d;
	background-size: 65% auto;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;    margin-right: 30px;
}




.filter-stats-button.__alcohol{
	background-image: url(/svg/mc_youth/441dae/svg-icon-alcohol.svg);
	background-size: auto 65% ;
}

.filter-stats-button.__weed{
	background-image: url(/svg/mc_youth/441dae/svg-icon-weed.svg);
}

.filter-stats-button.__gaming{
	background-image: url(/svg/mc_youth/441dae/svg-icon-game.svg);
}



.filter-stats-button.__active{
	background-color: #441dae;
}
.filter-stats-button.__alcohol.__active{
	background-image: url(/svg/mc_youth/f8e71d/svg-icon-alcohol.svg);
	background-size: auto 65% ;
}

.filter-stats-button.__weed.__active{
	background-image: url(/svg/mc_youth/4fe3c1/svg-icon-weed.svg);
}

.filter-stats-button.__gaming.__active{
	background-image: url(/svg/mc_youth/d123f6/svg-icon-game.svg);
}



#topbar a.bttn-menu{
        padding-top: 6%;
    width: 8%;
    max-width: 92px;
    min-height: 30px;
    min-width: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-image: url(../../images/mc_youth/buttons/icon-menu.png);
    position: absolute;
    left: 2%;
    top: 19px;
}
.button-overlay:before {
    content: '';
    display: block;
    top: 0; 
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
}

/* inputs - should always be used on input, select and textarea elements -  fill in where required */
*.input-default {
    color: #1a171b;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 0.3em 0.5em;
   	width: 100%;
	   margin: 15px 0;font-size: 1em;
	height: 57px;
}
.input-default, textarea {
	font-family: 'Montserrat', sans-serif;	
}

.inp-checkbox{
	font-weight: 500;
}

.inp-radio .input,
.inp-checkbox .input {
	display: inline-block;
    height: 25px;
    margin: 5px 6px -5px 0px;
    width: 25px;
    background-repeat:no-repeat;
    box-sizing: border-box;
    background-position:center;
    margin-left: -15px;
    transition: all 0.3s;
    background-color:#FFF;
	border:2px solid #441dae;

}

.inp-radio .input,
.inp-checkbox .input {
	display: inline-block;
}

.inp-checkbox.__checked .input{}
.inp-radio .input {}
.inp-checkbox .input {}
.inp-radio.selected .input {}
.layout label.inp-radio, .layout label.inp-checkbox {}
.layout label.inp-radio {}
.inp-radio.__selected {}


.inp-checkbox.__checked  .input{

background-color:#441dae;
}


.inp-radio:before,
.inp-checkbox:before{
	display:none!important;	
}


.form-field label {
    font-size: 1.25em;
    font-weight: bold;
    width: 48%;
    float: left;
}
.form-field label:nth-child(odd) {
    margin: 0 4% 0 0;
}
.form-field label.textarea {
    width: 100%;
}

/* section backgrounds */
._bg-teal {
	background-color: #4FE3C1; /* bg-teal */
}
._bg-pink {
	background-color: #D123F6; /* bg-pink */
}
._bg-yellow {
	background-color: #F8E71D; /* bg-yellow */
}
._bg-purple {
	background-color: #441DAE; /* bg-purple */
}
._bg-lila {
	background-color: #CC23F1; /* bg-purple */
}
/* section backgrounds */


/* backgrounds */
.bg-header-1,
.bg-header-2,
.bg-header-3,
.bg-header-4{
	background-position:left top;
	background-repeat: repeat-x;
}
.bg-header-1 {
	background-image:url('../../images/mc_youth/backgrounds/header-1-repeat.jpg');
	background-size: auto 1956px;
}
.bg-header-2 {
	background-image:url('../../images/mc_youth/backgrounds/header-2-repeat.jpg');
}
.bg-header-3 {
	background-image:url('../../images/mc_youth/backgrounds/header-3-repeat.jpg');
}
.bg-header-4 {
	background-image:url('../../images/mc_youth/backgrounds/header-4-repeat.jpg');
	background-position: left -80px;
}




/* stats */

.layout .statBlock  h3{
    font-size: 3.8em;
    color: #441dae;
    line-height: 1em;
    margin-bottom: 0;
    
}
.layout .statBlock .fs > div{
 font-size: 2.1em;
 line-height: 1em;
 margin-bottom:40px;
}


.btn-what-about-the-government {
    display: block;
    background-repeat: no-repeat;
    background-size: 95px 95px;
    margin: 0 50px 0 0;
    width: 95px;
    height: 95px;
    float: left;
}
.btn-what-about-the-government._alcohol {
    background-image: url('/resources/cimages/mc_youth/what-about-the-government/btn-alcohol-off.png');
}
.btn-what-about-the-government._alcohol.__active,
.btn-what-about-the-government._alcohol:hover {
    background-image: url('/resources/cimages/mc_youth/what-about-the-government/btn-alcohol-on.png');
}
.btn-what-about-the-government._drugs {
    background-image: url('/resources/cimages/mc_youth/what-about-the-government/btn-drugs-off.png');
}
.btn-what-about-the-government._drugs.__active,
.btn-what-about-the-government._drugs:hover {
    background-image: url('/resources/cimages/mc_youth/what-about-the-government/btn-drugs-on.png');
}
.btn-what-about-the-government._gaming {
    background-image: url('/resources/cimages/mc_youth/what-about-the-government/btn-gaming-off.png');
}
.btn-what-about-the-government._gaming.__active,
.btn-what-about-the-government._gaming:hover {
    background-image: url('/resources/cimages/mc_youth/what-about-the-government/btn-gaming-on.png');
}

.ico-social {
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.ico-social.instagram {
    background-image: url('/resources/cimages/mc_youth/we-are-social/social-instagram.png');
}
.ico-social.facebook {
    background-image: url('/resources/cimages/mc_youth/we-are-social/social-facebook.png');
}
.ico-social.twitter {
    background-image: url('/resources/cimages/mc_youth/we-are-social/social-twitter.png');
}
.ico-social.whatsapp {
    background-image: url('/resources/cimages/mc_youth/we-are-social/social-whatsapp.png');
}

.gaming-percentage {
    display: block;
    background-image: url('/resources/cimages/mc_youth/what-about-the-government/gaming-percentage.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    width: 98%;
    height: 256px;
    font-weight: 800;
}
.gaming-percentage .per_male {
    position: absolute;
    display: inline-block;
    top: 90px;
    left: 15px;
    color: #441DAE;
    width: 100px;
}
.gaming-percentage .per_female {
    position: absolute;
    display: inline-block;
    top: 90px;
    right: 30px;
    color: #D123F6;
    width: 100px;    
}


.cWrapper {
    width: 100%;
    height: 138px;
}
.c-content {
    width: 48%;
    float: left;
    box-sizing: border-box;
}
.c-content._Left {
    padding: 0 35px 0 0;
}
.c-content._Right{
    padding: 0 0 0 35px;
}
.divider {
    float: left;
    width: 1%;
    height: 171px;
}
.divider._teal {
    background-color: #4fe3c1;
}
.divider._yellow {
    background-color: #f8e71d;
}
.divider._pink {
    background-color: #D123F6;
}
.divider._purple {
    background-color: #441dae;
}


.vertical-center{
position:relative;
}
.vertical-center > ._inner,
.pblock.vertical-center > .fs{
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
position: absolute;
}


/* english */
#layout.reg-en .eur-logo
{
	background-image: url(/resources/cimages/mc_youth/logos/logo-interreg-fund-ENG.png?t=1)
}


/* french */
#layout.reg-be-liege .eur-logo
{
	background-image: url(/resources/cimages/mc_youth/logos/logo-interreg-fund-FR.png?t=1)
}


/* dutch */
#layout.reg-nl-limburg .eur-logo,
#layout.reg-be-limburg .eur-logo
{
	background-image: url(/resources/cimages/mc_youth/logos/logo-interreg-fund-NL.png?t=1)
}

/* german */
#layout.reg-de-aachen .eur-logo,
#layout.reg-de-euskirchen .eur-logo,
#layout.reg-de-heinsburg .eur-logo,
#layout.reg-de-bitburg-prum .eur-logo,
#layout.reg-be-ostbelgin .eur-logo,
{
	background-image: url(/resources/cimages/mc_youth/logos/logo-interreg-fund-DE.png?t=1)
}



/* quiz */
div.quiz-progress{
	padding-left: 150px;
	position: relative;
	height: 100px;
	box-sizing: border-box;
	padding: 20px 20px 20px 130px;

}
div.quiz-progress:before{
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	width: 95px;
	height: 95px;
	background-position: center;
	background-size: 100% auto;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/resources/cimages/mc_youth/the-quiz/con-quiz-alcohol.png);

}
div.quiz-progress ._bar{
	background-color: #f5f5f6;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 40px;
	box-sizing: border-box;
}
div.quiz-progress ._bar ._fill{
	height: 40px;
	background-color:#441dae
}

div.quiz-progress ._bar ._text{
	font-weight: 600;
}
div.quiz-progress ._bar:before{
	background-color: #3991ce;
	content: '';
	display: block;
	width: 10%;
}



label.quiz-multi{
}
label.quiz-multi.inp-radio{
	position: relative;
    padding-left: 70px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 25px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%);
    margin-top: 20px;
}
label.quiz-multi.inp-radio .input{
	margin-left: 14px;
	border-radius: 100%;
	margin-top: 0;
	/* margin-top: -5px; */
	width: 40px;
	position: absolute;
	height: 40px;
	border: 4px solid #4fe3c1;
	top: 50%;
	transform: translateY(-50%);
	background-image: none;
	left: 0;
}

label.quiz-multi.inp-radio.selected{
	background-color: #4fe3c1;
	color: #441dae;
	font-weight:900;

}
label.quiz-multi.inp-radio.selected .input{
	background-color: #441dae;
	border: 4px solid #fff;
}


.resultStat{
	background-image: url(/resources/cimages/mc_youth/the-quiz/result-1-weed.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 250px;
	height: 250px;
	box-sizing: border-box;
	padding: 65px 40px;margin: 0 auto;
	margin-top: 20px;

	color: #441dae;
}
.resultStat ._stat{
	display: block;
	margin: 10px auto;
	text-align: center;
	font-size: 2.6em;
	line-height: 1em;
	font-weight: 900;
}
.resultStat ._desc{
	display: block;
	margin: 10px auto;
	text-align: center;
	font-size: 0.7em;
	line-height: normal;
	font-weight: bold;
}



.resultStat.__estimates{

	background-image: url(/resources/cimages/mc_youth/the-quiz/result-2-weed.png);

}
.resultStat.__peers{
	background-image: url(/resources/cimages/mc_youth/the-quiz/result-3-weed.png);

}

.resultStat.__you{
	color: #4fe3c1
}


.bttn-question-next{
	font-size: 1em;
	line-height: normal;
	display: block;
	width: 180px;
	margin: 0 auto;
	color: #4fe3c1;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}

.bttn-question-next:before{
	content: '';
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='50' viewBox='0 0 36.4 49.5'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0.2 0 36.4 26.2 0 49.5 '/%3E%3C/svg%3E");
	background-color: #441dae;
	background-position: center;
	background-size: 48% auto;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	margin: 0 auto;font-weight: 900;
	border-radius: 15px;
	margin-bottom: 20px;
}


.situation-block h3{
	margin-left: -15px;
	background-color: #4ee2c0;
	float: left;
	padding-left: 70px;
	margin-left: -70px;
	padding-right: 30px;
	white-space: nowrap;
	color: #441dae
}


.situation-block{
	overflow: visible;
	position: relative;
	font-weight: 900;
	background-color: #f5f5f6;
	box-sizing: border-box;
	padding: 21px 47px 135px 47px;
	background-repeat: no-repeat;
	background-position: right 25px bottom 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='163' height='50' viewBox='0 0 162.8 50.4'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234FE3C1;stroke-width:6.5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='131.7 2.5 157.9 25.2 131.7 47.9 '/%3E%3Cpolyline class='st0' points='88.5 2.5 114.7 25.2 88.5 47.9 '/%3E%3Cpolyline class='st0' points='45.3 2.5 71.5 25.2 45.3 47.9 '/%3E%3Cpolyline class='st0' points='2.1 2.5 28.3 25.2 2.1 47.9 '/%3E%3C/svg%3E");
}

.situation-block:after{
	content: '';
	display: block;
	width: 49px;
	height: 50px;
	position: absolute;
	bottom: 0;
	margin-bottom: -25px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='48' viewBox='0 0 48.9 47.7'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F5F5F6;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='1.1 0 0 47.7 48.9 15.9 '/%3E%3C/svg%3E");
}


#layout.frontend .quizGroup{
	box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 16%);
	transform: translateY(-580px);
	margin: auto;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	overflow: visible;
}
#layout.frontend .quizGroup:after{
	content: '';
	display: block;
	height: 500px;
	position: absolute;
	top: 538px;
	right: 0;
	background-size: 125px auto;
	z-index: 0;
	margin-right: -93px;
	width: 92px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(/resources/cimages/mc_youth/the-quiz/deco-weed.png);
}
._response{
			  font-weight: 900;
			  font-size: 0.75em;
			  line-height: normal;
			  padding: 5px 30px;

}
.t-weed div.quiz-progress:before{
	background-image: url(/resources/cimages/mc_youth/the-quiz/con-quiz-weed.png);

}



.t-alcohol div.quiz-progress:before{
	background-image: url(/resources/cimages/mc_youth/the-quiz/con-quiz-alcohol.png);

}
.t-alcohol div.quiz-progress ._bar{
	background-color: #f5f5f6;
}
.t-alcohol div.quiz-progress ._bar ._fill{
	background-color: #441dae
}

.t-alcohol div.quiz-progress ._bar:before{
	background-color: #3991ce;
}



.t-alcohol label.quiz-multi.inp-radio .input{
	border: 4px solid #d123f6;
}

.t-alcohol label.quiz-multi.inp-radio.selected{
	background-color: #d123f6;
	color: #441dae;
}
.t-alcohol label.quiz-multi.inp-radio.selected .input{
	background-color: #441dae;
	border: 4px solid #fff;
}

.t-alcohol .resultStat.__you{
color: #d123f6;
background-image: url(/resources/cimages/mc_youth/the-quiz/result-3-alcohol.png);
}

.t-alcohol .resultStat.__estimates{
background-image: url(/resources/cimages/mc_youth/the-quiz/result-2-alcohol.png);
}
.t-alcohol .resultStat.__peers{
background-image: url(/resources/cimages/mc_youth/the-quiz/result-1-alcohol.png);
}


.t-alcohol .bttn-question-next{
	color: #d123f6;
}

.t-alcohol .bttn-question-next:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='50' viewBox='0 0 36.4 49.5'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0.2 0 36.4 26.2 0 49.5 '/%3E%3C/svg%3E");
	background-color: #441dae;
}


.t-alcohol .situation-block h3{
	background-color: #d123f6;
	color: #441dae
}


.t-alcohol .situation-block{
	background-color: #f5f5f6;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='163' height='50' viewBox='0 0 162.8 50.4'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23d123f6;stroke-width:6.5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='131.7 2.5 157.9 25.2 131.7 47.9 '/%3E%3Cpolyline class='st0' points='88.5 2.5 114.7 25.2 88.5 47.9 '/%3E%3Cpolyline class='st0' points='45.3 2.5 71.5 25.2 45.3 47.9 '/%3E%3Cpolyline class='st0' points='2.1 2.5 28.3 25.2 2.1 47.9 '/%3E%3C/svg%3E");
}

.t-result .situation-block{
	background-color: #f5f5f6;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='' viewBox='0 0 532 635.1'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234FE3C1;%7D .st1%7Bfill:%23D123F6;%7D .st2%7Bfill:%23F8E71D;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='503.2' cy='530.5' r='18.2'/%3E%3Ccircle class='st1' cx='275.9' cy='80.3' r='13.6'/%3E%3Ccircle class='st2' cx='348.6' cy='387.3' r='31.8'/%3E%3Ccircle class='st0' cx='512.3' cy='253.1' r='16.7'/%3E%3Ccircle class='st2' cx='375.9' cy='504.8' r='6.1'/%3E%3Ccircle class='st2' cx='116.7' cy='169.8' r='15.2'/%3E%3Ccircle class='st1' cx='115.2' cy='612.4' r='22.7'/%3E%3Ccircle class='st1' cx='53.1' cy='12.1' r='12.1'/%3E%3Ccircle class='st2' cx='521.4' cy='22.7' r='10.6'/%3E%3Ccircle class='st0' cx='31.8' cy='119.7' r='31.8'/%3E%3C/svg%3E");
	padding-right:500px;
	background-size: 510px auto;
	background-position: right 50px center;
	padding-bottom:20px;

}

.t-result .situation-block:after{
	display:none;
}

.t-alcohol .situation-block:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='48' viewBox='0 0 48.9 47.7'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F5F5F6;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='1.1 0 0 47.7 48.9 15.9 '/%3E%3C/svg%3E");
}
#layout.frontend .t-alcohol.quizGroup:after{
    background-image: url(/resources/cimages/mc_youth/the-quiz/deco-bottle.png);
	background-size: 45px auto;
	margin-right: -65px;

}


/* gaming */


.t-gaming div.quiz-progress:before{
	background-image: url(/resources/cimages/mc_youth/the-quiz/icon-quiz-gaming.png);

}
.t-gaming div.quiz-progress ._bar{
	background-color: #f5f5f6;
}
.t-gaming div.quiz-progress ._bar ._fill{
	background-color: #441dae
}

.t-gaming div.quiz-progress ._bar:before{
	background-color: #3991ce;
}



.t-gaming label.quiz-multi.inp-radio .input{
	border: 4px solid #f8e71d;
}

.t-gaming label.quiz-multi.inp-radio.selected{
	background-color: #f8e71d;
	color: #441dae;
}
.t-gaming label.quiz-multi.inp-radio.selected .input{
	background-color: #441dae;
	border: 4px solid #fff;
}

.t-gaming .resultStat.__you{
	color: #f8e71d;
	background-image: url(/resources/cimages/mc_youth/the-quiz/result-3-gaming.png);
}

.t-gaming .resultStat.__estimates{
	background-image: url(/resources/cimages/mc_youth/the-quiz/result-2-gaming.png);
}
.t-gaming .resultStat.__peers{
	background-image: url(/resources/cimages/mc_youth/the-quiz/result-1-gaming.png);
}


.t-gaming .bttn-question-next{
	color: #f8e71d;
}

.t-gaming .bttn-question-next:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='50' viewBox='0 0 36.4 49.5'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0.2 0 36.4 26.2 0 49.5 '/%3E%3C/svg%3E");
	background-color: #441dae;
}


.t-gaming .situation-block h3{
	background-color: #f8e71d;
	color: #441dae
}


.t-gaming .situation-block{
	background-color: #f5f5f6;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='163' height='50' viewBox='0 0 162.8 50.4'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23f8e71d;stroke-width:6.5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='131.7 2.5 157.9 25.2 131.7 47.9 '/%3E%3Cpolyline class='st0' points='88.5 2.5 114.7 25.2 88.5 47.9 '/%3E%3Cpolyline class='st0' points='45.3 2.5 71.5 25.2 45.3 47.9 '/%3E%3Cpolyline class='st0' points='2.1 2.5 28.3 25.2 2.1 47.9 '/%3E%3C/svg%3E");
}

.t-gaming .situation-block:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='48' viewBox='0 0 48.9 47.7'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F5F5F6;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='1.1 0 0 47.7 48.9 15.9 '/%3E%3C/svg%3E");
}
#layout.frontend .t-gaming.quizGroup:after{
	background-image: url(/resources/cimages/mc_youth/the-quiz/deco-gaming.png);

}




#layout.frontend .result-group,
#layout.frontend .result-ok,
#layout.frontend .result-notok{
				 display:none;
}


#click-quiz{}

#click-quiz .q-click{
display: block;
    width: 200px;
    height: 200px;
    background-image: url(/resources/cimages/mc_youth/the-quiz/ag-quiz-button.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #f8e71d;
    box-sizing: border-box;
    padding: 50px 20px 40px 43px;
    font-weight: bold;
    font-size: 1.8em;
    line-height: normal;
    text-align: center;
	position:absolute;transition:all 0.2s;
}

#click-quiz .q-click.__small{
background-image: url(/resources/cimages/mc_youth/the-quiz/ag-quiz-button-s.png);
}

#click-quiz .q-click.__wrong{
background-size:75% auto;
background-position: 40px top;
	background-image: url(/resources/cimages/mc_youth/the-quiz/ag-quiz-button-active.png);
	color:#e1001a;
}
#click-quiz .q-click.__correct{
background-position: 40px top;
background-size:75% auto;
	background-image: url(/resources/cimages/mc_youth/the-quiz/ag-quiz-button-correct.png);
	color: #c2ea18;
}


#click-quiz .q-click.__1{
	  left:40px;
	  top:90px;
}

#click-quiz .q-click.__2{
	left:350px;
	top:40px;
}

#click-quiz .q-click.__3{
	left:330px;
	top:320px;
}

#click-quiz .q-click.__4{
left:60px;
top:360px;
}



.dragTable .div_td{
	vertical-align: middle;

}
.dragTable h6{

font-size:1.2em

}


.dragTable .pin-drop{
	min-height:180px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='' viewBox='0 0 154.4 154.4'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23441DAE;%7D .st1%7Bfill:none;stroke:%234FE3C1;stroke-width:0.7159;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='77.2' cy='77.2' r='77.2'/%3E%3Ccircle class='st0' cx='75.3' cy='77.2' r='67.6'/%3E%3Ccircle class='st1' cx='77.2' cy='77.2' r='58.5'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	width: 90px;
	margin: 0 30px;
	background-size: 100% auto;
	transition: all 0.5s;
}

.pinStat {
	display: block;
    width: 180px;
    height: 180px;
    background-image: url(/resources/cimages/mc_youth/the-quiz/ag-quiz-button.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #f8e71d;
	box-sizing: border-box;
	margin-top: 30px;
	padding: 50px 20px 40px 39px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
	text-align: center;
	list-style-type: none;
cursor: move;
}

.dragTable .pin-drop .pinStat{
	margin-left: -72px;
}
.dragTable .pin-drop.__active{
	background-image: none;
}


.pinStat.__s{
	background-image: url(/resources/cimages/mc_youth/the-quiz/ag-quiz-button-s.png);
}

.pinStat.__xs{
	background-image: url(/resources/cimages/mc_youth/the-quiz/ag-quiz-button-xs.png);
}
.pin-list-cnt{

}
.pin-list-cnt li{

}

.reason,
.reason-list{
position: relative;
display: block;
height: 50px;
box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%);
margin-top: 25px;
font-weight: 900;
padding: 0;
padding-left: 15px;
list-style: none;
box-sizing: border-box;
background-color:#FFF;
}

.reason-drop li.reason-list,
.reason-list-cnt li{
line-height: normal;
padding: 10px 5px;
cursor: move;
padding-left:15px;
}

.reason-drop .reason-list{
box-shadow: none;
background-color: #441dae;
color:#FFF;
margin:0;
padding: 0;
list-style: none;
}

.reason-drop li.reason-list{

list-style: none;
cursor: default;
}
.reason-drop li.ui-sortable-handle{

list-style: none;
}

.reason ._number{
	display: block;
	border-right: 1px solid #CCC;
	width:50px;height: 50px;
	box-sizing: border-box;
	float:left;
	line-height: normal;
	padding: 10px 5px;
}
.reason .reason-drop{
height:50px;
list-style: none;
box-sizing: border-box;

}
#reason-cnt .reason-drop li{


}
#answer-cnt li.__correct{

}
#answer-cnt li.__correct ._number{
	color:#c2ea18
}
#answer-cnt li.__incorrect ._number{
	color:#e1001a
}



/* progress bar */
.quiz-progress ._fill{
	animation: fillBar 1s 1 linear ;

}

@keyframes fillBar{
	from{
		width: 0;
	}
	to{
	}

}



.pt-index .quiz-progress ._fill{
	width:0
}

.pt-quiz-2 .quiz-progress ._fill{
	width:20%
}

.pt-quiz-3 .quiz-progress ._fill{
	width:40%
}

.pt-quiz-4 .quiz-progress ._fill{
	width:60%
}

.pt-quiz-5 .quiz-progress ._fill{
	width:80%
}

.pt-quiz-6 .quiz-progress ._fill{
	width:100%
}


.reg-be-ostbelgin .quizGroup h4{
	font-size:1.3em;
	line-height: 1.2em;
}
.reg-be-liege .quizGroup h4{
	font-size:1.4em;
}

.layout.__menu-open #topbar .bttn-menu{
	background-position: left top;
	background-image: url(/svg/mc_youth/441DAE/kruisje.svg);
}
#submenu-cnt .bttn_close{

display:none;
}


.ct_result .bttn_close{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	height: 80px;
	padding-left: 80px;
	background-position: left center;
	color: #fff;
	background-repeat: no-repeat;
	font-size: 12px;
	background-image: url(/svg/mc_youth/ffffff/kruisje.svg);
}



#topbar .made-possible {
	display: none;
	background-repeat: no-repeat;
	height: 165px;
	width: 271px;
	margin: 52px 0 0 -22px;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 232px auto;
}



.pm_flow.reg-be-ostbelgin .mob-logo-interreg,
.pm_flow.reg-de-aachen .mob-logo-interreg,
.pm_flow.reg-de-euskirchen .mob-logo-interreg,
.pm_flow.reg-de-heinsburg .mob-logo-interreg,
.pm_flow.reg-de-bitburg-prum .mob-logo-interreg,

.pm_flow.reg-be-ostbelgin .made-possible,
.pm_flow.reg-de-aachen .made-possible,
.pm_flow.reg-de-euskirchen .made-possible,
.pm_flow.reg-de-heinsburg .made-possible,
.pm_flow.reg-de-bitburg-prum .made-possible{

background-image: url('/resources/cimages/mc_youth/logos/DE-Y-I-interreg.jpg');
}

.pm_flow.reg-be-liege .mob-logo-interreg,
.pm_flow.reg-be-liege .made-possible{
	background-image: url('/resources/cimages/mc_youth/logos/FR-Y-I-interreg.jpg');

}
.pm_flow.reg-be-limburg .mob-logo-interreg,
.pm_flow.reg-nl-limburg .mob-logo-interreg,
.pm_flow.reg-be-limburg .made-possible,
.pm_flow.reg-nl-limburg .made-possible{

background-image: url('/resources/cimages/mc_youth/logos/NL-Y-I-interreg.jpg');
}
.pm_flow.reg-en #sidebar .mob-logo-interreg,
.pm_flow.reg-en #sidebar .made-possible{

background-image: url('/resources/cimages/mc_youth/logos/EN-Y-I-interreg.jpg');
}




