li.list {
    margin-bottom: 5px;
}
.color {
	color: #000000;
}
.bg-color {
    background: #000000;
	color:#fff;
}
.bg-color-2 {
    background: #000;
    color: #fff;
    padding: 30px 4%;
}
.bg-color-2 .btn a {
    background: #ffffff;
    padding: 15px 0 15px 45px;
    color: #000000;
    float: left;
    width: 100%;
    text-align: center;
	position:relative;
}
.bg-color-2 .btn a:before {
    content: "";
    content: "\f0e0";
    font-family: fontawesome;
    position: absolute;
    left: 22px;
    font-size: 24px;
    top: 13px;
}
.bg-color-2 a {
    color: #fff;

}
a.bewerben:before {
    content: "";
    content: "\f0e0";
    font-family: fontawesome;
    /* position: absolute; */
    /* left: 22px; */
    /* font-size: 24px; */
    top: 13px;
    margin-right: 10px;
}
a.bewerben {
    left: 4%;
    top: 50%;
    position: absolute;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border: 0;
}
h1 {
	font-size: 2em;
	line-height: 1.1em;
	margin: 10px 0;
	font-weight: 300;
}
h2 {
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 5px 0;
}
h3 {
	font-size: 1.25em;
	line-height: 1.35em;
    margin: 3px 0 10px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	position: relative;
	list-style-type: none;
	margin-bottom: 13px;
	padding-left: 20px;
}
ul li:before {
	content: "\203A";
	font-size: 20px;
	color: #000000;
	position: absolute;
	left: 5px;
	top: -2px;
}
body {
font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#wrapper {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #d2d2d2;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	overflow: auto;
}
header {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: right; /* Logo Ausrichtung */
}
header section {
	padding: 30px 4% 0 4%;
	position:relative;
}
.logo img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
.nobr {
	white-space:nowrap;
}
.headerimg {
	float: left;
	width: 100%;
}
section {
	float: left;
	width: 100%;
	padding: 15px 4%;
}
section p {
	margin: 0 0 10px 0;
}
section p:last-child {
	margin: 0;
}
.text-center {
	text-align: center;
}
.small {
	font-size: .70em;
}
.big {
	font-size: 1.25em;
}
.uppercase {
	text-transform: uppercase;
}

.seperator {
    height: 1px;
    width: 100%;
    float: left;
    /* margin-top: 0; */
}
/* Titel*/

.title .box2-1 {
	float: left;
	width: 80%;
	padding: 0;
	margin-top: 10px;
	Margin-right: 0;
}
.title .box2-2 {
	float: left;
	width: 15%;
	margin-left: 5%;
	padding: 39px 0;
	text-align: center;
}
.title img.icon {
	width: 50px;
	height: 50px;
}
.title {
	position: relative;
}
/* Boxen 2 Spaltig */

.box2-1 {
	float: left;
	width: 35%;
	margin-right: 5%;
}
.box2-2 {
	float: left;
	width: 60%;
}

.layout-50 .box2-1 {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.layout-50 .box2-2 {
	float: left;
	width: 47.5%;
}
.padding-bottom {
    padding-bottom: 30px;
}
/* Footer */

footer {
	float: left;
	width: 100%;
}
footer img {
	width: 28px;
	height: 20px;
	position: relative;
	left: -14px;
	margin-left: 50%;
}
footer a {
	margin: 0 auto;
	clear: both;
	display: table;
	color: white;
}
