* {
    
    font-family: "Asul", serif;

}

                                        /* Erste Teil */ 
    
.header {
    background: linear-gradient(45deg, rgba(66, 14, 100, 0.5),
    rgba(131, 168, 202, 0.336)),url(Fotos/colors.jpg);
    
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* macht das Bild auf die ganze Seite*/
}




/*Seite TEIL*/

.textbox1 {
  
    margin-top: 150px;
    margin-right: 500px;
    margin-left: 500px;
    text-align: justify;
    color: rgb(255, 255, 255);
    padding-bottom: 80px;
}

.text1,
.text2,
.text3 {
    margin-top: 20px;
    text-align: justify;
}

.linie {
    color: rgb(255, 255, 255);
    margin-top: 5px;
}

.Vorteile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    color: white;
}

.Vorteile-text {
        white-space: pre-wrap;
        margin-bottom: 0px;
        margin-top: 5px;
        padding-bottom: 100px;
         
}




/* ENDE TEIL 1 */ 




                                    /* Teil 2 */

/*----Leistungen----*/

.Leistungen {
    color: white;
    height:fit-content;
    margin-bottom: 0px;
    background: linear-gradient(to bottom right, #ec60a6, #db9ac8,
            #5894cf);
    margin: 0px;
    color: white;
    height: 100%;


}

.titel2 {
    padding-top: 150px;
    padding-left: 250px;
    padding-right: 250px;
    text-align: center;
    margin-top: 0px;
}

.einfrührung-container{
    padding-top: 150px;
  
}

.Einführung {
    padding-top: 15px;
    padding-left: 250px;
    padding-right: 250px;
    text-align: center;

}
   

.row {
    display: flex;
    margin-top: 5%;
    justify-content: space-between;
    padding-left: 250px;
    padding-right: 250px;
    text-align: center;
    gap: 50px;
    transition: 0.5s;

}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}



.Angebot {
    flex-basis: 25%;
    border-radius: 10px;
    margin-bottom: 5%;
    background: rgba(255, 255,255, 0.2);
    border-color: rgba(255, 255,255, 0.3);
    margin-top: 20px;    
    transition: 0.5s;
    padding: 20px 20px;
}

h3{
    padding-bottom: 20px;
    padding-top: 20px;
}
.Zusammenfassung {
    padding-top:50px;
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 100px;
    text-align: center;
    margin-bottom: 0px;
}

.Angebot:hover {
    box-shadow: 0 0 20px 0px #0a0a0a;
}


