:root {
    --flex-grid-gap: 4rem;
}

/* Trenner Anfang ----------------------------------------------------------------------------------------------------------------------------------------------*/
div.trenner {
    width: 60px;
    position: relative;
    margin: 1rem auto 10rem auto;
}

@media (max-width:991px) {
    div.trenner {
        margin: 3.5rem auto 4rem;
    }
}

div.trenner:before {
    content: '';
    width: 25vw;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 150%;
    top: 29px;
    border-radius: 1px;
}

div.trenner:after {
    content: '';
    width: 25vw;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 150%;
    top: 29px;
    border-radius: 1px;
}

.trenner img {
    width: 100%;
}

.page-id-1196 .versetzt-bild img {
	height: auto;
}

@media (max-width: 991px) {
    div.trenner:before {
        width: 80px;
    }

    div.trenner:after {
        width: 80px;
    }
}

/* Trenner Ende ----------------------------------------------------------------------------------*/

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

.h1span {
    color: #2E616A;
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 0rem;
    letter-spacing: 2px;
    line-height: 3.5rem;
    margin-top: 0rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.home .h1span {
    font-size: 2.5rem;
}

.single_h1 {
    margin-bottom: 2rem;
}

.home h1 {
    text-align: center;
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: #429EA9;
    display: inline-block;
}

.home section:has(h1) {
	background: #fff;
}

h1+span {
    margin-bottom: 2rem;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #429EA9;
}

h2.h2subline {
    margin-bottom: 0;
}

.h2subline+span {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    display: block;
    color: #429EA9;
}
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: 0 auto;
    line-height: 2;
}

.home .content p:has(strong):has(+ p) {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2E616A;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 3rem;
    padding: 0;
}

.home .content p:has(strong):has(+ p):first-of-type {
    margin-top: 0;
}

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

@media (max-width:767px){
    .home .h1span, .home h1 {
        font-size: 2rem;
        letter-spacing:1px;
    }
}

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

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

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

.color-background {
    background: #ddd;
}

.color-background h2 {
    color: #2E616A;
    margin-top: 0rem;
    text-align: center;
}

.color-background p:last-of-type {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

.color-background li,
.color-background strong {
    color: #2E616A;
    line-height: 2;
    list-style: "\1B78";
}

.color-background a {
    color: #429EA9;
}

.color-background a:hover {
    color: #555;
}

.color-background p {
    text-align: center;
    color: #555;
}

section.color-background>div.container>div.flex-start>div.sprechzeiten p {
    text-align: left;
    color: #555;
    font-weight: 600;
}

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

@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.cta>div.container>div.flex-start:last-of-type {
        align-items: flex-end;
    }
}

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

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

}

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

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

@media (min-width: 1400px) {
    .flex-start>.sprechzeiten {
        width: calc(100%/4);
    }
}

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

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

    .color-background.zwo p {
        text-align: center;
    }
}


/* Blauser Hintergrund ENDE --------------------------------------------------------------------------------------------------*/

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

.versetzt-boxen {
    background: #00595f;
    padding: 4rem 0;
}

