.main{
    background-image: url("../Bilder/Blume.jpg");
}

.first-list{
    overflow: hidden;
    list-style-type: circle;
    padding-bottom: 40px;
    padding-left: 40px;
}

.text{
    margin: 50px 0px 100px 0px;
}

.bothpic{
    background-size: cover;
    height: 40vw;
    float: left;
}

.papa{
    background-image: url("../Bilder/Gerhardprofil.JPG");
    background-position: 40% 0%;
}

.rimo{
    background-image: url("../Bilder/Rimoprofil.jpeg");
}


@media screen and (max-width:768px){
    .first-list{
        margin: 30px 30px 0px 30px;
    }

    h2{
        text-align: center;
    }

    .bothpic{
        height: 150vw;
        margin: 0px 60px 0px 60px;
    }
}
