﻿@import url("../Icons/font-awesome-old/css/font-awesome.min.css");

/**********************
* TYPO3 default css
***********************/
.ce-align-left { text-align: left; }    .ce-align-center { text-align: center; }    .ce-align-right { text-align: right; }    .ce-table td, .ce-table th { vertical-align: top; }   
 .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }   
  .ce-left .ce-gallery, .ce-column { float: left; }    .ce-center .ce-outer { position: relative; float: right; right: 50%; }    .ce-center .ce-inner { position: relative; float: right; right: -50%; }    .ce-right .ce-gallery { float: right; }    .ce-gallery figure { display: table; margin: 0; }    
.ce-gallery figcaption { 
  caption-side: bottom; 
  padding: 0.5em;
}    
.ce-gallery a:hover {
  text-decoration: none !important;
  border: none;
}
.ce-gallery a:hover figcaption {
  color: #fff;
  background: #3baa34;
}
.ce-gallery {
  width: 100%;
}
.ce-row {
  display: flex;
  justify-content: space-between;
}

.ce-gallery img { display: block; }    .ce-gallery iframe { border-width: 0; }    .ce-border img,    .ce-border iframe {        border: 2px solid #000000;        padding: 0px;    }    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {        margin-bottom: 10px;    }    .ce-image .ce-gallery { margin-bottom: 0; }    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }    .ce-below .ce-gallery { margin-top: 10px; }       .ce-column:last-child { margin-right: 0; }    .ce-row { margin-bottom: 10px; }    .ce-row:last-child { margin-bottom: 0; }    .ce-above .ce-bodytext { clear: both; }    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }    /* Headline */    .ce-headline-left { text-align: left; }    .ce-headline-center { text-align: center; }    .ce-headline-right { text-align: right; }    /* Uploads */    .ce-uploads { margin: 0; padding: 0; }    .ce-uploads li { list-style: none outside none; margin: 1em 0; }    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }    .ce-uploads span { display: block; }    /* Table */    .ce-table { width: 100%; max-width: 100%; }    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }    .ce-table thead th { border-bottom: 2px solid #dadada; }    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }    /* Space */    .frame-space-before-extra-small { margin-top: 1em; }    .frame-space-before-small { margin-top: 2em; }    .frame-space-before-medium { margin-top: 3em; }    .frame-space-before-large { margin-top: 4em; }    .frame-space-before-extra-large { margin-top: 5em; }    .frame-space-after-extra-small { margin-bottom: 1em; }    .frame-space-after-small { margin-bottom: 2em; }    .frame-space-after-medium { margin-bottom: 3em; }    .frame-space-after-large { margin-bottom: 4em; }    .frame-space-after-extra-large { margin-bottom: 5em; }    /* Frame */    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }    .frame-indent { margin-left: 15%; margin-right: 15%; }    .frame-indent-left { margin-left: 33%; }    .frame-indent-right { margin-right: 33%; }
.d-flex-1 {
  flex: 1;
}
/***********
* cookie consent
**************/
.cc-window {
  border: 4px solid rgb(150, 193, 31); 
}
html .cc-compliance .cc-btn {
  font-size: 18px;
}
html .cc-compliance .cc-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3baa34 !important;
}
html .cc-type-extend .cc-btn {
  border: 1px solid #1b1b1b !important;
}
.powered-by {
  display: none;
}
/*
* Scrollbar
*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #3aaa35;
}
::-webkit-scrollbar-thumb:hover {
  background: #3aaa35;
}
/*-- Default CSS --*/
body {
  font-family: 'Switzer-Variable';
  color: #1b1b1b;
  background-color: #ffffff;
  font-size: 16px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #1b1b1b;
  line-height: 1.4;
}
html .big,
.h3-big,
.h2-big {
    font-size: clamp(1rem, 2.5vw, 60px);
    line-height: 1.1;
}
.h3 a,
.h2 a {
    color: #fff;
}
p {
  line-height: 1.5;
}

a {
  transition: 0.5s all ease;
  color: #1b1b1b;
}
.contact-wrapper a,
.place-contact-wrapper > div a,
.job-back-wrapper a,
html p a {
      text-decoration: underline;
}
html a:hover {
    color: #1b1b1b;
}
.job-detail-wrapper a:hover,
.job-detail-wrapper a:focus,
.place-contact-wrapper a:hover,
.job-back-wrapper a:hover,
p a:hover {
  text-decoration: none;
  letter-spacing: 1px;
}
.position-relative {
    position: relative;
}
figure {
    width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.d-flex-wrap {
    flex-wrap: wrap;
}
.d-flex-1 > * {
    flex: 1;
}
.d-flex-space-between {
    justify-content: space-between !important;
}
.d-flex-start-left {
    justify-content: flex-start;
}
.align-center {
    align-items: center;
}
.align-bottom {
    align-items: baseline;
}

.hidden {
    display: none;
}
.d-table {
  width: 100%;
  height: 100%;
}
picture,
.d-table-cell {
  vertical-align: middle;
}

.pl-15 { padding-left: 15px; }
.pr-15 { padding-right: 15px; }
.p-15 { padding: 15px; }
.ml-76 { margin-left: 76px; }
.mtb-15 { margin: 0 15px; }

html .m-0 { margin: 0; }
html .m--1 { margin: -1px; }
html .mt--1 { margin-top: -1px; }
html .mb--1 { margin-bottom: -1px; }
.mt-50 { margin-top: 50px; }
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-50 {
     padding-bottom: 50px;   
  }
.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}
html .pb-150 {
    padding-bottom: 150px;
}
html .p-2em { padding: 2em; }
html .pr-2em { padding-right: 2em; }
html .pl-2em { padding-left: 2em; }
html .pb-2em { padding-bottom: 2em; }
html .pt-2em { padding-top: 2em; }

html .p-3em { padding: 3em; }
html .pr-3em { padding-right: 3em; }
html .pl-3em { padding-left: 3em; }
html .pb-3em { padding-bottom: 3em; }
html .pt-3em { padding-top: 3em; }


html .container {
    max-width: 100%;
    padding: 0 15em;
}
html .main-margin .container {
    padding: 0 12em;
}

button:focus {
  outline: 0;
}
html .btn {
    border: 1px solid #1b1b1b;
    border-radius: 0;
    text-decoration: none !important;
    padding: 8px 20px;
}
html .btn-primary {
   background: #3baa34;
   border-color: #3baa34;
}
.btn-blinking {
 /*   animation: blink 4s linear infinite; */
 animation: glowing 2000ms infinite;
}
@keyframes blink {
        0% {
          background: rgba(59,170,52, 1);
        }
        50% {
          background: rgba(59,170,52, 0.5);
        }
        100% {
            background: #96c11f;
        }
}
@keyframes glowing {
        0% {
          background: rgba(59,170,52, 0.3);
          box-shadow: 0 0 5px #1b1b1b;
        }
        50% {
          background: rgba(59,170,52, 0.7);
          box-shadow: 0 0 5px #1b1b1b;
        }
        100% {
          background: rgba(59,170,52, 1);
          box-shadow: 0 0 5px #1b1b1b;
        }
}
html .fancybox-image {
    background: #fff;
}
html .activeFilter > *,
html .btn:hover,
.btn.focus, .btn:focus {
    color: #fff !important;  
    border: 1px solid #97c11f !important;
    background: #97c11f !important;
    white-space: nowrap;
}
.noborder {
    border: none !important;
}
.job-area.pt-100 .contact-title {
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 0;
}
.show-demo {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(255,0,0,0.7);
  color: #fff;
  padding: 1em 0;
}
.subpage-title {
    margin-top: 150px;
}
.subpage-title > div > .row {
    justify-content: center;
}
.subpage-title > div > .row  > div:last-child {
  border-right: 0;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
  min-width: 170px;
  padding-top: 0;
  padding-bottom: 0;
}
.fb-button-header {
    position: absolute;
    font-size: 30px;
    margin: 0 10px;
    color: #4bcc5a;
}
.dropdown-toggle::after {
  display: none;
}
.main-margin {
    padding-left:3em;
    padding-right: 3em;
}
.main-nav {
  background-color: #ffffff;
  transition: 0.5s all ease;
}
.mobile-nav,
.main-nav nav {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
}
.mobile-nav .navbar-nav .nav-item,
.main-nav nav .navbar-nav > .nav-item {
  transition: 0.5s all ease;
  border-left: 1px solid #1d1d1b;
}

.main-nav nav .navbar-nav .nav-item:last-child {
    border-right: none;
}
.mobile-nav .navbar-nav .nav-item a i,
.main-nav nav .navbar-nav .nav-item a i {
  position: relative;
  display: inline-block;
  top: 1px;
}


.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
  padding: 0;
}

.mobile-nav .navbar-nav .nav-item a,
.main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  color: #1b1b1b;
  font-family: 'Switzer-Variable';
  padding: 0 2.5em;
  transition: 0.5s all ease;
}
.mobile-nav .TV,
.main-nav .TV {
  position: relative;
  color: transparent !important;
  min-width: 140px;
  padding: 0 2.5em;
}
.mobile-nav .TV:after,
.main-nav .TV:after {
  content: 'jobregionalTV';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../Icons/tv-txt-black.png) no-repeat center center;
  background-size: 70px auto;
  color: transparent;
}

.menu-shrink {
          box-shadow: 0 0 15px 0 #ddd;
}
.rte-button,
.news-btn a,
.common-btn a {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  padding: 12px 15px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.news-btn a i,
.common-btn a i {
  display: inline-block;
  margin-right: 3px;
}

.common-btn div {
    color: #000;
}
.common-btn .login-btn {
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
  color: #1b1b1b;
  margin-right: 10px;
}

.common-btn .login-btn:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  transition: 0.5s all ease;
  z-index: -1;
}

.common-btn .login-btn:hover {
  color: #ffffff;
}

.common-btn .login-btn:hover:before {
  width: 100%;
  opacity: 1;
}
.filepond--root,
html .filepond--drop-label.filepond--drop-label label {
    cursor: pointer;
}
.rte-button,
.news-btn .sign-up-btn,
html .filepond--drop-label.filepond--drop-label label,
.common-btn .sign-up-btn {
  color: #ffffff;
  border: 1px solid #3baa34;
  background: #3baa34;
}

.rte-button:hover,
.news-btn .sign-up-btn:hover,
.common-btn:hover > div,
.common-btn .sign-up-btn:hover {
  color: #1b1b1b;
  background: #fff;
}


/*-- End Navbar --*/
.news-detail-images > div {
  min-width: 32%;
  max-width: 32%;
  flex: 1;
}
.news-related  > .news-job-item {
  max-width: 32%;
}
.news-detail-images img {
    margin-bottom: 1em;
}
.search-isfixed {
    position: fixed;
    z-index: 200;
    width: 100%;
    left: 0;
    top: 87px;
}
.banner-wrapper > div {
    margin: 0 auto;
}
.v--index-banner-slider,
.banner-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 880px;
  position: relative;
}
.banner-image {
    position: absolute;
    z-index: 1;
}
.banner-image img {
    object-fit: cover;
    object-position: center;
}

.banner-video:before,
.banner-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(27,27,27,0.2);
}

.banner-video {
    position: absolute;
    top: 10%;
    -o-object-fit: cover;
    object-fit: cover;
    background-postion: left top;
    width: 100%;
    height: 90%;
}
.banner-text {
  position: relative;
  z-index: 15;
  text-align: center;
  margin-top: 75px;
}
.banner-text h2,
.banner-text h1 {
  font-weight: normal;
  font-size: 80px;
  color: #ffffff;
  /*padding: 1.5em 0 0.5em 0;*/
  padding: 0;
  position: relative;
  text-shadow: 4px 4px 10px #000;
}
.banner-404 .banner-text p,
.banner-404 .banner-text h1 {
  color: #1b1b1b;
  text-shadow: none;
  margin-bottom: 30px;
}
.banner-404 .banner-text h1 {
  padding-top: 2.5em;
}
#c427 h2 {
  font-weight: 700;
  font-size: 45px;
  color: #1b1b1b;
  margin-bottom: 10px;
  text-shadow: 2px 1px 4px rgba(0,0,0,0.88);
}
#c427 .subtitle {
    font-size: 30px;
}
.subtitle,
h2 span,
h3 span {
  display: inline-block;
}

span.first-span {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}
span.second-span {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-left: 1em;
    padding-bottom: 1em;
}
span.third-span {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    padding-bottom: 1em;
    line-height: 2;
}
.banner-text h1 span.first-line {
    margin-bottom: -1px;
    border-bottom: 0;
}
.tx-glor-places .banner-text p,
.banner-text p {
  color: #fff;
  margin-bottom: 60px;
  font-size: 18px;
  text-shadow: 2px 1px 4px rgba(0,0,0,0.88);
}
.leaflet-routing-alt {
    color: #1b1b1b;
}
.banner-form-area form .job-wrapper {
  background-color: #ffffff;
  padding: 20px 30px;

}
.banner-form-area form {
  position: relative;
  padding-right: 130px;
}
.search-result-list {
    margin-top: 2em;
}
.b-top {
    border-top: 1px solid #1d1d1b;
}
.b-bottom {
    border-bottom: 1px solid #1d1d1b;
}
.b-right {
    border-right: 1px solid #1d1d1b;
}
.b-left {
    border-left: 1px solid #1d1d1b;
}
.pr-3em {
    padding-right: 3em !important;
}
.pl-3em {
    padding-left: 3em !important;
}
.index-mainbuttons .row > div {
    padding: 0;
}
.btn-box {
    padding: 4em 15px;
    display: block;
    height: 100%;
}
.btn-box p {
    color: #1b1b1b;
    margin: 0;
    line-height: 61px;
}
.index-more-buttons {
    overflow: hidden;
}
.index-more-buttons a:hover,
.index-more-buttons a:focus,
.btn-box:hover,
.btn-box:focus {
    background: #3baa34;
    color: #fff !important;
  transition: 0.5s all ease;
  text-decoration: none;

}
.index-more-buttons a:hover,
.index-more-buttons a:focus,
.btn-box:hover h3,
.btn-box:focus h3,
.btn-box:hover h2,
.btn-box:focus h2,
.btn-box:focus h1,
.btn-box:hover h1,
.btn-box:hover p,
.btn-box:focus p {
    color: #fff;
  transition: 0.5s all ease;
}
.index-more-buttons a {
    color: #1b1b1b;
    line-height: 2;
    display: block;
    font-weight: bold;
}
.nopadding > div {
    padding: 0;
}
.banner-form-area form .form-group {
  margin-bottom: 0;
  position: relative;
}
.algolia-autocomplete {
    display: block !important;
}
.indexpage .companies-area {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    display: flex;
    align-items: center; 
}
html .index-ag-section-content {
    margin-top: 5em;
    margin-bottom: 5em;
}
html .index-ag-section-content,
html .index-ag-section-content p,
html .index-ag-section-content h2 {
    color: #fff;
}
.aa-dropdown-menu  {
    width: 100%;
    background: #fff;
    color: #1b1b1b;
    font-size: 14px;
    border: 1px solid #1b1b1b;
}
.aa-suggestions-header h3 {
    font-size: 14px;
    padding: 0.2em 1em;
    color: #fff;
    background: #38a745;
}
.aa-suggestions-element {
    padding: 0.5em 1em;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    font-size: 14px;
}
.searchbar-location {
    font-size: 12px;
}


