/*allgemein*/
.hero_Section{
    margin-top: 80px;
    margin-bottom: 170px;
}

.bild{
    width: 100%;
    margin-top: 20px;
}

.text{
    margin-top: 30px;
}


/*PC*/

@media only screen and (min-width: 1001px){
    .text{
        float: left;
        width: 40%;
        margin-right: 10%;
        margin-top: 70px;
    }
    .bild{
        float: left;
        width: 40%;
        margin-top: 70px;
    }
}

/*Tablet je nach Anforderung*/

@media only screen and (min-width: 530px) and (max-width: 1000px){

}

/*mobile */

@media only screen and (max-width: 530px){

}