/*
Theme Name: MKS Theme
Description: Child Theme for MKS
Version: 1.0
Template: pr-master-theme
Author: POWER+RADACH werbeagentur gmbh
Author URI: http://www.power-radach.de
*/
html,
body {
  --primary-font: "Titillium Web", sans-serif;
  --secondary-font: "Titillium Web", sans-serif;
  --global-padding: 20px;
  --content-width: 1280px;
  --content-max-width: 1280px;
  --grey-light: #F0ECF0;
  --grey-dark: #333339;
  --primary-color: #F43099;
  --primary-color-dark: #A32066;
  --secondary-color: #6A5565;
  --secondary-color-light: #E8D8E6;
  --textcolor: #333339;
  --desktop-wide: 1280px;
  --tile-mobile-breakpoint: 768px;
  --text-max-width: 655px;
}

.shortcode-inner-wrapper {
  --text-max-width: 1280px;
}

*:focus {
  outline: none;
}

article#wrapper {
  min-height: calc(100vh - 372px);
}

@media (max-width: 580px) {
  :root {
    --content-width: calc(100vw - 60px);
  }
}
/*
@include breakpoint(tablet) {
}
*/
/*
@extend %paleri;
*/
/*
@extend %transition;
*/
/*
@extend %button;
*/
html, body {
  --h1-font-family: "Titillium Web", sans-serif;
  --h1-font-size: 70px;
  --h1-line-height: 1.1;
  --h1-margin-bottom: 0;
  --h1-color: var(--textcolor);
  --h2-font-size: 45px;
  --h2-line-height: 1.1;
  --h2-font-weight: 300;
  --h2-color: var(--primary-color);
  --h3-margin-top: 40px;
}
@media (max-width: 480px) {
  html, body {
    --h1-font-size: 45px;
    --h2-font-size: 30px;
  }
  html h1,
  html h2, body h1,
  body h2 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 70px;
  line-height: 1.1;
  color: var(--textcolor);
}
@media (max-width: 480px) {
  h1 {
    font-size: 45px;
  }
}

html .wp-block-cover, body .wp-block-cover {
  --text-max-width: 1280px;
  --h1-margin-bottom: 10px;
  --h2-margin-bottom: 30px;
}

