/** This file is auto-generated by the Clean Theme configuration. Do not edit the file directly. */

:root {
    --hh-ct-container-max-width: 1600px;
    --default: #F2F2F3;
    --primary: #31414A;
    --info: #1A808E;
    --success: #518132;
    --warning: #AF640E;
    --danger: #EC0426;
    --link: #016AA6;
    --hh-ct-text-color-heading: #31414A;
    --text-color-main: #31414A;
    --text-color-default: #31414A;
    --text-color-secondary: #232526;
    --text-color-highlight: #242424;
    --text-color-soft: #6B6E72;
    --text-color-soft2: #727878;
    --text-color-soft3: #bac2c7;
    --text-color-contrast: #ffffff;
    --background-color-main: #ffffff;
    --background-color-secondary: #f7f7f7;
    --background-color-page: #f1f4f5;
    --background-color-highlight: #daf0f3;
    --background-color-highlight-soft: #f2f9fb;
    --hh-ct-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-font-size: 14px;
    --hh-ct-font-weight: 400;
    --hh-ct-heading-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-ph-font-size: 16px;
    --hh-ct-h1-font-size: 1.7em;
    --hh-ct-h1-stream-font-size: 1.45em;
    --hh-ct-h2-font-size: 1.5em;
    --hh-ct-h2-stream-font-size: 1.3em;
    --hh-ct-h3-font-size: 1.2em;
    --hh-ct-h4-font-size: 1.1em;
    --hh-ct-h5-font-size: 1.0em;
    --hh-ct-h6-font-size: 0.85em;
    --hh-ct-ph-font-weight: 600;
    --hh-ct-panel-border-width: 1px;
    --hh-ct-panel-border-style: solid;
    --hh-ct-panel-border-color: #d2d3e4;
    --hh-ct-panel-border-radius: 6px;
    --hh-ct-panel-box-shadow: 0 1px 10px #00000019;
    --hh-ct-menu-font-size: 14px;
    --hh-ct-menu-text-color: #31414A;
    --hh-ct-menu-border-color: #d2d3e4;
    --hh-ct-top-bar-height: 50px;
    --hh-ct-top-bar-font-size: 12px;
    --hh-ct-top-menu-nav-justify-content: center;
    --hh-ct-top-menu-background-color: #4a86e8;
    --hh-ct-top-menu-text-color: #BED600;
    --hh-ct-top-menu-button-hover-background-color: #f7f7f7;
    --hh-ct-top-menu-button-hover-text-color: #31414A;

    --background-color-main-darken-10: #e6e6e6;
    --background-color-page-darken-5: #e4e7e8;
    --background-color-page-lighten-10: #ffffff;
    --background-color-page-lighten-20: #ffffff;
    --background-color-page-lighten-30: #ffffff;
    --background-color-secondary-darken-2: #f2f2f2;
    --background-color-secondary-darken-5: #eaeaea;
    --danger-darken-10: #ba031e;
    --danger-darken-5: #d30422;
    --danger-lighten-20: #f36378;
    --danger-lighten-5: #ee1c3a;
    --default-darken-2: #ededee;
    --default-darken-5: #e5e5e6;
    --default-lighten-2: #f7f7f8;
    --info-darken-10: #125963;
    --info-darken-27: #05171a;
    --info-darken-5: #166d78;
    --info-lighten-25: #6fafb8;
    --info-lighten-30: #80b9c1;
    --info-lighten-40: #a3ccd1;
    --info-lighten-5: #2b8996;
    --info-lighten-50: #c5dfe2;
    --info-lighten-8: #358f9b;
    --link-darken-2: #01649c;
    --link-lighten-5: #1475ad;
    --primary-darken-10: #1d262b;
    --primary-darken-5: #27343b;
    --primary-lighten-10: #4c5a62;
    --primary-lighten-20: #67737a;
    --primary-lighten-25: #758086;
    --primary-lighten-5: #3f4e56;
    --primary-lighten-8: #47555d;
    --success-darken-10: #3a5c24;
    --success-darken-5: #456f2b;
    --success-lighten-20: #87a871;
    --success-lighten-5: #5e8b42;
    --text-color-highlight-fade-15: #24242426;
    --text-color-highlight-fade-30: #2424244d;
    --text-color-secondary-lighten-25: #636565;
    --warning-darken-10: #80490a;
    --warning-darken-2: #a65f0d;
    --warning-darken-5: #97570c;
    --warning-lighten-10: #bc7d34;
    --warning-lighten-20: #c8955b;
    --warning-lighten-40: #e2c7a7;
    --warning-lighten-5: #b57021;
    --hh-ct-top-bar-bottom-spacing: 30px;
    --hh-fixed-header-height: 80px;
    --hh-fixed-footer-height: 0px;
}

@media (max-width: 768px) {
    :root {
        --hh-ct-top-bar-height: 50px;
        --hh-ct-top-bar-bottom-spacing: 5px;
        --hh-fixed-header-height: 55px;
    }
}

@media (max-width: 570px) {
    :root {
        --hh-fixed-footer-height: 52px;
    }
}

/* ---- NB Cards (UNSER-NB) ---------------------------------------------- */
.nb-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 1200px) {
  .nb-cards {
    grid-template-columns: 1fr 1fr;
  }
}
.nb-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.12s ease, transform 0.06s ease;
}
.nb-card:hover, .nb-card:focus {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  outline: none;
}
.nb-card__band {
  position: relative;
  height: 90px;
}
.nb-card__badge {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 96px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #fff;
  padding: 16px 0;
  text-align: center;
}
.nb-card__badge i {
  font-size: 64px;
  color: #fff;
  line-height: 64px;
}
.nb-card__body {
  text-align: left;
  padding: 48px 18px 18px;
  min-height: 160px;
}
.nb-card__title {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 6px 0;
  font-weight: 700;
}
.nb-card__details {
  font-size: 14px;
  color: #374151;
}
.nb-card__external {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 24px;
  color: #fff;
  pointer-events: none;
}
/* Farbvarianten (Band + Badge-Gradient) */
.nb-card--smoke .nb-card__band {
  background-color: #596e81;
}
.nb-card--smoke .nb-card__badge {
  background-image: linear-gradient(-66deg, #596e81 0%, #fff 100%);
}
.nb-card--green .nb-card__band {
  background-color: #03a658;
}
.nb-card--green .nb-card__badge {
  background-image: linear-gradient(-66deg, #03a658 0%, #fff 100%);
}

