@charset "UTF-8";
@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; }

body {
  background-color: #ecebe7; }

.fixedDetailWarp {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 999; }

  .jobDetails .container-fluid .more-jobs-btn-alignment{
    text-align: center;
    margin-top: 3%;
  }
  .jobDetails .container-fluid .more-jobs-btn-alignment img{
    left: 57.3%;
    bottom: 0;
    width: 140px;
    height: 70px;
    top: unset;
    transform: rotate(350deg);
  }
.copyTooltips, .copyTooltipstwo {
  background-color: #000;
  font-size: 12px;
  color: #fff;
  padding: 2px 8px;
  visibility: visible;
  opacity: 0; }
  .copyTooltips.show, .copyTooltipstwo.show {
    opacity: 1;
    visibility: visible; }

.askwrap {
  position: relative; }

.ask {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  font-family: "fonters";
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: auto;
  background-color: #EEDBD7; }

.askbox {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 15px 20px 0px 20px;
  width: max-content;
  max-width: 380px;
  position: absolute;
  right: 120px;
  top: -80px; }
  .askbox p.title {
    font-family: "Futura-bold";
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px; }
  .askbox img {
    width: inherit !important;
    cursor: pointer; }

.details .txt {
  font-family: "Futura-book";
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 25px; }
.details a {
  font-family: "Futura-bold";
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0;
  text-decoration: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

.jobPopup {
  /* Initial styling for jobPopup */
  position: relative;
  background-color: #F2F2F2;
  display: none; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-20px); } }
.jobPopup.sticky {
  /* Styling for jobPopup when sticky */
  display: block;
  transition: top 0.5s ease, opacity 0.3s ease 0.5s;
  position: fixed;
  top: var(--jobPopupTop);
  width: 100%;
  z-index: 12;
  transition-delay: 0.3s;
  transform: translateZ(0);
  animation: fadeInDown 0.5s ease; }
  .jobPopup.sticky .fadeOut {
    /* Styling for jobPopup when fading out */
    animation: fadeOutUp 0.3s ease;
    opacity: 0 !important; }
  .jobPopup.sticky .wrap {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    gap: 20px; }
    .jobPopup.sticky .wrap .jobImg {
      padding: 10px;
      width: 64%;
          padding-top: 10px;
      display: flex;
      justify-content: flex-start;
      gap: 20px;
      align-items: center; }
      .jobPopup.sticky .wrap .jobImg figure {
        margin: 0;
        width: 100%;
        max-width: 77px;
        height: 77px;
        border-radius: 13px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
        .jobPopup.sticky .wrap .jobImg figure .leftimg {
          width: 54px;
          height: 54px;
          -o-object-fit: contain;
          object-fit: contain; }
      .jobPopup.sticky .wrap .jobImg h3 {
        font-size: 25px;
        font-family: "Playfair-Display";
        padding: 0 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
  .jobPopup.sticky .applyBtn {
    width: 20%; }
    .join_now_btn{
      font-family: "Futura-bold";
      border-radius: unset;
      text-transform: uppercase;
      background-color: #FEED00;
      color: #000 !important;
      font-size: 16px;
      line-height: 1;
      padding: 15px 20px;
      text-decoration: none;
      white-space: nowrap;
    }
    .join_now_btn:focus {
        box-shadow: unset !important; }

    .jobPopup.sticky .applyBtn .btn {
      font-family: "Futura-bold";
      border-radius: unset;
      text-transform: uppercase;
      background-color: #FEED00;
      color: #000 !important;
      font-size: 16px;
      line-height: 1;
      padding: 15px 20px;
      text-decoration: none;
      white-space: nowrap; }
      .jobPopup.sticky .applyBtn .btn:focus {
        box-shadow: unset !important; }

.hidden {
  display: none; }

.jobdetailSection {
  background-color: #EEDBD7; }
  .jobdetailSection .topHeading {
    background-color: #EEDBD7;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px; }
    .jobdetailSection .topHeading h1 {
      font-size: 60px;
      font-family: "Playfair-Display";
      font-weight: 600; }
    .jobdetailSection .topHeading h2 {
      font-size: 30px;
      font-family: "Playfair-Display";
      font-weight: 600; }
  .jobdetailSection .tags {
    margin: 20px 0 30px 0;
    position: relative;
    align-items: center; }
    .jobdetailSection .tags .vr {
      height: 14px;
      width: 1px;
      background-color: #707070;
      margin: 0 5px; }
    .jobdetailSection .tags .wrap {
      display: inline-flex;
      width: max-content;
      padding: 0 5px;
      gap: 5px;
      font-size: 12px;
      height: fit-content;
      align-items: center; }
      .jobdetailSection .tags .wrap img {
        width: 10px;
        height: 10px; }
      .jobdetailSection .tags .wrap .tooltip {
        width: 400px;
        position: absolute;
        top: 30px;
        left: 48%;
        transform: translateX(-50%);
        white-space: nowrap;
        padding: 5px 10px;
        background-color: #fff;
        color: #000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 50; }
        .jobdetailSection .tags .wrap .tooltip p {
          white-space: break-spaces; }
        .jobdetailSection .tags .wrap .tooltip ul li {
          white-space: break-spaces; }
    .jobdetailSection .tags .wrap:hover .tooltip {
      opacity: 1;
      visibility: visible; }
  .jobdetailSection .jobD_Banner {
    background-color: #EEDBD7;
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 0 auto 78px;
    gap: 15px;
    padding: 0 20px; }
    .jobdetailSection .jobD_Banner .banner {
      width: 44%;
      height: 595px; }
      .jobdetailSection .jobD_Banner .banner img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .jobdetailSection .jobD_Banner .contentwrap {
      text-align: center;
      width: 56%;
      display: flex;
      flex-wrap: wrap; }
      .jobdetailSection .jobD_Banner .contentwrap .RITUALS {
        background-color: #fff;
        width: 80px;
        height: 80px;
        border-radius: 13px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px; }
        .jobdetailSection .jobD_Banner .contentwrap .RITUALS img {
          width: 62px;
          height: 62px;
          object-fit: contain; }
      .jobdetailSection .jobD_Banner .contentwrap .content {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 455px;
        text-align: center;
        flex-direction: column;
        margin: 0 auto; }
      .jobdetailSection .jobD_Banner .contentwrap .ritualstxt {
        font-family: "Futura-book";
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 15px;
        color: #231f20; }
      .jobdetailSection .jobD_Banner .contentwrap .maintxt {
        font-family: "Playfair-Display";
        font-size: 30px;
        line-height: 45px;
        color: #231f20;
        font-weight: bold; }
      .jobdetailSection .jobD_Banner .contentwrap .location {
        color: #231f20;
        font-family: "Futura-bold";
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 23px; }
      .jobdetailSection .jobD_Banner .contentwrap .ctagroup {
        display: flex;
        margin-bottom: 33px;
        position: relative; }
        .jobdetailSection .jobD_Banner .contentwrap .ctagroup a.cta {
          background-color: #000;
          color: #fff !important;
          font-size: 14px;
          line-height: 1;
          padding: 21px 5px;
          text-decoration: none;
          min-width: 202px; }
          .jobdetailSection .jobD_Banner .contentwrap .ctagroup a.cta:first-child {
            margin-right: 21px; }
        .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox {
          box-shadow: 3px 3px 6px #00000029;
          opacity: 1;
          padding: 28px 35px;
          position: absolute;
          width: 150%;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          background: #fff;
          margin-top: 14px;
          z-index: 9;
          display: none; }
          .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox.show {
            display: block; }
          .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details {
            display: flex;
            gap: 10px; }
            .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left {
              flex: 0 0 112px; }
            .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details .right, .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details .bottomtxt {
              text-align: left; }
            .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details .right p, .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details .right a, .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left p, .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left a {
              font-size: 16px;
              line-height: 21px;
              margin-bottom: 20px;
              font-family: "Futura-bold";
              color: #000;
              text-decoration: none;
              display: inline-block;
              text-align: left; }
            .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left p, .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left a {
              font-family: "Futura-book"; }
          .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .bottomtxt p {
            font-size: 16px;
            line-height: 21px;
            margin-bottom: 20px;
            font-family: "Futura-book";
            text-align: left; }
            .jobdetailSection .jobD_Banner .contentwrap .ctagroup .hoverBox .bottomtxt p span {
              font-size: 20px;
              line-height: 27px;
              font-family: "Futura-bold"; }
      .jobdetailSection .jobD_Banner .contentwrap .action {
        margin: 0 auto; }
        .jobdetailSection .jobD_Banner .contentwrap .action .checkboxlbl {
          font-size: 14px;
          line-height: 11px; }
        .jobdetailSection .jobD_Banner .contentwrap .action .fav {
          margin-bottom: 8px; }

.Job-Angebote.jobDetails {
  width: 100%;
  margin: 0 auto;
  padding-top: 0; }
  .Job-Angebote.jobDetails .setwidth {
    padding: 14px 19px 14px 24px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  .Job-Angebote.jobDetails .unserveJob h2 {
    font-size: 35px;
    line-height: 42px;
    margin-top: 70px;
    margin-bottom: 38px; }
  .Job-Angebote.jobDetails .filterWrap {
    margin-top: 0; }

.weOfferBox {
  margin-top: 40px;
  display: flex;
  width: 100%;
  background-color: #EEDBD7;
  padding: 10px 0;
  margin-bottom: 40px; }
  .weOfferBox .emptyBox {
    width: 33%; }
  .weOfferBox .weOffer {
    width: 61%; }
    .weOfferBox .weOffer .title {
      position: relative;
      font-family: "Playfair-Display";
      margin: 45px 0 20px 0;
      font-weight: bold; }
      .weOfferBox .weOffer .title span {
        padding-right: 25px;
        color: #000;
        background-color: #EEDBD7;
        position: relative;
        z-index: 2; }
    .weOfferBox .weOffer .title::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #CBCBCB;
      position: absolute;
      bottom: 10px;
      left: 0; }

.GmbH {
  background-color: #D4A2BA;
  color: #000;
  width: 100%; }
  .GmbH .gmbhwrap {
    display: flex;
    gap: 39px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 63px 20px 50px; }
    .GmbH .gmbhwrap .pdfSection {
      display: flex;
      flex-direction: column; }
      .GmbH .gmbhwrap .pdfSection h3 {
        font-size: 18px; }
    .GmbH .gmbhwrap .imageside {
      overflow: hidden;
      background-color: #fff;
      height: 186px;
      width: 186px;
      border-radius: 50% !important;
      flex: 0 0 186px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .GmbH .gmbhwrap .content {
      flex: auto; }
    .GmbH .gmbhwrap .btnwrap {
      display: flex;
      align-items: center;
      margin-top: 45px;
      text-transform: uppercase; }
      .GmbH .gmbhwrap .btnwrap img {
        max-width: 142px; }
    .GmbH .gmbhwrap .cta {
      font-size: 14px;
      line-height: 36px;
      padding: 15px 60px;
      text-align: center;
      background-color: #000000;
      color: #fff !important;
      text-decoration: none;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
  .GmbH .title {
    font-size: 35px;
    line-height: 42px;
    font-family: "Playfair-Display";
    margin-bottom: 40px;
    font-weight: bold; }
  .GmbH .discription p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 35px;
    font-family: "Futura-book"; }
  .GmbH .GmbHslider {
    width: 100%;
    position: relative;
    max-width: 935px;
    height: auto;
    margin-left: 0; }
    .GmbH .GmbHslider .swiper-slide {
      height: 166px;
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 250px;
      max-height: 225px; }
      .GmbH .GmbHslider .swiper-slide a {
        width: 100%; }
      .GmbH .GmbHslider .swiper-slide img {
        display: block;
        width: 100%;
        object-fit: cover;
        height: 166px; }
      .GmbH .GmbHslider .swiper-slide .example-image-link {
        display: block;
        position: relative;
        overflow: hidden; }
      .GmbH .GmbHslider .swiper-slide .example-image-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        /* Adjust the aspect ratio of the blurred background */
        background: url('{{ asset("storage/uploads/company")."/".$company_details->id."/".$pics->img_file }}') center/cover;
        filter: blur(20px); }
      .GmbH .GmbHslider .swiper-slide .example-image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .GmbH .GmbHslider .swiper-slide .actual-image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        /* Place the actual image above the blurred background */
        object-fit: scale-down; }
    .GmbH .GmbHslider .swiper-button-next:after {
      display: none; }
    .GmbH .GmbHslider .swiper-button-next, .GmbH .GmbHslider .swiper-rtl .swiper-button-prev {
      width: 12px;
      right: 0; }

.Overview {
  position: relative; }
  .Overview article {
    min-height: 100%; }
  .Overview .Overviewwrap {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    display: flex; }
    .Overview .Overviewwrap aside {
      position: sticky;
      top: 40%;
      width: 50%;
      height: 400px; }
    .Overview .Overviewwrap .menu {
      flex: 0 0 24%;
      position: relative; }
      .Overview .Overviewwrap .menu:after {
        content: "";
        width: 1px;
        background-color: #B2B2B2;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%; }
      .Overview .Overviewwrap .menu ul {
        list-style: none;
        padding-left: 0; }
        .Overview .Overviewwrap .menu ul li {
          margin-bottom: 58px; }
      .Overview .Overviewwrap .menu a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        line-height: 22px;
        font-family: "Futura-book";
        text-transform: uppercase;
        transition: all .2s ease;
        width: 100%;
        display: inline-block; }
        .Overview .Overviewwrap .menu a:hover, .Overview .Overviewwrap .menu a:active, .Overview .Overviewwrap .menu a:focus, .Overview .Overviewwrap .menu a.active {
          font-weight: bold; }
    .Overview .Overviewwrap h3.title {
      position: relative;
      font-family: "Playfair-Display";
      margin: 45px 0 20px 0;
      font-weight: bold; }
      .Overview .Overviewwrap h3.title span {
        padding-right: 25px;
        color: #000;
        background-color: #ECEBE7;
        position: relative;
        z-index: 2; }
      .Overview .Overviewwrap h3.title::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #CBCBCB;
        position: absolute;
        bottom: 10px;
        right: 0; }
  .Overview .OverviewContent {
    flex: 0 0 76%; }
    .Overview .OverviewContent section {
      padding-left: 7.5%; }
    .Overview .OverviewContent .weOffer {
      background-color: #EEDBD7 !important; }
    .Overview .OverviewContent .details {
      display: flex;
      flex-wrap: wrap; }
      .Overview .OverviewContent .details .block {
        width: 50%;
        font-family: "Futura-book";
        margin-bottom: 48px; }
        .Overview .OverviewContent .details .block .title {
          font-size: 14px;
          line-height: 19px;
          margin-bottom: 16px; }
        .Overview .OverviewContent .details .block .value {
          font-size: 14px;
          line-height: 20px;
          font-family: "Futura-bold";
          margin: 0; }
        .Overview .OverviewContent .details .block .tooltipInfo {
          display: flex;
          gap: 10px;
          align-items: center; }
          .Overview .OverviewContent .details .block .tooltipInfo .arrow-container {
            position: relative;
            display: inline-block; }
            .Overview .OverviewContent .details .block .tooltipInfo .arrow-container .arrow {
              width: 18px;
              height: 11px;
              cursor: pointer; }
            .Overview .OverviewContent .details .block .tooltipInfo .arrow-container .up-arrow {
              display: none; }
            .Overview .OverviewContent .details .block .tooltipInfo .arrow-container .tooltips {
              position: absolute;
              top: 100%;
              left: -10px;
              transform: translateX(-25%);
              background-color: #fff;
              color: #000;
              padding: 5px;
              visibility: hidden;
              opacity: 0;
              transition: visibility 0s, opacity 0.5s;
              width: max-content;
              padding: 20px;
              font-family: "Futura-bold";
              font-size: 14px;
              z-index: 10;
              max-width: 350px; }
              .Overview .OverviewContent .details .block .tooltipInfo .arrow-container .tooltips:hover {
                visibility: visible;
                opacity: 1; }
              .Overview .OverviewContent .details .block .tooltipInfo .arrow-container .tooltips .infoBox {
                display: flex;
                gap: 10px;
                align-items: center;
                margin-bottom: 15px; }
                .Overview .OverviewContent .details .block .tooltipInfo .arrow-container .tooltips .infoBox img {
                  width: 17px;
                  height: 17px; }
                .Overview .OverviewContent .details .block .tooltipInfo .arrow-container .tooltips .infoBox p {
                  margin-bottom: 0;
                  word-break: break-all; }
          .Overview .OverviewContent .details .block .tooltipInfo .arrow-container:hover .down-arrow {
            display: none; }
          .Overview .OverviewContent .details .block .tooltipInfo .arrow-container:hover .up-arrow {
            display: inline-block; }
          .Overview .OverviewContent .details .block .tooltipInfo .arrow-container:hover .tooltips {
            visibility: visible;
            opacity: 1; }
      .Overview .OverviewContent .details .discrip p {
        margin-bottom: 10px;
        font-family: "Futura-book";
        font-size: 16px;}
    .Overview .OverviewContent .tasklist li {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 30px;
      list-style: none;
      position: relative; }
      .Overview .OverviewContent .tasklist li:before {
        content: "•";
        font-size: 170%;
        /* or whatever */
        line-height: 26px;
        position: absolute;
        left: -25px; }

.accordionwrap button.accordion {
  width: 100%;
  max-width: 365px;
  border: none;
  outline: none;
  text-align: left;
  padding: 0;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  cursor: pointer;
  background: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative; }
  .accordionwrap button.accordion img {
    width: 100%;
    max-width: 20px;
    margin-right: 15px; }
.accordionwrap button.accordion:after {
  content: '';
  background: url(../images/downarrow.png) center center no-repeat;
  float: right;
  width: 20px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  right: 0; }
.accordionwrap button.accordion.is-open:after {
  transform: rotate(-180deg); }
.accordionwrap .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out; }
.accordionwrap .accordionUL li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
  list-style: none;
  position: relative; }
  .accordionwrap .accordionUL li::after {
    content: "\2713";
    font-size: 15px;
    position: absolute;
    left: -30px;
    font-weight: bold; }

.dropmenu {
  margin-bottom: 36px;
  display: none; }
  .dropmenu select {
    background-color: #dfc8ce;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    border: none;
    outline: none;
    padding: 25px 0;
    text-align: center;
    font-family: "Futura-bold";
    background: #dfc8ce url(../images/downarrow.png) no-repeat right;
    background-size: 20px;
    background-position: 95% 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .dropmenu.sticky {
    position: fixed;
    top: 0;
    background-color: #ecebe7;
    width: 90%; }
    .more-Jobs-btn {
      text-align: right;
      padding: 0;
      position: relative;
      width: 100%; }
      .more-Jobs-btn img {
        width: 257px;
        height: 134px;
        position: absolute;
        left: 57%;
        top: 0; }
      .more-Jobs-btn .btn {
        background: #000;
        color: #fff;
        border-radius: 0;
        padding: 12px 35px;
        font-size: 12px;
        letter-spacing: 0.6px;
        text-transform: uppercase; }
 /* .Job-Angebote{
  overflow: hidden !important;
 }  */

.jobdetailSection .more-Jobs-btn .btn i{
  transition: transform 0.2s ease-in-out;
}

.jobdetailSection .more-Jobs-btn .btn {
    left: 65px;
    padding: 0;
    position: relative;
    display: flex;
    gap: 3px;
    align-items: center;
    background: none;
    color: #000;
    border-radius: 0;
    padding: 12px 35px;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase; }
    .jobdetailSection .more-Jobs-btn .btn:hover span{
      text-decoration: underline;
    }
    .jobdetailSection .more-Jobs-btn .btn:hover i{
      transform: translateX(-2px);
    }

@media screen and (max-width: 1366px) {
  .jobD_Banner .contentwrap .ctagroup .hoverBox {
    padding: 15px 15px;
    width: 100%; }
    .jobD_Banner .contentwrap .ctagroup .hoverBox .details .right p, .jobD_Banner .contentwrap .ctagroup .hoverBox .details .right a, .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left p, .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left a {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 10px;
      padding: 0; }
    .jobD_Banner .contentwrap .ctagroup .hoverBox .bottomtxt p {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 10px; }
      .jobD_Banner .contentwrap .ctagroup .hoverBox .bottomtxt p span {
        font-size: 16px;
        line-height: 27px; }
        .more-Jobs-btn{
          margin: 0;
        }
  .more-Jobs-btn img {
    left: 64%; } }
@media screen and (max-width: 767px) {
  .custom-redirect-title{
    font-size: 20px;
  }
  .custom-redirect-description{
    font-size: 12px;
  }
  .custom-visit-site-button{
    padding: 10px 40px;
  }
  .custom-close-redirect-popup{
    right: 0;
  }
  .more-Jobs-btn{
    margin: 0;
  }
  .mainTooltipWarpper .Job-Angebote .container-fluid .more-Jobs-btn{
    text-align: center;
    padding: 7%;
  }
  .mainTooltipWarpper .Job-Angebote .container-fluid .more-Jobs-btn img{
    position: absolute;
    right: 0%;
    top: 15%;
    left: unset;
    width: 80px;
    height: 40px;
  }
  .jobdetailSection .more-Jobs-btn .btn {
    left:-15px;
  }
  .kar-wrapper .mobile-view{
    margin-bottom: 0;
  }
  .fixedDetailWarp {
    width: 100%;
    height: auto !important;
    position: relative !important;
    z-index: 9 !important; }
    .fixedDetailWarp .askwrap {
      position: unset !important; }
    .fixedDetailWarp .ask {
      margin: 30px auto 10px auto; }
    .fixedDetailWarp .askbox {
      position: absolute;
      right: 50%;
      top: 100px;
      transform: translateX(53%); }

  .jobPopup.sticky .applyBtn .btn {
    font-size: 12px; }

  .jobdetailSection .jobD_Banner .contentwrap .maintxt {
    font-size: 22px;
    line-height: 30px; }

  .Overview .OverviewContent .details .block .tooltipInfo {
    position: relative;
    width: auto; }
    .Overview .OverviewContent .details .block .tooltipInfo .arrow-container {
      position: unset; }
      .Overview .OverviewContent .details .block .tooltipInfo .arrow-container .tooltips {
        width: 250px;
        left: 60%; }

  .weOffer .title {
    font-size: 25px !important; }

  .jobdetailSection .tags .wrap .tooltip {
    width: 350px !important; }
  .jobdetailSection .jobD_Banner {
    max-width: 100%; }
    .jobdetailSection .jobD_Banner .banner {
      width: 100% !important; }
    .jobdetailSection .jobD_Banner .contentwrap {
      width: 100% !important;
      padding-top: 0 !important; }
  .jobdetailSection .topHeading h1 {
    font-size: 38px; }
  .jobdetailSection .topHeading h2 {
    font-size: 22px; }
  .jobdetailSection .topHeading .tags {
    flex-wrap: wrap;
    justify-content: center; }
    .jobdetailSection .topHeading .tags .wrap {
      font-size: 14px;
      line-height: 25px; }

  .weOfferBox .emptyBox {
    width: 5% !important; }
  .weOfferBox .weOffer {
    width: 91% !important; }
    .weOfferBox .weOffer .title:after {
      width: 100% !important; }

  .jobPopup.sticky {
    top: 93px; }
    .jobPopup.sticky .wrap {
      padding: 15px 10px;
      gap: 5px;
      flex-wrap: wrap; }
      .jobPopup.sticky .wrap .jobImg {
        gap: 0;
        width: 100%; }
        .jobPopup.sticky .wrap .jobImg h3 {
          padding: 0 0 0 20px;
          font-size: 18px !important;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          font-weight: bold; }
      .jobPopup.sticky .wrap .applyBtn {
        width: unset; }

  .jobDetails {
    padding: 10px 0 0 !important; }

  .dropmenu.sticky {
    position: sticky !important;
    top: 120px;
    width: 100%; }

  .Overview .OverviewContent .details .block .title {
    margin-bottom: 0; }
  .Overview .OverviewContent .details .block .value {
    font-size: 16px; }

  .jobD_Banner {
    flex-wrap: wrap;
    margin-bottom: 33px; }
    .jobD_Banner .banner {
      width: 100%;
      order: 2; }
    .jobD_Banner .contentwrap {
      width: 100%;
      order: 1;
      padding: 48px 0 26px; }
      .jobD_Banner .contentwrap .maintxt {
        margin-bottom: 16px;
        font-size: 22px;
        line-height: unset; }
      .jobD_Banner .contentwrap .location {
        font-size: 16px;
        line-height: 22px; }
      .jobD_Banner .contentwrap .tags {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center; }
        .jobD_Banner .contentwrap .tags .wrap {
          gap: 1px;
          margin-right: 0;
          margin-bottom: 5px; }
      .jobD_Banner .contentwrap .ctagroup {
        margin-bottom: 29px;
        width: 100%;
        position: relative; }
        .jobD_Banner .contentwrap .ctagroup a {
          font-size: 14px;
          line-height: 28px;
          padding: 14px 5px;
          flex: 1;
          min-width: auto; }
          .jobD_Banner .contentwrap .ctagroup a:first-child {
            margin-right: 11px; }

  .Job-Angebote.jobDetails .joblist .jobrow {
    padding: 12px 13px 12px; }
    .Job-Angebote.jobDetails .joblist .jobrow figure {
      max-width: 53px; }
    .Job-Angebote.jobDetails .joblist .jobrow .content .title {
      font-size: 16px;
      line-height: unset !important;
      margin-bottom: 10px; }
    .Job-Angebote.jobDetails .joblist .jobrow .content .company, .Job-Angebote.jobDetails .joblist .jobrow .content .location {
      font-size: 12px;
      line-height: unset; }
    .Job-Angebote.jobDetails .joblist .jobrow .action {
      margin-top: 10px;
      padding-right: 8px; }
      .Job-Angebote.jobDetails .joblist .jobrow .action .btn {
        padding: 8px 14px; }
      .Job-Angebote.jobDetails .joblist .jobrow .action .checkboxlbl {
        font-size: 12px; }
    .Job-Angebote.jobDetails .joblist .jobrow .Details {
      margin: 0 0 0 15px; }
  .Job-Angebote.jobDetails .setwidth {
    padding: 0;
    align-items: flex-start; }
  .Job-Angebote.jobDetails .unserveJob h2 {
    font-size: 30px;
    margin-top: 32px;
    margin-bottom: 32px; }

  .GmbH .gmbhwrap {
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
    padding: 31px 21px 49px; }
    .GmbH .gmbhwrap .pdfSection {
      flex-direction: row;
      gap: 0.5em;
      margin-bottom: 1.5rem; }
      .GmbH .gmbhwrap .pdfSection h3 {
        font-size: 1rem;
        font-weight: bold; }
    .GmbH .gmbhwrap .imageside {
      height: 120px;
      flex: 0 0 120px;
      margin: 0 auto; }
      .GmbH .gmbhwrap .imageside img {
        width: 78px; }
    .GmbH .gmbhwrap .content {
      width: 100%; }
      .GmbH .gmbhwrap .content .title {
        font-size: 30px !important;
        line-height: 40px;
        margin-bottom: 20px; }
    .GmbH .gmbhwrap .btnwrap {
      align-items: flex-start;
      margin-top: 33px;
      margin-right: -20px;
      justify-content: center; }
      .GmbH .gmbhwrap .btnwrap .cta {
        margin-right: -50px !important; }
    .GmbH .gmbhwrap .btnwrap img {
      max-width: 106px;
      margin-top: 22px; }
  .GmbH .discription p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px; }

  .Overview .Overviewwrap .menu {
    width: 100%;
    flex: 0 0 100%;
    display: none; }

  .Overview .Overviewwrap {
    flex-flow: column; }

  .Overview .OverviewContent {
    width: 100%;
    flex: 0 0 100%;
    padding: 0; }
    .Overview .OverviewContent p{
      word-wrap: break-word;
    }
  .Overview .Overviewwrap h3.title::after {
    width: 45%; }

  #titleYourProfile::after {
    width: 50% !important; }

  .Overview .askwrap {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%; }

  .Overview .askbox {
    padding: 10px;
    max-width: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 10px; }

  .Overview .ask {
    position: relative;
    margin: 0 auto; }

  .Overview .Overviewwrap .menu:after {
    display: none; }

  .Overview .OverviewContent #Task .title, .Overview .OverviewContent #YF .title {
    font-size: 25px !important;
    font-family: "Playfair-Display" !important; }
  .Overview .OverviewContent section {
    padding-left: unset !important; }
  .Overview .OverviewContent .details .block {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    margin-bottom: 18px; }
    .Overview .OverviewContent .details .block .title {
      line-height: 40px; }
  .Overview .OverviewContent .details .order_1 {
    order: 1; }
  .Overview .OverviewContent .details .order_2 {
    order: 2; }
  .Overview .OverviewContent .details .order_3 {
    order: 3; }
  .Overview .OverviewContent .details .order_4 {
    order: 4; }
  .Overview .OverviewContent .details .order_5 {
    order: 5;
    margin-top: 50px;
    width: 100%; }
    .Overview .OverviewContent .details .order_5 p iframe {
      width: 100%;
      height: auto; }

  .Overview .Overviewwrap h3.title {
    font-size: 16px;
    line-height: 22px; }

  .Overview .OverviewContent .details .block .title {
    font-size: 16px;
    line-height: 35px; }

  .dropmenu {
    display: none; }

  .jobD_Banner .contentwrap .ctagroup a.cta {
    min-width: auto !important;
    padding: 15px 4px !important; }

  .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left {
    flex: auto; }

  .more-Jobs-btn img {
    width: 139px;
    height: 71px;
    position: absolute;
    left: 57%;
    top: 71px; }

  .more-Jobs-btn .btn {
    padding: 5px 25px; } }
.discrip a {
  color: #6741ff !important; }

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