/* xl - DESKTOP STYLES */
/* ==============================================================
   Farbkonstanten
   ============================================================== */
/* ==============================================================
   Allgemein
   ============================================================== */
::selection {
  background: #003A6F;
  color: white;
}
.position-unten {
  margin-top: auto;
}
/* ==============================================================
   Scrollbar
   ============================================================== */
::-webkit-scrollbar {
  width: 6px;
  background-color: #76B82A;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #003A6F;
  border-radius: 0;
  border: 2px solid #003A6F;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #CBCBCB;
  border-radius: 0;
  border: 2px solid #CBCBCB;
}
/* ==============================================================
   Typo
   ============================================================== */
[data-elementor-type="wp-post"] {
  /* h1,h2,...*/
  /* heading title (the plus) */
}
[data-elementor-type="wp-post"] .heading-title {
  word-break: break-word;
  hyphens: auto !important;
  overflow-wrap: break-word !important;
}
@media (max-width: 767px) {
  [data-elementor-type="wp-post"] .e-n-accordion-item-title-text, [data-elementor-type="wp-post"] .elementor-heading-title {
    hyphens: auto;
  }
}
@media (max-width: 767px) {
  [data-elementor-type="wp-post"] .elementor-widget-container p a {
    hyphens: auto;
    word-break: break-all;
  }
}
[data-elementor-type="wp-post"] .elementor-widget-tp-heading-title .heading-title, [data-elementor-type="wp-post"] .elementor-widget-tp-heading-title .heading-sub-title {
  margin: 0;
}
.schreibschrift {
  font-family: "Antagon Brush Script", Sans-serif;
  font-size: clamp(29px, 5vw, 116px);
  font-weight: 400;
  color: #ffff;
  letter-spacing: 2px;
  padding-inline-start: 10px;
}
@media (max-width: 1024px) {
  .schreibschrift {
    font-size: clamp(45px, 5vw, 116px);
    letter-spacing: 0;
    padding-inline-start: 5px !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
}
/* ==============================================================
   Hintergrund mit Milchglasseffekt
   ============================================================== */
.backdrop-filter {
  backdrop-filter: blur(17px) saturate(150%) brightness(0.7);
  -webkit-backdrop-filter: blur(17px) saturate(150%) brightness(0.7);
  background-color: rgba(255, 255, 255, 0.15);
}
/* ==============================================================
   Elementor button
   ============================================================== */
.elementor-button:hover svg path {
  fill: #003A6F !important;
}
.elementor-button svg {
  width: 2em;
}
/* ==============================================================
   Klassen
   ============================================================== */
.anker {
  height: 0;
  visibility: hidden;
}
/* ==============================================================
   Header
   ============================================================== */
header[data-elementor-type="header"] .she-header-yes, .postid-4075 .she-header-yes {
  /* ==============================================================
		   On scroll
		   ============================================================== */
  /* ==============================================================
		   Not on scroll
		   ============================================================== */
}
header[data-elementor-type="header"] .she-header-yes.she-header, .postid-4075 .she-header-yes.she-header {
  padding: 10px 5% 30px 5% !important;
}
header[data-elementor-type="header"] .she-header-yes.she-header:before, .postid-4075 .she-header-yes.she-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  backdrop-filter: blur(30px);
  mask-image: linear-gradient(180deg, #000 40%, transparent);
}
header[data-elementor-type="header"] .she-header-yes.she-header .header-main-logo-sitelogo img, .postid-4075 .she-header-yes.she-header .header-main-logo-sitelogo img {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
}
@media (max-width: 1024px) {
  header[data-elementor-type="header"] .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item, .postid-4075 .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item {
    color: white;
  }
}
@media (min-width: 1024px) {
  header[data-elementor-type="header"] .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item, .postid-4075 .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item {
    color: #003A6F;
  }
}
@media (max-width: 1024px) {
  header[data-elementor-type="header"] .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active, .postid-4075 .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active {
    color: white !important;
    border: 3px solid white;
  }
}
@media (min-width: 1024px) {
  header[data-elementor-type="header"] .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active, .postid-4075 .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active {
    color: #003A6F !important;
    border: 3px solid #003A6F;
  }
  header[data-elementor-type="header"] .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active:hover, .postid-4075 .she-header-yes.she-header .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active:hover {
    color: white !important;
  }
}
header[data-elementor-type="header"] .she-header-yes:not(.she-header) .elementor-menu-toggle, .postid-4075 .she-header-yes:not(.she-header) .elementor-menu-toggle {
  padding-right: 0;
  transition: padding-right 0.4s ease-in-out;
}
header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu {
  /* ==============================================================
			   Mobile menu
			   ============================================================== */
}
@media (min-width: 1025px) {
  header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu {
    border-radius: 0;
    padding: 0;
    backdrop-filter: blur(6px) saturate(150%) contrast(0.8);
    background-color: transparent;
  }
}
header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item {
  border-radius: 0;
  color: black;
}
header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item:hover, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item:hover {
  background: #003A6F !important;
  color: white !important;
}
header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active {
  font-weight: 700 !important;
  color: black !important;
  border: 3px solid black;
  background: transparent !important;
}
header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active:hover, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu a.elementor-item-active:hover {
  background: #003A6F !important;
  color: white !important;
  border: 3px solid #003A6F;
}
header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu .elementor-nav-menu-current-active-parent > a, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu .elementor-nav-menu-current-active-parent > a {
  font-weight: 700 !important;
  color: white !important;
  border: 3px solid white;
  background: transparent !important;
}
header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu .elementor-nav-menu-current-active-parent > a:hover, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu .elementor-nav-menu-current-active-parent > a:hover {
  background: #003A6F !important;
  color: white !important;
  border: 3px solid #003A6F;
}
@media (max-width: 1024px) {
  header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu--dropdown, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
    position: absolute;
    top: 4rem;
    right: 0rem;
    background-color: #00000085 !important;
    border-radius: 0 !important;
  }
}
@media (max-width: 1024px) {
  header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu--dropdown li:first-child a, header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-nav-menu--dropdown li:last-child a, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu--dropdown li:first-child a, .postid-4075 .elementor-widget-nav-menu .elementor-nav-menu--dropdown li:last-child a {
    border-radius: 0 !important;
  }
}
header[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-menu-toggle, .postid-4075 .elementor-widget-nav-menu .elementor-menu-toggle {
  transition: padding-right 0.4s ease-in-out;
}
header[data-elementor-type="header"] .logo-wrapper, .postid-4075 .logo-wrapper {
  backdrop-filter: blur(6px) saturate(150%) contrast(0.8);
  background-color: rgba(255, 255, 255, 0.62);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-origin: view-box, fill-box, border-box;
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMTcxIiB2aWV3Qm94PSIwIDAgMTcwIDE3MSI+CiAgPHBhdGggZD0iTTAsMEgxNzBhMCwwLDAsMCwxLDAsMFYxNDJhMjksMjksMCwwLDEtMjksMjlIMjlBMjksMjksMCwwLDEsMCwxNDJWMEEwLDAsMCwwLDEsMCwwWiI+PC9wYXRoPgo8L3N2Zz4K);
}
/* ==============================================================
   Footer
   ============================================================== */