html form label, body form label {
  padding-left: 25px;
  display: block;
  text-align: left;
}
html form input, body form input {
  background-color: #F0ECF0;
  color: var(--textcolor) !important;
  border: none;
  font-style: italic;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 17px;
  font-family: var(--primary-font);
}
html form textarea,
html form textarea:focus, body form textarea,
body form textarea:focus {
  height: 250px;
  background-color: #F0ECF0 !important;
  color: var(--textcolor) !important;
  border: none !important;
  font-style: italic !important;
  border-radius: 20px !important;
  padding: 15px 25px !important;
  font-size: 15px !important;
  width: 100%;
  overflow: scroll;
  line-height: 1.3 !important;
  font-size: 15px !important;
  font-family: var(--primary-font);
  resize: none;
  min-height: 200px;
}
html form button, body form button {
  background-color: var(--primary-color);
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 17px;
  cursor: pointer;
  border: none;
  font-weight: 600;
  font-family: var(--primary-font);
}
html form button:hover, body form button:hover {
  background-color: var(--primary-color-dark);
}
html form#search-form, body form#search-form {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
html form#search-form input, body form#search-form input {
  margin: 0 5px;
}
html form#search-form input[type=submit], body form#search-form input[type=submit] {
  background-color: var(--primary-color);
  border-radius: 100%;
  border: none;
  cursor: pointer;
  font-size: 0px;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  background-image: url("/wp-content/themes/mks-theme/images/magnifying-glass-solid.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: var(--primary-font);
  font-size: 0px;
}
html form#search-form input[type=submit]:hover, body form#search-form input[type=submit]:hover {
  background-color: var(--primary-color-dark);
}
@media only screen and (max-width: 767px) {
  html form#search-form, body form#search-form {
    justify-content: flex-start;
  }
  html form#search-form input, body form#search-form input {
    width: 100%;
    margin: 0 0 10px 0;
  }
  html form#search-form input[type=submit], body form#search-form input[type=submit] {
    padding-right: 150px;
    border-radius: 50px;
    text-align: left;
    width: 100px;
    background-position: calc(100% - 25px);
    position: relative;
    font-size: inherit;
    line-height: 1;
    color: #ffffff !important;
  }
}
html form#search-form.resultform, body form#search-form.resultform {
  justify-content: flex-start;
}
html form#search-form.resultform label, body form#search-form.resultform label {
  width: 100%;
}
html form#search-form.resultform input, body form#search-form.resultform input {
  width: 100%;
  margin: 0 0 30px 0;
}
html form .jet-form-builder__label-text, body form .jet-form-builder__label-text {
  padding-left: 25px;
}
html form .jet-form-builder-row, body form .jet-form-builder-row {
  padding: 0;
  margin-bottom: 30px;
}
html form .jet-form-builder__field-label.for-checkbox, body form .jet-form-builder__field-label.for-checkbox {
  padding-left: 25px;
}
html form .jet-form-builder__field-label.for-checkbox :checked + span::before,
html form .jet-form-builder__field-label.for-checkbox :not(:disabled):active + span::before, body form .jet-form-builder__field-label.for-checkbox :checked + span::before,
body form .jet-form-builder__field-label.for-checkbox :not(:disabled):active + span::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
html form .jet-form-builder__field-label.for-checkbox :not(:disabled):not(:checked):hover + span::before,
html form .jet-form-builder__field-label.for-checkbox :focus:not(:checked) + span::before, body form .jet-form-builder__field-label.for-checkbox :not(:disabled):not(:checked):hover + span::before,
body form .jet-form-builder__field-label.for-checkbox :focus:not(:checked) + span::before {
  border-color: var(--primary-color);
}
html form .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :checked + span::before, body form .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :checked + span::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
html .force-white-color.force-white-link-color :not(.wp-block-button__link):not(.ninja-forms-field):not(option):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) form input, body .force-white-color.force-white-link-color :not(.wp-block-button__link):not(.ninja-forms-field):not(option):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) form input {
  color: var(--textcolor) !important;
}
html .job_apply-form, body .job_apply-form {
  --text-max-width: 100%;
}
html .um,
html .um:not(.um-admin), body .um,
body .um:not(.um-admin) {
  margin-bottom: 0 !important;
}
html .um .um-form form .um-tip-text,
html .um:not(.um-admin) .um-form form .um-tip-text, body .um .um-form form .um-tip-text,
body .um:not(.um-admin) .um-form form .um-tip-text {
  padding: 0 25px !important;
}
html .um .um-form form .um-field-label,
html .um:not(.um-admin) .um-form form .um-field-label, body .um .um-form form .um-field-label,
body .um:not(.um-admin) .um-form form .um-field-label {
  flex-wrap: wrap !important;
}
html .um .um-form form .um-account-name,
html .um:not(.um-admin) .um-form form .um-account-name, body .um .um-form form .um-account-name,
body .um:not(.um-admin) .um-form form .um-account-name {
  padding-top: 3px;
  text-align: left;
}
html .um .um-form form .um-account-meta-img,
html .um .um-form form .um-account-meta-img-b,
html .um:not(.um-admin) .um-form form .um-account-meta-img,
html .um:not(.um-admin) .um-form form .um-account-meta-img-b, body .um .um-form form .um-account-meta-img,
body .um .um-form form .um-account-meta-img-b,
body .um:not(.um-admin) .um-form form .um-account-meta-img,
body .um:not(.um-admin) .um-form form .um-account-meta-img-b {
  display: none !important;
}
html .um .um-form form .um-field-checkbox-option,
html .um:not(.um-admin) .um-form form .um-field-checkbox-option, body .um .um-form form .um-field-checkbox-option,
body .um:not(.um-admin) .um-form form .um-field-checkbox-option {
  margin-left: 8px !important;
}
html .um .um-form form .um-field li,
html .um:not(.um-admin) .um-form form .um-field li, body .um .um-form form .um-field li,
body .um:not(.um-admin) .um-form form .um-field li {
  margin-bottom: 10px;
}
html .um .um-form form .um-field a,
html .um:not(.um-admin) .um-form form .um-field a, body .um .um-form form .um-field a,
body .um:not(.um-admin) .um-form form .um-field a {
  color: #575757;
  text-decoration: none;
  display: inline;
  padding: 0 1px 2px 1px;
  border-bottom: 1.5px solid #f43099 !important;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s;
}
html .um .um-form form .um-field a:hover,
html .um:not(.um-admin) .um-form form .um-field a:hover, body .um .um-form form .um-field a:hover,
body .um:not(.um-admin) .um-form form .um-field a:hover {
  opacity: 0.8;
}
html .um .um-form form .um-account-name a:hover,
html .um:not(.um-admin) .um-form form .um-account-name a:hover, body .um .um-form form .um-account-name a:hover,
body .um:not(.um-admin) .um-form form .um-account-name a:hover {
  color: inherit;
}
html .um .um-form form .um-account-name .um-account-profile-link,
html .um:not(.um-admin) .um-form form .um-account-name .um-account-profile-link, body .um .um-form form .um-account-name .um-account-profile-link,
body .um:not(.um-admin) .um-form form .um-account-name .um-account-profile-link {
  display: none;
}
html .um .um-form form .um-account-side .um-account-name a:hover,
html .um:not(.um-admin) .um-form form .um-account-side .um-account-name a:hover, body .um .um-form form .um-account-side .um-account-name a:hover,
body .um:not(.um-admin) .um-form form .um-account-side .um-account-name a:hover {
  color: inherit;
}
html .um .um-form form .um-account-side .um-account-name .um-account-profile-link,
html .um:not(.um-admin) .um-form form .um-account-side .um-account-name .um-account-profile-link, body .um .um-form form .um-account-side .um-account-name .um-account-profile-link,
body .um:not(.um-admin) .um-form form .um-account-side .um-account-name .um-account-profile-link {
  display: none;
}
html .um .um-form form .um-account-side .um-account-profile-link,
html .um:not(.um-admin) .um-form form .um-account-side .um-account-profile-link, body .um .um-form form .um-account-side .um-account-profile-link,
body .um:not(.um-admin) .um-form form .um-account-side .um-account-profile-link {
  display: none;
}
html .um .um-form form .um-account-side li a,
html .um:not(.um-admin) .um-form form .um-account-side li a, body .um .um-form form .um-account-side li a,
body .um:not(.um-admin) .um-form form .um-account-side li a {
  padding: 2px 0;
}
html .um .um-form form .um-account-side li a.current span.um-account-icon,
html .um:not(.um-admin) .um-form form .um-account-side li a.current span.um-account-icon, body .um .um-form form .um-account-side li a.current span.um-account-icon,
body .um:not(.um-admin) .um-form form .um-account-side li a.current span.um-account-icon {
  color: #ffffff;
}
html .um .um-form form .um-account-side li a.current span.um-account-title,
html .um:not(.um-admin) .um-form form .um-account-side li a.current span.um-account-title, body .um .um-form form .um-account-side li a.current span.um-account-title,
body .um:not(.um-admin) .um-form form .um-account-side li a.current span.um-account-title {
  color: #ffffff;
}
html .um .um-form form .um-account-side li a span.um-account-icon,
html .um:not(.um-admin) .um-form form .um-account-side li a span.um-account-icon, body .um .um-form form .um-account-side li a span.um-account-icon,
body .um:not(.um-admin) .um-form form .um-account-side li a span.um-account-icon {
  width: 50px;
}
html .um .um-form form .um-account-side li a span.um-account-arrow,
html .um:not(.um-admin) .um-form form .um-account-side li a span.um-account-arrow, body .um .um-form form .um-account-side li a span.um-account-arrow,
body .um:not(.um-admin) .um-form form .um-account-side li a span.um-account-arrow {
  top: 3px;
}
html .um .um-form form .um-account-side a.custom_tablink,
html .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink, body .um .um-form form .um-account-side a.custom_tablink,
body .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink {
  display: block;
  width: 100%;
  padding: 2px 0;
  text-decoration: none;
  background-color: #eee;
  margin-bottom: 1px !important;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 840px) {
  html .um .um-form form .um-account-side a.custom_tablink,
  html .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink, body .um .um-form form .um-account-side a.custom_tablink,
  body .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink {
    background-color: #ffffff;
    border-color: #ffffff;
    margin: 0 !important;
  }
}
html .um .um-form form .um-account-side a.custom_tablink span.um-account-icontip,
html .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink span.um-account-icontip, body .um .um-form form .um-account-side a.custom_tablink span.um-account-icontip,
body .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink span.um-account-icontip {
  text-align: center;
  color: #666;
  background-color: #fff;
}
html .um .um-form form .um-account-side a.custom_tablink span.um-account-icon,
html .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink span.um-account-icon, body .um .um-form form .um-account-side a.custom_tablink span.um-account-icon,
body .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink span.um-account-icon {
  width: 50px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
  height: 30px;
  box-sizing: initial;
  color: #444444;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 840px) {
  html .um .um-form form .um-account-side a.custom_tablink span.um-account-icon,
  html .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink span.um-account-icon, body .um .um-form form .um-account-side a.custom_tablink span.um-account-icon,
  body .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink span.um-account-icon {
    display: none;
  }
}
html .um .um-form form .um-account-side a.custom_tablink span.um-account-title,
html .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink span.um-account-title, body .um .um-form form .um-account-side a.custom_tablink span.um-account-title,
body .um:not(.um-admin) .um-form form .um-account-side a.custom_tablink span.um-account-title {
  padding-left: 20px;
  color: #555;
}
html .um .um-form form .um-account-main .um-field-block,
html .um:not(.um-admin) .um-form form .um-account-main .um-field-block, body .um .um-form form .um-account-main .um-field-block,
body .um:not(.um-admin) .um-form form .um-account-main .um-field-block {
  font-size: 15px;
}
html .um .um-form form .um-account-main #um_field_0_register_profile_photo,
html .um:not(.um-admin) .um-form form .um-account-main #um_field_0_register_profile_photo, body .um .um-form form .um-account-main #um_field_0_register_profile_photo,
body .um:not(.um-admin) .um-form form .um-account-main #um_field_0_register_profile_photo {
  display: none;
}
html .um .um-form form .um-account-main .select2-selection__choice,
html .um:not(.um-admin) .um-form form .um-account-main .select2-selection__choice, body .um .um-form form .um-account-main .select2-selection__choice,
body .um:not(.um-admin) .um-form form .um-account-main .select2-selection__choice {
  background: var(--primary-color) !important;
  border: none !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 15px;
  overflow: initial !important;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 15px !important;
}
html .um .um-form form .um-account-main .select2-selection__choice .select2-selection__choice__remove,
html .um:not(.um-admin) .um-form form .um-account-main .select2-selection__choice .select2-selection__choice__remove, body .um .um-form form .um-account-main .select2-selection__choice .select2-selection__choice__remove,
body .um:not(.um-admin) .um-form form .um-account-main .select2-selection__choice .select2-selection__choice__remove {
  color: #ffffff;
  line-height: 15px !important;
}
html .um .um-form form .um-account-main .select2-selection__clear,
html .um:not(.um-admin) .um-form form .um-account-main .select2-selection__clear, body .um .um-form form .um-account-main .select2-selection__clear,
body .um:not(.um-admin) .um-form form .um-account-main .select2-selection__clear {
  top: calc(50% - 20px) !important;
  right: 20px !important;
}
@media (max-width: 480px) {
  html .um .um-form form .um-account-main .um-account-nav a,
  html .um:not(.um-admin) .um-form form .um-account-main .um-account-nav a, body .um .um-form form .um-account-main .um-account-nav a,
  body .um:not(.um-admin) .um-form form .um-account-main .um-account-nav a {
    font-size: 16px;
  }
}
html .um .um-form form .um-account-main .um-account-nav-custom,
html .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom, body .um .um-form form .um-account-main .um-account-nav-custom,
body .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom {
  display: none;
}
@media only screen and (max-width: 540px) {
  html .um .um-form form .um-account-main .um-account-nav-custom,
  html .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom, body .um .um-form form .um-account-main .um-account-nav-custom,
  body .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom {
    display: block;
  }
}
html .um .um-form form .um-account-main .um-account-nav-custom a,
html .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom a, body .um .um-form form .um-account-main .um-account-nav-custom a,
body .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom a {
  display: block;
  height: 44px;
  line-height: 44px;
  color: #666 !important;
  text-decoration: none !important;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #eee !important;
  transition: all 0.2s linear;
  font-size: 14px;
}
@media (max-width: 480px) {
  html .um .um-form form .um-account-main .um-account-nav-custom a,
  html .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom a, body .um .um-form form .um-account-main .um-account-nav-custom a,
  body .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom a {
    font-size: 16px;
  }
}
html .um .um-form form .um-account-main .um-account-nav-custom a span.ico,
html .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom a span.ico, body .um .um-form form .um-account-main .um-account-nav-custom a span.ico,
body .um:not(.um-admin) .um-form form .um-account-main .um-account-nav-custom a span.ico {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 21px;
  width: 21px;
  text-align: center;
}
html .um .um-form form input.um-form-field,
html .um .um-form form input.um-form-field:focus,
html .um .um-form form input#um-export-data,
html .um .um-form form span.select2 span.selection span.select2-selection,
html .um:not(.um-admin) .um-form form input.um-form-field,
html .um:not(.um-admin) .um-form form input.um-form-field:focus,
html .um:not(.um-admin) .um-form form input#um-export-data,
html .um:not(.um-admin) .um-form form span.select2 span.selection span.select2-selection, body .um .um-form form input.um-form-field,
body .um .um-form form input.um-form-field:focus,
body .um .um-form form input#um-export-data,
body .um .um-form form span.select2 span.selection span.select2-selection,
body .um:not(.um-admin) .um-form form input.um-form-field,
body .um:not(.um-admin) .um-form form input.um-form-field:focus,
body .um:not(.um-admin) .um-form form input#um-export-data,
body .um:not(.um-admin) .um-form form span.select2 span.selection span.select2-selection {
  background-color: #F0ECF0 !important;
  color: var(--textcolor) !important;
  border: none !important;
  font-style: italic !important;
  border-radius: 50px !important;
  padding: 15px 25px !important;
  font-size: 17px !important;
  height: auto !important;
  line-height: 1 !important;
  width: 100%;
}
html .um .um-form form input.um-form-field span:not(.select2-selection__choice__remove),
html .um .um-form form input.um-form-field:focus span:not(.select2-selection__choice__remove),
html .um .um-form form input#um-export-data span:not(.select2-selection__choice__remove),
html .um .um-form form span.select2 span.selection span.select2-selection span:not(.select2-selection__choice__remove),
html .um:not(.um-admin) .um-form form input.um-form-field span:not(.select2-selection__choice__remove),
html .um:not(.um-admin) .um-form form input.um-form-field:focus span:not(.select2-selection__choice__remove),
html .um:not(.um-admin) .um-form form input#um-export-data span:not(.select2-selection__choice__remove),
html .um:not(.um-admin) .um-form form span.select2 span.selection span.select2-selection span:not(.select2-selection__choice__remove), body .um .um-form form input.um-form-field span:not(.select2-selection__choice__remove),
body .um .um-form form input.um-form-field:focus span:not(.select2-selection__choice__remove),
body .um .um-form form input#um-export-data span:not(.select2-selection__choice__remove),
body .um .um-form form span.select2 span.selection span.select2-selection span:not(.select2-selection__choice__remove),
body .um:not(.um-admin) .um-form form input.um-form-field span:not(.select2-selection__choice__remove),
body .um:not(.um-admin) .um-form form input.um-form-field:focus span:not(.select2-selection__choice__remove),
body .um:not(.um-admin) .um-form form input#um-export-data span:not(.select2-selection__choice__remove),
body .um:not(.um-admin) .um-form form span.select2 span.selection span.select2-selection span:not(.select2-selection__choice__remove) {
  line-height: 28px !important;
}
html .um .um-form form input.um-form-field span.select2-selection__arrow,
html .um .um-form form input.um-form-field:focus span.select2-selection__arrow,
html .um .um-form form input#um-export-data span.select2-selection__arrow,
html .um .um-form form span.select2 span.selection span.select2-selection span.select2-selection__arrow,
html .um:not(.um-admin) .um-form form input.um-form-field span.select2-selection__arrow,
html .um:not(.um-admin) .um-form form input.um-form-field:focus span.select2-selection__arrow,
html .um:not(.um-admin) .um-form form input#um-export-data span.select2-selection__arrow,
html .um:not(.um-admin) .um-form form span.select2 span.selection span.select2-selection span.select2-selection__arrow, body .um .um-form form input.um-form-field span.select2-selection__arrow,
body .um .um-form form input.um-form-field:focus span.select2-selection__arrow,
body .um .um-form form input#um-export-data span.select2-selection__arrow,
body .um .um-form form span.select2 span.selection span.select2-selection span.select2-selection__arrow,
body .um:not(.um-admin) .um-form form input.um-form-field span.select2-selection__arrow,
body .um:not(.um-admin) .um-form form input.um-form-field:focus span.select2-selection__arrow,
body .um:not(.um-admin) .um-form form input#um-export-data span.select2-selection__arrow,
body .um:not(.um-admin) .um-form form span.select2 span.selection span.select2-selection span.select2-selection__arrow {
  top: calc(50% - 17px);
  right: 15px;
  font-style: normal !important;
}
html .um .um-form form .um-field-register_profile_photo .um-field-area,
html .um:not(.um-admin) .um-form form .um-field-register_profile_photo .um-field-area, body .um .um-form form .um-field-register_profile_photo .um-field-area,
body .um:not(.um-admin) .um-form form .um-field-register_profile_photo .um-field-area {
  text-align: left !important;
}
html .um .um-form form .picker__box,
html .um:not(.um-admin) .um-form form .picker__box, body .um .um-form form .picker__box,
body .um:not(.um-admin) .um-form form .picker__box {
  background-color: #F0ECF0 !important;
  color: var(--textcolor) !important;
}
html .um .um-form form .picker__box .picker__header,
html .um:not(.um-admin) .um-form form .picker__box .picker__header, body .um .um-form form .picker__box .picker__header,
body .um:not(.um-admin) .um-form form .picker__box .picker__header {
  background-color: var(--secondary-color);
}
html .um .um-form form .picker__box .picker__header .picker__month,
html .um:not(.um-admin) .um-form form .picker__box .picker__header .picker__month, body .um .um-form form .picker__box .picker__header .picker__month,
body .um:not(.um-admin) .um-form form .picker__box .picker__header .picker__month {
  color: #ffffff;
}
html .um .um-form form .picker__box .picker__header .picker__nav--next:hover,
html .um .um-form form .picker__box .picker__header .picker__nav--prev:hover,
html .um:not(.um-admin) .um-form form .picker__box .picker__header .picker__nav--next:hover,
html .um:not(.um-admin) .um-form form .picker__box .picker__header .picker__nav--prev:hover, body .um .um-form form .picker__box .picker__header .picker__nav--next:hover,
body .um .um-form form .picker__box .picker__header .picker__nav--prev:hover,
body .um:not(.um-admin) .um-form form .picker__box .picker__header .picker__nav--next:hover,
body .um:not(.um-admin) .um-form form .picker__box .picker__header .picker__nav--prev:hover {
  background: none !important;
}
html .um .um-form form .picker__box .picker__day--highlighted,
html .um .um-form form .picker__box .picker__day:hover,
html .um:not(.um-admin) .um-form form .picker__box .picker__day--highlighted,
html .um:not(.um-admin) .um-form form .picker__box .picker__day:hover, body .um .um-form form .picker__box .picker__day--highlighted,
body .um .um-form form .picker__box .picker__day:hover,
body .um:not(.um-admin) .um-form form .picker__box .picker__day--highlighted,
body .um:not(.um-admin) .um-form form .picker__box .picker__day:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}
html .um .um-form form .picker__box .picker__weekday,
html .um:not(.um-admin) .um-form form .picker__box .picker__weekday, body .um .um-form form .picker__box .picker__weekday,
body .um:not(.um-admin) .um-form form .picker__box .picker__weekday {
  color: var(--textcolor) !important;
}
html .um .um-form form .picker__box .picker__footer,
html .um:not(.um-admin) .um-form form .picker__box .picker__footer, body .um .um-form form .picker__box .picker__footer,
body .um:not(.um-admin) .um-form form .picker__box .picker__footer {
  background-color: var(--secondary-color);
}
html .um .um-form form .picker__box .picker__footer .picker__month,
html .um:not(.um-admin) .um-form form .picker__box .picker__footer .picker__month, body .um .um-form form .picker__box .picker__footer .picker__month,
body .um:not(.um-admin) .um-form form .picker__box .picker__footer .picker__month {
  color: #ffffff;
}
html .um .um-form form textarea,
html .um .um-form form textarea:focus,
html .um:not(.um-admin) .um-form form textarea,
html .um:not(.um-admin) .um-form form textarea:focus, body .um .um-form form textarea,
body .um .um-form form textarea:focus,
body .um:not(.um-admin) .um-form form textarea,
body .um:not(.um-admin) .um-form form textarea:focus {
  height: 250px;
  background-color: #F0ECF0 !important;
  color: var(--textcolor) !important;
  border: none !important;
  font-style: italic !important;
  border-radius: 20px !important;
  padding: 15px 25px !important;
  font-size: 15px !important;
  width: 100%;
  overflow: scroll;
  line-height: 1.3 !important;
  font-size: 15px !important;
  font-family: var(--primary-font);
  resize: none;
}
html .um .um-form form .select2-search,
html .um:not(.um-admin) .um-form form .select2-search, body .um .um-form form .select2-search,
body .um:not(.um-admin) .um-form form .select2-search {
  width: 100% !important;
}
html .um .um-form form .select2-search .select2-search__field,
html .um:not(.um-admin) .um-form form .select2-search .select2-search__field, body .um .um-form form .select2-search .select2-search__field,
body .um:not(.um-admin) .um-form form .select2-search .select2-search__field {
  width: 100% !important;
  background-color: #F0ECF0 !important;
}
html .um .um-form form .select2-selection__choice + .select2-search,
html .um:not(.um-admin) .um-form form .select2-selection__choice + .select2-search, body .um .um-form form .select2-selection__choice + .select2-search,
body .um:not(.um-admin) .um-form form .select2-selection__choice + .select2-search {
  width: auto !important;
}
html .um .um-form form li.select2-selection__choice span.select2-selection__choice__remove,
html .um:not(.um-admin) .um-form form li.select2-selection__choice span.select2-selection__choice__remove, body .um .um-form form li.select2-selection__choice span.select2-selection__choice__remove,
body .um:not(.um-admin) .um-form form li.select2-selection__choice span.select2-selection__choice__remove {
  line-height: 20px !important;
}
html .um .um-form form .um-field-radio,
html .um:not(.um-admin) .um-form form .um-field-radio, body .um .um-form form .um-field-radio,
body .um:not(.um-admin) .um-form form .um-field-radio {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
}
html .um .um-form form .um-field-radio .um-field-area,
html .um:not(.um-admin) .um-form form .um-field-radio .um-field-area, body .um .um-form form .um-field-radio .um-field-area,
body .um:not(.um-admin) .um-form form .um-field-radio .um-field-area {
  padding-left: 25px;
}
html .um .um-form form .um-field-radio .um-field-radio-option,
html .um:not(.um-admin) .um-form form .um-field-radio .um-field-radio-option, body .um .um-form form .um-field-radio .um-field-radio-option,
body .um:not(.um-admin) .um-form form .um-field-radio .um-field-radio-option {
  margin: 0;
}
html .um .um-form form .um-field-radio.active .um-field-radio-state i,
html .um:not(.um-admin) .um-form form .um-field-radio.active .um-field-radio-state i, body .um .um-form form .um-field-radio.active .um-field-radio-state i,
body .um:not(.um-admin) .um-form form .um-field-radio.active .um-field-radio-state i {
  color: var(--primary-color);
}
html .um .um-form form input#um-submit-btn,
html .um .um-form form input[name=um_account_submit],
html .um:not(.um-admin) .um-form form input#um-submit-btn,
html .um:not(.um-admin) .um-form form input[name=um_account_submit], body .um .um-form form input#um-submit-btn,
body .um .um-form form input[name=um_account_submit],
body .um:not(.um-admin) .um-form form input#um-submit-btn,
body .um:not(.um-admin) .um-form form input[name=um_account_submit] {
  background-color: var(--primary-color);
  transition: all 0.3s;
  color: #ffffff !important;
  border-radius: 50px !important;
  height: auto !important;
  padding: 15px 25px !important;
  font-size: 17px !important;
  cursor: pointer;
  border: none;
  font-weight: 600 !important;
  font-style: normal !important;
  font-family: var(--primary-font);
  width: auto;
  white-space: nowrap;
}
html .um .um-form form input#um-submit-btn:hover,
html .um .um-form form input[name=um_account_submit]:hover,
html .um:not(.um-admin) .um-form form input#um-submit-btn:hover,
html .um:not(.um-admin) .um-form form input[name=um_account_submit]:hover, body .um .um-form form input#um-submit-btn:hover,
body .um .um-form form input[name=um_account_submit]:hover,
body .um:not(.um-admin) .um-form form input#um-submit-btn:hover,
body .um:not(.um-admin) .um-form form input[name=um_account_submit]:hover {
  background-color: var(--primary-color-dark);
}
html .um .um-form form a.um-button,
html .um .um-form form a.um-request-button,
html .um:not(.um-admin) .um-form form a.um-button,
html .um:not(.um-admin) .um-form form a.um-request-button, body .um .um-form form a.um-button,
body .um .um-form form a.um-request-button,
body .um:not(.um-admin) .um-form form a.um-button,
body .um:not(.um-admin) .um-form form a.um-request-button {
  background-color: var(--grey-light);
  transition: all 0.3s;
  border-radius: 50px !important;
  height: auto !important;
  padding: 15px 25px !important;
  font-size: 17px !important;
  cursor: pointer;
  border: none !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-family: var(--primary-font);
  line-height: 1 !important;
  color: var(--grey-dark) !important;
}
html .um .um-form form a.um-button:hover,
html .um .um-form form a.um-request-button:hover,
html .um:not(.um-admin) .um-form form a.um-button:hover,
html .um:not(.um-admin) .um-form form a.um-request-button:hover, body .um .um-form form a.um-button:hover,
body .um .um-form form a.um-request-button:hover,
body .um:not(.um-admin) .um-form form a.um-button:hover,
body .um:not(.um-admin) .um-form form a.um-request-button:hover {
  background-color: var(--secondary-color-light);
}
html .um .um-form form .um-account-link.current,
html .um .um-form form .um-account-link.current:hover,
html .um:not(.um-admin) .um-form form .um-account-link.current,
html .um:not(.um-admin) .um-form form .um-account-link.current:hover, body .um .um-form form .um-account-link.current,
body .um .um-form form .um-account-link.current:hover,
body .um:not(.um-admin) .um-form form .um-account-link.current,
body .um:not(.um-admin) .um-form form .um-account-link.current:hover {
  background-color: var(--primary-color);
}
@media only screen and (max-width: 565px) {
  html .um .um-form .um-half,
  html .um:not(.um-admin) .um-form .um-half, body .um .um-form .um-half,
  body .um:not(.um-admin) .um-form .um-half {
    width: 100%;
    margin-bottom: 10px;
  }
}
html .wfu_browser_container, body .wfu_browser_container {
  width: 100%;
  overflow-x: scroll;
}
html .wfu_browser_container .wfu_actions, body .wfu_browser_container .wfu_actions {
  visibility: visible !important;
}
html .wfu_browser_container .wfu_browser_table, body .wfu_browser_container .wfu_browser_table {
  width: 100%;
  overflow-x: scroll;
}
html .wfu_browser_container .wfu_browser_table thead, body .wfu_browser_container .wfu_browser_table thead {
  background-color: var(--secondary-color);
  color: #ffffff;
}
html .wfu_browser_container .wfu_browser_table thead th, body .wfu_browser_container .wfu_browser_table thead th {
  padding: 10px;
  font-size: 18px;
}
html .wfu_browser_container .wfu_browser_table tbody tr:nth-child(even), body .wfu_browser_container .wfu_browser_table tbody tr:nth-child(even) {
  background-color: var(--grey-light);
}
html .wfu_browser_container .wfu_browser_table tbody tr:nth-child(even) td, body .wfu_browser_container .wfu_browser_table tbody tr:nth-child(even) td {
  padding: 10px;
  text-align: center;
}
html .wfu_browser_container .wfu_browser_table tbody tr:nth-child(even) td a, body .wfu_browser_container .wfu_browser_table tbody tr:nth-child(even) td a {
  color: var(--primary-color);
}
html .wfu_browser_container .wfu_browser_table tbody tr:nth-child(odd), body .wfu_browser_container .wfu_browser_table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
html .wfu_browser_container .wfu_browser_table tbody tr:nth-child(odd) td, body .wfu_browser_container .wfu_browser_table tbody tr:nth-child(odd) td {
  padding: 10px;
  text-align: center;
}
html .wfu_browser_container .wfu_browser_table tbody tr:nth-child(odd) td a, body .wfu_browser_container .wfu_browser_table tbody tr:nth-child(odd) td a {
  color: var(--primary-color);
}
html .file_div_clean,
html .wfu_container, body .file_div_clean,
body .wfu_container {
  width: 100%;
}
html .file_div_clean table.file_table_clean,
html .wfu_container table.file_table_clean, body .file_div_clean table.file_table_clean,
body .wfu_container table.file_table_clean {
  width: 100%;
}
html .file_div_clean table.file_table_clean tr,
html .wfu_container table.file_table_clean tr, body .file_div_clean table.file_table_clean tr,
body .wfu_container table.file_table_clean tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
html .file_div_clean table.file_table_clean tr td,
html .wfu_container table.file_table_clean tr td, body .file_div_clean table.file_table_clean tr td,
body .wfu_container table.file_table_clean tr td {
  width: auto;
  margin-bottom: 10px;
}
html .file_div_clean table.file_table_clean tr td form,
html .wfu_container table.file_table_clean tr td form, body .file_div_clean table.file_table_clean tr td form,
body .wfu_container table.file_table_clean tr td form {
  height: auto;
  width: auto;
}
html .file_div_clean table.file_table_clean tr td form input,
html .wfu_container table.file_table_clean tr td form input, body .file_div_clean table.file_table_clean tr td form input,
body .wfu_container table.file_table_clean tr td form input {
  background-color: #F0ECF0;
  color: var(--textcolor) !important;
  border: none;
  font-style: italic;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 17px;
  font-family: var(--primary-font);
  height: auto;
  position: initial;
  background-image: none;
  width: auto;
  cursor: pointer;
}
html .file_div_clean table.file_table_clean tr td form input:hover,
html .wfu_container table.file_table_clean tr td form input:hover, body .file_div_clean table.file_table_clean tr td form input:hover,
body .wfu_container table.file_table_clean tr td form input:hover {
  background-color: var(--secondary-color-light);
}
html .file_div_clean table.file_table_clean tr td .file_input_submit,
html .wfu_container table.file_table_clean tr td .file_input_submit, body .file_div_clean table.file_table_clean tr td .file_input_submit,
body .wfu_container table.file_table_clean tr td .file_input_submit {
  background-color: var(--primary-color);
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 17px;
  cursor: pointer;
  border: none;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  background-image: none;
  height: auto;
  width: auto;
  font-family: var(--primary-font);
  cursor: pointer;
}
html .file_div_clean table.file_table_clean tr td .file_input_submit:hover,
html .wfu_container table.file_table_clean tr td .file_input_submit:hover, body .file_div_clean table.file_table_clean tr td .file_input_submit:hover,
body .wfu_container table.file_table_clean tr td .file_input_submit:hover {
  background-color: var(--primary-color-dark);
}
html .file_div_clean table.file_table_clean .file_filelist,
html .wfu_container table.file_table_clean .file_filelist, body .file_div_clean table.file_table_clean .file_filelist,
body .wfu_container table.file_table_clean .file_filelist {
  background-color: #ffffff;
}
html .file_div_clean div.file_messageblock_fileheader,
html .wfu_container div.file_messageblock_fileheader, body .file_div_clean div.file_messageblock_fileheader,
body .wfu_container div.file_messageblock_fileheader {
  padding: 10px;
}
html .file_div_clean div.file_messageblock_fileheader label,
html .wfu_container div.file_messageblock_fileheader label, body .file_div_clean div.file_messageblock_fileheader label,
body .wfu_container div.file_messageblock_fileheader label {
  font-size: 15px;
}
html .file_div_clean div.file_filelist,
html .wfu_container div.file_filelist, body .file_div_clean div.file_filelist,
body .wfu_container div.file_filelist {
  width: auto;
  min-width: 200px;
  max-width: 100%;
}
html .file_div_clean div.file_filelist div.file_filelist_list_div,
html .wfu_container div.file_filelist div.file_filelist_list_div, body .file_div_clean div.file_filelist div.file_filelist_list_div,
body .wfu_container div.file_filelist div.file_filelist_list_div {
  padding: 10px;
}
html .file_div_clean div.file_filelist div.file_filelist_list_div label.file_filelist_filelabel_label0,
html .wfu_container div.file_filelist div.file_filelist_list_div label.file_filelist_filelabel_label0, body .file_div_clean div.file_filelist div.file_filelist_list_div label.file_filelist_filelabel_label0,
body .wfu_container div.file_filelist div.file_filelist_list_div label.file_filelist_filelabel_label0 {
  font-size: 15px;
}
html .popup_fileupload, body .popup_fileupload {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
  padding: 10px;
}
html .popup_fileupload .popup_fileupload_inner, body .popup_fileupload .popup_fileupload_inner {
  width: 100%;
  max-width: 1300px;
}
html .popup_fileupload .popup_fileupload_inner .close_popup_fileupload, body .popup_fileupload .popup_fileupload_inner .close_popup_fileupload {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  display: block;
  text-align: right;
}

