

BODY {
	margin: 0px;
	background-color: white;
	font-family: 'IBM Plex Serif', serif;;
	}

iframe {
	margin-top: 20px;
	}
	
A {
	text-decoration: none;
	color:black;
	}	
	
.news_body a {
	color: #1E1F26;
	font-weight: bold;
	}	
	
A:hover {
	text-decoration: none;
	color: #4D648D;	
	}	
	
H1 {
	font-size: 30px;
	line-height: 120%;
	margin: 0px;
	font-weight: bold;
	}
	
H2 {	
	font-size: 26px;
	line-height: 120%;
	margin: 0px;
	font-weight: bold;
	}	

H3 {	
	font-size: 20px;
	line-height: 150%;
	margin: 0px;
	font-weight: bold;
	}
	



.highlight-front a{ 
   	color: #000e34;
   	font-weight: bold;
	}


@media only screen and (max-width: 6000px){ 


#contentLayer {
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 0px;
	width: 30%;
	z-index: 5;
	}


#container0 {
	width: 1550px;
	margin: 10px auto 10px auto; 
	position: relative;
	z-index: 1;
	background: white;
	}

#container {
	float:left;
	width: 1060px;
	height: auto;
	max-width: 1060px;
	min-width: 310px;
	}

header {
	padding: 10px;
	width: calc(100% - 30px);
	max-width: 974px;
	background-color: white;
	margin-top: 10px;
	margin-left: 20px;
	min-height: 70px;
	}

#header_left {
	float:left;
	width: 100%;
	text-align:left;
	}	

#header_left img {
	width: 35%;
	max-width: 530px;
	}


#header_right {
	float:left;
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	}	
	
#header_logo {
	min-width: 150px;
	}	

nav { 
	display:none;
     opacity: 0; 
     left: 0px; 
     top: 0px; 
     position: fixed;
     z-index: 0; 
     width: 70%; 
     height: 100%; 
     box-sizing: border-box; 
     overflow-x: hidden; 
     overflow-y: auto; 
     background: #929CB1; 
	} 

.nav_sektion {
	background: #283655; 
	}
	
.nav_close {
	width: 40%;
	text-align:left;
	color: white;
	font-size: 24px;
	margin-left: 30px;
	margin-top: 10px;

	
	}
	
.nav_close span {
	cursor: pointer;	
	margin-right: 10px;

	}	
	

#navi {
	clear:both;
	width: calc(100% - 30px);
	height: 40px;
	max-width: 994px;
	background-color: white;
	padding-right: 0px;
	margin-left: 20px;	
	border-bottom: thin solid gainsboro;
	padding-left: 0;
	}


.navi_itemlist {
	width: calc(100% - 290px);
	text-align:left;
	float:left;
	}
	

.navi_element {
	display:inline-block;
	position: relative;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 1%;
	padding-right: 1%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: black;
	font-weight: normal;
	border-right: 1px solid white;
	}
	

.navi_element_active {
	float:left;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 1%;
	padding-right: 1%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3f5277;
	cursor: pointer;	
	border-right: 1px solid white;
	background-color: white;	
	}


.navi_element:hover {
	color: #3f5277;
	cursor: pointer;	
	background-color: white;
	}

.navi_search {
	float:left;
	width: 200px;
	text-align: center;
	color: white;
	}	
	
.suchfeld {
	width: 80%;
	float:left;
	display:inline;
	background-color:white;
	margin-right: 3px;
	padding: 2px;
	margin-bottom: 0px;
	}

#suchstring {
	padding: 0px;
	width: 150px;
	height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-left:5px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:left
	}

.suchlupe {
	width: 50px;
	height: 30px;
	/* background-image: url(/bilder/layout/icon_lupe.png); */
	overflow: hidden;
	border: 0px;
	margin-left: 0px;
	}


#bigmac {
	display:none;	
	float:left;
	position: relative;
	border: 0px solid #3B3B3B;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	height: 30px;
	padding: 3px 1px 3px;
	width: 25px;
	background: white;
	margin: -2px 20px 0px -2px;
	margin-left: 0px;
	}

#bigmac div {
	background-color: #1E1F26;
	border: 1px solid #1E1F26;
	border-radius: 1px 1px 1px 1px;
	height: 1px;
	margin-top: 4px;
	width: 90%;
	}

nav { 
	display:none;
     opacity: 0; 
     left: 0px; 
     top: 0px; 
     position: fixed;
     z-index: 0; 
     width: 70%; 
     height: 100%; 
     box-sizing: border-box;
     overflow-x: hidden; 
     overflow-y: auto;
     background: #1E1F26; 
 	} 

nav ul { 
     list-style: none; 
     margin: 0; 
     width: 100%; 
     padding: 0; 
 	color: #191970;
 	} 
 
nav ul a { 
    color: #fff; 
    text-decoration: none; 
	}  
	
nav li { 
     position: relative; 
     font-family: 'Open Sans', sans-serif;
     font-size: 1em; 
     font-weight: bold; 
     border-bottom: 0px solid #222222; 
     border-top: 0px solid #444444; 
     padding: 10px 0px 10px 10px; 
 	} 
 
nav li div { 
	padding-left: 20px;
	font-weight: normal;
	}

#content {
	width: 100%;
	height: auto;
	margin-top: 10px;
	}

/* set dynamic height of section */	
#content:after { 
	content: " "; 
	display: block;
	clear: both;
	} 

.mainrow {
	float:left;	
	max-width: 650px;
	min-width: 310px;	
	height: auto;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	}


	

/* ADS */

		
#maxiboard
	{
	margin-bottom: 10px;
	padding: 0 0 0 25px;	
	max-width: 994px;
	}

.sky {
	float:left;
	min-width: 170px;
	margin-left: 10px;
	}
	
#sky_floater {
	position:relative;
	}	

.sky_mobile {
	display:none;
	}


.rectangle {
	margin-bottom: 30px;
	}


.native_teaser {
	background-color: whitesmoke;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;

	}

.native_teaser h4 {
	color: #000e34;
	font-family: 'Open Sans', sans-serif;
	}


/* NEWS */

article_thema {
	width: 100%;	
	margin-bottom: 10px;
	display:inline-block;	
	}


article {
	width: 100%;	
	margin-bottom: 0px;
	display:inline-block;
	}


.news_spitzmark {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color:  #283655;
	margin-bottom: 10px;
	font-weight: bold;
	}


.news_spitzmark_partner {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #fde50d;
	color: black;
	padding: 5px 10px;
	width: 123px;
	border: none;
	margin-bottom: 10px;
	font-weight: bold;
	}


.news_title {
	font-family: 'IBM Plex Serif', serif;
	margin-bottom: 15px;
	line-height: 180%;
	}

.news_lead {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 5px;
	}

.news_datum {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #283655;
	margin-bottom: 2px;	
	float:left;
	margin-right: 5px;
	}
	
.socialmedia_icon {
	float:left;
	width: 100px;
	}	
	
.news_body {
	font-size: 18px;
	line-height: 180%;
	margin-top: 20px;
	padding-bottom: 20px;
	}	
	
.news_img_top_div {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	}	

.news_img_top {
	width: 100%;
	}
	
.news_img_hoch_div {
	width: 40%;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;	
	}
	
.news_img_hoch {
	width: 100%;
	}	
	
.news_img_legende {
	background-color: white;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 120%;
	margin-top: 5px;
	}	
	
.news_textbox {
	background-color: #D0E1F9;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #1E1F26;
	line-height: 180%;
	border-radius: 1px;
	padding: 30px;
	width: 80%;
	margin-bottom: 20px;
	}

.panel {
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	}
	

.news_spitzmark_related {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:  #283655;
	margin-bottom: 17px;
	font-weight: bold;
	}
	
.news_title_related {
	font-family: 'IBM Plex Serif', serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 160%;
	}
	
.news_lead_related {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 180%;
	 25px;	
	}



/* Kurzmeldungen */ 

.km_container {
	font-family: 'open sans', serif;
	width: 100%;
	}

.km_container h3 {
	margin: 0px;
	display: block;
	}


.km_item {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: thin solid gainsboro;
	}
	
.km_img {
	display:table-cell;
	vertical-align: top;
	}

.km_img div {
	width: 220px;
	margin-right: 30px;
	margin-top: 5px;
	}


.km_text {
	display:table-cell;
	}


.km_text div {
	width: 400px;
	vertical-align: top;
	line-height: 150%;
	}	

.km_text h4 {
	font-family: 'IBM Plex Serif', serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px; 
	}

