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

:root {
    --primary-color: #b1c1cf;
    --secondary-color: #fff;
    --color-plus: #F6F9FF; 
    --secondary-transparent: rgba(238, 238, 238, 0.9);
    --text-color: #555;
    --text-invert: #fff;
    --background: #eee;
}

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


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

.h1span {
    color: #00305d;
    display: block;
    font-size: 3.5rem;
    margin-bottom: 0rem;
    line-height: 3.5rem;
    margin-top: 0rem;  
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway' , sans-serif;
    letter-spacing: 3px;
}

.single_h1 {
    margin-bottom: 2rem;
}

.home h1 {
    margin-bottom: 2.7rem;
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: #b1c1cf;
}

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%;
    }
    .versetzte-boxen {
        position: relative;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
}

@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 --------------------------------------------------------------------------------------------------------*/



/* Versetzte Boxen Anfang */

.versetzt-boxen>div:first-of-type {
    padding-top: 0rem
}

.versetzt-boxen>div:last-of-type {
    padding-bottom: 0rem
}

.versetzte-boxen {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem
}

.versetzt-text {
    z-index: 1
}

.versetzt-bild img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.versetzt-boxen-inner:hover>div>img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}



section.versetzt-boxen h3 {
    margin-top: -15rem;
    font-size: 2.4rem;
    color: #00305d;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
        font-family: 'Raleway' , sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
}

section.versetzt-boxen {
    counter-reset: boxen-counter;
    background: #ffffff;
    
}

@media (min-width: 992px) {
    
    
    .versetzt-boxen-inner {
        margin:0 auto;
        width: 100%;
        max-width: 1400px;
        position: relative;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr 90px 1fr;
        grid-template-rows: 1fr auto 1fr
    }

    .versetzt-boxen>div:nth-of-type(odd) .versetzt-text>* {
        text-align: right
    }

    .versetzt-boxen>div:nth-of-type(odd) .versetzt-text a.leistung-button:after {
        content: "";
        display: inline-block;
        border-bottom: 2px solid #00305d;
        width: 75px;
        margin-left: 20px;
        -webkit-transform: translate(0,-.2em);
        -ms-transform: translate(0,-.2em);
        transform: translate(0,-.2em);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .versetzt-boxen>div:nth-of-type(odd) .versetzt-text a.leistung-button:hover:after {
        width: 85px
    }

    .versetzt-boxen>div:nth-of-type(even) .versetzt-bild {
        grid-column: 1 / 3;
        grid-row: 1 / 4
    }

    .versetzt-boxen>div:nth-of-type(even) .versetzt-text {
        grid-column: 2 / 4;
        grid-row: 2 / 3;
        padding-left:0rem;
        padding-right: 8rem;
    }

    .versetzt-boxen>div:nth-of-type(odd) .versetzt-bild {
        grid-column: 2 / 4;
        grid-row: 1 / 4
    }

    .versetzt-boxen>div:nth-of-type(odd) .versetzt-text {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        justify-self: right;
        padding-right:0rem;
        
    }

    .versetzt-boxen>div:nth-of-type(even) .versetzt-text a.leistung-button:before {
        content: "";
        display: inline-block;
        border-bottom: 2px solid #00305d;
        width: 75px;
        margin-right: 20px;
        -webkit-transform: translate(0,-.2em);
        -ms-transform: translate(0,-.2em);
        transform: translate(0,-.2em);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .versetzt-boxen>div:nth-of-type(even) .versetzt-text a.leistung-button:hover:before {
        width: 85px
    }
}

.termin-button.button-main {
    display: inline-flex;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-radius: 10rem;
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 1px;
    transition: all .3s;
    position: relative;
    font-weight: 300;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    vertical-align: bottom;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1rem 2rem;
    border: 1px solid transparent;
    border-color: #00305d;
}

.termin-button img.pfeil {
	margin-bottom: 0;
}

.termin-button.button-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%; 
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
}

.termin-button.button-main:hover:before {
    width: 100%;
}

.termin-button.button-main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00305d !important;
    border-radius: 10rem;
    z-index: -2;
}

.termin-button.button-main img {
    width: 20px;
    vertical-align: middle;
    margin-left: 1rem;
    filter: invert(.7);
    transition: all 0.4s ease;
    padding-bottom: 2px;
    height: auto;
}

/*--------------Button Arztvorstellung Anfang-------------------------*/

.termin-button-vorstellung.button-main-vorstellung {
    display: inline-flex;
    margin-top: 0rem;
    margin-bottom: 1rem;
    border-radius: 10rem;
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 1px;
    transition: all .3s;
    position: relative;
    font-weight: 300;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    vertical-align: bottom;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: .5vw 1.5vw;
    width: 270px; /*vorher 30%*/ 
    white-space: nowrap;
}

.termin-button-vorstellung.button-main-vorstellung:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%; 
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
}

.termin-button-vorstellung.button-main-vorstellung:hover:before {
    width: 100%;
}

.termin-button-vorstellung.button-main-vorstellung:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00305d !important;
    border-radius: 10rem;
    z-index: -2;
}

.termin-button-vorstellung.button-main-vorstellung img {
    width: 20px;
    vertical-align: middle;
    margin-left: 1rem;
    filter: invert(.7);
    transition: all 0.4s ease;
    padding-bottom: 2px;
    height: auto;
    display: block;
}

/*------------------Button Arztvorstellung Ende----------------------*/


@media (max-width: 991px) {
    
    .termin-button-vorstellung.button-main-vorstellung {
        padding: 2.5vw 4.5vw;
    }
    
    .versetzt-boxen-inner {
        width:100%;
        position: relative;
        display: -ms-grid;
        display: grid;
        padding: 0 1.5rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto
    }

    .versetzt-boxen .versetzt-bild {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2
    }

    .versetzt-boxen .versetzt-text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3
    }

    a.leistung-button:before {
        content: "";
        display: inline-block;
        border-bottom: 2px solid #00305d;
        width: 75px;
        margin-right: 20px;
        -webkit-transform: translate(0,-.2em);
        -ms-transform: translate(0,-.2em);
        transform: translate(0,-.2em);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    a.leistung-button:hover:before {
        width: 85px
    }

    section.versetzt-boxen h3 {
        margin-top: 3rem
    }
}

@media (max-width: 1400px) and (min-width:992px) {
    .versetzt-text {
        width:45vw
    }
}


/* Versetzte Boxen Ende */

.trenner-acc {
    /*border: 1px solid #706f6f;*/
    background: #b1c1cf;
    /*box-shadow: inset 5px 5px 5px #f2f2f2,inset -5px -5px 5px #fff*/
}

/*.home .trenner-acc {
    border: 1px solid #706f6f;
    box-shadow: inset 5px 5px 5px #f2f2f2, inset -5px -5px 5px #fff;
}*/

.trenner-acc img {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-bottom: 5rem
}

.trenner-acc ul {
    margin-top: 3rem
}

.trenner-acc .more-link {
    margin-top: 4rem
}


@media (min-width: 992px) {
    section.trenner-acc>div.row>div:nth-of-type(1) {
        padding-left:0rem
    }

    .trenner-acc img {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin-bottom: 0rem;
       
    }

    .trenner-acc>div>div:nth-of-type(2) {
        width: 60vw
    }
}

@media (max-width: 991px) {
    .trenner-acc img {
        width:100%;
        max-width: 900px;
        height: auto;
        margin-bottom: 5rem;
    }
}

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

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

.color-background {
    background: #b1c1cf;
    /*border-top: 1px solid;
    box-shadow: inset 0px 0px 5px 5px #f2f2f2;
    border-bottom: 1px solid;*/
}
.color-background .za-siegel > div {
    width:350px !important;
}
.color-background .za-siegel  {
    justify-content: flex-end !important;
    align-items: flex-end !important;
}


.color-background h2 {
    color: #00305d;
    margin-top: 0rem;
        font-family: 'Raleway' , sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
}

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

.color-background a {
    color: #00305d;
}

.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: #00305d;		
}

@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(--color-plus);
}   

.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(--primary-color);
    margin: 0;
    font-weight: 700;
}

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

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

@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 ---------------------------------------------------------------------------------*/

/* Startseite Praxisüberblick ANFANG ---------------------------------------------------------------------------------*/
@media (min-width:992px) {
.col-xs-12.col-sm-12.col-md-4.col-lg-4.praxisuberblick {
margin-top: 4.5rem;
}}

/* Startseite Praxisüberblick Ende ---------------------------------------------------------------------------------*/

/* 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 -------------------------------------------------------------------------------------  */

.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-color);
}

@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;
}   

.home .mitarbeiter {
    justify-content: space-evenly;
    margin-bottom: 5rem;
}

.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: #00305d;
    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;
}

.mitarbeitervorstellung-startseite {
    margin-top: -50px;
}

.mitarbeiter {

    row-gap: 0rem;
}

.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 -------------------------------------------------------------------------------------  */

/* 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;
    margin-left:0;
    margin-right:0;
}

.vorstellung > .row > div:nth-of-type(1) {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	padding: 0;
}

.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;
    padding: 0 12vw 0 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 h2 {
        margin-top: 0;
        margin-bottom: -2rem;
        text-align: left;
        font-size: 17.5px;
    }    

    
}

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

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


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

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

.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;
}
/*--------neu 2.7.24 Anfang----------------------*/
.dreier {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select:none;
    -webkit-touch-callout: none;
} 
/*--------neu 2.7.24 Ende----------------------*/
.praxisgalerie .dreier a {
    position: relative;
    display: inline-block;
}

.praxisgalerie .dreier a::after {
    content: attr(data-title);
    position: absolute;
    height: 90px;
    background-position: bottom;
    left: 0;
    top: calc(100% - 90px);
    color: white;
    background: rgba(177, 193, 207, 0.9);
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    padding: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-top: 2.5rem;
}

.praxisgalerie .dreier a:hover::after {
    opacity: 1;
}

.praxisgalerie .dreier img {
    width: 100%;
    display: block;
    transition: filter 0.3s ease, transform 0.3s ease; 
}

.praxisgalerie .dreier a:hover img {
    filter: grayscale(100%);
    transform: scale(1.05); 
}

.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;
}


@media(max-width:991px) {


    .praxisgalerie .dreier a::after {
        top: calc(100% - 60px);
    font-size: .9rem;
    }
}

@media (max-width:767px) {

   .praxisgalerie .dreier a::after {
        display: none;
        
    }

 

}

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

/* Teamgalerie ANFANG ------------------------------------------------------------------------------------------*/
.teamgalerie {

    margin-top: 3rem;
}

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

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

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

.teamgalerie 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;
}

.teamgalerie a:hover:after {
    box-shadow: inset 0 0 0 10px rgb(0 48 93);
}

/* Teamgalerie 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: #00305d;
}

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;
    border-radius: 40px 0 0 40px;
}

.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;
}

.custom-text-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) !important;

}

@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;
    }
}

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

    /*.praxisgalerie .dreier a {
content:attr(data-title);

    }*/

 

}

@media (max-width:767px) {
    .slider-boxen {
        bottom: 0;
        justify-content: center;
        display: block;
        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 {
        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;
        display: flex;
        justify-content: center;
        overflow: hidden;
        background: transparent;
        border-color: var(--text-invert);
        padding: 1rem;
    }
    
    .slider-boxen .box.desktop {
        display:none;
    }
}

@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: 50rem 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;
    border-radius: 1rem;
}

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

.img-accordion {
    width: 50%;
    float: right;
    margin-left: 0.3rem;
    margin-top: 0.8rem;
}   

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

    a.accordion-button.v2 {
background-position: 30rem center;

    }

    .sprechzeiten-h2 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
  
}

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

/* Startseite Teamvorstellung Anfang ---------------------------------------------------------------------------------------- */

.section-team h2 {
    color: #333;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

section.team-collage {
    padding: 0;
}

.team-collage {
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    background: var(--color-plus);
}
.team-collage > *:nth-child(1) {
   -ms-grid-row:1;
   -ms-grid-column:1;
}.team-collage > *:nth-child(2) {
   -ms-grid-row:1;
   -ms-grid-column:2;
}.team-collage > *:nth-child(3) {
   -ms-grid-row:1;
   -ms-grid-column:3;
}.team-collage > *:nth-child(4) {
   -ms-grid-row:1;
   -ms-grid-column:4;
}.team-collage > *:nth-child(5) {
   -ms-grid-row:2;
   -ms-grid-column:1;
}.team-collage > *:nth-child(6) {
   -ms-grid-row:2;
   -ms-grid-column:2;
}.team-collage > *:nth-child(7) {
   -ms-grid-row:2;
   -ms-grid-column:3;
}.team-collage > *:nth-child(8) {
   -ms-grid-row:2;
   -ms-grid-column:4;
}.team-collage > *:nth-child(9) {
   -ms-grid-row:3;
   -ms-grid-column:1;
}.team-collage > *:nth-child(10) {
   -ms-grid-row:3;
   -ms-grid-column:2;
}.team-collage > *:nth-child(11) {
   -ms-grid-row:3;
   -ms-grid-column:3;
}.team-collage > *:nth-child(12) {
   -ms-grid-row:3;
   -ms-grid-column:4;
}
.team-collage > div {
    position:relative;
        overflow: hidden;
}
.team-collage.come-in { 
    animation:none;
    opacity: 1;
}


.team-collage > div > img {
    width:100%;    
    height: auto;
}

.team-collage > div:before {
       position: absolute;
    top: 0;
    left: -110%;
    z-index: 2;
    display: none;
    content: '';
    width: 80%;
    height: 100%;
    background: -webkit-linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 50%, rgba(255,255,255,0) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.team-collage > div:hover:before {
    -webkit-animation: shine .3s;
    animation: shine .3s;
    display: block;
}

.team-collage > div:nth-of-type(5):hover:before {
    display: none;
}
@-webkit-keyframes shine{100%{left:100%}}
@keyframes shine{100%{left:100%}}

.team-collage > div:nth-of-type(1) {
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    grid-area:1/1/2/2;
}
.team-collage > div:nth-of-type(2) {
    -ms-grid-row:2;
    -ms-grid-row-span:1;
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    grid-area:2/1/3/2;
}
.team-collage > div:nth-of-type(3) {
    -ms-grid-row:1;
    -ms-grid-row-span:2;
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-area:1/2/3/3;
}
.team-collage > div:nth-of-type(4) {
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    -ms-grid-column:3;
    -ms-grid-column-span:1;
    grid-area:1/3/2/4;
}
.team-collage > div:nth-of-type(5) {
     -ms-grid-row:2;
    -ms-grid-row-span:1;
    -ms-grid-column:3;
    -ms-grid-column-span:1;
    grid-area:2/3/3/4;
}
.team-collage > div:nth-of-type(6) {
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    -ms-grid-column:4;
    -ms-grid-column-span:1;
    grid-area:1/4/2/5;
}
.team-collage > div:nth-of-type(7) {
     -ms-grid-row:3;
    -ms-grid-row-span:1;
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    grid-area:3/1/4/2;
}
.team-collage > div:nth-of-type(8) {
        -ms-grid-row:3;
    -ms-grid-row-span:1;
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-area:3/2/4/3;
}
.team-collage > div:nth-of-type(9) {
     -ms-grid-row:3;
   -ms-grid-row-span:1;
   -ms-grid-column:3;
   -ms-grid-column-span:1;
   grid-area:3/3/4/4;
}
.team-collage > div:nth-of-type(10) {
      -ms-grid-row:2;
   -ms-grid-row-span:2;
   -ms-grid-column:4;
   -ms-grid-column-span:1;
   grid-area:2/4/4/5;
}
.team-collage.come-in.on-view-fade > div img {
    animation: come-in 0.6s ease-out forwards;
    transform: translateY(0px);
    opacity: 0;
}

.team-collage.come-in > div:nth-of-type(1) img {
    animation-delay: 0.3s;
}
.team-collage.come-in > div:nth-of-type(2) img {
    animation-delay: 0.4s;
}
.team-collage.come-in > div:nth-of-type(3) img {
    animation-delay: 0.5s;
}
.team-collage.come-in > div:nth-of-type(4) img {
    animation-delay: 0.6s;
}
.team-collage.come-in > div:nth-of-type(5) img {
    animation-delay: 0.7s;
}
.team-collage.come-in > div:nth-of-type(6) img {
    animation-delay: 0.7s;
}
.team-collage.come-in > div:nth-of-type(7) img {
    animation-delay: 0.6s;
}
.team-collage.come-in > div:nth-of-type(8) img {
    animation-delay: 0.7s;
}
.team-collage.come-in > div:nth-of-type(9) img {
    animation-delay: 0.9s;
}
.team-collage.come-in > div:nth-of-type(10) img {
    animation-delay: 1.0s;
}

.span-h3-leistungsbox {
font-size: 4rem;
}

.padding-left-leistungsbox {
padding-left: 13rem;

}

.padding-right-leistungsbox {
padding-right: 13rem;
    
}


.collage-cta {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(246, 249, 255, .7);
}
.collage-cta p {
    text-transform: uppercase;
    color: white;
    font-size: 4rem;
    line-height: 1.2;
    padding-bottom: 0;
    margin-bottom: 0;
    letter-spacing:2px;
}

.team-collage > div:nth-of-type(5) {
    position: relative;
    width: 100%;
    height:100%;
}
.collage-box-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(-100px);
    transition: transform 0.8s;
}


.collage-box img {
    width:100%;
    height:100%;
} 
.collage-box {
    position: absolute;
	width: 100%;
	height: 100%;
}

.collage-box-wrap .collage-box.back {
    transform: rotateX(-90deg) translateZ(100px);
    transition: transform 0.8s;
}
.collage-box-wrap .collage-box.front {
    transform: rotateY(  0deg) translateZ(100px);
    transition: transform 0.8s;
}    

.collage-box-wrap:hover .collage-box.back {
    transform: translateZ(-100px) rotateY(   0deg);
    transition: transform 0.8s;
}

.collage-box-wrap:hover .collage-box.front {
    transform: translateZ(-100px) rotateX(  90deg); 
    transition: transform 0.8s;
}


@media (max-width:767px) {
    .team-collage {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    } 
    .team-collage > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}.team-collage > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}.team-collage > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}.team-collage > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}.team-collage > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}.team-collage > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}.team-collage > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}.team-collage > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
}.team-collage > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}.team-collage > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
}.team-collage > *:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
}.team-collage > *:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
}.team-collage > *:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}.team-collage > *:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
}.team-collage > *:nth-child(15) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
}.team-collage > *:nth-child(16) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
}.team-collage > *:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}.team-collage > *:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
}
    
    .team-collage > div:nth-of-type(4) {
        -ms-grid-row:5;
        -ms-grid-row-span:1;
        -ms-grid-column:2;
        -ms-grid-column-span:1;
        grid-area:5/2/6/3;
    }
    .team-collage > div:nth-of-type(3) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/5/3;
    }
    .team-collage > div:nth-of-type(1) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 5/1/6/2;
    }
    .team-collage>div:nth-of-type(2) {
         -ms-grid-row: 6;
         -ms-grid-row-span: 1;
         -ms-grid-column: 1;
         -ms-grid-column-span: 1;
         grid-area: 6/1/7/2;
    }
    .team-collage > div:nth-of-type(5) {
       -ms-grid-row: 6;
       -ms-grid-row-span: 1;
       -ms-grid-column: 2;
       -ms-grid-column-span: 1;
       grid-area: 6/2/7/3;
    }
    .team-collage > div:nth-of-type(6) {
       -ms-grid-row:8;
       -ms-grid-row-span:1;
       -ms-grid-column:2;
       -ms-grid-column-span:1;
       grid-area:8/2/9/3;
    }
    .team-collage > div:nth-of-type(7) {
       -ms-grid-row:7;
       -ms-grid-row-span:1;
       -ms-grid-column:2;
       -ms-grid-column-span:1;
       grid-area:7/2/8/3;
    }
    .team-collage > div:nth-of-type(8) {
       -ms-grid-row:9;
       -ms-grid-row-span:1;
       -ms-grid-column:2;
       -ms-grid-column-span:1;
       grid-area:9/2/10/3;
    }
    .team-collage > div:nth-of-type(9) {
       -ms-grid-row:9;
       -ms-grid-row-span:1;
       -ms-grid-column:1;
       -ms-grid-column-span:1;
       grid-area:9/1/10/2;
    }
    .team-collage > div:nth-of-type(10) {
       -ms-grid-row: 7;
       -ms-grid-row-span: 2;
       -ms-grid-column: 1;
       -ms-grid-column-span: 1;
       grid-area: 7/1/9/2;
    }   
    .collage-cta p {
        
    } 
    .section-team h2 {
        line-height: 1.1;
        font-size:2rem;
        padding-bottom: 2rem;
    }
    .team-collage > div > img {
        height:auto;
    }
}

@media (min-width:400px) and (max-width:767px) {
    .section-team h2 {
        font-size:2.4rem;
    }
}


@media (max-width:991px) {
    .section-team p {
        width: 90vw;
    }
    .collage-cta p {
        font-size: 2rem;
        text-align: center;
    }
    .collage-cta a {
        padding: 5px 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        font-size: 1.4rem;
    }

    .padding-left-leistungsbox {
        padding-left: 0;
        
        }
        
        .padding-right-leistungsbox {
        padding-right: 0;
            
        }
}
@media (min-width:991px) and (max-width:1299px) {
    .section-team p {
        width: 75vw;
    }
    .collage-cta p {
        font-size: 3rem;
        text-align: center;
    }
}



/* Startseite Teamvorstellung Ende ---------------------------------------------------------------------------------------- */

* b, * strong {
    font-weight: 600;
}

.siegel-patientenkommunikation {
    max-width:100%;
    width:250px;
    margin-bottom: 2.7rem;
}