@font-face {
  font-family: "GT Pressura Mono";
  src: url("/res/css/fonts/GTPressuraMono-Regular.woff2") format("woff2"), url("/res/css/fonts/GTPressuraMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Pressura";
  src: url("/res/css/fonts/GTPressura-Regular.woff2") format("woff2"), url("/res/css/fonts/GTPressura-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Pressura";
  src: url("/res/css/fonts/GTPressura-Bold.woff2") format("woff2"), url("/res/css/fonts/GTPressura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

/* End reset */
html {
  font-size: 21px;
}

body {
  font-family: "GT Pressura", sans-serif;
  background-color: #e6e6e5;
  line-height: 142.8%;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

a:visited, a:active {
  color: inherit;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 36px;
  line-height: 111%;
  text-transform: uppercase;
  font-weight: bold;
}
h1.home {
  text-transform: none;
  padding-top: 40px;
  padding-left: 16px;
}
h1.partner_header {
  text-transform: none;
  font-weight: normal;
  font-size: 21px;
  font-family: "GT Pressura Mono", monospace;
  margin-bottom: 16px;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  font-family: "GT Pressura Mono", monospace;
  font-size: 21px;
  line-height: 27px;
}

h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 16px 0 16px 0;
}

pre {
  font-family: "GT Pressura Mono", monospace;
  font-size: 18px;
  line-height: 23px;
  white-space: pre-wrap;
}

* + h1 {
  margin-top: 40px;
}

* + h2 {
  margin-top: 40px;
}

h2 + p {
  margin-top: 40px;
}

p + p, ul + p, ol + p, ul + ul, p + ul {
  margin-top: 1em;
}

#wrapper {
  width: 100%;
  height: 100%;
}
#wrapper.modal-open {
  overflow-y: hidden;
  position: fixed;
}

main a, .content a {
  text-decoration: underline;
}
main h2, .content h2 {
  font-size: 1.333rem;
  font-weight: bold;
  line-height: 113%;
}
main h2 + p, .content h2 + p {
  margin-top: 1.904rem;
}
main * + h2, .content * + h2 {
  margin-top: 2.38em;
}
main h3, .content h3 {
  font-size: 1.142rem;
  font-weight: bold;
  line-height: 125%;
}
main h3 + p, .content h3 + p {
  margin-top: 0.7rem;
}
main * + h3, .content * + h3 {
  margin-top: 2.08em;
}
main ul, main ol, .content ul, .content ol {
  display: block;
  list-style: disc outside none;
  margin-top: 1em;
  padding: 0 0 0 1em;
}
main ol, .content ol {
  list-style-type: decimal;
}
main li, .content li {
  display: list-item;
}
main ul ul, main ol ul, .content ul ul, .content ol ul {
  list-style-type: circle;
  margin-left: 15px;
}
main ol ol, main ul ol, .content ol ol, .content ul ol {
  list-style-type: lower-latin;
  margin-left: 15px;
}

aside > img {
  width: 100%;
  height: auto;
}
aside > section {
  background-color: white;
  overflow-wrap: break-word;
  padding-bottom: 4px;
}
aside > section > h4 {
  padding: 16px 16px 16px 16px;
  border-bottom: 2px solid #e6e6e5;
}
aside > section > h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 16px 16px 0 16px;
}
aside > section > h4 + h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 20px 16px 0 16px;
}
aside > section > p {
  font-size: 16px;
  line-height: 21px;
  padding: 20px 16px 20px 16px;
}
aside > section > p + p {
  padding-top: 0;
  margin-top: 0;
}
aside > section > p + h4, aside > section > ul + h4 {
  border-top: 20px solid #e6e6e5;
}
aside > section ul, aside > section ol {
  font-size: 16px;
  line-height: 21px;
  display: block;
  list-style: none;
  margin: 0 16px 1.6em 16px;
  padding-bottom: 6px;
}
aside > section h4 + ul, aside > section h4 + ol {
  margin-top: 1.6em;
}
aside > section ol {
  list-style-type: decimal;
}
aside > section li {
  display: list-item;
  padding: 0.4em 0 0.4em 0;
}
aside > section li + li {
  border-top: 1px dotted #c6c6c2;
}
aside > section ul ul, aside > section ol ul {
  list-style-type: circle;
  margin-left: 15px;
}
aside > section ol ol, aside > section ul ol {
  list-style-type: lower-latin;
  margin-left: 15px;
}
aside ul + p, aside ol + p {
  margin-top: 1em;
}
aside a {
  text-decoration: underline;
}

.section {
  background-color: white;
  overflow-wrap: break-word;
  max-width: 406px;
  border: 16px solid #e6e6e5;
  padding-bottom: 4px;
}
.section > h4 {
  padding: 16px 16px 16px 16px;
  border-bottom: 2px solid #e6e6e5;
}
.section > h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 16px 16px 0 16px;
}
.section > h4 + h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 20px 16px 0 16px;
}
.section > p {
  font-size: 16px;
  line-height: 21px;
  padding: 20px 16px 20px 16px;
}
.section > p + p {
  padding-top: 0;
  margin-top: 0;
}
.section > p + h4, .section > ul + h4 {
  border-top: 20px solid #e6e6e5;
}
.section ul, .section ol {
  font-size: 16px;
  line-height: 21px;
  display: block;
  list-style: none;
  margin: 0 16px 1.6em 16px;
  padding-bottom: 6px;
}
.section h4 + ul, .section h4 + ol {
  margin-top: 1.6em;
}
.section ol {
  list-style-type: decimal;
}
.section li {
  display: list-item;
  padding: 0.4em 0 0.4em 0;
}
.section li + li {
  border-top: 1px dotted #c6c6c2;
}
.section ul ul, .section ol ul {
  list-style-type: circle;
  margin-left: 15px;
}
.section ol ol, .section ul ol {
  list-style-type: lower-latin;
  margin-left: 15px;
}

.tbox {
  background-color: white;
  overflow-wrap: break-word;
  padding-bottom: 4px;
}
.tbox > h4 {
  padding: 16px 16px 16px 16px;
  border-bottom: 2px solid #C6C6C5;
}
.tbox > h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 20px 16px 0 16px;
}
.tbox > h4 + h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 20px 16px 0 16px;
}
.tbox > p {
  font-size: 16px;
  line-height: 21px;
  padding: 16px 16px 16px 16px;
}
.tbox > p a {
  text-decoration: underline;
}
.tbox ul, .tbox ol {
  padding-bottom: 6px;
}
.tbox > p + h4, .tbox > ul + h4 {
  border-top: 20px solid #e6e6e5;
}
.tbox > p + p {
  padding-top: 0;
  margin-top: 0;
}

.linkbox {
  background-color: white;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  position: relative;
}
.linkbox > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
  z-index: 1;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
}

.is-hidden {
  display: none;
}

.is-hidden-for-mobile {
  display: block;
}

.texthighlight {
  color: #E43416;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #C6C6C5;
}

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #C6C6C5;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.margin-top, .margin-top-except-small {
  margin-top: 40px;
}

.margin-top-extra {
  margin-top: 65px;
}

.tags {
  width: 100%;
  margin-bottom: 37px;
  margin-top: 24px;
  line-height: 34px;
}
.tags .switch {
  font-size: 16px;
  background-color: #C6C6C5;
  color: #434343;
  padding: 6px 12px 6px 12px;
  margin-right: 2px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.tags .switch.active {
  background-color: #484848;
  color: white;
}

.flex-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-grid .col {
  width: 32.18%;
  margin: 0 0 20px 0;
}
.flex-grid main {
  width: 56%;
}
.flex-grid aside {
  width: 32%;
}
.flex-grid figure {
  width: 32%;
}
.flex-grid figure img {
  width: 100%;
  height: auto;
}
.flex-grid figure figcaption {
  font-size: 12px;
  line-height: 133%;
  padding: 8px 0 0 0;
}
.flex-grid figure aside {
  width: 100%;
}
.flex-grid figure figcaption + aside {
  margin-top: 16px;
}
.flex-grid figure img + aside {
  margin-top: 1em;
}
.flex-grid figure + main {
  width: 62%;
  padding-right: 6%;
}
.flex-grid .range-selection {
  width: 100%;
  margin-bottom: 4px;
  margin-top: -16px;
  line-height: 34px;
}
.flex-grid .range-selection .button {
  font-size: 16px;
  background-color: #6b6b6b;
  color: white;
  padding: 6px 12px 6px 12px;
  margin-right: 2px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.flex-grid .range-selection .button.active {
  background-color: #484848;
  color: white;
}
.flex-grid .tags {
  width: 100%;
  margin-bottom: 37px;
  margin-top: 0px;
  line-height: 34px;
}
.flex-grid .tags .tag {
  font-size: 16px;
  background-color: #C6C6C5;
  color: #434343;
  padding: 6px 12px 6px 12px;
  margin-right: 2px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.flex-grid .tags .tag.active {
  background-color: #484848;
  color: white;
}

.more {
  background-color: white;
  padding: 16px 0 16px 0;
  display: block;
  text-align: center;
  position: relative;
}
.more > a {
  display: block;
  width: 100%;
  height: 100%;
}

/* masonry with flexbox */
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.grid + h1 {
  margin-top: 66px;
}

.grid-col {
  width: 32.18%;
}
.grid-col.cols-4 {
  width: 23.7091222031%;
}
.grid-col.cols-4.grid-col--1 {
  display: block;
}
.grid-col.cols-4.grid-col--2 {
  display: block;
}
.grid-col.cols-4.grid-col--3 {
  display: block;
}
.grid-col.cols-4.grid-col--4 {
  display: block;
}
.grid-col.cols-4.grid-col--5 {
  display: none;
}
.grid-col.cols-5 {
  width: 18.6230636833%;
}

.grid-item + .grid-item {
  margin-top: 20px;
}

.white-margin {
  background-color: white;
  padding-top: 86px;
  margin-top: 86px;
  padding-bottom: 70px;
}

.kachel {
  background-color: #E43416;
  position: relative;
  color: white;
  padding-bottom: 32%;
}
.kachel > .text, .kachel.text {
  padding: 25px 16px 0 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.kachel > .text > h1, .kachel.text > h1 {
  font-size: 28px;
  line-height: 100%;
  text-transform: none;
}
.kachel > .text > p, .kachel.text > p {
  margin-top: 0.7em;
  font-size: 24px;
  line-height: 100%;
}
.kachel > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
  z-index: 1;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
}

.tile {
  position: relative;
  background-color: white;
}
.tile > :first-child {
  font-family: "GT Pressura Mono", monospace;
  font-size: 16px;
  line-height: 18px;
  height: 84px;
  padding: 15px 19px 0 19px;
  overflow-y: hidden;
}
.tile > :nth-child(2) {
  height: 150px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 0 19px 0 19px;
  overflow-y: hidden;
}
.tile > :nth-child(2) > pre {
  font-size: 16px;
  line-height: 18px;
}
.tile > :nth-child(2) strong {
  font-size: 21px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 17px;
}
.tile > :nth-child(3) {
  padding-bottom: 100%;
  background-color: silver;
  background-size: cover;
}
.tile > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
  z-index: 1;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
}
.tile.transparent {
  background-color: transparent;
  margin: 0;
}

.twocols {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.twocols > :first-child {
  width: 67.8141135972%;
  background-size: cover;
  padding-bottom: 46.2134251291%;
  background-color: silver;
}
.twocols > :nth-child(2) {
  width: 32.1858864028%;
  padding-bottom: 46.2134251291%;
  position: relative;
  overflow-y: hidden;
}
.twocols > :nth-child(2) .text {
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  top: 10px;
  left: 10px;
  padding-right: 16px;
}
.twocols > :nth-child(2) .text a {
  text-decoration: underline;
}
.twocols > :nth-child(2) .text h1 {
  font-size: 21px;
}
.twocols > :nth-child(2) .text h2 {
  font-size: 21px;
  line-height: 22px;
  margin-top: 8px;
}
.twocols > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
  z-index: 1;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
}

.content-width {
  padding-left: calc((100vw - 1162px) / 2);
  padding-right: calc((100vw - 1162px) / 2);
}

.content-inner-width {
  padding-left: calc(16px + (100vw - 1162px) / 2);
  padding-right: calc(16px + (100vw - 1162px) / 2);
}

@media (max-width: 1194px) {
  .content-width {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#footer {
  background-color: #E43416;
  color: white;
  padding-top: 83px;
  padding-bottom: 105px;
  font-family: "GT Pressura", sans-serif;
  margin-top: 115px;
}
#footer .footer-top {
  display: flex;
  font-family: "GT Pressura Mono", monospace;
  font-size: 20px;
  line-height: 23px;
}
#footer .footer-top > div {
  width: 274px;
}
#footer .footer-top > div > h3 {
  font-family: "GT Pressura", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 43px;
}
#footer .footer-top > div > p a {
  text-decoration: underline;
}
#footer .footer-top > * + * {
  margin-left: 32px;
}
#footer .footer-bottom {
  margin-top: 135px;
  border-top: 2px solid white;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  font-size: 20px;
  line-height: 23px;
}
#footer .footer-bottom > :nth-child(2) li {
  list-style: none;
  display: inline;
}
#footer .footer-bottom > :nth-child(2) li + li {
  padding-left: 16px;
}

.footer-column {
  background-color: #E43416;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 16px;
  border-right: 1px white dotted;
  font-family: "GT Pressura Mono", monospace;
  font-size: 20px;
  line-height: 23px;
  width: 274px;
}
.footer-column > h3 {
  font-family: "GT Pressura", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 43px;
}
.footer-column > p a {
  text-decoration: underline;
}

header#header {
  height: 214px;
  background-color: white;
  padding-top: 47px;
}
header#header #logo {
  display: block;
  width: 727px;
  height: 73px;
  margin: 0 auto 0 auto;
  background-size: cover;
  background: url("/res/css/p/k-haus-2020-stretch.svg") no-repeat center;
}
header#header #logo a {
  width: 100%;
  height: 100%;
  display: block;
}

#hamburger {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  position: fixed;
  right: 10px;
  top: 16px;
  display: block;
  z-index: 20;
  background-color: white;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease-in-out;
}
#hamburger.in-menu {
  position: absolute;
}
#hamburger:focus {
  outline: none;
}
#hamburger.is-scrolled {
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.34);
}
#hamburger.is-scrolled.in-menu {
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0);
}

.hamburger-inner {
  top: 62%;
}

#breadcrumb {
  font-size: 17px;
  font-weight: bold;
  color: #E43416;
  line-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: white;
  border-top: 1px solid #FADEDA;
}
#breadcrumb.inverse {
  color: white;
  background-color: #E43416;
}
#breadcrumb i {
  font-size: larger;
}

#subheader {
  background-color: #E43416;
  color: white;
  padding-top: 16px;
  padding-bottom: 40px;
}
#subheader pre {
  font-size: 16px;
  line-height: 114%;
}
#subheader h1 {
  font-size: 36px;
  line-height: 128.5%;
}
#subheader h2 {
  font-size: 28px;
  margin-top: 0.66em;
  line-height: 133%;
}

.inverted {
  color: white;
  background-color: #E43416;
  padding: 0;
}

.white-spacer {
  height: 55px;
  background-color: white;
}

#search fieldset {
  border-width: 0;
  font-size: inherit;
}
#search label, #search input, #search button {
  font-family: "GT Pressura", sans-serif;
  font-size: 16px;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  height: 36px;
  border: 1px solid #6b6b6b;
  background-color: #fff;
  box-sizing: border-box;
}
#search input {
  margin-right: 4px;
}
#search input:focus {
  outline: none;
  background-color: #fff;
}
#search button {
  font-size: 16px;
  background-color: #484848;
  color: white;
  padding: 6px 12px 6px 12px !important;
  line-height: 100%;
  margin-right: 2px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
}
#search button:active,
#search button:focus, #search button:hover {
  background-color: #6b6b6b;
  outline: none;
}

.newsfeed {
  font-size: 16px;
  line-height: 21px;
  overflow-y: hidden;
}
.newsfeed p.less {
  display: none;
}

