*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}
body{
 color: #fff724;
 background: #020412;
}

.header{
    width: 100%;
    height: 100vh;
    background: #020412;
    color: #fff;
    padding: 0 8.5%;
    

}
nav{
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 3px;
    margin-bottom: 0;
    padding-bottom: 0;

}
.logo{
    width: 120px;
    cursor: pointer;
    padding-top: 10px;
    

}
.menu-icon{
    width: 35px;
    cursor: pointer;
    
}
nav ul{
    flex: 1;
    text-align: right;
    padding-right: 40px;
}
nav ul li{
display: inline-block;
list-style: none;
margin: 10px 8px;
}
nav ul li a{
    color: rgb(0, 20, 73);
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 17px;
}
nav ul li a:hover{
    color: #fff724;
}
.text-box{
    margin-top: 10%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;

}
.text-box h1{
    font-size: 6vw;
    line-height: 10vw;   
    

}

.text-box p{
    padding-top: 30px;
    color: #fff;
    
}


.text-box a{
    margin-top: 30px;
    display: inline-block;
    border-radius: 6px;
    border: 2px solid #fff724;
    color: #fff724;
    padding: 10px 30px;
    text-decoration: none;
}
.text-box .btn{
    background: #fff724;
    color: #000;
    margin-left: 30px;
    font-weight: 600;
}
.user-img{
    width: 35vw;
    position: absolute;
    right: 4%;
    bottom: 0;
}


.auto-input{
    color: #fff724;
    
}











.nav-links{
    flex: 1;
    text-align: right;
    
    

}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 8px 8px;
    
}

.nav-links ul li a{
    color: #fff724;
    text-decoration: none;
    font-size: 15px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #fff724;
    display: block;
    margin: 0;
    transition: 0.5s;

}

.nav-links ul li:hover::after{
    width: 100%;
}






@media(max-width: 700px){
    .nav-links{
        display: none;

    }
}




.text-box1 h1{
    text-align: center;
    font-size: 4vh;
    font-style: italic;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 30px;
    
}
.text-box1 img{
    width: 250px;
    margin-top: 30px;

}
.text-box1 p{
    
    text-align: center;
    font-size: x-large;
   line-height: 4vh;
}
.text-box1 h2{
    text-align: center;
    padding-top: 30px;
}
.text-box1 a{
    background-color: #000;
    margin-top: 2vw;
    position: absolute;
    transition: 0.5s;
    text-align: center;

    
}
.text-box1{
    text-align: center;
    margin: auto;
    
}



@media(max-width: 700px){
    .nav-links ul li{
     display: block;
     font-size: 1px;
    padding-top: 1px;
     

    } 
    .nav-links ul li a{
        color: #fff724;
        text-decoration: none;
        font-size: 13px; 
    }
    .nav-links ul li::after{
        content: '';
        width: 0%;
        height: 2px;
        background: #fff724;
        display: block;
        margin: 0;
        transition: 0.5s;
    
    }
    
    .nav-links ul li:hover::after{
        width: 0;
    }

}



/*-------- traning ---------*/

.traning{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;

}

p{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.traning-col{
    flex-basis: 31%;
    background: #aabbf371;
    border-radius: 50px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;

}
.traning-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

@media(max-width: 700px){
    .traning img{
        width: 250px;
        margin: auto;
    }
}
/*--------Qualität----------------*/
.Qualität{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}


.Qualität-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.Qualität-col img{
    width:100%;
    display: block;
}
.layer{
    background:transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(0, 226, 158, 0.7);

}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;

}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}


/*----------Projekte-------*/




/*-------KONTAKT--------*/


/*--------Warum_wir-------*/


/*---------------testimonials--------*/



/*--------------- about us page--------*/




/*----------------------Projekte page ---------------*/





/*--------------------Qualität page----------- */



/*---------------Betreuung-----------*/

