#bildKasten {
    width: 42%;
    float: left;
    display: inline-block;
}

#aboutBild {
    width: auto;
    margin-top: 60px;
    margin-left: 10%;
    height: 100vh;
    float: right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#aboutKasten {
    background-color: rgba(250, 250, 250, 1);
    margin-top: 60px;
    width: 49%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: inline-block;
    height: 100vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.aboutText {
    text-align: inherit;
    padding: 10%;
    color: #404040;
}

.textAbschnitt {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 2%;
}

.kontakt a {
    list-style: none;
    text-decoration: none;
    color: #404040;
    font-weight: bold;
}

h2 {
    color: #404040;
    margin-top: 10%;
}
h1{
    color: #404040;
    margin-top: 5%;
    font-size: 1em;
}
p{

    margin: 2% 0;
}
@media screen and (max-width: 909px) {
    #bildKasten {
        display: none;
    }

    #aboutKasten {
        width: 100%;
        margin: 0;
        height: 100vh;
        box-shadow: none;
        margin-top: 60px;
    }
    .textAbschnitt {
        font-size: 11px
    }
    h1{
        margin-right: 10%;
    }
    h2{
        margin-right: 10%;
    }

}