.elementor-188 .elementor-element.elementor-element-b8bbe5f{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-188 .elementor-element.elementor-element-04c120a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:none;text-align:center;}.elementor-188 .elementor-element.elementor-element-04c120a.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-188 .elementor-element.elementor-element-04c120a img{border-style:none;}.elementor-188 .elementor-element.elementor-element-0b5a8c9{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-188 .elementor-element.elementor-element-5b5434c{text-align:justify;color:#F6F1EA;}.elementor-188 .elementor-element.elementor-element-f369f82{text-align:center;color:#7A4A2E;}.elementor-188 .elementor-element.elementor-element-77c74e7{--display:flex;}.elementor-188 .elementor-element.elementor-element-ee64b96{text-align:justify;color:#7A4A2E;}.elementor-188 .elementor-element.elementor-element-7c53cf5{text-align:justify;color:#7A4A2E;}.elementor-188 .elementor-element.elementor-element-0b93b75{text-align:center;color:#7A4A2E;}.elementor-188 .elementor-element.elementor-element-7899224{color:#7A4A2E;}.elementor-188 .elementor-element.elementor-element-535c78d{text-align:justify;color:#7A4A2E;}.elementor-188 .elementor-element.elementor-element-1abd513{text-align:center;color:#7A4A2E;}.elementor-188 .elementor-element.elementor-element-9001c02{text-align:justify;color:var( --e-global-color-secondary );}.elementor-188 .elementor-element.elementor-element-d93f77e{text-align:center;color:#7A4A2E;}.elementor-188 .elementor-element.elementor-element-3e7d512{text-align:center;color:#E55F10;}.elementor-188 .elementor-element.elementor-element-010dd16{text-align:justify;color:#DD5A0D;}.elementor-188 .elementor-element.elementor-element-87c1bf7{--display:flex;}.elementor-188 .elementor-element.elementor-element-870dd0f.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for image, class: .elementor-element-04c120a *//* Bild wirklich fullscreen machen */
.fullscreen-image img {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

/* Elementor-Container auf volle Breite setzen */
.elementor-section .elementor-container {
    max-width: 100%;
    padding: 0;
}




.fullscreen-image {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
}

.fullscreen-image img {
    width: 100%;
    height: auto;
    display: block;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5b5434c */.elementor-section .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
    color: #F6F1EA !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-870dd0f *//* Button zentriert, hell, mit anthrazitfarbenem Rand */
.button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F6F1EA;
  border: 3px solid #2F2F2F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  line-height: 0;
  transition: width 0.3s ease, border-radius 0.3s ease;
}

/* Icon */
.svgIcon {
  width: 12px;
  transition: transform 0.3s ease;
  transform: translateY(0);
}

.svgIcon path {
  fill: #7A4A2E;
}

/* Hover: Button wird länger */
.button:hover {
  width: 140px;
  border-radius: 50px;
}

/* Icon fährt nach oben – aber NICHT zu weit */
.button:hover .svgIcon {
  transform: translateY(-100%);
}

/* Kein Text */
.button::before {
  content: "";
}/* End custom CSS */