.elementor-kit-9{--e-global-color-primary:#FFF000;--e-global-color-secondary:#008E5B;--e-global-color-text:#232323;--e-global-color-accent:#3696D9;--e-global-color-ed87c4d:#F7901E;--e-global-typography-primary-font-family:"Kaushan Script";--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:"Lora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-2c79799-font-family:"Kaushan Script";--e-global-typography-2c79799-font-size:20px;--e-global-typography-2c79799-font-weight:700;--e-global-typography-e758d5e-font-family:"Kaushan Script";--e-global-typography-e758d5e-font-size:46px;--e-global-typography-e758d5e-font-weight:600;--e-global-typography-4d75a52-font-family:"Kaushan Script";--e-global-typography-4d75a52-font-size:32px;--e-global-typography-4d75a52-font-weight:600;--e-global-typography-727d885-font-family:"Lora Italic";--e-global-typography-727d885-font-size:14px;--e-global-typography-727d885-font-weight:normal;--e-global-typography-727d885-line-height:15px;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-e758d5e-font-size:28px;--e-global-typography-4d75a52-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */[id] {
    scroll-margin-top: 65px;
}

p a{
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

a{
    text-decoration: none !important;
}


.ast-single-post .entry-content a{
    text-decoration: none !important;
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
}

/* Original background layer */
.product-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / contain no-repeat var(--original-bg);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* Oval hover image layer */
.product-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: center / cover no-repeat var(--hover-bg);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  clip-path: ellipse(45% 45% at 50% 50%);
  pointer-events: none;
}

/* Hover states */
.product-image-wrapper:hover::before {
  opacity: 0; /* fade old bg out */
}
.product-image-wrapper:hover::after {
  opacity: 1; /* fade oval bg in */
}


.trenner-vertikal{
    display:none;
}

@media (min-width:767px){
    .trenner-vertikal{
        display:flex;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Kaushan Script';
	font-display: auto;
	src: url('https://indonesia.de/wp-content/uploads/2025/09/KaushanScript-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lora';
	font-display: auto;
	src: url('https://indonesia.de/wp-content/uploads/2025/09/Lora-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lora Italic';
	font-display: auto;
	src: url('https://indonesia.de/wp-content/uploads/2025/09/Lora-Italic-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */