@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;
    
}
/*////////////////////HEADER HAUPTSEITE ///////////////////////*/
.header{
    min-height: 100vh;
    max-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(bild-firma_1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;

}
/*///////////////////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%;
}
/*////////////////ÜBERSCHRIFT HAUPTSEITE////////////////*/
.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;


}
/*//////////////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;

}
/*///////////////////lINKS NORMALE SEITE ///////////////////*/
nav .fa{
    display: none;
}
/*////////////////////////////////////HEADER ANPASSUNGEN KLEINERE BILDSCHIRME////////////////*/
@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 p{
        font-size:35px;

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

    }
}
@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-x:hidden;
    }
    .text-box h1{
        font-size: 30px;
    }
    .text-box p{
        font-size: 15px;
    }
    .nav-links ul li{
        display:block;
    }
    .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){
    .hero-btn{
        color:white;
        border: 1px solid white;
        margin-top: 40px;
        padding:10px 14px;
        font-size: 20px;
    }
    .nav-links ul{
        right: -200px;
    }
}
@media(max-width:400px){
    .hero-btn .bw{
        color:white;
        border: 1px solid white;
        margin-top: 40px;
        padding:10px 14px;
        font-size: 15px;
    }
    .nav-links ul{
        right: -200px;
    }
}

/*//////////////////////////////////////SPÄTERE ZUSÄTZE//////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////BLUE///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////AUCH VERWENDET BEI////////////////////////////////////////////////////////////////////////////*/
.blue{
    background-color:rgba(193, 193, 211, 0.664);
    
    
}
.blue h2{
    color:rgb(32, 31, 31);
}
.blue h3{
    font-weight: 800;
}

/*/////////////////////////////////////ALIGNTOO///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////AUCH VERWENDET BEI////////////////////////////////////////////////////////////////////////////*/
.aligntoo p{
    text-align: left;
    font-size: 15px;
}
/*/////////////////////////////////////IMPRESSUM VERLINKUNG///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////ALLE WEBSITES////////////////////////////////////////////////////////////////////////////*/
.impressumlink a{
    color: black;
    margin-bottom:50px;
}
/*/////////////////////////////////////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;
    }
}
.icons .fa{
    color:#f44336;
    margin: 0 13px;
    cursor:pointer;
    padding: 10px 0;
    
}

/*////////////////////WIR STELLEN UNS VOR///////////////////*/
.header_aboutus{
    width:100%;
    height:50%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(fuhrpark_gross.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 50vh;
    overflow:hidden;
    
}
.header_aboutus h1{
    text-align: center;
    color: white;

}
@media(max-width: 700px){
    .header{
        overflow-x:hidden;
    }
    .text-box h1{
        font-size: 30px;
    }
    .text-box p{
        font-size: 15px;
    }
    .nav-links ul li{
        display:block;
    }
    .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;

    }
}






/*/////////////////////////////////////////////ÜBER UNS//////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.überuns01{
    padding: 35px;

}
.überuns01 h1{
    text-align:center;
    margin-bottom:15px;
    font-size:25px;
    color: black;
    font-weight:600;
}
.überuns01 p{
    text-align:center;
    color:grey;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
}
.aboutus{
    padding: 20px;
    text-align: left;
    padding-left: 20 px;
    margin-left: 50px;
    color:darkgrey;
    font-size: 35px;
    font-weight: 300;
    
}
.aboutusimg{
    margin-left: 20px;
    max-height: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 15px;
    align-items: left;
    margin-top: -200px;
}
/*/////////////////////////////////Anpassung ünerschrift Bildschirme///////////////////////////*/
.header_aboutus h1{
    font-size:34px;
    padding-top:20px;
}
@media(max-width:2560px){
    .header_aboutus{
        max-height:40vh;
        min-height:30vh;
    }
    .header_aboutus h1{
        text-align:center;
        padding-top:25px;
        font-size:34px;
    }
}
@media(max-width:1440px){
    .header_aboutus{
        max-height:60vh;
        min-height:40vh;
    }
    
    .header_aboutus h1{
        padding-top:30px;
        font-size:30px;
    }
    
}
@media(max-width:1200px){
    .header_aboutus h1{
        font-size:30px;
        padding-top:0px;
    }
}
@media(max-width:800px){
    .header_aboutus{
        min-height: 80vh;
        max-height:80vh;
    }
    .header_aboutus h1{
        padding-top:160px;
    }
}



.container{
    color:white;
    position: relative;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows:minmax(300px, auto);
    margin:40px;
    grid-auto-flow: dense;
    grid-gap: 10px;
}
.container .box{
    color: white;
    background: #333;
    padding: 20 px;
    display:grid;
    font-size: 20px;
    place-items: center;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}