@media (max-width: 1023px) {
  body, html {
    font-size: 18.5px;
  }

  /* BREAKPOINT MEDIUM ---------------------------------------------------------------------------------------------- */
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
    line-height: 21px;
  }

  h4 {
    font-family: "GT Pressura Mono", monospace;
    font-size: 21px;
    line-height: 27px;
  }

  pre {
    font-family: "GT Pressura Mono", monospace;
    font-size: 18px;
    line-height: 23px;
  }

  * + h1 {
    margin-top: 0;
  }

  * + h2 {
    margin-top: 15px;
  }

  h2 + p {
    margin-top: 20px;
  }

  header#header {
    height: 115px;
    width: 100vw;
    background-color: white;
    padding-top: 27px;
  }
  header#header #logo {
    width: 246px;
    height: 46px;
    margin: 0 auto 0 auto;
    background-size: cover;
    background: url("/res/css/p/k-haus-2020.svg") no-repeat center;
  }

  #hamburger {
    z-index: 20;
    display: unset;
  }
  #hamburger.is-active {
    display: block;
    background-color: white;
    text-align: right;
    padding-right: 10px;
  }

  .full-width-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-grid .col {
    width: 49%;
    margin: 0 0 20px 0;
  }

  /* 2 columns by default, hide columns 3 */
  .grid-col--3 {
    display: none;
  }

  /* masonry with flexbox */
  .grid-col {
    width: 49%;
  }
  .grid-col.cols-4 {
    width: 32.1858864028%;
  }
  .grid-col.cols-4.grid-col--1 {
    display: block;
  }
  .grid-col.cols-4.grid-col--2 {
    display: block;
  }
  .grid-col.cols-4.grid-col--3 {
    display: block;
  }
  .grid-col.cols-4.grid-col--4 {
    display: none;
  }
  .grid-col.cols-4.grid-col--5 {
    display: none;
  }
  .grid-col.cols-5 {
    width: 23.7091222031%;
  }
  .grid-col.cols-5.grid-col--1 {
    display: block;
  }
  .grid-col.cols-5.grid-col--2 {
    display: block;
  }
  .grid-col.cols-5.grid-col--3 {
    display: block;
  }
  .grid-col.cols-5.grid-col--4 {
    display: block;
  }
  .grid-col.cols-5.grid-col--5 {
    display: none;
  }

  aside > section {
    background-color: white;
  }
  aside > section > h4 {
    padding: 16px 16px 16px 16px;
    border-bottom: 2px solid #e6e6e5;
    line-height: 20px;
  }
  aside > section > p {
    font-size: 16px;
    line-height: 21px;
    padding: 16px 16px 16px 16px;
  }
  aside > section > p + p {
    padding: 0 16px 16px 16px;
  }

  .margin-top-extra {
    margin-top: 40px;
  }

  .white-margin {
    background-color: white;
    padding-top: 40px;
    margin-top: 24px;
    padding-bottom: 24px;
  }

  .kachel {
    padding-bottom: 49%;
  }
  .kachel > .text {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tile {
    position: relative;
    background-color: white;
  }
  .tile > :first-child {
    font-family: "GT Pressura Mono", monospace;
    font-size: 14px;
    line-height: 112%;
    height: 84px;
    padding: 13px 16px 0 16px;
    overflow-y: hidden;
  }
  .tile > :nth-child(3) {
    padding-bottom: 100%;
    background-color: silver;
    background-size: cover;
  }
  .tile > :nth-child(2) {
    height: 164px;
    font-size: 21px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 16px 0 16px;
    overflow-y: hidden;
  }
  .tile > :nth-child(2) > pre {
    font-size: 16px;
    line-height: 18px;
  }

  .twocols {
    position: relative;
    background-color: white;
    display: block;
    width: 100%;
  }
  .twocols > :first-child {
    width: 100%;
    padding-bottom: 68.1472081218%;
  }
  .twocols > :nth-child(2) {
    width: 100%;
    overflow-y: visible;
    height: auto;
    padding: 16px 16px 16px 16px;
  }
  .twocols > :nth-child(2) .text {
    position: static;
    font-size: 16px;
    line-height: 21px;
    padding: 0px;
  }
  .twocols > :nth-child(2) .text h1 {
    font-size: 21px;
  }
  .twocols > :nth-child(2) .text h2 {
    font-size: 21px;
    line-height: 22px;
    margin-top: 8px;
  }
  .twocols > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 1;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
  }

  #footer {
    background-color: #E43416;
    color: white;
    padding-bottom: 50px;
    font-family: "GT Pressura", sans-serif;
    margin-top: 100px;
  }
  #footer .footer-top {
    font-family: "GT Pressura Mono", monospace;
    font-size: 16px;
    line-height: 18px;
  }
  #footer .footer-top > div > h3 {
    font-family: "GT Pressura", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #footer .footer-top > div > p a {
    text-decoration: underline;
  }
  #footer .footer-bottom {
    font-size: 16px;
    line-height: 21px;
  }

  #subheader {
    padding-top: 16px;
    padding-bottom: 28px;
  }
  #subheader h1 {
    font-size: 28px;
    line-height: 128.5%;
  }
  #subheader h2 {
    font-size: 23px;
    margin-top: 0.66em;
    line-height: 133%;
  }
}
@media (max-width: 570px) {
  /* BREAKPOINT SMALL ---------------------------------------------------------------------------------------------- */
  .margin-top-extra {
    margin-top: 26px;
  }

  body, html {
    font-size: 16px;
  }

  .white-margin {
    background-color: white;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 9px;
  }

  .kachel {
    padding-bottom: 100%;
  }

  .flex-grid {
    display: block;
  }
  .flex-grid .col {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .flex-grid main {
    width: 100%;
  }
  .flex-grid aside {
    margin-left: 0;
    margin-top: 26px;
    width: 100vw;
  }
  .flex-grid aside > section {
    background-color: white;
  }
  .flex-grid aside > section > h4 {
    font-size: 18px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-grid aside > section > h5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-grid aside > section > h4 + h5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-grid aside > section > p {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-grid aside > section ul, .flex-grid aside > section ol {
    margin: 0 10px 0 10px;
  }
  .flex-grid figure {
    width: 100vw;
    margin: -26px -10px 0;
  }
  .flex-grid figure figcaption {
    padding-left: 16px;
  }
  .flex-grid main + aside {
    margin-top: 40px;
  }
  .flex-grid figure + main {
    margin-top: 35px;
    width: 100%;
    padding-right: 0;
  }

  .flex-grid.redactional {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-grid.redactional .col {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .flex-grid.redactional main {
    width: 100%;
  }
  .flex-grid.redactional aside {
    margin-left: -10px;
    width: 100vw;
  }
  .flex-grid.redactional figure {
    width: 100vw;
    margin: -29px -16px 0;
  }
  .flex-grid.redactional figure figcaption {
    padding-left: 16px;
  }
  .flex-grid.redactional main + aside {
    margin-top: 40px;
  }
  .flex-grid.redactional aside + main {
    margin-bottom: 34px;
  }
  .flex-grid.redactional figure + main {
    margin-top: 35px;
    width: 100%;
    padding-right: 0;
  }

  /* 1 columns by default, hide columns 3 */
  .grid-col--2, .grid-col--3 {
    display: none;
  }

  /* masonry with flexbox */
  .grid-col {
    width: 100%;
  }
  .grid-col.cols-4 {
    width: 49.1394148021%;
  }
  .grid-col.cols-4.grid-col--1 {
    display: block;
  }
  .grid-col.cols-4.grid-col--2 {
    display: block;
  }
  .grid-col.cols-4.grid-col--3 {
    display: none;
  }
  .grid-col.cols-4.grid-col--4 {
    display: none;
  }
  .grid-col.cols-4.grid-col--5 {
    display: none;
  }
  .grid-col.cols-5 {
    width: 49.1394148021%;
  }
  .grid-col.cols-5.grid-col--1 {
    display: block;
  }
  .grid-col.cols-5.grid-col--2 {
    display: block;
  }
  .grid-col.cols-5.grid-col--3 {
    display: none;
  }
  .grid-col.cols-5.grid-col--4 {
    display: none;
  }
  .grid-col.cols-5.grid-col--5 {
    display: none;
  }

  .is-hidden-for-mobile {
    display: none;
  }

  .tile {
    position: relative;
    background-color: white;
  }
  .tile > :first-child {
    font-family: "GT Pressura Mono", monospace;
    font-size: 14px;
    line-height: 18px;
    height: 65px;
    padding: 10px 16px 0 10px;
    overflow-y: hidden;
  }
  .tile > :nth-child(2) {
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    padding: 0 10px 0 10px;
    overflow-y: hidden;
  }
  .tile > :nth-child(2) > pre {
    font-size: 16px;
    line-height: 18px;
  }
  .twocols.margin-top {
    margin-top: 0;
  }

  .twocols {
    position: relative;
    background-color: white;
    display: block;
    width: 100%;
  }
  .twocols > :nth-child(2) {
    padding: 16px 10px 16px 10px;
  }
  .twocols > :nth-child(2) .text {
    position: static;
    font-size: 16px;
    line-height: 21px;
    padding: 0;
  }
  .twocols > :nth-child(2) .text pre {
    font-size: 14px;
    line-height: 16px;
  }
  .twocols > :nth-child(2) .text h1 {
    font-size: 21px;
  }
  .twocols > :nth-child(2) .text h2 {
    font-size: 21px;
    line-height: 22px;
    margin-top: 8px;
  }
  .twocols > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 1;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
  }

  .twocols + .twocols {
    margin-top: 50px;
  }

  .content-width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-width-small {
    padding-left: 0;
    padding-right: 0;
  }

  #footer {
    background-color: #E43416;
    color: white;
    padding-top: 24px;
    padding-bottom: 50px;
    font-family: "GT Pressura", sans-serif;
    margin-top: 92px;
  }
  #footer .footer-top {
    display: block;
    font-family: "GT Pressura Mono", monospace;
    font-size: 16px;
    line-height: 18px;
  }
  #footer .footer-top > div {
    width: 100%;
  }
  #footer .footer-top > div > h3 {
    font-family: "GT Pressura", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #footer .footer-top > div > p a {
    text-decoration: underline;
  }
  #footer .footer-top > * + * {
    margin-left: 0;
    margin-top: 60px;
  }
  #footer .footer-bottom {
    margin-top: 60px;
    border-top: none;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 16px;
    font-size: 16px;
    line-height: 21px;
  }
  #footer .footer-bottom > :first-child {
    padding-top: 8px;
  }
  #footer .footer-bottom > :nth-child(2) {
    border-bottom: 2px solid white;
    padding-bottom: 50px;
  }
  #footer .footer-bottom > :nth-child(2) li {
    list-style: none;
    display: inline;
  }
  #footer .footer-bottom > :nth-child(2) li + li {
    padding-left: 16px;
  }

  #subheader {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #subheader pre {
    font-size: 14px;
  }
  #subheader h1 {
    font-size: 21px;
  }
  #subheader h2 {
    font-size: 18px;
    line-height: 111%;
  }

  #breadcrumb {
    font-size: 14px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .margin-top-except-small {
    margin-top: 0;
  }

  .range-selection, .tags {
    margin-left: 10px;
  }
}
@keyframes slide-in {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
nav#nav {
  z-index: 10;
  padding-top: 59px;
  position: absolute;
  min-height: 100vh;
  right: 0;
  top: 0;
  background: white;
  display: none;
  overflow-x: hidden;
  align-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
  width: 300px;
  text-align: right;
  box-shadow: -5px 1px 15px 0px rgba(0, 0, 0, 0.2);
}
nav#nav.closed {
  transform: translateX(120%);
  transition: transform 0.3s ease;
}
nav#nav.active {
  display: flex;
  width: 300px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
