.elementor-kit-45{--e-global-color-primary:#163633;--e-global-color-secondary:#8CEDDB;--e-global-color-text:#FE695B;--e-global-color-accent:#D6EA98;--e-global-color-e2d194d:#F8F8F6;--e-global-color-8476cd0:#CECECE;--e-global-color-52edf61:#FFFFFF;--e-global-color-b754c2c:#D6EA9899;--e-global-color-f615a02:#00000000;--e-global-color-50132ba:#F0EEF1;--e-global-color-81e1984:#222126A1;--e-global-typography-primary-font-family:"Kobe";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:90px;--e-global-typography-primary-word-spacing:1px;--e-global-typography-secondary-font-family:"Kobe";--e-global-typography-secondary-font-size:60px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:70px;--e-global-typography-secondary-word-spacing:1px;--e-global-typography-text-font-family:"Satoshi";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:35px;--e-global-typography-text-word-spacing:1px;--e-global-typography-accent-font-family:"Satoshi";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-line-height:22px;--e-global-typography-f085a2a-font-family:"Satoshi";--e-global-typography-f085a2a-font-size:20px;--e-global-typography-f085a2a-font-weight:400;--e-global-typography-f085a2a-text-transform:none;--e-global-typography-f085a2a-font-style:normal;--e-global-typography-f085a2a-text-decoration:underline;--e-global-typography-f085a2a-line-height:22px;--e-global-typography-f085a2a-letter-spacing:1px;--e-global-typography-efbb023-font-family:"DM Sans";--e-global-typography-efbb023-font-size:14px;--e-global-typography-efbb023-font-weight:normal;--e-global-typography-efbb023-font-style:normal;--e-global-typography-efbb023-text-decoration:underline;--e-global-typography-efbb023-line-height:22px;--e-global-typography-784be66-font-family:"DM Sans";--e-global-typography-784be66-font-size:18px;--e-global-typography-784be66-font-weight:400;--e-global-typography-784be66-text-transform:none;--e-global-typography-784be66-font-style:normal;--e-global-typography-784be66-line-height:28px;--e-global-typography-e5be096-font-family:"Satoshi";--e-global-typography-e5be096-font-size:12px;--e-global-typography-e5be096-font-weight:300;--e-global-typography-e5be096-text-transform:none;--e-global-typography-e5be096-font-style:normal;--e-global-typography-e5be096-text-decoration:none;--e-global-typography-e5be096-line-height:26px;--e-global-typography-e5be096-letter-spacing:1px;background-color:var( --e-global-color-e2d194d );color:var( --e-global-color-primary );font-family:"Satoshi", Sans-serif;}.elementor-kit-45 e-page-transition{background-color:#FFBC7D;}.elementor-kit-45 a{color:var( --e-global-color-primary );}.elementor-kit-45 h1{font-family:"Kobe", Sans-serif;font-size:80px;font-weight:400;font-style:normal;line-height:90px;word-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-45{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:20px;}.elementor-kit-45 h1{font-size:32px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-45{--e-global-typography-primary-font-size:23px;--e-global-typography-primary-line-height:30px;}.elementor-kit-45 h1{font-size:40px;line-height:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.header-sticky {
 transform: translatey(-90px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
 width: 100%!important;
}

.elementor-sticky--effects.header-sticky  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-start {
 display: none!important;
}


@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-60px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}


.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-60px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(60px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,60px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Kobe';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.drlara.de/wp-content/uploads/Kobe1.1-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.drlara.de/wp-content/uploads/Satoshi-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Satoshi';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.drlara.de/wp-content/uploads/Satoshi-BoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Satoshi';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.drlara.de/wp-content/uploads/Satoshi-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.drlara.de/wp-content/uploads/Satoshi-Medium.woff2') format('woff2');
}
/* End Custom Fonts CSS */