/**
* style css
* 
* 
* @package child-stz-prenzlauerberg
* @since child-stz-prenzlauerberg 1.0
*/
@import url('../../../vska-stz/style/font/open-sans/stylesheet.css');
@import url('../../../vska-stz/style/font/lato/stylesheet.css');
@import url('../../../vska-stz/style/font/fontawesome/css/all.min.css');
h6 {
  font-weight: bold;
  color: #36729c;
}
h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h5 {
  font-weight: bold;
  color: #36729c;
}
h5 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h4 {
  font-weight: bold;
  color: #36729c;
}
h4 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h3 {
  font-weight: bold;
  color: #36729c;
}
h3 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h2 {
  font-weight: bold;
  color: #36729c;
}
h2 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
h1 {
  font-weight: bold;
  color: #36729c;
}
h1 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #f2f2f2;
  font-family: 'Lato', sans-serif;
  color: #777;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
}
figure {
  display: block;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
}
figcaption,
a,
li,
p {
  color: #777;
}
p:empty {
  display: none;
}
img[src=''] {
  display: none;
}
.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
}
.display-none {
  display: none;
}
.wp-block-image.size-thumbnail {
  max-width: 300px;
}
.wp-block-image.size-medium {
  max-width: 480px;
}
.wp-block-image.size-large {
  max-width: 1200px;
}
.wp-block-image.size-full {
  max-width: 100%;
}
.jem-calendar-wrapper {
  text-align: center;
  background-color: transparent;
  color: #000;
  padding: 16px 32px;
}
.jem-calendar-wrapper h1 {
  color: inherit;
  margin-top: 0;
  font-size: 1rem;
  color: #36729c;
}
.jem-calendar-wrapper form .inside p {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin: 8px 0;
  color: #777;
  background-color: #fff;
  border: 1px solid #36729c;
  border-radius: unset;
}
.jem-calendar-wrapper form .inside p select {
  appearance: unset;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  display: block;
  border: none;
  padding: 16px;
  color: inherit;
  background-color: transparent;
  font-size: 1rem;
  width: 100%;
}
.jem-calendar-wrapper form .inside p i {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: -1;
}
.jem-calendar-wrapper form .inside div.calendar > div {
  position: relative;
  margin: 8px 0;
}
.jem-calendar-wrapper form .inside div.calendar > div label[for='calendar_toggler'] {
  display: block;
  border-radius: unset;
  text-align: left;
  padding: 16px;
  color: #777;
  background-color: #fff;
  border: 1px solid #36729c;
}
.jem-calendar-wrapper form .inside div.calendar > div input#calendar_toggler ~ i {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  color: #777;
}
.jem-calendar-wrapper form .inside div.calendar > div input#calendar_toggler ~ i.fa-chevron-up {
  display: none;
}
.jem-calendar-wrapper form .inside div.calendar > div input#calendar_toggler ~ i.fa-chevron-down {
  display: block;
}
.jem-calendar-wrapper form .inside div.calendar > div input#calendar_toggler:checked ~ i.fa-chevron-up {
  display: block;
}
.jem-calendar-wrapper form .inside div.calendar > div input#calendar_toggler:checked ~ i.fa-chevron-down {
  display: none;
}
.jem-calendar-wrapper form .inside div.calendar > div input#calendar_toggler ~ div {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.jem-calendar-wrapper form .inside div.calendar > div input#calendar_toggler:checked ~ div {
  max-height: 1000px;
}
.jem-calendar-wrapper div.calendar .mbc nav {
  text-align: center;
  color: #000;
  border: solid 1px #36729c;
  border-bottom: 0;
  font-weight: bold;
  margin: 0;
  padding: 16px;
}
.jem-calendar-wrapper div.calendar .mbc nav a {
  color: #000;
  margin: 0 8px;
}
.jem-calendar-wrapper div.calendar .mbc nav a:visited {
  color: inherit;
}
.jem-calendar-wrapper div.calendar .mbc nav a:hover {
  color: #36729c;
}
.jem-calendar-wrapper div.calendar .mbc table {
  border: solid 1px #36729c;
  border-right: none;
  display: block;
  overflow: hidden;
  width: 100%;
}
.jem-calendar-wrapper div.calendar .mbc table thead {
  display: block;
  width: 100%;
}
.jem-calendar-wrapper div.calendar .mbc table thead th {
  border-right: solid 1px #fff;
}
.jem-calendar-wrapper div.calendar .mbc table thead th:last-of-type {
  border-right-color: #36729c;
}
.jem-calendar-wrapper div.calendar .mbc table tbody {
  display: block;
  width: 100%;
}
.jem-calendar-wrapper div.calendar .mbc table tbody tr {
  border-top: solid 1px #36729c;
}
.jem-calendar-wrapper div.calendar .mbc table tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.jem-calendar-wrapper div.calendar .mbc table tr > * {
  border: unset;
}
.jem-calendar-wrapper div.calendar .mbc table th {
  font-weight: bold;
  color: #fff;
}
.jem-calendar-wrapper div.calendar .mbc table th[class^='week'] {
  border-bottom: solid 1px #fff;
}
.jem-calendar-wrapper div.calendar .mbc table tr:last-of-type th[class^='week'] {
  border-bottom: solid 1px #36729c;
}
.jem-calendar-wrapper div.calendar .mbc table th,
.jem-calendar-wrapper div.calendar .mbc table td {
  display: block;
  width: calc(100% / 8);
  border-right: solid 1px #36729c;
  padding: 0;
}
.jem-calendar-wrapper div.calendar .mbc table th input,
.jem-calendar-wrapper div.calendar .mbc table td input {
  display: none;
}
.jem-calendar-wrapper div.calendar .mbc table th label,
.jem-calendar-wrapper div.calendar .mbc table td label {
  display: block;
  transform: unset;
  height: 100%;
  width: 100%;
  padding: 50% 0;
  line-height: 0;
  cursor: pointer;
  font-size: 0.75rem;
}
.jem-calendar-wrapper div.calendar .mbc table th input.today + label,
.jem-calendar-wrapper div.calendar .mbc table td input.today + label {
  color: #f49751;
  font-weight: bold;
}
.jem-calendar-wrapper div.calendar .mbc table th input.today:checked + label,
.jem-calendar-wrapper div.calendar .mbc table td input.today:checked + label,
.jem-calendar-wrapper div.calendar .mbc table th input:checked + label,
.jem-calendar-wrapper div.calendar .mbc table td input:checked + label {
  background-color: #f49751;
  color: #fff;
}
.jem-calendar-wrapper label.submit {
  display: inline-block;
  margin: 32px 0 16px;
  padding: 8px 32px;
  border-radius: 32px;
  background-color: #f2f2f2;
  color: #000;
  cursor: pointer;
  font-size: 0.75rem;
}
.tablet {
  display: none;
}
strong {
  font-size: 0.96em;
}
body > header {
  background-color: #fff;
  padding: 16px;
  margin-top: 0;
  z-index: 10;
}
body > header h1,
body > header h2 {
  margin: 0;
  padding: 0 8px;
}
body > header h1 a,
body > header h2 a {
  display: block;
}
body > header h1 a span,
body > header h2 a span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
}
body > header h1 a img,
body > header h2 a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body > header ul {
  list-style: none;
  margin: 0;
}
body > header ul li {
  text-align: right;
}
body > header ul li.leichtesprache a,
body > header ul li.contrast a {
  padding: 4px 0 8px;
}
body > header ul li a {
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 16px;
  padding-top: 20px;
}
body > header ul li a i {
  font-size: 32px;
  color: #000;
  vertical-align: middle;
  padding-left: 16px;
}
body > header ul li a i:first-of-type {
  padding-right: 8px;
}
body > header ul li a i.fa-adjust {
  font-size: 26px;
}
body > header i {
  color: #000;
}
nav#main_navigation {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #36729c;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 8px 4px -4px;
}
nav#main_navigation::after {
  content: '';
  display: block;
  clear: both;
}
nav#main_navigation ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
nav#main_navigation ul li span,
nav#main_navigation ul li a {
  display: block;
  color: #fff;
  background-color: #36729c;
  text-decoration: none;
  padding: 12px 16px 16px;
  border-bottom: 1px solid #fff;
  font-size: 24px;
}
nav#main_navigation ul li.current-page-ancestor a,
nav#main_navigation ul li.current-menu-item a,
nav#main_navigation ul li:hover a {
  background-color: #36729c;
  color: #000;
}
nav#main_navigation ul.menu-disability-access {
  background-color: #36729c;
}
nav#main_navigation ul.menu-disability-access li a {
  color: #000;
  border: none;
  background-color: #36729c;
  text-align: center;
}
nav#main_navigation ul.menu-disability-access li a > * {
  margin: 0 8px;
}
nav#main_navigation ul.menu-disability-access li a span {
  vertical-align: bottom;
  display: inline-block;
  border: none;
  color: #000;
  background-color: transparent;
  padding: 0;
}
nav#main_navigation label:not([for='search_mobile']) {
  display: block;
  width: 18%;
  height: 18vw;
  font-size: 12vw;
  padding: 9vw 4vw;
  line-height: 0;
  color: #fff;
  background-color: #36729c;
  cursor: pointer;
  float: left;
}
nav#main_navigation label:not([for='search_mobile']).current {
  color: #f49751;
}
nav#main_navigation label:not([for='search_mobile'])::before {
  content: '\f0c9';
  font-family: 'Font Awesome 5 Pro';
}
nav#main_navigation label:not([for='search_mobile'])[for='leichtesprache'] {
  float: right;
}
nav#main_navigation label:not([for='search_mobile'])[for='leichtesprache']::before {
  content: '\f5da';
}
nav#main_navigation label:not([for='search_mobile'])[for='contrast'] {
  float: right;
}
nav#main_navigation label:not([for='search_mobile'])[for='contrast']::before {
  content: '\f042';
}
nav#main_navigation label:not([for='search_mobile'])[for='searchform-toggle'] {
  float: right;
}
nav#main_navigation label:not([for='search_mobile'])[for='searchform-toggle']::before {
  content: '\f002';
}
nav#main_navigation label:not([for='search_mobile'])[for='off'] {
  display: none;
}
nav#main_navigation label:not([for='search_mobile'])[for='off']::before {
  content: '\f00d';
}
nav#main_navigation input[type='radio']:focus + label {
  border: blue 1px solid;
}
nav#main_navigation input[type='radio']:checked:not(#off) ~ label[for='nav'] {
  display: none;
}
nav#main_navigation input[type='radio']:checked:not(#off) ~ label[for='off'] {
  display: block;
}
nav#main_navigation input[type='radio']:checked:not(#off)#searchform-toggle ~ label[for='searchform-toggle'],
nav#main_navigation input[type='radio']:checked:not(#off)#contrast ~ label[for='contrast'],
nav#main_navigation input[type='radio']:checked:not(#off)#leichtesprache ~ label[for='leichtesprache'] {
  background-color: #36729c;
  color: #000;
}
nav#main_navigation input[type='radio']:checked + form,
nav#main_navigation input[type='radio']:checked + input + ul,
nav#main_navigation input[type='radio']:checked + ul {
  display: block;
}
nav#main_navigation input[type='radio']:checked#leichtesprache + input + ul.mobile .contrast,
nav#main_navigation input[type='radio']:checked#leichtesprache + ul .contrast {
  display: none;
}
nav#main_navigation input[type='radio']:checked#contrast + input + ul.mobile .leichtesprache,
nav#main_navigation input[type='radio']:checked#contrast + ul .leichtesprache {
  display: none;
}
form#searchform-desktop {
  display: none;
}
form#searchform-desktop,
form#searchform {
  display: none;
  width: 100%;
  height: 18vw;
  background-color: #fff;
  padding: 0;
  position: relative;
  margin-bottom: 16px;
  line-height: 1;
}
form#searchform-desktop input[type='text'],
form#searchform input[type='text'] {
  display: block;
  padding: 4vw;
  width: 100%;
  height: 18vw;
  line-height: 1;
  font-size: 16px;
  border: none;
}
form#searchform-desktop input[type='text']::placeholder,
form#searchform input[type='text']::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1;
}
form#searchform-desktop label[for='search_mobile'],
form#searchform label[for='search_mobile'],
form#searchform-desktop label[for='search_desktop'],
form#searchform label[for='search_desktop'],
form#searchform-desktop label[for='search'],
form#searchform label[for='search'] {
  position: absolute;
  color: #000;
  background-color: #fff;
  padding: 5vw 4vw 4vw 5vw;
  font-size: 9vw;
  width: 18vw;
  height: 18vw;
  right: 0;
  top: 0;
  cursor: pointer;
}
form#searchform-desktop label[for='search_mobile']::before,
form#searchform label[for='search_mobile']::before,
form#searchform-desktop label[for='search_desktop']::before,
form#searchform label[for='search_desktop']::before,
form#searchform-desktop label[for='search']::before,
form#searchform label[for='search']::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f002';
}
form#searchform-desktop input:focus + label,
form#searchform input:focus + label {
  border: blue 1px solid;
}
article {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
article a.anchor {
  position: absolute;
  top: -60px;
  height: 0px !important;
  width: 0px !important;
  border: none !important;
  padding: 0 !important;
  background-color: transparent;
  z-index: -10;
}
article header {
  background-color: #f49751;
}
article header h1,
article header h2 {
  padding: 16px;
  margin: 0;
  font-size: 24px;
  color: #fff;
  border-bottom: 4px solid #f2f2f2;
}
article .content {
  padding: 16px;
}
main {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.search main {
  display: block;
}
.search main article {
  background-color: #fff;
}
.home article,
.search article,
.page-template-page-grid article {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
}
.home article .image,
.search article .image,
.page-template-page-grid article .image {
  height: 60vw;
  background-size: cover;
  background-position: center center;
  order: -1;
  position: relative;
}
.home article .image img,
.search article .image img,
.page-template-page-grid article .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home article .image a,
.search article .image a,
.page-template-page-grid article .image a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home article .teaser h2,
.search article .teaser h2,
.page-template-page-grid article .teaser h2 {
  padding: 16px 0;
  margin: 0 0 16px;
  border-bottom: 2px solid #000;
}
.home article .teaser p,
.search article .teaser p,
.page-template-page-grid article .teaser p {
  margin: 0;
}
.home article.calendar .teaser h2,
.search article.calendar .teaser h2,
.page-template-page-grid article.calendar .teaser h2 {
  padding-top: 0;
}
.home article.calendar .teaser h1,
.search article.calendar .teaser h1,
.page-template-page-grid article.calendar .teaser h1 {
  font-size: 18px;
}
.home article a.more,
.search article a.more,
.page-template-page-grid article a.more {
  display: block;
  text-align: right;
  padding: 8px;
  color: #000;
}
.home article.facebook .image,
.search article.facebook .image,
.page-template-page-grid article.facebook .image {
  height: 120vw;
}
#parent {
  margin-bottom: 16px;
  background-color: #fff;
}
#children article {
  margin-bottom: 16px;
}
#children article > a {
  display: none;
  background-color: #fff;
  padding: 16px;
  width: 192px;
  flex-shrink: 0;
  border-right: 4px solid #f2f2f2;
}
#children article > a img {
  width: 160px;
  height: auto;
  display: block;
}
#children article .teaser {
  background-color: #fff;
  width: 100%;
}
#children article .teaser header {
  margin-bottom: 4px;
  background-color: transparent;
}
#children article .teaser header h2 {
  margin: 0;
  border-bottom: 4px solid #f2f2f2;
  color: #36729c;
}
#children article .teaser header h2 a {
  text-decoration: none;
  color: inherit;
}
#children article .teaser div.content {
  background-color: #fff;
  padding: 8px 16px 16px;
}
#children article .teaser div.content p {
  margin: 0;
}
#children article .teaser div.content a.more {
  width: 100%;
  margin: 0;
  text-align: right;
  color: #000;
}
#children article:last-of-type {
  margin: 0;
}
main aside {
  background-color: #fff;
}
main aside nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
main aside nav ul li {
  padding: 0;
  font-size: 56px;
}
main aside nav ul li i {
  font-size: 40px;
  float: left;
  line-height: 0;
  color: #fff;
  background-color: #36729c;
  margin-right: 16px;
  margin-top: 0px;
  padding: 8px;
}
main aside nav ul li a {
  display: block;
  padding: 16px;
  margin-bottom: 4px;
  font-size: 24px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
main aside nav ul li a i {
  margin-left: -16px;
  margin-top: -16px;
}
nav.ancestors {
  border-bottom: 12px solid #f2f2f2;
}
aside nav.ancestors {
  border-top: 12px solid #f2f2f2;
}
nav.ancestors ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
nav.ancestors ul li {
  padding: 0;
  font-size: 56px;
  border-bottom: 4px solid #f2f2f2;
}
nav.ancestors ul li i {
  font-size: 40px;
  float: left;
  color: #fff;
  background-color: #36729c;
  margin-right: 16px;
  margin-top: -16px;
  margin-left: -16px;
  padding: 8px;
  width: 64px;
  text-align: center;
}
nav.ancestors ul li a {
  display: block;
  padding: 16px;
  margin: 0;
  font-size: 24px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  line-height: 1;
}
nav#lang_toggle {
  display: flex;
  position: static;
  left: 16px;
  top: 22vw;
  z-index: 10;
}
nav#lang_toggle i {
  margin-right: 10px;
  line-height: inherit;
}
nav#lang_toggle ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
nav#lang_toggle ul li {
  list-style: none;
  padding: 0;
  margin-right: 10px;
}
nav#lang_toggle ul li a {
  color: #f49751;
}
nav#lang_toggle ul li.active a {
  color: #000;
  text-decoration: none;
}
ul.additional_content {
  list-style: none;
  padding: 8px 22px;
}
ul.additional_content li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
}
ul.additional_content li.user-meta {
  margin-top: -16px;
  margin-left: 40px;
}
ul.additional_content li i {
  position: absolute;
  left: 0;
  top: 3px;
  text-align: center;
  width: 20px;
}
ul.additional_content li * {
  max-width: 100%;
}
ul.additional_content li .video-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
ul.additional_content li .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#children ul.additional_content {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
}
#colophon {
  color: #fff;
  background-color: #36729c;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#colophon section {
  padding: 16px;
  border-bottom: 2px #fff solid;
}
#colophon h3 {
  color: #fff;
}
#colophon p {
  color: #fff;
}
#colophon ul {
  list-style: none;
  padding: 0;
}
#colophon ul li {
  color: #fff;
  width: 90vw;
  position: relative;
  padding-left: 24px;
}
#colophon ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}
#colophon ul li a {
  color: #fff;
}
#colophon ul li img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
#colophon > p {
  padding: 0 16px;
  width: 100%;
}
[data-tooltip] {
  position: relative;
  color: #36729c;
  font-weight: bold;
}
[data-tooltip]::after {
  white-space: pre;
  content: attr(data-tooltip);
  pointer-events: all;
  opacity: 0;
  transition: opacity 1.5s;
  display: block;
  bottom: 1rem;
  position: absolute;
  visibility: hidden;
  min-width: 15rem;
  min-width: 40rem;
  padding: 0.5rem;
  z-index: 100;
  color: #fff;
  background-color: #36729c;
  border: solid 1px #000;
  border-radius: 0.5em;
  font-weight: normal;
}
[data-tooltip]:hover::after {
  opacity: 1;
  display: block;
  visibility: visible;
  bottom: 1rem;
  position: absolute;
  font-weight: normal;
}
body div#black {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.83);
  z-index: 100;
}
body div#bildanzeige {
  position: relative;
  top: 5vh;
  height: 80vh;
  width: 60vw;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body div#bildanzeige div.schliessen,
