/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 html, body {
    scroll-behavior: smooth;
}



.zrjb-file-upload-button {
    cursor: pointer;
    margin: 5px 0 5px 0;
    padding: 10px;
    border: 0;
    background-color: #bbb;
    color: white;
}
    .zrjb-file-upload-button:hover {
        background-color: #ddd;
        color: #666;
    }
    .zrjb-file-upload-button input {
        display: none;
    }

.zrjb-select-file-input {
    display: none;
}

.zrjb-attachment-line {
    margin: 5px 0 5px 0;
    padding: 0 10px 5px 10px;
    border: 1px solid lightgray;
    font-weight: bold;
    background-color: #eee;
    color: black;
}

.zrjb-remove-file-icon {
    position: relative;
    top: 6px;
    left: 5px;
}

input[type="submit"]:disabled {
    cursor: wait;
}

.zrjb-input-error {
    border-left: 5px solid red !important;
}

.zrjb-highlight-text {
    color: red;
}

.zrjb-message-container {
    display: none;
}

.zrjb-message-line {
    color: red;
}

.zrjb-error-message {
    text-align: center;
}

.zrjb-filter-keywords-container {
    margin: 10px;
}

.zrjb-profile-iframe {
    border: none;
}

.zrjb-image {
    width: 100%;
}

#zrjb-sending-spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) url(../images/loading.svg) no-repeat center center;
    z-index: 10000;
}

#zrjb-job-share-container {
    width:fit-content;
}

.zrjb-resp-sharing-button {
    background: #5e7e95;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 0.5em 0.5em;
    margin: 0.425rem 0;
    transition: all .3s;
    line-height: 1rem;
    font-size: 16px;
}

.zrjb-job-share-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.zrjb-job-share-col {
    flex: 0 0 25%;
    max-width: 25%;
}

.zrjb-social-media-icon {
    fill: white;
}
/* Änderung für Suchleiste */
.zrjb-item-search-wrapper {
	display: flex;	
	  flex-flow: row wrap;
	background-color: #f0f0f0;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	align-items: down;

} 

.zrjb-filter-keywords-wrapper{
	color: black !important;
	flex-basis: 50%;
	padding: 20px 20px 20px 20px;
	margin-top: -5px;

}

.zrjb-filter-input{
	color:black !important;
}

.zrjb-filter-umkreis-wrapper{
	color: black !important;
	padding: 20px 20px 20px 20px;
	flex-basis: 30%
}

.zrjb-filter-reset-link-wrapper{
	color: yellowgreen;
	display: inline-block;
	font-size: 1em;
	padding: 20px 20px 20px 20px;
	align-self: end;

	margin-bottom: 5px;
}



div#zrjb-item-search-container{
	display: flex;
}
.zrjb-filter-keywords-wrapper{
}

.zrjb-filter-umkreis-wrapper{
text-align:bottom;
	    place-self: flex-end;
	margin-bottom: 5px;
	
}
.zrjb-filter-reset-link-wrapper{
	font-size: 0.85em;
}

input#zrjb-filter-keywords.zrjb-filter-input{
	width: 120%;
}
/* Änderung Jobs Stellenliste */
div#zrjb-itemlist-container {
		width:100%;
	padding: 5px 5px 5px 5px;
}




/* Änderung Listenelement */
div.Listenzeile-CSS{
	display:flex;
	flex: auto;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	padding-right:10px;
	}


/** Änderungen Mobil */

@media screen and (max-width: 768px) {
	div.Listenzeile-CSS{
	display:flex;
	flex: auto;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	padding-right:10px;
	word-break: break-word;
	}}
    

/* Änderung Überschrift-Jobs Stellenliste */
div.Stellentitel-css{
	padding: 10px 10px 10px 10px;
	justify-content: space-around;
	display: flex;
	
	flex: auto;
	font-weight:bolder;
	/* with:92%; */
}
a.Stellenlink-css{
	  color: black;
	font-weight:500;	
	word-wrap: break-word;
	display:inline-flex;
	align-items:center;
	flex: auto;
	 max-width: 30em;
    min-width: 10em;
	 word-break: break-word;
	}
a:hover.Stellenlink-css {
  color: #eab912  ;
	font-weight:500;
	text-decoration: none;
}

/* Änderung Ort */
div[itemprop="headline"] {
	display: flex;
	flex:auto;
	color:black;	
word-wrap: break-word;	
	/* justify-content: space-around; */
	align-items:center;
}
div.Ort-CSS{
	display: inline-flex;
		align-items:center;
	margin-left: 1em;
	margin-right: 1em;
	overflow-wrap: break-word;	
	    word-break: break-word;
    min-width: 4em;
	
	
}


/* Änderung Datum publiziert */
div#zrjb-item-date-line{
	/* float: right; */
	font-size: 10pt;
	background-color: #f0f0f0;
	word-wrap: break-word;	
	display: inline-flex;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
    align-items: baseline
}

/* Änderung Pagination */
div#zrjb-list-pagination-line{
	margin-top: 20px;
}

button.zrjb-pagination-submit{
	margin-left: 5px;
	background-color: White;
	color: black;
	border-top: 2px solid #e9e9e9;
	border-left: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	border-right: 2px solid #e9e9e9;
	 border-radius: 4px;
	background-color: #f0f0f0;
}

button.zrjb-pagination-submit.pag-akt-bt{
	color: black;
	background-color: #eab912;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}


/* Änderungen Jobdetails */

div#zrjb-job-description-text{
	font-family: "arial";
}

span#zrjb-job-jobdetais-label{
	font-family: "arial";
	font-size: 11pt;
	font-weight: bold;
}
span#zrjb-job-jobdetais-value{
	font-family: "arial";
	margin-left: 5px;

}

div#zrjb-bewerben-button{
	background-color: #4F5250;
	margin-bottom: 10px;
	padding: 20px 20px 20px 20px;	
	max-width: 75%;
}

a#zrjb-bewerben-button-link{
	color: white ;	
	font-weight: bold;
}


div#zrjb-back2list-button{
	background-color: #eab912;
	padding: 20px 20px 20px 20px;	
	max-width: 75%;
}

a#zrjb-back2list-button-link{
	color: white;
	font-weight: bold;
}

/* Änderungen Bewerberberfomular */

select#zrjb-anrede-uuid{
	  position: relative;
  left: 73px;
	margin-bottom: 15px;
}
input#zrjb-vorname{
	  position: relative;
  left: 60px;
	margin-bottom: 15px;
}
input#zrjb-nachname{
	  position: relative;
  left: 47.25px;
	margin-bottom: 15px;
}
input#zrjb-email{
	  position: relative;
  left: 18px;
	margin-bottom: 15px;
}
input#zrjb-telefon{
	  position: relative;
  left: 83.25px;
	margin-bottom: 15px;
}
input#zrjb-mobil{
	  position: relative;
  left: 96px;
	margin-bottom: 15px;
}

button#zrjb-file-upload-button{
	margin-bottom: 20px;
}

#zrjb-sending-spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) url(../images/loading.svg) no-repeat center center;
    z-index: 10000;
}