.kg-list-view-block h3 a {
    font-size: 18px !important;
    font-weight: bold !important;
    color: var(--list-view-block-h3);
}

.kg-list-view-block .list-group-item {
    padding: 0px;
}

.kg-main-info-container ul {
    font-size: 14px;
}

.kg-list-view-block .kg-list-icon li i {
    margin-right: 10px;
    font-size: 16px;
    width: 22px;
}

.kg-emission_sticker {
    height: 29px;
}

.energy_efficiency_class {
    float: left;
    padding-right: 10px;
}

.kg-energy-images {
    padding: 5px;
}

.kg-main-info-container {
    border-bottom: 1px solid rgba(0,0,0,.1);;
    margin-bottom: 5px;

    position:relative;
    overflow:hidden;
}

.kg-price_offer {
    background-color: #ddd;
    color: #333;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    border-top: 5px solid var(--main-color);
}
.kg-price_offer span {
    font-weight: bold;
    font-size: 24px;
}


.kg-price_new {
    padding: 0px 5px 0px 10px;
}

.kg-price_new span {
    font-weight:bold;
    font-size:20px;
}

.kg-reduced-price {
    color: rgba(65, 65, 65, 0.6)
}

.kg-uvp-outer {
    position: relative;

}
.kg-uvp-outer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    color: #c52514;

    -webkit-transform:rotate(-9deg);
    -moz-transform:rotate(-9deg);
    -ms-transform:rotate(-9deg);
    -o-transform:rotate(-9deg);
    transform:rotate(-9deg);
}

.kg-calc-rate {
    padding: 0px;
    position: relative;
    font-size: 24px;
}

.kg-calc-rate span {
    font-size: 14px;
}

.disclaimer-card-info {
    background-color: #FFF;
    height: 100%;
    padding: 5px 5px 5px 10px;
    font-size: 12px;
    z-index: 100;
}

.kg-calc-rate .fa {
    font-size: 16px;
}

.kg-calc-rate-overwrite {
    background-color: #FFF! important;
    z-index: 100;
}

.kg-result-campaign {
    position:absolute;
    top:25px;
    right:-90px;
    width: 340px;
    background-color: var(--ation-main-color);
    color:rgb(255, 255, 255);
    transform: rotate(39deg);
    border-bottom:2px solid rgb(255, 255, 255);
    padding:5px 0px 5px 41px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}



/**
like it Button
 */

.kg-image-container {
    overflow: hidden;
    position: relative;
}

.container .btn-notice {
    position: absolute;
    top: 66%;
    right: 0px;
    transform: translate(-12%, -10%);
    -ms-transform: translate(-12%, -10%);
    background-color: rgba(67, 69, 72, 0.3);
    color: white;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

/* Lists properties */

.wpb_wrapper .kg-list-icon {
    padding-left: 15px;
}

.wpb_wrapper .kg-pagination-container .pagination {
    padding-left: 0px;
}

.wpb_wrapper .kg-pagination-container .pagination .page-link {

    padding: .4rem 0.6rem;
    color: #434548;

}

.wpb_wrapper .kg-pagination-container .pagination .page-item.active .page-link {

    padding: .4rem 0.6rem;
    color: #fff;
    background-color: #434548;
    border-color: #434548;

}

.kg-list-head {
    padding-bottom: 15px;
}

/* pagination */

.kg-pagination-container {
    padding-top: 15px;
    padding-bottom: 30px;

}

.page-link {
    cursor: pointer;
}


.kg-generated-link {
    color: #ddd;
    font-size: 10px;
}


/* menu */

.filter-list-view {
    /*position: fixed;*/
}

.kg-detail-filter label{
    font-size: 12px;
}

.kg-detail-filter  .form-check-inline {
    margin: 0px;
}


/* start media queries */

@media (max-width: 992px) {

    .kg-price_offer {
        color: #333;
        margin-bottom: 10px;
        padding: 0px;
        border-top: none;
    }

    .kg-result_price {
        background-color: #ddd;
        color: #333;
        padding: 5px 5px 5px 10px;
        margin-top: 5px;
        border-top: 5px solid  var(--main-color);
    }

    .kg-calc-rate span {
        font-size: 15px;
    }

    .kg-price {
        margin-top: 4px;
    }

    .kg-energy-content {
        height: 53px;
        line-height: 1.0;
        padding-top: 6px;
    }
    .kg-energy-images {
        padding-left: 0px;
        padding-top: 9px;
        padding-bottom: 8px;
    }

    /* menu filter*/

    .filter-list-view {
        padding-bottom: 0px;
    }

}

@media (max-width: 768px) {

    .kg-price_new {
        padding: 0px;
    }

    .kg-energy-content {
        height: auto;
        padding-top: 6px;
        padding-bottom: 8px;
    }
}

@media (min-width: 769px) and (max-device-width : 1024px) {
    .kg-price_offer span{
        font-size: 20px;
    }
}


/**/
.kg-upe {
    margin-bottom: 4px;
}

.kg-vatable {
    margin-top: -8px;
}

.kg-matrix-action {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}

.kg-campaign-label,
.kg-matrix-action .kg-timer-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
}

.kg-size-text {
    justify-content: center;
}

.kg-matrix-action .kg-size-small .kg-single span {
    font-size: 12px !important;
}

.kg-campaign-label:hover {
    transform: translateY(-2px);
}

.kg-vatable {
    font-size: 10px !important;
    font-style: italic;
}

.kg-space-compensator {
    margin-top: auto !important;
}

.kg-card-image {
    position: relative;
}

.kg-card-image img {
    max-width: 100%;
}

.kg-card-body {
    padding: 8px 12px !important;
    height: 100%;
    flex: 1;
}

.kg-price_new {
    font-size: 10px !important;
    text-wrap: nowrap;
    padding: 0 !important;
}

.kg-rate p {
    font-weight: 400 !important;
    font-size: 10px !important;
    text-wrap: nowrap;
    padding: 0 !important;
    margin-top: 0 !important;
}

.kg-price_new .kg-price {
    margin-top: -8px !important;
}

.kg-price, .kg-rate {
    margin-top: 0;
    font-size: 20px !important;
    font-weight: bold !important;
    position: relative;
}

.kg-price > .float-right {
    position: absolute;
    right: 0px;
    font-size: 15px;
}

.kg-price-old {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.kg-consumption {
    font-size: 10px !important;
    line-height: 12px !important;
}

.kg-consumption table tr .text-left {
    width: 100% !important;
}

/* GRID */
.kg-matrix-grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
}

@media (max-width: 991px) {
    .kg-matrix-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .kg-matrix-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.kg-matrix-card {
    background:#fff;
    border-radius:28px;
    border: 1px solid #ddd;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    transition:.3s ease;
}

.kg-matrix-card:hover {
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,0.15);
}

.kg-body {
    padding:35px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.kg-title {
    font-weight:700;
    margin:0 0 12px 0;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    margin-right: 15px;
}

.kg-dotted {
    border-top:1px dotted #bbbbbb99;
    margin: 12px 0 12px 0;
}

/* SPEC GRID */
.kg-spec-grid {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:12px 20px;
}

.kg-spec-grid div {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kg-spec-grid i {
    width: 16px;
}

.kg-consumption, .kg-location, .kg-net {
    color:#5f6d78;
}

/* PREISE */
.kg-price-section {
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:auto;
}

.kg-price-left, .kg-price-right {
    padding: 0px 4px 4px 0;
}

.kg-price-left {
    border-right:1px dotted #bbbbbb99;
}

.kg-leasing small {
    font-weight:400;
}