@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-white: 255, 255, 255;
  --color-wild-sand: 245, 245, 245;
  --color-mercury: 229, 229, 229;
  --color-dusty-gray: 153, 153, 153;
  --color-dove-gray: 102, 102, 102;
  --color-mine-shaft: 51, 51, 51;
  --color-black: 0, 0, 0;
  --color-cerulean: 0, 156, 222;
  --color-lochmara: 0, 125, 186;
  --color-lemon: 251, 243, 21;
  --color-bright-red: 180, 0, 0;
  --color-limeade: 98, 170, 0;
  --font-size: 18px;
  --line-height: 1.5;
  --font-weight: 400;
  --font-family: "OpenSansLocal", OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-family-webfont: "OpenSans", Helvetica Neue, Helvetica, Arial, sans-serif;
  --background-color: var(--color-white);
  --font-color: var(--color-black);
  --link-color: var(--color-cerulean);
  --border-color: var(--color-black);
  --error-color: var(--color-bright-red);
  --success-color: var(--color-limeade);
  --transition: all 300ms ease-in-out;
  --primary-color-bg: var(--color-cerulean);
  --primary-color-fg: var(--color-white);
  --theme-color-bg: var(--color-white);
  --theme-color-dark-bg: var(--color-white);
  --theme-color-dark-opacity: 100%;
  --theme-color-fg: var(--color-black);
  --theme-btn-color-bg: var(--color-black);
  --theme-btn-color-fg: var(--color-white);
  --theme-list-color-bg: var(--color-black);
  --theme-list-color-fg: var(--color-white);
  --theme-btn-hover-color-bg: var(--color-cerulean);
  --theme-btn-hover-color-dark-bg: var(--color-lochmara);
  --theme-btn-hover-color-fg: var(--color-white);
  --theme-btn-hover-color-opacity: 0%;
  --theme-h1-color-bg: var(--color-cerulean);
  --theme-h1-color-fg: var(--color-white);
  --theme-headline-color-fg: var(--color-cerulean);
  --container-padding: 6vw;
  --dynamic-window-innerheight: 100vh;
  --scroll-offset: var(--scroll-offset-mobile, 0);
  --scroll-behavior: smooth;
}

html {
  overflow-y: scroll;
  height: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  scroll-behavior: smooth;
}

body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  font-size: var(--font-size);
  line-height: 1.5;
  line-height: var(--line-height);
  font-weight: 400;
  font-weight: var(--font-weight);
  font-family: "OpenSansLocal", OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-family: var(--font-family);
  background-color: rgb(255, 255, 255);
  background-color: rgb(var(--background-color));
  color: rgb(0, 0, 0);
  color: rgb(var(--font-color));
  margin: 0;
}
html.wf-opensans-n4-active body {
  font-family: "OpenSans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-family: var(--font-family-webfont);
}

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

::-moz-selection {
  background-color: rgb(0, 156, 222);
  background-color: rgb(var(--primary-color-bg));
  color: rgb(255, 255, 255);
  color: rgb(var(--primary-color-fg));
}

::selection {
  background-color: rgb(0, 156, 222);
  background-color: rgb(var(--primary-color-bg));
  color: rgb(255, 255, 255);
  color: rgb(var(--primary-color-fg));
}

blockquote {
  margin: 1rem 0;
  font-style: italic;
}

hr {
  display: block;
  background-color: rgb(0, 0, 0);
  background-color: rgb(var(--border-color));
  height: 1px;
  border: 0;
  margin: 1.875rem 0;
  padding: 0;
  width: 100%;
}

h1,
.u-h1 {
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.875rem, -0.2650669643rem + 4.4642857143vw, 3.75rem);
}
h1 .u-h1-lead,
.u-h1 .u-h1-lead {
  display: block;
  padding-right: 0.9375rem;
}
h1 .u-h1-text,
.u-h1 .u-h1-text {
  color: rgb(255, 255, 255);
  color: rgb(var(--theme-h1-color-fg));
  background: rgb(0, 156, 222);
  background: rgb(var(--theme-h1-color-bg));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.5rem 0.9375rem;
  line-height: 2.3;
  box-shadow: 0 0.1875rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1875rem 0.3125rem 0.3125rem rgba(var(--color-black), 0.1);
}
h1 + .u-headline-sub,
.u-h1 + .u-headline-sub {
  text-transform: none;
  font-size: clamp(1.875rem, 0.8049665179rem + 2.2321428571vw, 2.8125rem);
  color: rgb(0, 0, 0);
  color: rgb(var(--theme-color-fg));
}

h2,
.u-h2 {
  line-height: 1.33;
  font-weight: 800;
  text-transform: uppercase;
  color: rgb(0, 156, 222);
  color: rgb(var(--theme-headline-color-fg));
  font-size: clamp(1.875rem, 0.0202752976rem + 3.869047619vw, 3.5rem);
}
h2 + .u-headline-sub,
.u-h2 + .u-headline-sub {
  text-transform: none;
  color: rgb(0, 0, 0);
  color: rgb(var(--theme-color-fg));
  font-size: clamp(1.875rem, 1.4469866071rem + 0.8928571429vw, 2.25rem);
}

