@charset "UTF-8";
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, 50% 50%);
*/
/*! 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 */
  text-decoration: underline; /* 2 */
  -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;
}
/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
textarea {
  resize: vertical; }
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
svg,
svg use {
  box-sizing: content-box; }
html,
body {
  margin: 0;
  padding: 0; }
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
ol {
  padding: 0; }
dl {
  margin: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }
button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0; }
p {
  margin: 0; }
label {
  font-size: inherit; }
input::-ms-clear {
  display: none; }
input:not([type=checkbox]),
label,
textarea {
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0; }
input:not([type=checkbox]):invalid,
  label:invalid,
  textarea:invalid {
    outline: 0;
    box-shadow: none; }
figure {
  margin: 0; }
[data-ohu-type="svg"] {
  display: inline-block;
  position: relative; }
[data-ohu-type="svg"] > canvas {
    visibility: hidden;
    display: block;
    width: inherit;
    height: inherit; }
[data-ohu-type="svg"] > svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: currentColor; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  img {
    background-image: none !important; } }
@page {
  margin: 1.5cm; }
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; } }
@font-face {
  font-family: 'RobotoMonoBold';
  src: url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-700.20210510123636.eot");
  src: url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-700.20210510123636.woff2") format("woff2"), url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-700.20210510123636.woff") format("woff"), url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-700.20210510123636.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'RobotoMonoRegular';
  src: url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-300.20210510123636.eot");
  src: url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-300.20210510123636.woff2") format("woff2"), url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-300.20210510123636.woff") format("woff"), url("../fonts/roboto-mono/roboto-mono-v6-latin-ext_latin-300.20210510123636.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Scala W02 Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/scala/5649212/6150575a-384d-456b-9eb6-3afb8dabd0ca.eot#iefix");
  src: url("../fonts/scala/5649212/6150575a-384d-456b-9eb6-3afb8dabd0ca.eot#iefix") format("embedded-opentype"), url("../fonts/scala/5649212/6dba8e72-456a-4a75-a0c3-1fc9e81100a0.20210510123636.woff2") format("woff2"), url("../fonts/scala//5649212/75c13e6d-f107-458b-9a29-2c0535b862f1.20210510123636.woff") format("woff"), url("../fonts/scala//5649212/16844d6e-1416-4e07-96b6-1d1664346816.20210510123636.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Scala W02 Italic';
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/scala/5649215/015c9a70-0128-4760-8e28-20a36370f4a9.eot?#iefix");
  src: url("../fonts/scala/5649215/015c9a70-0128-4760-8e28-20a36370f4a9.eot?#iefix") format("embedded-opentype"), url("../fonts/scala/5649215/1ee8b4dc-dc6c-44b5-8868-dc6583eb38ca.20210510123636.woff2") format("woff2"), url("../fonts/scala/5649215/f44ed5e8-227f-46bd-8c07-c4c9a98ace51.20210510123636.woff") format("woff"), url("../fonts/scala/5649215/097936f8-668d-47f1-b82d-fdd0af2bfc95.20210510123636.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Scala W02 Bold';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/scala/5649217/dfaba3e5-625e-4db9-9054-1ea6b2228e35.eot?#iefix");
  src: url("../fonts/scala/5649217/dfaba3e5-625e-4db9-9054-1ea6b2228e35.eot?#iefix") format("embedded-opentype"), url("../fonts/scala/5649217/fac859e2-419a-45b3-a3ab-83b4a264d062.20210510123636.woff2") format("woff2"), url("../fonts/scala/5649217/0de20af3-2b5f-4cd2-ba7d-f44e50e0c2df.20210510123636.woff") format("woff"), url("../fonts/scala/5649217/7cb699ea-3f45-40d0-87a6-123cee6f94b2.20210510123636.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Scala W02 Bold Italic';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/scala/5649219/19369ba5-6af7-4d0e-a7be-b2c6d311774d.eot?#iefix");
  src: url("../fonts/scala/5649219/19369ba5-6af7-4d0e-a7be-b2c6d311774d.eot?#iefix") format("embedded-opentype"), url("../fonts/scala/5649219/22cb2143-4017-44e7-9327-03cf51c6e64e.20210510123636.woff2") format("woff2"), url("../fonts/scala/5649219/ee0813f2-b0cf-421c-bc4e-742305633faf.20210510123636.woff") format("woff"), url("../fonts/scala/5649219/92f0a1a4-7647-4ac6-bc9d-49a0eed47734.20210510123636.ttf") format("truetype");
  font-display: swap; }
.ohu-block {
  display: flex;
  flex-direction: row;
  position: relative; }
.ohu-block--image {
    margin-bottom: 5.6rem; }
.ohu-block--title {
    padding-top: 5.6rem; }
.ohu-block--title, .ohu-block--contacts, .ohu-block--form {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
@media (min-width: 769px) {
      .ohu-block--title, .ohu-block--contacts, .ohu-block--form {
        padding-left: 9.09091%;
        padding-right: 9.09091%; }
        .ohu-sidebarredContainer .ohu-block--title, .ohu-sidebarredContainer .ohu-block--contacts, .ohu-sidebarredContainer .ohu-block--form {
          padding-left: 12.5%;
          padding-right: 12.5%; } }
.ohu-block__container {
    width: 100%; }
.ohu-ohu-js-covered .ohu-block--callToActionTeaser {
    display: none; }
.ohu-blocks {
  order: 3; }
@media (min-width: 1025px) {
    .ohu-blocks {
      order: 2; }
      .ohu-sidebar .ohu-blocks {
        padding-left: 16.66667%;
        padding-right: 16.66667%; } }
.ohu-button {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.5;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  padding: 0.65rem;
  text-align: center; }
.ohu-button::before {
    content: '\00a0';
    display: block;
    margin-left: -1px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    width: 1px;
    z-index: 1; }
.ohu-button__label, .ohu-button__icon,
  .ohu-button__icon svg {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0; }
.ohu-button__label {
    flex-grow: 1; }
.ohu-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center; }
.ohu-button__icon figure,
    .ohu-button__icon span[data-ohu-type="svg"] {
      width: inherit;
      height: inherit;
      display: inline-block;
      flex-grow: 0;
      flex-shrink: 0; }
.ohu-button__label + .ohu-button__icon,
  .ohu-button__icon + .ohu-button__label {
    margin-left: 1em; }
.ohu-button:disabled, .ohu-button.ohu-js-disabled {
    cursor: default;
    opacity: 0.4;
    pointer-events: none; }
.ohu-button--arrow + .ohu-button--arrow {
    margin-left: 2rem; }
.ohu-button--slideshowTrigger {
    border: 0;
    background-color: #0a0a19;
    border-radius: 50%;
    font-size: 0;
    height: 1.5rem;
    line-height: 0;
    opacity: 0.5;
    padding: 0;
    text-indent: -10000px;
    width: 1.5rem; }
.ohu-button--slideshowTrigger.ohu-js-current {
      opacity: 1; }
.ohu-button--link {
    color: inherit;
    transition: color 0.2s;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    min-width: 0;
    text-align: left; }
html:not(.mobile) .ohu-button--link:hover, .ohu-button--link:active {
      text-decoration: none; }
@media (min-width: 769px) {
    .ohu-button--prominent {
      min-width: 34rem; } }
.ohu-button--seamless {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    min-width: 0; }
.ohu-button--secondary {
    background-color: transparent; }
.ohu-button--trackersAcceptAll, .ohu-button--trackersRejectAll {
    width: calc(50% + -1rem + 0px); }
.ohu-trackers.ohu-js-confirmMode .ohu-button--trackersAcceptAll, .ohu-trackers.ohu-js-confirmMode .ohu-button--trackersRejectAll {
      display: none; }
.ohu-button--trackersOptions {
    text-align: center;
    width: 100%; }
.ohu-button--trackersSave {
    width: 100%; }
.ohu-button--trackersOk {
    width: 100%; }
.ohu-trackers:not(.ohu-js-confirmMode) .ohu-button--trackersOk {
      display: none; }
.ohu-booking .ohu-button {
    min-width: 0;
    width: 100%; }
.ohu-form .ohu-button {
    margin-bottom: 2rem;
    margin-left: 0;
    margin-top: 2rem;
    min-width: 16rem;
    padding: 0.65rem; }
.ohu-form > .ohu-button:first-child {
    margin-top: 0; }
.ohu-form__buttons > .ohu-button {
    margin-left: 2rem;
    margin-top: 0; }
.ohu-form__buttons > .ohu-button:first-child {
    margin-left: 0;
    margin-top: 0; }
.ohu-field--search .ohu-field__input--text + .ohu-button {
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom: 0;
    margin-left: 2rem;
    margin-top: 0;
    min-width: 0; }
@media (min-width: 769px) {
      .ohu-field--search .ohu-field__input--text + .ohu-button {
        min-width: 16rem; } }
.ohu-field__fields--grid .ohu-button {
    width: auto; }
@media (min-width: 769px) {
      .ohu-field__fields--grid .ohu-button {
        align-self: flex-end;
        min-width: none;
        width: calc(33.33333% - 2rem + 0px); } }
.ohu-button--trackersDetails.ohu-js-toggled .ohu-button__label--show,
  .ohu-button--trackersDetails:not(.ohu-js-toggled) .ohu-button__label--hide,
  .ohu-trackers.ohu-js-expanded .ohu-button--trackersOptions .ohu-button__label--show,
  .ohu-trackers:not(.ohu-js-expanded) .ohu-button--trackersOptions .ohu-button__label--hide {
    display: none; }
.ohu-body {
  font-size: 1.8rem;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Scala W02 Regular", serif; }
.ohu-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  display: flex;
  align-items: center;
  top: 5.6rem;
  margin: 5.6rem 0;
  padding: 0 2.5rem;
  height: 2.8rem;
  transition: height 0.4s, margin 0.4s, opacity 0.4s;
  opacity: 1; }
.ohu-header__menu {
    line-height: 0; }
.ohu-header__menuToggler {
    order: 0;
    width: 2.8rem;
    height: 1.4rem;
    position: relative;
    top: 1px;
    cursor: pointer;
    line-height: 0; }
@media (min-width: 769px) {
      .ohu-header__menuToggler {
        display: none; } }
.ohu-header__siteLogo {
    order: 2; }
@media (min-width: 769px) {
      .ohu-header__siteLogo {
        width: 16.66667%;
        order: 1; } }
.ohu-header__title {
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: normal;
    min-width: 25rem;
    display: none; }
@media (min-width: 769px) {
      .ohu-header__title {
        display: block;
        white-space: normal;
        min-width: auto; } }
.ohu-header__homeLink {
    color: #00376c;
    transition: color 0.2s;
    text-decoration: none; }
html:not(.mobile) .ohu-header__homeLink:hover, .ohu-header__homeLink:active {
      text-decoration: none; }
.ohu-header__line {
    border-bottom: solid 1px #00376c;
    margin: 0 1.4rem;
    width: 100%;
    order: 1; }
@media (min-width: 769px) {
      .ohu-header__line {
        margin: 0;
        width: 58.33333%;
        order: 2; } }
.ohu-header__logo {
    order: 3;
    display: block;
    padding-left: 2.8rem;
    padding-right: 1.4rem;
    min-width: 15rem; }
@media (min-width: 769px) {
      .ohu-header__logo {
        min-width: 20rem; } }
@media (min-width: 769px) {
    .ohu-header__logoImg {
      min-height: 11.2rem; } }
@media (min-width: 769px) {
    .ohu-header {
      padding: 0;
      margin: 5.6rem auto;
      width: 85.71429%;
      height: 11.2rem; }
      .ohu-header__humboldtLink [data-ohu-type="svg"] {
        display: inline-block;
        max-height: 11.2rem; } }
.ohu-header.ohu-js-coveredByCollage {
    opacity: 0;
    height: 0;
    margin-bottom: 5.6rem;
    margin-top: 0; }
.ohu-html {
  background-color: #fffaf5;
  font-size: 62.5%; }
.ohu-image__img {
  max-width: 100%;
  width: 100%; }
@media (min-width: 769px) {
    .ohu-image__img {
      width: auto; } }
.ohu-sidebarredContainer__main .ohu-image {
  padding-bottom: 5.6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
@media (min-width: 769px) {
    .ohu-sidebarredContainer__main .ohu-image {
      padding-left: 12.5%;
      padding-right: 0; } }
.ohu-sidebarredContainer__main .ohu-image__img {
    width: 100%; }
.ohu-sidebarredContainer__main .ohu-image__caption {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    font-family: "RobotoMonoRegular", serif;
    padding-right: 14.28571%;
    margin-top: 1.4rem; }
.ohu-sidebarredContainer__main .ohu-image__captionContent {
    display: inline; }
.ohu-sidebarredContainer__main .ohu-image__captionContent p {
      display: inline; }
.ohu-sidebarredContainer__main .ohu-image__credits {
    display: inline; }
.ohu-block--galleryTeaser .ohu-image {
  padding: 0; }
.ohu-block--galleryTeaser .ohu-image__img {
    width: 100%; }
.ohu-block--galleryTeaser .ohu-image__caption {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    font-family: "RobotoMonoRegular", serif;
    padding-right: 14.28571%;
    margin-top: 1.4rem; }
.ohu-block--galleryTeaser .ohu-image__captionContent {
    display: inline; }
.ohu-block--galleryTeaser .ohu-image__captionContent p {
      display: inline; }
.ohu-block--galleryTeaser .ohu-image__credits {
    display: inline; }
.ohu-slideshow .ohu-image .ohu-img {
  padding-top: 11.2rem; }
.ohu-slideshow .ohu-image__img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100vw; }
.ohu-slideshow .ohu-image__caption {
  padding: 2.8rem 1.4rem 2.8rem 1.4rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(230, 225, 221, 0.8);
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
@media (min-width: 769px) {
    .ohu-slideshow .ohu-image__caption {
      flex-direction: row; } }
.ohu-slideshow .ohu-image__captionContent {
  text-align: justify;
  width: 85.71429%;
  margin-left: 0; }
@media (min-width: 769px) {
    .ohu-slideshow .ohu-image__captionContent {
      width: 42.85714%; } }
.ohu-slideshow .ohu-image__credits {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
  font-family: "RobotoMonoRegular", serif;
  width: 85.71429%; }
@media (min-width: 769px) {
    .ohu-slideshow .ohu-image__credits {
      text-align: right;
      width: 21.42857%; } }
.ohu-sidebar .ohu-image {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 5.6rem; }
@media (min-width: 769px) {
    .ohu-sidebar .ohu-image {
      padding-left: 0;
      padding-right: 0; } }
.ohu-sidebar .ohu-image__caption {
    margin-top: 2.8rem;
    font-family: "RobotoMonoRegular", serif;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal; }
.ohu-logo {
  display: inline-block;
  height: 100%;
  width: auto; }
.ohu-logo svg {
    width: auto;
    height: 100%; }
.ohu-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  display: flex; }
.ohu-main.ohu-js-coveredByMedia {
    position: fixed;
    width: 100%;
    left: 0; }
