﻿.mud-input.mud-input-outlined,
.mud-input.mud-input-outlined + label {
  --mud-palette-primary: #82c828;
}
/* MudBlazor Slider Startseite */
.mud-carousel-item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .mud-carousel-item img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0%;
    left: -50%;
    transform: none;
  }
}
/* Ende MudBlazor Slider Startseite */
/* Slider Startseite */
.carousel {
  width: 100%;
  background-color: azure;
}
.carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.carousel .carousel-cell {
  padding: 0;
  width: 100%;
  height: 38em;
  counter-increment: gallery-cell;
  border: none;
  position: relative;
  /*        .flick-inner a {
            color: white;
            font-size: 1em;
        }*/
}
.carousel .carousel-cell img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel .carousel-cell .flick-inner {
  width: 100%;
  position: absolute;
  line-height: 1.5em;
  bottom: 2.6em;
  left: 0em;
  padding-left: 3.6em;
  backdrop-filter: blur(2px);
}
.carousel .carousel-cell .flick-inner h1 {
  font-family: 'VAGRounded_Light';
  font-size: 3.8em;
  font-weight: normal;
  letter-spacing: 0.016em;
  color: white;
}
.carousel .carousel-cell .flick-inner h2 {
  font-family: 'VAGRounded_Light';
  font-size: 2.8em;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.6em;
  color: white;
}
.carousel .carousel-cell .fi-green {
  backdrop-filter: none;
}
.carousel .carousel-cell .fi-green h1,
.carousel .carousel-cell .fi-green h2 {
  color: #808080;
}
.carousel .flickity-page-dots {
  font-size: 0.64em;
  bottom: 0.8em;
}
.carousel .flickity-page-dots .dot {
  width: 1.4em;
  height: 1.4em;
  border: 2px solid #80c826;
  background-color: white;
  opacity: 0.82;
}
.carousel .flickity-page-dots .is-selected {
  background-color: #82c828;
  opacity: 1;
}
/* Ende Slider Startseite */
/* textBox Standard */
.textBox {
  width: 100%;
  height: auto;
  float: left;
}
.textBox .inner {
  width: 80vw;
  min-width: 520px;
  height: auto;
  margin: 0 auto 2em 10.2em;
  padding: 4.8em 0 1em 0em;
  float: left;
}
.textBox .inner ul {
  margin-bottom: 1.48em;
}
.textBox .inner ul li {
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #333333;
  line-height: 1.6em;
  list-style: none;
  margin-left: 1.62em;
  position: relative;
}
.textBox .inner ul li:before {
  font-size: 1em;
  font-family: FontAwesome;
  content: '\f00c';
  color: #82c828;
  position: absolute;
  left: -1.48em;
  top: 0.1em;
}
.textBox .center-all * {
  text-align: center;
}
.textBox.textBox-wide {
  width: 75vw;
}
.textBox.bg-grey {
  background-color: #E7E7E7;
}
.textBox-superwide {
  width: 100%;
}
.textBox .halfBox,
.textBox-top .halfBox {
  width: 48%;
  padding-right: 0%;
}
.textBox .halfBox:last-child,
.textBox-top .halfBox:last-child {
  padding-left: 4%;
}
@media only screen and (max-width: 768px) {
  .textBox .inner {
    width: 100%;
    min-width: 0;
    padding: 3em 2em 0 2.2em;
    margin: 0 auto 2.2em 0;
  }
  .textBox .halfBox {
    width: 100%;
    margin-bottom: 0.4em;
  }
  .textBox .halfBox:last-child,
  .textBox-top .halfBox:last-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .textBox {
    min-width: calc(100vw - 2em);
    margin-right: auto;
    margin-left: auto;
  }
  .textBox .halfBox {
    width: 100%;
  }
}
/* Ende textBox Standard */
/* JazzModule0 */
.jazzMod0 img {
  width: 16em;
  height: auto;
  float: right;
  margin: 3em 0 2em 4em;
}
@media only screen and (max-width: 768px) {
  .jazzMod0 img {
    width: 33%;
    margin: 0.6em 0 1em 0.8em;
  }
}
/* Ende JazzModule0 */
/* JazzModule1 Klapp-Dings*/
.jazzMod1 {
  background-color: white;
  /*    .mud-collapse-entering {
        animation-duration: .2s !important
    }*/
}
.jazzMod1 .mud-paper {
  border-radius: 0;
}
.jazzMod1 .mud-paper.mud-elevation-1 {
  padding: 0em;
  box-shadow: none;
  border-top: 1px solid #82c828;
  border-bottom: 1px solid #82c828;
}
.jazzMod1 .mud-paper.mud-elevation-1 .gap-3 {
  gap: 0;
}
.jazzMod1 .mud-paper.mud-elevation-1 .mud-collapse-wrapper {
  border-top: 1px solid #d2d3d3;
  padding: 2em;
  padding-left: 0.4em;
}
.jazzMod1 .expand-button {
  justify-content: left;
  padding-top: 1.2em;
  padding-bottom: 1.4em;
  padding-left: 0.4em;
}
.jazzMod1 .expand-button .mud-button-label h4 {
  font-size: 1.24em;
}
.jazzMod1 .expand-button .mud-button-label i {
  font-size: 1.6em;
  color: #82c828;
  position: absolute;
  right: 0.6em;
}
.jazzMod1 .expand-button .mud-button-label i.fa-angle-right {
  color: #333333;
}
.jazzMod1 hr {
  display: none;
}
.jazzMod1 .gallery img {
  width: 16em;
  height: auto;
  float: left;
  margin: 1em 2.8em 1em 0;
}
@media only screen and (max-width: 768px) {
  .jazzMod1 .mud-paper.mud-elevation-1 {
    padding: 0.42em;
  }
  .jazzMod1 .mud-paper.mud-elevation-1 .mud-collapse-wrapper {
    padding: 1em;
  }
  .jazzMod1 .gallery img {
    width: 9em;
    height: auto;
    float: left;
    margin: 2em 2em 1em 0;
  }
}
/* Ende JazzModule1 */
/* JazzModule2 doubleTeaser  */
.doubleTeaser {
  clear: both;
  background-color: #F7F7F7;
}
.doubleTeaser .sizeHalf {
  width: 50%;
  height: calc(50vw + 1px - 20px);
  /*float: left;*/
  position: relative;
  background-color: #f2f2f2;
}
.doubleTeaser .sizeHalf-a,
.doubleTeaser .sizeHalf-b {
  width: 50%;
  /*float: left;*/
  position: relative;
  background-color: #F7F7F7;
}
.doubleTeaser .sizeHalf-a .dt-image,
.doubleTeaser .sizeHalf-b .dt-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.doubleTeaser .sizeHalf-a-static,
.doubleTeaser .sizeHalf-b-static {
  width: 50%;
  height: 40vw;
  /*float: left;*/
  position: relative;
  background-color: #F7F7F7;
}
.doubleTeaser .sizeHalf-a-static .inner,
.doubleTeaser .sizeHalf-b-static .inner {
  padding-right: 4em;
  position: absolute;
  top: 50%;
  left: 10.2em;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}
