/* ----------------------------
--- JOB GLOBAL ---
-----------------------------*/
body.page-template-jobLanding, 
body.single-jobpost,
body.page-template-updateJobSubmission,
body.page-template-addJobTemplate,
body.page-template-singleJobTemplate,
body .page-template-updateJobSubmission {background-color:#fff;}

.page-template-jobLanding #content, 
.single-jobpost #content,
body.page-template-templatesupdateJobSubmission #content,
body.page-template-addJobTemplate #content,
body.page-template-updateJobSubmission #content,
body.page-template-singleJobTemplate #content{border:0px;}

.page-template-jobLanding .wrapper,
 .single-jobpost .wrapper,
 body.page-template-templatesupdateJobSubmission .wrapper,
 body.page-template-addJobTemplate .wrapper,
 body.page-template-updateJobSubmission .wrapper,
 body.page-template-singleJobTemplate .wrapper {padding-top:0;}

@media screen and (min-width:992px) and (max-width: 1199px){
	.page-template-jobLanding .container,
	body.single-jobpost .container,
	body.page-template-templatesupdateJobSubmission  .container,
	body.page-template-addJobTemplate .container,
	body.page-template-updateJobSubmission .container,
	body.page-template-singleJobTemplate .container {
	  width: 960px;
	  margin-bottom:10px;
	  margin-top:10px;
	}
	
}

@media screen and (min-width: 1200px){
	.page-template-jobLanding .container,
	body.single-jobpost .container,
	body.page-template-templatesupdateJobSubmission  .container,
	body.page-template-addJobTemplate .container,
	body.page-template-updateJobSubmission .container,
	body.page-template-singleJobTemplate .container{
	  width: 1170px;
	}
}

/* SELECTBOX chosen-single */
.chosen-container-single .chosen-single div{
	top:-2px !important;
}


/* ----------------------------
--- MISSING BOTTSTRAP ---
-----------------------------*/
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2;
}
/* .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background: #204d74;
} */
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #999999 0%, #bcbcbc 100%);
   background-image: -o-linear-gradient(top, #999999 0%, #bcbcbc 100%);
   background-image: linear-gradient(to bottom, #999999 0%, #bcbcbc 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#bcbcbc', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   background-repeat: repeat-x;
   border-color: #999999;
	 cursor: default;
}

.btn-primary.active:hover, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary:hover {
		background-image: -webkit-linear-gradient(top, #999999 0%, #9e9d9d 100%);
   background-image: -o-linear-gradient(top, #999999 0%, #9e9d9d 100%);
   background-image: linear-gradient(to bottom, #999999 0%, #9e9d9d 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#9e9d9d', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   background-repeat: repeat-x;
   border-color: #9e9d9d;
}

.btn-primary.disabled {
	color: #fff;
    background-image: -webkit-linear-gradient(top, #999999 0%, #bcbcbc 100%);
   background-image: -o-linear-gradient(top, #999999 0%, #bcbcbc 100%);
   background-image: linear-gradient(to bottom, #999999 0%, #bcbcbc 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#bcbcbc', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   background-repeat: repeat-x;
   border-color: #999999;
	cursor: default;
}.btn-primary.disabled:hover{
	background-image: -webkit-linear-gradient(top, #999999 0%, #9e9d9d 100%);
   background-image: -o-linear-gradient(top, #999999 0%, #9e9d9d 100%);
   background-image: linear-gradient(to bottom, #999999 0%, #9e9d9d 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#9e9d9d', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
   background-repeat: repeat-x;
   border-color: #9e9d9d;
}

.btn.active, .btn:active {
    /* background-image: none; */
    outline: 0;
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
}

/* ----------------------------
--- NAVIGATION ---
-----------------------------*/
@media screen and (min-width: 1200px){
	.main-nav .entwickler-job-add-item::after{
		content: 'Neu';
		top: -58px !important;
		position: relative;
		height: 10px;
		background-color: #FFAD00;
		padding: 0px 5px;
		left: 43px;
		border-radius: 4px;
		font-size: 12px;
		font-weight: 600;
		color: #f4f4f4;
		margin-right: 45px;
	}
	.main-nav .entwickler-job-add-item ul {
		top:auto;
	}
}

/* ----------------------------
--- HEADER ---
-----------------------------*/
.sands-job-logo {margin: 10px 0 0 0;}

@media screen and (max-width: 768px){
	.jobs-head-area .sands-add-job, .jobs-head-area .sands-job-logo{
		text-align: center;
		margin-bottom:10px;
	}
}

/* ----------------------------
--- FILTER ---
-----------------------------*/
.job-landing-page-va .jobs-filter-area-big,
.single-jobpost .jobs-filter-area-big,
.page-template-addJobTemplate .jobs-filter-area-big,
.page-template-updateJobSubmission .jobs-filter-area-big,
.page-template-singleJobTemplate .jobs-filter-area-big{
    background-repeat: no-repeat !important;
    background-position: 100% 0%!important;
    background-size: cover !important;
	min-height: 350px;
	/* height: 40vh; */
}
.job-landing-page-va .jobs-filter-area-small,
.single-jobpost .jobs-filter-area-small,
.page-template-addJobTemplate .jobs-filter-area-small,
.page-template-updateJobSubmission .jobs-filter-area-small,
.page-template-singleJobTemplate .jobs-filter-area-small{
    background-repeat: no-repeat !important;
    background-position: 100% 0% !important;
    background-size: cover !important; 
	min-height: 250px;
	/* height: 40vh; */
}

.job-landing-page-va.job-landing-page-v-small .jobs-filter-area-big {
	min-height: 250px;
}

.job-landing-page-vb .jobs-filter-area-big{
    background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
    background-size: cover !important;
	min-height: 250px;
	/* height: 40vh; */
}
.job-landing-page-vb .jobs-filter-area-small{
    background-repeat: no-repeat !important;
    background-position: 50% 0% !important;
    background-size: cover !important; 
	min-height: 250px;
	/* height: 40vh; */
}
@media screen and (max-width: 768px){
	.job-landing-page-va .jobs-filter-area-big,
	.single-jobpost .jobs-filter-area-big,
	.page-template-addJobTemplate .jobs-filter-area-big,
	.page-template-updateJobSubmission .jobs-filter-area-big,
	.page-template-singleJobTemplate .jobs-filter-area-big {
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v1/entwicklerdeJobs_Titelbild_Foto_Startseite_32679_v7_1_Mobile.jpg) #00C3E2; /* #15bfe2;*/
	}

	.job-landing-page-vb .jobs-filter-area-big{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v2/entwicklerdeJobs_Titelbild_Illu_Startseite_32679_v7_1_Mobile.jpg) #00C3E2; /* #15bfe2;*/
	}
	.jobs-filter-area-big #content{
		margin-top:0%;
	}
	.job-landing-page-va .jobs-filter-area-small,
	.single-jobpost .jobs-filter-area-small,
	.page-template-addJobTemplate .jobs-filter-area-small,
	.page-template-updateJobSubmission .jobs-filter-area-small,
	.page-template-singleJobTemplate .jobs-filter-area-small{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v1/entwicklerdeJobs_Titelbild_Foto_Unterseite_32679_v7_1_Mobile.jpg) #00C3E2; /* #15bfe2;*/
	}
	.job-landing-page-vb .jobs-filter-area-small{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v2/entwicklerdeJobs_Titelbild_Illu_Unterseite_32679_v7_1_Mobile.jpg) #00C3E2; /* #15bfe2;*/
	}
	.jobs-filter-area-small #content{
		margin-top:0px;
	}
}
@media screen and (min-width:768px) and (max-width: 992px){
	.job-landing-page-va .jobs-filter-area-big,
	.single-jobpost .jobs-filter-area-big,
	.page-template-addJobTemplate .jobs-filter-area-big,
	.page-template-updateJobSubmission .jobs-filter-area-big,
	.page-template-singleJobTemplate .jobs-filter-area-big{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v1/entwicklerdeJobs_Titelbild_Foto_Startseite_32679_v8_1_Tablet.jpg) #00C3E2; /* #15bfe2;*/
	}
	.job-landing-page-vb .jobs-filter-area-big{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v2/entwicklerdeJobs_Titelbild_Illu_Startseite_32679_v7_1_Tablet.jpg) #00C3E2; /* #15bfe2;*/
	}
	.jobs-filter-area-big #content{
		margin-top:10px;
	}
	.job-landing-page-va .jobs-filter-area-small,
	.single-jobpost .jobs-filter-area-small,
	.page-template-addJobTemplate .jobs-filter-area-small,
	.page-template-updateJobSubmission .jobs-filter-area-small,
	.page-template-singleJobTemplate .jobs-filter-area-small{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v1/entwicklerdeJobs_Titelbild_Foto_Startseite_32679_v8_1_Tablet.jpg) #00C3E2; /* #15bfe2;*/
	}
	.job-landing-page-vb .jobs-filter-area-small{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v2/entwicklerdeJobs_Titelbild_Illu_Unterseite_32679_v7_1_Tablet.jpg) #00C3E2; /* #15bfe2;*/
	}
	.jobs-filter-area-small #content{
		margin-top:40px;
	}
}
@media screen and (min-width:992px) and (max-width: 1199px){
	.job-landing-page-va .jobs-filter-area-big,
	.single-jobpost .jobs-filter-area-big,
	.page-template-addJobTemplate .jobs-filter-area-big,
	.page-template-updateJobSubmission .jobs-filter-area-big,
	.page-template-singleJobTemplate .jobs-filter-area-big{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v1/entwicklerdeJobs_Titelbild_Foto_Startseite_32679_v7_1_Netbook.jpg) #00C3E2; /* #15bfe2;*/
	}
	.job-landing-page-vb .jobs-filter-area-big{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v2/entwicklerdeJobs_Titelbild_Illu_Startseite_32679_v7_1_Netbook.jpg) #00C3E2; /* #15bfe2;*/
	}
	.jobs-filter-area-big #content{
		margin-top:10px;
	}
	.job-landing-page-va .jobs-filter-area-small,
	.single-jobpost .jobs-filter-area-small,
	.page-template-addJobTemplate .jobs-filter-area-small,
	.page-template-updateJobSubmission .jobs-filter-area-small,
	.page-template-singleJobTemplate .jobs-filter-area-small{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v1/entwicklerdeJobs_Titelbild_Foto_Unterseite_32679_v7_1_Netbook.jpg) #00C3E2; /* #15bfe2;*/
	}
	.job-landing-page-vb .jobs-filter-area-small{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v2/entwicklerdeJobs_Titelbild_Illu_Unterseite_32679_v7_1_Netbook.jpg) #00C3E2; /* #15bfe2;*/
	}
	.jobs-filter-area-small #content{
		margin-top:40px;
	}
}
@media screen and (min-width: 1200px){
	/* .job-landing-page-va .jobs-filter-area-big, */
	.single-jobpost .jobs-filter-area-big,
	.page-template-addJobTemplate .jobs-filter-area-big,
	.page-template-updateJobSubmission .jobs-filter-area-big,
	.page-template-singleJobTemplate .jobs-filter-area-big{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v1/entwicklerdeJobs_Titelbild_Foto_Startseite_32679_v9_1_BigDisplay.jpg) #00C3E2; /* #15bfe2;*/
		/* background-size: contain; */
	}
	
	/*
	TO USE ACF FIELD FOR THE DISTURBER IMAGE WE MOVED THIS CSS TO THE SEARCH-FORM.PHP 
	
	.job-landing-page-va .jobs-filter-area-big{
		background:  url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/entwicklerde_Jobs_home_500_Stoerer.png) , url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v1/entwicklerdeJobs_Titelbild_Foto_Startseite_32679_v9_1_BigDisplay.jpg); 
	    background-position: 4% 16px, 100% 0%!important;
		background-size: auto , cover !important;
	}
	*/
	
	.job-landing-page-vb .jobs-filter-area-big{
		/*background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v2/entwicklerdeJobs_Titelbild_Illu_Startseite_32679_v7_1_BigDisplay.jpg) #00C3E2;*/ /* #15bfe2;*/
	    background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v2/entwicklerdeJobs_Titelbild_Illu_Unterseite_32679_v7_1_BigDisplay.jpg) #00C3E2; /* #15bfe2;*/
		background-size: contain;
	}
	
	.jobs-filter-area-big #content{
		margin-top:45px;
		    padding: 5px 0 10px 0;
	}
	.job-landing-page-va .jobs-filter-area-small,
	.single-jobpost .jobs-filter-area-small,
	.page-template-addJobTemplate .jobs-filter-area-small,
	.page-template-updateJobSubmission .jobs-filter-area-small,
	.page-template-singleJobTemplate .jobs-filter-area-small{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v1/entwicklerdeJobs_Titelbild_Foto_Startseite_32679_v9_1_BigDisplay.jpg) #00C3E2; /* #15bfe2;*/
		background-size: contain;
	}
	.job-landing-page-vb .jobs-filter-area-small{
		background: url(/wp-content/themes/entwicklerDE/templates/jobtemplate/images/v2/entwicklerdeJobs_Titelbild_Illu_Unterseite_32679_v7_1_BigDisplay.jpg) #00C3E2; /* #15bfe2;*/
		background-size: contain;
	}
	.jobs-filter-area-small #content{
		margin-top:20px;
	}
}


