body{
margin: 0;
padding: 0;
box-sizing:border-box;
width: 100%;
overflow-x: hidden;
font-size: 100%; /* 16px */ 
min-height: 100vh;
background-color: #FFFFFF;
} 

                              

h1,h2,h3,h4,h5,h6,li{
font-family: 'Poppins', sans-serif; 
margin: 0;
padding: 0;
}

p {
font-family: 'Poppins', sans-serif;
color: rgba(19,28,33,.87);
font-size: 18px;
line-height: 1.56;
font-weight: 400;
text-align: left;  
}

a{
text-decoration: none;
color: #000000;
}

header{
display: flex;
justify-content:center;
justify-content:space-around;
align-items: center;  
width: 100%;
background-color: #BF1744;
position: fixed;
z-index: 999999999999;
}

#abstand{
width: 100%;
height: 120px;    
}

nav ul {
padding: 0;
display: flex;
}

nav ul li a {
color: #FFB901;
}

nav ul li a:#{
color: #FFFFFF;
}

nav ul li {
margin-left: 10px;
color: #FFFFFF;
display: inline-block;
padding: 20px;
font-family:  'Chelsea Market', cursive;
transition: all 600ms ease;
}

nav ul li:hover{
background-color: #BF1744;
color:#FFFFFF;
transition: all 600ms ease;
}

.mobile{
display: none;
flex-wrap:wrap;
padding: 2px;
 z-index: 999999;
width: 40px;
 box-sizing: border-box;
cursor: pointer;
transition: .5s; 
}

.mobile span{
margin: auto;
width: 100%;
height: 4px;
display: block;
background:#FFFFFF;
margin: 6px 0;
transition: .5s;
}

.mobile.active span{
height: 0 auto;
margin: 0 auto;
}

.mobile.active span:nth-child(1){
transform: rotate(360deg);
}

.mobile.active span:nth-child(2){
margin-top: -4px;
transform: rotate(-90deg);
}

.mobile.active span:nth-child(3){
 display: none;
}

.sidebar{
display: none;
position: fixed;
top: 0;
left: -350px;
width: 350px; 
height: 100vh;
background: #BF1744; 
transition: .5s;
padding: 20px;  
text-align: center;
box-sizing: border-box;
}

.sidebar .menu{
margin: 0;
padding: 40px;
  }
  
.sidebar .menu li{
list-style: none;

}  

.sidebar .menu li a{
display: block;
padding: 10px 0;
color: #FFFFFF;
font-size: 18px;    
}

.sidebar .menu li a:hover{
 background: #282A2B;   
}

.sidebar.active{
left: 0;    
}

#logo {
display: flex;
align-items: center;
justify-content:center; 
margin: 0 auto;
width: 150px;
height: 80px; 
background: url(img/planBlogo.svg) no-repeat;
background-position: center center;
margin: 20px;
}

#kontakt {
display: flex;
align-items: center;
}

#kontakt h3 {
font-family: 'Oswald', sans-serif;     
}

#telefonbild{
margin: 0 auto;
margin-right: 15px;
width: 30px;
height: 30px;
background: url(img/phone.svg) no-repeat;
background-position: center center;   
}

#telefonbild h3{
margin: 0 auto;
       }
    
      
#abstand1{
width: 100%;
height: 40px; 
}


section {
width: 100%;
display: flex;
justify-content:center;
align-items: center;
flex-direction: column; 
}

#background{
display: flex;
justify-content:center; 
flex-direction: column;
align-items: center;    
width: 100%;
height: 100vh;
background: url(img/hintergrundstartseite.svg) no-repeat;
background-position: center center;  
background-size:cover; 
}


section1 {
display: flex;
align-items: center; 
justify-content:center; 
justify-content:space-around;
align-items:stretch;   
width: 100%;
margin-top: 150px;
}

section2{
display: flex;
justify-content:center;
width: 100%; 
margin-top: -50px;
}

#planb{
display: flex;
justify-content:center;
align-items: center;
width: 50%;
}

#planb p {
padding: 30px;
color: #FFFFFF; 
background-color: #BF1744; 
line-height: 1.7;    
}