.km_text lead {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 150%;
	}

.km_text newsdat {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	
	}


/* LINKS */ 

.page_turn {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	clear:both;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

.page_turn a {
	color: black;
	}	
	
.page_turn_left {
 	position: relative;
 	width: 33.4%; 
 	float: left;
	text-align: center;
	}

.page_turn_mid {
 	position: relative;
 	width: 33%; 
 	float: left;
	text-align: center;
	color: black;
	}

.main_link_prev {
	margin-left: 0px;
	float:left;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	background-color: white;	
	}

.main_link_prev:hover {
	text-decoration: none;
	color: #3f5277;	
	}	

.main_link_prev_text {
	height: 20px;
	line-height: 20px;	
	text-align:center;
	}	

.main_link_next {
	margin-right: 0px;
	float:right;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	background-color: white;	
	}

.main_link_next:hover {
	text-decoration: none;
	color: #3f5277;	
	}

.main_link_next_text {
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	text-align:center;
	}
	
.mehr_artikel_link {
	margin-left: 25px;
	font-family: 'Open Sans', sans-serif;
	float:left;
	width: 100%;
	height: 100%;
	margin-top: 7px;
	margin-bottom: 10px;
	background-color: white;
	font-size: 14px;
	}

.mehr_artikel_link:hover {
	text-decoration: none;
	color: #3f5277;	
	}
		




/* trio bar */

 .trio {
	margin-bottom: 10px;
	float:left;
	width: 300px;
	min-height: 300px;
	padding: 0px 25px 0px 25px;
	font-size: 16px;
	line-height: 22px;
	overflow:hidden;
	}
	
.news_trio_img_div {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	}	


/* breaklines */

.breakline {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 0px);
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: thin solid gainsboro;
	}

.breakline1 {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 0px);
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: thin solid gainsboro;
	}


.mainrub_title {	
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1E1F26;
	margin-left: 0px;
	padding-left: 23px;
	padding-top: 25px;
	overflow:hidden;
	background-color: white;
	border-radius: 0px;
	width: 90%;
	}

.mainrub_link {	
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1E1F26;
	margin-left: 0px;
	padding-left: 25px;
	padding-top: 5px;
	overflow:hidden;
	background-color: white;
	border-radius: 0px;
	width: 90%;
	}


.mainrub_title_SUS {	
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1E1F26;
	margin-left: 0px;
	padding-left: 25px;
	padding-top: 25px;
	overflow:hidden;
	background-color: white;
	border-radius: 0px;
	width: 90%;
	}




/* teaser box */

.teaserrow {
	float:left;
	width: 300px;
	min-width: 300px;
	height: auto;
	margin-top: 20px;
	margin-left: 25px;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	}
	
.teaserrow h5 {
	color: #D3D3D3;	
	}

.teaserbox {
	float:left;
	width: 310px;
	min-height: 50px;
	margin-bottom: 20px;
	}

.teaserbox_title {	
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1E1F26;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	height: 28px;  
	overflow:hidden;
	background-color: white;
	border-radius: 0px;
	width: 90%;
	}

.teaserbox_content {
	height: 100%;
	padding: 0px;
	background-color: white;
	font-size: 14px;
	color: black;
	line-height: 180%;
	text-align:left;
	}

.teaserbox_content .spitzmark {
	color:  #283655;
	font-weight: bold;
	}


.teaserbox_content_bullet {
	width: 15px;
	text-align:center;
	float:left;
	color: black;
	}

.teaserbox_content_num {
	width: 22px;
	text-align:left;
	float:left;
	margin-right: 0px;
	color: black;
	font-weight: bold;
	}
	
.teaserbox_content_item {
	position: relative;
	margin-left: 0px;
	border-bottom: thin solid gainsboro;
	width: 90%;
	margin-bottom: 7px;
	}

.teaserbox_content  a {
	color: black;
	}

.teaserbox_content_fusszeile {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #000e34; 
	line-height: 110%;
	margin-top: 10px;
	}
	

		
	
#teaser_image {	
	min-width: 300px;
	}


#baseval {
	margin-bottom: 10px;
	}


#footer {
	clear:both;
	font-family: 'Open Sans', sans-serif;	
	color: white;
	margin-top: 5px;
	line-height: 15px;
	min-height: 150px;
	background-color: #1E1F26;
	max-width: 1199px;
	width: 100%;
	}

