:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #CD9F04;
  --bs-secondary: #272727;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #FAF5E5;
  --bs-dark: #272727;
  --bs-primary-rgb: 205, 159, 4;
  --bs-secondary-rgb: 39, 39, 39;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 250, 245, 229;
  --bs-dark-rgb: 39, 39, 39;
  --bs-primary-text-emphasis: rgb(82, 63.6, 1.6);
  --bs-secondary-text-emphasis: rgb(15.6, 15.6, 15.6);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(245, 235.8, 204.8);
  --bs-secondary-bg-subtle: rgb(211.8, 211.8, 211.8);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(235, 216.6, 154.6);
  --bs-secondary-border-subtle: rgb(168.6, 168.6, 168.6);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Inter";
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #272727;
  --bs-body-color-rgb: 39, 39, 39;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(39, 39, 39, 0.75);
  --bs-secondary-color-rgb: 39, 39, 39;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(39, 39, 39, 0.5);
  --bs-tertiary-color-rgb: 39, 39, 39;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #272727;
  --bs-link-color-rgb: 39, 39, 39;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(31.2, 31.2, 31.2);
  --bs-link-hover-color-rgb: 31, 31, 31;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #272727;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #272727;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(205, 159, 4, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(225, 197.4, 104.4);
  --bs-secondary-text-emphasis: rgb(125.4, 125.4, 125.4);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(41, 31.8, 0.8);
  --bs-secondary-bg-subtle: rgb(7.8, 7.8, 7.8);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(123, 95.4, 2.4);
  --bs-secondary-border-subtle: rgb(23.4, 23.4, 23.4);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(225, 197.4, 104.4);
  --bs-link-hover-color: rgb(231, 208.92, 134.52);
  --bs-link-color-rgb: 225, 197, 104;
  --bs-link-hover-color-rgb: 231, 209, 135;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

/* 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/inter-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter/inter-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v18-latin-regular.woff2") format("woff2"), url("../fonts/inter/inter-v18-latin-regular.woff") format("woff"), url("../fonts/inter/inter-v18-latin-regular.ttf") format("truetype"), url("../fonts/inter/inter-v18-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* 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/inter-v18-latin-italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter/inter-v18-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v18-latin-italic.woff2") format("woff2"), url("../fonts/inter/inter-v18-latin-italic.woff") format("woff"), url("../fonts/inter/inter-v18-latin-italic.ttf") format("truetype"), url("../fonts/inter/inter-v18-latin-italic.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* 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/inter-v18-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter/inter-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v18-latin-500.woff2") format("woff2"), url("../fonts/inter/inter-v18-latin-500.woff") format("woff"), url("../fonts/inter/inter-v18-latin-500.ttf") format("truetype"), url("../fonts/inter/inter-v18-latin-500.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* 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/inter-v18-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter/inter-v18-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v18-latin-500italic.woff2") format("woff2"), url("../fonts/inter/inter-v18-latin-500italic.woff") format("woff"), url("../fonts/inter/inter-v18-latin-500italic.ttf") format("truetype"), url("../fonts/inter/inter-v18-latin-500italic.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter/inter-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter/inter-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v19-latin-700.woff2") format("woff2"), url("../fonts/inter/inter-v19-latin-700.woff") format("woff"), url("../fonts/inter/inter-v19-latin-700.ttf") format("truetype"), url("../fonts/inter/inter-v19-latin-700.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-700italic - 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: 700;
  src: url("../fonts/inter/inter-v19-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter/inter-v19-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v19-latin-700italic.woff2") format("woff2"), url("../fonts/inter/inter-v19-latin-700italic.woff") format("woff"), url("../fonts/inter/inter-v19-latin-700italic.ttf") format("truetype"), url("../fonts/inter/inter-v19-latin-700italic.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* philosopher-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: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/philosopher/philosopher-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/philosopher/philosopher-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/philosopher/philosopher-v20-latin-regular.woff2") format("woff2"), url("../fonts/philosopher/philosopher-v20-latin-regular.woff") format("woff"), url("../fonts/philosopher/philosopher-v20-latin-regular.ttf") format("truetype"), url("../fonts/philosopher/philosopher-v20-latin-regular.svg#Philosopher") format("svg");
  /* Legacy iOS */
}
.header-full-video {
  height: fit-content;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 40px 10px;
}
@media (min-width: 768px) {
  .header-full-video {
    padding: 40px 30px;
    min-height: 70dvh;
    max-height: 700px;
  }
}
@media (min-width: 1400px) {
  .header-full-video {
    padding: 100px 100px 120px 100px;
    max-height: 1080px;
    height: 85dvh;
  }
}
.header-full-video .header-text {
  font-size: 0.999rem;
}
@media (min-width: 768px) {
  .header-full-video .header-text {
    font-size: 1.125rem;
  }
}
.header-full-video iframe {
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100% !important;
  min-width: 177.77vh !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header {
  position: relative;
  display: grid;
  align-items: end;
  padding: 20px;
  min-height: 230px;
}
@media (min-width: 768px) {
  .header {
    height: 350px;
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 450px;
  }
}

.header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #CD9F04;
  background-color: #FAF5E5;
  border-color: #FAF5E5;
}

