/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/css/theme.css ***!
  \*************************************************************************************************/
:root {
  --kh-foreground-brand: var(--kh-color-primary-500);
  --kh-foreground-secondary: var(--kh-color-secondary-500);

  --kh-foreground-label: var(--kh-foreground);

  --kh-background-neutral-strong: var(--kh-color-neutral-500);
  --kh-background-neutral-light: var(--kh-color-neutral-900-20);

  --kh-background-brand: var(--kh-color-primary-500);
  --kh-background-brand-hovered: var(--kh-color-primary-50);
  --kh-background-brand-pressed: var(--kh-color-primary-50);

  --kh-background-secondary: var(--kh-color-secondary-500);
  --kh-background-secondary-hovered: var(--kh-color-secondary-700);
  --kh-background-secondary-pressed: var(--kh-color-secondary-100);

  --kh-link: var(--kh-foreground-brand);

  --kh-border-color-brand: var(--kh-color-primary-500);

  --kh-color-white: #ffffff;
  --kh-color-neutral-25: #f9fafb;
  --kh-color-neutral-50: #f6f7f9;
  --kh-color-neutral-100: #edeef1;
  --kh-color-neutral-200: #d7dae0;
  --kh-color-neutral-300: #b3b9c6;
  --kh-color-neutral-400: #8a94a6;
  --kh-color-neutral-500: #667085;
  --kh-color-neutral-600: #565e73;
  --kh-color-neutral-700: #464c5e;
  --kh-color-neutral-800: #3d424f;
  --kh-color-neutral-900: #363a44;
  --kh-color-neutral-950: #24262d;

  --kh-color-neutral-500-20: rgba(102, 112, 133, 0.2);
  --kh-color-neutral-900-20: rgba(54, 58, 68, 0.1);

  --kh-color-blue-100: #dbeafe;
  --kh-color-blue-500: #3b82f6;
  --kh-color-blue-900: #1e3a8a;

  --kh-color-teal-100: #cffafe;
  --kh-color-teal-500: #06b6d4;
  --kh-color-teal-900: #164e63;

  --kh-color-green-100: #d1fae5;
  --kh-color-green-500: #10b981;
  --kh-color-green-900: #064e3b;

  --kh-color-purple-100: #ede9fe;
  --kh-color-purple-500: #8b5cf6;
  --kh-color-purple-900: #4c1d95;

  --kh-color-red-100: #ffe4e6;
  --kh-color-red-500: #f43f5e;
  --kh-color-red-900: #881337;

  --kh-color-yellow-100: #fef3c7;
  --kh-color-yellow-500: #f59e0b;
  --kh-color-yellow-900: #78350f;

  --kh-border-neutral: 1px;
  --kh-border-neutral-strong: 2px;

  --kh-font-size-base: 16px;
  --kh-font-size-large: 1rem;
  --kh-font-size-x-large: 1.5rem;
  --kh-font-size-2x-large: 2rem;
  --kh-font-size-3x-large: 2.5rem;
  --kh-font-size-medium: 1rem;
  --kh-font-size-small: 0.875rem;
  --kh-font-size-x-small: 0.75rem;

  --kh-font-weight-regular: 300;
  --kh-font-weight-medium: 400;
  --kh-font-weight-bold: 700;
}

/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/css/lightMode.css ***!
  \*****************************************************************************************************/
.light {
  --kh-background-body: var(--kh-color-white);
  --kh-background-neutral: var(--kh-color-neutral-200);
  --kh-foreground: var(--kh-color-neutral-900);
  --kh-foreground-subtle: var(--kh-color-neutral-700);
  --kh-background-card: var(--kh-color-white);
  --kh-background-menu: var(--kh-color-white);
  --kh-background-information: var(--kh-color-blue-100);
  --kh-background-warning: var(--kh-color-yellow-100);
  --kh-background-danger: var(--kh-color-red-100);
  --kh-background-success: var(--kh-color-green-100);
  --kh-background-tip: var(--kh-color-purple-100);
  --kh-background-qr: var(--kh-color-neutral-900-20);
}

/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/css/darkMode.css ***!
  \****************************************************************************************************/
.dark {
  --kh-background-body: var(--kh-color-neutral-950);
  --kh-background-neutral: var(--kh-color-neutral-500);
  --kh-foreground: var(--kh-color-white);
  --kh-foreground-subtle: var(--kh-color-white);
  --kh-background-card: var(--kh-color-neutral-800);
  --kh-background-menu: var(--kh-color-neutral-800);
  --kh-background-information: var(--kh-color-blue-900);
  --kh-background-warning: var(--kh-color-yellow-900);
  --kh-background-danger: var(--kh-color-red-900);
  --kh-background-success: var(--kh-color-green-900);
  --kh-background-tip: var(--kh-color-purple-900);
  --kh-background-qr: var(--kh-color-neutral-700);
}

/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/css/main.css ***!
  \************************************************************************************************/
body,
html {
  margin: 0;
  padding: 0;
  font-size: var(--kh-font-size-base); /* 1rem, 16px */
  background-color: var(--kh-background-body);
  width: 100%;
}

svg,
path {
  max-height: 40px;
  max-width: fit-content;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px; /* Standardgröße */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.active {
  color: var(--kh-foreground-brand);
}

.filled {
  font-variation-settings: 'FILL' 1;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: var(--kh-border-neutral) solid var(--kh-border-color-brand);
  margin: 1em 0;
  padding: 0;
}

.short-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.link-button {
  box-sizing: border-box;
  width: auto;
  padding: 12px;
  display: inline-block;
  width: 180px;
  height: auto;
  background-color: var(--kh-background-secondary);
  color: var(--kh-color-white);
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.link-button:hover {
  background-color: var(--kh-background-secondary-hovered);
  color: var(--kh-color-white);
}

.link-button:active {
  background-color: var(--kh-background-secondary-pressed);
}

.pagination-container {
  display: flex;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.pagination-container .left {
  width: 100%;
  padding-left: 24px;
  text-align: left;
}

.pagination-container .right {
  width: 100%;
  text-align: right;
  padding-right: 24px;
}

.pagination-container .left p {
  text-align: left;
}

.pagination-container .right p {
  text-align: right;
}

.pagination-action {
  display: flex;
  align-items: flex-start;
}

.pagination-action p {
  color: var(--kh-foreground-brand);
}

.pagination-action path {
  stroke: var(--kh-foreground-brand);
}

.previous .pagination-action svg {
  transform: rotate(180deg) translate(5px, -2px);
  min-width: 40px;
}

.next-page .pagination-action svg {
  transform: translate(5px, 2px);
  min-width: 40px;
}

.next-page .pagination-action {
  justify-content: end;
}

h1,
h2,
h3,
h4,
p,
a {
  margin: 0;
  padding: 0;
  letter-spacing: 0.01em;
  color: var(--kh-foreground);
  text-align: left;
  text-decoration: none;
  word-break: break-word;
  overflow-wrap: break-word;
}

h1 {
  font-size: var(--kh-font-size-3x-large); /* 40px */
  line-height: 2.875rem; /* 46px */
  font-weight: var(--kh-font-weight-medium);
}

h2 {
  font-size: var(--kh-font-size-2x-large); /* 32px */
  line-height: 2.25rem; /* 36px */
  font-weight: var(--kh-font-weight-medium);
}

h3 {
  font-size: var(--kh-font-size-x-large); /* 24px */
  line-height: 1.75rem; /* 28px */
  font-weight: var(--kh-font-weight-medium);
}

h4 {
  font-size: var(--kh-font-size-large); /* 16px */
  line-height: 1.5rem; /* 24px */
  font-weight: var(--kh-font-weight-medium);
}

p {
  font-size: var(--kh-font-size-medium); /* 16px */
  line-height: 1.5rem; /* 24px */
  font-weight: var(--kh-font-weight-medium);
}

/* Font Weights */
.font-light {
  font-weight: var(--kh-font-weight-regular);
}
.font-regular {
  font-weight: var(--kh-font-weight-medium);
}
.font-bold {
  font-weight: var(--kh-font-weight-bold);
}

/* Text size */
.text-sm {
  font-size: var(--kh-font-size-small); /* 14px */
  line-height: 1.25rem; /* 20px */
}

.text-xs {
  font-size: var(--kh-font-size-x-small); /* 12px */
  line-height: 1.125rem; /* 18px */
}

a:hover {
  color: var(--kh-link);
}

a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a p:hover,
a:hover {
  color: var(--kh-link);
}

a h1:active,
a h2:active,
a h3:active,
a h4:active,
a p:active,
a:active {
  color: var(--kh-link);
}

/* Home Page */
#home {
  padding: 0 24px;
}

.label-section-home {
  margin: 20px 0 40px 0;
  padding: 0 24px;
}

.article-card {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px -2px var(--kh-color-neutral-900-20);
  background-color: var(--kh-background-card);
  margin-bottom: 20px;
}

.article-card span {
  position: absolute;
  top: 24px;
  right: 24px;
}

.article-card a {
  text-decoration: none;
  color: var(--kh-foreground);
}

.article-card h3 {
  width: 80%;
}

.article-card-container h3 {
  margin-bottom: 10px;
}

.article-card-container {
  display: flex;
  width: 100%;
  gap: 10px;
}

.first-letter {
  font-size: 40px;
  background: var(--kh-background-stove-img);
  color: var(--kh-color-neutral-900);
  min-height: 100px;
  min-width: 100px;
  max-height: 100px;
  max-width: 100px;
  text-align: center;
  line-height: 105px;
  font-weight: var(--kh-font-weight-bold);
}

.preview-container img {
  object-fit: cover;
  min-height: 100px;
  min-width: 100px;
  max-height: 100px;
  max-width: 100px;
}

.preview-container h3 {
  width: 90%;
}

.article-card-container h4 {
  width: 90%;
}

/* Header Secton */
#hero {
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#hero .label-icon {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.hero-section-big {
  height: 550px;
  width: 100%;
  background-color: var(--kh-background-neutral);
  opacity: 1;
}

.hero-section-medium {
  height: 412px;
  width: 100%;
  background-color: var(--kh-background-neutral);
  opacity: 1;
}

.hero-section-small {
  height: 275px;
  width: 100%;
  background-color: var(--kh-background-neutral);
  opacity: 1;
}

.hero-section-small .label-section {
  margin-top: 110px;
}

.hero-section-medium .label-section {
  margin-top: 75px;
}

.hero-section-big .label-section {
  margin-top: 75px;
}

.taskbar {
  height: 55px;
  width: 100%;
  background-color: var(--kh-background-card);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -55px;
  z-index: 2;
  position: relative;
}

.hero-logo-top,
.hero-default-logo-top {
  width: 252px;
  height: 35px;
}

.hero-default-logo {
  background-color: var(--kh-background-brand);
  width: 110px;
  height: 110px;
  border-radius: 10px;
  box-shadow: 1px 2px 10px 0px #00000040;
  font-family: 'Roboto', serif;
  font-weight: 500;
  font-size: var(--kh-font-size-small);
  line-height: 20px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.hero-logo {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 110px;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
}

.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-default-logo-top {
  background-color: var(--kh-background-brand);
  font-family: 'Roboto', serif;
  font-weight: 500;
  font-size: var(--kh-font-size-small);
  line-height: 20px;
  position: relative;
}

.hero-logo-top {
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
}

.hero-default-logo span,
.hero-default-logo-top span {
  color: var(--kh-color-white);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.hero-default-logo span {
  top: 42%;
}

.hero-default-logo-top span {
  top: 25%;
}

.label-section {
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}

.label-section h1,
.label-section p {
  text-align: center;
  padding-bottom: 20px;
  color: var(--kh-foreground-label);
}

/* Qick Access Menu */
.quick-access-menu-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--kh-background-neutral-strong);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.quick-access-menu-background.active {
  opacity: 0.8;
  visibility: visible;
}

.quick-access-menu {
  position: absolute;
  height: auto;
  background-color: var(--kh-background-menu);
  box-sizing: border-box;
  z-index: 3;
  transition: width 0.3s ease;
  transition: height 0.3s ease;
}

.quick-access-menu-top {
  box-shadow: 0px 4px 8px -2px #363a4433;
  border-radius: 8px 0 0 8px;
  width: 248px;
  top: 24px;
  right: 0;
}

.quick-access-menu-bottom {
  position: fixed;
  box-shadow: 0px 24px 48px -12px #363a4480;
  border-radius: 8px;
  width: calc(100% - 48px);
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.quick-access-menu-top.expanded {
  width: calc(100% - 24px);
}

.quick-access-menu-bottom.expanded {
  padding-top: 24px;
}

.quick-access-link-top,
.quick-access-link-bottom {
  height: 55px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 248px;
}

.quick-access-link-top {
  margin-right: 0px;
  margin-left: auto;
}

.quick-access-link-bottom {
  margin: 0 auto;
}

.quick-access-section {
  position: relative;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  height: fit-content;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-default {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item svg,
.menu-item path {
  height: 25px;
  width: 25px;
}

.input-container {
  position: relative;
  width: 100%;
}

#search-form {
  display: flex;
  justify-content: center;
}

#result-container {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 400px);
  overflow-y: auto;
}

#search-form input {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  padding-left: 10px;
  border: var(--kh-border-neutral) solid var(--kh-color-neutral-300);
  font-size: var(--kh-font-size-medium);
  font-weight: var(--kh-font-weight-medium);
  box-sizing: border-box;
}

#search-form input::placeholder {
  color: var(--kh-color-neutral-300);
}

.input-container .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
}

.search-result {
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
}

.search-result .title {
  font-size: 18px;
  font-weight: var(--kh-font-weight-bold);
  text-decoration: underline;
}

.search-result .description {
  margin-top: 5px;
  font-size: var(--kh-font-size-small);
  color: var(--kh-foreground-subtle);
}

#content-article {
  max-height: calc(100dvh - 250px);
  overflow: auto;
}

.tree {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tree li {
  border-top: var(--kh-border-neutral) solid var(--kh-color-neutral-300);
}

.tree a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: var(--kh-font-size-medium);
}

.tree .toggle-icon {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.tree ul {
  display: block;
  padding-left: 20px;
}

.tree li.open > ul {
  display: block;
}

.tree li.close > ul {
  display: none;
}

.tree .toggle-icon {
  margin-right: 10px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.tree li.open .toggle-icon {
  transform: rotate(180deg);
}

.tree li.close .toggle-icon {
  transform: rotate(0deg);
}

#content-favorite {
  padding-left: 20px;
  padding-right: 20px;
}

.fav-article-element {
  display: flex;
  align-items: center;
  position: relative;
  border-top: var(--kh-border-neutral) solid var(--kh-color-neutral-300);
  padding: 20px 0 6px;
  margin-bottom: 10px;
  gap: 10px;
}

.fav-article-element span {
  position: absolute;
  top: calc(50% - 2px);
  right: 24px;
}

.fav-article-element a {
  width: 86%;
}

.fav-article-element h3 {
  max-width: 75%;
}

#footer {
  position: relative;
  height: 412px;
  width: 100%;
  background-color: var(--kh-background-brand);
  color: var(--kh-color-white);
  margin-top: 60px;
}

