/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.float-right {
  float: right;
}
.container {
  width: 100%;
}
.\!hidden {
  display: none !important;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.grid\! {
  display: grid !important;
}
.hidden {
  display: none;
}
.hidden\! {
  display: none !important;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.list-item {
  display: list-item;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.table-row-group {
  display: table-row-group;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.\!filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.red-100 {
  background-color: #fee6e4;
}
.red-900 {
  background-color: #6c0d06;
}
.red-200 {
  background-color: #fbbdb9;
}
.red-800 {
  background-color: #981208;
}
.red-300 {
  background-color: #f9948d;
}
.red-700 {
  background-color: #c4170b;
}
.red-400 {
  background-color: #f66c62;
}
.red-600 {
  background-color: #ef1d0d;
}
.red-50 {
  background-color: #fef2f1;
}
.red-500 {
  background-color: #F44336;
}
.pink-100 {
  background-color: #f9c5d7;
}
.pink-900 {
  background-color: #48071d;
}
.pink-200 {
  background-color: #f59bba;
}
.pink-800 {
  background-color: #720b2e;
}
.pink-300 {
  background-color: #f1729d;
}
.pink-700 {
  background-color: #9c0f3f;
}
.pink-400 {
  background-color: #ed4880;
}
.pink-600 {
  background-color: #c61350;
}
.pink-50 {
  background-color: #fbd2e0;
}
.pink-500 {
  background-color: #E91E63;
}
.purple-100 {
  background-color: #e0a4eb;
}
.purple-900 {
  background-color: #17061a;
}
.purple-200 {
  background-color: #d47ee2;
}
.purple-800 {
  background-color: #380e3f;
}
.purple-300 {
  background-color: #c759da;
}
.purple-700 {
  background-color: #591665;
}
.purple-400 {
  background-color: #bb33d2;
}
.purple-600 {
  background-color: #7b1f8a;
}
.purple-50 {
  background-color: #e4afed;
}
.purple-500 {
  background-color: #9C27B0;
}
.deep-purple-100 {
  background-color: #cebeea;
}
.deep-purple-900 {
  background-color: #190e2c;
}
.deep-purple-200 {
  background-color: #b49bdf;
}
.deep-purple-800 {
  background-color: #2c194e;
}
.deep-purple-300 {
  background-color: #9a78d4;
}
.deep-purple-700 {
  background-color: #402471;
}
.deep-purple-400 {
  background-color: #7f56c9;
}
.deep-purple-600 {
  background-color: #532f94;
}
.deep-purple-50 {
  background-color: #d6c9ee;
}
.deep-purple-500 {
  background-color: #673AB7;
}
.indigo-100 {
  background-color: #c2c8ea;
}
.indigo-900 {
  background-color: #10142d;
}
.indigo-200 {
  background-color: #a0a9de;
}
.indigo-800 {
  background-color: #1b234f;
}
.indigo-300 {
  background-color: #7e8bd2;
}
.indigo-700 {
  background-color: #273371;
}
.indigo-400 {
  background-color: #5c6cc6;
}
.indigo-600 {
  background-color: #334293;
}
.indigo-50 {
  background-color: #ccd1ed;
}
.indigo-500 {
  background-color: #3F51B5;
}
.blue-100 {
  background-color: #cfe8fc;
}
.blue-900 {
  background-color: #053358;
}
.blue-200 {
  background-color: #a4d4fa;
}
.blue-800 {
  background-color: #074c83;
}
.blue-300 {
  background-color: #78bff8;
}
.blue-700 {
  background-color: #0966af;
}
.blue-400 {
  background-color: #4dabf5;
}
.blue-600 {
  background-color: #0c7fda;
}
.blue-50 {
  background-color: #dceffd;
}
.blue-500 {
  background-color: #2196F3;
}
.light-blue-100 {
  background-color: #b1e6fe;
}
.light-blue-900 {
  background-color: #012b3f;
}
.light-blue-200 {
  background-color: #83d7fd;
}
.light-blue-800 {
  background-color: #014b6c;
}
.light-blue-300 {
  background-color: #56c9fd;
}
.light-blue-700 {
  background-color: #026a99;
}
.light-blue-400 {
  background-color: #29bafc;
}
.light-blue-600 {
  background-color: #028ac7;
}
.light-blue-50 {
  background-color: #beeafe;
}
.light-blue-500 {
  background-color: #03A9F4;
}
.cyan-100 {
  background-color: #8df2ff;
}
.cyan-900 {
  background-color: #00191c;
}
.cyan-200 {
  background-color: #5fedff;
}
.cyan-800 {
  background-color: #00424a;
}
.cyan-300 {
  background-color: #31e8ff;
}
.cyan-700 {
  background-color: #006b78;
}
.cyan-400 {
  background-color: #03e2ff;
}
.cyan-600 {
  background-color: #0093a6;
}
.cyan-50 {
  background-color: #9af4ff;
}
.cyan-500 {
  background-color: #00BCD4;
}
.teal-100 {
  background-color: #4fffef;
}
.teal-900 {
  background-color: black;
}
.teal-200 {
  background-color: #21ffea;
}
.teal-800 {
  background-color: #000c0b;
}
.teal-300 {
  background-color: #00f2db;
}
.teal-700 {
  background-color: #003a35;
}
.teal-400 {
  background-color: #00c4b2;
}
.teal-600 {
  background-color: #00685e;
}
.teal-50 {
  background-color: #5cfff0;
}
.teal-500 {
  background-color: #009688;
}
.green-100 {
  background-color: #cae8cc;
}
.green-900 {
  background-color: #142f15;
}
.green-200 {
  background-color: #aadaac;
}
.green-800 {
  background-color: #224f24;
}
.green-300 {
  background-color: #8acc8d;
}
.green-700 {
  background-color: #306f33;
}
.green-400 {
  background-color: #6abe6e;
}
.green-600 {
  background-color: #3e8f41;
}
.green-50 {
  background-color: #d4ecd5;
}
.green-500 {
  background-color: #4CAF50;
}
.light-green-100 {
  background-color: #e3f1d4;
}
.light-green-900 {
  background-color: #2c4015;
}
.light-green-200 {
  background-color: #cde5b1;
}
.light-green-800 {
  background-color: #446321;
}
.light-green-300 {
  background-color: #b7da8f;
}
.light-green-700 {
  background-color: #5c852c;
}
.light-green-400 {
  background-color: #a1ce6c;
}
.light-green-600 {
  background-color: #74a838;
}
.light-green-50 {
  background-color: #eaf4de;
}
.light-green-500 {
  background-color: #8BC34A;
}
.lime-100 {
  background-color: #f4f8d5;
}
.lime-900 {
  background-color: #494f0e;
}
.lime-200 {
  background-color: #ebf1ae;
}
.lime-800 {
  background-color: #6d7615;
}
.lime-300 {
  background-color: #e1ea87;
}
.lime-700 {
  background-color: #919d1c;
}
.lime-400 {
  background-color: #d7e360;
}
.lime-600 {
  background-color: #b6c423;
}
.lime-50 {
  background-color: #f7fae1;
}
.lime-500 {
  background-color: #CDDC39;
}
.yellow-100 {
  background-color: #fffef3;
}
.yellow-900 {
  background-color: #827500;
}
.yellow-200 {
  background-color: #fff9c5;
}
.yellow-800 {
  background-color: #b09e00;
}
.yellow-300 {
  background-color: #fff497;
}
.yellow-700 {
  background-color: #dec800;
}
.yellow-400 {
  background-color: #fff069;
}
.yellow-600 {
  background-color: #ffe60d;
}
.yellow-50 {
  background-color: white;
}
.yellow-500 {
  background-color: #FFEB3B;
}
.amber-100 {
  background-color: #ffefbf;
}
.amber-900 {
  background-color: #4e3b00;
}
.amber-200 {
  background-color: #ffe391;
}
.amber-800 {
  background-color: #7c5d00;
}
.amber-300 {
  background-color: #ffd863;
}
.amber-700 {
  background-color: #aa8000;
}
.amber-400 {
  background-color: #ffcc35;
}
.amber-600 {
  background-color: #d8a200;
}
.amber-50 {
  background-color: #fff2cc;
}
.amber-500 {
  background-color: #FFC107;
}
.orange-100 {
  background-color: #ffe2b8;
}
.orange-900 {
  background-color: #472b00;
}
.orange-200 {
  background-color: #ffd08a;
}
.orange-800 {
  background-color: #754600;
}
.orange-300 {
  background-color: #ffbd5c;
}
.orange-700 {
  background-color: #a36100;
}
.orange-400 {
  background-color: #ffab2e;
}
.orange-600 {
  background-color: #d17d00;
}
.orange-50 {
  background-color: #ffe8c5;
}
.orange-500 {
  background-color: #FF9800;
}
.deep-orange-100 {
  background-color: #ffe3da;
}
.deep-orange-900 {
  background-color: #691900;
}
.deep-orange-200 {
  background-color: #ffc0ac;
}
.deep-orange-800 {
  background-color: #972400;
}
.deep-orange-300 {
  background-color: #ff9d7e;
}
.deep-orange-700 {
  background-color: #c52f00;
}
.deep-orange-400 {
  background-color: #ff7a50;
}
.deep-orange-600 {
  background-color: #f33a00;
}
.deep-orange-50 {
  background-color: #ffede7;
}
.deep-orange-500 {
  background-color: #FF5722;
}
.brown-100 {
  background-color: #cdb4ab;
}
.brown-900 {
  background-color: #060404;
}
.brown-200 {
  background-color: #bc9b8f;
}
.brown-800 {
  background-color: #231815;
}
.brown-300 {
  background-color: #ab8172;
}
.brown-700 {
  background-color: #3f2d26;
}
.brown-400 {
  background-color: #966959;
}
.brown-600 {
  background-color: #5c4137;
}
.brown-50 {
  background-color: #d2bcb4;
}
.brown-500 {
  background-color: #795548;
}
.grey-100 {
  background-color: #fafafa;
}
.grey-900 {
  background-color: #424242;
}
.grey-200 {
  background-color: #e3e3e3;
}
.grey-800 {
  background-color: #595959;
}
.grey-300 {
  background-color: #cccccc;
}
.grey-700 {
  background-color: #707070;
}
.grey-400 {
  background-color: #b5b5b5;
}
.grey-600 {
  background-color: #878787;
}
.grey-50 {
  background-color: white;
}
.grey-500 {
  background-color: #9E9E9E;
}
.blue-grey-100 {
  background-color: #c9d4da;
}
.blue-grey-900 {
  background-color: #151b1e;
}
.blue-grey-200 {
  background-color: #aebfc7;
}
.blue-grey-800 {
  background-color: #28343a;
}
.blue-grey-300 {
  background-color: #93a9b4;
}
.blue-grey-700 {
  background-color: #3a4c55;
}
.blue-grey-400 {
  background-color: #7794a1;
}
.blue-grey-600 {
  background-color: #4d6570;
}
.blue-grey-50 {
  background-color: #d1dbdf;
}
.blue-grey-500 {
  background-color: #607D8B;
}
.color-danger {
  color: #ff4420;
}
.color-warning {
  color: #ffb420;
}
.color-gold {
  color: #FFD700;
}
.color-silver {
  color: #C0C0C0;
}
.color-bronze {
  color: #CD7F32;
}
.color-secondary {
  color: #0086C4;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body,
html {
  background: white;
  color: black;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "alte_din_1451_mittelschriftRg", "d-din_expregular", "d-dinregular", sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-hyphens: none;
  hyphens: none;
}
body {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  min-height: 0;
  min-width: 0;
}
.grid__header {
  grid-area: header;
}
.grid__main {
  grid-area: main;
}
.grid__footer {
  grid-area: footer;
}
.grid__header {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr 300px 100px;
  z-index: 100;
  overflow: visible;
  padding: 20px 40px 10px 40px;
}
.grid__header * {
  align-self: center;
}
@media all and (max-width: 1023px) {
  .grid__header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
  }
  .header__navigation {
    position: relative;
    width: 100%;
    background: white;
  }
  .header__navigation nav {
    width: 100%;
    background: white;
    margin-top: 100px;
  }
  .c-header__searchbar {
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 100;
    width: 100%;
    padding: 15px 20px 0px 20px;
    height: 70px;
    display: none;
    background: white;
    border-top: 0.5px dashed gray;
    border-bottom: 0.5px dashed gray;
  }
}
.grid__main {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px 40px 40px;
  height: 100%;
  width: 100%;
}
.grid__footer {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 40px;
  background: #fff;
  font-size: 1.2rem;
}
@media all and (max-width: 1024px) {
  .grid__header {
    padding: 20px 20px;
  }
  .grid__main {
    padding: 70px 20px 40px;
  }
  .grid__footer {
    padding: 24px 22px 20px 22px;
  }
}
@media all and (min-width: 1024px) {
  .grid__header {
    padding: 20px 40px 40px 40px;
  }
  .grid__main {
    padding: 40px 40px 40px 40px;
  }
  .grid__footer {
    padding: 24px 22px 20px 22px;
  }
}
.header__icons {
  text-align: right;
  font-size: 1rem;
}
video {
  height: 100%;
}
.image-caption {
  color: #b96;
  line-height: 24px;
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}
.image-copy {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
}
.c-searchbar {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.c-searchbar__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: black;
  font-size: 14px;
}
.c-searchbar__input {
  border: 1px solid #ddd;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-appearance: none;
  font-size: 1.2rem;
  outline: none;
  padding: 6px;
  text-align: center;
  width: 100%;
}
.c-searchbar__input:focus {
  outline: none;
}
.c-searchbar__input::-moz-placeholder {
  color: #ccc;
  font-size: 1.2rem;
}
.c-searchbar__input::placeholder {
  color: #ccc;
  font-size: 1.2rem;
}
.c-searchbar__output {
  display: none;
  position: relative;
  width: 100%;
}
.c-searchbar__result-data {
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #dddddd;
  height: 400px;
  box-shadow: 0 1px 10px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  oveflow: hidden;
}
@media screen and (max-width: 479px) {
  .c-searchbar__result-data {
    position: relative;
    right: 0px;
    width: 100%;
  }
}
.c-searchbar__list {
  list-style: none;
  padding: 0px;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 100%;
  line-height: 1 !important;
}
.c-searchbar__header {
  padding: 5px 0px 5px 5px;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  border-top: solid 1px #eeeeee;
}
.c-searchbar__item {
  display: block;
  padding: 5px 15px 5px 15px;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-searchbar__item:hover {
  background-color: #0086C4;
  color: #ffffff;
}
.c-search-bubble {
  position: absolute;
  top: 17px;
  width: 200px;
  height: 200px;
  z-index: 10000;
  background: #FFFFFF;
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  border: solid 1px #dddddd;
  text-transform: none;
}
.c-search-bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 60px;
}
.c-search-bubble:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #dddddd transparent;
  display: block;
  width: 0;
  z-index: 0;
  top: -16px;
  left: 60px;
}
.c-search-bubble__top {
  position: absolute;
  top: -237px;
  width: 200px;
  height: 200px;
  z-index: 10000;
  background: #FFFFFF;
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  border: solid 1px #dddddd;
  text-transform: none;
}
.c-search-bubble__top:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 60px;
}
.c-search-bubble__top:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #dddddd transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -16px;
  left: 60px;
}
.c-search-bubble-with-input {
  position: absolute;
}
.c-search-bubble-with-input__inside {
  position: relative;
  z-index: 10000;
  background: #FFFFFF;
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  border: solid 1px #dddddd;
  width: 200px;
}
.c-search-bubble-with-input__input {
  width: 190px;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
}
.c-search-bubble-with-input__input:focus {
  outline: none;
}
.c-search-bubble-with-input__result {
  position: relative;
  width: 190px;
  height: 200px;
  z-index: 10000;
  background: #ffffff;
  border: solid 1px #dddddd;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
}
a {
  text-decoration: none;
  color: #000;
}
.article {
  padding: 40px 0px;
}
.article__part {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.article__hero {
  padding: 0px 0px 40px 0px;
}
.article__hero img {
  width: 100%;
  padding: 0 20%;
}
.article-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: 300;
  position: relative;
}
.article-copy h1 {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  font-size: 2rem;
  margin-bottom: 10px;
}
.article-copy div div {
  font-size: 1.5rem;
  line-height: 2rem;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: 300;
}
@media all and (max-width: 620px) {
  .article__part {
    display: block;
    margin: 0px 0px 30px 0px;
  }
  .article-copy {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  .article-image {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .article__hero img {
    width: 100%;
    padding: 0px 0%;
  }
}
@media all and (min-width: 620px) {
  .main-page {
    width: 100%;
  }
  .article__part {
    display: flex;
  }
}
@media all and (min-width: 910px) {
  .main-page {
    width: 100%;
  }
}
@media all and (min-width: 1500px) {
  .main-page {
    width: 1500px;
    margin: auto;
    padding: 0% 4% 6%;
  }
}
.test-container-div {
  width: 200px;
}
.test-div {
  background-color: blue;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.footer-info {
  margin: 0px 10px 0px 10px;
}
.header {
  line-height: 40px;
  font-size: 40px;
  margin-bottom: 20px;
  color: #000 !important;
}
.helper-text {
  font-size: 14px;
  color: #aaa;
}
.article-copy {
  font-size: 16px;
  color: #333;
}
.article-copy strong {
  font-size: 18px;
  color: #000;
}
.article-copy h1 strong {
  font-size: 26px;
  color: #000;
}
.float-right {
  float: right;
}
.project-info {
  padding: 40px 0px 40px 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.project-info__group {
  padding-top: 20px;
  position: relative;
}
.project-info__group:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  left: 0;
  border-top: 2px solid black;
}
.project-info__header {
  font-size: 3rem;
  color: black;
  text-transform: uppercase;
}
.project-info__copy {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 10px;
}
.project-details {
  font-size: 1rem;
  padding: 40px 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.project-details__group {
  font-size: 1rem;
  margin-bottom: 10px;
  padding-top: 20px;
  position: relative;
}
.project-details__group:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  left: 0;
  border-top: 2px solid black;
}
.project-details__header {
  font-size: 1.2rem;
  color: black;
  font-weight: bold;
}
.project-details__copy {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6rem;
  padding-top: 4px;
}
.project-details__social {
  color: #666;
  margin-right: 10px;
  margin-top: 10px;
}
.project-details__social-container {
  margin-top: 5px;
}
.related-projects {
  padding: 40px 0px;
}
.related-projects__item {
  margin-bottom: 50px;
}
.related-projects .zoomin {
  transition: all 1.5s;
}
.related-projects .zoomin:hover {
  transform: scale(1.1);
}
.related-projects__header {
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 2rem;
  position: relative;
}
.related-projects__header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  left: 0;
  border-top: 2px solid black;
}
.related-projects__projects {
  padding-top: 2rem;
}
.related-projects__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.related-projects__image:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.related-projects__image img {
  width: 100%;
  display: block;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  transition: all 1s ease-out;
}
.related-projects__sub {
  color: black;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
.related-projects__sub-1 {
  color: #999;
  font-size: 1rem;
  padding-top: 10px;
  letter-spacing: -0.25px;
}
@media all and (min-width: 620px) {
  .project-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
  .project-info__copy {
    font-size: 15px;
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .project-details {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
  .related-projects__projects {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
}
@media all and (min-width: 910px) {
  .project-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
  .project-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
  .related-projects__projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
}
@media all and (min-width: 1200px) {
  .project-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
  }
  .project-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
  }
  .related-projects__projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
  }
}
blockquote {
  color: #2c3e50;
  font-size: 3.6rem;
  line-height: 100%;
  position: relative;
  font-family: Georgia, serif;
  margin: 10% 0%;
  text-indent: 80px;
  -o-hyphens: none;
  hyphens: none;
}
blockquote a {
  text-decoration: underline;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -10px;
  left: -20px;
  font-family: Arial, sans-serif;
  font-size: 82px;
}
blockquote:after {
  content: "”";
  position: absolute;
  bottom: -60px;
  right: 0;
  font-family: Arial, sans-serif;
  font-size: 82px;
}
.privacy-statement {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.privacy-statement .privacy-statement__header, .privacy-statement a {
  font-family: "d-din_condenseddinCnBd", "alte_din_1451_mittelschriftRg", sans-serif;
  padding-top: 5px;
  font-size: 1.4rem;
  line-height: 2.3rem;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  letter-spacing: 1;
}
@media all and (min-width: 910px) {
  .privacy-statement {
    margin-left: 50%;
  }
}
.r-3-3, .r-4-4, .r-5-5, .r-6-6 {
  position: relative;
  width: 100%;
  padding-top: 150%;
}
.r-4-6 {
  position: relative;
  width: 100%;
  padding-top: 150%;
}
.r-4-3 {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.r-8-4 {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.r-8-6 {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.r-8-5 {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
}
.r-12-3 {
  position: relative;
  width: 100%;
  padding-top: 25%;
}
.r-12-4 {
  position: relative;
  width: 100%;
  padding-top: 33.33%;
}
.r-12-5 {
  position: relative;
  width: 100%;
  padding-top: 41.66%;
}
.r-12-6 {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.r-12-7 {
  position: relative;
  width: 100%;
  padding-top: 58.33%;
}
.r-12-8 {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}
.r-12-9 {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.r-12-10 {
  position: relative;
  width: 100%;
  padding-top: 83.33%;
}
.r-12-11 {
  position: relative;
  width: 100%;
  padding-top: 91.66%;
}
.r-12-12 {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.r-1-12 {
  position: relative;
  width: 100%;
  padding-top: 8.33%;
}
.r-2-12 {
  position: relative;
  width: 100%;
  padding-top: 6.66%;
}
.front-container {
  position: relative;
}
.front-copy {
  position: absolute;
  z-index: 10;
  color: white;
  font-size: 2rem;
  line-height: 4rem;
  padding: 40px;
}
.front-copy__header {
  font-family: "K&Co 200", sans-serif;
  font-size: 2.2rem;
  font-width: normal;
  line-height: 3rem;
  padding-top: 20px;
  position: relative;
}
.front-copy__payoff {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline;
  padding: 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-top: 10px;
  font-width: normal;
  margin: 0;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.swiper-slide {
  height: 100%;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.swiper__quote {
  font-family: "d-din_condenseddinCnBd", "alte_din_1451_mittelschriftRg", sans-serif;
  position: absolute;
  color: white;
  padding: 20px;
  font-size: 3rem;
  line-height: 3.75rem;
  letter-spacing: 2;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  height: 100%;
  vertical-align: center;
}
@media all and (min-width: 1024px) {
  .swiper__quote {
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: 2;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.75rem;
  }
}
.swiper-pagination-bullet {
  margin: 1px !important;
  background-color: #ccc !important;
}
.swiper-pagination-bullet-active {
  background-color: black !important;
}
nav {
  display: none;
  margin-top: 0px;
  width: 100%;
  clear: both;
}
nav > ul {
  margin: 0;
  padding-bottom: 12px;
  font-size: 1.4rem;
}
nav > ul > li {
  display: block;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #aaa;
}
nav > ul > li > a {
  color: #aaa;
  display: block;
}
nav > ul > li > a:hover {
  text-decoration: underline;
  color: black;
}
nav > ul > li > a.selected {
  color: #000;
}
nav > ul > li > ul {
  display: none;
  width: 100%;
  margin-top: 10px;
}
nav > ul > li > ul > li {
  border-bottom: none;
  margin: 5px 0px 0px 10px;
}
nav > ul > li > ul > li > a {
  color: #aaa;
  display: inline-block;
  width: 100%;
}
nav > ul > li > ul > li > a:hover {
  text-decoration: underline;
  color: black;
}
header nav ul li.lisel ul {
  display: block;
}
header nav#secnavi {
  display: none;
}
header nav#secnavi.active {
  display: block;
}
header #navicon, header #closeicon {
  color: #000;
  position: absolute;
  top: 22px;
  right: 22px;
}
.hamburger {
  font-size: 2.2rem;
}
header #closeicon {
  display: none;
}
.header__logo img {
  height: 30px;
  width: 50px;
  margin-left: -5px;
}
#mobile-search-row input {
  width: 90%;
  border: none;
  padding: 15px;
}
header a.selected {
  color: #000;
}
@media all and (max-width: 1024px) {
  .social-icon-menu {
    display: none;
  }
  .header__logo {
    height: 30px;
    width: 50px;
    float: none;
  }
  header nav ul li ul {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  header.outasight {
    top: 0px;
  }
  header nav {
    display: block;
    margin-top: 0px;
    width: auto;
    float: left;
    position: relative;
    clear: none;
  }
  header nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  header nav li {
    color: #fff;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
  }
  header nav li a {
    color: #aaa;
  }
  header nav li:hover {
    cursor: pointer;
  }
  header nav li a.selected, li a:hover {
    color: #000;
  }
  header ul li {
    margin-right: 15px;
    padding-bottom: 1rem;
    border-bottom: none !important;
  }
  header nav ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    padding-top: 5px;
    left: 0px;
    background-color: #fff;
    padding-left: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    width: 180px;
    display: none;
  }
  header nav ul li ul li {
    clear: both;
    width: 180px;
    padding: 0 0 5px 0;
  }
  .header__logo {
    float: left;
    height: 30px;
    width: 50px;
  }
  .header__logo img {
    height: 30px;
    width: 50px;
    display: block;
  }
  header .paa {
    display: block;
    padding: 24px 20px 22px;
    position: relative;
  }
  header nav#secnavi {
    height: 0px;
    display: block;
    position: relative;
    top: -10px;
  }
  header #navicon, header #closeicon {
    font-size: 1.8rem;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 22px 22px 22px 22px;
    display: none;
  }
  .search_bar {
    display: block;
    float: right;
    text-align: right;
  }
  .header__logo {
    float: left;
    height: 30px;
    width: 50px;
  }
  header #navicon, header #closeicon {
    display: none;
  }
  #mobile-search-row input {
    display: none;
  }
}
.social-icon-menu__footer {
  display: inline;
  margin-left: 10px;
  font-size: 1.2rem;
}
.social-icon-menu a {
  margin-left: 5px;
}
.social-icon-menu a:hover {
  color: #B96;
}
.news__grid {
  margin: 0 auto;
}
.news__grid-sizer {
  width: 23%;
}
.news__grid-item {
  width: 23%;
  overflow: hidden;
}
.news__grid-item--width2 {
  width: 48%;
}
.news__grid-item--spacer {
  background-color: white;
  height: 200px;
}
.news__gutter-sizer {
  width: 2%;
}
.news-list-item {
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 120px;
}
.news-list-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 40px;
  left: 0;
  border-top: 2px solid black;
}
.news-list-item-image-container {
  display: block;
  width: 100%;
}
.news-list-item-image-container img {
  display: block;
  width: 100%;
}
.news-list-item:hover img {
  display: block;
  width: 100%;
}
.news-list-item-copy-container {
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: 300;
  margin-top: 20px;
}
.news-list-item-copy-container .news-header {
  font-weight: 100;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-top: 25px;
  font-size: 2.4rem;
}
.news-list-item-copy-container .news-date {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.news-list-item-copy-container .news-text {
  font-family: "Georgia";
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.news-list-item-copy-container-top {
  margin-top: 25px;
  margin-bottom: 25px;
}
.news-list-item-copy-container-top .news-header {
  font-family: "d-din_condenseddinCnBd", "alte_din_1451_mittelschriftRg", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 2.3rem;
  line-height: 3rem;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  letter-spacing: 1px;
}
.news-list-item-copy-container-top .news-date {
  color: #777;
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 2s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
@media all and (max-width: 620px) {
  .news__grid-item {
    width: 100%;
  }
  .news-list {
    width: 90%;
  }
}
@media all and (max-width: 1024px) {
  .news__container {
    margin-bottom: 50px;
    width: 100%;
  }
  .news-list-item img {
    display: block;
    width: 100%;
    filter: grayscale(0%);
  }
}
.pinterest-button {
  background: white;
  border-radius: 50%;
  color: #E60023;
  z-index: 1000;
  position: relative;
  top: 25px;
  left: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pinterest-button:hover {
  cursor: pointer;
}
.article-image:hover .pinterest-button {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project__grid {
  margin: 0 auto;
}
.project__grid-item {
  transition-property: transform, filter;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 4vw;
}
.project__gutter-sizer {
  width: 4%;
}
@media all and (min-width: 736px) and (max-width: 1689px) {
  .project__grid-item {
    width: 48%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project__gutter-sizer {
    width: 4%;
  }
}
@media all and (min-width: 1690px) {
  .project__grid-item {
    width: 32%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project__gutter-sizer {
    width: 2%;
  }
}
.project__grid-item:hover {
  transform: scale(1.05);
}
.article__title {
  padding-top: 5px;
  font-family: "d-din_condenseddinCnBd", "alte_din_1451_mittelschriftRg", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 2.3rem;
  line-height: 3rem;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  letter-spacing: 1px;
}
.article__subtitle {
  color: #777;
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}
.article__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spinner__stage {
  position: absolute;
  visibility: none;
  bottom: 10px;
  right: 50%;
  z-index: 1000;
}
.loader10 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  animation: loader10-uba7e1836 0.9s ease alternate infinite;
  animation-delay: 0.18s;
  top: 50%;
  margin: -42px auto 0;
}
.loader10::after, .loader10::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: loader10-uba7e1836 0.9s ease alternate infinite;
}
.loader10::before {
  left: -20px;
  animation-delay: 0s;
}
.loader10::after {
  right: -20px;
  animation-delay: 0.36s;
}
@keyframes loader10-uba7e1836 {
  0% {
    box-shadow: 0 28px 0 -28px #000;
  }
  100% {
    box-shadow: 0 28px 0 #000;
  }
}
@font-face {
  font-family: "d-dinregular";
  src: url("/fonts/d-din/d-din-webfont.woff2") format("woff2"), url("/fonts/d-din/d-din-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "d-din_expregular";
  src: url("/fonts/d-din/d-dinexp-webfont.woff2") format("woff2"), url("/fonts/d-din/d-dinexp-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "d-din_condenseddinCnBd";
  src: url("/fonts/d-din/d-dincondensed-bold-webfont.woff2") format("woff2"), url("/fonts/d-din/d-dincondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "alte_din_1451_mittelschriftRg";
  src: url("/fonts/din1451/din1451alt-webfont.woff2") format("woff2"), url("/fonts/din1451/din1451alt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
