/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10.07.2019
    Author     : dKDesign
*/


/* General */
html {
	font-size: 16px !important;
}

body {
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #002878;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: left;
}
h2.screen-reader-text{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 700;
  text-align: left;
}

h3 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

p,
.pg_partner ul {
  margin-bottom: 25px;
}

a,a:focus {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 600;
  color: #be1200;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
}
.g-btn:focus{
	color: #FFF;
}
.c-meta-nav__btn:hover{
  color: #be1200;
}
a:hover{
	color: #002878;
}
.nav > li > a:focus, .nav > li > a:hover{
	background: none;
}
.span_wo_anchor{
  color: #be1200;
}
.span_wo_anchor:hover{
  cursor: default;
}

ul {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: left;
}

li {
  margin-bottom: 10px;
}

ol{
	padding-left: 15px;
}

iframe{
	width: 100%;
	height: auto;
}

ul.w-list-unstyled{
    padding-left: 0;
    list-style: none;
}
ul ul{
    list-style: disc;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.hidden{ display: none;}

input:focus, textarea:focus, select:focus{
        outline: none;
    }
table {
  table-layout: fixed;
  width: 100%;
}

#cookie-law-info-again{
	margin-right: -73px;
}

/* Custom icon changer */
.nav-icon.hover{ display: none !important;}
a:hover .nav-icon {display:none !important;}
a:hover .nav-icon.hover { display: inline !important; /* Or block, whichever you prefer */}


/* Buttons */
.g-top-btn {
  position: fixed;
  right: 25px;
  bottom: 50px;
  z-index: 2000;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #be1200;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_arrow-top-white.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.g-top-btn:hover {
  background-color: #002878;
}

.g-btn,
.search-submit {
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #be1200;
}

.g-btn:hover,
.search-submit:hover {
  background-color: #002878;
}

.g-btn.g-btn--is-submit,
.g-btn.g-btn--is-login {
  margin-top: 25px;
  margin-bottom: 25px;
}



.g-btn.g-btn--is-grey {
  background-color: #7da1b3;
}

.g-btn.g-btn--is-grey:hover {
  background-color: #be1200;
  color: #FFF;
}

.g-btn.g-btn--is-normal:hover {
  color: #FFF;
}

.wpcf7-submit,
.pg_login .g-btn--is-login, .search-submit {
    color: white;
    border: none;
}
.w-checkbox-input .wpcf7-list-item-label {
    display: none;
}
#email-form .w-checkbox-input {
    margin-left: -10px;
}
#email-form .w-checkbox-input .wpcf7-list-item{
    margin-top: -2px;
}

#wpfront-scroll-top-container{
	position: fixed;
	right: 25px;
	bottom: 50px;
	z-index: 2000;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #be1200;
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_arrow-top-white.svg');
	background-position: 50% 50%;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
#wpfront-scroll-top-container:hover {
    background-color: #002878;
}
.pg_contact .send-msg-btn{
	display: none;
}
.c-form__checkbox-container .w-form-label{
	margin-left: 7px;
}

/***************
*	 Header
***************/
.top{
    /*margin: 25px 40px 20px 40px;*/
    position: relative;
    z-index: 1000;
}

.c-page-header{
  position: relative;
  min-height: 240px;
}

.c-page-header .logo img{
	margin-top: 5px;
	width: 250px;
	height: 50px;
}


.c-header {
  position: relative;
  height: 50vh;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
}
.header-image{
    z-index: -1;
    height: 100%;
    width: 100%;
  	border-radius: 10px;
}

.c-navbar {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 75px;
  padding: 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}


.c-navbar__logo.w--current {
  z-index: 1;
}

.c-main-menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
}


.dropdown-menu{
	border: none;	
}
.dropdown-menu > li > a {
    display: block;
    padding: inherit;
    clear: both;
    font-weight: inherit;
    line-height: inherit;
    white-space: nowrap;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background: inherit;
}

.c-meta-nav a, 
.c-meta-nav .c-meta-nav__btn,
.c-meta-nav__btn,
.c-navbar .primary-menu a{
  padding: 15px 8px;
  color: #002878;
  line-height: inherit;
}

.primary-menu a:hover {
  color: #be1200;
}
.primary-menu ul li,
.c-meta-nav .c-meta-nav__text {
	font-weight: 600;
	margin-bottom: 0px;
}


.primary-menu .menu-icon{
	margin-left: 10px;
	font-size: 0.9rem;
	vertical-align: middle;
	line-height: inherit;
	background-image: url("//microb-predict.eu/wp-content/themes/microbpredict/images/arrow-down-blue.svg");
	background-position: 50% 50%;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px; height: 10px;
}
.primary-menu a:hover .menu-icon{
	background-image: url("//microb-predict.eu/wp-content/themes/microbpredict/images/arrow-down-red.svg");
}

.primary-menu ul .menu-item-has-children:hover > ul{
	display: block;
}

.primary-menu ul ul{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #fff;
	min-width: 100%;
}

.c-navbar .primary-menu ul ul li a{
	padding: 5px 25px;
	background-color: transparent;
	color: #002878;
}
.primary-menu ul ul li.active a{
	color: #be1200;
}

.primary-menu ul ul li a:focus,
.primary-menu ul ul li a:hover,
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	color: #be1200;
    text-decoration: none;
    background: none;
}

