/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*
	WEBSITE VARS


	TYPO

	font-family: 'Font_Name', sans-serif; 
   	font-family: 'Font_Name', sans-serif;


   	COLOR

	main-color : ;
   	main-text : #ACACAC;
	   main-cta : #2C2C2C;
	   
	   secondary : #EC650A,


*/


/* ==========================================================================
	GENERAL
========================================================================== */

body {
	font-size: 1.8rem;
	font-family: 'sofia-pro', sans-serif;
	color: #ACACAC;
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'sofia-pro', sans-serif;
    color: #2C2C2C;
    font-weight: 500;
}

a,
a:focus,
a:hover {
    outline: none;
}

a {
	color: #EC650A;
}

.btn-main {
	border-radius: 0;
	border: 1px solid #2c2c2c;
	color: #2C2C2C;
	font-size: 1.4rem;
	padding: 3px 15px;
	background: #fff;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.btn-main:hover {
	color: #fff;
	background: #2C2C2C;
}

.btn-main--l {
	font-size: 1rem;
	padding: 15px 20px;
	border: 1px solid #707070;
	background: none;
}

.btn-plain {
	background: #fff;
	color: #2C2C2C;
	border: 1px solid #fff;
}

.btn-whos {
	color: #fff;
	border-radius: 10px;
	padding: 6px 18px;
	background: none;
	border:1px solid #fff;
	float: right;
	margin-top: 11px;
}

.btn-whos:hover {
	background: #fff;
	color: #2C2C2C;
}

.rowflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-title {
	font-size: 5.2rem;
	margin-bottom: 80px;
	margin-top: 0;
}

.flexwrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/* ==========================================================================
	HEADER
========================================================================== */

.header {
	position: relative;	
}

.header .title {
	color: #ffffff;
}

.header a {
	text-decoration:none;
}

.navbar-default {
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
}

.navbar-brand {
	padding: 0;
	height: auto;
}

.navbar-brand > img {
	width: 100%;
	max-width: 335px;
	height: auto;
}

.homepage-logo {
	margin:0;
	padding:0;
}

.navbar-header {
	float: none;
	background: #2C2C2C;
	padding: 34px 0;
}

.navbar-nav {
	margin: 0 -15px;
	position: relative;
	float: none;
}

