p{
    display: flex;
    color: var(--text-color);
    align-items: center;
    text-align: start;
}


.bild1 {
    position: fixed;
    top: 70%;
    left: 60%;
    /* z-index: -1; */
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    position: relative;
    animation: 500ms;
    cursor: pointer;
}

.bild1 img {
    opacity: 0.5;
    height: 100%;
    display: flex;
    /* width: 300px; */
    justify-content: center;

}

.bild1 {
    height: 10%;
    /* widtSh: 10%; */
    border: none;
    background-color: #c7bd0f49;
    color: aliceblue;
    font-size: medium;
    border-radius: 1000px;
    position: absolute;
    padding: 20px 30px 60px 30px;

    /* animation: spin 5s  ease-in-out; */

    animation-name: spin;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-delay: 1s;
    animation-iteration-count: 10s;
    animation-direction: alternate-reverse;
    animation-fill-mode: forwards;
    animation-play-state: paused;
    /* position: absolute; */


}

.bild1:hover {
    animation-play-state: running;
}


main {
    height: 200px;
    /* padding-bottom: 250px !important; */
}


@keyframes spin {
    0% {
        height: 60px;
        width: 80px;
        border-radius: 55%;
        padding: 10px 20px 50px 20px;
        left: 25%;
    }

    33% {
        height: 30px;
        width: 100px;
        border-radius: 5px;
        padding: 70px;
    }

    66% {
        height: 60px;
        width: 60px;
        padding: 60px;
        border-radius: 10px;
        transform: rotate(0);
    }

    100% {
        height: 100px;
        width: 100px;
        border-radius: 100%;
        padding: 30px;
        transform: rotate(360deg);
    }

}

.scholz{
        display: flex;
        justify-content: center;
        background-image: url(bilder/boy.png);
        background-size: cover;
        background-position: center;
        /* background-size: 30px; */
        margin-bottom: 50px;
}

.scholz-container{
        height: 140px;
            width: 350px;
            padding: 30px 50px;
            border-radius: 50px;
            background-color: rgba(81, 125, 163, 0.205);
        
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            color: rgba(21, 21, 99, 0.849);
            text-align: justify;
            line-height: 180%;
        
            backdrop-filter: blur(15px);
            border-top: 1px solid hsla(0, 32%, 92%, 0.301);
            border-left: 1px solid hsla(0, 32%, 92%, 0.308);
            box-shadow: 3px 3px 3px rgba(0, 0 0, 0, 0.09);
}

.scholz p{
    color: var(--accent-color);
    text-shadow: 1px 1px 1px var(--primary-color);
    font-size: larger;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
 h2{
    margin-bottom: 10px;
}

.neu{
    top: 40%;
    color: var(--text-color);
    padding-bottom: 10px;
}