:root {
    --primary-color: #00afa9;
    --white: #ffffff;
    --main-font: "Euclid Circular B",sans-serif;
    --main-font-color: #292b2c;
}

body {
    font-family: var(--main-font);
    color: var(--main-font-color);
}

.container-coupon, .container-text, .container-coupondetail {
    padding: 0 120px !important;
    margin-top: 10px;
    margin-bottom: 50px;
}

.coupondetail {
    background: #fff;
    transition: transform .4s ease,-webkit-transform .4s ease,-o-transform .4s ease;
    padding: 10px;
    border: 1px solid #bababa;
    background-color: transparent;
    border-radius: 16px;
}

.coupon {
    background: #fff;
    transition: transform .4s ease,-webkit-transform .4s ease,-o-transform .4s ease;
    padding: 10px;
    border: 1px solid #bababa;
    background-color: transparent;
    border-radius: 16px;
}
@media (max-width: 576px) {
    .container-coupon, .container-text, .container-coupondetail {
        padding: 0 50px !important;
    }
}


.container-text {
    margin-top: 20px;
    margin-bottom: 50px;
}

.coupon {
    margin-right: -1px;
    margin-bottom: -1px;
}

.coupon-item {
    padding: 0px !important;
}

.pageTitle {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 2rem;
    font-family: var(--main-font);
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1.1px;
    text-align: center;
}


.pageText {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: var(--main-font);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: center;
}

    @media (min-width:576px) {
        .pageTitle {
            font-size: 38px;
            line-height: 39px;
        }

        .pageText {
            font-size: 18px;
            line-height: 26px;
        }
    }

    @media (min-width:992px) {
        .pageTitle {
            font-size: 52px;
            line-height: 54px;
        }

        .pageText {
            font-size: 20px;
            line-height: 28px;
        }
    }


button {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
}











html {
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
}