h3,
.u-h3 {
  line-height: 1.33;
  font-weight: 800;
  color: rgb(0, 0, 0);
  color: rgb(var(--theme-color-fg));
  font-size: clamp(1.625rem, 0.4836309524rem + 2.380952381vw, 2.625rem);
}

h4,
.u-h4 {
  line-height: 1.33;
  font-weight: 800;
  color: rgb(0, 0, 0);
  color: rgb(var(--theme-color-fg));
  font-size: clamp(1.5rem, 0.9293154762rem + 1.1904761905vw, 2rem);
}

h5,
.u-h5 {
  line-height: 1.33;
  font-weight: 800;
  color: rgb(0, 0, 0);
  color: rgb(var(--theme-color-fg));
  font-size: clamp(1.375rem, 1.232328869rem + 0.2976190476vw, 1.5rem);
}

h6,
.u-h6 {
  font-size: 18px;
  margin: 18px 0;
}

.u-headline-sub {
  font-weight: 400;
}

.u-text-transform-upper {
  text-transform: uppercase !important;
}

.u-text-transform-none {
  text-transform: none !important;
}

.u-text-left,
.ce-headline-left {
  text-align: left !important;
}

.u-text-left,
.ce-headline-left {
  justify-content: flex-start;
}

.u-text-right,
.ce-headline-right {
  text-align: right !important;
}

.u-text-right,
.ce-headline-right {
  justify-content: flex-end;
}

.u-text-center,
.ce-headline-center {
  text-align: center !important;
}

