/* all form related styles that are not global styles */

.grid4.footer-form {
	background: #1c63b7;
	padding: 20px;
	margin-top:43px;
}
.footer-form-inn {
	border: 2px solid #fff;
	height: 100%;
	padding: 20px;
}
.footer-form-inn h3 {
	color: #fff;
	font-size: 30px;
	font-family: 'Orbitron';
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-form-field {
	display: block;
	margin-bottom: 18px;
}
.contact-form-field input, .contact-form-field textarea {
	font-size: 16px;
	color: #fff;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 0 0 5px 0;
	line-height: 18px;
	 font-family: 'Segoe UI';
	display: inline-block;
	width: 100%;
}
.contact-form-field input:focus, .contact-form-field textarea:focus
{
	border-bottom: 1px solid #000;
}
.contact-form-field input::placeholder, .contact-form-field textarea::placeholder
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #fff;
  opacity: 1; /* Firefox */
}

.contact-form-field input:-ms-input-placeholder, .contact-form-field  textarea:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
 color: #fff;
}

.contact-form-field input::-ms-input-placeholder, .contact-form-field  textarea::-ms-input-placeholder
{ /* Microsoft Edge */
 color: #fff;
}
.contact-form-field textarea {
	height: 80px;
	resize: none;
}
.contact-submit-button {
	display: block;
	margin-top: 40px;
}
.contact-submit-button input {
	display: inline-block;
	width: 100%;
	background: #F58D0D;
	border: 0px;
	font-size: 18px;
	padding: 10px;
	color: #fff;
	height: 50px;
	 font-family: 'Segoe UI';
	 font-weight:500;
}
.contact-submit-button input:hover
{
	background:#231f20;
}
.contact-us-form-row {
	color:#676767;
}
.contact-form-terms,
.contact-form-terms.datenschutz {
	display: flex;
	align-items: flex-start;
}
.wpcf7 .contact-form-terms.datenschutz {
	font-size: 13px;
}
footer .wpcf7 .contact-form-terms.datenschutz,
footer .wpcf7 .contact-form-terms.datenschutz a {
	color:#fff !important;
}
.wpcf7 .datenschutz a {
	text-decoration:underline;
}
.wpcf7,
.wpcf7 p {
	font-family: 'Segoe UI';
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
}
.wpcf7 a,
.wpcf7 p a {
	color:#fff;
}
.wpcf7 .text-grey,
.wpcf7 .text-grey a,
.wpcf7 .text-grey p,
.wpcf7 .text-grey p a {
	color:#676767;
}
.datenschutz .wpcf7-list-item-label {
	display:none;
}
.contact-form-terms label {
	font-family: 'Segoe UI';
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	line-height: 14px;
}

.contact-form-terms input {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	opacity: 1 !important;
	width: 20px;
	height: 20px;
	margin: 0;
	float:left;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	border: 2px solid #fff;
	outline: none !important;
}
.contact-form-terms.text-grey {
	color:#676767;
}
.contact-form-terms.text-grey input {
	border: 1px solid #a2a5ac;
	background: #fff;
	color:#a2a5ac;
}
.contact-form-terms {
	display: flex;
	align-items: center;
}

/* PageContactUs */

.contact-us-form
{
	
}
.contact-us-form-row select {
	border: 1px solid #BEBEBE;
	width: 100%;
	background-color: #fff;
	padding: 5px 10px;
	box-shadow: none;
	outline: none;
	background-image: url(../images/acontactfm-arrow.svg);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	appearance: none;
	color: #676767;
	font-size: 16px;
	 font-family: 'Segoe UI';
}
.contact-us-form-row select[multiple] {
	background-image:none;
}
.contact-us-form-row h3 {
	color: #231F20;
	font-size: 16px;
	line-height: 24px;
	 font-family: 'Segoe UI';
	font-weight: bold;
	margin-bottom: 10px;
}

