@font-face {
  font-family: "Futura-book";
  src: url("../fonts/FUTURALT-BOOK.TTF");
}

@font-face {
  font-family: "Futura-bold";
  src: url("../fonts/FUTURALT-BOLD.TTF");
}

@font-face {
  font-family: "Playfair-Display";
  src: url("../fonts/PLAYFAIRDISPLAY-WGHT_1.TTF");
}

@font-face {
  font-family: "fonters";
  src: url("../fonts/FONTERS.OTF");
}

.mobile-Show {
  display: none;
}

.ipad-Show {
  display: none;
}

img {
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
  font-family: "Futura-book";
  border-radius: unset !important;
  padding: 8px 20px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paddingLeft-0 {
  padding-left: 0;
}

.paddingRight-0 {
  padding-right: 0;
}

.pl-30 {
  padding-left: 30px;
}

.lightPingbg {
  background: #E8CCC8;
}

.darklighpink {
  background: #EEDBD7;
}

.empactiveappbg {
  background: #DFC8CE;
}

.emp-active-job-bg {
  background: #EBDFE3;
}

.emp-active-job-light-bg {
  background: #E7D6DC;
}

.w-40-p {
  width: 40% !important;
}

.w-30-p {
  width: 30% !important;
}

a {
  color: #000;
  text-decoration: none !important;
}

button:focus {
  box-shadow: unset !important;
}

.jobfindSection {
  padding: 0;
  background: #ecebe7;
  position: relative;
  display: flex;
  height: 615px;
  align-items: center;
  justify-content: center;
  background-image: url(../images/joblistingbanner.webp);
  background-size: cover;
  background-position: center;
  /* Additional background properties can be added as needed */
  width: 100%;
}

.jobfindSection .searchJobthree {
  width: 33% !important;
}

.jobfindSection .title {
  font-size: 70px;
  line-height: 84px;
  color: #fff;
  font-family: "Futura-bold";
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.jobfindSection .searchForm {
  top: initial;
  transform: none;
  position: relative;
  left: initial;
  width: 100%;
}

.jobfindSection .searchForm .serachMain {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.jobfindSection .searchForm .serachMain .jobSearch {
  /* width: 55%; */
  width: 75%;
}

.jobfindSection .searchForm .serachMain .searchbtn .btn {
  background-color: #231f20;
  color: #fff;
}

.internship-hero {
  background-image: url(../images/internship-hero.png) !important;
}

.trainingseminar-hero {
  background-image: url(../images/training-seminar-hero.webp) !important;
}

.Job_bestClickSection {
  padding: 53px 0 87px;
  background: #ecebe7;
}

.Job_bestClickSection .swiper-slide {
  width: 100%;
  max-width: 292px;
  margin: 70px auto 20px;
  margin-left: 0 !important;
}

.Job_bestClickSection .swiper-slide:nth-child(odd) {
  background: #d8d7d0;
}

.Job_bestClickSection .swiper-slide:nth-child(even) {
  background: #dfc8ce;
}

.Job_bestClickSection .topjob-box {
  width: 100%;
  height: 300px;
}

.Job_bestClickSection .topjob-box figure {
  width: 94px;
  height: 94px;
  margin: -95px auto 20px;
  background-color: #fff;
  border-radius: 22px;
}

.Job_bestClickSection .topjob-box figure img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}

.Job_bestClickSection .swiper-button-next,
.Job_bestClickSection .swiper-button-prev {
  height: 53px;
  width: 53px;
  margin-top: 0;
}

.Job_bestClickSection .swiper-button-next:after {
  display: none;
}

.Job_bestClickSection .unserveJob h2 {
  line-height: 81px;
  margin-bottom: 30px;
}

.devider_60 {
  height: 60px;
  background-color: #fff;
  position: relative;
}

.job-apprenticeships {
  padding: 20px 0 79px !important;
}

.Job-Angebote {
  background: #ecebe7;
  padding: 80px 0 79px;
  position: relative;
}

.Job-Angebote .unserveJob h2 {
  font-size: 80px;
  line-height: 144px;
}

.Job-Angebote .unserveJob h3 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1.8px;
}

.Job-Angebote .job-opportunity {
  text-align: center;
}

.Job-Angebote .job-opportunity h2 {
  font-family: "Playfair-Display";
  font-weight: 600;
  font-size: 80px;
  line-height: 144px;
}

.Job-Angebote .job-opportunity h3 {
  font-size: 36px;
  letter-spacing: 1.8px;
}

.Job-Angebote .filterWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 74px;
  padding: 0 !important;
}

