.job__page{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

.job__page input, .job__page select{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin-bottom: 5px;
}

.job{
	margin: 22px 0 0;
	padding: 25px 30px;	
	background-color: #f7f7f7;
	position: relative;
	min-height: 150px;
	/* box-shadow: 2px 2px 4px 0px gainsboro; */
}

.job__header{
	display: flex;
	justify-content: space-between;
}

.job__logo{
	width: 100px;
	margin-right: 15px;
	padding-top: 5px;
}

.job__heading{
	font-weight: 600;
	color:#333;
	line-height: 1.5;
	width: 70%;
}

.job__heading-bewerben-link{
	font-size: 135%;
	word-break: break-word;
}

.job__bewerben-link-wrapper{
	display: flex;
	justify-content: flex-end;
}

.job__bewerben-link{
	font-size: 110%;
}

.job__content{
	display: flex;
	justify-content: flex-end;
}

.job__location{
	font-weight: 500;
	margin-top: 5px;
	color: #999;
	font-size:110%;
}

.job__date{
	color: #999;
	white-space: nowrap;
	margin-left: 10px;
}

.job__description{
	margin: 24px 0 0;
	font-weight: 300;
	line-height: 28px;
	max-height: 120px;
	overflow: hidden;
	flex: auto;
}

.job__description p{
	margin: 0;
}

.job__description ul{
	margin: unset;
}

.job__suchleiste{
	display: flex;
	/* justify-content: space-between; */
	align-items: baseline;
	flex-wrap: wrap;
}

.job__such-element--radius{
	border: solid 1px #ccc;
	box-sizing: border-box;
	outline: none;
	padding: 0.36rem 0.66rem;
	outline-offset: 0;
}

.job__such-element--text{
	width:40%;
}

.job__such-element--ort{
	width: 20%;
	min-width: 90px;
}

.job__button--suche{
	margin-left: auto;
}

.job__button{
	transition: background 150ms ease-in-out;
	background: #0073aa;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	padding: 0.76rem 1rem;
	text-decoration: none;
	vertical-align: bottom;
	display: inline-block;
}

.job__such-element{
	/* width: 100%; */
	margin-right: 10px;
	height: 50px;
}

.job__suchleiste-reset{
	margin-top: 5px;
}

.job__suchleiste-reset-link{
	float: right;
	font-size: 15px;
}

.job__paging-container{
	text-align: center;
	margin-top: 20px;
}

.job__paging {
	display: inline-block;
	list-style-type: none;
}

.job__paging-element {
	color: black;
	float: left;
	/* padding: 8px 16px; */
	text-decoration: none;
}

.job__paging-element--active{
	background-color: #0073aa;
	border-radius: 5px;
	color: white;
}

.job__paging-element--active .job__paging-link{
	color: white;
} 

.job__paging-link{
	text-decoration: none !important;
	padding: 8px 16px;
}

.job__paging-element:hover:not(.job__paging-element--active) {
	background-color: #ddd;
	border-radius: 5px;
}

.job__paging-element--disabled{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}


@media screen and (max-width: 450px) {
	.job{
		padding: 20px 25px;
	}

	.job__header{
		display: unset;
	}
	.job__heading-bewerben-link {
		font-size: 125%;
	}
	
	.job__button--suche{
		margin-left: auto;
	}	
	
	.job__page input, .job__page select{
		margin-bottom: 5px;
	}

	.job__date{
		margin-left: 0;
	}

	.job__such-element--text {
		width: unset;
	}
}

@media screen and (max-width: 900px) {
		.job__page input, .job__page select{
		margin-bottom: 5px;
	}
}