.abstandoben-inner-min{
    padding-top:25px;
}
.abstandoben-inner-med{
    padding-top:50px;
}
.abstandoben-inner-max{
    padding-top:100px;
}

.abstandunten-inner-min{
    padding-bottom:25px;
}
.abstandunten-inner-med{
    padding-bottom:50px;
}
.abstandunten-inner-max{
    padding-bottom:100px;
}

.abstandoben-outer-min{
    margin-top:25px;
}
.abstandoben-outer-med{
    margin-top:50px;
}
.abstandoben-outer-max{
    margin-top:100px;
}

.abstandunten-outer-min{
    margin-top:25px;
}
.abstandunten-outer-med{
    margin-top:50px;
}
.abstandunten-outer-max{
    margin-top:100px;
}

.abstandrechts-inner{
    padding-right:20px;
}
.abstandlinks-inner{
    padding-left:20px;
}
.content_container.w_50:first-of-type,
.content_container.w_66:first-of-type,
.content_container.w_33:first-of-type{
    padding-right:var(--dis_to_viewport_horizontal);
}
.content_container.w_50:last-of-type,
.content_container.w_66:last-of-type,
.content_container.w_33:last-of-type{
    padding-left:var(--dis_to_viewport_horizontal);
}
@media screen and (max-width:1100px){

    .content_container.w_50:first-of-type,
    .content_container.w_66:first-of-type,
    .content_container.w_33:first-of-type{
        padding:0;
        padding-bottom:var(--dis_to_viewport_horizontal);
    }
    .content_container.w_50:last-of-type,
    .content_container.w_66:last-of-type,
    .content_container.w_33:last-of-type{
        padding:0;
        padding-top:var(--dis_to_viewport_horizontal);
    }

    .abstandoben-inner-min{
        padding-top:15px;
    }
    .abstandoben-inner-med{
        padding-top:30px;
    }
    .abstandoben-inner-max{
        padding-top:50px;
    }

    .abstandunten-inner-min{
        padding-bottom:15px;
    }
    .abstandunten-inner-med{
        padding-bottom:30px;
    }
    .abstandunten-inner-max{
        padding-bottom:50px;
    }

    .abstandoben-outer-min{
        margin-top:15px;
    }
    .abstandoben-outer-med{
        margin-top:30px;
    }
    .abstandoben-outer-max{
        margin-top:50px;
    }

    .abstandunten-outer-min{
        margin-top:15px;
    }
    .abstandunten-outer-med{
        margin-top:30px;
    }
    .abstandunten-outer-max{
        margin-top:50px;
    }

    .abstandrechts-inner{
        padding-right:10px;
    }
    .abstandlinks-inner{
        padding-right:10px;
    }
}

@media screen and (max-width:800px){
    .abstandoben-inner-min{
        padding-top:10px;
    }
    .abstandoben-inner-med{
        padding-top:20px;
    }
    .abstandoben-inner-max{
        padding-top:40px;
    }

    .abstandunten-inner-min{
        padding-bottom:10px;
    }
    .abstandunten-inner-med{
        padding-bottom:20px;
    }
    .abstandunten-inner-max{
        padding-bottom:40px;
    }

    .abstandoben-outer-min{
        margin-top:10px;
    }
    .abstandoben-outer-med{
        margin-top:20px;
    }
    .abstandoben-outer-max{
        margin-top:40px;
    }

    .abstandunten-outer-min{
        margin-top:10px;
    }
    .abstandunten-outer-med{
        margin-top:20px;
    }
    .abstandunten-outer-max{
        margin-top:40px;
    }

    .abstandrechts-inner{
        padding-right:5px;
    }
    .abstandlinks-inner{
        padding-right:5px;
    }
}