body.remove_scroll {
	overflow:hidden;
}
/* Stellenangebote */
.profile_content .stellenangebote {
	max-width:100%;
	border-collapse:separate !important;
	border-spacing:0 12px !important;
	table-layout: fixed;
    min-width:100%;
}
.profile_content .stellenangebote tr {
	height:65px;
}
.profile_content .stellenangebote td {
	min-width:fit-content;
	white-space:nowrap;
}

.profile_content .stellenangebote tr:nth-child(2n+1) {
	background:#ebebeb;
}
.profile_content .stellenangebote tr {
	-webkit-box-shadow: 2px 2px 5px 4px rgba(142,142,142,0.1);
	box-shadow: 2px 2px 5px 4px rgba(142,142,142,0.1);
}
.profile_content .stellenangebote thead tr {
	/*background:url("https://www.dba-bau.com/wp-content/uploads-webpc/uploads/bg_header_test.jpg.webp") !important;*/
	background-color:#606060 !important;
	color:#fff;
	font-weight:bold;
	height:70px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:left !important;
	box-shadow:none;
}
.profile_content .stellenangebote button {
	background:#606060;
	color:#fff;
	font-weight:bold;
	border-radius:20px;
	margin:8px;
	font-size:14px;
}
.profile_content .stellenangebote td, .stellenangebote th {
	padding:0 15px;
	vertical-align:middle;
}
.profile_content .stellenangebote td.jobs_button {
	overflow:hidden;
	white-space:nowrap;
	width:145px;
	margin-top:10px;
}
.profile_content .stellenangebote td.jobs_button .bewerben {
	opacity:0;
	transition:all 0.3s ease;
	transform:translateX(100px);
	width:150px;
	background: rgb(95,95,95);
	background: linear-gradient(90deg, rgba(95,95,95,1) 0%, rgba(141,141,141,1) 100%);
}
.profile_content .stellenangebote td.jobs_button .bewerben:hover {
	text-decoration:none !important;
}
.profile_content .stellenangebote tr:hover td.jobs_button .bewerben {
	width:150px;
	opacity:1;
	transform:translateX(0px);
}
.profile_content #stellenangebote_form #user_location, .jobs_sa_wrapper_ajax #stellenangebote_form #user_location {
	border:1px solid #000 !important;
}
.profile_content #stellenangebote_form .location_wrapper, .jobs_sa_wrapper_ajax #stellenangebote_form .location_wrapper {
	margin-right:20px;
	position:relative;
}
.profile_content #stellenangebote_form .input_container .filter_submit {
	color:#fff;
}
.profile_content #stellenangebote_form #radius, .jobs_sa_wrapper_ajax #stellenangebote_form #radius, #stellenangebote_form #anstellungsart {
	color: gray;
	-webkit-appearance: menulist-button;
}
.profile_content #stellenangebote_form button.filter_submit {
	padding-top:0 !important;
	padding-bottom:0 !important;
	height:60px;
}
.profile_content .jobs_wrapper_ajax {
	margin-top:55px;
}
.profile_content .jobs-single {
    
}
/*Stelleangebote Modal*/
.profile_content #jobModal {
    display: none;
    position: fixed;
    z-index: 1010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
	justify-content:center;
	align-content:center;
	align-items:center;
}
.profile_content #jobModal .modal-content {
    /*background: white;*/
    min-width: 600px;
	width:73%;
	max-width:80%;
    border-radius: 8px;
	height:80vh;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.profile_content #jobModal .modal-content {

}
.profile_content #jobModal .close {
    font-size: 50px;
    cursor: pointer;
	position:absolute;
	top:53px;
	right:40px;
	z-index:10;
	color: #606060;
	background: white;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	justify-content: center;
	display: flex;
	align-content: center;
	align-items: center;
	-webkit-box-shadow: 1px 1px 13px -3px rgba(0,0,0,0.86); 
	box-shadow: 1px 1px 13px -3px rgba(0,0,0,0.86);
}
.jobs_sa_wrapper_ajax #jobModal .close {
    font-size: 50px;
    cursor: pointer;
	position:absolute;
	top:53px;
	right:40px;
	z-index:10;
	color: #606060;
	background: white;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	justify-content: center;
	display: flex;
	align-content: center;
	align-items: center;
	-webkit-box-shadow: 1px 1px 13px -3px rgba(0,0,0,0.86); 
	box-shadow: 1px 1px 13px -3px rgba(0,0,0,0.86);
}
.profile_content #jobModal .stellen_details {
	display:flex;
	flex-direction:row;
	justify-content:center;
	color:#fff;
}
.profile_content #jobModal .stellen_details p {
	margin:0 15px;
}
.profile_content #jobModal .job-content {
	margin-top:30px;
	margin-bottom:30px;
	padding:0 6%;
}
.profile_content #jobModal h2 {
	margin-bottom:12px;
	color:#fff;
	margin-top:0 !important;
	padding-top:15px;
}
.profile_content #jobModal .job-content h2 {
    color:#000 !important;
}

