@charset "utf-8";

/* TODO */


/*
ul {
  list-style-image: url('../images/list.png') !important;
}
*/

.display-flex {
    display: flex !important;
}

.ml-1 {
    margin-left: 5px !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 200px auto;
    }
}

.d-flex {
    display: flex !important;
}

.flex-d-column {
    flex-direction: column !important;
}

.form-control {
    border: 1px solid var(--gruen-dunkler);
}

.h-100 {
    height: 100% !important;
}

.cursor-none {
    pointer-events: none;
}

h4.panel-title .konto-beleg__kopf p,
h4.panel-title .konto-beleg__kopf a {
    font-weight: 400;
    font-size: 14px;
}

.captcha__btn button {
    font-family: var(--font-neben);
    font-weight: 700;
    font-size: 18px;
    border-radius: 15px;
}
    
.service-box__item {
    transition: width 500ms, background-color 400ms;
}

#backtop {
    z-index: 10002;
    bottom: 13px;
    right: 0;
    opacity: 0;
    transition: all .3s ease-out;
    position: fixed;
}
.show {
    opacity: 1 !important;
}
#backtop button {
    color: var(--gruen);
    background-color: transparent;
    outline: none;
    border: 0;
    padding: 0 5px 0 0;
    /*padding-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 50px;*/
}

#backtop button i {
    background-color: #fff;
    font-size: 36px !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.bestelltext ul {
    font-family: var(--font-primary);
    font-size: 13px;
    padding-left: 15px;
}
.kachel__info-bez h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    min-height: 4.5rem;
}
.fett {
    font-weight: 700 !important;
}

.truncate-text-span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex-direction: column;
    max-height: 17px;
}

.es-kachel__info .xxx--product--additional span {
    font-size: 13px;
    line-height: 17px;
    min-height: 17px;
}
.result__info .row__preis {
    min-height: 32px;
}
