/*
    Theme Name: wehnercare
    Version: 1.0.1
*/

/* WEBFONTS */

@font-face {
    font-display: swap;
	font-family: 'Jazmin';
    src: url('/global-styles/webfonts/jazmin-regular-webfont.woff2') format('woff2'),
         url('/global-styles/webfonts/jazmin-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
	font-family: 'Jazmin';
    src: url('/global-styles/webfonts/jazmin-medium-webfont.woff2') format('woff2'),
         url('/global-styles/webfonts/jazmin-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Jazmin';
    src: url('/global-styles/webfonts/jazmin-mediumit-webfont.woff2') format('woff2'),
         url('/global-styles/webfonts/jazmin-mediumit-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
	font-display: swap;
	font-family: 'IBM Plex Sans';
	src: url('/global-styles/webfonts/ibm-plex-sans-v19-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}


/* GLOBALE FARBEN */

:root {

	--surface: #FFFFFF;
	
	--outline: #CFD0D1;
	
	--nav-item-verbund: #878889;
	--nav-item: #525354;
		
	--headline: #525354;
	--headline-light: #878889;
	--copy: #525354;
	--copy-light: #878889;
	
	--gap: 24px;
	
	--transition: all 0.2s ease-out;
	
	--section-padding-m: 96px;
	--section-padding-l: 192px;
	--section-padding-xl: 288px;
	
	--header-padding: 52px;
	--header-image-height: 560px;
	
	--news-image-height: 260px;
	
}


/* BLOG */

body.blog .column_blog {margin-bottom: var(--section-padding-m); }

body.blog .post-desc-wrapper { background: var(--surface-low); padding: 32px; }

body.blog .grid .post-desc-wrapper .post-desc { padding: 0; }

.post-meta .author-date i, .post-footer { display: none; }

body.blog .post-meta { margin-bottom: 3px; }

body.blog .post-desc h4.entry-title { line-height: 1.2em; }

body.single-post .post-nav, body.single-post .section-post-intro-share, body.single-post .section-post-related, body.single-post .verwandter_link, body.single-post .fixed-nav { display: none; }

body.single-post .post-header .title_wrapper h1 { font-size: 52px; line-height: 1.2em; }

body.single-post .the_content { background: var(--surface-low); margin-top: calc(var(--section-padding-m) - (var(--section-padding-m) * 2)); padding: var(--section-padding-l) 0 var(--section-padding-m); }

.share-simple .section-post-header .single-photo-wrapper.image .image_frame, .single-photo-wrapper .image_wrapper img { width: 100%; z-index: 999; }

.post .desc, .post-desc { min-height: 360px; }

.post-title, .desc h4 { min-height: 64px; }

figure.wp-block-image { margin-bottom: 12px; }


/* NEWS-SLIDER */

body.home .slick-list { margin-left: -12px; width: calc(100% + 24px); }

.blog_slider .blog_slider_ul li .item_wrapper .date_label { padding: 8px 32px !important; }

.blog_slider .blog_slider_ul li .item_wrapper .image_frame { margin-left: 0px; height: var(--news-image-height); }

.blog_slider .blog_slider_ul li .item_wrapper { background: var(--surface-low); margin: 0 12px; }

.blog_slider .blog_slider_ul.slick-slider { margin-left: -12px; } 

.post .desc { padding: 0 32px 40px; }

.post .desc h4 a { color: var(--headline); line-height: 1.2em; }

.post .desc .post_excerpt:before, body.blog .post-desc .post-excerpt:before { background: var(--outline); content: ''; display: block; height: 2px; margin: 3px 0 19px; width: 64px; }

body.blog .post-desc .post-excerpt:before { margin-top: 20px; }

.post .post_excerpt { color: var(--copy); }

.blog_slider .blog_slider_ul li .item_wrapper .date_label { background: none; }

.date_label, .post-meta .author-date { color: var(--copy-light); font-size: 15px; font-style: italic; font-weight: 700; padding: 0; }

.slider_pagination .slick-active a { top: 0; }

.blog_slider .slider_pager { margin-top: 44px; }

.slick-slide .post .image_wrapper img, body.blog .post .image_wrapper img { height: var(--news-image-height); object-fit: cover; }


/* OVERLAYS */

#mfn-popup-template-100 .mfn-popup-tmpl-content { background: var(--surface-low) !important; }

.mfn-popup-tmpl-content .wpcf7-form .column { padding: 0 12px; }

/* .mfn-popup-tmpl-content .wpcf7-form .one-second.column, .mfn-popup-tmpl-content .wpcf7-form .one-third.column { padding-right: 24px; } */


/* FORMULARE */

.wpcf7cf_step_controls .disabled { display: none; }

.wpcf7 p { margin-bottom: 12px; }

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index { background: var(--surface); }

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index { background-color: var(--primary); }

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active { border-color: var(--primary); }

.wpcf7cf_repeater_controls, .wpcf7cf_step_controls { width: 100%; }

.wpcf7-form label { color: var(--copy-light); font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.05em; line-height: 40px; text-transform: uppercase; }

span.wpcf7-list-item-label { color: var(--copy); font-family: 'Mulish'; font-size: 17px; font-weight: 400; letter-spacing: 0; text-transform: none; }

.dsgvo-accept span.wpcf7-list-item-label, .dsgvo-accept label { color: var(--copy-light) !important; font-size: 15px !important; font-weight: 400; letter-spacing: 0; line-height: 20px !important; text-transform: none; }

.wpcf7-form .divider { display: inline-block; height: 48px; width: 100%; }

.wpcf7-form h3 { margin-bottom: 32px; }

.wpcf7-form hr { background: var(--outline); color: var(--outline); display: inline-block; margin: 48px 0; }

.wpcf7-form select { appearance: none; background: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.50006C7.7037 8.50006 7.40741 8.38895 7.11111 8.16673L0.222222 1.72228C0.0740731 1.57413 0 1.40747 0 1.22228C0 1.0371 0.0740731 0.870432 0.222222 0.722283C0.370371 0.574134 0.518518 0.500061 0.666667 0.500061C0.814816 0.500061 0.962962 0.574134 1.11111 0.722283L8 7.16673L14.8889 0.722283C15.037 0.574134 15.2037 0.500061 15.3889 0.500061C15.5741 0.500061 15.7222 0.555616 15.8333 0.666728C15.9444 0.777839 16 0.925986 16 1.11117C16 1.29636 15.9259 1.46302 15.7778 1.61117L8.88889 8.16673C8.74074 8.31488 8.61111 8.40747 8.5 8.44451C8.38889 8.48154 8.22222 8.50006 8 8.50006Z' fill='%23525354'/%3E%3C/svg%3E") no-repeat 96% 50%; -moz-appearance: none; -webkit-appearance: none; }





html, body, #Content { background-color: #fff; }

/* UEBRSCHRIFTEN */

h1, h2, h3, h4 { color: var(--headline); font-family: 'Jazmin', sans-serif; font-weight: 500; line-height: 1em; }

h1 i, h2 i, h3 i  { color: var(--headline-light); font-size: 0.85em; }

h4 i { color: var(--headline-light); }

h1 { font-size: 52px; }

.headline_number { color: #C6D1CB; font-family: 'Jazmin', sans-serif; font-size: 72px; line-height: 76px; }


/* NAVIGATION */

#nav_verbund, #nav_seite { border-bottom: 1px solid var(--outline); }

#nav_verbund ul:not(.sub-menu), #nav_seite .column_header_menu, #nav_seite .column_header_menu .mcb-column-inner, #nav_seite .column_header_menu .mcb-column-inner ul:not(.sub-menu), .mfn-header-sticky-section .column_header_menu .mcb-column-inner ul:not(.sub-menu), .mfn-header-sticky-section .column_header_menu .mcb-column-inner, .mfn-header-sticky-section .column_header_menu { height: 100%; }

.mfn-header-menu-burger img.scale-with-grid { height: 48px; width: 48px !important; }

.mcb-item-header_burger-inner .icon-wrapper { width: 100% !important; }

.nav_link_inactive { cursor: default; }

.mfn-header-menu .mfn-menu-li.current-menu-item > .mfn-menu-link { color: var(--copy); }

#nav_seite .sub-menu li.mfn-menu-li.current-menu-item { background: var(--surface-low); }

#nav_verbund .mfn-header-menu > .mfn-menu-li > .mfn-menu-link { justify-content: flex-start; }


/* GLOBAL */

.mcb-column-inner { margin: 0; }

section.surface_low { background: var(--surface-low); }

.wrapper_with_gap .mcb-wrap-inner { gap: var(--gap); }

.wrapper_with_gap .one-second { width: calc(50% - 12px); }

.wrapper_with_gap .one-third { width: calc(33.33% - 16px); }

.wrapper_with_gap .one-fourth { width: calc(25% - 18px); }

.image_wrapper_square img { aspect-ratio: 1/1; object-fit: cover; }

.team hr { height: 3px; }

.iframe_youtube iframe { width: 100%; aspect-ratio: 16 / 9; }

.column_column ul, .column_column ol, .the_content_wrapper:not(.is-elementor) ul, .the_content_wrapper:not(.is-elementor) ol { color: var(--copy); }


/* HEADER-LINK-BOX */

.wrapper_header_link_box .section_wrapper { gap: var(--gap); }

.header_link_box { background: var(--surface-low); margin-top: -96px; padding: 32px 32px 0; }

.content_link_box { background: var(--surface-low); padding: 32px 32px 0; margin-bottom: calc(var(--gap) * 2); }

.one-second.mcb-wrap.header_link_box, .one-second.mcb-wrap.content_link_box { width: calc(50% - (24px * 0.5)); }

.one-third.mcb-wrap.header_link_box,.one-third.mcb-wrap.content_link_box { width: calc(33.33% - (24px * 0.666)); }

.header_link_box_number { color: var(--outline); font-family: 'Jazmin', sans-serif; font-size: 56px; font-weight: 400; line-height: 56px; margin-bottom: 20px; }

.header_link_box_subtitle, .pre_headline { color: var(--primary); font-family: 'IBM Plex Sans', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 6px; text-transform: uppercase; }

.header_link_box h3 { line-height: 1.2em; margin-bottom: 36px !important; }

.content_link_box h4 { font-size: 32px; line-height: 1.2em; margin-bottom: 4px !important; }

.content_link_box p { color: var(--copy-light); margin-bottom: 0; }

.content_link_box .image_wrapper { height: 64px; }

.header_link_box .button, .content_link_box .button { margin-bottom: -26px !important; }

.header_link_box .subtitle p, .content_link_box .subtitle p { margin-top: -30px; margin-bottom: 36px; }

.leistungen h2 { font-size: 52px; }

.leistungen h3 { font-size: 36px; }

.content_link_box .mcb-wrap-inner { gap: var(--gap); }


/* BUTTONS */

.button, .button_theme, .btn_cf { letter-spacing: 0.05em; text-transform: uppercase; }

.button, .btn_cf { background-color: var(--primary); border-color: var(--primary); color: var(--surface); }

.button_theme { background-color: transparent; border-color: var(--primary); color: var(--primary); }

.button:hover, .button_theme:hover, .btn_cf:hover { background-color: var(--secondary); border-color: var(--secondary); color: var(--surface); }

.button_label:after, .button_text:after { background: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4105 0L15.0788 0.529833C15.7804 2.30549 17.1265 4.08115 18.8019 5.28401H0V6.71599H18.8162C17.1265 7.90453 15.7947 9.68019 15.0931 11.4702L16.4248 12C17.4415 9.43675 20.0621 6.73031 22.926 6.73031V5.29833C20.0621 5.29833 17.4415 2.57757 16.4248 0.0286396L16.4105 0Z' fill='%2377CC00'/%3E%3C/svg%3E%0A") no-repeat; content: ''; display: inline-block; height: 12px; margin-left: 16px; transition: var(--transition); width: 23px; }

.button .button_label:after, .button_theme:hover .button_label:after, .btn_cf .button_label:after, #nav_verbund li.active a .menu-label:before, #nav_verbund li.active a .menu-label:before{ filter: brightness(5) saturate(0); }

.button_theme .button_label:after { filter: none; }

.button_text { color: var(--primary); font-family: 'IBM Plex Sans', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }


/* TESTIMONIALS */

blockquote { font-size: 21px; line-height: 36px !important; text-align: left; }

.blockquote blockquote, .blockquote { margin-bottom: 0; }

.style-simple blockquote { font-style: normal; }

.testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper { margin: 32px 24px; }

.testimonials_slider .testimonials_slider_ul li .bq_wrapper { padding: 30px 0 10px; }

.testimonials_slider .testimonials_slider_ul li .hr_dots { display: none; }

.testimonials_slider .testimonials_slider_ul li .author { font-style: italic; margin: 0 24px; text-align: left; }

.testimonials_slider .testimonials_slider_ul li .author h5 { color: var(--copy-light); font-size: 17px; font-weight: 600; line-height: 1em; }

.style-simple .blockquote .mfn-blockquote-icon { display: block; }

.blockquote .mfn-blockquote-icon { color: var(--primary); left: 1px; top: -10px; }

.wrapper_stimmen i { color: var(--copy-light); }


/* SLIDER */

.slider_pagination a { background: var(--surface-lower); }

.slider_pagination a, .slider_pagination a.selected, .slider_pagination .slick-active a { border-radius: 0; height: 8px; width: 40px; }

.slider_pagination .slick-active a:after { display: none; }

.slider_pagination a.selected, .slider_pagination .slick-active a { margin: 4px 8px; }


/* ICON-BOX */

.icon_box { background: var(--surface-low); padding: 32px 32px 24px; }

.surface_low .icon_box { background: var(--surface); }

.icon_box .image_wrapper { text-align: right; }

.icon_box .desc_wrapper { text-align: left; }

.style-simple .icon_box .desc_wrapper .title:before { background-color: var(--secondary); margin: 0; }

.icon_box h3, .icon_box h4 { line-height: 1.2em; }

.icon_box a { color: var(--primary); font-size: 17px; font-weight: 700; margin-bottom: 32px; transtition: var(--transition); }

.icon_box a:hover { color: var(--secondary); }

.icon_box a:before { background: var(--outline); content: ''; display: block; height: 2px; margin: 4px 0 16px; width: 64px; }

.wrapper_cards .mcb-column-inner, .wrapper_cards .icon_box { height: 100%; }


/* CARD-UNTERNEHMEN */

.wrap.wrapper_unternehmen .mcb-wrap-inner { gap: var(--gap); }

.card_unternehmen.mfn-nested-wrap .mcb-wrap-inner { gap: 0; }

.wrapper_unternehmen .one-fourth { width: calc(25% - (var(--gap) / 4 * 3)); }

.card_unternehmen { background: var(--surface-low); border-bottom: solid 8px; }

.card_unternehmen h3 { font-size: 26px; margin-top: 28px; padding: 0 24px; }

.card_unternehmen .column_column { margin-bottom: 24px; padding: 0 24px; }

.card_unternehmen.pflege { border-color: var(--primary); }

.card_unternehmen.service { border-color: var(--secondary); }


/* VERWANDTER LINK */

.verwandter_link { background: var(--surface-low); padding: 48px 0 24px; }

.verwandter_link .section_wrapper { gap: var(--gap); }

.verwandter_link .one-second { width: calc(50% - 12px); }

.verwandter_link_wrapper { align-items: center; border-bottom: 1px solid var(--outline); border-top: 1px solid var(--outline); display: flex; flex-direction: row; padding: 32px; }

.verwandter_link_icon { background: url("data:image/svg+xml,%3Csvg width='46' height='25' viewBox='0 0 46 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.821 0.5L30.1575 1.55967C31.5609 5.11098 34.253 8.66229 37.6038 11.068H0V13.932H37.6325C34.253 16.3091 31.5895 19.8604 30.1862 23.4403L32.8496 24.5C34.8831 19.3735 40.1241 13.9606 45.852 13.9606V11.0967C40.1241 11.0967 34.8831 5.65513 32.8496 0.557279L32.821 0.5Z' fill='%2377CC00'/%3E%3C/svg%3E") no-repeat; display: inline-block; height: 24px; margin-right: 32px; transition: var(--transition); width: 46px; }

.verwandter_link_label { font-family: 'Jazmin', sans-serif; font-size: 26px; font-weight: 500; line-height: 1.2em; }

.verwandter_link_label_top { color: var(--headline); }

.verwandter_link_label_bottom { color: var(--headline-light); font-style: italic;}

.verwandter_link_wrapper:hover { background: var(--surface-lower); }

.verwandter_link a { transition: var(--transition); }

.verwandter_link a:hover { text-decoration: none; }

.verwandter_link a:hover .verwandter_link_icon { margin-left: 12px; margin-right: 24px; }


/* FOOTER */

.footer_content_wrapper { border-bottom: 8px solid var(--primary); }

.mfn-footer { color: var(--copy-text); }

.footer_content_wrapper ul { list-style: none; }

.footer_content_wrapper ul, .footer_content_wrapper ul li:last-child { margin-bottom: 0; }

.mfn-footer .footer_content_wrapper ul li a { color: var(--headline); font-family: 'Jazmin', sans-serif; font-size: 20px; font-weight: 500; line-height: 20px; }

.mfn-footer a { color: var(--headline); }

.mfn-footer .footer_content_wrapper ul li a.footer_link_sub, .mfn-footer .footer_content_wrapper ul li a.footer_link_fb, .mfn-footer .footer_content_wrapper ul li a.footer_link_ig, .mfn-footer .footer_content_wrapper ul li a.footer_link_tt { color: var(--copy-light); font-family: 'Mulish', sans-serif; font-size: 17px; font-weight: 600; }

a.footer_link_fb, a.footer_link_ig, a.footer_link_tt { display: inline-flex; height: 24px; }

.mfn-footer .footer_content_wrapper a.footer_link_sub:before, #nav_seite .mfn-submenu .mfn-menu-link:before, #nav_verbund .sub-menu a .menu-label:before, #menu-verbund-menue-mobil li:not(.nav_structure_element, .nav_item_karriere) a .menu-label:before { background: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4105 0L15.0788 0.529833C15.7804 2.30549 17.1265 4.08115 18.8019 5.28401H0V6.71599H18.8162C17.1265 7.90453 15.7947 9.68019 15.0931 11.4702L16.4248 12C17.4415 9.43675 20.0621 6.73031 22.926 6.73031V5.29833C20.0621 5.29833 17.4415 2.57757 16.4248 0.0286396L16.4105 0Z' fill='%2377CC00'/%3E%3C/svg%3E%0A") no-repeat; content: ''; display: inline-block; height: 12px; margin-right: 10px; transition: var(--transition); width: 23px; }


.mfn-footer .footer_content_wrapper a.footer_link_fb:before { background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10.0235C20 8.64313 19.7418 7.34903 19.2254 6.14118C18.7089 4.93333 17.9891 3.86667 17.0657 2.94118C16.1424 2.01568 15.0783 1.29412 13.8732 0.776471C12.6682 0.258821 11.3772 0 10 0C8.62284 0 7.33177 0.258821 6.12676 0.776471C4.92175 1.29412 3.85759 2.01568 2.93427 2.94118C2.01095 3.86667 1.29108 4.93333 0.774648 6.14118C0.258214 7.34903 0 8.64313 0 10.0235C0 11.2471 0.195616 12.4 0.586854 13.4824C0.978093 14.5647 1.54147 15.5451 2.277 16.4235C3.01252 17.302 3.86541 18.0392 4.83568 18.6353C5.80595 19.2314 6.85445 19.6392 7.98122 19.8588V13.0353H6.00939V10.0235H7.98122V7.52941C7.98122 6.87059 8.14554 6.27451 8.47418 5.74118C8.80282 5.20784 9.22535 4.78432 9.74178 4.47059C10.2582 4.15686 10.8451 4 11.5023 4H13.9906V7.01176H12.0188C11.7371 7.01176 11.4945 7.11372 11.2911 7.31765C11.0876 7.52157 10.9859 7.74902 10.9859 8V10.0235H13.9906V13.0353H10.9859V20C12.2692 19.8745 13.4585 19.5294 14.554 18.9647C15.6495 18.4 16.6041 17.6706 17.4178 16.7765C18.2316 15.8823 18.8654 14.8628 19.3192 13.7176C19.7731 12.5725 20 11.3412 20 10.0235Z' fill='%23878889'/%3E%3C/svg%3E") no-repeat; }

.mfn-footer .footer_content_wrapper a.footer_link_ig:before { background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.03017 0.0839254C5.75336 0.144166 4.88143 0.347926 4.11918 0.647447C3.33029 0.954888 2.66165 1.36745 1.99636 2.03513C1.33107 2.70281 0.921389 3.37194 0.616106 4.16202C0.320663 4.92594 0.120501 5.79859 0.0641001 7.07611C0.00769954 8.35363 -0.00478059 8.76428 0.00145947 12.023C0.00769954 15.2817 0.0220997 15.6902 0.0840203 16.9704C0.144981 18.2469 0.348023 19.1186 0.647546 19.8811C0.955469 20.67 1.36755 21.3384 2.03548 22.0039C2.70341 22.6694 3.37205 23.0782 4.16406 23.3839C4.92727 23.6789 5.80016 23.88 7.07745 23.9359C8.35474 23.9918 8.76587 24.0048 12.0237 23.9986C15.2815 23.9923 15.6916 23.9779 16.9716 23.9172C18.2515 23.8565 19.1186 23.652 19.8813 23.3539C20.6702 23.0453 21.3391 22.6339 22.0042 21.9658C22.6692 21.2976 23.0787 20.628 23.3837 19.8374C23.6794 19.0742 23.8803 18.2013 23.9357 16.925C23.9916 15.6441 24.0048 15.2352 23.9986 11.9769C23.9923 8.71868 23.9777 8.31019 23.917 7.03051C23.8563 5.75083 23.653 4.88178 23.3537 4.11882C23.0453 3.32994 22.6337 2.66201 21.966 1.99601C21.2983 1.33001 20.6282 0.920808 19.8379 0.616487C19.0742 0.321046 18.2018 0.119686 16.9245 0.0644854C15.6472 0.00928517 15.2361 -0.00487488 11.9771 0.00136514C8.71811 0.00760516 8.3101 0.0215252 7.03017 0.0839254ZM7.17033 21.7771C6.00032 21.7262 5.36503 21.5318 4.94167 21.3691C4.38102 21.1531 3.98166 20.892 3.55974 20.4742C3.13781 20.0563 2.87861 19.6555 2.65973 19.0961C2.49532 18.6727 2.29732 18.0381 2.2426 16.8681C2.18308 15.6036 2.1706 15.2239 2.16364 12.0201C2.15668 8.81636 2.16892 8.43715 2.22436 7.17211C2.27428 6.00307 2.46988 5.36706 2.63237 4.94394C2.84837 4.38258 3.10853 3.98394 3.52734 3.56226C3.94614 3.14058 4.34574 2.8809 4.90567 2.66201C5.32855 2.49689 5.96312 2.30057 7.13265 2.24489C8.39818 2.18489 8.77739 2.17289 11.9807 2.16593C15.184 2.15897 15.5642 2.17097 16.8302 2.22665C17.9992 2.27753 18.6355 2.47121 19.0581 2.63465C19.619 2.85066 20.0181 3.1101 20.4398 3.52962C20.8615 3.94914 21.1214 4.3473 21.3403 4.90842C21.5057 5.3301 21.702 5.96443 21.7572 7.13467C21.8174 8.40019 21.8311 8.77964 21.8369 11.9827C21.8426 15.1857 21.8314 15.5661 21.7759 16.8307C21.7248 18.0007 21.5309 18.6362 21.3679 19.0601C21.1519 19.6205 20.8915 20.0201 20.4725 20.4415C20.0534 20.863 19.6543 21.1226 19.0941 21.3415C18.6717 21.5064 18.0364 21.7032 16.8679 21.7589C15.6023 21.8184 15.2231 21.8309 12.0186 21.8378C8.81411 21.8448 8.4361 21.8318 7.17057 21.7771M16.9531 5.58642C16.9535 5.87125 17.0385 6.14954 17.1971 6.38609C17.3558 6.62265 17.581 6.80684 17.8443 6.91538C18.1077 7.02391 18.3973 7.05192 18.6765 6.99585C18.9558 6.93978 19.2122 6.80216 19.4132 6.60039C19.6142 6.39862 19.7509 6.14176 19.806 5.8623C19.861 5.58285 19.8319 5.29334 19.7224 5.03041C19.6129 4.76747 19.4279 4.54292 19.1908 4.38514C18.9536 4.22736 18.675 4.14345 18.3902 4.14402C18.0084 4.14478 17.6425 4.29716 17.373 4.56765C17.1035 4.83814 16.9524 5.20459 16.9531 5.58642ZM5.83856 12.012C5.84528 15.4152 8.60915 18.1677 12.0117 18.1613C15.4142 18.1548 18.1687 15.3912 18.1622 11.988C18.1557 8.58476 15.3911 5.83147 11.9881 5.83819C8.58515 5.84491 5.83208 8.60924 5.83856 12.012ZM8.00002 12.0076C7.99846 11.2165 8.23153 10.4427 8.66976 9.78399C9.108 9.12531 9.73172 8.61137 10.462 8.30717C11.1924 8.00296 11.9965 7.92216 12.7727 8.07496C13.549 8.22777 14.2625 8.60733 14.823 9.16565C15.3836 9.72396 15.766 10.436 15.9218 11.2116C16.0777 11.9872 16.0001 12.7917 15.6988 13.5232C15.3975 14.2547 14.886 14.8804 14.2291 15.3213C13.5721 15.7621 12.7992 15.9983 12.0081 15.9998C11.4827 16.0009 10.9623 15.8985 10.4766 15.6985C9.99086 15.4985 9.54928 15.2047 9.17709 14.834C8.80489 14.4632 8.50938 14.0228 8.30741 13.5379C8.10545 13.0529 8.001 12.533 8.00002 12.0076Z' fill='%23878889'/%3E%3C/svg%3E%0A") no-repeat; }

.mfn-footer .footer_content_wrapper a.footer_link_tt:before { background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0001 0C5.3725 0 0 5.37244 0 12C0 18.6276 5.3725 24 12.0001 24C18.6277 24 24 18.6273 24 12C24 5.37268 18.6275 0 12.0001 0ZM14.7885 8.75796L14.7882 9.14422H14.7877V14.3355C14.7877 15.5731 14.3002 16.7503 13.4251 17.6254C12.55 18.5005 11.3728 18.9877 10.1355 18.9877C8.89817 18.9877 7.72091 18.5005 6.84593 17.6254C5.97079 16.7504 5.48328 15.5732 5.48328 14.3355C5.48328 13.0978 5.97079 11.921 6.84593 11.046C7.72099 10.1709 8.89793 9.68334 10.1355 9.68334H10.9988V12.129H10.1355C9.54792 12.129 8.99059 12.3599 8.57505 12.7754C8.15959 13.1909 7.92895 13.748 7.92895 14.3355C7.92895 14.923 8.15959 15.4804 8.57505 15.8959C8.99059 16.3111 9.548 16.5422 10.1355 16.5422C10.723 16.5422 11.2804 16.3111 11.6959 15.8959C12.1111 15.4804 12.342 14.9233 12.342 14.3406V5.01234H14.7775L14.8995 5.23812C15.2787 5.94091 15.7901 6.6072 16.4245 7.09876C16.9149 7.47898 17.47 7.74723 18.0832 7.85475L18.5167 7.93078L18.0515 10.2886L17.6349 10.2141C17.1387 10.1254 16.6515 9.9749 16.1954 9.75993C15.6719 9.51292 15.1863 9.17969 14.7885 8.75796Z' fill='%23878889'/%3E%3C/svg%3E%0A") no-repeat; }

a.footer_link_fb:before, a.footer_link_ig:before, a.footer_link_tt:before { content: ''; display: block; height: 24px; margin-right: 8px; margin-top: 1px; transition: var(--transition); width: 24px; }

.mfn-footer a:not(.button,.icon_bar,.mfn-btn,.mfn-option-btn):hover, .mfn-footer .footer_content_wrapper ul li a.footer_link_sub:hover, .mfn-footer .footer_content_wrapper ul li a.footer_link_fb:hover {color: var(--primary); text-decoration: none; }

.footer_socials { display: flex; gap: 24px; }

.footer_socials_cookie { border-top: 1px solid var(--outline); margin-top: 16px; padding-top: 16px; }


/* BILD-SLIDER */

.content_slider { padding: 0 88px; }

.content_slider.flat.description ul li .desc { padding: 0; }

.content_slider .slick-slide li h1 { display: none; }

.content_slider.flat a.button { background: var(--primary) !important; height: 56px; width: 56px; }

.content_slider.flat a.button:hover { background: var(--secondary) !important; }

.slider_next .icon-right-open-big:before { background: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5975 0L20.8218 0.706444C21.7574 3.07399 23.5521 5.44153 25.786 7.04535L0.716797 7.04535L0.716797 8.95465L25.8051 8.95465C23.5521 10.5394 21.7765 12.9069 20.8409 15.2936L22.6166 16C23.9722 12.5823 27.4662 8.97375 31.2848 8.97375V7.06444C27.4662 7.06444 23.9722 3.43675 22.6166 0.0381862L22.5975 0Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat; content: ''; display: block; height: 16px; width: 31px; }

.slider_prev .icon-left-open-big:before { background: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.40253 16L11.1782 15.2936C10.2426 12.926 8.44788 10.5585 6.21399 8.95465L31.2832 8.95465L31.2832 7.04535L6.1949 7.04534C8.44788 5.46062 10.2235 3.09308 11.1591 0.706442L9.38344 -1.91454e-06C8.02784 3.41766 4.5338 7.02625 0.715184 7.02625L0.715184 8.93556C4.5338 8.93556 8.02783 12.5632 9.38344 15.9618L9.40253 16Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat; content: ''; display: block; height: 16px; width: 31px; }

.content_slider.flat.description ul li .desc { color: var(--copy-light); font-style: italic; margin-bottom: 20px; }


/* BREADCRUMB */

#Subheader { padding: 30px 0 10px; }

.subheader-both-center #Subheader .breadcrumbs { text-align: left; }

#Subheader ul.breadcrumbs li span { margin: 0 4px 0 0; opacity: 1; }

.mfn-breadcrumbs-separator .icon-right-open:before { color: var(--copy-light); content: '/'; font-family: 'Mulish'; font-weight: 700; }


#Subheader:after { display: none; }

#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a { color: var(--copy-light); font-size: 15px; font-weight: 700; }


/* FAQ */

.faq_wrapper .mcb-wrap-inner { gap: var(--gap); padding-top: 8px; }

.faq_wrapper .column.one-second { width: calc(50% - (var(--gap) / 2)); }

.accordion .question { background: var(--surface); border: 0; margin-bottom: 24px !important; }

.icon-plus:before { background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='%2377CC00'/%3E%3Cpath d='M11.2222 5.77778C11.2222 5.58333 11.3032 5.40509 11.4653 5.24306C11.6273 5.08102 11.8056 5 12 5C12.1944 5 12.3727 5.08102 12.5347 5.24306C12.6968 5.40509 12.7778 5.58333 12.7778 5.77778V11.2222H18.2222C18.4167 11.2222 18.5949 11.3032 18.7569 11.4653C18.919 11.6273 19 11.8056 19 12C19 12.1944 18.919 12.3727 18.7569 12.5347C18.5949 12.6968 18.4167 12.7778 18.2222 12.7778H12.7778V18.2222C12.7778 18.4167 12.6968 18.5949 12.5347 18.7569C12.3727 18.919 12.1944 19 12 19C11.8056 19 11.6273 18.919 11.4653 18.7569C11.3032 18.5949 11.2222 18.4167 11.2222 18.2222V12.7778H5.77778C5.58333 12.7778 5.40509 12.6968 5.24306 12.5347C5.08102 12.3727 5 12.1944 5 12C5 11.8056 5.08102 11.6273 5.24306 11.4653C5.40509 11.3032 5.58333 11.2222 5.77778 11.2222H11.2222V5.77778Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat; content: ''; display: inline-block; height: 24px; width: 24px; }

.icon-minus:before { background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='%2377CC00'/%3E%3Cpath d='M5 12C5 11.8056 5.08102 11.6273 5.24306 11.4653C5.40509 11.3032 5.58333 11.2222 5.77778 11.2222H18.2222C18.4167 11.2222 18.5949 11.3032 18.7569 11.4653C18.919 11.6273 19 11.8056 19 12C19 12.1945 18.919 12.3727 18.7569 12.5347C18.5949 12.6968 18.4167 12.7778 18.2222 12.7778H5.77778C5.58333 12.7778 5.40509 12.6968 5.24306 12.5347C5.08102 12.3727 5 12.1945 5 12Z' fill='white'/%3E%3C/svg%3E") no-repeat; content: ''; display: inline-block; height: 24px; width: 24px; }

.accordion .question > .title { font-size: 17px; font-weight: 600; line-height: 29px; padding: 24px 0px 24px 48px; }

.style-simple .accordion .question .title { padding-left: 74px; }

.accordion .question > .title > .acc-icon-plus, .accordion .question .title > .acc-icon-minus { margin-left: 32px; width: 24px; }

.faq .question > .title > .acc-icon-plus, .faq .question .title > .acc-icon-minus { top: 27px; }

.style-simple .accordion .question.active:after { display: none; }

.style-simple .accordion .question .answer { margin-top: -16px; padding: 0 20px 24px 74px; }

.style-simple .accordion .question .title:hover { color: var(--primary); }

.accordion .question.active > .title { color: var(--headline); }

.surface_low .slider_pagination a { background: var(--surface); }

.surface_low .slider_pagination .slick-active a { background: var(--primary); }


/* SECTIONS */

.section_top_m { padding-top: var(--section-padding-m); }

.section_top_l { padding-top: var(--section-padding-l); }

.section_top_xl { padding-top: var(--section-padding-xl); }

.section_bottom_m { padding-bottom: var(--section-padding-m); }

.section_bottom_ml { padding-bottom: calc(var(--section-padding-l) - 48px); }

.section_bottom_l { padding-bottom: var(--section-padding-l); }

.section_bottom_xl { padding-bottom: var(--section-padding-xl); }

.section_header_image { margin-bottom: calc(var(--section-padding-m) - (var(--section-padding-m) * 2)); }

.section_bottom_negative { margin-bottom: calc(var(--section-padding-m) - (var(--section-padding-m) * 2)); }

.section_top_negative { margin-top: calc(var(--section-padding-m) - (var(--section-padding-m) * 2)); }

.header_image_wrapper { height: var(--header-image-height); }

.wrapper_buttons .mcb-wrap-inner { gap: var(--gap); }

.image_top_negative { margin-top: calc(var(--section-padding-m) - (var(--section-padding-m) * 3)) !important; }

.header_top_padding { padding-top: var(--header-padding); }

.header_bottom_padding { padding-bottom: var(--header-padding); }



/* FORMULARE */

.kontaktformular, .anfrageformular { margin-left: -12px; width: calc(100% + 24px); }

.kontaktformular .column { padding: 0 12px 9px; }

.wpcf7 input[type="submit"] { font-size: 15px; font-weight: 700; }

.dsgvo-accept { color: var(--copy-light); font-size: 15px; font-weight: 400; line-height: 20px; padding-left: 20px; margin-bottom: 32px; margin-top: -5px; }

.dsgvo-accept a { color: var(--copy-light); text-decoration: underline; }

.dsgvo-accept a:hover { color: var(--primary); }

.dsgvo-accept .wpcf7-list-item { margin: 0; }

.dsgvo-accept input[type="checkbox"] { margin-left: -20px; }

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea { background-color: var(--surface-low) !important; border: 1px solid var(--surface-low); font-size: 17px; padding: 24px; }

input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus { color: var(--copy); background-color: var(--surface); border: 1px solid var(--primary); }

.surface_low input[type="date"], .surface_low input[type="email"], .surface_low input[type="number"], .surface_low input[type="password"], .surface_low input[type="search"], .surface_low input[type="tel"], .surface_low input[type="text"], .surface_low input[type="url"], .surface_low select, .surface_low textarea { background-color: var(--surface) !important; }


/* FAB */

#fab_wrapper { align-items: center; bottom: 32px; display: flex; flex-direction: column; wrap; gap: 12px; justify-content: center; position: fixed; right: 0; z-index: 9999; }

.fab { align-items: center; display: flex; flex-wrap: wrap; height: 64px; justify-content: center; transition: var(--transition); width: 64px; }

.fab.primary { background: var(--primary); }

.fab.secondary { background: var(--secondary); }

.fab.primary:hover { background: var(--secondary); }

.fab.secondary:hover { background: var(--primary); }

.fab.telefon span, .fab.mail span, .fab.jobs span { display: inline-block; height: 36px; text-indent: -9999px; white-space: nowrap; width: 36px; }

.fab.telefon span { background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.34479 1.43517C5.76219 -0.982188 9.84992 -0.240922 11.2646 2.87134L14.3365 9.62936C15.0936 11.295 14.8531 13.2243 13.7561 14.646C13.3969 15.1116 12.9451 15.3978 12.5873 15.5813L7.28187 18.3011C8.56929 20.3608 10.1086 22.3084 11.9001 24.0998C13.6916 25.8913 15.6391 27.4307 17.6988 28.7182L20.4188 23.4126C20.6022 23.0549 20.8885 22.6032 21.3541 22.244C22.7758 21.1468 24.705 20.9065 26.3707 21.6636L33.1287 24.7355C36.2409 26.1501 36.9821 30.2379 34.5649 32.6552L32.541 34.6791C31.5438 35.6763 30.1042 36.1949 28.6464 35.9321C21.7758 34.6935 15.1991 31.4181 9.89046 26.1094C4.58188 20.8008 1.30638 14.2241 0.0678081 7.35365C-0.195006 5.89574 0.323612 4.45616 1.32089 3.45896M20.1748 30.1184C23.032 31.5724 26.0586 32.5779 29.1506 33.1351C29.6231 33.2204 30.1413 33.0593 30.5312 32.6696L32.5552 30.6457C33.5694 29.6314 33.2585 27.9163 31.9527 27.3227L25.1946 24.2508C24.4962 23.9335 23.6864 24.0339 23.0902 24.4939C23.0904 24.4939 23.0906 24.4937 23.0902 24.4939C23.0879 24.4958 23.0739 24.5081 23.0504 24.5392C23.0231 24.5754 22.9888 24.6296 22.9479 24.7094L20.1748 30.1184ZM5.88167 15.8253L11.2907 13.0522C11.3705 13.0113 11.4246 12.9769 11.4608 12.9496C11.496 12.9231 11.5067 12.9089 11.5061 12.9097C11.9661 12.3136 12.0665 11.5038 11.7491 10.8054L8.67726 4.04738C8.08371 2.74159 6.36864 2.43059 5.35439 3.44484L3.33047 5.46865C2.94054 5.85854 2.77956 6.37675 2.86477 6.84946C3.42215 9.94131 4.42763 12.9679 5.88167 15.8253Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat; }

.fab.mail span { background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.4271 2.55925C34.7848 2.7952 35 3.19504 35 3.62352V30.5478C35 30.9764 34.7848 31.376 34.4271 31.612C34.0694 31.848 33.6172 31.8886 33.2233 31.7199L21.4807 26.6936L14.8962 33.278C14.5315 33.6426 13.9831 33.7518 13.5067 33.5544C13.0302 33.357 12.7196 32.8923 12.7196 32.3765V22.9434L1.77326 18.2578C1.3042 18.057 1 17.5958 1 17.0857C1 16.5755 1.3042 16.1143 1.77326 15.9135L33.2233 2.45139C33.6172 2.28277 34.0694 2.32329 34.4271 2.55925ZM15.2696 24.0349V29.2985L18.9554 25.6125L15.2696 24.0349ZM21.6644 23.9984L16.291 21.6983L32.45 6.56449V28.6151L21.7182 24.0215C21.7004 24.0133 21.6825 24.0057 21.6644 23.9984ZM27.5623 7.64832L13.7308 20.6025L5.51505 17.0857L27.5623 7.64832Z' fill='white'/%3E%3C/svg%3E") no-repeat; }

.fab.jobs span { background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9808 0C11.6594 0 8.14827 3.50868 8.14827 7.80907C8.14827 12.1095 11.6594 15.6181 15.9628 15.6181C20.2661 15.6181 23.7772 12.1095 23.7772 7.80907C23.7772 3.50868 20.3021 0 15.9808 0ZM10.8491 7.80907C10.8491 4.98413 13.1359 2.69899 15.9628 2.69899C18.7897 2.69899 21.0764 4.98413 21.0764 7.80907C21.0764 10.634 18.7897 12.9192 15.9628 12.9192C13.1359 12.9192 10.8491 10.634 10.8491 7.80907ZM10.453 18.3351C5.23135 18.3351 1 22.5635 1 27.7816V30.1387C1 32.3699 2.81858 34.1872 5.05129 34.1872H14.7564C14.0722 33.3775 13.514 32.4598 13.0638 31.4882H5.05129C4.31305 31.4882 3.70086 30.8764 3.70086 30.1387V27.7816C3.70086 24.057 6.72582 21.0341 10.453 21.0341H13.0998C13.568 20.0625 14.1442 19.1448 14.8464 18.3351H10.453ZM23.6332 34.637C25.6318 34.637 27.4864 33.9893 28.9809 32.8917L31.6998 35.6086C32.2219 36.1305 33.0862 36.1305 33.6084 35.6086C34.1305 35.0868 34.1305 34.2232 33.6084 33.7014L30.8895 30.9844C31.9879 29.4909 32.6361 27.6556 32.6361 25.6584C32.6361 20.6922 28.6028 16.6618 23.6332 16.6618C18.6636 16.6618 14.6303 20.6922 14.6303 25.6584C14.6303 30.6245 18.6636 34.655 23.6332 34.655V34.637ZM23.6332 19.3427C20.1581 19.3427 17.3312 22.1677 17.3312 25.6404C17.3312 29.1131 20.1581 31.938 23.6332 31.938C25.3077 31.938 26.8382 31.2903 27.9546 30.2107C27.9906 30.1567 28.0266 30.1207 28.0806 30.0667C28.1166 30.0307 28.1706 29.9768 28.2247 29.9408C29.287 28.8072 29.9352 27.2958 29.9352 25.6224C29.9352 22.1497 27.1083 19.3248 23.6332 19.3248V19.3427Z' fill='white'/%3E%3C/svg%3E") no-repeat; }



/* RESPONSIVE DESIGN */

@media only screen and (max-width: 1279px) {
	
		.section_wrapper, .container, .with_aside .content_wrapper, .content_wrapper .section_wrapper, .container, .four.columns .widget-area { max-width: 100% !important; padding-left: 48px; padding-right: 48px; }
	
}

@media only screen and (max-width: 1023px) {
	
		.section_wrapper, .container, .with_aside .content_wrapper, .content_wrapper .section_wrapper, .container, .four.columns .widget-area { padding-left: 28px; padding-right: 28px; }
	
}


@media only screen and (min-width: 768px) and (max-width: 1079px) {
	
	.button { padding: 15px 18px; }
	
}


@media only screen and (min-width: 960px) {
	
	body.blog .blog_wrapper { margin-left: calc((var(--gap) / 2) - var(--gap)); width: calc(100% + (2 * var(--gap))); }
	
	body.blog .grid .post-item { margin: 0 12px var(--gap); width: calc(33.33% - var(--gap)) !important }
	
	#nav_verbund a { color: var(--nav-item-verbund); font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.05em; padding: 8px 24px; text-transform: uppercase; }

	#nav_verbund .mcb-column-inner, #nav_verbund .column_header_menu { height: 100%; }

	#nav_verbund li.mfn-menu-li { transition: var(--transition); }

	#nav_verbund ul:not(.sub-menu) > li { border-right: 1px solid var(--outline); width: 16.666%; }

	#nav_verbund li.mfn-menu-li:last-child { border-right: none !important; }

	#nav_verbund li.mfn-menu-li:hover, #nav_seite .sub-menu li.mfn-menu-li:hover { background: var(--surface-low); }

	#nav_verbund .mfn-header-menu .mfn-menu-link .label-wrapper { flex: 1; }

	#nav_verbund .mfn-header-menu .mfn-menu-li .mfn-submenu { border: 1px solid var(--outline); border-radius: 0; margin-left: -1px; min-width: 320px; width: calc(100% + 72px); }

	#nav_verbund .mfn-header-menu .mfn-menu-li .mfn-submenu a { border-bottom: 1px solid var(--outline); padding: 24px; }

	#nav_verbund .mfn-header-menu .mfn-submenu .mfn-menu-li:last-child a { border-bottom: none; }

	#nav_verbund li.nav_item_verbund .menu-label { overflow: hidden; text-indent: -9999px; }

	.mfn-header-menu .mfn-menu-li .mfn-submenu .mfn-menu-li:last-child .mfn-menu-link, .mfn-header-menu .mfn-menu-li .mfn-submenu .mfn-menu-li:first-child .mfn-menu-link { border-radius: 0; }

	#nav_verbund li.nav_item_verbund a:before { background: url("data:image/svg+xml,%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 104 17'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23878889; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M15.3,4.8c.4,0,.6.2.5.6l-3,10.8c0,.3-.3.5-.6.5h-1.8c-.3,0-.5-.1-.6-.5l-1.9-6.9h0l-1.9,6.9c0,.3-.3.5-.6.5h-1.8c-.3,0-.5-.1-.6-.5L0,5.4c-.1-.4,0-.6.5-.6h1.6c.3,0,.5.1.6.5l1.9,7.6h0l2.1-7.6c0-.3.3-.5.6-.5h1.2c.3,0,.5.1.6.5l2.1,7.5h0l1.9-7.5c0-.3.3-.5.6-.5h1.5,0ZM36.4,9v7.1c0,.4-.2.5-.5.5h-1.5c-.4,0-.5-.2-.5-.5v-7c0-1.6-.6-2.4-2-2.4s-2,.8-2,2.4v7c0,.4-.2.5-.5.5h-1.5c-.4,0-.6-.2-.6-.5V.6c0-.4.2-.6.6-.6h1.5c.4,0,.5.2.5.6v4.9h0c.6-.6,1.4-.9,2.5-.9,2.6,0,4,1.6,4,4.5h0ZM60,9c0-2.9,1.4-4.5,4.1-4.5s1.9.2,2.7.7c.3.2.3.5.2.7l-.5,1c-.2.3-.4.4-.7.2-.4-.2-.9-.3-1.3-.3-1.2,0-1.8.7-1.8,2.2v7.2c0,.4-.2.6-.5.6h-1.5c-.4,0-.5-.2-.5-.6v-7.1h0ZM75.8,15.1c.1.2.1.3,0,.5-.9.9-2,1.4-3.4,1.4-2.8,0-4.4-1.6-4.4-4.6v-3.2c0-3,1.6-4.5,4.3-4.5s2.5.4,3.2,1.1c.2.1.2.3,0,.5l-.4.4c-.1.2-.4.2-.5,0-.6-.6-1.3-.8-2.3-.8-2,0-3,1.1-3,3.5v2.8c0,2.4,1,3.5,3.1,3.5s1.7-.3,2.4-1c.2-.2.4-.2.5,0l.4.4h0ZM87.8,8.8c0-2.7,1.3-4.2,3.8-4.2s1.9.3,2.6.8c.2.1.2.3.1.5l-.3.5c-.1.2-.3.2-.5,0-.6-.4-1.1-.6-1.8-.6-1.7,0-2.5.9-2.5,3v7.4c0,.2-.1.4-.4.4h-.7c-.2,0-.4-.1-.4-.4v-7.5h0ZM81.2,4.6c-1.4,0-2.6.4-3.6,1.3-.2.2-.2.3,0,.5l.4.5c.1.2.3.2.5,0,.7-.7,1.6-1.1,2.6-1.1,2.1,0,3,1.1,3,3.5v.2l-2.9.2c-2.6.2-4.2,1.3-4.2,3.5s1.5,3.6,4.1,3.6,2.2-.3,2.9-.9v.2c0,.2.1.4.4.4h.7c.2,0,.4-.1.4-.4v-7.1c0-3-1.5-4.5-4.4-4.5h0ZM81.2,15.7c-1.7,0-2.7-.8-2.7-2.3s1-2.2,2.9-2.3l2.7-.2v1.4c0,2.4-.9,3.4-3,3.4h0ZM45,9.2c0-1.6-.6-2.4-1.9-2.4s-1.4.1-1.8.2c-.1,0-.2.1-.2.3v8.8c0,.3-.2.5-.6.5h-1.5c-.3,0-.5-.2-.5-.5V5.7c0-.3.2-.5.4-.5.8-.2,2.6-.6,4.1-.6,2.9,0,4.5,1.5,4.5,4.4v7.1c0,.3-.2.5-.5.5h-1.5c-.3,0-.5-.2-.5-.5v-6.9h0ZM25.7,9.1v1.9c0,.3-.2.5-.5.5l-6,.5c0,1.9.8,2.7,2.5,2.7s1.5-.3,2.2-.8c.2-.2.5-.1.7.1l.6.9c.2.3.2.5-.1.8-.9.8-2.2,1.3-3.6,1.3-3.3,0-5-1.5-5-4.7v-3.2c0-3,1.6-4.5,4.6-4.5s4.5,1.6,4.5,4.5h0ZM23.2,9.3c0-1.7-.6-2.5-2-2.5s-2,.8-2,2.5v.8l4-.4v-.5h0ZM58.5,9.1v1.9c0,.3-.2.5-.5.5l-6,.5c0,1.9.8,2.7,2.5,2.7s1.5-.3,2.2-.8c.2-.2.5-.1.7.1l.6.9c.2.3.2.5-.1.8-.9.8-2.2,1.3-3.5,1.3-3.3,0-5-1.5-5-4.7v-3.2c0-3,1.6-4.5,4.5-4.5s4.5,1.6,4.5,4.5h0ZM56,9.3c0-1.7-.6-2.5-2-2.5s-2,.8-2,2.5v.8l4-.4v-.5h0ZM104,9.1v1.7c0,.2-.2.4-.3.4l-6.8.6v.4c0,2.5,1,3.5,3.2,3.5s1.8-.4,2.6-1.2c.2-.2.4-.2.5,0l.4.5c.1.2.1.4,0,.5-1,1-2.2,1.5-3.7,1.5-2.9,0-4.5-1.5-4.5-4.7v-3.2c0-2.9,1.5-4.5,4.3-4.5s4.3,1.6,4.3,4.5h0ZM102.6,9.3c0-2.3-.9-3.4-2.9-3.4s-2.9,1.1-2.9,3.4v1.2l5.7-.5v-.7Z'/%3E%3C/svg%3E") no-repeat; content: ''; display: inline-block; height: 18px; width: 104px; }

	#nav_verbund li.nav_item_verbund a:hover:before{ background: url("data:image/svg+xml,%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104 16.96'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230069b4; %7D .cls-2 %7B fill: %237c0; %7D %3C/style%3E%3C/defs%3E%3Cg id='Ebene_1-2' data-name='Ebene 1'%3E%3Cg%3E%3Cpath class='cls-2' d='M15.34,4.83c.4,0,.57.24.48.62l-3.02,10.76c-.07.31-.29.45-.6.45h-1.76c-.31,0-.52-.14-.6-.48l-1.88-6.86h-.05l-1.9,6.86c-.07.33-.29.48-.6.48h-1.76c-.31,0-.52-.14-.6-.45L.03,5.45c-.1-.38.07-.62.48-.62h1.62c.31,0,.52.14.6.48l1.93,7.64h.05l2.12-7.64c.07-.33.29-.48.6-.48h1.17c.31,0,.52.14.6.48l2.1,7.53h.05l1.93-7.53c.07-.33.29-.48.6-.48h1.5ZM36.44,9v7.12c0,.36-.19.55-.55.55h-1.5c-.36,0-.55-.19-.55-.55v-6.95c0-1.62-.62-2.38-1.95-2.38s-1.95.81-1.95,2.38v6.95c0,.36-.19.55-.55.55h-1.5c-.36,0-.55-.19-.55-.55V.55c0-.36.19-.55.55-.55h1.5c.36,0,.55.19.55.55v4.91h.05c.57-.62,1.4-.9,2.48-.9,2.57,0,3.98,1.55,3.98,4.45ZM59.99,9.03c0-2.93,1.41-4.48,4.14-4.48,1.02,0,1.91.21,2.67.67.29.17.33.45.19.74l-.55.98c-.17.33-.4.36-.74.19-.4-.21-.86-.33-1.31-.33-1.21,0-1.81.72-1.81,2.17v7.17c0,.36-.19.55-.55.55h-1.5c-.36,0-.55-.19-.55-.55v-7.1ZM44.98,9.17c0-1.61-.62-2.37-1.92-2.37-.69,0-1.41.15-1.75.23-.12.03-.2.14-.2.26v8.81c0,.3-.24.55-.55.55h-1.5c-.3,0-.55-.24-.55-.55V5.68c0-.26.18-.48.43-.54.8-.19,2.58-.58,4.11-.58,2.92,0,4.51,1.54,4.51,4.44v7.1c0,.3-.24.55-.55.55h-1.5c-.3,0-.55-.24-.55-.55v-6.93ZM25.72,9.07v1.91c0,.28-.22.52-.5.54l-6,.53h0c0,1.88.76,2.67,2.48,2.67.83,0,1.5-.27,2.19-.84.22-.19.55-.13.72.11l.64.93c.19.26.17.52-.1.76-.93.83-2.19,1.29-3.55,1.29-3.26,0-4.98-1.55-4.98-4.72v-3.17c0-3,1.62-4.52,4.55-4.52s4.55,1.59,4.55,4.52ZM23.25,9.27c0-1.67-.64-2.48-2-2.48s-2.02.81-2.02,2.48v.83l4.02-.35v-.47ZM58.47,9.07v1.91c0,.28-.22.52-.5.54l-6,.53h0c0,1.88.76,2.67,2.48,2.67.83,0,1.5-.27,2.19-.84.22-.19.55-.13.72.11l.64.93c.19.26.17.52-.1.76-.93.83-2.19,1.29-3.55,1.29-3.26,0-4.98-1.55-4.98-4.72v-3.17c0-3,1.62-4.52,4.55-4.52s4.55,1.59,4.55,4.52ZM55.99,9.27c0-1.67-.64-2.48-2-2.48s-2.02.81-2.02,2.48v.83l4.02-.35v-.47Z'/%3E%3Cpath class='cls-1' d='M75.85,15.07c.14.17.14.33-.02.52-.88.9-2,1.36-3.36,1.36-2.83,0-4.41-1.57-4.41-4.55v-3.24c0-2.98,1.55-4.53,4.33-4.53,1.38,0,2.48.38,3.24,1.14.17.14.17.33.02.5l-.36.43c-.14.19-.36.19-.52.02-.6-.57-1.29-.83-2.29-.83-2.02,0-2.98,1.07-2.98,3.5v2.79c0,2.43,1,3.5,3.07,3.5.95,0,1.71-.33,2.38-1.02.17-.19.36-.19.52,0l.36.4ZM87.85,8.81c0-2.74,1.31-4.17,3.83-4.17,1.02,0,1.91.26,2.62.76.19.14.24.31.12.5l-.31.48c-.14.21-.31.24-.5.09-.55-.38-1.14-.57-1.81-.57-1.74,0-2.5.93-2.5,3v7.41c0,.24-.12.36-.36.36h-.74c-.24,0-.36-.12-.36-.36v-7.5ZM81.21,4.64c-1.38,0-2.6.43-3.6,1.33-.17.17-.17.33-.02.5l.4.52c.14.19.31.19.48.02.67-.67,1.62-1.12,2.62-1.12,2.05,0,3.02,1.07,3.02,3.5v.21l-2.91.24c-2.64.24-4.19,1.33-4.19,3.52s1.5,3.57,4.14,3.57c1.25,0,2.23-.31,2.95-.88v.23c0,.24.12.36.36.36h.74c.24,0,.36-.12.36-.36v-7.14c0-2.98-1.5-4.53-4.36-4.53ZM81.16,15.69c-1.72,0-2.69-.81-2.69-2.31s1.04-2.15,2.91-2.31l2.74-.24v1.43c0,2.36-.93,3.43-2.95,3.43ZM104,9.1v1.67c0,.2-.15.36-.35.38l-6.77.59v.45c0,2.45,1,3.5,3.24,3.5,1.05,0,1.83-.38,2.62-1.21.17-.19.36-.19.5,0l.41.45c.14.17.14.36,0,.52-.97,1.02-2.22,1.5-3.69,1.5-2.93,0-4.53-1.52-4.53-4.67v-3.19c0-2.91,1.5-4.45,4.29-4.45s4.29,1.55,4.29,4.45ZM102.62,9.31c0-2.33-.91-3.41-2.88-3.41s-2.86,1.07-2.86,3.41v1.21l5.74-.5v-.71Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat; }

	#nav_verbund li.nav_item_karriere { background: var(--primary); }

	#nav_verbund li.nav_item_karriere:hover { background: var(--secondary); }

	#nav_verbund li.nav_item_karriere a { color: #fff; }

	#nav_verbund .nav_item_karriere .mfn-menu-link .menu-sub, #nav_verbund .nav_item_verbund_karriere .mfn-menu-link .menu-sub { display: inline-block !important; }

	#nav_verbund .nav_item_karriere .mfn-menu-link .menu-sub .fa-plus:before { background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8843 0.260869C11.7108 0.0869554 11.5374 0 11.3639 0H3.38313C3.15181 0 2.97831 0.0579705 2.86265 0.173913C2.74699 0.289856 2.68916 0.449275 2.68916 0.652174C2.68916 0.855074 2.74699 1.01449 2.86265 1.13043C2.97831 1.24638 3.15181 1.30435 3.38313 1.30435H9.71566L0.173494 10.8696C0.0578308 10.9855 0 11.1449 0 11.3478C0 11.5507 0.0722883 11.7101 0.216868 11.8261C0.361447 11.942 0.520481 12 0.693976 12C0.867471 12 1.01205 11.942 1.12771 11.8261L10.6699 2.26087V8.69565C10.6699 8.86957 10.7277 9.01449 10.8434 9.13043C10.959 9.24638 11.1181 9.30435 11.3205 9.30435C11.5229 9.30435 11.6819 9.24638 11.7976 9.13043C11.9133 9.01449 11.9711 8.86957 11.9711 8.69565V0.695652C12.0289 0.521738 12 0.376812 11.8843 0.260869Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat; content: ''; display: inline-block; height: 12px; width: 12px; }
	
	#nav_verbund .nav_item_verbund_karriere .mfn-menu-link .menu-sub .fa-plus:before { background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8843 0.260869C11.7108 0.0869554 11.5374 0 11.3639 0H3.38313C3.15181 0 2.97831 0.0579705 2.86265 0.173913C2.74699 0.289856 2.68916 0.449275 2.68916 0.652174C2.68916 0.855074 2.74699 1.01449 2.86265 1.13043C2.97831 1.24638 3.15181 1.30435 3.38313 1.30435H9.71566L0.173494 10.8696C0.0578308 10.9855 0 11.1449 0 11.3478C0 11.5507 0.0722883 11.7101 0.216868 11.8261C0.361447 11.942 0.520481 12 0.693976 12C0.867471 12 1.01205 11.942 1.12771 11.8261L10.6699 2.26087V8.69565C10.6699 8.86957 10.7277 9.01449 10.8434 9.13043C10.959 9.24638 11.1181 9.30435 11.3205 9.30435C11.5229 9.30435 11.6819 9.24638 11.7976 9.13043C11.9133 9.01449 11.9711 8.86957 11.9711 8.69565V0.695652C12.0289 0.521738 12 0.376812 11.8843 0.260869Z' fill='%23878889'/%3E%3C/svg%3E%0A") no-repeat; content: ''; display: inline-block; height: 12px; width: 12px; }

	#nav_verbund .mfn-menu-link .menu-sub .fa-plus:before { background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33333 0.666667C5.33333 0.499999 5.40278 0.347223 5.54167 0.208333C5.68056 0.0694437 5.83333 0 6 0C6.16667 0 6.31944 0.0694437 6.45833 0.208333C6.59722 0.347223 6.66667 0.499999 6.66667 0.666667V5.33333H11.3333C11.5 5.33333 11.6528 5.40278 11.7917 5.54167C11.9306 5.68056 12 5.83333 12 6C12 6.16667 11.9306 6.31944 11.7917 6.45833C11.6528 6.59722 11.5 6.66667 11.3333 6.66667H6.66667V11.3333C6.66667 11.5 6.59722 11.6528 6.45833 11.7917C6.31944 11.9306 6.16667 12 6 12C5.83333 12 5.68056 11.9306 5.54167 11.7917C5.40278 11.6528 5.33333 11.5 5.33333 11.3333V6.66667H0.666667C0.499999 6.66667 0.347223 6.59722 0.208333 6.45833C0.0694437 6.31944 0 6.16667 0 6C0 5.83333 0.0694437 5.68056 0.208333 5.54167C0.347223 5.40278 0.499999 5.33333 0.666667 5.33333H5.33333V0.666667Z' fill='%23878889'/%3E%3C/svg%3E") no-repeat; content: ''; display: inline-block; height: 12px; width: 12px; }
	
	#nav_verbund .sub-menu a { color:var(--nav-item); font-family: 'Mulish', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 0; text-transform: none; }
	
	#nav_verbund li.active a { background: var(--primary); color: var(--surface); }
	
	.nav_item_pflegedienst .label-wrapper:after, .nav_item_tagespflege .label-wrapper:after, .nav_item_sh_saaleufer .label-wrapper:after, .nav_item_sh_rhoenblick .label-wrapper:after, .nav_item_wenoba .label-wrapper:after, .nav_item_bildungszentrum .label-wrapper:after, .nav_item_service .label-wrapper:after, .nav_item_innovation .label-wrapper:after { color: var(--copy-light); font-size: 15px; font-weight: 400; margin-left: 33px; }
	
	.nav_item_pflegedienst .label-wrapper:after { content: "Mobiler Pflegedienst"; }
	
	.nav_item_tagespflege .label-wrapper:after { content: "Individuelle Tagespflege"; }
	
	.nav_item_sh_saaleufer .label-wrapper:after { content: "Vollstationäre Pflege"; }
	
	.nav_item_sh_rhoenblick .label-wrapper:after { content: "Vollstationäre Pflege"; }
	
	.nav_item_wenoba .label-wrapper:after { content: "Häusliche Intensivpflege"; }
	
	.nav_item_bildungszentrum .label-wrapper:after { content: "Unsere Pflegeschule"; }
	
	.nav_item_service .label-wrapper:after { content: "Dienstleistungen für Zuhause"; }
	
	.nav_item_innovation .label-wrapper:after { content: "Pflege-Technologie"; }
	
	.active.nav_item_pflegedienst .label-wrapper:after, .active.nav_item_tagespflege .label-wrapper:after, .active.nav_item_sh_saaleufer .label-wrapper:after, .active.nav_item_sh_rhoenblick .label-wrapper:after, .active.nav_item_wenoba .label-wrapper:after, .active.nav_item_bildungszentrum .label-wrapper:after, .active.nav_item_service .label-wrapper:after, .active.nav_item_innovation .label-wrapper:after { filter: brightness(5) saturate(0); }

	#nav_seite .mfn-header-menu > .mfn-menu-li:first-child a.mfn-menu-link { border-left: none; }

	#nav_seite .current-menu-item .menu-label:after, #nav_seite .current_page_parent .menu-label:after, #nav_seite ul li:hover .menu-label:after, .mfn-header-sticky-section ul li:hover .menu-label:after { background: var(--primary); content: ''; display: block; height: 3px; left: 50%; margin-left: -28px; position: absolute; top: 26px; width: 56px; }

	li.menu-item-has-children ul.sub-menu .menu-label:after { display: none !important; }

	#nav_seite a.mfn-menu-link { line-height: 1; }

	.mfn-header-menu { font-size: 18px; font-weight: 600; }

	#nav_seite .sub-menu { border: 1px solid var(--outline); border-radius: 0; top: 95px; }

	#nav_seite a.mfn-menu-link { border-width: 0; }

	#nav_seite li.mfn-menu-li:before { align-self: center; background: var(--outline); content: ''; display: inline-block; height: 16px; width: 1px; }

	#nav_seite li.mfn-menu-li:first-child:before, #nav_seite .sub-menu li.mfn-menu-li:before { display: none; }

	#nav_seite .mfn-header-menu .mfn-menu-li .mfn-submenu { width: 280px; }

	#nav_seite .mfn-header-menu .mfn-menu-li .mfn-submenu .mfn-menu-link { padding: 16px 24px; }
		
}

@media only screen and (max-width: 959px) {
	
	html.mfn-header-tmpl-burger-sidebar-opened #body_overlay { display: block; z-index: 1; }
	
	#nav_seite .mfn-submenu, #nav_verbund .mfn-submenu { display: block !important; }
	
	#nav_seite .mfn-header-menu .mfn-submenu, #nav_verbund .mfn-header-menu .mfn-submenu, .mfn-header-tmpl-menu-sidebar { background-color: var(--surface); border-radius: 0; box-shadow: none; }
	
	#fab_wrapper, #nav_verbund .nav_item_verbund, .mfn-menu-subicon, #nav_seite .mfn-header-tmpl-menu-active .icon-wrapper img { display: none; }
	
	#nav_seite a.mfn-menu-link, #nav_verbund a.mfn-menu-link { border-bottom: 1px solid var(--outline); border-radius: 0; font-size: 16px; padding: 14px 16px; }
	
	.nav_structure_element > a.mfn-menu-link { border-width: 0 !important; padding-bottom: 0 !important; }
	
	.nav_structure_element > a, .nav_item_karriere { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px !important; font-weight: 700; letter-spacing: 0.05em; line-height: 1em; text-transform: uppercase; }
	
	.nav_structure_element > a { cursor: default; pointer-events: none; }
	
	.nav_structure_element { color: var(--nav-item-verbund); }
	
	.mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper { padding: 0; }
		
	.nav_item_karriere a { border-width: 0 !important; color: var(--surface) !important; font-size: 14px !important; line-height: 24px; }
		
	.nav_item_karriere { background: var(--primary); }
	
	.nav_item_karriere .mfn-menu-link .mfn-menu-subicon, .nav_item_karriere .mfn-menu-subicon { display: inline-block !important; }
		
	.nav_item_karriere .label-wrapper { align-items: center; flex-direction: row !important; justify-content: space-between; width: 100%; }
	
	.nav_item_karriere .label-wrapper::after { background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8843 0.260869C11.7108 0.0869554 11.5374 0 11.3639 0H3.38313C3.15181 0 2.97831 0.0579705 2.86265 0.173913C2.74699 0.289856 2.68916 0.449275 2.68916 0.652174C2.68916 0.855074 2.74699 1.01449 2.86265 1.13043C2.97831 1.24638 3.15181 1.30435 3.38313 1.30435H9.71566L0.173494 10.8696C0.0578308 10.9855 0 11.1449 0 11.3478C0 11.5507 0.0722883 11.7101 0.216868 11.8261C0.361447 11.942 0.520481 12 0.693976 12C0.867471 12 1.01205 11.942 1.12771 11.8261L10.6699 2.26087V8.69565C10.6699 8.86957 10.7277 9.01449 10.8434 9.13043C10.959 9.24638 11.1181 9.30435 11.3205 9.30435C11.5229 9.30435 11.6819 9.24638 11.7976 9.13043C11.9133 9.01449 11.9711 8.86957 11.9711 8.69565V0.695652C12.0289 0.521738 12 0.376812 11.8843 0.260869Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat; content: ''; display: inline-block; height: 12px; width: 12px;}
		
	#nav_verbund .mfn-header-tmpl-menu-active a.mfn-header-menu-burger { transform: rotate(180deg); }
	
	#nav_verbund .mfn-header-tmpl-menu-sidebar-center, #nav_seite .mfn-header-tmpl-menu-sidebar-center { display: inline-block; position: absolute !important; width: 100vw;  opacity: 0; transform: scaleY(0); transform-origin: top; transition: 0.3s ease-out; z-index: -1; }
	
	#nav_verbund .mfn-header-tmpl-menu-sidebar-center { left: calc((100vw * -1) + 53px); top: 52px;  }
	
	#nav_seite .mfn-header-tmpl-menu-sidebar-center { left: calc((100vw * -1) + 54px); top: 64px;  }

	#nav_verbund .mfn-header-tmpl-menu-active .mfn-header-tmpl-menu-sidebar-center, #nav_seite .mfn-header-tmpl-menu-active .mfn-header-tmpl-menu-sidebar-center { opacity: 1; transform: scaleY(1); transform-origin: top; transition: 0.3s ease-out; z-index: 11; }
	
	#nav_verbund li.active { background: var(--primary); }
	
	#nav_verbund li.active > a > a { color: var(--surface); }
	
	#nav_seite a { color: var(--nav-item); }
	
	#nav_seite .mfn-submenu a { color: var(--nav-item-verbund); font-size: 15px; }
		
	#nav_seite a.mfn-menu-link { font-weight: 600; justify-content: flex-start; padding: 16px 16px; }
		
	.mfn-header-sticky-section { border-top: 1px solid var(--outline); }
	
	#nav_seite .icon-wrapper { transition: none; }
		
	#nav_seite .mfn-header-tmpl-menu-active .icon-wrapper { background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3215 14.3208C14.7988 13.8435 15.5572 13.828 16.0154 14.2862L33.7148 31.9856C34.173 32.4437 34.1575 33.2022 33.6802 33.6795C33.2029 34.1568 32.4445 34.1722 31.9863 33.714L14.2869 16.0147C13.8287 15.5565 13.8442 14.7981 14.3215 14.3208Z' fill='%23525354'/%3E%3Cpath d='M14.3215 33.6794C13.8442 33.2021 13.8287 32.4437 14.2869 31.9855L31.9863 14.2862C32.4445 13.828 33.2029 13.8434 33.6802 14.3207C34.1575 14.7981 34.1729 15.5565 33.7147 16.0147L16.0154 33.714C15.5572 34.1722 14.7988 34.1567 14.3215 33.6794Z' fill='%23525354'/%3E%3C/svg%3E%0A") no-repeat; box-sizing: border-box; display: block; height: 48px; padding-left: 48px; width: 48px; transition: none; }
		
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.wrapper_with_gap .one-fourth { width: calc(50% - 12px); }
	
	.wrapper_with_gap .one-third { width: calc(33.33% - 16px); }
	
	.header_link_box, .content_link_box { padding: 32px 24px 0; }
		
}


@media only screen and (max-width: 767px) {
	
	:root {
		
		--section-padding-m: 48px;
		--section-padding-l: 96px;
		--section-padding-xl: 144px;
		
		--header-padding: 32px;
		--header-image-height: 280px;
		
	}
	
	h1 { font-size: 44px; }
	
	h2 { font-size: 38px; }
	
	.header_link_box_subtitle, .pre_headline { font-size: 15px; }

	
	.section_wrapper, .container, .with_aside .content_wrapper, .content_wrapper .section_wrapper, .container, .four.columns .widget-area, .mfn-footer-tmpl .mcb-section:not(.full-width) { max-width: 100%; padding-left: 16px; padding-right: 16px; }
	
	.mfn-footer-tmpl .mcb-section:not(.full-width) { padding-left: 0; padding-right: 0; }
	
	.verwandter_link .section_wrapper { padding: 0; }
	
	.one-third.mcb-wrap.header_link_box, .one-second.mcb-wrap.content_link_box, .wrapper_with_gap .one-second, .wrapper_with_gap .one-third, .wrapper_with_gap .one-fourth, .verwandter_link .one-second, .wrapper_unternehmen .one-fourth { width: 100%; }
	
	.content_link_box { margin-bottom: calc(var(--gap) * 2) !important; }
	
	.wrapper_with_gap .mcb-column-inner, .content_wrapper .mcb-column-inner { margin: 0; }
	
	.header_link_box:first-child { margin-top: -96px !important; margin-bottom: 48px; }
	
	.header_link_box:last-child { margin-top: 48px; }
	
	.content_slider.flat a.button, .column_placeholder { display: none !important; }
	
	.footer_content_wrapper .column_column ul { margin: 0; }
	
	#nav_verbund { border-top: 1px solid var(--outline); }
	
	#Subheader ul.breadcrumbs { display: contents; }
	
	#Subheader { padding: 24px 0 6px; }
	
	.mfn-popup-tmpl-content { max-height: 100%; }
	
	.footer_socials { flex-direction: column; gap: 12px; }
	
	.kontaktformular .column { padding: 0 12px 0; }
	
}