.page-template-jobLanding .kiosk-befor-container  #content h2{
	color: #fff;
	text-align: center;
}

.page-template-jobLanding .gmw-fts-wrapper{
	padding-right:0px;	
}
.gmw-form-1 > div input[type="text"]{
	width:100% !important;
	border-radius: 0 !important;
    box-shadow: none !important;
    height: 40px !important;
    border: 0px !important;
	font-size: 15px !important;
}

/* MAP JOB INFOS */
.wppl-pt-info-window {
    float: none;
    width: auto;
}

/* SIDEBAR WIDGET */

.lp-job-searchresult-sidebar {margin-bottom:20px;}
.lp-job-searchresult-sidebar .side-widget{
	margin-top:15px;
}

.lp-job-searchresult-sidebar .widget_text{
    border-bottom: 1px solid #00C3E2;
    margin-bottom: 5px;

}

.lp-job-searchresult-sidebar .widget_text .textwidget{
    font-size: 15px;
}
.lp-job-searchresult-sidebar .widget_text .textwidget a{
    color: #00C3E2;
    margin-bottom: 10px;
    display: block;
}

.lp-job-searchresult-sidebar .widget_text .widget-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* ---------------------------------
--- Jobs Categories Landing Page ---
----------------------------------*/

.lp-jobs-categories {
	background-color: transparent;
	margin: 20px 0 0 0;
	padding: 1px 20px 10px 20px ;
}

.lp-jobs-categories-mobile {
	background-color: #f5f5f5;
}


.lp-jobs-categories h2.job-categorie-headline {
	border-bottom:1px solid #fff;
	padding: 0 0 6px 0;
	font-size:14px !important;
	text-align:left !important;
	color:#fff !important;
	margin: 0 41px 15px 0;
}

.lp-jobs-categories-mobile h2.job-categorie-headline {
	border-bottom:1px solid #d2d2d2;
	padding: 0 0 6px 0;
	font-size:1.5em !important;
	text-align:left !important;
	color:#3d3d3d !important;
	margin: 12px 0 15px 0;
}

.lp-jobs-categories ul li {
	float:left;
	margin: 0 30px 0 0;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
	width:290px;
}

.lp-jobs-categories-mobile ul li {
	float:left;
	margin: 0 30px 0 0;
  color: #3d3d3d;
  font-weight: 700;
  font-size: 13px;
	width:290px;
}

.lp-jobs-categories ul li a {
	color:#fff;
}

.lp-jobs-categories-mobile ul li a {
	color:#333333;
}

.lp-jobs-categories ul li .cat-count {
	color:#fff;
}

.lp-jobs-categories-mobile ul li .cat-count {
	color:#15bfe2;
}

@media screen and (max-width: 400px){
	.lp-jobs-categories ul li {
	width:230px;
}
}

