.banner-image {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.6;
}

.banner-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.6;
}

.banner-top-text {
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.85;
  margin-bottom: 0.2rem;
  letter-spacing: 1.5px;
}

.banner-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 3.8rem;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.banner-bottom-text {
  font-size: 1.2rem;
  font-style: italic;
  opacity: 0.9;
}

 

/* Karte - map image */
.map-image {
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}


/* About section */
.about-subtitle {
  color: #0077B6;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1.8px;
  margin-bottom: 1rem;
}

.about-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #03045E;
  margin-bottom: 1rem;
}

.about-description {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2rem;
}

.about-icons-list .about-icon {
  font-size: 1.5rem;
  color: #F4C430;
  flex-shrink: 0;
  margin-top: 4px;
}

.about-point {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

 