section3{
margin: auto;
display: flex;
justify-content:center;  
width: 70%;
}

section4 {
display: flex;
justify-content:center;
justify-content:space-around;
align-items: center;
flex-wrap:wrap;
align-items:stretch; 
width: 100%;
margin-top: 200px;
}

#section4center{
display: flex;
justify-content:center;
justify-content:space-around;
align-items: center;
flex-wrap:wrap;
align-items:stretch;
width: 80%;
height: auto;
}

#section4text{
width: 80%;
display: flex;
flex-direction: column;   
height: auto;
margin: auto; 
}


#section4text span{
font-size: 50px;
margin: 0;
 padding: 0;
line-height: 0;    
}

#section4text h4 {
font-size: 14px;
font-weight: 900;
text-transform: uppercase;
}

#section4text h1 {
margin-top: 25px; 
font-size: 45px;
line-height: 54px;
font-weight: 800;   
}

#section4text p {
color: rgba(19,28,33,.87);
font-size: 18px;
line-height: 1.56;
font-weight: 400;
text-align: left;    
}
   

#section4leistung{
display: flex;
align-items:stretch;
width: 600px;
height: 600px;
background: url(img/stadt.svg)no-repeat;
background-position: center center;
margin: auto;  
}

section5{
display: flex;
justify-content:center;
justify-content:space-around;
align-items: center;
flex-wrap:wrap;
align-items:stretch;
width: 100%;
margin-top: 100px;
}  

#section5center{
display: flex;
justify-content:center;
align-items: center;
flex-wrap:wrap;
align-items:stretch;
width: 80%; 
}

section6{
width: 100%;
display: flex;
justify-content:center;
align-items: center;    
}

section6 p {
width: 50%;
background-color: #BF1744;
color: #FFFFFF;
padding: 50px;
margin-top: -20px;
}


#box{
display: flex;
justify-content:center;
flex-direction: column;
align-items: center;
flex-wrap:wrap;
align-items:stretch;
width: 350px;
height: 250px;
margin: 7px;
background-color: #FFFFFF;
box-shadow: 0 0 50px 7px rgb(44, 45, 46,6%);
transition: all 1200ms ease;    
}

#boxbild {
margin: auto;
width: 100px;
height: 100px;
background: url(img/winterdienst.svg)no-repeat;
background-position: center center;
background-size:contain;
}

#boxbild1 {
margin: auto;
width: 100px;
height: 100px;
background: url(img/hausmeister.svg)no-repeat;
background-position: center center;
background-size:contain;
}

#boxbild2 {
margin: auto;
width: 100px;
height: 100px;
background: url(img/entruempelung.svg)no-repeat;
background-position: center center;
background-size:contain;
}

#boxbild3 {
margin: auto;
width: 100px;
height: 100px;
background: url(img/lasten.svg)no-repeat;
background-position: center center;
background-size:contain;
}

#boxbild4 {
margin: auto;
width: 100px;
height: 100px;
background: url(img/gartenpflege.svg)no-repeat;
background-position: center center;
background-size:contain;
}

#boxbild5 {
margin: auto;
width: 100px;
height: 100px;
background: url(img/einlagerung.svg)no-repeat;
background-position: center center;
background-size:contain;
}

#boxtext{
margin: auto;
color: #FFFFFF;
font-size: 14px;
background-color: #BF1744;
padding: 14px; 
transition: all 1200ms ease; 
}



#box:hover{
transition: all 1200ms ease;
margin-top: -20px;
transform:translateX(-20%); 
}




#section3bild{
width: 70%;
height: 400px;
background: url(img/service.svg)no-repeat;
background-position: center center;
background-size:cover;
overflow: hidden;
z-index: 9999; 
}

#sectionbild{
display: flex;
flex-direction: column;
justify-content:center; 
vertical-align: middle;   
width: 60%;
height: 400px;
background-color: #131c21; 
margin-top: 100px;
margin-left: -70px;
}