.aa-suggestions-element:hover,
.aa-suggestions-element:focus {
    color: #fff;
    background: #38a745;
}
.aa-suggestions-element:hover em,
.aa-suggestions-element:focus em {
    color: #ff0000;
}
.ais-hits em {
    color: #96c11f;
}
.aa-hint,
.aa-input-container em {
      font-weight: bold;
      color: #ff0000;
}
html .aa-input-search  {
    font-weight:bold;
}
.ais-root.ais-refinement-list label {
    color: #1b1b1b;
}
.ais-root.ais-refinement-list {
    float: left;
    width: 100%;
    background: #fff;
    text-align: left;
}
.ais-refinement-list--list {
    text-align: left;
}
.ais-refinement-list--count:before {
    content: '(';
}
.ais-refinement-list--count:after {
    content: ')';
}

.ais-header {
    padding: 10px 15px;
    color: #1b1b1b;
    border-top: 1px solid #1b1b1b;
    cursor: pointer;
}
.ais-header:hover,
.ais-header:focus {
    color: #fff;
    background: #3baa34;
}
.ais-body {
    padding: 5px 10px;
}
.top-entry .banner-area:before {
    background-color: #000;
    opacity: .40;
}
.top-entry .category-area {
    color: #000;
}
.top-entry .banner-text h3 {
    color: #fff;
}
.ais-body.ais-refinement-list--body {
    border-top: 1px solid #1b1b1b;
}
.ais-refinement-list--label {
    cursor: pointer;
}
html .scroll-item.issponsored {
    position: relative;
    border: 2px solid #3aaa35;
}
html .scroll-item.issponsored:before {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.3em 1em;
    color: #fff;
    background-color: #3aaa35;
    content: 'TOP JOB!';
}
.banner-form-area form .form-group i {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-form-area form .form-group .form-control {
  border-radius: 0;
  border: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
 /* padding-right: 40px; */
}
.company-slider-area {
  clear: both;
}
.banner-form-area form .form-group .form-control:focus {
          box-shadow: none;
  border: 0;
}
html .selectize-dropdown.form-control {
    height: auto !important;
    background: #fff;
}
.parsley-errors-list {
    padding: 0;
}
.failure-field,
.parsley-errors-list li {
    list-style-type: none;
    color: #ff0000;
    border: 2px solid #ff0000 !important;
    padding: 5px 10px;
}




.banner-form-area form .form-group ::placeholder {
  color: #95969c;
}

.banner-form-area form .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 13px;
  right: 20px;
  display: block;
}

.banner-form-area form .form-group label i {
  font-weight: 700;
  font-size: 25px;
}
.powermail_select,
.banner-form-area form .form-group .nice-select {
  width: 100%;
  display: block;
  border-radius: 0;
  height: 50px;
  color: #95969c;
  line-height: 50px;
  border: 0;
  font-size: 16px;
  padding-left: 0;
}
html .form-success-box {
  background: rgba(59,170,52, 0.3);
  color: #000;
  border: 2px solid #3baa34 !important;
}
.banner-form-area form .form-group .nice-select:after {
  height: 8px;
  right: 18px;
  width: 8px;
  border-color: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
}

.banner-form-area form .form-group .nice-select.open .list {
  width: 100%;
}

.banner-form-area .banner-form-btn {
  position: absolute;
  top: 0;
  right: -50px;
  min-height: 100%;
  height: 62px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  transition: 0.5s all ease;
  background: #3baa34;
  border: 1px solid #3baa34;
  padding: 21px 45px;
  text-transform: uppercase;
}

.banner-form-area .banner-form-btn:hover {
  background: #fff;
  color: #3baa34;
  border: 1px solid #3baa34;
}

.banner-btn {
  margin-top: 70px;
  text-align: center;
}

.banner-btn a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #38a745;
  width: 210px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #ffffff;
}

.banner-btn a:hover {
  color: #ffffff;
  background-color: #1b1b1b;
}

/** OSM map **/
.osm-map > div > div {
    width: 100%;
}
.osm-map .markerContent h5 {
    color: #38a745;
    font-weight: bold;
}
.osm-map .markerContent {
    color: #1b1b1b;
}
.portal-item .markerContent .common-btn a {
    width: auto;
}

/*-- Thema slider und details  --*/
 .float-left {
        width: 100%;
    }
.float-left > div {
    float: left;
    width: 33%;
    height: 45vh;
}
.float-left > div:nth-child(2),
.float-left > div:nth-child(3) {
    width: 35%;
}

html .float-left > .themabig {
    width: 65%;
    height: 90vh;
}

.thema-list {
    position: relative;
    height: 100%;
}
.thema-list img {
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.themabig a,
.themabig picture,
.themabig img {
    height: 100%;
    min-height: 100%;
}
.thema-list .thema-title {
    position: absolute;
    z-index: 12;
    right: 1em;
    top: 1em;
    bottom: auto;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    background: rgba(59,170,52, 0.5);
    padding: 0.1em 0.3em;
}
.themabig .thema-list .thema-title {
    top: auto;
    bottom: 1em;
    font-size: 60px;
    background: rgba(59,170,52, 0.5);
    padding: 0.1em 0.3em;
}
.thema-list .thema-subtitle {
    position: absolute;
    z-index: 12;
    bottom: 1em;
    left: 1em;
    font-size: 30px;
    color: #fff;
    background: rgba(59,170,52, 0.5);
    padding: 0.1em 0.3em;
}
.themabig .thema-list .thema-subtitle {
    position: absolute;
    top: 1em;
    bottom: auto;
    left: 1em;
    font-size: 40px;
}
.thema-list img {
    filter: brightness(0.95);
    transition: 0.5s all ease;
}
.thema-list:hover img {
    filter: brightness(1.1);
    transition: 0.5s all ease;
}
/*-- Account --*/
.account-area {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding-top: 50px;
  padding-bottom: 20px;
}
.account-wrap {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.account-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.account-item:before {
  position: absolute;
  content: '';
  width: 75%;
  height: 8px;
  right: -92px;
  top: 30px;
  background-color: #ffffff61;
}
.account-item:hover i {
          box-shadow: 0 0 0 8px #4bcc5a;
}
.account-item i {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #000000;
  background-color: #ffffff;
  font-size: 30px;
          box-shadow: 0 0 0 8px #ffffff61;
  margin-top: 8px;
  margin-bottom: 25px;
  transition: 0.5s all ease;
}
.account-item span {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.account-last:before {
  display: none;
}
/*-- End Account --*/
/*-- Category --*/
.category-area .col-lg-3 {
  max-width: 20%;
  transition: 0.5s all ease;
}
.item-link {
    padding: 0;
    color: #1b1b1b !important;
}
.category-area .col-lg-3:hover {
          box-shadow: 0px 0px 25px 0px #dddddd8c;
}
.category-item {
   line-height: 1.3;
   margin-bottom: 2em;
}
.category-item a {
  display: block;
  font-size: 16px;
  color: #1b1b1b;
  padding: 1.5em 1em;
  border: 1px solid #1b1b1b;
}
.category-item a span {
  display: block;
}
.category-item a:hover,
.category-item a:focus {
  background-color: rgba(59,170,52);
  color: #fff;
  text-decoration: none;
}
.category-two i {
  color: #7264e5;
  background-color: #dad7f2;
}
.category-two a:hover {
  color: #7264e5;
}
.category-three i {
  color: #50cc59;
  background-color: #dbf5de;
}
.category-three a:hover {
  color: #50cc59;
}
.category-four i {
  color: #daa91f;
  background-color: #ece5d1;
}
.category-four a:hover {
  color: #daa91f;
}
.category-five i {
  color: #1e27f9;
  background-color: #ccceff;
}
.category-five a:hover {
  color: #1e27f9;
}
.category-six i {
  color: #726f6f;
  background-color: #cccccc;
}
.category-six a:hover {
  color: #726f6f;
}
.category-seven i {
  color: #1783b6;
  background-color: #ccf1ff;
}
.category-seven a:hover {
  color: #1783b6;
}
.category-eight i {
  color: #c455bf;
  background-color: #fccffa;
}
.category-eight a:hover {
  color: #c455bf;
}
.category-nine i {
  color: #cc6666;
  background-color: #f5cccc;
}
.category-nine a:hover {
  color: #cc6666;
}
.category-ten i {
  color: #116e18;
  background-color: #d0e6d2;
}
.category-ten a:hover {
  color: #116e18;
}
.category-border {
  border-right: 1px solid #efeeee;
  border-bottom: 1px solid #efeeee;
}
.category-border-two {
  border-right: 1px solid #efeeee;
}
.category-border-three {
  border-bottom: 1px solid #efeeee;
}
/*-- End Category --*/
/*-- Portal --*/
.portal-item {
  position: relative;
  margin-bottom: 30px;
}
.portal-item .portal-trusted {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 12px;
  bottom: 30px;
}
.portal-item .portal-trusted span {
  display: block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  padding: 20px 70px;
          box-shadow: 0 0 0 10px #cce6cf;
}

.portal-item h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
.indexpage .companies-area,
.portal-item p {
  color: #1b1b1b;
  margin-bottom: 35px;
}
.ce-bodytext li {
    color: #1b1b1b;
}
.portal-item .common-btn a {
  width: 150px;
}

.portal-item .common-btn a i {
  font-size: 18px;
  position: relative;
  top: 1px;
}

.portal-right {
  padding-left: 50px;
  color: #1b1b1b;
}

.portal-right-two {
  margin-bottom: 0;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -10px;
}
.sorting-menu {
    margin: 0 -200em;
}
.sorting-menu a {
    white-space: nowrap;
    color: #1b1b1b;
}
.sorting-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
}

.sorting-menu ul li {
  cursor: pointer;
  display: inline-block;
  color: #1b1b1b;
  font-size: 16px;
  transition: 0.5s all ease;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  text-decoration: underline;
}
.sorting-menu ul li.active, .sorting-menu ul li:hover {
  color: #ffffff;
  background: #3baa34;
  transition: 0.5s all ease;
}
.sorting-menu ul li.active, .sorting-menu ul li.active a,
.sorting-menu ul li.activee, .sorting-menu ul li:hover a {
    color: #fff !important;
}


.sorting-menu ul li:last-child {
  margin-right: 0;
}

.sorting-menu ul li:first-child {
  margin-left: 0;
}
.femanager_status {
   margin-bottom: 1.5em;  
}
.job-mobile-show {
    display: none;
}
.job-item {
  padding: 3em;
  min-height: 415px;
  position: relative;
}
.ais-hits .job-item {
    min-height: 420px;
}
html .ais-hits__empty {
    display: block;
    padding: 2em 1em;
    font-weight: bold;
}
.img-text-wrapper {
    height: 240px;
    overflow: hidden;
}
.job-item > h2 {
    height: 90px;
    overflow: hidden;
    font-size: 30px;
    margin-bottom: 1em;
}
.ais-text-wrapper {
    height: 120px;
    overflow:hidden;
}
.scroll-item.odd {
    padding-left: 10em;
}
.scroll-item.even {
    padding-right: 10em;
}
.btn.btn-internsearch {
    background: #e1e1e1;
}
.scroll-item a h2 {
    font-size: 30px;
}
.scroll-item h2 a {
    font-weight: 500;
    text-decoration: underline;
    color: #3aaa35;
    font-size: clamp(20px, 4vw, 30px);
}
.scroll-item a {
    font-weight: normal;
    text-decoration: underline;
    color: #1b1b1b;
}
html .scroll-item a.btn {
    background: #fff;
    color: #1b1b1b;
    font-weight: bold;
    
}
.scroll-item a:hover h2,
.scroll-item a:hover {
    text-decoration: none;
    letter-spacing: 0px;
}
.vertical-bottom {
    display: flex;
    align-items: flex-end;
    line-height: 1;
}
.job-header .row > div {
    line-height: 53px;
}
.jobtext-wrapper .row {
    margin: 0 -8em;
}
.jobtext-wrapper .row > div {
    padding: 3em;
}
.jobtext-wrapper .row > div:nth-child(2n){
    border-left: 1px solid #1b1b1b;
}
.jobtext-wrapper .row > div {
    border-bottom: 1px solid #1b1b1b;
    margin-bottom: -1px;
}
.jobtext-wrapper .row > div:first-child,
.jobtext-wrapper .row > div:nth-child(3),
.jobtext-wrapper .row > div:nth-child(5) {
    border-right: 1px solid #1b1b1b;
    margin-right: -1px;
    padding-left: 8em;
}
.jobtext-wrapper .row > div:nth-child(2),
.jobtext-wrapper .row > div:nth-child(4),
.jobtext-wrapper .row > div:nth-child(6) {
    padding-right: 8em;
}

html .job-item-inactive {
    background: #e1e1e1;
}
html .job-item-deleted {
    background: rgba(255,0,0,0.7);
}
html .no-package-ordered > .profile-inner,
html .job-item-hidden {
    background: rgba(255,0,0,0.4);
}
html .user-package > .profile-inner {
    background: #4cce5b;
}
html .user-probemonat > .profile-inner {
    background: #d1d81e;
}
.stanglwirt-icons {
  flex-wrap: wrap;
}
.stanglwirt-icons > div {
  max-width: 50%;
  min-width: 50%;
}
html .user-package > .profile-inner h3,
html .user-package > .profile-inner span,
html .user-package > .profile-inner a,
html .user-probemonat > .profile-inner h3,
html .user-probemonat > .profile-inner span,
html .user-probemonat > .profile-inner a,
html .no-package-ordered > .profile-inner h3,
html .no-package-ordered > .profile-inner span,
html .no-package-ordered > .profile-inner a {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-clip: none;
}
html .job-item-hidden,
html .job-item-deleted {
    padding: 15px;
}
html .job-item-hidden .job-inner .job-inner-left ul li,
html .job-item-hidden .job-inner-left p,
html .job-item-deleted .job-inner .job-inner-left ul li,
html .job-item-deleted .job-inner-left p {
    color: #fff;
    font-size: 12px;
}
.icofont-video-cam {
    position: absolute;
    right: 0.5em;
    top: 2.5em;
    color: #3baa34;
    font-size: 25px;
}

.job-item-inactive .btn-red {
    background: #fff;
}
html .scroll-item > span.issponsored {
  position: absolute;
  display: block !important;
  right: 0.5em;
  top: 0.5em;
  font-size: 16px;
}

.companies-item h2,
.companies-item h3 {
  font-size: 25px;
  max-height: 80px;
  overflow: hidden;
}
.job-share-buttons {
    height: 50px;
    color: transparent;
    padding: 1em 0;
}
.job-share-buttons li {
    margin-right: 0.5em;
    min-width: 30px;
}
.job-share-buttons li a {
  display: block;
}
.job-share-buttons i {
    font-size: 30px;
}
.verein-item .job-share-buttons a {
  text-decoration: none;
}
.verein-item .job-share-buttons i {
  font-size: 40px;
}
.verein-searchform {
  margin: 0 -15px;
}
html .chosen-container-multi .chosen-choices,
.verein-searchform .form-control {
  border: 1px solid #1d1d1b;
  height: 55px !important;
  line-height: 55px !important;
  border-radius: 0;
}
.job-share-buttons a:hover {
    text-decoration: none;
    color: #3baa34;
}
.job-item .sponsored-item {
    position: absolute;
    left: 0.2em;
    top: 0.2em;
    color: #1b1b1b;
    font-size: 12px;
}
.job-item > img,
.job-item > picture {
  position: absolute;
  top: 38%;
  max-width: 50px;
}
.place-contact-wrapper div {
    line-height: 2;
}
.job-company-wrapper {
    overflow: hidden;
}
.maprow {
    height: 100%;
    border-bottom: 0 !important;
}
#mapContainer {
    width: 100%;
    height: 100%;
}
.placesmap {
    overflow: hidden;
    height: 450px;
}
.placesmap > .maprow {
    padding: 0 15px;
}
.placesmap > .maprow > div {
        border: 0 !important;
}
.placesmap #map {
        border-right: 1px solid #1b1b1b;

}
.jobtext-wrapper .placesmap .row > div,
.placesmap .row div,
.placesmap {
    padding: 0 !important;
}
.job-item .job-inner {
  display: flex;
      flex-wrap: wrap;
  padding-left: 80px;
}
html .job-item .job-inner.placedetailjob,
html .job-item .job-inner.search-result-item {
  padding-left: 0;
}
.job-item .job-inner .job-inner-left {
          flex: 0 0 100%; /* vorher 75% */
  max-width: 100%; /* vorher 75% */
}
.job-item .job-inner .job-inner-left h2,
.job-item .job-inner .job-inner-left h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  height: 45px;
  align-items: center;
}

