#zrjb-bewerben-button-link{
	display: flex;
    width: 100%;
    height: 52px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #28A242;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
.thank-you .appointment-button a{
    display: flex;
    width: 100%;
    height: 52px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #28A242;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
#zrjb-back2list-button-link{
	display: flex;
	width: 100%;
	height: 52px;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;	
	border-radius: 4px;
	border: 1px solid #28A242;
	background: #FFF;
	font-weight: 700;
}
#zrjb-filter-reset-link-text{
    font-weight:700;
}
#zrjb-attachment-container button{
	display: flex;
	width: fit-content;
	height: 52px;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;	
	border-radius: 4px;
	border: 1px solid #28A242;
	color:#28A242;
	background: #FFF;
	font-weight: 700;
	font-size: 16px;
}
#zrjb-attachment-container button:before{
    content:'';
    background-image:url(../themes/networking/images/file-up.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#zrjb-datenschutz-infotext #zrjb-datenschutz-ok{
    margin: 6px 7px 0 0;
}
#zrjb-send-form-button{
    margin-top:64px;
}
.hero-contact-box #zrjb-send-form-button{
    margin-top:30px;
}
#zrjb-job-jobdetails-container{
	display: flex;
    flex-direction: column;
    gap: 32px;
}
#zrjb-job-description .position_detail_header{
	margin-bottom:32px;	
}
.kontakt-wrapper{
	padding:32px;
	border-radius: 4px;
	border: 1px solid #C1C1C1;
}
.whatsapp-wrapper #zrjb-whatsapp-button-link{
	display: flex;
	width: 100%;
	padding: 32px;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 4px;
	border: 1px solid #C1C1C1;
	gap: 20px;
}
.zrjb-resp-sharing-button {
    background: #000000;
    width: 32px;
	height: 32px;
	margin-left: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.zrjb-resp-sharing-button svg{
    height:22px;
    width:22px;
}
.whatsapp-wrapper #zrjb-whatsapp-button-link #zrjb-whatsapp-qrimage{
	order:2;
	height:88px !important;
	width:88px !important;
}
.whatsapp-wrapper #zrjb-whatsapp-button-link #zrjb-whatsapp-button-label, #zrjb-job-jobdetails-header{
	color: #333;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.position-buttons-wrapper{
	margin-top: 0 !important;
}
.position_detail_header{
	text-transform:uppercase;
	font-weight: 700;
	font-size: 18px;
    margin-bottom: 2.5rem;
}
.position_detail_desc{
	margin-bottom:64px;	
}
.position_detail_desc ul{
	padding-left:20px;	
}

