/* ==================================================
Single Standort -> Section Top
================================================== */
#top.single-op_standort .__section--top {
    overflow: hidden;
    min-height: 0;
}

#top.single-op_standort .__section--top .content {
    padding: 0;
}

#top.single-op_standort .__section--top .content>div {
    display: none;
}

#top.single-op_standort .__section--top .content>div .__location--title {
    font-size: var(--step-4);
    margin: 0.5em 0 0 !important;
    display: inline-block;
    font-weight: 700;
    background: rgb(255 255 255 / 80%);
    line-height: 1.2;
    padding: 0.2em var(--step--1);
    border-radius: 0.2em;
    position: relative;
}

#top.single-op_standort .__section--top .content>figure {
    display: block;
    overflow: hidden;
}

#top.single-op_standort .__section--top .content>figure img {
    display: block;
}

#top.single-op_standort .__section--top .content>svg {
    position: absolute;
    left: -10%;
    bottom: 10%;
    width: 50%;
}

@media screen and (max-width: 989px) {
    #top.single-op_standort .__section--top .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
}

@media screen and (min-width: 990px) {
    #top.single-op_standort .__section--top {
        margin-top: -112px;
    }

    #top.single-op_standort .__section--top .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 2rem 0;
        min-height: 50vh;
        position: relative;
        padding: var(--space-2xl-2xl) 0;
    }

    #top.single-op_standort .__section--top .content:before {
        content: "";
        height: 1280px;
        aspect-ratio: 1 / 1;
        display: block;
        background: var(--orthoplace-dark-blue);
        position: absolute;
        top: 50%;
        right: 44%;
        border-radius: 50%;
        transform-origin: top center;
    }

    #top.single-op_standort .__section--top .content>div {
        display: block;
        position: relative;
    }

    #top.single-op_standort .__section--top .content>figure {
        mask-image: url('data:image/svg+xml;utf8,<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 473.77 564.34"><defs><style>.cls-1{fill:%231d1d1b;}</style></defs><path class="cls-1" d="M415.61,6.25c3.77.74,7.02,3.03,9.05,6.27,18.24,29.28,101.47,180.85-1.26,368.87,0,0-114.64,220.04-363.41,177.47-3.9-.65-7.32-3.03-9.4-6.36-19.8-32.14-114.38-205.72,20.93-402.05,0,0,127.03-186.56,344.09-144.21Z"/></svg>');
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;
        width: 60%;
        aspect-ratio: 166 / 200;
        position: absolute;
        right: 0;
        top: 50%;
        translate: 0 -50%;
        z-index: -1;
        background-color: var(--orthoplace-pastel-pink);
    }

    #top.single-op_standort .__section--top .content>figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #top.single-op_standort .__section--top .content>svg {
        position: absolute;
        left: 50%;
        translate: -75% 0;
        width: 422px;
    }
}

/* ==================================================
Single Standort -> Section Infos
================================================== */
#top.single-op_standort .__section--infos .content {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem var(--space-2xl-3xl);
}

#top.single-op_standort .__section--infos .content>div:nth-child(1) {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

#top.single-op_standort .__section--infos .content>div:nth-child(2) {
    flex-grow: 1;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    gap: 1rem;
}

#top.single-op_standort .__section--infos .content>div:nth-child(2)>.__infos {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem var(--space-2xl-2xl);
}


/* ==================================================
Single Standort -> Section Gallery
================================================== */
#top.single-op_standort .__section--gallery {
    position: relative;
    overflow: hidden;
}

#top.single-op_standort .__section--gallery:before {
    content: "";
    width: 5120px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: 33%;
    left: 50%;
    translate: -50% 0;
    background-color: var(--orthoplace-grey);
    pointer-events: none;
    transform-origin: top center;
    scale: 2;
}

#top.single-op_standort .__section--gallery .content img {
    aspect-ratio: 4 / 3;
    border-radius: calc(2 * var(--button-radius));
    object-fit: cover;
    width: 100%;
}

#top.single-op_standort .__section--gallery .content {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem 0;
}

#top.single-op_standort .__section--gallery .content>.__gallery {
    flex-basis: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

#top.single-op_standort .__section--gallery .content>.__gallery img {
    height: 100%;
}