footer[data-elementor-type="footer"] .elementor-nav-menu-current-active-parent > a {
  font-weight: 700 !important;
  color: #76B82A !important;
}
footer[data-elementor-type="footer"] .elementor-nav-menu-current-active-parent > a:hover {
  color: #76B82A !important;
}
/* ==============================================================
   Hero
   ============================================================== */
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #76B82A;
  z-index: -1;
}
.hero:not(.hmv) {
  position: relative;
  background-color: #76B82A;
  background-blend-mode: luminosity;
  /* Maskierung r. u. */
}
@media (max-width: 1024px) {
  .hero:not(.hmv) {
    background-position: 23% center !important;
  }
}
.hero:not(.hmv):before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: exclusion;
  background-color: #003A6F;
  pointer-events: none;
}
.hero:not(.hmv) > * {
  position: relative;
  z-index: 2;
}
.hero:not(.hmv) .ue_background_mask {
  top: 2px !important;
  left: unset !important;
  right: -1px;
  background-repeat: no-repeat;
  background-size: auto 73% !important;
  background-position: bottom right;
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  background-color: rgba(255, 255, 255, 0.15);
  mask-size: auto 77%;
  mask-repeat: no-repeat;
  mask-position: right calc(100% + 1px);
  mask-origin: view-box, fill-box, border-box;
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiB2aWV3Qm94PSIwIDAgODM0LjcgODE4LjQ1Ij4KICA8cGF0aCBkPSJNNTguMDYsNzMwLjM0YzktODguMDktMTEuNjgtNDQyLjYsMzM2LjczLTQ1OC41NFM1MjYuNywyNC41OSw4MDAuNjIsMi4xM0M4MTIuNjgsMS4xNCw4MzQuMjYsMCw4MzQuMjYsMGMwLDAsMS4wMyw2NzUuNjctLjA2LDgxOC4zMWwtODIzLjM5LS4wMnMzOC4yNC4xNSw0Ny4yNC04Ny45NVoiIGZpbGw9IiMwMDAwMDAiPjwvcGF0aD4KPC9zdmc+Cg==);
}
/* ==============================================================
   Bild Text Block (BTB) - Ankermenu
   ============================================================== */
