@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v32-latin-900.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v27-latin-300.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v27-latin-regular.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v27-latin-700.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-condensed-v27-latin-900.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.highlight:hover {
  color: #ff7865;
}
a.highlight:active {
  color: #fff;
}
p a,
li a {
  background-color: #ffd1cb;
}
p a:hover,
li a:hover {
  background-color: #ffa598;
}
h1,
h2,
h1 a,
h2 a {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  line-height: 1.2em;
}
strong {
  font-weight: 700;
}
#fixed-background {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #232323;
  background-size: cover;
  background-position: center center;
}
#fixed-background.half {
  height: 50vh;
}
#fixed-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed-background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
}
.fixed-background.intro {
  height: 100vh;
}
.fixed-background.half {
  height: 50vh;
}
.notransition {
  transition: none !important;
}
.nw {
  white-space: nowrap;
  font-family: inherit;
  font-weight: inherit;
}
.spacer2 {
  height: 2rem;
}
.spacer4 {
  height: 4rem;
}
.spacer8,
.spacer {
  height: 8rem;
}
.spacer12 {
  height: 12rem;
}
.spacer16 {
  height: 16rem;
}
ul.delimited-list {
  padding: 2rem 0.5em;
  text-align: center;
  display: grid;
  row-gap: 0.4em;
  margin: 0 auto;
  white-space: nowrap;
}
@media (min-width: 321px) and (max-width: 480px) {
  ul.delimited-list {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  ul.delimited-list {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1025px) {
  ul.delimited-list {
    padding-left: 8em;
    padding-right: 8em;
  }
}
ul.delimited-list.home {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1080px) {
  ul.delimited-list.home {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 700px) {
  ul.delimited-list.home {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  ul.delimited-list.home {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.delimited-list.foto {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1100px) {
  ul.delimited-list.foto {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  ul.delimited-list.foto {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  ul.delimited-list {
    padding-left: 0;
    padding-right: 0;
  }
}
ul.delimited-list li {
  list-style-type: none;
  position: relative;
  padding: 0 0.4em;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 2em;
}
ul.delimited-list li a {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.025em;
  display: block;
  position: relative;
  padding: 0.25em 0.5em;
  overflow: hidden;
  background-image: linear-gradient(120deg, #ff7865 49.95%, #ffc1aa 50.05%);
  background-size: 250%;
  background-position-x: right;
  transition: background-position-x 750ms;
}
ul.delimited-list li a:hover {
  color: #fff;
  background-position-x: left;
}
ul.delimited-list li a .text {
  margin: 0 0.25em;
}
#matomotrack {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
html.matomoHsr .banner {
  max-height: 720px;
}
html.matomoHsr #fixed-background {
  max-height: 720px;
}
html.matomoHsr .fixed-background {
  max-height: 360px;
}
html.matomoHsr .fixed-background.intro {
  max-height: 720px;
}
html.matomoHsr #fixed-background.half {
  max-height: 360px;
}
html.matomoHsr .navigation .compact .menubutton .sidebar {
  max-height: 720px;
}
html.matomoHsr .media .player {
  max-height: 576px;
}
html.matomoHsr .media .player video {
  max-height: 576px;
}
:target::before {
  content: '';
  display: block;
  height: 4rem;
  margin-top: -4rem;
}
#header {
  z-index: 30;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 4rem;
  transition: background-color 250ms, box-shadow 250ms;
}
#header.shadowed {
  background: #000;
  background: linear-gradient(180deg, rgba(60,60,60,0.5) 0%, rgba(30,30,30,0.3) 35%, rgba(10,10,10,0.05) 80%, rgba(0,0,0,0) 100%);
}
#header.shadowed .navigation {
  text-shadow: 0 0 0.2em #000;
}
#header.shadowed .navigation .expanded .navitem.contact {
  text-shadow: none;
}
#header.opaque {
  background-color: #232323;
  box-shadow: 0 0 1rem rgba(0,0,0,0.25);
}
#header .vexillum {
  z-index: 5;
  background-color: transparent;
  position: absolute;
  left: 2em;
  width: 4em;
  height: 4rem;
}
#header .vexillum #mark {
  fill: #ff7865;
}
@media (max-width: 910px) {
  #header .vexillum {
    height: 4rem;
  }
}
@media (min-width: 910px) {
  #header.opaque .vexillum {
    background-color: #ff7865;
    box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.251);
    height: 12em;
  }
  #header.opaque .vexillum #mark {
    fill: inherit;
  }
  #header.opaque .logo {
    transform: translate(-1%, -6%) scale(1.9);
  }
  #header.opaque .logo svg #text {
    opacity: 0;
  }
}
#header .logo {
  width: 100%;
  position: absolute;
  bottom: 0.25em;
  transform-origin: top center;
}
#header .vexillum,
#header .vexillum img,
#header .logo,
#header .logo svg,
#header .logo svg #mark,
#header .logo svg #text {
  transition: all 250ms;
}
#header .navigation {
  z-index: 2;
  text-align: right;
  flex: 1 0;
  padding-right: 0.5em;
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 910px) {
  #header .navigation .expanded {
    display: none;
  }
}
#header .navigation .expanded .navitem {
  position: relative;
  display: inline-block;
  padding: 0.1em 0.4em;
  margin: 0.25em 0.15em;
}
#header .navigation .expanded .navitem.contact {
  background-color: #ff7865;
}
#header .navigation .expanded .navitem a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff7865;
  visibility: hidden;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