a.leistung-button:before {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #2E616A;
    width: 75px;
    margin-right: 20px;
    -webkit-transform: translate(0, -0.2em);
    -ms-transform: translate(0, -0.2em);
    transform: translate(0, -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;
}

.versetzt-boxen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.versetzt-boxen .versetzt-text {
    padding: 3rem;
    background: #ffffffb8;
}

.versetzt-text h3 {
	margin-top: 0;
    color: #2E616A;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
    text-align: left;
}

.versetzt-text p {
    margin-bottom: 0rem;
    line-height: 2;
}

.versetzt-text p:last-child {
    padding-bottom: 0;
}

.versetzt-text a {
    color: #2E616A;
}

.versetzt-text a:hover {
    color: #429EA9;
}

div[class="versetzte-boxen"]:first-child {
    padding-top: 0;
}

div[class="versetzte-boxen"]:last-child {
    padding-bottom: 0;
}

@media (min-width: 992px) {

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

    .versetzt-boxen>div .versetzt-bild {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

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

}

@media (max-width: 991px) {

    .versetzt-boxen .versetzt-text {
        padding: 4rem 2rem;
    }

    .versetzte-boxen:not(:last-of-type) {
        padding-bottom: 4rem;
    }

    .versetzt-boxen-inner {
        width: 100%;
        position: relative;
        display: -ms-grid;
        display: grid;
        padding: 0 2rem;
        -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;
    }
}

@media (min-width: 992px) {
    .versetzt-boxen-inner {
        margin: 0 auto;
        width: 100%;
        max-width: 1400px;
        position: relative;
        display: -ms-grid;
        display: grid;
        padding: 0 1.5rem;
        grid-template-columns: 4fr 6fr;
        grid-template-rows: auto;
        grid-column-gap: var(--flex-grid-gap);
    }
}

section.versetzt-boxen.white {
    background: #fff;
}

section.versetzt-boxen.gray, section.versetzt-boxen.gray .versetzt-text {
    background: #efefef;
}

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

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

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

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

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

.footerback .container>.row>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sprechzeiten {
    display: flex;
    flex-direction: column;
}

footer .sprechzeiten p {
	padding-bottom: 0;
	margin-bottom: .5rem;
}

@media (max-width: 1199px) {
	
	footer > section > div.container > div.row > div:nth-child(2) > h3 {
		display: none;
	}
	
}

@media (min-width: 500px) and (max-width: 1199px) {
	
	footer > section > div.container > div.row > div:nth-child(2) {
		padding-top: 85px;
	}
	
}

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

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

section.parallax {
    background: url(/wp-content/uploads/2023/02/parallax.png) 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: #2E616A;
}

.parallax .more-link {
    margin: 0 auto;
    margin-bottom: 0rem;
    margin-top: 1.5rem;
}

@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/2023/02/parallax.png);
        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: #555;
    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;
}

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

@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;
    text-align: center;
    color: #555;
    font-weight: 700;
    margin-top: 1rem;
    line-height: 1.5;
}

.mitarbeiter p span {
    font-size: 1.6rem;
    text-align: center;
    color: #555;
    font-weight: 300;
}

section.color-background>.team-container2 h3 {
    text-transform: none;
    margin-top: 0;
    color: #a9c4ce;
}

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: #2E616A;
    font-weight: 700;
}

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

/* Team-Boxen individuell ANFANG -------------------------------------------------------------------------------------------------------------*/

.flex-team {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: var(--flex-grid-gap);
}

.flex-team .team-image {
    width: 100%;
}

.flex-team .team-image img {
    width: 100%;
}

.flex-team .vita-text {
    width: calc(60% - var(--flex-grid-gap)/2);
}

.flex-team .vita-text h3 {
    text-align: left;
    font-size: 1.9rem;
}

.flex-team .vita-text h2:has(+p) {
    margin-bottom: 0;
    margin-top: 0;
}

.flex-team .vita-text ul {
    list-style: "- " inside;
    padding-left: 0;
}

.flex-team .arzt {
    width: 100%;
    display: flex;
    gap: var(--flex-grid-gap);
    margin-bottom: var(--flex-grid-gap);
}

.mitarbeiterV2 {
    display: flex;
    width: calc(40% - var(--flex-grid-gap)/2);
    flex-direction: column;
    flex-wrap: wrap;
}

.flex-team .team-text p {
    margin: 0;
    padding: 0;
}

.arzt .team-image {
    width: calc(40% - var(--flex-grid-gap)/2);
}

@media (max-width: 767px){
    .flex-team .arzt {
        flex-direction: column;
        margin-bottom: 0;
    }
    .arzt .team-image, .arzt .vita-text {
        width: 100%;
    }
    .mitarbeiterV2{
    width: calc(50% - var(--flex-grid-gap) / 2);
    }
    .vita-text h2 {
        margin-top: 0;
    }
}

@media (max-width: 499px){
    .mitarbeiterV2{
        width: 100%;
    }
}

/* Team-Boxen individuell ENDE -------------------------------------------------------------------------------------------------------------*/

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

section.newsboxen {
    background: linear-gradient(to right, #2E616A 0%, #429EA9 50%, #2E616A 100%);
}

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: #fff;
}

.newsboxen .h2subline+span {
    margin-bottom: 8rem;
    color: #fff;
}

.news-teaser {
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 1rem;
    border: 1px solid #2E616A;
}

.news-thumbnail {
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

div.news-thumbnail>p.news-headlines {
    font-size: 2rem;
    color: #2E616A;
    font-weight: 300;
}

.news-thumbnail p {
    text-align: center;
    color: #676b6d;
    font-weight: 300;
    margin-bottom: 1rem;
}

.news-thumbnail .more-link {
    margin: 0 auto;
    margin-top: auto;
}

.news-teaser h3 {
    margin: 0;
}

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

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

    section.newsboxen .container>div {
        gap: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

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

/* Buttons Anfang -----------------------------------------------------------------------------------------------*/

a.more-link {
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
    border-radius: 10rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    border: 1px solid #2E616A;
    letter-spacing: 1px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    width: fit-content;
    background: linear-gradient(to right, #2E616A 0%, #429EA9 50%, #2E616A 100%);
}

a.more-link:hover {
    color: #555;
}

a.more-link.invert {
    border: 1px solid #ddd;
}

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

a.more-link:after {
    background-image: url(/wp-content/uploads/2022/05/pfeil-icon.png);
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: '';
    margin: 0.5rem;
    transition: all 0.3s;
}

a.more-link:hover:after {
    margin-left: 2rem;
}

a.more-link.invert:after {
    background-image: url(/wp-content/uploads/2022/06/pfeil-icon-grau.png);
}

a.more-link.invert:hover:after {
    background-image: url(/wp-content/uploads/2022/05/pfeil-icon.png);
}

a.more-link:hover:after {
    background-image: url(/wp-content/uploads/2022/06/pfeil-icon-grau.png);
}

a.more-link.invert:before {
    background: linear-gradient(to right, #2E616A 0%, #429EA9 50%, #2E616A 100%);
}

a.more-link:hover:before {
    width: 100%;
}

a.more-link.invert {
    color: #555;
    background: #ddd;
}

a.more-link.invert:hover {
    color: #fff;
}

a.more-link img {
    width: 24px;
    vertical-align: bottom;
    margin-left: 1rem;
    transition: all 0.4s ease;
}

/* Buttons Ende -----------------------------------------------------------------------------------------------*/

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

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

section.vorstellung {
    background: #ddd;
    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/2021/08/box-cmd.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 2rem;
    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 a:hover {
    color: #555;
}

.vorstellung li {
    color: #555;
    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  ----------------------------------------------------------------------------------------------  */

.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: #2E616A;
    padding: 1rem 2rem 1rem 2rem;
    margin-bottom: 1rem;
    width: 350px;
    transform: translatex(-10px);
    transition: all .2s ease-in;
    border: 1px solid #2E616A;
}

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

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

.slider-boxen .box a {
    color: #ffffff;
}

.slider-boxen .box a img {
    width: 30px;
    margin-left: -0.4rem;
}

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

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

    .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: #fff;
        display: block;
    }

    .slider-boxen>div {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: stretch;
        background: #00595f;
    }

    .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: block;
        text-align: center;
        overflow: hidden;
        background: transparent;
        border-color: #fff;
        padding: 1rem;
    }
}

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


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

/*  JOBS ANFANG  ------------------------------------------------------------------------------------------------------  */

section.einleitung>div {
    margin: 0 auto;
    width: 85vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

section.einleitung .left {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
    overflow: visible;
    height: auto;
    display: block;
    position: relative;
}

section.einleitung .right {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
}

section.einleitung .left img {
    width: 100%;
    position: sticky;
    top: 10vw;
}

section.einleitung p.txt-xxl {
    font-size: 2vw;
    line-height: 1;
    padding-top: 2rem;
    padding-bottom: 3rem;
    font-weight: 700;
    color: #2E616A;


}

section.einleitung span.subline {
    font-size: 1.4vw;
    display: block;
}

section.einleitung ul {
    margin-bottom: 4rem;
    list-style-type: none;
    padding-left: 0;
    display: inline-block;
}

section.einleitung ul li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #b3b3b3;
    padding-top: 1rem;
}

@media (max-width:991px) {
    section.einleitung {
        padding-top: 0;
    }

    section.einleitung>div {
        width: 100%;
    }

    section.einleitung .left {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        padding-bottom: 4rem;
    }

    section.einleitung .right {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    h1 {
        font-size: 2rem;
    }

    section.einleitung span.subline {
        font-size: 2.5rem;

    }

    section.einleitung p.txt-xxl {
        font-size: 3rem;

    }

    section.einleitung .left img {
        display: none;
    }
}

/* Buttons Anfang -----------------------------------------------------------------------------------------------*/

#wide a.cta-button {
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
    color: #fff;
    font-weight: normal;
    border: none;
    justify-content: space-between;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    width: fit-content;
    background: #2E616A;
}

a.cta-button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #2E616A;
    transition: all .3s;
    border-radius: 5px;
    z-index: -1;
}

a.cta-button:hover:before {
    width: 100%;
}

a.cta-button img {
    width: 24px;
    vertical-align: bottom;
    margin-left: 1rem;
    transition: all 0.4s ease;
}

@media (max-width:991px) {
    a.cta-button {
        width: 100%;
    }
}

section.ueber-uns>div {
    margin: 0 auto;
    width: 65vw;
}

section.ueber-uns h2 {
    text-align: center;
    font-size: 2vw;
    margin-bottom: 0;
}

section.ueber-uns h2~span.subline {
    text-align: center;
    font-size: 1.4vw;
    display: block;
    padding-bottom: 5rem;
    color: #429EA9;
}

section.ueber-uns p {
    text-align: left;
}

section.ueber-uns img {
    width: 65%;
    margin: 0 auto;
    display: block;
    padding-top: 5rem;
}

@media (max-width:991px) {
    section.ueber-uns>div {
        margin: 0 auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.ueber-uns h2 {
        font-size: 3rem;
        text-align: left;
    }

    section.ueber-uns h2~span.subline {
        font-size: 2.5rem;
        text-align: left;
    }

    section.ueber-uns img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    section.ueber-uns {
        padding-bottom: 0;
    }
}

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

section.vorteile {
    background: #efefef;
}

section.vorteile>div {
    margin: 0 auto;
    width: 65vw;
}

section.vorteile h2 {
    text-align: center;
    font-size: 2vw;
    margin-bottom: 0;
}

section.vorteile .subline {
    text-align: center;
    font-size: 1.4vw;
    display: block;
    padding-bottom: 5rem;
    color: #429EA9;
}

.vorteile-liste {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.vorteile-liste>div {
    flex-basis: 45%;
    width: 45%;
    max-width: 45%;
}

.vorteile-liste h3 {
    font-size: 1.4vw;
    display: flex;
    align-items: center;
}

.vorteile-liste h3 i.fa {
    padding-right: 2rem;
    font-size: 2.5vw;
}

@media (max-width:991px) {
    section.vorteile>div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .vorteile-liste>div {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    section.vorteile h2 {
        font-size: 3rem;
        text-align: left;
    }

    section.vorteile .subline {
        font-size: 2.5rem;
        text-align: left;
    }

    .vorteile-liste h3 {
        font-size: 2.5rem;
    }

    .vorteile-liste h3 i.fa {
        font-size: 4rem;
    }
}

section.cta-kurz {
    background: #efefef;
}

section.cta-kurz>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 65vw;
}

section.cta-kurz .bild {
    flex-basis: 33%;
    width: 33%;
    max-width: 33%;
}

section.cta-kurz .bild img {
    width: 100%;
}

section.cta-kurz .text {
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 0;
}

section.cta-kurz h2 {
    font-size: 2vw;
    margin-bottom: 0;
}

section.cta-kurz .subline {
    font-size: 1.4vw;
    display: block;
    padding-bottom: 2rem;
    color: #429EA9;
}

section.cta-kurz a.cta-button {
    position: absolute;
    bottom: 0;
}

@media (max-width:991px) {
    section.cta-kurz>div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.cta-kurz .bild {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    section.cta-kurz .text {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        position: relative;
        padding-top: 5rem;
    }

    section.cta-kurz a.cta-button {
        position: relative;
    }

    section.cta-kurz .subline {
        font-size: 2.5rem;
        padding-bottom: 5rem;
    }

    section.cta-kurz h2 {
        font-size: 3rem;
    }

    section.cta-kurz .bild img {
        width: calc(100% + 30px);
        margin-left: -15px;
        display: none;
    }

    section.cta-kurz {
        padding-top: 0;
    }

}

section.galerie>div {
    margin: 0 auto;
    width: 65vw;
}

section.galerie>div .galerie-bilder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

section.galerie>div h2 {
    text-align: left;
    font-size: 2vw;
}

section.galerie>div .subline {
    font-size: 1.4vw;
    padding-bottom: 5rem;
    display: block;
}

section.galerie>div .galerie-bilder img {
    flex-basis: 49%;
    width: 49%;
    max-width: 49%;
    margin-top: 2%;
}

section.galerie>div .galerie-bilder.quer img {
    flex-basis: 32.5%;
    width: 32.5%;
    max-width: 32.5%;
    margin-top: 2%;
}

@media (max-width:991px) {
    section.galerie>div {
        margin: 0 auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.galerie>div h2 {
        font-size: 3rem;
    }

    section.galerie>div .subline {
        font-size: 2.5rem;
    }

    section.galerie>div .galerie-bilder img {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 2%;
    }

    section.galerie>div .galerie-bilder.quer img {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 2%;
    }
}

section.anfahrt {
    background: #efefef;
}

section.anfahrt>div {
    margin: 0 auto;
    width: 65vw;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}

section.anfahrt h2 {
    text-align: left;
    font-size: 2vw;
    color: #2E616A;
    margin-bottom: 0;
}

section.anfahrt>div .subline {
    font-size: 1.4vw;
    padding-bottom: 5rem;
    display: block;
    color: #429EA9;
}

section.anfahrt .karte {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
}

section.anfahrt .text {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
    position: relative;
    padding-bottom: 7rem;
}

section.anfahrt a.cta-button {
    position: absolute;
    bottom: 0;
}

@media (max-width:991px) {
    section.anfahrt>div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.anfahrt .karte {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-top: 5rem;
    }

    section.anfahrt .text {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-top: 0rem;
    }

    section.anfahrt a.cta-button {
        position: relative;
        bottom: 0;
    }

    section.anfahrt h2 {
        font-size: 3rem;
    }

    section.anfahrt>div .subline {
        font-size: 2.5rem;
    }

}

section.cta-lang {
    background: #fff;
}

section.cta-lang>div {
    margin: 0 auto;
    width: 65vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

section.cta-lang .left {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
    position: relative;
    padding-bottom: 8.5rem;
}

section.cta-lang .right {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
    position: relative;
}

section.cta-lang h2 {
    text-align: left;
    font-size: 2vw;
    color: #2E616A;
    margin-bottom: 0;
    margin-top: 0;
}

section.cta-lang .subline {
    font-size: 1.4vw;
    padding-bottom: 5rem;
    display: block;
}

section.cta-lang a.cta-button {
    position: absolute;
    bottom: 0;
}

section.cta-lang .right ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 14rem;
}

section.cta-lang .right ul li {
    font-size: 1.6vw;
    line-height: 1;
    display: flex;
    padding-bottom: 2rem;
}

section.cta-lang .right ul li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    padding-right: 3rem;
    font-size: 2vw;
    color: #2E616A;
}

@media (min-width:992px) {

    .page-id-1196>div#wide {
        overflow: visible;
    }
}

@media (max-width:991px) {
    section.cta-lang>div {
        margin: 0 auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.cta-lang .left {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-bottom: 0;
    }

    section.cta-lang .right {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }

    section.cta-lang a.cta-button {
        position: relative;
    }

    section.cta-lang .right ul li {
        font-size: 2.5rem;
    }

    section.cta-lang .right ul li:before {
        font-size: 3rem;
    }

    section.cta-lang h2 {
        font-size: 3rem;
    }

    section.cta-lang .subline {
        font-size: 2.5rem;
    }
}

/*  JOBS ENDE  ------------------------------------------------------------------------------------------------------  */

/*  JOBS-Formular ANFANG ------------------------------------------------------------------------------------------------------  */

.form-section {
    max-width: 800px;
}

.form-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-block label {
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #429EA9;
    font-size: 2.2rem;
    font-weight: bold;
}

.form-btn {
    margin-top: 3rem;
    margin-left: 6rem;
}

/*  JOBS-Formular ENDE  ------------------------------------------------------------------------------------------------------  */

/*  JOBS-Formular Popup ANFANG  ------------------------------------------------------------------------------------------------------  */

#popup-form {
    display: none;
    -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;
    z-index: 6000;
}

.modal-body {
    padding: 2rem 2.5rem;
}

.modal-header .close {
    position: relative;
    width: 20px;
    height: 30px;
    font-size: 30px;
    z-index: 5000;

}

#myModal p:empty {
    display: none;
}

.modal-content {
    background: #fff;
}

h2.modal-title {
    text-align: left !important;
    padding-bottom: 2rem;
}

.modal-body>p {
    text-align: center;
    color: #555;
    ;
}

.modal-body a {
    color: #940f03;
    white-space: nowrap;
}

.modal-body a:hover {
    color: #706f6f;
    text-decoration: underline;
}

.popup-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 100%;
        max-width: 900px;
        margin-top: 15rem;
    }
}

