/**
 *
 * Main CSS File for Onkologie Zentrum LÃƒÆ’Ã‚Â¼neburg
 * Copyright 2019 bei Marktplatz GmbH - Agentur fÃƒÆ’Ã‚Â¼r Web & App
 *
 */

/* === === === === === === === === === === === */
/* === === === === === MAIN */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    font-family: "Meta Regular", sans-serif;
    max-width: 100%;
}

.Page-Wrap {
    background: url("../Images/Backgrounds/Header.png") center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -220%;
    background-color: #f2f5f9;
}

.Container {
    position: relative;
    margin: 0 20px;
}

.TextCenter {
    width: 100%;
    text-align: center;
}

a {
    color: #286291;
    text-decoration: none;
}

strong {
    color: #286291;
    font-family: "Meta Bold";
}

li {
    list-style-type: none;
    margin: 6px 0 6px 17px;
}

li::before {
    content: "\2022";
    color: #54a685;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.back-to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    position: fixed;
    background-image: url("../Images/Buttons/BackToTop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    width: 70px;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
}

.back-to-top p {
    text-align: center;
}

.Link {
    position: relative;
    display: block;
    color: #286291;
    text-decoration: none;
    font-family: "Meta Cond Medium";
    padding-left: 25px;
}

.Link--signet::before {
    content: url("../Images/Icons/Link.svg");
    position: absolute;
    left: 0;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Link--margin {
    margin: 15px 0;
}

.ColorBlue {
    color: #286291;
}

.ColorBlack {
    color: #273540;
}

.DarkBackground {
    background: #e9f0f5;
}

a[href^="tel:"] {
    text-decoration: underline;
}

.col-xs-12 {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

a:not([class]):hover {
    text-decoration: underline;
}

/* === === === === === MAIN END */
/* === === === === === === === === === === === */
/* === === === === === HEADLINES */

h1.pHeadline,
.Headline {
    color: #286291;
    font-size: 31px;
    font-weight: normal;
    font-family: "Meta Cond Xbold";
}

h2.pHeadline {
    position: relative;
    color: #286291;
    font-size: 18px;
    font-weight: normal;
    font-size: 36px;
    font-family: "Meta Cond Xbold";
}

.SubHeadline {
    position: relative;
    color: #286291;
    font-size: 18px;
    font-weight: normal;
}

h3 {
    color: #286291;
    font-weight: normal;
    font-size: 22px;
    margin-left: 15px;
    margin-top: 30px;
}

.Underline-left,
.Underline-center {
    position: relative;
    margin-bottom: 40px;
}

.Underline-center::after {
    content: "";
    background-color: #54a685;
    position: absolute;
    width: 100px;
    height: 8px;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Underline-left::after {
    content: "";
    background-color: #54a685;
    position: absolute;
    width: 100px;
    height: 8px;
    left: 0;
    bottom: -20px;
    -webkit-transform: unset;
    transform: unset;
}

@media only screen and (min-width: 1400px) {
    .Main-Textblock {
        margin-bottom: -30px;
    }
}

@media only screen and (min-width: 1200px) {
    h1.pHeadline,
    .Headline {
        font-size: 36px;
    }
    h2.pHeadline {
        font-size: 36px;
        font-family: "Meta Cond Xbold";
    }

    .SubHeadline {
        font-size: 18px;
    }
}

/* === === === === === HEADLINES END */
/* === === === === === === === === === === === */
/* === === === === === HEADER */

.Header {
    background: url("../Images/Backgrounds/Header.png") center;
    background-size: 190%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 50px;
}

.Header-Top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    background: white;
    padding-bottom: 10px;
    border-bottom: 2px solid #54a685;
}

.Header-Top--mobile {
    position: fixed;
    width: 100%;
    margin-top: 0;
    top: 0;
    padding-top: 8px;
    z-index: 9999;
}

.Header-Signet-wrapper {
    position: absolute;
    left: 15px;
}

.Header-Signet {
    height: 37px;
}

.LocationButtons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.highlightButton {
    border: none;
    font-size: 1rem;
    color: #ffffff;
    margin: 0 7.5px;
    padding: 7px 0;
    width: 27%;
    background-color: #51a685;
    font-family: "Meta Bold", sans-serif;
}

.highlightButton:hover {
    cursor: pointer;
}

.openMenuButton {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: white;
    -webkit-appearance: none;
}

.openMenuButton * {
    width: 100%;
    height: 4px;
    background: #286291;
}

.openMenuButton > * + * {
    margin-top: 5px;
}

.Header-main-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Header-logo {
    max-width: 250px;
    margin-left: 20px;
}

.Header-desktop {
    display: none;
}

@media only screen and (max-width: 500px) {
    .Header {
        padding-bottom: 0;
    }
    .Header-logo {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1020px) {
    .Header-main-wrapper {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1650px) {
    .Header-logo {
        margin-left: -125px;
    }
}

@media only screen and (min-width: 1023px) {
    .Header-logo {
        max-width: 365px;
    }
    .Header-desktop {
        display: block;
    }

    .Header-Top--mobile {
        display: none;
    }
    .Header-main-wrapper {
        margin-top: 0;
        padding-top: 50px;
    }
    .Menu-close-Button {
        display: none;
    }
}

/* === === === === === HEADER END */
/* === === === === === === === === === === === */
/* === === === === === FRONTPAGE TEXT */

.Textblock {
    font-family: "Meta Regular", sans-serif;
    color: #273540;
    font-size: 16px;
}

/* === === === === === FRONTPAGE TEXT END */
/* === === === === === === === === === === === */
/* === === === === === OPENABLE IMAGE */

.openableImage,
.openableImage img {
    width: 100%;
}

.openableImage {
    margin-bottom: 20px;

    position: relative;
    padding: 5px 5px 2px 5px;
    background: #ffffff;
}

.openableImage-Link {
    display: block;
}

.openableImage-button {
    position: absolute;
    background: url("../Images/Buttons/ExpandButton.svg") center;
    background-size: cover;
    height: 35px;
    width: 35px;
    border: none;
    right: 20px;
    bottom: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}

.lum-img-wrapper {
    position: relative;
}

.lum-img-wrapper::after {
    display: block;
    position: absolute;
    content: "";
    background: url("../Images/Buttons/ShrinkButton.svg") center;
    background-size: cover;
    height: 35px;
    width: 35px;
    border: none;
    right: 50%;
    bottom: -10px;
}

/* === === === === === OPENABLE IMAGE END */
/* === === === === === === === === === === === */
/* === === === === === SECTION */

.Section {
    padding: 70px 0 40px 0;
}

.Section:nth-of-type(2) {
    padding: 40px 0;
}

.Section--highlight {
    background: #e9f0f5;
}

.Section-trenner {
    margin-bottom: 10px;
    width: 100%;
}

.Section--fadeOut {
    position: relative;
}

.Section--backgroundWhite {
    background: #ffffff;
    margin: -40px 0;
}

.Section--desktop {
    display: none;
}

.Section--fadeOut::after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.Section--fadeOut::after,
.FadeOut {
    background: rgba(255, 255, 255, 1);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.1)),
        color-stop(50%, rgba(255, 255, 255, 0.75)),
        to(rgba(255, 255, 255, 1))
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.75) 50%,
        rgba(255, 255, 255, 1) 100%
    );
    padding-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
    .Section--desktop {
        display: block;
    }
}

/* === === === === === SECTION END */
/* === === === === === === === === === === === */
/* === === === === === BUTTONS */

.NormalButton {
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    margin-right: 10px;
    color: #fff;
    background: #54a686;
    -webkit-appearance: none;
    margin-top: 10px;
    font-size: 18px;
    cursor: pointer;
    border: none;
}

.NormalButton--green {
    background: #54a685;
}

.NormalButton--green:hover {
    background: #3c7d63;
}

.NormalButton--blue {
    background: #286291;
}

.NormalButton--blue:hover {
    background: #1d4d74;
}

.Button {
    position: relative;
    border: none;
    display: inline-block;
    margin: 10px 0;
    font-family: "Meta Bold";
}

.Button--primary {
    color: white;
    background: #286291;
    padding: 10px 25px;
}

.Button--primaryBorder {
    color: #286291;
    background: transparent;
    border: 2px solid #286291;
    padding: 10px 0;
}

.Button--fullWidth {
    display: block;
    width: 100%;
}

.Button--big {
    font-size: 19px;
}

.Button--withIcon {
    padding-left: 60px;
}

.Button-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* === === === === === BUTTONS END */
/* === === === === === === === === === === === */
/* === === === === === LOCATION */

.Location-modal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Meta Regular";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.0000001) translateX(0);
    transform: scale(0.0000001) translateX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.Location-modal:hover {
    cursor: pointer;
}

.Location {
    position: relative;
}

.Location-modal--desktop {
    position: absolute;
    background: #ffffff;
    height: auto;
    width: auto;
}

.Location-modal.is-open {
    -webkit-transform: scale(1) translateX(-35%);
    transform: scale(1) translateX(-35%);
}

@media only screen and (max-width: 1020px) {
    .Location-modal {
        -webkit-transform: scale(0.0000001) translateX(0);
        transform: scale(0.0000001) translateX(0);
    }
    .Location-modal.is-open {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    }
}

.Location-modal-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.Location-modal-close {
    border: none;
    -webkit-appearance: none;
    background: white;
}

.Location-modal-inner {
    position: relative;
    width: 80%;
    overflow: hidden;
    max-height: 82%;
    height: auto;
    margin: auto;
    background: white;
    overflow-y: auto;
}

.Location-textRow {
    color: #286291;
    font-family: "Meta Regular";
    font-size: 14px;
}

.Location-modal-text {
    padding: 20px 20px;
}

.Location-info {
    margin: auto;
    padding: 20px;
    color: #286291;
    font-size: 14px;
    background: #eaf4fc;
    width: 100%;
}

.Location-info strong {
    font-family: "Meta Bold";
}

/* === === === === === LOCATION END */
/* === === === === === === === === === === === */
/* === === === === === MENU */

.Menu-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
    -webkit-transform: scale(0.0000001);
    transform: scale(0.0000001);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.Menu-wrapper.is-Active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.Menu-close-Button {
    border: none;
    background: transparent;
    -webkit-appearance: none;
}

.Menu-close-Button svg {
    width: 35px;
    height: 35px;
}

.Menu {
    height: 100%;
    width: 100%;
    background: url("../Images/Backgrounds/Header.png") center;
    background-size: 190%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 140px 60px;
    position: relative;
}

.Menu > .Menu-link + .Menu-link {
    margin-top: 20px;
}

.Menu-link-wrapper {
    min-width: 100%;
}

.Menu-link {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: inline-block;
    font-size: 25px;
    color: #286291;
    font-family: "Meta Cond Medium";
}

.Footer-link.Footer-link--current,
.Menu-link.Menu-link--current,
.Menu-link.Menu-link--active {
    font-family: "Meta Cond Bold";
}

.Menu-link.Menu-link--current::before,
.Menu-link.Menu-link--active::before {
    content: "";
    background-image: url("../Images/Icons/SignetBlue.svg");
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-120%, -40%);
    transform: translate(-120%, -40%);
}

