@charset "UTF-8";
/*!
Theme Name: kbt
Theme URI: http://underscores.me/
Author: Studio Heu.Land
Author URI: https://heu.land/
Description: Ein Theme basierend auf Underscores für Kröckel BlechTec GmbH & Co. KG
Version: 1.0.8
Tested up to: 6.6.2
Requires PHP: >= 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kbt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

F.A.Z Kaufkompass Wordpress Theme Wordpress Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/* || Vendor styles */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* || Base styles */
/**
 * Variables
 */
/**
 * Modules
 */
/* || Sizes */
/* || Transitions */
/* || Shadows */
/* || Buttons */
/* || Fonts */
/**
 * 400 regular
 * 500 medium
 * 600 semibold
 */
/* 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-500 - 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: 500;
  src: url("./fonts/inter-v20-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - 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: 500;
  src: url("./fonts/inter-v20-latin-500italic.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+ */
}
:root {
  font-size: 16px;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  color: #006647;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
}
body,
body * {
  font-family: "Inter";
}

b,
strong {
  font-weight: 600;
}

.headline-1 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.headline-2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .headline-2 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: 0.015625rem;
  }
}

.headline-3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .headline-3 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.headline-4 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
}
@media (min-width: 768px), print {
  .headline-4 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .headline-4 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.headline--normal {
  font-weight: 400;
}

figure {
  max-width: 100%;
  margin-right: 0;
}
figure img {
  width: 100%;
}

figcaption {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
  padding-top: 0.75rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

@media (min-width: 768px), print {
  figcaption {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01875rem;
  }
}
img {
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  transition: all 0.3s ease;
  color: #006647;
  text-decoration: none;
}

@media (hover: hover) {
  .is-hover a,
  a:hover {
    color: rgb(51, 132.6, 107.8);
  }
}
@media (hover: hover) {
  [data-toggle-trigger]:hover {
    cursor: pointer;
  }
}
.break-mobile {
  display: none;
}
@media (max-width: 767px) {
  .break-mobile {
    display: inline;
  }
  .break-mobile::before {
    /* erzeugt Zeilenumbruch */
    content: "\a";
    white-space: pre;
  }
}

.break {
  display: none;
}
@media (min-width: 1024px) {
  .break {
    display: inline;
  }
  .break::before {
    /* erzeugt Zeilenumbruch */
    content: "\a";
    white-space: pre;
  }
}

.break-l {
  display: none;
}
@media (min-width: 1280px) {
  .break-l {
    display: inline;
  }
  .break-l::before {
    /* erzeugt Zeilenumbruch */
    content: "\a";
    white-space: pre;
  }
}

.break-xl {
  display: none;
}
@media (min-width: 1440px) {
  .break-xl {
    display: inline;
  }
  .break-xl::before {
    /* erzeugt Zeilenumbruch */
    content: "\a";
    white-space: pre;
  }
}

.mt-spacer {
  margin-top: 1.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-spacer {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 1024px) {
  .mb-spacer {
    margin-bottom: 2.5rem !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

blockquote::before {
  content: open-quote;
}

blockquote::after {
  content: close-quote;
}

blockquote {
  text-indent: -0.45em;
  quotes: "„" "“";
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* If there's support, erase the indent and use the property instead */
@supports (hanging-punctuation: first) {
  blockquote {
    text-indent: 0;
    hanging-punctuation: first;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
}

body {
  background-color: #FFFFFF;
  overscroll-behavior: none;
  /* Verhindert jegliches Überscrollen */
}

@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .no-below-desktop-large {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none;
  }
}

/* || Components styles */
/**
 * * Import only the components you need globally, otherwise import direct in a block (extra-css/blocks)
 */
.breadcrumb {
  display: grid;
  align-items: center;
  padding: 2.5rem 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
}
.breadcrumb .kbt-icon {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.breadcrumb a {
  color: #549884;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    color: #006647;
  }
}

.kbt-button {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100vw - 1.5rem * 2);
  padding: 0.875rem 1.5rem 0.875rem 3rem;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  color: #FFFFFF;
  background-color: #006647;
}
.kbt-button:before {
  content: "";
  background: url("./img/icon-arrow-right-medium-vh-kbt-white.svg") center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-2rem);
  background-size: contain;
}
@media (min-width: 1024px) {
  .kbt-button:before {
    background: url("./img/icon-arrow-right-vh-kbt-white.svg") center no-repeat;
  }
}
@media (min-width: 1024px) {
  .kbt-button {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.01875rem;
    padding: 1.125rem 2rem 1.125rem 3.75rem;
    text-align: left;
  }
  .kbt-button::before {
    transform: translateX(-2.25rem);
  }
}
@media (hover: hover) {
  .kbt-button {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .kbt-button:hover {
    color: #FFFFFF;
    cursor: pointer;
    background-color: rgb(51, 132.6, 107.8);
  }
}
.kbt-button:active {
  color: #FFFFFF;
  background-color: #006647;
}
.kbt-button:disabled {
  color: #FFFFFF;
  background-color: rgb(127.5, 178.5, 163);
}
@media (hover: hover) {
  .kbt-button {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .kbt-button:hover {
    color: #006647;
    cursor: pointer;
    background-color: #FFFFFF;
    border-color: #006647;
  }
  .kbt-button:hover:before {
    background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .kbt-button:hover:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
  }
}
.kbt-button:active {
  color: #006647;
  background-color: #FFFFFF;
  border-color: #006647;
}
.kbt-button:active:before {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
}
@media (min-width: 1024px) {
  .kbt-button:active:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
  }
}
.kbt-button:disabled {
  color: #FFFFFF;
  background-color: rgb(127.5, 178.5, 163);
}
.kbt-button--secondary {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100vw - 1.5rem * 2);
  padding: 0.875rem 1.5rem 0.875rem 3rem;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  color: #006647;
  background-color: #FFFFFF;
  border-color: #006647;
}
.kbt-button--secondary:before {
  content: "";
  background: url("./img/icon-arrow-right-medium-vh-kbt-white.svg") center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-2rem);
  background-size: contain;
}
@media (min-width: 1024px) {
  .kbt-button--secondary:before {
    background: url("./img/icon-arrow-right-vh-kbt-white.svg") center no-repeat;
  }
}
@media (min-width: 1024px) {
  .kbt-button--secondary {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.01875rem;
    padding: 1.125rem 2rem 1.125rem 3.75rem;
    text-align: left;
  }
  .kbt-button--secondary::before {
    transform: translateX(-2.25rem);
  }
}
@media (hover: hover) {
  .kbt-button--secondary {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .kbt-button--secondary:hover {
    color: #006647;
    cursor: pointer;
    background-color: white;
  }
}
.kbt-button--secondary:active {
  color: #006647;
  background-color: #FFFFFF;
}
.kbt-button--secondary:disabled {
  color: #006647;
  background-color: white;
}
.kbt-button--secondary:before {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
}
@media (min-width: 1024px) {
  .kbt-button--secondary:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
  }
}
@media (hover: hover) {
  .kbt-button--secondary {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .kbt-button--secondary:hover {
    color: #006647;
    cursor: pointer;
    background-color: #FFFFFF;
    border-color: #006647;
    background-color: #006647;
    color: #FFFFFF;
  }
  .kbt-button--secondary:hover:before {
    background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .kbt-button--secondary:hover:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
  }
}
@media (hover: hover) {
  .kbt-button--secondary:hover:before {
    background-image: url("./img/icon-arrow-right-medium-vh-kbt-white.svg");
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .kbt-button--secondary:hover:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-white.svg");
  }
}
.kbt-button--secondary:active {
  color: #006647;
  background-color: #FFFFFF;
  border-color: #006647;
}
.kbt-button--secondary:active:before {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
}
@media (min-width: 1024px) {
  .kbt-button--secondary:active:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
  }
}
.kbt-button--secondary:disabled {
  color: #FFFFFF;
  background-color: rgb(127.5, 178.5, 163);
}
.kbt-button--ghost {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100vw - 1.5rem * 2);
  padding: 0.875rem 1.5rem 0.875rem 3rem;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  border-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
}
.kbt-button--ghost:before {
  content: "";
  background: url("./img/icon-arrow-right-medium-vh-kbt-white.svg") center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-2rem);
  background-size: contain;
}
@media (min-width: 1024px) {
  .kbt-button--ghost:before {
    background: url("./img/icon-arrow-right-vh-kbt-white.svg") center no-repeat;
  }
}
@media (min-width: 1024px) {
  .kbt-button--ghost {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.01875rem;
    padding: 1.125rem 2rem 1.125rem 3.75rem;
    text-align: left;
  }
  .kbt-button--ghost::before {
    transform: translateX(-2.25rem);
  }
}
@media (hover: hover) {
  .kbt-button--ghost {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .kbt-button--ghost:hover {
    color: #006647;
    cursor: pointer;
    background-color: #FFFFFF;
    border-color: #006647;
    background-color: #FFFFFF;
    color: #006647;
    border-color: #FFFFFF;
  }
  .kbt-button--ghost:hover:before {
    background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .kbt-button--ghost:hover:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
  }
}
.kbt-button--ghost:active {
  color: #006647;
  background-color: #FFFFFF;
  border-color: #006647;
}
.kbt-button--ghost:active:before {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
}
@media (min-width: 1024px) {
  .kbt-button--ghost:active:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
  }
}
.kbt-button--ghost:disabled {
  color: #FFFFFF;
  background-color: rgb(127.5, 178.5, 163);
}
.kbt-button--text {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100vw - 1.5rem * 2);
  padding: 0.875rem 1.5rem 0.875rem 3rem;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  color: #006647;
  background-color: transparent;
  border: none;
}
.kbt-button--text:before {
  content: "";
  background: url("./img/icon-arrow-right-medium-vh-kbt-white.svg") center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-2rem);
  background-size: contain;
}
@media (min-width: 1024px) {
  .kbt-button--text:before {
    background: url("./img/icon-arrow-right-vh-kbt-white.svg") center no-repeat;
  }
}
@media (min-width: 1024px) {
  .kbt-button--text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.01875rem;
    padding: 1.125rem 2rem 1.125rem 3.75rem;
    text-align: left;
  }
  .kbt-button--text::before {
    transform: translateX(-2.25rem);
  }
}
@media (hover: hover) {
  .kbt-button--text {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .kbt-button--text:hover {
    color: #006647;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.kbt-button--text:active {
  color: #006647;
  background-color: transparent;
}
.kbt-button--text:disabled {
  color: #006647;
  background-color: rgba(255, 255, 255, 0.5);
}
.kbt-button--text:before {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
}
@media (hover: hover) {
  .kbt-button--text {
    transition: all 0.3s ease;
    transition-property: background-color;
    transition-property: all;
  }
  .kbt-button--text:hover {
    color: #006647;
    cursor: pointer;
    background-color: #FFFFFF;
    border-color: #006647;
    background-color: transparent;
    color: #549884;
  }
  .kbt-button--text:hover:before {
    background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .kbt-button--text:hover:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
  }
}
@media (hover: hover) {
  .kbt-button--text:hover:before {
    background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
  }
}
.kbt-button--text:active {
  color: #006647;
  background-color: #FFFFFF;
  border-color: #006647;
}
.kbt-button--text:active:before {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
}
@media (min-width: 1024px) {
  .kbt-button--text:active:before {
    background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
  }
}
.kbt-button--text:active:before {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
}
.kbt-button--text:disabled {
  color: #FFFFFF;
  background-color: rgb(127.5, 178.5, 163);
}
.kbt-button--wrapper .kbt-button--outer {
  position: relative;
  display: inline-block;
}
.kbt-button--wrapper .kbt-button--outer,
.kbt-button--wrapper .kbt-button--outer .kbt-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .kbt-button--wrapper .kbt-button--outer,
  .kbt-button--wrapper .kbt-button--outer .kbt-button {
    width: auto;
  }
}
.kbt-button--wrapper .kbt-button--outer::before {
  content: "";
  inset: 0;
  pointer-events: none;
  background: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg") center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1.5rem;
  right: auto;
  background-size: contain;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .kbt-button--wrapper .kbt-button--outer:hover::before {
    background-image: url("./img/icon-arrow-right-medium-vh-kbt-white.svg");
  }
}
.kbt-button--wrapper .kbt-button--outer:has(.kbt-button--secondary:disabled)::before {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-300.svg");
}
@media (hover: hover) and (pointer: fine) {
  .kbt-button--wrapper .kbt-button--outer:has(.kbt-button--secondary:disabled):hover::before {
    background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-300.svg");
  }
}
.kbt-button--wrapper .kbt-button--outer .kbt-button--secondary:disabled {
  background: #FFFFFF;
  color: #549884;
  border-color: #549884;
}
.kbt-button:has(+ .kbt-button) {
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .kbt-button:has(+ .kbt-button) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px), print {
  .kbt-button {
    display: inline-block;
  }
}
.kbt-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.deg-180 {
  transform: rotate(180deg);
}

.kbt-icon-arrow-down-medium-vh-kbt-black-500 {
  background-image: url("./img/icon-arrow-down-medium-vh-kbt-black-500.svg");
}

.kbt-icon-arrow-down-medium-vh-kbt-green-300 {
  background-image: url("./img/icon-arrow-down-medium-vh-kbt-green-300.svg");
}

.kbt-icon-arrow-down-medium-vh-kbt-green-50 {
  background-image: url("./img/icon-arrow-down-medium-vh-kbt-green-50.svg");
}

.kbt-icon-arrow-down-medium-vh-kbt-green-500 {
  background-image: url("./img/icon-arrow-down-medium-vh-kbt-green-500.svg");
}

.kbt-icon-arrow-down-medium-vh-kbt-white {
  background-image: url("./img/icon-arrow-down-medium-vh-kbt-white.svg");
}

.kbt-icon-arrow-down-vh-kbt-black-500 {
  background-image: url("./img/icon-arrow-down-vh-kbt-black-500.svg");
}

.kbt-icon-arrow-down-vh-kbt-green-300 {
  background-image: url("./img/icon-arrow-down-vh-kbt-green-300.svg");
}

.kbt-icon-arrow-down-vh-kbt-green-50 {
  background-image: url("./img/icon-arrow-down-vh-kbt-green-50.svg");
}

.kbt-icon-arrow-down-vh-kbt-green-500 {
  background-image: url("./img/icon-arrow-down-vh-kbt-green-500.svg");
}

.kbt-icon-arrow-down-vh-kbt-white {
  background-image: url("./img/icon-arrow-down-vh-kbt-white.svg");
}

.kbt-icon-arrow-left-vh-kbt-black-500 {
  background-image: url("./img/icon-arrow-left-vh-kbt-black-500.svg");
}

.kbt-icon-arrow-left-vh-kbt-green-300 {
  background-image: url("./img/icon-arrow-left-vh-kbt-green-300.svg");
}

.kbt-icon-arrow-left-vh-kbt-green-50 {
  background-image: url("./img/icon-arrow-left-vh-kbt-green-50.svg");
}

.kbt-icon-arrow-left-vh-kbt-green-500 {
  background-image: url("./img/icon-arrow-left-vh-kbt-green-500.svg");
}

.kbt-icon-arrow-left-vh-kbt-white {
  background-image: url("./img/icon-arrow-left-vh-kbt-white.svg");
}

.kbt-icon-arrow-right-kbt-black-500 {
  background-image: url("./img/icon-arrow-right-kbt-black-500.svg");
}

.kbt-icon-arrow-right-kbt-green-300 {
  background-image: url("./img/icon-arrow-right-kbt-green-300.svg");
}

.kbt-icon-arrow-right-kbt-green-50 {
  background-image: url("./img/icon-arrow-right-kbt-green-50.svg");
}

.kbt-icon-arrow-right-kbt-green-500 {
  background-image: url("./img/icon-arrow-right-kbt-green-500.svg");
}

.kbt-icon-arrow-right-kbt-white {
  background-image: url("./img/icon-arrow-right-kbt-white.svg");
}

.kbt-icon-arrow-right-medium-vh-kbt-black-500 {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-black-500.svg");
}

.kbt-icon-arrow-right-medium-vh-kbt-green-300 {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-300.svg");
}

.kbt-icon-arrow-right-medium-vh-kbt-green-50 {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-50.svg");
}

.kbt-icon-arrow-right-medium-vh-kbt-green-500 {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
}

.kbt-icon-arrow-right-medium-vh-kbt-white {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-white.svg");
}

.kbt-icon-arrow-right-vh-kbt-black-500 {
  background-image: url("./img/icon-arrow-right-vh-kbt-black-500.svg");
}

.kbt-icon-arrow-right-vh-kbt-green-300 {
  background-image: url("./img/icon-arrow-right-vh-kbt-green-300.svg");
}

.kbt-icon-arrow-right-vh-kbt-green-50 {
  background-image: url("./img/icon-arrow-right-vh-kbt-green-50.svg");
}

.kbt-icon-arrow-right-vh-kbt-green-500 {
  background-image: url("./img/icon-arrow-right-vh-kbt-green-500.svg");
}

.kbt-icon-arrow-right-vh-kbt-white {
  background-image: url("./img/icon-arrow-right-vh-kbt-white.svg");
}

.kbt-icon-arrow-up-medium-vh-kbt-black-500 {
  background-image: url("./img/icon-arrow-up-medium-vh-kbt-black-500.svg");
}

.kbt-icon-arrow-up-medium-vh-kbt-green-300 {
  background-image: url("./img/icon-arrow-up-medium-vh-kbt-green-300.svg");
}

.kbt-icon-arrow-up-medium-vh-kbt-green-50 {
  background-image: url("./img/icon-arrow-up-medium-vh-kbt-green-50.svg");
}

.kbt-icon-arrow-up-medium-vh-kbt-green-500 {
  background-image: url("./img/icon-arrow-up-medium-vh-kbt-green-500.svg");
}

.kbt-icon-arrow-up-medium-vh-kbt-white {
  background-image: url("./img/icon-arrow-up-medium-vh-kbt-white.svg");
}

.kbt-icon-arrow-up-small-vh-kbt-black-500 {
  background-image: url("./img/icon-arrow-up-small-vh-kbt-black-500.svg");
}

.kbt-icon-arrow-up-small-vh-kbt-green-300 {
  background-image: url("./img/icon-arrow-up-small-vh-kbt-green-300.svg");
}

.kbt-icon-arrow-up-small-vh-kbt-green-50 {
  background-image: url("./img/icon-arrow-up-small-vh-kbt-green-50.svg");
}

.kbt-icon-arrow-up-small-vh-kbt-green-500 {
  background-image: url("./img/icon-arrow-up-small-vh-kbt-green-500.svg");
}

.kbt-icon-arrow-up-small-vh-kbt-white {
  background-image: url("./img/icon-arrow-up-small-vh-kbt-white.svg");
}

.kbt-icon-arrow-up-vh-kbt-black-500 {
  background-image: url("./img/icon-arrow-up-vh-kbt-black-500.svg");
}

.kbt-icon-arrow-up-vh-kbt-green-300 {
  background-image: url("./img/icon-arrow-up-vh-kbt-green-300.svg");
}

.kbt-icon-arrow-up-vh-kbt-green-50 {
  background-image: url("./img/icon-arrow-up-vh-kbt-green-50.svg");
}

.kbt-icon-arrow-up-vh-kbt-green-500 {
  background-image: url("./img/icon-arrow-up-vh-kbt-green-500.svg");
}

.kbt-icon-arrow-up-vh-kbt-white {
  background-image: url("./img/icon-arrow-up-vh-kbt-white.svg");
}

.kbt-icon-business-deal-handshake-1-kbt-black-500 {
  background-image: url("./img/icon-business-deal-handshake-1-kbt-black-500.svg");
}

.kbt-icon-business-deal-handshake-1-kbt-green-300 {
  background-image: url("./img/icon-business-deal-handshake-1-kbt-green-300.svg");
}

.kbt-icon-business-deal-handshake-1-kbt-green-50 {
  background-image: url("./img/icon-business-deal-handshake-1-kbt-green-50.svg");
}

.kbt-icon-business-deal-handshake-1-kbt-green-500 {
  background-image: url("./img/icon-business-deal-handshake-1-kbt-green-500.svg");
}

.kbt-icon-business-deal-handshake-1-kbt-white {
  background-image: url("./img/icon-business-deal-handshake-1-kbt-white.svg");
}

.kbt-icon-certified-diploma-2-kbt-black-500 {
  background-image: url("./img/icon-certified-diploma-2-kbt-black-500.svg");
}

.kbt-icon-certified-diploma-2-kbt-green-300 {
  background-image: url("./img/icon-certified-diploma-2-kbt-green-300.svg");
}

.kbt-icon-certified-diploma-2-kbt-green-50 {
  background-image: url("./img/icon-certified-diploma-2-kbt-green-50.svg");
}

.kbt-icon-certified-diploma-2-kbt-green-500 {
  background-image: url("./img/icon-certified-diploma-2-kbt-green-500.svg");
}

.kbt-icon-certified-diploma-2-kbt-white {
  background-image: url("./img/icon-certified-diploma-2-kbt-white.svg");
}

.kbt-icon-certified-ribbon-2-kbt-black-500 {
  background-image: url("./img/icon-certified-ribbon-2-kbt-black-500.svg");
}

.kbt-icon-certified-ribbon-2-kbt-green-300 {
  background-image: url("./img/icon-certified-ribbon-2-kbt-green-300.svg");
}

.kbt-icon-certified-ribbon-2-kbt-green-50 {
  background-image: url("./img/icon-certified-ribbon-2-kbt-green-50.svg");
}

.kbt-icon-certified-ribbon-2-kbt-green-500 {
  background-image: url("./img/icon-certified-ribbon-2-kbt-green-500.svg");
}

.kbt-icon-certified-ribbon-2-kbt-white {
  background-image: url("./img/icon-certified-ribbon-2-kbt-white.svg");
}

.kbt-icon-check-1-kbt-black-500 {
  background-image: url("./img/icon-check-1-kbt-black-500.svg");
}

.kbt-icon-check-1-kbt-green-300 {
  background-image: url("./img/icon-check-1-kbt-green-300.svg");
}

.kbt-icon-check-1-kbt-green-50 {
  background-image: url("./img/icon-check-1-kbt-green-50.svg");
}

.kbt-icon-check-1-kbt-green-500 {
  background-image: url("./img/icon-check-1-kbt-green-500.svg");
}

.kbt-icon-check-1-kbt-white {
  background-image: url("./img/icon-check-1-kbt-white.svg");
}

.kbt-icon-close-vh-kbt-black-500 {
  background-image: url("./img/icon-close-small-kbt-black-500.svg");
}

.kbt-icon-close-vh-kbt-green-300 {
  background-image: url("./img/icon-close-small-kbt-green-300.svg");
}

.kbt-icon-close-vh-kbt-green-50 {
  background-image: url("./img/icon-close-small-kbt-green-50.svg");
}

.kbt-icon-close-vh-kbt-green-500 {
  background-image: url("./img/icon-close-small-kbt-green-500.svg");
}

.kbt-icon-close-vh-kbt-white {
  background-image: url("./img/icon-close-small-kbt-white.svg");
}

.kbt-icon-diagram-curvy-kbt-black-500 {
  background-image: url("./img/icon-diagram-curvy-kbt-black-500.svg");
}

.kbt-icon-diagram-curvy-kbt-green-300 {
  background-image: url("./img/icon-diagram-curvy-kbt-green-300.svg");
}

.kbt-icon-diagram-curvy-kbt-green-50 {
  background-image: url("./img/icon-diagram-curvy-kbt-green-50.svg");
}

.kbt-icon-diagram-curvy-kbt-green-500 {
  background-image: url("./img/icon-diagram-curvy-kbt-green-500.svg");
}

.kbt-icon-diagram-curvy-kbt-white {
  background-image: url("./img/icon-diagram-curvy-kbt-white.svg");
}

.kbt-icon-earth-3-kbt-black-500 {
  background-image: url("./img/icon-earth-3-kbt-black-500.svg");
}

.kbt-icon-earth-3-kbt-green-300 {
  background-image: url("./img/icon-earth-3-kbt-green-300.svg");
}

.kbt-icon-earth-3-kbt-green-50 {
  background-image: url("./img/icon-earth-3-kbt-green-50.svg");
}

.kbt-icon-earth-3-kbt-green-500 {
  background-image: url("./img/icon-earth-3-kbt-green-500.svg");
}

.kbt-icon-earth-3-kbt-white {
  background-image: url("./img/icon-earth-3-kbt-white.svg");
}

.kbt-icon-family-home-kbt-black-500 {
  background-image: url("./img/icon-family-home-kbt-black-500.svg");
}

.kbt-icon-family-home-kbt-green-300 {
  background-image: url("./img/icon-family-home-kbt-green-300.svg");
}

.kbt-icon-family-home-kbt-green-50 {
  background-image: url("./img/icon-family-home-kbt-green-50.svg");
}

.kbt-icon-family-home-kbt-green-500 {
  background-image: url("./img/icon-family-home-kbt-green-500.svg");
}

.kbt-icon-family-home-kbt-white {
  background-image: url("./img/icon-family-home-kbt-white.svg");
}

.kbt-icon-hardware-drill-carbide-kbt-black-500 {
  background-image: url("./img/icon-hardware-drill-carbide-kbt-black-500.svg");
}

.kbt-icon-hardware-drill-carbide-kbt-green-300 {
  background-image: url("./img/icon-hardware-drill-carbide-kbt-green-300.svg");
}

.kbt-icon-hardware-drill-carbide-kbt-green-50 {
  background-image: url("./img/icon-hardware-drill-carbide-kbt-green-50.svg");
}

.kbt-icon-hardware-drill-carbide-kbt-green-500 {
  background-image: url("./img/icon-hardware-drill-carbide-kbt-green-500.svg");
}

.kbt-icon-hardware-drill-carbide-kbt-white {
  background-image: url("./img/icon-hardware-drill-carbide-kbt-white.svg");
}

.kbt-icon-info {
  background-image: url("./img/icon-info.svg");
}

.kbt-icon-laser-cutter-kbt-black-500 {
  background-image: url("./img/icon-laser-cutter-kbt-black-500.svg");
}

.kbt-icon-laser-cutter-kbt-green-300 {
  background-image: url("./img/icon-laser-cutter-kbt-green-300.svg");
}

.kbt-icon-laser-cutter-kbt-green-50 {
  background-image: url("./img/icon-laser-cutter-kbt-green-50.svg");
}

.kbt-icon-laser-cutter-kbt-green-500 {
  background-image: url("./img/icon-laser-cutter-kbt-green-500.svg");
}

.kbt-icon-laser-cutter-kbt-white {
  background-image: url("./img/icon-laser-cutter-kbt-white.svg");
}

.kbt-icon-link-broken-2-kbt-black-500 {
  background-image: url("./img/icon-link-broken-2-kbt-black-500.svg");
}

.kbt-icon-link-broken-2-kbt-green-300 {
  background-image: url("./img/icon-link-broken-2-kbt-green-300.svg");
}

.kbt-icon-link-broken-2-kbt-green-50 {
  background-image: url("./img/icon-link-broken-2-kbt-green-50.svg");
}

.kbt-icon-link-broken-2-kbt-green-500 {
  background-image: url("./img/icon-link-broken-2-kbt-green-500.svg");
}

.kbt-icon-link-broken-2-kbt-white {
  background-image: url("./img/icon-link-broken-2-kbt-white.svg");
}

.kbt-icon-material-brick-kbt-black-500 {
  background-image: url("./img/icon-material-brick-kbt-black-500.svg");
}

.kbt-icon-material-brick-kbt-green-300 {
  background-image: url("./img/icon-material-brick-kbt-green-300.svg");
}

.kbt-icon-material-brick-kbt-green-50 {
  background-image: url("./img/icon-material-brick-kbt-green-50.svg");
}

.kbt-icon-material-brick-kbt-green-500 {
  background-image: url("./img/icon-material-brick-kbt-green-500.svg");
}

.kbt-icon-material-brick-kbt-white {
  background-image: url("./img/icon-material-brick-kbt-white.svg");
}

.kbt-icon-messages-bubble-information-kbt-black-500 {
  background-image: url("./img/icon-messages-bubble-information-kbt-black-500.svg");
}

.kbt-icon-messages-bubble-information-kbt-green-300 {
  background-image: url("./img/icon-messages-bubble-information-kbt-green-300.svg");
}

.kbt-icon-messages-bubble-information-kbt-green-50 {
  background-image: url("./img/icon-messages-bubble-information-kbt-green-50.svg");
}

.kbt-icon-messages-bubble-information-kbt-green-500 {
  background-image: url("./img/icon-messages-bubble-information-kbt-green-500.svg");
}

.kbt-icon-messages-bubble-information-kbt-white {
  background-image: url("./img/icon-messages-bubble-information-kbt-white.svg");
}

.kbt-icon-navigation-menu-kbt-black-500 {
  background-image: url("./img/icon-navigation-menu-kbt-black-500.svg");
}

.kbt-icon-navigation-menu-kbt-green-300 {
  background-image: url("./img/icon-navigation-menu-kbt-green-300.svg");
}

.kbt-icon-navigation-menu-kbt-green-50 {
  background-image: url("./img/icon-navigation-menu-kbt-green-50.svg");
}

.kbt-icon-navigation-menu-kbt-green-500 {
  background-image: url("./img/icon-navigation-menu-kbt-green-500.svg");
}

.kbt-icon-navigation-menu-kbt-white {
  background-image: url("./img/icon-navigation-menu-kbt-white.svg");
}

.kbt-icon-performance-graph-calculator-kbt-black-500 {
  background-image: url("./img/icon-performance-graph-calculator-kbt-black-500.svg");
}

.kbt-icon-performance-graph-calculator-kbt-green-300 {
  background-image: url("./img/icon-performance-graph-calculator-kbt-green-300.svg");
}

.kbt-icon-performance-graph-calculator-kbt-green-50 {
  background-image: url("./img/icon-performance-graph-calculator-kbt-green-50.svg");
}

.kbt-icon-performance-graph-calculator-kbt-green-500 {
  background-image: url("./img/icon-performance-graph-calculator-kbt-green-500.svg");
}

.kbt-icon-performance-graph-calculator-kbt-white {
  background-image: url("./img/icon-performance-graph-calculator-kbt-white.svg");
}

.kbt-icon-performance-increase-kbt-black-500 {
  background-image: url("./img/icon-performance-increase-kbt-black-500.svg");
}

.kbt-icon-performance-increase-kbt-green-300 {
  background-image: url("./img/icon-performance-increase-kbt-green-300.svg");
}

.kbt-icon-performance-increase-kbt-green-50 {
  background-image: url("./img/icon-performance-increase-kbt-green-50.svg");
}

.kbt-icon-performance-increase-kbt-green-500 {
  background-image: url("./img/icon-performance-increase-kbt-green-500.svg");
}

.kbt-icon-performance-increase-kbt-white {
  background-image: url("./img/icon-performance-increase-kbt-white.svg");
}

.kbt-icon-phone-chatting-kbt-black-500 {
  background-image: url("./img/icon-phone-chatting-kbt-black-500.svg");
}

.kbt-icon-phone-chatting-kbt-green-300 {
  background-image: url("./img/icon-phone-chatting-kbt-green-300.svg");
}

.kbt-icon-phone-chatting-kbt-green-50 {
  background-image: url("./img/icon-phone-chatting-kbt-green-50.svg");
}

.kbt-icon-phone-chatting-kbt-green-500 {
  background-image: url("./img/icon-phone-chatting-kbt-green-500.svg");
}

.kbt-icon-phone-chatting-kbt-white {
  background-image: url("./img/icon-phone-chatting-kbt-white.svg");
}

.kbt-icon-phone-landline-kbt-black-500 {
  background-image: url("./img/icon-phone-landline-kbt-black-500.svg");
}

.kbt-icon-phone-landline-kbt-green-300 {
  background-image: url("./img/icon-phone-landline-kbt-green-300.svg");
}

.kbt-icon-phone-landline-kbt-green-50 {
  background-image: url("./img/icon-phone-landline-kbt-green-50.svg");
}

.kbt-icon-phone-landline-kbt-green-500 {
  background-image: url("./img/icon-phone-landline-kbt-green-500.svg");
}

.kbt-icon-phone-landline-kbt-white {
  background-image: url("./img/icon-phone-landline-kbt-white.svg");
}

.kbt-icon-picture-landscape-kbt-black-500 {
  background-image: url("./img/icon-picture-landscape-kbt-black-500.svg");
}

.kbt-icon-picture-landscape-kbt-green-300 {
  background-image: url("./img/icon-picture-landscape-kbt-green-300.svg");
}

.kbt-icon-picture-landscape-kbt-green-50 {
  background-image: url("./img/icon-picture-landscape-kbt-green-50.svg");
}

.kbt-icon-picture-landscape-kbt-green-500 {
  background-image: url("./img/icon-picture-landscape-kbt-green-500.svg");
}

.kbt-icon-picture-landscape-kbt-white {
  background-image: url("./img/icon-picture-landscape-kbt-white.svg");
}

.kbt-icon-presentation-statistics-kbt-black-500 {
  background-image: url("./img/icon-presentation-statistics-kbt-black-500.svg");
}

.kbt-icon-presentation-statistics-kbt-green-300 {
  background-image: url("./img/icon-presentation-statistics-kbt-green-300.svg");
}

.kbt-icon-presentation-statistics-kbt-green-50 {
  background-image: url("./img/icon-presentation-statistics-kbt-green-50.svg");
}

.kbt-icon-presentation-statistics-kbt-green-500 {
  background-image: url("./img/icon-presentation-statistics-kbt-green-500.svg");
}

.kbt-icon-presentation-statistics-kbt-white {
  background-image: url("./img/icon-presentation-statistics-kbt-white.svg");
}

.kbt-icon-printer-vh-kbt-black-500 {
  background-image: url("./img/icon-printer-vh-kbt-black-500.svg");
}

.kbt-icon-printer-vh-kbt-green-300 {
  background-image: url("./img/icon-printer-vh-kbt-green-300.svg");
}

.kbt-icon-printer-vh-kbt-green-50 {
  background-image: url("./img/icon-printer-vh-kbt-green-50.svg");
}

.kbt-icon-printer-vh-kbt-green-500 {
  background-image: url("./img/icon-printer-vh-kbt-green-500.svg");
}

.kbt-icon-printer-vh-kbt-white {
  background-image: url("./img/icon-printer-vh-kbt-white.svg");
}

.kbt-icon-project-blueprint-create-kbt-black-500 {
  background-image: url("./img/icon-project-blueprint-create-kbt-black-500.svg");
}

.kbt-icon-project-blueprint-create-kbt-green-300 {
  background-image: url("./img/icon-project-blueprint-create-kbt-green-300.svg");
}

.kbt-icon-project-blueprint-create-kbt-green-50 {
  background-image: url("./img/icon-project-blueprint-create-kbt-green-50.svg");
}

.kbt-icon-project-blueprint-create-kbt-green-500 {
  background-image: url("./img/icon-project-blueprint-create-kbt-green-500.svg");
}

.kbt-icon-project-blueprint-create-kbt-white {
  background-image: url("./img/icon-project-blueprint-create-kbt-white.svg");
}

.kbt-icon-road-sign-warning-1-kbt-black-500 {
  background-image: url("./img/icon-road-sign-warning-1-kbt-black-500.svg");
}

.kbt-icon-road-sign-warning-1-kbt-green-300 {
  background-image: url("./img/icon-road-sign-warning-1-kbt-green-300.svg");
}

.kbt-icon-road-sign-warning-1-kbt-green-50 {
  background-image: url("./img/icon-road-sign-warning-1-kbt-green-50.svg");
}

.kbt-icon-road-sign-warning-1-kbt-green-500 {
  background-image: url("./img/icon-road-sign-warning-1-kbt-green-500.svg");
}

.kbt-icon-road-sign-warning-1-kbt-white {
  background-image: url("./img/icon-road-sign-warning-1-kbt-white.svg");
}

.kbt-icon-send-email-monitor-kbt-black-500 {
  background-image: url("./img/icon-send-email-monitor-kbt-black-500.svg");
}

.kbt-icon-send-email-monitor-kbt-green-300 {
  background-image: url("./img/icon-send-email-monitor-kbt-green-300.svg");
}

.kbt-icon-send-email-monitor-kbt-green-50 {
  background-image: url("./img/icon-send-email-monitor-kbt-green-50.svg");
}

.kbt-icon-send-email-monitor-kbt-green-500 {
  background-image: url("./img/icon-send-email-monitor-kbt-green-500.svg");
}

.kbt-icon-send-email-monitor-kbt-white {
  background-image: url("./img/icon-send-email-monitor-kbt-white.svg");
}

.kbt-icon-seo-zoom-kbt-black-500 {
  background-image: url("./img/icon-seo-zoom-kbt-black-500.svg");
}

.kbt-icon-seo-zoom-kbt-green-300 {
  background-image: url("./img/icon-seo-zoom-kbt-green-300.svg");
}

.kbt-icon-seo-zoom-kbt-green-50 {
  background-image: url("./img/icon-seo-zoom-kbt-green-50.svg");
}

.kbt-icon-seo-zoom-kbt-green-500 {
  background-image: url("./img/icon-seo-zoom-kbt-green-500.svg");
}

.kbt-icon-seo-zoom-kbt-white {
  background-image: url("./img/icon-seo-zoom-kbt-white.svg");
}

.kbt-icon-shipment-give-kbt-black-500 {
  background-image: url("./img/icon-shipment-give-kbt-black-500.svg");
}

.kbt-icon-shipment-give-kbt-green-300 {
  background-image: url("./img/icon-shipment-give-kbt-green-300.svg");
}

.kbt-icon-shipment-give-kbt-green-50 {
  background-image: url("./img/icon-shipment-give-kbt-green-50.svg");
}

.kbt-icon-shipment-give-kbt-green-500 {
  background-image: url("./img/icon-shipment-give-kbt-green-500.svg");
}

.kbt-icon-shipment-give-kbt-white {
  background-image: url("./img/icon-shipment-give-kbt-white.svg");
}

.kbt-icon-shipment-international-kbt-black-500 {
  background-image: url("./img/icon-shipment-international-kbt-black-500.svg");
}

.kbt-icon-shipment-international-kbt-green-300 {
  background-image: url("./img/icon-shipment-international-kbt-green-300.svg");
}

.kbt-icon-shipment-international-kbt-green-50 {
  background-image: url("./img/icon-shipment-international-kbt-green-50.svg");
}

.kbt-icon-shipment-international-kbt-green-500 {
  background-image: url("./img/icon-shipment-international-kbt-green-500.svg");
}

.kbt-icon-shipment-international-kbt-white {
  background-image: url("./img/icon-shipment-international-kbt-white.svg");
}

.kbt-icon-smiley-smile-kbt-black-500 {
  background-image: url("./img/icon-smiley-smile-kbt-black-500.svg");
}

.kbt-icon-smiley-smile-kbt-green-300 {
  background-image: url("./img/icon-smiley-smile-kbt-green-300.svg");
}

.kbt-icon-smiley-smile-kbt-green-50 {
  background-image: url("./img/icon-smiley-smile-kbt-green-50.svg");
}

.kbt-icon-smiley-smile-kbt-green-500 {
  background-image: url("./img/icon-smiley-smile-kbt-green-500.svg");
}

.kbt-icon-smiley-smile-kbt-white {
  background-image: url("./img/icon-smiley-smile-kbt-white.svg");
}

.kbt-icon-task-checklist-check-kbt-black-500 {
  background-image: url("./img/icon-task-checklist-check-kbt-black-500.svg");
}

.kbt-icon-task-checklist-check-kbt-green-300 {
  background-image: url("./img/icon-task-checklist-check-kbt-green-300.svg");
}

.kbt-icon-task-checklist-check-kbt-green-50 {
  background-image: url("./img/icon-task-checklist-check-kbt-green-50.svg");
}

.kbt-icon-task-checklist-check-kbt-green-500 {
  background-image: url("./img/icon-task-checklist-check-kbt-green-500.svg");
}

.kbt-icon-task-checklist-check-kbt-white {
  background-image: url("./img/icon-task-checklist-check-kbt-white.svg");
}

.kbt-icon-task-list-edit-kbt-black-500 {
  background-image: url("./img/icon-task-list-edit-kbt-black-500.svg");
  transform: translateX(1vw);
}
@media (min-width: 1024px) {
  .kbt-icon-task-list-edit-kbt-black-500 {
    transform: translateX(0.5vw);
  }
}
@media (min-width: 1280px) {
  .kbt-icon-task-list-edit-kbt-black-500 {
    transform: translateX(10px);
  }
}

.kbt-icon-task-list-edit-kbt-green-300 {
  background-image: url("./img/icon-task-list-edit-kbt-green-300.svg");
  transform: translateX(1vw);
}
@media (min-width: 1024px) {
  .kbt-icon-task-list-edit-kbt-green-300 {
    transform: translateX(0.5vw);
  }
}
@media (min-width: 1280px) {
  .kbt-icon-task-list-edit-kbt-green-300 {
    transform: translateX(10px);
  }
}

.kbt-icon-task-list-edit-kbt-green-50 {
  background-image: url("./img/icon-task-list-edit-kbt-green-50.svg");
  transform: translateX(1vw);
}
@media (min-width: 1024px) {
  .kbt-icon-task-list-edit-kbt-green-50 {
    transform: translateX(0.5vw);
  }
}
@media (min-width: 1280px) {
  .kbt-icon-task-list-edit-kbt-green-50 {
    transform: translateX(10px);
  }
}

.kbt-icon-task-list-edit-kbt-green-500 {
  background-image: url("./img/icon-task-list-edit-kbt-green-500.svg");
  transform: translateX(1vw);
}
@media (min-width: 1024px) {
  .kbt-icon-task-list-edit-kbt-green-500 {
    transform: translateX(0.5vw);
  }
}
@media (min-width: 1280px) {
  .kbt-icon-task-list-edit-kbt-green-500 {
    transform: translateX(10px);
  }
}

.kbt-icon-task-list-edit-kbt-white {
  background-image: url("./img/icon-task-list-edit-kbt-white.svg");
  transform: translateX(1vw);
}
@media (min-width: 1024px) {
  .kbt-icon-task-list-edit-kbt-white {
    transform: translateX(0.5vw);
  }
}
@media (min-width: 1280px) {
  .kbt-icon-task-list-edit-kbt-white {
    transform: translateX(10px);
  }
}

.kbt-icon-team-chat-kbt-black-500 {
  background-image: url("./img/icon-team-chat-kbt-black-500.svg");
}

.kbt-icon-team-chat-kbt-green-300 {
  background-image: url("./img/icon-team-chat-kbt-green-300.svg");
}

.kbt-icon-team-chat-kbt-green-50 {
  background-image: url("./img/icon-team-chat-kbt-green-50.svg");
}

.kbt-icon-team-chat-kbt-green-500 {
  background-image: url("./img/icon-team-chat-kbt-green-500.svg");
}

.kbt-icon-team-chat-kbt-white {
  background-image: url("./img/icon-team-chat-kbt-white.svg");
}

.kbt-icon-tools-wench-screwdriver-kbt-black-500 {
  background-image: url("./img/icon-tools-wench-screwdriver-kbt-black-500.svg");
}

.kbt-icon-tools-wench-screwdriver-kbt-green-300 {
  background-image: url("./img/icon-tools-wench-screwdriver-kbt-green-300.svg");
}

.kbt-icon-tools-wench-screwdriver-kbt-green-50 {
  background-image: url("./img/icon-tools-wench-screwdriver-kbt-green-50.svg");
}

.kbt-icon-tools-wench-screwdriver-kbt-green-500 {
  background-image: url("./img/icon-tools-wench-screwdriver-kbt-green-500.svg");
}

.kbt-icon-tools-wench-screwdriver-kbt-white {
  background-image: url("./img/icon-tools-wench-screwdriver-kbt-white.svg");
}

.kbt-icon-warehouse-delivery-kbt-black-500 {
  background-image: url("./img/icon-warehouse-delivery-kbt-black-500.svg");
}

.kbt-icon-warehouse-delivery-kbt-green-300 {
  background-image: url("./img/icon-warehouse-delivery-kbt-green-300.svg");
}

.kbt-icon-warehouse-delivery-kbt-green-50 {
  background-image: url("./img/icon-warehouse-delivery-kbt-green-50.svg");
}

.kbt-icon-warehouse-delivery-kbt-green-500 {
  background-image: url("./img/icon-warehouse-delivery-kbt-green-500.svg");
}

.kbt-icon-warehouse-delivery-kbt-white {
  background-image: url("./img/icon-warehouse-delivery-kbt-white.svg");
}

.kbt-icon-cog-double-1-kbt-black-500 {
  background-image: url("./img/icon-cog-double-1-kbt-black-500.svg");
}

.kbt-icon-cog-double-1-kbt-green-300 {
  background-image: url("./img/icon-cog-double-1-kbt-green-300.svg");
}

.kbt-icon-cog-double-1-kbt-green-50 {
  background-image: url("./img/icon-cog-double-1-kbt-green-50.svg");
}

.kbt-icon-cog-double-1-kbt-green-500 {
  background-image: url("./img/icon-cog-double-1-kbt-green-500.svg");
}

.kbt-icon-cog-double-1-kbt-white {
  background-image: url("./img/icon-cog-double-1-kbt-white.svg");
}

.box--green {
  background-color: #E6F0ED;
}
.box.center {
  align-content: center;
}
@media (min-width: 1024px) {
  .box div:has(> img),
  .box p:has(> img) {
    z-index: 1;
    position: sticky !important;
    top: 9.5rem;
  }
}
.box--info {
  background-color: #E6F0ED;
  border: 1px solid #E6F0ED;
  border-radius: 0.5rem;
  padding: 1.5rem 1.5rem 2rem;
  margin-top: 0 !important;
  margin-bottom: 0;
  word-break: break-word;
}
.box--info:after {
  display: none;
}
@media (min-width: 1024px) {
  .box--info {
    margin-top: 1rem;
    padding: 2.5rem 2.5rem 2rem;
  }
}
.box--info .headline {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .box--info .headline {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.box--image {
  margin-top: 0 !important;
}
.box--image img {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  width: 100%;
}
.box--white .headline {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .box--white .headline {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: 0.015625rem;
  }
}
.box--white:after {
  display: none;
}
@media (min-width: 1024px) {
  .box--white {
    align-self: center;
  }
}

.list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.list li {
  margin-bottom: 1.5rem;
  padding-left: 2.75rem;
  position: relative;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .list li::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .list li {
    padding-left: 4rem;
    margin-bottom: 2.5rem;
  }
}
.list--info li::before, .list--green-box li::before {
  background-image: url("./img/icon-messages-bubble-information-kbt-green-500.svg");
}
.list--check li::before {
  background-image: url("./img/icon-check-1-kbt-green-500.svg");
}
.list--info li, .list--check li {
  min-height: 1.75rem;
}
@media (min-width: 1024px) {
  .list--info li, .list--check li {
    min-height: 2.25rem;
  }
}
.list--index li, .list--dot li {
  margin-bottom: 0.75rem;
}
.list--index {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .list--index {
    margin-top: 5rem;
  }
}
.list--index li {
  padding-left: 2.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.01875rem;
}
.list--index li::before {
  background-image: url("./img/icon-arrow-right-medium-vh-kbt-green-500.svg");
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1024px) {
  .list--index li::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.list--dot li {
  padding-left: 1.5rem;
  margin-left: 0.5rem;
}
.list--dot li::before {
  content: "•";
  font-size: 1.25rem;
}
.list--textlink li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0.75rem;
}
.list--textlink li::before {
  display: none;
}
.list--textlink li .kbt-button {
  text-align: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01875rem;
}
@media (min-width: 1024px) {
  .list--textlink li .kbt-button {
    padding-left: 2rem;
  }
}

.speechbubble {
  display: grid;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
  font-style: italic;
}
@media (min-width: 1024px) {
  .speechbubble {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.0125rem;
    grid-template-columns: minmax(auto, 120px) minmax(180px, auto);
    gap: 2.5rem;
    max-width: 68rem;
    justify-self: center;
  }
}
.speechbubble img {
  border-radius: 0.5rem;
}
.speechbubble .author {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  font-style: normal;
}
.speechbubble .left {
  order: 1;
  justify-self: center;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .speechbubble .left {
    order: initial;
    justify-items: initial;
    margin-top: initial;
  }
}
.speechbubble .left img {
  max-width: 5rem;
}
@media (min-width: 1024px) {
  .speechbubble .left img {
    order: initial;
    max-width: 100%;
  }
}
.speechbubble .right {
  position: relative;
}
.speechbubble .right::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 1rem solid transparent;
  border-top: 1.5rem solid #E6F0ED;
}
@media (min-width: 1024px) {
  .speechbubble .right::before {
    bottom: initial;
    border-top: initial;
    left: -1.5rem;
    top: 3rem;
    width: 0;
    height: 0;
    border-bottom: 1rem solid transparent;
    border-right: 1.5rem solid #E6F0ED;
  }
}

.table {
  text-align: center;
}
.table .row {
  margin-bottom: 1rem;
}
.table .row:first-child {
  margin-top: 1.5rem;
}
.table .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .table {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
  }
  .table .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .table .time {
    text-align: right;
  }
}

.kbt-form input[type=email],
.kbt-form input[type=text],
.kbt-form input[type=number],
.kbt-form select,
.kbt-form option,
.kbt-form textarea,
.kbt-form .wpcf7-acceptance,
.kbt-form .altcha {
  background-color: #E6F0ED;
  width: 100%;
  max-width: 100%;
  padding: 1.5rem;
  border-width: 0;
  display: block;
}
.kbt-form input[type=email]::-moz-placeholder, .kbt-form input[type=text]::-moz-placeholder, .kbt-form input[type=number]::-moz-placeholder, .kbt-form select::-moz-placeholder, .kbt-form option::-moz-placeholder, .kbt-form textarea::-moz-placeholder, .kbt-form .wpcf7-acceptance::-moz-placeholder, .kbt-form .altcha::-moz-placeholder {
  font-family: "Inter";
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.025rem !important;
  color: #006647;
}
.kbt-form input[type=email],
.kbt-form input[type=email] *, .kbt-form input[type=email]::placeholder,
.kbt-form input[type=text],
.kbt-form input[type=text] *,
.kbt-form input[type=text]::placeholder,
.kbt-form input[type=number],
.kbt-form input[type=number] *,
.kbt-form input[type=number]::placeholder,
.kbt-form select,
.kbt-form select *,
.kbt-form select::placeholder,
.kbt-form option,
.kbt-form option *,
.kbt-form option::placeholder,
.kbt-form textarea,
.kbt-form textarea *,
.kbt-form textarea::placeholder,
.kbt-form .wpcf7-acceptance,
.kbt-form .wpcf7-acceptance *,
.kbt-form .wpcf7-acceptance::placeholder,
.kbt-form .altcha,
.kbt-form .altcha *,
.kbt-form .altcha::placeholder {
  font-family: "Inter";
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.025rem !important;
  color: #006647;
}
@media (min-width: 1024px) {
  .kbt-form input[type=email]::-moz-placeholder, .kbt-form input[type=text]::-moz-placeholder, .kbt-form input[type=number]::-moz-placeholder, .kbt-form select::-moz-placeholder, .kbt-form option::-moz-placeholder, .kbt-form textarea::-moz-placeholder, .kbt-form .wpcf7-acceptance::-moz-placeholder, .kbt-form .altcha::-moz-placeholder {
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.01875rem !important;
  }
  .kbt-form input[type=email],
  .kbt-form input[type=email] *, .kbt-form input[type=email]::placeholder,
  .kbt-form input[type=text],
  .kbt-form input[type=text] *,
  .kbt-form input[type=text]::placeholder,
  .kbt-form input[type=number],
  .kbt-form input[type=number] *,
  .kbt-form input[type=number]::placeholder,
  .kbt-form select,
  .kbt-form select *,
  .kbt-form select::placeholder,
  .kbt-form option,
  .kbt-form option *,
  .kbt-form option::placeholder,
  .kbt-form textarea,
  .kbt-form textarea *,
  .kbt-form textarea::placeholder,
  .kbt-form .wpcf7-acceptance,
  .kbt-form .wpcf7-acceptance *,
  .kbt-form .wpcf7-acceptance::placeholder,
  .kbt-form .altcha,
  .kbt-form .altcha *,
  .kbt-form .altcha::placeholder {
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.01875rem !important;
  }
}
.kbt-form select {
  appearance: none;
  -webkit-appearance: none;
  /* Safari & Chrome */
  -moz-appearance: none;
  /* Firefox */
  box-shadow: none;
  /* Shadow entfernen */
  outline: none;
  border-radius: 0;
}
.kbt-form .altcha-widget-wrap {
  margin-top: 0.25rem;
}
.kbt-form .altcha {
  border-radius: initial;
  margin-top: 0.5rem;
}
.kbt-form .altcha-main {
  padding: 0;
}
.kbt-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.75rem;
}
.kbt-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.kbt-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.kbt-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  margin: 0;
  margin-left: 3px;
  height: 18px;
  position: relative;
  width: 18px;
}
.kbt-form .wpcf7-not-valid-tip {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.kbt-form .kbt-button--wrapper {
  display: grid;
}
.kbt-form .kbt-button--outer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: grid;
  justify-items: end;
  justify-self: end;
}
@media (min-width: 1024px) {
  .kbt-form .kbt-button--outer {
    margin-top: 0 !important;
  }
}
.kbt-form .wpcf7-spinner {
  display: none;
}
.kbt-form .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.kbt-form .wpcf7-form-control-wrap:has(select):before {
  content: "";
  background: url("./img/icon-arrow-down-medium-vh-kbt-green-500.svg") center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
  background-size: contain;
  z-index: 1;
}
.kbt-form .form-subject {
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 0.5rem;
  padding: 1.5rem !important;
  background-color: #E6F0ED;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
@media (min-width: 1024px) {
  .wpcf7 .wpcf7-response-output {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01875rem;
  }
}

/* || Layout styles */
:root {
  --admin-bar-height: 46px;
}
@media (min-width: 1024px) {
  :root {
    --admin-bar-height: 32px;
  }
}

#wpadminbar {
  position: fixed;
}

