/* /Components/Common/breadcrumb.razor.rz.scp.css */
@charset "UTF-8";
.breadcrumb[b-wbmhjrsj7a] {
  display: inline-block;
  background: none;
  width: 100%;
  padding: 1rem 0;
  font-weight: 300;
  margin: 4rem 0 1rem 0;
  text-align: center;
}
@media (min-width: 990px) {
  .breadcrumb[b-wbmhjrsj7a] {
    margin: 6rem 0 3rem 0;
    text-align: left;
  }
}
.breadcrumb container[b-wbmhjrsj7a] {
  line-height: 1rem;
}
.breadcrumb ul[b-wbmhjrsj7a] {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.breadcrumb li[b-wbmhjrsj7a] {
  list-style-type: none;
  width: auto;
  float: left;
}
.breadcrumb li[b-wbmhjrsj7a]:before {
  content: " · ";
  position: relative;
  display: inline-block;
  color: #e3d9c6;
  margin: 0 5px;
}
.breadcrumb li:first-child[b-wbmhjrsj7a]:before {
  display: none;
}
.breadcrumb li a[b-wbmhjrsj7a] {
  text-decoration: none;
}
/* /Components/ContentElements/ElementImageText.razor.rz.scp.css */
.section-imgtxt[b-2sj4godie2] {
  padding: 2rem 0;
}

.imgtxt[b-2sj4godie2] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
}
@media (min-width: 800px) {
  .imgtxt[b-2sj4godie2] {
    padding: 0;
  }
}
.imgtxt .container[b-2sj4godie2] {
  display: flex;
  align-items: stretch;
  flex-flow: column;
}
@media (min-width: 800px) {
  .imgtxt .container[b-2sj4godie2] {
    column-gap: 2rem;
    flex-flow: row;
  }
}
.imgtxt .figure[b-2sj4godie2] {
  width: 100%;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: right;
  order: 1;
  background-color: #e2e3e3;
}
@media (min-width: 800px) {
  .imgtxt .figure[b-2sj4godie2] {
    width: 55%;
    float: right;
    order: 2;
  }
}
.imgtxt .figure img[b-2sj4godie2] {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.imgtxt .content[b-2sj4godie2] {
  padding: 2rem 0;
  width: 100%;
  float: left;
  font-size: 16px;
  order: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 800px) {
  .imgtxt .content[b-2sj4godie2] {
    padding: 2rem 0;
    width: 45%;
    float: left;
  }
}
.imgtxt .content h2[b-2sj4godie2] {
  text-transform: uppercase;
  margin: 0;
}
.imgtxt .content h3[b-2sj4godie2] {
  margin: 0.25rem 0 0.75rem 0;
}
.imgtxt[b-2sj4godie2]  .btn {
  background-color: #383e42;
  border-color: transparent;
  color: #e3d9c6;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.regular[b-2sj4godie2], .switched[b-2sj4godie2] {
  padding: 1rem 0;
}
.regular .figure[b-2sj4godie2], .switched .figure[b-2sj4godie2] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-2sj4godie2], .switched .figure[b-2sj4godie2] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-2sj4godie2], .switched .content[b-2sj4godie2] {
    order: 2;
  }
}
.regular[b-2sj4godie2]  .btn-dark, .switched[b-2sj4godie2]  .btn-dark {
  background-color: #383e42;
  border-color: transparent;
  color: #e3d9c6;
  border-radius: 0;
}

.centered .content[b-2sj4godie2] {
  text-align: center;
}
.centered .content .text[b-2sj4godie2] {
  width: 100%;
}
/* /Components/ContentElements/elementsliderboxes.razor.rz.scp.css */
.boxes[b-hbe5q8v2vq] {
  width: 100%;
  background: #e2e3e3;
  grid: auto;
  margin: 2.5rem 0 5rem 0;
}

.slide-elm[b-hbe5q8v2vq] {
  float: left;
  align-self: stretch;
  margin: 0 0.75rem;
}
/* /Components/ContentElements/ElementSliderNewsboxList.razor.rz.scp.css */
.slider-boxes[b-tlrtzinasj] {
  width: 100%;
  grid: auto;
  margin: -3rem 0 0 0;
  padding: 5rem 0 1rem 0;
  background-color: #e3d9c6;
}
@media (min-width: 800px) {
  .slider-boxes[b-tlrtzinasj] {
    padding: 5rem 0 2rem 0;
  }
}
@media (min-width: 1200px) {
  .slider-boxes[b-tlrtzinasj] {
    margin: 0;
    padding: 2rem;
  }
}

.slide-elm[b-tlrtzinasj] {
  float: left;
  align-self: stretch;
  margin: 0 0.75rem;
  background: white;
  border-radius: 3px;
}
.slide-elm .infobox[b-tlrtzinasj] {
  width: 100%;
  padding: 1rem;
}
.slide-elm .infobox .content[b-tlrtzinasj] {
  min-height: 10rem;
  padding: 0;
}
.slide-elm .infobox .button[b-tlrtzinasj] {
  text-align: center;
}
.slide-elm .infobox .button a.btn[b-tlrtzinasj] {
  display: inline-block;
  background-color: #e3d9c6;
  color: white;
  transition: all 0.25s;
}
.slide-elm .infobox .button a.btn:hover[b-tlrtzinasj] {
  background-color: #383e42;
  color: white;
  text-decoration: none;
  transition: all 0.25s;
  transform: scale(1.05);
}
.slide-elm .infobox h2[b-tlrtzinasj] {
  font-size: 1.5rem;
  margin: 0.25rem 0 0.75rem 0;
}
.slide-elm .infobox h3[b-tlrtzinasj] {
  font-size: 1.1rem;
  margin: 0;
}

[b-tlrtzinasj] .slick-prev,
[b-tlrtzinasj] .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-tlrtzinasj] .slick-prev:hover,
[b-tlrtzinasj] .slick-next:hover {
  background-color: white;
  transition: background-color 0.75s;
}

[b-tlrtzinasj] .slick-prev:before,
[b-tlrtzinasj] .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-tlrtzinasj] .slick-prev:before {
  content: "\f100";
}
/* /Components/ContentElements/ElementSliderNewsboxPages.razor.rz.scp.css */
.boxes[b-hh2gcp05vv] {
  width: 100%;
  background: #e2e3e3;
  grid: auto;
  margin: 2.5rem 0 5rem 0;
}

.slide-elm[b-hh2gcp05vv] {
  float: left;
  align-self: stretch;
  margin: 0 0.75rem;
}
.slide-elm .infobox .content[b-hh2gcp05vv] {
  min-height: 10rem;
}
.slide-elm a.btn[b-hh2gcp05vv] {
  display: inline-block;
  background-color: #e3d9c6;
  color: #383e42;
}
/* /Components/ContentElements/ElementSquareBoxes.razor.rz.scp.css */
.splitsquares[b-9a3iz8xbt2] {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: auto;
  min-height: 50vw;
}
@media (min-width: 1000px) {
  .splitsquares[b-9a3iz8xbt2] {
    height: 500px;
    flex-flow: row;
  }
}
.splitsquares .social[b-9a3iz8xbt2] {
  font-size: 1.5rem;
}
.splitsquares .social a[b-9a3iz8xbt2] {
  color: #383e42;
  transition: color 0.5s;
}
.splitsquares .social a:hover[b-9a3iz8xbt2] {
  color: #cdcc01;
  transition: color 0.5s;
}
.splitsquares .content-space[b-9a3iz8xbt2] {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vw;
  padding: 2.5rem;
  align-items: center;
}
.splitsquares .content-space p[b-9a3iz8xbt2] {
  text-align: center;
}
@media (min-width: 1000px) {
  .splitsquares .content-space[b-9a3iz8xbt2] {
    width: 50%;
    min-height: unset;
    height: 50vw;
    flex-flow: row;
    align-items: center;
  }
  .splitsquares .content-space p[b-9a3iz8xbt2] {
    text-align: left;
  }
}
.splitsquares .image-space[b-9a3iz8xbt2] {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  /*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-9a3iz8xbt2] {
    width: 50%;
    padding-top: 50%;
  }
}
.splitsquares .image-space .img[b-9a3iz8xbt2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  margin: 5%;
  background-color: #e2e3e3;
  background-image: url("/media/tuere-alt-sw.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.splitsquares .image-space .img[b-9a3iz8xbt2]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #e3d9c6;
  transform: rotate(-3deg);
  z-index: -1;
}
.splitsquares .image-space ul[b-9a3iz8xbt2] {
  padding: 0;
  margin: 0 0 0 -0.25rem;
}
.splitsquares .image-space ul li[b-9a3iz8xbt2] {
  font-family: "GalanoGrotesqueBold", 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-9a3iz8xbt2] {
    font-size: 4rem;
  }
}

.splitsquares.switch .content-space[b-9a3iz8xbt2] {
  order: 1;
}
@media (min-width: 1000px) {
  .splitsquares.switch .content-space[b-9a3iz8xbt2] {
    order: 2;
  }
}
.splitsquares.switch .image-space[b-9a3iz8xbt2] {
  order: 2;
}
@media (min-width: 1000px) {
  .splitsquares.switch .image-space[b-9a3iz8xbt2] {
    order: 1;
  }
}
/* /Components/ContentElements/ElementText.razor.rz.scp.css */
.elm-txt[b-skupuo9sb7] {
  padding: 2rem 0;
}
/* /Components/Customised/ContactForm.razor.rz.scp.css */
[b-9mqog9u9d9] .rz-label.mandatory:after {
  content: "*";
  display: inline-block;
  font-size: 1rem;
  color: inherit;
}

[b-9mqog9u9d9] .rz-textbox,
[b-9mqog9u9d9] .rz-textarea {
  padding: 0.5rem;
  border-radius: 0;
  box-shadow: 0;
}

.checkbox[b-9mqog9u9d9] {
  display: flex;
}
.checkbox[b-9mqog9u9d9]  label {
  margin-left: 0.5rem;
}
/* /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-luz568v4k5] .rz-accordion {
  margin: 1rem 0;
}

[b-luz568v4k5] .acc-culinary {
  display: block;
  background-color: #533622;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[b-luz568v4k5] .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-luz568v4k5] .acc-culinary a {
    font-size: 3rem;
    box-shadow: 0 0 3rem 3rem rgba(83, 54, 34, 0.2) inset;
  }
}
[b-luz568v4k5] .acc-culinary a:hover {
  text-decoration: none;
}
[b-luz568v4k5] .acc-culinary a .rz-accordion-toggle-icon {
  float: right;
}
[b-luz568v4k5] .acc-culinary.expanded a {
  padding: 2.5rem 1.5rem;
  transition: padding 0.5s;
}

[b-luz568v4k5] .rz-accordion-content {
  padding-top: 1.5rem;
}

ul[b-luz568v4k5] {
  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-luz568v4k5] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  ul[b-luz568v4k5] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}

li[b-luz568v4k5] {
  display: flex;
  width: 100%;
  list-style-type: none;
}

[b-luz568v4k5] .rz-accordion-toggle-icon.rzi-chevron-right:before {
  content: "arrow_left";
  font-size: 2rem;
}
@media (min-width: 640px) {
  [b-luz568v4k5] .rz-accordion-toggle-icon.rzi-chevron-right:before {
    font-size: 3rem;
  }
}

[b-luz568v4k5] .rz-accordion-toggle-icon {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
}
@media (min-width: 640px) {
  [b-luz568v4k5] .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-9atuwttjsq]{float:left;align-self:stretch;margin:0 10px}
/* /Components/Elemente/Boxes/ElementFooterBoxes.razor.rz.scp.css */
.slide-elm[b-xf802guaqf]{float:left;align-self:stretch;margin:0 10px}
/* /Components/Elemente/Boxes/ElementListBoxesDownload.razor.rz.scp.css */
ul[b-o36vx6ha9e] {
  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-o36vx6ha9e] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 960px) {
  ul[b-o36vx6ha9e] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-o36vx6ha9e] {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  }
}

