.leistung-entry {
  width: calc(100% / 6 - 4px);
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.leistung-entry--bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: grayscale(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.leistung-entry--inner {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 95%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding-left: 10px;
}

.leistung-entry--inner h2 {
  color: #B16F0C;
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  text-shadow: 1px 2px 6px black;
  text-transform: uppercase;
  position: relative;
  padding-top: 12px;
}

.leistung-entry--inner p {
  color: orange;
  font-size: 18px;
  margin-top: -12px;
  text-shadow: 1px 2px 6px black;
  height: 0;
  visibility: hidden;
  transition: all 1s;
}

.leistung-entry:hover {
  cursor: pointer;
  filter: grayscale(0);
}

.leistung-entry:hover .leistung-entry--bg-image {
  filter: grayscale(1) !important;
}

.leistung-entry:hover .leistung-entry--inner p {
  height: 100px;
  visibility: visible;
}

.leistung-entry--inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

#services .container{
  width: 100%;
}

.section-desc p{
  color: white;
}

.instafeed {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: block;
  height: 130px;
  width: 220px;
  float: left;
}

.instafeed__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.footer-widgets .container {
  width: 100% !important;
  margin: 0 auto;
}

#footer-widgets .row {
  display: flex;
  justify-content: center;
}

#footer-widgets .row > div {
  width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}

#footer-4 {
  display: none;
}

.instafeed {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: block;
  height: 130px;
  width: 212px;
  float: left;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer__headline {
  text-align: left !important;
  font-size: 20px;
  text-transform: uppercase;
}

.footer__headline:after {
  content: "";
  display: block;
  background: #333333;
  height: 1px;
  margin-top: 6px;
  width: 92%;
}

.german-flag-text {
  display: flex;
  justify-content: center;
  margin-top: -4px;
  margin-bottom: 14px;
  font-size: 15px;
  text-align: center;
  width: 92%;
}

.footer__map-wrapper {
  width: 92%;
}

.footer__map-image {
  background-image: url(https://4signage.de/wp-content/uploads/2019/07/marker2.png);
  background-repeat: no-repeat;
  background-position: top;
  display: block;
  height: 15.5rem;
  width: 100%;
  background-size: cover;
}

.footer__map-copyright {
  font-size: .625rem;
  background: #fff;
  color: #292929;
  padding: .1875rem .375rem;
  width: 92%;
}

.footer__address ul {
  margin-left: 0;
  margin-top: 30px;
}

.footer__strong {
  font-size: 20px;
  line-height: 1.4;
}

.adress_daten_footer {
  margin-left: 26px;
}

.adress_daten_footer br {
  display: none;
}

.adress_daten_footer a {
  font-size: 16px !important;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.adress_daten_footer a i {
  border: solid 1px white;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 25px !important;
  margin-bottom: 5px;
  width: 37px !important;
  height: 35px !important;
  line-height: 1.4 !important;
  margin-right: 8px;
}

.footer__address {
  color: #292929;
}

.wpcf7-form-control-wrap.tc input {
  width: 10px;
  margin-left: 0;
  filter: grayscale(1);
  
}

.wpcf7-form-control-wrap.tc .wpcf7-list-item-label {
  font-size: 10px;
  line-height: 6;
}

.wpcf7-form-control-wrap.tc .wpcf7-list-item-label a {
  color: inherit;
  display: inline-block;
}

.home .contact-form {
  flex: 0 0 100%;
  max-width: 100%;
}

.home .contact-form form {
  display: block;
}

.home .contact-form .column-1 {
  width: 100%;
}

.home .contact-form .column-2 {
  width: 100%;
  margin-left: 25px;
  margin-top: 18px;
}