@charset "UTF-8";
/**
* Table of Contents
*
* 1.0 Variables
* 2.0 Mixins & Functions
* 3.0 General
* 4.0 WooCommerce
* 5.0 Plugin Styling
**/
/************ 1.0 Variables *********** */
/************ 2.0 Mixins & Functions *********** */
/************ 3.0 General *********** */
html {
  scroll-padding-top: 150px;
}

a {
  text-underline-offset: 2px;
  text-decoration-color: #a7aaad;
  text-decoration-thickness: 1px;
  text-decoration-style: dotted;
}

/* Job Category Tabs */
.wp-block-greyd-tabs.is-style-tabs.custom-tabs {
  background-color: white;
}
.wp-block-greyd-tabs.is-style-tabs.custom-tabs .tabs {
  display: flex;
  width: 100%;
  flex-wrap: wrap; /* Falls es zu eng wird, brechen sie um */
}
@media (max-width: 576px) {
  .wp-block-greyd-tabs.is-style-tabs.custom-tabs .tabs {
    border-bottom: 1px solid rgba(132, 132, 132, 0.37);
  }
}
.wp-block-greyd-tabs.is-style-tabs.custom-tabs div.tabs {
  padding: 0;
}
.wp-block-greyd-tabs.is-style-tabs.custom-tabs button.greyd_tab {
  flex-grow: 1; /* Button dehnt sich aus */
  flex-basis: 0; /* Startet bei 0, damit alle gleich breit werden */
  width: auto; /* Überschreibt feste Breiten */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .wp-block-greyd-tabs.is-style-tabs.custom-tabs button.greyd_tab {
    align-items: center;
    flex-basis: calc(50% - 10px);
  }
}

.custom-job-category ul li p {
  margin: 0 !important;
  position: relative;
}
.custom-job-category ul li p::before {
  content: ">"; /* Der Inhalt */
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: lighter;
  color: #333;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .wp-block-cover.is-light.custom-header {
    background-color: #efefef;
    min-height: 50vh;
  }
  .wp-block-cover.is-light.custom-header img {
    display: none;
  }
  .wp-block-cover.is-light.custom-header .home-header-text {
    z-index: 2;
  }
}

@media (max-width: 576px) {
  .second-header-image {
    z-index: 1;
    position: absolute;
    margin-top: -240px;
  }
}
@media (max-width: 576px) and (max-width: 443px) {
  .second-header-image {
    margin-top: -150px;
  }
}/*# sourceMappingURL=main.css.map */