.u-text-center,
.ce-headline-center {
  justify-content: center;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

.u-font-light {
  font-weight: 300;
}

.u-text-block {
  display: block !important;
}

.u-text-inline-block {
  display: inline-block !important;
}

.u-text-small {
  font-size: 0.875rem;
}

.u-text-smaller {
  font-size: 0.75rem;
}

.u-margin-right-icon {
  margin-right: 0.625rem;
}

.u-margin-left-icon {
  margin-left: 0.625rem;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-margin-left-auto {
  margin-left: auto;
}

.u-margin-right-auto {
  margin-right: auto;
}

.u-animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.u-position-corner {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.u-position-center {
  top: 50%;
  transform: translateY(-50%);
}

.u-position-fixed {
  position: fixed !important;
}

.u-position-relative {
  position: relative !important;
}

.u-position-absolute {
  position: absolute !important;
}

.u-blend-mode-color {
  mix-blend-mode: color;
}

.u-flex {
  display: flex !important;
}

.u-grid-flexible {
  flex: 1 1;
  width: auto;
}

.u-grid-nowrap {
  flex-wrap: nowrap !important;
}

.u-grid-align-center {
  align-items: center !important;
}

.u-grid-align-bottom {
  align-items: flex-end !important;
}

.u-grid-justify-center {
  justify-content: center !important;
}

.u-grid-justify-flex-end {
  justify-content: flex-end !important;
}

.u-overflow {
  overflow: hidden;
}

.u-noscroll {
  position: fixed;
  overflow: hidden;
}

.u-nowrap {
  white-space: nowrap;
}

.u-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.u-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.u-cursor-pointer {
  cursor: pointer;
}

.u-respect-header {
  padding-top: 4.3125rem;
}

.u-box-border-box {
  box-sizing: border-box;
}

.u-ajax-minheight {
  min-height: 18.75rem;
}

a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  display: inline-block;
  transition: all 300ms ease-in-out;
  transition: var(--transition);
  color: rgb(0, 156, 222);
  color: rgb(var(--link-color));
}
a:hover, a:active, a:focus {
  color: rgb(0, 156, 222);
  color: rgb(var(--link-color));
}
a[href^=tel] {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
}

.ce-bodytext a:not(.c-btn) {
  display: inline;
}
.ce-bodytext a:not(.c-btn) .c-rte {
  display: inline;
}

[data-ember-action] {
  cursor: pointer;
}

a:not([href]),
a[id]:empty,
.empty-anchor {
  display: inline;
}

dd,
dt {
  display: block;
  margin: 0;
  padding: 3px 0;
}

ul,
ol {
  padding: 0;
  margin-left: 0;
  display: block;
  position: relative;
  list-style: none;
}

.ce-bodytext li + li {
  margin-top: 2.1875rem;
}
.ce-bodytext ul {
  padding-left: 1.875rem;
}
.ce-bodytext ul.list-dotted li::marker {
  content: "---";
  font-weight: 800;
}
.ce-bodytext ul li {
  padding-left: 1.75rem;
}
.ce-bodytext ul li::marker {
  content: "—";
  font-weight: 800;
}
.ce-bodytext ol {
  counter-reset: listitem;
}
.ce-bodytext ol li {
  counter-increment: listitem;
  display: flex;
  align-items: flex-start;
}
.ce-bodytext ol li:before {
  content: "0" counter(listitem) ".";
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  min-width: 2.625rem;
  min-height: 2.625rem;
  margin-top: -0.5rem;
  background: rgb(0, 0, 0);
  background: rgb(var(--theme-list-color-bg));
  color: rgb(255, 255, 255);
  color: rgb(var(--theme-list-color-fg));
  font-weight: 800;
  margin-right: 0.9375rem;
}
.ce-bodytext ol li:nth-child(n+10):before {
  content: counter(listitem) ".";
}

img,
object,
embed,
picture {
  display: block;
}

img:not(.staticimage),
picture:not(.staticimage),
object,
embed {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.staticimage {
  width: auto;
}

iframe,
svg {
  display: block;
}

object,
embed {
  height: 100%;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.gm-style img,
.gm-style embed,
.gm-style object {
  max-width: none !important;
}

figure.image {
  margin: 0;
}

svg {
  pointer-events: none;
}

img[src$=".svg"] {
  height: 20px;
  width: auto;
}

table {
  width: 100%;
}

th {
  text-transform: uppercase;
}

th,
td {
  padding: 0.4375rem;
  border-bottom: 1px solid --border-color;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

input {
  border: 0;
}

button {
  cursor: pointer;
}

select,
input,
textarea,
button {
  color: rgb(0, 0, 0);
  color: rgb(var(--font-color));
  border: 1px solid --border-color;
  background-color: rgb(255, 255, 255);
  background-color: rgb(var(--background-color));
  border-radius: 0;
  font-family: "OpenSansLocal", OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-family: var(--font-family);
}
html.wf-opensans-n4-active select,
html.wf-opensans-n4-active input,
html.wf-opensans-n4-active textarea,
html.wf-opensans-n4-active button {
  font-family: "OpenSans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-family: var(--font-family-webfont);
}
select.error,
input.error,
textarea.error,
button.error {
  border-color: rgb(180, 0, 0);
  border-color: rgb(var(--error-color));
}

input[type=radio],
input[type=checkbox] {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "OpenSansLocal", OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-family: var(--font-family);
  font-size: 100%;
  line-height: 1.5;
  line-height: var(--line-height);
}

input,
select,
textarea {
  width: 100%;
}

button,
input,
select,
textarea {
  outline: none;
}

input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  box-shadow: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: rgb(0, 0, 0);
  color: rgb(var(--font-color));
}

:-moz-placeholder {
  opacity: 1;
  color: rgb(0, 0, 0);
  color: rgb(var(--font-color));
}

::-moz-placeholder {
  opacity: 1;
  color: rgb(0, 0, 0);
  color: rgb(var(--font-color));
}

:-ms-input-placeholder {
  opacity: 1;
  color: rgb(0, 0, 0);
  color: rgb(var(--font-color));
}

@keyframes rotateText {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.is-spinning {
  animation: spin-item 2s infinite linear;
}

.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.is-invisible {
  opacity: 0 !important;
  visibility: hidden !important;
}

.is-removed {
  animation: remove-item 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
}

.is-disabled,
[disabled] {
  cursor: default !important;
}

.is-disabled,
[disabled] {
  filter: grayscale(100%);
}
.is-disabled *,
[disabled] * {
  cursor: default !important;
}

.is-hidden {
  display: none !important;
}

.is-showing {
  display: block !important;
}

.is-centered {
  justify-content: center !important;
}

.is-centered {
  text-align: center;
}

.u-background-primary {
  --theme-color-bg: var(--color-cerulean);
  --theme-color-dark-bg: var(--color-lochmara);
  --theme-color-dark-opacity: 0%;
  --theme-color-fg: var(--color-white);
  --theme-btn-color-bg: var(--color-white);
  --theme-btn-color-fg: var(--color-black);
  --theme-h1-color-bg: var(--theme-btn-color-bg);
  --theme-h1-color-fg: var(--theme-btn-color-fg);
  --theme-btn-hover-color-bg: var(--color-black);
  --theme-btn-hover-color-dark-bg: var(--color-black);
  --theme-btn-hover-color-fg: var(--color-white);
  --theme-btn-hover-color-opacity: 100%;
  --theme-headline-color-fg: var(--color-white);
  color: rgb(255, 255, 255);
  color: rgb(var(--theme-color-fg));
  background: rgb(0, 156, 222);
  background: rgb(var(--theme-color-bg));
  background-image: linear-gradient(45deg, rgba(0, 125, 186, 1) 0%, rgba(0, 156, 222, 1) 100%);
  background-image: linear-gradient(45deg, rgba(var(--theme-color-dark-bg), 1) var(--theme-color-dark-opacity), rgba(var(--theme-color-bg), 1) 100%);
}

.u-background-secondary {
  --theme-color-bg: var(--color-lemon);
  --theme-color-dark-bg: var(--theme-color-bg);
  --theme-color-dark-opacity: 100%;
  --theme-color-fg: var(--color-black);
  --theme-btn-color-bg: var(--color-black);
  --theme-btn-color-fg: var(--color-white);
  --theme-h1-color-bg: var(--theme-btn-color-bg);
  --theme-h1-color-fg: var(--theme-btn-color-fg);
  --theme-btn-hover-color-bg: var(--color-white);
  --theme-btn-hover-color-dark-bg: var(--color-white);
  --theme-btn-hover-color-fg: var(--color-black);
  --theme-btn-hover-color-opacity: 0%;
  --theme-headline-color-fg: var(--color-black);
  color: rgb(0, 0, 0);
  color: rgb(var(--theme-color-fg));
  background: rgb(251, 243, 21);
  background: rgb(var(--theme-color-bg));
  background-image: linear-gradient(45deg, rgba(251, 243, 21, 1) 100%, rgba(251, 243, 21, 1) 100%);
  background-image: linear-gradient(45deg, rgba(var(--theme-color-dark-bg), 1) var(--theme-color-dark-opacity), rgba(var(--theme-color-bg), 1) 100%);
}

.u-background-monotone {
  --theme-color-bg: var(--color-black);
  --theme-color-dark-bg: var(--theme-color-bg);
  --theme-color-dark-opacity: 100%;
  --theme-color-fg: var(--color-white);
  --theme-btn-color-bg: var(--color-white);
  --theme-btn-color-fg: var(--color-black);
  --theme-list-color-bg: var(--color-white);
  --theme-list-color-fg: var(--color-black);
  --theme-h1-color-bg: var(--theme-btn-color-bg);
  --theme-h1-color-fg: var(--theme-btn-color-fg);
  --theme-headline-color-fg: var(--color-white);
  color: rgb(255, 255, 255);
  color: rgb(var(--theme-color-fg));
  background: rgb(0, 0, 0);
  background: rgb(var(--theme-color-bg));
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%);
  background-image: linear-gradient(45deg, rgba(var(--theme-color-dark-bg), 1) var(--theme-color-dark-opacity), rgba(var(--theme-color-bg), 1) 100%);
}

.ce-bodytext blockquote {
  margin: 3.75rem 2.25rem;
  font-size: 1.375rem;
  line-height: 2rem;
  position: relative;
  font-style: normal;
}
.ce-bodytext blockquote::before, .ce-bodytext blockquote::after {
  content: "";
  display: block;
  height: 6.75rem;
  width: 100%;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27Ebene_1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 155 119.99997%27%3E%3Cpath id=%27Anf%C3%BChrungszeichen%27 d=%27m83.32187,32.03091c0-9.56378,3.13689-17.29267,9.41065-23.18663C99.0063,2.9503,106.92045.00221,116.47503,0c11.94596,0,21.3533,3.98418,28.22197,11.95251,6.86866,7.96834,10.30298,18.16749,10.303,30.59746-.00002,13.38634-2.01572,24.62119-6.04718,33.70456-3.56923,8.37895-8.57236,16.06499-14.78245,22.70955-5.22524,5.58792-11.26755,10.34357-17.91898,14.10325-5.03647,2.88035-10.36848,5.20476-15.9029,6.93264l-15.67923-28.2065c6.33552-2.40138,12.12469-6.05978,17.0222-10.75704,4.83588-4.74524,7.71477-11.1461,8.06325-17.92766-6.27375.63759-12.24677-1.753-17.91898-7.17173-5.67224-5.41875-8.51015-13.38745-8.51387-23.90613ZM0,32.03091C-.00003,22.46714,3.13686,14.73825,9.41065,8.84428,15.6844,2.9503,23.59858.00221,33.15316,0c11.94525,0,21.35259,3.98418,28.22197,11.95251,6.86942,7.96834,10.30374,18.16749,10.303,30.59746,0,13.38634-2.01574,24.62119-6.04718,33.70456-3.57173,8.3791-8.57749,16.06478-14.79019,22.70843-5.22527,5.58788-11.26758,10.34352-17.91898,14.10325-5.03647,2.88037-10.36848,5.20479-15.9029,6.93264L1.33966,91.79235c6.33552-2.40138,12.12469-6.05978,17.0222-10.75704,4.83588-4.74524,7.71477-11.1461,8.06325-17.92766-6.27375.63759-12.24677-1.753-17.91898-7.17173C2.83389,50.51718-.00145,42.54885,0,32.03091Z%27 fill=%27%23161917%27 isolation=%27isolate%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: -1;
}
.ce-bodytext blockquote::before {
  content: "";
  left: -2rem;
  top: 0;
}
.ce-bodytext blockquote::after {
  content: "";
  right: -2rem;
  transform: rotate(180deg);
  bottom: 0;
}

.c-btn {
  border: 0;
  padding: 0;
  display: inline-flex;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: transparent;
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  transition: var(--transition);
}
.c-btn:hover .c-icon {
  transform: translateX(6px);
}
.c-btn:hover .c-btn__rte:not(.c-btn__rte--icon),
.c-btn:hover .c-btn__label {
  background-image: linear-gradient(45deg, rgba(0, 125, 186, 1) 0%, rgba(0, 156, 222, 1) 100%);
  background-image: linear-gradient(45deg, rgba(var(--theme-btn-hover-color-dark-bg), 1) var(--theme-btn-hover-color-opacity), rgba(var(--theme-btn-hover-color-bg), 1) 100%);
}
.c-btn:hover .c-btn__rte:not(.c-btn__rte--icon),
.c-btn:hover .c-btn__label,
.c-btn:hover .c-btn__icon {
  background-color: rgb(0, 156, 222);
  background-color: rgb(var(--theme-btn-hover-color-bg));
  color: rgb(255, 255, 255);
  color: rgb(var(--theme-btn-hover-color-fg));
}

.c-btn__rte:not(.c-btn__rte--icon),
.c-btn__label,
.c-btn__icon {
  background-color: rgb(0, 0, 0);
  background-color: rgb(var(--theme-btn-color-bg));
  color: rgb(255, 255, 255);
  color: rgb(var(--theme-btn-color-fg));
  min-height: 3.125rem;
  padding: 0.3125rem 0.9375rem;
}

.c-btn__rte,
.c-btn__label,
.c-btn__icon {
  align-items: center;
  display: flex;
}

.c-btn__rte {
  border-radius: 5px;
  overflow: hidden;
}

.c-btn__label + .c-btn__icon,
.c-btn__icon + .c-btn__label {
  margin-left: 2px;
}

.c-btn-group {
  display: flex;
  gap: 0.625rem 0.9375rem;
  flex-wrap: wrap;
}

.c-icon {
  display: inline-block;
  pointer-events: none;
  fill: currentColor;
  height: 1.125rem;
  width: 1.125rem;
  min-width: 1.125rem;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.05em;
  transition: all 300ms ease-in-out;
  transition: var(--transition);
}

.ce-textpic.ce-right .ce-gallery {
  order: 2;
}

.ce-bodytext:only-child {
  grid-column-start: 2;
}

.frame {
  border: 1px solid transparent;
}
.frame + .frame {
  margin-top: 3vw;
}

.frame-layout-wide {
  margin-left: calc(6vw * -1 - 1px);
  margin-left: calc(var(--container-padding) * -1 - 1px);
  margin-right: calc(6vw * -1 - 1px);
  margin-right: calc(var(--container-padding) * -1 - 1px);
  padding: 6vw;
  padding: var(--container-padding);
}

.c-container {
  overflow: hidden;
}

.c-container__inside {
  padding: 6vw;
  padding: var(--container-padding);
}

.c-cursor {
  cursor: none;
  pointer-events: none;
  display: none;
  position: absolute;
  top: -0.9375rem;
  left: -0.9375rem;
  width: 5.625rem;
  height: 5.625rem;
}
.c-cursor.is-active {
  display: inline;
  display: initial;
}

.c-cursor__text {
  font-size: 1.125rem;
  font-weight: bold;
  word-spacing: 0.1875rem;
  text-transform: uppercase;
}

.c-cursor__icon {
  position: absolute;
  z-index: 0;
  width: 1.625rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-cursor__background {
  position: relative !important;
}

.c-cursor__background {
  height: auto;
  width: 100%;
  padding: 0.1875rem;
  background: rgb(251, 243, 21);
  background: rgb(var(--color-lemon));
  border-radius: 50%;
  animation: rotateText 8s linear infinite;
}

.c-breadcrumb {
  display: none;
}

.s-header {
  display: none;
}

.s-footer {
  display: none;
  padding: 6vw;
  background: rgb(0, 0, 0);
  background: rgb(var(--color-black));
}
.s-footer a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.s-footer__claim {
  font-weight: bolder;
}

.s-footer__column {
  margin-bottom: 6vw;
}
.s-footer__column:nth-last-child(-n+1) {
  margin-bottom: 0;
}

.s-footer__headline {
  font-weight: bolder;
  display: block;
  margin-bottom: 0.25rem;
}

.s-footer__contact-link {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.s-footer__contact-link .c-icon {
  top: 0;
}
.s-footer__socialmedia {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}
.s-footer__socialmedia-list {
  padding-top: 0.375rem;
}

.s-footer__socialmedia-icon {
  width: 1.875rem;
  height: 1.875rem;
}

.s-footer-meta {
  padding: 6vw;
  display: none;
  background: rgb(0, 0, 0);
  background: rgb(var(--color-black));
}

.s-footer-meta__member {
  display: block;
  margin-right: 1.25rem;
}
.s-footer-meta__member a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.s-footer-meta__member svg {
  display: inline;
  margin-bottom: -0.1875rem;
  margin-left: 0.625rem;
  transition: all 300ms ease-in-out;
  transition: var(--transition);
}

.s-footer-meta__nav {
  display: block;
}

.s-footer-meta__menu {
  align-self: center;
  margin-top: 6vw;
}

.s-footer-meta__link {
  display: block;
  font-size: 0.875rem;
  margin: 0.375rem 0;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.s-footer-language {
  display: inline-flex;
  align-self: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 6vw;
}

.s-footer__kununu {
  margin: 6vw 0;
}

@font-face {
  font-family: "OpenSansLocal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light");
}
@font-face {
  font-family: "OpenSansLocal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular");
}
@font-face {
  font-family: "OpenSansLocal";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/typo3conf/ext/lia_package/Resources/Public/Assets/fonts/open-sans-300.woff2) format("woff2"), url(/typo3conf/ext/lia_package/Resources/Public/Assets/fonts/open-sans-300.woff) format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/typo3conf/ext/lia_package/Resources/Public/Assets/fonts/open-sans-400.woff2) format("woff2"), url(/typo3conf/ext/lia_package/Resources/Public/Assets/fonts/open-sans-400.woff) format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/typo3conf/ext/lia_package/Resources/Public/Assets/fonts/open-sans-800.woff2) format("woff2"), url(/typo3conf/ext/lia_package/Resources/Public/Assets/fonts/open-sans-800.woff) format("woff");
}
.s-header {
  display: block !important;
}
.s-header {
  padding: 0.9375rem;
}

.s-header__logo {
  width: 15.625rem;
}

.s-animation__container {
  padding: 0 6vw 6vw 6vw;
  padding: 0 var(--container-padding) var(--container-padding) var(--container-padding);
}

.s-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 6vw;
  padding: var(--container-padding);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.15);
  border-top: 0.0625rem solid rgba(var(--color-white), 0.15);
}

