html, body {
  background-color: #f5f0e8 !important;
}

/* =============================
   CONTAINER
   ============================= */
.container-fluid,
.site-grid,
#sp-component {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.com-content-article__body,
.com-content-article__body > div,
.article-fulltext > div {
  padding: 0 !important;
  margin: 0 !important;
}

.bati-home {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* =============================
   HEADER
   ============================= */
body,
.site,
#sp-wrapper,
header.header,
#sp-header,
#sp-header > div,
.site-header,
.grid-child,
.header.full-width {
  background-color: #f5f0e8 !important;
  border: none !important;
  box-shadow: none !important;
}

header.header {
  padding: 15px 30px !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

header.header img {
  max-height: 100px !important;
  width: auto !important;
}

.container-header {
  background-color: #f5f0e8 !important;
  background-image: none !important;
  width: 100% !important;
}

/* =============================
   NAVBAR
   ============================= */
.navbar {
  background-color: #7d3b4d !important;
  margin: 0 !important;
  padding: 0 15px !important;
  width: 100% !important;
  border: none !important;
}

.container-nav {
  background-color: #7d3b4d !important;
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0 !important;
}

.navbar a,
.navbar-nav .nav-link,
.navbar-nav .nav-item a,
.navbar .nav-link,
.mod-menu__item a {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 12px 20px !important;
  opacity: 1 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #c7a66b !important;
  border-bottom: 2px solid #c7a66b !important;
}

/* =============================
   HERO BEREICH
   ============================= */
.bati-hero {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 0;
  align-items: stretch;
  min-height: 420px;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.bati-hero-text {
  padding: 60px 50px;
  background: #f5f0e8;
}

.bati-hero-image {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-color: #d9cfc5;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.welcome {
  font-size: 24px;
  color: #c7a66b;
  margin-bottom: 8px;
  font-weight: 300;
  font-family: Georgia, serif;
  font-style: italic;
}

.bati-hero h1 {
  font-size: 48px !important;
  line-height: 1.1;
  color: #7d3b4d;
  margin-bottom: 10px;
  font-family: Georgia, serif;
  white-space: nowrap;
}

.bati-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  color: #7d3b4d;
}

.bati-divider::before,
.bati-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #c7a66b;
}

.lead {
  font-size: 17px;
  color: #7d3b4d;
  margin-bottom: 12px;
  font-weight: 600;
}

.bati-hero p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* =============================
   SERVICE ICONS (6 Spalten)
   ============================= */
.bati-service-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid #e2d7ca;
  border-bottom: 1px solid #e2d7ca;
  padding: 35px 0;
  max-width: 100%;
  margin: 0;
  background: white;
  box-shadow: none;
  outline: none;
}

.service-item {
  text-align: center;
  background: white;
  padding: 25px 15px;
  border-left: 1px solid #d8c7b0;
}

.service-item:first-child {
  border-left: none;
}

.service-icon {
  color: #7d3b4d;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.service-item h3 {
  color: #7d3b4d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.service-item p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

/* =============================
   FOOTER (3 Spalten)
   ============================= */
.bati-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 0;
}

.bati-bottom-box {
  padding: 20px 25px;
  min-height: 120px;
}

.bati-bottom-box.dark {
  background: #7d3b4d;
  color: white;
}

.bati-bottom-box.gold {
  background: #c7a66b;
  color: #2b2b2b;
}

.bati-bottom-box h2 {
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
}

.big-icon {
  margin-bottom: 10px;
}

.big-text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}

.bati-bottom-box p {
  font-size: 13px;
  opacity: 0.85;
  line-height: 1.5;
}

.bati-bottom-box a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.bati-bottom-box.gold a {
  color: #2b2b2b !important;
}

/* =============================
   FIXES
   ============================= */
.item-page {
  padding: 0 !important;
  margin: 0 !important;
}

.page-header {
  display: none !important;
}

