/* /Components/Common/breadcrumb.razor.rz.scp.css */
@charset "UTF-8";
.breadcrumb[b-64ztowi1pi] {
  display: inline-block;
  background: none;
  width: 100%;
  padding: 2rem 0;
  font-weight: 300;
  margin: 1rem 0;
  text-align: left;
}
@media (min-width: 990px) {
  .breadcrumb[b-64ztowi1pi] {
    margin: 1rem 0;
    text-align: left;
  }
}
.breadcrumb container[b-64ztowi1pi] {
  line-height: 1rem;
}
.breadcrumb ul[b-64ztowi1pi] {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.breadcrumb li[b-64ztowi1pi] {
  list-style-type: none;
  width: auto;
  float: left;
}
.breadcrumb li[b-64ztowi1pi]:before {
  content: " · ";
  position: relative;
  display: inline-block;
  color: #8fc2a7;
  margin: 0 5px;
}
.breadcrumb li:first-child[b-64ztowi1pi]:before {
  display: none;
}
.breadcrumb li a[b-64ztowi1pi] {
  text-decoration: none;
}
/* /Components/ContentElements/ElementButtonText.razor.rz.scp.css */
.section-imgtxt[b-0xas4o5ljc] {
  padding: 2rem 0;
}
.section-imgtxt.light[b-0xas4o5ljc] {
  background: #fafafa;
  border: solid 1px #8fc2a7;
}
.section-imgtxt.light-primary[b-0xas4o5ljc] {
  background: rgba(143, 194, 167, 0.1);
  border: solid 1px #8fc2a7;
  padding: 3rem 0;
}
.section-imgtxt.walnuss[b-0xas4o5ljc] {
  padding: 3rem 0;
}
.section-imgtxt.walnuss-invert[b-0xas4o5ljc] {
  background: rgba(143, 194, 167, 0.1);
  border: solid 1px #8fc2a7;
  padding: 3rem 0;
}

.btntxt[b-0xas4o5ljc] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
}
@media (min-width: 800px) {
  .btntxt[b-0xas4o5ljc] {
    padding: 0;
  }
}
.btntxt .container[b-0xas4o5ljc] {
  display: flex;
  align-items: stretch;
  flex-flow: column;
}
@media (min-width: 800px) {
  .btntxt .container[b-0xas4o5ljc] {
    column-gap: 2rem;
    flex-flow: row;
  }
}
.btntxt .content[b-0xas4o5ljc] {
  padding: 2rem 0;
  width: 100%;
  float: left;
  order: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 800px) {
  .btntxt .content[b-0xas4o5ljc] {
    padding: 2rem 0;
    width: 45%;
    float: left;
  }
}
.btntxt .content h2[b-0xas4o5ljc] {
  text-transform: uppercase;
  margin: 0;
}
.btntxt .content h3[b-0xas4o5ljc] {
  margin: 0.25rem 0 0.75rem 0;
}
.btntxt[b-0xas4o5ljc]  .btn {
  background: #8fc2a7;
  color: white;
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  border-radius: 5px;
}
.btntxt[b-0xas4o5ljc]  .btn:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 400;
  content: "\f178";
  color: white;
  margin-right: 10px;
}

.regular[b-0xas4o5ljc], .reverse[b-0xas4o5ljc] {
  padding: 1rem 0;
}
.regular .figure[b-0xas4o5ljc], .reverse .figure[b-0xas4o5ljc] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-0xas4o5ljc], .reverse .figure[b-0xas4o5ljc] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-0xas4o5ljc], .reverse .content[b-0xas4o5ljc] {
    order: 2;
  }
}
.regular[b-0xas4o5ljc]  .btn-dark, .reverse[b-0xas4o5ljc]  .btn-dark {
  background-color: #2e394b;
  border-color: transparent;
  color: white;
}

.centered .content[b-0xas4o5ljc] {
  text-align: center;
}
.centered .content .text[b-0xas4o5ljc] {
  width: 100%;
}

.reverse .content[b-0xas4o5ljc] {
  width: 100%;
  text-align: right;
  justify-content: end;
  align-items: end;
}
.reverse .content .text[b-0xas4o5ljc] {
  width: 100%;
}

.walnuss .content[b-0xas4o5ljc] {
  background: #8fc2a7;
  padding: 2rem;
}
.walnuss .content h2[b-0xas4o5ljc], .walnuss .content h3[b-0xas4o5ljc], .walnuss .content h4[b-0xas4o5ljc] {
  color: white;
}

.walnuss-invert .content[b-0xas4o5ljc] {
  background: white;
}
/* /Components/ContentElements/ElementImageText.razor.rz.scp.css */
.section-imgtxt[b-5ng07mezkb] {
  padding: 2rem 0;
}
.section-imgtxt.light[b-5ng07mezkb] {
  background: #fafafa;
  border: solid 1px #8fc2a7;
}
.section-imgtxt.light-primary[b-5ng07mezkb] {
  background: rgba(143, 194, 167, 0.1);
  border: solid 1px #8fc2a7;
  padding: 3rem 0;
}
.section-imgtxt.walnuss[b-5ng07mezkb] {
  padding: 3rem 0;
}
.section-imgtxt.walnuss-invert[b-5ng07mezkb] {
  background: rgba(143, 194, 167, 0.1);
  border: solid 1px #8fc2a7;
  padding: 3rem 0;
}

.imgtxt[b-5ng07mezkb] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
}
@media (min-width: 800px) {
  .imgtxt[b-5ng07mezkb] {
    padding: 0;
  }
}
.imgtxt .container[b-5ng07mezkb] {
  display: flex;
  align-items: stretch;
  flex-flow: column;
}
@media (min-width: 800px) {
  .imgtxt .container[b-5ng07mezkb] {
    column-gap: 2rem;
    flex-flow: row;
  }
}
.imgtxt .figure[b-5ng07mezkb] {
  width: 100%;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: right;
  order: 1;
}
@media (min-width: 800px) {
  .imgtxt .figure[b-5ng07mezkb] {
    width: 55%;
    float: right;
    order: 2;
  }
}
.imgtxt .figure img[b-5ng07mezkb] {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.imgtxt .content[b-5ng07mezkb] {
  padding: 2rem 0;
  width: 100%;
  float: left;
  order: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 800px) {
  .imgtxt .content[b-5ng07mezkb] {
    padding: 2rem 0;
    width: 45%;
    float: left;
  }
}
.imgtxt .content h2[b-5ng07mezkb] {
  text-transform: uppercase;
  margin: 0;
}
.imgtxt .content h3[b-5ng07mezkb] {
  margin: 0.25rem 0 0.75rem 0;
}
.imgtxt[b-5ng07mezkb]  .btn {
  background: #8fc2a7;
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.5s all;
  color: #2e394b;
}
.imgtxt[b-5ng07mezkb]  .btn:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 400;
  content: "\f178";
  color: #2e394b;
  margin-right: 10px;
  transition: 0.5s all;
}
.imgtxt[b-5ng07mezkb]  .btn:before:hover {
  color: white;
  transition: 0.5s all;
}
.imgtxt[b-5ng07mezkb]  .btn:hover {
  transition: 0.5s all;
  background: #2e394b;
  color: white;
}
.imgtxt[b-5ng07mezkb]  .btn.btn-dark {
  background: #2e394b;
  color: white;
}
.imgtxt[b-5ng07mezkb]  .btn.btn-dark:before {
  color: white;
}
.imgtxt[b-5ng07mezkb]  .btn.btn-dark:hover {
  transition: 0.5s all;
  background: #8fc2a7;
  color: #2e394b;
}
.imgtxt[b-5ng07mezkb]  .btn.btn-dark:hover:before {
  color: #2e394b;
}

.regular[b-5ng07mezkb], .reverse[b-5ng07mezkb] {
  padding: 1rem 0;
}
.regular .figure[b-5ng07mezkb], .reverse .figure[b-5ng07mezkb] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-5ng07mezkb], .reverse .figure[b-5ng07mezkb] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-5ng07mezkb], .reverse .content[b-5ng07mezkb] {
    order: 2;
  }
}
.regular[b-5ng07mezkb]  .btn-dark, .reverse[b-5ng07mezkb]  .btn-dark {
  background-color: #2e394b;
  border-color: transparent;
  color: white;
}

.centered .content[b-5ng07mezkb] {
  text-align: center;
}
.centered .content .text[b-5ng07mezkb] {
  width: 100%;
}

.walnuss .content[b-5ng07mezkb] {
  background: #8fc2a7;
  padding: 2rem;
}
.walnuss .content h2[b-5ng07mezkb], .walnuss .content h3[b-5ng07mezkb], .walnuss .content h4[b-5ng07mezkb] {
  color: white;
}

.walnuss-invert .content[b-5ng07mezkb] {
  background: white;
}

.top-banner .container[b-5ng07mezkb] {
  flex-flow: column;
}
.top-banner .figure[b-5ng07mezkb] {
  width: 100%;
  order: 1;
}
.top-banner .content[b-5ng07mezkb] {
  width: 100%;
  gap: 0.5rem;
  justify-content: start;
  align-items: start;
  flex-flow: column;
}
@media (min-width: 800px) {
  .top-banner .content[b-5ng07mezkb] {
    flex-flow: row;
    gap: 2rem;
  }
}
.top-banner .content .title[b-5ng07mezkb] {
  width: 100%;
  text-align: left;
}
@media (min-width: 800px) {
  .top-banner .content .title[b-5ng07mezkb] {
    width: 45%;
    text-align: right;
  }
}
.top-banner .content .title .h2[b-5ng07mezkb], .top-banner .content .title .h3[b-5ng07mezkb] {
  font-size: 1.75rem;
  text-transform: none;
  font-family: "bariolregular", Helvetica, Arial, sans-serif;
}
.top-banner .content .text[b-5ng07mezkb] {
  width: 100%;
  text-align: left;
}
@media (min-width: 800px) {
  .top-banner .content .text[b-5ng07mezkb] {
    width: 55%;
    text-align: left;
  }
}
/* /Components/ContentElements/ElementListBoxes.razor.rz.scp.css */
.section-list[b-clj6n6ydr0] {
  padding: 3rem 0;
}
.section-list ul.list[b-clj6n6ydr0] {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
@media (min-width: 800px) {
  .section-list ul.list[b-clj6n6ydr0] {
    flex-direction: row;
    gap: 2rem;
  }
}
.section-list ul.list li.box[b-clj6n6ydr0] {
  width: 100%;
  border: solid 1px #8FC2A7;
  border-radius: 5px;
  margin: 1rem 0;
  float: left;
  text-decoration: none;
  color: #2E394B;
  overflow: hidden;
}
@media (min-width: 800px) {
  .section-list ul.list li.box[b-clj6n6ydr0] {
    width: 33.33%;
    margin: 0;
  }
}
.section-list ul.list li.box.fixed[b-clj6n6ydr0] {
  height: 420px;
}
.section-list ul.list li.box h3[b-clj6n6ydr0] {
  font-size: 2rem;
  margin: 0 0 5px 0;
}
.section-list ul.list li.box h4[b-clj6n6ydr0] {
  font-size: 1rem;
  margin: 0 0 5px 0;
}
.section-list ul.list li.box p[b-clj6n6ydr0] {
  margin: 0 0 15px 0;
}
.section-list ul.list li.box .box-icon[b-clj6n6ydr0] {
  display: inline-block;
  margin: 2rem 0 0 1rem;
}
.section-list ul.list li.box figure[b-clj6n6ydr0] {
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  margin: -20px -25px 15px -25px;
}
.section-list ul.list li.box .zusatz[b-clj6n6ydr0] {
  position: relative;
  width: calc(100% + 50px);
  border-bottom: solid 1px #8FC2A7;
  margin: -15px -25px 15px -25px;
  text-align: center;
  padding: 5px 25px;
}
.section-list ul.list li.box .zusatz p[b-clj6n6ydr0] {
  margin: 0;
}
.section-list ul.list li.box .box-module[b-clj6n6ydr0] {
  text-align: center;
  padding: 0.5rem 1rem;
  border-bottom: solid #8fc2a7 1px;
}
.section-list ul.list li.box .box-module p[b-clj6n6ydr0] {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
.section-list ul.list li.box .box-content[b-clj6n6ydr0] {
  padding: 1rem;
}
.section-list ul.list li.box .box-content h3[b-clj6n6ydr0] {
  font-size: 1.75rem;
}
.section-list ul.list li.box .box-content .box-description[b-clj6n6ydr0]  ul {
  margin: 0 0 15px 20px;
  padding: 0;
}
.section-list ul.list li.box .box-content .box-description[b-clj6n6ydr0]  ul li:before {
  position: relative;
  margin-right: 8px;
  margin-left: -20px;
  content: "\f0da";
  font-weight: 900;
  color: #8fc2a7;
  font-size: 13px;
  font-family: "Font Awesome 6 Pro";
}

.slick-dots button[b-clj6n6ydr0] {
  background: #2e394b;
  width: 10px;
  height: 10px;
}
/* /Components/ContentElements/ElementListLogos.razor.rz.scp.css */
.list-logoslider[b-oml54m52sv] {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #f0f0f0;
  border: solid 1px #8fc2a7;
  border-left: 0;
  border-right: 0;
  margin: 2rem 0 1rem 0;
  padding: 1rem 0;
  overflow: hidden;
}
.list-logoslider .intro[b-oml54m52sv] {
  width: 100%;
  text-align: center;
}
.list-logoslider .slick-prev[b-oml54m52sv],
.list-logoslider .slick-next[b-oml54m52sv] {
  position: absolute;
  bottom: 25px;
  left: -225px;
}
.list-logoslider .slick-prev[b-oml54m52sv] {
  left: -250px;
}
.list-logoslider .elm-txt[b-oml54m52sv] {
  position: relative;
  float: left;
  padding: 0 25px 0 0;
  width: 250px;
}
.list-logoslider .split[b-oml54m52sv] {
  display: flex;
  flex-flow: row;
}
@media (min-width: 990px) {
  .list-logoslider .split[b-oml54m52sv] {
    flex-flow: row;
  }
}
.list-logoslider .split .intro[b-oml54m52sv] {
  width: 100%;
  text-align: center;
}
@media (min-width: 990px) {
  .list-logoslider .split .intro[b-oml54m52sv] {
    text-align: left;
    width: 240px;
  }
}
.list-logoslider .split .list[b-oml54m52sv] {
  width: 100%;
}
@media (min-width: 990px) {
  .list-logoslider .split .list[b-oml54m52sv] {
    width: calc(100% - 240px);
  }
}

.box[b-oml54m52sv] {
  display: inline-block;
  width: calc(25% - 40px);
  border: solid 1px #8FC2A7;
  padding: 15px 25px;
  border-radius: 5px;
  margin: 0 10px;
  float: left;
  text-decoration: none;
  color: #2E394B;
  overflow: hidden;
  background-color: white;
  /*&.fixed {
      height: 420px;
  }*/
}
.box .box-container[b-oml54m52sv] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.box .box-container .box-image[b-oml54m52sv] {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
}
.box h4[b-oml54m52sv] {
  font-size: 1.6rem;
  margin: 1rem 0 0.25rem 0;
}
.box .box-description p[b-oml54m52sv] {
  font-size: 0.8rem;
  margin: 0 0 15px 0;
  line-height: 1.1rem;
}
.box .icon[b-oml54m52sv] {
  margin: 10px 0 20px 0;
}
.box .figures[b-oml54m52sv] {
  display: inline-block;
  width: 100%;
}
.box .img-wrap.circle[b-oml54m52sv] {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f0f0f0;
  overflow: hidden;
}
.box .img-wrap.circle img[b-oml54m52sv] {
  max-width: 100%;
}
.box .img-wrap.logo[b-oml54m52sv] {
  display: flex;
  align-items: center;
  justify-content: right;
  float: right;
  width: calc(100% - 70px);
  height: 60px;
  overflow: hidden;
}
.box .img-wrap.logo img[b-oml54m52sv] {
  max-height: 75px;
  max-width: 150px;
}
/* /Components/ContentElements/ElementListSlider.razor.rz.scp.css */
.list-slider[b-zvskodr3hu] {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fafafa;
  border: solid 1px #8fc2a7;
  border-left: 0;
  border-right: 0;
  margin: 3rem 0;
  padding: 2rem 1rem;
  overflow: hidden;
}
.list-slider .slick-prev[b-zvskodr3hu],
.list-slider .slick-next[b-zvskodr3hu] {
  position: absolute;
  bottom: 25px;
  left: -225px;
}
.list-slider .slick-prev[b-zvskodr3hu] {
  left: -250px;
}
.list-slider .elm-txt[b-zvskodr3hu] {
  position: relative;
  float: left;
  padding: 0 25px 0 0;
  width: 250px;
}
.list-slider .split[b-zvskodr3hu] {
  display: flex;
  flex-flow: column;
}
@media (min-width: 990px) {
  .list-slider .split[b-zvskodr3hu] {
    flex-flow: row;
  }
}
.list-slider .split .intro[b-zvskodr3hu] {
  width: 100%;
  text-align: center;
}
@media (min-width: 990px) {
  .list-slider .split .intro[b-zvskodr3hu] {
    text-align: left;
    width: 240px;
  }
}
.list-slider .split .list[b-zvskodr3hu] {
  width: 100%;
}
@media (min-width: 990px) {
  .list-slider .split .list[b-zvskodr3hu] {
    width: calc(100% - 240px);
  }
}

.box[b-zvskodr3hu] {
  display: inline-block;
  width: calc(33.33% - 40px);
  border: solid 1px #8FC2A7;
  padding: 15px 25px;
  border-radius: 5px;
  margin: 0 10px;
  float: left;
  text-decoration: none;
  color: #2E394B;
  overflow: hidden;
  background-color: white;
  /*&.fixed {
      height: 420px;
  }*/
}
.box h4[b-zvskodr3hu] {
  font-size: 1.6rem;
  margin: 1rem 0 0.25rem 0;
}
.box .box-description p[b-zvskodr3hu] {
  font-size: 0.8rem;
  margin: 0 0 15px 0;
  line-height: 1.1rem;
}
.box .icon[b-zvskodr3hu] {
  margin: 10px 0 20px 0;
}
.box .figures[b-zvskodr3hu] {
  display: inline-block;
  width: 100%;
}
.box .img-wrap.circle[b-zvskodr3hu] {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fafafa;
  overflow: hidden;
}
.box .img-wrap.circle img[b-zvskodr3hu] {
  max-width: 100%;
}
.box .img-wrap.logo[b-zvskodr3hu] {
  display: flex;
  align-items: center;
  justify-content: right;
  float: right;
  width: calc(100% - 70px);
  height: 60px;
  overflow: hidden;
}
.box .img-wrap.logo img[b-zvskodr3hu] {
  max-height: 100%;
  max-width: 80%;
}
/* /Components/ContentElements/ElementSliderBoxes.razor.rz.scp.css */
.boxes[b-923urs57hn] {
  width: 100%;
  background: #f0f0f0;
  grid: auto;
  margin: 2.5rem 0 5rem 0;
}

.slide-elm[b-923urs57hn] {
  float: left;
  align-self: stretch;
  margin: 0 0.75rem;
}
/* /Components/ContentElements/ElementSliderNewsboxList.razor.rz.scp.css */
.slider-boxes[b-co71hy53em] {
  display: flex;
  justify-content: center;
  width: 100%;
  grid: auto;
  padding: 5rem 0 1rem 0;
  background-color: #8fc2a7;
  background-size: cover;
  background-position: center;
}
@media (min-width: 800px) {
  .slider-boxes[b-co71hy53em] {
    padding: 5rem 0 2rem 0;
  }
}
@media (min-width: 1200px) {
  .slider-boxes[b-co71hy53em] {
    padding: 10rem 0 1rem 0;
  }
}
.slider-boxes .container[b-co71hy53em] {
  display: flex;
  justify-content: center;
}
.slider-boxes .container .slide-boxes[b-co71hy53em] {
  width: 100%;
}

.slide-elm[b-co71hy53em] {
  float: left;
  margin: 0 0.75rem;
  background: white;
  border: #8fc2a7 solid 1px;
  border-radius: 4px;
  overflow: hidden;
}
.slide-elm .infobox[b-co71hy53em] {
  width: 100%;
  padding: 1rem;
}
.slide-elm .infobox .content[b-co71hy53em] {
  min-height: 10rem;
  padding: 0;
  text-align: center;
}
.slide-elm .infobox .button[b-co71hy53em] {
  text-align: center;
}
.slide-elm .infobox .button a.btn[b-co71hy53em] {
  display: inline-block;
  background-color: #8fc2a7;
  color: white;
  transition: all 0.25s;
}
.slide-elm .infobox .button a.btn:hover[b-co71hy53em] {
  background-color: #2e394b;
  color: white;
  text-decoration: none;
  transition: all 0.25s;
  transform: scale(1.05);
}
.slide-elm .infobox h2[b-co71hy53em] {
  font-size: 1.5rem;
  margin: 0.25rem 0 0.75rem 0;
}
.slide-elm .infobox h3[b-co71hy53em] {
  font-size: 1.1rem;
  margin: 0;
}

[b-co71hy53em] .slick-prev,
[b-co71hy53em] .slick-next {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 0.25rem;
  border-width: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: background-color 0.75s;
}
[b-co71hy53em] .slick-prev:hover,
[b-co71hy53em] .slick-next:hover {
  background-color: white;
  transition: background-color 0.75s;
}

[b-co71hy53em] .slick-prev:before,
[b-co71hy53em] .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f101";
  font-size: 16px;
  line-height: 1;
  color: #383e42;
  opacity: 0.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[b-co71hy53em] .slick-prev:before {
  content: "\f100";
}

.grid[b-co71hy53em] {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 0rem;
  row-gap: 1.5rem;
}
@media (min-width: 640px) {
  .grid[b-co71hy53em] {
    width: calc(100% - 1.5rem);
    grid-template-columns: 50% 50%;
    column-gap: 1.5rem;
  }
}
@media (min-width: 800px) {
  .grid[b-co71hy53em] {
    grid-template-columns: 33% 33% 33%;
  }
}
@media (min-width: 1200px) {
  .grid[b-co71hy53em] {
    grid-template-columns: 33% 33% 33%;
  }
}

.slick-dots[b-co71hy53em] {
  position: absolute;
  bottom: -2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li button[b-co71hy53em]:before {
  font-size: 24px;
  line-height: 24px;
}
.slick-dots li.slick-active button[b-co71hy53em]:before {
  color: white;
  opacity: 0.75;
}
/* /Components/ContentElements/ElementSliderNewsboxPages.razor.rz.scp.css */
.boxes[b-9m21i8fe0p] {
  width: 100%;
  background: #f0f0f0;
  grid: auto;
  margin: 2.5rem 0 5rem 0;
}

.slide-elm[b-9m21i8fe0p] {
  float: left;
  align-self: stretch;
  margin: 0 0.75rem;
}
.slide-elm .infobox .content[b-9m21i8fe0p] {
  min-height: 10rem;
}
.slide-elm a.btn[b-9m21i8fe0p] {
  display: inline-block;
  background-color: #8fc2a7;
  color: #2e394b;
}
/* /Components/ContentElements/ElementSquareBoxes.razor.rz.scp.css */
.splitsquares[b-0xcc4x6ekc] {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: auto;
  min-height: 50vw;
}
@media (min-width: 1000px) {
  .splitsquares[b-0xcc4x6ekc] {
    height: 500px;
    flex-flow: row;
  }
}
.splitsquares .social[b-0xcc4x6ekc] {
  font-size: 1.5rem;
}
.splitsquares .social a[b-0xcc4x6ekc] {
  color: #2e394b;
  transition: color 0.5s;
}
.splitsquares .social a:hover[b-0xcc4x6ekc] {
  color: #8fc2a7;
  transition: color 0.5s;
}
.splitsquares .content-space[b-0xcc4x6ekc] {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vw;
  padding: 2.5rem;
  align-items: center;
}
.splitsquares .content-space p[b-0xcc4x6ekc] {
  text-align: center;
}
@media (min-width: 1000px) {
  .splitsquares .content-space[b-0xcc4x6ekc] {
    width: 50%;
    min-height: unset;
    height: 50vw;
    flex-flow: row;
    align-items: center;
  }
  .splitsquares .content-space p[b-0xcc4x6ekc] {
    text-align: left;
  }
}
.splitsquares .image-space[b-0xcc4x6ekc] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vw;
  padding: 4rem 0;
  background-color: #fafafa;
  background-image: url("/media/tuere-alt-sw.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1000px) {
  .splitsquares .image-space[b-0xcc4x6ekc] {
    width: 50%;
    height: 50vw;
  }
}
.splitsquares .image-space ul[b-0xcc4x6ekc] {
  padding: 0;
  margin: 0 0 0 -0.25rem;
}
.splitsquares .image-space ul li[b-0xcc4x6ekc] {
  font-family: "bariolbold", Helvetica, Arial, sans-serif;
  list-style-type: none;
  font-size: 3rem;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .splitsquares .image-space ul li[b-0xcc4x6ekc] {
    font-size: 4rem;
  }
}

.splitsquares.reverse .content-space[b-0xcc4x6ekc] {
  order: 1;
}
@media (min-width: 1000px) {
  .splitsquares.reverse .content-space[b-0xcc4x6ekc] {
    order: 2;
  }
}
.splitsquares.reverse .image-space[b-0xcc4x6ekc] {
  order: 2;
}
@media (min-width: 1000px) {
  .splitsquares.reverse .image-space[b-0xcc4x6ekc] {
    order: 1;
  }
}
/* /Components/Customised/ContactForm.razor.rz.scp.css */
[b-6j7z3fi43w] .rz-label.mandatory:after {
  content: "*";
  display: inline-block;
  font-size: 1rem;
  color: inherit;
}

[b-6j7z3fi43w] .rz-textbox,
[b-6j7z3fi43w] .rz-textarea {
  padding: 0.5rem;
  border-radius: 0;
  box-shadow: 0;
}

.checkbox[b-6j7z3fi43w] {
  display: flex;
}
.checkbox[b-6j7z3fi43w]  label {
  margin-left: 0.5rem;
}
/* /Components/Customised/WalnussImageText.razor.rz.scp.css */
.section-imgtxt-walnuss[b-0l2cu3sy0i] {
  display: inline-block;
  width: 100%;
  padding: 6rem 0;
  margin: 0 0 -3rem 0;
  background: transparent url(../assets/img/bg-elm-rahmen.svg) no-repeat;
  background-size: 1800px 1800px;
  background-position: top right calc(50% - 1400px);
  padding-top: 50px;
}

.imgtxt[b-0l2cu3sy0i] {
  width: 100%;
  padding: 1.5rem 0 0.5rem 0;
  /*.container {
      display: flex;
      align-items: stretch;
      flex-flow: column;

      @media (min-width: 800px) {
          column-gap: 2rem;
          flex-flow: column;
      }
  }*/
}
.imgtxt h2[b-0l2cu3sy0i] {
  padding-left: 4rem;
}
@media (min-width: 800px) {
  .imgtxt[b-0l2cu3sy0i] {
    padding: 0;
  }
}
.imgtxt .container[b-0l2cu3sy0i] {
  position: relative;
}
.imgtxt .figure[b-0l2cu3sy0i] {
  width: 100%;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: right;
  order: 1;
  background-color: #fafafa;
}
@media (min-width: 800px) {
  .imgtxt .figure[b-0l2cu3sy0i] {
    max-width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    order: 2;
  }
}
.imgtxt .figure img[b-0l2cu3sy0i] {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.imgtxt .content[b-0l2cu3sy0i] {
  width: 100%;
  float: left;
  order: 1;
  display: inline-block;
  align-items: center;
}
@media (min-width: 800px) {
  .imgtxt .content[b-0l2cu3sy0i] {
    width: 60%;
    float: left;
  }
}
.imgtxt .content .text[b-0l2cu3sy0i] {
  background: #8fc2a7;
  padding: 2rem 4rem 2rem 4rem;
  margin: 0;
}
@media (min-width: 800px) {
  .imgtxt .content .text[b-0l2cu3sy0i] {
    margin: 0 0 1rem 0;
    padding: 4rem 8rem 4rem 4rem;
  }
}
.imgtxt .content .text[b-0l2cu3sy0i]  h2 {
  color: white;
  text-transform: none;
  margin: 0;
  font-size: 3rem;
}
.imgtxt .content .text h3[b-0l2cu3sy0i] {
  margin: 0.25rem 0 0.75rem 0;
}
.imgtxt[b-0l2cu3sy0i]  .btn {
  background: #2e394b;
  color: white;
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 1rem 0 1rem 4rem;
}
@media (min-width: 800px) {
  .imgtxt[b-0l2cu3sy0i]  .btn {
    margin: 1rem 0 0 4rem;
  }
}
.imgtxt[b-0l2cu3sy0i]  .btn:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 400;
  content: "\f178";
  color: white;
  margin-right: 10px;
}
.imgtxt[b-0l2cu3sy0i]  .btn:hover {
  background: #8fc2a7;
  color: #2e394b;
}

.regular[b-0l2cu3sy0i], .reverse[b-0l2cu3sy0i] {
  padding: 1rem 0;
}
.regular .figure[b-0l2cu3sy0i], .reverse .figure[b-0l2cu3sy0i] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-0l2cu3sy0i], .reverse .figure[b-0l2cu3sy0i] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-0l2cu3sy0i], .reverse .content[b-0l2cu3sy0i] {
    order: 2;
  }
}
.regular[b-0l2cu3sy0i]  .btn-dark, .reverse[b-0l2cu3sy0i]  .btn-dark {
  background-color: #2e394b;
  border-color: transparent;
  color: white;
}

