@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
*
/*//////////////////////Generelle Einstellung////////////////////*/
*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
/*////////////////////HEADER HAUPTSEITE ///////////////////////*/
.header{
    min-height: 60vh;
    max-height: 80vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(fuhrpark.jpg);
    background-position: center;
    background-size: cover;
    position: relative;

}
/*//////////////BUTTON HEADER HAUPTSEITE///////////////*/
.hero-btn{
    display:inline-block;
    text-decoration: none;
    color:white;
    border: 1px solid white;
    margin-top: 40px;
    padding:12px 14px;
    font-size: 20px;
    background: transparent;
    position:relative;
    cursor:pointer;
}
.hero-btn:hover{
    border:1px solid beige;
    background:rgb(148, 45, 45);
    transition: 1s;

}
/*///////////////////ÜBERSCHRIFT NORMALE SEITE////////////////////*/
.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}
.text-box h1{
    font-size: 80px;
}
.text-box p{
    margin:10 0 40px;
    font-size: 60px;
    color:white;


}
/*///////////////////lINKS NORMALE SEITE ///////////////////*/
nav
{
    display:flex;
    padding:2% 6%;
    justify-content: space-between;
    align-items: center;

}
nav img
{
    width:150px;
    
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display:inline-block;
    padding: 8px 12px;
    position: relative;

}
.nav-links ul li a{
    color:white;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Poppins, sans-serif';
}
.nav-links ul li::after{
    content:"'";
    width: 0%;
    height: 2px;
    background: rgb(153, 27, 27);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width:100%;
}
/*///////////////////lINKS NORMALE SEITE ///////////////////*/
nav .fa{
    display: none;
}
@media(max-width:800px){
    .header{
        max-height:80vh;
        min-height:75vh;
    }
    .nav-links ul li a{
        font-size:17px;
        
    }
    .nav-links ul{
        margin-top:45px;
        right: -200px;
    }
    .text-box h1{
        font-size:45px;

    }
    .text-box{
        margin-top:45px;

    }
    .text-box p{
        font-size:35px;   
    }

}
@media(max-width: 720px){
    .text-box h1{
        font-size: 40px;
    }
    .text-box p{
        font-size: 25px;
    }
    .nav-links ul{
        right: -200px;
    }
}
@media(max-width: 700px){
    .header{
        overflow:hidden;
    }
    .nav-links ul li{
        display:block;
    }
    .text-box h1{
        font-size: 30px;
    }
    .text-box p{
        font-size: 30px;
    }
    .nav-links {
        position:absolute;
        background: #f44336;
        height: 100vh;
        width: 150px;
        top:0;
        right:-200px;
        text-align: left;
        z-index: 2;
        transition:1s;

    }
    nav .fa{
    display: block;
    color:#fff;
    margin:10px;
    font-size: 22px;
    cursor:pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
}
@media(max-width:600px){
    .header{
        min-width:55vh;
        max-width:60vh;
    }
    .nav-links ul{
        right: -200px;
    }
}
@media(max-width:500px){

    .nav-links ul{
        right: -200px;
    }
}
@media(max-width:400px){

    .nav-links ul{
        right: -200px;
    }
}
/*/////////////////////////////DAS SIND WIR////////////////////////////////////////*/
.DasSindWir{
    padding-top:40px;
    padding-bottom:10px;
    font-family:"poppins", sans-serif;
}
.DasSindWir h1{
    text-align:center;
    font-weight:550;
    font-size:40px;
    padding-bottom:10px;
}

.InfoText{
    font-family:"Poppins", sans-serif;
    font-weight:300;
    font-size:18px;
    line-height:25px;
    margin-left:28%;
    margin-right:29%;
    padding-bottom:20px;
}
@media(max-width:600px){
    .InfoText{
        margin-left:5%;
        margin-right:2%;
    }
    .InfoText p{
        margin-left:5%;
        margin-right:0%;
        font-size:12px;

    }
}
/*////////////////////////////
SERVICE LEISTUNGEN/////////
/////////////////////////*/
.container{
    display: flex;
    flex-direction: column;
}
.containerpin{
    width:50%;
    height:175px;
    align-items: center;
    margin:auto;
    margin-top:20px;
    background-color: rgba(193, 193, 211, 0.664);
    display:flex;
    flex-direction:row;
    border-radius: 20px;
    
}
.containerpinbig{
    height:250px;
    width:50%;
    align-items: center;
    margin:auto;
    margin-top:20px;
    background-color: rgba(193, 193, 211, 0.664);
    display:flex;
    flex-direction:row;
    border-radius: 20px;
}
.containerpinbig .Icons img{
    margin-top:40%;
    margin-left:3%;
}
.container .Icons{
    width:18%;
    height:100%;
    padding:auto;
    background-color: rgba(193, 193, 211, 0.664);
    border-radius: 20px;
    
}
.container .Icons img{

    padding-top:10px;

}
.container .Info{
    width: 80%;
    height:100%;
}

.container .Info .text p{
    font-family:"Poppins", sans-serif;
    color:black;
    line-height:20px;
    font-size:18px;
    padding: 30px 10px;

}
.ServiceLeistungen h1{
    text-align:center;
    margin:auto;
    font-family: "Poppins", sans-serif;
    font-size:40px;
    font-weight:550;
    line-height: 35px;
    padding-top:40px;
    padding-bottom:30px;

}
.ServiceLeistungen{
    padding-bottom:30px;
}
/*//////////////////////////////////////////
UNSERE VORTEILE////////////////////////////
/////////////////////////////////////////*/
/*///////////////////////////////////Bild WirBieten///////////////////////////////////////////*/
.WirBieten{
    margin-top:60px;
    padding-bottom:10px;
    min-height: 60vh;
    max-height: 60vh;
    width:80%;
    margin-left:10%; 
    background-image: linear-gradient(rgba(0, 0, 0, 0.505), rgba(0, 0, 0, 0.708)), url(fuhrpark.jpg);
    background-position: center;
    background-size: cover;
    display:block;
    border-radius:40px;
}
.WirBieten h1{
    color:white;
    text-align:center;
    padding-top:40px;
    padding-bottom:20px;
} 
.WirBieten p{
    color:white;
    margin-right:10%;
    margin-left:20%;
    margin-top:20px;
}


.WirBieten table{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color:white;
    margin-left:2%;
    margin-right:2%;
    text-align: left;
}

.WirBieten table tr{
    padding-top:15px;
}
.WirBieten table td{
    width:45%;

}
.WirBieten .ul2{
    list-style: none;
    color:white;
    text-align:left;
    padding-top:20px;
    margin-left:25%;
    margin-right:20%;
    
}
@media(max-width:320){
    .WirBieten .ul2{

        padding-top:20px;
        margin-left:5%;
        margin-right:2%;
    }

}
/*////////////////ANPASSUNG KLEINERE BILDSCHIRME/////////////////////////////////////////////////////////////////////////////////////////////*/

@media(max-width:1230px){
    .WirBieten{
        min-height:80vh;
        max-height:90vh;
        
    }
    .WirBieten td{
        font-size: 20px;
    }

}
@media(max-width:900px){
    .WirBieten{
        min-height:70vh;
        max-height:90vh,

    }
    .WirBieten table{
        font-size:12px;
        margin-left: 20px;
        margin-right:20px;
        width:100%,
        
    }

    .WirBieten table tr{
        padding-right:5px;
        font-size:20px;
        color:white;
        text-align: left;
    }
}
@media(max-width:800px){
    .WirBieten{
        min-height:80vh;
        max-height:90vh,

    }
    .WirBieten table td{
        font-size:18px;
    }
    .WirBieten h1{
        font-size:22px;
    }
}
@media(max-width:500px){
    .WirBieten {
        min-height:60vh;
        max-height:75vh;
    }
    .WirBieten h1{
        font-size:14px;
    }
    .WirBieten p{
        font-size:10px;
    }

    .WirBieten .table .tr{
        flex-direction: row;
        font-size:10px;
        text-align:left;
        color:white;
    }
}
@media(max-width:400px){
    .WirBieten table{
        font-size:8px;
    }
    .WirBieten{
        min-height: 65vh;
        max-height:80vh;
    }
    .WirBieten p{
        font-size:10px;
    }
}
@media(max-width:325px){
    .WirBieten p{
        font-size:8px;

    } 
    .WirBieten{
        width:95%;
        margin-right:0;
        min-height:55vh;
        max-height:60vh;
    } 
}
/*//////////////////////////
IMPRESSUM/////////////////
////////////////////////*/
.comment{
    width:100%;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    
}
.impressumlink p{
    padding-top:5px;
}
.impressumlink a{
    color: black;
    margin-bottom:50px;
    margin-top:40px;
    font-size:25px;
    line-height:30px;
    font-weight:300;
    font-family:"Poppins", sans-serif;
    padding-right:7%;
    padding-top:10px;
}
.comment .icons i{
    padding-top:20px;
    padding-right:7%;
    
}
/*/////////////////////////////////KONTAKTFORMULAR////////////////////////////////////////////////////*/
.servicekontakt{
    font-family:"Poppins", sans-serif;
    padding-bottom:40px;

}
.testimonials{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 100px;
}
.testimonials h1{
    font-size:35px;
    padding-bottom: 30px;
}
.testimonial-col{
    margin-top: 40px;
    flex-basis: 44%;
    border-radius:10px;
    margin-bottom:5%;
    text-align: left;
    background:#fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
    
}
.testimonial-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;

}
.testimonial-col h3{
    margin-top: 15px;
    text-align: left;  
}
.testimonial-col p{
    font-size: 20px;
}
.testimonial-col .fa{
    color:red;

}
.comment{
    width:100%;
    text-align:center;
    padding:30px;
}
.comment h4{
    margin-bottom:25px;
    margin-top: 60px;
    font-weight:600;
    font-size: 25px;

}
.icons .fa{
    color:#f44336;
    margin: 0 13px;
    cursor:pointer;
    padding: 10px 0;
}
.comment-box{
    border: 2px solid rgb(44, 43, 43);
    margin: 50px 0;
    padding: 15px 20px;
}
.comment-form input, .comment-form textarea{
    width: 85%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border:none;
    outline:none;
    background: lightgrey;

}
comment-form button{
    margin: 10px 0;
    padding:5px;

}
.comment-col input, .comment-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    border:1px solid #ccc;
    outline:none;
}
.Kommentar{
    padding-bottom: 30px;
}
.red-btn{
    border:1px solid rgb(148, 45, 45);
    background:transparent;
    color: rgb(148, 45, 45);

}
.red-btn:hover{
    color:white;

}


