.hirth-kontakt .h-form-row {
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    float: left;
}

.hirth-kontakt .h-form-row .linke-spalte {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    display:block;
}

.hirth-kontakt .h-form-row .rechte-spalte {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

.hirth-kontakt .mt-20 {
	margin-top:20px;
}

.hirth-kontakt .mt-50 {
	margin-top:50px;
}

.hirth-kontakt .checkbox span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

.hirth-kontakt input[type="checkbox"]{
    margin-right:10px;
}
@media only screen and (max-width:616px) {	
	.hirth-kontakt .h-form-row .linke-spalte {
    	width: 100%;
    	padding-right: 0px;
	}
	.hirth-kontakt .h-form-row .rechte-spalte {
	    width: 100%;
	    padding-left: 0px;
	}
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 30px 0px 30px 0px;
    padding: 10px 10px 10px 0px;
	line-height: 50px;
    color: #dc3232;
    border-color: #101820;
    background-color: #101820;
}

.newsletter .newsletter-box input {
    height: 15px;
    border-radius: 0;
    margin-right: 15px;
    padding: 21px 21px 21px 21px;
}
@media only screen and (max-width:500px) {
	.newsletter .newsletter-box input {
		padding: 21px 16px 21px 16px;
	}
}

.newsletter .newsletter-box input[type="submit"] {
	height: 45px;
    margin-top: 5px;
	padding:12px 18px 12px 18px !important;
    font-size: 14px !important;
	font-weight:400 !important;
	color:black;
	background-color:white;
	text-transform:uppercase;
}
@media only screen and (max-width:500px) {
	.newsletter .newsletter-box input[type="submit"] {
		xpadding:7px 12px 7px 12px !important;
	}
}
