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

.links{
    color: rgb(94, 94, 94);
}

/*PC*/

@media only screen and (min-width: 1001px){
.hero_Section{
    margin-bottom: 550px;
}
}

/*Tablet je nach Anforderung*/

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

}

/*mobile */

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

}