@font-face {
  font-family: 'Droid serif';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/droid/DroidSerif-Regular-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Droid serif';
  font-weight: bold;
  font-style: normal;
  src: url("fonts/droid/DroidSerif-Bold-webfont.woff") format("woff"); }

/* quicksand-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/quicksand/quicksand-v30-latin-regular.woff2") format("woff2"), url("fonts/quicksand/quicksand-v30-latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* quicksand-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/quicksand/quicksand-v30-latin-700.woff2") format("woff2"), url("fonts/quicksand/quicksand-v30-latin-700.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/roboto/roboto-v30-latin-italic.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-italic.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto/roboto-v30-latin-700.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-700.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/roboto/roboto-v30-latin-700italic.woff2") format("woff2"), url("fonts/roboto/roboto-v30-latin-700italic.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* ultra-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ultra';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ultra/ultra-v19-latin-regular.woff2") format("woff2"), url("fonts/ultra/ultra-v19-latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

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

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0; }

/*end CSS reset*/
::-webkit-input-placeholder {
  opacity: 0.7; }

::-moz-placeholder {
  opacity: 0.7; }

:-moz-placeholder {
  opacity: 0.7; }

:-ms-input-placeholder {
  opacity: 0.7; }

body {
  font-size: 16px;
  line-height: 1.6;
  color: #464646;
  background-color: #e6e6e6; }

* {
  line-height: 1.5em; }

a {
  color: #464646;
  text-decoration: none;
  outline: none; }

/*a:hover {*/
/*text-decoration: underline;}*/
a[name] {
  position: relative;
  display: block; }

strong, .bold {
  font-weight: bold; }

em, .italic {
  font-style: italic; }

.upperCase {
  text-transform: uppercase; }

.displayNone {
  display: none !important; }

.d-block {
  display: block; }

.d-iblock {
  display: inline-block; }

.d-table {
  display: table;
  width: 100%; }

.d-tfixed {
  table-layout: fixed; }

.d-trow {
  display: table-row; }

.d-tcell {
  display: table-cell;
  vertical-align: top; }

.clear-lr {
  clear: both; }

/*.burgermenu {*/
/*display: table;*/
/*width: 40px;*/
/*overflow: hidden;}*/
/*.burgermenu .caption {*/
/*margin-left: 35px;}*/
/*.burgermenu .bar {*/
/*float: left;*/
/*clear: left;*/
/*width: 25px;*/
/*height: 5px;*/
/*background-color: #000;*/
/*-webkit-transform-origin: left center;*/
/*transform-origin: left center;*/
/*-webkit-transition: -webkit-transform 0.5s;*/
/*transition: transform 0.5s;}*/
/*.burgermenu .bar:nth-child(2){*/
/*margin: 5px 0;*/
/*-webkit-transform-origin: center center;*/
/*transform-origin: center center;*/
/*background-color: #aaa;}*/
/*nav.open .burgermenu .bar:nth-child(1){*/
/*-webkit-transform: translateX(13%) rotate(45deg) scaleX(0.90);*/
/*transform: translateX(13%) rotate(45deg) scaleX(0.90);}*/
/*nav.open .burgermenu .bar:nth-child(2){*/
/*-webkit-transform: scaleX(0);*/
/*transform: scaleX(0);}*/
/*nav.open .burgermenu .bar:nth-child(3){*/
/*-webkit-transform: translateX(13%) rotate(-45deg) scaleX(0.90);*/
/*transform: translateX(13%) rotate(-45deg) scaleX(0.90);}*/
/*Tablets*/
/*Smartphones*/
.font-roboto {
  font-family: 'Roboto', sans-serif; }

.font-droid {
  font-family: 'Droid serif', serif; }

.font-quicksand {
  font-family: 'Quicksand', sans-serif; }

.font-ultra {
  font-family: 'Ultra', sans-serif; }

.color-blue,
.color-culture {
  color: #6192CD; }

.color-nature,
.color-green {
  color: #aecb45; }

.color-knowledge,
.color-blueDark {
  color: #5f71b5; }

.color-children,
.color-pink {
  color: #c74e6e; }

.color-brown {
  color: #8A7F75; }

.color-bg-culture,
.color-bg-blue {
  background-color: #6192CD; }

.color-bg-nature,
.color-bg-green {
  background-color: #aecb45; }

.color-bg-knowledge,
.color-bg-blueDark {
  background-color: #5f71b5; }

.color-bg-children,
.color-bg-pink {
  background-color: #c74e6e; }

.color-bg-brown {
  background-color: #8A7F75; }

.color-border-culture,
.color-border-blue {
  border-color: #6192CD; }

.color-border-nature,
.color-border-green {
  border-color: #aecb45; }

.color-border-knowledge,
.color-border-blueDark {
  border-color: #5f71b5; }

.color-border-children,
.color-border-pink {
  border-color: #c74e6e; }

.color-border-brown {
  border-color: #8A7F75; }

@media (min-width: 851px) {
  .mobile {
    display: none; } }

@media (max-width: 850px) {
  .noMobile {
    display: none; } }

.maxWidth {
  max-width: 1200px;
  margin: 0px auto; }

.padding-lr {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px; }

header .maxWidth,
body.StartPage #layout nav .maxWidth {
  max-width: 1805px; }

@media (max-width: 450px) {
  .padding-lr {
    padding-left: 10px;
    padding-right: 10px; } }

header, header a {
  color: white; }

footer {
  padding: 25px 0 150px;
  background-color: #c8c8c8; }

footer a:not(:first-child) {
  margin-left: 15px; }

header {
  padding: 30px 0 15px; }

header .d-table {
  max-width: 1435px;
  position: relative; }

header .d-tcell {
  vertical-align: bottom; }

header .logo {
  box-sizing: border-box; }

header .home {
  display: inline-block;
  height: 50px;
  padding-right: 50px;
  font-size: 36px;
  font-weight: bold;
  background: url("img/erlebnissommer-kleeblatt.png") top right no-repeat; }

header .menu {
  text-align: right;
  white-space: nowrap; }

header .menu a {
  display: inline-block;
  margin-right: 25px;
  font-size: 20px; }
  header .menu a.social img {
    height: 40px; }

@media (max-width: 850px) {
  header .d-table,
  header .d-tcell {
    display: block; }
  header .padding-lr {
    position: relative;
    padding-left: 0;
    padding-right: 0; }
  header .logo,
  header .menu {
    padding-left: 30px;
    padding-right: 30px; }
  header .logo {
    margin-right: 133px;
    padding-right: 50px; }
  header .home {
    font-size: 20px; }
  header .menu {
    padding-top: 10px;
    border-top: 1px solid white;
    text-align: left; }
  header .menu a {
    margin-right: 15px; }
  header .menu a.social {
    position: absolute;
    top: 5px;
    margin-right: 0; }
    header .menu a.social.youtube {
      right: 15px; }
    header .menu a.social.instagram {
      right: 55px; }
    header .menu a.social.facebook {
      right: 95px; }
  footer td {
    display: block;
    text-align: left !important; } }

@media (max-width: 450px) {
  header .logo,
  header .menu {
    padding-left: 10px;
    padding-right: 10px; } }

#layout {
  padding-bottom: 100px; }

.textContent,
.eventList,
.tiles {
  margin-top: 30px; }

.textContent .d-tcell.left {
  width: 300px;
  padding-right: 100px; }

.textContent .menuTitle {
  display: inline-block;
  border-bottom: 10px solid #8a7f75;
  margin-bottom: 30px;
  padding-right: 40px; }

.textContent .d-trow.title .d-tcell.left {
  padding-top: 10px; }

.textContent h1.title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3; }

.textContent h1.title .subTitle {
  margin: 30px 0;
  font-size: 32px; }

.textContent .d-trow.content > .d-tcell > .typography {
  padding-top: 30px;
  border-top: 1px solid #464646; }

@media (max-width: 1180px) {
  .textContent .d-tcell.left {
    padding-right: 30px; } }

.event-label {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 0 0 12px 0;
  box-shadow: 0px 3px 4px #464646;
  font-size: 16px;
  color: white;
  font-weight: bold;
  background-color: #8a7f75; }
  .event-label span {
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 18px; }
  .event-label.change, .event-label.cancelled {
    background-color: #9e005d; }

.eventList .months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .eventList .months a {
    display: block;
    box-sizing: border-box;
    width: calc(33% - calc(40px / 4));
    min-width: 85px;
    margin: 0 5px 10px 5px;
    padding: 0 10px 85px;
    text-align: left;
    color: white;
    font-size: 50px;
    background-color: #8A7F75; }
    .eventList .months a.section {
      background-color: #464646; }
  .eventList .months span {
    display: inline-block;
    padding-right: 20px;
    border-bottom: 2px solid white; }

.eventList h1.title {
  margin-top: 35px;
  font-size: 24px; }

.eventList h1.title .font-droid {
  font-size: 50px; }

.eventList .legend {
  margin-top: 35px;
  margin-right: 150px;
  text-align: right; }

.eventList .legend span {
  display: inline-block;
  width: 150px;
  margin-left: 15px;
  text-align: left;
  border-bottom-width: 10px;
  border-style: solid; }

.eventList .event {
  margin-top: 3px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-top: 20px;
  line-height: 1.2; }

.eventList .event.even {
  background-color: #f0f0f0; }

.eventList .event.odd {
  background-color: white; }

.eventList .event .d-table {
  padding-left: 0;
  border-style: solid;
  border-left-width: 10px; }

.eventList .event .d-tcell {
  padding-left: 30px;
  padding-right: 30px; }

.eventList .event .d-tcell:not(.date) {
  border-left: 1px solid #8A7F75; }

.eventList .event .date {
  position: relative;
  width: 210px;
  font-size: 18px; }

.eventList .event .date .relative {
  padding-top: 20px; }

.eventList .event .date .day {
  font-size: 70px;
  font-weight: bold; }

.eventList .event .relative {
  position: relative;
  width: auto; }

.eventList .event .relative .month {
  position: absolute;
  left: 0;
  top: 0; }

.eventList .event .relative .month.end {
  left: auto;
  right: 0; }

.eventList .event-label {
  position: absolute;
  right: 35px;
  top: -20px;
  bottom: 18px;
  text-transform: none; }

.eventList .event .d-tcell.info {
  font-size: 30px; }

.eventList .event .d-tcell.info .subtitle {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em; }

.eventList .event .d-tcell.info2 {
  width: 150px; }

.eventList .event .d-tcell.info2 a {
  color: #8a7f75;
  font-size: 20px; }

.eventList .event .d-tcell.info2 a span {
  display: block;
  width: 100px;
  padding: 5px 0;
  text-align: center;
  color: white;
  background-color: #8a7f75; }

@media (max-width: 850px) {
  .eventList .months a {
    padding-bottom: 45px;
    font-size: 32px; }
  .eventList .legend {
    margin-right: 0;
    margin-top: 20px;
    text-align: left; }
  .eventList .legend span {
    width: 120px; }
  .eventList .event .d-tcell.date,
  .eventList .event .d-tcell.info {
    display: block;
    padding-left: 10px;
    padding-right: 0;
    border-left: none; }
  .eventList .event .d-tcell.info {
    margin-top: 15px;
    font-size: 20px; }
  .eventList .event .d-tcell.info2 {
    display: none; }
  .eventList .event .date .day {
    font-size: 35px; } }

@media (max-width: 450px) {
  .eventList .months a {
    padding-bottom: 10px;
    font-size: 26px; }
  .eventList .months span {
    padding-right: 0; }
  .eventList .event {
    padding-left: 10px; }
  .eventList .event .d-tcell.date,
  .eventList .event .d-tcell.info,
  .eventList .event .d-tcell.info .subtitle {
    font-size: 16px; } }

#layout nav.top {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid white;
  background: #8a7f75;
  font-size: 14px;
  color: white; }

#layout nav.eventDetail {
  text-align: right; }

#layout nav.eventDetail .prevNext {
  display: inline-block; }

#layout nav.eventDetail a {
  display: inline-block;
  height: 32px;
  padding-left: 33px;
  line-height: 34px;
  color: white;
  background: center center no-repeat;
  background-size: auto 100%; }

#layout nav.eventDetail a.back {
  margin-right: 50px;
  background-image: url("img/button-zurueckAll.png");
  background-position: left center; }

#layout nav.eventDetail a.prev {
  background-image: url("img/button-zurueck.png"); }

#layout nav.eventDetail a.next {
  background-image: url("img/button-weiter.png"); }

.eventDetail hr {
  margin: 15px 0; }

.eventDetail .date {
  font-size: 32px;
  line-height: 1; }

.eventDetail .date .day {
  font-size: 4em; }

.eventDetail .date .day .month.end {
  display: block;
  font-size: 32px; }

.eventDetail .sharing a {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-size: contain; }

.eventDetail .sharing a.twitter {
  background-image: url("img/social-X.png"); }

.eventDetail .sharing a.fb {
  background-image: url("img/social-facebook.png"); }

.eventDetail .sharing a.mail {
  background-image: url("img/social-mail.png"); }

.eventDetail .sharing a.print {
  background-image: url("img/pikto-drucken.png"); }

.eventDetail .moreInfo {
  font-size: 16px; }

.eventDetail .moreInfo > * {
  margin-top: 15px; }

.eventDetail .moreInfo h3 {
  font-weight: bold; }

.eventDetail .moreInfo a {
  display: inline-block;
  padding: 10px 15px;
  color: white;
  font-weight: bold; }

.eventDetail .info {
  border-bottom-width: 10px;
  border-style: solid; }
  .eventDetail .info .d-tcell {
    width: 33%;
    vertical-align: bottom; }
  .eventDetail .info + .event-label {
    margin-top: 20px;
    margin-left: -10px; }

.eventDetail .image {
  width: auto;
  margin-top: 15px; }
  .eventDetail .image .img {
    position: relative; }
    .eventDetail .image .img img {
      max-width: 100%;
      height: auto; }
    .eventDetail .image .img .event-label {
      position: absolute;
      left: -10px;
      top: calc(50% - 55px); }
  .eventDetail .image .licence {
    vertical-align: bottom;
    width: 110px;
    padding-left: 10px;
    font-size: 14px; }

.eventDetail h1.title {
  margin-top: 15px; }

.eventDetail h1.title .subTitle {
  margin: 15px 0; }

.eventDetail .details li {
  display: inline-block;
  width: 135px;
  vertical-align: top;
  font-size: 14px; }

.eventDetail .organizerImage {
  position: relative;
  display: table;
  padding: 10px; }

.eventDetail .organizerImage img {
  vertical-align: bottom; }

.eventDetail .organizerImage .corner {
  position: absolute;
  width: 20px;
  height: 20px; }

.eventDetail .organizerImage .corner.cleft {
  left: 0;
  border-left: 2px solid #c8c8c8; }

.eventDetail .organizerImage .corner.cright {
  right: 0;
  border-right: 2px solid #c8c8c8; }

.eventDetail .organizerImage .corner.ctop {
  top: 0;
  border-top: 2px solid #c8c8c8; }

.eventDetail .organizerImage .corner.cbottom {
  bottom: 0;
  border-bottom: 2px solid #c8c8c8; }

@media (min-width: 851px) {
  .eventDetail .left .sharing {
    display: flex;
    justify-content: space-between; } }

@media (max-width: 850px) {
  #layout nav.eventDetail {
    text-align: center; }
  .textContent.eventDetail {
    display: block; }
  .textContent.eventDetail .d-tcell.left,
  .eventDetail .right {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0; }
  .eventDetail .left {
    margin-bottom: 20px; }
  .eventDetail .sharing a {
    width: 30px;
    height: 30px; }
  .eventDetail .sharing.mobile {
    margin-top: 20px; }
  .eventDetail .date {
    font-size: 18px; }
  .eventDetail .image .img,
  .eventDetail .image .licence {
    display: block;
    width: auto; }
  .eventDetail h1.title {
    font-size: 22px; }
  .eventDetail h1.title .subTitle {
    font-size: 18px; } }

@media (max-width: 450px) {
  #layout nav.eventDetail {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center; }
  #layout nav.eventDetail .prevNext {
    display: block;
    margin: 7px -30px 0;
    padding-top: 7px;
    border-top: 1px solid white; }
  #layout nav.eventDetail .prevNext {
    margin-left: -10px;
    margin-right: -10px; } }

.tiles {
  /* actual container width is responsively controlled by script_startpage.js */
  margin-left: auto;
  margin-right: auto;
  min-width: 320px; }

body.StartPage .tilesWidth,
.tiles {
  box-sizing: content-box;
  max-width: 1745px !important; }

body.StartPage .tiles .tile.start {
  float: left; }
  body.StartPage .tiles .tile.start.start-1 {
    width: 770px;
    margin-right: 10px; }
  body.StartPage .tiles .tile.start.start-2 {
    color: #464646; }
    body.StartPage .tiles .tile.start.start-2 .title {
      height: auto; }
    body.StartPage .tiles .tile.start.start-2 .info {
      border-top: none; }
  @media (max-width: 1354px) {
    body.StartPage .tiles .tile.start.start {
      float: none;
      width: 100%;
      height: auto; }
      body.StartPage .tiles .tile.start.start .content {
        position: static; }
        body.StartPage .tiles .tile.start.start .content .top {
          height: auto; }
        body.StartPage .tiles .tile.start.start .content .bottom {
          height: auto; }
      body.StartPage .tiles .tile.start.start.start-1 {
        margin-right: 0;
        margin-bottom: 10px; } }
    @media (max-width: 1354px) and (max-width: 850px) {
      body.StartPage .tiles .tile.start.start.start-1 {
        margin-bottom: 3px; } }
.gutter-size {
  width: 10px; }

.smallest-width {
  width: 195px; }

.tile {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 575px;
  height: 380px;
  color: white; }
  .tile.tile2x2 {
    width: 380px; }
  .tile.tile2x1 {
    width: 380px;
    height: 185px; }
  .tile.tile1x2 {
    width: 185px; }
  .tile.tile1x1 {
    width: 185px;
    height: 185px; }
  a.tile:hover {
    box-shadow: 0 0 4px 2px #666; }
  .tile .event-label {
    position: absolute;
    z-index: 100;
    top: calc(50% - 30px);
    left: -5px;
    height: 75px; }
    .tile .event-label span {
      bottom: 10px; }
  .tile .bgImage {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover; }
  .tile .content {
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 15px 50px;
    font-size: 24px; }
  .tile.image.half .content {
    right: 50%; }
  .tile.image.half .bgImage {
    left: 50%; }
  .tile.custom .content {
    line-height: 1.3;
    font-size: 18px; }
  .tile.custom.font-quicksand .content {
    font-size: 26px;
    font-weight: bold; }
  .tile.custom .icon {
    position: absolute;
    left: 15px;
    bottom: 15px; }
  .tile .dark {
    color: #464646; }
  .tile .top {
    height: 210px; }
  .tile .bottom {
    height: 115px;
    padding-top: 15px;
    border-top: 2px solid white; }
  .tile .bottom.date {
    overflow: hidden; }
  .tile.tile3x2 .bottom {
    border-top-color: transparent; }
  .tile .bottom.dark {
    border-color: #464646; }
  .tile .info {
    line-height: 1.4; }
  .tile .date {
    line-height: 1; }
  .tile .date .relative {
    position: relative; }
  .tile .date .month {
    line-height: 1.2; }
  .tile .date .month.end {
    position: absolute;
    top: 0;
    right: 5px; }
  .tile .date .day {
    font-size: 60px; }
  .tile.tile3x2 .month {
    font-size: 32px; }
  .tile.tile3x2 .day {
    font-size: 130px; }
  .tile.tile2x2.half .day, .tile.tile1x2 .day {
    font-family: 'Ultra', serif;
    font-size: 95px;
    font-weight: normal !important; }
  .tile.tile2x2.half .day.multiple, .tile.tile1x2 .day.multiple {
    font-size: 40px; }
  .tile .licence {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 11px;
    line-height: 1; }
  .tile.start .title {
    font-size: 50px;
    font-weight: bold; }
  .tile.start .info {
    font-size: 18px; }
  @media (max-width: 850px) {
    .gutter-size {
      width: 3px; }
    .smallest-width {
      /*includes gutter-size */
      width: 108px; }
    .tile {
      width: 320px;
      height: 212px; }
    .tile.tile2x2 {
      width: 212px; }
    .tile.tile2x1 {
      width: 212px;
      height: 104px; }
    .tile.tile1x2 {
      width: 104px; }
    .tile.tile1x1 {
      width: 104px;
      height: 104px; }
    .tile .event-label {
      width: 75px;
      height: 57px;
      font-size: 12px; }
    .tile .top {
      height: 105px; }
    .tile .bottom {
      padding-top: 5px; }
    .tile .info {
      line-height: 1.2; }
    .tile.start .title {
      font-size: 28px; }
    .tile.start .info {
      padding-top: 5px;
      font-size: 13px; }
    .tile .content {
      padding: 7px 7px 50px;
      font-size: 14px; }
    .tile .date .day {
      font-size: 50px !important; }
    .tile.tile2x2.half .day.multiple, .tile.tile1x2 .day.multiple {
      font-size: 26px !important; }
    .tile .info {
      font-size: 14px !important; }
    .tile.custom .content {
      font-size: 12px !important;
      line-height: 1.2; }
    .tile.custom.font-quicksand .content {
      font-size: 15px !important; } }
body.StartPage #layout {
  position: relative;
  padding-top: 43px;
  padding-bottom: 0; }

.supporters {
  padding-top: 60px; }

.supporters .typography {
  margin-bottom: 15px; }

.supporters .list {
  padding-bottom: 20px;
  background: white; }

.supporters a {
  display: inline-block;
  margin-top: 20px;
  padding-right: 50px; }

.supporters img {
  vertical-align: bottom; }

nav.tileFilter {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%; }

nav.tileFilter > .tilesWidth > span {
  display: inline-block;
  width: 120px; }

nav.tileFilter .filter {
  display: inline-block;
  vertical-align: top;
  min-width: 160px;
  max-width: 100%; }

nav.tileFilter .filter.active .title {
  font-weight: bold; }

nav.tileFilter .filter .title::before {
  content: '';
  width: 25px;
  height: 14px;
  background: url("img/button-aufgeklappt.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 7px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s; }

nav.tileFilter .filter:not(.open) .title {
  color: white; }

nav.tileFilter .filter:not(.open) .title::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

nav.tileFilter .filter .title,
nav.tileFilter .filter span {
  cursor: pointer; }

nav.tileFilter .filter .list {
  position: absolute;
  top: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  background-color: #C5C0BA; }

nav.tileFilter .filter:not(.open) .list {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

nav.tileFilter .filter .list ul {
  padding: 10px;
  border-top: 1px solid white;
  color: #464646; }

nav.tileFilter .filter.location .list ul {
  column-count: 3; }

nav.tileFilter .filter .option span::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 27px;
  margin-right: 5px;
  vertical-align: bottom;
  background: url("img/es-auswahl-26x26px.png") left center no-repeat; }

nav.tileFilter .filter .option span.active::before {
  background-position: right center; }

nav.tileFilter .filter .list .reset {
  padding: 5px 10px 5px 37px;
  background: url("img/button-reset.png") 15px center no-repeat #8a7f75;
  background-size: 16px auto;
  border-top: 1px solid white; }

@media (max-width: 850px) {
  nav.tileFilter .filter.location .list ul {
    column-count: 2; } }

@media (max-width: 680px) {
  nav.tileFilter .filter.location .list ul {
    column-count: 1; } }

@media (max-width: 599px) {
  body.StartPage #layout {
    padding-top: 0; }
  nav.tileFilter {
    display: none; } }

.eventSearch fieldset {
  position: relative; }

.eventSearch input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  padding-right: 50px;
  border: 0;
  background: white;
  font-size: 16px; }

.eventSearch .action {
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  border: none;
  cursor: pointer;
  background: url("img/pikto-suche-aktiv.png") center center no-repeat; }

header .search {
  display: inline-block; }

header .search .icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: bottom;
  cursor: pointer;
  background: url("img/pikto-suche.png") center center no-repeat; }

header .search.open .icon {
  background-image: url("img/pikto-suche-aktiv.png"); }

header .search fieldset {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s; }

header .search:not(.open) fieldset {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.main-slider {
  --slide-height: 630px;
  --fontsize-big: 50px;
  --fontsize-small: 20px;
  --fontsize-button: 18px;
  --text-padding: 140px 180px 90px 180px;
  margin: 60px auto 40px auto; }
  @media (max-width: 1354px) {
    .main-slider {
      --text-padding: 20px; } }
  .main-slider .slide {
    position: relative;
    background-color: #6192CD;
    display: flex;
    align-items: stretch; }
    .main-slider .slide .slide-text {
      position: absolute;
      z-index: 20;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      box-sizing: border-box;
      padding: var(--text-padding);
      color: white;
      font-weight: bold; }
      .main-slider .slide .slide-text .title-big {
        font-size: var(--fontsize-big);
        line-height: 1.2; }
      .main-slider .slide .slide-text .title-small {
        margin-top: 60px;
        font-size: var(--fontsize-small); }
      .main-slider .slide .slide-text .slide-button {
        margin-top: 80px;
        padding: 12px 20px;
        font-size: var(--fontsize-button);
        color: white; }
    .main-slider .slide .slide-image {
      position: relative;
      z-index: 10;
      box-sizing: border-box;
      width: 100%;
      height: var(--slide-height);
      background: right center no-repeat;
      background-size: cover; }
      .main-slider .slide .slide-image img {
        display: none; }
    .main-slider .slide.style-divided {
      --text-padding: 100px 90px 90px 180px; }
      @media (min-width: 1355px) {
        .main-slider .slide.style-divided .title-small {
          margin-top: 30px; }
        .main-slider .slide.style-divided .slide-button {
          margin-top: 40px; }
        .main-slider .slide.style-divided .slide-text {
          position: static;
          flex: 0 0 770px; }
        .main-slider .slide.style-divided .slide-image {
          box-sizing: border-box;
          flex-basis: 100%; } }
    .main-slider .slide.textColor-greydark .slide-text {
      color: #464646; }
    .main-slider .slide.buttonColor-nature .slide-button {
      background-color: #aecb45; }
    .main-slider .slide.buttonColor-children .slide-button {
      background-color: #c74e6e; }
    .main-slider .slide.buttonColor-knowledge .slide-button {
      background-color: #5f71b5; }
    .main-slider .slide.buttonColor-greydark .slide-button {
      background-color: #464646; }
    .main-slider .slide.buttonColor-white .slide-button {
      color: #464646;
      background-color: white; }
  @media (max-width: 1354px) {
    .main-slider .slide {
      flex-direction: column; }
      .main-slider .slide .slide-text {
        position: static;
        padding: 20px;
        order: 2; }
        .main-slider .slide .slide-text .title-small,
        .main-slider .slide .slide-text .slide-button {
          margin-top: 20px; }
      .main-slider .slide .slide-image {
        height: var(--slide-height); } }
  @media (max-width: 850px) {
    .main-slider {
      --slide-height: 400px; } }
  @media (max-width: 450px) {
    .main-slider {
      --slide-height: 250px;
      --fontsize-big: 30px; }
      .main-slider .slide .title-big {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; } }
  .main-slider .slick-arrow {
    position: absolute;
    z-index: 100;
    top: calc(0.5 * var(--slide-height) - 50px);
    height: 100px;
    width: 100px;
    background: center center no-repeat;
    background-size: contain;
    cursor: pointer; }
    .main-slider .slick-arrow.slick-prev {
      left: 10px;
      background-image: url(img/arrow-zurueck.svg); }
    .main-slider .slick-arrow.slick-next {
      right: 10px;
      background-image: url(img/arrow-weiter.svg); }
  .main-slider .slick-dots {
    display: flex;
    justify-content: center; }
    .main-slider .slick-dots li {
      width: 15px;
      height: 15px;
      margin: 10px;
      border-radius: 50%;
      background-color: white;
      cursor: pointer; }
      .main-slider .slick-dots li.slick-active {
        background-color: #6192CD; }
    .main-slider .slick-dots button {
      display: none; }

.cookie-consent-wrapper {
  --layout-padding: 30px;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: var(--layout-padding);
  padding-bottom: var(--layout-padding);
  font-size: 18px;
  background-color: #fff;
  box-shadow: 0 0 7px #333; }
  @media (max-width: 450px) {
    .cookie-consent-wrapper {
      --layout-padding: 10px; } }
  .cookie-consent-wrapper .cookie-consent {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: var(--layout-padding);
    padding-right: var(--layout-padding); }
    .cookie-consent-wrapper .cookie-consent-title {
      font-family: 'Quicksand', sans-serif;
      font-size: 22px;
      font-weight: bold; }
    .cookie-consent-wrapper .cookie-consent-description {
      margin-top: var(--layout-padding); }
    .cookie-consent-wrapper .cookie-consent-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .cookie-consent-wrapper .cookie-consent-buttons .button {
        margin-top: var(--layout-padding);
        padding: 7px 15px;
        color: white;
        background-color: #8a7f75; }
        .cookie-consent-wrapper .cookie-consent-buttons .button-accept-all {
          order: 3;
          background-color: #6192cd; }
        .cookie-consent-wrapper .cookie-consent-buttons .button-accept-necessary {
          order: 2; }
        .cookie-consent-wrapper .cookie-consent-buttons .button-manage {
          order: 1; }
        .cookie-consent-wrapper .cookie-consent-buttons .button:hover {
          box-shadow: 0 0 4px 2px #666; }
    .cookie-consent-wrapper .cookie-consent .cookie-consent-form-wrapper {
      margin-top: 20px; }
    @media (max-width: 450px) {
      .cookie-consent-wrapper .cookie-consent {
        line-height: 1.2; }
        .cookie-consent-wrapper .cookie-consent .cookie-consent-description {
          font-size: 16px; }
        .cookie-consent-wrapper .cookie-consent-buttons {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center; }
          .cookie-consent-wrapper .cookie-consent-buttons .button {
            flex-basis: 100%;
            text-align: center; }
            .cookie-consent-wrapper .cookie-consent-buttons .button-accept-all {
              order: 0; } }
.cookie-consent-form .cookie-consent-field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; }
  .cookie-consent-form .cookie-consent-field__field {
    flex: 0 0 auto;
    order: -1; }
  .cookie-consent-form .cookie-consent-field__label {
    flex: 1 0 25%;
    margin-top: 3px; }
  .cookie-consent-form .cookie-consent-field__description {
    flex: 1 1 100%; }
  @media (max-width: 450px) {
    .cookie-consent-form .cookie-consent-field {
      flex-wrap: wrap; }
      .cookie-consent-form .cookie-consent-field__description {
        flex: 0 0 100%; } }
.cookie-consent-form .action {
  padding: 7px 15px;
  border: none;
  font-size: inherit;
  color: white;
  background-color: #6192cd; }

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