.killer{
	clear:both;
}
.footer .copyright{
	text-align:unset !important;
}

a.scroll-arrow svg {
   margin-left: 8px;
}
img{
	max-width:100%;
}
.mode-xs .text_container .col-md-6:first-of-type, .mode-xs .text_container .col-md-6:nth-of-type(2) {
    padding: 15px;
}
.mode-md .text_container .col-md-6:nth-of-type(2), .mode-lg .text_container .col-md-6:nth-of-type(2), .mode-os .text_container .col-md-6:nth-of-type(2) {
    padding-left: 75px;
}
.mode-xs .text_container.text_bild .row {
    display: flex;
    flex-direction: column-reverse;
}

.kontakt_container a,
.info a,
.s-footer__logo a {
  //  margin-left: 20px;
}
.teasertext{
	font-weight: 900;
	margin-bottom: 20px;
}


/******* FULLWIDTH NAVIGATION *********/

.nav-open .navbar-fullscreen .wrapper{
	    transform: translate3d(0, 0, 0) !important; 
}
.nav-open .navbar-fullscreen .navbar-collapse{
	    transform: translate3d(300px, 0, 0) !important; 
}
.nav-open .navbar-fullscreen  .container{
	transform: translate3d(0px, 0, 0) !important;
}