.navbar-default .navbar-nav > li > a {
	padding: 18px 15px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #2C2C2C;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.navbar-default .navbar-nav > li > a[target="_blank"]::after,
.sub-menu li a[target="_blank"]::after {
	content:"\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: inline-block;
	vertical-align: center;
	opacity: 0.3;
	margin-left: 9px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.current-menu-item > a {
	color: #EC650A;
}

.nav > li {
	position: static;
}

li.current-menu-ancestor > a, .current_page_item > a {
	color: #ec650a !important;
  }

.sub-menu {
	position: absolute;
	left: 0;
	width: 100%;
	margin:0;
	padding: 18px 0;
	list-style-type: none;
	z-index: 5;
	display: none;
}

.sub-menu li a {
	padding: 18px 15px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #2C2C2C;
}

.sub-menu li a:hover {
	color: gray;
}

.sub-menu li {
	display: inline-block;
}

.navbar-default .navbar-nav > li:hover > .sub-menu {
	display: block;
}

.showsubmenu::after {
	content: '';
	background: #F8F8F8;
	width: 100%;
	height: 59px;
	display: block;
	position: absolute;
	left: 0;
	z-index: 4;
}

.searchheader {
	background: rgba(239, 239, 239, 0.97);
	padding: 55px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, 100%);
	    -ms-transform: translate(0, 100%);
	        transform: translate(0, 100%);
	z-index: 999;
	display: none;
}

.searchheader__title {
	font-size: 5.2rem;
	margin-top: 0;
	margin-bottom: 55px;
}

.searchheader__subtitle {
	font-size: 3rem;
	color: #ACACAC;
	margin-top: 0;
}

.closesearch {
	float: right;
	border: none;
	background: #ACACAC;
	padding: 12px 14px 13px;
	border-radius: 50%;
	line-height: 1;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.closesearch:hover {
	background: #2C2C2C;
}

.navbar-nav > li.wpml-ls-item {
	float: right;
}

.navbar-nav > li.wpml-ls-item a {
	text-transform: uppercase;
	padding: 18px 11px;
	position: relative;
}

.navbar-nav > li.wpml-ls-current-language a {
	color: #ACACAC;
}

.navbar-nav > li.wpml-ls-item:last-child a::after {
	content: "";
	width: 1px;
	height: 15px;
	background: #000;
	display: block;
	position: absolute;
	right: -1px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.fullwidth-image_image {
	width:100%;
}






/* ==========================================================================
	HOMEPAGE
========================================================================== */

.slider-wrapper {
	position: relative;
}



.slider-item__titlewrapper {
	position: absolute;
	bottom: 20%;
	width: 100%;
	left: 0;
	z-index: 3;	
}

.slider-item__image {
	width: 100%;
	display: block;
	opacity: 0.5;
	background: rgb(44, 44, 44);
}

.slider-item {
	position: relative;
	background: rgb(44, 44, 44);
}

/* .slider-item::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(44, 44, 44, 0.5);
	z-index: 1;
	top: 0;
} */

.slider-item__title {
	color: #fff;
	font-size: 7rem;
	margin: 0;
}

.slider-item__title a {
	text-decoration: none;
	color: #fff;
}

.slick-dots {
	position: absolute;
	bottom: 10%;
	max-width: 1170px;
	width: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	margin: 0;
	padding: 0 17px;
}

.slick-dots li {
	display: inline-block;

}

.slick-dots button {
	display: block;
	text-indent: -9999px;
	padding: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: none;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	margin: 0 4px;
}

.slick-dots .slick-active button {
	background: #fff;
}

.homeintro {
	padding: 121px 0;
}

.homeintro_article {
	font-size: 3.2rem;
}

.homeintro_article strong {
	font-weight: inherit;
	color: #2C2C2C;
}

.card-figure {
	position: relative;
}

.video-figure a::before {
	content: "\f04b";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	display: block;
	font-weight: 700;
	font-size: 2.5rem;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 95px;
	height: 95px;
	background: rgba(167, 167, 168, 0.61);
	border-radius: 50%;
	text-align: center;
	line-height: 95px;
}

.video-figure::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: url('img/expand.png') no-repeat scroll center center transparent;
	background-size: 100% auto;
}

.card-figure__image {
	width: 100%;
	height: auto;
	display: block;
}

.card-title {
	font-size: 2.6rem;
}

.card-title a {
	color: #2C2C2C;
}
.card-title a:hover {
	color: #EC650A;
	text-decoration: none;
}

.bigcard-title a {
	color: #fff;
}
.bigcard-title a:hover {
	color: #fff;
	text-decoration: none;
}

.card,
.home .bigcard {
	position: relative;
	border-bottom: 1px solid #2c2c2c;
}

.card .btn {
	margin: 30px 0;
}

.events-archive .card {
	margin-bottom: 30px;
	min-height: 860px;
}

.homecontent .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 100%;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.homecontent .card .btn {
	-ms-flex-item-align: baseline;
	    align-self: baseline;
}

.card .card-action {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.homecontent .rowflex {
	margin-bottom: 30px;
}

.bigcard .card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
	color: #fff;
	z-index: 2;
}

.bigcard {
	padding-bottom: 30px;
	height: 100%;
	position: relative;
}

.bigcard figure::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(44, 44, 44, 0.5);
	z-index: 1;
	top: 0;
}

.bigcard h2 {
	font-size: 5.2rem;
	color: #fff;
	margin-bottom: 30px;
}


.taglist {
	margin: 0;
	padding: 0;
}

.taglist li, 
.searchmenu li {
	display: inline-block;
	margin: 0 15px 15px 0;
}

.searchmenu {
	padding: 0;
}

.taglink, 
.searchmenu a {
	border-radius: 7px;
	border: 2px solid #2C2C2C;
	font-size: 1.7rem;
	display: block;
	color: #2C2C2C;
	padding: 3px 15px;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.taglink:hover, 
.searchmenu a:hover {
	background: #2C2C2C;
	color: #fff;
	text-decoration: none;
}

.hometags {
	padding: 80px 0 0;
}

.home-searchlist {
	padding: 80px 0;
	color: #2C2C2C;
}

.home-searchlist a {
	color: #2C2C2C;
	text-decoration: none;
}

/* ==========================================================================
	FOOTER
========================================================================== */

.social-feed {
	padding: 32px 0;
	border-top: 1px solid #2C2C2C;
	margin-top: 72px;
}

.social-feed .social-feed_p {
	font-size: 2.6rem;
	color: #2C2C2C;
}

.social-list {
	text-align: center;
	margin: 30px 0; 
	padding: 0;
}

.social-list li {
	display: inline-block;
	margin: 0 10px;
	vertical-align:top;
	
}

.social-list li a {
	color: #fff;
	display: table-cell;
	vertical-align:middle;
	margin:0;
	width:50px;
	height:50px;
	border-radius: 50%;
	background-color: #787878;
}

.social-list li a:hover {
	background-color: #000;
}

.social-list i {
	font-size: 2.5rem;
	line-height: 30px;
}

.social-list span {
	display: block;
	font-size:1.2rem;
	color: #2C2C2C;
}

.footer {
	background: #EBEBEB;
	padding: 34px 0;
}

.partners {
	margin: 0 0 25px;
	padding: 0;
}

.partners li {
	display: inline-block;
	margin-right: 25px;
}

.partners img {
	height: 40px;
	display: block;
}

.copyrightmenu a {
	font-size: 0.9rem;
	color: #2C2C2C;
}

.address {
	font-size: 1rem;
	color: #2C2C2C;
}

a.address:hover {
	color: #EC650A;
	text-decoration: none;
}


#cookiebanner {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	z-index: 9999;
	background: rgba(44, 44, 44, 0.8);
	color: #fff;
	padding: 20px 50px;
	text-align: center;
}

#btn-cookiebanner {
	margin-top: 10px;
}