.centered .content[b-0l2cu3sy0i] {
  text-align: center;
}
.centered .content .text[b-0l2cu3sy0i] {
  width: 100%;
}
/* /Components/Customised/WalnussImageTextDark.razor.rz.scp.css */
.section-imgtxt-walnuss-dark[b-itdxqtflab] {
  display: inline-block;
  width: 100%;
  padding: 3rem 0;
  margin: 0;
  padding-top: 50px;
}

.imgtxt[b-itdxqtflab] {
  width: 100%;
  padding: 1.5rem 0 0.5rem 0;
  /*.container {
      display: flex;
      align-items: stretch;
      flex-flow: column;

      @media (min-width: 800px) {
          column-gap: 2rem;
          flex-flow: column;
      }
  }*/
}
.imgtxt h2[b-itdxqtflab] {
  padding-left: 4rem;
}
@media (min-width: 800px) {
  .imgtxt[b-itdxqtflab] {
    padding: 0;
  }
}
.imgtxt .container[b-itdxqtflab] {
  position: relative;
}
.imgtxt .figure[b-itdxqtflab] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  order: 1;
  background-color: #fafafa;
}
@media (min-width: 800px) {
  .imgtxt .figure[b-itdxqtflab] {
    max-width: 45%;
    position: absolute;
    right: 0;
    top: 180px;
    order: 2;
  }
}
.imgtxt .figure img[b-itdxqtflab] {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.imgtxt .content[b-itdxqtflab] {
  width: 100%;
  float: left;
  display: inline-block;
  align-items: center;
  order: 2;
}
@media (min-width: 800px) {
  .imgtxt .content[b-itdxqtflab] {
    width: 75%;
    float: left;
    order: 1;
  }
}
.imgtxt .content .text[b-itdxqtflab] {
  padding: 3rem 4rem 3rem 2rem;
  margin: 0 0 1rem 0;
  background: #2e394b url(../assets/img/bg-elm-rahmen.svg) no-repeat;
  background-size: 1800px 1800px;
  background-position: top 100px right -1750px;
  color: white;
}
@media (min-width: 800px) {
  .imgtxt .content .text[b-itdxqtflab] {
    padding: 4rem 20rem 5rem 4rem;
    background-position: top 100px right -1600px;
  }
}
.imgtxt .content .text[b-itdxqtflab]  h2 {
  color: white;
  text-transform: none;
  margin: 0 0 1rem 0;
  font-size: 3rem;
}
.imgtxt .content .text h3[b-itdxqtflab] {
  margin: 0.25rem 0 0.75rem 0;
}
.imgtxt[b-itdxqtflab]  .btn {
  background: #2e394b;
  color: white;
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 1rem 0 0 4rem;
}
.imgtxt[b-itdxqtflab]  .btn:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 400;
  content: "\f178";
  color: white;
  margin-right: 10px;
}
.imgtxt[b-itdxqtflab]  .btn:hover {
  background: #8fc2a7;
  color: #2e394b;
}

.regular[b-itdxqtflab], .reverse[b-itdxqtflab] {
  padding: 1rem 0;
}
.regular .figure[b-itdxqtflab], .reverse .figure[b-itdxqtflab] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-itdxqtflab], .reverse .figure[b-itdxqtflab] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-itdxqtflab], .reverse .content[b-itdxqtflab] {
    order: 2;
  }
}
.regular[b-itdxqtflab]  .btn-dark, .reverse[b-itdxqtflab]  .btn-dark {
  background-color: #2e394b;
  border-color: transparent;
  color: white;
}

.centered .content[b-itdxqtflab] {
  text-align: center;
}
.centered .content .text[b-itdxqtflab] {
  width: 100%;
}
/* /Components/Customised/WalnussStoerer.razor.rz.scp.css */
.elm-stoerer[b-2t54ok9d0u] {
  width: 100%;
  height: 275px;
  margin: 3rem 0 -100px 0;
}
@media (min-width: 800px) {
  .elm-stoerer[b-2t54ok9d0u] {
    margin: 3rem 0 -275px 0;
  }
}
.elm-stoerer .container[b-2t54ok9d0u] {
  position: relative;
}
.elm-stoerer .container .btn[b-2t54ok9d0u] {
  position: absolute;
  top: -75px;
  right: 1.5rem;
  display: table;
  background: #8fc2a7;
  border-radius: 50%;
  width: 275px;
  height: 275px;
  padding: 10px;
  z-index: 100;
}
@media (min-width: 800px) {
  .elm-stoerer .container .btn[b-2t54ok9d0u] {
    right: 0;
  }
}
.elm-stoerer .container .btn.pulse[b-2t54ok9d0u] {
  animation: pulse-b-2t54ok9d0u 1.25s infinite;
}
.elm-stoerer .container .btn .txt[b-2t54ok9d0u] {
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transform: rotate(-15deg);
  font-size: 18px;
  padding: 10px;
  border: solid 1px #fff;
  border-radius: 50%;
  line-height: 1.4em;
}
.elm-stoerer .container .btn .txt > *[b-2t54ok9d0u] {
  color: #fff;
  margin: 0;
  line-height: 1.25em;
}
.elm-stoerer .container .btn .txt > *.teaser-smaller[b-2t54ok9d0u] {
  font-size: 0.8em;
  line-height: 1.4em;
}
.elm-stoerer .container .btn .txt > *.teaser-bigger[b-2t54ok9d0u] {
  font-size: 1.5em;
  line-height: 1em;
}

@keyframes pulse-b-2t54ok9d0u {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1);
  }
}
/* /Components/Customised/WalnussText.razor.rz.scp.css */
.elm-txt-intro[b-dmm9pnqtzt] {
  padding: 4rem 0;
}
.elm-txt-intro .stoerer-space[b-dmm9pnqtzt] {
  padding-right: 0;
}
@media (min-width: 800px) {
  .elm-txt-intro .stoerer-space[b-dmm9pnqtzt] {
    padding-right: 300px;
  }
}
/* /Components/Elemente/Boxes/ElementAccordionBoxes.razor.rz.scp.css */
/*$primary-light: #9B8FA6;

$secondary-light: #5B9191;
$secondary-soft: #96C2C1;
$secondary-ultrasoft: #AAD8D6;*/
/*$primary-light: #9B8FA6;

$secondary-light: #5B9191;
$secondary-soft: #96C2C1;
$secondary-ultrasoft: #AAD8D6;*/
[b-vomqowrlrc] .rz-accordion {
  margin: 1rem 0;
}

[b-vomqowrlrc] .acc-culinary {
  display: block;
  background-color: #533622;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[b-vomqowrlrc] .acc-culinary a {
  display: block;
  color: #f4ede7;
  padding: 1rem 1.5rem;
  font-family: "Indie Flower", sans-serif;
  font-size: 2rem;
  transition: padding 0.5s;
  box-shadow: 0 0 3rem 3rem rgba(83, 54, 34, 0.3) inset;
}
@media (min-width: 640px) {
  [b-vomqowrlrc] .acc-culinary a {
    font-size: 3rem;
    box-shadow: 0 0 3rem 3rem rgba(83, 54, 34, 0.2) inset;
  }
}
[b-vomqowrlrc] .acc-culinary a:hover {
  text-decoration: none;
}
[b-vomqowrlrc] .acc-culinary a .rz-accordion-toggle-icon {
  float: right;
}
[b-vomqowrlrc] .acc-culinary.expanded a {
  padding: 2.5rem 1.5rem;
  transition: padding 0.5s;
}

[b-vomqowrlrc] .rz-accordion-content {
  padding-top: 1.5rem;
}

ul[b-vomqowrlrc] {
  margin: 0;
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  /*@media(min-width: 1200px) {
      grid-template-columns: calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem);
  }*/
}
@media (min-width: 640px) {
  ul[b-vomqowrlrc] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  ul[b-vomqowrlrc] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}

li[b-vomqowrlrc] {
  display: flex;
  width: 100%;
  list-style-type: none;
}

[b-vomqowrlrc] .rz-accordion-toggle-icon.rzi-chevron-right:before {
  content: "arrow_left";
  font-size: 2rem;
}
@media (min-width: 640px) {
  [b-vomqowrlrc] .rz-accordion-toggle-icon.rzi-chevron-right:before {
    font-size: 3rem;
  }
}

[b-vomqowrlrc] .rz-accordion-toggle-icon {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
}
@media (min-width: 640px) {
  [b-vomqowrlrc] .rz-accordion-toggle-icon {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    margin-top: 0.5rem;
  }
}
/* /Components/Elemente/Boxes/ElementArchiveBoxes.razor.rz.scp.css */
.slide-elm[b-j31lezjlr6]{float:left;align-self:stretch;margin:0 10px}
/* /Components/Elemente/Boxes/ElementFooterBoxes.razor.rz.scp.css */
.slide-elm[b-qf0ildma1e]{float:left;align-self:stretch;margin:0 10px}
/* /Components/Elemente/Boxes/ElementListBoxesDownload.razor.rz.scp.css */
ul[b-9ooe0grosv] {
  margin: 0;
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 720px) {
  ul[b-9ooe0grosv] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 960px) {
  ul[b-9ooe0grosv] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-9ooe0grosv] {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  }
}

