@media only screen and (min-width: 735px){
    .section-in-the-car .section-scenario-intro .typography-section-headline{
        line-height: .8423076923;
    }

    .section-in-the-car .grid .copy-container{
        margin-top: 50px;
    }
}

.inline_nowrap{
    display: inline;
    white-space: nowrap;
}



.overview-car-tile-2 {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 437px;
    --p-height:204px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-car-tile-2 {
        --p-width: 305px;
        --p-height:143px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-car-tile-2 {
        --p-width: 250px;
        --p-height:117px
    }
}

@media only screen and (max-width: 735px){
    .left-for-small{
        padding-left: 0.6em;
    }
}

/*ArtCD start*/
.section-working-out .headline, .section-in-the-kitchen .headline{
    margin-left: -10px;
}

@media only screen and (max-width: 734px) {
    .section-working-out .headline, .section-in-the-kitchen .headline{
        margin-left: -5px;
    }
}

/*ArtCD end*/