/* Version: 17.01.2014 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #FFF;
	line-height: 1.45;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	font-size: 1.4rem;
	line-height: 1.35;
	font-weight: 700;
}

h2{
	margin: 0px;
	font-size: 1.15rem;
	line-height: 1.35;
	font-weight: 400;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #000;
	font-size: 0.78rem;
}

.logo{

}

.content{
	padding: 4% 5%;
}

.flex {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	padding: 0% 10px 10px 5%;
}

.left {
	width: 60.5%;
	line-height: 1.65;
}

.right {
	width: 37.5%;
	background-color: #cccccc;
}

.box{
	padding: 10px;
}

.box_oben{
}

.box_mitte{
}

.box_unten{
}

.box_links{
	float: left;
	width: 35%;
}

.box_rechts{
	float: right;
	width: 65%;
}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #004f9f;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.abstand5 {
	padding-top: 5px;
}

.abstand10 {
	padding-top: 10px;
}

.abstand15 {
	padding-top: 15px;
}

.abstand30 {
	padding-top: 30px;
}

.abstand-left {
	margin-left: 38px;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 38px;
}

li {
	padding: 0px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}

.apply {}