li[b-9ooe0grosv] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* /Components/Elemente/Boxes/ElementListBoxesPerson.razor.rz.scp.css */
ul[b-pllf6uuku8] {
  margin: 0;
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 640px) {
  ul[b-pllf6uuku8] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  ul[b-pllf6uuku8] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-pllf6uuku8] {
    grid-template-columns: calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem);
  }
}

li[b-pllf6uuku8] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* /Components/Elemente/Boxes/ElementListBoxesTips.razor.rz.scp.css */
ul[b-0cn1e0zg9o] {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 720px) {
  ul[b-0cn1e0zg9o] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 960px) {
  ul[b-0cn1e0zg9o] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-0cn1e0zg9o] {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  }
}

li[b-0cn1e0zg9o] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* /Components/Elemente/Boxes/ElementStandardBoxes.razor.rz.scp.css */
.boxes[b-kqoj1or37z] {
  background-color: #fafafa;
  padding: 3rem 0;
  border-top: solid 1px #8fc2a7;
  border-bottom: solid 1px #8fc2a7;
}
/* /Components/Elemente/ElementAuthor.razor.rz.scp.css */
.author[b-4hckoo2g2x] {
  margin: 2rem 0;
  max-width: 100%;
}
@media (min-width: 800px) {
  .author[b-4hckoo2g2x] {
    max-width: 50%;
  }
}
.author .author-container[b-4hckoo2g2x] {
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: solid 4px #e00917;
}
.author .author-container .author-vcard[b-4hckoo2g2x] {
  width: 100%;
  min-height: 200px;
  display: flex;
  font-size: 15px;
  flex-direction: row;
  /*@media(min-width: 800px) {
      flex-direction: row;
  }*/
}
.author .author-container .author-vcard .author-img[b-4hckoo2g2x] {
  width: 150px;
  height: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
}
.author .author-container .author-vcard .author-img img[b-4hckoo2g2x] {
  width: auto;
  height: 100%;
}
.author .author-container .author-vcard .author-contacts[b-4hckoo2g2x] {
  display: flex;
  width: calc(100% - 150px);
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
.author .author-container .author-vcard .author-contacts[b-4hckoo2g2x]  h4 {
  margin: 0 0 1rem 0;
  font-size: 20px;
}
.author .author-container .author-vcard .author-contacts[b-4hckoo2g2x]  p {
  margin: 0;
}
.author .author-container .author-body[b-4hckoo2g2x] {
  display: flex;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 800px) {
  .author .author-container .author-body[b-4hckoo2g2x] {
    width: calc(100% - 150px);
  }
}
.author .author-container .author-body .author-content[b-4hckoo2g2x] {
  padding: 1rem 0 0 0;
}
@media (min-width: 800px) {
  .author .author-container .author-body .author-content[b-4hckoo2g2x] {
    padding: 0 1rem;
  }
}

.cgy-green .author-container[b-4hckoo2g2x] {
  border-color: #73b847;
}

.cgy-red .author-container[b-4hckoo2g2x] {
  border-color: #e00917;
}

.cgy-blue .author-container[b-4hckoo2g2x] {
  border-color: #0b74b9;
}

.cgy-orange .author-container[b-4hckoo2g2x] {
  border-color: #ea670c;
}
/* /Components/Elemente/ElementImageTextSpecial.razor.rz.scp.css */
.section-imgtxt-spcl[b-nezmo0nl3i] {
  padding: 1rem 0;
}

.imgtxt[b-nezmo0nl3i] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
}
@media (min-width: 800px) {
  .imgtxt[b-nezmo0nl3i] {
    padding: 0;
  }
}
.imgtxt .container[b-nezmo0nl3i] {
  display: flex;
  align-items: center;
  flex-flow: column;
  background: white;
  padding: 1rem;
  max-width: 800px;
}
@media (min-width: 800px) {
  .imgtxt .container[b-nezmo0nl3i] {
    align-items: stretch;
    column-gap: 2rem;
    flex-flow: row;
  }
}
.imgtxt .figure[b-nezmo0nl3i] {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: right;
  order: 1;
  width: 200px;
  height: 200px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 800px) {
  .imgtxt .figure[b-nezmo0nl3i] {
    float: right;
    order: 2;
    width: 300px;
    height: 300px;
  }
}
.imgtxt .figure img[b-nezmo0nl3i] {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: #fafafa;
}
.imgtxt .content[b-nezmo0nl3i] {
  width: 100%;
  float: left;
  font-size: 16px;
  order: 1;
  text-align: center;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
}
.imgtxt .content .h2[b-nezmo0nl3i] {
  color: #8fc2a7;
}
@media (min-width: 800px) {
  .imgtxt .content[b-nezmo0nl3i] {
    padding: 2rem 4rem;
    width: 50%;
    float: left;
  }
}
.imgtxt[b-nezmo0nl3i]  .btn {
  background-color: #2e394b;
  border-color: transparent;
  color: #8fc2a7;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.imgtxt[b-nezmo0nl3i]  .btn:hover {
  color: #2e394b;
  background: #8fc2a7;
  text-decoration: none;
}

.regular[b-nezmo0nl3i], .reverse[b-nezmo0nl3i] {
  padding: 1rem 0;
}
.regular .figure[b-nezmo0nl3i], .reverse .figure[b-nezmo0nl3i] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-nezmo0nl3i], .reverse .figure[b-nezmo0nl3i] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-nezmo0nl3i], .reverse .content[b-nezmo0nl3i] {
    order: 2;
  }
}
.regular[b-nezmo0nl3i]  .btn-dark, .reverse[b-nezmo0nl3i]  .btn-dark {
  background-color: #2e394b;
  border-color: transparent;
  color: #8fc2a7;
  border-radius: 0;
}
.regular[b-nezmo0nl3i]  .btn-dark:hover, .reverse[b-nezmo0nl3i]  .btn-dark:hover {
  color: #2e394b;
  background: #8fc2a7;
  text-decoration: none;
}
/* /Components/Elemente/ElementInfobox.razor.rz.scp.css */
.infobox[b-8ikaxvbp01] {
  margin: 2rem 0;
  max-width: 100%;
  font-size: 1rem;
}
@media (min-width: 800px) {
  .infobox[b-8ikaxvbp01] {
    max-width: 50%;
  }
}
.infobox .infobox-container[b-8ikaxvbp01] {
  width: 100%;
  background-color: #F9F9F9;
  border-left: solid 4px #e00917;
}
.infobox .infobox-container .infobox-body[b-8ikaxvbp01] {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 1.5rem 0.25rem 1.5rem;
  /*.infobox-content {
      padding: 1rem 0 0 0;

      @media(min-width: 800px) {
          padding: 0 1rem;
      }
  }*/
}
@media (min-width: 800px) {
  .infobox .infobox-container .infobox-body[b-8ikaxvbp01] {
    width: calc(100% - 150px);
  }
}
.infobox .infobox-container .infobox-body h4[b-8ikaxvbp01] {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.infobox .infobox-container .infobox-body h4[b-8ikaxvbp01]:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  font-weight: 300;
  font-size: 1rem;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #e00917;
  color: white;
  position: absolute;
  top: 1px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cgy-green .infobox-container[b-8ikaxvbp01] {
  border-color: #73b847;
}
.cgy-green .infobox-container .infobox-body h4[b-8ikaxvbp01]:before {
  background-color: #73b847;
}

.cgy-red .infobox-container[b-8ikaxvbp01] {
  border-color: #e00917;
}
.cgy-red .infobox-container .infobox-body h4[b-8ikaxvbp01]:before {
  background-color: #e00917;
}

.cgy-blue .infobox-container[b-8ikaxvbp01] {
  border-color: #0b74b9;
}
.cgy-blue .infobox-container .infobox-body h4[b-8ikaxvbp01]:before {
  background-color: #0b74b9;
}

.cgy-orange .infobox-container[b-8ikaxvbp01] {
  border-color: #ea670c;
}
.cgy-orange .infobox-container .infobox-body h4[b-8ikaxvbp01]:before {
  background-color: #ea670c;
}
/* /Components/Elemente/ElementListHighlights.razor.rz.scp.css */
.list-section[b-miar5yuidq] {
  position: relative;
  padding: 3rem 0;
  min-height: 300px;
}
.list-section .container[b-miar5yuidq] {
  text-align: center;
  padding: 0;
}
@media (min-width: 800px) {
  .list-section .container[b-miar5yuidq] {
    padding: 0 200px 0 0;
  }
}
@media (min-width: 800px) {
  .list-section[b-miar5yuidq]:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-image: url(../img/takacs-blume-01.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    width: 250px;
    height: 300px;
    display: block;
  }
}

.list-title[b-miar5yuidq] {
  text-align: left;
}

ul.list[b-miar5yuidq] {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin: 1.2rem auto;
  padding: 0;
}
@media (min-width: 1200px) {
  ul.list[b-miar5yuidq] {
    width: calc(100% - 180px);
    max-width: 1000px;
    padding: 0;
  }
}
ul.list li[b-miar5yuidq] {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-flow: column;
  margin: 0.5rem 0;
}
@media (min-width: 800px) {
  ul.list li[b-miar5yuidq] {
    width: 33%;
  }
}
ul.list li .content[b-miar5yuidq] {
  padding: 0;
  margin: 0;
  align-self: center;
  font-size: 1.1rem;
  color: #705A80;
  font-weight: 600;
  text-align: center;
  width: 100%;
  max-width: 250px;
}
ul.list li .content span[b-miar5yuidq] {
  text-transform: uppercase;
}
ul.list li .icon[b-miar5yuidq] {
  display: inline-block;
  width: 100%;
  height: 5rem;
  margin-bottom: 1rem;
  font-size: 5rem;
  color: #9B8FA6;
  text-align: center;
  line-height: 1;
}
/* /Components/Elemente/ElementListRatings.razor.rz.scp.css */
/*$primary-light: #9B8FA6;

$secondary-light: #5B9191;
$secondary-soft: #96C2C1;
$secondary-ultrasoft: #AAD8D6;*/
.ratings[b-5jee9uspc9] {
  position: relative;
  background-color: #f4ede7;
  padding: 2rem 0;
  height: auto;
}
.ratings figure[b-5jee9uspc9] {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 80%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 800px) {
  .ratings figure[b-5jee9uspc9] {
    background-size: 100% auto;
  }
}
.ratings figure img[b-5jee9uspc9] {
  display: none;
}
.ratings figure[b-5jee9uspc9]:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(244, 237, 231, 0) 0%, #f4ede7 50%);
}
@media (min-width: 800px) {
  .ratings figure[b-5jee9uspc9]:before {
    background: linear-gradient(90deg, rgba(244, 237, 231, 0) 0%, #f4ede7 75%);
  }
}
.ratings .container[b-5jee9uspc9] {
  position: relative;
  display: flex;
  flex-flow: column;
  padding-left: 20%;
}
@media (min-width: 800px) {
  .ratings .container[b-5jee9uspc9] {
    flex-flow: row;
    padding-left: 50%;
  }
}
.ratings .rating-elements[b-5jee9uspc9] {
  list-style-type: none;
  max-width: 400px;
}
.ratings .rating-elements .speech-bubble[b-5jee9uspc9] {
  position: relative;
  background: #f4d246;
  padding: 1rem;
  border-radius: 0.5rem;
  max-width: 400px;
  margin-bottom: 25px;
}
.ratings .rating-elements .speech-bubble[b-5jee9uspc9]:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 40px 20px 0;
  border-color: transparent #f4d246 transparent transparent;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}
.ratings .rating-elements .speech-bubble .person[b-5jee9uspc9] {
  font-size: 0.8rem;
}

.slick-dots button[b-5jee9uspc9] {
  background: #f4d246;
  width: 10px;
  height: 10px;
}
/* /Components/Elemente/ElementListServices.razor.rz.scp.css */
.list-section[b-uifvqeg8id] {
  padding: 3rem 0;
}
.list-section .container[b-uifvqeg8id] {
  text-align: center;
}

.list-title[b-uifvqeg8id] {
  text-align: left;
}

.list-footer[b-uifvqeg8id] {
  position: relative;
  background-color: #DEDDE0;
  padding: 2rem 0;
  text-align: center;
  color: #705A80;
  font-weight: 600;
}
@media (min-width: 480px) {
  .list-footer[b-uifvqeg8id]:before {
    position: absolute;
    left: 0;
    top: -150px;
    content: "";
    background-image: url(../img/takacs-blume-02.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 100%;
    width: 90px;
    height: 150px;
    display: block;
  }
}

ul.list[b-uifvqeg8id] {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin: 1.2rem auto;
  padding: 0 2rem;
}
@media (min-width: 480px) {
  ul.list[b-uifvqeg8id] {
    padding: 0 0 0 90px;
  }
}
@media (min-width: 800px) {
  ul.list[b-uifvqeg8id] {
    width: calc(100% - 180px);
    max-width: 1000px;
    padding: 0;
  }
}
ul.list li[b-uifvqeg8id] {
  width: 100%;
  height: 48px;
  float: left;
  display: flex;
  align-items: stretch;
  margin: 0.5rem 0;
}
@media (min-width: 800px) {
  ul.list li[b-uifvqeg8id] {
    width: 50%;
  }
}
ul.list li .content[b-uifvqeg8id] {
  padding: 0;
  margin: 0;
  align-self: center;
  font-size: 1.1rem;
  color: #705A80;
  font-weight: 500;
  text-align: left;
}
ul.list li .icon[b-uifvqeg8id] {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  font-size: 3rem;
  color: #9B8FA6;
  text-align: center;
  line-height: 1;
}
/* /Components/Elemente/ElementPageTitleImage.razor.rz.scp.css */
.main-title[b-7jvk2a5epd] {
  margin: 0.5rem 0 1.5rem 0;
  width: 100%;
}

.sub-title[b-7jvk2a5epd] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.pub-info[b-7jvk2a5epd] {
  display: inline-block;
}
.pub-info ul[b-7jvk2a5epd] {
  list-style-type: none;
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.pub-info ul li[b-7jvk2a5epd] {
  width: auto;
  float: left;
  margin: 0 0.5rem 0 0;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.pub-info ul li span[b-7jvk2a5epd] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-7jvk2a5epd] {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 1rem 0 3rem 0;
}
.img-container .img-wrap[b-7jvk2a5epd] {
  background-color: #F9F9F9;
}
@media (min-width: 1200px) {
  .img-container[b-7jvk2a5epd] {
    margin: 0 0 2rem 0;
    /*&:before {
        content: "";
        background: $wm-grey;
        position: absolute;
        right: -2rem;
        top: 1rem;
        width: 100%;
        padding-bottom: 56.25%;
    }*/
  }
}
.img-container .img-media[b-7jvk2a5epd] {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-7jvk2a5epd] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-7jvk2a5epd] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: solid 4px #9a9a9a;
}
.img-container .img-media .img-content > img[b-7jvk2a5epd] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-7jvk2a5epd] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-7jvk2a5epd] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-7jvk2a5epd] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-7jvk2a5epd]  p {
  margin: 0.25rem 0;
  text-align: center;
}

