/*@import "../fonts/fonts.css";*/

@font-face {
    font-family: 'Breve Title Semibold';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/BreveTitle-SemiBold.otf?d=544') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Breve Sans Semibold';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/BreveSansText_SemiBold.otf?d=545') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Breve Sans';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/BreveSansText_Book.otf?d=546') format('opentype');
    font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  /*font-family: "Breve Title Semibold", serif;*/
	font-family: 'Breve Title Semibold' !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --headergray: #f2f2f2;
  --gray: #d3d3d3;
  --hovergray: #7f7f7f;
  --bordergray: #dadada;
  --red: rgb(168, 33, 40);
  --red-lightened: #e46267;
  --newGray: #ebebeb;
  --newBlue: #5c9ecb;
  --newGreen: #49842a;
  --sliderBgBlue: #9bc4d8;
  --headerHeight: 150px;
  --containerWidth: 960px;
  --containerPadder: 20px;
}


.slick-slider {
  width: 100%;
}
#jobkarusell_content .carousel_holder {
  display: block;
  width: 100%;
}
#jobkarusell_content .slide .slide__logo {
	min-height: 60px !important;
	height: auto !important;
	width: 100%;
}
#jobkarusell_content .slide .slide__logo img {
    display: inline;
    width: auto !important;
    max-width: 100% !important;
    height: 50px !important;
    object-fit: contain;
}
body #jobkarusell_content .slide {
    padding: 20px 15px !important;
    min-height: 250px;
}
#jobkarusell_content .slide .slide__details{
  padding-bottom: 0px !important;
}
.company_names {
    font-family: 'Breve Sans' !important;
    font-weight: normal;
}
.slide__details__location {
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Breve Sans Semibold';
}
.slide__details__expiry{
	font-family: 'Breve Sans';
	text-transform: uppercase;
}


.hidden {
  display: none;
}

#header #logo a img {
  min-width: 300px;
}
#jobkarusell_content .header img{
	min-width: 140px;
	max-height: unset !important;
	width: 100px !important;
}/*
iframe{
	height: 450px !important;
} 
.slide__head__header{
	word-break: break-all;
}
#jobkarusell_content .slide{
	height: 340px;
}
*/
#jobkarusell_content {
  margin-inline: auto;
}

#jobkarusell_content .header {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem 30px 1rem;
  display: flex;
  align-items: center;
}

#jobkarusell_content .header .combiner {
  display: flex;
  gap: 1rem;
}

#jobkarusell_content .header .jobads-counter {
	margin-left: auto;
	display: flex;
	align-items: center;
}
#jobkarusell_content .header .jobads-counter img{
	min-width: 25px;
	width: 25px !important;
	margin: 0 0 -2px 0;
}

#jobkarusell_content .header .combiner h3.sitename .logo-text {
  background: url("../img/MS-vertical.svg");
  background-repeat: no-repeat;
  height: 15px;
  width: 100px;
}

#jobkarusell_content .header img {
  max-height: 15px;
}
.site-logo-wrapper img.iframelogo {
    width: 100%;
}

@media (min-width: 620px) {
  #jobkarusell_content .header img {
    max-height: 30px;
	width: 100%;  
  }
  #jobkarusell_content .header .combiner h3.sitename .logo-text {
    height: 30px;
    width: 190px;
  }
}

#jobkarusell_content .header a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#jobkarusell_content a,
#jobkarusell_content a:visited,
#jobkarusell_content a:hover,
#jobkarusell_content a:active {
  color: black;
  text-decoration: none;
}

#jobkarusell_content {
  max-width: 1065px;
  /* background-color: var(--sliderBgBlue); */
  height: 360px;
  position: relative;
}

#jobkarusell_content .prev_button,
#jobkarusell_content .next_button {
  position: absolute;
  /*   background: red; */
  bottom: 0;
  height: 80%;
  width: 5%;
  z-index: 100;
}

#jobkarusell_content .next_button {
  right: 0;
  cursor: e-resize;
}

#jobkarusell_content .prev_button {
  cursor: w-resize;
}

#jobkarusell_content .carousel_holder {
  margin: 0 20px;
}

#jobkarusell_content .slide {
  padding: 1rem;
  position: relative;
}

#jobkarusell_content .slide a.text .listing_info span:first-child {
  margin-right: 1rem;
}

#jobkarusell_content {
  font-family: "Breve Title Semibold", serif;
}

#jobkarusell_content .slide {
  /*border: 1px solid #fe6e1d;*/
	border: 1px solid #d5d5d5;
	padding: 20px !important;
	margin: 10px 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	transition: transform 0.3s ease;
}
#jobkarusell_content .carousel .slick-slide {
    margin: 0px 5px;
}

