/* Version: 17.01.2014 */

@font-face {
	font-family: "Open Sans";
	src: local('Open Sans'),     
	url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: local('Open Sans'),     
	url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	color: #3a434f;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	background-color: #F5F5F5;
	line-height: 1.45;
}

p {
	margin: 0 0 0.7rem 0;
}

p:empty {
height: 18px;
}

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

strong{
	font-weight: 700;
}

h1{
	margin: 0 0 0.7rem 0;
	font-size: 1.45rem;
	font-weight: 700;
}

h2{
	margin: 0 0 0.7rem 0;
	font-size: 0.9rem;
	font-weight: 700;
}

h3{
	margin: 0.5rem 0 0 0;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.25;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #005E2F;
	font-size: 0.8rem;
	-webkit-border-radius: 0.438rem;
	-moz-border-radius: 0.438rem;
	border-radius: 0.438rem;
	position: relative;
}

.logo{
	position: absolute;
	right: 23px;
	top: 21px;
}

.logo img{
	width: 143px;
}

.header{
	position: relative;
}

.content{
	padding: 4% 5%;
}

.flex {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
}

.left, .right {
	width: 48.5%;
	background-color: #E5EEEA;
}

.leftGrau, .rightGrau {
	width: 48.5%;
	background-color: #faf8f7;
}

.box{
	padding: 15px;
}

.box_oben{
	color: #FFF;
	position: absolute;
	bottom: 2.7rem;
	left: 5%;
	width: 55%;
	text-shadow: 0 0 12px rgba(0,0,0,.6);
}

.box_mitte{
}

.box_unten{
}

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

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

.box_links p:last-child {
	margin: 0;
}

.box_rechts p:last-child {
	margin: 0;
}

.box_links2{
	float: left;
	width: 39%;
}

.box_rechts2{
	float: right;
	width: 55%;
}

#footer{
}

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

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #005E2F;
	text-decoration: none;
}

a:hover {
	color: #005E2F;
	text-decoration: underline;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.gruen {
	color: #005E2F;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.nomag {
	margin: 0;
}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

.button:link, .button:visited, .button:active {
	color: #F7F7F7;
	text-decoration: none;
	background-color: #CC0E2D;
	padding: 0.5rem 0.75rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-border-radius: 0.438rem;
	-moz-border-radius: 0.438rem;
	border-radius: 0.438rem;
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
}
.button:hover {
	color: #F7F7F7;
	text-decoration: none;
	background-color: #d63e58;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.25rem;
}

li {
	padding: 0px;
}

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

.refnr {}

.apply {}
