/*Grün: var(--main-color)*/
/*Blau: #000000*/

/* IU Blau: rgb(70, 251, 255)  = #46FBFF + Schwarz*/
/* IU Grün: rgb(85, 255, 77)   = #55FF4D + Schwarz*/
/* IU Gelb: rgb(255, 254, 78)  = #FFFE4E + Schwarz*/
/* IU Orange: rgb(255, 167, 58) = #FFA73A + Schwarz*/
/* IU Rot: rgb(255, 71, 87) = #FF4757 + Schwarz*/
/* IU Pink: rgb(254, 77, 249) = #FE4DF9 + Schwarz */

div.joblisting {
	--main-color: #444;
}

#suchleiste .buttongruppe.btn-group button {
	display: block;
	width: 240px;
	text-align: left;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	margin: 4px 0;
	color: black;
	box-shadow: none;
	font-size: 14px;
}

#suchleiste .buttongruppe.btn-group button.active {
	text-decoration: underline;
	font-weight: bold;
}


#suchleiste label {
	font-size: 20px;
	width: 200px;
	cursor: pointer;
	margin-left: 0px;
}

#suchleiste .filter-group {
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

#suchleiste .filter-group:last-child {
	border-bottom: none;
}

#suchleiste img {
	width: 24px;
	float: right;
}

.jobliste #wrapper {
	background-color: #fff;
	padding-top: 75px;
	padding-bottom: 30px;
}

.jobliste #footer {
	padding: 20px;
	background-color: #1d1d1f;
}

.jobliste #footer > div {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

#footer a {
	display: inline-block;
	text-decoration: underline;
	margin-right: 14px;
	color: white;
}

.headerbild {
	position:relative;
	width:100%;
	height:540px;
	background:url('/bundles/jobbox/img/header/iu.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.headerbild .filter-group {
	position:absolute;
	left:198px;
	bottom:0px;
}

.headerbild .filter-group input.form-control {
	display:inline-block;
	width: 310px;
	font-size: 13px;
}

.headerbild .infotext {
	position:absolute;
	width: 440px;
	height: auto;
	left:198px;
	top:370px;
	font-size: 12px;
}

.headerbild .infotext a {
	text-decoration: underline;
}

#suchleiste {
	float:left;
	width: 250px;
}


.jobliste #kontakinfos {
	padding: 20px;
	background-color: #f3f3f5;
	margin-bottom: 30px;
}

.jobliste #kontakinfos > div {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	color: black;
}

.jobliste #kontakinfos .first {
	float: left;
	width: 50%;
}

.jobliste #kontakinfos .second {
	float: left;
	width: 50%;
}

.suche-button {
	color: white;
	background-color: #386fef;
	padding-top: 12px;
	padding-bottom: 12px;
}

.linkbox {
	margin-top: 20px;
	display: inline-block;
	margin-right: 20px;
	border-top: 1px solid black;
	padding-top: 20px;
}

.linkbox a span{
	font-size: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

.linkbox img{
	width: 20px;
	display: inline-block;
	margin-right: 10px;
}

.linkbox a {
	color: black;
}


.jobliste #floater {
	background-color: white;
	width: 100%;
	position: fixed;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	z-index: 100000;
}

.jobliste #floater div {
	max-width: 1280px;
	padding: 15px 0;
	margin-left: auto;
	margin-right: auto;
}

.iu-blau {
	--main-color: #46FBFF;
}

.iu-gruen {
	--main-color: #55FF4D;
}

.iu-gelb {
	--main-color: #FFFE4E;
}

.iu-mc {
	--main-color: #FFBC0D;
}

.iu-mc h1 {
	text-transform: none;
}

.iu-dorint {
	--main-color: #00fbfe;
}


.iu-orange {
	--main-color: #FFA73A;
}

.iu-rot {
	--main-color: #FF4757;
}

.iu-pink {
	--main-color: #FE4DF9;
}

.main {
	padding-top: 0;

}

.col-md-8.headerimage {
	padding-left: 0;
	padding-right: 0;
}

.col-md-8.main {
	padding-right: 0;
}


body {
	background:#F1F1F1;
}

.container {
	padding-top:10px;
	background:#FFFFFF;
}

.row ul {
	margin-bottom: 14px;
}


img.full-width{
	width: 100%;
	display: inline-block;
	margin-bottom: 22px;
}

.row.header {
	margin-top: 30px;
	margin-bottom: 0;
}

.headerimage img.logo{
	width: 180px;
	position: relative;
	top:  -10px;
	left:  25px;
}

.header {
	padding: 0;
}

h1 {
	font-size: 25px;
	background-color: var(--main-color);
	color: black;
	font-weight: bold;
	display: block;
	width: auto;
	padding: 7px 20px;
	margin-left: 0px;
	margin-right: auto;
}

h2 {
	/*background-color: black;*/
	/*color: white;*/
	color:  black;
	font-weight: bold;
	padding: 4px;
	margin-left: -4px;
	margin-top: 14px;
}

h3 {
	margin-top: 12px;
}

button, a.button {
	background:var(--main-color);
	color:#000000;
	font-weight: bold;
}

a {
	color:var(--main-color);
}

a:hover {
	color:var(--main-color);
	text-decoration:underline;
}

