/* my styles */

@media (max-width: 576px) {
  .navbar-brand {
    text-transform: none !important;
    font-family: "Times New Roman", Times, serif !important;
    font-size: 1rem;
    letter-spacing: 0em;
  }
}

.pLeistungen {
  font-size: 160%;
  line-height: 150%;
}

a.linkvel:link,
a.linkvel:visited {
  color: darkblue;
  text-decoration: underline;
}
a.linkvel:hover,
a.linkvel:active {
  color: green;
  text-decoration: none;
}

.mygreycol {
  color: #555;
}
.mydarkcol {
  color: #111111;
}
a.tel:link,
a.tel:visited {
  color: #111111;
  text-decoration: none;
}
a.tel:hover,
a.tel:active {
  color: #111111;
  text-decoration: none;
}

a.tel1:link,
a.tel1:visited,
a.tel1:hover,
a.tel1:active {
  color: white;
  text-decoration: none;
}

html,
body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Keep anchored sections visible below the fixed navigation. */
section,
#top {
  scroll-margin-top: 90px;
}
.portrait {
  max-width: 100%;
  height: auto;
  max-height: 250px;
}
.contact a {
  overflow-wrap: anywhere;
}

/* Gesicherte Variante mit gleichmaessiger Deckkraft. */
#approach_alt .item {
  background: rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border-radius: 12px;
}

#approach_alt .item span {
  color: #fff !important;
}

/* Diagonaler Verlauf mit helleren Ecken oben links und unten rechts. */
#approach .item {
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
  padding: 2rem;
  border-radius: 12px;
}

#approach .item span {
  color: #fff !important;
}