.btn-outline-primary:hover {
  color: #fff;
}

.btn-outline-light:hover {
  color: #CD9F04;
}

.btn-white {
  background-color: #fff;
  color: #CD9F04;
}
.btn-white:hover:hover {
  background-color: #CD9F04;
  color: #fff;
  border-color: #fff;
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #CD9F04;
  color: #fff;
}

.btn-link {
  position: relative;
  padding-left: 1rem;
  font-weight: 500;
  text-align: start;
}
.btn-link:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #272727;
  top: 7px;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.btn-link:hover {
  color: #272727;
  text-decoration: none;
}
.btn-link:hover:before {
  transform: translateX(3px);
  color: #CD9F04;
}

.btn-slider-arrow {
  background-color: #CD9F04;
  padding: 0.6rem;
  display: grid;
  align-items: center;
}
.btn-slider-arrow:hover {
  background-color: #272727;
}

.spacer-top-bottom {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .spacer-top-bottom {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.spacer-top {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .spacer-top {
    padding-top: 120px;
  }
}

.spacer-bottom {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .spacer-bottom {
    padding-bottom: 120px;
  }
}

.spacer-top-bottom-sm {
  padding-top: 70px;
  padding-bottom: 70px;
}

.spacer-top-sm {
  padding-top: 70px;
}

.spacer-bottom-sm {
  padding-bottom: 70px;
}

#navigation {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.navbar {
  background-color: white;
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .navbar {
    padding: 20px 0;
  }
}
.navbar.scroll {
  padding: 5px 0;
}
.navbar.scroll .navbar-brand img {
  width: 200px;
}
@media (min-width: 576px) {
  .navbar.scroll .navbar-brand img {
    width: 300px;
  }
}
.navbar .navbar-brand img {
  width: 250px;
  height: auto;
}
@media screen and (min-width: 350px) {
  .navbar .navbar-brand img {
    width: 280px;
  }
}
@media (min-width: 576px) {
  .navbar .navbar-brand img {
    width: 350px;
  }
}
.navbar .nav-link {
  font-family: "Philosopher";
  color: #272727;
  position: relative;
  padding: 0.6rem 1rem;
}
.navbar .nav-link:hover {
  color: #CD9F04;
}
.navbar .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #272727;
  border-left: 2px solid #272727;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
@media (min-width: 992px) {
  .navbar .nav-link::before {
    left: -6px;
  }
}
.navbar .nav-link:hover::before, .navbar .nav-link.active::before {
  width: 20px;
  height: 20px;
  opacity: 1;
}
.navbar .navbar-toggler {
  border: none;
  color: #272727;
  height: 45px;
  font-size: 2.3rem;
}

.loading-spinner {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-full-width {
  overflow: hidden;
}
.slider-full-width .slick-track {
  display: flex;
  gap: 20px;
}

#slider-leistungen {
  margin-top: 20px;
}

.slider-praxis img {
  height: 240px;
}
@media (min-width: 576px) {
  .slider-praxis img {
    height: 400px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .slider-praxis img {
    height: 500px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #change-cursor-on-hover {
    cursor: none;
  }
}

@media (min-width: 1200px) {
  #fake-cursor {
    width: 60px;
    height: 60px;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    background-image: url("../files/swipe-cursor.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
  }
}

.modal {
  border: none;
}

.modal-trigger-box {
  border: none;
  width: 100%;
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, rgba(205, 159, 4, 0.5) 0%, rgba(39, 39, 39, 0.5) 100%);
  display: grid;
  justify-content: start;
  align-items: end;
  position: relative;
  padding: 1.2rem;
}
@media (min-width: 992px) {
  .modal-trigger-box {
    padding: 2rem;
  }
}
.modal-trigger-box .slide-element-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.modal-trigger-box .slide-element-content {
  transition: all 0.2s ease-in-out;
}
.modal-trigger-box:hover .slide-element-content {
  transform: translateY(-20px);
}

.banner-video {
  position: relative;
  display: grid;
  align-items: end;
  height: fit-content;
  overflow: hidden;
}
.banner-video iframe {
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100% !important;
  min-width: 177.77vh !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.banner-video.banner-wissensbereich iframe {
  top: 95% !important;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer-logo {
  width: 100%;
  max-width: 350px;
}

html {
  scroll-padding-top: 130px;
}

a,
.link-style {
  transition: all 0.2s ease-in-out;
  text-underline-offset: 4px;
}

.link-style {
  background: none;
  padding: 0;
  border: none;
  color: #272727;
}
.link-style:hover {
  text-decoration: underline;
}

.link-hover-primary:hover {
  color: #CD9F04 !important;
}

.hover-opacity {
  transition: all 0.2s ease-in-out;
}
.hover-opacity:hover {
  opacity: 0.8;
}

b, strong {
  font-weight: 700;
}

@media (min-width: 992px) {
  .sticky-lg {
    position: sticky;
    top: 100px;
  }
}

.bg-gray {
  background-color: rgba(39, 39, 39, 0.03);
}

.offcanvas-default {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  max-width: 90%;
}

.sidebar {
  position: fixed;
  top: 50%;
  right: 10px;
  display: grid;
  align-items: center;
  align-content: center;
  gap: 5px;
}
.sidebar .sidebar-btn {
  width: 30px;
  height: 30px;
  align-items: center;
  display: grid;
  justify-content: center;
  padding: 0;
  padding-top: 1px;
}
@media (min-width: 768px) {
  .sidebar .sidebar-btn {
    font-size: 1.249875rem;
    width: 40px;
    height: 40px;
  }
}

.top-title {
  position: relative;
  padding-top: 5px;
  padding-left: 11px;
  margin-bottom: 0.1rem;
}
@media (max-width: 575.98px) {
  .top-title {
    font-size: 0.999rem;
  }
}
.top-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 20px;
  border-top: 2px solid #CD9F04;
  border-left: 2px solid #CD9F04;
}
.top-title.text-white::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.heading-corner {
  position: relative;
  padding-top: 15px;
  padding-left: 20px;
  width: fit-content;
  line-height: 1.2;
}
.heading-corner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  width: 20px;
  height: 20px;
  border-top: 2px solid #CD9F04;
  border-left: 2px solid #CD9F04;
}
.heading-corner.text-white::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.gradient-default {
  background: #272727;
  background: linear-gradient(45deg, rgba(39, 39, 39, 0.8) 0%, rgba(39, 39, 39, 0.6) 50%, rgba(205, 159, 4, 0.3) 100%);
}

.gradient-top-to-bottom {
  background: #272727;
  background: linear-gradient(180deg, rgba(205, 159, 4, 0.5) 0%, rgba(39, 39, 39, 0.5) 100%);
}

.icon-link-wrapper {
  display: flex;
  gap: 8px;
}
.icon-link-wrapper .icon-wrapper {
  width: 22px;
  flex: none;
  font-size: 20px;
  display: grid;
  justify-content: center;
  padding-top: 5px;
}

.alternately-cols .icon-element {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
}

.same-height-heading {
  display: flex;
  flex-direction: column;
}
.same-height-heading .heading-element {
  display: flex;
  align-items: center;
  min-height: 100px;
}
.same-height-heading .rest-height {
  flex-grow: 1;
}

.img-with-badge {
  position: relative;
}
.img-with-badge .badge-rotate {
  width: 110px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 0.874125rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
  bottom: -30px;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .img-with-badge .badge-rotate {
    font-size: 0.999rem;
    width: 150px;
  }
}
@media (min-width: 1400px) {
  .img-with-badge .badge-rotate {
    bottom: unset;
    top: 0;
  }
}
.img-with-badge .badge-rotate .badge-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
  animation: spin 25s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.glossar-number {
  font-family: "Philosopher";
  font-size: 2.8125rem;
  background-color: #CD9F04;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-bottom: 1rem;
}

.team-member {
  position: relative;
}
@media (max-width: 575.98px) {
  .team-member {
    margin: 0 1rem;
  }
}
.team-member .member-name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  background-color: rgba(39, 39, 39, 0.2);
  color: #fff;
  padding: 0.5rem 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.2s ease-in-out;
}
.team-member .member-name:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #CD9F04;
  border-left: 2px solid #CD9F04;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
.team-member .member-name.top-right {
  bottom: unset;
  left: unset;
  top: 0;
  right: 0;
}
.team-member .member-name.top-right:after {
  bottom: unset;
  left: unset;
  top: -8px;
  right: -8px;
  border-bottom: unset;
  border-left: unset;
  border-top: 2px solid #CD9F04;
  border-right: 2px solid #CD9F04;
}
.team-member:hover .member-name {
  background-color: rgba(205, 159, 4, 0.5);
}
.team-member:hover .member-name:after {
  bottom: -4px;
  left: -4px;
  border-bottom: 2px solid #272727;
  border-left: 2px solid #272727;
}
.team-member:hover .member-name.top-right:after {
  bottom: unset;
  left: unset;
  top: -4px;
  right: -4px;
  border-bottom: unset;
  border-left: unset;
  border-top: 2px solid #272727;
  border-right: 2px solid #272727;
}

/*# sourceMappingURL=default.css.map */