.footer {
	border-bottom:10px var(--main-color) solid;
}

.footer {
	text-align:right;
	margin-bottom: 10px;
}


.sidebar h2 {
	border-left:4px var(--main-color) solid;
	padding-left:10px;
}

ul {
	padding-left: 18px;
}

h2.center {
	text-align: center;
	padding-bottom: 5px;
	background-color: white;
}

.job-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.job-block {
	box-sizing: border-box;
	flex-grow: 1;
	width: 50%;
	border: solid 5px white;
	text-align: left;
	height: 220px;
}

.job-block .arbeitgeber {
	font-weight: bold;
	margin-top : 5px;
	margin-bottom: 15px;
	font-size: 15px;
}

.job-block h2 {
	background: #ffffb8;
	font-weight: bold;
	padding: 0;
	margin: 0;
	height: 80px;
}

.container-full.joblisting {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}


#wrapper {
	background:#F1F1F1;
}

.container-full {
	background-color: white;
}

.joblisting a {
	text-decoration: none;
}

.joblisting label {
	display: inline-block;
	width: 100px;
	margin-left: 20px;
	color: #000000;
}

.joblisting .job-link {
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	float: right;
	color: #000;
	text-decoration: underline;
}

.job-block .inner-job {
	padding: 20px;
	background-color: #f3f3f5;

}

.job-block .inner-job img {
	width: 15px;
	display: inline-block;
	margin-right: 4px;
	position: relative;
	top: -1px;
}

.job-block .inner-job > div {
	margin-bottom: 8px;
}

.job-block h2 {
	padding: 20px;
}

.btn-custom {
	background-color: #B2B2B2;
	color: #eee;
	white-space: normal;
}

.btn-custom.active {
	background-color: var(--main-color);
	color: #fff;
}

.div-filters {
	text-align: center;
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: bold;
}

.div-filters span {
	color: var(--main-color);
	font-weight: normal;
}

.reset-filters {
	font-size: 16px;
	cursor: pointer;
	color: red;
}

h2.jobs-header {
	text-align: center;
	margin: 20px 0 15px 0;
}

.search-group {
	padding-top: 10px;
}

.ui-match {
	background-color: #FFFF00;
	color: #000;
	display: inline-block;
	border-radius: 3px;
}

.clear-btn {
	position: absolute;
	cursor: pointer;
	color: red;
	font-weight: bold;
	right: 13px;
	top: 14px;
}

a.button.fr {
	display: inline-block;
	float: right;
}

a.button:hover {
	color: black;
}


@media (max-width: 991px){
	.col-md-8.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	iframe {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1.77;
	}
	.col-md-8.headerimage a.button.fr {
		margin-right: 15px;
	}
}


.company-logo {
	margin-bottom: 20px !important;
	max-width: 100% !important;
	max-height: 250px !important;
	text-align: center !important;
	min-width: 220px;

}

.col-md-4.sidebar div:first-child div:first-child {
	text-align: center;
}

#floater img {
	width:138px;
}

@media (max-width: 991px){

	.job-block .inner-job > div.arbeitgeber {
		height: 45px;
	}

	h1.stellentitel.mit-logo {
		font-size: 12px;
		padding: 8px 3px;
		float: left;
		max-width: 79%;
	}

	h1.stellentitel + p, h1.stellentitel + div {
		clear: both;
	}

	.logo-oben {
		display: block !important;
		margin-bottom: 10px;
		max-width: 19%;
		float:right;
	}

	.logo-oben + h1 + b {
		display: block;
		clear:both;
	}

	.logo-unten {
		display: none;
	}

	#suchleiste, #ergebnisse {
		float: none;
		width:100%;
	}

	#floater img {
		width:100px;
	}

	.jobliste #floater div {
		padding: 10px;
		margin-left: 0;
		margin-right: 0;
	}

	.jobliste #wrapper {
		margin: 0;
		min-width: 100% !important;
		width: 100% !important;
		overflow: hidden;
	}

	#wrapper .job-block {
		width: 100%;
		margin-left: 10px;
	    margin-right: 18px;
	    margin-top: 10px;
	}

	.jobliste #kontakinfos .first, .jobliste #kontakinfos .second {
		float: none;
		width: 100%;
	}

	.job-block h2 {
		padding: 8px;
	}

	.job-block .arbeitgeber {
		margin-top : 0px;
	}

	.job-block .inner-job {
		padding: 8px;
	}

	.headerbild {
		position:relative;
		width:100%;
		height:auto;
		background: none;
		padding-left: 30px;
	}

	.headerbild-mobile {
		display: block !important;
	}

	.headerbild-mobile img{
		width: 100%;
	}

	.headerbild .filter-group {
		position:relative;
		left:0;
		bottom:0;
	}

	#suchleiste .filter-group {
		text-align: center;
	}

	#suchleiste .buttongruppe.btn-group button{
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
	}

	.filter-mobile {
		display: block !important;
		border: 3px solid #386fef;
		border-radius: 2px;
		text-align: center;
		padding: 10px;
		margin-left: 10px;
		margin-right: 10px;
		width: 93%;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.filterversteckt {
		display: none;
	}

	.headerbild .infotext {
		width: 100%;
		position: relative;
		left: 0;
		top:0;
	}

}