#footer a {
  text-decoration: underline;
}

#footer p,
#footer a {
  color: var(--kh-color-white);
}

.footer-container {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-container img {
  max-height: 40px;
}

.footer-container .material-icons {
  font-size: 40px;
}

.bread-crumbs {
  color: var(--kh-foreground);
}

.breadcrumbs-container {
  min-height: calc(24px + 19px);
}

/* table-of-contents */

#table-of-contents {
  top: 0;
  z-index: 1;
  border-bottom: var(--kh-border-neutral-strong) solid var(--kh-border-color-brand);
  margin-bottom: 40px;
  background-color: var(--kh-background-card);
  width: 100%;
}

.toc-container {
  width: 100%;
}

.toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.toc-title {
  font-size: var(--kh-font-size-small);
  font-weight: var(--kh-font-weight-bold);
  color: var(--kh-foreground-brand);
}

.toc-toggle {
  display: inline-block;
  transition: transform 0.3s ease;
}

.toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow: auto;
}

.toc-list.hidden {
  display: none;
}

.toc-list ul {
  padding: 0;
}

.toc-list li {
  list-style: none;
  text-decoration: none;
  margin-bottom: 4px;
}

.toc-list li a {
  font-size: var(--kh-font-size-small);
}

.toc-list li:hover,
.toc-link.active {
  background-color: var(--kh-background-brand-pressed);
  color: var(--kh-foreground);
  font-weight: var(--kh-font-weight-bold);
}

.toc-list .toc-item-h2:hover,
.toc-list .toc-item-h3:hover,
.toc-list .toc-item-h4:hover {
  background-color: transparent;
}

.toc-list .toc-item-h2 > .toc-link:hover,
.toc-list .toc-item-h3 > .toc-link:hover,
.toc-list .toc-item-h4 > .toc-link:hover {
  background-color: var(--kh-background-brand-pressed);
  text-decoration: none;
  display: flex;
  align-items: center;
}

.toc-list .toc-item-h2 a {
  padding-left: 10px;
}

.toc-list .toc-item-h3 a {
  margin-top: 6px;
  padding-left: 20px;
}

.toc-list .toc-item-h4 a {
  margin-top: 6px;
  padding-left: 30px;
}

.toc-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
}

/* QR Code */

.qrcode-card {
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 20px;
  background-color: var(--kh-background-qr);
  box-shadow: 0px 4px 8px -2px var(--kh-color-neutral-900);
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 80px;
}

.qrcode-card h3 {
  margin-bottom: 16px;
}

.qr-border img {
  vertical-align: bottom;
  width: 100px;
  height: 100px;
}

.qr-content {
  display: flex;
  gap: 20px;
}

.qr-content p {
  margin-top: 2px;
}

.qr-border {
  border-radius: 8px;
  padding: 5px;
  border: var(--kh-border-neutral) dashed var(--kh-border-color-brand);
  width: fit-content;
  margin: 0 auto;
}

.qr-box {
  width: fit-content;
}

.qr-box a {
  color: var(--kh-link);
  text-align: center;
  display: block;
  margin-top: 10px;
}

.download-qr {
  width: 100%;
  margin-top: 20px;
}

.download-qr svg {
  stroke: var(--kh-color-white);
}

/* Step by Step */
.step-by-step-section {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 60px;
}

.step-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-number {
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--kh-font-weight-bold);
  font-size: var(--kh-font-size-x-large);
  color: var(--kh-foreground-brand);
  border: var(--kh-border-neutral-strong) solid var(--kh-border-color-brand);
  border-radius: 8px;
}

.step-button {
  position: absolute;
  bottom: 0;
}

.step-button.prev {
  left: 0;
}

.step-button.next {
  right: 0;
}

.dot-container {
  display: flex;
  gap: 8px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 5px;
}

.dot {
  height: 14px;
  width: 14px;
  background-color: var(--kh-color-neutral-100);
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background-color: var(--kh-foreground-secondary);
}

/* Tab Section */

/* Card */
.tab-section-nav-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  gap: 0 20px;
  justify-content: space-evenly;
  padding-bottom: 10px;
  margin-top: 40px;
  border-bottom: 2px solid var(--kh-foreground-brand);
}

.tab-section-nav-card-element {
  min-width: 100px;
}

.tab-section-nav-card-img.active,
.tab-section-nav-card-img-default.active {
  border: 4px solid var(--kh-border-color-brand);
  width: calc(100% - 8px);
  height: calc(100px - 8px) !important;
}

.tab-section-nav-card-img:hover,
.tab-section-nav-card-img-default:hover {
  border: 4px solid var(--kh-border-color-brand);
  width: calc(100% - 8px);
  height: calc(100px - 8px) !important;
  cursor: pointer;
}

.tab-section-nav-card-description.active {
  font-weight: var(--kh-font-weight-bold);
}

.tab-section-nav-card-img {
  object-fit: cover;
  width: 100%;
  height: 100px !important;
  margin: 0 !important;
}

