﻿#carouselExampleCaptions {
    display: none;
}

#Site_Begruessung {
    display: none;
}

#AnfahrtKasten_Rahmen {
    width: 100%;
    height: 900px;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 150px auto;
}

#AnfahrtKasten {
    width: 100%;
    height: 100%;
    position: relative;
}

.anfahrt-karte {
    width: 100%;
    height: 100%;
    border: none;
}

.iframe-wrapper {
    height: 100%;
}