.Job-Angebote .filterWrap .joblist {
  flex: 1;
  position: relative;
}

.Job-Angebote .filterWrap .joblist h5 {
  text-align: center;
}

.Job-Angebote .filterWrap .bannerWrap {
  flex: 0 0 398px;
}

.jobseachAlert h3
{
  font-size: 25px;
  font-weight: bolder;
  color: #000;
  font-family: "Futura-bold";
}

.filterWrap{
    position: relative;
}

.save-search {
    position: sticky;
    top: calc(100vh - 120px);
    left: 30%;
    width: fit-content;
    background: #231F20;
    padding: 18px 26px;
    box-shadow: 3px 3px 12px #00000029;
    font-size: 12px;
    color: white;
    border: none;
    z-index: 11;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    display: none;
    max-height: 50px;
}

.save-search.show{
    display: block;
}

.save-search:hover
{
  background: #FDEE4F;
  color: #231F20;
}

.saved-search
{
  background: #FDEE4F;
  color: #231F20;
}

.jobseachAlert .form-switch
{
  height: fit-content;
}

.jobseachAlert .form-switch input[type="checkbox"]
{
  width: 55px;
  height: 32px;
  border-color: #231F20;
  background: #231F20;
  margin: 0;
}

.jobseachAlert .form-switch input[type="checkbox"]::before
{
  width: 22px;
  height: 22px;
  top: 4px;
  left: 5px;
}

.jobseachAlert .form-switch input[type="checkbox"]:checked::before
{
  top: 4px;
  left: inherit;
  right: 27px;
  background: #231F20;
}

.jobseachAlert .form-switch input[type="checkbox"]:checked
{
  background: #FDEE4F;
}

.Job-Angebote .joblist .jobrow {
  padding: 14px 40px 14px 40px;
  display: flex;
  align-items: center;
}

.Job-Angebote .joblist .jobrow figure {
  margin: 0;
  width: 100%;
  max-width: 98px;
  height: 98px;
  border-radius: 22px;
  background-color: #fff;
}

.Job-Angebote .joblist .jobrow figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}

.Job-Angebote .joblist .jobrow .leftimg {
  width: 98px;
  height: 98px;
  border-radius: 30px;
  object-fit: contain;
}

.Job-Angebote .joblist .jobrow .Details {
  margin: 0 0 0 23px;
  display: flex;
  width: 100%;
}

.Job-Angebote .joblist .jobrow .content {
  margin: 0;
}

.Job-Angebote .joblist .jobrow .content .title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: "Playfair-Display";
}

.Job-Angebote .joblist .jobrow .content .internship-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #000;
  font-family: "Playfair-Display";
}

.Job-Angebote .joblist .jobrow .content .training-seminar-title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #000;
  font-family: "Playfair-Display";
}

.Job-Angebote .joblist .jobrow .content .internship-subtitles {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #000;
  letter-spacing: 0.8px;
  margin-top: 15px;
  font-family: "Futura-bold";
}

.Job-Angebote .joblist .jobrow .content .internship-desc {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
}