.close-cookiebanner {
	font-size: 12px;
	background: rgba(255,255,255,.4);
	display: block;
	padding: 5px;
	font-weight: normal;
	width: 25px;
	height: 25px;
	color: rgb(19, 32, 50);
	text-align: center;
	line-height: 16px;
	border-radius:50%;
	position: absolute;
	top: 10px;
	right: 10px;
	text-decoration: none !important;
	cursor: pointer
}


/* ==========================================================================
	PAGE
========================================================================== */

.pageheader {
	padding: 95px 0;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #2C2C2C;
	position: relative;
	margin-bottom: 40px;
}

.pageheader::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.two-cols__content,
.three-cols__content,
.fulltext-content,
.fullwidth-image,
.partners-content {
	margin: 60px 0 50px;
}

.page__maintitle {
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 5.2rem;
	position: relative;
	z-index: 2;
}

.fulltext-content h2 {
	font-size: 5.2rem;
	margin: 0 0 62px;
}



.pagecontent hr {
	border-top: 1px solid #707070;
	margin: 0;
	padding: 0;
}

.two-cols__content h3, .two-cols__content h4,
.three-cols__content h3, .three-cols__content h4,
.fulltext-content h3 {
	font-size: 2.6rem;
	margin: 15px 0 22px;
}


.two-cols__content h3 {
	margin-top: 0;
}


.pagecontent img {
	max-width: 100%;
	height: auto;
}

.welcome-word h2 {
	font-size: 2.6rem;
}


