@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.otf") format("otf");
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.otf") format("otf");
}
* {
  font-family: "Open Sans", sans-serif;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

h1, .h1 {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.15;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 6rem;
  }
}

h2, .h2 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.15;
  font-size: 2.16rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.52rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2.88rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 3.6rem;
  }
}

h3, .h3, li {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.15;
  font-size: 1.44rem;
}
@media (min-width: 768px) {
  h3, .h3, li {
    font-size: 1.68rem;
  }
}
@media (min-width: 992px) {
  h3, .h3, li {
    font-size: 1.92rem;
  }
}
@media (min-width: 992px) {
  h3, .h3, li {
    font-size: 2.4rem;
  }
}

p {
  line-height: 1.6;
}
p.bold {
  font-weight: bold;
}

a {
  font-weight: bold;
  line-height: 1.6;
}

html, body {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  scroll-margin-top: 500px;
  background-color: #1A1A1A;
  color: #F2F1DE;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 1.02rem;
  margin: 0;
  padding: 0;
}
html .rechtliches li, body .rechtliches li {
  font-size: 1.02rem;
}
@media (min-width: 992px) {
  html, body {
    font-size: 1.2rem;
  }
}

section {
  margin-bottom: 185px;
  scroll-margin-top: 112px;
}
@media (max-width: 991px) {
  section {
    margin: 0 0 115.625px 0;
  }
}

.rounded {
  border-radius: 6px;
}

main h2 {
  margin: 0 0 80px 0;
}
@media (max-width: 991px) {
  main h2 {
    margin: 0 0 40px 0;
  }
}
main h3 {
  margin: 0 0 80px 0;
}
@media (max-width: 991px) {
  main h3 {
    margin: 0 0 40px 0;
  }
}
main li {
  margin: 0 0 10px 0;
}
main p {
  margin: 0 0 80px 0;
}
@media (max-width: 991px) {
  main p {
    margin: 0 0 40px 0;
  }
}

.start {
  position: relative;
  display: block;
  height: 90vh;
}
.start div {
  position: absolute;
  display: block;
  bottom: 5vw;
  left: 5vw;
  width: calc(100% - 15vw);
}
@media (max-width: 991px) {
  .start div {
    bottom: 20vw;
  }
}
.start h1 {
  margin: 0px;
}
@media only screen and (max-width: 400px) {
  .start h1 {
    font-size: 1.8rem;
  }
}
.start img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 90vh;
}

.beschwerden .item-1 {
  grid-column: 1/2;
  order: 1;
}
.beschwerden .item-2 {
  grid-column: 1/2;
  order: 2;
}
@media (max-width: 1199px) {
  .beschwerden .item-2 {
    grid-column: 3/4;
    order: 2;
  }
}
@media (max-width: 991px) {
  .beschwerden .item-2 {
    grid-column: 1/2;
    order: 2;
  }
}
.beschwerden .item-3 {
  grid-column: 3/4;
  grid-row: 1/3;
  order: 3;
}
@media (max-width: 1199px) {
  .beschwerden .item-3 {
    grid-row: unset;
  }
}
@media (max-width: 991px) {
  .beschwerden .item-3 {
    grid-column: 1/2;
    order: 3;
  }
}
.therapie h3 {
  margin-top: 80px;
  margin-bottom: 16px;
}
.therapie .index {
  position: relative;
  display: block;
  height: 100%;
  z-index: 5;
}
.therapie .index .h2 {
  margin: 0 !important;
}
.therapie .index .row .content-box {
  position: relative;
}
@media (min-width: 992px) {
  .therapie .index .row .content-box {
    height: 100%;
  }
}
.therapie img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120%;
  display: block;
  height: 170%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (min-width: 768px) {
  .therapie img {
    height: 120%;
    left: 0%;
    transform: translate(-60px, 90px);
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .therapie .content-box {
    margin-bottom: 16px;
  }
}
.therapie .item-1 {
  grid-column: 1/2;
  order: 1;
}
.therapie .item-2 {
  grid-column: 3/4;
  order: 2;
}
@media (max-width: 767px) {
  .therapie .item-2 {
    grid-column: 1/2;
  }
}

.team {
  margin-bottom: 0;
  overflow: hidden;
}
.team a {
  margin: 0;
  white-space: nowrap;
}
.team .swiper-team {
  position: relative;
  z-index: 6;
}
.team #swiperTeam-contentslide {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team .grid_2col {
  height: 100vh;
  min-height: 800px;
}
@media (max-width: 991px) {
  .team .grid_2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}
