/* compiled by scssphp v0.8.0 on Wed, 06 May 2020 08:10:28 +0000 (0.5025s) */

@charset "utf-8";
@import "/site/templates/sass/vendors/recurme/recurme-theme-default.css";
.rm-calendar h2 {
  background: none; }
  .rm-calendar h2 a {
    position: absolute;
    top: 0px;
    padding: 0 !important; }
    .rm-calendar h2 a::before {
      content: "chevron_left";
      color: white;
      background-color: #0f377f;
      border-radius: 50%; }
    .rm-calendar h2 a.rm-arrow-prev {
      left: 0px; }
    .rm-calendar h2 a.rm-arrow-next {
      right: 0px; }
      .rm-calendar h2 a.rm-arrow-next::before {
        content: "chevron_right"; }
  .rm-calendar h2 span {
    color: #0f377f;
    font-weight: 700; }
  .rm-calendar ul.rm-calendar-list li {
    background-color: #d40c2e;
    padding: 0.5rem;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .rm-calendar ul.rm-calendar-list li * {
    font-size: 0.9em !important;
    display: inline; }
  .rm-calendar ul.rm-calendar-list li a {
    margin-bottom: 0.2rem !important;
    color: #fff !important; }
    .rm-calendar ul.rm-calendar-list li a:hover {
      color: #d40c2e !important; }
  .rm-calendar ul.rm-calendar-list li span.rm-date {
    display: none !important; }
  .rm-calendar.rm-mini .rm-day-inner span {
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    right: auto;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 5px;
    font-weight: 700;
    font-size: 0.75rem; }
  .rm-calendar.rm-mini .rm-day-inner.has-events::after {
    display: none; }
  .rm-calendar.rm-mini .rm-day-inner.has-events span {
    color: white;
    background-color: #d40c2e;
    border-radius: 50%; }
  .rm-calendar .rm-today .rm-day-number::before {
    display: none; }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  position: relative; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style-type: none; }

blockquote, q {
  quotes: none; }

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

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

.fs_text {
  font-size: 0.9rem; }

.fs_teaser, nav#mainNavi div > ul > li > a, div.calendarPreview h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 52.5rem) {
  .fs_teaser, nav#mainNavi div > ul > li > a, div.calendarPreview h3 {
    font-size: 1.2rem;
    margin-bottom: 1.2rem; } }

.fs_text_big, ul.personList.bildvorschau li figure figcaption h5, ul.personList.visitenkarten li > div h5, nav#mainNavi div > ul > li > ul li, body > footer > div.wrapper h2, main div.teaser p, main div.teaser p * {
  font-size: 1.2rem;
  margin-bottom: 1.2rem; }
  @media only screen and (max-width: 52.5rem) {
  .fs_text_big, ul.personList.bildvorschau li figure figcaption h5, ul.personList.visitenkarten li > div h5, nav#mainNavi div > ul > li > ul li, body > footer > div.wrapper h2, main div.teaser p, main div.teaser p * {
    font-size: 1rem;
    margin-bottom: 1rem; } }

.fs_text_small, table.xlsx th, table.xlsx td {
  font-size: 0.9rem; }

.fs_text_tiny, body > footer div#socket *, main figcaption {
  font-size: 0.8rem; }

.fs_headline_1, body > header h2, main h3 {
  font-size: 2rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 52.5rem) {
  .fs_headline_1, body > header h2, main h3 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem; } }

.fs_headline_2, div#newsAlert h3, main h4 {
  font-size: 1.2rem;
  margin-bottom: 1.2rem; }

.material-icons, .rm-calendar h2 a::before, .singleFieldForm button::after, form#filter button.event.filter::after, ul.personList.bildvorschau li figure figcaption a::before, .icon::before, table.korre td button::after, nav#mainNavi a span::before, ul#breadCrumbs li a::after, ul#toolsNavi li a::before, div#mapNavigation > button::after, div#mapNavigation > div ul li a::before, div.calendarPreview nav button::after, body > header div#goToContent a::before, div.accordion section.interactive h4::after, div.accordion section.content h4::after, div.fp_summe_soll::after, div#newsAlert h3 button::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

div.grid.mosaic {
  grid-gap: 10px;
  grid-template-columns: 25% 25% 25% 25%; }
  div.grid.mosaic > h3 {
    background-color: #ccc;
    min-height: 100px; }
  div.grid.mosaic > h3:hover + div {
    display: block; }
  div.grid.mosaic > div {
    background-color: #d40c2e;
    min-height: 100px;
    display: none;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3; }
  section.tools {
    margin-bottom: 1rem;
    background-color: #ccc;
    padding: 1rem; }

button {
  background: none;
  border: none;
  transition: all 0.3s; }

.button, a.button {
  display: inline-block;
  background-color: #0f377f;
  color: #00193e !important;
  font-weight: 500;
  padding: 0.7rem 2rem 0.6rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s, opacity 0.1s; }
  .button:hover, a.button:hover {
    background-color: #0f377f; }
  .button.red, a.button.red {
    background-color: #d40c2e;
    color: white !important; }
  .button.blue, a.button.blue {
    background-color: #0f377f;
    color: white !important; }
  .button.orange, a.button.orange {
    background-color: #edae05; }
  .button.disabled, a.button.disabled {
    color: #d40c2e !important;
    background-color: #ccc; }
  .button.disabled:hover, a.button.disabled:hover {
    background-color: #ccc; }
  .button.cancel, a.button.cancel {
    background-color: #999; }
  .button.right, a.button.right {
    float: right;
    margin-left: 1rem; }

a.icon:hover::before {
  transition: transform 0.3s;
  transform: rotate(360deg); }

.singleFieldForm, form#searchForm, form#newsletterForm {
  background-color: white;
  padding: 6px;
  height: 50px;
  border-radius: 4px; }
  .singleFieldForm label, form#searchForm label, form#newsletterForm label {
    display: none; }
  .singleFieldForm button, form#searchForm button, form#newsletterForm button, .singleFieldForm input, form#searchForm input, form#newsletterForm input {
    vertical-align: middle; }
  .singleFieldForm button, form#searchForm button, form#newsletterForm button {
    background-color: #d40c2e;
    border-radius: 50%;
    padding: 2px 0 0 0;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 6px;
    right: 6px; }
  .singleFieldForm button span, form#searchForm button span, form#newsletterForm button span {
    display: none; }
  .singleFieldForm button::after, form#searchForm button::after, form#newsletterForm button::after {
    content: "search";
    color: #fff; }
  .singleFieldForm button:hover, form#searchForm button:hover, form#newsletterForm button:hover {
    background-color: #730719; }
    .singleFieldForm input, form#searchForm input, form#newsletterForm input {
      width: 100%;
      padding: 10px 0 10px 10px;
      color: #00193e; }

