/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Farben Anfang  --------------------------------------------
----------------------------------------------------------------------------------------------------  */

:root {
    --primary-color: #d4b063;
    --secondary-color: #fff;
    --color-plus: #222d57;
    --secondary-transparent: rgba(238, 238, 238, 0.9);
    --text-color: #232323;
    --text-invert: #fff;
    --background: #9ba2a8;
}

/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Farben Ende  ----------------------------------------------
----------------------------------------------------------------------------------------------------  */

/* Content ANFANG ----------------------------------------------------------------------------------------------------------------*/

html{	
	scroll-behavior: smooth;
}

.layer-width {
    width: 90vw !important;
}

.h1span {
    color: var(--primary-color);
    display: block;
    font-size: 3.5rem;
    margin-bottom: 0rem;
    line-height: 3.5rem;
    margin-top: 0rem;
    text-transform: uppercase;
    font-weight: 400;
}

.single_h1 {
    margin-bottom: 2rem;
}

.home h1 {
    margin-bottom: 5rem;
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: var(--text-color);
}

h1+span {
    margin-bottom: 2rem;
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--text-color);
}

h2.h2subline {
    margin-bottom: 0;
}

.h2subline+span {
    font-size: 2rem;
    margin-bottom: 2rem;
    display: block;
}

section>div>.content>*:last-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

.trustelement {
    display: flex;
    justify-content: center;
}

.trustelement img {
    max-width: 300px;
}


.home .content p {
    margin-bottom: 1.7rem;
}

@media (max-width:991px) {
    .home .content p {
        width: 100%;
    }
}

@media (min-width: 767px) {
    .flex-li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* Content ANFANG --------------------------------------------------------------------------------------------------------*/


/* Submenue Anfang  --------------------------------------------------------------------------------------------------------*/
@media (min-width:992px) {
    nav ul li#menu-item-2391:hover>ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 102rem;
        background: var(--secondary-color);
        box-shadow: 0px 2px 10px -3px  var(--primary-color);
        left: -18.7rem;
    }

    nav ul li#menu-item-2391:hover>ul>li {
		flex-basis: calc(100% / 3);
        width: calc(100% / 3);
        max-width: calc(100% / 3);
        position: relative;
        padding: 3rem;
    }

    nav ul li#menu-item-2391:hover>ul>li:nth-of-type(n):after {
        content: "";
        display: block;
        width: 1px;
		height: 72%;
		top: 18%;
        right: 0px;
        position: absolute;
        background: var(--primary-color);
    }
	
	nav ul li#menu-item-2391:hover>ul>li:nth-of-type(3):after {
		display: none;
	}

    nav ul li#menu-item-2391:hover>ul>li a {
        background: var(--secondary-color);
        font-size: 1.6rem;
        font-weight: 300;
    }

    nav ul li#menu-item-2391:hover>ul>li.current_page_item>a{
		color: var(--primary-color);
	} 
	
    nav ul li#menu-item-2391:hover>ul>li>a {
        text-transform: uppercase;
        color: var(--primary-color);
		font-weight: 400;
    }

	nav ul li#menu-item-2391:hover>ul>li.current_page_item a{
		color: var(--primary-color);
	}
	
	nav ul li#menu-item-2391>ul>li>a:hover {
    color: var(--text-color);
	}
	
    nav ul li#menu-item-2391:hover>ul>li a:after {
        display: none;
    }

    nav ul li#menu-item-2391:hover>ul>li>ul {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        box-shadow: none;
        right: 0;
		padding: 0;
    }

    nav ul li#menu-item-2391:hover>ul>li>ul a:hover {
        color: var(--primary-color);
    }

}

nav > ul .current-menu-item a[href*="#"] {
    font-weight: 300;
    color: var(--text-color);
}

/* Submenue Ende  --------------------------------------------------------------------------------------------------------*/


/* Slider Layer  Anfang */

.slider-layer-desk {
    text-align: left;
    width: 476px;
}

.slider-layer-desk h1.before-line {
    text-align: left;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    padding-left: 60px;
    margin-bottom: 0;
}

.slider-layer-desk h1.before-line:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
}

.slider-layer-desk span {
    text-align: left;
    font-size: 41px;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

.slider-layer-desk a {
    text-align: left;
    background: var(--primary-color);
    font-weight: 300;
    color: var(--text-invert);
    padding: 1rem 2rem;
    border-radius: 5px 0;
}

.slider-layer-desk a:hover {
    background: var(--background);
}

.mobile-headline-block {
    display: none;
}

.mobile-headline-block h1.before-line {
    text-align: left;
    display: block;
    color: var(--primary-color);
    font-size: 1.6rem;
    position: relative;
    padding-left: 60px;
}

.mobile-headline-block h1.before-line:before {
    background-color: var(--primary-color);
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
}

@media (max-width:991px) {
    .mobile-headline-block h1.before-line, .slider-layer-desk h1.before-line {
        font-size: 2rem;
    }
}

@media (min-width:2200px) {
    .slider-layer-desk span {
        text-align: left;
        font-size: 40px;
        line-height: 1.6;
        color: var(--text-color);
        margin-bottom: 1.5rem;
    }
}

@media (max-width:991px) {
    .slider-layer-desk {
        display: none;
    }

    .mobile-headline-block {
        display: block;
    }

    .mobile-headline-block span {
        margin-top: 1rem;
        margin-bottom: 6rem;
        font-size: 3.5rem;
        text-transform: none;
    }

    .mobile-headline-block h1.before-line {
        color: var(--primary-color);
    }

}

/* Slider Layer  Ende */


/* Einleitungstext Anfang */

span.before-line {
    text-align: left;
    display: block;
    color: var(--primary-color);
    font-size: 1.6rem;
    position: relative;
    padding-left: 60px;
}

span.before-line:before {
    background-color: var(--primary-color);
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
}

.einleitungs-txt {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.einleitungs-txt h1+span {
    text-align: left;
    font-size: 3.3rem;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 3.5rem;
    margin-top: 0rem;
	text-transform: uppercase;
}

.einleitungs-txt h1.before-line {
    text-align: left;
	text-transform: none;
    display: block;
    color: var(--primary-color);
    font-size: 1.6rem;
    position: relative;
    padding-left: 60px;
    margin-bottom: 0;
}

.slider-layer-desk p.before-line {
    text-align: left;
    display: inline-block;
    color: var(--text-color);
    font-size: 1.6rem;
    position: relative;
    padding-left: 60px;
    margin-bottom: 0;
	font-weight: unset;
    padding-bottom: 0;
    line-height: unset;
}

.slider-layer-desk p.before-line:before {
    background-color: var(--text-color);
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
}

.einleitungs-txt h1.before-line:before {
    background-color: var(--primary-color);
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
}

.home .content .einleitungs-txt p {
    padding-left: 5rem;
    font-size: 1.6rem;
}

.home .content .einleitungs-txt a {
    font-size: 1.6rem;
}


@media (max-width:991px) {
    span.before-line {
        font-size: 2rem;
    }

    .einleitungs-txt h2 {
        font-size: 3rem;
        margin-bottom: 3rem;
        margin-top: 0rem;
        line-height: 1.4;
        text-transform: none;
    }

    .home .content .einleitungs-txt p {
        padding-left: 0rem;
    }

}

/* Einleitungstext Ende */

/* Leistungsboxen Reihe Anfang */

.reihe-leistungsboxen {
    background: #F5F5F5;
    width: 100%;
    max-width: 1950px;
    margin: 0 auto;
    text-align: center;
	text-align: -webkit-center;
}

.reihe-leistungsboxen h2 {
    margin-top: 2rem;
    margin-bottom: 10rem;
}

.reihe-leistungsboxen > div > p{
	width: 70%;
}

.reihe-leistungsboxen span.before-line {
    display: inline-block;
    padding-right: 60px;
}

.reihe-leistungsboxen span.before-line:after {
    background-color: var(--primary-color);
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: auto;
    right: 0;
}

.reihe-leistungsboxen .reihe-leistungsboxen-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 90vw;
    max-width: 1450px;
    margin: 0 auto;
    row-gap: 3rem;
}

.reihe-leistungsboxen-inner .einzelbox {
    flex-basis: 32%;
    width: 32%;
    max-width: 32%;
    text-align: center;
    overflow: hidden;
	display: grid;
    grid-template-rows: 30.8rem 8rem 16rem 6rem;
}

.einzelbox img {
    width: 100%;
    transition: 0.5s ease;
    height: auto;
}

.reihe-leistungsboxen-inner .einzelbox:hover img {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.einzelbox h3 {
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.einzelbox p {
    padding-bottom: 0;
    margin-bottom: 3rem;
    font-size: 1.6rem;
}

.einzelbox a img {
    width: 60px;
    transition: 0.5s ease;
}

.einzelbox:hover a img {
    transform: translateY(-5px) scale(1.05) !important;
    transition: 0.5s ease;
}

@media (max-width:991px) {
    .reihe-leistungsboxen span.before-line {
        font-size: 1.6rem;
        padding-right: 50px;
        padding-left: 50px;
    }

    .reihe-leistungsboxen h2 {
        margin-top: 2rem;
        margin-bottom: 6rem;
        font-size: 3rem;
    }

    .reihe-leistungsboxen-inner .einzelbox {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 3rem;
    }

}

@media (max-width:1400px) {
	.reihe-leistungsboxen-inner .einzelbox{
		display:block;
	}
}


/* Leistungsboxen Reihe Ende */


/* Leistungsboxen Anfang */

.leistungs-boxen {
    background: var(--secondary-color);
    width: 100%;
    max-width: 1950px;
    margin: 0 auto;
    padding: 10rem 0 13rem 0;
}

.leistungs-boxen.reverse {
    background: var(--secondary-color);
    width: 100%;
    max-width: 1950px;
    margin: 0 auto;
}

.leistungs-boxen .leistungs-boxen-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem 0;
    max-width: 1450px;
}

.leistungs-boxen-inner .leistungs-boxen-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 5%;
}

.leistungs-boxen-inner .leistungs-boxen-row.reverse {
    flex-flow: row-reverse wrap;
    justify-content: center;
    column-gap: 5%;
}

.leistungs-boxen-row .leistungs-boxen-img {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
    position: relative;
}

.leistungs-boxen-row .leistungs-boxen-img img {
    width: 100%;
    z-index: 5;
    position: relative;
    box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, .3);
    height: auto;
}

.leistungs-boxen-row .leistungs-boxen-img:before {
    content: "";
    height: 80%;
    z-index: 4;
    position: absolute;
    width: 100%;
    transform: translateX(25%);
    top: 15%;
    background: var(--primary-color);
}

.leistungs-boxen-row .leistungs-boxen-img:after {
    content: "";
    display: block;
    height: 79%;
    z-index: 4;
    position: absolute;
    width: 100%;
    transform: translateX(-6%);
    top: 27%;
    background: #d4b06330;
}

.leistungs-boxen-row.reverse .leistungs-boxen-img:before {
    content: "";
    height: 80%;
    z-index: 4;
    position: absolute;
    width: 100%;
    transform: translateX(-25%);
    top: 15%;
    background: #F7E5DA;
}

.leistungs-boxen-row.reverse .leistungs-boxen-img:after {
    content: "";
    display: block;
    height: 79%;
    z-index: 4;
    position: absolute;
    width: 100%;
    transform: translateX(6%);
    top: 27%;
    background: rgba(196, 155, 162, 0.2);
}

.leistungs-boxen-row .leistungs-boxen-txt {
    width: 45%;
    flex-basis: 45%;
    max-width: 45%;
    display: flex;
    align-items: center;
    z-index: 6;
}

.leistungs-boxen-row .leistungs-boxen-txt p:last-of-type {
    margin-bottom: 3rem;
}

.leistungs-boxen-row .leistungs-boxen-txt a {
    display: inline-block;
    background: var(--text-color);
    color: white;
    border-radius: 5px 0;
    padding: 1rem 2rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1%;
    text-align: center;
	border: solid 1px var(--text-color);
}

.leistungs-boxen-row .leistungs-boxen-txt a:hover{
	color: var(--text-color);
	background: var(--primary-color);
}

.leistungs-boxen-row .leistungs-boxen-txt a.telefonlink {
    display: inline-block;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.8rem;
    color: var(--primary-color);
	border: unset;
}

.leistungs-boxen-row .leistungs-boxen-txt a.telefonlink:hover {
    background: transparent;
    font-size: 1.8rem;
}