#jobkarusell_content .slide:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#jobkarusell_content .single .slide__inner {
  display: flex;
  max-height: 246px;
}


.slide__logo {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: start;
}
#jobkarusell_content .slide .slide__head {
  /*height: 94px;*/
   min-height: 80px;
   margin: 10px 0px 0px 0px;
   display: flex;
   flex-direction: column;
}
.slide__head__header {
  font-size: 16px;
	order: 0;
}

#jobkarusell_content .slide .slide__head__title {
  	font-size: 1rem;
	/*font-size: 20px;*/
	line-height: 1.4;
	font-family: 'Breve Sans';
	font-weight: normal;
	text-transform: uppercase;
	order: 1;
}

#jobkarusell_content .slide .slide__head__position {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

#jobkarusell_content .slide .slide__details {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 40px;
  line-height: 1.4;
}

#jobkarusell_content .slide .slide__logo {
  display: inline-block;
  height: 80px;
}

#jobkarusell_content .slide .slide__logo img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* Show 20% part of the next slide */
#jobkarusell_content .multiple .slick-list {
  padding: 0 20% 0 0 !important;
}

.jobads-counter {
  font-weight: 500;
  font-size: 14px;
}


@media only screen and (min-width: 981px) and (max-width: 1065px)  {
	#jobkarusell_content .slide {
		padding: 10px;
	}
	#jobkarusell_content .slide__details__location {
		font-size: 12px;
	}
	#jobkarusell_content .header .jobads-counter {
		margin-right: 100px;
	}
	#jobkarusell_content .multiple .slick-list {
	   padding: 0 0% 0 0 !important;
	}
}


@media only screen and (min-width: 600px) and (max-width: 1065px)  {
	#jobkarusell_content .header a {
    	align-items: center;
	}
}


@media only screen and (min-width: 600px) and (max-width: 621px)  {
	#jobkarusell_content .slide {
		padding: 15px;
	}
	#jobkarusell_content .slide__details__location {
		font-size: 12px;
	}
}


@media (max-width: 600px) {
  #jobkarusell_content .single .slide__inner {
    display: block;
  }
  #jobkarusell_content .slide__details__location {
	font-size: 12px;
  }
}
/*
#jobkarusell_content .single .slide__inner .slide__inner__image,
#jobkarusell_content .single .slide__inner .slide__inner__content {
  width: 50%;
}
*/
#jobkarusell_content .single .slide__inner .slide__inner__image {
  display: flex;
  justify-content: center;
}

#jobkarusell_content .single .slide__inner .slide__inner__image img {
  max-height: 100%;
  border-radius: 5px;
}
/*
#jobkarusell_content .single .slide__inner .slide__inner__content {
  margin-right: 16px;
}
*/
@media (max-width: 980px) {
  #jobkarusell_content .single .slide__inner__image {
    width: 20%;
  }

  #jobkarusell_content .single .slide__inner__content {
    width: 80%;
  }
  #jobkarusell_content .slide .slide__logo img{
	max-width: 150px!important;
  }
}

@media (max-width: 600px) {
  #jobkarusell_content .slide__inner__image {
    display: none !important;
  }
  #jobkarusell_content .slide .slide__head {
    height: 64px;
  }
  #jobkarusell_content .slide .slide__details {
    padding-bottom: 24px;
  }
  #jobkarusell_content .single .slide__inner .slide__inner__image,
  #jobkarusell_content .single .slide__inner .slide__inner__content {
    width: 100%;
  }
}

@media only screen and (min-width: 400px) and (max-width: 469px)  {
	#jobkarusell_content .header .combiner {
		display: block;
	}
	#jobkarusell_content .header img {
		max-height: 20px;
	}
	body #jobkarusell_content .slide .slide__logo img{
	  width: 45% !important;
	}
}

@media (max-width: 360px) {
	#jobkarusell_content .header .combiner {
		display: block;
	}
	#jobkarusell_content .prev_button, #jobkarusell_content .next_button {
		width: 10% !important;
	}
	.slide__head__header {
	  font-size: 16px !important;
	}
}

@media (max-width: 320px) {
	#jobkarusell_content .header img {
		max-height: 20px;
	}
	#jobkarusell_content .header a {
		display: flex;
		text-align: center;
		align-items: center;
	}
	#jobkarusell_content .header a .sitename{
		display: none;
	}
	#jobkarusell_content .slide {
		padding: 15px;
	}
	#jobkarusell_content .slide__details__location {
		font-size: 12px;
	}
	#jobkarusell_content .slide .slide__details {
		padding-bottom: 20px;
	}
	#jobkarusell_content .slide .slide__head {
		min-height: 72px !important;
	  }
}
