#hero {
	background-color: rgb(244,246,247);
	padding-bottom:2em !important;
}
#hero h1::before {
	color: rgb(255,255,255) !important;
}
#hero h1 {
	margin-bottom: -0.5em !important;
}
.slidecont::before {
	background-color: rgb(244,246,247);
}
.cf7mls_progress_bar,
.cf7mls_progress_bar li .cf7mls_progress_bar_title {
	font-family: "Roboto";
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical {
	margin-bottom: 3em;
	margin-top: 3em;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li.active::before {
	/*background: rgba(0,200,50) !important;*/
	background: rgba(32,179,131) !important;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li.current::before {
	/*background: rgb(255, 185, 0) !important;*/
	background: rgba(0,73,118, 0.8) !important
}
.cf7mls_number_step_wrap .cf7mls_number,
.cf7mls_number_step_wrap .cf7mls_step_current {
	font-size: 15px;
	color: rgba(255,255,255, 0.85);
	font-family: inherit !important;
}
.cf7mls_number_step_wrap .cf7mls_step_current {
	font-weight: 700;
}
.cf7mls_number_step_wrap .cf7mls_progress_bar_percent .cf7mls_progress_barinner {
	background: rgba(0, 200, 50) !important;
}
.cf7mls_progress_bar li .cf7_mls_count_step {
	font-weight: bold
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li.cf7mls-steps-item-finish::after {
	/*background: rgba(0,200,50) !important;*/
	background: #eee !important;
	height: 1px;
}
.cf7mls_next.action-button {
	background-color: rgb(0,73,118);
}

#bewerben .fieldset-cf7mls-wrapper {
	overflow: visible;
}

#bewerben fieldset .heading {
	background-color: rgba(255,255,255,0.2);
	padding-top:1em !important;
	;
	padding-bottom: 1em !important;
	margin-bottom:2em
}
#bewerben fieldset {
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	border: none;
	overflow: visible !important;
}
#bewerben .mailform-wrapper form fieldset[data-cf7mls-order="1"] label > span:first-child {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	font-size:1.1em;
}
#bewerben .mailform-wrapper form fieldset[data-cf7mls-order="1"] label > span.addtext {
	margin-top:0em;
	margin-bottom:0.5em;
	display: inline-block;
	line-height: 1.2
}
.mailform-wrapper form p:has(input[type="checkbox"]) {
	padding-left:2.75em;
	position: relative;
}
.mailform-wrapper .wpcf7-checkbox,
.mailform-wrapper .wpcf7-form-control-wrap {
	position: static !important;
}
.mailform-wrapper form input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	float:none;
}

input[type="checkbox"] + .wpcf7-list-item-label {
	font-weight: bold;
	font-size: 1em !important;
	line-height: 1.25;
	padding-top:0.25em;
	padding-left:0 !important;
}
.wpcf7-form-control-wrap[data-name="datenschutz-cbmls"] + a {
	margin-left: 0.5em;
	text-decoration: underline;
}
.wpcf7-form-control-wrap[data-name="datenschutz-cbmls"] + span {
	display: block
}
.wpcf7-list-item-label a {
	text-decoration: underline;
}
#form_preview {
	background: rgba(255,255,255);
	color: rgb(0,0,0);
	width: calc(100% - 1em);
	float:left;
	margin:0.5em;
	padding:0.5em;
}
#form_preview hr {
	float: left;
	width: calc(100% - 1em);
	margin-bottom:0.5em !important;
	margin-left:0.5em !important;
	margin-right:0.5em !important;
}
#form_preview h3 {
	color: rgb(0,73,118, 1);
}
#form_preview .col.span1-1:has(.col) {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1em
}
#form_preview :not(.span1-2) {
	flex-basis: 100%;
}
#form_preview .col .col.span1-1 {
	flex-basis: 100%;
	padding:0 !important;
}
#form_preview .col .col.span1-2 {
	flex-basis: calc(50% - 0.5em);
	padding:0 !important;
}
#form_preview .result {
	display: grid;
	flex-wrap: wrap;
	align-items: start;
	grid-auto-rows: 2em 1fr;
	gap: 0 0.5em;
	width: 100%;
}
#form_preview .result .label {
	align-self: start;
	font-size: 0.9em;
	font-weight: 500;
	color: rgba(0,73,118, 1);
	padding-top:0.5em;
}
#form_preview .result .value {
	display: grid;
	background: rgba(0,73,118, 0.05);
	color: rgb(30,30,30);
	min-height: 2.75em;
	align-self: start;
	padding: 0.25em 0.5em;
	font-weight: 500;
	font-size: 1.1em;
	position: relative;
	align-items: center;
}
#form_preview .result p {
	margin: 0 !important;
}
#form_preview .result .value > .upload-list {
	margin-left: 1em;
	font-size: 0.85em;
	line-height: 1.25;
}
#form_preview .result .value > .upload-list > li {
	padding: 0.125em 0 0.125em 0.25em;
}
#form_preview .result .value > .upload-list .name > span {
	font-weight: 500
}
#form_preview .result .value > .upload-list .name > em {
	display: none;
}
#form_preview .result[data-field="your-message"] {
	margin-bottom:2em;
}
#form_preview .result[data-field="your-message"] .value {
	min-height: 6.5em;
}
#form_preview .result .wpcf7-cf7_recall_your-attentive-add:not(:empty)::before {
	content: ': ';
}
#form_preview .result:is([data-field="datenschutz-cbmls"],
[data-field="datenverarbeitung-cbmls"]) .value > p {
	font-size: 0.85em;
	line-height: 1.25;
}
#form_preview .result:is([data-field="datenschutz-cbmls"],
[data-field="datenverarbeitung-cbmls"]) .value > p:has(span:not(:empty)) {
	padding-left: 1.5em;
}
#form_preview .result:is([data-field="datenschutz-cbmls"],
[data-field="datenverarbeitung-cbmls"]) .value > p > span:not(:empty)::before {
	content:'';
	position: absolute;
	left:0.5em;
	top:0.5em;
	width: 1em;
	height: 1em;
	background: url(/wp-content/themes/gb/images/icon_checked_highgreen.svg) center center / auto 100% no-repeat;
	margin-right: 0.25em;
}
#form_preview .edit-step {
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	color: rgba(32,179,131);
	margin-left: 1em;
	float: right;
	cursor: pointer;
}
#form_preview .edit-step:is(:hover,
:focus) {
	text-decoration: underline;
}
#form_preview .edit-step::before {
	content:'';
	float:left;
	width: 1em;
	height: 1em;
	background: url(/wp-content/themes/gb/images/icon_edit_2_green.svg) center center / auto 100% no-repeat;
	margin-right: 0.25em;
}
.cf7mls-btns {
	padding: 2em 0.5em
}
.cf7mls-btns.cf7mls-btns-last-step {
	padding-top:2em;
	text-align: center;
}
.cf7mls-btns.cf7mls-btns-last-step div.button {
	margin:-0.25em 0 0 0 !important;
	float: right
}
.cf7mls-btns.cf7mls-btns-last-step div.button p {
	margin:0 !important;
}
.cf7mls-btns.cf7mls-btns-last-step div.button .wpcf7-submit {
	margin: 0;
	min-width: 0 !important;
	width: auto
}
.cf7mls-btns.cf7mls-btns-last-step div.button .wpcf7-spinner {
	background-color: rgb(0,73,118);
	opacity: 1;
	width: 2em;
	height: 2em;
	margin: 0.25em 0.6em;
}
#bewerben .mailform-wrapper :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;
}
#bewerben .mailform-wrapper div.wpcf7-response-output {
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75), 0 0 5em 5em rgba(255, 255, 255, 0.5)
}
#bewerben .mailform-wrapper .wpcf7 form.invalid .wpcf7-response-output, 
#bewerben .mailform-wrapper .wpcf7 form.unaccepted .wpcf7-response-output, 
#bewerben .mailform-wrapper .wpcf7 form.payment-required .wpcf7-response-output, 
#bewerben .mailform-wrapper .wpcf7 form[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);
}
#bewerben .mailform-wrapper .wpcf7-checkbox .cf7mls-invalid input[type="checkbox"] {
	border-color: rgb(187, 51, 42) !important;
}
#bewerben .mailform-wrapper .wpcf7-checkbox:has(.cf7mls-invalid input[type="checkbox"]) + .wpcf7-not-valid-tip {
	display: none;
}
#bewerben .success-wrapper {
	position: absolute;
	top:0;
	width:100%;
	opacity:0;
	transform-origin: center center;
	transform: scale(0);
}
#bewerben .success-wrapper.sent {
	position: relative;
	top:0;
	width:100%;
	opacity:1;
	transform: scale(1);
	transition: all 300ms ease-in 0ms;
	padding-top:2em;
	padding-bottom: 2em;
}

#bewerben .success-wrapper .info {
	background-color: rgba(255,255,255, 1);
	padding: 2em 1em;
	box-shadow: 0 0 0.5em rgb(0,73,118, 0.2), 0 0 0.25em rgb(0,73,118, 0.2);
}
#bewerben .success-wrapper h2 {
	margin-bottom: -0.5em !important;
	text-transform: uppercase;
	margin-left:-1.5em;
}
#bewerben .success-wrapper h2::before {
	margin-right:0.75em;
}
#bewerben .success-wrapper h3 {
	margin-bottom: -0.5em !important;
}
#bewerben .success-wrapper .info a {
	text-decoration: underline;
}
@media(max-width: 1024px) {
	.cf7mls-btns {
		padding: 2em 0.5em;
		text-align: center;
	}
}
@media(max-width: 619px) {
	.cf7mls_number_step_wrap {
		margin-bottom: 40px;
	}
	.cf7mls-btns {
		padding: 2em 0.5em;
		text-align: center;
	}
	.cf7mls-btns button {
		font-size: 1.25em
	}
	.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back {
		float: none !important;
	}
	.cf7mls-btns.cf7mls-btns-last-step div.button {
		margin:1em 0 2em -3em !important;
		float: none;
	}
	#btn_jobs {
		font-size: 1.125em
	}
	#bewerben .mailform-wrapper {
		padding: 0 !important;
		margin-left:-1em;
		margin-right:-1em;
		font-size: 1.1em;
	}
	#bewerben .mailform-wrapper :not(.wpcf7-checkbox) + .wpcf7-not-valid-tip {
		background: rgb(187, 51, 42, 0.8);
	}
	#bewerben .mailform-wrapper form fieldset[data-cf7mls-order="0"] .col {
		padding-top:0
	}
	#bewerben .mailform-wrapper form input,
	#bewerben .mailform-wrapper form textarea,
	#bewerben .mailform-wrapper form select {
		font-size: 18px;
		line-height: 22px
	}
	#bewerben .mailform-wrapper form textarea {
		font-size: 16px;
	}
	#form_preview .col .col.span1-2 {
		flex-basis: 100%;
		padding:0 !important;
	}
	#bewerben .mailform-wrapper form label > span:first-child {
		font-size: 15px;
	}
	#bewerben .mailform-wrapper form input[type="checkbox"] {
		top: 0.375em;
	}
	.wpcf7-form-control-wrap[data-name="datenschutz-cbmls"] + a {
		margin-left: 0 !important;;
	}
	#form_preview .result .label{
		font-size: 14px;
		line-height: 1.25;
		padding-bottom:0.25em
	}
	#form_preview .result {
		grid-auto-rows: auto 1fr;
	}
	#form_preview .result .value > .upload-list {
		font-size: 1em;
	}
	#form_preview .result[data-field="your-message"] .value {
		align-items: start;
	}
	.box:has(#btn_jobs) p br {
		display: none;
	}
}
@media(max-width: 474px){
	.bewerbung .stage {
		overflow: visible !important;
		margin-bottom: 0 !important;
	}
	.bewerbung .stage::after {
		height: auto !important;
		bottom: 0;
	}
	.bewerbung #hero {
		padding-bottom:0 !important;
	}
	#bewerben .mailform-wrapper .codedropz-upload-inner {
		max-width: none;
		margin: 0 auto;
		line-height: 1.5;
	}
	#bewerben .mailform-wrapper .codedropz-upload-container {
		padding: 0.5em 0.5em;
		font-size: 0.8em;
	}
	#bewerben .mailform-wrapper .codedropz-upload-container a.cd-upload-btn {
		display: block;
		padding: 2em 20vw;
	}
}