.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#002060;--e-global-color-accent:#A7C43C;--e-global-color-1d09314:#F8F9FA;--e-global-color-1c7fdcc:#AEAEAE;--e-global-color-deb915c:#333333;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-text );}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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(min-width:1300px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1900px;}.e-con{--container-max-width:1900px;}}@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 *//* Parent Padding für Desktop */
@media (min-width: 1024px) {
  .e-parent {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* CCM Button selbst */
button.ccm-settings-summoner--link,
button.ccm-settings-summoner--link:hover,
button.ccm-settings-summoner--link:focus {
    box-shadow: none !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: none !important;
}

/* CCM Icon Bild */
button.ccm-settings-summoner--link img.ccm-settings-summoner--icon {
    width: 60px !important;
    height: 60px !important;
}

/* CCM Container */
.ccm-settings-summoner.ccm-show {
    width: 60px !important;
    height: 60px !important;
}

/* Position Desktop (linke Mitte an Accessibility-Button) */


/* Desktop */
@media (min-width:600px) {
    .ccm-settings-summoner {
        position:fixed !important;
        left: 34px !important; /* Mittelachse von ea11y */
        bottom: 125px !important;
    }
}

/* Mobile */
@media (max-width:600px) {
    .ccm-settings-summoner {
        position: fixed !important;
        left: 26px !important; /* gleiche Mittelachse */
        bottom: 100px !important;
    }
}/* End custom CSS */