@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;800&display=swap');

@media (max-width: 46.24em) {
	.o-navigation__level--1, .o-navigation__level--2 {
	    padding-left: 0;
	    padding-right: 0;
	}
	.o-navigation__level--2 {
	    padding-left: 1rem;
	}
	.o-navigation__level--1 > .o-navigation__item > .o-navigation__item__link,
	.o-navigation__level--2 > .o-navigation__item > .o-navigation__item__link {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	.o-navigation__level--1 > .o-navigation__item > .o-navigation__item__link:hover,
	.o-navigation__level--2 > .o-navigation__item > .o-navigation__item__link:hover {
	    background: #1a1d19;
	    color: #fff;
	}
}

body{
	background: #f0f0f0;
	font-family: 'Montserrat', sans-serif;
}


.o-navigation{
	/* height: auto; */
}

.o-navigation__logo img{
	width: 330px;
}

.o-navigation__wrap{
	max-width: none;
	width: 100%;
}

.o-navigation__inner{
	max-width: none;
	color: #e01019;
	background: #fff;
	/*background: rgb(240,240,240);
	background: -moz-linear-gradient(270deg, rgba(240,240,240,1) 50%, rgba(240,240,240,0) 95%);
	background: -webkit-linear-gradient(270deg, rgba(240,240,240,1) 50%, rgba(240,240,240,0) 95%);
	background: linear-gradient(270deg, rgba(240,240,240,1) 50%, rgba(240,240,240,0) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#f0f0f0",GradientType=1);
	*/
}

.o-navigation__item > .o-navigation__item__link{
	color: #e01019;
}

.o-navigation__level--1 > .o-navigation__item > .o-navigation__item__link{
	font-weight: 500;
	font-size: 2em;
}
@media (min-width: 46.25em) {
	.o-navigation__level--1 > .o-navigation__item > .o-navigation__item__link{
		font-size: 1.15em;
	}

}

@media (max-width: 46.24em) {
	.o-navigation__level--2 > .o-navigation__item > .o-navigation__item__link {
		line-height: 1.4em;
	}
	.o-navigation__nav {
		background: #edeef1 !important;
	}
}

.o-navigation__level--1{
}


@media (min-width: 46.25em){
	.o-navigation__inner {
	    height: 7.5rem;
	    padding: 0 2rem;
	}
}


.o-hero-slider__headline .a-headline--h1 {
	font-size: 3em;
}



@media (min-width: 46.25em){
	.o-navigation__level--1 > .o-navigation__item:hover > .o-navigation__item__link, .o-navigation__level--1 > .o-navigation__item:focus > .o-navigation__item__link, .o-navigation__level--1 > .o-navigation__item--active > .o-navigation__item__link, .o-navigation__level--1 > .o-navigation__item--trail > .o-navigation__item__link {
	    background: #e01019;
	    color: #fff;
	}
}



.o-hero-slider__headline .a-headline span.u-line {
	background: transparent;
	color: #FFF;
	font-weight: 800;
	text-shadow: 0 0 12px #000000ab;
}


.o-hero-slider .o-container__inner{
	margin: 0;
	margin-top: -6rem;
}






/*Icon Button*/
.iconbutton{
    background: #fff;
    position: relative;
    z-index: 5;
    box-shadow: 0px 0px 6px 2px #2e2e2e12;
    border-radius: 8px;
    padding: 3rem;
    text-align: center;
    margin-top: -150px;
}

.iconbutton img{
	background: #e01019;
    border-radius: 50%;
    padding: 18px;
    position: absolute;
    top: -63px;
    margin-left: -60px;
}

.iconbutton  .a-headline--h2 .u-line{
	font-weight: 500;
	font-style: normal;
}

.iconbutton  .a-headline--h2{
	padding: 2rem 0;
	font-size: 1.7em;
}
@media (max-width: 46.26em) {
.iconbutton{
    top: -50px;
    margin-top: 15px;
}
}


.iconbutton h6{
	color: #3c3c3c;
    font-weight: 300;
    font-size: 0.8em;
    border-top: 1px solid #c5c5c5;
    padding-top: 2rem;
}

.iconbutton .a-cta{
	font-weight: 500;
	font-size: 1rem;
	font-style: normal;
	position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    padding: 1.5rem;
    border-radius: 0 0 10px 10px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 58%, rgba(243,243,243,1) 91%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 58%, rgba(243,243,243,1) 91%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 58%, rgba(243,243,243,1) 91%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1);
	border: none;
}

.iconbutton .a-cta:hover{
	background: #e01019;
	color: #fff;
	border: none;
}

@media (min-width: 46.25em){
	.iconbuttonwrapper{
		 margin: 0 10rem;
	}
}

@media (min-width: 46.25em){
	.greenlines{
		 margin: 0 10rem;
		 border-top: 3px solid #e01019;
		 border-bottom: 3px solid #e01019;
		 padding: 5rem 0;
		 
	}
	
	.greenlines	.o-row > .o-col{
		margin-bottom: 0;
	}
	
	.greenlines .o-text{
		margin-bottom: 0;
	}
	
}

@media (max-width: 46.25em){
	.padding_left_right_mobile{
		padding-left: 20px;
	    padding-right: 20px;
	}
}


@media (max-width: 46.25em){
	.a-edit-text h1, .a-edit-text h2{
		line-height: 1em;
	}
}


