* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures:no-common-ligatures;
	font-variant-ligatures:no-common-ligatures;
}
body {
	font: 15px Lato, Arial, Helvetica, sans-serif;	/* Schriftart anpassen */
	line-height: 1.3;
	background: #fff;
	color: #000;
}
a {
	color: #001eff;
	text-decoration: none;
}
a:hover   {
	color: #000;
	text-decoration: none;
}
.important {
	color: #001eff;
}
.main {
	margin: 25px auto;
	width: 800px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #000;
}
.head {
    padding: 20px 80px;
	background-color: #000;
	margin-bottom: 20px;
	text-align: right;
}
.head a {
	display: inline-block;
	width: 250px;
}
.content {
	padding: 20px 80px 0px 80px;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	background-color: #c8c8c8;
	padding: 20px 80px;
	border-top: 5px solid #000;
}
.footer_apply {
	text-align: center;
	padding: 30px 0px 45px 0px;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}

.apply_btn {							/* Bewerberbutton */
	-webkit-border-radius: 13;
	-moz-border-radius: 13;
	border-radius: 13px;
	color: #ffffff;
	font-size: 16px;
	background: #f5991a;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
.apply_btn:hover {
	background: #322b6e;
	color: #ffffff;
}
.br_entfernen {							/* Umbrueche entfernen */
	display: inline;
	}
p,
h1,
ul {
	padding: 0px 0px 30px 0px;
}
h1 {
	font-size: 28px;
	font-weight: 400;
}
h1 b{
	font-weight: 400;
}
.h1_small{
    font-size: 18px;
}
.line{
    margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
h3 {
	font-weight: 300;
	font-size: 18px;
	padding: 0px 0px 5px 0px;
}
ul  {
    padding-left: 15px;
    list-style-image: url(img/li.png);
    list-style-type: disc;
}
li  {
    padding: 0 0 3px 5px;
}
li:last-child   {
    padding: 0 0 0px 5px;
}
div.breaker {
  clear: both;
  overflow: hidden;
}
img {
  	border: none;
  	max-width: 100%;
  	height: auto;
}
@media only screen and (max-width:739px) {
    * {
    	padding: 0;
    	margin: 0;
    	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main {
    	margin: 2em auto;
        width: 90%;
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .content,
	.footer,
	.head {
    	padding: 5%;
     }
	.head {
		margin-bottom: 5%;
	}
	.head a {
		width: 200px;
	}
    .box_left,
    .box_right {
        float: none;
        width: 100%;
    }
    .footer_left,
    .footer_right {
    	float: none;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
	.br_entfernen,
	.nonmobile {
	display: none;
	}
}