
.filter-select-active {
    border: 2px solid var(--main-color);
}

.custom-main-color {
    color: var(--main-color);
}

.detail_h2 {
    color: var(--main-button-color);
    text-transform: none;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
}


@media only screen and (min-width : 320px) and (max-width : 600px) {
    body {
        -webkit-text-size-adjust: none !important;
    }
    h2 {
        font-size: 20px;
    }

}

.kg-card-header {
    background-color: var(--main-bg-color);
    padding: 4px 15px;
}

/***
===================================================
 overwriting swiper buttons
===================================================
***/

.swiper-button-next, .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none;
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: block;
    color: var(--swiper-buttons-color);
}

.swiper-button-next i{
    margin-top: 8px;
    margin-left: 14px;
}

.swiper-button-prev i{
    margin-top: 8px;
    margin-left: 10px;
}

@media (min-width : 769px) {
    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: var(--main-bg-color);
        color: var(--swiper-buttons-color);
    }
}

.kg-filter-h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
}

.kg-qck-search-button-col {
    margin: 1px 0px;
}

.btn-slider-overlay {
    margin-top: 10px;
}

@media (max-width:1200px) {
    .kg-mb-sq-ch {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .kg-qck-search-ch-col {
        padding: 1px;
    }
}

.custom-col {
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media  (max-width: 991px){
    .custom-col {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px){
    .custom-col {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.custom-col-btn {
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media  (max-width: 991px){
    .custom-col-btn {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 5px;
        padding-left: 15px;
    }
}

@media (max-width: 768px){
    .custom-col-btn {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 575px){
    .custom-col-btn {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}


#quickSearchForm a#result_count, #quickSearchForm a#detailsuche {

    display: inline-block;
    font-size:16px;
    width: 100%;
    margin: 0px;
    line-height: 38px;
}

.kg-btn-q-search {
    font-size: 16px;
    font-weight: bolder;
    color: #333;
    background-color: #eaeaea;
    text-align: center;

}

.kg-btn-q-search:hover {
    color: #fff;
    background-color: #333;
}

#resultCounter{
    margin-top: 1rem;
}


#result_count {
    font-size: 14px;
    font-weight: bold;
    color: var(--result-count-color);;
    background-color: var(--result-count-bg-color);
    text-align: center;
}

#quickSearchForm #result_count {
    font-size: 14px;
    font-weight: bold;
    color: var(--result-count-color);
    background-color: var(--result-count-start-bg-color);
    text-align:center;
}

#quickSearchForm #result_count:hover{
    background: var(--result-count-bg-color);
    color: #353D47;
}

/*------------------------
    Start GW-Tool Swiper
-------------------------*/

.kg-swiper-container {

    border: 1px solid var(--swiper-border);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: var(--swiper-bg-color);
}

.kg-vc-description {
    min-height: 130px;
    position: relative;
}

.kg-vc-description >p {
    text-align: left;
    padding: 6px;
    font-size: 14px;
    margin: 0px;
}

.kg-swiper-make {
    border-top: solid 5px var(--main-color);
}

.kg-swiper-new_price {
    color: var(--swiper-new-price);
    position: absolute;
    bottom: 0;
}

.kg-swiper-new_price strong{
    text-decoration: line-through;
}
.kg-swiper-price-amount {
    border-top: 1px solid var(--swiper-price-amount-border-top);
}

.kg-swiper-price-amount {
    text-align: left;
    padding: 6px;
    width: 100%;
}


.kg-swiper-price-amount .customer-price {
    color: var(--main-color);
    font-weight: bold;
}

.kg-swiper-price-amount .vat-rate {
    font-size: 12px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(67, 69, 72, 0.8);
}


.kg-swiper-image-container {
    position: relative;
}
.kg-swiper-image-container img{
    margin: auto;
}

.kg-swiper-image-container:hover .overlay {
    opacity: 1;
}


.overlay-text {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
    width: 100%;
    z-index: 1000;
    line-height: 18px;
}

.overlay-text .overlay-heading {
    font-weight: bolder;
    padding: 0px;
    max-width:100%;
    font-size: 14px;

}

.overlay-text hr {
    margin-top: 3px;
    margin-bottom: 1px;
    border-top: 1px solid #fff;
}

.overlay-text span {
    margin-bottom: 1px;
    display: block;
    border-bottom: 1px solid #fff;
}

.swiper-wrapper {
    height:auto !important;
    width:100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

/*------------------------
--- End GW-Tool Swiper
 */

/*--
Filter collapse
 */

.kg-result-counter {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bolder;
    text-transform: uppercase;
}



@media only screen and (max-width: 1023px) {
    .kg-result-counter {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px) {
    .kg-result-counter {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
}


.kg-filter-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.kg-text-container {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*-----------------------------
    Start Page card CSS
*/

.kg-card-start {
    border: none;
    border-radius: 0px;
}

.kg-card-header {
    border-bottom: none;
}

.kg-card-body {
    padding: 0px;
}

.kg-card-body p {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*----------------
Start Page Css
*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px)  {
    /* HIER KOMMEN I-PAD STYLES REIN */

    .kg-spacer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width:767px) {

    .kg-spacer {
        padding-top: 15px;
    }

}


@media only screen
and (min-device-width: 481px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .kg-vc-description {
        min-height: 130px;
    }
}

@media only screen and (max-width: 1023px) {
    .kg-filter-container {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
}

.table_wltp {
    width: 100%;
    max-width: 100%;
}