.events .bigcard-title {
	font-size:4rem;
}

figure.partner {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	height: 100%;
	margin-bottom: 30px;
}

.partner-image {
	max-height: 116px;
	max-width: 260px !important;
 }

.why-brussels h3 {
	line-height: 0.4;
	font-size: 2.6rem;
}

.why-brussels .fulltext-content .col-sm-10 {
	margin-left: 0;
}

#why-brussels__smalltext span {
	color: #2C2C2C;
}

.why-brussels .keyfact-content img {
	max-width:none;
	width: 50px;
	height: 50px;
}

.why-brussels .keyfact-content .col-sm-6 {
	margin-bottom: 50px;
}

.why-brussels .keyfact-content .media-left {
	padding-right: 20px;
}

.why-brussels .keyfact-content .media-body{
	color: #EC650A;
	font-size: 3.2rem;
	font-weight:500;
}

.keyfact-content .media-body {
	width: 420px;

}

/* ==========================================================================
	DEPARTMENT PAGE
========================================================================== */

.departments {
	padding: 0 60px 0 15px;
	background: #fff;
	margin: 0 0 0 -15px;
	max-width: 390px;
	float: left;

}

.departments__search {
	margin: 0;
}

.departments__title {
	font-size: 3.4rem;
	margin-bottom: 60px;
	margin-top: 15px;
}

.department-list {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}

.department-link {
	color: #ACACAC;
	font-size: 2rem;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.department-link:hover {
	color: #EC650A;
	text-decoration: none;
}

.department-title {
	color: #ACACAC;
	font-size: 3.0rem;
	padding-top: 0;
	margin-bottom: 40px;
	/*border-top: 1px solid #ACACAC;
	margin-bottom: 42px;*/
}

.department-section {
	margin-bottom: 80px;	
	border-bottom: 1px solid #ACACAC;
	margin-bottom: 42px;
}
.sub-department-section {
	margin-bottom: 40px;
}

.management-section {
	margin-top: 85px;
}

.department-section:first-of-type .departments__title,
.department-section:first-of-type .sub-department-section:first-of-type .department-title {
	float: left;
	padding-left: 15px;
	min-width: 60%;

}

.in-search .department-section:first-of-type .departments__title,
.in-search .department-section:first-of-type .sub-department-section:first-of-type .department-title {
	float: none;
	padding-left: 0;
	min-width: 100%;
}



.management-article {
	/*min-height: 158px;
	margin-bottom: 80px;*/

	min-height: 80px;
	margin-bottom: 20px;
}

.management-article i {
	margin-right: 15px;
}

.management-title {
	font-size: 1.6rem;
	margin-top: 0;
	margin-bottom: 10px;
}

.manager-name {
	font-size: 2.6rem;
	color: #EC650A;
	margin-top: 0;
	margin-bottom: 10px;
}

.manager-info {
	display: block;
	color: #ACACAC;
}



/* ==========================================================================
	CONTACT
========================================================================== */

.contact-infos {
	margin-top: 100px;
	margin-bottom: 80px;
}

.contact-infos address {
	font-size: 2.6rem;
}

div#map {
	margin-bottom: 50px;
}

.contact-title {
	font-size: 5.2rem;
	margin-top: 30px;
	margin-bottom: 50px;
}

.contact-subtitle {
	font-size: 3.2rem;
	margin-top: 0;
	margin-bottom: 50px;
}

.contact-actions {
	margin-bottom: 100px;
}

/* ==========================================================================
	EVENTS
========================================================================== */

.events-archive {
	margin-top: 100px;
}

.events-header__title {
	margin-bottom: 50px;
	padding-bottom: 27px;
	border-bottom: 1px solid #2C2C2C;
}

.show-all-event {
	color: #ACACAC;
	display: inline-block;
	margin-left: 40px;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.show-all-event:hover {
	color: #EC650A;
	text-decoration: none;
}

#event-calendar {
	display: inline-block;
	min-width: 388px;
	padding-bottom: 30px;
	background: #FAFAFA;
}

