#besser-modal-form {
	font-weight: 400;
	padding-right: 15px;
}
#besser-modal-form .modal-footer {
	border-top: 1px solid #fff;
}
#besser-modal-form .form-control,
#besser-modal-form .custom-select {
	border: 1px solid #ccc;
}
#besser-modal-form button {
	font-weight: 400;
	text-transform: uppercase;
}
#besser-modal-form label.meldung {
	font-weight: 600;
}
#besser-modal-form .legal_link {
	margin-top: .525rem;
	margin-left: .525rem;
}
#besser-modal-form input[type=text]:focus,
#besser-modal-form input[type=email]:focus,
#besser-modal-form textarea:focus,
#besser-modal-form select:focus {
	border: 1px solid rgb(238, 119, 0);
	box-shadow: none;
}
#besser-modal-form .form-check-input {
	margin-left: -1.15rem;
}
#besser-modal-form .dsgvo-check-label {
	padding-left: .525rem;
}