/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-mobile-menu-icons .awb-icon-bars::before {
  display: none !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--primary_color);
}

.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 4px;
  background-color: var(--primary_color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body#tinymce .white-text {
  background-color: #343a40 !important;
}
body .white-text, body#tinymce .white-text {
  color: #fff;
}
body .primary-text, body#tinymce .primary-text {
  color: var(--primary_color);
}
body .secondary-text, body#tinymce .secondary-text {
  color: #8bbd00;
}
body .green-text, body#tinymce .green-text {
  color: #076432;
}
body .big-text, body#tinymce .big-text {
  font-size: 1.25rem;
}
body .small-text, body#tinymce .small-text {
  font-size: 0.875rem;
}
body .text-uppercase, body#tinymce .text-uppercase {
  text-transform: uppercase !important;
}
body .text-lowercase, body#tinymce .text-lowercase {
  text-transform: lowercase !important;
}
body h1 .text-lowercase, body h2 .text-lowercase, body h3 .text-lowercase, body h4 .text-lowercase, body h5 .text-lowercase, body h6 .text-lowercase, body#tinymce h1 .text-lowercase, body#tinymce h2 .text-lowercase, body#tinymce h3 .text-lowercase, body#tinymce h4 .text-lowercase, body#tinymce h5 .text-lowercase, body#tinymce h6 .text-lowercase {
  text-transform: lowercase !important;
}
body #toTop {
  right: 25px !important;
}
body:not(.home) .hub-container {
  display: none !important;
}
body a.link-arrow-green {
  display: inline-flex;
}
body a.link-arrow-green::before {
  content: "";
  background-size: contain !important;
  background: url("images/arrow-green.svg") no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 0.8rem;
  transform: rotate(11deg);
}
body a.link-arrow-white {
  display: inline-flex;
}
body a.link-arrow-white::before {
  content: "";
  background-size: contain !important;
  background: url("images/arrow-white.svg") no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 0.8rem;
  transform: rotate(11deg);
}
body .icon-flex {
  display: -ms-flexbox;
  display: flex;
}
body .icon-flex i {
  padding-top: 0.25rem;
  padding-right: 0.75rem;
}
body .d-none {
  display: none !important;
}
body .d-flex {
  display: flex !important;
}
body .bg-primary {
  background-color: var(--primary_color) !important;
}
body .bg-secondary {
  background-color: #8bbd00 !important;
}
body .bg-yellow {
  background-color: #ffcd32 !important;
}
body .bg-orange {
  background-color: #f07300 !important;
}
body .bg-lightgreen {
  background-color: #8bbd00 !important;
}
body .wsp-pages-title {
  display: none;
}
@media (max-width: 800px) {
  body .row-reverse > .fusion-row {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}
body .fusion-content-boxes .fusion-column {
  margin-bottom: 1rem !important;
}
body .fusion-content-boxes.equal-heights {
  display: flex;
  flex-wrap: wrap;
}
body .fusion-content-boxes.equal-heights > .content-box-column {
  display: flex;
}
body .gmaps-wrapper {
  display: flex;
  flex-grow: 1;
}
body .gmaps-wrapper .BorlabsCookie {
  display: flex;
  width: 100%;
}
body .gmaps-wrapper .BorlabsCookie ._brlbs-content-blocker {
  display: flex;
  width: 100%;
}
body .gmaps-wrapper .BorlabsCookie ._brlbs-content-blocker ._brlbs-google-maps {
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
body .gmaps-wrapper .BorlabsCookie ._brlbs-content-blocker ._brlbs-google-maps ._brlbs-thumbnail {
  object-fit: cover;
  width: 100%;
}
body .embed-responsive {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
body .embed-responsive.h-300 {
  height: 300px !important;
}
body .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .fusion-video.fusion-youtube .video-shortcode, body .fusion-video.fusion-vimeo .video-shortcode {
  padding-top: 56.25% !important;
  width: 100%;
  position: relative;
}
body .fusion-video.fusion-youtube .video-shortcode iframe, body .fusion-video.fusion-youtube .video-shortcode .fluid-width-video-wrapper, body .fusion-video.fusion-youtube .video-shortcode .BorlabsCookie, body .fusion-video.fusion-vimeo .video-shortcode iframe, body .fusion-video.fusion-vimeo .video-shortcode .fluid-width-video-wrapper, body .fusion-video.fusion-vimeo .video-shortcode .BorlabsCookie {
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body.page-template main#main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body a.borlabs-cookie-preference {
  margin-bottom: 2rem;
}
body:not(.privacy-policy) .BorlabsCookie ._brlbs-box-wrap {
  max-width: 400px !important;
}
body .fusion-button {
  transition: box-shadow 0.2s linear;
}
body .fusion-button, body .fusion-button.button-flat {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  margin-top: 30px !important;
}
body .fusion-button-text {
  display: flex;
  align-items: center;
  transition: transform 0.2s linear;
}
body .fusion-button-text::before {
  content: "";
  background-image: url("images/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.2rem;
  display: inline-block;
  margin-right: 1.25rem;
  transition: transform 0.2s linear;
}
body .fusion-button:hover, body .fusion-button:focus, body .fusion-button:active {
  box-shadow: 6px 3px 6px 0 rgba(0, 0, 0, 0.42) !important;
}
body .fusion-button:hover .fusion-button-text, body .fusion-button:focus .fusion-button-text, body .fusion-button:active .fusion-button-text {
  transform: translateX(0.375rem);
}
body .fusion-button:hover .fusion-button-text::before, body .fusion-button:focus .fusion-button-text::before, body .fusion-button:active .fusion-button-text::before {
  transform: translateX(0.875rem);
}
body .heading-bg {
  display: flex !important;
  flex-direction: column;
  font-style: italic;
}
body .heading-bg > * {
  align-self: flex-start;
  display: inline-block;
  background-color: var(--primary_color);
  padding: 1rem 1.3rem 0.4rem !important;
  position: relative;
  z-index: 0;
}
body .heading-bg > *::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4rem;
  background-color: var(--primary_color);
  transform: skew(-20deg) translateX(2rem);
  z-index: -1;
}
body .heading-bg-lightgreen > * {
  background-color: #8bbd00;
}
body .heading-bg-lightgreen > *::after, body .heading-bg-lightgreen > *::before {
  background-color: #8bbd00;
}
body .heading-bg .title-heading-right {
  align-self: flex-end;
}
body .heading-bg .title-heading-right::after {
  right: auto;
  left: 0;
  transform: skew(20deg) translateX(-2rem);
}
body .fusion-checklist .icon-wrapper .fusion-li-icon::before {
  content: "";
  background-size: contain !important;
  background: url("images/arrow-white.svg") no-repeat center;
  width: 30px;
  height: 15px;
  display: block;
}
body .fusion-accordian .fusion-toggle-icon-wrapper {
  background-color: transparent !important;
  position: relative;
}
body .fusion-accordian .fusion-toggle-icon-wrapper::after {
  content: "";
  background-image: url("images/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  transform: rotate(110deg);
  transition: transform 0.2s linear;
}
body .fusion-accordian .fusion-toggle-icon-wrapper i {
  display: none !important;
}
body .fusion-accordian .panel-title > a {
  align-items: center !important;
}
body .fusion-accordian .panel-title > a.active .fusion-toggle-icon-wrapper::after {
  transform: rotate(-70deg);
}

header.fusion-header-wrapper .fusion-header .fusion-main-menu ul a[title=Startseite] {
  display: none;
}
header.fusion-header-wrapper .fusion-header .fusion-mobile-nav-holder ul.sub-menu li a::before {
  display: inline-block;
  content: "\e61f";
  font-family: icomoon;
  transform: rotate(-90deg);
  margin: 0 3px 0 0;
  font-size: 0.75rem;
  position: relative;
  top: -1px;
}
header.fusion-header-wrapper .menuebestellung > a {
  color: var(--primary_color) !important;
}
header.fusion-header-wrapper .menuebestellung > a:hover, header.fusion-header-wrapper .menuebestellung > a:focus, header.fusion-header-wrapper .menuebestellung > a:active {
  color: #8bbd00 !important;
}
header.fusion-header-wrapper .menuebestellung .menu-text {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1200px) {
  header.fusion-header-wrapper .menuebestellung .menu-text {
    top: -0.4em;
  }
}
header.fusion-header-wrapper .menuebestellung .menu-text {
  line-height: 1;
}
header.fusion-header-wrapper .menuebestellung .menu-text::before {
  content: "";
  background-image: url("/wp-content/themes/Avada-Child-Theme/images/icon-food.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 55px;
  height: 34px;
  margin-right: 0.4em;
  position: relative;
}
@media (min-width: 1200px) {
  header.fusion-header-wrapper .menuebestellung .menu-text::before {
    top: 0.4em;
  }
}
header.fusion-header-wrapper .menuebestellung__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header.fusion-header-wrapper .menuebestellung__top {
  font-style: italic;
  font-size: 1rem;
  font-family: "Grandstander", "Open Sans", sans-serif;
  font-weight: 400;
  margin-right: 0.25em;
}

.fusion-page-title-bar {
  position: relative;
}
.fusion-page-title-bar .fusion-page-title-secondary {
  text-align: left !important;
}
.fusion-page-title-bar .fusion-page-title-wrapper {
  position: static;
}
.fusion-page-title-bar .fusion-page-title-wrapper .fusion-page-title-secondary {
  position: absolute;
  bottom: -1rem;
  z-index: 20;
  width: calc(100% - 60px);
  max-width: var(--site_width);
  transform: translate(-50%, 100%);
  left: 50%;
}
.fusion-page-title-bar .fusion-page-title-wrapper .fusion-page-title-secondary .fusion-breadcrumbs {
  text-align: left;
}

.fusion-footer footer#footer .fusion-copyright-notice,
.fusion-footer footer#footer div[class^=menu] {
  width: 100%;
  text-align: center;
  display: block;
}
@media (min-width: 800px) {
  .fusion-footer footer#footer .fusion-copyright-content {
    display: block;
  }
  .fusion-footer footer#footer .fusion-copyright-notice {
    width: 40%;
    float: left;
    text-align: left;
    display: inline;
  }
  .fusion-footer footer#footer div[class^=menu] {
    width: 60%;
    float: right;
    text-align: right;
    display: inline;
  }
}
.fusion-footer footer#footer div[class^=menu] ul {
  margin: 0;
  padding: 0;
}
.fusion-footer footer#footer div[class^=menu] ul li {
  border: none;
  list-style: none;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px;
}
.fusion-footer footer#footer div[class^=menu] ul li:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .fusion-footer footer#footer div[class^=menu] ul li:not(:first-child)::before {
    content: "|";
    padding-right: 16px;
  }
}
form.wpcf7-form label.mandatory::after {
  content: " *";
  color: var(--primary_color);
}