.jobdetail-listitem .job-wrapper > div:first-child {
    border-right: 1px solid #1b1b1b;
}

.job-item .job-inner .job-inner-left a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #38a745;
  margin-bottom: 10px;
}
.job-item .job-inner .job-inner-left a:focus,
.job-item .job-inner .job-inner-left a:hover {
    color: #4cce5b;
}
html .job-item .job-inner .job-inner-left a.normal-link {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
}
.job-item .job-inner .job-inner-left ul {
  margin: 0;
  padding: 0;
}

.job-item .job-inner .job-inner-left ul li {
  list-style-type: none;
  display: block;
  font-size: 14px;
  color: #1b1b1b;
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
}

.job-item .job-inner .job-inner-left ul li:last-child {
  margin-bottom: 0;
}

.job-item .job-inner .job-inner-left ul li i {
  display: inline-block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}

.job-item .job-inner .job-inner-right {
  flex: 0 0 100%; /* vorher 25% */
  max-width: 100%;
  text-align: left;
}
.auto-scroll-container {
    overflow: hidden;
}
.auto-scroll-container .auto-scroll-container {
    padding: 0;
    border-top: 0;
    overflow: visible;
}
.job-item .job-inner .job-inner-right ul {
  margin: 10px 0 0 0;
  padding: 0;
}

.job-item .job-inner .job-inner-right ul li {
  display: block;
  font-size: 14px;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
  text-align: center;
  width: 95px;
  margin-bottom: 10px;
  margin-left: auto;
}
.job-item .copy-li,
.job-item .job-inner .job-inner-right ul li:last-child {
  margin-left: 1em !important;
}

.job-item .job-inner .job-inner-right ul li span {
  display: block;
  color: #ffffff;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding-top: 10px;
  padding-bottom: 10px;
}

.job-item .job-inner .job-inner-right ul li a {
  display: block;
  color: #1b1b1b;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}

.job-item .job-inner .job-inner-right ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  transition: 0.5s all ease;
}

.job-item .job-inner .job-inner-right ul li a:hover {
  color: #ffffff;
}
.job-item .job-inner .job-inner-right ul li a:hover:before {
  width: 100%;
  opacity: 1;
}

/* TV */
.video-item {
    min-height: 270px;
    max-height: 270px;
    overflow: hidden;
}
.video-item a {
  max-width: inherit;
  min-height: 270px;
}
.video-item .tvlist-text {
  padding: 1.5em;
}
.video-item .tvlist-text h3 {
  font-size: 24px;
}
.video-item .video-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.video-image-overlay {
  background: rgba(255,255,255,0.4) url(../Icons/tv-black.png) no-repeat center center; 
  background-size: 80px auto;
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
.tv-wrapper .overlay {
  position: absolute;
  z-index: 20;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
}
.tv-wrapper .icofont-play {
  position: absolute;
  z-index: 99;
  left: 45%;
  top: 45%;
  color: #1d1d1b;
  font-size: 35px;
  font-weight: bold;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}


.job-action-buttons {
    margin-top: 20px;
}
.job-action-buttons > a {
    width: 45%;
    text-align: center;
}
.iframe-wrapper,
.job-video {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.iframe-wrapper iframe,
.job-video iframe {
    border: 0;
    height: 100% !important;
    left: 0;
    top: 0;
    position: absolute;
    width: 100% !important;
}
.f3-widget-paginator,
.job-pagination {
  text-align: center;
}

.job-pagination ul {
  margin: 0;
  padding: 0;
}
.f3-widget-paginator li,
.job-pagination ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.f3-widget-paginator li.current {
    display: inline-block;
  color: #ebebeb;
  font-weight: 500;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #1b1b1b;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}
.f3-widget-paginator li a,
.job-pagination ul li a {
  display: block;
  color: #1b1b1b;
  font-weight: 500;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ebebeb;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease;
}
.f3-widget-paginator li a:before,
.job-pagination ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  transition: 0.5s all ease;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}
.f3-widget-paginator li a:hover,
.job-pagination ul li a:hover {
  color: #ffffff;
}
.f3-widget-paginator li a:hover:before,
.job-pagination ul li a:hover:before {
  opacity: 1;
  width: 100%;
}

#container .mix {
  display: none;
}

/*-- End Jobs --*/
/*-- job alert --*/
.tx-vibis-ajaxmailsubscription .category-col {
    padding-left: 4em;
}
#check-all,
#clear-all {
    cursor: pointer;
}
#clear-all {
    margin-left: 2em;
}

.checkbox label {
    padding-left: 0.5em;
}

/*-- Places --*/

.place-detail-image > * {
    max-width: 24%;
    min-width: 24%;
    flex: 1;
}

.tx-glor-places .jobtext-wrapper {
    margin-bottom: -1px;
}
html .places-image-normal > * {
    max-width: 33%;
    min-width: 33%;
    margin-bottom: 1%;
}
.place-detail-image picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.place-detail-image picture img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    max-width: 250%;
    max-height: 250px;
    margin-bottom: 1em;
}


/*-- Counter --*/
.counter-area {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.counter-item {
  margin-bottom: 30px;
  text-align: center;
}

.counter-item i {
  display: block;
  font-size: 45px;
  margin-bottom: 5px;
}

.counter-item h3 {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
html .counter-item a,
html .counter-item p {
  margin-bottom: 0;
  font-size: 14px;
}
html .counter-item a {
    border-bottom: 1px dotted #1b1b1b;
}

/*-- End Counter --*/
/*-- Popular --*/
.popular-item {
  margin-bottom: 30px;
}

.popular-item img {
  width: 100%;
}

.popular-item .practice-inner img:nth-child(1) {
  margin-bottom: 25px;
}

.popular-item p {
  margin-bottom: 35px;
  color: #808192;
}

.popular-item ul {
  margin: 0;
  padding: 0;
}

.popular-item ul li {
  list-style-type: none;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #01b1b1b33;
  margin-bottom: 25px;
  padding: 7px;
}

.popular-item ul li:last-child {
  margin-bottom: 0;
}

.popular-item ul li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #047211;
  background-color: #c0f3c6;
  margin-right: 10px;
  font-size: 26px;
  border-radius: 12px;
  position: relative;
  top: 2px;
}

.popular-wrap {
  position: relative;
}

.popular-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #f8f8f8;
}

.popular-wrap:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #f8f8f8;
}

.popular-right {
  padding-left: 10px;
}

/*-- End Popular --*/
/*-- Companies --*/
.profile-image  {
    height: 340px;
   /* background: rgba(56,167,69,1); */
   border: 1px solid rgba(56,167,69,1);
   
}
.profile-image > * {
    width: 100%;
    display: block;
    text-align: center;
}


.companies-area {
 /*background-color: #f7faf7;  */
 background-color: #fff;
}
.companies-area .companies-item {
    background-color: #f7faf7;
}
.companies-area .section-title {
  margin-bottom: 25px;
}

.companies-area .owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.companies-area .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #acacac;
  border-radius: 35px;
}

.companies-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: 0;
}

.owl-dot.active span {
  background: #869791;
}
.companies-slider .owl-dots {
    position: absolute;
    top: -50px;
}
.companies-slider .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #1b1b1b !important;
    background: #fff !important;
}
.companies-item {
    position: relative;
  background-color: #ffffff;
  transition: 0.5s all ease;
}

.companies-listitem picture img,
.companies-item picture img {
    max-height: 100%;
    width: auto;
}
.companies-item.issponsored,
html div .issponsored {

}
.slider-buttons a {
    text-align: left;
    color: #1b1b1b;
    line-height: 2.5;
    display: block;
    font-weight: bold;
}
.slider-buttons a:hover,
.slider-buttons a:focus {
    color: #fff;
    background: #3baa34;
}


html .job-item.issponsored .job-inner .job-inner-left ul li,
html .issponsored .job-inner-left p {
    color: #000;
}
/* Hide the native checkbox */
.ais-RefinementList-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ais-hits .job-item.issponsored:before {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    font-size: 12px;
}
.ais-hits .job-item.issponsored:before,
.scroll-item.place-item .issponsored:before {
    position: absolute;
    top: 0.5em;
    content: 'TOP EINTRAG';
    width: 160px;
    height: 70px;
/*    background: url('../Icons/ico-werbung.png') no-repeat left top; */
}

html .sponsored-text {
    position: absolute;
    display: block !important;
    text-align: center;
    right: -1em;
    top: -2em;
    padding: 0.3em;
    color: #1b1b1b;
}
html .owl-carousel .sponsored-text {
  right: 0.5em;
  top: 0.5em;
}

.companies-item .image-wrapper {
    width: 100%;
    height: 250px; 
    margin-bottom: 15px;
    overflow:hidden;
}

html .companies-item .place-list-image {
    max-height: 240px;
    width: auto;
}
.companies-item h3 {
  margin-bottom: 16px;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.companies-item h3 a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #1b1b1b;
  text-decoration: underline;
}

.companies-item h3 a:hover {
  font-weight: bold;
}

.tx-glor-places .companies-item p {
  margin-bottom: 22px;
  color: #1b1b1b;
  font-size: 14px;
}

.companies-item p i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.companies-item .companies-btn {
  display: inline-block;
  color: #1b1b1b;
  font-size: 14px;
  padding: 10px 18px;
  position: relative;
  z-index: 1;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
}

.companies-item .companies-btn:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  transition: 0.5s all ease;
}

.companies-item .companies-btn:hover {
  color: #ffffff;
}

.companies-item .companies-btn:hover:before {
  width: 100%;
  opacity: 1;
}

/*-- End Companies --*/
/*-- Profile --*/
.profile-area-two {
  padding-bottom: 170px;
}

.profile-area-two .profile-item {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
}

.profile-area .owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.profile-area .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #acacac;
  border-radius: 35px;
}