body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Euclid Circular B",sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #484848;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*herti*/
/*! CSS Used from: https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/css/app_herti.css?1707910736 ; media=all */
@media all {
    .header__langswitcher {
        font-family: BrownLLWeb,sans-serif;
        font-weight: 300;
        line-height: 1.7;
    }

    .header__langswitcher {
        font-size: 12px;
    }

    @media screen and (min-width:460px) {
        .header__langswitcher {
            font-size: calc(12px + 2 * ((100vw - 460px)/ 800));
        }
    }

    @media screen and (min-width:1260px) {
        .header__langswitcher {
            font-size: 14px;
        }
    }
    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

    *, ::after, ::before {
        box-sizing: inherit;
    }

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    ::placeholder {
        color: #919191;
    }

    div, li, ul {
        margin: 0;
        padding: 0;
    }

    a {
        line-height: inherit;
        color: #00ada8;
        text-decoration: none;
        cursor: pointer;
    }


        a img {
            border: 0;
        }

    ul {
        margin-bottom: 1rem;
        list-style-position: outside;
        line-height: 1.6;
    }

    li {
        font-size: inherit;
    }

    ul {
        margin-left: 1.25rem;
        list-style-type: disc;
    }

    .text-right {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }

    @media screen and (min-width:77.5em) {
        .xlarge-text-left {
            text-align: left;
        }
    }

    @media print {
        * {
            background: 0 0 !important;
            color: #000 !important;
            -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }
    }

    .grid-container {
        padding-right: .625rem;
        padding-left: .625rem;
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
    }

    @media print,screen and (min-width:40em) {
        .grid-container {
            padding-right: .9375rem;
            padding-left: .9375rem;
        }
    }

    .grid-x {
        display: flex;
        flex-flow: row wrap;
    }

    .cell {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

        .cell.auto {
            flex: 1 1 0;
        }

        .cell.shrink {
            flex: 0 0 auto;
        }

    .grid-x > .auto {
        width: auto;
    }

    .grid-x > .shrink {
        width: auto;
    }

    @media screen and (min-width:77.5em) {
        .grid-x > .xlarge-3, .grid-x > .xlarge-6, .grid-x > .xlarge-shrink {
            flex-basis: auto;
        }
    }

    @media screen and (min-width:77.5em) {
        .grid-x > .xlarge-auto {
            flex: 1 1 0;
            width: auto;
        }

        .grid-x > .xlarge-3, .grid-x > .xlarge-6, .grid-x > .xlarge-shrink {
            flex: 0 0 auto;
        }

        .grid-x > .xlarge-shrink {
            width: auto;
        }

        .grid-x > .xlarge-3 {
            width: 25%;
        }

        .grid-x > .xlarge-6 {
            width: 50%;
        }
    }

    .align-self-middle {
        align-self: center;
    }

    @media screen and (min-width:77.5em) {
        .hide-for-xlarge {
            display: none !important;
        }
    }

    @media screen and (max-width:77.49875em) {
        .show-for-xlarge {
            display: none !important;
        }
    }

    ul.list-inline {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        ul.list-inline li {
            margin: 0 8px;
            padding-left: 0 !important;
        }

            ul.list-inline li:first-child {
                margin-left: 0;
            }

            ul.list-inline li:last-child {
                margin-right: 0;
            }

            ul.list-inline li:before {
                display: none;
            }

    ul.list-inline--align-right {
        justify-content: flex-end;
    }

    ul.list-inline--align-center {
        justify-content: center;
    }

    ul.list-inline--space-big li {
        margin-left: 16px;
        margin-right: 16px;
    }

    * {
        -webkit-tap-highlight-color: transparent;
        outline: 0;
    }

    .gap-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    @media print,screen and (min-width:40em) {
        .gap-container {
            padding-left: 32px;
            padding-right: 32px;
        }
    }

    @media print,screen and (min-width:64em) {
        .gap-container {
            padding-left: 32px;
            padding-right: 32px;
        }
    }

    .grid-container {
        max-width: calc(1312px + 30px);
    }

    ::selection {
        background: #00ada8;
        color: #fff;
        text-shadow: 0;
    }

    a {
        transition: color .2s ease-out,opacity .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        outline: 0;
    }

    .header-page {
        position: absolute;
        width: 100%;
        z-index: 98;
        left: 0;
    }

    .header-page__main {
        position: relative;
        margin-top: 20px;
        background-color: #fff;
        height: 68px;
        padding-left: 22px;
        padding-right: 12px;
        box-shadow: 0 3px 10px 0 rgba(0,0,0,.08);
        border-radius: 100px;
    }

    @media print,screen and (min-width:40em) {
        .header-page__main {
            margin-top: 30px;
        }
    }

    @media print,screen and (min-width:64em) {
        .header-page__main {
            padding-left: 32px;
            padding-right: 32px;
            height: 80px;
            margin-left: 15px;
            margin-right: 15px;
        }
    }

    .header-page a {
        color: #484848;
    }

        .header-page a:hover {
            color: #00ada8;
        }

    .meta-navigation {
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translateY(-50%);
    }

        .meta-navigation ul.list-inline li {
            margin: 0 4px;
        }

            .meta-navigation ul.list-inline li:last-child {
                margin-right: 0;
            }

            .meta-navigation ul.list-inline li:first-child {
                margin-left: 0;
            }

    .header-page a.iconlink {
        color: #b8006b;
    }

    .logo-header {
        display: inline-block;
        height: auto;
        max-width: 115px;
    }

    @media print,screen and (min-width:64em) {
        .logo-header {
            max-width: 173px;
        }
    }

    @media screen and (max-width:72.5em) {
        .logo-header {
            max-width: 150px;
        }
    }

    .fixed-header--fixed {
        position: relative;
        top: 0;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        transform: translateZ(0) translateY(-100%);
        transition: transform .15s ease-out;
    }

    .fixed-header--animate {
        transform: translateZ(0) translateY(0);
        transition: transform .3s ease-out;
    }

    .main-navigation ul li a:not(.button) {
        font-size: 18px;
        line-height: 1.7;
        padding: 4px 0;
    }

        .main-navigation ul li a:not(.button):active {
            color: #00ada8 !important;
        }

        .main-navigation ul li a:not(.button) span {
            display: inline-block;
            transition: transform .4s cubic-bezier(.19,1,.22,1);
            position: relative;
            padding-bottom: 5px;
            padding-top: 5px;
            border-bottom: 2px solid transparent;
        }

            .main-navigation ul li a:not(.button) span:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: currentColor;
                transform-origin: right;
                transform: scaleX(0);
                transition: transform .5s cubic-bezier(.19,1,.22,1);
            }

        .main-navigation ul li a:not(.button):hover {
            color: #484848;
        }

            .main-navigation ul li a:not(.button):hover span {
                transform: translateY(-3px);
            }

                .main-navigation ul li a:not(.button):hover span:after {
                    transform-origin: left;
                    transform: scaleX(1);
                }

    .main-navigation ul.list-inline--space-big li {
        margin: 0 15px;
    }

    @media screen and (max-width:79.375em) {
        .main-navigation ul.list-inline--space-big li {
            margin: 0 12px;
        }
    }

    .main-navigation ul.list-inline--space-big li:last-child {
        margin-right: 0;
    }

    .main-navigation ul.list-inline--space-big li:first-child {
        margin-left: 0;
    }

    .language-navigation {
        display: inline-block;
    }

    .hamburger {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        -webkit-mask-image: -webkit-radial-gradient(white,#000);
        background-color: #fcd9ed;
        position: relative;
        cursor: pointer;
        transition: background-color .2s ease-out;
    }

        .hamburger:hover {
            background-color: #eb0a8d;
        }

    .hamburger__inner {
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: #b8006b;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

        .hamburger__inner:after, .hamburger__inner:before {
            content: "";
            width: 16px;
            height: 1px;
            background-color: #b8006b;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        .hamburger__inner:before {
            top: 6px;
        }

        .hamburger__inner:after {
            bottom: 6px;
        }

    .iconlink {
        white-space: nowrap;
        border-radius: 100px;
        -webkit-mask-image: -webkit-radial-gradient(white,#000);
        height: 44px;
        max-width: 44px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 18px 10px 10px;
        background-color: #fcd9ed;
        color: #b8006b;
        overflow: hidden;
        transition: max-width .5s cubic-bezier(.5,.005,0,.995);
        font-size: 12px;
        line-height: 1;
        font-family: "Euclid Circular B",sans-serif;
        font-weight: 300;
    }

    .iconlink__svg {
        fill: #b8006b;
        width: 25px !important;
        height: 25px !important;
        margin-right: 10px;
        flex-basis: 25px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .iconlink:hover {
        max-width: 250px;
    }

    [class^=svg--] {
        transition: fill .2s ease-out,color .2s ease-out;
    }

    .svg--anfahrt {
        width: 24px;
        height: 18px;
    }

    
    .logo-header {
        width: 141px;
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-display: swap;
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 700;
    src: url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Bold-WebXL.woff) format("woff"),url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Bold-WebXL.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 400;
    src: url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Regular-WebXL.woff) format("woff"),url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Regular-WebXL.woff2) format("woff2");
}

/*! CSS Used from: https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/css/app_herti.css?1707910736 ; media=all */
@media all {
    a {
        background-color: transparent;
    }

    *, ::after, ::before {
        box-sizing: inherit;
    }

    ::placeholder {
        color: #919191;
    }

    div, li, ul {
        margin: 0;
        padding: 0;
    }

    a {
        line-height: inherit;
        color: #00ada8;
        text-decoration: none;
        cursor: pointer;
    }

        a:focus, a:hover {
            color: #009590;
        }

    ul {
        margin-bottom: 1rem;
        list-style-position: outside;
        line-height: 1.6;
    }

    li {
        font-size: inherit;
    }

    ul {
        margin-left: 1.25rem;
        list-style-type: disc;
    }

    @media print {
        * {
            background: 0 0 !important;
            color: #000 !important;
            -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }
    }

    * {
        -webkit-tap-highlight-color: transparent;
        outline: 0;
    }

    ::selection {
        background: #00ada8;
        color: #fff;
        text-shadow: 0;
    }

    a {
        transition: color .2s ease-out,opacity .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        outline: 0;
    }

    .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #00ada8;
        cursor: pointer;
        transition: background-color .2s ease-out;
    }

        .close:after, .close:before {
            content: "";
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transition: transform .25s ease-in-out;
        }

        .close:before {
            width: 20px;
            height: 2px;
        }

        .close:after {
            width: 2px;
            height: 20px;
        }

        .close:hover {
            background-color: #008580;
        }

            .close:hover:after, .close:hover:before {
                transform: translateX(-50%) translateY(-50%) rotate(135deg);
            }

    #mobile-navigation {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 80vw;
        height: calc(var(--vh,1vh) * 100);
        background-color: #fff;
        z-index: 100;
        display: flex;
        align-items: flex-end;
        transform: translateX(100%);
        transition: transform .25s ease-in-out;
    }

    body.mobile-nav-open #mobile-navigation {
        transform: translateX(0);
    }

    @media print,screen and (min-width:40em) {
        #mobile-navigation {
            justify-content: center;
            align-items: center;
        }
    }

    @media screen and (min-width:77.5em) {
        #mobile-navigation {
            display: none;
        }
    }

    .mobile-main-navigation, .mobile-meta-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .mobile-main-navigation li, .mobile-meta-navigation li {
            margin: 0;
            padding: 0;
        }

            .mobile-main-navigation li a {
                color: #484848;
                font-family: "Euclid Circular B",sans-serif;
                font-weight: 700;
                letter-spacing: -.03125rem;
                line-height: 1.7;
            }

            .mobile-main-navigation li a {
                font-size: 22px;
            }

    @media screen and (min-width:460px) {
        .mobile-main-navigation li a {
            font-size: calc(22px + 20 * ((100vw - 460px)/ 800));
        }
    }

    @media screen and (min-width:1260px) {
        .mobile-main-navigation li a {
            font-size: 42px;
        }
    }

    .mobile-main-navigation li a:hover {
        color: #00ada8;
    }

    .mobile-main-navigation li {
        margin: 5px 0;
    }

    @media print,screen and (min-width:40em) {
        .mobile-main-navigation li {
            margin: 6px 0;
        }
    }

    @media print,screen and (min-width:64em) {
        .mobile-main-navigation li {
            margin: 4px 0;
        }
    }

    .mobile-meta-navigation {
        margin-top: 48px;
        white-space: nowrap;
    }

    @media print,screen and (min-width:40em) {
        .mobile-meta-navigation {
            margin-top: 80px;
        }
    }

    .mobile-meta-navigation li {
        display: block;
        margin: 14px 0;
    }

    .mobile-meta-navigation .iconlink {
        max-width: none;
        display: inline-flex;
        width: 160px;
    }

    .mobile-navigation__inner {
        overflow: auto;
        padding: 20px 40px;
        min-width: 310px;
    }

    @media screen and (max-height:680px) and (min-width:40em) {
        .mobile-navigation__inner {
            height: 100%;
            min-height: 100%;
        }
    }

    @media screen and (max-height:560px) and (max-width:39.99875em) {
        .mobile-navigation__inner {
            height: 100%;
            min-height: 100%;
        }
    }

    .iconlink {
        white-space: nowrap;
        border-radius: 100px;
        -webkit-mask-image: -webkit-radial-gradient(white,#000);
        height: 44px;
        max-width: 44px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 18px 10px 10px;
        background-color: #fcd9ed;
        color: #b8006b;
        overflow: hidden;
        transition: max-width .5s cubic-bezier(.5,.005,0,.995);
        font-size: 12px;
        line-height: 1;
        font-family: "Euclid Circular B",sans-serif;
        font-weight: 300;
    }

    .iconlink__svg {
        fill: #b8006b;
        width: 25px !important;
        height: 25px !important;
        margin-right: 10px;
        flex-basis: 25px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .iconlink:hover {
        max-width: 250px;
    }

    [class^=svg--] {
        transition: fill .2s ease-out,color .2s ease-out;
    }

    .svg--anfahrt {
        width: 24px;
        height: 18px;
    }

    .svg--oeffnungszeiten {
        width: 24px;
        height: 18px;
    }

    .svg--orientierung {
        width: 24px;
        height: 18px;
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-display: swap;
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 700;
    src: url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Bold-WebXL.woff) format("woff"),url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Bold-WebXL.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 400;
    src: url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Regular-WebXL.woff) format("woff"),url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Regular-WebXL.woff2) format("woff2");
}