li[b-o36vx6ha9e] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* /Components/Elemente/Boxes/ElementListBoxesPerson.razor.rz.scp.css */
ul[b-wr0xeqz0y7] {
  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-wr0xeqz0y7] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  ul[b-wr0xeqz0y7] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-wr0xeqz0y7] {
    grid-template-columns: calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem);
  }
}

li[b-wr0xeqz0y7] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* /Components/Elemente/Boxes/ElementListBoxesTips.razor.rz.scp.css */
ul[b-0259i3frfz] {
  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-0259i3frfz] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 960px) {
  ul[b-0259i3frfz] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-0259i3frfz] {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  }
}

li[b-0259i3frfz] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* /Components/Elemente/Boxes/ElementStandardBoxes.razor.rz.scp.css */
.boxes[b-e7sd79ys98] {
  background-color: #F9F9F9;
  padding: 3rem 0;
}
/* /Components/Elemente/ElementAuthor.razor.rz.scp.css */
.author[b-5evtlvzamg] {
  margin: 2rem 0;
  max-width: 100%;
}
@media (min-width: 800px) {
  .author[b-5evtlvzamg] {
    max-width: 50%;
  }
}
.author .author-container[b-5evtlvzamg] {
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: solid 4px #e00917;
}
.author .author-container .author-vcard[b-5evtlvzamg] {
  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-5evtlvzamg] {
  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-5evtlvzamg] {
  width: auto;
  height: 100%;
}
.author .author-container .author-vcard .author-contacts[b-5evtlvzamg] {
  display: flex;
  width: calc(100% - 150px);
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
.author .author-container .author-vcard .author-contacts[b-5evtlvzamg]  h4 {
  margin: 0 0 1rem 0;
  font-size: 20px;
}
.author .author-container .author-vcard .author-contacts[b-5evtlvzamg]  p {
  margin: 0;
}
.author .author-container .author-body[b-5evtlvzamg] {
  display: flex;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 800px) {
  .author .author-container .author-body[b-5evtlvzamg] {
    width: calc(100% - 150px);
  }
}
.author .author-container .author-body .author-content[b-5evtlvzamg] {
  padding: 1rem 0 0 0;
}
@media (min-width: 800px) {
  .author .author-container .author-body .author-content[b-5evtlvzamg] {
    padding: 0 1rem;
  }
}

.cgy-green .author-container[b-5evtlvzamg] {
  border-color: #73b847;
}

.cgy-red .author-container[b-5evtlvzamg] {
  border-color: #e00917;
}

.cgy-blue .author-container[b-5evtlvzamg] {
  border-color: #0b74b9;
}

.cgy-orange .author-container[b-5evtlvzamg] {
  border-color: #ea670c;
}
/* /Components/Elemente/ElementImageTextSpecial.razor.rz.scp.css */
/*$primary-light: #9B8FA6;

$secondary-light: #5B9191;
$secondary-soft: #96C2C1;
$secondary-ultrasoft: #AAD8D6;*/
.section-imgtxt-spcl[b-z9x0fa1xj3] {
  padding: 1rem 0;
}

.imgtxt[b-z9x0fa1xj3] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
}
@media (min-width: 800px) {
  .imgtxt[b-z9x0fa1xj3] {
    padding: 0;
  }
}
.imgtxt .container[b-z9x0fa1xj3] {
  display: flex;
  align-items: center;
  flex-flow: column;
  background: white;
  padding: 1rem;
  max-width: 800px;
}
@media (min-width: 800px) {
  .imgtxt .container[b-z9x0fa1xj3] {
    align-items: stretch;
    column-gap: 2rem;
    flex-flow: row;
  }
}
.imgtxt .figure[b-z9x0fa1xj3] {
  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-z9x0fa1xj3] {
    float: right;
    order: 2;
    width: 300px;
    height: 300px;
  }
}
.imgtxt .figure img[b-z9x0fa1xj3] {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: #f4ede7;
}
.imgtxt .content[b-z9x0fa1xj3] {
  width: 100%;
  float: left;
  font-size: 16px;
  order: 1;
  text-align: center;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
}
.imgtxt .content .h2[b-z9x0fa1xj3] {
  color: #533622;
}
@media (min-width: 800px) {
  .imgtxt .content[b-z9x0fa1xj3] {
    padding: 2rem 4rem;
    width: 50%;
    float: left;
  }
}
.imgtxt[b-z9x0fa1xj3]  .btn {
  background-color: #f4d246;
  border-color: transparent;
  color: #533622;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.imgtxt[b-z9x0fa1xj3]  .btn:hover {
  color: #f4d246;
  background: #533622;
  text-decoration: none;
}

.regular[b-z9x0fa1xj3], .switched[b-z9x0fa1xj3] {
  padding: 1rem 0;
}
.regular .figure[b-z9x0fa1xj3], .switched .figure[b-z9x0fa1xj3] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-z9x0fa1xj3], .switched .figure[b-z9x0fa1xj3] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-z9x0fa1xj3], .switched .content[b-z9x0fa1xj3] {
    order: 2;
  }
}
.regular[b-z9x0fa1xj3]  .btn-dark, .switched[b-z9x0fa1xj3]  .btn-dark {
  background-color: #f4d246;
  border-color: transparent;
  color: #533622;
  border-radius: 0;
}
.regular[b-z9x0fa1xj3]  .btn-dark:hover, .switched[b-z9x0fa1xj3]  .btn-dark:hover {
  color: #f4d246;
  background: #533622;
  text-decoration: none;
}
/* /Components/Elemente/ElementInfobox.razor.rz.scp.css */
.infobox[b-wpow1lca6k] {
  margin: 2rem 0;
  max-width: 100%;
  font-size: 1rem;
}
@media (min-width: 800px) {
  .infobox[b-wpow1lca6k] {
    max-width: 50%;
  }
}
.infobox .infobox-container[b-wpow1lca6k] {
  width: 100%;
  background-color: #F9F9F9;
  border-left: solid 4px #e00917;
}
.infobox .infobox-container .infobox-body[b-wpow1lca6k] {
  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-wpow1lca6k] {
    width: calc(100% - 150px);
  }
}
.infobox .infobox-container .infobox-body h4[b-wpow1lca6k] {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.infobox .infobox-container .infobox-body h4[b-wpow1lca6k]:before {
  font-family: "Font Awesome 6 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-wpow1lca6k] {
  border-color: #73b847;
}
.cgy-green .infobox-container .infobox-body h4[b-wpow1lca6k]:before {
  background-color: #73b847;
}

.cgy-red .infobox-container[b-wpow1lca6k] {
  border-color: #e00917;
}
.cgy-red .infobox-container .infobox-body h4[b-wpow1lca6k]:before {
  background-color: #e00917;
}

.cgy-blue .infobox-container[b-wpow1lca6k] {
  border-color: #0b74b9;
}
.cgy-blue .infobox-container .infobox-body h4[b-wpow1lca6k]:before {
  background-color: #0b74b9;
}

.cgy-orange .infobox-container[b-wpow1lca6k] {
  border-color: #ea670c;
}
.cgy-orange .infobox-container .infobox-body h4[b-wpow1lca6k]:before {
  background-color: #ea670c;
}
/* /Components/Elemente/ElementListHighlights.razor.rz.scp.css */
.list-section[b-x3z80s06s3] {
  position: relative;
  padding: 3rem 0;
  min-height: 300px;
}
.list-section .container[b-x3z80s06s3] {
  text-align: center;
  padding: 0;
}
@media (min-width: 800px) {
  .list-section .container[b-x3z80s06s3] {
    padding: 0 200px 0 0;
  }
}
@media (min-width: 800px) {
  .list-section[b-x3z80s06s3]: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-x3z80s06s3] {
  text-align: left;
}

ul.list[b-x3z80s06s3] {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin: 1.2rem auto;
  padding: 0;
}
@media (min-width: 1200px) {
  ul.list[b-x3z80s06s3] {
    width: calc(100% - 180px);
    max-width: 1000px;
    padding: 0;
  }
}
ul.list li[b-x3z80s06s3] {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-flow: column;
  margin: 0.5rem 0;
}
@media (min-width: 800px) {
  ul.list li[b-x3z80s06s3] {
    width: 33%;
  }
}
ul.list li .content[b-x3z80s06s3] {
  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-x3z80s06s3] {
  text-transform: uppercase;
}
ul.list li .icon[b-x3z80s06s3] {
  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-s1a4ink2ji] {
  position: relative;
  background-color: #f4ede7;
  padding: 2rem 0;
  height: auto;
}
.ratings figure[b-s1a4ink2ji] {
  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-s1a4ink2ji] {
    background-size: 100% auto;
  }
}
.ratings figure img[b-s1a4ink2ji] {
  display: none;
}
.ratings figure[b-s1a4ink2ji]: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-s1a4ink2ji]:before {
    background: linear-gradient(90deg, rgba(244, 237, 231, 0) 0%, #f4ede7 75%);
  }
}
.ratings .container[b-s1a4ink2ji] {
  position: relative;
  display: flex;
  flex-flow: column;
  padding-left: 20%;
}
@media (min-width: 800px) {
  .ratings .container[b-s1a4ink2ji] {
    flex-flow: row;
    padding-left: 50%;
  }
}
.ratings .rating-elements[b-s1a4ink2ji] {
  list-style-type: none;
  max-width: 400px;
}
.ratings .rating-elements .speech-bubble[b-s1a4ink2ji] {
  position: relative;
  background: #f4d246;
  padding: 1rem;
  border-radius: 0.5rem;
  max-width: 400px;
  margin-bottom: 25px;
}
.ratings .rating-elements .speech-bubble[b-s1a4ink2ji]: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-s1a4ink2ji] {
  font-size: 0.8rem;
}

.slick-dots button[b-s1a4ink2ji] {
  background: #f4d246;
  width: 10px;
  height: 10px;
}
/* /Components/Elemente/ElementListServices.razor.rz.scp.css */
.list-section[b-1n6dgjtvma] {
  padding: 3rem 0;
}
.list-section .container[b-1n6dgjtvma] {
  text-align: center;
}

.list-title[b-1n6dgjtvma] {
  text-align: left;
}

.list-footer[b-1n6dgjtvma] {
  position: relative;
  background-color: #DEDDE0;
  padding: 2rem 0;
  text-align: center;
  color: #705A80;
  font-weight: 600;
}
@media (min-width: 480px) {
  .list-footer[b-1n6dgjtvma]: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-1n6dgjtvma] {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  margin: 1.2rem auto;
  padding: 0 2rem;
}
@media (min-width: 480px) {
  ul.list[b-1n6dgjtvma] {
    padding: 0 0 0 90px;
  }
}
@media (min-width: 800px) {
  ul.list[b-1n6dgjtvma] {
    width: calc(100% - 180px);
    max-width: 1000px;
    padding: 0;
  }
}
ul.list li[b-1n6dgjtvma] {
  width: 100%;
  height: 48px;
  float: left;
  display: flex;
  align-items: stretch;
  margin: 0.5rem 0;
}
@media (min-width: 800px) {
  ul.list li[b-1n6dgjtvma] {
    width: 50%;
  }
}
ul.list li .content[b-1n6dgjtvma] {
  padding: 0;
  margin: 0;
  align-self: center;
  font-size: 1.1rem;
  color: #705A80;
  font-weight: 500;
  text-align: left;
}
ul.list li .icon[b-1n6dgjtvma] {
  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-qaaa3c06v1] {
  margin: 0.5rem 0 1.5rem 0;
  width: 100%;
}

.sub-title[b-qaaa3c06v1] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.pub-info[b-qaaa3c06v1] {
  display: inline-block;
}
.pub-info ul[b-qaaa3c06v1] {
  list-style-type: none;
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.pub-info ul li[b-qaaa3c06v1] {
  width: auto;
  float: left;
  margin: 0 0.5rem 0 0;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.pub-info ul li span[b-qaaa3c06v1] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-qaaa3c06v1] {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 1rem 0 3rem 0;
}
.img-container .img-wrap[b-qaaa3c06v1] {
  background-color: #F9F9F9;
}
@media (min-width: 1200px) {
  .img-container[b-qaaa3c06v1] {
    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-qaaa3c06v1] {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-qaaa3c06v1] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-qaaa3c06v1] {
  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-qaaa3c06v1] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-qaaa3c06v1] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-qaaa3c06v1] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-qaaa3c06v1] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-qaaa3c06v1]  p {
  margin: 0.25rem 0;
  text-align: center;
}

.spacer[b-qaaa3c06v1] {
  width: 100%;
  display: inline-block;
  height: 125px;
}

.cgy-red.img-container .img-content[b-qaaa3c06v1] {
  border-color: #e00917 !important;
}

.cgy-orange.img-container .img-content[b-qaaa3c06v1] {
  border-color: #ea670c !important;
}

.cgy-green.img-container .img-content[b-qaaa3c06v1] {
  border-color: #73b847 !important;
}

.cgy-blue.img-container .img-content[b-qaaa3c06v1] {
  border-color: #0b74b9 !important;
}
/* /Components/Elemente/ElementSearch.razor.rz.scp.css */
.pnlSearch[b-p40xs4u0do] {
  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-p40xs4u0do] {
  margin: 0;
}
.pnlSearch.open[b-p40xs4u0do] {
  margin-top: 0;
  transition: margin 0.5s ease-in-out;
}
.pnlSearch[b-p40xs4u0do]  .container {
  width: 100%;
  max-width: 90%;
}
@media (min-width: 720px) {
  .pnlSearch[b-p40xs4u0do]  .container {
    width: 600px;
    max-width: 60%;
  }
}
.pnlSearch[b-p40xs4u0do]  .rz-textbox {
  outline: none;
  margin-right: 0.25rem;
  border-radius: 2px;
}
.pnlSearch[b-p40xs4u0do]  .valid.modified:not([type=checkbox]) {
  outline: none;
  margin-right: 0.25rem;
  border-radius: 2px;
}
.pnlSearch[b-p40xs4u0do]  .rz-button.btn-light {
  background: #F9F9F9;
  border-radius: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "September W05 Medium";
}
/* /Components/Elemente/ElementTextContactForm.razor.rz.scp.css */
.section-frmtxt[b-b9wqpb3ba9] {
  padding: 2rem 0;
}

.frmtxt[b-b9wqpb3ba9] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
}
@media (min-width: 800px) {
  .frmtxt[b-b9wqpb3ba9] {
    padding: 0;
  }
}
.frmtxt .container[b-b9wqpb3ba9] {
  display: flex;
  align-items: stretch;
  flex-flow: column;
}
@media (min-width: 800px) {
  .frmtxt .container[b-b9wqpb3ba9] {
    column-gap: 2rem;
    flex-flow: row;
  }
}
.frmtxt .frm[b-b9wqpb3ba9] {
  width: 100%;
  order: 2;
  display: flex;
  flex-flow: column;
  align-items: left;
  justify-content: right;
  order: 1;
}
.frmtxt .frm[b-b9wqpb3ba9]  h3 {
  text-transform: none;
}
@media (min-width: 800px) {
  .frmtxt .frm[b-b9wqpb3ba9] {
    width: 50%;
    float: right;
    order: 2;
  }
}
.frmtxt .content[b-b9wqpb3ba9] {
  padding: 0;
  width: 100%;
  float: left;
  font-size: 16px;
  order: 1;
}
@media (min-width: 800px) {
  .frmtxt .content[b-b9wqpb3ba9] {
    padding: 0 2rem 0 0;
    width: 50%;
    float: left;
  }
}
.frmtxt[b-b9wqpb3ba9]  .btn {
  background-color: #705A80;
  border-color: transparent;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.regular[b-b9wqpb3ba9], .switched[b-b9wqpb3ba9] {
  padding: 1rem 0;
}
.regular.orange[b-b9wqpb3ba9], .switched.orange[b-b9wqpb3ba9] {
  background-color: #DEDDE0;
}
.regular.orange .h4[b-b9wqpb3ba9], .switched.orange .h4[b-b9wqpb3ba9] {
  color: #000;
}
.regular .figure[b-b9wqpb3ba9], .switched .figure[b-b9wqpb3ba9] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-b9wqpb3ba9], .switched .figure[b-b9wqpb3ba9] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-b9wqpb3ba9], .switched .content[b-b9wqpb3ba9] {
    order: 2;
  }
}
.regular[b-b9wqpb3ba9]  .btn-dark, .switched[b-b9wqpb3ba9]  .btn-dark {
  background-color: #705A80;
  border-color: transparent;
  color: white;
  border-radius: 0;
}
/* /Components/Elemente/ElementVitae.razor.rz.scp.css */
.vitae[b-ph7k5oezra] {
  background-color: #DEDDE0;
  padding: 2rem 0;
}
.vitae .container[b-ph7k5oezra] {
  display: flex;
  flex-flow: column;
}
@media (min-width: 800px) {
  .vitae .container[b-ph7k5oezra] {
    flex-flow: row;
  }
}
.vitae .portrait[b-ph7k5oezra] {
  width: 100%;
}
@media (min-width: 800px) {
  .vitae .portrait[b-ph7k5oezra] {
    width: 200px;
  }
}
.vitae .portrait img[b-ph7k5oezra] {
  width: 200px;
  height: auto;
}
.vitae[b-ph7k5oezra]  .group {
  display: inline-block;
  padding: 1rem 0;
  float: left;
  width: 100%;
}
@media (min-width: 800px) {
  .vitae[b-ph7k5oezra]  .group {
    width: calc(50% - 100px);
    padding: 0 2rem;
  }
}
.vitae[b-ph7k5oezra]  .group.vita p {
  position: relative;
  padding-left: 110px;
}
.vitae[b-ph7k5oezra]  .group.vita p b, .vitae[b-ph7k5oezra]  .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-y9r0ytt2zh] {
  margin: 2.5rem 0;
  width: calc(100% - 12px);
  width: 100%;
}

.slide-elm[b-y9r0ytt2zh] {
  float: left;
  align-self: stretch;
  margin: 0;
}

.slide[b-y9r0ytt2zh] {
  display: flex;
  width: 100%;
  background: rgba(107, 163, 73, 0.1);
  position: relative;
  height: 400px;
}
@media (min-width: 990px) {
  .slide[b-y9r0ytt2zh] {
    height: 600px;
  }
}
.slide .bg-image[b-y9r0ytt2zh] {
  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-y9r0ytt2zh] {
  /*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-y9r0ytt2zh] {
    padding: 2rem 1rem;
  }
}
@media (min-width: 0px) {
  .slide .container.v-center[b-y9r0ytt2zh] {
    padding: 2rem 6rem;
    padding: 2rem 1rem;
  }
}
.slide .container.v-center .main-title[b-y9r0ytt2zh] {
  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-y9r0ytt2zh] {
    font-size: 4rem;
    line-height: 1.25rem;
  }
}
.slide .container.v-center .sub-title[b-y9r0ytt2zh] {
  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-y9r0ytt2zh] {
    font-size: 2rem;
  }
}
.slide .container.v-center .btn-lnk[b-y9r0ytt2zh] {
  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-y9r0ytt2zh] {
  background-color: #6ba349;
  transition: all 0.5s;
  text-decoration: none;
}
@media (min-width: 990px) {
  .slide .container.v-center .btn-lnk[b-y9r0ytt2zh] {
    padding: 0.75rem 1.5rem;
  }
}

[b-y9r0ytt2zh] .slick-dots {
  bottom: 0.5rem;
}
[b-y9r0ytt2zh] .slick-dots li button:before {
  font-size: 0.5rem;
  color: white;
}
/* /Components/Elemente/Media/GalleryFolder.razor.rz.scp.css */
.gallery[b-w701rigr6x] {
  background: #F9F9F9;
  width: 100%;
  padding: 2rem 0;
  margin: 3rem 0;
}
.gallery .main-title[b-w701rigr6x] {
  margin-bottom: 2.5rem;
}
.gallery ul.thumbnails[b-w701rigr6x] {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.gallery ul.thumbnails[b-w701rigr6x]:after {
  content: "";
  flex: auto;
}
.gallery ul.thumbnails li[b-w701rigr6x] {
  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-w701rigr6x] {
    width: calc(25% - 0.75rem);
  }
}
@media (min-width: 1000px) {
  .gallery ul.thumbnails li[b-w701rigr6x] {
    width: calc(20% - 0.8rem);
  }
}
.gallery ul.thumbnails li[b-w701rigr6x]:after {
  content: "";
  display: block;
  width: 0;
  background: blue;
  padding-top: 100%;
}
.gallery ul.thumbnails li a[b-w701rigr6x] {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.gallery ul.thumbnails li a .img-thumb[b-w701rigr6x] {
  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-za9hs1turb] .rz-card {
  box-shadow: none;
}

[b-za9hs1turb] .rz-button.rz-primary {
  background-color: #e3d9c6;
  line-height: 1em;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  opacity: 1;
}
[b-za9hs1turb] .rz-button.rz-primary:disabled {
  background-color: rgba(226, 227, 227, 0.1);
  color: #e2e3e3;
  border-color: #e2e3e3;
}

h2[b-za9hs1turb] {
  font-size: 1.5rem;
}
h2 .small[b-za9hs1turb] {
  font-size: 1.25rem;
}
/* /Components/Events/ElementEventsList.razor.rz.scp.css */
.events[b-ys8kmiuztn] {
  background-color: #e2e3e3;
  padding: 3rem 0;
}
/* /Components/Events/ElementEventsListNachlese.razor.rz.scp.css */
.events[b-ivfyekmvhh] {
  background-color: #F9F9F9;
  padding: 3rem 0;
}
/* /Components/Events/ElementEventsListTop.razor.rz.scp.css */
.events[b-qwlh2thg48] {
  background-color: #F9F9F9;
  padding: 3rem 0;
}
/* /Components/Events/ElementEventTitleImage.razor.rz.scp.css */
.main-title[b-fy53pmbpj0] {
  margin: 0.5rem 0 1.5rem 0;
  width: 100%;
}

.sub-title[b-fy53pmbpj0] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.pub-info[b-fy53pmbpj0] {
  display: inline-block;
}
.pub-info ul[b-fy53pmbpj0] {
  list-style-type: none;
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.pub-info ul li[b-fy53pmbpj0] {
  width: auto;
  float: left;
  margin: 0 0.5rem 0 0;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.pub-info ul li span[b-fy53pmbpj0] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-fy53pmbpj0] {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 1rem 0 3rem 0;
}
.img-container .img-wrap[b-fy53pmbpj0] {
  background-color: #F9F9F9;
}
@media (min-width: 1200px) {
  .img-container[b-fy53pmbpj0] {
    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-fy53pmbpj0] {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-fy53pmbpj0] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-fy53pmbpj0] {
  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-fy53pmbpj0] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-fy53pmbpj0] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-fy53pmbpj0] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-fy53pmbpj0] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-fy53pmbpj0]  p {
  margin: 0.25rem 0;
  text-align: center;
}

.spacer[b-fy53pmbpj0] {
  width: 100%;
  display: inline-block;
  height: 125px;
}

.cgy-red.img-container .img-content[b-fy53pmbpj0] {
  border-color: #e00917 !important;
}

.cgy-orange.img-container .img-content[b-fy53pmbpj0] {
  border-color: #ea670c !important;
}

.cgy-green.img-container .img-content[b-fy53pmbpj0] {
  border-color: #73b847 !important;
}

.cgy-blue.img-container .img-content[b-fy53pmbpj0] {
  border-color: #0b74b9 !important;
}
/* /Components/Items/ArticleBox.razor.rz.scp.css */
.article[b-fo2txocn0c] {
  display: flex;
  flex-direction: column;
  background: white;
}

.content[b-fo2txocn0c] {
  display: inline-flex;
  flex-flow: column;
  width: 100%;
  padding: 0.5rem 1rem;
  height: 100%;
  min-height: 0;
  overflow-x: auto;
}
@media (min-width: 800px) {
  .content[b-fo2txocn0c] {
    overflow: visible;
  }
}
.content .text[b-fo2txocn0c] {
  flex-grow: 1;
  font-size: 16px;
}
.content .text h3[b-fo2txocn0c] {
  font-size: 1.3rem;
  margin: 0 0 0.15rem 0;
}
.content .text h3[b-fo2txocn0c]:after {
  display: none;
}
.content .text h4[b-fo2txocn0c] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
  color: white;
}
.content .text h4[b-fo2txocn0c]:after {
  display: none;
}
.content .text a[b-fo2txocn0c] {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.content .text a:hover[b-fo2txocn0c] {
  color: #e3d9c6;
  transition: color 0.25s;
}
.content .issue[b-fo2txocn0c] {
  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-fo2txocn0c] {
  float: left;
  width: auto;
  margin-right: 1rem;
}

.item-big[b-fo2txocn0c] {
  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-fo2txocn0c] {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.item-big .text h3[b-fo2txocn0c] {
  font-size: 1.8rem;
}
.item-big .text h4[b-fo2txocn0c] {
  font-size: 1.3rem;
}

.bild[b-fo2txocn0c] {
  position: relative;
  width: 100%;
  background: #e2e3e3;
  border-bottom: solid 4px #e3d9c6;
}

.img-content[b-fo2txocn0c] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-fo2txocn0c] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}

a:hover .img-content > img[b-fo2txocn0c] {
  max-width: 110%;
  transition: max-width 0.5s;
}

.cgy[b-fo2txocn0c] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 2px 6px;
  background-color: #e3d9c6;
  width: auto;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}

.no-cgybox .cgy[b-fo2txocn0c] {
  display: none;
}

.item-compact.nopreview .text-body[b-fo2txocn0c] {
  display: none;
}
/* /Components/Items/BoxDownload.razor.rz.scp.css */
.download-item[b-mbo58dc5x2] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 1.5rem 1.5rem 0;
}

.bild[b-mbo58dc5x2] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bild .download-img[b-mbo58dc5x2] {
  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-mbo58dc5x2] {
  width: auto;
  height: 100%;
  max-height: 200px;
  box-shadow: 0 0 5px rgba(44, 44, 44, 0.4);
}

.text[b-mbo58dc5x2] {
  width: 100%;
  text-align: center;
}
.text h3[b-mbo58dc5x2] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h3[b-mbo58dc5x2]:after {
  display: none;
}
.text h4[b-mbo58dc5x2] {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-mbo58dc5x2]:after {
  display: none;
}
.text .issue[b-mbo58dc5x2] {
  color: #818181;
}
.text a[b-mbo58dc5x2] {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.text a:hover[b-mbo58dc5x2] {
  color: #e00917;
  transition: color 0.25s;
}

.img-content[b-mbo58dc5x2] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-mbo58dc5x2] {
  max-height: 100%;
  height: auto;
}
/* /Components/Items/BoxFooter.razor.rz.scp.css */
.article[b-jsue1zsvss] {
  display: flex;
  flex-direction: row;
}

.text[b-jsue1zsvss] {
  width: 70%;
}
.text h4[b-jsue1zsvss] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-jsue1zsvss]:after {
  display: none;
}
.bild[b-jsue1zsvss] {
  width: calc(30% - 15px);
  margin: 0 15px 0 0;
}

.img-content[b-jsue1zsvss] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-jsue1zsvss] {
  max-height: 100%;
  height: auto;
}

a[b-jsue1zsvss] {
  text-decoration: none;
  color: #F9F9F9;
}
a:hover[b-jsue1zsvss] {
  color: #e00917;
}
a.cgy-orange:hover[b-jsue1zsvss] {
  color: #ea670c !important;
}
a.cgy-green:hover[b-jsue1zsvss] {
  color: #73b847 !important;
}
a.cgy-blue:hover[b-jsue1zsvss] {
  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-4xltuzug7h] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bild[b-4xltuzug7h] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4ede7;
  margin: 0 auto;
}
.bild .culinary-img[b-4xltuzug7h] {
  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-4xltuzug7h] {
  width: 100%;
  height: auto;
}

.text[b-4xltuzug7h] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0.5rem 0 0 0;
}
.text h3[b-4xltuzug7h], .text h4[b-4xltuzug7h] {
  font-size: 1.75rem;
  color: #533622;
  margin: 0 0 0.5rem 0;
}
.text h3 span.thai[b-4xltuzug7h], .text h4 span.thai[b-4xltuzug7h] {
  font-size: 1.25rem;
  color: #6ba349;
  font-family: "Charmonman", sans-serif;
  font-weight: 400;
}
.text h3[b-4xltuzug7h]:after, .text h4[b-4xltuzug7h]:after {
  display: none;
}
.text .main[b-4xltuzug7h] {
  min-height: 150px;
}
.text .price[b-4xltuzug7h] {
  font-size: 1.5rem;
  font-family: "Indie Flower", sans-serif;
}
.text .allergens[b-4xltuzug7h] {
  font-size: 0.8rem;
}

.img-content[b-4xltuzug7h] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-4xltuzug7h] {
  max-height: 100%;
  height: auto;
}
/* /Components/Items/BoxNav.razor.rz.scp.css */
.article[b-4tbix6zihx] {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.text[b-4tbix6zihx] {
  width: 100%;
  padding: 0.25rem;
}
.text h4[b-4tbix6zihx] {
  font-size: 0.9rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-4tbix6zihx]:after {
  display: none;
}
.text .issue[b-4tbix6zihx] {
  color: #818181;
  font-size: 0.7rem;
}

.bild[b-4tbix6zihx] {
  width: 100%;
  margin: 0;
}
.bild .img-content[b-4tbix6zihx] {
  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-4tbix6zihx] {
  max-width: 100%;
  height: auto;
}

a[b-4tbix6zihx] {
  text-decoration: none;
  color: #383e42;
}
a:hover[b-4tbix6zihx] {
  color: #e3d9c6;
}
/* /Components/Items/BoxPerson.razor.rz.scp.css */
.person-item[b-ilddn3o5yl] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bild[b-ilddn3o5yl] {
  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-ilddn3o5yl] {
  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-ilddn3o5yl] {
  width: 100%;
  height: auto;
}

.text[b-ilddn3o5yl] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0.5rem 0 0 0;
}
.text h3[b-ilddn3o5yl], .text h4[b-ilddn3o5yl] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}
.text h3[b-ilddn3o5yl]:after, .text h4[b-ilddn3o5yl]:after {
  display: none;
}
.text .person-name[b-ilddn3o5yl] {
  font-size: 1rem;
  margin: 0;
}

.img-content[b-ilddn3o5yl] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-ilddn3o5yl] {
  max-height: 100%;
  height: auto;
}

h3.cgy-orange[b-ilddn3o5yl] {
  color: #ea670c;
}
h3.cgy-orange a:hover[b-ilddn3o5yl] {
  color: #ea670c;
}

h3.cgy-green[b-ilddn3o5yl] {
  color: #73b847;
}
h3.cgy-green .text h3[b-ilddn3o5yl] {
  color: #73b847;
}

h3.cgy-blue[b-ilddn3o5yl] {
  color: #0b74b9;
}
h3.cgy-blue .text h3[b-ilddn3o5yl] {
  color: #0b74b9;
}
/* /Components/Items/BoxTip.razor.rz.scp.css */
.tip-item[b-dru730w2cl] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 1.5rem 1.5rem 0;
}

.bild[b-dru730w2cl] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bild .tip-img[b-dru730w2cl] {
  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-dru730w2cl] {
  width: auto;
  height: 100%;
  max-height: 280px;
}

.text[b-dru730w2cl] {
  width: 100%;
}
.text h4[b-dru730w2cl] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-dru730w2cl]:after {
  display: none;
}
.text .issue[b-dru730w2cl] {
  color: #818181;
}

.img-content[b-dru730w2cl] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-dru730w2cl] {
  max-height: 100%;
  height: auto;
}
/* /Components/Items/EventBox.razor.rz.scp.css */
.article[b-zzlchwxwpl] {
  display: flex;
  flex-direction: column;
  background: white;
}

.content[b-zzlchwxwpl] {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0.5rem 1rem;
  height: 100%;
  min-height: 0;
}
.content .text[b-zzlchwxwpl] {
  flex-grow: 2;
  min-height: 125px;
}
.content .text h3[b-zzlchwxwpl] {
  font-size: 1.3rem;
  margin: 0 0 0.15rem 0;
  min-height: 3rem;
}
.content .text h3[b-zzlchwxwpl]:after {
  display: none;
}
.content .text h4[b-zzlchwxwpl] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}
.content .text h4[b-zzlchwxwpl]:after {
  display: none;
}
.content .text .text-body[b-zzlchwxwpl] {
  display: inline-block;
  min-height: 4rem;
  font-size: 1rem;
}
.content .quicktips[b-zzlchwxwpl] {
  width: 100%;
  justify-content: flex-end;
  max-height: 100px;
  list-style-type: none;
  color: #383e42;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  flex-grow: 1;
}
.content .quicktips li[b-zzlchwxwpl] {
  float: left;
  width: 100%;
  margin-right: 1rem;
}
.content .quicktips li span[b-zzlchwxwpl] {
  margin-right: 5px;
}
.content .lnk-book[b-zzlchwxwpl] {
  display: inline-block;
  text-align: left;
  padding: 0.5rem 0;
  flex-grow: 1;
}
.content .lnk-book .btn[b-zzlchwxwpl] {
  background-color: #e3d9c6;
  color: white;
  opacity: 1;
  transition: opacity 0.5s;
  padding: 0.375rem 0.75rem;
  border-radius: 0;
  font-size: 1rem;
}
.content .lnk-book .btn:hover[b-zzlchwxwpl] {
  opacity: 0.8;
  transition: opacity 0.5s;
}
.content .lnk-book .btn.btn-primary[b-zzlchwxwpl] {
  color: #383e42 !important;
}

.item-big[b-zzlchwxwpl] {
  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-zzlchwxwpl] {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.item-big .text h3[b-zzlchwxwpl] {
  font-size: 1.8rem;
}
.item-big .text h4[b-zzlchwxwpl] {
  font-size: 1.3rem;
}

.image[b-zzlchwxwpl] {
  position: relative;
  width: 100%;
}
.image .img-content[b-zzlchwxwpl] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #e2e3e3;
}
.image .img-content > img[b-zzlchwxwpl] {
  max-width: 100%;
  height: auto;
}

.cgy[b-zzlchwxwpl] {
  position: absolute;
  bottom: -22px;
  right: 1rem;
  background-color: #e3d9c6;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.cgy img[b-zzlchwxwpl] {
  width: 100%;
  height: 100%;
}

.item-compact .text-body[b-zzlchwxwpl] {
  display: none;
}
/* /Components/Items/MegaMenuLink.razor.rz.scp.css */
.teasers[b-6l825v4zlw] {
  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-6l825v4zlw] {
  display: inline-block;
  width: 33%;
  background: white;
}

.main-title[b-6l825v4zlw] {
  margin: 0.25rem 0;
  font-family: "GalanoGrotesqueBold", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}
@media (min-width: 1200px) and (min-height: 800px) {
  .main-title[b-6l825v4zlw] {
    margin-top: 2rem;
  }
}

a[b-6l825v4zlw] {
  text-decoration: none;
  color: #383e42;
  transition: all 0.25s;
  text-transform: uppercase;
}
a:hover[b-6l825v4zlw] {
  color: white;
  transition: all 0.25s;
}
/* /Components/Items/PreloadingBox.razor.rz.scp.css */
.preloadingbox[b-pg0nhpggsg] {
  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-pg0nhpggsg 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-pg0nhpggsg {
  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-wp4s9svft6] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: auto;
}

.lds-ellipsis div[b-wp4s9svft6] {
  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-wp4s9svft6] {
  left: 8px;
  animation: lds-ellipsis1-b-wp4s9svft6 1s infinite;
}

.lds-ellipsis div:nth-child(2)[b-wp4s9svft6] {
  left: 8px;
  animation: lds-ellipsis2-b-wp4s9svft6 1s infinite;
}

.lds-ellipsis div:nth-child(3)[b-wp4s9svft6] {
  left: 24px;
  animation: lds-ellipsis2-b-wp4s9svft6 1s infinite;
}

.lds-ellipsis div:nth-child(4)[b-wp4s9svft6] {
  left: 40px;
  animation: lds-ellipsis3-b-wp4s9svft6 1s infinite;
}

@keyframes lds-ellipsis1-b-wp4s9svft6 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3-b-wp4s9svft6 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2-b-wp4s9svft6 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(16px, 0);
  }
}
/* /Components/Items/TeaserBanner.razor.rz.scp.css */
.section-banner[b-11tcyg6wbg] {
  padding: 2rem 0;
  background-color: #F9F9F9;
}

.banner[b-11tcyg6wbg] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
  background-color: #e3e3e3;
}
@media (min-width: 800px) {
  .banner[b-11tcyg6wbg] {
    padding: 0;
  }
}
.banner .figure[b-11tcyg6wbg] {
  width: 100%;
}
@media (min-width: 800px) {
  .banner .figure[b-11tcyg6wbg] {
    width: 50%;
    float: right;
  }
}
.banner .figure img[b-11tcyg6wbg] {
  max-height: 300px;
  max-width: 100%;
}
.banner .content[b-11tcyg6wbg] {
  padding: 2rem 0;
  width: 100%;
  float: left;
  font-size: 16px;
}
@media (min-width: 800px) {
  .banner .content[b-11tcyg6wbg] {
    padding: 2rem 0;
    width: 50%;
    float: left;
  }
}

.regular[b-11tcyg6wbg], .switched[b-11tcyg6wbg] {
  padding: 1rem 0;
}
.regular.orange[b-11tcyg6wbg], .switched.orange[b-11tcyg6wbg] {
  background-color: #f7e9df;
}
.regular.orange .h4[b-11tcyg6wbg], .switched.orange .h4[b-11tcyg6wbg] {
  color: #ea670c;
}
.regular.green[b-11tcyg6wbg], .switched.green[b-11tcyg6wbg] {
  background-color: #e5f1de;
}
.regular.green .h4[b-11tcyg6wbg], .switched.green .h4[b-11tcyg6wbg] {
  color: #73b847;
}
.regular.blue[b-11tcyg6wbg], .switched.blue[b-11tcyg6wbg] {
  background-color: #d4e5f1;
}
.regular.blue .h4[b-11tcyg6wbg], .switched.blue .h4[b-11tcyg6wbg] {
  color: #0b74b9;
}
.regular.red[b-11tcyg6wbg], .switched.red[b-11tcyg6wbg] {
  background-color: #f7e0e2;
}
.regular.red .h4[b-11tcyg6wbg], .switched.red .h4[b-11tcyg6wbg] {
  color: #e00917;
}
.regular.gold[b-11tcyg6wbg], .switched.gold[b-11tcyg6wbg] {
  background-color: #f0ece2;
}
.regular.gold .h4[b-11tcyg6wbg], .switched.gold .h4[b-11tcyg6wbg] {
  color: #2c2c2c;
}
.regular .figure[b-11tcyg6wbg], .switched .figure[b-11tcyg6wbg] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-11tcyg6wbg], .switched .figure[b-11tcyg6wbg] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-11tcyg6wbg], .switched .content[b-11tcyg6wbg] {
    order: 2;
  }
}
.regular .btn-dark[b-11tcyg6wbg], .switched .btn-dark[b-11tcyg6wbg] {
  background-color: #9a9a9a;
  border-color: transparent;
  color: white;
}

@media (min-width: 800px) {
  .switched .figure[b-11tcyg6wbg] {
    float: none;
    order: 2;
    text-align: left;
  }
}
@media (min-width: 800px) {
  .switched .content[b-11tcyg6wbg] {
    order: 1;
    text-align: right;
  }
}

.insurance[b-11tcyg6wbg] {
  background-color: #fdeed9;
}
.insurance .h4[b-11tcyg6wbg] {
  color: #d53215;
}
.insurance .figure img[b-11tcyg6wbg] {
  max-width: none;
}

.wooden[b-11tcyg6wbg] {
  background-color: #fdeed9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-holz.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 1rem 0;
}
.wooden .h4[b-11tcyg6wbg] {
  color: #ea670c;
}
.wooden .figure[b-11tcyg6wbg] {
  float: none;
}
@media (min-width: 800px) {
  .wooden .figure[b-11tcyg6wbg] {
    float: left;
    order: 2;
    text-align: right;
  }
}
.wooden .btn-dark[b-11tcyg6wbg] {
  background-color: #9a9a9a;
  border-color: transparent;
  color: white;
}

.goldener-hahn[b-11tcyg6wbg] {
  background-color: #cce1ff;
}
.goldener-hahn .h4[b-11tcyg6wbg] {
  color: #0068ff;
}
.goldener-hahn .btn-dark[b-11tcyg6wbg] {
  background-color: #c4a35d;
  border-color: transparent;
  color: white;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-h8288q9m7v] {
  background-color: #383e42;
  padding: 3rem 0;
  color: #e2e3e3;
}
@media (min-width: 990px) {
  footer[b-h8288q9m7v] {
    padding: 5rem 0 3rem 0;
  }
}
footer h2[b-h8288q9m7v] {
  color: white;
  font-size: 1rem;
  margin: 0;
  text-transform: none;
}
footer a[b-h8288q9m7v] {
  color: #e2e3e3;
  transition: all 0.25s;
  text-decoration: none;
}
footer a:hover[b-h8288q9m7v] {
  color: #e3d9c6;
  transition: all 0.5s;
  text-decoration: none;
}
footer a.social[b-h8288q9m7v] {
  font-size: 2rem;
  margin: 0.5rem;
}
footer a.footer-logo[b-h8288q9m7v] {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 2rem 0;
  /*img {
      filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(42%) hue-rotate(188deg) brightness(94%) contrast(92%);
  }*/
}
@media (min-width: 1000px) {
  footer a.footer-logo[b-h8288q9m7v] {
    max-width: 300px;
  }
}

.legal[b-h8288q9m7v] {
  padding-top: 2rem;
  margin-top: 3rem;
  font-size: 0.8rem;
  color: #e2e3e3;
}
.legal a[b-h8288q9m7v] {
  color: rgba(255, 255, 255, 0.5);
}
.legal .ft-copyright[b-h8288q9m7v] {
  order: 2;
  text-align: center;
}
@media (min-width: 990px) {
  .legal .ft-copyright[b-h8288q9m7v] {
    text-align: left;
    order: 1;
  }
}
.legal .ft-links[b-h8288q9m7v] {
  order: 1;
  text-align: center;
}
@media (min-width: 990px) {
  .legal .ft-links[b-h8288q9m7v] {
    text-align: right;
    order: 2;
  }
}

.col[b-h8288q9m7v] {
  vertical-align: bottom;
}
/* /Components/Layout/Header.razor.rz.scp.css */
header[b-cmx1sqvm4n] {
  display: flex;
  align-items: stretch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  border-bottom: solid 1px white;
  transition: all 0.5s;
  background: rgba(56, 62, 66, 0.3);
  backdrop-filter: blur(4px);
}
header .book[b-cmx1sqvm4n] {
  height: 100%;
  display: flex;
}
header .book a[b-cmx1sqvm4n] {
  text-decoration: none;
  color: white;
  transition: all 0.5s;
  padding: 0 0.5rem;
  height: 100px;
  display: flex;
  width: 90px;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
header .book a i[b-cmx1sqvm4n] {
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  align-self: center;
  font-style: normal;
}
header .book a:hover[b-cmx1sqvm4n] {
  background: #e3d9c6;
  color: #383e42;
  transition: all 0.5s;
}
header .logo[b-cmx1sqvm4n] {
  width: 100%;
  text-align: center;
  border-left: solid 1px white;
  border-right: solid 1px white;
  margin: 0;
}
header .logo a[b-cmx1sqvm4n] {
  display: inline-block;
  padding: 2rem;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  header .logo a[b-cmx1sqvm4n] {
    padding: 1.5rem;
  }
}
header .logo a img[b-cmx1sqvm4n] {
  width: 100%;
  height: calc(80px - 3rem);
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  header .logo a img[b-cmx1sqvm4n] {
    width: 100%;
    height: calc(100px - 3rem);
  }
}
header .hamburger[b-cmx1sqvm4n] {
  width: 90px;
  transition: all 0.5s;
  margin: 0 0.5rem;
}
header.sticky[b-cmx1sqvm4n], header.page[b-cmx1sqvm4n] {
  position: fixed;
  height: 60px;
  background: rgba(56, 62, 66, 0.9);
  backdrop-filter: blur(4px);
  transition: all 0.5s;
}
header.sticky .book a[b-cmx1sqvm4n], header.page .book a[b-cmx1sqvm4n] {
  height: 60px;
  width: 60px;
  font-size: 1.8rem;
}
header.sticky .logo[b-cmx1sqvm4n], header.page .logo[b-cmx1sqvm4n] {
  padding: 0;
}
header.sticky .logo a[b-cmx1sqvm4n], header.page .logo a[b-cmx1sqvm4n] {
  transition: all 0.5s;
  padding: 1rem;
}
header.sticky .logo a img[b-cmx1sqvm4n], header.page .logo a img[b-cmx1sqvm4n] {
  height: calc(60px - 2.5rem);
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  header.sticky .logo a img[b-cmx1sqvm4n], header.page .logo a img[b-cmx1sqvm4n] {
    height: calc(60px - 2rem);
  }
}
header.sticky .hamburger[b-cmx1sqvm4n], header.page .hamburger[b-cmx1sqvm4n] {
  width: 60px;
  transition: all 0.5s;
}

.sidebar[b-cmx1sqvm4n] {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(227, 217, 198, 0.9);
  color: #383e42;
  -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  margin-right: -100vw;
  transition: margin 0.5s;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.sidebar .group:nth-child(2)[b-cmx1sqvm4n] {
  align-self: end;
}
.sidebar .sidebar-body[b-cmx1sqvm4n] {
  width: 100%;
  height: calc(100vh - 90px);
  overflow-y: auto;
  position: relative;
  padding: 3rem 1rem 1rem 1rem;
}
@media (min-width: 1200px) {
  .sidebar .sidebar-body[b-cmx1sqvm4n] {
    padding: 75px 25px 100px 25px;
  }
}
.sidebar .sidebar-footer[b-cmx1sqvm4n] {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding: 25px;
}
.sidebar .sidebar-footer .logo-nav[b-cmx1sqvm4n] {
  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-cmx1sqvm4n] {
  width: 30%;
  text-align: center;
}
.sidebar .sidebar-footer .logo-nav[b-cmx1sqvm4n]  a.underline:after {
  background-color: white;
}
.sidebar .sidebar-footer .logo-nav a:nth-child(2) img[b-cmx1sqvm4n] {
  max-height: 45px;
}
.sidebar.show[b-cmx1sqvm4n] {
  margin-right: 0;
  transition: all 0.25s;
}
.sidebar a[b-cmx1sqvm4n] {
  color: #383e42;
  text-decoration: none;
  transition: all 0.5s;
}
.sidebar a:hover[b-cmx1sqvm4n] {
  color: white;
  transition: all 0.5s;
}
.sidebar .social[b-cmx1sqvm4n] {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}
.sidebar .social span[b-cmx1sqvm4n] {
  margin-right: 1rem;
}
.sidebar .main-title[b-cmx1sqvm4n] {
  margin-top: 1rem;
}
@media (min-width: 1200px) and (min-height: 800px) {
  .sidebar .main-title[b-cmx1sqvm4n] {
    margin-top: 2rem;
  }
}
.sidebar ul[b-cmx1sqvm4n] {
  list-style-type: none;
  padding: 0;
}
.sidebar ul.teasers[b-cmx1sqvm4n] {
  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-cmx1sqvm4n] {
  display: inline-block;
  width: 33%;
  background: white;
}
.sidebar .copyright[b-cmx1sqvm4n] {
  font-size: 0.8rem;
}
.sidebar .menu-close[b-cmx1sqvm4n] {
  display: inline-block;
  font-size: 2rem;
  line-height: 1rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  transition: background 1s;
  text-align: center;
  padding-top: 2px;
}
.sidebar .menu-close[b-cmx1sqvm4n]:after {
  content: "";
  position: absolute;
}
.sidebar .menu-close:hover[b-cmx1sqvm4n] {
  animation-name: iconrotate-b-cmx1sqvm4n;
  animation-duration: 0.5s;
  transition: color 0.5s;
  color: white;
}

@keyframes iconrotate-b-cmx1sqvm4n {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.blur[b-cmx1sqvm4n] {
  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-cmx1sqvm4n] {
  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-cmx1sqvm4n] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger label[b-cmx1sqvm4n] {
  display: flex;
  flex-direction: column;
  width: 28px;
  cursor: pointer;
  align-items: end;
}
.hamburger label span[b-cmx1sqvm4n] {
  background: white;
  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-cmx1sqvm4n] {
  width: 50%;
}
.hamburger label span:nth-of-type(2)[b-cmx1sqvm4n] {
  width: 100%;
}
.hamburger label span:nth-of-type(3)[b-cmx1sqvm4n] {
  width: 75%;
}
.hamburger label:hover span[b-cmx1sqvm4n] {
  background: #e3d9c6;
}
.hamburger label:hover span:nth-of-type(1)[b-cmx1sqvm4n] {
  width: 75%;
}
.hamburger label:hover span:nth-of-type(3)[b-cmx1sqvm4n] {
  width: 50%;
}
.hamburger input[type=checkbox][b-cmx1sqvm4n] {
  display: none;
}
.hamburger input[type=checkbox]:checked ~ span:nth-of-type(1)[b-cmx1sqvm4n] {
  transform-origin: bottom;
  width: 100%;
  transform: rotateZ(45deg) translate(8px, 5px);
  background: none;
}
.hamburger input[type=checkbox]:checked ~ span:nth-of-type(2)[b-cmx1sqvm4n] {
  transform-origin: top;
  width: 100%;
  transform: rotateZ(-45deg);
}
.hamburger input[type=checkbox]:checked ~ span:nth-of-type(3)[b-cmx1sqvm4n] {
  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-5gf8lfaxz1]{display:inline-block;background:none;width:100%;padding:1rem 0;margin:0;font-weight:300}.breadcrumb container[b-5gf8lfaxz1]{line-height:1rem}.breadcrumb ul[b-5gf8lfaxz1]{width:auto;display:inline-block;margin:0;padding:0;font-size:0.9rem}.breadcrumb li[b-5gf8lfaxz1]{list-style-type:none;width:auto;float:left}.breadcrumb li[b-5gf8lfaxz1]:before{content:"/";position:relative;display:inline-block;color:#e00917;margin:0 5px}.breadcrumb li:first-child[b-5gf8lfaxz1]:before{display:none}.breadcrumb li a[b-5gf8lfaxz1]{text-decoration:none}.breadcrumb.cgy-red a[b-5gf8lfaxz1],.breadcrumb.cgy-red li[b-5gf8lfaxz1]:before{color:#e00917}.breadcrumb.cgy-orange a[b-5gf8lfaxz1],.breadcrumb.cgy-orange li[b-5gf8lfaxz1]:before{color:#ea670c}.breadcrumb.cgy-green a[b-5gf8lfaxz1],.breadcrumb.cgy-green li[b-5gf8lfaxz1]:before{color:#73b847}.breadcrumb.cgy-blue a[b-5gf8lfaxz1],.breadcrumb.cgy-blue li[b-5gf8lfaxz1]:before{color:#0b74b9}
/* /Pages/Event/EventBooking.razor.rz.scp.css */
.banner[b-ghakpl1mpb] {
  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;
}
/* /Pages/Event/EventDetails.razor.rz.scp.css */
.banner[b-5px6wyoqll] {
  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-5px6wyoqll] {
  color: #383e42;
  margin: 0 0 1rem 0;
  width: 100%;
}

.group-info[b-5px6wyoqll] {
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid rgba(56, 62, 66, 0.2) 1px;
  margin: 0 0 1rem 0;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .group-info[b-5px6wyoqll] {
    flex-flow: row;
  }
}

.event-info[b-5px6wyoqll] {
  width: 100%;
  padding: 1rem;
  order: 2;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .event-info[b-5px6wyoqll] {
    width: calc(100% - 800px);
    order: 1;
  }
}
.event-info ul[b-5px6wyoqll] {
  list-style-type: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.event-info ul li[b-5px6wyoqll] {
  width: 100%;
  margin: 0.5rem;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.event-info ul li .fal[b-5px6wyoqll] {
  width: 18px;
  text-align: center;
}
.event-info ul li span[b-5px6wyoqll] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-5px6wyoqll] {
  width: 100%;
  margin: 0;
  order: 1;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .img-container[b-5px6wyoqll] {
    width: 100%;
    max-width: 800px;
    float: right;
    order: 2;
  }
}
.img-container .img-wrap[b-5px6wyoqll] {
  background-color: #e2e3e3;
}
.img-container .img-media[b-5px6wyoqll] {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-5px6wyoqll] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-5px6wyoqll] {
  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-5px6wyoqll] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-5px6wyoqll] {
  color: #383e42;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-5px6wyoqll] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-5px6wyoqll] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-5px6wyoqll]  p {
  margin: 0.25rem 0;
  text-align: center;
}

[b-5px6wyoqll] .rz-panel {
  border: solid rgba(56, 62, 66, 0.2) 1px;
}

[b-5px6wyoqll] .rz-panel-titlebar {
  padding: 0.5rem 1rem;
}

[b-5px6wyoqll] .rz-panel-content-wrapper {
  padding: 1rem;
}

[b-5px6wyoqll] .rz-panel-titlebar {
  position: relative;
}

[b-5px6wyoqll] .rz-panel-titlebar-toggler {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  background: none;
  justify-content: right;
  padding-right: 1.25rem;
}
/* /Pages/Event/EventNachlese.razor.rz.scp.css */
.banner[b-428otgk3yn] {
  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-428otgk3yn] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.group-info[b-428otgk3yn] {
  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-428otgk3yn] {
    flex-flow: row;
  }
}

.event-info[b-428otgk3yn] {
  width: 100%;
  padding: 1rem;
  order: 2;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .event-info[b-428otgk3yn] {
    width: calc(100% - 800px);
    order: 2;
  }
}
.event-info ul[b-428otgk3yn] {
  list-style-type: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.event-info ul li[b-428otgk3yn] {
  width: 100%;
  margin: 0.5rem;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.event-info ul li .fal[b-428otgk3yn] {
  width: 18px;
  text-align: center;
}
.event-info ul li span[b-428otgk3yn] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-428otgk3yn] {
  width: 100%;
  margin: 0;
  order: 1;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .img-container[b-428otgk3yn] {
    width: 100%;
    max-width: 800px;
    float: right;
    order: 1;
  }
}
.img-container .img-wrap[b-428otgk3yn] {
  background-color: #F9F9F9;
}
.img-container .img-media[b-428otgk3yn] {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-428otgk3yn] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-428otgk3yn] {
  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-428otgk3yn] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-428otgk3yn] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-428otgk3yn] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-428otgk3yn] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-428otgk3yn]  p {
  margin: 0.25rem 0;
  text-align: center;
}

[b-428otgk3yn] .rz-panel {
  border: solid rgba(44, 44, 44, 0.2) 1px;
}

[b-428otgk3yn] .rz-panel-titlebar {
  padding: 0.5rem 1rem;
}

[b-428otgk3yn] .rz-panel-content-wrapper {
  padding: 1rem;
}
/* /Pages/Index.razor.rz.scp.css */
.intro[b-dj336fa6q9] {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 85vh;
  min-height: 500px;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .intro[b-dj336fa6q9] {
    flex-flow: row;
    height: 95vh;
    margin-bottom: -5%;
  }
}
.intro .image-space[b-dj336fa6q9] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem 0;
  background-color: #e2e3e3;
  background-image: url("/media/disfrubar-tapas-table.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 10% center;
}
@media (min-width: 1200px) {
  .intro .image-space[b-dj336fa6q9] {
    width: 100%;
  }
}
.intro .image-space .txt[b-dj336fa6q9] {
  width: 100%;
  padding: 0 2rem;
}
.intro .image-space h1[b-dj336fa6q9] {
  position: relative;
  text-align: center;
  font-family: "GalanoGrotesqueBold", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: white;
  text-transform: uppercase;
  width: 100%;
  float: left;
  text-shadow: rgba(56, 62, 66, 0.75) 2px 2px;
}
@media (min-width: 480px) {
  .intro .image-space h1[b-dj336fa6q9] {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .intro .image-space h1[b-dj336fa6q9] {
    font-size: 4rem;
  }
}
.intro .image-space h1 .claim-popup[b-dj336fa6q9] {
  position: absolute;
  left: calc(50% - 20px);
  top: 10px;
  background-image: url("/img/claim-popup.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50%;
  height: 70px;
}
@media (min-width: 480px) {
  .intro .image-space h1 .claim-popup[b-dj336fa6q9] {
    left: calc(50% - 20px);
    top: 15px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .intro .image-space h1 .claim-popup[b-dj336fa6q9] {
    left: calc(50% - 40px);
    top: 25px;
    height: 140px;
  }
}
.intro .image-space p[b-dj336fa6q9] {
  text-align: center;
  color: white;
  font-size: 1.5rem;
  margin-top: 10rem;
  text-shadow: rgba(56, 62, 66, 0.75) 2px 2px;
}
@media (min-width: 1200px) {
  .intro .image-space p[b-dj336fa6q9] {
    margin-top: 12rem;
    font-size: 2rem;
  }
}
.intro .image-space p .desde[b-dj336fa6q9] {
  font-size: 1.5rem;
}

.bigtwo[b-dj336fa6q9] {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 50vw;
  min-height: 500px;
}
@media (min-width: 1200px) {
  .bigtwo[b-dj336fa6q9] {
    flex-flow: row;
  }
}
.bigtwo .social[b-dj336fa6q9] {
  font-size: 1.5rem;
}
.bigtwo .social a[b-dj336fa6q9] {
  color: #383e42;
  transition: color 0.5s;
}
.bigtwo .social a:hover[b-dj336fa6q9] {
  color: #cdcc01;
  transition: color 0.5s;
}
.bigtwo .content-space[b-dj336fa6q9] {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 2.5rem;
}
.bigtwo .content-space p[b-dj336fa6q9] {
  text-align: center;
}
@media (min-width: 1200px) {
  .bigtwo .content-space[b-dj336fa6q9] {
    width: 50%;
    height: 100%;
    flex-flow: row;
  }
  .bigtwo .content-space p[b-dj336fa6q9] {
    text-align: left;
  }
}
.bigtwo .content-space .logo[b-dj336fa6q9] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 2rem 0;
}
@media (min-width: 1200px) {
  .bigtwo .content-space .logo[b-dj336fa6q9] {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    text-align: left;
  }
}
.bigtwo .content-space .logo a[b-dj336fa6q9] {
  display: inline-block;
}
.bigtwo .content-space .logo a img[b-dj336fa6q9] {
  width: 100%;
  max-width: 300px;
}
.bigtwo .image-space[b-dj336fa6q9] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 4rem 0;
  background-color: #e2e3e3;
  background-image: url("/media/tuere-alt-sw.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1200px) {
  .bigtwo .image-space[b-dj336fa6q9] {
    width: 50%;
    height: 100%;
  }
}
.bigtwo .image-space ul[b-dj336fa6q9] {
  padding: 0;
  margin: 0 0 0 -0.25rem;
}
.bigtwo .image-space ul li[b-dj336fa6q9] {
  font-family: "GalanoGrotesqueBold", Helvetica, Arial, sans-serif;
  list-style-type: none;
  font-size: 3rem;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .bigtwo .image-space ul li[b-dj336fa6q9] {
    font-size: 4rem;
  }
}
/* /Pages/PagesBappana.razor.rz.scp.css */
.logo path[b-6psnbdc9go] {
  fill: #e00917;
}

.banner[b-6psnbdc9go] {
  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-6psnbdc9go] {
  font-size: 0.9rem;
}
.breadcrumb ul[b-6psnbdc9go] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li[b-6psnbdc9go] {
  float: left;
  width: auto;
}
.breadcrumb ul li a[b-6psnbdc9go] {
  color: #e00917;
  text-decoration: none;
}
.breadcrumb ul li[b-6psnbdc9go]:before {
  content: " / ";
  color: #e00917;
}
.breadcrumb ul li:first-child[b-6psnbdc9go]:before {
  content: "";
}

figure[b-6psnbdc9go] {
  margin-inline: 0 0 1rem 0;
}
figure img[b-6psnbdc9go] {
  width: 100%;
  background: #9a9a9a;
  border-bottom: #e00917 solid 5px;
}

.author-image[b-6psnbdc9go] {
  width: 150px;
  height: 200px;
  background: #9a9a9a;
  border-bottom: #e00917 solid 5px;
  display: inline-block;
  margin: 0 0 0.5rem 0;
}
.author-image img[b-6psnbdc9go] {
  display: none;
}

.author-vcard a[b-6psnbdc9go] {
  color: black;
  text-decoration: none;
}
.author-vcard a:hover[b-6psnbdc9go] {
  color: #e00917;
}

.intro[b-6psnbdc9go] {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 2rem;
}
