.elementor-kit-15{--e-global-color-primary:#232D5B;--e-global-color-secondary:#333333;--e-global-color-text:#656565;--e-global-color-accent:#1E84D7;--e-global-color-cca5cee:#FFFFFF;--e-global-color-44870a4:#E6E9ED;--e-global-color-42198f9:#000000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--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:"Montserrat";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:16px;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:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:16px;color:var( --e-global-color-cca5cee );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:50px 50px 50px 50px;}.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:var( --e-global-color-primary );color:var( --e-global-color-cca5cee );box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.22);border-style:solid;border-color:var( --e-global-color-primary );}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{color:var( --e-global-color-text );}.elementor-kit-15 h1{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:38px;line-height:1.2em;}.elementor-kit-15 h2{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:30px;line-height:1.2em;}.elementor-kit-15 h3{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:24px;line-height:1.2em;}.elementor-kit-15 h4{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:20px;line-height:1.2em;}.elementor-kit-15 h5{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:18px;line-height:1.2em;}.elementor-kit-15 h6{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:16px;line-height:1.2em;}.elementor-kit-15 label{font-weight:600;}.elementor-kit-15 input:not([type="button"]):not([type="submit"]),.elementor-kit-15 textarea,.elementor-kit-15 .elementor-field-textual{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-44870a4 );border-radius:50px 50px 50px 50px;padding:15px 20px 15px 20px;}.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-kit-15 h1{font-size:24px;}.elementor-kit-15 h2{font-size:20px;}.elementor-kit-15 h3{font-size:18px;}.elementor-kit-15 h4{font-size:16px;}.elementor-kit-15 h5{font-size:16px;}.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;
}

/* Selection Farbe */

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: var(--e-global-color-primary);
}

::selection {
  color: #ffffff;
  background: var(--e-global-color-primary);
}

/* 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
}

/* Buttons */

.elementor-button:hover {
    transform:scale(1.03);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Montserrat-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://newwork-akademe.de/wp-content/uploads/Roboto-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */