.js_warning
{
	margin-bottom: 1em !important;
}

fieldset
{
	margin-bottom: 1.5em;
}

.contact_form_container
{

	
	border-radius: 0.7em;
	


	background-color: rgba(212, 212, 255, 0.075);
	padding: 2.5em;

	margin: 0 auto;
	max-width: 70em;

}




.contact_form > fieldset
{
	display: flex;
	
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact_form-component {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	flex-basis: calc(50% - 10px);
}

@media only screen and (max-width: 570px)
{
	.contact_form-component
	{
		flex-basis: 100% !important;
	}
}

.contact_form-component.full-width {
	flex-basis: 100%;
}

.contact_form-component label {
	font-weight: bold;
	margin-bottom: 10px;

}


.contact_form-component input[type="text"],
.contact_form-component input[type="email"],
.contact_form-component select {
	border: none;
	box-sizing: border-box;
	width: 100%;
	background-color: rgba(142, 169, 232, 0.3);
	border-radius: 0.5rem;

}

.contact_form-component input[type="text"]:focus,
.contact_form-component input[type="email"]:focus,
.contact_form-component select:focus,
.contact_form-component textarea:focus {

	border: 1px solid rgba(212, 212, 255, 0.4);
}

.contact_form-component textarea, .contact_form-component input[type="checkbox"]+label::before
{
	border-radius: 0.5rem;
	background-color: rgba(142, 169, 232, 0.3) !important;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before
{
	background-color: #fff !important;
}

.contact_form-component select {
	background-image: url("https://structures.uni-heidelberg.de/images/w3_2000_b.svg");
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	padding-right: 30px;
}

.contact_form-button-row
{
	text-align: center;
}

.contact_form-button-row input
{
	width: 40%;
}

.contact_form-component input[type="text"], .contact_form-component input[type="email"], .contact_form-component select
{
/*	height: 2.3em !important; */
}

.contact_form-label-small
{
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-weight: 300 !important;
	font-size: 85% !important;
}

.contact_form-label-normal
{
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-weight: 300 !important;
	font-size: 100% !important;
}



.contact_form_errmsg
{
	color: #fff; 
	background-color: #a84141;
	padding: 0.5em; 
	padding-left: 1em; 
	padding-right: 1em;
}


.hddn_field
{
	visibility: hidden !important;
	display: none !important;
}

.small-margin
{
	margin-bottom: 1em;
}

.kursiv
{
	font-style: italic;
}

.tiny-margin
{
	margin-bottom: 0.5em;
}

.no-margin
{
	margin: 0;
}

.form-nomargin, .form-nomargin header, .form-nomargin h4
{
	margin: 0;
	padding: 0;
	margin-bottom: 0.2em;
}

label
{
	text-transform: none !important;
	font-weight: 300 !important;
	font-size: 100% !important;
	letter-spacing: 0 !important;
}


#priv_container
{
	background-color: rgba(142, 169, 232, 0.3);
	padding: 0.5em 1.5em;
	border-radius: 0.7em;
	margin-bottom: 1em;
}

#cookiebanner
{

}

#cookiebanner input
{
	margin-bottom: 0.5em;
}
/*
#antisp_lbl img
{
	height: 0.6em;
	min-height: 0.6em;
	max-height: 0.6em;
	width: auto;
}
*/

#divLoadingFrame
{
	text-align: center;
	
	height: 70px;
	margin-bottom: 2em;
}

#divLoader
{
	position: relative;
	height: 100%;
}

.loading-track 
{
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0; /*calc(50% - 50px); */
}

.loading-dot {
    height: 5px;
    width: 5px;
    background-color: white;
    border-radius: 100%;
    opacity: 0;
}

.loading-dot-animated 
{
    animation-name: loading-dot-animated !important;
    animation-direction: alternate !important;
    animation-duration: .50s !important;
    animation-iteration-count: infinite !important;
    animation-timing-function: ease-in-out !important;
}

@keyframes loading-dot-animated {
    from {
	opacity: 0;
    }

    to {
	opacity: 1;
    }
}

.unloaded_form, .non-visible-formelement
{
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
}

.smartForm_antisp_img
{
	width: 4.8em;
	height: 1em;
	vertical-align: middle;
}

#antisp
{
	max-width: 300px;
}

.contact_form_footer
{
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
}


.revoke_consent
{
	margin-top: 2em;
}

input[type="text"]:disabled, select:disabled, textarea:disabled, input[type="checkbox"]:disabled, .contact_form-component input[type="checkbox"]:disabled + label::before 
{
        background: rgba(212, 212, 255, 0.1) !important;
}

.gray_font, .gray_font a
{
	color: #999 !important;
}