.profile-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.profile-item {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.profile-item img {
  max-width: 100%;
}

.profile-item:hover .profile-inner {
  max-width: 100%;
}

.profile-item .profile-inner {
  background-color: #ffffff;
          box-shadow: 0px 0px 15px 0px #dddddd78;
  padding: 25px;
  position: relative;
  max-width: 95%;
  margin-top: -60px;
  transition: 0.5s all ease;
}

.profile-item .profile-inner h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

.profile-item .profile-inner span {
  color: #1b1b1b;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.profile-item .profile-inner a {
  display: inline-block;
  font-size: 14px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profile-item .profile-inner a:hover {
  letter-spacing: 0px;
}

.profile-item .profile-inner .profile-heart {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.profile-item .profile-inner .profile-heart a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html .app-wrapper {
    margin: 5em 0 0 0;
}
.app-area {
  background: #49c958;
  padding: 80px 0;
  margin: 0 -15px;
}

.app-item {
  padding-top: 150px;
  padding-bottom: 130px;
  margin-bottom: 30px;
}

.app-item img {
  position: absolute;
}

.app-item img:first-child {
  bottom: 75px;
  right: 25px;
  z-index: 1;
          animation: app-a-one 6s infinite linear;
}

.app-item img:last-child {
  bottom: 8px;
  right: 130px;
          animation: app-a-two 6s infinite linear;
}

.app-item .section-title {
  margin-bottom: 20px;
}

.app-item .section-title h2 {
  color: #1b1b1b;
}

html .app-item p {
  margin-bottom: 20px;
  color: #1b1b1b;
}
.app-item .app-btn * {
    color: #fff;
}
.app-item .app-btn .app-btn-one {
  background-color: #040707;
  display: inline-block;
  position: relative;
  color: #1b1b1b;
  padding: 10px;
  border-radius: 8px;
  margin-right: 15px;
  width: 165px;
}

.app-item .app-btn .app-btn-one i {
  font-size: 40px;
  position: absolute;
  top: 0;
}

.app-item .app-btn .app-btn-one span {
  display: block;
  font-size: 10px;
  padding-left: 50px;
  margin-bottom: -3px;
}

.app-item .app-btn .app-btn-one p {
  margin-bottom: 0;
  padding-left: 50px;
}

.app-item .app-btn .app-btn-two {
  width: 165px;
  background-color: #231f20;
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 11px 10px;
  border-radius: 8px;
  top: -2px;
}

.app-item .app-btn .app-btn-two i {
  font-size: 40px;
  position: absolute;
  top: 0;
}

.app-item .app-btn .app-btn-two span {
  display: block;
  font-size: 8px;
  padding-left: 50px;
  margin-bottom: -3px;
}

.app-item .app-btn .app-btn-two p {
  margin-bottom: 0;
  padding-left: 50px;
}

@keyframes app-a-one {
  0% {
            transform: translate(0, 0);
  }
  50% {
            transform: translate(0, 20px);
  }
  100% {
            transform: translate(0, 0);
  }
}

@keyframes app-a-two {
  0% {
            transform: translate(0, 0);
  }
  50% {
            transform: translate(20px, 0);
  }
  100% {
            transform: translate(0, 0);
  }
}




.blog-item {
  margin-bottom: 30px;
          box-shadow: 0px 0px 20px 0px #dddddd80;
  transition: 0.5s all ease;
}

.blog-item:hover {
          transform: translate(0, -10px);
}

.blog-item:hover .blog-top span {
  bottom: -1px;
  opacity: 1;
}

.blog-item .blog-top {
  position: relative;
  height: 233px;
  overflow: hidden;
}

.blog-item .blog-top a {
  display: block;
}

.blog-item .blog-top a img {
  width: 100%;
}

.blog-item .blog-top span {
  font-weight: 500;
  font-size: 16px;
  color: #3eb34c;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 10px 25px;
  opacity: 0;
  transition: 0.5s all ease;
}

.blog-item .blog-bottom {
  padding: 25px 25px;
}

.blog-item .blog-bottom h3 {
  margin-bottom: 15px;
}

.blog-item .blog-bottom h3 a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #111111;
}

.blog-item .blog-bottom h3 a:hover {
  color: #3eb34c;
}

.blog-item .blog-bottom ul {
  margin: 0;
  padding: 0;
}

.blog-item .blog-bottom ul li {
  list-style-type: none;
  display: block;
  color: #1b1b1b;
  font-size: 14px;
  position: relative;
}

.blog-item .blog-bottom ul li img {
  margin-right: 10px;
}

.blog-item .blog-bottom ul li a {
  display: block;
  color: #3eb34c;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.blog-item .blog-bottom ul li a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  left: -3px;
}

.blog-item .blog-bottom ul li a:hover {
  color: #1b1b1b;
}

/*-- End Blog --*/
/*-- Subscribe --*/
.subscribe-area {
  background-color: #ffffff;
          box-shadow: 0px 0px 20px 0px #dddddd80;
          
  position: relative;
  top: -100px;
}

.subscribe-area .subscribe-shape img {
  position: absolute;
}

.subscribe-area .subscribe-shape img:nth-child(1) {
  top: 10px;
  left: 5%;
          animation: subscribe-a-one 5s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(2) {
  bottom: 10px;
  left: 10%;
          animation: subscribe-a-two 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(3) {
  bottom: 100px;
  left: 50%;
          animation: subscribe-a-three 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(4) {
  right: 20%;
  top: 20px;
          animation: subscribe-a-four 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(5) {
  bottom: 10px;
  right: 5%;
          animation: subscribe-a-five 10s infinite linear;
}

.validation-danger {
  color: #dc3545;
  margin-top: 10px;
  font-size: 15px;
}

.validation-success {
  color: #28a745;
  margin-top: 10px;
  font-size: 15px;
}

@keyframes subscribe-a-one {
  0% {
            transform: translate(0, 0);
  }
  50% {
            transform: translate(10px, 10px);
  }
  75% {
            transform: translate(-20px, 20px);
  }
  100% {
            transform: translate(0, 0);
  }
}

@keyframes subscribe-a-two {
  0% {
            transform: translate(0, 0);
  }
  50% {
            transform: translate(10px, 0);
  }
  75% {
            transform: translate(-20px, -20px);
  }
  100% {
            transform: translate(0, 0);
  }
}

@keyframes subscribe-a-three {
  0% {
            transform: translate(0, 0);
  }
  50% {
            transform: translate(20px, 0);
  }
  75% {
            transform: translate(-20px, -20px);
  }
  100% {
            transform: translate(0, 0);
  }
}

@keyframes subscribe-a-four {
  0% {
            transform: translate(0, 0);
  }
  50% {
            transform: translate(50px, 0);
  }
  75% {
            transform: translate(-50px, 50px);
  }
  100% {
            transform: translate(0, 0);
  }
}

@keyframes subscribe-a-five {
  0% {
            transform: translate(0, 0);
  }
  50% {
            transform: translate(20px, 0);
  }
  75% {
            transform: translate(-20px, -20px);
  }
  100% {
            transform: translate(0, 0);
  }
}

.subscribe-item {
  /*max-width: 660px; */
  margin-left: auto;
  margin-right: auto;
}

.subscribe-item .newsletter-form {
  position: relative;
}

.subscribe-item .newsletter-form .form-control {
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
  height: 55px;
  font-size: 16px;
  padding-left: 25px;
}

.subscribe-item .newsletter-form .form-control:focus {
          box-shadow: none;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
}




.subscribe-item .newsletter-form ::placeholder {
  color: #1b1b1b;
}

.subscribe-item .newsletter-form .subscribe-btn {
  color: #ffffff;
  font-size: 16px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding: 15px 30px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.subscribe-item .newsletter-form .subscribe-btn:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.subscribe-item .newsletter-form .btn.disabled, .subscribe-item .newsletter-form .btn:disabled {
  opacity: 1;
}



/*-- End Subscribe --*/
/*-- Footer --*/
footer {
  float: left;
}
html .indexpage footer {
    background-color: #fff;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item .footer-logo a {
  display: block;
  margin-bottom: 25px;
}

.footer-item .footer-logo p {
  margin-bottom: 20px;
  font-size: 15px;
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

.footer-item .footer-logo ul li a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0;
}

.footer-item .footer-logo ul li a:hover {
  color: #1b1b1b;
}

.footer-item .footer-category h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff87;
  position: relative;
}

.footer-item .footer-category h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
}

.footer-item .footer-category ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-category ul li {
  list-style-type: none;
  display: block;
  max-width: 50%;
  min-width: 50%;
  line-height: 3;
}
.footer-item .footer-category ul li.socialmedia-icons li {
    min-width: 35px;
}
.icofont-tiktok {
    background: url(../Icons/tiktok.png) no-repeat center right;
    background-size: 100% auto;
    width: 27px;
    height: 40px;
    display: block;
    margin-left: 5px;
}
.ico-arrow-down {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../Icons/ico-arrow-down.png) no-repeat bottom right;
    background-size: 90% auto;
}
.ico-arrow-right {
    display: inline-block;
    width: 76px;
    height: 7px;
    background: url(../Icons/ico-arrow-right.png) no-repeat right center;
    background-size: 90% auto;
}
.ico-arrow-left {
    display: inline-block;
    width: 76px;
    height: 7px;
    background: url(../Icons/ico-arrow-left.png) no-repeat left center;
    background-size: 90% auto;
}
.ico-free {
    color: transparent;
    display: inline-block;
    width: 170px;
    height: 115px;
    background: url(../Icons/ico-free.png) no-repeat center center;
}
.ico-gehalt {
    color: transparent;
    display: inline-block;
    min-width: 174px;
    height: 82px;
    background: url(../Icons/ico-gehalt.png) no-repeat center left;
    background-size: 90% auto;
}
.ico-optimal {
    color: transparent;
    display: inline-block;
    width: 134px;
    height: 70px;
    background: url(../Icons/ico-optimal.png) no-repeat center center;
}
.ico-werbung {
    color: transparent;
    display: inline-block;
    width: 160px;
    height: 70px;
    background: url(../Icons/ico-werbung.png) no-repeat center center;
}
.ico-deiner {
    color: transparent;
    display: inline-block;
    width: 119px;
    height: 61px;
    background: url(../Icons/ico-deiner.png) no-repeat center center;
}
.ico-mail {
    color: transparent;
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../Icons/ico-mail.png) no-repeat center center;
    background-size: 90% auto;
}
.ico-phone {
    color: transparent;
    display: inline-block;
    width: 12px;
    height: 22px;
    background: url(../Icons/ico-phone.png) no-repeat center center;
    background-size: 90% auto;
}
.ico-Vollzeit {
    color: transparent;
    display: inline-block;
    width: 162px;
    height: 85px;
    background: url(../Icons/ico-vollzeit.png) no-repeat center center;
    background-size: 90% auto;
}
.ico-Teilzeit {
    color: transparent;
    display: inline-block;
    width: 162px;
    height: 85px;
    background: url(../Icons/ico-teilzeit.png) no-repeat center center;
    background-size: 90% auto;
}
.ico-Lehre {
    color: transparent;
    display: inline-block;
    width: 162px;
    height: 94px;
    background: url(../Icons/ico-lehre.png) no-repeat center center;
    background-size: 90% auto;
}
.ico-Temporär {
    color: transparent;
    display: inline-block;
    width: 162px;
    height: 75px;
    background: url(../Icons/ico-ferialjob.png) no-repeat center center;
    background-size: 90% auto;
}
.footer-item .footer-category ul li.socialmedia-icons a {
    text-decoration: none;
}
.footer-item .footer-category ul li.socialmedia-icons i {
    font-size: 27px;
    
}
.footer-item .footer-category ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-category ul li a {
  color: #1b1b1b;
  display: block;
  font-size: 16px;
  text-decoration: underline;
}

.footer-item .footer-category ul li a:hover {
  font-weight: bold;
}

.footer-item .footer-find h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff87;
  position: relative;
}

.footer-item .footer-find h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
}

.footer-item .footer-find ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-find ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.footer-item .footer-find ul li i {
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.footer-item .footer-find ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-find a {
    color: #1b1b1b;
}
 .footer-item .footer-find a:hover,
 .footer-item .footer-find a:focus {
     font-weight:bold;
 }

 /*-- Schößwendter Footer --*/
 .schoesswendter-footer .footer-item .footer-category ul li {
    max-width: auto;
    min-width: auto;
 }
 .schoesswendter-footer .socialmedia-icons {
   min-width: 100%;
 }
 .schoesswendter-content .btn,
 .schoesswendter-header .active {
  background: #009640 !important;
 }

.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #6bbf75;
  margin-top: 70px;
}

.copyright-item p {
  margin-bottom: 0;
}

.copyright-item p a {
  display: inline-block;
  color: #ffffff;
}

.copyright-item p a:hover {
  color: #1b1b1b;
}

.copyright-item ul {
  margin: 0;
  padding: 0;
}

.copyright-item ul li {
  list-style-type: none;
  display: inline-block;
}

.copyright-item ul li span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.copyright-item ul li a {
  color: #ffffff;
  display: block;
}

.copyright-item ul li a:hover {
  color: #1b1b1b;
}

.copyright-right {
  text-align: right;
}

/*-- End Footer --*/
/*----- End Home Page 1 -----*/

.banner-area-two {
  margin-top: 120px; 
  height: 80vh;
  width: 100%;
}
html .v--index-banner-slider {
  margin-top: 0;
  height: 90vh;
  width: 100%;
}
.banner-area-two {
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  .banner-area-two {
    background-position: center top;
  }
}

.v--index-banner-slider {
  overflow: hidden;
}
.v--index-banner-slider .owl-stage {
  float: left;
  display: flex;
}
.v--index-banner-slider .owl-item {
  height: 100%;
}
.v--index-banner-slider button {
  position: absolute;
  top: 45%;
  background: none;
  border: none;
  font-size: 90px;
  font-weight: 400;
  color: #fff;
}
.v--index-banner-slider .owl-prev {
  left: 0;
}
.v--index-banner-slider .owl-next {
  right: 0;
}
.banner-area-two .banner-text {
  text-align: left;
  margin-top: -45px;
}

.banner-area-two .banner-text .banner-form-area {
  border-radius: 0;
}

.banner-area-two .banner-text .banner-form-area .banner-form-btn {
   margin-left: 15px;
}

/*-- End Banner --*/
/*-- Jobseeker --*/
.jobseeker-area {
  /*background-color: #f7faf7;*/
  background-color: #fff;
}

.jobseeker-item {
  margin-bottom: 30px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  position: relative;
  padding: 45px 35px;
}

.jobseeker-item .jobseeker-icon {
  position: absolute;
  top: 80px;
  left: 34px;
}

.jobseeker-item .jobseeker-icon i {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  position: relative;
  top: -7px;
}

.jobseeker-item .jobseeker-inner {
  padding-left: 65px;
}

.jobseeker-item .jobseeker-inner span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
.jobseeker-item .jobseeker-inner h2 {
    color: #fff;
}
.jobseeker-item .jobseeker-inner h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.jobseeker-item:hover {
    background: linear-gradient(90deg, #4cce5b 0%,  #38a745 63%)
}
.jobseeker-item:hover * {
    color: #1b1b1b;
}


.jobseeker-item:hover a,
.jobseeker-item:focus a,
.jobseeker-item a {
    color: #fff;
}
.jobseeker-item a:hover,
.jobseeker-item a:focus {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.job-wrap {
  margin-top: -110px;
  background-color: #ffffffa8;
  padding: 35px 20px 5px 20px;
  position: relative;
}

/*-- End Jobseeker --*/
/*-- Category --*/
.category-area-two {
  background-color: #3baa34;
}

.category-area-two .col-lg-3:hover {
          box-shadow: none;
}

.category-area-two .category-item {
  background-color: #ffffff;
  margin-bottom: 30px;
          box-shadow: 0px 0px 25px 0px #dddddd8c;
  transition: 0.5s all ease;
  min-height: 190px;
}
.category-area-two .category-item:focus,
.category-area-two .category-item:hover {
          box-shadow: 0px 0px 25px 0px #38a846;
}

/*-- End Category --*/
/*-- Account --*/
.account-area-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

.account-area-two .banner-btn {
  margin-top: 40px;
}

/*-- End Account --*/
/*-- Portal --*/
.portal-counter-area .counter-item {
  text-align: center;
  margin-bottom: 30px;
}

.portal-counter-area .counter-item h3 {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 28px;
}

.portal-counter-area .counter-item p {
  margin-bottom: 0;
  font-size: 14px;
}
html .navbar {
  padding: 0;
}

.navbar-area-two .menu-shrink {
  background-color: #ffffff !important;
  border-bottom: 1px solid transparent;
}

.navbar-area-two .main-nav {
  background-color: transparent;
  border-bottom: 1px solid #c1f5c6;
}

/*-- Navbar --*/
/*-- Banner --*/
.banner-area-three {
  height: 780px;
  background-color: #d0fed5;
}

.banner-area-three:before {
  display: none;
}

.banner-area-three .banner-text {
  text-align: left;
  position: relative;
  z-index: 1;
}

.banner-area-three .banner-text h1 {
  color: #393838;
}

.banner-area-three .banner-text h1 span {
  color: #38a745;
}

.banner-area-three .banner-text p {
  color: #393838;
}

.banner-area-three .banner-text .banner-form-area {
  border-radius: 0;
  max-width: 740px;
          box-shadow: none;
  position: relative;
  z-index: 1;
}

.banner-area-three .banner-text .banner-form-area form {
  padding-right: 120px;
}

.banner-area-three .banner-text .banner-form-area .banner-form-btn {
  border-radius: 0;
}

.banner-area-three .banner-img img {
  position: absolute;
  right: 5%;
  bottom: 0;
}

/*-- End Banner --*/
/*-- Create --*/
.create-area {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding-top: 50px;
  padding-bottom: 20px;
}

.create-item {
  margin-bottom: 30px;
}

.create-item h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
}

.create-item .create-btn {
  text-align: right;
}

.create-item .create-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #1b1b1b;
  background-color: #ffffff;
  padding: 18px 26px;
}

.create-item .create-btn a:hover {
  color: #ffffff;
  background-color: #1b1b1b;
}

/*-- End Create --*/
/*----- End Home Page 3 -----*/
/*----- Create Account Page -----*/
/*-- Page Title --*/
.page-title-area {
  height: 300px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}
.page-title-text a {
    text-decoration: underline;
}
.page-title-text h1,
.page-title-text h2 {
  color: #ffffff;
  margin: 10px 0;
  font-weight: 700;
  font-family: 'Switzer-Variable';
  font-size: 38px;
}
.page-title-text h5 {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Switzer-Variable';
  font-size: 25px;
}

.page-title-text ul {
  margin: 0;
  padding: 0;
}

.page-title-text ul li {
  list-style-type: none;
  display: inline-block;
  font-family: 'Switzer-Variable';
  font-size: 16px;
  line-height: 40px;
  margin-right: 20px;
}

.page-title-text ul li a {
  display: block;
  color: #1b1b1b;
}

.page-title-text ul li a:hover {
  color: #1b1b1b;
  font-weight: bold;
}
.page-title-text ul li {
    padding-left: 20px;
}
html .page-title-text ul li:first-child {
    padding-left: 0;
     font-weight:bold;
}

/*-- End Page Title --*/
/*-- Create Photo --*/
.create-account-area {
  padding-bottom: 200px;
}

.create-photo {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.create-photo .already-create {
  margin-bottom: 40px;
}

.create-photo .already-create span {
  display: inline-block;
  color: #7f7e7e;
  font-weight: 500;
  font-size: 16px;
}

.create-photo .already-create a {
  color: #ffffff;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding: 12px 27px;
  margin-left: 10px;
  display: inline-block;
}

.create-photo .already-create a:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.create-photo .create-photo-item .create-photo-left {
  text-align: center;
  background-color: #837d7e;
  width: 270px;
  height: 275px;
}

.create-photo .create-photo-item .create-photo-left .form-group {
  margin-bottom: 0;
}

.create-photo .create-photo-item .create-photo-left .form-group i {
  display: block;
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 15px;
}

.create-photo .create-photo-item .create-photo-right .form-group {
  margin-bottom: 0;
}

.create-photo .create-photo-item .create-photo-right .form-group .form-control {
  border: 1px solid #d6d5d5;
  height: 60px;
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
}

.create-photo .create-photo-item .create-photo-right .form-group .form-control:focus {
          box-shadow: none;
  border: 1px solid #d6d5d5;
}




.create-photo .create-photo-item .create-photo-right .form-group ::placeholder {
  color: #cfcdcd;
}

.create-photo .create-photo-item .create-photo-right .create-photo-btn {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  border-radius: 0;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding: 15px 40px;
}

.create-photo .create-photo-item .create-photo-right .create-photo-btn:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

/*-- End Create Photo --*/
/*-- Create Information --*/

  
html .create-information.filterForm {
    padding: 15px !important;
}
html .filterForm > div {
    flex: 1;
    margin-right:10px;
}

.create-information .nice-select {
    width: 100%;
    float: none;
}
.create-information h3 {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 28px;
}

.create-information .create-information-btn {
  margin-bottom: 40px;
}

.create-information .create-information-btn a {
  display: inline-block;
  width: 200px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  color: #ffffff;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  margin-right: 35px;
}

.create-information .create-information-btn a:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.create-information .form-group {
  margin-bottom: 30px;
}

.create-information .form-group label {
  font-size: 16px;
  color: #1b1b1b;
  margin: 0 0 5px 0;
}
.tx-powermail .powermail_fieldwrap_type_input input,
.tx-powermail .powermail_fieldwrap_type_textarea textarea,
.create-information .form-group .form-control {
  height: 50px;
  border: none;
  border-bottom: 1px solid #1b1b1b;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
}
html .form-check-input {
  transform: scale(2);
  margin: 0 1em 0 0;
  position: relative;

}

.tx-powermail .powermail_field {
  margin-bottom: 30px;
}
.tx-powermail .powermail_fieldwrap_type_textarea textarea,
.tx-powermail .powermail_fieldwrap_type_input input {
  display: block;
  min-width: 100%;
}
.tx-powermail .powermail_fieldwrap_type_textarea textarea {
  height: 150px;
}
.create-information .form-group .form-control:focus {
          box-shadow: none;
  border: 1px solid #1b1b1b;
}
.create-information .form-group .gender-area span {
  display: block;
  margin-bottom: 20px;
  color: #7f7e7e;
  font-size: 16px;
}
.powermail_fieldwrap_type_radio .powermail_field {
  display: flex;
} 
.powermail_fieldwrap_type_radio .powermail_field .radio {
  margin-right: 2em;
}

.create-information .form-group .gender-area label {
  color: #1b1b1b;
  margin-right: 20px;
  margin-bottom: 0;
}

html .form-control.error {
  border: 1px dotted #ff0000 !important;
}
html .form-group label.error {
  color: #ff0000;
}

.create-information .form-group textarea {
  height: auto !important;
}
/*-- End Create Information --*/
/*-- Create Education --*/
.create-education {
  border: 1px solid #d6d5d5;
  padding: 60px 70px 40px;
  margin-bottom: 70px;
}

.create-education .create-education-wrap {
  display: flex;
      flex-wrap: wrap;
}
.create-education .create-education-wrap .create-education-left {
          flex: 0 0 50%;
  max-width: 50%;
}
.create-education .create-education-wrap .create-education-right {
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.create-education .create-education-wrap .create-education-right a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding: 16px 20px;
}

.create-education .create-education-wrap .create-education-right a:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.create-education h3 {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 28px;
  margin-top: 8px;
}

.create-education .form-group {
  margin-bottom: 30px;
}

.create-education .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.create-education .form-group .form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding-left: 20px;
}

.create-education .form-group .form-control:focus {
          box-shadow: none;
  border: 1px solid #1b1b1b;
}

/*-- End Create Education --*/

/*-- jp FAQ --*/
.jpfaqList > li h3.toggleTrigger {
  padding: 0.5em 1em;
  background-color: rgba(149,193,31,0.7);
}

/*-- Create Skills --*/
.create-skills {
  border: 1px solid #d6d5d5;
  padding: 60px 70px 40px;
  margin-bottom: 70px;
}

.create-skills .create-skills-wrap {
  display: flex;
      flex-wrap: wrap;
}

.create-skills .create-skills-wrap .create-skills-left {
          flex: 0 0 50%;
  max-width: 50%;
}

.create-skills .create-skills-wrap .create-skills-right {
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.create-skills .create-skills-wrap .create-skills-right a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding: 16px 25px;
  margin-left: 15px;
}

.create-skills .create-skills-wrap .create-skills-right a:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.create-skills h3 {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 28px;
  margin-top: 8px;
}

.create-skills .form-group {
  margin-bottom: 30px;
}

.create-skills .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.create-skills .form-group .form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding-left: 20px;
}