.ohu-mainMenu {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
  font-family: "RobotoMonoRegular", serif;
  line-height: 1.4;
  position: relative;
  z-index: 60;
  display: none;
  width: 100%;
  padding: 0 5rem; }
.ohu-js-coveredByMedia .ohu-mainMenu {
    z-index: 0;
    position: fixed;
    width: 100%;
    left: 0; }
.ohu-js-coveredByMenu .ohu-mainMenu {
    display: block;
    position: fixed; }
@media (min-width: 769px) {
    .ohu-mainMenu {
      display: block;
      padding-right: 2.8rem;
      width: 21.42857%; } }
@media (min-width: 1201px) {
    .ohu-mainMenu {
      width: 17.85714%;
      margin-left: 3.57143%; } }
.ohu-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative; }
.ohu-page__title {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 5.6rem; }
@media (min-width: 769px) {
      .ohu-page__title {
        font-size: 4.8rem; } }
@media (min-width: 769px) {
    .ohu-page--home {
      width: calc(100% - 2.5rem); } }
@media (min-width: 1201px) {
    .ohu-page--home {
      width: 81.81818%; } }
@media (min-width: 769px) {
    .ohu-page {
      background-color: #f9f4ef; }
      .ohu-page--home {
        background-color: transparent; } }
.ohu-js-coveredByMenu .ohu-pageContainer {
  position: fixed;
  width: 100%;
  left: 0;
  display: none; }
@media (min-width: 769px) {
  .ohu-pageContainer {
    width: 78.57143%; } }
.ohu-eventList {
  order: 4;
  padding-bottom: 11.2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
@media (min-width: 769px) {
    .ohu-eventList {
      padding-left: 9.09091%; } }
.ohu-eventList__header {
    margin-bottom: 2.8rem; }
@media (min-width: 769px) {
      .ohu-eventList__header {
        margin-bottom: 5.6rem;
        padding-right: 10%; } }
.ohu-eventList__title {
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: normal;
    margin-bottom: 2.8rem; }
.ohu-eventList__core {
    width: 100%; }
@media (min-width: 769px) {
      .ohu-eventList__core {
        padding-right: 10%; } }
.ohu-page--project .ohu-eventList {
    margin-top: 11.2rem;
    margin-bottom: 11.2rem; }
@media (min-width: 769px) {
    .ohu-page--events .ohu-eventList {
      margin-top: 5.6rem; } }
.ohu-event {
  width: 100%;
  margin-top: 1.4rem;
  border-top: solid 1px black;
  padding-top: 1.4rem;
  padding-bottom: 2.8rem; }
@media (min-width: 769px) {
    .ohu-event {
      border-color: rgba(10, 10, 25, 0.2);
      padding-bottom: 0; } }
.ohu-event__link {
    display: flex;
    flex-direction: column;
    color: inherit;
    transition: color 0.2s;
    text-decoration: none; }
html:not(.mobile) .ohu-event__link:hover, .ohu-event__link:active {
      text-decoration: none; }
@media (min-width: 769px) {
      .ohu-event__link {
        flex-direction: row; } }
.ohu-event__meta {
    font-family: "RobotoMonoRegular", serif;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal; }
@media (min-width: 769px) {
      .ohu-event__meta {
        width: 18.75%;
        padding-right: 2.8rem; } }
.ohu-event__title {
    font-family: "Scala W02 Bold", serif; }
.ohu-event__text--alternative .ohu-event__title {
      color: rgba(10, 10, 25, 0.45); }
.ohu-event__title::after {
      content: ' •';
      color: #0200ff; }
.ohu-event__title--alternative::after {
      content: ''; }
.ohu-event__text {
    margin-top: 1.4rem;
    border-top: solid 1px rgba(10, 10, 25, 0.2);
    padding-top: 1.4rem; }
@media (min-width: 769px) {
      .ohu-event__text {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
        width: 56.25%;
        padding-right: 2.8rem; } }
.ohu-event__image {
    display: none; }
@media (min-width: 769px) {
      .ohu-event__image {
        display: block;
        width: 25%; }
        .ohu-event__image img {
          max-width: 100%; } }
.ohu-projectGrid {
  display: flex;
  flex-direction: column; }
@media (min-width: 769px) {
    .ohu-projectGrid {
      flex-direction: row;
      flex-wrap: wrap; } }
.ohu-projectGrid__cell {
    position: relative;
    width: 100%;
    margin-bottom: 1.4rem; }
@media (min-width: 769px) {
      .ohu-projectGrid__cell {
        margin-right: 15px;
        width: calc((100% - (15px * 1)) / 2); }
        .ohu-projectGrid__cell:nth-child(2n) {
          margin-right: 0; } }
@media (min-width: 1025px) {
      .ohu-projectGrid__cell {
        width: calc((100% - (15px * 2)) / 3); }
        .ohu-projectGrid__cell:nth-child(3n) {
          margin-right: 0; } }
@media (min-width: 1201px) {
      .ohu-projectGrid__cell {
        width: calc((100% - (15px * 3)) / 4); }
        .ohu-projectGrid__cell:nth-child(4n) {
          margin-right: 0; } }
.ohu-js-masonryOn .ohu-projectGrid__cell {
      margin-right: 0; }
.ohu-projectTeaser {
  display: block;
  position: relative;
  z-index: 1;
  background-color: rgba(241, 241, 241, 0.8);
  color: inherit;
  transition: color 0.2s;
  text-decoration: none;
  cursor: pointer; }
html:not(.mobile) .ohu-projectTeaser:hover, .ohu-projectTeaser:active {
    text-decoration: none; }
.ohu-projectTeaser--noLink {
    cursor: default; }
.ohu-projectTeaser:before {
    content: ' ';
    display: block;
    height: 1rem;
    transition: background-color 0.2s; }
.ohu-projectTeaser--special {
    background: none;
    z-index: 0; }
.ohu-projectTeaser--special:before {
      background-color: #0200ff; }
.ohu-projectTeaser__content {
    padding: 1.2rem 1rem 2.2rem 1rem; }
.ohu-projectTeaser__image {
    margin-top: 1.4rem;
    overflow: hidden; }
.ohu-projectTeaser__image img {
      max-width: 100%; }
.ohu-projectTeaser__title {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 1.4rem; }
.ohu-projectTeaser__footer {
    font-size: 1.2rem;
    font-family: "RobotoMonoRegular", serif;
    border-top: 1px solid rgba(10, 10, 25, 0.2);
    padding-top: 1.4rem;
    margin-top: 1.4rem;
    transition: border-color 0.2s; }
.ohu-projectTeaser__caption {
    font-size: 1rem;
    line-height: 1.2;
    font-family: "RobotoMonoRegular", serif;
    line-height: 1.4rem; }
.ohu-projectTeaser__collageImage {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    z-index: -1; }
.ohu-projectTeaser__collageImage img {
      width: 100%;
      height: auto;
      position: absolute;
      max-width: 100%; }
@media (min-width: 769px) {
      .ohu-projectTeaser__collageImage {
        transform: translateX(-20%); }
        .ohu-projectTeaser__collageImage img {
          max-width: 140%; } }
.ohu-projectTeaser:not(.ohu-projectTeaser--noLink):hover {
    background: none;
    z-index: 2; }
.ohu-projectTeaser:not(.ohu-projectTeaser--noLink):hover:before {
      background-color: #0200ff; }
.ohu-projectTeaser:hover .ohu-projectTeaser__footer {
    border-color: #0200ff; }
.ohu-collage .ohu-projectTeaser {
    background-color: #0200ff;
    color: white; }
.ohu-collage .ohu-projectTeaser__footer {
      border-color: white; }
.ohu-collage .ohu-projectTeaser:hover .ohu-projectTeaser__footer {
    border-color: white; }
.ohu-projectTeaser__close {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 1;
    cursor: pointer; }
@media (min-width: 769px) {
      .ohu-projectTeaser__close {
        display: none; } }
.ohu-categoryList {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
  font-family: "RobotoMonoRegular", serif;
  display: block; }
.ohu-categoryList__category {
    display: inline-block;
    opacity: 0.5; }
.ohu-categoryList__category--theme + .ohu-categoryList__category--activity:before {
      content: ' ';
      display: inline-block;
      position: relative;
      margin-right: 1.4rem;
      width: 2.8rem;
      top: -0.3rem;
      border-bottom: 1px solid #0200ff; }
.ohu-categoryList__category + .ohu-categoryList__category {
      margin-left: 1.4rem; }
.ohu-categoryList__category a {
      color: inherit;
      transition: color 0.2s;
      text-decoration: none; }
html:not(.mobile) .ohu-categoryList__category a:hover, .ohu-categoryList__category a:active {
        text-decoration: none; }
.ohu-page--home .ohu-categoryList {
    margin-bottom: 1.4rem;
    font-size: 1.2rem; }
.ohu-page--home .ohu-categoryList__category {
      opacity: 1; }
.ohu-sidebarredContainer .ohu-categoryList {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
@media (min-width: 769px) {
      .ohu-sidebarredContainer .ohu-categoryList {
        padding-left: 12.5%;
        padding-top: 2.8rem; } }
.ohu-collage .ohu-categoryList {
    font-size: 1.2rem; }
.ohu-collage .ohu-categoryList__category {
      opacity: 1; }
.ohu-projectGridContainer {
  padding: 0 2.5rem;
  top: 0;
  position: relative; }
.ohu-projectGridContainer__header {
    margin-bottom: 1.4rem; }
@media (min-width: 1025px) {
      .ohu-projectGridContainer__header {
        position: sticky;
        top: 1.4rem;
        z-index: 3; } }
.safari .ohu-projectGridContainer__header {
      margin-bottom: 2.8rem; }
@media (min-width: 769px) {
    .ohu-projectGridContainer {
      padding: 0; } }
.ohu-select {
  font-family: "RobotoMonoRegular", serif;
  font-size: 1.2rem;
  position: relative; }
@media (min-width: 769px) {
    .ohu-select {
      font-size: 1.4rem;
      line-height: 2;
      font-weight: normal; } }
.ohu-select__value {
    height: 5.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
    border: solid 1px rgba(10, 10, 25, 0.3);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    padding: 0 2.8rem;
    z-index: 2; }
.ohu-js-open .ohu-select__value {
      padding: 0;
      background-color: #f1f1f1;
      border: none;
      height: 7rem; }
@media (min-width: 769px) {
        .ohu-js-open .ohu-select__value {
          height: 5.6rem;
          padding: 0 2.8rem; } }
.ohu-select__value:focus {
      outline: none; }
.ohu-select__value:after {
      content: '';
      position: absolute;
      margin: 2.8rem 0;
      top: -0.5rem;
      right: 2.8rem;
      width: 0;
      height: 0;
      border-left: 1rem solid transparent;
      border-right: 1rem solid transparent;
      border-top: 1rem solid #0200ff; }
.ohu-js-open .ohu-select__value:after {
        top: 0.9rem; }
@media (min-width: 769px) {
          .ohu-js-open .ohu-select__value:after {
            top: -0.5rem; } }
@media (min-width: 769px) {
        .ohu-select__value:after {
          top: -0.5rem;
          right: 2.1rem;
          transition: all 0.2s; } }
.ohu-select__valueLabel {
    height: 5.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left; }
.ohu-select__valueLabel:hover {
      color: #0200ff; }
.ohu-select__valueLabel:focus {
      color: #0200ff;
      text-decoration: underline; }
.ohu-js-open .ohu-select__valueLabel {
      border: solid 1px rgba(10, 10, 25, 0.3);
      margin: 1.4rem;
      margin-bottom: 0;
      padding: 1.4rem; }
@media (min-width: 769px) {
        .ohu-js-open .ohu-select__valueLabel {
          border: none;
          margin: 0;
          padding: 0;
          border-bottom: solid 1px rgba(10, 10, 25, 0.3); } }
.ohu-select__options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;
    z-index: 10;
    left: 0;
    padding: 0 2.8rem;
    padding-bottom: 5.6rem; }
@media (min-width: 769px) {
      .ohu-select__options {
        transition: opacity 0.3s; } }
.ohu-select:before {
    opacity: 0;
    visibility: hidden;
    content: ' ';
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(10, 10, 25, 0.3); }
@media (min-width: 769px) {
      .ohu-select:before {
        transition: opacity 0.6s; } }
.ohu-select.ohu-js-open {
    position: fixed;
    z-index: 3;
    top: 2.5rem;
    left: 2.5rem;
    width: calc(100% - (2.5rem * 2));
    height: calc(100% - (2.5rem * 2));
    background-color: #f1f1f1; }
@media (min-width: 769px) {
      .ohu-select.ohu-js-open {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto; } }
.ohu-select__option {
    height: 5.6rem;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3;
    border-bottom: solid 1px rgba(10, 10, 25, 0.3); }
.ohu-select__option a {
      color: inherit;
      transition: color 0.2s;
      text-decoration: none; }
html:not(.mobile) .ohu-select__option a:hover, .ohu-select__option a:active {
        text-decoration: none; }
.ohu-select__option:hover {
      color: #0200ff;
      border-color: #0200ff; }
.ohu-select__option:focus {
      color: #0200ff;
      border-color: #0200ff; }
.ohu-select__option--selected {
      border-color: #0200ff; }
.ohu-select__option--disabled {
      opacity: 0.3;
      pointer-events: none; }
.ohu-select__optionLink {
    display: flex;
    height: 5.6rem;
    align-items: center;
    width: 100%; }
.ohu-select__optionLink:hover {
      color: #0200ff; }
.ohu-select__optionLink:focus {
      outline: none;
      color: #0200ff; }
.ohu-select__optionLabel {
    width: 100%; }
.ohu-select__optionCount {
    margin-left: auto; }
.ohu-select:not(.ohu-js-mounted):hover:before, .ohu-select.ohu-js-open:before,
  .ohu-select:not(.ohu-js-mounted):hover .ohu-select__options, .ohu-select.ohu-js-open .ohu-select__options {
    opacity: 1;
    visibility: visible; }
.ohu-select:not(.ohu-js-mounted):hover .ohu-select__value:after, .ohu-select.ohu-js-open .ohu-select__value:after {
    transform: rotate(180deg); }
.ohu-sidebarredContainer {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column; }
@media (min-width: 1025px) {
    .ohu-sidebarredContainer__main {
      background-color: #f9f4ef;
      width: 72.72727%; } }
.ohu-sidebarredContainer__sidebar {
    position: relative;
    font-family: "RobotoMonoRegular", serif;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal; }
@media (min-width: 1025px) {
      .ohu-sidebarredContainer__sidebar {
        background-color: rgba(0, 0, 0, 0.05);
        width: 27.27273%; } }
.ohu-sidebarredContainer__sidebarContent {
    position: absolute; }
@media (min-width: 1025px) {
    .ohu-sidebarredContainer {
      flex-direction: row; } }
.ohu-contacts {
  display: flex;
  flex-wrap: wrap; }
.ohu-contact {
  margin-bottom: 5.6rem; }
.ohu-contact__portrait {
    max-width: 100%;
    margin-bottom: 2.8rem; }
.ohu-contact__label, .ohu-contact__address, .ohu-contact__connections {
    margin-bottom: 2.8rem; }
.ohu-contact__address, .ohu-contact__connections {
    font-family: "RobotoMonoRegular", serif;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal; }
.ohu-contact__address a, .ohu-contact__connections a {
      color: inherit;
      transition: color 0.2s;
      text-decoration: none; }
html:not(.mobile) .ohu-contact__address a:hover, .ohu-contact__address a:active, html:not(.mobile) .ohu-contact__connections a:hover, .ohu-contact__connections a:active {
        text-decoration: none; }
.ohu-contact__textLabel:after {
    display: inline;
    content: ' •';
    color: #0200ff; }
@media (min-width: 769px) {
    .ohu-contact__textLabel {
      display: none; } }
.ohu-contact__textLabel + * {
    display: inline; }
@media (min-width: 505px) {
    .ohu-contact {
      width: 50%;
      padding-right: 2.8rem; } }
@media (min-width: 1201px) {
    .ohu-contact {
      width: 30%; } }
.ohu-textContact {
  font-family: "RobotoMonoRegular", serif;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal; }
.ohu-textContact a {
    color: inherit;
    transition: color 0.2s;
    text-decoration: none; }
html:not(.mobile) .ohu-textContact a:hover, .ohu-textContact a:active {
      text-decoration: none; }
@media (min-width: 769px) {
    .ohu-textContact {
      margin-bottom: 5.6rem; } }
.ohu-sidebarInfo .ohu-textContact {
    text-align: center; }
.ohu-toolbox {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #f1f1f1;
  margin: 0 2.5rem;
  width: calc(100% - (2.5rem * 2));
  padding: 1.4rem 0;
  z-index: 10; }
@media (min-width: 769px) {
    .ohu-toolbox {
      background-color: unset; } }
@media (min-width: 1025px) {
    .ohu-toolbox {
      margin: 0;
      padding: 0;
      width: 100%;
      margin-top: 1.4rem;
      margin-bottom: 5.6rem; } }
.ohu-toolbox__button {
    position: relative; }
.ohu-js-coveredByMedia .ohu-toolbox {
    margin: 0;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    width: auto;
    padding: 1.4rem 1.4rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40; }
.ohu-toolboxButton {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  text-align: center;
  position: relative; }
@media (min-width: 1025px) {
    .ohu-toolboxButton {
      width: 4.2rem;
      height: 4.2rem;
      background-color: unset; } }
@media (min-width: 1201px) {
    .ohu-toolboxButton {
      width: 5.6rem;
      height: 5.6rem; } }
.ohu-toolboxButton.ohu-js-active {
    color: #0200ff;
    pointer-events: none; }
html:not(.mobile) .ohu-toolboxButton:hover, .ohu-toolboxButton:active {
    cursor: pointer;
    color: #0200ff; }
html:not(.mobile) .ohu-toolboxButton:hover .ohu-toolboxButton__tooltip,
  .ohu-toolboxButton:active .ohu-toolboxButton__tooltip {
    display: block; }
.ohu-toolboxButton__tooltip {
    display: none;
    position: absolute;
    color: white;
    background: #0200ff;
    text-align: center;
    white-space: nowrap;
    z-index: 50;
    top: -1.4rem;
    right: 0;
    margin-top: 8.4rem;
    margin-right: -1px;
    font-family: "RobotoMonoRegular", serif;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    padding: 0.35rem 1.4rem; }
.ohu-toolboxButton__tooltip:after {
      content: "";
      position: absolute;
      right: 0;
      top: -8.4rem;
      height: 8.4rem;
      border-right: 1px solid #0200ff; }
.ohu-js-coveredByMedia .ohu-toolboxButton__tooltip {
    top: -2.8rem; }
.ohu-toolboxButton--close {
    display: none;
    background: #0200ff;
    color: white;
    border-radius: 50%; }
html:not(.mobile) .ohu-toolboxButton--close:hover, .ohu-toolboxButton--close:active {
      color: white; }
.ohu-js-coveredByMedia .ohu-toolboxButton--close {
    display: flex; }
.ohu-js-coveredByMedia .ohu-toolboxButton--gallery,
  .ohu-js-coveredByMedia .ohu-toolboxButton--share,
  .ohu-js-coveredByMedia .ohu-toolboxButton--text,
  .ohu-js-coveredByMedia .ohu-toolboxButton--play {
    display: none; }
.ohu-sidebar {
  order: 3; }
.ohu-js-covered .ohu-sidebar .ohu-ohu-blocks {
    display: none; }
@media (min-width: 1025px) {
    .ohu-sidebar {
      z-index: 11;
      order: 3;
      position: absolute;
      width: 27.27273%;
      top: 0;
      right: 0; } }
.ohu-sidebarInfo {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
  font-family: "RobotoMonoRegular", serif;
  line-height: 1.6;
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
  padding: 0 2.5rem; }
@media (min-width: 1025px) {
    .ohu-sidebarInfo {
      padding: 0 16.66667%; } }
@media (min-width: 1025px) {
    .ohu-blocks .ohu-sidebarInfo {
      padding: 0; } }
.ohu-sidebarInfo__title {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    font-weight: normal;
    font-family: "RobotoMonoRegular", serif;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    text-align: center;
    margin-bottom: 1.4rem; }
.ohu-infoSection {
  width: 100%;
  display: flex;
  align-items: first baseline; }
.ohu-infoSection__icon {
    margin-left: auto;
    padding-left: 1.4rem;
    position: relative;
    top: 3px; }
.ohu-infoSection__icon a {
      color: inherit; }
.ohu-sidebarInfo .ohu-infoSection {
    padding-bottom: 0.7rem; }
.ohu-collage .ohu-infoSection__icon {
    color: white; }
.ohu-calltoaction {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center; }
@media (min-width: 1025px) {
    .ohu-calltoaction {
      text-align: left;
      flex-direction: row;
      padding: 0; } }
.ohu-calltoaction__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0200ff;
    color: white;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    height: 100%; }
@media (min-width: 1025px) {
      .ohu-calltoaction__main {
        align-items: unset;
        border-bottom: 5.6rem solid #f9f4ef;
        padding-top: 5.6rem;
        padding-bottom: 5.6rem;
        padding-left: 12.5%;
        padding-right: 12.5%; } }
.ohu-calltoaction__questions {
    order: 2; }
.ohu-calltoaction__questions:after {
      content: ' ';
      margin: 2.8rem auto 0 auto;
      display: block;
      width: 1px;
      height: 16.8rem;
      border-left: solid 1px white; }
@media (min-width: 1025px) {
      .ohu-calltoaction__questions {
        order: 1;
        width: 80%; }
        .ohu-calltoaction__questions:after {
          display: none; } }
.ohu-calltoaction__invitation {
    order: 3; }
.ohu-calltoaction__invitation:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 1.4rem;
      height: 1.4rem;
      border-radius: 0.7rem;
      background-color: white;
      position: relative;
      top: -0.7rem;
      left: -1px;
      margin-bottom: 2.8rem; }
@media (min-width: 1025px) {
        .ohu-calltoaction__invitation:before {
          display: none; } }
@media (min-width: 1025px) {
      .ohu-calltoaction__invitation {
        width: 80%; } }
.ohu-calltoaction__logoLine {
    display: flex;
    position: relative;
    order: 1; }
@media (min-width: 1025px) {
      .ohu-calltoaction__logoLine {
        order: 2; } }
.ohu-calltoaction__logo {
    margin-bottom: 2.8rem; }
.ohu-calltoaction__logo [data-ohu-type="svg"] {
      width: 11.2rem; }
@media (min-width: 1025px) {
      .ohu-calltoaction__logo {
        margin-bottom: 0;
        position: relative;
        width: 11.2rem;
        margin-left: 1.4rem; }
        .ohu-calltoaction__logo [data-ohu-type="svg"] {
          position: absolute;
          top: -2.8rem;
          right: -6.25%;
          width: 11.2rem; } }
@media (min-width: 1025px) {
    .ohu-calltoaction__line {
      padding-top: 2.8rem;
      margin-top: 2.8rem;
      border-top: 1px solid white;
      position: relative;
      width: 87.5%; }
      .ohu-calltoaction__line:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 0.7rem;
        background-color: white;
        left: -4.2rem;
        top: -0.7rem; } }
.ohu-calltoaction__contact {
    padding: 2.8rem 2.5rem;
    text-align: center; }
@media (min-width: 1025px) {
      .ohu-calltoaction__contact {
        padding: 2.8rem 16.66667% 5.6rem 16.66667%;
        border-top: 1px solid #0200ff; } }
.ohu-calltoaction__contactTitle {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    font-weight: normal;
    font-family: "RobotoMonoRegular", serif;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    text-align: center;
    margin-bottom: 1.4rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
.ohu-calltoaction .ohu-ugc a {
    color: #fffaf5; }
.ohu-filters {
  display: flex;
  flex-direction: column; }
.ohu-filters__theme {
    margin-bottom: 2.8rem; }
@media (min-width: 769px) {
    .ohu-filters {
      flex-direction: row; }
      .ohu-filters__theme, .ohu-filters__activity {
        background-color: #fffaf5;
        margin-bottom: 0;
        width: 45%; }
      .ohu-filters__line {
        border-top: 1px solid #0200ff;
        width: 10%;
        height: 1px;
        margin: 2.8rem; } }
@media (min-width: 769px) {
    .ohu-filters__anchor {
      margin-top: -1.4rem; } }
.ohu-sharePopup {
  background-color: #0200ff;
  color: white;
  font-family: "RobotoMonoRegular", serif;
  font-size: 1.2rem;
  display: none;
  text-align: left;
  z-index: 20;
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  padding: 2.5rem; }
@media (min-width: 769px) {
    .ohu-sharePopup {
      position: absolute;
      margin: auto;
      left: auto;
      right: -1px;
      width: 100vw;
      max-width: 28.57143vw;
      padding: 2.8rem; } }
.ohu-sharePopup:focus {
    border: none;
    outline: none; }
.ohu-sharePopup.ohu-js-show {
    display: block; }
.ohu-sharePopup__title {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    font-weight: normal;
    font-family: "RobotoMonoRegular", serif;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    margin-bottom: 1.4rem; }
.ohu-sharePopup__text {
    margin-bottom: 1.4rem; }
.ohu-sharePopup__close {
    position: absolute;
    top: 2.8rem;
    right: 2.8rem;
    cursor: pointer; }
.ohu-sharePopup__form {
    display: flex; }
.ohu-sharePopup__url {
    width: 100%;
    color: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background-color: transparent;
    border-bottom: solid 1px white; }
.ohu-sharePopup__copyButton {
    margin-left: 1.4rem; }
.ohu-mediaContent {
  display: none;
  position: relative; }
.ohu-mediaModal .ohu-mediaContent {
    display: block;
    height: 100%; }
.ohu-subheadline {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 5.6rem;
  margin-bottom: 1.4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
@media (min-width: 769px) {
    .ohu-subheadline {
      padding-left: 9.09091%;
      padding-right: 9.09091%; }
      .ohu-sidebarredContainer .ohu-subheadline {
        padding-left: 12.5%;
        padding-right: 12.5%; } }
.ohu-quote {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  padding-left: 5rem;
  padding-right: 2.5rem;
  margin-bottom: 5.6rem; }
@media (min-width: 769px) {
    .ohu-quote {
      line-height: 1.6; } }
@media (min-width: 769px) {
    .ohu-quote {
      text-align: justify;
      padding-left: 18.18182%;
      padding-right: 18.18182%; }
      .ohu-sidebarredContainer .ohu-quote {
        padding-left: 25%;
        padding-right: 25%; } }
.ohu-galleryTeaser {
  padding-bottom: 5.6rem; }
@media (min-width: 1025px) {
    .ohu-galleryTeaser {
      padding-bottom: 0;
      border-top: 1px solid #0200ff; } }
@media (min-width: 1025px) {
    .ohu-galleryTeaser__main {
      padding-bottom: 5.6rem; } }
.ohu-galleryTeaser__img {
    text-align: left;
    cursor: pointer;
    width: 100%;
    position: relative; }
@media (min-width: 1025px) {
      .ohu-galleryTeaser__img {
        padding: 0 12.5%; } }
.ohu-galleryTeaser__meta {
    text-align: center;
    margin-top: 2.8rem; }
@media (min-width: 1025px) {
      .ohu-galleryTeaser__meta {
        margin-top: 0;
        padding: 5.6rem 4.16667%; } }
.ohu-galleryTeaser__title {
    display: none; }
@media (min-width: 1025px) {
      .ohu-galleryTeaser__title {
        display: block;
        font-size: 1.4rem;
        line-height: 2;
        font-weight: normal;
        font-weight: normal;
        font-family: "RobotoMonoRegular", serif;
        text-transform: uppercase;
        letter-spacing: 0.4rem;
        padding-bottom: 5.6rem; } }
.ohu-galleryTeaser__text {
    display: none; }
@media (min-width: 1025px) {
      .ohu-galleryTeaser__text {
        display: block;
        margin-bottom: 5.6rem; } }
.ohu-galleryTeaser__trigger {
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: #0200ff;
            text-decoration-color: #0200ff; }
.ohu-galleryTeaser__trigger [data-ohu-type="svg"] {
      display: none; }
@media (min-width: 1025px) {
        .ohu-galleryTeaser__trigger [data-ohu-type="svg"] {
          display: inline-block; } }
html:not(.mobile) .ohu-galleryTeaser__trigger:hover, .ohu-galleryTeaser__trigger:active {
      cursor: pointer;
      color: #0200ff; }
.ohu-galleryTeaser__mobileIcon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.4rem;
    height: 8.4rem; }
.ohu-galleryTeaser__mobileIcon:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 8.4rem;
      height: 8.4rem;
      border-radius: 4.2rem;
      background-color: #0200ff;
      mix-blend-mode: multiply;
      transition: background-color 0.2s; }
.ohu-galleryTeaser__mobileIcon:hover:before {
      mix-blend-mode: normal; }
.ohu-galleryTeaser__mobileIcon [data-ohu-type="svg"] {
      color: white; }
@media (min-width: 1025px) {
      .ohu-galleryTeaser__mobileIcon {
        display: none; } }
.ohu-galleryTeaser .ohu-image__imgWrapper {
    position: relative; }
.ohu-galleryTeaser .ohu-image__caption {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
.ohu-videoTeaser {
  padding-bottom: 5.6rem; }
@media (min-width: 1025px) {
    .ohu-videoTeaser {
      padding-bottom: 0;
      border-top: 1px solid #0200ff; } }
@media (min-width: 1025px) {
    .ohu-videoTeaser__main {
      padding-bottom: 5.6rem; } }
.ohu-videoTeaser__img {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
.ohu-videoTeaser__img iframe {
      z-index: 1; }
.ohu-videoTeaser__meta {
    text-align: center;
    margin-top: 2.8rem; }
@media (min-width: 1025px) {
      .ohu-videoTeaser__meta {
        margin-top: 0;
        padding: 5.6rem 4.16667%; } }
.ohu-videoTeaser__title {
    display: none; }
@media (min-width: 1025px) {
      .ohu-videoTeaser__title {
        display: block;
        font-size: 1.4rem;
        line-height: 2;
        font-weight: normal;
        font-weight: normal;
        font-family: "RobotoMonoRegular", serif;
        text-transform: uppercase;
        letter-spacing: 0.4rem;
        padding-bottom: 5.6rem; } }
.ohu-videoTeaser__text {
    display: none; }
@media (min-width: 1025px) {
      .ohu-videoTeaser__text {
        display: block;
        margin-bottom: 5.6rem; } }
.ohu-videoTeaser__trigger {
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-color: #0200ff;
            text-decoration-color: #0200ff; }
.ohu-videoTeaser__trigger [data-ohu-type="svg"] {
      display: none; }
@media (min-width: 1025px) {
        .ohu-videoTeaser__trigger [data-ohu-type="svg"] {
          display: inline-block; } }
.ohu-menuToggler {
  color: #0200ff; }
.ohu-menuToggler:focus, .ohu-menuToggler:hover {
    color: black; }
.ohu-menuToggler__label {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: currentColor;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: transform 0.2s  ;
    transition: background-color 0.2s  ;
    font-size: 0;
    text-indent: -10000px;
    transform: translateY(4px); }
.ohu-menuToggler.ohu-js-toggled .ohu-menuToggler__label,
    .ohu-menuToggler--close .ohu-menuToggler__label {
      background-color: transparent; }
.ohu-menuToggler__label::before {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background-color: currentColor;
      height: 1px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      transition: transform 0.2s  ;
      transition: transform 0.2s  ;
      content: '';
      transform: translateY(-4px); }
.ohu-menuToggler.ohu-js-toggled .ohu-menuToggler__label::before,
      .ohu-menuToggler--close .ohu-menuToggler__label::before {
        transform: translateY(0) rotate(45deg); }
.ohu-menuToggler__label::after {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background-color: currentColor;
      height: 1px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      transition: transform 0.2s  ;
      transition: transform 0.2s  ;
      content: '';
      transform: translateY(4px); }
.ohu-menuToggler.ohu-js-toggled .ohu-menuToggler__label::after,
      .ohu-menuToggler--close .ohu-menuToggler__label::after {
        transform: translateY(0) rotate(-45deg); }
.ohu-menuToggler:not(.ohu-js-toggled):not(.ohu-menuToggler--close):hover .ohu-menuToggler__label::before,
    .ohu-menuToggler:not(.ohu-js-toggled):not(.ohu-menuToggler--close):focus .ohu-menuToggler__label::before {
      transform: translateY(-10px); }
.ohu-menuToggler:not(.ohu-js-toggled):not(.ohu-menuToggler--close):hover .ohu-menuToggler__label::after,
    .ohu-menuToggler:not(.ohu-js-toggled):not(.ohu-menuToggler--close):focus .ohu-menuToggler__label::after {
      transform: translateY(10px); }
.ohu-ctaTeaser {
  display: none; }
@media (min-width: 1025px) {
    .ohu-ctaTeaser {
      font-size: 1.4rem;
      line-height: 2;
      font-weight: normal;
      font-family: "RobotoMonoRegular", serif;
      display: block;
      position: relative;
      cursor: pointer;
      margin-bottom: 5.6rem;
      text-decoration: none; } }
.ohu-ctaTeaser:hover .ohu-ctaTeaser__label, .ohu-ctaTeaser:hover .ohu-ctaTeaser__tail:after {
    color: white;
    background-color: #0200ff; }
.ohu-ctaTeaser__label {
    color: #0200ff;
    border: solid 1px #0200ff;
    transition: background-color 0.4s;
    width: 13rem;
    height: 13rem;
    border-radius: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
.ohu-ctaTeaser__tail {
    position: relative;
    height: 16.8rem;
    width: 1px;
    border-left: solid 1px #0200ff;
    margin: 0 auto;
    top: -2.8rem; }
.ohu-ctaTeaser__tail:after {
      content: ' ';
      position: absolute;
      transition: background-color 0.4s;
      bottom: -0.7rem;
      left: -0.7rem;
      margin: 0 auto;
      width: 1.4rem;
      height: 1.4rem;
      border-radius: 0.7rem;
      border: solid 1px #0200ff; }
.ohu-collage {
  margin: auto;
  max-width: 1920px;
  position: relative;
  padding-bottom: 11.2rem;
  left: 0; }
.ohu-collage:focus {
    outline: none; }
.ohu-collage__main {
    position: relative;
    transition: margin-left 0.2s;
    left: -140%;
    margin-bottom: 11.2rem; }
@media (min-width: 769px) {
      .ohu-collage__main {
        left: -60%; } }
@media (min-width: 1025px) {
      .ohu-collage__main {
        left: -10%;
        max-width: calc(10% + 1920px);
        margin-bottom: 5%; } }
.ohu-collage__sprite {
    position: absolute; }
.ohu-collage__sprite img {
      width: 100%;
      -o-object-fit: fill;
         object-fit: fill; }
.ohu-collage__img {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s  , opacity 0.5s  ; }
.ohu-collage__img.ohu-js-loaded {
      opacity: 1;
      visibility: inherit; }
.ohu-collage__project {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, margin-left 0.4s;
    z-index: 1;
    cursor: pointer;
    margin-left: 0; }
.ohu-collage__project:hover {
      z-index: 2; }
.ohu-collage__project:before {
      bottom: 0;
      left: 0;
      border-left: solid 1px;
      border-bottom: solid 1px; }
.ohu-collage__project:after {
      top: 0;
      right: 0;
      border-right: solid 1px;
      border-top: solid 1px; }
.ohu-collage__project:before, .ohu-collage__project:after {
      content: '';
      position: absolute;
      display: block;
      width: 100px;
      height: 100px;
      border-color: #0200ff; }
.ohu-collage__project.ohu-js-panOver {
      background-color: rgba(2, 0, 255, 0.2);
      mix-blend-mode: multiply; }
.ohu-collage__project.ohu-js-show {
      background-color: unset;
      mix-blend-mode: unset; }
.ohu-js-open .ohu-collage__project {
      visibility: visible;
      opacity: 1; }
@media (min-width: 1025px) {
      .ohu-collage__project {
        height: auto !important; } }
.ohu-collage__teaser {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s opacity;
    position: relative; }
.ohu-js-show .ohu-collage__teaser {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
.ohu-collage__label {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
    position: absolute;
    display: flex;
    flex-direction: column;
    border-left: solid 1px #0200ff;
    width: 11.2rem; }
.ohu-js-open .ohu-collage__label {
      visibility: visible;
      opacity: 1; }
.ohu-js-showProject .ohu-collage__label {
      display: none; }
.ohu-collage__lineLabel {
    margin-top: auto;
    font-family: "RobotoMonoRegular", serif;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    color: #0200ff;
    padding-left: 1.4rem; }
.ohu-collage__close {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    right: 5%;
    top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 5.6rem;
    height: 5.6rem; }
.ohu-collage__close:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 5.6rem;
      height: 5.6rem;
      border-radius: 2.8rem;
      background-color: #0200ff;
      mix-blend-mode: multiply;
      transition: background-color 0.2s; }
@media (min-width: 1025px) {
      .ohu-collage__close {
        width: 11.2rem;
        height: 11.2rem; }
        .ohu-collage__close:before {
          content: '';
          position: absolute;
          display: inline-block;
          width: 11.2rem;
          height: 11.2rem;
          border-radius: 5.6rem;
          background-color: #0200ff;
          mix-blend-mode: multiply;
          transition: background-color 0.2s; } }
.ohu-collage__close [data-ohu-type="svg"] {
      color: white;
      width: 50%; }
@media (min-width: 1025px) {
        .ohu-collage__close [data-ohu-type="svg"] {
          width: auto; } }
.ohu-collage__close:hover:before {
      background-color: #0200cc; }
.ohu-js-open .ohu-collage__close {
      visibility: visible; }
.ohu-js-showProject .ohu-collage__close {
      visibility: hidden; }
.ohu-collage__opener {
    position: absolute;
    visibility: hidden;
    bottom: -10%;
    width: 12.6rem;
    height: 12.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 35%; }
@media (min-width: 1025px) {
      .ohu-collage__opener {
        width: 19.6rem;
        height: 19.6rem; } }
.ohu-collage__opener:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 12.6rem;
      height: 12.6rem;
      border-radius: 6.3rem;
      background-color: #0200ff;
      mix-blend-mode: multiply;
      transition: background-color 0.2s; }
@media (min-width: 1025px) {
        .ohu-collage__opener:after {
          content: '';
          position: absolute;
          display: inline-block;
          width: 19.6rem;
          height: 19.6rem;
          border-radius: 9.8rem;
          background-color: #0200ff;
          mix-blend-mode: multiply;
          transition: background-color 0.2s; } }
.ohu-collage__opener:hover:after {
      transition: background-color 0.4s;
      background-color: #0200cc; }
.ohu-js-ready .ohu-collage__opener {
      visibility: visible; }
.ohu-js-open .ohu-collage__opener:after {
      background-color: transparent; }
.ohu-collage__openerLabel {
    display: inline-block;
    color: white;
    position: relative;
    z-index: 1;
    transition: opacity 0.4s;
    width: 12.6rem;
    height: 12.6rem;
    line-height: 12.6rem;
    transform: scale(1);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite; }
@media (min-width: 1025px) {
      .ohu-collage__openerLabel {
        font-size: 2.8rem;
        width: 19.6rem;
        height: 19.6rem;
        line-height: 19.6rem; } }
.ohu-js-open .ohu-collage__openerLabel {
      opacity: 0;
      visibility: hidden; }
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9); }
  30% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }
@keyframes pulse {
  0% {
    transform: scale(0.9); }
  30% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }
.ohu-collage__headline {
    position: absolute;
    bottom: 12.6rem;
    left: 2.5rem;
    visibility: visible;
    font-size: 2.8rem;
    color: #00376c;
    line-height: 1;
    z-index: 1; }
@media (min-width: 769px) {
      .ohu-collage__headline {
        text-align: center;
        position: absolute;
        margin: 0 auto;
        top: 10%;
        left: 0;
        right: 0;
        font-size: 5.6rem;
        width: 81.81818%; } }
.ohu-js-open .ohu-collage__headline {
      visibility: hidden; }
.ohu-collage__headlineTerm1 {
    display: block; }
@media (min-width: 769px) {
      .ohu-collage__headlineTerm1 {
        display: inline; } }
.ohu-collage__headlineSeparator {
    color: #0200ff; }
.ohu-collage__headlineSeparator [data-ohu-type=svg] {
      width: 1.8rem; }
@media (min-width: 769px) {
        .ohu-collage__headlineSeparator [data-ohu-type=svg] {
          width: 4.2rem; } }
@media (min-width: 769px) {
      .ohu-collage__headlineSeparator {
        margin: 0 0.7rem; } }
.ohu-collage__slotWrapper {
    width: 100%;
    overflow-x: hidden; }
.ohu-collage__slotWrapper.ohu-js-coveredByMenu {
      position: fixed;
      width: 100%;
      left: 0;
      display: none; }
.ohu-prelaunch__stamp {
  display: none;
  width: 200px;
  border: 3px solid red;
  text-align: center;
  border-radius: 13px;
  z-index: 99;
  position: absolute;
  top: 80px;
  color: red;
  font-weight: bold;
  font-family: monospace;
  font-size: 27px;
  transform: rotate(-45deg); }
.ohu-js-pageBahnhof .ohu-mainMenu .ohu-prelaunch__stamp {
  display: block; }
.ohu-js-pageBahnhof .ohu-mainMenu .ohu-menu__item {
  opacity: 0.5;
  pointer-events: none; }
.ohu-js-pageBahnhof .ohu-toolboxButton--close {
  display: none; }
.ohu-js-pageBahnhof .ohu-header__humboldtLink,
.ohu-js-pageBahnhof .ohu-header__homeLink {
  pointer-events: none; }
.ohu-specialQuoteHeader {
  margin-bottom: 11.2rem;
  position: relative;
  transition: margin-top 0.4s;
  margin-top: -11.2rem; }
.ohu-js-coveredByCollage .ohu-specialQuoteHeader {
    margin-top: -5.6rem; }
.ohu-specialQuoteHeader__quote {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: normal;
    line-height: 1.5;
    padding: 0 2.5rem;
    margin: 0; }
@media (min-width: 769px) {
      .ohu-specialQuoteHeader__quote {
        line-height: 1.6; } }
@media (min-width: 769px) {
      .ohu-specialQuoteHeader__quote {
        text-align: justify;
        padding: 0;
        margin-left: 21.42857%;
        width: 57.14286%; } }
@media (min-width: 1025px) {
      .ohu-specialQuoteHeader__quote {
        margin-left: 32.14286%;
        width: 35.71429%; } }
.ohu-specialQuoteHeader__link {
    color: inherit;
    transition: color 0.2s;
    text-decoration: none;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    bottom: -4.2rem; }
html:not(.mobile) .ohu-specialQuoteHeader__link:hover, .ohu-specialQuoteHeader__link:active {
      text-decoration: none; }
.ohu-specialQuoteHeader__link:after {
      content: ' ';
      display: inline-block;
      height: 1px;
      width: 7.14vw;
      border-bottom: 1px solid #0200ff;
      margin-left: 1.4rem; }
@media (min-width: 1025px) {
      .ohu-specialQuoteHeader__link {
        bottom: 0; } }

/*# sourceMappingURL=critical.css.map */