@media only screen and (min-width: 560px) {
    #top.single-op_standort .__section--gallery .content>.__gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 990px) {
    #top.single-op_standort .__section--gallery .content>.__thumb {
        flex-basis: 60%;
    }

    #top.single-op_standort .__section--gallery .content>.__text {
        padding: 4rem 0 0 8%;
        flex-basis: 40%;
    }

    #top.single-op_standort .__section--gallery .content>.__text p {
        position: relative;
    }

    #top.single-op_standort .__section--gallery .content>.__text p:before {
        content: "";
        display: block;
        height: 1px;
        width: 16%;
        background: #000;
        position: absolute;
        left: calc(-16% - 1em);
        top: 0.5em;
    }

    #top.single-op_standort .__section--gallery .content>.__gallery {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    #top.single-op_standort .__section--gallery .content>.__gallery>*:nth-child(3):not(:last-child) {
        grid-row: span 2;
    }

    #top.single-op_standort .__section--gallery .content>.__gallery>*:nth-child(4) {
        grid-column: span 2;
    }

    #top.single-op_standort .__section--gallery .content>.__gallery>*:nth-child(4) img {
        aspect-ratio: 8 / 3;
    }
}


/* ==================================================
Single Standort -> Section Team
================================================== */
#top.single-op_standort .__section--team{
    background-color: var(--orthoplace-grey);
}


/* ==================================================
Single Standort -> Section Treatments
================================================== */
#top.single-op_standort .__section--treatments .content{
    display: flex;
    flex-flow: row wrap;
    gap: 4rem 8rem;
    align-items: flex-end;
}

#top.single-op_standort .__section--treatments .content > *{
    flex-basis: 100%;
}

#top.single-op_standort .__section--treatments .content h3{
    color: var(--orthoplace-fresh-blue);
    margin: 0 0 2em 0 !important;
    font-size: var(--step-1);
}

#top.single-op_standort .__section--treatments .content p:last-child{
    margin-bottom: 0;
}

@media (min-width: 990px){
    #top.single-op_standort .__section--treatments .content > div{
        flex: 1 1 calc(50% - 4rem);
    }
}


/* ==================================================
Single Standort -> Section Jobs
================================================== */
#top.single-op_standort .__section--jobs{
    position: relative;
    background-color: var(--orthoplace-fresh-blue);
}

#top.single-op_standort .__section--jobs .content > img{
    display: block;
    translate: 8vw 0;
}

#top.single-op_standort .__section--jobs .__front--svg{
    aspect-ratio: 1920 / 623;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
}

#top.single-op_standort .__section--jobs .__front--svg svg{
    width: 100%;
    display: block;
    transform: scaleX(-1);
}


/* ==================================================
Single Standort -> FAB floating action buttons
================================================== */
#top.single-op_standort #fab {
    position: fixed;
    width: auto;
    padding: 0.6rem 1.2rem;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    bottom: 0.5rem;
    right: 0;
    z-index: 100;
    display: flex;
    gap: 1rem;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    background: #fff;
}

#top.single-op_standort #fab>a {
    color: var(--orthoplace-dark-blue);
    background: var(--orthoplace-playfull-green);
    display: grid;
    place-content: center;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    font-size: 1.8rem;
    transition: 0.2s;
}

@media only screen and (min-width: 990px) {
    #top.single-op_standort #fab {
        top: 50%;
        bottom: unset;
        translate: 0 -50%;
        flex-direction: column;
        border: 0;
        box-shadow: none;
        background-color: transparent;
    }

    #top.single-op_standort #fab>a {
        font-size: 2.4rem;
    }
}


/* ==================================================
Standorte Slider 
================================================== */
#top .standorteSwiper > nav{
    margin: 0 0 2rem 0;
}

#top .standorteSwiper > nav button{
    cursor: pointer;
}

#top .standorteSwiper > nav button.active{
    background-color: var(--orthoplace-playfull-green) !important;
}

#top .standorteSwiper .swiper-slide{
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    gap: 2rem 0;
}

#top .standorteSwiper .swiper-slide > div{
    flex-basis: 100%;
    flex-grow: 1;
    max-width: 100%;
}

#top .standorteSwiper .swiper-slide > .__gallery .standortGallerySwiper img{
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 1rem;
    width: 100%;
}

#top .standorteSwiper .swiper-slide > .__gallery .standortGallerySwiper nav{
    margin: 1rem 0 0;
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
}

#top .standorteSwiper .swiper-slide > .__gallery .standortGallerySwiper nav > i{
    font-size: var(--step-1);
    display: grid;
    place-content: center;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: var(--orthoplace-fresh-blue);
    color: var(--orthoplace-dark-blue);
    cursor: pointer;
}


@media (min-width: 990px){
    #top .standorteSwiper .swiper-slide{flex-flow: row wrap;}
    #top .standorteSwiper .swiper-slide > .__gallery{flex-basis: 60%; max-width: 60%;}
    #top .standorteSwiper .swiper-slide > .__infos{flex-basis: 40%; max-width: 40%; padding: 4rem 0 0 8%;}
    #top .standorteSwiper .swiper-slide > .__cta{flex-basis: 60%; max-width: 60%;}
}