/* serach jump fix */
.header__container-content,
.header__container-content > .row {
	height: 72px;
}
@media screen and (max-width:991px) {
	.header__container-content,
	.header__container-content > .row {
		height: 54px;
	}
}
@media screen and (max-width:520px) {
	.header.shrink .desktop-logo {
		width: 140px;
	}
}

/*Sprachwahl Head/Foot*/
@media screen and (max-width:990px) {
	.main-footer {
		font-size:1.125rem;
	}
}

.head-option {
	position:absolute;
	
	top:3px;
	right:42px;
	
	font-size:1.35rem;
}
@media screen and (max-width:990px) {
	.head-option {
		top:8px;
		font-size:1.125rem;
	}
}
.foot-option {
	position:relative;
	left:-8px;
	
	padding-top:17px;
}
.foot-option .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.head-option li,
.foot-option li {
	padding:0 3px 0 8px;
	
	/*display:inline-block;*/
	color:#e57200;
	position:relative;
}
.head-option li::before,
.foot-option li::before {
	content:'|';
	
	position:absolute;
	top:-2px;
	left:0;
}
.head-option li:first-child::before,
.foot-option li:first-child::before {
	content:none;
}

@media screen and (max-width:520px) {
	.head-option {
		display:none;
	}
}

.head-option a {
	color:#ccc;
}
.head-option a.active,
.head-option a:hover {
	color:#e57200;
}
.foot-option a {
	color:#000;
}
.foot-option ul {
	padding:4px 0;
}
.foot-option a.active,
.foot-option a:hover {
	color:#e57200;
}
.foot-option {
	font-size:1.3125rem;
}
@media screen and (max-width:990px) {
	.foot-option {
		font-size:1.125rem;
	}
}


/*Popup*/
@media (min-width: 769px) {
	.privacy-popup {
		padding: 15px 0;
		
		font-size:1.2rem;
	}
}
.privacy-popup {
	padding: 15px 0;

	font-size:1rem;
}

/*Intro*/
.section--intro {
	padding:40px 0 30px;
}
@media (min-width: 992px) {
	.section--intro {
		padding:80px 0 20px;
	}
}

.mobile-lang {
	display:block;
}
@media (min-width: 520px) {
	.mobile-lang {
		display:none;
	}
}

/* mobile font */
@media screen and (max-width:990px) {
	h4, .h4 {
		font-size: 1.5rem;
	}
	.card-header-title {
		margin-bottom: 0;
	}
}

.dropzone.dz-started .dz-message {
	margin: 0 0 10px;
	display: block;
}

.main-footer .follow li:first-of-type .follow__item {
	margin-left: 0;
}
.follow .follow__item--news span {
	left: 3px !important;
}

/* issuu */
.issuu__wrapper {
	position:relative;
	padding-top: max(60%,326px);
	height:0;
	width:100%
}
.issuu {
	position:absolute;
	border:none;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.hidden {
	display: none !important;
}

.webedition {
	font-family:Arial, sans-serif;
}