html .jobs_results_wrapper, body .jobs_results_wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
html .jobs_results_wrapper #loading_overlay, body .jobs_results_wrapper #loading_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  justify-content: center;
  padding: 15px;
  z-index: 999;
}
html .jobs_results_wrapper #loading_overlay span, body .jobs_results_wrapper #loading_overlay span {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
html .jobs_results_wrapper #loading_overlay i, body .jobs_results_wrapper #loading_overlay i {
  font-size: 30px;
  color: var(--primary-color);
  animation-name: loading;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
html .jobs_results_wrapper #results_filter, body .jobs_results_wrapper #results_filter {
  width: 33.33%;
  border-right: 1px solid #F0ECF0;
  padding: 0 90px 15px 15px;
}
html .jobs_results_wrapper #results_filter .mobile_filter_headline, body .jobs_results_wrapper #results_filter .mobile_filter_headline {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .jobs_results_wrapper #results_filter .mobile_filter_headline i, body .jobs_results_wrapper #results_filter .mobile_filter_headline i {
  cursor: pointer;
  transition: all 0.3s;
}
html .jobs_results_wrapper #results_filter .mobile_filter_headline i.active, body .jobs_results_wrapper #results_filter .mobile_filter_headline i.active {
  transform: rotate(180deg);
}
html .jobs_results_wrapper #results_filter .resultform, body .jobs_results_wrapper #results_filter .resultform {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
}
html .jobs_results_wrapper #results, body .jobs_results_wrapper #results {
  width: 66.66%;
  padding: 15px 15px 15px 90px;
}
html .jobs_results_wrapper.watchlist_wrapper .jobs_resultlist, body .jobs_results_wrapper.watchlist_wrapper .jobs_resultlist {
  width: 100%;
}
html .jobs_results_wrapper .jobs_resultlist .job_result_single, body .jobs_results_wrapper .jobs_resultlist .job_result_single {
  padding: 30px 0;
  border-bottom: 1px solid #F0ECF0;
}
html .jobs_results_wrapper .jobs_resultlist .job_result_single .job_result_type, body .jobs_results_wrapper .jobs_resultlist .job_result_single .job_result_type {
  font-size: 17px;
  display: block;
  color: var(--primary-color);
}
html .jobs_results_wrapper .jobs_resultlist .job_result_single .job_result_title, body .jobs_results_wrapper .jobs_resultlist .job_result_single .job_result_title {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}
html .jobs_results_wrapper .jobs_resultlist .job_result_single .job_result_date-city, body .jobs_results_wrapper .jobs_resultlist .job_result_single .job_result_date-city {
  display: block;
  font-weight: 600;
  font-size: 17px;
}
html .jobs_results_wrapper .jobs_resultlist .job_result_single:first-child, body .jobs_results_wrapper .jobs_resultlist .job_result_single:first-child {
  padding-top: 0;
}
html .jobs_results_wrapper .jobs_resultlist .job_result_single .wp-block-button__link, body .jobs_results_wrapper .jobs_resultlist .job_result_single .wp-block-button__link {
  width: auto;
}
html .job_details, body .job_details {
  padding: 50px 15px;
}
html .job_details #job_inner, body .job_details #job_inner {
  width: 875px;
  max-width: 100%;
  margin: auto;
}
html .job_details #job_inner .job_information, body .job_details #job_inner .job_information {
  padding: 0 50px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  html .job_details #job_inner .job_information, body .job_details #job_inner .job_information {
    padding: 0;
  }
}
html .job_details #job_inner .job_information span.evtype, body .job_details #job_inner .job_information span.evtype {
  display: block;
  font-size: 24px;
}
html .job_details #job_inner .job_information h1, body .job_details #job_inner .job_information h1 {
  font-size: 70px;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 480px) {
  html .job_details #job_inner .job_information h1, body .job_details #job_inner .job_information h1 {
    font-size: 45px;
    margin-bottom: 5px;
    -webkit-hyphens: auto;
            hyphens: auto;
    line-height: 1;
  }
}
html .job_details #job_inner .job_information span.date_city, body .job_details #job_inner .job_information span.date_city {
  display: block;
  color: var(--primary-color);
  font-size: 34px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  html .job_details #job_inner .job_information span.date_city, body .job_details #job_inner .job_information span.date_city {
    font-size: 28px;
    line-height: 1.2;
  }
}
html .job_details #job_inner .job_information .job_apply-form, body .job_details #job_inner .job_information .job_apply-form {
  display: none;
  padding: 50px 0 0 0;
}
html .job_details #job_inner #map-container iframe, body .job_details #job_inner #map-container iframe {
  width: 100%;
  height: 517px;
  border-radius: 50px;
  border: none;
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1280px) {
  html .jobs_results_wrapper #results_filter, body .jobs_results_wrapper #results_filter {
    padding-right: 30px;
  }
  html .jobs_results_wrapper #results, body .jobs_results_wrapper #results {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  html .jobs_results_wrapper, body .jobs_results_wrapper {
    padding-top: 15px;
  }
  html .jobs_results_wrapper #loading_overlay, body .jobs_results_wrapper #loading_overlay {
    width: calc(100% + 40px);
    left: -20px;
    top: 5px;
  }
  html .jobs_results_wrapper #results_filter, body .jobs_results_wrapper #results_filter {
    width: 100%;
    padding: 30px 15px;
    border-right: none;
    background-color: var(--primary-color);
    color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  html .jobs_results_wrapper #results_filter .mobile_filter_headline, body .jobs_results_wrapper #results_filter .mobile_filter_headline {
    display: flex;
  }
  html .jobs_results_wrapper #results_filter .resultform, body .jobs_results_wrapper #results_filter .resultform {
    display: none;
    position: initial;
    padding-top: 30px;
  }
  html .jobs_results_wrapper #results_filter .resultform.active, body .jobs_results_wrapper #results_filter .resultform.active {
    display: flex;
  }
  html .jobs_results_wrapper #results_filter .resultform button, body .jobs_results_wrapper #results_filter .resultform button {
    background-color: #ffffff;
    color: var(--primary-color);
  }
  html .jobs_results_wrapper #results_filter .resultform button:hover, body .jobs_results_wrapper #results_filter .resultform button:hover {
    background-color: var(--primary-color-dark);
    color: #ffffff;
  }
  html .jobs_results_wrapper #results_filter:before, body .jobs_results_wrapper #results_filter:before {
    height: 100%;
    width: 20px;
    top: 0;
    right: 100%;
    content: "";
    background-color: var(--primary-color);
    position: absolute;
  }
  html .jobs_results_wrapper #results_filter:after, body .jobs_results_wrapper #results_filter:after {
    height: 100%;
    width: 20px;
    top: 0;
    left: 100%;
    content: "";
    background-color: var(--primary-color);
    position: absolute;
  }
  html .jobs_results_wrapper #results, body .jobs_results_wrapper #results {
    width: 100%;
    padding: 15px;
  }
}
html, body {
  --p-font-size: 17px;
  --paragraph-max-width: 655px;
  --p-font-family: "Roboto", sans-serif;
  --p-line-height: 1.65;
  --list-item-top: 10px;
}
html #wrapper .list-outer-wrapper .list-inner-wrapper ul li::before, body #wrapper .list-outer-wrapper .list-inner-wrapper ul li::before {
  left: -5px;
}