@media (max-width: 1024px) {
  .ankermenu-wrapper .elementor-widget-container > .elementor-loop-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.ankermenu a {
  text-decoration-color: #003A6F !important;
}
@media (min-width: 1025px) {
  .ankermenu a {
    flex-direction: row-reverse;
  }
}
.ankermenu a .elementor-icon-list-text {
  border-bottom: 1px solid #003A6F;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .ankermenu a svg {
    margin-left: 0 !important;
  }
}
/* ==============================================================
   Bild Text Block (BTB)
   ============================================================== */
.btb {
  /* BTB */
  /* BTB */
  /* BTB cards */
  /* BTB cards */
}
.btb .btb_bild .elementor-widget-container {
  position: relative;
  background-color: #76B82A;
}
.btb .btb_bild .elementor-widget-container:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #003A6F;
  mix-blend-mode: exclusion;
}
.btb .btb_bild .elementor-widget-container img {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
@media (min-width: 1025px) {
  .btb_rechts {
    flex-direction: row-reverse !important;
  }
}
.btb_normal .btb_bild .elementor-widget-container {
  position: relative;
  background-color: #76B82A;
}
.btb_normal .btb_bild .elementor-widget-container:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #003A6F;
  mix-blend-mode: exclusion;
}
.btb_normal .btb_bild .elementor-widget-container img {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
.btb_inverted {
  background: #003A6F !important;
}
.btb_inverted:hover {
  border-color: #76B82A !important;
}
.btb_inverted p, .btb_inverted h1, .btb_inverted h2, .btb_inverted h3, .btb_inverted h4, .btb_inverted h5 {
  color: white !important;
}
.btb_inverted a {
  background-color: transparent;
  text-decoration: none;
  border: 2px solid white !important;
}
.btb_inverted .btb_bild {
  flex-grow: 1 !important;
  aspect-ratio: 1 !important;
}
.btb_inverted .btb_bild img {
  width: 50% !important;
  object-fit: initial !important;
}
.btb_inverted .btb_text {
  border: none !important;
}
.btb_inverted .btb_text > .elementor-element {
  flex-grow: 0 !important;
  gap: 4rem;
}
.btb_inverted .btb_text .btb_text_headline {
  text-align: center;
}
.btb_inverted .btb_text .btb_text_desc {
  text-align: center;
  color: white !important;
}
/* ==============================================================
   Cards mit Portraits - ACF Repeater
   ============================================================== */
.cmp {
  aspect-ratio: 0.7924528302;
  position: relative;
  background-color: #CBCBCB !important;
  background-blend-mode: luminosity;
}
.cmp:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: exclusion;
  background-color: #003A6F;
  pointer-events: none;
}
.cmp:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, #003A6F 0%, rgba(255, 0, 0, 0) 50%);
  pointer-events: none;
}
.cmp > * {
  position: relative;
  z-index: 2;
}
.cmp.cmp_inverted {
  background-color: #FEDA00 !important;
}
.cmp.cmp_inverted:before, .cmp.cmp_inverted:after {
  content: unset !important;
}
.cmp.cmp_inverted > .elementor-element {
  height: 100%;
}
.cmp.cmp_inverted > .elementor-element > .elementor-element {
  justify-content: end !important;
  gap: 2rem;
}
.cmp.cmp_inverted > .elementor-element > .elementor-element .elementor-button:hover svg path {
  fill: white !important;
}
.cmp.cmp_inverted > .elementor-element > .elementor-element .elementor-button svg path {
  fill: #003A6F;
}
/* ==============================================================
   Formulare (Elementor Forms)
   ============================================================== */
