.elementor-kit-10{--e-global-color-primary:#0B0C0E;--e-global-color-secondary:#15171C;--e-global-color-text:#3A3A3A;--e-global-color-accent:#E7C878;--e-global-color-f846c2b:#000000;--e-global-color-e9105ba:#FFFFFF;--e-global-color-b4d02d4:#FAF9F5;--e-global-color-01224f5:#28CC65;--e-global-color-6a85e49:#971326;--e-global-color-f82fad2:#C9A24B;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-size:18px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-accent );font-size:18px;font-weight:700;color:var( --e-global-color-primary );border-radius:4px 4px 4px 4px;padding:16px 40px 17px 40px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-secondary );}.elementor-kit-10 h1{font-size:50px;}.elementor-kit-10 h2{font-size:44px;}.elementor-kit-10 h3{font-size:24px;}.elementor-kit-10 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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:1024px){.elementor-kit-10{font-size:16px;}.elementor-kit-10 h1{font-size:30px;}.elementor-kit-10 h2{font-size:24px;}.elementor-kit-10 h3{font-size:20px;}.elementor-kit-10 h4{font-size:18px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:16px;}.elementor-kit-10 img{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:14px;padding:14px 30px 14px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-button-text {
    font-weight:700;
}

p {
    margin-top:0px;
}


.elementor-widget-text-editor a {
    text-decoration: underline;
}


.elementor-heading-title {
    line-height:1.3em;
}

.elementor-text-editor a, .elementor-icon-list-text a, .elementor-heading-title a{
    text-decoration: underline;
    color: var(--e-global-color-secondary);
}

.elementor-location-footer .copyright a {
    color:#FFFFFF;
    text-decoration: underline;
    display:inline!important;

}

h1, h2, h3, h4, h5, h6, .cmplz-subtitle {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.ds h1 {
font-size:30px;
}

.ds h2 {
    font-size:24px;
}

.ds h3,.ds h4,.ds h5,.ds h6 {
    font-size:20px;
}

#cmplz-document p{
    font-size:16px;
}

.ti-widget .ti-widget-container a {
	padding:0px!important;
}

.ti-widget.ti-goog {
	text-align:left!important;
}

.ti-widget.ti-goog .ti-header {
	justify-content:flex-start;
}

@media (min-width:1024px) {
.hero-bg::before  {
	background-image: linear-gradient(250deg, var(--e-global-color-accent) 00%, var(--e-global-color-accent) 35%, var(--e-global-color-e9105ba) 20%)!important;
    content: "";
	opacity:0.975;
}
}

.h-accent {
    color: var(--e-global-color-accent);
    font-style: italic;
}


/* === Glanz-Effekt für Elementor-Button · webdesign-fox.de === */
.glanz-button .elementor-button{
  position:relative;
  overflow:hidden;                 /* Lichtstreifen sauber abschneiden */
}
/* der Lichtstreifen */
.glanz-button .elementor-button::before{
  content:"";
  position:absolute;
  top:0;
  left:-150%;
  width:60%;
  height:100%;
  pointer-events:none;             /* blockiert keine Klicks */
  background:linear-gradient(120deg,
     rgba(255,255,255,0)    0%,
     rgba(255,255,255,.25) 40%,
     rgba(255,255,255,.75) 50%,
     rgba(255,255,255,.25) 60%,
     rgba(255,255,255,0)  100%);
  transform:skewX(-22deg);
}
/* Button-Text bleibt über dem Streifen scharf */
.glanz-button .elementor-button-content-wrapper{
  position:relative;
  z-index:1;
}
/* Auslöser: beim Überfahren mit der Maus */
.glanz-button .elementor-button::before{
  animation:buttonGlanz 6.5s ease-in-out infinite;
}
@keyframes buttonGlanz{
  0%   { left:-150%; }
  20%  { left:150%; }
  100% { left:150%; }
}
@media (prefers-reduced-motion:reduce){
  .glanz-button .elementor-button::before{display:none;}
}/* End custom CSS */