/*



------------------------------------------->   Basic settings   <--------------------------------------------



*/

html,
body,
h1,
h2,
h3,
h4,
a,
p {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    scroll-behavior: smooth;
}

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100vw;
    overflow-x: hidden;
}

strong {
    font-weight: 400;
}


/*



------------------------------------------->   Header Styling  <--------------------------------------------



*/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    -webkit-transition: top 170ms ease-in-out;
    transition: top 170ms ease-in-out;
}

.open-Lightbox {
    top: -130px;
}

.nav-topbar {
    width: 100%;
    background: #2360c9;
}

.nav-topbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 60px;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.text-block-13 {
    padding-right: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 2px;
}

.top-btn {
    margin-right: 30px;
    margin-left: 40px;
    padding: 0px 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #e2d05b;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #555353;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: background-color 250ms ease-in-out;
}

.top-btn:hover {
    background-color: #b8a843;
}

.online-termin-wrapper {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-self: center;
}

.nav {
    position: relative;
    width: 100vw;
    height: 130px;
    background: rgba(255, 255, 255, .9);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99;
}

.ot-absolute {
    position: relative;
}

.btn-absolute {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 140px;
    transform: translate(-50%, 0);
    margin: 0;
    padding: 10px 20px;
}

.shrink {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.start-logo {
    height: 100px;
    width: auto;
    display: block;
    color: rgb(78, 80, 85);
    padding-left: 5%;
}

.start-logo img {
    height: 100%;
    margin-top: 14px;
}

.menu-wrapper {
    height: 100%;
    width: 95vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
}

.menu {
    margin: auto 50px auto 0;
    float: right;
    min-width: 850px;
}

.menu ul {
    margin-top: 40px;
    float: right;
}

.menu ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-left: 60px;
    padding-right: 20px;
    font-size: 17px;
    font-weight: 300;
    -webkit-transition: border 100ms ease-in-out;
    transition: border 100ms ease-in-out;
}

.menu ul li:hover::before {
    background: rgba(143, 165, 202, 0.644);
}

.menu ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110%;
    width: calc(100% + 20px);
    height: 8px;
    background: rgba(143, 165, 202, 0.2);
    z-index: -1;
    -webkit-transition: background 100ms ease-in-out;
    transition: background 100ms ease-in-out;
}

.menu ul li ul li::before {
    display: none;
}

.current-nav-selection {
    font-weight: 500 !important;
}

.current-nav-selection::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 110% !important;
    width: calc(100% + 20px) !important;
    height: 8px !important;
    background: rgba(143, 165, 202, 0.644) !important;
    z-index: -1 !important;
}

.drop {
    position: relative;
}

.drop:hover>a {
    padding-bottom: 50px;
}

.drop:hover>ul,
.menu ul li ul:hover {
    visibility: visible;
    opacity: 1;
    background: rgb(51, 50, 50);
    height: 430px;
    -webkit-box-shadow: 0 20px 40px #11111127;
    box-shadow: 0 20px 40px #11111127;
}

