﻿/* ############################
   ############################
   ### Kundenmeinung Design ###
   ############################
   ############################ */

.opinions {
    position: relative;
    width: 100%;
    padding: 2vw 0 2vw 0;
    background-color: #ffffff;
}

.op-span {
    width: 100%;
    color: #000000;
    font-family: "rubik_lightbold";
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
}

.opinions p {
    width: 100%;
    color: #000000;
    font-family: "rubik_medium";
    font-size: 1.5vw;
    text-align: center;
}

.op-bwheader {
    width: 100%;
}

.opinions a {
    color: #FFF;
    text-decoration: none;
}

.customer-slide {
    margin-top: 3vw;
    width: 100vw;
}

.customer-card {
    position: relative;
    width: 332px;
    height: 477px;
    border-radius: 4px;
    background-color: #f1f1f1;
    margin: 0 auto;
}

.customer-card2 {
    position: relative;
    width: 664px;
    height: 234px;
    border-radius: 4px;
    background-color: #FFF;
    margin: 0 auto;
}

    .customer-card2 img {
        position: absolute;
        width: 332px;
        height: 234px;
    }

.customer-card img {
    position: absolute;
    width: 332px;
    height: 234px;
}

.customer-card-quotebox {
    position: absolute;
    top: 193px;
    left: 252px;
    width: 64px;
    height: 64px;
    box-shadow: -8px 0 16px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background-color: #ffffff;
    background-image: url('./cssimages/quote.png');
    background-repeat: no-repeat;
    background-position: 15px 19px;
}

.customer-card-quotebox2 {
    position: absolute;
    top: 20px;
    left: 300px;
    width: 64px;
    height: 64px;
    box-shadow: -8px 0 16px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background-color: #ffffff;
    background-image: url('./cssimages/quote.png');
    background-repeat: no-repeat;
    background-position: 15px 19px;
}

.customer-card-opinion {
    position: absolute;
    width: 284px;
    height: 60px;
    color: #000000;
    font-family: "rubik_regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    top: 265px;
    left: 24px;
    overflow: hidden;
}

.customer-card-opinion2 {
    position: absolute;
    width: 284px;
    height: 60px;
    color: #000000;
    font-family: "rubik_regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    top: 31px;
    left: 370px;
    overflow: hidden;
}

.customer-card-opinion-expand a:hover {
    transform: scale(2,2)
}

.customer-card-user {
    position: absolute;
    width: 284px;
    height: 17px;
    color: #000000;
    font-family: "rubik_lightbold";
    font-size: 14px;
    text-align: left;
    top: 341px;
    left: 24px;
}

.customer-card-user2 {
    position: absolute;
    width: 284px;
    height: 17px;
    color: #000000;
    font-family: "rubik_lightbold";
    font-size: 14px;
    text-align: left;
    top: 107px;
    left: 370px;
}

.customer-card-from {
    position: absolute;
    width: 284px;
    height: 17px;
    color: #000000;
    font-family: "rubik_regular";
    font-size: 14px;
    text-align: left;
    top: 358px;
    left: 24px;
}

.customer-card-from2 {
    position: absolute;
    width: 284px;
    height: 17px;
    color: #000000;
    font-family: "rubik_regular";
    font-size: 14px;
    text-align: left;
    top: 124px;
    left: 370px;
}

.customer-card-rating {
    position: absolute;
    width: 284px;
    height: 12px;
    top: 383px;
    left: 24px;
}

.customer-card-rating2 {
    position: absolute;
    width: 284px;
    height: 12px;
    top: 149px;
    left: 370px;
}

.customer-card-button {
    position: absolute;
    width: 284px;
    height: 42px;
    border-radius: 8px;
    background-color: #ff7f27;
    top: 411px;
    left: 24px;
}

    .customer-card-button span {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-family: "nunito_sanssemibold";
        font-size: 16px;
        top: 9px;
    }

.customer-card-button2 {
    position: absolute;
    width: 284px;
    height: 42px;
    border-radius: 8px;
    background-color: #ff7f27;
    top: 177px;
    left: 370px;
}

    .customer-card-button2 span {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-family: "nunito_sanssemibold";
        font-size: 16px;
        top: 9px;
    }

    .customer-card-button2 a {
        color: #FFF;
        text-decoration: none;
    }

    .customer-card-button2 span {
        text-align: center;
    }
.colorme-gold {
    color: gold;
}
.colorme-bronze {
    color: #BF8970;
}
.KD-size {
    font-size: 24px;
}
.user-rating {
    position: relative;
    top: 1vw;
    width: 70%;
    margin: 0 auto;
    background-color: white;
    padding: 16px;
    color: black;
}
.KD-Beschreibung {
    color: black;
}
.KD-Row {
    padding: 5px;
}
.KD-Stars {
    float: left;
    font-size: 24px;
}
.KD-Barcontainer {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}
.KD5 {
    background-color: #04AA6D;
}
.user-rating {
    position: relative;
    top: 1vw;
    width: 70%;
    margin: 0 auto;
    background-color: white;
    padding: 16px;
    color: black;
}

    .user-rating:after {
        content: "";
        display: table;
        clear: both;
    }

.KD-Row {
    padding: 5px;
}

.KD-Stars {
    float: left;
    font-size: 24px;
}

.KD-Barcontainer {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

.KD {
    height: 24px;
}

.KD-size {
    font-size: 24px;
}

.KD1 {
    background-color: #f44336;
}

.KD2 {
    background-color: #ff9800;
}

.KD3 {
    background-color: #00bcd4;
}

.KD4 {
    background-color: #2196F3;
}

.KD5 {
    background-color: #04AA6D;
}

.KD-Beschreibung {
    color: black;
}

.colorme-gold {
    color: gold;
}

.colorme-bronze {
    color: #BF8970;
}
.colorme-orange {
    color: #ff7f27;
}
@media screen and (max-width: 640px) {
    .our-services {
        position: relative;
        width: 100%;
        height: 40vw;
        background-color: #fff;
        overflow: hidden;
    }

    .op-span {
        width: 100%;
        height: 8vw;
        color: #000000;
        font-family: "rubik_lightbold";
        font-size: 6vw;
        font-weight: 700;
        text-align: center;
    }

    .op-bwheader {
        width: 100%;
        margin: 2vw 0vw 2vw 0vw;
    }

    .user-rating {
        position: relative;
        top: 1vw;
        width: 100%;
        margin: 0 auto;
        background-color: white;
        padding: 16px;
        color: black;
    }

    .KD-Beschreibung {
        line-height: 4vw;
        height: 8vw;
        color: black;
    }

    .KD {
        height: 18px;
    }

    .KD-size {
        font-size: 10px;
    }

    .KD-Stars {
        font-size: 10px;
    }

    .opinions p {
        width: 100%;
        color: #000000;
        font-family: "rubik_medium";
        font-size: 3vw;
        text-align: center;
    }

    .customer-slide {
        width: 100vw;
    }

    .opinions {
        width: 100%;
        background-color: #ffffff;
    }
}