@media (max-width: 767px) {

    .popup-img {
        flex-basis: 100%;
    }

    .popup-vorstellung {
        flex-basis: 100%;
    }
}

/*  JOBS-Formular Popup ENDE  ------------------------------------------------------------------------------------------------------  */

/*  Flex-Struktur ANFANG  ------------------------------------------------------------------------------------------------------  */

div.flex-container {
    display: flex;
    flex-wrap: nowrap;
    column-gap: var(--flex-grid-gap);
}

div.flex-container>div:not(:has(.mobile-zunfall)):has(img) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    row-gap: var(--flex-grid-gap);
}

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

body:not(.home) section.container:has(.flex-container) {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

#wide .gda .flex-image {
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 2rem 6rem;
}

@media (min-width: 768px) {

    div.flex-container>div:nth-child(1),
    div.flex-container>aside {
        flex-basis: calc(40% - var(--flex-grid-gap) / 2);
    }

    div.flex-container>div:nth-child(2),
    div.flex-container>article {
        flex-basis: calc(60% - var(--flex-grid-gap) / 2);
    }

    .mobile-zunfall {
        display:none;
    }

}

@media (max-width: 767px) {

    div.flex-container>div:not(:has(.mobile-zunfall)):has(img) {
        display: none;
    }

}

/*  Flex-Struktur ENDE  ------------------------------------------------------------------------------------------------------  */

