section.m82_formular {
	padding-top: 100px;
}

section.m82_formular .m82_head_content {
	margin-bottom: 42px;
}

section.m82_formular .wpcf7-form textarea {
	background: transparent;
	border: 1px solid rgba(108, 108, 108, 0.4);
	border-radius: 30px;
	padding: 19px 40px 15px;
	outline: none !important;
	box-shadow: none !important;
	-webkit-transition: border-color 0.4s;
	-moz-transition: border-color 0.4s;
	-ms-transition: border-color 0.4s;
	-o-transition: border-color 0.4s;
	transition: border-color 0.4s;
	color: #3e3e3e;
	resize: none;
	max-height: 140px;
}

section.m82_formular .wpcf7-form textarea::placeholder {
	color: #6c6c6c;
	opacity: 1;
}

section.m82_formular .wpcf7-form textarea:focus {
	border-color: #f67939;
}

section.m82_formular .wpcf7-form .form_item label {
	height: 0;
	opacity: 0;
	pointer-events: none;
}

section.m82_formular .wpcf7-form .row {
	gap: 0 24px;
}

section.m82_formular .wpcf7-form .col-lg-6 {
	width: calc(50% - (24px / 2));
}

section.m82_formular .mm-rr-submit-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}

section.m82_formular .mm-rr-submit-cont-button {
	position: relative;
}

section.m82_formular .wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: -30px;
}

section.m82_formular .form_required {
	display: flex;
	justify-content: flex-end;
}

section.m82_formular .mm-rr-required-tag {
	font-size: .875rem;
	opacity: .8;
}

section.m82_formular .m82_titel {
	color: #12349d;
}

section.m82_formular .m82_text_container {
	color: #1a1a73;
}

/** START Checkbox **/

section.m82_formular .wpcf7-acceptance input {
	display: none;
}

section.m82_formular .wpcf7-acceptance label input + span {
	position: relative;
	padding-left: 39px;
	font-size: .906rem;
}

section.m82_formular .wpcf7-acceptance label input span a {
	font-size: .906rem;
}

section.m82_formular .wpcf7-acceptance label input + span:before,
section.m82_formular .wpcf7-acceptance label input + span:after {
	content: '';
	position: absolute;
}

section.m82_formular .wpcf7-acceptance label input + span:before {
	width: 25px;
	height: 25px;
	top: -6px;
	left: 0;
	background-color: #fafafc;
	border: 1px solid #e8e8eb;
}

section.m82_formular .wpcf7-acceptance label input:checked + span:before {
	background-color: #ff5b4a;
}

section.m82_formular .wpcf7-acceptance label input + span:after {
	opacity: 0;
	top: 1px;
	left: 6px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolationsmodus' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 359.22 255.12'%3E%3Cpath class='cls-1' d='M351.86,7.58c-9.93-9.99-26.12-10.12-36.2-.28L126.43,193.31,44.17,108.61c-9.81-10.17-26.05-10.5-36.28-.75-10.23,9.76-10.56,25.91-.75,36.08.04.05.09.09.13.14l100.3,103.38c4.8,4.87,11.36,7.63,18.22,7.66h.28c6.73-.02,13.18-2.67,17.96-7.38L351.63,43.58c10.03-9.89,10.13-25.99.23-36.01Z' style='fill:%23fff'/%3E%3C/svg%3E");
	background-size: 14px 11px;
	width: 14px;
	height: 11px;
}

section.m82_formular .wpcf7-acceptance label input:checked + span:after {
	opacity: 1;
}

section.m82_formular .wpcf7-acceptance a {
	text-decoration: underline;
}

section.m82_formular .wpcf7-acceptance a:hover {
	text-decoration: none;
}

section.m82_formular .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

/** END Checkbox **/

@media screen and (max-width: 767px) {
	section.m82_formular .wpcf7-form .col-lg-6 {
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	section.m82_formular .wpcf7-form textarea {
		padding: 14px 25px 9px;
	}
}

@media screen and (max-width: 475px) {
	section.m82_formular .mm-rr-submit-cont {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	
	section.m82_formular .mm-rr-submit-cont-button {
		margin: 0 0 0 auto;
	}
}