@charset "UTF-8";
/*GLOBALS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  padding: 20px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
svg {
  width: 20px;
  height: 20px;
}
body {
  background: #fff;
  color: #333333;
}
h1 {
  color: #006a46;
}
h2, h3, h4, h5 {
  color: #006a46;
}
a {
  color: #006A46;
}
a:hover {
  color: #006A46;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('../../../typo3conf/ext/m7package/Resources/Public/Fonts/SourceSansPro-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('../../../typo3conf/ext/m7package/Resources/Public/Fonts/SourceSansPro-Regular.ttf');
  font-weight: 400;
}
body {
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}
h1, h2, h3, h4, h5 {
  font-family: 'SourceSansPro-Bold', sans-serif;
  line-height: 1.2;
  margin: 1rem 0;
  font-weight: bold;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.8rem;
}
/* Frames and Spaces */
.frame-space-before-extrasmall {
  margin-top: 0.5rem;
}
.frame-space-after-extrasmall {
  margin-bottom: 0.5rem;
}
.frame-space-before-small {
  margin-top: 1rem;
}
.frame-space-after-small {
  margin-bottom: 1rem;
}
.frame-space-before-medium {
  margin-top: 2rem;
}
.frame-space-after-medium {
  margin-bottom: 2rem;
}
.frame-space-before-large {
  margin-top: 3rem;
}
.frame-space-after-large {
  margin-bottom: 3rem;
}
.frame-space-before-extralarge {
  margin-top: 4rem;
}
.frame-space-after-extralarge {
  margin-bottom: 4rem;
}
/* Abstände definieren */
body {
  overflow-x: hidden;
}
img {
  width: 100%;
  height: auto;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.frame {
  margin: 2rem 0;
}
.frame ul {
  padding-left: 20px;
  padding-top: 0px;
}
.frame li {
  list-style: initial;
}
.row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.flex-col-1, .flex-col-2, .flex-col-3, .flex-col-4, .flex-col-5, .flex-col-6, .flex-col-7, .flex-col-8, .flex-col-9, .flex-col-10, .flex-col-11, .flex-col-12 {
  min-width: 0;
}
.flex-col-1 {
  flex: 1;
}
.flex-col-2 {
  flex: 2;
}
.flex-col-3 {
  flex: 3;
}
.flex-col-4 {
  flex: 4;
}
.flex-col-5 {
  flex: 5;
}
.flex-col-6 {
  flex: 6;
}
.flex-col-7 {
  flex: 7;
}
.flex-col-8 {
  flex: 8;
}
.flex-col-9 {
  flex: 9;
}
.flex-col-10 {
  flex: 10;
}
.flex-col-11 {
  flex: 11;
}
.flex-col-12 {
  flex: 12;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
/* Gridlayouts */
/* Vertikale Abstände der Gridelements */
.row-3x4, .row-2-1_3-2_3, .row-2-2_3-1_3, .row-2-1_2-1_2 {
  margin: 4rem 0;
  width: 100%;
}
/* Abstand zwischen den Spalten - zweispaltig */
.col-2-1_3-2_3-1, .col-2-2_3-1_3-1, .col-2-1_2-1_2-1 {
  margin-right: 2rem;
}
/* Abstand zwischen den Spalten - dreispaltig */
.col-3x4-2 {
  margin: 0 2rem;
}
/* 3x4 */
/* 1/3 -- 2/3 */
/* 2/3 -- 1/3 */
@media screen and (max-width: 1500px) {
  .flex-container {
    padding: 0 15%;
  }
}
@media screen and (max-width: 1200px) {
  .flex-container {
    padding: 0 9%;
  }
}
@media screen and (max-width: 992px) {
  .flex-container {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .flex-col-1, .flex-col-2, .flex-col-3, .flex-col-4, .flex-col-5, .flex-col-6, .flex-col-7, .flex-col-8, .flex-col-9, .flex-col-10, .flex-col-11, .flex-col-12 {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 560px) {
  .container {
    padding: 0 0;
  }
  .container p, .container h1, .container h2, .container h3, .container h4 {
    padding: 0 1rem;
  }
  .col-2-1_3-2_3-1, .col-2-2_3-1_3-1, .col-2-1_2-1_2-1 {
    margin-right: 0rem;
  }
  .flex-container ul {
    padding-left: 32px;
  }
  .flex-container {
    display: block;
  }
  .row {
    display: block;
  }
  .frame ul {
    padding-left: 34px;
  }
}
@keyframes turn-out-opacity {
  from {
    opacity: 0;
    transform: rotateY(-60deg) translateY(-14px);
  }
  to {
    opacity: 1;
    transform: rotateY(0) translateY(0);
  }
}
@keyframes rise-up-opacity {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
p.animated, h1.animated, h2.animated, h3.animated, h4.animated, .highlight-box.animated {
  animation: rise-up-opacity 0.5s 0.5s 1 cubic-bezier(0.6, 0.43, 0.58, 1) both;
}
p, p.animated {
  animation-delay: 0.6s;
}
.texticon__icon.animated, .image.animated {
  animation: turn-out-opacity 0.5s 0.5s 1 cubic-bezier(0.6, 0.43, 0.58, 1) both;
}
.col-3x4-2 .texticon__icon {
  animation-delay: 0.6s;
}
.col-3x4-3 .texticon__icon {
  animation-delay: 0.7s;
}
/*PARTIALS*/
.site-header-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 180;
  background: #f9f9f9;
}
.site-header {
  background: #f9f9f9;
}
.navbar, .navbar__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}
/* Hauptnavigation */
.site-header__container {
  max-height: 132px;
  margin-top: 1rem;
}
.navbar {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.navbar__list {
  margin-top: 68px;
}
.navbar__logo {
  z-index: 9;
  position: relative;
  width: 280px;
}
.navbar__wrap {
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.navbar__list-item {
  font-weight: bold;
  position: relative;
}
.navbar__list-item a {
  text-decoration: none;
  font-size: 15px;
}
.navbar__list-item:not(:last-child), .language-menu__list-item:not(:last-child) {
  margin-right: 1rem;
}
/* Untermenüs */
.subnav__list-item, .subnav_sub__list-item {
  padding: 1rem;
}
.subnav__list-item {
  position: relative;
}
.subnav__list, .subnav_sub__list {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}
.subnav__list {
  top: 100%;
  left: 0;
  z-index: 9;
}
.subnav_sub__list {
  left: 100%;
  top: 0;
}
.navbar__list-item:hover > .subnav__list {
  display: block;
}
.subnav__list-item:hover > .subnav_sub__list {
  display: block;
}
/* Mobiles Menü */
.navbar__list-toggle {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  outline: #83a8e4;
  position: fixed;
  top: 8px;
  left: 0;
  width: 50px;
  height: 50px;
}
.navbar__list-toggle svg {
  transition: transform 0.2s ease;
  fill: #006a46;
}
.navbar__list-toggle.active svg {
  transition: opacity 0.2 ease-in;
  transform: rotateY(180deg);
}
.mobile-wrapper {
  position: fixed;
  left: -100%;
  top: 0;
  background: #525c64;
  z-index: 99999;
  height: 100%;
  padding: 2rem 10rem 1rem 2rem;
  transition: left 0.2s ease;
  width: 320px;
  overflow: scroll;
}
.mobile-wrapper a {
  color: #fff;
}
.mobile-wrapper.active {
  left: 0;
}
.mobile-close {
  position: absolute;
  cursor: pointer;
  background: none;
  border: none;
  right: 10px;
  top: 10px;
  width: 40px;
}
.mobile-close svg {
  transition: transform 0.2s ease;
  fill: #fff;
}
.navbar__list-item--mobile {
  border-left: 8px solid #006a46;
  padding-left: 0.5rem;
}
.navbar__list-item--mobile a {
  text-decoration: none;
}
.navbar__list-item--mobile:not(:last-child) {
  margin-bottom: 1.5rem;
}
.subnav__list--mobile {
  padding-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .navbar__list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .navbar__list-toggle {
    display: block;
  }
  .navbar__list {
    display: none;
  }
  .mobile-wrapper {
    padding: 2rem 5rem 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    justify-content: center;
  }
  .navbar__logo {
    margin-top: 20%;
  }
  .site-header__container {
    max-height: initial;
    margin-top: 1rem;
  }
  .navbar__wrap.flex {
    width: 100%;
    margin: 2rem 0 1rem 0;
    flex-basis: 100%;
  }
  .navbar__wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
body {
  background: #f9f9f9;
}
.site-main-content {
  background: #e7e7e7;
}
.main-after-fix {
  margin-top: 800px;
  background: #fff;
  z-index: 1;
}
.site-main-content-special__container {
  background: #ab0101;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .main-after-fix {
    margin-top: 740px;
  }
}
@media screen and (max-width: 920px) {
  .main-after-fix {
    margin-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .main-after-fix {
    margin-top: 400px;
  }
}
.site-footer {
  margin-top: 0rem;
  padding: 2rem 0 4rem 0;
  color: #333333;
  background: #f9f9f9;
}
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #333333;
}
.footer-columns {
  justify-content: space-between;
  width: 100%;
}
.site-footer a {
  color: #006A46;
}
#consent-button {
  position: fixed;
  left: 5px;
  bottom: 5px;
}
#consent-button svg {
  width: 50px;
  height: 50px;
  fill: #333;
}
.social-row {
  display: flex;
  width: 100px;
  justify-content: space-between;
}
.social {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .social-row {
    padding: 0 1rem;
    width: 125px;
  }
}
/*COMPONENTS*/
.scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  bottom: 200px;
  background-color: #616c76;
  border-radius: 100%;
  z-index: 1111111;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-top svg {
  width: 25px;
  height: 25px;
}
.scroll-top svg path {
  fill: #fff;
}
.top-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.9rem;
}
.top-buttons__wrapper {
  position: relative;
  transition: all 0.2s ease;
  padding: 3px 2px;
}
.top-buttons .btn {
  width: 100%;
}
.top-buttons .btn svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .top-buttons {
    width: initial;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    background: #e3e3e3;
    height: 70px;
    position: fixed;
    z-index: 111;
  }
}
/* Sprachmenü */
.language-menu, .language-menu__list {
  display: flex;
  flex-wrap: wrap;
}
#language-menu__wrapper.expanded {
  min-width: 110px;
}
.language-toggle {
  width: 100%;
  padding: 0.4rem 1rem;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  color: #fff;
  position: relative;
  background: #616c76;
  border: 1px solid #616c76;
  border-radius: 4px;
}
.language-toggle__icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.language-toggle__name {
  margin-left: 0.2rem;
  color: #fff;
  vertical-align: top;
}
#language__list {
  background: #fff;
  position: absolute;
  border-right: 1px solid #616c76;
  border-bottom: 1px solid #616c76;
  border-left: 1px solid #616c76;
  padding: 1rem;
  top: 33px;
  z-index: 1;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  transition: all 0.2s ease-in;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
}
#language__list.active {
  opacity: 1;
  transform: scaleY(1);
}
.language__list-item {
  opacity: 0;
  transition: opacity 0.1s 0.1s ease;
}
#language__list.active .language__list-item {
  opacity: 1;
}
.language__list-item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.language__list-item a {
  display: flex;
  align-items: center;
  color: #616c76;
}
.language__name {
  color: #616c76;
}
.language__icon {
  margin-right: 0.4rem;
  height: 20px;
}
.language__icon img {
  height: 16px;
  width: auto;
}
.language__icon-active {
  margin-left: 0.4rem;
  fill: #616c76;
  width: 16px;
  height: 16px;
}
/* Allgemeines Styling */
.slick-prev, .slick-next {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.slider:hover .slick-prev, .slider:hover .slick-next {
  opacity: 1;
}
.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  opacity: 0.75;
  color: #ccc;
}
.slick-prev {
  left: 0rem;
}
.slick-next {
  right: 2rem;
}
.slider-item {
  position: relative;
}
/* Slider Maske */
.slider-mask {
  position: relative;
  margin-top: -63px;
  z-index: 9;
  width: auto;
  height: auto;
}
/* Bildunterschrift */
.caption-hero {
  position: absolute;
  bottom: 10%;
  left: 20%;
  padding: 1rem;
  z-index: 9;
  border-radius: 5px;
}
.slider-item__title {
  background-color: #006a46;
  padding: 10px;
  font-size: 2.5rem;
  font-family: 'SourceSansPro-Bold', sans-serif;
}
.slider-item__description {
  background-color: #303134;
  padding: 10px;
  font-size: 1rem;
}
/* Video */
.slider-vid {
  object-fit: cover;
  width: 100%;
  height: 680px;
}
.slider-item__title, .slider-item__description {
  color: #fff;
}
.slider-item__description {
  max-width: 500px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .slider-item.has-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: radial-gradient(rgba($peppermint-dark , 0.2), rgba($peppermint-dark , 0.7));*/
    z-index: 8;
  }
}
@media screen and (min-width: 768px) {
  .slick-prev:before, .slick-next:before {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .slider .caption-hero {
    position: relative;
    left: 20px;
    margin-right: 20px;
  }
  .slider-item__title {
    background-color: #006a46;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  /* Video */
  .slider-vid {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .slick-prev {
    left: 0.5rem;
  }
  .slick-next {
    right: 0.5rem;
  }
}
.highlight-box {
  border-radius: 4px;
  padding: 1rem;
  box-shadow: 0px 5px 4px 0px rgba(97, 108, 118, 0.08), 0px 8px 15px 0px rgba(97, 108, 118, 0.02);
  border: 1px solid #c7ccd1;
}
.col-3x4-2.highlight-box {
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .col-3x4-2.highlight-box {
    margin: 1rem 0;
  }
}
/* Allgemeines Styling */
.texticon__container .texticon__icon {
  margin-left: 0;
  margin-right: auto;
  width: 100px;
  height: 100px;
}
.texticon__icon {
  margin-bottom: 1.2rem;
}
.texticon__container .texticon__icon svg {
  width: 50px;
  height: 50px;
}
.texticon__container {
  text-align: left;
}
.search-form-close {
  cursor: pointer;
  background: none;
  border: none;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}
.search-form-open svg {
  transition: transform 0.2s ease;
  fill: #fff;
  width: 20px;
}
.search-form-close svg {
  transition: transform 0.2s ease;
  fill: #fff;
}
.site-header .tx-indexedsearch-searchbox {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 55px;
  position: fixed;
  background-color: #616c76;
  text-align: center;
  padding: 0px;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.99, 0.3, 0.29, 1.18);
  transform: translateY(-55px);
}
#search-form__wrapper .active {
  transform: translateY(0);
}
#tx-indexedsearch-searchbox-button-submit {
  padding: 0.4rem 1rem;
  cursor: pointer;
  color: #fff;
  background-color: #006A46;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#tx-indexedsearch-searchbox-sword {
  padding: 0.4rem 1rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#tx-indexedsearch-searchbox-button-submit svg {
  width: 20px;
  height: 20px;
}
.tx-indexedsearch-res {
  padding: 10px;
  border: 1px solid #616c76;
  border-radius: 8px;
  margin: 5px 0 5px 0;
}
.tx-indexedsearch-info {
  display: flex;
}
.tx-indexedsearch-info dt {
  padding: 5px;
  margin-left: 5px;
  font-weight: bold;
}
.tx-indexedsearch-info dd {
  padding: 5px;
  margin-right: 5px;
}
.tx-indexedsearch-top {
  padding-left: 10px;
}
@media screen and (max-width: 560px) {
  .tx-indexedsearch-info {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .site-header .tx-indexedsearch-searchbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header .tx-indexedsearch-searchbox.active {
    height: 130px;
  }
}
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0 1rem;
}
.breadcrumb__list {
  padding: 18px 0;
}
.tabs-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tabs-container button {
  cursor: pointer;
  background: #006A46;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabs-container .tabs {
  border: 1px solid #006A46;
  background-color: #fff;
  color: #006a46;
  padding: 12px;
}
.tabs-container .tabs .tab {
  display: none;
}
.tabs-container .tabs .active {
  display: block;
}
.tabs-container h1, .tabs-container h2, .tabs-container h3 {
  color: #006a46;
}
.accordion-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.accordion {
  background-color: #006A46;
  color: #fff;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  width: 100%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.accordion .svg {
  width: 28px;
  height: 28px;
  float: right;
}
.accordion .svg-active {
  width: 28px;
  height: 28px;
  float: right;
}
.accordion .svg svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  display: block;
}
.accordion .svg-active svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  display: none;
}
.accordion-container .active .svg {
  display: none;
}
.accordion-container .active .svg-active svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  display: block;
}
.panel {
  padding: 0 12px 0 12px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #006a46;
}
.accordion-container .active {
  max-height: none;
}
.panel h1, .panel h2, .panel h3 {
  color: #006a46;
}
.map {
  margin-top: 20px;
}
.site-sidebar-content__container {
  position: absolute;
  float: left;
  padding: 0 10% 0 10%;
}
.sidebar__subnav__list, .sidebar__subnav_sub__list {
  display: none;
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 10px;
  z-index: 111;
}
.sidebar__subnav__list {
  top: 0%;
  left: auto;
}
.sidebar__subnav_sub__list {
  left: auto;
  top: 0%;
}
.sidebar__list-item:hover > .sidebar__subnav__list {
  display: block;
}
.sidebar__subnav__list-item:hover > .sidebar__subnav_sub__list {
  display: block;
}
@media screen and (max-width: 992px) {
  .sidebar__list {
    display: none;
  }
}
.site-main-content-top__container__small {
  padding: 0 20% 0 20%;
}
form {
  overflow: hidden;
}
form input, form textarea, form select {
  padding: 0.4rem 1rem;
}
form .form__date, form select {
  margin-top: 10px;
}
form .control-label {
  font-weight: bold;
}
.btn, .btn-default {
  cursor: pointer;
  background: #006A46;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 0.5rem;
  color: #fff;
}
.btn svg {
  width: 16px;
  height: 16px;
}
.btn:hover, .btn:focus {
  background: #fff;
  color: #006A46;
  border: 1px solid #006A46;
  box-shadow: none;
}
h3 .btn {
  width: 80%;
  font-size: 1.5rem;
}
.form-group {
  padding: 1rem 0 1rem 0;
}
form input[type="text"], form input[type="password"], form input[type="number"], input[type="date"], input[type="email"], .form__textarea {
  width: 96%;
  margin: 1rem 0 1rem 0;
}
.powermail_textarea {
  width: 100%;
}
form legend {
  padding: 10px;
  font-size: 1.5rem;
  width: auto;
}
.tx-powermail .powermail_fieldset {
  clear: left;
  border: 1px solid #bbb;
  padding: 10px;
  margin: 10px 2px 10px 2px;
}
form h3, .tx-powermail .powermail_fieldset textarea.powermail_field {
  width: 100%;
}
.flex.zaehler {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.zaehler .text p {
  width: 100%;
}
.flex.zaehler .text {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 74%;
}
.flex.zaehler .bild {
  width: 24%;
}
.powermail_form.powermail_form_7, .powermail_form.powermail_form_10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.powermail_form.powermail_form_7 .powermail_fieldset input[type="text"], .powermail_form.powermail_form_7 .powermail_fieldset input[type="email"], .powermail_form.powermail_form_7 .powermail_fieldset .powermail_fieldwrap_textarea, .powermail_form.powermail_form_10 .powermail_fieldset input[type="text"], .powermail_form.powermail_form_10 .powermail_fieldset input[type="email"], .powermail_form.powermail_form_10 .powermail_fieldset .powermail_fieldwrap_textarea, #powermail_fieldwrap_83 label, #powermail_fieldwrap_26 label, #powermail_fieldwrap_45 label {
  width: 100%;
}
.powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_10, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_23, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_25, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_38, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_56, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_45 {
  width: 100%;
}
.powermail_form.powermail_form_7 .powermail_fieldset, .powermail_form.powermail_form_10 .powermail_fieldset {
  width: 49%;
}
/*Trenner*/
.powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_25, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_45 {
  border: none;
}
.tx-powermail .powermail_fieldset div.powermail_check_outer {
  border: none;
}
/*Kaltwasser*/
.powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_11, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_39, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_12, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_40, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_13, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_41 {
  box-shadow: 0 0 0 2px #4e4e99;
}
/*Warmwasser*/
.powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_14, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_42, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_15, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_43 {
  box-shadow: 0 0 0 2px #ad2a2a;
}
/*Wärmemenge*/
.powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_16, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_44 {
  box-shadow: 0 0 0 2px #398939;
}
/*Heizkostenverteiler*/
.powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_17, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_18, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_19, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_20, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_21, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_22, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_30, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_31, .powermail_form.powermail_form_7 .powermail_fieldset.powermail_fieldset_32, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_17, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_18, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_19, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_20, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_21, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_22, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_30, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_31, .powermail_form.powermail_form_10 .powermail_fieldset.powermail_fieldset_32 {
  #box-shadow: 0 0 0 2px #c63554;
}
@media screen and (min-width: 1200px) {
  .form-group {
    display: flex;
  }
  form .input {
    flex: 35;
    display: flex;
  }
  form .control-label {
    flex: 15;
    display: flex;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .form-group, .form-navigation {
    padding: 10px;
  }
  form input[type="text"], form input[type="number"], .form__textarea {
    width: 90%;
  }
  .tx-powermail .powermail_fieldset {
    margin: 0;
  }
}
@media screen and (max-width: 920px) {
  .powermail_form_11 .powermail_fieldset_59 .powermail_label, .powermail_form_11 .powermail_fieldset_59 .day-label {
    height: 55px;
  }
}
/*Custom Powermail fieldsets*/
.powermail_form_11 .powermail_fieldset_59 {
  display: flex;
  border-top: 1px solid #bbb;
  border-bottom: 0px solid transparent;
  padding: 3px;
  margin: 2px 2px 2px 2px;
}
.powermail_form_11 .powermail_fieldset_62, .powermail_form_11 .powermail_fieldset_63, .powermail_form_11 .powermail_fieldset_64, .powermail_form_11 .powermail_fieldset_65, .powermail_form_11 .powermail_fieldset_66, .powermail_form_11 .powermail_fieldset_67, .powermail_form_11 .powermail_fieldset_68, .powermail_form_11 .powermail_fieldset_69, .powermail_form_11 .powermail_fieldset_70, .powermail_form_11 .powermail_fieldset_71, .powermail_form_11 .powermail_fieldset_72, .powermail_form_11 .powermail_fieldset_73, .powermail_form_11 .powermail_fieldset_74, .powermail_form_11 .powermail_fieldset_75, .powermail_form_11 .powermail_fieldset_76, .powermail_form_11 .powermail_fieldset_77, .powermail_form_11 .powermail_fieldset_78, .powermail_form_11 .powermail_fieldset_79, .powermail_form_11 .powermail_fieldset_80, .powermail_form_11 .powermail_fieldset_81, .powermail_form_11 .powermail_fieldset_82, .powermail_form_11 .powermail_fieldset_83, .powermail_form_11 .powermail_fieldset_84, .powermail_form_11 .powermail_fieldset_85, .powermail_form_11 .powermail_fieldset_86, .powermail_form_11 .powermail_fieldset_87, .powermail_form_11 .powermail_fieldset_88, .powermail_form_11 .powermail_fieldset_89, .powermail_form_11 .powermail_fieldset_90, .powermail_form_11 .powermail_fieldset_91 {
  display: flex;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  padding: 3px;
  margin: 2px 2px 2px 2px;
}
.powermail_form_11 .powermail_fieldset_92 {
  display: flex;
  border-top: 0px solid transparent;
  border-bottom: 1px solid #bbb;
  padding: 3px;
  margin: 2px 2px 2px 2px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.powermail_form_11 .powermail_fieldset_59 .powermail_input, .powermail_form_11 .powermail_fieldset_59 .powermail_date, .powermail_form_11 .powermail_fieldset_62 .powermail_input, .powermail_form_11 .powermail_fieldset_62 .powermail_date, .powermail_form_11 .powermail_fieldset_63 .powermail_input, .powermail_form_11 .powermail_fieldset_63 .powermail_date, .powermail_form_11 .powermail_fieldset_64 .powermail_input, .powermail_form_11 .powermail_fieldset_64 .powermail_date, .powermail_form_11 .powermail_fieldset_65 .powermail_input, .powermail_form_11 .powermail_fieldset_65 .powermail_date, .powermail_form_11 .powermail_fieldset_66 .powermail_input, .powermail_form_11 .powermail_fieldset_66 .powermail_date, .powermail_form_11 .powermail_fieldset_67 .powermail_input, .powermail_form_11 .powermail_fieldset_67 .powermail_date, .powermail_form_11 .powermail_fieldset_68 .powermail_input, .powermail_form_11 .powermail_fieldset_68 .powermail_date, .powermail_form_11 .powermail_fieldset_69 .powermail_input, .powermail_form_11 .powermail_fieldset_69 .powermail_date, .powermail_form_11 .powermail_fieldset_70 .powermail_input, .powermail_form_11 .powermail_fieldset_70 .powermail_date, .powermail_form_11 .powermail_fieldset_71 .powermail_input, .powermail_form_11 .powermail_fieldset_71 .powermail_date, .powermail_form_11 .powermail_fieldset_72 .powermail_input, .powermail_form_11 .powermail_fieldset_72 .powermail_date, .powermail_form_11 .powermail_fieldset_73 .powermail_input, .powermail_form_11 .powermail_fieldset_73 .powermail_date, .powermail_form_11 .powermail_fieldset_74 .powermail_input, .powermail_form_11 .powermail_fieldset_74 .powermail_date, .powermail_form_11 .powermail_fieldset_75 .powermail_input, .powermail_form_11 .powermail_fieldset_75 .powermail_date, .powermail_form_11 .powermail_fieldset_76 .powermail_input, .powermail_form_11 .powermail_fieldset_76 .powermail_date, .powermail_form_11 .powermail_fieldset_77 .powermail_input, .powermail_form_11 .powermail_fieldset_77 .powermail_date, .powermail_form_11 .powermail_fieldset_78 .powermail_input, .powermail_form_11 .powermail_fieldset_78 .powermail_date, .powermail_form_11 .powermail_fieldset_79 .powermail_input, .powermail_form_11 .powermail_fieldset_79 .powermail_date, .powermail_form_11 .powermail_fieldset_80 .powermail_input, .powermail_form_11 .powermail_fieldset_80 .powermail_date, .powermail_form_11 .powermail_fieldset_81 .powermail_input, .powermail_form_11 .powermail_fieldset_81 .powermail_date, .powermail_form_11 .powermail_fieldset_82 .powermail_input, .powermail_form_11 .powermail_fieldset_82 .powermail_date, .powermail_form_11 .powermail_fieldset_83 .powermail_input, .powermail_form_11 .powermail_fieldset_83 .powermail_date, .powermail_form_11 .powermail_fieldset_84 .powermail_input, .powermail_form_11 .powermail_fieldset_84 .powermail_date, .powermail_form_11 .powermail_fieldset_85 .powermail_input, .powermail_form_11 .powermail_fieldset_85 .powermail_date, .powermail_form_11 .powermail_fieldset_86 .powermail_input, .powermail_form_11 .powermail_fieldset_86 .powermail_date, .powermail_form_11 .powermail_fieldset_87 .powermail_input, .powermail_form_11 .powermail_fieldset_87 .powermail_date, .powermail_form_11 .powermail_fieldset_88 .powermail_input, .powermail_form_11 .powermail_fieldset_88 .powermail_date, .powermail_form_11 .powermail_fieldset_89 .powermail_input, .powermail_form_11 .powermail_fieldset_89 .powermail_date, .powermail_form_11 .powermail_fieldset_90 .powermail_input, .powermail_form_11 .powermail_fieldset_90 .powermail_date, .powermail_form_11 .powermail_fieldset_91 .powermail_input, .powermail_form_11 .powermail_fieldset_91 .powermail_date {
  padding: 5px;
  margin: 10px 1px;
}
.powermail_form_11 .day-label, .powermail_form_11 .total-label {
  width: 100%;
  padding-left: 0;
}
.powermail_form_11 .day {
  width: 50px;
  padding: 5px;
  margin: 10px 1px;
}
.powermail_form_11 .powermail_fieldset_59 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_62 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_63 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_64 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_65 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_66 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_67 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_68 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_69 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_70 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_71 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_72 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_73 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_74 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_75 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_76 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_77 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_78 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_79 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_80 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_81 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_82 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_83 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_84 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_85 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_86 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_87 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_88 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_89 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_90 .powermail_fieldwrap, .powermail_form_11 .powermail_fieldset_91 .powermail_fieldwrap {
  width: 25%;
}
.tx-powermail table {
  padding: 10px;
  width: 100%;
}
.tx-powermail table tr {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.news .article .news-img-wrap img {
  height: auto;
  width: 100%;
}
.news-text-wrap {
  overflow: hidden;
}
.tx-filelist {
  width: 100%;
  text-align: left;
}
.tx-filelist .table {
  width: 100%;
}
.tx-filelist .table img {
  width: 20px;
  height: auto;
  vertical-align: bottom;
  margin-right: 2px;
}
.tx-filelist .media {
  padding: 10px;
  width: 200px;
  height: 200px;
}
.tx-filelist .parentfolder {
  width: 60px;
  height: auto;
}
.tx-filelist .tx-filelist__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-filelist .gallery-item {
  width: 100%;
}
.tx-filelist__gallery {
  display: flex;
}
.tx-filelist .tx-filelist__gallery-folder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-filelist .media-body {
  display: none;
}
.breadcrumb li {
  display: inline-block;
  padding: 5px;
}
.tx-filelist__folders {
  display: flex;
}
.folder-body {
  text-align: center;
}
.card-img-top {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 560px) {
  .tx-filelist__gallery {
    display: block;
  }
  .tx-filelist .media {
    padding: 0;
  }
  .card-img-top {
    width: 300px;
    height: 300px;
  }
}
.ce-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ce-column {
  width: 100%;
  margin: 0;
}
.gallery-default img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (min-width: 992px) {
  .ce-row {
    justify-content: space-between;
  }
  .ce-gallery .ce-column {
    margin: 0;
  }
  .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 49%;
  }
  .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 32%;
  }
  .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 24%;
  }
}
.color-table {
  width: 100%;
}
.color-table {
  border-collapse: collapse;
}
.color-table tr:not(:last-child) th {
  padding-bottom: 1rem;
}
.color-table td {
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.color-table th {
  text-align: start;
}
.color-table .wert {
  margin-right: 1rem;
}
.hover-animation .image-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  height: 0%;
  background: #ab0101;
  color: transparent;
  transition: height 0.2s ease, color 0.2s 0.1s ease;
}
/* Hover Animation Text*/
.hover-animation .image:hover .image-caption {
  height: 10%;
  color: #fff;
  transition: height 0.2s 0.2s ease, color 0.2s ease;
}
/* Hover Animation Bild*/
.hover-animation .image {
  overflow: hidden;
}
.hover-animation .image img {
  transition: transform 1s cubic-bezier(0.49, 0.01, 0, 0.91);
}
.hover-animation .image img:hover {
  animation: none;
  transform: scale(1.25) rotateZ(3deg);
}
.gallery-default {
  text-align: center;
}
.gallery-default img {
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 10px;
}
.ce-row {
  justify-content: left;
  align-items: inherit;
  justify-content: normal;
}
.image {
  padding: 5px;
}
.reference header {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 3px 0 7px 0;
}
.file-upload__container {
  padding-top: 20px;
  width: 100%;
}
.file-upload {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}
.file-upload input {
  background: #006a46;
  color: #fff;
  border-radius: 5px;
}
.fc-right {
  text-align: center;
}
.fc-event-container {
  padding: 1px;
}
.event-content {
  padding: 1px;
  border: 1px solid #006a46;
}
.event-content a {
  color: #006A46;
}
.event-list .fc-list-view {
  border-width: 1px;
  border-style: solid;
  height: auto;
  max-height: 500px;
}
.event-list .fc-scroller {
  height: 500px !important;
  overflow-y: scroll;
}
.event-list .fc-list-heading td {
  background-color: #616c76 !important;
}
.event-list .fc-list-item:hover td {
  background-color: transparent !important;
}
.event-list .fc-list-empty {
  background-color: transparent !important;
}
.page-actions {
  display: inherit;
  margin-left: auto;
}
.page-actions li {
  padding: 5px;
}
.page-actions svg {
  width: 15px;
  height: 15px;
}
.page-actions svg path {
  fill: #333333;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 11111111111;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