#sectionbild h2 { 
width: 70%;
margin:  auto;
color: #FFFFFF;
text-align: left;
font-size: 45px;
line-height: 1.2;
margin-top: 100px;
}

#sectionbild p {
max-width: 100%;
color: #FFFFFF;
text-align: left;
font-size: 22px;
line-height: 1.7;
font-weight: 100;
}


#sectionkontakt h2{
background-color: #BF1744; 
font-size: 22px;
padding: 15px; 
line-height: 2; 
transition: all 600ms ease; 
}

#sectionkontakt h2:hover{
background-color: #F9396C;  
transition: all 600ms ease;  
}


#leistungen {
margin-top: 150px;
display: flex;
justify-content:center; 
width: 100%;

}

#leistungen2 {
margin-top: 60px;
display: flex;
justify-content:center;
width: 100%;
}

#leistungstext{
display: flex;
justify-content:center;    
}

#leistungen2 h2 {
font-size: 45px; 
line-height: 1.2;
max-width: 60%; 
}

#leistungen2 span {
font-size: 80px; 
margin: 0;
padding: 0;
line-height: 0;
}

#boxdrehen{
width: auto;
height: auto;
background-color: #BF1744;
transform: skew(-15deg,0deg);    
}



#leistungen h1 {
margin: auto;
color: #FFFFFF; 
padding: 15px;
}

#textbox{
width: 60%;
background-color: #BF1744;   
}

#textbox p {
padding: 50px;  
color: #FFFFFF;  
}

#firmen{
display: flex;
align-items: center; 
flex-wrap:wrap; 
justify-content:center;
align-items:stretch;
width: 100%;
}

#logomitte{
width: 140px;
height: 140px;
background: url(img/planBlogomitte.svg) no-repeat;
background-position: center center;
}


#logomittefirmenname h1{
text-align: center;
font-family: 'Lobster', cursive;
color: #FFFFFF; 
font-size: 60px;   
}

#logomittefirmenname h2{
font-size: 20px;
text-align: center;
color: #FFFFFF; 
}

#logomittefirmenname h3{
max-width:70%;
text-align: center;
color: #FFFFFF;
font-size: 60px;
line-height: 1.2; 
margin: auto;
margin-top: 30px;
}

#logomittefirmenname h4{
color: #FFFFFF;
text-align: center;
font-size: 18px;
font-weight: 700;
line-height: 1.2;
margin: auto;
margin-top: 30px;
padding: 0;
opacity:0.7;
}

#logomitarbeiter{
width: 500px;
height: 300px;
background: url(img/arbeiter.svg) no-repeat;
background-position: center center;
background-size:contain; 
margin-top: 40px;
}


#logoboxen{
display: flex;
flex-direction: column;  
justify-content:center;  
align-items:center;      
margin-top: 50px;
width: 400px;
margin: 20px;
background-color: #FFFFFF; 
box-shadow: 0 0 50px 7px rgb(44, 45, 46,6%);
}

#logoboxen h3 {
text-align: center;
margin-top: 30px;
    font-size: 25px;
}

#logoboxen h2 {
color: #FFFFFF;
text-align: center;
background-color: #BF1744; 
padding: 15px;   
}


#logoboxen h4 {
margin-bottom: 40px; 
margin-top: 20px;
}

#logoboxen h4,span {
margin-top: 40px;    
}

#logoboxen h5{
margin-bottom: 40px;    
}


#logoboxen p{
font-size: 16px;
max-width: 70%;
line-height: 1.7;
min-height: 250px;
}

#logoboxinhalt{
width:140px;
height:100px;
background: url(img/removeboxmitte.svg)no-repeat;
background-position: center center;
background-size:contain; 
margin-top: 30px;  
}

#bildinhalt{
width:300px;
height:250px;
background: url(img/removebild.svg)no-repeat; 
margin-top: -80px; 
}



#logoboxen1{
display: flex;
flex-direction: column;
justify-content:center;
align-items:center;
width: 400px;
margin: 20px;
background-color: #FFFFFF; 
box-shadow: 0 0 50px 7px rgb(44, 45, 46,6%);
}

 
#logoboxen1 h4 {
margin-top: 20px;
margin-bottom: 40px;
}