.drop:hover>ul li {
    opacity: 1;
    height: 50px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.drop:hover>ul div {
    height: 80%;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.menu ul li a {
    text-transform: uppercase;
    color: rgb(51, 50, 50);
}

.menu ul li ul {
    display: block;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top: 16px;
    background: none;
    width: 250%;
    padding-top: 50px;
    padding-right: 40px;
    height: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.menu ul li ul li {
    opacity: 0;
    border: none;
    height: 20px;
    margin: 0;
    font-size: 16px;
    color: rgb(234, 234, 234);
    font-weight: 200;
    text-transform: uppercase;
    width: 100%;
    padding-left: 30px;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.menu ul li ul li a {
    color: rgb(212, 230, 231);
    -webkit-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}

.menu ul li ul li:hover {
    border: none;
}

.menu ul li ul li a:hover {
    color: rgb(63, 123, 126);
    -webkit-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}

.line-in-menu {
    position: absolute;
    top: 45px;
    height: 200px;
    width: 5px;
    background: rgb(212, 230, 231);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.online-termin {
    display: none;
}

.burger {
    position: absolute;
}


/*



------------------------------------------->   Start page  <--------------------------------------------



*/

.landing-page {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url(../img/1.jpg);
    background-position: left;
    background-size: cover;
}

.start-kasten {
    position: absolute;
    right: 100px;
    bottom: 200px;
    width: 460px;
    height: 380px;
    color: #ffffff;
    border: solid 4px #ffffff;
    text-align: center;
}

.start-kasten p {
    padding: 10px;
}

.start-kasten p:nth-child(1) {
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 10px;
    margin-right: -10px;
    line-height: 120px;
    padding-top: 25px;
}

.start-kasten p:nth-child(2) {
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 40px;
    font-weight: 400;
    padding-top: 20px;
    margin-right: -5px;
}

.start-kasten p:nth-child(3) {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 500;
}

.start-text-top {
    position: relative;
    width: 100vw;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 100px;
    background: #ffffff;
}

.start-text-mid {
    position: relative;
    width: 100vw;
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
    background: #EAEAEA;
}

.start-text-top h3,
.start-text-mid h3 {
    position: relative;
    display: inline-block;
    font-size: 52px;
    font-weight: 200;
    text-transform: uppercase;
    color: rgb(114, 111, 111);
    z-index: 1;
}

.start-text-top h3::before,
.start-text-mid h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 105%;
    width: calc(100% + 30px);
    height: 8px;
    background: rgba(143, 165, 202, 0.644);
    z-index: -1;
}

.welcome-line {
    width: 200px;
    height: 1px;
    background: rgb(114, 111, 111);
    margin: auto;
    margin-top: 30px;
}

.start-text-top-inner {
    width: 80%;
    max-width: 1050px;
    margin: auto;
    margin-top: 70px;
    line-height: 2em;
}

.start-text-top-inner p {
    font-weight: 300;
    color: rgb(114, 111, 111);
}

.start-mid-image {
    width: 100vw;
    height: 700px;
    background: url(../img/2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.start-bot-image {
    width: 100vw;
    height: 700px;
    background: url(../img/3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


/*



-------------------------------------------->   Team page  <-----------------------------------------------



*/

.team-top-image {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.team-top-image-inside-left {
    width: 45%;
    height: 100%;
    background: url(../img/4.jpg);
    background-position: center;
    background-size: cover;
    float: left;
}

.team-top-image-inside-right {
    width: 55%;
    height: 100%;
    background: #73767E;
    float: right;
}

.team-top-kasten {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    color: #ffffff;
}

.team-top-kasten h1 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 60px;
}

.team-top-kasten::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    background: rgba(143, 165, 202, 0.644);
    width: 110%;
    width: calc(100% + 80px);
    height: 12px;
    z-index: -1;
}

.team-top-text {
    position: relative;
    width: 60%;
    height: unset;
    min-width: 900px;
    max-width: 1500px;
    padding: 50px 0;
    margin: auto;
    margin-bottom: 100px;
    text-align: center;
}

.unser-team-titel h1 {
    position: relative;
    font-weight: 500;
    font-size: 120px;
    color: rgba(143, 165, 202, 0.644);
    word-wrap: none;
    min-width: 900px;
    text-transform: uppercase;
}

.team-titel-text-box {
    position: relative;
    right: 0;
    margin-left: auto;
    width: 600px;
}

.team-titel-text-box p {
    color: #726f6f;
    font-size: 16px;
    line-height: 28px;
}

.team-galery-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: relative;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 70px;
    padding: 1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
}

.team-galery-wrapper::before {
    content: '';
    position: absolute;
    top: 350px;
    left: 0;
    width: 100%;
    height: 90%;
    height: calc(100% - 600px);
    background: #EAEAEA;
}

.team-galery {
    width: 700px;
    height: 540px;
    margin: 5px;
    background: #464646;
}


/*


-----------------> Change Pictures


*/

.pic1 {
    background: url(../img/5-1.jpg);
}

.pic2 {
    background: url(../img/6.jpg);
}

.pic3 {
    background: url(../img/7.jpg);
}

.pic4 {
    background: url(../img/8.jpg);
}

.pic5 {
    background: url(../img/9.jpg);
}

.pic6 {
    background: url(../img/10.jpg);
}

.pic7 {
    background: url(../img/meha.jpg);
}

.pic8 {
    background: url(../img/salmon.jpg)
}

.pic9 {
    background: url(../img/13.jpg);
}

.pic10 {
    background: url(../img/dzaferovic.jpg)
}

.pic:hover>div {
    opacity: 1;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-opacity: opacity 170ms ease-in-out;
    transition: opacity 170ms ease-in-out;
}

.pic div {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-transition: opacity 170ms ease-in-out;
    transition: opacity 170ms ease-in-out;
}

.pic1 div {
    background: url(../img/5-blur.jpg);
    cursor: pointer !important;
}

.pic2 div {
    background: url(../img/6-blur.jpg);
    cursor: pointer !important;
}

.pic3 div {
    background: url(../img/7-blur.jpg);
}

.pic4 div {
    background: url(../img/8-blur.jpg);
}

.pic5 div {
    background: url(../img/9-blur.jpg);
}

.pic6 div {
    background: url(../img/10-blur.jpg);
}

.pic7 div {
    background: url(../img/meha-blur.jpg);
}

.pic8 div {
    background: url(../img/salmon-blur.jpg)
}

.pic9 div {
    background: url(../img/12-blur.jpg);
}

.pic10 div {
    background: url(../img/dzaferovic-blur.jpg)
}

.pic {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

.pic h3 {
    opacity: inherit;
    position: relative;
    display: inline-block;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333232;
    z-index: 1;
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

.pic h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 105%;
    width: calc(100% + 20px);
    height: 24px;
    background: rgba(143, 165, 202, 0.644);
    z-index: -1;
}

.pic h3 span {
    position: absolute;
    right: -20px;
    top: 60px;
    text-transform: none;
    color: rgba(14, 20, 31, 0.644);
    font-size: 24px;
}

#team-tile-border-1,
#team-tile-border-2,
#team-tile-border-3,
#team-tile-border-4,
#team-tile-border-5,
#team-tile-border-6,
#team-tile-border-7,
#team-tile-border-8 {
    opacity: inherit;
    position: absolute;
    top: 250px;
    left: 54%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 50px;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    border: solid 2px #d8feff;
    background: none;
    -webkit-transition: none;
    transition: none;
}

#team-tile-border-1 {
    width: 600px;
}

#team-tile-border-2 {
    width: 490px;
}

#team-tile-border-3 {
    width: 380px;
}

#team-tile-border-4 {
    width: 460px;
}

#team-tile-border-5 {
    width: 550px;
}

#team-tile-border-6 {
    width: 430px;
}

#team-tile-border-7 {
    width: 490px;
}

#team-tile-border-8 {
    width: 480px;
}

