ul,li,div,p{
  margin: 0;
  padding: 0;
}


.noSelect {
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    -khtml-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


div{
    margin:0;
    padding:0;
}

body{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
    background-color: #fff;
    color: #787878;
    font-size: 18px;
    overflow-x: hidden;
    font-weight: 400;
    padding-top: 60px;
}

a{
    text-decoration: none;
    color:  #787878;
}

.clear{
    clear: both;
}

.map{
	width: 100%;
	height: 600px;
}
.website{
    width: 100%;
    max-width: 2200px;  
    margin: auto;
    font-size: 18px;
    margin-bottom: -6px;
}

.maxbreite{
    width: 100%;
    max-width: 1200px;  
    margin: auto;
}

.graubg{
    background-color: #f7f7f7;
}

.weissbg{
    background-color: #fff;
}

.mainwrapper{
    width: 100%;
    max-width: 1200px;
    margin:auto;
    padding: 60px 0;
    line-height: 150%;
}

.rechtsbild{
    width: auto;
    max-width: 100%;
    float: right;
    margin-left: 50px;
}

.seitenbild{
    width: auto;
    max-width: 100%;
}

.eyecatcher{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.eyecatcherbild{
    width: 100%;
    margin: 0;
    padding: 0;
}

.anitextfeld{
    z-index: 1; 
    position: absolute;
    top: 200px;
    width: 100%;    
    text-align: center;
}

.anitexttitel{
    transition: all 0.4s ease 0s;
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 230%;
    background-color: #595D64;
    text-align: center;
    margin: auto auto;
}

.anitexttitel span{
    color: #161616;
}

.hervor{
    background-color: #161616;
    color: #fff;
    display: block;
    padding: 4px;
}
.overlay{
    z-index: 1; 
    overflow: hidden;
    background-color: #000;
    opacity: 0.0;
    transition: all 0.4s ease 0s;
    height: 99%;
    width: 100%;
    display: block;
    position: absolute;
}

.overlayactive{
    opacity: 0.54;
    transition: all 0.7s ease 0s;
}


.servicebox{
    z-index: 9;
    position: fixed;
    width: 340px;
    height: 60px;
    overflow: hidden;
    right: -270px;
    top: 160px;
    transition: all 0.4s ease;
}

.servicebox:hover{
    right: 0;
transition: all 0.4s ease;
    box-shadow: 8px 8px 16.25px 4px rgba(20,20,20,0.21);
    background-color: #fff;
    height: 230px;
}

.serviceboxbody{
    position: absolute;
    height: 100%;
    width: 340px;
    background-color: #fff;
    overflow: hidden;
    color: #999;
    font-size: 90%;
    right: -340px;
    background-image: url('../bilder/menne-team.jpg');
    background-size: 100% auto;
    background-position:bottom left;
    background-repeat: no-repeat;
}

.serviceboxbody div{
    padding: 20px;
}

.serviceboxaktiv{
    height: 320px;
    box-shadow: 8px 8px 16.25px 4px rgba(20,20,20,0.21);
}

.servicebox:hover .serviceboxbody{
    width: 100%;
    right: 0;
}

.serviceboxheader{
    background-color: #055384;
    overflow: hidden;
    color: #fff;
    padding: 8px 20px;
transition: all 0.4s ease;
}

.serviceboxheader:hover{
    background-color: #0D70AE;
transition: all 0.4s ease;
}

.serviceboxheader img{
   width: 38px;
    margin-bottom: -6px;
}

.serviceboxheader .closer{
    color: #fff;
    float: right;
    font-size: 130%;
    margin-top: -6px;
 display:none;
}

.serviceboxaktiv .closer{
 display:inline-block;
}



.telefonnummerdick{
    font-weight: 700;
    font-size: 180%;
    color: #fff!important;
    display: inline-block;
    margin-left: 12px;
}

.maildick{
    font-weight: 700;
    font-size: 180%;
    display: block;
}

.serviceboxheader a,.serviceboxheader a:visited,.serviceboxheader a:hover,.serviceboxheader a:active{
    color: #fff!important;
}
#back-to-top, .touch-device #back-to-top:hover {
background: url(../bilder/up-scroll-arrow.svg) no-repeat center center;
background-size: 40%;
background-color: #fff;
display: none;
width: 60px;
height: 60px;
position: fixed;
right: 5%;
bottom: 20px;
margin-left: 500px;
text-indent: -9999px;
transition: all 0.4s ease;
z-index: 99;
opacity: 0.7;
box-shadow: 1px 2px 23px rgba(0,0,0,0.1);
}

#back-to-top:hover, .touch-device #back-to-top:active { 
	opacity: 0.87;
box-shadow: 1px 2px 13px rgba(0,0,0,0.2);
}



