/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "SohneBreit";
  src: url("../fonts/SohneBreit-Halbfett.woff2") format("woff2"), url("../../fonts/SohneBreit-Halbfett.woff") format("woff");
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"), url("../../fonts/AktivGrotesk-Regular.woff") format("woff");
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1D1D1B;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SohneBreit", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.625rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

@media screen and (min-width: 600px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: 4.25rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin: 0;
  padding: 0;
}

p.large {
  font-size: 1rem;
}

p.small {
  font-size: 0.875rem;
}

div.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

div.article {
  max-width: 760px;
  margin: 0 auto;
}

header {
  width: 100%;
  position: fixed;
  background-color: #E2E1DE;
  z-index: 99;
}

nav.primary-navigation {
  width: calc(100% - 40px);
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 8px 20px;
  z-index: 99;
  /* Logo Brand */
  /* Menu */
  /* Menu Button */
}
nav.primary-navigation a.brand {
  height: 48px;
  position: relative;
  z-index: 99;
}
nav.primary-navigation a.brand svg {
  fill: #1D1D1B;
  -webkit-transition: fill 1s ease-in-out;
  -o-transition: fill 1s ease-in-out;
  transition: fill 1s ease-in-out;
}
nav.primary-navigation a.brand.change-color svg {
  fill: #FFFFFF;
  -webkit-transition: fill 1s ease-in-out;
  -o-transition: fill 1s ease-in-out;
  transition: fill 1s ease-in-out;
}
nav.primary-navigation a#logo.hide {
  opacity: 0;
} 
nav.primary-navigation ul {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #1D1D1B;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.1s;
  transition: -webkit-transform 0.5s ease-in-out 0.1s;
  -o-transition: transform 0.5s ease-in-out 0.1s;
  transition: transform 0.5s ease-in-out 0.1s;
  transition: transform 0.5s ease-in-out 0.1s, -webkit-transform 0.5s ease-in-out 0.1s;
  z-index: 9;
  padding-top: 160px;
}
nav.primary-navigation ul li.nav-item {
  width: 100%;
  max-width: 1400px;
  opacity: 0;
  transition: opacity 0.75s linear;
  margin: 0 auto 32px auto;
  padding: 0 20px;
}
nav.primary-navigation ul li.nav-item a {
  width: 100%;
  font-family: "SohneBreit";
  font-size: 1.625rem;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
}
nav.primary-navigation ul.expanded {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
nav.primary-navigation ul.expanded li.nav-item {
  opacity: 1;
  -webkit-transition: opacity 0.75s linear;
  -o-transition: opacity 0.75s linear;
  transition: opacity 0.75s linear;
}
nav.primary-navigation ul.expanded li.nav-item:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
nav.primary-navigation ul.expanded li.nav-item:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
nav.primary-navigation ul.expanded li.nav-item:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
nav.primary-navigation ul.expanded li.nav-item:nth-of-type(4) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
nav.primary-navigation ul.expanded li.nav-item:nth-of-type(5) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
nav.primary-navigation ul.expanded li.nav-item:nth-of-type(6) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
nav.primary-navigation div.menu-icon {
  width: 44px;
  height: 44px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
  padding: 0;
}
nav.primary-navigation div.menu-icon div.burger-line {
  width: 20px;
  height: 2px;
  background: #1D1D1B;
  position: absolute;
  padding: 0;
}
nav.primary-navigation div.menu-icon div._1 {
  -webkit-transform: translate3d(0px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform: translate3d(0px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.4s ease;
}
nav.primary-navigation div.menu-icon div._2 {
  -webkit-transform: translate3d(0px, 3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform: translate3d(0px, 3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav.primary-navigation div.menu-icon.open div._1 {
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(135deg) skew(0deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(135deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #FFFFFF;
}
nav.primary-navigation div.menu-icon.open div._2 {
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(405deg) skew(0deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(405deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #FFFFFF;
}

@media screen and (min-width: 400px) {
  nav.primary-navigation ul li.nav-item {
    margin: 0 auto 48px auto;
  }
  nav.primary-navigation ul li.nav-item a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 767px) {
  nav.primary-navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  nav.primary-navigation ul li.nav-item {
    margin: 0 auto 64px auto;
  }
  nav.primary-navigation ul li.nav-item a {
    font-size: 2.625rem;
  }
}
footer {
  background-color: #1D1D1B;
  padding: 32px 0;
}
footer p {
  color: #FFFFFF;
}
footer p a {
  color: #FFFFFF;
}
footer p:first-child {
  margin-bottom: 16px;
}

a.button {
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border: 2px solid #1D1D1B;
  padding: 12px 16px;
}

div.card-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.card-list div.card {
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
}
div.card-list div.card div.picture {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
div.card-list div.card div.picture a {
  padding: 0;
}
div.card-list div.card div.picture img {
  display: block;
}
div.card-list div.card a {
  font-family: "SohneBreit", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 16px 0;
  padding: 0 32px;
}
div.card-list div.card p {
  padding: 0 32px;
  margin-bottom: 32px;
}
div.card-list div.card p a {
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: underline;
  padding: 0;
}
div.card-list div.card:nth-of-type(1) {
  background-color: #DEF4F3;
}
div.card-list div.card:nth-of-type(2) {
  background-color: #F9E8C7;
}
div.card-list div.card:nth-of-type(3) {
  background-color: #FFEBEE;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  div.card-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  div.card-list div.card {
    margin: 0 16px 48px 16px;
  }
}
@media screen and (min-width: 1160px) {
  div.card-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  div.card-list div.card {
    max-width: 320px;
  }
}
div.cards-about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.cards-about div.card {
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
}
div.cards-about div.card div.picture {
  width: 100%;
  max-height: 160px;
  overflow: hidden;
}
div.cards-about div.card div.picture img {
  display: block;
}
div.cards-about div.card p.large {
  font-family: "SohneBreit", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  margin-top: 16px;
}
div.cards-about div.card p {
  font-family: "Aktiv Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
div.cards-about div.card:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 560px) {
  div.cards-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-family: "SohneBreit";
  font-size: 0.875rem;
  text-align: left;
  padding: 8px;
}
table td {
  font-size: 0.875rem;
  padding: 8px;
}

table, th, td {
  border: 1px solid #1D1D1B;
}

table.programme {
  width: 100%;
  min-width: 100%;
}
table.programme td, table.programme th {
  text-align: left;
  line-height: 1.2;
  padding: 12px 16px;
}
table.programme tr td.background {
  background-color: #C4C4C4;
  white-space: normal;
}

@media screen and (min-width: 600px) {
  table th, table td {
    text-align: center;
    padding: 8px;
  }
}
/* hero */
div.hero {
  background-color: #E2E1DE;
  padding-top: 80px;
  padding-bottom: 80px;
}
div.hero div.hero-flex {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
div.hero div.hero-flex div.hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.hero div.hero-flex div.hero-text div.hero-title {
  margin-top: 60px;
}
div.hero div.hero-flex div.hero-text div.hero-title img {
  min-height: 100px;
}
div.hero div.hero-flex div.hero-text p.hero-subtitle {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 60px;
}
div.hero div.hero-flex div.hero-text div.date {
  width: 100px;
  height: 100px;
}
div.hero div.hero-flex div.hero-text div.date img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  animation: rotate360 32s linear infinite;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
div.hero div.hero-flex div.hero-picture {
  overflow: hidden;
  margin-top: -64px;
}
div.hero div.hero-flex div.hero-picture img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  div.hero div.hero-flex div.hero-text p.hero-title {
    font-size: 3rem;
    line-height: 1.2;
  }
  div.hero div.hero-flex div.hero-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  div.hero div.hero-flex div.hero-picture img {
    width: 400px;
    height: auto;
  }
}
@media screen and (min-width: 660px) {
  div.hero div.hero-flex div.hero-text p.hero-title {
    font-size: 4.25rem;
    line-height: 1.2;
  }
  div.hero div.hero-flex div.hero-text p.hero-subtitle {
    font-size: 1.25rem;
  }
  div.hero div.hero-flex div.hero-text div.date {
    width: 160px;
    height: 160px;
  }
  div.hero div.hero-flex div.hero-text div.date img {
    width: 160px;
    height: 160px;
  }
  div.hero div.hero-flex div.hero-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  div.hero div.hero-flex div.hero-picture img {
    width: 400px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  div.hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  div.hero div.hero-flex {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div.hero div.hero-flex div.hero-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
  }
  div.hero div.hero-flex div.hero-text p.hero-title {
    text-align: left;
  }
  div.hero div.hero-flex div.hero-text p.hero-subtitle {
    max-width: 500px;
    text-align: left;
  }
  div.hero div.hero-flex div.hero-picture {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  div.hero div.hero-flex div.hero-text p.hero-title {
    max-width: 600px;
  }
  div.hero div.hero-flex div.hero-text p.hero-subtitle {
    max-width: 600px;
  }
  div.hero div.hero-flex div.hero-picture img {
    width: 460px;
  }
}
@media screen and (min-width: 1200px) {
  div.hero div.hero-flex div.hero-picture img {
    width: 560px;
  }
}
/* ####### */
/* Content */
/* ####### */
section#index-copy div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section#index-copy div.row div.column p {
  margin-bottom: 32px;
}
section#index-copy div.row div.column img {
  max-height: 400px;
  display: block;
  margin: 32px auto 0 auto;
}
section#index-copy div.article {
  margin: 80px auto 0 auto;
}
section#index-copy div.article p {
  margin-bottom: 32px;
}
section#index-copy div.article p:last-child {
  margin-bottom: 0;
}
section#index-copy div.article ul {
  border: 4px solid #C4C4C4;
  margin-top: 16px;
  margin-bottom: 48px;
  padding: 32px 24px 32px 32px;
}
section#index-copy div.article ul li {
  list-style-type: square;
  margin-bottom: 16px;
}
section#index-copy div.article ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  section#index-copy div.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section#index-copy div.row div.column p:last-child {
    margin-bottom: 0;
  }
  section#index-copy div.row div.column img {
    max-height: 500px;
    margin: 0;
  }
  section#index-copy div.row div.column:nth-of-type(1) {
    width: 50%;
  }
  section#index-copy div.row div.column:nth-of-type(2) {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  section#index-copy div.article ul {
    padding: 32px 32px 32px 48px;
  }
}
/* sponsors */
div.sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.sponsors a {
  margin: 16px 32px;
}
div.sponsors img {
  max-height: 32px;
  display: block;
}
div.sponsors img.logo-x {
  max-height: 48px;
}
div.sponsors img.logo-xl {
  max-height: 60px;
}