form#searchForm {
  margin-bottom: 75px; }

form#newsletterForm {
  margin-bottom: 0.5rem; }
  form#newsletterForm button::after {
    content: "send"; }

form.FormBuilder {
  background-color: #dadada;
  border-radius: 4px;
  padding: 1rem 2rem 1rem; }
  form.FormBuilder input, form.FormBuilder select, form.FormBuilder textarea {
    background-color: white;
    border-radius: 4px;
    padding: 0.5rem; }
  form.FormBuilder input, form.FormBuilder select, form.FormBuilder textarea, form.FormBuilder input *, form.FormBuilder select *, form.FormBuilder textarea * {
    color: black; }
  form.FormBuilder input[type="checkbox"] {
    margin-right: 5px; }
  form.FormBuilder textarea + p {
    margin-top: 1rem; }
  form.FormBuilder label, form.FormBuilder label * {
    color: #0f377f; }
  form.FormBuilder label span {
    font-weight: 400; }
  form.FormBuilder button {
    border-radius: 4px;
    background-color: #d40c2e;
    color: white; }
  form.FormBuilder legend {
    color: #d40c2e; }

form#filter {
  margin-top: 100px;
  background-color: #d40c2e; }
  @media only screen and (max-width: 52.5rem) {
  form#filter {
    padding: 1rem; } }
  form#filter div.fieldset {
    margin-bottom: 2rem; }
  form#filter label {
    display: inline-block; }
  form#filter label.select span {
    display: none; }
  form#filter label.event {
    /*
     &::before {
     @extend .material-icons;
     content: "event";
     color: white;
     position: absolute;
     left: 0.5rem;
     top: 7px;
     width: 18px;
     z-index: 10;
     }
     */ }
  form#filter label.checkbox {
    margin: 0 2rem 2rem 0;
    padding: 18px 0 0 55px;
    min-width: 260px; }
    form#filter label.checkbox.inactive {
      opacity: 0.5; }
    form#filter label.checkbox span {
      color: white; }
    form#filter label.checkbox input {
      opacity: 0; }
    form#filter label.checkbox::before {
      width: 50px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      content: "";
      display: inline-block;
      position: absolute;
      left: 0px;
      top: 0px; }
    form#filter label.checkbox.dresdner-schulkonzerte::before {
      background-image: url("/site/templates/images/icons/dresdner-schulkonzerte.png"); }
    form#filter label.checkbox.musizierstunde::before {
      background-image: url("/site/templates/images/icons/musizierstunden.png"); }
    form#filter label.checkbox.highlights::before {
      background-image: url("/site/templates/images/icons/highlight.png"); }
    form#filter label.checkbox.semperoper::before {
      background-image: url("/site/templates/images/icons/semperoper.png"); }
    form#filter label.checkbox.konzerte-veranstaltungen::before {
      background-image: url("/site/templates/images/icons/konzerte-veranstaltungen.png"); }
    form#filter label.checkbox.wettbewerbe::before {
      background-image: url("/site/templates/images/icons/wettbewerbe.png"); }
    form#filter label.checkbox.fortbildung::before {
      background-image: url("/site/templates/images/icons/fortbildungen.png"); }
    form#filter label.checkbox.org::before {
      background-image: url("/site/templates/images/icons/organisation.png"); }
  form#filter select, form#filter input, form#filter textarea, form#filter button {
    padding: 0.5rem 1rem;
    border-radius: 4px; }
  form#filter select.first, form#filter input.first, form#filter textarea.first, form#filter button.first {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  form#filter select.second, form#filter input.second, form#filter textarea.second, form#filter button.second {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  form#filter select {
    font-weight: 700;
    text-transform: uppercase; }
  form#filter button {
    background-color: #d40c2e;
    padding-right: 3rem; }
  form#filter button span {
    text-transform: uppercase;
    font-weight: 700; }
  form#filter button, form#filter button * {
    color: white; }
  form#filter button.event.filter {
    float: right; }
    form#filter button.event.filter::after {
      content: "filter_list";
      margin-left: 1rem;
      position: absolute;
      top: 0.4rem;
      right: 1rem; }
  form#filter div.red select {
    background-color: #0f377f;
    color: white; }
  form#filter div#categories_filter_list {
    display: none;
    width: 350px;
    position: absolute;
    right: 0px;
    top: 102%;
    z-index: 1000;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #d40c2e; }
  form#filter div#categories_filter_list h3 {
    background-color: #dadada;
    padding: 1rem;
    text-transform: uppercase;
    color: #00193e;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500; }
  form#filter div#categories_filter_list ul li {
    padding: 1.5rem 1rem 1.5rem 1rem;
    border-bottom: 1px solid #ccc; }
    form#filter div#categories_filter_list ul li label {
      font-weight: bold;
      display: block;
      margin: 0 2rem 0 0;
      padding: 0 0 0 55px; }
      form#filter div#categories_filter_list ul li label::before {
        position: absolute;
        top: -10px;
        left: 0;
        width: 40px;
        height: 40px; }
    form#filter div#categories_filter_list ul li input {
      position: absolute;
      top: 1rem;
      right: 1rem; }

