.title {
    text-align: center;
    margin-top: 100px;
    font-size: large;
}


h2 {
    text-decoration: underline;
    margin-bottom: 2%;
}

h3 {
    text-decoration: underline;
    margin-bottom: 1%;
}


.Einleitung-Kasten {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Einleitung-Kasten a {
    color: rgb(94, 23, 235);
}

.Einleitung {
    position: relative;
    width: 50%;
    height: fit-content;
    filter: drop-shadow(0 0 2px grey); 
    list-style: none;
}

.Einleitung ul li {
    list-style: none;
}


.Text {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 10%;
    padding: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.Kasten-um-Textabschnitt {
    position: relative;
    margin: 2% 10%;
    padding: 20px;
    filter: drop-shadow(0 0 10px black);
    color: white;
    background-color: #313131;
    width: 70%;
    height: fit-content;
    border-radius: 5px;
    justify-content: center;
    align-items: center;    
}

.Kasten-um-Textabschnitt a {
    color: #5e17eb;
}