.anfahrt {
    width: 90%;
    margin: 5% auto;
    text-align: center;
}

.anfahrt h3 {
    margin-bottom: 1%;
}

.anfahrt a {
    color: #093B43;
    text-decoration: none;
    font-weight: normal;
}

.map-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    aspect-ratio: 16 / 9; 
    margin: 5px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(70%);
    border: none;
}

.openstreetmap {
    position: relative;
    width: 90%;
    max-width: 800px;
    aspect-ratio: 16 / 9; 
    margin: 5px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.openstreetmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(75%);
    border: 1px solid #11232fc6;
}

.openstreetmap a {
    color: white;
}

.openstreetmap p {
    padding: 2%;
}

#openstreetmap {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 2;
    width: 40%;
    background-color: #748b9dc6;
    border-radius: 5px;
    border: 1px solid #11232fc6;
}









