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

/* Referenzen Section Start */
.referenzen-heading h2 {
  position: relative;
  margin-top: -50px;
}

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

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

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

.referenzen {
  display: flex;
  justify-content: center;
  height: 580px;
  padding-top: 50px;
  overflow: hidden;
}

.referenzen iframe {
  width: 100%;
}

/*@media screen and (max-width: 820px) {
  .referenzen{
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Referenzen Section End */