
:root{--mc4-blue:#005ea8;--mc4-blue-dark:#07162d;--mc4-orange:#ff7a1a;--mc4-light:#f5f7fb;--mc4-text:#101827}.mc4-hero{min-height:620px;background:linear-gradient(90deg,rgba(7,22,45,.88),rgba(7,22,45,.25)),url('../starter-content/media/image-8.jpg') center/cover no-repeat;color:#fff;display:flex;align-items:center}.mc4-hero h1{font-size:clamp(42px,7vw,88px);line-height:1;margin:0}.mc4-section{padding:90px 0}.mc4-card{background:#fff;border-radius:22px;box-shadow:0 16px 44px rgba(7,22,45,.10);padding:30px}.mc4-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media(max-width:900px){.mc4-grid{grid-template-columns:1fr}.mc4-section{padding:55px 0}}

/* mc4 1.3.1 Mobile Menü und FontAwesome Integration */
.mc4-fa-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:32px}.mc4-fa-item{background:#fff;border-radius:18px;padding:22px 18px;box-shadow:0 12px 34px rgba(7,22,45,.08);text-align:center}.mc4-fa-item i{font-size:30px;color:var(--mc4-blue);margin-bottom:12px}.mc4-fa-item strong{display:block;color:var(--mc4-blue-dark);font-size:15px}.mc4-fa-note{max-width:760px;margin:18px auto 0;text-align:center;color:#4a5568}.mc4-team-contact-icons{display:flex;justify-content:center;gap:14px;margin-top:18px}.mc4-team-contact-icons a{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--mc4-light);color:var(--mc4-blue);text-decoration:none}.mc4-team-contact-icons a:hover{background:var(--mc4-blue);color:#fff}
@media(max-width:900px){.mc4-fa-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.mc4-fa-list{grid-template-columns:1fr}}
@media(max-width:1024px){
  .h-navigation_sticky .h-menu-toggle,
  .h-menu-toggle,
  .kubio-menu-toggle,
  .wp-block-navigation__responsive-container-open,
  button[aria-label*="Menu"],
  button[aria-label*="Menü"],
  button[class*="menu-toggle"],
  [class*="hamburger"]{
    background:var(--mc4-mobile-menu-bg)!important;
    border:2px solid var(--mc4-mobile-menu-border)!important;
    color:var(--mc4-mobile-menu-icon)!important;
    border-radius:14px!important;
  }
  .h-menu-toggle svg,
  .kubio-menu-toggle svg,
  .wp-block-navigation__responsive-container-open svg,
  button[class*="menu-toggle"] svg{fill:var(--mc4-mobile-menu-icon)!important;stroke:var(--mc4-mobile-menu-icon)!important}
  .h-menu-toggle span,
  .kubio-menu-toggle span,
  [class*="hamburger"] span,
  button[class*="menu-toggle"] span{background:var(--mc4-mobile-menu-icon)!important;color:var(--mc4-mobile-menu-icon)!important}
  .h-menu-toggle:before,.h-menu-toggle:after,.kubio-menu-toggle:before,.kubio-menu-toggle:after,[class*="hamburger"]:before,[class*="hamburger"]:after{background:var(--mc4-mobile-menu-icon)!important;color:var(--mc4-mobile-menu-icon)!important}
}


/* mc4 Feature Card Row, ohne violetten Platzhalter */
.mc4-feature-card-row,
.mc4-feature-card-row-shortcode {
  position: relative;
  z-index: 20;
  margin-top: -95px;
  margin-bottom: 70px;
  padding: 0 20px;
  background: transparent !important;
}
.mc4-feature-card-wrap {
  max-width: 1140px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(7,22,45,.16);
  padding: 34px 38px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 26px;
}
.mc4-feature-card {
  text-align: center;
  background: transparent !important;
  min-height: 0 !important;
}
.mc4-feature-card i {
  color: #6EC6E8;
  font-size: 28px;
  margin-bottom: 14px;
}
.mc4-feature-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #07162d;
}
.mc4-feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #52606d;
}
.mc4-feature-card-row .elementor-widget-container,
.mc4-feature-card-row .elementor-shortcode,
.mc4-feature-card-row .elementor-column-wrap,
.mc4-feature-card-row .elementor-widget-wrap {
  background: transparent !important;
  min-height: 0 !important;
}
@media (max-width: 900px){
  .mc4-feature-card-wrap { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px){
  .mc4-feature-card-row, .mc4-feature-card-row-shortcode { margin-top: -55px; }
  .mc4-feature-card-wrap { grid-template-columns: 1fr; padding: 28px 22px; }
}

/* mc4 1.3.14 Header Suche und Mobile Header */
.mc4-header-search-toggle{
  width:58px;
  height:58px;
  border:0;
  border-radius:14px;
  background:#ffffff;
  color:#07162d;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:none;
  z-index:10020;
}
.mc4-header-search-toggle:hover,
.mc4-header-search-toggle:focus{
  background:#f4f7fb;
  color:#ff7a1a;
  outline:none;
}
@media (min-width:1025px){
  .mc4-header-search-toggle{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    border-radius:50%!important;
    margin-left:18px!important;
    background:transparent!important;
    color:#07162d!important;
    font-size:26px!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
  }
  .mc4-header-search-toggle:hover,
  .mc4-header-search-toggle:focus{
    background:transparent!important;
    color:#6ec6e8!important;
    border:0!important;
    outline:none!important;
  }
  .h-navigation .mc4-header-search-toggle,
  header .mc4-header-search-toggle{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
}
@media(max-width:1024px){
  .h-menu-toggle,
  .kubio-menu-toggle,
  .wp-block-navigation__responsive-container-open,
  button[aria-label*="Menu"],
  button[aria-label*="Menü"],
  button[class*="menu-toggle"],
  [class*="hamburger"]{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    border-radius:8px!important;
    background:var(--mc4-mobile-menu-bg,#ff7a1a)!important;
    border:0!important;
    color:var(--mc4-mobile-menu-icon,#fff)!important;
    box-shadow:0 8px 20px rgba(7,22,45,.16)!important;
  }
  .h-menu-toggle svg,
  .kubio-menu-toggle svg,
  .wp-block-navigation__responsive-container-open svg,
  button[class*="menu-toggle"] svg{fill:var(--mc4-mobile-menu-icon,#fff)!important;stroke:var(--mc4-mobile-menu-icon,#fff)!important}
  .h-menu-toggle span,
  .kubio-menu-toggle span,
  [class*="hamburger"] span,
  button[class*="menu-toggle"] span,
  .h-menu-toggle:before,.h-menu-toggle:after,.kubio-menu-toggle:before,.kubio-menu-toggle:after,[class*="hamburger"]:before,[class*="hamburger"]:after{background:var(--mc4-mobile-menu-icon,#fff)!important;color:var(--mc4-mobile-menu-icon,#fff)!important}
}
.mc4-search-panel{
  position:fixed;
  inset:0;
  z-index:99999;
  background:rgba(7,22,45,.42);
  display:none;
  padding:110px 18px 0;
}
.mc4-search-panel.is-open{display:block;}
.mc4-search-panel__inner{max-width:1120px;margin:0 auto;}
.mc4-search-form{
  position:relative;
  display:flex;
  align-items:center;
  background:#fff;
  border:6px solid #6ec6e8;
  border-radius:0;
  box-shadow:0 18px 55px rgba(7,22,45,.22);
}
.mc4-search-field{
  width:100%;
  min-height:82px;
  padding:0 124px 0 28px!important;
  border:0!important;
  outline:0!important;
  font-size:34px!important;
  font-weight:700!important;
  color:#07162d!important;
  background:#fff!important;
}
.mc4-search-field::placeholder{color:#7a7f87;opacity:1;}
.mc4-search-submit,
.mc4-search-close{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  border:0;
  background:transparent;
  color:#07162d;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.mc4-search-submit{right:52px;font-size:38px;width:54px;height:54px;}
.mc4-search-close{right:8px;font-size:24px;width:42px;height:42px;color:#6b7280;}
.mc4-search-submit:hover,.mc4-search-close:hover{color:#ff7a1a;background:transparent;}
@media(max-width:700px){
  .mc4-search-panel{padding-top:145px;}
  .mc4-search-form{border-width:5px;}
  .mc4-search-field{min-height:72px;font-size:27px!important;padding-left:18px!important;padding-right:110px!important;}
  .mc4-search-submit{right:45px;font-size:34px;}
}

/* mc4 1.3.16 Suche direkt in der Navigation */
.mc4-header-search-item,
.mc4-header-search-fallback{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-left:18px!important;
  list-style:none!important;
}
.mc4-header-search-item .mc4-header-search-toggle,
.mc4-header-search-fallback .mc4-header-search-toggle,
.mc4-header-search-toggle-desktop{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#ffffff!important;
  font-size:24px!important;
  line-height:1!important;
}
.mc4-header-search-item .mc4-header-search-toggle:hover,
.mc4-header-search-item .mc4-header-search-toggle:focus,
.mc4-header-search-fallback .mc4-header-search-toggle:hover,
.mc4-header-search-fallback .mc4-header-search-toggle:focus,
.mc4-header-search-toggle-desktop:hover,
.mc4-header-search-toggle-desktop:focus{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:#ffffff!important;
  opacity:.82!important;
}
.mc4-header-search-toggle-desktop i{pointer-events:none;}
@media(max-width:1024px){
  .mc4-header-search-item,
  .mc4-header-search-fallback,
  .mc4-header-search-toggle-desktop{display:none!important;}
  .mc4-header-search-toggle-mobile{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    border:0!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#07162d!important;
    box-shadow:0 8px 20px rgba(7,22,45,.12)!important;
    margin-right:12px!important;
    font-size:28px!important;
  }
}
@media(min-width:1025px){
  .mc4-header-search-toggle-mobile{display:none!important;}
}


/* mc4 1.3.16: Desktop-Lupe im Hero/Header immer weiss und ohne Rahmen */
@media(min-width:1025px){
  header .mc4-header-search-toggle,
  #kubio .mc4-header-search-toggle,
  .h-navigation .mc4-header-search-toggle,
  .h-menu .mc4-header-search-toggle,
  .mc4-header-search-toggle-desktop{
    color:#ffffff!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  header .mc4-header-search-toggle i,
  #kubio .mc4-header-search-toggle i,
  .h-navigation .mc4-header-search-toggle i,
  .h-menu .mc4-header-search-toggle i{
    color:#ffffff!important;
  }
}


/* mc4 1.3.17: Suche ruhiger, ohne orange Umrandung */
.mc4-search-form{
  border:1px solid #e5e7eb!important;
  border-radius:12px!important;
  box-shadow:0 18px 55px rgba(7,22,45,.16)!important;
  overflow:hidden!important;
}
.mc4-search-field{
  min-height:64px!important;
  font-size:28px!important;
  font-weight:600!important;
  padding:0 116px 0 24px!important;
}
.mc4-search-field:focus{
  border:0!important;
  outline:2px solid rgba(0,159,227,.28)!important;
  outline-offset:-2px!important;
}
.mc4-search-submit,
.mc4-search-close{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#222222!important;
}
.mc4-search-submit i,
.mc4-search-close i{
  color:#222222!important;
}
.mc4-search-submit:hover,
.mc4-search-close:hover,
.mc4-search-submit:hover i,
.mc4-search-close:hover i{
  color:#009fe3!important;
  background:transparent!important;
}
.mc4-search-submit{font-size:32px!important;right:50px!important;}
.mc4-search-close{font-size:23px!important;right:12px!important;}

/* mc4 1.3.17: Lupe auch im Sticky Header sichtbar */
@media(min-width:1025px){
  .mc4-header-search-item,
  .mc4-header-search-fallback{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:34px!important;
    height:auto!important;
    margin-left:16px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  header .mc4-header-search-toggle-desktop,
  .h-navigation .mc4-header-search-toggle-desktop,
  .h-navigation_sticky .mc4-header-search-toggle-desktop,
  .h-navigation_sticky .mc4-header-search-toggle,
  .mc4-header-search-toggle-desktop{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    outline:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#ffffff!important;
    font-size:22px!important;
  }
  body:not(.home) header .mc4-header-search-toggle-desktop,
  header.is-sticky .mc4-header-search-toggle-desktop,
  .h-navigation_sticky .mc4-header-search-toggle-desktop,
  .h-navigation_sticky .mc4-header-search-toggle{
    color:#07162d!important;
  }
  .mc4-header-search-toggle-desktop i,
  .h-navigation_sticky .mc4-header-search-toggle i{
    color:inherit!important;
  }
  .mc4-header-search-toggle-desktop:hover,
  .h-navigation_sticky .mc4-header-search-toggle:hover{
    color:#009fe3!important;
    background:transparent!important;
  }
}
@media(max-width:700px){
  .mc4-search-form{border-width:1px!important;border-radius:12px!important;}
  .mc4-search-field{min-height:62px!important;font-size:23px!important;padding-left:18px!important;padding-right:104px!important;}
  .mc4-search-submit{right:46px!important;font-size:29px!important;}
}


/* mc4 1.3.18: Lupen wieder sichtbar im normalen und Sticky Header */
.mc4-header-search-toggle svg,
.mc4-header-search-toggle .mc4-search-svg{
  display:block!important;
  width:22px!important;
  height:22px!important;
  fill:currentColor!important;
  color:inherit!important;
  pointer-events:none!important;
}
@media(min-width:1025px){
  .mc4-header-search-item{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    list-style:none!important;
    margin-left:14px!important;
    padding:0!important;
    width:auto!important;
    height:auto!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .mc4-header-search-fallback{
    position:absolute!important;
    right:28px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:10050!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  header nav .mc4-header-search-fallback,
  header .h-menu .mc4-header-search-fallback,
  header .h-navigation .mc4-header-search-fallback{
    right:0!important;
  }
  .mc4-header-search-toggle,
  .mc4-header-search-toggle-desktop,
  .mc4-header-search-item .mc4-header-search-toggle,
  .mc4-header-search-fallback .mc4-header-search-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    outline:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#ffffff!important;
    font-size:0!important;
    line-height:1!important;
    opacity:1!important;
    visibility:visible!important;
    cursor:pointer!important;
  }
  body:not(.home) .mc4-header-search-toggle,
  body:not(.home) .mc4-header-search-toggle-desktop,
  .h-navigation_sticky .mc4-header-search-toggle,
  .h-navigation_sticky .mc4-header-search-toggle-desktop,
  header.is-sticky .mc4-header-search-toggle,
  .kubio-sticky .mc4-header-search-toggle{
    color:#07162d!important;
  }
  .mc4-header-search-toggle:hover,
  .mc4-header-search-toggle:focus{
    color:#009fe3!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    outline:0!important;
  }
}
@media(max-width:1024px){
  .mc4-header-search-item,
  .mc4-header-search-fallback{display:none!important;}
  .mc4-header-search-toggle-mobile{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    border:0!important;
    border-radius:8px!important;
    background:#ffffff!important;
    color:#07162d!important;
    box-shadow:0 8px 20px rgba(7,22,45,.12)!important;
    margin-right:12px!important;
    font-size:0!important;
    opacity:1!important;
    visibility:visible!important;
  }
}


/* mc4 1.3.19: Such-Lupe nur einmal je Header, Sticky schwarz */
.mc4-header-search-fallback:not(.mc4-header-search-fallback-sticky){display:none!important;}
@media(min-width:1025px){
  .mc4-header-search-item + .mc4-header-search-item{display:none!important;}
  header .mc4-header-search-item .mc4-header-search-toggle,
  header .mc4-header-search-toggle-desktop{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    outline:0!important;
  }
  .h-navigation_sticky .mc4-header-search-toggle,
  .h-navigation_sticky .mc4-header-search-toggle-desktop,
  .kubio-sticky .mc4-header-search-toggle,
  .kubio-sticky .mc4-header-search-toggle-desktop,
  header.is-sticky .mc4-header-search-toggle,
  header.is-sticky .mc4-header-search-toggle-desktop,
  .mc4-header-search-fallback-sticky .mc4-header-search-toggle{
    color:#07162d!important;
  }
  .h-navigation_sticky .mc4-header-search-toggle:hover,
  .kubio-sticky .mc4-header-search-toggle:hover,
  header.is-sticky .mc4-header-search-toggle:hover,
  .mc4-header-search-fallback-sticky .mc4-header-search-toggle:hover{
    color:#009fe3!important;
  }
}


/* mc4 1.3.20: Header-Suche final gemäss Referenzbild */
.mc4-header-search-item,
.mc4-header-search-fallback{
  list-style:none!important;
  margin:0 0 0 24px!important;
  padding:0!important;
  width:auto!important;
  min-width:auto!important;
  height:auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.mc4-header-search-toggle,
.mc4-header-search-toggle-desktop,
.mc4-header-search-item .mc4-header-search-toggle,
.mc4-header-search-fallback .mc4-header-search-toggle{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  padding:0!important;
  margin:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  color:#07162d!important;
  font-size:0!important;
  line-height:1!important;
  cursor:pointer!important;
  opacity:1!important;
  visibility:visible!important;
}
.mc4-header-search-toggle svg,
.mc4-header-search-toggle .mc4-search-svg{
  width:38px!important;
  height:38px!important;
  display:block!important;
  color:inherit!important;
  fill:currentColor!important;
  stroke:none!important;
}
.mc4-header-search-toggle:hover,
.mc4-header-search-toggle:focus{
  color:#009fe3!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
}
@media(min-width:1025px){
  body.home header:not(.is-sticky) .h-section-hero .mc4-header-search-toggle,
  body.home #kubio .h-section-hero .mc4-header-search-toggle,
  body.home .h-navigation_sticky .mc4-header-search-toggle,
  body.home .kubio-sticky .mc4-header-search-toggle,
  body.home header.is-sticky .mc4-header-search-toggle{
    color:#ffffff!important;
  }
  body:not(.home) .mc4-header-search-toggle,
  header:not(.is-sticky):not(.h-section-hero) .mc4-header-search-toggle{
    color:#07162d!important;
  }
  .mc4-header-search-fallback-sticky{
    position:absolute!important;
    right:42px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:10050!important;
  }
  .mc4-header-search-item + .mc4-header-search-item,
  .mc4-header-search-fallback:not(.mc4-header-search-fallback-sticky){
    display:none!important;
  }
}
@media(max-width:1024px){
  .mc4-header-search-item,
  .mc4-header-search-fallback{display:none!important;}
  .mc4-header-search-toggle-mobile{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    margin:0 12px 0 0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#07162d!important;
    font-size:0!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .mc4-header-search-toggle-mobile svg,
  .mc4-header-search-toggle-mobile .mc4-search-svg{
    width:38px!important;
    height:38px!important;
  }
}
.mc4-search-panel{
  background:rgba(7,22,45,.42)!important;
  padding:120px 18px 0!important;
}
.mc4-search-panel__inner{max-width:1120px!important;margin:0 auto!important;}
.mc4-search-form{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  background:#ffffff!important;
  border:1px solid #e5e7eb!important;
  border-radius:12px!important;
  box-shadow:0 18px 55px rgba(7,22,45,.16)!important;
  overflow:hidden!important;
}
.mc4-search-field{
  width:100%!important;
  min-height:64px!important;
  padding:0 118px 0 24px!important;
  border:0!important;
  outline:0!important;
  font-size:24px!important;
  font-weight:500!important;
  color:#07162d!important;
  background:#fff!important;
}
.mc4-search-field::placeholder{color:#8a9099!important;opacity:1!important;}
.mc4-search-submit,
.mc4-search-close{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#07162d!important;
  cursor:pointer!important;
}
.mc4-search-submit{right:52px!important;width:44px!important;height:44px!important;font-size:28px!important;}
.mc4-search-close{right:12px!important;width:38px!important;height:38px!important;font-size:24px!important;}
.mc4-search-submit:hover,
.mc4-search-close:hover,
.mc4-search-submit:hover i,
.mc4-search-close:hover i{color:#009fe3!important;background:transparent!important;}
@media(max-width:700px){
  .mc4-search-panel{padding:105px 14px 0!important;}
  .mc4-search-field{min-height:58px!important;font-size:19px!important;padding-left:18px!important;padding-right:104px!important;}
  .mc4-search-submit{right:48px!important;width:40px!important;height:40px!important;font-size:24px!important;}
  .mc4-search-close{right:10px!important;width:34px!important;height:34px!important;font-size:22px!important;}
}


/* mc4 1.3.23: Header-Suche endgültig bereinigt */
.mc4-header-search-item,
.mc4-header-search-fallback{
  list-style:none!important;
  margin:0 0 0 24px!important;
  padding:0!important;
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
}
.mc4-header-search-toggle,
.mc4-header-search-toggle-desktop,
.mc4-header-search-toggle-mobile{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  color:#07162d!important;
  cursor:pointer!important;
  opacity:1!important;
  visibility:visible!important;
  line-height:1!important;
  font-size:0!important;
}
.mc4-header-search-toggle,
.mc4-header-search-toggle-desktop{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
}
.mc4-header-search-toggle svg,
.mc4-header-search-toggle .mc4-search-svg,
.mc4-header-search-toggle-desktop svg,
.mc4-header-search-toggle-mobile svg{
  display:block!important;
  width:38px!important;
  height:38px!important;
  color:inherit!important;
  fill:currentColor!important;
  stroke:none!important;
}
.mc4-header-search-toggle svg path,
.mc4-search-svg path{
  fill:currentColor!important;
}
.mc4-header-search-toggle:hover,
.mc4-header-search-toggle:focus{
  color:#009fe3!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle-desktop,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-on-dark .mc4-header-search-toggle,
.mc4-search-on-dark .mc4-header-search-toggle,
header.is-sticky .mc4-header-search-toggle,
.kubio-sticky .mc4-header-search-toggle{
  color:#ffffff!important;
}
@media(min-width:1025px){
  .mc4-header-search-fallback{
    position:absolute!important;
    right:42px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:10050!important;
  }
  ul.menu > li.mc4-header-search-item:not(:last-child){display:none!important;}
}
@media(max-width:1024px){
  .mc4-header-search-item,
  .mc4-header-search-fallback{display:none!important;}
  .mc4-header-search-toggle-mobile{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    margin:0 12px 0 0!important;
    color:#07162d!important;
  }
  .mc4-header-search-toggle-mobile svg{
    width:40px!important;
    height:40px!important;
  }
  .mc4-search-on-dark.mc4-header-search-toggle-mobile,
  .h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle-mobile{
    color:#ffffff!important;
  }
}
.mc4-search-panel{
  background:rgba(7,22,45,.38)!important;
  padding:118px 18px 0!important;
}
.mc4-search-panel__inner{max-width:1120px!important;margin:0 auto!important;}
.mc4-search-form{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  background:#ffffff!important;
  border:1px solid #e5e7eb!important;
  border-radius:12px!important;
  box-shadow:0 18px 55px rgba(7,22,45,.14)!important;
  overflow:hidden!important;
}
.mc4-search-form:focus-within{
  border-color:#d8dde5!important;
  box-shadow:0 18px 55px rgba(7,22,45,.14)!important;
}
.mc4-search-field{
  width:100%!important;
  min-height:64px!important;
  padding:0 118px 0 24px!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  font-size:24px!important;
  font-weight:500!important;
  color:#07162d!important;
  background:#fff!important;
}
.mc4-search-field::placeholder{color:#8a9099!important;opacity:1!important;}
.mc4-search-submit,
.mc4-search-close{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#07162d!important;
  cursor:pointer!important;
}
.mc4-search-submit{right:52px!important;width:44px!important;height:44px!important;}
.mc4-search-close{right:12px!important;width:38px!important;height:38px!important;}
.mc4-search-submit svg{width:31px!important;height:31px!important;fill:currentColor!important;}
.mc4-search-close svg{width:26px!important;height:26px!important;fill:currentColor!important;}
.mc4-search-submit:hover,
.mc4-search-close:hover{color:#009fe3!important;background:transparent!important;}
@media(max-width:700px){
  .mc4-search-panel{padding:96px 14px 0!important;}
  .mc4-search-field{min-height:58px!important;font-size:19px!important;padding-left:18px!important;padding-right:104px!important;}
  .mc4-search-submit{right:48px!important;width:40px!important;height:40px!important;}
  .mc4-search-submit svg{width:28px!important;height:28px!important;}
  .mc4-search-close{right:10px!important;width:34px!important;height:34px!important;}
  .mc4-search-close svg{width:24px!important;height:24px!important;}
}

/* mc4 search hard fix 1.3.24: visible SVG in normal, sticky and legacy injected headers */
.mc4-header-search-item,
.mc4-header-search-fallback,
.mc4-search-trigger-wrap,
.mc4-search-trigger-wrap-fallback{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  visibility:visible!important;
  opacity:1!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  line-height:1!important;
  z-index:10060!important;
}
.mc4-header-search-item{list-style:none!important;margin-left:14px!important;}
.mc4-header-search-toggle,
.mc4-search-trigger,
.mc4-search-trigger-desktop{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  padding:0!important;
  margin:0!important;
  color:#07162d!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  cursor:pointer!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:0!important;
  line-height:1!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
.mc4-header-search-toggle svg,
.mc4-header-search-toggle .mc4-search-svg,
.mc4-search-trigger svg,
.mc4-search-trigger .mc4-search-svg{
  display:block!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  max-width:30px!important;
  max-height:30px!important;
  color:inherit!important;
  fill:currentColor!important;
  stroke:none!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:visible!important;
}
.mc4-header-search-toggle svg path,
.mc4-header-search-toggle .mc4-search-svg path,
.mc4-search-trigger svg path,
.mc4-search-trigger .mc4-search-svg path{
  fill:currentColor!important;
  opacity:1!important;
  visibility:visible!important;
}
.mc4-header-search-toggle:hover,
.mc4-search-trigger:hover,
.mc4-header-search-toggle:focus,
.mc4-search-trigger:focus{
  color:#009fe3!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-on-dark .mc4-header-search-toggle,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-on-dark .mc4-search-trigger,
.mc4-search-on-dark .mc4-header-search-toggle,
.mc4-search-on-dark .mc4-search-trigger{
  color:#ffffff!important;
}
@media(min-width:1025px){
  .mc4-header-search-fallback,
  .mc4-search-trigger-wrap-fallback{
    position:absolute!important;
    right:42px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
  }
  ul.menu > li.mc4-header-search-item:not(:last-child){display:none!important;}
  ul.menu > li.mc4-header-search-item ~ li.mc4-header-search-item{display:none!important;}
}
@media(max-width:1024px){
  .mc4-header-search-item,
  .mc4-header-search-fallback,
  .mc4-search-trigger-wrap,
  .mc4-search-trigger-wrap-fallback{display:none!important;}
  .mc4-header-search-toggle-mobile{
    display:inline-flex!important;
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    margin:0 12px 0 0!important;
    color:#07162d!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .mc4-header-search-toggle-mobile svg{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;}
}


/* mc4 search final fallback 1.3.25: show icon even when Kubio hides inline SVG */
.mc4-header-search-toggle,
.mc4-search-trigger,
.mc4-search-trigger-desktop,
.mc4-header-search-toggle-mobile,
.mc4-search-submit,
.mc4-search-close{
  position:relative!important;
  overflow:visible!important;
}
.mc4-header-search-toggle::before,
.mc4-search-trigger::before,
.mc4-search-trigger-desktop::before,
.mc4-header-search-toggle-mobile::before{
  content:""!important;
  display:block!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  background:currentColor!important;
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.75 3.5a6.25 6.25 0 0 1 4.94 10.08l4.36 4.37a1 1 0 0 1-1.42 1.41l-4.36-4.36A6.25 6.25 0 1 1 9.75 3.5Zm0 2a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5Z"/></svg>') center/contain no-repeat!important;
          mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.75 3.5a6.25 6.25 0 0 1 4.94 10.08l4.36 4.37a1 1 0 0 1-1.42 1.41l-4.36-4.36A6.25 6.25 0 1 1 9.75 3.5Zm0 2a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5Z"/></svg>') center/contain no-repeat!important;
  opacity:1!important;
  visibility:visible!important;
}
.mc4-header-search-toggle > svg,
.mc4-search-trigger > svg,
.mc4-search-trigger-desktop > svg,
.mc4-header-search-toggle-mobile > svg{
  display:none!important;
}
.mc4-search-trigger-wrap,
.mc4-search-trigger-wrap-fallback,
.mc4-header-search-fallback,
.mc4-header-search-item{
  min-width:48px!important;
  min-height:48px!important;
  overflow:visible!important;
}
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger-desktop,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-on-dark .mc4-header-search-toggle,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-on-dark .mc4-search-trigger{
  color:#07162d!important;
}
.mc4-search-on-dark:not(.h-navigation_sticky) .mc4-header-search-toggle,
.mc4-search-on-dark:not(.h-navigation_sticky) .mc4-search-trigger,
body.home .h-navigation_overlap:not([data-in-sticky-state="true"]) .mc4-header-search-toggle,
body.home .h-navigation_overlap:not([data-in-sticky-state="true"]) .mc4-search-trigger{
  color:#ffffff!important;
}
@media(max-width:1024px){
  .mc4-header-search-toggle-mobile::before{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
  }
  .h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle-mobile,
  .mc4-header-search-toggle-mobile{
    color:#07162d!important;
    background:transparent!important;
  }
}


/* mc4 search final override 1.3.26: sticky icon black and always visible */
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger-wrap,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger-wrap-fallback,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-fallback,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-item{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:52px!important;
  min-height:52px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  opacity:1!important;
  visibility:visible!important;
  z-index:10080!important;
}
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger-desktop,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle-desktop,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-on-dark .mc4-search-trigger,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-on-dark .mc4-header-search-toggle{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  color:#07162d!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:0!important;
  line-height:1!important;
}
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger::before,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger-desktop::before,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle::before,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle-desktop::before{
  content:""!important;
  display:block!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  background:#07162d!important;
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.75 3.5a6.25 6.25 0 0 1 4.94 10.08l4.36 4.37a1 1 0 0 1-1.42 1.41l-4.36-4.36A6.25 6.25 0 1 1 9.75 3.5Zm0 2a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5Z"/></svg>') center/contain no-repeat!important;
          mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.75 3.5a6.25 6.25 0 0 1 4.94 10.08l4.36 4.37a1 1 0 0 1-1.42 1.41l-4.36-4.36A6.25 6.25 0 1 1 9.75 3.5Zm0 2a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5Z"/></svg>') center/contain no-repeat!important;
  opacity:1!important;
  visibility:visible!important;
}
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-search-trigger svg,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle svg{
  display:none!important;
}
@media(max-width:1024px){
  .mc4-header-search-toggle-mobile{
    display:inline-flex!important;
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    color:#07162d!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .mc4-header-search-toggle-mobile::before{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    background:#07162d!important;
  }
}


/* mc4 search final cleanup 1.3.27: one icon only, SVG only, no fallback duplicates */
.mc4-search-trigger-wrap,
.mc4-search-trigger-wrap-fallback,
.mc4-header-search-fallback{
  display:none!important;
}
.mc4-header-search-item{
  list-style:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-left:12px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.mc4-header-search-toggle,
.mc4-header-search-toggle-desktop,
.mc4-header-search-toggle-mobile{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  padding:0!important;
  margin:0!important;
  color:#07162d!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  cursor:pointer!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:0!important;
  line-height:1!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
.mc4-header-search-toggle::before,
.mc4-header-search-toggle::after,
.mc4-header-search-toggle-desktop::before,
.mc4-header-search-toggle-desktop::after,
.mc4-header-search-toggle-mobile::before,
.mc4-header-search-toggle-mobile::after{
  content:none!important;
  display:none!important;
}
.mc4-header-search-toggle svg,
.mc4-header-search-toggle-desktop svg,
.mc4-header-search-toggle-mobile svg,
.mc4-header-search-toggle .mc4-search-svg,
.mc4-header-search-toggle-desktop .mc4-search-svg,
.mc4-header-search-toggle-mobile .mc4-search-svg{
  display:block!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  max-width:28px!important;
  max-height:28px!important;
  color:inherit!important;
  fill:currentColor!important;
  opacity:1!important;
  visibility:visible!important;
}
.mc4-header-search-toggle svg path,
.mc4-header-search-toggle-desktop svg path,
.mc4-header-search-toggle-mobile svg path{
  fill:currentColor!important;
  opacity:1!important;
  visibility:visible!important;
}
.mc4-header-search-toggle:hover,
.mc4-header-search-toggle:focus{
  color:#009fe3!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle,
.h-navigation_sticky[data-in-sticky-state="true"] .mc4-header-search-toggle-desktop{
  color:#07162d!important;
}
@media(max-width:1024px){
  .mc4-header-search-item{display:none!important;}
  .mc4-header-search-toggle-mobile{
    display:inline-flex!important;
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    color:#07162d!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    margin-right:8px!important;
  }
  .mc4-header-search-toggle-mobile svg,
  .mc4-header-search-toggle-mobile .mc4-search-svg{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
  }
}


/* mc4 search desktop refinement 1.3.28 */
@media(min-width:1025px){
  .mc4-search-panel{
    padding-top:120px!important;
    padding-left:24px!important;
    padding-right:24px!important;
    background:rgba(7,22,45,.16)!important;
    backdrop-filter:blur(2px)!important;
  }
  .mc4-search-panel__inner{
    max-width:980px!important;
    margin:0 auto!important;
  }
  .mc4-search-form{
    position:relative!important;
    background:#fff!important;
    border:4px solid #9fd0ea!important;
    border-radius:10px!important;
    box-shadow:0 14px 32px rgba(0,0,0,.12)!important;
    overflow:hidden!important;
    min-height:88px!important;
  }
  .mc4-search-form:focus-within{
    border-color:#7ebfe3!important;
    box-shadow:0 16px 36px rgba(0,0,0,.14)!important;
  }
  .mc4-search-field{
    min-height:80px!important;
    font-size:30px!important;
    line-height:1.2!important;
    padding:0 150px 0 26px!important;
    color:#222!important;
    background:#fff!important;
    border:0!important;
    box-shadow:none!important;
  }
  .mc4-search-field::placeholder{
    color:#808791!important;
    opacity:1!important;
    font-weight:600!important;
  }
  .mc4-search-submit,
  .mc4-search-close{
    top:50%!important;
    transform:translateY(-50%)!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:#111827!important;
  }
  .mc4-search-submit{
    right:72px!important;
    width:48px!important;
    height:48px!important;
  }
  .mc4-search-submit svg{
    width:34px!important;
    height:34px!important;
  }
  .mc4-search-close{
    right:12px!important;
    width:48px!important;
    height:48px!important;
    color:#111827!important;
  }
  .mc4-search-close::before{
    content:''!important;
    position:absolute!important;
    left:-12px!important;
    top:8px!important;
    width:1px!important;
    height:32px!important;
    background:#d7dee5!important;
  }
  .mc4-search-close svg{
    width:28px!important;
    height:28px!important;
  }
  .mc4-search-submit:hover,
  .mc4-search-close:hover{
    color:#009fe3!important;
  }
}


/* mc4 dropdown hover background 1.3.30
   Nur die Hover-/Fokus-Fläche im Dropdown von Orange auf mc4 Hellblau ändern.
   Hauptnavigation, aktive Menüpunkte und Textfarben bleiben wie in 1.3.28. */
.kubio-dropdown-menu .sub-menu li:hover > a,
.kubio-dropdown-menu .sub-menu li:focus-within > a,
.kubio-dropdown-menu .sub-menu a:hover,
.kubio-dropdown-menu .sub-menu a:focus {
    background-color: #009FE3 !important;
}

/* Text im hellblauen Hover-Feld gut lesbar halten */
.kubio-dropdown-menu .sub-menu li:hover > a,
.kubio-dropdown-menu .sub-menu li:focus-within > a,
.kubio-dropdown-menu .sub-menu a:hover,
.kubio-dropdown-menu .sub-menu a:focus {
    color: #ffffff !important;
}

/* Falls Rufous/Kubio den orangenen Balken als Pseudo-Element ausgibt */
.kubio-dropdown-menu .sub-menu li:hover > a::before,
.kubio-dropdown-menu .sub-menu li:hover > a::after,
.kubio-dropdown-menu .sub-menu a:hover::before,
.kubio-dropdown-menu .sub-menu a:hover::after {
    background-color: #009FE3 !important;
}


/* Elementor Seiten */
.mc4-elementor-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
.mc4-elementor-page .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1220px;
}
body.elementor-page .content.page-content,
body.elementor-page .page-content {
    padding-top: 0;
    padding-bottom: 0;
}
