/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: > 0.2%,last 2 versions
*/

/* Wave Settings Start */
#service-placeholder {
	margin-top: -160px;
}

.service-heading {
	margin-top: -180px !important;
}

.card_container {
	background-color: #efefef;
	margin-bottom: unset !important;
}

.service-heading h2 {
  margin-top: -50px;
  font-size: 1.8em;
}

.referenzen-heading h2 {
  font-size: 1.8em;
}

@media (max-width: 820px) {
  .service-heading h2 {
    text-align: center;
    padding-left: unset;
  }
}

.service-heading h2::before{
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #ffc300;
  z-index: 1;
}

@media (max-width: 820px) {
  .service-heading h2::before {
    bottom: 45px;
  }
}

/* Wave Settings End */