nav.is-responsive.items-justified-right.bandf-mobile.anw-mobile-menu {
    display: none;
}

	  @media (max-width: 900px) {
    nav.is-responsive.items-justified-right.bandf-mobile.anw-mobile-menu {
        display: block !important;
        width: max-content;
        float: right;
    }
}


.btn-no-link a {
    cursor: default;
}
.btn-no-link {
    cursor: default;
}

/* FONT */


@font-face {
  font-family: 'Lexend-bold';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Lexend-Bold.ttf');
}

@font-face {
   font-family: "Lexend";
  font-weight: <weight>;
  font-style: normal;
  src: url('fonts/Lexend-VariableFont_wght.ttf');
}

.lexend-<uniquifier> {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.wp-block-cover.nav-fixed {
    min-height: 60px !important;
}

body {
 
 font-family: "Lexend", sans-serif;
	color: var(--UZH-Anthrazit, #575E62);
font-size: 17px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 152.941% */
}



a {
    text-decoration: none;
}




.wp-block-navigation .wp-block-navigation-item__label {
    color: #636362;
}


.fixed-size {
    width: 1300px;
    margin: 0 auto;

}


h1 {
    font-size: 22px;
    font-weight: 600;
}



.fixed-size-medium .fixed-size {
    padding: 0 30px;
}

.fixed-size-medium .wp-block-cover.is-light {
    padding: 0 30px;
}

.back-orange-smile {
    background-image: url(/wp-content/uploads/2022/12/smile-1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}




.is-layout-constrained.wp-block-group.bandf-box {
    position: absolute;
    margin-top: -5em;
}


.fixed-size-bigger{
    width: 1345px;
    margin: 0 auto;
}


.leistung-headline {
    padding-bottom: 20px;
}


.sp-aerzte .wp-block-cover.is-light {
    margin: 0 !important;
}

.sp-aerzte .wp-block-cover {
    margin-top: 0 !important;
}

h4 {
    font-size: 18px;
}


span.wp-block-getwid-banner__title {
    font-size: 16px;
}



td {
    padding: 0 !important;
    border: none !important;
}



.wp-block-getwid-accordion__content {
    padding: 1.5em;
    border-right: 0px solid #eee;
    border-left: 0px solid #eee;
    border-bottom: 0px solid #eee;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
    border: 0px solid #eee;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border: 0px solid #eee;

}






/************************************ Floating Social Media Bar Style Starts Here *********************************************/
.fl-fl {
  text-transform: uppercase;
  letter-spacing: 2px;
    padding: 6px;
    width: 200px;
  position: fixed;
   right: -148px;
  z-index: 1000;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
	
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}



.fl-fl a {
  color: #fff !important;
  text-decoration: underline;
  text-align: center;
line-height: 43px!important;
  vertical-align: top!important;
}

/**** 6 reiter zum erweiter und anwählen **/

.float-fb {
  top: 400px;
}

.float-tw {
  top: 455px;
}

.float-gp {
  top: 510px;
}

.float-rs {
  top: 565px;
}

.float-ig {
  top: 620px;
}

.float-pn {
  top: 475px;
}

/**** 3 bandf reiter farbe und abstände angepasst ****/

.fl-fl.float-fb {
background: #EBEBEB;
}

.fl-fl.float-tw {
background: linear-gradient(135deg,rgb(225,40,58) 0%,rgb(165,33,118) 100%);
}


.fl-fl.float-fb a {
color: black !important;
margin-left: 15px;
font-size: 12px;
}

i.tel-icon a {
margin-left: 0 !important;
line-height: 0 !important;
}

i.ca-icon a {
margin-left: 0 !important;
line-height: 0 !important;
}

i.wa-icon a {
margin: 0 !important;
line-height: 0 !important;
}

i.wa-icon svg {
width: 45px;
margin-top: 3px;
}

.fl-fl.float-tw a {
margin-left: 15px;
font-size: 12px;
}

i.wa-icon svg {
width: 45px;
margin-top: 3px;
}

i.ca-icon svg {
margin-top: 3px;
margin-left: 4px;
}

i.tel-icon svg {
margin-top: 3px;
}


.fl-fl.float-fb.float-tel.track-tel {
    top: 310px;
}



@media only screen and (max-width: 1200px) {
	.float-fb {
    top: 300px;
}
	.float-tw {
    top: 355px;
}
	.float-gp {
    top: 410px;
}
	}


.fl-fl.float-fb {
    background: transparent;
}

.fl-fl.float-tw {
    background: transparent;
}

.social-content {
    width: max-content;
    background: #005479;
	padding: 25px 75px;
    position: relative;
    top: -78px;
border-radius: 9px;
}

i.tel-icon svg {
    margin-top: 3px;
    position: relative;
    z-index: 5;
}

.social-content {
    visibility: hidden;
    display: none;
	
}

.fl-fl:hover > .social-content {
        visibility: visible;
	  display: block;

}

.fl-fl.float-tw {
    z-index: 9;
}

.fl-fl {
    right: -275px;
	    transform: scaleX(1);

	
}
.float-tw:hover {
    right: -275px;
}

i.wa-icon svg {
    width: auto;
    margin-top: 0;
}
.float-tw {
    top: 494px;
}

.fl-fl {
    width: 375px;

}

.fl-fl.float-fb a {
 margin-left: 0;
    font-size: 12px;
    color: white !important;
}

.fl-fl.float-gp a {
	 text-transform: none;
}


strong.social-inner-sub {
    color: white;
    text-transform: none;
    font-size: 16px;
}

.fl-fl.float-fb a {
    text-transform: none;
}

.fl-fl.float-fb a {
    line-height: 30px !important;
}

.fl-fl.float-fb.float-tel.track-tel:hover {
    right: 23px;
    top: 180px !important;
}


.fl-fl.float-fb a {
    line-height: 30px !important;
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
   
}


.fl-fl.float-gp a {
    line-height: 30px !important;
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.social-content p {
    line-height: 0 !important;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: -5px;
    text-transform: none;
    color: var(--Weiss, #FFF);
    font-family: "Lexend", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.social-content {
  
    box-shadow: -6px -6px 7px -3px #80808069;
}
/*********************************************** Floating Social Media Bar Style Ends Here *************************************/




.entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow {
    margin-top: 0 !important;
}
.wp-block-group.fixed-size.buttons-group {
    padding-top: 0;
	 padding-bottom: 0;
}

.sp-gap {
    gap: 0;
}

.leistungen ul.wp-block-list strong, .meschede strong {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
   font-family: "Lexend", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.46px;
    position: relative;
    top: -2px;
}

.leistungen ul.wp-block-list span, .neheim em {
    position: relative;
    color: var(--UZH-Neheim-Grn, #00AB9F);
    font-family: "Lexend", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.46px;
    top: -2px;
}

.leistungen ul.wp-block-list em, .brilon span {
    color: var(--UZH-Brilon-Hellblau, #41A7D6);
    font-family: "Lexend", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.46px;
    position: relative;
    top: -2px;
}

.meschede p {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
 font-family: "Lexend", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.brilon p {
    color: var(--UZH-Brilon-Hellblau, #41A7D6);
     font-family: "Lexend", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.neheim p {
    color: var(--UZH-Neheim-Grn, #00AB9F);
     font-family: "Lexend", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.svg-center {
    width: max-content;
    margin: 0 auto;
}

.leistungen ul.wp-block-list {
    padding-left: 15px;
}

.pad {
    padding-top: 3em;
    padding-bottom: 3em;
}

.overall-standorte .wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained {
    position: absolute;
    bottom: 0;
	height: 100%;
}

.wp-block-media-text {
    box-shadow: 4px 4px 4px #808080ad;
}
h1.wp-block-heading.has-text-align-center {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
	  font-family: "Lexend", sans-serif;;
	text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.header-slide .wp-block-getwid-media-text-slider-slide__content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.fixed-size-header_inner {
    width: 85% !important;
    margin: 0 auto;
}

.header-content_icon .wp-block-cover__image-background {
    background-repeat: no-repeat;
}

.sp_icon .wp-block-cover.is-light.is-repeated.header-content_icon {
    height: 145px;
	  
}

.header-slide .wp-block-cover.aligncenter.is-light.has-custom-content-position.is-position-bottom-center.cover-header_headline {
    padding-bottom: 0;
}

p.headline {
    color: var(--Weiss, #FFF);
	  font-family: "Lexend", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    padding-bottom: 2em;
}

.wp-block-cover.is-light.is-repeated.header-content_icon.has-aspect-ratio p, .header-content_icon p {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
  font-family: "Lexend", sans-serif;
	text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
	    padding-top: 25px;
}

.btn-meschede a.wp-block-button__link.wp-element-button {
    border-radius: 8px;
    background: var(--UZH-Meschede-Dunkelblau, #005479);
}

.btn-neheim a.wp-block-button__link.wp-element-button {
    border-radius: 8px;
    background: var(--UZH-Neheim-Grn, #00AB9F);
}

.wp-block-group.fixed-size.buttons-group {
    margin-top: -2em;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #435659;
	 font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wp-block-columns.nav-logo_sp {
    padding-top: 2em;
    padding-bottom: 2em;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    font-size: 14px;
    width: 15px;
    height: auto;
    margin-top: 0px;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    padding: 0 20px;
}


.wp-block-group.fixed-size.buttons-group {
    width: 1000px;
}


.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    padding-top: 16px;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.56px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.slick-dots li button:before {

    font-size: 16px;
    width: 31px;
    height: 30px;

}

.media-text_inner .wp-block-cover__image-background {
    background-size: cover;
    background-position-y: 0em !important;
}




.wp-block-columns.sp_media-text {
    gap: 0 !important;
    margin: 0;
    padding: 0;
}

.header-content_icon-media {
    position: relative;
    top: 55px;
}
.header-content_icon-media p.has-text-align-center {
    padding-top: 0;
}
.box-shadow {
    box-shadow: 3px 0px 5px 4px #80808066;
}

p.has-text-align-center.m-p {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
  font-family: "Lexend", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
}

strong {
    color: var(--UZH-Anthrazit, #575E62);
    text-align: center;
 font-family: "Lexend", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.overall-standorte ul.wp-block-list {
    padding-left: 15px;
}


.overall-standorte li, .overall-standorte p {
	 font-family: "Lexend", sans-serif;
    color: var(--Weiss, #FFF);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

p.has-text-align-left.link_icon a::after {
    background-image: url(wp-content/bandf-files/pfeil-back_white.svg);
    background-size: contain;
    height: 20px;
    width: 25px;
    content: "";
    background-repeat: no-repeat;
    margin-top: 0px;
    position: absolute;
    margin-left: 15px;
    margin-top: 3px;
}

p.has-text-align-left.link_icon {

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

p.has-text-align-left.link_icon a {
    color: var(--Weiss, #FFF);

}

.wp-block-group.leistungen-height {
    height: 240px;
}

h2.wp-block-heading.has-text-align-center {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
    text-align: center;
    font-family: Lexend;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}



.link_icon a::after {

   background-image: url(/wp-content/bandf-files/pfeil-back_white.svg) !important;
    background-size: contain;
    height: 20px;
    width: 25px;
    content: "";
    background-repeat: no-repeat;
    margin-top: 0px;
    position: absolute;
    margin-left: 15px;
    margin-top: 3px;
}


p.subliene-leistungen a::after {

   background-image: url(/wp-content/bandf-files/kreuz-back_blue.svg);
    background-size: contain;
    height: 20px;
    width: 25px;
    content: "";
    background-repeat: no-repeat;
    margin-top: 0px;
    position: absolute;
    margin-left: 15px;
    margin-top: 3px;
}


p.subliene-leistungen.color_nehein a::after {
   background-image: url(/wp-content/bandf-files/x-nehein.svg);
    
}

p.subliene-leistungen.color_nehein-plus a::after {
   background-image: url(/wp-content/bandf-files/x-nehein-plus.svg);
    
}

p.subliene-leistungen {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
   font-family: "Lexend", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.team-home strong {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
  font-family: "Lexend", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}


.wp-block-group.innern-switsch.pad.is-layout-constrained.wp-block-group-is-layout-constrained strong {
    color: var(--Weiss, #FFF);
    font-family: "Lexend", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.wp-block-button.btn-white a {
    border-radius: 8px;
    background: var(--Weiss, #FFF);
	color: var(--UZH-Meschede-Dunkelblau, #005479);
 font-family: "Lexend", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.56px;
text-transform: uppercase;
}

.wp-block-button.btn-aqua a {
    border-radius: 8px;
    background: var(--UZH-Neheim-Grn, #00AB9F);
 font-family: "Lexend", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.56px;
text-transform: uppercase;
}

.wp-block-group.fixed-size.leistungen.pad.is-layout-constrained.wp-block-group-is-layout-constrained h3 {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
 font-family: "Lexend", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 3em;
    margin-top: 1em;
}

.leistungen_alone p.link_icon {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.leistungen_alone p.link_icon a {
    color: var(--Weiss, #FFF);

}

.wp-block-group.leistungen_alone.is-layout-constrained.wp-block-group-is-layout-constrained {
    height: 240px;
    padding: 20px;
}

.leistungen_alone li {
    color: var(--Weiss, #FFF);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.leistungen_alone  ul.wp-block-list {
    padding-left: 15px;
}

.pad-top_switsch {
    padding-top: 3em;
}

.pad-bottom_switsch {
    padding-bottom: 3em;
}

h4.wp-block-heading.has-text-align-center {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
    text-align: center;
 font-family: "Lexend", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.slick-list.draggable figure.wp-block-image.size-full {
    padding: 0 20px;
}

.praxen-footer strong {
    color: var(--Weiss, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}

.praxen-footer p {
    margin-top: 10px;
}

.praxen-footer strong a::after {

   background-image: url(/wp-content/bandf-files/pfeil_ohne.svg);
    background-size: contain;
    height: 20px;
      width: 20px;
    content: "";
    background-repeat: no-repeat;
    margin-top: 0px;
    position: absolute;
    margin-left: 15px;
    margin-top: 6px;
}

.footer-logo_sp a {
    color: var(--Weiss, #FFF);
   
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.praxen-footer a {
    color: white;
}

.wp-block-template-part {
    margin-top: 0;
}

div#bandf-cover-dn {
    width: 430px;
}

div#bandf-cover-dn p {
    color: white;
    margin-top: 35px;

font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 168.75% */
text-transform: uppercase;
}

.logo-pad-bottom {
    margin-bottom: 5em;
}

.praxen-footer strong {

    text-transform: uppercase;
}

.wp-block-navigation-item__label {
color: var(--UZH-Anthrazit, #575E62);
font-family: Lexend;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding-top: 0;
}

.wp-block-navigation-item__content {
padding-left: 0;
padding-right: 0;
}

.wp-block-navigation-item.wp-block-navigation-link {
padding-left: 0;
padding-right: 0;
}

.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
min-width: 300px !important;
padding-top: 10px;
padding-bottom: 10px;
	margin-top: 10px;
	margin-right: -3em !important;
}

.subpage-header .wp-block-getwid-media-text-slider-slide.wp-block-getwid-media-text-slider-slide__content-wrapper.slide-1.slick-slide.slick-current.slick-active {
    min-height: 600px !important;
}

.wp-block-group.fixed-size.buttons-group.subpage-btn {
    width: 1300px;
}
.wp-block-group.fixed-size.buttons-group.subpage-btn {
    padding-left: 15%;
}
.subpage-btn .link_icon a::after {
    margin-top: 0px;
}

.wp-block-group.groupe-pos_headline.is-layout-constrained.wp-block-group-is-layout-constrained {
    position: absolute;
    z-index: 9;
    left: 3em;
    bottom: 0;
}

.subpage-icon .wp-block-cover__image-background {
    background-size: contain;
}

.wp-block-cover.is-light.is-repeated.header-content_icon.subpage-icon {
    width: 320px;
}

p.has-text-align-center.subpage-icon_subline.brilon {
    color: var(--UZH-Brilon-Hellblau, #41A7D6);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}


.wp-block-column.is-vertically-aligned-top.sp-pad-left p {
    color: var(--Weiss, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}


.wp-block-column.is-vertically-aligned-top.sp-pad-left {
    padding-bottom: 2em;
}

.wp-block-column.is-vertically-aligned-top.sp-pad-left a {
    color: white;
}

.brilon_color, p.brilon_color strong {
    color: #41A7D6 !important;
}

.txt-white p {
    color: white;
}
.btn_blue a.wp-block-button__link.wp-element-button {
    border-radius: 8px;
    background: var(--UZH-Brilon-Hellblau, #41A7D6);
    color: var(--Weiss, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}


.subliene-leistungen.brilon_color::after {
    background-image: url(/wp-content/bandf-files/x-brilon.svg) !important;
  
}


.link_icon.btn-white a::after {
    background-image: url(/wp-content/bandf-files/pfeil_back-dark.svg) !important;
  
}

.link_icon.btn_blue a::after {
    background-image: url(/wp-content/bandf-files/pfeil_back-white-blue.svg) !important;
  
}



.txt-white ul.wp-block-list {
    color: white;
    padding-left: 15px;
}

p.brilon-sublne {
    color: var(--UZH-Brilon-Hellblau, #41A7D6);
   font-family: "Lexend", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.btn-meschede.link_icon a.wp-block-button__link.wp-element-button {
    padding-left: 0;
}

.wp-block-columns.po_absolut {
    position: relative;
    top: 10em;
    z-index: 9;
    margin-top: -7em;
}

p.stron-white {
    color: var(--Weiss, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}

.wp-block-column.is-vertically-aligned-bottom.txt-white strong, .wp-block-column.is-vertically-aligned-bottom.txt-white p a, .wp-block-cover.is-light.txt-white p a {
    color: white;
}

.wp-block-group.pad.map {
    margin-bottom: 3em;
}

p.footer_subline {
    color: var(--Weiss, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 20px;
}

.supage-footer_sp3 a {
    color: var(--Weiss, #FFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-btn .link_icon a::after {
    margin-top: -2px;
}


.wp-block-button.btn_blue-meschede a {
    border-radius: 8px;
    background: var(--UZH-Meschede-Dunkelblau, #005479);
	color: var(--Weiss, #FFF);
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.56px;
text-transform: uppercase;
}

.wp-block-group.svg-left {
    width: max-content;
    right: 0;
    position: absolute;
    margin-top: -7em;
}

.team_groupe-solo strong {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
     font-family: "Lexend", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}

.team_groupe-solo  p {
    color: var(--UZH-Anthrazit, #575E62);
     font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0 !important;
}

.team_groupe-solo img {
    margin-bottom: 20px;
}

.team-pad_top {
    padding-top: 3em;
}

.p-cover_meschede strong {
    color: var(--Weiss, #FFF);
    text-align: center;
	font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.p-cover_meschede p {
    margin-top: 5px;
}


.wp-block-group.fixed-size.pad.overall-standorte.leistungen_meschede {
    margin-top: 4em;
    margin-bottom: 3em;
}

h5.wp-block-heading.has-text-align-center {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
    text-align: center;
     font-family: "Lexend", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

input, select, textarea {
    border-radius: 9px;
    border: 2px solid var(--UZH-Meschede-Dunkelblau, #005479);
    background: var(--Weiss, #FFF);
	color: var(--UZH-Meschede-Dunkelblau, #005479) !important;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}

input#gform_submit_button_1 {
    border-radius: 8px;
    background: var(--UZH-Meschede-Dunkelblau, #005479);
    color: white !important;
    padding: 15px 65px;
}

div#gform_wrapper_1 {
    padding-top: 2em;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    padding: 10px 20px;
		color: var(--UZH-Meschede-Dunkelblau, #005479) !important;

}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
    color: var(--UZH-Anthrazit, #575E62);
}

.neheinm_new-headline p {
    color: var(--Weiss, #FFF);
    text-align: center;
     font-family: "Lexend", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: max-content;
    position: relative;
    top: -2em;
}

.neheinm_new-headline .has-black-background-color {
    background-color: #00000080 !important;
}

.color_nehein, .color_nehein strong, p.subliene-leistungen.color_nehein-plus {
    color: #00AB9F !important;
}

h2.wp-block-heading.has-text-align-center {
 font-family: "Lexend", sans-serif;
}

.wp-block-button.btn-neheim a {
    color: var(--Weiss, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}

.wp-block-button.btn-white.btn-inner_neheim a {
    color: var(--UZH-Neheim-Grn, #00AB9F);
	font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
	
	
	}

	a.wp-block-button__link.wp-element-button {
    padding: 16px 60px !important;
}


.kontakt-neheim input, .kontakt-neheim select,  .kontakt-neheim textarea {

    border: 2px solid var(--UZH-Neheim-Grn, #00AB9F);
}

.standort-ungewiss {
    color: var(--Weiss, #FFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}
input#gform_submit_button_2 {
    border-radius: 8px;
    background: #00AB9F;
    color: white !important;
    padding: 15px 65px;
}

.buttons-group a.wp-block-button__link.wp-element-button {
    padding: 20px 30px !important;
}

.wp-block-group.leistungen_alone.is-layout-constrained.wp-block-group-is-layout-constrained {
    height: 280px;

}

.wp-block-group.praxen-footer.weiter-st.is-layout-constrained.wp-block-group-is-layout-constrained p {
    color: var(--Weiss, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}


.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    height: 220px;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a {

 font-family: "Lexend", sans-serif;
    color: var(--UZH-Anthrazit, #575E62);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.wp-block-getwid-accordion__content {
    padding: 0;
}
span.wp-block-getwid-accordion__header {
    padding: 0 !important;
}

.wp-block-getwid-accordion__icon.is-passive {
    display: none;
}

.wp-block-getwid-accordion__icon {

    margin-top: -7.5em;
}

span.wp-block-getwid-accordion__header-title strong {
    color: var(--UZH-Meschede-Dunkelblau, #005479);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}



.wp-block-getwid-accordion__icon i {
    color: white;
    background: var(--UZH-Meschede-Dunkelblau, #005479);
    padding: 13px;
    border-radius: 50%;
    position: absolute;
}

.meschede-other-color .wp-block-getwid-accordion__icon i {
    background-color: #41A7D6 !important;
}

.ui-state-active .fa-plus {

    transform: rotate(45deg);
}

.wp-block-getwid-accordion__icon i {
    color: white;
}

textarea#input_1_5 {
    padding: 20px;
}

.meschede .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    height: auto;
}
.meschede .wp-block-getwid-accordion__icon {
    margin-top: 0;
}
.meschede span.wp-block-getwid-accordion__icon.is-passive, .meschede span.wp-block-getwid-accordion__icon.is-active {
    margin: 0 !important;
    padding: 0;
}

.meschede .ui-state-active .fa-plus {
    margin-left: 7px;
}


.meschede i.fas.fa-plus {
    margin-left: 8px;
}

.meschede .wp-block-getwid-accordion__content {
    padding-top: 20px;
}

.float-tw {
    top: auto;
    bottom: 30px;
}

.float-fb {
    top: auto;
    bottom: 115px;
}

.float-gp {
    top: auto;
    bottom: 275px;
}

.fl-fl.float-fb.float-tel.track-tel {
    top: auto;
    bottom: 200px;
}

.fl-fl.float-fb.float-tel.track-tel:hover {
    right: 23px;
    top: auto !important;
    bottom: 170px;
}

.fl-fl.float-gp.track-tel:hover {
    right: 38px;
    top: auto !important;
}

.fl-fl.float-fb.float-mail.track-tel:hover {
    top: auto !important;
    right: 23px !important;
	      bottom: 35px;
}


.meschede-other-color span.wp-block-getwid-accordion__header-title strong {
    color: #41A7D6 !important;
 
}

.meschede-other-color span.wp-block-getwid-accordion__icon {
    background-color: #41A7D6 !important;
 
}

}

.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    min-width: 330px !important;

}

.wp-block-navigation-item__label {
    font-size: 18px;
  
}


.buttons-group a.wp-block-button__link.wp-element-button {
    padding: 20px 20px !important;
}


.wp-block-group.fixed-size.buttons-group {
    padding-top: 30px;
}

a.wp-block-button__link.wp-element-button {
    padding: 16px 45px !important;
}

.fl-fl.float-fb a {
    line-height: 8px !important;

 
}

p.txt-sb.btn-no-link.track-tel {
    margin-top: 0;
    margin-bottom: 10px;
}

.meschede-other-color span.wp-block-getwid-accordion__icon {
    background-color: transparent !important;
}
/****
.fa-plus:before {
    content: "+";
    font-size: 25px;
    content: "+";
    font-size: 25px;
    line-height: 0;
    position: absolute;
    top: 18px;
    left: 14.25px;
}

.ui-state-active .fa-plus:before {
    top: 18px;
    left: 14.25px;
}
****/

.wp-block-getwid-accordion__icon i {
    padding: 21px;
    background-image: url(/wp-content/bandf-files/accordion-plus.svg);
    background-size: contain;
    height: 0px;
    width: auto;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    background-color: transparent;
}

.wp-block-getwid-accordion__icon i {
    padding: 21px;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -20px;
    pointer-events: none;
    font-size: 30px;
    margin-top: 5px;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {

    padding-right: 1.85em;
}

/********************** mobiles Menü ******* .bandf-mobile --> .bandf-menue-stationaer ********************/
	
  .bandf-menue-stationaer .wp-block-navigation .wp-block-navigation-item__label, .bandf-menue-stationaer .wp-block-navigation-item__content.wp-block-navigation-item__content {
color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.02px;
}

.bandf-menue-stationaer .wp-block-navigation .wp-block-navigation__submenu-icon svg {
    width: 18px;
    height: auto;
    margin-top: -3px;
    color: #95A6A0;
}


.bandf-menue-stationaer ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
    border: none !important;
    min-width: auto !important;
    width: max-content !important;
    padding: 20px 10px;
    margin-top: 15px;
	    z-index: 999;
	

}
/********************** mobiles Menü - style ende ******************************/

.wp-block-group.team_groupe-solo.is-layout-constrained.wp-block-group-is-layout-constrained img {
    width: 100%;
}

.fa-plus:before {
    content: "" !important;
}

.wp-block-getwid-accordion__icon i {
    padding: 15px;
}

.wp-block-getwid-accordion__icon {
    margin-top: 0;
    margin-bottom: auto;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    height: auto;
}

.meschede-other-color .wp-block-getwid-accordion__icon i {
    background-image: url(/wp-content/bandf-files/accordion-plus-color.svg);
   
}

.meschede-other-color .wp-block-getwid-accordion__icon i {
    background-color: transparent !important;
}

span.wp-block-getwid-accordion__header-title {
    position: relative;
    top: -15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ÄNDERUNGEN CAR */
.cover-neheim {
	height: 50px;
}

.cover-neheim strong {
	color: var(--Weiss, #FFF);
	line-height: 45px;
}

.stapel-width {
	position: absolute;
	bottom: 0;
	width: 100%;
}