@keyframes ani-initial {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ani-hover {
    0% {
        transform: none;
    }
    15% {
        transform: translate(-12.5%, 12.5%) rotate(-1.125deg);
    }
    30% {
        transform: translate(50%, -50%) rotate(14deg) scale(0);
    }
    45% {
        transform: scale(0);
    }
    60% {
        transform: none;
    }
    100% {
        transform: none;
    }
}

/* T3 Layouts */
@media all {
    hr,
    .ce-div {
        border: none;
        /*border-top: 1px solid rgba(0,0,0,.05);*/
        margin: 0;
        height: 5rem;
        margin-bottom: -4rem;
        /*! margin-top: 2rem; */
    }

    .ce-element {
        z-index: 1;
        position: relative;
    }

    .ce-element.ce-frame-showmobile {
        display: block;
    }

    .ce-element.ce-frame-showdesktop {
        display: none;
    }

    .ce-element.ce-type-div {
        z-index: 0;
    }

    .ce-type-div {
        margin: 0;
        /*! padding: 1rem 0; */
    }

    .ce-div {
        position: relative;
        overflow: hidden;
    }

    .ce-div::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 2em;
        box-shadow: 0 0 6rem rgba(0,0,0,0.25);
        border-radius: 50%;
    }

    .ce-layout-section-darkpurple {
        position: relative;
        padding-top: 3.5rem;
        color: var(--color-white);

        &::before {
            content: "";
            position: absolute;
            inset: 0;
            left: 50%;
            width: 100vw;
            transform: translateX(-50%);
            background-color: var(--color-darkpurple);
        }

        .ce-header {

            & > * {
                color: inherit;
            }

        }

    }

    .ce-layout-footer-social a {
        background-color: var(--color-red);
        box-sizing: content-box;
        display: block;
        aspect-ratio: 1;
        padding: .5em;
        border-radius: var(--radius-medium);
        transition: all .125s cubic-bezier(.42,-0.25,.67,1.62);
        box-shadow: var(--shadow-24);

        &:focus ,
        &:hover {
            transform: scale(1.125);
            background-color: var(--color-red) !important;
            opacity: 1 !important;

            & img {
                transform: scale(1.125) rotate(6deg);
                filter: drop-shadow(0 1rem .5rem rgba(0,0,0,.25));
            }

        }

        & img {
            aspect-ratio: 1;
            max-width: 100%;
            height: auto;
            transition: all .125s cubic-bezier(.42,-0.25,.67,1.62);
        }

    }

}

/* page rollover searchbox */
@media screen {

    .page-rollover-searchbox[aria-hidden="true"] {
        margin-top: -100vh;
    }

    .page-rollover-searchbox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100vw;
        height: 100vh;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(51,51,51,0.9);
        transition: margin ease-in 0.5s;
    }
    .hide-while-init{
        top: -100vh !important;
    }
    .page-rollover-searchbox .search-label {
        position: absolute;
        left: 0;
        width: 4rem; /* FIXME! */
        bottom: calc(100% + 0.9375rem);
        color: rgb(255,255,255);
        font-size: 125%;
        font-weight: 600;
        text-transform: uppercase;
    }

    .page-rollover-searchbox .searchbox-inner {
        background: rgb(255,255,255);
        border: 0;
    }

    .page-rollover-searchbox .search-word {
        color: rgb(0,0,0);
        padding: 0.625rem 0.625rem;
    }

    .page-rollover-searchbox .search-close {
        position: absolute;
        right: 0;
        bottom: calc(100% + 0.625rem);
        color: rgb(255,255,255);
        background: none;
        border: 0;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.3125rem;
    }
    .page-rollover-searchbox .search-icon-close {
        position:relative;
        display: block;
        height: 0.3125rem;}

    .page-rollover-searchbox .search-icon-close::before,
    .page-rollover-searchbox .search-icon-close::after {
        content:"";
        background: rgb(255,255,255);
        display:block;
        height:0.3125rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 0;
        right: 0;
    }
    .page-rollover-searchbox .search-icon-close::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* page layout */
@media all {

    html {
        background-color: #ecebe8;
    }

    body {
        /*! max-width: 120rem; */
        margin: 0 auto;
        background-color: transparent;
        overflow-x: hidden;
    } 

    /* Full HD */

    .wrap-outer {
        margin: 0 auto;
        max-width: 110rem;
    }

    .page {
        /*! padding-top: 2.5rem; */
    }

    .wrap-outer .page-footer-inner ,
    .wrap-outer .ce-element {
        max-width: 67.5rem;
        margin-left: auto;
        margin-right: auto;
    }

    .wrap-outer .ce-element.ce-type-div ,
    .wrap-outer .ce-element[class*="ce-type-grid-"] {
        max-width: none;
    }

    .page, html.mm-background .mm-page{
        position: relative;
        /*! background-color: #ecebe8; */
        /*! background-image: url("../Img/bg_paper.jpg"); */
        background-color: var(--color-green);
        color: var(--color-offwhite);
        /*! overflow: hidden; */
    }

    .wrap-inner ,
    .page-stage .ce-frame-headerimage .ce-header {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    /* sticky header */
    .page-header {
        background-color: var(--color-offwhite);
        /*max-width: 120rem;*/
        margin: 0 auto;
        /*! min-height: 1em; */
        position: relative;
    }

    .page-header::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        left: 0;
        height: 2em;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        pointer-events: none;
        border-radius: 50%;
        transition: all ease 0.2s;
    }

    .page-scrolled .page-header::before {
        box-shadow: 0 0 4vw rgba(0,0,0,0.25);
        transition: all ease 0.5s;
    }

    .page-header-topbar ,
    .page-header-main {
        background-color: var(--color-offwhite);
        position: relative;
        z-index: 2;
    }

    .page-header ,
    .page-header-sticky .page-header {
        z-index:10;
        top:0;
        left:0;
        right:0;
        position: sticky;
        transition: margin .2s ease;
    }

    .page-header-sticky.page-scrolled .page-header {
        transition: margin .5s ease;
    }

    .page-logo {
        display: block;
        height: 2em;
        margin: 0;
        width: auto;
        position: relative;
        box-sizing: initial;
        float: left;
        position: relative;
        padding-block: 1.625em;
        padding-inline: 1.25rem;
        margin-inline-start: -1.625em;
        font-size: .75rem;
        /*! overflow: clip; */
    }

    a.logo-link:not(.btn):focus, 
    a.logo-link:not(.btn):hover {
        background-color: transparent;
    }

    .page-logo::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../Img/logo-background-desktop.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        /*
        margin-block: calc(16 / 48 * -100%);
        */
        margin-left: calc(106 / 275 * -100%);
        margin-right: calc(137 / 275 * -100%);
        z-index: 1;
        /*! height: 100%; */
    }

    .logo-link {
        display: block;
        position: relative;
        z-index: 10;
        height: 100%;
        width: auto;
    }

    .logo-img {
        display: block;
        width: auto;
        height: 100%;
        display: block;
        white-space: nowrap;
        z-index: 2;
        position: relative;
    }

    .search-link,
    .search-toggle {
        float: right;
        margin-right: 0.125rem;
        padding: 0;
        -webkit-appearance: none;
        border: 0;
        background: none;
        width: 2.5rem;
        height: 2.5rem;
        text-decoration: none;
    }
    .search-link,
    .search-toggle-inner {
        justify-content: center;
        align-items: center;
    }

    .search-link .fa,
    .search-toggle .fa {
        display: block;
        font-size: 150%;
    }

    .page-modifier-search .search-link,
    .page-modifier-search .search-toggle,
    .page-modifier-search .page-rollover-searchbox { display: none !important; }

    /* stage */
    .page-stage .ce-grid-slider,
    .page-stage .ce-element { margin: 0; }

    .page-stage .ce-gallery { padding: 0 !important; margin-top: 0;}

    .page-stage .ce-row { margin: 0; }
    .page-stage .ce-column { margin: 0; padding: 0; }

    /* stage may have a heading */
    .page-stage .ce-slider {
        background: rgb(102,102,102);
    }

    .page-stage .slick-dots {
        position: relative;
        text-align: center;
        margin: 0 0 0.625rem;
        color: rgb(255,255,255);
    }

    .page-stage .ce-frame-headerimage {
        margin: 0 -30vw;
    }
    .page-stage .ce-frame-headerimage .ce-header {
        position: absolute;
        bottom: 0.625rem;
        left: 0;
        margin: 0 auto;
        color: rgb(255,255,255);
        right: 0;
    }

    /* shadows */
    .page-stage {
        position: relative;
        z-index:0;
        overflow: hidden;
    }
    .page-stage::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10em;
        background-color: #dedede;
    }
    .page-stage-inner::before,
    .page-stage-inner::after {
        content: "";
        display:block;
        position: absolute;
        z-index:1;
        top: 100%;
        right: 0;
        left: 0;
        height: 2em;
        box-shadow: 0 0 6vw rgba(0,0,0,0.25);
        pointer-events: none;
        border-radius: 50%;
    }

    .page-stage-inner::before {
        top: auto;
        bottom:100%;
    }

    .page-stage-inner {
        display: none;
    }

    .page-stage-showmobilemap .page-stage-inner {
        display: block;
    }

    /* content */
    .page-content { /*! padding-top: 1.75rem; */ /*! padding-bottom: 1.5rem; */}


    /* footer */
    .page-footer {
        position: relative;
        overflow: hidden;
        color: var(--color-darkpurple);
        background-color: var(--color-offwhite);
    }

    .page-footer {
        /*! background: #fff; */
        padding: 1rem 0 3rem 0;
    }

    .page-footer-top {
        padding-top: 1.25rem;
    }

    .page-footer .page-footer-bottom .page-footer-inner {
        padding: 1rem 0;
        /*! border-top: 1px solid #e5e5e5; */
    }

    .page-header-right-aligned {
        grid-row: 1 / -1;
        grid-column: 2 / -1;
        display: flex;
        flex-direction: row-reverse;
        justify-content: end;
        align-items: center;
        transition: var(--transition-default);
        gap: .5em;
        z-index: 2;
    }

    .page-header-menu-scrolled {
        display: none;
    }

    .slick-dots button {
        opacity: .4;
        background: rgb(190,190,190);
    }

    .slick-dots button:hover{
        opacity: 1;
        background-color: rgb(166,28,38);
    }

    .slick-dots .slick-active button {
        opacity: 1;
    }

    .cc-window.cc-banner {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        min-height: 13rem;
    }

    .cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom {
        background-color: rgba(0, 0, 0, .75);
    }

    .cc-banner + a + a + .page ,
    .cc-banner + .mm-menu + a + a + .page {
        margin-bottom: 13rem;
    }

    .cc-banner.cc-invisible + a + a + .page ,
    .cc-banner.cc-invisible + .mm-menu + a + a + .page {
        margin-bottom: 0;
    }

    .page-header-container {
        position: relative;
        display: grid;
        /*! grid-template-columns: repeat(2, minmax(0, 1fr)); */
        grid-template-columns: auto 1fr;
    }

    .page-header-container.clear::before ,
    .page-header-container.clear::after {
        display: none;
    }

    .page-stage-topbar {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background-color: var(--color-green);
        color: var(--color-darkblue);
    }

    .page-stage-topbar .page-sitename {
        /*float: left;*/
        text-align: center;
    }

    .page-stage-topbar .page-main-action-button {
        display: none;
        float: right;
        position: relative;
    }

    .page-stage-topbar .page-main-action-button a {
        font-size: 1.5rem;
        line-height: 1.125;
        padding-inline: 2em;
        position: absolute;
        top: 0;
        right: 0;
        color: var(--color-offwhite);
        width: auto;
        white-space: nowrap;
        display: grid;
        place-items: center;
        aspect-ratio: 494 / 214;
        min-height: 8rem;
        white-space: normal;
        display: flex;
        gap: .5em;
        text-decoration: none;
        top: 1rem;
    }

    .page-stage-topbar .page-main-action-button a:hover ,
    .page-stage-topbar .page-main-action-button a:focus {
        background-color: transparent;
        text-decoration: underline;
    }

    .page-stage-topbar .page-main-action-button a::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        inset: 0;
        filter: drop-shadow(0 .5rem 1rem rgba(0,0,0,.25));
        transition: transform .25s ease;
        background-image: url("../Img/smudge-darkblue.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .page-stage-topbar .page-main-action-button a::after {
        content: "";
        display: inline-grid;
        height: 2.25em;
        background-color: currentColor;
        width: auto;
        aspect-ratio: 1;
        order: 0;
        mask-image: url("../Img/SvgIcons/send.svg");
        mask-position: center;
        mask-repeat: no-repeat;
        mask-size: 100% auto;
        animation: none;
        animation: ani-initial .5s ease 1;
    }

    .page-stage-topbar .page-main-action-button a:focus::after ,
    .page-stage-topbar .page-main-action-button a:hover::after {
        animation: ani-hover 2.5s ease infinite;
        animation: ani-hover 2.5s cubic-bezier(.15,.85,.45,1) infinite;
        transform: translate(50%, -50%) rotate(14deg) scale(0);
        /*! transform: none; */
    }

    .page-stage-topbar .page-main-action-button a > .main-action-button {
        order: 1;
    }

    .page-main-navigation {
        z-index: 1;
        /*! margin-top: -1rem; */
    }

    .mm-navbar {
        padding: 0 50px;
    }

    .mm-btn {
        width: 50px;
    }

    .ce-layout-showiconmenu ul.ce-menu-pages {
        --columns: 2;
        position: relative;
        display: grid;
        grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
        gap: .625rem;
    }

    .ce-layout-showiconmenu ul.ce-menu-pages .item-inner ,
    .ce-layout-showiconmenu ul.ce-menu-pages .item-text {
        display: flex;
        flex-direction: column;
        gap: .5em;
    }

    .ce-layout-showiconmenu ul.ce-menu-pages .item-icon {
        width: 4rem;
        margin-top: -.5rem;
        margin-right: 1.5rem;

        mask-size: auto 100%;
        mask-repeat: no-repeat;
        mask-position: center;
        background-color: var(--color-white);
        height: 2.5em;
        width: auto;
        aspect-ratio: 1;
        display: block;
        margin-top: 0;
        margin-right: 0;
        background-color: var(--color-darkpurple) !important;
    }

    .ce-element {
        margin-bottom: .9375rem;
    }

    .page-content > .content > .ce-element.ce-type-menu_pages:nth-child(2) {
        margin-top: .9375rem;
    }

    .mfp-content {
        border: 0 none transparent;
    }

    .mfp-content figcaption {
        background: transparent;
        color: #fff;
    }

    .mainnavhead ul li {
        width: auto;
    }

    .mainnavhead ul.sf-menu li a.item {
        padding: .5rem .5rem .25rem .5rem;
        border-radius: .25rem;
    }

    .mainnavhead ul li a .item-inner span {
        display: block;
    }


    .mainnavhead ul li a:hover span.item-icon-normal ,
    .mainnavhead ul li a:focus span.item-icon-normal ,
    .mainnavhead ul li a span.item-icon-hover {
        display: none;
    }

    .mainnavhead ul li a:hover span.item-icon-hover ,
    .mainnavhead ul li a:focus span.item-icon-hover {
        display: block;
    }

    .mainnavhead ul li a span.item-icon-normal {
        opacity: .25;
    }

    .mainnavhead ul li a span.item-icon-hover img ,
    .mainnavhead ul li a span.item-icon-normal img {
        max-height: 2rem;
        width: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: .375rem;
    }

    .ce-layout-teasercard {
        transition: var(--transition-default);
    }

    .ce-layout-teasercard:focus ,
    .ce-layout-teasercard:hover {
        transform: translateY(-1.25em) scale(1.0625) rotate(6deg);
        transform: translateY(-.625em) scale(1.0625) rotate(6deg);
        filter: drop-shadow(0 1rem .5rem rgba(0,0,0,.25));
    }

    .ce-layout-teasercard .ce-layout-teasercard-inner {
        background-color: var(--color-offwhite);
        transition: var(--transition-default);
        color: var(--color-darkpurple);
    }

    .ce-layout-teasercard .ce-layout-teasercard-inner .ce-gallery {
        padding-bottom: 0;
    }

    .ce-layout-teasercard .ce-layout-teasercard-inner .ce-gallery .ce-column {
        margin-bottom: 0;
    }

    .ce-layout-teasercard .ce-layout-teasercard-inner .ce-textmedia-inner {
        padding: 1rem;
    }

    .ce-layout-teasercard .ce-layout-teasercard-inner .ce-textmedia-inner .ce-header {
        margin-bottom: 0;
    }

    .ce-layout-teasercard .ce-layout-teasercard-inner .ce-textmedia-inner .ce-header > * {
        text-align: center;
        margin-bottom: 0;
    }

    .ce-layout-teasercard .ce-layout-teasercard-inner .ce-textmedia-inner .ce-header *:hover {
        background-color: transparent;
        color: inherit;
    }

}

@media all and (min-width: 28em) {

    .page-logo {
        height: 2.6em;
    }
    
}

@media all and (min-width: 30em) {

    .wrap-inner ,
    .page-stage .ce-frame-headerimage .ce-header {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .page-stage .ce-frame-headerimage {
        margin: 0 -15vw;
    }

    .cc-window.cc-banner {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        min-height: 10rem;
    }

    .cc-banner + a + a + .page ,
    .cc-banner + .mm-menu + a + a + .page {
        margin-bottom: 10rem;
    }

    .cc-banner .cc-compliance {
        padding-top: .5rem;
    }

    .ce-layout-showiconmenu ul.ce-menu-pages .item-icon {
        float: none;
        margin-top: 0;
        margin-right: 0;
        background-color: var(--color-darkpurple);
    }

    .ce-element {
        margin-bottom: 1.875rem;
    }

    .page-content > .content > .ce-element.ce-type-menu_pages:nth-child(2) {
        margin-top: 1.875rem;
    }

}

/* tablet + print */
@media all and (min-width: 47.5em), print {

    .page-logo {
        height: 2.5rem;
    }

    .topnav { float: right; }

    .page-header-searchbox {
        margin-bottom: 1.875rem;
        padding: 1.25rem;
        padding-right: 0;
    }
    .page-header-searchbox .searchbox .search-word { padding: 0.5rem; }

    .page-header-topbar {
        overflow:hidden;
        max-height: 4em;
        opacity: 1;
        transition: all ease 0.2s;
    }

    .page-scrolled .page-header-topbar {
        opacity: 0;
        transition: all ease 0.5s;
    }

    .page-logo{
        transition: all ease 0.1s;
        grid-column: 1 / -2;
    }

    .page-scrolled .page-logo {
        transition: all ease 1s;
        margin-top: 0;
        /*! height: 2.5rem; */
    }

    .page-stage .ce-frame-headerimage {
        margin: 0;
    }

    .page-stage .ce-frame-headerimage .ce-header {
        position: absolute;
        bottom: 1.25rem;
        margin: 0;
    }

    .cc-window.cc-banner {
        min-height: 6.6rem;
    }

    .cc-banner + a + a + .page ,
    .cc-banner + .mm-menu + a + a + .page {
        margin-bottom: 6.6rem;
    }

    .page-content {
        padding-top: 1.25rem;
        /*! padding-bottom: 1.5rem; */
    }

    .ce-type-div {
        /*! padding: 2rem 0; */
    }

    hr,
    .ce-div {
        height: 5rem;
    }

    .page-footer {
        padding-top: 2rem;
    }

}

/* desktop */
@media all and (min-width: 62.5em) {

    .page {
        /*! padding-top: 6.25rem; */
    }

    .page-header-searchbox .search-label {
        clip: rect(1px, 1px, 1px, 1px) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        overflow: hidden !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important;
    }

    /* page layout */

    .page-stage-inner {
        display: block;
    }

    .ce-element.ce-frame-showmobile {
        display: none;
    }

    .ce-element.ce-frame-showdesktop {
        display: block;
    }

    .wrap-inner ,
    .page-stage .ce-frame-headerimage .ce-header {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .page-grid-fullwidth > .wrap-inner {
        max-width: 120em;
        margin: 0 auto;
    }

    .page-grid-large {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .page-grid-large .page-col {
        float:left;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        max-width: 100%;
        min-height: 1px;
    }
    .page-grid-large-66-33 .page-col {
        width: 66.6666%;
    }
    .page-grid-large-66-33 .page-col:last-child {
        width: 33.3333%;
    }

    .page-header-main-bottom {
        background: rgb(240,240,240);
        transition: all ease 0.2s;
    }

    .page-scrolled .page-header-main-bottom {
        background: rgb(255,255,255);
        transition: all ease 0.5s;
    }

    .page-logo {
        display: flex;
        z-index: 2;
    }

    .page-header-main {
        height: auto;
    }

    .page-header-searchbox {
        float: right;
        margin: 0;
        width: 15rem;
        transition: width ease 0.25s;
        position: relative;
        display: inline;
    }
    .page-header-searchbox:focus-within {
        width: 24rem;
    }

    .page-header-searchbox .search-button {
        background: rgb(192,192,192);
        color: #ffffff;
    }

    .page-header-searchbox .search-button:hover {
        background: rgb(166,28,38);
    }

    .page-header-searchbox .searchbox .search-word {
        padding: 0.3125rem ;
        background: rgba(0,0,0,0.05);
        box-shadow: 0 0 .5em rgba(0,0,0,.075) inset;
    }

    .page-header-searchbar {
        float:left;
    }

    .page-stage .ce-frame-headerimage .ce-header {
        margin: 0 auto;
        max-width: 80rem;
    }

    .page-content {
        /*! padding-top: 3.5rem; */
        padding-top: 2.5rem;
        /*! padding-bottom: 2.5rem; */
    }

    .page-footer-top {
        padding-top: 1.75rem;
    }

    /* sticky header */

    .page-header-menu-scrolled {
        transform: translateY(50%);
        opacity: 0;
        pointer-events: none;
        display: flex;
    }

    .page-scrolled .page-header-menu-scrolled {
        transform: translateY(0);
        opacity: 1;
        pointer-events: initial;
        flex-direction: row;
    }

    .page-scrolled .page-header-menu-service {
        transform: translateY(-50%);
        opacity: 0;
        pointer-events: none;
    }

    .mainnav {
        transition: all ease 0.4s;
        position: relative;
    }

    .page-stage .ce-slider .slick-dots {
        margin-bottom: .95rem;
    }

    .slick-dots button {
        width: 0.75rem;
        height: 0.75rem;
    }

    .js .page-header-searchbox {
        opacity: 1;
        transition: all ease 0.2s;
    }

    .js .page-scrolled .page-header-searchbox {
        transition: all ease 0.5s;
        opacity: 0;
    }

    .cc-window.cc-banner {
        max-width: 120em;
        margin: 0 auto;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        min-height: 5rem;
    }

    .cc-banner + a + a + .page ,
    .cc-banner + .mm-menu + a + a + .page {
        margin-bottom: 5rem;
    }

    .page-stage-topbar .page-sitename {
        /*! float: left; */
    }

    .mainnav .menu {
        /*! background-color: rgb(166,28,38); */
        position: relative;
        border-radius: .25rem;
        /*! overflow: hidden; */
        display: flex;
        gap: 1.25rem;
    }

    .mainnav .menu > li {
        flex: 1;
    }

    .mainnav .menu::before ,
    .mainnav .menu::after {
        display: none;
    }

    .mainnav::before {
        content: "";
        display: block;
        position: absolute;
        top: 75%;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 100%;
        box-shadow: 0 1rem 1.5rem rgba(0,0,0,.25);
    }

    .mainnav .menu .item-inner > .item-icon ,
    .mainnav .menu .item-inner > .item-text {
        display: block;
    }

    .mainnav .sf-menu .item-inner {
        display: block;
    }

    .page-stage-reduced .page-stage-topbar {
        position: relative;
    }

    .page-stage-topbar .page-main-action-button {
        display: block;
    }

    .page-stage-reduced .page-stage-topbar .page-main-action-button {
        display: none;
    }

    hr, .ce-div {
        height: 6rem;
    }

    .ce-intext.ce-left .ce-gallery ,
    .ce-intext.ce-right .ce-gallery {
        width: calc(50%);
    }

    .wrap-outer .content .ce-element > .ce-textpic > .ce-bodytext {
        text-align: center;
    }

    .wrap-outer .content-footer .ce-element > .ce-textpic > .ce-bodytext {
        text-align: left;
    }

    .wrap-outer .content .ce-element > .ce-textpic > .ce-bodytext ol ,
    .wrap-outer .content .ce-element > .ce-textpic > .ce-bodytext ul ,
    .wrap-outer .ce-element > .ce-textpic.ce-intext > .ce-bodytext  {
        text-align: left;
    }

    .wrap-outer .content-align-left ,
    .wrap-outer .content-align-left .ce-element > .ce-textpic ,
    .wrap-outer .content-align-left .ce-element > .ce-textpic > .ce-bodytext ,
    .wrap-outer .content-align-left .ce-element > .ce-textpic.ce-intext > .ce-bodytext {
        text-align: left;
    }

}


@media (min-width: 73.5em) {

    .content > .ce-element ,
    .ce-grid-100 > .ce-col > .ce-element {

        & > .ce-above-header,
        & > .ce-below-header,
        & > .ce-intext.ce-left {
            & .ce-gallery {
                margin-left: calc(-50vw + 36.75rem);
            }
        }

        & > .ce-above-header, 
        & > .ce-below-header,
        & > .ce-intext.ce-right {
            & .ce-gallery {
                margin-right: calc(-50vw + 36.75rem);
            }
        }

    }

}

/* desktop - xlarge */
@media (min-width:82.5em) {

    html {
        background-color: rgb(248,248,248);
    }

    body {
        /*! max-width: 120rem; */
        margin: 0 auto;
    } /* Full HD */

    .page {
        /*! overflow: hidden; */
    }

    .page-header-topbar-inner {
        margin: 0 auto;
    }

    .page-header-topbar {
        padding: 0;
    }

    .page-logo {
        height: 3rem;
    }

    /* sticky header */

    .page-header-main-inner {
        position: relative;
    }

    .page-stage-reduced .page-stage-topbar {
        position: relative;
    }

    .ce-element {
        margin-bottom: 2.5rem;
    }

    .page-content > .content > .ce-element.ce-type-menu_pages:nth-child(2) {
        margin-top: 2.5rem;
    }

}

/* desktop - xlarge */
@media (min-width: 111rem) {

    .ce-type-div {
        padding: 2rem 0;
    }

    .content > .ce-element ,
    .ce-grid-100 > .ce-col > .ce-element {

        & > .ce-above-header, 
        & > .ce-below,
        & .ce-intext.ce-left {
            & .ce-gallery {
                margin-left: -18.75rem;
            }

        }

    }

    .content > .ce-element ,
    .ce-grid-100 > .ce-col > .ce-element {

        & > .ce-above-header, 
        & > .ce-below,
        & .ce-intext.ce-right {
            & .ce-gallery {
                margin-right: -18.75rem;
            }

        }

    }

}

/* desktop - xlarge */
@media (min-width: 120em) {

    .page {
        box-shadow: 0 0 4rem rgba(0,0,0,.25);
        box-shadow: 0 0 2rem rgba(255,255,255,.25);
    }

}


/* Styles für die ti-tdh-gam extension */

@media all {

    html body.modal-open {
        overflow: initial;
    }

    .fa-linkedin-in::before {
        content: "\f0e1";
    }

    .tx-ti-tdh-global-action-month .gm-fullscreen-control ,
    .tx-ti-tdh-global-action-month .gm-svpc {
        display: none;
    }

    .tx-ti-tdh-global-action-month .gam-event-details {
        position: absolute;
    }

    .tx-ti-tdh-global-action-month .gam-event-details-wrapper {
        border-radius: .25rem;
        top: 5%;
        right: 5%;
        bottom: 5%;
        left: 5%;
        padding: 0 1.25rem;
        padding: 0;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-header-wrapper ,
    .tx-ti-tdh-global-action-month .gam-event-modal-body ,
    .tx-ti-tdh-global-action-month .gam-event-modal-footer {
        z-index: 0;
        max-width: 100%;
        margin: 0;
        padding: .625rem;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-body {
        padding-bottom: 3.5rem;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-header-wrapper ,
    .tx-ti-tdh-global-action-month .gam-event-modal-footer {
        z-index: 1;
        padding: .625rem;
        box-shadow: 0 0 1rem rgba(0,0,0,0.25);
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-close {
        font-size: 2.5rem;
        top: .625rem;
        right: 1rem;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-body .ce-row {
        margin-bottom: .625rem;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-footer .shariff-button {
        margin-bottom: 0;
    }

    .tx-ti-tdh-global-action-month #map {
        height: 100vh;
        height: calc(100vh - 4.875rem);
        max-height: 100vw;
        max-height: calc(100vh - 4.875rem);
        display: grid;
    }

}

@media all and (max-aspect-ratio: 1/1) {

    .tx-ti-tdh-global-action-month #map {
        height: 100vh;
        height: calc(100vh - 4.875rem);
        max-height: 100vw;
        max-height: calc(100vh - 4.875rem);
    }

    .page-stage-showmobilemap .tx-ti-tdh-global-action-month #map {
        height: 100vw;
        max-height: 100vw;
    }

}


@media (min-width: 30em) {

    .tx-ti-tdh-global-action-month #map {
        height: 100vh;
        height: calc(100vh - 5.625rem);
        max-height: 100vw;
        max-height: calc(100vh - 5.625rem);
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-header-wrapper ,
    .tx-ti-tdh-global-action-month .gam-event-modal-body ,
    .tx-ti-tdh-global-action-month .gam-event-modal-footer {
        padding: 0.625rem 1.25rem;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-body {
        padding-bottom: 3.75rem;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-body .ce-row {
        margin-bottom: 1.25rem;
    }

}

@media (min-width: 47.5em) {

    .tx-ti-tdh-global-action-month #map {
        height: 100vh;
        height: calc(100vh - 7.125rem);
        max-height: 100vw;
        max-height: calc(100vh - 7.125rem);
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-header-wrapper ,
    .tx-ti-tdh-global-action-month .gam-event-modal-body ,
    .tx-ti-tdh-global-action-month .gam-event-modal-footer {
        padding: 1.25rem 2.5rem;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-body {
        padding-bottom: 3.75rem;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-body .ce-row {
        margin-bottom: 1.25rem;
    }

}

@media (min-width: 62.5em) {

    body.modal-open {
        overflow: initial !important;
    }

    .page-stage-topbar .page-main-action-button {
        transition: opacity .25s ease, margin-top .25s ease;
        margin-top: 0;
        opacity: 1;
    }

    .modal-open .page-stage-topbar .page-main-action-button {
        transition: opacity .5s ease, margin-top .5s ease-in-out;
        margin-top: -10em;
        opacity: 0;
    }

    .tx-ti-tdh-global-action-month .gam-event-modal-close {
        font-size: 2.5rem;
    }

    .tx-ti-tdh-global-action-month .gam-event-details {
        position: absolute !important;
    }

    .tx-ti-tdh-global-action-month #map {
        height: 100vh;
        height: calc(100vh - 9.375rem);
        max-height: 80vw;
        max-height: calc(80vw - 9.375rem);
    }

    .tx-ti-tdh-global-action-month .gm-style .gm-bundled-control {
        margin-bottom: 1.25rem !important;
    }

    .tx-ti-tdh-global-action-month .gm-style .gm-style-cc {
        margin-right: 50% !important;
        transform: translate(50%,0);
    }

    .tx-ti-tdh-global-action-month .gm-style > div:nth-child(3) {
        margin-left: 50% !important;
        transform: translate(-50%,0);
        margin-bottom: 1.5rem !important;
    }

    .tx-ti-tdh-global-action-month .gam-event-details-wrapper {
        top: 10%;
        right: 10%;
        bottom: 10%;
        left: 10%;
    }

}

@media (min-width: 82.5em) {

    .tx-ti-tdh-global-action-month #map {
        height: 100vh;
        height: calc(100vh - 10.5rem);
        max-height: 80vw;
        max-height: calc(100vh - 24rem);
        color: var(--color-darkpurple);
    }

    .tx-ti-tdh-global-action-month .gm-style > div:nth-child(3) {
        margin-bottom: 2.5rem !important;
    }

    .tx-ti-tdh-global-action-month .gm-style .gm-bundled-control {
        margin-bottom: 2.25rem !important;
    }

}

@media (min-width: 120em) {

    .tx-ti-tdh-global-action-month .gm-style .gm-bundled-control {
        margin-bottom: 0 !important;
    }

}

@media (min-width: 82.5em) and (min-aspect-ratio: 100/100) {

    .page-main-navigation {
        /*! margin-top: -4rem; */
    }

    .tx-ti-tdh-global-action-month .gm-style .gm-bundled-control {
        margin-bottom: 4.5rem !important;
    }

}

@media (min-width: 82.5rem) and (min-aspect-ratio: 112/100) {

    .page-main-navigation {
        /*! margin-top: -6rem; */
    }

    .tx-ti-tdh-global-action-month .gm-style .gm-bundled-control {
        margin-bottom: 6.5rem !important;
    }

}

@media (min-width: 120rem) and (min-aspect-ratio: 112/100) {

    .tx-ti-tdh-global-action-month .gm-style .gm-bundled-control {
        margin-bottom: 0 !important;
    }

}

@media all {

    .page-main-navigation {
        /*! transition: margin-top .25s ease; */
        padding-block: 2.5rem;
        background-color: var(--color-yellow);
    }

    .modal-open .page-main-navigation {
        margin-top: -1rem;
    }

}

@media (min-width: 82.5em) {

    .modal-open .page-main-navigation {
        margin-top: -2rem;
    }

}

/* styles für file-upload */
/* +++ overhead für ladestand */

@media all {

    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file {
        display: block;
        border: 1px solid rgb(204,204,204);
        margin-bottom: 1.5rem;
        position: relative;
    }

    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .filename ,
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress ,
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .buttons {
        margin: 0;
        padding: 0;
        display: inline;
        width: auto !important;
        line-height: 1.5 !important;
        font-size: 1rem;
    }

    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .filename ,
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress ,
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .buttons .btn {
        border: 0px none transparent;
        margin: 0;
        padding: .25rem .5rem;
        line-height: 1.6;
        display: inline-block;
        vertical-align: initial;
    }

    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        height: .5rem;
        background-color: #990000;
        transition: width .25s ease;
    }

    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="100%"]::after {
        background-color: #009933;
    }

    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="0%"]::after { width: 0% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="1%"]::after { width: 1% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="2%"]::after { width: 2% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="3%"]::after { width: 3% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="4%"]::after { width: 4% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="5%"]::after { width: 5% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="6%"]::after { width: 6% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="7%"]::after { width: 7% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="8%"]::after { width: 8% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="9%"]::after { width: 9% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="10%"]::after { width: 10% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="11%"]::after { width: 11% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="12%"]::after { width: 12% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="13%"]::after { width: 13% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="14%"]::after { width: 14% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="15%"]::after { width: 15% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="16%"]::after { width: 16% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="17%"]::after { width: 17% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="18%"]::after { width: 18% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="19%"]::after { width: 19% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="20%"]::after { width: 20% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="21%"]::after { width: 21% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="22%"]::after { width: 22% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="23%"]::after { width: 23% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="24%"]::after { width: 24% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="25%"]::after { width: 25% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="26%"]::after { width: 26% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="27%"]::after { width: 27% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="28%"]::after { width: 28% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="29%"]::after { width: 29% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="30%"]::after { width: 30% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="31%"]::after { width: 31% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="32%"]::after { width: 32% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="33%"]::after { width: 33% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="34%"]::after { width: 34% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="35%"]::after { width: 35% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="36%"]::after { width: 36% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="37%"]::after { width: 37% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="38%"]::after { width: 38% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="39%"]::after { width: 39% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="40%"]::after { width: 40% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="41%"]::after { width: 41% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="42%"]::after { width: 42% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="43%"]::after { width: 43% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="44%"]::after { width: 44% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="45%"]::after { width: 45% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="46%"]::after { width: 46% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="47%"]::after { width: 47% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="48%"]::after { width: 48% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="49%"]::after { width: 49% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="50%"]::after { width: 50% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="51%"]::after { width: 51% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="52%"]::after { width: 52% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="53%"]::after { width: 53% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="54%"]::after { width: 54% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="55%"]::after { width: 55% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="56%"]::after { width: 56% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="57%"]::after { width: 57% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="58%"]::after { width: 58% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="59%"]::after { width: 59% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="60%"]::after { width: 60% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="61%"]::after { width: 61% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="62%"]::after { width: 62% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="63%"]::after { width: 63% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="64%"]::after { width: 64% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="65%"]::after { width: 65% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="66%"]::after { width: 66% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="67%"]::after { width: 67% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="68%"]::after { width: 68% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="69%"]::after { width: 69% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="70%"]::after { width: 70% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="71%"]::after { width: 71% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="72%"]::after { width: 72% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="73%"]::after { width: 73% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="74%"]::after { width: 74% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="75%"]::after { width: 75% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="76%"]::after { width: 76% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="77%"]::after { width: 77% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="78%"]::after { width: 78% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="79%"]::after { width: 79% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="80%"]::after { width: 80% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="81%"]::after { width: 81% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="82%"]::after { width: 82% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="83%"]::after { width: 83% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="84%"]::after { width: 84% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="85%"]::after { width: 85% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="86%"]::after { width: 86% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="87%"]::after { width: 87% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="88%"]::after { width: 88% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="89%"]::after { width: 89% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="90%"]::after { width: 90% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="91%"]::after { width: 91% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="92%"]::after { width: 92% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="93%"]::after { width: 93% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="94%"]::after { width: 94% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="95%"]::after { width: 95% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="96%"]::after { width: 96% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="97%"]::after { width: 97% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="98%"]::after { width: 98% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="99%"]::after { width: 99% }
    .tx-ti-tdh-global-action-month .ajax-upload .ajax-file .progress[data-progress="100%"]::after { width: 100% }
}
