.elementor-kit-8{--e-global-color-primary:#1B3F7B;--e-global-color-secondary:#DC4821;--e-global-color-text:#C4E3FD;--e-global-color-accent:#61CE70;--e-global-color-19dbae5:#FFFFFF;--e-global-color-950eccd:#000000;--e-global-typography-primary-font-family:"Roboto condensed";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Roboto condensed";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:966px;}.e-con{--container-max-width:966px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-kit-8 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h4{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h5{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h6{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:1024px){.elementor-kit-8 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h4{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h5{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h6{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h4{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h5{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h6{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* SVG header with full width */
.header_logo img {
    width: 100% !important;
    max-width: 260px;
}

/* Prevent content being placed at edge of screen dimensions */
div[data-elementor-type="page"] section.elementor-section-boxed,
main.site-main section.elementor-section-boxed {
    max-width: 90vw;
    margin:3vh auto;
}
.elementor-location-header .elementor-container {
    width: 90% !important;
}

.elementor-location-footer .elementor-container {
    width: 90vw !important;
    margin: 0 auto !important;
}

/* Sticky Header Shrink */
header {
    transition: all 0.25s ease-in-out !important;
}
body.sticky-header header {
    padding: 0 !important;
}

/* Center Borlabs Cookie notices */
.BorlabsCookie {
    text-align: center;
    margin: 0 auto;
}

/* Don't underline links in buttons */
a.elementor-button-link.elementor-button:hover {
    text-decoration: none;
}

/* Elementor excerpt dots */
.elementor-post__excerpt p:after{
    content: "...";
}







/* Kontaktbutton im Menü auf Desktop ausblenden */




@media(min-width: 1025px) {
.mobile-contact-button {
    display:none !important;
}
}




.mobile-contact-button a {
    border-radius: 3em;
    background: #d2472c !important;
    color: #fff !important;
    display: block !important;
    max-width: 230px;
    margin: 1em auto;
    text-align: center;
    
}

.mobile-contact-button a:hover {
    background: #fff !important;
    color: #d2472c !important;
}

/* Search Button im Menü auf Desktop ausblenden */
@media(min-width: 1025px) {
.mobile-search-button {
    display:none !important;
}
}

.mobile-search-button a {
    border-radius: 3em;
    background: #C4E3FD !important;
    color: #1B3F7B !important;
    display: block !important;
    max-width: 230px;
    margin: 1em auto;
    text-align: center;
}

.mobile-search-button a:hover {
    background: #fff !important;
    color: #1B3F7B !important;
}








/* Kontaktformular*/
/* Labels */
.mfield .mf_label {
    color: #244178 !important;
}
.mfield label {
    margin-bottom: 1.5em;
}
/* Abstände */
.mf_field_container {
    margin-bottom: 2.5em;
}
/* Eingabefelder */
.mf_input_container input,
.mf_input_container textarea {
    border: 3px solid #c8e3fb !important;
    border-radius: .5em !important;
}
/* Senden Button */
button.mf-submit-btn {
    background: #d2472c !important;
    color: #fff !important;
    border-radius: 3em;
}
button.mf-submit-btn:hover {
    background: #fff !important;
    color: #d2472c !important;
    border: 1px solid #fff !important;
}

/* Suche */
body.search .site-main {
    padding: 2em 0;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto condensed';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../../2022/09/roboto-condensed-v25-latin-regular.woff') format('woff2'),
		url('../../2022/09/roboto-condensed-v25-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Roboto condensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../../2022/09/roboto-condensed-v25-latin-700.woff') format('woff2'),
		url('../../2022/09/roboto-condensed-v25-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Roboto condensed';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../../2022/09/roboto-condensed-v25-latin-300.woff') format('woff2'),
		url('../../2022/09/roboto-condensed-v25-latin-300.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../2022/08/roboto-v30-latin-regular.woff') format('woff2'),
		url('../../2022/08/roboto-v30-latin-regular.woff') format('woff');
}
/* End Custom Fonts CSS */