/* Mixins Global */
/* Job Filters */
#content .job_listings .collapse:not(.show) {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#content .job_listings .col {
  padding: 0 15px;
}
#content .job_listings .job_filters {
  background: white;
}
#content .job_listings .search_submit {
  padding: 0;
}
#content .job_listings .gjm-filter-wrapper {
  margin: 0;
}
#content .job_listings .gjm-filter-wrapper.gjm-radius-wrapper.gjm-dropdown-filter {
  position: relative;
}
#content .job_listings .gjm-filter-wrapper.gjm-radius-wrapper.gjm-dropdown-filter label {
  display: block;
  position: absolute;
  right: 30px;
  top: 12px;
  color: #8b8d94;
  font-weight: 400;
}
#content .job_listings i.gjm-filter {
  top: 10px;
  right: 18px;
}
#content .job_listings .select2-selection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
#content .job_listings .select2-selection span {
  color: #8b8d94;
}
#content .job_listings .select2-selection input {
  margin: 0;
}
#content .job_listings .select2-selection__arrow {
  height: 46px;
}
#content .job_listings input[type=text],
#content .job_listings select,
#content .job_listings .select2-selection {
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  min-height: 46px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  background-color: #fdfdfd;
  color: #58595b;
  border: 1px solid rgba(51, 51, 51, 0.12);
}
#content .job_listings input::placeholder {
  color: rgba(88, 89, 91, 0.7);
}
#content .job_listings .button {
  text-align: center;
  display: block;
  background: #57ab27;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  min-width: 200px;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
  border: none;
  margin-bottom: 20px;
}
#content .job_listings .button:hover {
  background: rgba(87, 171, 39, 0.7) !important;
}
#content .job_listings .button.grey {
  background: #58595b;
}
#content .job_listings .button.grey:hover {
  background: rgba(88, 89, 91, 0.7) !important;
}
#content .job_listings #filter-details .select2-selection:after {
  content: '';
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 10px;
  position: absolute;
  width: 0;
}
#content .job_listings #filter-details .select2-selection .select2-selection__choice {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 3px;
  border: none;
  background-color: #efefef;
}
#content .job_listings #filter-details .select2-selection .select2-selection__clear {
  display: none;
}
#content .job_listings .search_categories {
  padding: 0;
}
#content .job_listings .job_types {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: none;
  border-top: none;
}
#content .job_listings .job_types li {
  width: 100%;
  position: relative;
  padding-top: 0;
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #content .job_listings .job_types li {
    width: auto;
  }
}
#content .job_listings .job_types li.alle {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
#content .job_listings .job_types li.vollzeit {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
#content .job_listings .job_types li.teilzeit {
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
}
#content .job_listings .job_types li.minijob {
  -webkit-order: 4;
  -ms-order: 4;
  order: 4;
}
#content .job_listings .job_types li.ausbildung {
  -webkit-order: 5;
  -ms-order: 5;
  order: 5;
}
#content .job_listings .job_types li.praktikum {
  -webkit-order: 6;
  -ms-order: 6;
  order: 6;
}
#content .job_listings .job_types li.zeitvertrag {
  -webkit-order: 7;
  -ms-order: 7;
  order: 7;
}
#content .job_listings .showing_jobs {
  display: none !important;
}
#content .job-search .job_listing,
#content .job-search .job_listings .job_listings,
#content .job-search .load_more_jobs,
#content .job-search #btn-filter,
#content .job-search .job-types {
  display: none !important;
}
/* Job Listing Content */
#content .job_listings {
  margin-left: -1em;
  margin-right: -1em;
}
#content .job_listings ul.job_listings {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .job_listings ul.job_listings .job_listing {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #content .job_listings ul.job_listings .job_listing {
    width: 50%;
  }
}
#content .job_listings ul.job_listings .job_listing a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #content .job_listings ul.job_listings .job_listing a {
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#content .job_listings ul.job_listings .job_listing .company_logo {
  position: static;
  width: 100%;
  height: auto;
  max-width: 100px;
  max-height: 56px;
  visibility: visible;
  margin: 0;
}
#content .job_listings ul.job_listings .job_listing .position {
  float: none;
  padding: 0;
  width: 100%;
  position: static;
}
@media screen and (min-width: 768px) {
  #content .job_listings ul.job_listings .job_listing .position {
    padding-left: 20px;
  }
}
#content .job_listings ul.job_listings .job_listing .meta {
  padding-left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
#content .job_listings ul.job_listings .job_listing .meta .alle {
  display: none;
}
#content .job_listings ul.job_listings .job_listing .meta .job-type {
  padding-right: 5px;
  color: #999;
}
#content .job_listings ul.job_listings .job_listing .meta .job-type .weekhours {
  display: none;
}
#content .job_listings ul.job_listings .job_listing .meta .job-type.teilzeit .weekhours {
  display: inline;
  font-weight: normal;
}
#content .job_listings .no-jobs {
  padding: 60px 0;
}
#content .job_listings .no-jobs .button {
  margin-top: 20px;
}
#content .job_listings .load_more_jobs {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #999;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  background: #efefef;
  margin: 0 15px;
}
#content .job_listings .load_more_jobs:hover,
#content .job_listings .load_more_jobs:focus {
  color: #58595b;
}
/* Single Job */
#content .single_job_listing {
  margin-left: -1em;
  margin-right: -1em;
}
#content .single_job_listing h1,
#content .single_job_listing h2,
#content .single_job_listing h3,
#content .single_job_listing h4 {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.2;
}
#content .single_job_listing h1 {
  font-size: 32px;
}
#content .single_job_listing h2 {
  font-size: 28px;
}
#content .single_job_listing h3 {
  font-size: 24px;
}
#content .single_job_listing h4 {
  font-size: 20px;
}
#content .single_job_listing .col {
  margin-bottom: 20px;
}
#content .single_job_listing .company_logo {
  max-width: 200px;
  height: auto;
}
#content .single_job_listing .meta li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  color: #58595b;
}
#content .single_job_listing .meta li:before {
  content: '';
  width: 40px;
  height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
}
#content .single_job_listing .meta .location .google_map_link {
  text-decoration: none;
  pointer-events: none;
}
#content .single_job_listing .meta .location:before {
  content: url("https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../img/Icon-Standort.png");
}
#content .single_job_listing .meta .job-date:before {
  content: url("https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../img/Icon-Arbeitsbeginn.png");
}
#content .single_job_listing .meta .job-hours:before {
  content: url("https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../img/Icon-Arbeitszeit.png");
}
#content .single_job_listing .meta .job-week:before {
  content: url("https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../img/Icon-Arbeitstage.png");
  opacity: 0;
}
#content .single_job_listing .meta .job-unit:before {
  content: url("https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../img/Icon-BV.png");
}
#content .single_job_listing .meta .job-video:before {
  content: url("https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../img/Icon-Filme.png");
}
#content .single_job_listing .gjm-map-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
#content .single_job_listing .share-icons {
  width: 100%;
}
/* Print Job Template */
@media print {
  @page {
    size: A4 portrait;
  }
  * {
    overflow: visible !important;
    vertical-align: top !important;
  }
  .masthead,
  .dt-mobile-header,
  .button,
  button,
  .social-media,
  #footer,
  .sticky-buttons,
  #btn-back {
    display: none !important;
  }
  #content .single_job_listing .gjm-map-wrapper {
    margin: 20px 15px;
    overflow: hidden !important;
  }
  #content .single_job_listing .d-print-table-cell {
    padding-bottom: 20px !important;
  }
  #content .single_job_listing .d-print-width-50 {
    width: 50% !important;
  }
}
/* Single Job Buttons */
#content .button:hover,
#content .button:focus {
  outline: none;
}
#content .single_job_listing .application {
  float: left;
}
#content .single_job_listing .button {
  font-weight: normal;
  text-align: center;
  background: #57ab27;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  min-width: 190px;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
}
#content .single_job_listing .button:hover,
#content .single_job_listing .button:focus {
  outline: none;
  background: rgba(87, 171, 39, 0.7);
  border: none;
}
#content .single_job_listing .button.application_button {
  font-weight: bold;
}
#content .single_job_listing .button#pitchyou,
#content .single_job_listing .button#talknjob {
  padding: 8px 15px;
  min-height: 46px;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#content .single_job_listing .button#pitchyou small,
#content .single_job_listing .button#talknjob small {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
#content .single_job_listing .button#pitchyou {
  background: #58595b;
}
#content .single_job_listing .button#pitchyou:before {
  content: "";
  background: url("https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../img/whatsapp-logo.png") no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}
#content .single_job_listing .button#talknjob {
  background: #dc002e;
}
#content .single_job_listing .social-media .button {
  font-size: 15px;
  min-width: auto;
  width: 95px;
  padding: 15px 5px;
  margin-bottom: 20px;
}
#content .single_job_listing .social-media .button:first-child {
  margin-right: 10px;
}
#content .single_job_listing .social-media .button i {
  font-size: 14px;
  margin-right: 2px;
}
#content .single_job_listing #btn-back {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #58595b;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-top: 20px;
}
#content .single_job_listing #btn-back:hover,
#content .single_job_listing #btn-back:focus {
  color: #57ab27;
}
#content .single_job_listing.id-28a {
  color: #af1822;
}
#content .single_job_listing.id-28 .button {
  background: #af1822;
}
#content .single_job_listing.id-28 .button:hover {
  background: rgba(175, 24, 34, 0.7);
}
#content .single_job_listing.id-28 #btn-back:hover,
#content .single_job_listing.id-28 #btn-back:focus {
  color: #af1822;
}
#content .single_job_listing.id-10 a.id-10 {
  color: #57ab27;
}
#content .single_job_listing.id-10 .button {
  background: #57ab27;
}
#content .single_job_listing.id-10 .button:hover {
  background: rgba(87, 171, 39, 0.7);
}
#content .single_job_listing.id-10 #btn-back:hover,
#content .single_job_listing.id-10 #btn-back:focus {
  color: #57ab27;
}
#content .single_job_listing.id-20 a.id-20 {
  color: #13406c;
}
#content .single_job_listing.id-20 .button {
  background: #13406c;
}
#content .single_job_listing.id-20 .button:hover {
  background: rgba(19, 64, 108, 0.7);
}
#content .single_job_listing.id-20 #btn-back:hover,
#content .single_job_listing.id-20 #btn-back:focus {
  color: #13406c;
}
#content .single_job_listing.id-40 a.id-40 {
  color: #db0813;
}
#content .single_job_listing.id-40 .button {
  background: #db0813;
}
#content .single_job_listing.id-40 .button:hover {
  background: rgba(219, 8, 19, 0.7);
}
#content .single_job_listing.id-40 #btn-back:hover,
#content .single_job_listing.id-40 #btn-back:focus {
  color: #db0813;
}
#content .single_job_listing.id-64 a.id-64 {
  color: #84162a;
}
#content .single_job_listing.id-64 .button {
  background: #84162a;
}
#content .single_job_listing.id-64 .button:hover {
  background: rgba(132, 22, 42, 0.7);
}
#content .single_job_listing.id-64 #btn-back:hover,
#content .single_job_listing.id-64 #btn-back:focus {
  color: #84162a;
}
#content .single_job_listing.id-76 a.id-76 {
  color: #db0813;
}
#content .single_job_listing.id-76 .button {
  background: #db0813;
}
#content .single_job_listing.id-76 .button:hover {
  background: rgba(219, 8, 19, 0.7);
}
#content .single_job_listing.id-76 #btn-back:hover,
#content .single_job_listing.id-76 #btn-back:focus {
  color: #db0813;
}
#content .single_job_listing.id-100 a.id-100 {
  color: #194179;
}
#content .single_job_listing.id-100 .button {
  background: #194179;
}
#content .single_job_listing.id-100 .button:hover {
  background: rgba(25, 65, 121, 0.7);
}
#content .single_job_listing.id-100 #btn-back:hover,
#content .single_job_listing.id-100 #btn-back:focus {
  color: #194179;
}
#content .single_job_listing.id-112 a.id-112 {
  color: #3366ff;
}
#content .single_job_listing.id-112 .button {
  background: #3366ff;
}
#content .single_job_listing.id-112 .button:hover {
  background: rgba(51, 102, 255, 0.7);
}
#content .single_job_listing.id-112 #btn-back:hover,
#content .single_job_listing.id-112 #btn-back:focus {
  color: #3366ff;
}
#content .single_job_listing.id-88 a.id-88 {
  color: #0069a6;
}
#content .single_job_listing.id-88 .button {
  background: #0069a6;
}
#content .single_job_listing.id-88 .button:hover {
  background: rgba(0, 105, 166, 0.7);
}
#content .single_job_listing.id-88 #btn-back:hover,
#content .single_job_listing.id-88 #btn-back:focus {
  color: #0069a6;
}
#content .single_job_listing.id-148 a.id-148 {
  color: #86ad32;
}
#content .single_job_listing.id-148 .button {
  background: #86ad32;
}
#content .single_job_listing.id-148 .button:hover {
  background: rgba(134, 173, 50, 0.7);
}
#content .single_job_listing.id-148 #btn-back:hover,
#content .single_job_listing.id-148 #btn-back:focus {
  color: #86ad32;
}
#content .single_job_listing.id-136 a.id-136 {
  color: #008d36;
}
#content .single_job_listing.id-136 .button {
  background: #008d36;
}
#content .single_job_listing.id-136 .button:hover {
  background: rgba(0, 141, 54, 0.7);
}
#content .single_job_listing.id-136 #btn-back:hover,
#content .single_job_listing.id-136 #btn-back:focus {
  color: #008d36;
}
#content .single_job_listing.id-172 a.id-172 {
  color: #5b9cd4;
}
#content .single_job_listing.id-172 .button {
  background: #5b9cd4;
}
#content .single_job_listing.id-172 .button:hover {
  background: rgba(91, 156, 212, 0.7);
}
#content .single_job_listing.id-172 #btn-back:hover,
#content .single_job_listing.id-172 #btn-back:focus {
  color: #5b9cd4;
}
#content .single_job_listing.id-184 a.id-184 {
  color: #e3001a;
}
#content .single_job_listing.id-184 .button {
  background: #e3001a;
}
#content .single_job_listing.id-184 .button:hover {
  background: rgba(227, 0, 26, 0.7);
}
#content .single_job_listing.id-184 #btn-back:hover,
#content .single_job_listing.id-184 #btn-back:focus {
  color: #e3001a;
}
#content .single_job_listing.id-254 a.id-254 {
  color: #84162a;
}
#content .single_job_listing.id-254 .button {
  background: #84162a;
}
#content .single_job_listing.id-254 .button:hover {
  background: rgba(132, 22, 42, 0.7);
}
#content .single_job_listing.id-254 #btn-back:hover,
#content .single_job_listing.id-254 #btn-back:focus {
  color: #84162a;
}
#content .single_job_listing.id-196 a.id-196 {
  color: #84162a;
}
#content .single_job_listing.id-196 .button {
  background: #84162a;
}
#content .single_job_listing.id-196 .button:hover {
  background: rgba(132, 22, 42, 0.7);
}
#content .single_job_listing.id-196 #btn-back:hover,
#content .single_job_listing.id-196 #btn-back:focus {
  color: #84162a;
}
#content .single_job_listing.id-208 a.id-208 {
  color: #e30615;
}
#content .single_job_listing.id-208 .button {
  background: #e30615;
}
#content .single_job_listing.id-208 .button:hover {
  background: rgba(227, 6, 21, 0.7);
}
#content .single_job_listing.id-208 #btn-back:hover,
#content .single_job_listing.id-208 #btn-back:focus {
  color: #e30615;
}
#content .single_job_listing.id-234 a.id-234 {
  color: #00b0f0;
}
#content .single_job_listing.id-234 .button {
  background: #00b0f0;
}
#content .single_job_listing.id-234 .button:hover {
  background: rgba(0, 176, 240, 0.7);
}
#content .single_job_listing.id-234 #btn-back:hover,
#content .single_job_listing.id-234 #btn-back:focus {
  color: #00b0f0;
}
#content .single_job_listing.id-220 a.id-220 {
  color: #008d36;
}
#content .single_job_listing.id-220 .button {
  background: #008d36;
}
#content .single_job_listing.id-220 .button:hover {
  background: rgba(0, 141, 54, 0.7);
}
#content .single_job_listing.id-220 #btn-back:hover,
#content .single_job_listing.id-220 #btn-back:focus {
  color: #008d36;
}
#content .single_job_listing.id-259 a.id-259 {
  color: #0069a6;
}
#content .single_job_listing.id-259 .button {
  background: #0069a6;
}
#content .single_job_listing.id-259 .button:hover {
  background: rgba(0, 105, 166, 0.7);
}
#content .single_job_listing.id-259 #btn-back:hover,
#content .single_job_listing.id-259 #btn-back:focus {
  color: #0069a6;
}
#content .single_job_listing.id-265 a.id-265 {
  color: #84162a;
}
#content .single_job_listing.id-265 .button {
  background: #84162a;
}
#content .single_job_listing.id-265 .button:hover {
  background: rgba(132, 22, 42, 0.7);
}
#content .single_job_listing.id-265 #btn-back:hover,
#content .single_job_listing.id-265 #btn-back:focus {
  color: #84162a;
}
/* Sticky Buttons */
@media screen and (max-width: 768px) {
  .sticky-buttons.-bottom-center {
    width: 100%;
    background-color: #57ab27;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 !important;
  }
  .sticky-buttons.-bottom-center li {
    margin: 0 !important;
  }
  .sticky-buttons.-bottom-center li #sticky-btn-job {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .sticky-buttons.-bottom-center li #sticky-btn-job:after {
    content: 'Jobbörse';
    color: white;
    font-size: 16px;
    font-weight: bold;
  }
  .sticky-buttons.-bottom-center li #sticky-btn-job:hover .sb-icon {
    color: white;
    background-color: #57ab27;
  }
}
/* Concludis Application Form */
.application #concludis_application_form {
  padding: 30px 0;
}
.application #concludis_application_form h1 {
  line-height: 1.5;
}
.application #concludis_application_form .idealsteps-nav {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.application #concludis_application_form .idealsteps-nav ul {
  list-style-type: none;
  margin: 0;
}
.application #concludis_application_form .idealsteps-nav ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.application #concludis_application_form .idealsteps-nav ul li a:before {
  border-left-color: white;
}
.application #concludis_application_form .idealsteps-nav ul li a:hover,
.application #concludis_application_form .idealsteps-nav ul li a:focus {
  text-decoration: none;
}
.application #concludis_application_form .idealsteps-nav ul li.idealsteps-step-active a {
  color: white;
  background: #58595b;
}
.application #concludis_application_form .idealsteps-nav ul li.idealsteps-step-active a:before {
  border-left-color: white;
}
.application #concludis_application_form .idealsteps-nav ul li.idealsteps-step-active a:after {
  border-left-color: #58595b;
}
.application #concludis_application_form .concludisicon,
.application #concludis_application_form .concludisicon-asterisk {
  font-size: 12px;
}
.application #concludis_application_form form input,
.application #concludis_application_form form select {
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  min-height: 46px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  background-color: #fdfdfd;
  color: #8b8d94;
  border: 1px solid rgba(51, 51, 51, 0.12);
}
.application #concludis_application_form form .field.valid i:before {
  color: #57ab27;
}
.application #concludis_application_form form .ideal-check {
  background: none;
  border: 1px solid rgba(51, 51, 51, 0.12);
  position: relative;
}
.application #concludis_application_form form .ideal-check:after {
  content: '';
  display: none;
  height: 12px;
  width: 12px;
  background-color: #58595b;
  border: 1px solid white;
  position: absolute;
  left: 3px;
  top: 3px;
}
.application #concludis_application_form form .ideal-check.checked:after {
  display: block;
}
.application #concludis_application_form form button {
  color: white;
  font-weight: normal;
  text-align: center;
  background: #58595b;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  height: 46px;
  min-width: 200px;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.application #concludis_application_form form button:hover,
.application #concludis_application_form form button:focus {
  outline: none;
  background: rgba(88, 89, 91, 0.7);
  border: none;
}
.application #concludis_application_form form button i {
  font-size: 12px;
}
.application #concludis_application_form form button.btn_plusminus {
  min-width: auto;
}
.application #concludis_application_form form .block_divider {
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}
@font-face {
  font-family: 'WendyLPLight';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/WendyLPLight/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/WendyLPLight/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'WendyLPBold';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/WendyLPBold/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/WendyLPBold/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'WendyLPMedium';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/WendyLPMedium/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/WendyLPMedium/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'QuickpenBold';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/QuickpenBold/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/QuickpenBold/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Quickpen';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/Quickpen/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/Quickpen/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'SketchetikAirBold';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikAirBold/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikAirBold/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'SketchetikRegular';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikRegular/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikRegular/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'SketchetikBold';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikBold/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikBold/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'SketchetikBlack';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikBlack/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikBlack/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'SketchetikLight';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikLight/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SketchetikLight/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'CoalhandLuke';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/CoalhandLuke/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/CoalhandLuke/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'StylishMarker';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/StylishMarker/font.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/StylishMarker/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SourceSansPro/SourceSansPro-Bold.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SourceSansPro/SourceSansPro-Regular.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SourceSansPro/SourceSansPro-Italic.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SourceSansPro/SourceSansPro-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SourceSansPro/SourceSansPro-BoldItalic.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/SourceSansPro/SourceSansPro-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satisfy';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/Satisfy/Satisfy-Regular.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/Satisfy/Satisfy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grandstander';
  src: url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/Grandstander/GrandstanderClean.woff2') format('woff2'), url('https://staging-k0473.colistic.dev/wp-content/themes/dt-the7-child/src/css/less/../../../fonts/Grandstander/GrandstanderClean.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#content .tab-wrapper {
  position: relative;
}
#content .tab-wrapper .teaser {
  text-align: center;
  opacity: 0.5;
}
#content .tab-wrapper .teaser a {
  position: relative;
}
#content .tab-wrapper .teaser .teaser-img {
  margin: 0 auto;
  padding: 8px;
  height: 140px;
  width: 140px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#content .tab-wrapper .teaser .teaser-img:after,
#content .tab-wrapper .teaser .teaser-img:before {
  top: 0;
  left: 0;
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#content .tab-wrapper .teaser .teaser-img img {
  width: auto;
}
#content .tab-wrapper .teaser .teaser-img:before {
  border: 2px solid transparent;
}
#content .tab-wrapper .teaser .teaser-img:after {
  border: 0 solid transparent;
}
#content .tab-wrapper .teaser .teaser-wrapper {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
#content .tab-wrapper .teaser .overlay {
  background: none;
  position: static;
}
#content .tab-wrapper .teaser .overlay .text {
  padding: 10px;
}
#content .tab-wrapper .teaser .overlay h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
#content .tab-wrapper .teaser .inner {
  display: none;
}
#content .tab-wrapper .teaser.active {
  opacity: 1;
}
#content .tab-wrapper .teaser.active .teaser-img:before {
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
#content .tab-wrapper .teaser.active .teaser-img:after {
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
#content .tab-wrapper .tab {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  #content .tab-wrapper .tab {
    display: none;
  }
}
#content .tab-wrapper .tab.active {
  display: block;
  opacity: 1;
}
#content .tab-wrapper .tab > .vc_column_container {
  padding-top: 20px;
}
/*=====================
Farben
======================*/
.betriebe,
.bg-betriebe {
  background-color: #95c11f;
  color: #ffffff;
}
.betriebe a,
.bg-betriebe a,
.betriebe h1,
.bg-betriebe h1,
.betriebe h2,
.bg-betriebe h2,
.betriebe h3,
.bg-betriebe h3,
.betriebe h4,
.bg-betriebe h4,
.betriebe h5,
.bg-betriebe h5,
.betriebe h6,
.bg-betriebe h6 {
  color: #ffffff;
}
.color-betriebe {
  color: #95c11f;
}
.senioren,
.bg-senioren {
  background-color: #c32f95;
  color: #ffffff;
}
.senioren a,
.bg-senioren a,
.senioren h1,
.bg-senioren h1,
.senioren h2,
.bg-senioren h2,
.senioren h3,
.bg-senioren h3,
.senioren h4,
.bg-senioren h4,
.senioren h5,
.bg-senioren h5,
.senioren h6,
.bg-senioren h6 {
  color: #ffffff;
}
.color-senioren {
  color: #c32f95;
}
.klinik,
.bg-klinik {
  background-color: #c7a871;
  color: #ffffff;
}
.klinik a,
.bg-klinik a,
.klinik h1,
.bg-klinik h1,
.klinik h2,
.bg-klinik h2,
.klinik h3,
.bg-klinik h3,
.klinik h4,
.bg-klinik h4,
.klinik h5,
.bg-klinik h5,
.klinik h6,
.bg-klinik h6 {
  color: #ffffff;
}
.color-klinik {
  color: #c7a871;
}
.kita,
.bg-kita {
  background-color: #ff7e46;
  color: #ffffff;
}
.kita a,
.bg-kita a,
.kita h1,
.bg-kita h1,
.kita h2,
.bg-kita h2,
.kita h3,
.bg-kita h3,
.kita h4,
.bg-kita h4,
.kita h5,
.bg-kita h5,
.kita h6,
.bg-kita h6 {
  color: #ffffff;
}
.color-kita {
  color: #ff7e46;
}
.bg-dunkelgrau {
  background: #58595b;
  color: #ffffff;
}
.bg-hellgrau {
  background: #a7a9ac;
  color: #ffffff;
}
.bg-rot {
  background: #dd042b;
  color: #ffffff;
}
.bg-hellgrau a,
.bg-dunkelgrau a,
.bg-rot a,
.bg-hellgrau h1,
.bg-dunkelgrau h1,
.bg-rot h1,
.bg-hellgrau h2,
.bg-dunkelgrau h2,
.bg-rot h2,
.bg-hellgrau h3,
.bg-dunkelgrau h3,
.bg-rot h3,
.bg-hellgrau h4,
.bg-dunkelgrau h4,
.bg-rot h4,
.bg-hellgrau h5,
.bg-dunkelgrau h5,
.bg-rot h5,
.bg-hellgrau h6,
.bg-dunkelgrau h6,
.bg-rot h6 {
  color: #ffffff;
}
.bg-dunkelgrau a.link,
.bg-hellgrau a.link,
.bg-rot a.link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*
 * Allgemeines
 */
/*
 * Slider
*/
.content-slider-image {
  background-color: transparent !important;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  position: relative;
}
.content-slider-image img {
  width: 100%;
  height: auto;
}
.content-slider-image h1,
.content-slider-image h2 {
  font-family: 'Satisfy', cursive;
  font-weight: 400;
}
.content-slider-image map {
  cursor: pointer;
}
.content-slider-image .caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 0 0.625rem rgba(88, 89, 91, 0.5);
}
.content-slider-image .caption a,
.content-slider-image .caption h1,
.content-slider-image .caption h2,
.content-slider-image .caption h3,
.content-slider-image .caption h4,
.content-slider-image .caption h5,
.content-slider-image .caption h6 {
  color: #ffffff;
}
.content-slider-image .caption p {
  font-size: 16px;
}
.content-slider-image .caption .inner {
  position: relative;
}
.content-slider-image .caption .inner.heart {
  display: inline-block;
  background-image: url("/wp-content/themes/apetito-catering/src/images/herz-gruen.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
}
.content-slider-image .caption .logo {
  width: auto;
  height: 80px;
  height: 5rem;
  margin-top: -80px;
  margin-top: -5rem;
}
.content-slider-image .caption .logo img {
  width: auto;
  max-height: 80px;
  max-height: 5rem;
}
.content-slider-image .caption span {
  position: relative;
  z-index: 20;
}
.content-slider-image .caption span.satisfy {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
  text-transform: none;
  line-height: 100%;
}
@media (max-width: 374px) {
  .content-slider-image .caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .content-slider-image .caption span.satisfy {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 400px) {
  .content-slider-image .caption {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
  .content-slider-image .caption span.satisfy {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .content-slider-image .caption {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 80px;
    line-height: 5rem;
    left: auto;
    right: 0;
  }
  .content-slider-image .caption span.satisfy {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media (min-width: 1260px) {
  .content-slider-image {
    background-color: transparent !important;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    position: relative;
  }
  .content-slider-image img {
    width: 100%;
    height: auto;
  }
  .content-slider-image .caption {
    position: absolute;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 85px;
    line-height: 5.3125rem;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(88, 89, 91, 0.5);
    padding: 20px 0px 50px 0px;
    padding: 1.25rem 0rem 3.125rem 0rem;
  }
  .content-slider-image .caption .logo {
    width: auto;
    height: 150px;
    height: 9.375rem;
    margin-top: -150px;
    margin-top: -9.375rem;
  }
  .content-slider-image .caption .logo img {
    width: auto;
    max-height: 150px;
    max-height: 9.375rem;
  }
  .content-slider-image .caption span {
    position: relative;
    z-index: 20;
    word-wrap: break-word;
  }
  .content-slider-image .caption span.satisfy {
    display: block;
    font-size: 110px;
    font-size: 6.875rem;
    font-weight: 400;
    text-transform: none;
  }
}
/*
 * Landingpage
*/
.landingpage .btn-primary {
  background-color: #95c11f;
  border: none;
  border-radius: 0;
}
.landingpage h1,
.landingpage h2 {
  font-family: 'Satisfy', cursive;
  font-weight: 400;
}
.landingpage .custom-header-btns {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-right: 0;
}
.landingpage .link {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding: 10px 20px 10px 20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  padding: 0;
}
.landingpage .btn {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.landingpage .btn i {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.landingpage .content-slider-image .caption {
  right: 15px;
  right: 0.9375rem;
  left: 15px;
  left: 0.9375rem;
  width: auto;
}
.landingpage .content-slider-image .caption .inner {
  left: 0;
  right: 0;
}
.landingpage .content-slider-image .caption .logo {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.landingpage .content-slider-image .caption .headline {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
.landingpage .content-slider-image .caption .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
}
@media (min-width: 1100px) {
  .landingpage .content-slider-image .caption .headline {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
}
@media (min-width: 1260px) {
  .landingpage .custom-header-btns {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
  .landingpage .link {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.625rem;
    padding: 10px 20px 10px 20px;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
  .landingpage .btn {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
  .landingpage .btn i {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .landingpage .content-slider-image .caption {
    right: 15px;
    right: 0.9375rem;
    left: 15px;
    left: 0.9375rem;
  }
  .landingpage .content-slider-image .caption .headline {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 130px;
    line-height: 8.125rem;
  }
  .landingpage .content-slider-image .caption .text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    text-transform: none;
    font-weight: 400;
  }
}
/*
 * Boxen
*/
.the-box {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
.the-box .inner {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.the-box.the-maps .inner {
  position: absolute;
}
.the-box .bg .inner {
  padding: 30px 30px 30px 30px;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
.the-box .html .inner {
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.the-box .marginbottom {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.the-box img {
  width: 100%;
  height: auto;
}
.the-box .text img {
  width: auto;
  height: auto;
}
.the-box .img .inner .caption {
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  left: 0;
  padding: 15px 15px 15px 15px;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  position: absolute;
  right: 0;
  text-align: left;
}
.the-box .img .inner .caption .headline {
  margin: 0;
}
.the-box .inner .headline {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 0px;
  margin-top: 0rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.the-box .inner .subline {
  display: none;
}
.the-box .inner .headline.satisfy {
  text-transform: none;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.the-box .inner .caption .headline,
.the-box .inner .caption .subline p {
  margin-bottom: 0;
}
.the-box .inner ul {
  list-style: none;
  padding: 0;
}
.the-box .inner ul li {
  padding-left: 25px;
  margin-bottom: 5px;
}
.the-box .inner ul li:before {
  content: '✓';
  margin: 0 10px 0 -25px;
  font-weight: bold;
}
.the-box .inner ul li.disabled {
  opacity: 0.3;
}
.the-box .inner ul li.disabled:before {
  content: '\f111';
}
.the-box .img {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.the-box .img.eine-zeile {
  padding-bottom: 100%;
}
.the-box .img.zwei-zeilen {
  padding-bottom: 206%;
}
.the-box .img.drei-zeilen {
  padding-bottom: 311.7%;
}
.the-box .img.wide.eine-zeile {
  padding-bottom: 48.6%;
}
.the-box .img.wide.zwei-zeilen {
  padding-bottom: 100%;
}
.the-box .img.wide.drei-zeilen {
  padding-bottom: 151.4%;
}
.the-box .img.autoheight {
  height: auto;
  padding-bottom: 0;
}
.the-box .html,
.the-box .bg {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.the-box .html.eine-zeile,
.the-box .bg.eine-zeile,
.the-box .html.zwei-zeilen,
.the-box .bg.zwei-zeilen,
.the-box .html.drei-zeilen,
.the-box .bg.drei-zeilen {
  height: auto;
  padding-bottom: 0;
}
.the-box .html.wide.eine-zeile,
.the-box .bg.wide.eine-zeile,
.the-box .html.wide.zwei-zeilen,
.the-box .bg.wide.zwei-zeilen,
.the-box .html.wide.drei-zeilen,
.the-box .bg.wide.drei-zeilen {
  height: auto;
  padding-bottom: 0;
}
.the-box .html.center .inner,
.the-box .bg .inner {
  position: relative;
}
.the-box .text-center {
  margin-top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -sand-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.the-box .html.autoheight .inner {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -sand-transform: none;
  -o-transform: none;
  transform: none;
  position: relative;
  top: 0;
  padding: 15px 15px 15px 15px;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
.the-box .img.wide {
  padding-bottom: 48.6%;
}
.the-box .img.large {
  padding-bottom: 206%;
}
.the-box .img.marginbottom {
  margin-bottom: 30px;
}
.the-box.pluspunkte .inner {
  padding: 30px 45px;
}
.the-box.pluspunkte .inner .headline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.the-box.pluspunkte .inner .text {
  max-height: none;
  opacity: 1;
}
.landingpage .the-box .img.eine-zeile {
  padding-bottom: 100%;
}
.landingpage .the-box .img.zwei-zeilen {
  padding-bottom: 206%;
}
.landingpage .the-box .img.drei-zeilen {
  padding-bottom: 303.1%;
}
.pluspunkte-page .the-box .html .inner {
  padding: 30px 30px 30px 45px;
}
.pluspunkte-page .the-box .html.wide.eine-zeile {
  height: auto;
  padding-bottom: 0;
}
.pluspunkte-page .the-box .html.extrawide.eine-zeile {
  height: auto;
  padding-bottom: 0;
}
.pluspunkte-page .the-box .html .acf-map {
  position: absolute;
}
.pluspunkte-page .the-box .img .acf-map {
  position: absolute;
}
@media (max-width: 374px) {
  .the-box .inner .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .the-box .inner .text p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .the-box .inner {
    position: absolute;
  }
  .the-box .html.eine-zeile,
  .the-box .bg.eine-zeile {
    padding-bottom: 100%;
  }
  .the-box .html.zwei-zeilen,
  .the-box .bg.zwei-zeilen {
    padding-bottom: 206%;
  }
  .the-box .html.drei-zeilen,
  .the-box .bg.drei-zeilen {
    padding-bottom: 311.7%;
  }
  .the-box .html.wide.eine-zeile,
  .the-box .bg.wide.eine-zeile {
    padding-bottom: 48.6%;
  }
  .the-box .html.wide.zwei-zeilen,
  .the-box .bg.wide.zwei-zeilen {
    padding-bottom: 100%;
  }
  .the-box .html.wide.drei-zeilen,
  .the-box .bg.wide.drei-zeilen {
    padding-bottom: 151.4%;
  }
  .the-box .html.autoheight,
  .the-box .bg.autoheight {
    height: auto;
    padding-bottom: 0;
  }
  .the-box .html.autoheight .inner {
    padding: 15px 100px 15px 15px;
    padding: 0.9375rem 6.25rem 0.9375rem 0.9375rem;
  }
  .the-box .html.center .inner,
  .the-box .bg .inner {
    left: 0;
    padding: 15px 20px 20px 20px;
    padding: 0.9375rem 1.25rem 1.25rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .the-box .text-center {
    position: absolute;
    top: 50%;
    left: 45px;
    left: 2.8125rem;
    right: 45px;
    right: 2.8125rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .the-box .inner .headline {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .the-box .img .inner .caption {
    padding: 15px 30px 15px 30px;
    padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  }
  .the-box.pluspunkte .inner {
    padding: 30px 45px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .the-box.pluspunkte.center .inner {
    padding: 30px 30px 30px 45px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .the-box .html.center .inner,
  .the-box .bg .inner {
    padding: 30px 30px 30px 30px;
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
  .the-box.last .eine-zeile {
    padding-bottom: 48.6%;
  }
  .the-box.last .eine-zeile .text-center {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .pluspunkte-page .the-box .img.wide.eine-zeile,
  .pluspunkte-page .the-box .html.wide.eine-zeile {
    padding-bottom: 100%;
  }
  .pluspunkte-page .the-box .img.extrawide.eine-zeile,
  .pluspunkte-page .the-box .html.extrawide.eine-zeile {
    padding-bottom: 100%;
  }
  .pluspunkte-page .the-box .img.center .inner,
  .pluspunkte-page .the-box .html.center .inner {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
  }
}
@media (min-width: 1260px) {
  .the-box .inner .subline {
    display: block;
  }
  .the-box .inner .headline {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .the-box.pluspunkte .inner .headline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 0;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .the-box.pluspunkte .inner .text {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -sand-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .the-box.pluspunkte .inner .text p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    margin-bottom: 5px;
  }
  .the-box.pluspunkte:hover .inner .headline {
    margin-bottom: 30px;
  }
  .the-box.pluspunkte:hover .inner .text {
    max-height: 500px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .pluspunkte-page .the-box .img.wide.eine-zeile,
  .pluspunkte-page .the-box .html.wide.eine-zeile {
    padding-bottom: 48.5%;
  }
  .pluspunkte-page .the-box .img.extrawide.eine-zeile,
  .pluspunkte-page .the-box .html.extrawide.eine-zeile {
    padding-bottom: 32.3%;
  }
}
/*
 * Stellenangebote
 */
#stellenangebote h2 {
  min-height: 70px;
  min-height: 4.375rem;
}
.stellenangebote-carousel {
  padding: 0 15px 60px;
  position: static;
}
.stellenangebote-carousel .item ul {
  list-style: none;
  padding: 0;
}
.stellenangebote-carousel .item ul li {
  padding-left: 15px;
}
.stellenangebote-carousel .item ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 -15px;
}
.stellenangebote-carousel .owl-controls {
  position: absolute;
  font-size: 30px;
  top: 70px;
  left: -15px;
  right: -15px;
}
.stellenangebote-carousel .owl-controls .owl-prev,
.stellenangebote-carousel .owl-controls .owl-next {
  position: absolute;
  top: 0;
}
.stellenangebote-carousel .owl-controls .owl-prev {
  left: 45px;
}
.stellenangebote-carousel .owl-controls .owl-next {
  right: 30px;
}
.stellenangebote-carousel .owl-controls .owl-dots {
  top: 10px;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.stellenangebote-carousel .owl-controls .owl-dot {
  display: inline;
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 5px;
}
.stellenangebote-carousel .owl-controls .owl-dot.active {
  background: #ffffff;
}
/*
  * Slider
  */
.slider {
  padding: 0;
  position: static;
}
.slider .item ul {
  list-style: none;
  padding: 0;
}
.slider .owl-controls {
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 15px;
  right: 15px;
}
.slider .owl-controls .owl-prev,
.slider .owl-controls .owl-next {
  position: absolute;
  margin-top: -25px;
}
.slider .owl-controls .owl-prev {
  left: 0;
}
.slider .owl-controls .owl-next {
  right: 0;
}
/*
  * News
  */
#main .news .caption a {
  text-decoration: none;
}
#main .mhwp-wrap {
  padding: 0;
}
#main .mhwp-wrap .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  #main .mhwp-wrap #was-bringen-wir-mit .vc_row.ult-vc-hide-row {
    display: flex !important;
    padding: 0 40px;
    flex-wrap: wrap;
  }
  #main .mhwp-wrap #was-bringen-wir-mit .vc_row.ult-vc-hide-row .wpb_column {
    width: auto;
    flex: 1 1 33%;
  }
  #main .mhwp-wrap #was-bringen-wir-mit .vc_row.ult-vc-hide-row .wpb_column .vc_column-inner {
    margin-top: 0 !important;
    height: 100%;
  }
  #main .mhwp-wrap #was-bringen-wir-mit .vc_row.ult-vc-hide-row .wpb_column .vc_column-inner .wpb_wrapper {
    height: 100%;
  }
  #main .mhwp-wrap #was-bringen-wir-mit .vc_row.ult-vc-hide-row .wpb_column .vc_column-inner .wpb_wrapper .ult-content-box-container {
    height: 100%;
  }
  #main .mhwp-wrap #was-bringen-wir-mit .vc_row.ult-vc-hide-row .wpb_column .vc_column-inner .wpb_wrapper .ult-content-box-container .ult-content-box {
    height: 100%;
  }
}
#main .mhwp-wrap .ult-content-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#main .mhwp-wrap .green-border {
  height: 100%;
}
#main .mhwp-wrap .green-border::before {
  display: block;
  content: '';
  border: 8px solid #84bd00;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  bottom: -58px;
  height: inherit;
}
#main .mhwp-wrap .z-index {
  z-index: 10;
  position: relative;
}
#main .mhwp-wrap .white-border {
  height: 100%;
}
#main .mhwp-wrap .white-border::before {
  display: block;
  content: '';
  border: 8px solid white;
  border-top: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  top: -50px;
  height: inherit;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #main .mhwp-wrap .white-border::before {
    top: -100px;
  }
}
#main .mhwp-wrap p {
  font-size: 25px;
  line-height: 1.2;
}
#main .mhwp-wrap.is-second {
  margin-top: -60px;
}
@media screen and (min-width: 1440px) {
  #main .mhwp-wrap.is-second {
    max-width: 1440px;
  }
}
#main .mhwp-wrap.is-second p {
  font-size: inherit;
}
#main .mhwp-wrap.is-second .green-border {
  height: auto;
  position: relative;
}
#main .mhwp-wrap.is-second .green-border::before {
  display: block;
  content: '';
  border: 8px solid #84bd00;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 0;
  top: -150px;
  height: 22%;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  #main .mhwp-wrap.is-second .green-border::before {
    height: calc(100% + 160px);
    opacity: 1;
  }
}
#main .mhwp-wrap.is-second .green-border2 {
  height: auto;
}
#main .mhwp-wrap.is-second .green-border2::before {
  display: block;
  content: '';
  border: 8px solid #84bd00;
  position: absolute;
  right: 0;
  margin: 0 auto;
  width: 80%;
  z-index: 0;
  height: 1080px;
  bottom: 0;
}
@media screen and (min-width: 1440px) {
  #main .mhwp-wrap .vc-hoverbox-inner {
    min-height: 350px !important;
  }
}
#main .mhwp-wrap .vc-hoverbox-inner .vc-hoverbox-block-inner {
  padding: 0 !important;
}
#main .mhwp-wrap .vc-hoverbox-block .vc_btn3 {
  background-image: none !important;
  font-weight: bold;
}
#main .mhwp-wrap .vc-hoverbox-block p {
  font-size: 18px;
}
#main .mhwp-wrap #mhwp-background-image {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 0;
  display: flex;
  width: 100%;
  display: none;
}
#main .mhwp-wrap #mhwp-background-image .wpb_single_image {
  display: flex;
  justify-content: center;
}
#main .mhwp-wrap #was-bringen-wir-mit {
  position: relative;
}
#top-menu {
  margin-bottom: 0;
}
#top-menu li {
  display: block;
}
@media screen and (min-width: 1071px) {
  #top-menu li {
    display: inline-block;
  }
}
#page .header-bar.landingpage-genuss {
  background-color: #58595b;
  justify-content: flex-end;
}
#page .header-bar.landingpage-genuss .mhwp-back-button {
  color: white;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
