<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* All */
.ws-myBusiness-rating-text {
    /* color: gold; */
    font-size: 15px;
    font-weight: bold;
}

.ws-myBusiness-stars {
    color: gold;
    fill: gold;
}

.ws-myBusiness-stars-snackys {
    color: gold;
    fill: gold;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

/* Badges */
.ws-myBusiness-badge {
    position: fixed;
    bottom: 5px;
    object-fit: contain;
    background-color: transparent;
    color: #444;
    z-index: 999999999;
    font-size: 12px;
}

.ws-myBusiness-front-page-simple {
    width: 170px;
    padding: 5px 10px;
    box-sizing: border-box;
    bottom: 5px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 20%);
    position: absolute;
    transition: 0.6s;
}

.ws-myBusiness-front-page-detailed{
    width: 150px;
    box-sizing: border-box;
    bottom: 5px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 20%);
    position: absolute;
    transition: 0.6s; 
}

#ws-myBusiness-badge .ws-myBusiness-profile-name-container a, #ws-myBusiness-badge .ws-myBusiness-more-infos a{
    text-decoration: none;
}

.ws-myBusiness-icon {
    background-image: url(../img/ws_google_guetesiegel_ws.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 50px;
    background-size: contain;
    margin: 0 auto;
}

.ws-myBusiness-badge-small {
    position: fixed;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    bottom: 20px;
    background-color: #ffffff;
    z-index: 999999999;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 20%);
}

.ws-myBusiness-icon-small {
    background-image: url(../img/ws_google_guetesiegel_ws.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 45px;
    background-size: contain;
    margin: 5px 5px;
}

.ws-myBusiness-badge-small-click a:hover {
    cursor: pointer;
}

.ws-myBusiness-more-infos a:active{
    color: black!important;
}
.ws-myBusiness-more-infos a:focus{
    color: black!important;
}

/* Slider */
.ws-myBusiness-stars-center {
    color: gold;
    fill: gold;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
};

#ws-slider-item{
    font-size: 14px;
    margin-bottom: 1rem;
    .ws-myBusiness-stars {
        color: gold;
        fill: gold;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    };
    .review-all-reviews  {
        text-decoration: underline;
    };
    .review-all-reviews:hover {
        text-decoration: none;
    }
}

#ws-box-slider{
    font-size: 14px;
    .ws-myBusiness-stars {
        color: gold;
        fill: gold;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    };
    .review-all-reviews  {
        text-decoration: underline;
    };
    .review-all-reviews:hover {
        text-decoration: none;
    }
}

.review-all-reviews{
    color: black!important;
    text-decoration: underline;
}
.review-all-reviews:hover{
    color: black!important;
    text-decoration: none;
}

/* Boxen */
.ws-myBusiness-icon-basic {
    height: 75px;
}

#ws-google-my-business-basic {
    .ws-myBusiness-stars {
        color: gold;
        fill: gold;
        display: flex;
        justify-content: start;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    };
    .ws-myBusiness-sources a  {
        color: black!important;
        text-decoration: underline;
    };
    .ws-myBusiness-sources a:hover {
        color: black!important;
        text-decoration: none;
    }
}</pre></body></html>