.Job-Angebote .joblist .jobrow .content .company {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

.Job-Angebote .joblist .jobrow .content .location {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  letter-spacing: 0.7px;
}

.Job-Angebote .joblist .jobrow .content .tags {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.Job-Angebote .joblist .jobrow .content .tags p {
  padding: 0 5px;
  background-color: #E3D0D6;
  display: flex;
  gap: 5px;
  align-items: center;
}

.Job-Angebote .joblist .jobrow .content .tags p img {
  width: 10px;
  height: 10px;
}

.Job-Angebote .joblist .jobrow .content .tags p span {
  font-size: 12px;
}

.Job-Angebote .joblist .jobrow .content .font-bold {
  font-family: "Futura-bold";
}

.Job-Angebote .joblist .jobrow .training-course {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.Job-Angebote .joblist .jobrow .training-course .img-placeholder {
  max-width: 204px;
  height: 174px;
  background-color: #fff;
  border: 1px solid #ecebe7;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Job-Angebote .joblist .jobrow .training-course .img-placeholder img {
  height: 100% !important;
  width: 100% !important;
}

.Job-Angebote .joblist .jobrow .training-course .leftimg {
  width: 100%;
  max-width: 204px !important;
  height: 174px !important;
  border-radius: unset !important;
  background-color: #fff;
  padding: 20px 10px;
  object-fit: contain;
}

.Job-Angebote .joblist .jobrow:nth-of-type(even) {
  background-color: #EBDEE2;
}

.Job-Angebote .joblist .jobrow:nth-of-type(odd) {
  background-color: #EEE8F3;
}

.Job-Angebote .joblist .customPagination {
  padding-top: 3em;
}

.Job-Angebote .joblist .customPagination .pagination {
  align-items: center;
  justify-content: center;
}

.Job-Angebote .joblist .customPagination .pagination .page-item .active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #B653CE;
  border-color: #B653CE;
}

.Job-Angebote .joblist .customPagination .pagination li .active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #B653CE !important;
  border-color: #B653CE !important;
}

.Job-Angebote .joblist .customPagination .pagination .active span {
  z-index: 3;
  color: #fff;
  background-color: #B753CF !important;
  border-color: #B753CF !important;
  padding: 0 7px;
  font-size: 14px;
}

.Job-Angebote .joblist .customPagination .pagination li {
  padding: 0 5px !important;
  /* font-size: 14px; */
  font-weight: 500;
}

.Job-Angebote .joblist .customPagination .pagination li span {
  padding: 0 7px;
}

.Job-Angebote .joblist .customPagination .pagination li a {
  padding: 0 7px;
}

.Job-Angebote .bannerWrap {
  position: relative;
}

.Job-Angebote .bannerWrap .title {
  background-color: #D4A2BA;
  padding: 42px 10px;
}

.Job-Angebote .bannerWrap .title h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #231f20;
  margin: 0;
}

.Job-Angebote .bannerWrap .SlideWrap {
  height: 100%;
  overflow-y: scroll;
  display: block;
}

.Job-Angebote .Magazinswiper {
  width: 100%;
  height: 550px;
}

.Job-Angebote .Magazinswiper .swiper-wrapper {
  height: auto !important;
}

.Job-Angebote .Magazinswiper .swiper-slide {
  height: auto !important;
}

.Job-Angebote .Magazinswiper .swiper-button-next {
  top: 102%;
  left: 50%;
}

.Job-Angebote .Magazinswiper .swiper-button-prev {
  top: -25px;
  left: 50%;
}

.Job-Angebote .Magazinswiper .swiper-button-next:after,
.Job-Angebote .Magazinswiper .swiper-button-prev:after {
  display: none;
}

.Job-Angebote .Magazinswiper .swiper-slide:nth-of-type(odd) {
  background: #ece7f3;
}

.Job-Angebote .Magazinswiper .swiper-slide:nth-of-type(even) {
  background: #d4a2ba;
}

