@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 900;
  font-style: italic;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	background-color: #FAFAFA;
	line-height: 1.35;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

hr {
	height:1px; 
	background-color:#ccc; 
	border: 0; 
	margin: 0.8rem 0;
}

strong {
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.45rem;
	font-weight: 700;
	color: #E10000;
}

h1::after {
content: '';
border-bottom: 3px solid red;
width: 100px;
display: block;
margin-top: 0.5rem;
margin-bottom: 1rem;}

h2{
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 400;
}

#rahmen {
	padding: 0px;
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: solid 1px #ccc;
	font-size: 0.8rem;
}

/* headlines with lines */
.decorated{
     overflow: hidden;
     text-align: left;
	 color: #E10000;
	 font-weight: 600;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
	color: #e3e3e3;
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 100vw;
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}

.logo{
	text-align: right;
	margin-top: -1rem;
}
.logo2{
	text-align: right;
}
.logo img{
	width: 200px;
}
.logo2 img{
	width: 200px;
}
.content{
	padding: 4.8%;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
	align-items: center;
}

.left{
	width: 60%;
	background-color: #FFF;
}

.right {
	width: 36%;
	background-color: #e3e3e3;

}
.right2 {
	width: 36%;
	
margin-top: 1.75rem;
}
.box{background-color: #e3e3e3;
	padding: 1rem;
}

.box2{background-color: #d7e7d9;
	padding: 1rem;
	color: #0c4631;
font-weight: 600;
}

.box_oben{

}

.box_mitte{
}

.box_unten{
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.farbe a:link, .farbe a:visited, .farbe a:active {
	color: #E10000;
	text-decoration: none;
}

.farbe a:hover {
	color: #000;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #E10000;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.8rem;
	list-style: none;
}

ul li {
	position: relative; 
	padding-top: 0.2rem;
}

ul li::before {
	position: absolute;
	top: 0.05rem;
	left: -1.25rem;
	content: "■";
	transform: scale(1.1);
	color: #E10000;
} 

.box2 ul li::before {
	position: absolute;
	top: 0.05rem;
	left: -1.25rem;
	content: "■";
	transform: scale(1.1);
	color: #0c4631;
} 

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}

.apply {}
