.elementor-kit-15{--e-global-color-primary:#F07C2F;--e-global-color-secondary:#D86F29;--e-global-color-text:#000000;--e-global-color-accent:#FAECE4;--e-global-color-9e1ab4b:#FFFFFF;--e-global-color-736e935:#EEEEEE;--e-global-color-bcce2f7:#DFDFDF;--e-global-color-50e3622:#7E3C11;--e-global-color-4369ed1:#F8F8F8;--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:"JetBrains Mono";--e-global-typography-accent-font-weight:500;--e-global-typography-6dc0858-font-family:"JetBrains Mono";--e-global-typography-6dc0858-font-size:14px;--e-global-typography-6dc0858-font-weight:500;--e-global-typography-6dc0858-text-transform:uppercase;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:#02010100;font-family:"JetBrains Mono", Sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:5px 5px 5px 5px;padding:12px 18px 12px 18px;}.elementor-kit-15 button:hover,.elementor-kit-15 button:focus,.elementor-kit-15 input[type="button"]:hover,.elementor-kit-15 input[type="button"]:focus,.elementor-kit-15 input[type="submit"]:hover,.elementor-kit-15 input[type="submit"]:focus,.elementor-kit-15 .elementor-button:hover,.elementor-kit-15 .elementor-button:focus{background-color:#02010100;color:var( --e-global-color-secondary );border-style:solid;border-color:var( --e-global-color-secondary );}.elementor-kit-15 a{color:var( --e-global-color-text );}.elementor-kit-15 a:hover{color:var( --e-global-color-text );}.elementor-kit-15 h1{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:70px;font-weight:500;line-height:1.3em;}.elementor-kit-15 h2{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:48px;font-weight:500;line-height:1.2em;}.elementor-kit-15 h3{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:24px;font-weight:500;line-height:1.2em;}.elementor-kit-15 h4{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.2em;}.elementor-kit-15 h5{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.2em;}.elementor-kit-15 h6{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-kit-15 h1{font-size:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15 h1{font-size:30px;}.elementor-kit-15 h2{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Allgemein */

html, body {
  overflow-x: hidden;
}
body {
  position: relative;
}

/* Text Verlinkungen */

p a, label a, .wc-block-components-address-card a, .wc-block-checkout__terms a, .woocommerce-table__product-name a {
    position: relative;
    color: inherit !important;
}

p a:after, label a:after, .wc-block-components-address-card a:after, .wc-block-checkout__terms a:after, .woocommerce-table__product-name a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    top: 92%;
    border-bottom: 1px solid;
    transition: all .3s;
}

p a:hover::after, label a:hover::after, .wc-block-components-address-card a:hover::after, .wc-block-checkout__terms a:hover::after, .woocommerce-table__product-name a:hover::after {
    opacity: 0;
    right: 0px;
    width: 10px;
}

/* Verbesserte Eingangsanimationen */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/* Selection Farbe */

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #000000;
}

::selection {
  color: #ffffff;
  background: #000000;
}

/* Blurry Background */

.blurred-bg {
    backdrop-filter: blur(6px);
}

/* Button Typ Info, orange */

.elementor-button-info .elementor-button {
    color: #ffffff;
    background-color: var(--e-global-color-primary) !important;
}

.elementor-button-info .elementor-button:hover {
    background-color: var(--e-global-color-secondary) !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    color: #ffffff;
}

/* Button Typ Erfolg, mit Pfeil ohne BG */

.elementor-button-success .elementor-button {
    color: var(--e-global-color-primary) !important;
    border: 0px;
    padding: 0px;
    background-color: transparent !important
}

.elementor-button-success .elementor-button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.elementor-button-success i {
    font-size: 24px;
    transition: 0.2s;
    margin-top: -4px;
}

.elementor-button-success .elementor-button:hover{
    color: var(--e-global-color-secondary) !important;
}

.elementor-button-success .elementor-button:hover i {
    transform:translateX(5px);
}

/* Button Typ Warnung, mit Pfeil weiß ohne BG */

.elementor-button-warning .elementor-button {
    color: #ffffff !important;
    border: 0px;
    padding: 0px;
    background-color: transparent !important
}

.elementor-button-warning .elementor-button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.elementor-button-warning i {
    font-size: 24px;
    transition: 0.2s;
    margin-top: -4px;
}

.elementor-button-warning .elementor-button:hover{
    color: #ffffff !important;
}

.elementor-button-warning .elementor-button:hover i {
    transform:translateX(5px);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/Inter_28pt-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://fe-ma-testing.com/wp-content/uploads/JetBrainsMono-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */