body {
  background-color: #fffbe9 !important;
  overflow-y: hidden;
}

.splide__pagination {
  top: -1.5em;
  bottom: auto !important;
  justify-content: start !important;
  padding-left: 0px !important;
  height: 15px;
  width: 15px;
}
.splide__pagination button {
  pointer-events: none;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #fed100;
}
.splide__pagination .splide__pagination__page:not(.is-active) {
  background-color: #858585;
  opacity: 0.7;
}

.splide {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}
.splide .splide__slide {
  display: flex;
  flex-direction: column;
}
.splide .splide__slide:has(#wizard_contact_form) {
  overflow-y: auto;
}
@media only screen and (max-height: 700px) {
  .splide h1 {
    font-size: 28px !important;
  }
}
.splide .splide__pagination,
.splide .splide__slide h1,
.splide .splide__slide p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.field-selection {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(324px, 1fr));
  grid-auto-rows: 76px;
}
@media only screen and (max-height: 700px) {
  .field-selection {
    margin-top: 0.8rem;
  }
}
.field-selection.franchises-selection {
  grid-auto-rows: 90px;
}
.field-selection.job-selection {
  grid-auto-rows: 120px;
}
.field-selection .field-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 76px;
  border-radius: 6px;
  background: var(--gillen-wizard);
  margin-bottom: 8px;
  border: 4px solid #fffdf5;
  display: grid;
  place-items: center;
}
.field-selection .field-wrapper.is-selected {
  border: 4px solid #fed100;
}
.field-selection .field-wrapper button {
  width: 100%;
  height: 100%;
  background: transparent;
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
  border: none;
}

.navigation {
  width: 100%;
  padding-top: 20px;
  position: absolute;
  bottom: 25px;
}
.navigation .navigation-inner-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-height: 700px) {
  .navigation {
    gap: 5px;
    bottom: 10px;
    justify-content: space-between;
  }
  .navigation a, .navigation button {
    padding: 8px 0px !important;
    max-width: 130px !important;
  }
}
.navigation .unsolicited-application {
  flex: 100%;
  margin: 0px;
  text-align: center;
}
.navigation .unsolicited-application span {
  cursor: pointer;
  text-decoration: underline;
}
.navigation a, .navigation button {
  padding: 12px 0px;
  font-weight: 700;
  max-width: 200px;
  border-radius: 42px;
  background: #fed100;
  flex: 1;
  text-align: center;
}
.navigation a.previous.disabled, .navigation button.previous.disabled {
  background: none;
  border: 2px solid lightgray;
  opacity: 0.5;
  pointer-events: none;
}
.navigation a.next.disabled, .navigation button.next.disabled {
  background: lightgray;
  border: 2px solid lightgray;
  opacity: 0.5;
  pointer-events: none;
}
.navigation a.previous, .navigation button.previous {
  background: none;
  border: 2px solid #fed100;
}
.navigation a.next, .navigation button.next {
  background: #fed100;
  border: 2px solid #fed100;
}

.form-slide .navigation a.previous {
  color: var(--gillen-text-inverted);
}

.field-summary {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 1.875rem;
}
@media only screen and (max-height: 700px) {
  .field-summary {
    margin-top: 0.8rem;
  }
}

.selected-job-wrapper {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}
.selected-job-wrapper .job-wrapper {
  padding: 10px;
  text-align: start;
  color: white;
  background: var(--gillen-wizard);
}
.selected-job-wrapper .job-wrapper p {
  width: 100%;
  margin-top: 0px !important;
}
.selected-job-wrapper .job-wrapper p:not(:first-child):last-child {
  margin-top: 20px;
  text-transform: capitalize;
}
.selected-job-wrapper .job-image {
  background-image: url("/images/assets/karriere/placeholder.png");
  height: 100%;
  min-width: 130px;
  background-position: center;
  background-size: cover;
}

.selected-employment-type-wrapper,
.selected-work-field-wrapper,
.selected-working-hours-wrapper {
  margin-bottom: 10px;
  min-height: 76px;
  border-radius: 4px;
  background: var(--gillen-wizard);
  display: flex;
  align-items: center;
}
.selected-employment-type-wrapper .icon,
.selected-work-field-wrapper .icon,
.selected-working-hours-wrapper .icon {
  height: 22px;
  min-width: 22px;
  margin-left: 22px;
  margin-right: 22px;
}
.selected-employment-type-wrapper .content,
.selected-work-field-wrapper .content,
.selected-working-hours-wrapper .content {
  color: var(--gillen-text-inverted);
}

.job-selection .field-wrapper {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  min-height: 120px;
  border-radius: 8px;
}
.job-selection .field-wrapper .job-wrapper {
  height: 100%;
  width: 100%;
  padding: 10px;
  text-align: start;
  color: white;
}
.job-selection .field-wrapper .job-wrapper p {
  font-weight: 700;
  width: 100%;
}
.job-selection .field-wrapper .job-image {
  background-image: url("/images/assets/karriere/placeholder.png");
  height: 100%;
  min-width: 130px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.franchises-selection .field-wrapper {
  height: auto;
}
.franchises-selection .field-wrapper:has(.is-selceted) {
  border: 4px solid #fed100;
}
.franchises-selection .radio-label {
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.franchises-selection .radio-wrapper {
  border-radius: 6px;
  background: rgba(255, 253, 245, 0.3);
  display: grid;
  place-items: center;
  padding: 12px;
  border: 4px solid var(--gillen-wizard);
}
.franchises-selection .radio-wrapper.is-selected .radio-button::after {
  opacity: 1;
}
.franchises-selection .radio-wrapper .radio-button {
  height: 20px;
  width: 20px;
  border-radius: 30px;
  border: 2px solid #fed100;
  display: grid;
  place-items: center;
}
.franchises-selection .radio-wrapper .radio-button::after {
  opacity: 0;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #fed100;
  display: inline-block;
  border-radius: 100%;
}
.franchises-selection .radio-wrapper input {
  opacity: 0;
  position: absolute;
}
.franchises-selection .franchise-wrapper {
  display: flex;
  gap: 10px;
  color: var(--gillen-text-inverted);
  flex-grow: 1;
  align-items: center;
}
.franchises-selection .franchise-wrapper img {
  width: 35px;
  height: 35px;
}
.franchises-selection .franchise-wrapper p {
  width: 100%;
}

.working-hours-selection {
  width: 600px;
  height: max-content !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background: var(--gillen-wizard);
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}
.working-hours-selection label {
  color: var(--gillen-text-inverted);
  font-weight: 700;
}
.working-hours-selection p {
  text-align: center;
  width: 100% !important;
  color: var(--gillen-text-inverted);
  font-weight: 700;
  font-size: 25px;
}
.working-hours-selection input {
  width: 100%;
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  background: transparent; /* Otherwise white in Chrome */
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
}
.working-hours-selection input::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.working-hours-selection input:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.working-hours-selection input::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.working-hours-selection input::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 4px;
  background: #fed100;
  height: 30px;
  width: 16px;
  cursor: pointer;
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}
.working-hours-selection input::-moz-range-thumb {
  border-radius: 4px;
  background: #fed100;
  height: 30px;
  width: 16px;
  cursor: pointer;
}
.working-hours-selection input::-ms-thumb {
  border-radius: 4px;
  background: #fed100;
  height: 30px;
  width: 16px;
  cursor: pointer;
}
.working-hours-selection input::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border-radius: 1.3px;
  border: none;
}
.working-hours-selection input:focus::-webkit-slider-runnable-track {
  background: transparent;
}
.working-hours-selection input::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border-radius: 1.3px;
  border: none;
}
.working-hours-selection input::-moz-range-progress {
  background: transparent;
  height: 5px;
}
.working-hours-selection input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.working-hours-selection input::-ms-fill-lower {
  background: transparent;
  border: none;
  border-radius: 2.6px;
  box-shadow: none;
}
.working-hours-selection input:focus::-ms-fill-lower {
  background: transparent;
}
.working-hours-selection input::-ms-fill-upper {
  background: transparent;
  border: none;
  border-radius: 2.6px;
  box-shadow: none;
}
.working-hours-selection input:focus::-ms-fill-upper {
  background: transparent;
}
.working-hours-selection .range-wrapper {
  display: flex;
  height: 5px;
  align-items: center;
  position: relative;
  width: 70%;
  background: linear-gradient(to right, #767676 0%, #767676 50%, #fff 50%, #fff 100%);
}
.working-hours-selection .range-wrapper::before {
  content: "20";
  position: absolute;
  left: -30px;
  color: var(--gillen-text-inverted);
}
.working-hours-selection .range-wrapper::after {
  content: "40";
  position: absolute;
  right: -30px;
  color: var(--gillen-text-inverted);
}

#wizard_contact_form {
  color: var(--gillen-text-inverted);
  margin-top: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
#wizard_contact_form input[type=submit] {
  padding: 12px 25px;
  font-weight: 700;
  border-radius: 42px;
  background: #fed100;
  text-align: center;
}

.popup {
  visibility: hidden;
  position: absolute;
  height: max-content;
  width: 325px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 4px;
  padding: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.popup p {
  font-size: 20px;
  text-align: center;
}

.popup-overlay {
  visibility: hidden;
  height: 110vh;
  width: 100vw;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.search-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-height: 700px) {
  .search-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .search-wrapper input[type=text].franchise-search {
    height: 45px !important;
  }
  .search-wrapper::after {
    height: 45px !important;
  }
}
.search-wrapper input[type=text].franchise-search {
  height: 57px;
  border: none;
  padding-left: 50px !important;
}
.search-wrapper::before {
  content: url("/images/assets/lupe.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  left: 20px;
}
.search-wrapper::after {
  content: "";
  position: absolute;
  height: 57px;
  width: 10px;
  border-radius: 4px 0px 0px 4px;
  background: #fed100;
  left: 0px;
  top: 0px;
}

.city-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.city-wrapper label {
  flex: 100%;
}
.city-wrapper #postcode {
  flex: calc(30% - 5px);
  margin-right: 10px;
}
.city-wrapper #city {
  flex: calc(70% - 5px);
}

.no-jobs-found p:first-child {
  margin-top: 15px;
  margin-bottom: 15px;
}

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