#gform_4 input[type="text"],
#gform_4 input[type="email"],
#gform_4 textarea {
    width: 100%;
    padding: .375rem .75rem;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    background-color: transparent;
    border: 1px solid rgb(51, 51, 51);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out;
}
#gform_4 input[type="text"]:focus,
#gform_4 input[type="email"]:focus,
#gform_4 textarea:focus {
    color: rgb(51, 51, 51);
    border-color: rgb(204, 0, 35);
    outline: 0;
}
#gform_4 .gfield {
    text-align: left;
}
#gform_4 input[type="submit"] {
    text-align: center;
    background-color: rgb(204, 0, 35);
    background-image: none;
    font-family: Open Sans;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    border-top-width: 2px;
    border-top-color: rgb(204, 0, 35);
    border-top-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-right-width: 2px;
    border-right-color: rgb(204, 0, 35);
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(204, 0, 35);
    border-bottom-style: solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left-width: 2px;
    border-left-color: rgb(204, 0, 35);
    border-left-style: solid;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
}
#gform_wrapper_4 .gform_heading {
    display: none;
}
#gform_wrapper_4 {
    padding-top: 7vh;
}
.testimonial-quote {
		margin-bottom: 75px !important;
}

.unser-link a {
    color: #333333;
    font-weight: 600;
    font-size: 1.1em;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
}
.unser-link a:hover {
    color: #CC0023;
}
#gform_25 table tbody td {
	text-align: center !important;
}
#gform_25 table thead th {
	text-align: center;
}
#gform_25 table input {
	padding: 8px !important;
    height: auto !important;
    text-align: center;
	max-width: 150px;
}

#gform_25 #field_25_1 {
	overflow-x: auto;
}
[data-js-spinner-id="gform-ajax-spinner"] {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#gform_wrapper_25 .gform-page-footer {
	display: flex;
	justify-content: space-between;
}
#gform_wrapper_25.gform_wrapper.gravity-theme .gform_previous_button.button {
    -webkit-appearance: none !important;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}