.dropdown-menu > .active > a{
	background: inherit;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover{
	color: #be1200;
	background: inherit;
}
.primary-menu .dropdown-menu > .active > a:focus{
	background: transparent;
	color: #be1200;
}

.c-meta-nav__icon.c-meta-nav__icon--is-twitter {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/x-icon-blue.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.c-meta-nav__icon.c-meta-nav__icon--is-linkedin {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/linkedin-icon-blue.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.c-meta-nav__icon.c-meta-nav__icon--is-bluesky {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/bluesky-icon-blue.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	top: 6px;
}

/*.c-meta-nav .c-meta-nav__text:hover{
	font-weight: 600;
}*/

.c-meta-nav__btn:hover{
	color: #be1200;
	cursor: pointer;
}

.c-meta-nav__btn .c-meta-nav__icon.c-meta-nav__icon--is-search {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_search_blue.svg');
  background-position: 50% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  display: inline-block;
}

.c-search__btn--is-search:hover .c-meta-nav__icon.c-meta-nav__icon--is-search{
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_search_red.svg');
}

.c-search__btn.c-search__btn--is-close {
  right: 15px;
  bottom: 25px;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_close_grey.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.c-search__btn.c-search__btn--is-close:hover {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_close_red.svg');
  opacity: 1;
}


/***************
*	Header
***************/
.c-page-header__text {
  position: absolute;
  left: 25px;
  top: auto;
  right: auto;
  bottom: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 25px;
  border-top-right-radius: 25px;
  color: #fff;
  text-transform: uppercase;
}
.c-page-header__text h1{
	margin: 0;
}

.header-home{
    background-image: url("//microb-predict.eu/wp-content/themes/microbpredict/images/lc_visual_hero_01-p-1080x609.jpeg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 635px;
}
.header-about{
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_visual_header_about.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-scientists{
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_visual_header_scientists.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-public{
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_visual_header_patients-and-public.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-news{
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_visual_header_news.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.header-contact,
.header-login{
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_visual_header_contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-training{
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_visual_header_training.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-disclaimer{
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_visual_header_legal-disclaimer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-section.breadcrumb{
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 50px;
  background: none;
  margin: 0;
}
.breadcrumb span{
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 600;
}


#breadcrumb_separator{
	display: inline-block;
	width: 30px;
	height: 10px;
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow_red.svg');
	background-position: 50% 50%;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	
}

/*****************
*	Sidebar Menu 
*****************/
.sidebar{
	padding: 0
}
.sidebarMenu{
	/*dkd*/
	position: absolute;
	top: -150px;
	right: -25px;
	width: 300px;
	margin-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #ffd901;
}

.HomesidebarMenu{
    position: fixed;
    z-index:100000;
    top: 50%;
    right: -25px;
    width: 250px;
    margin-left: 50px;
    /*padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;*/
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffd901;
    padding: 10px 25px 10px 15px;
}

.sidebarMenu ul li, .HomesidebarMenu ul li{
    margin-bottom: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    list-style-type: none;
}

.sidebarMenu ul li:last-child, .HomesidebarMenu ul li:last-child{
    border:none;
}

#menu-sidebar-menu .submenu.dropdown-menu, #menu-home-sidebar-menu .submenu.dropdown-menu{
    position: static !important;
    background-color: #ffd901;
    box-shadow:none;
}
#menu-sidebar-menu .submenu.dropdown-menu li, #menu-home-sidebar-menu .submenu.dropdown-menu li{

    font-size:0.8rem;
    border-bottom: none !important;
}

#menu-sidebar-menu .submenu.dropdown-menu li.current_page_item, #menu-home-sidebar-menu .submenu.dropdown-menu li.current_page_item{
     background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow-blue.svg');
     background-repeat: no-repeat;
     background-size: 14px;
     background-position:left center;
 }

#menu-sidebar-menu .submenu.dropdown-menu li:hover, #menu-home-sidebar-menu .submenu.dropdown-menu li:hover{
    background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow_red.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position:left center;
}

#menu-sidebar-menu .submenu.dropdown-menu li a, #menu-home-sidebar-menu .submenu.dropdown-menu li a{
    padding: 0px 0px 0px 27px !important;
}


.lang-flag{

    width: 16px;
    height: 16px;
    background-size: cover;
    display:inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.english-flag{
    background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_flag_gb.svg');
}
.deutsch-flag{
    background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_flag_de.svg');
}
.francais-flag{
    background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_flag_fr.svg');
}
.espanol-flag{
    background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_flag_es.svg');
}
.dutch-flag{
    background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_flag_nl.svg');
}
.hungarian-flag{
    background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_flag_hu.svg');
}
.dansk-flag{
    background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_flag_dk.svg');
}

/*.HomesidebarMenu ul li a.dropdown-toggle{*/
.sidebarMenu ul li a.dropdown-toggle, .HomesidebarMenu ul li a.dropdown-toggle{
    display:inline-block;
}


.sidebarMenu ul, .HomesidebarMenu ul{
    padding: 0;
}

.sidebarMenu ul li a, .HomesidebarMenu ul li a{
	display: block;
	color: #002878;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #002878;
	text-decoration: none;
}
.sidebarMenu ul li a:hover, .HomesidebarMenu ul li a:hover{
    text-decoration: none;
    background: none;
    color: #be1200;
}

.modal-dialog{
	width: 50%;
}

.sidebarMenu img,  .HomesidebarMenu img{
	margin-right: 10px;
	margin-top: -3px;
}


/*****************
*	Login form
*****************/
.pg_login img{
	border-radius: 5px;
}
.pg_login #loginform p{
	margin-bottom: 0;
}
.pg_login #loginform{
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: left;
	margin-bottom: 0;
}
.pg_login .w-form{
	margin-bottom: 85px;
}

.c-search {
  position: fixed;
  left: 0%;
  top: 74px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  padding-right: 75px;
  padding-left: 25px;
  border-top: 1px solid rgba(125, 161, 179, 0.2);
  background-color: #fff;
}

.c-search__input {
  position: relative;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0px;
  background-color: rgba(126, 161, 176, 0.1);
  cursor: text;
}

.c-search__input:hover {
  border-bottom-color: #be1200;
}

.c-search__input input,
.c-mobile-search__input-field input{
	border: none;
	width: 100%;
  	color: #7da1b3;
	text-align: center;
	background: none;
	height: 50px;
}

.c-search__btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.c-search__btn.c-search__btn--is-search {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_search_red.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.c-search__btn.c-search__btn--is-search:hover {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_search_blue.svg');
}

.c-search__btn.c-search__btn--is-close {
  right: -60px;
  bottom: 0px;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_close_grey.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.c-search__btn.c-search__btn--is-close:hover {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_close_red.svg');
  opacity: 1;
}

.c-login {
  position: fixed;
  left: 0%;
  top: 74px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  padding-right: 100px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*border-top: 1px solid rgba(125, 161, 179, 0.2);*/
  background-color: #fff;
}
.c-login__text p{
	margin-bottom: 15px;
}
.c-login .w-form{
	margin: 0;
}
.c-login__text {
    text-align: center;
}
.c-login__form-field{
  height: 50px;
  margin-top: 25px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: rgba(125, 161, 179, 0.1);
}

.c-login__form-field:focus {
  border-style: solid;
  border-color: #be1200;
}

.c-login__form-field::-webkit-input-placeholder {
  color: #7da1b3;
}

.c-login__form-field:-ms-input-placeholder {
  color: #7da1b3;
}

.c-login__form-field::-ms-input-placeholder {
  color: #7da1b3;
}

.c-login__form-field::placeholder {
  color: #7da1b3;
}
.c-login__form-btn {
  height: 50px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #be1200;
  font-weight: 700;
}

.c-login__form-btn:hover {
  background-color: #002878;
}

.c-login__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-login__btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.c-login__btn.c-login__btn--is-close {
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_close_grey.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.c-login__btn.c-login__btn--is-close:hover {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_close_red.svg');
  opacity: 1;
}

/***  Search results page  ***/
.search-results-container{
	min-height: 280px;
	margin-bottom: 20px;
}
.search_result_item{
	margin-bottom: 15px;	
}
.search-form span.screen-reader-text{
	display: block;
}
.search-form input.search-field{
	width: 50%;
	margin: 10px 0;
	line-height: 24px;
	/*text-align: center;*/
	border: 1px solid;
	border-radius: 5px;
	background-color: #fff;
	display: block;
	height: 38px;
	padding: 8px 12px;
	font-size: 1em;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #ccc;
}
.search-form .search-submit{
	margin: 10px 0;
	padding: 5px 15px;
}



/****************
*	Home page
*****************/
.home .site-content{
	padding: 0;
	margin-top: -240px;
	position: relative;
}
.l-hero-section {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
}
.c-hero {
  position: relative;
  height: 100%;
  padding: 25px;
}
.c-hero__img-box {
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.c-hero__text {
  position: absolute;
  left: 50px;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 45%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.c-hero__heading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #002878;
  font-size: 3rem;
  line-height: 3.5rem;
}
.c-hero__btn--has-arrow-down {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_arrow-down_red.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  color: #fff;
}

.c-hero__btn--has-arrow-down:hover {
  background-color: #fff;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_arrow-down_blue.svg');
}

.c-hero__visual {
  height: 100%;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-news-section {
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
}
.l-teaser-section {
  padding-right: 25px;
  padding-left: 25px;
}
.c-teaser-link__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 25px -1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}

.c-teaser-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border: 1px solid #fff;
}
.c-teaser-link__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-teaser-link__video,
.c-teaser-link__video iframe {
	width: 100%;
	height: 100%
}

.c-teaser-link__btn {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #be1200;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.c-teaser-link__btn:hover {
  color: #002878;
}

.c-teaser-link__img-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-news-feed__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -1px;
  margin-left: -1px;
  border-radius: 10px;
}

.c-news-feed {
  width: 33.333333333333336%;
  padding: 50px 25px 65px;
  border: 1px solid #fff;
  background-color: #ffd901;
}
.c-news-feed .g-btn{
	position: absolute;
	bottom: 35px;
}

.c-news-feed.c-news-feed--is-twitter {
  background-color: #ffd901;
}

.c-news-feed__heading {
  font-size: 1rem;
  line-height: 1.2rem;
}

.c-news-feed__image {
  height: 250px;
  margin-bottom: 25px;
  border-radius: 10px;

  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*::-webkit-scrollbar {
    width: 10px;
    height: 20px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #CCC;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}*/

.html-embed {
  background-color: rgba(255,255,255,0.6);
  overflow: auto;
  max-height: 400px;
  margin-bottom: 25px;
  border-radius: 10px;
  min-height: 400px;
}

.c-teaser-link__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 25px -1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}

.c-teaser-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border: 1px solid #fff;
}


/***************
*	Content
***************/
.site-content{
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.l-main-content-container {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;*/
  border-radius: 10px;
  background-color: rgba(125, 161, 179, 0.2);
  
  /*dkd*/
  position: relative;
}

.c-article {
  width: 50%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  
  	/*word-wrap: anywhere;
	overflow-wrap: anywhere;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;*/
}
.c-article,
.c-article .c-news-item__text p
{
  text-align: justify;
	
}

.c-article #eventList,
.c-article .c-profile-box{
	text-align: left;
}

.c-article-aside {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 25%;
  margin-right: 50px;
  padding-top: 5px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}
.c-article-aside .c-article__img,
.imgmap-frontend-image{
  min-height: 200px;
/*  height:auto !important; 
  height: 200px;*/
}

.c-article .c-article__img{
  min-height: 400px;
  /*height: auto !important;
  height: 400px;*/
}

.c-article-aside .c-article__img{
	margin-top: 0px;	
}

.c-article__img,
.imgmap-frontend-image{
	  position: relative;
	  /*display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;*/
	  overflow: hidden;
	  width: 100%;
	  margin-top: 50px;
	  margin-bottom: 50px;
	  /*-webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;*/
	  border-radius: 10px;
	  box-shadow: 7px 7px 50px 0 rgba(0, 40, 120, 0.2);
	  
	  background-position: 50% 50%;
	  background-size: cover;
	  background-repeat: no-repeat;
}
.c-article-img__description p{
  margin-bottom: 0;
}
.c-article-img__description {
  display: inline-block;
  padding: 25px;
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
  width: 100%;
  text-align: left;
}

.c-article-img__description.c-article-img__description--is-yellow {
  /*border-top: 2px solid rgba(125, 161, 179, 0.2);*/
}

.c-article-aside img,
.c-article img,
.imgmap-frontend-image img {
  width: 100%;
  /*-webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;*/
}

.entry-content .c-article ol li{
	padding-left: 10px;
	list-style-type: decimal;
}
.entry-content .c-article ul li{
	margin-left: 25px;
}
.entry-content .c-article ul li.no_margin{
	margin-left: 0;
}

.entry-content.pg_work_packages .c-article ul ul li{
	list-style: none;
}

.entry-content.pg_work_packages .c-article ul ul li,
.entry-content .c-article ul li.g-bullet-list__item{
	margin-left:0; 
}
.entry-content.pg_work_packages .c-article ul ul li,
.g-bullet-list__item,
.pg_ext_events .c-article li {
  margin-bottom: 25px;
  padding-left: 25px;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow_blue.svg');
  background-position: 0px 4px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}


/************************
*	Custom page design
*************************/

/*	Links */
.pg_links .c-article ul,
.pg_ext_events .c-article ul{
	list-style: none;
	margin-bottom: 25px;
}
.pg_work_packages .c-article ul li,
.pg_ext_events .c-article ul li,
.pg_links .c-article ul li{
	margin-left: 0;
}

/*	Workpackages */
.c-anchor-link__container {
  overflow: hidden;
  margin-right: -1px;
  margin-bottom: 25px;
  margin-left: -1px;
  border-radius: 10px;
}

.c-anchor-link__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
}

.c-anchor-link__list-item {
  width: 20%;
  height: 50px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-anchor-link__list-item.wp10 {
	width: 100%;
	text-align: center;
}

.c-anchor-link__link-box.is__wp8{ background-color: #82c9fd; }
.c-anchor-link__link-box.is__wp9{ background-color: #b2d219; }
.c-anchor-link__link-box.is__wp10 { background-color: #ffd901; }
.c-anchor-link__link-box.is__wp11{ background-color: #82c9fd; }

.c-accordion-header__label.is__wp8{ background-color: #82c9fd; }
.c-accordion-header__label.is__wp9{ background-color: #b2d219; }
.c-accordion-header__label.is__wp10{ background-color: #ffd901; }
.c-accordion-header__label.is__wp11{ background-color: #82c9fd; }

.c-anchor-link__link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeaf01;
  color: #be1200;
  font-weight: 600;
  text-align: center;
}

.c-anchor-link__link-box:hover {
  background-color: #fff;
  color: #002878;
}


.c-news-tile__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 50px;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-news-tile__link-item {
  width: 25%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.c-news-tile__img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffd901;

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-news-tile__text {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

.c-news-tile__text.c-news-tile__text--is-file-description {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  color: #002878;
  font-weight: 400;
}

.c-news-tile__content-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 40, 120, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 0.8rem;
  line-height: 1rem;
}

.c-news-tile__content-box:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 40, 120, 0.5);
}

.c-news-tile__icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-news-tile__icon.c-news-tile__icon--is-pdf {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_pdf_red.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*****************
*	ContactForm 
*****************/
.c-form__selection-link {
  padding-left: 35px;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow_red.svg');
  background-position: 0px 3px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #be1200;
  cursor: pointer;
}

.c-form__selection-link:hover {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow_blue.svg');
  color: #002878;
}
.c-form__selection-link a{
	font-weight: inherit;
}

.c-form__selection-category {
  margin-bottom: 10px;
  padding-right: 10px;
}

.c-form__selection-toggle {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: rgba(125, 161, 179, 0.2);
  color: #be1200;
  cursor: pointer;
}

.c-form__container {
  margin-bottom: 0px;
}

.c-form__container.c-form__container--is-contact {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.c-form__checkbox {
  margin-top: 2px;
  /*margin-right: 10px;*/
}

.g-list {
  margin-top: 25px;
  margin-bottom: 25px;
}

.c-form__selection {
  overflow: hidden;
}

.c-form__selection-heading {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.error-message {
  background-color: #be1200;
  color: #fff;
}

.success-message {
  background-color: #fff;
}

.c-form__checkbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.8rem;
  line-height: 1rem;
}
.c-form__checkbox-label {
  margin-bottom: 0px;
}
.c-form__selection-panel {
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.panel-collapse{
	overflow: hidden;
}
.c-form__selection-toggle-icon {
	position: absolute;
	left: auto;
	top: 10px;
	right: 10px;
	bottom: 0%;
	width: 25px;
	height: 25px;
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_arrow-top_red.svg');
	background-position: 50% 50%;
	background-size: 15px 15px;
	background-repeat: no-repeat;

	transform:rotate(0deg);
	
	-webkit-transition: all 400ms ease;
  	transition: all 400ms ease;
}
.collapsed .c-form__selection-toggle-icon{
	transform:rotate(-180deg);

	-webkit-transition: all 400ms ease;
  	transition: all 400ms ease;
}


.c-form__input-field {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
}

.c-form__input-field:hover {
  border-color: #7da1b3;
}

.c-form__input-field:focus {
  border-color: #be1200;
}

.c-form__input-field::-webkit-input-placeholder,
.c-form__input-field:-ms-input-placeholder,
.c-form__input-field::-ms-input-placeholder,
.c-form__input-field::placeholder {
  /*color: #7da1b3;*/
  color: #999;
}

.c-form__input-field.c-form__input-field--is-message {
  min-height: 200px;
  background-color: #fff;
}



/*****************
*	News page 
*****************/
.c-news-item__content-box p{
	margin-bottom: 0px;
}
.c-list__news {
  margin-top: 25px;
  margin-bottom: 50px;
}

.c-news-item__content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
}

.c-news-item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-news-item__img.c-post-placeholder,
.c-news-feed__image.c-post-placeholder{
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_visual_news-topic_placeholder.jpg');
  background-color: #7da0b3;
  background-size: contain;
}

.c-news-item__text {
  /*width: 75%;*/
  padding-right: 25px;
  padding-left: 25px;
}

.c-news-item__heading {
  margin-bottom: 10px;
  margin-top: inherit;
  text-align: left;
}

.c-news-item__date {
  margin-bottom: 10px;
  color: #7da1b3;
  font-size: 0.8rem;
  line-height: 1rem;
}
.c-news-item__img-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-news-item__img-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.5);
}

.c-news-item__img-icon.c-news-item__img-icon--is-video {
  border-radius: 10px;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_video-feed-play.svg');
  background-position: 50% 50%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
}

.c-news-item__img-icon.c-news-item__img-icon--is-podcast {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_podcast_white.svg');
  background-position: 50% 50%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.c-news-item__link {
  display: block;
  margin-top: 10px;
  padding-left: 25px;
}

.c-news-item__link.c-news-item__link--has-icon-video {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_video-feed-play_red.svg');
  background-position: 0px 4px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.c-news-item__link.c-news-item__link--has-icon-podcast {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_podcast_red.svg');
  background-position: 0px 4px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}


/* FeatureCloud Event table */
#eventList_wrapper{
	margin-top: 20px;
	margin-bottom: 40px;
}
#eventList{
	margin-bottom: 80px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

#eventList.table th,#eventList thead td,.table > tbody > tr > td {
  border: 0;
}

#eventList thead{
	color: #004696;
	font-weight: 700;
	border: none;
}
#eventList thead th{
	background-color: rgba(0, 69, 148, .1);
	min-width: 100px;
	padding: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 20%;
	-ms-flex: 0 20%;
	flex: 0 20%;
	cursor: pointer;
}

#eventList tbody tr td{
    background-color: #fff;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: rgba(0, 69, 148, .1);
	word-wrap: anywhere;
	overflow-wrap: anywhere;
	
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
#eventList tbody{
	font-size: 0.8rem;
	line-height: 1rem;
}
#eventList tbody tr td:last-of-type{
	border-right-width: 1px;
}
#eventList tbody tr td:nth-of-type(2){
	font-weight: 500;
}
#eventList tbody tr td:first-of-type{
	border-left-width: 1px;
}

#eventList tbody tr td:first-of-type span{
/*#eventList .sorting_1 span{*/
	display: inline-block;
	padding-left: 15px;
	font-weight: 600;
}

#eventList .reg_closed{
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_circle_grey.svg');
	background-position: 0px 3px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: #7da1b3;
}

#eventList .reg_start{
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_circle_orange.svg');
	background-position: 0px 3px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	color: #eeaf01;
}
#eventList td a{
	display: inline-block;
}
#eventList tbody tr td:first-of-type a{
/*#eventList .sorting_1 a{*/
	color: #007766;
}
#eventList tbody tr td:first-of-type a:hover{
/*#eventList .sorting_1 a:hover{*/
	color: #fff;
}
#eventList .event-register-btn{
	background-color: rgb(132, 190, 87);
	border-style: solid;
	padding: 5px 10px;
}

/*****************
*	TablePress 
*****************/
/*.c-chart */
.tablepress{
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;*/
  margin-bottom: 50px;
  font-weight: 700;
  border-collapse: separate;
  border-spacing: 0 5px;
}

table { border-collapse: separate; }
/*td { border: solid 1px #000; }*/
tr th:first-child, 
tr td:first-child { 
	border-top-left-radius: 5px; border-bottom-left-radius: 5px; 
	}
tr th:last-child,
tr td:last-child { 
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}
table td, 
table th {
	background-color: #fff
}
table td{
}


.pg_members .tablepress tr:hover{
	cursor: pointer;
}
.pg_members .tablepress tr:hover td a/*,
.pg_members .tablepress tr:hover td*/
{
	color: #002878;
	/*font-weight: 600;*/
}

.tablepress tr {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  /*margin-bottom: 5px;*/
  /*-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  border-radius: 5px;
  /*background-color: #fff;*/
  font-weight: 600;
}

.tablepress tr.is-highlighted td{
	background-color: #ffd901;
}
.tablepress tr.is-highlighted{
	margin-bottom: 25px;
}

.tablepress .column-1,
.tablepress .column-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
	
}
.tablepress .column-1 {
  width: 50%;
  /*margin-right: 25px;*/
  padding-left: 25px;
/*  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  color: #be1200;
  text-align: left;
  text-transform: uppercase;
}
.tablepress .column-2 {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  font-weight: 400;
  text-align: left;
}



.tablepress.downloads_table .column-1 {
  	color: #002878;
	width: 75%;
}
.tablepress.downloads_table .column-2{
	width: 30%;
	white-space:nowrap;
	color: #7da1b3;
	font-weight: 600;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	border-left: 2px solid rgba(125, 161, 179, 0.2);
}

.tablepress.downloads_table .column-2 .download_icon{
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 25px;
}
.tablepress.downloads_table .column-2 .download_icon.is_inactive{
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_download_grey.svg');
}
.tablepress.downloads_table .column-2 .download_icon.is_active{
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_download_red.svg');
}
.tablepress.downloads_table .column-2 a:hover .download_icon.is_active{
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_download_blue.svg');
}
.tablepress.downloads_table .column-2 span.download_label{
	height: 25px;
	font-style: normal;
	display: inline-block;
	float: left;
	margin-left: 25px;
	margin-right: 5px;
}


/******************
*	Partner page
*******************/
.member_pagination{
	display: inline-block;
	vertical-align:top;
	margin-bottom: 50px;
}
.member_pagination .g-btn_container{
	width: 175px;
    /*height: 20px;*/
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
  }
.member_pagination .g-btn{
	width: 175px;
	padding: 10px 5px;
	text-align: center;
}
.member_pagination .g-btn .c-icon_image{
	background-position: 50% 2px;
	background-size: 15px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
}
.member_pagination .g-btn.is__previous_link .c-icon_image{
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow_white.svg');
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
.member_pagination .g-btn.is__next_link .c-icon_image{
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow_white.svg');
}



.c-institution_container {
	display: inline-block;
	width: 350px;
	margin-right: 10px;
}
.c-institution {
  margin-bottom: 50px;
}

.c-institution__logo {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  margin-bottom: 25px;
  /*-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}

.c-institution__address {
  margin-bottom: 25px;
}

.post-461.partner .c-logo,
.post-447.partner .c-logo{
  border-radius: inherit;
}
.c-logo {
  width: 200px;
  max-width: 200px;
  /*-webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;*/
  border-radius: 10px;
}

.c-profile-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-profile-box__img {
	width: 200px;
	height: 200px;
	margin-right: 25px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 10px;
	
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-profile-box__img.placeholder-photo{
	background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_placeholder_profile.png');
}

.profile-box__text--is-name {
  font-weight: 600;
  text-align: left;
}

.profile-box__text--is-function {
  margin-bottom: 25px;
  text-align: left;
}

.profile-box__text--is-contact-medium {
  margin-right: 10px;
  margin-bottom: 25px;
  text-align: left;
}
.profile-box__text--is-institution{
  margin-right: 10px;
  margin-bottom: 10px;
}


/**************
*	Links
**************/
.g-link.g-link--has-arrow,
.pg_links .c-article li a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow_red.svg');
  background-position: 0% 5px;
  background-size: 15px;
  background-repeat: no-repeat;
}
.g-link.g-link--has-arrow:hover,
.pg_links .c-article li a:hover {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_bullet_arrow_blue.svg');
}

/*****************
*	Accordions
******************/
.c-accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}
.c-accordion-header__label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #eeaf01;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
}

