.color-gold {
  color: #AE9A64; }

.color-pink {
  color: #FF00EF; }

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */ }

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%; }

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0; }

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

/**
 * 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 */ }

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

.mt-50 {
  margin-top: 50px; }

.mt-30 {
  margin-top: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-15 {
  margin-top: 15px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-100 {
  margin-top: 100px; }

.mb-200 {
  margin-bottom: 200px; }
  @media (max-width: 768px) {
    .mb-200 {
      margin-bottom: 100px; } }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.p-50 {
  padding: 0px 50px 50px 50px; }
  @media (max-width: 768px) {
    .p-50 {
      padding: 0px 15px 0px 15px; } }

.pt-75 {
  padding-top: 75px !important; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px !important; }

.flex-1 {
  flex: .1; }

.flex-2 {
  flex: .2; }

.flex-3 {
  flex: .3; }

.flex-7 {
  flex: .7; }

.flex-8 {
  flex: .8; }

.flex-9 {
  flex: .9; }

@media (max-width: 574px) {
  .p-xs-0 {
    padding: 0 !important; } }

@media (max-width: 574px) {
  .mt-50 {
    margin-top: 15px; } }

html {
  font-size: 10px; }

/* ---------------- */
/* including fonts */
/* -------------- */
/* including MetaOffc */
@font-face {
  font-family: 'MetaOffcBlack';
  src: url("/fonts/MetaOffc-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'MetaOffc';
  src: url("/fonts/MetaOffc-Norm.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'MetaOffc';
  src: url("/fonts/MetaOffc-Medi.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap; }

@font-face {
  font-family: 'MetaBoldRoman';
  src: url("/fonts/MetaBold-Roman.otf") format("otf");
  src: url("/fonts/MetaBold-Roman.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap; }

/* including Courier new */
@font-face {
  font-family: 'CourierNew';
  src: local("Courier New"), local("CourierNew-Regular"), url("/fonts/courier-new-regular/courier-new-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'CourierNew';
  src: local("Courier New Italic"), local("CourierNew-Italic"), url("/fonts/courier-new-italic/courier-new-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'CourierNew';
  src: local("Courier New Bold Italic"), local("CourierNew-Bold Italic"), url("/fonts/courier-new-bold-italic/courier-new-bold-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
  font-display: swap; }

@font-face {
  font-family: 'CourierNew';
  src: local("Courier New Bold"), local("CourierNew-Bold"), url("/fonts/courier-new-bold/courier-new-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap; }

* {
  font-family: 'MetaOffcBlack' !important; }

@media (max-width: 574px) {
  h1, .h1, .headline {
    font-size: 2.5rem; } }

@media (min-width: 768px) and (max-width: 1023px) {
  h1, .h1, .headline {
    font-size: 3.3rem; } }

@media (min-width: 1024px) {
  h1, .h1, .headline {
    font-size: 5.1rem; } }

@media (max-width: 574px) {
  h2, .h2, .second-headline {
    font-size: 2rem; } }

@media (min-width: 768px) and (max-width: 1023px) {
  h2, .h2, .second-headline {
    font-size: 2rem; } }

@media (min-width: 1024px) {
  h2, .h2, .second-headline {
    font-size: 4.1rem; } }

h3, .h3, .category {
  font-size: 2.8rem; }
  @media (min-width: 768px) and (max-width: 1023px) {
    h3:not(.font-ignore-responsivness), .h3:not(.font-ignore-responsivness), .category:not(.font-ignore-responsivness) {
      font-size: 1.6rem; } }
  @media (max-width: 574px) {
    h3:not(.font-ignore-responsivness), .h3:not(.font-ignore-responsivness), .category:not(.font-ignore-responsivness) {
      font-size: 1.6rem; } }

h4, .h4, .title, .btn {
  font-size: 2rem; }
  @media (min-width: 768px) and (max-width: 1023px) {
    h4:not(.font-ignore-responsivness), .h4:not(.font-ignore-responsivness), .title:not(.font-ignore-responsivness), .btn:not(.font-ignore-responsivness) {
      font-size: 1.2rem; } }
  @media (max-width: 574px) {
    h4:not(.font-ignore-responsivness), .h4:not(.font-ignore-responsivness), .title:not(.font-ignore-responsivness), .btn:not(.font-ignore-responsivness) {
      font-size: 1.2rem; } }

@media (max-width: 574px) {
  h6, .h6, .small_copy, small {
    font-size: 1.1rem; } }

@media (min-width: 768px) and (max-width: 1023px) {
  h6, .h6, .small_copy, small {
    font-size: 1.1rem; } }

@media (min-width: 1024px) {
  h6, .h6, .small_copy, small {
    font-size: 1rem; } }

p {
  margin: 0; }

.headline {
  text-transform: uppercase; }

.text-bold {
  font-weight: bold;
  font-family: "MetaOffcBlack" !important; }

@media (max-width: 574px) {
  .text-xs-right {
    text-align: right; } }

.location-job-bundle li a {
  font-family: MetaOffcBlack !important; }
  @media (min-width: 1024px) {
    .location-job-bundle li a {
      font-size: 4.1rem !important;
      line-height: 1; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .location-job-bundle li a {
      font-size: 4.1rem !important;
      line-height: 1; } }
  @media (max-width: 574px) {
    .location-job-bundle li a {
      font-size: 2rem !important;
      line-height: 0.6; } }

@media (min-width: 574px) {
  .work-list .work-location-title-wrapper {
    margin-bottom: 1.5rem; } }

.work-list li a {
  font-family: MetaOffcBlack !important; }
  @media (min-width: 1024px) {
    .work-list li a {
      font-size: 4.1rem !important;
      line-height: 1; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .work-list li a {
      font-size: 4.1rem !important;
      line-height: 1; } }
  @media (max-width: 574px) {
    .work-list li a {
      font-size: 2rem !important;
      line-height: 0.6; } }

.work-location-title, .location-title {
  font-family: MetaOffcBlack !important; }
  @media (min-width: 1024px) {
    .work-location-title, .location-title {
      font-size: 4.1rem !important;
      line-height: 1;
      amargin-bottom: 0.4rem !important; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .work-location-title, .location-title {
      font-size: 4.1rem !important;
      line-height: 1;
      amargin-bottom: 0.4rem !important; } }
  @media (max-width: 574px) {
    .work-location-title, .location-title {
      font-size: 2rem !important;
      line-height: 0.6 !important;
      amargin-bottom: 0.8rem !important; } }

.work-location-title {
  line-height: 0.6; }

.location-title {
  line-height: 1.1; }

.info-page-list .info-page-list-item {
  font-weight: bold; }

.color-gold {
  color: #AE9A64; }

.color-pink {
  color: #FF00EF; }

html {
  font-size: 10px; }

/* ---------------- */
/* including fonts */
/* -------------- */
/* including MetaOffc */
@font-face {
  font-family: 'MetaOffcBlack';
  src: url("/fonts/MetaOffc-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'MetaOffc';
  src: url("/fonts/MetaOffc-Norm.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'MetaOffc';
  src: url("/fonts/MetaOffc-Medi.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap; }

@font-face {
  font-family: 'MetaBoldRoman';
  src: url("/fonts/MetaBold-Roman.otf") format("otf");
  src: url("/fonts/MetaBold-Roman.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap; }

/* including Courier new */
@font-face {
  font-family: 'CourierNew';
  src: local("Courier New"), local("CourierNew-Regular"), url("/fonts/courier-new-regular/courier-new-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'CourierNew';
  src: local("Courier New Italic"), local("CourierNew-Italic"), url("/fonts/courier-new-italic/courier-new-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: 'CourierNew';
  src: local("Courier New Bold Italic"), local("CourierNew-Bold Italic"), url("/fonts/courier-new-bold-italic/courier-new-bold-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
  font-display: swap; }

@font-face {
  font-family: 'CourierNew';
  src: local("Courier New Bold"), local("CourierNew-Bold"), url("/fonts/courier-new-bold/courier-new-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap; }

* {
  font-family: 'MetaOffcBlack' !important; }

@media (max-width: 574px) {
  h1, .h1, .headline {
    font-size: 2.5rem; } }

@media (min-width: 768px) and (max-width: 1023px) {
  h1, .h1, .headline {
    font-size: 3.3rem; } }

@media (min-width: 1024px) {
  h1, .h1, .headline {
    font-size: 5.1rem; } }

@media (max-width: 574px) {
  h2, .h2, .second-headline {
    font-size: 2rem; } }

@media (min-width: 768px) and (max-width: 1023px) {
  h2, .h2, .second-headline {
    font-size: 2rem; } }

@media (min-width: 1024px) {
  h2, .h2, .second-headline {
    font-size: 4.1rem; } }

h3, .h3, .category {
  font-size: 2.8rem; }
  @media (min-width: 768px) and (max-width: 1023px) {
    h3:not(.font-ignore-responsivness), .h3:not(.font-ignore-responsivness), .category:not(.font-ignore-responsivness) {
      font-size: 1.6rem; } }
  @media (max-width: 574px) {
    h3:not(.font-ignore-responsivness), .h3:not(.font-ignore-responsivness), .category:not(.font-ignore-responsivness) {
      font-size: 1.6rem; } }

h4, .h4, .title, .btn {
  font-size: 2rem; }
  @media (min-width: 768px) and (max-width: 1023px) {
    h4:not(.font-ignore-responsivness), .h4:not(.font-ignore-responsivness), .title:not(.font-ignore-responsivness), .btn:not(.font-ignore-responsivness) {
      font-size: 1.2rem; } }
  @media (max-width: 574px) {
    h4:not(.font-ignore-responsivness), .h4:not(.font-ignore-responsivness), .title:not(.font-ignore-responsivness), .btn:not(.font-ignore-responsivness) {
      font-size: 1.2rem; } }

@media (max-width: 574px) {
  h6, .h6, .small_copy, small {
    font-size: 1.1rem; } }

@media (min-width: 768px) and (max-width: 1023px) {
  h6, .h6, .small_copy, small {
    font-size: 1.1rem; } }

@media (min-width: 1024px) {
  h6, .h6, .small_copy, small {
    font-size: 1rem; } }

p {
  margin: 0; }

.headline {
  text-transform: uppercase; }

.text-bold {
  font-weight: bold;
  font-family: "MetaOffcBlack" !important; }

@media (max-width: 574px) {
  .text-xs-right {
    text-align: right; } }

.location-job-bundle li a {
  font-family: MetaOffcBlack !important; }
  @media (min-width: 1024px) {
    .location-job-bundle li a {
      font-size: 4.1rem !important;
      line-height: 1; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .location-job-bundle li a {
      font-size: 4.1rem !important;
      line-height: 1; } }
  @media (max-width: 574px) {
    .location-job-bundle li a {
      font-size: 2rem !important;
      line-height: 0.6; } }

@media (min-width: 574px) {
  .work-list .work-location-title-wrapper {
    margin-bottom: 1.5rem; } }

.work-list li a {
  font-family: MetaOffcBlack !important; }
  @media (min-width: 1024px) {
    .work-list li a {
      font-size: 4.1rem !important;
      line-height: 1; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .work-list li a {
      font-size: 4.1rem !important;
      line-height: 1; } }
  @media (max-width: 574px) {
    .work-list li a {
      font-size: 2rem !important;
      line-height: 0.6; } }

.work-location-title, .location-title {
  font-family: MetaOffcBlack !important; }
  @media (min-width: 1024px) {
    .work-location-title, .location-title {
      font-size: 4.1rem !important;
      line-height: 1;
      amargin-bottom: 0.4rem !important; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .work-location-title, .location-title {
      font-size: 4.1rem !important;
      line-height: 1;
      amargin-bottom: 0.4rem !important; } }
  @media (max-width: 574px) {
    .work-location-title, .location-title {
      font-size: 2rem !important;
      line-height: 0.6 !important;
      amargin-bottom: 0.8rem !important; } }

.work-location-title {
  line-height: 0.6; }

.location-title {
  line-height: 1.1; }

.info-page-list .info-page-list-item {
  font-weight: bold; }

.hero-background {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 100vh;
  padding-bottom: 120px; }
  @media (max-width: 574px) {
    .hero-background {
      min-height: 630px;
      padding-bottom: 25px; } }

.radical-relevance-location .title-wrapper {
  margin-bottom: 0 !important; }

.list-share {
  text-align: center; }
  .list-share li {
    display: inline-block;
    margin: 0px 5px; }
  .list-share .share {
    border: 1px solid #FFF;
    padding: 4px;
    display: inline-block; }
    .list-share .share svg {
      width: 30px;
      height: 30px; }
      .list-share .share svg path {
        fill: #FFF; }
  .list-share .share-pdf {
    font-size: 16.4px;
    line-height: 30px;
    vertical-align: middle; }

@media (min-width: 1024px) {
  .dna-wrapper.dna-child > div:first-child {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .dna-wrapper.dna-child > div:first-child > div:nth-child(2) {
      padding-left: 3rem !important;
      display: flex;
      justify-content: center; }
      .dna-wrapper.dna-child > div:first-child > div:nth-child(2) .slide-number {
        padding-left: 0 !important; }
    .dna-wrapper.dna-child > div:first-child > div:last-child {
      width: 55%;
      flex: unset; }
    .dna-wrapper.dna-child > div:first-child p {
      font-size: 2rem;
      padding-left: 0px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .dna-wrapper.dna-child > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .dna-wrapper.dna-child > div:first-child .radical-relevance {
      left: 0 !important;
      top: calc(50% - 2rem);
      margin-bottom: 0 !important; }
    .dna-wrapper.dna-child > div:first-child .title-wrapper, .dna-wrapper.dna-child > div:first-child .slide-number {
      padding-left: 0 !important; }
    .dna-wrapper.dna-child > div:first-child .content-wrapper {
      padding-left: 1.5rem !important; }
    .dna-wrapper.dna-child > div:first-child p {
      padding-left: 0 !important; } }

.dna-wrapper .number {
  font-family: MetaOffcBlack !important;
  font-weight: bold; }
  @media (max-width: 574px) {
    .dna-wrapper .number {
      font-size: 6.6rem; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .dna-wrapper .number {
      font-size: 6.6rem; } }
  @media (min-width: 1024px) {
    .dna-wrapper .number {
      font-size: 8.3rem; } }

.list-small {
  color: #FFFFFF; }
  .list-small li {
    line-height: 2.5rem; }
    .list-small li a, .list-small li span {
      text-transform: uppercase; }
      @media (max-width: 574px) {
        .list-small li a, .list-small li span {
          font-size: 1.2rem; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .list-small li a, .list-small li span {
          font-size: 1.2rem; } }
      @media (min-width: 1024px) {
        .list-small li a, .list-small li span {
          font-size: 2rem; } }

.light-title-container {
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px; }

.location-title, .work-location-title {
  color: #FF00EF;
  font-weight: bold;
  text-decoration: underline; }

.location-back-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer; }
  .location-back-link h2 {
    padding: 5px; }

.headline-relevance-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .headline-relevance-wrapper .radical-relevance svg {
    width: 80px; }
  @media (max-width: 768px) {
    .headline-relevance-wrapper {
      display: block;
      margin-top: 15px; }
      .headline-relevance-wrapper .radical-relevance {
        position: absolute;
        top: 10px;
        right: 0px; } }

#article-linked-articles .article {
  color: #000000; }

@media (max-width: 574px) {
  #dna .dna-entries p {
    padding: 0 !important; } }

@media (max-width: 574px) {
  #arbeiten-liste .anchor-list-wrapper .radical-wrapper {
    bottom: unset; } }

.list-with-text .content-is-column {
  flex-direction: column;
  justify-content: flex-start; }

.list-with-text .content-is-row {
  justify-content: center; }

#kontakt .disclaimer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  #kontakt .disclaimer .disclaimer-link {
    text-decoration: underline;
    text-decoration-color: #FFFFFF; }
    #kontakt .disclaimer .disclaimer-link:hover {
      text-decoration-color: #AE9A64; }
  @media (max-width: 574px) {
    #kontakt .disclaimer {
      margin-bottom: 10px; }
      #kontakt .disclaimer span {
        margin-right: 5px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #kontakt .disclaimer {
      margin-bottom: 10px; }
      #kontakt .disclaimer span {
        margin-right: 5px; } }
  @media (min-width: 1024px) {
    #kontakt .disclaimer span {
      margin-right: 10px; } }

#kontakt .blur-out {
  filter: blur(5px);
  transition: filter 1s; }

#kontakt .privacy-checkbox {
  margin-right: 10px; }

@media (max-width: 574px) {
  #arbeiten-liste {
    padding-left: 42px; } }

#arbeiten-liste .anchor-list-wrapper .radical-wrapper {
  left: unset;
  right: 100%;
  height: auto;
  transform: translateY(-6px); }
  #arbeiten-liste .anchor-list-wrapper .radical-wrapper a {
    z-index: 99;
    position: relative;
    right: 15%; }

.location-section-container #standorte {
  margin-top: unset;
  padding-top: 120px;
  text-align: right; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .location-section-container #standorte {
      padding-right: 0;
      padding-left: 0; }
      .location-section-container #standorte + .content {
        padding-right: 50px;
        padding-left: 50px; } }
  .location-section-container #standorte .location-section.radical-relevance {
    right: 100%;
    left: unset; }
    @media (min-width: 1024px) {
      .location-section-container #standorte .location-section.radical-relevance svg {
        max-width: unset !important;
        border-radius: 50%; } }
  .location-section-container #standorte .link-map-wrapper > div {
    padding: 0 1rem; }
  .location-section-container #standorte .link-map-wrapper .anchor-list-container {
    width: 100%; }
    .location-section-container #standorte .link-map-wrapper .anchor-list-container ul {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .location-section-container #standorte .link-map-wrapper .anchor-list-container ul li > a {
        margin-right: 0 !important; }

.location-section-container .content {
  width: 100%;
  padding: 50px 10vw;
  color: #FFFFFF;
  text-align: center; }
  @media (max-width: 574px) {
    .location-section-container .content {
      padding: 50px 10vw; } }

@media (min-width: 1024px) {
  .radical-hover svg {
    box-shadow: 0px 0px 0px 0px transparent;
    transition: box-shadow .5s;
    border-radius: 50%; }
    .radical-hover svg:hover {
      box-shadow: 0px 0px 6rem -2rem #AE9A64; } }

.radical-relevance-icon:hover path {
  transition: fill 0.3s;
  fill: #AE9A64; }

.radical-location-on-side {
  width: auto;
  left: unset;
  right: 100%;
  margin-right: 2rem; }
  .radical-location-on-side a {
    width: auto; }
    .radical-location-on-side a svg {
      width: auto; }

@media (max-width: 574px) {
  .anchor-list-container ul li > a, .anchor-list-wrapper ul li > a {
    overflow-wrap: break-word; } }

@media (max-width: 574px) {
  .my-gallery-class {
    position: initial !important; }
    .my-gallery-class iframe {
      max-width: 100%; } }

.radial-steps {
  position: relative; }
  .radial-steps .dotted-circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    .radial-steps .dotted-circle circle {
      stroke: #555;
      stroke-dashoffset: 20px;
      stroke-dasharray: 1px 4px; }
  .radial-steps .elapsed-circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .radial-steps .elapsed-circle circle {
      z-index: 1;
      stroke: #343434; }
  .radial-steps .progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    .radial-steps .progress-circle circle {
      z-index: 2;
      stroke: #AE9A64; }
  .radial-steps .moving-circle {
    transform: rotate(-90deg);
    transform-origin: center; }
    .radial-steps .moving-circle circle {
      stroke-linecap: round; }
  .radial-steps .content-wrapper {
    padding: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 2s; }
  .radial-steps .steps-container {
    --stepSize: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
    .radial-steps .steps-container .step-rod {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      transform-origin: 50% 50%; }
      .radial-steps .steps-container .step-rod .step-wrapper {
        position: absolute;
        left: 100%; }
        .radial-steps .steps-container .step-rod .step-wrapper .step {
          position: relative;
          z-index: 4;
          background: #000000;
          border-radius: 100%;
          border: #555 0.6rem solid;
          box-sizing: border-box;
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center; }
          .radial-steps .steps-container .step-rod .step-wrapper .step .step-content {
            transform: scale(1);
            transition: opacity 1s;
            padding: 17%;
            margin: 0;
            font-size: 1.2rem; }

.blurrable.blur-out {
  animation: blurOut 1s;
  animation-fill-mode: forwards;
  transition: filter 1s; }

@keyframes blurOut {
  0% {
    filter: blur(0px); }
  100% {
    filter: blur(4px); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.brush-title {
  font-weight: bold;
  font-size: 135px;
  transform: rotate(-12deg);
  position: relative;
  top: -10%;
  left: -44%;
  font-family: "MetaOffcBlack" !important; }

.brush-subtitle {
  font-weight: bold;
  font-size: 45px;
  transform: rotate(-5deg);
  position: relative;
  top: -30%;
  right: -35%;
  font-family: "MetaOffcBlack" !important; }

.brush-nr {
  font-family: "MetaOffcBlack" !important;
  font-size: 40em;
  transform: rotate(5deg); }

#radical-link-page .radical-relevance-logo {
  width: 325px;
  height: 325px; }

.color-gold {
  color: #AE9A64; }

.color-pink {
  color: #FF00EF; }

.article-actions li {
  display: inline-block;
  margin: 0px 20px; }

.article-actions li:first-child {
  margin-left: 0px; }

.my-gallery-class {
  margin: 0; }
  .my-gallery-class > div {
    margin: 0; }

@media (max-width: 574px) {
  .my-gallery-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: unset !important; }
    .my-gallery-class > div {
      position: relative !important;
      width: 100%; } }

@media (max-width: 574px) {
  .mobile-hero {
    position: absolute;
    left: 0;
    height: 190px !important;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .mobile-hero a {
      width: 100%; } }

@media (max-width: 574px) {
  .mt-mobile-hero {
    margin-top: 200px; } }

@media (max-width: 574px) {
  .article-container {
    padding: 0; } }

.color-gold {
  color: #AE9A64; }

.color-pink {
  color: #FF00EF; }

#background-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%; }
  @media (max-width: 768px) {
    #background-video {
      display: none; } }

.fullpage .white-theme {
  background: #FFFFFF !important; }
  .fullpage .white-theme .phrase-wrapper {
    color: #000000 !important; }

.white-theme.footer {
  color: #000000; }

.footer .description .name {
  font-weight: bold;
  font-style: italic; }

.phrase-absolute {
  position: absolute !important;
  top: -100%; }

.phrase-menu {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  overflow: scroll;
  z-index: 1000; }

.h-0 {
  height: 0 !important;
  display: block !important; }

.phrase-menu.hide {
  transform: translate3d(100vw, 0, 0); }

.phrase-menu.show {
  transform: translate3d(0vw, 0, 0);
  overflow: hidden; }

.close {
  position: fixed;
  color: #ffffff !important;
  top: 30px;
  right: 30px; }
  @media (max-width: 574px) {
    .close {
      font-size: 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .close {
      font-size: 30px; } }
  @media (min-width: 1024px) {
    .close {
      font-size: 30px; } }
  .close svg {
    width: 15px;
    height: 15px; }
    .close svg line {
      stroke: #FFF; }

.scroll-indicator {
  color: #FFFFFF;
  cursor: default !important; }
  .scroll-indicator svg {
    width: 20px;
    height: 20px; }
  .scroll-indicator span {
    color: #FFFFFF; }

.search {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  overflow: scroll;
  z-index: 1000; }
  .search.scrollable-search {
    position: absolute !important;
    height: auto !important; }
  .search #searchInput {
    font-size: 5rem;
    color: #FFF; }
    .search #searchInput::placeholder {
      color: #FFFFFF; }
    @media (max-width: 574px) {
      .search #searchInput {
        font-size: 2.5rem; } }
  .search .close line {
    stroke: #FFF; }
  @media (max-width: 768px) {
    .search .close {
      top: 5%;
      right: 5%; } }
  .search .search-icon svg {
    width: 40px;
    height: 40px; }
    @media (max-width: 574px) {
      .search .search-icon svg {
        width: 30px;
        height: 30px; } }
    .search .search-icon svg path {
      fill: #FFF; }

.search.hide {
  transform: translate3d(100vw, 0, 0); }

.search.show {
  transform: translate3d(0vw, 0, 0);
  overflow: hidden; }

.navigation-top {
  max-width: 100vw;
  width: auto;
  padding: 30px;
  z-index: 100000 !important; }
  @media (max-width: 574px) {
    .navigation-top {
      padding: 15px 20px;
      right: 0;
      left: 0;
      height: auto; } }
  @media (min-width: 992px) {
    .navigation-top .section {
      width: 100vw; } }

.navigation-left {
  width: auto; }
  @media (min-width: 1024px) {
    .navigation-left {
      padding: 30px 12px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .navigation-left {
      padding: 30px 12px; } }
  @media (max-width: 574px) {
    .navigation-left {
      padding: 0px 12px; } }

.contact-wrapper {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #FFFFFF; }
  .contact-wrapper a[href] {
    color: #FFFFFF; }
    @media (max-width: 574px) {
      .contact-wrapper a[href] {
        font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .contact-wrapper a[href] {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .contact-wrapper a[href] {
        font-size: 13px; } }

.logo svg path {
  fill: #AE9A64; }

.page-appear {
  opacity: 0.01; }

.page-appear.page-appear-active {
  opacity: 1;
  transition: opacity .5s ease-in; }

.total-center {
  display: flex;
  justify-content: center;
  align-items: center; }
  .total-center img {
    margin: 30px;
    max-height: 100px; }

video {
  outline: none; }

.resp-overlay {
  transform: translateZ(0); }

.radical-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

#hidden-location {
  left: 0;
  right: 0;
  width: 100%;
  display: none; }

.location-job-bundle-wrap {
  width: 100%;
  z-index: 1;
  text-align: right;
  color: #FFFFFF; }

.anchor-list-wrapper .work-list {
  --transitionDuration: 0.3s; }
  .anchor-list-wrapper .work-list li {
    margin: 5px 0; }
    .anchor-list-wrapper .work-list li a {
      transition: color var(--transitionDuration);
      position: relative; }
      .anchor-list-wrapper .work-list li a:before {
        content: '';
        position: absolute;
        top: 80%;
        left: 0%;
        height: 5px;
        width: 0%;
        background-color: #FFFFFF;
        opacity: 0;
        transition: width var(--transitionDuration), opacity var(--transitionDuration), background-color var(--transitionDuration); }

.anchor-list-container .list-items {
  --transitionDuration: 0.3s; }
  .anchor-list-container .list-items li:not(#location-title-text) a {
    transition: color var(--transitionDuration);
    position: relative; }
    .anchor-list-container .list-items li:not(#location-title-text) a:before {
      content: '';
      position: absolute;
      top: 80%;
      left: 0%;
      height: 5px;
      width: 0%;
      background-color: #FFFFFF;
      opacity: 0;
      transition: width var(--transitionDuration), opacity var(--transitionDuration), background-color var(--transitionDuration); }
    .anchor-list-container .list-items li:not(#location-title-text) a:hover:before {
      width: 100%;
      background-color: #AE9A64;
      opacity: 1; }
  .anchor-list-container .list-items li#location-title-text * {
    cursor: default; }

@media (max-width: 768px) and (orientation: landscape) {
  body, html, div {
    overflow: hidden !important; } }

.job-modal-overlay {
  background: black; }

html, body {
  background: #000000;
  list-style-type: none;
  height: 100%;
  width: 100%; }
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none; }

ul {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

img {
  max-width: 100%; }

.full-height {
  height: 100vh; }

input {
  outline: none !important; }

@media (max-width: 768px) {
  .golden-link-sm {
    color: #AE9A64; } }

a:hover, a[role="button"]:hover {
  cursor: pointer; }

.link.read-more {
  color: #FF00EF;
  border-bottom: 1px solid #FF00EF;
  -webkit-border-bottom: 1px solid #FF00EF;
  -moz-border-bottom: 1px solid #FF00EF;
  -o-border-bottom: 1px solid #FF00EF; }
  .link.read-more:hover {
    color: #AE9A64; }

.headline {
  font-weight: 100; }

.headline.light {
  color: #FFF; }

.headline.dark {
  color: #000; }

.title {
  font-weight: 100; }

.link-active {
  color: #AE9A64; }

.warning-text {
  color: #FFF365; }

.second-headline {
  margin: 0; }

.hidden {
  display: none; }

.list-items li a {
  font-weight: bold; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

@media (max-width: 574px) {
  .loading-container .loading-wrapper.relevant {
    padding-right: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent; } }

.grabCursor {
  cursor: move !important; }

.disHighlight {
  user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-touch-callout: none !important;
  -o-user-select: none !important;
  -moz-user-select: none !important; }

.blinder-bar.top:after {
  position: fixed;
  top: 0;
  left: 0; }
  @media (max-width: 574px) {
    .blinder-bar.top:after {
      z-index: 89;
      background: transparent;
      background: -webkit-linear-gradient(300px, #000, transparent);
      background: -moz-linear-gradient(300px, #000, transparent);
      background: -o-linear-gradient(300px, #000, transparent);
      background: linear-gradient(300px, #000, transparent);
      content: '';
      display: block;
      pointer-events: none !important;
      height: to bottom;
      width: 100vw; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blinder-bar.top:after {
      z-index: 89;
      background: transparent;
      background: -webkit-linear-gradient(350px, #000, transparent);
      background: -moz-linear-gradient(350px, #000, transparent);
      background: -o-linear-gradient(350px, #000, transparent);
      background: linear-gradient(350px, #000, transparent);
      content: '';
      display: block;
      pointer-events: none !important;
      height: to bottom;
      width: 100vw; } }
  @media (min-width: 1024px) {
    .blinder-bar.top:after {
      z-index: 89;
      background: transparent;
      background: -webkit-linear-gradient(250px, #000, transparent);
      background: -moz-linear-gradient(250px, #000, transparent);
      background: -o-linear-gradient(250px, #000, transparent);
      background: linear-gradient(250px, #000, transparent);
      content: '';
      display: block;
      pointer-events: none !important;
      height: to bottom;
      width: 100vw; } }

.blinder-bar.bottom:after {
  position: fixed;
  bottom: 0;
  left: 0; }
  @media (max-width: 574px) {
    .blinder-bar.bottom:after {
      z-index: 89;
      background: transparent;
      background: -webkit-linear-gradient(300px, #000, transparent);
      background: -moz-linear-gradient(300px, #000, transparent);
      background: -o-linear-gradient(300px, #000, transparent);
      background: linear-gradient(300px, #000, transparent);
      content: '';
      display: block;
      pointer-events: none !important;
      height: to top;
      width: 100vw; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blinder-bar.bottom:after {
      z-index: 89;
      background: transparent;
      background: -webkit-linear-gradient(350px, #000, transparent);
      background: -moz-linear-gradient(350px, #000, transparent);
      background: -o-linear-gradient(350px, #000, transparent);
      background: linear-gradient(350px, #000, transparent);
      content: '';
      display: block;
      pointer-events: none !important;
      height: to top;
      width: 100vw; } }
  @media (min-width: 1024px) {
    .blinder-bar.bottom:after {
      z-index: 89;
      background: transparent;
      background: -webkit-linear-gradient(250px, #000, transparent);
      background: -moz-linear-gradient(250px, #000, transparent);
      background: -o-linear-gradient(250px, #000, transparent);
      background: linear-gradient(250px, #000, transparent);
      content: '';
      display: block;
      pointer-events: none !important;
      height: to top;
      width: 100vw; } }

a.link-hover:hover {
  color: #AE9A64 !important; }

.bodytext {
  margin: 10px 0px; }

