
/* Page header logo */
.page-header__logo {
    justify-content: right;
    margin-right: 0;
}

/* Page header menu */
@media (min-width: 62rem) {
    .page-header__menu {
        --color-background: transparent;
    }

    .page-header__menu__text {
        --color-text: var(--root-color--white);
        --color-text__active: var(--root-color--support);
        --color-text__hover: var(--root-color--support);
    }
}

/* Page header search field */
input[type="search"].page-header__search__input {
    border-radius: 999rem;
}

.page-header__search__button {
    border-radius: 999rem;
    padding: 0 1.5rem;
}

/* Footer */
.page-footer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 108 197'%3E%3Cpath fill='%233057e3' d='M2.144 197H108l-.049-15.649C91.893 170.908 74.039 160.664 60.001 150c-31.536 14.933-54.54 25.225-57.857 47Z'/%3E%3Cpath fill='%2393bcfc' d='M59.798 150c13.675-6.418 32.001-13.887 48.202-20V0C49.716 21.63 2.71 46.05.221 76.127-2.742 111.92 24.498 123.246 59.798 150Z'/%3E%3C/svg%3E%0A");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

@media (min-width: 48rem) {
    .page-footer {
        background-size: auto 100%;
    }
}

/* CE Header */
@media (max-width: 61.999rem) {
    .banner--layout-0.section--color-grey .banner__visual {
        position: relative;
    }

    .banner--layout-0.section--color-grey .banner__visual::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 170 449'%3E%3Cpath fill='%23e45b20' d='m83.589 448.154-.085-139.471.055-5.715c26.044-16.081 47.18-35.182 61.947-56.373 15.125 23.047 23.538 48.25 23.705 74.67-.326 49.541-32.975 94.379-85.622 126.889'/%3E%3Cpath fill='%2300aec2' d='M75.664 182.074c29.762 18.547 53.654 40.748 69.846 65.422 15.201-21.814 23.632-45.844 23.626-71.093v-.808c-.011-54.941-35.744-104.672-93.503-140.666C53.423 21.09 27.946 9.292 0 0v147.135c27.958 9.293 53.446 21.094 75.664 34.939'/%3E%3C/svg%3E");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: auto 85%;
    }

    .banner--layout-0.section--color-grey .banner__content {
        margin: -2rem 1rem 0 1rem;
        position: relative;
        border-radius: 1rem;
        box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.16);
    }
}

@media (min-width: 62rem) {
    .banner--layout-0.section--color-grey .banner__content {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 170 449'%3E%3Cpath fill='%23e45b20' d='m83.589 448.154-.085-139.471.055-5.715c26.044-16.081 47.18-35.182 61.947-56.373 15.125 23.047 23.538 48.25 23.705 74.67-.326 49.541-32.975 94.379-85.622 126.889'/%3E%3Cpath fill='%2300aec2' d='M75.664 182.074c29.762 18.547 53.654 40.748 69.846 65.422 15.201-21.814 23.632-45.844 23.626-71.093v-.808c-.011-54.941-35.744-104.672-93.503-140.666C53.423 21.09 27.946 9.292 0 0v147.135c27.958 9.293 53.446 21.094 75.664 34.939'/%3E%3C/svg%3E");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: auto 100%;
        z-index: 1;
    }
}

/* Top tasks */
.top-tasks-tile {
    border-radius: 1rem;
}

.opening-times {
    border-radius: 1rem;
}

/* Cards */
.card--button,
.card__link {
    border-radius: 1rem;
    overflow: hidden;
}

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

/* CE Spotlight */
@media (max-width: 61.999rem) {
    .spotlight--layout-6:not(.section--color) .spotlight__visual,
    .spotlight--layout-6.section--color-grey .spotlight__visual,
    .spotlight--layout-7:not(.section--color) .spotlight__visual,
    .spotlight--layout-7.section--color-grey .spotlight__visual {
        position: relative;
    }

    .spotlight--layout-6:not(.section--color) .spotlight__visual::after,
    .spotlight--layout-6.section--color-grey .spotlight__visual::after,
    .spotlight--layout-7:not(.section--color) .spotlight__visual::after,
    .spotlight--layout-7.section--color-grey .spotlight__visual::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: auto 90%;
    }

    .spotlight--layout-6:not(.section--color) .spotlight__visual::after,
    .spotlight--layout-6.section--color-grey .spotlight__visual::after {
        background-position: center left;
    }

    .spotlight--layout-7:not(.section--color) .spotlight__visual::after,
    .spotlight--layout-7.section--color-grey .spotlight__visual::after {
        background-position: center right;
    }

    .spotlight--layout-6:not(.section--color) .spotlight__visual::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 170 449'%3E%3Cpath fill='%23e45b20' d='m83.589 448.154-.085-139.471.055-5.715c26.044-16.081 47.18-35.182 61.947-56.373 15.125 23.047 23.538 48.25 23.705 74.67-.326 49.541-32.975 94.379-85.622 126.889'/%3E%3Cpath fill='%2300aec2' d='M75.664 182.074c29.762 18.547 53.654 40.748 69.846 65.422 15.201-21.814 23.632-45.844 23.626-71.093v-.808c-.011-54.941-35.744-104.672-93.503-140.666C53.423 21.09 27.946 9.292 0 0v147.135c27.958 9.293 53.446 21.094 75.664 34.939'/%3E%3C/svg%3E");
    }

    .spotlight--layout-6.section--color-grey .spotlight__visual::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 170 449'%3E%3Cpath fill='%23842e93' d='m83.589 448.154-.085-139.471.055-5.715c26.044-16.081 47.18-35.182 61.947-56.373 15.125 23.047 23.538 48.25 23.705 74.67-.326 49.541-32.975 94.379-85.622 126.889'/%3E%3Cpath fill='%2300aec2' d='M75.664 182.074c29.762 18.547 53.654 40.748 69.846 65.422 15.201-21.814 23.632-45.844 23.626-71.093v-.808c-.011-54.941-35.744-104.672-93.503-140.666C53.423 21.09 27.946 9.292 0 0v147.135c27.958 9.293 53.446 21.094 75.664 34.939'/%3E%3C/svg%3E");
    }

    .spotlight--layout-7:not(.section--color) .spotlight__visual::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 194 475'%3E%3Cpath fill='%23e45b20' d='M3.485 304.974c0 35.707 28.95 59.551 72.753 94.768a301.928 301.928 0 0 0 34.51 24.007L194 475V297c-35.816-22.05-75.15-44.565-106-68-49.711 23.54-84.515 38.533-84.515 75.974Z'/%3E%3Cpath fill='%2300aec2' d='M194 0C92.403 34.826 4.954 71.389.807 121.494-3.523 173.801 36.414 189.902 88 229c30.047-14.102 68.746-28.869 106-42V0Z'/%3E%3C/svg%3E%0A");
    }

    .spotlight--layout-7.section--color-grey .spotlight__visual::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 194 475'%3E%3Cpath fill='%23842e93' d='M3.485 304.974c0 35.707 28.95 59.551 72.753 94.768a301.928 301.928 0 0 0 34.51 24.007L194 475V297c-35.816-22.05-75.15-44.565-106-68-49.711 23.54-84.515 38.533-84.515 75.974Z'/%3E%3Cpath fill='%2300aec2' d='M194 0C92.403 34.826 4.954 71.389.807 121.494-3.523 173.801 36.414 189.902 88 229c30.047-14.102 68.746-28.869 106-42V0Z'/%3E%3C/svg%3E");
    }
}

