#loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: url(../img/loader_dark.gif) no-repeat center center #f5f5f5;
}

#ds_contact .inputrow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#ds_contact .third {
	width: 31%;
}

#ds_contact .third:nth-child(2), #ds_contact .third:nth-child(3) {
	padding-left: 3%;
}

#ds_contact .half {
	width: 48%;
}

#ds_contact .half:nth-child(2) {
	padding-left: 4%;
}

#ds_contact .line {
	width: 100%;
}

#ds_contact .selectinput {
	width: calc(100% - 14px);
}

#ds_contact .smallinput {
	width: calc(100% - 14px);
}

#ds_contact .longinput {
	width: calc(100% - 14px);
}

#ds_contact .textareainput {
	width: calc(100% - 14px);
}

#ds_contact .ds_contact_submit {
	background: #fbb900;
	border: none;
	font-family: 'Lato', 'Helvetica', Arial, serif;
	font-size: 1.75rem;
	padding: 1rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border-radius: .25rem;
}

#ds_contact .hinweis {
	font-size: 0.90rem !important;
}