.select_gender.row {
	margin: 0;
}
.inputGroup {
	background-color: #fff;
	display: block;
	margin: 14px 0;
	position: relative;
}
.inputGroup label {
	padding: 12px 0px 12px 40px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3C454C;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
}
.inputGroup label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.inputGroup label:after {
	width: 24px;
	height: 24px;
	content: '';
	border: 2px solid #D1D7DC;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: inherit;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}
.inputGroup input:checked~label {
	padding-left: 40px;
}
.inputGroup input:checked~label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}
.inputGroup input:checked~label:after {
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.inputGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
.select_gender label.title {
	color: #fff;
	margin-bottom: 0;
}

.modal {
	display: block !important;
}

.modal-dialog {
	overflow-y: initial !important;
}
.modal-body {
	overflow-y: auto;
}

.custom-control-input:focus~.custom-control-indicator {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8 !important;
}

.custom-checkbox .custom-control-indicator {
	border-radius: .25rem;
}

.modal-content {
	width: 70%;
}

/*Login Bereich*/
.loginbox.collapse {
	display: none !important;
	height: auto !important;
	max-height: 90px;
}
.loginbox.collapse.in {
	display: block !important;
}
#navbar-collapse-1 ul li a {
	margin-right: 20px;
	border: 1px solid rgba(255, 255, 255, .6);
	background-color: unset;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-top: 10px;
	line-height: 15px;
}
.login-toggle-section .loginbox {
	display: none;
}