.position_detail_desc ul span, .position_detail_desc span, .position_detail_desc ul li, .position_detail_desc>div{
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.4;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.position_detail_desc p{
	margin:0;
}
.position_detail_desc ul li{
	margin-bottom: 0.5rem;
}
.position-buttons-wrapper .elementor-shortcode{
	display:flex;
	flex-direction:column;
	gap:32px;
}
.position-buttons-wrapper {
	margin-block: 32px;
}
.position_details{
	width:100%;
	border-radius: 4px;
	background: #EFEFEF;
	padding: 32px;
}
.position_detail_wrapper{
	display: flex;
    align-items: flex-start;
    gap: 8px;
}
h2#zrjb-job-detail-title{
	text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    background: #28A242;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding: 1rem 1.2rem;
	margin-top: 0;
    transform: translateY(-50%);
	text-transform: capitalize;
	hyphens: auto;
    word-break: break-word; 
}
.no-padding-container{
	padding:0 !important;
	gap: 0 !important;
}
.no-padding-container img{
	height: 75vh !important;
    object-fit: cover !important;
    max-height:700px;
}
.position-details-grid{
	margin-bottom: 6rem !important;
}
.position-details-grid .e-con-inner{
	grid-template-columns: 2fr 1fr !important;
	gap: 80px !important;
}
.position-details-grid [data-element_type="container"]{
	gap:32px !important;
}
#zrjb-job-share-container {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 32px;
	border-radius: 4px;
    border: 1px solid #C1C1C1;
	gap: 20px;
}
.zrjb-job-share-row {
	margin-top: 0 !important; 
}
.job-list-container{
    margin-block:32px;
}
.job-list-row{
    margin-bottom:16px;
    padding: 20px 16px;
    border-radius: 4px;
    background: #EFEFEF;
    transition: all 1s;
    position: relative;
}
.job-list-row:hover{
    background: #C1C1C1;
}
.job-list-row a{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.job-list-row h4 a span{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #333;
}
.zrjb-joblist-property-icon-and-value{
    padding-right: 6.2rem;
}
.zrjb-joblist-property-icon-and-value .zrjb-joblist-property-value{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.zrjb-joblist-property-icon-and-value{
    display: flex;
    align-items: center;
    gap: 5px;
}
#zrjb-item-date-line{
    position: absolute;
    right: 16px;
    bottom: 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #333;
}
.jobs-list{
    margin-bottom:150px !important;
}
.pagination-line{
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.sidebar_position_detail_header{
	display:none;
}
.zrjb-pagination-submit {
    border-radius: 4px;
    background: #ffffff;
    border: none;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 10px;
    min-width: 64px;
    height: 40px;
    transition: all 0.4s;
    cursor:pointer;
}
.zrjb-pagination-submit:hover {
    background: #EFEFEF;
}
.zrjb-pagination-submit:disabled {
    background: #C1C1C1;
    color: #333;
    cursor:auto !important;
}
.pagination-line button.zrjb-pagination-submit:first-of-type, .pagination-line button.zrjb-pagination-submit:last-of-type{
    font-size:0px !important;
}
.pagination-line button.zrjb-pagination-submit:first-of-type:before{
    content:'';
    border-color: transparent #333 transparent transparent !important;
    border-style: solid;
    border-width: 6px 7px 6px 0;
}
.pagination-line button.zrjb-pagination-submit:last-of-type:before{
    content:'';
    border-color: transparent transparent transparent #333 !important;
    border-style: solid;
    border-width: 6px 0 6px 7px;
}
.pagination-line button.zrjb-pagination-submit:disabled:first-of-type:before{
    border-color: transparent #C1C1C1 transparent transparent !important;
}
.pagination-line button.zrjb-pagination-submit:disabled:last-of-type:before{
    border-color: transparent transparent transparent #C1C1C1 !important;
}
.pagination-line button.zrjb-pagination-submit:disabled:first-of-type, .pagination-line button.zrjb-pagination-submit:disabled:last-of-type{
    background-color: #EFEFEF;
}
.details-grid-main #zrjb-bewerben-button-link{
    width:fit-content;
    min-width: 150px;
}
.position_detail_wrapper>div:has(.material-icons){
    display: flex;
    align-items: center;
}
.application-title{
    display:none;
}
.application-info, #zrjb-datenschutz-infotext, #footer-infotext p{
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
#zrjb-datenschutz-infotext{
    margin-block:32px;
}
form#zrjb-application-form{
    margin-bottom:35px;
}
#zrjb-item-search-container{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
     grid-template-areas: 
    "keywords keywords postcode postcode search search"
    "unternehmen unternehmen unternehmen art art art"
    "reset reset reset reset reset reset";
    gap:16px;
}
#zrjb-attachment-wrapper{
    margin-top:42px;
}
#zrjb-attachment-container{
    position: relative;
    min-height: 150px;
    border-radius: 4px;
    border: 2px dashed #333;
    background: #EFEFEF;
    padding: 18px 22px;
    text-align: center;
}
#zrjb-attachment-container>div:has(button){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 150px;
}
#zrjb-attachment-container>div button{
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#zrjb-attachment-container h4{
    display:flex;
    flex-direction:column;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
#zrjb-attachment-container h4:before{
    content: '';
    background-image: url(../themes/networking/images/file-up.svg);
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}

