.elementor-kit-21{--e-global-color-primary:#002047;--e-global-color-secondary:#B9CFE5;--e-global-color-text:#030210;--e-global-color-accent:#E2384B;--e-global-color-6833574:#FFFFFF;--e-global-color-d15ee2c:#717171;--e-global-color-8289a07:#E9E9E9;--e-global-color-acbeabf:#F9F9F9;--e-global-color-0093ae5:#F8FBFF;--e-global-color-0705795:#DCE6F0;--e-global-color-56f9630:#D8D8D8;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-d15ee2c );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:24px;background-color:var( --e-global-color-acbeabf );--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:pulse;--e-preloader-animation-duration:1500ms;--e-preloader-delay:500ms;--e-preloader-width:350px;}.elementor-kit-21 h1{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:50px;font-weight:600;line-height:1.2em;}.elementor-kit-21 h2{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;line-height:1.2em;}.elementor-kit-21 h3{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:26px;font-weight:600;line-height:1.2em;}.elementor-kit-21 h4{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;line-height:1.2em;}.elementor-kit-21 h5{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:22px;font-weight:600;line-height:1.2em;}.elementor-kit-21 h6{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;line-height:1.2em;}.elementor-kit-21 button,.elementor-kit-21 input[type="button"],.elementor-kit-21 input[type="submit"],.elementor-kit-21 .elementor-button{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:500;color:var( --e-global-color-0093ae5 );background-color:var( --e-global-color-accent );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:50px 50px 50px 50px;}.elementor-kit-21 button:hover,.elementor-kit-21 button:focus,.elementor-kit-21 input[type="button"]:hover,.elementor-kit-21 input[type="button"]:focus,.elementor-kit-21 input[type="submit"]:hover,.elementor-kit-21 input[type="submit"]:focus,.elementor-kit-21 .elementor-button:hover,.elementor-kit-21 .elementor-button:focus{color:var( --e-global-color-accent );background-color:#02010100;border-style:solid;border-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-21 e-page-transition{background-color:var( --e-global-color-primary );}.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-21 h1{font-size:40px;}.elementor-kit-21 h2{font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-21 h1{font-size:28px;}.elementor-kit-21 h2{font-size:24px;}.elementor-kit-21 h3{font-size:20px;}.elementor-kit-21 h4{font-size:18px;}.elementor-kit-21 h5{font-size:16px;}.elementor-kit-21 h6{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;
}

.frosted-glass {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* 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
}

/* 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;
}

/* Überschrift mit Farbverlauf */

.headline-gradient {
  background: linear-gradient(90deg, #DCE6F0 0%, #B9CFE5 100%);
  background-size: 200% auto; /* für Animation */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: shine 5s linear infinite;
  text-shadow: 0 2px 8px rgba(220, 230, 240, 0.6);
}

.headline-gradient-dark {
  background: linear-gradient(90deg, #B9CFE5 0%, #002047 30%);
  background-size: 200% auto; /* für Animation */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: shine 5s linear infinite;
  text-shadow: 0 2px 4px #002047;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://neu.hr-autopilot.de/wp-content/uploads/Poppins-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */