body { background-color: #FAE150; font-family: Montserrat, sans-serif; }

/* ===== Ordination Styles ===== */

/* ===== Ordination: Zitatbalken mit Icon ===== */
.ordination-symbol-with-quote {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ordination-symbol-header {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ordination-graphic-above {
  position: absolute;
  right: 0;
  top: -130px;
  padding-right: 2rem;
  height: 150px;
  z-index: 2;
}
.ordination-graphic-header {
  position: absolute;
  right: 0;
  top: -35px;
  padding-right: 1rem;
  height: 120px;
  z-index: 2;
}

.ordination-quote-wrapper {
  background-color: #2F3D45;
  position: relative;
  z-index: 1;
}

.ordination-quote-text {
  color: #FAE150;
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  margin: 0;
  max-width: 100%;
}
/* ===== Header & Menü ===== */
.ordination-header {
  background-color: #2f3d45;
  color: #fff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.ordination-header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo-hno {
  height: 40px;
}

.ordination-menu {
  display: none;
  flex-direction: column;
  gap: 1rem;
  background: #2f3d45;
  color: white;
  padding: 1rem 2rem;
}

.ordination-menu.show {
  display: flex;
}

.ordination-menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.morph-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #FAE150;
  letter-spacing: 0.1rem;
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* ===== Layout ===== */
.ordination-container {
  display: flex;
  height: calc(100vh - 70px);
  margin-top: -20px;
 
}

.slideshow {
  flex: 1 1 33%;
  min-width: 300px;
  max-height:  100vh;
  position: sticky;
  overflow: hidden;
  margin-top: 70px;
}

.slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.slideshow img.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.slideshow .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 1rem;
  display: none;
}

.slideshow button {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 4px;
}
.slider-logo-overlay {
  position: absolute;
  top: 70%;
  left: 40%;
  z-index: 10;
  pointer-events: none;
}

.slider-logo-overlay img {
  width: 75px;
  height: auto;
  opacity: 0.25; /* Halbtransparenz */
}

.content-scroll-area {
  flex: 1 1 67%;
  height: 100%;
  overflow-y: auto;
  padding: 5rem 0rem 0rem;


/* ===== Sections ===== */
.ordination-info-block {
  background-color: #007e78;
  color: white;
  padding: 2rem;
  margin-top: -25px;
}
    
.ordination-info-block h2 {
  font-size: 2.5rem;
  font-style: oblique;
  font-weight: 900;
  margin-bottom: 1rem;
}
.ordination-info-block h3 {
  font-size: 1.5rem;
  font-style: oblique;
  font-weight: 800;
    margin-top: -2rem;
  margin-bottom: 1rem;
}

.ordination-info-block .subline {
  font-style: italic;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.leistungen-block h2 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
  color: #2f3d45;
}
    .leistungen-block {
  margin-bottom: -50px;
    }
.leistung {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.leistung h3 {
  color: #2f3d45;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.leistung ul {
  margin-left: 1rem;
    margin-right: 1rem;
  padding-left: 0.1rem;
}

.leistung ul li {
  margin-bottom: 0.3rem;
}

.zitat {
  background: #2f3d45;
  color: #FAE150;
  font-weight: bold;
  padding: 0.5rem;
  padding-left: 2.5rem;
  margin-top: 1rem;
  margin-left: -2rem;

}

/* ===== Call to Action ===== */
.ordination-footer-block {
  background-color: #007e78;
  color: white;
  padding: 3rem 2rem 0rem;
  margin-bottom: 0;
}

.ordination-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.ordination-text {
  flex: 1 1 60%;
}

.ordination-text h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 1rem 0 0.5rem;
}
    
.ordination-footer-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  font-style: oblique;
}

.ordination-name {
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
}

.ordination-subtitle {
  font-size: 0.85rem;
  opacity: 0.9;
}

.ordination-link-button {
  display: inline-flex;
  align-items: center;
  background-color: white;
  color: #5f5991;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.7rem 1.2rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}

.ordination-link-button img {
  height: 24px;
  margin-left: 0.5rem;
}

.ordination-logo {
  flex: 1 1 30%;
  right: 100px;
  margin-bottom: -80px;
}

.ordination-logo img {
  height: 100px;
  width: auto;
}

@media (max-width: 768px) {
  .ordination-footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .ordination-logo {
    visibility: hidden;
  }
    
 .ordination-symbol-header {
    visibility: hidden;
}
    .ordination-text h1 {
  font-size: 2.2rem;
  font-weight: 900;
  margin: 1rem 0 0.5rem;
}
    .ordination-footer-content h2 {
  font-size: 1.3rem;
}
    .ordination-name {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

.ordination-subtitle {
  font-size: 0.75rem;
}
  .ordination-container {
    flex-direction: column;
    height: auto;
  }

  .slideshow {
    width: 100%;
    height: auto;
    max-height: 50vh;
  }
  .content-scroll-area {
    height: auto;
    overflow-y: auto;
    padding: -5rem 0rem;
  }
    .ordination-info-block {
  margin-top: -7rem;

}
    .ordination-graphic-header {
  position: absolute;
  top: -30px;
  padding-right: 0.2rem;
  height: 110px;
  z-index: 2;
}
    .ordination-graphic-above {
  visibility: hidden;
}
    }