.spacer[b-7jvk2a5epd] {
  width: 100%;
  display: inline-block;
  height: 125px;
}

.cgy-red.img-container .img-content[b-7jvk2a5epd] {
  border-color: #e00917 !important;
}

.cgy-orange.img-container .img-content[b-7jvk2a5epd] {
  border-color: #ea670c !important;
}

.cgy-green.img-container .img-content[b-7jvk2a5epd] {
  border-color: #73b847 !important;
}

.cgy-blue.img-container .img-content[b-7jvk2a5epd] {
  border-color: #0b74b9 !important;
}
/* /Components/Elemente/ElementSearch.razor.rz.scp.css */
.pnlSearch[b-rtduyi0re7] {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #2c2c2c;
  height: 200px;
  margin-top: -200px;
  transition: margin 0.5s ease-in-out;
  color: #F9F9F9;
  padding: 1rem;
  text-align: center;
}
.pnlSearch h4[b-rtduyi0re7] {
  margin: 0;
}
.pnlSearch.open[b-rtduyi0re7] {
  margin-top: 0;
  transition: margin 0.5s ease-in-out;
}
.pnlSearch[b-rtduyi0re7]  .container {
  width: 100%;
  max-width: 90%;
}
@media (min-width: 720px) {
  .pnlSearch[b-rtduyi0re7]  .container {
    width: 600px;
    max-width: 60%;
  }
}
.pnlSearch[b-rtduyi0re7]  .rz-textbox {
  outline: none;
  margin-right: 0.25rem;
  border-radius: 2px;
}
.pnlSearch[b-rtduyi0re7]  .valid.modified:not([type=checkbox]) {
  outline: none;
  margin-right: 0.25rem;
  border-radius: 2px;
}
.pnlSearch[b-rtduyi0re7]  .rz-button.btn-light {
  background: #F9F9F9;
  border-radius: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "September W05 Medium";
}
/* /Components/Elemente/ElementText.razor.rz.scp.css */
.elm-txt[b-ldj8dype30] {
  padding: 2rem 0;
}

.elm-txt-compact > .container[b-ldj8dype30] {
  padding: 2rem 0;
  padding-left: 7rem;
  padding-right: 2rem;
}
@media (min-width: 800px) {
  .elm-txt-compact > .container[b-ldj8dype30] {
    padding: 2rem 0;
    padding-left: 7rem;
    padding-right: 25%;
  }
}

.elm-txt-highlight > .container[b-ldj8dype30] {
  padding: 2rem 0;
}
@media (min-width: 800px) {
  .elm-txt-highlight > .container[b-ldj8dype30] {
    padding: 2rem 0;
  }
}
.elm-txt-highlight > .container > .text[b-ldj8dype30] {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #2e394b;
  color: white;
  padding: 1rem 2rem;
}
@media (min-width: 800px) {
  .elm-txt-highlight > .container > .text[b-ldj8dype30] {
    padding: 1rem 4rem;
  }
}
/* /Components/Elemente/ElementTextContactForm.razor.rz.scp.css */
.section-frmtxt[b-bv5p7gwx17] {
  padding: 2rem 0;
}

.frmtxt[b-bv5p7gwx17] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
}
@media (min-width: 800px) {
  .frmtxt[b-bv5p7gwx17] {
    padding: 0;
  }
}
.frmtxt .container[b-bv5p7gwx17] {
  display: flex;
  align-items: stretch;
  flex-flow: column;
}
@media (min-width: 800px) {
  .frmtxt .container[b-bv5p7gwx17] {
    column-gap: 2rem;
    flex-flow: row;
  }
}
.frmtxt .frm[b-bv5p7gwx17] {
  width: 100%;
  order: 2;
  display: flex;
  flex-flow: column;
  align-items: left;
  justify-content: right;
  order: 1;
}
.frmtxt .frm[b-bv5p7gwx17]  h3 {
  text-transform: none;
}
@media (min-width: 800px) {
  .frmtxt .frm[b-bv5p7gwx17] {
    width: 50%;
    float: right;
    order: 2;
  }
}
.frmtxt .content[b-bv5p7gwx17] {
  padding: 0;
  width: 100%;
  float: left;
  font-size: 16px;
  order: 1;
}
@media (min-width: 800px) {
  .frmtxt .content[b-bv5p7gwx17] {
    padding: 0 2rem 0 0;
    width: 50%;
    float: left;
  }
}
.frmtxt[b-bv5p7gwx17]  .btn {
  background-color: #8fc2a7;
  border-color: transparent;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.regular[b-bv5p7gwx17], .reverse[b-bv5p7gwx17] {
  padding: 1rem 0;
}
.regular.orange[b-bv5p7gwx17], .reverse.orange[b-bv5p7gwx17] {
  background-color: #fafafa;
}
.regular.orange .h4[b-bv5p7gwx17], .reverse.orange .h4[b-bv5p7gwx17] {
  color: #2e394b;
}
.regular .figure[b-bv5p7gwx17], .reverse .figure[b-bv5p7gwx17] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-bv5p7gwx17], .reverse .figure[b-bv5p7gwx17] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-bv5p7gwx17], .reverse .content[b-bv5p7gwx17] {
    order: 2;
  }
}
.regular[b-bv5p7gwx17]  .btn-dark, .reverse[b-bv5p7gwx17]  .btn-dark {
  background-color: #8fc2a7;
  border-color: transparent;
  color: white;
  border-radius: 0;
}
/* /Components/Elemente/ElementVitae.razor.rz.scp.css */
.vitae[b-lk9honyszu] {
  background-color: #DEDDE0;
  padding: 2rem 0;
}
.vitae .container[b-lk9honyszu] {
  display: flex;
  flex-flow: column;
}
@media (min-width: 800px) {
  .vitae .container[b-lk9honyszu] {
    flex-flow: row;
  }
}
.vitae .portrait[b-lk9honyszu] {
  width: 100%;
}
@media (min-width: 800px) {
  .vitae .portrait[b-lk9honyszu] {
    width: 200px;
  }
}
.vitae .portrait img[b-lk9honyszu] {
  width: 200px;
  height: auto;
}
.vitae[b-lk9honyszu]  .group {
  display: inline-block;
  padding: 1rem 0;
  float: left;
  width: 100%;
}
@media (min-width: 800px) {
  .vitae[b-lk9honyszu]  .group {
    width: calc(50% - 100px);
    padding: 0 2rem;
  }
}
.vitae[b-lk9honyszu]  .group.vita p {
  position: relative;
  padding-left: 110px;
}
.vitae[b-lk9honyszu]  .group.vita p b, .vitae[b-lk9honyszu]  .group.vita p strong {
  display: inline-block;
  width: 110px;
  padding: 0 10px 0 0;
  margin-left: -110px;
  float: left;
  text-align: right;
}
/* /Components/Elemente/Media/ElementSlider.razor.rz.scp.css */
/*$primary-light: #9B8FA6;

$secondary-light: #5B9191;
$secondary-soft: #96C2C1;
$secondary-ultrasoft: #AAD8D6;*/
.slider[b-x70tkk25hs] {
  margin: 2.5rem 0;
  width: calc(100% - 12px);
  width: 100%;
}

.slide-elm[b-x70tkk25hs] {
  float: left;
  align-self: stretch;
  margin: 0;
}

.slide[b-x70tkk25hs] {
  display: flex;
  width: 100%;
  background: rgba(107, 163, 73, 0.1);
  position: relative;
  height: 400px;
}
@media (min-width: 990px) {
  .slide[b-x70tkk25hs] {
    height: 600px;
  }
}
.slide .bg-image[b-x70tkk25hs] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.slide .container.v-center[b-x70tkk25hs] {
  /*position: absolute;
  top: 0;
  left: 0;*/
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: auto;
  padding: 1.5rem 3rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: white;
}
@media (min-width: 528px) {
  .slide .container.v-center[b-x70tkk25hs] {
    padding: 2rem 1rem;
  }
}
@media (min-width: 0px) {
  .slide .container.v-center[b-x70tkk25hs] {
    padding: 2rem 6rem;
    padding: 2rem 1rem;
  }
}
.slide .container.v-center .main-title[b-x70tkk25hs] {
  color: white;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  line-height: 1.75rem;
}
@media (min-width: 990px) {
  .slide .container.v-center .main-title[b-x70tkk25hs] {
    font-size: 4rem;
    line-height: 1.25rem;
  }
}
.slide .container.v-center .sub-title[b-x70tkk25hs] {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
  margin: 0 0 3rem 0;
}
@media (min-width: 990px) {
  .slide .container.v-center .sub-title[b-x70tkk25hs] {
    font-size: 2rem;
  }
}
.slide .container.v-center .btn-lnk[b-x70tkk25hs] {
  place-self: flex-start;
  width: auto;
  border: solid 2px #6ba349;
  color: white;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.5s;
  z-index: 20;
}
.slide .container.v-center .btn-lnk:hover[b-x70tkk25hs] {
  background-color: #6ba349;
  transition: all 0.5s;
  text-decoration: none;
}
@media (min-width: 990px) {
  .slide .container.v-center .btn-lnk[b-x70tkk25hs] {
    padding: 0.75rem 1.5rem;
  }
}

