/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0,0,0,.9);
    outline: 0!important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: 0!important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: 0!important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.lity-closed .lity-content,.lity-loading .lity-content {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container,.lity-iframe .lity-container,.lity-vimeo .lity-container,.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

.lity-hide {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,::after,::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body,html {
    min-height: 100%
}

body {
    background: #fff;
    color: #111;
    margin: 0;
    overflow-x: hidden;
    position: relative
}

@media (min-width: 48em) {
    .page--home {
        -ms-scroll-snap-type:y mandatory;
        scroll-snap-type: y mandatory
    }

    .page--home .block-intro,.page--home .block-phase {
        scroll-snap-align: start
    }
}

.page__container {
    margin: 0 auto;
    max-width: 124rem;
    position: relative
}

.page__content {
    position: relative
}

.page__slideshow {
    height: 100%
}

.page__slideshow .slick-list,.page__slideshow .slick-slide,.page__slideshow .slick-track {
    height: 100%;
    position: relative
}

.page__background {
    height: 100%;
    position: relative;
    width: 100%
}

.page__background-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
    position: absolute;
    top: 0;
    width: 100%
}

.page__hero {
    overflow: hidden;
    position: relative
}

.page--phase .page__hero {
    position: absolute
}

@media (min-width: 48em) {
    .page__hero {
        margin-left:auto;
        margin-right: auto;
        width: 91.6666666667%
    }
}

.page__hero__container {
    border-radius: .1rem;
    height: 0;
    left: 0;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
    top: 0;
    width: 100%
}

.page__hero__gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.45)),to(rgba(0,0,0,0)));
    background: linear-gradient(to bottom,rgba(0,0,0,.45) 0,rgba(0,0,0,0));
    display: none;
    height: 11rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page--dark .page__hero__gradient {
    display: block
}

.page__hero__mask {
    bottom: 0;
    height: 15vw;
    left: -.5rem;
    position: absolute;
    right: -.5rem;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.page__hero__mask svg {
    height: 100%;
    width: 100%
}

.page__hero__caption {
    bottom: 2rem;
    font-family: "Tiempos Headline",serif;
    font-size: 2rem;
    font-weight: 700;
    left: 0;
    position: absolute;
    width: 100%
}

@media (min-width: 48em) {
    .page__hero__caption {
        bottom:4rem;
        font-size: 3rem
    }
}

@media (min-width: 80em) {
    .page__hero__caption {
        bottom:10rem;
        font-size: 4rem
    }
}

.page__hero__caption__container {
    margin: 0 auto;
    max-width: 124rem
}

.page__hero__caption__label {
    margin-left: auto;
    margin-right: auto
}

.page__hero+.page__content .page__container:first-child {
    padding-top: 2rem
}

@media (min-width: 48em) {
    .page__hero+.page__content .page__container:first-child {
        padding-top:8rem
    }
}

.page__image,.page__video {
    display: block;
    font-family: 'object-fit: cover';
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .6s cubic-bezier(.18,.66,.18,1);
    transition: opacity .6s cubic-bezier(.18,.66,.18,1);
    width: 100%
}

.page__image.lazyloaded {
    opacity: 1
}

.page__title {
    max-width: 65rem
}

@media (min-width: 48em) {
    .page__title {
        margin-left:8.3333333333%
    }
}

.page__title.inview--visible::after {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

.page--phase .page__title {
    font-size: 56px;
    margin-top: 0
}

@media screen and (min-width: 320px) {
    .page--phase .page__title {
        font-size:calc(56px + 88 * ((100vw - 320px)/ 720))
    }
}

@media screen and (min-width: 1040px) {
    .page--phase .page__title {
        font-size:144px
    }
}

.page__label {
    color: #000;
    font-weight: 700;
    margin: 0 auto;
    max-width: 65%;
    text-align: center;
    text-transform: uppercase
}

.page__label+.page__title {
    margin-top: .38em
}

.page__intro,.page__meta {
    margin: 0 auto;
    max-width: 65rem;
    text-align: center
}

.page__intro {
    font-family: "Tiempos Headline",serif
}

@media (min-width: 48em) {
    .page__intro {
        font-size:1.875rem
    }
}

.page__meta {
    color: #888;
    font-size: 1.6rem;
    margin-bottom: 1.5rem
}

@media (min-width: 48em) {
    .page__meta {
        font-size:1.8rem;
        margin-bottom: 3rem
    }
}

.page__client__logo {
    max-height: 2em;
    max-width: 100%;
    width: auto
}

.page__client+.page__title {
    margin-top: .4em
}

@page {
    margin: 10mm;
    size: A4
}

ol,ul {
    padding-left: 1em
}

.module__facts ul:not([class]) li,.module__richtext__content ul:not([class]) li {
    list-style-type: none;
    position: relative
}

.module__facts ul:not([class]) li::before,.module__richtext__content ul:not([class]) li::before {
    border: .2rem solid currentColor;
    border-radius: 50%;
    content: '';
    height: .2rem;
    left: -.9em;
    position: absolute;
    top: .55em;
    width: .2rem
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    font-weight: 700;
    margin-bottom: 1rem/2;
    padding: 0
}

label {
    margin-bottom: 1rem/2
}

[type=email],[type=tel],[type=text],select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eee;
    border: .2rem solid #eee;
    border-radius: .4rem;
    color: #000;
    font-family: "Tiempos Headline",serif;
    font-size: 1em;
    line-height: 1.4;
    padding: .55em 1em .45em
}

[type=email]:focus,[type=tel]:focus,[type=text]:focus,select:focus,textarea:focus {
    border-color: #999;
    outline: 0
}

[type=email]::-webkit-input-placeholder,[type=tel]::-webkit-input-placeholder,[type=text]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: rgba(102,102,102,.6)
}