.tab-section-nav-card-description {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab-section-nav-card-img-default {
  background-color: var(--kh-background-neutral);
  color: var(--kh-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  font-size: 40px;
  box-shadow: 0px 4px 8px -2px var(--kh-color-neutral-900-20);
}

.tab-section {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

/* List */
.tab-section-nav-list {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 40px;
}

.tab-section-nav-list ul {
  margin-top: 0 !important;
  list-style: none;
  padding-left: 0;
  border-top: var(--kh-border-neutral) solid var(--kh-border-color-brand);
}

.tab-section-nav-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--kh-border-neutral) solid var(--kh-border-color-brand);
  padding: 0 10px;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}

.tab-section-nav-list ul li::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  background-color: var(--kh-foreground-brand);
  mask-image: url('../assets/svgs/arrow.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-image: url('../assets/svgs/arrow.svg');
}

.tab-section-nav-list-element p {
  width: 90%;
  padding: 13px 0 !important;
  width: 90%;
  margin: 0 !important;
}

.tab-section-nav-list-element p.active {
  color: var(--kh-foreground-brand);
}

.tab-section-nav-list-element p:hover {
  color: var(--kh-foreground-brand);
  cursor: pointer;
}

/* Option */
.tab-section-nav-option {
  margin-top: 40px;
}

.tab-section-nav-option-select {
  padding-bottom: 10px;
  background-color: var(--kh-color-white);
  cursor: pointer;
  border-bottom: 1px solid var(--kh-border-color-brand);
  border-top: 1px solid var(--kh-border-color-brand);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  width: 100%;
  padding: 13px;
}

.tab-section-nav-option-select:focus {
  outline: none;
}

/* Content */
#content_page {
  margin-top: 80px;
  box-sizing: border-box;
  padding: 24px;
  width: 100%;
  position: relative;
  margin-top: var(--content_page_top);
}

.content-header {
  color: var(--kh-foreground-brand);
}

.content-header {
  position: relative;
  padding-bottom: 20px;
}

.content-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--kh-foreground-brand);
  position: absolute;
  bottom: 0;
  left: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: var(--kh-foreground-brand);
  position: relative;
  width: 100%;
  margin: 20px 0;
  font-weight: var(--kh-font-weight-bold);
}

.content p {
  margin: 20px 0 20px 0;
}

.content a {
  color: var(--kh-link);
}

.content > p {
  margin: 20px 0 40px 0;
}

.content > a {
  margin: 20px 0 40px 0;
}

.content > ul {
  margin: 20px 0 40px 0;
}

ul p,
ol p {
  margin-bottom: 0;
}

.task-item-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 40px;
  height: 40px;
  background-color: var(--kh-color-white);
  border: var(--kh-border-neutral-strong) solid var(--kh-border-color-brand);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition:
    background-color 0.3s ease,
    border 0.3s ease;
}

.task-item-icon:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.task-item-icon:checked {
  background-color: var(--kh-background-brand);
  border-color: var(--kh-border-color-brand);
}

.task-item-icon:checked::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--kh-color-white);

  mask-image: url('../assets/svgs/check.svg');
  -webkit-mask-image: url('../assets/svgs/check.svg');

  mask-size: contain;
  -webkit-mask-size: contain;

  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;

  mask-position: center;
  -webkit-mask-position: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.task-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 0 !important;
}

.task-item-label {
  min-height: 46px;
  align-items: center;
}

.task-item-label p {
  margin: 0;
}

.content ol {
  list-style: none;
  padding-left: 0;
  counter-reset: topCounter;
}

.content ol p {
  margin: 0;
}

.content ol > li {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 10px;
  counter-increment: topCounter;
  align-items: center;
}

.content ol > li {
  margin-top: 24px;
}

.content ol ol li {
  margin-top: 12px;
}

.content ol > li::before {
  content: counter(topCounter);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: var(--kh-font-size-x-large);
  font-weight: var(--kh-font-weight-bold);
  color: var(--kh-foreground-brand);
  border: var(--kh-border-neutral-strong) solid var(--kh-border-color-brand);
  border-radius: 8px;
}

.content ol ol {
  counter-reset: subCounter;
  margin-bottom: 0;
}

.content ol ol ol {
  margin-bottom: 0;
}

.content ol ol li {
  counter-increment: subCounter;
  grid-template-columns: 8px 1fr;
}

.content ol ol ol li {
  grid-template-columns: 8px 1fr;
}

.content ol ol > li::before {
  content: counter(subCounter) '.';
  color: var(--kh-foreground-brand);
  display: inline;
  width: auto;
  height: auto;
  font-size: inherit;
  border: none;
  border-radius: 0;
}

