#coeo-group-footer {
    position: relative !important;
}




/* Sichtbarkeit erzwingen */
[data-class="wpcf7cf_group"],
[data-class="step1"],
[data-class="step2"] {
  display: block !important;
  opacity: 1;
  visibility: visible;
}





/* Standardzustand: Seite 2 ausblenden */
[data-class="step2"] {
  display: none !important;
}

.cf7-btn {
  background: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.cf7-btn:hover {
  background: #005f8c;
}

.w-filter-list{
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 4%;
}

.personio-result-box{
	border:1px solid #333;
	display: grid !important;
	align-items: center !important;
	grid-template-columns: 48% 32% 17% 3%;
  width: 100%;
	font-size:1rem;
	padding:5px 0px;
}
.personio-result-title{
	font-size:1rem;
	padding:2px 0 0 5px !important;
	margin-left:5px;
}
.personio-result-location{
	padding:0px 0 0 0px !important;
}
.personio-result-time{
	padding:0px 0 0 0px !important;
}
.personio-result-icon{
	padding:0px 0 0 0px !important;
	margin-left:-5px;
	width:100%;
}



/* ### PERSONIO ### */
.personio-headline{
	font-size:3rem;
}.headline-jobs-cat{
	font-size:1.8rem;
}
.jop-detail-wrapper .vc_column-inner{
	justify-content:flex-end !important;
}

.job-country-wrapper div div .wpb_wrapper{
	display:flex;
	gap: 0.3rem;
}
.job-country-icon {
    position: relative;
    display: inline-block;
    padding-left: 30px; 
}
.job-country-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 30px; 
    height: 30px; 
    background-image: url('/wp-content/uploads/2025/11/map-pin-thin.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.job-country-icon::after{
	content: ",";
}
.job-link {
  margin-top:1.5rem;
}
.get-to-know-icon {
    position: relative;
    display: inline-block;
    padding-left: 30px; 
}
.get-to-know-icon::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 55%;
    transform: translateY(-50%);
    width: 30px; 
    height: 30px; 
    background-image: url('/wp-content/uploads/2026/01/smiley-fill.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.form-legal-link{
	display:block;
	font-weight:700;
	margin: 16px 0px -100px 130px;
}

.job-address{
	
}
.job-time{
	position: relative;
  display: inline-block;
  padding-left: 30px;
}
.job-time::before {
    content: '';
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 30px; 
    height: 30px; 
    background-image: url('/wp-content/uploads/2025/11/clock-thin.svg');
    background-size: contain;
    background-repeat: no-repeat;
}





/* Entferne standard bullets und resette Abstände */
.bullet-check ul, .bullet-star ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bullet-zukunft ul{
	margin: 0;
  padding-left: 20px;
}
.bullet-zukunft ul li{
   line-height: 1.5;
}
.bullet-check ul li, .bullet-star ul li {
  position: relative;
  padding-left: 25px; 
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.bullet-check ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;    
  height: 20px;     
  background-image: url("/wp-content/uploads/2025/11/check-thin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bullet-star ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;    
  height: 20px;     
  background-image: url("/wp-content/uploads/2025/11/star-thin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bullet-check ul li + li, 
.bullet-star ul li + li {
  margin-top: 0.25rem;
}




.reset-filters-button{
	font-weight:700;
}
.personio-result-box h2, .personio-result-box div span{
	color:#333;
	transition: color 0.15s ease;
}
.personio-result-box{
	border: 1px solid #333;
	transition: border 0.15s ease;
}   
.personio-result-box:hover h2, .personio-result-box:hover div span{
	color:#298fc2;
}
.personio-result-box:hover{
	border: 1px solid #298fc2;
}   





/*  ###  PERSONIO FORM ### */
#form-wrapper {
    display: flex;   
    flex-direction: column;  
    justify-content: center; 
    align-items: center;   
    min-height: 50vh; 
}
.personio-form-wrapper { 
	max-width: 1000px; 
	margin: 0 auto;
	}
.step { 
	display: none; 
}
.step.active { 
	display: flex; 
	gap: 40px; 
}
.col { 
	width: 50%; 
}
.col h2{
	margin-top:-13px;
}
.two-cols { 
	display: flex; 
	gap: 20px; 
	margin-bottom:20px;
}
.personio-form-wrapper .two-cols:last-of-type {
    margin-bottom: -1px;
}
.two-cols .col-50 { 
	width: 50%; 
}
.col label input{
	margin-top:4px;
}
#nextBtn, #send-btn{
	position:absolute;
	bottom:0;
}
#nextBtn{
	right: calc(50% + 20px);
}
#send-btn{
	left: calc(50% + 20px);
}
fileName{
	margin-top:5px; 
}
.file-dropzone {
    width: 100%;
    min-height: 280px;
		height:100%;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    position: relative;
}
.file-dropzone.file-selected { 
	border-color: #333;
}
.file-selected img#dropIcon {
    width: 80px;
    height: 80px;
    transform: scale(1.7);
    transition: 0.3s ease;
}
#dropText { 
	position: absolute; 
	top: 40px; 
	width: 100%; 
	text-align: center; 
	font-weight: 700;
	color:#298fc2;
	pointer-events: none; 
}
.hidden { 
	display: none; 
}
.thankyou { 
	display: none; 
	flex-direction: row-reverse;
	justify-content:flex-end;
	gap:3rem;
	text-align: left; 
}
.thankyou img{ 
	width:150px;
	height:150px;
}
.gender-options { 
	display: flex; 
	gap: 25px; 
	align-items: center; 
	margin-bottom:20px;
}
  .gender-options label { 
		display: flex; 
		align-items: center; 
		gap: 3px; 
}
input[type=radio]{
	height:1.1rem ;
	width:1.1rem ;
}



@media only screen and (max-width:1000px) {
		h1.entry-title{
	font-size: 1.8rem !important;
		line-height:normal;
	}
	.job_title_zukunft span, .job_titel_was_du span, .job_titel_deine_vorteile span, .col h2{
		font-size:1.5rem !important;
	}
	
}


	.bewerbung-mobil{
		display:none;
	}
	.bewerbung-desctop{
		display:flex;
	}
@media only screen and (max-width:760px) {
	.step.active {
		flex-direction:column;
}
	.col{
		width:100%;
	}
	#nextBtn{
    position: absolute;
    bottom: 0;
    right: 1.5rem;
		z-index:9999;
}
	#send-btn{
		position:relative;
	}
	.bewerbung-mobil{
		display:flex !important;
	}
	.bewerbung-desctop{
		display:none !important;
	}
}  /* MOBIL */	
