@charset "UTF-8";

@viewport {
  width: device-width;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #414141;
  line-height: 1.5;
  font-size: 1rem;
  margin: 0;
  background-color: #f7f7f7;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  background-image: url('../main-bg.svg');
  background-repeat: repeat;
  background-size: 300%;
  background-position-x: center;
  background-position-y: top;
}

a {
  color: #ec4a87;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
}

article a {
  text-decoration: underline;
}

a:hover {
  color: #1a4b97;
}

ul {
  list-style: none;
}

header {
  /* display: flex; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  max-width: 1360px;
  margin: 0 auto;
}

header a {
  color: #1a4b97;
  font-weight: 600;
}

header a:hover {
  color: #ec4a87;
}

header nav {
  display: flex;
  justify-content: flex-end;
}

.header--content,
.header--navigation {
  flex: 0 1 1080px;
  padding: 2vw 5vw 2vw 5vw;
}

nav ul {
  padding: 0;
}

main {
  width: 100%;
  max-width: 1165px;
  margin: auto;
  display: block;
}

aside {
  flex: 0 1 200px;
}

#home-page article {
  /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
  flex: 0 1 1280px;
}

#default-page article {
  flex: 0 1 650px;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ec4a87;
  line-height: 1.1em;
}

hr {
  width: 80%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  opacity: 0.1;
  border: 0 none;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* Quotes without caption */

blockquote {
  width: 80%;
  margin: 0 auto;
  padding-left: 1em;
  border-left: 2px solid #ec4a87;
  font-style: italic;
}

div.row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

#default-page main div.row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 1vw 5vw;
}

#calendar-page main div.row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2vw;
}

.event-list--items {
  display: flex;
  flex-wrap: wrap;
}

/* Home Page Styles */

.intro--header {
  display: flex;
  flex-direction: column;
}

.intro--header h2 {
  color: #414141;
  font-size: 2em;
}

.intro--header .gridContainer:first-child {
  display: flex;
  justify-content: center;
}

.intro--header .gridContainer {
  display: flex;
  padding: 2rem 0rem;
  flex-wrap: wrap;
}

.intro--image {
  display: flex;
  justify-content: center;
}

.intro--image img {
  width: 950px;
  /* IE 11 distortion fix */
  min-height: 1px;
  /* IE 11 distortion fix */
}

.intro--header .gridContainer img {
  display: block;
}

.intro--header .gridContainer .container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1 1 240px;
}

.intro--header .gridContainer .container:nth-child(1) {
  flex: 1 1 450px;
}

.intro--header .gridContainer .container:nth-child(2) h2,
.intro--header .gridContainer .container:nth-child(3) h2 {
  font-size: 1.2em;
  margin-top: 0.2em;
}

.intro--header h2 {
  margin-bottom: 0;
  margin-top: 0;
}

.intro--header img {
  width: 950px;
  min-height: 1px;
}

.intro--header p,
.intro--header h2 {
  padding-left: 3vw;
  padding-right: 3vw;
}

/* .home--teaser-list, */
/* .home--events-list, */
/* .home--news-list {
    display: none;
    visibility: hidden;
} */

.event-date.cancelled {
  text-decoration: line-through;
}

.event-detail--hero-image {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 0;
}

.card--event--tag {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.5;
}

/* Home Card Lists */

#home-page .home--events-list .row,
#home-page .home--news-list .row {
  padding: 2vw;
}

#home-page .home--events-list .card,
#home-page .home--news-list .card {
  flex-direction: column;
  flex: 1 1 250px;
  margin: 2vh 1vw;
  max-width: 380px;
}

#home-page .home--events-list h2,
#home-page .home--news-list h2 {
  margin: 0;
  font-size: 1em;
}

#home-page .home--events-list h2 a {
  color: #414141;
}

#home-page .home--events-list a.card--pill--a {
  background-color: transparent;
  border: none;
  color: #48c4f3;
}

#home-page .home--events-list a.card--pill--b {
  background-color: transparent;
  border: none;
  color: #865fc2;
}

#home-page .home--events-list a.card--pill--c {
  background-color: transparent;
  border: none;
  color: #ec4a87;
}

#home-page .home--events-list a.card--pill--d {
  background-color: transparent;
  border: none;
  color: #ffb425;
}

#home-page .home--events-list a.card--pill--e {
  background-color: transparent;
  border: none;
  color: #ff4848;
}

#home-page .home--events-list a.card--pill--f {
  background-color: transparent;
  border: none;
  color: #57d88b;
}

#calendar-page .card--link--details .card--pill--b {
  color: black;
  border-color: transparent;
  background-color: transparent;
}

#home-page .home--events-list .card--title {
  display: block;
}

#home-page .home--events-list .card--content,
#home-page .home--news-list .card--content {
  flex: 1 1 auto;
}

#home-page .home--events-list .card--header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#home-page .home--events-list .card--date {
  font-size: 1.4em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.card--link--details {
  font-weight: bold;
  text-decoration: none;
}

.row--upcoming-events--footer {
  display: flex;
  justify-content: space-between;
}

#home-page .home--events-list .card--location {
  flex: 1 1 50px;
  margin-bottom: 1em;
}

#home-page .home--events-list .card--image,
#home-page .home--news-list .card--image,
#calendar-page .event-list--items .card--image {
  flex: 0 1 200px;
  position: relative;
}

#home-page .home--events-list .row--footer-row,
#home-page .home--news-list .row--footer-row {
  display: flex;
  /* justify-content: flex-end; */
  padding: 0 3vw;
}

/* Gallery List Styles */

#default-page .row.row--gallery-category-list {
  padding: 0;
}

#default-page .gallery--category-list--content {
  flex: 1 1 180px;
}

.gallery--category-list--image {
  background-size: cover;
  background-position: center;
  height: 200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: 0.3s;
}

.gallery--category-list--image:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.gallery--category-list--image a {
  display: block;
  height: 200px;
}

article.gallery--category-list--content {
  margin: 1em 1em;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px; */
}

.gallery--category-list--title a {
  color: #414141;
  text-decoration: none;
}

.gallery--category-list--title {
  font-size: 1em;
}

.album--date {
  margin-top: 1em;
}

.gallery--category-list--description {
  display: none;
  visibility: hidden;
}

#gallery img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

/* Accent Colors */

.accent-color-01 {
  color: #48c4f3;
}

.accent-color-02 {
  color: #865fc2;
}

.accent-color-03 {
  color: #ec4a87;
}

.accent-color-04 {
  color: #ffb425;
}

.accent-color-05 {
  color: #ff4848;
}

.accent-color-06 {
  color: #57d88b;
}

/* Artikel Header Styles */

.title--current-categorie {
  font-size: 2em;
  margin-bottom: 2em;
}

.title--current-categorie::after {
  content: '';
  display: block;
  width: 1em;
  height: 0.1em;
  background: #ec4a87;
  margin-top: 0.3em;
}

.title--parent-categorie,
.title--leichte-sprache {
  color: #414141;
  margin-bottom: -1em;
  margin-top: 0;
}

/* Article List Styles */

.main-content ul {
  list-style-type: disc;
  list-style-position: outside;
}

.main-content li {
  margin-bottom: 0.4em;
}

.main-content ol {
  list-style: none;
  counter-reset: olist;
  padding-left: 0px;
}

.main-content ol li {
  counter-increment: olist;
  padding-left: 3em;
  position: relative;
}

.main-content ol li::before {
  content: counter(olist) '. ';
  color: #ec4a87;
  font-weight: bold;
  position: absolute;
  left: 1em;
  top: 0px;
}

.main-content ol li {
  margin-bottom: 1em;
}

/* Highlight Container */

.highlight {
  background-color: #ec4a87;
  color: #ffffff;
  padding: 1em 1.5em;
  margin-left: -1.5em;
  width: calc(100% + 1.5em);
}

/* Language Switcher */

.language ul {
  list-style: none;
  display: flex;
}

.language-switch {
  padding-left: 0;
  padding-right: 1em;
}

.header-content a {
  margin: 0.25em;
  text-decoration: none;
}

/* Main Navigation active state */

header .ancestor a,
header .selected a {
  color: #ec4a87;
}

/* Main Navigation */

.main-navigation {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.main-navigation ul {
  display: none;
}

.main-navigation a {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* Side Navigation */

ul.sub-navigation li {
  line-height: 1.2em;
  margin-top: 0.8em;
}

.sub-navigation a {
  color: #414141;
  /* font-weight: normal;
    line-height: 1.4em;
    margin-bottom: .8em; */
}

.sub-navigation--section-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #414141;
}

.sub-navigation a {
  opacity: 0.6;
}

.sub-navigation a:hover {
  opacity: 1;
}

.sub-navigation .selected a,
.sub-navigation .selected.descendant a {
  font-weight: bold;
  opacity: 1;
  color: #414141;
}

.child.descendant a {
  font-weight: normal;
}

.sub-navigation ul {
  border-left: 2px solid #ccc;
  padding-left: 1.2em;
}

.sub-navigation > li.ancestor > a {
  color: #ec4a87;
  font-weight: bold;
  opacity: 1;
  padding-left: 1em;
  border-left: 2px solid #ec4a87;
}

/* div.main-content {
    flex: 0 1 680px;
} */

.donation {
  display: flex;
  justify-content: flex-end;
}

.page-header {
  display: flex;
  justify-content: space-between;
  flex: 0 1 1080px;
  flex-wrap: wrap;
}

.header-logo {
  flex: 0 1 250px;
}

.header-logo svg {
  max-width: 250px;
  width: 100%;
}

/* Test from remote */

.top-row {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-logo {
  flex: 1 0 300px;
  display: flex;
  justify-content: flex-start;
}

.header-content {
  flex: 1 1 780px;
}

.header-main {
  flex: 1 1 auto;
}

.header--content {
  display: flex;
  flex-wrap: wrap;
}

/* groupe de travail */

#groupe-de-travail {
  display: flex;
  flex-wrap: wrap;
}

#groupe-de-travail h2 {
  font-size: 1.2em;
}

#groupe-de-travail .container {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  margin: 0em 1em 1em 0em;
  padding: 0em 1em;
  flex: 1 1 115px;
}

#groupe-de-travail .container:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#groupe-de-travail .container:nth-child(even) {
  background-color: #ebf3ff;
}

#groupe-de-travail .container:nth-child(odd) {
  background-color: #f2f2f2;
}

/* Mediathek - Books */

.mediathekGrid {
  /* display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(9em, 1fr)); */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mediathekBook {
  display: flex;
  flex-direction: column;
  margin: 0vh 1vw 5vh 1vw;
  flex: 1 1 130px;
}

.mediathek--book--image img {
  max-height: 200px;
  width: auto;
}

.mediathek--book--title {
  font-size: 0.9em;
}

.mediathek--book--authors {
  font-weight: bold;
}

.mediathek--book--meta p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9em;
}

/* Leichte Sprache */

a.language--leichte-sprache {
  display: flex;
  align-items: center;
}

a.language--leichte-sprache svg {
  fill: #1a4b97;
  margin-right: 0.3em;
  margin-left: 0.3em;
}

a.language--leichte-sprache:hover svg {
  fill: #ec4a87;
}

.logo--leichte-sprache {
  width: 72px;
  margin-right: 1em;
}

.wrapper--headlines--leichte-sprache {
  display: flex;
}

/* Language Switcher */

.language {
  display: flex;
  /* align-items: center; */
  justify-content: flex-end;
}

.language-switch a {
  color: rgba(26, 75, 151, 0.5);
  margin-right: 0.25em;
  margin-left: 0.25em;
}

.language-switch .active a {
  color: #1a4b97;
}

/* Quotes with caption */

figure.quote {
  width: 80%;
  margin: 0 auto;
  padding-left: 1em;
  border-left: 2px solid #ec4a87;
}

figure.quote blockquote {
  margin-left: 0em;
  padding-left: 0;
  border-left: 0;
}

figure.quote figcaption {
  font-size: 0.7em;
}

figure.quote figcaption p::before {
  content: '̶ ';
  margin-right: 0.3em;
}

/* Card Element */

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  display: flex;
  background-color: white;
  /* margin: 1em; */

  flex: 1 1 250px;
  flex-direction: column;
  margin: 2vh 1vw;
}

.card--blog {
  flex: 1 1 400px;
  flex-direction: inherit;
}

.event-list--items .card {
  margin: 2vh 1vw;
}

.card--blog {
  margin: 1em 0;
}

.card--blog .card--title h2 {
  font-size: 1.2em;
  margin-top: 0;
}

.event-list--filter {
  margin: 3vw;
}

.event-list--items {
  padding: 2vw;
}

#calendar-page .title--current-categorie {
  margin: 3vw;
}

/* Blog Entry Details */

.blogentry-date {
  font-weight: bold;
  margin-bottom: 0.25em;
}

.blogentry-title {
  margin-top: 0.25em;
}

.blogentry-title::after {
  content: '';
  display: block;
  width: 1em;
  height: 0.1em;
  background: #ec4a87;
  margin-top: 0.3em;
}

.blogentry-tags {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}

.blogentry-tags a {
  text-decoration: none;
}

.blogentry-tags svg {
  margin-right: 0.4em;
  padding-top: 2px;
}

.blogentry-tags-title {
  font-weight: bold;
  margin-right: 1em;
}

.blogentry-tags a {
  margin-right: 0.5em;
}

.blogentry-heroimage {
  background-size: cover;

  background-position: center;
  height: 400px;
}

/* On mouse-over, add a deeper shadow */

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card--image {
  flex: 0 1 250px;
  background-size: cover;
  background-position: center;
}

.card--title h2 a {
  text-decoration: none;
}

.card--blog .card--content {
  flex: 0 1 380px;
}

/* Add some padding inside the card container */

.card--content {
  padding: 1em;
}

.card--pill {
  background-color: #ec4a87;
  color: white;
  font-weight: 400;
  border: 1px solid #ec4a87;
  border-radius: 4px;
  padding: 0.1em 0.6em;
  transition-duration: 0.3s;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}

#calendar-page .event-list--filter .disabled {
  opacity: 0.4;
}

/* Special Event */

.card--pill--a,
.button.card--pill--a {
  background-color: #48c4f3;
  border: 1px solid #48c4f3;
  color: white;
}

/* Zumba */

.card--pill--b,
.button.card--pill--b {
  background-color: #865fc2;
  border: 1px solid #865fc2;
  color: white;
}

/* Dance */

.card--pill--c,
.button.card--pill--c {
  background-color: #ec4a87;
  border: 1px solid #ec4a87;
  color: white;
}

/* Stuff21 */

.card--pill--d,
.button.card--pill--d {
  background-color: #ffb425;
  border: 1px solid #ffb425;
  color: white;
}

/* Excursion */

.card--pill--e,
.button.card--pill--e {
  background-color: #ff4848;
  border: 1px solid #ff4848;
  color: white;
}

/* Holiday Activity */

.card--pill--f,
.button.card--pill--f {
  background-color: #57d88b;
  border: 1px solid #57d88b;
  color: white;
}

.card--icon svg {
  width: 1.2em;
  margin-right: 0.25em;
}

/* .card--header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */

.card--time,
.card--location,
.card--icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* .card--header {
    justify-content: space-between;
} */

.card.hide {
  display: none;
}

.card--location {
  flex-wrap: nowrap;
}

.card--footer {
  margin-top: 1em;
}

/* Activities Grid Block */

#activities.gridBlock {
  display: flex;
  flex-wrap: wrap;
}

/* Index Teaser Card */

.home--teaser-list .card--image {
  flex: 0 1 200px;
}

#home-page h2 {
  margin-left: 3vw;
  margin-right: 3vw;
}

#home-page .card--image--title h2,
#home-page .intro--header h2 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.home--teaser-list .card,
#activities .card {
  flex-direction: column;
  flex: 1 1 250px;
  margin: 2vh 1vw;
}

.home--teaser-list .card--header,
#activities .card--header {
  flex-direction: column;
  align-items: stretch;
}

.home--teaser-list .card--content,
#activities .card--content {
  flex: 1 1 auto;
}

.home--teaser-list .gridContainer,
#activities .gridContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 2vw;
}

.home--teaser-list .card--content,
#activities .card--content {
  background-color: white;
  padding-top: 0;
}

.home--teaser-list .card--image,
#activities .card--image {
  position: relative;
}

.home--teaser-list .card--image--title,
#activities .card--image--title {
  background-color: white;
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.8em 1em 0.6em 1em;
}

.home--teaser-list .card--image--title h2,
#activities .card--image--title h2 {
  display: inline;
  font-size: 1.2em;
}

/* Coloring Teaser Boxes */

/* Box 1 */

.home--teaser-list .card:nth-child(1) h2 {
  color: #48c4f3;
}

.home--teaser-list .card:nth-child(1) svg {
  fill: #48c4f3;
}

.home--teaser-list .card:nth-child(1) .button {
  border: 1px solid #48c4f3;
  color: #48c4f3;
}

.home--teaser-list .card:nth-child(1) .button:hover {
  border: 1px solid #48c4f3;
  background-color: #48c4f3;
  color: white;
}

/* Box 2 */

.home--teaser-list .card:nth-child(2) h2 {
  color: #ec4a87;
}

.home--teaser-list .card:nth-child(2) svg {
  fill: #ec4a87;
}

.home--teaser-list .card:nth-child(2) .button {
  border: 1px solid #ec4a87;
  color: #ec4a87;
}

.home--teaser-list .card:nth-child(2) .button:hover {
  border: 1px solid #ec4a87;
  background-color: #ec4a87;
  color: white;
}

/* Box 3 */

.home--teaser-list .card:nth-child(3) h2 {
  color: #ffb425;
}

.home--teaser-list .card:nth-child(3) svg {
  fill: #ffb425;
}

.home--teaser-list .card:nth-child(3) .button {
  border: 1px solid #ffb425;
  color: #ffb425;
}

.home--teaser-list .card:nth-child(3) .button:hover {
  border: 1px solid #ffb425;
  background-color: #ffb425;
  color: white;
}

/* Footer */

footer {
  color: #1a4b97;
}

footer a {
  font-weight: bold;
}

footer .section {
  display: flex;
  justify-content: center;
  padding-top: 3em;
}

footer .section:nth-child(1) {
  background-color: #ffffff;
  margin-top: 4em;
  padding-bottom: 1em;
}

footer .section:nth-child(2) {
  background-color: #f7f7f7;
  padding-bottom: 3em;
}

footer .section:nth-child(3) {
  background-color: #f9323a;
  color: white;
  font-weight: bold;
  font-size: 0.8em;
  padding-bottom: 8em;
}

/* Footer */

#footer-nav {
  display: flex;
  flex-wrap: wrap;
}

footer .section div.content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 60em;
}

footer div.content {
  margin: 0;
}

footer .section:nth-child(2) div.content {
  flex-wrap: wrap;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex: 0 1 1080px;
  flex-wrap: wrap;
  padding: 1vw 5vw;
}

#home-page footer h2 {
  margin-left: 0px;
  margin-right: 0px;
}

.footer-navigation {
  flex: 1 1 700px;
  /* width: 100%; */
}

/* Footer Navigation */

#footer-nav > li {
  margin-bottom: 1em;
  flex: 1 1 200px;
}

#footer-nav > li > ul > li > a {
  color: #1a4b97;
  font-size: 0.9em;
  width: auto;
}

#footer-nav > li > ul > li > a:hover {
  text-decoration: underline;
}

footer > .section:nth-child(1) > div.content {
  display: block;
}

/* Footer Logo */

.footer-logo {
  flex: 1 1 250px;
}

.footer-logo svg {
  max-width: 200px;
  width: 100%;
}

.footer-copyright {
  margin-right: 2em;
  margin-bottom: 1em;
}

/* Footer Impressum */

footer .footer-impressum a {
  color: white;
}

footer .footer-impressum a:hover {
  text-decoration: underline;
}

footer .footer-impressum a::after {
  content: '|';
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0.8em;
  padding-right: 0.4em;
}

footer .footer-impressum a:last-child::after {
  content: '';
}

/* selection color */

::selection {
  background-color: #fefeaa;
  color: #000000;
}

/* Event List Filter Input Styles */

.event-list--filter form {
  margin-bottom: 1em;
}

.event-list--filter input {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  line-height: 1.5;
  border-radius: 0.5rem;
  background-color: #fff;
  margin: 0.5em;
  box-sizing: border-box;
  font-size: 1em;
  padding: 0.4em 1em 0.4em 1em;
  flex: 0 1 150px;
}

.event-list--filter input.input--with-icon {
  padding-left: 2.5rem;
  border-color: transparent;
  flex: 0 1 450px;
}

.event-list--filter .search-input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.event-list--filter .search-icon {
  position: absolute;
  display: block;

  pointer-events: none;
  top: 1.1em;
  padding-left: 1.2rem;
}

.event-list--filter .search-icon svg {
  width: 1rem;
  height: 1rem;
  color: #414141;
  fill: currentColor;
  pointer-events: none;
}

/* Event Dates */

.event-dates {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/* Mobile Menu Trigger */

.mobilemenu-trigger {
  display: flex;
}

.mobilemenu-icon {
  fill: #1a4b97;
  margin-right: 0.5em;
}

/* Additional CK Editor Styles */

.cke_editable {
  max-width: 680px;
  margin: auto;
}

.cke_editable ul {
  list-style-type: disc;
  list-style-position: outside;
}

.cke_editable li {
  margin-bottom: 0.4em;
}

/* Media Queries */

@media only screen and (max-width: 960px) {
  .header-logo {
    margin: 1em;
  }

  #mainmenu {
    display: none !important;
  }

  aside {
    flex: 0 1 650px;
    display: none;
  }

  #aside-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #aside-nav a {
    margin-right: 1em;
  }

  #aside-nav ul {
    display: flex;
    flex-wrap: wrap;
  }

  .header-logo,
  .language,
  .donation,
  .main-navigation {
    justify-content: center;
  }

  .title--parent-categorie {
    margin-top: 2em;
  }

  /* .sub-navigation--section-title {
		visibility: hidden;
		display: none;
	} */

  .highlight {
    margin: 0em;
    width: auto;
  }

  .card--blog {
    flex-direction: column;
  }

  .card--blog .card--content {
    flex: 1 1 auto;
  }
}

@media (min-width: 961px) {
  #mm-#mainmenu {
    display: none !important;
  }

  .mobilemenu-trigger {
    display: none;
  }

  .leichte-sprache-submenu {
    display: none;
  }
  #default-page main div.row {
    padding: 1vw 0vw;
  }
}