/* LeistungsÃƒÂ¼bersicht ANFANG  ------------------------------------------------------------------------------------------------------  */

ul.leistungen,
aside ul[id^=menu] {
    list-style-type: none;
    text-align: right;
    text-transform: uppercase;
	margin-bottom: 0;
}

aside ul[id^=menu]>li.current-menu-item>a {
    color: #429EA9;
}

/* LeistungsÃƒÂ¼bersicht ENDE  ------------------------------------------------------------------------------------------------------  */

/* Praxis-Trenner ANFANG ------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {

    .page-id-247,
    div.container.praxis {
        --praxiswidth: 750px
    }
}

@media (min-width: 992px) {

    .page-id-247,
    div.container.praxis {
        --praxiswidth: 970px
    }
}

@media (min-width: 1200px) {

    .page-id-247,
    div.container.praxis {
        --praxiswidth: 1170px
    }
}

@media (min-width: 1400px) {

    .page-id-247,
    div.container.praxis {
        --praxiswidth: 1400px;
    }
}

section.color-background.cta {
    background: #f2f2f2;
    padding: 0;
}

div.container.praxis {
    margin-left: calc((100% - var(--praxiswidth)) / 2);
    margin-right: 0;
    padding-right: 0;
    width: calc(100% -((100% - var(--praxiswidth)) / 2));
    display: flex;
    justify-content: space-between;
    column-gap: var(--flex-grid-gap);
    align-items: flex-start;
}

.container.praxis div:first-of-type {
    width: calc(var(--praxiswidth)/5*2 - 1.5rem);
}

.container.praxis div:has(img) {
    width: calc(100% - (var(--praxiswidth)/5*2 - var(--flex-grid-gap)/2));
}

.container.praxis div img {
    width: 100%;
}

.container.praxis div.tiere {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
    align-self: flex-end;
    bottom: 0rem;
    left: 0rem;
}

.container.praxis div.tiere img {
    width: calc(100%/3);
    position: relative;
    left: 4rem;
}

.container.praxis div.tiere img:nth-of-type(1) {
    bottom: -1px;
    max-width: calc(100%/6);
    left: 12rem;
}

.container.praxis div.tiere img:nth-of-type(3) {
    align-self: flex-start;
    width: 25%;
    left: 0%;
}

.container.praxis .hundimtext img {
    position: absolute;
    width: calc(var(--praxiswidth)/5*1.5 - var(--flex-grid-gap)/2);
    left: 50%;
    bottom: -2.6rem;
}

.container.praxis .hundimtext {
    width: calc(var(--praxiswidth)/5*2 - var(--flex-grid-gap)/2);
    position: absolute;
}

@media (max-width: 991px) {
    div.container.praxis {
        flex-direction: column-reverse;
		padding: 0;
        margin: 0;
        margin-bottom: 4rem;
    }

    .container.praxis div:first-of-type,
    .container.praxis div:has(img) {
        width: 100%;
    }

    .container.praxis div.tiere {
        bottom: 0;
		padding: 2rem 2rem 0 2rem;
		background: #fff;
    }
	
	.container.praxis div:nth-child(1) {
		padding-left: 2rem;
		padding-right: 2rem;
	}

    .container.praxis .hundimtext img {
        bottom: -2rem;
        width: 40%;
        left: 50%;
    }
    .container.praxis div.tiere img:nth-of-type(1){
        left: 30px;
    }
	.container.praxis div.tiere img{
		left: 0;
	}
}

@media (min-width:992px) and (max-width: 1200px){
    .container.praxis .hundimtext img{
        left: 60%;
    }
}

@media (min-width:1200px) and (max-width: 1399px){
    .container.praxis .hundimtext img{
        left: 55%;
    }
}

@media (max-width: 451px) {
    .container.praxis .hundimtext{
        position:relative;
    }
    .container.praxis .hundimtext img {
        position: relative;
        left: 0;
        width: 80%
    }
}

/* Praxis-Trenner ENDE -----------------------------------------------------------------------------------------------------------------*/

/* GDA-Trenner Anfang */
section.color-background.gda {
    padding: 4rem 0;
}

section.color-background.gda h2 {
    text-align: left;
}

@media (max-width: 767px) {

    .gda div.flex-container>div.flex-image {
        display: block;
        margin-bottom: 4rem;
        align-self: center;
    }

    .gda div.flex-container {
        flex-direction:column-reverse;
    }

}
/* GDA-Trenner ENDE */

/* CTA-Slider Anfang */

.cta-mobil {
    display: none;
}

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

    .cta-mobil {
        display: block;
    }

    .cta-mobil>.container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* Cta-Slider ENDE */

/*Philosophie Anfang*/

.page-id-247 .flex-text span+p:after {
    content: "";
    background-image: URL(/wp-content/uploads/2024/08/Hase.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5.7rem 8rem;
    position: absolute;
    left: calc(var(--praxiswidth) - 8%);
    top: -3rem;
}

@media (max-width:767px) {
    .page-id-247 .flex-text span+p:after {
        left: 70%;
        top: -3rem;
    }
}

@media (max-width:420px) {
    .page-id-247 .flex-text span+p:after {
        left: 80%;
        top: -8.5rem;
        padding: 4rem 5rem;
    }
}

@media (min-width:1600px) {
    .page-id-247 .flex-text span+p:after {
        left: var(--praxiswidth);
        top: 0;
        padding: 8rem 12rem;
    }
}

.page-id-247 .flex-image div:first-of-type:before {
    content: "";
    background-image: URL(/wp-content/uploads/2024/08/Kornfeld.png);
    display: block;
    background-size: contain;
    height: 353px;
    width: calc(40% - var(--flex-grid-gap) / 1.5);
    position: absolute;
    background-repeat: no-repeat;
    left: -410px;
    top: -1px;
    z-index: -1;
}

@media (min-width:1200px) and (max-width:1399px) {
    .page-id-247 .flex-image div:first-of-type:before {
        height: 291px;
        left: -300px;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .page-id-247 .flex-image div:first-of-type:before {
        height: 238px;
        left: -300px;
    }
}

@media (max-width:990px) {
    .page-id-247 .flex-image div:first-of-type:before {
        height: 180px;
        left: -179px;
    }
}

/*Philosophie ENDE*/

/* Eltern ANFANG */

.versetzt-boxen.overflowbirke {
    background: #fff;
    padding: 2rem 0 0 0;
}

.overflowbirke .versetzt-boxen-inner .versetzt-bild:after {
    content: "";
    background: url(/wp-content/uploads/2024/08/Birke_scaled.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: calc(100% + 2rem);
    position: relative;
    top: calc(-100% - 2rem);
    left: -15.66%;
    width: calc(100%/532 * 157);
}

@media (min-width: 992px) and (max-width: 1399px) {
    .overflowbirke .versetzt-boxen-inner .versetzt-bild:after {
        width: auto;
    }

    .overflowbirke .versetzt-boxen-inner .versetzt-bild img {
        height: 100%;
        overflow: visible;
        position: relative;
        left: 18rem;
    }
}

@media (max-width: 499px) {
    * {
        word-break: break-word;
    }
}

@media (max-width: 991px){
    .overflowbirke .versetzt-boxen-inner .versetzt-bild:after{
        left: 0;
        top: calc(-100% - 2rem - 0.5px);
    }
	.overflowbirke .versetzt-bild img {
		width: calc(100% + 4rem);
		translate: -2rem;
		background: #fff;
	}
	.overflowbirke.versetzt-boxen .versetzt-text {
        padding: 4rem 0;
        background: #f2f2f2;
    }
	
	.versetzt-boxen.overflowbirke {
		background: linear-gradient(180deg, #fff 100px, #f2f2f2 100px);
	}
}

/* Eltern ENDE */

/* Footer Anpassungen Anfang */

.footerback .container>.row>div:nth-of-type(1) {
    width: calc(100% / 5* 2);
}

.footerback .container>.row>div:nth-of-type(n+2) {
    width: calc(100%/5);
}

.footerback .container>.row>div:nth-of-type(1) img {
    width: 45%;
}

@media(max-width:1399px) {
    .footerback .container>.row>div:nth-of-type(1) {
        width: calc(100%/12 *4);
    }

    .footerback .container>.row>div:nth-of-type(1) img {
        width: 100%;
    }

    .footerback .container>.row>div:nth-of-type(n+2) {
        width: calc(100%/12 *4);
    }
}

@media(max-width:1199px) {
    .footerback .container>.row>div:nth-of-type(1) {
        width: calc(100%/12 *6);
    }

    .footerback .container>.row>div:nth-of-type(1) img {
        width: unset;
        height: 70%;
        padding: 2rem;
    }

    .footerback .container>.row>div:nth-of-type(n+2) {
        width: calc(100%/12 *6);
    }

    .footerback .container>.row {
        flex-wrap: wrap;
    }
}

@media(max-width:991px) {
    .footerback .container>.row>div:nth-of-type(1) {
        width: calc(100%/12 *6);
    }

    .footerback .container>.row>div:nth-of-type(1) img {
        width: 80%;
        height: auto;
        margin: 5rem 0;
    }

    .footerback .container>.row>div:nth-of-type(n+2) {
        width: calc(100%/12 *6);
    }

    .footerback .container>.row {
        flex-wrap: wrap;
    }
}

@media (max-width:499px) {
    .footerback .container>.row>div:nth-of-type(n) {
        width: 100%;
    }
    .footerback .container>.row>div:nth-of-type(1) img{
    max-width: 200px;
    }
    .footerback .container>.row>div:nth-of-type(2) h3{
        padding-top: 0;
        margin-top: 0;
    }
}

/* Footer ENDE ----------------------------------------------------------------*/

/* NewDatePicker ANFANG*/
body .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
	background-color: #2E616A;
}

body .dtp div.dtp-date, body .dtp div.dtp-time{
	background-color: #2E616Ac0;
}

body .dtp .p10 > a {
	color: #2E616A;
}

body .dtp table.dtp-picker-days tr > td > a.selected {
	background-color: #2E616A;
}

/* NewDatePicker ENDE*/

/* header-fix fÃƒÂ¼r Seiten ohne Slider */

@media (min-width: 991px){
.slider.header8fix:not(:has(.n2-section-smartslider)) {
    padding-top: 13rem;
}
}

/* Anfahrt mobil Abstands-fix */
@media (max-width:991px){
    iframe[src^="https://www.google.com/maps/"] {
        margin-top: 3rem;
    }
}