.doubleTeaser .sizeHalf-b .inner-tab,
.doubleTeaser .sizeHalf-b.inverse .inner-tab {
  padding-right: 4em;
  position: absolute;
  min-height: 23em;
  /* top: 46%; wird in jazz.js gesetzt
            left: @MyLeft; wird in jazz.js gesetzt
          -webkit-transform: translatey(-50%);
            -ms-transform: translatey(-50%);
            transform: translatey(-50%);*/
}
.doubleTeaser .sizeHalf-b .inner-tab h2,
.doubleTeaser .sizeHalf-b.inverse .inner-tab h2,
.doubleTeaser .sizeHalf-b .inner-tab h3,
.doubleTeaser .sizeHalf-b.inverse .inner-tab h3 {
  font-size: 1.72em;
}
@media only screen and (max-width: 768px) {
  .doubleTeaser .sizeHalf {
    width: 100%;
  }
  .doubleTeaser .sizeHalf-a,
  .doubleTeaser .sizeHalf-b,
  .doubleTeaser .sizeHalf-a-static,
  .doubleTeaser .sizeHalf-b-static {
    width: 100%;
    float: left;
  }
  .doubleTeaser .sizeHalf-b,
  .doubleTeaser .sizeHalf-b.inverse,
  .doubleTeaser .sizeHalf-b-static,
  .doubleTeaser .sizeHalf-b-static.inverse {
    min-height: 400px;
    height: none;
  }
  .doubleTeaser .sizeHalf-b .inner,
  .doubleTeaser .sizeHalf-b.inverse .inner,
  .doubleTeaser .sizeHalf-b-static .inner,
  .doubleTeaser .sizeHalf-b-static.inverse .inner,
  .doubleTeaser .sizeHalf-b .inner-tab,
  .doubleTeaser .sizeHalf-b.inverse .inner-tab,
  .doubleTeaser .sizeHalf-b-static .inner-tab,
  .doubleTeaser .sizeHalf-b-static.inverse .inner-tab {
    width: calc(100%-2em);
    padding-right: 2em;
    left: 2.2em;
    height: none;
    padding-top: 3.4em;
    padding-bottom: 3.4em;
  }
  .doubleTeaser .sizeHalf-b .inner h2,
  .doubleTeaser .sizeHalf-b.inverse .inner h2,
  .doubleTeaser .sizeHalf-b-static .inner h2,
  .doubleTeaser .sizeHalf-b-static.inverse .inner h2,
  .doubleTeaser .sizeHalf-b .inner-tab h2,
  .doubleTeaser .sizeHalf-b.inverse .inner-tab h2,
  .doubleTeaser .sizeHalf-b-static .inner-tab h2,
  .doubleTeaser .sizeHalf-b-static.inverse .inner-tab h2 {
    font-size: 2.22em;
  }
  .doubleTeaser .sizeHalf-a.o_image-parent,
  .doubleTeaser .sizeHalf-b.o_image-parent,
  .doubleTeaser .sizeHalf-a-static.o_image-parent,
  .doubleTeaser .sizeHalf-b-static.o_image-parent {
    width: 100%;
    height: 90vw !important;
    float: left;
  }
  .doubleTeaser .map-wrapper {
    height: 100vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .doubleTeaser {
    /*        .sizeHalf-a, .sizeHalf-b {
            height: 50vw;
        }*/
    /*.sizeHalf-b {
        width: 50%;
        padding: calc(@MyLeft - 2em) 4em 0 @MyLeft;
    }*/
    /*        .sizeHalf-b, .sizeHalf-b.inverse {
            .inner {
                left: calc(@MyLeftMobile + 2em);
            }
        }*/
  }
}
/* Ende JazzModule2 doubleTeaser */
/* Einbindung Videos - JazzVideo */
.video-wrap {
  width: 44em;
  max-width: 98%;
  height: auto;
  margin: 0em auto 4em auto;
  display: block;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background: #f2f2f2;
}
.video-container img {
  width: 100%;
  height: auto;
  position: relative;
}
.video-container .tp-overlay {
  position: absolute;
  top: 4em;
  left: 4em;
  width: calc(100% - 8em);
  height: calc(100% - 8em);
  font-size: 0.68em;
}
.video-container .tp-overlay i {
  font-size: 8em;
}
.video-container-border {
  border: 1px solid #559333;
}
.video-container iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* Ende Einbindung Videos - JazzVideo */
/* News Gallery */
.gallery {
  width: 100%;
  height: auto;
  float: left;
}
.gallery .inner {
  width: auto;
  min-width: 520px;
  height: auto;
  margin: 0 auto 2em 10.2em;
  padding: 1em 0 0 0;
}
.gallery .inner .img-container {
  width: 15em;
  height: 10em;
  margin: 0 2em 4em 0em;
  float: left;
}
.gallery .inner .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .gallery .inner {
    width: 100%;
    min-width: 0;
    padding: 0 2em 0 2.2em;
    margin: 0 auto 2.2em 0;
  }
  .gallery .inner img {
    width: 42%;
    margin: 0 1.2em 1.4em 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery {
    min-width: calc(100vw - 2em);
    margin-right: auto;
    margin-left: auto;
  }
}
/* Ende News Gallery*/
/* News Timeline */
.mud-timeline-vertical .mud-timeline-item .mud-timeline-item-opposite {
  display: flex;
  flex: 0 0 12em;
}
.mud-timeline-vertical.mud-timeline-position-start::before {
  left: calc(12em + 47px);
}
.mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-default {
  background-color: #82c828 !important;
}
@media only screen and (max-width: 768px) {
  .mud-timeline-vertical .mud-timeline-item .mud-timeline-item-divider {
    min-width: 80px;
  }
  .mud-timeline-vertical .mud-timeline-item .mud-timeline-item-opposite {
    display: flex;
    flex: 0 0 6em;
  }
  .mud-timeline-vertical.mud-timeline-position-start::before {
    left: calc(5.4em + 50px);
  }
}
h3.newsSubheader:first-child {
  margin-top: 0em;
  margin-bottom: 1em;
}
h3.newsSubheader {
  margin-top: 1.4em;
  margin-bottom: 1em;
}
/*  Ende News Timeline */
.imageTop1,
.imageTop1-a {
  width: 100%;
  height: 34.8vw;
  position: relative;
  margin-bottom: 0;
}
.imageTop1-a {
  background-color: #d2d3d3;
}
.imageTop1-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.imageTop1 .inner {
  position: absolute;
  width: 68%;
  /*text-align: center;*/
  padding-left: 10em;
  padding-bottom: 4em;
  top: 94%;
  -webkit-transform: translateY(-94%);
  -ms-transform: translateY(-94%);
  transform: translateY(-94%);
}
.imageTop1 .inner h1 {
  color: #ffffff;
  font-size: 2em;
  margin-bottom: 0.2em;
}
.imageTop1 .inner h2 {
  color: #ffffff;
  font-size: 3.2em;
  line-height: 1.24em;
  font-weight: bold;
}