.create-skills .form-group .form-control:focus {
          box-shadow: none;
  border: 1px solid #1b1b1b;
}

.skill {
  position: relative;
  overflow-y: hidden;
  margin-bottom: 30px;
}

.skill:before {
  width: 100%;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  background: #857e7e;
  bottom: 0;
}

.skill p {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 35px;
}

.skill .skill-bar {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  display: block;
  position: relative;
}

.skill .skill-bar span {
  position: absolute;
  top: -43px;
  font-size: 16px;
  font-weight: 500;
  color: #9a9a9a;
}

.skill .skill1 .skill-count1 {
  right: 0;
}

.skill .skill1 {
  width: 60%;
  position: relative;
}

.skill .skill1:before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 2px;
  height: 16px;
  background: #948d8d;
}

/*-- End Create Education --*/
.create-ac-btn {
  font-weight: 600;
  font-size: 18px;
  background: #fff;
  padding: 16px 50px;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
}

.create-ac-btn:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
  color: #ffffff;
}


.post-job-area {
  padding-bottom: 200px;
}
.indexpage .job-area {
    float: left; 
    width: 100%;
}
.indexpage .container.index-ag-section-content h2 {
    font-size: 65px;
    font-weight: 500;
    line-height: 1.2;
}
.post-job-item {
  border: 1px solid #d6d5d5;
  padding: 60px 70px 40px;
}

.post-job-item .post-job-heading {
  text-align: center;
  margin-bottom: 60px;
}

.post-job-item .post-job-heading h2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0;
}

.post-job-item .form-group {
  margin-bottom: 30px;
}

.post-job-item .form-group .form-control {
  height: 50px;
  border-radius: 0;
  padding-left: 20px;
  border: 1px solid #ebebeb;
  font-size: 15px;
}

.post-job-item .form-group .form-control:focus {
          box-shadow: none;
  border: 1px solid #1b1b1b;
}

.post-job-item .form-group label {
  font-size: 16px;
  color: #7f7e7e;
  margin-bottom: 15px;
}

.post-job-item .form-group .job-category-area .nice-select {
  width: 100%;
  display: block;
  border-radius: 0;
  height: 50px;
  margin-bottom: 30px;
}

.post-job-item .form-group .job-category-area .nice-select span.current {
  color: #dbdbdb;
  line-height: 50px;
}

.post-job-item .form-group .job-category-area .nice-select .option {
  color: #dbdbdb;
  font-size: 13px;
}

.post-job-item .form-group .job-category-area .nice-select .option:hover, .post-job-item .form-group .job-category-area .nice-select .option.focus, .post-job-item .form-group .job-category-area .nice-select .option.selected.focus {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  color: #ffffff;
}

.post-job-item .form-group .job-category-area .nice-select.open .list {
  width: 100%;
}




.post-job-item .form-group ::placeholder {
  color: #dbdbdb;
}

