@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.703);
  line-height: 1.5;
  font-family: "Times New Roman", Times, serif;
}

@media screen and (min-width: 250px) and (max-width: 350px) {
  h1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
  }
  h2,
  h3,
  h4 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
  }
  h5 {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
  }
  .header {
    font-weight: 600;
    text-align: center;
  }
  .header_h {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .about__wrap {
    width: 100%;
  }
  .about__photo {
    margin-top: 50px;
    background-image: url("../img/Photo.jpg");
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .descr_wrap {
    margin-top: 30px;
  }
  img.mitgl {
    width: 90%;
  }
  p.qualification__text {
    text-align: left;
  }
  .map {
    width: 90vw;
  }
  .rechte {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    font-weight: 600;
  }
}
@media screen and (min-width: 351px) and (max-width: 451px) {
  h1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
  }
  h2,
  h3,
  h4 {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
  }
  h5 {
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
  }
  .header {
    font-weight: 600;
    margin: 10px;
    text-align: center;
  }
  .header_h {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .about__wrap {
    width: 100%;
  }
  .about__photo {
    margin: 0 auto;
    background-image: url("../img/Photo.jpg");
    width: 70%;
    height: 65vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  img.mitgl {
    width: 90%;
  }
  p.qualification__text {
    text-align: left;
  }
  .map {
    width: 90vw;
  }
  .rechte {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    font-weight: 600;
  }
  .qualification {
    height: 100vh;
  }
  .descr_wrap {
    margin-top: 50px;
  }
}
@media screen and (min-width: 452px) and (max-width: 762px) {
  h1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 2.3rem;
    text-align: center;
  }
  h2,
  h3,
  h4 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }
  h5 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
  }
  .header {
    font-weight: 600;
    margin: 10px;
  }
  .header_h {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .about__wrap {
    width: 100%;
  }
  .about__photo {
    margin: 0 auto;
    background-image: url("../img/Photo.jpg");
    width: 60%;
    height: 65vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  img.mitgl {
    width: 90%;
  }
  p.qualification__text {
    text-align: left;
  }
  .map {
    width: 90vw;
  }
  .rechte {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    font-weight: 600;
  }
}
/* 
@media screen and (max-width: 550px) {
    h1 {
        text-align: center;
        margin-bottom: 10px;
        letter-spacing: 5px;
    }

    h2,
    h3,
    h4 {
        margin-top: 10px;
        text-align: center;
    }

    h5 {
        margin-top: 20px;
        text-align: center;
    }

    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding: 20px;
    }

    .about {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;

        &__wrap {
            width: 100%;
        }

        &__photo {
            margin: 0 auto;
            background-image: url("../img/Photo.jpg");
            width: 100%;
            height: 60vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
    }
    img.mitgl {
        width: 90%;
    }
    p.qualification__text {
        text-align: left;
    }

    .map {
        width: 90vw;
    }

    .rechte {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
        padding: 10px;
    }
}
 */
@media screen and (min-width: 763px) and (max-width: 992px) {
  h1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 2.3rem;
  }
  h2,
  h3,
  h4 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  h5 {
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: 600;
  }
  .header {
    font-weight: 600;
    margin: 10px;
  }
  .header {
    font-weight: 600;
    margin: 10px;
    text-align: center;
  }
  .header_h {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
  }
  .about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .about__wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100vh;
  }
  .about__photo {
    margin: 0 auto;
    background-image: url("../img/Photo.jpg");
    width: 40%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about__descriptions {
    margin-left: 50px;
  }
  img.mitgl {
    width: 90%;
  }
  p.qualification__text {
    text-align: left;
  }
  .map {
    width: 90vw;
  }
  .rechte {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  * {
    font-size: 1.1rem;
  }
  h1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 2.5rem;
  }
  h2,
  h3,
  h4 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  h5 {
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: 600;
  }
  .header {
    font-weight: 600;
    margin: 10px;
    text-align: center;
  }
  .header_h {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
  }
  .about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .about__wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100vh;
  }
  .about__photo {
    margin-top: 50px;
    background-image: url("../img/Photo.jpg");
    width: 40%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about__descriptions {
    margin-left: 100px;
  }
  img.mitgl {
    width: 90%;
  }
  p.qualification__text {
    text-align: left;
  }
  .map {
    width: 90vw;
  }
  .rechte {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 10px;
  }
  body {
    padding: 0 50px;
  }
  .header {
    font-weight: 600;
    margin: 10px;
    text-align: center;
  }
  .header_h {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  * {
    font-size: 1.1rem;
  }
  body {
    padding: 0 50px;
  }
  h1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 3rem;
  }
  h2,
  h3,
  h4 {
    font-size: 1.7rem;
    font-weight: 500;
  }
  h5 {
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: 600;
  }
  .header {
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
  }
  .header_h {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 50px;
    padding-bottom: 20px;
    text-align: center;
  }
  .about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .about__wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100vh;
  }
  .about__photo {
    background-image: url("../img/Photo.jpg");
    width: 30%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about__descriptions {
    margin-left: 100px;
  }
  img.mitgl {
    width: 90%;
  }
  p.qualification__text {
    text-align: left;
  }
  .map {
    width: 90vw;
  }
  .rechte {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 10px;
  }
}
/* From Uiverse.io by suda-code */
.termin-button {
  margin: 0 auto;
  padding: 0 10px;
  border: 0;
  border-radius: 100px;
  background-color: #2ba8fb;
  color: #ffffff;
  font-weight: Bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.termin-button:hover {
  background-color: #6fc5ff;
  box-shadow: 0 0 20px rgba(111, 197, 255, 0.3137254902);
  transform: scale(1.1);
}

.termin-button:active {
  background-color: #3d94cf;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  box-shadow: none;
  transform: scale(0.98);
}

.termin-link {
  color: #ffffff;
  text-decoration: none;
}

.doctolib {
  color: #ffffff;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  font-weight: 300;
  letter-spacing: 1px;
}

.rechte__link-text,
.rechte__link-text,
.web {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.626);
  line-height: 1.5;
  font-family: "Times New Roman", Times, serif;
}

.tel,
.mail {
  color: rgba(0, 0, 0, 0.627);
  line-height: 1.5;
  font-family: "Times New Roman", Times, serif;
}

@media screen and (min-width: 950px) {
  .termin-button {
    padding: 0 10px;
    border: 0;
    border-radius: 20px;
    background-color: #2ba8fb;
    color: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .termin-button:hover {
    background-color: #6fc5ff;
    box-shadow: 0 0 20px rgba(111, 197, 255, 0.3137254902);
    transform: scale(1.1);
  }
  .termin-button:active {
    background-color: #3d94cf;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    box-shadow: none;
    transform: scale(0.98);
  }
  .termin-link {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
  }
  .doctolib {
    color: #ffffff;
    text-decoration: none;
    font-family: "Pacifico", cursive;
    font-size: 12px;
    text-align: center;
  }
  .rechte__link-text,
  .web {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.623);
    line-height: 1.5;
    font-family: "Times New Roman", Times, serif;
  }
  .tel,
  .mail {
    color: rgba(0, 0, 0, 0.626);
    line-height: 1.5;
    font-family: "Times New Roman", Times, serif;
  }
  .doct {
    width: 120px;
  }
}
nav {
  background-color: #efe9e4;
  border: none;
}

.navbar {
  background-color: #efe9e4;
  /* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5); */
}

.nav-link {
  color: rgba(0, 0, 0, 0.6549019608);
  margin: 0 10px;
  position: relative;
  transition: all ease 1s;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: width 0.7s ease;
}

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

html {
  scroll-padding-top: 56px; /* Высота вашего навбара */
}

nav {
  width: 100%;
}

body,
nav,
footer {
  background-color: #efe9e4;
}

.termin-link-unvisible {
  visibility: hidden;
}