/* LEGEND ------------------------------------------------------------------------------------------

0. Include fonts
1. Basic CSS
2. Header
3. Slider
4. Homepage
5. Footer
6. Common page
7. Core values page
8. Board overview page
9. Member page
10. Forums page
11. Single Forum page
12. Publications page
--------------------------------------------------------------------------------------------------*/

/* 0. Include fonts
--------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'mercLight';
	src: url('../fonts/s-mercl-webfont.eot');
	src: url('../fonts/s-mercl-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/s-mercl-webfont.woff2') format('woff2'), url('../fonts/s-mercl-webfont.woff')
		format('woff'), url('../fonts/s-mercl-webfont.ttf') format('truetype'),
		url('../fonts/s-mercl-webfont.svg#mercedesseriallight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mercRegular';
	src: url('../fonts/s-merc-webfont.eot');
	src: url('../fonts/s-merc-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/s-merc-webfont.woff2') format('woff2'), url('../fonts/s-merc-webfont.woff')
		format('woff'), url('../fonts/s-merc-webfont.ttf') format('truetype'),
		url('../fonts/s-merc-webfont.svg#mercedesserialregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* End Include fonts
--------------------------------------------------------------------------------------------------*/

/* 1. Basic CSS
--------------------------------------------------------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

body, input {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 14px;
	font-family: 'mercRegular';
}

.container {
	margin: 0 auto;
	max-width: 1070px;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal !important;
}

h1 {
	font-family: 'mercRegular';
	font-size: 47px;
	text-transform: uppercase;
}

h2 {
	font-size: 26px;
	font-family: 'mercRegular';
}

h4 {
	margin: 20px 0;
	font-size: 24px;
	color: #5acaf7;
	font-family: 'mercRegular';
}

p {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Verdana';
	color: #46576a;
}

a {
	font-size: 14px;
	font-family: 'Arial';
	color: #46576a;
}

a:hover {
	text-decoration: none;
}

.main-btn {
	font-size: 14px;
	background: #46576a;
	padding: 6px 33px;
	border-radius: 3px;
	margin-top: 15px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'mercRegular';
}

.main-btn:hover {
	background: #6b7988;
}

.main-btn.back {
	padding: 9px 22px 9px 16px;
	margin-top: 21px;
}

.main-btn.back:before {
	content: url("../img/back-arrow.png");
	margin-right: 7px;
	position: relative;
	top: 2px;
}

.sq-btn {
	padding: 6px 15px 6px 15px;
	background: #46576a;
	color: #fff;
	font-family: 'mercLight';
	text-transform: uppercase;
	cursor: pointer;
}

.sq-btn:hover {
	background: #6b7988;
}

.sq-btn.see-more:after {
	content: url("../img/front-arrow.png");
	margin-left: 5px;
	position: relative;
	top: 1px;
}

/* End Basic CSS
--------------------------------------------------------------------------------------------------*/

/* 2. Header
--------------------------------------------------------------------------------------------------*/
header {
	padding-top: 30px;
	position: relative;
}

header .container {
	position: relative;
}

.logo {
	float: left;
	text-decoration: none;
}

.main-nav {
	float: left;
	width: 100%;
	margin-top: -27px;
	text-align: center;
	position: relative;
	font-family: 'mercRegular';
}

.main-nav>ul {
	float: left;
	margin-left: 262px;
}

.main-nav>ul>li {
	float: left;
	margin-right: 27px;
}

.main-nav>ul>li:last-child {
	margin-right: 0;
}

.main-nav>ul>li>a {
	position: relative;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	color: #46576A;
	padding: 12px 0;
	display: inline-block;
	font-family: 'mercRegular';
}

.main-nav ul li.first-link:hover a {
	color: #f26489;
}

.main-nav ul li.second-link:hover a {
	color: #5acaf7;
}

.main-nav>ul>li.menu-item-has-children>a:after {
	display: none;
	content: "";
	z-index: 9999;
	position: absolute;
	bottom: -4.5px;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4.5px 0 4.5px;
	border-color: #ffffff transparent transparent transparent;
}