.breadcrumb{
    position: absolute;
    margin-top: -40px;
    font-size: 75%;
    color: #999;
}

.breadcrumb li{
  display: inline-block;;
    padding: 0 3px;
}

.breadcrumb span{
 font-weight: 700;
}

.breadcrumb li::after { content:' » '; }
.breadcrumb li:last-child:after { content: ""; }
.breadcrumb li:first-child:after { content: ""; }


.breadcrumb a, .breadcrumb a:visited {
	transition: all .2s ease-in-out;
		color: #999;
		text-decoration: underline;
}

.breadcrumb a:hover, .breadcrumb a:active {
		color: #787878;
		text-decoration: none;
}



.absatz{
    margin-bottom: 25px;
}

.leistungsliste{
}

.leistungsliste li{
    transition: all 0.4s ease 0s;
   display: block;
    background-color: #fff;
    padding: 8px 15px;
    cursor: default;
    border-radius: 3px;
    margin-bottom: 8px;
    box-shadow: 1.2px 1.2px 0 rgba(0,0,0,0.07);
}

.leistungsliste li:hover{
    transition: all 0.4s ease 0s;
    color: #161616;
    box-shadow: 2px 2px 6.25px 0 rgba(0,0,0,0.15);
    margin-left: 8px;
}








/*******************Überschriften*******************/

h1{
    font-weight: 700;
    font-size: 230%;
    margin: 0 0 20px 0;
    color: #161616;
    text-transform: uppercase;
    line-height: 115%;
}

h2{
    font-weight: 700;
    font-size: 185%;
    margin: 0 0 12px 0;
    color: #161616;
    line-height: 130%;
    text-transform: uppercase;
}

h3{
    font-weight: 700;
    font-size: 115%;
    margin: 0 0 12px 0;
    color: #323232;
}

.headliner{
    font-weight: 300;
    font-size: 155%;
    margin-bottom: 40px;
    display: block;
    line-height: 130%;
}




a.text, a.text:visited {
	transition: all .2s ease-in-out;
		color: #AE0838;
		text-decoration: underline;
}

a.text:hover, a.text:active {
		color: #AE0838;
		text-decoration: none;
}





a.textblock, a.textblock:visited {
        transition: all .2s ease-in-out;
		background-color: #f7f7f7;
		color: #161616;
		text-decoration: none;
        display: inline-block;
        padding: 10px 12px;
    font-size: 90%;
    margin: 0 10px 10px 0;
}

a.textblock:hover, a.textblock:active {
		color: #fff;
		text-decoration: none;
		background-color: #E4288E;
}





.zweier{
		transition:all 0.1s ease 0s; /*W3C Standard*/
		line-height: 150%;
		text-align: left;
		float:left;
		width: 45%;
		padding: 20px 0 25px 0;
		display: inline-block;
		margin-bottom: 20px;
        margin-right: 5%;
}


.zweier:last-child{
		margin-right: 0!important;
}
	




/*******************Header*******************/


.headlinetext{
	margin-top: 28px;
	margin-left: 20px;
	display: inline-block;
	position: absolute;
}

.nav{
    background-color: #fff;
    position:fixed;
    width: 100%;
    height: 80px;
    z-index: 9;
    top: 0;
    font-size: 18px;
}

.navfixed{
position: fixed;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 5px 15px 0 rgb(45 61 108 / 5%)
}


#navwrapper{
    max-width: 1200px;
    height: 80px;
    margin:auto;
}