.team-background-mid {
    height: 1700px;
    width: 100vw;
    background: #eaeaea;
}

.team-background-bot {
    height: 250px;
    width: 100vw;
    background: #ffffff;
}

.team-galery a div {
    cursor: pointer;
}


/*



-------------------------------------------->   Arzt page  <-----------------------------------------------



*/

.arzt-beschreibung-wrapper {
    width: 100vw;
    padding-top: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.arzt-beschreibung-content-wrapper {
    width: 85vw;
    background: #eaeaea;
    float: left;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.arzt-dots {
    width: 70px;
    height: 500px;
    margin-left: 40px;
    background: url(../img/dots.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}

.arzt-beschreibung {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -25px 50px 50px 12%;
    width: 50%;
}

.ab-top-float {
    justify-content: flex-start;
}

.arzt-beschreibung-top h3 {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    color: rgb(51, 50, 50);
    z-index: 1;
}

.arzt-beschreibung-top h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 105%;
    width: calc(100% + 10px);
    height: 12px;
    background: rgb(143, 165, 202, 0.644);
    z-index: -1;
}

.desc-row-left p,
.desc-row-right p,
.desc-schwerpunkte p,
.desc-schwerpunkte h3 {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px !important;
    color: rgb(85, 83, 83);
    line-height: 22px;
}

.desc-row-left p {
    font-weight: 400;
}

.desc-schwerpunkte h3 {
    font-weight: 400;
}

.desc-schwerpunkte {
    margin-top: 50px;
}

.arzt-beschreibung-bot {
    width: 100%;
    margin-top: 40px;
}

.arzt-dots {
    margin-left: 35px;
}

.desc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.desc-row-left {
    width: 200px;
}

.desc-row-right {
    width: 90%;
}

.arzt-bild {
    width: 550px;
    min-width: 550px;
    height: 750px;
    background: url(../img/5-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -150px;
}

.arzt-bild-2 {
    background: url(../img/6-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*



-------------------------------------------->   Leistungen  <-----------------------------------------------



*/

.leistungen-top-kasten-backborder {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    margin-top: 45px;
    margin-left: 30px;
    height: 50px;
    width: 460px;
    border: solid 2px rgb(212, 230, 231);
}

.leistungen-top-image-inside-left {
    width: 45%;
    height: 100%;
    background: url(../img/300.jpg);
    background-position: center;
    background-size: cover;
    float: left;
}

.leistungen-top-text {
    position: relative;
    width: 80%;
    max-width: 1500px;
    padding: 50px 0;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.leistungen-pic-1 {
    background: url(../img/14.jpg);
}

.leistungen-pic-2 {
    background: url(../img/15.jpg);
}

.leistungen-pic-3 {
    background: url(../img/16.jpg);
}

.leistungen-pic-4 {
    background: url(../img/17.jpg);
}

.leistungen-pic-5 {
    background: url(../img/18.jpg);
}

.leistungen-pic-6 {
    background: url(../img/19.jpg);
}

.leistungen-pic-7 {
    background: url(../img/20.jpg);
}

.leistungen-pic-8 {
    background: url(../img/21.jpg);
}

.leistungen-pic-9 {
    background: url(../img/23.jpg);
}

.leistungen-pic-10 {
    background: url(../img/23.jpg);
}

.leistungen-pic-11 {
    background: url(../img/24.jpg);
}

.leistungen-pic-12 {
    background: url(../img/25.jpg);
}

.leistungen-pic {
    width: 100vw;
    height: 670px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#leistungen-inner-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.leistungen-pic p {
    white-space: nowrap;
    position: absolute;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff6e;
}

.leistungen-pic-1 p {
    bottom: -1.5vw;
    font-size: 6.02vw;
    margin-left: -0.2%;
}

.leistungen-pic-2 p {
    bottom: -4.3vw;
    font-size: 17vw;
    margin-left: -1.9%;
}

.leistungen-pic-3 p {
    bottom: -3.6vw;
    font-size: 14.4vw;
    margin-left: -1.4%;
}

.leistungen-pic-4 p {
    bottom: -2.9vw;
    font-size: 11.7vw;
    margin-left: -1.4%;
}

.leistungen-pic-5 p {
    bottom: -3.3vw;
    font-size: 12.8vw;
    margin-left: -1.2%;
}

.leistungen-pic-6 p {
    bottom: -2.4vw;
    font-size: 8.8vw;
    margin-left: -0.2%;
}

.leistungen-pic-7 p {
    bottom: -1.95vw;
    font-size: 7.62vw;
    margin-left: -0.9%;
}

.leistungen-pic-8 p {
    bottom: -1.45vw;
    font-size: 5.35vw;
    margin-left: -0.2%;
}

.leistungen-text-wrapper {
    width: 80%;
    padding: 100px 10%;
    padding-bottom: 130px;
}

.leistungen-text-wrapper h3 {
    position: relative;
    font-weight: 300;
    display: inline-block;
    color: #726F6F;
    font-size: 40px;
    text-transform: uppercase;
}

.leistungen-text-wrapper h3::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    background: rgba(143, 165, 202, 0.644);
    width: 110%;
    width: calc(100% + 60px);
    height: 12px;
    z-index: -1;
}

.line-leistungen-text {
    width: 200px;
    height: 1px;
    background: rgb(51, 50, 50);
    margin-top: 30px;
}

.leistungen-text-flex-wrapper {
    width: 100%;
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.leistungen-text {
    width: 90%;
    max-width: 1000px;
}

.leistungen-text p {
    font-weight: 300;
    font-size: 18px;
    color: #726F6F;
    line-height: 29px;
}

.leistungen-text ul {
    font-weight: 300;
    font-size: 18px;
    color: #726F6F;
    line-height: 29px;
}


/*



---------------------------------------------->   Footer  <-------------------------------------------------



*/

footer {
    width: 100vw;
    height: 500px;
    position: relative;
}

.footer-black-top {
    width: 100vw;
    height: 450px;
    background: #73767E;
    color: #ffffff;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.footer-black-top-inside-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    max-width: 1500px;
    height: 160px;
    margin: auto;
    margin-top: 100px;
}

.footer-inside-1,
.footer-inside-2,
.footer-inside-3,
.footer-inside-4 {
    text-align: left;
    font-weight: 200;
    min-width: 200px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 20px;
}

.times-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.times-left {
    margin-right: 20px;
}

.head-footer {
    display: block;
}

.icon-footer {
    display: none;
    width: 20px;
    height: 20px;
    background: rgb(234, 234, 234);
    margin-right: 10px;
}

.title-footer h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(234, 234, 234);
}

.footer-black-top-inside-bot {
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer-black-top-inside-bot p,
.footer-black-top-inside-bot a {
    display: inline;
    font-weight: 200;
    color: rgb(234, 234, 234);
    font-size: 16px;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.footer-black-top-inside-top,
.footer-black-top-inside-bot {
    cursor: default;
}

.footer-black-top-inside-bot a:hover,
.footer-black-top-inside-top a:hover {
    opacity: 0.5;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.footer-white-bot {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: rgb(114, 111, 111);
    font-weight: 400;
    font-size: 14px;
}

.footer-online-termin-wrapper {
    width: 100%;
    background: #73767E;
    padding-top: 60px;
    text-align: center;
}

#online-termin {
    position: absolute;
    top: -200px;
}


/*



--------------------------------------------->   Ambiente  <------------------------------------------------



*/

.praxis-top-image-inside-left {
    width: 48%;
    height: 100%;
    background: url(../img/26.jpg);
    background-position: center;
    background-size: cover;
    float: left;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.praxis-top-image-inside-right {
    width: 52%;
    height: 100%;
    background: #73767E;
    float: right;
}

.gallery-flexy-wrappy {
    position: relative;
}

.flexbox-gallery {
    position: relative;
    width: 80%;
    max-width: 1200px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 100px;
    padding: 1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
}

.gallery-flexy-wrappy::before {
    content: '';
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 90%;
    height: calc(100% - 350px);
    background: #EAEAEA;
    z-index: -1;
}

.flexelement-gallery {
    position: relative;
    margin: -2px 0;
}

.flexelement-gallery img {
    width: 500px;
    height: 400px;
    margin: 2px;
    -webkit-transition: all 170ms ease-in-out;
    transition: all 170ms ease-in-out;
}

.flexelement-gallery:hover>img {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
}

.flexelement-gallery::after {
    content: '+';
    position: absolute;
    right: 12px;
    bottom: 0px;
    z-index: 0;
    font-size: 60px;
    font-weight: 300;
    color: #333232;
    -webkit-transition: color 170ms ease-in-out;
    transition: color 170ms ease-in-out;
}

.flexelement-gallery:hover::after {
    content: '+';
    position: absolute;
    right: 12px;
    bottom: 0px;
    z-index: 0;
    font-size: 60px;
    font-weight: 300;
    color: #fff;
}

.lightbox::after {
    content: '+';
    position: absolute;
    right: 30px;
    top: 0px;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    z-index: 9999;
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 170ms ease-in-out;
    transition: all 170ms ease-in-out;
}


/*



----------------------------------------------->   Kontakt  <--------------------------------------------------



*/

.kontakt-top-image-inside-left {
    width: 48%;
    height: 100%;
    background: url(../img/35.jpg);
    background-position: center;
    background-size: cover;
    float: left;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.kontakt-top-kasten-backborder {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    margin-top: 45px;
    margin-left: 40px;
    height: 50px;
    width: 330px;
    border: solid 2px rgb(212, 230, 231);
}

.kontakt-wrapper {
    position: relative;
    width: 100vw;
    margin-top: 70px;
    margin-bottom: 70px;
}

#form p {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px 0px 15px;
    margin-top: 20px;
    color: rgb(114, 111, 111);
}

#form h3 {
    font-size: 24px;
    font-weight: 500;
    color: rgb(78, 80, 85);
    margin: 20px 0;
}

.wdh {
    display: none;
}

.topBefore {
    padding-top: 120px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(51, 50, 50);
    font-size: 14px;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: rgb(51, 50, 50);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(114, 111, 111);
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgb(114, 111, 111);
    font-size: 14px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgb(114, 111, 111);
    font-size: 14px;
}

input::placeholder,
textarea::placeholder {
    color: rgb(114, 111, 111);
    font-size: 14px;
}

input:focus::-webkit-input-placeholder,
textarea::focus:placeholder {
    color: rgb(51, 50, 50);
}

input:focus:-ms-input-placeholder,
textarea::focus:placeholder {
    color: rgb(51, 50, 50);
}

input:focus::-ms-input-placeholder,
textarea::focus:placeholder {
    color: rgb(51, 50, 50);
}

input:focus::placeholder,
textarea::focus:placeholder {
    color: rgb(51, 50, 50);
}

input::-ms-placeholder,
textarea::-ms-placeholder {
    color: rgb(51, 50, 50);
    font-size: 14px;
}

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
    color: rgb(51, 50, 50);
}

#form {
    position: relative;
    width: 630px;
    margin: 50px auto 100px 10%;
    float: left;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

input {
    font-size: 14px;
    width: 600px;
    height: 50px;
    padding: 0px 15px 0px 15px;
    margin: 10px 0;
    background: transparent;
    outline: none;
    color: rgb(51, 50, 50);
    border: none;
    border-bottom: solid 1px rgb(114, 111, 111);
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

textarea {
    width: 600px;
    max-width: 600px;
    height: 160px;
    max-height: 160px;
    padding: 15px;
    margin: 15px 0 25px 0;
    background: transparent;
    outline: none;
    color: rgb(51, 50, 50);
    font-size: 14px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    border: solid 1px rgb(114, 111, 111);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

#form h2 {
    font-size: 12px;
    color: rgb(114, 111, 111);
    font-weight: 400;
    margin-top: -20px;
    margin-bottom: 10px;
    float: right;
}

.datenschutz-wrapper {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
}

#agree {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    margin-top: 2px;
}

#datentext {
    width: 500px;
    margin-left: 15px;
}

#datentext p {
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    width: 450px;
    height: 130px;
}

#datentext p a {
    position: relative;
    display: inline-block;
    padding: 1px 3px;
    color: rgba(143, 165, 202, 1);
    -webkit-transition: all 170ms ease-in-out;
    transition: all 170ms ease-in-out;
}

#datentext p a:hover {
    color: #fff;
}

#datentext p a:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(143, 165, 202, 1);
    width: 100%;
    height: 100%;
    z-index: -1;
}

#datentext p a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(143, 165, 202, 1);
    width: 100%;
    height: 1px;
    z-index: 1;
    -webkit-transition: all 170ms ease-in-out;
    transition: all 170ms ease-in-out;
}

