.elementor-kit-4446{--e-global-color-primary:#B86D4E;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#777777;--e-global-color-accent:#BC9381;--e-global-color-92f0391:#07211C;--e-global-color-f64d423:#FCFCFC;--e-global-color-abc5985:#E9E9E9;--e-global-color-f0b28f4:#143D3D;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:clamp(1.5rem, -0.1154rem + 7.1795vw, 5rem);--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:1.25rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:400;}.elementor-kit-4446 a{color:var( --e-global-color-primary );}.elementor-kit-4446 button,.elementor-kit-4446 input[type="button"],.elementor-kit-4446 input[type="submit"],.elementor-kit-4446 .elementor-button{color:var( --e-global-color-f64d423 );border-radius:0px 0px 0px 0px;padding:16px 48px 16px 48px;}.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-4446{--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.marquee {
  overflow: hidden;
  display: flex;
}

.marquee h6{
  white-space: nowrap;
}


@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
}

html, body{
  width:100%;
  overflow-x:hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://novelica.de/wp-content/uploads/2023/12/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://novelica.de/wp-content/uploads/2023/12/Raleway-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */