.elementor-kit-11{--e-global-color-primary:#FFCC00;--e-global-color-secondary:#001E60;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-324a121:#0F2F76;--e-global-color-c822c3a:#193882;--e-global-color-a66cc4b:#23418D;--e-global-color-ccd2814:#294896;--e-global-color-bd0f9da:#4C62A4;--e-global-color-fe0c411:#6C7DB3;--e-global-color-070cfe8:#95A1C9;--e-global-color-0004bff:#BFC6DF;--e-global-color-59b7b72:#E5E8F2;--e-global-color-24f22d0:#FF6D00;--e-global-color-eb3a632:#FF8F00;--e-global-color-4cc2ff0:#FFA100;--e-global-color-ac29f01:#FFB500;--e-global-color-36a4bba:#FFC300;--e-global-color-c27a56b:#FFCC00;--e-global-color-3b23999:#FFD743;--e-global-color-6844fd2:#FFE17C;--e-global-color-bc2957d:#FFEDB0;--e-global-color-40d9872:#FFF8E0;--e-global-color-b079e49:#2A2C2E;--e-global-color-3764d98:#3C4145;--e-global-color-c805489:#4B535A;--e-global-color-72cdd71:#5B6770;--e-global-color-c30f88f:#677581;--e-global-color-43b30be:#7F8992;--e-global-color-c7de728:#969EA4;--e-global-color-36e5d36:#B6B9BB;--e-global-color-e539242:#D5D5D5;--e-global-color-331f89c:#EEEEEE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-417e0bc-font-family:"Museo Slab";--e-global-typography-417e0bc-font-size:3.75rem;--e-global-typography-417e0bc-font-weight:700;--e-global-typography-417e0bc-text-transform:uppercase;--e-global-typography-417e0bc-line-height:1em;--e-global-typography-1df40b8-font-family:"Roboto";--e-global-typography-1df40b8-font-size:1rem;--e-global-typography-1df40b8-font-weight:400;--e-global-typography-1df40b8-line-height:1.5em;--e-global-typography-049e2fc-font-family:"Roboto";--e-global-typography-049e2fc-font-size:1.25rem;--e-global-typography-049e2fc-font-weight:500;--e-global-typography-049e2fc-line-height:1em;--e-global-typography-6a7ad41-font-family:"Museo Slab";--e-global-typography-6a7ad41-font-size:2rem;--e-global-typography-6a7ad41-font-weight:600;--e-global-typography-6a7ad41-line-height:1em;--e-global-typography-648e2eb-font-family:"Museo Slab";--e-global-typography-648e2eb-font-size:1.6rem;--e-global-typography-648e2eb-font-weight:700;--e-global-typography-648e2eb-line-height:1em;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:calc(100vw - clamp(2px,50vw,500px));}.e-con{--container-max-width:calc(100vw - clamp(2px,50vw,500px));}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-11{--e-global-typography-417e0bc-font-size:2.6rem;}}@media(max-width:1024px){.elementor-kit-11{--e-global-typography-417e0bc-font-size:2rem;--e-global-typography-648e2eb-font-size:1.2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*----------------------------
CSS Button Styleing
---------------------------*/

/* Button mit transperenten hintergrund */
.Btn-transparent{
    border-radius: 40px;
    padding: 11px 28px 10px;
    border: solid 2px var(--e-global-color-36e5d36);
    width: inline;
    
    position: relative;
    overflow: hidden;
    color: var(--e-global-color-secondary);
    
    display: flex;
  align-items: center;
  justify-content: center;
  
   font-family: var( --e-global-typography-049e2fc-font-family ), Sans-serif;
    font-size: var( --e-global-typography-049e2fc-font-size );
    font-weight: var( --e-global-typography-049e2fc-font-weight );
    line-height: var( --e-global-typography-049e2fc-line-height );
}

.Btn-transparent:hover{
    border-color: var(--e-global-color-c27a56b);
    transition-delay: 150ms;
}

.Btn-transparent::before {
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: var(--e-global-color-c27a56b);
  
  border-radius: 100px;
  left: 0%;
  top: 0;
  transition-duration: .3s;
}

.Btn-transparent:hover::before {
transition-duration: .3s;
border-radius: 40px;
width: 100%;
}

/* Button mit gelben hintergrund */
.Btn-gelb{
    border-radius: 40px;
    padding: 11px 28px 10px;
    width: inline;
    background-color: var(--e-global-color-36a4bba);
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: var(--e-global-color-secondary);
    
    display: flex;
  align-items: center;
  justify-content: center;
  
   font-family: var( --e-global-typography-049e2fc-font-family ), Sans-serif;
    font-size: var( --e-global-typography-049e2fc-font-size );
    font-weight: var( --e-global-typography-049e2fc-font-weight );
    line-height: var( --e-global-typography-049e2fc-line-height );
}

.Btn-gelb:hover{
    color: var(--e-global-color-331f89c);
    transition-delay: 150ms;
}

.Btn-gelb::before {
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: var(--e-global-color-secondary);
  
  border-radius: 100px;
  left: 0%;
  top: 0;
  transition-duration: .3s;
}

.Btn-gelb:hover::before {
transition-duration: .3s;
border-radius: 40px;
width: 100%;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Museo Slab';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://hengst360.de/wp-content/uploads/2025/08/Museo_Slab_700-webfont.woff2') format('woff2'),
		url('https://hengst360.de/wp-content/uploads/2025/08/Museo_Slab_700-webfont.woff') format('woff');
}
/* End Custom Fonts CSS */