html, body, div, header, nav, footer, section, p, table, tr, td{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 1.65em;
	}
	
html{
	scroll-behavior: smooth;
	}

div.anker_container_outer{
	position: relative;
	}
	
div.anker_container_inner_,
div.anker_container_inner_abstand_oben_gross,
div.anker_container_inner_abstand_oben_mittel,
div.anker_container_inner_abstand_oben_klein{
	position: absolute;
	top: 0px;
	}
	
a:link, a:visited{
	font-style: normal;
	letter-spacing: normal;
	}

a:hover, a:active{
	font-style: italic;
	letter-spacing: 0.034em;
	}
	
@media (min-width: 1320px){
	div.anker_container_inner_{
		top: -150px;
		}

	div.anker_container_inner_abstand_oben_gross{
		top: -70px;
		}

	div.anker_container_inner_abstand_oben_mittel{
		top: -96px;
		}

	div.anker_container_inner_abstand_oben_klein{
		top: -120px;
		}
	}
	
h1, h2, h3, h4, h5, h6, h7{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	color: #363D82;
	}


#header_logo{
	float: left;
	/*margin-left: 43px;*/
	width: 50px;
	height: auto;
	}


#header_texts{
	float: left;
	/*border-left: 1px solid #363D82;*/
	margin-top: 16px;
	margin-left: 7px;
	padding-left: 12px;
	}
	
label.headerMenuToggler_label{
	
	/*background-color: rgba(54,61,130,.6);*/
	
	cursor: pointer;
	
	display: table; 
	font-size: 40px;
	
	
	color: #363D82;
	
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 0px;
	
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header label[for="toggleMobileMenu"]>div:before{
	font-family: 'pdk';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\005f'; /* menu */
	}


#header_menu_link{
	float: right;
	
	min-width: 70px;
	min-height: 10px;
	}
	
@media (min-width: 1320px){
	#header_menu_link{
		display: none;
		}
	}	
	
#main_nav a.sec-level{
	font-size: 100%; 
	padding-right: 20px;
	color: black;
	}
	
article{
	width: 100%;
	/*padding-bottom: 60px;*/
	
	/*margin-bottom: 60px;*/
	/*background-color: white;*/
	}

article.bottom-line{
	border-bottom: 1px solid #363D82;
	}

article.abstand_oben_klein{ margin-top: 30px; }
article.abstand_oben_mittel{ margin-top: 60px; }
article.abstand_oben_gross{ margin-top: 90px; }

article.abstand_unten_klein{ padding-bottom: 30px; }
article.abstand_unten_mittel{ padding-bottom: 60px; }
article.abstand_unten_gross{ padding-bottom: 90px; }
	
article h1{
	padding-bottom: 4px;
	}
	
article h2{
	padding-bottom: 3px;
	}
	
h1.area-main-hl{
	padding-bottom: 14px;
	}
	
h2.area-sub-hl{
	padding-bottom: 12px;
	}	
article div{
	/*padding-top: 10px;*/
	}
	
h3.q{
	font-weight: 700;
	}
	
#footer a{
	color: white;
	padding-left: 4px;
	padding-right: 4px;
	}
	
#footer a:hover, #footer a:active{
	color: #202552;
	background-color: #CED0E8;
	font-style: normal !important;
	letter-spacing: normal !important;
	} 
	
div.label{
	margin-bottom: 15px;
	}