﻿/* Bilddarstellung bleibt im Ursprungszustand; nur der Abschnitt endet 30 px tiefer. */
.webdesign-showcase {
    padding-top: 65px;
    padding-bottom: 195px;
}

.webdesign-showcase > div > p:not(.eyebrow) {
    white-space: pre-line;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 1em;
}

.webdesign-showcase h2 {
    line-height: 1;
}

.webdesign-hero h1 {
    text-transform: none;
}

@media (min-width: 761px) {
    .webdesign-final .actions {
        transform: translateX(80px);
    }
}

