/* JOBS */
.single-stellenangebot {
	display: block !important;
}
.hph_job_list {
	list-style: none;
	width: 96%;
	margin: 0 auto;
	max-width: 1300px;
}

.job_info_list,
.job_detail_rightcol ul {
	list-style: none;
}
.list_item.job_location,
.list_item.job_range,
.list_item.job_start,
.list_item.job_type {
	background-position: left;
	background-size: 17px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.list_item.job_location {
	background-image: url(../assets/img/location.svg);
}
.list_item.job_range {
	background-image: url(../assets/img/clock.svg);
}
.list_item.job_start {
	background-image: url(../assets/img/date.svg);
}
.list_item.job_type {
	background-image: url(../assets/img/document.svg);
}

.hph_job_list_entry {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	border-top: 4px solid #2578cb;
	padding: 25px 0 30px;
	margin: 30px auto;
	transition: 300ms ease all;
}
.hph_job_list_entry .desc_text {
	transition: 300ms ease all;
}
.hph_job_list_entry h2 a {
	color: #2a2a2a;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 29px;
}

.hph_job_list_entry:hover {
	background: linear-gradient(301.93deg, #2578cb 0%, #10439b 100%);
}
.hph_job_list_entry:hover h2 a,
.hph_job_list_entry:hover .desc_text {
	color: #fff;
}
.hph_job_list_entry:hover .list_item.job_location,
.hph_job_list_entry:hover .list_item.job_range,
.hph_job_list_entry:hover .list_item.job_start,
.hph_job_list_entry:hover .list_item.job_type {
	filter: invert(100%) sepia(100%) saturate(25%) hue-rotate(101deg)
		brightness(107%) contrast(106%);
}

.job_info_header,
.job_info_footer {
	padding: 0 35px;
}

.job_info_header h2 {
	text-align: left;
}

.job_info_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 80px;
	background: #fafafa;
	padding: 13px 25px;
	margin: 0;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 25px;
}
.job_detail_leftcol .job_info_list {
	background: transparent;
	gap: 20px 40px;
	margin-bottom: 30px;
}
.hph_job_list_entry:hover .job_info_list {
	background: #0b3784;
}
.hph_job_list_entry:hover .btn.blue-gradient {
	background: #fff !important;
	color: #10459d !important;
}
/* .hph_job_list_entry:hover .btn.btn_white {
	color: #fff !important;
} */

.btn.blue-gradient.bewerber_btn {
	margin-right: 20px;
	border: 1px solid transparent !important;
}
.btn.blue-gradient.bewerber_btn:hover {
	border: 1px solid #10459d !important;
}
.btn.blue-gradient:hover {
	background: #fff !important;
	color: #10459d !important;
}

button.btn,
a.btn {
	position: relative;
	display: inline-block;
	border: none;
	cursor: pointer;
	padding: 18px 30px;
	color: #fff;
	background: transparent;
	border-radius: 29px !important;
	margin-top: 25px;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 120%;
	overflow: hidden;
	transition: all 0.3s;
}
a.btn.blue-gradient::before,
button.btn.blue-gradient::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-29deg, #2578cb 0%, #10439b 100%);
	z-index: -1;
	opacity: 1;
	transition: all 0.3s;
}
a.btn.blue-gradient::after,
button.btn.blue-gradient::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-29deg, #fff 0%, #fff 100%);
	z-index: -1;
	opacity: 0;
	transition: all 0.3s;
}

#login-btn.btn.blue-gradient:hover {
	border: 1px solid #10459d !important;
}

.btn.btn_white {
	border: 1px solid #d8d8d8 !important;
	color: #10459d !important;
	background: transparent !important;
	transition: 350ms all ease;
    text-decoration: none;
}
.btn.btn_white:hover {
	background: #10459d !important;
	color: #fff !important;
	border: 1px solid #10459d !important;
}

.job_info_footer {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.job_detail_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	width: 96%;
	max-width: 1300px;
	margin: 30px auto;
}

.job_detail_inner .detailscontainer span[style] {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}

.job_detail_leftcol {
	flex: 1 60%;
	border-top: 4px solid #2578cb;
	margin: 30px auto;
	padding: 65px;
	width: 96%;
	max-width: 850px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.job_detail_rightcol {
	flex: 1 30%;
	width: 96%;
	max-width: 400px;
	background: linear-gradient(-29deg, #2578cb 0%, #10439b 100%);
	color: #fff !important;
	align-self: flex-start;
	padding: 25px 30px;
	margin: 30px auto;
}
.job_detail_rightcol ul {
	margin: 0;
}
.job_detail_rightcol h4,
.job_detail_rightcol h6,
.job_detail_rightcol a {
	color: #fff !important;
}
.job_detail_rightcol h4 {
	border-top: 1px solid rgba(216, 216, 216, 0.2);
	padding-top: 30px;
}
.job_detail_rightcol IMG.partner_image {
	margin-bottom: 20px;

	width: 100%;
	height: 100%;
	max-width: 200px;
	display: block;
}
.job_detail_rightcol .btn_white {
	background: #fff !important;
}
.job_detail_rightcol .btn_white:hover {
	background: inherit !important;
}

/* FILTER FORM */

.job_filter_form {
	max-width: 1300px;
	margin: 80px auto;
	width: 96%;
	display: flex;
	gap: 30px 25px;
	flex-wrap: wrap;
	align-items: center;
}
.job_filter_form INPUT.search-job {
	background-image: url(../assets/img/search.svg);
	background-position: 20px;
	background-size: 25px;
	background-repeat: no-repeat;
}
.job_filter_form > * {
	flex: 1 15%;
	min-width: 200px;
}
.job_filter_form input {
	flex: 1 20%;
	box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.08);
	padding: 17px 0 17px 75px;
	font-size: 20px;
	border: 0;
	outline: 0;
}
.job_filter_form SELECT {
	border: 1px solid #d8d8d8;
	border-radius: 29px;
	font-size: 18px;
	color: #2a2a2a;
	padding: 18px 30px;
	background-position-x: 93%;
}
.job_filter_form BUTTON {
	margin: 0 !important;
}

.pagination {
	margin: 20px auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}
.pagination .current {
	color: #2578cb;
	opacity: 0.8;
	pointer-events: none;
}

.columns.contactbar {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 20px auto;
}

.doerner_partner img {
	max-width: 290px;
	margin: 0 0 30px;
}

.single-stellenangebot p,
.job_detail_leftcol p {
	font-size: 16px;
}




li.hph_job_list_entry:hover .btn.btn_white {
    background: white !important;
}

li.hph_job_list_entry:hover .btn.btn_white:hover {
    background: #10459d !important;
    color: #fff !important;
    border: 1px solid #10459d !important;
}