@media (max-width: 1070px) {
  #header .navigation .expanded .navitem {
    font-size: 0.85em;
    letter-spacing: -0.025em;
  }
}
#header .navigation .expanded .navitem:not(.contact):hover a::before,
#header .navigation .expanded .navitem.selected a::before {
  visibility: visible;
  transform: scaleX(1);
}
#header .navigation .compact {
  display: none;
}
@media (max-width: 910px) {
  #header .navigation .compact {
    display: block;
  }
}
#header .navigation .compact .menubutton {
  display: inline-block;
  position: relative;
  right: 1rem;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
}
#header .navigation .compact .menubutton input[type='checkbox'] {
  display: none;
}
#header .navigation .compact .menubutton input[type='checkbox'] + label {
  position: relative;
  z-index: 3;
  display: block;
  width: 2rem;
  height: 2rem;
}
#header .navigation .compact .menubutton input[type='checkbox'] + label .line1,
#header .navigation .compact .menubutton input[type='checkbox'] + label .line2,
#header .navigation .compact .menubutton input[type='checkbox'] + label .line3 {
  position: absolute;
  width: 2rem;
  display: block;
  height: 0.25rem;
  opacity: 1;
  transition: 0.25s ease-in-out;
  background-color: #fff;
  right: 0;
}
#header .navigation .compact .menubutton input[type='checkbox'] + label .line1 {
  top: 0.25rem;
}
#header .navigation .compact .menubutton input[type='checkbox'] + label .line2 {
  top: 0.875rem;
}
#header .navigation .compact .menubutton input[type='checkbox'] + label .line3 {
  top: 1.5rem;
}
#header .navigation .compact .menubutton input[type='checkbox'] + label:hover {
  cursor: pointer;
}
#header .navigation .compact .menubutton input[type='checkbox']:checked + label .line1 {
  transform: rotate(-45deg);
  top: 1rem;
}
#header .navigation .compact .menubutton input[type='checkbox']:checked + label .line2 {
  right: -4rem;
  opacity: 0;
}
#header .navigation .compact .menubutton input[type='checkbox']:checked + label .line3 {
  top: 1rem;
  transform: rotate(45deg);
}
#header .navigation .compact .menubutton input[type='checkbox']:checked ~ .sidebar .animator {
  right: 100vw;
}
#header .navigation .compact .menubutton .sidebar {
  z-index: 1;
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100vh;
  font-size: 1rem;
}
#header .navigation .compact .menubutton .sidebar .animator {
  position: relative;
  right: 0;
  width: 20em;
  padding: 6rem 0;
  background-color: rgba(35,35,35,0.95);
  text-align: left;
  color: #fff;
  overflow: hidden;
  height: 100%;
  transition: right 0.25s ease-in;
}
@media (min-width: 911px) {
  #header .navigation .compact .menubutton .sidebar .animator {
    display: none;
  }
}
#header .navigation .compact .menubutton .sidebar .animator .navitem {
  font-size: 1.75rem;
  width: 100%;
  padding: 0.1em 1em;
}
#header .navigation .compact .menubutton .sidebar .animator .navitem a {
  display: block;
  width: 100%;
  white-space: nowrap;
  position: relative;
  overflow: visible;
}
#header .navigation .compact .menubutton .sidebar .animator .navitem a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  bottom: 0;
  left: -0.5em;
  background-color: #ff7865;
  visibility: hidden;
  transform: translateY(50%) scaleY(0);
  transition: transform 0.25s ease-in-out;
}
#header .navigation .compact .menubutton .sidebar .animator .navitem:not(.contact):hover a::before,
#header .navigation .compact .menubutton .sidebar .animator .navitem.selected a::before {
  visibility: visible;
  transform: translateY(0) scaleY(1);
}
#header .navigation .compact .menubutton .sidebar .animator .navitem.contact * {
  color: #ff7865;
  font-weight: 700;
}
#header .navigation .compact .menubutton .sidebar .animator .navitem.contact *:hover {
  background-color: #ff7865;
  color: #f0f0f0;
}
#header .languages {
  color: #fff;
  text-align: center;
  position: relative;
  user-select: none;
}
#header .languages #expandLanguages {
  display: none;
}
#header .languages #expandLanguages + label .closed,
#header .languages #expandLanguages + label .open,
#header .languages #expandLanguages + label .languageSelector a {
  display: block;
  margin-right: 0.5em;
  width: 1.75em;
  height: 1.75em;
  overflow: hidden;
  padding: 0.25em;
  background-color: rgba(0,0,0,0.188);
}
#header .languages #expandLanguages + label .closed:hover,
#header .languages #expandLanguages + label .open:hover,
#header .languages #expandLanguages + label .languageSelector a:hover {
  cursor: pointer;
  color: #ff7865;
  outline: 1px solid #ff7865;
  background-color: rgba(0,0,0,0.502);
}
#header .languages #expandLanguages + label .open,
#header .languages #expandLanguages + label .languageSelector {
  display: none;
}
#header .languages #expandLanguages + label .languageSelector {
  position: absolute;
  top: 1.75em;
  left: 0;
  flex-direction: column;
}
#header .languages #expandLanguages + label .languageSelector a {
  background-color: rgba(0,0,0,0.502);
  margin-top: 0.25em;
  outline: 1px solid #fff;
}
#header .languages #expandLanguages:checked + label {
  outline: 1px solid #fff;
}
#header .languages #expandLanguages:checked + label .open {
  display: block;
}
#header .languages #expandLanguages:checked + label .closed {
  display: none;
}
#header .languages #expandLanguages:checked + label .languageSelector {
  display: flex;
}
.headerbar {
  height: 4rem;
  background-color: #232323;
}
#contact {
  position: relative;
  top: -2em;
}
#footer {
  position: relative;
  background: #3d3d3d;
}
#footer a:hover {
  color: #ff7865;
}
#footer a:hover .image svg path {
  fill: #ff7865;
}
#footer .content {
  margin: 0 auto;
  max-width: 1440px;
  z-index: 1;
  position: relative;
  background-color: #232323;
  color: #b0b0b0;
  box-shadow: 0 25px 25px rgba(0,0,0,0.25);
}
#footer .content::before {
  content: '';
  display: block;
  width: 100%;
  background-color: #232323;
  position: absolute;
  top: -6.5em;
  height: 12rem;
  transform: skewY(-2deg);
  z-index: 0;
}
#footer .content .sitemap {
  padding: 2rem 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-bottom: 0.1em solid #808080;
}
@media (min-width: 321px) and (max-width: 480px) {
  #footer .content .sitemap {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  #footer .content .sitemap {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1025px) {
  #footer .content .sitemap {
    padding-left: 8em;
    padding-right: 8em;
  }
}
#footer .content .sitemap .subsite {
  display: flex;
  flex-direction: column;
  margin: 0 0.5em;
  font-size: 1em;
  min-width: 8em;
}
#footer .content .sitemap .subsite h1 {
  font-size: 1.4em;
}
@media (min-width: 601px) {
  #footer .content .sitemap {
    flex-direction: row;
  }
}
#footer .content .theverylast {
  padding: 2rem 0.5em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 321px) and (max-width: 480px) {
  #footer .content .theverylast {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  #footer .content .theverylast {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1025px) {
  #footer .content .theverylast {
    padding-left: 8em;
    padding-right: 8em;
  }
}
#footer .content .theverylast .copyright {
  padding-top: 0.5em;
  order: 2;
  display: inline-block;
  text-align: left;
}
#footer .content .theverylast .languages,
#footer .content .theverylast .legal {
  order: 1;
  display: inline-block;
  margin: 0.25em;
}
#footer .content .theverylast .languages a,
#footer .content .theverylast .legal a {
  white-space: nowrap;
  display: inline;
  margin: 0.25em;
}
@media (min-width: 1025px) {
  #footer .content .theverylast {
    flex-direction: row;
    text-align: center;
    align-items: center;
  }
  #footer .content .theverylast .copyright {
    order: 2;
    flex: 1 1;
  }
  #footer .content .theverylast .languages {
    order: 3;
    flex: 0 1;
  }
  #footer .content .theverylast .legal {
    order: 4;
    flex: 0 1;
  }
}
.contactbox {
  padding: 2rem 0.5em;
  position: relative;
  z-index: 1;
  background-color: #232323;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 0.1em solid #b0b0b0;
}
@media (min-width: 321px) and (max-width: 480px) {
  .contactbox {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .contactbox {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1025px) {
  .contactbox {
    padding-left: 8em;
    padding-right: 8em;
  }
}
.contactbox #contactform-wrapper {
  position: relative;
}
.contactbox #contactform-overlay {
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(35,35,35,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  padding: 2em;
}
.contactbox #contactform-overlay > * {
  display: none;
}
.contactbox .contactform-area {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  padding: 1em 0;
}
.contactbox .contactform-area a {
  background-color: transparent;
  color: #ff7865;
}
.contactbox .contactform-area h1 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 1.6rem;
}
.contactbox .contactform-area form#contactform {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  background-color: #232323;
  padding: 1em;
  border: none;
  outline: 1px dashed #ccc;
}
.contactbox .contactform-area form#contactform .field {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  flex: 0 0;
}
.contactbox .contactform-area form#contactform .field:last-of-type {
  flex: 1 0;
  margin-bottom: 1em;
}
.contactbox .contactform-area form#contactform label {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 0.9em;
  left: 0;
  color: #808080;
  transform-origin: top left;
  transform: translate(0, 0);
  transition: transform 200ms ease-in-out;
}
.contactbox .contactform-area form#contactform input,
.contactbox .contactform-area form#contactform textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0.25em 0;
  background-color: transparent;
  border: none;
  color: #e0e0e0;
}
.contactbox .contactform-area form#contactform input {
  border-bottom: 0.1em solid #ccc;
  line-height: 3em;
}
.contactbox .contactform-area form#contactform input:focus:invalid {
  background: url("/i/icon-x-mark-coral.svg") no-repeat 95% 50%;
  background-size: 1em;
}
.contactbox .contactform-area form#contactform input:required:valid {
  background: url("/i/icon-checkmark-green.svg") no-repeat 95% 50%;
  background-size: 1em;
}
.contactbox .contactform-area form#contactform textarea {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  top: 1em;
  border: 1px dashed #3d3d3d;
  height: 100%;
  margin: 0;
}
.contactbox .contactform-area form#contactform textarea:focus:invalid {
  background: url("/i/icon-x-mark-coral.svg") no-repeat 95% 5%;
  background-size: 1em;
}
.contactbox .contactform-area form#contactform textarea:required:valid {
  background: url("/i/icon-checkmark-green.svg") no-repeat 95% 5%;
  background-size: 1em;
}
.contactbox .contactform-area form#contactform input:focus + label,
.contactbox .contactform-area form#contactform textarea:focus + label,
.contactbox .contactform-area form#contactform input:not(:placeholder-shown) + label,
.contactbox .contactform-area form#contactform textarea:not(:placeholder-shown) + label {
  color: #808080;
  transform: translate(0, -0.75em) scale(0.75);
}
.contactbox .contactform-area form#contactform input:focus + label,
.contactbox .contactform-area form#contactform textarea:focus + label {
  font-weight: bold;
}
.contactbox .contactform-area form#contactform input:focus,
.contactbox .contactform-area form#contactform textarea:focus {
  outline: none;
}
.contactbox .contactform-area form#contactform #contact-button {
  align-self: center;
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  background-color: #ff7865;
}
.contactbox .contactform-area form#contactform #contact-button:active {
  background-color: #ff4b32;
}
.contactbox .contactform-area form#contactform #contact-button:hover {
  cursor: pointer;
}
.contactbox #contactform-wrapper.submitted #contactform-overlay {
  visibility: visible;
  opacity: 1;
}
.contactbox #contactform-wrapper.submitted form#contactform > * {
  filter: blur(2px);
}
.contactbox .contactdata {
  margin: 0 0.5em;
}
.contactbox .contactdata h1 {
  font-size: 1.6rem;
}
.contactbox .contactdata h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.contactbox .contactdata .entry {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.contactbox .contactdata .entry .image {
  width: 2.25rem;
}
.contactbox .contactdata .entry .image svg {
  width: 100%;
  height: auto;
}
.contactbox .contactdata .entry .text {
  padding-left: 1.5rem;
}
.contactbox .contactdata .entry a {
  white-space: nowrap;
}
.contactbox .contactdata .entry .image,
.contactbox .contactdata .entry .text {
  display: inline-block;
  vertical-align: middle;
}
.contactbox .contactdata .phone,
.contactbox .contactdata .email {
  font-size: 1.3rem;
}
.contactbox .contactdata .social .image svg path {
  fill: #ff7865;
}
@media (min-width: 321px) and (max-width: 768px) {
  .contactbox .contactdata h2 {
    font-size: 1.1rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .contactbox .contactdatablocks {
    display: flex;
  }
}
@media (min-width: 769px) {
  .contactbox {
    flex-direction: row;
  }
  .contactbox .contactform-area,
  .contactbox .contactdata {
    flex: 1 1;
  }
  .contactbox .contactform-area {
    padding: 1em 2em 1em 0;
  }
}
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner.half {
  height: 50vh;
}
.banner.fixed {
  position: fixed;
}
.banner > video,
.banner > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.251) url("i/grid.png") repeat scroll 0% 0%;
}
.banner .switch {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  visibility: hidden;
}
.banner .switch img {
  width: min(20vw, 200px);
}
.banner .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.banner .overlay.block .message h1,
.banner .overlay.block .message .lines .line {
  display: inline-block;
  color: #fff;
  background-color: #ff7865;
  padding: 0 0.25em;
  margin: 0.05em;
  white-space: nowrap;
  text-shadow: none;
}
.banner .overlay.block .message .lines .line {
  line-height: 1.35em;
}
.banner .overlay.block .message h1 {
  line-height: 1.25em;
}
.banner .overlay .message,
.banner .overlay .citation {
  position: relative;
  color: #fff;
  text-align: center;
/** text-lines / subtext **/
}
.banner .overlay .message h1,
.banner .overlay .citation h1 {
  display: inline-block;
  position: relative;
  font-size: 4.5vh;
  margin: 0 12.5vw;
}
.banner .overlay .message .lines,
.banner .overlay .citation .lines {
  display: block;
}
.banner .overlay .message .lines .line,
.banner .overlay .citation .lines .line {
  font-weight: 300;
  display: block;
  font-size: 4vw;
  white-space: pre;
}
@media (max-width: 768px) {
  .banner .overlay .message .lines .line.irr,
  .banner .overlay .citation .lines .line.irr {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .banner .overlay .message .lines .line,
  .banner .overlay .citation .lines .line {
    font-size: 2vw;
  }
}
@media (min-width: 1201px) {
  .banner .overlay .message .lines .line,
  .banner .overlay .citation .lines .line {
    font-size: 1.8vw;
  }
}
.banner .overlay .message h1 {
  text-transform: uppercase;
  background-color: #edf91b;
  color: #444;
  padding: 0.125em 0.75em;
}
.banner .overlay .citation {
  text-shadow: 0 0 0.5em rgba(0,0,0,0.502);
}
.banner .overlay .citation h1::before {
  content: '»';
}
.banner .overlay .citation h1::after {
  content: '«';
}
.banner .overlay .scroll-indicator {
  position: absolute;
  bottom: 12vh;
  left: 0;
  width: 100vw;
  text-align: center;
  opacity: 1;
  transition: opacity 250ms;
  animation: scroll-indicator 6s infinite;
}
.banner .overlay .scroll-indicator img {
  width: 6vw;
  min-width: 4rem;
}
.banner .overlay .scroll-indicator.hidden {
  opacity: 0;
}
.banner-spacer {
  height: 100vh;
}
.banner-spacer.half {
  height: 50vh;
}
.banner-interactive .overlay {
  pointer-events: none;
}
.banner-interactive canvas {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nobanner {
  height: 6em;
  background: linear-gradient(to bottom, #232323 66%, #fff 100%);
}
.motext {
  color: #fff;
}
.motext .overlay {
  text-align: center;
}
.motext .headline {
  display: block;
  opacity: 0;
  font-size: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
}
.motext .headline .line > * {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  padding: 0 0.25em;
  margin: 0 0 0.1em 0;
  white-space: nowrap;
  background-image: linear-gradient(120deg, #ff7865 49.95%, transparent 50.05%);
  background-size: 250%;
  background-position-x: right;
  transition: background-position-x 3000ms;
}
.motext .headline .line > h1 {
  text-transform: uppercase;
}
.motext .headline.in .line > * {
  background-position-x: left;
}
.motext .headline.in,
.motext .headline.out {
  transition: transform 1000ms, opacity 500ms;
}
.motext .headline.reset {
  transition: none;
}
.motext .headline .wide {
  display: block;
}
.motext .headline .square {
  display: none;
}
@media (max-aspect-ratio: 1/1) {
  .motext .headline {
    font-size: 4vw;
  }
  .motext .headline .wide {
    display: none;
  }
  .motext .headline .square {
    display: block;
  }
}
.motext:not(.fixed-banner-home) .headline {
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
}
.motext:not(.fixed-banner-home) .headline.in {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.motext:not(.fixed-banner-home) .headline > .line:nth-child(2) > * {
  transition-delay: 240ms;
}
.motext:not(.fixed-banner-home) .headline > .line:nth-child(3) > * {
  transition-delay: 480ms;
}
.motext:not(.fixed-banner-home) .headline > .line:nth-child(4) > * {
  transition-delay: 720ms;
}
.motext:not(.fixed-banner-home) .headline > .line:nth-child(5) > * {
  transition-delay: 960ms;
}
.motext:not(.fixed-banner-home) .headline > .line:nth-child(6) > * {
  transition-delay: 1200ms;
}
.motext:not(.fixed-banner-home) .headline .wide .line:nth-child(2) > * {
  transition-delay: 240ms;
}
.motext:not(.fixed-banner-home) .headline .wide .line:nth-child(3) > * {
  transition-delay: 480ms;
}
.motext:not(.fixed-banner-home) .headline .wide .line:nth-child(4) > * {
  transition-delay: 720ms;
}
.motext:not(.fixed-banner-home) .headline .wide .line:nth-child(5) > * {
  transition-delay: 960ms;
}
.motext:not(.fixed-banner-home) .headline .wide .line:nth-child(6) > * {
  transition-delay: 1200ms;
}
.motext:not(.fixed-banner-home) .headline .square .line:nth-child(2) > * {
  transition-delay: 180ms;
}
.motext:not(.fixed-banner-home) .headline .square .line:nth-child(3) > * {
  transition-delay: 360ms;
}
.motext:not(.fixed-banner-home) .headline .square .line:nth-child(4) > * {
  transition-delay: 540ms;
}
.motext:not(.fixed-banner-home) .headline .square .line:nth-child(5) > * {
  transition-delay: 720ms;
}
.motext:not(.fixed-banner-home) .headline .square .line:nth-child(6) > * {
  transition-delay: 900ms;
}
.fixed-banner-home .h-1 {
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
}
.fixed-banner-home .h-1.in {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.fixed-banner-home .h-1.out {
  transition: transform 1000ms, opacity 1000ms;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.fixed-banner-home .h-1 .line:last-child > *::after {
  transition-delay: 260ms;
}
.fixed-banner-home .h-3 {
  transform: translate(-50%, -50%) scale(10);
  opacity: 0;
}
.fixed-banner-home .h-3.in {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.fixed-banner-home .h-3.out {
  opacity: 0;
  transform: translate(200%, -50%) scale(1);
}
.fixed-banner-home .h-4,
.fixed-banner-home .h-5,
.fixed-banner-home .h-6,
.fixed-banner-home .h-7,
.fixed-banner-home .h-8,
.fixed-banner-home .h-9,
.fixed-banner-home .h-10,
.fixed-banner-home .h-11 {
  transform: translate(-200%, -50%);
  opacity: 0;
}
.fixed-banner-home .h-4.in,
.fixed-banner-home .h-5.in,
.fixed-banner-home .h-6.in,
.fixed-banner-home .h-7.in,
.fixed-banner-home .h-8.in,
.fixed-banner-home .h-9.in,
.fixed-banner-home .h-10.in,
.fixed-banner-home .h-11.in {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.fixed-banner-home .h-4.out,
.fixed-banner-home .h-5.out,
.fixed-banner-home .h-6.out,
.fixed-banner-home .h-7.out,
.fixed-banner-home .h-8.out,
.fixed-banner-home .h-9.out,
.fixed-banner-home .h-10.out,
.fixed-banner-home .h-11.out {
  opacity: 0;
  transform: translate(200%, -50%);
}
@-moz-keyframes scroll-indicator {
  0% {
    bottom: 12vh;
  }
  43.333% {
    bottom: 12vh;
  }
  46.666% {
    bottom: 10vh;
    animation-timing-function: ease-in;
  }
  53.333% {
    bottom: 12vh;
  }
  56.666% {
    bottom: 12vh;
  }
  60% {
    bottom: 10vh;
    animation-timing-function: ease-in;
  }
  66.666% {
    bottom: 12vh;
  }
  100% {
    bottom: 12vh;
  }
}
@-webkit-keyframes scroll-indicator {
  0% {
    bottom: 12vh;
  }
  43.333% {
    bottom: 12vh;
  }
  46.666% {
    bottom: 10vh;
    animation-timing-function: ease-in;
  }
  53.333% {
    bottom: 12vh;
  }
  56.666% {
    bottom: 12vh;
  }
  60% {
    bottom: 10vh;
    animation-timing-function: ease-in;
  }
  66.666% {
    bottom: 12vh;
  }
  100% {
    bottom: 12vh;
  }
}
@-o-keyframes scroll-indicator {
  0% {
    bottom: 12vh;
  }
  43.333% {
    bottom: 12vh;
  }
  46.666% {
    bottom: 10vh;
    animation-timing-function: ease-in;
  }
  53.333% {
    bottom: 12vh;
  }
  56.666% {
    bottom: 12vh;
  }
  60% {
    bottom: 10vh;
    animation-timing-function: ease-in;
  }
  66.666% {
    bottom: 12vh;
  }
  100% {
    bottom: 12vh;
  }
}
@keyframes scroll-indicator {
  0% {
    bottom: 12vh;
  }
  43.333% {
    bottom: 12vh;
  }
  46.666% {
    bottom: 10vh;
    animation-timing-function: ease-in;
  }
  53.333% {
    bottom: 12vh;
  }
  56.666% {
    bottom: 12vh;
  }
  60% {
    bottom: 10vh;
    animation-timing-function: ease-in;
  }
  66.666% {
    bottom: 12vh;
  }
  100% {
    bottom: 12vh;
  }
}
.page {
  z-index: 1;
  position: relative;
  background: #fff;
  width: 100%;
}
.page h1,
.page h2,
.page h3 {
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}
.page h1 {
  font-size: 1.8rem;
}
.page h2 {
  font-size: 1.2rem;
}
.page.silver {
  background-color: #f0f0f0;
}
.page.corporate {
  background-color: #ff7865;
}
.page.corporate p,
.page.corporate h1,
.page.corporate h2,
.page.corporate li {
  color: #fff;
}
.page > .content {
  margin: 0 auto;
  max-width: 1440px;
}
.page:last-of-type > .content {
  padding-bottom: 8em;
}
.page > .content .logo {
  text-align: center;
  padding-top: 6em;
  padding-bottom: 2em;
}
.page > .content .logo img {
  width: 30%;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 500ms, opacity 250ms;
}
@media (min-width: 601px) and (max-width: 1280px) {
  .page > .content .logo img {
    width: 25%;
  }
}
@media (min-width: 1281px) {
  .page > .content .logo img {
    width: 20%;
  }
}
.page > .content .logo.show img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.page .message {
  padding: 2rem 0.5em;
  margin: 0 auto;
}
@media (min-width: 321px) and (max-width: 480px) {
  .page .message {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .page .message {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1025px) {
  .page .message {
    padding-left: 8em;
    padding-right: 8em;
  }
}
.page .message p,
.page .message li {
  font-size: 1.1rem;
  line-height: 1.5em;
}
.page .message > p:first-child {
  margin-top: 0;
}
.page .message ul {
  font-size: 1.1rem;
  line-height: 1.5em;
}
.center,
.center p,
p.center {
  text-align: center;
}
.left,
.left p,
p.left {
  text-align: left;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
  row-gap: 1em;
}
@media (max-width: 768px) {
  .grid2 {
    grid-template-columns: 1fr;
  }
}
.text h2 {
  text-align: left;
  margin-top: 0;
}
.text p:first-child {
  margin-top: 0;
}
.page .message .e404 {
  font-family: 'Roboto', sans-serif;
  font-size: 33vw;
  text-align: center;
}
.page .message .e404 .number {
  position: relative;
  display: inline-block;
}
.page .message .e404 .number > div {
  font-weight: bold;
}
.page .message .e404 .n1 {
  animation: 1000ms ease-in falldown both;
}
.page .message .e404 .n2 {
  animation: 1000ms ease-in 250ms falldown both;
}
.page .message .e404 .n3 {
  animation: 1000ms ease-in 400ms falldown both;
}
.page .message .e404 .shadow {
  position: absolute;
  background-color: rgba(0,0,0,0.125);
  width: 0.75ch;
  height: 0.75ch;
  z-index: -1;
  border-radius: 0.5ch;
  transform: translate(0.125ch, -0.75ch) scaleY(0.2);
  filter: blur(8px);
}
.page .message .e404 .s1 {
  animation: 1000ms ease-in shadow both;
}
.page .message .e404 .s2 {
  animation: 1000ms ease-in 250ms shadow both;
}
.page .message .e404 .s3 {
  animation: 1000ms ease-in 400ms shadow both;
}
@-moz-keyframes falldown {
  0% {
    transform: translateY(-75vh) rotate(-5deg);
  }
  50% {
    transform: translateY(0%) rotate(-5deg);
  }
  60% {
    transform: translateY(-10%) rotate(-2.5deg);
  }
  70% {
    transform: translateY(0%) rotate(0deg);
  }
  80% {
    transform: translateY(-5%) rotate(2deg);
  }
  85% {
    transform: translateY(0%) rotate(1deg);
  }
  90% {
    transform: translateY(-2.5%) rotate(0deg);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes falldown {
  0% {
    transform: translateY(-75vh) rotate(-5deg);
  }
  50% {
    transform: translateY(0%) rotate(-5deg);
  }
  60% {
    transform: translateY(-10%) rotate(-2.5deg);
  }
  70% {
    transform: translateY(0%) rotate(0deg);
  }
  80% {
    transform: translateY(-5%) rotate(2deg);
  }
  85% {
    transform: translateY(0%) rotate(1deg);
  }
  90% {
    transform: translateY(-2.5%) rotate(0deg);
  }
  100% {
    transform: translateY(0%);
  }
}
@-o-keyframes falldown {
  0% {
    transform: translateY(-75vh) rotate(-5deg);
  }
  50% {
    transform: translateY(0%) rotate(-5deg);
  }
  60% {
    transform: translateY(-10%) rotate(-2.5deg);
  }
  70% {
    transform: translateY(0%) rotate(0deg);
  }
  80% {
    transform: translateY(-5%) rotate(2deg);
  }
  85% {
    transform: translateY(0%) rotate(1deg);
  }
  90% {
    transform: translateY(-2.5%) rotate(0deg);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes falldown {
  0% {
    transform: translateY(-75vh) rotate(-5deg);
  }
  50% {
    transform: translateY(0%) rotate(-5deg);
  }
  60% {
    transform: translateY(-10%) rotate(-2.5deg);
  }
  70% {
    transform: translateY(0%) rotate(0deg);
  }
  80% {
    transform: translateY(-5%) rotate(2deg);
  }
  85% {
    transform: translateY(0%) rotate(1deg);
  }
  90% {
    transform: translateY(-2.5%) rotate(0deg);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes shadow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.page .sbs {
  display: inline-block;
  width: 100%;
}
.page .sbs .left,
.page .sbs .right {
  margin: 0 auto;
  text-align: center;
}
.page .sbs .left > img,
.page .sbs .right > img,
.page .sbs .left > a img,
.page .sbs .right > a img {
  width: 100%;
  height: auto;
}
.page .sbs .left.small,
.page .sbs .right.small {
  max-width: 50%;
}
@media (max-width: 768px) {
  .page .sbs > .text {
    padding-bottom: 2em;
  }
}
@media (max-width: 480px) {
  .page .sbs .left > img,
  .page .sbs .right > img,
  .page .sbs .left > a img,
  .page .sbs .right > a img {
    max-width: 50%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .page .sbs .left > img,
  .page .sbs .right > img,
  .page .sbs .left > a img,
  .page .sbs .right > a img {
    width: 20rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page .sbs .left > img,
  .page .sbs .right > img,
  .page .sbs .left > a img,
  .page .sbs .right > a img {
    width: 12rem;
  }
  .page .sbs .medialinkcontainer {
    width: 22rem;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .page .sbs .left > img,
  .page .sbs .right > img,
  .page .sbs .left > a img,
  .page .sbs .right > a img {
    width: 14rem;
  }
  .page .sbs .medialinkcontainer {
    width: 26rem;
  }
}
@media (min-width: 1201px) {
  .page .sbs .left > img,
  .page .sbs .right > img,
  .page .sbs .left > a img,
  .page .sbs .right > a img {
    width: 16rem;
  }
  .page .sbs .medialinkcontainer {
    width: 30rem;
  }
}
@media (min-width: 769px) {
  .page .sbs .left {
    float: left;
    margin-right: 3em;
    margin-bottom: 0.5em;
  }
  .page .sbs .right {
    float: right;
    margin-left: 3em;
    margin-bottom: 0.5em;
  }
  .page .sbs .left .small,
  .page .sbs right .small {
    max-width: 40%;
    height: auto;
  }
  .page .sbs > .text p {
    overflow: auto;
  }
}
.page .numbers,
.page .blocks,
.page .tiles {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
.page .numbers h1,
.page .blocks h1,
.page .tiles h1 {
  margin: 0;
}
.page .numbers .item,
.page .blocks .item,
.page .tiles .item,
.page .block3 .item {
  width: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page .numbers .item .icon,
.page .blocks .item .icon,
.page .tiles .item .icon,
.page .block3 .item .icon {
  width: 8rem;
  margin-bottom: 2em;
}
.page .numbers .item .symbol,
.page .blocks .item .symbol,
.page .tiles .item .symbol,
.page .block3 .item .symbol,
.page .numbers .item .symbol svg,
.page .blocks .item .symbol svg,
.page .tiles .item .symbol svg,
.page .block3 .item .symbol svg {
  width: 8rem;
  height: auto;
}
.page .numbers .item .counter,
.page .blocks .item .counter,
.page .tiles .item .counter,
.page .block3 .item .counter {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
.page .numbers .item .counter-prefix,
.page .blocks .item .counter-prefix,
.page .tiles .item .counter-prefix,
.page .block3 .item .counter-prefix {
  display: inline;
}
.page .blocks,
.page .tiles,
.page .block3 {
  padding: 2rem 0.5em;
}
@media (min-width: 321px) and (max-width: 480px) {
  .page .blocks,
  .page .tiles,
  .page .block3 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .page .blocks,
  .page .tiles,
  .page .block3 {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1025px) {
  .page .blocks,
  .page .tiles,
  .page .block3 {
    padding-left: 8em;
    padding-right: 8em;
  }
}
.page .numbers {
  color: #444;
  margin: 0 auto;
  max-width: 60em;
}
.page .numbers .item {
  width: 50%;
  padding-bottom: 2rem;
}
.page .numbers .text {
  font-family: 'Roboto', sans-serif;
  border-top: 1px solid #808080;
  text-transform: uppercase;
  line-height: 1.5em;
  height: 2em;
  text-align: center;
}
@media (max-width: 768px) {
  .page .numbers {
    padding: 2rem 0.5em;
  }
}
@media (min-width: 769px) {
  .page .numbers .item {
    width: 25%;
  }
}
@media (max-width: 768px) and (min-width: 321px) and (max-width: 480px) {
  .page .numbers {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 768px) and (min-width: 481px) and (max-width: 1024px) {
  .page .numbers {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (max-width: 768px) and (min-width: 1025px) {
  .page .numbers {
    padding-left: 8em;
    padding-right: 8em;
  }
}
.page .tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}
.page .tiles .content {
  position: relative;
  top: -1em;
}
.page .tiles .text {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0 1em;
}
.page .tiles .item {
  width: 100%;
}
.page .tiles .item .icon {
  max-width: 9rem;
  width: 100%;
  transition: transform 250ms ease-in-out;
}
.page .tiles .item:hover .icon {
  transition: transform 125ms ease-in-out;
  transform: scale(1.2);
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .page .tiles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page .tiles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .page .tiles {
    grid-template-columns: 1fr 1fr;
  }
}
.page .block3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  padding: 0;
  margin: 0;
}
.page .block3 .item {
  flex-direction: row;
  justify-content: start;
  width: 100%;
  text-align: center;
  padding: 1em 0em;
}
.page .block3 .item .symbol {
  width: 14em;
}
.page .block3 .text {
  padding-left: 1em;
  text-align: justify;
}
.page .block3 .text p {
  font-size: 1.1em;
}
.page .block3 .text h1 {
  margin-top: 0;
  background-color: #edf91b;
  text-align: center;
}
.page .block3 .text .hr {
  background-color: #444;
  margin: 0 auto;
  width: 50%;
  height: 2px;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .page .block3 {
    grid-template-columns: 1fr;
  }
  .page .block3 .item {
    flex-direction: column;
  }
  .page .block3 .item .text {
    padding: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page .block3 {
    grid-template-columns: 1fr;
  }
  .page .block3 .item .symbol {
    width: 12em;
  }
}
@media (min-width: 1025px) {
  .page .block3 .item {
    flex-direction: column;
  }
  .page .block3 .item .text {
    padding-left: 0;
  }
  .page .block3 .item .symbol {
    width: 14em;
  }
}
.more {
  display: flex;
  justify-content: center;
}
.more .box {
  background-image: linear-gradient(120deg, #ff7865 49.95%, #ffc1aa 50.05%);
  background-size: 250%;
  background-position-x: right;
  transition: background-position-x 750ms;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin-top: 1em;
  padding: 1em 1.4em 1em 2em;
  box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.35);
  position: relative;
  overflow: hidden;
}
.more .box .text {
  font-weight: bold;
}
.more .box svg {
  height: 2em;
  width: auto;
  position: relative;
  left: 0;
  transition: left 125ms;
}
.more .box svg path {
  stroke: #444;
}
.more .box:hover {
  background-position-x: left;
  cursor: pointer;
  color: #fff;
}
.more .box:hover svg {
  left: 0.6em;
}
.more .box:hover svg path {
  stroke: #fff;
  transition: stroke 250ms 125ms;
}
.references {
  margin-bottom: 8em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 4em 0;
}
.references h1 {
  margin-bottom: 2em;
  text-align: center;
  background-color: #edf91b;
  padding: 1em;
}
.references .refcontainer {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 6em;
}
.references ._reflistLarge {
  display: none;
}
.references .reflist {
  display: block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  left: 0;
  transition: left 1000ms;
  width: 100%;
}
.references .reflist .icon {
  display: inline-block;
  width: calc(50% + 2px);
  text-align: center;
  border-right: 2px solid #ddd;
}
.references .reflist .icon img {
  object-fit: contain;
  max-height: 3em;
  width: calc(100% - 1em);
}
.references .reflist .icon img.ref-zoom {
  max-height: 2em;
}
@media (min-width: 1025px) {
  .references ._reflistLarge {
    display: block;
  }
  .references .reflist .icon {
    width: calc(33.3% + 2px);
  }
  .references .reflist .icon img.ref-emg,
  .references .reflist .icon img.ref-foen,
  .references .reflist .icon img.ref-ims {
    max-height: 2.5em;
  }
}
.mediagallery {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 4em;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .mediagallery {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1201px) {
  .mediagallery {
    padding-left: 4em;
    padding-right: 4em;
  }
}
.mediagallery .medialink {
  padding: 0.4rem;
}
.mediagallery .m5a,
.mediagallery .m5b,
.mediagallery .m3a,
.mediagallery .m3b,
.mediagallery .m5c,
.mediagallery .m3c,
.mediagallery .m2,
.mediagallery .m4,
.mediagallery .m1 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mediagallery .m5a .double,
.mediagallery .m5b .double,
.mediagallery .m3a .double,
.mediagallery .m3b .double,
.mediagallery .m5c .double,
.mediagallery .m3c .double,
.mediagallery .m2 .double,
.mediagallery .m4 .double,
.mediagallery .m1 .double,
.mediagallery .m5a .triple,
.mediagallery .m5b .triple,
.mediagallery .m3a .triple,
.mediagallery .m3b .triple,
.mediagallery .m5c .triple,
.mediagallery .m3c .triple,
.mediagallery .m2 .triple,
.mediagallery .m4 .triple,
.mediagallery .m1 .triple {
  display: flex;
  flex-direction: column;
}
@media (min-width: 601px) and (max-width: 1280px) {
  .mediagallery .m5a > .double,
  .mediagallery .m5b > .double,
  .mediagallery .m5c > .double {
    flex-direction: row;
    flex: 0 1 100%;
  }
  .mediagallery .m5a > .double .medialink,
  .mediagallery .m5b > .double .medialink,
  .mediagallery .m5c > .double .medialink {
    flex: 0 1 50%;
  }
  .mediagallery .m5a .triple,
  .mediagallery .m5b .triple,
  .mediagallery .m5c .triple {
    flex-direction: row;
    flex: 0 1 100%;
  }
  .mediagallery .m5a .triple > .medialink,
  .mediagallery .m5b .triple > .medialink,
  .mediagallery .m5c .triple > .medialink {
    flex: 0 1 66.666%;
  }
  .mediagallery .m5a .triple > .double,
  .mediagallery .m5b .triple > .double,
  .mediagallery .m5c .triple > .double {
    flex: 0 1 33.333%;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1281px) {
  .mediagallery .m5a,
  .mediagallery .m5b,
  .mediagallery .m5c {
    flex-direction: row;
  }
  .mediagallery .m5a > .double,
  .mediagallery .m5b > .double,
  .mediagallery .m5c > .double {
    flex: 0 1 25%;
    justify-content: space-between;
  }
  .mediagallery .m5a .triple,
  .mediagallery .m5b .triple,
  .mediagallery .m5c .triple {
    display: flex;
    flex-direction: row;
    flex: 0 1 75.5%;
  }
  .mediagallery .m5a .triple > .medialink,
  .mediagallery .m5b .triple > .medialink,
  .mediagallery .m5c .triple > .medialink {
    flex: 0 1 66.666%;
  }
  .mediagallery .m5a .triple > .double,
  .mediagallery .m5b .triple > .double,
  .mediagallery .m5c .triple > .double {
    flex: 0 1 33.333%;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 601px) and (max-width: 1280px) {
  .mediagallery .m3a,
  .mediagallery .m3b,
  .mediagallery .m3c {
    flex-direction: row;
  }
  .mediagallery .m3a > .double,
  .mediagallery .m3b > .double,
  .mediagallery .m3c > .double {
    flex: 0 1 33.333%;
    justify-content: space-between;
  }
  .mediagallery .m3a > .double .medialink,
  .mediagallery .m3b > .double .medialink,
  .mediagallery .m3c > .double .medialink {
    flex: 0 1 50%;
  }
  .mediagallery .m3a > .medialink,
  .mediagallery .m3b > .medialink,
  .mediagallery .m3c > .medialink {
    flex: 0 1 66.666%;
  }
}
@media (min-width: 1281px) {
  .mediagallery .m3a,
  .mediagallery .m3b,
  .mediagallery .m3c {
    flex-direction: row;
  }
  .mediagallery .m3a > .double,
  .mediagallery .m3b > .double,
  .mediagallery .m3c > .double {
    flex: 0 1 66.666%;
    flex-direction: row;
  }
  .mediagallery .m3a > .double .medialink,
  .mediagallery .m3b > .double .medialink,
  .mediagallery .m3c > .double .medialink {
    flex: 0 1 50%;
  }
  .mediagallery .m3a .medialink,
  .mediagallery .m3b .medialink,
  .mediagallery .m3c .medialink {
    flex: 0 1 33.333%;
  }
}
@media (min-width: 601px) {
  .mediagallery .m2 {
    flex-direction: row;
  }
}
@media (min-width: 601px) {
  .mediagallery .m4 .double {
    flex-direction: row;
  }
}
@media (min-width: 1281px) {
  .mediagallery .m4 {
    flex-direction: row;
  }
}
@media (min-width: 601px) {
  .mediagallery .m1 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .mediagallery .m5a > .double {
    order: 1;
  }
  .mediagallery .m5a > .triple {
    order: 2;
  }
  .mediagallery .m5a > .triple > .double {
    order: 2;
  }
  .mediagallery .m5a > .triple > .medialink {
    order: 1;
  }
}
@media (min-width: 601px) {
  .mediagallery .m5a > .double {
    order: 1;
  }
  .mediagallery .m5a > .triple {
    order: 2;
  }
  .mediagallery .m5a > .triple > .double {
    order: 1;
  }
  .mediagallery .m5a > .triple > .medialink {
    order: 2;
  }
}
.mediagallery .m3a > .medialink {
  order: 1;
}
.mediagallery .m3a > .double {
  order: 2;
}
.mediagallery .m5b > .triple {
  order: 2;
}
.mediagallery .m5b > .triple > .double {
  order: 2;
}
.mediagallery .m5b > .triple > .medialink {
  order: 1;
}
.mediagallery .m5b > .double {
  order: 1;
}
.mediagallery .m3b > .medialink {
  order: 2;
}
.mediagallery .m3b > .double {
  order: 1;
}
.mediagallery .m5c > .double {
  order: 1;
}
.mediagallery .m5c > .triple {
  order: 2;
}
.mediagallery .m5c > .triple > .double {
  order: 2;
}
.mediagallery .m5c > .triple > .medialink {
  order: 1;
}
@media (min-width: 1281px) {
  .mediagallery .m5c > .triple {
    order: 1;
  }
  .mediagallery .m5c > .triple > .double {
    order: 2;
  }
  .mediagallery .m5c > .triple > .medialink {
    order: 1;
  }
  .mediagallery .m5c > .double {
    order: 2;
  }
}
.mediagallery .m3c > .medialink {
  order: 2;
}
.mediagallery .m3c > .double {
  order: 1;
}
.page.inline .mediagallery {
  margin-bottom: 0;
}
.medialink {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.medialink a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.medialink img {
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.05);
  transition: transform 500ms;
}
.medialink .text {
  background-image: linear-gradient(120deg, #edf91b 49.95%, rgba(255,255,255,0.502) 50.05%);
  background-size: 250%;
  background-position-x: right;
  transition: background-position-x 750ms;
  text-overflow: ellipsis;
  max-width: calc(100% - 1.6rem);
  white-space: nowrap;
  z-index: 2;
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  color: #000;
  padding: 0.4rem;
  pointer-events: none;
  overflow: hidden;
}
.medialink .text .icon {
  display: inline;
  line-height: 1em;
  width: auto;
  height: 1em;
  padding-right: 1em;
}
.medialink:hover a img {
  transform: scale(1.2);
  transition: transform 4s;
}
.medialink:hover .text {
  background-position-x: left;
}
.medialinkcontainer {
  position: relative;
}
.medialinkcontainer .comingsoon {
  position: absolute;
  z-index: 3;
  display: inline-block;
  background-color: #ff7865;
  box-shadow: 0.15em 0.1em 0.15em rgba(0,0,0,0.502);
  color: #fff;
  padding: 0.1em;
  left: 50%;
  bottom: 50%;
  transform: rotate(-20deg) scale(1.5) translate(-50%, -50%);
}
.media > .interactive {
  position: relative;
  width: 100%;
  background-color: #000;
}
.media > img,
.media .box169 {
  width: 100%;
}
.media .box169 {
  overflow: hidden;
  aspect-ratio: 16/9;
  max-width: 142.222vh;
  margin: 0 auto;
}
.media .box169 iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}
@supports not (aspect-ratio: 16/9) {
  .media .box169 {
    width: 100%;
    height: 100%;
  }
  .media .box169::before {
    content: '';
    float: left;
    padding-top: 56.25%;
  }
  .media .box169::after {
    content: '';
    display: block;
    clear: both;
  }
  .media .box169 iframe {
    height: 80vh;
  }
}
.media .player {
  position: relative;
  max-height: 80vh;
  background-color: #232323;
}
.media .player video {
  max-height: 80vh;
  width: 100%;
  height: 100%;
}
.media .plyr:fullscreen {
  max-height: none;
}
.media .plyr:fullscreen video {
  max-height: none;
}
.media h1 {
  margin: 0;
}
.media h2 {
  font-size: 1.3em;
  margin: 0 0 1em 0;
}
.media .description {
  position: relative;
  margin: 0em auto 0 auto;
  padding: 2em 1em 2em 1em;
  background-color: #fbfbfb;
  box-shadow: 0.5em 0.5em 0.5em rgba(0,0,0,0.251);
}
.media .description .info {
  display: flex;
  flex-direction: column;
}
.media .description .info p {
  font-size: 1.2em;
  margin: 0;
  padding-right: 1em;
}
.media .description .info .text {
  flex-grow: 4 1 80%;
  flex-basis: 80%;
}
.media .description .info .text p {
  margin-bottom: 1em;
}
.media .description .info .sheet {
  border-top: 1pt solid #ff7865;
  padding-top: 1em;
  margin-top: 1em;
  flex: 1 0 12em;
}
.media .description .info .sheet .header {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: -0.25em;
}
.media .description .info .sheet .data {
  margin-bottom: 0.5em;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .media .description {
    padding: 1em 0.5em 2em 0.5em;
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .media .description {
    padding: 1em 1em 2em 1em;
    width: 80%;
  }
}
@media (min-width: 769px) {
  .media .description {
    margin: 2em auto 0 auto;
    max-width: 80em;
  }
  .media .description .info {
    flex-direction: row;
  }
  .media .description .info .sheet {
    border-top: none;
    border-left: 1pt solid #ff7865;
    padding-top: 0;
    margin-top: 0;
    padding-left: 1em;
  }
}
.media .description .mediaid {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: transparent;
}
.gallery-page {
  z-index: 1;
  position: relative;
  background: #f0f0f0;
  width: 100%;
  padding-top: 1em;
}
.gallery-page h1 {
  text-align: center;
}
.image-gallery {
  line-height: 0;
}
.image-gallery .item {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 4px;
}
.image-gallery .item .frame {
  overflow: hidden;
}
.image-gallery .item img {
  position: relative;
}
@media (min-width: 769px) {
  .image-gallery .item {
    margin: 6px;
  }
}
.back {
  text-align: center;
}
.back a {
  display: inline-block;
  position: relative;
  padding: 0.25em 0.25em;
  overflow: hidden;
  background-image: linear-gradient(120deg, #e6dbff 49.95%, #af9ee4 50.05%);
  background-size: 250%;
  background-position-x: right;
  transition: background-position-x 750ms;
}
.back a:hover {
  background-position-x: left;
}
.back a .text {
  margin: 0 0.25em;
}
.back a .text svg {
  width: 2em;
  height: 2em;
}
body.stop-scrolling {
  position: fixed;
  overflow-y: scroll;
}
.image-viewer {
  display: none;
  position: fixed;
  top: 4rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.878);
  z-index: 20;
  opacity: 0;
  transition: opacity 400ms linear;
}
.image-viewer.show {
  opacity: 1;
  display: block;
}
.image-viewer.fadeout {
  opacity: 0;
  display: block;
}
.image-viewer .picture {
  z-index: 1;
  position: absolute;
}
.image-viewer .picture img {
  position: absolute;
  opacity: 1;
}
.image-viewer .picture img.left {
  opacity: 0;
  left: -100vw;
}
.image-viewer .picture img.right {
  opacity: 0;
  left: 100vw;
}
.image-viewer .picture img.animate {
  transition: left 400ms, opacity 250ms;
}
@media (min-width: 601px) {
  .image-viewer .picture img {
    border: 0.5em solid #fff;
  }
}
.image-viewer .prev,
.image-viewer .next {
  position: absolute;
  z-index: 2;
  top: 90%;
  transform: translateY(-50%);
  user-select: none;
}
@media (min-width: 601px) {
  .image-viewer .prev,
  .image-viewer .next {
    top: 50%;
  }
}
.image-viewer .prev img,
.image-viewer .next img,
.image-viewer .prev svg,
.image-viewer .next svg {
  width: 2em;
  height: 6em;
}
.image-viewer .prev img path,
.image-viewer .next img path,
.image-viewer .prev svg path,
.image-viewer .next svg path {
  stroke: #d0d0d0;
}
.image-viewer .prev img:hover path,
.image-viewer .next img:hover path,
.image-viewer .prev svg:hover path,
.image-viewer .next svg:hover path {
  stroke: #fff;
}
.image-viewer .prev.disabled,
.image-viewer .next.disabled {
  opacity: 0.25;
}
.image-viewer .prev:hover,
.image-viewer .next:hover {
  cursor: pointer;
}
.image-viewer .prev {
  left: 20%;
}
.image-viewer .next {
  right: 20%;
}
@media (min-width: 601px) {
  .image-viewer .prev {
    left: 1.5em;
  }
  .image-viewer .next {
    right: 1.5em;
  }
}
.streaming-grid {
  width: 100%;
  display: grid;
  grid-gap: 0.5em;
  margin: 0.5em 0;
}
.streaming-grid div img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 321px) and (max-width: 768px) {
  .streaming-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 769px) {
  .streaming-grid {
    grid-template-columns: 6fr 1fr 6fr;
    grid-template-rows: repeat(4, 14em);
  }
  .streaming-grid div:nth-child(1) {
    grid-row: 1/span 2;
    grid-column: 1;
  }
  .streaming-grid div:nth-child(2) {
    grid-row: 1;
    grid-column: 2/span 2;
  }
  .streaming-grid div:nth-child(3) {
    grid-row: 2;
    grid-column: 2/span 2;
  }
  .streaming-grid div:nth-child(4) {
    grid-row: 3;
    grid-column: 1/span 2;
  }
  .streaming-grid div:nth-child(5) {
    grid-row: 4;
    grid-column: 1/span 2;
  }
  .streaming-grid div:nth-child(6) {
    grid-row: 3/span 2;
    grid-column: 3;
  }
}
.streaming-grid .item {
  margin: 0;
}
.location {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5em;
  padding-top: 4em;
  padding-bottom: 4em;
  width: 100%;
}
.location .text {
  white-space: nowrap;
  padding-left: 1em;
}
.location .text > h1,
.location .text h2 {
  font-size: 1.6rem;
  margin-top: 0;
}
.location img {
  width: 100%;
  height: 14em;
  object-fit: cover;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .location {
    grid-template-columns: 1fr 1fr;
  }
  .location >:nth-child(3),
  .location>:nth-child(5) {
    display: none;
  }
}
@media (max-width: 768px) {
  .location {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .location >:nth-child(2),
  .location >:nth-child(5) {
    display: none;
  }
  .location >:nth-child(1) {
    order: 1;
  }
  .location >:nth-child(3) {
    order: 2;
  }
  .location >:nth-child(6) {
    order: 3;
  }
  .location >:nth-child(4) {
    order: 4;
  }
  .location .text {
    padding: 1em 0 0 0;
  }
}
.whybframesmedia {
  display: flex;
}
.whybframesmedia .c2 {
  flex: 4 0 80%;
}
.whybframesmedia .c2 li {
  margin-bottom: 0.5em;
}
.whybframesmedia .c1 {
  flex: 1 0 20%;
}
.whybframesmedia .c1 > img,
.whybframesmedia .c1 > a img {
  width: 12em;
  height: auto;
  margin-left: 2em;
}
@media (max-width: 1024px) {
  .whybframesmedia {
    flex-direction: column;
  }
  .whybframesmedia .c1 {
    order: 1;
    align-self: center;
    margin-left: 0;
    margin-bottom: 1em;
  }
  .whybframesmedia .c2 {
    order: 2;
  }
}
.message.network .sbs {
  padding-bottom: 2em;
}
.message.network .sbs .image img {
  max-height: 8em;
}
.instagram {
  background-color: #ffd1cb;
  font-weight: inherit;
  font-size: inherit;
  padding: 0 0.125em;
}
.instagram:hover {
  background-color: #ffa598;
}
.team {
  display: inline-block;
  margin-bottom: 4em;
}
@media (min-width: 1025px) {
  .team {
    margin: 0 1em 4em 1em;
  }
}
@media (min-width: 481px) {
  .team .check-small {
    display: none;
  }
}
.team-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
  line-height: 0;
}
.team-gallery .item {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.team-gallery img {
  width: 100%;
}
.team-gallery .small img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0.1em auto;
}
.team-gallery .frame {
  display: none;
}
.team-gallery .text {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  bottom: 1em;
  right: 0;
  white-space: nowrap;
  color: #f8f8f8;
  font-size: 1.8rem;
  transform: scale(1.5);
  opacity: 0;
  transition: transform 250ms, opacity 250ms;
  display: block;
  line-height: 1em;
  padding: 0.25em;
  overflow: hidden;
  background-color: rgba(0,0,0,0.125);
}
.team-gallery .text h1 {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.6rem;
  text-transform: none;
  font-weight: normal;
  color: #f8f8f8;
}
.team-gallery .text p {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0;
}
.team-gallery .text::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff7865;
  transition: transform 150ms;
  transform: translate(-125%, 0) scale(1) rotate(-30deg);
}
@media (min-width: 321px) and (max-width: 480px) {
  .team-gallery {
    margin: 0 0.1em;
  }
  .team-gallery .text {
    font-size: 1.4rem;
    max-width: 20ch;
    white-space: normal;
  }
  .team-gallery .text h1 {
    font-size: 1.2rem;
  }
}
@media (min-width: 481px) {
  .team-gallery {
    width: auto;
    margin: 4px;
  }
  .team-gallery .small {
    display: none;
    width: 0;
    height: 0;
  }
  .team-gallery .frame {
    display: inline-block;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .team-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .team-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1201px) {
  .team-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.team.hoverable .item:hover .text,
.team:not(.hoverable) .item.selected .text {
  transform: scale(1);
  opacity: 1;
}
.team.hoverable .item:hover .text::after,
.team:not(.hoverable) .item.selected .text::after {
  transition: transform 1250ms;
  transform: translate(0%, 0%) scale(8) rotate(-30deg);
}
.card:nth-child(1) {
  order: 1;
}
.card:nth-child(2) {
  order: 8;
}
#timeline .card.card--step1 {
  background-color: #edf91b;
}
#timeline .card.card--step1 .head::after {
  border-color: #edf91b;
}
#timeline .card.card--step8 {
  background-color: #f7e181;
}
#timeline .card.card--step8 .head::after {
  border-color: #f7e181;
}
.card:nth-child(3) {
  order: 2;
}
.card:nth-child(4) {
  order: 9;
}
#timeline .card.card--step2 {
  background-color: #eef529;
}
#timeline .card.card--step2 .head::after {
  border-color: #eef529;
}
#timeline .card.card--step9 {
  background-color: #f8de8f;
}
#timeline .card.card--step9 .head::after {
  border-color: #f8de8f;
}
.card:nth-child(5) {
  order: 3;
}
.card:nth-child(6) {
  order: 10;
}
#timeline .card.card--step3 {
  background-color: #eff237;
}
#timeline .card.card--step3 .head::after {
  border-color: #eff237;
}
#timeline .card.card--step10 {
  background-color: #fadb9f;
}
#timeline .card.card--step10 .head::after {
  border-color: #fadb9f;
}
.card:nth-child(7) {
  order: 4;
}
.card:nth-child(8) {
  order: 11;
}
#timeline .card.card--step4 {
  background-color: #f1ef47;
}
#timeline .card.card--step4 .head::after {
  border-color: #f1ef47;
}
#timeline .card.card--step11 {
  background-color: #fbd7ad;
}
#timeline .card.card--step11 .head::after {
  border-color: #fbd7ad;
}
.card:nth-child(9) {
  order: 5;
}
.card:nth-child(10) {
  order: 12;
}
#timeline .card.card--step5 {
  background-color: #f2eb55;
}
#timeline .card.card--step5 .head::after {
  border-color: #f2eb55;
}
#timeline .card.card--step12 {
  background-color: #fdd4bb;
}
#timeline .card.card--step12 .head::after {
  border-color: #fdd4bb;
}
.card:nth-child(11) {
  order: 6;
}
.card:nth-child(12) {
  order: 13;
}
#timeline .card.card--step6 {
  background-color: #f4e863;
}
#timeline .card.card--step6 .head::after {
  border-color: #f4e863;
}
#timeline .card.card--step13 {
  background-color: #ffd1cb;
}
#timeline .card.card--step13 .head::after {
  border-color: #ffd1cb;
}
#timeline {
  padding: 50px 0;
  background: transparent;
}
@media (min-width: 990px) {
  #timeline {
    padding: 0 0;
  }
}
#timeline h1 {
  margin: 0;
  padding-top: 2em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 2em;
}
#timeline .card-wrapper {
  position: relative;
  margin: auto 10px;
}
@media (min-width: 990px) {
  #timeline .card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 990px;
    height: 1885px;
    margin: 0 auto;
  }
}
#timeline .card-wrapper::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191,191,191,0.4);
}
@media (min-width: 990px) {
  #timeline .card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
  max-width: 450px;
  background-color: #ff7865;
}
@media (min-width: 990px) {
  #timeline .card {
    height: 200px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .card:nth-child(odd) {
    margin-left: 0;
    margin-right: 45px;
  }
  #timeline .card:nth-child(odd) .head::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .card:nth-child(odd) .head::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px transparent;
    left: 491.5px;
  }
  #timeline .card:nth-child(even) {
    margin-left: 45px;
    margin-right: 0;
  }
  #timeline .card:nth-child(even) .head::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .card:nth-child(even) .head::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px transparent;
    right: 489.5px;
  }
  #timeline .card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .card .head {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#timeline .card .head::after {
  border-color: #ff7865;
}
#timeline .card .head .number-box {
  display: inline;
  float: left;
  margin: 7.5px;
  padding: 10px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  background-color: none;
}
#timeline .card .head h2 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  color: #fff;
  background: transparent;
  padding: 0.2em 1em;
}
#timeline .card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .card .body {
  background: #fff;
  border: 1px solid rgba(191,191,191,0.4);
  border-top: 0;
  padding: 15px;
  flex-grow: 1;
}
#timeline .card .body p,
#timeline .card .body ul {
  overflow: hidden;
  margin-bottom: 15px;
}
#timeline .card .body ul {
  padding-left: 15px;
}
#timeline .card .body img {
  display: block;
  width: 100%;
}
.insta-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.25em;
}
.insta-grid a {
  width: 100%;
}
.insta-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .insta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .insta-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1201px) {
  .insta-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.page.dimmable,
#footer.dimmable {
  transition: background 1s, color 1s 500ms;
}
.page.dimmable .more svg path,
#footer.dimmable .more svg path {
  transition: stroke 1s 500ms;
}
.page.dim,
#footer.dim {
  background: #232323;
}
.page.dim,
#footer.dim,
.page.dim h1,
#footer.dim h1 {
  color: #b0b0b0;
}
.page.dim .more svg path,
#footer.dim .more svg path {
  stroke: #b0b0b0;
}
.gdpr {
  padding: 2rem 0.5em;
}
@media (min-width: 321px) and (max-width: 480px) {
  .gdpr {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .gdpr {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1025px) {
  .gdpr {
    padding-left: 8em;
    padding-right: 8em;
  }
}
.gdpr h1 {
  font-size: 2.2rem;
  line-height: 1.2em;
}
.gdpr h2 {
  font-size: 1.8rem;
}
.gdpr h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
.gdpr h4 {
  font-weight: bold;
}
.gdpr p,
.gdpr .text {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5em;
}
.gdpr p:first-child {
  margin-top: 0;
}
.sitenotice li {
  margin: 0.2em 0;
}
.sitemap {
  column-width: 20em;
  column-rule: 1px solid #ccc;
}
.sitemap .block {
  break-inside: avoid;
}
.sitemap .block h2 {
  margin: 0;
}
.sitemap .block a {
  background-color: unset;
}
.sitemap .block a:hover {
  background-color: #f1fa4d;
}
body.vcard {
  background-color: #232323;
}
#vcard {
  position: relative;
  width: min(512px, 100vw);
  margin: 0 auto;
  padding-top: 2em;
  background-color: #fff;
}
@media (min-width: 512px) {
  #vcard {
    margin-top: 2em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
  }
}
#vcard .vexillum {
  background-color: #ff7865;
  position: absolute;
  top: 0;
  left: 3em;
  width: 4em;
  height: 12em;
  transition: all 250ms;
}
#vcard .logomark {
  width: 100%;
  position: absolute;
  bottom: 0.25em;
  left: 0.4em;
}
#vcard .logomark img {
  width: 80%;
  height: 100%;
}
#vcard .portrait {
  position: relative;
}
#vcard .portrait img {
  position: absolute;
  width: 45%;
  border-radius: 50%;
  right: 2em;
  top: 0;
}
#vcard .person {
  margin-top: 18em;
  margin-left: 3em;
}
#vcard .name {
  font-family: 'Roboto', sans-serif;
  color: #ff7865;
  font-size: 2em;
  font-weight: 700;
}
#vcard .corporate {
  font-family: 'Roboto', sans-serif;
  background-color: #ff7865;
  margin-top: 4em;
  padding-top: 4em;
  padding-bottom: 2em;
  color: #fff;
}
#vcard .save {
  margin-top: 4em;
  margin-left: 3em;
}
#vcard .save .button {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  background-color: #ff7865;
  padding: 1rem;
  font-size: 1em;
  color: #fff;
}
#vcard .bframes {
  font-size: 1.5em;
  margin-bottom: 3rem;
  margin-left: 3rem;
}
#vcard .bold {
  display: inline;
  font-weight: 700;
}
#vcard .contactdata {
  margin-left: 3em;
}
#vcard .contactdata .entry {
  margin-top: 1em;
  display: flex;
  align-items: center;
}
#vcard .contactdata .entry h2 {
  margin: 0;
}
#vcard .contactdata .image {
  display: inline-block;
  width: 2.25em;
}
#vcard .contactdata .text {
  margin-left: 1em;
}
#vcard .contactdata svg {
  width: auto;
  height: 2em;
}
#vcard .contactdata svg path {
  fill: #fff;
}
#vcard .hr {
  width: 66%;
  height: 0.1em;
  background-color: #fff;
  margin: 2em 0;
}
#vcard .qr {
  padding-top: 2em;
  text-align: center;
}
#vcard .qr img {
  width: 50%;
}
#vcard .legal {
  margin-top: 4em;
  text-align: center;
}
#vcard .legal > * {
  display: inline;
}
#vcard .legal span {
  margin: 0 0.5em;
}
#transitionoverlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#transitionoverlay h1,
#transitionoverlay h2 {
  color: #fff;
}
#transitionoverlay.show {
  display: initial;
}
#transitionoverlay.show #transitionoverlaystripe {
  animation: 800ms ease-in 800ms transitionoverlay-stripe-in-animation both;
}
#transitionoverlay.show .content {
  animation: 1000ms ease-in 1000ms transitionoverlay-fadein-animation both;
}
#transitionoverlay.show video {
  animation: 1000ms ease-in 1200ms transitionoverlay-fadein-animation both;
}
#transitionoverlay.hide {
  display: initial;
}
#transitionoverlay.hide #transitionoverlaystripe {
  animation: 500ms ease-in 400ms transitionoverlay-stripe-out-animation both;
}
#transitionoverlay.hide .content {
  animation: 300ms ease-in 200ms transitionoverlay-fadeout-animation both;
}
#transitionoverlay.hide video {
  animation: 300ms ease-in transitionoverlay-fadeout-animation both;
}
#transitionoverlay .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 2em;
}
#transitionoverlay .content h2 {
  font-weight: normal;
}
#transitionoverlay video {
  background-color: #444;
  aspect-ratio: 16/9;
  max-width: 50vw;
  max-height: 50vh;
}
@media (min-width: 321px) and (max-width: 1024px) {
  #transitionoverlay video {
    max-width: 100%;
  }
}
#transitionoverlay #transitionoverlaystripe {
  position: absolute;
  z-index: -1;
  top: 8%;
  bottom: 8%;
  left: -10%;
  right: -10%;
  background-color: #ff7865;
}
@-moz-keyframes transitionoverlay-fadein-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transitionoverlay-fadein-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes transitionoverlay-fadein-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes transitionoverlay-fadein-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes transitionoverlay-fadeout-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes transitionoverlay-fadeout-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes transitionoverlay-fadeout-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes transitionoverlay-fadeout-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes transitionoverlay-stripe-in-animation {
  0% {
    transform: rotate(-2.5deg) translateX(-120vw);
  }
  100% {
    transform: rotate(-2.5deg) translateX(0);
  }
}
@-webkit-keyframes transitionoverlay-stripe-in-animation {
  0% {
    transform: rotate(-2.5deg) translateX(-120vw);
  }
  100% {
    transform: rotate(-2.5deg) translateX(0);
  }
}
@-o-keyframes transitionoverlay-stripe-in-animation {
  0% {
    transform: rotate(-2.5deg) translateX(-120vw);
  }
  100% {
    transform: rotate(-2.5deg) translateX(0);
  }
}
@keyframes transitionoverlay-stripe-in-animation {
  0% {
    transform: rotate(-2.5deg) translateX(-120vw);
  }
  100% {
    transform: rotate(-2.5deg) translateX(0);
  }
}
@-moz-keyframes transitionoverlay-stripe-out-animation {
  0% {
    transform: rotate(-2.5deg) translateX(0);
  }
  100% {
    transform: rotate(-2.5deg) translateX(120vw);
  }
}
@-webkit-keyframes transitionoverlay-stripe-out-animation {
  0% {
    transform: rotate(-2.5deg) translateX(0);
  }
  100% {
    transform: rotate(-2.5deg) translateX(120vw);
  }
}
@-o-keyframes transitionoverlay-stripe-out-animation {
  0% {
    transform: rotate(-2.5deg) translateX(0);
  }
  100% {
    transform: rotate(-2.5deg) translateX(120vw);
  }
}
@keyframes transitionoverlay-stripe-out-animation {
  0% {
    transform: rotate(-2.5deg) translateX(0);
  }
  100% {
    transform: rotate(-2.5deg) translateX(120vw);
  }
}
#ikosaeder {
  width: 100vw;
  max-width: 640px;
  height: 90vw;
  max-height: 640px;
  margin: 0 auto 2em auto;
}
