.kg-qck-search-select-col {
    padding: 1px;
}


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



#quickSearchForm a#result_count, #quickSearchForm a#detailsuche {
    /*! position: relative; */
    display: inline-block;
    /*! text-align: center; */
    /*! font-weight: bold; */
    font-size:14px;
    padding: 10px;
    /*border: solid 2px;*/
    /*! border-radius: 5px; */
    width: 100%;
    margin: 0px;
    /*background-color: #004982;*/
    /*color: #fff;*/
    /*! float: right; */
    margin-right: 1px;
}


#result_count {

    font-size:14px;
    font-weight:bold;

    color:#000 !important;
    background-color:#eaeaea !important;

    text-align:center !important;

}

#result_count:hover {

    color:#fff !important;
    background-color: #333 !important;

}



/**
    Swiper css
 */

.kg-swiper-container {

    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: flex;
    flex-flow: column;
    background-color: #eee;
}

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


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

.kg-swiper-make {
    border-top: solid 5px #0057bb;
}

.kg-swiper-new_price {
    color: #000;
    position: absolute;
    bottom: 0;
}

.kg-swiper-new_price strong{
    text-decoration: line-through;
}

.kg-swiper-image-container {
    position:   relative;
    float:      left;
    width:      100%;
    height:     auto;
}

.img-fluid-start {
    width:      100%;
    height:     auto !important;
    max-height: 180px ;
}
.img-fluid-start {
    width:      100%;
    height:     auto !important;
    max-height: 239px ;
}


.features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.kg-swiper-price-amount {
    border-top: 1px solid #ced4da;
}

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

.kg-swiper-price-amount .customer-price {
    color: #0057bb;
    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: #008CBA;
    background-color: rgba(67, 69, 72, 0.8);
}


.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%;
}

.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-container {
    width: 100%;
    height: 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;
}
