/* Resets */
*, *::before, *::after {
  box-sizing: border-box;
}
*:not(dialog) {
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, .h1,
h2, .h2,
h3, .h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
#root, #__next {
  isolation: isolate;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
summary::-webkit-details-marker {
  display: none;
}
summary {
  list-style: none;
}
/* Fonts */
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/inter-v20-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sora-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/sora-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/sora-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  color-scheme: light dark;
  --primary: light-dark(#4a5a4f, #8ca78f);
  --accent: light-dark(#d95a48, #e6997f);
  --accent-dark: light-dark(#a63f31, #c66b51);
  --bg: light-dark(#faf7f2, #11110f);
  --bg-soft: light-dark(#f4efe9, #1d1d1b);
  --footer-bg: light-dark(#efe7e2, #131312);
  --text: light-dark(#1c1a17, #f4f1e8);
  --text-reverse: light-dark(#f4f1e8, #1c1a17);
  --text-muted: light-dark(#4a4a4a, #b8b5ad);
  --border: light-dark(#e2ded7, #2e2e2a);
  --toggle-bg: light-dark(#4a5a4f, #8ca78f);
  --toggle-circle: light-dark(#ffffff, #11110f);
  --font-family-base: "Inter", sans-serif;;
  --font-family-heading: "Sora", sans-serif;
  --border-radius-regular: 1rem;
  --border-radius-medium: .75rem;
  --border-radius-small: .375rem;
}
:has(#switch[aria-pressed='true']) {
  color-scheme: dark;
}
:has(#switch[aria-pressed='false']) {
  color-scheme: light;
}
/* Basics */
body {
  font-family: var(--font-family-base);
  font-size: 1rem;
  background-color: var(--bg);
  color: var(--text);
}
.contentpane.component {
  background-color: unset;
}
img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.mod-list,
.list-unstyled {
  list-style: none;
  padding: 0;
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sr-only,
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0,0,0,0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
a:not([class]) {
  color: light-dark(var(--accent-dark), #fff);;
  &:hover {
    color: var(--primary);
  }
}
:focus-visible {
  outline: 3px solid light-dark(var(--accent-dark), #fff);;
  outline-offset: .1rem;
}
.article-info {
  font-size: .9rem;
  margin-block-end: 1rem;
  dd {
    margin: 0;
  }
}
.text-muted {
  color: var(--text-muted);
}
.text-small {
  font-size: .8rem;
}
h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: var(--font-family-heading);
  line-height: 1.3;
}
h1, h2, h3 {
  margin-block-end: .5lh;
}
h1, .h1 {
  font-size: clamp(2.6rem, 1.6rem + 3.2vw, 4rem);
  font-weight: 700;
}
h2, .h2 {
  font-size: clamp(1.9rem, 1.2571rem + 2.0571vw, 2.8rem);
  font-weight: 700;
}
h3, .h3 {
  font-size: clamp(1.5rem, 1.1429rem + 1.1429vw, 2rem);
  font-weight: 700;
}
* + h3,
.h3 {
  margin-block-start: .5lh;
}
p:not(:last-child), ul {
  margin-block-end: 1rem;
}
.lead {
  font-size: 1.3rem;
  line-height: 1.6;
}
.mt {
  margin-block-start: 2rem;
}
figure.image img {
  border-radius: var(--border-radius-regular);
}
figcaption {
  font-size: .9rem;
  padding-block: .25rem;
  text-align: center;
}
ul:not([class]) li {
  padding-block: .25rem;
}
/* Toggle */
.container.toggle-container {
  display: flex;
  justify-content: flex-end;
  padding-block-end: .5rem;
  div {
    position: relative;
  }
}
.toggle-container [aria-pressed] {
  display: block;
  padding: .4em 0 .4em 3em;
  border: none;
  border-radius: var(--border-radius-medium);
  background-color: transparent;
  color: var(--primary);
  text-align: start;
  font-size: .9rem;
  line-height: 1.1;
  cursor: pointer;
  &:focus,
  &:hover {
    color: light-dark(#11110f, #fff);
    ::before {
      box-shadow: 0 0 0.5em #333;
    }
  }
}
.toggle-container [aria-pressed]:focus::after,
.toggle-container [aria-pressed]:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='rgba(0,0,0,.25)'/%3E%3C/svg%3E");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
}
.toggle-container [aria-pressed]::before,
.toggle-container [aria-pressed]::after {
  content: "";
  position: absolute;
  height: 1em;
  transition: all 0.25s ease;
}
.toggle-container [aria-pressed]::before {
  left: 0;
  top: 0.45em;
  width: 2em;
  border: 0.2em solid var(--primary);
  background-color: var(--primary);
  border-radius: 1rem;
}
.toggle-container [aria-pressed]::after {
  left: 0;
  top: 0.45em;
  background-color: #fff;
  background-position: center center;
  border-radius: 50%;
  width: 1em;
  border: 0.15em solid var(--primary);
}
.toggle-container [aria-pressed=true]::after {
  left: 1em;
}
.toggle-container [aria-pressed=false] .dark {
  display: none;
}
.toggle-container [aria-pressed=true] .light {
  display: none;
}
/* Buttons */
.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 1.15rem;
}
.btn-primary {
  --btn-bg: light-dark(#fff, var(--primary));
  --btn-color: light-dark(var(--primary), #11110f);
  --btn-border-color: var(--primary);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  border: 2px solid var(--btn-border-color);
  padding: 1.1rem 2.2rem;
  margin-block: 2rem;
  border-radius: var(--border-radius-medium);
  transition: box-shadow .2s ease, background .2s ease;
  &:hover {
    --btn-bg: var(--accent);
    --btn-color: light-dark(var(--text), #11110f);
    --btn-border-color: var(--accent-dark);
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
  }
}
.btn-text {
  color: var(--accent-dark);
  &:hover {
    color: var(--primary);
  }
}
.hero .btn-primary {
  --btn-bg: var(--accent);
  --btn-color: light-dark(var(--text), #11110f);
  --btn-border-color: var(--accent);
  &:hover {
    --btn-bg: var(--accent-dark);
    --btn-color: light-dark(#fff, #11110f);
    --btn-border-color: var(--accent-dark);
  }
}
/* Pagination */
.com-content-category-blog__counter {
  text-align: end;
}
.pagination__wrapper {
  display: flex;
  justify-content: center;
  margin-block: 1rem 3rem;
}
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-link {
  position: relative;
  padding: .4rem .6rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: underline 0.15em rgba(217, 90, 72, 0);
  text-underline-offset: 0.4em;
  transition: text-decoration-color 300ms, text-underline-offset 300ms;
  display: flex;
  align-items: center;
  gap: .3rem;
  transition: color .2s ease;
  &::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: var(--accent);
    transition: width .25s ease;
  }
}
.page-item:not(.disabled) .page-link:hover {
  color: var(--accent);
}
.page-item:not(.disabled) .page-link:hover::after {
  width: 100%;
}
.page-item.active .page-link {
  color: var(--accent);
}
.page-item.active .page-link::after {
  width: 100%;
}
.page-item.disabled .page-link {
  opacity: .35;
}
.page-link span[class^="icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 1;
}
.icon-angle-double-left::before {
  content: "««";
}
.icon-angle-left::before {
  content: "«";
}
.icon-angle-right::before {
  content: "»";
}
.icon-angle-double-right::before {
  content: "»»";
}
.icon-chevron-down {
  font-size: 1.5rem;
  line-height: 1;
  &::before {
    content: "\25BE";
  }
}
/* Forms */
.form-check-inline {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  input[type="checkbox"] {
    flex: 1 0 auto;
    width: 18px;
    height: 18px;
    margin-block-start: .25rem;
  }
}
.control-group {
  margin-block: 1rem;
}
input:not([type="checkbox"]),
select,
textarea {
  padding: .75rem 1rem;
  border-radius: var(--border-radius-medium);
  border: 1px solid #ced4da;
  width: 100%;
}
label:not(.altcha-label) {
  display: inline-block;
  margin-block-end: .5rem;
}
.invalid {
  color: var(--accent);
  border-color: var(--accent);
}
button {
  cursor: pointer;
}
/* Accordion */
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  &::after {
    content: "+";
    font-weight: bold;
  }
}
details {
  border: 1px solid var(--primary);
  border-radius: var(--border-radius-small);
  padding: .75rem 1rem;
}
details[open] summary {
  margin-block-end: .75rem;
  &::after {
    content: "–";
  }
}
/* Grundlayout */
.container,
.com-content-category-blog__navigation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 calc(8px + 1.5625vw);
}
/* HEADER */
.header-wrapper {
  padding: 1rem calc(8px + 1.5625vw);
  .header {
    background-color: light-dark(rgba(255, 255, 255, .85), rgba(29, 29, 27, .85));
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius-regular);
    padding: 1rem calc(8px + 1.5625vw);
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    position: relative;
    z-index: 2;
    .header-inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
  }
}
.logo {
  a {
    color: var(--text);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  .subline {
    color: var(--primary);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
  }
  .subline2 {
    font-family: var(--font-family-heading);
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.03rem;
    span {
      color: var(--accent);
    }
  }
}
@media (width > 900px) {
  .main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    .mod-menu {
      display: flex;
      gap: 1rem;
      margin-block-end: 0;
      > li > a,
      .mod-menu__toggle-sub {
        display: inline-flex;
        color: var(--primary);
        text-decoration: none;
        font-weight: 600;
        padding: .4rem .8rem;
        border-radius: var(--border-radius-medium);
        transition: background .2s ease, color .2s ease;
        &:hover {
          background-color: var(--accent);
          color: #11110f;
        }
      }
      > li.active > a,
      > li.active .mod-menu__toggle-sub {
        background-color: var(--accent);
        color: #11110f;
      }
      .mod-menu__toggle-sub {
        gap: .25rem;
      }
    }
    .mod-menu__sub {
      position: absolute;
      width: 220px;
      padding: 1rem;
      background-color: light-dark(#ffffff, #1d1d1b);
    }
  }
}
.menu-toggle {
  display: none;
  position: relative;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
  z-index: 4;
  span {
    width: 26px;
    height: 3px;
    background: var(--primary);
    border-radius: 3px;
    transition: transform .3s ease, opacity .3s ease;
  }
  &.active {
    span:nth-child(1) {
      transform: translateY(9px) rotate(45deg);
    }
    span:nth-child(2) {
      opacity: 0;
    }
    span:nth-child(3) {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
}
.mod-menu__sub {
  opacity: 0;
  transition: opacity, display;
  transition-behavior: allow-discrete;
  transition-duration: 2s;
  > li {
    padding-block: .8rem;
  }
  a,
  .mod-menu__toggle-sub {
    color: var(--primary);
    text-decoration: underline 0.15em rgba(217, 90, 72, 0);
    text-underline-offset: 0.4em;
    transition: text-decoration-color 300ms, text-underline-offset 300ms;
    position: relative;
    &:hover {
      text-decoration-color: light-dark(rgba(217, 90, 72, 1), rgba(230, 153, 127, 1));
    }
  }
  li.active a {
    text-decoration-color: light-dark(rgba(217, 90, 72, 1), rgba(230, 153, 127, 1));
  }
}
.mod-menu__sub.show-menu {
  opacity: 1;

  @starting-style {
    opacity: 0;
  }
}
.mod-menu .icon-chevron-down {
  transition: rotate;
}
@media (width < 900px) {
  .menu-toggle {
    display: flex;
  }
  .main-nav .mod-menu {
    position: absolute;
    top: 0;
    right: -1.5rem;
    visibility: hidden;
    width: 80%;
    height: 100vh;
    background: var(--bg);
    padding: 6rem 1rem;
    margin-block-end: 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    transform: translateY(-120%);
    transition: transform .4s ease-in-out, visibility 0s linear .4s;
    box-shadow: -4px 0 20px rgba(0,0,0,.1);
    z-index: 3;
    a,
    .mod-menu__toggle-sub .mod-menu__heading {
      font-size: 1.3rem;
      font-weight: 600;
      color: var(--primary);
      text-decoration: underline 0.15em rgba(217, 90, 72, 0);
      text-underline-offset: 0.4em;
      transition: text-decoration-color 300ms, text-underline-offset 300ms;
    }
    li.active > a,
    li.active > .mod-menu__toggle-sub .mod-menu__heading {
      text-decoration-color: light-dark(rgba(217, 90, 72, 1), rgba(230, 153, 127, 1));
    }
    &.open {
      visibility: visible;
      transform: none;
      transition-delay: 0s;
    }
    .mod-menu__sub {
      padding-inline-start: 1rem;
      margin-block-start: 1rem;
    }
  }
}
/* HERO */
.hero,
.category-desc {
  position: relative;
  padding: clamp(3rem, calc(1.909rem + 5.455vw), 6rem) 0 clamp(2rem, calc(0.909rem + 5.455vw), 5rem);
  overflow: hidden;
  .hero-inner {
    position: relative;
  }
  p {
    max-width: 600px;
  }
  @media (width > 1472px) {
    min-height: 380px;
  }
}
.hero-bg {
  position: absolute;
  right: -20%;
  top: -20%;
  width: 60%;
  height: 160%;
  background-color: light-dark(#f4dfd8, #c66b51);
  transform: rotate(-8deg);
}
.hero-bg::after {
  --stripe-1: light-dark(rgba(255, 255, 255, .10), rgba(0, 0, 0, .06));
  --stripe-2: light-dark(rgba(255, 255, 255, .10), rgba(0, 0, 0, .06));
  --stripe-3: light-dark(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0));
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    135deg,
    var(--stripe-1) 0px,
    var(--stripe-2) 1px,
    var(--stripe-3) 6px
  );
}
.hero-sub {
  margin: 1.5rem 0;
  font-size: 1.3rem;
  color: var(--text-muted);
  max-width: 42rem;
}

/* ANGLED SECTIONS */
.angled {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: inherit;
    transform: skewY(-3deg);
  }
}
/* SECTION */
.section {
  padding: clamp(2rem, calc(0.909rem + 5.455vw), 5rem) 0;
}
.com-content-category-blog__items {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, calc(0.909rem + 5.455vw), 5rem) calc(8px + 1.5625vw);
}
.bg-soft {
  background-color: var(--bg-soft);
}
.section-sub {
  color: var(--text-muted);
  margin-block-end: 2rem;
}
/* NARROW CONTAINER */
.narrow {
  max-width: 800px;
  &.centered {
    margin-inline: auto;
  }
}
.article-container {
  padding-block: 3rem;
}
.erwarten .custom {
  max-width: 800px;
  margin-inline: auto;
}
.container-offline {
  margin-block: 4rem;
  .login {
    margin-block-start: 3rem;
  }
}
.container-error {
  margin-block: 4rem;
  .badge {
    color: light-dark(#000, #fff);
    background-color: light-dark(#ccc, #666);
    border-radius: var(--border-radius-small);
    padding: .5rem;
  }
}
/* GRID */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  @media (width >= 600px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.about .grid {
  align-items: center;
  @media (width >= 600px) {
    grid-template-columns: 1fr 1.5fr;
  }
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  @media (width >= 600px) {
    grid-template-columns: 2fr 1fr;
  }
  gap: 2.5rem;
  align-items: center;
}
.grid-3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  @media (width >= 600px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width >= 960px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid-4 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-block-end: 2rem;
  @media (width >= 600px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width >= 960px) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
/* Icons */
.icons {
  h2 {
    text-align: center;
  }
  img {
    width: 100px;
  }
}
/* ICON CARDS */
.card {
  background-color: light-dark(#fff, #272724);
  padding: clamp(1rem, calc(0.636rem + 1.818vw), 2rem);
  border-radius: var(--border-radius-regular);
  border: 1px solid var(--border);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
  &:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 10px 24px rgba(0,0,0,.1);
  }
}
.card-icon {
  margin-block-end: 1.2rem;
  color: var(--accent);
}
.card-icon svg {
  width: 48px;
  height: 48px;
}
.card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-block-end: .5rem;
  color: var(--primary);
  a {
    color: currentColor;
    text-decoration: none;
  }
}
.card .mod-articles-image {
  order: -1;
  img {
    border-radius: var(--border-radius-medium);
    object-position: top;
    aspect-ratio: 5/3;
  }
}
.leistungen .card {
  gap: 2rem;
  .btn {
    margin-inline: auto;
    margin-block: auto 0;
  }
}
.referenzen .card {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
}
/* Engagement */
.mod-articles li {
  margin-block-end: 1rem;
}
.eng-links {
  display: flex;
  flex-direction: column;
}
/* BLOG GRID */
.columns-2 {
  display: grid;
  grid-template-columns: 1fr;
  @media (width >= 600px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  gap: 2.5rem;
}
/* BLOG CARD */
.com-content-category-blog__item {
  display: flex;
  flex-direction: column;
  background-color: light-dark(#fff, #272724);
  border-radius: var(--border-radius-regular);
  border: 1px solid var(--border);
  transition: transform .2s ease, box-shadow .2s ease;
  &:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 10px 24px rgba(0,0,0,.1);
  }
  .item-image img {
    aspect-ratio: 16/9;
    border-top-left-radius: var(--border-radius-regular);
    border-top-right-radius: var(--border-radius-regular);
  }
  .item-content {
    padding: calc(8px + 1.5625vw);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    .readmore {
      margin-block: auto 0;
    }
    .page-header h2 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-block-end: 1rem;
    }
    p:not(.readmore) {
      color: var(--text-muted);
    }
    .readmore .btn-secondary {
      font-size: 1rem;
      font-weight: 600;
      color: light-dark(var(--accent-dark), #fff);
      position: relative;
      &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0%;
        height: 2px;
        background-color: currentColor;
        transition: width .25s ease;
      }
      &:hover::after {
        width: 100%;
      }
    }
  }
}

.claim {
  background-color: var(--accent-dark);
  color: var(--text-reverse);
  padding: 3rem 0;
  p {
    margin-block-end: 0;
  }
}
/* CTA */
.cta {
  background-color: var(--primary);
  color: var(--text-reverse);
  padding: 5rem 0;
  .cta-inner .custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cta-title {
    font-size: clamp(2rem, 1.4286rem + 1.8286vw, 2.8rem);
    font-weight: 600;
    text-wrap: auto;
    margin-block-end: 1rem;
  }
  .btn-primary {
    margin-block: 0;
  }
}
/* FOOTER */
.footer {
  background-color: var(--footer-bg);
  padding: 3rem 0;
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }
  .nav {
    display: flex;
    gap: 1rem;
    a {
      color: var(--primary);
      text-decoration: underline 0.15em rgba(217, 90, 72, 0);
      text-underline-offset: 0.4em;
      transition: text-decoration-color 300ms, text-underline-offset 300ms;
      font-weight: 600;
      position: relative;
      &:hover {
        text-decoration-color: light-dark(rgba(217, 90, 72, 1), rgba(230, 153, 127, 1));
      }
    }
    li.active a {
      text-decoration-color: light-dark(rgba(217, 90, 72, 1), rgba(230, 153, 127, 1));
    }
  }
  .disclaimer {
    flex: 0 1 30rem;
  }
}

/* Modal */
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-block-end: 1px solid #dfe3e7;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}
.modal-title {
  margin-block-end: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dfe3e7;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-footer > * {
  margin: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 36em) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 62em) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 75em) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 35.98em) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 47.98em) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 61.98em) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 74.98em) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
.jviewport-height10 {
  height: 10vh;
}
.jviewport-height20 {
  height: 20vh;
}
.jviewport-height30 {
  height: 30vh;
}
.jviewport-height40 {
  height: 40vh;
}
.jviewport-height50 {
  height: 50vh;
}
.jviewport-height60 {
  height: 60vh;
}
.jviewport-height70 {
  height: 70vh;
}
.jviewport-height80 {
  height: 80vh;
}
.jviewport-height90 {
  height: 90vh;
}
.jviewport-height100 {
  height: 100vh;
}
[class*=jviewport-height] iframe {
  height: 100%;
}
.modal-dialog.jviewport-width10 {
  width: 10vw;
  max-width: none;
}
.modal-dialog.jviewport-width20 {
  width: 20vw;
  max-width: none;
}
.modal-dialog.jviewport-width30 {
  width: 30vw;
  max-width: none;
}
.modal-dialog.jviewport-width40 {
  width: 40vw;
  max-width: none;
}
.modal-dialog.jviewport-width50 {
  width: 50vw;
  max-width: none;
}
.modal-dialog.jviewport-width60 {
  width: 60vw;
  max-width: none;
}
.modal-dialog.jviewport-width70 {
  width: 70vw;
  max-width: none;
}
.modal-dialog.jviewport-width80 {
  width: 80vw;
  max-width: none;
}
.modal-dialog.jviewport-width90 {
  width: 90vw;
  max-width: none;
}
.modal-dialog.jviewport-width100 {
  width: 100vw;
  max-width: none;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}
.modal iframe {
  width: 100%;
}
iframe {
  border: 0;
}
