:root {
  --bs-slider-padding: 140px;
  --bs-header-height: 70px;
  --bs-content-padding: 5rem;
  --bs-nav-link-color: #eee !important;
  --bs-navbar-hover-color: #eee !important;
  --bs-link-color-rgb: 238,238,238;
  --bs-link-hover-color-rgb: 238,238,238;
  --jag-color-green: #ace02d;
  --jag-section-margin: 4rem;
  --jag-section-padding: 4rem;
  --jag-section-bg: #eee;
}

.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

#wrapper {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  background-color: var(--bs-body-bg);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#content {
  position: relative;
  background-color: var(--bs-body-bg);
}

.btn-header:hover {
  background: #c4f941;
  color: #000000;
}

.btn-action:hover {
  background: #c4f941;
  color: #000000;
}

.btn-header {
  background: #ace02d;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 15px;
}

.btn-modal {
  background: #ace02d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 5px;
  color: #000 !important;
  font-size: 15px;
}

.btn-modal:hover {
  background: #ace02d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 5px;
  color: #000 !important;
  font-size: 15px;
}

.btn-action {
  background: #ace02d;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 15px;
  margin-top: 2rem;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
  max-height: 100%;
}

#logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: height .4s ease,padding .4s ease,margin .4s ease,opacity .3s ease;
}

#logo img {
  height: 70px;
}

.menu-link {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content-wrap {
  position: relative;
  padding: var(--bs-content-padding) 0;
  overflow: hidden;
}

.slider-element {
  padding-top: var(--bs-slider-padding,100px);
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-element .container {
  position: relative;
  height: 100%;
}

.slider-element h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 30px;
  color: #fff;
}

.sub-text {
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}

.dark-05 {
  background-color: #000000;
  opacity: 0.5;
}

.jag-green {
  color: var(--jag-color-green);
}

.jag-green.text-bold {
  font-weight: 600;
  font-size: 1.5rem;
}

.text-n-right {
  padding: 30px;
  font-size: 48px;
  line-height: 64px;
  margin-right: -48px;
  text-align: right;
  z-index: 1;
  background-color: var(--bs-body-bg);
  -webkit-transform: translateX(16%);
  transform: translateX(16%);
  position: relative;
  font-weight: 700;
}

.text-n-right {
  position: relative;
  padding: 0;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.section {
  position: relative;
  width: 100%;
  margin: var(--jag-section-margin) 0;
  padding: var(--jag-section-padding) 0;
  background-color: var(--bs-secondary-bg);
  overflow: hidden;
}

@media (min-width: 992px) {
  .text-n-right {
    padding: 30px;
    font-size: 48px;
    line-height: 64px;
    margin-right: -48px;
    text-align: right;
    z-index: 1;
    background-color: var(--bs-body-bg);
    -webkit-transform: translateX(16%);
    transform: translateX(16%);
    position: relative;
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .section {
    padding: 100px 0;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

.box-img {
  position: relative;
}

.shadow-left {
  box-shadow: -14px -14px 0px #ace02d;
}

.shadow-right {
  box-shadow: 14px -14px 0px #ace02d;
}

.head-block h3 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.footer-link a {
  color: rgba(222, 226, 230, 0.75);
  text-decoration: none;
}

.titel-preis {
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}

.titel-preis span {
  color: #aaa !important;
  font-size: 20px;
  font-weight: 300;
  vertical-align: middle;
  letter-spacing: -1px;
}

.mt-6 {
  margin-top: 6rem !important;
}

.column {
  float: left;
  width: 25%;
  padding: 10px 5px;
}

.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

.img-row:after {
  content: "";
  display: table;
  clear: both;
}

.img-container {
  position: relative;
}

/* Karte */
#map {
    height: 70vh; /* 60% der Bildschirmhöhe */
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 10px;
}

.leaflet-popup-content {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #333;
    text-align: center;
}



.popup-link {
    display: inline-block;
    background-color: #0078A8;
    color: white;
    padding: 8px 12px;
    margin: 5px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff !important;
}

.popup-link:hover {
    background-color: #005f85;
}

.address-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
}

.address-box {
    background: #1a1a1a; /* Dunkler Hintergrund für besseren Kontrast */
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.address-box h3 {
    margin: 0;
    font-size: 18px;
}

.address-box p {
    font-size: 16px;
    margin: 10px 0;
    color: #ccc;
}

.route-button {
    display: block;
    background-color: #0078A8;
    color: white;
    padding: 10px 15px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.route-button:hover {
    background-color: #005f85;
}