html, body {
  --button-border-radius: 50px;
  --button-padding-top: 15px;
  --button-padding-bottom: 15px;
  --button-padding-left: 25px;
  --button-padding-right: 25px;
  --button-font-weight: 600;
  --button-hover-background-color: var(--primary-color-dark);
  --button-margin-bottom: 10px;
  --button-margin-top: 10px;
}
html .buttons-outer-wrapper, body .buttons-outer-wrapper {
  margin-bottom: 40px !important;
}
html .wp-block-button, body .wp-block-button {
  margin-right: 15px;
}
html .button_primary, body .button_primary {
  background-color: var(--primary-color);
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 17px;
  cursor: pointer;
  border: none;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}
html .button_primary:hover, body .button_primary:hover {
  background-color: var(--primary-color-dark);
}
html .button_secondary, body .button_secondary {
  --button-background-color: var(--grey-light);
  --button-hover-background-color: var(--secondary-color-light);
  --button-color: var(--grey-dark);
}
html .button_tertiary, body .button_tertiary {
  --button-border-radius: 0;
  --button-padding-top: 0;
  --button-padding-bottom: 0;
  --button-padding-left: 0;
  --button-padding-right: 0;
  --button-background-color: transparent;
  --button-hover-background-color: transparent;
  --button-color: var(--textcolor);
}
html .button_tertiary a, body .button_tertiary a {
  border-bottom: 1px solid var(--primary-color);
}
html .button_tertiary a:hover, body .button_tertiary a:hover {
  border-bottom: 1px solid var(--primary-color-dark);
}
html .force-white-color .button_tertiary, body .force-white-color .button_tertiary {
  --button-color: #ffffff;
  --button-hover-color: var(--secondary-color-light);
}
html .force-white-color .button_tertiary a, body .force-white-color .button_tertiary a {
  border-bottom: 1px solid #ffffff;
}
html .force-white-color .button_tertiary:hover, body .force-white-color .button_tertiary:hover {
  --button-color: var(--secondary-color-light) !important;
}
html .force-white-color .button_tertiary:hover a, body .force-white-color .button_tertiary:hover a {
  border-bottom: 1px solid var(--secondary-color-light);
}
html .force-white-color.has-background-color-var--primary-color, body .force-white-color.has-background-color-var--primary-color {
  --button-background-color: #ffffff;
  --button-color: var(--primary-color);
  --button-hover-color: #ffffff;
}
html .force-white-color.has-background-color-var--primary-color .button_secondary, body .force-white-color.has-background-color-var--primary-color .button_secondary {
  --button-hover-color: var(--grey-dark);
}
html .job_details .job_buttons, body .job_details .job_buttons {
  font-size: 0px;
}
html .job_details .job_buttons span.button_apply, body .job_details .job_buttons span.button_apply {
  background-color: var(--primary-color);
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 17px;
  cursor: pointer;
  border: none;
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
}
html .job_details .job_buttons span.button_apply:hover, body .job_details .job_buttons span.button_apply:hover {
  background-color: var(--primary-color-dark);
}
html .job_details .job_buttons span.button_apply i, body .job_details .job_buttons span.button_apply i {
  padding-left: 5px;
}
html .job_details .job_buttons button.watchlist_button, body .job_details .job_buttons button.watchlist_button {
  background-color: var(--grey-light);
  transition: all 0.3s;
  color: var(--grey-dark);
  border-radius: 50px;
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  border: none;
  display: inline-block;
  font-weight: 600;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
}
html .job_details .job_buttons button.watchlist_button:hover, body .job_details .job_buttons button.watchlist_button:hover {
  background-color: var(--secondary-color-light);
}