#submit {
    width: 110px;
    height: 40px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: rgb(114, 111, 111);
    outline: none;
    cursor: pointer;
    border-bottom: none;
    background: rgb(234, 234, 234);
}

#submit:hover {
    background: rgb(212, 230, 231);
}

.kontakt-bottom-wrapper {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 50px auto;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kontakt-adresse h3 {
    font-size: 24px;
    font-weight: 500;
    color: rgb(78, 80, 85);
    margin: 20px 0;
}

.kontakt-adresse h4 {
    font-size: 16px;
    font-weight: 500;
    color: rgb(78, 80, 85);
    line-height: 1.5em;
}

.kontakt-adresse p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(78, 80, 85);
    line-height: 1.5em;
}

.google-maps {
    width: 100%;
    max-width: 800px;
    height: 800px;
    background: #f1f1f1;
    text-align: center;
}

.google-maps iframe {
    width: 100%;
    height: 800px;
}

.google-maps .iframe-placeholder-content p,
.google-maps .iframe-placeholder-content a {
    font-size: 17px;
    line-height: 32px;
}

.google-maps #maps-button {
    font-size: 17px;
    width: 120px;
    margin: auto;
    padding: 5px 15px;
    cursor: pointer;
    background: #fff;
}

.iframe-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-image: url(../img/maps.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.iframe-placeholder-content {
    max-width: 520px;
    margin: auto;
}

.google-maps #iframeHolder {
    height: 0%;
}