.footer_claim {
	font-size: 18px;
	padding: 20px;
	line-height: 150%;
	text-align:center;
	max-width: 6000px;
	}

.footer_info {
	padding: 10px;
	font-size: 14px;
	line-height: 200%;
	text-align:center;
	max-width: 6000px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	

#footer a {
	color: #F2F2F2;
	padding: 1%;
	}

#footer a:hover {
	color: #D0E1F9;	
	text-decoration: none;
	}

.sm_icon_container
	{
	height: 15px;	
	margin-bottom: 5px;	
	}
	

#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1E1F26;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none; /* Verstecke den Hinweis standardmäßig */
}

#cookie-notice p {
    margin: 0;
    display: inline;
}

#cookie-notice button {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}	
	
	
}	
	

/* 1124 or smaller */
@media only screen and (max-width: 1024px){ 

#container0 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	}



}




/* 1110 or smaller */
@media only screen and (max-width: 1110px){ 

#container0 {
	width: 100%;
	}
	
	.sky {
	display:none;
	}	
	
.sky_mobile {
	display:block;
	}


}




/* 992 or smaller */
@media only screen and (max-width: 994px){ 


#container {
	width: 100%;
	}
	
#container0 {
	max-width: 100%;
	}
	
.sky {
	display:none;
	}		

.sky_mobile {
	display:block;
	}

.mainrow {
	max-width: 100%;
	width: 90%;
	}

.teaserrow {
	width: 100%;
	margin-left: 15px
	}

.teaserbox {
	width: calc(50% - 18px);	
	height: auto;
	margin-right: 10px;
	overflow:hidden;
	}


}



/* 680 or smaller */
@media only screen and (max-width: 680px){ 


	
#container0 {
	max-width: 100%;
	}

#container {
	width: calc(100% - 40px); /* Breite des Containers */
    	margin: 0 auto; /* Zentriert den Container */
    	margin-top: 0px;
    	padding: 0 20px; /* Abstand links und rechts */
  }
	
	
.sky {
	display:none;
	}	

#maxiboard {
	display:none;
	}

.breakline1 {
	display:none;
	} 	

.sky_mobile {
	display:block;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	}
	
.rectangle {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	}	
	
.mainrow {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}
	
	
#header_left {
	width: calc(100% - 0px);
	float:left;
	padding-bottom: 0px;
	}	

#header_left img {
	width: 60%;
	max-width: 530px;
	}
	
.navi_search {
	display:none;
	}

.news_lead {
	font-size: 16px;
	line-height: 24px;
	}

.news_spitzmark {
	display:none;
	}
	
.news_datum {
	margin-bottom: 10px;
	}
	
.news_img_top_div {
	width: 100%;
	min-width: 300px;
	}	
	
.news_body {
	font-size: 17px;
	line-height: 180%;
	letter-spacing: -0.02em;
	margin-top: 20px;
	width: 100%;
	padding-bottom: 10px;
	}
	
	
.trio	{
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom: thin solid gainsboro;	
	}	
	
.news_trio_img_div {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	}	

.km_container {
	width: 100%;
	}
	
.km_text div {
	flex-direction: column-reverse;
	width: 100%;
	}

.km_text div {
	width: 100%;
	}

.km_img div {
	width: 150px;
	margin-right: 20px;
	margin-top: 0px;
	}	

.km_lead {
	display:none;
	}

	
h1 {
	font-size: 22px;
	line-height: 30px;
	}	

h2 {
	font-size: 22px;
	line-height: 30px;
	}

h3 {
	font-size: 22px;
	line-height: 30px;
	}


#content {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	
	}

header {
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 0px;
	min-height: 0px;
	}

#bigmac {
	display:block;
	margin-left: 0px;		
	}

#navi {
	margin-left: 3px;
	display:none;
	}	
	
.navi_search {
	width: calc(100% - 100px);
	}
		
.navi_itemlist {
	display:none;		
	}	

nav { 
	display:block;
	}


.teaserrow {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 0px);
	}

.teaserbox {
	float:none;
	width: 100%;	
	margin-right: 0px;
	margin-left: 10px;
	}

.mainrub_title_SUS {	
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1E1F26;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 25px;
	}

.mehr_artikel_link {
	margin-left: 0px;
	}


#footer {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 0px);
	}

}




