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

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .howITworkSection .howitrow {
    width: 100% !important;
  }

  .howITworkSection .howitrow .plusicon {
    right: -23% !important;
  }

  .jobD_Banner {
    width: 90% !important;
    max-width: 90% !important;
  }

  .Overview .Overviewwrap {
    width: 90%;
    max-width: 90% !important;
  }

  .maga_details_main .mag_latest_job {
    padding-top: 50px;
  }

  .BestLableSection .bestClick {
    top: 18% !important;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .devider_30 .newsLettermain {
    top: -80px !important;
  }

  .howITworkSection .plusicon {
    right: -23% !important;
  }

  .maga_details_main .mag_latest_job {
    padding-top: 40px;
  }

  .unsereLabels .dirimg {
    top: 23% !important;
  }

  .Job-Angebote .filterWrap {
    gap: 75px;
  }

  .Job-Angebote .filterWrap .bannerWrap {
    flex: unset !important;
    width: 30% !important;
  }

  .BestLableSection .bestClick {
    top: 21% !important;
  }
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  #jobdetailsFilterWrap .joblist {
    width: 100% !important;
  }

  #jobdetailsFilterWrap .joblist .btn {
    margin-top: 5px;
  }

  .howITworkSection .plusicon {
    right: -20% !important;
  }

  .unsereLabels .dirimg {
    top: 14% !important;
  }

  .Job-Angebote .filterWrap {
    gap: 75px;
  }

  .Job-Angebote .filterWrap .bannerWrap {
    flex: unset !important;
    width: 27% !important;
  }

  .maga_details_main .mag_latest_job .latest_job_heading {
    padding-top: 40px;
  }

  .maga_details_main .mag_latest_job .latest_job_heading span {
    width: 55%;
  }

  .BestLableSection .bestClick {
    top: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  /* .searchForm .serachMain .jobSearch .searchfour .custom-select{
      border: 1px solid;
    } */
  /* font-size: 30px; */
}

@media only screen and (min-width: 2561px) and (max-width: 3840px) {
  .howITworkSection .plusicon {
    right: -12% !important;
  }

  .BestLableSection .bestClick {
    top: 28% !important;
  }

  .Job-Angebote .filterWrap {
    gap: 75px;
  }

  .Job-Angebote .filterWrap .joblist {
    flex: unset !important;
    width: 70% !important;
  }

  .Job-Angebote .filterWrap .bannerWrap {
    flex: unset !important;
    width: 27% !important;
  }

  .maga_details_main .mag_latest_job .latest_job_heading span {
    width: 60%;
  }
}