.s-footer__icon {
  margin-right: 1.25rem;
  min-width: 6.25rem;
  min-height: 3.125rem;
  top: -0.3125rem;
}

.s-footer__nav {
  display: flex;
}
.s-footer__nav li {
  padding: 0 0.625rem;
}
.s-footer__nav a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: 255, 255, 255;
  color: var(--primary-color-fg);
}

.c-container .c-container__inside {
  padding-bottom: 0;
}

.c-container__content > .frame-layout-wide:first-of-type {
  padding-top: 0;
}

.construction-monotone {
  filter: grayscale(100%);
  --theme-headline-color-fg: var(--color-black);
}
.construction-monotone .u-background-primary {
  filter: brightness(1.5);
  --theme-color-fg: var(--color-black);
}

/* Animation Styling */
.c-animation {
  position: relative;
  margin: 0 -0.9375rem;
  display: none;
  overflow: hidden;
}
@supports (display: block) {
}
.c-animation--ie img {
  width: 100%;
}
@supports (display: block) {
  .c-animation--ie {
    display: none;
  }
}
.c-animation--smartphone {
  position: relative;
  display: block;
}

.c-animation__svg--abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.c-animation__square {
  width: 5vw;
  height: 3vw;
  max-width: 3.75rem;
  max-height: 2.5rem;
  background: rgb(255, 255, 255);
  background: rgb(var(--color-white));
  position: absolute;
  top: 37%;
  left: 37%;
  z-index: 10;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(var(--color-black), 0.5);
  animation: square-mobile 15s ease-in-out infinite;
}
.c-animation__square--smartphone {
  width: 10vw;
  height: 6vw;
  top: 31%;
  left: 26%;
  max-width: none;
  max-width: initial;
  max-height: none;
  max-height: initial;
  animation: square-smartphone 15s ease-in-out infinite;
}

