.object-position-center {
  object-position: center center;
}

@media (min-width: 1200px) {
  body {
    background-position: center 450px;
  }
  .header-image-height {
    margin-bottom: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    background-position: center 350px;
  }
  .header-image-height {
    margin-bottom: 280px;
  }
  img.logo {
      width: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    background-position: center 265px;
  }
  .header-image-height {
    margin-bottom: 180px;
  }
  img.logo {
      width: 300px;
  }
}

@media (min-width: 10px) and (max-width: 767px) {
  body {
    background-position: center 260px;
  }
  .header-image-height {
    margin-bottom: 140px;
  }
  img.logo {
      width: 250px;
  }
}

.nav-item {
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px solid #000;
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-item:last-child {
  border-right: none;
}

.nav-link {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0.9rem;
}
@media (min-width: 10px) and (max-width: 991px) {
    .nav-link {
      line-height: 1.8rem;
    }
}
.bg-image {
  position: relative;
  overflow: hidden;
}

.bg-image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 1;
}

.bg-image .content {
  position: relative;
  z-index: 2;
  padding: 3rem;
}
img.spruch {
    width: 100%;
    max-width: 550px;
}

footer {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}

footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 1;
}

footer .content {
  position: relative;
  z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600!important;
  font-size: 1.1rem!important;
  margin-top: 5px;
  margin-bottom: 25px;
}

body {
  line-height: 1.75rem;
  font-family: 'Fira Sans', sans-serif;
  background-color: var(--bs-white);
  background-image: url("../../assets/img/web_sanaris_hg_einzeln.jpg");
  background-repeat: repeat-y;
  background-size: contain;
}

section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition: opacity 5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.carousel-fade .carousel-inner .carousel-item.active, .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start, .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  z-index: 2;
  position: relative;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: none;
}

footer a:hover, .navbar a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  border-bottom: none;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  border-bottom: dotted 1px var(--bs-dark-text-emphasis);
}
figure.image-style-align-left {
  @extend .float-start; /* falls Sass */
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
ul {
  display: flow-root;
}
figure.image-style-align-left img {
    padding-right: 20px;
}
figure.image-style-align-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}
figure.image-style-align-right img {
    padding-left: 20px;
}
figure.image {
    max-width: 100%;
}
figure img {
    width: 300px;
  max-width: 100%;
  height: auto;
}
.phone-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;        /* schwarzer Hintergrund */
  color: #BBBBBB;                   /* weißes Icon */
  border-radius: 50%;            /* rund */
  width: 22px;                   /* Größe anpassen */
  height: 22px;
  font-size: 14px;               /* Icon-Größe */
  line-height: 1;
}
footer ul li a {
    margin-left: 25px;
    margin-right: 10px;
}
figure.image-style-align-left img::after {
  content: "";
  display: block;
  clear: both;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 2rem;
  height: 2rem;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 0.35rem;
  transform: rotate(135deg);
}

.carousel-control-next-icon {
  transform: rotate(-45deg);
}
.carousel-control-prev,
.carousel-control-next {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: -2rem;
}

.carousel-control-next {
  right: -2rem;
}
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

