/* ----------------------------
--- FEATURED SLIDER ---
-----------------------------*/
.jobs-featured-post-title{
	background-color: #e7f9fd;
	margin: 20px 0 0 0;
	padding: 20px 20px 10px 20px ;
}

#jobs-featured-post-slider .owl-wrapper-outer{
	background-color: #e7f9fd;
    padding: 20px;
}

#jobs-featured-post-slider .item{
    width: 100%;
    height: 90px;
    min-width: 285px;
    margin: auto;
	max-width:400px;
}


.page-template-jobLanding .owl-carousel .owl-buttons div {
    width: 25px;
    height: 70px;
    color: #FFFFFF;
    background: #00C3E2;
    border: 0px solid #e5e5e5;
    top: -35px;
		line-height: 44px;
}

.page-template-jobLanding .owl-carousel .owl-next {
    right: -15px;
}
.page-template-jobLanding .owl-carousel .owl-next:before{
	top: 15px;
    position: relative;
}
.page-template-jobLanding .owl-carousel .owl-next:after{
	border-color: transparent transparent transparent #0496AD;
    border-width: 0 0 10px 15px;
}


.page-template-jobLanding .owl-carousel .owl-prev {
    left: -15px;
}
.page-template-jobLanding .owl-carousel .owl-prev:before{
	top: 15px;
    position: relative;
}
.page-template-jobLanding .owl-carousel .owl-prev:after{
    border-width: 0 15px 10px 0;
	border-color: transparent #0496AD transparent transparent;
}




#jobs-featured-post-slider .featured-jobs .featured-image{
	width:90px; 
    height: 90px;
    float: left;
	margin: 2px 5px 2px 0px;
    background: #fff;
	position:relative;
}
#jobs-featured-post-slider .featured-jobs .featured-image .image{
	background-color:#fff; 
}
#jobs-featured-post-slider .featured-jobs .featured-image .image img{
	max-width: 86px;
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 96%;
	border:0px;
	padding:  3px;
}

#jobs-featured-post-slider .featured-jobs .featured-title{
    height: 90px;
    float: left;
    width: 170px;
}

#jobs-featured-post-slider .featured-jobs .featured-title .title{
	font-size: 13px;
	line-height: 1.2em;
	margin: 2px;
}

#jobs-featured-post-slider .featured-jobs .featured-title h5{
	font-size: 13px;
	line-height: 1em;
	margin: 2px;
	font-weight: 400;
}

#jobs-featured-post-slider .featured-jobs .featured-title .title a{
	color: #333;
    font-weight: 700;
}

/* ----------------------------
--- FOOTER ---
-----------------------------*/
.page-template-jobLanding #footer, .single-jobpost #footer, .page-template-addJobTemplate #footer, .page-template-singleJobTemplate #footer, .page-template-updateJobSubmission  #footer{background: #313131; width:100%;}
.page-template-jobLanding #footer-content, .single-jobpost #footer-content, .page-template-addJobTemplate #footer-content, .page-template-singleJobTemplate #footer-content, .page-template-updateJobSubmission #footer-content {border:0px;}
.page-template-jobLanding .footer-bottom, .single-jobpost .footer-bottom, .page-template-addJobTemplate .footer-bottom, .page-template-singleJobTemplate .footer-bottom, .page-template-updateJobSubmission .footer-bottom{display:none;}

/* ----------------------------
--- CONTENT ---
-----------------------------*/
/* THREE BOXES */
.page-template-jobLanding .lp-three-boxes{
	margin: 20px 0;
}
.page-template-jobLanding .lp-three-boxes .lp-job-left-email-note,
.page-template-jobLanding .lp-three-boxes  .lp-job-center-new-post,
.page-template-jobLanding .lp-three-boxes  .lp-job-right-partners {
	padding-bottom: 15px;
}

.page-template-jobLanding .lp-three-boxes  .lp-job-left-email-note .item,
.page-template-jobLanding .lp-three-boxes  .lp-job-center-new-post .item,
.page-template-jobLanding .lp-three-boxes  .lp-job-right-partners  .item{
 	background-color:#f4f4f4;
	padding-bottom: 15px;
}

.page-template-jobLanding .lp-three-boxes  .lp-job-news-posts .widget-title{
	margin:5px 0 0;
}
.page-template-jobLanding .lp-three-boxes  .lp-job-news-posts .textwidget .section {
	padding:10px;
}

.page-template-jobLanding .lp-three-boxes  .lp-job-news-posts .widget-title,
.page-template-jobLanding .lp-three-boxes  .lp-job-left-email-note .widget-title,
.page-template-jobLanding .lp-three-boxes  .lp-job-center-new-post .widget-title,
.page-template-jobLanding .lp-three-boxes  .lp-job-right-partners .widget-title{
	font-size:20px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.page-template-jobLanding .lp-three-boxes  .lp-job-left-email-note .item .btn-primary,
.page-template-jobLanding .lp-three-boxes  .lp-job-center-new-post .item .btn-primary,
.page-template-jobLanding .lp-three-boxes  .lp-job-right-partners  .item .btn-primary{
 	margin-top: 10px;
}


/* --- SEARCH RESOULT --- */

.lp-job-searchresult{
	margin-top:40px;
}

/* --- SIDEBAR --- */
.lp-job-searchresult-sidebar .side-filter .filter-sorting,
.lp-job-searchresult-sidebar .side-filter .filter-categories {
	margin-bottom:15px;
	padding:1px 0px 15px 15px;
	background: #E5FAFD;
} 
.lp-job-searchresult-sidebar .side-filter .filter-sorting input[type="radio"]{
	position: absolute;
	clip: rect(0,0,0,0);
}
.lp-job-searchresult-sidebar .side-filter .filter-sorting label{
	color: #fff;
	font-weight: 700;
}
/*------------------------*/
.container.jobLanding{
	background:#fff;
}
.page-template-jobLanding #footer-content{
}
.jobLanding #content{
	border:0;
	padding-left: 15px;
  	padding-right: 15px;
}
.page-jobs .article-content{
	padding:1em;
}
.page-jobs .page-header-container{
	padding:0;
	margin:0;
}

.post.single.job{
	padding:1em;
}

.post.jobpost{
	border-bottom:1px dashed #ccc;
	margin:1em 0;
	padding:1em 0;	
}

.post.jobpost .title{
	font-size:1.3em;
	margin:0px;
	padding:0px;
}
.post.jobpost .body{
	font-size:0.8em;
}
.post.jobpost .tagline{
	color:#7c7c7c;
	font-weight:bold;
	
}
.post.jobpost img.wp-post-image,
.post.single.job img.wp-post-image{
	border:none;
}
.post.single.job .contact{
	margin:1em 0;
	float:left;
}
.post.single.job .text{
	margin:1em 0;
	float:left;
}
.post.single.job .contact-headline{
	font-weight:bold;
}
.post.single.job ul.fields li .fa {
  width: 30px;
}
.post.single.job .contact .icon-wrapper {
    margin-right: 30px;
}
.post.single.job .contact .icon-wrapper i{
    font-size: 70px;
    color: #666;
    line-height:46px;
}
@media (max-width: 760px) {
		#jobs-sidebar{ float:left; }
		.post.single.job .contact .icon-wrapper{ margin-bottom:1em; }
		.post.single.job .fields{
			  margin: 2em auto;
			  min-width: 200px;
			  width: 100%;
		}
}

.nopadding{
	padding:0!important;
}

/* job submission link */
.submit-job-link{
	text-transform: uppercase;
	font-size: 1em !important;	
	padding: 0 1em 0 0 !important;
	border-radius: 0 !important;
	margin:0 1em 0 0 !important;
	float:right;
}
.submit-job-link i{
	margin:0 1em 0 0;
	background-color: #2D7C4A;
	padding: 1em;
}
.textwidget .submit-job-link{
	float:none;
	width:100%;
	margin:1em auto!important;
	display:block;
	text-align:left;
	max-width:220px;
} 
@media (max-width: 1600px) {
	.submit-job-link{
		float:none;
	}

}	

/* search bar */