#page .header-bar.landingpage-genuss .navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#page .header-bar.landingpage-genuss #additional-menu-menu,
#page .header-bar.landingpage-genuss #additional-menu-2-menu {
  margin: 0;
  padding: 0;
}
#page .header-bar.landingpage-genuss #additional-menu-2-menu {
  width: 100%;
}
#page .header-bar.landingpage-genuss #additional-menu-2-menu li:nth-child(1) {
  margin-right: auto;
}
#page .header-bar.landingpage-genuss .main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: white;
  font-weight: 700;
  font-size: 24px;
}
#page .header-bar.landingpage-genuss.is-second .navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mhwp-landingpage-header.masthead .mobile-header-bar {
  background-color: #58595b;
}
.mhwp-landingpage-header.masthead .mobile-header-bar .dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
  background: white !important;
}
.mhwp-landingpage-header.masthead .mobile-header-bar .dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
  background: white !important;
}
.mhwp-landingpage-header.masthead .mobile-header-bar .mobile-branding {
  display: none;
}
.phantom-slide .mhwp-landingpage-header.show-phantom#phantom {
  background: #58595b;
  border: none;
}
.phantom-slide .mhwp-landingpage-header.show-phantom#phantom .logo-box {
  display: none;
}
.phantom-slide .mhwp-landingpage-header.show-phantom#phantom .menu-box .main-nav {
  padding: 0;
  margin: 0;
  width: 100%;
}
.phantom-slide .mhwp-landingpage-header.show-phantom#phantom .menu-box .main-nav .menu-item .menu-text {
  color: white;
  font-weight: 700;
}
.phantom-slide .mhwp-landingpage-header.show-phantom#phantom.is-second .menu-box .main-nav {
  padding: 0;
  margin: 0;
  width: 100%;
}
.phantom-slide .mhwp-landingpage-header.show-phantom#phantom.is-second .menu-box .main-nav .menu-item .menu-text {
  color: white;
  font-weight: 700;
}
.phantom-slide .mhwp-landingpage-header.show-phantom#phantom.is-second .menu-box .main-nav li:nth-child(1) {
  margin-right: auto;
}
.phantom-slide .mhwp-landingpage-header.show-phantom#phantom.is-second .menu-box .mhwp-back-button {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