.frame {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Volle Höhe des Viewports */
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.admin-bar .frame::before {
  top: var(--admin-bar-height);
}
.frame::before, .frame::after {
  content: "";
  position: fixed;
  display: block;
  height: 0.75rem;
  width: calc(100% - 0.75rem * 2);
  top: 0;
  left: 0.75rem;
  background-color: #FFFFFF;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .frame::before, .frame::after {
    height: 1rem;
    left: 1rem;
    width: calc(100% - 1rem * 2);
  }
}
.frame::after {
  top: initial;
  bottom: 0;
  border-top: 1px solid #006647;
}
@media (min-width: 1024px) {
  .frame::after {
    height: calc(1rem + 1px);
  }
}

.frame-left {
  display: none;
  border-left: 1px solid #006647;
  border-right: 1px solid #006647;
  border-bottom: 1px solid #006647;
}

.frame-main {
  border-left: 1px solid #006647;
  border-right: 1px solid #006647;
  margin-top: 3.75rem;
}

/*
.########....###....########..##.......########.########
....##......##.##...##.....##.##.......##..........##...
....##.....##...##..##.....##.##.......##..........##...
....##....##.....##.########..##.......######......##...
....##....#########.##.....##.##.......##..........##...
....##....##.....##.##.....##.##.......##..........##...
....##....##.....##.########..########.########....##...
*/
/*
.########..########..######..##....##.########..#######..########.
.##.....##.##.......##....##.##...##.....##....##.....##.##.....##
.##.....##.##.......##.......##..##......##....##.....##.##.....##
.##.....##.######....######..#####.......##....##.....##.########.
.##.....##.##.............##.##..##......##....##.....##.##.......
.##.....##.##.......##....##.##...##.....##....##.....##.##.......
.########..########..######..##....##....##.....#######..##.......
*/
@media (min-width: 1024px) {
  .frame {
    display: grid;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .frame-left {
    z-index: 1;
    position: fixed;
    display: grid;
    align-items: center;
    left: 1rem;
    top: calc(4.5rem + 1rem - 1px);
    bottom: 1rem;
    width: 4.5rem;
    background-color: #FFFFFF;
    height: calc(100vh - 4.5rem - 1rem * 2 + 1px);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* Optional: Korrigiert die Richtung */
    grid-template-columns: max-content max-content;
    align-items: stretch;
    margin: 0;
  }
  .admin-bar .frame-left {
    top: calc(4.5rem + 1rem + var(--admin-bar-height) - 1px);
    height: calc(100vh - 4.5rem - 1rem * 2 - var(--admin-bar-height) + 1px);
  }
  .frame-left > * {
    border-top: 1px solid #006647;
  }
  .frame-left > *:last-child {
    border-bottom: 1px solid #006647;
  }
  .frame-left .menu {
    display: grid;
    align-items: center;
  }
  .frame-left .menu a {
    display: grid;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4.25rem 0 2.5rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.01875rem;
    position: relative;
  }
  .frame-left .menu a::before {
    content: "";
    position: absolute;
    background: url("./img/icon-earth-3-kbt-green-500.svg") no-repeat center center;
    transform: rotate(90deg);
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 1.5rem;
  }
  .frame-main {
    border-left: initial;
    margin-top: 5.5rem;
    margin-left: 4.5rem;
  }
}
.frame-top {
  grid-template-columns: 3rem auto auto;
  display: grid;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  height: 3rem;
  overflow: hidden;
  border-top: 1px solid #006647;
  border-bottom: 1px solid #006647;
  border-right: 1px solid #006647;
  background-color: #FFFFFF;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  /* Burger */
  /* Fullscreen Menu */
  /* Wenn aktiv: in Viewport schieben */
  /* Close Button */
  /* Menü Links */
}
.frame-top .menu {
  display: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01875rem;
}
@media (min-width: 1024px) {
  .frame-top .menu {
    display: block;
  }
}
.admin-bar .frame-top {
  margin-top: calc(0.75rem + var(--admin-bar-height));
}
@media (min-width: 1024px) {
  .admin-bar .frame-top {
    margin-top: calc(1rem + var(--admin-bar-height));
  }
}
.frame-top .logo img {
  height: 3rem;
}
.frame-top .brandname {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 169px;
  text-align: left;
  justify-self: start;
}
.frame-top .brandname img {
  height: 100%;
}
.frame-top .right {
  height: 100%;
  justify-self: end;
}
.frame-top .right .burger {
  border-left: 1px solid #006647;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .frame-top .right .burger:hover {
    color: #006647;
    background-color: #E6F0ED;
  }
}
.frame-top .right .text {
  display: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01875rem;
}
@media (min-width: 1024px) {
  .frame-top .right .text {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .frame-top {
    grid-template-columns: 4.5rem auto auto;
    height: 4.5rem;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .frame-top .brandname {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 240px;
  }
  .frame-top .logo img {
    height: 4.5rem;
  }
  .frame-top .right {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .frame-top .menu {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
  .frame-top .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .frame-top .menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
  .frame-top .menu li {
    display: flex;
    align-items: stretch;
  }
  .frame-top .menu li span,
  .frame-top .menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 2.5rem;
    text-decoration: none;
    border-left: 1px solid #006647;
  }
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .frame-top .menu li a:hover {
    color: #006647;
    background-color: #E6F0ED;
  }
}
.frame-top .burger {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.75rem;
  color: #006647;
  justify-self: end;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px) {
  .frame-top .burger {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.frame-top .burger-menu {
  position: fixed;
  top: 0.75rem;
  right: -100%;
  /* außerhalb des Viewports */
  width: calc(100% - 0.75rem * 2 - 3rem);
  height: calc(100vh - 0.75rem * 2);
  background-color: #E6F0ED;
  color: #006647;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
  z-index: 2000;
  border-top: 1px solid #006647;
  border-left: 1px solid #006647;
  border-right: 1px solid #006647;
}
@media (min-width: 1024px) {
  .frame-top .burger-menu {
    top: 1rem;
    width: calc(100% - 1rem * 2 - 4.5rem + 1px);
    height: calc(100vh - 1rem * 2);
  }
}
.admin-bar .frame-top .burger-menu {
  top: calc(0.75rem + var(--admin-bar-height));
  height: calc(100vh - 0.75rem * 2 - var(--admin-bar-height));
}
@media (min-width: 1024px) {
  .admin-bar .frame-top .burger-menu {
    top: calc(1rem + var(--admin-bar-height));
    height: calc(100vh - 1rem * 2 - var(--admin-bar-height));
  }
}
.frame-top .burger-menu.open {
  right: 0.75rem;
}
@media (min-width: 1024px) {
  .frame-top .burger-menu.open {
    right: 1rem;
  }
}
.frame-top .menu-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .frame-top .menu-close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.frame-top .menu-close .text {
  padding-top: 0.125rem;
  margin-right: 0.5rem;
  color: #006647;
}
.frame-top .burger-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.frame-top .burger-menu li {
  margin: 0;
}
.frame-top .burger-menu .hidden-menu span,
.frame-top .burger-menu .hidden-menu a {
  text-decoration: none;
  color: #006647;
  display: block;
  border-bottom: 1px solid #006647;
  padding: 0.625rem 1.25rem;
}
@media (min-width: 1024px) {
  .frame-top .burger-menu .hidden-menu span,
  .frame-top .burger-menu .hidden-menu a {
    background-color: #FFFFFF;
    padding: 0.625rem 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .frame-top .burger-menu .hidden-menu span:hover,
  .frame-top .burger-menu .hidden-menu a:hover {
    background-color: #E6F0ED;
  }
}
.frame-top .burger-menu .hidden-menu span.current-menu-item,
.frame-top .burger-menu .hidden-menu a.current-menu-item {
  background-color: #D0E3DD;
}
.frame-top .hidden-menu {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  overflow: auto;
  width: 100%;
  border-top: 1px solid #006647;
  margin-top: calc(3rem - 2px) !important;
}
@media (min-width: 1024px) {
  .frame-top .hidden-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    gap: 0;
    margin-top: calc(4.5rem - 2px) !important;
  }
}
.frame-top .hidden-menu > li {
  margin: 0;
}
@media (min-width: 1024px) {
  .frame-top .hidden-menu > li {
    padding-top: 0;
    border-top-width: 0;
    border-left: 1px solid #006647;
  }
  .frame-top .hidden-menu > li:first-child {
    border-left: none;
  }
}
.frame-top .burger-menu .hidden-menu > li > span,
.frame-top .burger-menu .hidden-menu > li > a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01875rem;
  padding: 1.25rem;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .frame-top .burger-menu .hidden-menu > li > span,
  .frame-top .burger-menu .hidden-menu > li > a {
    padding: 1.5rem 2.5rem;
  }
}

.frame-bottom {
  background-color: #006647;
  margin-bottom: 0.75rem;
}
@media (hover: hover) and (pointer: fine) {
  .frame-bottom a:hover {
    color: #B0D0C6;
  }
}
@media (min-width: 1024px) {
  .frame-bottom {
    margin-bottom: 1rem;
    margin-left: 4.5rem;
  }
}
.frame-bottom * {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.frame-bottom b, .frame-bottom strong {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .frame-bottom .top {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) 3fr;
  }
}
@media (min-width: 1280px) {
  .frame-bottom .top {
    grid-template-columns: minmax(400px, 1fr) 3fr;
  }
}
.frame-bottom .bottom {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .frame-bottom .bottom {
    text-align: center;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.frame-bottom .headline {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .frame-bottom .headline, .frame-bottom .headline.mb-0 {
    margin-top: 1rem;
    margin-bottom: 2rem !important;
  }
}
.frame-bottom .logo {
  padding: 2.5rem;
  border-bottom: 1px solid #FFFFFF;
}
.frame-bottom .logo img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .frame-bottom .logo {
    padding-right: 2.5rem;
    border-right: 1px solid #FFFFFF;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .frame-bottom .nav {
    display: grid;
    grid-template-columns: minmax(242px, 1fr) minmax(242px, 1fr) minmax(0, 1fr);
  }
}
.frame-bottom .nav > [class^=nav--] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-bottom: 1px solid #FFFFFF;
}
@media (min-width: 1024px) {
  .frame-bottom .nav > [class^=nav--] {
    border-right: 1px solid #FFFFFF;
    padding-bottom: 3rem;
  }
}
.frame-bottom .nav > [class^=nav--] p:last-child {
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .frame-bottom .nav > [class^=nav--] p:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .frame-bottom .nav > [class*=-right] {
    border-right: none;
  }
}
.frame-bottom .nav .list {
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .frame-bottom .nav .list {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.frame-bottom .nav .menu-item {
  padding-left: 0;
}
.frame-bottom .nav .menu-item::before {
  display: none;
}
.frame-bottom .nav .menu-item a {
  display: block;
}
@media (min-width: 1024px) {
  .frame-bottom .nav .menu-item {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .frame-bottom .nav .menu-item:last-child {
    margin-bottom: 0;
  }
}
.frame-bottom .copyright {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.frame-bottom .push-right {
  display: inline-block;
}
.frame-bottom .accordion-active .headline {
  position: relative;
  padding-right: 1.5rem;
}
.frame-bottom .accordion-active .headline::after {
  content: "";
  position: absolute;
  background-image: url(./img/icon-arrow-down-medium-vh-kbt-white.svg);
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  right: 0;
  transition: transform 0.3s ease;
}
.frame-bottom .accordion-open .headline::after {
  transform: translateY(-50%) rotate(180deg);
}

.module {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
  display: grid;
  grid-template-rows: 1fr;
  background-color: #FFFFFF;
  border-bottom: 1px solid #006647;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .module {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.0125rem;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
}
.module > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .module > * {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.module .overline {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .module .overline {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
  }
}
.module--image {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .module--image {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.module--image img {
  border-radius: 0.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .module--image .column--right .content:first-child {
    margin-top: 0 !important;
  }
}

.content {
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .content:not(:has(> img)) {
    min-height: 100%;
  }
}
.content--green {
  background-color: #E6F0ED;
}
.content--green-box {
  overflow: visible;
}
.content *:last-child,
.content *:last-child > *:last-child {
  margin-bottom: 0 !important;
}
.content .kbt-button {
  margin-top: 3.125rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .content .kbt-button {
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
.content .kbt-button.kbt-button--text {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .content .kbt-button.kbt-button--text {
    margin-top: 0;
  }
}
.content .kbt-button--outer {
  margin-top: 3.125rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .content .kbt-button--outer {
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
.content .kbt-button--outer .kbt-button {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .content .kbt-button--outer .kbt-button {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.column--size-2, .column--size-2-50, .column--size-2-small {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .column--size-2, .column--size-2-50, .column--size-2-small {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(auto, 60%);
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .column--size-2.column--equal, .column--size-2-50.column--equal, .column--size-2-small.column--equal {
    grid-template-columns: minmax(0, 50%) minmax(auto, 50%);
  }
}
@media (min-width: 1024px) {
  .column--size-2 .column--left, .column--size-2-50 .column--left, .column--size-2-small .column--left {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .column--size-2 .column--left, .column--size-2-50 .column--left, .column--size-2-small .column--left {
    outline: 1px solid #006647;
  }
}
.column--size-2 .column--right, .column--size-2-50 .column--right, .column--size-2-small .column--right {
  display: grid;
}
.column--size-2 .column--right:has(> .content), .column--size-2-50 .column--right:has(> .content), .column--size-2-small .column--right:has(> .content) {
  padding: 0;
}
.column--size-2 .column--right:has(> .content--green), .column--size-2-50 .column--right:has(> .content--green), .column--size-2-small .column--right:has(> .content--green) {
  display: block;
}
@media (min-width: 1024px) {
  .column--size-2 .column--right:has(> .content--green), .column--size-2-50 .column--right:has(> .content--green), .column--size-2-small .column--right:has(> .content--green) {
    display: grid;
  }
}
.column--size-2 .column--right .content, .column--size-2-50 .column--right .content, .column--size-2-small .column--right .content {
  border-top: 1px solid #006647;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.column--size-2 .column--right .content:first-child, .column--size-2-50 .column--right .content:first-child, .column--size-2-small .column--right .content:first-child {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .column--size-2 .column--right .content, .column--size-2-50 .column--right .content, .column--size-2-small .column--right .content {
    margin-top: 0;
    border-top-width: 0;
    border-bottom: 1px solid #006647;
    border-left: 1px solid #006647;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
  .column--size-2 .column--right .content:first-child, .column--size-2-50 .column--right .content:first-child, .column--size-2-small .column--right .content:first-child {
    margin-top: 0;
  }
}
.column--size-2 .column--right .content--green-box, .column--size-2-50 .column--right .content--green-box, .column--size-2-small .column--right .content--green-box {
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 1024px) {
  .column--size-2 .column--right .content--green-box, .column--size-2-50 .column--right .content--green-box, .column--size-2-small .column--right .content--green-box {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
}
.column--size-2 .column--right > :last-child, .column--size-2-50 .column--right > :last-child, .column--size-2-small .column--right > :last-child {
  border-bottom-width: 0;
}
@media (min-width: 1024px) {
  .column--size-2 .column--right .content--default, .column--size-2-50 .column--right .content--default, .column--size-2-small .column--right .content--default {
    margin-top: 0;
  }
}
.column--size-2 .column--right .content--green + .content--default, .column--size-2-50 .column--right .content--green + .content--default, .column--size-2-small .column--right .content--green + .content--default {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .column--size-2-50 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 1024px) {
  .column--size-2-small {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
}

p {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 1.5rem;
  }
}
p:not(:has(+ p)), p:last-child,
p p:has(+ p[class]) {
  margin-bottom: 0;
}
p + .cta {
  margin-top: 3rem;
}

li {
  -webkit-hyphens: auto;
          hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-hyphens: manual;
          hyphens: manual;
  word-break: break-word;
}

.headline:has(+ .badge), .headline:has(+ .cta), .headline:last-child {
  margin-bottom: 0;
}
.headline + .cta {
  margin-top: 3rem;
}
.headline--medium {
  font-weight: 600 !important;
  font-size: 1.75rem !important;
  line-height: 2rem !important;
  letter-spacing: !important;
}
@media (min-width: 1024px) {
  .headline--medium {
    font-weight: 600 !important;
    font-size: 2rem !important;
    line-height: 2.25rem !important;
    letter-spacing: !important;
  }
}
.headline--small {
  font-weight: 600 !important;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  letter-spacing: 0.0125rem !important;
}
@media (min-width: 1024px) {
  .headline--small {
    font-weight: 600 !important;
    font-size: 1.75rem !important;
    line-height: 2rem !important;
    letter-spacing: !important;
  }
}

.headline,
.headline-1,
.headline-2,
.headline-3,
.headline-4 {
  -webkit-hyphens: manual;
          hyphens: manual;
  word-break: break-word;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .headline,
  .headline-1,
  .headline-2,
  .headline-3,
  .headline-4 {
    margin-bottom: 2.5rem;
  }
}

footer p,
footer li {
  -webkit-hyphens: manual;
          hyphens: manual;
  word-break: break-word;
}