/*//////ANPASSUNG KLEINERE BILDSCHIRME//////////////////*/
@media(max-width:2565px){
    
    .containerpinbig .Icons img{
        padding-left:20%;
        margin-top:20%;
    }
    .containerpin .Icons img{
        padding-left:22%;
    }
    .WirBieten{
        min-height:50vh;
        max-height:55vh;
        width:35%;
        margin:auto;
    }
    .War .Icons{
        margin-left:5px;
    }
}
@media(max-width:1800px){
    .containerpinbig .Icons img{
        padding-Left:1%;
    }
    .containerpin .Icons img{
        padding-right:140px;
        padding-left:0%;
        margin-left: auto;
    }
    .WirBieten{
        min-height:70vh;
        max-height:75vh;
        width:55%;
    }
}
@media(max-width:1440px){
    .containerpinbig .Icons img{
        margin-left:0;
        padding-left:0;
        padding-top:25%;
    }
    .containerpin .Icons img{
        padding-left:0;
    }
    .WirBieten{
        min-height:45vh;
        max-height:55vh;
    }
}
@media(max-width:1025px){
    .containerpin{
        width:85%;
        margin-left:8%;
    }
    .containerpin .Icons{
        width:18%;
        height:175px;

    }
    .containerpin .Icons img{
        padding-left:8%;
    }
    .containerpinbig{
        width:85%;
        margin-left:8%;
    }
    .containerpinbig .Icons{
        width:18%;
        height:250px;

    }
    .containerpinbig .Icons img{
        padding-left:8%;
    }
    .WirBieten{
        min-height:50vh;
        max-height:55vh;
    }
}
@media(max-width:800px){
    .containerpin{
        width:85%;
        margin-left:8%;
    }
    .containerpin .Icons{
        width:22%;
        height:175px;

    }
    .containerpin .Icons img{
        padding-left:2%;
    }
    .containerpinbig{
        width:85%;
        margin-left:8%;
    }
    .containerpinbig .Icons{
        width:22%;
        height:250px;

    }
    .containerpinbig .Icons img{
        padding-left:4%;
    }
    .WirBieten{
        min-height:55vh;
        max-height:55vh;
        width:80%;
    }
}
@media(max-width:430px){
    .containerpin{
        flex-direction: column;
        height:450px;
        width:80%;
        margin-left:8%;
    }
    .containerpin .Icons{
        width:100%;
        height:150px;

    }
    .containerpin .Icons img{
        padding-left:30%;
        margin-top:0;
    }
    .containerpinbig{
        flex-direction: column;
        height:450px;
        width:80%;
        margin-left:8%;
    }
    .containerpinbig .Icons{
        width:100%;
        height:150px;

    }
    .containerpinbig .Icons img{
        padding-left:30%;
        margin-top:0;
        padding-top:1%;
    }
    .WirBieten{
        min-height:40vh;
        max-height:45vh;
    }
}
@media(max-width:400px){
    .testimonials h1{
        font-size: 33px;
        font-weight:600;
    }
    .testimonials p{
        font-size:20px;
        font-weight:600;
    }
}
@media(max-width:380px){
    .containerpin{
        flex-direction: column;
        height:450px;
        width:90%;
        margin-left:6%;
    }
    .containerpin .Icons{
        width:100%;
        height:150px;
    }
    .containerpin .Icons img{
        padding-left:30%;
        

    }
    .containerpinbig{
        flex-direction: column;
        height:450px;
        width:90%;
        margin-left:6%;
    }
    .containerpinbig .Icons{
        width:100%;
        height:150px;

    }
    .containerpinbig .Icons img{
        padding-left:30%;
        margin-top:0;
        

    }

}
@media(max-width:320px){
    .WirBieten{
        min-height:35vh;
        max-height:40vh;
    }
    .containerpin{
        flex-direction: column;
        height:450px;
        width:90%;
        margin-left:12%;
    }
    .Temp .containerpinbig {
        height:500px;
    }
    .containerpin .Icons{
        width:100%;
        height:150px;

    }
    .containerpin .Icons img{
        padding-left:25%;
    }
    .containerpinbig{
        flex-direction: column;
        height:450px;
        width:90%;
        margin-left:12%;
    }
    .containerpinbig .Icons{
        width:100%;
        height:150px;

    }
    .containerpinbig .Icons img{
        padding-left:25%;
        margin-top:0px;
    }
    .DasSindWir img{
        width:320px;
        height:190px;
        margin:5%;
    }
    .DasSindWir h1{
        font-size:20px;
        font-weight:600;
        

    }
    .ServiceLeistungen h1{
        font-size:20px;
        font-weight:600;
        margin-left:15px;

    }
}




