* {
	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 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}
h1, h2, h3, .no_hyphens {
    hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -moz-hyphens: manual;
}
body {
	font: 18px 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	background: #f4f4f4;
	color: #000;
	letter-spacing: 0.03em;
}
a   {
	text-decoration: none;
	color: inherit;
}
a:hover,
.important,
h1 {
/*  ### Farbe je nach Logo  */
	color: #e30613;
/* 	color: #6cbe5c; */
}
.main {
	margin: 25px auto;
	width: 800px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.08);
box-shadow: 0 0 10px 10px rgba(0,0,0,0.08);
}
.head {
    margin: 0px 0px 20px 0px;
}
.content {
	padding: 30px 50px 20px 50px;
	position: relative;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.apply {
    position: absolute;
    bottom: 22px;
    right: 0;
    width: 48%;
    padding-right: 50px;
}
.logos{
	padding: 0 50px 20px 50px;
}
.footer {
    border-top : 3px solid #706f6f;
    padding: 20px 50px;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
	padding-top: 15px;
}
p {
    text-align: justify;
}
p,
h1,
ul {
	padding: 0px 0px 20px 0px;
}
h1 {
	font-size: 40px;
	font-weight: 300;
}
.h1_small{
    font-size: 18px;
}
h3 {
	font-weight: 700;
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	color: #706f6f;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 0px 5px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 4px;
    height: 4px;
    left: -12px;
    top: 9px;
    background-color: #000;
}

div.breaker {
  clear: both;
  overflow: hidden;
}
img {
  	border: none;
  	max-width: 100%;
  	height: auto;
}
sup, sub {
    line-height: 100%;
}
img.animate-images {
			opacity: 0;
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
			position: absolute;
			right: 0;
		}
.mobile_only {
    display: none;
}
@media only screen and (max-width:800px) {
    * {
    	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, .logos, .footer {
    	padding: 5%;
     }
    .box_left,
    .box_right,
    .footer_left,
    .footer_right {
    	float: none;
    	width: 100%;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
     .nonmobile  {
        display: none;
    }
    .mobile_only {
        display: block;
    }
    .apply {
        position: static;
        width: 100%;
        padding: 0;
    }

}