.jobs {
	background-image: url('../../img/snippet-rechtsgebieden.png') !important;
}

.jobs-snip {
	background-color: #bdd7d6 !important;
}
.page_title_color {
	color: #3f70a0;
}

.job-member-text {
	color: rgb(48, 121, 134);
}

.rechtsgebieden-list li {
	margin-bottom: 12px;
	border-radius: 10px 10px 10px 10px;
	background-color: white;
	box-shadow: 7px 10px 15px rgba(5, 0, 0, 0.31);
}
#tab-content-columns{
	display:none !important;
}
.rechtsgebieden-list li a {
	color: black;
}

.rechtsgebieden-list li a:hover {
	color: white;
	border-radius: 10px 10px 10px 10px;
	background-color: rgb(48, 121, 134);
}

.rechtsgebieden-list li.active a {
	color: white;
	border-radius: 10px 10px 10px 10px;
	background-color: rgb(48, 121, 134);
}

#tab-jobs li {
	display: none;
}

#tab-jobs>li>a {
	position: relative;
	display: block;
	padding: 0px 15px;
	text-transform: uppercase;
}
#job-member a{
	color: rgb(48, 121, 134);
	text-decoration: underline;
}
@media ( min-width : 768px) {
	#job-member {
		margin-left: 30%;
	}
}

/*
* -------------------------------------------------------PAGE WRAP -------------------------------------------------------
*/
#wrap {
	background-image: url('../../img/snippet-rechtsgebieden.png') !important;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
	max-width: 1100px;
	background: no-repeat;
	background-position: left 90%;
	background-size: 40% auto;
}
@media ( max-width : 481px) {
	#wrap {

		min-height: 100%;
		height: auto !important;
		height: 100%;
		/* Negative indent footer by it's height */
		margin: 0 auto -60px;
		max-width: 1100px;
		background: no-repeat fixed;
		background-size: 100% auto;
		background-position: left bottom;
	}
}
@media ( min-width :482px) and ( max-width : 767px) {
	#wrap {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		/* Negative indent footer by it's height */
		margin: 0 auto -60px;
		max-width: 1100px;
		background: no-repeat fixed;
		background-size: 50% auto;
		background-position: center center;
	}
}

@media ( min-width :768px) and ( max-width : 1100px) {
	#wrap {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		/* Negative indent footer by it's height */
		margin: 0 auto -60px;
		max-width: 1100px;
		background: no-repeat fixed;
		background-position: left 90%;
		background-size: 40% auto;
	}
}
body {
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #baced7 !important;
}

.job-member-text {display:none;}

.job-member-text {
	color: #3f70a0;
}

.rechtsgebieden-list li a:hover {
	color: white;
	border-radius: 10px 10px 10px 10px;
}
.rechtsgebieden-list li.active a {
	color: white;
	border-radius: 10px 10px 10px 10px;
	background: #3f70a0;
}
#tab-jobs>li>a:active, 
#tab-jobs>li>a:hover{
	background: #3f70a0;
}

#job-member a{
	color: #3f70a0;
	text-decoration: underline;
}
/*
* -------------------------------------------------------PAGE WRAP END-------------------------------------------------------
*/