
/* Scroll button */
.scroll-button {
    display: none;
}

/* Page header */
@media (max-width: 61.999rem) {
    .page-header__logo {
        margin-left: 0;
    }
}

.page-header__button-menu .button .button__body {
    padding-left: 3rem;
    position: relative;
}

.page-header__button-menu .button .button__body::before {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 18 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M9,2C6.791,2 5,3.791 5,6C5,8.209 6.791,10 9,10C11.209,10 13,8.209 13,6C13,3.791 11.209,2 9,2ZM3,6C3,2.686 5.686,0 9,0C12.314,0 15,2.686 15,6C15,9.314 12.314,12 9,12C5.686,12 3,9.314 3,6ZM5,16C3.343,16 2,17.343 2,19C2,19.552 1.552,20 1,20C0.448,20 0,19.552 0,19C0,16.239 2.239,14 5,14L13,14C15.761,14 18,16.239 18,19C18,19.552 17.552,20 17,20C16.448,20 16,19.552 16,19C16,17.343 14.657,16 13,16L5,16Z' style='fill:rgb(13,13,13);fill-rule:nonzero;'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 1rem;
    height: 1rem;
    width: 1rem;
}

.page-header__button-menu .icon {
    display: none;
}

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

/* Top tasks */
.top-tasks-background {
    display: none;
}

.top-tasks-tile__description {
    margin-top: 0.5rem;
}

.top-tasks-tile--dynamic {
    display: flex;
    flex-direction: column;
}

.top-tasks-tile--dynamic .top-tasks-tile__anchor {
    padding: 0;
    position: relative;
}

.top-tasks-tile--dynamic .top-tasks-tile__anchor::after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
    height: 1.5rem;
    position: absolute;
    transform: translate(0.125em, 0.125em);
    width: 1.5rem;
}

.top-tasks-tile--dynamic .top-tasks-tile__body {
    order: 2;
}

.top-tasks-tile--dynamic .top-tasks-tile__visual {
    order: 1;
}

@media (min-width: 30rem) {
    .top-tasks-tile--dynamic .top-tasks-tile__visual {
        clip-path: path("M500,0L500,400L68.321,400L0,0L500,0Z");
    }

    .top-tasks-header__top, .top-tasks-header__bottom {
        min-height: 2em;
    }

    .top-tasks-tile--dynamic .top-tasks-tile__body {
        flex-grow: 1;
        order: 1;
    }

    .top-tasks-tile--dynamic {
        grid-column: span 2;
        flex-direction: row;
    }

    .top-tasks-tile--dynamic .top-tasks-tile__visual {
        width: 50%;
        flex-shrink: 0;
        order: 2;
    }
}

@media (min-width: 48rem) {
    .top-tasks-list[data-maximum-columns="4"][data-amount="2"] {
        grid-template-columns: repeat(2, 1fr);
    }

    .top-tasks-list[data-maximum-columns="4"][data-amount="3"] {
        grid-template-columns: repeat(3, 1fr);
    }

    .top-tasks-list[data-maximum-columns="4"][data-amount="4"],
    .top-tasks-list[data-maximum-columns="4"][data-amount="5"],
    .top-tasks-list[data-maximum-columns="4"][data-amount="6"],
    .top-tasks-list[data-maximum-columns="4"][data-amount="7"],
    .top-tasks-list[data-maximum-columns="4"][data-amount="8"] {
        grid-template-columns: repeat(4, 1fr);
    }

    .top-tasks-list[data-maximum-columns="4"][data-amount="3"] {
        width: calc((((100% - (3 * var(--column-gap, 1rem))) / 4) * 3) + (2 * var(--column-gap, 1rem)));
    }

    .top-tasks-list[data-maximum-columns="4"][data-amount="4"],
    .top-tasks-list[data-maximum-columns="4"][data-amount="5"],
    .top-tasks-list[data-maximum-columns="4"][data-amount="6"],
    .top-tasks-list[data-maximum-columns="4"][data-amount="7"],
    .top-tasks-list[data-maximum-columns="4"][data-amount="8"] {
        width: 100%;
    }
}

@media (min-width: 62rem) {
    .top-tasks-header__center[data-columns="1"] {
        grid-template-columns: 100%;
    }
}

.top-tasks-ce-list .top-tasks-tile--normal {
    --background-color: var(--root-color--white);
    --border-color: var(--root-color--white);
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.16);
}

.top-tasks-ce-list .top-tasks-tile--normal:focus,
.top-tasks-ce-list .top-tasks-tile--normal:hover {
    --background-color: var(--root-color--white-dark);
    --border-color: var(--root-color--white-dark);
}

.top-tasks-ce-list .top-tasks-tile--normal .top-tasks-tile__icon {
    --color: var(--root-color--primary);
}

.top-tasks-ce-list .top-tasks-tile--normal .top-tasks-tile__header {
    --color: var(--root-color-text);
}

.top-tasks-ce-list .top-tasks-tile--normal .top-tasks-tile__header .icon {
    --fill: var(--root-color--primary);
}

.top-tasks-ce-list .top-tasks-tile--normal .top-tasks-tile__description {
    --color: var(--root-color-text);
}

@media (max-width: 47.999rem) {
    .top-tasks-header,
    .top-tasks-ce-list.section--color-grey,
    .top-tasks-ce-list.section--color-support {
        background-repeat: no-repeat;
        background-size: 5rem 5rem, auto;
    }

    .top-tasks-ce-list.section--color-grey,
    .top-tasks-ce-list.section--color-support {
        background-position: top right 2rem, top left;
    }

    .top-tasks-header {
        background-position: bottom 0.5rem right 2rem, bottom left;
    }

    .top-tasks-header {
        background-image:
            url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 72 72' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0L19.293,72L72,19.292L0,0Z' style='fill:rgb(249,175,35);'/%3E%3C/svg%3E"),
            url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 2500 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,152L2500,152L2500,0L0,152Z' style='fill:white;'/%3E%3C/svg%3E");
    }

    [data-document-type="51"] .top-tasks-header {
        background-image:
            url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 72 72' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0L19.293,72L72,19.292L0,0Z' style='fill:rgb(0,125,179);'/%3E%3C/svg%3E"),
            url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 2500 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,150.427L2500,150.427L2498.33,0L0,150.427Z' style='fill:white;'/%3E%3C/svg%3E");
    }

    .top-tasks-ce-list.section--color-grey {
        background-image:
            url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 72 72' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0L19.293,72L72,19.292L0,0Z' style='fill:rgb(0,125,179);'/%3E%3C/svg%3E"),
            url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 2500 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0L2500,0L2498.33,150.427L0,0Z' style='fill:white;'/%3E%3C/svg%3E");
    }

    .top-tasks-ce-list.section--color-support {
        background-image:
            url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 72 72' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0L19.293,72L72,19.292L0,0Z' style='fill:rgb(230,54,35);'/%3E%3C/svg%3E"),
            url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 2500 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0L2500,0L2498.33,150.427L0,0Z' style='fill:white;'/%3E%3C/svg%3E");
    }
}

@media (min-width: 48rem) {
    .top-tasks-header,
    .top-tasks-ce-list.section--color-grey,
    .top-tasks-ce-list.section--color-support {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 160rem auto;
    }

    .top-tasks-header {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 2560 1200' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M2562,1122L2563,1.794L1885.83,0C1314.32,4.378 842.614,427.436 763,977.18L1164.53,999.53C1150.05,1065.46 1141.49,1132.55 1138.95,1200L2562,1122L2562,1122Z' style='fill:rgb(232,224,213);'/%3E%3C/svg%3E");
    }

    [data-document-type="51"] .top-tasks-header,
    .top-tasks-ce-list.section--color-grey {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 2560 1200' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M1579.21,0L910,949.112C1084.15,1082.04 1301.72,1161 1537.74,1161C1648.38,1161 1754.95,1143.64 1854.91,1111.51L1817.13,1017.77C2190.89,897.118 2471.76,569.783 2525,170.484L1579.21,0Z' style='fill:rgb(232,224,213);'/%3E%3C/svg%3E");
    }

    .top-tasks-ce-list.section--color-support {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 2560 1200' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M2559,78L2560,1198.21L1882.83,1200C1311.32,1195.62 839.614,772.564 760,222.82L1161.53,200.47C1147.05,134.542 1138.49,67.452 1135.95,-0L2559,78L2559,78Z' style='fill:rgb(232,224,213);'/%3E%3C/svg%3E");
        background-position: top center;
    }

    .top-tasks-header,
    .top-tasks-ce-list.section--color-grey {
        background-position: bottom center;
    }

    .top-tasks-ce-list.section--color-grey .top-tasks-list,
    .top-tasks-ce-list.section--color-support .top-tasks-list {
        position: relative;
    }

    .top-tasks-header .top-tasks-list::before,
    .top-tasks-ce-list.section--color-grey .top-tasks-list::before,
    .top-tasks-ce-list.section--color-support .top-tasks-list::before {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 9rem;
        right: -4rem;
        position: absolute;
        width: 9rem;
    }

    .top-tasks-header .top-tasks-list::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 72 72' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0L19.293,72L72,19.292L0,0Z' style='fill:rgb(249,175,35);'/%3E%3C/svg%3E");
    }

    [data-document-type="51"] .top-tasks-header .top-tasks-list::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 72 72' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0L19.293,72L72,19.292L0,0Z' style='fill:rgb(77,132,51);'/%3E%3C/svg%3E");
    }

    .top-tasks-ce-list.section--color-grey .top-tasks-list::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 72 72' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,0L19.293,72L72,19.292L0,0Z' style='fill:rgb(0,125,179);'/%3E%3C/svg%3E");
    }

    .top-tasks-ce-list.section--color-support .top-tasks-list::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 145 127' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,127L72.257,0C118.294,26.97 144.517,73.061 144.517,127L0,127Z' style='fill:rgb(230,54,35);'/%3E%3C/svg%3E");
    }

    .top-tasks-header .top-tasks-list::before {
        bottom: -4rem;
    }

    .top-tasks-ce-list.section--color-grey .top-tasks-list::before {
        top: calc(50% - 4.5rem);
    }

    [data-document-type="51"] .top-tasks-header  .top-tasks-list::before,
    .top-tasks-ce-list.section--color-support .top-tasks-list::before {
        top: -4rem;
    }
}