.Job-Angebote .newsLwrap {
  position: absolute;
  top: -55px;
  right: 0;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

.Job-Angebote .newsL {
  height: 220px;
  width: 220px;
  border: 1px solid #231f20;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: absolute;
  top: 0;
  right: -30px;
  border-radius: 50%;
}

.Job-Angebote .newsL span {
  color: #231f20;
  font-family: "fonters";
  font-size: 45px;
  line-height: 45px;
  text-align: center;
}

.Job-Angebote .newsL .cta {
  color: #fff !important;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  padding: 10px 15px;
  background: #231f20;
  text-decoration: none;
  margin-top: 10px;
}

.Job-Angebote .MagazinBanner .bannertitle {
  font-size: 32px;
  line-height: 40px;
  color: #231f20;
  font-family: "Playfair-Display";
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

.Job-Angebote .MagazinBanner .disc {
  font-size: 18px;
  line-height: 25px;
  color: #231f20;
  font-family: "Futura-book";
  margin-bottom: 20px;
  text-align: center;
}

.Job-Angebote .MagazinBanner .cta {
  font-size: 14px;
  line-height: 16px;
  color: #231f20;
  font-family: "Futura-bold";
  text-align: center;
}

.Job-Angebote .MagazinBanner img {
  border-top: 25px solid black;
  border-bottom: 25px solid black;
  object-fit: cover;
  height: 240px !important;
}

.Job-Angebote .MagazinBanner iframe {
  height: 240px !important;
}

.Job-Angebote .MagazinBanner .content {
  padding: 17px 30px 29px;
  text-align: center;
}

.Job-Angebote .MagazinBanner figure {
  margin: 0;
}

.action {
  margin-left: auto;
  display: flex;
  flex-flow: column;
  text-align: center;
}

.action .btn {
  width: max-content;
  max-width: 135px;
  min-width: 135px;
  background-color: #D4A2BA;
  color: #000;
  font-family: "Futura-bold";
  font-size: 10px;
  border-radius: 0;
  padding: 7px 11px;
  margin-bottom: 13px;
  white-space: nowrap;
}

.action .checkboxstyle {
  opacity: 0;
  position: absolute;
}

.action .checkboxstyle~.fav {
  background: url(../images/heart.png) center center no-repeat;
  display: inline-block;
  width: 100%;
  height: 28px;
  background-size: 28px;
}

.action .checkboxstyle:checked~.fav {
  background: url(../images/selectheart.png) center center no-repeat;
  background-size: 28px;
}

.action .checkboxlbl {
  font-size: 10px;
  line-height: 13.5px;
  cursor: pointer;
}

/*pagination*/
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin: 3rem 0 0;
  border-radius: 0.6rem;
  list-style-type: none;
}

.page__numbers,
.page__btn,
.page__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  padding: 2px 8px;
}

.page__dots {
  width: auto;
  height: auto;
  color: var(--greyLight);
  cursor: initial;
}

.page__numbers {
  width: auto;
  height: auto;
  border-radius: 0;
}

.page__numbers:hover {
  color: var(--primary);
}

.page__numbers.active {
  color: #000;
  font-weight: 600;
  background-color: #D4A2BA;
}

.page__btn {
  color: var(--greyLight);
  pointer-events: none;
}

.page__btn.active {
  color: var(--greyDark);
  pointer-events: initial;
}

.page__btn.active:hover {
  color: var(--primary);
}

.unsereLabels {
  background-color: #ecebe7;
  padding: 100px 0 0;
  margin-bottom: 115px;
  position: relative;
}

.unsereLabels .unserveJob h2 {
  font-size: 80px;
  line-height: 80px;
  padding: 0 20%;
  margin-bottom: 43px;
}

.unsereLabels .bestLableWrap {
  display: flex;
  flex-wrap: nowrap;
}

.unsereLabels .bestLableWrap .banneside {
  width: 42%;
  background-color: #dfc8ce;
}

.unsereLabels .bestLableWrap .banneside figure {
  margin: 0;
}

.unsereLabels .bestLableWrap .boxside {
  flex: 1;
  background-color: #dfc8ce;
}

.unsereLabels .bestLableWrap .boxside h3 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 55px;
  font-family: "Playfair-Display";
  color: #231F20;
  font-weight: 700;
}

.unsereLabels .bestLableWrap .boxside h3 span {
  color: #b753cf;
}

.unsereLabels .bestLableWrap .boxside .boxwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 725px;
  margin: 3rem auto 0;
  overflow: hidden;
  position: relative;
  max-height: 500px;
  padding-bottom: 2rem;
}

.unsereLabels .bestLableWrap .boxside .boxwrap.boxwrapswiper {
  padding-bottom: 45px;
}

