@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; }

  .jobgesuchEinstellen-header{
    font-size: 22px;
    font-family: "Futura-bold";
    text-align: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid #4F4F4F;
    margin-bottom: 1rem;
  }

 .jobgesuchEinstellen-header-banner {
  background-image: url(../images/job-form.webp) !important;
  height: 500px !important;
}
  .find-staff .jobgesuchEinstellen-header-banner .find-staff-title {
    color: #fff !important;
    margin-bottom: 12% !important;
}

.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; }

.mblactiveLinks a svg path {
  fill: #000 !important; }

.moblActiveUl li a.active {
  border-bottom: 2px solid #D3A2BA !important; }
  .moblActiveUl li a.active svg path {
    fill: #000 !important; }

@keyframes slideInRight {
  from {
    transform: translateX(50%); }
  to {
    transform: translateX(0); } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes slideInLeft {
  from {
    transform: translateX(-50%); }
  to {
    transform: translateX(0); } }
header {
  background: #ecebe7;
  z-index: 999 !important;
  min-height: 80px; }

.activeNavLinks {
  color: #B653CE !important; }

.hamNavLinks {
  color: #B653CE !important; }

.header-logo {
    margin-top: 2em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2em; }
  .header-logo figure {
    width: 65%;
    transform: translateX(50%);
    margin-bottom: 0;
    transition: transform 0.5s ease-in-out, margin-bottom 0.5s ease-in-out !important;
    animation: fadeIn 0.5s ease-in-out; }
    .header-logo figure img {
      width: 355px;
      transition: all 0.5s ease-in-out !important; }
  .header-logo .logindiv {
    width: 35%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out; }
    .header-logo .logindiv .login {
      border-right: 1px solid #231f20;
      padding-right: 15px;
      display: flex; }
      .header-logo .logindiv .login .btn-primary {
        font-size: 16px;
        padding: 10px 45px;
        transition: all 0.5s ease-in-out; }
  .header-logo .language {
    text-align: center;
    margin-left: 15px;
    transition: all 0.5s ease-in-out; }
    .header-logo .language p {
      color: #060606;
      margin-bottom: 0;
      margin-top: 5px;
      text-underline-offset: 4px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1.54px;
      animation: slideInLeft 0.5s ease-in-out; }

.logindropDown .btn-danger {
  background: #dfc8ce;
  border-color: #dfc8ce; }
  .logindropDown .btn-danger:hover .dropdown-menu {
    display: block; }
  .logindropDown .btn-danger::after {
    display: none; }
  .logindropDown .btn-danger:focus {
    box-shadow: unset; }
.logindropDown .dropdown-menu {
  border: unset;
  min-width: unset;
  margin-top: 10px !important;
  left: -20px !important; }
  .logindropDown .dropdown-menu a {
    font-size: 15px; }
    .logindropDown .dropdown-menu a:hover {
      background-color: #fff; }

.deskmenu {
  margin: 20px 0; }
  .deskmenu .nav {
    justify-content: center; }
    .deskmenu .nav li a {
      color: #231f20;
      font-family: "Futura-bold";
      font-size: 12px;
      letter-spacing: 4.2px; }
      .deskmenu .nav li a:hover {
        color: #b753cf; }
    .deskmenu .nav li .dropdown-menu {
      background: #fff;
      border-radius: unset;
      border: 0; }
      .deskmenu .nav li .dropdown-menu a {
        font-size: 14px;
        font-weight: unset;
        letter-spacing: unset;
        font-family: "Futura-book"; }
        .deskmenu .nav li .dropdown-menu a:hover {
          background-color: #DFC8CE;
          color: #231f20; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out !important; }
  .sticky .header-logo {
    padding-top: 0px; }
    .sticky .header-logo figure {
      margin-bottom: 0;
      transform: translateX(0);
      transition: all 0.5s ease-in-out !important;
      animation: fadeIn 0.5s ease-in-out; }
      .sticky .header-logo figure img {
        width: 270px;
        transition: all 0.5s ease-in-out !important; }
  .sticky .deskmenu {
    margin-top: 0;
    transition: margin-top 0.5s ease-in-out; }

.dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent; }

/*Mobile Nav*/
.mobil-Navigation {
  background: #f3eef2;
  position: sticky !important;
  top: -1px;
  z-index: 99;
  padding: 20px 0; }
  .search-bar-primary-mobile{
    height: 0px;
    position: sticky !important;
    top: 129px;
    z-index: 100;
  }
  .mobil-Navigation .mobile_logo{
    display: flex;
    justify-content: center;

  }
  .mobil-Navigation .mobile_logo figure {
    width: 60%;
    margin: 1rem;
     }
     .search-toggle-mobile{
      position: absolute;
      top: 37px;
      right: 55px;

    }

    .search-toggle-mobile-mobile{
            padding: unset;
      padding-right: 4%;
    }
  .mobil-Navigation .btn {
    position: absolute;
    top: 30px;
    right: 0; }
    .mobil-Navigation .btn:focus {
      box-shadow: unset; }
  .mobil-Navigation .offcanvas-top {
    height: 100vh;
    background-color: #f3eef2; }
    .mobil-Navigation .offcanvas-top .offcanvas-header {
      justify-content: center; }
      .mobil-Navigation .offcanvas-top .offcanvas-header figure {
        width: 60%;
      margin: 1.5rem 1rem;}
      .mobil-Navigation .offcanvas-top .offcanvas-header .btn-close {
        position: absolute;
        top: 45px;
        right: 30px;
        background-size: 25px; }
  .mobil-Navigation .offcanvas-body {
    margin-top: 0px; }
    .mobil-Navigation .offcanvas-body .navbar-nav {
      padding: 0 20px;
      height: calc(100% - 30%);
      overflow: scroll; }
      .mobil-Navigation .offcanvas-body .navbar-nav .nav-item {
        margin-bottom: 5px; }
        .mobil-Navigation .offcanvas-body .navbar-nav .nav-item .nav-link {
          font-size: 16px;
          font-family: "Futura-bold";
          color: #231f20; }
    .mobil-Navigation .offcanvas-body .loginmobile {
      position: absolute;
      left: 0;
      bottom: 75px;
      width: 100%; }
      .mobil-Navigation .offcanvas-body .loginmobile .logindiv {
        display: flex;
        flex-direction: column; }
        .mobil-Navigation .offcanvas-body .loginmobile .logindiv .language {
          display: flex;
          align-items: center;
          background: #fff;
          justify-content: center;
          padding: 10px 0; }
          .mobil-Navigation .offcanvas-body .loginmobile .logindiv .language p {
            margin-bottom: 0;
            margin-left: 11px; }
        .mobil-Navigation .offcanvas-body .loginmobile .logindiv .login .btn {
          position: unset;
          width: 100%;
          padding: 10px 0 15px; }
        .mobil-Navigation .offcanvas-body .loginmobile .logindiv .logoutprofile {
          display: flex;
          flex-wrap: wrap; }
          .mobil-Navigation .offcanvas-body .loginmobile .logindiv .logoutprofile .profilename {
            text-align: center;
            width: 50%;
            background-color: #000;
            padding: 11px 0; }
            .mobil-Navigation .offcanvas-body .loginmobile .logindiv .logoutprofile .profilename a {
              color: #fff;
              text-decoration: none;
              font-size: 16px; }
          .mobil-Navigation .offcanvas-body .loginmobile .logindiv .logoutprofile .logoutMobilebtn {
            border: 1px solid #DFC8CE !important;
            font-family: unset !important;
            font-size: 16px !important;
            text-transform: capitalize !important;
            background-color: #DFC8CE !important;
            color: #000 !important; }
          .mobil-Navigation .offcanvas-body .loginmobile .logindiv .logoutprofile .logout {
            text-align: center;
            width: 50%;
            background-color: #dfc8ce;
            padding: 11px 0; }
            .mobil-Navigation .offcanvas-body .loginmobile .logindiv .logoutprofile .logout a {
              color: #000;
              text-decoration: none;
              font-size: 16px; }
          .mobil-Navigation .offcanvas-body .loginmobile .logindiv .logoutprofile .loggedInwrapper {
            width: 100% !important;
            display: flex; }
          .mobil-Navigation .offcanvas-body .loginmobile .logindiv .logoutprofile .humProfilebtn {
            background-color: #000 !important;
            width: 50% !important; }
  .mobil-Navigation .accordion-item {
    background: unset; }
    .mobil-Navigation .accordion-item .accordion-button {
      background: unset;
      padding: unset;
      font-size: 16px;
      font-family: "Futura-bold";
      padding: 0.5rem 0; }
      .mobil-Navigation .accordion-item .accordion-button:focus {
        box-shadow: unset; }
      .mobil-Navigation .accordion-item .accordion-button::after {
        display: inline-block;
        margin-left: 10px;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.4em solid;
        border-right: 0.4em solid transparent;
        border-bottom: 0;
        border-left: 0.4em solid transparent;
        width: unset;
        height: unset;
        background-image: unset; }
    .mobil-Navigation .accordion-item .accordion-button:not(.collapsed) {
      color: #231f20;
      box-shadow: unset; }
      .mobil-Navigation .accordion-item .accordion-button:not(.collapsed):focus {
        box-shadow: unset; }
  .mobil-Navigation .accordion-body {
    padding: 0; }
    .mobil-Navigation .accordion-body p {
      margin: 10px 0; }
      .mobil-Navigation .accordion-body p a {
        color: #231f20;
        font-size: 14px;
        text-decoration: unset; }

.quickNav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-radius: 28px 28px 0 0; }
  .quickNav .menumain {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0 5px; }
    .quickNav .menumain .menu {
      text-align: center; }
      .quickNav .menumain .menu a {
        color: #000000;
        font-size: 8px;
        text-transform: uppercase;
        text-decoration: none; }
        .quickNav .menumain .menu a p {
          margin-bottom: 0;
          margin-top: 2px; }
        .quickNav .menumain .menu a svg {
          vertical-align: bottom; }

.quickNav .nav-link {
  border: unset !important;
  padding: 5px; }
.quickNav .nav-tabs {
  border: unset !important; }

#moreDivshow {
  position: relative; }
  #moreDivshow .vertiMenu {
    position: absolute;
    background: white;
    top: -335px;
    padding: 15px 0;
    right: -15px;
    border-radius: 34px;
    width: 72px; }
    #moreDivshow .vertiMenu .nav-tabs {
      border: unset !important; }
    #moreDivshow .vertiMenu a {
      display: inline-block;
      margin-bottom: 15px;
      color: #4F4F4F;
      padding: 0 !important; }
    #moreDivshow .vertiMenu .nav-link.active {
      border-color: unset !important; }

#listMoreDiv {
  position: absolute;
  background: white;
  padding: 25px 0;
  right: 0;
  border-radius: 34px;
  width: 72px;
  bottom: 80px;
  justify-content: center;
  align-items: center;
  text-align: center; }
  #listMoreDiv p {
    font-size: 8px;
    margin-bottom: 0; }
.search-bar-primary-wrapper-mobile{
  flex-direction: column;
}
.position-marke-search-mobile{
  width: 100%;
  border-right: unset;
  border: 1px solid grey;
  margin-top: 1rem;
  padding: 0 10px;
}
.search-bar-primary-wrapper .searchbtnMobile{
      padding-left: unset;
      padding: 1rem 0;
      width: 100%;
}

.search-bar-primary-wrapper .searchbtnMobile > .btn{
  width: 100%;
}
.search-bar-job-land-wrap-mobile{
  width: unset;
  border-right: unset;
  padding-right: unset;
}

/* .search-bar-primary-dropdown-content-mobile{
  padding-left: 4px;
  padding-right: 4px;
}

.search-bar-primary-dropdown-content-land-mobile{
  padding-left: 4px;
  padding-right: 4px;
} */

.search-bar-job-finden-wrap-mobile{
  width: unset;
  align-items: center;
  display: flex;
}

.search-bar-primary-dropdown-content-mobile{
      margin-top: 147px;
}

.for-mobile-wrap-flex{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 1rem;
}

.for-mobile-wrap-flex > *{
  border: 1px solid grey;
  flex: 0 0 48%;
}

.search-bar-primary-dropdown-toggle-mobile{
    justify-content: space-between;
    padding: 0 10px;
}

.search-bar-primary-dropdown-toggle-mobile > svg{
      margin-right: 15px;
}
/*# sourceMappingURL=header.css.map */
