body {
  background: none;
  overflow-x: hidden;
}

#homepage {
  position: relative;
}

.circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: -1;
}

.cr-large-v2 {
  width: 400px;
  height: 400px;
  background-color: #CCE0E3;
  bottom: -180px;
  left: -200px;
}

.link-unstyled {
  color: inherit;
  text-decoration: none;
}
.link-unstyled:hover {
  color: inherit;
}

#banner-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 75px;
}
#banner-area .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#banner-area #date {
  display: flex;
  align-items: end;
  font-size: 36px;
  font-weight: bold;
}
#banner-area #date > div > span {
  color: #50B1A2;
}

#fokus {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}
#fokus .cr-large-v1 {
  background-color: #CCE0E3;
  width: 400px;
  height: 400px;
  right: -130px;
}
#fokus .cr-small-v1 {
  background-color: #FFD518;
  right: 100px;
  top: -10px;
}
#fokus .cr-small-v2 {
  background-color: #FFD518;
  width: 80px;
  height: 80px;
  left: -10px;
  bottom: -70px;
}
#fokus #quote {
  display: flex;
  align-items: center;
  font-size: 22px;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #fokus .dr_img {
    max-width: 261px;
  }
  #fokus #quote {
    margin-top: 10px;
    justify-content: center;
  }
}
@media screen and (max-width: 575.98px) {
  #fokus .cr-large-v1, #fokus .cr-small-v1 {
    display: none;
  }
}

#cases {
  padding-top: 75px;
  padding-bottom: 75px;
}
#cases .patients .patient {
  margin-top: 5px;
  text-align: center;
}
#cases .patients .patient img {
  max-width: 130px;
  margin-bottom: 15px;
}
#cases .patients .patient .p-name {
  font-size: 22px;
  font-family: Visuelt;
  font-weight: bold;
  line-height: 1;
  color: #005A69;
}

/*# sourceMappingURL=home.css.map */