div.text ul {
  margin: 0 0 1rem 1.5rem;
  list-style-type: disc; }
  div.text ul li {
    margin-bottom: 0.3rem;
    padding-left: 0.5rem; }

ul.mosaic.gallery {
  display: flex;
  flex-wrap: wrap;
  text-align: center; }
  ul.mosaic.gallery li {
    display: block;
    margin: 0 1rem 1rem 0rem; }
  ul.mosaic.gallery li img {
    display: block; }

ul.personList.bildvorschau {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap; }
  ul.personList.bildvorschau li {
    width: 25%;
    padding: 0 8px 0 8px; }
  @media only screen and (max-width: 52.5rem) {
    ul.personList.bildvorschau li {
      width: 100%; }
      ul.personList.bildvorschau li figure.img1 {
        margin-bottom: 2rem; }
        ul.personList.bildvorschau li figure.img1 img {
          opacity: 0; }
        ul.personList.bildvorschau li figure.img1 figcaption {
          opacity: 1; } }
  ul.personList.bildvorschau li figure {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat; }
    ul.personList.bildvorschau li figure img {
      width: 100%;
      height: auto;
      display: block;
      transition: opacity 0.5s;
      border-top: 3rem solid white;
      border-bottom: 3rem solid white; }
    ul.personList.bildvorschau li figure figcaption {
      position: absolute;
      left: 0px;
      bottom: 0px;
      right: 0px;
      background-color: #dadada;
      padding: 2rem 1rem;
      opacity: 0;
      transition: opacity 0.5s; }
    ul.personList.bildvorschau li figure figcaption h5 {
      font-weight: 700;
      color: #d40c2e;
      margin-bottom: 0.5rem; }
    ul.personList.bildvorschau li figure figcaption p {
      color: #0f377f;
      margin-bottom: 0;
      text-transform: uppercase; }
    ul.personList.bildvorschau li figure figcaption a {
      position: absolute;
      right: 1rem;
      top: -1rem; }
      ul.personList.bildvorschau li figure figcaption a span {
        display: none; }
      ul.personList.bildvorschau li figure figcaption a::before {
        content: "email";
        color: #fff;
        background-color: #0f377f;
        border-radius: 50%;
        font-size: 1.2rem;
        padding: 7px; }
  ul.personList.bildvorschau li:hover figure.img1 img {
    opacity: 0; }
    ul.personList.bildvorschau li:hover figure.img1 figcaption {
      opacity: 1; }