#logocontainer{
    display: inline-block;
    width: 320px;
    height: 100px;
    margin-top: 4px;
}

#logocontainer img{
    width: 100%;
}

.menue{
    margin-top: 0px;
}

.menuecontainer{
    margin-top: 12px;
    float:right;
}

.menue li{
    display: inline-block;
}


nav li{
    display: inline-block;
    font-weight: 400;
    padding: 15px 12px;
    margin-right: -5px;
	font-size: 95%;
}

nav li a{
    transition: all 0.4s ease 0s;
    color: #333;
}

nav li:hover{
    transition: all 0.4s ease 0s;
    background-color: #055384;
    color: #fff;
}

nav li:hover a{
    color: #fff;
}



.submenue{
     z-index: 99; 
   transition: all 0.4s ease 0s;
    position: absolute;
    overflow:hidden;
    top: 65px;
    margin-left: -18px;
    display: block;
    height: 0;
    min-width: 270px;
}

.submenuecontainer{
    width: 94%;
    background-color: #fff;
    position: relative;
    text-align: left;
    padding: 0 0!important;
    height: 0;
    display: block;
}

.submenuecontainer li{
}

.menue li:hover > .submenue  {
    height: 550px;
}
.menue li:hover > .submenuecontainer  {
    height: 94%!important;
    display: flex;
    box-shadow: 0 8px 6.25px 0 rgba(20,20,20,0.21);
}

.menue li:hover > .subklein  {
    height: 270px;
}

.menue li:hover > .submini  {
    height: 190px;
}






.submenue li{
    position: relative;
    transition: all 0.4s ease 0s;
    display: block!important;
    padding: 0 0!important;
    color: #787878!important;
    background-color: #fff!important;
}

.submenue li a, .submenue li a:visited, .submenue li a:active{
    padding: 11px 18px!important;
    display: block;
    background-color: #fff!important;
    position: relative;
    transition: all 0.4s ease 0s;
    color: #787878!important;
    font-size: 90%;
}

.submenue li a:hover {
    padding: 11px 18px 11px 24px!important;
    color: #AE0838!important;
    transition: all 0.4s ease 0s;
    background-color: #f7f7f7!important;
}




