.elementor-kit-15{--e-global-color-primary:#8EA50B;--e-global-color-secondary:#878786;--e-global-color-text:#575656;--e-global-color-accent:#A8C311;--e-global-color-f4d1647:#F3F3F3;--e-global-color-d869fff:#FFFFFF;--e-global-typography-primary-font-family:"Public Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Public Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Public Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Public Sans";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Public Sans", Sans-serif;font-size:18px;font-weight:400;line-height:1.5em;}.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:"Public Sans", Sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:0.8px;color:var( --e-global-color-d869fff );border-radius:5px 5px 5px 5px;padding:17px 30px 17px 30px;}.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-accent );color:var( --e-global-color-d869fff );}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.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:"Public Sans", Sans-serif;font-size:62px;font-weight:600;line-height:1.2em;}.elementor-kit-15 h2{color:var( --e-global-color-text );font-family:"Public Sans", Sans-serif;font-size:42px;font-weight:600;line-height:1.2em;}.elementor-kit-15 h3{color:var( --e-global-color-text );font-family:"Public Sans", Sans-serif;font-size:28px;font-weight:600;line-height:1.2em;}.elementor-kit-15 h4{color:var( --e-global-color-text );font-family:"Public Sans", Sans-serif;font-size:24px;font-weight:600;line-height:1.2em;}.elementor-kit-15 h5{color:var( --e-global-color-text );font-family:"Public Sans", Sans-serif;font-size:20px;font-weight:600;line-height:1.2em;}.elementor-kit-15 h6{color:var( --e-global-color-text );font-family:"Public Sans", Sans-serif;font-size:18px;font-weight:600;line-height:1.2em;}.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:36px;}.elementor-kit-15 h2{font-size:28px;}.elementor-kit-15 h3{font-size:26px;}.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;
}

.frostedglass{
backdrop-filter:blur(20px);
}

/* Selection Farbe */

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: var(--e-global-color-secondary);
}

::selection {
  color: #ffffff;
  background: var(--e-global-color-secondary);
}

/* 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;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://hausverwaltung-schnickers.de/wp-content/uploads/PublicSans-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */