
#vollachs-infotext{
    display:none;
}

.uk-margin-top {
    margin-top: 20px !important;
}

.uk-margin-remove-bottom {
    margin-bottom: 0 !important;
}


.uk-card-secondary {
    background-color: #f9f9f9;
    color: #2e2d2c;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .02);
    padding: 20px 20px;
}

.uk-heading-large {
    font-size: 56.95px;
    line-height: 1.1;
    color: #292929;
    font-family: Roboto;
    font-weight: 100
}
.uk-heading-line {
    overflow: hidden
}

.uk-heading-line > * {
    display: inline-block;
    position: relative
}

.uk-heading-line > ::after, .uk-heading-line > ::before {
    content: "";
    position: absolute;
    top: calc(50% - (calc(.7px + .05em)/ 2));
    width: 2000px;
    border-bottom: calc(.7px + .05em) solid #e9e9e9
}

.uk-heading-line > ::before {
    right: 100%;
    margin-right: calc(5px + .3em)
}

.uk-heading-line > ::after {
    left: 100%;
    margin-left: calc(5px + .3em)
}
.uk-h3, h3 {
    font-size: 22px;
    line-height: 1.4;
    font-family: Roboto;
    font-weight: 300
}
.uk-margin {
    margin-top: 20px !important
}
.uk-list {
    padding: 0;
    list-style: none
}
.uk-text-success {
    color: #33c15e !important
}

.uk-text-warning {
    color: #ffad45 !important
}

.uk-text-danger {
    color: #f22121 !important
}
.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor
}
.uk-grid-column-small, .uk-grid-small {
    margin-left: -10px
}
.uk-child-width-expand > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px
}
.tm-child-list-divider > ul > :nth-child(n+2), .uk-list-divider > :nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9
}
.tm-child-list > ul > *, .uk-list > * {
    break-inside: avoid-column
}
.uk-padding-left{
    padding-left:70px;
}
.uk-grid-column-small > *, .uk-grid-small > * {
    padding-left: 10px
}
.uk-heading-large {
    font-size: 4rem
}

.uk-text-meta {
    font-size: 11px;
    line-height: 1.4;
    color: #a3a1a1;
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (max-width: 992px) {
    .uk-heading-large {
        font-size: 3rem
    }
    .uk-padding-left {
        padding-left: 0px;
    }

}
/* Gemeinsame Stile für Kompatibilitätslisten */
#compatibleList,
#compatibleProductsList ul,
.category-list {
    list-style-type: none;
    padding-left: 0;
}

#compatibleList li,
#compatibleProductsList li,
.category-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

#compatibleList li::before,
#compatibleProductsList li::before,
.category-list li::before {
/*     content: ''; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

/* Spezifische Stile für Kompatibilitätsicons */
.compatibility-ok::before {
    content: url('check-circle.svg');
    filter: invert(52%) sepia(99%) saturate(630%) hue-rotate(77deg) brightness(102%) contrast(78%);
}

.compatibility-not::before {
    content: url('x-circle.svg');
    filter: invert(17%) sepia(68%) saturate(3543%) hue-rotate(351deg) brightness(94%) contrast(122%);
}

.compatibility-limited::before {
    content: url('exclamation-circle.svg');
    filter: invert(30%) sepia(100%) saturate(5498%) hue-rotate(354deg) brightness(95%) contrast(100%);
}

.compatibility-visual::before {
    content: url('color-palette-outline.svg');
    filter: invert(79%) sepia(57%) saturate(1912%) hue-rotate(326deg) brightness(106%) contrast(101%);
}

/* Zusätzliche Stile für die Zubehör-Kompatibilitätsanzeige */
.compatibility-item {
    display: flex;
    align-items: center;
}

.status-icon {
    margin-right: 10px;
    font-size: 1.2em;
}

.additional-info {
    margin-left: 5px;
    color: #666;
}

/* Kategorie-Header Stile für den Kompatibilitätsfinder */
.category-header {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    #compatibleList li,
    #compatibleProductsList li {
        padding-left: 25px;
    }

    #compatibleList li::before,
    #compatibleProductsList li::before {
        width: 15px;
        height: 15px;
    }
}