.hub-container {
  z-index: 1020;
  position: fixed;
  right: 0;
  top: 20%;
}
.hub-nav {
  display: flex;
  flex-direction: column;
}
.hub-link {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  margin-bottom: 1.875rem;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
  height: 100px !important;
  transition: box-shadow 0.2s linear;
}
.hub-link-image {
  max-width: 100px;
  max-height: 50px;
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
}
.hub-link-text {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.hub-link:hover, .hub-link:focus, .hub-link:active {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.43);
}

.pum-title {
  font-family: var(--h1_typography-font-family) !important;
}
.pum-content {
  outline: none !important;
}

.simple-map__container {
  margin: 0 auto;
}
.simple-map__card {
  position: relative;
}
.simple-map__card__image {
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15));
}
.simple-map__address {
  display: none;
  position: absolute;
  font-size: 1rem;
  color: #fff;
  margin-left: 0;
  line-height: 1;
}
@media (max-width: 639px) {
  .simple-map__address {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .simple-map__address {
    font-size: 0.75rem;
  }
}
@media (max-width: 479px) {
  .simple-map__address {
    font-size: 0.625rem;
  }
}
@media (max-width: 374px) {
  .simple-map__address {
    font-size: 0.5rem;
  }
}
.simple-map__address::before {
  cursor: pointer;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  color: var(--primary_color);
  -webkit-text-stroke: 0.0625em var(--primary_color);
  transition: -webkit-text-stroke-color 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  bottom: 0.0625em;
  transform: translateX(-50%);
}
.simple-map__address:hover::before, .simple-map__address:focus::before, .simple-map__address:active::before {
  -webkit-text-stroke-color: #8bbd00;
}
.simple-map__address__text {
  background-color: var(--primary_color);
  color: #fff;
  border: 1px solid #6c757d;
  border-radius: 20px;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 15%);
  width: 240px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  margin-top: 0.3em;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.simple-map__address__text p:last-child {
  margin-bottom: 0;
}
.simple-map__address__text .fusion-imageframe {
  margin-bottom: 0.875rem;
}
.simple-map__address.active {
  z-index: 10;
}
.simple-map__address.active .simple-map__address__text {
  opacity: 1;
  z-index: 0;
  transform: translate(-50%, 0);
}

.single_job_listing ul .job-listing-meta .meta {
  display: flex !important;
  flex-direction: column !important;
}
.single_job_listing .meta {
  font-size: 1.3rem;
}
.single_job_listing .meta li, .single_job_listing .meta li:first-child {
  display: block;
  border-left: none;
  padding: 0.5em;
  color: #5b5b5b;
}

.job_listings {
  display: none;
  background-color: #fff;
}
.job_listings .job-type.alle, .job_listings #btn-filter, .job_listings #filter-details, .job_listings .showing_jobs {
  display: none !important;
}
.job_listings .job_listings {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
}
.job_listings .job_listing {
  max-width: 100%;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1280px) {
  .job_listings .job_listing {
    width: 50%;
  }
}
.job_listings .job_listing a {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 1em !important;
}
.job_listings .job_listing a:hover, .job_listings .job_listing a:focus, .job_listings .job_listing a:active {
  background-color: #f8f9fa;
}
.job_listings .job_listing .company_logo {
  width: 100% !important;
  height: auto !important;
  position: static !important;
  max-width: 100px;
  max-height: 56px;
  object-fit: contain;
  visibility: visible !important;
}
@media (max-width: 639px) {
  .job_listings .job_listing .company_logo {
    display: none !important;
  }
}
.job_listings .job_listing .position {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
}
.job_listings .job_listing .position .meta {
  float: none;
  text-align: left;
  width: 100%;
  padding: 0;
  font-size: 0.875rem;
}
.job_listings .job_listing .position .meta li {
  padding: 0;
  border: 0;
}
.job_listings .job_listing .position .meta li.job-type {
  padding-right: 5px;
  color: #8bbd00;
}
.job_listings #submit_search_form {
  margin-top: 0 !important;
}
.job_listings .search_jobs.gjm_filters_enabled .gjm-filter-wrapper {
  margin: 0 !important;
}
.job_listings .search_jobs.gjm_filters_enabled .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
}
.job_listings .search_jobs.gjm_filters_enabled .row .col {
  flex: 0 0 auto !important;
  padding-left: 0.46875rem !important;
  padding-right: 0.46875rem !important;
  width: 100% !important;
  margin-top: 15px;
}
@media (min-width: 800px) {
  .job_listings .search_jobs.gjm_filters_enabled .row .col {
    width: 33.3333333% !important;
  }
}

.card-temp .simple-map__card__image {
  transform: translate(-5%, -5%);
}

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