body {
  font-family: "Roboto", sans-serif;
  background-color: #121212;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.navbar-brand {
  font-size: 24px;
  color: cyan !important;
}
.nav-link {
  color: rgb(255, 255, 255) !important;
}
.nav-link:hover {
  color: cyan !important;
}
header {
  height: 100vh;
  background-image: url("peter-gargiulo-cGNCepznaV8-unsplash-min.jpg");
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
header .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
header h1 {
  font-size: 48px;
  font-family: "Satisfy", sans-serif;
  color: cyan;
  z-index: 1;
}
h1 {
  color: cyan;
  font-family: "Satisfy", sans-serif;
  margin-bottom: 10px;
}
h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
h3 {
  font-family: "Satisfy", sans-serif;
  color: cyan;
}
h4 {
  font-family: "Satisfy", sans-serif;
  color: cyan;
}
h5 {
  color: cyan;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.service {
  background: #1c1c1c;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.service h5 {
  color: cyan;
  margin-bottom: 10px;
}
footer {
  background-color: rgb(34, 34, 34);
  font-size: small;
}
.footer-links a {
  color: cyan;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #00ffff;
}
.social-links a {
  color: cyan;
  margin: 0 10px;
  text-decoration: none;
  transition: color 0.3s;
}
.social-links a:hover {
  color: #00ffff;
}
.material-icons {
  font-size: 24px;
}
.text-cyan {
  color: cyan !important;
}
#impressum {
  display: none;
}
footer h3 {
  color: cyan;
}
footer p {
  color: #bbbbbb;
}
.block,
.service {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
}
.block.in-view,
.service.in-view {
  opacity: 1;
  transform: translateY(0);
}
.cyan {
  color: #00ffff;
}
a {
  color: #ffffff;
} /* Unvisited link  */
a:visited {
  color: #ffffff;
} /* Visited link    */
a:hover {
  color: cyan;
} /* Mouse over link */
a:active {
  color: #ffffff;
} /* Selected link   */
a:link {
  text-decoration: none;
}
.zoom:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.parallax-bg {
  background-image: url("peter-gargiulo-cGNCepznaV8-unsplash-min.jpg");
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.nav-color {
  background-color: rgb(34, 34, 34) !important;
}
.cta-color {
  background-color: rgb(46, 54, 61) !important;
}
.jumbotron {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.jumbotron {
  color: white;
  background-image: linear-gradient(rgb(34, 34, 34), rgba(0, 0, 0, 0.5)),
    url("andre-benz-qJfznuTMAYA-unsplash-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.nohover {
  pointer-events: none;
}
html {
  scroll-behavior: smooth;
}
/* Standardstil für alle Geräte */
.text {
  text-align: left; /* Links ausgerichtet */
}
/* Medienabfrage für größere Bildschirme (ab 768px) */
@media (min-width: 768px) {
  .text {
    text-align: center; /* Zentriert */
  }
}

/* Medienabfrage für größere Bildschirme (ab 768px) */
@media (min-width: 768px) {
  .headline {
    font-size: 60px;
  }
}