nav#nav > li {
  width: 200px;
  color: #848484;
  list-style: none;
  font-weight: bold;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav#nav > li.active > a {
  color: #484848;
}
nav#nav > li.active ul {
  display: initial;
}
nav#nav > li.initial {
  color: #848484;
}
nav#nav > li.expanded > ul {
  display: unset;
  visibility: initial;
  color: inherit;
}
nav#nav > li + li {
  margin-left: unset;
}
nav#nav > li ul {
  display: none;
  margin-top: 11px;
  line-height: 27px;
}
nav#nav > li ul li {
  font-weight: normal;
}
nav#nav > li ul li.active {
  font-weight: bold;
  color: #E43416;
}

@media (min-width: 1162px) {
  nav#nav li ul.links li {
    font-size: 16px;
    line-height: 21px;
  }
}
/* Content Slideshow Startseite */
.slidertext {
  background-color: #E43416;
  color: white;
  padding: 10px;
}
.slidertext > h2 {
  margin-top: 0em;
}

.border-inside {
  box-shadow: inset 0px -40px 0px 0px #fff;
}

#content-slider {
  display: block;
  position: relative;
  overflow-x: visible;
  border-left: calc((100vw - 1162px) / 2) solid transparent;
  border-right: calc((100vw - 1162px) / 2) solid transparent;
}
#content-slider .flickity-viewport {
  width: 100%;
  padding-bottom: 49.6557659208%;
}
#content-slider .flickity-viewport .carousel-cell {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
}
#content-slider .flickity-viewport .carousel-cell .carousel-cell-inner {
  display: flex;
  flex-flow: row wrap;
}
#content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :first-child {
  width: 67.8141135972%;
  background-size: cover;
  padding-bottom: 46.2134251291%;
}
#content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(2) {
  width: 32.1858864028%;
  padding-bottom: 46.2134251291%;
  position: relative;
  background-color: #E43416;
}
#content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(2) .slidertext {
  position: absolute;
  top: 10px;
  left: 10px;
}
#content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(2) .slidertext > h2 {
  margin-top: 0em;
}
#content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(3) {
  width: 100%;
  flex: 1 1 100%;
  background-color: white;
  font-size: 12px;
  line-height: 22px;
  color: #c6c6c5;
  height: 40px;
  opacity: 1 !important;
}
#content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
  z-index: 1;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
}
#content-slider .flickity-viewport .carousel-cell.is-selected {
  opacity: 1;
}
#content-slider ol.flickity-page-dots {
  bottom: -15px;
}