.c-accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  font-weight: 600;
}

.c-accordion-header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 25px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-accordion__toggle {
  height: 50px;
  margin-top: -50px;
  padding: 10px 30px 10px 25px;
  background-color: #fff;
  text-align: right;
  cursor: pointer;
}

.c-accordion-content__panel {
  margin-top: 2px;
}

.c-accordion-content--container {
  padding: 25px;
  background-color: #fff;
}

.c-accordion__toggle-text {
  display: inline-block;
  padding-right: 25px;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_info_red.svg');
  background-position: 100% 4px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  color: #be1200;
}

.c-accordion__toggle-text:hover {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_info_blue.svg');
  color: #002878;
}

.c-accordion-header__title-text {
  margin-bottom: 10px;
  margin-top: inherit;
  text-align: left;
}

/*.pg_advisory .c-article__subheading{
	margin-top: 20px;
}*/
.ad-accordion-content__panel{
	margin-top: 10px;
}
.ad-accordion__toggle {
  margin-top: -20px;
  cursor: pointer;
  text-align: right;
}
.ad-accordion__toggle-text {
  display: inline-block;
  color: #be1200;
}
.ad-accordion__toggle-text:hover {
  color: #002878;
}
.ad-accordion-header__title-text {
  margin-bottom: 10px;
  margin-top: inherit;
  text-align: left;
}

