/*--------------------------------------------------------------
# BEWERBUNGSFORM
--------------------------------------------------------------*/

.bewerbungsform-container.disable {
	opacity: .4;
  	pointer-events: none;
	transition: opacity .3s ease;
}

.progress-bar-container {
	width: 100%;
	height: 10px;
	border-radius: 100px;
	overflow: hidden;
	background-color: rgb(224, 224, 224);
	display: none;
	margin-bottom: 20px;
}

#progress-bar {
	height: 100%;
	background: var(--sub-color);
	transition: all .3s ease;
}

.steps {
    position: relative;
}

.steps .step {
    display: none;
    min-height: 300px;
    flex-direction: column;
    width:100%;
}

.steps .step.active {
    display: flex;
}

.step-foot {
    margin: auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cf-headline > * {
	margin-bottom: 0px;
}

.cf-group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.width-100 {
	width: 100%;
}

.width-75 {
	width: calc(75% - 10px);
}

.width-66 {
	width: calc(66.66% - 10px);
}

.width-50 {
	width: calc(50% - 10px);
}

.width-33 {
	width: calc(33.33% - 13.3px);
}

.width-25 {
	width: calc(25% - 10px);
}


.select-input {
    width: 100%;
    height: 50px;
    font-size: var(--font-size);
    padding: 0 10px;
    border: 1px solid #8b8c8c;
    color: #8b8c8c;
    border-radius: 5px;
    max-width: 600px; 
}

.text-input, .textarea-input {
    width: 100%;
	border: 0;
	padding: 10px 20px;
	background: unset;
	font-weight: 300;
	line-height: 1.6em;
	font-size: var(--font-size);
	border-radius: 5px;
	font-family: var(--font-family);
}

.textarea-input {
	min-height: 180px !important;
	min-width: 100% !important;
	max-width: 100% !important;
}


.cf-element label, .cf-auswahlfeld-name, .cf-select-name {
	text-align: left;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.modern .cf-textfeld {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
  	border-radius: 15px;
}

.registrierung .modern .cf-textfeld {
	border: 1px solid #fff;
}

.modern .cf-textarea {
	position: relative;
}

.modern .cf-textfeld.-focus label, .modern .cf-textfeld.-filled label, .modern .cf-textfeld.-up label {
	opacity: .65;
	transform: scale(.70) translateY(-14px) translateX(0px);
}

.modern .cf-textarea.-focus label, .modern .cf-textarea.-filled label, .modern .cf-textarea.-up label {
	opacity: .65;
	transform: scale(.70) translateY(-8px) translateX(0px);
}

.modern .cf-textfeld label, .modern .cf-textarea label {
	position: absolute;
	left: 0;
	margin: auto 20px;
	pointer-events: none;
	border: 0;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.modern .cf-textarea label {
	margin: 12px 20px;
}

.modern .cf-textarea textarea:not(.placeholder) {
	padding-top: 25px;
}

.modern .cf-textfeld input {
	padding: 25px 20px 6px;
}


.horizontal {
	display: flex;
	flex-wrap: wrap;
}

.horizontal .cf-auswahlfeld-input {
	margin-right: 30px;
	text-align: center;
}

.horizontal .cf-auswahlfeld-input label {
	text-align: center;
	margin-bottom: 0px;
}

.horizontal .cf-auswahlfeld-input:last-child {
	margin-right: 0px;
}

.label-img {
	height: 80px;
	margin: 10px 0;
}

.label-img img {
	height: 100%;
	width: auto;
	margin: auto;
}

.cf-privacy {
	display: none !important;
}

.cf-senden {
    padding: 6px 6px 6px 30px !important;
	background: var(--main-color);
	border: 0;
	border-radius: 100px;
	transition: all .3s ease;
	width: fit-content;
	display: inline-flex;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1em;
	align-items: center;
	cursor: pointer;
	margin: 30px 0 0 auto;
}

.cf-senden .btn-icon {
	height: 36px;
	width: 36px;
	background: #fff;
	padding: 12px;
	border-radius: 100%;
	margin-left: 20px;
}

.cf-senden .btn-icon img {
	transform: rotate(45deg);
}

.cf-senden:hover {
    opacity: .8;
}

.bewerbungsform-info {
	padding: 15px 20px;
  	margin-bottom: 30px;
    color: #fff;
	background: #5bca4b;
    border: 1.5px solid #5bca4b !important;
	display: none;
	font-family: 'Rokkitt';
  	font-size: 25px;
}

input.error {
	border: 2px solid var(--magenta) !important;
	border-radius: 100px;
  }

.bewerbungsform-info.error {
    background: var(--magenta);
    border: 1.5px solid var(--magenta) !important;
}


/* Main Component Styles */
.bewerbungsform label.checkbox {
	position: relative;
}

.bewerbungsform label.checkbox .check-icon {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: solid 1px #d6dce3;
	background-color: #f0f3f6;
	border-radius: 3px;
	transition: 0.2s all ease-in-out;
}

.bewerbungsform label.checkbox .check-icon:before {
	content: '';
	position: absolute;
	inset: 0;
	transition: 0.2s all ease-in-out;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16' style=''%3e%3cpath fill='%23ab2272' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: center center;
	transform: scale(1.3);
	opacity: 0;
}

.bewerbungsform label.checkbox input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
}

.bewerbungsform label.checkbox input:checked + .check-icon {
	border-color: #ccc;
  	background: #fff;
}

.bewerbungsform label.checkbox input:checked + .check-icon:before {
	transform: scale(1);
	opacity: 1;
}

.bewerbungsform label.checkbox input:focus ~ .check-icon {
	box-shadow: 0 0 2px 4px #0002;
}

.bewerbungsform label.checkbox > .label-titel {
	display: inline-flex;
	align-items: center;
}

.bewerbungsform .label-titel .label-name {
	margin-left: 10px;
	max-width: calc(100% - 30px);
}

.bewerbungsform .datenschutz label.checkbox > .label-titel {
	align-items: flex-start;
}

.bewerbungsform .datenschutz label.checkbox > .label-titel .check-icon {
	margin-top: 5px;
}

.bewerbungsform .datenschutz label.checkbox > .label-titel .label-name {
	font-size: var(calc(--font-size) * 0.8);
	line-height: 1.6em;
}

.bewerbungsform label.checkbox.checkbox .check-icon {
	border-radius: 50%;
}


.bewerbungsform select {
	appearance: none;
	outline: 0;
	border: 0;
	box-shadow: none;
	flex: 1;
	padding: 0 20px;
	font-weight: 400;
	color: #fff;
	line-height: 1.6em;
	font-size: var(--font-size);
	font-family: var(--font-family);
	background-color: #f9f9f9;
	background-image: none;
	cursor: pointer;
}

.bewerbungsform select::-ms-expand {
	display: none;
}

.bewerbungsform .select {
	position: relative;
	display: flex;
	width: 100%;
	height: 56px;
	border-radius: 5px;
	overflow: hidden;
}

.bewerbungsform .select ._arrow {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 50px;
	height: calc(100% - 20px);
	transition: .25s all ease;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	border-left: 1px solid #e6e6e6;
}

.bewerbungsform .select ._arrow:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #828282 transparent transparent transparent;
}


.file {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border: 2px dashed #ccc;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
	min-height: 155px;
}

.file ._draginfo {
	font-size: 15px;
  	line-height: 1.3em;
}

.file ._button {
	transition: .25s all ease;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: underline;
	font-size: 15px;
  	line-height: 1.3em;
}

.file.filled ._button {
	text-decoration: unset;
}

.file input {
	display: none !important;
}

.file ._delete {
	display: none;
	cursor: pointer;
    gap: 5px;
	font-size: 12px;
	text-decoration: underline;
	align-items: center;
	margin-top: 5px;
    transition: opacity 0.3s;
}

.file ._delete img {
	width: 15px;
}

.file ._delete:hover {
    opacity: 0.7;
}

.file:not(.filled) .file-icon {
	display: none;
}

.file.filled .upload-icon {
	display: none;
}

.file.filled ._draginfo {
	display: none;	
}

.file ._icon {
	margin-bottom: 10px;
	cursor: pointer;
}

.file ._icon img {
	width: 30px;
}

.file.dragging, .file.filled {
	background: var(--color-1);
	border: 2px solid var(--color-1);
}

.file.filled ._delete{
	display: flex;
}

.datenschutz a {
	text-decoration: underline;
}



@media all and (max-width: 768px) {
	.width-75, .width-66, .width-50, .width-33, .width-25 {
		width: 100%;
	}
}