/*/////////////////////////////////////IMPRESSUM VERLINKUNG///////////////////////////////////////////////////////////////////////////////////////
*/
.impressumlink a{
    color: black;
    margin-bottom:50px;
    font-family:'Poppins', sans-serif;
}

.comment h4{
    margin-bottom:25px;
    margin-top: 60px;
    font-weight:600;
    font-size: 25px;
    

}
.comment{
    align-items: center;
    text-align: center;
}
.icons .fa{
    color:#f44336;
    margin: 0 13px;
    cursor:pointer;
    padding: 10px 0;
    
}
.impressumlink p{
    color: black;
    text-align: center;
    font-size:24px;
    font-weight:300;
}
/*//////////////////////////////////////////////////IMPRESSUMLINK ANPASSUNG BILDSCHIRME/////////////////////////////////////////////*/

@media(max-width:800px){

    .comment h4{
        padding-bottom:0px;
        margin-bottom:0px;
    }

}
@media(max-width:450px){
    .comment{
        padding-left:5px;
    }
    .comment h4{
        font-size:20px;
        padding-bottom:0px;
        margin-bottom:0px;
    }
    .impressumlink a{
        color: black;
        margin-bottom:20px;
        font-size:20px;
    }
}

@media(max-width:400px){
    .comment{
        padding-left:5px;
    }
    .comment h4{
        font-size:15px;
        padding-bottom:0px;
        margin-bottom:0px;
    }
    .impressumlink a{
        color: black;
        margin-bottom:20px;
        font-size:15px;
    }
}
@media(max-width:320px){
    .comment{
        padding-left:20px;
    }
    .comment h4{
        font-size:15px;
        padding-bottom:0px;
        margin-bottom:0px;
    }
    .impressumlink a{
        color: black;
        margin-bottom:20px;
        font-size:15px;
    }
}
/*/////////////////////////////WKS ÜBERSCHRIFT//////////////////////////////////////////*/
.WksÜberschrift{
    padding-top:20px;
}
.WksÜberschrift h1{
    text-align: center;
    font-size:35px;
}
@media(max-width:400px){
    .WksÜberschrift h1{
        font-size:25px;
    }

}
/*/////////////////////////////////////////////TEAMBILD/////////////////////////////////////////////////////////////////////////*/
.teamcontainer{
    display:flex;
    justify-content: center;
    align-items:center;
    background:white;
    position: relative;
    background: #000116;
    width: 800px;
    min-height: 500px;
    margin: 20px;
    margin-left: 23.5%;
    overflow: hidden;
    border-radius: 10px;

}
.teamcontainer img{
    position: relative;
    width:100%;
}
.Bewerbungsschrift p{
    font-size:18px;
    color:black;
    line-height:25px;
    font-weight:400;
    text-align:center;
}
.Bewerbungsschrift a{
    color:darkred;
}
@media(max-width:2560px){
    .teamcontainer{
        margin-left:auto;
        margin-right:auto;
    }
}
@media(max-width:2100px){
    .teamcontainer{
        margin-left:auto;
        margin-right:auto;
    }
}
@media(max-width:800px){
    .teamcontainer{
        width:600px;
        min-height:300px;
    }
}
@media(max-width:500px){
    .teamcontainer{
        width:300px;
        min-height:150px;
    }

}