.event-date {
	font-size: 2.6rem;
	color: #2c2c2c;
	margin-bottom: 10px;
	display: inline-block;
}

.event-hour {
	color: #ACACAC;
	font-size: 2.6rem;
}

.next-event__title {
	font-size: 2.6rem;
	margin-top: 0; 
	margin-bottom: 30px;
}

.events-wrapper .card-content {
	padding-bottom: 10px;
}

.datepicker .prev,
.datepicker .picker-switch,
.datepicker .next {
	background: #ACACAC;
	color: #fff;
	border-radius: 0;
	padding: 10px 0;
	height: auto;
	line-height: 1.4;
	text-align: center;
}

.datepicker .picker-switch {
	font-size: 2.6rem;
	font-weight: 500;
}

.datepicker-days > table {
	width: 100%;
	max-width: 388px;
	background: #FAFAFA;
	padding-bottom: 30px;
}

.datepicker th.dow {
	padding-top: 30px;
	color: #2C2C2C;
	font-weight: 500;
}

.datepicker td.day {
	color: #ACACAC;
	cursor: pointer;
	position: relative;
}

.datepicker td.day.disabled {
	cursor: not-allowed;
	color: #ACACAC;
}
.datepicker td.day.active::after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #EC650A;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.datepicker td.day {
	color: #EC650A;
}

/* .datepicker th.dow:first-of-type,
.datepicker td.day:first-of-type {
	padding-left: 15px;
}
.datepicker th.dow:last-of-type,
.datepicker td.day:last-of-type {
	padding-right: 15px; 
} */


.datepicker-days > table td,
.datepicker-days > table th {
	text-align: center;
}


/* .datepicker-days > table tr:last-child td {
	padding-bottom: 30px;
} */

th.picker-switch[title="Select Month"] {
	pointer-events: none;
 }

span.month {
	padding: 5px;
}

/* ==========================================================================
	404
========================================================================== */

.content404 {
	text-align: center;
}

.content404 h2,
.content404 p {
	margin-bottom: 40px;
}

.error404 .btn-whos {
	display: none;
}

/* ==========================================================================
	RESPONSIVE
========================================================================== */



@media only screen and (max-width:1200px) {
	.bigcard h2 {
		font-size: 4.2rem;
	}

	.navbar-default .navbar-nav > li > a,
	.sub-menu li a {
		padding: 18px 9px;
		font-size: 1.2rem;
	}

}


@media only screen and (max-width:992px) {
	.bigcard h2 {
		font-size: 2.7rem;
	}

	.card-title {
		font-size: 2rem;
	}

	.homeintro_article {
		font-size: 2.8rem;
	}
	#event-calendar {
		margin-bottom: 40px;
		min-width: auto;
		width: 100%;
	}
	.events-archive .card {
		min-height: auto;
	}
}

@media only screen and (max-width: 980px) {

    .navbar-toggle {
		margin: 12px 0 0 15px;
		border: none;
		display:block;
	}
	.navbar-toggle:focus {
		background-color: transparent !important;
	}
    .navbar-collapse {
		height: 100%;
		padding-top: 100px;
		position: fixed;
		bottom: -100%;
		left: 0;
		width: 100%;
		overflow: scroll;
		background: rgba(239, 239, 239, 0.97);
		z-index: 900;
		-webkit-transition: all ease 0.4s;
		-o-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}
    .navbar-collapse.collapse {
        display: none!important;
	}
	.navbar-collapse.showmenu {
		bottom: 0;
	}

	.navbar-header {
		position: relative;
		z-index: 999;
	}


	.navbar-default .navbar-nav > li > a,
	.sub-menu li a {
		font-size: 1.6rem;
	}

	.sub-menu {
		display: block;
		position: static;
		padding: 0 0 0 15px;
	}

	.sub-menu li {
		display: block;
		padding: 10px 0;
	}

	.navbar-header {
		padding: 15px 0;
	}

	.rowflex {
		display: block;
	}

	.navbar-brand > img {
		width: 335px;
	}

	.navbar-nav {
		padding: 20px 0;
	}

	.navbar-toggle {
		margin: 12px 0 0 15px;
		border: none;
	}

	.navbar-toggle .icon-bar {
		width: 17px;
		height: 2px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background: #fff;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li.wpml-ls-item {
		float: left;
	}

	.navbar-nav > li.wpml-ls-item:last-child a::after {
		right: auto;
		left: -1px;
	}

	.department-section:first-of-type .departments__title,
	.department-section:first-of-type .sub-department-section:first-of-type .department-title {
		float: none;
		padding-left: 0;
		min-width: 100%;
	}
}