[b-x70tkk25hs] .slick-dots {
  bottom: 0.5rem;
}
[b-x70tkk25hs] .slick-dots li button:before {
  font-size: 0.5rem;
  color: white;
}
/* /Components/Elemente/Media/GalleryFolder.razor.rz.scp.css */
.gallery[b-s0i20a6yck] {
  background: #F9F9F9;
  width: 100%;
  padding: 2rem 0;
  margin: 3rem 0;
}
.gallery .main-title[b-s0i20a6yck] {
  margin-bottom: 2.5rem;
}
.gallery ul.thumbnails[b-s0i20a6yck] {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.gallery ul.thumbnails[b-s0i20a6yck]:after {
  content: "";
  flex: auto;
}
.gallery ul.thumbnails li[b-s0i20a6yck] {
  position: relative;
  margin: 0;
  list-style-type: none;
  width: calc(33.33% - 0.666rem);
  object-fit: cover;
  overflow: hidden;
}
@media (min-width: 760px) {
  .gallery ul.thumbnails li[b-s0i20a6yck] {
    width: calc(25% - 0.75rem);
  }
}
@media (min-width: 1000px) {
  .gallery ul.thumbnails li[b-s0i20a6yck] {
    width: calc(20% - 0.8rem);
  }
}
.gallery ul.thumbnails li[b-s0i20a6yck]:after {
  content: "";
  display: block;
  width: 0;
  background: blue;
  padding-top: 100%;
}
.gallery ul.thumbnails li a[b-s0i20a6yck] {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.gallery ul.thumbnails li a .img-thumb[b-s0i20a6yck] {
  display: inline-block;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: white;
  /*@media (min-width: 640px) {
      height: 20%;
      width: 20%;
  }*/
}
/* /Components/Events/Booking/BookingFormPerson.razor.rz.scp.css */
[b-650xragm7e] .rz-card {
  box-shadow: none;
}

[b-650xragm7e] .rz-button.rz-primary,
[b-650xragm7e] .rz-button.rz-secondary {
  background-color: #8fc2a7;
  line-height: 1em;
  opacity: 1;
}
[b-650xragm7e] .rz-button.rz-primary.btn-confirm,
[b-650xragm7e] .rz-button.rz-secondary.btn-confirm {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
}
[b-650xragm7e] .rz-button.rz-primary.btn-confirm:disabled,
[b-650xragm7e] .rz-button.rz-secondary.btn-confirm:disabled {
  background-color: rgba(46, 57, 75, 0.15);
  color: white;
  border-color: rgba(46, 57, 75, 0.15);
}

h2[b-650xragm7e] {
  font-size: 1.5rem;
}
h2 .small[b-650xragm7e] {
  font-size: 1.25rem;
}
/* /Components/Events/ElementEventsList.razor.rz.scp.css */
.events[b-9xlc12koba] {
  background-color: #f0f0f0;
  padding: 3rem 0;
}

[b-9xlc12koba] .rz-selectbar.rz-selectbar-horizontal {
  background: white;
}
/* /Components/Events/ElementEventsListNachlese.razor.rz.scp.css */
.events[b-hs1s947lcf] {
  background-color: #F9F9F9;
  padding: 3rem 0;
}
/* /Components/Events/ElementEventsListTop.razor.rz.scp.css */
.events[b-tyvgecdjz8] {
  background-color: #f0f0f0;
  padding: 3rem 0;
}
/* /Components/Events/ElementEventTitleImage.razor.rz.scp.css */
.main-title[b-0e8trozpyv] {
  margin: 0.5rem 0 1.5rem 0;
  width: 100%;
}

.sub-title[b-0e8trozpyv] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.pub-info[b-0e8trozpyv] {
  display: inline-block;
}
.pub-info ul[b-0e8trozpyv] {
  list-style-type: none;
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.pub-info ul li[b-0e8trozpyv] {
  width: auto;
  float: left;
  margin: 0 0.5rem 0 0;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.pub-info ul li span[b-0e8trozpyv] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-0e8trozpyv] {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 1rem 0 3rem 0;
}
.img-container .img-wrap[b-0e8trozpyv] {
  background-color: #F9F9F9;
}
@media (min-width: 1200px) {
  .img-container[b-0e8trozpyv] {
    margin: 0 0 2rem 0;
    /*&:before {
        content: "";
        background: $wm-grey;
        position: absolute;
        right: -2rem;
        top: 1rem;
        width: 100%;
        padding-bottom: 56.25%;
    }*/
  }
}
.img-container .img-media[b-0e8trozpyv] {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-0e8trozpyv] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-0e8trozpyv] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: solid 4px #9a9a9a;
}
.img-container .img-media .img-content > img[b-0e8trozpyv] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-0e8trozpyv] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-0e8trozpyv] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-0e8trozpyv] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-0e8trozpyv]  p {
  margin: 0.25rem 0;
  text-align: center;
}

.spacer[b-0e8trozpyv] {
  width: 100%;
  display: inline-block;
  height: 125px;
}

.cgy-red.img-container .img-content[b-0e8trozpyv] {
  border-color: #e00917 !important;
}

.cgy-orange.img-container .img-content[b-0e8trozpyv] {
  border-color: #ea670c !important;
}

.cgy-green.img-container .img-content[b-0e8trozpyv] {
  border-color: #73b847 !important;
}

.cgy-blue.img-container .img-content[b-0e8trozpyv] {
  border-color: #0b74b9 !important;
}
/* /Components/Items/ArticleBox.razor.rz.scp.css */
.article[b-l22s70xw1y] {
  display: flex;
  flex-direction: column;
  background: white;
  border: solid 1px #8fc2a7;
  border-radius: 5px;
  overflow: hidden;
}

.content[b-l22s70xw1y] {
  display: inline-flex;
  flex-flow: column;
  width: 100%;
  padding: 1.5rem 1rem 0.5rem 1rem;
  height: 100%;
  min-height: 0;
  overflow-x: auto;
}
@media (min-width: 800px) {
  .content[b-l22s70xw1y] {
    overflow: visible;
  }
}
.content .text[b-l22s70xw1y] {
  flex-grow: 1;
  font-size: 16px;
}
.content .text h3[b-l22s70xw1y] {
  font-size: 1.3rem;
  margin: 0 0 0.15rem 0;
}
.content .text h3[b-l22s70xw1y]:after {
  display: none;
}
.content .text h4[b-l22s70xw1y] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}
.content .text h4[b-l22s70xw1y]:after {
  display: none;
}
.content .text a[b-l22s70xw1y] {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.content .text a:hover[b-l22s70xw1y] {
  color: #8fc2a7;
  transition: color 0.25s;
}
.content .issue[b-l22s70xw1y] {
  justify-content: flex-end;
  max-height: 100px;
  list-style-type: none;
  color: #818181;
  margin: 0.25rem 0 0 0;
  padding: 0;
  font-size: 0.8rem;
}
.content .issue li[b-l22s70xw1y] {
  float: left;
  width: auto;
  margin-right: 1rem;
}

.item-big[b-l22s70xw1y] {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .item-big[b-l22s70xw1y] {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.item-big .text h3[b-l22s70xw1y] {
  font-size: 1.8rem;
}
.item-big .text h4[b-l22s70xw1y] {
  font-size: 1.3rem;
}

.bild[b-l22s70xw1y] {
  position: relative;
  width: 100%;
  background: #fafafa;
  border-bottom: solid 1px #8fc2a7;
}

.img-content[b-l22s70xw1y] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-l22s70xw1y] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}

a:hover .img-content > img[b-l22s70xw1y] {
  max-width: 110%;
  transition: max-width 0.5s;
}

.cgy[b-l22s70xw1y] {
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  padding: 0 1rem;
  background-color: white;
  border: solid 1px #8fc2a7;
  border-radius: 5px;
  width: auto;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}
.cgy span[b-l22s70xw1y] {
  position: relative;
}

.no-cgybox .cgy[b-l22s70xw1y] {
  display: none;
}

.cgy-fuehrung .bild[b-l22s70xw1y],
.cgy-innovation .bild[b-l22s70xw1y],
.cgy-kommunikation .bild[b-l22s70xw1y] {
  border-color: #8fc2a7;
}
.cgy-fuehrung .cgy[b-l22s70xw1y],
.cgy-innovation .cgy[b-l22s70xw1y],
.cgy-kommunikation .cgy[b-l22s70xw1y] {
  padding-left: 2.5rem;
}
.cgy-fuehrung .content .text a:hover[b-l22s70xw1y],
.cgy-innovation .content .text a:hover[b-l22s70xw1y],
.cgy-kommunikation .content .text a:hover[b-l22s70xw1y] {
  color: #8fc2a7;
}

.item-compact.nopreview .text-body[b-l22s70xw1y] {
  display: none;
}
/* /Components/Items/BoxDownload.razor.rz.scp.css */
.download-item[b-l3skfm7e5y] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 1.5rem 1.5rem 0;
}

.bild[b-l3skfm7e5y] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bild .download-img[b-l3skfm7e5y] {
  border-radius: 0%;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
}
.bild .download-img img[b-l3skfm7e5y] {
  width: auto;
  height: 100%;
  max-height: 200px;
  box-shadow: 0 0 5px rgba(44, 44, 44, 0.4);
}

.text[b-l3skfm7e5y] {
  width: 100%;
  text-align: center;
}
.text h3[b-l3skfm7e5y] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h3[b-l3skfm7e5y]:after {
  display: none;
}
.text h4[b-l3skfm7e5y] {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-l3skfm7e5y]:after {
  display: none;
}
.text .issue[b-l3skfm7e5y] {
  color: #818181;
}
.text a[b-l3skfm7e5y] {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.text a:hover[b-l3skfm7e5y] {
  color: #e00917;
  transition: color 0.25s;
}

.img-content[b-l3skfm7e5y] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-l3skfm7e5y] {
  max-height: 100%;
  height: auto;
}
/* /Components/Items/BoxFooter.razor.rz.scp.css */
.article[b-mepkwqwy1c] {
  display: flex;
  flex-direction: row;
}

.text[b-mepkwqwy1c] {
  width: 70%;
}
.text h4[b-mepkwqwy1c] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-mepkwqwy1c]:after {
  display: none;
}
.bild[b-mepkwqwy1c] {
  width: calc(30% - 15px);
  margin: 0 15px 0 0;
}

.img-content[b-mepkwqwy1c] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-mepkwqwy1c] {
  max-height: 100%;
  height: auto;
}

a[b-mepkwqwy1c] {
  text-decoration: none;
  color: #F9F9F9;
}
a:hover[b-mepkwqwy1c] {
  color: #e00917;
}
a.cgy-orange:hover[b-mepkwqwy1c] {
  color: #ea670c !important;
}
a.cgy-green:hover[b-mepkwqwy1c] {
  color: #73b847 !important;
}
a.cgy-blue:hover[b-mepkwqwy1c] {
  color: #0b74b9;
}
/* /Components/Items/BoxGastronomic.razor.rz.scp.css */
/*$primary-light: #9B8FA6;

$secondary-light: #5B9191;
$secondary-soft: #96C2C1;
$secondary-ultrasoft: #AAD8D6;*/
/*$primary-light: #9B8FA6;

$secondary-light: #5B9191;
$secondary-soft: #96C2C1;
$secondary-ultrasoft: #AAD8D6;*/
.culinary-item[b-dawu75d45n] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bild[b-dawu75d45n] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4ede7;
  margin: 0 auto;
}
.bild .culinary-img[b-dawu75d45n] {
  width: 100%;
  height: 264px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
}
.bild .culinary-img img[b-dawu75d45n] {
  width: 100%;
  height: auto;
}

.text[b-dawu75d45n] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0.5rem 0 0 0;
}
.text h3[b-dawu75d45n], .text h4[b-dawu75d45n] {
  font-size: 1.75rem;
  color: #533622;
  margin: 0 0 0.5rem 0;
}
.text h3 span.thai[b-dawu75d45n], .text h4 span.thai[b-dawu75d45n] {
  font-size: 1.25rem;
  color: #6ba349;
  font-family: "Charmonman", sans-serif;
  font-weight: 400;
}
.text h3[b-dawu75d45n]:after, .text h4[b-dawu75d45n]:after {
  display: none;
}
.text .main[b-dawu75d45n] {
  min-height: 150px;
}
.text .price[b-dawu75d45n] {
  font-size: 1.5rem;
  font-family: "Indie Flower", sans-serif;
}
.text .allergens[b-dawu75d45n] {
  font-size: 0.8rem;
}

.img-content[b-dawu75d45n] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-dawu75d45n] {
  max-height: 100%;
  height: auto;
}
/* /Components/Items/BoxNav.razor.rz.scp.css */
.article[b-l1kjsi9cpb] {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.text[b-l1kjsi9cpb] {
  width: 100%;
  padding: 0.25rem;
}
.text h4[b-l1kjsi9cpb] {
  font-size: 0.9rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-l1kjsi9cpb]:after {
  display: none;
}
.text .issue[b-l1kjsi9cpb] {
  color: #818181;
  font-size: 0.7rem;
}

.bild[b-l1kjsi9cpb] {
  width: 100%;
  margin: 0;
}
.bild .img-content[b-l1kjsi9cpb] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bild .img-content > img[b-l1kjsi9cpb] {
  max-width: 100%;
  height: auto;
}

a[b-l1kjsi9cpb] {
  text-decoration: none;
  color: #383e42;
}
a:hover[b-l1kjsi9cpb] {
  color: #cdcc01;
}
/* /Components/Items/BoxPerson.razor.rz.scp.css */
.person-item[b-at0mzmr1bq] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bild[b-at0mzmr1bq] {
  width: 100%;
  max-width: 198px;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 3px #ea670c;
  margin: 0 auto;
}
.bild .person-img[b-at0mzmr1bq] {
  width: 198px;
  height: 264px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
}
.bild .person-img img[b-at0mzmr1bq] {
  width: 100%;
  height: auto;
}

.text[b-at0mzmr1bq] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0.5rem 0 0 0;
}
.text h3[b-at0mzmr1bq], .text h4[b-at0mzmr1bq] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}
.text h3[b-at0mzmr1bq]:after, .text h4[b-at0mzmr1bq]:after {
  display: none;
}
.text .person-name[b-at0mzmr1bq] {
  font-size: 1rem;
  margin: 0;
}

.img-content[b-at0mzmr1bq] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-at0mzmr1bq] {
  max-height: 100%;
  height: auto;
}

h3.cgy-orange[b-at0mzmr1bq] {
  color: #ea670c;
}
h3.cgy-orange a:hover[b-at0mzmr1bq] {
  color: #ea670c;
}

