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

/* merriweather-sans-regular - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Merriweather Sans"), local("MerriweatherSans-Regular"), url("/assets/fonts/merriweather-sans-v9-latin-regular.woff2") format("woff2"), url("/assets/fonts/merriweather-sans-v9-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-sans-italic - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Merriweather Sans Italic"), local("MerriweatherSans-Italic"), url("/assets/fonts/merriweather-sans-v9-latin-italic.woff2") format("woff2"), url("/assets/fonts/merriweather-sans-v9-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-sans-700 - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Merriweather Sans Bold"), local("MerriweatherSans-Bold"), url("/assets/fonts/merriweather-sans-v9-latin-700.woff2") format("woff2"), url("/assets/fonts/merriweather-sans-v9-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-sans-700italic - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Merriweather Sans Bold Italic"), local("MerriweatherSans-BoldItalic"), url("/assets/fonts/merriweather-sans-v9-latin-700italic.woff2") format("woff2"), url("/assets/fonts/merriweather-sans-v9-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-xxl {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 72rem) {
  .font-xxl {
    font-size: 2rem;
  }
}

.font-xl {
  font-size: 1.6rem;
}
@media screen and (max-width: 72rem) {
  .font-xl {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 46.9375rem) {
  .font-smartphone-l {
    font-size: 1rem;
  }
}

.font-l {
  font-size: 1.2rem;
}
@media screen and (max-width: 46.9375rem) {
  .font-l {
    font-size: 1rem;
  }
}

.font-m {
  font-size: 1rem;
}

.font-s {
  font-size: 0.8rem;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3rem;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

video {
  width: 100%;
  max-width: 100%;
}

body {
  font-family: "Merriweather Sans", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h5 {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 24.9375rem) {
  h1, h2, h3, h4, h5, h5 {
    text-transform: none;
    letter-spacing: 0.01em;
  }
}

strong {
  font-weight: 700;
}

header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  line-height: 1;
  background-color: #427753;
  color: white;
  min-height: 3rem;
}
@media screen and (max-width: 72rem) {
  header {
    padding: 1rem;
  }
}
header h1 {
  margin-left: 8rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 64rem) {
  header h1 {
    margin-left: 6rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 46.9375rem) {
  header h1 {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 340px) {
  header h1 {
    display: none;
  }
}
header #logo {
  position: absolute;
  top: 5px;
  left: 2rem;
  height: 6rem;
  display: block;
  vertical-align: middle;
}
@media screen and (max-width: 64rem) {
  header #logo {
    height: 5rem;
    left: 1rem;
  }
}
@media screen and (max-width: 46.9375rem) {
  header #logo {
    left: 0;
  }
}
@media screen and (max-width: 46.9375rem) {
  header #logo {
    top: 2px;
    height: 4rem;
    left: 5px;
  }
}

footer {
  background-color: #427753;
  color: white;
}
footer .inner {
  padding: 2rem;
  margin: 0 auto;
  width: 95%;
  max-width: 70rem;
}
footer .inner ul li {
  display: inline-block;
  margin-right: 1rem;
}

a {
  transition: color 0.2s ease-in-out;
}
a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active {
  color: #1da64a;
  text-decoration: none;
}
a.underlined:link, a.underlined:visited, .underlinedLinks a:link, .underlinedLinks a:visited, .contentBlock a:link, .contentBlock a:visited {
  color: #1da64a;
}

.flex {
  display: -webkit-flex;
  display: flex;
}
.flex.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex.alignStretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex.justifyCenter {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex.justifyBetween {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.alignCenter {
  -webkit-align-items: center;
  align-items: center;
}
.flex.alignEnd {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.container {
  padding: 2rem;
  position: relative;
  margin: 6rem auto 0;
  width: 93%;
  max-width: 70rem;
  min-height: 100vh;
}
@media screen and (max-width: 72rem) {
  .container {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 46.9375rem) {
  .container {
    padding: 2rem 0;
    margin-top: 4rem;
  }
}

.eventList {
  margin-top: calc( 25vw - 3rem );
}
@media screen and (orientation: portrait) {
  .eventList {
    margin-top: calc( 35vw - 3rem );
  }
}
@media screen and (max-width: 46.9375rem) and (orientation: portrait) {
  .eventList {
    margin-top: calc( 40vw - 1rem );
  }
}

.listWrapper {
  width: 100%;
}
.listWrapper ul {
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
.listWrapper li.eventListItem {
  margin-bottom: 5px;
  position: relative;
}
.listWrapper li.eventListItem a {
  display: block;
}
.listWrapper li.eventListItem a:hover, .listWrapper li.eventListItem a:active {
  color: inherit;
}
.listWrapper li.eventListItem .date, .listWrapper li.eventListItem.initiative {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.listWrapper li.eventListItem .date {
  padding: 1rem 0.5rem;
  background: #427753;
  color: white;
  width: 3.5em;
  min-width: 3.5rem;
}
.listWrapper li.eventListItem.noDate .infos {
  border-radius: 4px;
}
.listWrapper li.eventListItem .infos {
  flex: 1 1 auto;
  padding: 1rem;
  border: 1px solid #427753;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease-in-out 0.2s;
}
@media screen and (max-width: 46.9375rem) {
  .listWrapper li.eventListItem .infos {
    padding: 0.25rem 0.5rem;
  }
}
.listWrapper li.eventListItem .infos .background {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  background: #427753;
  transition: transform 0.4s ease-in-out;
  transform: translateX(-100%);
  pointer-events: none;
}
.listWrapper li.eventListItem:hover .infos {
  color: white;
  transition: color 0.2s ease-in-out;
}
.listWrapper li.eventListItem:hover .infos .background {
  transform: translateX(0);
}
.listWrapper .details {
  display: block;
  font-size: 0.75em;
  margin-top: 5px;
}
.listWrapper .details ul {
  margin-bottom: 0;
}
.listWrapper .details ul li {
  display: inline-block;
}
.listWrapper .wrapper {
  position: relative;
}
.listWrapper .more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: white;
  padding: 1rem 1.5rem 1rem 1rem;
}
@media screen and (max-width: 46.9375rem) {
  .listWrapper .more {
    display: none;
  }
}
.listWrapper #vergangene-termine {
  margin-top: 5rem;
}

nav {
  padding-left: 1rem;
}
nav ul li {
  display: inline-block;
  padding: 0 1rem;
}
@media screen and (max-width: 1200px) {
  nav ul li {
    padding: 0 0.75rem;
  }
}
nav ul li:first-child {
  padding-left: 0;
}
nav ul li:last-child {
  padding-right: 0;
}
nav ul li a {
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
nav ul li a:hover, nav ul li a:active, nav ul li a.active {
  border-bottom-color: white;
}
@media screen and (max-width: 64rem) {
  nav ul li a {
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 64rem) {
  nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #427753;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
  }
  nav ul {
    text-align: center;
  }
  nav ul li {
    display: block;
    padding: 1rem 0;
  }
  .showNav nav {
    opacity: 1;
    pointer-events: auto;
  }
}

.contentBlock h1, .contentBlock h2, .contentBlock h3, .contentBlock h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.33em;
}
.contentBlock h1:first-child, .contentBlock h2:first-child, .contentBlock h3:first-child, .contentBlock h4:first-child {
  margin-top: 0;
}
.contentBlock p, .contentBlock blockquote {
  margin-bottom: 2em;
}
.contentBlock blockquote {
  font-size: 1.5em;
  font-style: italic;
  padding-left: 2rem;
  padding-right: 2rem;
  color: grey;
}
@media screen and (max-width: 46.9375rem) {
  .contentBlock blockquote {
    padding-right: 0;
  }
}
.contentBlock ul {
  margin: 2rem 0;
  list-style: disc;
  padding-left: 1.2rem;
}
.contentBlock ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.contentBlock .frage p {
  margin-bottom: 1em;
}

.frage {
  padding-top: 6rem;
}

.imageBlock > .mediaWrapper, .videoBlock > .mediaWrapper, .media > .mediaWrapper {
  max-width: 50%;
  flex: 1 1 50%;
  margin-bottom: 1rem;
}
.imageBlock > .mediaWrapper:nth-child(odd), .videoBlock > .mediaWrapper:nth-child(odd), .media > .mediaWrapper:nth-child(odd) {
  padding-right: 0.5rem;
}
.imageBlock > .mediaWrapper:nth-child(even), .videoBlock > .mediaWrapper:nth-child(even), .media > .mediaWrapper:nth-child(even) {
  padding-left: 0.5rem;
}
.imageBlock > .mediaWrapper.fullwidth, .videoBlock > .mediaWrapper.fullwidth, .media > .mediaWrapper.fullwidth {
  flex: 1 1 100%;
  max-width: 100%;
}
@media screen and (max-width: 46.9375rem) {
  .imageBlock > .mediaWrapper, .videoBlock > .mediaWrapper, .media > .mediaWrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .imageBlock > .mediaWrapper:nth-child(odd), .videoBlock > .mediaWrapper:nth-child(odd), .media > .mediaWrapper:nth-child(odd) {
    padding-right: 0;
  }
  .imageBlock > .mediaWrapper:nth-child(even), .videoBlock > .mediaWrapper:nth-child(even), .media > .mediaWrapper:nth-child(even) {
    padding-left: 0;
  }
}
.imageBlock img, .videoBlock img, .media img {
  display: block;
}
.imageBlock img:not(:last-child), .videoBlock img:not(:last-child), .media img:not(:last-child) {
  margin-bottom: 1rem;
}
.imageBlock.small > .mediaWrapper, .videoBlock.small > .mediaWrapper, .media.small > .mediaWrapper {
  max-width: 25%;
  flex: 1 1 25%;
  padding: 0 0.5rem;
}
.imageBlock.small > .mediaWrapper:nth-child(4n+1), .videoBlock.small > .mediaWrapper:nth-child(4n+1), .media.small > .mediaWrapper:nth-child(4n+1) {
  padding-left: 0;
}
.imageBlock.small > .mediaWrapper:nth-child(4n+4), .videoBlock.small > .mediaWrapper:nth-child(4n+4), .media.small > .mediaWrapper:nth-child(4n+4) {
  padding-right: 0;
}
@media screen and (max-width: 46.9375rem) {
  .imageBlock.small > .mediaWrapper, .videoBlock.small > .mediaWrapper, .media.small > .mediaWrapper {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 1rem;
  }
  .imageBlock.small > .mediaWrapper:nth-child(odd), .videoBlock.small > .mediaWrapper:nth-child(odd), .media.small > .mediaWrapper:nth-child(odd) {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .imageBlock.small > .mediaWrapper:nth-child(even), .videoBlock.small > .mediaWrapper:nth-child(even), .media.small > .mediaWrapper:nth-child(even) {
    padding-right: 0;
    padding-left: 0.5rem;
  }
}

.videoBlock .aspectRatio {
  position: relative;
  padding-top: 56.25%;
}
.videoBlock .aspectRatio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.warning {
  background: #90d3ed;
  color: white;
  border-radius: 2px;
  padding: 0.5em;
}

.start .imageHeaderWrapper {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 100vw;
  height: 22.5vw;
  transform: translateX(-50%);
}
@media screen and (orientation: portrait) {
  .start .imageHeaderWrapper {
    height: 35vw;
  }
}
@media screen and (max-width: 46.9375rem) {
  .start .imageHeaderWrapper {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 46.9375rem) and (orientation: portrait) {
  .start .imageHeaderWrapper {
    margin-top: 1.5rem;
    height: 40vw;
  }
}
.start .imageHeaderWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.start .imageHeaderWrapper .introTextWrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.4s ease-in-out;
}
.start .imageHeaderWrapper .introTextWrapper:hover {
  background: rgba(0, 0, 0, 0.7);
}
.start .imageHeaderWrapper .introTextWrapper .introText {
  color: white;
  width: 60ch;
  max-width: 80%;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 46.9375rem) {
  .start .imageHeaderWrapper .introTextWrapper .introText {
    max-width: 90%;
    line-height: 1.2;
  }
}

.single-event .imageHeader, .single-initiative .imageHeader {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.single-event .basics, .single-initiative .basics {
  margin-top: 3rem;
}
@media screen and (max-width: 46.9375rem) {
  .single-event .basics, .single-initiative .basics {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.single-event .facts, .single-initiative .facts {
  margin-bottom: 3rem;
}
.single-event .facts.withMarginBottom li, .single-initiative .facts.withMarginBottom li {
  margin-bottom: 1em;
}
.single-event .description h1, .single-event .description h2, .single-event .description h3, .single-event .description h4, .single-event .description h5, .single-initiative .description h1, .single-initiative .description h2, .single-initiative .description h3, .single-initiative .description h4, .single-initiative .description h5 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.single-event .description h1:first-child, .single-event .description h2:first-child, .single-event .description h3:first-child, .single-event .description h4:first-child, .single-event .description h5:first-child, .single-initiative .description h1:first-child, .single-initiative .description h2:first-child, .single-initiative .description h3:first-child, .single-initiative .description h4:first-child, .single-initiative .description h5:first-child {
  margin-top: 0;
}
.single-event .description p, .single-initiative .description p {
  margin-bottom: 1em;
}
.single-event .description ul, .single-initiative .description ul {
  list-style: disc;
  padding-left: 1em;
  margin-bottom: 1em;
}

.bulletList {
  list-style: disc;
  padding-left: 1em;
  margin-bottom: 1em;
}

.anchorparent {
  position: relative;
}
.anchorparent:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 7em;
  margin-top: -7em;
}

#menuButton {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 64rem) {
  #menuButton {
    display: block;
  }
}
@media screen and (max-width: 46.9375rem) {
  #menuButton {
    top: 0.8rem;
  }
}
#menuButton .bar {
  width: 2rem;
  height: 3px;
  display: block;
  background: white;
  transform-origin: 56% 50%;
  transition: transform 0.2s ease-in-out 0.2s, opacity 0.1s linear 0.2s;
}
#menuButton .bar.middleBar {
  margin: 6px 0;
  transition: transform 0.2s ease-in-out 0.2s, background 0.2s ease-in-out 0.2s;
  position: relative;
}
#menuButton .bar.middleBar .inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  transition: transform 0.2s ease-in-out;
}
#menuButton.open .bar {
  transition: transform 0.2s ease-in-out, opacity 0.1s linear 0.2s;
}
#menuButton.open .bar.topBar {
  transform: translateY(7px);
  opacity: 0;
  transform-origin: 0 1px;
}
#menuButton.open .bar.middleBar {
  background: transparent;
  transition: transform 0.2s ease-in-out 0.2s;
}
#menuButton.open .bar.middleBar .inside {
  transition: transform 0.2s ease-in-out 0.2s;
  transform: rotate(45deg);
}
#menuButton.open .bar.middleBar .inside:last-child {
  transform: rotate(-45deg);
}
#menuButton.open .bar.bottomBar {
  transform: translateY(-7px);
  opacity: 0;
}

.cc-window {
  font-family: inherit !important;
}
.cc-window .cc-link {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 46.9375rem) {
  .desktopOnly {
    display: none;
  }
}

@media screen and (min-width: 47rem) {
  .smartphoneOnly {
    display: none;
  }
}

.accordionWrapper > h2 {
  cursor: pointer;
  text-decoration: underline;
}
.accordionWrapper > h2:hover {
  text-decoration: none;
}
.accordionWrapper .accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.accordionWrapper .accordion.open {
  max-height: 100vh;
  overflow: auto;
}

.showInOverlay {
  cursor: pointer;
}

#lightbox {
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: opacity 0.4s ease-in-out;
}
#lightbox.show {
  opacity: 1;
  pointer-events: auto;
}
#lightbox .inner {
  position: absolute;
  top: 2rem;
  right: 2rem;
  left: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 46.9375rem) {
  #lightbox .inner {
    left: 1rem;
    right: 1rem;
  }
}
#lightbox .inner .close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  line-height: 0.5;
  font-size: 2.5rem;
  color: white;
  border: none;
  padding: 1rem;
  background: none;
  cursor: pointer;
  z-index: 5;
}
@media screen and (max-width: 46.9375rem) {
  #lightbox .inner .close {
    right: -1rem;
  }
}
#lightbox .inner .controls {
  width: 30%;
  height: 60%;
  top: 20%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
#lightbox .inner .controls.left {
  left: 0;
}
#lightbox .inner .controls.right {
  right: 0;
}
#lightbox .inner .image, #lightbox .inner .image .mediaWrapper {
  width: 100%;
  height: 100%;
}
#lightbox .inner img, #lightbox .inner video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.4s ease-in-out;
}
#lightbox .inner img.hide, #lightbox .inner video.hide {
  opacity: 0;
}

.globalEventBanner {
  background-color: #1da64a;
  color: white;
  padding: 1rem;
  margin-top: 3.8rem;
  margin-bottom: -3.5rem;
}
.globalEventBanner a:hover, .globalEventBanner a:active {
  color: #90d3ed;
}
.globalEventBanner a span {
  border-bottom: 1px solid white;
  display: inline-block;
}
@media screen and (max-width: 72rem) {
  .globalEventBanner {
    padding: 0.75rem 1rem;
    margin-top: 3.4rem;
    margin-bottom: -3rem;
  }
}
@media screen and (max-width: 46.9375rem) {
  .globalEventBanner {
    padding: 0.5rem 1rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 24.9375rem) {
  .globalEventBanner {
    margin-top: 3rem;
  }
}

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