.frontpage{
    background-image: url('backround.jpg');
    height: 100vh;  /* Setzt die Höhe auf 100% der Ansichtshöhe */
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}
.text{
    padding-top: 20%;
    color: lightgray;
    font-size: 130px;
    text-align: center;
}
.subtext{
    font-size: medium;
    text-align: center;
    color: white;
}
body{
    background-color: #300350;
    margin: 0px;
    padding: 0px;
}
.sububerschrift{
    color: lightgrey;
    font-size: 70px;
}
.subtext2{
    color: white;
    font-size: 26px;

    
}
.bildtext {
    display: flex;
    padding-top: 5%;
    justify-content:space-evenly;

}

.minicontainer {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 40%;
}

img {
    flex-wrap: wrap;
    flex-shrink: 0;

}
.abteil{
    padding-bottom: 5%;
}
.textbox{
    text-align: center; 
    display: flex;
    justify-content: center;
    color: white;
    font-size: 26px;
    width: 100%;
}
.minitextbox{
    width: 60%;
}
button{
    background-color: #F62E97; 
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition-duration: 0.4s;

}
button:hover{
    background-color: #153CB4;
    color: white;
}
footer{
    background-color:  	#94167F;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footerteil{
    color: white;
}
a{
    color: white;
}
img{

}