ul.personList.visitenkarten {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap; }
  ul.personList.visitenkarten li {
    padding: 0 0.5rem 1rem 0.5rem;
    width: 33.33%; }
  @media only screen and (max-width: 52.5rem) {
    ul.personList.visitenkarten li {
      width: 100%; } }
  ul.personList.visitenkarten li > div {
    background-color: #dadada;
    border-radius: 4px;
    overflow: hidden; }
    ul.personList.visitenkarten li > div * {
      color: #0f377f; }
    ul.personList.visitenkarten li > div picture {
      display: block;
      margin-bottom: 1rem; }
    ul.personList.visitenkarten li > div picture img {
      max-width: 100%; }
    ul.personList.visitenkarten li > div h5 {
      font-weight: 700;
      color: #d40c2e;
      margin-bottom: 0.5rem; }
    ul.personList.visitenkarten li > div h5, ul.personList.visitenkarten li > div p {
      padding: 0 1rem 0 1rem; }
    ul.personList.visitenkarten li > div h5:first-child, ul.personList.visitenkarten li > div p:first-child {
      padding-top: 1.5rem; }
    ul.personList.visitenkarten li > div h5:last-child, ul.personList.visitenkarten li > div p:last-child {
      padding-bottom: 1rem; }
/*timeline*/
div.timeline dl {
  overflow: auto; }
  div.timeline dl:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    border-left: 1px dashed #dadada;
    z-index: 0;
    opacity: 0.4; }
  div.timeline dl dt {
    display: block;
    text-align: center;
    clear: both;
    z-index: 1;
    transform: translateY(20px);
    height: 0; }
  div.timeline dl dt span {
    background-color: #d40c2e;
    color: #fff;
    display: inline-block;
    padding: 10px 20px; }
  div.timeline dl dd {
    background-color: #dadada;
    width: 40%;
    padding: 20px;
    z-index: 1; }
  div.timeline dl dd * {
    color: #0f377f; }
  div.timeline dl dd p:last-of-type {
    margin-bottom: 0; }
  div.timeline dl dd:after {
    content: " ";
    display: block;
    position: absolute;
    top: 20px; }
  div.timeline dl dd:nth-of-type(odd) {
    float: left; }
    div.timeline dl dd:nth-of-type(odd):after {
      right: -18px;
      border-left: 20px solid #dadada;
      border-bottom: 15px solid transparent;
      border-top: 15px solid transparent; }
  div.timeline dl dd:nth-of-type(even) {
    float: right; }
    div.timeline dl dd:nth-of-type(even):after {
      left: -18px;
      border-right: 20px solid #dadada;
      border-bottom: 15px solid transparent;
      border-top: 15px solid transparent; }
  @incude breakpoint($mobile) {
  div.timeline dl dd {
    float: none !important; } }

@media only screen and (max-width: 52.5rem) {
    div.grid.mosaic {
      margin: 0 -1.3rem; } }
  div.grid.mosaic dl {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-flow: row dense; }
  @media only screen and (max-width: 73.75rem) {
    div.grid.mosaic dl {
      grid-template-columns: 50% 50%; } }
  @media only screen and (max-width: 52.5rem) {
    div.grid.mosaic dl {
      grid-template-columns: 100%; } }
  div.grid.mosaic dl dt, div.grid.mosaic dl dd {
    padding: 1rem;
    display: block; }
    @media only screen and (max-width: 52.5rem) {
    div.grid.mosaic dl dt, div.grid.mosaic dl dd {
      padding: 0.5rem; } }
  div.grid.mosaic dl dt {
    background-color: #dadada;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 100px;
    margin: 0.3rem;
    border-radius: 4px;
    /*
     &:hover {
     background-color: _palette(bg);
     border-bottom-color: _palette(bg);
     * {
     color: white;
     }
     }
     */ }
    div.grid.mosaic dl dt a, div.grid.mosaic dl dt span {
      color: #00193e;
      margin: auto;
      text-decoration: none; }
    div.grid.mosaic dl dt.active {
      background-color: #d40c2e;
      border-bottom-color: #d40c2e;
      margin-bottom: -0.3rem;
      border-bottom: 0.6rem solid #d40c2e;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    div.grid.mosaic dl dt.active a, div.grid.mosaic dl dt.active span {
      color: #0f377f; }
    div.grid.mosaic dl dt.active + dd {
      display: block; }
  div.grid.mosaic dl > dd {
    background-color: #d40c2e;
    padding: 2rem;
    margin: 0.3rem;
    min-height: 100px;
    display: none;
    grid-column-start: 1;
    grid-column-end: -1;
    align-items: normal;
    justify-content: normal;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    @media only screen and (max-width: 52.5rem) {
    div.grid.mosaic dl > dd {
      padding: 1rem; } }
    div.grid.mosaic dl > dd:hover {
      display: block; }
  div.grid.mosaic dd dl dt:hover, div.grid.mosaic dd dl dt.active, div.grid.mosaic dd dl dd {
    background-color: #d40c2e;
    border-bottom-color: #d40c2e; }
    div.grid.mosaic dd dl dt:hover *, div.grid.mosaic dd dl dt.active *, div.grid.mosaic dd dl dd * {
      color: white; }
  div.grid.mosaic dd dl dt {
    border-bottom-color: #d40c2e; }

ul.actions {
  margin-left: 0 !important; }
  ul.actions li {
    display: inline-block;
    margin: 0 1rem 1rem 0; }

.icon {
  display: inline-block;
  margin-bottom: 0.5rem;
  text-decoration: none; }
  .icon::before {
    margin-right: 0.5rem;
    background-color: #d40c2e;
    color: #fff;
    border-radius: 50%;
    padding: 0.3rem;
    vertical-align: middle;
    width: 33.59px;
    height: 33.59px;
    box-sizing: border-box; }

a.icon:hover {
  text-decoration: underline; }

.location::before {
  content: "place"; }

.phone::before {
  content: "phone"; }

.fax::before {
  content: "print"; }

.email::before {
  content: "email"; }

table.xlsx {
  padding: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; }
  table.xlsx th, table.xlsx td {
    padding: 0.5rem;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

table.korre {
  margin: 1rem 0;
  background-color: white;
  padding: 0;
  border-collapse: collapse; }
  table.korre tr.new td span {
    display: none; }
  table.korre th, table.korre td {
    text-align: left;
    padding: 5px 10px 5px 5px;
    border-bottom: 1px solid #ccc;
    vertical-align: top; }
  table.korre th.tools, table.korre td.tools {
    background-color: #dadada;
    padding: 5px 0 0 5px; }
  table.korre th {
    font-weight: bold;
    border-color: #00193e; }
  table.korre th.tools {
    border-color: #dadada; }
  table.korre td input, table.korre td select, table.korre td textarea {
    width: 100%;
    min-width: 0;
    color: #666 !important; }
  table.korre td button {
    display: block;
    font-weight: bold;
    padding: 0; }
    table.korre td button span {
      display: none; }
    table.korre td button.add::after {
      content: "playlist_add"; }
    table.korre td button.delete::after {
      content: "remove_circle"; }

nav#mainNavi {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  padding: 100px 1rem 1rem 1rem;
  overflow: auto;
  background-color: #d40c2e;
  background-image: url(../images/bg_komplett_invert.svg);
  background-attachment: fixed;
  background-size: cover;
  margin: 20px;
  background-color: #dadada;
  z-index: 1050;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: opacity 0.3s, visibility 0.05s 0.05s; }
  nav#mainNavi.visible {
    opacity: 1;
    visibility: visible;
    display: block; }
  nav#mainNavi a {
    text-decoration: none;
    display: inline-block; }
  nav#mainNavi a span {
    color: #0f377f;
    font-weight: 700;
    font-size: inherit;
    transition: all 0.3s; }
    nav#mainNavi a span::before {
      content: "trending_flat";
      position: absolute;
      left: 0px;
      top: -1px;
      font-weight: bold;
      opacity: 0;
      transition: opacity 0.2s; }
  nav#mainNavi div > ul {
    float: left; }
  nav#mainNavi div > ul > li {
    position: static; }
    nav#mainNavi div > ul > li > a span {
      text-transform: uppercase;
      font-weight: 900; }
      nav#mainNavi div > ul > li > a span::before {
        top: 1px; }
    nav#mainNavi div > ul > li.active > ul {
      visibility: visible;
      opacity: 1; }
    nav#mainNavi div > ul > li > ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0px;
      left: 430px;
      transition: opacity 0.2s, visibility 0.05s 0.05s; }
  @media only screen and (max-width: 52.5rem) {
    nav#mainNavi div > ul > li > ul {
      visibility: visible;
      opacity: 1;
      position: static; } }
  nav#mainNavi div > ul > li > ul.visible {
    visibility: visible;
    opacity: 1; }
  nav#mainNavi div > ul > li > ul li ul {
    display: none; }

