/* Füge hier Dein eigenes CSS ein */
.dmsofter .overlay, .dmsofter ul.gallery-shortcode li a::before {
	background-color: rgba(242,229,0,0.4);
  background-image: -moz-linear-gradient(90deg,rgba(30, 0, 255, 0.8) 0%,rgba(236, 85, 56, 0.3) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(30, 0, 255, 0.8) 0%,rgba(236, 85, 56, 0.3) 100%);
	background-image: -ms-linear-gradient(90deg,rgba(30, 0, 255, 0.8) 0%,rgba(236, 85, 56, 0.3) 100%);
}

.fa-facebook {
  font-size:24px;
}

.wpforms-confirmation-container-full {
  background:#f2e500;
  border:1px solid #f2e500;
}

.wpforms-confirmation-container-full p {
  color:#000000;
}

