.elementor-kit-50{--e-global-color-primary:#DB161A;--e-global-color-secondary:#565655;--e-global-color-text:#3C3C3C;--e-global-color-accent:#DB161A;--e-global-color-543113d:#FFFFFF;--e-global-color-c19d5b1:#F5F5F5;--e-global-color-db2d9e9:#DADADA;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-50 e-page-transition{background-color:#FFBC7D;}.elementor-kit-50 a{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-50 a:hover{color:var( --e-global-color-text );}.elementor-kit-50 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-50 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-50 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-50 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-50 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-50 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a.koko-link{
    color:#D2BB83 !important;
    transition: all 0.3s ease-in-out !important;
}

a.koko-link:hover {
  color: white !important;
}

a.datenschutz-link{
    color:black !important;
    transition: all 0.3s ease-in-out !important;
}

a.datenschutz-link:hover {
  color: white !important;
}

html {
  scroll-padding-top: 150px !important; /* Höhe deines fixierten Headers */
}



.icon-leistungen {

    opacity: 0;
    transition: all 0.5s ease;
}

/* Hover-Effekte */
.cont-leistungen:hover .cont-bild {
    transform: scale(1.05);
}

.cont-leistungen:hover .icon-leistungen {
    right: 20px; /* Passt an, wo das Icon erscheinen soll */
    opacity: 1;
}/* End custom CSS */