[type=email]::-moz-placeholder,[type=tel]::-moz-placeholder,[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {
    color: rgba(102,102,102,.6)
}

[type=email]::-ms-input-placeholder,[type=tel]::-ms-input-placeholder,[type=text]::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: rgba(102,102,102,.6)
}

[type=email]::placeholder,[type=tel]::placeholder,[type=text]::placeholder,select::placeholder,textarea::placeholder {
    color: rgba(102,102,102,.6)
}

textarea {
    resize: vertical
}

[type=file] {
    margin-bottom: 1rem;
    width: 100%
}

[type=submit] {
    background: #ff00ff;
    border: .2rem solid #ff00ff;
    border-radius: .5rem;
    color: #fff;
    display: inline-block;
    font-family: "Tiempos Headline",serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0 .5rem .5rem 0;
    max-width: 100%;
    padding: .65em 1em .55em;
    text-decoration: none;
    -webkit-transition: background-color .2s ease,border .2s ease;
    transition: background-color .2s ease,border .2s ease;
    width: auto
}

@media print {
    [type=submit] {
        display: none
    }
}

[type=submit]:focus,[type=submit]:hover {
    background: #c0c;
    border-color: #c0c
}

body .gform_wrapper {
    margin: 0
}

body .gform_wrapper .gform_heading {
    text-align: center
}

body .gform_wrapper .gform_heading .gform_title {
    font-size: 2em!important;
    text-transform: initial
}

body .gform_wrapper .gform_footer {
    padding: 0
}

body .gform_wrapper .gfield_required {
    color: currentColor
}

body .gform_wrapper label.gfield_label {
    font-weight: 400;
    margin-bottom: .5em
}

body .gform_wrapper div.validation_error {
    background: #000;
    border: 0;
    color: #fff;
    padding: 2rem;
    text-align: left
}

body .gform_wrapper .gform_confirmation_wrapper {
    background: #ff00ff;
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: 2rem;
    text-align: left
}

body .gform_wrapper li.gfield.gfield_error,body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: 0 0;
    border: 0;
    padding: 0
}

body .gform_wrapper .gfield_error .gfield_label,body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,body .gform_wrapper li.gfield_error ul.gfield_checkbox,body .gform_wrapper li.gfield_error ul.gfield_radio {
    color: inherit
}

body .gform_wrapper .field_description_below .gfield_description {
    font-weight: 400;
    padding-top: .4rem
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: .6rem
}

