.sit-2click-embed {
    height: 300px;
    background: rgb(149,227,240);
    /* background: linear-gradient(90deg, rgba(149,227,240,1) 0%, rgba(139,223,180,1) 100%); */
    background: linear-gradient(90deg, rgb(12, 148, 171) 0%, rgb(83, 154, 117) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sit-2click-embed .map-icon-wrapper {
    max-height: 80%;
    
    /* flex-shrink: 1; */
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
    text-align: center;
}

.sit-2click-embed .map-icon-wrapper .map-icon {
    max-width: 80%;
}

.sit-2click-embed .dsgvo-info {
    padding: 0 2rem;
    color: white;
    line-height: 1.1;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgb(165, 165, 165);
    text-align: justify;
    flex-basis: 70%;
}
.sit-2click-embed .dsgvo-info a {
    color: white;
    text-shadow: 1px 1px 1px rgb(165, 165, 165);
}

.sit-2click-embed button {
    margin: 0 auto;
    display: inherit;
    background: rgba(255,255,255,0.2);
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 0.25rem;
    font-size: 1.1rem;
    color: white;
}
.sit-2click-embed button:hover {
    background: rgba(255,255,255,0.4);
}

.elementor-widget-google_maps_2click iframe {
    height: 300px;
}