.profile_content #jobModal #jobModalContent {
	overflow-y:scroll;
	height:100%;
	position:relative;
	z-index:2;
	border-radius:10px;
	background:#fff;
}
.profile_content #jobModal .bewerben, .jobs_sa_wrapper_ajax #jobModal .bewerben {
	background: rgb(95,95,95);
	background: linear-gradient(90deg, rgba(95,95,95,1) 0%, rgba(111,111,111,1) 100%);
	color:#fff;
	border-radius:8px;
	letter-spacing:0 !important;
	transition: all 0.3s ease;
}
.profile_content #jobModal .bewerben:hover {
	transform:scale(1.1);
	text-decoration:none !important;
}
.profile_content #jobModal .modal-head-bg {
	height:160px;
	display:flex;
	width:100%;
	position:relative;
	left:0;
	top:0;
	background: linear-gradient(90deg, rgba(95,95,95,1) 0%, rgba(111,111,111,1) 100%);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	justify-content:center;
	flex-direction:column;
}
.profile_content #jobModal .stellen_details {
	margin-top:-10px;
}
.profile_content #jobModal .job_logo {
	max-width: 200px;
	height: 100px;
	object-fit: contain;
	margin: 30px auto;
}
.profile_content #job-results {
	min-height:550px;
}
.profile_content #job-results .page-btn {
	border:1px solid #606060;
	padding:5px 12px !important;
	margin-right:8px;
	border-radius:3px;
}
.profile_content #job-results .page-btn.active {
	background:#606060;
	color:#fff;
	font-weight:bold;
}
.profile_content .select_wrapper.fade-ani #radius {
	opacity:1;
}
.profile_content .select_wrapper {
	width:0;
	overflow:hidden;
	transition: width 0.4s ease;
}
.profile_content .select_wrapper.fade-ani {
	margin-right:20px;
	flex-shrink:0;
}
.profile_content .fade-ani {
	width:84px !important;
}
.profile_content #radius {
	opacity: 0;
	transition: width 0.5s ease, opacity 0.5s ease;
	white-space: nowrap;
	width:100%;
}
.profile_content #radius, #stellenangebote_form #anstellungsart {
	height:100%;
	border:1px solid #000;
	border-radius:2px;
}
.profile_content .search_box_wrapper {
	min-width:310px;
	padding:0 20px 0 0;
}
.profile_content tr td:nth-child(1) {
	width:550px;
	max-width:40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.profile_content tr td:nth-child(2) {
	width:25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: break-spaces;
}
.profile_content tr td:nth-child(3) {
	width:25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.profile_content tr td:nth-child(4) {
	width:150px;
	overflow: hidden;
	text-overflow: ellipsis;
 	white-space: nowrap;
}

#stellenangebote_form #anstellungsart {
    margin-right:20px;
    padding-left:10px;
}
#jobModalContent .job-details ul {
	margin-top:-14px !important;
}


/* Jobs Standalone Seite */
.jobs_sa_wrapper_ajax {
	padding: 0 80px;
	width: 100%;
}
.jobs_sa_wrapper_ajax .page-btn {
	background:#fff;
	color:#000;
	font-size:18px;
	font-weight:400;
}
.jobs_flex {
    display:flex;
	margin-top:15px;
    padding-right:40px;
}
.jobs_flex #job-results {
    width:33.3%;
}
.jobs_flex #jobModal {
    width:66.7%;
    /*border:1px solid #777;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(142,142,142,0.1);
	box-shadow: 2px 2px 5px 4px rgba(142,142,142,0.1);*/
    border-radius:3px;
	height:auto;
	position:sticky;
	top:0;
	align-self:flex-start;
    margin-top:15px;
}
.jobs_flex #jobModal #job-details {
	padding-left:30px;
    padding-right:40px;
}

.jobs_flex .jobs_kachel {
    border:1px solid #777;
    border-radius:3px;
    margin-bottom:30px;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(142,142,142,0.1);
  	box-shadow: 2px 2px 5px 4px rgba(142,142,142,0.1);
	padding:26px;
    display:flex;
    flex-wrap:wrap;
	gap:18px;
    transition:transform 0.3s ease-in;
}
.jobs_flex .jobs_kachel.active {
    -webkit-box-shadow: 0px 1px 9px 6px rgba(142,142,142,0.4);
  	box-shadow: 0px 1px 9px 6px rgba(142,142,142,0.4);
    transform:scale(1.03);
}
.jobs_flex #job-results-body {
    padding-right:30px;
    padding-left:40px;
	overflow-y:scroll;
	height:100vh;
    padding-top:15px;
}
.jobs_flex .jobs_kachel img {
	max-width:180px;
	height:100px;
	object-fit: contain;
	padding-right:20px;
}
.jobs_flex .jobs_kachel h3 {
    margin:0 0 12px 0;
}
.jobs_flex .jobs_kachel button {
    width:100%;
    background: rgb(95,95,95);
	background: linear-gradient(90deg, rgba(95,95,95,1) 0%, rgba(111,111,111,1) 100%);
    height:35px;
    padding:5px 10px;
    text-transform:inherit;
    letter-spacing:0;
    font-size:16px;
    margin-top:15px;
}
/*.jobs_sa_wrapper_ajax .job_logo {
    flex:1 1 calc(33% - 11px);
	width:33%;
	height:auto;
	display:flex;
	align-items:center;
	justify-content: center;
	align-content: center;
}*/

.jobs_sa_wrapper_ajax .job_details {
	flex:1 1 calc(66% - 11px);
	width:66%;
}
.jobs_sa_wrapper_ajax .jobs_button {
    flex:1 1 100%;
}
.jobs_sa_wrapper_ajax .modal-head-bg {
	height:160px;
	display:flex;
	width:100%;
	position:relative;
	left:0;
	top:0;
	background: linear-gradient(90deg, rgba(95,95,95,1) 0%, rgba(111,111,111,1) 100%);
	justify-content:left;
	flex-direction:row;
	align-items: center;
}
.jobs_sa_wrapper_ajax .modal-head-bg .stellen_details {
	color: #fff;
}
.jobs_sa_wrapper_ajax .stellen_details_low, .profile_content .stellen_details_low {
    display:none;
}
.jobs_sa_wrapper_ajax .standard_template #jobModal h2 {
	color: #000;
	margin:0 !important;
	text-align:center;
	margin-bottom:26px !important;
}
.jobs_sa_wrapper_ajax #jobModal .stellen_details p {
	margin:0 ;
}
.jobs_sa_wrapper_ajax #jobModal .logo_sa_wrapper {
	margin-right:50px;
	padding-right:50px;
	margin-left:50px;
	height:fit-content;
	border-right:2px solid #fff;
}
#stellenangebote #jobModal-t .logo_sa_wrapper {
	margin-right: 50px;
	padding-right: 50px;
	margin-left: 50px;
	height: fit-content;
	border-right: 2px solid #fff;
}

