header.masthead h1 {
    color: white; /* Oder eine andere helle Farbe */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional: leichter Schatten für bessere Lesbarkeit */
}
.navbar-brand {
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
header.masthead h2 {
    color: #f0f0f0; /* Heller Grauton */
}

header.masthead {
    background-image: url('../img/bauernschloss_steg_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

header.masthead .container {
    position: relative;
    z-index: 2;
    color: white;
}

header.masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Optional: Dunkler Overlay-Effekt */
    z-index: 1;
}

#mainNav .navbar-nav .nav-link {
    color: white !important;
}

.text-black-50 {
    color: rgba(255, 255, 255, 0.8) !important; /* Macht die Standard-Bootstrap-Farbe heller */
}

@media (min-width: 992px) {

  #mainNav.navbar-shrink {
    background-color: #737272;;
	}
}    

.bg-leistungen {
  #background-color: #d5ebcf !important;
  background: linear-gradient(to bottom, #d5ebcf, #adc4a7);
}
.bg-leistungen-box {
  background-color: #98b196 !important;
    background-image: url("../img/bluete_03.png");
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size: 20%;
}

.bg-referenzen {
  background: linear-gradient(#ebd8c4, #c9bdb1)!important;
}
.bg-referenzen-box {
  background-color: #c7b5a1 !important;
    background-image: url("../img/bluete_02.png");
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size: 20%;
}

.about-section {
  padding: 10rem 0;
}

.about-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .about-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #64a19d;
  }
}

.about-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .about-section .project-text {
    padding: 3rem;
  }
  .about-section .project-text hr {
    border-color: #64a19d;
    border-width: .25rem;
    width: 30%;
  }
}

.bg-contact {
  background-color: #daf7dc !important;
}