.form-ausbildung h2 {
	font-size:1.75em
}
.form-ausbildung h2::before {
	margin-left: 0;
	margin-right:0.25em;
	margin-top: -0.75em;
	font-size:1.75em
}
.form-ausbildung h2 + p {
	margin-top:0.375em !important;
}
.form-ausbildung .form-box {
	position: relative;
	z-index: 0;
}
.form-ausbildung .form-box::before {
	content:'';
	position: absolute;
	z-index: -2;
	inset: -2em -2em -2em -4em;
	background-color: rgb(241, 244, 245);
}

form:has(.form-simple) {
	overflow: visible !important;
}
.form-ausbildung  img {
	position: relative;
	z-index: 1;
}
.form-simple {
	font-size:0.9em;
	margin-top: 0.5em !important;
	--input-bg: 255,255,255; /*120,147,156,0.05*/
	--input-border-color: 120,147,156,0.75;
}
.form-simple label > span:first-child {
	font-size: 0.9em;
	font-weight: 500;
	_color: rgba(120,147,156,1);
	color: rgb(0,73,118);
	display: inline-block;
	margin-top: 0.5em;
}
.form-simple ::placeholder {
	font-size:0.8em;
	opacity: 0.5 !important;
	_color: rgb(255,255,255)
}
.form-simple input, .form-simple textarea {
	box-shadow: none;
	border-radius:0.25em;
	background-color: rgba(var(--input-bg))
}
.form-simple input:not(:focus), .form-simple textarea:not(:focus) {
	border-color: rgb(var(--input-border-color));
	border-width: 1px;
}
.form-simple input:focus, .form-simple textarea:focus {
	border-width: 1px;
	background-color: rgb(255,255,255);
}
.form-simple textarea:placeholder-shown {
	height: 5em;
}
.form-simple input:not(:placeholder-shown, [type="submit"]), .form-simple textarea:not(:placeholder-shown) {
	background-color: rgb(255,255,255)
}
.form-simple input[type="checkbox"] {
	display: block;
	float: left;
	font-size: 1.25em;
	line-height: 1;
	height: 1em;
	width: 1em;
	margin-right: 0.25em;
	margin-top:0.125em;
	z-index: 1;
	position: relative;
	border: solid 1px rgb(var(--input-border-color)) !important;
}
.form-simple input[type="checkbox"] {
	position: absolute;
	left: 0;
	/*! top: 0; */
	float: none;
	padding: 0.5em;
	background-color: rgba(var(--input-bg));
}

.form-simple input[type="checkbox"]:checked {
	background: rgb(0, 190, 0);
	border-color: rgb(255,255,255) !important;
	border-width: 0.25em !important;
	margin-top: 0;
}
.form-simple p:has(input[type="checkbox"]) .wpcf7-list-item-label {
	display: inline-block;
	padding-left: 2.25em;
	position: relative;
	font-size: 0.95em;
}
.form-simple .wpcf7-checkbox .cf7mls-invalid input[type="checkbox"]:not(:checked),
.form-simple .wpcf7-checkbox.wpcf7-not-valid input[type="checkbox"]:not(:checked) {
	border-color: rgb(187, 51, 42) !important;
	border-width: 0.25em !important;
	margin-top: 0;
}
.form-simple .wpcf7-checkbox:has(.cf7mls-invalid input[type="checkbox"]) + .wpcf7-not-valid-tip,
.form-simple .wpcf7-checkbox.wpcf7-not-valid:has(input[type="checkbox"]) + .wpcf7-not-valid-tip{
	display: none;
}
.form-simple .pflichttext {
	opacity: 0.5;
	font-size:0.75em
}
.form-simple p:has([id*="-wrapper"]) {
	margin-top: 0 !important;
}
.form-simple :not(.wpcf7-checkbox) + .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block;
	background: rgb(187, 51, 42, 1);
	color: rgb(255,255,255);
	padding: 0 0.5em 0.125em;
	margin-left: 0;
	margin-top:0.25em;
	border-radius:0.25em;
}
.form-simple .wpcf7-checkbox .cf7mls-invalid input[type="checkbox"] {
	border-color: rgb(187, 51, 42) !important;
}
.form-simple p a {
	text-decoration: underline;
}

.form-simple .form-footer .button {
	margin-top: 0 !important;
}
.form-simple .form-footer .button input[type="submit"] {
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-radius:0;
	font-weight: 500;
	background-color: rgb(120,147,156);
	color: rgb(255,255,255);
}
.form-simple .form-footer .button input[type="submit"]:hover {
	background-color: rgb(0,73,118);
	color: rgb(255,255,255)
}

.wpcf7 form:has(.form-simple) div.wpcf7-response-output {
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 1em 1em;
	font-size: 1em;
	background: rgb(255,255,255);
	color: rgb(0,0,0);
	margin: 0;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75), 0 0 0 100vw rgba(255, 255, 255, 0.5);
	border-width: 0em;
	border-radius: 0.5em;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1000;
	animation: "response-output";
	animation-duration: 1s;
	animation-name: show-response-output;
	animation-delay: 5s;
	animation-fill-mode: forwards;
	width: 90%;
	max-width: 30rem;
	z-index: 1000 !important;
}
.wpcf7 form:has(.form-simple).invalid .wpcf7-response-output, 
.wpcf7 form:has(.form-simple).unaccepted .wpcf7-response-output, 
.wpcf7 form:has(.form-simple).payment-required .wpcf7-response-output,
.wpcf7 form:has(.form-simple)[novalidate="novalidate"] .wpcf7-response-output{
	border-color: rgb(187, 51, 42, 1); !important;
	background-color: rgb(187, 51, 42, 1);
	color: rgb(255,255,255);
	font-weight:500;
}
.wpcf7 form:has(.form-simple).sent .wpcf7-response-output {
	border-color: rgb(42, 187, 78) !important;
	background-color: rgb(42, 187, 78) !important;
	color: rgb(255,255,255);
	font-weight:500;
}

@media(max-width: 767px){
	.form-ausbildung .form-box::before {
		top: -10vw
	}
	.form-ausbildung  img {
		max-width:50%;
		margin-top: -2em;
		margin-bottom: 1em;
	}
	.form-simple {
		font-size: 1em !important;
	}
	.form-simple .form-footer input[type="submit"] {
		font-size: 1.25em;
	}
}
@media(min-width: 768px){
	
}