#sp-component .container-fluid,
#sp-main-body,
.row-fluid {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* BANNER FULL WIDTH */
.container-banner.full-width {
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.container-banner.full-width img {
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  display: block !important;
  object-fit: fill !important;
}

/* =============================
   MOBILE
   ============================= */
@media (max-width: 768px) {
  header.header { padding: 10px 15px !important; }
  header.header img { max-height: 70px !important; }
  .bati-hero { grid-template-columns: 1fr !important; }
  .bati-hero-image { min-height: 250px !important; }
  .bati-hero-text { padding: 30px 20px !important; }
  .bati-hero h1 { font-size: 32px !important; white-space: normal !important; }
  .welcome { font-size: 18px !important; }
  .bati-service-row { grid-template-columns: repeat(3, 1fr) !important; }
  .bati-bottom { grid-template-columns: 1fr !important; }
  .bati-bottom-box { min-height: auto !important; }
}

@media (max-width: 480px) {
  .bati-service-row { grid-template-columns: repeat(2, 1fr) !important; }
  .bati-hero h1 { font-size: 26px !important; }
}

/* =============================
   GROSSE BILDSCHIRME
   ============================= */
@media (min-width: 1600px) {
  .bati-hero-text { padding: 80px 8% !important; }
  .bati-hero h1 { font-size: 56px !important; }
  .bati-bottom-box { padding: 30px 40px !important; }
}

@media (min-width: 1920px) {
  .bati-hero-text { padding: 80px 12% !important; }
  .container-banner.full-width img { object-fit: cover !important; }
}

/* ============================================
   BATI SERVICE-SEITE
   ============================================ */
.bati-sv-hero {
  background: #f5f0e8;
  padding: 60px 50px 44px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-sv-hero-label {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #c7a66b;
  margin-bottom: 6px;
  display: block;
}

.bati-sv-h1 {
  font-family: Georgia, serif !important;
  font-size: 48px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  white-space: normal !important;
  line-height: 1.1 !important;
}

.bati-sv-divider {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 15px 0 !important;
}

.bati-sv-divider-line {
  flex: 1;
  height: 1px;
  background: #c7a66b;
  display: block;
  max-width: 80px;
}

.bati-sv-hero-text {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  max-width: 640px;
  font-weight: 400 !important;
}

.bati-sv-cards-section {
  padding: 52px 50px;
  background: #f5f0e8;
}

.bati-sv-section-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c7a66b;
  margin-bottom: 28px;
  font-weight: 700;
  display: block;
}

.bati-sv-cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1px !important;
  background: #ddd5c4;
  border: 1px solid #ddd5c4;
}

.bati-sv-card {
  background: #f5f0e8 !important;
  padding: 32px 28px !important;
}

.bati-sv-card-icon {
  margin-bottom: 14px;
  display: block;
}

.bati-sv-card-title {
  font-family: Georgia, serif !important;
  font-size: 18px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
}

.bati-sv-card-text {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}
/* KARTEN KLICKBAR */
.bati-sv-card-link {
  cursor: pointer !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}

.bati-sv-card-link:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px rgba(125,59,77,0.12) !important;
}

.bati-sv-card-cta {
  display: block !important;
  margin-top: 12px !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #c7a66b !important;
  font-weight: 700 !important;
}
/* PREISLISTE */
.bati-sv-price-section {
  padding: 52px 50px 60px;
  background: #f5f0e8 !important;
  border-top: 3px solid #7d3b4d;
}

.bati-sv-price-title {
  font-family: Georgia, serif !important;
  font-size: 32px !important;
  color: #7d3b4d !important;
  margin-bottom: 4px !important;
  font-weight: 700 !important;
}

.bati-sv-price-subtitle {
  font-size: 12px;
  color: #c7a66b;
  margin-bottom: 28px;
  display: block;
  font-style: italic;
  font-family: Georgia, serif;
}

.bati-sv-tabs {
  display: flex !important;
  flex-wrap: wrap;
  border-bottom: 2px solid #7d3b4d;
  margin-bottom: 32px;
  gap: 0;
}

.bati-sv-tab-btn {
  padding: 12px 26px !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  background: none !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  margin-bottom: -2px !important;
  cursor: pointer !important;
  color: #7d3b4d !important;
  transition: all 0.2s;
  box-shadow: none !important;
  border-radius: 0 !important;
  opacity: 0.5 !important;
}

