* {
	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: 17px 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.4;
	background:#cfcfcf url(bg.png) no-repeat fixed bottom right;
	color: #000;
    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;
}
a   {
	text-decoration: none;
 	color: inherit; 
}
a:hover {
    text-decoration: underline;
}
.important {
	color: #d2d100;
}
b, strong {
    font-weight: 500;
}
.main {
	margin: 0 auto;
	max-width: 1300px;

	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
/*     -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    border: 1px solid #d2d100; */
}
.navi_top {
    background: #515151;
    border-bottom: 10px #d2d100 solid ;
    text-align: right;
    padding: 15px 100px;
    font-size: 16px;
    font-weight: 500;
    color: #d2d100;
}
.head {
	background: #fff;
    position: sticky;
}
.head .main {
    position: relative;
}
.logo {
    width: 380px;   	
    padding: 30px 0px;
}
.foto {
    position: absolute;
    right: 120px;
    top: 0px;
}
.content {
	padding: 40px 0px;

}
.box_left {
    float: left;
    width:29%;
    padding-right: 4%;
}
.box_right {
    float: left;
    width:29%;
    position: relative;
}
.impressum .box_left {
    float: left;
    width:23%;
}
.impressum .box_left p {
    text-align: left;

}
.impressum .box_right {
    float: left;
    width:36%;
    position: relative;
    padding-left: 4%;
}
.footer {
	padding: 30px 0px;
	background: #555555;
	color: #fff;

}
.footer_container {
	position: relative;  	
}
.footer a {
    color: inherit;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
/* .logo_bottom {
    position: absolute;
    top: -110px;
    right: -0px;
    width: 280px;
} */
.logos_footer {
    position: absolute;
    right: 150px;
    bottom: 0px;
}
p,
h1,
ul {
	padding: 0px 0px 25px 0px;
}
p {
    text-align: justify;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
.h1_small{
    font-size: 25px;
}
h3 {
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 21px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

h3:after {
    content: '\00a0';
    position: absolute;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #555555;
}
.footer h3:after {
    background-color: #d2d100;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 8px 5px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 5px;
    height: 5px;
    left: -12px;
    top: 8px;
    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;
}
.apply {
	padding: 20px 0px 25px 0px;
}
.apply_btn {
	font-size: 16px;
	background: #fff;  
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
	color: #000;
	letter-spacing: 2px;
}
.apply_btn:hover {
   	background: #515151;
	text-decoration: none;
	color: #d2d100;
}
.foto {
    top: -130px;
    right: -20px;
    position: absolute;
}
@media only screen and (max-width:1300px) {
    * {
    	padding: 0;
    	margin: 0;
    	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main {
    	margin: 0 auto;
        width: 100%;
        border: none;        
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        padding: 0;
    }
    .content,
    .footer {
    	padding: 5%;
     }
     .logo img {
         padding: 2% 5%;
     }
     .navi_top {
         padding-right: 5%;
     } 
    .box_left,
    .box_right,
    .footer_left,
    .footer_right {
    	float: none;
    	width: 100%;
    }
    .logos_footer {
    	position: static;
    }

    .logo_bottom {
        width: 180px;
        right: -20px;
        top: -60px;
    }
    .nonmobile  {
        display: none;
    }
    .foto {
        position: static;
        text-align: center;
        margin-bottom: 25px;
    }
}