.shiva-classic-form-input-container,
.shiva-classic-form-textarea-container,
.shiva-classic-form-checkbox-item,
.shiva-classic-form-radio-item {
	width: 100%;
	position: relative;
	margin-bottom: 17px;
}

label {
	font-weight: normal !important;

}

.shiva-classic-form-checkbox-item label{
	margin-left: 45px;
}

.shiva-classic-form-checkbox-item {
	margin-bottom: 47px;
}

form.shiva-classic-form-form {
	display: flex;
}

.shiva-drmilz-anmeldung-form-left,
.shiva-drmilz-anmeldung-form-right {

}

.shiva-drmilz-anmeldung-form-left {
	margin-right: 1.5em;
	width: 40%;
}

.shiva-drmilz-anmeldung-form-right {
	margin-left: 1.5em;
	width: 60%;
}

table.shiva-drmilz-anmeldung-table tr > td {
	padding: 10px;
}

.shiva-classic-form-input-label {
	/*
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	font-size: 18px;
	color: rgba(91, 155, 213, 1);
	*/
}



.shiva-classic-form-input-container input {
	height: 42px;
	padding: 0 10px 0 33px;
	display: block;
	width: 100%;
	opacity: 0.6;
	font-size: larger;
	color: #0b0c0d;
	width: 60%;
	max-width: 60%;

}

@media screen and (max-width: 640px) { 

	label {
		font-weight: bold !important;
	}

}

@media screen and (max-width: 960px) {
	
	.shiva-classic-form-input-container input {
		width: 96%;
		max-width: 96%;	
	}
	
}

.shiva-classic-form-input-container input:focus {
	opacity: 0.99;
	padding-left: 10px;
}


.shiva-classic-form-textarea-container textarea {
	width: 100%;
}

.shiva-classic-form-textarea {
	width: 100%;
	height: 150px;
	padding: 15px;
}

.shiva-classic-form-checkbox-item-container {
	display: block;
	position: initial;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

/* Hide the browser's default checkbox */
.shiva-classic-form-checkbox-item-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #9ea4a8!important;
        background-color: #c9cfd2!important;

}

/* On mouse-over, add a grey background color */
.shiva-classic-form-checkbox-item-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.shiva-classic-form-checkbox-item-container input:checked ~ .checkmark {
	/*background-color: rgba(91, 155, 213, 1);*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.shiva-classic-form-checkbox-item-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.shiva-classic-form-checkbox-item-container .checkmark:after {
	left: 9px;
	top: 2px;
	width: 9px;
	height: 18px;
	border: solid white;
left: 11px;
    top: -6px;
    width: 12px;
    height: 24px;
    border: solid #413b3b;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.shiva-dynamic-form-element-danger > input,
.shiva-dynamic-form-element-danger > textarea,
.shiva-dynamic-form-element-danger > select {
	background-color: #FFC9C9;
}


@media screen and (max-width: 980px) {

	form.shiva-classic-form-form {
		flex-direction: column-reverse;
	}

	.shiva-drmilz-anmeldung-form-left,
	.shiva-drmilz-anmeldung-form-right {
		margin: 0;
		width: 100%;
	}

	.shiva-drmilz-anmeldung-form-right {
		margin-bottom: 3em;
	}

}


.input-icons { 
	width: 100%; 
	margin-bottom: 10px; 
	position: absolute; 
	top: 30px;
} 
  
.exicon { 
	padding: 10px; 
	min-width: 40px; 
} 
  
