.col--medium-6 .componentContainer .teaserrouting {
    margin-right: 0;
    margin-left: 0
}

.componentContainer .teaserrouting__base {
    padding-left: 0;
    padding-right: 0
}

.teaserrouting__base {
    margin-bottom: 50px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.75%;
    padding-right: 3.75%;
    padding-bottom: 2px;
    overflow: hidden;
    position: relative;
    -webkit-hyphens: auto;
    hyphens: auto;
    display: flex;
    flex-wrap: wrap
}

.teaserrouting__base:before,
.teaserrouting__base:after {
    content: " ";
    display: table
}

.teaserrouting__base:after {
    clear: both
}

@media(min-width:1170px) {
    .teaserrouting__base {
        padding-left: calc(3.75% - ((100% - 1170px) / 2));
        padding-right: calc(3.75% - ((100% - 1170px) / 2))
    }
}

@media(min-width:1264px) {
    .teaserrouting__base {
        padding-left: 0;
        padding-right: 0
    }
}

.teaserrouting__base .newpar {
    width: 100%;
    margin-top: 20px;
    float: left
}

.teaserrouting__base .cq-Editable-dom--container,
.teaserrouting__base .aem-GridColumn.cq-Editable-dom--container {
    padding-top: 0;
    padding-bottom: 0
}