.Menu-link::after {
    content: "";
    width: 0%;
    background: #286291;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: width 250ms ease-in-out;
    transition: width 250ms ease-in-out;
}

.Menu-link:hover::after {
    width: 100%;
}

.Menu-link.Menu-link--current::after,
.Menu-link.Menu-link--active::after {
    content: "";
    width: 100%;
    background: #286291;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

@media only screen and (min-width: 1024px) {
    .Header-main-wrapper {
        max-width: 1440px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .Menu-wrapper {
        height: auto;
        width: auto;
        position: static;
        display: block;
        top: 0;
        left: 0;
        z-index: unset;
        background: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0;
        transform-origin: 0;
        -webkit-transition: -webkit-transform 250ms ease-in-out;
        transition: -webkit-transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out,
            -webkit-transform 250ms ease-in-out;
    }
    .Menu {
        height: 100%;
        width: 100%;
        background: transparent;
        z-index: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
        position: relative;
    }
    .Menu-link-wrapper {
        min-width: 0;
    }
    .Menu-link {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        display: inline-block;
        font-size: 19px;
        color: #286291;
        font-family: "Meta Cond Medium";
        margin: 0 10px;
    }
    .Menu-link::before {
        display: none;
    }
    .Header-desktop {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .Header-desktop-Headline {
        padding: 7px 0;
        font-family: "Meta Cond Bold";
        color: #286291;
        margin-right: 10px;
    }
    .Header-desktop .Location .highlightButton {
        padding: 7px 20px;
        margin: 0 10px;
        width: auto;
    }
    .Header-desktop .Location-modal {
        padding: 10px;
        border-left: 4px solid #b6c7db;
        border-bottom: 4px solid #b6c7db;
        border-right: 4px solid #b6c7db;
        min-width: 360px;
        display: none;
    }
    .Header-desktop .Location-modal.is-open {
        display: block;
    }
    .Header-desktop .Location-textRow {
        width: 100%;
        color: #273540;
    }
    .Header-desktop .Location-headline {
        font-family: "Meta Bold";
        font-size: 22px;
        color: #286291;
    }

    .Container {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 1480px;
    }
}

.SectionContainer {
    margin: 25px auto 0 auto;
}

.SectionContainer > .neos-nodetypes-text {
    padding: 0 15px;
}

/* === === === === === MENU END */
/* === === === === === === === === === === === */
/* === === === === === TEAM */

.Team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* background-image: url('../Images/Backgrounds/Doctor.png'); */
    background-size: 100%;
    padding: 0 20px;
    background-repeat: repeat-y;
    background-position-x: 50%;
}

.Doctor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 48%;
    margin: 20px 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.Doctor:nth-of-type(odd) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.Doctor:nth-of-type(even) > div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Doctor-image {
    height: 300px;
    width: auto;
}

.Doctor-box {
    position: relative;
    padding: 10px 20px 30px 20px;
    background: #ffffff;
    width: 100%;
}

.Doctor-box-title {
    color: #286291;
    font-family: "Meta Cond Xbold";
    font-weight: normal;
    font-size: 26px;
}

.Doctor-box-title div {
    font-family: "Meta Cond Xbold";
}

.Doctor-box-desc {
    color: #54a685;
    font-family: "Meta Regular";
}

.Doctor-box-teaser {
    margin-top: 15px;
    color: #404040;
    font-family: "Meta Regular";
}

.Doctor-box-teaser strong {
    font-family: "Meta Bold";
    color: #286291;
}

.Team--mobile {
    display: none;
}

.Doctor-box-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #286291;
    color: #ffffff;
    font-family: "Meta Bold";
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.Button--new {
    background: #286291;
    color: #ffffff;
    font-family: "Meta Bold";
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    display: inline-block;
}

@media only screen and (min-width: 1200px) {
    .Team {
        padding-top: 150px;
    }
    .Doctor {
        display: block;
        position: relative;
        width: 1000px;
        margin-top: -150px;
    }
    .Doctor-inner {
        max-width: 1000px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        margin: 20px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .Doctor-image {
        z-index: 10;
    }
    .Doctor-box-title {
        font-size: 36px;
        position: absolute;
        top: 0;
        -webkit-transform: translateY(-110%);
        transform: translateY(-110%);
    }
    .Doctor-image {
        position: relative;
        z-index: 10;
        height: 524.3px;
    }
    .Doctor-box {
        position: relative;
        z-index: 9;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 30px;
        padding-left: 180px;
        background: #ffffff;
        width: 70%;
        margin-left: -150px;
        margin-bottom: 25px;
    }
    .Doctor-box-button {
        left: unset;
        right: -35px;
    }
    .Doctor:nth-of-type(even) {
        width: 100%;
    }
    .Doctor:nth-of-type(even) .Doctor-inner {
        margin-left: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .Doctor:nth-of-type(even) .Doctor-box {
        padding: 10px 150px 30px 20px;
        margin-right: -150px;
    }
    .Doctor-box-button {
        z-index: 1000000;
    }
    .Doctor:nth-of-type(even) .Doctor-box-button {
        left: 70px;
        right: unset;
    }
}

/* MOBILE */
@media only screen and (max-width: 500px) {
    .Team {
        display: none;
    }
    .Team--mobile {
        display: block;
    }
    .Doctor {
        margin: 60px 0;
        width: 100%;
    }
    .Doctor-image {
        height: 300px;
        margin: 0 auto;
        width: 200px;
        max-width: 200px;
        display: block;
    }
}

/* === === === === === TEAM END */
/* === === === === === === === === === === === */
/* === === === === === FOCUS */

.Focus--mobile {
    display: none;
}

.Section--cubeBackground {
    background-image: url(../Images/Backgrounds/Schwerpunkte-BG.jpg);
    margin-top: -170px;
    padding-top: 170px;
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width: 3000px) {
    .Section--cubeBackground {
        background-image: url(../Images/Backgrounds/Schwerpunkte-BG.jpg);
        margin-top: -100px;
        padding-top: 100px;
        padding-bottom: 0;
        background-position-y: 160px;
    }
}

@media only screen and (max-width: 900px) {
    .Section--cubeBackground {
        background: none;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: -100px;
    }
}

.Section--signetBackground {
    background-image: url("../Images/Backgrounds/Doctor.png");
    background-size: contain;
    margin: 0 0 -170px 0;
    padding: 0 0 170px 0;
}

.Focus--desktop {
    max-width: 100%;
    padding: 60px 0 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background-image: url('../Images/Backgrounds/Schwerpunkte-BG.jpg'); */
    background-size: contain;
    background-size: 100%;
}

.Focus-button {
    position: absolute;
    font-family: "Meta Regular";
    font-size: 50px;
    color: #286291;
}

.Focus-button-one {
    top: 170px;
    left: 10px;
}

.Focus-button-two {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Focus-button-three {
    top: 170px;
    right: 10px;
}

.Focus-image {
    height: 450px;
}

.Focus--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1000px) {
    .Focus--desktop {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
/* MOBILE */
@media only screen and (max-width: 800px) {
    .Focus--desktop {
        display: none;
    }
    .Focus--mobile {
        display: block;
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 1023px) {
    .Focus-button-one {
        left: 50%;
        -webkit-transform: translateX(-180%);
        transform: translateX(-180%);
    }

    .Focus-button-three {
        right: 50%;
        -webkit-transform: translateX(180%);
        transform: translateX(180%);
    }
}

/* === === === === === FOCUS END */
/* === === === === === === === === === === === */
/* === === === === === MAP */

.Map {
    display: none;
}

.Map-container {
    height: 350px;
    border: 10px solid #7fa5c4;
}

.Map-title {
    color: #286291;
    font-size: 30px;
}

.Map-title div {
    font-family: "Meta Cond Xbold";
}

.Map-description {
    font: "Meta Regular";
    color: #286291;
    font-size: 18px;
    margin-bottom: 10px;
}

.Map-info {
    color: #286291;
    font: "Meta Regular";
    background: #eaf4fc;
    padding: 15px;
    margin-top: -4px;
}

.Map-temp {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .Map {
        display: block;
    }
}

/* === === === === === MAP END */
/* === === === === === === === === === === === */
/* === === === === === CERTS */

.Certificates {
    max-width: 820px;
    margin: 25px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Certificate {
    padding: 5px;
    margin: 5px;
    background: #ffffff;
}

@media only screen and (min-width: 1200px) {
    .Certificates {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* === === === === === CERTS END */
/* === === === === === === === === === === === */
/* === === === === === NEWS */

.NewsBox-Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.NewsBox {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    background: #ffffff;
    padding: 20px 20px 30px 20px;
    margin: 15px;
    margin-bottom: 30px;
    min-height: 650px;
    max-height: 650px;
    max-width: 30%;
}

.NewsBox-Image {
    max-width: calc(100% + 40px);
    height: auto;
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}

.NewsBox-title {
    font-size: 22px;
    font-family: "Meta Cond Medium";
    color: #286291;
}

.NewsBox small {
    opacity: 0.6;
    display: block;
    margin-bottom: 15px;
}

.NewsBox-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #286291;
    color: #ffffff;
    font-family: "Meta Bold";
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

@media only screen and (max-width: 768px) {
    .NewsBox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
        margin: 20px auto;
        min-height: auto;
    }
}

/* === === === === === NEWS END */
/* === === === === === === === === === === === */
/* === === === === === GALLERY */

.Gallery-Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 10px;
}

.Gallery {
    width: 100%;
    height: 220px;
    width: 220px;
}

.Gallery-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -10px;
}

.Gallery-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 11.6px;
    display: block;
    height: 220px;
    width: 220px;
}

@media only screen and (max-width: 500px) {
    .Gallery,
    .Gallery-image {
        margin: 10px;
        height: 150px;
        width: 150px;
    }
}

/* === === === === === GALLERY END */
/* === === === === === === === === === === === */
/* === === === === === FOOTER */

.Footer {
    margin-top: 50px;
    position: relative;
}

.Footer-mask {
    width: 100%;
    position: absolute;
    top: -40px;
}

.Footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Footer-logo {
    width: auto;
    height: 168px;
}

.Footer-inner {
    padding: 70px 0 40px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(230, 239, 247, 1) 41%,
        rgba(182, 199, 219, 1) 100%
    );
}

.Footer-bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.Footer-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-family: "Meta Cond Medium";
    color: #286291;
}

.Footer-link:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
    .Footer-inner {
        padding: 200px 0 40px 0;
    }
    .Footer-bottom {
        max-width: 350px;
        margin: 30px auto 0 auto;
    }
}

.neos-contentcollection:nth-child(2) {
    margin-top: 30px;
}

@media only screen and (min-width: 990px) {
    .neos-contentcollection:nth-child(2) {
        margin-top: 0;
    }
}

/* === === === === === FOOTER END */
/* === === === === === === === === === === === */
/* === === === === === FONTS */

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=83d99025-5612-4d78-a746-6f540c993440");

@font-face {
    font-family: "Meta Regular";
    src: url("../Fonts/c2c250cd-db48-427c-ae6a-1a416d6f990c.eot?#iefix");
    src: url("../Fonts/c2c250cd-db48-427c-ae6a-1a416d6f990c.eot?#iefix")
            format("eot"),
        url("../Fonts/71835da3-739d-453e-b3b5-79658493ed44.woff2")
            format("woff2"),
        url("../Fonts/436a0b82-8a08-4bff-804f-f035edfa524d.woff") format("woff"),
        url("../Fonts/e12007bb-0148-42d8-b495-8f30e39ad7de.ttf")
            format("truetype");
}
@font-face {
    font-family: "Meta Bold";
    src: url("../Fonts/fe11879a-e2f1-4ec9-bdd0-6825bd4e852c.eot?#iefix");
    src: url("../Fonts/fe11879a-e2f1-4ec9-bdd0-6825bd4e852c.eot?#iefix")
            format("eot"),
        url("../Fonts/52f03f23-beff-4db1-b45f-71583c777687.woff2")
            format("woff2"),
        url("../Fonts/45a8c9d2-6e1b-4f4f-8795-2e0b45a2f0be.woff") format("woff"),
        url("../Fonts/a9012c25-79c9-4941-a7ba-3718bff49f87.ttf")
            format("truetype");
}
@font-face {
    font-family: "Meta Cond Medium";
    src: url("../Fonts/58425b98-98bb-45ce-b63b-dd8c6f5420d7.eot?#iefix");
    src: url("../Fonts/58425b98-98bb-45ce-b63b-dd8c6f5420d7.eot?#iefix")
            format("eot"),
        url("../Fonts/509847c9-c48d-4a0c-8451-7c0b0dd56864.woff2")
            format("woff2"),
        url("../Fonts/c10c351e-c967-4e32-b859-3061c3afdb70.woff") format("woff"),
        url("../Fonts/b7f65e70-c105-41f1-a3fd-d3e86cc01d62.ttf")
            format("truetype");
}
@font-face {
    font-family: "Meta Cond Bold";
    src: url("../Fonts/3f67ffeb-6435-4e1c-8af5-42f5d156194b.eot?#iefix");
    src: url("../Fonts/3f67ffeb-6435-4e1c-8af5-42f5d156194b.eot?#iefix")
            format("eot"),
        url("../Fonts/a353711b-2691-4f44-a448-caad5500d8b9.woff2")
            format("woff2"),
        url("../Fonts/2ade093b-5a36-4bd6-ace9-03c7d7c326d4.woff") format("woff"),
        url("../Fonts/54d33d0e-cd4c-4ebb-b1ee-9437e2ad8129.ttf")
            format("truetype");
}
@font-face {
    font-family: "Meta Cond Xbold";
    src: url("../Fonts/8a7fdbdc-f1e5-4d3f-90fb-a9986a9b9f43.eot?#iefix");
    src: url("../Fonts/8a7fdbdc-f1e5-4d3f-90fb-a9986a9b9f43.eot?#iefix")
            format("eot"),
        url("../Fonts/4b3bc7af-bd5a-4ac9-8686-10ccec2333b9.woff2")
            format("woff2"),
        url("../Fonts/126ab682-b5e2-4845-956e-ebf8da01f74f.woff") format("woff"),
        url("../Fonts/e028a4bb-418b-4b34-b2d5-a11f6667b46d.ttf")
            format("truetype");
}

/* === === === === === FONTS END */
/* === === === === === === === === === === === */

/* ==================== FORMS ==================== */
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset {
    border: none;
    clear: both;
    height: auto;
    text-align: left;
}

@media screen and (max-width: 576px) {
    form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset {
        padding: 0;
    }
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset p {
    font-size: 0.8rem;
    padding: 0 30px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset fieldset {
    margin-bottom: 30px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    fieldset
    fieldset:last-of-type {
    margin-bottom: 0;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    fieldset
    fieldset
    legend {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-left: 15px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    fieldset
    fieldset
    fieldset {
    padding: 0;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    fieldset
    fieldset
    fieldset
    legend {
    display: none;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) fieldset .clearfix {
    float: left;
    flex: 50%;
    padding: 5px 15px;
    width: 50%;
    position: relative;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    fieldset
    .clearfix.error {
    background: rgba(255, 0, 0, 0.1);
}

/* form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
  fieldset
  .clearfix.error
  label[for*='-privacy'] {
  margin-top: 30px;
} */

@media screen and (max-width: 768px) {
    form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
        fieldset
        .clearfix {
        float: none;
        width: 100%;
    }
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    top: inherit;
    transform: translateY(0);
    padding-bottom: 10px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label .required {
    color: red;
    margin-left: 5px;
}

/* form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label[for*='-privacy'] .required {
  position: absolute;
  right: 0;
  top: 0;
} */

/* form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label[for*='-privacy'] {
  display: none;
  margin-left: 55px;
  z-index: 1;
} */

/* form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) label[for*='-privacy'] .privacy {
  display: contents;
} */

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) .privacy-text {
    margin-left: 20px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) select,
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    input:not([type="checkbox"]),
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) textarea {
    color: #444;
    background: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    font-family: DIN, sans-serif;
    font-size: 1rem;
    padding: 10px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    input[type="checkbox"] {
    color: #444;
    background: #fff;
    border: 0;
    font-family: DIN, sans-serif;
    font-size: 1rem;
    padding: 15px;
    margin-left: 0;
    margin-top: 5px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    input[type="checkbox"] {
    -webkit-appearance: none;
    background: transparent;
    height: 30px;
    width: 30px;
    display: block;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    input[type="checkbox"]
    + .text {
    margin-left: 20px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    input[type="checkbox"]
    + .text:before {
    border-radius: 5px;
    box-shadow: 0 0 3px #888;
    content: "";
    height: 30px;
    left: 0;
    margin-top: 5px;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 30px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    input[type="checkbox"]:checked
    + .text:before {
    background-image: url("../Images/times-solid.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    content: "";
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    select:focus::placeholder,
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    input:focus::placeholder,
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    textarea:focus::placeholder {
    color: #fff;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) select,
form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) input {
    height: 45px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) select {
    background-image: url("../Images/select-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 25px;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) .form-navigation ul {
    list-style: none;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile) .help-inline {
    color: red;
    margin: 5px 0 0 10px;
    display: inline-block;
    font-size: 0.8rem;
}

form:not(.ConnectionSearch):not(.ConnectionSearch--mobile)
    .form-navigation
    ul
    button {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #51a685;
    padding: 15px 30px;
    border: none;
    font-size: 16px;
    color: white;
    margin: 15px 0;
}

.next {
    &::before {
        display: none;
    }
}

.ccm--consent-switch {
    display: none;
}