.mod_footer{
	background: #fff;
    border-radius: 5px;
    margin: 2rem auto 14rem auto;
}

.kontakt_footer .o-container__inner{
	 background: #fff;
    border: 5px;
    padding: 3rem;
}


.kontakt_footer .rightSideBorder {
border-right: 4px solid #e01019;
}

#wrapper{
	background: url(../../files/public/bubble.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.a-cta{
	    background: transparent;
    border: 3px solid #e01019;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: normal;
    color: #e01019;
}

.a-cta:hover{
	background: transparent;
    border: 3px solid #25282e;
    color: #25282e;
}

.a-headline{
	font-style: normal;
}

.o-footer__nav__item > a:hover, .o-footer__nav__item > a:focus{
	color: #e01019;
}

.o-fixed-social-list__icon{
	background: #e01019;
	border-radius: 50%;
}

.o-fixed-social-list__content{
	background: #e01019;
}



/**Leistungen**/

.leistungenSubtext{

    background: #fff;
    border-radius: 10px;
    padding: 3rem;
    box-shadow: 0 0 4px 1px #00000014;
}


.leistungenSubtext h6{
	       font-size: 1.9rem;
    line-height: 2rem;
    font-weight: 100;
    margin: 20px 0px;
	    	color: #e01019;
	    	
}


.leistungenSubtext hr{
	border: 2px solid #dfdfdf;
    border-bottom: 0;
}


.leistungenIcon{
	  background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px #00000014;
}




.o-client{
	background: #fff;
    border-radius: 10px;
    padding: 3rem;
    box-shadow: 0 0 4px 1px #00000014;
    margin: 20px 0;
}

.o-client .o-client__name{    
	border-bottom: 2px solid #e01019;
    padding-bottom: 10px;
	
}

.o-client .o-client__location{
	color: #e01019;
}

.g-no-padding-bottom{
	margin-bottom: 0rem;
}



.m-form-item textarea{
	    background: #afafaf;
    color: #000000;
}

.m-form-item input:not([type='radio']):not([type='checkbox']) {
		    background: #afafaf;
    color: #000000;
}


.m-form-item select {
			    background: #afafaf;
    color: #000000;
}



.stoerer .o-container__inner{
	    background: #e01019;
    border-radius: 1rem;
    padding: 1rem;
}
.stoerer .o-container__inner .a-edit-text { 
	color: #fff;
}

.stoerer .o-container__inner .o-text{
	margin-bottom: 0;
}


.stoerer .o-container__inner .o-row > .o-col{
	margin-bottom: 0;
}

.stoerer {
	background: linear-gradient(180deg, #fffffc, transparent);
}

.stoerer .a-cta:hover, .stoerer .a-cta{
	color: #ffffff;
	border: 3px solid #ffffff;
}

@media (min-width: 46.25em){
	.stoerer h2{
		font-size: 3em;
	}
	
	.stoerer .a-edit-text p{
	font-size: 1.7em;
    line-height: 1em;
}
	
}



@media (max-width: 46.24em){
	.o-navigation__level--1 > .o-navigation__item > .o-navigation__item__link {
	    font-size: 2rem;
	    line-height: 1.0em;
	    border-bottom: 3px solid #ffffff5c;
	}
	
	
	.o-navigation__level--1 > .o-navigation__item > .o-navigation__item__link {
	    font-weight: 500;
	    font-size: 1.2em;
	}
}


@media (max-width: 46.24em){
.o-navigation__level--2 > .o-navigation__item > .o-navigation__item__link {
    font-size: 1rem;
    border-bottom: 2px solid #ffffff70;
}}


@media (max-width: 46.24em){
.o-navigation__level--1 > .o-navigation__item > .o-navigation__item__link:hover, .o-navigation__level--2 > .o-navigation__item > .o-navigation__item__link:hover {
    background: #e01019;
    color: #fff;
}}




.o-project {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    margin-bottom: 1rem
}

@media (max-width: 46.24em) {
    .o-project {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.o-project__slide-text {
    background: #e01019;
    padding: 1rem 1.5rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    border-radius: 1rem 1rem 0 0;
    font-size: 2rem;
    position: relative;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-orientation: unset;
}

@media (min-width: 46.25em) {
    .o-project__slide-text {
        -webkit-writing-mode:vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-text-orientation: mixed;
        text-orientation: mixed;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        border-radius: 0 1rem 1rem 0
    }
}

@media (max-width: 46.24em) {
    .o-project__slide-text {
        font-size:1.5rem;
        letter-spacing: 2px
    }
}

@media (min-width: 46.25em) {
    .o-project__slide-text:after {
        content:'';
        position: absolute;
        right: 100%;
        top: 0;
        width: 2rem;
        height: 100%;
        background: #e01019
    }
}

@media (max-width: 46.24em) {
    .o-project__slide-text:after {
        content:'';
        position: absolute;
        right: 0;
        top: 100%;
        height: 2rem;
        width: 100%;
        background: #e01019
    }
}

.o-project__image {
    width: 50%;
    min-height: 320px;
    background-position: center;
    border-radius: 1rem 0 0 1rem;
    position: relative;
    z-index: 1
}

@media (max-width: 46.24em) {
    .o-project__image {
        width:100%
    }
}

.o-project__text {
    padding: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    text-align: left;
    background: #fff
}

.o-project__headline {
    margin-top: 0;
    font-weight: normal;
    color: #e01019;
    text-transform: uppercase
}
/* Styles.css */