.content ol ol ol > li::before {
  content: counter(subCounter) '.';
  color: var(--kh-foreground-brand);
  display: inline;
  width: auto;
  height: auto;
  font-size: inherit;
  border: none;
  border-radius: 0;
}

.content ol > li > *,
.content ol > li > ol {
  grid-column: 2;
  margin: 0;
  width: 100% !important;
}

.content .layout-section {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.normal-link a {
  color: var(--kh-link) !important;
  text-decoration: underline;
  margin: 20px 0 40px 0;
}

.normal-link a:hover {
  color: var(--kh-background-secondary-pressed);
}

.article-button-link > p > a {
  box-sizing: border-box;
  padding: 12px;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: var(--kh-background-secondary);
  color: var(--kh-color-white);
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  margin: 20px 0 40px 0;
}

.article-button-link > p > a:hover {
  background-color: var(--kh-background-secondary-hovered);
}

.content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.content figure {
  text-align: center;
  margin: 20px 0 40px 0;
}

.content figure {
  width: 100%;
}

.content figcaption {
  text-align: left;
  font-size: var(--kh-font-size-small);
  color: var(--kh-foreground-subtle);
}

.content video {
  width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.content > iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  margin: 20px 0 40px 0;
}

.content blockquote {
  font-style: italic;
  color: var(--kh-foreground);
  border-left: 4px solid var(--kh-border-color-brand);
  padding: 10px 20px;
  margin: 20px 0 40px 0;
  background: var(--kh-background-card);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.content pre code {
  color: var(--kh-color-white);
  display: block;
  padding: 15px;
  background: var(--kh-color-neutral-700);
  border-radius: 6px;
  overflow-x: auto;
  white-space: pre-wrap;
}

.content .status {
  font-size: var(--kh-font-size-small);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  text-transform: uppercase;
  color: var(--kh-color-white);
  margin: 5px 0 5px 0;
}

.content .expand-control {
  color: var(--kh-foreground-brand);
}

/* Farben für verschiedene Status */
.status[data-color='purple'] {
  background-color: var(--kh-color-purple-500);
}
.status[data-color='red'] {
  background-color: var(--kh-color-red-500);
}
.status[data-color='yellow'] {
  background-color: var(--kh-color-yellow-500);
}
.status[data-color='green'] {
  background-color: var(--kh-color-green-500);
}
.status[data-color='blue'] {
  background-color: var(--kh-color-blue-500);
}
.status[data-color='neutral'] {
  background-color: var(--kh-color-neutral-500);
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 40px 0;
}

.content th,
.content td {
  border: var(--kh-border-neutral) solid #ddd;
  padding: 8px;
  text-align: left;
}

.content th {
  background-color: var(--kh-background-neutral-light);
}

.content .layout-section {
  display: grid;
  grid-template-columns: var(--columns);
  gap: 20px;
}

summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-left: 28px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  background-color: var(--kh-foreground-brand);
  mask-image: url('../assets/svgs/roof.svg');
  mask-repeat: no-repeat;
  mask-size: contain;

  -webkit-mask-image: url('../assets/svgs/roof.svg');
  transition: transform 0.3s ease;
}

details[open] summary::before {
  transform: translateY(-50%) rotate(360deg);
}

/* Panel Elements*/
.content div[data-component='panel'] {
  padding: 20px 24px;
  margin: 20px 0 40px -24px;
  width: calc(100% + 48px);
  display: flex;
  gap: 16px;
  box-sizing: border-box;
  position: relative;
}

.content div[data-component='panel'] * {
  margin: 0;
}

.content div[data-component='panel'] .panel-icon {
  font-size: var(--kh-font-size-3x-large);
}

.content div[data-component='panel'] {
  display: flex;
  align-items: center;
}

.content div[data-component='panel'][data-appearance='success']::before {
  background-color: var(--kh-color-green-500);
  mask-image: url('../assets/svgs/success.svg');
  -webkit-mask-image: url('../assets/svgs/success.svg');
}

.content div[data-component='panel'][data-appearance='info']::before {
  background-color: var(--kh-color-blue-500); /* Farbe der SVG */
  mask-image: url('../assets/svgs/info.svg');
  -webkit-mask-image: url('../assets/svgs/info.svg'); /* Für Safari */
}

.content div[data-component='panel'][data-appearance='warning']::before {
  background-color: var(--kh-color-yellow-500); /* Farbe der SVG */
  mask-image: url('../assets/svgs/warn.svg');
  -webkit-mask-image: url('../assets/svgs/warn.svg'); /* Für Safari */
}

.content div[data-component='panel'][data-appearance='error']::before {
  background-color: var(--kh-color-red-500); /* Farbe der SVG */
  mask-image: url('../assets/svgs/error.svg');
  -webkit-mask-image: url('../assets/svgs/error.svg'); /* Für Safari */
}

.content div[data-component='panel'][data-appearance='note']::before {
  background-color: var(--kh-color-purple-500); /* Farbe der SVG */
  mask-image: url('../assets/svgs/note.svg');
  -webkit-mask-image: url('../assets/svgs/note.svg'); /* Für Safari */
}

.content div[data-component='panel'][data-appearance='success'] {
  background-color: var(--kh-background-success);
}

.content div[data-component='panel'][data-appearance='info'] {
  background-color: var(--kh-background-information);
}

.content div[data-component='panel'][data-appearance='warning'] {
  background-color: var(--kh-background-warning);
}

.content div[data-component='panel'][data-appearance='error'] {
  background-color: var(--kh-background-danger);
}

.content div[data-component='panel'][data-appearance='note'] {
  background-color: var(--kh-background-tip);
}

.content div[data-component='panel'] {
  background-color: var(--kh-color-teal-100);
}

/* Article Content Classes for js/functions/articleContent.js */
.arrow-icon {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  background-color: var(--kh-foreground-brand);
  mask-image: url('../assets/svgs/arrow.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-image: url('../assets/svgs/arrow.svg');
}

.panel-no-meta::before {
  content: '';
  display: block;
  min-width: 40px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 16px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--kh-foreground-brand);
}

.list-marker {
  width: 12px;
  height: 12px;
  background-color: var(--kh-foreground-brand);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

.single-line-text {
  margin-top: 11px;
  min-height: 35px;
}

.article-card-title {
  margin-bottom: 10px;
}

.list-without-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
}

.list-item-without-links {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
}

.list-item-without-links .status {
  margin-top: -3px;
}

.list-in-list {
  margin: 16px 0px;
}

.list-with-links {
  list-style: none;
  padding-left: 0;
  border-top: var(--kh-border-neutral) solid var(--kh-border-color-brand);
}

.list-item-with-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--kh-border-neutral) solid var(--kh-border-color-brand);
  padding: 0 10px;
  position: relative;
}