@media (max-width: 1023px) {
  #content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(2) .slidertext > pre {
    font-size: 15px;
    line-height: 16px;
  }
}
@media (max-width: 570px) {
  #content-slider .flickity-viewport {
    width: 100%;
    padding-bottom: 131.25%;
  }
  #content-slider .flickity-viewport .carousel-cell .carousel-cell-inner {
    display: block;
  }
  #content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :first-child {
    display: block;
    width: 100%;
    background-size: cover;
    padding-bottom: 68.125%;
    border-left: 0;
  }
  #content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(2) {
    width: 100%;
    display: block;
    padding-bottom: 60.9375%;
    position: relative;
    border-right: 0;
  }
  #content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(2) .slidertext {
    position: absolute;
    top: 16px;
    left: 10px;
    padding: 0 10px 0 0;
  }
  #content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(2) .slidertext > pre {
    font-size: 15px;
    line-height: 16px;
  }
  #content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(3) {
    display: none;
  }
  #content-slider ol.flickity-page-dots {
    bottom: -25px;
  }
}
@media (max-width: 1162px) {
  #content-slider .flickity-viewport .carousel-cell .carousel-cell-inner > :nth-child(3) {
    text-indent: 16px;
  }
}
/* Gallery Slideshow */
#gallery-slider {
  width: 100vw;
  height: 638px;
  background-color: white;
  display: block;
  margin-bottom: 0;
  /* prev / next */
}
#gallery-slider .carousel-cell {
  width: auto;
  height: 638px;
  display: block;
  margin: 10px 5px 10px 5px;
}
#gallery-slider .carousel-cell > img {
  min-width: 150px;
  min-height: 200px;
  width: auto;
  height: 100%;
  max-height: 538px;
  display: block;
  transition: opacity 0.6s ease-in-out;
}
#gallery-slider .carousel-cell > p {
  max-width: 100vw;
  padding-top: 8px;
  color: #848484;
  font-size: 12px;
  line-height: 133%;
}
#gallery-slider .carousel-cell.is-selected > p {
  padding-left: 16px;
}
#gallery-slider .flickity-button, #gallery-slider .flickity-button:hover, #gallery-slider .flickity-button:focus {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
#gallery-slider .flickity-prev-next-button {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0;
  transform: none;
}
@media (hover: none) {
  #gallery-slider .flickity-prev-next-button {
    display: none;
  }
}
#gallery-slider .flickity-prev-next-button svg {
  display: none;
}
#gallery-slider .flickity-prev-next-button.previous {
  left: 0;
  cursor: url("/res/css/p/arrow-left.svg") 0 35, pointer;
}
#gallery-slider .flickity-prev-next-button.next {
  right: 0;
  cursor: url("/res/css/p/arrow-right.svg") 80 35, pointer;
}

/* move page dots into carousel */
.flickity-page-dots {
  bottom: 10px;
}

.flickity-page-dots li.dot {
  background: #848484;
  opacity: 1;
}
.flickity-page-dots li.dot.is-selected {
  background: #E43416;
}