/*! CSS Used from: https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/css/app_herti.css?1707910736 ; media=all */
@media all {
    .content-container h3 {
        font-family: "Euclid Circular B",sans-serif;
        font-weight: 700;
        line-height: 1.2;
        word-break: normal;
        -webkit-hyphens: manual;
        hyphens: manual;
    }

    .content-container h3 {
        font-size: 23px;
    }

    @media screen and (min-width:460px) {
        .content-container h3 {
            font-size: calc(23px + 5 * ((100vw - 460px)/ 800));
        }
    }

    @media screen and (min-width:1260px) {
        .content-container h3 {
            font-size: 28px;
        }
    }

    .content-container p, .content-container ul li {
        font-family: SwissNow,sans-serif;
        font-weight: 300;
        line-height: 1.7;
    }

    .content-container p, .content-container ul li {
        font-size: 14px;
    }

    @media screen and (min-width:460px) {
        .content-container p, .content-container ul li {
            font-size: calc(14px + 4 * ((100vw - 460px)/ 800));
        }
    }

    @media screen and (min-width:1260px) {
        .content-container p, .content-container ul li {
            font-size: 18px;
        }
    }

    .content-container p.small, .footer-page a, .footer-page h3, ul.list-inline--small li {
        font-family: SwissNow,sans-serif;
        font-weight: 300;
        line-height: 1.7;
    }

    .content-container p.small, .footer-page a, .footer-page h3, ul.list-inline--small li {
        font-size: 12px;
    }

    @media screen and (min-width:460px) {
        .content-container p.small, .footer-page a, .footer-page h3, ul.list-inline--small li {
            font-size: calc(12px + 2 * ((100vw - 460px)/ 800));
        }
    }

    @media screen and (min-width:1260px) {
        .content-container p.small, .footer-page a, .footer-page h3, ul.list-inline--small li {
            font-size: 14px;
        }
    }

    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

    *, ::after, ::before {
        box-sizing: inherit;
    }

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    ::placeholder {
        color: #919191;
    }

    div, h3, li, p, ul {
        margin: 0;
        padding: 0;
    }

    p {
        margin-bottom: 1rem;
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
    }

    h3 {
        font-family: "Euclid Circular B",sans-serif;
        font-style: normal;
        font-weight: 400;
        color: inherit;
        text-rendering: optimizeLegibility;
    }

    h3 {
        font-size: 1.1875rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    @media print,screen and (min-width:40em) {
        h3 {
            font-size: 1.9375rem;
        }
    }

    a {
        line-height: inherit;
        color: #00ada8;
        text-decoration: none;
        cursor: pointer;
    }

        a:focus, a:hover {
            color: #009590;
        }

        a img {
            border: 0;
        }

    ul {
        margin-bottom: 1rem;
        list-style-position: outside;
        line-height: 1.6;
    }

    li {
        font-size: inherit;
    }

    ul {
        margin-left: 1.25rem;
        list-style-type: disc;
    }

    .text-center {
        text-align: center;
    }

    @media print,screen and (min-width:64em) {
        .large-text-left {
            text-align: left !important;
        }
    }

    @media print {
        * {
            background: 0 0 !important;
            color: #000 !important;
            -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        h3, p {
            orphans: 3;
            widows: 3;
        }

        h3 {
            page-break-after: avoid;
        }
    }

    .grid-container {
        padding-right: .625rem;
        padding-left: .625rem;
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
    }

    @media print,screen and (min-width:40em) {
        .grid-container {
            padding-right: .9375rem;
            padding-left: .9375rem;
        }
    }

    .grid-x {
        display: flex;
        flex-flow: row wrap;
    }

    .cell {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    @media print,screen and (min-width:40em) {
        .grid-x > .medium-5 {
            flex-basis: auto;
        }
    }

    @media print,screen and (min-width:64em) {
        .grid-x > .large-12, .grid-x > .large-6 {
            flex-basis: auto;
        }
    }

    @media print,screen and (min-width:40em) {
        .grid-x > .medium-5 {
            flex: 0 0 auto;
        }

        .grid-x > .medium-5 {
            width: 41.66667%;
        }
    }

    @media print,screen and (min-width:64em) {
        .grid-x > .large-12, .grid-x > .large-6 {
            flex: 0 0 auto;
        }

        .grid-x > .large-6 {
            width: 50%;
        }

        .grid-x > .large-12 {
            width: 100%;
        }
    }

    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem;
    }

    @media print,screen and (min-width:40em) {
        .grid-container:not(.full) > .grid-padding-x {
            margin-right: -.9375rem;
            margin-left: -.9375rem;
        }
    }

    .grid-padding-x > .cell {
        padding-right: .625rem;
        padding-left: .625rem;
    }

    @media print,screen and (min-width:40em) {
        .grid-padding-x > .cell {
            padding-right: .9375rem;
            padding-left: .9375rem;
        }
    }

    @media print,screen and (min-width:40em) {
        .medium-offset-1 {
            margin-left: 8.33333%;
        }
    }

    @media print,screen and (min-width:64em) {
        .large-offset-0 {
            margin-left: 0;
        }
    }

    .align-middle {
        align-items: center;
    }

    .small-order-1 {
        order: 1;
    }

    .small-order-2 {
        order: 2;
    }

    @media print,screen and (min-width:64em) {
        .large-order-1 {
            order: 1;
        }

        .large-order-2 {
            order: 2;
        }
    }

    @media print,screen and (min-width:40em) {
        .hide-for-medium {
            display: none !important;
        }
    }

    @media screen and (max-width:63.99875em) {
        .show-for-large {
            display: none !important;
        }
    }

    ul.list-inline {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        ul.list-inline li {
            margin: 0 8px;
            padding-left: 0 !important;
        }

            ul.list-inline li:first-child {
                margin-left: 0;
            }

            ul.list-inline li:last-child {
                margin-right: 0;
            }

            ul.list-inline li:before {
                display: none;
            }

    ul.list-inline--align-center {
        justify-content: center;
    }

    @media print,screen and (min-width:64em) {
        ul.large-list-inline--align-right {
            justify-content: flex-end;
        }
    }

    @media print,screen and (min-width:40em) {
        ul.medium-list-inline--align-left {
            justify-content: flex-start;
        }
    }

    .list-simple {
        margin: 0 0 24px 0;
        padding: 0;
        list-style: none;
    }

        .list-simple li {
            margin: 0;
            padding: 0 !important;
        }

            .list-simple li:before {
                display: none !important;
            }

    * {
        -webkit-tap-highlight-color: transparent;
        outline: 0;
    }

    .gap-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    @media print,screen and (min-width:40em) {
        .gap-container {
            padding-left: 32px;
            padding-right: 32px;
        }
    }

    @media print,screen and (min-width:64em) {
        .gap-container {
            padding-left: 32px;
            padding-right: 32px;
        }
    }

    .grid-container {
        max-width: calc(1312px + 30px);
    }

        .grid-container:not(.full) > .grid-padding-x {
            margin-left: calc(8px * -1);
            margin-right: calc(8px * -1);
        }

    @media print,screen and (min-width:40em) {
        .grid-container:not(.full) > .grid-padding-x {
            margin-left: calc(16px * -1);
            margin-right: calc(16px * -1);
        }
    }

    @media print,screen and (min-width:64em) {
        .grid-container:not(.full) > .grid-padding-x {
            margin-left: calc(16px * -1);
            margin-right: calc(16px * -1);
        }
    }

    .grid-container:not(.full) > .grid-padding-x > .cell {
        padding-left: 8px;
        padding-right: 8px;
    }

    @media print,screen and (min-width:40em) {
        .grid-container:not(.full) > .grid-padding-x > .cell {
            padding-left: 16px;
            padding-right: 16px;
        }
    }

    @media print,screen and (min-width:64em) {
        .grid-container:not(.full) > .grid-padding-x > .cell {
            padding-left: 16px;
            padding-right: 16px;
        }
    }

    ::selection {
        background: #00ada8;
        color: #fff;
        text-shadow: 0;
    }

    .frame-space-after-medium {
        padding-bottom: 48px;
    }

    @media print,screen and (min-width:40em) and (max-width:63.99875em) {
        .frame-space-after-medium {
            padding-bottom: calc(48px * .75);
        }
    }

    @media print,screen and (max-width:39.99875em) {
        .frame-space-after-medium {
            padding-bottom: calc(48px * .5);
        }
    }

    .frame-space-after-large {
        padding-bottom: 64px;
    }

    @media print,screen and (min-width:40em) and (max-width:63.99875em) {
        .frame-space-after-large {
            padding-bottom: calc(64px * .75);
        }
    }

    @media print,screen and (max-width:39.99875em) {
        .frame-space-after-large {
            padding-bottom: calc(64px * .5);
        }
    }

    a {
        transition: color .2s ease-out,opacity .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        outline: 0;
    }

    .content-container h3 {
        margin-bottom: 8px;
    }

    .content-container p {
        margin-bottom: 24px;
    }

    .content-container ul {
        list-style: none;
        margin: 0 0 24px 0;
        padding: 0;
    }

        .content-container ul li {
            position: relative;
            padding-left: 20px;
        }

            .content-container ul li:before {
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #484848;
                position: absolute;
                top: .7em;
                left: 1px;
            }

    .footer-page {
        background-color: #008580;
        padding-top: 64px;
        position: relative;
        z-index: 2;
    }

    @media print,screen and (min-width:40em) {
        .footer-page {
            padding-top: 95px;
        }
    }

    @media print,screen and (min-width:64em) {
        .footer-page {
            padding-top: 128px;
        }
    }

    .footer-page .radius-top-left, .footer-page .radius-top-right {
        top: .5px;
    }

    .footer-page a {
        color: #fff;
        opacity: .9;
    }

        .footer-page a:hover {
            opacity: 1;
        }

    @media print,screen and (max-width:39.99875em) {
        .footer-page__logo-container {
            padding-bottom: 48px;
        }
    }

    .footer-page__middle {
        border-top: 1px solid #00ada8;
        padding: 64px 0 55px 0;
        margin-top: 45px;
    }

    .footer-page__bottom {
        color: #fff;
        background-color: #00ada8;
    }

    @media print,screen and (max-width:63.99875em) {
        .footer-page__bottom {
            padding: 20px 0;
        }
    }

    .footer-page__bottom a {
        color: #fff;
        opacity: .9;
    }

        .footer-page__bottom a:hover {
            opacity: 1;
        }

    .footer-page__bottom p.small {
        margin-bottom: 0;
    }

    @media print,screen and (min-width:40em) {
        .footer-page__bottom .grid-x {
            height: 90px;
        }
    }

    @media print,screen and (max-width:39.99875em) {
        .footer-page__bottom ul.list-inline li {
            margin-bottom: 10px;
        }
    }

    @media print,screen and (min-width:40em) and (max-width:63.99875em) {
        .footer-page .list-simple {
            margin-bottom: 48px;
        }
    }

    .footer-page h3 {
        font-family: "Euclid Circular B",sans-serif;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .footer-page ul.list-simple li {
        margin: 8px 0;
    }

    .footer-page ul.list-inline {
        margin-bottom: 0;
    }

    .footer-page .list-simple a, .footer-page__bottom a {
        display: inline;
        background-image: linear-gradient(transparent 1px,#fff 1px,#fff 2px,transparent 2px),linear-gradient(transparent 1px,transparent 1px,transparent 2px,transparent 2px);
        background-size: 0 3px,100% 3px;
        background-position: 0 bottom,0 bottom;
        transition: background-size .2s ease-in-out,opacity .2s ease-in-out,background-color .2s ease-out,color .2s ease-out !important;
        background-repeat: no-repeat;
        padding-bottom: 2px;
        border-bottom: 2px solid transparent;
    }

        .footer-page .list-simple a:hover, .footer-page__bottom a:hover {
            background-size: 100% 3px,100% 3px;
        }

    .logo--footer {
        display: block;
        max-width: 220px;
    }

    @media print,screen and (max-width:39.99875em) {
        .logo--footer {
            text-align: center;
        }
    }

    @media print,screen and (min-width:40em) {
        .logo--footer {
            max-width: 252px;
        }
    }

    @media print,screen and (min-width:64em) {
        .logo--footer {
            max-width: 333px;
        }
    }

    @media print,screen and (max-width:39.99875em) {
        .smallonly-marginauto {
            margin-left: auto;
            margin-right: auto;
        }
    }

    #accordion--footer {
        position: relative;
    }

    @media print,screen and (max-width:39.99875em) {
        #accordion--footer {
            margin-bottom: 50px;
        }
    }

    @media print,screen and (max-width:39.99875em) {
        #accordion--footer:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 8px;
            width: calc(100% - 16px);
            border-bottom: 1px solid #00ada8;
        }
    }

    @media print,screen and (max-width:39.99875em) {
        .accordion-content--footer {
            display: none;
        }
    }

    @media print,screen and (min-width:40em) {
        .accordion-content--footer {
            display: block !important;
        }
    }

    .accordion-trigger--footer {
        position: relative;
        opacity: 1 !important;
        position: relative;
        display: block;
    }

    @media print,screen and (min-width:40em) {
        .accordion-trigger--footer:before {
            content: "";
            position: absolute;
            bottom: -9px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #00ada8;
        }
    }

    .accordion-trigger--footer:hover {
        color: #fff !important;
    }

    @media print,screen and (max-width:39.99875em) {
        .accordion-trigger--footer {
            display: block;
            border-top: 1px solid #00ada8 !important;
            margin-top: -1px;
        }
    }

    @media print,screen and (max-width:39.99875em) {
        .accordion-trigger--footer h3 {
            margin-bottom: 0;
            padding-top: 16px;
            padding-bottom: 16px;
            line-height: 1.5;
        }
    }

    .accordion-trigger--footer svg {
        position: absolute;
        right: 8px;
        top: 20px;
    }

    @media print,screen and (min-width:40em) {
        .accordion-trigger--footer svg {
            display: none;
        }
    }

    .social-navigation--footer.list-inline li {
        margin-left: 0;
        margin-right: 16px;
    }

    .social-navigation--footer svg.svg--big {
        fill: #fff;
        width: 32px;
        height: 32px;
    }

    @media print,screen and (min-width:64em) {
        .social-navigation--footer svg.svg--big {
            width: 40px;
            height: 40px;
        }
    }

    .social-navigation--footer svg {
        transition: transform .2s ease-out;
    }

    .social-navigation--footer a:hover svg {
        transform: scale(1.2);
    }

    .footer-button-navigation .iconlink {
        transition: color .2s ease-out,border-color .2s ease-out;
        max-width: none;
        background-color: transparent;
        border: 1px solid #00ada8;
        margin-bottom: 16px;
    }

        .footer-button-navigation .iconlink:hover {
            border-color: #fff;
        }

    .footer-button-navigation .iconlink__svg {
        fill: #fff;
    }

    @media print,screen and (min-width:64em) {
        .grid-x > .large-specialfooter {
            width: 19.44444%;
        }
    }

    @media print,screen and (max-width:63.99875em) {
        .footer-page {
            margin-bottom: 60px;
        }
    }

    .radius-top-left, .radius-top-right {
        position: absolute;
        pointer-events: none;
        width: 24px;
        height: 24px;
    }

    @media print,screen and (min-width:64em) {
        .radius-top-left, .radius-top-right {
            width: 48px;
            height: 48px;
        }
    }

    .footer-page .radius-top-left svg, .footer-page .radius-top-right svg {
        fill: #008580;
    }

    .radius-top-left, .radius-top-right {
        top: 0;
        transform: translateY(-100%);
    }

    @media print,screen and (max-width:63.99875em) {
        .radius-top-left, .radius-top-right {
            top: 1px;
        }
    }

    .radius-top-left {
        left: 0;
    }

    .radius-top-right {
        right: 0;
    }

    .iconlink {
        white-space: nowrap;
        border-radius: 100px;
        -webkit-mask-image: -webkit-radial-gradient(white,#000);
        height: 44px;
        max-width: 44px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 18px 10px 10px;
        background-color: #fcd9ed;
        color: #b8006b;
        overflow: hidden;
        transition: max-width .5s cubic-bezier(.5,.005,0,.995);
        font-size: 12px;
        line-height: 1;
        font-family: "Euclid Circular B",sans-serif;
        font-weight: 300;
    }

    .iconlink__svg {
        fill: #b8006b;
        width: 25px !important;
        height: 25px !important;
        margin-right: 10px;
        flex-basis: 25px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .iconlink:hover {
        max-width: 250px;
    }

    [class^=svg--] {
        transition: fill .2s ease-out,color .2s ease-out;
    }

    .svg--facebook {
        width: 24px;
        height: 18px;
    }

        .svg--facebook.svg--big {
            width: 43px;
            height: 32px;
        }

    .svg--anfahrt {
        width: 24px;
        height: 18px;
    }

    .svg--oeffnungszeiten {
        width: 24px;
        height: 18px;
    }

    .svg--orientierung {
        width: 24px;
        height: 18px;
    }

    a:hover .svg--facebook {
        color: #3b5998;
    }

    .svg--chevron-down {
        width: 10px;
        height: 10px;
    }

    @media print,screen and (min-width:64em) {
        .logo--footer {
            max-width: 300px;
        }
    }

    .footer-page {
        background-color: #00ada8;
    }

    .footer-page__bottom {
        background-color: #9adfdd;
    }

    .footer-button-navigation .iconlink, .footer-page__middle {
        border-color: #9adfdd;
    }

    .accordion-trigger--footer:before {
        background-color: #9adfdd;
    }

    .footer-page__bottom, .footer-page__bottom a {
        color: #008580;
    }

        .footer-page__bottom a {
            background-image: linear-gradient(transparent 1px,#008580 1px,#008580 2px,transparent 2px),linear-gradient(transparent 1px,transparent 1px,transparent 2px,transparent 2px);
        }

    .footer-page .radius-top-left svg, .footer-page .radius-top-right svg {
        fill: #00ada8;
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-display: swap;
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 700;
    src: url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Bold-WebXL.woff) format("woff"),url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Bold-WebXL.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 400;
    src: url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Regular-WebXL.woff) format("woff"),url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/EuclidCircularB-Regular-WebXL.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: SwissNow;
    font-style: normal;
    font-weight: 300;
    src: url(https://www.herti.ch/_assets/1f4f58cb8ec7ef7ef807190874a5a8cd/fonts/SwissNow-Regular.woff2) format("woff2");
}