:root {
  --color-blau: rgba(64, 136, 190, 1);
  --color-blau-hell: rgba(64, 136, 190, .25);
  --color-blau-ganz-hell: rgba(64, 136, 190, .1);
  --color-gruen: rgba(131, 173, 54, 1);
}

.border_blau {
  border: 1px solid var(--color-blau);
}

.fas, .fab {
  font-size: 20px;
  color: var(--color-gruen);
  margin-right: 10px;
  width: 20px;
}

section {
  background-color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}
section .section-title {
  margin-bottom: 30px;
  font-size: 32px;
}
section .anker {
  margin-top: -120px;
  position: absolute;
}
@media (min-width: 992px) {
  section .anker {
    margin-top: -160px;
  }
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper {
  position: static;
}
.swiper-container .swiper .swiper-pagination {
  bottom: -35px;
}
.swiper-container .swiper .swiper-pagination-bullet-active {
  background-color: var(--color-blau);
}

.btn-primary {
  background-color: var(--color-blau);
  border-color: var(--color-blau);
}

.modal {
  text-align: start;
}

b, strong {
  font-weight: 500;
}

.breadcrumb-item a {
  color: initial;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}

body, html {
  height: 100%;
}

body.frontend {
  color: #000;
  font-size: 16px;
  font-family: Ubuntu, serif;
  font-weight: 400;
}
body.frontend .site-wrapper {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

body.frontend:after {
  content: "";
  position: fixed; /* stretch a fixed position to the whole screen */
  top: 0;
  height: 100vh; /* fix for mobile browser address bar appearing disappearing */
  left: 0;
  right: 0;
  z-index: -1; /* needed to keep in the background */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/back_photocase_891675_Amapolchen_992px-6sGSwAf.jpg");
}
@media (min-width: 992px) {
  body.frontend:after {
    background-image: url("../images/back_photocase_891675_Amapolchen_1920px-mOsqLHU.jpg");
  }
}

.sidebar {
  width: 200px;
  height: 100vh;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.176);
  background-color: #fff;
}
header .navbar {
  background-color: #fff;
  padding: 0;
}
header .navbar .logo {
  padding-bottom: 3px;
}
header .navbar .navbar-collapse {
  justify-content: flex-end;
  display: flex !important;
}
@media (min-width: 768px) {
  header .navbar .navbar-collapse {
    justify-content: flex-end;
    display: grid !important;
  }
}
header .navbar .topbar, header .navbar .navbar-nav {
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
}
header .navbar .topbar {
  flex-direction: column;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  header .navbar .topbar {
    flex-direction: row;
    padding-left: 0;
  }
}
header .navbar .topbar .topbar-item {
  margin-right: 15px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}
header .navbar .topbar .topbar-item:last-child {
  margin-right: 0;
}
header .navbar .topbar .topbar-item a {
  color: initial;
  text-decoration: none;
}
@media (min-width: 768px) {
  header .navbar .topbar .topbar-item {
    margin-bottom: 0.5rem;
    font-size: initial;
  }
}
@media (min-width: 1200px) {
  header .navbar .topbar .topbar-item {
    margin-bottom: 1rem;
    margin-right: 20px;
    padding-top: 0;
  }
}
header .navbar .navbar-nav {
  font-weight: 500;
}
header .navbar .navbar-nav .nav-link {
  margin-right: 40px;
  padding-bottom: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  header .navbar .navbar-nav .nav-link {
    padding-top: 0.6rem;
  }
}
@media (min-width: 1200px) {
  header .navbar .navbar-nav .nav-link {
    padding-top: 1.25rem;
  }
}
header .navbar .navbar-toggler {
  display: block !important;
  border: none;
  padding-right: 0;
  padding-top: 20px;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-toggler .fas {
  margin: 0;
}
@media (min-width: 768px) {
  header .navbar .navbar-toggler {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-toggler {
    padding-top: 1rem;
  }
}

.sidebar .list-group-item {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.71);
}
.sidebar .list-group-item:hover, .sidebar .list-group-item:focus {
  color: rgba(0, 0, 0, 0.65);
}

.swiper-container {
  background-color: #fff;
}
.swiper-container .swiperSlider {
  position: relative;
  padding-bottom: 100px;
}
.swiper-container .swiperSlider .swiper-pagination {
  bottom: 60px;
}
.swiper-container .swiperSlider img {
  width: 100%;
}

.section-doctolib{
  padding-top: 0;
  padding-bottom: 60px;
}

.section-team {
  margin-bottom: 100px;
  padding-top: 0;
}
.section-team .swiper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .section-team .swiper {
    padding: 0;
  }
}
.section-team a {
  color: initial;
  text-decoration: none;
}
.section-team .team-name {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .section-team .team-name {
    margin-top: 20px;
  }
}
.section-team .team-description {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .section-team .team-description {
    margin-bottom: 15px;
  }
}
.section-team img {
  width: 95%;
}
@media (min-width: 576px) {
  .section-team img {
    width: 100%;
  }
}

.section-portfolio {
  margin-bottom: 100px;
}
.section-portfolio .swiper-slide {
  height: initial;
}
.section-portfolio .card {
  text-align: left;
  height: 100%;
}
.section-portfolio .card-text {
  font-size: 12.5px;
}
.section-portfolio .card-body {
  margin-bottom: 50px;
}
.section-portfolio .btn-primary {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.section-gallery {
  margin-bottom: 100px;
}
@media (min-width: 576px) {
  .section-gallery .swiperGallery {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .section-gallery .swiperGallery {
    height: 470px;
  }
}
@media (min-width: 992px) {
  .section-gallery .swiperGallery {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .section-gallery .swiperGallery {
    height: 373px;
  }
}
@media (min-width: 1400px) {
  .section-gallery .swiperGallery {
    height: 430px;
  }
}

.section-contact {
  margin-bottom: 0;
  text-align: left;
  padding-bottom: 60px;
}
.section-contact .contact-title {
  color: var(--color-gruen);
  font-size: 18px;
}
.section-contact .contact-text {
  font-size: 12.5px;
}

.section-content {
  margin-bottom: 0;
  text-align: left;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-map {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.section-map > div {
  background-color: var(--color-blau-ganz-hell);
}
.section-map iframe {
  width: 100%;
  height: 300px;
}

.section-error {
  padding-top: 0;
}
.section-error .content {
  border: 20px solid var(--color-blau-ganz-hell);
  padding: 60px;
  display: grid;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-error .content {
    display: flex;
  }
  .section-error .content .col-left {
    text-align: left;
  }
  .section-error .content .col-right {
    align-content: center;
  }
}
.section-error .content .fas {
  color: var(--color-blau-ganz-hell);
  font-size: 200px;
  margin-bottom: 50px;
}
.section-error .content .fas:before {
  margin-left: -100px;
}
@media (min-width: 992px) {
  .section-error .content .fas:before {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .section-error .content .fas {
    font-size: 300px;
  }
}
@media (min-width: 1400px) {
  .section-error .content .fas {
    font-size: 450px;
  }
}
.section-error .content .error-text {
  font-size: 22px;
}
@media (min-width: 1400px) {
  .section-error .content .error-text {
    font-size: 35px;
  }
}
.section-error .content .error-text a {
  color: initial;
  text-decoration: none;
}
.section-error .content .error-text a:hover {
  text-decoration: underline;
}

footer {
  background-color: #fff;
}
footer .footer-top {
  background-color: var(--color-blau-ganz-hell);
  margin-bottom: 5px;
  padding-top: 25px;
  padding-bottom: 50px;
}
footer .footer-top .website {
  text-align: center;
  font-size: 36px;
}
footer .footer-bottom {
  background-color: var(--color-blau-ganz-hell);
}
footer .footer-bottom .list-inline {
  margin-top: 5px;
  margin-bottom: 15px;
}
footer .footer-bottom .list-inline a {
  color: initial;
  text-decoration: none;
}
footer .footer-bottom .list-inline a:hover {
  text-decoration: underline;
}

.sl-overlay {
  background-color: #000;
}

.sl-wrapper .sl-counter,
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  color: #fff;
}
.sl-wrapper .sl-image {
  opacity: 1 !important;
}
.sl-wrapper .sl-image img {
  opacity: 1 !important;
}

.wrapper_googlemaps {
  background-image: url("../images/placeholder_map_web-cIpsEHp.jpg");
  background-size: cover;
  position: relative;
  max-width: 100%;
  display: flex;
}
.wrapper_googlemaps * {
  color: #000;
}

.wrapper_youtube {
  background-image: url("../images/placeholder_youtube_web-zeanHTR.jpg");
  background-size: cover;
  position: relative;
  max-width: 100%;
  display: flex;
}
.wrapper_youtube * {
  color: #fff;
}

.btn-light {
  color: #000;
}

.blur {
  display: grid;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 100%;
  width: 100%;
  align-content: center;
}

#btn-backtotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px;
}
#btn-backtotop .fas {
  margin-right: 0;
  color: #fff;
}