.mainNaviActiveLink span, nav#mainNavi a:hover span, nav#mainNavi div > ul > li.active > a span, nav#mainNavi div > ul > li > ul li.active a span {
  color: #d40c2e;
  padding-left: 2rem; }
  .mainNaviActiveLink span::before, nav#mainNavi a:hover span::before, nav#mainNavi div > ul > li.active > a span::before, nav#mainNavi div > ul > li > ul li.active a span::before {
    opacity: 1; }

nav#mainNavi div.wrapper {
  min-height: 80vh;
  padding-bottom: 8rem;
  overflow: auto; }
  @media only screen and (max-width: 52.5rem) {
  nav#mainNavi div.wrapper {
    padding-bottom: 16rem; } }

nav#mainNavi div.bottom {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 52.5rem) {
  nav#mainNavi div.bottom {
    text-align: center; }
    nav#mainNavi div.bottom * {
      float: none !important; } }
  nav#mainNavi div.bottom a.facebook {
    float: left; }
  nav#mainNavi div.bottom a.facebook span {
    display: none; }
  nav#mainNavi div.bottom a.facebook::before {
    content: url(/site/templates/images/findus_on_facebook.png);
    display: block;
    background-color: white;
    padding: 0.7rem 1rem 0.4rem 1rem;
    border-radius: 4px; }
  nav#mainNavi div.bottom img {
    margin: 0 1rem 1rem;
    height: 72px; }

ul#breadCrumbs {
  margin: 0 160px 4rem 0; }
  @media only screen and (max-width: 52.5rem) {
  ul#breadCrumbs {
    display: none; } }
  ul#breadCrumbs li {
    display: inline-block;
    margin-right: 0; }
  ul#breadCrumbs li a {
    color: white;
    text-decoration: none;
    padding-right: 25px; }
    ul#breadCrumbs li a::after {
      content: "chevron_right";
      position: absolute;
      right: 0px;
      top: -2px;
      color: white; }
    ul#breadCrumbs li a:hover, ul#breadCrumbs li a:hover * {
      color: #d40c2e; }
    ul#breadCrumbs li a.active {
      font-weight: 500; }
  ul#breadCrumbs li:last-child a::after {
    display: none; }

ul#toolsNavi {
  position: absolute;
  top: -5px;
  right: 0px;
  display: none; }
  @media only screen and (max-width: 52.5rem) {
  ul#toolsNavi {
    display: none; } }
  ul#toolsNavi li {
    display: inline-block;
    margin-left: 1rem; }
  ul#toolsNavi li a span {
    display: none; }
    ul#toolsNavi li a::before {
      background-color: white;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
      padding-top: 5px;
      box-sizing: border-box;
      font-size: 1.3rem; }
  ul#toolsNavi li.share a::before {
    content: "share";
    color: #0f377f; }
  ul#toolsNavi li.print a::before {
    content: "print";
    color: #d40c2e; }

div#mapNavigation {
  position: absolute;
  top: 110px;
  right: 10px;
  z-index: 1000;
  border-radius: 4px;
  overflow: hidden; }
  @media only screen and (max-width: 52.5rem) {
  div#mapNavigation {
    top: 100px;
    right: 0px;
    left: 0px;
    border-radius: 0; } }
  div#mapNavigation > button {
    background-color: #d40c2e;
    padding: 1rem 4rem 1rem 1rem;
    color: white;
    font-weight: 500;
    display: block;
    width: 100%;
    min-width: 350px;
    text-align: left; }
  @media only screen and (max-width: 52.5rem) {
    div#mapNavigation > button {
      min-width: auto; } }
  div#mapNavigation > button::after {
    background-color: #0f377f;
    color: white;
    content: "arrow_drop_down";
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
    box-sizing: border-box;
    position: absolute;
    padding-top: 3px;
    top: 0.5rem;
    right: 0.5rem;
    text-align: center; }
  div#mapNavigation > button.active::after {
    content: "arrow_drop_up"; }
  div#mapNavigation > div {
    display: none;
    background-color: #0f377f; }
  div#mapNavigation > div > button {
    width: 50%;
    padding: 0.5rem;
    text-align: center;
    float: left;
    color: white;
    background-color: #d40c2e; }
    div#mapNavigation > div > button.active {
      background: none; }
  div#mapNavigation > div ul {
    clear: both; }
    div#mapNavigation > div ul.active {
      display: block; }
    div#mapNavigation > div ul li {
      border-bottom: 1px solid #00193e; }
    div#mapNavigation > div ul li.highlight {
      background-color: #0f377f; }
    div#mapNavigation > div ul li a {
      display: block;
      padding: 1rem 1rem 1rem 3rem;
      color: white;
      text-decoration: none;
      text-align: center;
      transition: all 0.2s;
      max-width: 100%; }
      div#mapNavigation > div ul li a::before {
        color: #dadada;
        content: "place";
        font-size: 1rem;
        position: absolute;
        left: 1rem;
        top: 1rem; }
      div#mapNavigation > div ul li a:hover {
        background-color: #dadada;
        color: #00193e; }
        div#mapNavigation > div ul li a:hover::before {
          color: #0f377f; }

