
@font-face {
  font-family: "Rogue Sans Ext W00 Medium";
  src: url("/fonts/1de825364b158049a712f2a308665917.eot"); /* IE9*/
  src: url("/fonts/1de825364b158049a712f2a308665917.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/fonts/1de825364b158049a712f2a308665917.woff2") format("woff2"), /* chrome、firefox */
  url("/fonts/1de825364b158049a712f2a308665917.woff") format("woff"), /* chrome、firefox */
  url("/fonts/1de825364b158049a712f2a308665917.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("/fonts/1de825364b158049a712f2a308665917.svg#Rogue Sans Ext W00 Medium") format("svg"); /* iOS 4.1- */
}
html {
  scroll-behavior: smooth;
}
body {
  margin-bottom: 120px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, Helvetica, sans-serif;
  color: var(--rb-graphite);
  font-weight: 400;
}
h1 {
  color: var(--rb-graphite);
}
h2 {
  color: var(--rb-graphite);
}
h3 {
  color: var(--rb-graphite);
}
h4 {
  color: var(--rb-graphite);
}
h5 {
  color: var(--rb-graphite);
}
.fa {
  color: var(--rb-blue-strong);
}
.no-bg-img {
  background-image: none !important;
  background-color: #fff;
  color: #fff;
}
.text-primary {
  color: var(--rb-blue-strong) !important;
}

.text-warning {
  color: #e59400 !important;
}

a {
  color: var(--rb-blue-strong);
  font-weight: 600;
}

a:hover {
  color: var(--rb-navy);
  text-decoration: none;
}
.btn {
  cursor: pointer;
}

/* Premium-ish UI tweaks */
.rb-package-card {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.rb-package-header {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.rb-package-card--recommended {
  border: 2px solid rgba(var(--rb-blue-rgb),0.35);
  box-shadow: 0 12px 32px rgba(var(--rb-blue-rgb),0.12);
}
.rb-badge {
  background: rgba(var(--rb-blue-rgb),0.12);
  color: var(--rb-blue-strong);
  border: 1px solid rgba(var(--rb-blue-rgb),0.25);
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.875rem; /* 14px Mindestgroesse fuer Hinweistexte (Redesign Stufe 5) */
}

/* Testimonials: keep trust, but make it more premium/compact */
.blockquote {
  font-size: 1rem;
}
.blockquote p {
  margin-bottom: 0.75rem;
  color: rgba(0,0,0,0.85);
}
.blockquote-footer {
  font-size: 0.9rem;
  color: rgba(0,0,0,0.6);
}
.card {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
}
.card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-body {
  padding: 1.25rem;
}

.bg-primary {
  background-color: var(--rb-navy) !important;
}

.bg-light {
  background-color: #b2d8d8 !important;
}
.text-light {
  color: rgba(255, 255, 255, .8) !important;
}
.text-muted {
  color: rgba(255, 255, 255, .5) !important;
}

.text-muted:hover {
  color: rgba(255, 255, 255, .75) !important;
  text-decoration: none;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

body {
  overflow-x: hidden; /* bootstrap rows/absolute elements can otherwise cause 1–2px overflow */
}

img, svg {
  max-width: 100%;
}

/* Inline SVGs (wave separators) can create a few px baseline gap → unwanted vertical scrollbar */
svg {
  display: block;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;

}

@media screen and (max-width: 767px) {
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    line-height: 40px;
    /* Vertically center the text there */

  }
  .nav-item {
    line-height: 1.15;
  }
  .nav-link {
    font-size: 1.5em;
  }
}

.container {
  max-width: 960px;
}

.intro-header {
  max-width: 700px;
margin-top: -15%;
}

.card-deck .card {
  min-width: 220px;
}

.border-top {
  border-top: 1px solid var(--rb-neutral-200);
}

.border-bottom {
  border-bottom: 1px solid var(--rb-neutral-200);
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


.btn-primary {
  color: #fff;
  background-color: var(--rb-blue-strong);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  border-radius: 8px;
  border: none;
  font-weight: 600;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--rb-navy);
  border-color: var(--rb-navy);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: var(--rb-blue-strong);
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: var(--rb-blue-strong);
}


.btn-secondary {
  color: var(--rb-blue-strong);
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  border-radius: 8px;
  border: 1px solid rgba(var(--rb-blue-strong-rgb),0.22);
  font-weight: 600;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.btn-secondary:hover {
  color: var(--rb-navy);
  background-color: #fff;
  border-color: rgba(2,11,24,0.35);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: var(--rb-navy);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  background-color: #fff;
  border-color: rgba(2,11,24,0.35);
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  background-color: #fff;
  border-color: rgba(2,11,24,0.35);
}

.btn-grey {
  color: #fff;
  background-color: var(--rb-neutral-600);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 2px;
  border: none;
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.btn-grey:hover {
  color: #fff;
  background-color: var(--rb-neutral-600);
  border-color: var(--rb-neutral-600);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.btn-grey:not([disabled]):not(.disabled).active, .btn-grey:not([disabled]):not(.disabled):active, .show>.btn-grey.dropdown-toggle {
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: var(--rb-neutral-600);
}

.btn-grey.focus, .btn-grey:focus {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color: var(--rb-neutral-600);
}

.btn-outline-primary {
  color: var(--rb-blue-strong);
  background-color: transparent;
  background-image: none;
  border-color: var(--rb-blue-strong);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--rb-blue-strong);
  border-color: var(--rb-blue-strong);
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--rb-blue-strong);
  border-color: var(--rb-blue-strong);
  box-shadow: none;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: none;
}

.text-secondary {
  color: #a77fa7 !important;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: var(--rb-neutral-50);
  border-bottom: 1px solid var(--rb-neutral-200);
}

.nav-link {
  font-weight: 600;
}

.text-1 {
  font-size: 1em;
}

.text-1-5 {
  font-size: 1.5em;
}

.text-2 {
  font-size: 2em;
}

.text-3 {
  font-size: 3em;
}
thead tr {
  color: #fff;
  border-radius: 2px;
  background-color: var(--rb-navy);
  border: none;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}
table th:first-child{
  border-radius:5px 0 0 5px;
}

table th:last-child{
  border-radius:0 5px 5px 0;
}
.form-check-input {
  margin-left: 0rem !important;
}

.igbutton {
  border-radius: .0rem .25rem .25rem .0rem;
}

.btn-group-xs>.btn, .btn-xs {
  padding: .10rem .2rem;
  font-size: 0.875rem; /* 14px Mindestgroesse fuer Hinweistexte (Redesign Stufe 5) */
  line-height: 1.5;
  border-radius: .2rem;
}

label {
  display: inline-block;
  margin-bottom: 0rem !important;
}
.header {
  height:18rem;
  width: 100%;
  background-color: var(--rb-navy);
}
.bg-white {
  background-color: #fff;
  background-image: none;
}
.bg-gradient {
  background-color: var(--rb-navy);
}
.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: underline !important;
}
.feature {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 12px;
  width: 276px;
  max-width: 276px;
  flex-grow: 1;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  border-radius: 5px;
}
.feature-inner {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 40px 24px;
}
@media (max-width: 400px) {
  .feature {
    margin-left: 12.5%;
  }
}
.font-x3 {
  font-size: 300%;
}
.btn-cta {
  color: #284068;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 2px;
  text-transform: uppercase;
}
.btn-cta:hover {
  color: #284068;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  border-radius: 2px;
  text-transform: uppercase;
}
.text-black {
  color: var(--rb-graphite);
}
.transparent {
  opacity: .0;
}
.navbar-brand {
  opacity: .75;
}
.navbar-brand:hover {
  opacity: 1;
}
.navbar-dark .navbar-toggler {
    border: none;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.pricelist {
  list-style-type:none;
}
.pricelist li {
  padding: 0.5em 0.5em 0.5em 0.5em;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  margin-top: 1em;
  font-size: 1.5em;
}
.price {
  color: var(--rb-graphite);
}
.text-black {
  color: var(--rb-graphite);
}
.alert-primary {
    color: var(--rb-neutral-600);
    background-color: #fff;
    border: 2px solid;
    border-color: var(--rb-blue-strong);
    border-image-slice: 5;
}
.mt-n1 {
  margin-top: -0.5rem !important;
}
.mt-n2 {
  margin-top: -1rem !important;
}
.mt-n3 {
  margin-top: -1.5rem !important;
}
.mb-n1 {
  margin-bottom: -0.5rem !important;
}
.mb-n2 {
  margin-bottom: -1rem !important;
}
.mb-n3 {
  margin-bottom: -1.5rem !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--rb-blue-strong);
}
.card {
  border: none;
}
.card-body {
  border-radius: 10px;
}
.header-brand {
  font-size: 5em;
}
.header-brand-2 {
  font-size: 4em;
}


.durabook-color {
  color: rgb(0, 73, 157);
}
.durabook-bg {
  color: rgb(0, 73, 157);
}
.text-durabook-model {
  font-family:"Rogue Sans Ext W00 Medium" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(0, 73, 157);
}
.text-durabook-model:hover {
  color: rgb(0, 73, 157) !important;
  text-decoration: none;
}
.text-robustbook-logo {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: var(--rb-graphite);
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.footer p {
  margin-bottom: -1rem;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #fff;
    color: var(--rb-graphite);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

/* Navbar dropdowns: prevent items (images + model name) from spilling outside the white menu background */
.navbar .dropdown-menu {
  background: #fff;
  min-width: 22rem;
  overflow: hidden;
  padding-right: .75rem; /* a bit more breathing room on the right (tablets menu) */
}

.navbar .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: normal; /* allow wrapping if needed */
}

.navbar .dropdown-menu .dropdown-item img {
  flex: 0 0 auto;
}
.mt-10 {
  margin-top: 10em;
}
.product-feature {
  font-size: 18px;
  font-weight: 400;
}
.jumbotron-workshop {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/workshop/brake-disc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-industry {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/industry/industry-view.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-publicsafety {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/publicsafety/ambulance.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-firefighter {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/firefighter/firefighters-thump.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-construction {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/construction/industry-construction.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-transport {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/transport/truck-logistics-warehouse.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-logistics {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/logistics/logistics-warehouse.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-forestry {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/forestry/logs-in-the-forest.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-millitary {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/military/soldier-with-rifle.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.jumbotron-outdoor {
  color: white;
  background: linear-gradient(0deg, rgba(var(--rb-navy-rgb), 0.3), rgba(var(--rb-navy-rgb), 1)), url("/img/outdoor/car-in-the-forest.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.info-tooltip {
  color: var(--rb-blue-strong);
  text-decoration: underline;
  text-decoration-style: dotted;
  /* white-space:nowrap entfernt (Regression-Fix Stufe 3): bei ausgeschriebenen
     Werten ("256 Gigabyte - 1 Terabyte PCIe SSD") erzwang nowrap auf 320px
     einen horizontalen Ueberlauf, da die Zeile nicht umbrechen durfte.
     Normales Umbrechen aendert nichts an Text oder Tooltip-Funktion. */
}
.tooltip-inner {
    background-color: #fff;
    color: var(--rb-neutral-600);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    font-weight: 600;
    padding: 0.9rem 0.9rem 0.9rem 0.9rem;
}
/* Haha Spaß muss sein ;) */
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: rgba(255,255,255,0.0);
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgba(255,255,255,0.0);
}
/* Well, back to work... */
.tooltip.show {
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .mt-md--5 {
    margin-top: -5em;
  }
  /* Regression-Fix (Redesign-Bericht, Kapitel "Regression 1"): Hochzug war
     mit -10em (=-160px) fest, die Wellen-SVG darueber (viewBox 1440x320)
     skaliert dagegen linear mit der Fensterbreite (Gesamthoehe = 22.22vw).
     Bei 768/992px zog das die Hero-Ueberschrift in den GEMALTEN Bereich der
     Welle (nicht nur deren Bounding-Box) - Graphit auf Deep Navy faellt dort
     auf 1.11:1 (WCAG-Pflicht: 3:1 fuer grosse Schrift). Rechnung: die Welle
     ist an ihrer tiefsten Stelle (linker Rand) 128/320 = 40% ihrer Gesamt-
     hoehe hoch, also 0.4 * 22.22vw = 8.89vw. Ein Hochzug bis zu 22.22vw -
     8.89vw = 13.33vw waere an dieser Stelle noch unkritisch; -8vw haelt
     durchgehend (320-1920px, mit Sicherheitsabstand fuer Schrift-Metrik-
     Schwankungen) einen Puffer von der gemalten Flaeche. Mit vw statt em/px
     skaliert der Hochzug exakt mit derselben Groesse wie die Welle selbst
     ("Hochzug an die Wellenhoehe gekoppelt" statt fester Pixelwert). Siehe
     zusaetzlich .hero-heading in bitblade.css fuer die zweite, unabhaengige
     Absicherung (Textfarbe). */
  .mt-md--10 {
    margin-top: -8vw;
  }
}
.form-control {
    color: var(--rb-neutral-600);
    border: 2px solid var(--rb-neutral-600);
    border-radius: 2px;
    font-weight:bold;
}
.form-control:focus {
    color: var(--rb-blue-strong);
    border-color: var(--rb-blue-strong);
    box-shadow: 0 0 0 0.2rem rgba(var(--rb-blue-rgb),.25);
}
.invisible {
  height: 1px;
}
.rounded {
  border-radius: 2px !important;
}
b {
  font-weight: bold;
}
.carousel-caption {
  padding-bottom: 30px;
}
.dropdown-menu {
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.bg-lightteal {
  background-color: rgba(var(--rb-blue-rgb), 0.08);
}
hr {
  border-top: 2px solid var(--rb-blue-strong);
  margin-right: 40%;
  margin-left: 40%;
}


label {
    width: 100%;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
     box-shadow: 0 0 0px 1px var(--rb-blue-strong);
}
/* Mega-Menu: Tablets/Laptops/Smartphones je Hersteller gegliedert (seo/18-KOPFMENUE-PLAN.md).
   Struktur: .dropdown-menu-mega (Bootstrap-Dropdown, nur display, kein eigenes Innenlayout)
     > .dropdown-mega-cols (die eigentliche Mehrspaltigkeit, flex-wrap)
         > .dropdown-mega-col je Hersteller
     > .dropdown-mega-footer (volle Breite unterhalb der Spalten: Vergleich/Zubehoer) */
.navbar .dropdown-menu.dropdown-menu-mega {
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 16rem;
  max-width: min(96vw, 62rem);
  padding: 1rem 1.25rem;
}
/* Nur sichtbar (display:flex statt Bootstraps display:block), wenn Bootstrap
   die .show-Klasse setzt - sonst bliebe das Menu permanent offen. */
.navbar .dropdown-menu.dropdown-menu-mega.show {
  display: flex;
}
.dropdown-mega-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: .25rem 2rem;
}
.dropdown-mega-col {
  flex: 0 1 180px;
  min-width: 150px;
}
.dropdown-mega-col .dropdown-mega-heading {
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--rb-blue-strong, #00499d);
  padding: .2rem .5rem;
  margin: 0 0 .15rem;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.dropdown-mega-col .dropdown-item {
  padding: .2rem .5rem;
  font-size: .85rem;
  line-height: 1.3;
}
.dropdown-mega-col .dropdown-item img {
  max-height: 46px;
  width: auto;
  height: auto;
}
.dropdown-mega-footer {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
  justify-content: center;
  border-top: 1px solid rgba(0,0,0,.1);
  margin-top: .5rem;
  padding-top: .5rem;
}
.dropdown-mega-footer .dropdown-item {
  width: auto;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .navbar .dropdown-menu.dropdown-menu-mega {
    max-width: 92vw;
  }
  .dropdown-mega-cols {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .dropdown-mega-col {
    /* In der gestapelten (Spalten->Zeilen) Anordnung ist die Flex-Basis die
       Hoehe, nicht die Breite - sonst zwingt "flex: 0 1 180px" jede Gruppe
       auf 180px Hoehe und reisst grosse Luecken zwischen den Herstellern. */
    flex: 0 0 auto;
    max-width: none;
  }
}