h3.cgy-green[b-at0mzmr1bq] {
  color: #73b847;
}
h3.cgy-green .text h3[b-at0mzmr1bq] {
  color: #73b847;
}

h3.cgy-blue[b-at0mzmr1bq] {
  color: #0b74b9;
}
h3.cgy-blue .text h3[b-at0mzmr1bq] {
  color: #0b74b9;
}
/* /Components/Items/BoxTip.razor.rz.scp.css */
.tip-item[b-4g5fqbujl9] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 1.5rem 1.5rem 0;
}

.bild[b-4g5fqbujl9] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bild .tip-img[b-4g5fqbujl9] {
  border-radius: 0%;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
}
.bild .tip-img img[b-4g5fqbujl9] {
  width: auto;
  height: 100%;
  max-height: 280px;
}

.text[b-4g5fqbujl9] {
  width: 100%;
}
.text h4[b-4g5fqbujl9] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-4g5fqbujl9]:after {
  display: none;
}
.text .issue[b-4g5fqbujl9] {
  color: #818181;
}

.img-content[b-4g5fqbujl9] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-4g5fqbujl9] {
  max-height: 100%;
  height: auto;
}
/* /Components/Items/EventBox.razor.rz.scp.css */
.article[b-kyo7iknsbx] {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 4px;
  margin: 0.5rem 0;
}

.content[b-kyo7iknsbx] {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0.5rem 1rem;
  height: 100%;
  min-height: 0;
}
.content .text[b-kyo7iknsbx] {
  flex-grow: 2;
}
.content .text h3[b-kyo7iknsbx] {
  font-size: 1.3rem;
  margin: 0 0 0.15rem 0;
}
.content .text h3[b-kyo7iknsbx]:after {
  display: none;
}
.content .text h4[b-kyo7iknsbx] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}
.content .text h4[b-kyo7iknsbx]:after {
  display: none;
}
.content .text .text-body[b-kyo7iknsbx] {
  display: inline-block;
  font-size: 1rem;
}
.content .quicktips[b-kyo7iknsbx] {
  width: 100%;
  justify-content: flex-end;
  max-height: 100px;
  list-style-type: none;
  color: #2e394b;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  flex-grow: 1;
}
.content .quicktips li[b-kyo7iknsbx] {
  float: left;
  width: 100%;
  margin-right: 1rem;
}
.content .quicktips li span[b-kyo7iknsbx] {
  margin-right: 5px;
}
.content .lnk-book[b-kyo7iknsbx] {
  display: inline-block;
  text-align: left;
  padding: 0.5rem 0;
  flex-grow: 1;
}
.content .lnk-book .btn[b-kyo7iknsbx] {
  background-color: #8fc2a7;
  color: white;
  opacity: 1;
  transition: all 0.25s;
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.content .lnk-book .btn:hover[b-kyo7iknsbx] {
  transition: all 0.25s;
  background-color: #2e394b;
}
.content .lnk-book .btn.btn-primary[b-kyo7iknsbx] {
  color: #2e394b !important;
}

.item-big[b-kyo7iknsbx] {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .item-big[b-kyo7iknsbx] {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.item-big .text h3[b-kyo7iknsbx] {
  font-size: 1.8rem;
}
.item-big .text h4[b-kyo7iknsbx] {
  font-size: 1.3rem;
}

[b-kyo7iknsbx] .image {
  position: relative;
  width: 100%;
}
[b-kyo7iknsbx] .image .img-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: white;
}
[b-kyo7iknsbx] .image .img-content > img {
  height: auto;
}

.cgy[b-kyo7iknsbx] {
  position: absolute;
  bottom: -22px;
  right: 1rem;
  background-color: #8fc2a7;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.cgy img[b-kyo7iknsbx] {
  width: 100%;
  height: 100%;
}

.item-compact .text-body[b-kyo7iknsbx] {
  display: none;
}
/* /Components/Items/MegaMenuLink.razor.rz.scp.css */
.teasers[b-c49k4tvbqs] {
  width: calc(100% + 50px);
  padding: 1rem 15px 1rem 25px;
  margin: 0 -25px;
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
  isolation: inherit;
}
.teasers li[b-c49k4tvbqs] {
  display: inline-block;
  width: 33%;
  background: white;
}

.main-title[b-c49k4tvbqs] {
  margin: 1rem 0;
  font-family: "bariolregular", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}
@media (min-width: 1200px) and (min-height: 800px) {
  .main-title[b-c49k4tvbqs] {
    margin: 1.5rem 0;
  }
}
.main-title.space-top[b-c49k4tvbqs] {
  margin-top: 1.5rem;
}
@media (min-width: 1200px) and (min-height: 800px) {
  .main-title.space-top[b-c49k4tvbqs] {
    margin-top: 1rem;
  }
}

a[b-c49k4tvbqs] {
  text-decoration: none;
  color: #8fc2a7;
  transition: all 0.25s;
}
a:hover[b-c49k4tvbqs] {
  color: white;
  transition: all 0.25s;
}
/* /Components/Items/PreloadingBox.razor.rz.scp.css */
.preloadingbox[b-4dhjvmbmml] {
  display: inline-block;
  background: linear-gradient(270deg, #c2d6d1, #9c9cb6);
  background-size: 400% 400%;
  -webkit-animation: Preloading 2s ease infinite;
  -moz-animation: Preloading 2s ease infinite;
  animation: Preloading-b-4dhjvmbmml 2s ease infinite;
}

@-webkit-keyframes Preloading {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Preloading {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Preloading-b-4dhjvmbmml {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* /Components/Items/Spinner.razor.rz.scp.css */
.lds-ellipsis[b-btemgiih3b] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: auto;
}

.lds-ellipsis div[b-btemgiih3b] {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9a9a9a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1)[b-btemgiih3b] {
  left: 8px;
  animation: lds-ellipsis1-b-btemgiih3b 1s infinite;
}

.lds-ellipsis div:nth-child(2)[b-btemgiih3b] {
  left: 8px;
  animation: lds-ellipsis2-b-btemgiih3b 1s infinite;
}

.lds-ellipsis div:nth-child(3)[b-btemgiih3b] {
  left: 24px;
  animation: lds-ellipsis2-b-btemgiih3b 1s infinite;
}

.lds-ellipsis div:nth-child(4)[b-btemgiih3b] {
  left: 40px;
  animation: lds-ellipsis3-b-btemgiih3b 1s infinite;
}

@keyframes lds-ellipsis1-b-btemgiih3b {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3-b-btemgiih3b {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2-b-btemgiih3b {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(16px, 0);
  }
}
/* /Components/Items/TeaserBanner.razor.rz.scp.css */
.section-banner[b-76rmkgxesi] {
  padding: 2rem 0;
  background-color: #fafafa;
}

.banner[b-76rmkgxesi] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
  background-color: #e3e3e3;
}
@media (min-width: 800px) {
  .banner[b-76rmkgxesi] {
    padding: 0;
  }
}
.banner .figure[b-76rmkgxesi] {
  width: 100%;
}
@media (min-width: 800px) {
  .banner .figure[b-76rmkgxesi] {
    width: 50%;
    float: right;
  }
}
.banner .figure img[b-76rmkgxesi] {
  max-height: 300px;
  max-width: 100%;
}
.banner .content[b-76rmkgxesi] {
  padding: 2rem 0;
  width: 100%;
  float: left;
  font-size: 16px;
}
@media (min-width: 800px) {
  .banner .content[b-76rmkgxesi] {
    padding: 2rem 0;
    width: 50%;
    float: left;
  }
}

.regular[b-76rmkgxesi], .reverse[b-76rmkgxesi] {
  padding: 1rem 0;
}
.regular .figure[b-76rmkgxesi], .reverse .figure[b-76rmkgxesi] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-76rmkgxesi], .reverse .figure[b-76rmkgxesi] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-76rmkgxesi], .reverse .content[b-76rmkgxesi] {
    order: 2;
  }
}
.regular .btn-dark[b-76rmkgxesi], .reverse .btn-dark[b-76rmkgxesi] {
  background-color: #fafafa;
  border-color: transparent;
  color: white;
}

@media (min-width: 800px) {
  .reverse .figure[b-76rmkgxesi] {
    float: none;
    order: 2;
    text-align: left;
  }
}
@media (min-width: 800px) {
  .reverse .content[b-76rmkgxesi] {
    order: 1;
    text-align: right;
  }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-dwvu3y0k8t] {
  background-color: #2e394b;
  padding: 3rem 0;
  color: #f0f0f0;
  font-size: 1rem;
  line-height: 1.2rem;
}
@media (min-width: 990px) {
  footer[b-dwvu3y0k8t] {
    padding: 3rem 0 1.5rem 0;
  }
}
footer h2[b-dwvu3y0k8t] {
  color: white;
  margin: 0;
  text-transform: none;
}
footer a[b-dwvu3y0k8t] {
  color: #f0f0f0;
  transition: all 0.25s;
  text-decoration: none;
}
footer a:hover[b-dwvu3y0k8t] {
  color: #8fc2a7;
  transition: all 0.5s;
  text-decoration: none;
}
footer a.social[b-dwvu3y0k8t] {
  font-size: 2rem;
  margin: 0;
}
footer .social p[b-dwvu3y0k8t] {
  margin: 0.25rem;
}
footer a.footer-logo[b-dwvu3y0k8t] {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 1rem 0;
  padding-left: 1.75rem;
  /*img {
      filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(42%) hue-rotate(188deg) brightness(94%) contrast(92%);
  }*/
}

.legal[b-dwvu3y0k8t] {
  padding-top: 2rem;
  margin-top: 3rem;
  font-size: 0.8rem;
  color: #f0f0f0;
}
.legal .ft-copyright[b-dwvu3y0k8t] {
  order: 2;
  text-align: center;
}
@media (min-width: 990px) {
  .legal .ft-copyright[b-dwvu3y0k8t] {
    text-align: left;
    order: 1;
  }
}
.legal .ft-links[b-dwvu3y0k8t] {
  order: 1;
  text-align: center;
}
@media (min-width: 990px) {
  .legal .ft-links[b-dwvu3y0k8t] {
    text-align: right;
    order: 2;
  }
}

.col[b-dwvu3y0k8t] {
  vertical-align: bottom;
}
/* /Components/Layout/Header.razor.rz.scp.css */
.gradient[b-4ngrrrb7ov] {
  display: flex;
  align-items: stretch;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  transition: all 0.6s;
  display: inline-block;
  background: white;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1200px) {
  .gradient[b-4ngrrrb7ov] {
    top: 70px;
    height: 70px;
    height: 80px;
  }
}

header[b-4ngrrrb7ov] {
  display: flex;
  align-items: stretch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  transition: all 0.6s;
  background: rgba(143, 194, 167, 0.95);
}
header .logo[b-4ngrrrb7ov] {
  width: 100%;
  text-align: left;
  margin: 37px 0 0 20px;
}
@media (min-width: 1200px) {
  header .logo[b-4ngrrrb7ov] {
    margin: 22px 0 0 50px;
  }
}
header .logo a[b-4ngrrrb7ov] {
  display: inline-block;
  padding: 0;
  transition: all 0.5s;
}
header .logo a img[b-4ngrrrb7ov] {
  width: 100%;
  height: 100px;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  header .logo a img[b-4ngrrrb7ov] {
    width: 100%;
    height: 125px;
  }
}
header .hamburger[b-4ngrrrb7ov] {
  width: 90px;
  transition: all 0.5s;
  margin: 0 0.5rem;
}
header.sticky[b-4ngrrrb7ov], header.page[b-4ngrrrb7ov] {
  position: fixed;
  height: 50px;
  background: rgba(143, 194, 167, 0.95);
  backdrop-filter: blur(4px);
  transition: all 0.25s;
}
@media (min-width: 1200px) {
  header.sticky[b-4ngrrrb7ov], header.page[b-4ngrrrb7ov] {
    height: 70px;
  }
}
header.sticky .book a[b-4ngrrrb7ov], header.page .book a[b-4ngrrrb7ov] {
  height: 60px;
}
header.sticky .logo[b-4ngrrrb7ov], header.page .logo[b-4ngrrrb7ov] {
  padding: 0;
  margin: -15px 0 0 20px;
}
@media (min-width: 1200px) {
  header.sticky .logo[b-4ngrrrb7ov], header.page .logo[b-4ngrrrb7ov] {
    margin: -12px 0 0 50px;
  }
}
header.sticky .logo a[b-4ngrrrb7ov], header.page .logo a[b-4ngrrrb7ov] {
  transition: all 0.5s;
  padding: 1rem;
}
header.sticky .logo a img[b-4ngrrrb7ov], header.page .logo a img[b-4ngrrrb7ov] {
  height: 75px;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  header.sticky .logo a img[b-4ngrrrb7ov], header.page .logo a img[b-4ngrrrb7ov] {
    height: 100px;
  }
}
header.sticky .hamburger[b-4ngrrrb7ov], header.page .hamburger[b-4ngrrrb7ov] {
  width: 60px;
  transition: all 0.5s;
}

.spacer[b-4ngrrrb7ov] {
  display: block;
  position: relative;
  width: 100%;
  height: 6rem;
  background: rgb(255, 255, 255);
}
.spacer.home[b-4ngrrrb7ov] {
  height: 6rem;
}

.sidebar[b-4ngrrrb7ov] {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(46, 57, 75, 0.9);
  color: #8fc2a7;
  z-index: 1000;
  margin-left: calc(-100vw + 0px);
  transition: margin 0.25s;
  text-align: left;
  display: flex;
  flex-flow: column;
}
.sidebar .group:nth-child(2)[b-4ngrrrb7ov] {
  align-self: end;
}
.sidebar .sidebar-body[b-4ngrrrb7ov] {
  width: 100%;
  height: calc(100vh - 90px);
  overflow-y: auto;
  position: relative;
  padding: 3rem 1rem 1rem 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .sidebar .sidebar-body[b-4ngrrrb7ov] {
    padding: 4rem 1rem 1rem 1rem;
  }
}
.sidebar .sidebar-footer[b-4ngrrrb7ov] {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .sidebar .sidebar-footer[b-4ngrrrb7ov] {
    padding: 0 0 2rem 0;
  }
}
.sidebar .sidebar-footer .logo-nav[b-4ngrrrb7ov] {
  margin: 1rem 1rem 0 1rem;
  padding: 1rem 0 2rem 0;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #333;
}
.sidebar .sidebar-footer .logo-nav a[b-4ngrrrb7ov] {
  width: 30%;
  text-align: center;
}
.sidebar .sidebar-footer .logo-nav[b-4ngrrrb7ov]  a.underline:after {
  background-color: white;
}
.sidebar .sidebar-footer .logo-nav a:nth-child(2) img[b-4ngrrrb7ov] {
  max-height: 45px;
}
.sidebar.show[b-4ngrrrb7ov] {
  margin-left: 0;
  transition: all 0.1s;
}
.sidebar a[b-4ngrrrb7ov] {
  color: #8fc2a7;
  text-decoration: none;
  transition: all 0.5s;
}
.sidebar a:hover[b-4ngrrrb7ov] {
  color: white;
  transition: all 0.5s;
}
.sidebar .social[b-4ngrrrb7ov] {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
.sidebar .social span[b-4ngrrrb7ov] {
  margin-right: 1rem;
}
.sidebar .main-title[b-4ngrrrb7ov] {
  display: inline-block;
  margin: 1rem 0;
}
@media (min-width: 1200px) and (min-height: 800px) {
  .sidebar .main-title[b-4ngrrrb7ov] {
    margin: 2rem 0;
  }
}
.sidebar ul[b-4ngrrrb7ov] {
  list-style-type: none;
  padding: 0;
}
.sidebar ul.teasers[b-4ngrrrb7ov] {
  width: calc(100% + 50px);
  padding: 1rem 15px 1rem 25px;
  margin: 0 -25px;
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
  isolation: inherit;
}
.sidebar ul.teasers li[b-4ngrrrb7ov] {
  display: inline-block;
  width: 33%;
  background: white;
}
.sidebar .copyright[b-4ngrrrb7ov] {
  font-size: 0.8rem;
}
.sidebar .menu-close[b-4ngrrrb7ov] {
  display: inline-block;
  font-size: 2rem;
  line-height: 1rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  transition: background 1s;
  text-align: center;
  padding-top: 2px;
}
.sidebar .menu-close[b-4ngrrrb7ov]:after {
  content: "";
  position: absolute;
}
.sidebar .menu-close:hover[b-4ngrrrb7ov] {
  transition: color 0.5s;
  color: white;
}

/*@keyframes iconrotate {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}*/
.blur[b-4ngrrrb7ov] {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacitiy: 0;
  background: transparent;
  transition: all 0.5s;
}
.blur.show[b-4ngrrrb7ov] {
  z-index: 900;
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0s;
  background: rgba(100, 100, 100, 0.2);
  backdrop-filter: blur(4px);
}

/* Gestaltung #Hamburger */
.hamburger[b-4ngrrrb7ov] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger label[b-4ngrrrb7ov] {
  display: flex;
  flex-direction: column;
  width: 28px;
  cursor: pointer;
  align-items: end;
}
.hamburger label span[b-4ngrrrb7ov] {
  background: #2e394b;
  border-radius: 2px;
  height: 2px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.hamburger label span:nth-of-type(1)[b-4ngrrrb7ov] {
  width: 50%;
}
.hamburger label span:nth-of-type(2)[b-4ngrrrb7ov] {
  width: 100%;
}
.hamburger label span:nth-of-type(3)[b-4ngrrrb7ov] {
  width: 75%;
}
.hamburger label:hover span[b-4ngrrrb7ov] {
  background: white;
}
.hamburger label:hover span:nth-of-type(1)[b-4ngrrrb7ov] {
  width: 75%;
}
.hamburger label:hover span:nth-of-type(3)[b-4ngrrrb7ov] {
  width: 50%;
}
.hamburger input[type=checkbox][b-4ngrrrb7ov] {
  display: none;
}
.hamburger input[type=checkbox]:checked ~ span:nth-of-type(1)[b-4ngrrrb7ov] {
  transform-origin: bottom;
  width: 100%;
  transform: rotateZ(45deg) translate(8px, 5px);
  background: none;
}
.hamburger input[type=checkbox]:checked ~ span:nth-of-type(2)[b-4ngrrrb7ov] {
  transform-origin: top;
  width: 100%;
  transform: rotateZ(-45deg);
}
.hamburger input[type=checkbox]:checked ~ span:nth-of-type(3)[b-4ngrrrb7ov] {
  transform-origin: bottom;
  width: 100%;
  transform: translate(0px, -8px) rotateZ(45deg);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/PageElementsBuilder.razor.rz.scp.css */
.breadcrumb[b-aor5t1dn9v]{display:inline-block;background:none;width:100%;padding:1rem 0;margin:0;font-weight:300}.breadcrumb container[b-aor5t1dn9v]{line-height:1rem}.breadcrumb ul[b-aor5t1dn9v]{width:auto;display:inline-block;margin:0;padding:0;font-size:0.9rem}.breadcrumb li[b-aor5t1dn9v]{list-style-type:none;width:auto;float:left}.breadcrumb li[b-aor5t1dn9v]:before{content:"/";position:relative;display:inline-block;color:#e00917;margin:0 5px}.breadcrumb li:first-child[b-aor5t1dn9v]:before{display:none}.breadcrumb li a[b-aor5t1dn9v]{text-decoration:none}.breadcrumb.cgy-red a[b-aor5t1dn9v],.breadcrumb.cgy-red li[b-aor5t1dn9v]:before{color:#e00917}.breadcrumb.cgy-orange a[b-aor5t1dn9v],.breadcrumb.cgy-orange li[b-aor5t1dn9v]:before{color:#ea670c}.breadcrumb.cgy-green a[b-aor5t1dn9v],.breadcrumb.cgy-green li[b-aor5t1dn9v]:before{color:#73b847}.breadcrumb.cgy-blue a[b-aor5t1dn9v],.breadcrumb.cgy-blue li[b-aor5t1dn9v]:before{color:#0b74b9}
/* /Components/Pages/Event/EventBooking.razor.rz.scp.css */
.banner[b-2x545ldqzm] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}
/* /Components/Pages/Event/EventDetails.razor.rz.scp.css */
.banner[b-me0omtzm0a] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}

.sub-title[b-me0omtzm0a] {
  color: #2e394b;
  margin: 0 0 1rem 0;
  width: 100%;
}

.group-info[b-me0omtzm0a] {
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 1rem 0;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .group-info[b-me0omtzm0a] {
    flex-flow: row;
  }
}

.event-info[b-me0omtzm0a] {
  width: 100%;
  padding: 1rem 1rem 1rem 0;
  order: 2;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .event-info[b-me0omtzm0a] {
    width: calc(100% - 800px);
    order: 1;
  }
}
.event-info ul[b-me0omtzm0a] {
  list-style-type: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.event-info ul li[b-me0omtzm0a] {
  width: 100%;
  margin: 0.5rem;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.event-info ul li .fal[b-me0omtzm0a] {
  width: 18px;
  text-align: center;
}
.event-info ul li span[b-me0omtzm0a] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-me0omtzm0a] {
  width: 100%;
  margin: 0;
  order: 1;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .img-container[b-me0omtzm0a] {
    width: 100%;
    max-width: 800px;
    float: right;
    order: 2;
  }
}
.img-container .img-wrap[b-me0omtzm0a] {
  background-color: transparent;
}
.img-container .img-media[b-me0omtzm0a] {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-me0omtzm0a] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-me0omtzm0a] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-container .img-media .img-content > img[b-me0omtzm0a] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-me0omtzm0a] {
  color: #2e394b;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-me0omtzm0a] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-me0omtzm0a] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-me0omtzm0a]  p {
  margin: 0.25rem 0;
  text-align: center;
}

[b-me0omtzm0a] .rz-panel {
  border: solid rgba(46, 57, 75, 0.2) 1px;
}

[b-me0omtzm0a] .rz-panel-titlebar {
  padding: 0.5rem 1rem;
}

[b-me0omtzm0a] .rz-panel-content-wrapper {
  padding: 1rem;
}

[b-me0omtzm0a] .rz-panel-titlebar {
  position: relative;
}

[b-me0omtzm0a] .rz-panel-titlebar-toggler {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  background: none;
  justify-content: right;
  padding-right: 1.25rem;
}
/* /Components/Pages/Event/EventNachlese.razor.rz.scp.css */
.banner[b-cn3062y1x8] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}

.sub-title[b-cn3062y1x8] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.group-info[b-cn3062y1x8] {
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: solid 4px #9a9a9a;
  margin: 0 0 1rem 0;
}
@media (min-width: 1200px) {
  .group-info[b-cn3062y1x8] {
    flex-flow: row;
  }
}

.event-info[b-cn3062y1x8] {
  width: 100%;
  padding: 1rem;
  order: 2;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .event-info[b-cn3062y1x8] {
    width: calc(100% - 800px);
    order: 2;
  }
}
.event-info ul[b-cn3062y1x8] {
  list-style-type: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.event-info ul li[b-cn3062y1x8] {
  width: 100%;
  margin: 0.5rem;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.event-info ul li .fal[b-cn3062y1x8] {
  width: 18px;
  text-align: center;
}
.event-info ul li span[b-cn3062y1x8] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-cn3062y1x8] {
  width: 100%;
  margin: 0;
  order: 1;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .img-container[b-cn3062y1x8] {
    width: 100%;
    max-width: 800px;
    float: right;
    order: 1;
  }
}
.img-container .img-wrap[b-cn3062y1x8] {
  background-color: #F9F9F9;
}
.img-container .img-media[b-cn3062y1x8] {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-cn3062y1x8] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-cn3062y1x8] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-container .img-media .img-content > img[b-cn3062y1x8] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-cn3062y1x8] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-cn3062y1x8] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-cn3062y1x8] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-cn3062y1x8]  p {
  margin: 0.25rem 0;
  text-align: center;
}

