.service__tab__section ul.tab-btns li span {
    color: var(--theme-color);
}


.service__tab__section ul.tab-btns li:hover span,
.service__tab__section ul.tab-btns li.active-btn span {
    color: var(--white-color);
}

.form__section .icon.icon-03,
.form__section .icon.icon-02 {
    top: -150px;
}

.btn__submit {
    background: transparent !important;
}

.form__section .form-group {
    text-align: center;
}

.form__section .form-group:has(input[type="radio"]) {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form__section label.form-group {
    border: 1px solid var(--bs-gray);
}

.grayText {
    color: var(--bs-gray);
}

.form__section .form-group,
.form__section .accordion p,
.form__section .accordion span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.form__section .form-group {
    margin-bottom: 2rem;
}

.form__section .form-group:has(input[type="radio"]) .check {
    display: none;
}

.form__section .form-group:has(input[type="radio"]:checked) .check {
    display: flex;
}

.form__section .form-group:has(input[type="radio"]:checked) {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    background-color: rgba(0, 0, 0, 0.1);
}

.form__section .form-group input[type="radio"] {
    display: none;
}

.check.icon-41 {
    margin-right: 14px;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 50%;
    background: var(--theme-color);
    color: var(--white-color);
}

.thumbnail-wrapper {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.thumbnail {
    width: 150px;
    height: auto;
}

.delete-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.marginTopLarge {
    margin-top: 2rem;
}

.marginTopSmall {
    margin-top: 0.5rem;
}

#inputFiles {
    display: none;
}

.scroll-top.open {
    bottom: 100px;
}

body.blocked {
    overflow: hidden;
    /* Verhindert Scrollen */
}

#cookie-overlay {
    backdrop-filter: blur(5px);
    /* Weicher Unschärfe-Effekt für den Hintergrund */
    z-index: 1050;
    /* Über allem anderen */
}

#privacy-notice.hidden {
    display: none !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus {
    background-color: var(--theme-color);
}

.service__from .from__one {
    padding-top: 35px;
    padding-bottom: 35px;
}

.service__from .from__one h3 {
    padding-bottom: 15px;
}

.dachexperten24-list li {
    padding-left: 1.4rem;
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
}

.dachexperten24-list li>span {
    position: absolute;
    left: -0.3rem;
    padding-top: 0.3rem;
}

.title {
    padding-top: 1rem;
}