/*
	Mediaquery preset:
	
@media (min-width: 1260px) {}
@media (min-width: 1600px) {}

*/
#jobboerse .archiv-header {
	padding-top: 10px;
}

/*
.box-sidebar.jobboerse .jobpost.topjob {
	border-right: 10px solid #FFE700;
}
.box-sidebar.jobboerse .jobpost.topjob:hover {
	border-right-color: #E0CB04;
}*/
.box-sidebar.jobboerse .jobpost.topjob {
	position: relative;
	padding-right: 10px;
}
.box-sidebar.jobboerse .jobpost.topjob .flag {
	background: #ffe700;
	display: block;
	width: 10px;
	height: 30px;
	border-bottom: solid 1px #e0cb04;
	position: absolute;
	top: 0;
	right: 0;
	transition: .2s all;
}
.box-sidebar.jobboerse .jobpost.topjob:hover .flag {
	background: #CD9500;
}
.job-search {
	display: inline-block;
	vertical-align: text-bottom;
	border-bottom: 1px solid #393;
	float: right;
}
.job-search input {
	border: none; 
	width: 200px; 
	padding: 0; 
	margin-top: 4px;
}
.job-search button {
	border: none; 
	background: transparent; 
	padding: 0; 
	margin: 0; 
	color: #393;
}
.box-topic.entries {
	padding: 30px 0;
}
.entries.image-stage {
	background-image: url('/assets/img/jobboerse-welcome.jpg'); 
	background-size: cover; 
	background-position: center top; 
	padding: 80px 0 40px 0;
}
.image-stage.navigation {
	margin-top: -40px;
}
.entries h1 {
	color: #fff;
    margin-top: 0;
    text-shadow: 0px 0px 10px #000;
}
.entries h1 strong  {
	display: block;
	font-size: 18px;
}
.search.btnBig {
	line-height: 140%;
	text-align: left;
	font-weight: 100;
	padding-left: 10px;
    box-sizing: border-box;
    width: calc(100% - 70px);
}
.searchfield button {
	line-height: 140%;
	width: 60px;
	margin-left: 5px;
}
.post-canvas .box-topic {
	background-color: #fff !important;
	min-height: none !important;
}
.post-canvas .item {
	display: block;
	color: #000;
	line-height: 120%;
}
.post-canvas .item:hover {
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.6);
	color: #393;
}
.post-canvas.city .item {
    padding: 10px;
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.08);
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}
.post-canvas .item.topjob {
	border-top: 1px solid #FFE700;
	position: relative;
}
.post-canvas .item.topjob:hover {
	color: #CD9500;
	box-shadow: 0px 5px 5px -5px rgba(255,231,0,1);
	border-top-color: #CD9500;
}
.post-canvas .item.topjob .flag {
	display: block;
    width: 15px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 5px;
    background: #FFE700;
    transition: .2s all;
    border-bottom: 1px solid #E0CB04;
}
.post-canvas .item.topjob:hover .flag {
	background: #CD9500;
}
.post-canvas .image {
	width: 90px;
    height: 50px;
    float: right;
    display: block;
    border: 1px solid #E8E9E9;
    box-sizing: border-box;
    margin-left: 5px;
    padding-top: 8px;
    text-align: center;
}
.post-canvas .image img {
	max-width: 90%
}
.post-canvas .item h4 {
	margin-top: 5px;
	line-height: 140%;
	margin-bottom: 5px;
}
.post-canvas.city h2 {
	margin-bottom: 20px;
	margin-left: 10px;
}
.company-canvas a {
	margin-bottom: 10px; 
	transition: 2.s all;
	height: 50px;
	box-sizing: border-box;
	padding-top: 2px;
	display: block;
	text-align: center;
	border: 1px solid transparent;
}
.company-canvas a:hover {
	border-color: #393;
}
.company-canvas img {
	max-width: 80%; 
	margin: 0 auto;
}
.jobpost {
	padding: 10px 0;
}
.jobpost h1 {
	margin-top: 10px;
} 
.jobpost .logo a {
	display: block;
	margin-top: 5px;
}
.jobpost .copyright {
	text-align: left;
}
.jobpost .social-sharing {
	color: #818A90;
	border-top: 1px solid #C3C7C8;
	border-bottom: 1px solid #C3C7C8;
	padding: 10px 0;
}
.jobpost .social-sharing a {
	color: #818A90;
}
.jobpost .social-sharing a:hover {
	color: #5F6971;
}
.jobpost .social-sharing .icons a {
	font-size: 22px;
	margin-left: 5px;
}
.jobpost .post-body {
	margin-top: 20px;
	margin-bottom: 10px;
}
.jobpost .DWDL_tabelle {
	font-size: 0.9em;
}
.company-profile h1 {
	margin: 0;
}
.company-profile section.box-topic.content {
    min-height: 0;
}
.company-profile .item-listing, .city-profile .item-listing {
	border-bottom: 1px solid #D1D4D3;
}
.company-profile .item-listing:last-child, .city-profile .item-listing:last-child {
	border-bottom: none;
}
.company-profile .item-listing a, .city-profile .item-listing a {
	color: #000;
}
.company-profile .item-listing a:hover, .city-profile .item-listing a:hover {
	color: #393;
}
.company-profile .item-listing h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.city-profile .item-listing h4 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.company-profile .item-listing .color-grey, .city-profile .item-listing .color-grey {
	display: inline-block;
	margin-top: 10px;
}
@media (min-width: 1260px) {	
	.post-canvas .image {
		width: 120px;
		padding-top: 8px;
		height: 60px;
	}
}
@media (min-width: 1600px) {
	.post-canvas .image {
		width: 140px;
		height: 70px;
	}
}
/* schalten */
.stage {
	background:url('/assets/img/jobboerse-welcome.jpg'); 
	padding-top: 0; 
	padding-bottom: 70px; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center top;
}
.stage h1 {
	margin-bottom: 0;
}
.stage p {
	margin-top: 0;
}
.grey-wrapper {
	background: #dce2e3;
	margin-top: -40px;
	padding-bottom: 80px;
}
.grey-wrapper h2 {
	margin-top: 80px;
}
.box-topic.content.package {
	background: #fff;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.08);
	box-sizing: border-box;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
	padding: 5px;
	position: relative;
}
#offering .package ul {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 60px;
}
#offering .package li {
	border-bottom: 1px solid #E8E9E9;
	padding: 5px 0;
}
#offering strong {
	position: absolute;
	bottom: 20px;
	text-align: center;
    left: 0;
    right: 0;
    font-size: 24px;
    color: #393;
}
#offering .recommendation {
	outline: 2px solid #00BED9;
	box-shadow: 0px 0px 10px -5px rgba(0,161,217,1);
}
#offering .recommendation .label {
	background: #00bed9;
	border: 1px solid rgba(0,161,217,1);
	color: #fff;
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: -5px;
	top: -5px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 0.8em;
	transform: rotate(10deg);
}
#offering .recommendation strong {
	color: #00bed9;
}
#howto h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}
#howto .step {
    margin-bottom: 40px;
    border: 1px solid #393;
    border-radius: 3px;
    height: calc(100% - 50px);
    padding: 5px;
    position: relative;
    z-index: 1;
    background: #fff;
} 
#howto .step:after {
    content: '';
    display: block;
    height: 1px;
    width: 50px;
    background: #393;
    position: absolute;
    right: -50px;
    top: 50%;
    z-index: 0;
}
#howto .col-3:last-child .step:after {
	display: none;
}
#howto .step i {
	font-size: 40px;
	color: #393;
}
#howto .step h4 {
	color: #393;
	margin: 10px 0;
}
#howto .step p {
	margin-bottom: 0;
}
@media (min-width: 1260px) {
	#howto .step i {
		font-size: 50px;
	}
}
@media (min-width: 1600px) {
	#howto .step i {
		font-size: 60px;
	}
}
.benefits i {
	font-size: 50px;
	margin-top: 20px;
	color: #393;
}
.benefits strong {
	display: block;
	margin-top: 5px;
	color: #393;
}
.star-text {
	font-size: 0.8em;
	line-height: 120%;
	margin: 40px 0 0 0;
}
#contact .vcard {
	position: relative;
}
#contact img {
	position: relative;
}
#contact .name {
	display: inline-block;
	background: #fff;
	margin-left: 5px;
	padding: 3px 5px;
	position: absolute;
	top: -40px;
	font-weight: bold;
	transform: skew(-7deg);
}
#contact .name span {
	transform: skew(7deg);
	display: block;
}
#contact .phone, #contact .mail {
	display: block;
	padding-left: 10px;
}
#contact .phone {
	margin-top: 20px;
}
#testimonials {
	margin-top: -80px;
}
#testimonials blockquote {
	margin: 0 10px;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
    height: 280px;
    position: relative;
    padding-bottom: 65px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
#testimonials .quote {
	margin-top: 0;
	font-size:14px;
}
#testimonials .source {
    margin-bottom: 0;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
#testimonials .source img {
	width: 100px;
	display: inline-block;
}