/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

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

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/oswald-v29-latin-regular.eot");
  src: local(""), url("/fonts/oswald-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/oswald-v29-latin-regular.woff2") format("woff2"), url("/fonts/oswald-v29-latin-regular.woff") format("woff"), url("/fonts/oswald-v29-latin-regular.ttf") format("truetype"), url("/fonts/oswald-v29-latin-regular.svg#Oswald") format("svg");
}

/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/oswald-v29-latin-700.eot");
  src: local(""), url("/fonts/oswald-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/oswald-v29-latin-700.woff2") format("woff2"), url("/fonts/oswald-v29-latin-700.woff") format("woff"), url("/fonts/oswald-v29-latin-700.ttf") format("truetype"), url("/fonts/oswald-v29-latin-700.svg#Oswald") format("svg");
}

/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/pt-serif-v11-latin-regular.eot");
  src: local("PT Serif"), local("PTSerif-Regular"), url("/fonts/pt-serif-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/pt-serif-v11-latin-regular.woff2") format("woff2"), url("/fonts/pt-serif-v11-latin-regular.woff") format("woff"), url("/fonts/pt-serif-v11-latin-regular.ttf") format("truetype"), url("/fonts/pt-serif-v11-latin-regular.svg#PTSerif") format("svg");
}

/* pt-serif-italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/pt-serif-v11-latin-italic.eot");
  src: local("PT Serif Italic"), local("PTSerif-Italic"), url("/fonts/pt-serif-v11-latin-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/pt-serif-v11-latin-italic.woff2") format("woff2"), url("/fonts/pt-serif-v11-latin-italic.woff") format("woff"), url("/fonts/pt-serif-v11-latin-italic.ttf") format("truetype"), url("/fonts/pt-serif-v11-latin-italic.svg#PTSerif") format("svg");
}

/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/pt-serif-v11-latin-700.eot");
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url("/fonts/pt-serif-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/pt-serif-v11-latin-700.woff2") format("woff2"), url("/fonts/pt-serif-v11-latin-700.woff") format("woff"), url("/fonts/pt-serif-v11-latin-700.ttf") format("truetype"), url("/fonts/pt-serif-v11-latin-700.svg#PTSerif") format("svg");
}

/* pt-serif-700italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/pt-serif-v11-latin-700italic.eot");
  src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url("/fonts/pt-serif-v11-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/fonts/pt-serif-v11-latin-700italic.woff2") format("woff2"), url("/fonts/pt-serif-v11-latin-700italic.woff") format("woff"), url("/fonts/pt-serif-v11-latin-700italic.ttf") format("truetype"), url("/fonts/pt-serif-v11-latin-700italic.svg#PTSerif") format("svg");
}

@keyframes bounce {
  0% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

* {
  outline: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  background-color: white;
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-family: "PT Serif", Times, Serif;
  font-weight: 400;
  color: #4a4a4a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", Helvetica, sans-serif;
  color: #1261a9;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

h1 {
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1rem;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.125rem;
  }
}

p {
  line-height: 150%;
}

a {
  color: #1261a9;
}

a:hover {
  text-decoration: none;
}

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

ul,
ol {
  line-height: 150%;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

.section {
  min-height: 50vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.section--small {
  min-height: auto;
}

.section--high {
  min-height: 75vh;
}

.section--background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section--bg-blue {
  background-color: #1261a9;
  color: white;
}

.section--bg-green {
  background-color: #ced25a;
  color: #1261a9;
}

.section--bg-gg {
  background-image: linear-gradient(-180deg, #f9f9f9 2%, #e5e6e9 100%);
}

.section__row {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 667px) {
  .section__row {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .section__row {
    max-width: 1080px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.section__row--small-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section__row--base-padding {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .section__row--base-padding {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.button {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  transition: all 0.3s ease-in-out;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  font-family: "Oswald", Helvetica, sans-serif;
}

.button--primary {
  background-color: #1261a9;
  line-height: 100%;
  padding: 14px 24px;
  border-radius: 5px;
}

.button--primary:hover {
  color: #4a4a4a;
}

.button--secondary {
  background-color: #ced25a;
  line-height: 100%;
  padding: 14px 24px;
  border-radius: 5px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.button--small {
  font-size: 0.875rem;
  font-style: normal;
}

.button--small:hover {
  color: #ced25a;
}

.button:disabled,
.button[disabled] {
  background-color: #8f8f92;
  border-color: #8f8f92;
  cursor: not-allowed;
}

.button:disabled:hover,
.button[disabled]:hover {
  color: white;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='date'],
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "PT Serif", Times, Serif;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 10px;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='date']:focus,
textarea:focus {
  background-color: white;
  color: #4a4a4a;
}

select {
  background-image: url("../images/icon-chevron-down-blue.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 14px auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1rem;
}

select::-ms-expand {
  display: none;
}

select option {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1rem;
}

#flag {
  color: white;
  background-color: #b22222;
  font-family: "Oswald", Helvetica, sans-serif;
  position: fixed;
  right: 0;
  top: calc(50% - 50px);
  padding: 10px;
  z-index: 5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  opacity: 0;
}

@media (min-width: 667px) {
  #flag {
    padding: 14px;
    font-size: 1.25rem;
    padding-right: 24px;
  }
}

#flag.flag--visible {
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 1;
}

#flag.flag--visible:hover {
  -ms-transform: translateX(0) scale(1.15);
      transform: translateX(0) scale(1.15);
}

#flag .flag__link {
  display: block;
  text-decoration: none;
  color: white;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.section__headline {
  margin: 0 0 0.8em 0;
  padding: 0 0 0.6em 0;
  font-size: 1.5rem;
}

@media (min-width: 667px) {
  .section__headline {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .section__headline {
    font-size: 36px;
  }
}

#header {
  color: white;
  background-color: #1261a9;
  background-image: url("../images/header-illustration.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

#header .section__row {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 75vh;
}

#header .logo {
  max-width: 455px;
}

#header nav {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: calc(100% - 40px);
}

@media (min-width: 667px) {
  #header nav {
    width: calc(100% - 80px);
    left: 40px;
  }
}

@media (min-width: 1024px) {
  #header nav {
    width: calc(100% - 120px);
    left: 60px;
    bottom: 0;
  }
}

#header nav .navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 667px) {
  #header nav .navigation {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

#header nav .navigation__item {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: 5px;
  width: calc(50% - 10px);
}

@media (min-width: 1024px) {
  #header nav .navigation__item {
    -ms-flex: 1;
        flex: 1;
  }
}

#header nav .navigation__item--enroll .navigation__link {
  background-color: #ced25a;
}

@media (min-width: 1024px) {
  #header nav .navigation__item--enroll .navigation__link:after {
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 10px solid #ced25a;
    clear: both;
    transition: all 0.2s ease-in-out;
    font-size: 1.5rem;
  }
}

#header nav .navigation__item--enroll .navigation__link:hover {
  background-color: #babe4f;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

#header nav .navigation__item--enroll .navigation__link:hover:after {
  border-top-color: #babe4f;
}

#header nav .navigation__link {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, sans-serif;
  background-color: #084278;
  font-size: 1rem;
  display: block;
  border-radius: 8px;
  padding: 8px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #header nav .navigation__link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -ms-transform: translateY(4px);
        transform: translateY(4px);
    font-size: 1.125rem;
    padding: 14px 14px 18px 14px;
  }
}

#header nav .navigation__link:hover {
  background-color: #084278;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

#intro {
  text-align: center;
  position: relative;
  z-index: 3;
}

#intro:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid white;
  clear: both;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

@media (min-width: 1024px) {
  #intro:after {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
  }
}

#intro .participants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px -6px -6px -6px;
}

@media (min-width: 667px) {
  #intro .participants {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#intro .participants__item {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: 0;
  width: 150px;
  height: auto;
}

@media (min-width: 667px) {
  #intro .participants__item {
    margin: 6px;
  }
}

#intro .participants__link {
  display: block;
}

#intro .participants__logo {
  display: block;
}

#events {
  background-image: url("../images/rocket.svg");
  background-repeat: no-repeat;
  background-position: left 40px top 40px;
  position: relative;
  z-index: 2;
}

#events:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid white;
  clear: both;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

@media (min-width: 1024px) {
  #events:after {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
  }
}

#events:after {
  border-top-color: #ced25a;
}

#events .events-list__abgesagt {
  background-color: #b22222;
  color: white;
  padding: 8px;
  position: absolute;
  left: 120px;
  top: 20px;
  -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 1.5rem;
}

#events .events-list__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 20px -10px;
  position: relative;
}

@media (min-width: 667px) {
  #events .events-list__item {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

#events .events-list__item--collapsible {
  cursor: pointer;
}

#events .events-list__item--collapsible .events-list__headline::after {
  content: 'Details';
  background-color: #1261a9;
  color: white;
  text-align: center;
  padding: 5px 12px;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid #ced25a;
  display: inline-block;
  border-radius: 8px;
  line-height: 100%;
  margin: -3px 0 0 15px;
}

#events .events-list__item--collapsible:hover .events-list__headline::after {
  background-color: #b22222;
}

#events .events-list__date {
  background-color: #1261a9;
  color: #ced25a;
  border-radius: 8px;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 700;
  width: 132px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px;
}

@media (min-width: 667px) {
  #events .events-list__date {
    font-size: 1.25rem;
  }
}

#events .events-list__content {
  -ms-flex: 1;
      flex: 1;
  margin: 10px;
}

@media (min-width: 667px) {
  #events .events-list__content {
    padding-left: 20px;
  }
}

#events .events-list__content ul {
  list-style: disc;
  margin-left: 1em;
}

#events .events-list__headline {
  margin-bottom: 0.5em;
}

#events .events-list__details {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-style: italic;
}

#events .events-list__extra {
  font-style: italic;
}

#events .section__headline {
  margin-bottom: 0em;
}

#events .section__teaser {
  margin-bottom: 2em;
}

#form {
  text-align: center;
  background-image: url("../images/light.svg");
  background-repeat: no-repeat;
  background-position: left 40px top 40px;
  position: relative;
  z-index: 1;
}

#form .section__row {
  max-width: 600px;
}

#form .section__headline {
  color: white;
}

#form .block__headline {
  color: white;
}

#form #enroll-form.success .form__group {
  display: none;
}

#form #enroll-form a {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

#form #enroll-form .form__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 10px;
  -ms-flex-align: center;
      align-items: center;
}

#form #enroll-form .form__group--website {
  display: none;
}

#form #enroll-form .form__group label {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  margin-bottom: 10px;
  min-height: 18px;
}

#form #enroll-form .form__group input[type='text'],
#form #enroll-form .form__group input[type='email'],
#form #enroll-form .form__group input[type='text'],
#form #enroll-form .form__group select {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  min-height: 40px;
}

#form #enroll-form .form__group--checkbox {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}

#form #enroll-form .form__group--checkbox label {
  -ms-flex-order: 2;
      order: 2;
  text-align: left;
  line-height: 150%;
}

#form #enroll-form .form__group--checkbox input {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-right: 10px;
}

#form #enroll-form #submit {
  margin-top: 30px;
}

#form #enroll-form #submit:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  background-color: #babe4f;
}

#form #enroll-form small {
  color: rgba(255, 255, 255, 0.5);
}

#form .form__messages {
  display: none;
  border-radius: 8px;
  font-weight: 700;
}

#form .form__messages--success {
  display: block;
  background-color: #ced25a;
  padding: 15px;
}

#form .form__messages--error {
  display: block;
  background-color: #b22222;
}

#contacts .contacts-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: -10px;
}

@media (min-width: 1024px) {
  #contacts .contacts-list {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#contacts .contacts-list__item {
  margin: 10px;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 1024px) {
  #contacts .contacts-list__item {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: calc(33.33333% - 20px);
  }
}

#contacts .contacts-list__headline {
  margin-bottom: 0.75em;
}

#contacts .contacts-list__info {
  font-style: italic;
  font-size: 0.875rem;
}

#sponsors .sponsors-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: -20px;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 1024px) {
  #sponsors .sponsors-list {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

#sponsors .sponsors-list__item {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: 20px;
}

#sponsors .sponsors-list__item--digital {
  width: 235px;
}

#sponsors .sponsors-list__item--hybrid {
  width: 316px;
}

#sponsors .sponsors-list__item--mittelstand {
  width: 317px;
}

#sponsors .sponsors-list__item--m40 {
  width: 235px;
}

#sponsors .sponsors-list__link {
  display: block;
}

#sponsors .sponsors-list__logo {
  display: block;
}

#footer {
  background-color: #084278;
  color: white;
  font-family: "Oswald", Helvetica, sans-serif;
  text-transform: uppercase;
}

#footer .section__row {
  position: relative;
}

#footer .section__row--imprint, #footer .section__row--datenschutz {
  overflow-y: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}

#footer .section__row--imprint.open, #footer .section__row--datenschutz.open {
  max-height: 10000px;
}

#footer .copyright {
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 1024px) {
  #footer .copyright {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

#footer .copyright__text {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}

#footer .copyright__nav {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (min-width: 1024px) {
  #footer .copyright__nav {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

#footer .copyright__item {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: 0 10px 0 0;
}

@media (min-width: 1024px) {
  #footer .copyright__item {
    margin: 0 0 0 10px;
  }
}

#footer .copyright__link {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border: none;
  font-family: "Oswald", Helvetica, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

#footer #imprint,
#footer #datenschutz {
  padding: 30px 0;
  font-family: "PT Serif", Times, Serif;
  text-transform: none;
  font-size: 0.875rem;
}

#footer #imprint .section__headline,
#footer #datenschutz .section__headline {
  color: white;
}

#footer #imprint h4,
#footer #imprint a,
#footer #datenschutz h4,
#footer #datenschutz a {
  color: white;
}

#footer #imprint ol,
#footer #datenschutz ol {
  list-style: decimal;
  margin-left: 1em;
}

#footer #imprint ul,
#footer #datenschutz ul {
  list-style: disc;
  margin-left: 1em;
}