@media screen and (min-width: 1367px) {
  .devider_30 .newsLettermain {
    top: -80px !important;
  }

  .unsereLabels .bestLableWrap .boxside .boxwrap .box {
    margin: 10px 10px;
    height: 90px;
    width: 90px;
  }

  .unsereLabels .bestLableWrap .banneside {
    width: 52%;
  }

  .homeHeroBaner .heroText h1 {
    font-size: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ipad-Show {
    display: block !important;
  }

  .ipad-hide {
    display: none !important;
  }

  .homeHeroBaner .heroText h1 {
    font-size: 40px;
  }

  .homeHeroBaner .heroText h6 {
    font-size: 25px;
  }

  .homeHeroBaner p {
    font-size: 14px;
  }

  .searchForm {
    width: 95%;
  }

  .searchForm .serachMain .jobSearch {
    width: 100%;
  }

  .searchForm .serachMain .searchbtn {
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .bestClickSection {
    padding: 50px 0 100px;
  }

  .bestClickSection .paddingLeft-0 {
    padding-right: 0;
  }

  .bestClickSection .bestclickimg figure {
    margin-top: 110px;
  }

  .bestClickSection .bestclickimg .bestClick {
    top: 11%;
  }

  .bestClickSection .bestclickimg .bestclicbox {
    bottom: 20%;
    right: 20%;
  }

  .bestClickSection .bestclickimg .bestclicbox figure {
    margin-top: 0;
  }

  .bestClickSection .unserveJob h2 {
    font-size: 50px;
  }

  .bestClickSection .unserveJob h3 {
    font-size: 26px;
  }

  .howititte {
    margin-right: 120px;
  }

  .howititte figure {
    padding-right: 30px;
    width: 160px;
  }

  .howititte h2 {
    font-size: 50px;
  }

  .howitrow {
    width: 100%;
  }

  .how-it-box {
    width: 100%;
    padding: 10px;
  }

  .how-it-box h3 {
    font-size: 21px;
  }

  .how-it-box p {
    font-size: 15px;
  }

  .how-it-box .plusicon {
    right: -21%;
    width: 40px;
  }

  .home-Looking-Section .row {
    align-items: flex-start;
  }

  .home-Looking-Section .row .lookingMain {
    padding-top: 50px;
  }

  .home-Looking-Section .row .lookingText-main {
    padding-left: 0;
  }

  .home-Looking-Section .row .lookingText-main .nomaltext h2 {
    font-size: 40px;
  }

  .loginMian .loginSection .login .closeBtn {
    right: -10px;
  }

  .registernavlink {
    padding: 0.5rem 0.8rem !important;
  }

  .register-or .or::before {
    width: 95px !important;
  }

  .register-or .or::after {
    width: 95px !important;
  }

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

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

  .Job-Angebote .bannerWrap .title {
    padding: 25px 10px;
  }

  .Job-Angebote .bannerWrap .title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .Job-Angebote .MagazinBanner .bannertitle {
    font-size: 30px;
    line-height: 44px;
  }

  .Job-Angebote .MagazinBanner .disc {
    font-size: 16px;
    line-height: 22px;
  }

  .Job-Angebote .MagazinBanner .cta {
    font-size: 12px;
    line-height: 16px;
  }

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

  .unsereLabels .bestLableWrap .boxside .boxwrap.hidebelowtab {
    display: none !important;
  }

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

  .unsereLabels {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .rigisterLabel {
    position: unset;
  }

  .firstLi {
    flex: 1 0 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .registerMain .registerSection .register .nav-tabs .nav-link {
    font-size: 12px;
  }

  .mainDiv {
    padding-top: 0 !important;
  }

  .registerSection {
    padding-bottom: 1em;
  }

  .registerSection .register .register-or .or::before {
    width: 95px !important;
  }

  .registerSection .register .register-or .or::after {
    width: 95px !important;
  }

  .set-form_3 .job-section .job-section-title button {
    font-size: 10px !important;
  }

  .updated_info_logo {
    margin: 30px !important;
  }

  .company-info .updated_info_about p {
    padding-left: 30px !important;
    font-family: "Futura-book" !important;
  }

  .youtube-videos {
    width: 100% !important;
  }

  .youtube-videos .input-group-text {
    border-radius: unset !important;
  }

  .setnewjob .workplace .update-profile .btn {
    padding: 8px 20px !important;
    line-height: 1 !important;
  }

  .setnewjob .workplace .form-check .form-check-input {
    min-width: 30px !important;
  }

  .setnewjob .workplace .form-check .form-check-label {
    margin-left: 20px !important;
    padding-top: 7px !important;
  }

  .setnewjob .setnewjob-desc-upload .uploaded-file i {
    top: 30px !important;
  }

  .setnewjob .accordion-single-title i {
    position: absolute !important;
    top: 15px !important;
    right: -15px !important;
  }

  .setnewjob .accordion-single-title #areaArrow {
    right: 13px !important;
  }

  .setnewjob .setnewjob-spl-features-list {
    padding: 5px 20px 5px 5px !important;
  }

  .setnewjob .setnewjob-desc .tooltips img {
    width: 70% !important;
    max-width: 80% !important;
  }

  .setnewjob .setnewjob-right .Magazinswiper .MagazinBanner {
    height: 352px !important;
    max-height: 352px !important;
  }

  .setnewjob .setnewjob-details-card {
    margin: 70px auto 30px auto !important;
  }

  .setnewjob .container-fluid {
    padding-left: .75rem !important;
  }

  .setnewjob .setnewjob-header {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    padding: 0 15px !important;
  }

  .SlideWrap .Magazinswiper .MagazinBanner .content {
    height: 236px !important;
    max-height: 236px !important;
    min-height: 236px !important;
    padding: 15px;
  }

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

  .filterWrap .joblist .jobrow .Details .content .title {
    line-height: 20px !important;
  }

  .jobfindSection .searchForm .serachMain .jobSearch {
    width: 100% !important;
  }

  .jobfindSection .searchForm .serachMain .jobSearch .searchtow {
    flex: 1 0 100% !important;
    margin-bottom: 0 !important;
  }

  .jobfindSection .searchForm .serachMain .jobSearch .searchJobthree,
  .jobfindSection .searchForm .serachMain .jobSearch .searchfour {
    flex: 1 0 50% !important;
    margin: 15px 0 0 0 !important;
  }

  footer {
    background: #000;
    padding: 50px 0 80px 0 !important;
  }

  .jobbycategory .latest-category-job {
    padding: 0 0 35px !important;
  }

  .job-by-category .category-bg .row .category-details,
  .favourite-job .category-bg .row .category-details {
    margin-bottom: 60px;
    text-align: center;
    word-wrap: break-word;
  }

  .job-by-category .category-bg .row .category-details .titel {
    font-size: 16px !important;
  }

  .job-by-category .category-bg .row .category-details .subtitel {
    font-size: 10px;
  }

  .categoryheader-section .col-lg-7 {
    text-align: center;
  }

  .categoryheader-section .col-lg-7 .city-header {
    text-align: left;
  }

  .categoryheader-section .col-lg-7 button {
    font-size: 16px;
    padding: 27px 55px;
  }

  .GmbH .GmbHslider .swiper-slide {
    max-width: 100% !important;
  }

  .GmbH .GmbHslider .swiper-slide img {
    width: 100% !important;
  }

  .Job-Angebote {
    padding: 80px 0 0 !important;
  }

  .Job-Angebote .joblist .jobrow .leftimg {
    width: 52px !important;
    height: 52px !important;
    border-radius: 4px !important;
  }

  .jobDetails #unserveJobWrap h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  #Task ul li,
  #YF ul li,
  #WO ul li {
    font-size: 16px !important;
    font-family: "Futura-book" !important;
    font-weight: 600;
  }

  .jobD_Banner .banner {
    height: 393px !important;
  }

  .jobD_Banner .banner img {
    height: 100% !important;
  }

  .Overview .Overviewwrap aside {
    height: unset !important;
  }

  .Overview .Overviewwrap h3 {
    font-size: 16px !important;
    font-family: "Futura-bold" !important;
    line-height: 18px !important;
  }

  .Overview .Overviewwrap h3:after {
    width: 73% !important;
  }

  .Overview .dropmenu .sticky {
    position: unset !important;
    width: 100% !important;
  }

  .Overview .details .block .title {
    font-size: 16px !important;
  }

  .ctagroup .cta {
    padding: 15px 7px !important;
  }

  .main-mag-wrapper .magazine-heading .mag-main-heading {
    font-size: 50px;
  }

  .main-mag-wrapper .magazine-tab-wrap nav .nav-tabs .nav-link {
    font-size: 14px;
    padding: 0 10px;
  }

  .mag-cat-main-media img {
    max-width: 100%;
    height: 326px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .main-mag-wrapper .cat-content-wrapper {
    padding: 15px 0 30px 0 !important;
  }

  .cat-content-wrapper .cat-content h1 {
    font-weight: 800 !important;
  }

  .cat-content-wrapper .cat-content p {
    margin-left: unset !important;
  }

  .main-mag-slider .swiper-pagination {
    bottom: 20px !important;
  }

  .mobile-Show {
    display: block !important;
  }

  .bestClickSection .mobile-Show {
    display: block !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .footer-wrapper-for-custom {
    flex-direction: column;
  }

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

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

  .top-job-slider {
    background-image: url("../images/bestclick.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  header {
    display: none;
  }

  .topJob .swiper-pagination {
    bottom: 5px;
  }

  .homeHeroBaner {
    margin-top: 0;
  }

  .homeHeroBaner .heroText {
    right: unset;
    width: 100%;
    transform: unset;
    left: 0;
    top: 20%;
    padding: 0 20px;
  }

  .homeHeroBaner .heroText h1 {
    font-size: 44px;
    -webkit-line-clamp: 2;
  }

  .homeHeroBaner .heroText h6 {
    font-size: 28px;
    -webkit-line-clamp: 2;
  }

  .homeHeroBaner .heroText p {
    font-size: 16px;
    width: 100%;
    -webkit-line-clamp: 4;
  }

  .homeHeroBaner .heroText .author {
    font-size: 14px;
  }

  .searchForm {
    transform: unset;
    width: 100%;
    position: unset;
    padding-top: 30px;
  }

  .searchForm .serachMain .jobSearch {
    width: 100%;
    border: unset;
    flex-wrap: wrap;
  }

  .searchForm .serachMain .jobSearch .searchone {
    width: 60% !important;
    margin: 0 auto 15px !important;
  }

  .searchForm .serachMain .jobSearch .searchone .form-select {
    border: 0.5px solid #000;
    padding: 0.6rem 0rem 0.6rem 0;
  }

  .searchForm .serachMain .jobSearch .searchone .custom-select .select-selected {
    text-align: center !important;
  }

  .searchForm .serachMain .jobSearch .searchtow {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 15px 0 !important;
  }

  .searchForm .serachMain .jobSearch .searchtow .input-group {
    border: 0.5px solid #000;
  }

  .searchForm .serachMain .jobSearch .searchtow .input-group .form-control input[type="text"]:focus {
    font-size: inherit;
  }

  .searchForm .serachMain .jobSearch .searchBox {
    padding-bottom: 2px;
    display: flex;
    width: 100%;
  }

  .searchForm .serachMain .jobSearch .searchBox .searchJobthree {
    width: 49% !important;
    /* padding: 0 5px; */
  }

  .searchForm .serachMain .jobSearch .searchBox .searchJobthree .form-select {
    border: 0.5px solid #000;
  }

  .searchForm .serachMain .jobSearch .searchBox .searchJobthree .form-select .select-selected {
    font-size: 12px !important;
  }

  .searchForm .serachMain .jobSearch .searchBox .searchfour {
    width: 47% !important;
    /* padding: 0 5px; */
    margin: 0 15px 0 5px !important;
  }

  .searchForm .serachMain .jobSearch .searchBox .searchfour .form-select {
    border: 0.5px solid #000;
    padding: 0.6rem 0.75rem 0.375rem 0;
  }

  .searchForm .serachMain .jobSearch .searchBox .searchfour .form-select .select-selected {
    font-size: 12px !important;
    text-align: center !important;
  }

  .searchForm .serachMain .jobSearch .training-search {
    width: 100% !important;
    padding: 0 7px;
  }

  .searchForm .serachMain .searchbtn {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 20px;
  }

  .searchForm .serachMain .searchbtn .btn {
    padding: 10px 50px;
    background-color: #E5C5D6;
    color: #000;
  }

  .bestimgBanner {
    height: 514px !important;
  }

  .bestClickSection {
    padding: 60px 0 !important;
  }

  .bestClickSection .bestclickimg {
    margin-bottom: 0;
  }

  .bestClickSection .paddingLeft-0 {
    padding-right: 0;
  }

  .bestClickSection .unserveJob {
    margin-bottom: 80px;
  }

  .bestClickSection .unserveJob h2 {
    font-size: 38px;
  }

  .bestClickSection .unserveJob h3 {
    font-size: 26px;
    font-weight: 700;
    padding: 10px 30px;
  }

  .howITworkSection {
    padding-bottom: 35px !important;
    margin: 0 !important;
  }

  .bestclickimg .bestClick {
    top: 92%;
    transform: translate(-10%, 13%);
  }

  .bestclickimg .bestClick .bestClicktext {
    width: 116px;
    height: 116px;
    font-size: 26px;
    line-height: 26px;
  }

  .bestclickimg .bestclicbox {
    width: 77%;
    top: 55%;
    transform: translate(-15%, -15%);
  }

  .bestclickimg .bestclicbox a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Futura-bold";
  }

  .bestclickimg .bestclicbox h5 {
    font-family: "Playfair-Display";
    font-size: 22px;
    font-weight: bold;
  }

  .topjob-box {
    padding: 0 25px;
    width: 100%;
  }

  .BestLableSection .bestClick .bestclick-main {
    width: 116px;
    height: 116px;
    font-size: 24px;
  }

  .topjob-box figure {
    margin: -44px auto 20px !important;
  }

  .topjob-box h5 {
    font-size: 20px;
    font-family: "Playfair-Display";
    font-weight: bold;
    margin-bottom: 4rem !important;
  }

  .topjob-box .readmore {
    font-size: 14px;
    font-weight: 600;
    font-family: "Futura-bold";
    margin-top: 10px;
  }

  .topjobbtn {
    margin-top: 40px;
  }

  .topjobbtn .btn {
    font-size: 14px;
  }

  .howititte {
    margin-right: 0;
    flex-wrap: wrap-reverse;
    margin-bottom: 0;
  }

  .howititte figure {
    margin-bottom: 15px;
    padding-right: 0;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    margin-right: auto;
    height: inherit;
  }

  .howititte h2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }

  .howitrow {
    width: 100%;
    flex-wrap: unset;
    overflow-x: scroll;
    margin: 0 !important;
  }

  .howitrow .customWidth {
    width: unset !important;
    padding: 0 40px 0 0;
  }

  .howitrow .how-it-box {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    max-width: 263px;
    max-height: 395px;
  }

  .howitrow .how-it-box h3 {
    font-size: 26px;
  }

  .home-Looking-Section {
    padding-bottom: 30px;
  }

  .home-Looking-Section .row {
    flex-wrap: wrap-reverse;
  }

  .home-Looking-Section .row .lookingText-main {
    margin-bottom: 30px;
    padding-left: 0 !important;
  }

  .home-Looking-Section .row .lookingText-main .nomaltext {
    padding-top: 30px;
    text-align: center;
  }

  .home-Looking-Section .row .lookingText-main .nomaltext h2 {
    font-size: 38px;
    max-width: 100%;
    margin-bottom: 20px !important;
  }

  .home-Looking-Section .row .lookingText-main .nomaltext h6 {
    font-size: 22px;
    -webkit-line-clamp: 2;
  }

  .home-Looking-Section .row .lookingText-main .nomaltext p {
    font-size: 16px;
    -webkit-line-clamp: none;
    margin-left: auto;
    margin-right: auto;
  }

  .home-Looking-Section .row .lookingText-main .nomaltext .btn {
    display: none;
  }

  .devider_30 .newsLettermain {
    top: -38px;
  }

  .devider_30 .newsLettermain .newsletter-text {
    width: 135px;
    height: 135px;
    margin-right: -10px;
  }

  .devider_30 .newsLettermain .newsletter-text h5 {
    font-size: 16px;
  }

  .devider_30 .newsLettermain .newsletter-text .btn {
    padding: 5px;
  }

  .topCatSection h2 {
    font-size: 38px;
  }

  .topCatSection .mobSlider {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .topCatSection .mobSlider .col-md-4 {
    padding-right: 0;
    width: 80%;
  }

  .topCatSection .catTopBox {
    width: 100%;
    padding: 20px;
  }

  .topCatSection .catTopBox h5 {
    font-size: 22px;
  }

  .topCatSection .catTopBox p {
    -webkit-line-clamp: 7;
  }

  .topCatSection .topbtn a {
    font-size: 16px;
  }

  .topCatSection .topbtn .btn {
    font-size: 16px;
  }

  .BestLableSection {
    margin-top: 80px;
    padding-bottom: 40px !important;
    height: max-content;
  }

  .BestLableSection .bestLableMain {
    flex-wrap: wrap-reverse;
  }

  .BestLableSection .bestLableMain .lable-img {
    width: 100%;
  }

  .BestLableSection .bestLableMain .lable-img img {
    padding: 0 0px;
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .BestLableSection .bestLableMain .bestLableText {
    position: relative !important;
    width: 100%;
    padding: 0 0;
    text-align: center;
    margin-top: 120px;
  }

  .BestLableSection .swiper-wrapper {
    margin-bottom: 0;
  }

  .BestLableSection .bestLableMain .bestLableText h2 {
    font-size: 38px;
    line-height: inherit !important;
    margin-top: 0px;
  }

  .BestLableSection .bestLableMain .bestLableText h5 {
    font-size: 22px;
    letter-spacing: 1.36px;
  }

  .BestLableSection .bestLableMain .bestLableText p {
    font-size: 16px;
    letter-spacing: 1px;
    line-clamp: none;
    -webkit-line-clamp: none;
    padding: 0 10px;
  }

  .BestLableSection .bestLableMain .bestLableText .topArrowbtn {
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .BestLableSection .bestLableMain .bestLableText .topArrowbtn figure {
    display: none;
  }

  .BestLableSection .bestLableMain .bestLableText .topArrowbtn .btn {
    font-size: 16px;
    letter-spacing: 0.88px;
    padding: 15px 25px !important;
  }

  .BestLableSection .bestLableMain .bestClick {
    top: 0;
    position: absolute;
    display: none;
  }

  .BestLableSection .bestLableMain .bestClick .bestclick-main {
    width: 120px;
    height: 120px;
    font-size: 26px;
    line-height: 26px;
  }

  .magazinSection {
    padding: 50px 0 0 0 !important;
  }

  .magazinSection .paddingRemove {
    padding: 0 !important;
  }

  .magazinSection .customMargin {
    margin: 0 !important;
  }

  .magazinSection .magzinbottombg {
    display: none;
  }

  .magazinSection .maxineTitle h2 {
    font-size: 38px !important;
  }

  .magazinSection .maxineTitle h4 {
    font-size: 20px;
  }

  .magazinSection .maxineTitle h4::before {
    width: 20%;
  }

  .magazinSection .maxineTitle h4::after {
    width: 20%;
  }

  .magazinSection .magzinSlider2 {
    padding: 70px 0 70px 10px;
  }

  .magazinSection .swiper {
    height: unset;
    width: unset;
  }

  .magazinSection .swiper-wrapper {
    height: unset;
    width: unset;
  }

  .magazinSection .magzinSlider2 .magzinleft .magzinBox-240 {
    height: 200px;
  }

  .magazinSection .magzinSlider2 .magzinleft .magzinBox-240 .img {
    width: 282px;
    height: 172px;
  }

  .magazinSection .magzinSlider2 .magzinleft .magzinBox-240 .mobilehide {
    display: none;
  }

  .magazinSection .magzinSlider3 {
    padding: 0px 0 70px 10px;
  }

  .magazinSection .magzinSlider3 .magzinleft .magzinBox-240 {
    height: 215px;
  }

  .magazinSection .magzinSlider3 .magzinleft .magzinBox-240 .mobilehide {
    display: none;
  }

  .magazinSection .magzinBoxrow .magzinleft {
    width: 100%;
  }

  .magazinSection .magzinBoxrow .magzinleft .magzinBox-240 h5 {
    font-size: 20px;
  }

  .magazinSection .magzinBoxrow .magzinleft .magzinBox-240 p {
    font-family: "Futura-book" !important;
  }

  .magazinSection .magzinBoxrow .magzincenter {
    width: 100%;
  }

  .magazinSection .magzinBoxrow .magzincenter h3 {
    font-size: 18px !important;
  }

  .magazinSection .magzinBoxrow .magzincenter .magzinBoxCenter h6 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .magazinSection .magzinBoxrow .magzincenter .magzinBoxCenter .mobilehide {
    text-decoration: underline !important;
  }

  .magazinSection .magzinBoxrow .swiper-pagination .swiper-pagination-bullet-active {
    background: #878787;
  }

  .magazinSection .magzinbestclik {
    flex-wrap: wrap-reverse;
    margin-top: 30px;
  }

  .magazinSection .magzinbestclik .mgImg {
    width: 100%;
    padding: 0 15px;
  }

  .magazinSection .magzinbestclik .mgtext {
    width: 100%;
    padding-bottom: 30px;
  }

  .magazinSection .magzinbestclik .mgtext p {
    width: 100% !important;
  }

  .magazinSection .magzinbestclik .mgtext .bestClick {
    width: 120px;
    height: 120px;
    margin: -60px auto 20px;
    font-size: 26px;
    line-height: 26px;
  }

  .magazinSection .magzinbestclik .mgtext h6 {
    font-size: 38px;
  }

  .magazinSection .magzinbestclik .mgtext a {
    font-size: 14px;
  }

  .SuchHairSection .paddingLeft-0 {
    padding-right: 0;
  }

  .SuchHairSection h2 {
    font-size: 35px;
  }

  .SuchHairSection .passenJObrow {
    flex-wrap: wrap-reverse;
  }

  .SuchHairSection .passenJObrow .img {
    width: 100%;
  }

  .SuchHairSection .passenJObrow .img .imgtext {
    background: #fff;
    width: 90%;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    height: max-content;
  }

  .SuchHairSection .passenJObrow .img .imgtext h6 {
    font-size: 38px !important;
  }

  .SuchHairSection .passenJObrow .img .imgtext p {
    font-size: 16px;
  }

  .SuchHairSection .passenJObrow .img .imgtext a {
    font-size: 14px;
  }

  .SuchHairSection .passenJObrow .logoSlider {
    width: 100%;
    padding: 20px 10px;
  }

  .SuchHairSection .passenJObrow .logoSlider h3 {
    font-weight: 700 !important;
  }

  .SuchHairSection .passenJObrow .logoSlider h3 span {
    color: inherit !important;
  }

  .SuchHairSection .passenJObrow .logoSlider .jobhome .swiper-slide .joblogo figure {
    width: 90px;
    height: 90px;
  }

  .homeBoatsection .paddingLeft-0 {
    padding-right: 0;
  }

  .homeBoatsection .boattextRow {
    flex-wrap: wrap-reverse;
  }

  .homeBoatsection .boattextRow .leftImg {
    width: 100%;
  }

  .homeBoatsection .boattextRow .rightText {
    width: 100%;
    padding: 20px 10px;
  }

  .homeBoatsection .boattextRow .rightText figure {
    width: 30%;
  }

  .homeBoatsection .boattextRow .rightText h3 span {
    color: #000;
  }

  .homeBoatsection .boattextRow .rightText .btn {
    padding: 4px 8px !important;
  }

  .homeBoatsection .boattextRow .rightText .midText {
    width: 100% !important;
  }

  .homeBoatsection .boattextRow .rightText .midText .box-1 p {
    font-size: 20px;
  }

  .homeBoatsection .boattextRow .rightText .midText .box-1 a {
    font-size: 10px;
  }

  .gunsection {
    padding: 80px 0 0;
  }

  .gunsection .homeBoatsection .paddingRight-0 {
    padding-left: 0;
  }

  .gunsection .homeBoatsection .boattextRow {
    flex-wrap: wrap;
  }

  .successSection h2 {
    font-size: 38px;
    color: #231F20;
  }

  .successSection .mobileflexnowrap {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .successSection .mobileflexnowrap .col-md-4 {
    width: 80%;
  }

  .successSection .successBox {
    padding: 20px;
    width: 95%;
    margin: 30px 0 0px 0;
  }

  .newsLetterSection {
    padding: 0 !important;
    margin-bottom: 30px;
  }

  .newsLetterSection .mobileFelex {
    flex-wrap: wrap-reverse;
  }

  .newsLetterSection .newsLetterMain {
    width: 100%;
    margin: 20px auto 20px;
  }

  .newsLetterSection .newsLetterMain h2 {
    font-size: 38px;
    color: #231F20;
  }

  .newsLetterSection .newsLetterMain p {
    color: #000;
    letter-spacing: 1.12px;
    margin-bottom: 15px;
  }

  .newsLetterSection .newsLetterMain a {
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #000;
  }

  .newsLetterSection .newsLetterMain form .form-control {
    height: 56px;
  }

  .newsLetterSection .newsLetterMain form .form-control::placeholder {
    color: #000000;
    font-size: 16px;
    letter-spacing: 1.12px;
  }

  .newsLetterSection .newsLetterMain form .btn {
    font-size: 14px;
    margin-top: 0;
  }

  .newsLetterSection .newsCheck .one {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .newsLetterSection .newsCheck .tow {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .newsLetterSection .newsCheck .three {
    width: 100%;
    margin-right: 0;
  }

  .newsLetterSection .newsCheck .form-check-input {
    height: 30px;
    width: 30px;
  }

  .newsLetterSection .newsCheck .form-check-label {
    font-size: 14px;
    line-height: 19px;
    white-space: unset !important;
  }

  .home-Looking-Section .paddingLeft-0 {
    padding-left: 12px;
  }

  .home-Looking-Section .row .lookingMain .lookpostiontext .textmain {
    height: 130px;
    width: 130px;
  }

  footer .footerWrapMobile {
    flex-wrap: wrap;
  }

  footer .oneDivWrap {
    margin-bottom: 2rem;
  }

  footer .footerWrapMobile .secDivWrap {
    flex: 1 0 100%;
  }

  footer .footerWrapMobile .thirdDivWrap {
    flex: 1 0 50%;
    align-items: flex-start !important;
    margin-left: 30px !important;
    padding-left: 0 !important;
  }

  footer .footermenu {
    height: auto;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 30px;
    flex-direction: column;
    align-items: start;
  }

  footer .footermenu h5 {
    font-size: 14px;
  }

  footer .footermenu ul li a {
    font-size: 12px;
  }

  footer .footerBottom {
    flex-direction: column;
    gap: 20px;
    display: none;
  }

  footer .footer-log {
    text-align: center;
  }

  footer .footer-log .contactHeading {
    padding-top: 15px;
  }

  footer .footer-log .footerBottom {
    display: block;
    padding-bottom: 10px;
    width: 100% !important;
  }

  footer .footer-log .footerBottom .social-icon {
    margin-bottom: 40px;
  }

  footer .footer-log figure {
    margin: 0 auto 20px;
  }

  footer .footer-log .contactWrap {
    display: unset;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .footer-log .contactBox {
    display: block;
  }

  footer .footer-log p {
    font-size: 12px;
  }

  .registerSection .pl-30 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .registerSection .why-register {
    margin-top: 0 !important;
    padding: 0 30px 30px 30px;
  }

  .registerSection .register h6 {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }

  .registerSection .register .pr-30 {
    padding-right: 13px !important;
  }

  .loginMian {
    padding-top: 0px;
  }

  .loginMian .loginSection .row {
    flex-wrap: wrap-reverse;
  }

  .loginMian .loginSection .row .login_img {
    margin-top: 20px;
    width: 330px;
    height: 345px;
    margin-bottom: 50px;
  }

  .loginMian .loginSection .row .login {
    width: 100%;
    margin: 25px 0;
  }

  .loginMian .loginSection .row .login .closeBtn {
    right: 10px;
  }

  .loginMian .loginSection .row .login p {
    font-size: 16px;
  }

  .registernavlink {
    padding: 0.5rem 1rem !important;
  }

  .jobfindSection .title {
    font-size: 44px;
    line-height: 62px;
    padding: 0 45px;
  }

  .jobfindSection .searchForm .serachMain .jobSearch {
    width: 100%;
  }

  .jobfindSection .searchForm .serachMain .jobSearch .searchthree,
  .jobfindSection .searchForm .serachMain .jobSearch .searchfour,
  .jobfindSection .searchForm .serachMain .jobSearch .searchtow {
    padding: 0 7px;
  }

  .Job-Angebote {
    padding: 84px 0 45px;
  }

  /* .Job-Angebote .unserveJob h2 {
    font-size: 50px !important;
    line-height: 68px !important;
  } */

  .Job-Angebote .unserveJob h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0.26px;
  }

  .Job-Angebote .filterWrap {
    margin-top: 20px;
  }

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

  .Job-Angebote .filterWrap .bannerWrap .title {
    display: none !important;
  }

  .Job-Angebote .devider_60 {
    height: 30px;
  }

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

  .Job-Angebote .joblist .action {
    flex-flow: row;
    margin-left: 0;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
  }

  .Job-Angebote .joblist .action .btn {
    margin: 0 5px 0 0;
    padding: 7px 5px;
  }

  .Job-Angebote .joblist .action .checkboxlbl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .Job-Angebote .joblist .action .checkboxstyle~.fav,
  .Job-Angebote .joblist .action .checkboxstyle:checked~.fav {
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-right: 7px;
  }

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

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

  .Job_bestClickSection {
    padding: 36px 5px 10px;
  }

  .Job_bestClickSection .unserveJob h2 {
    line-height: 68px;
    font-size: 38px;
    margin-bottom: 10px;
  }

  .unsereLabels {
    padding: 70px 0 0 !important;
    margin-bottom: 0 !important;
  }

  .unsereLabels .bestLableWrap {
    flex-wrap: wrap !important;
  }

  .unsereLabels .bestLableWrap .banneside {
    width: 100% !important;
    order: 2;
    padding: 12px;
  }

  .unsereLabels .bestLableWrap .boxside h3 {
    padding-top: 98px !important;
    margin-bottom: 0px;
    /* font-size: 38px !important;
    line-height: 48px !important; */
  }

  .unsereLabels .bestLableWrap .boxside {
    width: 100%;
    order: 1;
    padding-bottom: 15px;
  }

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

  .unsereLabels .bestLableWrap .boxside .boxwrap.hidebelowtab {
    display: none !important;
  }

  .unsereLabels .bestLableWrap .boxside .boxwrap.showfromtab {
    display: block !important;
  }

  .unsereLabels .unserveJob h2 {
    font-size: 38px !important;
    line-height: 51px !important;
    padding: 0 5px !important;
    margin-bottom: 80px !important;
  }

  .unsereLabels .dirimg {
    top: 25px !important;
  }

  .unsereLabels .dirimg .circle {
    height: 119px !important;
    width: 119px !important;
    left: 50% !important;
    top: -10px !important;
    font-size: 30px !important;
    line-height: 30px !important;
    transform: translateX(-50%);
  }

  .unsereLabels .dirimg .arrow {
    width: 52px !important;
    left: 17% !important;
    top: -23px;
  }

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

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

  .Job-Angebote .Magazinswiper .swiper-slide {
    margin-right: 15px;
  }

  .Job-Angebote .newsLwrap {
    height: 122px !important;
    width: 122px !important;
  }

  .Job-Angebote .newsLwrap .newsL {
    height: 122px !important;
    width: 122px !important;
    right: -5px;
  }

  .Job-Angebote .newsLwrap .newsL span {
    font-size: 25px;
    line-height: 25px;
  }

  .Job-Angebote .newsLwrap .newsL .cta {
    padding: 7px 3px;
    margin-top: 5px;
  }

  .Job-Angebote .filterWrap {
    margin-top: 30px !important;
    width: auto !important;
    gap: unset !important;
  }
}

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

@media (max-width: 768px) {
  .mobile-responsive-yellow-btn {
    justify-content: flex-end;
    display: flex;
    padding-bottom: 10px;
  }

  .join_now_btn {
    padding: 10px 10px !important;
    font-size: 12px !important;
  }

  .contactformSection {
    padding: 10% 0%;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    aspect-ratio: unset;
  }

  .contactformSection .contactformMain {
    width: 100%;
    min-width: unset;
    text-align: right;
  }

  .contactformSection .contactform-side-img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 560px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
  }

  .contactformSection .contactformMain h2 {
    text-align: center;
    font: normal normal bold 2.1875rem/2.8125rem 'Playfair Display', serif;
    letter-spacing: 0px;
    color: #231F20;
    text-transform: capitalize;
    opacity: 1;
    width: 80%;
    margin: auto;
  }

  .contactformSection .contactformMain .subtitle {
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.48px;
    color: #000000;
    opacity: 1;
    max-width: 99%;
    margin: 22px auto;
  }

  .contactformSection .contactformMain .contact-details p {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .contactformSection .contactformMain form {
    margin-top: 5vw;
    width: 100%;
  }

  .contactformSection .contactformMain form .form-control {
    height: 12vw;
  }

  .contactformSection .contactformMain form .btn {
    font-size: 14px;
    padding: 2vw 6vw;
  }
}

@media (max-width: 350px) {
  .Job-Angebote .joblist .action .btn {
    max-width: 100px;
    min-width: 100px;
  }
}