/* mts-ausliefer q=7eaeb7d384adb48bac8102668ef9c93bba5b503e96923e1b9cb47926b91fac67 g=20260911T000729Z */



.contact-page .more-less {
    max-height: none !important;
    overflow: visible !important;
}
.contact-page .more-less > .btn-text-expander {
    display: none !important;
}


.contact-page .mts-kontakt-feld__label {
    display: block;
    margin-bottom: .35rem;
    font-size: .9rem;
    font-weight: 600;
    
    color: var(--mts-text-muted, #6b7280);
}


.contact-page .mts-kontakt-feld > label.mts-kontakt-feld__label {
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    pointer-events: auto;
    transform: none;
    border: 0;
    overflow: visible;
}

.contact-page .mts-kontakt-feld > label.required::after {
    color: var(--mts-accent-text, #4d6b60);
}

.contact-page .mts-kontakt-feld > select {
    display: block;
    width: 100%;
    
    min-height: 46px;
    
    border: 1px solid var(--mts-c-border, #e5e7eb);
    color: var(--mts-text, #1d1d1f);
    cursor: pointer;
}

.contact-page .mts-kontakt-feld > input[type="text"],
.contact-page .mts-kontakt-feld > input[type="email"],
.contact-page .mts-kontakt-feld > input[type="tel"] {
    min-height: 46px;
}
.contact-page .mts-kontakt-feld > select:focus {
    outline: none;
    border-color: var(--mts-text, #1d1d1f);
}




.contact-page .mts-page-content a {
    color: var(--mts-text, #1d1d1f);
    text-decoration-color: rgba(0, 0, 0, .28);
    text-underline-offset: 3px;
}
.contact-page .mts-page-content a:hover {
    color: var(--mts-accent-text, #4d6b60);
    text-decoration: underline;
    text-decoration-color: currentColor;
}
.contact-page .mts-page-content .mts-kontakt-wege a {
    text-decoration: none;
}