.wki {
    background-image: url(../bilder/icons/shopping-cart.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 30px;
    height: 60px;
    padding: 6px 0 6px 0!important;
}


.fancyboxrapper{
    max-width: 1200px;
    margin:auto;
}



.startboxmini{
overflow:hidden;
transition: all 0.4s ease 0s;
    position: relative;
    width: 20%;
    display: inline-block;
    padding: 2%;
    vertical-align: text-top;
    margin: 0;
    background-color: #fff;
    /*margin-bottom: 35px;*/
}


/*******************Footer*******************/
footer{
    width:100%;
    padding: 35px 0 35px 0;
    color: #eee;
    font-size: 90%;
    border-top: 1px solid #ccc;
    background-color: #595D64;
}

footer a, footer a:visited{
    color: #eee;
}


.footerservice{
    max-width: 1200px;
    margin:auto;
    vertical-align: top;
}

.footer-box{
    float:left;
    min-height:95px;
    width: 30%;
}

.footer-box-last-one{
    width: 20%;
}

.footer-box-last{
    border-left: 2px solid #858586;
    width: 16%;
    padding-left: 4%;
}

.footer-service-headline{
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 145%;
    margin: 0 0 12px 0;
}

.foothead{
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 125%;
    margin: 0 0 12px 0;
}

.footerbottom{
    width:100%;
    padding: 10px 0 10px 0;
    font-size: 90%;
    background-color: #fff;
    min-height:85px;
}

.footerbottom img{
    width:18%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
}


.footimg{
    width:9%!important;
}

.footimg2{
    width:12%!important;
}

.footericon {
    background: url(../bilder/facebook.svg) no-repeat;
    height: 25px;
    width: 25px;
    background-size: 25px;
    float: left;
    margin-right: 5px;
    margin-bottom: 30px;
}

.instafoot {
    background: url(../bilder/instagram.svg) no-repeat;
}


/*******************Inhalt*******************/

.mittig{
    text-align: center;
}


.startbox{
    float:left;
    width: 22%;
    transition: all 0.8s ease 0s;
    margin-right:3%;
    box-shadow: 0 2px 3.25px 0 rgba(0,0,0,.2);
    background-color: #fff;
    margin-bottom: 40px;
    height: 180px;
    background-image:url('../bilder/schimmel/IMG-20200604-WA0387.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	background-position: 50%;
		overflow: hidden;

}

.startbox_feucht{
    background-image:url('../bilder/feuchtigkeit.jpg');
}

.startbox_ortung{
    background-image:url('../bilder/ortung.jpg');
}


.startbox_trocknung{
    background-image:url('../bilder/trocknung.jpg');
}

.startbox div,.startbox span{
    padding: 12px 15px;
}

.startboxheader{
	position: absolute;
	bottom: 0;
	right: 0;
	display:inline-block;
      padding: 6px 15px!important;
transition: all 0.8s ease 0s;
    background-color:  rgba(5,83,132,1.00);
	text-transform: none!important;
}

.startbox:hover .startboxheader{
  transition: all 0.8s ease 0s;
    background-color:  #313131;
	opacity: 0.6;
}

.startbox:hover{
    transition: all 0.8s ease 0s;
    box-shadow: 0 2px 6.25px 0 rgba(0,0,0,.2);
}

.startboxbeschreibung{
	z-index: 7;
  	transition: all 0.4s ease 0s;
	position: absolute;
	width: 90%;
	height: 90%;
	padding: 20% 5%;
	overflow: hidden;
	opacity: 0;
	bottom: -500px;
	color: #fff;
	background-color: rgba(5,83,132,1.00);
	 backdrop-filter: blur(10px);
}

.startbox:hover .startboxbeschreibung{
	opacity: 1;
	bottom: 0;
}


.startboxheader h3{
    color:#fff!important;
    margin:0;
    padding:0 3px;
    font-weight: 400;
    font-size: 100%;
	text-transform: none!important;
}

.startbox:hover{
    transition: all 0.8s ease 0s;
}

.startbox img{
    width:100%;
    margin-bottom: -8px;
}


.startboxtext{
    display:block;
    overflow:hidden;
    margin-top: -10px;
    font-size: 90%;
    color: #999;
    font-weight: 400;
    line-height: 140%;
}

.certifiedprinter{
    float:right;
}

.certifiedprinter2{
float:left;

}
.certifiedprinter img{
    max-width: 400px;
}
.certifiedprinter2 img{
    max-width: 240px;
}
.climatepartner{
    float:left;
}
.climatepartner img{
    max-width: 660px;
}
.referenzbox{
    width: 15%;
    float:left;
    margin:1%;
    padding: 1.5% 3.5%;
    border: 1px solid #d2d2d2;
}

.mitarbeiterbox{
    max-width: 28%;
    float:left;
    background-color:rgba(234, 234, 234, 0.8);
    overflow:hidden;
    margin:0 4% 4% 0;
   
}

    .mitarbeiterbox div{
    display:block;
        padding: 25px;
    
}


.mitarbeiterbox img, .referenzbox img{
    width:100%;
}

.ansprechpartnername{
    color:#161616;
    font-size: 160%;
    margin-bottom: 10px;
}

.mailaddy{
    color:#161616!important;
}

.contactformular{

}
.contactformular legend{
    
}
.contactformular input{
    width:100%;
    height:1.5rem;
    margin-bottom:15px;
}
.contactformular textarea{
    width:100%;
    height: 60px;
}
.contactformular select{
    width:100%;
    height:2rem;
    font-size:18px;
    color:#787878;
}

#submitbuton{
    background-color:#161616;
    color:white;
    border:0;
    height: 30px;
    width:50px;
    font-size:18px;
    margin-top: 30px;
    width:160px;
}



/* ----------------- Für mobile Ansicht -------------------------------------------------------|
###############################################################################################
----------------------------------------------------------------------------------------------*/								



@media screen and (max-width: 1100px){

	.headlinetext{
	display: none;
}
	
.mainwrapper{
        padding: 5%;
		width: 90%;
		max-width:90%;
}
    
.nav{
        padding: 0 5%;
		width: 90%;
		max-width:90%;
}  
     
.zweier{
		width: 100%;
}  
    
.startboxmini, .startbox, .referenzbox{
width: 45%;
}

    
h1{
        line-height: 110%;
    font-size: 180%;
}


#logocontainer{
    display: inline-block;
    width: 240px;
    height: 60px;
    padding-left: 10px;
    margin-top: 20px;
}
    


.menuecontainer {
		position: fixed;
		z-index: 999;
		display:block;
		transition: all 0.4s ease 0s;
		border: 0px;
		width: 0;
		height: 80vh;
		margin-right: -1200px;
		margin-top: -10px;
		top: 80px;
		padding: 10% 0 10% 0!important;
		text-align:left;
		right: 0;
		background-color: #fff;
}

.open {
		margin-right: 0;
		transition: all 0.4s ease 0s;
		overflow:auto;
		width: 90%!important;
		transform: rotate(0deg)!important;
		height: 80vh;
        padding: 10% 5% 0 5%!important;
}



.subnav, .dropdown, .submenue, .submenuecontainer{
display:block;
height: auto;
    opacity: 1;
    position: relative!important;
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    top: 0px;
    }

.submenue{
margin-bottom: 30px;
}
    .overlay{
        display: none!important;
    }
    
    
    
    .menue li:hover > .submenue {
height: auto;   
        position: relative!important;
}
    
    
 
.submenue li a{
    padding: 7px 18px!important;
    font-size: 80%;
}    
.submenue li a:hover{
    padding: 7px 18px!important;
    font-size: 80%;
}   
    
    
    .breadcrumb{
display:none;

}
    
  
.menue li{
    display: block!important;
}


nav li{
    display: block!important;
    font-size: 160%;
    padding: 15px 18px 15px 10px;
    margin-right: 0;
    clear: both;
}

nav li:hover{
    transition: all 0.4s ease 0s;
    background-color: transparent;
    color: #161616;
}
    
nav li a:hover,nav li a:active,nav li a:visited,nav li a,nav li:hover{
    transition: all 0.4s ease 0s;
    background-color: transparent;
    color: #161616!important;
}
    
#menuelink{
	z-index: 999;
	display:block;
	transition: all 0.4s ease 0s;
	position: absolute;
	height: 54px; 
	width: 54px;
	right:24px;
	top: 12px;
	cursor: pointer;
	padding: 10px 0;
	outline:none;
	opacity: 0.6;
}