.list-item-link {
  text-decoration: none !important;
  padding: 13px 0;
  width: 90%;
  margin: 0 !important;
  color: var(--kh-foreground);
}

.list-item-text {
  width: 90%;
}

.task-item-label-block {
  display: block;
}

.task-item-label-flex {
  display: flex;
}

.ordered-list-reset {
  list-style: none;
  padding-left: 0;
  counter-reset: topCounter;
}

/* Desktop */
@media (min-width: 992px) {
  #home {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
  }

  .label-section {
    margin: 20px auto 40px auto;
    max-width: 80%;
  }

  .article-card {
    max-width: 33.333%;
    flex: 1 1 calc(33.333% - 10px);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    height: auto;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px -2px var(--kh-color-neutral-900-20);
    background-color: var(--kh-background-card);
  }

  #content_page {
    width: 60%;
  }

  #table-of-contents {
    position: fixed !important;
    max-width: 500px;
    width: calc(40% - 40px);
    right: 24px;
    top: calc(var(--content_page_top) + 88px + var(--toc_top));
    margin-left: 40px;
    border-top: 2px solid var(--kh-border-color-brand);
  }

  .qrcode-card {
    max-width: 500px;
    margin: 48px auto 48px auto;
  }

  .content div[data-component='panel'] {
    margin-left: 0;
    width: 100%;
  }

  .content .layout-section {
    display: grid;
    grid-template-columns: var(--columns) !important;
    gap: 20px !important;
  }

  .content .tab-section {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