.leistungs-boxen-row .leistungs-boxen-txt h2 {
    font-size: 3.3rem;
    line-height: 1.4;
    color: var(--text-color);
    margin-top: 1rem;
    margin-bottom: 2rem;
}


@media (min-width:992px) {
    .leistungs-boxen-row.reverse .leistungs-boxen-txt h2 {
        text-align: right;
    }

    .leistungs-boxen-row.reverse .leistungs-boxen-txt p {
        text-align: right;
    }

    .leistungs-boxen-row.reverse .leistungs-boxen-txt>div {
        text-align: right;
    }

    .leistungs-boxen-row.reverse span.before-line {
        text-align: right;
        padding-left: 0px;
        padding-right: 60px;
    }

    .leistungs-boxen-row.reverse span.before-line:before {
        right: 0;
        left: auto;
    }


}

@media (max-width:992px) {
    .leistungs-boxen-inner .leistungs-boxen-row {
        column-gap: 0%;
    }

    .leistungs-boxen-row .leistungs-boxen-img {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .leistungs-boxen-row .leistungs-boxen-txt {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .leistungs-boxen-row .leistungs-boxen-txt span.before-line {
        margin-top: 4rem;
    }

    .leistungs-boxen-row .leistungs-boxen-txt h2 {
        font-size: 2.5rem;
    }

    .leistungs-boxen {
        padding: 10rem 0 6rem 0;
    }
}

.leistungs-boxen-row .leistungs-boxen-img img.sw-portrait:hover {
    filter: grayscale(1);
    transition: all 0.4s;
}

.leistungs-boxen-row .leistungs-boxen-img img.sw-portrait {
    transition: all 0.4s;
}


/* Leistungsboxen Ende */


/* Sprechzeiten Anfang  */

section.sprechzeiten {
    background: #F5F5F5;
    width: 100%;
    max-width: 1950px;
    margin: 4rem auto 0 auto;
    padding: 10rem 0 4rem 0;
}

section.sprechzeiten .sprechzeiten-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem 0;
    max-width: 1450px;
}

.sprechzeiten-inner .sprechzeiten-row {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: center;
    column-gap: 5%;
}

.sprechzeiten-inner .sprechzeiten-row p {
    color: var(--text-color);
    font-weight: 300;
}

.sprechzeiten-row .sprechzeiten-img {
    flex-basis: 51%;
    max-width: 51%;
    width: 51%;
    position: relative;
}

.sprechzeiten-row .sprechzeiten-img img {
    width: 100%;
    z-index: 5;
    position: relative;
    transform: translateY(-25%);
}



.sprechzeiten-row .sprechzeiten-txt {
    display: flex;
    align-items: center;
    z-index: 6;
}

.sprechzeiten-row .sprechzeiten-txt p:last-of-type {
    margin-bottom: 3rem;
}

.sprechzeiten-row .sprechzeiten-txt a {
    display: inline-block;
    background: transparent;
    color: var(--text-invert);
    border-radius: 0;
    padding: 0;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.8rem;
}

.sprechzeiten-row .sprechzeiten-txt a:hover {
    background: transparent;
}

.sprechzeiten-row .sprechzeiten-txt h2, .praxisgalerie h2 {
    font-size: 3.3rem;
    line-height: 1.4;
    color: var(--text-color);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

@media (max-width:991px) {
    .sprechzeiten-inner .sprechzeiten-row {
        column-gap: 0%;
    }

    .sprechzeiten-row .sprechzeiten-img {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        position: relative;
    }

    .sprechzeiten-row .sprechzeiten-txt {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        z-index: 6;
		justify-content: center;
    }

    .sprechzeiten-row .sprechzeiten-img img {
        transform: translateY(-15%);
    }

    .sprechzeiten-row .sprechzeiten-txt h2 {
        font-size: 2.5rem;
    }

}

/* Sprechzeiten Ende */


/* Leistungsseite Anfang */

.leistungsseite .leistungsseite-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.leistungsseite-row .leistungsseite-info {
    width: 31%;
    max-width: 31%;
    flex-basis: 31%;
}

.leistungsseite-row .leistungsseite-content {
    width: 64%;
    max-width: 64%;
    flex-basis: 64%;
}

.leistungsseite-info .leistung-kurzinfo {
    background: #F5F5F5;
    border-radius: 10px 0;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
}

.leistungsseite-info .leistung-kurzinfo h3 {
    background: var(--primary-color);
    margin: 0 0 10px 0;
    padding: 2rem 3rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    border-radius: 10px 0 0px 0;
}

.kurzinfo-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 1rem 3rem 1rem 3rem;
}

.kurzinfo-row .kurzinfo-title {
    width: 45%;
    max-width: 45%;
    flex-basis: 45%;
    font-weight: 700;
}

.kurzinfo-row .kurzinfo-fact {
    width: 55%;
    max-width: 55%;
    flex-basis: 55%;
}

.leistungsseite-info .leistungs-navi h3 {
    margin-top: 1rem;
}

.leistungsseite-info .leistungs-navi li a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3rem;
    vertical-align: bottom;
    color: var(--text-color);
}

.leistungsseite-info .leistungs-navi ul {
    padding-left: 3rem;
}

.leistungsseite-info .leistungs-navi li {
    color: var(--background);
    line-height: 3rem;
    font-size: 3rem;
    list-style-type: circle;
}

.leistungsseite-info .leistungs-navi li:hover {
    list-style-type: disc;
}




@media (min-width: 1400px) {
    .container {
        width: 1450px;
    }

}

