@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: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;
    }
}

/*/////////////////////////////////////IMPRESSUM VERLINKUNG///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////ALLE WEBSITES////////////////////////////////////////////////////////////////////////////*/
.impressumlink a{
    color: black;
    margin-bottom:50px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////TEILSEITE KONTAKT///////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////HEADER KONTAKT////////////////////////////////////////////////////////////////////*/
.header_contact{
    width:100%;
    min-height: 60vh;
    max-height:100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(Hand.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header_contact h1{
    color: white;
    font-size: 70px;
    min-height: 10vh;
    width:100%;
    margin:auto;
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;

}
/*/////////////////////////////////////////////HEADER KONTAKT ANPASSUNG AN KLEINERE BILDSCHIRME////////////////////////////////////////////////////////////////////*/
@media(max-width:800px){
    .header_contact{
        overflow:hidden;
    }
}
@media(max-width:400px){
    .header_contact h1{
        font-size:20px;
        font-weight:600;
    }

}
@media(max-width:300px){
    .header_contact h1{
        font-size:10px;
        font-weight:280;
        padding-left:15px;
    }

}
/*///////////////////////////////////////////// VERLINKUNG ZU GOOGLE MAPS////////////////////////////////////////////////////////////////////////////////////////*/
.location{
    width:80%;
    margin-left:140px;
    padding: 45px 0;
    align-items: center;
}
.location iframe{
    width: 100%;
}
.location h1{
    color: black;
    font-size: 40px;
    min-height: 10vh;
    width:100%;
    margin:auto;
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;
    margin-bottom: 25px;

}
.contactinfo p{
    font-family:'Poppins',sans-serif;
    font-size:18px;
    line-height: 24px;
    
}
/*///////////////////////////////////////////// VERLINKUNG ZU GOOGLE MAPS ANPASSUNG KLEINERE BILDSCHIRME////////////////////////////////////////////////////////////////////////////////////////*/
@media(max-width: 2560px){
    .location{
        width:80%;
        margin-left:10%;
        
        align-items: center;
    }
    .location iframe{
        width: 100%;
    }
    .contactinfo p{
        color:black;
        text-align:center;
        font-size:18px;
        margin-left:20%;
        margin-right:20%;
        line-height:25px; 
        padding-top:40px;
        padding-bottom:20px;

    }

}
@media(max-width: 1200px){

    .contactinfo p{
        color:black;
        text-align:center;
        font-size:18px;
        margin-left:20%;
        margin-right:20%;
        line-height:25px; 
        padding-top:40px;
        padding-bottom:20px;

    }

}
@media(max-width:900px){
    .contactinfo p{
        font-size:18px;
        line-height:25px;
    }
        
}
@media(max-width: 800px){
    .location{
        width:80%;
        margin-left:10%;
        padding: 45px 0;
        align-items: center;
    }
    .location iframe{
        width: 100%;
    }

}
@media(max-width: 700px){
    .location{
        width:80%;
        margin-left:50px;
        padding: 45px 0;
        align-items: center;
    }
    .location iframe{
        width: 100%;
    }

}

@media(max-width:750px){
    .contactinfo p{
        font-size:18px;
        line-height:20px;
    }

}
@media(max-width:425px){
    .location iframe{
        padding-right:15%;
    }
}

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

/*//////////////////////////////////////////////////////////////BROWN/////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////AUCH VERWENDET BEI////////////////////////////////////////////////////////////////////////////////////*/
.brown p{
    font-size: 30px;
    color:black;
    text-align: center;
    padding:20px;
    margin-top: 50px;
    line-height: 42px ;

}

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


    






































