
/* In my-map-style.css */

.map-placeholder {
    background-image: url('../images/map.jpg');
    padding: 30px;
    font-size: 20px;
    line-height: 28px;
}
.map-placeholder h4.fusion-responsive-typography-calculated {
    color: #000 !important;
    margin-top:0 !important;
    margin-bottom: 20px !important;
    font-weight: 600;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 24px !important;
}
.map-placeholder p {
    font-size: 14px;
    line-height: 26px;
    color: #000 !important;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
}
button.map-privacy-check-once {
    background-color: #215491;
    color: #FFF;
    border: none;
    display: inline-flex; /* Inline-flex für flexibles Layout */
    align-items: center;
    justify-content: center;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1; /* Zeilenhöhe passend zum Text */
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    padding: 10px 20px; /* Padding angepasst */
    margin-top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    white-space: nowrap; /* Verhindert Umbruch */
    min-width: fit-content; /* Passt Breite automatisch an den Text an */
    height: auto; /* Höhe wird dynamisch angepasst */
}
