@charset 'UTF-8';
/* Slider */
/* .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
 */
/* Icons */
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
} */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 38%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: 0;
	z-index: 999; /* MEDI-367 */
	height: 100%;
	width: 25px;
	padding-right: 10px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
	color: #085186 !important;
	content: "\f053";
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.4rem;
	font-weight: bolder;
	display: block;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
	right: 0;
	z-index: 999; /* MEDI-367 */
	height: 100%;
	width: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
	color: #085186 !important;
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.4rem;
	font-weight: bolder;
	display: block;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 50px;
	padding: 0px 30px 0px 30px;
}

h3.heading_job_in_cont {
	font-size: 18px;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 25px;
}

.sec_jobs_in_content .employer-name i {
	width: 20px;
	color: #141412;
}
.sec_jobs_in_content .employer-name a {
	color: #141412;
	font-weight: 400;
}
.job_in_cont_icons .svg-location svg {
	fill: #141412;
}
.job_in_cont_icons .svg-location {
	margin-left: -1px;
}
.job_in_cont_icons span {
	width: 21px;
	display: inline-block;
	margin: 0;
}
.sec_jobs_in_content .ergebnis-titel .title-link.title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.sec_jobs_in_content .employer-name a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.job_in_cont_icons span.svg-calendar svg {
	width: 12px;
	fill: #141412;
}
.job_in_cont_icons span.svg-calendar {
	width: 20px;
}

.job_in_content .job_type_all_3_btn {
	background: #f5f5f5;
	color: #ed7d31 !important;
	border-radius: 3rem;
	font-size: 15px;
	padding: 10px 10px;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}

.slick-dots
{
    position: relative;
    bottom: -18px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	padding: 0 !important;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button::before {
	color: #999;
	background:#999;
    /* PO-1648 */
	/* font-size:5px; */
    content: "\2022";
    font-family: 'Font Awesome 5 Pro';
    border-radius: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
}

.slick-dots li.slick-active button:before
{
    opacity: 0.75;
    color: #085186;
	background: #085186;
}


.slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
	