.main-nav>ul>li:hover>a:after, .main-nav>ul>li.open>a:after {
	display: inline-block;
}

.sub-menu {
	display: none;
	z-index: 999;
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
	text-align: center;
}

.sub-menu li {
	display: inline-block;
	margin: 0;
	padding: 15px 0;
	height: 48px;
	margin-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.sub-menu li a {
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	color: #B5BCC3 !important;
	padding: 2px 0;
	border-bottom: 2px solid transparent;
	font-family: 'mercRegular';
}

.main-nav ul li.menu-item-has-children .sub-menu li a:hover {
	color: #fff;
}

.main-nav ul li.menu-item-has-children.first-link .sub-menu li a:hover {
	border-color: #f26489;
}

.main-nav ul li.menu-item-has-children.second-link .sub-menu li a:hover {
	border-color: #5acaf7;
}

.submenu-hover {
	display: none;
	z-index: 998;
	position: absolute;
	bottom: -46.5px;
	width: 100%;
	height: 48px;
	background: #46576a;
}

.category-back {
	float: left;
	width: 100%;
}

.search-form {
	position: absolute;
	top: -30px;
	right: 8px;
	border: 1px solid #c7ccd2;
	padding: 2px;
	background: #f0f2f3;
}

.search-form:after {
	content: url("../img/bgi/search-icon.png");
	position: relative;
	top: 7px;
	right: 10px;
}

.search-form input {
	padding: 8px 11px;
	width: 75px;
	margin-right: -6px;
	border: none;
	outline: none;
	background: #f0f2f3;
	font-size: 14px;
	color: #46576a;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-form input:focus {
	width: 300px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #46576a;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #46576a;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #46576a;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #46576a;
}

.navbar-toggle {
	position: absolute;
	background-color: #333;
	float: right;
	padding: 5px 9px 10px 9px;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	display: none;
	outline: none;
	top: 87px;
	right: 15px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 1px;
	background-color: #fff;
	margin-top: 5px;
}

@media only screen and (min-width : 993px) {
	.main-nav {
		display: block !important;
	}
	.main-nav ul li:hover .submenu {
		display: inline-block;
	}
}

@media only screen and (max-width : 992px) {
	.main-nav {
		display: none;
	}
	.main-nav.small {
		display: block;
	}
	.main-nav>ul {
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
	}
	.main-nav ul li {
		width: 100%;
	}
	.submenu-hover {
		display: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.main-nav ul li:focus .submenu {
		display: none;
	}
	.sub-menu {
		float: left;
		z-index: 999;
		position: relative;
		top: -4px;
		left: 0;
		width: 100%;
		background: #46576a;
		text-align: center;
	}
	.sub-menu li {
		float: left;
		padding: 15px 0;
		margin-right: 0;
		text-align: center;
	}
	.sub-menu li:first-child {
		margin-left: 0;
	}
	.main-nav ul li.with-submenu .submenu li a:hover {
		color: #fff !important;
	}
	.sub-menu.active {
		display: inline-block;
	}
	.homepage-slider {
		margin-top: 50px;
	}
	.main-nav>ul>li.menu-item-has-children>a:after {
		bottom: -2px;
	}
}

@media only screen and (max-width : 480px) {
	.search-form input:focus {
		width: 130px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}

/* End Header
--------------------------------------------------------------------------------------------------*/

/* 3. Slider
--------------------------------------------------------------------------------------------------*/
.homepage-slider {
	height: 360px;
	overflow: hidden;
	position: relative;
	max-width: 1070px;
	margin: 0 auto;
	width: 100%;
}

.homepage-slider ul.slides {
	height: 100%;
}

.homepage-slider ul.slides li {
	position: relative;
	height: 100%;
}

.homepage-slider .slides li img {
	width: 100%;
	height: auto !important;
}

/*SLIDER TEXT */
.home-slider-description.top-left {
	top: 0;
	left: 100px;
}

.home-slider-description.top-right {
	top: 0;
	left: auto;
	right: 100px;
}

.home-slider-description.bottom-left {
	top: auto;
	bottom: 0;
	left: 100px;
	right: auto;
}

.home-slider-description.bottom-right {
	top: auto;
	bottom: 0;
	left: auto;
	right: 100px;
}

.home-slider-description.center {
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.home-slider-description {
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100% !important;
	text-transform: uppercase;
	font-family: 'mercRegular';
}

.home-slider-description h1 {
	float: left;
	font-size: 44px;
	color: #F26489;
	text-align: left;
}

.home-slider-description h1 strong {
	float: left;
	clear: left;
}

.home-slider-description h1 strong:first-child {
	font-size: 110px;
	line-height: 101px;
	color: #52B7E1;
}

.home-slider-description h2 {
	float: left;
	margin-bottom: 5px;
	font-size: 30px;
	color: #6A9684;
	font-family: 'mercRegular';
}

.home-slider-description h2 strong {
	float: left;
	clear: left;
}

.home-slider-description h2 strong:first-child {
	color: #797E80;
}

.home-slider-description p {
	float: left;
	margin: 0;
	color: #6A9684;
	font-size: 20px;
}

/*END SLIDER TEXT*/
.homepage-slider .flex-control-nav {
	bottom: 20px;
	z-index: 9999;
}

.homepage-slider .flex-control-paging li a {
	background: #fff;
	box-shadow: 1px 1px 1px #666;
}

.homepage-slider .flex-control-paging li a:hover {
	background: #46576a;
}

.homepage-slider .flex-control-paging li a.flex-active {
	background: #46576a;
}

.flex-direction-nav a {
	margin-top: -25px;
	opacity: 1;
	padding: 5px;
	background: rgba(70, 87, 106, 0.4);
	color: transparent;
}

.homepage-slider .flex-direction-nav .flex-prev {
	left: 0;
	padding-left: 20px;
}

.homepage-slider .flex-direction-nav a.flex-prev:before {
	content: url("../img/slider-prev.png");
}

.homepage-slider .flex-direction-nav .flex-next {
	right: 0;
	padding-right: 20px;
}

.homepage-slider .flex-direction-nav a.flex-next:before {
	content: url("../img/slider-next.png");
}

/* Media Queries */
@media only screen and (max-width : 1200px) {
	.homepage-slider {
		height: auto;
		overflow: hidden;
		position: relative;
	}
}

/* End Slider
--------------------------------------------------------------------------------------------------*/

/* 4. Homepage section
--------------------------------------------------------------------------------------------------*/
.home img {
	height: auto !important;
}

section.willkommen {
	padding: 38px 0 30px;
}

.home p a {
	display: block;
	margin-top: 47px;
}

.willkommen h1 {
	color: #6b7988;
	margin-bottom: 30px;
}

.willkommen p {
	margin: 20px 0;
	color: #6b7988;
}

.linked-graphics {
	margin-top: 46px;
	margin-left: -9px;
	margin-right: -10px;
	margin-bottom: -10px;
}

.linked-graphics-inner {
	width: 100%;
}

.graphic-box {
	width: 327px;
	height: 185px;
	float: left;
	border: 1px solid #c7ccd2;
	padding: 3px;
	margin: 0 5px 10px 5px;
	background: #fafafa;
	background-clip: content-box;
}

.graphic-box a {
	display: block;
	width: 260px;
	height: 80px;
	background: grey;
	margin: 0 auto;
	margin-top: 51px;
	text-align: center;
}

.graphic-box a.trust {
	background: #46576a;
}

.graphic-box a.responsability {
	background: #75a48d;
}

.graphic-box a.integrity {
	background: #9dad91;
}

.graphic-box a.respect {
	background: #032942;
}

.graphic-box a.courage {
	background: #f26489;
}

.graphic-box a.sustainability {
	background: #5acaf7;
}

.graphic-box a span {
	margin-top: 25px;
	display: inline-block;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'mercLight';
}

@media only screen and (max-width : 480px) {
	.graphic-box {
		width: 94%;
	}
}

/* End Homepage section
--------------------------------------------------------------------------------------------------*/

/* 5. Footer
--------------------------------------------------------------------------------------------------*/
footer {
	background: #46576a;
}

.footer-menu {
	float: left;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	color: #a3abb5;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 0;
	display: inline-block;
	margin-right: 20px;
	font-family: 'mercRegular';
}

footer .social-icons {
	display: inline-block;
	float: right;
	margin-top: 12px;
}

footer .social-icons a {
	float: left;
	margin-left: 10px;
}

footer .copyright {
	padding: 20px 0;
	border-top: 1px solid #a3abb5;
}

footer .copyright p {
	color: #a3abb5;
	font-size: 12px;
}

@media only screen and (max-width : 414px) {
	footer .social-icons {
		display: inline-block;
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	footer .social-icons img {
		margin-right: 10px;
		margin-left: 0;
	}
}

/* End Footer
--------------------------------------------------------------------------------------------------*/

/* 6. Common page
--------------------------------------------------------------------------------------------------*/
section.page-section {
	padding: 70px 0 40px;
	color: #46576a;
}

.page-section h1 {
	color: #f26489;
	font-family: 'mercRegular';
	margin-top: 20px;
	margin-bottom: 30px;
}

.page-section h2 {
	color: #46576a;
	margin: 10px 0 20px 0;
	font-family: 'mercRegular';
	text-transform: uppercase;
}

.page-section p,
.form-hold p {
	margin: 23px 0;
}

.page-section .page-content {
	margin-left: 20px;
}

.page-section ul {
	margin: 10px 0 20px;
	list-style: initial;
	padding-left: 15px;
}

.page-section ul li {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	font-family: Verdana;
}
/* End Common page
--------------------------------------------------------------------------------------------------*/

/* 7. Core values page
--------------------------------------------------------------------------------------------------*/
section.core-values {
	padding: 88px 0 53px 0;
}

.core-values h1 {
	color: #6b7988;
	margin-bottom: 30px;
}

.values-box {
	position: relative;
	width: 325px;
	height: 317px;
	float: left;
	border: 1px solid #c7ccd2;
	padding: 4px;
	cursor: pointer;
	margin: 0 9px 29px 9px;
	background: #fafafa;
	background-clip: content-box;
}

.values-box .overlay ul li:before {
	top: 8px;
}

.graphics-title {
	display: block;
	width: 263px;
	height: 255px;
	background: grey;
	margin: 0 auto;
	margin-top: 31px;
	text-align: center;
}

.values-box a.trust {
	background: #46576a;
}

.values-box a.responsability {
	background: #75a48d;
}

.values-box a.integrity {
	background: #9dad91;
}

.values-box a.respect {
	background: #032942;
}

.values-box a.courage {
	background: #f26489;
}

.values-box a.sustainability {
	background: #5acaf7;
}

.values-box span {
	margin-top: 109px;
	display: inline-block;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'mercLight';
}

.values-box .overlay {
	width: 90%;
	height: 290px;
	position: absolute;
	left: 5%;
	background: #fafafa;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.values-box:hover .overlay {
	opacity: 1;
	visibility: visible;
}
/*SCROLLBAR CUSTOMISATION		*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
	{
	width: 8px;
	background: #8A8A8A !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #FFF;
}

/*END SCROLLBAR CUSTOMISATION*/
.values-box .overlay ul {
	overflow: auto;
	width: 100%;
	height: 215px;
}

.overlay h2 {
	font-size: 28px;
	color: #46576a;
	font-family: 'mercRegular';
	margin-bottom: 25px;
	text-transform: uppercase;
}

.overlay ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #46576a;
	font-size: 14px;
	line-height: 24px;
}

.overlay ul li:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #46576a;
}

@media only screen and (max-width : 480px) {
	.values-box {
		width: 94%;
	}
	.values-box .overlay {
		width: 100%;
		left: 0;
	}
}

/* End Core values page
--------------------------------------------------------------------------------------------------*/

/* 8. Board overview page
--------------------------------------------------------------------------------------------------*/
section.board-overview {
	padding: 86px 0 40px 0;
}

.board-overview h1 {
	color: #f26489;
	margin-bottom: 10px;
}

.board-members {
	margin-top: 30px;
	text-align: left;
}

.member {
	display: inline-block;
	width: 315px;
	border: 1px solid #dedede;
	padding: 5px 5px 25px 5px;
	margin: 13px 8px;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}

.member-info {
	padding: 5px;
	color: #46576a;
	position: relative;
	text-align: left;
}

.member .arrow-link {
	position: absolute;
	right: 8px;
	bottom: 7px;
	width: 10px;
	height: 17px;
	background: url("../img/member-arrow.png");
}

.member-img img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter:
		url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.member:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}

.member-info h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.member-info h2 a {
	text-decoration: none;
}

.member-info p {
	line-height: 18px;
}

a.member-mail {
	font-size: 14px;
	font-family: 'Arial';
	display: block;
	margin-top: 30px;
	text-decoration: none;
	color: #6B7887;
}

a.member-mail:before {
	content: url("../img/mail.png");
	margin-right: 5px;
}

@media only screen and (max-width : 480px) {
	.member {
		width: 94%;
	}
}

/* End Board overview page
--------------------------------------------------------------------------------------------------*/

/* 9. Member page
--------------------------------------------------------------------------------------------------*/
section.member-section {
	padding: 86px 0 27px 0;
	color: #46576a;
	min-height: 500px;
}

.member-section h1 {
	color: #f26489;
	margin-bottom: 30px;
}

.member-section h2 {
	color: #46576a;
	margin: 10px 0 20px 0;
}

.member-section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* End Member page
--------------------------------------------------------------------------------------------------*/

/* 10. Forums page
--------------------------------------------------------------------------------------------------*/
section.forums-section {
	padding: 85px 0 12px 0;
	min-height: 500px;
}

.forums-section h1 {
	color: #5acaf7;
	margin-bottom: 30px;
}

.forums-section .left-column {
	width: 90%;
	float: left;
}

.forums-section .right-column {
	width: 10%;
	float: left;
	margin-top: 17px;
}

.forums-section .right-column h4 {
	font-size: 18px;
	color: #5acaf7;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #dedede;
	font-family: 'mercRegular';
}

.forums-section .right-column .archive-hold h4 {
	margin-top: -9px;
}

.archive-hold {
	padding-left: 20px;
}

.archive-hold ul li {
	font-size: 14px;
	color: #46576a;
	margin-bottom: 3px;
}

.archive-hold ul li a {
	text-decoration: none;
}

.archive-hold ul li.active a {
	font-weight: bold;
}

.archive-hold ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	display: none;
	border-radius: 100%;
	background: #46576a;
	position: relative;
	top: -2px;
	margin-right: 5px
}

.article-hold {
	margin: 12px 0 45px 0;
	font-family: 'mercLight';
	display: flex;
}

.article-date {
	float: left;
	width: 50px;
	text-align: center;
}

.article-info {
	background: #fff;
	border: 1px solid #dedede;
	position: relative;
	width: 56%;
	flex-grow: 1;
	box-sizing: border-box;
}

.article-info h2 {
	font-family: 'mercRegular';
	background: #f0f2f3;
	color: #46576a;
	padding: 9px 20px 10px 20px;
	text-transform: uppercase;
	font-size: 26px;
	position: relative;
}

.article-info h3 {
	padding: 11px 20px 3px 20px;
	font-size: 18px;
	color: #3e4d5e;
	font-family: 'mercRegular';
	font-weight: 300;
}

.article-info p {
	color: #3e4d5e;
	padding: 0 10px 10px 20px;
}

.article-info p:last-of-type {
	padding: 0 10px 40px 20px;
}

.article-info a.sq-btn {
	position: absolute;
	right: -1px;
	bottom: 0;
	text-decoration: none;
}

.article-image {
	float: left;
	width: 37%;
	background-size: cover !important;
	display: block;
	border: 1px solid #dedede;
	border-left: none;
}

span.article-day {
	display: block;
	text-align: center;
	padding: 9px 0;
	background: #46576a;
	font-size: 26px;
	color: #fff;
	height: 51px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

span.article-month {
	display: block;
	padding: 12px 0;
	background: #6b7988;
	height: 49px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

span.article-month b {
	display: block;
	width: 100%;
}

/* Media queries */
@media only screen and (max-width : 992px) {
	.forums-section .left-column {
		width: 100%;
		float: none;
	}
	.forums-section .right-column {
		width: 100%;
		float: none;
		margin-top: 17px;
	}
	.archive-hold {
		padding-left: 0px;
	}
}

/* Media queries */
@media only screen and (max-width : 768px) {
	.article-hold {
		flex-direction: column;
	}
	
	.article-hold > div {
		width: 100%;
	}
	
	.article-date {
		display: flex;
	}
	
	.article-date > div {
		width: 80%;
		flex-grow: 1;
	}
	
	.article-date > div.article-image-sm {
		width: 150px;
	}
	
	.article-image {
		display: none;
	}
}

/* End Forums page
--------------------------------------------------------------------------------------------------*/

/* 11. Single forum page
--------------------------------------------------------------------------------------------------*/
section.single-forum-section {
	padding: 87px 0 40px 0;
	min-height: 500px;
}

.single-forum-section h4 {
	font-size: 14px;
}

.publication-content p {
	margin: 22px auto;
}

.publication-content p:last-of-type {
	margin-bottom: 12px;
}

.single-forum-section h1 {
	color: #5acaf7;
	margin-bottom: 30px;
}

.single-forum-section .article-hold {
	margin-top: 38px;
	margin-bottom: 15px;
}

.single-forum-section .article-info {
	width: 94%;
	border: 1px solid #dedede;
}

.single-forum-section .article-info h3 {
	font-size: 20px;
	padding: 10px 20px 12px 24px;
	font-weight: normal;
	font-weight: 300;
}

.single-forum-section iframe {
	margin: 19px 0 0;
}

.single-forum-section h4 {
	margin: 20px 0 0;
	color: #5acaf7;
	font-family: 'Arial';
	font-weight: bold;
	line-height: 24px;
	clear: both;
}

.single-forum-section p {
	margin-bottom: 10px;
}

.single-forum-section .portrait {
	float: left;
	margin: 7px 20px 20px 0;
}

@media only screen and (max-width : 768px) {
	.single-forum-section .portrait {
		max-width: 50%;
	}
}

@media only screen and (max-width : 500px) {
	.single-forum-section .portrait {
		margin: 7px 0 20px 0;
		max-width: 100%;
		width: 100%;
	}
}

.forum-slider {
	position: relative;
	margin: 20px 0 10px;
}

.single-forum-section a.main-btn {
	padding: 6px 20px;
}

.forum-slider li {
	display: table !important;
	height: 163px;
}

.vertical-center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.vertical-center a {
	display: block;
}

.single-forum-section a.main-btn img {
	position: relative;
	top: 1px;
	margin: 0 5px;
}

.flickr-gallery {
	margin: 58px 0 10px 0;
}

.flickr-gallery h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'mercRegular';
	color: #455669;
	background: #fff;
	padding-right: 15px;
	display: inline-block;
}

.forum-slider .flex-direction-nav {
	color: transparent;
	height: 0;
}

.forum-slider .flex-direction-nav a {
	background: #46576a;
	width: 34px;
	height: 34px;
}

.forum-slider .flex-direction-nav .flex-prev {
	right: 44px;
	top: -36px;
	left: initial;
}

.forum-slider .flex-direction-nav .flex-prev:before {
	content: url("../img/slider-prev-small.png");
	position: relative;
	top: -11px;
	left: 10px;
}

.forum-slider .flex-direction-nav .flex-next {
	top: -36px;
	right: 0;
}

.forum-slider .flex-direction-nav .flex-next:before {
	content: url("../img/slider-next-small.png");
	position: relative;
	top: -11px;
	right: 10px;
}

.flickr-gallery .separator {
	width: 100%;
	border-top: 1px solid #dedede;
	position: relative;
	top: -13px;
	z-index: -99;
}

@media only screen and (max-width : 992px) {
	.single-forum-section .article-info {
		width: 100%;
		border: 1px solid #dedede;
	}
	.single-forum-section iframe {
		width: 100%;
		height: 400px;
	}
}

/* End Single Forum page
--------------------------------------------------------------------------------------------------*/

/* 12. Publications page
--------------------------------------------------------------------------------------------------*/
section.publications {
	padding: 80px 0 40px 0;
	min-height: 500px;
}

.publication-content {
	padding: 13px;
	padding-bottom: 0;
}

.publications h1 {
	color: #5acaf7;
	margin-bottom: 30px;
}

.publication {
	margin-top: 37px;
	margin-bottom: 39px;
	border: 1px solid #c7ccd2;
}

.publication:last-of-type {
	margin-bottom: 10px;
}

.publication+h4 {
	margin: 35px 0;
}

.publication h2 {
	margin-top: 0;
	margin-bottom: 0;
	background: #f0f2f3;
	padding: 8px 22px;
	font-size: 26px;
	color: #46576a;
	text-transform: uppercase;
	font-family: 'mercRegular';
}

.publication-image {
	float: left;
	margin-bottom: 12px;
	width: 150px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.publication-info {
	float: left;
	padding: 0 10px;
	width: 80%;
}

.publication-info h3 {
	font-size: 18px;
	color: #3e4d5e;
	font-family: 'mercRegular';
	margin-bottom: 3px;
	font-weight: 300;
}

.publication-info h3+p {
	margin-top: 3px;
}

.publications h4 {
	margin: 20px 0;
	font-size: 24px;
	color: #5acaf7;
	font-family: 'mercRegular';
}

@media only screen and (max-width : 1003px) {
	.publication .publication-info {
		clear: left;
		margin-top: 15px;
	}
}

/* End Publications page
--------------------------------------------------------------------------------------------------*/

/* 12. Contact page
--------------------------------------------------------------------------------------------------*/

.info-invalid, .form-info-invalid {
	margin-top: 5px;
	color: red;
	font-family: 'Arial';
}

section.contact {
	padding: 44px 0 9px 0;
	min-height: 500px;
}

.contact h1 {
	color: #9dad91;
	margin-bottom: 30px;
}

.form-hold {
	float: left;
	width: 69%;
	margin-bottom: 30px;
}

.contact label {
	display: block;
	font-size: 14px;
	font-family: 'Arial';
	color: #46576a;
	margin-bottom: 2px;
}

.contact input,
.contact select {
	display: block;
	height: 26px;
	border: 1px solid #c7ccd2;
	width: 100%;
	font-size: 14px;
	padding-left: 10px;
	font-family: 'Arial';
	color: #46576a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .field {
	margin-bottom: 13px;
}

.contact select {
	padding-left: 5px;
}

.checkbox {
	margin-top: 26px;
	margin-bottom: 13px;
}

.checkbox input {
	width: 15px;
	height: 15px;
	position:absolute;
}

.checkbox label {
	display: inline-block;
	padding-left: 30px;
}

textarea {
	display: block;
	padding-left: 10px;
	height: 171px;
	width: 100%;
	border: 1px solid #c7ccd2;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .form-hold .main-btn {
	display: block;
	border: none;
	margin-top: 7px;
	padding: 8px 20px;
}

.contact-info {
	float: left;
	margin-top: 13px;
	width: 30%;
}

.contact-info h2 {
	font-size: 14px;
	font-family: 'Arial';
	font-weight: bold;
	color: #9dad91;
}

.contact-info p, .contact-info a {
	line-height: 16px;
}

.contact-info a {
	text-decoration: none;
}

.contact-adress {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.contact-adress:before {
	float: left;
	content: url("../img/adress-icon.png");
	margin-right: 4px;
}

.contact-adress p {
	float: left;
}

.contact-mail:before {
	content: url("../img/mail-icon.png");
	margin-right: 4px;
}

.contact-phone:before {
	content: url("../img/phone-icon.png");
	margin-right: 4px;
}

.contact ::-webkit-input-placeholder {
	color: red;
}

.contact ::-moz-placeholder {
	color: red;
} /* firefox 19+ */
.contact :-ms-input-placeholder {
	color: red;
} /* ie */
.contact input:-moz-placeholder {
	color: red;
}

@media only screen and (max-width : 1024px) {
	.contact-info {
		min-width: 230px;
		margin-bottom: 50px;
	}
	.contact-mail {
		display: block;
		margin-bottom: 5px;
	}
	textarea {
		width: 650px;
	}
}

@media only screen and (max-width : 992px) {
	.form-hold {
		width: 100%;
		padding-right: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	textarea {
		width: 100%;
	}
	.contact-input {
		width: 100%;
	}
	.contact-info {
		margin-top: 30px;
	}
}

/* End Contact page
--------------------------------------------------------------------------------------------------*/
.ios-click {
	cursor: pointer;
}

/*make all elements clickable on ios when search is open*/
html.ios-click * {
	cursor: pointer;
}

/*home slider text*/
@media ( max-width : 1024px) {
	.home-slider-description h1 {
		font-size: 26px;
	}
	.home-slider-description h1 strong:first-child {
		font-size: 60px;
		line-height: 60px;
	}
	.home-slider-description h2 {
		margin-bottom: 8px;
		font-size: 16px;
	}
	.home-slider-description p {
		font-size: 14px;
		line-height: 14px;
	}
}

@media ( max-width : 640px) {
	.home-slider-description h1 {
		font-size: 22px;
	}
	.home-slider-description h1 strong:first-child {
		font-size: 30px;
		line-height: 30px;
	}
	.home-slider-description h2 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.home-slider-description p {
		font-size: 14px;
	}
}

@media ( max-width : 639px) {
	.home-slider-description {
		visibility: hidden;
		opacity: 0;
	}
}
/*end home slider text*/
@media ( min-width : 993px) {
	.main-nav ul li:hover .sub-menu, .main-nav ul li.open .sub-menu {
		display: block !important;
	}
}

/*TABLET LANDSCAPE GENERAL*/
@media ( max-width : 1024px) {
}

/*TABLET PORTRAIT GENERAL*/
@media ( max-width : 768px) {
	section.page-section {
		padding-top: 20px;
	}
}

/*MOBILE LANDSCAPE GENERAL*/
@media ( max-width : 767px) {
}

/*MOBILE PORTRAIT GENERAL*/
@media ( max-width : 640px) {
	.page-section h1 {
		font-size: 40px;
	}
}

/* Slick */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url("../img/ajax-loader.gif") center center no-repeat
}

.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before
	{
	opacity: .5
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

[dir="rtl"] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}

[dir="rtl"] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: .5
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 40px;
	line-height: 20px;
	text-align: center;
	color: #6f6f6f;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #6f6f6f;
	opacity: 1
}

.social_media {
	margin: 60px 0 20px 0;
}

.social_media h2 {
	margin-bottom: 20px;
}

.card__icon {
	position: absolute;
	left: 50%;
	top: 2rem;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	height: 50px;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	font-size: 50px;
	color: #dedede;
}

a.card__icon:hover {
	color: #5acaf7;
}

.card-social {
	height: 375px;
	margin-bottom: 20px;
	width: 32%;
	padding: 0 30px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
	position: relative;
	word-wrap: break-word;
}

.home .card__copy a {
	display: inline;
	margin-top: 0;
	color: #368973;
	text-decoration: none;
}

.willkommen .card__copy {
	margin-top: 0;
	font-size: 14px;
	line-height: 22px;
}

.card-social:last-child {
	margin-right: 0;
}

.card-social .card__copy {
	margin-bottom: 0.25rem
}

.card-social .card__content {
	padding-top: 6.5rem
}

.card-social .card__content.photos {
	padding-bottom: 1.5rem
}

.card-social .media__entry {
	height: auto;
	text-decoration: none;
}

.card-social .media__imgwrapper {
	margin-bottom: 0.75rem
}

.carousel-social {
	height: 100%;
	padding-bottom: 3rem
}

.carousel-social .slick-dots {
	bottom: 20px
}

.carousel-social .card__content {
	margin: 0
}

@media only screen and (max-width: 1023px) {
	.card-social {
		width: 100%;
		height: auto;
		text-align: center;
	}
	.card-social .card__content .media__imgwrapper {
		display: inline-block;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

figure.wp-block-image{
	margin: 20px 0;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}