.unsereLabels .bestLableWrap .boxside .boxwrap .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.unsereLabels .bestLableWrap .boxside .boxwrap .box {
  background: #fff;
  border-radius: 9px;
  margin: 15px 15px;
  height: 114px;
  width: 114px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.unsereLabels .bestLableWrap .boxside .boxwrap .box img {
  width: 100%;
  max-width: 90px;
  max-height: 90px;
}

.unsereLabels .bestLableWrap .boxside .boxwrap .swiper-pagination .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  background-color: #bcbec0;
  opacity: 1;
}

.unsereLabels .bestLableWrap .boxside .boxwrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #808285;
}

.unsereLabels .bestLableWrap .boxside .boxwrap.showfromtab {
  display: none;
}

.unsereLabels .dirimg {
  width: 100%;
  position: absolute;
  height: 5px;
  top: 27%;
}

.unsereLabels .dirimg .arrow {
  position: absolute;
  width: 106px;
  left: 50%;
  transform: translateX(-50%);
}

.unsereLabels .dirimg .circle {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  color: #000;
  background-color: #fff56d;
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  font-family: "fonters";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10%;
  top: -47px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Job-Angebote .job-opportunity h2 {
    font-size: 80px;
    line-height: 67px;
  }

  .Job-Angebote .unserveJob h2 {
    font-size: 80px;
  }

  .Job-Angebote .filterWrap .joblist .jobrow {
    align-items: flex-start;
  }

  .Job-Angebote .filterWrap .joblist .jobrow .Details {
    flex-flow: column;
  }

  .Job-Angebote .filterWrap .joblist .jobrow .Details .action {
    flex-flow: row;
    margin-top: 10px;
  }

  .unsereLabels .unserveJob h2 {
    font-size: 72px;
  }

  .unsereLabels .dirimg {
    top: 0 !important;
    left: 45% !important;
    width: 106px !important;
  }

  .unsereLabels .dirimg .arrow {
    left: -100px !important;
    top: -66px !important;
  }

  .newsLetterSection .newsCheck .one {
    width: 25%;
  }

  .newsLetterSection .newsCheck .tow {
    width: 25%;
  }

  .newsLetterSection .newsCheck .three {
    width: 100%;
  }
}

.apprenticeshipWrapper {
  background-image: url(../images/appren-banner.webp) !important;
}