@media (max-width: 1023px) {
  #gallery-slider {
    height: 529px;
  }
  #gallery-slider .carousel-cell {
    height: 529px;
  }
  #gallery-slider .carousel-cell > img {
    max-height: 429px;
  }
}
@media (max-width: 570px) {
  #gallery-slider {
    height: 420px;
  }
  #gallery-slider .carousel-cell {
    height: 420px;
  }
  #gallery-slider .carousel-cell > img {
    max-height: 320px;
  }
}
.blogtile {
  position: relative;
  background-color: white;
  font-size: 16px;
  line-height: 21px;
}
.blogtile > :first-child {
  padding-bottom: 22.4%;
  overflow-y: hidden;
}
.blogtile > :first-child h2 {
  font-size: 21px;
  line-height: 22px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 13px 16px 0 16px;
}
@media (max-width: 570px) {
  .blogtile > :first-child h2 {
    padding: 13px 10px 0 10px;
  }
}
.blogtile > :nth-child(2) {
  padding-bottom: 66.8%;
  background-color: silver;
  background-size: cover;
}
.blogtile > :nth-child(3) {
  padding-bottom: 76.4%;
  position: relative;
  overflow-y: hidden;
}
.blogtile > :nth-child(3) div {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 21px;
  padding: 16px 16px 0 16px;
}
@media (max-width: 570px) {
  .blogtile > :nth-child(3) div {
    padding: 16px 10px 0 10px;
  }
}
.blogtile > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link doesn't get underlined */
  z-index: 2;
  /* raises anchor tag above everything else in div */
  tbackground-color: white;
  /*workaround to make clickable in IE */
  opacity: 1;
}
.blogtile p.readmore {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: black;
  width: 100%;
  text-decoration: underline;
  padding: 100px 16px 16px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
}
@media (max-width: 570px) {
  .blogtile p.readmore {
    padding: 100px 10px 16px 10px;
  }
}
.blogtile.transparent {
  background-color: transparent;
  margin: 0;
}

/* NEWSLETTER REGISTRATION */
/* --------------------------------------------------------- */
.popupForm {
  display: none;
  position: fixed;
  padding-top: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: "GT Pressura", sans-serif;
  z-index: 999;
}

.popupForm .formOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.popupForm.active {
  display: block;
}

.popupForm .form_overlay {
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popupForm .inner {
  width: 1162px;
  max-width: 100vw;
  position: relative;
  margin: 0 auto;
  background-color: #484848;
  padding: 2rem;
  color: #ffffff;
}
@media (max-width: 570px) {
  .popupForm .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.popupForm .formTitle {
  font-family: "GT Pressura Mono", monospace;
  font-size: larger;
  color: #ffffff;
}

.popupForm label {
  font-family: "GT Pressura", sans-serif;
  clear: right;
}

.popupForm input.formError {
  border: 1px solid #b22222;
}

.popupForm .red {
  color: #ffffff;
}

.popupForm .formInfo {
  color: white;
}

.popupForm p {
  line-height: 133%;
}

.popupForm p + p {
  margin-top: 0em;
}

.popupForm .formBody {
  display: flex;
  justify-content: space-between;
}
.popupForm .formBody .formLeft {
  margin-top: 1em;
  width: 45%;
}
.popupForm .formBody .formRight {
  margin-top: 1em;
  width: 45%;
}
@media (max-width: 570px) {
  .popupForm .formBody {
    display: block;
  }
  .popupForm .formBody .formLeft {
    margin-top: 1em;
    width: 100%;
  }
  .popupForm .formBody .formRight {
    margin-top: 1em;
    width: 100%;
  }
}

.popupForm .formBody > p {
  text-align: left;
}

.popupForm input {
  margin-left: 0em;
}

.popupForm p input[type=text] {
  position: relative;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: white;
  margin-bottom: 1em;
  margin-left: 0;
  padding: 0.4rem;
  border-radius: 6px;
  font-size: 1rem;
  box-shadow: inset 0 0px 20px 10px rgba(0, 0, 0, 0.32);
}
.popupForm p input[type=text]::placeholder {
  color: white;
  text-transform: capitalize;
}

.popupForm input.button {
  display: block;
  margin-top: 6px;
  text-align: center;
  position: relative;
  padding: 0.4rem;
  color: white;
  background-color: #E43416;
  font-size: 1em;
  border: 1px solid #E43416;
  border-radius: 6px;
}

.popupForm .close_button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 10px;
  background: transparent url(/res/css/p/menu-close.svg) no-repeat;
  background-size: 60%;
  background-position: center;
  cursor: pointer;
}

a.data-privacy-link {
  border-bottom: 1px dotted #ffffff;
  margin-bottom: -1px;
}

a.data-privacy-link:hover {
  border-bottom: 1px solid #ffffff;
}

.checkboxContainer {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 1em;
}

.checkboxWrapper label {
  padding-left: 10px;
}

.formError input {
  border: 1px solid red !important;
}

/* --- END NEWSLETTER REGISTRATION */

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