.plausible-iframe {
  width: 1px;
  min-width: 100%;
  height: 1700px;
}

@media (max-width: 850px) {
  .plausible-iframe {
    height: 2300px;
  }
}

.seo-preview{padding:1.5rem;color:#444;line-height:1.5rem;background:hsla(0,0%,100%,.25);border:none;box-shadow:0 0 8px rgba(0,0,0,.1)}.seo-preview h3{color:#0f70b7;font-size:1.1rem;margin-bottom:0;font-weight:400}.seo-preview .link{color:green;text-decoration:none}


.mischpoche-wrapper {
  padding: 2rem 0;
}
.mischpoche-headline {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.mischpoche-text-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.mischpoche-text-left {
  grid-column: 2/8;
}
.mischpoche-text-center {
  grid-column: 4/10;
}
.mischpoche-text-right {
  grid-column: 6/12;
}

.k-block-type-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
}
.k-block-type-gallery li:empty {
  flex-grow: 0;
  width: 14rem;
  height: 10rem;
  max-height: 10rem;
  background: var(--color-background);
  padding: 0 !important;
}
.k-block-type-gallery li img {
  flex-grow: 0;
  height: 10rem;
  max-height: 10rem;
  width: auto;
}

.k-block-type-slideshow ul {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.k-block-type-slideshow li:empty {
  flex-grow: 0;
  width: 10rem;
  height: 10rem;
  max-height: 10rem;
  background: var(--color-background);
  padding: 0 !important;
}
.k-block-type-slideshow li.has-image {
  border: 1px solid #ccc;
  padding: 5px;
  display: grid;
  place-items: center;
  margin: 0 0.25rem;
}
.k-block-type-slideshow li.dots {
  display: grid;
  place-items: center;
  font-size: 48px;
  padding: 0 1rem;
  opacity: .25;
}
.k-block-type-slideshow li img {
  max-width: 10rem;
}
.arrow {
  position: absolute;
  top: 50%;
  pointer-events: none;
  opacity: .25;
}
.arrow.prev {
  left: 1rem;
  transform: scaleX(-1) translateY(-50%);
}
.arrow.next {
  right: 1rem;
  transform: translateY(-50%);
}

.mischpoche-wrapper[data-v-44073d21] {
  padding: 2rem 0;
}
.mischpoche-headline[data-v-44073d21] {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.mischpoche-text-wrapper[data-v-44073d21] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.mischpoche-text-short.mischpoche-text-left[data-v-44073d21] {
  grid-column: 2/7;
}
.mischpoche-text-long.mischpoche-text-left[data-v-44073d21] {
  grid-column: 2/9;
}
.mischpoche-text-short.mischpoche-text-right[data-v-44073d21] {
  grid-column: 7/12;
}
.mischpoche-text-long.mischpoche-text-right[data-v-44073d21] {
  grid-column: 3/12;
}