.google-maps .map,
.google-maps .iframe-placeholder {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    margin: 12px;
}


/*



--------------------------------------------->   Impressum  <----------------------------------------------



*/

.impressum-wrapper {
    display: block;
    position: relative;
    width: 95%;
    max-width: 960px;
    margin: auto;
    padding-top: 250px;
    padding-bottom: 200px;
}

.impressum-wrapper h3 {
    font-size: 2em;
    margin-bottom: 10px;
}

.impressum-wrapper h4 {
    font-size: 1em;
    margin-top: 22px;
    line-height: 1.7rem;
    font-weight: 600;
}

.impressum-wrapper p {
    font-size: 1em;
    line-height: 1.7rem;
}

.impressum-wrapper a:hover {
    text-decoration: underline;
}

.brandy {
    transition: color 170ms ease-in-out;
}

.brandy:hover {
    color: #00ff7f;
    text-decoration: none !important;
}


/*



----------------------------------------------->   Font  <--------------------------------------------------



*/


/*

-- Montserrat --

*/


/* Black */

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    src: url("../font/Montserrat-Black.ttf");
}


/** ExtraBold */

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    src: url("../font/Montserrat-ExtraBold.ttf");
}


/** Bold */

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    src: url("../font/Montserrat-Bold.ttf");
}


/** SemiBold */

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    src: url("../font/Montserrat-SemiBold.ttf");
}


/** Medium */

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url("../font/Montserrat-Medium.ttf");
}


/** Regular */

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url("../font/Montserrat-Regular.ttf");
}


/** Light */

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    src: url("../font/Montserrat-Light.ttf");
}


/** ExtraLight */

@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    src: url("../font/Montserrat-ExtraLight.ttf");
}


/** Thin */

@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    src: url("../font/Montserrat-Thin.ttf");
}