.container .box:hover{
    background: #042b27;

}
.container .box img{
    position: relative;
    max-width:100px;
    margin-bottom: 10px;
}
.container .box:nth-child(1){
    grid-column: span 2;
    grid-row: span 3;
}
.container .box:nth-child(2){
    grid-column: span 1;
    grid-row: span 2;
}
.container .box:nth-child(4){
    grid-column: span 1;
    grid-row: span 2;
}
.container .box:nth-child(2){
    grid-column: span 3;
    grid-row: span 1;
}
@media(max-width:700px){
    .container{

    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-template-rows:minmax(auto, auto);
}
    .container .box{
        grid-column: unset !important;
        grid-row: unset !important;
    }
}

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.s3{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    background:#112d42;


}
.s3::before{
    content:'';
    position:absolute;
    top: 0;
    left: 0;
    width:50%;
    height:100%;
    background: tomato;

}
.containercontact{
    position:relative;
    min-width: 1100px;
    min-height: 550px;
    display:flex;
    z-index: 100;
}
.containercontact .contactinfo{
    position: absolute;
    top: 40px;
    width: 350px;
    height: calc(100% - 80px);
    background:wheat;
    z-index: 1;
    padding: 40px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);


}
.containercontact .contactinfo h2{
    color:white;
    font-size: 24px;
    font-weight: 500,
}
.containercontact .contactinfo .info{
    position: relative;
    margin: 20px 0;

}
.containercontact .contactinfo .info li{
    position:relative;
    list-style: none;
    display:flex;
    margin: 20px 0;
    cursor:pointer;
    align-items: flex-start;
}
.containercontact .contactinfo .info li span:nth-child(1){
    width: 30px;
    min-width: 30px;

}
.containercontact .contactinfo .info li span:nth-child(1) img{
    width: 30px;
    min-width: 30px;

}
.containercontact .contactinfo .info li span:nth-child(1){
    max-width: 100%;
    filter: invert(1);
    opacity:0.5;


}
.containercontact .contactinfo .info li span:nth-child(2){
    color:white;
    margin-left: 10px;
    font-weight:300;
    opacity:0.5s;
    

}