@media (max-width: 800px) {
	#job-text-search,
	#jobs-form .chosen-container{
		margin:0.5em 0 0.5em 0;
		width:100%!important;
		text-align:left;
	}
	#job-submit, 
	#job-reset{
	  margin: 0.5em 0 0 0;
	}	
}
#jobs-form {
	line-height:29px;
}
.jobSearchBox {
	border-bottom: 1px dashed #E7E7E7;
	background: #F6F6F6;
	padding: 1em;
	margin:0;
}
#job-text-search{
	border: 1px solid #AAA;
	background-color: #FFF;
	background-image: linear-gradient(#EEE 1%, #FFF 15%);
	cursor: text;
	box-shadow: none!important;
	border-radius:0px!important;
	width:200px;
}
#jobs_categories_chosen{
	width:150px!important;	
}
#job-qualifications{
	width:135px!important;	
}
#job_regions_chosen{
	width:130px!important;	
}
#job-type{
	width:100px!important;	
}
#jobs-form .chosen-container-multi .chosen-choices{
	margin:0px;
}

#job-submit{
	color:#fff;
}
@media (min-width: 1600px) {
	#job-text-search{
		width:330px;
	}
}
 
/* FEATURED RIBBON */
.post.jobpost.featured {
  background: white;
  border:1px solid #efefef;
  position: relative;
  z-index: 90;
}
.post.jobpost.featured .title{
	margin:0 40px 0 0;
}
.post.jobpost.featured .ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index:1;
}

.post.jobpost.featured .ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.post.jobpost.featured .ribbon-green:before,
.post.jobpost.featured .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.post.jobpost.featured .ribbon-green:before {
  left: 0;
}
.post.jobpost.featured .ribbon-green:after {
  right: 0;
}

img.attachment-jobpost-single{
	width:auto!important;
}



/* WIDGETS */
.widget_recent_jobs_entries,
.widget_jobs_week, 
.widget_jobs_news{

}
.widget_recent_jobs_entries img.wp-post-image,
.widget_jobs_week img.wp-post-image,
.widget_jobs_news img.wp-post-image{
	border:none;
}
.widget_recent_jobs_entries li,
.widget_jobs_week li,
.widget_jobs_news li{
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
	border-bottom:1px dashed #efefef;
	font-size:0.8em;
	color:#999;
	
}

/* job sidebar */ 
#jobs-sidebar .widget{
	margin:2em 0 3em 0;
}
#jobs-sidebar .widget-title{
	font-weight:bold;
	border-bottom:1px dashed #efefef;
}


/* product page */
.product abbr[title]{
	border-bottom:none;
}

/*  --------------- Jobs Details Start --------------- */


/*.single-jobpost .kiosk-befor-container .container::before, .single-jobpost .kiosk-befor-container .container::after, .single-jobpost .kiosk-befor-container .container-fluid::before, .single-jobpost .kiosk-befor-container .container-fluid::after, .single-jobpost .kiosk-befor-container .row::before, .single-jobpost .kiosk-befor-container .row::after {
content: initial;
display: table;
}*/


.single-jobpost .jobs-filter-area-small  #content {
	margin:40px 0 0 0;	
}

.single-jobpost .jobs-filter-area-small  #content h2{
	color: #fff;
	text-align: center;
	font-size: 2em;
    font-weight: 400;
}

.single-jobpost .job-single-buttons {border-bottom:1px solid #e5e5e5; margin-top:30px;}

.header.single.job {
    padding: 20px 0 20px 0;
    margin: 0;
}

.header.single.job h1 {margin:0; line-height:31px; font-size:28px;}

@media screen and (max-width: 400px){
	.header.single.job h1 {margin:0; line-height:16px; font-size:14px;}
	.header.single.job h2  {font-size:14px;}
	.single-jobpost .jobs-filter-area-small  #content {
	height:auto;
	}
	
}


.header.single.job h2 {font-weight:400; margin:0;}

.header.single.job .sponsor-image {padding:0;}
.header.single.job .single-sponsor-title {padding:0; margin:15px 0 0 0;}

.header.single.job .sponsor-image .image-wrapper {
	border:1px solid #e5e5e5; 
	width:170px; 
	height:170px; 
	position:relative;
}
.header.single.job .image-wrapper img {
	border:none; 
	float: left;
	/* max-width: 100px; */
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
}

.header.single .sponsor-widget {padding:0; margin:0;}
.header.single .sponsor-widget p {
	font-size:14px;
	color:#002e3e;
	font-weight:600;
	float:left;
  margin-left: 89px;
  margin-top: 0;
}

.header.single .sponsor-widget a img {float:right;}

@media (max-width: 990px) {
	.header.single .sponsor-widget {margin:20px 0 0 0;}
	.header.single .sponsor-widget p {
    float: none; 
    margin-left: 0px; 
   }
	 .header.single .sponsor-widget a img {
    float: none;
	}
}



.single-jobpost #jobs-sidebar {
	border-top:1px solid #e5e5e5;
	padding:25px 0 0 0;
}

.job-details-sidebar {
	background-color:#e7f9fd;
	border:1px solid #e9f7fa;	
	padding:0 20px 20px 20px;
}

.job-details-sidebar li {
	margin: 0 0 5px 0px;
}