#menuelink:hover{
	opacity: 0.76;
}


.closerlinks{
	position: absolute;
	transition: all 0.4s ease 0s;
	background-color: #212121;
	height: 3px;
	width: 50px;
	top: 12px;
}

.closermittel{
	position: absolute;
	transition: all 0.4s ease 0s;
	background-color: #212121;
	height: 3px;
	width: 50px;
	top: 25px;
}

.closerrechts{
	position: absolute;
	transition: all 0.4s ease 0s;
	background-color: #212121;
	height: 3px;
	width: 50px;
	top: 38px;
}

.menuelinksloseactive .closerlinks{
	position: fixed;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 37px;
	background-color: #212121;
}

.menuelinksloseactive .closerrechts{
	position: fixed;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 37px;
	background-color: #212121;
}

.menuelinksloseactive .closermittel{
	opacity: 0.0!important;
}  
    
    
    
/*******************Footer*******************/
.footer-box{
    float:none;
    width: 90%;
    padding: 2.5% 5%;
}

.footer-box-last-one{
    width: 20%;
}

.footer-box-last{
    border-left: 0px;
    float:none;
    width: 90%;
    padding: 2.5% 5%;
    }


.footerbottom img{
    width:25%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
}


.footimg{
    width:13%!important;
}

.footimg2{
    width:18%!important;
}

    
    
    
}




@media screen and (max-width: 720px){

.startboxmini, .startbox, .referenzbox{
width: 95%;
}

}
