/* Styles subdomain */
.main-content > div:first-child {
	margin-top: 4rem;
}

.jumbotron.umbenennen .slide figure img {
  max-width: 100% !important;
  width: 100% !important;
  object-fit: cover;
  max-height: 680px;
}

.jumbotron.bg-light.umbenennen {
   background-Color: #fff!important;
}
.jumbotron.p-5.umbenennen{
  padding: 3rem 3rem 1rem 3rem !important;
}


#sticky_nav_left > div {
	display: none;
}

#sticky_nav_left > div#toggle_language {
	display: block;
}


.article h1 {
	max-width: 100%;
	color: #191970;
}

.article h2,
.article h3 {
	color: #191970;
}

.article .zweispalten.floating {
	display: block !important;
}

.article .zweispalten.floating .news-related-news li {
	margin-bottom: 1rem;
}

.article .zweispalten.floating .news-related-news li a {
	color: #191970;
	font-weight: 500;
}

.news.news-single  .article .zweispalten.floating .infobox {
	background: #191970;
}


.article .zweispalten.floating .zweispalten_rechts {
	float: right;
	padding-left: 30px;
	box-sizing: border-box;
	border-left: 1px solid gray;
	margin-left: 20px;
	padding-bottom: 20px;
}

.article .zweispalten.floating .zweispalten_links {
	width: 100%;
}

#page-content .accordion-item button.accordion-button {
	color: #191970;
}

body #page-content .accordion-item .accordion-button::after {
	background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path style="fill:%23191970" d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
}

body #page-content .accordion-item .accordion-button.collapsed::after {
	background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path style="fill:%23191970" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
}




@media screen and (max-width: 680px) {
	.article .zweispalten.floating {
		display: flex !important;
	}
	
	.article .zweispalten.floating .zweispalten_rechts {
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
		order: 2;
	}
}



/** mobile Navigation - Hamburger Icon **/
  button.navbar-toggler {
    display: none;
}

/* /Styles subdomain */