body .gform_wrapper .validation_message {
    color: currentColor
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body .gform_wrapper li.gfield_error select,body .gform_wrapper li.gfield_error textarea {
    border: .2rem solid #000
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body .gform_wrapper textarea {
    padding: .65em 1em .55em
}

@media (min-width: 48em) {
    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body .gform_wrapper textarea {
        padding:.4em .7em
    }
}

@media only screen and (max-width: 641px) {
    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height:inherit;
        min-height: 0
    }
}

body .gform_wrapper .description,body .gform_wrapper .gfield_description,body .gform_wrapper .gsection_description,body .gform_wrapper .instruction {
    opacity: .7;
    padding-top: .6rem
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0!important
}

body .gform_wrapper .top_label .gfield_label {
    font-size: 1.4rem
}

@media (min-width: 48em) {
    body .gform_wrapper .top_label .gfield_label {
        font-size:1.6rem
    }
}

body .gform_wrapper select,body .gform_wrapper.gf_browser_chrome select {
    padding: .4em .6em .5em
}

body .gform_wrapper .gsection .gfield_label,body .gform_wrapper h2.gsection_title,body .gform_wrapper h3.gform_title {
    font-family: "Tiempos Headline",serif
}

body .gform_wrapper .gsection {
    border-bottom: .2rem solid #eee
}

body .gform_wrapper ul li.gfield {
    margin-bottom: 2rem
}

body .gform_wrapper .ginput_container_checkbox,body .gform_wrapper .ginput_container_radio {
    margin-bottom: 2em!important
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox],body .gform_wrapper .gfield_radio li input[type=radio] {
    position: absolute;
    opacity: .000001
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox]:focus~label:before,body .gform_wrapper .gfield_radio li input[type=radio]:focus~label:before {
    border-color: #999
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked~label,body .gform_wrapper .gfield_radio li input[type=radio]:checked~label {
    font-weight: 400
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked~label::after,body .gform_wrapper .gfield_radio li input[type=radio]:checked~label::after {
    display: block
}

body .gform_wrapper .gfield_checkbox li br {
    display: none
}

body .gform_wrapper ul.gfield_checkbox li label,body .gform_wrapper ul.gfield_radio li label {
    position: relative;
    padding-left: 3.6rem;
    font-size: 1em
}

body .gform_wrapper ul.gfield_checkbox li label::before,body .gform_wrapper ul.gfield_radio li label::before {
    background: #eee;
    border: .2rem solid #eee;
    border-radius: .2rem;
    content: '';
    height: 2.4rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 2.4rem
}

body .gform_wrapper ul.gfield_checkbox li label::after,body .gform_wrapper ul.gfield_radio li label::after {
    background: #ff00ff;
    border-radius: .2rem;
    content: '';
    display: none;
    height: 1.4rem;
    left: .5rem;
    position: absolute;
    top: .5rem;
    width: 1.4rem
}

body .gform_wrapper ul.gfield_radio li label::after,body .gform_wrapper ul.gfield_radio li label::before {
    border-radius: 50%
}

body .gform_wrapper ul.gfield_checkbox li,body .gform_wrapper ul.gfield_radio li {
    overflow: initial
}

body .gform_wrapper select,body .gform_wrapper.gf_browser_chrome select {
    padding-right: 4.5rem
}

body .gform_wrapper .ginput_container_select {
    position: relative
}

body .gform_wrapper .ginput_container_select::after {
    background: url(../images/select.svg) no-repeat center;
    content: '';
    height: 3rem;
    pointer-events: none;
    position: absolute;
    right: 1.25rem;
    top: 1rem;
    width: 2rem
}

body .ui-datepicker {
    -webkit-box-shadow: 0 .2em 1em rgba(0,0,0,.2);
    box-shadow: 0 .2em 1em rgba(0,0,0,.2);
    background: #ff00ff;
    border: 0;
    border-radius: .5rem;
    color: #fff;
    font-family: "Tiempos Headline",serif;
    font-size: 1em;
    font-weight: 400;
    overflow: hidden;
    width: 27.2rem
}

@media (min-width: 48em) {
    body .ui-datepicker {
        -webkit-box-shadow:0 .4em 2em rgba(0,0,0,.2);
        box-shadow: 0 .4em 2em rgba(0,0,0,.2)
    }
}

body .ui-datepicker thead {
    background: #e600e6
}

body .ui-datepicker thead tr {
    border-bottom: .1rem solid #e600e6
}

body .ui-datepicker thead th {
    border: 0;
    color: rgba(255,255,255,.6);
    font-size: .75em;
    font-weight: 400;
    text-shadow: none
}

body .ui-datepicker tbody tr {
    border-bottom: .1rem solid #e600e6;
    border-left: .1rem solid #e600e6
}

body .ui-datepicker tbody td {
    border: 0;
    border-right: .1rem solid #e600e6;
    padding: 0;
    text-align: center;
    text-shadow: none
}

body .ui-datepicker-header {
    background: #e600e6;
    border: 0
}

body .ui-datepicker-next,body .ui-datepicker-prev {
    background: 0 0;
    border: 0;
    height: 4rem;
    position: relative;
    text-shadow: none
}

body .ui-datepicker-next::before,body .ui-datepicker-prev::before {
    color: #fff;
    content: '>';
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    top: 1.4rem
}

body .ui-datepicker-prev::before {
    content: '<';
    left: 1.5rem
}

body .ui-datepicker-next::before {
    right: 1.5rem
}

body .ui-datepicker-title select {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    margin: .8rem .4rem;
    padding: .6rem .8rem .5rem
}

body .ui-datepicker-calendar .ui-state-default {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: block;
    height: auto;
    padding: .5rem;
    text-shadow: none;
    width: 100%!important
}

body .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    background: rgba(255,255,255,.15)
}

body .ui-datepicker-calendar .ui-state-default.ui-state-hover {
    background: rgba(255,255,255,.25)
}

body .ui-datepicker-calendar .ui-state-default.ui-state-active {
    background: #fff;
    color: #ff00ff;
    width: 100%
}

body td.ui-datepicker-unselectable.ui-state-disabled {
    background: 0 0
}

body .gform_wrapper .top_label input.large.datepicker,body .gform_wrapper .top_label input.medium.datepicker,body .gform_wrapper .top_label input.small.datepicker {
    width: 100%
}

body .gform_confirmation_message {
    font-size: 1.5em;
    font-weight: 600;
    padding: 1em;
    text-align: center
}

figure {
    margin: 0
}

img,picture {
    height: auto;
    margin: 0;
    max-width: 100%
}

table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 1rem;
    width: 100%
}

th {
    border-bottom: .1rem solid #eee;
    font-weight: 700;
    padding: 0 .8rem .3em 0;
    text-align: left
}

th:last-child {
    padding-right: 0
}

td {
    padding: 0 .8rem .3em 0
}

td:last-child {
    padding-right: 0
}

@font-face {
    font-family: 'Tiempos headline';
    font-weight: 400;
    src: url("../fonts/tiemposheadline-light.otf") format("opentype");
}

@font-face {
    font-family: 'Tiempos headline';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/tiemposheadline-lightitalic.otf") format("opentype");
}

@font-face {
    font-family: 'Tiempos headline';
    font-weight: 700;
    src: url("../fonts/tiemposheadline-medium.woff2") format("woff2");
}

html {
    color: #000;
    font-family: "Tiempos Headline",serif;
    font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25
}

@media print {
    html {
        color: #000
    }
}

body {
    font-size: 16px
}

@media screen and (min-width: 320px) {
    body {
        font-size:calc(16px + 8 * ((100vw - 320px)/ 720))
    }
}

@media screen and (min-width: 1040px) {
    body {
        font-size:24px
    }
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Tiempos Headline",serif;
    font-weight: 400;
    line-height: 1;
    margin: .5em 0
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
    margin-top: 0
}

h1:only-child,h2:only-child,h3:only-child,h4:only-child,h5:only-child,h6:only-child {
    margin: 1em 0
}

h1+.wp-block-columns,h2+.wp-block-columns,h3+.wp-block-columns,h4+.wp-block-columns,h5+.wp-block-columns,h6+.wp-block-columns {
    margin-top: 1em
}

.headline,h1 {
    font-size: 3.2rem;
    margin: 0
}

@media (min-width: 48em) {
    .headline,h1 {
        font-size: 6rem
    }
}

.headline+h2,.headline+h3,h1+h2,h1+h3 {
    margin-top: 1em
}

.subheadline,blockquote p,h2 {
    font-size: 36px
}

@media screen and (min-width: 320px) {
    .subheadline,blockquote p,h2 {
        font-size:calc(36px + 36 * ((100vw - 320px)/ 720))
    }
}

@media screen and (min-width: 1040px) {
    .subheadline,blockquote p,h2 {
        font-size:72px
    }
}

.subheadline+h3,blockquote p+h3,h2+h3 {
    margin-top: 1em
}

.has-medium-font-size,.lead,h3 {
    font-size: 36px
}

@media screen and (min-width: 320px) {
    .has-medium-font-size,.lead,h3 {
        font-size:calc(36px + 12 * ((100vw - 320px)/ 720))
    }
}

@media screen and (min-width: 1040px) {
    .has-medium-font-size,.lead,h3 {
        font-size:48px
    }
}

.has-medium-font-size+.wp-block-image,.lead+.wp-block-image,h3+.wp-block-image {
    margin-top: 2rem
}

small {
    font-size: 13px
}

@media screen and (min-width: 320px) {
    small {
        font-size:calc(13px + 5 * ((100vw - 320px)/ 720))
    }
}

@media screen and (min-width: 1040px) {
    small {
        font-size:18px
    }
}

.has-small-font-size {
    font-size: .7em
}

.has-medium-font-size {
    font-size: 1.3em;
    line-height: 1.2
}

p {
    margin: 0
}

p+p:not(.has-small-font-size) {
    margin-top: 1em
}

p+h2,p+h3 {
    margin-top: 1em
}

a {
    border-bottom: .1rem solid currentColor;
    color: currentColor;
    font-family: "Tiempos Headline",serif;
    text-decoration: none;
    -webkit-transition: color .2s ease,background-color .2s ease,fill .2s ease;
    transition: color .2s ease,background-color .2s ease,fill .2s ease
}

.wp-block-media-text a {
    white-space: nowrap
}

a:focus,a:hover {
    color: #ff00ff
}

code {
    background: #eee;
    border-radius: .3rem;
    display: block;
    margin: 1rem 0;
    overflow: auto;
    padding: 1rem 1.5rem;
    white-space: nowrap
}

@media (min-width: 80em) {
    code {
        margin:1rem -30rem 1rem 0
    }
}

blockquote {
    border-top: .1rem solid rgba(0,0,0,.2);
    line-height: 1.2;
    margin: 0 auto 2rem
}

blockquote p {
    margin: 0 auto;
    max-width: 100rem;
    padding: 2em 0 1em;
    text-align: center
}

@media (min-width: 48em) {
    blockquote p {
        padding:3em 0 1em
    }
}

cite {
    display: block;
    font-size: 1em;
    font-style: normal;
    margin-bottom: 4rem;
    text-align: center
}

cite .person {
    display: block;
    font-family: "Tiempos Headline",serif;
    margin-bottom: 2rem;
    text-transform: uppercase
}

hr {
    border-bottom: #eee;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1rem 0
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.lead {
    font-family: "Tiempos Headline",serif;
    font-weight: 400;
    margin-bottom: 30px
}

.link {
    border: 0;
    color: currentColor;
    display: inline-block;
    font-family: "Tiempos Headline",serif;
    font-size: 1.6rem;
    padding: 6px 12px 6px 24px;
    position: relative;
    text-decoration: none;
    -webkit-transition: background-color .2s cubic-bezier(.18,.66,.18,1),color .2s cubic-bezier(.18,.66,.18,1),-webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    transition: background-color .2s cubic-bezier(.18,.66,.18,1),color .2s cubic-bezier(.18,.66,.18,1),-webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    transition: background-color .2s cubic-bezier(.18,.66,.18,1),color .2s cubic-bezier(.18,.66,.18,1),transform .3s cubic-bezier(.18,.66,.18,1);
    transition: background-color .2s cubic-bezier(.18,.66,.18,1),color .2s cubic-bezier(.18,.66,.18,1),transform .3s cubic-bezier(.18,.66,.18,1),-webkit-transform .3s cubic-bezier(.18,.66,.18,1)
}

@media (min-width: 48em) {
    .link {
        font-size:1.8rem
    }
}

.link::before {
    border-top: .2rem solid currentColor;
    content: '';
    left: 0;
    position: absolute;
    top: calc(50% - .2rem);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    transition: -webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    transition: transform .3s cubic-bezier(.18,.66,.18,1);
    transition: transform .3s cubic-bezier(.18,.66,.18,1),-webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    width: 1.6rem
}

.link:focus,.link:hover {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.link:focus::before,.link:hover::before {
    -webkit-transform: scale(1.6,1) translateX(-.3rem);
    transform: scale(1.6,1) translateX(-.3rem)
}

.bg- {
    background-color: #eee
}

.bg-green {
    background-color: #4df1b8
}

.bg-blue {
    background-color: #61b3e8
}

.bg-tuerkis {
    background-color: #8af5ed
}

.bg-red {
    background-color: #ff7079
}

.bg-yellow {
    background-color: #e6fa7b
}

.stroke- {
    stroke: #eee
}

.stroke-green {
    stroke: #4df1b8
}

.stroke-blue {
    stroke: #61b3e8
}

.stroke-tuerkis {
    stroke: #8af5ed
}

.stroke-red {
    stroke: #ff7079
}

.stroke-yellow {
    stroke: #e6fa7b
}

.label {
    border: 0;
    color: #000;
    display: inline-block;
    font-family: "Tiempos Headline",serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase
}

.label--active {
    background: #61b3e8;
    color: #fff
}

.label--category {
    padding: 6px 12px
}

.label--category.label--active {
    background: #ff7079
}

.label--tag {
    padding: 6px 12px
}

.label--tag.label--active {
    background: #999
}

.header {
    left: 0;
    position: sticky;
    top: 0;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: transform .4s ease,opacity .4s ease;
    transition: transform .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    width: 100%;
    z-index: 6
}

.page--no-header .header {
    display: none
}

.header__shadow {
    background: #fff;
    display: block;
    height: 8rem;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .6s cubic-bezier(.18,.66,.18,1),-webkit-box-shadow .4s cubic-bezier(.18,.66,.18,1);
    transition: opacity .6s cubic-bezier(.18,.66,.18,1),-webkit-box-shadow .4s cubic-bezier(.18,.66,.18,1);
    transition: opacity .6s cubic-bezier(.18,.66,.18,1),box-shadow .4s cubic-bezier(.18,.66,.18,1);
    transition: opacity .6s cubic-bezier(.18,.66,.18,1),box-shadow .4s cubic-bezier(.18,.66,.18,1),-webkit-box-shadow .4s cubic-bezier(.18,.66,.18,1);
    width: 100%
}

@media (min-width: 48em) {
    .header__shadow {
        height:9rem
    }
}

.menu--expanded .header__shadow {
    opacity: 0
}

.header__mask {
    background: -webkit-gradient(linear,left top,left bottom,from(black),color-stop(70%,rgba(0,0,0,.8)),to(rgba(0,0,0,0)));
    background: linear-gradient(to bottom,#000 0,rgba(0,0,0,.8) 70%,rgba(0,0,0,0) 100%);
    height: 8rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity .4s cubic-bezier(.18,.66,.18,1);
    transition: opacity .4s cubic-bezier(.18,.66,.18,1);
    width: 100%
}

.menu--expanded .header__mask {
    opacity: 1;
    -webkit-transition: opacity .8s .2s cubic-bezier(.18,.66,.18,1);
    transition: opacity .8s .2s cubic-bezier(.18,.66,.18,1)
}

.header.headroom {
    position: fixed
}

.header.headroom--not-top {
    opacity: 1;
    -webkit-transform: translateY(-11.5rem);
    transform: translateY(-11.5rem)
}

.header.headroom--not-top .header__shadow {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    opacity: 1
}

.header.headroom--not-top.headroom--pinned {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header.headroom--not-top.headroom--pinned .header__shadow {
    -webkit-box-shadow: 0 .3em 1.5em rgba(0,0,0,.2);
    box-shadow: 0 .3em 1.5em rgba(0,0,0,.2)
}

@media (min-width: 48em) {
    .header.headroom--not-top.headroom--pinned .header__shadow {
        -webkit-box-shadow:0 .6em 3em rgba(0,0,0,.2);
        box-shadow: 0 .6em 3em rgba(0,0,0,.2)
    }
}

.menu--expanded .header.headroom--not-top.headroom--pinned .header__shadow {
    opacity: 0
}

.menu--expanded .header .header__mask {
    display: block
}

@media print {
    .header {
        position: relative;
    }
}

.header__container {
    background: #fff;
    border-bottom: .2rem solid #000;
    margin: 0 auto;
    opacity: 1;
    position: relative;
    margin: 0 auto;
    max-width: 124rem;
    overflow: visible;
}

.header__container a {
    border: 0
}

.header__container h1 {
    line-height: .75;
    margin: 0;
    padding-top: .5em;
    text-align: center
}

.header__logo {
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 7.7rem;
    margin-left: -3rem;
    padding: 2rem;
    -webkit-transition: opacity .4s cubic-bezier(.18,.66,.18,1);
    transition: opacity .4s cubic-bezier(.18,.66,.18,1)
}

@media (min-width: 48em) {
    .header__logo {
        margin-left:-2rem
    }
}

.header__logo:focus path,.header__logo:hover path {
    fill: #000
}

.header__logo svg {
    height: 3.7rem;
    width: 3.6rem
}

.header__logo path {
    fill: #111;
    -webkit-transition: fill .2s ease,stroke .2s ease;
    transition: fill .2s ease,stroke .2s ease
}

.page--dark .header__logo path {
    fill: #fff
}

.headroom--not-top .header__logo path {
    fill: #111
}

.menu--expanded .header__logo {
    opacity: 0;
    pointer-events: none
}

.header__navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 6rem
}

@media (min-width: 48em) {
    .header__navigation {
        display:block
    }
}

.header__navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: .3rem 0
}

@media (min-width: 48em) {
    .header__navigation__list {
        margin:1rem 0
    }
}

.header__navigation__item {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header__navigation__item--page {
    display: none
}

@media (min-width: 48em) {
    .header__navigation__item--page {
        display:block
    }
}

.header__navigation__item circle,.header__navigation__item path {
    fill: currentColor
}

.header__navigation__item svg {
    height: 1.2em;
    vertical-align: middle;
    width: 1.6em
}

.header__navigation__link {
    border: 0;
    display: block;
    font-weight: 600;
    padding: 1.5em .47em
}

.header__navigation__link circle,.header__navigation__link path {
    -webkit-transition: fill .2s cubic-bezier(.18,.66,.18,1);
    transition: fill .2s cubic-bezier(.18,.66,.18,1)
}

.page--dark .header__navigation__link {
    color: #fff
}

.page--dark .header__navigation__link circle,.page--dark .header__navigation__link path {
    fill: #fff
}

.headroom--not-top .header__navigation__link {
    color: #111
}

.headroom--not-top .header__navigation__link circle,.headroom--not-top .header__navigation__link path {
    fill: #111
}

.menu--expanded .header__navigation__link {
    color: #000
}

.menu--expanded .header__navigation__link circle,.menu--expanded .header__navigation__link path {
    fill: #000
}

.header__navigation__label {
    display: none
}

.header__menu {
    border: 0;
    bottom: 0.05rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
    height: 4rem;
    left: var(--wp--preset--spacing--30);
    padding: 1rem;
    position: absolute;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.18,.66,.18,1);
    transition: -webkit-transform .2s cubic-bezier(.18,.66,.18,1);
    transition: transform .2s cubic-bezier(.18,.66,.18,1);
    transition: transform .2s cubic-bezier(.18,.66,.18,1),-webkit-transform .2s cubic-bezier(.18,.66,.18,1);
    width: 4rem
}

@media print {
    .header__menu {
        display: none
    }
}

@media (min-width: 80em) {
    .header__menu {
        padding:1rem;
        bottom: 0.5rem;
    }
}

.header__burger {
    background: #111;
    height: .2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: background-color .2s cubic-bezier(.18,.66,.18,1),-webkit-transform .4s cubic-bezier(.18,.66,.18,1);
    transition: background-color .2s cubic-bezier(.18,.66,.18,1),-webkit-transform .4s cubic-bezier(.18,.66,.18,1);
    transition: transform .4s cubic-bezier(.18,.66,.18,1),background-color .2s cubic-bezier(.18,.66,.18,1);
    transition: transform .4s cubic-bezier(.18,.66,.18,1),background-color .2s cubic-bezier(.18,.66,.18,1),-webkit-transform .4s cubic-bezier(.18,.66,.18,1);
    width: 4rem
}

@media (max-width: 47.99em) {
    .header__burger {
        transform: translateX(-64%) translateY(0.6rem) scale(.7)
    }
}

.header__title {
	display: block;
	font-size: 11vw;
	line-height: 1.1;
    margin: 0 0 -0.15em;
    text-align: center;
    padding-block-start: 0.15em;
}

@media (min-width: 48em) {
    .header__title {
        font-size: 8rem;
    }
}

@media (min-width: 80em) {
    .header__title {
        font-size: 12.6rem;
    }
}

.header__gyrotonic {
	display: block;
	text-align: center;
	font-size: 1em;
	padding-top: 1rem;
}

.header__gyrotonic sup {
    display: none;
}

.menu--expanded .header__burger {
    background-color: #000;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

@media (max-width: 47.99em) {
    .menu--expanded .header__burger {
        transform: translateX(-64%) translateY(0.6rem) rotate(-45deg) scale(.7)
    }
}

.header__burger::after,.header__burger::before {
    background: #111;
    content: '';
    height: .2rem;
    position: absolute;
    right: 0;
    -webkit-transition: width .3s cubic-bezier(.18,.66,.18,1),background-color .2s cubic-bezier(.18,.66,.18,1),-webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    transition: width .3s cubic-bezier(.18,.66,.18,1),background-color .2s cubic-bezier(.18,.66,.18,1),-webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    transition: width .3s cubic-bezier(.18,.66,.18,1),transform .3s cubic-bezier(.18,.66,.18,1),background-color .2s cubic-bezier(.18,.66,.18,1);
    transition: width .3s cubic-bezier(.18,.66,.18,1),transform .3s cubic-bezier(.18,.66,.18,1),background-color .2s cubic-bezier(.18,.66,.18,1),-webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    width: 4rem
}

.headroom--not-top .header__burger::after,.headroom--not-top .header__burger::before {
    background-color: #111
}

.menu--expanded .header__burger::after,.menu--expanded .header__burger::before {
    background-color: #000
}

.header__burger::before {
    top: -1rem
}

.menu--expanded .header__burger::before {
    -webkit-transform: rotate(90deg) scale(1) translateY(.9rem);
    transform: rotate(90deg) scale(1) translateY(.9rem);
    width: 2rem
}

.header__burger::after {
    bottom: -1rem
}

.menu--expanded .header__burger::after {
    -webkit-transform: rotate(-90deg) scale(1) translateY(-.9rem);
    transform: rotate(-90deg) scale(1) translateY(-.9rem);
    width: 2rem
}

.header .wp-block-button {
    margin-top: 2rem
}

.header .wp-block-button:first-child {
    margin-left: -1rem
}

.header .wp-block-button:last-child {
    margin-right: -1rem
}

@-webkit-keyframes header-dropin {
    from {
        opacity: 0;
        -webkit-transform: translateY(-6rem);
        transform: translateY(-6rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes header-dropin {
    from {
        opacity: 0;
        -webkit-transform: translateY(-6rem);
        transform: translateY(-6rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.menu {
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transition: opacity .6s cubic-bezier(.18,.66,.18,1);
    transition: opacity .6s cubic-bezier(.18,.66,.18,1);
    z-index: 3;
    width: 100%;
    height: 100vh;
}

.menu a {
    color: #000
}

.menu a:focus,.menu a:hover {
    color: #ff00ff
}

@media print {
    .menu {
        display: none
    }
}

.menu li {
    list-style-type: none
}

.menu--expanded .menu,.menu:target {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.menu--expanded .menu .menu__navigation,.menu:target .menu__navigation {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.menu--expanded .menu .menu__content,.menu:target .menu__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.menu__container {
    position: relative;
    margin: 0 auto;
    max-width: 124rem
}

@media (min-width: 48em) {
    .menu__container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100%;
        -webkit-transition: -webkit-transform .6s cubic-bezier(.18,.66,.18,1);
        transition: -webkit-transform .6s cubic-bezier(.18,.66,.18,1);
        transition: transform .6s cubic-bezier(.18,.66,.18,1);
        transition: transform .6s cubic-bezier(.18,.66,.18,1),-webkit-transform .6s cubic-bezier(.18,.66,.18,1)
    }
}

.menu__content {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    position: absolute
}

.menu__navigation__title {
    margin: 0
}

.menu__navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.menu__navigation__list--main {
    font-size: 2em
}

.menu__navigation__item {
    line-height: .7;
    list-style-type: none
}

.menu__navigation__link {
    border: 0;
    color: #000;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: "Tiempos Headline",serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .2s ease,-webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    transition: color .2s ease,-webkit-transform .3s cubic-bezier(.18,.66,.18,1);
    transition: color .2s ease,transform .3s cubic-bezier(.18,.66,.18,1);
    transition: color .2s ease,transform .3s cubic-bezier(.18,.66,.18,1),-webkit-transform .3s cubic-bezier(.18,.66,.18,1)
}

.menu__content {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .6s cubic-bezier(.18,.66,.18,1),-webkit-transform .6s cubic-bezier(.18,.66,.18,1);
    transition: opacity .6s cubic-bezier(.18,.66,.18,1),-webkit-transform .6s cubic-bezier(.18,.66,.18,1);
    transition: transform .6s cubic-bezier(.18,.66,.18,1),opacity .6s cubic-bezier(.18,.66,.18,1);
    transition: transform .6s cubic-bezier(.18,.66,.18,1),opacity .6s cubic-bezier(.18,.66,.18,1),-webkit-transform .6s cubic-bezier(.18,.66,.18,1)
}

.menu__link {
    padding: 10px 12px
}

.menu__category {
    color: #fff
}

.menu__category__list {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.menu__category__item {
    margin-bottom: 3em
}

.menu__category__link {
    border: 0;
    color: #000;
    display: block;
    font-family: "Tiempos Headline",serif;
    font-size: 1em;
    font-weight: 700;
    padding: .5rem 2rem 0 4em;
    text-align: left;
    text-transform: uppercase
}

@media (min-width: 48em) {
    .menu__category__link {
        font-size:1em;
        padding-left: 14em
    }
}

.menu__category__content {
    text-align: left
}

@media (min-width: 63.75em) {
    .menu__category__content {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.menu__secondary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 6em
}

@media (min-width: 63.75em) {
    .menu__secondary {
        margin-left:3em
    }
}

.menu__children__list {
    border-bottom: .1rem solid rgba(255,255,255,.25);
    margin: 0 auto;
    max-width: 51rem;
    padding: 0
}

.menu__children__item {
    margin: 0;
    padding: 0
}

.menu__children__icon {
    bottom: 50%;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.menu__children__link {
    border-bottom: 0;
    border-top: .1rem solid rgba(255,255,255,.25);
    color: #fff;
    display: block;
    font-family: "Tiempos Headline",serif;
    padding: .75em 2em .75em 0;
    position: relative
}

.menu__children__link--highlight {
    border-top: 0;
    padding: 0 0 3.5em;
    text-align: center
}

.menu__children__link--highlight .menu__children__icon {
    bottom: 2rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.menu__children__link--highlight strong {
    font-size: 1.17em;
    font-weight: 400;
    line-height: 1.2
}

.menu__subpage__list {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin: 0;
    padding: 0
}

.menu__subpage__item {
    margin: 0 0 3em
}

.menu__subpage__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.menu__subpage__link__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4em
}

.menu__subpage__link__text h3 {
    text-transform: initial
}

@media (min-width: 48em) {
    .menu__subpage__link__text {
        padding-left:14em
    }
}

.menu__subpage__link__image {
    border-radius: 50%;
    left: -4em;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 6em
}

@media (min-width: 48em) {
    .menu__subpage__link__image {
        left:0;
        width: 10em
    }
}

.menu__close {
    border: 0;
    padding: 20px 24px;
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width: 48em) {
    .menu__close {
        right:60px;
        top: -16px
    }
}

@media (min-width: 80em) {
    .menu__close {
        right:80px
    }
}

.menu__close path {
    fill: #000
}

@-webkit-keyframes selector-item-reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(12rem);
        transform: translateY(12rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(4rem);
        transform: translateY(4rem)
    }
}

@keyframes selector-item-reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(12rem);
        transform: translateY(12rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(4rem);
        transform: translateY(4rem)
    }
}

.footer {
    font-size: .7em
}

.footer a {
    border: 0
}

.footer h2,.footer h3 {
    font-size: 1em;
    text-transform: uppercase
}

.footer__container {
    margin: 0 auto;
    max-width: 124rem;
    margin: 0 auto
}

@media (min-width: 48em) {
    .footer__container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__container:last-child {
    margin-bottom: 0
}

.footer__container a {
    text-decoration: none
}

@media (min-width: 48em) {
    .footer__container {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__group {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 4rem 2rem;
    text-align: center
}

.footer__group img {
    margin-right: .5rem
}

.footer__group a:last-child img {
    margin-right: 0
}

.footer__group--languagenav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.footer__group--metanav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width: 48em) {
    .footer__group--metanav {
        margin:0
    }
}

.footer__group--copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.footer__group--quicklaunch {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.footer__group--one,.footer__group--two {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer__metanav {
    margin: 0;
    padding: 0
}

.footer__metanav__item {
    display: inline;
    list-style-type: none;
    margin: 0 .4em 0 0;
    padding: 0
}

@media (min-width: 48em) {
    .footer__metanav__item {
        margin:0 0 0 1em;
        padding: 0
    }
}

.footer__link {
    border: 0
}

.wp-block {
    max-width: 130rem
}

.wp-block-paragraph {
    max-width: 65rem
}

.wp-block-table td,.wp-block-table th {
    vertical-align: top
}

.wp-block-table td {
    padding-bottom: 0;
    padding-top: 0
}

.wp-block-table td:first-child {
    padding-left: 0
}

.wp-block-table.is-style-calendar td:nth-child(2),.wp-block-table.is-style-calendar td:nth-child(4) {
    width: 3.2em
}

.wp-block-table.is-style-calendar td:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    width: 1em
}

.wp-block-image {
    margin-bottom: 0
}

.wp-block-image a {
    border: 0
}

.wp-block-image figcaption {
    font-size: .7em;
    text-align: center
}

.wp-block-button__link {
    font-size: 0.75em;

    &:hover {
        background-color: black;
        color: white;
    }
}

.block-contactteaser .wp-block-button__link:focus,.block-contactteaser .wp-block-button__link:hover {
    background: #fff;
    color: #000!important
}

.is-style-outline .wp-block-button__link {
    background: #fff;
    border: .1rem solid currentColor
}

.is-style-outline .wp-block-button__link:focus,.is-style-outline .wp-block-button__link:hover {
    background: #000;
    border-color: #000;
    color: #fff!important
}

.block-contactteaser .is-style-outline .wp-block-button__link:focus,.block-contactteaser .is-style-outline .wp-block-button__link:hover {
    background: #fff;
    color: #000!important
}

.page__content>.wp-block-embed,.page__content>.wp-block-image,.page__content>.wp-block-table {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

@media (min-width: 48em) {
    .page__content>.wp-block-embed,.page__content>.wp-block-image,.page__content>.wp-block-table {
        margin-left:auto;
        margin-right: auto;
    }
}

.page__content>ul {
    padding-left: 3rem
}

.page__content>ul li {
    list-style-type: none;
    position: relative
}

.page__content>ul li::before {
    background: #4df1b8;
    border-radius: 50%;
    content: '';
    height: .9rem;
    left: -3rem;
    position: absolute;
    top: .8rem;
    width: .9rem
}

.wp-block-columns:not(:first-child) {
    margin-bottom: 0;
    margin-top: 0.2rem
}

.wp-block-columns.is-style-3col .wp-block-column {
    -ms-flex-preferred-size: 33%!important;
    flex-basis: 33%!important
}

.wp-block-columns.is-style-3col .wp-block-column:not(:first-child),.wp-block-columns.is-style-3col .wp-block-column:nth-child(2n) {
    margin-left: 0
}

.wp-block-column .wp-block-column {
    padding: 0
}

.wp-block-media-text {
    margin-bottom: 3rem;
    margin-top: 3rem
}

@media (min-width: 48em) {
    .wp-block-media-text {
        margin-left:auto;
        margin-right: auto;
        width: 83.3333333333%;
        grid-template-columns: auto 50%!important;
        margin-bottom: 16rem;
        margin-top: 16rem
    }
}

.wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 3rem
}

.wp-block-media-text .wp-block-media-text__content {
    margin-bottom: 3rem;
    padding: 0 0 0 2rem
}

.wp-block-media-text .wp-block-media-text__content a {
    margin-right: 2rem
}

.wp-block-media-text .wp-block-media-text__content p {
    padding-left: 1rem
}

@media (min-width: 48em) {
    .wp-block-media-text .wp-block-media-text__content {
        padding:0 6rem
    }

    .wp-block-media-text .wp-block-media-text__content p {
        padding-left: 2rem
    }
}

.page__content>.wp-block-button,.page__content>ol,.page__content>p,.page__content>ul {
    max-width: 65rem;
    margin-left: 4.1666666667%
}

@media (min-width: 48em) {
    .page__content>.wp-block-button,.page__content>ol,.page__content>p,.page__content>ul {
        margin-left:12.5%
    }
}

.page__content>h2,.page__content>h3 {
    left: -1rem;
    max-width: 65rem;
    position: relative;
    margin-left: 4.1666666667%
}

@media (min-width: 48em) {
    .page__content>h2,.page__content>h3 {
        left:-1.5rem;
        margin-left: 12.5%
    }
}

.wp-embed-aspect-16-9 {
    margin-bottom: 6rem;
    margin-top: 6rem
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    height: 0;
    padding-top: 56.25%;
    position: relative
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}


/* blocks */
.wp-block-group.is-style-boxed {
    padding: 2rem;
    background-color: white;
}

.wp-block-group.is-style-background {
    padding-bottom: 60%;
}

@media (min-width: 80em) {
    .wp-block-group.is-style-background {
        padding-bottom: 0;
        aspect-ratio: 2 / 3;
    }
}

/* blocks */

.block-slideshow {
    height: 150vh;
}

.header__lang {
	position: absolute;
	right: var(--wp--preset--spacing--30);
	bottom: 0;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	display: flex;
    line-height: 1.1;
}

@media (min-width: 80em) {
    .header__lang {
        bottom: 0.5rem;
    }
}

.header__lang li {
	list-style-type: none;
}

.header__lang li:not(:first-child)::before {
    content: "/";
	margin-inline: 0.15rem;
}

h2 a {
	border-bottom: 0;
}

hr {
	margin-block: 0;
}

.block-timetable__item {
    font-size: 1.25em;
}