.sx-mb-50 {
	margin-bottom: 50px;
}
.sx-mt-70 {
	margin-top: 70px;
}

/*emo*/
.emo-container__section--home {
	position:relative;
	background-color: #e5352c;
	margin-bottom: 50px;
}
.emo-container__section--home .bg-image {
	height:230px;
	background-size:cover;
	background-position:center;
}

/*focus*/
.focus .article {
	margin-bottom:0;
}

/*shortlink*/
.shortlink h4 > a:hover {
	color:#000;
	text-decoration:none;
}
.shortlink__icon {
	margin-bottom:30px;
}
@media screen and (min-width:576px) {
	.shortlink__icon {
		margin-bottom:0;
	}
}

/**/
@media screen and (min-width:1404px) {
	.our-engagements img {
		max-width:150px;
	}
}
@media screen and (max-width:769px) {
	.our-engagements img {
		max-width:150px;
	}
}

/**/
.event-list-2025 {
}
.event-list-2025 ul li a {
	background-color:#F0EEEC;
	padding:10px;
}
.event-container .event-list-2025 .event-infos .headline-event--small {
	margin-bottom:8px;
}

/*emo*/
.emo-container--extra {
}

/*events*/
.event-infos h3 {
	font-family: 'Corporate S W01 Medium';
}
.veranstaltung-list-item__content h3 a {
	font-family: 'Corporate S W01 Medium' !important;
}


/*Navigation*/
.navigation-mobile-content__footer {
	font-size:16px;
}
.header .navigation-mobile-content__footer {
	margin-bottom:30px;
}
.header .navigation-mobile-content__social-list-item-link {
	width:30px;
	height:30px;
}
.header__navigation__change {
	flex-direction:column-reverse;
}

@media (min-width: 1024px) {
	.header__mobile-button-container {
		display: block !important;
		/*margin-left: 25px;*/
		margin:18px 0 16px 25px;
	}
	.navigation-mobile-header {
		padding: 0 0 30px 0;
	}
	.navigation-mobile-content__footer {
		margin-top:50px;
	}
	.drilldown-container {
		margin-top:36px;
	}
	
	.header__navigation__change {
		flex-direction:row;
	}
}
@media (min-width: 1023px) {
	.header-top__list-item-link {
		font-size:18px;
	}
}