#zrjb-attachment-container p{
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-block: 5px;
}
.zrjb-filter-keywords-wrapper{
    grid-area: keywords;
}
.zrjb-filter-keywords-wrapper input.zrjb-filter-input{
    border-radius: 4px;
    border: 1px solid #333;
    padding: 14px 16px !important;
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height:52px;
}
.zrjb-filter-keywords-wrapper:before, .zrjb-searchbox-keywords-wrapper:before{
    content:'';
    background-image:url(../themes/networking/images/search.svg);
    width: 35px;
    height: 52px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
#zrjb-filter-keywords{
    padding: 14px 16px 14px 35px !important;
}
.zrjb-filter-umkreis-wrapper .select2-selection__rendered:before{
    content:'';
    background-image:url(../themes/networking/images/postcode.svg);
    width: 35px;
    height: 52px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top:0;
    left:0;
}
.zrjb-filter-umkreis-wrapper #select2-zrjb-select-location-container{
    padding: 14px 16px 14px 35px !important;
}
.zrjb-filter-keywords-wrapper input::placeholder{
    color: #8895a0;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-weight: 400;
}
.zrjb-filter-keywords-wrapper input.zrjb-filter-input:focus, .zrjb-filter-keywords-wrapper input.zrjb-filter-input:active, .zrjb-filter-keywords-wrapper input.zrjb-filter-input:focus-visible{
    outline: none !important; 
    border: solid 2px #28A242; 
}
.zrjb-filter-umkreis-wrapper{
    grid-area: postcode;
}
.zrjb-filter-abteilung-wrapper .select2-selection, .zrjb-filter-vertragsart-wrapper .select2-selection{
    color: #333;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-weight: 400;
    height:52px !important;
    position:relative;
}
.zrjb-filter-umkreis-wrapper .select2-selection{
    border-radius: 4px !important;
    border: 1px solid #333 !important;
    color: #333;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-weight: 400;
    height:52px !important;
    position:relative;
}
.zrjb-filter-vertragsart-wrapper .select2-search, .zrjb-filter-abteilung-wrapper .select2-search{
    position: absolute;
    padding: 14px 16px;
    width: 100%;
    float: none !important;
    display: block;
    height:52px !important;
    top: 0;
}
.select2-selection__rendered{
    padding: 14px 16px !important;
    width: 100%;
    color: #333;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-weight: 400;
    height:52px !important;
}
.select2-container{
    width:auto !important;
    display:block !important;
}
.select2-container--default .select2-selection--single:focus-visible{
    outline: none !important; 
    border: solid 2px #28A242;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: none !important;
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333 !important;
    line-height: 1.5 !important;
}
.select2-selection:has(button) #select2-zrjb-select-location-container{
    padding: 14px 35px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