.c-animation__rope {
  width: 0.5vw;
  animation: rope-outer-mobile 15s ease-in-out infinite;
  position: absolute;
  top: 26.8%;
  left: 39.2%;
  z-index: 3;
  height: 26.8%;
  overflow: hidden;
}
.c-animation__rope--smartphone {
  width: 0.5vw;
  top: 19.1%;
  left: 31.6%;
  height: 30%;
  animation: rope-outer-smartphone 15s ease-in-out infinite;
}

.c-animation__rope-inner {
  background: #0D5C7E;
  width: 100%;
  height: 100%;
  transform: translateY(-84%);
  animation: rope-length-mobile 15s ease-in-out infinite;
}
.c-animation__rope-inner--smartphone {
  transform: translateY(80%);
  animation: rope-length-smartphone 15s ease-in-out infinite;
}

#arm {
  animation: arm-top 15s ease-in-out infinite;
}

.c-animation--smartphone--arm {
  animation: arm-smartphone-top 15s ease-in-out infinite;
}

#hook {
  animation: arm-hook 15s ease-in-out infinite;
}

.c-animation--smartphone-hook {
  animation: arm-smartphone-hook 15s ease-in-out infinite;
}

@keyframes arm-top {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(15%, 0, 0);
  }
  35% {
    transform: translate3d(15%, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(15%, 0, 0);
  }
  85% {
    transform: translate3d(15%, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arm-smartphone-top {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(24.5%, 0, 0);
  }
  35% {
    transform: translate3d(24.5%, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(24.5%, 0, 0);
  }
  85% {
    transform: translate3d(24.5%, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arm-top-end {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(15%, 0, 0);
  }
  35% {
    transform: translate3d(15%, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arm-hook {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(15%, 0, 0);
  }
  23% {
    transform: translate3d(15%, 23%, 0);
  }
  27% {
    transform: translate3d(15%, 23%, 0);
  }
  35% {
    transform: translate3d(15%, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(15%, 0, 0);
  }
  73% {
    transform: translate3d(15%, 23%, 0);
  }
  77% {
    transform: translate3d(15%, 23%, 0);
  }
  85% {
    transform: translate3d(15%, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arm-smartphone-hook {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(24.5%, 0, 0);
  }
  23% {
    transform: translate3d(24.5%, 25%, 0);
  }
  27% {
    transform: translate3d(24.5%, 25%, 0);
  }
  35% {
    transform: translate3d(24.5%, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(24.5%, 0, 0);
  }
  73% {
    transform: translate3d(24.5%, 25%, 0);
  }
  77% {
    transform: translate3d(24.5%, 25%, 0);
  }
  85% {
    transform: translate3d(24.5%, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arm-hook-end {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(15%, 0, 0);
  }
  23% {
    transform: translate3d(15%, 15%, 0);
  }
  27% {
    transform: translate3d(15%, 15%, 0);
  }
  35% {
    transform: translate3d(15%, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rope-outer-mobile {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(15vw, 0, 0);
  }
  35% {
    transform: translate3d(15vw, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(15vw, 0, 0);
  }
  85% {
    transform: translate3d(15vw, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rope-length-mobile {
  15% {
    transform: translate3d(0, -84%, 0);
  }
  23% {
    transform: translate3d(0, 0, 0);
  }
  27% {
    transform: translate3d(0, 0, 0);
  }
  35% {
    transform: translate3d(0, -84%, 0);
  }
  65% {
    transform: translate3d(0, -84%, 0);
  }
  73% {
    transform: translate3d(0, 0, 0);
  }
  77% {
    transform: translate3d(0, 0, 0);
  }
  85% {
    transform: translate3d(0, -84%, 0);
  }
}
@keyframes rope-outer-smartphone {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(19.55vw, 0, 0);
  }
  23% {
    transform: translate3d(19.55vw, 0, 0);
  }
  27% {
    transform: translate3d(19.55vw, 0, 0);
  }
  35% {
    transform: translate3d(19.55vw, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(19.55vw, 0, 0);
  }
  73% {
    transform: translate3d(19.55vw, 0, 0);
  }
  77% {
    transform: translate3d(19.55vw, 0, 0);
  }
  85% {
    transform: translate3d(19.55vw, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rope-length-smartphone {
  0% {
    transform: translate3d(0, -82%, 0);
  }
  15% {
    transform: translate3d(0, -82%, 0);
  }
  23% {
    transform: translate3d(0, 0, 0);
  }
  27% {
    transform: translate3d(0, 0, 0);
  }
  35% {
    transform: translate3d(0, -82%, 0);
  }
  65% {
    transform: translate3d(0, -82%, 0);
  }
  73% {
    transform: translate3d(0, 0, 0);
  }
  77% {
    transform: translate3d(0, 0, 0);
  }
  85% {
    transform: translate3d(0, -82%, 0);
  }
  100% {
    transform: translate3d(0, -82%, 0);
  }
}
@keyframes rope-outer-desktop {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(112px, 0, 0);
  }
  23% {
    transform: translate3d(112px, 0, 0);
  }
  27% {
    transform: translate3d(112px, 0, 0);
  }
  35% {
    transform: translate3d(112px, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  55% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(112px, 0, 0);
  }
  73% {
    transform: translate3d(112px, 0, 0);
  }
  77% {
    transform: translate3d(112px, 0, 0);
  }
  85% {
    transform: translate3d(112px, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rope-length-desktop {
  15% {
    transform: translate3d(0, -84%, 0);
  }
  23% {
    transform: translate3d(0, 0, 0);
  }
  27% {
    transform: translate3d(0, 0, 0);
  }
  35% {
    transform: translate3d(0, -84%, 0);
  }
  65% {
    transform: translate3d(0, -84%, 0);
  }
  73% {
    transform: translate3d(0, 0, 0);
  }
  77% {
    transform: translate3d(0, 0, 0);
  }
  85% {
    transform: translate3d(0, -84%, 0);
  }
}
@keyframes rope-outer-desktop-end {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(112px, 0, 0);
  }
  23% {
    transform: translate3d(112px, 0, 0);
  }
  27% {
    transform: translate3d(112px, 0, 0);
  }
  35% {
    transform: translate3d(112px, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rope-length-desktop-end {
  15% {
    transform: translate3d(0, -84%, 0);
  }
  23% {
    transform: translate3d(0, -31%, 0);
  }
  27% {
    transform: translate3d(0, -31%, 0);
  }
  35% {
    transform: translate3d(0, -84%, 0);
  }
}
@keyframes square-desktop {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(112px, 0, 0);
  }
  23% {
    transform: translate3d(112px, 82px, 0);
  }
  27% {
    transform: translate3d(112px, 82px, 0);
  }
  77% {
    transform: translate3d(112px, 82px, 0);
  }
  85% {
    transform: translate3d(112px, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes square-desktop-end {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(112px, 0, 0);
  }
  17% {
    transform: translate3d(112px, 86px, 0) rotate(-90deg);
  }
  20% {
    transform: translate3d(170px, 200px, 0) rotate(-180deg);
  }
  25% {
    transform: translate3d(120px, 275px, 0) rotate(-360deg);
  }
  100% {
    transform: translate3d(120px, 275px, 0) rotate(-360deg);
  }
}
@keyframes square-mobile {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(15vw, 0, 0);
  }
  23% {
    transform: translate3d(15vw, 12vw, 0);
  }
  27% {
    transform: translate3d(15vw, 12vw, 0);
  }
  77% {
    transform: translate3d(15vw, 12vw, 0);
  }
  85% {
    transform: translate3d(15vw, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes square-smartphone {
  5% {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(19.55vw, 0, 0);
  }
  23% {
    transform: translate3d(19.55vw, 18vw, 0);
  }
  27% {
    transform: translate3d(19.55vw, 18vw, 0);
  }
  77% {
    transform: translate3d(19.55vw, 18vw, 0);
  }
  85% {
    transform: translate3d(19.55vw, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 40em){
  .ce-bodytext blockquote::after {
    top: 0;
  }
  .ce-bodytext blockquote {
    margin: 5.625rem 4.125rem;
    font-size: 1.625rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 48em){
  .s-footer-meta {
    padding-bottom: 4.6875rem;
  }
  .s-footer {
    flex-direction: row;
  }
}
@media only screen and (min-width: 64em){
  :root {
    --scroll-offset: var(--scroll-offset-desktop, 0);
  }
  h1 .u-h1-lead,
  .u-h1 .u-h1-lead {
    margin: -5px 0;
    padding-right: 1.875rem;
  }
  h1 .u-h1-text,
  .u-h1 .u-h1-text {
    padding: 0.625rem 1.875rem;
    line-height: 2.05;
  }
  .u-respect-header {
    padding-top: 0;
  }
  .c-headline-grid {
    display: grid;
    grid-gap: 0 2.1875rem;
    gap: 0 2.1875rem;
    grid-template-columns: 30% 1fr;
  }
  .ce-textpic {
    display: grid;
    grid-gap: 2.1875rem;
    gap: 2.1875rem;
    grid-template-columns: 30% 1fr;
  }
  .ce-textpic.ce-left {
    grid-template-columns: 1fr 30%;
  }
  .s-footer__column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .s-footer__headline {
    margin-bottom: 1.375rem;
  }
  .s-footer-meta__nav {
    display: flex;
  }
  .s-footer-meta__menu {
    display: inline-flex;
    margin-left: auto;
    text-align: right;
    margin-top: 0;
    flex-wrap: nowrap;
  }
  .s-footer-meta__link {
    margin: 0.375rem;
    display: inline-block;
  }
  .s-footer-language {
    margin-top: 0;
  }
  .s-footer-language:before {
    content: "|";
    position: relative;
    margin: 0 0.75rem 0 0.375rem;
    top: -1px;
  }
  .s-footer__kununu {
    margin: 3vw 0 0 0;
  }
  .s-header {
    padding: 3.125rem 3.125rem 0;
  }
    .c-animation {
      display: block;
      max-width: 46.875rem;
      margin-left: auto;
      margin-right: auto;
    }
  .c-animation--smartphone {
    display: none;
  }
  .c-animation__square {
    animation: square-desktop 15s ease-in-out 5, square-desktop-end 15s ease-in-out 75s forwards;
    left: 36.5%;
    top: 37.9%;
    max-width: 2.8125rem;
    max-height: 2.4375rem;
  }
  .c-animation__rope {
    width: 5px;
    height: 27.9%;
    animation: rope-outer-desktop 15s ease-in-out 5, rope-outer-desktop-end 15s ease-in-out 75s forwards;
  }
  .c-animation__rope-inner {
    animation: rope-length-desktop 15s ease-in-out 5, rope-length-desktop-end 15s ease-in-out 75s forwards;
  }
  #arm {
    animation: arm-top 15s ease-in-out 5, arm-top-end 15s ease-in-out 75s forwards;
  }
  #hook {
    animation: arm-hook 15s ease-in-out 5, arm-hook-end 15s ease-in-out 75s forwards;
  }
}
@media only screen and (min-width: 80em){
  .s-animation__container {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 90em){
  .s-footer-meta__member {
    display: inline-block;
  }
}
@media only screen and (max-width: 63.9375em){
  .c-animation {
    width: 80vw;
    margin: 0 auto;
  }
}
@media print{
  * {
    background: rgb(255, 255, 255) !important;
    background: rgb(var(--background-color)) !important;
    color: rgb(0, 0, 0) !important;
    color: rgb(var(--font-color)) !important;
    text-shadow: none !important;
  }
  * {
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  img,
  object {
    display: block;
    margin: 0;
    padding: 0;
  }
  body {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-size: var(--font-size);
    font-family: "OpenSansLocal", OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-family: var(--font-family);
    background-image: none;
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    margin: 0.75em 0 0.5em;
    text-align: left;
    page-break-after: avoid;
  }
  h1 {
    padding: 0 0 0.5em;
    border-bottom: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(var(--font-color));
  }
  p {
    margin: 0.5em 0;
    font-stretch: expanded;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  a,
  a:visited {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .print-show-url[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
  }
  img {
    padding: 0.5em 0;
  }
  #header {
    width: auto;
    height: auto;
  }
  footer,
  aside,
  nav,
  .pagination {
    display: none;
  }
  table {
    width: 100%;
  }
}
