
.page-header__search__form {
    border-radius: 0.25rem;
}

input[type="search"].page-header__search__input {
    border-radius: 0.25rem;
}

.banner.banner--layout-3.section--color .banner__content {
    position: relative;
}

.banner.banner--layout-3.section--color .banner__content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #F6F9FA;
    background-image: url("data:image/svg+xml,%3Csvg width='714' height='540' viewBox='0 0 714 540' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M554.221 292.832L606.754 161.077C608.663 156.282 610.572 153.905 614.858 153.905C619.144 153.905 619.611 156.282 619.611 161.077L625.339 292.832H554.221ZM694.548 139.096C691.705 93.2683 658.267 86.0971 625.339 86.0971C592.411 86.0971 555.621 93.2683 536.526 139.096L422.89 412.154C415.592 429.679 406.935 454.163 385.973 453.442C366.411 452.763 371.588 429 371.588 428.873L429.595 99.4636C429.595 99.4636 430.019 95.7295 430.401 87.9642C431.759 59.8733 412.961 0 331.531 0C263.256 0 235.08 47.6101 215.179 98.3179C213.567 102.434 106.465 374.431 106.465 374.431C104.556 379.693 102.646 381.602 98.3603 381.602C94.0746 381.602 93.0986 379.693 93.0986 374.431L82.1084 141.176C82.1084 136.423 78.7562 132.562 74.0036 132.562H10.0143C4.28576 132.562 0 136.381 0 142.109V142.576L19.095 396.327C21.9804 442.155 55.8422 449.326 88.8129 449.326C121.784 449.326 158.064 442.155 177.159 396.327C177.159 396.327 295.123 113.127 297.839 106.295C299.791 101.416 305.562 82.5327 325.888 82.5327C340.357 82.5327 349.396 94.0746 346.722 106.677L295.718 396.327C292.068 413.47 289.989 431.037 289.522 447.714C287.995 502.622 319.353 539.963 386.992 539.582C446.992 539.242 473.895 498.633 496.215 443.173C509.666 409.651 529.44 358.137 529.44 358.137H627.291L630.643 436.426C630.643 441.179 633.996 445.04 638.748 445.04H704.138C709.4 445.04 713.685 441.221 713.685 435.493V435.026L694.59 139.054L694.548 139.096Z' fill='%23F0F5F7'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 62rem) {
    .banner.banner--layout-3.section--color .banner__content:before {
        right: auto;
        width: 50%;
        content: '';
        background-position: right center;
    }
}

.follow-up,
.enalyzer-login__container {
    border-radius: 0.5rem;
}

.ce-gallery__image,
.follow-up-contact__image,
.person__image,
.portrait__image {
    border-radius: 1rem;
}

@media (min-width: 62rem) {
    .opening-hours-spotlight__image,
    .spotlight__image {
        border-radius: 1rem;
    }

    .spotlight.spotlight--layout-6 .spotlight__content,
    .spotlight.spotlight--layout-7 .spotlight__content {
        border-radius: 1rem;
    }
}

.spotlight--layout-5 .spotlight__image,
.spotlight--layout-0 .spotlight__image {
    border-radius: 0;
}

.top-tasks-tile,
.opening-times,
.ce-gallery__figure .link .icon,
.cookieconsent__form__container {
    border-radius: 0.5rem;
}

.top-tasks-tile--dynamic .top-tasks-tile__anchor {
    border-radius: var(--root-border-radius);
    padding: 0.5rem 1.25rem;
}

.card--button,
.card__link {
    overflow: hidden;
    border-radius: 0.5rem;
}

.section:not(.section--color) .card--image-none .card__link {
    border-radius: 0;
}

.facets-selection .button__body {
    background: transparent;
    color: var(--root-color--primary);
}

.facets-selection .button:active .button__body,
.facets-selection .button:focus .button__body,
.facets-selection .button:hover .button__body {
    color: var(--root-color--primary-dark);
}

.facets-selection .button:active,
.facets-selection .button:focus,
.facets-selection .button:hover {
    --border-top-color: var(--root-color--primary-dark);
    --border-right-color: var(--root-color--primary-dark);
    --border-bottom-color: var(--root-color--primary-dark);
    --border-left-color: var(--root-color--primary-dark);
}
