:root {
  --schuebel-primary: #17629b;
  --schuebel-secondary: #8d99a5;
  --schuebel-accent: #2f7fba;
  --schuebel-dark: #2b3238;
  --schuebel-light: #f2f5f7;
  --schuebel-text: #333a40;
  --schuebel-bg: #ffffff;
  --schuebel-content: 1318px;
  --schuebel-wide: 1318px;
  --schuebel-border: #dfe4e8;
  --schuebel-shadow: 0 8px 24px rgba(27, 47, 64, .08);
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--schuebel-bg); color: var(--schuebel-text); font-family: Roboto, sans-serif; }
body * { box-sizing: border-box; }
a { transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
img { max-width: 100%; height: auto; }

.schuebel-site-header { position: relative; z-index: 20; margin: 0; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.schuebel-topbar { margin: 0; background: var(--schuebel-primary); color: #fff; font-size: .78rem; letter-spacing: .01em; }
.schuebel-topbar__inner { min-height: 36px; gap: .75rem 1.5rem; padding-top: .35rem; padding-bottom: .35rem; }
.schuebel-topbar .wp-block-shortcode { margin: 0; }
.schuebel-topbar a { color: #fff; text-decoration: none; }
.schuebel-topbar__contact { gap: 1.25rem; }
.schuebel-mainbar { margin: 0; background: #fff; border-bottom: 4px solid var(--schuebel-primary); }
.schuebel-mainbar__inner { min-height: 104px; gap: 2rem; padding-top: 1rem; padding-bottom: 1rem; }
.schuebel-brand { min-width: 210px; }
.schuebel-brand .wp-block-site-logo img { max-height: 74px; width: auto; }
.schuebel-brand__fallback a { color: var(--schuebel-primary); font-weight: 700; font-size: 1.55rem; text-decoration: none; }
.schuebel-navigation { color: var(--schuebel-dark); }
.schuebel-navigation .wp-block-navigation-item__content { color: var(--schuebel-dark); padding: .75rem .1rem; }
.schuebel-navigation .current-menu-item > .wp-block-navigation-item__content,
.schuebel-navigation .wp-block-navigation-item__content:hover { color: var(--schuebel-primary); }

.schuebel-main { margin-top: 0; }
.schuebel-page-banner { margin: 0 0 3rem; background: var(--schuebel-light); border-bottom: 1px solid var(--schuebel-border); }
.schuebel-page-banner > .wp-block-group { min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 3.5rem; padding-bottom: 2.3rem; }
.schuebel-page-banner h1, .schuebel-page-banner .wp-block-query-title { margin: 0; color: var(--schuebel-primary); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; }
.schuebel-page-content { padding-bottom: 4rem; }

.schuebel-hero { margin: 0; min-height: 520px; display: flex; align-items: center; background: linear-gradient(110deg, rgba(12,58,91,.97) 0%, rgba(23,98,155,.95) 54%, rgba(47,127,186,.78) 100%); position: relative; overflow: hidden; }
.schuebel-hero::after { content: ''; position: absolute; inset: auto -8vw -14vw auto; width: 46vw; height: 46vw; min-width: 420px; min-height: 420px; border: 1px solid rgba(255,255,255,.16); transform: rotate(35deg); }
.schuebel-hero__inner { position: relative; z-index: 1; width: 100%; padding-top: 5rem; padding-bottom: 5rem; }
.schuebel-hero h1 { margin-bottom: 1rem; max-width: 780px; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1.05; }
.schuebel-eyebrow { margin-bottom: .7rem; color: #fff; text-transform: uppercase; letter-spacing: .14em; font-size: .82rem; font-weight: 700; }
.schuebel-hero .wp-block-button.is-style-outline .wp-block-button__link { border: 1px solid #fff; color: #fff; background: transparent; }
.schuebel-hero .wp-block-button.is-style-outline .wp-block-button__link:hover { background: #fff; color: var(--schuebel-primary); }
.schuebel-home-intro { padding-top: 4rem; padding-bottom: 2rem; }

.schuebel-content-sidebar { gap: 3.5rem; padding-bottom: 4rem; }
.schuebel-content-sidebar > .wp-block-column:first-child { min-width: 0; }
.schuebel-contact-card { position: sticky; top: 32px; padding: 1.5rem; background: var(--schuebel-light); border-top: 4px solid var(--schuebel-primary); box-shadow: var(--schuebel-shadow); }
.schuebel-contact-card h3 { margin-top: 0; font-size: 1.15rem; }
.schuebel-contact-card .wp-block-shortcode { margin: .25rem 0 1rem; font-size: .92rem; }
.schuebel-contact-card .wp-block-separator { border-color: var(--schuebel-border); margin: 1.5rem 0; }

.schuebel-product-grid-section, .schuebel-service-grid { padding-top: 2rem; padding-bottom: 4rem; }
.schuebel-card-grid, .schuebel-service-grid .wp-block-columns { align-items: stretch; gap: 1.5rem; }
.schuebel-card, .schuebel-service-card, .schuebel-news-card { height: 100%; padding: 0 0 1.4rem; background: #fff; border: 1px solid var(--schuebel-border); box-shadow: 0 4px 14px rgba(27,47,64,.05); overflow: hidden; }
.schuebel-card > :not(.schuebel-media-placeholder), .schuebel-service-card > :not(.schuebel-media-placeholder), .schuebel-news-card > :not(.wp-block-post-featured-image) { margin-left: 1.25rem; margin-right: 1.25rem; }
.schuebel-card h3, .schuebel-service-card h3, .schuebel-news-card h2 { margin-top: 1rem; font-size: 1.22rem; }
.schuebel-card h3 a, .schuebel-news-card h2 a { color: var(--schuebel-primary); }
.schuebel-media-placeholder { min-height: 210px; background: linear-gradient(135deg, #d8dfe5, #f1f3f5 50%, #c7d1d9); margin: 0; position: relative; }
.schuebel-media-placeholder::before { content: 'Bild'; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); color: #7b8790; font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; }

.schuebel-news-grid { padding-bottom: 4rem; }
.schuebel-news-grid .wp-block-post-template { gap: 1.5rem; }
.schuebel-news-card .wp-block-post-featured-image { margin: 0 0 1rem; }
.schuebel-news-card .wp-block-post-date { color: var(--schuebel-secondary); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.schuebel-news-card .wp-block-post-excerpt__more-link { font-weight: 700; }

.schuebel-single .wp-block-post-featured-image { margin-bottom: 2rem; }
.schuebel-single .wp-block-post-content { font-size: 1.03rem; }
.schuebel-single .wp-block-post-content > * + * { margin-top: 1.15rem; }


/* ==========================================================================
   Unified content width
   All page/content areas use the same centered width as the partner section.
   Header and footer keep their separately tuned dimensions.
   ========================================================================== */
.schuebel-main .alignwide,
.schuebel-main .schuebel-page-content,
.schuebel-main .schuebel-content-sidebar,
.schuebel-main .schuebel-news-grid,
.schuebel-main .schuebel-product-grid-section,
.schuebel-main .schuebel-service-grid,
.schuebel-main .schuebel-home-intro,
.schuebel-page-banner > .wp-block-group > .alignwide {
  width: calc(100% - 40px);
  max-width: var(--schuebel-wide, 1318px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.schuebel-main .wp-block-post-content > :not(.alignfull) {
  max-width: var(--schuebel-content, 1318px);
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   Homepage WooCommerce product categories
   ========================================================================== */
.schuebel-home-categories {
  margin: 0;
  padding: 48px 0 34px;
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.schuebel-home-categories__inner {
  width: calc(100% - 40px);
  max-width: var(--schuebel-wide, 1318px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.schuebel-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 0;
  row-gap: 28px;
}
.schuebel-home-categories__item {
  display: block;
  min-width: 0;
  color: #111;
  text-decoration: none;
}
.schuebel-home-categories__media {
  display: flex;
  width: 100%;
  height: 300px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.schuebel-home-categories__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
  object-position: center;
  transition: opacity .18s ease;
}
.schuebel-home-categories__name {
  display: block;
  margin: 12px 18px 0;
  color: #111;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.schuebel-home-categories__item:hover .schuebel-home-categories__name,
.schuebel-home-categories__item:focus-visible .schuebel-home-categories__name {
  color: #006bac;
}
.schuebel-home-categories__item:hover .schuebel-home-categories__image,
.schuebel-home-categories__item:focus-visible .schuebel-home-categories__image {
  opacity: .9;
}
/* Desktop reference: product categories are always four tiles per row.
   Mobile behavior will be matched separately when the mobile reference is implemented. */
@media (max-width: 560px) {
  .schuebel-home-categories { padding-top: 26px; }
  .schuebel-home-categories__media { height: 180px; }
  .schuebel-home-categories__image { max-width: 180px; max-height: 180px; }
  .schuebel-home-categories__name { margin-left: 8px; margin-right: 8px; font-size: 13px; }
}

.schuebel-partners {
  margin: 0;
  padding: 46px 0 60px;
  background: #fff;
}
.schuebel-partners__inner {
  width: calc(100% - 40px);
  max-width: var(--schuebel-wide, 1318px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 45px;
  border-top: 1px solid #bcc2c7;
}
.schuebel-partners__title {
  margin: 0 0 38px;
  color: #111;
  font-family: Roboto, sans-serif;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.schuebel-partners__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 14px;
  max-width: 1250px;
}
.schuebel-partners__item {
  display: flex;
  flex: 0 0 100px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 110px;
  height: 84px;
  margin: 12px 22px;
}
.schuebel-partners__logo-image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 152px;
  max-height: 64px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%);
  opacity: 0.52;
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}
.schuebel-partners__item:hover .schuebel-partners__logo-image,
.schuebel-partners__item:focus-within .schuebel-partners__logo-image {
  filter: grayscale(0%);
  opacity: 1;
  transform: none;
}
@media (max-width: 1240px) {
  .schuebel-partners__inner { max-width: 1200px !important; }
  .schuebel-partners__logos { max-width: 970px; }
}
@media (max-width: 781px) {
  .schuebel-partners { padding: 32px 0 38px; }
  .schuebel-partners__inner { padding-top: 34px; }
  .schuebel-partners__title { margin-bottom: 28px; font-size: 25px; }
  .schuebel-partners__logos { gap: 18px; max-width: 100%; }
  .schuebel-partners__item { flex-basis: 120px; width: 120px; height: 68px; }
  .schuebel-partners__logo-image { max-width: 120px; max-height: 48px; }
}
@media (max-width: 480px) {
  .schuebel-partners__item { flex-basis: 100px; width: 100px; }
}


/* ==========================================================================\n   Classic Schuebel footer - matched to the supplied desktop reference\n   ========================================================================== */
.schuebel-site-footer {
  position: relative;
  margin: 0;
  color: #111;
  font-family: Roboto, sans-serif;
}
.schuebel-footer-main {
  margin: 0;
  padding: 44px 0 54px;
  background: #dedede;
  color: #111;
}
.schuebel-footer-main__inner {
  width: calc(100% - 40px);
  max-width: 1288px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.schuebel-footer-columns {
  margin: 0 !important;
  gap: 76px;
  align-items: flex-start !important;
}
.schuebel-footer-columns > .wp-block-column {
  margin: 0 !important;
  min-width: 0;
}
.schuebel-footer-column--links,
.schuebel-footer-column--contact,
.schuebel-footer-column--hours {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}
.schuebel-footer-main .wp-block-shortcode {
  margin: 0;
}
.schuebel-footer-heading {
  margin: 0 0 16px !important;
  color: #111 !important;
  font-size: 18px !important;
  line-height: 1.2;
  font-weight: 700 !important;
}
.schuebel-footer-primary-nav {
  display: block;
  margin: 0;
  padding: 0;
}
.schuebel-footer-primary-nav a {
  display: block;
  margin: 0;
  padding: 0 4px 14px;
  border-bottom: 1px solid #bec3c7;
  color: #68747d;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}
.schuebel-footer-primary-nav a + a {
  padding-top: 14px;
}
.schuebel-footer-primary-nav a:first-child {
  color: #005f9e;
}
.schuebel-footer-primary-nav a:hover,
.schuebel-footer-primary-nav a:focus-visible {
  color: #005f9e;
}
.schuebel-footer-contact,
.schuebel-footer-hours {
  color: #111;
  font-size: 14px;
  line-height: 1.42;
}
.schuebel-footer-contact p,
.schuebel-footer-hours p {
  margin: 0;
}
.schuebel-footer-company {
  margin-bottom: 2px !important;
}
.schuebel-footer-address {
  margin-bottom: 13px !important;
}
.schuebel-footer-contact-lines span {
  display: block;
}
.schuebel-footer-contact a {
  color: #0064a6;
  text-decoration: none;
}
.schuebel-footer-contact a:hover,
.schuebel-footer-contact a:focus-visible {
  text-decoration: underline;
}
.schuebel-footer-hours p + p {
  margin-top: 12px;
}
.schuebel-footer-bottom {
  position: relative;
  margin: 0;
  min-height: 117px;
  padding: 0;
  background: #005898;
  color: #fff;
}
.schuebel-footer-bottom__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1288px !important;
  min-height: 117px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 13px;
}
.schuebel-footer-bottom .wp-block-shortcode {
  margin: 0;
}
.schuebel-footer-legal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 0;
}
.schuebel-footer-legal a {
  display: block;
  padding: 0 12px;
  border-left: 1px solid rgba(255,255,255,.32);
  color: #d9e8f3;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.schuebel-footer-legal a:first-child {
  border-left: 0;
}
.schuebel-footer-legal a:hover,
.schuebel-footer-legal a:focus-visible {
  color: #fff;
}
.schuebel-linkedin {
  position: absolute;
  top: 12px;
  left: calc(50% + 263px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  color: #fff;
  text-decoration: none;
}
.schuebel-linkedin__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}
.schuebel-footer-copyright {
  margin: 31px 0 0 !important;
  color: #d9e8f3;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
}
.schuebel-back-to-top {
  position: absolute;
  right: 22px;
  bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 43px;
  border-radius: 10px;
  background: #1f394c;
  color: #c9d3da;
  text-decoration: none;
}
.schuebel-back-to-top span {
  position: relative;
  top: 2px;
  font-size: 37px;
  line-height: 1;
  font-weight: 700;
}
.schuebel-back-to-top:hover,
.schuebel-back-to-top:focus-visible {
  background: #172d3d;
  color: #fff;
}
@media (max-width: 1000px) {
  .schuebel-footer-columns { gap: 40px; }
  .schuebel-linkedin { left: auto; right: 80px; }
}
@media (max-width: 781px) {
  .schuebel-footer-main { padding: 34px 0 38px; }
  .schuebel-footer-columns { display: block; }
  .schuebel-footer-column + .schuebel-footer-column { margin-top: 32px !important; }
  .schuebel-footer-primary-nav { max-width: none; }
  .schuebel-footer-bottom { min-height: 160px; }
  .schuebel-footer-bottom__inner { min-height: 160px; padding-top: 16px; }
  .schuebel-footer-legal { flex-wrap: wrap; row-gap: 8px; }
  .schuebel-linkedin { position: static; margin: 16px auto 0; }
  .schuebel-footer-copyright { margin-top: 12px !important; }
  .schuebel-back-to-top { right: 14px; bottom: 14px; }
}


.wp-block-button__link { text-transform: uppercase; letter-spacing: .04em; }
.wp-block-query-pagination { margin-top: 2.5rem; gap: .8rem; }
.wp-block-query-pagination a { text-decoration: none; }

@media (max-width: 900px) {
  .schuebel-topbar__inner { justify-content: center !important; text-align: center; }
  .schuebel-topbar__contact { justify-content: center; }
  .schuebel-mainbar__inner { min-height: 82px; }
  .schuebel-brand { min-width: 170px; }
  .schuebel-hero { min-height: 440px; }
  .schuebel-content-sidebar { gap: 2rem; }
  .schuebel-contact-card { position: static; }
}

@media (max-width: 781px) {
  .schuebel-content-sidebar { display: block; }
  .schuebel-content-sidebar > .wp-block-column + .wp-block-column { margin-top: 2rem; }
  .schuebel-news-grid .wp-block-post-template { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .schuebel-news-grid .wp-block-post-template { grid-template-columns: 1fr; }
  .schuebel-page-banner > .wp-block-group { min-height: 140px; padding-top: 2.5rem; padding-bottom: 1.5rem; }
}

/* ==========================================================================\n   Classic Schuebel header - matched to the supplied desktop reference\n   ========================================================================== */
.schuebel-site-header {
  position: relative;
  z-index: 30;
  margin: 0;
  border-top: 7px solid #000;
  box-shadow: none;
  background: #fff;
}
.schuebel-logo-row {
  margin: 0;
  height: 114px;
  min-height: 114px;
  background: #fff;
}
.schuebel-logo-row__inner,
.schuebel-nav-row__inner {
  width: calc(100% - 40px);
  max-width: var(--schuebel-header-width, 1246px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.schuebel-logo-row__inner {
  height: 114px;
  min-height: 114px;
  padding: 0 !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.schuebel-header-logo {
  margin: 0 !important;
}
.schuebel-header-logo img {
  display: block;
  width: 305px !important;
  max-width: 305px !important;
  max-height: 92px;
  object-fit: contain;
}
.schuebel-brand__fallback {
  display: none !important;
}
.schuebel-site-header > .wp-block-shortcode {
  display: block;
  margin: 0 !important;
  padding: 0;
  line-height: 0;
}
.schuebel-header-slider {
  position: relative;
  width: 100%;
  height: 303px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.schuebel-header-slider__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease, visibility 0s linear .7s;
}
.schuebel-header-slider__slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity .7s ease;
}
@media (prefers-reduced-motion: reduce) {
  .schuebel-header-slider__slide { transition: none; }
}
.schuebel-nav-row {
  margin: 0;
  height: 87px;
  min-height: 87px;
  background: #fff;
}
.schuebel-nav-row__inner {
  height: 87px;
  min-height: 87px;
  padding: 0 !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.schuebel-navigation,
.schuebel-navigation .wp-block-navigation__container {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.schuebel-navigation .wp-block-navigation-item {
  margin: 0 !important;
  padding: 0 !important;
  border-right: 1px solid #b9b9b9;
  line-height: 1;
}
.schuebel-navigation .wp-block-navigation-item:last-child {
  border-right: 0;
}
.schuebel-navigation .wp-block-navigation-item__content {
  display: block;
  padding: 5px 15px !important;
  color: #111 !important;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}
.schuebel-navigation .wp-block-navigation-item:first-child .wp-block-navigation-item__content {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.schuebel-navigation .wp-block-navigation-item__content:hover,
.schuebel-navigation .current-menu-item > .wp-block-navigation-item__content,
.schuebel-navigation .wp-block-navigation-item__content[aria-current="page"] {
  color: #006bac !important;
}
.schuebel-quick-actions {
  position: fixed;
  z-index: 100;
  top: 520px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 55px;
}
.schuebel-quick-action {
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 15px 0 0 15px;
  background: #006da8;
  color: #77b9e1;
  text-decoration: none;
}
.schuebel-quick-action:hover,
.schuebel-quick-action:focus-visible {
  background: #005d91;
  color: #a8d3ed;
}
.schuebel-quick-action svg {
  width: 29px;
  height: 29px;
}
.schuebel-home-main {
  margin-top: 0 !important;
  padding-top: 0;
  background: #fff;
}
.schuebel-home-main > .wp-block-post-content {
  margin-top: 0;
}

@media (max-width: 900px) {
  .schuebel-site-header { border-top-width: 4px; }
  .schuebel-logo-row,
  .schuebel-logo-row__inner { height: 88px; min-height: 88px; }
  .schuebel-header-logo img { width: 235px !important; max-width: 235px !important; }
  .schuebel-header-slider { height: clamp(150px, 15.96vw, 303px); }
  .schuebel-nav-row,
  .schuebel-nav-row__inner { height: 68px; min-height: 68px; }
  .schuebel-navigation .wp-block-navigation-item { border-right: 0; }
  .schuebel-navigation .wp-block-navigation-item__content,
  .schuebel-navigation .wp-block-navigation-item:first-child .wp-block-navigation-item__content { padding: 10px 12px !important; }
  .schuebel-quick-actions { top: auto; bottom: 20px; }
}

/* ==========================================================================
   WooCommerce product category archive - classic Schuebel layout
   ========================================================================== */
.schuebel-product-category-archive {
  margin: 0 !important;
  padding: 0;
  background: #fff;
}
.schuebel-product-category-page {
  margin: 0;
  padding: 44px 0 72px;
  background: #fff;
  color: #111;
  font-family: Roboto, sans-serif;
}
.schuebel-product-category-page__inner {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.schuebel-product-category-page__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 48px;
}
.schuebel-product-category-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: center;
  color: #7a858d;
  font-size: 12px;
  line-height: 1.35;
}
.schuebel-product-category-breadcrumb a {
  color: #0069a8;
  text-decoration: none;
}
.schuebel-product-category-breadcrumb a:hover,
.schuebel-product-category-breadcrumb a:focus-visible {
  text-decoration: underline;
}
.schuebel-product-category-breadcrumb .is-current {
  color: #7a858d;
}
.schuebel-product-category-search {
  flex: 0 0 300px;
  margin: 0;
}
.schuebel-product-category-search input[type="search"] {
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #c3c8cc;
  border-radius: 0;
  background: #fff;
  color: #333;
  font: inherit;
  font-size: 12px;
  box-shadow: none;
}
.schuebel-product-category-page__layout {
  display: grid;
  grid-template-columns: 260px 640px 260px;
  column-gap: 60px;
  row-gap: 0;
  align-items: start;
}
.schuebel-product-category-page__sidebar,
.schuebel-product-category-page__content,
.schuebel-product-category-page__extras {
  min-width: 0;
}
.schuebel-product-category-nav {
  display: block;
  margin: 0;
  border-top: 1px solid #aeb6bc;
}
.schuebel-product-category-nav__section {
  margin: 0;
  border-bottom: 1px solid #c6ccd0;
}
.schuebel-product-category-nav__root {
  display: block;
  margin: 0;
  padding: 13px 4px 12px;
  color: #69757d;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}
.schuebel-product-category-nav__section.is-active > .schuebel-product-category-nav__root,
.schuebel-product-category-nav__root:hover,
.schuebel-product-category-nav__root:focus-visible {
  color: #006aa8;
}
.schuebel-product-category-nav__section.is-active > .schuebel-product-category-nav__root {
  font-weight: 700;
}
.schuebel-product-category-nav__expanded {
  margin: 0;
  padding: 9px 12px 10px;
  background: #e0e2e4;
}
.schuebel-product-category-nav__children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.schuebel-product-category-nav__children li {
  margin: 0;
  padding: 0;
}
.schuebel-product-category-nav__children a {
  display: block;
  padding: 4px 0;
  color: #006aa8;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}
.schuebel-product-category-nav__children li.is-current > a {
  font-weight: 700;
}
.schuebel-product-category-nav__product > a {
  position: relative;
  padding-left: 14px;
  font-weight: 400;
  text-transform: none;
}
.schuebel-product-category-nav__product > a::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #c3c9cd;
}
.schuebel-product-category-nav__product > a:hover,
.schuebel-product-category-nav__product > a:focus-visible {
  text-decoration: underline;
}
.schuebel-product-category-nav__product.is-current-product > a {
  font-weight: 700;
}
.schuebel-product-category-nav__children--depth-1,
.schuebel-product-category-nav__children--depth-2,
.schuebel-product-category-nav__children--depth-3 {
  padding-left: 12px;
}
.schuebel-product-category-page__content h1 {
  margin: -4px 0 2px;
  color: #111;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 700;
  text-transform: none;
}
.schuebel-product-category-page__subtitle {
  margin: 0 0 14px;
  color: #111;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}
.schuebel-product-category-page__description {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.45;
}
.schuebel-product-category-page__description > :first-child {
  margin-top: 0;
}
.schuebel-product-category-page__description > :last-child {
  margin-bottom: 0;
}
.schuebel-product-category-page__description p {
  margin: 0 0 10px;
}
.schuebel-product-category-page__description a {
  color: #006aa8;
}

.schuebel-product-category-page__description h2,
.schuebel-product-category-page__description h3,
.schuebel-product-category-page__description h4 {
  clear: both;
  margin: 26px 0 12px;
  color: #111;
  line-height: 1.2;
}
.schuebel-product-category-page__description h2 { font-size: 22px; }
.schuebel-product-category-page__description h3 { font-size: 18px; }
.schuebel-product-category-page__description h4 { font-size: 16px; }
.schuebel-product-category-page__description ul,
.schuebel-product-category-page__description ol {
  margin: 0 0 18px 22px;
  padding: 0;
}
.schuebel-product-category-page__description li + li { margin-top: 5px; }
.schuebel-product-category-page__description img {
  max-width: 100%;
  height: auto;
}
.schuebel-product-category-page__description .alignleft {
  float: left;
  margin: 4px 26px 18px 0;
}
.schuebel-product-category-page__description .alignright {
  float: right;
  margin: 4px 0 18px 26px;
}
.schuebel-product-category-page__description .aligncenter {
  display: block;
  margin: 18px auto;
}
.schuebel-product-category-page__description figure {
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}
.schuebel-product-category-page__description figcaption {
  margin-top: 6px;
  color: #6d747a;
  font-size: 12px;
}
.schuebel-product-category-page__description::after {
  content: '';
  display: table;
  clear: both;
}
.schuebel-product-category-page__description .schuebel-category-youtube {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 20px 0;
  overflow: hidden;
  background: #000;
}
.schuebel-product-category-page__description .schuebel-category-youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.schuebel-product-category-page__extras {
  padding-top: 2px;
}
.schuebel-category-contract-partners,
.schuebel-category-downloads {
  margin: 0 0 32px;
}
.schuebel-category-contract-partners h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}
.schuebel-category-contract-partners__grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.schuebel-category-contract-partners__item {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  padding: 6px 22px;
  border: 0;
  background: transparent;
}
.schuebel-category-contract-partners__item.is-tall {
  height: 150px;
  padding-top: 0;
  padding-bottom: 0;
}
.schuebel-category-contract-partners__logo {
  display: block;
  object-fit: contain;
  object-position: center;
}
.schuebel-category-contract-partners__logo.is-wide {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  max-height: none;
}
.schuebel-category-contract-partners__logo.is-tall {
  width: auto !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 150px;
}
.schuebel-category-downloads h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}
.schuebel-category-downloads__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 10px;
}
.schuebel-category-downloads__item {
  display: block;
  min-width: 0;
  color: #006aa8;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
}
.schuebel-category-downloads__media {
  display: flex;
  width: 100%;
  aspect-ratio: 3 / 4;
  align-items: center;
  justify-content: center;
  margin: 0 0 7px;
  overflow: hidden;
  border: 1px solid #c4c9cd;
  background: #fff;
}
.schuebel-category-downloads__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}
.schuebel-category-downloads__label {
  display: block;
  color: #006aa8;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.schuebel-category-downloads__item:hover .schuebel-category-downloads__label,
.schuebel-category-downloads__item:focus-visible .schuebel-category-downloads__label {
  color: #004f80;
}
.schuebel-product-category-entries {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 44px 0 0;
}
.schuebel-product-category-entry {
  margin: 0;
  border: 1px solid #c3c8cc;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
}
.schuebel-product-category-entry__summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 14px;
  padding: 8px 14px;
  background: #f0f1f2;
  color: #222;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
  user-select: none;
}
.schuebel-product-category-entry__summary::-webkit-details-marker { display: none; }
.schuebel-product-category-entry__summary::marker { display: none; content: ''; }
.schuebel-product-category-entry__summary:hover,
.schuebel-product-category-entry__summary:focus-visible {
  color: #006aa8;
  outline: none;
}
.schuebel-product-category-entry__media {
  display: flex;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.schuebel-product-category-entries__image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 54px;
  max-height: 54px;
  object-fit: contain;
}
.schuebel-product-category-entry__title {
  flex: 1 1 auto;
  min-width: 0;
}
.schuebel-product-category-entry__toggle {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.schuebel-product-category-entry__toggle::before,
.schuebel-product-category-entry__toggle::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 12px;
  height: 2px;
  background: #777;
}
.schuebel-product-category-entry__toggle::after {
  transform: rotate(90deg);
  transition: transform .18s ease;
}
.schuebel-product-category-entry[open] .schuebel-product-category-entry__toggle::after {
  transform: rotate(0deg);
}
.schuebel-product-category-entry[open] .schuebel-product-category-entry__summary {
  border-bottom: 1px solid #c3c8cc;
}
.schuebel-product-category-entry__body {
  padding: 26px 38px 24px;
  font-size: 15px;
  line-height: 1.55;
}
.schuebel-product-category-entry__subtitle {
  margin: 0 0 10px;
}
.schuebel-product-category-entry__preview {
  margin: 0 0 16px;
}
.schuebel-product-category-entry__preview > :first-child { margin-top: 0; }
.schuebel-product-category-entry__preview > :last-child { margin-bottom: 0; }
.schuebel-product-category-entry__readmore {
  display: inline-block;
  color: #006aa8;
  font-size: 14px;
  text-decoration: none;
}
.schuebel-product-category-entry__readmore:hover,
.schuebel-product-category-entry__readmore:focus-visible {
  color: #004f7e;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .schuebel-product-category-entry__summary { min-height: 62px; padding: 7px 10px; font-size: 15px; }
  .schuebel-product-category-entry__media { flex-basis: 48px; width: 48px; height: 48px; }
  .schuebel-product-category-entries__image { max-width: 48px; max-height: 48px; }
  .schuebel-product-category-entry__body { padding: 20px 18px; }
}
@media (max-width: 1320px) and (min-width: 782px) {
  .schuebel-product-category-page__layout {
    grid-template-columns: 220px minmax(0, 1fr) 220px;
    column-gap: 30px;
  }
  .schuebel-product-category-search { flex-basis: 260px; }
}
@media (max-width: 781px) {
  .schuebel-product-category-page { padding-top: 28px; }
  .schuebel-product-category-page__toolbar { display: block; margin-bottom: 30px; }
  .schuebel-product-category-search { margin-top: 16px; }
  .schuebel-product-category-page__layout { display: block; }
  .schuebel-product-category-page__content,
  .schuebel-product-category-page__extras { margin-top: 30px; }
  .schuebel-category-contract-partners__grid { gap: 16px; }
}

/* ==========================================================================\n   Central download library\n   ========================================================================== */
.schuebel-download-library {
  margin: 0;
  padding: 48px 0 64px;
  background: #fff;
}
.schuebel-download-library__inner {
  width: calc(100% - 40px);
  max-width: 1318px;
  margin-left: auto;
  margin-right: auto;
}
.schuebel-download-library h1 {
  margin: 0 0 34px;
  color: #111;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 400;
}
.schuebel-download-library__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 28px;
  align-items: start;
}
.schuebel-download-card {
  display: block;
  min-width: 0;
  color: #006aa8;
  text-decoration: none;
}
.schuebel-download-card__media {
  display: flex;
  width: 100%;
  aspect-ratio: 3 / 4;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px;
  overflow: hidden;
  border: 1px solid #c4c9cd;
  background: #fff;
}
.schuebel-download-card__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}
.schuebel-download-card__label {
  display: block;
  color: #006aa8;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.schuebel-download-card:hover .schuebel-download-card__label,
.schuebel-download-card:focus-visible .schuebel-download-card__label {
  color: #004f80;
}

/* Category sidebar downloads: always two cards next to each other. */
.schuebel-category-downloads__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 10px;
}
.schuebel-download-card--category .schuebel-download-card__label {
  font-size: 12px;
}

/* WooCommerce may add these blocks when it is activated. Schuebel has no cart/accounts. */
.wc-block-customer-account,
.wc-block-mini-cart,
.wp-block-woocommerce-customer-account,
.wp-block-woocommerce-mini-cart {
  display: none !important;
}

@media (max-width: 900px) {
  .schuebel-download-library__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .schuebel-download-library__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
}
@media (max-width: 420px) {
  .schuebel-download-library__grid { grid-template-columns: 1fr; }
}


/* ==========================================================================\n   WooCommerce product detail - classic Schuebel layout\n   ========================================================================== */
.schuebel-product-detail-template {
  margin: 0 !important;
  padding: 0;
  background: #fff;
}
.schuebel-product-detail-page .schuebel-product-category-page__content {
  min-height: 220px;
}
.schuebel-product-detail-page__description {
  margin-top: 8px;
}
.schuebel-product-detail-page__description .woocommerce-product-gallery,
.schuebel-product-detail-page__description .product_meta,
.schuebel-product-detail-page__description .cart,
.schuebel-product-detail-page__description .price,
.schuebel-product-detail-page__description .woocommerce-tabs,
.schuebel-product-detail-page__description .related,
.schuebel-product-detail-page__description .upsells {
  display: none !important;
}

/* Classic WordPress menu location used by the Schuebel header. */
.schuebel-classic-navigation,
.schuebel-classic-navigation .schuebel-primary-menu {
  margin: 0 !important;
  padding: 0 !important;
}
.schuebel-classic-navigation .schuebel-primary-menu {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
}
.schuebel-classic-navigation .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  border-right: 1px solid #b9b9b9;
  line-height: 1;
}
.schuebel-classic-navigation .schuebel-primary-menu > .menu-item:last-child {
  border-right: 0;
}
.schuebel-classic-navigation .menu-item > a {
  display: block;
  padding: 5px 15px;
  color: #111;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.schuebel-classic-navigation .schuebel-primary-menu > .menu-item:first-child > a {
  padding-left: 0;
}
.schuebel-classic-navigation .current-menu-item > a,
.schuebel-classic-navigation .current-menu-ancestor > a,
.schuebel-classic-navigation .menu-item > a:hover,
.schuebel-classic-navigation .menu-item > a:focus-visible {
  color: #006bac;
}
.schuebel-classic-navigation .sub-menu {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  display: none;
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  border: 1px solid #d5d9dc;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}
.schuebel-classic-navigation .sub-menu .menu-item {
  border-right: 0;
}
.schuebel-classic-navigation .sub-menu a {
  padding: 9px 14px;
  font-size: 14px;
  line-height: 1.25;
}
.schuebel-classic-navigation .menu-item:hover > .sub-menu,
.schuebel-classic-navigation .menu-item:focus-within > .sub-menu {
  display: block;
}
@media (max-width: 900px) {
  .schuebel-classic-navigation .schuebel-primary-menu {
    flex-wrap: wrap;
  }
  .schuebel-classic-navigation .menu-item {
    border-right: 0;
  }
  .schuebel-classic-navigation .menu-item > a,
  .schuebel-classic-navigation .schuebel-primary-menu > .menu-item:first-child > a {
    padding: 10px 12px;
  }
}

/* ==========================================================================
   Standard pages - classic Schuebel content + contact sidebar layout
   ========================================================================== */
.schuebel-standard-page {
  margin: 0 !important;
  padding: 44px 0 72px;
  background: #fff;
  color: #111;
  font-family: Roboto, sans-serif;
}
.schuebel-standard-page__inner {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.schuebel-standard-page__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 56px;
}
.schuebel-standard-page__toolbar > .wp-block-shortcode {
  margin: 0 !important;
}
.schuebel-standard-page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 7px;
  align-items: center;
  color: #7a858d;
  font-size: 12px;
  line-height: 1.35;
}
.schuebel-standard-page__breadcrumb a {
  color: #0069a8;
  text-decoration: none;
}
.schuebel-standard-page__breadcrumb a:hover,
.schuebel-standard-page__breadcrumb a:focus-visible {
  text-decoration: underline;
}
.schuebel-standard-page__breadcrumb .is-current {
  color: #7a858d;
  font-style: italic;
}
.schuebel-standard-page__breadcrumb-separator {
  color: #a3a9ad;
}
.schuebel-standard-page__search {
  width: 378px;
  max-width: 100%;
  margin: 0;
}
.schuebel-standard-page__search input[type="search"] {
  width: 100%;
  height: 39px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #bfc5c9;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  box-shadow: none;
}
.schuebel-standard-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 960px) 260px;
  column-gap: 60px;
  align-items: start;
}
.schuebel-standard-page__content,
.schuebel-standard-page__sidebar {
  min-width: 0;
}
.schuebel-standard-page__title {
  margin: 0 0 12px;
  color: #111;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}
.schuebel-standard-page__content .wp-block-post-content {
  color: #111;
  font-size: 16px;
  line-height: 1.45;
}
.schuebel-standard-page__content .wp-block-post-content > :first-child {
  margin-top: 0;
}
.schuebel-standard-page__content .alignwide,
.schuebel-standard-page__content .alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.schuebel-standard-page__sidebar > .wp-block-shortcode {
  margin: 0 !important;
}
.schuebel-standard-page__contact-card {
  width: 100%;
  margin: 0;
  padding: 24px 22px 22px;
  background: var(--schuebel-page-contact-bg, #dedede);
  color: #111;
  font-size: 14px;
  line-height: 1.45;
}
.schuebel-standard-page__contact-card h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.schuebel-standard-page__contact-card p {
  margin: 0 0 12px;
}
.schuebel-standard-page__contact-company {
  line-height: 1.55;
}
.schuebel-standard-page__contact-address {
  white-space: normal;
}
.schuebel-standard-page__contact-lines p {
  margin: 0 0 3px;
}
.schuebel-standard-page__contact-card a {
  color: #0069a8;
  text-decoration: none;
}
.schuebel-standard-page__contact-card a:hover,
.schuebel-standard-page__contact-card a:focus-visible {
  text-decoration: underline;
}

/* The central download library uses the normal-page content column on /download/. */
.schuebel-standard-page__content .schuebel-download-library {
  padding: 0;
}
.schuebel-standard-page__content .schuebel-download-library__inner {
  width: 100%;
  max-width: none;
  margin: 0;
}
.schuebel-standard-page__content .schuebel-download-library h1 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}
.schuebel-standard-page__content .schuebel-download-library__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 10px;
}

@media (max-width: 1320px) {
  .schuebel-standard-page__layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    column-gap: 40px;
  }
}
@media (max-width: 900px) {
  .schuebel-standard-page {
    padding-top: 32px;
  }
  .schuebel-standard-page__toolbar {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 36px;
  }
  .schuebel-standard-page__search {
    width: 100%;
  }
  .schuebel-standard-page__layout {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
  .schuebel-standard-page__sidebar {
    width: min(100%, 360px);
  }
  .schuebel-standard-page__content .schuebel-download-library__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .schuebel-standard-page__inner {
    width: calc(100% - 28px);
  }
  .schuebel-standard-page__content .schuebel-download-library__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 420px) {
  .schuebel-standard-page__content .schuebel-download-library__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================\n   Career vacancies\n   ========================================================================== */
.schuebel-career-jobs {
  margin: 34px 0 0;
  font-family: Roboto, sans-serif;
}
.schuebel-career-job {
  margin: 0 0 4px;
  border: 1px solid #bcc3c9;
  border-radius: 3px;
  background: #eef0f2;
  overflow: hidden;
}
.schuebel-career-job__summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 18px;
  color: #111;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.schuebel-career-job__summary::-webkit-details-marker { display: none; }
.schuebel-career-job__summary::marker { display: none; content: ''; }
.schuebel-career-job__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.schuebel-career-job__icon::before,
.schuebel-career-job__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #6d7378;
  transform: translate(-50%, -50%);
}
.schuebel-career-job__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity .18s ease;
}
.schuebel-career-job[open] .schuebel-career-job__icon::after { opacity: 0; }
.schuebel-career-job[open] .schuebel-career-job__summary {
  border-bottom: 1px solid #bcc3c9;
  background: #e3e6e8;
}
.schuebel-career-job__content {
  padding: 26px 28px 30px;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.45;
}
.schuebel-career-job__content > :first-child { margin-top: 0; }
.schuebel-career-job__content > :last-child { margin-bottom: 0; }
.schuebel-career-job__content img { max-width: 100%; height: auto; }
@media (max-width: 680px) {
  .schuebel-career-job__summary { padding: 10px 13px; font-size: 16px; }
  .schuebel-career-job__content { padding: 20px 16px 24px; }
}

/* ==========================================================================\n   Product & production services\n   ========================================================================== */
.schuebel-services {
  margin: 8px 0 0;
  font-family: Roboto, sans-serif;
}
.schuebel-service-entry {
  margin: 0 0 18px;
  border: 1px solid #bcc3c9;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}
.schuebel-service-entry__header {
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: 14px;
  padding: 8px 14px;
  border-bottom: 0;
  background: #eef0f2;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.schuebel-service-entry__header::-webkit-details-marker { display: none; }
.schuebel-service-entry__header::after {
  content: '+';
  margin-left: auto;
  color: #6b6f73;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}
.schuebel-service-entry[open] > .schuebel-service-entry__header {
  border-bottom: 1px solid #bcc3c9;
}
.schuebel-service-entry[open] > .schuebel-service-entry__header::after { content: '−'; }
.schuebel-service-entry__header:focus-visible {
  outline: 2px solid var(--schuebel-primary);
  outline-offset: -2px;
}
.schuebel-service-entry__icon {
  display: flex;
  flex: 0 0 56px;
  width: 56px;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.schuebel-service-entry__icon-image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 56px;
  max-height: 42px;
  object-fit: contain;
  object-position: center;
}
.schuebel-service-entry__title {
  margin: 0;
  color: #202020;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.schuebel-service-entry__content {
  padding: 24px 30px 26px;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.5;
}
.schuebel-service-entry__content > :first-child { margin-top: 0; }
.schuebel-service-entry__content > :last-child { margin-bottom: 0; }
.schuebel-service-entry__content img { max-width: 100%; height: auto; }
@media (max-width: 680px) {
  .schuebel-service-entry__content { padding: 16px; }
}

/* ==========================================================================\n   Configurable contact forms\n   ========================================================================== */
.schuebel-contact-form-wrap {
	width: 100%;
	font-family: Roboto, sans-serif;
	color: #222;
}
.schuebel-contact-form {
	width: 100%;
	margin: 0;
}
.schuebel-contact-form__required-note {
	margin: 0 0 14px;
	color: #c52828;
	font-size: 13px;
	font-weight: 700;
}
.schuebel-contact-form__field {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	margin: 0 0 10px;
}
.schuebel-contact-form__label,
.schuebel-contact-form__control {
	min-width: 0;
}
.schuebel-contact-form__label label,
.schuebel-contact-form__checkbox-label {
	font-size: 14px;
	line-height: 1.4;
}
.schuebel-contact-form__required {
	color: #d12f2f;
	font-weight: 700;
}
.schuebel-contact-form input[type="text"],
.schuebel-contact-form input[type="email"],
.schuebel-contact-form input[type="tel"],
.schuebel-contact-form input[type="number"],
.schuebel-contact-form input[type="file"],
.schuebel-contact-form select,
.schuebel-contact-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border: 1px solid #b8c0c7;
	border-radius: 0;
	background: #fff;
	color: #222;
	font: inherit;
}
.schuebel-contact-form input[type="text"],
.schuebel-contact-form input[type="email"],
.schuebel-contact-form input[type="tel"],
.schuebel-contact-form input[type="number"],
.schuebel-contact-form select {
	min-height: 34px;
	padding: 5px 8px;
}
.schuebel-contact-form input[type="file"] {
	padding: 4px;
}
.schuebel-contact-form textarea {
	min-height: 180px;
	padding: 8px;
	resize: vertical;
}
.schuebel-contact-form__field--checkbox .schuebel-contact-form__label {
	display: none;
}
.schuebel-contact-form__field--checkbox .schuebel-contact-form__control {
	grid-column: 1 / -1;
}
.schuebel-contact-form__checkbox-label,
.schuebel-contact-form__checkbox-group label {
	display: flex;
	gap: 9px;
	align-items: flex-start;
}
.schuebel-contact-form__checkbox-label input,
.schuebel-contact-form__checkbox-group input {
	width: auto;
	margin-top: 3px;
}
.schuebel-contact-form__checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.schuebel-contact-form__help,
.schuebel-contact-form__control small {
	display: block;
	margin-top: 6px;
	color: #555;
	font-size: 12px;
	line-height: 1.45;
}
.schuebel-contact-form__help p,
.schuebel-contact-form__note p {
	margin: 0 0 6px;
}
.schuebel-contact-form__separator {
	margin: 22px 0;
	border-top: 1px solid #c7cdd2;
}
.schuebel-contact-form__note {
	margin: 10px 0 16px;
	font-size: 13px;
	line-height: 1.5;
}
.schuebel-contact-form__actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 20px;
}
.schuebel-contact-form__button {
	min-height: 34px;
	padding: 7px 14px;
	border: 0;
	border-radius: 2px;
	font-weight: 700;
	cursor: pointer;
}
.schuebel-contact-form__button--primary {
	background: #006ca8;
	color: #fff;
}
.schuebel-contact-form__button--primary:hover,
.schuebel-contact-form__button--primary:focus-visible {
	background: #00598a;
}
.schuebel-contact-form__button--secondary {
	background: #e7ebee;
	color: #222;
}
.schuebel-contact-form__message {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-left: 4px solid;
}
.schuebel-contact-form__message--success {
	border-color: #2c8b37;
	background: #f0f8f1;
}
.schuebel-contact-form__message--error {
	border-color: #b32d2e;
	background: #fcf0f1;
}
.schuebel-contact-form__message ul {
	margin: 8px 0 0 20px;
}
.schuebel-contact-form__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}
@media (max-width: 700px) {
	.schuebel-contact-form__field {
		grid-template-columns: 1fr;
		gap: 5px;
	}
	.schuebel-contact-form__field--checkbox .schuebel-contact-form__control {
		grid-column: auto;
	}
	.schuebel-contact-form__actions {
		justify-content: flex-start;
	}
}

/* ==========================================================================\n   Ansprechpartner\n   ========================================================================== */
.schuebel-contact-persons {
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #2a2a2a;
}
.schuebel-contact-persons__row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 54px;
  align-items: start;
  padding: 12px 0 24px;
}
.schuebel-contact-persons__department {
  padding-top: 2px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  text-transform: uppercase;
}
.schuebel-contact-persons__people {
  min-width: 0;
}
.schuebel-contact-persons__person {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.35;
}
.schuebel-contact-persons__person + .schuebel-contact-persons__person {
  margin-top: 18px;
}
.schuebel-contact-persons__name {
  display: block;
  font-weight: 700;
}
.schuebel-contact-persons__email {
  display: block;
  color: #006bac;
  text-decoration: none;
}
.schuebel-contact-persons__email:hover,
.schuebel-contact-persons__email:focus-visible {
  text-decoration: underline;
}
.schuebel-contact-persons__line {
  display: block;
}
.schuebel-contact-persons__label {
  font-weight: 400;
}
@media (max-width: 781px) {
  .schuebel-contact-persons__row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 14px 0 24px;
    border-bottom: 1px solid #d7d7d7;
  }
  .schuebel-contact-persons__department {
    font-weight: 700;
  }
}