.elementor-widget-form {
  /* Alle */
}
.elementor-widget-form .elementor-field-required {
  position: relative !important;
  display: inline-block !important;
}
.elementor-widget-form .elementor-field-required::after {
  content: "*";
  position: absolute;
  top: 2px;
  right: 22px;
  color: red;
  pointer-events: none;
}
.elementor-widget-form .elementor-field-textual.elementor-size-md {
  padding: 11px 24px !important;
}
.elementor-widget-form .elementor-field-textual {
  max-height: 94px;
}
.elementor-widget-form .elementor-field-type-submit > button[type="submit"] {
  position: relative;
}
.elementor-widget-form .elementor-field-type-submit > button[type="submit"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 40px;
  height: 100%;
  display: flex;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NS41MjUiIGhlaWdodD0iMTguNjQzIiB2aWV3Qm94PSIwIDAgNTUuNTI1IDE4LjY0MyI+PHBhdGggZD0iTTEwLjMyOCwxLjAzNmwuMDI5LDUwLjk1Myw2LjUxOC02LjUxOGExLjAzNiwxLjAzNiwwLDEsMSwxLjQ2NSwxLjQ2NWwtOC4yODYsOC4yODVhMS4wMzUsMS4wMzUsMCwwLDEtMS40NjQsMEwuMyw0Ni45MzZhMS4wMzYsMS4wMzYsMCwxLDEsMS40NjUtMS40NjVsNi41MTgsNi41MThMOC4yNTcsMS4wMzZhMS4wMzYsMS4wMzYsMCwwLDEsMi4wNzEsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTguNjQzKSByb3RhdGUoLTkwKSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==") 100%/contain no-repeat;
}
.elementor-widget-form .elementor-field-type-submit > button[type="submit"]:hover:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NS41MjUiIGhlaWdodD0iMTguNjQzIiB2aWV3Qm94PSIwIDAgNTUuNTI1IDE4LjY0MyI+PHBhdGggZD0iTTEwLjMyOCwxLjAzNmwuMDI5LDUwLjk1Myw2LjUxOC02LjUxOGExLjAzNiwxLjAzNiwwLDEsMSwxLjQ2NSwxLjQ2NWwtOC4yODYsOC4yODVhMS4wMzUsMS4wMzUsMCwwLDEtMS40NjQsMEwuMyw0Ni45MzZhMS4wMzYsMS4wMzYsMCwxLDEsMS40NjUtMS40NjVsNi41MTgsNi41MThMOC4yNTcsMS4wMzZhMS4wMzYsMS4wMzYsMCwwLDEsMi4wNzEsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTguNjQzKSByb3RhdGUoLTkwKSIgZmlsbD0iIzQ3MTkyMyI+PC9wYXRoPjwvc3ZnPg==") 100%/contain no-repeat;
}
.elementor-widget-form.contact-form {
  width: 100%;
  /* drag & drop upload */
}
.elementor-widget-form.contact-form select option {
  color: black;
}
.elementor-widget-form.contact-form input::placeholder, .elementor-widget-form.contact-form textarea::placeholder {
  opacity: 1 !important;
  color: black !important;
}
.elementor-widget-form.contact-form input::-webkit-input-placeholder, .elementor-widget-form.contact-form textarea::-webkit-input-placeholder {
  opacity: 1 !important;
  color: black !important;
}
.elementor-widget-form.contact-form input::-moz-placeholder, .elementor-widget-form.contact-form textarea::-moz-placeholder {
  opacity: 1 !important;
  color: black !important;
}
.elementor-widget-form.contact-form input:-ms-input-placeholder, .elementor-widget-form.contact-form textarea:-ms-input-placeholder {
  opacity: 1 !important;
  color: black !important;
}
.elementor-widget-form.contact-form .elementor-dragandrophandler {
  font-family: var(--e-global-typography-0e67108-font-family), Sans-serif;
  font-size: var(--e-global-typography-0e67108-font-size);
  font-weight: var(--e-global-typography-0e67108-font-weight);
  line-height: var(--e-global-typography-0e67108-line-height);
}
.elementor-widget-form.contact-form .elementor-dragandrophandler-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.elementor-widget-form.contact-form .elementor-dragandrophandler-inner .elementor-text-drop, .elementor-widget-form.contact-form .elementor-dragandrophandler-inner .elementor-text-or {
  font-family: var(--e-global-typography-0e67108-font-family), Sans-serif;
  font-size: var(--e-global-typography-0e67108-font-size);
  font-weight: var(--e-global-typography-0e67108-font-weight);
  line-height: var(--e-global-typography-0e67108-line-height);
}
.elementor-widget-form.contact-form .elementor-dragandrophandler-inner .elementor-text-browser a {
  border-radius: 0 !important;
  font-family: var(--e-global-typography-0e67108-font-family), Sans-serif;
  font-size: var(--e-global-typography-0e67108-font-size);
  font-weight: var(--e-global-typography-0e67108-font-weight);
  line-height: var(--e-global-typography-0e67108-line-height);
}
/*Jobs-Form*/
.jobs-form {
  /* drag & drop upload */
}
.jobs-form select, .jobs-form select option {
  color: white !important;
}
.jobs-form input::placeholder, .jobs-form textarea::placeholder, .jobs-form input::-webkit-input-placeholder, .jobs-form textarea::-webkit-input-placeholder, .jobs-form input::-moz-placeholder, .jobs-form textarea::-moz-placeholder, .jobs-form input:-ms-input-placeholder, .jobs-form textarea:-ms-input-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
.jobs-form .elementor-acceptance-field + label {
  color: #003A6F !important;
}
.jobs-form .filepond--drop-label {
  background: #003A6F !important;
  color: black !important;
  border: 2px solid #003A6F !important;
}
.jobs-form .filepond--panel-top, .jobs-form .filepond--panel-center, .jobs-form .filepond--panel-bottom {
  background: none !important;
}
.jobs-form .elementor-dragandrophandler {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 2px dashed #003A6F !important;
}
.jobs-form .elementor-dragandrophandler-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jobs-form .elementor-dragandrophandler-inner .elementor-text-drop, .jobs-form .elementor-dragandrophandler-inner .elementor-text-or {
  color: #003A6F !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.jobs-form .elementor-dragandrophandler-inner .elementor-text-browser a {
  border-radius: 0 !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* Jobsform/
/* ==============================================================
   Icon Liste - Social Media Icons
   ============================================================== */
@media (max-width: 1024px) {
  .sm-icon-liste ul.elementor-icon-list-items {
    display: flex;
    flex-direction: row;
  }
  .sm-icon-liste ul.elementor-icon-list-items li {
    padding: 0 !important;
    margin: 0 !important;
  }
}
/* ==============================================================
   Cards mit Icons - ACF Repeater
   ============================================================== */
.cmi:hover .elementor-widget-text-editor, .cmi:hover .elementor-widget-heading, .cmi:hover h2 {
  color: #FEDA00 !important;
}
.cmi .card-mit-icon-headline-1 {
  min-height: auto !important;
}
/* ==============================================================
   Leistungsdetailseite (Zusammenarbeit) - Unlimited Addons Scroll Accordions
   ============================================================== */
.ue_scroll_accordion_item:hover .ue_card_content {
  border: 4px solid #003A6F !important;
}
/* ==============================================================
   Accordions - Unlimited Elements Loop Accordion
   ============================================================== */
.uc_material_accordion .ue_accordion_icon.uc_active svg {
  width: 38px !important;
  height: 38px !important;
}
.uc_material_accordion .ue_accordion_content a {
  color: #003A6F;
}
.uc_material_accordion .ue_accordion_content a:hover {
  color: #76B82A;
}
/* ==============================================================
   AOS Custom Animations (Loop Grid Animation for Elementor)
   ============================================================== */
[data-aos="fade-up-blur"] {
  opacity: 0;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: translateY(60px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-up-blur"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-up-blur-light"] {
  opacity: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: translateY(40px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-up-blur-light"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-up-blur-heavy"] {
  opacity: 0;
  filter: blur(40px);
  -webkit-filter: blur(40px);
  transform: translateY(100px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-up-blur-heavy"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-down-blur"] {
  opacity: 0;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: translateY(-60px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-down-blur"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-down-blur-light"] {
  opacity: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: translateY(-40px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-down-blur-light"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-down-blur-heavy"] {
  opacity: 0;
  filter: blur(40px);
  -webkit-filter: blur(40px);
  transform: translateY(-100px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-down-blur-heavy"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-right-blur"] {
  opacity: 0;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: translateX(-60px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-right-blur"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-right-blur-light"] {
  opacity: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: translateX(-40px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-right-blur-light"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-right-blur-heavy"] {
  opacity: 0;
  filter: blur(40px);
  -webkit-filter: blur(40px);
  transform: translateX(-100px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-right-blur-heavy"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-left-blur"] {
  opacity: 0;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: translateX(60px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-left-blur"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-left-blur-light"] {
  opacity: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: translateX(40px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-left-blur-light"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
[data-aos="fade-left-blur-heavy"] {
  opacity: 0;
  filter: blur(40px);
  -webkit-filter: blur(40px);
  transform: translateX(100px);
  transition-property: opacity, filter, -webkit-filter, transform !important;
}
[data-aos="fade-left-blur-heavy"].aos-animate {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0, 0);
}
/* ==============================================================
   iOS bug fix statusbar
   ============================================================== */
.topbar, .bottombar {
  pointer-events: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.topbar {
  top: 4px;
  width: 89%;
  height: 11px;
  display: block;
  background: oklch(0.2776 0.0491 255.15);
  background-color: #FEDA00;
  mask-image: linear-gradient(to right, transparent, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, transparent);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F18-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADjBA%3BAAAA%3BAAAA%3BACwBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzCA%3BAAAA%3BAAAA%3BACmDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAD1GA%3BAAAA%3BAAAA%3BACiHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjHA%3BAAAA%3BAAAA%3BACgIG%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BADtID%3BAAAA%3BAAAA%3BAC8IA%3BAAAA%3BAAAA%3BAAAA%3BAD9IA%3BAAAA%3BAAAA%3BACyJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAgBL%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtUD%3BAAAA%3BAAAA%3BACsVC%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAD7VF%3BAAAA%3BAAAA%3BAC0WC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9YF%3BAAAA%3BAAAA%3BAC6aI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjcH%3BAAAA%3BAAAA%3BAC2cA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADljBH%3BAAAA%3BAAAA%3BAC6jBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BADxnBN%3BAAAA%3BAAAA%3BACooBA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5uBJ%3BACyvBA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADj0BH%3BAAAA%3BAAAA%3BAAAA%3BACk1BC%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADv1BH%3BAAAA%3BAAAA%3BACs2BE%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAD72BD%3BAAAA%3BAAAA%3BACy3BE%3BAAAA%3BAAAA%3BADz3BF%3BAAAA%3BAAAA%3BAC04BI%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BADt5BJ%3BAAAA%3BAAAA%3BAC27BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADl8BJ%3BAAAA%3BAAAA%3BAC88BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */