@font-face {
  font-family: Comicneue;
  src: url('../fonts/ComicNeue-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Comicneue;
  src: url('../fonts/ComicNeue-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Comicneue;
  src: url('../fonts/ComicNeue-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comicneue;
  src: url('../fonts/ComicNeue-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Comicneue;
  src: url('../fonts/ComicNeue-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comicneue;
  src: url('../fonts/ComicNeue-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/LibreBaskerville-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/LibreBaskerville-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/LibreBaskerville-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_header26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-button-secondary {
  color: #5e8c5f;
  text-align: center;
  background-color: #fff0;
  border: 2px solid #256e34;
  border-left-color: #5e8c5f;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_header26_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl-button {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #5e8c5f;
  border: 2px solid #5e8c5f;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  transition: all .4s ease-in-out;
}

.rl-button:hover {
  color: #5e8b5f;
  background-color: #fff0;
}

.rl_header26_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_header26_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.wei {
  color: #fafafa;
}

.rl-text-style-medium.is-white {
  color: #fff;
}

.rl-text-style-medium.is-white._2, .rl-text-style-medium.rechts {
  margin-left: 0;
}

.rl-text-style-medium._2 {
  text-align: center;
  margin-left: 0;
}

.rl_section_header26 {
  background-color: #fff0;
}

.rl_header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-heading-style-h1 {
  color: #5e8c5f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-padding-global.ver {
  min-height: 100vh;
  padding-top: 5%;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

.rl-heading-style-h4 {
  color: #5e8c5f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_section_layout28 {
  background-color: #fff0;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #5e8c5f;
}

.body {
  background-color: #fafafa;
  padding-top: 70px;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl-heading-style-h2 {
  color: #5e8a5f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h2.wei {
  color: #fafafa;
}

.rl_gallery10_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.rl_section_gallery10 {
  background-color: #fff0;
}

.rl_gallery10_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery10_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery10_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_testimonial17_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_testimonial17_testimonial {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: #fafafa;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial17_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_testimonial17 {
  background-color: #5e8c5f;
}

.rl_testimonial17_testimonial-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rl_testimonial17_spacing-block-4, .rl_testimonial17_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.rl_testimonial17_name-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial17_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial17_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_testimonial17_rating-icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-heading-style-h1-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-2.is-white {
  color: #fff;
  font-family: Librebaskerville, Georgia, sans-serif;
}

.header5_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.rl_section_header5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/170608_BehringGutshof_mp068.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 35rem;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl_navbar1_link {
  color: #fafafa;
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.rl_navbar1_link:hover {
  color: #f7e6e3cc;
}

.rl_navbar1_link.w--current {
  color: #f7e6e380;
  border: 1px #000;
}

.rl_navbar1_logo {
  width: 130px;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  background-color: #5e8b5f;
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.rl_navbar1_button {
  border: 1px none var(--relume-library-lite--rl-black);
  color: #5e8a5f;
  text-align: center;
  background-color: #fafafa;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.rl_navbar1_button:hover {
  background-color: #fafafa80;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_footer4_link {
  color: #f7e6e3;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_component {
  background-color: #5e8b5f;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rl_footer4_legal-link {
  color: #fafafa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  color: #fafafa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  color: #5e8a5f;
  width: 100%;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.link-block:hover {
  background-color: #5e8a5f26;
  transform: scale(1.05);
}

.bild {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.div-block {
  padding: 1.5em;
}

.titel {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.titel.karte {
  color: #fafafa;
  font-size: 1.5rem;
}

.titel._2 {
  margin-top: 0;
  margin-left: 0;
  font-size: 1.5rem;
}

.paragraph {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 1.125rem;
  line-height: 1.2rem;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gel-nde-plan {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  text-align: center;
  background-color: #5e8a5f;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 220px;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
  top: 4624.5px;
  left: 410.797px;
  transform: rotate(-16deg);
}

.div-block-3:hover {
  background-color: #5e8a5fcc;
}

.stal {
  background-color: #5e8a5f;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 220px;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
  top: 4789.5px;
  left: 794.797px;
  transform: rotate(-16deg);
}

.stal:hover {
  background-color: #5e8a5fcc;
}

.stal.k-che {
  width: 250px;
  height: 100px;
  top: 5167.5px;
  left: 567.797px;
}

.stal.keller {
  width: 310px;
  height: 200px;
  top: 4808.5px;
  left: 136px;
}

.stal.platz {
  width: 310px;
  height: 200px;
  top: 5000px;
  left: 181px;
}

.stal.au-enbereich {
  background-color: #5b865ccc;
  width: 260px;
  height: 150px;
  top: 5040px;
  left: 820px;
}

.stal.au-enbereich:hover {
  background-color: #5b865c80;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-5 {
  height: 100%;
  min-height: 100%;
  position: absolute;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
}

.div-block-7 {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: 400px;
}

.div-block-7.k-che {
  position: absolute;
  left: 0;
}

.div-block-8 {
  cursor: pointer;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
  top: 9vw;
  left: 41.7vw;
}

.div-block-8.k-che {
  justify-content: center;
  align-items: center;
  top: 25vw;
  left: 84.6vw;
}

.div-block-8.pferdestall {
  justify-content: center;
  align-items: center;
  top: 13.6vw;
  left: 70.9vw;
}

.div-block-8.gel-nde {
  top: 33.1vw;
  left: 59.8vw;
}

.div-block-8.eingang {
  top: 45.2vw;
  left: 84.9vw;
}

.div-block-8.keller {
  top: 41vw;
  left: 37vw;
}

.div-block-8.bar {
  top: 20.3vw;
  left: 53.7vw;
}

.div-block-9 {
  background-color: #fff;
  max-width: 250px;
  margin-top: 35px;
  margin-left: 0;
  padding: 25px;
}

.div-block-9.saal {
  z-index: 100;
  width: 250px;
  max-width: 250px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
}

.div-block-9.k-che {
  z-index: 100;
  width: 300px;
  max-width: 3000px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
}

.div-block-9.pstall {
  z-index: 100;
  width: 300px;
  max-width: 300px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
}

.maper {
  background-color: #fff;
  border-radius: 100%;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  margin-left: 0;
}

.maper:hover {
  background-color: #5e8b5f;
}

.link {
  color: #5e8a5f;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.quick-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding: 0;
}

.div-block-10 {
  color: #fff;
  background-color: #5e8a5f;
  width: 100%;
  padding: 50px 25px;
}

.form-block {
  width: 100%;
}

.quick-stack-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding: 0;
}

.div-block-11 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.field-label {
  margin-bottom: 10px;
  font-family: Librebaskerville, Georgia, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-field {
  color: #5e8a5f;
  background-color: #fff0;
  border: 2px solid #5e8a5f;
  height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.text-field::placeholder {
  color: #5e8a5f;
}

.checkbox-field {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 1rem;
  display: flex;
  position: static;
}

.checkbox {
  border: 2px solid #5e8a5f;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.checkbox.w--redirected-checked {
  color: #fafafa;
  background-color: #5e8a5f;
  background-image: none;
  background-size: auto;
}

.checkbox-label {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
  position: absolute;
}

.div-block-12 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.text-field-copy {
  color: #5e8a5f;
  background-color: #fff0;
  border: 2px solid #5e8a5f;
  height: 200px;
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.text-field-copy::placeholder {
  color: #5e8a5f;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_testimonial15_content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_testimonial15 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_testimonial15_logo {
  max-height: 3rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_testimonial15_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.rl_testimonial15_slide {
  margin-right: 5rem;
}

.rl_testimonial15_client-name-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial15_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_testimonial15_arrow-right {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_testimonial_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_testimonial15_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial15_client-image {
  object-fit: cover;
}

.rl_testimonial15_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_testimonial15_divider {
  background-color: var(--relume-library-lite--rl-black);
  align-self: stretch;
  width: 1px;
}

.rl_testimonial15_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial15_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_testimonial15_rating-icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.submit-button {
  background-color: #5e8a5f;
  border: 2px solid #5e8a5f;
  padding: 15px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .4s ease-in-out;
  position: static;
}

.submit-button:hover {
  color: #5e8a5f;
  background-color: #5e8a5f00;
}

.submit-button:disabled {
  border-color: #5e8a5f;
}

.checkbox-field-2 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 15px;
  display: flex;
}

.checkbox-2 {
  border: 2px solid #5e8a5f;
  border-radius: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.checkbox-2.w--redirected-checked {
  background-color: #5e8a5f;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2em;
  display: grid;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl-button-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-3.is-secondary {
  color: #5e8a5f;
  background-color: #0000;
  border-width: 2px;
  border-color: #5e8a5f;
  transition: all .4s ease-in-out;
}

.rl-button-3.is-secondary:hover {
  color: #fff;
  background-color: #5e8a5f;
}

.rl-button-3.is-secondary.klein {
  margin-top: 15px;
  margin-left: 15px;
  padding: .2rem 1rem;
}

.rl_faq6_accordion {
  border: 1px solid #5e8a5f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_icon {
  color: #5e8a5f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_section_faq6 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Librebaskerville, Georgia, sans-serif;
}

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq6_question-text {
  color: #5e8a5f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.sprache {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 0;
  position: fixed;
  inset: auto auto 0% 0%;
}

.div-block-14 {
  cursor: pointer;
  background-color: #5e8a5f;
  padding: 12px 18px;
}

.text-block {
  color: #fff;
  font-size: 1.2em;
}

.div-block-15 {
  color: #fff;
  background-color: #5e8a5f;
  padding: 12px 18px;
}

.quick-stack-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 2em;
  padding: 0;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.collection-item-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sprache-link {
  color: #fff;
  padding: 5px 0;
  font-size: 1.2em;
  font-weight: 100;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.sprache-link:hover {
  color: #ffffff80;
}

.collection-list-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.schlie-en {
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-left: 5px;
  transition: all .4s ease-in-out;
  display: none;
  position: absolute;
}

.schlie-en:hover {
  transform: rotate(45deg);
}

.rl-padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section_logo2 {
  background-color: var(--relume-library-lite--rl-white);
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  display: grid;
}

.logo2_content-left {
  max-width: 18rem;
}

.logo2_logo {
  max-height: 3.5rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.quick-stack-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  padding: 0;
}

.div-block-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.div-block-16._7, .div-block-16._8, .div-block-16._9 {
  height: 25vh;
}

.lightbox-link {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.quick-stack-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.image-2 {
  margin-right: 1rem;
}

.image-2.team {
  position: sticky;
  top: 70px;
}

.image-2.sl {
  height: 500px;
}

.quick-stack-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-17 {
  width: 100%;
  height: 100%;
}

.quick-stack-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.lightbox-link-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-3 {
  max-width: 110%;
  margin-bottom: 1rem;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 250px;
  margin-bottom: 2rem;
  display: flex;
  overflow: clip;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 6rem 4rem;
  display: flex;
}

.section.hellgr-n {
  background-color: #dde4d5;
}

.section.hellgr-n.ohne-rand {
  background-color: var(--relume-library-lite--rl-white);
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.div-block-19 {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.div-block-19._2 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-19._2.zusatz-rand {
  padding-left: 4rem;
  padding-right: 4rem;
}

.h2 {
  color: #264a21;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 3.5rem;
}

.divkarusell {
  padding-left: 4rem;
  display: flex;
  overflow: clip;
}

.image-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  height: 70px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.cell-3 {
  justify-content: flex-end;
  align-items: flex-start;
}

.rich-text-block {
  text-align: left;
}

.image-5 {
  max-width: 50%;
}

.div-block-20 {
  color: #fff;
  background-color: #5e8b5f;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-size: 1.2rem;
  display: flex;
}

.text-block-2 {
  margin-right: 5px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_gallery10_spacing-block-2, .rl_testimonial17_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr 1fr;
  }

  .rl-heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-medium-2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .section {
    padding: 3rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_header26_spacing-block-2, .rl_header26_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_content {
    margin-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_gallery10_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

  .rl_testimonial17_customer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr;
  }

  .rl_testimonial17_spacing-block-4, .rl_testimonial17_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_testimonial15_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .rl_testimonial15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_testimonial15_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_testimonial15_arrow-right {
    inset: 0% 0% auto auto;
  }

  .rl_testimonial_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_testimonial15_client {
    align-items: center;
    width: 100%;
  }

  .rl_testimonial15_arrow-left {
    inset: 0% 4rem auto auto;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_faq6_question-text {
    font-size: 1rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .rl-padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .rl-button-group-center {
    justify-content: flex-start;
    align-items: center;
  }

  .rl_header26_content.ver {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rl-text-style-medium, .rl-heading-style-h1 {
    text-align: left;
  }

  .rl-heading-style-h1.ver {
    font-size: 2rem;
  }

  .rl_layout28_component {
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h2 {
    text-align: left;
  }

  .rl_menu-icon_line-middle, .rl_menu-icon_line-top {
    background-color: #fff;
  }

  .rl_menu-icon {
    color: #fff;
  }

  .rl_navbar1_link {
    color: #5e8a5f;
    text-align: center;
  }

  .rl_navbar1_link:hover {
    color: #5e8a5f80;
  }

  .rl_navbar1_button {
    color: #fff;
    background-color: #5e8a5f;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar1_button:hover {
    color: #fff;
    background-color: #5e8a5f80;
  }

  .rl_menu-icon_line-bottom {
    background-color: #fff;
  }

  .rl-padding-section-medium {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rl_footer4_bottom-wrapper {
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .rl_footer4_credit-text {
    margin-top: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .gel-nde-plan {
    justify-content: flex-start;
    align-items: flex-end;
    height: 40vh;
    display: flex;
  }

  .div-block-8 {
    top: 14vw;
    left: 37.5vw;
  }

  .div-block-8.k-che {
    top: 31.1vw;
    left: 81.8vw;
  }

  .div-block-8.pferdestall {
    top: 10vw;
    left: 68vw;
  }

  .div-block-8.gel-nde {
    top: 48.3vw;
  }

  .div-block-8.keller {
    top: 45.2vw;
    left: 38vw;
  }

  .div-block-8.bar {
    top: 21vw;
    left: 55vw;
  }

  .div-block-9.saal, .div-block-9.k-che, .div-block-9.pstall {
    width: 100%;
    max-width: 100%;
    position: fixed;
    inset: 60px 0% auto;
  }

  .maper {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .quick-stack-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .field-label {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .text-field, .checkbox-label {
    font-size: .9rem;
  }

  .div-block-12 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .text-field-copy {
    font-size: .9rem;
  }

  .image {
    height: 100%;
  }

  .rl_testimonial15_content {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl_faq6_component {
    grid-template-columns: 1fr;
  }

  .quick-stack-3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 1em;
  }

  .cell, .cell-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .sprache-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
  }

  .schlie-en {
    display: none;
  }

  .logo2_logo-list {
    justify-content: center;
  }

  .image-2.sl {
    max-width: 60%;
    height: auto;
  }

  .section {
    padding: 2rem;
  }

  .div-block-19 {
    padding-bottom: 4rem;
  }

  .div-block-19._2 {
    flex-flow: column;
  }

  .div-block-19._2.zusatz-rand {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .divkarusell {
    padding-left: 0;
  }

  .image-4 {
    height: 50px;
  }

  .image-5 {
    max-width: 100%;
  }

  .div-block-20 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#w-node-_902c92c9-d803-d4ba-3d95-242c7ce1cef8-91736cae, #w-node-_16694650-c004-527d-0fd8-31684f0cf92c-91736cae, #w-node-c58fa4ad-4c59-71ce-f322-8008e0c7fad2-ceff3b51 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a435a48b-60cf-f35b-cca1-522942754f15-ceff3b51 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eba1d7f7-99df-cb0c-78d4-f59f60b574cc-ceff3b51, #w-node-a5fd79cd-ff9d-a309-160a-7a76f7fc9f46-ceff3b51 {
  grid-column: span 2 / span 2;
}

#w-node-_8da18505-6737-9ec3-45e6-b0f7eb1cf763-5ac93065 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8da18505-6737-9ec3-45e6-b0f7eb1cf76e-5ac93065, #w-node-_8da18505-6737-9ec3-45e6-b0f7eb1cf789-5ac93065 {
  grid-column: span 2 / span 2;
}

#w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-d5bfbc8d, #w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-4ab05bc1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503c-4ab05bc1 {
  grid-row: span 2 / span 2;
}

#w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-d5bfd276, #w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-063c57b7, #w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-ab7b5725 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-89ee5a12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_3fda757f-6a0e-791c-a7e4-c0e21f93b936-1f93b930 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_902c92c9-d803-d4ba-3d95-242c7ce1cef8-91736cae, #w-node-_16694650-c004-527d-0fd8-31684f0cf92c-91736cae, #w-node-c58fa4ad-4c59-71ce-f322-8008e0c7fad2-ceff3b51 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a435a48b-60cf-f35b-cca1-522942754f15-ceff3b51 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-eba1d7f7-99df-cb0c-78d4-f59f60b574cc-ceff3b51, #w-node-a5fd79cd-ff9d-a309-160a-7a76f7fc9f46-ceff3b51 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8da18505-6737-9ec3-45e6-b0f7eb1cf763-5ac93065 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8da18505-6737-9ec3-45e6-b0f7eb1cf76e-5ac93065, #w-node-_8da18505-6737-9ec3-45e6-b0f7eb1cf789-5ac93065 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-d5bfbc8d, #w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-4ab05bc1, #w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-d5bfd276, #w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-063c57b7, #w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-ab7b5725, #w-node-_3565ba1e-fb5e-1a4d-0526-56ee2c65503b-89ee5a12 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Comicneue';
  src: url('../fonts/ComicNeue-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Comicneue';
  src: url('../fonts/ComicNeue-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Comicneue';
  src: url('../fonts/ComicNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comicneue';
  src: url('../fonts/ComicNeue-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Comicneue';
  src: url('../fonts/ComicNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comicneue';
  src: url('../fonts/ComicNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Console (console.html): linke Nav — Firestore-Sammlungen, rechter Bereich leer */
.mellowedit-console {
  display: flex;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: #fff;
}

.mellowedit-console__aside {
  width: 15.5rem;
  flex-shrink: 0;
  border-right: 1px solid #e8e6e3;
  padding: 1.25rem 0;
  padding-bottom: 5rem;
  background: #fafaf9;
}

.mellowedit-console__aside-title {
  margin: 0 1rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.mellowedit-console__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mellowedit-console__list-item {
  margin: 0;
}

.mellowedit-console__collection-btn {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  border: none;
  border-left: 3px solid transparent;
  background: transparent;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  cursor: pointer;
  transition: background 0.12s ease;
}

.mellowedit-console__collection-btn:hover {
  background: rgba(37, 99, 235, 0.06);
}

.mellowedit-console__collection-btn.is-active {
  border-left-color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  color: #1e40af;
}

.mellowedit-console__main {
  flex: 1;
  min-width: 0;
  min-height: 100vh;
  background: #fff;
  padding: 1.25rem 1.5rem;
  overflow: auto;
  box-sizing: border-box;
}

.mellowedit-console__placeholder {
  margin: 0;
  font-size: 0.9375rem;
  color: #64748b;
}

.mellowedit-console__loading {
  margin: 0;
  font-size: 0.9375rem;
  color: #64748b;
}

.mellowedit-console__viewer-title {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
}

.mellowedit-console__viewer-head {
  margin-bottom: 1rem;
}

.mellowedit-console__viewer-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.mellowedit-console__viewer-head-row .mellowedit-console__viewer-title {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 12rem;
}

.mellowedit-console__new-cms-btn {
  flex: 0 0 auto;
  padding: 0.45rem 0.85rem;
  border: 1px solid #0f172a;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
}

.mellowedit-console__new-cms-btn:hover {
  background: #1e293b;
}

.mellowedit-console__cms-image-block {
  margin: 0 0 0.5rem;
}

.mellowedit-console__cms-image-preview-wrap {
  margin: 0 0 0.75rem;
  overflow: hidden;
  border: 1px solid #e8e6e3;
  border-radius: 10px;
  background: #f8f8f7;
  max-height: 240px;
}

.mellowedit-console__cms-image-preview {
  display: block;
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  vertical-align: middle;
}

.mellowedit-console__cms-image-drop {
  padding: 0.85rem 1rem;
  margin: 0 0 0.65rem;
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.mellowedit-console__cms-image-drop:hover,
.mellowedit-console__cms-image-drop:focus {
  outline: none;
  border-color: #94a3b8;
  background: #f1f5f9;
}

.mellowedit-console__cms-image-drop.is-dragover {
  border-color: #0f766e;
  background: #ecfdf5;
}

.mellowedit-console__cms-drop-hint {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #475569;
}

.mellowedit-console__cms-file {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 0.8125rem;
  color: #334155;
}

.mellowedit-console__cms-storage-pick-toggle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.65rem;
  padding: 0.45rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #0f172a;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  cursor: pointer;
}

.mellowedit-console__cms-storage-pick-toggle:hover {
  background: #f8fafc;
  border-color: #94a3b8;
}

.mellowedit-console__cms-storage-panel {
  margin: 0 0 0.65rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fafafa;
  max-height: min(40vh, 22rem);
  overflow: auto;
}

.mellowedit-console__cms-storage-toolbar {
  margin: 0 0 0.5rem;
}

.mellowedit-console__cms-storage-close {
  font-size: 0.75rem;
  padding: 0.35rem 0.6rem;
}

.mellowedit-console__cms-storage-pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.5rem, 1fr));
  gap: 0.5rem;
}

.mellowedit-console__cms-storage-loading,
.mellowedit-console__cms-storage-empty {
  margin: 0;
  font-size: 0.8125rem;
  color: #64748b;
  grid-column: 1 / -1;
}

.mellowedit-console__cms-storage-img-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  margin: 0;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

.mellowedit-console__cms-storage-img-btn:hover {
  border-color: #0d9488;
  box-shadow: 0 2px 8px rgba(15, 118, 110, 0.12);
}

.mellowedit-console__cms-storage-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f1f5f9;
}

.mellowedit-console__cms-storage-img-btn.is-error-thumb .mellowedit-console__cms-storage-thumb {
  display: none;
}

.mellowedit-console__cms-storage-img-caption {
  display: block;
  padding: 0.25rem 0.35rem;
  font-size: 0.65rem;
  line-height: 1.25;
  color: #475569;
  word-break: break-all;
}

.mellowedit-console__cms-image-summary {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  color: #0f766e;
  font-weight: 500;
}

.mellowedit-console__cms-upload-hint {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #64748b;
}

.mellowedit-console__cms-page-fixed-note {
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #334155;
  background: #f1f5f9;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.mellowedit-console__cms-form .mellowedit-console__modal-select {
  margin-bottom: 0.65rem;
}

.mellowedit-console__cms-form .mellowedit-console__modal-input,
.mellowedit-console__cms-form textarea.mellowedit-console__modal-input {
  margin-bottom: 0.65rem;
}

.mellowedit-console__cms-form textarea.mellowedit-console__modal-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 11rem;
  resize: vertical;
  line-height: 1.45;
}

.mellowedit-console__viewer-meta {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: #64748b;
}

.mellowedit-console__split {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: min(60vh, 32rem);
  border: 1px solid #e8e6e3;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.mellowedit-console__doclist {
  width: 13.5rem;
  flex-shrink: 0;
  margin: 0;
  padding: 0.5rem 0;
  border-right: 1px solid #e8e6e3;
  background: #fafaf9;
  overflow-y: auto;
  max-height: min(70vh, 40rem);
}

.mellowedit-console__doclist-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.85rem;
  border: none;
  border-left: 3px solid transparent;
  background: transparent;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #334155;
  text-align: left;
  cursor: pointer;
  word-break: break-all;
}

.mellowedit-console__doclist-item:hover {
  background: rgba(37, 99, 235, 0.06);
}

.mellowedit-console__doclist-item.is-active {
  border-left-color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
  color: #1e40af;
}

.mellowedit-console__detail {
  flex: 1;
  min-width: 0;
  padding: 1rem 1.15rem;
  overflow: auto;
  max-height: min(70vh, 40rem);
}

.mellowedit-console__detail-idbar {
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: #2563eb;
  margin-bottom: 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #e8e6e3;
  word-break: break-all;
}

.mellowedit-console__detail-actions {
  margin-bottom: 1rem;
}

.mellowedit-console__field-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.mellowedit-console__field-table th {
  width: 9rem;
  max-width: 40%;
  padding: 0.45rem 0.65rem 0.45rem 0;
  vertical-align: top;
  text-align: left;
  font-weight: 600;
  color: #64748b;
  border-bottom: 1px solid #f1f0ee;
}

.mellowedit-console__field-table td {
  padding: 0.45rem 0;
  vertical-align: top;
  border-bottom: 1px solid #f1f0ee;
  color: #1a1a1a;
}

.mellowedit-console__field-table tr:last-child th,
.mellowedit-console__field-table tr:last-child td {
  border-bottom: none;
}

.mellowedit-console__field-table--nested {
  margin: 0;
  background: #fafaf9;
  border-radius: 8px;
  border: 1px solid #e8e6e3;
}

.mellowedit-console__field-table--nested th {
  width: 6.5rem;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
}

.mellowedit-console__field-table--nested td {
  padding-right: 0.5rem;
  font-size: 0.8125rem;
}

.mellowedit-console__cell-long {
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.45;
  max-height: 16rem;
  overflow-y: auto;
}

.mellowedit-console__json-details {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
}

.mellowedit-console__json-details summary {
  cursor: pointer;
  color: #2563eb;
  font-weight: 500;
  user-select: none;
}

.mellowedit-console__json-details summary:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .mellowedit-console__split {
    flex-direction: column;
    min-height: 0;
  }

  .mellowedit-console__doclist {
    width: 100%;
    max-height: 10rem;
    border-right: none;
    border-bottom: 1px solid #e8e6e3;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    padding: 0.5rem;
  }

  .mellowedit-console__doclist-item {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  .mellowedit-console__detail {
    max-height: none;
  }
}

.mellowedit-console__empty {
  margin: 0;
  font-size: 0.9375rem;
  color: #64748b;
}

.mellowedit-console__doc-json {
  margin: 0;
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.45;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #e8e6e3;
  border-radius: 8px;
  color: #1a1a1a;
}

.mellowedit-console__error {
  max-width: 36rem;
  padding: 1rem 1.15rem;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fef2f2;
  color: #7f1d1d;
  font-size: 0.9375rem;
}

.mellowedit-console__error strong {
  display: block;
  margin-bottom: 0.5rem;
}

.mellowedit-console__error p {
  margin: 0 0 0.5rem;
}

.mellowedit-console__error p:last-child {
  margin-bottom: 0;
}

.mellowedit-console__hint {
  font-size: 0.875rem;
  color: #991b1b;
}

.mellowedit-console__storage-viewer {
  max-width: 48rem;
}

.mellowedit-console__storage-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.25rem;
  margin: 0.5rem 0 1rem;
  font-size: 0.875rem;
}

.mellowedit-console__crumb-btn {
  padding: 0.2rem 0.45rem;
  border: none;
  border-radius: 6px;
  background: #f1f5f9;
  color: #0f172a;
  font: inherit;
  cursor: pointer;
}

.mellowedit-console__crumb-btn:hover {
  background: #e2e8f0;
}

.mellowedit-console__crumb-sep {
  color: #94a3b8;
  user-select: none;
}

.mellowedit-console__crumb-current {
  font-weight: 600;
  color: #0f172a;
}

.mellowedit-console__storage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e8e6e3;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.mellowedit-console__storage-empty {
  padding: 1rem 1.15rem;
  color: #64748b;
  font-size: 0.9375rem;
}

.mellowedit-console__storage-row {
  border-bottom: 1px solid #f1f5f9;
}

.mellowedit-console__storage-row:last-child {
  border-bottom: none;
}

.mellowedit-console__storage-row--folder {
  padding: 0;
}

.mellowedit-console__storage-folder-btn {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  border: none;
  background: #fafafa;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: #0f172a;
}

.mellowedit-console__storage-folder-btn:hover {
  background: #f1f5f9;
}

.mellowedit-console__storage-row--file {
  padding: 0.65rem 1rem;
}

.mellowedit-console__storage-file-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.mellowedit-console__storage-name {
  font-weight: 500;
  word-break: break-word;
}

.mellowedit-console__storage-meta {
  font-size: 0.8125rem;
  color: #64748b;
  white-space: nowrap;
}

.mellowedit-console__storage-path {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: #94a3b8;
  word-break: break-all;
}

.mellowedit-console__storage-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #1d4ed8;
}

.mellowedit-console__storage-link:hover {
  text-decoration: underline;
}

.mellowedit-console__btn-secondary {
  padding: 0.4rem 0.65rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  font: inherit;
  font-size: 0.8125rem;
  cursor: pointer;
  color: #334155;
}

.mellowedit-console__btn-secondary:hover {
  background: #f8fafc;
  border-color: #94a3b8;
}

.mellowedit-console__storage-folder-line {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
}

.mellowedit-console__storage-folder-line .mellowedit-console__storage-folder-btn {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 0;
}

.mellowedit-console__storage-row--folder {
  padding: 0;
  overflow: hidden;
}

.mellowedit-console__storage-assign-page-btn {
  flex: 0 0 auto;
  padding: 0.5rem 0.75rem;
  border: none;
  border-left: 1px solid #e8e6e3;
  background: #f1f5f9;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  color: #334155;
  cursor: pointer;
  white-space: nowrap;
}

.mellowedit-console__storage-assign-page-btn:hover {
  background: #e2e8f0;
  color: #0f172a;
}

body.mellowedit-console-modal-open {
  overflow: hidden;
}

.mellowedit-console__modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(15, 23, 42, 0.45);
  box-sizing: border-box;
}

/* Sonst schlägt display:flex die Browser-Standard-[hidden]-Anzeige und das Popup schließt nicht sichtbar. */
.mellowedit-console__modal-overlay[hidden] {
  display: none !important;
  pointer-events: none;
}

.mellowedit-console__modal {
  width: 100%;
  max-width: 26rem;
  max-height: min(90vh, 32rem);
  overflow: auto;
  padding: 1.25rem 1.35rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e8e6e3;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.mellowedit-console__modal.mellowedit-console__modal--wide {
  max-width: min(46rem, 96vw);
  max-height: min(90vh, 48rem);
}

.mellowedit-console__modal-title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
}

.mellowedit-console__modal-path {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #475569;
  word-break: break-all;
}

.mellowedit-console__modal-path code {
  font-size: 0.8125rem;
  background: #f1f5f9;
  padding: 0.15rem 0.35rem;
  border-radius: 4px;
}

.mellowedit-console__modal-path-label {
  font-weight: 500;
  margin-right: 0.25rem;
}

.mellowedit-console__modal-label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #334155;
}

.mellowedit-console__modal-select,
.mellowedit-console__modal-input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.85rem;
  padding: 0.5rem 0.55rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font: inherit;
  font-size: 0.875rem;
  background: #fff;
}

.mellowedit-console__modal-status {
  margin: 0 0 0.75rem;
  min-height: 1.25em;
  font-size: 0.8125rem;
  color: #15803d;
}

.mellowedit-console__modal-status.is-error {
  color: #b91c1c;
}

.mellowedit-console__modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.mellowedit-console__modal-btn-primary {
  padding: 0.45rem 0.95rem;
  border: none;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}

.mellowedit-console__modal-btn-primary:hover:not(:disabled) {
  background: #1e293b;
}

.mellowedit-console__modal-btn-primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* Mellowedit: Shell unten links — Menü oben, Einstellungen-Button unten (DOM: menu, dann button) */
.mellowedit-fab-root {
  position: fixed !important;
  left: 1.25rem !important;
  bottom: 1.25rem !important;
  top: auto !important;
  right: auto !important;
  margin: 0 !important;
  z-index: 2147483000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  max-width: calc(100vw - 2.5rem);
}

.mellowedit-fab-root[hidden] {
  display: none !important;
}

.mellowedit-fab-menu {
  display: none;
  flex-direction: column;
  min-width: 11rem;
  padding: 0.35rem 0;
  background: #fff;
  border: 1px solid #e8e6e3;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: visible;
}

.mellowedit-fab-menu.is-open {
  display: flex;
}

.mellowedit-fab-menu__item {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  margin: 0;
  border: none;
  border-bottom: 1px solid #f0eeeb;
  background: transparent;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.mellowedit-fab-menu__item:last-child {
  border-bottom: none;
}

.mellowedit-fab-menu__item:hover {
  background: #f6f5f3;
}

.mellowedit-fab-menu__item:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: -2px;
}

.mellowedit-fab-menu__item--logout {
  color: #b91c1c;
}

.mellowedit-fab-menu__item--logout:hover {
  background: #fef2f2;
}

/* FAB: „Seiten“ mit Flyout rechts (Hover / Fokus) */
.mellowedit-fab-menu__subwrap {
  position: relative;
  border-bottom: 1px solid #f0eeeb;
}

.mellowedit-fab-menu__item--seiten-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  border-bottom: none;
}

.mellowedit-fab-menu__item--seiten-trigger::after,
.mellowedit-fab-menu__item--cms-trigger::after {
  content: "›";
  font-size: 1.1rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1;
}

.mellowedit-fab-menu__item--cms-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  border-bottom: none;
}

.mellowedit-fab-menu__flyout-wrap {
  display: none;
  position: absolute;
  left: 100%;
  top: auto;
  bottom: 0;
  padding-left: 10px;
  margin-left: -6px;
  z-index: 25;
}

.mellowedit-fab-menu__subwrap:hover .mellowedit-fab-menu__flyout-wrap,
.mellowedit-fab-menu__subwrap:focus-within .mellowedit-fab-menu__flyout-wrap {
  display: block;
}

.mellowedit-fab-menu__flyout {
  min-width: 13rem;
  max-width: min(20rem, calc(100vw - 5rem));
  /* Unten am „Seiten“-Zeile verankert: nach oben öffnen; Höhe begrenzt + Scroll bei vielen Einträgen */
  max-height: min(22rem, calc(100vh - 5rem));
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.35rem 0;
  background: #fff;
  border: 1px solid #e8e6e3;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mellowedit-fab-menu__flyout-row {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.mellowedit-fab-menu__flyout-row.is-archived {
  background: #f3f4f6;
}

.mellowedit-fab-menu__flyout-row.is-archived .mellowedit-fab-menu__flyout-link {
  color: #6b7280;
}

.mellowedit-fab-menu__flyout-row + .mellowedit-fab-menu__flyout-row {
  border-top: 1px solid #f0eeeb;
}

.mellowedit-fab-menu__flyout-link {
  display: block;
  padding: 0.5rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mellowedit-fab-menu__flyout-row-link {
  flex: 1;
  min-width: 0;
  padding-right: 0.35rem;
}

.mellowedit-fab-menu__flyout-edit {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #475569;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.mellowedit-fab-menu__flyout-edit:hover,
.mellowedit-fab-menu__flyout-edit:focus-visible {
  color: #2563eb;
  background: #f1f5f9;
  outline: none;
}

.mellowedit-fab-menu__flyout-edit:focus-visible {
  box-shadow: inset 0 0 0 2px #2563eb;
}

.mellowedit-fab-menu__flyout-archive {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #475569;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.mellowedit-fab-menu__flyout-row.is-archived .mellowedit-fab-menu__flyout-archive {
  color: #4f46e5;
}

.mellowedit-fab-menu__flyout-archive:hover,
.mellowedit-fab-menu__flyout-archive:focus-visible {
  color: #2563eb;
  background: #f1f5f9;
  outline: none;
}

.mellowedit-fab-menu__flyout-archive:focus-visible {
  box-shadow: inset 0 0 0 2px #2563eb;
}

.mellowedit-fab-menu__flyout-row.is-archived .mellowedit-fab-menu__flyout-archive:hover,
.mellowedit-fab-menu__flyout-row.is-archived .mellowedit-fab-menu__flyout-archive:focus-visible {
  color: #4338ca;
  background: #ede9fe;
}

.mellowedit-fab-menu__flyout-row.is-archived .mellowedit-fab-menu__flyout-archive:focus-visible {
  box-shadow: inset 0 0 0 2px #6366f1;
}

.mellowedit-fab-menu__flyout-archive:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mellowedit-fab-menu__flyout-delete {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #b91c1c;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.mellowedit-fab-menu__flyout-delete:hover,
.mellowedit-fab-menu__flyout-delete:focus-visible {
  color: #991b1b;
  background: #fef2f2;
  outline: none;
}

.mellowedit-fab-menu__flyout-delete:focus-visible {
  box-shadow: inset 0 0 0 2px #dc2626;
}

.mellowedit-fab-menu__flyout-delete:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mellowedit-fab-menu__flyout-link:hover,
.mellowedit-fab-menu__flyout-link:focus-visible {
  background: #f6f5f3;
  outline: none;
}

.mellowedit-fab-menu__flyout-link:focus-visible {
  box-shadow: inset 0 0 0 2px #2563eb;
}

.mellowedit-fab-menu__flyout-empty {
  padding: 0.5rem 0.85rem;
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.35;
}

.mellowedit-fab-menu__flyout-empty.is-error {
  color: #b91c1c;
}

.mellowedit-fab-menu__flyout-new-wrap {
  margin-top: 0.25rem;
  padding-top: 0.45rem;
  border-top: 1px solid #f0eeeb;
}

.mellowedit-fab-menu__flyout-btn-new {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.5rem 0.85rem;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.mellowedit-fab-menu__flyout-btn-new:hover {
  filter: brightness(1.05);
}

/* medien.html — Galerie aus Storage …/images */
body.mellowedit-medien-page {
  background-color: #fafaf9;
}

.mellowedit-medien-main {
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 6rem;
  background-color: #fafaf9;
}

.mellowedit-medien-main.is-dragover {
  outline: 2px dashed #94a3b8;
  outline-offset: -6px;
}

/* Unten rechts, gleiche Bodenhöhe wie Einstellungen (FAB: left 1.25rem / bottom 1.25rem) */
.mellowedit-medien-search {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2147482990;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  max-width: calc(100vw - 2.5rem);
}

.mellowedit-medien-search-field-wrap {
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  transition: max-width 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.mellowedit-medien-search.is-open .mellowedit-medien-search-field-wrap {
  max-width: min(20rem, calc(100vw - 6rem));
  opacity: 1;
}

.mellowedit-medien-search-input {
  box-sizing: border-box;
  width: min(20rem, calc(100vw - 6rem));
  min-height: calc(0.65rem * 2 + 0.9375rem * 1.35);
  padding: 0.65rem 0.9rem;
  border: 1px solid #e8e6e3;
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  color: #1a1a1a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.mellowedit-medien-search-input::placeholder {
  color: #94a3b8;
}

.mellowedit-medien-search-input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.2);
}

.mellowedit-medien-search-toggle {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: calc(0.65rem * 2 + 1.25rem);
  min-height: calc(0.65rem * 2 + 0.9375rem * 1.35);
  padding: 0.65rem;
  border: none;
  border-radius: 12px;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.mellowedit-medien-search-toggle:hover {
  filter: brightness(1.06);
}

.mellowedit-medien-search-toggle:active {
  transform: scale(0.98);
}

.mellowedit-medien-search-toggle:focus-visible {
  outline: 2px solid #1e40af;
  outline-offset: 3px;
}

.mellowedit-medien-title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
}

.mellowedit-medien-status {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #64748b;
}

.mellowedit-medien-status.is-error {
  color: #b91c1c;
}

.mellowedit-medien-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}

.mellowedit-medien-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e8e6e3;
  border-radius: 10px;
  background: #f8f8f7;
}

.mellowedit-medien-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #eee;
}

.mellowedit-medien-card figcaption {
  max-height: 2.75em;
  padding: 0.45rem 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #475569;
  word-break: break-word;
}

.mellowedit-medien-card.mellowedit-is-admin-cursor {
  cursor: context-menu;
}

.mellowedit-medien-context {
  position: fixed;
  z-index: 2147482998;
  min-width: 11rem;
  padding: 0.35rem 0;
  border: 1px solid #e8e6e3;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.14), 0 2px 10px rgba(0, 0, 0, 0.06);
}

.mellowedit-medien-context-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.55rem 1rem;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  color: #1a1a1a;
  cursor: pointer;
}

.mellowedit-medien-context-item:hover,
.mellowedit-medien-context-item:focus-visible {
  background: #f1f5f9;
  outline: none;
}

.mellowedit-medien-context-item--danger {
  color: #b91c1c;
}

.mellowedit-medien-context-item--danger:hover,
.mellowedit-medien-context-item--danger:focus-visible {
  background: #fef2f2;
}

#mellowedit-edit-fab.mellowedit-edit-fab {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  float: none !important;
  padding: 0.65rem 1.35rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  background: #2563eb;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.mellowedit-edit-fab:hover {
  filter: brightness(1.06);
}

.mellowedit-edit-fab:active {
  transform: scale(0.98);
}

.mellowedit-edit-fab:focus-visible {
  outline: 2px solid #1e40af;
  outline-offset: 3px;
}

/* Inline-Text bearbeiten (nur wenn body.mellowedit-signed-in) */
.mellowedit-editable-host {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  border-radius: 6px;
  transition: box-shadow 0.15s ease;
}

body.mellowedit-signed-in .mellowedit-editable-host:hover,
body.mellowedit-signed-in .mellowedit-editable-host:focus-within,
body.mellowedit-signed-in .mellowedit-editable-host--editing {
  box-shadow: 0 0 0 2px #2563eb;
}

/* Formular-Checkbox-Kacheln: Text liegt per CSS absolut über der grünen Fläche.
   Der Edit-Host darf kein zweites Flex-Item sein (sonst leere Kästen neben dem Text). */
label.checkbox-field {
  position: relative;
}

label.checkbox-field > .mellowedit-editable-host--checkbox-cell {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: none;
  margin: 0;
  z-index: 2;
  box-shadow: none;
}

body.mellowedit-signed-in label.checkbox-field > .mellowedit-editable-host--checkbox-cell:hover,
body.mellowedit-signed-in label.checkbox-field > .mellowedit-editable-host--checkbox-cell:focus-within,
body.mellowedit-signed-in label.checkbox-field > .mellowedit-editable-host--checkbox-cell.mellowedit-editable-host--editing {
  box-shadow: 0 0 0 2px #2563eb;
}

/* Ursprünglich .checkbox-label { position: absolute } — im Edit-Host wieder ins Flex-Zentrum nehmen */
label.checkbox-field > .mellowedit-editable-host--checkbox-cell .mellowedit-editable-target {
  position: relative;
}

/* Datenschutz-Zeile: normale Flex-Zeile, Host nur so breit wie der Text */
label.checkbox-field-2 > .mellowedit-editable-host--checkbox-row {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  align-items: flex-start;
  vertical-align: top;
}

.mellowedit-editable-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  transform: translate(18%, -25%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

body.mellowedit-signed-in .mellowedit-editable-host:hover .mellowedit-editable-toolbar,
body.mellowedit-signed-in .mellowedit-editable-host:focus-within .mellowedit-editable-toolbar,
body.mellowedit-signed-in .mellowedit-editable-host--editing .mellowedit-editable-toolbar {
  opacity: 1;
  pointer-events: auto;
}

.mellowedit-color-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.mellowedit-color-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c3aed 0%, #db2777 50%, #f59e0b 100%);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.4);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.mellowedit-color-trigger:hover {
  filter: brightness(1.08);
}

.mellowedit-color-trigger:focus-visible {
  outline: 2px solid #5b21b6;
  outline-offset: 2px;
}

.mellowedit-pencil-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.45);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.mellowedit-pencil-btn:hover {
  filter: brightness(1.08);
}

.mellowedit-pencil-btn:focus-visible {
  outline: 2px solid #1e40af;
  outline-offset: 2px;
}

.mellowedit-editable-target[contenteditable="true"] {
  outline: none;
  border: none;
  box-shadow: none;
  cursor: text;
}

.mellowedit-editable-target[contenteditable="true"]:focus,
.mellowedit-editable-target[contenteditable="true"]:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

/* Mini-Toolbar bei Textauswahl (Fett / Kursiv) — gleiches Blau wie Einstellungen/Stift */
.mellowedit-selection-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  padding: 4px 6px;
  background: #2563eb;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.5), 0 2px 12px rgba(37, 99, 235, 0.35);
}

.mellowedit-selection-toolbar[hidden] {
  display: none !important;
}

.mellowedit-se-toolbar-btn {
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.4rem;
  border: none;
  border-radius: 6px;
  background: transparent;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

.mellowedit-se-toolbar-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}

.mellowedit-se-toolbar-btn.is-active {
  background: #fff;
  color: #1d4ed8;
}

.mellowedit-se-toolbar-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 1px;
}

.mellowedit-se-toolbar-btn.is-active:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 1px;
}

/* CTA: Buttons/Links mit w-button — Hover-Rahmen + Link/Stift (nur angemeldet) */
.mellowedit-cta-host {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 6px;
  transition: box-shadow 0.15s ease;
}

body.mellowedit-signed-in .mellowedit-cta-host:hover,
body.mellowedit-signed-in .mellowedit-cta-host:focus-within,
body.mellowedit-signed-in .mellowedit-cta-host--editing {
  box-shadow: 0 0 0 2px #2563eb;
}

.mellowedit-cta-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  transform: translate(20%, -35%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

body.mellowedit-signed-in .mellowedit-cta-host:hover .mellowedit-cta-toolbar,
body.mellowedit-signed-in .mellowedit-cta-host:focus-within .mellowedit-cta-toolbar,
body.mellowedit-signed-in .mellowedit-cta-host--editing .mellowedit-cta-toolbar {
  opacity: 1;
  pointer-events: auto;
}

.mellowedit-cta-linkbtn,
.mellowedit-cta-pencil {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.45);
  transition: filter 0.15s ease;
}

.mellowedit-cta-linkbtn {
  background: #1d4ed8;
}

.mellowedit-cta-pencil {
  background: #2563eb;
}

.mellowedit-cta-linkbtn:hover,
.mellowedit-cta-pencil:hover {
  filter: brightness(1.08);
}

.mellowedit-cta-linkbtn:focus-visible,
.mellowedit-cta-pencil:focus-visible {
  outline: 2px solid #1e40af;
  outline-offset: 2px;
}

.mellowedit-cta-host a.w-button[contenteditable="true"] {
  cursor: text;
  outline: none;
  box-shadow: none;
}

/* Popup: Link-URL bearbeiten */
.mellowedit-cta-link-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483640;
  background: rgba(0, 0, 0, 0.35);
}

.mellowedit-cta-link-overlay[hidden] {
  display: none !important;
}

.mellowedit-cta-link-pop {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2147483641;
  width: min(22rem, calc(100vw - 2rem));
  padding: 1.25rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.mellowedit-cta-link-pop[hidden] {
  display: none !important;
}

.mellowedit-cta-link-pop-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.mellowedit-cta-link-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0.75rem;
  font: inherit;
  font-size: 0.9375rem;
  border: 1px solid #e8e6e3;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.mellowedit-cta-link-input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

.mellowedit-cta-link-pop-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.mellowedit-cta-link-cancel,
.mellowedit-cta-link-save {
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}

.mellowedit-cta-link-cancel {
  background: #f0eeeb;
  color: #1a1a1a;
}

.mellowedit-cta-link-save {
  background: #2563eb;
  color: #fff;
}

/* Formularfelder: Platzhalter per Stift-Dialog (nur angemeldet) */
.mellowedit-placeholder-host {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  transition: box-shadow 0.15s ease;
}

body.mellowedit-signed-in .mellowedit-placeholder-host:hover,
body.mellowedit-signed-in .mellowedit-placeholder-host:focus-within {
  box-shadow: 0 0 0 2px #2563eb;
}

.mellowedit-ph-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  transform: translate(18%, -25%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

body.mellowedit-signed-in .mellowedit-placeholder-host:hover .mellowedit-ph-toolbar,
body.mellowedit-signed-in .mellowedit-placeholder-host:focus-within .mellowedit-ph-toolbar {
  opacity: 1;
  pointer-events: auto;
}

.mellowedit-ph-editbtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.45);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.mellowedit-ph-editbtn:hover {
  filter: brightness(1.08);
}

.mellowedit-ph-editbtn:focus-visible {
  outline: 2px solid #1e40af;
  outline-offset: 2px;
}

/* Bilder: Hover-Rahmen + Tausch-Button (nur angemeldet) */
.mellowedit-img-host {
  position: relative;
  display: block;
  max-width: 100%;
  border-radius: 4px;
  transition: box-shadow 0.15s ease;
}

.mellowedit-img-host > img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.mellowedit-signed-in .mellowedit-img-host:hover,
body.mellowedit-signed-in .mellowedit-img-host:focus-within {
  box-shadow: 0 0 0 2px #2563eb;
}

body.mellowedit-signed-in .mellowedit-img-host.mellowedit-img-host--dragover {
  box-shadow: 0 0 0 3px #0d9488;
}

.mellowedit-img-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  transform: translate(18%, -25%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

body.mellowedit-signed-in .mellowedit-img-host:hover .mellowedit-img-toolbar,
body.mellowedit-signed-in .mellowedit-img-host:focus-within .mellowedit-img-toolbar {
  opacity: 1;
  pointer-events: auto;
}

.mellowedit-img-file {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.mellowedit-img-storagebtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #0f766e;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 118, 110, 0.45);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.mellowedit-img-storagebtn:hover {
  filter: brightness(1.08);
}

.mellowedit-img-storagebtn:focus-visible {
  outline: 2px solid #115e59;
  outline-offset: 2px;
}

.mellowedit-img-swapbtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.45);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.mellowedit-img-swapbtn:hover {
  filter: brightness(1.08);
}

.mellowedit-img-swapbtn:focus-visible {
  outline: 2px solid #1e40af;
  outline-offset: 2px;
}

body.mellowedit-img-storage-picker-open {
  overflow: hidden;
}

.mellowedit-img-storage-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483638;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.45);
}

.mellowedit-img-storage-overlay[hidden] {
  display: none !important;
}

.mellowedit-img-storage-dialog {
  width: min(44rem, calc(100vw - 1.5rem));
  max-height: min(78vh, 36rem);
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.25rem 1rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
  border: 1px solid #e2e8f0;
  isolation: isolate;
}

.mellowedit-img-storage-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.mellowedit-img-storage-status {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
  min-height: 1.25em;
}

.mellowedit-img-storage-status.is-error {
  color: #b91c1c;
}

/* Scroll-Container; Raster = .mellowedit-console__cms-storage-pick-grid (wie CMS-Dialog) */
.mellowedit-img-storage-grid {
  flex: 1;
  min-height: 12rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0.85rem;
  padding: 0.15rem 0.1rem 0.35rem;
  -webkit-overflow-scrolling: touch;
}

/*
 * Quadrat erzwingen: In diesem Dialog kollabiert img+aspect-ratio in der Flex-Spalte des Buttons
 * oft auf Höhe ~0 (Webflow img + Grid). padding-bottom-Trick + absolutes Bild wie in Lightbox-Patterns.
 */
.mellowedit-img-storage-dialog .mellowedit-img-storage-thumb-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: #e8eef4;
  flex-shrink: 0;
}

.mellowedit-img-storage-dialog .mellowedit-img-storage-thumb-frame .mellowedit-console__cms-storage-thumb {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
  aspect-ratio: unset !important;
  vertical-align: top !important;
}

.mellowedit-img-storage-dialog .mellowedit-console__cms-storage-img-btn.is-error-thumb .mellowedit-img-storage-thumb-frame {
  min-height: 3.5rem;
  padding-bottom: 0;
  height: 3.5rem;
  background: #fef2f2;
}

.mellowedit-img-storage-actions {
  display: flex;
  justify-content: flex-end;
}

.mellowedit-img-storage-cancel {
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #334155;
  cursor: pointer;
}

.mellowedit-img-storage-cancel:hover {
  background: #f1f5f9;
}

@media (hover: none) {
  body.mellowedit-signed-in .mellowedit-editable-host .mellowedit-editable-toolbar {
    opacity: 0.85;
    pointer-events: auto;
  }

  body.mellowedit-signed-in .mellowedit-cta-host .mellowedit-cta-toolbar {
    opacity: 0.85;
    pointer-events: auto;
  }

  body.mellowedit-signed-in .mellowedit-img-host .mellowedit-img-toolbar {
    opacity: 0.85;
    pointer-events: auto;
  }

  body.mellowedit-signed-in .mellowedit-placeholder-host .mellowedit-ph-toolbar {
    opacity: 0.85;
    pointer-events: auto;
  }

  body.mellowedit-signed-in label.checkbox-field > .mellowedit-editable-host--checkbox-cell .mellowedit-editable-toolbar {
    opacity: 0.85;
    pointer-events: auto;
  }
}

/* --- analyse.html: Button-Klicks pro Tag --- */
.mellowedit-analyse {
  box-sizing: border-box;
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.75rem 1.25rem 2.5rem;
  min-height: 100vh;
  background: #f6f4ef;
}

.mellowedit-analyse__header {
  margin-bottom: 1.25rem;
}

.mellowedit-analyse__header h1 {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
}

.mellowedit-analyse__page-hint {
  margin: 0 0 0.85rem;
  max-width: 40rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #5c574d;
}

.mellowedit-analyse__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.mellowedit-analyse__range {
  display: inline-flex;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #c8c2b6;
  background: #fff;
}

.mellowedit-analyse__range button {
  font: inherit;
  font-size: 0.875rem;
  padding: 0.45rem 0.85rem;
  border: none;
  background: #fff;
  color: #333;
  cursor: pointer;
  border-right: 1px solid #c8c2b6;
}

.mellowedit-analyse__range button:last-child {
  border-right: none;
}

.mellowedit-analyse__range button:hover {
  background: #f0ebe3;
}

.mellowedit-analyse__range button.is-active {
  background: #2c3e32;
  color: #fff;
}

.mellowedit-analyse__status {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #fff8e6;
  border: 1px solid #e8d9a8;
  color: #4a3d1a;
}

.mellowedit-analyse__status.is-error {
  background: #fef2f2;
  border-color: #f5c2c2;
  color: #7f1d1d;
}

.mellowedit-analyse__chart-wrap {
  position: relative;
  height: min(22rem, 55vh);
  min-height: 16rem;
  padding: 1rem 0.5rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #ddd8ce;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.mellowedit-analyse__summary {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: #555;
}