<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#MapsDatenschutz
{
    position: absolute;
    top: 0px;
    display: none;
    background: rgba(255, 255, 255,.7);
    width: 100%;
    height: 100%;
}

#MapsDatenschutz .innerCentered
{
    padding-top: 98px;
    margin: 0 auto;
    width: 75%;
    text-align: center;
}

#MapsDatenschutz .innerCentered p
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


#MapsDatenschutz .eBtn
{
    width: 75%;
    margin: 0 auto;
    float: none;
    display: block;
}


#MapsDatenschutz .slider.round::before
{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slider.slidephase1::before
{
    left: 6px !important;
}

.slider.slidephase2::before
{
    left: 8px !important;
}

.slider.slidephase3::before
{
    left: 10px !important;
}

.slider.slidephase4::before
{
    left: 13px !important;
}

.slider.slidephase5::before
{
    left: 17px !important;
}

.slider.slidephase6::before
{
    left: 20px !important;
}

#MapsDatenschutz .slider::before
{
    background-color: white;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 26px;
}

#MapsDatenschutz .slider.round
{
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
}

#MapsDatenschutz .slider
{
    background-color: #333;
    cursor: pointer;
    left: 115px;
    top: 65px;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 52px;
    height: 32px;
    position: absolute;
}

.googleMapPanel #MapsDatenschutz .innerCentered
{
    padding-top: 74px;
}

.googleMapPanel #MapsDatenschutz .slider
{
    top: 30px !important;
}

#MapsDatenschutz .sliderContainer
{
    width: 30px;
}

.placeholderMap
{
    width: 100%;
    height: 100%;
}


.googleMapPanel .bbMap
{
    overflow: hidden;
}

.bbMap
{
    position: relative;
}
</pre></body></html>