.idea{
    padding:1px;
}
.team{
    margin: 75px 0;
}
.team h1{
    text-align: center;
    font-weight:500;
    letter-spacing: 2px;
    color:black;
      
}
.team h1::after{
    content: '';
    background: white;
    display: block;
    height: 3px;
    width: 150px;
    margin: 10px auto;
    

}
.img-box img{
    padding-top: 25px;
    max-width: 333px;
    max-height:450px
}
.box{
    width:30%;
    float:left;
    margin:50px 20px;
    padding:15px;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(0,0,0,0,0.15);
}
.team h2{
    padding-left: 25px;
}
.box a{
    display: inline-block;
    color: white;
    background:black;
    text-decoration: none;
    padding:10px 15px;
    border-radius: 8px;
    margin-top:15px;
}
.expanding{
    height:240px;
    overflow:hidden;
}
.box a:hover{
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.box .showContent p{
    height:auto;

}
.box .showContent a.readmore-btn{
    background-color: brown;

}
.box p{
    font-size:15px;
    line-height: 28px;
    height:10px;
    overflow: hidden;
}


.black{
    color:black;
    background-color:white;
    text-align: left;
}
.black p{
    color:black;
    font-size:15px;
}
.black h1{
    font-size: 20px;
}
.black h2{
    font-size:20px;
    color:black;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////Teilseite Impressum//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////*/
.impressum h1{
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    color:white;
    margin-top: 10px;
    margin-right: 100px;

}

.impressum img{
    max-height: 100px;
    
}
.headerimpressum{
    min-height: 50vh;
    max-height: 75vh;
    width: 98%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(bild-firma_1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;

}

@media(max-width:700px){
    .impressum h1{
        padding-left: 20%;
    }
}
@media(max-width:425px){
    .impressum h1{
        padding-right:90px;
    }
}
@media(max-width:380px){
    .impressum h1{
        padding-right: 40px;
        font-size:35px;
    }
}
@media(max-width:320px){
    .impressum h1{
        padding-right:10px;
        padding-left:60px;
        font-size:30px;
    }
     
}


.teamevents{
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(teamevents03.jpg);

}
/*/////////////////////////////////////////////////////
////////////////////////////////////////////////
//Teilwebsite Altro///////////////////////////////
////////////////////////////////////////////////////*/
.header .logo_altro {
    min-height: 90%;
    max-width:60%;
    position: center;
    margin-top: 75px;
    margin-left: 20%;
    padding-bottom: 20px;
}
.infoaltro{
    padding-top: 250px;
    padding-bottom: 0px;
    text-align:center
}
.infoaltro p{
    padding-top: 30px;
    text-align:left;
    padding-left: 150px;
    color:grey;


}
.altrohead{
    min-height:50vh;
    max-height: 50vh;
}
.body2 .altropro{
    margin-top: 0px;
    padding-top: 10px;
}
.altroprojektüberschrift{
    padding-top: 140px;
    font-size: 150px;
    text-align:center;
}
.altrokontakt{
    text-align:center;
    padding-top: 60px;
   
}
.altrokontakt p{
    text-align: center;
    position:relative;
    color: grey;
    font-size:25px;
    padding-top: 30px;
}
.altrolayout{
    max-width:50%;
    min-width:45%;
    padding-right:5%;
    padding-left: 15%;
    margin-top:25px;
}
.layouta h3{
    font-size:35px;
    font-weight:400;
    color:black;

}
.layouta p{
    font-size:20px;
    font-weight:300;
    color:grey;

}


@media(max-width:700px){
    .header .logo_altro{
        min-height: 20%;
        max-height: 20%;
        margin-left: 10%;
        max-width:90%;

    }
    .header .logo_altro img{
        max-height:90%;
        min-height: 70%;
        max-width: 90%;
        margin-top: 10%;
    }
    .infoaltro{
        padding-top: 120px;
        padding-bottom: 0px;
        text-align:center;
    }
    .infoaltro p{
        padding-top: 5%;
        text-align:left;
        padding-left: 10%;
        color:grey;
    }
    .infoaltro h1{
        font-size:30px;
    }
    .altrolayout{
        min-width:80%;
    }
    

    
/*/////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
//////////////////////////////////////////
Teilwebsite Service////////////////////////
///////////////////////////////////*/
}
.header .logo_service {
    min-height: 550px;
    max-height: 650px;
    position: center;
    margin-top: 75px;
    margin-left: 450px;
    padding-bottom: 20px;
}
.infoservice{
    padding-top: 250px;
    padding-bottom: 0px;
    text-align:center
}
.infoservice p{
    padding-top: 30px;
    text-align:left;
    padding-left: 150px;
    color:grey;


}
.servicehead{
    min-height:50vh;
    max-height: 50vh;
}
.serviceprojektüberschrift{
    padding-top: 140px;
    font-size: 150px;
    text-align:center;
}
.servicekontakt{
    text-align:center;
    padding-top: 60px;
   
}
.servicekontakt p{
    text-align: center;
    position:relative;
    color: grey;
    font-size:25px;
    padding-top: 30px;
}
.service{
    background:rgb(148, 45, 45);
    color:white;
}
.service p{
    color:white;
}
/*//////////////////////////////////////////////////////////////////
/////////////////////////////////////////
////////////////////////////////////////////////////
//////////Teilwebsite wks//////////////////////////////////
//////////////////////////////////////////*/


.wksprojektüberschrift{
    padding-top: 140px;
    font-size: 150px;
    text-align:center;
}
.wkskontakt{
    text-align:center;
    padding-top: 60px;
   
}
.wkskontakt p{
    text-align: center;
    position:relative;
    color: grey;
    font-size:25px;
    padding-top: 30px;
}
.wks{
    background:rgb(148, 45, 45);
    color:white;
    align-items:center;
    flex-basis: 100%;
    
}
.wks p{
    color:white;
}
.infowks{
    padding-top: 250px;
    padding-bottom: 0px;
    text-align:center
}
.infowks h1{
    text-align: center;
}
.infowks p{
    padding-top: 30px;
    text-align:left;
    padding-left: 150px;
    color:grey;


}
.header .logo_wks {
    min-height: 550px;
    max-height: 650px;
    position: center;
    margin-top: 75px;
    margin-left: 320px;
    padding-bottom: 20px;
}
.img-boxteamfoto img{
    display:flex;
    max-width: 100%;
    min-width: 100%;
    min-height:80%;
    max-height: 100%;
    align-items: center;
    padding:10px;
    padding-bottom: 40px;

}
.img-boxteamfoto{
    width: 90%;
    padding-left: 200px;
    padding-top:60px;
    align-items: center;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////Wir stellen uns vor////////////////////////////////////////////////////////////////////////////////////////*/

.WirStellen h1{
    text-align: center;
    font-size:30px;
    padding-top:50px;
    padding-bottom: 5px;
}
.Vorstellung{
    overflow-x: hidden;
    

}

.WirStellen .textV p{
    font-size:15px;
    color:black;
    padding-top: 35px;
    text-align:left;  
    margin-left: 25%;  
}
/*///////////////////////////////////////////////////////Anpassungen Text an Bildschirme//////////////////////////////////////////////////////*/
@media(max-width:2560px){
    .WirStellen .textV p{
        margin-left:35%;
    }
}
@media(max-width:1900px){
    .WirStellen .textV p{
        margin-left:30%;
    }

}
@media(max-width:1500px){
    .WirStellen .textV p{
        margin-left:25%;
    }

}
@media(max-width:800px){
    .WirStellen .textV p{
        margin-left:10%;
    }

}
@media(max-width:700px){
    .WirStellen .textV p{
        margin-left:5%;
    }

}

@media(max-width:400px){
    .WirStellen .textV p{
        font-size:12px;
        padding-top:10px;
    }

}
.Abstandt{
    padding-bottom:25px;
}
















