/* ============================================================
   Contact Page – kontact.css
   Hans Rittmeier GmbH | rittmeier-bedachung.de
   ============================================================ */

.kontakt-content {
    padding: 0;
    text-align: justify;
}

.headline-h2-contact {
    padding-bottom: 0 !important;
    margin-bottom: -10px !important;
}

/* Restrict width of specific fields on desktop */
#anrede {
    width: 250px !important;
    max-width: 250px !important;
}



/* Map Styling */
.contact-map-iframe {
    width: 100%;
    min-height: 400px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-top: 10px;
}

/* Specific adjustment for Desktop View (where tabs are vertical) */
@media (min-width: 1520px) {
    .kontakt-content {
        padding-right: 40px;
    }
    
    .contact-map-iframe {
        width: 100%;
        height: 500px;
    }
}