.sub-Betreuung{
    height: 30vw;
    width: 100%;
    background-image: url(/images/betreung.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;

}

.sub-Betreuung h1{
    font-size: 50px;
    margin-bottom: 70px;
    margin-top: 70px;
    color: #000;
}
.sub-Betreuung h2{
    color: #000000;
}
.container h4{
    color: rgb(0, 0, 0);
    font-size: 32px;
    padding: 50px 0;
    text-align: center;
    text-shadow: #303ef7;

}

.container h2{
    color: rgb(0, 0, 0);
    font-size: 32px;
    padding: 50px 0;
    text-align: center;
}
.price-row{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
}
.price-col p{
    font-size: 25px;
    color: rgb(0, 0, 0);
    font-style: initial;
}

.price-col{
    background: rgba(49, 84, 240, 0.788);
    padding: 10% 15%;
    border-radius: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.price-col h3{
    font-size: 44px;
    margin: 20px 0 10px;
    font-weight: 500;
}
.price-col h4{
    font-size: 15px;
    margin: 10px 0 10px;

}


.price-col h3 span{
    font-size: 16px;
    
}
.price-col ul{
    text-align: left;
    margin: 20px 0;
    color: #ddd;
    list-style: none;
}
.price-col ul li{
    margin: 15px 0;
}
.price-col ul li::before{
    content: '\2022';
    color: #000000;
    font-weight: bold;
    margin-right: 8px;
}
.price-col button{
    width: 100%;
    padding: 14px 0;
    background: transparent;
    color: white;
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 6px;
    margin-top: 30px;
    cursor: pointer;

}
.price-col button:hover{
    background: #e33058;

    

}

.price-col:hover{
    background: #221fdac4;
}

.newuser{
    color: rgb(0, 0, 0);
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
    padding: 50px 0;
    text-align: center;
}
.newuser h2{
    margin-top: 15px;
    margin-bottom: 15px;
}
.price1-row{
    width: 90%;
    max-width: 400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
}
.price1-col p{
    font-size: 25px;
    color: rgb(0, 0, 0);
    font-style: initial;
}

.price1-col{
    background: rgba(49, 84, 240, 0.788);
    padding: 10% 15%;
    border-radius: 25px;
    color: rgb(255, 255, 255);
    text-align: center;

}
.price1-col h3{
    font-size: 44px;
    margin: 20px 0 10px;
    font-weight: 500;
}
.price1-col h4{
    font-size: 15px;
    margin-top: 1px;
    font-weight: 500;
}


.price1-col h3 span{
    font-size: 16px;
    
}
.price1-col ul{
    font-size: 20px;
    text-align: left;
    margin: 10px 0;
    color: #ddd;
    list-style: none;
}
.price1-col ul li{
    margin: 15px 0;
}
.price1-col ul li::before{
    content: '\2022';
    color: #000000;
    font-weight: bold;
    margin-right: 8px;
}
.price1-col button{
    width: 100%;
    padding: 14px 0;
    background: transparent;
    color: white;
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 6px;
    margin-top: 30px;
    cursor: pointer;

}
.price1-col button:hover{
    background: #e33058; 

}

.price1-col:hover{
    background: #221fdac4;
}

/*----------------services----------------*/
.services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
    


}

.row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
}
.service{
    text-align: center;
    padding: 25px 10px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;
}



.service i{
    font-size: 40px;
    margin-bottom: 10px;
    color: #303ef7;
}
.service h2{
    font-weight: 600;
    margin-bottom: 8px;
}
.service:hover{
    background: #303ef7;
    color:#020412;
    transform: scale(1.05);
}
.service:hover i{
    color: #fff724;
}
.service p{
    color: #303ef7;
}
.row p{
    color: #ddd;
}

#container2{
    width: 100%;
   margin-top: 50px;
   margin-bottom: 50px;
   display: flex;
   
    
}

.swiper{
    width: 800%;
    height: fit-content;
}

.swiper-slide img{
    width: 100%;
    border-radius: 2vw;



}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
color: #fff724;

}

.swiper .swiper-pagination-bullet-active{
    background: #fff724;
}



/*----------------------warum we--------------- */

#why{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 10px;
}
h1{
    font-size: 36px;
    font-weight: 600;
    

}

p{
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.why-row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.why-col{
    flex-basis: 31%;
    background: #003afa71;
    border-radius: 50px;
    margin-bottom: 5%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;

}
.why-col:hover{
    background: #303ef7;
    color:#020412;
    transform: scale(1.05);
}
@media(max-width: 700px){
    .why-row{
        flex-direction: column;
    }
}

@media(max-width: 700px){
    .why img{
        width: 250px;
        margin: auto;
    }
}





































/*-----------------Animated Website Footer ------------------*/

.Animated{
display: flex;
min-height: 70vh;
justify-content: flex-end;
align-items: flex-end;

}
footer{
    
    position: relative;
    width: 100%;
    background: #3586ff;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.socisl-icon1, .meun12{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}
.socisl-icon1 li, .meun12 li{

    list-style: none;

}
.socisl-icon1 li a{
font-size: 2em;
color: #fff;
margin: 0 10px;
display: inline-block;
transition: 0.5s;
}
.socisl-icon1 li a:hover{
    transform: translateY(-10px);
}

.meun12 li a{
    font-size: 1.2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
    }

.meun12 li a:hover{
    opacity: 1;
    color: #fff724;

}
.p1{
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.1em;
}
footer .wave{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(/images/wave.png);
    background-size: 1000px 100px;
}

footer .wave#wave1{
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
}
footer .wave#wave2{
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;
}
footer .wave#wave3{
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWave 3s linear infinite;
}
footer .wave#wave4{
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
}
@keyframes animateWave{
    0%
    {
        background-position-x: 1000px;
    }
    100%
    {
        background-position-x: 0px;
    }

}
@keyframes animateWave_02{
    0%
    {
        background-position-x: 0px;
    }
    100%
    {
        background-position-x: 1000px;
    }

}