@media (max-width: 991px) {
  .team .grid_2col {
    height: 60vh;
    min-height: 300px;
  }
}
.team .team-inner {
  position: relative;
  height: 100%;
  display: block;
  margin-bottom: 0;
}
.team .team-inner:first-child {
  position: relative;
}
.team .team-inner .item-1 {
  grid-column: 1/2;
  order: 1;
}
.team .team-inner .item-2 {
  grid-column: 3/4;
  order: 1;
}
@media (max-width: 767px) {
  .team .team-inner .item-2 {
    grid-column: 1/2;
  }
}
.team .team-inner .swiper-slide:first-child .grid_item {
  width: 100%;
  position: relative;
}
.team .team-inner .swiper-slide:first-child .grid_item div {
  display: block;
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0 200px 0;
  bottom: 0px;
}
@media (max-width: 991px) {
  .team .team-inner .swiper-slide:first-child .grid_item div {
    padding: 0 0 80px 0;
  }
}
.team .team-inner .swiper-slide:first-child .grid_item div p {
  margin: 0 0 16px 0;
}
.team .team-inner .swiper-slide:first-child .grid_item div p:last-child {
  margin: 0;
}
.team .team-inner .swiper-slide:first-child .grid_item:last-child p {
  text-align: right;
}
.team .team-inner .swiper-slide:last-child .grid {
  margin-top: 160px;
}
@media (max-width: 991px) {
  .team .team-inner .swiper-slide:last-child .grid {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .team .team-inner .swiper-slide:last-child .grid {
    margin-top: 40px;
  }
}
.team .team-inner .swiper-slide:last-child p {
  margin: 0 0 40px 0;
}
.team .team-inner .button-container {
  position: absolute;
  z-index: 8;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}
.team .team-inner img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.2s cubic-bezier(0.63, 0, 0.44, 0.99);
}
@media (max-width: 767px) {
  .team img {
    visibility: visible;
  }
  .team #swiperTeam-img {
    visibility: hidden !important;
  }
}
@media (min-width: 768px) {
  .team img {
    visibility: hidden;
  }
  .team #swiperTeam-img {
    visibility: visible !important;
  }
}

.termin {
  background-color: #475544;
  padding: 185px 0 185px 0;
  scroll-margin-top: 0px;
}
@media (max-width: 991px) {
  .termin {
    padding: 92.5px 0 92.5px 0;
  }
}
.termin p {
  margin-bottom: 80px;
  color: #F2F1DE;
}
@media (max-width: 991px) {
  .termin p {
    margin-bottom: 32px;
  }
}
.termin a {
  margin-bottom: 16px;
}
.termin .grid_6x1x5col {
  grid-gap: 32px;
}
.termin .item-1 {
  grid-column: 1/2;
  order: 1;
}
.termin .item-2 {
  grid-column: 3/4;
  order: 2;
}
@media (max-width: 767px) {
  .termin .item-2 {
    grid-column: 1/2;
  }
}
.termin .bold {
  margin-bottom: 24px;
}

.praxis svg {
  display: block;
  position: absolute;
  bottom: 0px;
  fill: #F2F1DE;
}
.praxis .mobile-text {
  display: block;
}
.praxis .desktop-text {
  display: none;
}
@media (min-width: 768px) {
  .praxis .mobile-text {
    display: none;
  }
  .praxis .desktop-text {
    display: block;
  }
}

.abschluss {
  position: relative;
  height: 100%;
  display: block;
  margin-bottom: 0;
}
.abschluss .grid * {
  z-index: 5;
}
.abschluss svg {
  fill: #F2F1DE;
  display: block;
  margin: 185px auto 80px auto;
  height: 65px;
}
@media (max-width: 767px) {
  .abschluss svg {
    height: 45px;
  }
}
.abschluss h3 {
  text-align: center;
  width: 80%;
  display: block;
  margin: 0 auto !important;
  margin-bottom: 80px !important;
}
.abschluss .button {
  display: block !important;
  margin: 0 auto !important;
  margin-bottom: 185px !important;
}
.abschluss img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 45%;
  z-index: 0;
}

.rechtliches h3 {
  margin: 56px 0 40px 0;
}
.rechtliches p {
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .rechtliches ul, .rechtliches ol {
    padding-left: 27.2px;
  }
}
.rechtliches li {
  margin: 0 0 10px 0;
  margin-top: 32px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
}
.rechtliches .grid_item > :first-child {
  margin-top: 0;
}
.rechtliches #impressum {
  margin-top: calc(80px + 8vh);
}
.rechtliches .item-1 {
  grid-column: 1/2;
  order: 1;
}
.rechtliches .item-2 {
  grid-column: 3/4;
  order: 2;
}
@media (max-width: 767px) {
  .rechtliches .item-2 {
    grid-column: 1/2;
  }
}

footer {
  background-color: #475544;
  font-size: 1.08rem;
}
footer .grid {
  padding: 16px 0 16px 0;
  height: 48px;
  align-items: center;
}
@media (max-width: 991px) {
  footer .grid {
    height: -moz-fit-content;
    height: fit-content;
  }
}
footer svg {
  fill: #F2F1DE;
  height: 48px;
}
footer p {
  margin: auto 0 auto 16px;
  line-height: 1.15;
}
footer .list-unstyled * {
  font-size: 1.2rem;
  display: inline-flex;
}
footer .grid_item {
  justify-self: end;
}
@media (max-width: 991px) {
  footer .grid_item {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  footer .grid_2col {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 32px;
  }
  footer .grid_item, footer .grid_item_flex {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  footer .grid_item {
    display: block;
  }
}

header {
  background-color: rgba(26, 26, 26, 0.5);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  position: fixed;
  width: 100%;
  z-index: 99999;
}
header .grid {
  align-items: center;
}
header .grid_item:last-child {
  justify-self: end;
}
header .button {
  margin: 0;
}
header .head {
  position: relative;
}
header .head:after {
  /*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 18.797 17.315'%3E%3Cpath d='M5.732,16.668l5.776-5.732L.077,11.229,0,8.23l11.58-.3-5.849-5.8L7.845,0l9.471,9.4L7.845,18.8Z' transform='translate(18.797 -0.001) rotate(90)' fill='%23475544'/%3E%3C/svg%3E");
  margin-left: 8px;*/
  content: "Kontakt";
  /*@include media-breakpoint-down(sm) {
    transform: translateY(3px);
    display: inline-block;
  }*/
}
header .back {
  position: relative;
}
header .back:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 17.316 18.798'%3E%3Cpath d='M0,9.4,9.471,0l2.113,2.129L5.809,7.861l11.43-.293.077,3-11.581.3,5.849,5.8L9.471,18.8Z' fill='%23475544'/%3E%3C/svg%3E");
  margin-top: 3px;
  margin-right: 8px;
}
@media (max-width: 575px) {
  header .back:before {
    content: "" !important;
    margin: 0;
  }
}
header svg {
  fill: #F2F1DE;
  height: 48px;
  padding: 16px 0 16px 0;
  transform: translateY(3px);
  cursor: pointer;
}
@media (max-width: 767px) {
  header svg {
    height: 40.8px;
  }
  header .grid_item_flex:first-child {
    overflow: hidden;
    top: 50%;
  }
}
@media (min-width: 768px) {
  header .head:after {
    content: "Kontakt";
    margin-left: 0;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 767px) {
  .container {
    position: relative;
    display: block;
    width: 90vw;
  }
}

.grid {
  display: grid;
}

.grid_item_flex {
  display: flex;
}

.grid_1col {
  grid-template-columns: 1fr;
  grid-gap: 16px;
}

.grid_2col {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}

.grid_4col {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media (max-width: 767px) {
  .grid_4col {
    grid-template-columns: 1fr;
    display: block;
  }
}

.grid_5x1x6col {
  grid-template-columns: 5fr 1fr 6fr;
  grid-gap: 16px;
}
@media (max-width: 1199px) {
  .grid_5x1x6col {
    grid-template-columns: 6fr 1fr 6fr;
  }
}
@media (max-width: 991px) {
  .grid_5x1x6col {
    grid-template-columns: 1fr;
  }
}

.grid_4x1x6col {
  grid-template-columns: 4fr 1fr 6fr;
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .grid_4x1x6col {
    grid-template-columns: 1fr;
  }
}

.grid_6x1x5col {
  grid-template-columns: 6fr 1fr 5fr;
  grid-gap: 16px;
}
@media (max-width: 767px) {
  .grid_6x1x5col {
    grid-template-columns: 1fr;
  }
}

.grid_12col {
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
}

nav {
  position: fixed;
  display: block;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
@media (max-width: 767px) {
  nav nav {
    top: 50%;
  }
  nav .transform {
    transform-origin: right center;
    display: block;
    transform: scale(0.65);
  }
}
nav .backtop.focused * {
  opacity: 0%;
}
nav .backtop svg {
  fill: #475544;
  opacity: 100%;
  position: absolute;
  left: 0;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
nav .backtop div {
  display: block;
  position: absolute;
  top: 12.5px;
  right: -12.5px;
  opacity: 100%;
  background-color: #F2F1DE;
  border-radius: 25px;
  height: 50px;
  width: 50px;
}
@media (min-width: 576px) {
  nav .backtop:hover div {
    display: block;
    position: absolute;
    top: 12.5px;
    right: -8.5px;
    opacity: 100%;
    background-color: #F2F1DE;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    transform: scale(1.1);
  }
}
nav li {
  position: relative;
  font-size: 1.2rem;
}
nav a {
  display: flex;
  padding: 15px;
}
@media (max-width: 991px) {
  nav a {
    margin: 20px 0 20px 0;
  }
}
nav a.focused div {
  opacity: 100%;
}
nav a * {
  transition: 0.2s cubic-bezier(0.63, 0, 0.44, 0.99);
}
nav a span {
  color: #475544;
  opacity: 0;
  z-index: 5;
  margin: auto auto;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateX(25px);
}
@media (max-width: 991px) {
  nav a span {
    display: none;
  }
}
nav a div {
  display: block;
  position: absolute;
  top: 12.5px;
  right: 0px;
  opacity: 35%;
  background-color: #F2F1DE;
  border-radius: 25px;
  height: 25px;
  width: 25px;
  box-shadow: 0px 7px 22px 1px rgba(0, 0, 0, 0.28);
}
@media (min-width: 576px) {
  nav a:hover span {
    opacity: 100%;
    transform: translateX(12.5px);
  }
  nav a:hover div {
    right: 0px;
    top: 0px;
    opacity: 100%;
    background-color: #F2F1DE;
    border-radius: 30px;
    height: 100%;
    width: 100%;
  }
}

a {
  text-decoration: none;
  text-decoration-color: #F2F1DE;
  color: #F2F1DE;
  margin-right: 1.2rem;
}

.links {
  text-decoration: none;
  text-decoration-color: #F2F1DE;
  color: #F2F1DE;
  margin-right: 1.2rem;
  cursor: pointer;
}
.links:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.261' height='18.8' viewBox='0 0 18.261 18.8'%3E%3Cpath id='Pfad_223' data-name='Pfad 223' d='M8.79,0,6.67,2.13,12.49,7.9H0v3H12.49L6.67,16.67,8.79,18.8l9.47-9.4Z' fill='%23f1edd6'/%3E%3C/svg%3E%0A");
  max-height: 1.2rem;
  margin-left: 0.6rem;
  display: inline-block;
  transform: scale(0.8) translate(0px, 3px);
  transition: 0.2s cubic-bezier(0.63, 0, 0.44, 0.99);
}
.links:hover:after {
  transform: scale(0.8) translate(0.6rem, 3px);
}

.extern:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.205' height='26.205' viewBox='0 0 26.205 26.205'%3E%3Cpath d='M8.79,0,6.67,2.13,12.49,7.9H0v3H12.49L6.67,16.67,8.79,18.8l9.47-9.4Z' transform='translate(0 12.912) rotate(-45)' fill='%23f1edd6'/%3E%3C/svg%3E%0A") !important;
  max-height: 2.4rem;
  margin-left: 0.3rem;
}

.button {
  border-radius: 6px;
  display: inline-flex;
  cursor: pointer;
  padding: 0.8571428571rem 2.16rem;
  text-decoration: none;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s cubic-bezier(0.63, 0, 0.44, 0.99);
}
.button:hover {
  transform: scale(1.05);
}
.button.primary {
  background-color: #475544;
  color: #F2F1DE;
}
.button.secondary {
  background-color: #F2F1DE;
  color: #475544;
}
.button.small {
  padding: 0.48rem 0.96rem;
  font-size: 0.96rem;
}
.button.icon {
  padding: 0 !important;
}
.button.icon span {
  padding: 0.8571428571rem 0.8571428571rem;
}
.button.icon svg {
  fill: #F2F1DE;
  position: relative;
  transition: 0.2s cubic-bezier(0.63, 0, 0.44, 0.99);
  height: 1.56rem;
  width: 1.56rem;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}
.button.icon div {
  margin: 0;
  padding: 0.8571428571rem 0.8571428571rem;
  background-color: #1A1A1A;
  border-radius: 6px 0 0 6px;
}
.button.icon:hover svg {
  transform: scale(1.15) translateY(-50%);
}

.content-box {
  background-color: #475544;
  padding: 1.8rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .content-box {
    padding: 1.08rem;
  }
}
.content-box > * {
  margin: 0 0 1.8rem 0 !important;
}
.content-box :last-child {
  margin: 0 !important;
}

.list-unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-unstyled li {
  list-style: none;
}

.list-styled {
  margin: 0;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 18.261 18.8'%3E%3Cpath id='Pfad_223' data-name='Pfad 223' d='M8.79,0,6.67,2.13,12.49,7.9H0v3H12.49L6.67,16.67,8.79,18.8l9.47-9.4Z' fill='%23f1edd6'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .list-styled {
    padding-left: 20px;
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 18.261 18.8'%3E%3Cpath id='Pfad_223' data-name='Pfad 223' d='M8.79,0,6.67,2.13,12.49,7.9H0v3H12.49L6.67,16.67,8.79,18.8l9.47-9.4Z' fill='%23f1edd6'/%3E%3C/svg%3E%0A");
  }
}
.list-styled li::marker {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 18.261 18.8'%3E%3Cpath id='Pfad_223' data-name='Pfad 223' d='M8.79,0,6.67,2.13,12.49,7.9H0v3H12.49L6.67,16.67,8.79,18.8l9.47-9.4Z' fill='%23f1edd6'/%3E%3C/svg%3E%0A");
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .list-styled li::marker {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 18.261 18.8'%3E%3Cpath id='Pfad_223' data-name='Pfad 223' d='M8.79,0,6.67,2.13,12.49,7.9H0v3H12.49L6.67,16.67,8.79,18.8l9.47-9.4Z' fill='%23f1edd6'/%3E%3C/svg%3E%0A");
  }
}
.list-styled li span {
  position: relative;
  left: 16px;
}
@media (max-width: 767px) {
  .list-styled li span {
    left: 9.6px;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

.slider-gallery .scroll {
  position: relative;
  margin-top: 80px;
  z-index: 5;
}
.slider-gallery .swiper-wrapper:first-child {
  width: 40vh !important;
  margin-left: 15vw;
}
@media (max-width: 991px) {
  .slider-gallery .swiper-wrapper:first-child {
    margin-left: 10vw;
  }
}
@media (max-width: 991px) {
  .slider-gallery .grid_item {
    margin: 0;
    width: 60vw;
  }
}
.slider-gallery .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.slider-gallery .swiper-slide:last-child > div {
  margin-right: 15vw !important;
}
.slider-gallery .swiper-slide > div {
  position: relative;
  height: 75vh;
}
@media (max-width: 991px) {
  .slider-gallery .swiper-slide > div {
    height: 63.75vh;
  }
}
.slider-gallery img {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  /*Margin Bugfix*/
  -o-object-fit: cover;
     object-fit: cover;
}
@-moz-document url-prefix() {
  .slider-gallery img {
    width: unset;
  }
}
.slider-gallery .swiper-pagination {
  padding-top: 80px;
}

.slider-team .swiper-slide {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.2s cubic-bezier(0.63, 0, 0.44, 0.99);
}/*# sourceMappingURL=styles.css.map */