.elementor-kit-6{--e-global-color-primary:#6CAEDD;--e-global-color-secondary:#88D4B4;--e-global-color-text:#333333;--e-global-color-accent:#FFF5E9;--e-global-color-8158101:#D9A7CA;--e-global-color-8aea17f:#FFA750;--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;font-family:"Poppins", Sans-serif;font-size:1rem;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Noto Sans", Sans-serif;font-size:1rem;font-weight:700;color:var( --e-global-color-text );border-style:none;border-radius:12px 12px 12px 12px;}.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{background-color:var( --e-global-color-8aea17f );color:#FFF5E9;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#FFA750;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Rubik", Sans-serif;font-size:5rem;font-weight:700;line-height:60px;letter-spacing:-0.5px;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Rubik", Sans-serif;font-size:2.2rem;font-weight:700;line-height:56px;letter-spacing:-0.5px;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Rubik", Sans-serif;font-size:2.2rem;font-weight:600;line-height:48px;}.elementor-kit-6 h4{color:var( --e-global-color-8aea17f );font-family:"Rubik", Sans-serif;font-size:1.6rem;}.elementor-kit-6 h5{color:var( --e-global-color-text );}.elementor-kit-6 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:25px;}.elementor-element{--widgets-spacing:25px 50px;--widgets-spacing-row:25px;--widgets-spacing-column:50px;}{}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:1550px){.elementor-kit-6 h1{font-size:3.5rem;}.elementor-kit-6 h2{font-size:2rem;line-height:50px;}.elementor-kit-6 h3{font-size:1.8rem;line-height:1px;}.elementor-kit-6 h4{font-size:1.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@media(max-width:1100px){.elementor-kit-6 h1{font-size:3rem;}.elementor-kit-6 h2{font-size:2rem;}.elementor-kit-6 h3{font-size:1.8rem;line-height:44px;}.elementor-kit-6 h4{font-size:1.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}}@media(max-width:767px){.elementor-kit-6{font-size:0.9rem;}.elementor-kit-6 h1{font-size:2.6rem;line-height:54px;}.elementor-kit-6 h2{font-size:1.8rem;line-height:46px;}.elementor-kit-6 h3{font-size:1.6rem;line-height:36px;}.elementor-kit-6 h4{font-size:1.2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --global-margin: 100px;
    --global-padding: 5%;
    --global-radius: 50px;
    font-size: 16px;
}

p:last-child {
    margin-bottom: 0px;
}

/*--Background Icon-Pattern Animation ANFANG*/
.animated-icon-bg {
  position: relative;
  overflow: hidden;
}

.animated-icon-bg::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("/wp-content/uploads/2026/01/Icon-Pattern.svg");
  background-repeat: repeat;
  background-size: 457.0539px 457.0539px;

  animation: movePattern 50s linear infinite;

  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.animated-icon-bg > * {
  position: relative;
  z-index: 1;
}

@keyframes movePattern {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 457.0539px 457.0539px;
  }
}
/*--Background Icon-Pattern Animation ENDE*/


/*Floating Animation ANFANG*/
.float {
  animation: floatY 6s ease-in-out infinite;
  will-change: transform;
}

@keyframes floatY {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

.float--a { animation-duration: 6s;  animation-delay: -1.5s; }
.float--b { animation-duration: 8s;  animation-delay: -3.2s; }
.float--c { animation-duration: 5.5s;animation-delay: -0.7s; }
.float--d { animation-duration: 9s;  animation-delay: -4.8s; }

.icon-glow {
  --glow-color: rgba(0, 180, 255, 0.7);

  transition: filter 0.35s ease, transform 0.35s ease;
}

.icon-glow:hover {
  filter:
    drop-shadow(0 0 10px var(--glow-color))
    drop-shadow(0 0 22px var(--glow-color));
  transform: translateY(-2px);
}
/*--Background Icon-Pattern Animation ENDE*//* End custom CSS */