.g-accordion {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
}
.g-accordion__header-icon {
  position: absolute;
  left: 15px;
  top: 26px;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 25px;
  height: 20px;
  border-radius: 2px;
}
.g-accordion__header-icon.g-accordion__header-icon--is-q {
  height: 25px;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_faq-q.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
.g-accordion__header-icon.flag_4_danish {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/flag_of_denmark.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-accordion__header-icon.flag_4_french {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/flag_of_france.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-accordion__header-icon.flag_4_german {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/flag_of_germany.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-accordion__header-icon.flag_4_hungarian {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/flag_of_hungary.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-accordion__header-icon.flag_4_norwegian {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/flag_of_norway.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-accordion__header-icon.flag_4_spanish {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/flag_of_spain.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-accordion__header-icon.flag_4_dutch {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/flag_of_netherlands.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-accordion__header-icon.flag_4_english {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/flag_of_united_kingdom.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.g-accordion__content-icon {
  position: absolute;
  left: 15px;
  top: 25px;
  right: auto;
  bottom: auto;
  width: 25px;
  height: 25px;
}
.g-accordion__content-icon.g-accordion__content-icon--is-a {
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/mp_icon_faq-a.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.g-accordion {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

.g-accordion__header {
  position: relative;
  padding-top: 25px;
  padding-right: 40px;
  padding-bottom: 25px;
  text-align: left;
  cursor: pointer;
}

.g-accordion__header.g-accordion__header--has-icon {
  padding-right: 25px;
  padding-left: 50px;
  border-radius: 10px;
  background-color: #fff;
  color: #be1200;
  font-weight: 600;
  text-transform: uppercase;
}

.g-accordion__header.g-accordion__header--has-icon:hover {
  color: #002878;
}

.g-accordion__header.g-accordion__header--has-icon {
  text-transform: none;
}

.g-accordion__heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.g-accordion__content {
  padding: 25px;
}

.g-accordion__content.g-accordion__content--is-indented {
  position: relative;
  padding-left: 50px;
}
.collapse-content{
  opacity: 0;
	-webkit-transition: opacity .35s linear;
	      -o-transition: opacity .35s linear;
	         transition: opacity .35s linear;
}
.collapsing {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.c-page-header .collapsing {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.c-page-header .collapse-content{
  opacity: 0;
	-webkit-transition: opacity .2s linear;
	      -o-transition: opacity .2s linear;
	         transition: opacity .2s linear;
}

.pg_press_coverage .g-accordion__content ul li{
	word-wrap: anywhere;
	overflow-wrap: anywhere;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}



/************
*	Footer
************/
.l-footer-section {
  padding-right: 25px;
  padding-left: 25px;
}

.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-footer__text {
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: justify;
}

.c-footer__icon {
  width: 60px;
  height: 42px;
  margin-right: 25px;
  border-radius: 5px;
  background-image: url('//microb-predict.eu/wp-content/themes/microbpredict/images/eu-flag.svg');
  background-position: 0px 0px;
  background-size: 60px 42px;
  background-repeat: no-repeat;
}

.c-footer__link-list {
  display: inline-block;
  margin-right: -10px;
  margin-left: -10px;
}

.c-footer__link-list-item {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.c-footer__link-box {
  width: 50%;
  margin-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
#menu-footer-menu{
	
}
.c-footer__link-box ul{
	padding-left: 0;
	list-style: none;
	margin-bottom: 0px;
	text-align: right;
	margin-right: -10px;
	margin-left: -10px;
}
.c-footer__link-box ul li{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.c-footer__disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* Footer menu - Home page extra menu  */
#home-footer-menu{
	position: relative;
	width: 100%;
}
.c-direct-links__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -1px;
  margin-bottom: 25px;
  margin-left: -1px;
  border-radius: 10px;
}
.c-direct-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  margin-left: 1px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffd901;
  color: #be1200;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.c-direct-link:hover {
  background-color: #fff;
  color: #002878;
}

.c-direct-link__title {
  text-decoration: none;
}

.c-direct-link__icon {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;

  background-position: 50% 50%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.c-direct-links__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -1px;
  margin-bottom: 25px;
  margin-left: -1px;
  border-radius: 10px;
}

.w-nav-overlay{
	height: inherit;
}

/*************
*	Others
**************/
#cookie-law-info-bar a{
	font-family: inherit;
	font-size: inherit;
	/*font-weight: 600;*/
	color: rgb(254, 218, 2);
}
#cookie-law-info-bar a:hover{
	color: #fff;
}


/******************
*	Responsive
*******************/
/*@media (min-width: 1920px) {
	html { font-size: 32px !important;}
}*/

@media (max-width: 1550px) {
	.c-article {
		padding-right: 50px;
	}
	
}
@media (max-width: 1410px) {
	.tablepress.downloads_table .column-2{
		width: 40%;
	}
	.tablepress.downloads_table .column-2 span.download_label{
		margin-left: 15px; 
	}
	.c-article {
		width: 47%;
		padding-right: 50px;
	}
}
@media (max-width: 1170px) {
	.tablepress.downloads_table .column-2{
		width: 45%;
	}
	.tablepress.downloads_table .column-2 span.download_label{
		margin-left: 15px; 
	}
}

@media (max-width: 1100px) {
	.tablepress.downloads_table .column-2{
		width: 60%;
	}
	.tablepress.downloads_table .column-2 span.download_label{
		margin-left: 15px; 
	}
	.c-article .c-article__img{
		min-height: 350px;
	}
}

@media (max-width: 1135px) {
	.w-nav-overlay{
	}
	.w-nav-button {
	    display: block;
	}
	.w-nav-container {
	    display: none;
	    position: absolute;
	    z-index: -1;
		right: 0;
	    height: 0;
	    left: auto;
	    top: 0;
	    overflow: hidden;
	    width: 100%;
	  	/*background-color: #fff;*/

		-webkit-transition: height .35s linear;
			 -o-transition: height .35s linear;
				transition: height .35s linear;
	}
	.c-main-menu{
		display: inline-block;
	}
	.c-navbar .primary-menu a{
		padding: 15px 25px;
	}
	.c-meta-nav__icon.c-meta-nav__icon--is-twitter{ width: 100%; }
	.primary-menu,.primary-menu ul, 
	.primary-menu ul li, 
	.primary-menu ul li a, 
	.primary-menu ul ul,
	.primary-menu ul ul li,
	.c-meta-nav .c-meta-nav__btn{
		width: 100%;
	}
	.primary-menu .menu-icon{ 
		float: right; 
		margin-right: 10px;
		margin-top: 7px;
	}
	.c-meta-nav .c-meta-nav__btn,
	.c-navbar .primary-menu ul li a{
		padding: 10px 25px;
		border: none;
	}
	.dropdown-menu > li > a, 
	.navbar-nav .open .dropdown-menu > li > a{
	    display: block;
	    clear: both;
	    font-weight: inherit;
	    line-height: inherit;
	    white-space: nowrap;
	
	  /*padding: 10px 20px;*/
	  padding-top: 5px;
	  padding-bottom: 5px;
	}
	.primary-menu ul ul{
		background: #E5ECF0;
		
		position: static;
		float: none;
		width: auto;
		margin-top: 0;

		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		
	}
	.primary-menu ul li:hover > ul, 
	.primary-menu ul .open > ul{
		opacity: 1;
		visibility:visible;
		height: inherit;
	}
	
	.primary-menu ul li:hover .menu-icon{
	  background-image: url("//microb-predict.eu/wp-content/themes/microbpredict/images/arrow-down-red.svg");
	}
	
	.navbar-nav > li > .dropdown-menu{
		border-radius: 0;
	}
	.c-navbar .primary-menu ul ul li a{
		padding: 5px 45px;
		font-weight: 600;
	}

	.c-main-menu {
	  position: static;
	  width: 100%;
	  padding-top: 80px;
	  padding-bottom: 20px;
	  background-color: #fff;
	}
	.c-main-menu__mobile-btn {
	  position: absolute;
	  right: 0px;
	  bottom: 0px;
	  padding: 20px 25px;
	  font-size: 2rem;
	  line-height: 2rem;
	}
	.c-main-menu__mobile-btn.w--open {
	  /*background-color: #fff;*/
	  background-color: transparent;
	  color: #be1200;
	}
	.c-main-menu__dropdown-list.w--open {
	  padding-top: 10px;
	  padding-bottom: 10px;
	  border-bottom-left-radius: 0px;
	  border-bottom-right-radius: 0px;
	  background-color: rgba(125, 161, 179, 0.2);
	}
	
}	
/***************************************/	
	
@media (max-width: 1200px) {

}	

@media (max-width: 1200px) {
	.c-hero__heading {
	  font-size: 2rem;
	  line-height: 2.5rem;
	}
	.c-footer {
	  -webkit-align-content: flex-start;
	  -ms-flex-line-pack: start;
	  align-content: flex-start;
	  text-align: left;
	}
	.c-footer__icon {
	  margin-right: 10px;
	}
	.c-footer__disclaimer {
	  width: 50%;
	}
	.c-direct-link {
	  width: 25%;
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 auto;
	  -ms-flex: 0 auto;
	  flex: 0 auto;
	}
	.l-main-content-container {
	  padding-right: 25px;
	  padding-left: 25px;
	  /*-webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-pack: end;
	  -webkit-justify-content: flex-end;
	  -ms-flex-pack: end;
	  justify-content: flex-end;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;*/
	}
	.c-article {
	  width: 100%;
	  margin-right: auto;
	  margin-left: auto;
	  max-width: inherit;
	  padding-right: 0;
	}
	/*dkd*/
	.c-article-aside {
	 position: relative;
	}
	.sidebarMenu, .HomesidebarMenu{
	  position: relative;
	  top: 0px;
	  right: 0px;
	  width: 100%;
	  margin-top: 25px;
	  margin-left: 0px;
	  padding: 25px;
	  border-radius: 10px;
	}
    .HomesidebarMenu{
        margin:25px;
        width:calc(100% - 50px);;
    }

    .c-article .c-article__img,
	.c-article .imgmap-frontend-image {
 	  min-height: 400px;
	  margin-top: 25px;
	  margin-bottom: 25px;
	}
	.c-article__img.c-article__img--is-02 {
	  margin-right: -100px;
	}
	.tablepress {
	  margin-bottom: 0px;
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
	.tablepress.downloads_table .column-2 span.download_label{
		height: 25px;
		font-style: normal;
		display: inline-block;
		float: left;
		margin-left: 25px;
		margin-right: 5px;
	}
	.tablepress.downloads_table .column-2 .download_icon{
		margin-right: 25px;
	}
	
	.c-article-img__description {
	  left: -75px;
	}
	.c-div-table__head-mobile {
	  display: none;
	}
	.c-form {
	  text-align: left;
	}
	.c-article-aside {
	  width: 100%;
	  margin-right: 0px;
	  margin-bottom: 20px;
	  padding-top: 0px;
	}
}

@media (max-width: 767px) {
  h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  p {
    margin-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  p .w-button {
    line-height: 1.5rem;
  }
  a,
  .c-meta-nav__btn{
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .member_pagination .g-btn{
  	padding: 10px 25px;
	line-height: 20px;
  }
  .member_pagination .g-btn .c-icon_image{
  	background-size: 10px;
  	background-position: 50% 5px;
  }
  .primary-menu ul li{
	font-size: 0.8rem;
	line-height: 1rem;
  }
  .c-meta-nav .c-meta-nav__btn,
  .c-navbar .primary-menu ul ul li a {
    padding: 5px 25px;
  }
  a.c-meta-nav__btn.c-meta-nav__btn--is-twitter{
  	padding: 0;
  }
  
  .tablepress.downloads_table .column-2 span.download_label {
  	height: inherit;
  }
  .tablepress.downloads_table .column-2 .download_icon {
	background-position: 100% 0px;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
  }
  

	.c-navbar .primary-menu ul li a{
	   padding-top: 10px;
	   padding-bottom: 10px;
	   padding-left: 25px;
	}
  a.c-meta-nav__btn.c-meta-nav__icon--is-search {
    padding-left: 50px;
    background-position: 25px 12px;
  }
  .c-hero__heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .c-footer {
    width: 100%;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-footer__text {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-footer__icon {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-footer__link-box ul li {
    display: inline-block;
    /*margin-right: 10px;
    margin-left: 10px;*/
    width: 30%;
  }
  .g-btn.g-btn--is-submit {
    margin-top: 10px;
  }
  .c-main-menu__dropdown-toggle {
    padding-left: 25px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .g-link.g-link--has-arrow,
  .pg_links .c-article li a {
    padding-left: 15px;
    background-position: 0% 3px;
    background-size: 10px 10px;
  }
  .pg_links .c-article li a {
    padding-left: 20px;
  }
  
  .c-footer__link-list {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-footer__link-box ul li{
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-footer__link-box ul{
    text-align: center;
  }
  .c-footer__link-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-footer__disclaimer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .c-main-menu__dropdown-icon {
    margin-right: 10px;
  }
  .c-login {
    padding-right: 75px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-login__btn.c-login__btn--is-close {
    right: 10px;
  }
  .c-news-feed {
    padding: 25px 10px 65px;
  }
  .c-news-feed .g-btn{
  	bottom: 20px;
  }
  .c-news-feed__heading {
    margin-bottom: 10px;
  }
  .c-news-feed__image {
    height: 150px;
    margin-bottom: 10px;
  }
  .c-teaser-link__container {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-teaser-link {
    width: 100%;
  }
  .c-direct-link {
    width: 25%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #fff;
  }
  .c-direct-link__title {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-direct-link__icon {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    background-size: 25px 25px;
  }
  .c-direct-links__container {
    margin-top: 25px;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph {
    margin-bottom: 10px;
  }
  .header-news {
    background-position: 50% 0%;
  }
  .c-page-header__text h1{
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .l-main-content-container {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .c-article {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-direct-links {
    margin-top: 10px;
  }
  .menu-item-icon.nav-icon {
  	width: 15px;
  	height: 15px;
  	margin-right: 25px;
  }
  .c-article-aside .c-article__img,
  .c-article-aside .imgmap-frontend-image {
    min-height: 150px;
  }
  
  .c-article .c-article__img{
    min-height: 250px;
  }
  
  .c-article__img,
  .imgmap-frontend-image {
    margin-top: 25px;
    margin-right: -50px;
    margin-bottom: 25px;
  }
  .tablepress {
    margin-bottom: 0px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .tablepress .column-2 {
    /*padding-right: 10px;*/
  }
  .c-article-img__description {
    left: -25px;
    top: -50px;
    bottom: -25px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-article__subheading,
  .pg_normal h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .g-bullet-list__item,
  .pg_ext_events .c-article li {
    margin-bottom: 10px;
    padding-left: 20px;
    background-position: 0px 2px;
    background-size: 10px 10px;
  }
  .c-link-list {
    text-align: left;
  }
  .c-link-list__bullet-link {
    padding-left: 20px;
    background-position: 0px 2px;
    background-size: 10px 10px;
  }
  .g-accordion__header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .g-accordion__header.g-accordion__header--has-icon {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
  }
  .g-accordion__heading {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .g-accordion__content {
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 0% 10px;
  }
  .c-accordion__toggle-text {
    background-position: 100% 0px;
    background-size: 15px 15px;
  }
  .c-list__news {
    margin-top: 25px;
  }
  .c-news-item__content-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-news-item__img {
    width: 25%;
    height: 100px;
  }
  .c-news-item__text {
    width: 75%;
  }
  .c-news-item__heading {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .c-div-table__cell {
    padding-top: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-div-table__cell.c-div-table__cell--is-contact {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .c-div-table__heading {
    display: none;
    margin-bottom: 10px;
  }
  .c-registration-link {
    display: inline-block;
  }
  .c-div-table__head-mobile {
    display: block;
    margin-right: -10px;
    margin-bottom: 5px;
    margin-left: -10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: #004696;
    font-weight: 700;
    text-transform: uppercase;
  }
  .c-div-table__row.c-div-table__row--is-body {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-div-table {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-form__input-field {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-form__selection-link {
    padding-left: 15px;
    background-position: 0px 2px;
    background-size: 10px 10px;
  }
  .c-form__selection-toggle {
    background-size: 16px 16px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .g-list {
    margin-top: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-form__selection-heading {
    padding-bottom: 5px;
  }
  .c-teaser-link__img {
    height: 250px;
  }
  .c-teaser-link__btn {
    font-size: 1rem;
    line-height: 1rem;
  }
  .w-section.breadcrumb {
    margin-right: -5px;
    /*margin-left: -5px;*/
  }
  /*.breadcrumb .home{
	padding-left: 5px;
  }*/
  .g-breadcrumb__link {
    padding-left: 15px;
  }
  .c-news-item__img-link {
    width: 100%;
    height: 100%;
  }
  .c-news-item__link.c-news-item__link--has-icon-video {
    background-position: 0px 0px;
  }
  .c-news-tile__link-item {
    width: 50%;
  }
  .g-accordion__header-icon {
    top: 15px;
  }
  .g-accordion__header-icon.g-accordion__header-icon--is-q {
    top: 12px;
  }
  .c-form__selection-toggle-icon {
    top: 5px;
    background-position: 50% 50%;
    background-size: 10px 10px;
  }
  .g-accordion__content-icon.g-accordion__content-icon--is-a {
    top: 5px;
  }
  .c-profile-box {
    margin-bottom: 35px;
  }

    .lang-flag{
        margin-right:25px;
    }
  
}

@media (max-width: 479px) {
  h2 {
    margin-bottom: 10px;
  }
  
  /*.l-hero-section {
    height: 80vh;
  }*/
  .c-navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-main-menu {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .c-hero__text {
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 50px;
    width: 60%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .c-hero__heading {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .c-main-menu__mobile-btn {
    padding-right: 15px;
  }
  .l-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-hero {
    padding: 10px;
  }
  .l-teaser-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .g-btn {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  
  .c-institution{
  	margin-bottom: 30px;
  }
  .member_pagination{
  	margin-bottom: 10px;
  }
  .member_pagination .g-btn_container{
    width: 140px;
    /*height: 20px;*/
  }
  .member_pagination .g-btn{
    padding: 10px 5px;
    width: 140px;
  }
  .g-btn.w--current {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-footer__link-list-item {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
  }
  .primary-menu .menu-icon {
    margin-right: 0px;
  }
  .c-search {
    display: none;
    padding-right: 50px;
    padding-left: 10px;
  }
  .c-search__btn.c-search__btn--is-close {
    right: -45px;
  }
  .c-login.in{
    padding: 10px 50px 10px 10px;
  }
  .c-login__form-field {
    height: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-login__form-btn {
    width: 100%;
    height: auto;
    margin: 10px 0px;
  }
  .c-login__form {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-login__btn.c-login__btn--is-close {
    top: 10px;
    right: 0px;
  }
  .c-news-feed__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-news-feed {
    width: 100%;
    padding-bottom: 10px;
  }
  .c-news-feed .g-btn{
  	position: relative;
  	bottom: 0;
  }
  .c-news-feed.c-news-feed--is-twitter {
    padding-top: 0px;
    background-color: #fff;
  }
  .html-embed {
    margin-right: -10px;
    margin-bottom: 10px;
    margin-left: -10px;
    border-radius: 0px;
  }
  .c-teaser-link__container {
    margin-top: 10px;
  }
  .c-direct-link {
    width: 50%;
  }
  .c-direct-links__container {
    margin-top: 10px;
  }
  .c-header {
    height: 40vh;
    padding: 10px;
  }
  .c-page-header__text {
    left: 0px;
    top: auto;
    right: 25px;
    bottom: 10px;
  }
  .site-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-main-content-container {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
  }
  .c-direct-links {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-article .c-article__img,
  .c-article .imgmap-frontend-image{
  	min-height: 150px;
  }
  .c-article__img.c-article__img--is-02 {
    margin-right: -25px;
  }
  .c-article__img.c-article__img--is-03 {
    min-height: 200px;
  }
  .c-institution_container{
  	width: 100%;
  }
  .tablepress {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tablepress tr, .entry-content .tablepress td {
	display: block;
  }

	.tablepress tr th:first-child, 
	.tablepress tr td:first-child { 
		border-top-left-radius: 5px; 
		border-top-right-radius: 5px; 
		border-bottom-left-radius: 0px; 
		}
	.tablepress tr th:last-child,
	.tablepress tr td:last-child { 
		border-top-right-radius: 0px; 
		border-bottom-left-radius: 5px; 
		border-bottom-right-radius: 5px;
	}


  .tablepress tr, .entry-content .tablepress td:last-child{
	margin-bottom: 5px;
  }
  .tablepress tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tablepress .column-1 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    /*-webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;*/
    width: 100%;
  }
  .tablepress .column-2 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 0px;
    /*-webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;*/
    width: 100%;
  }
  .tablepress.downloads_table .column-1,
  .tablepress.downloads_table .column-2{
    width: 100%;
  }
  
  .tablepress.downloads_table .column-2{
  	border: none;
  	margin-right: 0px;
	/*padding-left: 10px;*/
	padding-left: 0px;
	border-left-style: none;
	display: inline-block;
  }
  .tablepress.downloads_table .column-2 a{
    width: 100%;
  }
  .tablepress.downloads_table .column-2 .download_icon{
    background-position: 95% 50%;
    background-size: 15px 15px;
    padding: inherit;
    min-width: 0;
  }
  .tablepress.downloads_table .column-2 span.download_label{
  	margin-left: 10px;
  }
  .tablepress.downloads_table .column-2{
    min-width: 0;
  }
  
  
  
  .c-article-img__description {
    width: 100%;
    margin-left: 0px;
  }
  .c-profile-box {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-profile-box__img {
    margin-bottom: 10px;
  }
  .profile-box__text--is-function {
    margin-bottom: 10px;
  }
  .g-accordion__content {
    padding-right: 10px;
  }
  .g-accordion__content.g-accordion__content--is-indented {
    padding-right: 25px;
  }
  .c-chart__download-category {
    margin-right: 0px;
    padding-left: 10px;
    border-left-style: none;
  }
  .c-chart__download-category.c-chart__download-category--is-soon {
    width: 100%;
    background-position: 95% 0%;
    background-size: 15px 15px;
  }
  .c-chart__download-category.c-chart__download-category--is-now {
    width: 100%;
    background-position: 95% 0%;
    background-size: 15px 15px;
  }
  .c-accordion-header__label {
    width: 100%;
  }
  .c-accordion-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-accordion-header__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-news-item__content-box {
    overflow: hidden;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-news-item__img {
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
  }
  .c-news-item__text {
    width: 100%;
  }
  .c-form__selection-panel {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-form__selection-toggle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-form__selection-heading {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .l-news-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .w-section.breadcrumb {
    margin-right: 0px;
    margin-left: 0px;
  }
  .w-section.breadcrumb {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-article-aside {
    width: 100%;
    margin-bottom: 25px;
  }
  .c-form__error {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 350px) {
	.l-hero-section {
   	 height: 130vh;
	}
}

@media (max-height: 650px) {
	.l-hero-section{
		height: 120vh;
	}
}

@media (max-height: 480px) {
	.l-hero-section {
   	 height: 140vh;
	}
}
@media (max-height: 400px) {
}


.cc-revoke, .cc-window{
	font-family: Exo, sans-serif !important;
}
.cc-link{
	color:#ffd901 !important;
	font-weight:bold !important;
}


body.no-cookies{
	overflow:hidden;
}
body.no-cookies #cookie-overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background:rgba(0,0,0,0.5);	
}
body.no-cookies .site-inner{
	filter: blur(8px);
  -webkit-filter: blur(8px);
}