@media only screen and (max-width:768px) {

	html {
		font-size: 9px;
	}

	body {
		font-size: 1.8rem;
	}

	.navbar-brand {
		width: 53px;
		overflow: hidden;
	}
	
	.slider-item {
		overflow: hidden;
	}
	
	.slick-slide img {
		min-width: 1000px;
		opacity: 0.5;
		background: rgba(44, 44, 44, 0.5);
	}

	.slider-item__titlewrapper {
		bottom: 30%;
	}
	
	.slider-item__title {
		font-size: 4.4rem;
	}

	.homeintro {
		padding: 80px 0;
	 }

	 .homecontent .card {
		 display: block;
		 margin-bottom: 30px;
	 }

	 .btn-main--l {
		 font-size: 1.6rem;
		 margin: 20px 0;
	 }

	 .address {
		font-size: 1.4rem;
		margin-bottom: 30px;
	 }

	 

	 .copyrightmenu a {
		 font-size: 1.3rem;
	}

	.bigcard {
		margin-bottom: 30px;
	}

	.three-cols__content article, 
	.two-cols__content article {
		margin-bottom: 30px;
	}

	.two-cols__content, .three-cols__content, .fulltext-content, .fullwidth-image {
		margin: 40px 0;
	}

	.fulltext-content h2 {
		font-size: 4.3rem;
		margin: 0 0 32px;
	 }

	 .fulltext-content h3 {
		font-size: 2.6rem;
	 }

	 .datepicker {
		 margin-bottom: 40px;
	 }

	 .contact-subtitle {
		 margin-top: 30px;
	 }

	 .searchheader__subtitle {
		 margin-bottom: 30px;
	 }

	 .taglist li, .searchmenu li {
		display: inline-block;
		margin: 0 10px 10px 0;
	 }

	 .contact-infos {
		margin-top: 30px;
	 }

	 .contact-title {
		font-size: 4.2rem;
		margin-bottom: 30px;
	 }

	 .bigcard h2 {
		 margin-bottom: 10px;
	 }

	 .bigcard .card-content {
		 padding: 12px;
	 }

	 .hometags {
		 padding: 0;
	 }

	 .fullwidth-image_image {
		 width:100%;
	 }

	 .departments {
		 float: none;
		 width: 100%;
		 max-width: none;
		 padding: 0 15px;
	 }

	 #administration-mba .management-article {
		 margin-left: 0;
		 margin-right: 0;
	 }

	 .searchheader__title {
		 margin-bottom: 15px;
	 }

	 .contact-actions {
		margin-bottom: 10px;
	}

	.departments__search {
		margin-bottom: 15px;
	}

	.management-section {
		margin-top: 35px;
	}

	.departments__title {
		margin-bottom: 30px;
	}


}

/*------------------------------------*\
    MAILCHIMP
\*------------------------------------*/

#mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right:
10px;}
#mergeRow-gdpr {margin-top: 20px;}
#mergeRow-gdpr fieldset label {font-weight: normal;}
#mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
