@charset "UTF-8";
* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 4rem;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5rem 0;
}

* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
  margin-top: 0;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
  margin-top: 0;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 0 0;
}

ol, ul {
  padding-left: 0;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/variable/RobotoSlab-VariableFont_wght.ttf") format("truetype");
}
/* source-sans-pro-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: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-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: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.ttf") format("truetype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-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: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-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: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700italic.woff2") format("woff2"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700italic.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700italic.ttf") format("truetype"), url("../fonts/source-sans-pro/source-sans-pro-v21-latin-700italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  background: #ccc;
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
@media only screen and (max-width: 60em) {
  body {
    padding: 0;
  }
}

.uk-container {
  max-width: 1024px;
}

/*::selection {
    background-color: $color-primary;
    color: $color-white;
}*/
a {
  color: #0186b3;
}

a:hover {
  color: #777;
}

a[href$=".pdf"] {
  background: url(/site/templates/assets/img/pdf_icon.svg) no-repeat right center;
  background-size: contain;
  padding-right: 25px;
}

a[href*="//"]:not([href*="ellen-key-schule.de"]) {
  position: relative;
  padding-right: 15px;
}
a[href*="//"]:not([href*="ellen-key-schule.de"]):before, a[href*="//"]:not([href*="ellen-key-schule.de"]):after {
  content: "";
  background-color: #0186b3;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 4px;
  top: -4px;
}
a[href*="//"]:not([href*="ellen-key-schule.de"])::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
  top: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}

h1, h2, h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #777;
}

h1 {
  color: #0186b3;
}

h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: calc(1.75rem + 2px);
  padding: 2rem 0 0.5rem 0;
}

h3.uk-width-1-1.uk-margin-small-bottom {
  margin-bottom: 0 !important;
}

p {
  font-size: 1.75rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  color: #000;
  /*&:not(:last-child) {
      margin-bottom: 1  rem;
  }*/
}

em {
  color: inherit;
}

.slider {
  /*p{
      font-size: calc(1.75rem - 2px);
  }*/
}
.slider h3 {
  text-transform: uppercase;
}

main ul, main ol {
  margin-bottom: 1rem;
}
main ul li, main ol li {
  font-size: 1.75rem;
  margin-left: 1.5rem;
}
main p ~ ul {
  margin-top: -1rem;
}

.u--c {
  text-transform: uppercase;
}

.mod_form {
  display: inline;
  float: left;
  margin-left: 2rem;
  width: calc(33.3222259247% - 45px);
}
.mod_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.3rem;
  border: 1px solid #777;
  background: #fff;
  margin-top: 0.5rem;
}
.mod_form form input {
  height: 2.5rem !important;
  line-height: 2.5rem;
}

main .mod_form {
  margin-left: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  width: calc(66.6444518494% - 45px);
}

form.form_newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  width: 100%;
  font-size: 2rem;
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  background: #fff;
  margin-top: 2rem;
  max-width: 600px;
}
form.form_newsletter div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
form.form_newsletter input {
  padding: 5px;
  border: 1px solid #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 360px;
  font-size: 2rem;
}
form.form_newsletter button {
  max-width: 20rem;
  font-size: 2rem;
  color: #fff;
  background-color: #333;
  padding: 5px;
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
}
form.form_newsletter button:hover {
  background-color: #0186b3;
}

#content-body ul.gallery li {
  margin-left: 0;
  padding-bottom: 15px;
}

figure.uk-width-1-1 {
  padding-bottom: 0.5rem;
}

/*Fotogalerie*/
.foto--teaser {
  padding-bottom: 1rem;
}
.foto--teaser h3 {
  padding: 0.5rem 0 0 0;
}
.foto--teaser p {
  margin-bottom: 0;
  font-size: calc(1.75rem - 2px);
}

table {
  width: 100%;
}
table tr:nth-child(2n+1) {
  background-color: #eee;
}
table td {
  font-size: 1.75rem;
  padding: 0.5rem;
}
table td:first-child {
  width: 50%;
}

body.pausen table tr:first-child td {
  font-weight: 700;
}
body.pausen table tr:first-child td p {
  line-height: 0;
}
body.pausen table td:first-child {
  width: 10%;
  text-align: center;
}
body.pausen table td p {
  margin-bottom: 0;
}
body.pausen table td:last-child {
  text-align: center;
}

#wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px #888;
          box-shadow: 0px 2px 8px #888;
  margin: 0 auto;
  margin-top: 4rem;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  max-width: 1400px;
}
@media only screen and (max-width: 60em) {
  #wrapper {
    border-radius: 0;
  }
}

#container {
  clear: both;
  min-height: 400px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media only screen and (max-width: 60em) {
  #container.uk-grid {
    margin-left: 0;
  }
}

main#main {
  padding-top: 2rem;
}
@media only screen and (max-width: 60em) {
  main#main.uk-container {
    padding: 0 1.5rem;
  }
}

#content {
  padding-right: 2rem;
}
@media only screen and (max-width: 40em) {
  #content {
    padding-left: 2rem;
  }
}

iframe.iframe_kalender {
  height: 100%;
  min-height: 100vw;
}

header {
  background: #E7E7E7;
  position: relative;
  overflow: hidden;
}

div.logo {
  background: transparent url(/site/templates/assets/img/trans_8.png) repeat;
  /*height: 84%;
  left: 20px;
  position: absolute;
  top: 40px;*/
  height: 100%;
  margin-left: 2rem;
  width: calc(25% - 50px);
  min-width: 20rem;
}
@media only screen and (max-width: 75em) {
  div.logo {
    width: calc(25% - 40px);
  }
}
@media only screen and (max-width: 60em) {
  div.logo {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 40em) {
  div.logo {
    width: calc(37.5% - 40px);
  }
}
div.logo a {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
div.logo img {
  max-width: 25rem;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.7));
}

div.background-header {
  height: 20rem;
}

nav li {
  list-style: none;
  font-weight: 700;
}

nav.nav_top {
  height: 4rem;
  padding-top: 1rem;
}
nav.nav_top ul {
  font-size: 1.8rem;
  float: right;
  height: 3rem;
  margin-right: 1rem;
  text-align: center;
}
@media only screen and (max-width: 60em) {
  nav.nav_top ul {
    margin-right: 0;
  }
}
nav.nav_top li {
  display: inline-block;
  float: left;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 60em) {
  nav.nav_top li:last-child {
    margin-right: 0;
  }
}
nav.nav_top a, nav.nav_top span {
  background: #fff;
  color: #666;
  display: block;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
nav.nav_top a:hover {
  background: #0186b3;
  color: #fff;
}
nav.nav_top li.current span {
  background: #0186b3;
  color: #fff;
}

nav.nav_main {
  background: #f0ece0;
  padding: 2rem 0 1rem 1rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
nav.nav_main li {
  padding: 5px 0;
  margin: 0.5rem 0;
  line-height: 1.8rem;
  word-break: break-all;
}
nav.nav_main ul.level_2 {
  margin: 0 0 1rem 1rem;
}
nav.nav_main ul.level_2 .parent a {
  color: #777;
}
nav.nav_main a {
  display: block;
}
nav.nav_main a:hover {
  text-decoration: none;
}

.prev--next {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
}
.prev--next span {
  display: block;
  margin-left: -1rem;
}
.prev--next a {
  position: realitive;
  /*
  &:last-child::after{›
      content: ">";
      padding-left: 5px
  }*/
}
.prev--next a::before {
  content: "‹";
  padding-right: 5px;
}

@media only screen and (max-width: 60em) {
  aside#sidebar {
    padding: 0 1.5rem;
  }
}

.inside {
  margin-left: 20px;
}
@media only screen and (max-width: 60em) {
  .inside {
    padding-bottom: 3rem;
    margin-left: 0;
  }
  .inside p {
    font-size: 2.25rem;
    margin-top: 1.5rem;
  }
}

footer {
  padding: 2rem 0;
}
footer p {
  text-align: center;
}

.uk-accordion-title::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background-color: #fff;
}

ul.sitemap {
  position: relative;
}
ul.sitemap a.uk-accordion-title {
  background-color: #0186b3;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1010;
  top: 0;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  height: 4rem;
  line-height: 4rem;
}
ul.sitemap a.uk-accordion-title:hover {
  color: #111;
}
ul.sitemap .uk-accordion-content {
  background-color: #f0ece0;
  margin-top: 0;
  -webkit-box-shadow: 0px 2px 8px #888;
          box-shadow: 0px 2px 8px #888;
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
}
ul.sitemap .uk-accordion-content nav {
  margin-top: 4rem;
}
ul.sitemap .uk-accordion-content ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  grid-template-columns: 20% 20% 20% 20% 20%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 1.5rem;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
ul.sitemap .uk-accordion-content ul > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
@media only screen and (max-width: 60em) {
  ul.sitemap .uk-accordion-content ul {
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
}
@media only screen and (max-width: 48em) {
  ul.sitemap .uk-accordion-content ul {
    -ms-grid-columns: 33% 33% 33%;
    grid-template-columns: 33% 33% 33%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 40em) {
  ul.sitemap .uk-accordion-content ul {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
}
@media only screen and (max-width: 26.25em) {
  ul.sitemap .uk-accordion-content ul {
    display: inherit;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  ul.sitemap .uk-accordion-content ul > *:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
}
ul.sitemap .uk-accordion-content li.level_1 {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  margin: -1px 0 0 -1px;
  word-break: break-all;
}
ul.sitemap .uk-accordion-content li.level_1 a, ul.sitemap .uk-accordion-content li.level_1 span {
  display: block;
  padding: 0 5%;
  color: #0186b3;
  text-transform: inherit;
  text-align: inherit;
  font-size: inherit;
  height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
@media only screen and (max-width: 26.25em) {
  ul.sitemap .uk-accordion-content li.level_1 a, ul.sitemap .uk-accordion-content li.level_1 span {
    padding-left: 5%;
  }
}
ul.sitemap .uk-accordion-content li.level_1 a:hover, ul.sitemap .uk-accordion-content li.level_1 span:hover {
  color: #777;
  text-decoration: none;
  position: relative;
}
ul.sitemap .uk-accordion-content li.level_1 a:hover::after, ul.sitemap .uk-accordion-content li.level_1 span:hover::after {
  content: "";
  height: 1rem;
  width: 1rem;
  background: #777;
  right: 5px;
  position: absolute;
  top: 35%;
}
ul.sitemap .uk-accordion-content li.level_1 ul {
  display: inherit;
  list-style: none;
  padding-left: 10px;
}
ul.sitemap .uk-accordion-content li.current span {
  color: #111;
  position: relative;
  display: block;
}
ul.sitemap .uk-accordion-content li.current span::after {
  content: "";
  height: 1rem;
  width: 1rem;
  background: #111;
  right: 5px;
  position: absolute;
  top: 35%;
}

.slider--wrapper {
  /*echtes center*/
  padding-right: 3.5rem;
  padding-left: 7rem;
}
.slider--wrapper h2 {
  text-align: center;
  padding: 1rem;
}

.stoerer {
  border: 3px solid #0186b3;
}
.stoerer h3 {
  text-align: center;
  background: #0186b3;
  color: #fff;
  padding: 0.3rem;
  padding-top: 0;
}
.stoerer .flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.stoerer article {
  padding: 1rem 0;
}
@media only screen and (max-width: 40em) {
  .stoerer article {
    margin-left: 2rem !important;
  }
}
.stoerer article > * {
  padding: 0 1rem;
}

.infos .time {
  font-size: 1.45rem;
  font-weight: 700;
}
.infos h4 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.infos .parent {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.infos .parent:last-child {
  border-bottom: none;
}
.infos .child {
  border-top: 1px dotted #ccc;
  margin-top: 1rem;
  padding-top: 1rem;
}
.infos .child:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.slider {
  background-color: #e7e7e7;
  padding: 2rem;
  border-radius: 10px;
}
.slider h3 {
  padding-top: 0;
}
.slider ul.uk-slider-nav {
  margin-top: 1rem;
}

.covid {
  border: 10px solid transparent;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.covid.rot {
  border-color: #cb0538;
}
.covid.orange {
  border-color: #f59c00;
}
.covid.gelb {
  border-color: #fed500;
}
.covid.gruen {
  border-color: #60b564;
}
.covid h3 {
  margin-bottom: 1rem;
  padding: 0 1rem 1rem;
  color: #fff;
}
.covid h3 span {
  display: block;
  color: #000;
}
.covid h3.rot {
  background-color: #cb0538;
}
.covid h3.orange {
  background-color: #f59c00;
}
.covid h3.gelb {
  background-color: #fed500;
}
.covid h3.gruen {
  background-color: #60b564;
}
.covid p {
  margin: 0 1rem 1rem;
}

.section--download h2 {
  font-size: 2.5rem;
}
.section--download .parent {
  margin: 2rem 0;
  padding: 2rem 0;
  border-bottom: 1px solid #777;
}
.section--download h3 {
  padding-top: 0;
}
.section--download .child {
  border-top: 1px dotted #ccc;
  margin-top: 1rem;
  padding-top: 1rem;
}
.section--download .child:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.downloads--start li a {
  display: block;
  min-height: 4rem;
}
.downloads--start li a[href$=".pdf"] {
  background-size: 27px 30px;
  padding-left: 30px;
  background-position: left 3px;
}
.downloads--start.start li {
  display: none;
}
.downloads--start.start li:nth-child(1), .downloads--start.start li:nth-child(2), .downloads--start.start li:nth-child(3), .downloads--start.start li:nth-child(4) {
  display: inherit;
}