body div#bildanzeige div.nachlinks,
body div#bildanzeige div.nachrechts {
  position: absolute;
  color: #ffffff;
  font-size: 36px;
  padding: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 100;
}
body div#bildanzeige div.schliessen {
  position: fixed;
  right: 30px;
  top: 30px;
}
body div#bildanzeige div.nachlinks {
  left: -50px;
  top: 45%;
}
body div#bildanzeige div.nachrechts {
  right: -50px;
  top: 45%;
}
body div#bildanzeige h1 {
  position: absolute;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  bottom: -60px;
}
body div#bildanzeige p {
  color: #fff;
  font-size: 24px;
}
label[for='calendar_toggler'] {
  display: block;
  border-radius: unset;
  color: #000;
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}
input#calendar_toggler ~ .fa-chevron-up {
  display: none;
}
input#calendar_toggler ~ .mbc {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
input#calendar_toggler:checked ~ .fa-chevron-up {
  display: block;
}
input#calendar_toggler:checked ~ .fa-chevron-down {
  display: none;
}
input#calendar_toggler:checked ~ .mbc {
  max-height: 400px;
}
.mbc a.target {
  display: none;
}
.mbc a.target:target,
.mbc a.target:checked {
  background: #f00;
}
.mbc a.target:target ~ table tbody tr,
.mbc a.target:checked ~ table tbody tr {
  display: none;
}
.mbc a.target:target.month_01 ~ table tbody tr.month_01:not(td),
.mbc a.target:checked.month_01 ~ table tbody tr.month_01:not(td),
.mbc a.target:target.month_01 ~ table tbody td.month_01:not(td),
.mbc a.target:checked.month_01 ~ table tbody td.month_01:not(td),
.mbc a.target:target.month_02 ~ table tbody tr.month_02:not(td),
.mbc a.target:checked.month_02 ~ table tbody tr.month_02:not(td),
.mbc a.target:target.month_02 ~ table tbody td.month_02:not(td),
.mbc a.target:checked.month_02 ~ table tbody td.month_02:not(td),
.mbc a.target:target.month_03 ~ table tbody tr.month_03:not(td),
.mbc a.target:checked.month_03 ~ table tbody tr.month_03:not(td),
.mbc a.target:target.month_03 ~ table tbody td.month_03:not(td),
.mbc a.target:checked.month_03 ~ table tbody td.month_03:not(td),
.mbc a.target:target.month_04 ~ table tbody tr.month_04:not(td),
.mbc a.target:checked.month_04 ~ table tbody tr.month_04:not(td),
.mbc a.target:target.month_04 ~ table tbody td.month_04:not(td),
.mbc a.target:checked.month_04 ~ table tbody td.month_04:not(td),
.mbc a.target:target.month_05 ~ table tbody tr.month_05:not(td),
.mbc a.target:checked.month_05 ~ table tbody tr.month_05:not(td),
.mbc a.target:target.month_05 ~ table tbody td.month_05:not(td),
.mbc a.target:checked.month_05 ~ table tbody td.month_05:not(td),
.mbc a.target:target.month_06 ~ table tbody tr.month_06:not(td),
.mbc a.target:checked.month_06 ~ table tbody tr.month_06:not(td),
.mbc a.target:target.month_06 ~ table tbody td.month_06:not(td),
.mbc a.target:checked.month_06 ~ table tbody td.month_06:not(td),
.mbc a.target:target.month_07 ~ table tbody tr.month_07:not(td),
.mbc a.target:checked.month_07 ~ table tbody tr.month_07:not(td),
.mbc a.target:target.month_07 ~ table tbody td.month_07:not(td),
.mbc a.target:checked.month_07 ~ table tbody td.month_07:not(td),
.mbc a.target:target.month_08 ~ table tbody tr.month_08:not(td),
.mbc a.target:checked.month_08 ~ table tbody tr.month_08:not(td),
.mbc a.target:target.month_08 ~ table tbody td.month_08:not(td),
.mbc a.target:checked.month_08 ~ table tbody td.month_08:not(td),
.mbc a.target:target.month_09 ~ table tbody tr.month_09:not(td),
.mbc a.target:checked.month_09 ~ table tbody tr.month_09:not(td),
.mbc a.target:target.month_09 ~ table tbody td.month_09:not(td),
.mbc a.target:checked.month_09 ~ table tbody td.month_09:not(td),
.mbc a.target:target.month_10 ~ table tbody tr.month_10:not(td),
.mbc a.target:checked.month_10 ~ table tbody tr.month_10:not(td),
.mbc a.target:target.month_10 ~ table tbody td.month_10:not(td),
.mbc a.target:checked.month_10 ~ table tbody td.month_10:not(td),
.mbc a.target:target.month_11 ~ table tbody tr.month_11:not(td),
.mbc a.target:checked.month_11 ~ table tbody tr.month_11:not(td),
.mbc a.target:target.month_11 ~ table tbody td.month_11:not(td),
.mbc a.target:checked.month_11 ~ table tbody td.month_11:not(td),
.mbc a.target:target.month_12 ~ table tbody tr.month_12:not(td),
.mbc a.target:checked.month_12 ~ table tbody tr.month_12:not(td),
.mbc a.target:target.month_12 ~ table tbody td.month_12:not(td),
.mbc a.target:checked.month_12 ~ table tbody td.month_12:not(td) {
  display: block;
}
.mbc a.target:target.month_01 ~ table tbody tr.month_01 ~ tr,
.mbc a.target:checked.month_01 ~ table tbody tr.month_01 ~ tr,
.mbc a.target:target.month_01 ~ table tbody td.month_01 ~ tr,
.mbc a.target:checked.month_01 ~ table tbody td.month_01 ~ tr,
.mbc a.target:target.month_02 ~ table tbody tr.month_02 ~ tr,
.mbc a.target:checked.month_02 ~ table tbody tr.month_02 ~ tr,
.mbc a.target:target.month_02 ~ table tbody td.month_02 ~ tr,
.mbc a.target:checked.month_02 ~ table tbody td.month_02 ~ tr,
.mbc a.target:target.month_03 ~ table tbody tr.month_03 ~ tr,
.mbc a.target:checked.month_03 ~ table tbody tr.month_03 ~ tr,
.mbc a.target:target.month_03 ~ table tbody td.month_03 ~ tr,
.mbc a.target:checked.month_03 ~ table tbody td.month_03 ~ tr,
.mbc a.target:target.month_04 ~ table tbody tr.month_04 ~ tr,
.mbc a.target:checked.month_04 ~ table tbody tr.month_04 ~ tr,
.mbc a.target:target.month_04 ~ table tbody td.month_04 ~ tr,
.mbc a.target:checked.month_04 ~ table tbody td.month_04 ~ tr,
.mbc a.target:target.month_05 ~ table tbody tr.month_05 ~ tr,
.mbc a.target:checked.month_05 ~ table tbody tr.month_05 ~ tr,
.mbc a.target:target.month_05 ~ table tbody td.month_05 ~ tr,
.mbc a.target:checked.month_05 ~ table tbody td.month_05 ~ tr,
.mbc a.target:target.month_06 ~ table tbody tr.month_06 ~ tr,
.mbc a.target:checked.month_06 ~ table tbody tr.month_06 ~ tr,
.mbc a.target:target.month_06 ~ table tbody td.month_06 ~ tr,
.mbc a.target:checked.month_06 ~ table tbody td.month_06 ~ tr,
.mbc a.target:target.month_07 ~ table tbody tr.month_07 ~ tr,
.mbc a.target:checked.month_07 ~ table tbody tr.month_07 ~ tr,
.mbc a.target:target.month_07 ~ table tbody td.month_07 ~ tr,
.mbc a.target:checked.month_07 ~ table tbody td.month_07 ~ tr,
.mbc a.target:target.month_08 ~ table tbody tr.month_08 ~ tr,
.mbc a.target:checked.month_08 ~ table tbody tr.month_08 ~ tr,
.mbc a.target:target.month_08 ~ table tbody td.month_08 ~ tr,
.mbc a.target:checked.month_08 ~ table tbody td.month_08 ~ tr,
.mbc a.target:target.month_09 ~ table tbody tr.month_09 ~ tr,
.mbc a.target:checked.month_09 ~ table tbody tr.month_09 ~ tr,
.mbc a.target:target.month_09 ~ table tbody td.month_09 ~ tr,
.mbc a.target:checked.month_09 ~ table tbody td.month_09 ~ tr,
.mbc a.target:target.month_10 ~ table tbody tr.month_10 ~ tr,
.mbc a.target:checked.month_10 ~ table tbody tr.month_10 ~ tr,
.mbc a.target:target.month_10 ~ table tbody td.month_10 ~ tr,
.mbc a.target:checked.month_10 ~ table tbody td.month_10 ~ tr,
.mbc a.target:target.month_11 ~ table tbody tr.month_11 ~ tr,
.mbc a.target:checked.month_11 ~ table tbody tr.month_11 ~ tr,
.mbc a.target:target.month_11 ~ table tbody td.month_11 ~ tr,
.mbc a.target:checked.month_11 ~ table tbody td.month_11 ~ tr,
.mbc a.target:target.month_12 ~ table tbody tr.month_12 ~ tr,
.mbc a.target:checked.month_12 ~ table tbody tr.month_12 ~ tr,
.mbc a.target:target.month_12 ~ table tbody td.month_12 ~ tr,
.mbc a.target:checked.month_12 ~ table tbody td.month_12 ~ tr {
  display: block;
}
.mbc a.target:target.month_01 ~ table tbody tr.month_01::before,
.mbc a.target:checked.month_01 ~ table tbody tr.month_01::before,
.mbc a.target:target.month_01 ~ table tbody td.month_01::before,
.mbc a.target:checked.month_01 ~ table tbody td.month_01::before,
.mbc a.target:target.month_02 ~ table tbody tr.month_02::before,
.mbc a.target:checked.month_02 ~ table tbody tr.month_02::before,
.mbc a.target:target.month_02 ~ table tbody td.month_02::before,
.mbc a.target:checked.month_02 ~ table tbody td.month_02::before,
.mbc a.target:target.month_03 ~ table tbody tr.month_03::before,
.mbc a.target:checked.month_03 ~ table tbody tr.month_03::before,
.mbc a.target:target.month_03 ~ table tbody td.month_03::before,
.mbc a.target:checked.month_03 ~ table tbody td.month_03::before,
.mbc a.target:target.month_04 ~ table tbody tr.month_04::before,
.mbc a.target:checked.month_04 ~ table tbody tr.month_04::before,
.mbc a.target:target.month_04 ~ table tbody td.month_04::before,
.mbc a.target:checked.month_04 ~ table tbody td.month_04::before,
.mbc a.target:target.month_05 ~ table tbody tr.month_05::before,
.mbc a.target:checked.month_05 ~ table tbody tr.month_05::before,
.mbc a.target:target.month_05 ~ table tbody td.month_05::before,
.mbc a.target:checked.month_05 ~ table tbody td.month_05::before,
.mbc a.target:target.month_06 ~ table tbody tr.month_06::before,
.mbc a.target:checked.month_06 ~ table tbody tr.month_06::before,
.mbc a.target:target.month_06 ~ table tbody td.month_06::before,
.mbc a.target:checked.month_06 ~ table tbody td.month_06::before,
.mbc a.target:target.month_07 ~ table tbody tr.month_07::before,
.mbc a.target:checked.month_07 ~ table tbody tr.month_07::before,
.mbc a.target:target.month_07 ~ table tbody td.month_07::before,
.mbc a.target:checked.month_07 ~ table tbody td.month_07::before,
.mbc a.target:target.month_08 ~ table tbody tr.month_08::before,
.mbc a.target:checked.month_08 ~ table tbody tr.month_08::before,
.mbc a.target:target.month_08 ~ table tbody td.month_08::before,
.mbc a.target:checked.month_08 ~ table tbody td.month_08::before,
.mbc a.target:target.month_09 ~ table tbody tr.month_09::before,
.mbc a.target:checked.month_09 ~ table tbody tr.month_09::before,
.mbc a.target:target.month_09 ~ table tbody td.month_09::before,
.mbc a.target:checked.month_09 ~ table tbody td.month_09::before,
.mbc a.target:target.month_10 ~ table tbody tr.month_10::before,
.mbc a.target:checked.month_10 ~ table tbody tr.month_10::before,
.mbc a.target:target.month_10 ~ table tbody td.month_10::before,
.mbc a.target:checked.month_10 ~ table tbody td.month_10::before,
.mbc a.target:target.month_11 ~ table tbody tr.month_11::before,
.mbc a.target:checked.month_11 ~ table tbody tr.month_11::before,
.mbc a.target:target.month_11 ~ table tbody td.month_11::before,
.mbc a.target:checked.month_11 ~ table tbody td.month_11::before,
.mbc a.target:target.month_12 ~ table tbody tr.month_12::before,
.mbc a.target:checked.month_12 ~ table tbody tr.month_12::before,
.mbc a.target:target.month_12 ~ table tbody td.month_12::before,
.mbc a.target:checked.month_12 ~ table tbody td.month_12::before {
  content: none;
  display: block;
  width: 50%;
  position: absolute;
  top: 00px;
  left: 0;
  height: 20px;
  text-align: left;
  font-size: 15px;
}
.mbc th[class^='day'] {
  color: #000;
  background-color: #36729c;
  cursor: pointer;
  border-left: 1px solid #fff;
}
.mbc th[class^='week'] {
  color: #000;
  background-color: #36729c;
  cursor: pointer;
  border-top: 1px solid #fff;
}
.mbc input {
  display: none;
  /*
            &:disabled + label {
              color: @jem-color-disabled;
              background-color: @jem-color-background-disabled;
            }
            /**/
}
.mbc input.today + label {
  color: #f49751;
}
.mbc input + label {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  color: #000;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
}
.mbc input:checked + label {
  color: #fff;
  background-color: #f49751;
}
.mbc input:checked + label::before {
  content: attr(data-day);
  content: none;
  display: block;
  width: 50%;
  background: #fff;
  position: absolute;
  top: 00px;
  height: 20px;
  text-align: right;
  right: 0;
}
.mbc table {
  width: 100%;
  border-right: 1px solid #36729c;
  border-bottom: 1px solid #36729c;
  display: block;
  position: relative;
}
.mbc table caption {
  display: none;
  height: 40px;
  text-indent: -999999px;
}
.mbc table tr {
  display: flex;
  justify-content: space-between;
}
.mbc table tr > * {
  width: 12.5%;
  text-align: center;
  border-left: 1px solid #36729c;
  border-top: 1px solid #36729c;
}
.mbc table th {
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
.mbc table thead {
  width: 100%;
  margin: 0;
  display: block;
}
.mbc table thead tr {
  width: 100%;
}
.mbc table tbody {
  display: block;
}
.mbc table tbody td {
  background-color: transparent;
}
.mbc table tbody tr:first-of-type:before {
  content: none;
  display: block;
  width: 50%;
  position: absolute;
  top: 00px;
  height: 20px;
  text-align: left;
  font-size: 15px;
  background-color: transparent;
}
.jem-filter-form-wrapper.place {
  text-align: center;
  max-width: 380px;
}
.jem-filter-form-wrapper.place .inside > p {
  margin: 8px 0;
  background-color: #fff;
  border: 1px solid #36729c;
  border-radius: unset;
}
.jem-filter-form-wrapper.place .inside > div {
  border: 1px solid #36729c;
  border-radius: unset;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.jem-filter-form-wrapper.place .inside > div i.fa-chevron-down,
.jem-filter-form-wrapper.place .inside > div i.fa-chevron-up {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: -1;
}
.jem-filter-form-wrapper.place .inside > div > label {
  display: none;
  overflow: hidden;
  width: 100px;
  flex-grow: unset;
  flex-shrink: unset;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.jem-filter-form-wrapper.place .inside > div > label + * {
  width: 100%;
}
.jem-filter-form-wrapper.place .inside table th,
.jem-filter-form-wrapper.place .inside table td {
  padding-bottom: 12.5%;
  display: block;
  position: relative;
}
.jem-filter-form-wrapper.place .inside table th label,
.jem-filter-form-wrapper.place .inside table td label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: unset;
}
.jem-filter-form-wrapper.place .inside nav {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.jem-filter-form-wrapper.place .inside nav a {
  color: #000;
  margin: 0 8px;
}
.jem-filter-form-wrapper.place .inside nav a:visited {
  color: inherit;
}
.jem-filter-form-wrapper.place .inside nav a:hover {
  color: #36729c;
}
.jem-filter-form-wrapper.place .inside label + div,
.jem-filter-form-wrapper.place .inside select {
  appearance: none;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  display: block;
  border: none;
  padding: 16px;
  color: #000;
  background-color: transparent;
  font-size: 16px;
}
.jem-filter-form-wrapper.place label.submit {
  display: inline-block;
  margin-top: 32px;
  padding: 8px 32px;
  border-radius: 32px;
  background-color: #f2f2f2;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.home .jem-filter-form-wrapper.place .inside div > label,
.home .jem-filter-form-wrapper.place .inside p > label {
  display: none;
}
.home .jem-filter-form-wrapper.place .inside div > label + *,
.home .jem-filter-form-wrapper.place .inside p > label + * {
  width: 100%;
}
#slider {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  position: relative;
  width: 100%;
  padding-top: 32%;
  margin-bottom: 44px;
}
#slider input {
  display: none;
}
#slider input:checked + div {
  opacity: 1;
  z-index: 1;
}
#slider div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#slider div h3 {
  position: absolute;
  color: #fff;
  bottom: 12px;
  left: 16px;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: block;
  width: calc(100% - 48px);
  text-decoration: none;
  text-shadow: 3px 3px 4px #000;
}
#slider div h3 a {
  color: inherit;
  text-decoration: inherit;
}
#slider div label {
  position: absolute;
  bottom: 50%;
  left: 16px;
  color: #fff;
  transform: translateY(50%);
  font-size: 24px;
  text-shadow: 3px 3px 4px #000;
}
#slider div label + label {
  left: auto;
  right: 16px;
}
#slider div img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#slider.single-slide div {
  opacity: 1;
}
body > header li,
nav#main_navigation li {
  text-align: left;
}
body > header li.simple-language a,
nav#main_navigation li.simple-language a,
body > header li.leichtesprache a,
nav#main_navigation li.leichtesprache a,
body > header li.contrast a,
nav#main_navigation li.contrast a {
  background-color: transparent;
  display: flex;
  width: 100%;
  font-size: 22px;
  justify-content: center;
  color: #fff;
  padding: 16px;
  border-bottom: none;
}
body > header li.simple-language i,
nav#main_navigation li.simple-language i,
body > header li.leichtesprache i,
nav#main_navigation li.leichtesprache i,
body > header li.contrast i,
nav#main_navigation li.contrast i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: inherit;
}
body > header li.simple-language span,
nav#main_navigation li.simple-language span,
body > header li.leichtesprache span,
nav#main_navigation li.leichtesprache span,
body > header li.contrast span,
nav#main_navigation li.contrast span {
  background-color: transparent;
  border-bottom: none;
  padding: 0 12px;
  color: inherit;
}
body > header ul.menu-disability-access,
nav#main_navigation ul.menu-disability-access {
  display: block;
}
body > header ul.menu-disability-access > li,
nav#main_navigation ul.menu-disability-access > li {
  display: none;
  background-color: #fff;
}
body > header ul.menu-disability-access > li a,
nav#main_navigation ul.menu-disability-access > li a,
body > header ul.menu-disability-access > li label,
nav#main_navigation ul.menu-disability-access > li label {
  background-color: transparent;
  width: unset;
  font-size: 24px;
}
body > header ul.menu-disability-access > li a i,
nav#main_navigation ul.menu-disability-access > li a i,
body > header ul.menu-disability-access > li label i,
nav#main_navigation ul.menu-disability-access > li label i {
  font-size: 32px;
}
body > header ul.menu-disability-access > li a i:first-child,
nav#main_navigation ul.menu-disability-access > li a i:first-child,
body > header ul.menu-disability-access > li label i:first-child,
nav#main_navigation ul.menu-disability-access > li label i:first-child {
  display: none;
}
body > header ul.menu-disability-access li.current-menu-item a,
nav#main_navigation ul.menu-disability-access li.current-menu-item a {
  color: #36729c;
}
body > header .menu li:hover a,
nav#main_navigation .menu li:hover a,
body > header .menu .current-menu-item a,
nav#main_navigation .menu .current-menu-item a,
body > header .menu .current-page-ancestor a,
nav#main_navigation .menu .current-page-ancestor a {
  background-color: #fff;
}
body > header .labels-for-menu,
nav#main_navigation .labels-for-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
body > header .labels-for-menu .input-off,
nav#main_navigation .labels-for-menu .input-off,
body > header .labels-for-menu .input-menu,
nav#main_navigation .labels-for-menu .input-menu {
  margin-right: auto;
}
body > header .labels-for-menu label,
nav#main_navigation .labels-for-menu label {
  display: block;
  width: unset;
  font-size: 12vw;
  line-height: 1;
  color: #fff;
  background-color: #36729c;
  cursor: pointer;
  text-align: center;
  float: unset;
  padding: 3vw 4vw;
}
body > header .labels-for-menu label::before,
nav#main_navigation .labels-for-menu label::before {
  content: 'H';
  font-family: 'Font Awesome 5 Pro';
}
body > header .labels-for-menu label[for='input-off']::before,
nav#main_navigation .labels-for-menu label[for='input-off']::before {
  content: '\f00d';
}
body > header .labels-for-menu label[for='input-menu']::before,
nav#main_navigation .labels-for-menu label[for='input-menu']::before {
  content: '\f0c9';
}
body > header .labels-for-menu label[for='input-font-size']::before,
nav#main_navigation .labels-for-menu label[for='input-font-size']::before {
  content: '\f894';
}
body > header .labels-for-menu label[for='input-contrast']::before,
nav#main_navigation .labels-for-menu label[for='input-contrast']::before {
  content: '\f042';
}
body > header .labels-for-menu label[for='input-simple-language']::before,
nav#main_navigation .labels-for-menu label[for='input-simple-language']::before {
  content: '\f5da';
}
body > header .labels-for-menu label[for='input-searchform']::before,
nav#main_navigation .labels-for-menu label[for='input-searchform']::before {
  content: '\f002';
}
body > header .labels-for-menu.tablet,
nav#main_navigation .labels-for-menu.tablet {
  display: none;
}
#input-off:checked ~ #main_navigation .input-off {
  display: none;
}
#input-menu:checked ~ #main_navigation .input-menu {
  display: none;
}
#input-menu:checked ~ #main_navigation .menu {
  display: block;
}
#input-contrast:checked ~ #main_navigation .input-menu {
  display: none;
}
#input-contrast:checked ~ #main_navigation .contrast {
  display: block;
}
#input-contrast:checked ~ #main_navigation .input-contrast label {
  background-color: #fff;
  color: #36729c;
}
#input-simple-language:checked ~ #main_navigation .input-menu {
  display: none;
}
#input-simple-language:checked ~ #main_navigation .leichtesprache,
#input-simple-language:checked ~ #main_navigation .simple-language {
  display: block;
}
#input-simple-language:checked ~ #main_navigation .input-simple-language label {
  background-color: #fff;
  color: #36729c;
}
#input-searchform:checked ~ #main_navigation .input-menu {
  display: none;
}
#input-searchform:checked ~ #main_navigation .searchform {
  display: block;
}
#input-searchform:checked ~ #main_navigation .input-searchform label {
  background-color: #fff;
  color: #36729c;
}
form#searchform {
  margin-bottom: 0;
  height: 64px;
}
form#searchform input[type='text'] {
  height: 64px;
  padding: 28px 16px;
  font-size: 16px;
}
.alpha-siegel {
  text-align: center;
  padding-top: 16px;
  display: flex;
  justify-content: center;
}
.alpha-siegel a,
.alpha-siegel img {
  display: block;
}
.alpha-siegel a {
  width: 33%;
}
.alpha-siegel img {
  width: 100%;
}
article header h2 {
  color: #000;
}
.search article .image,
.home article .image {
  margin: -16px -16px 0;
}
#marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 32px;
}
#marquee span {
  display: inline-block;
  padding-left: calc(100% + 32px);
  animation: marquee 10s linear infinite;
  color: #f49751;
  font-size: 20px;
  font-weight: bold;
}
#marquee span:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home .teaser .jem-calendar-wrapper {
  margin: 8px 0 0;
  padding: 0;
}
.home .teaser .jem-calendar-wrapper p {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
  .tablet {
    display: block;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  body > header {
    display: flex;
    justify-content: space-between;
    z-index: 9;
    order: -1;
    position: relative;
    max-width: 1800px;
    margin-left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding-left: 32px;
    padding-right: 32px;
  }
  body > header::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  body > header::before {
    background-color: #fff;
  }
  body > header h1,
  body > header h2 {
    width: 400px;
    top: 16px;
  }
  body > header h1 a,
  body > header h2 a {
    height: 124px;
  }
  body > header h1 a img,
  body > header h2 a img {
    position: relative;
    width: unset;
    max-width: 100%;
  }
  body > header nav ul {
    margin-top: 8px;
  }
  nav#main_navigation {
    z-index: 10;
    box-shadow: unset;
    position: relative;
    max-width: 1800px;
    margin-left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding-left: 32px;
    padding-right: 32px;
    position: sticky;
  }
  nav#main_navigation::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  nav#main_navigation::before {
    background-color: #36729c;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 8px 4px -4px;
  }
  nav#main_navigation label[for='nav'] {
    display: none;
  }
  nav#main_navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  nav#main_navigation ul li {
    position: relative;
    border-right: #fff 2px solid;
  }
  nav#main_navigation ul li a {
    border: none;
  }
  nav#main_navigation ul li.current-page-ancestor a,
  nav#main_navigation ul li.current-menu-item a,
  nav#main_navigation ul li:hover a {
    background-color: #fff;
    color: #000;
  }
  nav#main_navigation input[type='checkbox']:checked + ul {
    display: flex;
  }
  nav#lang_toggle {
    top: 20px;
    right: 380px;
    position: absolute;
  }
  nav#lang_toggle ul {
    flex-wrap: wrap;
  }
  form#searchform-desktop {
    display: flex;
    position: relative;
    height: 32px;
    background-color: transparent;
    padding: 0;
    right: 0;
    width: 100%;
    margin-left: 0%;
  }
  form#searchform-desktop i {
    font-size: 26px;
    padding-right: 8px;
    padding-top: 4px;
  }
  form#searchform-desktop input[type='text'] {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: block;
    font-size: 16px;
    border: 2px solid #000;
    max-width: 100%;
    padding: 2px 16px;
    border-radius: 16px;
    height: 32px;
    background-color: transparent;
  }
  form#searchform-desktop label[for='search'] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 72px;
    height: 32px;
    border: 2px solid #000;
    padding: 2px 8px;
    color: #000;
    border-radius: 16px;
    cursor: pointer;
    margin-left: 8px;
    font-size: 16px;
    background-color: transparent;
    text-align: center;
    position: relative;
  }
  form#searchform-desktop label[for='search']::before {
    content: 'suchen';
    font-family: 'Lato', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  form#searchform-desktop input:focus + label {
    border: blue 1px solid;
  }
  main {
    position: relative;
    max-width: 1800px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-left: 32px;
    padding-right: 32px;
    padding: 32px;
    width: 100%;
    min-height: calc(100vh - 292px);
  }
  main::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .home main,
  .search main #primary,
  .page-template-page-grid main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home main article,
  .search main #primary article,
  .page-template-page-grid main article {
    width: 49%;
  }
  .home main article .image,
  .search main #primary article .image,
  .page-template-page-grid main article .image {
    height: 30vw;
    max-height: 350px;
  }
  .home main article.facebook .image,
  .search main #primary article.facebook .image,
  .page-template-page-grid main article.facebook .image {
    height: 35vw;
  }
  .home main article header,
  .search main #primary article header,
  .page-template-page-grid main article header {
    border-bottom: 4px solid #f2f2f2;
  }
  .home main article header h2,
  .search main #primary article header h2,
  .page-template-page-grid main article header h2 {
    padding: 32px;
  }
  .home main article header h2 a,
  .search main #primary article header h2 a,
  .page-template-page-grid main article header h2 a {
    font-size: 40px;
  }
  #parent article,
  #page_article-single article {
    min-height: 100%;
  }
  #children article {
    display: flex;
  }
  #children article a {
    display: block;
  }
  #children ul.additional_content {
    margin-top: 0;
  }
  #slider_zwh {
    position: relative;
    max-width: 1800px;
    margin-left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
  }
  #slider_zwh::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #slider_zwh #slider_wrapper {
    display: block;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #slider_zwh #slider_wrapper #slider {
    width: 50%;
    padding-top: 20%;
    margin-bottom: 0;
  }
  #slider_zwh #slider_wrapper nav#barrierefrei {
    width: 50%;
    padding: 16px;
  }
  #slider_zwh #slider_wrapper nav#barrierefrei ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
  }
  article.post-number-1 {
    order: -3;
  }
  article.calendar {
    order: -2;
  }
  article.post-number-2 {
    order: -1;
  }
  .alpha-siegel {
    padding-top: 0;
  }
  .alpha-siegel a {
    width: unset;
  }
  .alpha-siegel img {
    width: 100px;
  }
  form#searchform-desktop {
    display: none;
  }
  #masthead {
    z-index: 11;
    align-items: center;
  }
  #masthead h1,
  #masthead h2 {
    flex-shrink: 0;
    padding: 0;
  }
  #masthead figure {
    flex-direction: column;
    align-content: center;
    position: relative;
    top: 8px;
  }
  #masthead figure img {
    width: 108px;
  }
  #masthead ul {
    padding: 0;
  }
  #masthead .additional-menu-item {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
  }
  #masthead .labels-for-menu {
    display: flex;
    margin-right: -16px;
  }
  #masthead .labels-for-menu li label {
    display: block;
    color: #000;
    background-color: transparent;
    font-size: 32px;
    height: auto;
    padding: 16px;
  }
  #masthead .labels-for-menu li.input-off {
    position: absolute;
    right: -18px;
    top: 59px;
    z-index: 2;
    margin: 0;
  }
  #masthead .menu-disability-access {
    position: absolute;
    right: -16px;
    top: 64px;
  }
  #masthead .menu-disability-access li {
    position: relative;
    background-color: #fff;
    border: #000 solid 2px;
    padding: 12px 60px 12px 16px;
  }
  #masthead .menu-disability-access li::before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    right: 87px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    background-color: #fff;
  }
  #masthead .menu-disability-access li i:first-child {
    display: none;
  }
  #masthead .menu-disability-access li a {
    padding: 0;
    background-color: transparent;
    color: #000;
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
  }
  #masthead .menu-disability-access li a i,
  #masthead .menu-disability-access li a span {
    padding: 0;
    background-color: transparent;
    color: #000;
    line-height: 1;
  }
  #masthead .menu-disability-access li a i {
    margin-left: 16px;
    font-size: 32px;
    line-height: 0.8;
  }
  #masthead .menu-disability-access li.contrast::before {
    right: 151px;
  }
  #masthead .searchform {
    position: absolute;
    right: -16px;
    top: 64px;
    background-color: #fff;
    width: calc(100vw - 32px);
    max-width: 1768px;
    padding: 12px 60px 12px 16px;
    border: 2px solid #000;
    height: unset;
    margin-bottom: 0;
  }
  #masthead .searchform input[type='text'] {
    border: none;
    height: 26px;
  }
  #masthead .searchform label[for='search'] {
    height: 26px;
  }
  #masthead .searchform i {
    display: none;
  }
  #masthead .searchform::before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    right: 15px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    background-color: #fff;
  }
  #input-off:checked ~ #masthead .input-off {
    display: none;
  }
  #input-contrast:checked ~ #masthead .contrast {
    display: block;
  }
  #input-simple-language:checked ~ #masthead .leichtesprache {
    display: block;
  }
  #input-searchform:checked ~ #masthead .searchform {
    display: flex;
  }
}
@media (min-width: 1024px) {
  body > header h1,
  body > header h2 {
    width: auto;
    right: 400px;
    left: 32px;
    max-width: 900px;
  }
  nav#lang_toggle {
    left: 32px;
  }
  main {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1800px;
  }
  .home main article,
  .search main #primary article,
  .page-template-page-grid main article {
    width: 32.5%;
  }
  .home main article .image,
  .search main #primary article .image,
  .page-template-page-grid main article .image {
    height: 20vw;
  }
  .home main::after,
  .search main #primary::after,
  .page-template-page-grid main::after {
    content: '';
    display: block;
    background-color: transparent;
    width: 32.5%;
    order: 12;
  }
  #parent {
    width: 40%;
    margin-bottom: 0;
  }
  #children {
    width: 58%;
  }
  #page_article-single {
    width: 58%;
    margin-right: 16px;
  }
  main aside {
    width: 40%;
  }
  aside nav.ancestors {
    border-top: 0;
  }
  #colophon {
    position: relative;
    max-width: 1800px;
    margin-left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding-left: 32px;
    padding-right: 32px;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
  }
  #colophon::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #colophon section {
    width: 32.5%;
    padding: 0 16px;
    position: relative;
    border: none;
  }
  #colophon section::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    margin-left: -1px;
    background-color: #fff;
    top: 0;
    right: -2.4%;
  }
  #colophon section:last-of-type::after {
    content: unset;
  }
  #colophon section ul li {
    width: auto;
  }
  #colophon > p {
    padding: 0 16px;
  }
  #slider_zwh #slider_wrapper #slider {
    width: 66.66%;
  }
  #slider_zwh #slider_wrapper nav#barrierefrei {
    width: 33.33%;
  }
  article.post-number-1 {
    order: -3;
  }
  article.post-number-2 {
    order: -3;
  }
  article.calendar {
    order: -2;
  }
  article.post-number-3 {
    order: -1;
  }
  article.post-number-4 {
    order: -1;
  }
}
@media (min-width: 1440px) {
  #colophon::before {
    background-color: #36729c;
  }
}
/*# sourceMappingURL=style.css.map */