/* Seitenspezifische Anpassungen
   - bewusst leer als Startpunkt für die nächste Refactor-Stufe */

@media (max-width: 700px) {
    .contact_form .cols_2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .top_caption {
        padding-top: 180px;
    }

    .top_caption h1 {
        font-size: 3em;
    }
}
