.section-second-title {
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  color: #005f73;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.section-second-title:hover {
  color: #00282f;
  text-decoration: none;
  font-weight: 500;
}
.background-logo {
  position: relative;
  background-color: #e2e7e2;
  overflow: hidden;
}

/* Das Logo hinter dem Titel */
.background-logo::before {
  content: "";
  position: absolute;
  top: 300px;
  left: 50%;
  width: 600px;
  height: 600px;
  background: url("../assets/logo/ohne_Namen.svg") center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  z-index: 0;
}

.section-title,
.section-second-title {
  position: relative;
  z-index: 1;
  color: #025d6d;
  text-align: center;
  margin-bottom: 20px;
}

.offer-title-second{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.offer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  padding-left: 15px;
  position: absolute;
}

.offer-list strong {
  font-weight: 700;
  font-size:18px;
  margin-bottom: 2px;
}
.offer-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 63, 70, 0.75);
  /* Petrol-Stil */
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.offer-popup {
  background-color: #e2e7e2;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
  overflow: hidden;
}

.offer-content-dynamic {
  font-size: 17px;
  line-height: 1.7;
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 10px;
}

.offer-content-dynamic::-webkit-scrollbar {
  width: 6px;
}

.offer-content-dynamic::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.close-overlay {
  margin-top: 30px;
  background-color: #005f73;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.close-overlay:hover {
  background-color: #003b45;
}

.hidden {
  display: none;
}
.offer-title {
  font-size: 28px;
  color: #003b45;
  font-weight: 400;
  text-align: center;
}

.offer-second-title {
  font-size: 22px;
  color: #4f7e81;
  display: flex;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.offer-text {
  font-size: 20px;
  color: #333;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}
.offer-text-tarif {
  font-size: 14px;
  color: #333;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
}
.offer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-top: 15px;
}
.offer-contact {
  font-size: 22px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  color: #003b45;
}

.offer-mail {
  display: inline-block;
  text-decoration: none;
  color: #005f73;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 16px;
}
.offer-mail:hover {
  color: #61a6aa;
}
.offer-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 20px 0;
  font-size: 18px;
  color: #61a6aa;
}
.offer-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.offer-list-second {
  list-style-type: disc;
  padding-left: 20px;
  margin: 20px 0;
  font-size: 18px;
  color: #61a6aa;
}
.offer-list-second li {
  color: #005f73;
}
.offer-list-headline {
  margin: 0;
}
.offer-second-line {
  color: #61a6aa;
  margin: 0;
}

.img-horse {
  width: 330px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
  margin: 20px auto;
}
