@font-face {
  font-family: Raleway;
  src: url(/fonts/raleway.ttf);
}
#service p {
  text-align: justify;
}
#service .bottomline {
  padding-bottom: 10px;
}
#service .icon {
  height: 240px;
  display: flex;
  align-items: center;
}
#service .icon i {
  color: #4CAF50;
}
#service #referenzen {
  margin-top: 20px;
}
#service #referenzen > div {
  text-align: center;
}
#service #referenzen img {
  max-width: 100%;
  width: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}
#service #kontaktbox {
  background-image: url('../images/worker.jpg');
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -20px;
  padding: 30px;
  color: white;
}
#service #kontaktbox p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 2;
  text-shadow: 0 0 8px black;
}