@media only screen and (max-width: 1440px) {
    .arzt-beschreibung-content-wrapper {
        width: 90vw;
    }

    .arzt-beschreibung {
        margin-left: 6%;
    }

    .desc-row-left {
        width: 130px;
    }

    .pic {
        width: 470px;
        height: 380px;
    }

    .pic h3 {
        font-size: 30px;
    }

    .pic1 h3::before,
    .pic2 h3::before,
    .pic3 h3::before,
    .pic4 h3::before,
    .pic5 h3::before,
    .pic6 h3::before,
    .pic7 h3::before,
    .pic8 h3::before,
    .pic9 h3::before,
    .pic10 h3::before {
        height: 14px;
    }

    .pic3 h3 span,
    .pic4 h3 span,
    .pic5 h3 span,
    .pic6 h3 span,
    .pic7 h3 span,
    .pic8 h3 span,
    .pic9 h3 span,
    .pic10 h3 span {
        right: -15px;
        top: 50px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1400px) {
    .arzt-beschreibung {
        margin-top: -20px;
        margin-right: 20px;
    }

    .arzt-beschreibung-top h3 {
        font-size: 30px;
    }

    .arzt-bild {
        width: 400px;
        min-width: unset;
        height: 550px;
        margin-top: 50px;
        margin-right: 50px;
    }

    .arzt-dots {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 1300px) {
    .nav {
        height: 70px;
    }

    .menu {
        width: 800px;
        min-width: unset;
        margin-left: 50px;
        margin-right: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .menu ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu ul li {
        display: block;
        margin: auto;
    }

    .landing-page {
        height: 980px;
    }

    .start-kasten {
        -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .05));
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .05));
        width: 300px;
        height: 240px;
        right: 120px;
        bottom: 150px;
    }

    .start-kasten p:nth-child(1) {
        font-size: 70px;
        line-height: 60px;
    }

    .start-kasten p:nth-child(2) {
        font-size: 45px;
        line-height: 40px;
        padding-top: 10px;
    }

    .start-kasten p:nth-child(3) {
        font-size: 66px;
        line-height: 50px;
    }

    .unser-team-titel h1 {
        font-size: 90px;
        text-align: center;
        min-width: unset;
    }
}

@media only screen and (max-width: 1024px) {
    .menu {
        opacity: 0;
        display: none;
        position: absolute;
        right: 30px;
        top: 80px;
        width: auto;
        background: #eaeaea;
        margin: auto;
        margin-right: 0;
        overflow: hidden;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .menu ul {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        padding-left: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0;
        background: #fff;
    }

    .menu ul li {
        margin: 16px auto;
        margin-right: 40px;
        padding-right: 0;
        padding-left: 24px;
        z-index: 1;
    }

    .menu ul li::before,
    .current-nav-selection::before {
        bottom: -3px;
    }

    .menu-open {
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .drop {
        width: unset;
        max-width: unset;
    }

    .drop:hover>ul {
        visibility: hidden;
        display: none;
    }

    .burger {
        position: fixed;
        top: 22px;
        right: 30px;
        width: 26px;
        height: 26px;
        background: url(../img/menu.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .burger-close {
        width: 20px;
        height: 20px;
        top: 25px;
        right: 33px;
        background: url(../img/close.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .landing-page {
        height: 700px;
    }

    .start-mid-image,
    .start-bot-image {
        height: 600px;
    }

    .arzt-beschreibung-wrapper {
        padding-top: 200px;
    }

    .arzt-beschreibung-content-wrapper {
        width: 100vw;
    }

    .arzt-dots {
        display: none;
    }

    .desc-schwerpunkte {
        min-width: 72vw;
    }

    .team-top-image {
        height: 720px;
    }

    .flexelement-gallery img {
        width: 380px;
        height: 290px;
    }

    .kontakt-bottom-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .kontakt-adresse {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .landing-page {
        height: 950px;
        background-position: 10%;
    }

    header {
        position: fixed;
    }

    .nav {
        position: relative;
    }

    .menu {
        opacity: 0;
        display: none;
        position: absolute;
        right: 30px;
        top: 80px;
        width: auto;
        background: #eaeaea;
        margin: auto;
        margin-right: 0;
        overflow: hidden;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .menu ul {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        padding-left: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0;
        background: #fff;
    }

    .menu ul li {
        margin: 16px auto;
        margin-right: 40px;
        padding-right: 0;
        padding-left: 24px;
        z-index: 1;
    }

    .menu ul li::before,
    .current-nav-selection::before {
        bottom: -3px;
    }

    .menu-open {
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .drop {
        width: unset;
        max-width: unset;
    }

    .drop:hover>ul {
        visibility: hidden;
        display: none;
    }

    .burger {
        position: fixed;
        top: 22px;
        right: 30px;
        width: 26px;
        height: 26px;
        background: url(../img/menu.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .burger-close {
        width: 20px;
        height: 20px;
        top: 25px;
        right: 33px;
        background: url(../img/close.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .kontakt-top-image-inside-left {
        width: 100%;
    }

    .praxis-top-image-inside-right {
        display: none;
    }

    .start-text-top h3,
    .start-text-mid h3 {
        font-size: 40px;
    }

    .welcome-line {
        margin-top: 20px;
    }

    .start-text-top-inner p {
        font-size: 16px;
    }

    .start-mid-image {
        height: 400px;
        background-position: 30%;
        background-attachment: unset;
    }

    .start-bot-image {
        height: 400px;
        background-position: 80%;
        background-attachment: unset;
    }

    .start-text-top h3::before,
    .start-text-mid h3::before {
        bottom: 3px;
    }

    .footer-black-top {
        height: unset;
    }

    .footer-black-top-inside-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: unset;
        width: unset;
        margin-left: 80px;
        margin-top: 80px;
    }

    .footer-inside-1,
    .footer-inside-2,
    .footer-inside-3,
    .footer-inside-4 {
        height: 200px;
        width: 300px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .footer-inside-3 .body-footer p:last-child {
        max-width: 290px;
    }

    .head-footer {
        margin-bottom: 20px;
    }

    .footer-white-bot {
        margin-bottom: 15px;
    }

    .team-top-image {
        height: 980px;
    }

    .team-top-image-inside-left,
    .praxis-top-image-inside-left,
    .leistungen-top-image-inside-left {
        width: 100%;
        -webkit-filter: brightness(.9) contrast(.7);
        filter: brightness(.9) contrast(.7);
    }

    .team-top-image-inside-right,
    .praxis-top-image-inside-right,
    .leistungen-top-image-inside-right {
        display: none;
    }

    .team-top-kasten {
        left: unset;
        left: 50%;
        top: 40%;
        z-index: 1;
    }

    .team-top-kasten::before {
        width: 110%;
        width: calc(100% + 40px);
    }

    .praxis-top-text,
    .team-top-text,
    .leistungen-top-text {
        width: 90%;
        min-width: unset;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .unser-team-titel h1 {
        font-size: 70px;
        min-width: unset;
    }

    .team-galery-wrapper {
        margin-top: 150px;
    }

    .team-galery {
        width: 300px;
        height: 200px;
    }

    .team-galery-wrapper a {
        margin-bottom: 70px;
    }

    .team-galery div {
        opacity: 1;
    }

    .team-galery div h3 {
        font-size: 16px;
        font-weight: 600;
    }

    #team-tile-border-1,
    #team-tile-border-2,
    #team-tile-border-3,
    #team-tile-border-4,
    #team-tile-border-5,
    #team-tile-border-6,
    #team-tile-border-7,
    #team-tile-border-8 {
        display: none;
    }

    .pic1 div,
    .pic2 div,
    .pic3 div,
    .pic4 div,
    .pic5 div,
    .pic6 div,
    .pic7 div,
    .pic8 div,
    .pic9 div,
    .pic10 div {
        position: relative;
        top: unset;
        left: unset;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-filter: none;
        filter: none;
    }

    .pic1 div h3,
    .pic2 div h3 {
        position: absolute;
        top: unset;
        left: unset;
        left: 0;
        bottom: -70px;
        height: 70px;
        width: 100%;
        padding-top: 7px;
        padding-left: 16px;
        background: rgba(255, 255, 255, 0.7);
        border: solid 2px #2c3945;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: unset;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        -webkit-transition: all 170ms ease-in-out;
        transition: all 170ms ease-in-out;
    }

    .pic1:hover>div h3,
    .pic2:hover>div h3 {
        background: rgba(44, 57, 69, .85);
        color: #ffffff;
    }

    .pic3 div h3,
    .pic4 div h3,
    .pic5 div h3,
    .pic6 div h3,
    .pic7 div h3,
    .pic8 div h3,
    .pic9 div h3,
    .pic10 div h3 {
        position: absolute;
        top: unset;
        left: 0;
        bottom: 0;
        height: 45px;
        width: 100%;
        display: inline-block;
        padding-top: 5px;
        background: rgba(44, 57, 69, .85);
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        font-size: 14px;
        color: #ffffff;
        border: none;
        padding-left: 16px;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: unset;
    }

    .pic1 div h3 span,
    .pic2 div h3 span {
        position: static;
        display: block;
        font-size: 14px;
        color: rgba(14, 20, 31, 0.644)
    }

    .pic3 div h3 span,
    .pic4 div h3 span,
    .pic5 div h3 span,
    .pic6 div h3 span,
    .pic7 div h3 span,
    .pic8 div h3 span,
    .pic9 div h3 span,
    .pic10 div h3 span {
        position: static;
        font-weight: 300;
        display: block;
        font-size: 14px;
        color: #fff;
    }

    .pic1 h3::before,
    .pic2 h3::before,
    .pic3 h3::before,
    .pic4 h3::before,
    .pic5 h3::before,
    .pic6 h3::before,
    .pic7 h3::before,
    .pic8 h3::before,
    .pic9 h3::before,
    .pic10 h3::before {
        display: none;
    }

    .team-galery-wrapper::before {
        top: 120px;
        height: calc(100% - 240px);
    }

    .arzt-beschreibung-wrapper {
        padding-top: 70px;
    }

    .arzt-beschreibung-content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .arzt-bild {
        position: relative;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0px;
        z-index: 12;
        width: 550px;
        height: 800px;
    }

    .graybar {
        position: absolute;
        left: 0;
        width: 100vw;
        height: 20px;
        background: #eaeaea;
        z-index: 8;
    }

    .whitebar {
        position: absolute;
        right: 0;
        top: 0px;
        width: 200px;
        height: 100%;
        background: #ffffff;
        z-index: 9;
    }

    .mobiledots {
        position: absolute;
        left: 60px;
        top: 240px;
        width: 54px;
        height: 370px;
        background: url(../img/dots.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .arzt-beschreibung {
        width: 100%;
        margin: auto;
        padding: 50px;
        padding-top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 80px;
        background: #ffffff;
    }

    .arzt-beschreibung-top {
        position: relative;
        z-index: 9;
    }

    .desc-schwerpunkte {
        min-width: unset;
    }

    .google-maps {
        height: 400px;
    }

    .google-maps iframe {
        width: 90%;
        height: 400px;
    }

    .google-maps .iframe-placeholder-content p,
    .google-maps .iframe-placeholder-content a {
        font-size: 14px;
        line-height: 32px;
    }

    .leistungen-pic-1,
    .leistungen-pic-2,
    .leistungen-pic-3,
    .leistungen-pic-4,
    .leistungen-pic-5,
    .leistungen-pic-6,
    .leistungen-pic-7,
    .leistungen-pic-8,
    .leistungen-pic-9,
    .leistungen-pic-10,
    .leistungen-pic-11,
    .leistungen-pic-12 {
        width: 100vw;
        height: 350px;
        background-position: center;
        background-attachment: unset;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .leistungen-text {
        width: 100%;
    }

    .flexelement-gallery img {
        width: 290px;
        height: 210px;
    }

    .lightbox::after {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .landing-page {
        height: 660px;
    background-position: 30%;
    }

    .start-kasten {
        width: 190px;
        height: 150px;
        right: 30px;
        bottom: 100px;
    }

    .start-kasten p:nth-child(1) {
        font-size: 45px;
        line-height: 15px;
    }

    .start-kasten p:nth-child(2) {
        font-size: 30px;
        line-height: 30px;
    }

    .start-kasten p:nth-child(3) {
        font-size: 43px;
        line-height: 10px;
    }

    .start-text-top,
    .start-text-mid {
        padding-top: 70px;
    }

    .start-text-top h3,
    .start-text-mid h3 {
        font-size: 22px;
    }

    .start-text-top h3::before,
    .start-text-mid h3::before {
        width: calc(100% + 10px);
        bottom: 0;
    }

    .start-text-top-inner {
        margin-top: 30px;
    }

    .start-text-top-inner p {
        font-size: 14px;
    }

    .start-mid-image {
        height: 300px;
        background-position: 60%;
    }

    .start-bot-image {
        height: 300px;
        background-position: 100%;
    }

    .team-top-image {
        height: 670px;
    }

    .team-top-kasten::before {
        width: calc(100% + 20px);
        bottom: 0;
    }

    .team-top-kasten h1 {
        font-size: 35px;
    }

    .unser-team-titel h1 {
        font-size: 35px;
    }

    .team-titel-text-box {
        width: 270px;
    }

    .team-titel-text-box p {
        font-size: 14px;
    }

    .praxis-top-text,
    .team-top-text,
    .leistungen-top-text {
        margin-top: 0;
        margin-bottom: 0;
    }

    .team-galery-wrapper {
        margin-top: 30px;
    }

    .leistungen-pic-1,
    .leistungen-pic-2,
    .leistungen-pic-3,
    .leistungen-pic-4,
    .leistungen-pic-5,
    .leistungen-pic-6,
    .leistungen-pic-7,
    .leistungen-pic-8,
    .leistungen-pic-9,
    .leistungen-pic-10,
    .leistungen-pic-11,
    .leistungen-pic-12 {
        display: none;
    }

    .leistungen-text-wrapper {
        padding: 20px 0;
        width: 80%;
        margin: auto;
    }

    .leistungen-text-wrapper h3 {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        -webkit-transition: all 170ms ease-in-out;
        transition: all 170ms ease-in-out;
    }

    .leistungen-text-wrapper h3::before {
        bottom: -5px;
        width: 70vw;
        height: 2px;
    }

    .leistungen-text-wrapper h3::after {
        content: url("../img/chili-down.png");
        position: absolute;
        left: 76vw;
        top: 6px;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    .leistungen-text {
        display: none;
    }

    .leistungen-text p {
        font-size: 14px;
    }

    .leistungen-text-flex-wrapper {
        opacity: 0;
        margin-top: 0px;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .ltw-open h3 {
        color: #333232;
    }

    .ltw-open h3::before {
        display: none;
    }

    .ltw-open h3::after {
        top: -6px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .ltw-open .leistungen-text {
        margin-top: 40px;
        display: block;
    }

    .ltw-open .leistungen-text-flex-wrapper {
        opacity: 1;
    }

    .ltw-main {
        margin-bottom: 70px;
    }

    .gallery-flexy-wrappy::before {
        top: 100px;
        height: calc(100% - 200px);
    }

    .whole-kontakt-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .kontakt-bottom-wrapper {
        margin-bottom: 0;
    }

    .kontakt-adresse h3 {
        display: none;
    }

    .kontakt-wrapper {
        margin-bottom: 0;
    }

    #form {
        float: unset;
        width: 80%;
        margin: 50px auto 100px auto;
    }

    input {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    textarea {
        max-width: unset;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .datenschutz-wrapper {
        width: 100%;
        margin-bottom: 50px;
    }

    #datentext {
        width: 100%;
    }

    #datentext p {
        width: 100%;
        height: unset;
    }

    .google-maps iframe {
        width: 100%;
        height: 300px;
    }

    .footer-black-top-inside-top {
        margin-left: 20px;
        margin-top: 50px;
    }

    .footer-black-top p,
    .footer-black-top-inside-bot a,
    .footer-white-bot p {
        font-size: 14px !important;
    }

    .head-footer {
        margin-bottom: 16px;
    }

    .footer-inside-1,
    .footer-inside-2,
    .footer-inside-3,
    .footer-inside-4 {
        height: unset;
        width: 100%;
        margin-bottom: 40px;
    }

    .text-block-13 {
        display: none;
    }

    .ot-absolute {
        display: none;
    }

    .top-btn {
        margin-left: 20px;
        margin-right: auto;
    }
}