.stepstonejobbox {
    background-color: var(--basic-color);
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    border: 1px solid #E5E5E5;
}

.stepstonehead{
	margin-bottom: 15px;
}

.stepstonejobbox:hover{
	background-color: #0069D9;
	color:  #ffffff!important;
}

.stepstonejobbox img {
    max-width: 90px;
    border: 1px solid #E5E5E5;
}

#jobtitle{
	font-size: 16px;
    line-height: 1.7em;
    font-family: Verdana, sans-serif;
}

#jobcompany{
	margin-bottom: 1em;
    font-size: 13px;
    line-height: 1.3em;
    font-family: Verdana, sans-serif;
    color:  #000000;
}

#joblocation{
	font-size: 12px;
    line-height: 1.3em;
    font-family: Verdana, sans-serif;
    color:  #000000;
}

#anzahlselectlabel{
	margin-right: 10px;
}

/* unvisited link */
.stepstonelink:link {
  	color:  #42657c;
	font-size: 16px;
    line-height: 1.7em;
    font-family: Verdana, sans-serif;
    text-decoration: none;
}

/* visited link */
.stepstonelink:visited {
  	color: #42657c;
	font-size: 16px;
    line-height: 1.7em;
    font-family: Verdana, sans-serif;
    text-decoration: none;
}

/* mouse over link */
.stepstonelink:hover {
  	color:  #ffffff!important;
	font-size: 16px;
    line-height: 1.7em;
    font-family: Verdana, sans-serif;
    text-decoration: none;
}

/* selected link */
.stepstonelink:active {
	color:  #ffffff;
	font-size: 16px;
    line-height: 1.7em;
    font-family: Verdana, sans-serif;
    text-decoration: none;
}








/*.stepstone-job-box:focus,
.stepstone-job-box:active {
    box-shadow: none;
    border: 1px solid #9dc3ec;
}

#jobbody {
	margin-top: 20px;
	overflow: hidden;
}

#jobbody a {
	color: black;
}

.job-title {
    font-weight: 600;
    color: var(--link-color);
}

.date,
.ort {
	margin-top: 10px;
	font-size: 12px;
	padding-top: 10px;
	border-top: 1px solid var(--SK-gray-darker);
}

@media only screen and (max-width: 600px) {
		.btn-block-xs {
	    display: block;
	    width: 100%;
		}
	}

@media only screen and (min-width: 600px) {
		.seiten-anzahl {
			float: right;
		}

		.firma-logo {
    	border-right: 1px solid var(--SK-gray);
    	padding: 0;
		}

	.job-title {
	    font-size: 20px;
			line-height: 1.2;
		}

	.date,
	.ort {
			font-size: 14px;
			padding-top: 0;
			border-top: 0;
		}

		.stepstone-job-box:hover {
      box-shadow: none;
	}

}*/