#stellenangebote .modal-content-t, .jobs_flex #jobModal-t .t1-card, .jobs_flex #jobModal-t .t2-card, .jobs_flex #jobModal-t .t3-card {
	padding-bottom:40px;
}
.profile_content .modal-content-t {
	border-radius:10px !important;
}
#stellenangebote #jobModal-t .job_logo {
	margin:0 !important;
}
#stellenangebote #jobModal-t .youtube {
	margin-top:0 !important;
	padding:0 !important;
}

#stellenangebote #jobModal-t h1 {
	font-weight:800;
	margin-bottom:10px !important;
}

#stellenangebote #jobModal-t .modal-head-bg {
	height: 160px;
	display: flex;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(95,95,95,1) 0%, rgba(111,111,111,1) 100%);
	justify-content: left;
	flex-direction: row;
	align-items: center;
}


.jobs_sa_wrapper_ajax #jobModal .logo_sa_wrapper img {
	background:#fff;
	padding:20px;
	max-width:260px;
	max-height:100px;
	object-fit: contain;
	border-radius:3px;
}

.jobs_sa_wrapper_ajax #jobModal .job-content {
	padding:50px;
}
.jobs_sa_wrapper_ajax #jobModalContent {
    min-height:100vh;
    opacity:0;
    transition: opacity 0.4s ease-in-out;
    border:1px solid #777;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(142,142,142,0.1);
	box-shadow: 2px 2px 5px 4px rgba(142,142,142,0.1);
    border-radius:3px;
}
.jobs_sa_wrapper_ajax #jobModalContent.loaded {
    opacity: 1;
}


/* Pagination */
.jobs_sa_wrapper_ajax #job-results .page-btn, .profile_content #job-results .page-btn {
	border:1px solid #606060;
	padding:5px 12px !important;
	/*margin-right:8px;*/
	border-radius:3px;
    margin:0 4px !important;
    min-width:40px;
}
.jobs_sa_wrapper_ajax #job-results .dots, .profile_content #job-results .dots {
    padding: 0 8px;
    transform:none !important;
}
.jobs_sa_wrapper_ajax #job-results .page-btn.active {
	background:#606060;
	color:#fff;
	font-weight:bold;
}
.jobs_sa_wrapper_ajax #job-results .pagination, .profile_content #job-results .pagination {
	padding-left:5px;
	padding-top:30px;
    display:flex;
    justify-content: center;
    align-content: center;
    align-items: end;
}


#stellenangebote_form #location_suggestions {
	position:absolute;
	top:59px;
	width:auto !important;
	display:flex;
	background:#fff;
	border:1px solid rba(0,0,0,0.15);
	border-radius:4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	z-index:999999;
	flex-wrap:wrap;
}
#location_suggestions .location-dropdown {
	width:100%;
	padding:5px 12px 5px 9px;
	min-width:250px;
	border-bottom:1px solid #e4e4e4;
	display:flex;
	height:52px;
	align-items: center;
}
#location_suggestions .icon-profil.icon-briefcase {
    margin-right:10px;
}


/* Bewerben Modal */
.apply_modal {
	width:100%;
	height:100vh;
	padding:0;
	background:rgba(96,96,96,0.7);
	display:none;
	opacity:0;
	position:fixed;
	top:0;
	left:0;
	z-index:999999999999;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-animation: kontaktAni 0.5s ease-out;
    animation: kontaktAni 0.5s ease-out;
	color:#fff;
}
.apply_modal.active {
	display:flex;
	opacity:1;
}

.apply_form {
    background:#606060;
    padding:40px 40px 90px 40px;
    max-width:1100px;
    margin:0 auto;
    -webkit-box-shadow: 2px 2px 18px 3px rgba(80,80,80,0.72); 
    box-shadow: 2px 2px 18px 3px rgba(80,80,80,0.72);
    position:relative;
	border:3px solid #fff;
}
.apply_form .icon_w {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor:pointer;
}
.apply_form .icon-cancel-circle {
	color:#fff;
	font-size:40px;
}
.apply_form .datei_wrapper {
    display:flex;
    margin:8px 0;
	flex-wrap:wrap;
	gap:20px;
    overflow:hidden;
}
.apply_form .datei_wrapper label {
    font-weight:bold;    
}
.apply_form .file-upload-label {
  flex: 1 1 32%;
  min-width: 220px;
  padding: 1.5rem;
  border: 2px dashed #cbd5e0;
  border-radius: 4px;
  background-color: #f9fafb;
  transition: border-color 0.3s, background-color 0.3s;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}
.apply_form .file-upload-label:hover {
  border-color: #2563eb;
  background-color: #f0f4ff;
}
.apply_form .file-upload-label span {
  margin-bottom: 0.5rem;
}
.apply_form .file-upload-input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.apply_form .datei_wrapper input {
    color:#fff !important;
}
.apply_form .profil_wrapper label {
    width:calc(50% - 10px);
	margin-bottom:0 !important;
}
.apply_form .profil_wrapper {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.apply_form button {
    background:#606060;
    padding:20px;    
}
.apply_form h2, .apply_form h3 {
	margin-top:45px;
	margin-bottom:15px;
}
.apply_form ._brlbs-default p {
	color:#000;
}
.apply_form input[type="text"], .apply_form input[type="email"], .apply_form input[type="tel"] {
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #2c3338;
}
.apply_form .full_dsgvo {
	margin:30px 0;
}

.apply_form .wpcf7-submit {
  background-color: transparent;
  color: #f5f5f5;
  border: 2px solid #f5f5f5;
  padding: 15px 30px;
  margin:0 auto 0 auto;
  display:block;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: 
    background-color 0.3s ease, 
    color 0.3s ease, 
    border-color 0.3s ease;
}

.apply_form .wpcf7-submit:hover,
.apply_form .wpcf7-submit:focus {
  background-color: #f5f5f5;
  color: #606060;
  border-color: #f5f5f5;
  outline: none;
}

.apply_form .wpcf7-submit:active {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.apply_form ._brlbs-default a {
	text-decoration: underline;
}
.apply_form .wpcf7-not-valid-tip {
	color:#ff1a1a !important;
}
.jobs_sa_wrapper_ajax {
	margin-bottom:50px;	
}
.jobs_sa_wrapper_ajax .fade-ani {
	width:84px !important;
}
.jobs_sa_wrapper_ajax .select_wrapper.fade-ani #radius {
	opacity:1;
}
.jobs_sa_wrapper_ajax .select_wrapper {
	width:0;
	overflow:hidden;
	transition: width 0.4s ease;
}
.jobs_sa_wrapper_ajax .select_wrapper.fade-ani {
	margin-right:20px;
}
.jobs_sa_wrapper_ajax #radius {
	opacity: 0;
	transition: width 0.5s ease, opacity 0.5s ease;
	white-space: nowrap;
	width:100%;
}
.jobs_sa_wrapper_ajax #radius {
	height:100%;
	border:1px solid #000;
	border-radius:2px;
}
#stellenangebote_form {
	transition: width 0.5s;	
}
.apply_form .fake_btn {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.3);
    cursor: pointer;
}
.apply_form .submit_checker {
	position:relative;
	width:max-content;
	height:max-content;
	margin:0 auto;
}
.apply_form .wpcf7-spinner {
	position:absolute;
}
.apply_form .brlbs-cmpnt-container, .apply_form .brlbs-cmpnt-container .brlbs-cmpnt-cb-btn {
	transition:transform 0.33s;
	transform:scale(1);
}
.apply_form .brlbs-cmpnt-container.focus {
	transform:scale(1.1);
}
.apply_formb .brlbs-cmpnt-container.focus a.brlbs-cmpnt-cb-btn {
	transform:scale(1.3);
}
.apply_form .full_dsgvo input {
	transition:transform 0.33s;
	transform:scale(1);
}
.apply_form .full_dsgvo input.focus {
	transform:scale(1.7);	
}
.jobs_sa_wrapper_ajax .search_box_wrapper {
	padding-left:0 !important;
}


/* FileUpload UX */
.datei_wrapper .file-upload-label.selected {
  color: green;
  font-weight: bold;
}
.datei_wrapper .file-upload-label.selected .file-name-info {
    display:block;
    margin-top:3px;
}

.apply_modal.active .apply_form {
    overflow: scroll;
    max-height: 100vh;
}
.job-content a {
    text-decoration: underline;
}

/*.datei_wrapper .file-upload-label.selected::after {
  content: " ✓ Datei ausgewählt";
  color: #4CAF50;
  font-weight: normal;
  margin-left: 5px;
  display:block;
  width:100%;
}*/


/* Neu Cloudflare Captcha Turnstile */
.wpcf7-turnstile.cf-turnstile {
    text-align:center;
    margin-bottom:20px;
}

/* Kein Treffer Stellen */
.no-results {
    padding:50px;
}

/*Media Queries*/
#job-results-body .details_remote {
	font-size:13px;
	margin-left:2px;
}

/* Stellen import Nice View */
.jobs_sa_wrapper_ajax iframe {
    border:0 !important;
    width:100%;;

}


/* Borlabs Banner bei Jobs */
.apply_modal.active ._brlbs-content-blocker {
	height: auto !important;
}

/* Fixes */
#stellenangebote_form #location_suggestions {
    cursor: pointer !important;
}
@media all and (max-width:1400px) and (min-width:769px) {
    #stellenangebote_form #anstellungsart {
        width:100%;
    }
    #stellenangebote_form {
        flex-wrap: wrap;
        gap:20px;
        height:auto;
    }
    #stellenangebote_form .search_box_wrapper {
        padding-right:0 !important;
        height:60px;
    }
    #stellenangebote_form .location_wrapper {
        margin-right:0 !important;
        height:60px;
    }
    #stellenangebote_form #anstellungsart {
        margin-right:0 !important;
    }
   #stellenangebote_form .input_anstellung {
    margin-left:-20px !important;
   }

}

@media all and (min-width:1401px) {
    .jobs_sa_wrapper_ajax .modal-content .close {
        display:none !important;
    }
}


@media all and (max-width:1400px) {
	.jobs_sa_wrapper_ajax .search_box_wrapper {
		flex:unset !important;
	}
	.profile_content .stellenangebote tbody tr {
		height:auto;
		display:flex;
		flex-wrap:wrap;
		flex-direction: column;
		width:calc(50% - 10px);
		padding:15px 15px 70px 15px;
		background:#ebebeb;
		position:relative;
	}
	.profile_content #job-results-body {
		margin-top:5px;
	}
	.profile_content .stellenangebote tbody tr td {
		width:50%;
		white-space: unset !important;
	}
	.profile_content .stellenangebote tbody tr td .bewerben {
		opacity:1 !important;
		transition: none !important;
		transform: none !important;
	}
	.profile_content .stellenangebote thead {
		display:none;
	}
	.profile_content #job-results-body {
		gap:20px;
		display:flex;
		flex-wrap:wrap;
	}
	.profile_content .stellenangebote td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right:6px;
	}
	.profile_content .stellenangebote tr td:first-child {
		font-weight:bold;
		margin-bottom:15px;
	}
	.profile_content #stellenangebote_form .search_box_wrapper {
		flex:unset !important;
		flex-grow:4 !important;
		padding-left:0 !important;
	}
	.profile_content .stellenangebote td.jobs_button {
		width:calc(100% - 30px) !important;
		position:absolute;
		bottom:15px;
		left:15px;
	}
	.profile_content .stellenangebote td.jobs_button .bewerben {
		width:100% !important;
		padding:10px 5px !important;
		margin:0 !important;
		border-radius:5px !important;
	}
	.profile_content .location_wrapper {
		min-width:unset !important;
	}
	.profile_content .search_box_wrapper {
		min-width:unset !important;
	}
	.profile_content .selectize-dropdown.single {
		width:calc(80vw - 300px) !important;
	}
	.profile_content .f_width {
		width:100% !important;
	}
	/*Standalone*/
	.jobs_sa_wrapper_ajax #jobModal {
		display:none;
	}
	.jobs_sa_wrapper_ajax #job-results {
		width:100%;
	}
	.jobs_sa_wrapper_ajax #job-results-body {
		display:flex;
		flex-wrap:wrap;
		flex-direction:row;
		gap:20px;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.jobs_sa_wrapper_ajax .jobs_flex {
		padding-right:0 !important;
	}
	.jobs_sa_wrapper_ajax .jobs_kachel {
		width:calc(50% - 10px);
		margin-bottom:0 !important;
	}
	.jobs_flex .jobs_kachel.active {
		box-shadow:unset !important;
		transform:unset !important;
	}
	.jobs_sa_wrapper_ajax #jobModal {
		position:fixed;
		z-index:999999;
		width:100%;
		background:white;
		height:100vh;
		top:0;
		left:0;
		margin-top:0 !important;
	}
	.jobs_sa_wrapper_ajax #jobModalContent.loaded {
		background-color:white;
	}
	.jobs_sa_wrapper_ajax .modal-content {
		background-image:url("https://www.dba-bau.com/wp-content/themes/dba/c_img/loader_n.gif");
		background-position:center center;
		background-size:370px;
		background-repeat:no-repeat;
	}
	.jobs_sa_wrapper_ajax #jobModal.mobile_active {
		display:block;
	}
	.jobs_sa_wrapper_ajax #jobModalContent {
		transition:all 0.1s ease !important;
	}
	.jobs_sa_wrapper_ajax #jobModalContent {
		height:100vh;
		overflow:auto;
	}
	.jobs_sa_wrapper_ajax #job-results .pagination {
		padding-left:0px !important;
	}
    .jobs_flex #job-results-body {
        overflow-y:unset !important;
        height:auto !important;
    }
    .profile_content #jobModal .modal-content {
        min-width:unset !important;
        max-width:unset !important;
        top:0 !important;
        left:0 !important;
        width:100% !important;
        transform:unset !important;
        height:100vh !important;
    }
}
@media all and (max-width:1024px) {
	.profile_content .search_box_wrapper {
		margin:0 !important;
	}
	.profile_content .headline_bg {
		height:max-content !important;
		padding:15px 0 !important;
	}
}
@media all and (max-width:768px) {
	.profile_content .location_wrapper {
		margin-right:0 !important;
		margin-top:10px !important;
		padding:0 !important;
	}
	.profile_content .input_container {
		margin:10px 0 0 0 !important;
		width:100%;
	}
	.profile_content .filter_submit.nsa_submit, .jobs_sa_wrapper_ajax .filter_submit {
		width:100% !important;
	}
	.profile_content .stellenangebote tbody tr {
		width:100%;
	}
	.profile_content #stellenangebote_form, .jobs_sa_wrapper_ajax #stellenangebote_form  {
		flex-direction:row;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.profile_content .search_box_wrapper, .jobs_sa_wrapper_ajax .search_box_wrapper {
		width:100%;
	}
	.profile_content .location_wrapper, .jobs_sa_wrapper_ajax .location_wrapper {
		width:100%;
		transition: width 0.4s ease;
	}
	.profile_content .select_wrapper.fade-ani, .jobs_sa_wrapper_ajax .select_wrapper.fade-ani, .jobs_sa_wrapper_ajax .location_wrapper {
		margin-right:0 !important;
	}
	.profile_content #stellenangebote_form .location_wrapper.width-ani, .jobs_sa_wrapper_ajax #stellenangebote_form .location_wrapper.width-ani {
		width:calc(100% - 94px) !important;
	}
	.profile_content #user_location, .jobs_sa_wrapper_ajax #user_location, #stellenangebote_form .input_anstellung {
		height:60px !important;
	}
    #stellenangebote_form .input_anstellung select {
        width:100%;
    }
	.profile_content .select_wrapper, .jobs_sa_wrapper_ajax .select_wrapper {
		height:60px;
		margin-top:10px;
	}
	.jobs_sa_wrapper_ajax .jobs_kachel {
		width:100% !important;
	}
	.jobs_sa_wrapper_ajax {
		padding:0 5% !important;
	}
	.jobs_sa_wrapper_ajax .search_box_wrapper {
		margin:0 !important;	
	}
	.jobs_sa_wrapper_ajax .location_wrapper {
		padding:0 !important;
		margin-top:10px;
		min-width:unset !important;
	}
	.jobs_sa_wrapper_ajax .input_container {
        
		margin:10px 0 0 0 !important;
		width:100%;
	}
    .jobs_sa_wrapper_ajax .stellen_details, .profile_content .stellen_details {
        display:none !important;
    }
    .jobs_sa_wrapper_ajax .stellen_details_low, .profile_content .stellen_details_low {
        display:block;
        margin-bottom:26px;
        border-bottom:1px solid #ddd;
        border-top:1px solid #ddd;
        padding:10px 0;
    }
	.jobs_sa_wrapper_ajax .stellen_details_low p, .profile_content .stellen_details_low p {
		margin-bottom:0 !important;
	}
	.jobs_sa_wrapper_ajax .stellen_details p {
		margin-top:0px !important;
		margin-right:9px !important;
        margin-left:9px !important;
	}
	.jobs_sa_wrapper_ajax .details_sa_wrapper {
        margin-top:10px !important;
	}
	#stellenangebote_form .jobs_sa_wrapper_ajax .modal-head-bg {
		flex-direction:column !important;
		justify-content: center;
		height:140px !important;
	}
	.jobs_sa_wrapper_ajax .logo_sa_wrapper {
		padding:0 !important;
		margin:0 !important;
		border:0 !important;
	}
	.jobs_sa_wrapper_ajax #jobModal .logo_sa_wrapper img {
		padding:10px !important;
	}
	.jobs_sa_wrapper_ajax .job-content {
		padding-top:50px !important;
	}
	.jobs_sa_wrapper_ajax .stellen_details {
		color:#fff !important;
	}
	.jobs_sa_wrapper_ajax #jobModal .close, .profile_content #jobModal .close {
		top:12px !important;
		right:12px !important;
	}
    .profile_content #jobModal .close {
		top:26px !important;
		right:12px !important;
	}
    .jobs_sa_wrapper_ajax #jobModal .logo_sa_wrapper img {
        height:auto !important;
        width:70vw;
        margin:0 auto;
    }
    .jobs_sa_wrapper_ajax #jobModal .job-content {
        padding:50px 5% 80px 5%;
    }
    .apply_modal.active .apply_form {
        overflow:scroll;
        height:100vh;
    }
    .apply_modal.active .apply_form .profil_wrapper label {
        width:100% !important;
    }
	.job-details h2 {
		font-size:2.2rem !important;
	}
    .profile_content #jobModal .modal-head-bg {
        height:120px;
    }
	.jobs_sa_wrapper_ajax #job-results .page-btn, .profile_content #job-results .page-btn {
		min-width:unset !important;
		padding: 5px 8px !important;
	}
	 /*#job-results .pagination .page-btn:not(.prev):not(.next):nth-of-type(n+3):nth-last-of-type(n+3) {
        display: none;
    }*/
	

}