.post-job-item .job-currency-area {
  position: relative;
}

.post-job-item .job-currency-area .nice-select {
  height: 50px;
  width: 100px;
  border-radius: 0;
  line-height: 50px;
  position: absolute;
  top: 39px;
  right: 0;
  background-color: #ebebeb;
}

.post-job-item .job-currency-area .nice-select:active, .post-job-item .job-currency-area .nice-select.open, .post-job-item .job-currency-area .nice-select:focus {
  border-color: none;
}

.post-job-item .job-currency-area .nice-select span.current {
  font-weight: 500;
  font-size: 16px;
  color: #8e8c8c;
}

.post-job-item .job-currency-area .nice-select.open .list {
  width: 100%;
}

.post-job-item .job-currency-area .nice-select .option {
  color: #8e8c8c;
  font-size: 13px;
}

.post-job-item .job-currency-area .nice-select .option:hover, .post-job-item .job-currency-area .nice-select .option.focus, .post-job-item .job-currency-area .nice-select .option.selected.focus {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  color: #ffffff;
}

.post-job-item .job-type-area span {
  display: block;
  margin-bottom: 20px;
  color: #7f7e7e;
  font-size: 16px;
}

.post-job-item .job-type-area label {
  color: #1b1b1b;
  margin-right: 20px;
  margin-bottom: 0;
}

.post-job-item textarea {
  height: auto !important;
}

/*-- End Job Area --*/
/*----- End Post A Job Page -----*/
/*----- Login Page -----*/
/*-- Job --*/
.login-area {
  padding-bottom: 200px;
}

.login-area h2 {
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 55px;
  margin-top: -8px;
}

.login-area .login-wrap {
  padding: 40px 40px 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}

.login-area .form-group {
  margin-bottom: 30px;
}

.login-area .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 1px solid #ebebeb;
  padding-left: 20px;
  font-size: 15px;
}

.login-area .form-group .form-control:focus {
          box-shadow: none;
  border: 1px solid #1b1b1b;
}




.login-area .form-group ::placeholder {
  color: #808192;
}

.login-area .login-sign-in {
  padding-top: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.login-area .login-sign-in a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-area .login-sign-in a:hover {
  letter-spacing: 1px;
}

.login-area .login-sign-in ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.login-area .login-sign-in ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #1b1b1b;
  margin-left: 14px;
  margin-right: 14px;
}

.login-area .login-sign-in ul li a {
  display: block;
  font-size: 16px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-area .login-sign-in .login-btn {
  color: #ffffff;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  font-size: 18px;
  font-weight: 600;
  padding: 16px 140px;
  margin-top: 30px;
  border-radius: 0;
  margin-bottom: 50px;
}

.login-area .login-sign-in .login-btn:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.login-area .login-social a {
  display: inline-block;
  width: 48%;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #005b7f;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid transparent;
}

.login-area .login-social a:hover {
  border: 1px solid #005b7f;
  background-color: transparent;
  color: #005b7f;
}

.login-area .login-social a:hover i {
  color: #005b7f;
}

.login-area .login-social a i {
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 2px;
  transition: 0.5s all ease;
}

.login-area .login-social .login-google {
  background-color: #c80911;
}

.login-area .login-social .login-google:hover {
  border: 1px solid #c80911;
  color: #c80911;
}

.login-area .login-social .login-google:hover i {
  color: #c80911;
}

/*-- End Job --*/
/*----- End Login Page -----*/
/*----- Single Profile Page -----*/
/*-- Single Profile --*/
.single-profile-area {
  padding-bottom: 170px;
}

.single-profile-item {
  margin-bottom: 30px;
}

.single-profile-item img {
  width: 100%;
}

.single-profile-item .single-profile-left {
  padding: 30px 20px;
          box-shadow: 0px 0px 20px 0px #dddddd87;
}

.single-profile-item .single-profile-left .single-profile-contact {
  margin-bottom: 40px;
}

.single-profile-item .single-profile-left .single-profile-contact h3 {
  font-weight: 600;
  font-size: 22px;
  color: #1b1b1b;
  margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-contact ul {
  margin: 0;
  padding: 0;
}

.single-profile-item .single-profile-left .single-profile-contact ul li {
  list-style-type: none;
  display: block;
  font-size: 16px;
  color: #858585;
  margin-bottom: 18px;
}

.single-profile-item .single-profile-left .single-profile-contact ul li:last-child {
  margin-bottom: 0;
}

.single-profile-item .single-profile-left .single-profile-contact ul li i {
  display: inline-block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 2px;
  margin-right: 6px;
  font-size: 22px;
}

.single-profile-item .single-profile-left .single-profile-contact ul li a {
  color: #858585;
  display: inline-block;
}

.single-profile-item .single-profile-left .single-profile-contact ul li a:hover {
  color: #4bcc5a;
}

.single-profile-item .single-profile-left .single-profile-social {
  margin-bottom: 40px;
}

.single-profile-item .single-profile-left .single-profile-social h3 {
  font-weight: 600;
  font-size: 22px;
  color: #1b1b1b;
  margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-social ul {
  margin: 0;
  padding: 0;
}

.single-profile-item .single-profile-left .single-profile-social ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
}

.single-profile-item .single-profile-left .single-profile-social ul li:last-child {
  margin-bottom: 0;
}

.single-profile-item .single-profile-left .single-profile-social ul li i {
  display: inline-block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 2px;
  margin-right: 6px;
  font-size: 22px;
}

.single-profile-item .single-profile-left .single-profile-social ul li a {
  color: #858585;
  display: inline-block;
}

.single-profile-item .single-profile-left .single-profile-social ul li a:hover {
  color: #4bcc5a;
}

.single-profile-item .single-profile-left .single-profile-skills h3 {
  font-weight: 600;
  font-size: 22px;
  color: #1b1b1b;
  margin-bottom: 20px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill {
  margin-bottom: 30px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill p {
  color: #9a9a9a;
  margin-bottom: 17px;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill1:before {
  display: none;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill2 {
  width: 90%;
}

.single-profile-item .single-profile-left .single-profile-skills .skill .skill3 {
  width: 75%;
}

.single-profile-item .single-profile-right .single-profile-name {
  margin-bottom: 70px;
}

.single-profile-item .single-profile-right .single-profile-name h2 {
  font-weight: 700;
  font-size: 38px;
  color: #51504e;
  margin-bottom: 8px;
}

.single-profile-item .single-profile-right .single-profile-name span {
  display: block;
  font-size: 18px;
  color: #999897;
  font-weight: 500;
  margin-bottom: 5px;
}

.single-profile-item .single-profile-right .single-profile-name p {
  margin-bottom: 30px;
  color: #838383;
  font-size: 16px;
}

.single-profile-item .single-profile-right .single-profile-name a {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  font-weight: 600;
  font-size: 16px;
  padding: 15px 15px;
  margin-right: 20px;
  width: 200px;
  text-align: center;
}

.single-profile-item .single-profile-right .single-profile-name a i {
  margin-left: 4px;
}

.single-profile-item .single-profile-right .single-profile-name a:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.single-profile-item .single-profile-right .single-profile-textarea {
  padding-left: 60px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading {
  position: relative;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 3px;
  background: #dbf4de;
  left: -31px;
  top: 13px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading span {
  width: 13px;
  height: 13px;
          transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: -56px;
  display: inline-block;
  border: 4px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-heading h3 {
  font-weight: 600;
  font-size: 22px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph {
  position: relative;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  left: -51px;
  top: 0;
  background: #d9f1dc;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph .single-profile-p {
  padding-bottom: 10px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph p {
  margin-bottom: 0;
  color: #838383;
  padding-top: 10px;
  padding-bottom: 26px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul {
  margin: 0;
  padding: 0;
  padding-top: 14px;
  padding-bottom: 30px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul li {
  list-style-type: none;
  display: block;
  color: #838383;
  margin-bottom: 15px;
}

.single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul li:last-child {
  margin-bottom: 0;
}

.companies-area-two .companies-item {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.job-title-image {
    min-height: 400px;
}
.employmentType {
  font-size: 25px;
}
.employmentType:before {
  content: '>> ';
}
.employmentType:after {
  content: ' <<';
}
.job-title-image .container {
    position: relative;
}
.application-button-header-wrapper {
  margin-top: 2em;
}
.application-button-header-wrapper > a {
  padding: 0.5em 1.5em;
  font-size: 18px;
}

.jobtitle-wrapper {
   position: relative;
   z-index: 100;
  /* margin-left: 13em; */
}
.title-icon-wrapper {
    display: block;
    position: relative;
}
.jobtitle-wrapper h1 {
    font-size: 60px;
    max-width: 80%;
    line-height: 1.2;
    display: inline-block;
}
.image-only-header {
    position: relative;
}

.title-icon-wrapper > span {
    position: absolute;
    top: -1em;
    right: -162px;
}

.contact-image {
    padding-left: 0 !important;
    margin-left: -76px !important;
}
.job-details-area {
  padding-bottom: 170px;
}

.job-details-item {
  margin-bottom: 60px;
}
.job-details-item p {
    margin-bottom: 0;
}
.job-details-item li {
    color: #1b1b1b;
}

.job-details-item .job-description {
  margin-bottom: 40px;
}
.job-details-item h1 {
    font-size: 2rem;
}
.job-description p iframe {
  display: none;
}
.job-description  img {
  width: 100% !important;
  height: auto;
}
.job-details-item .job-description h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  margin-top: -8px;
}
.job-detail-wrapper div p,
.job-detail-wrapper ul {
    font-size: 16px;
    font-weight: normal;
}
.job-detail-image img {
  min-width: 480px;
}

.job-details-item .job-knowledge {
  margin-bottom: 40px;
}

.job-details-item .job-knowledge h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.job-details-item .job-knowledge ul {
  margin: 0;
  padding: 0;
}

.job-details-item .job-knowledge ul li {
  list-style-type: disc;
  display: list-item;
  margin-left: 20px;
}

.job-details-item .job-knowledge ul li:last-child {
  margin-bottom: 0;
}

.job-details-item .job-knowledge ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 3px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-details-item .job-overview {
  padding: 30px 15px;
  margin-bottom: 30px;
  border: 1px solid #1b1b1b59;
}

.job-details-item .job-overview h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #0080003d;
  position: relative;
}

.job-details-item .job-overview h3:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  bottom: -2px;
  left: 0;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.job-details-item .job-overview ul {
  margin: 0;
  padding: 0;
}

.job-details-item .job-overview ul li {
  list-style-type: none;
  display: block; 
  color: #1b1b1b;
  position: relative;
  margin-bottom: 20px;
  /*padding-left: 50px;  */
  padding-left: 40px;
   
}

.job-details-item .job-overview ul li:last-child {
  margin-bottom: 0;
}
.top-share ul {
    padding-left: 0;
    margin: 1em 0;
}
.top-share li {
    list-style-type: none;
}

.top-share ul li i,
.job-details-item .job-overview ul li i {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute; 
  top: 5px;
  left: 0;
  font-size: 32px;
}
.top-share ul li p,
.job-details-item .job-overview ul li p {
  font-size: 15px;
  font-weight: 500;
  color: #1b1b1b;
  margin-bottom: 2px;
}

.job-details-item .job-overview ul li span {
  display: block;
  font-size: 14px;
  color: #1b1b1b;
}
.job-details-item .job-overview ul li span a:hover,
.job-details-item .job-overview ul li span a:focus {
    font-size: 14px;
    
}

.job-details-item .job-company ul li {
  padding-left: 0;
}
.top-share ul li i {
  font-size: 30px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  display: inline-block;
}
.job-details-item .job-company ul li i {
  font-size: 28px;
  position: relative;
  top: 5px;
  margin-right: 5px;
  display: inline-block;
}

.job-details-item .job-company ul li span {
  display: inline-block;
}

.job-details-item .job-company ul li a {
  display: inline-block;
  color: #38a745;
}

.job-details-item .job-company ul li a:hover {
  border-bottom: 1px dotted #1b1b1b;
}

.job-details-btn {
  display: block;
  color: #ffffff;
  padding-top: 17px;
  padding-bottom: 17px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  font-size: 16px;
}

.job-details-btn:hover {
  color: #ffffff;
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}

.job-delete-button {
    position: absolute;
    right: 0.5em;
    top: 1em;
}
.job-delete-button > a {
    background: #ec7777;
    border: 1px solid #ec7777;
    color: #fff;
}
.job-delete-button > a:hover,
.job-delete-button > a:focus {
    background: #fff;
    color: #000;
}


/*-- End Job Details --*/
/*----- End Job Details Page -----*/
/*----- Single Resume Page -----*/
/*-- Single Resume --*/
.single-resume-area {
  padding-bottom: 170px;
}

.single-resume-item {
  margin-bottom: 30px;
}

.single-resume-profile {
  margin-bottom: 30px;
}

.single-resume-profile img {
  width: 100%;
}

.single-resume-profile h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-profile span {
  display: block;
  color: #838383;
  margin-bottom: 10px;
}

.single-resume-profile span i {
  display: inline-block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 2px;
}

.single-resume-profile p {
  color: #838383;
  margin-bottom: 7px;
}

.single-resume-profile p i {
  display: inline-block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 2px;
}

.single-resume-description {
  margin-bottom: 30px;
}

.single-resume-description h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-description p {
  color: #838383;
  margin-bottom: 0;
  font-size: 15px;
}

.single-resume-skills {
  margin-bottom: 30px;
}

.single-resume-skills h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-skills p {
  color: #838383;
  margin-bottom: 20px;
  font-size: 15px;
}

.single-resume-skills ul {
  margin: 0;
  padding: 0;
}

.single-resume-skills ul li {
  list-style-type: none;
  display: block;
  color: #838383;
  font-size: 15px;
  margin-bottom: 15px;
}

.single-resume-skills ul li:last-child {
  margin-bottom: 0;
}

.single-resume-skills ul li i {
  display: inline-block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 2px;
}

.single-resume-education h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
}

.single-resume-education span {
  display: block;
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}

.single-resume-education p {
  margin-bottom: 0;
  color: #838383;
  font-size: 15px;
}

.single-resume-category {
 /* padding: 40px 50px; */
 padding: 30px 15px;
  margin-bottom: 30px;
  border: 1px solid #1b1b1b59;
}

.single-resume-category h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #0080003d;
  position: relative;
}

.single-resume-category h3:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  bottom: -2px;
  left: 0;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.single-resume-category ul {
  margin: 1em 0;
  padding: 0;
}

.single-resume-category ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
/*  padding-left: 30px; */
  position: relative;
}

.single-resume-category ul li:hover:before {
  background-color: #38a745;
}

.single-resume-category ul li:hover a {
  letter-spacing: 1px;
}

.single-resume-category ul li:before {
    display: none; /* ausblenden peter royer */
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #38a745;
  transition: 0.5s all ease;
}

.single-resume-category ul li span {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 4px;
}

.single-resume-category ul li:last-child {
  margin-bottom: 0;
}

.single-resume-category ul li a {
  display: inline-block;
  color: #838383;
}

.single-resume-types {
  margin-bottom: 0;
}

/*-- Pricing --*/
.ce-bodytext .contenttable,
.ce-table {
    width: 100%;
}
.ce-bodytext .contenttable td,
.ce-table td {
    border-right: 1px solid #1b1b1b;
    border-top: 1px solid #1d1d1b;
    text-align: center;
    white-space: nowrap;
    padding: 0.5em 0;
}
.ce-bodytext .contenttable tbody > tr:first-child,
.ce-table tbody > tr:first-child {
    background: #3baa34;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.ce-bodytext .contenttable tbody tr > td:first-child,
.ce-table tbody tr > td:first-child {
    text-align: left;
    padding-left: 1em;
}
html .color-ccc {
    color: #ccc;
}

.pricing-area {
  padding-bottom: 170px;
}
.pricing__feature pricing__feature-na {
    text-decoration: line-through;
    color: #ccc;
}
.pricing-item {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 0;
  padding: 35px 25px 45px;
  border: 1px solid #1b1b1b;
  transition: 0.5s all ease;
}
.pricing-item.topnews {
    background: #94cb4c;
    color: #fff;
    border: 3px solid #38a745;
}
html .pricing-item.topnews * {
    color: #fff;
}
html div .pricing-item.topnews .topnews-text {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.pricing-item:hover {
          transform: translate(0, -10px);
}

.pricing-item span {
  display: inline-block;
  font-size: 16px;
  color: #1b1b1b;
}

.pricing-item h2 {
  font-weight: 700;
  font-size: 40px;
  margin: 10px 0;
  line-height: 1;
}
.pricing-item h3 {
    font-size: 25px;
}
.pricing-item h2 span.small {
    display: block;
    font-size: 16px;
}
.pricing-item p {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #1b1b1b;
}
.pricing-item ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.pricing-item ul li {
  list-style-type: none;
  display: block;
  color: #1b1b1b;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 15px;
}
.pricing-item ul li:last-child {
  margin-bottom: 0;
}

.pricing-item .pricing-btn {
  display: inline-block;
  color: #ffffff;
  padding: 12px 30px;
  margin-top: 38px;
  border-radius: 30px;
  font-weight: 600;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.pricing-item .pricing-btn:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
}


/*-- End Pricing --*/
/*----- End Pricing Page -----*/
/*----- Dashboard Page -----*/
/*-- Dashboard --*/
.dashboard-area {
  padding-bottom: 170px;
}

.dashboard-area .text-left {
  margin-bottom: 30px;
}

.dashboard-area .dashboard-img {
  margin-bottom: 30px;
  text-align: center;
}

.dashboard-area .dashboard-img img {
  width: 100%;
  margin-bottom: 15px;
}

.dashboard-area .dashboard-img h3 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
}

.dashboard-area .dashboard-img p {
  margin-bottom: 0;
  color: #7f7e7e;
  font-size: 15px;
}

.dashboard-area .dashboard-nav {
  margin-bottom: 30px;
}

.dashboard-area .dashboard-nav .nav-pills .nav-link.active, .dashboard-area .dashboard-nav .nav-pills .show > .nav-link {
  color: #ffffff;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
}

.dashboard-area .dashboard-nav ul {
  width: 100%;
  display: block;
  text-align: center;
}

.dashboard-area .dashboard-nav ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.dashboard-area .dashboard-nav ul li a {
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
  color: #1b1b1b;
  font-size: 14px;
  display: block;
  padding: 10px 15px;
  position: relative;
}

.dashboard-area .dashboard-nav ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  transition: 0.5s all ease;
  z-index: -1;
}

.dashboard-area .dashboard-nav ul li a:hover {
  color: #ffffff;
}

.dashboard-area .dashboard-nav ul li a:hover:before {
  width: 100%;
  opacity: 1;
}

.dashboard-area .create-education-two .create-education-right a {
  margin-left: 15px;
}

.dashboard-area .skill .skill3 {
  width: 60%;
}

.dashboard-area .skill .skill4 {
  width: 95%;
}

.dashboard-area .change-password-area h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 28px;
}

.dashboard-area .change-password-area .form-group {
  margin-bottom: 30px;
}

.dashboard-area .change-password-area .form-group label {
  color: #1b1b1b;
  margin-bottom: 5px;
  font-size: 14px;
}

.dashboard-area .change-password-area .form-group .form-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #95969c;
  padding-left: 20px;
  color: #1b1b1b;
}

.dashboard-area .change-password-area .form-group .form-control:focus {
  border: 1px solid #1b1b1b;
          box-shadow: none;
}

.dashboard-area .change-password-area .change-pass-btn {
  font-weight: 600;
  font-size: 18px;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  padding: 16px 50px;
  color: #ffffff;
  border-radius: 0;
  margin-top: 10px;
}

.dashboard-area .change-password-area .change-pass-btn:hover {
  background: linear-gradient(270deg, #38a745 0%, #4cce5b 63%);
  color: #ffffff;
}

.dashboard-area .dashboard-logout-area {
  padding-bottom: 30px;
}

/*----- Company Details Page -----*/
/*-- Company Details --*/
.company-details-area {
  padding-bottom: 170px;
}

.company-details-item {
  margin-bottom: 30px;
}

.company-details-item .company-details-logo {
  margin-bottom: 30px;
}

.company-details-item .company-details-logo img {
  width: 130px;
  height: auto;
}

.company-details-item .company-details-logo .company-logo-inner {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  top: 15px;
}

.company-details-item .company-details-logo .company-logo-inner h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.company-details-item .company-details-logo .company-logo-inner p {
  margin-bottom: 0;
  color: #1b1b1b;
}

.company-details-item .company-details-logo .company-logo-inner p i {
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.company-details-item .company-details-share {
  margin-bottom: 30px;
}

.company-details-item .company-details-share span {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  margin-right: 10px;
  color: #1b1b1b;
}

.company-details-item .company-details-share ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.company-details-item .company-details-share ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 16px;
}

.company-details-item .company-details-share ul li:last-child {
  margin-right: 0;
}

.company-details-item .company-details-share ul li a {
  display: block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.company-details-item .company-details-find {
  margin-bottom: 30px;
}

.company-details-item .company-details-find h3 {
  font-weight: 600;
  font-size: 20px;
  margin-right: 10px;
  color: #1b1b1b;
  margin-bottom: 15px;
}

.company-details-item .company-details-find ul {
  margin: 0;
  padding: 0;
}

.company-details-item .company-details-find ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}

.company-details-item .company-details-find ul li:last-child {
  margin-bottom: 0;
}

.company-details-item .company-details-find ul li a {
  display: block;
  color: #1b1b1b;
  font-size: 15px;
}

.company-details-item .company-details-find ul li a:hover {
  letter-spacing: 1px;
}

.company-details-item .company-details-find ul li a i {
  display: inline-block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 6px;
}

.company-details-item .company-details-description {
  margin-bottom: 40px;
}

.company-details-item .company-details-description h3 {
  font-weight: 600;
  font-size: 25px;
  margin-right: 10px;
  color: #1b1b1b;
  margin-bottom: 15px;
}
.tx-glor-places p,
.company-details-item .company-details-description p {
  margin-bottom: 0;
  color: #1b1b1b;
  font-size: 16px;
}

.error-item {
  height: 800px;
  text-align: center;
  margin-top: -30px;
}

.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #646464;
}

.error-item span {
  display: block;
  color: #646464;
}

.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #4bcc5a;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px;
}

.error-item a:hover {
  background-color: #1b1b1b;
}
#404-banner {
    height: 90vh;
    background-size: cover;
}

/*-- JpFAQ -- */
.tx-jpfaq {
    color: #1b1b1b;
}
.tx-jpfaq h3 {
    font-size: 18px;
    padding-left: 30px;
}
.jpfaqAnswer {
    padding: 0.5em 2em;
    border: 1px solid #38a745;
}
.jpfaqAnswer p {
    margin: 0;
}


/*-- Faq --*/
.faq-area {
  padding-bottom: 170px;
}

.faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 25px;
}

.faq-wrap {
  margin-bottom: 50px;
}

.faq-wrap:last-child {
  margin-bottom: 30px;
}

.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.accordion p {
  font-size: 16px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
  color: #1b1b1b;
}

.accordion a {
  color: #1b1b1b;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
}

.accordion a:hover {
  color: #1b1b1b;
}

.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}

.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.accordion li:first-child {
  border-top: 0;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.accordion li a.active {
  color: #ffffff;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  border-image-slice: 1;
}

.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/*-- End Faq --*/
/*----- End Faq Page -----*/
/*----- Privacy Policy Page -----*/
/*-- Privacy --*/
.privacy-area {
  padding-bottom: 150px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

.privacy-item p {
  margin-bottom: 0;
  color: #646464;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
  color: #646464;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*-- End Privacy --*/
/*----- End Privacy Policy Page -----*/
/*----- Blog Details Page -----*/
/*-- Blog Details --*/
.blog-details-area {
  padding-bottom: 170px;
}

.blog-details-item {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-img {
  position: relative;
  padding-bottom: 20px;
}

.blog-details-item .blog-details-img:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
}

.blog-details-item .blog-details-img img {
  width: 100%;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-img h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-details-img ul {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.blog-details-img ul li {
  list-style-type: none;
  display: inline-block;
  color: #95969c;
  font-size: 14px;
  margin-right: 15px;
}

.blog-details-img ul li a {
  display: inline-block;
  color: #95969c;
}

.blog-details-img ul li i {
  display: inline-block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  margin-right: 5px;
}


.blog-details-item .blog-details-social {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-social span {
  display: inline-block;
  color: #95969c;
  font-weight: 600;
  margin-right: 10px;
  font-size: 25px;
}

.blog-details-item .blog-details-social ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.blog-details-item .blog-details-social ul li {
  display: inline-block;
  color: #95969c;
  font-size: 30px;
  margin-right: 10px;
}

.blog-details-item .blog-details-social ul li a {
  display: block;
  background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}



.blog-details-item .blog-details-nav {
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.blog-details-item .blog-details-nav a {
  color: #1b1b1b;
  border: 1px solid #4bcc5a;
  padding: 10px 22px;
  border-radius: 8px;
  display: inline-block;
}

.blog-details-item .blog-details-nav a:hover {
  color: #ffffff;
  background-color: #4bcc5a;
}

.blog-details-item .blog-details-nav .previous-left {
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-item .blog-details-nav .previous-right {
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-details-item .blog-details-form h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.blog-details-item .blog-details-form .form-group {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-form .form-group .form-control {
  border-radius: 0;
  height: 45px;
  border: 1px solid #4bcc5a;
  font-size: 15px;
  padding-left: 20px;
}

.blog-details-item .blog-details-form .form-group .form-control:focus {
          box-shadow: none;
  border: 1px solid #1b1b1b;
}

.blog-details-item .blog-details-form .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}

.blog-details-item .blog-details-form .blog-details-btn {
  color: #ffffff;
  border: 1px solid #4bcc5a;
  padding: 14px 25px;
  font-size: 15px;
  font-weight: 500;
  background-color: #4bcc5a;
  transition: 0.5s all ease;
  border-radius: 0;
  opacity: 1;
}

.blog-details-item .blog-details-form .blog-details-btn:hover {
  background-color: transparent;
  color: #4bcc5a;
}

.blog-details-item .blog-details-form .list-unstyled {
  color: #dc3545;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}

.blog-details-item .blog-details-form .text-danger {
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
  color: #dc3545;
}

.blog-details-item .blog-details-form .text-success {
  color: #28a745;
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
}
.badge-success,
.badge-success * {
  color: #fff !important;
  background-color: #3aaa35; 
  margin: 0 !important;
}
.badge-success p {
  font-size: 18px;
}
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #229743;
}
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(43, 193, 85, 0.5); 
}


/*-- End Blog Details --*/
/*----- End Blog Details Page -----*/
/*----- Contact Page -----*/
/*-- Location --*/
.contact-location-item {
  margin-bottom: 0;
}

/*-- End Location --*/
/*-- Contact --*/
.contact-form-area {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-area .form-group {
  margin-bottom: 30px;
}
.powermail_select,
.contact-form-area .form-group .form-control {
  background-color: #fff;
  border: 1px solid #1b1b1b;
  border-radius: 0;
  height: 60px;
  padding-left: 30px;
  color: #1b1b1b;
  font-size: 15px;
}

.contact-form-area .form-group .form-control:focus {
          box-shadow: none;
  border: 1px solid #000;
}




.contact-form-area .form-group ::placeholder {
  color: #ababab;
}

.contact-form-area .form-group textarea {
  height: auto !important;
  min-height: 150px;
  padding-top: 15px;
}

.contact-form-area .list-unstyled {
  color: #dc3545;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}

.contact-form-area .text-danger {
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
  color: #dc3545;
}

.contact-form-area .text-success {
  color: #28a745;
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 0;
}

.contact-form-area .contact-btn {
  color: #ffffff;
  border: 1px solid #4bcc5a;
  background-color: #4bcc5a;
  opacity: 1;
  border-radius: 0;
  padding: 14px 45px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s all ease;
}

.contact-form-area .contact-btn:hover {
  color: #1b1b1b;
  background-color: transparent;
}

/*-- End Contact --*/
/*-- Map --*/
.map-area iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -8px;
  border: none;
}

/*-- End Map --*/
/*----- End Contact Page -----*/
/*----- Preloader -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #3aa947;
}

.spinner {
  margin: 100px auto;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  /*background-color: #ffffff; */
  color: #fff;
  font-size: 35px;
  height: 35px;
  width: 10px;
  margin-right: 5px;
  display: inline-block;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
          animation-delay: -1.1s;
}

.spinner .rect3 {
          animation-delay: -1.0s;
}

.spinner .rect4 {
          animation-delay: -0.9s;
}

.spinner .rect5 {
          animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
            transform: scaleY(0.4);
  }
  20% {
            transform: scaleY(1);
  }
}

/*----- End Preloader -----*/
/*----- Back To Top -----*/
#toTop {
  position: fixed;
  bottom: 60px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background-color: #1b1b1b;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  border-radius: 50%;
  transition: 0.5s all ease;
  margin-right: 28px;
          box-shadow: 0px 0px 14px 0px #1b1b1b;
}

.back-to-top-btn i:hover {
  background-color: #3baa34;
}

html .fe_user_cards .multiple {
    display: block !important;
}
.componies-slider.owl-carousel .owl-stage-outer {
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
}
html .qq-upload-button {
    width: 100%;
}
html .alert.alert-ok {
    border: 1px solid #38a745;
    color: #38a745;
}
html .typo3-messages {
    list-style-type: none;
    padding: 0;
    margin: 2em 0;
}
html .typo3-messages p {
    margin: 0;
}
html .chosen.nice-select {
    display: none !important;
}
.portal-item p {
    color: #1b1b1b;
}
.job-inner-left p {
    margin: 0;
}
.chosen-container-single .chosen-single span,
html .chosen-single {
    color: #1b1b1b;
}
html .filterForm .selectize-control.multi .selectize-input.has-items {
    padding: 15px 10px;
}
html .filterForm label {
    display: block;
}
html .filterForm .selectize-input {
    padding: 20px 10px;
}
html .selectize-control.multi .selectize-input > div {
    background: #39a946;
    color: #fff;
    padding: 4px 5px;
    max-width: 100%;
}
html .d-inline {
    display: inline-block !important;
}
.navbar-brand img {
    height: auto;
}
html .selectize-input {
    display: block;
    border: none;
}
html .banner-form-area form .form-group label {
    z-index: 20;
    width: 25px;
}
html .banner-form-area .selectize-input > input {
    height: 40px;
}
html .selectize-input > input {
    width: 100% !important;
}

.search-resultlist {
    margin: 2em 5em;
}
.refinement-wrapper {
    max-width: 300px;
    min-width: 300px;
}
.refinement-wrapper > .btn {
    display: block;
}
.filter-wrapper {
    display: none;
}
#search-filter-toggle > .btn {
    width: 100%;
    height: 53px;
    border-right: 0;
    border-bottom: 0;
}
.ais-resultlist-wrapper {
    border-top: 1px solid #1b1b1b;
    border-left: 1px solid #1b1b1b;
    margin-bottom: 0 !important;
}

html .banner-form-area.subpages .banner-form-btn {
    border-radius: 0;
    height: 78px;
}
.algolia-search-wrapper .ais-search-box {
    max-width: 100%;
}
.algolia-search-wrapper {
    width: 100%;
}
.algolia-search-wrapper input {
    width: 100%;
    padding: 1em 4.5em;
    border: none;
}
html .ais-search-box--magnifier {
    left: 3em;
}
.algolia-search-wrapper .ais-search-box--reset svg,
.algolia-search-wrapper .ais-search-box--loading-indicator-wrapper svg, 
.algolia-search-wrapper .ais-search-box--magnifier svg {
    height: 45px;
}
.ais-refinement-list--count {
  display: none;
}
.ais-hits {
  display: flex;
      flex-wrap: wrap;
    justify-content: space-between;
}

/* new algolia style 01.11.2025 */
.ais-hits > div {
    max-width: 100%;
    min-width: 100%;
}
.ais-hits .job-item {
    min-height: auto;
    padding: 2em 3em;
}
.ais-hits h2 {
    font-size: clamp(1rem, 100vw, 2rem);
}
.image-container {
  width: 250px;       /* Desired width */
  max-height: 220px;      /* Desired height */
  overflow: hidden;   /* Hide overflow to crop */
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-container img {
  /* width: 100%; */
  width: auto;
  max-height: 100%;
  height: auto;
 /* object-fit: cover;    */
  object-position: center;
}




.result-jobs-list,
.result-places-list {
    flex-wrap: wrap;
}
.ais-resultlist-wrapper .pagination {
 margin: 2em 1em;   
}
.ais-pagination {
    padding: 0;
}
.ais-pagination--item__disabled {
    display: none !important;
}
.ais-pagination a {
    display: block;
    border: 1px solid #39a946;
    padding: 10px 15px;
    color: #1b1b1b;
}
.ais-pagination .ais-pagination--item__active a,
.ais-pagination a:hover,
.ais-pagination a:focus {
    background: #39a946;
    color: #fff;
}
.search-result-list > div > div {
    margin-bottom: 1em;
    color: #1b1b1b;
}
.portal-item .banner-form-area {
    padding: 9px 30px;
}
.portal-item .banner-form-area .banner-form-btn {
    top: -9px
}



html .job-inner-left p {
    color: #1b1b1b;
    font-size: 14px;
}
html .m-b1em {
    margin-bottom: 1em;
}
.m-b5px {
    margin-bottom: 5px;
}

.sorting-menu > ul > li:hover > ul {
    display: block;
}
.sorting-menu ul ul li a {
    color: #1b1b1b !important;
}
.sorting-menu ul ul li a:hover,
.sorting-menu ul ul li a:focus {
    color: #fff !important;
}
td.order-total-net {
  white-space:nowrap;  
}
.intern-searchform label,
.order-history-list {
    color: #1b1b1b;
}

.cart-detail h3 {
    margin-bottom: 10px;
}
.cart-detail h2 {
    margin-bottom: 0;
}
.cart-detail p {
    margin-bottom: 20px;
}
.cart-detail ul {
    list-style-type: disc;
    color: #1b1b1b;
}
.cart-detail .cart-product-list h3 {
    margin: 0;
    padding-top: 5px;
}
.tax-info {
    display: block !important;
    font-size: 14px !important;
}
.create-information .cart-product-list .form-group {
    margin: 0;
}
.cart-product-list > .row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #1b1b1b;
}
.cart-summary {
    color: #1b1b1b;
}
html .shipping-same-as-billing-wrapper {
    display: none;
}
html .d-hidden {
    display: none !important;
}
.bg-gray {
    background-color: #e1e1e1 !important;
}
.bg-light-gray {
    background-color: #eaeaea !important;
}
/*--- DOKA --- */
html .DokaButton.DokaButtonExport {
    font-size: 18px;
    color: #fff;
    background: #38a745;
    border: 1px solid #38a745;
    border-radius: 0;
}
html .DokaButton.DokaButtonExport:hover {
    color: #38a745;
    background: #fff;
    border: 1px solid #38a745;
    
}
html .DokaRoot .DokaButtonExport:not(.DokaButtonIconOnly) .DokaButtonLabel {
    font-size: 20px;
}

/*--- JOB ALARm ---*/
.cat-menu-item > label,
.cat-menu-item-sub > label {
    margin-left: 5px;
}


/*--- 
* JOB DETAILS SCHMITTEN CI * 
---*/
.schmitten-item div h4 {
   display: none; 
  color: #fff;
}
.schmitten-berghotel h4 {
  display: block !important;
  margin-top: 1em;
  font-size: 18px;
}
.schmitten-item .ja-section {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    white-space: normal;
    background: #fff;
    max-width: 700px;
}
.schmitten-item .ja-block {
    background-color: #005073;
    color: #fff;
/*    font-family: 'Open Sans', sans-serif; */
    font-weight: 300;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0 25px;
    font-size: 13px;
    line-height: 15px;
    white-space: normal;
}

html .schmitten-item ul,
html .schmitten-item li,
html .schmitten-item h1,
html .schmitten-item h2, 
html .schmitten-item p {
    color: #fff;
    line-height: 1.5;
}
html .schmitten-item h1,
html .schmitten-item h2, 
html .schmitten-item h3 {
    margin: 20px 0 10px 0;
}
html .schmitten-item h5 {
  color: #fff;
  margin: 1em 0;
}
.schmitten-item .img-container {
    position: relative;
}
.schmitten-item .img-container-banner {
    margin: 0 -25px;
}
.schmitten-item .img-banner {
    position: relative;
    top: 0;
    left: 0;
}
.schmitten-item .img-container-logo {
    position: absolute;
    bottom: 300px;
    right: -28px;
    top: -7px;
    width: 180px;  
}
.schmitten-item .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.schmitten-item .img-text {
    position: absolute;
    top: 30px;
    left: 10px;
    
}
.schmitten-item .img-text p {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #005073;
}
.schmitten-item .img-social-media-container {
    position: absolute;
    bottom: 30px;
    right: -25px;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.8), rgba(255,255,255,1));
    min-width: 170px;
}
.schmitten-item  .icons {
    margin-left: 70px;
    margin-bottom: 8px;
    margin-right: 20px;
    padding-top: 5px;
    display: flex;
}
.schmitten-item .icons-text {
    color: #005073;
    margin-left: 70px;
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 3px;
}
.schmitten-item .intro {
    margin: 10px 0px 0px 0px;
    font-weight: 400;
    font-size: 14px;
}
.schmitten-item h1 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.schmitten-item h2 {
    font-size: 18px;
    font-weight: 700;
}
.schmitten-item  .we-happy {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
}
.schmitten-item .btn-container {
    padding: 15px 0;
    text-align: center;
}
html .schmitten-item .btn {
    background-color: #fff;
    border-color: #fff;
    color: #005073;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.schmitten-item .contact {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}
.schmitten-item .contact a {
    color: #fff;
}
.schmitten-item .contact a:hover,
.schmitten-item .contact a:focus {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.schmitten-item .footer {
    font-size: 12px;
    color: #999;
    padding: 10px 0;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
    font-weight: 700;
}
.schmitten-item .footer a {
    color: #fff;
}
/* price items via MASK */
.specialoffer-1 .card-footer,
.specialoffer-1 > .card-header {
    background: #97c11f;
}
html .specialoffer-1 .btn-primary {
  background: #fff;
  color: #3baa34;
  border: 1px solid #1b1b1b;
}
html .specialoffer-1 .btn-primary:hover,
html .specialoffer-1 .btn-primary:active {
  border: 1px solid #1b1b1b !important;
}
.price-item {
  margin: 2em 0;
  height: 100%;
}
.text-priceitem-leistung {
  margin: 1em 0;
  min-height: 80px;
}
.col-priceitem {
  min-width: 24%;
  max-width: 24%;
  margin-bottom: 1em;
}
.package-link {
  display: block;
  background: #adcf51;
  padding: 0.5em;
}
.package-link p {
  margin: 0;
}
html #yearly {
  display: none;
}
.price-item-price > span {
  font-size: 60%;
}
.deznav .metismenu ul .mm-active a {
    background: #3aaa35;
    color: #fff !important;
    border: 1px solid #3aaa35;
}
.deznav .metismenu ul .mm-active a:hover {
  background: #fff;
  color: #3aaa35 !important;
}
html .deznav .metismenu ul .mm-active .bg-info {
  background: #117a8b !important;
  border: 1px solid #fff;
}
html .deznav .metismenu ul .mm-active .bg-info:hover {
  color: #fff !important;
  border: 1px solid #fff;
}
.text-priceitem-leistung li {
  list-style-type: none !important;
}
.text-priceitem-leistung li:before {
  content: '\f00c';
  color: #3aaa35;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 0.5rem;
  width: 16px;
  height: 16px;
}
.price-btn {
  border: 1px solid #ccc !important;
  background: #fff;
  padding:15px 30px!important;
}
.price-item .card-body {
  min-height: 350px;
}
.price-item-image img {
  max-width: 100%;
  height: auto;
}
/* mask price item end */

/* MASK preise-leistungen bild & text */
.se-image {
  margin-top: 10px;
}
.se-text {
  padding: 35px 20px;
  border-style: none;
  background-color: #eee;
  border-radius: 10px;
}
.se-text h3 {
  font-size: 25px;
}
.se-text p {
  font-size: 18px;
}
.se-text a {
  font-size: 20px;
}

/* override grid gallery */
html .justified-gallery > a > .caption, 
html .justified-gallery > div > .caption, 
html .justified-gallery > figure > .caption {
    background-color: #3baa34;
    padding: 0.5em 1em;
    font-size: 18px;
    font-weight: normal;
    font-family: inherit;
}
/* tauernspa */
.tauernspa-benefits > div > div {
  width: 50%;
  float: left;
}

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(150,193,31,0.5); 
}
.table-hover tbody td:hover {
  background-color: #97c122;
}


@media screen and (max-width: 560px) {
    .schmitten-item .img-text {
        left: 0;
    }
    .schmitten-item .img-text p {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .schmitten-item .img-container-logo {
        max-width: 100px;
        bottom: 140px;
    }
    .schmitten-item .icons {
        margin-bottom: 0;
        justify-content: flex-end;
    }
    .schmitten-item .icons-text {
        font-size: 10px;
    }
    html .schmitten-item .img-social-media-container img {
        width: 17px;
    }
    .tauernspa-benefits > div > div {
      width: 100%;
    }
}
