#footer-widgets
.widget a {
  text-decoration: none;
}

/* Unterstrich von Links entfernen*/

.entry-content a {
  text-decoration: none;
}

/* Styling Button Newsletter Widget*/

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit {
  background-color: #ffcc00;
  color: #000000;
  width: auto;
  height: auto;
  margin: 0;
}

/* Styling Kontaktformular*/
#anfrage {
  background:#2f3033;
  padding:20px 15px 20px 15px;
  border-radius:5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);color:#ffffff;
}
.form_half {
    width: 49.5%;
    float: left;
    margin-right: 1%;margin-bottom: 2%;
}
.form_half_last {
    margin-right: 0px;
}
@media (max-width: 767px) {
	.form_half {
	width: 100%;
	}
}
#anfrage input[type="text"],
input[type="email"],input[type="tel"],
textarea
{
  width: 100%;font-size: 14px;
}
#anfrage input[type="submit"] {
  background:#00ce61;
padding:20px;
  font-size:18px;color:#000000;width: 100%;
}
#anfrage input[type="submit"]:hover {
  background:#ffffff;color:#00ce61;
}
#anfrage input:focus {
  border:1px solid #ffa500;
  background:#FFF9C4;
}
#anfrage div.wpcf7-response-output {
  background:#2f3033;
  padding: 1.5em 1em;
  border-color:#d1aa4d;
}
#anfrage span.wpcf7-list-item {
color: #ffffff;
width: 90% ;
font-size:14px !important;
}