.contact {
  background: url("../media/NEUERWirt-vom-05.-September-2019-18-58_21306.jpeg");
  -o-object-fit: cover;
     object-fit: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: white;
  height: 100vh;
}

.cardcontact {
  margin-top: 140px;
  width: 100%;
  background: hsla(0, 0%, 100%, 0.45);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 1;
  box-shadow: 2px 22px 50px lightyellow;
}

.card-body {
  width: 100% !important;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
}/*# sourceMappingURL=contact.css.map */