[b-cn3062y1x8] .rz-panel {
  border: solid rgba(44, 44, 44, 0.2) 1px;
}

[b-cn3062y1x8] .rz-panel-titlebar {
  padding: 0.5rem 1rem;
}

[b-cn3062y1x8] .rz-panel-content-wrapper {
  padding: 1rem;
}
/* /Components/Pages/PagesBappana.razor.rz.scp.css */
.banner[b-avnylo3yo4] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}

.breadcrumb[b-avnylo3yo4] {
  font-size: 0.9rem;
}
.breadcrumb ul[b-avnylo3yo4] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li[b-avnylo3yo4] {
  float: left;
  width: auto;
}
.breadcrumb ul li a[b-avnylo3yo4] {
  color: #8fc2a7;
  text-decoration: none;
}
.breadcrumb ul li[b-avnylo3yo4]:before {
  content: " / ";
  color: #8fc2a7;
}
.breadcrumb ul li:first-child[b-avnylo3yo4]:before {
  content: "";
}

figure[b-avnylo3yo4] {
  margin-inline: 0 0 1rem 0;
}
figure img[b-avnylo3yo4] {
  width: 100%;
  background: #2e394b;
  border-bottom: #8fc2a7 solid 5px;
}

.author-image[b-avnylo3yo4] {
  width: 150px;
  height: 200px;
  background: #2e394b;
  border-bottom: #8fc2a7 solid 5px;
  display: inline-block;
  margin: 0 0 0.5rem 0;
}
.author-image img[b-avnylo3yo4] {
  display: none;
}

.author-vcard a[b-avnylo3yo4] {
  color: black;
  text-decoration: none;
}
.author-vcard a:hover[b-avnylo3yo4] {
  color: #8fc2a7;
}

.intro[b-avnylo3yo4] {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 2rem;
}