div.calendarPreview {
  position: absolute;
  top: 125px;
  right: 1rem; }
  @media only screen and (max-width: 52.5rem) {
  div.calendarPreview {
    display: none; } }
  div.calendarPreview * {
    border: none !important;
    box-shadow: none !important; }
  div.calendarPreview h3 {
    font-weight: 900;
    color: #0f377f;
    text-transform: uppercase; }
  div.calendarPreview .fc-five-rows .fc-row {
    height: 30px; }
  div.calendarPreview #custom-year {
    display: none; }
  div.calendarPreview #custom-month {
    color: #0f377f !important; }
  div.calendarPreview .custom-header {
    background: none; }
  div.calendarPreview .fc-calendar .fc-row > div {
    width: 40px;
    text-align: center; }
  div.calendarPreview .fc-calendar .fc-row > div > span.fc-date {
    height: 25px;
    width: 25px;
    padding-top: 3px; }
  div.calendarPreview .fc-calendar .fc-row > div.fc-today {
    background: white; }
  div.calendarPreview .fc-calendar .fc-row > div.fc-today > span.fc-date {
    background-color: #0f377f !important;
    border-radius: 50%; }
  div.calendarPreview nav {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%; }
  div.calendarPreview nav button {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 25px;
    padding-top: 3px;
    background-color: #0f377f !important;
    border-radius: 50%;
    color: white; }
    div.calendarPreview nav button::after {
      content: "chevron_right";
      font-size: 20px; }
    div.calendarPreview nav button.custom-next {
      left: auto;
      right: 0px; }
    div.calendarPreview nav button.custom-prev {
      transform: rotate(180deg); }

div#naviToggleParent {
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 1100;
  background-color: #d40c2e;
  padding: 10px 10px 10px 80px;
  border-radius: 4px; }
  @media only screen and (max-width: 52.5rem) {
  div#naviToggleParent {
    top: 2rem;
    right: 2rem; } }
  div#naviToggleParent.close {
    padding-left: 130px;
    background-color: #dadada; }

button#naviToggle {
  cursor: pointer;
  padding: 12px 0;
  width: 44px; }
  button#naviToggle > span {
    height: 4px;
    background-color: #0f377f;
    display: block;
    border-radius: 2px;
    transition: background 0.3s; }
  button#naviToggle > span > span {
    position: absolute;
    right: 64px;
    top: -8px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle; }
    button#naviToggle > span > span strong {
      transition: color 1s;
      color: #fff;
      font-size: 1.2rem; }
  button#naviToggle::before, button#naviToggle::after {
    content: " ";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s; }
  button#naviToggle::before {
    top: 0px; }
  button#naviToggle::after {
    bottom: 0px; }
  button#naviToggle.close {
    background-color: transparent; }
  button#naviToggle.close > span {
    background-color: transparent; }
    button#naviToggle.close > span strong {
      color: #0f377f; }
  button#naviToggle.close::before {
    transform: rotate(45deg);
    top: 12px;
    background-color: #0f377f; }
  button#naviToggle.close::after {
    transform: rotate(-45deg);
    bottom: 12px;
    background-color: #d40c2e; }

body > header {
  height: 100vh;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow: hidden;
   background-image: url(../images/bg_komplett.svg);
   background-attachment: fixed;
   background-size: cover;
   */ }
  @media only screen and (max-width: 52.5rem) {
  body > header {
    margin-bottom: 0; } }
  body > header figure {
    margin-bottom: 3rem;
    display: block; }
  body > header h1 {
    display: none; }
  body > header h2 {
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3rem; }
  @media only screen and (max-width: 52.5rem) {
    body > header h2 {
      margin-top: 1rem; } }
  body > header div#headerBg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    background-size: cover;
    background-position: 50% 50%; }
  body > header.static div#headerBg {
    opacity: 1; }
  body > header div#goToContent {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 100;
    text-align: center; }
  @media only screen and (max-width: 52.5rem) {
    body > header div#goToContent {
      display: none; } }
  body > header div#goToContent a {
    display: inline-block;
    border-radius: 50%;
    background-color: #0f377f;
    text-align: center;
    padding: 8px 0 0 0;
    width: 40px;
    height: 40px; }
    body > header div#goToContent a span {
      display: none; }
    body > header div#goToContent a::before {
      content: "arrow_downward";
      color: #fff; }

body > footer {
  background-color: #6e1011;
  margin-top: 4rem;
  clear: both;
  padding: 4rem 0 4rem 0; }
  body > footer * {
    color: #fff; }
  body > footer p {
    margin-bottom: 1rem; }
  body > footer p:last-child {
    margin-bottom: 0; }
  body > footer > div.wrapper {
    padding: 2rem 1rem; }
  body > footer > div.wrapper.flex {
    display: flex;
    flex-wrap: wrap; }
    body > footer > div.wrapper.flex > div {
      width: 33.33%;
      padding-right: 4rem; }
    @media only screen and (max-width: 52.5rem) {
      body > footer > div.wrapper.flex > div {
        width: 100% !important;
        margin-bottom: 2rem !important;
        padding-right: 0 !important; }
        body > footer > div.wrapper.flex > div * {
          text-align: center !important; }
        body > footer > div.wrapper.flex > div.contact * {
          text-align: left !important; } }
    body > footer > div.wrapper.flex > div img {
      max-width: 100% !important; }
    body > footer > div.wrapper.flex > div:last-of-type {
      padding-right: 0; }
  body > footer > div.wrapper.logos img {
    width: auto;
    height: 70px;
    padding: 1rem;
    margin: 0 2rem; }
    @media only screen and (max-width: 52.5rem) {
      body > footer > div.wrapper.logos img {
        height: 70px; } }
  body > footer > div.wrapper h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  body > footer > div.wrapper a {
    text-decoration: none; }
  body > footer div#socket > div {
    width: 50%; }
  body > footer div#socket img {
    margin-top: 5px; }

#logoMobile {
  width: 140px;
  height: 300px;
  display: none; }
  #logoMobile svg {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 52.5rem) {
    body.home #logoMobile {
      display: block; } }

#logo {
  margin: -40px auto 0 auto;
  width: 620px;
  height: 377px;
  -webkit-filter: drop-shadow(10px 9px 32px rgba(0, 0, 0, 0.34));
  filter: drop-shadow(10px 9px 32px -1px rgba(0, 0, 0, 0.34));
  /*
   img {
   position: absolute;
   transition: all 4s cubic-bezier(.18,.89,.32,1.28);
   &#logoClaim {
   opacity: 0;
   transition-delay: 4.5s;
   }
   }
   */ }
  @media only screen and (max-width: 52.5rem) {
  #logo {
    display: none;
    margin-top: 4rem;
    width: 140px;
    height: 300px; } }

div#headerMap {
  height: 550px; }

div.contentelement.gallery figure picture img {
  max-width: 100%; }
  div.contentelement.gallery ul.mosaic.gallery {
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
  div.contentelement.gallery ul.mosaic.gallery li {
    width: 200px;
    display: inline-block;
    margin: 0 0.5rem 1rem 0.5rem; }
    div.contentelement.gallery ul.mosaic.gallery li img {
      display: block; }

div.contentelement.html iframe {
  width: 100%; }

div.contentelement.text_with_image > div.flex {
  display: flex;
  flex-wrap: wrap; }
  div.contentelement.text_with_image > div.flex.right {
    flex-direction: row-reverse; }
    div.contentelement.text_with_image > div.flex.right div.text {
      padding: 0 2rem 0 0; }
  div.contentelement.text_with_image > div.flex > div {
    width: 50%; }
    div.contentelement.text_with_image > div.flex > div picture img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 4px;
      margin-bottom: 1rem; }
    div.contentelement.text_with_image > div.flex > div.text {
      padding: 0 0 0 2rem; }
    @media only screen and (max-width: 52.5rem) {
    div.contentelement.text_with_image > div.flex > div {
      width: 100%; }
      div.contentelement.text_with_image > div.flex > div.text {
        padding: 0 0 0 0; } }

div.accordion section {
  background-color: #dadada;
  border-radius: 4px;
  padding: 1rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
  overflow: visible;
  display: block;
  min-height: 70px; }
  div.accordion section.interactive h4 {
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 2rem; }
    div.accordion section.interactive h4::after {
      content: "arrow_drop_down";
      position: absolute;
      top: -4px;
      right: 0px;
      color: inherit;
      font-size: 30px; }
    div.accordion section.interactive h4.open::after {
      transform: rotate(180deg); }
    div.accordion section.interactive.icon h4 {
      padding-left: 60px;
      padding-left: 0; }
    div.accordion section.interactive.icon h4::before {
      display: inline-block;
      display: none;
      margin-right: 1rem;
      width: 40px;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      background-image: url("/site/templates/images/icons/organisation.png"); }
    div.accordion section.interactive.icon > div {
      padding-left: 60px;
      padding-left: 0; }
    div.accordion section.interactive.dresdner-schulkonzerte h4::before {
      background-image: url("/site/templates/images/icons/dresdner-schulkonzerte.png"); }
    div.accordion section.interactive.musizierstunde h4::before {
      background-image: url("/site/templates/images/icons/musizierstunden.png"); }
    div.accordion section.interactive.highlights h4::before {
      background-image: url("/site/templates/images/icons/highlight.png"); }
    div.accordion section.interactive.semperoper h4::before {
      background-image: url("/site/templates/images/icons/semperoper.png"); }
    div.accordion section.interactive.konzerte-veranstaltungen h4::before {
      background-image: url("/site/templates/images/icons/konzerte-veranstaltungen.png"); }
    div.accordion section.interactive.wettbewerbe h4::before {
      background-image: url("/site/templates/images/icons/wettbewerbe.png"); }
    div.accordion section.interactive.fortbildung h4::before {
      background-image: url("/site/templates/images/icons/fortbildungen.png"); }
    div.accordion section.interactive.org::before {
      background-image: url("/site/templates/images/icons/organisation.png"); }
    div.accordion section.interactive > div {
      overflow: visible;
      display: none; }
  div.accordion section.content h4::after {
    content: "arrow_drop_down";
    position: absolute;
    top: -4px;
    right: 0px;
    color: inherit;
    font-size: 30px; }
    div.accordion section.content h4.open::after {
      transform: rotate(180deg); }
  div.accordion section h4 {
    color: #0f377f; }
    div.accordion section h4 span {
      margin-top: 0.2rem;
      display: block;
      font-size: 0.9rem;
      color: inherit;
      font-weight: 300; }
  div.accordion section > div {
    overflow: hidden; }
    div.accordion section > div p:first-of-type {
      margin-top: 1rem; }
    div.accordion section > div * {
      color: #0f377f; }
  div.accordion section div.image {
    float: right;
    margin: 0 0 1rem 1rem;
    width: 40%; }
    div.accordion section div.image img {
      width: 100%; }
    @media only screen and (max-width: 52.5rem) {
    div.accordion section div.image {
      float: none;
      width: 100%;
      margin: 0 0 1rem 0; } }

div.fp_summe_soll {
  margin-top: 2rem;
  border-radius: 4px;
  background-color: #dadada;
  height: 2rem; }
  div.fp_summe_soll::before, div.fp_summe_soll::after {
    position: absolute;
    top: -2rem; }
  div.fp_summe_soll::before {
    left: 0;
    content: "Spendenziel";
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500; }
  div.fp_summe_soll::after {
    right: 0;
    content: "flag"; }
  div.fp_summe_soll > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0f377f;
    border-radius: 4px; }

body {
  min-height: 100vh;
  background-color: #d40c2e;
  background-image: url(../images/bg_komplett.svg);
  background-attachment: fixed;
  background-size: cover;
  font-size: 16px;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  transition: border-color 0.3s;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400; }
  body::before, body::after {
    position: fixed;
    content: "";
    transition: background-color 0.3s;
    height: 20px;
    background-color: #fff;
    left: 0px;
    right: 0px;
    z-index: 2000; }
  body::before {
    top: 0px; }
  body::after {
    bottom: 0px; }
  body.navi {
    border-color: #d40c2e; }
  body.navi::before, body.navi::after {
    background-color: #d40c2e; }

.wrapper {
  max-width: 73.75rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .wrapper.inner {
    padding-left: 3rem;
    padding-right: 3rem; }
  @media only screen and (max-width: 52.5rem) {
    .wrapper.inner {
      padding-left: 0;
      padding-right: 0; } }

a.logout {
  position: absolute;
  top: -2rem;
  right: 1rem; }

div#tools {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 102vh;
  min-height: 90px; }
  div#tools.fixed {
    position: fixed;
    top: 20px;
    z-index: 999;
    padding: 40px 0;
    background-color: #6e1011; }
  @media only screen and (max-width: 87.5rem) {
    div#tools.fixed ul#toolsNavi {
      right: 160px; } }
  div#tools.fixed ul#breadCrumbs {
    margin-bottom: 0; }

div#newsAlert {
  position: fixed;
  top: 110px;
  left: -450px;
  width: 500px;
  max-width: 100vw;
  background-color: white;
  overflow: hidden;
  padding: 1rem 3rem 0 1rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 999;
  transition: left 0.3s; }
  div#newsAlert, div#newsAlert * {
    color: #00193e; }
  div#newsAlert:not(.active) {
    height: 55px;
    overflow: hidden; }
  div#newsAlert h3 {
    font-weight: 700;
    background-color: #0f377f;
    margin: -1rem -3rem 0 -1rem;
    padding: 1rem 3rem 1rem 1rem;
    color: white; }
  div#newsAlert h3 button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer; }
    div#newsAlert h3 button span {
      display: none; }
    div#newsAlert h3 button::after {
      content: "star";
      color: white; }
  div#newsAlert p {
    margin-bottom: 1rem;
    display: none; }
  div#newsAlert p:first-of-type {
    padding-top: 1rem; }
  div#newsAlert.active {
    left: 0px;
    box-shadow: 10px 9px 32px rgba(0, 0, 0, 0.34); }
  div#newsAlert.active p {
    display: block; }

div.flex {
  display: flex; }
  div.flex.right {
    flex-direction: row-reverse; }
  div.flex > div {
    width: 50%; }
  div.flex > div img {
    max-width: 100%; }
  div.flex > div.text {
    padding: 0 2rem 0 0; }
  @incude breakpoint($mobile) {
    div.flex > div {
      width: 100%; } }

a#content {
  display: block;
  padding-top: 5px; }

div.eventsContainer {
  margin-bottom: 2rem; }

main {
  margin: 100px auto 0 auto;
  padding: 2.5rem 0;
  max-width: 73.75rem;
  background-color: white;
  border-radius: 4px; }
  @media only screen and (max-width: 52.5rem) {
  main {
    margin-top: 0; } }
  @media only screen and (max-width: 52.5rem) {
  main {
    border-radius: 0; } }
  main * {
    color: #00193e; }
  main div.contentelement {
    overflow: auto;
    margin-bottom: 2.5rem; }
  main div.contentelement:last-child {
    margin-bottom: 0; }
  main div.contentelement.highlight > div > section {
    background-color: #0f377f;
    color: #fff;
    border-radius: 4px;
    padding: 1rem; }
    main div.contentelement.highlight > div > section * {
      color: #fff; }
  main h3 {
    font-weight: 700;
    color: #d40c2e; }
  main h4 {
    font-weight: 700; }
  main p, main li {
    line-height: 150%; }
  main p {
    margin-bottom: 1rem; }
  main p:last-child {
    margin-bottom: 0rem; }
  main p.highlight {
    border-radius: 4px; }
  main p.highlight > * {
    width: 100%; }
  main p.highlight.col1of3, main p.highlight.col1of2 {
    width: 32.33%;
    float: left;
    margin: 0 0.5% 1rem 0.5%;
    text-align: center; }
  main p.highlight.col1of2 {
    width: 49%; }
  @media only screen and (max-width: 52.5rem) {
    main p.highlight.col1of3, main p.highlight.col1of2 {
      width: 100%;
      float: none;
      margin: 0 0 0.5rem 0 !important; }
      main p.highlight.col1of3 a, main p.highlight.col1of2 a {
        display: block; } }
  main strong {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500; }
  main i, main em {
    font-style: italic; }
  main figcaption {
    display: block;
    text-align: right;
    transform: translateY(-1rem);
    padding: 0.2rem 0.5rem; }

section#cookies {
  z-index: 5000;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: black;
  min-height: 65px;
  padding: 1rem 200px 1rem 1rem;
  box-sizing: border-box; }
  section#cookies, section#cookies * {
    color: white; }
  section#cookies h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
    display: inline-block; }
  section#cookies a {
    text-decoration: underline; }
  section#cookies a.button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #0f377f;
    margin-left: 1rem;
    border-radius: 5px;
    font-weight: bold; }
  @media only screen and (max-width: 52.5rem) {
    section#cookies a.button {
      text-align: center;
      text-align: center; } }
  section#cookies a.button a {
    margin: 0 0 1rem 0;
    float: none; }

body.map {
  height: 100vh; }
  body.map header {
    height: 6rem;
    background: none;
    background-color: #d40c2e;
    margin-bottom: 0px !important; }
  body.map main {
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: 96px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  body.map div#mgmap1, body.map div#headerMap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 20px;
    left: 0px;
    height: auto !important; }
