@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-b-blue {
	color: #CEE1EF; baby blue
}
.text-dark-blue {
	color: #282562;
}
.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: 	#282562;
    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: 			#282562;
	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:#282562; 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_inter/logos/footer-logos_EN.jpg?t=1');   
}
.footer-logos.__NL-ft {
    background-image: url('/resources/cimages/mc_inter/logos/footer-logos_NL.png');   
}
.footer-logos.__FR-ft {
    background-image: url('/resources/cimages/mc_inter/logos/footer-logos_FR.png');   
}
.footer-logos.__DE-ft {
    background-image: url('/resources/cimages/mc_inter/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_inter/icons/icon-notif-ok.svg');
}
#notif-cnt .notif_row .notif-icon_cnt .nNotOk
{
	background-image: url('../../images/mc_inter/icons/icon-notif-notok.svg');
}
#notif-cnt .notif_row .notif-icon_cnt .nInfo
{
	background-image: url('../../images/mc_inter/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_inter/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;
	margin-left: 25px;
}


#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_inter/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: #282562;
}
#submenu-cnt > ._inner  > a._item > ._description{
	display: block;
	font-weight: 400;
	line-height: 1.35em;
	margin: 10px 0;
	overflow: hidden;
	color: #282562;

}
#submenu-cnt  > ._inner > a._item.__active,
#submenu-cnt  > ._inner > a._item:hover{
	background-image: url(/svg/mc_inter/ffce00/icon-arrow-right.svg);
}

.pm_flow.layout #submenu-cnt > ._inner {
	width: 100%;
	margin-left: 15px;
}
.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: 4; */
	z-index: 10;
}
#layout.anim-forward #layer1{
	top: 0;
}

.img-border {
    border: solid 25px #ffffff;
}

.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);
}

/* --------- bt-dropdown --------- */

.bt-dropdown.__choose {
	display: block;
	min-width: 250px;
	text-align: left;
	text-decoration: none;
	padding: 30px 101px 10px 35px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 92px;
	background-color: #CEE1EF;
	transition: all 0.3s;
	font-size: 23px;
	font-weight: 900;
	color: #282562;
	position: relative;
}
.bt-dropdown.__choose:after {
	display: block;
	content: ' ';
	background-image: url('/resources/cimages/mc_inter/graphics/icon-dropdown-arrow-down.png');
	background-repeat: no-repeat;
	background-size: 46px auto;
	transform: rotate(-180deg);
	width: 46px;
	height: 46px;
	position: absolute;
	top: 15px;
	right: 30px;
}
.bt-dropdown.__choose.__active:after {
	transform: rotate(0deg);
	top: 25px;
	right: 30px;
}

.dropdown-nummer {
	font-size: 2.75em;
	margin: 0 20px 0 0;
}

.dropdown-titel {
	top: -10px; 
	position: relative;
}

/* --------- bt-dropdown --------- */


/* ----------- 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.__dark-blue {
    background-color: #292561;
    color: #ffffff;
}
.button.__dark-blue.__downloads {
	width: 350px;
	font-size: 1.0em;
	float: left;
	margin-right: 30px;
    margin-bottom: 20px;
    padding: 5px;
    box-sizing: border-box;
	text-transform: uppercase;
}

.button.__dark-blue.__downloads.__last {
	width: 350px;
	margin-right: 0px;
}

.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_inter/svg/button-graphic-left.svg');
	padding-left: 200px;
	background-position: left center;
	float: right;
}
.bg-arrow-right{
	background-image: url('../../images/mc_inter/svg/button-graphic-right.svg');
	padding-right: 200px;
	background-position: right center;
	float: left;
}
.bg-arrow-center {
	background-image: url('../../images/mc_inter/svg/button-graphic-right.svg');
	padding-right: 445px;
    background-position: center;
    float: left;
    background-repeat: no-repeat;
}

.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_inter/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_inter/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_inter/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_inter/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_inter/we-love-numbers/icon-regio_DE-regio_heinsburg.png');
}
.regioWrapper .btn-regio.de-heinsburg:after {
    content: 'Heinsburg Germany';
}
.regioWrapper .btn-regio.de-euskirchen {
    background-image: url('/resources/cimages/mc_inter/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_inter/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_inter/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_inter/441dae/svg-icon-alcohol.svg);
	background-size: auto 65% ;
}

.filter-stats-button.__weed{
	background-image: url(/svg/mc_inter/441dae/svg-icon-weed.svg);
}

.filter-stats-button.__gaming{
	background-image: url(/svg/mc_inter/441dae/svg-icon-game.svg);
}



.filter-stats-button.__active{
	background-color: #441dae;
}
.filter-stats-button.__alcohol.__active{
	background-image: url(/svg/mc_inter/f8e71d/svg-icon-alcohol.svg);
	background-size: auto 65% ;
}

.filter-stats-button.__weed.__active{
	background-image: url(/svg/mc_inter/4fe3c1/svg-icon-weed.svg);
}

.filter-stats-button.__gaming.__active{
	background-image: url(/svg/mc_inter/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_inter/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;
	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-size: 82% auto;
    background-repeat:no-repeat;
    box-sizing: border-box;
    background-position:center;
    margin-left: -15px;
    transition: all 0.3s;
    background-color:#FFF;
	border: solid 1px rgba(0,0,0,0.125);
 /*   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:%23ECECED;stroke-width:1;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,
.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{}
.inp-radio:before,
.inp-checkbox:before{
	display:none!important;	
}

.inp-checkbox.__checked  .input {
	background-color: #441dae;
}

.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{
	background-position:left top;
	background-repeat: repeat-x;
}
.bg-header-1 {
	background-image:url('../../images/mc_inter/backgrounds/header-1-repeat.jpg');
	background-size: auto 1689px;
}




/* 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_inter/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_inter/what-about-the-government/btn-alcohol-on.png');
}
.btn-what-about-the-government._drugs {
    background-image: url('/resources/cimages/mc_inter/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_inter/what-about-the-government/btn-drugs-on.png');
}
.btn-what-about-the-government._gaming {
    background-image: url('/resources/cimages/mc_inter/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_inter/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_inter/we-are-social/social-instagram.png');
}
.ico-social.facebook {
    background-image: url('/resources/cimages/mc_inter/we-are-social/social-facebook.png');
}
.ico-social.twitter {
    background-image: url('/resources/cimages/mc_inter/we-are-social/social-twitter.png');
}
.ico-social.whatsapp {
    background-image: url('/resources/cimages/mc_inter/we-are-social/social-whatsapp.png');
}

.gaming-percentage {
    display: block;
    background-image: url('/resources/cimages/mc_inter/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_inter/logos/logo-interreg-fund-ENG.png?t=1)
}


/* french */
#layout.reg-be-liege .eur-logo
{
	background-image: url(/resources/cimages/mc_inter/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_inter/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_inter/logos/logo-interreg-fund-DE.png?t=1);
}