@media (max-width:991px) {
    .leistungsseite-row .leistungsseite-info {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .leistungsseite-row .leistungsseite-info {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .leistungsseite-row .leistungsseite-content {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

	.leistungsseite-info .leistung-kurzinfo {
    border-radius: 10px 10px;
	}
	
	.leistungsseite-info .leistung-kurzinfo h3 {
	    border-radius: 10px 10px 0px 0;
	}

}


/* Leistungsseite Ende */


/* FAQ Leistungsseiten  Anfang */

section.faq {
    background: var(--primary-color);
    padding: 10rem 0 7rem 0;

}

section.faq .faq-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 767px;
}

.faq-inner a.accordion-button.v2 {
    background-image: none;
    background: #f5f5f5;
    color: var(--text-color);
    font-size: 1.6rem;
	font-weight:400;
    padding: 2rem 3rem;
}

.faq-inner .panel-body {
    background-color: #f5f5f5;
    padding: 2rem 3rem 2rem 3rem;
	border-top: 2px solid var(--background);
}

.faq-inner .panel-body p {
    padding-top: 0;
}



.faq-inner a.accordion-button.collapsed.v2 span.spinner,
.faq-inner a.accordion-button.v2 span.spinner {
    float: right;
    width: 40px;
    font-size: 2rem;
    right: 0;
    position: relative;
    height: 40px;
    top: -7px;
    border: 2px solid var(--background);
    border-radius: 100%;
}

.faq-inner a.accordion-button.collapsed.v2 span.spinner:before,
.faq-inner a.accordion-button.collapsed.v2 span.spinner:after,
.faq-inner a.accordion-button.v2 span.spinner:before,
.faq-inner a.accordion-button.v2 span.spinner:after {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    right: 6px;
    z-index: 0;
    background: var(--background);
    pointer-events: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.faq-inner a.accordion-button.collapsed.v2 span.spinner:after {
    width: 1.25em;
    height: .125em;
    margin-top: -.0625em
}

.faq-inner a.accordion-button.collapsed.v2 span.spinner:before {
    width: 2px;
    height: 25px;
}

.faq-inner a.accordion-button.v2 span.spinner:after {
    width: 1.25em;
    height: .125em;
    margin-top: -.0625em
}

.faq-inner a.accordion-button.v2 span.spinner:before {
    width: .125em;
    height: 1.25em;
    margin-top: -.625em;
    margin-right: .5625em
}

.faq-inner a.accordion-button.v2 span.spinner:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-inner a.accordion-button.v2 span.spinner:before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.faq-inner a.accordion-button.collapsed.v2 span.spinner:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-inner a.accordion-button.collapsed.v2 span.spinner:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (max-width:991px) {

	section.faq .faq-inner {
		padding: 0 15px;
	}
	
    .faq-inner a.accordion-button.v2 {
        display: flex;
        justify-content: space-between;
    }

    .faq-inner a.accordion-button.v2 span:nth-of-type(1) {
        flex-basis: 75%;
    }

}


/* FAQ Leistungsseiten  Ende */

/* Karriere ACC ANFANG */
.page-id-2495 section.faq {
    background: var(--background);
}
/* Karriere ACC ENDE */

/* Leistungsuebersicht Anfang */

section.leistungsuebersicht {
    width: 90vw;
    max-width: 1420px;
    margin: 0 auto;
}

.leistungsuebersicht-hl {
    padding-left: 12vw;
    padding-bottom: 6rem;
}

.leistungsuebersicht-hl h1 {
    font-size: 4.5rem;
    color: var(--text-color);
    margin-top: 2rem;
}

.leistungsuebersicht-inner .leistungsuebersicht-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.leistungsuebersicht-inner .leistungsuebersicht-box.reverse {
    flex-flow: row-reverse wrap;
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.leistungsuebersicht-inner .leistungsuebersicht-box.reverse:last-of-type{
    margin-bottom: 0;
}

.leistungsuebersicht-box .leistungsuebersicht-txt {
    flex-basis: 50%;
    padding-top: 15rem;
    padding-bottom: 15rem;
    background: #F5F5F5;
    position: relative;
}

.leistungsuebersicht-box .leistungsuebersicht-txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
    left: -33%;
    background: #F5F5F5;
}

.leistungsuebersicht-box .leistungsuebersicht-txt:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
    right: -33%;
    background: #F5F5F5;
}

.leistungsuebersicht-box .leistungsuebersicht-img {
    flex-basis: 45%;
    position: relative;
    z-index: 7;
    overflow: hidden;
}

.leistungsuebersicht-box .leistungsuebersicht-img.on-view-fade {
    opacity: 1;
    animation: none;
}

.leistungsuebersicht-box .leistungsuebersicht-img img {
    width: 100%;
    z-index: 5;
    position: relative;
}

.leistungsuebersicht-box .leistungsuebersicht-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 6;
    width: 100%;
    background-color: var(--primary-color);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.leistungsuebersicht-box .leistungsuebersicht-img.on-view-fade.come-in:after {
    animation: imgreveal .7s cubic-bezier(0.08, 1.02, 1, 1);

}

.leistungsuebersicht-box .leistungsuebersicht-txt a {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    border-radius: 5px 0;
    padding: 1rem 2rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1%;
    text-align: center;
	transition-duration: 0.3s;
}

.leistungsuebersicht-box .leistungsuebersicht-txt a:hover {
	background: var(--background);
}

@keyframes imgreveal {
    0% {
        transform: translateX(-110%);
    }

    50% {
        transform: translateX(0) scaleX(1);
    }

    100% {
        transform: translateX(0) scaleX(0);
    }
}

@media (max-width:767px) {
    .leistungsuebersicht-box .leistungsuebersicht-img {
        flex-basis: 100%;
        position: relative;
        z-index: 7;
        overflow: hidden;
    }

    .leistungsuebersicht-box .leistungsuebersicht-txt {
        flex-basis: 100%;
        padding-top: 0rem;
        padding-bottom: 4rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .leistungsuebersicht-hl h1 {
        font-size: 3rem;
    }

    section.leistungsuebersicht {
        width: 100%;
        padding: 5rem 0 0 0;
    }

    .leistungsuebersicht-inner .leistungsuebersicht-box.reverse {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Leistungsuebersicht Ende */

/* Blauer Hintergrund ANFANG --------------------------------------------------------------------------------------------*/

div.container:before,
div.container:after {
    display: none;
}

.color-background {
    background: var(--background);
}

.color-background h2 {
    color: var(--primary-color);
    margin-top: 0rem;
}

.color-background li {
    color: var(--text-color);
    line-height: 2;
}

.color-background a {
    color: var(--primary-color);
}

.color-background a:hover {
    color: var(--text-color);
}

.color-background p {
    color: var(--text-color);
}

.sprechzeiten p>span {
    float: right;
    text-align: right;
    font-size: inherit;
}

section.color-background>div.container>div.flex-start>div.sprechzeiten p {
    color: var(--text-color);
    font-weight: 600;
}

section.color-background .sprechzeiten p>span>span {
    color: var(--primary-color);
}

@media (min-width: 768px) {

    section.color-background>div.container>div.flex-start {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    section.color-background>div.container>div.flex-start>div.sprechzeiten p {
        text-align: left;
    }

    section.color-background.cta>div.container>div.flex-start:last-of-type {
        align-items: flex-end;
    }

}

@media (max-width: 767px) {
    .flex-start>.sprechzeiten {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    section.color-background>div.container>div.flex-start>div.sprechzeiten p {
        text-align: center;
    }

    .color-background.cta .aufzaehlung {
        margin-top: 2rem;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .flex-start>.sprechzeiten {
        width: calc(100%/1.5);
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .flex-start>.sprechzeiten {
        width: calc(100%/2);
    }
}

@media (min-width: 1200px) {
    .flex-start>.sprechzeiten {
        width: calc(100%/2);
        margin-bottom: 3rem;
    }

    .flex-start {
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    .color-background p {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .color-background p {
        text-align: left;
    }
}


/* Blauer Hintergrund ENDE --------------------------------------------------------------------------------------------------*/

/* Aufzählung Anfang  --------------------------------------------------------------------------------------------------*/

.aufzaehlung {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.aufzaehlung>div {
    flex-basis: 100%;
    background: var(--primary-color);
    color: var(--text-invert);
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.aufzaehlung>div:before {
    content: '';
    background-image: url(images/pfeil.svg);
    height: 2rem;
    width: 2rem;
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    display: block;
}

/* Aufzählung ENDE --------------------------------------------------------------------------------------------------*/

/* Startseite Leistungen ANFANG --------------------------------------------------------------------------------------------*/

.leistungen {
    background: var(--primary-color);
}

.leistungen .container>div {
    display: flex;
    margin-bottom: 10rem;
    column-gap: 9rem;
}

.leistungen .container>div:last-of-type {
    margin-bottom: 0;
}

.leistungen .container>div>div {
    flex-basis: 50%;
}

.leistungen-image img {
    max-width: 100%;
}

.leistungen-text h2 {
    color: var(--text-invert);
    margin: 0;
    font-weight: 700;
}

.leistungen-text span {
    color: var(--text-invert);
    display: block;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.leistungen-text p {
    color: var(--text-invert);
}

@media (min-width:992px) {
    .leistungen .container>div:nth-of-type(2n) {
        flex-direction: row-reverse;
    }

    .leistungen-text {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .leistungen .container>div:nth-of-type(2n) .leistungen-text {
        text-align: right;
    }
}

@media (max-width:991px) {
    .leistungen .container>div>div {
        flex-basis: 100%;
    }

    .leistungen-image {
        margin-bottom: 4rem;
    }

    .leistungen .container>div {
        flex-direction: column;
    }
}

/* Startseite Leistungen ANFANG ---------------------------------------------------------------------------------*/

/* Footer Anfang ----------------------------------------------------------------------------*/

footer img {
    width: 90%;
}

.footer-copyright2 .copy {
    float: right;
}

.footerback .container>.row:before,
.footerback .container>.row:after {
    display: none;
}

.footerback .container>.row {
    display: flex;
}

@media (max-width: 991px) {
    .footerback .container>.row {
        display: inline-block;
    }

    footer img {
        margin-top: 15rem;
    }
}

@media (max-width: 767px) {
    footer img {
        margin-top: 5rem;
        width: 70%;
    }
}

/* Footer Ende ----------------------------------------------------------------------------*/

/* Galerie Anfang ----------------------------------------------------------------------------*/

.galerie img {
    width: 100%;
    margin-bottom: 3rem;
}

/* Galerie Ende ----------------------------------------------------------------------------*/

/* Sidebar Anfang ----------------------------------------------------------------------------*/

aside>div {
    margin-bottom: 2rem;
    border-left: 2px solid var(--primary-color);
    padding-left: 3rem;
}

aside h3 {
    text-align: left;
    margin-top: 0;
}

aside p {
    margin-bottom: 0;
    padding-bottom: 0;
}

aside img {
    width: 100%;
    max-width: 400px;
}

/* Sidebar Ende ----------------------------------------------------------------------------*/

/* Parallax ANFANG -----------------------------------------------------------------------------  */

section.parallax {
    background: url(/wp-content/uploads/2021/09/parallax.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    height: 175vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 24vh;
}

section.parallax>div {
    padding: 10vh 5vw 10vh 5vw;
    background: rgb(255 255 255 / 90%);
    text-align: center;
    position: relative;
    align-self: flex-end
}


.parallax p {
    line-height: 2;
}

.parallax h2 {
    margin-top: 0rem;
    margin-bottom: 4rem;
    color: var(--primary-color);
}

@media (max-width: 991px) {
    section.parallax {
        background-position: 38% 50%;
    }
}

@supports (-webkit-touch-callout: none) {

    .parallax {
        background-image: none !important;
        position: relative;
        background: transparent !important;
    }

    .parallax:before {
        content: "";
        background-image: url(/wp-content/uploads/2021/09/parallax.jpg);
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: -1;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* Parallax ENDE -------------------------------------------------------------------------------------  */

/* Team-Boxen Version 1 Anfang -------------------------------------------------------------------------------------  */

h1.team-h1, h1.team-h1+span {
    position: relative;
    left: calc(50% - (221.64px/2));
    width: fit-content;
}

.team-container>.row {
    display: flex;
}

.team-container>.row>div:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home .content .team-container h2,
.home .content .team-container p {
    text-align: left;
    width: 100%;
}

.team-container img {
    width: 100%;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-container ul {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.team-container h3 {
    color: var(--text-color);
    text-align: left;
    margin-top: 0;
}

.team-container>.row>div:nth-of-type(1)>div:hover .hover-box {
    opacity: 1;
}

.hover-box-kasten>div {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-container>.row>div:nth-of-type(1)>div:hover img {
    transform: scale(1.2);
    opacity: 0.2;
}

.hover-box {
    position: absolute;
    display: flex;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.hover-box a {
    color: var(--text-invert);
}

@media (max-width: 991px) {
    .team-container>.row {
        display: block;
    }

    .team-container img {
        width: 100%;
    }
}

/* Team-Boxen Version 1 ENDE -------------------------------------------------------------------------------------  */

/* Team-Boxen Version 2 Anfang -------------------------------------------------------------------------------------  */

.team-container h2,
.home .team-container2 p {
    text-align: left;
}

.content .team-container2>div>div>p {
    width: 100%;
}

.team-container2>div>div:nth-of-type(2)>p,
.team-container2>div>div:nth-of-type(2)>ul {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

.team-container2>div.row {
    margin-bottom: 5rem;
}

.hover-box-kasten>div {
    position: relative;
}

.team-container2 .arzte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-container2>div:nth-of-type(odd) h3,
.team-container2>div:nth-of-type(odd) p {
    text-align: left;
}

.team-container2>div:nth-of-type(even) h3,
.team-container2>div:nth-of-type(even) p {
    text-align: right;
}

.team-container2 div.mitarbeiter h3 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0;
}

.team-container2 div.mitarbeiter p {
    text-align: center;
}

.team-container2 .arzte h3 {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
}

.team-container2 .arzte span {
    margin-bottom: 2rem;
    display: block;
}

.team-container2>div:nth-of-type(3) {
    margin-bottom: 11rem;
}

.team-container2 img {
    width: 100%;
    display: block;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-container2>div:nth-of-type(even)>div>img {
    float: right;
}

.team-container2.mobile-team>div>div>img {
    margin-bottom: 1.5rem;
}

section.color-background>.team-container2 ul,
section.container .team-container2 ul {
    margin-top: 3rem;
}

.team-container2 h3 {
    text-transform: none;
    line-height: 1;
}

.mitarbeiter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 6rem;
}

.mitarbeiter:before,
.mitarbeiter:after {
    display: none;
}

.mitarbeiter>div {
    flex-basis: 30%;
}

.mitarbeiter img {
    width: 100%;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content .mitarbeiter p {
    font-size: 2rem;
    color: var(--text-color);
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.5;
}

.mitarbeiter p span {
    font-size: 1.6rem;
    color: var(--text-color);
    font-weight: 300;
}

section.color-background>.team-container2 ul+p,
section.container .team-container2 ul+p {
    margin-top: 2rem;
}

.team-container2.mobile-team.container>div>div>p span,
section.color-background>.team-container2.mobile-team.container>div>div>p span {
    color: var(--primary-color);
    font-weight: 400;
}

.team-container2.mobile-team.container>div>div>p,
section.color-background>.team-container2.mobile-team.container>div>div>p {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

.hover-box-kasten:hover .hover-box {
    opacity: 1;
}

.hover-box-kasten>div {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hover-box-kasten>div:hover img {
    transform: scale(1.2);
    opacity: 0.2;
}


@media (max-width: 991px) {

    .team-container2 h3,
    section.color-background>.team-container2 h3 {
        margin-top: 4rem;
    }

    .team-container2>div:nth-of-type(even)>div>img {
        float: left;
    }

    .team-container2>div:nth-of-type(even) h3,
    .team-container2>div:nth-of-type(even) p {
        text-align: left;
    }

    .mitarbeiter>div {
        flex-basis: 100%;
    }

    .team-container2 .arzte {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .team-container2 .arzte:nth-of-type(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .team-container2.mobile-team>div>div:not(:first-of-type)>img {
        margin-top: 6rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-container2.mobile-team>div>div:not(:not-of-type(-n+2))>img {
        margin-top: 6rem;
    }
}

/* Team-Boxen Version 2 ENDE -------------------------------------------------------------------------------------  */

/* Teamvorstellung Anfang */


.team-row-1 {
    display: flex;
    justify-content: space-around;
    padding-bottom: 5rem;
    flex-flow: row wrap;
    width: 72%;
    align-items: flex-start;
    margin: 0 auto;
}

.team-row-1 .team-box {

    width: 100%;

    flex-basis: 31%;

    position: relative;
}

.team-row-1 .team-box img {
    border-radius: 100%;
    display: flex;
    width: 100%;
}

.team-box:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: none;
    content: '';
    width: 35%;
    height: 85%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.team-box:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    display: block;
}

@-webkit-keyframes shine {
    100% {
        left: 90%;
    }
}

@keyframes shine {
    100% {
        left: 90%;
    }
}


.team-row-1 .team-box p {
    text-align: center;
    font-weight: 500;
    padding-top: 2rem;
    color: var(--primary-color);
}

.team-row-1 .team-box p span {
    color: var(--background);
    font-size: 1.7rem;
    font-weight: 300;

}

.team-row-2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
    flex-flow: row wrap;
    width: 88%;
    align-items: flex-start;
    margin: 0 auto;
}

.team-row-3 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
    flex-flow: row wrap;
    width: 88%;
    align-items: flex-start;
    margin: 0 auto;
}

.team-row-2 .team-box {
    width: 100%;
    flex-basis: 26%;
    position: relative;
}

.team-row-3 .team-box {
    width: 100%;
    flex-basis: 26%;
    position: relative;
    padding-bottom: 2rem;
}

.team-row-2 .team-box img {
    border-radius: 100%;
    display: flex;
    width: 100%;
}

.team-row-3 .team-box img {
    border-radius: 100%;
    display: flex;
    width: 100%;
}

.team-row-2 .team-box p {
    text-align: center;
    font-weight: 400;
    padding-top: 2rem;
    color: var(--primary-color);
}

.team-row-3 .team-box p {
    text-align: center;
    font-weight: 400;
    padding-top: 2rem;
    color: var(--primary-color);
}


.team-row-2 .team-box p span {
    color: var(--background);
    font-size: 12px;
    font-weight: 300;
}

.team-row-3 .team-box p span {
    color: var(--background);
    font-size: 1.7rem;
    font-weight: 300;
}

.abstand-team-block {
    padding-top: 8rem;
    padding-bottom: 10rem;
}

.row-team-button {
    text-align: center;
    margin-top: 5rem;


}

.team-button {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 450px;
    border-radius: 10px;
    background: var(--primary-color);
    color: white;
    line-height: 2;
    font-weight: 400;
    padding: 15px 0px;
    border: 3px solid var(--primary-color);
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;

}

.leistungsbox .team-button {
    margin-top: 34px;
    width: 50%;
    padding: 5px 0;
    margin-bottom: 1rem;
}

.team-button:hover {
    color: white;
    z-index: 2;
    border-color: #858992;
    background: transparent;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}


.team-button:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #858992;
    z-index: -2;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;

}

.team-button:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;

}


@media (max-width:767px) {

    .team-row-1,
    .team-row-2 {

        width: 85%;
        padding-bottom: 0;
    }

    .team-row-1 .team-box,
    .team-row-2 .team-box {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }

    .team-row-3 .team-box {
        width: 100%;
        flex-basis: 45%;
        position: relative;
        padding-bottom: 2rem;
    }



}

@media (max-width:991px) {

    .abstand-team-block {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    .team-row-1,
    .team-row-2 {

        width: 85%;
        padding-bottom: 0;
    }

    .team-button {
        width: 100%;
        letter-spacing: 0;
    }

    .row-team-button {
        margin-top: 0;
    }

}

figcaption h3 {
    margin: 2rem 0 0rem 0 !important;
    font-size: 2.1rem;
    text-align: center;
    font-weight: 400;
    color: var(--primary-color);
}

figcaption a.more-link {
    text-align: center;
    margin: 3rem auto 0rem auto !important;
    color: #18344c;
    font-weight: 400;
    width: 180px;
}

.team-row-1-effekt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding-bottom: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
}

.home .team-box-effekt figcaption p,
.team-box-effekt figcaption p {
    text-align: center;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    font-size: 12px;
}

.team-row-1-effekt .team-box-effekt,
.team-row-1-effekt a {
    width: 100%;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
    position: relative;
    margin-bottom: 3rem;
}

.team-row-1-effekt .team-box-effekt:hover h3 {
	filter: brightness(1);
}

.team-row-1-effekt .team-box-effekt figcaption h3,
.team-row-1-effekt .team-box-effekt figcaption p,
.team-row-1-effekt .team-box-effekt figcaption {
    position: absolute;
    top: 40%;
    width: 100%;
    color: transparent;
    transition: linear 1s all;
}

.team-row-1-effekt .team-box-effekt:hover figcaption p,
.team-row-1-effekt .team-box-effekt:hover figcaption{
    color:#fff;
    transition: linear 2s all;
}


.team-row-1-effekt .team-box-effekt:hover figcaption h3{
	color:var(--primary-color);
	transition: linear 2s all;
}

.team-row-1-effekt .team-box-effekt figcaption h3 {
    font-size: 3.1remw;
}

.team-row-1-effekt .team-box-effekt figcaption p {
    font-size: 2.1rem;
    top: 2.5vw;
}

.team-row-1-effekt .team-box-effekt img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 15px;
    transition: all 450ms linear 0s;
}

.team-row-1-effekt .team-box-effekt figure {
    background-size: cover;
    border-radius: 15px;
	filter: brightness(1);
    transition: 1s;
}

.team-row-1-effekt .team-box-effekt:hover figure {
    background-size: cover;
    border-radius: 15px;
	filter: brightness(0.4);
    transition: 2s;
}

.teampic .team-row-1-effekt .team-box-effekt img:not([src*="silhouette"]):hover {
    opacity: 0;
}


@media (max-width:991px) {

    .team-row-1-effekt .team-box-effekt,
    .team-row-1-effekt a {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    figcaption h3 {
        text-align: center;
        margin: 3rem 0 0rem 0 !important;
        font-weight: 400;
        font-size: 10.85rem;
    }

    .team-box-effekt figcaption p {
        text-align: center;
        margin-bottom: 0rem;
        padding-bottom: 0rem;
        font-size: 26px;
    }

    .team-row-1-effekt .team-box-effekt {
        margin-bottom: 3rem;
    }

    .teampic:last-of-type .team-row-1-effekt:last-of-type .team-box-effekt:last-of-type {
        margin-bottom: 0rem;
    }

    .team-row-1-effekt {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .teampic:nth-of-type(1) .team-row-1-effekt:nth-of-type(2) {
        justify-content: space-around;
    }

    .team-row-1-effekt:not(:first-of-type) {
        margin-top: 3rem;
    }
}

h1.before-line {
    text-align: left;
	text-transform: none;
    display: block;
    color: var(--primary-color);
    font-size: 1.6rem;
    position: relative;
    padding-left: 60px;
    margin-bottom: 0;
}

 h1.before-line:before {
    background-color: var(--primary-color);
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
}

h1.before-line+span {
    text-align: left;
    font-size: 3.3rem;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 3.5rem;
    margin-top: 0rem;
	text-transform: uppercase;
}

/* Teamvorstellung Ende */

/* Newsboxen ANFANG -----------------------------------------------------------------------------------------*/

section.newsboxen {
    background: var(--primary-color);
}

section.newsboxen .container>div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-thumbnail {
    flex-basis: calc(100% / 3 - 2rem);
}

.newsboxen h2 {
    color: var(--text-invert);
}

.newsboxen .h2subline+span {
    margin-bottom: 8rem;
    color: var(--text-invert);
}

.news-thumbnail {
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    background: var(--secondary-color);
    text-align: left;
    border-radius: 5px;
}

div.news-thumbnail>p.news-headlines {
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: 300;
}

.news-thumbnail p {
    color: var(--text-color);
    font-weight: 300;
    margin-bottom: 1rem;
}

.news-thumbnail h3 {
    margin-bottom: 0.5rem;
}

.more-link {
    margin-top: auto;
}

@media (min-width:992px) {
    .newsbtn {
        display: none;
    }
}

@media (max-width: 992px) {
    .news-thumbnail {
        flex-basis: 100%;
    }

    section.newsboxen .container>div {
        gap: 2rem;
    }
}

/* Newsboxen ENDE -----------------------------------------------------------------------------------------------*/

/* Newsseite ANFANG ---------------------------------------------------------------------------------------------*/

.newspage h2 {
    margin-top: 0;
}

/* Newsseite ENDE ---------------------------------------------------------------------------------------------*/


/* Vorstellung ANFANG -------------------------------------------------------------------------------*/

div.container:before,
div.container:after {
    display: none;
}

section.vorstellung {
    background: var(--background);
    padding: 0;
    width: 100%;
}

.vorstellung>.row {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.vorstellung img {
    display: none;
}

.vorstellung>.row>div:nth-of-type(1) {
    background-image: url(/wp-content/uploads/2023/07/slider.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.vorstellung>.row>div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 15rem 12vw 15rem 4rem;
    gap: 2rem;
}

.vorstellung h2,
.vorstellung p,
.vorstellung a {
    margin: 0;
}

.vorstellung .btn {
    width: fit-content;
}

.vorstellung h2 {
    margin-top: 0;
    margin-bottom: -2rem;
    text-align: left;
}

.vorstellung li {
    color: var(--text-color);
    line-height: 2;
}

@media (max-width:991px) {
    .vorstellung>.row>div:nth-of-type(2) {
        padding: 4rem 10rem;
    }

    .vorstellung>.row {
        flex-direction: column;
    }

    .vorstellung img {
        display: block;
        width: 100%;
    }
}

@media (max-width:767px) {
    .vorstellung>.row>div:nth-of-type(2) {
        padding: 4rem 3rem;
    }
}

/* Vorstellung ENDE --------------------------------------------------------------------------------------------------*/

/* Praxisgalerie Anfang -----------------------------------------------------------------------------------------*/

.praxisgalerie img {
    width: 100%;
    transition: all .2s ease-in;
}

.praxisgalerie img:hover {
    transform: scale(1.05);
}

.praxisgalerie a {
    overflow: hidden;
    position: relative;
}

.praxisgalerie a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 rgb(255 255 255 / 50%);
    transition: box-shadow .2s ease;
    pointer-events: none;
}

.praxisgalerie a:hover:after {
    box-shadow: inset 0 0 0 10px rgb(92 38 71 / 70%);
}

.doppelblock {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 0.5rem;
    grid-gap: 0.5rem;
}

.doppelblock a:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.doppelblock a:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.doppelblock a:nth-of-type(2) img,
.doppelblock a:nth-of-type(3) img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.doppelblock a:nth-of-type(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.doppelblock a:nth-of-type(4) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.dreier {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 0.5rem;
    grid-gap: 0.5rem;
}

.dreier a:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.dreier a:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.dreier a:nth-of-type(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

/* Praxisgalerie Ende ------------------------------------------------------------------------------------------*/

/* Bewegung ANFANG ---------------------------------------------------------------------------------------------*/

.come-in {
    animation: come-in 0.6s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.on-view-fade {
    opacity: 0;
}

@keyframes come-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Bewegung ENDE ---------------------------------------------------------------------------------------------------*/

/*  SLIDERBOXEN Anfang  ----------------------------------------------------------------------------------------------  */

svg path {
    fill: var(--primary-color);
}

svg:not(:root) {
    width: 2.5rem;
    height: 2.5rem;
}

.slider-boxen {
    position: fixed;
    right: 0;
    z-index: 5000;
    display: flex;
    width: 50px;
    flex-flow: column wrap;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
}

.slider-boxen .box {
    background: var(--background);
    padding: 1rem 2rem 1rem 2rem;
    margin-bottom: 1rem;
    width: 350px;
    transform: translatex(-10px);
    transition: all .2s ease-in;
}

.slider-boxen .box:hover {
    transform: translatex(-165px);
    transition: all .2s ease-in;
}

.slider-boxen .telefonlink:before {
    display: none;
}

.slider-boxen .box a {
    color: var(--text-color);
}

.slider-boxen .box a img {
    width: 30px;
}

@media (min-width: 768px) {
    .slider-boxen .box a {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        column-gap: 2rem;
    }

    .slider-boxen {
        display: none;
    }
}

@media (max-width: 991px) {
    .slider-boxen .box a img {
        margin-right: 1rem;
    }
}

@media (max-width:767px) {
    .slider-boxen {
        bottom: 0;
        justify-content: center;
        display: none;
        left: 0;
        width: 100%;
        top: auto;
        transform: none;
    }

    svg path {
        fill: var(--text-invert);
    }

    svg:not(:root) {
        width: 2rem;
        height: 2rem;
    }

    .slider-boxen .box {
        border: 1px solid var(--text-color);
    }

    .slider-boxen .box a img {
        display: none;
    }

    .slider-boxen .box a img.svgwhite {
        display: inline-block;
        width: 2rem;
    }

    .slider-boxen .box a {
        font-size: 1.5rem;
        color: var(--text-invert);
        display: flex;
        gap: 1rem;
    }

    .slider-boxen>div {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: stretch;
        background: var(--primary-color)
    }

    .slider-boxen .box {
        display: none;
        transform: none !important;
        margin-bottom: 0;
        border-top-width: 2px;
        width: calc(100% / 2);
        flex-basis: calc(100% / 2);
        max-width: calc(100% / 2);
        border-radius: 0;
        justify-content: center;
        overflow: hidden;
        background: transparent;
        border-color: var(--text-invert);
        padding: 1rem;
    }

    .slider-boxen .box.desktop {
        display: none;
    }

    .slider-boxen .box.mobil {
        display: block;
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media (min-width: 768px) {
    .slider-boxen .box a img.svgwhite {
        display: none;
    }

    .slider-boxen .box.mobil {
        display: none;
    }
}


/*  SLIDERBOXEN ENDE  ------------------------------------------------------------------------------------------------------  */

/*  Accordion ANFANG  -----------------------------------------------------------------------------------------------------------------  */

.panel-group .panel.panel-default {
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 2rem;
}

.panel-group {
    margin-bottom: 0;
}


a.accordion-button.v2 {
    color: var(--text-invert);
    font-size: 1.7rem;
    background-color: var(--primary-color);
    background-image: url(images/pfeil.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.accordion-button.collapsed.v2 {
    transition: all .0s ease-in;
}

@media (max-width:991px) {
    .panel-group .panel.panel-default {
        flex-basis: 100%;
    }

    .panel-group.accordion h2 {
        padding-left: 3rem;
        margin-top: 0;
    }
}

/*  Accordion ENDE  -----------------------------------------------------------------------------------------------------------------  */

/*Galerieanker fix ANFANG*/
 div#praxisimpressionen {
    margin-top: 0rem;
}
/*Galerieanker fix ENDE*/

/* mid-flex Anfang*/
.mid-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
/* mid-flex Ende*/

*[id]{
	scroll-margin-top: 18rem;
}

@media (max-width: 991px){
	*[id]{
		scroll-margin-top: 10rem;
	}
	h1.before-line+span{
		font-size: 2.5rem;
	}
}