:root {
    --brechel-blue: rgb(0, 51, 102);
    --brechel-light-blue: rgb(220, 230, 245);
    --terminal-gray: rgb(245, 245, 245);
}

/* =========================================================
   General
========================================================= */

body {
    color: #333;
    padding-top: 90px !important;
}

#content {
    position: relative;
    z-index: 1;
}

h1,
h2,
h3,
h4 {
    color: var(--brechel-blue);
}

/* =========================================================
   Header / Navbar
========================================================= */

.navbar-affixed-top,
.navbar-default,
.yamm .navbar-collapse,
.navbar {
    background-color: var(--brechel-blue) !important;
    border-color: var(--brechel-blue) !important;
}

.navbar-affixed-top,
.navbar-affixed-top.affix,
.navbar-affixed-top.affix-top,
.navbar-affixed-top.affix-bottom {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
}

#navbar .container {
    position: relative;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 18px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    height: 50px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-logo {
  height: 50px;
  width: auto;
  display: block;
  margin-top: 20px;   /* 👈 nach unten schieben */
}


.navbar-nav > li > a,
.navbar-nav > li > a:visited,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff !important;
    background: transparent !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    background: transparent !important;
    color: #ffffff !important;
}

.dropdown-menu > li > a {
    color: var(--brechel-blue) !important;
}

.navbar-title {
    position: absolute;

    /* logo area */
    left: 150px;

    /* reserve enough space for the right navigation */
    right: 620px;

    top: 50%;
    transform: translateY(-50%);

    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    text-align: left;

    display: block;

    pointer-events: none;
}

@media (max-width: 1399px) {
    .navbar-title {
        display: none;
    }
}

/* Mobile hamburger button */
.navbar-default .navbar-toggle {
    border-color: #ffffff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.12) !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}

/* =========================================================
   Generic sections
========================================================= */

.section-gray,
.bar.background-gray,
.background-gray {
    background-color: var(--terminal-gray) !important;
}

.section-light,
.bar.background-white,
.background-white {
    background-color: var(--brechel-light-blue) !important;
}

/* =========================================================
   Product images / product list
========================================================= */

.product-image {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .product-image {
        max-width: 320px;
    }
}

.products-list-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.products-list-title {
    margin-bottom: 30px;
}

.product-list-item {
    margin-bottom: 35px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.product-list-image-col {
    padding-top: 8px;
}

.product-list-image {
    max-width: 220px;
}

.product-list-text-col {
    padding-top: 4px;
}

.product-list-heading {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-list-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 14px;
}

/* =========================================================
   Buttons / status
========================================================= */

.btn-sm {
    margin-right: 5px;
    margin-bottom: 5px;
}

.status-badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    color: white;
}

.status-green {
    background-color: #5cb85c;
}

.status-yellow {
    background-color: #f0ad4e;
}

.status-red {
    background-color: #d9534f;
}

/* =========================================================
   Contact / footer
========================================================= */

.contact-box {
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
    border-left: 4px solid #003366;
}

.contact-box h3 {
    margin-top: 0;
}

.footer-links a {
    color: #888;
    font-size: 13px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #003366;
}

.footer-meta {
    font-size: 9px;
    color: #bbb;
}

/* =========================================================
   Generic code blocks
========================================================= */

pre {
    background: #111827;
    color: #e5e7eb;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    overflow-x: auto;
    border: 1px solid #374151;
    line-height: 1.5;
}

pre code {
    background: none;
    color: inherit;
    padding: 0;
    font-family: "Fira Code", "JetBrains Mono", "Consolas", monospace;
    font-size: 0.95rem;
}

pre code::before {
    content: "";
}

.code-bash .prompt {
    color: #22c55e;
    font-weight: bold;
}

/* =========================================================
   BE-IIS Docs Layout
   Used by: layouts/technology/single.html
========================================================= */

.beiis-doc-container {
    margin-top: 30px;
    margin-bottom: 40px;
}

.beiis-doc-page {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.beiis-doc-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.beiis-doc-sidebar-box {
    background: #f5f7fb;
    border: 1px solid #d9e2f0;
    border-radius: 10px;
    padding: 18px 18px 14px 18px;
}

.beiis-doc-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    color: var(--brechel-blue);
}

.beiis-doc-sidebar ul,
.beiis-doc-mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.beiis-doc-sidebar li,
.beiis-doc-mobile-nav li {
    margin: 0;
    padding: 0;
}

.beiis-doc-sidebar li + li,
.beiis-doc-mobile-nav li + li {
    margin-top: 8px;
}

.beiis-doc-sidebar li.level-3 a,
.beiis-doc-mobile-nav li.level-3 a {
    padding-left: 16px;
    font-size: 14px;
}

.beiis-doc-sidebar a,
.beiis-doc-mobile-nav a {
    display: block;
    color: var(--brechel-blue);
    text-decoration: none;
    line-height: 1.4;
}

.beiis-doc-sidebar a:hover,
.beiis-doc-mobile-nav a:hover {
    text-decoration: underline;
}

.beiis-doc-content {
    min-width: 0;
}

.beiis-doc-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 1.15;
}

.beiis-doc-content h2 {
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.2;
}

.beiis-doc-content h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.3;
}

.beiis-doc-content p,
.beiis-doc-content ul,
.beiis-doc-content ol {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.beiis-doc-content ul,
.beiis-doc-content ol {
    padding-left: 22px;
}

.beiis-doc-content img {
    max-width: 100%;
    height: auto;
}

.beiis-doc-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.beiis-doc-content pre {
    overflow-x: auto;
    background: var(--terminal-gray);
    color: #111111;
    padding: 16px 18px;
    border-radius: 0;
    border-left: 4px solid var(--brechel-blue);
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin: 20px 0;
}

.beiis-doc-content code {
    font-family: "Fira Code", "JetBrains Mono", "Consolas", monospace;
}

.beiis-doc-content pre code {
    background: transparent;
    padding: 0;
    color: inherit;
    font-size: inherit;
}

.beiis-doc-mobile-toggle {
    display: none;
    width: 100%;
    margin-bottom: 14px;
    background: var(--brechel-blue);
    color: #ffffff;
    border: 0;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 600;
    text-align: left;
}

.beiis-doc-mobile-nav {
    display: none;
    margin-bottom: 20px;
}

.beiis-doc-mobile-nav.open {
    display: block;
}

@media (max-width: 991px) {
    .beiis-doc-page {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .beiis-doc-sidebar {
        display: none;
    }

    .beiis-doc-mobile-toggle {
        display: block;
    }

    .beiis-doc-title {
        font-size: 32px;
    }

    .beiis-doc-content h2 {
        font-size: 26px;
    }

    .beiis-doc-content h3 {
        font-size: 20px;
    }

    .beiis-doc-content p,
    .beiis-doc-content ul,
    .beiis-doc-content ol {
        font-size: 16px;
    }
}


.box-simple {
    padding-top: 40px;
    padding-bottom: 40px;
}







.hatpp-compare {
  margin: 2rem 0 3rem 0;
}

.compare-row {
  display: grid;
  grid-template-columns: 18% 1fr 1fr 1fr;
  gap: 0;
  background: #eef3fa;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.compare-category {
  background: #003366;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
  font-size: 1.1rem;
}

.compare-card {
  padding: 1.2rem 1rem;
  text-align: center;
  border-left: 1px solid #d9e2ef;
  background: #eef3fa;
}

.compare-title {
  font-weight: 700;
  color: #003366;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.icon-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 0.75rem;
}

.icon-wrap .main {
  width: 90px;
  height: auto;
  display: block;
}

.icon-wrap .status {
  position: absolute;
  top: -4px;
  right: -10px;
  width: 26px;
  height: auto;
}

.compare-text {
  font-size: 0.98rem;
  line-height: 1.35;
  max-width: 220px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-category {
    justify-content: center;
    text-align: center;
  }

  .compare-card {
    border-left: none;
    border-top: 1px solid #d9e2ef;
  }
}



.status-good {
  background-color: #e6f4ea;   /* leichtes Grün */
}

.status-ok {
  background-color: #fff4e5;   /* leichtes Gelb */
}

.status-bad {
  background-color: #fdecea;   /* leichtes Rot */
}







.compare-top-header {
  display: grid;
  grid-template-columns: 18% 1fr 1fr 1fr;
  align-items: center;
  margin: 1.5rem 0 0.35rem 0;
}

.compare-top-header > div:first-child {
  background: transparent;
}

.compare-head {
  background: #003366;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1rem 0.5rem;
  border-left: 1px solid rgba(255,255,255,0.08);
}

.compare-head:first-of-type {
  border-top-left-radius: 8px;
}

.compare-head:last-child {
  border-top-right-radius: 8px;
}

.compare-top-visual {
  display: grid;
  grid-template-columns: 18% 1fr 1fr 1fr;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  overflow: hidden;
  background: #eef3fa;
  margin-bottom: 1rem;
}

.compare-top-visual > div:first-child {
  background: #ffffff;
}

.compare-top-board {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0.8rem;
  min-height: 190px;
  border-left: 1px solid #d9e2ef;
  background: #eef3fa;
}

.compare-board {
  width: 85%;
  max-width: 220px;
  height: auto;
  display: block;
}

.product-image-wrapper {
  overflow: hidden;
  border-radius: 6px;
  background: transparent;
  isolation: isolate;
}

.product-list-image {
  transition: transform 0.25s ease;
}

/* Hover Effekt */
.product-image-wrapper:hover {
  border-color: #ccc;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.product-image-wrapper:hover .product-list-image {
  transform: scale(0.96); /* 👈 rauszoomen statt reinzoomen */
}

.beiis-doc-actions {
  margin: 0 0 24px 0;
}

.beiis-doc-actions .btn {
  margin-right: 8px;
  margin-bottom: 8px;
}

.beiis-article-hero {
  width: 100%;
  max-width: 820px;
  margin: 18px 0 32px 0;
}

.beiis-article-hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}