.custom-radiogroup [type="radio"]:checked,
.custom-radiogroup [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radiogroup [type="radio"]:checked + label,
.custom-radiogroup [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-radiogroup [type="radio"]:checked + label::before, .custom-radiogroup [type="radio"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #bbb;
	border-radius: 100%;
	background: #fff;
}
.custom-radiogroup [type="radio"]:checked + label::after, .custom-radiogroup [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 8px;
	height: 8px;
	background: #676767;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.custom-radiogroup [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radiogroup [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-us-form-sub label {
	color: #676767;
	font-size: 16px;
	line-height: 24px;
	 font-family: 'Segoe UI';
	margin-bottom: 8px;
	display: block;
}
.custom-radiogroup {
	display: inline-block;
	align-items: center;
	position: relative;
	width: auto;
	margin-right: 20px;
}
.custom-radiogroup label {
	margin: 0 !important;
	display: inline-block !important;
	line-height: 16px !important;
}
.contact-us-form-row input.text-filed {
	border: 1px solid #BEBEBE;
	width: 100%;
	height: 40px;
	background-color: #fff;
	padding: 6px 10px;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	color: #676767;
	font-size: 16px;
	 font-family: 'Segoe UI';
	display: inline-block;
}
.contact-us-form-row.grid2 {
	display: flex;
}
.contact-us-form-row.grid2 .contact-us-form-sub:first-child {
	padding-right: 10px;
}
.contact-us-form-row.grid2 .contact-us-form-sub:last-child {
	padding-left: 10px;
}
.contact-us-form-row.grid2 .custom-radiogroup-out {
	margin-bottom: 8px;
}

/*custom-checkbox*/
.custom-checkgroup input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkgroup label {
  position: relative;
  cursor: pointer;
}
.custom-checkgroup label::before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #a2a5ac;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	top: -1px;
}
.custom-checkgroup input:checked + label::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 6px;
	width: 5px;
	height: 10px;
	border: solid #a2a5ac;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.contact-us-form-row textarea.textarea-field {
	border: 1px solid #BEBEBE;
	width: 100%;
	height: 40px;
	background-color: #fff;
	padding: 6px 10px;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	color: #676767;
	font-size: 16px;
	 font-family: 'Segoe UI';
	display: inline-block;
	resize: none;
	height: 110px;
}
.contact-us-form-row.grid1.multiple-checkbox {
	display: flex;
}
.custom-checkgroup-out.white-bg .custom-checkgroup label::before {
	background-color: #fff;
}
.contact-us-form-row.grid1.submit-button1 {
	text-align: right;
}
.submit-button1 input.button-Absenden {
	background: #F58D0D;
	color: #fff;
	border: 0px;
	box-shadow: none;
	padding: 10px 80px;
	 font-family: 'Segoe UI';
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
}
.submit-button1 input.button-Absenden:hover
{
	background:#231F20;
}
.contact-us-inn {
	display: flex;
}
.contact-us-inn-right {
	padding-left: 30px;
	padding-top: 20px;
}
.Suchen-field1 {
	display: inline-block;
	width: 120px;
}
.service-find-advice .contact-us-form-row.grid1.submit-button1 .button-Absenden {
	background: #1C63B7;
	padding: 7px 40px;
	font-weight: normal;
}
.service-find-advice .contact-us-form-row.grid1.submit-button1 .button-Absenden:hover
{
	background:#231F20;
}

.contact-form-terms span {
    margin: 0 !important;
}
.contact-form-terms span label {
    padding: 0;
}
.contact-form-terms span label input[type="checkbox"] {
    margin:2px 10px 0px 0;
}
.contact-submit-button span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 16px;
}
.contact-submit-button {
    position: relative;
}
.contact-us-form-sub br {
    display: none;
}
.custom-checkgroup-out .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.custom-radiogroup-out span.wpcf7-list-item label span:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #bbb;
	border-radius: 100%;
	background: #fff;
}

.custom-radiogroup-out span.wpcf7-list-item label span:before {
    content: '';
    position: absolute;
    left: 5px !important;
    top: 5px;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 100%;
    background: #676767;
    opacity: 0;
    z-index: 9;
}
.custom-radiogroup [type="radio"]:checked + span:before {
    opacity: 1;
}
.custom-radiogroup span.wpcf7-form-control span.wpcf7-list-item {
    position: relative;
    padding-left: 0;
    margin: 0;
    display: inline-block;
    margin-right: 20px;
}
.custom-radiogroup span.wpcf7-form-control span.wpcf7-list-item label {
    position: relative;
    padding-left: 25px;
}

.custom-checkgroup-out span.wpcf7-list-item label span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 0;
    background: #fff;
}
.custom-checkgroup-out span.wpcf7-list-item label span:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #a2a5ac;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 9;
    opacity: 0;
}
.custom-checkgroup-out [type="checkbox"]:checked + span:before {
    opacity: 1;
}
.custom-checkgroup-out span.wpcf7-form-control span.wpcf7-list-item 
{
    position: relative;
    padding-left: 0;
    margin: 0;
    margin-right:20px;
    display: inline-block;
}
.multiple-checkbox.grid4-view span.wpcf7-list-item {
    padding-right: 10px !important;
    width: 50%;
    margin: 0 0 4px 0 !important;
}
.custom-checkgroup-out span.wpcf7-form-control span.wpcf7-list-item label 
{
    position: relative;
    padding-left: 25px;
}
.custom-checkgroup-out span.wpcf7-form-control span.wpcf7-list-item label:before 
{
    display: none;
}
.contact-us-form-row .wpcf7-not-valid-tip 
{
    font-size: .8em;
}