@media screen and (max-width: 767px) {
  .jobfindSection {
    background-image: url(../images/joblistingbanner-mbl.webp);
  }

  .trainingseminar-hero {
    background-image: url(../images/training-seminar-hero-mbl.webp) !important;
  }

  .apprenticeshipWrapper {
    background-image: url(../images/appren-banner-mbl.webp) !important;
  }

  .Job-Angebote .filterWrap .joblist {
    flex: 1 0 100% !important;
  }

  .Job-Angebote .filterWrap .bannerWrap {
    flex: 1 0 100% !important;
  }

  #openAppTitle {
    font-size: 42px !important;
  }

  .Job-Angebote .bannerWrap .SlideWrap::-webkit-scrollbar {
    display: none !important;
  }

  .Job-Angebote .bannerWrap .SlideWrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .customPagination nav ul li {
    padding: 0 5px !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    display: none;
  }

  .customPagination nav ul li:first-child {
    display: inline-block !important;
  }

  .customPagination nav ul li:last-child {
    display: inline-block !important;
  }

  .customPagination nav ul li .page-link {
    padding: 0 10px !important;
  }

  .customPagination nav ul li a {
    padding: 0 10px !important;
  }

  .Job_bestClickSection .jobBox-swiper {
    width: 100% !important;
  }

  .Job-Angebote .MagazinBanner figure {
    height: 171px;
    max-height: 171px;
  }

  .Job-Angebote .MagazinBanner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .Job-Angebote .MagazinBanner .content .bannertitle {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .Job-Angebote .MagazinBanner .content .disc {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .Job-Angebote .joblist .action {
    margin-top: 5px;
  }

  .Job_bestClickSection .jobBoxswiper .topjob-box p {
    font-family: "Futura-book" !important;
    color: #231F20;
  }

  .Job_bestClickSection .jobBoxswiper .topjob-box .heading a {
    font-family: "Playfair-Display" !important;
    font-size: 20px;
  }

  .Job_bestClickSection .jobBoxswiper .topjob-box .readmore a {
    text-decoration: underline !important;
  }

  .Job_bestClickSection .jobBoxswiper .topjob-box figure {
    margin: -60px auto 20px !important;
  }

  .job-opportunity h2 {
    font-size: 50px !important;
    line-height: 67px !important;
  }

  .job-opportunity h3 {
    font-size: 25px;
    letter-spacing: 1.25px;
    line-height: 33px;
  }

  .Job-Angebote .joblist .jobrow {
    align-items: flex-start;
    padding: 15px !important;
  }

  .Job-Angebote .joblist .jobrow figure {
    max-width: 52px !important;
    height: 52px;
  }

  .Job-Angebote .joblist .jobrow .content .internship-title {
    font-size: 16px;
    line-height: 15.6px;
  }

  .Job-Angebote .joblist .jobrow .content .company {
    font-size: 12px;
    margin-bottom: 5px !important;
  }

  .Job-Angebote .joblist .jobrow .content .location {
    font-size: 12px;
  }

  .Job-Angebote .joblist .jobrow .content .tags {
    flex-wrap: wrap;
  }

  .Job-Angebote .joblist .jobrow .content .tags p {
    margin-bottom: 5px;
  }

  .Job-Angebote .joblist .jobrow .content .training-seminar-title {
    font-size: 22px;
    line-height: 24px;
  }

  .Job-Angebote .joblist .jobrow .content .internship-subtitles {
    font-size: 14px;
    line-height: 19px;
  }

  .Job-Angebote .joblist .jobrow .content .internship-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .Job-Angebote .joblist .jobrow .training-course img {
    width: 92px;
    max-height: 80px;
  }

  .Job-Angebote .joblist .jobrow .Details {
    margin: 0 0 0 10px;
  }

  .Job-Angebote .joblist .jobrow .Details .content .title {
    font-size: 16px !important;
    line-height: unset !important;
    margin-bottom: 5px !important;
  }

  .Job-Angebote .MagazinBanner .bannertitle {
    font-size: 24px;
    letter-spacing: 0.36px;
    line-height: 32px;
  }

  .Job-Angebote .MagazinBanner .disc {
    font-size: 14px;
    letter-spacing: 0.98px;
    line-height: 19px;
  }

  .unsereLabels .bestLableWrap .hidebelowtab {
    display: block;
  }

  .unsereLabels .bestLableWrap .boxside .boxwrap {
    padding-bottom: 2rem;
    max-height: unset;
    height: unset;
  }

  .unsereLabels .bestLableWrap .boxside .boxwrap .box {
    width: 100px !important;
    height: 100px !important;
    margin: 10px !important;
  }

  .devider_60 {
    display: none;
  }

  .jobseachAlert .form-switch
  {
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 10;
    justify-content: center;
    width: 100%;
    background: white;
    padding: 10px;
  }

  .jobseachAlert .form-switch input[type="checkbox"] {
    width: 50px;
    height: 26px;
  }

  .jobseachAlert .form-switch input[type="checkbox"]:checked::before {
    top: 3.5px;
    left: inherit;
    right: 22px;
  }

  .jobseachAlert .form-switch input[type="checkbox"]::before
  {
    width: 18px;
    height: 18px;
    top: 3.5px;
  }

  .save-search
  {
    padding: 16px 22px;
    bottom: 12%;
    left: calc(50% - 78px);
  }
}

.Job_bestClickSection .jobBox-swiper {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .Job_bestClickSection .jobBox-swiper {
    width: 75%;
    margin: 0 auto;
  }
}

@media (max-width: 575px)
{
  .save-search
  {
    display: none;
  }
}

@media (max-width: 575px)
{
  .save-search
  {
    bottom: none;
    top: 0%;
  }
}

/*# sourceMappingURL=joblist.css.map */