html, body {
  --column-vertical-padding: 125px;
  --column-first-padding-right: 75px;
  --column-second-padding-left: 75px;
  --columns-gutter: 0px;
  --column-first-padding-left: 15px;
  --column-second-padding-right: 15px;
  --column-first-break-padding-bottom: 50px;
  --column-first-break-padding-right: 15px;
  --column-last-break-padding-left: 15px;
}
html .has-background-color-var--grey-dark, body .has-background-color-var--grey-dark {
  --force-white-h2-color: var(--primary-color);
}

html, body {
  --block-container-vertical-padding: 95px;
  --block-container-outer-container-full-padding-left: 15px;
  --block-container-outer-container-full-padding-right: 15px;
}
@media only screen and (max-width: 565px) {
  html, body {
    --block-container-vertical-padding: 45px;
  }
}

html .html-inner-wrapper, body .html-inner-wrapper {
  max-width: 100% !important;
}

html .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows, body .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows {
  padding: 0 !important;
}

html, body {
  --jalousie-arrow-top: 0;
}

html .content-before-consent, body .content-before-consent {
  padding: 20px 20px 40px 20px;
  border: 1px solid var(--primary-color);
}
html .content-before-consent p, body .content-before-consent p {
  margin-top: 0;
  padding-bottom: 20px;
}
html .content-before-consent p a, body .content-before-consent p a {
  color: var(--primary-color);
}
html .content-before-consent .iubenda-cs-preferences-link, body .content-before-consent .iubenda-cs-preferences-link {
  cursor: pointer;
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  border: var(--button-border-width, 0) solid var(--button-border-color, var(--primary-color));
  color: var(--button-color, #fff) !important;
  background-color: var(--button-background-color, var(--primary-color));
  font-family: var(--button-font-family, var(--secondary-font, var(--primary-font)));
  font-size: var(--button-font-size, var(--p-font-size));
  line-height: var(--button-line-height, var(--p-line-height));
  font-weight: var(--button-font-weight, var(--p-font-weight));
  padding: var(--button-padding-top, var(--button-padding, 10px)) var(--button-padding-right, var(--button-padding, 30px)) var(--button-padding-bottom, var(--button-padding, 10px)) var(--button-padding-left, var(--button-padding, 30px));
  -webkit-text-decoration: var(--button-text-decoration, none);
  text-decoration: var(--button-text-decoration, none);
  text-transform: var(--button-text-transform, none);
  transition-duration: var(--button-transition-duration, background-color);
  transition-duration: var(--button-transition-duration, var(--transition-duration));
}
html .content-before-consent .iubenda-cs-preferences-link:hover, body .content-before-consent .iubenda-cs-preferences-link:hover {
  border-radius: var(--button-hover-border-radius, var(--button-border-radius, var(--border-radius, 0)));
  border: var(--button-hover-border-width, var(--button-border-width, 0)) solid var(--button-border-color, var(--primary-color));
  color: var(--button-hover-color, var(--button-color, #fff)) !important;
  background-color: var(--button-hover-background-color, var(--secondary-color));
  font-family: var(--button-hover-font-family, var(--button-font-family, var(--secondary-font, var(--primary-font))));
  font-size: var(--button-hover-font-size, var(--button-font-size, var(--p-font-size)));
  line-height: var(--button-hover-line-height, var(--button-line-height, var(--p-line-height)));
  font-weight: var(--button-hover-font-weight, var(--button-font-weight, var(--p-font-weight)));
  padding: var(--button-hover-padding-top, var(--button-padding-top, var(--button-padding, 10px))) var(--button-hover-padding-right, var(--button-padding-right, var(--button-padding, 30px))) var(--button-hover-padding-bottom, var(--button-padding-bottom, var(--button-padding, 10px))) var(--button-hover-padding-left, var(--button-padding-left, var(--button-padding, 30px)));
  -webkit-text-decoration: var(--button-hover-text-decoration, var(--button-text-decoration, none));
  text-decoration: var(--button-hover-text-decoration, var(--button-text-decoration, none));
  text-transform: var(--button-hover-text-transform, var(--button-text-transform, none));
}

html header .header_top, body header .header_top {
  background-color: var(--grey-dark);
  padding: 10px 15px;
  color: var(--textcolor);
  text-align: right;
}
html header .header_top .header-inner, body header .header_top .header-inner {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  max-width: 100%;
  margin: auto;
  align-items: center;
}
html header .header_top .header-inner #header_meta_navigation, body header .header_top .header-inner #header_meta_navigation {
  width: 100%;
}
html header .header_top .header-inner #header_meta_navigation ul, body header .header_top .header-inner #header_meta_navigation ul {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}
html header .header_top .header-inner #header_meta_navigation ul li, body header .header_top .header-inner #header_meta_navigation ul li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
}
html header .header_top .header-inner #header_meta_navigation ul li:first-child, body header .header_top .header-inner #header_meta_navigation ul li:first-child {
  padding-left: 0;
}
html header .header_top .header-inner #header_meta_navigation ul li:last-child, body header .header_top .header-inner #header_meta_navigation ul li:last-child {
  padding-right: 0;
  border: none;
}
html header .header_top .header-inner #header_meta_navigation ul li a, body header .header_top .header-inner #header_meta_navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}
html header .header_bottom, body header .header_bottom {
  padding: 25px 15px;
  background-color: #ffffff;
  box-shadow: 4px 2px 1px 0px rgba(70, 70, 70, 0.24);
}
html header .header_bottom .header-inner, body header .header_bottom .header-inner {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  max-width: 100%;
  margin: auto;
  align-items: center;
}
html header .header_bottom .header-inner .logo, body header .header_bottom .header-inner .logo {
  width: 33.33%;
}
html header .header_bottom .header-inner .logo img, body header .header_bottom .header-inner .logo img {
  width: 125px;
}
html header .header_bottom .header-inner .navigation, body header .header_bottom .header-inner .navigation {
  width: 66.66%;
}
html header .header_bottom .header-inner .navigation .mobile_navigation_header, body header .header_bottom .header-inner .navigation .mobile_navigation_header {
  display: none;
}
html header .header_bottom .header-inner .navigation ul, body header .header_bottom .header-inner .navigation ul {
  margin: 0;
  padding: 0;
}
html header .header_bottom .header-inner .navigation ul li, body header .header_bottom .header-inner .navigation ul li {
  display: inline-block;
  list-style: none;
}
html header .header_bottom .header-inner .navigation ul li a, body header .header_bottom .header-inner .navigation ul li a {
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: var(--textcolor);
  transition: all 0.3s;
}
html header .header_bottom .header-inner .navigation ul li a:hover, body header .header_bottom .header-inner .navigation ul li a:hover {
  color: var(--primary-color);
}
html header .header_bottom .header-inner .navigation ul li.current_page_item a, body header .header_bottom .header-inner .navigation ul li.current_page_item a {
  color: var(--primary-color);
}
html header .header_bottom .header-inner svg#burger, body header .header_bottom .header-inner svg#burger {
  display: none;
}
@media only screen and (max-width: 767px) {
  html header .header_bottom .header-inner, body header .header_bottom .header-inner {
    justify-content: space-between;
  }
  html header .header_bottom .header-inner .navigation, body header .header_bottom .header-inner .navigation {
    position: fixed;
    height: 100vh;
    width: 500px;
    max-width: 80vw;
    top: 0;
    right: -100%;
    transition: all 0.3s;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  }
  html header .header_bottom .header-inner .navigation .mobile_navigation_header, body header .header_bottom .header-inner .navigation .mobile_navigation_header {
    display: flex;
    padding: 15px;
    background-color: var(--grey-light);
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
  }
  html header .header_bottom .header-inner .navigation ul li, body header .header_bottom .header-inner .navigation ul li {
    display: block;
    list-style: none;
    border-bottom: 1px solid var(--grey-light);
    padding: 10px 0;
  }
  html header .header_bottom .header-inner svg#burger, body header .header_bottom .header-inner svg#burger {
    display: block;
    cursor: pointer;
  }
}

footer {
  background-color: var(--grey-dark);
  padding: 50px 15px;
  color: #FFFFFF;
}
footer #footer-inner {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  max-width: 100%;
  margin: auto;
}
footer #footer-inner .footer_column.address p {
  margin: 5px 0;
}
footer #footer-inner .footer_column.address p:first-child {
  margin-top: 0;
}
footer #footer-inner .footer_column.address p strong {
  color: var(--primary-color);
}
footer #footer-inner .footer_column.address p a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s;
}
footer #footer-inner .footer_column.address p a:hover {
  color: var(--primary-color);
}
footer #footer-inner .footer_column .menu-footer-menu-container {
  margin-top: 30px;
}
footer #footer-inner .footer_column ul {
  margin: 0;
  padding: 0;
}
footer #footer-inner .footer_column ul li {
  display: block;
  list-style: none;
}
footer #footer-inner .footer_column ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
footer #footer-inner .footer_column ul li a:hover {
  color: var(--primary-color);
}