* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1rem;
}

@font-face {
	font-family: 'rubik';
	src: url('rubik.woff2') format('woff2');
}

::placeholder {
	color: #c6c6c6;
	opacity: 1;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

a {
	color: #195b96;
	text-decoration: none;
}

html {
	min-height: 100vh;
	font-family: 'rubik', sans-serif;
	color: #195b96;
	font-size: 16px;
	background-color: #fff;
	overflow-y: scroll;
}

.searchBar {
	width: 100%;
	background: #348ec9;
	padding: 15px;
}

.searchBarWhiteField {
	margin: 0 auto;
	max-width: 1260px;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 2rem;
}

.jobKey {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 70%;
	height: 100%;
	font-size: 1.5rem;
}

.searchBarWhiteField i {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 3rem;
	border-radius: 3px 0px 0px 3px;
}

.jobKey input {
	font-size: 1rem;
	padding: 1rem;
	width: 100%;
	height: 3rem;
	border: 0;
	background: #fff;
	border-radius: 0px 3px 3px 0px;
}

.loc {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 30%;
	height: 100%;
}

.loc input {
	font-size: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 80%;
	height: 3rem;
	border: 0;
	background: #fff;
	border-radius: 3px;
}


.searchContainer {
	margin: 2rem auto;
	max-width: 1260px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.searchOptions {
	background: #fff;
	width: 20%;
	z-index: 99999999999999999999999999999999999999;
}

.searchOptionsDescription {
	color: #000;
	font-size: 0.7rem;
	font-weight: 600;
	padding-left: 1rem;
}

.searchOptionsBox {
	background: #f8f8f8;
	padding: 1rem;
	border-radius: 3px;
	border: 1px solid #eeeeee;
	line-height: 1rem;
	font-size: 0.8rem;
	margin-bottom: 2rem;
}

.searchOptionsBox>div {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.searchResults {
	width: 75%;
}

.searchOptionsBox input[type=text] {
	width: 100%;
}

.searchOptionsBox input[type=range] {
	width: 100%;
}

.searchOptionsBox input[type="checkbox"][name="homeoffice"] {
	margin-right: 0.5rem;
}

.searchOptionsBox input[type="checkbox"][name="radius"] {
	margin-right: 0.5rem;
}

#gehaltSetting {
	display: block;
	width: 100%;
	font-weight: 700;
	text-align: center;
}

.checkboxes {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
}

.transit {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	width: 3rem;
	height: 4rem;
	border: 1px solid #cbd5e1;
	border-radius: 3px;
	position: relative;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	background: #fff;
}

.transit:before {
	font-family: "FontAwesome";
	font-size: 1rem;
	font-weight: 600;
	color: #195b96;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.transit:checked:before {
	color: #fff;
}

.transit:checked {
	color: #fff !important;
	background: #195b96;
}

.walking:before {
	content: "\f183";
}

.bicycle:before {
	content: "\f206";
}

.driving:before {
	content: "\f1b9";
}

.train:before {
	content: "\f238";
}

.pendelSlider {
	margin-bottom: 0px !important;
	margin-top: 1rem !important;
}

.minStaffel {
	margin-top: 0.25rem !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.minStaffel>div {
	text-align: center;
	font-size: 0.6rem;
	font-weight: 700;
	width: 20%;
	border-radius: 3px;
	user-select: none;
}

.minStaffel .active {
	background: #195b96;
	color: #fff;
}

#startAddressInput {
	font-size: 0.7rem;
	padding: 0.5rem;
	border-radius: 3px;
	border: 1px solid #ccc;
}

.searchResults>div {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 1rem;
	margin-bottom: 1rem;
	transition: all 1s ease;
	user-select: none;
	cursor: pointer;
}

.searchResults>a {
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 1rem;
	margin-bottom: 1rem;
	transition: all 1s ease;
	user-select: none;
	cursor: pointer;
}

/*.searchResults > div:hover{
	background:#195b96;
	color:#fff;
	border:1px solid #195b96;
	cursor: pointer;
}*/


.jobDiv {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.jobDivHidden {
	padding: 1rem;
}

.jobDivLink {
	text-align: center;
	margin-top: 3rem;
}

.jobDivLink a {
	background: #73c82c;
	color: #fff;
	font-weight: 700;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-radius: 3px;
}

.hidden {
	display: none;
}

.jobDivHidden li {
	margin-left: 1rem;
}

.jobDivHidden h4 {
	margin-top: 1rem;
}

.locationDiv {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	font-weight: 500;
}

.titleDiv {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.locationDiv i {
	color: #73c82c;
}

.jobTitle {
	font-size: 1.1rem;
	font-weight: 1000;
	line-height: 2rem;
	color: #73c82c;
	text-align: center;
}

.einsatzbereich {
	font-size: 0.7rem;
	font-weight: 600;
	color: #73c82c;
}

.searchOptionsBox select {
	font-size: 0.8rem;
	padding: 0.5rem;
	border-radius: 3px;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
	color: #195b96;
}

.imageDiv img {
	border-radius: 3px;
	width: 124px;
}

.moreSettings {
	padding: 10px;
	display: none;
	cursor: pointer;
}

.closeSideMenue {
	color: red;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	display: none;
}

.loading {
	width: 80px;
	height: 80px;
}

.locationDiv span:first-child i {
	font-size: 2rem;
}

@media screen and (max-width: 450px) {

	html,
	body {
		overflow-x: hidden;
	}

	.searchBarWhiteField {
		flex-direction: column !important;
	}

	.jobKey {
		width: 100%;
	}

	.loc {
		width: 100%;
		justify-content: center;
		margin-top: 1rem;
	}

	.loc input {
		width: 100%;
		padding: 15px;
		padding-left: 70px;
	}

	.closeSideMenue {
		display: block;
	}

	.moreSettings {
		display: block;
	}

	.searchContainer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.searchOptions {
		position: fixed;
		left: -80%;
		top: 0;
		width: 80%;
		padding: 10px;
		box-shadow: 0px 0px 0px 100000px rgba(0, 0, 0, 0);
		transition: all 0.5s ease;
		border-radius: 0px 3px 3px 0px;
		height: 100%;
		overflow-y: scroll;
	}

	.searchResults {
		width: 100%;
	}

	.imageDiv img {
		border-radius: 3px;
		width: 80px;
	}

	.locationDiv i {
		font-size: 1.5rem;
	}

	.locationDiv span:first-child i {
		font-size: 1rem;
	}

	.locationDiv span {
		font-size: 0.7rem;
		line-height: 0.8rem;
		font-weight: 400;
	}

	.einsatzbereich {
		font-size: 0.6rem;
		font-weight: 300;
	}

	.jobTitle {
		font-size: 0.8rem;
		font-weight: 600;
		line-height: 1.0rem;
	}

	.titleDiv {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.jobDivHidden {
		font-size: 0.8rem;
	}

}

.hidden-text {
	display: none;
}

.tooltipMyOwn {
	position: relative;
	display: inline-block;
}

.tooltipMyOwn .tooltiptextMyOwn {
	visibility: hidden;
	width: auto;
	background-color: #3d89c5;
	color: #fff;
	text-align: center;
	border-radius: 0.25rem;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	/* Position the tooltip above the text */
	left: 50%;
	margin-left: -50%;
	opacity: 0;
	transition: opacity 0.3s;
	line-height: 1.5rem;
	font-size: 1rem;
}

.tooltipMyOwn:hover .tooltiptextMyOwn {
	visibility: visible;
	opacity: 1;
}














































































































/**/