button.select2-selection__clear{
    position:absolute !important;
    font-weight: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    display:none;
    /*background: transparent;
    border: none;
    height: 52px;
    width: 32px;
    font-weight: normal !important;*/
}
.select2-search__field[aria-controls="select2-zrjb-select-location-results"]{
    height: 47px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #8895a0 !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    display: block;
}
#select_title{
    color: #8895a0;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-weight: 400;
    position: absolute;
    inset: 0px;
    display: block;
    background: #ffffff;
    padding: 14px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
    height: 52px;
    line-height: 1.7;
}
#zrjb-back2list-button-link:before{
    content: '';
    border-color: transparent #28A242 transparent transparent !important;
    border-style: solid;
    border-width: 5px 6px 5px 0;
}
#zrjb-application-form-input-container .select2-container--default .select2-selection--single {
    border-radius: 4px;
    height: 50px !important;
    background-color: #EFEFEF !important;
    border: 2px solid #333 !important;
}
.zrjb-filter-vertragsart-wrapper .select2-container #select_title:after, .zrjb-filter-abteilung-wrapper .select2-container #select_title:after{
    content:'';
    border-color: #333 transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    position: absolute;
    top: 49%;
    right: 13px;
}
.zrjb-filter-vertragsart-wrapper .select2-container.select2-container--open #select_title:after, .zrjb-filter-abteilung-wrapper .select2-container.select2-container--open #select_title:after{
    content:'';
    border-color: transparent transparent #333 transparent !important;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    position: absolute;
    top: 49%;
    right: 13px;
}
.zrjb-filter-vertragsart-wrapper .select2-container.select2-container--default, .zrjb-filter-abteilung-wrapper .select2-container.select2-container--default{
    border-radius: 4px;
    border: 1px solid #333;
    overflow: hidden;
}
.zrjb-filter-vertragsart-wrapper .select2-container.select2-container--default.select2-container--open, .zrjb-filter-abteilung-wrapper .select2-container.select2-container--default.select2-container--open, .zrjb-filter-umkreis-wrapper .select2-container.select2-container--default.select2-container--open .select2-selection{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
#zrjb-application-form-input-container .select2-container--default.select2-container--open .select2-selection--single{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 52px !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 32px !important;
}
.select2-dropdown.select2-dropdown--below{
    min-height: 54px;
    overflow: hidden;
}
.select2-search.select2-search--dropdown .select2-search__field{
    border:none !important;
}
.select2-search.select2-search--dropdown .select2-search__field:focus-visible{
    outline:none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top:49% !important;
    border-color: #333 transparent transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333 transparent !important;
    border-width: 0 4px 5px 4px;
}
.select2-results__options .select2-results__option{
    padding: 8px 16px;
    color: #333;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-weight:400;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected].select2-results__option--selected {
    background-color: #28A242 !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    max-height: 50px !important;
}
.select2-container--default .select2-results__option.select2-results__option--selected{
    background-color: #ddd !important;
    color: #333 !important;
}
.select2-dropdown{
    border: 1px solid #333 !important;
    border-top:0 !important;
}
.select2-dropdown.formular-select{
    border: 2px solid #333 !important;
    border-top:0 !important;
}
.select2-dropdown.formular-select .select2-results__options li:first-of-type{
    height:38px;
    padding: 0;
}
.select2-search__field::placeholder{
    color: #8895a0;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-weight: 400;
}
.select2-search__field{
    margin-top:0 !important;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-weight: 400;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    height: 52px !important;
    padding: 14px 16px !important;
    resize: none;
}
.select2-selection__rendered .select2-selection__choice{
    background-color: transparent !important;
    border: none !important;
    margin-top: 0 !important;
}
.select2-selection__rendered .select2-selection__choice button{
    display:none !important;
}
.zrjb-filter-umkreis-wrapper .select2-selection__rendered{
    height:52px !important;
    padding: 14px 16px !important;
}
.zrjb-submit-button-wrapper{
    grid-area: search;
}
.zrjb-submit-button-wrapper button{
    height: 52px;
    padding: 10px;
    width:100%;
    border-radius: 4px;
    background: #28A242;
    border:none;
    color:#fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    cursor:pointer;
}
.zrjb-submit-button-wrapper button:hover{
    background: #1d7831;
}
.zrjb-filter-abteilung-wrapper{
    grid-area: unternehmen;
}
.zrjb-filter-vertragsart-wrapper{
    grid-area: art;
}
.zrjb-filter-reset-link-wrapper{
    grid-area: reset;
}
.zrjb-filter-reset-link-wrapper p{
    margin-block: 0;
    text-align:center;
}
#zrjb-application-form-input-container{
   display: flex;
   flex-direction:column;
   gap: 16px;
}
.hero-contact-box #zrjb-application-form-input-container{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
}
.hero-contact-box #zrjb-application-form-input-container>div:has(#zrjb-anrede-uuid){
    grid-column: 1 / 3;    
} 
.hero-contact-box #zrjb-application-form-input-container>div:has(#zrjb-telefon){
    display:none;
}
#zrjb-application-form-input-container>div{
    display: flex;
    flex-direction: column;
}
#zrjb-application-form-input-container>div>label{
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0 0 3px 16px;
}
#zrjb-application-form-input-container>div>select, #zrjb-application-form-input-container>div>input{
    padding: 14px 16px;
    border-radius: 4px;
    border: 2px solid #333;
    background: #EFEFEF;
    line-height: 1.2;
    height: 50px;
    font-size: 16px;
}
#zrjb-application-form-input-container>div>input:focus, #zrjb-application-form-input-container>div>input:active, #zrjb-application-form-input-container>div>input:focus-visible {
   outline: none !important;
   border: solid 2px #28A242;
}
#zrjb-application-form-input-container>div>select:focus, #zrjb-application-form-input-container>div>select:active, #zrjb-application-form-input-container>div>select:focus-visible {
    outline: none !important; 
    border: solid 2px #28A242;   
}
#zrjb-application-form-footer-container button{
    min-width: 154px;
    width:fit-content;
    padding: 16px;
    border-radius: 4px;
    background: #28A242;
    border:none;
    color:#fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.zrjb-attachment-line{
    margin:0;
}
#zrjb-attachment-container #zrjb-total-upload-size{
    font-size: 12px;
}
.zrjb-file-upload-container{
    position:relative;
    z-index:111;
}
.zrjb-attachment-line{
    margin-block: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 8px;
    background: #EFEFEF;
    border:none;
}
.zrjb-attachment-line .filename{
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zrjb-attachment-line .zrjb-remove-file-icon{
    display: flex;
}
.zrjb-remove-file-icon{
    top: 0px;
    left: 0px;
}
#zrjb-searchbox-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.hero-img .zrjb-filter-input{
    border-radius: 4px;
    border: 1px solid #333;
    padding: 14px 16px !important;
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 48px;
    min-width: 280px;
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap !important;
}
.hero-img #zrjb-searchbox-joblist-link-container{
    padding: 12px 20px 12px 20px;
    height: 48px;
}
.hero-img .zrjb-filter-input:focus-visible{
    outline: none !important;
    border: solid 2px #28A242;
}
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#zrjb-searchbox-joblist-link-container{
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #28A242;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
}
#zrjb-searchbox-joblist-link-container a{
    color:#ffffff;
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .container-padding{
        width:auto;
        padding-inline:48px !important;
    }
    h2#zrjb-job-detail-title{
        margin-inline:48px;
        width:auto;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .hero-img .zrjb-filter-input{
        min-width: 280px;
    }
    .container-padding{
        padding-inline: 3rem !important;
    }
    .position-details-grid .e-con-inner {
        grid-template-columns: 1.5fr 1fr !important;
        gap: 60px !important;
    }
    .position_details, .kontakt-wrapper, #zrjb-job-share-container, #zrjb-whatsapp-button-link{
        padding:20px;
    }
    #zrjb-job-share-container, #zrjb-whatsapp-button-link{
        flex-direction:column;
    }
    .zrjb-resp-sharing-button{
        margin-left: 0;
        margin-right: auto;
    }
     h2#zrjb-job-detail-title{
        margin-inline:48px;
        width:auto;
    }
}

@media screen and (min-width: 568px) and (max-width: 800px) {
    .container-padding{
        padding-inline: 3rem !important;
    }
    .position-details-grid .e-con-inner {
        grid-template-columns: 100% !important;
        gap: 60px !important;
    }
    #zrjb-item-search-container{
        grid-template-columns: 100%;
        grid-template-areas: 
        "keywords"
        "postcode"
        "unternehmen"
        "art"
        "reset"
        "search";
        gap:16px;
    }
    #zrjb-searchbox-container{
        flex-direction:column;
    }
}
@media screen and (max-width: 645px) {
    .thank-you .appointment-button, .back-to-list{
        width:100%;
    }
}

@media screen and (max-width: 568px) {
    .hero-contact-box form#zrjb-application-form{
        margin-block:25px;
    }
    .hero-contact-box #zrjb-application-form-input-container{
        grid-template-columns: 100%;
    }
    .hero-contact-box #zrjb-application-form-input-container>div:has(#zrjb-anrede-uuid){
    grid-column: 1 / 2;    
}
   #zrjb-searchbox-container{
        flex-direction:column;
    }
    .position-details-grid .elementor-element {
        padding:0;
    }
    #zrjb-send-form-button{
        margin-top:32px;
    }
    h2#zrjb-job-detail-title{
        transform: translateY(-10px);
    }
    .kontakt-wrapper, #zrjb-whatsapp-button-link, #zrjb-job-share-container {
        padding: 25px !important;
    }
    .container-padding{
        padding-inline: 1.5rem !important;
    }
    .zrjb-pagination-submit{
        min-width: 45px;
    }
      .position-details-grid .e-con-inner {
        grid-template-columns: 100% !important;
        gap: 60px !important;
    }
    .no-padding-container img{
        max-height: 600px;
    }
        #zrjb-item-search-container{
        grid-template-columns: 100%;
        grid-template-areas: 
        "keywords"
        "postcode"
        "unternehmen"
        "art"
        "reset"
        "search";
        gap:16px;
    }
} 

@media screen and (max-width: 450px) {
    .hero-img .zrjb-filter-input{
        min-width:310px;
    }
    #zrjb-item-date-line{
        position:relative;
        right: auto;
        bottom: auto;
        margin-top: 2rem;
    }
    .zrjb-pagination-submit{
        min-width: 30px;
    }
    .pagination-line{
        gap: 4px;
    }
    #zrjb-job-share-container, #zrjb-whatsapp-button-link{
        flex-direction:column;
    }
     .zrjb-resp-sharing-button{
        margin-left: 0;
        margin-right: auto;
    }
}
