/* Version: 07.03.2016 */

/* --- Normal --- */
@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, 900;
  font-style: normal;
}

/* --- Italic --- */
@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, 900;
  font-style: italic;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height:16px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 1.5;
    background-color: #f1f1f1;
}

/* body * {
	white-space:pre-wrap;
	word-wrap:break-word;
	word-break:keep-all;
} */

p {
    margin: 0;
}

h1 {
	line-height: 1.15;
	font-size: 1.4rem;
	font-weight: 800;
	padding: 0;
	margin: 1rem 0;
	text-align: left;
	color: #096e14;
}

h1 span {font-size: 1rem;}

.titel_klein {
    font-size: 20px;
}

h2 {
    margin: 0px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: normal;
}

#rahmen {
    padding: 0px;
    width: 720px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #FFF;
    box-shadow: -0.5px 3px 15px #999;
	position:relative;
}

#rahmen::after {
    content: "";
    display: block;
    clear: both;
}

#rahmen_top {
    padding: 0px;
}

#rahmen_bottom {
    padding: 0px;
}

#content {
    padding: 20px 30px 20px 30px;
}

#content::after {
    content: "";
    display: block;
    clear: both;
}

#box_top {}

#box_right {
    float: right;
    width: 48%;
}

#box_left {
    float: left;
    width: 48%;
}

#footer {}

#footer::after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    width: auto9;
    border: 0;
	vertical-align:middle;
}

a:link {
    color: #015835;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #015835;
}

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

a:active {
    text-decoration: none;
    color: #015835;
}

.color_2 {
    color: #fff !important;
}

ul {
    margin-left: 25px;
    padding-left: 9px;
    margin-top: 7px;
    list-style-type: disc;
}

li {
    margin: auto;
    padding: 0;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.bild1 {
    display: block;
}

.bild2 {
    display: none;
}

.hide {
    display: none;
}

.refnr {}

.blocksatz {
    text-align: justify;
    text-align-last: justify;
}

.blocksatz:after {
    content: "";
    display: inline-block;
    width: 100%;
}

p:empty {
    height: 18px;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
	/* table-layout: fixed; */
}

.cell {
    display: table-cell;
}

.row {
    display: table-row;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content:flex-start;
	flex-wrap: wrap;
}

.paddingklein .standorte {margin: 0 1rem 0 0;}

.left {
	width: 30%;
}

.left-logo {
	width: 50%;
text-align: left;
}

.right-logo {
	width: 50%;
text-align: right;
}

.left-logo img {
	width: 60%;
display: inline-block;
}

.right-logo img {
	width: 60%;
display: inline-block;
}

.middle {
	width: 20%;
}

.right {
	width: 20%;
}

.standorte{margin:0 2rem 0 0;}

.standorte2{margin:0 0.97rem 0 0;}

.button_box {
    text-align: center;
}

.button_box::after {
	clear:both;
	content:"";
	display:block;
}

.button a {
    background: #123487;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 10px 40px;
}

.button a:hover {
    background: #2d5aae;
}

.jus {text-align:justify; }
.cen {text-align:right;}
.cen img{width:15rem;}

.ft1 {background-color: #096e14; color: #ffffff; text-align: left;  line-height: 24px; padding: 15px; width:70%; margin-top:1.5rem }
.ft1 a {color:#fff; }

.apply {}