.single-jobpost .post.single.job {
	border-top:1px solid #e5e5e5;
}
.single-jobpost .post.single.job.intern-job {
		padding:0px 20px 0 0px;
		margin:0 0 40px 0;
}
.single-jobpost .post.single.job.iframe {
		padding:24px 20px 0 0px;
		clear:both;
}

.single-jobpost .post.single.job ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

.single-jobpost .job-single-buttons, .single-jobpost .job-single-buttons div {padding:0;}
.single-jobpost .job-single-buttons a {color:#14bfe1; font-weight:600; font-size:16px;}

/*  --------------- Jobs Details End --------------- */

/*  --------------- FAQ Start --------------- */

.page-template-singleJobTemplate .jobs-filter-area-small  #content {
	margin:40px 0 0 0;
}

.page-template-singleJobTemplate .jobs-filter-area-small  #content h2{
	color: #fff;
	text-align: center;
}

.jobs-service-info {
	background-color:#f4f4f4;	
	padding: 15px 0 0 0;
}

.jobSidebar .jobs-service-info {
	margin:20px 0 0 0;	
	padding: 15px 0 10px 16px;
}

.jobs-faq {
    margin: 0 50px 0 0;
		padding-left: 0 !important;
}

.jobs-faq .hrf-entry ul {
    margin: 0 0 0 20px;
}

.jobs-faq .hrf-entry ul li {
	list-style-type:disc;
}

.jobs-faq .hrf-faq-list article h3.hrf-title.active, .jobs-faq .hrf-faq-list article h3.hrf-title:hover, .jobs-faq .hrf-faq-list article h3.hrf-title.open-faq {
    color: #14bfe1;
}
.jobs-faq .hrf-faq-list article h3.hrf-title.open-faq span {
    background-color: transparent;
    background: url(/wp-content/themes/entwicklerDE/images/close-new-faq.png) no-repeat center center;
}

/*  --------------- FAQ End --------------- */

/* --------------- Jobs Update Submission Form Start --------------- */
.jobForm{
	max-width:800px;	
	min-width:400px;
	width:100%;
	float:left;
	font-size:12px;
	margin:0 0 3em 0;
}
.jobForm .jobFormElement{
	float:left;
	margin:0 0 2em 0;
}
.jobForm h3{
	font-size:18px;
	margin:0;
}
.jobForm label{
	font-size:14px;
	color:#858d93;
}
.jobForm .requiredClass{
	font-size:12px;
	color:#858d93;
	font-weight:normal;
	font-style:italic;
}
.jobForm .unternehmen label,
.jobForm .ansprechpartner label,
.jobForm .ansprechpartner label,
.jobForm .unternehmenslogo label,
.jobForm .job-einsatzort label{
	display:none;
}
.jobForm .unternehmenslogoImage{
	text-align:center;
	margin:1em 0;
}
.jobForm .unternehmenslogoImage img{
	width:100%;
}

.jobForm input.input-text{
	width:100%;
	
}
.jobForm .tooltip-inner{
	padding:1.5em;
	min-width:220px;
	
}
.jobForm .wp-editor-container{
	border:1px solid #ccc;
	width:100%;
}
.jobForm ul{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
.jobForm ul li{
	margin:0px;
}
.jobForm p{
	margin-bottom: 14px;
	line-height: 18px;
}
.jobForm .submitArea{
	margin:1em 0 ;
	padding: 2em 0;
	border-top:1px solid #efefef;
}
.jobForm button.submit{
	background:#22BADE;
    color: #fff;
	border:none;
    min-width: 225px;
    min-height:40px;
    font-size:16px;
}

.jobForm .jobFormElement.unternehmenslogo{
	border-right:1px solid #efefef;
}
.jobFormElement.-jobbeschreibung-pdf{
	width:300px;
}
.jobForm .reset,
.jobForm #backbutton{
	background: #cdcdcd;
    color: #666;
    border: none;
    min-width: 80px;
    min-height: 40px;
    font-size: 16px;
}
.jobForm textarea{
	width:100%;
}
.jobForm .submitArea{
	float:left;
    margin: 4em 0 0 0;
	width:100%;
}
.jobForm hr{
	    width: 100%;
	    float:left;
	    margin: 0 0 1.5em 0px;
}
.jobForm #ccPayment input{
	width:100%;
}
.jobForm #ccPayment .cardNumber{
	margin:0 0 1em 0;	
}

.jobForm  input[type=text].reqd, .jobForm select.reqd, .jobForm  input[type=email].reqd, .jobForm .chosen-container a, .jobForm #tosMessage {
    border-left: 4px solid #22BADE !important;
}
.jobForm #currentPrice{
	margin:0 0 1em 0;
	padding:0.4em;
	background:#22BADE;
	color:#fff;
	font-weight:bold;
}
.jobForm.jobLogin input[type="text"], .jobForm.jobLogin  input[type="password"],
.jobForm.jobRegistration input[type="text"], .jobForm.jobRegistration input[type="password"]{
	width:100%;
	max-width:302px;
	margin:0 0 1em 0;
}
.jobForm.jobLogin ul li,
 .jobForm.jobRegistration ul li{
    margin: 0px;
    float: left;
    width: 100%;
}
.jobForm .captchaError:after{
    left: 479px;
}
.jobForm  label.error{
 	right:100%!important;
 }

.page-template-templatesaddJobTemplate-php .login-submit{
	float:left;
	width:100%;
}
 .jobForm .jobRegistrationDisclaimer{
	width:100%;
	max-width:302px;
	margin:0 0 1em 0!important;
	float:left;
	line-height: 1.2em;
}
.jobPurchase {
	    margin: 2em 0 7em 0;
    float: left;
}
.success.jobPurchase  i.fa.fa-check{
	font-size:100px!important;
	float:left;
	width:100%;
	max-width:300px;
	color:#05C813;
}
.success.jobPurchase  p{
	width: 100%!important;
}
#ccPayment .payment-errors{
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #C67F8A;
	margin:0.6em;
	width:100%;
	text-align:center;
}
.jobPreviewTitle{
	margin-bottom: 13px;
    padding: 0.8em;
    background-color: #f2f3f3;
    font-weight: 400;
    font-size:0.8em;
	color:#666;
	font-style:italic;
}
.jobPurchase .detailJobTextPurchase{
	float:left;
	width:100%;
    max-width: 600px;
}
.jobPreviewDetail .text{
		width:100%!important;
}
.g-recaptcha{
	width:100%;
	float:left;
}
.jobPreview.gmw-posts-wrapper{
	width:800px;
	    float: left;
    margin: 2em;
}
/* our custom css  (from geo) */
.page-template-addJobTemplate  .sr-job-title{
	margin: 0 5px 10px 0;
	font-size:15px;
}
.page-template-addJobTemplate .sr-job-title a{
	color: #333;
}

.page-template-addJobTemplate .wppl-title-holder   p{
    margin:10px 0 5px 0;
}
.page-template-addJobTemplate .wppl-title-holder   i.fa{
    margin-right: 3px;
}
@media screen and (max-width: 480px){
	.page-template-addJobTemplate .wppl-title-holder  .job-company-name,
	.page-template-addJobTemplate .wppl-title-holder  .job-time-type{
		width:100%;
		display:block;
	}
}

.page-template-addJobTemplate .address-wrapper span.wppl-address{ font-weight: 700;     font-size: 14px;}
.page-template-addJobTemplate .address-wrapper span.wppl-publishing-date{ font-size: 13px;}

.page-template-addJobTemplate .gmw-posts-wrapper .wppl-single-result {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 0px;
    position: relative;
    min-height: 100px;
}

.job-stream-logo-block  {
	border: 1px #fafafa solid;
}
ul.jobpostprogress {
    margin: 30px 0;
    list-style-type: none;
    clear: both;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #ccc;
    padding: 0;
    width: 100%;
    float: left;
    white-space: nowrap
}
ul.jobpostprogress>li {
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    border-top: 2px #22BADE solid;
    padding: 10px 20px 0
}
ul.jobpostprogress>li>h2 {
    margin: 0;
    padding: 0
}
ul.jobpostprogress>li.selected {
    color: #22BADE;
    position: relative
}
ul.jobpostprogress>li.selected:before {
    content: ' ';
    border-top: solid 2px #22BADE;
    position: absolute;
    top: -2px;
    left: 0;
    right: 50%
}
ul.jobpostprogress>li.selected:after {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -5px;
    border: 5px solid #22BADE
}
ul.jobpostprogress>li.completed {
    color: #ffe4b5;
    border-top-color: orange
}
ul.jobpostprogress>li:first-of-type {
    padding-left: 0
}
ul.jobpostprogress>li:first-of-type.selected:before {
    margin-right: 10px
}
ul.jobpostprogress>li:first-of-type.selected:after {
    margin-left: -15px
}
ul.jobpostprogress>li:last-of-type {
    padding-right: 0
}
ul.jobpostprogress>li:last-of-type.selected:before {
    margin-right: -10px
}
ul.jobpostprogress>li:last-of-type.selected:after {
    margin-left: 5px
}


.billingMethod{
	float:left;
	width:100%;
	margin:1em 0;
}
#ccPayment{
	margin:0em 0 2em 0;
	text-align:center;
	
}
div.checkout input[type=text].reqd, div.checkout select.reqd {
    border-left: 4px solid #5ea6ea;
}

/* --------------- Jobs Update Submission Form End --------------- */

.page-template-addJobTemplate .jobs-filter-area-small  #content,
.page-template-updateJobSubmission .jobs-filter-area-small  #content {
	margin:40px 0 0 0;
}

.page-template-addJobTemplate .jobs-filter-area-small  #content h2,
.page-template-updateJobSubmission .jobs-filter-area-small  #content h2{
	color: #fff;
	text-align: center;
	font-size: 2em;
  font-weight: 400;
}


