:root {
    --color-GrayPearlDark: #dfddd9;
    --color-Gray3: #f8f6f2;
    --color-Gray85: #42494e;
}

@keyframes a-type-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

:after,:before {
    box-sizing: inherit
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    width: 100%
}

img,section {
    overflow: hidden
}

img {
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: auto;
    background: rgba(255,255,255,.07)
}

.embed-container {
    position: relative;
    height: 0 !important;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section {
    z-index: 0
}

.blocks [class*=block-] svg,footer .footer-bottom ul.footer-social li a {
    display: block
}

.display-inline-block {
    display: inline-block!important
}

.object-position-center {
    -o-object-position: center;
       object-position: center
}

a {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

main a {
    transition: all .1s;
    display: inline-block;
    text-decoration: underline
}

main blockquote {
    border-left: 3px solid #000;
    margin: 48px 0;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

main blockquote:first-child,main hr:first-child,main table:first-child {
    margin-top: 0
}

.title-h4:last-child,footer ul li:last-child,main blockquote:last-child,main h1:last-child,main h2:last-child,main h3:last-child,main h4:last-child,main h5:last-child,main h6:last-child,main hr:last-child,main p:last-child {
    margin-bottom: 0
}

.blockquote blockquote,.blocks [class*=block-] figure {
    margin: 0
}

.blockquote figcaption {
    margin-top: 16px;
    opacity: .5
}

main h6 {
    margin: 0 0 12px
}

main p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: inherit
}

.paragraph,.paragraph p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.dark,.dark a {
    color: #fff
}

.row.row-gutter-lg>.col-1-2 {
    width: calc(100%/2 - 48px*1/2)
}

.row.row-gutter-lg>.col-1-3 {
    width: calc(33.329% - 48px*2/3)
}

.row.row-gutter-lg>.col-1-4 {
    width: calc(100%/4 - 48px*3/4)
}

.row.row-gutter-lg>.col-2-3 {
    width: calc((33.329% - 48px*2/3)*2 + 48px)
}

.row.row-gutter-lg>.col-2-5 {
    width: calc((100%/5 - 48px*4/5)*2 + 48px)
}

.row.row-gutter-lg>.col-3-5 {
    width: calc((100%/5 - 48px*4/5)*3 + 2*48px)
}

.row.row-gutter-lg>[class*=col-] {
    margin: 48px 0 0 48px;
}

@media only screen and (max-width: 1280px) {
    .row.row-gutter-lg>[class*=col-] {
        width:calc(100%/2 - 48px*1/2)
    }
}

@media only screen and (max-width: 767px) {
    .row.row-gutter-lg>[class*=col-] {
        margin: 24px 0 0;
    }

    .row.row-gutter-lg>[class*=col-]:nth-child(2) {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1280px) {
    .row.row-gutter-lg.row-one-column--lg>[class*=col-]:nth-child(n) {
        margin:48px 0 0!important
    }

    .row.row-gutter-lg.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(-n+2),.row.row-gutter-lg.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(-n+3),.row.row-gutter-lg.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(-n+4),.row.row-gutter-lg.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(-n+5) {
        margin-top: 48px!important
    }

    .row.row-gutter-lg.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):first-child {
        margin-top: 0!important
    }
}

.row.row-gutter-sm>[class*=col-] {
    margin: 16px 0 0 16px
}

@media only screen and (max-width: 1280px) {
    .row.row-gutter-sm>[class*=col-] {
        width:calc(100%/2 - 16px*1/2)
    }
}

@media only screen and (max-width: 767px) {
    .row.row-gutter-sm>[class*=col-] {
        margin:16px 0 0
    }

    .row.row-gutter-sm>[class*=col-]:nth-child(2) {
        margin-top: 16px
    }
}

.row {
    display: table;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row>.col-1-1 {
    margin: 0!important;
    width: 100%!important
}

.row>.col-1-2 {
    width: calc(100%/2 - 32px*1/2)
}

.row>.col-1-3 {
    width: calc(33.329% - 32px*2/3)
}

.row>.col-1-4 {
    width: calc(100%/4 - 32px*3/4)
}

.row>.col-1-5 {
    width: calc(100%/5 - 32px*4/5)
}

.row>.col-2-3 {
    width: calc((33.329% - 32px*2/3)*2 + 32px)
}

.row>.col-2-5 {
    width: calc((100%/5 - 32px*4/5)*2 + 32px)
}

.row>.col-3-5 {
    width: calc((100%/5 - 32px*4/5)*3 + 2*32px)
}

.row>[class*=col-] {
    float: left;
    margin: 32px 0 0 32px;
    position: relative
}

.row>[class*=col-]:first-child {
    margin-left: 0
}

@media only screen and (min-width: 1281px) {
    .row>[class*=col-][class*="-2"]:not([class*=col-2]):nth-child(-n+2) {
        margin-top:0
    }

    .row>[class*=col-][class*="-2"]:not([class*=col-2]):nth-child(2n+1) {
        margin-left: 0
    }

    .row>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(-n+3) {
        margin-top: 0
    }

    .row>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(3n+1) {
        margin-left: 0
    }

    .row>[class*=col-][class*="-4"]:not([class*=col-4]):nth-child(-n+4) {
        margin-top: 0
    }

    .row>[class*=col-][class*="-4"]:not([class*=col-4]):nth-child(4n+1) {
        margin-left: 0
    }

    .row>[class*=col-][class*="-5"]:nth-child(-n+5) {
        margin-top: 0
    }

    .row>[class*=col-][class*="-5"]:nth-child(5n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width: 1280px) {
    .row>[class*=col-] {
        width:calc(100%/2 - 32px*1/2)
    }

    .row>[class*=col-]:nth-child(-n+2) {
        margin-top: 0
    }

    .row>[class*=col-]:nth-child(2n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .row>[class*=col-] {
        margin:32px 0 0;
        width: 100%!important
    }

    .row>[class*=col-]:nth-child(2) {
        margin-top: 32px
    }
}

@media only screen and (max-width: 1280px) {
    .row.row-one-column--lg>[class*=col-] {
        width:100%!important
    }

    .row.row-one-column--lg>[class*=col-]:nth-child(n) {
        margin: 32px 0 0!important
    }

    .row.row-one-column--lg>[class*=col-]:first-child {
        margin: 0!important
    }

    .row.row-one-column--lg>[class*=col-][class*="-2"]:not([class*=col-2]):nth-child(-n+2),.row.row-one-column--lg>[class*=col-][class*="-2"]:not([class*=col-2]):nth-child(-n+3),.row.row-one-column--lg>[class*=col-][class*="-2"]:not([class*=col-2]):nth-child(-n+4),.row.row-one-column--lg>[class*=col-][class*="-2"]:not([class*=col-2]):nth-child(-n+5),.row.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(-n+2),.row.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(-n+3),.row.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(-n+4),.row.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):nth-child(-n+5),.row.row-one-column--lg>[class*=col-][class*="-4"]:not([class*=col-4]):nth-child(-n+2),.row.row-one-column--lg>[class*=col-][class*="-4"]:not([class*=col-4]):nth-child(-n+3),.row.row-one-column--lg>[class*=col-][class*="-4"]:not([class*=col-4]):nth-child(-n+4),.row.row-one-column--lg>[class*=col-][class*="-4"]:not([class*=col-4]):nth-child(-n+5) {
        margin-top: 32px!important
    }

    .row.row-one-column--lg>[class*=col-][class*="-2"]:not([class*=col-2]):first-child,.row.row-one-column--lg>[class*=col-][class*="-3"]:not([class*=col-3]):first-child,.row.row-one-column--lg>[class*=col-][class*="-4"]:not([class*=col-4]):first-child {
        margin-top: 0!important
    }

    .blocks>.row>.col-1-3:nth-child(3) {
        width: 100%
    }
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-items-center,.align-middle {
    display: table;
    display: flex
}

.align-middle {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.align-middle img {
    align-self: flex-start
}

.align-items-center {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media only screen and (max-width: 1280px) {
    .align-center--lg {
        text-align:center
    }
}

@media only screen and (max-width: 767px) {
    .align-center--md {
        text-align:center
    }
}

@media (prefers-reduced-motion) {
    .js-animation {
        animation: none!important;
        opacity: 1!important
    }

    .js-animation[class*=js-a-type-] {
        transform: translate(0)!important
    }
}

.js-ready .js-animation {
    opacity: 0
}

.js-ready .js-animation.js-scrolled {
    -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out
}

.js-ready .js-animation.js-scrolled.js-a-type-fade-in {
    animation-name: a-type-fade-in
}

.bg-cover {
    background-origin: border-box;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    display: flex;
    font-size: 0;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bg-cover:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.bg-cover>* {
    position: relative;
    z-index: 1
}

.bg-color-light {
    background: #f6f6f9
}

.bg-color-white {
    background: #fff
}

[class*=bg-overlay-color-]:before {
    opacity: .8
}

.border img,figure {
    border: 2px solid #ececee;
    min-height: 48px
}

.border img,.border:not(figure),figure {
    background-color: #f6f6f9
}

.border img {
    border: 2px solid #141414
}

main hr {
    border: 0;
    border-bottom: 1px solid #000;
    margin: 32px 0;
    opacity: .2;
    width: 32px
}

.float-left {
    float: left
}

.full-width {
    width: 100%!important
}

@media only screen and (max-width: 479px) {
    .full-width--sm {
        width:100%!important
    }
}

[class*=max-width-] {
    margin: 0 auto;
    width: 100%
}

.max-width-sm {
    max-width: 680px
}

.padding {
    padding: 80px;
}

.padding-bottom {
    padding-bottom: 80px
}

.padding-top {
    padding-top: 80px
}

.padding-bottom-none {
    padding-bottom: 0!important
}

.padding-top-none {
    padding-top: 0!important
}

@media only screen and (max-width: 1280px) {
    .padding {
        padding:80px 48px
    }
}

@media only screen and (max-width: 767px) {
    .padding {
        padding: 21px 0px;
    }

    .padding-bottom {
        padding-bottom: 48px
    }

    .padding-top {
        padding-top: 48px
    }
}

.rounded {
    overflow: hidden;
    vertical-align: top
}

.shadow-sm:not(figure) {
    box-shadow: 0 4px 8px rgba(0,0,0,.12)
}

.shadow-md:not(figure) {
    box-shadow: 0 20px 40px rgba(0,0,0,.16)
}

.shadow-lg:not(figure) {
    box-shadow: 0 32px 64px rgba(0,0,0,.2)
}

.space-top {
    margin-top: 80px
}

.space-top-1x {
    margin-top: 16px
}

.space-none {
    margin: 0!important
}

@media only screen and (max-width: 767px) {
    .space-top {
        margin-top:48px
    }

    .space-bottom--md {
        margin-bottom: 48px
    }

    .space-top--md {
        margin-top: 48px
    }

    .space-top-none--md {
        margin-top: 0!important
    }
}

body.primary-white:not(.dark) [class*=bg-].dark .button.button-style-primary {
    background: #fff!important;
    color: #000!important
}

body.primary-white:not(.dark) [class*=bg-].dark .button.button-style-primary:hover {
    background: rgba(255,255,255,.9)!important
}

.card,footer {
    color: #000;
    overflow: hidden
}

.card-content {
    padding: 40px
}

@media only screen and (max-width: 1280px) {
    .card-content {
        padding:32px
    }
}

footer {
    opacity: .8;
    color: #fff!important
}

footer.padding {
    padding-bottom: 80px;
    padding-top: 80px
}

footer a {
    text-decoration: none;
    opacity: .8
}

.header-main a:hover,.header-main ul li.active a,footer .footer-bottom .footer-copyright a,footer a:hover {
    opacity: 1
}

footer a,footer ul {
    line-height: 28px
}

footer ul li {
    margin-bottom: 8px
}

footer .footer-bottom a {
    line-height: 24px
}

footer .footer-bottom ul {
    display: inline-block;
    line-height: 24px;
    list-style: none;
    margin: 0 24px 0 0;
    padding: 0;
    vertical-align: top
}

.header-main ul.header-listed:last-child,.header-main ul:last-child,footer .footer-bottom ul:last-child {
    margin-right: 0
}

footer .footer-bottom ul li {
    display: inline-block;
    line-height: 16px;
    margin-bottom: 0;
    padding-right: 16px;
    vertical-align: top
}

.header-main ul li:last-child,.header-main ul.header-social li:last-child,footer .footer-bottom ul li:last-child,ul.list.list-inline li:last-child {
    padding-right: 0
}

@media only screen and (max-width: 767px) {
    footer.padding {
        padding-bottom:48px;
        padding-top: 48px
    }

    footer a:hover {
        opacity: .5
    }

    footer .footer-bottom ul {
        display: block;
        margin: 0 0 32px
    }

    footer .footer-bottom ul:last-child {
        margin: 0
    }

    footer .footer-bottom ul li {
        padding-right: 24px
    }

    footer .footer-bottom ul li:last-child {
        padding-right: 0
    }
}

.header-main nav>div {
    font-size: 0;
    height: 40px;
    position: relative
}

.header-main ul li {
    display: inline-block;
    font-size: 16px;
    padding-right: 20px;
    vertical-align: top
}

.header-main ul.header-social li {
    padding-right: 16px
}

.header-main.header-fixed:not(.header-fixed--sm) {
    position: fixed
}

.header-main .header-space,.header-main .header-toggle {
    display: none
}

main.header-bg:before,main.header-fixed:before {
    content: "";
    display: block
}

main .hero-lg .hero:not(.hero-columns).hero-blocks [class*=space-hero],main.header-bg .hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks) [class*=space-hero],main.header-bg .hero:not(.hero-lg):not(.hero-columns).hero-blocks [class*=space-hero],main.header-bg .hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks) [class*=space-hero] {
    margin-top: 0
}

main:not(.header-bg) .hero.hero-padding-top:not(.hero-lg) {
    padding-top: 160px
}

@media only screen and (max-width: 767px) {
    main:not(.header-bg) .hero.hero-padding-top:not(.hero-lg) {
        padding-top:64px
    }
}

.icon-external-link,footer .icon-external-link {
    display: inline-block;
    height: 24px;
    margin-left: 6px;
    vertical-align: top;
    width: 16px
}

footer .icon-external-link {
    height: 28px;
    width: 14px
}

ul.list {
    margin: 0 0 16px;
    padding-left: 20px
}

.blocks [class*=block-type-] ul:last-child,main table:last-child,ul.list:last-child {
    margin-bottom: 0
}

ul.list.list-style-none {
    list-style: none;
    padding: 0
}

ul.list.list-inline {
    padding-left: 0
}

ul.list.list-inline li {
    display: inline-block;
    padding-right: 16px;
    vertical-align: top
}

@media only screen and (max-width: 479px) {
    ul.list.list-inline.list--sm li {
        padding-right:0;
        width: 100%
    }
}

.logo {
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    opacity: 1!important
}

.logo svg {
    margin: -5px 0 4px
}

.main-carousel .flickity-viewport {
    overflow: visible
}

.main-carousel .carousel-cell {
    margin-right: 32px;
    width: 100%
}

.main-carousel .carousel-cell:last-child {
    margin-right: 0
}

.main-carousel .carousel-cell .carousel-media {
    display: -ms-flexbox;
    display: -moz-box
}

.main-carousel .carousel-cell .carousel-media img {
    display: block;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

.main-carousel .flickity-prev-next-button {
    transition: all .1s;
    background: rgba(0,0,0,.5);
    height: 80px;
    width: 48px
}

.main-carousel .flickity-prev-next-button:focus {
    box-shadow: none
}

.main-carousel .flickity-prev-next-button:hover {
    background: #000
}

.main-carousel .flickity-prev-next-button.next {
    right: 8px
}

.main-carousel .flickity-prev-next-button.previous {
    left: 8px
}

.main-carousel .flickity-prev-next-button .arrow {
    transition: all .1s;
    fill: #fff
}

main table {
    background: #fff;
    border: 1px solid #ececee;
    border-spacing: 0;
    margin: 32px 0;
    width: 100%
}

main table tr th {
    background: #f6f6f9;
    text-align: left
}

main table tr td,main table tr th {
    border-bottom: 1px solid #ececee;
    padding: 16px
}

main table tr:last-child>td {
    border-bottom: none
}

.dark:not(.active) label.switch:before {
    background: rgba(255,255,255,.2)
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-button {
    position: absolute;
    background: rgba(255,255,255,.75);
    border: 0;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.blocks [class*=block-].block-type-button:first-child,.blocks [class*=block-]>:first-child {
    margin-top: 0
}

.blocks [class*=block-].block-type-button {
    margin-top: 32px
}

.blocks [class*=block-].block-type-image {
    line-height: 0
}

.blocks div[class*=block-]:first-of-type {
    margin-top: 0!important
}

.blocks div[class*=block-]:last-of-type {
    margin-bottom: 0!important
}

.hero .blocks-1 {
    padding-top: 0
}

.hero .blocks:last-child {
    padding-bottom: 0
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer) {
    margin-bottom: 48px;
    margin-top: 48px
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-button:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-heading:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer):first-child {
    margin-top: 0
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-heading:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer):last-child {
    margin-bottom: 0
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-button {
    margin-bottom: 0;
    margin-top: 32px
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-heading {
    margin-bottom: 16px;
    margin-top: 48px
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-list,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-text {
    margin-bottom: 0;
    margin-top: 16px
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-list:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h1:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h2:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h3:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h4:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h5:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h6:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-hero:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown figure:not(.blockquote):first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h1:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h2:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h3:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h4:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h5:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h6:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown:first-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-text:first-child {
    margin-top: 0
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h1,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h2,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h3,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h4,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h5,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h6,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-hero,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h1,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h2,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h3,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h4,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h5,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h6 {
    margin: 48px 0 16px
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h1:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h2:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h3:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h4:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h5:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-h6:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown .title-hero:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown figure:not(.blockquote):last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h1:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h2:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h3:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h4:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h5:last-child,.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown h6:last-child {
    margin-bottom: 0
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown figure:not(.blockquote) {
    margin-bottom: 48px;
    margin-top: 48px;
    position: relative
}

.blocks [class*=col-]:not(.align-middle) [class*=block-]:not(.block-type-spacer).block-type-markdown figure:not(.blockquote) figcaption {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 0px;
    background: rgba(0,0,0,.8);
    bottom: 0;
    color: #fff;
    margin: 16px;
    padding: 12px;
    position: absolute;
    width: calc(100% - 32px)
}

.blocks .row [class*=col-]:not(.align-middle) .block-count-1,.blocks .row [class*=col-]:not(.align-middle) .block-count-1>div[class*=bg-] {
    height: 100%
}

.blocks [class*=block-type-] ul {
    display: block;
    margin: 0 0 16px;
    padding-left: 20px;
    text-align: left
}

@media only screen and (max-width: 1280px) {
    .hero [class*=col-]:nth-child(2) .block-type-image:not(.max-width-sm):not(.max-width-xs) img {
        min-width:600px
    }
}

@media only screen and (max-width: 767px) {
    .hero [class*=col-]:nth-child(2) .block-type-image:not(.max-width-sm):not(.max-width-xs) img {
        min-width:100%
    }
}

.block-type-spacer {
    display: block;
    height: 32px;
    margin: 0!important;
    width: 100%
}

.block-type-spacer div {
    height: 32px
}

.headline-display-highlight {
    --headline-display-background-color: transparent;
    --headline-display-color: #21292F;
}

.headline-display-highlight h1,
.headline-display-highlight h2,
.headline-display-highlight h3,
.headline-display-highlight h4,
.headline-display-highlight h5,
.headline-display-highlight h6 {
    background-color: var(--headline-display-background-color);
    color: var(--headline-display-color);
    text-transform: uppercase;
    display: inline;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    padding: 0 0.2em;
}

.headline-display-highlight h1 + *,
.headline-display-highlight h2 + *,
.headline-display-highlight h3 + *,
.headline-display-highlight h4 + *,
.headline-display-highlight h5 + *,
.headline-display-highlight h6 + * {
    margin-top: 20px;
}

.headline-display-highlight.headline-display-color--GoldTchibo {
    --headline-display-background-color: #E0BF78;
}

.headline-display-highlight.headline-display-color--GoldTchiboLight {
    --headline-display-background-color: #EDD38E;
}

.headline-display-highlight.headline-display-color--GoldTchiboDark {
    --headline-display-background-color: #C0A468;
}

.headline-display-highlight.headline-display-color--White {
    --headline-display-background-color: #FFF;
}

.headline-display-highlight.headline-display-color--Gray {
    --headline-display-background-color: #21292F;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Gray85  {
    --headline-display-background-color: #42494E;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Gray70 {
    --headline-display-background-color: #64696D;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Gray40 {
    --headline-display-background-color: #A6A9AC;
}

.headline-display-highlight.headline-display-color--Gray20 {
    --headline-display-background-color: #D3D4D5;
}

.headline-display-highlight.headline-display-color--Gray10 {
    --headline-display-background-color: #E9EAEA;
}

.headline-display-highlight.headline-display-color--Grey4 {
    --headline-display-background-color: #F6F6F7;
}

.headline-display-highlight.headline-display-color--Grey3 {
    --headline-display-background-color: #F9F9F9;
}

.headline-display-highlight.headline-display-color--GrayPearl {
    --headline-display-background-color: #F8F6F2;
}

.headline-display-highlight.headline-display-color--GrayPearlDark {
    --headline-display-background-color: #DFDDD9;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--BrownDark {
    --headline-display-background-color: #423D39;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--BrownDark80 {
    --headline-display-background-color: #75706C;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--BrownDark90 {
    --headline-display-background-color: #5C5753;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--BrownDark100 {
    --headline-display-background-color: #423D39;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Brown {
    --headline-display-background-color: #5C5753;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--BrownLight {
    --headline-display-background-color: #F5EDE5;
}

.headline-display-highlight.headline-display-color--BrownLight80 {
    --headline-display-background-color: #C2BAB2;
}

.headline-display-highlight.headline-display-color--BrownLight90 {
    --headline-display-background-color: #DCD4CC;
}

.headline-display-highlight.headline-display-color--BrownLight100 {
    --headline-display-background-color: #F5EDE5;
}

.headline-display-highlight.headline-display-color--BrownMedium {
    --headline-display-background-color: #DCD4CC;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Coral {
    --headline-display-background-color: #EA5153;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--CoralDark {
    --headline-display-background-color: #D1383A;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Sustainability {
    --headline-display-background-color: #719C6F;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Sustainability60 {
    --headline-display-background-color: #A4CFA2;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Sustainability70 {
    --headline-display-background-color: #8BB689;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Sustainability80 {
    --headline-display-background-color: #719C6F;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Sustainability90 {
    --headline-display-background-color: #588356;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Sustainability100 {
    --headline-display-background-color: #3E693C;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Aqua {
    --headline-display-background-color: #63AEAB;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--AquaDark {
    --headline-display-background-color: #4A9592;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--AquaMedium {
    --headline-display-background-color: #94D1CC;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--AquaLight {
    --headline-display-background-color: #E9F2F3;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--MobilfunkDark {
    --headline-display-background-color: #222D56;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--MobilfunkLight {
    --headline-display-background-color: #D6EBF8;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--TchiboCardBlue {
    --headline-display-background-color: #1C3D70;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_01_Sage {
    --headline-display-background-color: #88AFA4;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_02_GoGreen {
    --headline-display-background-color: #719C6F;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_03_Sunshine {
    --headline-display-background-color: #FBBB21;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_04_RedHot {
    --headline-display-background-color: #D93A25;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_05_VibrantOrange {
    --headline-display-background-color: #E84E0F;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_06_Bubblegum {
    --headline-display-background-color: #EA516D;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_07_DustyRose {
    --headline-display-background-color: #CC8596;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_08_Grape {
    --headline-display-background-color: #8E5776;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_09_OrchidPetal {
    --headline-display-background-color: #BB9FB0;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_10_Lilac {
    --headline-display-background-color: #A990BE;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_11_BlueFog {
    --headline-display-background-color: #A5B9C4;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_12_DuskBlue {
    --headline-display-background-color: #8FA4C3;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_13_HorizonBlue {
    --headline-display-background-color: #7DA3BF;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_14_RoyalBlue {
    --headline-display-background-color: #486CB2;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_15_Carribean {
    --headline-display-background-color: #00B6D4;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_16_Peacock {
    --headline-display-background-color: #007590;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_17_PaleOak {
    --headline-display-background-color: #C2B6BA;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_18_Mushroom {
    --headline-display-background-color: #ACA49D;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_19_StormGrey {
    --headline-display-background-color: #ACAEAD;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_20_MintGreen {
    --headline-display-background-color: #48B4B7;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_21_RedWine {
    --headline-display-background-color: #892B2B;
    --headline-display-color: #fff;
}


.headline-display-highlight.headline-display-color--NF_SkyBlue {
    --headline-display-background-color: #a4d5e9;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_Pearl {
    --headline-display-background-color: #cfc7bf;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_IceBlue {
    --headline-display-background-color: #91bedf;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_Salmon {
    --headline-display-background-color: #f5a598;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_MintGreen {
    --headline-display-background-color: #b6dac1;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_GrayBlue {
    --headline-display-background-color: #aec2cf;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_Taupe {
    --headline-display-background-color: #a59789;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_Cornflower {
    --headline-display-background-color: #a7b7df;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NF_Turquoise {
    --headline-display-background-color: #a9d7cd;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Red {
    --headline-display-background-color: #C10023;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--RedMedium {
    --headline-display-background-color: #DE6061;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Blue {
    --headline-display-background-color: #4685C8;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Orange {
    --headline-display-background-color: #EF9A15;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Green {
    --headline-display-background-color: #4DAA6E;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--Yellow {
    --headline-display-background-color: #EED000;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--RedLight {
    --headline-display-background-color: #F3CCD3;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--BlueLight {
    --headline-display-background-color: #DAE7F4;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--OrangeLight {
    --headline-display-background-color: #FCEBD1;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--GreenLight {
    --headline-display-background-color: #DCEEE2;
    --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NEW_HR_01 {
  --headline-display-background-color: #E4E3E3;
  --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NEW_HR_02 {
  --headline-display-background-color: #FAB200;
  --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NEW_HR_03 {
  --headline-display-background-color: #64AEAE;
  --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NEW_HR_04 {
  --headline-display-background-color: #EB6141;
  --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NEW_HR_05 {
  --headline-display-background-color: #D8E5AD;
  --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NEW_HR_06 {
  --headline-display-background-color: #CD1443;
  --headline-display-color: #fff;
}

.headline-display-highlight.headline-display-color--NEW_HR_07 {
  --headline-display-background-color: #597F95;
  --headline-display-color: #fff;
}

@media only screen and (max-width: 767px) {
    .block-type-spacer,.block-type-spacer div {
        height:0
    }
}

.block-type-spacer:first-child,.block-type-spacer:first-child div,.block-type-spacer:last-child,.block-type-spacer:last-child div {
    height: 80px
}

@media only screen and (max-width: 767px) {
    .block-type-spacer:first-child,.block-type-spacer:first-child div,.block-type-spacer:last-child,.block-type-spacer:last-child div {
        height:48px
    }
}

@font-face {
    font-family: "Interstate";
    src: url(/assets/fonts/interstate-wgl-light.woff2) format("woff2"),url(/assets/fonts/interstate-wgl-light.woff) format("woff");
    font-style: normal;
    font-weight: 300;
    font-display: auto
}

@font-face {
    font-family: "Interstate";
    src: url(/assets/fonts/interstate-wgl-regular.woff2) format("woff2"),url(/assets/fonts/interstate-wgl-regular.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: auto
}

@font-face {
    font-family: "Interstate";
    src: url(/assets/fonts/interstate-wgl-bold.woff2) format("woff2"),url(/assets/fonts/interstate-wgl-bold.woff) format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: auto
}

@media (min-width: 668px) {
    .tp-display-5 {
        font-size:37px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1024px) {
    .tp-display-5 {
        font-size:43px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1440px) {
    .tp-display-5 {
        font-size:49px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

@media (min-width: 1920px) {
    .tp-display-5 {
        font-size:59px;
        line-height: 1.3;
        letter-spacing: 1.9px
    }
}

@media (min-width: 668px) {
    .tp-display-5,main h1 {
        font-size:37px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1024px) {
    .tp-display-5,main h1 {
        font-size:43px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1440px) {
    .tp-display-5,main h1 {
        font-size:49px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

@media (min-width: 1920px) {
    .tp-display-5,main h1 {
        font-size:59px;
        line-height: 1.3;
        letter-spacing: 1.9px
    }
}

@media (min-width: 668px) {
    .tp-display-4,main h2 {
        font-size:31px;
        line-height: 1.3;
        letter-spacing: 1px
    }
}

@media (min-width: 1024px) {
    .tp-display-4,main h2 {
        font-size:35px;
        line-height: 1.3;
        letter-spacing: 1.1px
    }
}

@media (min-width: 1440px) {
    .tp-display-4,main h2 {
        font-size:39px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1920px) {
    .tp-display-4,main h2 {
        font-size:46px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

@media (min-width: 668px) {
    .tp-display-3,main h3 {
        font-size:26px;
        letter-spacing: .9px
    }
}

@media (min-width: 1024px) {
    .tp-display-3,main h3 {
        font-size:29px;
        letter-spacing: .9px
    }
}

@media (min-width: 1440px) {
    .tp-display-3,main h3 {
        font-size:31px;
        letter-spacing: 1px
    }
}

@media (min-width: 1920px) {
    .tp-display-3,main h3 {
        font-size:35px;
        letter-spacing: 1.1px
    }
}

@media (min-width: 668px) {
    .title-h4,.tp-display-2,main h4 {
        font-size:22px;
        letter-spacing: .7px
    }
}

@media (min-width: 1024px) {
    .title-h4,.tp-display-2,main h4 {
        font-size:24px;
        letter-spacing: .7px
    }
}

@media (min-width: 1440px) {
    .title-h4,.tp-display-2,main h4 {
        font-size:25px;
        letter-spacing: .8px
    }
}

@media (min-width: 1920px) {
    .title-h4,.tp-display-2,main h4 {
        font-size:27px;
        letter-spacing: .8px
    }
}

@media (min-width: 668px) {
    .tp-display-1,main h5 {
        font-size:18px;
        letter-spacing: .6px
    }
}

@media (min-width: 1024px) {
    .tp-display-1,main h5 {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1440px) {
    .tp-display-1,main h5 {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1920px) {
    .tp-display-1,main h5 {
        font-size:21px;
        letter-spacing: .7px
    }
}

@media (min-width: 668px) {
    .tp-display-1-regular {
        font-size:18px;
        letter-spacing: .6px
    }
}

@media (min-width: 1024px) {
    .tp-display-1-regular {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1440px) {
    .tp-display-1-regular {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1920px) {
    .tp-display-1-regular {
        font-size:21px;
        letter-spacing: .7px
    }
}

@media (min-width: 1024px) {
    .tp-body,body {
        font-size:16px
    }
}

@media (min-width: 1024px) {
    .tp-handwritten {
        font-size:20px
    }
}

@font-face {
    font-family: "tp-icon";
    src: url(/assets/fonts/tp-icon.woff2?7e74e027ab240c5556a77a4bff766031) format("woff2"),url(/assets/fonts/tp-icon.woff?7e74e027ab240c5556a77a4bff766031) format("woff"),url(/assets/fonts/tp-icon.ttf?7e74e027ab240c5556a77a4bff766031) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@media (min-width: 668px) {
    .tp-display-5 {
        font-size:37px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1024px) {
    .tp-display-5 {
        font-size:43px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1440px) {
    .tp-display-5 {
        font-size:49px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

@media (min-width: 1920px) {
    .tp-display-5 {
        font-size:59px;
        line-height: 1.3;
        letter-spacing: 1.9px
    }
}

@media (min-width: 668px) {
    .tp-display-4 {
        font-size:31px;
        line-height: 1.3;
        letter-spacing: 1px
    }
}

@media (min-width: 1024px) {
    .tp-display-4 {
        font-size:35px;
        line-height: 1.3;
        letter-spacing: 1.1px
    }
}

@media (min-width: 1440px) {
    .tp-display-4 {
        font-size:39px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1920px) {
    .tp-display-4 {
        font-size:46px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

@media (min-width: 668px) {
    .tp-display-3 {
        font-size:26px;
        letter-spacing: .9px
    }
}

@media (min-width: 1024px) {
    .tp-display-3 {
        font-size:29px;
        letter-spacing: .9px
    }
}

@media (min-width: 1440px) {
    .tp-display-3 {
        font-size:31px;
        letter-spacing: 1px
    }
}

@media (min-width: 1920px) {
    .tp-display-3 {
        font-size:35px;
        letter-spacing: 1.1px
    }
}

@media (min-width: 668px) {
    .tp-display-2 {
        font-size:22px;
        letter-spacing: .7px
    }
}

@media (min-width: 1024px) {
    .tp-display-2 {
        font-size:24px;
        letter-spacing: .7px
    }
}

@media (min-width: 1440px) {
    .tp-display-2 {
        font-size:25px;
        letter-spacing: .8px
    }
}

@media (min-width: 1920px) {
    .tp-display-2 {
        font-size:27px;
        letter-spacing: .8px
    }
}

@media (min-width: 668px) {
    .tp-display-1 {
        font-size:18px;
        letter-spacing: .6px
    }
}

@media (min-width: 1024px) {
    .tp-display-1 {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1440px) {
    .tp-display-1 {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1920px) {
    .tp-display-1 {
        font-size:21px;
        letter-spacing: .7px
    }
}

@media (min-width: 668px) {
    .tp-display-1-regular {
        font-size:18px;
        letter-spacing: .6px
    }
}

@media (min-width: 1024px) {
    .tp-display-1-regular {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1440px) {
    .tp-display-1-regular {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1920px) {
    .tp-display-1-regular {
        font-size:21px;
        letter-spacing: .7px
    }
}

@media (min-width: 1024px) {
    .tp-body {
        font-size:16px
    }
}

@media (min-width: 1024px) {
    .tp-handwritten {
        font-size:20px
    }
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: Interstate,Helvetica,sans-serif;
    line-height: 1.5
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

summary {
    display: list-item
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ol,ul {
    margin: 0;
    padding: 0
}

@media (min-width: 980px) {
    section {
        padding-bottom:5rem
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto
}

@media (min-width: 1024px) {
    .tp-button[shape=plain] .tp-button-content {
        font-size:16px
    }
}

.tp-button[shape=icon][variant=primary]:not([data-disabled=true]):hover .tp-icon {
    color: var(--button-icon-text-color-hover)
}

ul.header-listed.align-left.float-left {
    margin-top: 11px;
    text-transform: uppercase
}

@media only screen and (max-width: 780px) {
    .bg-cover {
        background-size:contain
    }

}


@media (min-width: 1440px) {
    .tp-display-5 {
        font-size:60px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

.slogan-layer>span {
    background-color: #ea5053;
    color: #fff;
    padding-left: .75rem;
    padding-right: .75rem;
    text-transform: uppercase;
    margin-bottom: 5px
}

.slogan-layer>span:last-child {
    margin-right: 2.75rem;
    margin-bottom: 2.5rem
}

@media only screen and (min-width: 769px) {
    .slogan-wrapper {
        display:grid;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0
    }
}

img {
    background: #fff;
    /* border: 2px solid #ececee; */
    min-height: 48px;
}


@media (min-width: 1440px) {
    .tp-display-5 {
        font-size:60px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

@media only screen and (min-width: 769px) {
    .slogan-wrapper {
        display:grid;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0
    }
}

@media only screen and (min-width: 1279px) {
    .bg-cover {
        min-height:520px
    }
}

@media only screen and (max-width: 767px) {
    main h1,main h2 {
        font-size:48px;
        font-weight: 700;
        line-height: 56px
    }

    main h2 {
        font-size: 32px;
        line-height: 40px
    }
}

body.primary-white:not(.dark) [class*=bg-].dark [class*=bg-]:not(.dark) .button.button-style-primary {
    background: #21292f!important;
    color: #fff!important
}

body.primary-white:not(.dark) [class*=bg-].dark [class*=bg-]:not(.dark) .button.button-style-primary:hover {
    background: #3a4248!important
}

main figure figcaption,main table {
    border-radius: 0
}

header.bg-color-custom {
    background: #f8f6f2
}

footer.bg-color-custom {
    background: #a2a1a0
}





.faq details summary::-webkit-details-marker,.faq details summary::marker {
    display: none;
    content: ""
}

.shadow-sm:not(figure) {
    box-shadow: none
}

@media screen and (max-width: 620px) {
    .carousel-slide {
        grid-template-columns:1fr
    }

    .carousel-slide-image {
        justify-self: center;
        align-content: center
    }

    .carousel-slide-copy {
        justify-self: center;
        text-align: center
    }
}

@media screen and (max-width: 568px) {
    .carousel-cell img {
        height:200px
    }
}

@media screen and (max-width: 480px) {
    .carousel-slide {
        grid-template-columns:1fr
    }

    .carousel-slide-image {
        justify-self: center
    }



    .carousel-cell img {
        height: 200px
    }
}

@media screen and (max-width: 414px) {
    .carousel-slide {
        grid-template-columns:1fr;
        /* height: 100vh */
    }

    .carousel-slide-image {
        justify-self: center;
        align-self: end
    }

    p {
        margin: 0
    }

    a,p {
        text-align: center;
        padding: 10px
    }

    .carousel-cell img {
        height: 200px
    }

    .carousel-slide-copy {
        justify-self: start;
        align-self: start;
        text-align: center
    }
}

.carousel-slide-copy h6.tp-display-1,.carousel-slide-copy p+p {
    margin-bottom: 1rem
}

.active ol.dropdown-content a,ol.dropdown-content a {
    padding: 4px 18px;
    text-decoration: none;
    display: block;
    text-align: left
}



ol.dropdown-content li.lisub a:hover {
    background-color: #dfddd9;
    color: #21292f;
    opacity: 1
}

ol.dropdown-content li.lisub a {
    opacity: .5
}


@media only screen and (max-width: 767px) {
    main h1,main h2 {
        font-size:48px;
        font-weight: 700;
        line-height: 56px
    }

    main h2 {
        font-size: 32px;
        line-height: 40px
    }
}



.faq details summary {
    cursor: pointer
}

.tp-expansion-panel {
    border-bottom: 1px solid var(--expansion-panel-border-color)
}

.tp-expansion-panel:first-child {
    border-top: 1px solid var(--expansion-panel-border-color)
}

.faq :focus {
    outline: 0
}

.faq :focus-visible {
    outline: 3px solid #ffebcd
}

.carousel-cell {
    display: grid;
    overflow: hidden;
    width: 100%;
}

.carousel-cell img {
    display: block;
    /* height: 400px */
}

.carousel-slide {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 100%
}

.carousel-slide-copy,.carousel-slide-image {
    display: grid;
    justify-self: end;
    align-self: center
}

.carousel-slide-copy {
    justify-self: start;
    text-align: left;
    /* max-width: 400px; */
    width: 100%;
}

.main-carousel .carousel-cell .carousel-media {
    width: 80%;
    margin: 0 auto;
    display: table;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    transition: all .1s
}

@media screen and (max-width: 620px) {
    .carousel-slide {
        grid-template-columns:1fr
    }

    .carousel-slide-image {
        justify-self: center;
        align-content: center
    }

    .carousel-slide-copy {
        justify-self: center;
        text-align: center
    }
}

@media screen and (max-width: 568px) {
    .carousel-cell img {
        height:200px
    }
}

@media screen and (max-width: 480px) {
    .carousel-slide {
        grid-template-columns:1fr
    }

    .carousel-slide-image {
        justify-self: center
    }

    a,p {
        text-align: center;
        /* padding: 10px */
    }

    .carousel-cell img {
        height: 200px
    }
}

@media screen and (max-width: 414px) {
    .carousel-slide {
        grid-template-columns:1fr;
        /* height: 100vh */
    }

    .carousel-slide-image {
        justify-self: center;
        align-self: end
    }

    p {
        margin: 0
    }

    a,p {
        text-align: center;
        padding: 10px
    }

    .carousel-cell img {
        height: 200px
    }

    .carousel-slide-copy {
        justify-self: start;
        align-self: start;
        text-align: center
    }
}

.dropdown {
    float: left;
    overflow: hidden
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f8f6f2;
    min-width: 160px;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.2);
    z-index: 1000
}



.dropdown:hover .dropdown-content {
    display: block
}

/**
  *  Image Stack
  *
  *  +----------------+
  *  |          +--------+
  *  |          |  Text  |
  *  |          +--------+
  *  +----------------+
  */
.image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12,1fr)
}

.image-stack__item--bottom {
  grid-row: 1;
}

.image-stack__item--top {
  grid-row: 1;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.image-stack__styling-full-right .image-stack__item--bottom,
.image-stack__styling-full-left .image-stack__item--bottom {
    grid-column: 1/-1;
}

.image-stack__styling-short-right .image-stack__item--bottom {
  grid-column: 1/10;
}

.image-stack__styling-short-left .image-stack__item--bottom {
  grid-column: 4/-1;
}

.image-stack__styling-full-left .image-stack__item--top,
.image-stack__styling-short-left .image-stack__item--top {
  grid-column: 2/span 4;
}

.image-stack__styling-full-right .image-stack__item--top,
.image-stack__styling-short-right .image-stack__item--top {
  grid-column: 8/span 4;
}

.image-stack h1,
.image-stack h2,
.image-stack h3,
.image-stack h4,
.image-stack h5,
.image-stack h6 {
  margin: 0 !important;
}



.max-width-lg {
    padding-left: .75rem;
    padding-right: .75rem
}



@font-face {
    font-family: "Interstate";
    src: url(/assets/fonts/interstate-wgl-light.woff2) format("woff2"),url(/assets/fonts/interstate-wgl-light.woff) format("woff");
    font-style: normal;
    font-weight: 300;
    font-display: auto
}

@font-face {
    font-family: "Interstate";
    src: url(/assets/fonts/interstate-wgl-regular.woff2) format("woff2"),url(/assets/fonts/interstate-wgl-regular.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: auto
}

@font-face {
    font-family: "Interstate";
    src: url(/assets/fonts/interstate-wgl-bold.woff2) format("woff2"),url(/assets/fonts/interstate-wgl-bold.woff) format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: auto
}

@font-face {
    font-family: "MarketWeb";
    src:
      url(/assets/fonts/MarketWeb.woff2) format("woff2"),
      url(/assets/fonts/MarketWeb.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: block;
  }

@font-face {
    font-family: "TchiboPen";
    src:
      url(/assets/fonts/TchiboPen.woff2) format("woff2"),
      url(/assets/fonts/TchiboPen.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
  }

@media (min-width: 668px) {
    .tp-display-5 {
        font-size:37px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1024px) {
    .tp-display-5 {
        font-size:43px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1440px) {
    .tp-display-5 {
        font-size:49px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

@media (min-width: 1920px) {
    .tp-display-5 {
        font-size:59px;
        line-height: 1.3;
        letter-spacing: 1.9px
    }
}

main h1 {
    letter-spacing: 1px
}

@media (min-width: 668px) {
    .tp-display-5,main h1 {
        font-size:37px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1024px) {
    .tp-display-5,main h1 {
        font-size:43px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1440px) {
    .tp-display-5,main h1 {
        font-size:49px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

@media (min-width: 1920px) {
    .tp-display-5,main h1 {
        font-size:59px;
        line-height: 1.3;
        letter-spacing: 1.9px
    }
}

main h2 {
    letter-spacing: .9px
}

@media (min-width: 668px) {
    .tp-display-4,main h2 {
        font-size:31px;
        line-height: 1.3;
        letter-spacing: 1px
    }
}

@media (min-width: 1024px) {
    .tp-display-4,main h2 {
        font-size:35px;
        line-height: 1.3;
        letter-spacing: 1.1px
    }
}

@media (min-width: 1440px) {
    .tp-display-4,main h2 {
        font-size:39px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1920px) {
    .tp-display-4,main h2 {
        font-size:46px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

main h3 {
    letter-spacing: .8px
}

@media (min-width: 668px) {
    .tp-display-3,main h3 {
        font-size:26px;
        letter-spacing: .9px
    }
}

@media (min-width: 1024px) {
    .tp-display-3,main h3 {
        font-size:29px;
        letter-spacing: .9px
    }
}

@media (min-width: 1440px) {
    .tp-display-3,main h3 {
        font-size:31px;
        letter-spacing: 1px
    }
}

@media (min-width: 1920px) {
    .tp-display-3,main h3 {
        font-size:35px;
        letter-spacing: 1.1px
    }
}

.title-h4,main h4 {
    letter-spacing: .7px
}

@media (min-width: 668px) {
    .title-h4,.tp-display-2,main h4 {
        font-size:22px;
        letter-spacing: .7px
    }
}

@media (min-width: 1024px) {
    .title-h4,.tp-display-2,main h4 {
        font-size:24px;
        letter-spacing: .7px
    }
}

@media (min-width: 1440px) {
    .title-h4,.tp-display-2,main h4 {
        font-size:25px;
        letter-spacing: .8px
    }
}

@media (min-width: 1920px) {
    .title-h4,.tp-display-2,main h4 {
        font-size:27px;
        letter-spacing: .8px
    }
}

main h5 {
    letter-spacing: .6px
}

@media (min-width: 668px) {
    .tp-display-1,main h5 {
        font-size:18px;
        letter-spacing: .6px
    }
}

@media (min-width: 1024px) {
    .tp-display-1,main h5 {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1440px) {
    .tp-display-1,main h5 {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1920px) {
    .tp-display-1,main h5 {
        font-size:21px;
        letter-spacing: .7px
    }
}

@media (min-width: 668px) {
    .tp-display-1-regular {
        font-size:18px;
        letter-spacing: .6px
    }
}

@media (min-width: 1024px) {
    .tp-display-1-regular {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1440px) {
    .tp-display-1-regular {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1920px) {
    .tp-display-1-regular {
        font-size:21px;
        letter-spacing: .7px
    }
}

body {
    font-size: 15px
}

@media (min-width: 1024px) {
    .tp-body,body {
        font-size:16px
    }
}

@media (min-width: 1024px) {
    .tp-handwritten {
        font-size:20px
    }
}

.title-h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    color: #21292f;
    margin: 0
}

.tp-display-1,.tp-display-2,.tp-display-3,.tp-display-4,.tp-display-5 {
    font-family: "Interstate","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
    font-weight: 700
}

.tp-body,.tp-display-1,.tp-display-1-regular,.tp-display-2,.tp-display-3,.tp-display-4,.tp-display-5,.tp-footnote,.tp-handwritten,main h1,main h2,main h3,main h4,main h5 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    color: #21292f;
    margin: 0
}

.tp-body,.tp-display-1-regular,.tp-footnote,.tp-handwritten {
    font-family: "Interstate","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
    font-weight: 400
}

.tp-body,.tp-footnote,.tp-handwritten {
    color: #64696d
}

.tp-body a {
    color: #21292f;
    text-decoration: underline;
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25,.1,.25,1)
}

.tp-body a:hover {
    color: #64696d
}

.tp-handwritten.tp-handwritten {
    font-family: "TchiboPen","MarketWeb","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
    font-weight: 400 !important;
    display: inline-block !important;
    padding-bottom: 4px !important;
    color: #21292f !important;
}

@font-face {
    font-family: "tp-icon";
    src: url(/assets/fonts/tp-icon.woff2?7e74e027ab240c5556a77a4bff766031) format("woff2"),url(/assets/fonts/tp-icon.woff?7e74e027ab240c5556a77a4bff766031) format("woff"),url(/assets/fonts/tp-icon.ttf?7e74e027ab240c5556a77a4bff766031) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.tp-h-color--White {
    color: #fff!important
}

.tp-h-bgcolor--White {
    background: #fff!important
}

.tp-h-color--Gray {
    color: #21292f!important
}

.tp-h-bgcolor--Gray {
    background: #21292f!important
}

.tp-h-color--Gray85,.tp-h-color--Gray85 a,.tp-h-color--Gray85 a:hover {
    color: #42494e!important
}

.tp-h-color--Gray85 a {
    text-decoration: underline
}

.tp-h-bgcolor--Gray20 {
    background: #d3d4d5!important
}

.tp-h-color--GrayPearl {
    color: #f8f6f2!important
}

.tp-h-bgcolor--GrayPearl {
    background: #f8f6f2!important
}

.tp-h-bgcolor--GrayPearlDark {
    background: #dfddd9!important
}

.tp-h-color--GoldTchibo {
    color: #e0bf78!important
}

.tp-h-bgcolor--GoldTchibo {
    background: #e0bf78!important
}

.tp-h-bgcolor--GoldTchiboLight {
    background: #edd38e!important
}

.tp-h-bgcolor--MobilfunkLight {
    background: #d6ebf8!important
}

.tp-h-color--Coral {
    color: #ea5153!important
}

.tp-h-color--CoralDark {
    color: #d1383a!important
}

.tp-h-color--AquaMedium {
    color: #94d1cc!important
}

.tp-h-bgcolor--RedLight {
    background: #f3ccd3!important
}

.tp-h-bgcolor--Sustainability {
    background: #719c6f!important
}

.tp-h-color--NF_03_Sunshine {
    color: #fbbb21!important
}

.tp-h-color--NF_04_RedHot {
    color: #d93a25!important
}

.tp-h-color--NF_05_VibrantOrange {
    color: #e84e0f!important
}

.tp-h-bgcolor--NF_05_VibrantOrange {
    background: #e84e0f!important
}

.tp-h-color--NF_07_DustyRose {
    color: #cc8596!important
}

.tp-h-bgcolor--NF_07_DustyRose {
    background: #cc8596!important
}

.tp-h-bgcolor--NF_09_OrchidPetal {
    background: #bb9fb0!important
}

.tp-h-color--NF_10_Lilac {
    color: #a990be!important
}

.tp-h-color--NF_14_RoyalBlue {
    color: #486cb2!important
}

.tp-h-color--NF_15_Carribean {
    color: #00b6d4!important
}

.tp-h-color--NF_16_Peacock {
    color: #007590!important
}

.tp-h-color--NF_21_RedWine {
    color: #892b2b!important
}

.tp-h-bgcolor--NF_GrayBlue {
    background: #aec2cf!important
}

.tp-h-bgcolor--NF_Taupe {
    background: #a59789!important
}

.tp-h-bgcolor--NEW_HR_01 {
  background: #E4E3E3!important
}

.tp-h-bgcolor--NEW_HR_02 {
  background: #FAB200!important
}

.tp-h-bgcolor--NEW_HR_03 {
  background: #64AEAE!important
}

.tp-h-bgcolor--NEW_HR_04 {
  background: #EB6141!important
}

.tp-h-bgcolor--NEW_HR_05 {
  background: #D8E5AD!important
}

.tp-h-bgcolor--NEW_HR_06 {
  background: #CD1443!important;
}

.tp-h-bgcolor--NEW_HR_07 {
  background: #597F95!important
}

.tp-handwritten.tp-handwritten.tp-h-bgcolor--NEW_HR_06,
.tp-handwritten.tp-handwritten.tp-h-bgcolor--NEW_HR_07 {
  color: #fff !important;
}

.tp-h-color--Orange {
  color: #EF9A15!important;
}

.tp-h-color--NEW_HR_01 {
  color: #E4E3E3!important;
}

.tp-h-color--NEW_HR_02 {
  color: #FAB200!important;
}

.tp-h-color--NEW_HR_03 {
  color: #64AEAE!important;
}

.tp-h-color--NEW_HR_04 {
  color: #EB6141!important;
}

.tp-h-color--NEW_HR_05 {
  color: #D8E5AD!important;
}

.tp-h-color--NEW_HR_06 {
  color: #CD1443!important;
}

.tp-h-color--NEW_HR_07 {
  color: #597F95!important;
}

.tp-h-color--MarketingYellow {
  color: #fbbb20 !important
}

.tp-h-color--MarketingYellow a {
  color: #fbbb20 !important;
  text-decoration: underline
}

.tp-h-color--MarketingYellow a:hover {
  color: #fbbb20 !important
}

.tp-h-bgcolor--MarketingYellow {
  background: #fbbb20 !important
}

.tp-h-color--YoungTalentsMLightBlue {
  color: #c8d7de !important
}

.tp-h-color--YoungTalentsMLightBlue a {
  color: #c8d7de !important;
  text-decoration: underline
}

.tp-h-color--YoungTalentsMLightBlue a:hover {
  color: #c8d7de !important
}

.tp-h-bgcolor--YoungTalentsMLightBlue {
  background: #c8d7de !important
}

.tp-display-5 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 1px
}

@media (min-width: 668px) {
    .tp-display-5 {
        font-size:37px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1024px) {
    .tp-display-5 {
        font-size:43px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

@media (min-width: 1440px) {
    .tp-display-5 {
        font-size:49px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

@media (min-width: 1920px) {
    .tp-display-5 {
        font-size:59px;
        line-height: 1.3;
        letter-spacing: 1.9px
    }
}

.tp-display-4 {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: .9px
}

@media (min-width: 668px) {
    .tp-display-4 {
        font-size:31px;
        line-height: 1.3;
        letter-spacing: 1px
    }
}

@media (min-width: 1024px) {
    .tp-display-4 {
        font-size:35px;
        line-height: 1.3;
        letter-spacing: 1.1px
    }
}

@media (min-width: 1440px) {
    .tp-display-4 {
        font-size:39px;
        line-height: 1.3;
        letter-spacing: 1.2px
    }
}

@media (min-width: 1920px) {
    .tp-display-4 {
        font-size:46px;
        line-height: 1.3;
        letter-spacing: 1.4px
    }
}

.tp-display-3 {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: .8px
}

@media (min-width: 668px) {
    .tp-display-3 {
        font-size:26px;
        letter-spacing: .9px
    }
}

@media (min-width: 1024px) {
    .tp-display-3 {
        font-size:29px;
        letter-spacing: .9px
    }
}

@media (min-width: 1440px) {
    .tp-display-3 {
        font-size:31px;
        letter-spacing: 1px
    }
}

@media (min-width: 1920px) {
    .tp-display-3 {
        font-size:35px;
        letter-spacing: 1.1px
    }
}

.tp-display-2 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .7px
}

@media (min-width: 668px) {
    .tp-display-2 {
        font-size:22px;
        letter-spacing: .7px
    }
}

@media (min-width: 1024px) {
    .tp-display-2 {
        font-size:24px;
        letter-spacing: .7px
    }
}

@media (min-width: 1440px) {
    .tp-display-2 {
        font-size:25px;
        letter-spacing: .8px
    }
}

@media (min-width: 1920px) {
    .tp-display-2 {
        font-size:27px;
        letter-spacing: .8px
    }
}

.tp-display-1 {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: .6px
}

@media (min-width: 668px) {
    .tp-display-1 {
        font-size:18px;
        letter-spacing: .6px
    }
}

@media (min-width: 1024px) {
    .tp-display-1 {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1440px) {
    .tp-display-1 {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1920px) {
    .tp-display-1 {
        font-size:21px;
        letter-spacing: .7px
    }
}

.tp-display-1-regular {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: .6px
}

@media (min-width: 668px) {
    .tp-display-1-regular {
        font-size:18px;
        letter-spacing: .6px
    }
}

@media (min-width: 1024px) {
    .tp-display-1-regular {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1440px) {
    .tp-display-1-regular {
        font-size:20px;
        letter-spacing: .6px
    }
}

@media (min-width: 1920px) {
    .tp-display-1-regular {
        font-size:21px;
        letter-spacing: .7px
    }
}

.tp-body {
    font-size: 15px;
    line-height: 1.5
}

@media (min-width: 1024px) {
    .tp-body {
        font-size:16px
    }
}

.tp-handwritten {
    font-size: 18px;
    line-height: 1.4
}

@media (min-width: 1024px) {
    .tp-handwritten {
        font-size:20px
    }
}

.tp-footnote {
    font-size: 13px;
    line-height: 1.6
}

body {
    margin: 0
}

a,hr {
    color: inherit
}

hr {
    height: 0
}

a {
    text-decoration: inherit
}

img {
    border-style: solid
}

@media (min-width: 980px) {
    section {
        padding-bottom:5rem
    }
}

:root {
    --price-previous: #64696d;
    --price-sale: #ea5153;
    --price-base: #64696d;
    --price-discount: #4daa6e;
    --notification-info-color: #4685c8;
    --notification-success-color: #4daa6e;
    --notification-error-color: #c10023;
    --notification-warning-color: #ef9a15;
    --loader-color: #64696d;
    --loader-bg-color: #fff;
    --product-variant-text-color: #21292f;
    --product-variant-text-border-color: #21292f;
    --product-variant-text-hover-color: #fff;
    --product-variant-text-hover-bg-color: #42494e;
    --product-variant-text-hover-border-color: #42494e;
    --product-variant-text-selected-color: #fff;
    --product-variant-text-selected-bg-color: #21292f;
    --product-variant-text-selected-border-color: #21292f;
    --product-variant-text-unavailable-color: #a6a9ac;
    --product-variant-text-unavailable-border-color: #a6a9ac;
    --product-variant-text-back-in-stock-color: #a6a9ac;
    --product-variant-text-back-in-stock-border-color: #a6a9ac;
    --product-variant-text-back-in-stock-icon-color: #21292f;
    --product-variant-image-border-color: #21292f
}

@media (min-width: 1024px) {
    .tp-button[shape=plain] .tp-button-content {
        font-size:16px
    }
}

main.header-bg:before {
    height: 120px
}



@media (min-width: 1440px) {
    .tp-display-5 {
        font-size:60px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

@media only screen and (min-width: 769px) {
    .slogan-wrapper {
        display:grid;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0
    }
}


@media (min-width: 1440px) {
    .tp-display-5 {
        font-size:60px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

@media only screen and (min-width: 769px) {
    .slogan-wrapper {
        display:grid;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0
    }
}

.blocks [class*=block-] {
    margin-top: 0
}

@media only screen and (min-width: 1279px) {
    .bg-cover {
        min-height:520px
    }
}

*,::after,::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    font-family: system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
    line-height: inherit;
    background: #f8f6f2!important;
    color: #21292f;
    font-family: "Interstate",Helvetica,sans-serif
}

button,input {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button {
    text-transform: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer
}

[type=button],button {
    -webkit-appearance: button
}

blockquote,figure,h1,h2,h3,h4,h5,h6,hr,p {
    margin: 0
}

hr {
    border-top-width: 1px
}

input::-moz-placeholder {
    opacity: 1;
    color: #a1a1aa
}

input::placeholder {
    opacity: 1;
    color: #a1a1aa
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

button {
    padding: 0
}

button,input {
    line-height: inherit;
    color: inherit
}

img,svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

section {
    padding-bottom: 2.5rem;
    position: relative
}

@media (min-width: 980px) {
    section {
        padding-bottom:5rem
    }
}

.damo-box-inner {
    padding: 2.5rem 2rem
}

.damo-box-heading,.damo-box-text>p {
    padding-top: .625rem
}

.damo-box-inner .damo-box-heading:first-child,.feature-left-icon .damo-box-heading:first-child,.feature-left-icon .damo-box-text:first-child {
    padding-top: 0
}

.damo-box-text {
    padding-bottom: 1.25rem;
    padding-top: .625rem
}

.damo-box-footnote {
    padding-top: 2rem
}

.damo-tp-icon {
    font-size: 56px;
    line-height: 100%;
    font-family: "tp-icon";
    font-feature-settings: "liga"1;
    overflow-wrap: normal;
    white-space: nowrap;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.damo-tp-icon.big-icon {
  font-size: 90px;
}

.damo-tp-icon.s-icon {
  font-size: 16px;
}

.damo-tp-icon.xs-icon {
  font-size: 13px;
}

/* FEATURE */

@media (min-width: 668px) {
  .tp-col-xl-8 .block-type-headline .text-left,
  .tp-col-xl-8 .block-type-text .text-left,
  .tp-col-xl-8 .block-type-list .text-left,
  .tp-col-xl-8 .block-type-headline .text-center,
  .tp-col-xl-8 .block-type-text .text-center,
  .tp-col-xl-8 .block-type-list .text-center {
    max-width: 75%;
    max-width: 75%;
    max-width: 75%;
  }

  .tp-col-xl-8 .block-type-headline .feature-center,
  .tp-col-xl-8 .block-type-text .feature-center,
  .tp-col-xl-8 .block-type-list .feature-center {
    padding-left: 12.5%;
  }

  .tp-col-xl-8 .block-type-headline .text-center,
  .tp-col-xl-8 .block-type-text .text-center,
  .tp-col-xl-8 .block-type-list .text-center {
    padding-left: 12.5%;
    padding-left: 12.5%;
  }
}

@media (min-width: 980px) {
  .tp-col-xl-12 .block-type-headline .feature-center,
  .tp-col-xl-12 .block-type-text .feature-center,
  .tp-col-xl-12 .block-type-list .feature-center {
    padding-left: 20%;
    padding-right: 20%;
  }

  .tp-col-xl-12 .block-type-headline .text-center,
  .tp-col-xl-12 .block-type-text .text-center,
  .tp-col-xl-12 .block-type-list .text-center {
    padding-left: 20%;
    padding-right: 20%;
    padding-left: 20%;
    padding-right: 20%;
  }
}

.damo-col-teaser .teaser-wrapper.feature-center .damo-flag {
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
}

.feature-center {
  text-align: center;
}

@media (min-width: 668px) {
  .tp-col-xl-12 .block-type-headline .feature-left-block,
  .tp-col-xl-12 .block-type-text .feature-left-block,
  .tp-col-xl-12 .block-type-list .feature-left-block {
    margin-left: 8.33333%;
    max-width: 58.3333333333333333333333333%;
  }

  .tp-col-xl-12 .block-type-headline .text-left,
  .tp-col-xl-12 .block-type-text .text-left,
  .tp-col-xl-12 .block-type-list .text-left {
    margin-left: 8.33333%;
    max-width: 58.3333333333333333333333333%;
    margin-left: 8.33333%;
    max-width: 58.3333333333333333333333333%;
  }

  .tp-col-xl-8 .block-type-headline .feature-left-block,
  .tp-col-xl-8 .block-type-text .feature-left-block,
  .tp-col-xl-8 .block-type-list .feature-left-block,
  .tp-col-xl-8 .block-type-headline .text-center,
  .tp-col-xl-8 .block-type-text .text-center,
  .tp-col-xl-8 .block-type-list .text-center {
    max-width: 75%;
  }

  .tp-col-xl-8 .block-type-headline .text-left,
  .tp-col-xl-8 .block-type-text .text-left,
  .tp-col-xl-8 .block-type-list .text-left,
  .tp-col-xl-8 .block-type-headline .text-center,
  .tp-col-xl-8 .block-type-text .text-center,
  .tp-col-xl-8 .block-type-list .text-center {
    max-width: 75%;
    max-width: 75%;
  }
}

.damo-col-teaser .teaser-wrapper.feature-left-block .damo-flag {
  margin-left: -1rem;
}

.feature-left-block {
  text-align: left;
}

.feature-left-icon, .feature-middle-icon {
  display: flex;
}

.feature-left-icon .damo-box-heading:first-child, .feature-middle-icon .damo-box-heading:first-child, .feature-left-icon .damo-box-text:first-child, .feature-middle-icon .damo-box-text:first-child {
  padding-top: 0px;
}

.feature-left-icon .content-wrapper, .feature-middle-icon .content-wrapper {
  padding-left: 1rem;
}

.feature-middle-icon {
  align-items: center;
}

.block-type-feature,
.block-type-feature > .damo-box {
    display: flex;
}

.block-type-feature .damo-box-text {
  padding-bottom: 0px;
}

@media (min-width: 1440px) {
  .damo-col-feature.tp-col-12 .feature-center .damo-box-headline,
  .damo-col-feature.tp-col-12 .feature-center .damo-box-text {
    max-width: 50%;
  }

  .damo-col-feature.tp-col-12 .feature-center .damo-box-headline, .damo-col-feature.tp-col-12 .feature-center .damo-box-text {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}

.feature-center {
    text-align: center
}

.feature-left-block {
    text-align: left
}

.feature-left-icon {
    display: flex
}

.feature-left-icon .content-wrapper {
    padding-left: 1rem
}

.block-type-feature .damo-box-text {
    padding-bottom: 0
}

/* TEASER */

.damo-col-teaser.tp-col-6,
.damo-col-teaser.tp-col-4,
.damo-col-teaser.tp-col-3 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .damo-col-teaser.tp-col-4 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .damo-col-teaser.tp-col-3 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 980px) {
  .damo-col-teaser.tp-col-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .damo-col-teaser.tp-col-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .damo-col-teaser.tp-col-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.damo-col-teaser .teaser-wrapper .damo-flag {
  margin-top: -1.25rem;
  position: absolute;
}

.damo-col-teaser .teaser-wrapper.text-left .damo-flag {
  margin-left: -1rem;
}

.damo-col-teaser .teaser-wrapper.text-center .damo-flag {
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
}

.damo-col-teaser .damo-box-heading {
  padding-top: 2rem;
}

.damo-col-teaser .damo-box-heading+.damo-box-text {
  display: inline-block;
  padding-top: 0.625rem;
}

.damo-col-teaser .damo-box-text {
  padding-bottom: 0px;
  padding-top: 2.5rem;
}

/* TEASERBOX */

.damo-teaserbox-full-left,
.damo-teaserbox-full-left .damo-col-teaserbox,
.damo-teaserbox-full-right,
.damo-teaserbox-full-right .damo-col-teaserbox {
  padding: 0;
}

.damo-teaserbox-full-left .tp-row, .damo-teaserbox-full-right .tp-row, .damo-teaserbox-short-left .tp-row, .damo-teaserbox-short-right .tp-row {
  position: relative;
  bottom: 0px;
  width: 100%;
}

.damo-teaserbox-full-left .tp-row,
.damo-teaserbox-full-right .tp-row,
.damo-teaserbox-short-left .tp-row,
.damo-teaserbox-short-right .tp-row {
  margin-bottom: calc(100vw - 20vw);
}

.damo-teaserbox-full-right .tp-row {
  justify-content: flex-end;
}

.damo-teaserbox-full-right .img-wrapper,
.damo-teaserbox-full-left .img-wrapper {
  margin-bottom: 20vw;
}

@media (min-width: 375px) {
  .damo-teaserbox-full-right .tp-row,
  .damo-teaserbox-full-left .tp-row,
  .damo-teaserbox-short-right .tp-row,
  .damo-teaserbox-short-left .tp-row {
    bottom: 90px;
    margin-bottom: -90px;
  }

  .damo-teaserbox-full-right .img-wrapper,
  .damo-teaserbox-full-left .img-wrapper,
  .damo-teaserbox-short-right .img-wrapper,
  .damo-teaserbox-short-left .img-wrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 668px) {
  .damo-teaserbox-full-left .tp-row, .damo-teaserbox-full-right .tp-row, .damo-teaserbox-short-left .tp-row, .damo-teaserbox-short-right .tp-row {
    position: absolute;
    bottom: 0px;
  }

  .damo-teaserbox-full-right .tp-row,
  .damo-teaserbox-full-left .tp-row,
  .damo-teaserbox-short-right .tp-row,
  .damo-teaserbox-short-left .tp-row {
    margin-bottom: calc(100vw - 122vw);
  }

  .damo-teaserbox-full-right .img-wrapper,
  .damo-teaserbox-full-left .img-wrapper,
  .damo-teaserbox-short-right .img-wrapper,
  .damo-teaserbox-short-left .img-wrapper {
    margin-bottom: 22vw;
  }
}

@media (min-width: 768px) {
  .damo-teaserbox-full-right .tp-row,
  .damo-teaserbox-full-left .tp-row,
  .damo-teaserbox-short-right .tp-row,
  .damo-teaserbox-short-left .tp-row {
    margin-bottom: calc(100vw - 113vw);
  }

  .damo-teaserbox-full-right .img-wrapper,
  .damo-teaserbox-full-left .img-wrapper,
  .damo-teaserbox-short-right .img-wrapper,
  .damo-teaserbox-short-left .img-wrapper {
    margin-bottom: 13vw;
  }
}

@media (min-width: 980px) {
  .damo-teaserbox-full-right .tp-row,
  .damo-teaserbox-full-left .tp-row,
  .damo-teaserbox-short-right .tp-row,
  .damo-teaserbox-short-left .tp-row {
    margin-top: calc(100vw - 94vw);
  }

  .damo-teaserbox-full-right .tp-row, .damo-teaserbox-full-left .tp-row, .damo-teaserbox-short-right .tp-row, .damo-teaserbox-short-left .tp-row {
    top: 0px;
    bottom: auto;
  }

  .damo-teaserbox-full-right .img-wrapper,
  .damo-teaserbox-full-left .img-wrapper,
  .damo-teaserbox-short-right .img-wrapper,
  .damo-teaserbox-short-left .img-wrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .damo-teaserbox-full-right .tp-row,
  .damo-teaserbox-full-left .tp-row,
  .damo-teaserbox-short-right .tp-row,
  .damo-teaserbox-short-left .tp-row {
    margin-top: calc(100vw - 92vw);
  }
}

@media (min-width: 1440px) {
  .damo-teaserbox-full-right .tp-row,
  .damo-teaserbox-full-left .tp-row,
  .damo-teaserbox-short-right .tp-row,
  .damo-teaserbox-short-left .tp-row {
    margin-top: calc(100vw - 90vw);
  }
}

.damo-teaserbox-short-left .damo-col-teaserbox.tp-col-12, .damo-teaserbox-short-right .damo-col-teaserbox.tp-col-12 {
  padding: 0px;
}

.damo-teaserbox-short-left .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.damo-teaserbox-short-right .tp-row {
  justify-content: flex-end;
}

@media (max-width: 668px) {
  .damo-teaserbox-short-left,
  .damo-teaserbox-short-right,
  .damo-teaserbox-short-left .damo-teaserbox-img,
  .damo-teaserbox-short-right .damo-teaserbox-img {
    padding: 0;
  }
}

@media (min-width: 668px) {
  .damo-teaserbox-short-left .block-type-teaserbox .tp-row, .damo-teaserbox-short-left .damo-col-teaserbox.tp-col-12, .damo-teaserbox-short-right .block-type-teaserbox .tp-row, .damo-teaserbox-short-right .damo-col-teaserbox.tp-col-12 {
    padding: 0px;
  }
}

.border {
    border-width: 1px
}

.block {
    display: block
}

.table {
    display: table
}

* {
    --tw-shadow: 0 0 #0000;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.w-full {
    width: 100%
}

.filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

:root {
    --bg-color-primary: #fff;
    --bg-color-secondary: #fff;
    --border-color-base: #d3d4d5;
    --font-color-base: #21292f;
    --font-color-base-hover: #64696d;
    --font-color-secondary: #64696d;
    --font-color-link-hover: #64696d;
    --table-font-color: #21292f;
    --table-font-color-secondary: #64696d;
    --table-border-color: #d3d4d5;
    --table-header-background: #e9eaea;
    --table-header-border-color: #fff;
    --separator-color: #d3d4d5;
    --stepper-color: #a6a9ac;
    --stepper-border-color: #a6a9ac;
    --stepper-text-color-hover: #21292f;
    --stepper-selectable-color: #64696d;
    --stepper-selectable-color-hover: #21292f;
    --stepper-selectable-background-color-hover: #d3d4d5;
    --stepper-selected-color: #fff;
    --stepper-selected-background-color: #21292f;
    --button-primary-bg-color: #21292f;
    --button-primary-bg-color-hover: #42494e;
    --button-primary-text-color: #fff;
    --button-primary-text-color-hover: #fff;
    --button-secondary-bg-color: #d3d4d5;
    --button-secondary-bg-color-hover: #e9eaea;
    --button-secondary-text-color: #21292f;
    --button-secondary-text-color-hover: #21292f;
    --button-activating-bg-color: #e0bf78;
    --button-activating-bg-color-hover: #c0a468;
    --button-activating-text-color: #21292f;
    --button-activating-text-color-hover: #21292f;
    --button-sale-bg-color: #ea5153;
    --button-sale-bg-color-hover: #d1383a;
    --button-sale-text-color: #fff;
    --button-sale-text-color-hover: #fff;
    --button-plain-bg-color: transparent;
    --button-plain-bg-color-hover: transparent;
    --button-plain-text-color: #21292f;
    --button-plain-text-color-hover: #64696d;
    --button-icon-bg-color: none;
    --button-icon-bg-color-hover: #d3d4d5;
    --button-icon-text-color: #21292f;
    --button-icon-text-color-hover: #21292f;
    --button-icon-outline-bg-color: #fff;
    --button-icon-outline-bg-color-hover: #d3d4d5;
    --button-icon-outline-text-color: #21292f;
    --button-icon-outline-text-color-hover: #21292f;
    --button-icon-outline-border-color: #d3d4d5;
    --button-icon-outline-border-color-hover: #d3d4d5;
    --pagination-item-color: #64696d;
    --pagination-color-hover: #21292f;
    --pagination-color-selected: #21292f;
    --switch-bar-bg-color: #a6a9ac;
    --switch-bar-bg-color-checked: #4daa6e;
    --switch-bar-bg-color-disabled: #d3d4d5;
    --switch-bar-bg-color-checked-disabled: #dceee2;
    --switch-toggle-color: #fff;
    --switch-toggle-color-hover: #f6f6f7;
    --switch-toggle-color-checked: #fff;
    --switch-toggle-color-disabled: #fff;
    --switch-toggle-color-checked-disabled: #fff;
    --switch-icon-color-checked: #fff;
    --switch-icon-color-disabled: #21292f;
    --switch-icon-color-checked-disabled: #4daa6e;
    --form-base-color: #21292f;
    --form-base-secondary-color: #64696d;
    --form-input-color: #21292f;
    --form-error-color: #c10023;
    --form-valid-color: #4daa6e;
    --form-background-color: #e9eaea;
    --form-background-hover-color: #e9eaea;
    --form-disabled-color: #a6a9ac;
    --form-disabled-color-rgb: 166,169,172;
    --form-border-color: #a6a9ac;
    --form-border-hover-color: #21292f;
    --form-border-bottom-color: #a6a9ac;
    --form-border-bottom-active-color: #21292f;
    --form-checked-color: #e9eaea;
    --form-file-border: #d3d4d5;
    --rangeslider-track-background-color: #d3d4d5;
    --rangeslider-fill-background-color: #21292f;
    --rangeslider-track-border-color: #21292f;
    --rangeslider-thumb-border-color: #d3d4d5;
    --rangeslider-thumb-background-color: #d3d4d5;
    --rangeslider-thumb-background-color-hover: #21292f;
    --rangeslider-tick-background-color: #21292f;
    --toggle-button-group-overflow-gradient-color: #fff;
    --toggle-button-color: #21292f;
    --toggle-button-bg-color: #d3d4d5;
    --toggle-button-border-color: #d3d4d5;
    --toggle-button-hover-color: #21292f;
    --toggle-button-bg-hover-color: #e9eaea;
    --toggle-button-border-hover-color: #e9eaea;
    --toggle-button-is-active-color: #fff;
    --toggle-button-bg-is-active-color: #21292f;
    --toggle-button-border-is-active-color: #21292f;
    --expansion-panel-border-color: #d3d4d5;
    --expansion-panel-color-hover: #64696d;
    --expansion-panel-subline-color: #64696d;
    --slider-scrollback-container-color: #d3d4d5;
    --slider-scrollbar-color: #21292f;
    --slider-arrow-color: #21292f;
    --rating-bar-color: #e0bf78;
    --rating-bar-bg-color: #f2e5c9;
    --rating-bar-inactive-color: #64696d;
    --rating-bar-inactive-bg-color: #d3d4d5;
    --rating-bar-inactive-hover-color: #e0bf78;
    --rating-bar-inactive-bg-hover-color: #f2e5c9;
    --rating-bar-is-linked-hover-color: #c0a468;
    --rating-bar-is-linked-bg-hover-color: #f2e5c9;
    --rating-bar-solid-color: #e0bf78;
    --rating-bar-solid-bg-color: #d3d4d5;
    --rating-bar-solid-hover-color: #c0a468;
    --rating-bar-solid-bg-hover-color: #d3d4d5;
    --rating-bar-intensity-color: #423d39;
    --rating-bar-intensity-bg-color: #423d39;
    --tabs-color: #64696d;
    --tabs-bg-color: #e9eaea;
    --tabs-border-color: #e9eaea;
    --tabs-border-bottom-color: #a6a9ac;
    --tabs-hover-color: #21292f;
    --tabs-is-active-color: #21292f;
    --tabs-border-bottom-hover-color: #21292f;
    --tabs-bg-is-active-color: #fff;
    --tabs-bg-is-active-color-rgb: 255,255,255;
    --tabs-border-bottom-is-active-color: #fff;
    --tabs-overflow-gradient-color: #e9eaea;
    --tabs-overflow-gradient-color-rgb: 233,234,234;
    --tabs-overflow-arrow-icon-hover-color: #d3d4d5;
    --countdown-block-bg: #21292f;
    --countdown-block-color: #fff;
    --countdown-lines: #d3d4d5;
    --list-item-text-color: #64696d;
    --list-item-text-color-bold: #21292f;
    --search-suggest-color: #21292f;
    --search-suggest-bg-color: #e9eaea;
    --search-suggest-border-bottom-color: #a6a9ac;
    --search-suggest-border-bottom-active-color: #21292f;
    --search-suggest-white-variant-border-bottom-active-color: #21292f;
    --search-suggest-white-variant-color: #21292f;
    --search-suggest-cancel-icon-color: #21292f;
    --search-suggest-cancel-icon-bg-color: #d3d4d5;
    --search-suggest-white-variant-search-icon-color: #21292f;
    --fly-out-background-color: #fff;
    --fly-out-footer-background-color: #f6f6f7;
    --fly-out-background-color-secondary: #fff;
    --fly-out-footer-background-color-secondary: #f6f6f7;
    --histogram-solid-color: #e0bf78;
    --histogram-solid-bg-color: #d3d4d5;
    --histogram-solid-hover-color: #c0a468;
    --histogram-solid-bg-hover-color: #d3d4d5;
    --price-text: #64696d
}

.tp-button[shape=plain] .tp-button-content {
    font-size: 15px;
    line-height: 1.5
}

@media (min-width: 1024px) {
    .tp-button[shape=plain] .tp-button-content {
        font-size:16px
    }
}

.tp-button {
    transition-timing-function: cubic-bezier(.25,.1,.25,1)
}

.tp-button .tp-button-icon-right .tp-icon {
    padding-left: 9px
}

.tp-button[shape=bean] {
    background-position: right bottom;
    background-size: 200% 100%;
    border: 0;
    border-radius: 10px 0;
    min-width: 100px;
    padding: 0;
    text-decoration: none
}

.tp-button[shape=bean]:not([data-disabled=true]):hover {
    background-position: left bottom
}

.tp-button[shape=bean] .tp-button-content {
    align-items: center;
    border-radius: 10px 0;
    display: inline-flex;
    flex-direction: row;
    flex-grow: 1;
    font-family: "Interstate","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 1.45;
    padding: 10px 20px;
}

.tp-button[shape=bean] .tp-button-content span {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between
}

.tp-button[shape=bean][data-animated-icon=true] .tp-icon {
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25,.1,.25,1)
}

.tp-button[shape=bean][data-animated-icon=true]:not([data-disabled=true]):hover .tp-button-icon-left .tp-icon {
    transform: translate(-7px)
}

.tp-button[shape=bean][data-animated-icon=true]:not([data-disabled=true]):hover .tp-button-icon-right .tp-icon {
    transform: translate(7px)
}

.tp-button[shape=plain] {
    align-items: center;
    background: 0 0;
    justify-content: center;
    margin: 0;
    position: relative
}

.tp-button[shape=plain] .tp-icon {
    display: inline-block;
    font-size: 17px;
    line-height: 1
}

.tp-button[shape=plain] .tp-button-content {
    font-family: "Interstate","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    margin: 0;
    display: inline
}

a.tp-button[shape=plain] .tp-button-content {
    text-decoration: underline;
    transition-property: color;
    transition-duration: .2s
}

.tp-button[shape=plain] .tp-button-content span {
    text-decoration: underline
}

.tp-button[shape=icon],a.tp-button[shape=plain] .tp-button-content {
    transition-timing-function: cubic-bezier(.25,.1,.25,1)
}

.tp-button[width=content] {
    max-width: 100%;
}

.tp-button[shape=bean][variant=primary] {
    background-image: linear-gradient(to left,var(--button-primary-bg-color) 50%,var(--button-primary-bg-color-hover) 50%);
    color: var(--button-primary-text-color)
}

.tp-button[shape=bean][variant=primary]:not([data-disabled=true]):hover {
    color: var(--button-primary-text-color-hover)
}

.tp-button[shape=bean][variant=secondary] {
    background-image: linear-gradient(to left,var(--button-secondary-bg-color) 50%,var(--button-secondary-bg-color-hover) 50%);
    color: var(--button-secondary-text-color)
}

.tp-button[shape=bean][variant=secondary]:not([data-disabled=true]):hover {
    color: var(--button-secondary-text-color-hover)
}

.tp-button[shape=icon][variant=primary]:not([data-disabled=true]):hover {
    background-color: var(--button-icon-bg-color-hover);
    color: var(--button-icon-text-color-hover)
}

input {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 7px 14px;
    margin-bottom: 10px
}

input:focus {
    outline: 0;
    border-color: #aaa
}

.tp-button,.tp-toggle-button {
    transition-duration: .2s;
    cursor: pointer;
    display: inline-flex
}

.tp-toggle-button,.tp-toggle-button::before {
    transition-timing-function: cubic-bezier(.25,.1,.25,1)
}

.tp-toggle-button {
    background-color: #f8f6f2;
    border-color: #dfddd9;
    color: #21292f;
    transition-property: color,background-color,border-color;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
    font-family: "Interstate","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 1.45;
    margin: 5px;
    overflow: hidden;
    padding: 9px 19px!important;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: normal;
    z-index: 1
}

.tp-toggle-button:hover {
    background-color: #423d39;
    color: #fff
}

.tp-toggle-button::before {
    transition-property: right,background-color;
    transition-duration: .2s;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: -1
}

.tp-button {
    transition-property: color,background-color,background-position;
    transition-timing-function: ease
}

.tp-button:focus {
    outline: 0
}

.tp-button[shape=icon] {
    transition-property: color,background-color,transform;
    transition-duration: .2s;
    transition-timing-function: ease;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center
}

.tp-button[shape=icon] .tp-button-content {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    height: 34px;
    width: 34px;
    justify-content: center;
    padding: 0
}

.tp-button[shape=icon] .tp-button-content .tp-icon {
    border-radius: 50%;
    font-size: 22px;
    margin: 0;
    padding: 0
}

.tp-button[shape=icon][variant=primary] .tp-icon {
    background-color: var(--button-icon-bg-color);
    color: var(--button-icon-text-color)
}

.tp-expansion-panel-group,.tp-icon {
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.tp-icon {
    font-family: tp-icon;
    font-feature-settings: "liga";
    overflow-wrap: normal;
    white-space: nowrap;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

.tp-expansion-panel-group {
    font-size: 16px;
    font-family: Interstate,Trebuchet MS,Arial,Helvetica,Verdana,sans-serif;
    -moz-osx-font-smoothing: auto;
    list-style: none;
    margin: 0;
    padding: 0
}

.tp-expansion-panel {
    padding: 0 5px;
    padding: 1rem
}

.tp-expansion-panel-header {
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: ease
}

.tp-expansion-panel-header:hover {
    cursor: pointer;
    color: var(--expansion-panel-color-hover)
}

.tp-expansion-panel-header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.tp-expansion-panel-header-inner-wrapper {
    align-items: center;
    display: flex;
    flex-grow: 1;
    min-width: 0
}

.tp-expansion-panel-content {
    overflow: hidden;
    color: var(--font-color-secondary)
}

.jobssearch {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    border-radius: 0;
    background: #fff;
    height: 104px;
    padding: 16px 32px
}

.checkbox {
    color: #423d39
}

.checkbox:hover {
    color: #21292f
}

.filterbar .tab {
    overflow: hidden;
    border: 1px solid transparent;
    background-color: transparent
}

.filterbar .tablink {
    display: flex;
    align-items: center;
    justify-content: center;
}

.filterbar .tablink svg {
    margin-left: 8px;
    width: 16px;
    height: auto;
    transition: transform .2s ease;
}

.filterbar .tablink.active svg {
    margin-left: 8px;
    width: 16px;
    height: auto;
    transform: rotate(180deg)
}

.tabcontent {
    padding: 6px 12px;
    border: 1px solid transparent;
    border-top: none
}

.facet-placeholder,.filterbar .tab {
    display: flex;
    align-items: center
}

:focus {
    outline: 0
}

:focus-visible {
    outline: 3px solid transparent
}

.logo svg {
    display: block;
    height: 42px;
    width: auto;
    margin-top: -5px
}

.bg-color-light {
    background: #f8f6f2!important
}



.title-h4:first-child,main h1:first-child,main h2:first-child,main h3:first-child,main h4:first-child,main h5:first-child,main h6:first-child {
    margin-top: 0;
    margin-bottom: 12px
}


.teaser-wrapper {
    margin-top: -1rem
}

.main-carousel {
    overflow: hidden
}

.damo-flag {
    border-top-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    display: inline-block;
    margin-left: -.75rem;
    margin-right: .25rem;
    padding: 3px 11px 1px 9px !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: initial;
    /* set antialiasing */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block-type-headline+.block-type-text .damo-text {
    padding-top: 0
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 0;
    transform: translateY(-50%);
}

.border:not(figure) {
    background: #fff;
    border: 2px solid #ececee;
    min-height: 48px
}

main .hero-lg:not(.hero),main .hero:not(.hero-lg) {
    padding-top: 140px
}

.bg-cover {
    background-size: contain
}


@media (min-width: 1440px) {
    .tp-display-5 {
        font-size:60px;
        line-height: 1.3;
        letter-spacing: 1.5px
    }
}

.tp-expansion-panel-header-title {
    align-items: center;
    display: flex;
    min-width: 0;
    font-weight: 500
}

.label-layer,.slogan-layer {
    grid-area: 1/1
}

.slogan-layer {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.label-layer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: -2.25rem
}

.label-text {
    align-self: flex-end;
    background: url(/assets/images/bg-du-auch.png) no-repeat center center;
    background-size: contain;
    padding: 1rem;
    letter-spacing: .01rem
}

.slogan-wrapper {
    display: grid;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 2rem
}

@media only screen and (min-width: 769px) {
    .slogan-wrapper {
        display:grid;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0
    }
}

footer .title-h4 {
    color: #fff;
    padding-bottom: 1rem
}

footer .footer-bottom .footer-copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    opacity: .8;
    color: #fff!important
}

footer .footer-bottom {
    font-size: 0;
    line-height: 16px;
    border-top: 1px solid #fff;
    padding: 2rem
}

.jobright p {
    margin-bottom: 1.5rem;
    font-size: 16px
}

.tp-pagination-list-item {
    font-size: 15px;
    line-height: 1.5
}

@media (min-width: 1024px) {
    .tp-pagination-list-item {
        font-size:16px
    }
}

.tp-pagination a {
    text-decoration: none
}

.tp-pagination {
    align-items: center;
    display: flex;
    justify-content: center
}

.tp-pagination-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    text-align: inerhit
}

.tp-pagination-list-item,
.tp-pagination-list-item a,
.tp-pagination-list-item button {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25,.1,.25,1)
}

.tp-pagination-list-item {
    font-family: "Interstate","Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    margin: 0;
    transition-property: color;
    padding: 6px 10px;
    text-align: center;
}

.tp-pagination-list-item a,
.tp-pagination-list-item button {
    transition-property: border-color;
    border-bottom: 2px solid transparent;
    color: inherit;
    cursor: pointer;
    display: inline;
    min-width: 20px;
    padding: 3px 5px;
    text-decoration: none
}

@media (max-width: 374px) {
    .tp-pagination-list-item {
        padding-left:5px;
        padding-top: 15px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) {
    .tp-pagination-list-item {
        padding-left:15px;
        padding-right: 15px
    }
}

.tp-pagination-list-item {
    color: var(--pagination-item-color)
}

.tp-pagination-list-item--selected {
    color: var(--pagination-color-selected)
}

.tp-pagination-list-item--selected a,
.tp-pagination-list-item--selected button {
    border-bottom-color: var(--pagination-color-selected)
}

.tp-pagination-list-item:hover {
    color: var(--pagination-color-hover)
}

.tp-pagination-list-item:hover a,
.tp-pagination-list-item:hover button {
    border-bottom-color: var(--pagination-color-hover)
}

.not-visible {
    opacity: 0
}

:checked+span {
    background-color: #423d39;
    color: #fff
}

.benefits .block-type-feature {
    background: #719c6f!important
}

.tabcontent {
    margin-top: 1rem
}

.tp-pagination-list {
    display: inherit!important
}

.logo,.title-h4,main h1,main h2,main h3,main h4,main h5,main h6 {
    font-family: "Interstate",Helvetica,sans-serif
}

main h1 {
    font-size: 59px;
    font-weight: 700;
    line-height: 13px
}

main h2,main h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px
}

main h3 {
    font-size: 32px;
    line-height: 40px
}

.title-h4,main h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 53px
}

main h5,main h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

main h6 {
    font-size: 16px;
    line-height: 24px
}

@media only screen and (max-width: 767px) {
    main h1,main h2 {
        font-size:48px;
        font-weight: 700;
        line-height: 56px
    }

    main h2 {
        font-size: 32px;
        line-height: 40px
    }
}

.logo {
    width: 180px
}

.max-width-lg {
    max-width: 1600px
}

main table tr th:first-child {
    border-top-left-radius: 0
}

main table tr th:last-child {
    border-top-right-radius: 0
}


/*

new after minimal
new after minimal
new after minimal
new after minimal
new after minimal
new after minimal

*/
@media only screen and (max-width: 1023px){
    .header-main.active {
        box-shadow: none !important;
        border-bottom: none !important;
        height: 100%;
        position: fixed;
        z-index: 999;
   }
   .header-main.active .dropdown-content {
    display: block;
    position: relative;
    background-color: #F8F6F2;
    box-shadow: none;
    z-index: 1000;
    text-align: center;
    font-weight:100;
}
.header-main.active ol.dropdown-content a {
    padding:0;
    text-decoration: none;
    display: block;
    text-align: center;
    opacity: 0.8;
}
.header-main.active .dropdown {
    font-weight:800;
}
}
.header-main.active ul.header-listed li {
    font-size: 21px;
    padding: 0 0 0 0;
    width: 100%
}
/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}
/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F8F6F2;
    min-width: 160px;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}
/* Style the dropdown content (hidden by default) */

/* Style the links inside the dropdown */
ol.dropdown-content a {
    padding: 4px 18px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a grey background to dropdown links on hover */
ol.dropdown-content li.lisub a:hover {
    background-color: #DFDDD9;
    color: #21292F;
    opacity: 1;
}
ol.dropdown-content li.lisub a {
    opacity: 0.5;
}
/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
   }
    .topnav a.icon {
        float: right;
        display: block;
   }
}
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
       position: relative;
   }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
   }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
   }
    .topnav.responsive .dropdown {
       float: none;
   }
    .topnav.responsive .dropdown-content {
       position: relative;
   }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
   }
}
.header-main{
    overflow:visible;
}
.header-main ol li {
    display: block;
    font-size: 16px;
    padding: 0;
}
.header-main a:not(.button) {
    height: auto;
}
/* .damo-flag {
    color: #21292f!important;
} */
.hassubmenu span {
    content: "DD";
    margin-top: -.4rem;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: rotate(90deg);
}
.no-scroll {
    overflow: hidden;
}
@media only screen and (max-width: 1023px){
    .header-main.active ul.header-listed li a {
        opacity: 1;
    }

    .active ul.header-listed.align-left.float-left {
        margin-top: 11px;
        text-transform: uppercase;
        display: block;
    }
    .logo svg {
        height: 30px;
    }
.header-main.header-fixed {
    position: fixed;


}
.header-main .max-width-lg {
    padding-left: 0;
    padding-right: 0;
}

.header-main.active .header-toggle svg:last-child {
    opacity: 1;
}
.header-main.active .header-toggle svg:first-child {
    opacity: 0;
}
.header-main .header-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    height: 40px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
}
header.bg-color-custom {
    background: #ddd;
}
.border img, .border:not(figure), figure {
    background-color: transparent;
}
.border img, figure {
    border: 0;
    min-height: 48px;
}
main .hero-lg:not(.hero), main .hero:not(.hero-lg) {
    padding-top: 1rem;
}

main .hero-lg:not(.hero), main .hero:not(.hero-lg), main.header-bg .hero-lg:not(.hero), main.header-bg .hero:not(.hero-lg), main.header-fixed .hero-lg:not(.hero), main.header-fixed .hero:not(.hero-lg) {
    padding-top: 1rem;
}
.slogan-layer, .label-layer {
    grid-area: 1 / 1;
}
 .slogan-layer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
 .slogan-layer>span {
    background-color: #EA5053;
    color: #FFF;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.slogan-layer>span:last-child {
    margin-right: 2.75rem;
    margin-bottom: 2.5rem;
}
 .label-layer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
margin: -0rem;
}
 .label-text {
    align-self: flex-end;
    align-self: flex-end;
    background: url(/assets/images/bg-du-auch.png) no-repeat center center;
    background-size: contain;
    padding: 1rem;
    letter-spacing: 0.01rem;
}
 .slogan-wrapper {
    display: grid;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 2rem;
}
@media only screen and (min-width: 769px) {
    .slogan-wrapper {
    display: grid;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
}
}


/* Header */

.header-main {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 80px;
    left: 0;
    /* overflow: hidden; */
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-main nav {
    padding-bottom: 20px;
    padding-top: 20px
}

.header-main nav>div {
    font-size: 0;
    height: 40px;
    position: relative
}

.header-main nav.full-width {
    padding: 20px 24px
}

.header-main a {
    color: #000;
    display: block;
    line-height: 40px;
    opacity: .5;
    text-decoration: none;
}

body.dark .header-main a {
    color: #eee
}

.header-main a:hover {
    opacity: 1
}

.header-main a:not(.button) {
    height: 40px
}

.header-main.dark:not(.active) a:not(.button) {
    color: #fff
}

.header-main ul {
    display: inline-block;
    font-size: 0;
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
    vertical-align: top
}

.header-main ul.header-space-reduced {
    margin-right: 16px
}

.header-main ul:last-child {
    margin-right: 0
}

.header-main ul li {
    /* display: inline-block; */
    font-size: 16px;
    padding-right: 20px;
    vertical-align: top;
}

.header-main ul li:last-child {
    padding-right: 0
}

.header-main ul li.active a {
    opacity: 1
}

.header-main ul.header-listed:last-child {
    margin-right: 0
}

.header-main ul.header-languages li {
    padding-right: 4px
}

.header-main ul.header-languages li:last-child {
    padding-right: 0
}

.header-main ul.header-languages li a {
    font-weight: 600
}

.header-main ul.header-languages li span {
    display: block;
    height: 40px;
    line-height: 40px
}

.header-main ul.header-social li {
    padding-right: 16px
}

.header-main ul.header-social li:last-child {
    padding-right: 0
}

.header-main ul.header-controls li {
    padding-right: 16px
}

.header-main ul.header-controls li:last-child {
    padding-right: 0
}

.header-main ul.header-controls input.switch:checked+label.switch:after {
    left: 26px
}

.header-main ul.header-controls label.switch {
    height: 16px;
    margin: 12px 0;
    width: 40px
}

.header-main ul.header-controls label.switch:before {
    border-radius: 0px;
    height: 16px;
    width: 40px
}

.header-main ul.header-controls label.switch:after {
    border-radius: 14px;
    height: 12px;
    left: 2px;
    top: -14px;
    width: 12px
}

.header-main.header-fixed:not(.header-fixed--sm) {
    position: fixed
}

.header-main .header-space {
    display: none
}

.header-main .header-toggle {
    display: none
}

.header-main[class*="bg-"].shadow-sm {
    box-shadow: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}

.header-main[class*="bg-"].shadow-md {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1)
}

.header-main[class*="bg-"].shadow-lg {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1)
}

.header-main[class*="bg-"].dark {
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.05)
}

.header-main[class*="bg-"].dark a:not(.button) {
    color: #fff
}

body.dark .header-main[class*="bg-"] {
    box-shadow: none !important;
    background: #000;
    border-bottom: 1px solid rgba(255,255,255,0.05)
}

main.header-bg:before,main.header-fixed:before {
    content: "";
    display: block
}

main.header-bg:before {
    height: 80px
}

main .hero:not(.hero-lg),main .hero-lg:not(.hero),main.posts .hero-none,main.post article {
    padding-top: 80px
}

main.header-bg .hero:not(.hero-lg):not(.hero-columns).hero-blocks [class*="space-hero"],main.header-bg .hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks) [class*="space-hero"] {
    margin-top: 0
}

main.header-bg .hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks) [class*="space-hero"] {
    margin-top: 0
}

main .hero-lg .hero:not(.hero-columns).hero-blocks [class*="space-hero"] {
    margin-top: 0
}

main.header-bg.posts .hero-none>[class*="space-hero"],main.header-bg.post article [class*="space-hero"] {
    margin-top: 0
}

main:not(.header-bg) .hero.hero-padding-top:not(.hero-lg) {
    padding-top: 160px
}

body {
    background: #fff
}

body {
    font-family: "Interstate", Helvetica, sans-serif
}

main h1,main h2,main h3,main h4,main h5,main h6,.title-h1,.title-h2,.title-h3,.title-h4,.title-h5,.title-h6,.title-hero,.logo {
    font-family: "Interstate", Helvetica, sans-serif
}

main h1,.title-h1,.title-hero {
    font-size: 56px;
    font-weight: 900;
    line-height: 72px
}

main h2,.title-h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 56px
}

main h3,.title-h3 {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px
}

main h4,.title-h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

main h5,.title-h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

main h6,.title-h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media only screen and (min-width: 768px) {
    .title-hero {
        font-size:72px;
        font-weight: 900;
        line-height: 88px
    }
}

@media only screen and (max-width: 767px) {
    main h1,.title-h1 {
        font-size:48px;
        font-weight: 900;
        line-height: 56px
    }
}

@media only screen and (max-width: 767px) {
    main h2,.title-h2 {
        font-size:32px;
        font-weight: 900;
        line-height: 40px
    }
}

@media only screen and (max-width: 1600px) and (min-width:768px) {
    .row .title-h1,.row .title-hero {
        font-size:48px;
        font-weight: 900;
        line-height: 56px
    }
}

.color-primary {
    color: #6529c5
}

.alert.alert-default {
    border-left-color: #6529c5
}

.bg-color-primary,.button.button-style-primary,.card .button.button-style-primary,.timeline [class^="col-"]:before {
    background: #6529c5
}

body.dark .button.button-style-primary {
    background: #6529c5 !important
}

.form input[type="checkbox"]:checked+label.checkbox:before,.form input[type="radio"]:checked+label.radio:before,.form input.switch:checked+label.switch:before {
    background: #6529c5
}

.button.button-style-primary:hover {
    background: #7e42de
}

body.dark .button.button-style-primary:hover {
    background: #7e42de !important
}

body.primary-white:not(.dark) [class*="bg-"].dark [class*="bg-"]:not(.dark) .button.button-style-primary {
    background: #6529c5 !important;
    color: #fff !important
}

body.primary-white:not(.dark) [class*="bg-"].dark [class*="bg-"]:not(.dark) .button.button-style-primary:hover {
    background: #7e42de !important
}

.logo {
    width: 180px
}

.max-width-lg {
    max-width: 1600px;
}

.form input,.form select,.form textarea,.button,.flickity-prev-next-button,.tag {
    border-radius: 6px
}

main pre,main table {
    border-radius: 0px
}

main table tr th:first-child {
    /* -webkit-border-top-left-radius: 0px; */
    -moz-border-radius-topleft: 0px;
    /* border-top-left-radius: 0px */
}

main table tr th:last-child {
    /* -webkit-border-top-right-radius: 0px; */
    -moz-border-radius-topright: 0px;
    /* border-top-right-radius: 0px */
}

article figure img,article iframe,.card,.rounded,.sidebar-nav {
    /* -webkit-border-radius: 0px; */
    -moz-border-radius: 0px;
    /* border-radius: 0px */
}

.rounded-bottom {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.rounded-left {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.rounded-right {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.rounded-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.rounded-bottom-left {
    border-bottom-left-radius: 0px
}

.rounded-bottom-right {
    border-bottom-right-radius: 0px
}

.rounded-top-left {
    border-top-left-radius: 0px
}

.rounded-top-right {
    border-top-right-radius: 0px
}

header.bg-color-custom {
    background: #f8f6f2
}

footer.bg-color-custom {
    background: #75706C
}

@media only screen and (max-width: 1023px) {
    main.header-bg:before,main.header-fixed:before {
        height:64px
    }

    main .hero:not(.hero-lg),main .hero-lg:not(.hero),main.posts .hero-none,main.post article {
        padding-top: 64px
    }

    main.header-bg .hero:not(.hero-lg),main.header-fixed .hero:not(.hero-lg),main.header-bg .hero-lg:not(.hero),main.header-fixed .hero-lg:not(.hero),main.header-bg.posts .hero-none,main.header-fixed.posts .hero-none,main.header-bg.post article,main.header-fixed.post article {
        padding-top: 33px;
    }

    main.header-bg .hero:not(.hero-lg):not(.hero-columns).hero-blocks [class*="space-hero"],main.header-bg .hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks) [class*="space-hero"],main.header-fixed .hero:not(.hero-lg):not(.hero-columns).hero-blocks [class*="space-hero"],main.header-fixed .hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks) [class*="space-hero"] {
        margin-top: 0
    }

    main.header-bg .hero:not(.hero-lg).hero-columns.hero-blocks [class*="space-hero"],main.header-fixed .hero:not(.hero-lg).hero-columns.hero-blocks [class*="space-hero"] {
        margin-top: 0
    }

    main.header-bg .hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks) [class*="space-hero"],main.header-fixed .hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks) [class*="space-hero"] {
        margin-top: 0
    }

    main.header-fixed.posts .hero-none>[class*="space-hero"],main.header-fixed.post article [class*="space-hero"] {
        margin-top: 0
    }

    .header-main {
        height: 64px
    }

    .header-main nav {
        padding-bottom: 12px;
        padding-top: 12px
    }

    .header-main nav.full-width {
        padding: 12px 24px
    }

    .header-main a {
        transition: none !important;
        padding: 10px;
    }

    .header-main ul {
        display: none;
        margin: 0
    }

    .header-main ul.header-space-reduced {
        margin-right: 0
    }

    .header-main ul.header-controls {
        display: block;
        position: absolute;
        right: 40px;
        top: 0
    }

    .header-main ul.header-controls.header-toggle-none {
        right: 0
    }

    .header-main ul.header-controls a.icon-search:hover {
        opacity: .5
    }

    .header-main .header-toggle {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        display: block;
        height: 40px;
        opacity: 1;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 40px
    }

    .header-main .header-toggle svg {
        position: absolute
    }

    .header-main .header-toggle svg:last-child {
        opacity: 0
    }

    .header-main.active {
        box-shadow: none !important;
        border-bottom: none !important;
        height: 100%;
        position: fixed;
        z-index: 999
    }

    body.dark .header-main.active {
        background: #000;
        color: #fff
    }

    .header-main.active nav {
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 0;
        padding-top: 12px;
        -webkit-overflow-scrolling: touch
    }

    .header-main.active nav>div {
        height: auto;
        margin-bottom: 64px
    }

    .header-main.active ul {
        text-align: center
    }

    .header-main.active ul.header-listed {
        display: block;
        float: none
    }

    .header-main.active ul.header-listed li {
        font-size: 18px;
        padding: -3px 0 0 0;
        width: 100%;
    }

    .header-main.active ul.header-listed li a {
        opacity: 1
    }

    .header-main.active ul.header-languages {
        display: block;
        padding: 28px 0 0 0
    }

    .header-main.active ul.header-languages li {
        font-size: 18px;
        padding: 0 8px
    }

    .header-main.active ul.header-languages li a,.header-main.active ul.header-languages li a:hover {
        opacity: .5
    }

    .header-main.active ul.header-languages li.active a {
        opacity: 1
    }

    .header-main.active ul.header-social {
        display: block;
        padding: 28px 0 0 0
    }

    .header-main.active ul.header-social li {
        padding: 0 20px
    }

    .header-main.active ul.header-social li a,.header-main.active ul.header-social li a:hover {
        opacity: 1
    }

    .header-main.active ul.header-buttons {
        display: block
    }

    .header-main.active ul.header-buttons li {
        padding: 16px 0 0 0;
        width: 100%
    }

    .header-main.active ul.header-buttons li:first-child {
        padding: 40px 0 0 0
    }

    .header-main.active ul.header-buttons li .button {
        font-size: 16px;
        line-height: 24px;
        opacity: 1
    }

    .header-main.active .header-space {
        display: block;
        padding-top: 40px;
        width: 100%
    }

    .header-main.active .header-toggle svg {
        opacity: 0
    }

    .header-main.active .header-toggle svg:last-child {
        opacity: 1
    }

    .header-main.active:not([class*="bg-"]) {
        background: #fff;
        color: #000
    }

    .header-main.header-fixed {
        position: fixed
    }

    body.dark .header-main.header-fixed {
        background: #000;
        border-bottom: 1px solid rgba(255,255,255,0.05)
    }

    body.dark .header-main.header-fixed.active {
        background: #000
    }

    .header-main.header-fixed:not([class*="bg-"]) {
        background: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.05)
    }

    .header-main.header-fixed:not([class*="bg-"]).dark a:not(.button) {
        color: #000
    }

    body.dark .header-main.header-fixed:not([class*="bg-"]).dark a:not(.button) {
        color: #eee
    }

    .header-main.header-fixed:not([class*="bg-"]).active {
        background: #fff
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    main .hero:not(.hero-lg),main .hero-lg:not(.hero),main.posts .hero-none,main.post article {
        padding-top:80px
    }

    main.header-bg .hero:not(.hero-lg),main.header-fixed .hero:not(.hero-lg),main.header-bg .hero-lg:not(.hero),main.header-fixed .hero-lg:not(.hero),main.header-bg.posts .hero-none,main.header-fixed.posts .hero-none,main.header-bg.post article,main.header-fixed.post article {
        padding-top: 80px
    }

    main.header-default .hero-lg:not(.hero) {
        padding-top: 64px
    }

    main.header-bg .hero:not(.hero-lg):not(.hero-columns).hero-blocks [class*="space-hero"],main.header-bg .hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks) [class*="space-hero"],main.header-fixed .hero:not(.hero-lg):not(.hero-columns).hero-blocks [class*="space-hero"],main.header-fixed .hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks) [class*="space-hero"] {
        margin-top: 0
    }

    main.header-bg .hero:not(.hero-lg).hero-columns.hero-blocks [class*="space-hero"],main.header-fixed .hero:not(.hero-lg).hero-columns.hero-blocks [class*="space-hero"] {
        margin-top: 0
    }

    main.header-bg .hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks) [class*="space-hero"],main.header-fixed .hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks) [class*="space-hero"] {
        margin-top: 0
    }
}


@media only screen and (min-width: 1023px) {
    .logo svg {
        height: 40px;
        margin-top: -4px;
    }

    .header-main .header-listed {
        margin-top: 8px;
    }

    .header-main ul li {
        font-size: 18px;
        text-transform: uppercase;
    }

    .header-main {
        height: 100px;
    }

    .header-main nav {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
ol.dropdown-content li.lisub a {
    opacity: 0.5;
}
.header-main a:not(.button) {
    height: auto;
}
.header-main a:not(.button) {
    height: 40px;
}
ol.dropdown-content a {
    padding: 4px 18px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.lastbottom div.col-1-3{
  display:grid;
  align-content:start;
  background:green;
}
/* https://stackoverflow.com/questions/526035/how-can-i-position-my-div-at-the-bottom-of-its-container */
.lastbottom div.col-1-3 > div:last-child{
  background:transparent;
  align-self: end;
}









.header-main.active ul.header-listed li {
        font-size: 21px;
        padding: 0 0 0 0;
        width: 100%;
        /* font-weight:400; */
    }

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F8F6F2;
  min-width: 160px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1000;
}
/* Style the dropdown content (hidden by default) */
@media only screen and (max-width: 1023px) {
.header-main.active .dropdown-content {
  display: block;
  position: relative;
  background-color: #F8F6F2;
  box-shadow: none;
  z-index: 1000;
  text-align: center;
  font-weight:100;
}
/* Style the links inside the dropdown */
ol.dropdown-content a {
  padding: 4px 18px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.header-main.active ol.dropdown-content a {
  padding:0;
  text-decoration: none;
  display: block;
  text-align: center;
  opacity: 0.8;
}

.logo svg {
    display: block;
    height: 30px;
    width: auto;
    margin-top: -5px
}
}


.active .dropdown {
  font-weight:800;
}
/* Add a grey background to dropdown links on hover */
ol.dropdown-content li.lisub a:hover {
  background-color: #DFDDD9;
  color: #21292F;
  opacity: 1;
}
ol.dropdown-content li.lisub a {
  opacity: 0.5;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.header-main{
  overflow:visible;
}

.header-main ol li {
    display: block;
    font-size: 16px;
    padding: 0;
}
.header-main a:not(.button) {
    height: auto;
}

  @media only screen and (max-width: 767px){
    .padding {
        padding: 40px 0px;
    }
}
.max-width-lg {
    max-width: 1600px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}



.main-carousel {
    overflow: visible;
}


.hassubmenu span {
    content: "DD";
    margin-top: -.4rem;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: rotate(90deg);
}


.hero.bg-overlay-color-custom:before {
    background: #fff;
    opacity: 0;
}

.bg1 .tp-display-5 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
}

@media (min-width: 668px) {
    .bg1 .tp-display-5 {
        font-size: 37px;
        line-height: 1.3;
        letter-spacing: 1.2px;
    }
}

@media (min-width: 1024px) {
    .bg1 .tp-display-5 {
        font-size: 43px;
        line-height: 1.3;
        letter-spacing: 1.4px;
    }
}

@media (min-width: 1440px) {
    .bg1 .tp-display-5 {
        font-size: 60px;
        line-height: 1.3;
        letter-spacing: 1.5px;
    }
}
.sidebar p {
    font-size:16px;
}

.hidden {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.desktop {
    visibility: hidden;
    display:none;
}

.mobile {
    visibility: visible;
    display:inherit;
}

@media (min-width: 475px) {
    .desktop {
        visibility: visible;
        display:inherit;
    }

    .mobile {
        visibility: hidden;
        display:none;
    }
}


/* Jobs */
.tbgrid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
}

.tbgrid a {
    text-align: left;
    padding: 0;
    padding-bottom: 0.25rem;
}

.tbgrid td>div {
    padding: 0.25rem;
}

@media (min-width: 575px) {
    .tbgrid {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr 1fr;
        max-width: 100%;
    }

    .tbgrid td>div {
        padding: 0.5rem;
    }
}



/* Jobbesschreibung */
.jobdesc p, .jobdesc li, .jobdesc h1, .jobdesc h2, .jobdesc h3, .jobdesc h4, .jobdesc h5{
    color:#42494e;
    margin:0;
    padding:0;
    margin-bottom:1.5rem;

}
.jobdesc li{
    margin-left:1.75rem;
    font-size:18px;
}
.jobdesc ul{
    margin:0;
}

.jobdesc b{
    color:#21292f;
    font-size:18px;
}

.jobdesc h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    padding:0.5rem;
    padding-left:0;
}
@media only screen and (max-width: 767px) {
    .jobdesc h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.25;
    }
    .page-job p {
        text-align: left;
    }
}
.jobdesc p ~ p{
    margin-bottom: 1.5rem;
    font-size:18px;
}

.jobright p{
    margin-bottom: 1.5rem;
}

.youtube-container.disabled .embed-container {
    display: none;
}

.youtube-container .embed-container--upload {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.youtube-container .embed-container--upload video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.youtube-hint {
    display: none;
}

.youtube-preview {
    position: relative;
    /* padding-bottom: 56.25%; */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

/*
 * Aspect Ratios:
 * 1/1:  youtube-preview-aspect-1/1
 * 16/9: youtube-preview-aspect-16/9
 * 3/2:  youtube-preview-aspect-3/2
 * ...
*/
[class*="youtube-preview-aspect-1/1"] {
    padding-bottom: 100%;
}

[class*="youtube-preview-aspect-16/9"] {
    padding-bottom: 56.25%;
}

[class*="youtube-preview-aspect-9/16"] {
    padding-bottom: 177.77%;
}

[class*="youtube-preview-aspect-3/2"] {
    padding-bottom: 66.66%;
}

[class*="youtube-preview-aspect-2/3"] {
    padding-bottom: 150%;
}

[class*="youtube-preview-aspect-4/3"] {
    padding-bottom: 75%;
}

[class*="youtube-preview-aspect-3/4"] {
    padding-bottom: 133.33%;
}

.youtube-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.7;
    transition: all 0.25s;
}

.youtube-preview:hover img {
    opacity: 0.8;
}

.youtube-preview svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    fill: #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.25s;
}

.youtube-preview:hover svg {
    transform: scale(1.05);
}

.youtube-container.disabled .youtube-hint {
    display: block;
}

.youtube-hint-button,
.youtube-hint-link {
    text-decoration: underline;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Target external links */
.footer-first a[href^="http://"]:not([href*="tchibo-karriere.de"]),
.footer-first a[href^="https://"]:not([href*="tchibo-karriere.de"]) {
    display: inline-flex;
    align-items: center;
}

.footer-first a[href^="http://"]:not([href*="tchibo-karriere.de"])::after,
.footer-first a[href^="https://"]:not([href*="tchibo-karriere.de"])::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZD0iTTEwIDEwSDJWMmgxVjBIMmEyIDIgMCAwMC0yIDJ2OGEyIDIgMCAwMDIgMmg4YzEuMSAwIDItLjkgMi0yVjloLTJ2MXpNNSAwdjJoMy41OUwzLjc2IDYuODNsMS40MSAxLjQxTDEwIDMuNDFWN2gyVjBINXoiIGZpbGw9IndoaXRlIj48L3BhdGg+PC9zdmc+Cg==");
    width: 12px;
    height: 1.55em;
    margin-left: 0.5rem;
}

/*
 * ==========================================================================
 * Cookie Consent
 * ==========================================================================
 */
#onetrust-banner-sdk.otFlat.otFlat {
  top: auto !important;
  bottom: 0 !important;
  transform: none !important;
}

/*
 * ==========================================================================
 * Ansprechpartner
 * --------------------------------------------------------------------------
 * Betrifft sowohl den einzelnen Ansprechpartner, der einem Job zugeordnet
 * ist, also auch die Liste aller Ansprechpartner.
 * ==========================================================================
 */
.contact-person {
    container-type: inline-size;
    margin-top: 48px;
}

.contact-person__container {
    margin-top: 24px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-person__visual {
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-person__image--placeholder,
.contact-person__image {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
}

.contact-person__image--placeholder {
    background-color: #f8f6f2;
}

.contact-person__name {
    margin: -10px 0 0;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 5px 13px 4px;
    font-size: 16px;
    line-height: 20px;
    background-color: var(--color-flag, #21292e);
    color: #fff;
    text-align: center;
}

.contact-person__position {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.contact-person__about,
.contact-person__responsibilities {
    font-size: 18px;
    line-height: 27px;
}

.contact-person__about + .contact-person__responsibilities {
    margin-top: 16px;
}

.contact-person__contact {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 36px;
         column-gap: 36px;
    row-gap: 20px;
    font-size: 18px;
}

.contact-person__contact a {
    transition: opacity 0.25s;
}

.contact-person__contact a:hover {
    opacity: 0.6;
}

.contact-person__phone,
.contact-person__email {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.contact-person__phone svg,
.contact-person__email svg {
    width: 24px;
    height: 24px;
}

@container (min-width: 600px) {
    .contact-person__container {
        flex-direction: row;
    }
}

/*
 * ==========================================================================
 * Überschreiben für Ansprechpartnerliste
 * ==========================================================================
 */
.contact-people {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 80px;
}

.contact-people .contact-person {
    margin-top: 0;
}

.contact-people .contact-person__visual {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.contact-people .contact-person__image--placeholder,
.contact-people .contact-person__image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 0;
    -o-object-position: center;
       object-position: center;
}

.contact-people .contact-person__image--placeholder {
    background-color: rgba(0,0,0,.1);
}

.contact-people .contact-person__name {
    margin: -10px 0 0 -10px;
}

.contact-people .contact-person__contact {
    margin-top: 24px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    row-gap: 10px;
}

@media screen and (min-width: 620px) {
    .contact-people {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1024px) {
    .contact-people {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/*
 * ==========================================================================
 * Allgemeines Hilfe-Modul
 * ==========================================================================
 */
.tchibo-help {
    container-type: inline-size;
    padding: 0;
}

.tchibo-help__headline {
    text-align: center;
}

.tchibo-help__cards {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.tchibo-help__card {
    display: flex;
    background-color: var(--color-Gray3);
}

.tchibo-help__card-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    border: 8px solid var(--color-GrayPearlDark);
    padding: 24px 24px;
    text-align: center;
}

.tchibo-help__card-icon {
    margin-bottom: 16px !important;
    color: var(--color-Gray85);
    width: 58px;
    height: 58px;
}

.tchibo-help__card-headline {
    margin-bottom: 32px;
}

.tchibo-help__card-actions {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.tchibo-help__card-action--link,
.tchibo-help__card-action--email,
.tchibo-help__card-action--tel {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.tchibo-help__card-action--email::before,
.tchibo-help__card-action--tel::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.tchibo-help__card-action--email::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABEElEQVR4nO3UPS9EQRTG8Z+XiEQoVBL7YSRaKjodHZ3GV1Aolbai0+lU2i1pVHyA/QLeWVk5Jte1V3bYVWzuPzm5c2fOPM/N3DmHmppRZgGX6AwprtEomy7Hcx6tIZi2Qrvo9cEj1mM8g/MBml5gLrRXcV807ia8YDPep3A6ANMzTIfmBp5j/otxN96wG3MTOPqD6TEmQ2sHr4W1b8afsR/zYzj4hekhxkNjr8d6pXE/m6uin49OVImcFI5ru3Rc5Sj/puYPuYmcC/LUIyf3Yib6KYnZyF3BXWHtAWuZpZjIbQJLuMVNjHObTyKn7S3q3W6vMnQSOaXSxlb03UaM25kaic4/R6I27oz8UdfUjA7vZuyuMsipCFsAAAAASUVORK5CYII=");
}

.tchibo-help__card-action--tel::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABIElEQVR4nO3VwSoFURwH4A+h2FAUz3ElS0l5CgsWNrJjKxs2XoDuAygegFhZiMJKdq4dC5KUhY2uTo263c4dZM50F/dXv83M1NfMnPM/dNIGWcQdrjBaFrqFekOrZaBzTWjoJyqp4ZMIHHqGrpTwWws4dD4l/JIDP2AwFXyRA4dOpoLXctBb9KaCx/HeAp6ROBsRNAyS5BnEfRP8hOEy8Al8NOGn6C8DX4l88r3Ug+Q7uxF8WwnpwUEE38nuNSZstSkMFIX34TCCH2Eoe2YaN9n1Ryyhu6iVfhzBn3Gdc7BUinrz/R9GauxIrWLkv3hP9n/rf+ylgrIc2ed5rSl4yNR+CS8oOGHRreccLKGbEmYMqzjP5vprtt1mU6KdtG++AA/oqGgeE678AAAAAElFTkSuQmCC");
}

.tchibo-help__card-action--link span,
.tchibo-help__card-action--email span,
.tchibo-help__card-action--tel span {
    text-decoration: underline;
}

@container (min-width: 668px) {
    .tchibo-help__cards {
        grid-template-columns: 1fr 1fr;
    }

    .tchibo-help__card:nth-child(3) {
        grid-column: 1 / span 2;
    }

    .tchibo-help__card-inner {
        padding: 48px 40px;
    }
}

@container (min-width: 1024px) {
    .tchibo-help__cards {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tchibo-help__card:nth-child(3) {
        grid-column: 3 / span 1;
    }
}

.hero-lg {
    padding-bottom: 15px;
}

.headlinewrapper {
    margin-top: 1rem;
}

#job-content {
    scroll-margin-top: 64px;
}

@media only screen and (min-width: 668px) {
    .hero-lg {
        padding-bottom: 25px;
    }

    .headlinewrapper {
        margin-top: 2rem;
    }
}

@media only screen and (min-width: 1024px) {
    #job-content {
        scroll-margin-top: 100px;
    }
}

/*
 * ==========================================================================
 * Image Modal
 * ==========================================================================
 */

[data-imagemodal="trigger"] {
    cursor: zoom-in;
}

.imageModal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow-y: auto;
}

.imageModal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}

.imageModal-panel {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 16px;
}

.imageModal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1001;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    transition: opacity 0.25s;
}

.imageModal-close svg {
    width: 32px;
    height: 32px;
}

.imageModal-content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    overflow-y: auto;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 16px rgba(0,0,0,.2);
}

.imageModal-content img,
.centerimage .imageModal-content img {
    width: 100%;
}

/**
Subnavigation Block
 */
.block-subnavigation {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.block-subnavigation > div {
  flex: 0 0 calc((100% - 3 * 1.5rem) / 4);
  max-width: calc((100% - 3 * 1.5rem) / 4);
  box-sizing: border-box;
  text-align: center;
  min-width: 0;
}
.block-subnavigation-3-row > div,
.block-subnavigation-5-row > div,
.block-subnavigation-6-row > div {
  flex: 0 0 calc((100% - 2 * 1.5rem) / 3);
  max-width: calc((100% - 2 * 1.5rem) / 3);
}

@media(max-width: 1280px) {
  .block-subnavigation > div {
    flex: 0 0 calc((100% - 2 * 1.5rem) / 3);
    max-width: calc((100% - 2 * 1.5rem) / 3);
  }
  .block-subnavigation-4-row > div {
    flex: 0 0 calc((100% - 1.5rem) / 2);
    max-width: calc((100% - 1.5rem) / 2);
  }
}
.block-subnavigation-2-row > div {
  flex: 0 0 calc((100% - 1.5rem) / 2);
  max-width: calc((100% - 1.5rem) / 2);
}
@media(max-width: 1023px) {
  .block-subnavigation > div {
    flex: 0 0 calc((100% - 1.5rem) / 2);
    max-width: calc((100% - 1.5rem) / 2);
  }
}
@media(max-width: 667px) {
  .block-subnavigation > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-subnavigation-1-row > div {
  flex: 0 0 100%;
  max-width: 100%;
}

