@charset "UTF-8";
/* CSS Document */
*, *::before, *::after {
  		box-sizing: border-box;
    }
html, body {
	margin:0;
	padding:0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	/*width: 300px;
	height:250px;*/
	font-size: 12px;
	--adColor: 32,113,137;
}
a {
	text-decoration: none;
	color:inherit;
}
.animate{
	-webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.ad {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding:0;
	margin:0;
	background: rgb(var(--adColor));
	overflow: hidden;
	transition: color 3.5s;
}
.bgJobs {
	height: 100%;
	min-height: 175px;
	display: flex;
	align-items: center;
	padding: 0;
	margin:3px;
	background: #ebebeb;
}
.slideButton {
	margin: 3px;
	width: 6px;
	height: auto;
	cursor: pointer;
	
}
.flex {
	flex:1;
}
.slideButton__left {
	left: 3px;
}
.slideButton__right {
	right: 3px;
	transform: rotate(180deg);
}
.cardView {
	overflow: hidden;
    height: 90%;
    max-height: 400px;
    width: 300px;
    display: flex;
    margin: 0 auto;
}
.cardContainer {
	
	width: 100%;
	display: flex;

	
}

.rubContainer {
	width: 49%;
	height: 98%;
	float:left;
	margin-right: 2%;
	cursor:pointer;
	position: relative;
}
.jobContainer {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	flex-grow:1;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	transition: opacity 0.5s;
	
}
.hide {
	opacity: 0;
	display:none;
}
.show {
	opacity: 1;
}

.immContainer {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	transition: opacity 0.5s;
}

.immImage {
	background-size: cover;
	width: 100%;
	height: 50%;
	background-position: center;
	background-repeat:no-repeat;
	background-origin:border-box;
}
.immImage2 {
	background-size: cover;
	width: 100%;
	height: 50%;
	background-position: center;
	background-repeat:no-repeat;
	background-origin:border-box;
	transform: scaleX(-1) rotate(-180deg);
}
.immTitle {
	position: absolute;
	padding: 1rem 0.8rem;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 50%;
	overflow-wrap: break-word;
  	hyphens: auto;
	-ms-hyphens: auto;
	flex-grow: 2;
	text-overflow: ellipsis;
overflow: hidden;
	flex-direction: column;
	justify-content: space-between;
}
.immTitle--location {
	margin: 0.2rem 0 0 0;

}
.jobContainer__left {
	left: 12px;
}
.jobContainer__right {
	right: 12px;
}

.jobLogo {
	
	background-size: contain;
	width: 102px;
	min-height: 40px;
	margin: 3px auto;
	padding: 15px 0;
	background-position: center;
	background-repeat:no-repeat;
	background-origin:border-box;
}
.jobTitle {
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to bottom,rgba(29,108,125,1) 0%,rgba(36,134,155,1) 10%);
	width: 100%;
	min-height: 60px;
	padding: 7px;
	overflow-wrap: break-word;
  	hyphens: auto;
	-ms-hyphens: auto;
	flex-grow: 2;
	text-overflow: ellipsis;
overflow: hidden;
}
.jobParameters {
	flex-grow: 1;
	width: 100%;
	max-height: 44px;
	background: #114958;
	color: #fff;
	padding: 5px 7px 7px 7px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jobParameters__value {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	overflow-wrap: break-word;
  	hyphens: auto;
	-ms-hyphens: auto;
	font-size: 12px;
}
.jobParameters__p {
	display: inline-block;
	margin: 0;
	max-width: 80%;
	height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	top: 1px;
}
.jobParameters__value--working-time {
	width: auto;
	margin-bottom: 2px;
}
.jobParameters__value--location {
	width: auto;
}
.immTitle--location {
	margin: 0.2rem 0 0 0;

}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	margin-right: 0.3em;
  }

.footer {
	padding: 5px 15px;
	min-height: 55px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
input {
	width: 160px;
	height: 23px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	color:#2c2c2c; 
	-webkit-appearance: none;
	-webkit-border-radius:0; 
    border-radius:0;	
    margin-right: 5px;
}
input::placeholder { /* Most modern browsers support this now. */
   color: #8c8c8c;
}
.suche {
	display: flex;
	
	height: 2.2rem;
	
}
.sucheButton {
	cursor: pointer;
	border: none;
	color: #fff;
	font-family: 'Roboto',Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	background-color: rgb(237, 130, 122);
	padding: 0.5rem 0.9rem 0.5rem 0.7rem;
	border-radius: 4px;
	animation: sucheButtonPuls 8s 2s 3;
}
.los-kl{
		display: none;
	}
	.los-gr{
		display: initial;
		display: block;
	}
.dstLogo {
	height: 20px;
	width: 130px;
	flex-shrink: 0;
	transform: translate(-5px,-1px);
}


@media screen and (max-width: 280px) {
	input {
		width: 141px;
	}

}

@media screen and (min-width: 450px) {
	.cardView {
		width: 95%;
	}
	.rubContainer {
		
		width:33%;
		margin-right: 1%;
		/* transform: translate(-34%); */
	}
	.footer {
		padding: 10px 3%;
		min-height: 48px;
		/* flex-direction: row-reverse; */
	}
	.dstLogo {
		transform: translateY(1px);
		height: 22px;
	width: 141px;
	}
	.los-kl{
		display: none;
	}
	.los-gr{
		display: initial;
		display: block;
	}

}
@media screen and (min-width: 600px) {
	
	input {
		width: 300px;
	}
	
	}
@media screen and (min-width: 850px) {
	
	.rubContainer {
		width: 24%;

	}
}

@media screen and (min-width: 1250px) {
	.cardView {
		width: 91%;
	}
	.rubContainer {
		width: 19%;
		margin-right: 1%;

	}
	.footer {
		padding: 10px 5%;
	}
}

@media screen and (min-height: 300px) {
	body {
		/*font-size: 16px;*/
	}
	.jobTitle {
		display: flex;
		/*align-items: center;*/
		padding: 20px 10px;
		min-height: 90px;
		
	}
	.jobLogo {
		margin: 22px auto;
	}
	.jobParameters {
		max-height: 80px;
		padding: 15px 10px;
	}
}

@media screen and (min-height: 400px) and (min-width: 400px) {
	body {
		font-size: 14px;
	}
	.jobParameters__value {
		font-size: 14px;
		line-height: 1.1;
	}
}

@keyframes sucheButtonPuls{
	0% {
		transform: scale(1); 
	}
	5% {
		transform: scale(1); 
	}
	7% {
		transform: scale(1.2); 
	}
	8% {
		transform: scale(1); 
	}
	9% {
		transform: scale(1); 
	}
	11% {
		transform: scale(1.2); 
	}
	13% {
		transform: scale(1); 
	}
}