/* Zentrierung & allgemeiner Stil */
.center {
    text-align: center;
    margin: 40px 0;
}

/* Überschrift */
h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

/* Adressfeld mit Schatten */
address.shadow {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-style: normal;
    color: #444;
    line-height: 1.6;
}

/* Google Maps Container */
.mapouter {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

/* Responsives Iframe */
.mapouter iframe {
    width: 100%;
    height: 600px;
    border: none;
}

/* Footer Abstand */
footer {
    margin-top: 60px;
}