@media (min-width: 62rem) {
    .spotlight--layout-0:not(.section--color) .spotlight__image,
    .spotlight--layout-1 .spotlight__image,
    .spotlight--layout-2 .spotlight__image,
    .spotlight--layout-5:not(.section--color) .spotlight__image,
    .spotlight--layout-6 .spotlight__content,
    .spotlight--layout-6 .spotlight__image,
    .spotlight--layout-7 .spotlight__content,
    .spotlight--layout-7 .spotlight__image {
        border-radius: 1rem;
    }

    .spotlight--layout-6:not(.section--color),
    .spotlight--layout-6.section--color-grey,
    .spotlight--layout-7:not(.section--color),
    .spotlight--layout-7.section--color-grey {
        background-repeat: no-repeat;
        background-size: auto 90%;
        z-index: 1;
    }

    .spotlight--layout-6:not(.section--color),
    .spotlight--layout-6.section--color-grey {
        background-position: center left;
    }

    .spotlight--layout-7:not(.section--color),
    .spotlight--layout-7.section--color-grey {
        background-position: center right;
    }

    .spotlight--layout-6:not(.section--color) {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 170 449'%3E%3Cpath fill='%23e45b20' d='m83.589 448.154-.085-139.471.055-5.715c26.044-16.081 47.18-35.182 61.947-56.373 15.125 23.047 23.538 48.25 23.705 74.67-.326 49.541-32.975 94.379-85.622 126.889'/%3E%3Cpath fill='%2300aec2' d='M75.664 182.074c29.762 18.547 53.654 40.748 69.846 65.422 15.201-21.814 23.632-45.844 23.626-71.093v-.808c-.011-54.941-35.744-104.672-93.503-140.666C53.423 21.09 27.946 9.292 0 0v147.135c27.958 9.293 53.446 21.094 75.664 34.939'/%3E%3C/svg%3E");
    }

    .spotlight--layout-6.section--color-grey {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 170 449'%3E%3Cpath fill='%23842e93' d='m83.589 448.154-.085-139.471.055-5.715c26.044-16.081 47.18-35.182 61.947-56.373 15.125 23.047 23.538 48.25 23.705 74.67-.326 49.541-32.975 94.379-85.622 126.889'/%3E%3Cpath fill='%2300aec2' d='M75.664 182.074c29.762 18.547 53.654 40.748 69.846 65.422 15.201-21.814 23.632-45.844 23.626-71.093v-.808c-.011-54.941-35.744-104.672-93.503-140.666C53.423 21.09 27.946 9.292 0 0v147.135c27.958 9.293 53.446 21.094 75.664 34.939'/%3E%3C/svg%3E");
    }

    .spotlight--layout-7:not(.section--color) {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 194 475'%3E%3Cpath fill='%23e45b20' d='M3.485 304.974c0 35.707 28.95 59.551 72.753 94.768a301.928 301.928 0 0 0 34.51 24.007L194 475V297c-35.816-22.05-75.15-44.565-106-68-49.711 23.54-84.515 38.533-84.515 75.974Z'/%3E%3Cpath fill='%2300aec2' d='M194 0C92.403 34.826 4.954 71.389.807 121.494-3.523 173.801 36.414 189.902 88 229c30.047-14.102 68.746-28.869 106-42V0Z'/%3E%3C/svg%3E%0A");
    }

    .spotlight--layout-7.section--color-grey {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 194 475'%3E%3Cpath fill='%23842e93' d='M3.485 304.974c0 35.707 28.95 59.551 72.753 94.768a301.928 301.928 0 0 0 34.51 24.007L194 475V297c-35.816-22.05-75.15-44.565-106-68-49.711 23.54-84.515 38.533-84.515 75.974Z'/%3E%3Cpath fill='%2300aec2' d='M194 0C92.403 34.826 4.954 71.389.807 121.494-3.523 173.801 36.414 189.902 88 229c30.047-14.102 68.746-28.869 106-42V0Z'/%3E%3C/svg%3E");
    }
}

/* CE Opening Hours Spotlight */
@media (min-width: 62rem) {
    .opening-hours-spotlight__image {
        border-radius: 1rem;
    }
}

/* CE Gallery */
.ce-gallery__image {
    border-radius: 1rem;
}

/* Follow-up */
.follow-up,
.follow-up-contact__image {
    border-radius: 1rem;
}

/* Notification */
.notification {
    border-radius: 1rem;
}

/* CE portrait */
.portrait__image {
    border-radius: 1rem;
}

/* CE Search banner */
input[type="search"].ce-search-banner__search__input {
    border-radius: 999em;
}

.ce-search-banner__search__button {
    border-radius: 999em;
}
