/* Behandlungen Erklärung */
.view-spa-detail .content-detail {
    max-width: 100%;
    margin: auto;
    margin-bottom: 4.28rem;
}
/* Angebotsboxen */
@media (max-width: 450px) {
.row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
}

/* Angebotsboxen */
@media (min-width: 500px) {
.row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
}


/* Rechter Abstand Menu */
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.6rem;
/*    padding-right: 1.6rem; */
    padding-bottom: 1.6rem;
    padding-left: 1.2rem;
}
/* text in box */
.spa-facilitie {
    text-align: left;
}

/* Hintergrund Auswahl Nav Menu */
.module_menu .nav > li.active > a, .moduletable .nav > li.active > a, .t4-card .nav > li.active > a, .t4-module .nav > li.active > a {
    font-weight: 700;
    color: white;
    background-color: var(--color-primary);
    border-radius: 10px;
    padding-left:10px;
    padding-right:10px;
}

/* Wellness */
.acm-features.style-2 .pattern-left .features-left .features-img .img img {
    position: unset;
    z-index: 20;
}

.acm-features.style-2 .pattern-left .features-left .features-img .img::after {

    background-image: none; 
    bottom: -4.28rem;
    height: 8.56rem;
    right: -4.28rem;
    width: 8.56rem;
    z-index: 30;

}

/* Jahreszeiten */
.acm-features.style-3 .row.style-border .features-item {
  padding: 1rem;
}
/* Farbe Section 2 */
.acm-features.style-6 .features-inner .features-item.brown {
    background: #dc2f59;
}
.acm-features.style-6 .features-inner .features-item.secondary {
    background: #836356;
}
.acm-features.style-6 .features-inner .features-item.primary {
    background: #d68999;
}
.acm-features.style-6 .features-inner .features-item.cyan {
    background: #cd6e58;
}

/* Oeffnungszeiten Kreis */
.acm-hero.style-2 .features-intro .wrapper-ct .box-info .feature-info .inner {
    width: 140px;
    height: 140px;
    background: var(--color-primary);
}

.acm-hero.style-2 .features-intro .wrapper-ct .box-info .feature-info .inner ul li {
  list-style: none;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}



.acm-hero.style-2 .features-intro .wrapper-ct .box-info .feature-info .inner .time-label {
  background-image: url("../images/vt-1.pngx"): important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 8px;
  margin-top: 1.07rem;
  width: 64px;
}




.acm-hero.style-2 .features-intro .wrapper-ct .box-info .feature-info .inner .time-label {
  font-size: var(--h6-font-size);

}

.acm-hero.style-2 .features-intro .wrapper-ct .box-info .feature-info {
    bottom: 0rem;
    right: -20rem;
}


/* top bar */
theme-home-2 #t4-top-bar .topbar-l ul li {
    color: #737373;
}
/* Behandlungen Überschrift */
.view-spa-detail.ja-masthead .ja-masthead-detail .h2, .view-spa-detail.ja-masthead .ja-masthead-detail h2 {
    font-size: 54px;
    margin-bottom: 1.6rem;
}
/* menu rechts */
.nav-link {
     color: var(--color-primary);
}
/* Kontaktformular */
.form-control {
    max-width: 450px;
}
/* Mail form abstand */
.control-label {
    position: relative;
    padding-top: 30px;
}

/* H1 Ueberschrift */
.categories-list .h1, .categories-list h1, .page-header .h1, .page-header h1 {
  font-size: 2rem;
  font-weight: 700;
}