/* Highlight menu */
@media (min-width: 62rem) {
    .highlightmenu:not(.section--color) {
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 2560 1200' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,85.87L0,1200L721.429,1201.79C1292.94,1197.41 1764.65,774.014 1844.26,224.27L1442.73,201.92C1457.21,135.992 1465.77,68.902 1468.31,1.45L0,85.87Z' style='fill:rgb(232,224,213);'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 160rem auto;
        background-position: top center;
        padding-bottom: 2rem;
    }

    .highlightmenu:not(.section--color) .highlightmenu-list:first-child {
        padding-top: 4rem;
    }

    .highlightmenu .card--button,
    .highlightmenu .card:not(.card--image-none) .card__link,
    .highlightmenu .section.section--color .card.card--image-none .card__link,
    .highlightmenu .card__no-link {
        box-shadow: unset;
    }

    .highlightmenu .card,
    .highlightmenu .card .card__link,
    .highlightmenu .card:not(.card--button) .card__link:focus,
    .highlightmenu .card:not(.card--button) .card__link:hover {
        background: transparent;
        box-shadow: unset;
    }

    .highlightmenu .card .card__footer,
    .highlightmenu .card .card__body {
        background-color: var(--color-background);
        transform: translate(0, -2rem);
    }

    .highlightmenu .card .card__visual {
        transform: translate(2rem);
    }
}

@media (max-width: 61.999rem) {
    .highlightmenu:not(.section--color) {
        background-color: var(--root-color--grey);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 2500 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M2500,0L0,0L1.67,150.427L2500,0Z' style='fill:white;'/%3E%3C/svg%3E");
        background-position: top right;
        background-repeat: no-repeat;
        background-size: auto;
        padding: 3rem 0;
    }
}

/* Follow-up */
.follow-up-contact__default,
.follow-up-location__default,
.follow-up-organisation__default {
    background-color: #f5f9fa;
}

/* Spotlight */
.top-tasks-ce-list.section--color-support + .section--color-support:not(.spotlight--layout-0, .spotlight--layout-5) {
    padding-top: 3rem;
}

@media (min-width: 30rem) {
    .top-tasks-ce-list.section--color-support + .section--color-support:not(.spotlight--layout-0, .spotlight--layout-5) {
        padding-top: 2rem;
    }
}

@media (min-width: 62rem) {
    .top-tasks-ce-list.section--color-support + .section--color-support:not(.spotlight--layout-0, .spotlight--layout-5) {
        padding-top: 4rem;
    }
}

.column > .spotlight.spotlight--layout-0:last-child:not(.section--color),
.column > .highlightmenu:last-child:not(.section--color) {
    margin-bottom: 0;
}

.column > *.section--color + .spotlight.spotlight--layout-0:not(.section--color),
.column > .highlightmenu:not(.section--color) + *.section--color,
.column > .highlightmenu:not(.section--color) + .spotlight.spotlight--layout-0:not(.section--color),
.column > .spotlight.spotlight--layout-0:not(.section--color) + *.section--color {
    margin-top: 0;
}

@media (min-width: 62rem) {
    .spotlight--layout-0 .spotlight__image {
        -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 480 270' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M124.861,270C50.284,227.231 0,146.821 0,54.759C12.46,54.759 89.709,54.752 89.709,54.752L119.09,0L480,0L480,269.989L124.861,270Z'/%3E%3C/svg%3E");
        mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 480 270' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M124.861,270C50.284,227.231 0,146.821 0,54.759C12.46,54.759 89.709,54.752 89.709,54.752L119.09,0L480,0L480,269.989L124.861,270Z'/%3E%3C/svg%3E");
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: top left;
        mask-position: top left;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .spotlight--layout-5 .spotlight__image {
        -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 480 270' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M355.139,270C429.716,227.231 480,146.821 480,54.759C467.54,54.759 390.291,54.752 390.291,54.752L360.91,0L0,-0L0,269.989L355.139,270Z'/%3E%3C/svg%3E");
        mask: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100%25' height='100%25' viewBox='0 0 480 270' version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M355.139,270C429.716,227.231 480,146.821 480,54.759C467.54,54.759 390.291,54.752 390.291,54.752L360.91,0L0,-0L0,269.989L355.139,270Z'/%3E%3C/svg%3E");
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: top left;
        mask-position: top left;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
}

@media (max-width: 61.999rem) {
    [data-document-type="50"] .main-column.column > .spotlight:not(.section--color):last-child {
        padding-bottom: 2rem;
    }
}

/* Accordion */
.accordion__item.collapsible--open {
    box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.16);
}

.accordion__item:not(:first-child) {
    margin-top: 0;
}

.ce-accordion .accordion__item {
    border-top: var(--root-border-width) solid var(--root-color-border);
}

.ce-accordion .accordion__item:last-child {
    border-bottom: var(--root-border-width) solid var(--root-color-border);
}