#logoboxen1 h3 {
margin-top: 30px;
text-align: center;
 font-size: 25px;
 }
 
#logoboxen1 h2 {
color: #FFFFFF;
text-align: center;
background-color: #BF1744;
padding: 15px;
}

#logoboxen1 h4,span {
margin-top: 40px;
}

#logoboxen1 h5{
margin-bottom: 40px;
}


#logoboxen1 p{
max-width: 70%;
font-size: 16px;
line-height: 1.7;
min-height: 250px;
}

#logoboxinhalt1{
width:140px;
height:100px;
margin-top: 30px;
background: url(img/immergruen_logo.svg)no-repeat;
background-position: center center;
background-size:contain;
}

#bildinhalt1{
width:300px;
height:250px;
background: url(img/gartenboxmitte.svg)no-repeat;
margin-top: -80px; 
}




#logoboxen2{
display: flex;
flex-direction: column;
justify-content:center;
align-items:center;
width: 400px;
margin: 20px;
background-color: #FFFFFF; 
box-shadow: 0 0 50px 7px rgb(44, 45, 46,6%); 
}


#logoboxen2 h2 {
color: #FFFFFF;
text-align: center;
background-color: #BF1744;
padding: 15px;
}

#logoboxen2 h3{
margin-top: 30px;
text-align: center;
font-size: 25px;
}

#logoboxen2 h4 {
margin-top: 20px;
margin-bottom: 40px;
}

#logoboxen2 h4,span {
margin-top: 40px;
}

#logoboxen2 h5{
margin-bottom: 40px;
}

#logoboxen2 p{
max-width: 70%;
font-size: 16px;
line-height: 1.7;
 min-height: 250px;
}

#logoboxinhalt2{
width:140px;
height:100px;
margin-top: 30px;
background: url(img/logo_lastentaxi.svg)no-repeat;
background-position: center center;
background-size:contain;
}

#bildinhalt2{
width:300px;
height:250px;
background: url(img/lastentaxi.svg)no-repeat; 
margin-top: -80px; 
}






#logoboxen3{
display: flex;
flex-direction: column;
justify-content:center;
align-items:center;
margin-top: 50px;
width: 400px;
margin: 20px;
background-color: #FFFFFF;
box-shadow: 0 0 50px 7px rgb(44, 45, 46,6%); 
}


#logoboxen3 h2 {
color: #FFFFFF;
text-align: center;
background-color: #BF1744;
padding: 15px;
}

#logoboxen3 h3{
margin-top: 30px;
text-align: center;
font-size: 25px;
}

#logoboxen3 h4 {
margin-top: 20px;
margin-bottom: 40px;
}

#logoboxen3 h4,span {
margin-top: 40px;
}

#logoboxen3 h5{
margin-bottom: 40px;
}


#logoboxen3 p{
max-width: 70%;
font-size: 16px;
line-height: 1.7;
min-height: 272px;
}

#logoboxinhalt3{
width:140px;
height:100px;
margin-top: 30px;
background:url(img/logistiklogo.svg)no-repeat;
background-position: center center;
background-size:contain;
}

#bildinhalt3{
width:300px;
height:250px;
background: url(img/logistik.png)no-repeat;
margin-top: -80px; 
}


#andereleistungen{
display: flex;
justify-content:center;  
width: 100%;
}

#andereleistungen p {
max-width: 60%;
padding: 50px; 
font-size: 18px;
line-height: 1.7; 
color: #767c80; 
}

#andereleistungen span {
margin-left: 30px; 
font-size: 20px;   
}

#andereleistungen p img {
width: 36px;
height: 36px;   
vertical-align: middle; 
}

#footer{
display: flex;
flex-direction: row;
justify-content:center; 
justify-content:space-around; 
vertical-align: middle;
align-items:center; 
margin: auto;     
width: 100%;
background-color:#282A2B; 
height: 200px;
margin-top: 200px; 
}

#footer h4 {
color: #FFFFFF; 
font-family: 'Oswald', sans-serif;  
}

#footer a {
color: #FFFFFF;     
}


#copyright{
display: flex;
flex-direction: row;
justify-content:center;
justify-content:space-around;
vertical-align: middle;
align-items:center; 
background-color:  #BF1744;  
}

#copyright h4 {
padding: 30px; 
color: #FFFFFF;   
}

.datenschutz{
width: 70%;
display: flex;  
justify-content:center;  
flex-direction: column;
margin: auto; 
margin-top: 50px;
}

.impressum{
width: 70%;
display: flex;
justify-content:center;
flex-direction: column;
margin: auto;
margin-top: 50px;    
}



@media screen and (max-width: 1440px){

nav{
display: none; }




#section3bild {
background-size: cover;
height: 700px;
}

#logomitte{
width: 140px;
height: 140px;    
}

#sectionbild p{
margin: auto; 
}


 }
 
 @media screen and (max-width: 1096px) {
#section3bild {
background-size: cover;
height: 500px;
}

.datenschutz p, .datenschutz h2,.datenschutz h3,.datenschutz h4,.datenschutz h5,.datenschutz h1{
 word-break: break-all;    
}

.datenschutz p a{
 word-break: break-all;
background-color: #BF1744;
color: #FFFFFF;
}

.impressum p, .impressum h2,.impressum h3,.impressum h4,.impressum h5,.impressum h1{
 word-break: break-all;
}


 }


 
 @media screen and (max-width: 768px) {
#section3bild {
background-size: cover;
height: 400px;    
} 

#footer{
flex-direction: column;
height: auto;     
}

#footer h4{
padding: 30px;    
}
    
 } 
 
  @media screen and (max-width: 640px) {
#section3bild {
background-size: cover;
max-height: 300px;
}
}

 @media screen and (max-width: 470px) {
#section3bild {
background-size: cover;
max-height: 250px;
}

#section4leistung{
max-height: 300px;
}

}
 
 
 @media screen and (max-width: 425px) {
#section3bild {
background-size: cover;
height: 200px;}

.datenschutz p{
font-size: 14px;    
}

.impressum p{
font-size: 14px;
}



 }
 
 
 @media screen and (max-width: 1440px) {
 
#kontakt{
display: none;    
}

header{
justify-content:space-between;     
}

.mobile{
display: block;
margin: 20px;    
}

.sidebar{
display: block;   
}

#logo{
background-position: center center;    
} 

#logomitte{
margin-top: 20px;
width: 80px;
height: 80px;    
}

#logomittefirmenname h1{
font-size: 40px;
}

#logomittefirmenname h2{
margin: auto;
width: 80%;
font-size: 18px;    
}

#logomittefirmenname h4{
max-width: 80%;
 font-size: 16px;   
}

#logomitarbeiter{
width:240px ;
height:160px ;    
}

#logomittefirmenname h3{
font-size: 26px;    
}

#planb p{
font-size: 16px;    
}

#planb {
width: 80%;    
}

#boxdrehen h1{
font-size: 20px;    
}

#leistungstext h2{
font-size: 20px;    
}

#leistungstext span{
font-size: 40px;
}

#logoboxen,#logoboxen1,#logoboxen2,#logoboxen3{
margin-bottom: 60px;    
}

#andereleistungen p{
max-width: 80%;
padding: 0;    
}

#andereleistungen span {
margin: 0;
}

#andereleistungen img{
display: flex;
justify-content:center;  
vertical-align: middle;
margin: auto; 
}

section3{
width: 80%;
flex-direction: column;   
}

#section3bild{
width: 100%;
}

#sectionbild{
width: 100%;
height: auto;
margin: 0;    
}

#sectionbild h2,#sectionbild p{
font-size: 20px;
   
}

#sectionbild p{
width: 80%;
}

#sectionbild h2{
text-align: center;
width: 100%; 
padding: 0px;

}

#section4text h1{
font-size: 22px;
line-height: 1.2;    
}

.datenschutz{
width: 70%;    
}

.impressum{
width: 70%;
}


.datenschutz a{
}

}

