.wandern{
    margin-top: 50px;
    margin-bottom: 100px;
}

.wandererImg{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*PC*/

@media only screen and (min-width: 1001px){
    .shortDesktopWidth{
        width: 500px;
    }
    .shortDesktopWidthRight{
        float: right;
        width: 600px;
    }
    .wandern{
        margin-bottom: 150px;
    }
}

/*mobile */

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

}