.wpcf7-list-item {
	margin:0;
	margin-bottom: 10px;
}
.wpcf7-form-control.wpcf7-radio {
	display:flex;
}
.input-sec {
	font-size:18px;
	margin-bottom:15px;
}
.schnellbewerbung .input-sec {
	margin-bottom:0px;
}
.input-sec a {
	color:#fff;
	text-decoration: underline;
}
.input-sec label{
	margin-bottom:10px;
	color: #fff;
	font-size:18px;
	font-family: 'Source Sans 3';
	margin-bottom:10px;
 }
.formtitel {
	margin-bottom:10px;
	color: #fff;
	font-size:18px;
	margin-bottom:10px;
} 
.input-sec input[type="text"],
.input-sec input[type="email"],
.input-sec select{
	border:0 none;
	font-size:18px;
	border-radius:10px;
	padding: 12px 20px;
	margin:8px 0px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background:#8DA6A1;
	color: #fff;
	font-family: 'Source Sans 3';
}
.input-sec select{
	width:100%;
	position: relative;
}
.input-sec select {
	background:#8DA6A1 url(../img/arrow-down_white.svg) no-repeat 98% center;
	background-size:25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
select::-ms-expand {
	display: none;
}
.input-sec textarea{
	border:0 none;
	width:100%;
	height:180px;
	padding:12px 20px;
	font-size:18px;
	border-radius:10px;
	box-sizing: border-box;
	margin:10px 0px;
	background:#8DA6A1;
	color: #fff;
	font-family: 'Source Sans 3';
}
.input-sec input::placeholder,
.input-sec textarea::placeholder {
	opacity:1;
}
.input-sec.dflex {
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.input-sec.dflex p{
	text-align:right;
}
.input-sec .sp50,
.input-sec.sp50 {
	width:49%;
}
.input-sec .sp33,
.input-sec.sp33 {
	width:32%;
}

.input-sec.dflex input {
	width: 100%;
}
.input-sec.dflex div + div{
	margin-left:2%;
}
.datenschutz {
	font-size:18px;
}

@media(max-width:479px){
	.input-sec .sp50,
	.input-sec.sp50 {
		width:100%;
	}
	.input-sec .sp33,
	.input-sec.sp33 {
		width:100%;
	}
	.input-sec.dflex div + div{
		margin-left:0px;
	}
}
.submitblock{
	margin-top:20px;
	display:flex;
	justify-content: start;
}
input.wpcf7-submit {
	border:0 none;
	color:#fff;
	font-size:18px;
	font-family: 'Source Sans 3';
	border-radius:10px;
	transition:background ease 0.3s;
	padding:15px 20px;
	background:#62B299;
	position: relative;
	display:inline-block;
	width:auto;
}
input.wpcf7-submit:hover {
	border:0 none;
	background:#88BF9C;
	color:#fff;
	text-decoration: none;
	cursor:pointer;
}
.wpcf7-spinner {
	display: none;
}
.pflichtfelder {
	margin-top:10px;
	margin-bottom:10px;
}

[type="checkbox"] {
	position: relative;
	left: 15px;
	top: -4px;
	z-index: 0;
	-webkit-appearance: none;
}
[type="checkbox"] + label {
	position: absolute;
	margin:0;
	
}
[type="checkbox"] + label::before {
	width: 15px;
	height: 15px;
	border-radius: 5px;
	border: 3px solid #ddd;
	background-color: #fff;
	display: block;
	content: "";
	float: left;
	margin:0;
	margin-left: -6px;
	margin-right: 8px;
	z-index: 5;
	position: relative;
}
[type="checkbox"]:checked+label::before {
	border: 3px solid var(--wp--preset--color--color-f-3-dark);
	background:var(--wp--preset--color--color-f-3-dark);
}
[type="checkbox"] + label:hover::before {
	border: 3px solid var(--wp--preset--color--color-f-3-dark);
}



.datenschutz .wpcf7-form-control-wrap {
	display:inline-block;
}
.wpcf7 .wpcf7-list-item {
	display: block;
}
.wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
}
.wpcf7-radio input[type=radio] {
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
	position: relative;
	margin-right: 20px;
}
.wpcf7-radio input[type=radio] + span {
	position: static;
}
.wpcf7-radio input[type=radio] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 5px;
	height: 16px;
	width: 16px;
	top: 0px;
	left: 0px;
	border: 2px solid #fff;
}
.wpcf7-radio input[type=radio] + span:hover:before {
	border: 2px solid #62B299;
	cursor:pointer;
}
.wpcf7-radio input[type=radio]:checked + span:before {
	background:#62B299;
	border: 2px solid #62B299;
}
.wpcf7-radio input[type=radio]:checked + span:after {
	visibility: visible;
}

.wpcf7-checkbox input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
	position: static;
}
.wpcf7-checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 5px;
	height: 16px;
	width: 16px;
	top: 0px;
	left: 0px;
	border: 2px solid #fff;
}
.wpcf7-checkbox input[type=checkbox] + span:hover:before {
	border: 2px solid #62B299;
}
/*.wpcf7-checkbox input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
	visibility: hidden;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
} */
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
	background:#62B299;
	border: 2px solid #62B299;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.wpcf7-list-item-label {
	margin-left: 40px;
	display: inline-block;
}
.select_standort {
	position: relative;
	margin-bottom:30px;
}
.select_titel {
	border:0 none;
	font-size:18px;
	border-radius:10px;
	padding: 12px 20px;
	margin:8px 0px;
	width: 100%;
	background:#8DA6A1;
	color: #fff;
	font-family: 'Source Sans 3';
	cursor:pointer;
	position: relative;
}
.select_titel:after {
	background:url(../img/arrow-down_white.svg) no-repeat center;
	width:25px;
	height:25px;
	position:absolute;
	right:12px;
	top:12px;
	content:'';
	display:block;
}
.select_standort.active .select_titel:after {
	transform: rotate(180deg);
}
.select_standort_over {
	padding:20px;
	background:#60827B;
	border-radius:10px;
	display:none;
	position: absolute;
	left:0;
	top:60px;
	width:100%;
	z-index: 2;
}
.select_standort.active .select_standort_over {
	display:block;
}
.select_standort_over div {
	position: relative;
}
.select_standort_over .wpcf7-list-item {
	float:left;
	width:48%;
	margin-right:2%;
}
input::placeholder,
textarea::placeholder {
	color:#fff;
}

@media(max-width:768px){
	.suche [type="checkbox"] + label {
		max-width:100%;
	}
	.input-sec input[type="text"],
	.input-sec input[type="email"],
	.input-sec select,
	input.wpcf7-submit,
	.input-sec textarea {
		font-size:16px;
	}
	.select_standort_over .wpcf7-list-item {
		float:none;
		width:100%;
		margin-right:0;
	}
}