.elementor-kit-4{--e-global-color-primary:#9F2914;--e-global-color-secondary:#E0E0E0;--e-global-color-text:#1F2421;--e-global-color-accent:#1E637A;--e-global-color-72e882d:#7B1300;--e-global-color-329475f:#3F444A;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-text-font-family:"Work Sans";--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:400;color:#626262;font-family:"Roboto", Sans-serif;font-size:17px;line-height:28px;letter-spacing:0.2px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:var( --e-global-color-72e882d );color:#FFFFFF;}.elementor-kit-4 p{margin-block-end:20px;}.elementor-kit-4 a{color:var( --e-global-color-primary );}.elementor-kit-4 a:hover{color:var( --e-global-color-72e882d );}.elementor-kit-4 h1{color:#333333;font-family:"Helvetica", Sans-serif;font-weight:500;}.elementor-kit-4 h2{color:#333333;font-family:"Helvetica", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-4 h3{color:var( --e-global-color-text );font-family:"Helvetica", Sans-serif;font-size:22px;font-weight:500;}.elementor-kit-4 h4{color:var( --e-global-color-text );font-family:"Helvetica", Sans-serif;font-weight:500;}.elementor-kit-4 h5{color:var( --e-global-color-text );font-family:"Helvetica", Sans-serif;font-weight:500;}.elementor-kit-4 h6{color:var( --e-global-color-text );font-family:"Helvetica", Sans-serif;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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-4 h2{font-size:25px;}.elementor-kit-4 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4 h2{font-size:20px;line-height:25px;}.elementor-kit-4 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {overflow-x: hidden;word-wrap: break-word;}
@media only screen and (max-width: 767px) {
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 90px; /* fixed header height*/
  margin: -90px 0 0;
  visibility: hidden;
  pointer-events: none;
}
}
@media only screen and (min-width: 768px) {
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 130px; /* fixed header height*/
  margin: -130px 0 0;
  visibility: hidden;
  pointer-events: none;
}
}
.mce-flow-layout button, .mce-flow-layout button:hover {background-color: transparent;}
.jet-filters-counter {
    color: #FFFFFF;
    background: #9F2914;
    height: 30px;
    width: 30px;
    padding: 8px 0px 8px 0px !important;
    border-radius: 20px;
    text-align: center;
}
a[href^=tel] { 
    text-decoration:inherit;
    color: inherit;
} 
.elementor-field-type-recaptcha_v3,
.grecaptcha-badge {display: none !important;}
strong, b {font-weight:500;}
/* Headlines */
#content .elementor-widget-container h2 {position: relative; margin-bottom: 35px;}
#content .elementor-widget-container h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    border-radius: 5px;
    width: 20px;
    background: #9f2914;
}
#content .elementor-widget-container h2:before {
    content: '';
    position: absolute;
    left: 25px;
    bottom: -15px;
    height: 2px;
    border-radius: 5px;
    width: 50px;
    background: #9f2914;
}
#content .center .elementor-widget-container h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    height: 2px;
    border-radius: 5px;
    width: 50px;
    background: #9f2914;
    margin-left: -15px;
}
#content .center .elementor-widget-container h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    height: 2px;
    border-radius: 5px;
    width: 20px;
    background: #9f2914;
    margin-left: -40px;
}
input::placeholder, 
textarea::placeholder,
select {
    color: #666666 !important;
    opacity: 1 !important;
}
.jet-listing-not-found {text-align: left;}
/* Verbesserte Animationen */
@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: 'Work Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-regular.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-regular.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-regular.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-regular.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-regular.svg#WorkSans') format('svg');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-italic.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-italic.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-italic.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-italic.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-italic.svg#WorkSans') format('svg');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-700.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-700.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-700.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-700.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-700.svg#WorkSans') format('svg');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-600.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-600.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-600.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-600.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-600.svg#WorkSans') format('svg');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500.svg#WorkSans') format('svg');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500italic.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500italic.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500italic.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500italic.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500italic.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/work-sans/work-sans-v17-latin-500italic.svg#WorkSans') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-regular.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-regular.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-regular.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-regular.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-regular.svg#Roboto') format('svg');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500.svg#Roboto') format('svg');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-italic.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-italic.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-italic.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-italic.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-italic.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-italic.svg#Roboto') format('svg');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500italic.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500italic.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500italic.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500italic.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500italic.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v29-latin-500italic.svg#Roboto') format('svg');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v30-latin-700.eot');
	src: url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v30-latin-700.woff2') format('woff2'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v30-latin-700.woff') format('woff'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v30-latin-700.ttf') format('truetype'),
		url('/wp-content/themes/hello-elementor-child/fonts/roboto/roboto-v30-latin-700.svg#Roboto') format('svg');
}
/* End Custom Fonts CSS */