.bati-sv-tab-btn.active {
  color: #7d3b4d !important;
  border-bottom: 3px solid #c7a66b !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

.bati-sv-tab-btn:hover {
  opacity: 1 !important;
}

.bati-sv-tab-content {
  display: none !important;
}

.bati-sv-tab-content.active {
  display: block !important;
}

.bati-sv-tab-intro {
  background: #ede8df;
  border-left: 3px solid #c7a66b;
  padding: 16px 22px;
  margin-bottom: 30px;
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  font-family: Georgia, serif !important;
  font-style: italic !important;
}

.bati-sv-price-cols {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 44px !important;
}

.bati-sv-block-title {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #7d3b4d !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  padding-bottom: 8px !important;
  border-bottom: 1.5px solid #c7a66b !important;
  display: block;
}

.bati-sv-lengths {
  font-size: 10px !important;
  color: #c7a66b !important;
  display: block !important;
  margin-bottom: 12px !important;
  font-style: italic !important;
}

.bati-sv-pr {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #ddd5c4 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

.bati-sv-pr-n {
  color: #555 !important;
  font-weight: 400 !important;
}

.bati-sv-pr-v {
  color: #7d3b4d !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  margin-left: 12px !important;
}

.bati-sv-spacer {
  height: 24px;
  display: block;
}

.bati-sv-price-note {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid #ddd5c4;
  font-size: 11px;
  color: #c7a66b;
  text-align: center;
  letter-spacing: 1px;
  font-style: italic;
  font-family: Georgia, serif;
}

@media (max-width: 768px) {
  .bati-sv-hero { padding: 36px 20px 28px; }
  .bati-sv-h1 { font-size: 32px !important; }
  .bati-sv-cards-section { padding: 32px 20px; }
  .bati-sv-cards { grid-template-columns: 1fr !important; }
  .bati-sv-price-section { padding: 32px 20px 48px; }
  .bati-sv-tab-btn { padding: 10px 12px !important; font-size: 10px !important; }
  .bati-sv-price-cols { grid-template-columns: 1fr !important; gap: 28px !important; }
}

/* ============================================
   BATI ÖFFNUNGSZEITEN
   ============================================ */
.bati-oz-hero {
  background: #f5f0e8;
  padding: 56px 60px 44px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-oz-hero-label {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #c7a66b;
  margin-bottom: 6px;
  display: block;
}

.bati-oz-h1 {
  font-family: Georgia, serif !important;
  font-size: 48px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.bati-oz-divider {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 15px 0 !important;
}

.bati-oz-divider-line {
  width: 70px;
  height: 1px;
  background: #c7a66b;
  display: block;
}

.bati-oz-hero-text {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  max-width: 580px;
  font-weight: 400 !important;
}

.bati-oz-boxes {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  width: 100%;
  margin: 0;
}

.bati-oz-box {
  padding: 40px 35px;
  min-height: 260px;
}

.bati-oz-box.dark { background: #7d3b4d; color: white; }
.bati-oz-box.gold { background: #c7a66b; color: #2b2b2b; }

.bati-oz-box-icon { margin-bottom: 15px; }

.bati-oz-box-title {
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.bati-oz-box.dark .bati-oz-box-title { color: white !important; }
.bati-oz-box.gold .bati-oz-box-title { color: #2b2b2b !important; }

.bati-oz-day-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-size: 14px;
}

.bati-oz-day { color: rgba(255,255,255,0.85); font-weight: 400; }
.bati-oz-time { color: white; font-weight: 700; font-size: 13px; }
.bati-oz-time.closed { color: rgba(255,255,255,0.5) !important; font-weight: 400 !important; font-style: italic; }

.bati-oz-box-text {
  font-size: 14px !important;
  opacity: 0.9;
  line-height: 1.7;
  margin-bottom: 8px !important;
}

.bati-oz-phone {
  font-size: 22px !important;
  color: white !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-family: Georgia, serif !important;
}

.bati-oz-phone:hover { color: #c7a66b !important; }

.bati-oz-email {
  color: white !important;
  text-decoration: underline !important;
  font-size: 14px !important;
}

.bati-oz-email:hover { color: #c7a66b !important; }

.bati-oz-ferien-section {
  background: #f5f0e8;
  padding: 44px 60px 56px;
  border-top: 1px solid #ddd5c4;
}

.bati-oz-ferien-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-oz-ferien-title {
  font-family: Georgia, serif !important;
  font-size: 22px !important;
  color: #7d3b4d !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.bati-oz-ferien-empty {
  font-size: 14px;
  color: #aaa;
  font-style: italic;
  padding: 20px 0;
}

.bati-oz-ferien-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid #ddd5c4;
  border-left: 4px solid #7d3b4d;
  padding: 22px 24px;
  margin-bottom: 14px;
}

.bati-oz-ferien-badge {
  background: #7d3b4d;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 12px;
  white-space: nowrap;
}

.bati-oz-ferien-dates {
  font-family: Georgia, serif;
  font-size: 17px;
  color: #7d3b4d;
  font-weight: 700;
  margin-bottom: 6px;
}

.bati-oz-ferien-note {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .bati-oz-hero { padding: 36px 20px 28px; }
  .bati-oz-h1 { font-size: 32px !important; }
  .bati-oz-boxes { grid-template-columns: 1fr !important; }
  .bati-oz-ferien-section { padding: 36px 20px 44px; }
}

/* ============================================
   BATI KONTAKT
   ============================================ */
.bati-kt-hero {
  background: #f5f0e8;
  padding: 56px 60px 44px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-kt-hero-label {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #c7a66b;
  margin-bottom: 6px;
  display: block;
}

.bati-kt-h1 {
  font-family: Georgia, serif !important;
  font-size: 48px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.bati-kt-divider {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 15px 0 !important;
}

.bati-kt-divider-line {
  width: 70px;
  height: 1px;
  background: #c7a66b;
  display: block;
}

.bati-kt-hero-text {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  max-width: 580px;
  font-weight: 400 !important;
}

.bati-kt-main {
  display: grid !important;
  grid-template-columns: 55% 45% !important;
  gap: 0 !important;
  min-height: 600px;
}

.bati-kt-map-col { position: relative; }

.bati-kt-map {
  width: 100% !important;
  height: 100% !important;
  min-height: 600px !important;
  border: none !important;
  display: block !important;
}

.bati-kt-info-col {
  background: #f5f0e8;
  padding: 40px;
  border-left: 1px solid #ddd5c4;
}

.bati-kt-info-block {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-kt-section-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c7a66b;
  font-weight: 700;
  display: block;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2d7ca;
}

.bati-kt-info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.bati-kt-info-row svg { flex-shrink: 0; margin-top: 2px; }

.bati-kt-info-title {
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #aaa !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.bati-kt-info-text {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.7 !important;
}

.bati-kt-phone {
  font-family: Georgia, serif !important;
  font-size: 18px !important;
  color: #7d3b4d !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.bati-kt-phone:hover { color: #c7a66b !important; }

.bati-kt-email {
  font-size: 14px !important;
  color: #7d3b4d !important;
  text-decoration: underline !important;
}

.bati-kt-email:hover { color: #c7a66b !important; }

.bati-kt-cta-block { margin-top: 0; }

.bati-kt-cta-box {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 22px 28px !important;
  margin-bottom: 12px !important;
  text-decoration: none !important;
  transition: opacity 0.2s !important;
  cursor: pointer !important;
}

.bati-kt-cta-box:hover { opacity: 0.9 !important; }
.bati-kt-cta-box.dark { background: #7d3b4d !important; color: white !important; }
.bati-kt-cta-box.gold { background: #c7a66b !important; color: #2b2b2b !important; }

.bati-kt-cta-label {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  opacity: 0.8 !important;
}

.bati-kt-cta-box.dark .bati-kt-cta-label { color: rgba(255,255,255,0.7) !important; }
.bati-kt-cta-box.gold .bati-kt-cta-label { color: #2b2b2b !important; }

.bati-kt-cta-number {
  font-family: Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.bati-kt-cta-box.dark .bati-kt-cta-number { color: white !important; }
.bati-kt-cta-box.gold .bati-kt-cta-number { color: #2b2b2b !important; }

@media (max-width: 768px) {
  .bati-kt-hero { padding: 36px 20px 28px; }
  .bati-kt-h1 { font-size: 32px !important; }
  .bati-kt-main { grid-template-columns: 1fr !important; }
  .bati-kt-map { min-height: 300px !important; }
  .bati-kt-info-col { padding: 30px 20px; }
}

/* ============================================
   BATI GALERIE
   ============================================ */
.bati-gal-hero {
  background: #f5f0e8;
  padding: 56px 60px 44px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-gal-hero-label {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #c7a66b;
  margin-bottom: 6px;
  display: block;
}

.bati-gal-h1 {
  font-family: Georgia, serif !important;
  font-size: 48px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.bati-gal-divider {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 15px 0 !important;
}

.bati-gal-divider-line {
  width: 70px;
  height: 1px;
  background: #c7a66b;
  display: block;
}

.bati-gal-hero-text {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  max-width: 580px;
}

.bati-gal-filter {
  display: flex !important;
  gap: 0 !important;
  padding: 30px 60px 0 !important;
  background: #f5f0e8 !important;
  border-bottom: 2px solid #7d3b4d !important;
}

.bati-gal-filter-btn {
  padding: 12px 30px !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  background: none !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  margin-bottom: -2px !important;
  cursor: pointer !important;
  color: #7d3b4d !important;
  font-weight: 400 !important;
  opacity: 0.5 !important;
  transition: all 0.2s !important;
}

.bati-gal-filter-btn.active {
  opacity: 1 !important;
  font-weight: 700 !important;
  border-bottom: 3px solid #c7a66b !important;
}

.bati-gal-filter-btn:hover { opacity: 1 !important; }

.bati-gal-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 4px !important;
  background: #f5f0e8 !important;
  padding: 30px 60px 60px !important;
}

.bati-gal-item {
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  aspect-ratio: 1 !important;
}

.bati-gal-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.bati-gal-item:hover .bati-gal-img { transform: scale(1.05) !important; }

.bati-gal-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(125, 59, 77, 0.7) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.bati-gal-item:hover .bati-gal-overlay { opacity: 1 !important; }

.bati-gal-overlay-cat {
  color: white !important;
  font-size: 11px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.bati-gal-lightbox {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.92) !important;
  z-index: 9999 !important;
  align-items: center !important;
  justify-content: center !important;
}

.bati-gal-lightbox.active { display: flex !important; }

.bati-gal-lb-inner {
  position: relative !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
  text-align: center !important;
}

.bati-gal-lb-close {
  position: absolute !important;
  top: -40px !important;
  right: 0 !important;
  background: none !important;
  border: none !important;
  color: white !important;
  font-size: 24px !important;
  cursor: pointer !important;
  padding: 5px !important;
}

.bati-gal-lb-img {
  max-width: 90vw !important;
  max-height: 80vh !important;
  object-fit: contain !important;
  display: block !important;
}

.bati-gal-lb-caption {
  color: #c7a66b !important;
  font-family: Georgia, serif !important;
  font-style: italic !important;
  font-size: 16px !important;
  margin-top: 16px !important;
}

.bati-gal-hidden { display: none !important; }

.bati-gal-more-wrap {
  text-align: center;
  padding: 20px 0 60px;
  background: #f5f0e8;
}

.bati-gal-more-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #7d3b4d !important;
  color: white !important;
  border: none !important;
  padding: 14px 40px !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}

.bati-gal-more-btn:hover { background: #c7a66b !important; }

@media (max-width: 768px) {
  .bati-gal-hero { padding: 36px 20px 28px; }
  .bati-gal-h1 { font-size: 32px !important; }
  .bati-gal-filter { padding: 20px 20px 0 !important; }
  .bati-gal-grid { grid-template-columns: repeat(2, 1fr) !important; padding: 20px !important; }
}

/* ============================================
   BATI IMPRESSUM & DATENSCHUTZ
   ============================================ */
.bati-imp-hero,
.bati-dsg-hero {
  background: #f5f0e8;
  padding: 56px 60px 44px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-imp-hero-label,
.bati-dsg-hero-label {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #c7a66b;
  margin-bottom: 6px;
  display: block;
}

.bati-imp-h1,
.bati-dsg-h1 {
  font-family: Georgia, serif !important;
  font-size: 48px !important;
  color: #7d3b4d !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.bati-imp-divider,
.bati-dsg-divider {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 15px 0 !important;
}

.bati-imp-divider-line,
.bati-dsg-divider-line {
  width: 70px;
  height: 1px;
  background: #c7a66b;
  display: block;
}

.bati-imp-main,
.bati-dsg-main {
  background: #f5f0e8;
  padding: 52px 60px 60px;
  max-width: 800px;
}

.bati-imp-block,
.bati-dsg-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd5c4;
}

.bati-imp-block:last-child,
.bati-dsg-block:last-child { border-bottom: none; }

.bati-imp-section-label,
.bati-dsg-section-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c7a66b;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
}

.bati-imp-text,
.bati-dsg-text {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.8 !important;
}

.bati-imp-link,
.bati-dsg-link {
  color: #7d3b4d !important;
  text-decoration: underline !important;
}

.bati-imp-link:hover,
.bati-dsg-link:hover { color: #c7a66b !important; }

@media (max-width: 768px) {
  .bati-imp-hero,
  .bati-dsg-hero { padding: 36px 20px 28px; }
  .bati-imp-h1,
  .bati-dsg-h1 { font-size: 32px !important; }
  .bati-imp-main,
  .bati-dsg-main { padding: 36px 20px 48px; }
}

/* ============================================
   FOOTER LEGAL
   ============================================ */
.bati-footer-legal {
  text-align: center;
  padding: 15px;
  background: #5a2535;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  letter-spacing: 1px;
  width: 100vw !important;
  max-width: 100vw !important;
}

.bati-footer-legal a {
  color: rgba(255,255,255,0.6) !important;
  text-decoration: none !important;
  margin: 0 10px !important;
}

.bati-footer-legal a:hover { color: #c7a66b !important; }

.bati-footer-legal span {
  color: rgba(255,255,255,0.4);
  margin: 0 5px;
}

.container-footer,
footer.footer { padding: 0 !important; }

.container-footer .grid-child { padding: 0 !important; }

/* ============================================
   TEAM
   ============================================ */
.bati-tm-hero {
  background: #f5f0e8;
  padding: 70px 20px 30px;
}

.bati-tm-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.bati-tm-label {
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #c7a66b;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.bati-tm-title {
  font-family: Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  color: #7d3b4d;
  margin: 0 0 25px;
  line-height: 1.15;
}

.bati-tm-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
  max-width: 250px;
}

.bati-tm-divider-line {
  flex: 1;
  height: 1px;
  background: #c7a66b;
}

.bati-tm-divider-icon { flex-shrink: 0; }

.bati-tm-lead {
  font-weight: 700;
  color: #7d3b4d;
  font-size: 1.1rem;
  margin: 0 0 15px;
}

.bati-tm-intro {
  max-width: 680px;
  margin: 0;
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
}

.bati-tm-main {
  background: #f5f0e8;
  padding: 50px 20px 90px;
}

.bati-tm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
  justify-content: center;
  gap: 50px;
  max-width: 1120px;
  margin: 0 auto;
}

.bati-tm-card {
  background: #fff;
  border: 1px solid #ddd5c4;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bati-tm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(125, 59, 77, 0.12);
}

.bati-tm-photo-wrap {
  overflow: hidden;
  border-bottom: 3px solid #c7a66b;
}

.bati-tm-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bati-tm-card:hover .bati-tm-photo { transform: scale(1.04); }

.bati-tm-card-body { padding: 28px 24px 32px; }

.bati-tm-name {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #7d3b4d;
  margin: 0 0 6px;
}

.bati-tm-role {
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1rem;
  color: #c7a66b;
}

.bati-tm-card-divider {
  width: 50px;
  height: 1px;
  background: #ddd5c4;
  margin: 18px auto;
}

.bati-tm-specialty {
  color: #777;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.bati-tm-specialty-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7d3b4d;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .bati-tm-hero { padding: 45px 16px 20px; }
  .bati-tm-title { font-size: 2rem; }
  .bati-tm-intro { font-size: 1rem; }
  .bati-tm-main { padding: 35px 16px 60px; }
  .bati-tm-grid { grid-template-columns: minmax(0, 380px); gap: 30px; }
  .bati-tm-card-body { padding: 24px 20px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .bati-tm-card, .bati-tm-photo { transition: none; }
}