@media screen and (min-width: 600px) {
  div.sponsors a {
    margin: 24px 32px;
  }
  div.sponsors img {
    max-height: 40px;
  }
  div.sponsors img.logo-x {
    max-height: 60px;
  }
  div.sponsors img.logo-xl {
    max-height: 80px;
  }
}
@media screen and (min-width: 1160px) {
  div.sponsors {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  div.sponsors a {
    margin: 0;
  }
}
/* hero */
div.hero-pages {
  background-color: #E2E1DE;
  padding-top: 80px;
}
div.hero-pages div.hero-flex {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
div.hero-pages div.hero-flex div.hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.hero-pages div.hero-flex div.hero-text p.hero-title {
  font-family: "SohneBreit";
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
}
div.hero-pages div.hero-flex div.hero-text p.hero-subtitle {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 60px;
}
div.hero-pages div.hero-flex div.hero-picture div.date {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
div.hero-pages div.hero-flex div.hero-picture div.date img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  animation: rotate360 32s linear infinite;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 500px) {
  div.hero-pages div.hero-flex div.hero-text p.hero-title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 660px) {
  div.hero-pages div.hero-flex div.hero-text p.hero-title {
    font-size: 4.25rem;
    line-height: 1.2;
  }
  div.hero-pages div.hero-flex div.hero-text p.hero-subtitle {
    font-size: 1.25rem;
  }
  div.hero-pages div.hero-flex div.hero-picture div.date {
    width: 120px;
    height: 120px;
  }
  div.hero-pages div.hero-flex div.hero-picture div.date img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  div.hero-pages {
    padding-top: 160px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  div.hero-pages div.hero-flex {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  div.hero-pages div.hero-flex div.hero-text {
    max-width: 600px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
  }
  div.hero-pages div.hero-flex div.hero-text p.hero-title {
    text-align: left;
    margin-top: 0;
  }
  div.hero-pages div.hero-flex div.hero-text p.hero-subtitle {
    max-width: 500px;
    text-align: left;
    margin-bottom: 0;
  }
  div.hero-pages div.hero-flex div.hero-picture div.date {
    width: 160px;
    height: 160px;
  }
  div.hero-pages div.hero-flex div.hero-picture div.date img {
    width: 160px;
    height: 160px;
  }
}
/* #### */
/* Copy */
/* #### */
div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.row div.column:nth-of-type(2) {
  margin-top: 48px;
}
div.row h3 {
  margin-top: 0;
  margin-bottom: 32px;
}
div.row p {
  margin-bottom: 32px;
}
div.row p:last-child {
  margin-bottom: 0;
}
div.row ul {
  border: 4px solid #C4C4C4;
  padding: 16px 16px 16px 32px;
}
div.row ul li {
  font-size: 0.875rem;
  list-style-type: square;
  margin-bottom: 16px;
}
div.row ul li span {
  font-family: "SohneBreit";
}
div.row ul li:last-child {
  margin-bottom: 0;
}
div.row ul div.divider {
  width: calc(100% - 16px);
  height: 4px;
  background-color: #C4C4C4;
  margin-bottom: 16px;
}

@media screen and (min-width: 600px) {
  div.row div.column div.picture {
    max-width: 600px;
    margin: 0 auto;
  }
  div.row ul li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  div.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0 !important;
  }
  div.row div.column {
    width: 45%;
  }
  div.row div.column:nth-of-type(2) {
    margin-top: 0;
  }
  div.row ul li {
    font-size: 1rem;
  }
}
div.article {
  margin-top: 80px;
}
div.article h4 {
  margin-top: 48px;
  margin-bottom: 32px;
}
div.article p {
  margin-bottom: 32px;
}
div.article p:last-child {
  margin-bottom: 0;
}
div.article ul {
  border: 4px solid #C4C4C4;
  padding: 16px 16px 16px 32px;
}
div.article ul li {
  font-size: 0.875rem;
  list-style-type: square;
  margin-bottom: 16px;
}
div.article ul li:last-child {
  margin-bottom: 0;
}
div.article table {
  margin-bottom: 48px;
}

body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: underline;
  color: #1D1D1B;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
section.padding-bottom-zero {
  padding-bottom: 0;
}

section.light-color {
  background-color: #E2E1DE;
}

div.row {
  margin-bottom: 48px;
}

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