/*Grün: #3fb618*/
/*Blau: #000000*/

body {
	background:#F1F1F1;
}

.container {
	padding-top:10px;
	background:#FFFFFF;
}

.header .image img{
	height: 80px;
}

.header .logo {

}

@media (max-width: 991px){
	.header .logo {
		margin-top: 20px;
		height: 100px;
		background-size: auto 100%;
	}

}

.header {
	padding: 0;
}

h1 {
	font-size: 30px;
}

h1, h2 {
	color:#000000;
}

button, a.button {
	background:#3fb618;
	color:#FFFFFF;
}

a {
	color:#3fb618;
}

a:hover {
	color:#3fb618;
	text-decoration:underline;
}

.footer {
	border-bottom:10px #3fb618 solid;
}

.footer {
	text-align:right;
	margin-bottom: 10px;
}


.sidebar  h2 {
	border-left:4px #3fb618 solid;
	padding-left:10px;
}

ul {
	list-style-image: url('img/bullet_14.png');
	padding-left: 18px;
}

li {
	list-style-image: url('img/bullet_14.png');
}

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: 33.33%;
	border: solid 5px white;
	text-align: center;
}

.job-block:hover {
	background: rgba(138, 189, 0, 0.3);
}

.job-link {
	display: block;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	background-color: #eee;
	height: 100%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	padding: 20px 20px;
	transition: all 0.5s ease-in-out;
}

.job-link:hover {
	text-decoration: none;
	background-color: rgba(138,189,0,0.3);
	color: #000000;
	transform: translateY(-4px);
}

#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: 15px;
	font-size: 15px;
}

.btn-custom {
	background-color: #B2B2B2;
	color: #eee;
}

.btn-custom.active {
	background-color: #3fb618;
	color: #fff;
}

.div-filters {
	text-align: center;
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: bold;
}

.div-filters span {
	color: #3fb618;
	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: #3fb618;
	color: white;
	display: inline-block;
	border-radius: 3px;
}

.clear-btn {
	position: absolute;
	cursor: pointer;
	color: red;
	font-weight: bold;
	right: 13px;
	top: 14px;
}

h4 strong img {
	widows: 40px;
}

.col-md-12.header img {
	width: 1px;
	height: 1px;
}