.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#CACACA;--e-global-color-0bb9609:#1B1B1B;--e-global-color-c26c234:#242460;--e-global-typography-primary-font-family:"Public Sans";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:-1px;--e-global-typography-secondary-font-family:"Public Sans";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:200;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:35px;--e-global-typography-secondary-letter-spacing:-1px;--e-global-typography-text-font-family:"Public Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Public Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;background-color:#1B1B1B;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-c26c234 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0%;--container-default-padding-right:0%;--container-default-padding-bottom:0%;--container-default-padding-left:0%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:25px;--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button,
.elementor-post__read-more {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  font-weight: bold;
  color: white !important;
  border: 2px solid white !important;
  border-radius: 0px;
  background: transparent !important;
  cursor: pointer;
  transition: color 0.4s ease-in-out;
  z-index: 1;
  padding: 20px;
}


/* Animierter Hintergrund */
.elementor-button::before,
.elementor-post__read-more::before {
  content: "";
  position: absolute;
  inset: 0; /* top: 0; left: 0; right: 0; bottom: 0; */
  background: white;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}


.elementor-button .elementor-button-text,
.elementor-post__read-more span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease-in-out;
}

/* Hover-Zustände */
.elementor-button:hover::before,
.elementor-post__read-more:hover::before {
  transform: translateX(0%);
}

.elementor-button:hover,
.elementor-post__read-more:hover {
  color: #242460 !important;
}/* End custom CSS */