.badger {
  /* stylelint-disable */
  /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /* stylelint-enable */
  /* stylelint-disable property-no-vendor-prefix */
  /* stylelint-enable property-no-vendor-prefix */
  /* HelveticaNeueLTPro-UltLt */
  /* Left */
  /* Right */
  /* ----- MODAL STYLE ----- */ }
  .badger :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --bayer-blue: #597fc7;
    --bayer-light-blue: #c7daff;
    --edelweiss-dark: #797979;
    --edelweiss-gray: #cccdd1;
    --edelweiss-light: #f5f5f5;
    --badger-basic-black: #011627;
    --badger-basic-white: #fff;
    --zugspitze-dark: #757589;
    --zugspitze-gray: #a2a2ae;
    --zugspitze-stone: #bcc5d6;
    --feuer-lilie-dark: #a50014;
    --feuer-lilie-red: #e71d36;
    --feuer-lilie-light: #ff5167;
    --bier-red-ale: #e65d00;
    --bier-weiss: #ff9f1d;
    --bier-pilsen: #ffcf40;
    --schwarzwald-dark: #009565;
    --schwarzwald-green: #2dc493;
    --schwarzwald-light: #4ff0bc;
    --hansa-purple: #450d86;
    --hansa-purple-light: #731dd8;
    --hansa-purple-lighter: #9e4cff;
    --kornblume-dark: #032791;
    --kornblume-blue: #013ae0;
    --kornblume-light: #29a3ff;
    --primary: #597fc7;
    --secondary: #bcc5d6;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --primary-dark: #2f4f8b;
    --primary-darker: #223965;
    --primary-darkest: #15243f;
    --primary-light: #a5bae1;
    --primary-lighter: #cbd7ee;
    --primary-lightest: #f2f5fa;
    --bayer-blue: #597fc7;
    --bayer-light-blue: #c7daff;
    --edelweiss-dark: #797979;
    --edelweiss-gray: #cccdd1;
    --edelweiss-light: #f5f5f5;
    --badger-basic-black: #011627;
    --badger-basic-white: #fff;
    --zugspitze-dark: #757589;
    --zugspitze-gray: #a2a2ae;
    --zugspitze-stone: #bcc5d6;
    --feuer-lilie-dark: #a50014;
    --feuer-lilie-red: #e71d36;
    --feuer-lilie-light: #ff5167;
    --bier-red-ale: #e65d00;
    --bier-weiss: #ff9f1d;
    --bier-pilsen: #ffcf40;
    --schwarzwald-dark: #009565;
    --schwarzwald-green: #2dc493;
    --schwarzwald-light: #4ff0bc;
    --hansa-purple: #450d86;
    --hansa-purple-light: #731dd8;
    --hansa-purple-lighter: #9e4cff;
    --kornblume-dark: #032791;
    --kornblume-blue: #013ae0;
    --kornblume-light: #29a3ff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1440px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .badger *,
  .badger *::before,
  .badger *::after {
    box-sizing: border-box; }
  .badger html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .badger article, .badger aside, .badger figcaption, .badger figure, .badger footer, .badger header, .badger hgroup, .badger main, .badger nav, .badger section {
    display: block; }
  .badger body {
    margin: 0;
    font-family: helvetica, arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #797979;
    text-align: left;
    background-color: #fff; }
  .badger [tabindex="-1"]:focus {
    outline: 0 !important; }
  .badger hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  .badger h1, .badger h2, .badger h3, .badger h4, .badger h5, .badger h6 {
    margin-top: 0;
    margin-bottom: 1rem; }
  .badger p {
    margin-top: 0;
    margin-bottom: 1rem; }
  .badger abbr[title],
  .badger abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none; }
  .badger address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  .badger ol,
  .badger ul,
  .badger dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  .badger ol ol,
  .badger ul ul,
  .badger ol ul,
  .badger ul ol {
    margin-bottom: 0; }
  .badger dt {
    font-weight: 700; }
  .badger dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  .badger blockquote {
    margin: 0 0 1rem; }
  .badger b,
  .badger strong {
    font-weight: bolder; }
  .badger small {
    font-size: 80%; }
  .badger sub,
  .badger sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .badger sub {
    bottom: -.25em; }
  .badger sup {
    top: -.5em; }
  .badger a {
    color: #597fc7;
    text-decoration: none;
    background-color: transparent; }
    .badger a:hover {
      color: #355a9e;
      text-decoration: underline; }
  .badger a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    .badger a:not([href]):not([tabindex]):hover, .badger a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none; }
    .badger a:not([href]):not([tabindex]):focus {
      outline: 0; }
  .badger pre,
  .badger code,
  .badger kbd,
  .badger samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }
  .badger pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto; }
  .badger figure {
    margin: 0 0 1rem; }
  .badger img {
    vertical-align: middle;
    border-style: none; }
  .badger svg {
    overflow: hidden;
    vertical-align: middle; }
  .badger table {
    border-collapse: collapse; }
  .badger caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }
  .badger th {
    text-align: inherit; }
  .badger label {
    display: inline-block;
    margin-bottom: 0.5rem; }
  .badger button {
    border-radius: 0; }
  .badger button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  .badger input,
  .badger button,
  .badger select,
  .badger optgroup,
  .badger textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .badger button,
  .badger input {
    overflow: visible; }
  .badger button,
  .badger select {
    text-transform: none; }
  .badger select {
    word-wrap: normal; }
  .badger button,
  .badger [type="button"],
  .badger [type="reset"],
  .badger [type="submit"] {
    -webkit-appearance: button; }
  .badger button:not(:disabled),
  .badger [type="button"]:not(:disabled),
  .badger [type="reset"]:not(:disabled),
  .badger [type="submit"]:not(:disabled) {
    cursor: pointer; }
  .badger button::-moz-focus-inner,
  .badger [type="button"]::-moz-focus-inner,
  .badger [type="reset"]::-moz-focus-inner,
  .badger [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  .badger input[type="radio"],
  .badger input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }
  .badger input[type="date"],
  .badger input[type="time"],
  .badger input[type="datetime-local"],
  .badger input[type="month"] {
    -webkit-appearance: listbox; }
  .badger textarea {
    overflow: auto;
    resize: vertical; }
  .badger fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .badger legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
  .badger progress {
    vertical-align: baseline; }
  .badger [type="number"]::-webkit-inner-spin-button,
  .badger [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .badger [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  .badger [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .badger ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  .badger output {
    display: inline-block; }
  .badger summary {
    display: list-item;
    cursor: pointer; }
  .badger template {
    display: none; }
  .badger [hidden] {
    display: none !important; }
  .badger h1, .badger h2, .badger h3, .badger h4, .badger h5, .badger h6,
  .badger .h1, .badger .h2, .badger .h3, .badger .h4, .badger .h5, .badger .h6 {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #757589; }
  .badger h1, .badger .h1 {
    font-size: 1.875rem; }
  .badger h2, .badger .h2 {
    font-size: 1.5rem; }
  .badger h3, .badger .h3 {
    font-size: 1.3125rem; }
  .badger h4, .badger .h4 {
    font-size: 1.125rem; }
  .badger h5, .badger .h5 {
    font-size: 0.9375rem; }
  .badger h6, .badger .h6 {
    font-size: 0.75rem; }
  .badger .lead {
    font-size: 0.9375rem;
    font-weight: 300; }
  .badger .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .badger .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .badger .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .badger .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .badger hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .badger small,
  .badger .small {
    font-size: 0.625rem;
    font-weight: 400; }
  .badger mark,
  .badger .mark {
    padding: 0.2em;
    background-color: #fcf8e3; }
  .badger .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .badger .list-inline {
    padding-left: 0;
    list-style: none; }
  .badger .list-inline-item {
    display: inline-block; }
    .badger .list-inline-item:not(:last-child) {
      margin-right: 0.5rem; }
  .badger .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .badger .blockquote {
    margin-bottom: 1rem;
    font-size: 0.9375rem; }
  .badger .blockquote-footer {
    display: block;
    font-size: 0.625rem;
    color: #6c757d; }
    .badger .blockquote-footer::before {
      content: "\2014\00A0"; }
  .badger .img-fluid {
    max-width: 100%;
    height: auto; }
  .badger .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto; }
  .badger .figure {
    display: inline-block; }
  .badger .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1; }
  .badger .figure-caption {
    font-size: 90%;
    color: #6c757d; }
  .badger code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word; }
    a > .badger code {
      color: inherit; }
  .badger kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem; }
    .badger kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: 700; }
  .badger pre {
    display: block;
    font-size: 87.5%;
    color: #212529; }
    .badger pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal; }
  .badger .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .badger .container {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .badger .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .badger .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .badger .container {
        max-width: 960px; } }
    @media (min-width: 1440px) {
      .badger .container {
        max-width: 1440px; } }
  .badger .container-fluid {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    margin-right: auto;
    margin-left: auto; }
  .badger .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px; }
  .badger .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .badger .no-gutters > .col,
    .badger .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .badger .col-1, .badger .col-2, .badger .col-3, .badger .col-4, .badger .col-5, .badger .col-6, .badger .col-7, .badger .col-8, .badger .col-9, .badger .col-10, .badger .col-11, .badger .col-12, .badger .col,
  .badger .col-auto, .badger .col-sm-1, .badger .col-sm-2, .badger .col-sm-3, .badger .col-sm-4, .badger .col-sm-5, .badger .col-sm-6, .badger .col-sm-7, .badger .col-sm-8, .badger .col-sm-9, .badger .col-sm-10, .badger .col-sm-11, .badger .col-sm-12, .badger .col-sm,
  .badger .col-sm-auto, .badger .col-md-1, .badger .col-md-2, .badger .col-md-3, .badger .col-md-4, .badger .col-md-5, .badger .col-md-6, .badger .col-md-7, .badger .col-md-8, .badger .col-md-9, .badger .col-md-10, .badger .col-md-11, .badger .col-md-12, .badger .col-md,
  .badger .col-md-auto, .badger .col-lg-1, .badger .col-lg-2, .badger .col-lg-3, .badger .col-lg-4, .badger .col-lg-5, .badger .col-lg-6, .badger .col-lg-7, .badger .col-lg-8, .badger .col-lg-9, .badger .col-lg-10, .badger .col-lg-11, .badger .col-lg-12, .badger .col-lg,
  .badger .col-lg-auto, .badger .col-xl-1, .badger .col-xl-2, .badger .col-xl-3, .badger .col-xl-4, .badger .col-xl-5, .badger .col-xl-6, .badger .col-xl-7, .badger .col-xl-8, .badger .col-xl-9, .badger .col-xl-10, .badger .col-xl-11, .badger .col-xl-12, .badger .col-xl,
  .badger .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px; }
  .badger .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .badger .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .badger .col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .badger .col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .badger .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .badger .col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .badger .col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .badger .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .badger .col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .badger .col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .badger .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .badger .col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .badger .col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .badger .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .badger .order-first {
    order: -1; }
  .badger .order-last {
    order: 13; }
  .badger .order-0 {
    order: 0; }
  .badger .order-1 {
    order: 1; }
  .badger .order-2 {
    order: 2; }
  .badger .order-3 {
    order: 3; }
  .badger .order-4 {
    order: 4; }
  .badger .order-5 {
    order: 5; }
  .badger .order-6 {
    order: 6; }
  .badger .order-7 {
    order: 7; }
  .badger .order-8 {
    order: 8; }
  .badger .order-9 {
    order: 9; }
  .badger .order-10 {
    order: 10; }
  .badger .order-11 {
    order: 11; }
  .badger .order-12 {
    order: 12; }
  .badger .offset-1 {
    margin-left: 8.33333333%; }
  .badger .offset-2 {
    margin-left: 16.66666667%; }
  .badger .offset-3 {
    margin-left: 25%; }
  .badger .offset-4 {
    margin-left: 33.33333333%; }
  .badger .offset-5 {
    margin-left: 41.66666667%; }
  .badger .offset-6 {
    margin-left: 50%; }
  .badger .offset-7 {
    margin-left: 58.33333333%; }
  .badger .offset-8 {
    margin-left: 66.66666667%; }
  .badger .offset-9 {
    margin-left: 75%; }
  .badger .offset-10 {
    margin-left: 83.33333333%; }
  .badger .offset-11 {
    margin-left: 91.66666667%; }
  @media (min-width: 576px) {
    .badger .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .badger .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .badger .col-sm-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%; }
    .badger .col-sm-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%; }
    .badger .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .badger .col-sm-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%; }
    .badger .col-sm-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%; }
    .badger .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .badger .col-sm-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%; }
    .badger .col-sm-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%; }
    .badger .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .badger .col-sm-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%; }
    .badger .col-sm-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%; }
    .badger .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .badger .order-sm-first {
      order: -1; }
    .badger .order-sm-last {
      order: 13; }
    .badger .order-sm-0 {
      order: 0; }
    .badger .order-sm-1 {
      order: 1; }
    .badger .order-sm-2 {
      order: 2; }
    .badger .order-sm-3 {
      order: 3; }
    .badger .order-sm-4 {
      order: 4; }
    .badger .order-sm-5 {
      order: 5; }
    .badger .order-sm-6 {
      order: 6; }
    .badger .order-sm-7 {
      order: 7; }
    .badger .order-sm-8 {
      order: 8; }
    .badger .order-sm-9 {
      order: 9; }
    .badger .order-sm-10 {
      order: 10; }
    .badger .order-sm-11 {
      order: 11; }
    .badger .order-sm-12 {
      order: 12; }
    .badger .offset-sm-0 {
      margin-left: 0; }
    .badger .offset-sm-1 {
      margin-left: 8.33333333%; }
    .badger .offset-sm-2 {
      margin-left: 16.66666667%; }
    .badger .offset-sm-3 {
      margin-left: 25%; }
    .badger .offset-sm-4 {
      margin-left: 33.33333333%; }
    .badger .offset-sm-5 {
      margin-left: 41.66666667%; }
    .badger .offset-sm-6 {
      margin-left: 50%; }
    .badger .offset-sm-7 {
      margin-left: 58.33333333%; }
    .badger .offset-sm-8 {
      margin-left: 66.66666667%; }
    .badger .offset-sm-9 {
      margin-left: 75%; }
    .badger .offset-sm-10 {
      margin-left: 83.33333333%; }
    .badger .offset-sm-11 {
      margin-left: 91.66666667%; } }
  @media (min-width: 768px) {
    .badger .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .badger .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .badger .col-md-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%; }
    .badger .col-md-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%; }
    .badger .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .badger .col-md-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%; }
    .badger .col-md-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%; }
    .badger .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .badger .col-md-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%; }
    .badger .col-md-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%; }
    .badger .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .badger .col-md-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%; }
    .badger .col-md-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%; }
    .badger .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .badger .order-md-first {
      order: -1; }
    .badger .order-md-last {
      order: 13; }
    .badger .order-md-0 {
      order: 0; }
    .badger .order-md-1 {
      order: 1; }
    .badger .order-md-2 {
      order: 2; }
    .badger .order-md-3 {
      order: 3; }
    .badger .order-md-4 {
      order: 4; }
    .badger .order-md-5 {
      order: 5; }
    .badger .order-md-6 {
      order: 6; }
    .badger .order-md-7 {
      order: 7; }
    .badger .order-md-8 {
      order: 8; }
    .badger .order-md-9 {
      order: 9; }
    .badger .order-md-10 {
      order: 10; }
    .badger .order-md-11 {
      order: 11; }
    .badger .order-md-12 {
      order: 12; }
    .badger .offset-md-0 {
      margin-left: 0; }
    .badger .offset-md-1 {
      margin-left: 8.33333333%; }
    .badger .offset-md-2 {
      margin-left: 16.66666667%; }
    .badger .offset-md-3 {
      margin-left: 25%; }
    .badger .offset-md-4 {
      margin-left: 33.33333333%; }
    .badger .offset-md-5 {
      margin-left: 41.66666667%; }
    .badger .offset-md-6 {
      margin-left: 50%; }
    .badger .offset-md-7 {
      margin-left: 58.33333333%; }
    .badger .offset-md-8 {
      margin-left: 66.66666667%; }
    .badger .offset-md-9 {
      margin-left: 75%; }
    .badger .offset-md-10 {
      margin-left: 83.33333333%; }
    .badger .offset-md-11 {
      margin-left: 91.66666667%; } }
  @media (min-width: 992px) {
    .badger .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .badger .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .badger .col-lg-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%; }
    .badger .col-lg-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%; }
    .badger .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .badger .col-lg-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%; }
    .badger .col-lg-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%; }
    .badger .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .badger .col-lg-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%; }
    .badger .col-lg-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%; }
    .badger .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .badger .col-lg-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%; }
    .badger .col-lg-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%; }
    .badger .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .badger .order-lg-first {
      order: -1; }
    .badger .order-lg-last {
      order: 13; }
    .badger .order-lg-0 {
      order: 0; }
    .badger .order-lg-1 {
      order: 1; }
    .badger .order-lg-2 {
      order: 2; }
    .badger .order-lg-3 {
      order: 3; }
    .badger .order-lg-4 {
      order: 4; }
    .badger .order-lg-5 {
      order: 5; }
    .badger .order-lg-6 {
      order: 6; }
    .badger .order-lg-7 {
      order: 7; }
    .badger .order-lg-8 {
      order: 8; }
    .badger .order-lg-9 {
      order: 9; }
    .badger .order-lg-10 {
      order: 10; }
    .badger .order-lg-11 {
      order: 11; }
    .badger .order-lg-12 {
      order: 12; }
    .badger .offset-lg-0 {
      margin-left: 0; }
    .badger .offset-lg-1 {
      margin-left: 8.33333333%; }
    .badger .offset-lg-2 {
      margin-left: 16.66666667%; }
    .badger .offset-lg-3 {
      margin-left: 25%; }
    .badger .offset-lg-4 {
      margin-left: 33.33333333%; }
    .badger .offset-lg-5 {
      margin-left: 41.66666667%; }
    .badger .offset-lg-6 {
      margin-left: 50%; }
    .badger .offset-lg-7 {
      margin-left: 58.33333333%; }
    .badger .offset-lg-8 {
      margin-left: 66.66666667%; }
    .badger .offset-lg-9 {
      margin-left: 75%; }
    .badger .offset-lg-10 {
      margin-left: 83.33333333%; }
    .badger .offset-lg-11 {
      margin-left: 91.66666667%; } }
  @media (min-width: 1440px) {
    .badger .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .badger .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .badger .col-xl-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%; }
    .badger .col-xl-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%; }
    .badger .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .badger .col-xl-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%; }
    .badger .col-xl-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%; }
    .badger .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .badger .col-xl-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%; }
    .badger .col-xl-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%; }
    .badger .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .badger .col-xl-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%; }
    .badger .col-xl-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%; }
    .badger .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .badger .order-xl-first {
      order: -1; }
    .badger .order-xl-last {
      order: 13; }
    .badger .order-xl-0 {
      order: 0; }
    .badger .order-xl-1 {
      order: 1; }
    .badger .order-xl-2 {
      order: 2; }
    .badger .order-xl-3 {
      order: 3; }
    .badger .order-xl-4 {
      order: 4; }
    .badger .order-xl-5 {
      order: 5; }
    .badger .order-xl-6 {
      order: 6; }
    .badger .order-xl-7 {
      order: 7; }
    .badger .order-xl-8 {
      order: 8; }
    .badger .order-xl-9 {
      order: 9; }
    .badger .order-xl-10 {
      order: 10; }
    .badger .order-xl-11 {
      order: 11; }
    .badger .order-xl-12 {
      order: 12; }
    .badger .offset-xl-0 {
      margin-left: 0; }
    .badger .offset-xl-1 {
      margin-left: 8.33333333%; }
    .badger .offset-xl-2 {
      margin-left: 16.66666667%; }
    .badger .offset-xl-3 {
      margin-left: 25%; }
    .badger .offset-xl-4 {
      margin-left: 33.33333333%; }
    .badger .offset-xl-5 {
      margin-left: 41.66666667%; }
    .badger .offset-xl-6 {
      margin-left: 50%; }
    .badger .offset-xl-7 {
      margin-left: 58.33333333%; }
    .badger .offset-xl-8 {
      margin-left: 66.66666667%; }
    .badger .offset-xl-9 {
      margin-left: 75%; }
    .badger .offset-xl-10 {
      margin-left: 83.33333333%; }
    .badger .offset-xl-11 {
      margin-left: 91.66666667%; } }
  .badger .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #797979; }
    .badger .table th,
    .badger .table td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6; }
    .badger .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6; }
    .badger .table tbody + tbody {
      border-top: 2px solid #dee2e6; }
  .badger .table-sm th,
  .badger .table-sm td {
    padding: 0.3rem; }
  .badger .table-bordered {
    border: 1px solid #dee2e6; }
    .badger .table-bordered th,
    .badger .table-bordered td {
      border: 1px solid #dee2e6; }
    .badger .table-bordered thead th,
    .badger .table-bordered thead td {
      border-bottom-width: 2px; }
  .badger .table-borderless th,
  .badger .table-borderless td,
  .badger .table-borderless thead th,
  .badger .table-borderless tbody + tbody {
    border: 0; }
  .badger .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .badger .table-hover tbody tr:hover {
    color: #797979;
    background-color: rgba(0, 0, 0, 0.075); }
  .badger .table-primary,
  .badger .table-primary > th,
  .badger .table-primary > td {
    background-color: #d1dbef; }
  .badger .table-primary th,
  .badger .table-primary td,
  .badger .table-primary thead th,
  .badger .table-primary tbody + tbody {
    border-color: #a9bce2; }
  .badger .table-hover .table-primary:hover {
    background-color: #becce8; }
    .badger .table-hover .table-primary:hover > td,
    .badger .table-hover .table-primary:hover > th {
      background-color: #becce8; }
  .badger .table-secondary,
  .badger .table-secondary > th,
  .badger .table-secondary > td {
    background-color: #eceff4; }
  .badger .table-secondary th,
  .badger .table-secondary td,
  .badger .table-secondary thead th,
  .badger .table-secondary tbody + tbody {
    border-color: #dce1ea; }
  .badger .table-hover .table-secondary:hover {
    background-color: #dce1eb; }
    .badger .table-hover .table-secondary:hover > td,
    .badger .table-hover .table-secondary:hover > th {
      background-color: #dce1eb; }
  .badger .table-success,
  .badger .table-success > th,
  .badger .table-success > td {
    background-color: #c3e6cb; }
  .badger .table-success th,
  .badger .table-success td,
  .badger .table-success thead th,
  .badger .table-success tbody + tbody {
    border-color: #8fd19e; }
  .badger .table-hover .table-success:hover {
    background-color: #b1dfbb; }
    .badger .table-hover .table-success:hover > td,
    .badger .table-hover .table-success:hover > th {
      background-color: #b1dfbb; }
  .badger .table-info,
  .badger .table-info > th,
  .badger .table-info > td {
    background-color: #bee5eb; }
  .badger .table-info th,
  .badger .table-info td,
  .badger .table-info thead th,
  .badger .table-info tbody + tbody {
    border-color: #86cfda; }
  .badger .table-hover .table-info:hover {
    background-color: #abdde5; }
    .badger .table-hover .table-info:hover > td,
    .badger .table-hover .table-info:hover > th {
      background-color: #abdde5; }
  .badger .table-warning,
  .badger .table-warning > th,
  .badger .table-warning > td {
    background-color: #ffeeba; }
  .badger .table-warning th,
  .badger .table-warning td,
  .badger .table-warning thead th,
  .badger .table-warning tbody + tbody {
    border-color: #ffdf7e; }
  .badger .table-hover .table-warning:hover {
    background-color: #ffe8a1; }
    .badger .table-hover .table-warning:hover > td,
    .badger .table-hover .table-warning:hover > th {
      background-color: #ffe8a1; }
  .badger .table-danger,
  .badger .table-danger > th,
  .badger .table-danger > td {
    background-color: #f5c6cb; }
  .badger .table-danger th,
  .badger .table-danger td,
  .badger .table-danger thead th,
  .badger .table-danger tbody + tbody {
    border-color: #ed969e; }
  .badger .table-hover .table-danger:hover {
    background-color: #f1b0b7; }
    .badger .table-hover .table-danger:hover > td,
    .badger .table-hover .table-danger:hover > th {
      background-color: #f1b0b7; }
  .badger .table-light,
  .badger .table-light > th,
  .badger .table-light > td {
    background-color: #fdfdfe; }
  .badger .table-light th,
  .badger .table-light td,
  .badger .table-light thead th,
  .badger .table-light tbody + tbody {
    border-color: #fbfcfc; }
  .badger .table-hover .table-light:hover {
    background-color: #ececf6; }
    .badger .table-hover .table-light:hover > td,
    .badger .table-hover .table-light:hover > th {
      background-color: #ececf6; }
  .badger .table-dark,
  .badger .table-dark > th,
  .badger .table-dark > td {
    background-color: #c6c8ca; }
  .badger .table-dark th,
  .badger .table-dark td,
  .badger .table-dark thead th,
  .badger .table-dark tbody + tbody {
    border-color: #95999c; }
  .badger .table-hover .table-dark:hover {
    background-color: #b9bbbe; }
    .badger .table-hover .table-dark:hover > td,
    .badger .table-hover .table-dark:hover > th {
      background-color: #b9bbbe; }
  .badger .table-primary-dark,
  .badger .table-primary-dark > th,
  .badger .table-primary-dark > td {
    background-color: #c5cedf; }
  .badger .table-primary-dark th,
  .badger .table-primary-dark td,
  .badger .table-primary-dark thead th,
  .badger .table-primary-dark tbody + tbody {
    border-color: #93a3c3; }
  .badger .table-hover .table-primary-dark:hover {
    background-color: #b5c0d6; }
    .badger .table-hover .table-primary-dark:hover > td,
    .badger .table-hover .table-primary-dark:hover > th {
      background-color: #b5c0d6; }
  .badger .table-primary-darker,
  .badger .table-primary-darker > th,
  .badger .table-primary-darker > td {
    background-color: #c1c8d4; }
  .badger .table-primary-darker th,
  .badger .table-primary-darker td,
  .badger .table-primary-darker thead th,
  .badger .table-primary-darker tbody + tbody {
    border-color: #8c98af; }
  .badger .table-hover .table-primary-darker:hover {
    background-color: #b2bbca; }
    .badger .table-hover .table-primary-darker:hover > td,
    .badger .table-hover .table-primary-darker:hover > th {
      background-color: #b2bbca; }
  .badger .table-primary-darkest,
  .badger .table-primary-darkest > th,
  .badger .table-primary-darkest > td {
    background-color: #bec2c9; }
  .badger .table-primary-darkest th,
  .badger .table-primary-darkest td,
  .badger .table-primary-darkest thead th,
  .badger .table-primary-darkest tbody + tbody {
    border-color: #858d9b; }
  .badger .table-hover .table-primary-darkest:hover {
    background-color: #b0b5bd; }
    .badger .table-hover .table-primary-darkest:hover > td,
    .badger .table-hover .table-primary-darkest:hover > th {
      background-color: #b0b5bd; }
  .badger .table-primary-light,
  .badger .table-primary-light > th,
  .badger .table-primary-light > td {
    background-color: #e6ecf7; }
  .badger .table-primary-light th,
  .badger .table-primary-light td,
  .badger .table-primary-light thead th,
  .badger .table-primary-light tbody + tbody {
    border-color: #d0dbef; }
  .badger .table-hover .table-primary-light:hover {
    background-color: #d3ddf1; }
    .badger .table-hover .table-primary-light:hover > td,
    .badger .table-hover .table-primary-light:hover > th {
      background-color: #d3ddf1; }
  .badger .table-primary-lighter,
  .badger .table-primary-lighter > th,
  .badger .table-primary-lighter > td {
    background-color: #f1f4fa; }
  .badger .table-primary-lighter th,
  .badger .table-primary-lighter td,
  .badger .table-primary-lighter thead th,
  .badger .table-primary-lighter tbody + tbody {
    border-color: #e4eaf6; }
  .badger .table-hover .table-primary-lighter:hover {
    background-color: #dee5f3; }
    .badger .table-hover .table-primary-lighter:hover > td,
    .badger .table-hover .table-primary-lighter:hover > th {
      background-color: #dee5f3; }
  .badger .table-primary-lightest,
  .badger .table-primary-lightest > th,
  .badger .table-primary-lightest > td {
    background-color: #fbfcfe; }
  .badger .table-primary-lightest th,
  .badger .table-primary-lightest td,
  .badger .table-primary-lightest thead th,
  .badger .table-primary-lightest tbody + tbody {
    border-color: #f8fafd; }
  .badger .table-hover .table-primary-lightest:hover {
    background-color: #e7edf9; }
    .badger .table-hover .table-primary-lightest:hover > td,
    .badger .table-hover .table-primary-lightest:hover > th {
      background-color: #e7edf9; }
  .badger .table-bayer-blue,
  .badger .table-bayer-blue > th,
  .badger .table-bayer-blue > td {
    background-color: #d1dbef; }
  .badger .table-bayer-blue th,
  .badger .table-bayer-blue td,
  .badger .table-bayer-blue thead th,
  .badger .table-bayer-blue tbody + tbody {
    border-color: #a9bce2; }
  .badger .table-hover .table-bayer-blue:hover {
    background-color: #becce8; }
    .badger .table-hover .table-bayer-blue:hover > td,
    .badger .table-hover .table-bayer-blue:hover > th {
      background-color: #becce8; }
  .badger .table-bayer-light-blue,
  .badger .table-bayer-light-blue > th,
  .badger .table-bayer-light-blue > td {
    background-color: #eff5ff; }
  .badger .table-bayer-light-blue th,
  .badger .table-bayer-light-blue td,
  .badger .table-bayer-light-blue thead th,
  .badger .table-bayer-light-blue tbody + tbody {
    border-color: #e2ecff; }
  .badger .table-hover .table-bayer-light-blue:hover {
    background-color: #d6e5ff; }
    .badger .table-hover .table-bayer-light-blue:hover > td,
    .badger .table-hover .table-bayer-light-blue:hover > th {
      background-color: #d6e5ff; }
  .badger .table-edelweiss-dark,
  .badger .table-edelweiss-dark > th,
  .badger .table-edelweiss-dark > td {
    background-color: #d9d9d9; }
  .badger .table-edelweiss-dark th,
  .badger .table-edelweiss-dark td,
  .badger .table-edelweiss-dark thead th,
  .badger .table-edelweiss-dark tbody + tbody {
    border-color: #b9b9b9; }
  .badger .table-hover .table-edelweiss-dark:hover {
    background-color: #cccccc; }
    .badger .table-hover .table-edelweiss-dark:hover > td,
    .badger .table-hover .table-edelweiss-dark:hover > th {
      background-color: #cccccc; }
  .badger .table-edelweiss-gray,
  .badger .table-edelweiss-gray > th,
  .badger .table-edelweiss-gray > td {
    background-color: #f1f1f2; }
  .badger .table-edelweiss-gray th,
  .badger .table-edelweiss-gray td,
  .badger .table-edelweiss-gray thead th,
  .badger .table-edelweiss-gray tbody + tbody {
    border-color: #e4e5e7; }
  .badger .table-hover .table-edelweiss-gray:hover {
    background-color: #e4e4e6; }
    .badger .table-hover .table-edelweiss-gray:hover > td,
    .badger .table-hover .table-edelweiss-gray:hover > th {
      background-color: #e4e4e6; }
  .badger .table-edelweiss-light,
  .badger .table-edelweiss-light > th,
  .badger .table-edelweiss-light > td {
    background-color: #fcfcfc; }
  .badger .table-edelweiss-light th,
  .badger .table-edelweiss-light td,
  .badger .table-edelweiss-light thead th,
  .badger .table-edelweiss-light tbody + tbody {
    border-color: #fafafa; }
  .badger .table-hover .table-edelweiss-light:hover {
    background-color: #efefef; }
    .badger .table-hover .table-edelweiss-light:hover > td,
    .badger .table-hover .table-edelweiss-light:hover > th {
      background-color: #efefef; }
  .badger .table-badger-basic-black,
  .badger .table-badger-basic-black > th,
  .badger .table-badger-basic-black > td {
    background-color: #b8bec3; }
  .badger .table-badger-basic-black th,
  .badger .table-badger-basic-black td,
  .badger .table-badger-basic-black thead th,
  .badger .table-badger-basic-black tbody + tbody {
    border-color: #7b868f; }
  .badger .table-hover .table-badger-basic-black:hover {
    background-color: #aab1b7; }
    .badger .table-hover .table-badger-basic-black:hover > td,
    .badger .table-hover .table-badger-basic-black:hover > th {
      background-color: #aab1b7; }
  .badger .table-badger-basic-white,
  .badger .table-badger-basic-white > th,
  .badger .table-badger-basic-white > td {
    background-color: white; }
  .badger .table-badger-basic-white th,
  .badger .table-badger-basic-white td,
  .badger .table-badger-basic-white thead th,
  .badger .table-badger-basic-white tbody + tbody {
    border-color: white; }
  .badger .table-hover .table-badger-basic-white:hover {
    background-color: #f2f2f2; }
    .badger .table-hover .table-badger-basic-white:hover > td,
    .badger .table-hover .table-badger-basic-white:hover > th {
      background-color: #f2f2f2; }
  .badger .table-zugspitze-dark,
  .badger .table-zugspitze-dark > th,
  .badger .table-zugspitze-dark > td {
    background-color: #d8d8de; }
  .badger .table-zugspitze-dark th,
  .badger .table-zugspitze-dark td,
  .badger .table-zugspitze-dark thead th,
  .badger .table-zugspitze-dark tbody + tbody {
    border-color: #b7b7c2; }
  .badger .table-hover .table-zugspitze-dark:hover {
    background-color: #cacad2; }
    .badger .table-hover .table-zugspitze-dark:hover > td,
    .badger .table-hover .table-zugspitze-dark:hover > th {
      background-color: #cacad2; }
  .badger .table-zugspitze-gray,
  .badger .table-zugspitze-gray > th,
  .badger .table-zugspitze-gray > td {
    background-color: #e5e5e8; }
  .badger .table-zugspitze-gray th,
  .badger .table-zugspitze-gray td,
  .badger .table-zugspitze-gray thead th,
  .badger .table-zugspitze-gray tbody + tbody {
    border-color: #cfcfd5; }
  .badger .table-hover .table-zugspitze-gray:hover {
    background-color: #d7d7dc; }
    .badger .table-hover .table-zugspitze-gray:hover > td,
    .badger .table-hover .table-zugspitze-gray:hover > th {
      background-color: #d7d7dc; }
  .badger .table-zugspitze-stone,
  .badger .table-zugspitze-stone > th,
  .badger .table-zugspitze-stone > td {
    background-color: #eceff4; }
  .badger .table-zugspitze-stone th,
  .badger .table-zugspitze-stone td,
  .badger .table-zugspitze-stone thead th,
  .badger .table-zugspitze-stone tbody + tbody {
    border-color: #dce1ea; }
  .badger .table-hover .table-zugspitze-stone:hover {
    background-color: #dce1eb; }
    .badger .table-hover .table-zugspitze-stone:hover > td,
    .badger .table-hover .table-zugspitze-stone:hover > th {
      background-color: #dce1eb; }
  .badger .table-feuer-lilie-dark,
  .badger .table-feuer-lilie-dark > th,
  .badger .table-feuer-lilie-dark > td {
    background-color: #e6b8bd; }
  .badger .table-feuer-lilie-dark th,
  .badger .table-feuer-lilie-dark td,
  .badger .table-feuer-lilie-dark thead th,
  .badger .table-feuer-lilie-dark tbody + tbody {
    border-color: #d07a85; }
  .badger .table-hover .table-feuer-lilie-dark:hover {
    background-color: #dfa5ab; }
    .badger .table-hover .table-feuer-lilie-dark:hover > td,
    .badger .table-hover .table-feuer-lilie-dark:hover > th {
      background-color: #dfa5ab; }
  .badger .table-feuer-lilie-red,
  .badger .table-feuer-lilie-red > th,
  .badger .table-feuer-lilie-red > td {
    background-color: #f8c0c7; }
  .badger .table-feuer-lilie-red th,
  .badger .table-feuer-lilie-red td,
  .badger .table-feuer-lilie-red thead th,
  .badger .table-feuer-lilie-red tbody + tbody {
    border-color: #f38996; }
  .badger .table-hover .table-feuer-lilie-red:hover {
    background-color: #f5a9b3; }
    .badger .table-hover .table-feuer-lilie-red:hover > td,
    .badger .table-hover .table-feuer-lilie-red:hover > th {
      background-color: #f5a9b3; }
  .badger .table-feuer-lilie-light,
  .badger .table-feuer-lilie-light > th,
  .badger .table-feuer-lilie-light > td {
    background-color: #ffced4; }
  .badger .table-feuer-lilie-light th,
  .badger .table-feuer-lilie-light td,
  .badger .table-feuer-lilie-light thead th,
  .badger .table-feuer-lilie-light tbody + tbody {
    border-color: #ffa5b0; }
  .badger .table-hover .table-feuer-lilie-light:hover {
    background-color: #ffb5be; }
    .badger .table-hover .table-feuer-lilie-light:hover > td,
    .badger .table-hover .table-feuer-lilie-light:hover > th {
      background-color: #ffb5be; }
  .badger .table-bier-red-ale,
  .badger .table-bier-red-ale > th,
  .badger .table-bier-red-ale > td {
    background-color: #f8d2b8; }
  .badger .table-bier-red-ale th,
  .badger .table-bier-red-ale td,
  .badger .table-bier-red-ale thead th,
  .badger .table-bier-red-ale tbody + tbody {
    border-color: #f2ab7a; }
  .badger .table-hover .table-bier-red-ale:hover {
    background-color: #f6c3a1; }
    .badger .table-hover .table-bier-red-ale:hover > td,
    .badger .table-hover .table-bier-red-ale:hover > th {
      background-color: #f6c3a1; }
  .badger .table-bier-weiss,
  .badger .table-bier-weiss > th,
  .badger .table-bier-weiss > td {
    background-color: #ffe4c0; }
  .badger .table-bier-weiss th,
  .badger .table-bier-weiss td,
  .badger .table-bier-weiss thead th,
  .badger .table-bier-weiss tbody + tbody {
    border-color: #ffcd89; }
  .badger .table-hover .table-bier-weiss:hover {
    background-color: #ffd9a7; }
    .badger .table-hover .table-bier-weiss:hover > td,
    .badger .table-hover .table-bier-weiss:hover > th {
      background-color: #ffd9a7; }
  .badger .table-bier-pilsen,
  .badger .table-bier-pilsen > th,
  .badger .table-bier-pilsen > td {
    background-color: #fff2ca; }
  .badger .table-bier-pilsen th,
  .badger .table-bier-pilsen td,
  .badger .table-bier-pilsen thead th,
  .badger .table-bier-pilsen tbody + tbody {
    border-color: #ffe69c; }
  .badger .table-hover .table-bier-pilsen:hover {
    background-color: #ffecb1; }
    .badger .table-hover .table-bier-pilsen:hover > td,
    .badger .table-hover .table-bier-pilsen:hover > th {
      background-color: #ffecb1; }
  .badger .table-schwarzwald-dark,
  .badger .table-schwarzwald-dark > th,
  .badger .table-schwarzwald-dark > td {
    background-color: #b8e1d4; }
  .badger .table-schwarzwald-dark th,
  .badger .table-schwarzwald-dark td,
  .badger .table-schwarzwald-dark thead th,
  .badger .table-schwarzwald-dark tbody + tbody {
    border-color: #7ac8af; }
  .badger .table-hover .table-schwarzwald-dark:hover {
    background-color: #a6d9c9; }
    .badger .table-hover .table-schwarzwald-dark:hover > td,
    .badger .table-hover .table-schwarzwald-dark:hover > th {
      background-color: #a6d9c9; }
  .badger .table-schwarzwald-green,
  .badger .table-schwarzwald-green > th,
  .badger .table-schwarzwald-green > td {
    background-color: #c4eee1; }
  .badger .table-schwarzwald-green th,
  .badger .table-schwarzwald-green td,
  .badger .table-schwarzwald-green thead th,
  .badger .table-schwarzwald-green tbody + tbody {
    border-color: #92e0c7; }
  .badger .table-hover .table-schwarzwald-green:hover {
    background-color: #b0e8d7; }
    .badger .table-hover .table-schwarzwald-green:hover > td,
    .badger .table-hover .table-schwarzwald-green:hover > th {
      background-color: #b0e8d7; }
  .badger .table-schwarzwald-light,
  .badger .table-schwarzwald-light > th,
  .badger .table-schwarzwald-light > td {
    background-color: #cefbec; }
  .badger .table-schwarzwald-light th,
  .badger .table-schwarzwald-light td,
  .badger .table-schwarzwald-light thead th,
  .badger .table-schwarzwald-light tbody + tbody {
    border-color: #a3f7dc; }
  .badger .table-hover .table-schwarzwald-light:hover {
    background-color: #b6f9e3; }
    .badger .table-hover .table-schwarzwald-light:hover > td,
    .badger .table-hover .table-schwarzwald-light:hover > th {
      background-color: #b6f9e3; }
  .badger .table-hansa-purple,
  .badger .table-hansa-purple > th,
  .badger .table-hansa-purple > td {
    background-color: #cbbbdd; }
  .badger .table-hansa-purple th,
  .badger .table-hansa-purple td,
  .badger .table-hansa-purple thead th,
  .badger .table-hansa-purple tbody + tbody {
    border-color: #9e81c0; }
  .badger .table-hover .table-hansa-purple:hover {
    background-color: #beaad5; }
    .badger .table-hover .table-hansa-purple:hover > td,
    .badger .table-hover .table-hansa-purple:hover > th {
      background-color: #beaad5; }
  .badger .table-hansa-purple-light,
  .badger .table-hansa-purple-light > th,
  .badger .table-hansa-purple-light > td {
    background-color: #d8c0f4; }
  .badger .table-hansa-purple-light th,
  .badger .table-hansa-purple-light td,
  .badger .table-hansa-purple-light thead th,
  .badger .table-hansa-purple-light tbody + tbody {
    border-color: #b689eb; }
  .badger .table-hover .table-hansa-purple-light:hover {
    background-color: #cbaaf0; }
    .badger .table-hover .table-hansa-purple-light:hover > td,
    .badger .table-hover .table-hansa-purple-light:hover > th {
      background-color: #cbaaf0; }
  .badger .table-hansa-purple-lighter,
  .badger .table-hansa-purple-lighter > th,
  .badger .table-hansa-purple-lighter > td {
    background-color: #e4cdff; }
  .badger .table-hansa-purple-lighter th,
  .badger .table-hansa-purple-lighter td,
  .badger .table-hansa-purple-lighter thead th,
  .badger .table-hansa-purple-lighter tbody + tbody {
    border-color: #cda2ff; }
  .badger .table-hover .table-hansa-purple-lighter:hover {
    background-color: #d6b4ff; }
    .badger .table-hover .table-hansa-purple-lighter:hover > td,
    .badger .table-hover .table-hansa-purple-lighter:hover > th {
      background-color: #d6b4ff; }
  .badger .table-kornblume-dark,
  .badger .table-kornblume-dark > th,
  .badger .table-kornblume-dark > td {
    background-color: #b8c3e0; }
  .badger .table-kornblume-dark th,
  .badger .table-kornblume-dark td,
  .badger .table-kornblume-dark thead th,
  .badger .table-kornblume-dark tbody + tbody {
    border-color: #7c8fc6; }
  .badger .table-hover .table-kornblume-dark:hover {
    background-color: #a6b4d8; }
    .badger .table-hover .table-kornblume-dark:hover > td,
    .badger .table-hover .table-kornblume-dark:hover > th {
      background-color: #a6b4d8; }
  .badger .table-kornblume-blue,
  .badger .table-kornblume-blue > th,
  .badger .table-kornblume-blue > td {
    background-color: #b8c8f6; }
  .badger .table-kornblume-blue th,
  .badger .table-kornblume-blue td,
  .badger .table-kornblume-blue thead th,
  .badger .table-kornblume-blue tbody + tbody {
    border-color: #7b99ef; }
  .badger .table-hover .table-kornblume-blue:hover {
    background-color: #a1b6f3; }
    .badger .table-hover .table-kornblume-blue:hover > td,
    .badger .table-hover .table-kornblume-blue:hover > th {
      background-color: #a1b6f3; }
  .badger .table-kornblume-light,
  .badger .table-kornblume-light > th,
  .badger .table-kornblume-light > td {
    background-color: #c3e5ff; }
  .badger .table-kornblume-light th,
  .badger .table-kornblume-light td,
  .badger .table-kornblume-light thead th,
  .badger .table-kornblume-light tbody + tbody {
    border-color: #90cfff; }
  .badger .table-hover .table-kornblume-light:hover {
    background-color: #aadaff; }
    .badger .table-hover .table-kornblume-light:hover > td,
    .badger .table-hover .table-kornblume-light:hover > th {
      background-color: #aadaff; }
  .badger .table-active,
  .badger .table-active > th,
  .badger .table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }
  .badger .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
    .badger .table-hover .table-active:hover > td,
    .badger .table-hover .table-active:hover > th {
      background-color: rgba(0, 0, 0, 0.075); }
  .badger .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55; }
  .badger .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .badger .table-dark {
    color: #fff;
    background-color: #343a40; }
    .badger .table-dark th,
    .badger .table-dark td,
    .badger .table-dark thead th {
      border-color: #454d55; }
    .badger .table-dark.table-bordered {
      border: 0; }
    .badger .table-dark.table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.05); }
    .badger .table-dark.table-hover tbody tr:hover {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.075); }
  @media (max-width: 575.98px) {
    .badger .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .badger .table-responsive-sm > .table-bordered {
        border: 0; } }
  @media (max-width: 767.98px) {
    .badger .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .badger .table-responsive-md > .table-bordered {
        border: 0; } }
  @media (max-width: 991.98px) {
    .badger .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .badger .table-responsive-lg > .table-bordered {
        border: 0; } }
  @media (max-width: 1439.98px) {
    .badger .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .badger .table-responsive-xl > .table-bordered {
        border: 0; } }
  .badger .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .badger .table-responsive > .table-bordered {
      border: 0; }
  .badger .form-control, .badger .form-control-badge {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.08rem + 2px);
    padding: 0.54rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .badger .form-control, .badger .form-control-badge {
        transition: none; } }
    .badger .form-control::-ms-expand, .badger .form-control-badge::-ms-expand {
      background-color: transparent;
      border: 0; }
    .badger .form-control:focus, .badger .form-control-badge:focus {
      color: #495057;
      background-color: #f5f5f5;
      border-color: #b8c9e7;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.25); }
    .badger .form-control::placeholder, .badger .form-control-badge::placeholder {
      color: #6c757d;
      opacity: 1; }
    .badger .form-control:disabled, .badger .form-control-badge:disabled, .badger .form-control[readonly], .badger .form-control-badge[readonly] {
      background-color: #e9ecef;
      opacity: 1; }
  .badger select.form-control:focus::-ms-value, .badger select.form-control-badge:focus::-ms-value {
    color: #495057;
    background-color: #f5f5f5; }
  .badger .form-control-file,
  .badger .form-control-range {
    display: block;
    width: 100%; }
  .badger .col-form-label {
    padding-top: calc(0.54rem + 1px);
    padding-bottom: calc(0.54rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  .badger .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 0.9375rem;
    line-height: 1.5; }
  .badger .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.65625rem;
    line-height: 1.5; }
  .badger .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.54rem;
    padding-bottom: 0.54rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #797979;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
    .badger .form-control-plaintext.form-control-sm, .badger .form-control-plaintext.form-control-lg {
      padding-right: 0;
      padding-left: 0; }
  .badger .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .badger .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .badger select.form-control[size], .badger select.form-control-badge[size], .badger select.form-control[multiple], .badger select.form-control-badge[multiple] {
    height: auto; }
  .badger textarea.form-control, .badger textarea.form-control-badge {
    height: auto; }
  .badger .form-group {
    margin-bottom: 1rem; }
  .badger .form-text {
    display: block;
    margin-top: 0.25rem; }
  .badger .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
    .badger .form-row > .col,
    .badger .form-row > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; }
  .badger .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
  .badger .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem; }
    .badger .form-check-input:disabled ~ .form-check-label {
      color: #6c757d; }
  .badger .form-check-label {
    margin-bottom: 0; }
  .badger .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem; }
    .badger .form-check-inline .form-check-input {
      position: static;
      margin-top: 0;
      margin-right: 0.3125rem;
      margin-left: 0; }
  .badger .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.625rem;
    color: #28a745; }
  .badger .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem; }
  .was-validated .badger .form-control:valid, .was-validated .badger .form-control-badge:valid, .badger .form-control.is-valid, .badger .is-valid.form-control-badge {
    border-color: #28a745;
    padding-right: 2.3925rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.27rem);
    background-size: calc(0.75em + 0.54rem) calc(0.75em + 0.54rem); }
    .was-validated .badger .form-control:valid:focus, .was-validated .badger .form-control-badge:valid:focus, .badger .form-control.is-valid:focus, .badger .is-valid.form-control-badge:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
    .was-validated .badger .form-control:valid ~ .valid-feedback, .was-validated .badger .form-control-badge:valid ~ .valid-feedback,
    .was-validated .badger .form-control:valid ~ .valid-tooltip,
    .was-validated .badger .form-control-badge:valid ~ .valid-tooltip, .badger .form-control.is-valid ~ .valid-feedback, .badger .is-valid.form-control-badge ~ .valid-feedback,
    .badger .form-control.is-valid ~ .valid-tooltip,
    .badger .is-valid.form-control-badge ~ .valid-tooltip {
      display: block; }
  .was-validated .badger textarea.form-control:valid, .was-validated .badger textarea.form-control-badge:valid, .badger textarea.form-control.is-valid, .badger textarea.is-valid.form-control-badge {
    padding-right: 2.3925rem;
    background-position: top calc(0.375em + 0.27rem) right calc(0.375em + 0.27rem); }
  .was-validated .badger .custom-select:valid, .badger .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 1.08rem) * 3 / 4 + 1.65rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.65rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #f5f5f5 no-repeat center right 1.65rem/calc(0.75em + 0.54rem) calc(0.75em + 0.54rem); }
    .was-validated .badger .custom-select:valid:focus, .badger .custom-select.is-valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
    .was-validated .badger .custom-select:valid ~ .valid-feedback,
    .was-validated .badger .custom-select:valid ~ .valid-tooltip, .badger .custom-select.is-valid ~ .valid-feedback,
    .badger .custom-select.is-valid ~ .valid-tooltip {
      display: block; }
  .was-validated .badger .form-control-file:valid ~ .valid-feedback,
  .was-validated .badger .form-control-file:valid ~ .valid-tooltip, .badger .form-control-file.is-valid ~ .valid-feedback,
  .badger .form-control-file.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .badger .form-check-input:valid ~ .form-check-label, .badger .form-check-input.is-valid ~ .form-check-label {
    color: #28a745; }
  .was-validated .badger .form-check-input:valid ~ .valid-feedback,
  .was-validated .badger .form-check-input:valid ~ .valid-tooltip, .badger .form-check-input.is-valid ~ .valid-feedback,
  .badger .form-check-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .badger .custom-control-input:valid ~ .custom-control-label, .badger .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745; }
    .was-validated .badger .custom-control-input:valid ~ .custom-control-label::before, .badger .custom-control-input.is-valid ~ .custom-control-label::before {
      border-color: #28a745; }
  .was-validated .badger .custom-control-input:valid ~ .valid-feedback,
  .was-validated .badger .custom-control-input:valid ~ .valid-tooltip, .badger .custom-control-input.is-valid ~ .valid-feedback,
  .badger .custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .badger .custom-control-input:valid:checked ~ .custom-control-label::before, .badger .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57; }
  .was-validated .badger .custom-control-input:valid:focus ~ .custom-control-label::before, .badger .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .badger .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .badger .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745; }
  .was-validated .badger .custom-file-input:valid ~ .custom-file-label, .badger .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745; }
  .was-validated .badger .custom-file-input:valid ~ .valid-feedback,
  .was-validated .badger .custom-file-input:valid ~ .valid-tooltip, .badger .custom-file-input.is-valid ~ .valid-feedback,
  .badger .custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .badger .custom-file-input:valid:focus ~ .custom-file-label, .badger .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .badger .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.625rem;
    color: #dc3545; }
  .badger .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem; }
  .was-validated .badger .form-control:invalid, .was-validated .badger .form-control-badge:invalid, .badger .form-control.is-invalid, .badger .is-invalid.form-control-badge {
    border-color: #dc3545;
    padding-right: 2.3925rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.27rem);
    background-size: calc(0.75em + 0.54rem) calc(0.75em + 0.54rem); }
    .was-validated .badger .form-control:invalid:focus, .was-validated .badger .form-control-badge:invalid:focus, .badger .form-control.is-invalid:focus, .badger .is-invalid.form-control-badge:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
    .was-validated .badger .form-control:invalid ~ .invalid-feedback, .was-validated .badger .form-control-badge:invalid ~ .invalid-feedback,
    .was-validated .badger .form-control:invalid ~ .invalid-tooltip,
    .was-validated .badger .form-control-badge:invalid ~ .invalid-tooltip, .badger .form-control.is-invalid ~ .invalid-feedback, .badger .is-invalid.form-control-badge ~ .invalid-feedback,
    .badger .form-control.is-invalid ~ .invalid-tooltip,
    .badger .is-invalid.form-control-badge ~ .invalid-tooltip {
      display: block; }
  .was-validated .badger textarea.form-control:invalid, .was-validated .badger textarea.form-control-badge:invalid, .badger textarea.form-control.is-invalid, .badger textarea.is-invalid.form-control-badge {
    padding-right: 2.3925rem;
    background-position: top calc(0.375em + 0.27rem) right calc(0.375em + 0.27rem); }
  .was-validated .badger .custom-select:invalid, .badger .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 1.08rem) * 3 / 4 + 1.65rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.65rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #f5f5f5 no-repeat center right 1.65rem/calc(0.75em + 0.54rem) calc(0.75em + 0.54rem); }
    .was-validated .badger .custom-select:invalid:focus, .badger .custom-select.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
    .was-validated .badger .custom-select:invalid ~ .invalid-feedback,
    .was-validated .badger .custom-select:invalid ~ .invalid-tooltip, .badger .custom-select.is-invalid ~ .invalid-feedback,
    .badger .custom-select.is-invalid ~ .invalid-tooltip {
      display: block; }
  .was-validated .badger .form-control-file:invalid ~ .invalid-feedback,
  .was-validated .badger .form-control-file:invalid ~ .invalid-tooltip, .badger .form-control-file.is-invalid ~ .invalid-feedback,
  .badger .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .badger .form-check-input:invalid ~ .form-check-label, .badger .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }
  .was-validated .badger .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .badger .form-check-input:invalid ~ .invalid-tooltip, .badger .form-check-input.is-invalid ~ .invalid-feedback,
  .badger .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .badger .custom-control-input:invalid ~ .custom-control-label, .badger .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545; }
    .was-validated .badger .custom-control-input:invalid ~ .custom-control-label::before, .badger .custom-control-input.is-invalid ~ .custom-control-label::before {
      border-color: #dc3545; }
  .was-validated .badger .custom-control-input:invalid ~ .invalid-feedback,
  .was-validated .badger .custom-control-input:invalid ~ .invalid-tooltip, .badger .custom-control-input.is-invalid ~ .invalid-feedback,
  .badger .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .badger .custom-control-input:invalid:checked ~ .custom-control-label::before, .badger .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d; }
  .was-validated .badger .custom-control-input:invalid:focus ~ .custom-control-label::before, .badger .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .badger .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .badger .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545; }
  .was-validated .badger .custom-file-input:invalid ~ .custom-file-label, .badger .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545; }
  .was-validated .badger .custom-file-input:invalid ~ .invalid-feedback,
  .was-validated .badger .custom-file-input:invalid ~ .invalid-tooltip, .badger .custom-file-input.is-invalid ~ .invalid-feedback,
  .badger .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .badger .custom-file-input:invalid:focus ~ .custom-file-label, .badger .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .badger .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    .badger .form-inline .form-check {
      width: 100%; }
    @media (min-width: 576px) {
      .badger .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0; }
      .badger .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0; }
      .badger .form-inline .form-control, .badger .form-inline .form-control-badge {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      .badger .form-inline .form-control-plaintext {
        display: inline-block; }
      .badger .form-inline .input-group,
      .badger .form-inline .custom-select {
        width: auto; }
      .badger .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0; }
      .badger .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
      .badger .form-inline .custom-control {
        align-items: center;
        justify-content: center; }
      .badger .form-inline .custom-control-label {
        margin-bottom: 0; } }
  .badger .btn, .badger .btn-pill {
    display: inline-block;
    font-weight: 700;
    color: #797979;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.54rem 0.65rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .badger .btn, .badger .btn-pill {
        transition: none; } }
    .badger .btn:hover, .badger .btn-pill:hover {
      color: #797979;
      text-decoration: none; }
    .badger .btn:focus, .badger .btn-pill:focus, .badger .btn.focus, .badger .focus.btn-pill {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.25); }
    .badger .btn.disabled, .badger .disabled.btn-pill, .badger .btn:disabled, .badger .btn-pill:disabled {
      opacity: 0.65; }
  .badger a.btn.disabled, .badger a.disabled.btn-pill,
  .badger fieldset:disabled a.btn,
  .badger fieldset:disabled a.btn-pill {
    pointer-events: none; }
  .badger .btn-primary {
    color: #FFFFFF;
    background-color: #597fc7;
    border-color: #597fc7; }
    .badger .btn-primary:hover {
      color: #FFFFFF;
      background-color: #3f6abb;
      border-color: #3c64b1; }
    .badger .btn-primary:focus, .badger .btn-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(114, 146, 207, 0.5); }
    .badger .btn-primary.disabled, .badger .btn-primary:disabled {
      color: #FFFFFF;
      background-color: #597fc7;
      border-color: #597fc7; }
    .badger .btn-primary:not(:disabled):not(.disabled):active, .badger .btn-primary:not(:disabled):not(.disabled).active,
    .show > .badger .btn-primary.dropdown-toggle {
      color: #FFFFFF;
      background-color: #3c64b1;
      border-color: #395fa8; }
      .badger .btn-primary:not(:disabled):not(.disabled):active:focus, .badger .btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(114, 146, 207, 0.5); }
  .badger .btn-secondary {
    color: #FFFFFF;
    background-color: #bcc5d6;
    border-color: #bcc5d6; }
    .badger .btn-secondary:hover {
      color: #FFFFFF;
      background-color: #a4b0c7;
      border-color: #9caac3; }
    .badger .btn-secondary:focus, .badger .btn-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(198, 206, 220, 0.5); }
    .badger .btn-secondary.disabled, .badger .btn-secondary:disabled {
      color: #FFFFFF;
      background-color: #bcc5d6;
      border-color: #bcc5d6; }
    .badger .btn-secondary:not(:disabled):not(.disabled):active, .badger .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .badger .btn-secondary.dropdown-toggle {
      color: #FFFFFF;
      background-color: #9caac3;
      border-color: #94a3be; }
      .badger .btn-secondary:not(:disabled):not(.disabled):active:focus, .badger .btn-secondary:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(198, 206, 220, 0.5); }
  .badger .btn-success {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
    .badger .btn-success:hover {
      color: #FFFFFF;
      background-color: #218838;
      border-color: #1e7e34; }
    .badger .btn-success:focus, .badger .btn-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
    .badger .btn-success.disabled, .badger .btn-success:disabled {
      color: #FFFFFF;
      background-color: #28a745;
      border-color: #28a745; }
    .badger .btn-success:not(:disabled):not(.disabled):active, .badger .btn-success:not(:disabled):not(.disabled).active,
    .show > .badger .btn-success.dropdown-toggle {
      color: #FFFFFF;
      background-color: #1e7e34;
      border-color: #1c7430; }
      .badger .btn-success:not(:disabled):not(.disabled):active:focus, .badger .btn-success:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .badger .btn-info {
    color: #FFFFFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .badger .btn-info:hover {
      color: #FFFFFF;
      background-color: #138496;
      border-color: #117a8b; }
    .badger .btn-info:focus, .badger .btn-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
    .badger .btn-info.disabled, .badger .btn-info:disabled {
      color: #FFFFFF;
      background-color: #17a2b8;
      border-color: #17a2b8; }
    .badger .btn-info:not(:disabled):not(.disabled):active, .badger .btn-info:not(:disabled):not(.disabled).active,
    .show > .badger .btn-info.dropdown-toggle {
      color: #FFFFFF;
      background-color: #117a8b;
      border-color: #10707f; }
      .badger .btn-info:not(:disabled):not(.disabled):active:focus, .badger .btn-info:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .badger .btn-warning {
    color: #FFFFFF;
    background-color: #ffc107;
    border-color: #ffc107; }
    .badger .btn-warning:hover {
      color: #FFFFFF;
      background-color: #e0a800;
      border-color: #d39e00; }
    .badger .btn-warning:focus, .badger .btn-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5); }
    .badger .btn-warning.disabled, .badger .btn-warning:disabled {
      color: #FFFFFF;
      background-color: #ffc107;
      border-color: #ffc107; }
    .badger .btn-warning:not(:disabled):not(.disabled):active, .badger .btn-warning:not(:disabled):not(.disabled).active,
    .show > .badger .btn-warning.dropdown-toggle {
      color: #FFFFFF;
      background-color: #d39e00;
      border-color: #c69500; }
      .badger .btn-warning:not(:disabled):not(.disabled):active:focus, .badger .btn-warning:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5); }
  .badger .btn-danger {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
    .badger .btn-danger:hover {
      color: #FFFFFF;
      background-color: #c82333;
      border-color: #bd2130; }
    .badger .btn-danger:focus, .badger .btn-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
    .badger .btn-danger.disabled, .badger .btn-danger:disabled {
      color: #FFFFFF;
      background-color: #dc3545;
      border-color: #dc3545; }
    .badger .btn-danger:not(:disabled):not(.disabled):active, .badger .btn-danger:not(:disabled):not(.disabled).active,
    .show > .badger .btn-danger.dropdown-toggle {
      color: #FFFFFF;
      background-color: #bd2130;
      border-color: #b21f2d; }
      .badger .btn-danger:not(:disabled):not(.disabled):active:focus, .badger .btn-danger:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .badger .btn-light {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .badger .btn-light:hover {
      color: #000000;
      background-color: #e2e6ea;
      border-color: #dae0e5; }
    .badger .btn-light:focus, .badger .btn-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 212, 213, 0.5); }
    .badger .btn-light.disabled, .badger .btn-light:disabled {
      color: #000000;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    .badger .btn-light:not(:disabled):not(.disabled):active, .badger .btn-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-light.dropdown-toggle {
      color: #000000;
      background-color: #dae0e5;
      border-color: #d3d9df; }
      .badger .btn-light:not(:disabled):not(.disabled):active:focus, .badger .btn-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(211, 212, 213, 0.5); }
  .badger .btn-dark {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
    .badger .btn-dark:hover {
      color: #FFFFFF;
      background-color: #23272b;
      border-color: #1d2124; }
    .badger .btn-dark:focus, .badger .btn-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
    .badger .btn-dark.disabled, .badger .btn-dark:disabled {
      color: #FFFFFF;
      background-color: #343a40;
      border-color: #343a40; }
    .badger .btn-dark:not(:disabled):not(.disabled):active, .badger .btn-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #1d2124;
      border-color: #171a1d; }
      .badger .btn-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .badger .btn-primary-dark {
    color: #FFFFFF;
    background-color: #2f4f8b;
    border-color: #2f4f8b; }
    .badger .btn-primary-dark:hover {
      color: #FFFFFF;
      background-color: #253f6e;
      border-color: #223965; }
    .badger .btn-primary-dark:focus, .badger .btn-primary-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(78, 105, 156, 0.5); }
    .badger .btn-primary-dark.disabled, .badger .btn-primary-dark:disabled {
      color: #FFFFFF;
      background-color: #2f4f8b;
      border-color: #2f4f8b; }
    .badger .btn-primary-dark:not(:disabled):not(.disabled):active, .badger .btn-primary-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-primary-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #223965;
      border-color: #1f345b; }
      .badger .btn-primary-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-primary-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-primary-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(78, 105, 156, 0.5); }
  .badger .btn-primary-darker {
    color: #FFFFFF;
    background-color: #223965;
    border-color: #223965; }
    .badger .btn-primary-darker:hover {
      color: #FFFFFF;
      background-color: #182948;
      border-color: #15243f; }
    .badger .btn-primary-darker:focus, .badger .btn-primary-darker.focus {
      box-shadow: 0 0 0 0.2rem rgba(67, 87, 124, 0.5); }
    .badger .btn-primary-darker.disabled, .badger .btn-primary-darker:disabled {
      color: #FFFFFF;
      background-color: #223965;
      border-color: #223965; }
    .badger .btn-primary-darker:not(:disabled):not(.disabled):active, .badger .btn-primary-darker:not(:disabled):not(.disabled).active,
    .show > .badger .btn-primary-darker.dropdown-toggle {
      color: #FFFFFF;
      background-color: #15243f;
      border-color: #121e35; }
      .badger .btn-primary-darker:not(:disabled):not(.disabled):active:focus, .badger .btn-primary-darker:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-primary-darker.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(67, 87, 124, 0.5); }
  .badger .btn-primary-darkest {
    color: #FFFFFF;
    background-color: #15243f;
    border-color: #15243f; }
    .badger .btn-primary-darkest:hover {
      color: #FFFFFF;
      background-color: #0c1322;
      border-color: #080e19; }
    .badger .btn-primary-darkest:focus, .badger .btn-primary-darkest.focus {
      box-shadow: 0 0 0 0.2rem rgba(56, 68, 92, 0.5); }
    .badger .btn-primary-darkest.disabled, .badger .btn-primary-darkest:disabled {
      color: #FFFFFF;
      background-color: #15243f;
      border-color: #15243f; }
    .badger .btn-primary-darkest:not(:disabled):not(.disabled):active, .badger .btn-primary-darkest:not(:disabled):not(.disabled).active,
    .show > .badger .btn-primary-darkest.dropdown-toggle {
      color: #FFFFFF;
      background-color: #080e19;
      border-color: #05090f; }
      .badger .btn-primary-darkest:not(:disabled):not(.disabled):active:focus, .badger .btn-primary-darkest:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-primary-darkest.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(56, 68, 92, 0.5); }
  .badger .btn-primary-light {
    color: #FFFFFF;
    background-color: #a5bae1;
    border-color: #a5bae1; }
    .badger .btn-primary-light:hover {
      color: #FFFFFF;
      background-color: #89a4d7;
      border-color: #7f9cd4; }
    .badger .btn-primary-light:focus, .badger .btn-primary-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(179, 196, 229, 0.5); }
    .badger .btn-primary-light.disabled, .badger .btn-primary-light:disabled {
      color: #FFFFFF;
      background-color: #a5bae1;
      border-color: #a5bae1; }
    .badger .btn-primary-light:not(:disabled):not(.disabled):active, .badger .btn-primary-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-primary-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #7f9cd4;
      border-color: #7695d1; }
      .badger .btn-primary-light:not(:disabled):not(.disabled):active:focus, .badger .btn-primary-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-primary-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(179, 196, 229, 0.5); }
  .badger .btn-primary-lighter {
    color: #000000;
    background-color: #cbd7ee;
    border-color: #cbd7ee; }
    .badger .btn-primary-lighter:hover {
      color: #FFFFFF;
      background-color: #afc1e4;
      border-color: #a5bae1; }
    .badger .btn-primary-lighter:focus, .badger .btn-primary-lighter.focus {
      box-shadow: 0 0 0 0.2rem rgba(173, 183, 202, 0.5); }
    .badger .btn-primary-lighter.disabled, .badger .btn-primary-lighter:disabled {
      color: #000000;
      background-color: #cbd7ee;
      border-color: #cbd7ee; }
    .badger .btn-primary-lighter:not(:disabled):not(.disabled):active, .badger .btn-primary-lighter:not(:disabled):not(.disabled).active,
    .show > .badger .btn-primary-lighter.dropdown-toggle {
      color: #FFFFFF;
      background-color: #a5bae1;
      border-color: #9cb2de; }
      .badger .btn-primary-lighter:not(:disabled):not(.disabled):active:focus, .badger .btn-primary-lighter:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-primary-lighter.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(173, 183, 202, 0.5); }
  .badger .btn-primary-lightest {
    color: #000000;
    background-color: #f2f5fa;
    border-color: #f2f5fa; }
    .badger .btn-primary-lightest:hover {
      color: #000000;
      background-color: #d5dff1;
      border-color: #cbd7ee; }
    .badger .btn-primary-lightest:focus, .badger .btn-primary-lightest.focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 208, 213, 0.5); }
    .badger .btn-primary-lightest.disabled, .badger .btn-primary-lightest:disabled {
      color: #000000;
      background-color: #f2f5fa;
      border-color: #f2f5fa; }
    .badger .btn-primary-lightest:not(:disabled):not(.disabled):active, .badger .btn-primary-lightest:not(:disabled):not(.disabled).active,
    .show > .badger .btn-primary-lightest.dropdown-toggle {
      color: #000000;
      background-color: #cbd7ee;
      border-color: #c2d0ea; }
      .badger .btn-primary-lightest:not(:disabled):not(.disabled):active:focus, .badger .btn-primary-lightest:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-primary-lightest.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(205, 208, 213, 0.5); }
  .badger .btn-bayer-blue {
    color: #FFFFFF;
    background-color: #597fc7;
    border-color: #597fc7; }
    .badger .btn-bayer-blue:hover {
      color: #FFFFFF;
      background-color: #3f6abb;
      border-color: #3c64b1; }
    .badger .btn-bayer-blue:focus, .badger .btn-bayer-blue.focus {
      box-shadow: 0 0 0 0.2rem rgba(114, 146, 207, 0.5); }
    .badger .btn-bayer-blue.disabled, .badger .btn-bayer-blue:disabled {
      color: #FFFFFF;
      background-color: #597fc7;
      border-color: #597fc7; }
    .badger .btn-bayer-blue:not(:disabled):not(.disabled):active, .badger .btn-bayer-blue:not(:disabled):not(.disabled).active,
    .show > .badger .btn-bayer-blue.dropdown-toggle {
      color: #FFFFFF;
      background-color: #3c64b1;
      border-color: #395fa8; }
      .badger .btn-bayer-blue:not(:disabled):not(.disabled):active:focus, .badger .btn-bayer-blue:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-bayer-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(114, 146, 207, 0.5); }
  .badger .btn-bayer-light-blue {
    color: #000000;
    background-color: #c7daff;
    border-color: #c7daff; }
    .badger .btn-bayer-light-blue:hover {
      color: #FFFFFF;
      background-color: #a1c1ff;
      border-color: #94b8ff; }
    .badger .btn-bayer-light-blue:focus, .badger .btn-bayer-light-blue.focus {
      box-shadow: 0 0 0 0.2rem rgba(169, 185, 217, 0.5); }
    .badger .btn-bayer-light-blue.disabled, .badger .btn-bayer-light-blue:disabled {
      color: #000000;
      background-color: #c7daff;
      border-color: #c7daff; }
    .badger .btn-bayer-light-blue:not(:disabled):not(.disabled):active, .badger .btn-bayer-light-blue:not(:disabled):not(.disabled).active,
    .show > .badger .btn-bayer-light-blue.dropdown-toggle {
      color: #FFFFFF;
      background-color: #94b8ff;
      border-color: #87b0ff; }
      .badger .btn-bayer-light-blue:not(:disabled):not(.disabled):active:focus, .badger .btn-bayer-light-blue:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-bayer-light-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(169, 185, 217, 0.5); }
  .badger .btn-edelweiss-dark {
    color: #FFFFFF;
    background-color: #797979;
    border-color: #797979; }
    .badger .btn-edelweiss-dark:hover {
      color: #FFFFFF;
      background-color: #666666;
      border-color: #605f5f; }
    .badger .btn-edelweiss-dark:focus, .badger .btn-edelweiss-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(141, 141, 141, 0.5); }
    .badger .btn-edelweiss-dark.disabled, .badger .btn-edelweiss-dark:disabled {
      color: #FFFFFF;
      background-color: #797979;
      border-color: #797979; }
    .badger .btn-edelweiss-dark:not(:disabled):not(.disabled):active, .badger .btn-edelweiss-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-edelweiss-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #605f5f;
      border-color: #595959; }
      .badger .btn-edelweiss-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-edelweiss-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-edelweiss-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(141, 141, 141, 0.5); }
  .badger .btn-edelweiss-gray {
    color: #000000;
    background-color: #cccdd1;
    border-color: #cccdd1; }
    .badger .btn-edelweiss-gray:hover {
      color: #FFFFFF;
      background-color: #b8b9bf;
      border-color: #b1b3b9; }
    .badger .btn-edelweiss-gray:focus, .badger .btn-edelweiss-gray.focus {
      box-shadow: 0 0 0 0.2rem rgba(173, 174, 178, 0.5); }
    .badger .btn-edelweiss-gray.disabled, .badger .btn-edelweiss-gray:disabled {
      color: #000000;
      background-color: #cccdd1;
      border-color: #cccdd1; }
    .badger .btn-edelweiss-gray:not(:disabled):not(.disabled):active, .badger .btn-edelweiss-gray:not(:disabled):not(.disabled).active,
    .show > .badger .btn-edelweiss-gray.dropdown-toggle {
      color: #FFFFFF;
      background-color: #b1b3b9;
      border-color: #aaacb3; }
      .badger .btn-edelweiss-gray:not(:disabled):not(.disabled):active:focus, .badger .btn-edelweiss-gray:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-edelweiss-gray.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(173, 174, 178, 0.5); }
  .badger .btn-edelweiss-light {
    color: #000000;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
    .badger .btn-edelweiss-light:hover {
      color: #000000;
      background-color: #e2e2e2;
      border-color: #dcdbdb; }
    .badger .btn-edelweiss-light:focus, .badger .btn-edelweiss-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5); }
    .badger .btn-edelweiss-light.disabled, .badger .btn-edelweiss-light:disabled {
      color: #000000;
      background-color: #f5f5f5;
      border-color: #f5f5f5; }
    .badger .btn-edelweiss-light:not(:disabled):not(.disabled):active, .badger .btn-edelweiss-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-edelweiss-light.dropdown-toggle {
      color: #000000;
      background-color: #dcdbdb;
      border-color: #d5d5d5; }
      .badger .btn-edelweiss-light:not(:disabled):not(.disabled):active:focus, .badger .btn-edelweiss-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-edelweiss-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5); }
  .badger .btn-badger-basic-black {
    color: #FFFFFF;
    background-color: #011627;
    border-color: #011627; }
    .badger .btn-badger-basic-black:hover {
      color: #FFFFFF;
      background-color: #000102;
      border-color: black; }
    .badger .btn-badger-basic-black:focus, .badger .btn-badger-basic-black.focus {
      box-shadow: 0 0 0 0.2rem rgba(39, 57, 71, 0.5); }
    .badger .btn-badger-basic-black.disabled, .badger .btn-badger-basic-black:disabled {
      color: #FFFFFF;
      background-color: #011627;
      border-color: #011627; }
    .badger .btn-badger-basic-black:not(:disabled):not(.disabled):active, .badger .btn-badger-basic-black:not(:disabled):not(.disabled).active,
    .show > .badger .btn-badger-basic-black.dropdown-toggle {
      color: #FFFFFF;
      background-color: black;
      border-color: black; }
      .badger .btn-badger-basic-black:not(:disabled):not(.disabled):active:focus, .badger .btn-badger-basic-black:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-badger-basic-black.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(39, 57, 71, 0.5); }
  .badger .btn-badger-basic-white {
    color: #000000;
    background-color: #fff;
    border-color: #fff; }
    .badger .btn-badger-basic-white:hover {
      color: #000000;
      background-color: #ececec;
      border-color: #e6e5e5; }
    .badger .btn-badger-basic-white:focus, .badger .btn-badger-basic-white.focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5); }
    .badger .btn-badger-basic-white.disabled, .badger .btn-badger-basic-white:disabled {
      color: #000000;
      background-color: #fff;
      border-color: #fff; }
    .badger .btn-badger-basic-white:not(:disabled):not(.disabled):active, .badger .btn-badger-basic-white:not(:disabled):not(.disabled).active,
    .show > .badger .btn-badger-basic-white.dropdown-toggle {
      color: #000000;
      background-color: #e6e5e5;
      border-color: #dfdfdf; }
      .badger .btn-badger-basic-white:not(:disabled):not(.disabled):active:focus, .badger .btn-badger-basic-white:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-badger-basic-white.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5); }
  .badger .btn-zugspitze-dark {
    color: #FFFFFF;
    background-color: #757589;
    border-color: #757589; }
    .badger .btn-zugspitze-dark:hover {
      color: #FFFFFF;
      background-color: #636374;
      border-color: #5e5e6d; }
    .badger .btn-zugspitze-dark:focus, .badger .btn-zugspitze-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(138, 138, 155, 0.5); }
    .badger .btn-zugspitze-dark.disabled, .badger .btn-zugspitze-dark:disabled {
      color: #FFFFFF;
      background-color: #757589;
      border-color: #757589; }
    .badger .btn-zugspitze-dark:not(:disabled):not(.disabled):active, .badger .btn-zugspitze-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-zugspitze-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #5e5e6d;
      border-color: #585867; }
      .badger .btn-zugspitze-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-zugspitze-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-zugspitze-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(138, 138, 155, 0.5); }
  .badger .btn-zugspitze-gray {
    color: #FFFFFF;
    background-color: #a2a2ae;
    border-color: #a2a2ae; }
    .badger .btn-zugspitze-gray:hover {
      color: #FFFFFF;
      background-color: #8e8e9c;
      border-color: #878796; }
    .badger .btn-zugspitze-gray:focus, .badger .btn-zugspitze-gray.focus {
      box-shadow: 0 0 0 0.2rem rgba(176, 176, 186, 0.5); }
    .badger .btn-zugspitze-gray.disabled, .badger .btn-zugspitze-gray:disabled {
      color: #FFFFFF;
      background-color: #a2a2ae;
      border-color: #a2a2ae; }
    .badger .btn-zugspitze-gray:not(:disabled):not(.disabled):active, .badger .btn-zugspitze-gray:not(:disabled):not(.disabled).active,
    .show > .badger .btn-zugspitze-gray.dropdown-toggle {
      color: #FFFFFF;
      background-color: #878796;
      border-color: #808090; }
      .badger .btn-zugspitze-gray:not(:disabled):not(.disabled):active:focus, .badger .btn-zugspitze-gray:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-zugspitze-gray.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(176, 176, 186, 0.5); }
  .badger .btn-zugspitze-stone {
    color: #FFFFFF;
    background-color: #bcc5d6;
    border-color: #bcc5d6; }
    .badger .btn-zugspitze-stone:hover {
      color: #FFFFFF;
      background-color: #a4b0c7;
      border-color: #9caac3; }
    .badger .btn-zugspitze-stone:focus, .badger .btn-zugspitze-stone.focus {
      box-shadow: 0 0 0 0.2rem rgba(198, 206, 220, 0.5); }
    .badger .btn-zugspitze-stone.disabled, .badger .btn-zugspitze-stone:disabled {
      color: #FFFFFF;
      background-color: #bcc5d6;
      border-color: #bcc5d6; }
    .badger .btn-zugspitze-stone:not(:disabled):not(.disabled):active, .badger .btn-zugspitze-stone:not(:disabled):not(.disabled).active,
    .show > .badger .btn-zugspitze-stone.dropdown-toggle {
      color: #FFFFFF;
      background-color: #9caac3;
      border-color: #94a3be; }
      .badger .btn-zugspitze-stone:not(:disabled):not(.disabled):active:focus, .badger .btn-zugspitze-stone:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-zugspitze-stone.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(198, 206, 220, 0.5); }
  .badger .btn-feuer-lilie-dark {
    color: #FFFFFF;
    background-color: #a50014;
    border-color: #a50014; }
    .badger .btn-feuer-lilie-dark:hover {
      color: #FFFFFF;
      background-color: #7f000f;
      border-color: #72000e; }
    .badger .btn-feuer-lilie-dark:focus, .badger .btn-feuer-lilie-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(179, 38, 55, 0.5); }
    .badger .btn-feuer-lilie-dark.disabled, .badger .btn-feuer-lilie-dark:disabled {
      color: #FFFFFF;
      background-color: #a50014;
      border-color: #a50014; }
    .badger .btn-feuer-lilie-dark:not(:disabled):not(.disabled):active, .badger .btn-feuer-lilie-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-feuer-lilie-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #72000e;
      border-color: #65000c; }
      .badger .btn-feuer-lilie-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-feuer-lilie-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-feuer-lilie-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(179, 38, 55, 0.5); }
  .badger .btn-feuer-lilie-red {
    color: #FFFFFF;
    background-color: #e71d36;
    border-color: #e71d36; }
    .badger .btn-feuer-lilie-red:hover {
      color: #FFFFFF;
      background-color: #c8152b;
      border-color: #bd1429; }
    .badger .btn-feuer-lilie-red:focus, .badger .btn-feuer-lilie-red.focus {
      box-shadow: 0 0 0 0.2rem rgba(235, 63, 84, 0.5); }
    .badger .btn-feuer-lilie-red.disabled, .badger .btn-feuer-lilie-red:disabled {
      color: #FFFFFF;
      background-color: #e71d36;
      border-color: #e71d36; }
    .badger .btn-feuer-lilie-red:not(:disabled):not(.disabled):active, .badger .btn-feuer-lilie-red:not(:disabled):not(.disabled).active,
    .show > .badger .btn-feuer-lilie-red.dropdown-toggle {
      color: #FFFFFF;
      background-color: #bd1429;
      border-color: #b11326; }
      .badger .btn-feuer-lilie-red:not(:disabled):not(.disabled):active:focus, .badger .btn-feuer-lilie-red:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-feuer-lilie-red.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(235, 63, 84, 0.5); }
  .badger .btn-feuer-lilie-light {
    color: #FFFFFF;
    background-color: #ff5167;
    border-color: #ff5167; }
    .badger .btn-feuer-lilie-light:hover {
      color: #FFFFFF;
      background-color: #ff2b46;
      border-color: #ff1e3a; }
    .badger .btn-feuer-lilie-light:focus, .badger .btn-feuer-lilie-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 107, 126, 0.5); }
    .badger .btn-feuer-lilie-light.disabled, .badger .btn-feuer-lilie-light:disabled {
      color: #FFFFFF;
      background-color: #ff5167;
      border-color: #ff5167; }
    .badger .btn-feuer-lilie-light:not(:disabled):not(.disabled):active, .badger .btn-feuer-lilie-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-feuer-lilie-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #ff1e3a;
      border-color: #ff112f; }
      .badger .btn-feuer-lilie-light:not(:disabled):not(.disabled):active:focus, .badger .btn-feuer-lilie-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-feuer-lilie-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 107, 126, 0.5); }
  .badger .btn-bier-red-ale {
    color: #FFFFFF;
    background-color: #e65d00;
    border-color: #e65d00; }
    .badger .btn-bier-red-ale:hover {
      color: #FFFFFF;
      background-color: #c04e00;
      border-color: #b34800; }
    .badger .btn-bier-red-ale:focus, .badger .btn-bier-red-ale.focus {
      box-shadow: 0 0 0 0.2rem rgba(234, 117, 38, 0.5); }
    .badger .btn-bier-red-ale.disabled, .badger .btn-bier-red-ale:disabled {
      color: #FFFFFF;
      background-color: #e65d00;
      border-color: #e65d00; }
    .badger .btn-bier-red-ale:not(:disabled):not(.disabled):active, .badger .btn-bier-red-ale:not(:disabled):not(.disabled).active,
    .show > .badger .btn-bier-red-ale.dropdown-toggle {
      color: #FFFFFF;
      background-color: #b34800;
      border-color: #a64300; }
      .badger .btn-bier-red-ale:not(:disabled):not(.disabled):active:focus, .badger .btn-bier-red-ale:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-bier-red-ale.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(234, 117, 38, 0.5); }
  .badger .btn-bier-weiss {
    color: #FFFFFF;
    background-color: #ff9f1d;
    border-color: #ff9f1d; }
    .badger .btn-bier-weiss:hover {
      color: #FFFFFF;
      background-color: #f68d00;
      border-color: #e98600; }
    .badger .btn-bier-weiss:focus, .badger .btn-bier-weiss.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 173, 63, 0.5); }
    .badger .btn-bier-weiss.disabled, .badger .btn-bier-weiss:disabled {
      color: #FFFFFF;
      background-color: #ff9f1d;
      border-color: #ff9f1d; }
    .badger .btn-bier-weiss:not(:disabled):not(.disabled):active, .badger .btn-bier-weiss:not(:disabled):not(.disabled).active,
    .show > .badger .btn-bier-weiss.dropdown-toggle {
      color: #FFFFFF;
      background-color: #e98600;
      border-color: #dc7f00; }
      .badger .btn-bier-weiss:not(:disabled):not(.disabled):active:focus, .badger .btn-bier-weiss:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-bier-weiss.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 173, 63, 0.5); }
  .badger .btn-bier-pilsen {
    color: #000000;
    background-color: #ffcf40;
    border-color: #ffcf40; }
    .badger .btn-bier-pilsen:hover {
      color: #FFFFFF;
      background-color: #ffc51a;
      border-color: #ffc20d; }
    .badger .btn-bier-pilsen:focus, .badger .btn-bier-pilsen.focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 176, 54, 0.5); }
    .badger .btn-bier-pilsen.disabled, .badger .btn-bier-pilsen:disabled {
      color: #000000;
      background-color: #ffcf40;
      border-color: #ffcf40; }
    .badger .btn-bier-pilsen:not(:disabled):not(.disabled):active, .badger .btn-bier-pilsen:not(:disabled):not(.disabled).active,
    .show > .badger .btn-bier-pilsen.dropdown-toggle {
      color: #FFFFFF;
      background-color: #ffc20d;
      border-color: #ffbf00; }
      .badger .btn-bier-pilsen:not(:disabled):not(.disabled):active:focus, .badger .btn-bier-pilsen:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-bier-pilsen.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(217, 176, 54, 0.5); }
  .badger .btn-schwarzwald-dark {
    color: #FFFFFF;
    background-color: #009565;
    border-color: #009565; }
    .badger .btn-schwarzwald-dark:hover {
      color: #FFFFFF;
      background-color: #006f4b;
      border-color: #006242; }
    .badger .btn-schwarzwald-dark:focus, .badger .btn-schwarzwald-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 165, 124, 0.5); }
    .badger .btn-schwarzwald-dark.disabled, .badger .btn-schwarzwald-dark:disabled {
      color: #FFFFFF;
      background-color: #009565;
      border-color: #009565; }
    .badger .btn-schwarzwald-dark:not(:disabled):not(.disabled):active, .badger .btn-schwarzwald-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-schwarzwald-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #006242;
      border-color: #00553a; }
      .badger .btn-schwarzwald-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-schwarzwald-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-schwarzwald-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 165, 124, 0.5); }
  .badger .btn-schwarzwald-green {
    color: #FFFFFF;
    background-color: #2dc493;
    border-color: #2dc493; }
    .badger .btn-schwarzwald-green:hover {
      color: #FFFFFF;
      background-color: #26a57c;
      border-color: #239b74; }
    .badger .btn-schwarzwald-green:focus, .badger .btn-schwarzwald-green.focus {
      box-shadow: 0 0 0 0.2rem rgba(77, 205, 163, 0.5); }
    .badger .btn-schwarzwald-green.disabled, .badger .btn-schwarzwald-green:disabled {
      color: #FFFFFF;
      background-color: #2dc493;
      border-color: #2dc493; }
    .badger .btn-schwarzwald-green:not(:disabled):not(.disabled):active, .badger .btn-schwarzwald-green:not(:disabled):not(.disabled).active,
    .show > .badger .btn-schwarzwald-green.dropdown-toggle {
      color: #FFFFFF;
      background-color: #239b74;
      border-color: #21906c; }
      .badger .btn-schwarzwald-green:not(:disabled):not(.disabled):active:focus, .badger .btn-schwarzwald-green:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-schwarzwald-green.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(77, 205, 163, 0.5); }
  .badger .btn-schwarzwald-light {
    color: #FFFFFF;
    background-color: #4ff0bc;
    border-color: #4ff0bc; }
    .badger .btn-schwarzwald-light:hover {
      color: #FFFFFF;
      background-color: #2cedaf;
      border-color: #20ecaa; }
    .badger .btn-schwarzwald-light:focus, .badger .btn-schwarzwald-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 242, 198, 0.5); }
    .badger .btn-schwarzwald-light.disabled, .badger .btn-schwarzwald-light:disabled {
      color: #FFFFFF;
      background-color: #4ff0bc;
      border-color: #4ff0bc; }
    .badger .btn-schwarzwald-light:not(:disabled):not(.disabled):active, .badger .btn-schwarzwald-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-schwarzwald-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #20ecaa;
      border-color: #14eba6; }
      .badger .btn-schwarzwald-light:not(:disabled):not(.disabled):active:focus, .badger .btn-schwarzwald-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-schwarzwald-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(105, 242, 198, 0.5); }
  .badger .btn-hansa-purple {
    color: #FFFFFF;
    background-color: #450d86;
    border-color: #450d86; }
    .badger .btn-hansa-purple:hover {
      color: #FFFFFF;
      background-color: #330a63;
      border-color: #2d0858; }
    .badger .btn-hansa-purple:focus, .badger .btn-hansa-purple.focus {
      box-shadow: 0 0 0 0.2rem rgba(97, 49, 152, 0.5); }
    .badger .btn-hansa-purple.disabled, .badger .btn-hansa-purple:disabled {
      color: #FFFFFF;
      background-color: #450d86;
      border-color: #450d86; }
    .badger .btn-hansa-purple:not(:disabled):not(.disabled):active, .badger .btn-hansa-purple:not(:disabled):not(.disabled).active,
    .show > .badger .btn-hansa-purple.dropdown-toggle {
      color: #FFFFFF;
      background-color: #2d0858;
      border-color: #27074c; }
      .badger .btn-hansa-purple:not(:disabled):not(.disabled):active:focus, .badger .btn-hansa-purple:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-hansa-purple.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(97, 49, 152, 0.5); }
  .badger .btn-hansa-purple-light {
    color: #FFFFFF;
    background-color: #731dd8;
    border-color: #731dd8; }
    .badger .btn-hansa-purple-light:hover {
      color: #FFFFFF;
      background-color: #6118b6;
      border-color: #5b17ab; }
    .badger .btn-hansa-purple-light:focus, .badger .btn-hansa-purple-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(136, 63, 222, 0.5); }
    .badger .btn-hansa-purple-light.disabled, .badger .btn-hansa-purple-light:disabled {
      color: #FFFFFF;
      background-color: #731dd8;
      border-color: #731dd8; }
    .badger .btn-hansa-purple-light:not(:disabled):not(.disabled):active, .badger .btn-hansa-purple-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-hansa-purple-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #5b17ab;
      border-color: #5515a0; }
      .badger .btn-hansa-purple-light:not(:disabled):not(.disabled):active:focus, .badger .btn-hansa-purple-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-hansa-purple-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(136, 63, 222, 0.5); }
  .badger .btn-hansa-purple-lighter {
    color: #FFFFFF;
    background-color: #9e4cff;
    border-color: #9e4cff; }
    .badger .btn-hansa-purple-lighter:hover {
      color: #FFFFFF;
      background-color: #8926ff;
      border-color: #8219ff; }
    .badger .btn-hansa-purple-lighter:focus, .badger .btn-hansa-purple-lighter.focus {
      box-shadow: 0 0 0 0.2rem rgba(173, 103, 255, 0.5); }
    .badger .btn-hansa-purple-lighter.disabled, .badger .btn-hansa-purple-lighter:disabled {
      color: #FFFFFF;
      background-color: #9e4cff;
      border-color: #9e4cff; }
    .badger .btn-hansa-purple-lighter:not(:disabled):not(.disabled):active, .badger .btn-hansa-purple-lighter:not(:disabled):not(.disabled).active,
    .show > .badger .btn-hansa-purple-lighter.dropdown-toggle {
      color: #FFFFFF;
      background-color: #8219ff;
      border-color: #7b0cff; }
      .badger .btn-hansa-purple-lighter:not(:disabled):not(.disabled):active:focus, .badger .btn-hansa-purple-lighter:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-hansa-purple-lighter.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(173, 103, 255, 0.5); }
  .badger .btn-kornblume-dark {
    color: #FFFFFF;
    background-color: #032791;
    border-color: #032791; }
    .badger .btn-kornblume-dark:hover {
      color: #FFFFFF;
      background-color: #021d6c;
      border-color: #021a5f; }
    .badger .btn-kornblume-dark:focus, .badger .btn-kornblume-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(41, 71, 162, 0.5); }
    .badger .btn-kornblume-dark.disabled, .badger .btn-kornblume-dark:disabled {
      color: #FFFFFF;
      background-color: #032791;
      border-color: #032791; }
    .badger .btn-kornblume-dark:not(:disabled):not(.disabled):active, .badger .btn-kornblume-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-kornblume-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #021a5f;
      border-color: #021653; }
      .badger .btn-kornblume-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-kornblume-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-kornblume-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(41, 71, 162, 0.5); }
  .badger .btn-kornblume-blue {
    color: #FFFFFF;
    background-color: #013ae0;
    border-color: #013ae0; }
    .badger .btn-kornblume-blue:hover {
      color: #FFFFFF;
      background-color: #0130ba;
      border-color: #012dad; }
    .badger .btn-kornblume-blue:focus, .badger .btn-kornblume-blue.focus {
      box-shadow: 0 0 0 0.2rem rgba(39, 88, 229, 0.5); }
    .badger .btn-kornblume-blue.disabled, .badger .btn-kornblume-blue:disabled {
      color: #FFFFFF;
      background-color: #013ae0;
      border-color: #013ae0; }
    .badger .btn-kornblume-blue:not(:disabled):not(.disabled):active, .badger .btn-kornblume-blue:not(:disabled):not(.disabled).active,
    .show > .badger .btn-kornblume-blue.dropdown-toggle {
      color: #FFFFFF;
      background-color: #012dad;
      border-color: #012aa1; }
      .badger .btn-kornblume-blue:not(:disabled):not(.disabled):active:focus, .badger .btn-kornblume-blue:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-kornblume-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(39, 88, 229, 0.5); }
  .badger .btn-kornblume-light {
    color: #FFFFFF;
    background-color: #29a3ff;
    border-color: #29a3ff; }
    .badger .btn-kornblume-light:hover {
      color: #FFFFFF;
      background-color: #0393ff;
      border-color: #008cf5; }
    .badger .btn-kornblume-light:focus, .badger .btn-kornblume-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(73, 177, 255, 0.5); }
    .badger .btn-kornblume-light.disabled, .badger .btn-kornblume-light:disabled {
      color: #FFFFFF;
      background-color: #29a3ff;
      border-color: #29a3ff; }
    .badger .btn-kornblume-light:not(:disabled):not(.disabled):active, .badger .btn-kornblume-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-kornblume-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #008cf5;
      border-color: #0084e8; }
      .badger .btn-kornblume-light:not(:disabled):not(.disabled):active:focus, .badger .btn-kornblume-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-kornblume-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(73, 177, 255, 0.5); }
  .badger .btn-outline-primary {
    color: #597fc7;
    border-color: #597fc7; }
    .badger .btn-outline-primary:hover {
      color: #FFFFFF;
      background-color: #597fc7;
      border-color: #597fc7; }
    .badger .btn-outline-primary:focus, .badger .btn-outline-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.5); }
    .badger .btn-outline-primary.disabled, .badger .btn-outline-primary:disabled {
      color: #597fc7;
      background-color: transparent; }
    .badger .btn-outline-primary:not(:disabled):not(.disabled):active, .badger .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-primary.dropdown-toggle {
      color: #FFFFFF;
      background-color: #597fc7;
      border-color: #597fc7; }
      .badger .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.5); }
  .badger .btn-outline-secondary {
    color: #bcc5d6;
    border-color: #bcc5d6; }
    .badger .btn-outline-secondary:hover {
      color: #FFFFFF;
      background-color: #bcc5d6;
      border-color: #bcc5d6; }
    .badger .btn-outline-secondary:focus, .badger .btn-outline-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(188, 197, 214, 0.5); }
    .badger .btn-outline-secondary.disabled, .badger .btn-outline-secondary:disabled {
      color: #bcc5d6;
      background-color: transparent; }
    .badger .btn-outline-secondary:not(:disabled):not(.disabled):active, .badger .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-secondary.dropdown-toggle {
      color: #FFFFFF;
      background-color: #bcc5d6;
      border-color: #bcc5d6; }
      .badger .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(188, 197, 214, 0.5); }
  .badger .btn-outline-success {
    color: #28a745;
    border-color: #28a745; }
    .badger .btn-outline-success:hover {
      color: #FFFFFF;
      background-color: #28a745;
      border-color: #28a745; }
    .badger .btn-outline-success:focus, .badger .btn-outline-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
    .badger .btn-outline-success.disabled, .badger .btn-outline-success:disabled {
      color: #28a745;
      background-color: transparent; }
    .badger .btn-outline-success:not(:disabled):not(.disabled):active, .badger .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-success.dropdown-toggle {
      color: #FFFFFF;
      background-color: #28a745;
      border-color: #28a745; }
      .badger .btn-outline-success:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-success:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .badger .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8; }
    .badger .btn-outline-info:hover {
      color: #FFFFFF;
      background-color: #17a2b8;
      border-color: #17a2b8; }
    .badger .btn-outline-info:focus, .badger .btn-outline-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
    .badger .btn-outline-info.disabled, .badger .btn-outline-info:disabled {
      color: #17a2b8;
      background-color: transparent; }
    .badger .btn-outline-info:not(:disabled):not(.disabled):active, .badger .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-info.dropdown-toggle {
      color: #FFFFFF;
      background-color: #17a2b8;
      border-color: #17a2b8; }
      .badger .btn-outline-info:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-info:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .badger .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107; }
    .badger .btn-outline-warning:hover {
      color: #FFFFFF;
      background-color: #ffc107;
      border-color: #ffc107; }
    .badger .btn-outline-warning:focus, .badger .btn-outline-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
    .badger .btn-outline-warning.disabled, .badger .btn-outline-warning:disabled {
      color: #ffc107;
      background-color: transparent; }
    .badger .btn-outline-warning:not(:disabled):not(.disabled):active, .badger .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-warning.dropdown-toggle {
      color: #FFFFFF;
      background-color: #ffc107;
      border-color: #ffc107; }
      .badger .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .badger .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545; }
    .badger .btn-outline-danger:hover {
      color: #FFFFFF;
      background-color: #dc3545;
      border-color: #dc3545; }
    .badger .btn-outline-danger:focus, .badger .btn-outline-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
    .badger .btn-outline-danger.disabled, .badger .btn-outline-danger:disabled {
      color: #dc3545;
      background-color: transparent; }
    .badger .btn-outline-danger:not(:disabled):not(.disabled):active, .badger .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-danger.dropdown-toggle {
      color: #FFFFFF;
      background-color: #dc3545;
      border-color: #dc3545; }
      .badger .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .badger .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa; }
    .badger .btn-outline-light:hover {
      color: #000000;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    .badger .btn-outline-light:focus, .badger .btn-outline-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
    .badger .btn-outline-light.disabled, .badger .btn-outline-light:disabled {
      color: #f8f9fa;
      background-color: transparent; }
    .badger .btn-outline-light:not(:disabled):not(.disabled):active, .badger .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-light.dropdown-toggle {
      color: #000000;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
      .badger .btn-outline-light:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .badger .btn-outline-dark {
    color: #343a40;
    border-color: #343a40; }
    .badger .btn-outline-dark:hover {
      color: #FFFFFF;
      background-color: #343a40;
      border-color: #343a40; }
    .badger .btn-outline-dark:focus, .badger .btn-outline-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
    .badger .btn-outline-dark.disabled, .badger .btn-outline-dark:disabled {
      color: #343a40;
      background-color: transparent; }
    .badger .btn-outline-dark:not(:disabled):not(.disabled):active, .badger .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #343a40;
      border-color: #343a40; }
      .badger .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .badger .btn-outline-primary-dark {
    color: #2f4f8b;
    border-color: #2f4f8b; }
    .badger .btn-outline-primary-dark:hover {
      color: #FFFFFF;
      background-color: #2f4f8b;
      border-color: #2f4f8b; }
    .badger .btn-outline-primary-dark:focus, .badger .btn-outline-primary-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(47, 79, 139, 0.5); }
    .badger .btn-outline-primary-dark.disabled, .badger .btn-outline-primary-dark:disabled {
      color: #2f4f8b;
      background-color: transparent; }
    .badger .btn-outline-primary-dark:not(:disabled):not(.disabled):active, .badger .btn-outline-primary-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-primary-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #2f4f8b;
      border-color: #2f4f8b; }
      .badger .btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-primary-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(47, 79, 139, 0.5); }
  .badger .btn-outline-primary-darker {
    color: #223965;
    border-color: #223965; }
    .badger .btn-outline-primary-darker:hover {
      color: #FFFFFF;
      background-color: #223965;
      border-color: #223965; }
    .badger .btn-outline-primary-darker:focus, .badger .btn-outline-primary-darker.focus {
      box-shadow: 0 0 0 0.2rem rgba(34, 57, 101, 0.5); }
    .badger .btn-outline-primary-darker.disabled, .badger .btn-outline-primary-darker:disabled {
      color: #223965;
      background-color: transparent; }
    .badger .btn-outline-primary-darker:not(:disabled):not(.disabled):active, .badger .btn-outline-primary-darker:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-primary-darker.dropdown-toggle {
      color: #FFFFFF;
      background-color: #223965;
      border-color: #223965; }
      .badger .btn-outline-primary-darker:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-primary-darker:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-primary-darker.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(34, 57, 101, 0.5); }
  .badger .btn-outline-primary-darkest {
    color: #15243f;
    border-color: #15243f; }
    .badger .btn-outline-primary-darkest:hover {
      color: #FFFFFF;
      background-color: #15243f;
      border-color: #15243f; }
    .badger .btn-outline-primary-darkest:focus, .badger .btn-outline-primary-darkest.focus {
      box-shadow: 0 0 0 0.2rem rgba(21, 36, 63, 0.5); }
    .badger .btn-outline-primary-darkest.disabled, .badger .btn-outline-primary-darkest:disabled {
      color: #15243f;
      background-color: transparent; }
    .badger .btn-outline-primary-darkest:not(:disabled):not(.disabled):active, .badger .btn-outline-primary-darkest:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-primary-darkest.dropdown-toggle {
      color: #FFFFFF;
      background-color: #15243f;
      border-color: #15243f; }
      .badger .btn-outline-primary-darkest:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-primary-darkest:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-primary-darkest.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(21, 36, 63, 0.5); }
  .badger .btn-outline-primary-light {
    color: #a5bae1;
    border-color: #a5bae1; }
    .badger .btn-outline-primary-light:hover {
      color: #FFFFFF;
      background-color: #a5bae1;
      border-color: #a5bae1; }
    .badger .btn-outline-primary-light:focus, .badger .btn-outline-primary-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(165, 186, 225, 0.5); }
    .badger .btn-outline-primary-light.disabled, .badger .btn-outline-primary-light:disabled {
      color: #a5bae1;
      background-color: transparent; }
    .badger .btn-outline-primary-light:not(:disabled):not(.disabled):active, .badger .btn-outline-primary-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-primary-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #a5bae1;
      border-color: #a5bae1; }
      .badger .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-primary-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(165, 186, 225, 0.5); }
  .badger .btn-outline-primary-lighter {
    color: #cbd7ee;
    border-color: #cbd7ee; }
    .badger .btn-outline-primary-lighter:hover {
      color: #000000;
      background-color: #cbd7ee;
      border-color: #cbd7ee; }
    .badger .btn-outline-primary-lighter:focus, .badger .btn-outline-primary-lighter.focus {
      box-shadow: 0 0 0 0.2rem rgba(203, 215, 238, 0.5); }
    .badger .btn-outline-primary-lighter.disabled, .badger .btn-outline-primary-lighter:disabled {
      color: #cbd7ee;
      background-color: transparent; }
    .badger .btn-outline-primary-lighter:not(:disabled):not(.disabled):active, .badger .btn-outline-primary-lighter:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-primary-lighter.dropdown-toggle {
      color: #000000;
      background-color: #cbd7ee;
      border-color: #cbd7ee; }
      .badger .btn-outline-primary-lighter:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-primary-lighter:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-primary-lighter.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(203, 215, 238, 0.5); }
  .badger .btn-outline-primary-lightest {
    color: #f2f5fa;
    border-color: #f2f5fa; }
    .badger .btn-outline-primary-lightest:hover {
      color: #000000;
      background-color: #f2f5fa;
      border-color: #f2f5fa; }
    .badger .btn-outline-primary-lightest:focus, .badger .btn-outline-primary-lightest.focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 245, 250, 0.5); }
    .badger .btn-outline-primary-lightest.disabled, .badger .btn-outline-primary-lightest:disabled {
      color: #f2f5fa;
      background-color: transparent; }
    .badger .btn-outline-primary-lightest:not(:disabled):not(.disabled):active, .badger .btn-outline-primary-lightest:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-primary-lightest.dropdown-toggle {
      color: #000000;
      background-color: #f2f5fa;
      border-color: #f2f5fa; }
      .badger .btn-outline-primary-lightest:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-primary-lightest:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-primary-lightest.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(242, 245, 250, 0.5); }
  .badger .btn-outline-bayer-blue {
    color: #597fc7;
    border-color: #597fc7; }
    .badger .btn-outline-bayer-blue:hover {
      color: #FFFFFF;
      background-color: #597fc7;
      border-color: #597fc7; }
    .badger .btn-outline-bayer-blue:focus, .badger .btn-outline-bayer-blue.focus {
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.5); }
    .badger .btn-outline-bayer-blue.disabled, .badger .btn-outline-bayer-blue:disabled {
      color: #597fc7;
      background-color: transparent; }
    .badger .btn-outline-bayer-blue:not(:disabled):not(.disabled):active, .badger .btn-outline-bayer-blue:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-bayer-blue.dropdown-toggle {
      color: #FFFFFF;
      background-color: #597fc7;
      border-color: #597fc7; }
      .badger .btn-outline-bayer-blue:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-bayer-blue:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-bayer-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.5); }
  .badger .btn-outline-bayer-light-blue {
    color: #c7daff;
    border-color: #c7daff; }
    .badger .btn-outline-bayer-light-blue:hover {
      color: #000000;
      background-color: #c7daff;
      border-color: #c7daff; }
    .badger .btn-outline-bayer-light-blue:focus, .badger .btn-outline-bayer-light-blue.focus {
      box-shadow: 0 0 0 0.2rem rgba(199, 218, 255, 0.5); }
    .badger .btn-outline-bayer-light-blue.disabled, .badger .btn-outline-bayer-light-blue:disabled {
      color: #c7daff;
      background-color: transparent; }
    .badger .btn-outline-bayer-light-blue:not(:disabled):not(.disabled):active, .badger .btn-outline-bayer-light-blue:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-bayer-light-blue.dropdown-toggle {
      color: #000000;
      background-color: #c7daff;
      border-color: #c7daff; }
      .badger .btn-outline-bayer-light-blue:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-bayer-light-blue:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-bayer-light-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(199, 218, 255, 0.5); }
  .badger .btn-outline-edelweiss-dark {
    color: #797979;
    border-color: #797979; }
    .badger .btn-outline-edelweiss-dark:hover {
      color: #FFFFFF;
      background-color: #797979;
      border-color: #797979; }
    .badger .btn-outline-edelweiss-dark:focus, .badger .btn-outline-edelweiss-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(121, 121, 121, 0.5); }
    .badger .btn-outline-edelweiss-dark.disabled, .badger .btn-outline-edelweiss-dark:disabled {
      color: #797979;
      background-color: transparent; }
    .badger .btn-outline-edelweiss-dark:not(:disabled):not(.disabled):active, .badger .btn-outline-edelweiss-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-edelweiss-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #797979;
      border-color: #797979; }
      .badger .btn-outline-edelweiss-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-edelweiss-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-edelweiss-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(121, 121, 121, 0.5); }
  .badger .btn-outline-edelweiss-gray {
    color: #cccdd1;
    border-color: #cccdd1; }
    .badger .btn-outline-edelweiss-gray:hover {
      color: #000000;
      background-color: #cccdd1;
      border-color: #cccdd1; }
    .badger .btn-outline-edelweiss-gray:focus, .badger .btn-outline-edelweiss-gray.focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 205, 209, 0.5); }
    .badger .btn-outline-edelweiss-gray.disabled, .badger .btn-outline-edelweiss-gray:disabled {
      color: #cccdd1;
      background-color: transparent; }
    .badger .btn-outline-edelweiss-gray:not(:disabled):not(.disabled):active, .badger .btn-outline-edelweiss-gray:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-edelweiss-gray.dropdown-toggle {
      color: #000000;
      background-color: #cccdd1;
      border-color: #cccdd1; }
      .badger .btn-outline-edelweiss-gray:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-edelweiss-gray:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-edelweiss-gray.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(204, 205, 209, 0.5); }
  .badger .btn-outline-edelweiss-light {
    color: #f5f5f5;
    border-color: #f5f5f5; }
    .badger .btn-outline-edelweiss-light:hover {
      color: #000000;
      background-color: #f5f5f5;
      border-color: #f5f5f5; }
    .badger .btn-outline-edelweiss-light:focus, .badger .btn-outline-edelweiss-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
    .badger .btn-outline-edelweiss-light.disabled, .badger .btn-outline-edelweiss-light:disabled {
      color: #f5f5f5;
      background-color: transparent; }
    .badger .btn-outline-edelweiss-light:not(:disabled):not(.disabled):active, .badger .btn-outline-edelweiss-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-edelweiss-light.dropdown-toggle {
      color: #000000;
      background-color: #f5f5f5;
      border-color: #f5f5f5; }
      .badger .btn-outline-edelweiss-light:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-edelweiss-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-edelweiss-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .badger .btn-outline-badger-basic-black {
    color: #011627;
    border-color: #011627; }
    .badger .btn-outline-badger-basic-black:hover {
      color: #FFFFFF;
      background-color: #011627;
      border-color: #011627; }
    .badger .btn-outline-badger-basic-black:focus, .badger .btn-outline-badger-basic-black.focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 22, 39, 0.5); }
    .badger .btn-outline-badger-basic-black.disabled, .badger .btn-outline-badger-basic-black:disabled {
      color: #011627;
      background-color: transparent; }
    .badger .btn-outline-badger-basic-black:not(:disabled):not(.disabled):active, .badger .btn-outline-badger-basic-black:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-badger-basic-black.dropdown-toggle {
      color: #FFFFFF;
      background-color: #011627;
      border-color: #011627; }
      .badger .btn-outline-badger-basic-black:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-badger-basic-black:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-badger-basic-black.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(1, 22, 39, 0.5); }
  .badger .btn-outline-badger-basic-white {
    color: #fff;
    border-color: #fff; }
    .badger .btn-outline-badger-basic-white:hover {
      color: #000000;
      background-color: #fff;
      border-color: #fff; }
    .badger .btn-outline-badger-basic-white:focus, .badger .btn-outline-badger-basic-white.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
    .badger .btn-outline-badger-basic-white.disabled, .badger .btn-outline-badger-basic-white:disabled {
      color: #fff;
      background-color: transparent; }
    .badger .btn-outline-badger-basic-white:not(:disabled):not(.disabled):active, .badger .btn-outline-badger-basic-white:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-badger-basic-white.dropdown-toggle {
      color: #000000;
      background-color: #fff;
      border-color: #fff; }
      .badger .btn-outline-badger-basic-white:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-badger-basic-white:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-badger-basic-white.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .badger .btn-outline-zugspitze-dark {
    color: #757589;
    border-color: #757589; }
    .badger .btn-outline-zugspitze-dark:hover {
      color: #FFFFFF;
      background-color: #757589;
      border-color: #757589; }
    .badger .btn-outline-zugspitze-dark:focus, .badger .btn-outline-zugspitze-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 117, 137, 0.5); }
    .badger .btn-outline-zugspitze-dark.disabled, .badger .btn-outline-zugspitze-dark:disabled {
      color: #757589;
      background-color: transparent; }
    .badger .btn-outline-zugspitze-dark:not(:disabled):not(.disabled):active, .badger .btn-outline-zugspitze-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-zugspitze-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #757589;
      border-color: #757589; }
      .badger .btn-outline-zugspitze-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-zugspitze-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-zugspitze-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(117, 117, 137, 0.5); }
  .badger .btn-outline-zugspitze-gray {
    color: #a2a2ae;
    border-color: #a2a2ae; }
    .badger .btn-outline-zugspitze-gray:hover {
      color: #FFFFFF;
      background-color: #a2a2ae;
      border-color: #a2a2ae; }
    .badger .btn-outline-zugspitze-gray:focus, .badger .btn-outline-zugspitze-gray.focus {
      box-shadow: 0 0 0 0.2rem rgba(162, 162, 174, 0.5); }
    .badger .btn-outline-zugspitze-gray.disabled, .badger .btn-outline-zugspitze-gray:disabled {
      color: #a2a2ae;
      background-color: transparent; }
    .badger .btn-outline-zugspitze-gray:not(:disabled):not(.disabled):active, .badger .btn-outline-zugspitze-gray:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-zugspitze-gray.dropdown-toggle {
      color: #FFFFFF;
      background-color: #a2a2ae;
      border-color: #a2a2ae; }
      .badger .btn-outline-zugspitze-gray:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-zugspitze-gray:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-zugspitze-gray.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(162, 162, 174, 0.5); }
  .badger .btn-outline-zugspitze-stone {
    color: #bcc5d6;
    border-color: #bcc5d6; }
    .badger .btn-outline-zugspitze-stone:hover {
      color: #FFFFFF;
      background-color: #bcc5d6;
      border-color: #bcc5d6; }
    .badger .btn-outline-zugspitze-stone:focus, .badger .btn-outline-zugspitze-stone.focus {
      box-shadow: 0 0 0 0.2rem rgba(188, 197, 214, 0.5); }
    .badger .btn-outline-zugspitze-stone.disabled, .badger .btn-outline-zugspitze-stone:disabled {
      color: #bcc5d6;
      background-color: transparent; }
    .badger .btn-outline-zugspitze-stone:not(:disabled):not(.disabled):active, .badger .btn-outline-zugspitze-stone:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-zugspitze-stone.dropdown-toggle {
      color: #FFFFFF;
      background-color: #bcc5d6;
      border-color: #bcc5d6; }
      .badger .btn-outline-zugspitze-stone:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-zugspitze-stone:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-zugspitze-stone.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(188, 197, 214, 0.5); }
  .badger .btn-outline-feuer-lilie-dark {
    color: #a50014;
    border-color: #a50014; }
    .badger .btn-outline-feuer-lilie-dark:hover {
      color: #FFFFFF;
      background-color: #a50014;
      border-color: #a50014; }
    .badger .btn-outline-feuer-lilie-dark:focus, .badger .btn-outline-feuer-lilie-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(165, 0, 20, 0.5); }
    .badger .btn-outline-feuer-lilie-dark.disabled, .badger .btn-outline-feuer-lilie-dark:disabled {
      color: #a50014;
      background-color: transparent; }
    .badger .btn-outline-feuer-lilie-dark:not(:disabled):not(.disabled):active, .badger .btn-outline-feuer-lilie-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-feuer-lilie-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #a50014;
      border-color: #a50014; }
      .badger .btn-outline-feuer-lilie-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-feuer-lilie-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-feuer-lilie-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(165, 0, 20, 0.5); }
  .badger .btn-outline-feuer-lilie-red {
    color: #e71d36;
    border-color: #e71d36; }
    .badger .btn-outline-feuer-lilie-red:hover {
      color: #FFFFFF;
      background-color: #e71d36;
      border-color: #e71d36; }
    .badger .btn-outline-feuer-lilie-red:focus, .badger .btn-outline-feuer-lilie-red.focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 29, 54, 0.5); }
    .badger .btn-outline-feuer-lilie-red.disabled, .badger .btn-outline-feuer-lilie-red:disabled {
      color: #e71d36;
      background-color: transparent; }
    .badger .btn-outline-feuer-lilie-red:not(:disabled):not(.disabled):active, .badger .btn-outline-feuer-lilie-red:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-feuer-lilie-red.dropdown-toggle {
      color: #FFFFFF;
      background-color: #e71d36;
      border-color: #e71d36; }
      .badger .btn-outline-feuer-lilie-red:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-feuer-lilie-red:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-feuer-lilie-red.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(231, 29, 54, 0.5); }
  .badger .btn-outline-feuer-lilie-light {
    color: #ff5167;
    border-color: #ff5167; }
    .badger .btn-outline-feuer-lilie-light:hover {
      color: #FFFFFF;
      background-color: #ff5167;
      border-color: #ff5167; }
    .badger .btn-outline-feuer-lilie-light:focus, .badger .btn-outline-feuer-lilie-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 81, 103, 0.5); }
    .badger .btn-outline-feuer-lilie-light.disabled, .badger .btn-outline-feuer-lilie-light:disabled {
      color: #ff5167;
      background-color: transparent; }
    .badger .btn-outline-feuer-lilie-light:not(:disabled):not(.disabled):active, .badger .btn-outline-feuer-lilie-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-feuer-lilie-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #ff5167;
      border-color: #ff5167; }
      .badger .btn-outline-feuer-lilie-light:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-feuer-lilie-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-feuer-lilie-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 81, 103, 0.5); }
  .badger .btn-outline-bier-red-ale {
    color: #e65d00;
    border-color: #e65d00; }
    .badger .btn-outline-bier-red-ale:hover {
      color: #FFFFFF;
      background-color: #e65d00;
      border-color: #e65d00; }
    .badger .btn-outline-bier-red-ale:focus, .badger .btn-outline-bier-red-ale.focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 93, 0, 0.5); }
    .badger .btn-outline-bier-red-ale.disabled, .badger .btn-outline-bier-red-ale:disabled {
      color: #e65d00;
      background-color: transparent; }
    .badger .btn-outline-bier-red-ale:not(:disabled):not(.disabled):active, .badger .btn-outline-bier-red-ale:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-bier-red-ale.dropdown-toggle {
      color: #FFFFFF;
      background-color: #e65d00;
      border-color: #e65d00; }
      .badger .btn-outline-bier-red-ale:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-bier-red-ale:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-bier-red-ale.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(230, 93, 0, 0.5); }
  .badger .btn-outline-bier-weiss {
    color: #ff9f1d;
    border-color: #ff9f1d; }
    .badger .btn-outline-bier-weiss:hover {
      color: #FFFFFF;
      background-color: #ff9f1d;
      border-color: #ff9f1d; }
    .badger .btn-outline-bier-weiss:focus, .badger .btn-outline-bier-weiss.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 159, 29, 0.5); }
    .badger .btn-outline-bier-weiss.disabled, .badger .btn-outline-bier-weiss:disabled {
      color: #ff9f1d;
      background-color: transparent; }
    .badger .btn-outline-bier-weiss:not(:disabled):not(.disabled):active, .badger .btn-outline-bier-weiss:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-bier-weiss.dropdown-toggle {
      color: #FFFFFF;
      background-color: #ff9f1d;
      border-color: #ff9f1d; }
      .badger .btn-outline-bier-weiss:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-bier-weiss:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-bier-weiss.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 159, 29, 0.5); }
  .badger .btn-outline-bier-pilsen {
    color: #ffcf40;
    border-color: #ffcf40; }
    .badger .btn-outline-bier-pilsen:hover {
      color: #000000;
      background-color: #ffcf40;
      border-color: #ffcf40; }
    .badger .btn-outline-bier-pilsen:focus, .badger .btn-outline-bier-pilsen.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 207, 64, 0.5); }
    .badger .btn-outline-bier-pilsen.disabled, .badger .btn-outline-bier-pilsen:disabled {
      color: #ffcf40;
      background-color: transparent; }
    .badger .btn-outline-bier-pilsen:not(:disabled):not(.disabled):active, .badger .btn-outline-bier-pilsen:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-bier-pilsen.dropdown-toggle {
      color: #000000;
      background-color: #ffcf40;
      border-color: #ffcf40; }
      .badger .btn-outline-bier-pilsen:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-bier-pilsen:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-bier-pilsen.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 207, 64, 0.5); }
  .badger .btn-outline-schwarzwald-dark {
    color: #009565;
    border-color: #009565; }
    .badger .btn-outline-schwarzwald-dark:hover {
      color: #FFFFFF;
      background-color: #009565;
      border-color: #009565; }
    .badger .btn-outline-schwarzwald-dark:focus, .badger .btn-outline-schwarzwald-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 149, 101, 0.5); }
    .badger .btn-outline-schwarzwald-dark.disabled, .badger .btn-outline-schwarzwald-dark:disabled {
      color: #009565;
      background-color: transparent; }
    .badger .btn-outline-schwarzwald-dark:not(:disabled):not(.disabled):active, .badger .btn-outline-schwarzwald-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-schwarzwald-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #009565;
      border-color: #009565; }
      .badger .btn-outline-schwarzwald-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-schwarzwald-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-schwarzwald-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 149, 101, 0.5); }
  .badger .btn-outline-schwarzwald-green {
    color: #2dc493;
    border-color: #2dc493; }
    .badger .btn-outline-schwarzwald-green:hover {
      color: #FFFFFF;
      background-color: #2dc493;
      border-color: #2dc493; }
    .badger .btn-outline-schwarzwald-green:focus, .badger .btn-outline-schwarzwald-green.focus {
      box-shadow: 0 0 0 0.2rem rgba(45, 196, 147, 0.5); }
    .badger .btn-outline-schwarzwald-green.disabled, .badger .btn-outline-schwarzwald-green:disabled {
      color: #2dc493;
      background-color: transparent; }
    .badger .btn-outline-schwarzwald-green:not(:disabled):not(.disabled):active, .badger .btn-outline-schwarzwald-green:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-schwarzwald-green.dropdown-toggle {
      color: #FFFFFF;
      background-color: #2dc493;
      border-color: #2dc493; }
      .badger .btn-outline-schwarzwald-green:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-schwarzwald-green:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-schwarzwald-green.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(45, 196, 147, 0.5); }
  .badger .btn-outline-schwarzwald-light {
    color: #4ff0bc;
    border-color: #4ff0bc; }
    .badger .btn-outline-schwarzwald-light:hover {
      color: #FFFFFF;
      background-color: #4ff0bc;
      border-color: #4ff0bc; }
    .badger .btn-outline-schwarzwald-light:focus, .badger .btn-outline-schwarzwald-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(79, 240, 188, 0.5); }
    .badger .btn-outline-schwarzwald-light.disabled, .badger .btn-outline-schwarzwald-light:disabled {
      color: #4ff0bc;
      background-color: transparent; }
    .badger .btn-outline-schwarzwald-light:not(:disabled):not(.disabled):active, .badger .btn-outline-schwarzwald-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-schwarzwald-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #4ff0bc;
      border-color: #4ff0bc; }
      .badger .btn-outline-schwarzwald-light:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-schwarzwald-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-schwarzwald-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(79, 240, 188, 0.5); }
  .badger .btn-outline-hansa-purple {
    color: #450d86;
    border-color: #450d86; }
    .badger .btn-outline-hansa-purple:hover {
      color: #FFFFFF;
      background-color: #450d86;
      border-color: #450d86; }
    .badger .btn-outline-hansa-purple:focus, .badger .btn-outline-hansa-purple.focus {
      box-shadow: 0 0 0 0.2rem rgba(69, 13, 134, 0.5); }
    .badger .btn-outline-hansa-purple.disabled, .badger .btn-outline-hansa-purple:disabled {
      color: #450d86;
      background-color: transparent; }
    .badger .btn-outline-hansa-purple:not(:disabled):not(.disabled):active, .badger .btn-outline-hansa-purple:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-hansa-purple.dropdown-toggle {
      color: #FFFFFF;
      background-color: #450d86;
      border-color: #450d86; }
      .badger .btn-outline-hansa-purple:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-hansa-purple:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-hansa-purple.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(69, 13, 134, 0.5); }
  .badger .btn-outline-hansa-purple-light {
    color: #731dd8;
    border-color: #731dd8; }
    .badger .btn-outline-hansa-purple-light:hover {
      color: #FFFFFF;
      background-color: #731dd8;
      border-color: #731dd8; }
    .badger .btn-outline-hansa-purple-light:focus, .badger .btn-outline-hansa-purple-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(115, 29, 216, 0.5); }
    .badger .btn-outline-hansa-purple-light.disabled, .badger .btn-outline-hansa-purple-light:disabled {
      color: #731dd8;
      background-color: transparent; }
    .badger .btn-outline-hansa-purple-light:not(:disabled):not(.disabled):active, .badger .btn-outline-hansa-purple-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-hansa-purple-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #731dd8;
      border-color: #731dd8; }
      .badger .btn-outline-hansa-purple-light:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-hansa-purple-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-hansa-purple-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(115, 29, 216, 0.5); }
  .badger .btn-outline-hansa-purple-lighter {
    color: #9e4cff;
    border-color: #9e4cff; }
    .badger .btn-outline-hansa-purple-lighter:hover {
      color: #FFFFFF;
      background-color: #9e4cff;
      border-color: #9e4cff; }
    .badger .btn-outline-hansa-purple-lighter:focus, .badger .btn-outline-hansa-purple-lighter.focus {
      box-shadow: 0 0 0 0.2rem rgba(158, 76, 255, 0.5); }
    .badger .btn-outline-hansa-purple-lighter.disabled, .badger .btn-outline-hansa-purple-lighter:disabled {
      color: #9e4cff;
      background-color: transparent; }
    .badger .btn-outline-hansa-purple-lighter:not(:disabled):not(.disabled):active, .badger .btn-outline-hansa-purple-lighter:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-hansa-purple-lighter.dropdown-toggle {
      color: #FFFFFF;
      background-color: #9e4cff;
      border-color: #9e4cff; }
      .badger .btn-outline-hansa-purple-lighter:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-hansa-purple-lighter:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-hansa-purple-lighter.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(158, 76, 255, 0.5); }
  .badger .btn-outline-kornblume-dark {
    color: #032791;
    border-color: #032791; }
    .badger .btn-outline-kornblume-dark:hover {
      color: #FFFFFF;
      background-color: #032791;
      border-color: #032791; }
    .badger .btn-outline-kornblume-dark:focus, .badger .btn-outline-kornblume-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(3, 39, 145, 0.5); }
    .badger .btn-outline-kornblume-dark.disabled, .badger .btn-outline-kornblume-dark:disabled {
      color: #032791;
      background-color: transparent; }
    .badger .btn-outline-kornblume-dark:not(:disabled):not(.disabled):active, .badger .btn-outline-kornblume-dark:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-kornblume-dark.dropdown-toggle {
      color: #FFFFFF;
      background-color: #032791;
      border-color: #032791; }
      .badger .btn-outline-kornblume-dark:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-kornblume-dark:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-kornblume-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(3, 39, 145, 0.5); }
  .badger .btn-outline-kornblume-blue {
    color: #013ae0;
    border-color: #013ae0; }
    .badger .btn-outline-kornblume-blue:hover {
      color: #FFFFFF;
      background-color: #013ae0;
      border-color: #013ae0; }
    .badger .btn-outline-kornblume-blue:focus, .badger .btn-outline-kornblume-blue.focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 58, 224, 0.5); }
    .badger .btn-outline-kornblume-blue.disabled, .badger .btn-outline-kornblume-blue:disabled {
      color: #013ae0;
      background-color: transparent; }
    .badger .btn-outline-kornblume-blue:not(:disabled):not(.disabled):active, .badger .btn-outline-kornblume-blue:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-kornblume-blue.dropdown-toggle {
      color: #FFFFFF;
      background-color: #013ae0;
      border-color: #013ae0; }
      .badger .btn-outline-kornblume-blue:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-kornblume-blue:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-kornblume-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(1, 58, 224, 0.5); }
  .badger .btn-outline-kornblume-light {
    color: #29a3ff;
    border-color: #29a3ff; }
    .badger .btn-outline-kornblume-light:hover {
      color: #FFFFFF;
      background-color: #29a3ff;
      border-color: #29a3ff; }
    .badger .btn-outline-kornblume-light:focus, .badger .btn-outline-kornblume-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(41, 163, 255, 0.5); }
    .badger .btn-outline-kornblume-light.disabled, .badger .btn-outline-kornblume-light:disabled {
      color: #29a3ff;
      background-color: transparent; }
    .badger .btn-outline-kornblume-light:not(:disabled):not(.disabled):active, .badger .btn-outline-kornblume-light:not(:disabled):not(.disabled).active,
    .show > .badger .btn-outline-kornblume-light.dropdown-toggle {
      color: #FFFFFF;
      background-color: #29a3ff;
      border-color: #29a3ff; }
      .badger .btn-outline-kornblume-light:not(:disabled):not(.disabled):active:focus, .badger .btn-outline-kornblume-light:not(:disabled):not(.disabled).active:focus,
      .show > .badger .btn-outline-kornblume-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(41, 163, 255, 0.5); }
  .badger .btn-link {
    font-weight: 400;
    color: #597fc7;
    text-decoration: none; }
    .badger .btn-link:hover {
      color: #355a9e;
      text-decoration: underline; }
    .badger .btn-link:focus, .badger .btn-link.focus {
      text-decoration: underline;
      box-shadow: none; }
    .badger .btn-link:disabled, .badger .btn-link.disabled {
      color: #6c757d;
      pointer-events: none; }
  .badger .btn-lg, .badger .btn-group-lg > .btn, .badger .btn-group-lg > .btn-pill {
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .badger .btn-sm, .badger .btn-group-sm > .btn, .badger .btn-group-sm > .btn-pill {
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .badger .btn-block {
    display: block;
    width: 100%; }
    .badger .btn-block + .btn-block {
      margin-top: 0.5rem; }
  .badger input[type="submit"].btn-block,
  .badger input[type="reset"].btn-block,
  .badger input[type="button"].btn-block {
    width: 100%; }
  .badger .fade {
    transition: opacity 0.15s linear; }
    @media (prefers-reduced-motion: reduce) {
      .badger .fade {
        transition: none; } }
    .badger .fade:not(.show) {
      opacity: 0; }
  .badger .collapse:not(.show) {
    display: none; }
  .badger .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .badger .collapsing {
        transition: none; } }
  .badger .dropup,
  .badger .dropright,
  .badger .dropdown,
  .badger .dropleft {
    position: relative; }
  .badger .dropdown-toggle {
    white-space: nowrap; }
    .badger .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.391em;
      vertical-align: 0.391em;
      content: "";
      border-top: 0.46em solid;
      border-right: 0.46em solid transparent;
      border-bottom: 0;
      border-left: 0.46em solid transparent; }
    .badger .dropdown-toggle:empty::after {
      margin-left: 0; }
  .badger .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.75rem;
    color: #797979;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
  .badger .dropdown-menu-left {
    right: auto;
    left: 0; }
  .badger .dropdown-menu-right {
    right: 0;
    left: auto; }
  @media (min-width: 576px) {
    .badger .dropdown-menu-sm-left {
      right: auto;
      left: 0; }
    .badger .dropdown-menu-sm-right {
      right: 0;
      left: auto; } }
  @media (min-width: 768px) {
    .badger .dropdown-menu-md-left {
      right: auto;
      left: 0; }
    .badger .dropdown-menu-md-right {
      right: 0;
      left: auto; } }
  @media (min-width: 992px) {
    .badger .dropdown-menu-lg-left {
      right: auto;
      left: 0; }
    .badger .dropdown-menu-lg-right {
      right: 0;
      left: auto; } }
  @media (min-width: 1440px) {
    .badger .dropdown-menu-xl-left {
      right: auto;
      left: 0; }
    .badger .dropdown-menu-xl-right {
      right: 0;
      left: auto; } }
  .badger .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem; }
  .badger .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.391em;
    vertical-align: 0.391em;
    content: "";
    border-top: 0;
    border-right: 0.46em solid transparent;
    border-bottom: 0.46em solid;
    border-left: 0.46em solid transparent; }
  .badger .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  .badger .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem; }
  .badger .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.391em;
    vertical-align: 0.391em;
    content: "";
    border-top: 0.46em solid transparent;
    border-right: 0;
    border-bottom: 0.46em solid transparent;
    border-left: 0.46em solid; }
  .badger .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  .badger .dropright .dropdown-toggle::after {
    vertical-align: 0; }
  .badger .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem; }
  .badger .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.391em;
    vertical-align: 0.391em;
    content: ""; }
  .badger .dropleft .dropdown-toggle::after {
    display: none; }
  .badger .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.391em;
    vertical-align: 0.391em;
    content: "";
    border-top: 0.46em solid transparent;
    border-right: 0.46em solid;
    border-bottom: 0.46em solid transparent; }
  .badger .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  .badger .dropleft .dropdown-toggle::before {
    vertical-align: 0; }
  .badger .dropdown-menu[x-placement^="top"], .badger .dropdown-menu[x-placement^="right"], .badger .dropdown-menu[x-placement^="bottom"], .badger .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto; }
  .badger .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  .badger .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #597fc7;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
    .badger .dropdown-item:hover, .badger .dropdown-item:focus {
      color: #597fc7;
      text-decoration: none;
      background-color: #f8f9fa; }
    .badger .dropdown-item.active, .badger .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #597fc7; }
    .badger .dropdown-item.disabled, .badger .dropdown-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: transparent; }
  .badger .dropdown-menu.show {
    display: block; }
  .badger .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.65625rem;
    color: #6c757d;
    white-space: nowrap; }
  .badger .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #597fc7; }
  .badger .btn-group,
  .badger .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle; }
    .badger .btn-group > .btn, .badger .btn-group > .btn-pill,
    .badger .btn-group-vertical > .btn,
    .badger .btn-group-vertical > .btn-pill {
      position: relative;
      flex: 1 1 auto; }
      .badger .btn-group > .btn:hover, .badger .btn-group > .btn-pill:hover,
      .badger .btn-group-vertical > .btn:hover,
      .badger .btn-group-vertical > .btn-pill:hover {
        z-index: 1; }
      .badger .btn-group > .btn:focus, .badger .btn-group > .btn-pill:focus, .badger .btn-group > .btn:active, .badger .btn-group > .btn-pill:active, .badger .btn-group > .btn.active, .badger .btn-group > .active.btn-pill,
      .badger .btn-group-vertical > .btn:focus,
      .badger .btn-group-vertical > .btn-pill:focus,
      .badger .btn-group-vertical > .btn:active,
      .badger .btn-group-vertical > .btn-pill:active,
      .badger .btn-group-vertical > .btn.active,
      .badger .btn-group-vertical > .active.btn-pill {
        z-index: 1; }
  .badger .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .badger .btn-toolbar .input-group {
      width: auto; }
  .badger .btn-group > .btn:not(:first-child), .badger .btn-group > .btn-pill:not(:first-child),
  .badger .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .badger .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .badger .btn-group > .btn-pill:not(:last-child):not(.dropdown-toggle),
  .badger .btn-group > .btn-group:not(:last-child) > .btn,
  .badger .btn-group > .btn-group:not(:last-child) > .btn-pill {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .badger .btn-group > .btn:not(:first-child), .badger .btn-group > .btn-pill:not(:first-child),
  .badger .btn-group > .btn-group:not(:first-child) > .btn,
  .badger .btn-group > .btn-group:not(:first-child) > .btn-pill {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .badger .dropdown-toggle-split {
    padding-right: 0.4875rem;
    padding-left: 0.4875rem; }
    .badger .dropdown-toggle-split::after,
    .dropup .badger .dropdown-toggle-split::after,
    .dropright .badger .dropdown-toggle-split::after {
      margin-left: 0; }
    .dropleft .badger .dropdown-toggle-split::before {
      margin-right: 0; }
  .badger .btn-sm + .dropdown-toggle-split, .badger .btn-group-sm > .btn + .dropdown-toggle-split, .badger .btn-group-sm > .btn-pill + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
  .badger .btn-lg + .dropdown-toggle-split, .badger .btn-group-lg > .btn + .dropdown-toggle-split, .badger .btn-group-lg > .btn-pill + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .badger .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    
    .badger .btn-group-vertical > .btn,
    .badger .btn-group-vertical > .btn-pill,
    .badger .btn-group-vertical > .btn-group {
      width: 100%; }
    .badger .btn-group-vertical > .btn:not(:first-child), .badger .btn-group-vertical > .btn-pill:not(:first-child),
    .badger .btn-group-vertical > .btn-group:not(:first-child) {
      margin-top: -1px; }
    .badger .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .badger .btn-group-vertical > .btn-pill:not(:last-child):not(.dropdown-toggle),
    .badger .btn-group-vertical > .btn-group:not(:last-child) > .btn,
    .badger .btn-group-vertical > .btn-group:not(:last-child) > .btn-pill {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .badger .btn-group-vertical > .btn:not(:first-child), .badger .btn-group-vertical > .btn-pill:not(:first-child),
    .badger .btn-group-vertical > .btn-group:not(:first-child) > .btn,
    .badger .btn-group-vertical > .btn-group:not(:first-child) > .btn-pill {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .badger .btn-group-toggle > .btn, .badger .btn-group-toggle > .btn-pill,
  .badger .btn-group-toggle > .btn-group > .btn,
  .badger .btn-group-toggle > .btn-group > .btn-pill {
    margin-bottom: 0; }
    .badger .btn-group-toggle > .btn input[type="radio"], .badger .btn-group-toggle > .btn-pill input[type="radio"],
    .badger .btn-group-toggle > .btn input[type="checkbox"],
    .badger .btn-group-toggle > .btn-pill input[type="checkbox"],
    .badger .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .badger .btn-group-toggle > .btn-group > .btn-pill input[type="radio"],
    .badger .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
    .badger .btn-group-toggle > .btn-group > .btn-pill input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none; }
  .badger .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%; }
    .badger .input-group > .form-control, .badger .input-group > .form-control-badge,
    .badger .input-group > .form-control-plaintext,
    .badger .input-group > .custom-select,
    .badger .input-group > .custom-file {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0; }
      .badger .input-group > .form-control + .form-control, .badger .input-group > .form-control-badge + .form-control, .badger .input-group > .form-control + .form-control-badge, .badger .input-group > .form-control-badge + .form-control-badge,
      .badger .input-group > .form-control + .custom-select,
      .badger .input-group > .form-control-badge + .custom-select,
      .badger .input-group > .form-control + .custom-file,
      .badger .input-group > .form-control-badge + .custom-file,
      .badger .input-group > .form-control-plaintext + .form-control,
      .badger .input-group > .form-control-plaintext + .form-control-badge,
      .badger .input-group > .form-control-plaintext + .custom-select,
      .badger .input-group > .form-control-plaintext + .custom-file,
      .badger .input-group > .custom-select + .form-control,
      .badger .input-group > .custom-select + .form-control-badge,
      .badger .input-group > .custom-select + .custom-select,
      .badger .input-group > .custom-select + .custom-file,
      .badger .input-group > .custom-file + .form-control,
      .badger .input-group > .custom-file + .form-control-badge,
      .badger .input-group > .custom-file + .custom-select,
      .badger .input-group > .custom-file + .custom-file {
        margin-left: -1px; }
    .badger .input-group > .form-control:focus, .badger .input-group > .form-control-badge:focus,
    .badger .input-group > .custom-select:focus,
    .badger .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
      z-index: 3; }
    .badger .input-group > .custom-file .custom-file-input:focus {
      z-index: 4; }
    .badger .input-group > .form-control:not(:last-child), .badger .input-group > .form-control-badge:not(:last-child),
    .badger .input-group > .custom-select:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .badger .input-group > .form-control:not(:first-child), .badger .input-group > .form-control-badge:not(:first-child),
    .badger .input-group > .custom-select:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .badger .input-group > .custom-file {
      display: flex;
      align-items: center; }
      .badger .input-group > .custom-file:not(:last-child) .custom-file-label,
      .badger .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .badger .input-group > .custom-file:not(:first-child) .custom-file-label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  .badger .input-group-prepend,
  .badger .input-group-append {
    display: flex; }
    .badger .input-group-prepend .btn, .badger .input-group-prepend .btn-pill,
    .badger .input-group-append .btn,
    .badger .input-group-append .btn-pill {
      position: relative;
      z-index: 2; }
      .badger .input-group-prepend .btn:focus, .badger .input-group-prepend .btn-pill:focus,
      .badger .input-group-append .btn:focus,
      .badger .input-group-append .btn-pill:focus {
        z-index: 3; }
    .badger .input-group-prepend .btn + .btn, .badger .input-group-prepend .btn-pill + .btn, .badger .input-group-prepend .btn + .btn-pill, .badger .input-group-prepend .btn-pill + .btn-pill,
    .badger .input-group-prepend .btn + .input-group-text,
    .badger .input-group-prepend .btn-pill + .input-group-text,
    .badger .input-group-prepend .input-group-text + .input-group-text,
    .badger .input-group-prepend .input-group-text + .btn,
    .badger .input-group-prepend .input-group-text + .btn-pill,
    .badger .input-group-append .btn + .btn,
    .badger .input-group-append .btn-pill + .btn,
    .badger .input-group-append .btn + .btn-pill,
    .badger .input-group-append .btn-pill + .btn-pill,
    .badger .input-group-append .btn + .input-group-text,
    .badger .input-group-append .btn-pill + .input-group-text,
    .badger .input-group-append .input-group-text + .input-group-text,
    .badger .input-group-append .input-group-text + .btn,
    .badger .input-group-append .input-group-text + .btn-pill {
      margin-left: -1px; }
  .badger .input-group-prepend {
    margin-right: -1px; }
  .badger .input-group-append {
    margin-left: -1px; }
  .badger .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.54rem 0.65rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
    .badger .input-group-text input[type="radio"],
    .badger .input-group-text input[type="checkbox"] {
      margin-top: 0; }
  .badger .input-group-lg > .form-control:not(textarea), .badger .input-group-lg > .form-control-badge:not(textarea),
  .badger .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px); }
  .badger .input-group-lg > .form-control, .badger .input-group-lg > .form-control-badge,
  .badger .input-group-lg > .custom-select,
  .badger .input-group-lg > .input-group-prepend > .input-group-text,
  .badger .input-group-lg > .input-group-append > .input-group-text,
  .badger .input-group-lg > .input-group-prepend > .btn,
  .badger .input-group-lg > .input-group-prepend > .btn-pill,
  .badger .input-group-lg > .input-group-append > .btn,
  .badger .input-group-lg > .input-group-append > .btn-pill {
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .badger .input-group-sm > .form-control:not(textarea), .badger .input-group-sm > .form-control-badge:not(textarea),
  .badger .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px); }
  .badger .input-group-sm > .form-control, .badger .input-group-sm > .form-control-badge,
  .badger .input-group-sm > .custom-select,
  .badger .input-group-sm > .input-group-prepend > .input-group-text,
  .badger .input-group-sm > .input-group-append > .input-group-text,
  .badger .input-group-sm > .input-group-prepend > .btn,
  .badger .input-group-sm > .input-group-prepend > .btn-pill,
  .badger .input-group-sm > .input-group-append > .btn,
  .badger .input-group-sm > .input-group-append > .btn-pill {
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .badger .input-group-lg > .custom-select,
  .badger .input-group-sm > .custom-select {
    padding-right: 1.65rem; }
  .badger .input-group > .input-group-prepend > .btn, .badger .input-group > .input-group-prepend > .btn-pill,
  .badger .input-group > .input-group-prepend > .input-group-text,
  .badger .input-group > .input-group-append:not(:last-child) > .btn,
  .badger .input-group > .input-group-append:not(:last-child) > .btn-pill,
  .badger .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .badger .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .badger .input-group > .input-group-append:last-child > .btn-pill:not(:last-child):not(.dropdown-toggle),
  .badger .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .badger .input-group > .input-group-append > .btn, .badger .input-group > .input-group-append > .btn-pill,
  .badger .input-group > .input-group-append > .input-group-text,
  .badger .input-group > .input-group-prepend:not(:first-child) > .btn,
  .badger .input-group > .input-group-prepend:not(:first-child) > .btn-pill,
  .badger .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  .badger .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .badger .input-group > .input-group-prepend:first-child > .btn-pill:not(:first-child),
  .badger .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .badger .custom-control {
    position: relative;
    display: block;
    min-height: 1.125rem;
    padding-left: 1.5rem; }
  .badger .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem; }
  .badger .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .badger .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      border-color: #597fc7;
      background-color: #597fc7; }
    .badger .custom-control-input:focus ~ .custom-control-label::before {
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.25); }
    .badger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
      border-color: #b8c9e7; }
    .badger .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
      color: #fff;
      background-color: #dee6f4;
      border-color: #dee6f4; }
    .badger .custom-control-input:disabled ~ .custom-control-label {
      color: #6c757d; }
      .badger .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #e9ecef; }
  .badger .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
    .badger .custom-control-label::before {
      position: absolute;
      top: 0.0625rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      background-color: #f5f5f5;
      border: #adb5bd solid 1px; }
    .badger .custom-control-label::after {
      position: absolute;
      top: 0.0625rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      background: no-repeat 50% / 50% 50%; }
  .badger .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem; }
  .badger .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
  .badger .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #597fc7;
    background-color: #597fc7; }
  .badger .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
  .badger .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(89, 127, 199, 0.5); }
  .badger .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(89, 127, 199, 0.5); }
  .badger .custom-radio .custom-control-label::before {
    border-radius: 50%; }
  .badger .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .badger .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(89, 127, 199, 0.5); }
  .badger .custom-switch {
    padding-left: 2.25rem; }
    .badger .custom-switch .custom-control-label::before {
      left: -2.25rem;
      width: 1.75rem;
      pointer-events: all;
      border-radius: 0.5rem; }
    .badger .custom-switch .custom-control-label::after {
      top: calc(0.0625rem + 2px);
      left: calc(-2.25rem + 2px);
      width: calc(1rem - 4px);
      height: calc(1rem - 4px);
      background-color: #adb5bd;
      border-radius: 0.5rem;
      transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .badger .custom-switch .custom-control-label::after {
          transition: none; } }
    .badger .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
      background-color: #f5f5f5;
      transform: translateX(0.75rem); }
    .badger .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
      background-color: rgba(89, 127, 199, 0.5); }
  .badger .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.08rem + 2px);
    padding: 0.54rem 1.65rem 0.54rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.65rem center/8px 10px;
    background-color: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none; }
    .badger .custom-select:focus {
      border-color: #b8c9e7;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.25); }
      .badger .custom-select:focus::-ms-value {
        color: #495057;
        background-color: #f5f5f5; }
    .badger .custom-select[multiple], .badger .custom-select[size]:not([size="1"]) {
      height: auto;
      padding-right: 0.65rem;
      background-image: none; }
    .badger .custom-select:disabled {
      color: #6c757d;
      background-color: #e9ecef; }
    .badger .custom-select::-ms-expand {
      display: none; }
  .badger .custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.65625rem; }
  .badger .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 0.9375rem; }
  .badger .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.08rem + 2px);
    margin-bottom: 0; }
  .badger .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.08rem + 2px);
    margin: 0;
    opacity: 0; }
    .badger .custom-file-input:focus ~ .custom-file-label {
      border-color: #b8c9e7;
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.25); }
    .badger .custom-file-input:disabled ~ .custom-file-label {
      background-color: #e9ecef; }
    .badger .custom-file-input:lang(en) ~ .custom-file-label::after {
      content: "Browse"; }
    .badger .custom-file-input ~ .custom-file-label[data-browse]::after {
      content: attr(data-browse); }
  .badger .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.08rem + 2px);
    padding: 0.54rem 0.65rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
    .badger .custom-file-label::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: block;
      height: 2.3925rem;
      padding: 0.54rem 0.65rem;
      line-height: 1.5;
      color: #495057;
      content: "Browse";
      background-color: #e9ecef;
      border-left: inherit;
      border-radius: 0 0.25rem 0.25rem 0; }
  .badger .custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    appearance: none; }
    .badger .custom-range:focus {
      outline: none; }
      .badger .custom-range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 127, 199, 0.25); }
      .badger .custom-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 127, 199, 0.25); }
      .badger .custom-range:focus::-ms-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(89, 127, 199, 0.25); }
    .badger .custom-range::-moz-focus-outer {
      border: 0; }
    .badger .custom-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -0.25rem;
      background-color: #597fc7;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .badger .custom-range::-webkit-slider-thumb {
          transition: none; } }
      .badger .custom-range::-webkit-slider-thumb:active {
        background-color: #dee6f4; }
    .badger .custom-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .badger .custom-range::-moz-range-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #597fc7;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .badger .custom-range::-moz-range-thumb {
          transition: none; } }
      .badger .custom-range::-moz-range-thumb:active {
        background-color: #dee6f4; }
    .badger .custom-range::-moz-range-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .badger .custom-range::-ms-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: 0;
      margin-right: 0.2rem;
      margin-left: 0.2rem;
      background-color: #597fc7;
      border: 0;
      border-radius: 1rem;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        .badger .custom-range::-ms-thumb {
          transition: none; } }
      .badger .custom-range::-ms-thumb:active {
        background-color: #dee6f4; }
    .badger .custom-range::-ms-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: transparent;
      border-color: transparent;
      border-width: 0.5rem; }
    .badger .custom-range::-ms-fill-lower {
      background-color: #dee2e6;
      border-radius: 1rem; }
    .badger .custom-range::-ms-fill-upper {
      margin-right: 15px;
      background-color: #dee2e6;
      border-radius: 1rem; }
    .badger .custom-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .badger .custom-range:disabled::-webkit-slider-runnable-track {
      cursor: default; }
    .badger .custom-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }
    .badger .custom-range:disabled::-moz-range-track {
      cursor: default; }
    .badger .custom-range:disabled::-ms-thumb {
      background-color: #adb5bd; }
  .badger .custom-control-label::before,
  .badger .custom-file-label,
  .badger .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .badger .custom-control-label::before,
      .badger .custom-file-label,
      .badger .custom-select {
        transition: none; } }
  .badger .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .badger .nav-link {
    display: block;
    padding: 0.5rem 1rem; }
    .badger .nav-link:hover, .badger .nav-link:focus {
      text-decoration: none; }
    .badger .nav-link.disabled {
      color: #6c757d;
      pointer-events: none;
      cursor: default; }
  .badger .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
    .badger .nav-tabs .nav-item {
      margin-bottom: -1px; }
    .badger .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
      .badger .nav-tabs .nav-link:hover, .badger .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6; }
      .badger .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent; }
    .badger .nav-tabs .nav-link.active,
    .badger .nav-tabs .nav-item.show .nav-link {
      color: #597fc7;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #597fc7; }
    .badger .nav-tabs .dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .badger .nav-pills .nav-link {
    border-radius: 0.25rem; }
  .badger .nav-pills .nav-link.active,
  .badger .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #597fc7; }
  .badger .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center; }
  .badger .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center; }
  .badger .tab-content > .tab-pane {
    display: none; }
  .badger .tab-content > .active {
    display: block; }
  .badger .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem; }
    .badger .navbar > .container,
    .badger .navbar > .container-fluid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
  .badger .navbar-brand {
    display: inline-block;
    padding-top: 0.359375rem;
    padding-bottom: 0.359375rem;
    margin-right: 1rem;
    font-size: 0.9375rem;
    line-height: inherit;
    white-space: nowrap; }
    .badger .navbar-brand:hover, .badger .navbar-brand:focus {
      text-decoration: none; }
  .badger .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .badger .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0; }
    .badger .navbar-nav .dropdown-menu {
      position: static;
      float: none; }
  .badger .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .badger .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center; }
  .badger .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
    .badger .navbar-toggler:hover, .badger .navbar-toggler:focus {
      text-decoration: none; }
  .badger .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }
  @media (max-width: 575.98px) {
    .badger .navbar-expand-sm > .container,
    .badger .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    .badger .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .badger .navbar-expand-sm .navbar-nav {
        flex-direction: row; }
        .badger .navbar-expand-sm .navbar-nav .dropdown-menu {
          position: absolute; }
        .badger .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .badger .navbar-expand-sm > .container,
      .badger .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap; }
      .badger .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .badger .navbar-expand-sm .navbar-toggler {
        display: none; } }
  @media (max-width: 767.98px) {
    .badger .navbar-expand-md > .container,
    .badger .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .badger .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .badger .navbar-expand-md .navbar-nav {
        flex-direction: row; }
        .badger .navbar-expand-md .navbar-nav .dropdown-menu {
          position: absolute; }
        .badger .navbar-expand-md .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .badger .navbar-expand-md > .container,
      .badger .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap; }
      .badger .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .badger .navbar-expand-md .navbar-toggler {
        display: none; } }
  @media (max-width: 991.98px) {
    .badger .navbar-expand-lg > .container,
    .badger .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .badger .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .badger .navbar-expand-lg .navbar-nav {
        flex-direction: row; }
        .badger .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: absolute; }
        .badger .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .badger .navbar-expand-lg > .container,
      .badger .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap; }
      .badger .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .badger .navbar-expand-lg .navbar-toggler {
        display: none; } }
  @media (max-width: 1439.98px) {
    .badger .navbar-expand-xl > .container,
    .badger .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1440px) {
    .badger .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .badger .navbar-expand-xl .navbar-nav {
        flex-direction: row; }
        .badger .navbar-expand-xl .navbar-nav .dropdown-menu {
          position: absolute; }
        .badger .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .badger .navbar-expand-xl > .container,
      .badger .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap; }
      .badger .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .badger .navbar-expand-xl .navbar-toggler {
        display: none; } }
  .badger .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .badger .navbar-expand > .container,
    .badger .navbar-expand > .container-fluid {
      padding-right: 0;
      padding-left: 0; }
    .badger .navbar-expand .navbar-nav {
      flex-direction: row; }
      .badger .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute; }
      .badger .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .badger .navbar-expand > .container,
    .badger .navbar-expand > .container-fluid {
      flex-wrap: nowrap; }
    .badger .navbar-expand .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .badger .navbar-expand .navbar-toggler {
      display: none; }
  .badger .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
    .badger .navbar-light .navbar-brand:hover, .badger .navbar-light .navbar-brand:focus {
      color: rgba(0, 0, 0, 0.9); }
  .badger .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
    .badger .navbar-light .navbar-nav .nav-link:hover, .badger .navbar-light .navbar-nav .nav-link:focus {
      color: rgba(0, 0, 0, 0.7); }
    .badger .navbar-light .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, 0.3); }
  .badger .navbar-light .navbar-nav .show > .nav-link,
  .badger .navbar-light .navbar-nav .active > .nav-link,
  .badger .navbar-light .navbar-nav .nav-link.show,
  .badger .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
  .badger .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  .badger .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .badger .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
    .badger .navbar-light .navbar-text a {
      color: rgba(0, 0, 0, 0.9); }
      .badger .navbar-light .navbar-text a:hover, .badger .navbar-light .navbar-text a:focus {
        color: rgba(0, 0, 0, 0.9); }
  .badger .navbar-dark .navbar-brand {
    color: #fff; }
    .badger .navbar-dark .navbar-brand:hover, .badger .navbar-dark .navbar-brand:focus {
      color: #fff; }
  .badger .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
    .badger .navbar-dark .navbar-nav .nav-link:hover, .badger .navbar-dark .navbar-nav .nav-link:focus {
      color: rgba(255, 255, 255, 0.75); }
    .badger .navbar-dark .navbar-nav .nav-link.disabled {
      color: rgba(255, 255, 255, 0.25); }
  .badger .navbar-dark .navbar-nav .show > .nav-link,
  .badger .navbar-dark .navbar-nav .active > .nav-link,
  .badger .navbar-dark .navbar-nav .nav-link.show,
  .badger .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  .badger .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }
  .badger .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .badger .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
    .badger .navbar-dark .navbar-text a {
      color: #fff; }
      .badger .navbar-dark .navbar-text a:hover, .badger .navbar-dark .navbar-text a:focus {
        color: #fff; }
  .badger .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
    .badger .card > hr {
      margin-right: 0;
      margin-left: 0; }
    .badger .card > .list-group:first-child .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .badger .card > .list-group:last-child .list-group-item:last-child {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
  .badger .card-body {
    flex: 1 1 auto;
    padding: 1.25rem; }
  .badger .card-title {
    margin-bottom: 0.75rem; }
  .badger .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0; }
  .badger .card-text:last-child {
    margin-bottom: 0; }
  .badger .card-link:hover {
    text-decoration: none; }
  .badger .card-link + .card-link {
    margin-left: 1.25rem; }
  .badger .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .badger .card-header:first-child {
      border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
    .badger .card-header + .list-group .list-group-item:first-child {
      border-top: 0; }
  .badger .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .badger .card-footer:last-child {
      border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
  .badger .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0; }
  .badger .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  .badger .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }
  .badger .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px); }
  .badger .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .badger .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .badger .card-deck {
    display: flex;
    flex-direction: column; }
    .badger .card-deck .card {
      margin-bottom: 13px; }
    @media (min-width: 576px) {
      .badger .card-deck {
        flex-flow: row wrap;
        margin-right: -13px;
        margin-left: -13px; }
        .badger .card-deck .card {
          display: flex;
          flex: 1 0 0%;
          flex-direction: column;
          margin-right: 13px;
          margin-bottom: 0;
          margin-left: 13px; } }
  .badger .card-group {
    display: flex;
    flex-direction: column; }
    .badger .card-group > .card {
      margin-bottom: 13px; }
    @media (min-width: 576px) {
      .badger .card-group {
        flex-flow: row wrap; }
        .badger .card-group > .card {
          flex: 1 0 0%;
          margin-bottom: 0; }
          .badger .card-group > .card + .card {
            margin-left: 0;
            border-left: 0; }
          .badger .card-group > .card:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
            .badger .card-group > .card:not(:last-child) .card-img-top,
            .badger .card-group > .card:not(:last-child) .card-header {
              border-top-right-radius: 0; }
            .badger .card-group > .card:not(:last-child) .card-img-bottom,
            .badger .card-group > .card:not(:last-child) .card-footer {
              border-bottom-right-radius: 0; }
          .badger .card-group > .card:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
            .badger .card-group > .card:not(:first-child) .card-img-top,
            .badger .card-group > .card:not(:first-child) .card-header {
              border-top-left-radius: 0; }
            .badger .card-group > .card:not(:first-child) .card-img-bottom,
            .badger .card-group > .card:not(:first-child) .card-footer {
              border-bottom-left-radius: 0; } }
  .badger .card-columns .card {
    margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
    .badger .card-columns {
      column-count: 3;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1; }
      .badger .card-columns .card {
        display: inline-block;
        width: 100%; } }
  .badger .accordion > .card {
    overflow: hidden; }
    .badger .accordion > .card:not(:first-of-type) .card-header:first-child {
      border-radius: 0; }
    .badger .accordion > .card:not(:first-of-type):not(:last-of-type) {
      border-bottom: 0;
      border-radius: 0; }
    .badger .accordion > .card:first-of-type {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .badger .accordion > .card:last-of-type {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .badger .accordion > .card .card-header {
      margin-bottom: -1px; }
  .badger .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .badger .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .badger .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .badger .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .badger .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .badger .breadcrumb-item.active {
    color: #6c757d; }
  .badger .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; }
  .badger .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #597fc7;
    background-color: #fff;
    border: 1px solid #dee2e6; }
    .badger .page-link:hover {
      z-index: 2;
      color: #355a9e;
      text-decoration: none;
      background-color: #e9ecef;
      border-color: #dee2e6; }
    .badger .page-link:focus {
      z-index: 2;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.25); }
  .badger .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .badger .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .badger .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #597fc7;
    border-color: #597fc7; }
  .badger .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6; }
  .badger .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.5; }
  .badger .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  .badger .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .badger .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5; }
  .badger .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .badger .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }
  .badger .badge {
    display: inline-block;
    padding: 0.5em 0.4em;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .badger .badge {
        transition: none; } }
    a.badger .badge:hover, a.badger .badge:focus {
      text-decoration: none; }
    .badger .badge:empty {
      display: none; }
  .badger .btn .badge, .badger .btn-pill .badge {
    position: relative;
    top: -1px; }
  .badger .badge-pill {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-radius: 10rem; }
  .badger .badge-primary {
    color: #FFFFFF;
    background-color: #597fc7; }
    a.badger .badge-primary:hover, a.badger .badge-primary:focus {
      color: #FFFFFF;
      background-color: #3c64b1; }
    a.badger .badge-primary:focus, a.badger .badge-primary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.5); }
  .badger .badge-secondary {
    color: #FFFFFF;
    background-color: #bcc5d6; }
    a.badger .badge-secondary:hover, a.badger .badge-secondary:focus {
      color: #FFFFFF;
      background-color: #9caac3; }
    a.badger .badge-secondary:focus, a.badger .badge-secondary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(188, 197, 214, 0.5); }
  .badger .badge-success {
    color: #FFFFFF;
    background-color: #28a745; }
    a.badger .badge-success:hover, a.badger .badge-success:focus {
      color: #FFFFFF;
      background-color: #1e7e34; }
    a.badger .badge-success:focus, a.badger .badge-success.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .badger .badge-info {
    color: #FFFFFF;
    background-color: #17a2b8; }
    a.badger .badge-info:hover, a.badger .badge-info:focus {
      color: #FFFFFF;
      background-color: #117a8b; }
    a.badger .badge-info:focus, a.badger .badge-info.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .badger .badge-warning {
    color: #FFFFFF;
    background-color: #ffc107; }
    a.badger .badge-warning:hover, a.badger .badge-warning:focus {
      color: #FFFFFF;
      background-color: #d39e00; }
    a.badger .badge-warning:focus, a.badger .badge-warning.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .badger .badge-danger {
    color: #FFFFFF;
    background-color: #dc3545; }
    a.badger .badge-danger:hover, a.badger .badge-danger:focus {
      color: #FFFFFF;
      background-color: #bd2130; }
    a.badger .badge-danger:focus, a.badger .badge-danger.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .badger .badge-light {
    color: #000000;
    background-color: #f8f9fa; }
    a.badger .badge-light:hover, a.badger .badge-light:focus {
      color: #000000;
      background-color: #dae0e5; }
    a.badger .badge-light:focus, a.badger .badge-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .badger .badge-dark {
    color: #FFFFFF;
    background-color: #343a40; }
    a.badger .badge-dark:hover, a.badger .badge-dark:focus {
      color: #FFFFFF;
      background-color: #1d2124; }
    a.badger .badge-dark:focus, a.badger .badge-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .badger .badge-primary-dark {
    color: #FFFFFF;
    background-color: #2f4f8b; }
    a.badger .badge-primary-dark:hover, a.badger .badge-primary-dark:focus {
      color: #FFFFFF;
      background-color: #223965; }
    a.badger .badge-primary-dark:focus, a.badger .badge-primary-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(47, 79, 139, 0.5); }
  .badger .badge-primary-darker {
    color: #FFFFFF;
    background-color: #223965; }
    a.badger .badge-primary-darker:hover, a.badger .badge-primary-darker:focus {
      color: #FFFFFF;
      background-color: #15243f; }
    a.badger .badge-primary-darker:focus, a.badger .badge-primary-darker.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(34, 57, 101, 0.5); }
  .badger .badge-primary-darkest {
    color: #FFFFFF;
    background-color: #15243f; }
    a.badger .badge-primary-darkest:hover, a.badger .badge-primary-darkest:focus {
      color: #FFFFFF;
      background-color: #080e19; }
    a.badger .badge-primary-darkest:focus, a.badger .badge-primary-darkest.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(21, 36, 63, 0.5); }
  .badger .badge-primary-light {
    color: #FFFFFF;
    background-color: #a5bae1; }
    a.badger .badge-primary-light:hover, a.badger .badge-primary-light:focus {
      color: #FFFFFF;
      background-color: #7f9cd4; }
    a.badger .badge-primary-light:focus, a.badger .badge-primary-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(165, 186, 225, 0.5); }
  .badger .badge-primary-lighter {
    color: #000000;
    background-color: #cbd7ee; }
    a.badger .badge-primary-lighter:hover, a.badger .badge-primary-lighter:focus {
      color: #000000;
      background-color: #a5bae1; }
    a.badger .badge-primary-lighter:focus, a.badger .badge-primary-lighter.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(203, 215, 238, 0.5); }
  .badger .badge-primary-lightest {
    color: #000000;
    background-color: #f2f5fa; }
    a.badger .badge-primary-lightest:hover, a.badger .badge-primary-lightest:focus {
      color: #000000;
      background-color: #cbd7ee; }
    a.badger .badge-primary-lightest:focus, a.badger .badge-primary-lightest.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(242, 245, 250, 0.5); }
  .badger .badge-bayer-blue {
    color: #FFFFFF;
    background-color: #597fc7; }
    a.badger .badge-bayer-blue:hover, a.badger .badge-bayer-blue:focus {
      color: #FFFFFF;
      background-color: #3c64b1; }
    a.badger .badge-bayer-blue:focus, a.badger .badge-bayer-blue.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(89, 127, 199, 0.5); }
  .badger .badge-bayer-light-blue {
    color: #000000;
    background-color: #c7daff; }
    a.badger .badge-bayer-light-blue:hover, a.badger .badge-bayer-light-blue:focus {
      color: #000000;
      background-color: #94b8ff; }
    a.badger .badge-bayer-light-blue:focus, a.badger .badge-bayer-light-blue.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(199, 218, 255, 0.5); }
  .badger .badge-edelweiss-dark {
    color: #FFFFFF;
    background-color: #797979; }
    a.badger .badge-edelweiss-dark:hover, a.badger .badge-edelweiss-dark:focus {
      color: #FFFFFF;
      background-color: #605f5f; }
    a.badger .badge-edelweiss-dark:focus, a.badger .badge-edelweiss-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(121, 121, 121, 0.5); }
  .badger .badge-edelweiss-gray {
    color: #000000;
    background-color: #cccdd1; }
    a.badger .badge-edelweiss-gray:hover, a.badger .badge-edelweiss-gray:focus {
      color: #000000;
      background-color: #b1b3b9; }
    a.badger .badge-edelweiss-gray:focus, a.badger .badge-edelweiss-gray.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(204, 205, 209, 0.5); }
  .badger .badge-edelweiss-light {
    color: #000000;
    background-color: #f5f5f5; }
    a.badger .badge-edelweiss-light:hover, a.badger .badge-edelweiss-light:focus {
      color: #000000;
      background-color: #dcdbdb; }
    a.badger .badge-edelweiss-light:focus, a.badger .badge-edelweiss-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .badger .badge-badger-basic-black {
    color: #FFFFFF;
    background-color: #011627; }
    a.badger .badge-badger-basic-black:hover, a.badger .badge-badger-basic-black:focus {
      color: #FFFFFF;
      background-color: black; }
    a.badger .badge-badger-basic-black:focus, a.badger .badge-badger-basic-black.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(1, 22, 39, 0.5); }
  .badger .badge-badger-basic-white {
    color: #000000;
    background-color: #fff; }
    a.badger .badge-badger-basic-white:hover, a.badger .badge-badger-basic-white:focus {
      color: #000000;
      background-color: #e6e5e5; }
    a.badger .badge-badger-basic-white:focus, a.badger .badge-badger-basic-white.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .badger .badge-zugspitze-dark {
    color: #FFFFFF;
    background-color: #757589; }
    a.badger .badge-zugspitze-dark:hover, a.badger .badge-zugspitze-dark:focus {
      color: #FFFFFF;
      background-color: #5e5e6d; }
    a.badger .badge-zugspitze-dark:focus, a.badger .badge-zugspitze-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(117, 117, 137, 0.5); }
  .badger .badge-zugspitze-gray {
    color: #FFFFFF;
    background-color: #a2a2ae; }
    a.badger .badge-zugspitze-gray:hover, a.badger .badge-zugspitze-gray:focus {
      color: #FFFFFF;
      background-color: #878796; }
    a.badger .badge-zugspitze-gray:focus, a.badger .badge-zugspitze-gray.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(162, 162, 174, 0.5); }
  .badger .badge-zugspitze-stone {
    color: #FFFFFF;
    background-color: #bcc5d6; }
    a.badger .badge-zugspitze-stone:hover, a.badger .badge-zugspitze-stone:focus {
      color: #FFFFFF;
      background-color: #9caac3; }
    a.badger .badge-zugspitze-stone:focus, a.badger .badge-zugspitze-stone.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(188, 197, 214, 0.5); }
  .badger .badge-feuer-lilie-dark {
    color: #FFFFFF;
    background-color: #a50014; }
    a.badger .badge-feuer-lilie-dark:hover, a.badger .badge-feuer-lilie-dark:focus {
      color: #FFFFFF;
      background-color: #72000e; }
    a.badger .badge-feuer-lilie-dark:focus, a.badger .badge-feuer-lilie-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(165, 0, 20, 0.5); }
  .badger .badge-feuer-lilie-red {
    color: #FFFFFF;
    background-color: #e71d36; }
    a.badger .badge-feuer-lilie-red:hover, a.badger .badge-feuer-lilie-red:focus {
      color: #FFFFFF;
      background-color: #bd1429; }
    a.badger .badge-feuer-lilie-red:focus, a.badger .badge-feuer-lilie-red.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(231, 29, 54, 0.5); }
  .badger .badge-feuer-lilie-light {
    color: #FFFFFF;
    background-color: #ff5167; }
    a.badger .badge-feuer-lilie-light:hover, a.badger .badge-feuer-lilie-light:focus {
      color: #FFFFFF;
      background-color: #ff1e3a; }
    a.badger .badge-feuer-lilie-light:focus, a.badger .badge-feuer-lilie-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 81, 103, 0.5); }
  .badger .badge-bier-red-ale {
    color: #FFFFFF;
    background-color: #e65d00; }
    a.badger .badge-bier-red-ale:hover, a.badger .badge-bier-red-ale:focus {
      color: #FFFFFF;
      background-color: #b34800; }
    a.badger .badge-bier-red-ale:focus, a.badger .badge-bier-red-ale.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(230, 93, 0, 0.5); }
  .badger .badge-bier-weiss {
    color: #FFFFFF;
    background-color: #ff9f1d; }
    a.badger .badge-bier-weiss:hover, a.badger .badge-bier-weiss:focus {
      color: #FFFFFF;
      background-color: #e98600; }
    a.badger .badge-bier-weiss:focus, a.badger .badge-bier-weiss.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 159, 29, 0.5); }
  .badger .badge-bier-pilsen {
    color: #000000;
    background-color: #ffcf40; }
    a.badger .badge-bier-pilsen:hover, a.badger .badge-bier-pilsen:focus {
      color: #000000;
      background-color: #ffc20d; }
    a.badger .badge-bier-pilsen:focus, a.badger .badge-bier-pilsen.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 207, 64, 0.5); }
  .badger .badge-schwarzwald-dark {
    color: #FFFFFF;
    background-color: #009565; }
    a.badger .badge-schwarzwald-dark:hover, a.badger .badge-schwarzwald-dark:focus {
      color: #FFFFFF;
      background-color: #006242; }
    a.badger .badge-schwarzwald-dark:focus, a.badger .badge-schwarzwald-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 149, 101, 0.5); }
  .badger .badge-schwarzwald-green {
    color: #FFFFFF;
    background-color: #2dc493; }
    a.badger .badge-schwarzwald-green:hover, a.badger .badge-schwarzwald-green:focus {
      color: #FFFFFF;
      background-color: #239b74; }
    a.badger .badge-schwarzwald-green:focus, a.badger .badge-schwarzwald-green.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(45, 196, 147, 0.5); }
  .badger .badge-schwarzwald-light {
    color: #FFFFFF;
    background-color: #4ff0bc; }
    a.badger .badge-schwarzwald-light:hover, a.badger .badge-schwarzwald-light:focus {
      color: #FFFFFF;
      background-color: #20ecaa; }
    a.badger .badge-schwarzwald-light:focus, a.badger .badge-schwarzwald-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(79, 240, 188, 0.5); }
  .badger .badge-hansa-purple {
    color: #FFFFFF;
    background-color: #450d86; }
    a.badger .badge-hansa-purple:hover, a.badger .badge-hansa-purple:focus {
      color: #FFFFFF;
      background-color: #2d0858; }
    a.badger .badge-hansa-purple:focus, a.badger .badge-hansa-purple.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(69, 13, 134, 0.5); }
  .badger .badge-hansa-purple-light {
    color: #FFFFFF;
    background-color: #731dd8; }
    a.badger .badge-hansa-purple-light:hover, a.badger .badge-hansa-purple-light:focus {
      color: #FFFFFF;
      background-color: #5b17ab; }
    a.badger .badge-hansa-purple-light:focus, a.badger .badge-hansa-purple-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(115, 29, 216, 0.5); }
  .badger .badge-hansa-purple-lighter {
    color: #FFFFFF;
    background-color: #9e4cff; }
    a.badger .badge-hansa-purple-lighter:hover, a.badger .badge-hansa-purple-lighter:focus {
      color: #FFFFFF;
      background-color: #8219ff; }
    a.badger .badge-hansa-purple-lighter:focus, a.badger .badge-hansa-purple-lighter.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(158, 76, 255, 0.5); }
  .badger .badge-kornblume-dark {
    color: #FFFFFF;
    background-color: #032791; }
    a.badger .badge-kornblume-dark:hover, a.badger .badge-kornblume-dark:focus {
      color: #FFFFFF;
      background-color: #021a5f; }
    a.badger .badge-kornblume-dark:focus, a.badger .badge-kornblume-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(3, 39, 145, 0.5); }
  .badger .badge-kornblume-blue {
    color: #FFFFFF;
    background-color: #013ae0; }
    a.badger .badge-kornblume-blue:hover, a.badger .badge-kornblume-blue:focus {
      color: #FFFFFF;
      background-color: #012dad; }
    a.badger .badge-kornblume-blue:focus, a.badger .badge-kornblume-blue.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(1, 58, 224, 0.5); }
  .badger .badge-kornblume-light {
    color: #FFFFFF;
    background-color: #29a3ff; }
    a.badger .badge-kornblume-light:hover, a.badger .badge-kornblume-light:focus {
      color: #FFFFFF;
      background-color: #008cf5; }
    a.badger .badge-kornblume-light:focus, a.badger .badge-kornblume-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(41, 163, 255, 0.5); }
  .badger .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem; }
    @media (min-width: 576px) {
      .badger .jumbotron {
        padding: 4rem 2rem; } }
  .badger .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0; }
  .badger .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .badger .alert-heading {
    color: inherit; }
  .badger .alert-link {
    font-weight: 700; }
  .badger .alert-dismissible {
    padding-right: 4rem; }
    .badger .alert-dismissible .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0.75rem 1.25rem;
      color: inherit; }
  .badger .alert-primary {
    color: #2e4267;
    background-color: #dee5f4;
    border-color: #d1dbef; }
    .badger .alert-primary hr {
      border-top-color: #becce8; }
    .badger .alert-primary .alert-link {
      color: #1e2b44; }
  .badger .alert-secondary {
    color: #62666f;
    background-color: #f2f3f7;
    border-color: #eceff4; }
    .badger .alert-secondary hr {
      border-top-color: #dce1eb; }
    .badger .alert-secondary .alert-link {
      color: #4a4d54; }
  .badger .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
    .badger .alert-success hr {
      border-top-color: #b1dfbb; }
    .badger .alert-success .alert-link {
      color: #0b2e13; }
  .badger .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
    .badger .alert-info hr {
      border-top-color: #abdde5; }
    .badger .alert-info .alert-link {
      color: #062c33; }
  .badger .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
    .badger .alert-warning hr {
      border-top-color: #ffe8a1; }
    .badger .alert-warning .alert-link {
      color: #533f03; }
  .badger .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
    .badger .alert-danger hr {
      border-top-color: #f1b0b7; }
    .badger .alert-danger .alert-link {
      color: #491217; }
  .badger .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe; }
    .badger .alert-light hr {
      border-top-color: #ececf6; }
    .badger .alert-light .alert-link {
      color: #686868; }
  .badger .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca; }
    .badger .alert-dark hr {
      border-top-color: #b9bbbe; }
    .badger .alert-dark .alert-link {
      color: #040505; }
  .badger .alert-primary-dark {
    color: #182948;
    background-color: #d5dce8;
    border-color: #c5cedf; }
    .badger .alert-primary-dark hr {
      border-top-color: #b5c0d6; }
    .badger .alert-primary-dark .alert-link {
      color: #0b1322; }
  .badger .alert-primary-darker {
    color: #121e34;
    background-color: #d3d7e0;
    border-color: #c1c8d4; }
    .badger .alert-primary-darker hr {
      border-top-color: #b2bbca; }
    .badger .alert-primary-darker .alert-link {
      color: #05080e; }
  .badger .alert-primary-darkest {
    color: #0b1221;
    background-color: #d0d3d9;
    border-color: #bec2c9; }
    .badger .alert-primary-darkest hr {
      border-top-color: #b0b5bd; }
    .badger .alert-primary-darkest .alert-link {
      color: black; }
  .badger .alert-primary-light {
    color: #566175;
    background-color: #edf1f9;
    border-color: #e6ecf7; }
    .badger .alert-primary-light hr {
      border-top-color: #d3ddf1; }
    .badger .alert-primary-light .alert-link {
      color: #404958; }
  .badger .alert-primary-lighter {
    color: #6a707c;
    background-color: #f5f7fc;
    border-color: #f1f4fa; }
    .badger .alert-primary-lighter hr {
      border-top-color: #dee5f3; }
    .badger .alert-primary-lighter .alert-link {
      color: #525761; }
  .badger .alert-primary-lightest {
    color: #7e7f82;
    background-color: #fcfdfe;
    border-color: #fbfcfe; }
    .badger .alert-primary-lightest hr {
      border-top-color: #e7edf9; }
    .badger .alert-primary-lightest .alert-link {
      color: #656668; }
  .badger .alert-bayer-blue {
    color: #2e4267;
    background-color: #dee5f4;
    border-color: #d1dbef; }
    .badger .alert-bayer-blue hr {
      border-top-color: #becce8; }
    .badger .alert-bayer-blue .alert-link {
      color: #1e2b44; }
  .badger .alert-bayer-light-blue {
    color: #677185;
    background-color: #f4f8ff;
    border-color: #eff5ff; }
    .badger .alert-bayer-light-blue hr {
      border-top-color: #d6e5ff; }
    .badger .alert-bayer-light-blue .alert-link {
      color: #515968; }
  .badger .alert-edelweiss-dark {
    color: #3f3f3f;
    background-color: #e4e4e4;
    border-color: #d9d9d9; }
    .badger .alert-edelweiss-dark hr {
      border-top-color: #cccccc; }
    .badger .alert-edelweiss-dark .alert-link {
      color: #262525; }
  .badger .alert-edelweiss-gray {
    color: #6a6b6d;
    background-color: #f5f5f6;
    border-color: #f1f1f2; }
    .badger .alert-edelweiss-gray hr {
      border-top-color: #e4e4e6; }
    .badger .alert-edelweiss-gray .alert-link {
      color: #515253; }
  .badger .alert-edelweiss-light {
    color: #7f7f7f;
    background-color: #fdfdfd;
    border-color: #fcfcfc; }
    .badger .alert-edelweiss-light hr {
      border-top-color: #efefef; }
    .badger .alert-edelweiss-light .alert-link {
      color: #666565; }
  .badger .alert-badger-basic-black {
    color: #010b14;
    background-color: #ccd0d4;
    border-color: #b8bec3; }
    .badger .alert-badger-basic-black hr {
      border-top-color: #aab1b7; }
    .badger .alert-badger-basic-black .alert-link {
      color: black; }
  .badger .alert-badger-basic-white {
    color: #858585;
    background-color: white;
    border-color: white; }
    .badger .alert-badger-basic-white hr {
      border-top-color: #f2f2f2; }
    .badger .alert-badger-basic-white .alert-link {
      color: #6c6b6b; }
  .badger .alert-zugspitze-dark {
    color: #3d3d47;
    background-color: #e3e3e7;
    border-color: #d8d8de; }
    .badger .alert-zugspitze-dark hr {
      border-top-color: #cacad2; }
    .badger .alert-zugspitze-dark .alert-link {
      color: #25252c; }
  .badger .alert-zugspitze-gray {
    color: #54545a;
    background-color: #ececef;
    border-color: #e5e5e8; }
    .badger .alert-zugspitze-gray hr {
      border-top-color: #d7d7dc; }
    .badger .alert-zugspitze-gray .alert-link {
      color: #3b3b40; }
  .badger .alert-zugspitze-stone {
    color: #62666f;
    background-color: #f2f3f7;
    border-color: #eceff4; }
    .badger .alert-zugspitze-stone hr {
      border-top-color: #dce1eb; }
    .badger .alert-zugspitze-stone .alert-link {
      color: #4a4d54; }
  .badger .alert-feuer-lilie-dark {
    color: #56000a;
    background-color: #edccd0;
    border-color: #e6b8bd; }
    .badger .alert-feuer-lilie-dark hr {
      border-top-color: #dfa5ab; }
    .badger .alert-feuer-lilie-dark .alert-link {
      color: #230004; }
  .badger .alert-feuer-lilie-red {
    color: #780f1c;
    background-color: #fad2d7;
    border-color: #f8c0c7; }
    .badger .alert-feuer-lilie-red hr {
      border-top-color: #f5a9b3; }
    .badger .alert-feuer-lilie-red .alert-link {
      color: #4b0911; }
  .badger .alert-feuer-lilie-light {
    color: #852a36;
    background-color: #ffdce1;
    border-color: #ffced4; }
    .badger .alert-feuer-lilie-light hr {
      border-top-color: #ffb5be; }
    .badger .alert-feuer-lilie-light .alert-link {
      color: #5e1e26; }
  .badger .alert-bier-red-ale {
    color: #783000;
    background-color: #fadfcc;
    border-color: #f8d2b8; }
    .badger .alert-bier-red-ale hr {
      border-top-color: #f6c3a1; }
    .badger .alert-bier-red-ale .alert-link {
      color: #451c00; }
  .badger .alert-bier-weiss {
    color: #85530f;
    background-color: #ffecd2;
    border-color: #ffe4c0; }
    .badger .alert-bier-weiss hr {
      border-top-color: #ffd9a7; }
    .badger .alert-bier-weiss .alert-link {
      color: #57360a; }
  .badger .alert-bier-pilsen {
    color: #856c21;
    background-color: #fff5d9;
    border-color: #fff2ca; }
    .badger .alert-bier-pilsen hr {
      border-top-color: #ffecb1; }
    .badger .alert-bier-pilsen .alert-link {
      color: #5c4b17; }
  .badger .alert-schwarzwald-dark {
    color: #004d35;
    background-color: #cceae0;
    border-color: #b8e1d4; }
    .badger .alert-schwarzwald-dark hr {
      border-top-color: #a6d9c9; }
    .badger .alert-schwarzwald-dark .alert-link {
      color: #001a12; }
  .badger .alert-schwarzwald-green {
    color: #17664c;
    background-color: #d5f3e9;
    border-color: #c4eee1; }
    .badger .alert-schwarzwald-green hr {
      border-top-color: #b0e8d7; }
    .badger .alert-schwarzwald-green .alert-link {
      color: #0e3c2d; }
  .badger .alert-schwarzwald-light {
    color: #297d62;
    background-color: #dcfcf2;
    border-color: #cefbec; }
    .badger .alert-schwarzwald-light hr {
      border-top-color: #b6f9e3; }
    .badger .alert-schwarzwald-light .alert-link {
      color: #1c5744; }
  .badger .alert-hansa-purple {
    color: #240746;
    background-color: #dacfe7;
    border-color: #cbbbdd; }
    .badger .alert-hansa-purple hr {
      border-top-color: #beaad5; }
    .badger .alert-hansa-purple .alert-link {
      color: #0c0218; }
  .badger .alert-hansa-purple-light {
    color: #3c0f70;
    background-color: #e3d2f7;
    border-color: #d8c0f4; }
    .badger .alert-hansa-purple-light hr {
      border-top-color: #cbaaf0; }
    .badger .alert-hansa-purple-light .alert-link {
      color: #240943; }
  .badger .alert-hansa-purple-lighter {
    color: #522885;
    background-color: #ecdbff;
    border-color: #e4cdff; }
    .badger .alert-hansa-purple-lighter hr {
      border-top-color: #d6b4ff; }
    .badger .alert-hansa-purple-lighter .alert-link {
      color: #3a1c5e; }
  .badger .alert-kornblume-dark {
    color: #02144b;
    background-color: #cdd4e9;
    border-color: #b8c3e0; }
    .badger .alert-kornblume-dark hr {
      border-top-color: #a6b4d8; }
    .badger .alert-kornblume-dark .alert-link {
      color: #010719; }
  .badger .alert-kornblume-blue {
    color: #011e74;
    background-color: #ccd8f9;
    border-color: #b8c8f6; }
    .badger .alert-kornblume-blue hr {
      border-top-color: #a1b6f3; }
    .badger .alert-kornblume-blue .alert-link {
      color: #011141; }
  .badger .alert-kornblume-light {
    color: #155585;
    background-color: #d4edff;
    border-color: #c3e5ff; }
    .badger .alert-kornblume-light hr {
      border-top-color: #aadaff; }
    .badger .alert-kornblume-light .alert-link {
      color: #0e3959; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
  .badger .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.5625rem;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .badger .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #597fc7;
    transition: width 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .badger .progress-bar {
        transition: none; } }
  .badger .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }
  .badger .progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite; }
    @media (prefers-reduced-motion: reduce) {
      .badger .progress-bar-animated {
        animation: none; } }
  .badger .media {
    display: flex;
    align-items: flex-start; }
  .badger .media-body {
    flex: 1; }
  .badger .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
  .badger .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
    .badger .list-group-item-action:hover, .badger .list-group-item-action:focus {
      z-index: 1;
      color: #495057;
      text-decoration: none;
      background-color: #f8f9fa; }
    .badger .list-group-item-action:active {
      color: #797979;
      background-color: #e9ecef; }
  .badger .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #cccdd1; }
    .badger .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .badger .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
    .badger .list-group-item.disabled, .badger .list-group-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: #fff; }
    .badger .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #597fc7;
      border-color: #597fc7; }
  .badger .list-group-horizontal {
    flex-direction: row; }
    .badger .list-group-horizontal .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .badger .list-group-horizontal .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .badger .list-group-horizontal .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
  @media (min-width: 576px) {
    .badger .list-group-horizontal-sm {
      flex-direction: row; }
      .badger .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0; }
        .badger .list-group-horizontal-sm .list-group-item:first-child {
          border-top-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
          border-top-right-radius: 0; }
        .badger .list-group-horizontal-sm .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0; } }
  @media (min-width: 768px) {
    .badger .list-group-horizontal-md {
      flex-direction: row; }
      .badger .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0; }
        .badger .list-group-horizontal-md .list-group-item:first-child {
          border-top-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
          border-top-right-radius: 0; }
        .badger .list-group-horizontal-md .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0; } }
  @media (min-width: 992px) {
    .badger .list-group-horizontal-lg {
      flex-direction: row; }
      .badger .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0; }
        .badger .list-group-horizontal-lg .list-group-item:first-child {
          border-top-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
          border-top-right-radius: 0; }
        .badger .list-group-horizontal-lg .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0; } }
  @media (min-width: 1440px) {
    .badger .list-group-horizontal-xl {
      flex-direction: row; }
      .badger .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0; }
        .badger .list-group-horizontal-xl .list-group-item:first-child {
          border-top-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
          border-top-right-radius: 0; }
        .badger .list-group-horizontal-xl .list-group-item:last-child {
          margin-right: 0;
          border-top-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0; } }
  .badger .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
    .badger .list-group-flush .list-group-item:last-child {
      margin-bottom: -1px; }
  .badger .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .badger .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0; }
  .badger .list-group-item-primary {
    color: #2e4267;
    background-color: #d1dbef; }
    .badger .list-group-item-primary.list-group-item-action:hover, .badger .list-group-item-primary.list-group-item-action:focus {
      color: #2e4267;
      background-color: #becce8; }
    .badger .list-group-item-primary.list-group-item-action.active {
      color: #fff;
      background-color: #2e4267;
      border-color: #2e4267; }
  .badger .list-group-item-secondary {
    color: #62666f;
    background-color: #eceff4; }
    .badger .list-group-item-secondary.list-group-item-action:hover, .badger .list-group-item-secondary.list-group-item-action:focus {
      color: #62666f;
      background-color: #dce1eb; }
    .badger .list-group-item-secondary.list-group-item-action.active {
      color: #fff;
      background-color: #62666f;
      border-color: #62666f; }
  .badger .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb; }
    .badger .list-group-item-success.list-group-item-action:hover, .badger .list-group-item-success.list-group-item-action:focus {
      color: #155724;
      background-color: #b1dfbb; }
    .badger .list-group-item-success.list-group-item-action.active {
      color: #fff;
      background-color: #155724;
      border-color: #155724; }
  .badger .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb; }
    .badger .list-group-item-info.list-group-item-action:hover, .badger .list-group-item-info.list-group-item-action:focus {
      color: #0c5460;
      background-color: #abdde5; }
    .badger .list-group-item-info.list-group-item-action.active {
      color: #fff;
      background-color: #0c5460;
      border-color: #0c5460; }
  .badger .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba; }
    .badger .list-group-item-warning.list-group-item-action:hover, .badger .list-group-item-warning.list-group-item-action:focus {
      color: #856404;
      background-color: #ffe8a1; }
    .badger .list-group-item-warning.list-group-item-action.active {
      color: #fff;
      background-color: #856404;
      border-color: #856404; }
  .badger .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb; }
    .badger .list-group-item-danger.list-group-item-action:hover, .badger .list-group-item-danger.list-group-item-action:focus {
      color: #721c24;
      background-color: #f1b0b7; }
    .badger .list-group-item-danger.list-group-item-action.active {
      color: #fff;
      background-color: #721c24;
      border-color: #721c24; }
  .badger .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe; }
    .badger .list-group-item-light.list-group-item-action:hover, .badger .list-group-item-light.list-group-item-action:focus {
      color: #818182;
      background-color: #ececf6; }
    .badger .list-group-item-light.list-group-item-action.active {
      color: #fff;
      background-color: #818182;
      border-color: #818182; }
  .badger .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca; }
    .badger .list-group-item-dark.list-group-item-action:hover, .badger .list-group-item-dark.list-group-item-action:focus {
      color: #1b1e21;
      background-color: #b9bbbe; }
    .badger .list-group-item-dark.list-group-item-action.active {
      color: #fff;
      background-color: #1b1e21;
      border-color: #1b1e21; }
  .badger .list-group-item-primary-dark {
    color: #182948;
    background-color: #c5cedf; }
    .badger .list-group-item-primary-dark.list-group-item-action:hover, .badger .list-group-item-primary-dark.list-group-item-action:focus {
      color: #182948;
      background-color: #b5c0d6; }
    .badger .list-group-item-primary-dark.list-group-item-action.active {
      color: #fff;
      background-color: #182948;
      border-color: #182948; }
  .badger .list-group-item-primary-darker {
    color: #121e34;
    background-color: #c1c8d4; }
    .badger .list-group-item-primary-darker.list-group-item-action:hover, .badger .list-group-item-primary-darker.list-group-item-action:focus {
      color: #121e34;
      background-color: #b2bbca; }
    .badger .list-group-item-primary-darker.list-group-item-action.active {
      color: #fff;
      background-color: #121e34;
      border-color: #121e34; }
  .badger .list-group-item-primary-darkest {
    color: #0b1221;
    background-color: #bec2c9; }
    .badger .list-group-item-primary-darkest.list-group-item-action:hover, .badger .list-group-item-primary-darkest.list-group-item-action:focus {
      color: #0b1221;
      background-color: #b0b5bd; }
    .badger .list-group-item-primary-darkest.list-group-item-action.active {
      color: #fff;
      background-color: #0b1221;
      border-color: #0b1221; }
  .badger .list-group-item-primary-light {
    color: #566175;
    background-color: #e6ecf7; }
    .badger .list-group-item-primary-light.list-group-item-action:hover, .badger .list-group-item-primary-light.list-group-item-action:focus {
      color: #566175;
      background-color: #d3ddf1; }
    .badger .list-group-item-primary-light.list-group-item-action.active {
      color: #fff;
      background-color: #566175;
      border-color: #566175; }
  .badger .list-group-item-primary-lighter {
    color: #6a707c;
    background-color: #f1f4fa; }
    .badger .list-group-item-primary-lighter.list-group-item-action:hover, .badger .list-group-item-primary-lighter.list-group-item-action:focus {
      color: #6a707c;
      background-color: #dee5f3; }
    .badger .list-group-item-primary-lighter.list-group-item-action.active {
      color: #fff;
      background-color: #6a707c;
      border-color: #6a707c; }
  .badger .list-group-item-primary-lightest {
    color: #7e7f82;
    background-color: #fbfcfe; }
    .badger .list-group-item-primary-lightest.list-group-item-action:hover, .badger .list-group-item-primary-lightest.list-group-item-action:focus {
      color: #7e7f82;
      background-color: #e7edf9; }
    .badger .list-group-item-primary-lightest.list-group-item-action.active {
      color: #fff;
      background-color: #7e7f82;
      border-color: #7e7f82; }
  .badger .list-group-item-bayer-blue {
    color: #2e4267;
    background-color: #d1dbef; }
    .badger .list-group-item-bayer-blue.list-group-item-action:hover, .badger .list-group-item-bayer-blue.list-group-item-action:focus {
      color: #2e4267;
      background-color: #becce8; }
    .badger .list-group-item-bayer-blue.list-group-item-action.active {
      color: #fff;
      background-color: #2e4267;
      border-color: #2e4267; }
  .badger .list-group-item-bayer-light-blue {
    color: #677185;
    background-color: #eff5ff; }
    .badger .list-group-item-bayer-light-blue.list-group-item-action:hover, .badger .list-group-item-bayer-light-blue.list-group-item-action:focus {
      color: #677185;
      background-color: #d6e5ff; }
    .badger .list-group-item-bayer-light-blue.list-group-item-action.active {
      color: #fff;
      background-color: #677185;
      border-color: #677185; }
  .badger .list-group-item-edelweiss-dark {
    color: #3f3f3f;
    background-color: #d9d9d9; }
    .badger .list-group-item-edelweiss-dark.list-group-item-action:hover, .badger .list-group-item-edelweiss-dark.list-group-item-action:focus {
      color: #3f3f3f;
      background-color: #cccccc; }
    .badger .list-group-item-edelweiss-dark.list-group-item-action.active {
      color: #fff;
      background-color: #3f3f3f;
      border-color: #3f3f3f; }
  .badger .list-group-item-edelweiss-gray {
    color: #6a6b6d;
    background-color: #f1f1f2; }
    .badger .list-group-item-edelweiss-gray.list-group-item-action:hover, .badger .list-group-item-edelweiss-gray.list-group-item-action:focus {
      color: #6a6b6d;
      background-color: #e4e4e6; }
    .badger .list-group-item-edelweiss-gray.list-group-item-action.active {
      color: #fff;
      background-color: #6a6b6d;
      border-color: #6a6b6d; }
  .badger .list-group-item-edelweiss-light {
    color: #7f7f7f;
    background-color: #fcfcfc; }
    .badger .list-group-item-edelweiss-light.list-group-item-action:hover, .badger .list-group-item-edelweiss-light.list-group-item-action:focus {
      color: #7f7f7f;
      background-color: #efefef; }
    .badger .list-group-item-edelweiss-light.list-group-item-action.active {
      color: #fff;
      background-color: #7f7f7f;
      border-color: #7f7f7f; }
  .badger .list-group-item-badger-basic-black {
    color: #010b14;
    background-color: #b8bec3; }
    .badger .list-group-item-badger-basic-black.list-group-item-action:hover, .badger .list-group-item-badger-basic-black.list-group-item-action:focus {
      color: #010b14;
      background-color: #aab1b7; }
    .badger .list-group-item-badger-basic-black.list-group-item-action.active {
      color: #fff;
      background-color: #010b14;
      border-color: #010b14; }
  .badger .list-group-item-badger-basic-white {
    color: #858585;
    background-color: white; }
    .badger .list-group-item-badger-basic-white.list-group-item-action:hover, .badger .list-group-item-badger-basic-white.list-group-item-action:focus {
      color: #858585;
      background-color: #f2f2f2; }
    .badger .list-group-item-badger-basic-white.list-group-item-action.active {
      color: #fff;
      background-color: #858585;
      border-color: #858585; }
  .badger .list-group-item-zugspitze-dark {
    color: #3d3d47;
    background-color: #d8d8de; }
    .badger .list-group-item-zugspitze-dark.list-group-item-action:hover, .badger .list-group-item-zugspitze-dark.list-group-item-action:focus {
      color: #3d3d47;
      background-color: #cacad2; }
    .badger .list-group-item-zugspitze-dark.list-group-item-action.active {
      color: #fff;
      background-color: #3d3d47;
      border-color: #3d3d47; }
  .badger .list-group-item-zugspitze-gray {
    color: #54545a;
    background-color: #e5e5e8; }
    .badger .list-group-item-zugspitze-gray.list-group-item-action:hover, .badger .list-group-item-zugspitze-gray.list-group-item-action:focus {
      color: #54545a;
      background-color: #d7d7dc; }
    .badger .list-group-item-zugspitze-gray.list-group-item-action.active {
      color: #fff;
      background-color: #54545a;
      border-color: #54545a; }
  .badger .list-group-item-zugspitze-stone {
    color: #62666f;
    background-color: #eceff4; }
    .badger .list-group-item-zugspitze-stone.list-group-item-action:hover, .badger .list-group-item-zugspitze-stone.list-group-item-action:focus {
      color: #62666f;
      background-color: #dce1eb; }
    .badger .list-group-item-zugspitze-stone.list-group-item-action.active {
      color: #fff;
      background-color: #62666f;
      border-color: #62666f; }
  .badger .list-group-item-feuer-lilie-dark {
    color: #56000a;
    background-color: #e6b8bd; }
    .badger .list-group-item-feuer-lilie-dark.list-group-item-action:hover, .badger .list-group-item-feuer-lilie-dark.list-group-item-action:focus {
      color: #56000a;
      background-color: #dfa5ab; }
    .badger .list-group-item-feuer-lilie-dark.list-group-item-action.active {
      color: #fff;
      background-color: #56000a;
      border-color: #56000a; }
  .badger .list-group-item-feuer-lilie-red {
    color: #780f1c;
    background-color: #f8c0c7; }
    .badger .list-group-item-feuer-lilie-red.list-group-item-action:hover, .badger .list-group-item-feuer-lilie-red.list-group-item-action:focus {
      color: #780f1c;
      background-color: #f5a9b3; }
    .badger .list-group-item-feuer-lilie-red.list-group-item-action.active {
      color: #fff;
      background-color: #780f1c;
      border-color: #780f1c; }
  .badger .list-group-item-feuer-lilie-light {
    color: #852a36;
    background-color: #ffced4; }
    .badger .list-group-item-feuer-lilie-light.list-group-item-action:hover, .badger .list-group-item-feuer-lilie-light.list-group-item-action:focus {
      color: #852a36;
      background-color: #ffb5be; }
    .badger .list-group-item-feuer-lilie-light.list-group-item-action.active {
      color: #fff;
      background-color: #852a36;
      border-color: #852a36; }
  .badger .list-group-item-bier-red-ale {
    color: #783000;
    background-color: #f8d2b8; }
    .badger .list-group-item-bier-red-ale.list-group-item-action:hover, .badger .list-group-item-bier-red-ale.list-group-item-action:focus {
      color: #783000;
      background-color: #f6c3a1; }
    .badger .list-group-item-bier-red-ale.list-group-item-action.active {
      color: #fff;
      background-color: #783000;
      border-color: #783000; }
  .badger .list-group-item-bier-weiss {
    color: #85530f;
    background-color: #ffe4c0; }
    .badger .list-group-item-bier-weiss.list-group-item-action:hover, .badger .list-group-item-bier-weiss.list-group-item-action:focus {
      color: #85530f;
      background-color: #ffd9a7; }
    .badger .list-group-item-bier-weiss.list-group-item-action.active {
      color: #fff;
      background-color: #85530f;
      border-color: #85530f; }
  .badger .list-group-item-bier-pilsen {
    color: #856c21;
    background-color: #fff2ca; }
    .badger .list-group-item-bier-pilsen.list-group-item-action:hover, .badger .list-group-item-bier-pilsen.list-group-item-action:focus {
      color: #856c21;
      background-color: #ffecb1; }
    .badger .list-group-item-bier-pilsen.list-group-item-action.active {
      color: #fff;
      background-color: #856c21;
      border-color: #856c21; }
  .badger .list-group-item-schwarzwald-dark {
    color: #004d35;
    background-color: #b8e1d4; }
    .badger .list-group-item-schwarzwald-dark.list-group-item-action:hover, .badger .list-group-item-schwarzwald-dark.list-group-item-action:focus {
      color: #004d35;
      background-color: #a6d9c9; }
    .badger .list-group-item-schwarzwald-dark.list-group-item-action.active {
      color: #fff;
      background-color: #004d35;
      border-color: #004d35; }
  .badger .list-group-item-schwarzwald-green {
    color: #17664c;
    background-color: #c4eee1; }
    .badger .list-group-item-schwarzwald-green.list-group-item-action:hover, .badger .list-group-item-schwarzwald-green.list-group-item-action:focus {
      color: #17664c;
      background-color: #b0e8d7; }
    .badger .list-group-item-schwarzwald-green.list-group-item-action.active {
      color: #fff;
      background-color: #17664c;
      border-color: #17664c; }
  .badger .list-group-item-schwarzwald-light {
    color: #297d62;
    background-color: #cefbec; }
    .badger .list-group-item-schwarzwald-light.list-group-item-action:hover, .badger .list-group-item-schwarzwald-light.list-group-item-action:focus {
      color: #297d62;
      background-color: #b6f9e3; }
    .badger .list-group-item-schwarzwald-light.list-group-item-action.active {
      color: #fff;
      background-color: #297d62;
      border-color: #297d62; }
  .badger .list-group-item-hansa-purple {
    color: #240746;
    background-color: #cbbbdd; }
    .badger .list-group-item-hansa-purple.list-group-item-action:hover, .badger .list-group-item-hansa-purple.list-group-item-action:focus {
      color: #240746;
      background-color: #beaad5; }
    .badger .list-group-item-hansa-purple.list-group-item-action.active {
      color: #fff;
      background-color: #240746;
      border-color: #240746; }
  .badger .list-group-item-hansa-purple-light {
    color: #3c0f70;
    background-color: #d8c0f4; }
    .badger .list-group-item-hansa-purple-light.list-group-item-action:hover, .badger .list-group-item-hansa-purple-light.list-group-item-action:focus {
      color: #3c0f70;
      background-color: #cbaaf0; }
    .badger .list-group-item-hansa-purple-light.list-group-item-action.active {
      color: #fff;
      background-color: #3c0f70;
      border-color: #3c0f70; }
  .badger .list-group-item-hansa-purple-lighter {
    color: #522885;
    background-color: #e4cdff; }
    .badger .list-group-item-hansa-purple-lighter.list-group-item-action:hover, .badger .list-group-item-hansa-purple-lighter.list-group-item-action:focus {
      color: #522885;
      background-color: #d6b4ff; }
    .badger .list-group-item-hansa-purple-lighter.list-group-item-action.active {
      color: #fff;
      background-color: #522885;
      border-color: #522885; }
  .badger .list-group-item-kornblume-dark {
    color: #02144b;
    background-color: #b8c3e0; }
    .badger .list-group-item-kornblume-dark.list-group-item-action:hover, .badger .list-group-item-kornblume-dark.list-group-item-action:focus {
      color: #02144b;
      background-color: #a6b4d8; }
    .badger .list-group-item-kornblume-dark.list-group-item-action.active {
      color: #fff;
      background-color: #02144b;
      border-color: #02144b; }
  .badger .list-group-item-kornblume-blue {
    color: #011e74;
    background-color: #b8c8f6; }
    .badger .list-group-item-kornblume-blue.list-group-item-action:hover, .badger .list-group-item-kornblume-blue.list-group-item-action:focus {
      color: #011e74;
      background-color: #a1b6f3; }
    .badger .list-group-item-kornblume-blue.list-group-item-action.active {
      color: #fff;
      background-color: #011e74;
      border-color: #011e74; }
  .badger .list-group-item-kornblume-light {
    color: #155585;
    background-color: #c3e5ff; }
    .badger .list-group-item-kornblume-light.list-group-item-action:hover, .badger .list-group-item-kornblume-light.list-group-item-action:focus {
      color: #155585;
      background-color: #aadaff; }
    .badger .list-group-item-kornblume-light.list-group-item-action.active {
      color: #fff;
      background-color: #155585;
      border-color: #155585; }
  .badger .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #597fc7;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
    .badger .close:hover {
      color: #597fc7;
      text-decoration: none; }
    .badger .close:not(:disabled):not(.disabled):hover, .badger .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }
  .badger button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none; }
  .badger a.close.disabled {
    pointer-events: none; }
  .badger .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem; }
    .badger .toast:not(:last-child) {
      margin-bottom: 0.75rem; }
    .badger .toast.showing {
      opacity: 1; }
    .badger .toast.show {
      display: block;
      opacity: 1; }
    .badger .toast.hide {
      display: none; }
  .badger .toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .badger .toast-body {
    padding: 0.75rem; }
  .badger .modal-open {
    overflow: hidden; }
    .badger .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  .badger .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0; }
  .badger .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
    .modal.fade .badger .modal-dialog {
      transition: transform 0.3s ease-out;
      transform: translate(0, -50px); }
      @media (prefers-reduced-motion: reduce) {
        .modal.fade .badger .modal-dialog {
          transition: none; } }
    .modal.show .badger .modal-dialog {
      transform: none; }
  .badger .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem); }
    .badger .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 1rem);
      overflow: hidden; }
    .badger .modal-dialog-scrollable .modal-header,
    .badger .modal-dialog-scrollable .modal-footer {
      flex-shrink: 0; }
    .badger .modal-dialog-scrollable .modal-body {
      overflow-y: auto; }
  .badger .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem); }
    .badger .modal-dialog-centered::before {
      display: block;
      height: calc(100vh - 1rem);
      content: ""; }
    .badger .modal-dialog-centered.modal-dialog-scrollable {
      flex-direction: column;
      justify-content: center;
      height: 100%; }
      .badger .modal-dialog-centered.modal-dialog-scrollable .modal-content {
        max-height: none; }
      .badger .modal-dialog-centered.modal-dialog-scrollable::before {
        content: none; }
  .badger .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }
  .badger .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff; }
    .badger .modal-backdrop.fade {
      opacity: 0; }
    .badger .modal-backdrop.show {
      opacity: 0.5; }
  .badger .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.2rem 2rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
    .badger .modal-header .close {
      padding: 1.2rem 2rem;
      margin: -1rem -1rem -1rem auto; }
  .badger .modal-title {
    margin-bottom: 0;
    line-height: 2.1rem; }
  .badger .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem; }
  .badger .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem;
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
    .badger .modal-footer > :not(:first-child) {
      margin-left: .25rem; }
    .badger .modal-footer > :not(:last-child) {
      margin-right: .25rem; }
  .badger .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 576px) {
    .badger .modal-dialog {
      max-width: 650px;
      margin: 1.75rem auto; }
    .badger .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem); }
      .badger .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem); }
    .badger .modal-dialog-centered {
      min-height: calc(100% - 3.5rem); }
      .badger .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem); }
    .badger .modal-sm {
      max-width: 300px; } }
  @media (min-width: 992px) {
    .badger .modal-lg,
    .badger .modal-xl {
      max-width: 800px; } }
  @media (min-width: 1440px) {
    .badger .modal-xl {
      max-width: 965px; } }
  .badger .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.65625rem;
    word-wrap: break-word;
    opacity: 0; }
    .badger .tooltip.show {
      opacity: 0.9; }
    .badger .tooltip .arrow {
      position: absolute;
      display: block;
      width: 0.8rem;
      height: 0.4rem; }
      .badger .tooltip .arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .badger .bs-tooltip-top, .badger .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0; }
    .badger .bs-tooltip-top .arrow, .badger .bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
      .badger .bs-tooltip-top .arrow::before, .badger .bs-tooltip-auto[x-placement^="top"] .arrow::before {
        top: 0;
        border-width: 0.4rem 0.4rem 0;
        border-top-color: #000; }
  .badger .bs-tooltip-right, .badger .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem; }
    .badger .bs-tooltip-right .arrow, .badger .bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .badger .bs-tooltip-right .arrow::before, .badger .bs-tooltip-auto[x-placement^="right"] .arrow::before {
        right: 0;
        border-width: 0.4rem 0.4rem 0.4rem 0;
        border-right-color: #000; }
  .badger .bs-tooltip-bottom, .badger .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0; }
    .badger .bs-tooltip-bottom .arrow, .badger .bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
      .badger .bs-tooltip-bottom .arrow::before, .badger .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
        bottom: 0;
        border-width: 0 0.4rem 0.4rem;
        border-bottom-color: #000; }
  .badger .bs-tooltip-left, .badger .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem; }
    .badger .bs-tooltip-left .arrow, .badger .bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .badger .bs-tooltip-left .arrow::before, .badger .bs-tooltip-auto[x-placement^="left"] .arrow::before {
        left: 0;
        border-width: 0.4rem 0 0.4rem 0.4rem;
        border-left-color: #000; }
  .badger .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem; }
  .badger .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem; }
    .badger .popover .arrow {
      position: absolute;
      display: block;
      width: 1rem;
      height: 0.5rem;
      margin: 0 0.3rem; }
      .badger .popover .arrow::before, .badger .popover .arrow::after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .badger .bs-popover-top, .badger .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem; }
    .badger .bs-popover-top > .arrow, .badger .bs-popover-auto[x-placement^="top"] > .arrow {
      bottom: calc((0.5rem + 1px) * -1); }
      .badger .bs-popover-top > .arrow::before, .badger .bs-popover-auto[x-placement^="top"] > .arrow::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0, 0, 0, 0.25); }
      .badger .bs-popover-top > .arrow::after, .badger .bs-popover-auto[x-placement^="top"] > .arrow::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff; }
  .badger .bs-popover-right, .badger .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem; }
    .badger .bs-popover-right > .arrow, .badger .bs-popover-auto[x-placement^="right"] > .arrow {
      left: calc((0.5rem + 1px) * -1);
      width: 0.5rem;
      height: 1rem;
      margin: 0.3rem 0; }
      .badger .bs-popover-right > .arrow::before, .badger .bs-popover-auto[x-placement^="right"] > .arrow::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0, 0, 0, 0.25); }
      .badger .bs-popover-right > .arrow::after, .badger .bs-popover-auto[x-placement^="right"] > .arrow::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff; }
  .badger .bs-popover-bottom, .badger .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem; }
    .badger .bs-popover-bottom > .arrow, .badger .bs-popover-auto[x-placement^="bottom"] > .arrow {
      top: calc((0.5rem + 1px) * -1); }
      .badger .bs-popover-bottom > .arrow::before, .badger .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: rgba(0, 0, 0, 0.25); }
      .badger .bs-popover-bottom > .arrow::after, .badger .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: #fff; }
    .badger .bs-popover-bottom .popover-header::before, .badger .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 1rem;
      margin-left: -0.5rem;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .badger .bs-popover-left, .badger .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem; }
    .badger .bs-popover-left > .arrow, .badger .bs-popover-auto[x-placement^="left"] > .arrow {
      right: calc((0.5rem + 1px) * -1);
      width: 0.5rem;
      height: 1rem;
      margin: 0.3rem 0; }
      .badger .bs-popover-left > .arrow::before, .badger .bs-popover-auto[x-placement^="left"] > .arrow::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0, 0, 0, 0.25); }
      .badger .bs-popover-left > .arrow::after, .badger .bs-popover-auto[x-placement^="left"] > .arrow::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff; }
  .badger .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #757589;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
    .badger .popover-header:empty {
      display: none; }
  .badger .popover-body {
    padding: 0.5rem 0.75rem;
    color: #797979; }
  .badger .carousel {
    position: relative; }
  .badger .carousel.pointer-event {
    touch-action: pan-y; }
  .badger .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .badger .carousel-inner::after {
      display: block;
      clear: both;
      content: ""; }
  .badger .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .badger .carousel-item {
        transition: none; } }
  .badger .carousel-item.active,
  .badger .carousel-item-next,
  .badger .carousel-item-prev {
    display: block; }
  .badger .carousel-item-next:not(.carousel-item-left),
  .badger .active.carousel-item-right {
    transform: translateX(100%); }
  .badger .carousel-item-prev:not(.carousel-item-right),
  .badger .active.carousel-item-left {
    transform: translateX(-100%); }
  .badger .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none; }
  .badger .carousel-fade .carousel-item.active,
  .badger .carousel-fade .carousel-item-next.carousel-item-left,
  .badger .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1; }
  .badger .carousel-fade .active.carousel-item-left,
  .badger .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity; }
    @media (prefers-reduced-motion: reduce) {
      .badger .carousel-fade .active.carousel-item-left,
      .badger .carousel-fade .active.carousel-item-right {
        transition: none; } }
  .badger .carousel-control-prev,
  .badger .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease; }
    @media (prefers-reduced-motion: reduce) {
      .badger .carousel-control-prev,
      .badger .carousel-control-next {
        transition: none; } }
    .badger .carousel-control-prev:hover, .badger .carousel-control-prev:focus,
    .badger .carousel-control-next:hover,
    .badger .carousel-control-next:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: 0.9; }
  .badger .carousel-control-prev {
    left: 0; }
  .badger .carousel-control-next {
    right: 0; }
  .badger .carousel-control-prev-icon,
  .badger .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%; }
  .badger .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
  .badger .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
  .badger .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
    .badger .carousel-indicators li {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 30px;
      height: 3px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: .5;
      transition: opacity 0.6s ease; }
      @media (prefers-reduced-motion: reduce) {
        .badger .carousel-indicators li {
          transition: none; } }
    .badger .carousel-indicators .active {
      opacity: 1; }
  .badger .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
  .badger .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite; }
  .badger .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }
  .badger .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite; }
  .badger .spinner-grow-sm {
    width: 1rem;
    height: 1rem; }
  .badger .align-baseline {
    vertical-align: baseline !important; }
  .badger .align-top {
    vertical-align: top !important; }
  .badger .align-middle {
    vertical-align: middle !important; }
  .badger .align-bottom {
    vertical-align: bottom !important; }
  .badger .align-text-bottom {
    vertical-align: text-bottom !important; }
  .badger .align-text-top {
    vertical-align: text-top !important; }
  .badger .bg-primary {
    background-color: #597fc7 !important; }
  .badger a.bg-primary:hover, .badger a.bg-primary:focus,
  .badger button.bg-primary:hover,
  .badger button.bg-primary:focus {
    background-color: #3c64b1 !important; }
  .badger .bg-secondary {
    background-color: #bcc5d6 !important; }
  .badger a.bg-secondary:hover, .badger a.bg-secondary:focus,
  .badger button.bg-secondary:hover,
  .badger button.bg-secondary:focus {
    background-color: #9caac3 !important; }
  .badger .bg-success {
    background-color: #28a745 !important; }
  .badger a.bg-success:hover, .badger a.bg-success:focus,
  .badger button.bg-success:hover,
  .badger button.bg-success:focus {
    background-color: #1e7e34 !important; }
  .badger .bg-info {
    background-color: #17a2b8 !important; }
  .badger a.bg-info:hover, .badger a.bg-info:focus,
  .badger button.bg-info:hover,
  .badger button.bg-info:focus {
    background-color: #117a8b !important; }
  .badger .bg-warning {
    background-color: #ffc107 !important; }
  .badger a.bg-warning:hover, .badger a.bg-warning:focus,
  .badger button.bg-warning:hover,
  .badger button.bg-warning:focus {
    background-color: #d39e00 !important; }
  .badger .bg-danger {
    background-color: #dc3545 !important; }
  .badger a.bg-danger:hover, .badger a.bg-danger:focus,
  .badger button.bg-danger:hover,
  .badger button.bg-danger:focus {
    background-color: #bd2130 !important; }
  .badger .bg-light {
    background-color: #f8f9fa !important; }
  .badger a.bg-light:hover, .badger a.bg-light:focus,
  .badger button.bg-light:hover,
  .badger button.bg-light:focus {
    background-color: #dae0e5 !important; }
  .badger .bg-dark {
    background-color: #343a40 !important; }
  .badger a.bg-dark:hover, .badger a.bg-dark:focus,
  .badger button.bg-dark:hover,
  .badger button.bg-dark:focus {
    background-color: #1d2124 !important; }
  .badger .bg-primary-dark {
    background-color: #2f4f8b !important; }
  .badger a.bg-primary-dark:hover, .badger a.bg-primary-dark:focus,
  .badger button.bg-primary-dark:hover,
  .badger button.bg-primary-dark:focus {
    background-color: #223965 !important; }
  .badger .bg-primary-darker {
    background-color: #223965 !important; }
  .badger a.bg-primary-darker:hover, .badger a.bg-primary-darker:focus,
  .badger button.bg-primary-darker:hover,
  .badger button.bg-primary-darker:focus {
    background-color: #15243f !important; }
  .badger .bg-primary-darkest {
    background-color: #15243f !important; }
  .badger a.bg-primary-darkest:hover, .badger a.bg-primary-darkest:focus,
  .badger button.bg-primary-darkest:hover,
  .badger button.bg-primary-darkest:focus {
    background-color: #080e19 !important; }
  .badger .bg-primary-light {
    background-color: #a5bae1 !important; }
  .badger a.bg-primary-light:hover, .badger a.bg-primary-light:focus,
  .badger button.bg-primary-light:hover,
  .badger button.bg-primary-light:focus {
    background-color: #7f9cd4 !important; }
  .badger .bg-primary-lighter {
    background-color: #cbd7ee !important; }
  .badger a.bg-primary-lighter:hover, .badger a.bg-primary-lighter:focus,
  .badger button.bg-primary-lighter:hover,
  .badger button.bg-primary-lighter:focus {
    background-color: #a5bae1 !important; }
  .badger .bg-primary-lightest {
    background-color: #f2f5fa !important; }
  .badger a.bg-primary-lightest:hover, .badger a.bg-primary-lightest:focus,
  .badger button.bg-primary-lightest:hover,
  .badger button.bg-primary-lightest:focus {
    background-color: #cbd7ee !important; }
  .badger .bg-bayer-blue {
    background-color: #597fc7 !important; }
  .badger a.bg-bayer-blue:hover, .badger a.bg-bayer-blue:focus,
  .badger button.bg-bayer-blue:hover,
  .badger button.bg-bayer-blue:focus {
    background-color: #3c64b1 !important; }
  .badger .bg-bayer-light-blue {
    background-color: #c7daff !important; }
  .badger a.bg-bayer-light-blue:hover, .badger a.bg-bayer-light-blue:focus,
  .badger button.bg-bayer-light-blue:hover,
  .badger button.bg-bayer-light-blue:focus {
    background-color: #94b8ff !important; }
  .badger .bg-edelweiss-dark {
    background-color: #797979 !important; }
  .badger a.bg-edelweiss-dark:hover, .badger a.bg-edelweiss-dark:focus,
  .badger button.bg-edelweiss-dark:hover,
  .badger button.bg-edelweiss-dark:focus {
    background-color: #605f5f !important; }
  .badger .bg-edelweiss-gray {
    background-color: #cccdd1 !important; }
  .badger a.bg-edelweiss-gray:hover, .badger a.bg-edelweiss-gray:focus,
  .badger button.bg-edelweiss-gray:hover,
  .badger button.bg-edelweiss-gray:focus {
    background-color: #b1b3b9 !important; }
  .badger .bg-edelweiss-light {
    background-color: #f5f5f5 !important; }
  .badger a.bg-edelweiss-light:hover, .badger a.bg-edelweiss-light:focus,
  .badger button.bg-edelweiss-light:hover,
  .badger button.bg-edelweiss-light:focus {
    background-color: #dcdbdb !important; }
  .badger .bg-badger-basic-black {
    background-color: #011627 !important; }
  .badger a.bg-badger-basic-black:hover, .badger a.bg-badger-basic-black:focus,
  .badger button.bg-badger-basic-black:hover,
  .badger button.bg-badger-basic-black:focus {
    background-color: black !important; }
  .badger .bg-badger-basic-white {
    background-color: #fff !important; }
  .badger a.bg-badger-basic-white:hover, .badger a.bg-badger-basic-white:focus,
  .badger button.bg-badger-basic-white:hover,
  .badger button.bg-badger-basic-white:focus {
    background-color: #e6e5e5 !important; }
  .badger .bg-zugspitze-dark {
    background-color: #757589 !important; }
  .badger a.bg-zugspitze-dark:hover, .badger a.bg-zugspitze-dark:focus,
  .badger button.bg-zugspitze-dark:hover,
  .badger button.bg-zugspitze-dark:focus {
    background-color: #5e5e6d !important; }
  .badger .bg-zugspitze-gray {
    background-color: #a2a2ae !important; }
  .badger a.bg-zugspitze-gray:hover, .badger a.bg-zugspitze-gray:focus,
  .badger button.bg-zugspitze-gray:hover,
  .badger button.bg-zugspitze-gray:focus {
    background-color: #878796 !important; }
  .badger .bg-zugspitze-stone {
    background-color: #bcc5d6 !important; }
  .badger a.bg-zugspitze-stone:hover, .badger a.bg-zugspitze-stone:focus,
  .badger button.bg-zugspitze-stone:hover,
  .badger button.bg-zugspitze-stone:focus {
    background-color: #9caac3 !important; }
  .badger .bg-feuer-lilie-dark {
    background-color: #a50014 !important; }
  .badger a.bg-feuer-lilie-dark:hover, .badger a.bg-feuer-lilie-dark:focus,
  .badger button.bg-feuer-lilie-dark:hover,
  .badger button.bg-feuer-lilie-dark:focus {
    background-color: #72000e !important; }
  .badger .bg-feuer-lilie-red {
    background-color: #e71d36 !important; }
  .badger a.bg-feuer-lilie-red:hover, .badger a.bg-feuer-lilie-red:focus,
  .badger button.bg-feuer-lilie-red:hover,
  .badger button.bg-feuer-lilie-red:focus {
    background-color: #bd1429 !important; }
  .badger .bg-feuer-lilie-light {
    background-color: #ff5167 !important; }
  .badger a.bg-feuer-lilie-light:hover, .badger a.bg-feuer-lilie-light:focus,
  .badger button.bg-feuer-lilie-light:hover,
  .badger button.bg-feuer-lilie-light:focus {
    background-color: #ff1e3a !important; }
  .badger .bg-bier-red-ale {
    background-color: #e65d00 !important; }
  .badger a.bg-bier-red-ale:hover, .badger a.bg-bier-red-ale:focus,
  .badger button.bg-bier-red-ale:hover,
  .badger button.bg-bier-red-ale:focus {
    background-color: #b34800 !important; }
  .badger .bg-bier-weiss {
    background-color: #ff9f1d !important; }
  .badger a.bg-bier-weiss:hover, .badger a.bg-bier-weiss:focus,
  .badger button.bg-bier-weiss:hover,
  .badger button.bg-bier-weiss:focus {
    background-color: #e98600 !important; }
  .badger .bg-bier-pilsen {
    background-color: #ffcf40 !important; }
  .badger a.bg-bier-pilsen:hover, .badger a.bg-bier-pilsen:focus,
  .badger button.bg-bier-pilsen:hover,
  .badger button.bg-bier-pilsen:focus {
    background-color: #ffc20d !important; }
  .badger .bg-schwarzwald-dark {
    background-color: #009565 !important; }
  .badger a.bg-schwarzwald-dark:hover, .badger a.bg-schwarzwald-dark:focus,
  .badger button.bg-schwarzwald-dark:hover,
  .badger button.bg-schwarzwald-dark:focus {
    background-color: #006242 !important; }
  .badger .bg-schwarzwald-green {
    background-color: #2dc493 !important; }
  .badger a.bg-schwarzwald-green:hover, .badger a.bg-schwarzwald-green:focus,
  .badger button.bg-schwarzwald-green:hover,
  .badger button.bg-schwarzwald-green:focus {
    background-color: #239b74 !important; }
  .badger .bg-schwarzwald-light {
    background-color: #4ff0bc !important; }
  .badger a.bg-schwarzwald-light:hover, .badger a.bg-schwarzwald-light:focus,
  .badger button.bg-schwarzwald-light:hover,
  .badger button.bg-schwarzwald-light:focus {
    background-color: #20ecaa !important; }
  .badger .bg-hansa-purple {
    background-color: #450d86 !important; }
  .badger a.bg-hansa-purple:hover, .badger a.bg-hansa-purple:focus,
  .badger button.bg-hansa-purple:hover,
  .badger button.bg-hansa-purple:focus {
    background-color: #2d0858 !important; }
  .badger .bg-hansa-purple-light {
    background-color: #731dd8 !important; }
  .badger a.bg-hansa-purple-light:hover, .badger a.bg-hansa-purple-light:focus,
  .badger button.bg-hansa-purple-light:hover,
  .badger button.bg-hansa-purple-light:focus {
    background-color: #5b17ab !important; }
  .badger .bg-hansa-purple-lighter {
    background-color: #9e4cff !important; }
  .badger a.bg-hansa-purple-lighter:hover, .badger a.bg-hansa-purple-lighter:focus,
  .badger button.bg-hansa-purple-lighter:hover,
  .badger button.bg-hansa-purple-lighter:focus {
    background-color: #8219ff !important; }
  .badger .bg-kornblume-dark {
    background-color: #032791 !important; }
  .badger a.bg-kornblume-dark:hover, .badger a.bg-kornblume-dark:focus,
  .badger button.bg-kornblume-dark:hover,
  .badger button.bg-kornblume-dark:focus {
    background-color: #021a5f !important; }
  .badger .bg-kornblume-blue {
    background-color: #013ae0 !important; }
  .badger a.bg-kornblume-blue:hover, .badger a.bg-kornblume-blue:focus,
  .badger button.bg-kornblume-blue:hover,
  .badger button.bg-kornblume-blue:focus {
    background-color: #012dad !important; }
  .badger .bg-kornblume-light {
    background-color: #29a3ff !important; }
  .badger a.bg-kornblume-light:hover, .badger a.bg-kornblume-light:focus,
  .badger button.bg-kornblume-light:hover,
  .badger button.bg-kornblume-light:focus {
    background-color: #008cf5 !important; }
  .badger .bg-white {
    background-color: #fff !important; }
  .badger .bg-transparent {
    background-color: transparent !important; }
  .badger .border {
    border: 1px solid #dee2e6 !important; }
  .badger .border-top {
    border-top: 1px solid #dee2e6 !important; }
  .badger .border-right {
    border-right: 1px solid #dee2e6 !important; }
  .badger .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .badger .border-left {
    border-left: 1px solid #dee2e6 !important; }
  .badger .border-0 {
    border: 0 !important; }
  .badger .border-top-0 {
    border-top: 0 !important; }
  .badger .border-right-0 {
    border-right: 0 !important; }
  .badger .border-bottom-0 {
    border-bottom: 0 !important; }
  .badger .border-left-0 {
    border-left: 0 !important; }
  .badger .border-primary {
    border-color: #597fc7 !important; }
  .badger .border-secondary {
    border-color: #bcc5d6 !important; }
  .badger .border-success {
    border-color: #28a745 !important; }
  .badger .border-info {
    border-color: #17a2b8 !important; }
  .badger .border-warning {
    border-color: #ffc107 !important; }
  .badger .border-danger {
    border-color: #dc3545 !important; }
  .badger .border-light {
    border-color: #f8f9fa !important; }
  .badger .border-dark {
    border-color: #343a40 !important; }
  .badger .border-primary-dark {
    border-color: #2f4f8b !important; }
  .badger .border-primary-darker {
    border-color: #223965 !important; }
  .badger .border-primary-darkest {
    border-color: #15243f !important; }
  .badger .border-primary-light {
    border-color: #a5bae1 !important; }
  .badger .border-primary-lighter {
    border-color: #cbd7ee !important; }
  .badger .border-primary-lightest {
    border-color: #f2f5fa !important; }
  .badger .border-bayer-blue {
    border-color: #597fc7 !important; }
  .badger .border-bayer-light-blue {
    border-color: #c7daff !important; }
  .badger .border-edelweiss-dark {
    border-color: #797979 !important; }
  .badger .border-edelweiss-gray {
    border-color: #cccdd1 !important; }
  .badger .border-edelweiss-light {
    border-color: #f5f5f5 !important; }
  .badger .border-badger-basic-black {
    border-color: #011627 !important; }
  .badger .border-badger-basic-white {
    border-color: #fff !important; }
  .badger .border-zugspitze-dark {
    border-color: #757589 !important; }
  .badger .border-zugspitze-gray {
    border-color: #a2a2ae !important; }
  .badger .border-zugspitze-stone {
    border-color: #bcc5d6 !important; }
  .badger .border-feuer-lilie-dark {
    border-color: #a50014 !important; }
  .badger .border-feuer-lilie-red {
    border-color: #e71d36 !important; }
  .badger .border-feuer-lilie-light {
    border-color: #ff5167 !important; }
  .badger .border-bier-red-ale {
    border-color: #e65d00 !important; }
  .badger .border-bier-weiss {
    border-color: #ff9f1d !important; }
  .badger .border-bier-pilsen {
    border-color: #ffcf40 !important; }
  .badger .border-schwarzwald-dark {
    border-color: #009565 !important; }
  .badger .border-schwarzwald-green {
    border-color: #2dc493 !important; }
  .badger .border-schwarzwald-light {
    border-color: #4ff0bc !important; }
  .badger .border-hansa-purple {
    border-color: #450d86 !important; }
  .badger .border-hansa-purple-light {
    border-color: #731dd8 !important; }
  .badger .border-hansa-purple-lighter {
    border-color: #9e4cff !important; }
  .badger .border-kornblume-dark {
    border-color: #032791 !important; }
  .badger .border-kornblume-blue {
    border-color: #013ae0 !important; }
  .badger .border-kornblume-light {
    border-color: #29a3ff !important; }
  .badger .border-white {
    border-color: #fff !important; }
  .badger .rounded-sm {
    border-radius: 0.2rem !important; }
  .badger .rounded {
    border-radius: 0.25rem !important; }
  .badger .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .badger .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  .badger .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .badger .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .badger .rounded-lg {
    border-radius: 0.3rem !important; }
  .badger .rounded-circle {
    border-radius: 50% !important; }
  .badger .rounded-pill {
    border-radius: 50rem !important; }
  .badger .rounded-0 {
    border-radius: 0 !important; }
  .badger .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  .badger .d-none {
    display: none !important; }
  .badger .d-inline {
    display: inline !important; }
  .badger .d-inline-block {
    display: inline-block !important; }
  .badger .d-block {
    display: block !important; }
  .badger .d-table {
    display: table !important; }
  .badger .d-table-row {
    display: table-row !important; }
  .badger .d-table-cell {
    display: table-cell !important; }
  .badger .d-flex {
    display: flex !important; }
  .badger .d-inline-flex {
    display: inline-flex !important; }
  @media (min-width: 576px) {
    .badger .d-sm-none {
      display: none !important; }
    .badger .d-sm-inline {
      display: inline !important; }
    .badger .d-sm-inline-block {
      display: inline-block !important; }
    .badger .d-sm-block {
      display: block !important; }
    .badger .d-sm-table {
      display: table !important; }
    .badger .d-sm-table-row {
      display: table-row !important; }
    .badger .d-sm-table-cell {
      display: table-cell !important; }
    .badger .d-sm-flex {
      display: flex !important; }
    .badger .d-sm-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 768px) {
    .badger .d-md-none {
      display: none !important; }
    .badger .d-md-inline {
      display: inline !important; }
    .badger .d-md-inline-block {
      display: inline-block !important; }
    .badger .d-md-block {
      display: block !important; }
    .badger .d-md-table {
      display: table !important; }
    .badger .d-md-table-row {
      display: table-row !important; }
    .badger .d-md-table-cell {
      display: table-cell !important; }
    .badger .d-md-flex {
      display: flex !important; }
    .badger .d-md-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 992px) {
    .badger .d-lg-none {
      display: none !important; }
    .badger .d-lg-inline {
      display: inline !important; }
    .badger .d-lg-inline-block {
      display: inline-block !important; }
    .badger .d-lg-block {
      display: block !important; }
    .badger .d-lg-table {
      display: table !important; }
    .badger .d-lg-table-row {
      display: table-row !important; }
    .badger .d-lg-table-cell {
      display: table-cell !important; }
    .badger .d-lg-flex {
      display: flex !important; }
    .badger .d-lg-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1440px) {
    .badger .d-xl-none {
      display: none !important; }
    .badger .d-xl-inline {
      display: inline !important; }
    .badger .d-xl-inline-block {
      display: inline-block !important; }
    .badger .d-xl-block {
      display: block !important; }
    .badger .d-xl-table {
      display: table !important; }
    .badger .d-xl-table-row {
      display: table-row !important; }
    .badger .d-xl-table-cell {
      display: table-cell !important; }
    .badger .d-xl-flex {
      display: flex !important; }
    .badger .d-xl-inline-flex {
      display: inline-flex !important; } }
  @media print {
    .badger .d-print-none {
      display: none !important; }
    .badger .d-print-inline {
      display: inline !important; }
    .badger .d-print-inline-block {
      display: inline-block !important; }
    .badger .d-print-block {
      display: block !important; }
    .badger .d-print-table {
      display: table !important; }
    .badger .d-print-table-row {
      display: table-row !important; }
    .badger .d-print-table-cell {
      display: table-cell !important; }
    .badger .d-print-flex {
      display: flex !important; }
    .badger .d-print-inline-flex {
      display: inline-flex !important; } }
  .badger .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .badger .embed-responsive::before {
      display: block;
      content: ""; }
    .badger .embed-responsive .embed-responsive-item,
    .badger .embed-responsive iframe,
    .badger .embed-responsive embed,
    .badger .embed-responsive object,
    .badger .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .badger .embed-responsive-21by9::before {
    padding-top: 42.85714286%; }
  .badger .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  .badger .embed-responsive-4by3::before {
    padding-top: 75%; }
  .badger .embed-responsive-1by1::before {
    padding-top: 100%; }
  .badger .flex-row {
    flex-direction: row !important; }
  .badger .flex-column {
    flex-direction: column !important; }
  .badger .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .badger .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .badger .flex-wrap {
    flex-wrap: wrap !important; }
  .badger .flex-nowrap {
    flex-wrap: nowrap !important; }
  .badger .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .badger .flex-fill {
    flex: 1 1 auto !important; }
  .badger .flex-grow-0 {
    flex-grow: 0 !important; }
  .badger .flex-grow-1 {
    flex-grow: 1 !important; }
  .badger .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .badger .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .badger .justify-content-start {
    justify-content: flex-start !important; }
  .badger .justify-content-end {
    justify-content: flex-end !important; }
  .badger .justify-content-center {
    justify-content: center !important; }
  .badger .justify-content-between {
    justify-content: space-between !important; }
  .badger .justify-content-around {
    justify-content: space-around !important; }
  .badger .align-items-start {
    align-items: flex-start !important; }
  .badger .align-items-end {
    align-items: flex-end !important; }
  .badger .align-items-center {
    align-items: center !important; }
  .badger .align-items-baseline {
    align-items: baseline !important; }
  .badger .align-items-stretch {
    align-items: stretch !important; }
  .badger .align-content-start {
    align-content: flex-start !important; }
  .badger .align-content-end {
    align-content: flex-end !important; }
  .badger .align-content-center {
    align-content: center !important; }
  .badger .align-content-between {
    align-content: space-between !important; }
  .badger .align-content-around {
    align-content: space-around !important; }
  .badger .align-content-stretch {
    align-content: stretch !important; }
  .badger .align-self-auto {
    align-self: auto !important; }
  .badger .align-self-start {
    align-self: flex-start !important; }
  .badger .align-self-end {
    align-self: flex-end !important; }
  .badger .align-self-center {
    align-self: center !important; }
  .badger .align-self-baseline {
    align-self: baseline !important; }
  .badger .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 576px) {
    .badger .flex-sm-row {
      flex-direction: row !important; }
    .badger .flex-sm-column {
      flex-direction: column !important; }
    .badger .flex-sm-row-reverse {
      flex-direction: row-reverse !important; }
    .badger .flex-sm-column-reverse {
      flex-direction: column-reverse !important; }
    .badger .flex-sm-wrap {
      flex-wrap: wrap !important; }
    .badger .flex-sm-nowrap {
      flex-wrap: nowrap !important; }
    .badger .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .badger .flex-sm-fill {
      flex: 1 1 auto !important; }
    .badger .flex-sm-grow-0 {
      flex-grow: 0 !important; }
    .badger .flex-sm-grow-1 {
      flex-grow: 1 !important; }
    .badger .flex-sm-shrink-0 {
      flex-shrink: 0 !important; }
    .badger .flex-sm-shrink-1 {
      flex-shrink: 1 !important; }
    .badger .justify-content-sm-start {
      justify-content: flex-start !important; }
    .badger .justify-content-sm-end {
      justify-content: flex-end !important; }
    .badger .justify-content-sm-center {
      justify-content: center !important; }
    .badger .justify-content-sm-between {
      justify-content: space-between !important; }
    .badger .justify-content-sm-around {
      justify-content: space-around !important; }
    .badger .align-items-sm-start {
      align-items: flex-start !important; }
    .badger .align-items-sm-end {
      align-items: flex-end !important; }
    .badger .align-items-sm-center {
      align-items: center !important; }
    .badger .align-items-sm-baseline {
      align-items: baseline !important; }
    .badger .align-items-sm-stretch {
      align-items: stretch !important; }
    .badger .align-content-sm-start {
      align-content: flex-start !important; }
    .badger .align-content-sm-end {
      align-content: flex-end !important; }
    .badger .align-content-sm-center {
      align-content: center !important; }
    .badger .align-content-sm-between {
      align-content: space-between !important; }
    .badger .align-content-sm-around {
      align-content: space-around !important; }
    .badger .align-content-sm-stretch {
      align-content: stretch !important; }
    .badger .align-self-sm-auto {
      align-self: auto !important; }
    .badger .align-self-sm-start {
      align-self: flex-start !important; }
    .badger .align-self-sm-end {
      align-self: flex-end !important; }
    .badger .align-self-sm-center {
      align-self: center !important; }
    .badger .align-self-sm-baseline {
      align-self: baseline !important; }
    .badger .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 768px) {
    .badger .flex-md-row {
      flex-direction: row !important; }
    .badger .flex-md-column {
      flex-direction: column !important; }
    .badger .flex-md-row-reverse {
      flex-direction: row-reverse !important; }
    .badger .flex-md-column-reverse {
      flex-direction: column-reverse !important; }
    .badger .flex-md-wrap {
      flex-wrap: wrap !important; }
    .badger .flex-md-nowrap {
      flex-wrap: nowrap !important; }
    .badger .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .badger .flex-md-fill {
      flex: 1 1 auto !important; }
    .badger .flex-md-grow-0 {
      flex-grow: 0 !important; }
    .badger .flex-md-grow-1 {
      flex-grow: 1 !important; }
    .badger .flex-md-shrink-0 {
      flex-shrink: 0 !important; }
    .badger .flex-md-shrink-1 {
      flex-shrink: 1 !important; }
    .badger .justify-content-md-start {
      justify-content: flex-start !important; }
    .badger .justify-content-md-end {
      justify-content: flex-end !important; }
    .badger .justify-content-md-center {
      justify-content: center !important; }
    .badger .justify-content-md-between {
      justify-content: space-between !important; }
    .badger .justify-content-md-around {
      justify-content: space-around !important; }
    .badger .align-items-md-start {
      align-items: flex-start !important; }
    .badger .align-items-md-end {
      align-items: flex-end !important; }
    .badger .align-items-md-center {
      align-items: center !important; }
    .badger .align-items-md-baseline {
      align-items: baseline !important; }
    .badger .align-items-md-stretch {
      align-items: stretch !important; }
    .badger .align-content-md-start {
      align-content: flex-start !important; }
    .badger .align-content-md-end {
      align-content: flex-end !important; }
    .badger .align-content-md-center {
      align-content: center !important; }
    .badger .align-content-md-between {
      align-content: space-between !important; }
    .badger .align-content-md-around {
      align-content: space-around !important; }
    .badger .align-content-md-stretch {
      align-content: stretch !important; }
    .badger .align-self-md-auto {
      align-self: auto !important; }
    .badger .align-self-md-start {
      align-self: flex-start !important; }
    .badger .align-self-md-end {
      align-self: flex-end !important; }
    .badger .align-self-md-center {
      align-self: center !important; }
    .badger .align-self-md-baseline {
      align-self: baseline !important; }
    .badger .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 992px) {
    .badger .flex-lg-row {
      flex-direction: row !important; }
    .badger .flex-lg-column {
      flex-direction: column !important; }
    .badger .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }
    .badger .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }
    .badger .flex-lg-wrap {
      flex-wrap: wrap !important; }
    .badger .flex-lg-nowrap {
      flex-wrap: nowrap !important; }
    .badger .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .badger .flex-lg-fill {
      flex: 1 1 auto !important; }
    .badger .flex-lg-grow-0 {
      flex-grow: 0 !important; }
    .badger .flex-lg-grow-1 {
      flex-grow: 1 !important; }
    .badger .flex-lg-shrink-0 {
      flex-shrink: 0 !important; }
    .badger .flex-lg-shrink-1 {
      flex-shrink: 1 !important; }
    .badger .justify-content-lg-start {
      justify-content: flex-start !important; }
    .badger .justify-content-lg-end {
      justify-content: flex-end !important; }
    .badger .justify-content-lg-center {
      justify-content: center !important; }
    .badger .justify-content-lg-between {
      justify-content: space-between !important; }
    .badger .justify-content-lg-around {
      justify-content: space-around !important; }
    .badger .align-items-lg-start {
      align-items: flex-start !important; }
    .badger .align-items-lg-end {
      align-items: flex-end !important; }
    .badger .align-items-lg-center {
      align-items: center !important; }
    .badger .align-items-lg-baseline {
      align-items: baseline !important; }
    .badger .align-items-lg-stretch {
      align-items: stretch !important; }
    .badger .align-content-lg-start {
      align-content: flex-start !important; }
    .badger .align-content-lg-end {
      align-content: flex-end !important; }
    .badger .align-content-lg-center {
      align-content: center !important; }
    .badger .align-content-lg-between {
      align-content: space-between !important; }
    .badger .align-content-lg-around {
      align-content: space-around !important; }
    .badger .align-content-lg-stretch {
      align-content: stretch !important; }
    .badger .align-self-lg-auto {
      align-self: auto !important; }
    .badger .align-self-lg-start {
      align-self: flex-start !important; }
    .badger .align-self-lg-end {
      align-self: flex-end !important; }
    .badger .align-self-lg-center {
      align-self: center !important; }
    .badger .align-self-lg-baseline {
      align-self: baseline !important; }
    .badger .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1440px) {
    .badger .flex-xl-row {
      flex-direction: row !important; }
    .badger .flex-xl-column {
      flex-direction: column !important; }
    .badger .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }
    .badger .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }
    .badger .flex-xl-wrap {
      flex-wrap: wrap !important; }
    .badger .flex-xl-nowrap {
      flex-wrap: nowrap !important; }
    .badger .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .badger .flex-xl-fill {
      flex: 1 1 auto !important; }
    .badger .flex-xl-grow-0 {
      flex-grow: 0 !important; }
    .badger .flex-xl-grow-1 {
      flex-grow: 1 !important; }
    .badger .flex-xl-shrink-0 {
      flex-shrink: 0 !important; }
    .badger .flex-xl-shrink-1 {
      flex-shrink: 1 !important; }
    .badger .justify-content-xl-start {
      justify-content: flex-start !important; }
    .badger .justify-content-xl-end {
      justify-content: flex-end !important; }
    .badger .justify-content-xl-center {
      justify-content: center !important; }
    .badger .justify-content-xl-between {
      justify-content: space-between !important; }
    .badger .justify-content-xl-around {
      justify-content: space-around !important; }
    .badger .align-items-xl-start {
      align-items: flex-start !important; }
    .badger .align-items-xl-end {
      align-items: flex-end !important; }
    .badger .align-items-xl-center {
      align-items: center !important; }
    .badger .align-items-xl-baseline {
      align-items: baseline !important; }
    .badger .align-items-xl-stretch {
      align-items: stretch !important; }
    .badger .align-content-xl-start {
      align-content: flex-start !important; }
    .badger .align-content-xl-end {
      align-content: flex-end !important; }
    .badger .align-content-xl-center {
      align-content: center !important; }
    .badger .align-content-xl-between {
      align-content: space-between !important; }
    .badger .align-content-xl-around {
      align-content: space-around !important; }
    .badger .align-content-xl-stretch {
      align-content: stretch !important; }
    .badger .align-self-xl-auto {
      align-self: auto !important; }
    .badger .align-self-xl-start {
      align-self: flex-start !important; }
    .badger .align-self-xl-end {
      align-self: flex-end !important; }
    .badger .align-self-xl-center {
      align-self: center !important; }
    .badger .align-self-xl-baseline {
      align-self: baseline !important; }
    .badger .align-self-xl-stretch {
      align-self: stretch !important; } }
  .badger .float-left {
    float: left !important; }
  .badger .float-right {
    float: right !important; }
  .badger .float-none {
    float: none !important; }
  @media (min-width: 576px) {
    .badger .float-sm-left {
      float: left !important; }
    .badger .float-sm-right {
      float: right !important; }
    .badger .float-sm-none {
      float: none !important; } }
  @media (min-width: 768px) {
    .badger .float-md-left {
      float: left !important; }
    .badger .float-md-right {
      float: right !important; }
    .badger .float-md-none {
      float: none !important; } }
  @media (min-width: 992px) {
    .badger .float-lg-left {
      float: left !important; }
    .badger .float-lg-right {
      float: right !important; }
    .badger .float-lg-none {
      float: none !important; } }
  @media (min-width: 1440px) {
    .badger .float-xl-left {
      float: left !important; }
    .badger .float-xl-right {
      float: right !important; }
    .badger .float-xl-none {
      float: none !important; } }
  .badger .overflow-auto {
    overflow: auto !important; }
  .badger .overflow-hidden {
    overflow: hidden !important; }
  .badger .position-static {
    position: static !important; }
  .badger .position-relative {
    position: relative !important; }
  .badger .position-absolute {
    position: absolute !important; }
  .badger .position-fixed {
    position: fixed !important; }
  .badger .position-sticky {
    position: sticky !important; }
  .badger .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .badger .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports (position: sticky) {
    .badger .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .badger .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .badger .sr-only-focusable:active, .badger .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .badger .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .badger .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .badger .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .badger .shadow-none {
    box-shadow: none !important; }
  .badger .w-25 {
    width: 25% !important; }
  .badger .w-50 {
    width: 50% !important; }
  .badger .w-75 {
    width: 75% !important; }
  .badger .w-100 {
    width: 100% !important; }
  .badger .w-auto {
    width: auto !important; }
  .badger .h-25 {
    height: 25% !important; }
  .badger .h-50 {
    height: 50% !important; }
  .badger .h-75 {
    height: 75% !important; }
  .badger .h-100 {
    height: 100% !important; }
  .badger .h-auto {
    height: auto !important; }
  .badger .mw-100 {
    max-width: 100% !important; }
  .badger .mh-100 {
    max-height: 100% !important; }
  .badger .min-vw-100 {
    min-width: 100vw !important; }
  .badger .min-vh-100 {
    min-height: 100vh !important; }
  .badger .vw-100 {
    width: 100vw !important; }
  .badger .vh-100 {
    height: 100vh !important; }
  .badger .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0); }
  .badger .m-0 {
    margin: 0 !important; }
  .badger .mt-0,
  .badger .my-0 {
    margin-top: 0 !important; }
  .badger .mr-0,
  .badger .mx-0 {
    margin-right: 0 !important; }
  .badger .mb-0,
  .badger .my-0 {
    margin-bottom: 0 !important; }
  .badger .ml-0,
  .badger .mx-0 {
    margin-left: 0 !important; }
  .badger .m-1 {
    margin: 0.25rem !important; }
  .badger .mt-1,
  .badger .my-1 {
    margin-top: 0.25rem !important; }
  .badger .mr-1,
  .badger .mx-1 {
    margin-right: 0.25rem !important; }
  .badger .mb-1,
  .badger .my-1 {
    margin-bottom: 0.25rem !important; }
  .badger .ml-1,
  .badger .mx-1 {
    margin-left: 0.25rem !important; }
  .badger .m-2 {
    margin: 0.5rem !important; }
  .badger .mt-2,
  .badger .my-2 {
    margin-top: 0.5rem !important; }
  .badger .mr-2,
  .badger .mx-2 {
    margin-right: 0.5rem !important; }
  .badger .mb-2,
  .badger .my-2 {
    margin-bottom: 0.5rem !important; }
  .badger .ml-2,
  .badger .mx-2 {
    margin-left: 0.5rem !important; }
  .badger .m-3 {
    margin: 1rem !important; }
  .badger .mt-3,
  .badger .my-3 {
    margin-top: 1rem !important; }
  .badger .mr-3,
  .badger .mx-3 {
    margin-right: 1rem !important; }
  .badger .mb-3,
  .badger .my-3 {
    margin-bottom: 1rem !important; }
  .badger .ml-3,
  .badger .mx-3 {
    margin-left: 1rem !important; }
  .badger .m-4 {
    margin: 1.5rem !important; }
  .badger .mt-4,
  .badger .my-4 {
    margin-top: 1.5rem !important; }
  .badger .mr-4,
  .badger .mx-4 {
    margin-right: 1.5rem !important; }
  .badger .mb-4,
  .badger .my-4 {
    margin-bottom: 1.5rem !important; }
  .badger .ml-4,
  .badger .mx-4 {
    margin-left: 1.5rem !important; }
  .badger .m-5 {
    margin: 3rem !important; }
  .badger .mt-5,
  .badger .my-5 {
    margin-top: 3rem !important; }
  .badger .mr-5,
  .badger .mx-5 {
    margin-right: 3rem !important; }
  .badger .mb-5,
  .badger .my-5 {
    margin-bottom: 3rem !important; }
  .badger .ml-5,
  .badger .mx-5 {
    margin-left: 3rem !important; }
  .badger .p-0 {
    padding: 0 !important; }
  .badger .pt-0,
  .badger .py-0 {
    padding-top: 0 !important; }
  .badger .pr-0,
  .badger .px-0 {
    padding-right: 0 !important; }
  .badger .pb-0,
  .badger .py-0 {
    padding-bottom: 0 !important; }
  .badger .pl-0,
  .badger .px-0 {
    padding-left: 0 !important; }
  .badger .p-1 {
    padding: 0.25rem !important; }
  .badger .pt-1,
  .badger .py-1 {
    padding-top: 0.25rem !important; }
  .badger .pr-1,
  .badger .px-1 {
    padding-right: 0.25rem !important; }
  .badger .pb-1,
  .badger .py-1 {
    padding-bottom: 0.25rem !important; }
  .badger .pl-1,
  .badger .px-1 {
    padding-left: 0.25rem !important; }
  .badger .p-2 {
    padding: 0.5rem !important; }
  .badger .pt-2,
  .badger .py-2 {
    padding-top: 0.5rem !important; }
  .badger .pr-2,
  .badger .px-2 {
    padding-right: 0.5rem !important; }
  .badger .pb-2,
  .badger .py-2 {
    padding-bottom: 0.5rem !important; }
  .badger .pl-2,
  .badger .px-2 {
    padding-left: 0.5rem !important; }
  .badger .p-3 {
    padding: 1rem !important; }
  .badger .pt-3,
  .badger .py-3 {
    padding-top: 1rem !important; }
  .badger .pr-3,
  .badger .px-3 {
    padding-right: 1rem !important; }
  .badger .pb-3,
  .badger .py-3 {
    padding-bottom: 1rem !important; }
  .badger .pl-3,
  .badger .px-3 {
    padding-left: 1rem !important; }
  .badger .p-4 {
    padding: 1.5rem !important; }
  .badger .pt-4,
  .badger .py-4 {
    padding-top: 1.5rem !important; }
  .badger .pr-4,
  .badger .px-4 {
    padding-right: 1.5rem !important; }
  .badger .pb-4,
  .badger .py-4 {
    padding-bottom: 1.5rem !important; }
  .badger .pl-4,
  .badger .px-4 {
    padding-left: 1.5rem !important; }
  .badger .p-5 {
    padding: 3rem !important; }
  .badger .pt-5,
  .badger .py-5 {
    padding-top: 3rem !important; }
  .badger .pr-5,
  .badger .px-5 {
    padding-right: 3rem !important; }
  .badger .pb-5,
  .badger .py-5 {
    padding-bottom: 3rem !important; }
  .badger .pl-5,
  .badger .px-5 {
    padding-left: 3rem !important; }
  .badger .m-n1 {
    margin: -0.25rem !important; }
  .badger .mt-n1,
  .badger .my-n1 {
    margin-top: -0.25rem !important; }
  .badger .mr-n1,
  .badger .mx-n1 {
    margin-right: -0.25rem !important; }
  .badger .mb-n1,
  .badger .my-n1 {
    margin-bottom: -0.25rem !important; }
  .badger .ml-n1,
  .badger .mx-n1 {
    margin-left: -0.25rem !important; }
  .badger .m-n2 {
    margin: -0.5rem !important; }
  .badger .mt-n2,
  .badger .my-n2 {
    margin-top: -0.5rem !important; }
  .badger .mr-n2,
  .badger .mx-n2 {
    margin-right: -0.5rem !important; }
  .badger .mb-n2,
  .badger .my-n2 {
    margin-bottom: -0.5rem !important; }
  .badger .ml-n2,
  .badger .mx-n2 {
    margin-left: -0.5rem !important; }
  .badger .m-n3 {
    margin: -1rem !important; }
  .badger .mt-n3,
  .badger .my-n3 {
    margin-top: -1rem !important; }
  .badger .mr-n3,
  .badger .mx-n3 {
    margin-right: -1rem !important; }
  .badger .mb-n3,
  .badger .my-n3 {
    margin-bottom: -1rem !important; }
  .badger .ml-n3,
  .badger .mx-n3 {
    margin-left: -1rem !important; }
  .badger .m-n4 {
    margin: -1.5rem !important; }
  .badger .mt-n4,
  .badger .my-n4 {
    margin-top: -1.5rem !important; }
  .badger .mr-n4,
  .badger .mx-n4 {
    margin-right: -1.5rem !important; }
  .badger .mb-n4,
  .badger .my-n4 {
    margin-bottom: -1.5rem !important; }
  .badger .ml-n4,
  .badger .mx-n4 {
    margin-left: -1.5rem !important; }
  .badger .m-n5 {
    margin: -3rem !important; }
  .badger .mt-n5,
  .badger .my-n5 {
    margin-top: -3rem !important; }
  .badger .mr-n5,
  .badger .mx-n5 {
    margin-right: -3rem !important; }
  .badger .mb-n5,
  .badger .my-n5 {
    margin-bottom: -3rem !important; }
  .badger .ml-n5,
  .badger .mx-n5 {
    margin-left: -3rem !important; }
  .badger .m-auto {
    margin: auto !important; }
  .badger .mt-auto,
  .badger .my-auto {
    margin-top: auto !important; }
  .badger .mr-auto,
  .badger .mx-auto {
    margin-right: auto !important; }
  .badger .mb-auto,
  .badger .my-auto {
    margin-bottom: auto !important; }
  .badger .ml-auto,
  .badger .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
    .badger .m-sm-0 {
      margin: 0 !important; }
    .badger .mt-sm-0,
    .badger .my-sm-0 {
      margin-top: 0 !important; }
    .badger .mr-sm-0,
    .badger .mx-sm-0 {
      margin-right: 0 !important; }
    .badger .mb-sm-0,
    .badger .my-sm-0 {
      margin-bottom: 0 !important; }
    .badger .ml-sm-0,
    .badger .mx-sm-0 {
      margin-left: 0 !important; }
    .badger .m-sm-1 {
      margin: 0.25rem !important; }
    .badger .mt-sm-1,
    .badger .my-sm-1 {
      margin-top: 0.25rem !important; }
    .badger .mr-sm-1,
    .badger .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .badger .mb-sm-1,
    .badger .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    .badger .ml-sm-1,
    .badger .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .badger .m-sm-2 {
      margin: 0.5rem !important; }
    .badger .mt-sm-2,
    .badger .my-sm-2 {
      margin-top: 0.5rem !important; }
    .badger .mr-sm-2,
    .badger .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .badger .mb-sm-2,
    .badger .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    .badger .ml-sm-2,
    .badger .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .badger .m-sm-3 {
      margin: 1rem !important; }
    .badger .mt-sm-3,
    .badger .my-sm-3 {
      margin-top: 1rem !important; }
    .badger .mr-sm-3,
    .badger .mx-sm-3 {
      margin-right: 1rem !important; }
    .badger .mb-sm-3,
    .badger .my-sm-3 {
      margin-bottom: 1rem !important; }
    .badger .ml-sm-3,
    .badger .mx-sm-3 {
      margin-left: 1rem !important; }
    .badger .m-sm-4 {
      margin: 1.5rem !important; }
    .badger .mt-sm-4,
    .badger .my-sm-4 {
      margin-top: 1.5rem !important; }
    .badger .mr-sm-4,
    .badger .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .badger .mb-sm-4,
    .badger .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .badger .ml-sm-4,
    .badger .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .badger .m-sm-5 {
      margin: 3rem !important; }
    .badger .mt-sm-5,
    .badger .my-sm-5 {
      margin-top: 3rem !important; }
    .badger .mr-sm-5,
    .badger .mx-sm-5 {
      margin-right: 3rem !important; }
    .badger .mb-sm-5,
    .badger .my-sm-5 {
      margin-bottom: 3rem !important; }
    .badger .ml-sm-5,
    .badger .mx-sm-5 {
      margin-left: 3rem !important; }
    .badger .p-sm-0 {
      padding: 0 !important; }
    .badger .pt-sm-0,
    .badger .py-sm-0 {
      padding-top: 0 !important; }
    .badger .pr-sm-0,
    .badger .px-sm-0 {
      padding-right: 0 !important; }
    .badger .pb-sm-0,
    .badger .py-sm-0 {
      padding-bottom: 0 !important; }
    .badger .pl-sm-0,
    .badger .px-sm-0 {
      padding-left: 0 !important; }
    .badger .p-sm-1 {
      padding: 0.25rem !important; }
    .badger .pt-sm-1,
    .badger .py-sm-1 {
      padding-top: 0.25rem !important; }
    .badger .pr-sm-1,
    .badger .px-sm-1 {
      padding-right: 0.25rem !important; }
    .badger .pb-sm-1,
    .badger .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    .badger .pl-sm-1,
    .badger .px-sm-1 {
      padding-left: 0.25rem !important; }
    .badger .p-sm-2 {
      padding: 0.5rem !important; }
    .badger .pt-sm-2,
    .badger .py-sm-2 {
      padding-top: 0.5rem !important; }
    .badger .pr-sm-2,
    .badger .px-sm-2 {
      padding-right: 0.5rem !important; }
    .badger .pb-sm-2,
    .badger .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    .badger .pl-sm-2,
    .badger .px-sm-2 {
      padding-left: 0.5rem !important; }
    .badger .p-sm-3 {
      padding: 1rem !important; }
    .badger .pt-sm-3,
    .badger .py-sm-3 {
      padding-top: 1rem !important; }
    .badger .pr-sm-3,
    .badger .px-sm-3 {
      padding-right: 1rem !important; }
    .badger .pb-sm-3,
    .badger .py-sm-3 {
      padding-bottom: 1rem !important; }
    .badger .pl-sm-3,
    .badger .px-sm-3 {
      padding-left: 1rem !important; }
    .badger .p-sm-4 {
      padding: 1.5rem !important; }
    .badger .pt-sm-4,
    .badger .py-sm-4 {
      padding-top: 1.5rem !important; }
    .badger .pr-sm-4,
    .badger .px-sm-4 {
      padding-right: 1.5rem !important; }
    .badger .pb-sm-4,
    .badger .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .badger .pl-sm-4,
    .badger .px-sm-4 {
      padding-left: 1.5rem !important; }
    .badger .p-sm-5 {
      padding: 3rem !important; }
    .badger .pt-sm-5,
    .badger .py-sm-5 {
      padding-top: 3rem !important; }
    .badger .pr-sm-5,
    .badger .px-sm-5 {
      padding-right: 3rem !important; }
    .badger .pb-sm-5,
    .badger .py-sm-5 {
      padding-bottom: 3rem !important; }
    .badger .pl-sm-5,
    .badger .px-sm-5 {
      padding-left: 3rem !important; }
    .badger .m-sm-n1 {
      margin: -0.25rem !important; }
    .badger .mt-sm-n1,
    .badger .my-sm-n1 {
      margin-top: -0.25rem !important; }
    .badger .mr-sm-n1,
    .badger .mx-sm-n1 {
      margin-right: -0.25rem !important; }
    .badger .mb-sm-n1,
    .badger .my-sm-n1 {
      margin-bottom: -0.25rem !important; }
    .badger .ml-sm-n1,
    .badger .mx-sm-n1 {
      margin-left: -0.25rem !important; }
    .badger .m-sm-n2 {
      margin: -0.5rem !important; }
    .badger .mt-sm-n2,
    .badger .my-sm-n2 {
      margin-top: -0.5rem !important; }
    .badger .mr-sm-n2,
    .badger .mx-sm-n2 {
      margin-right: -0.5rem !important; }
    .badger .mb-sm-n2,
    .badger .my-sm-n2 {
      margin-bottom: -0.5rem !important; }
    .badger .ml-sm-n2,
    .badger .mx-sm-n2 {
      margin-left: -0.5rem !important; }
    .badger .m-sm-n3 {
      margin: -1rem !important; }
    .badger .mt-sm-n3,
    .badger .my-sm-n3 {
      margin-top: -1rem !important; }
    .badger .mr-sm-n3,
    .badger .mx-sm-n3 {
      margin-right: -1rem !important; }
    .badger .mb-sm-n3,
    .badger .my-sm-n3 {
      margin-bottom: -1rem !important; }
    .badger .ml-sm-n3,
    .badger .mx-sm-n3 {
      margin-left: -1rem !important; }
    .badger .m-sm-n4 {
      margin: -1.5rem !important; }
    .badger .mt-sm-n4,
    .badger .my-sm-n4 {
      margin-top: -1.5rem !important; }
    .badger .mr-sm-n4,
    .badger .mx-sm-n4 {
      margin-right: -1.5rem !important; }
    .badger .mb-sm-n4,
    .badger .my-sm-n4 {
      margin-bottom: -1.5rem !important; }
    .badger .ml-sm-n4,
    .badger .mx-sm-n4 {
      margin-left: -1.5rem !important; }
    .badger .m-sm-n5 {
      margin: -3rem !important; }
    .badger .mt-sm-n5,
    .badger .my-sm-n5 {
      margin-top: -3rem !important; }
    .badger .mr-sm-n5,
    .badger .mx-sm-n5 {
      margin-right: -3rem !important; }
    .badger .mb-sm-n5,
    .badger .my-sm-n5 {
      margin-bottom: -3rem !important; }
    .badger .ml-sm-n5,
    .badger .mx-sm-n5 {
      margin-left: -3rem !important; }
    .badger .m-sm-auto {
      margin: auto !important; }
    .badger .mt-sm-auto,
    .badger .my-sm-auto {
      margin-top: auto !important; }
    .badger .mr-sm-auto,
    .badger .mx-sm-auto {
      margin-right: auto !important; }
    .badger .mb-sm-auto,
    .badger .my-sm-auto {
      margin-bottom: auto !important; }
    .badger .ml-sm-auto,
    .badger .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
    .badger .m-md-0 {
      margin: 0 !important; }
    .badger .mt-md-0,
    .badger .my-md-0 {
      margin-top: 0 !important; }
    .badger .mr-md-0,
    .badger .mx-md-0 {
      margin-right: 0 !important; }
    .badger .mb-md-0,
    .badger .my-md-0 {
      margin-bottom: 0 !important; }
    .badger .ml-md-0,
    .badger .mx-md-0 {
      margin-left: 0 !important; }
    .badger .m-md-1 {
      margin: 0.25rem !important; }
    .badger .mt-md-1,
    .badger .my-md-1 {
      margin-top: 0.25rem !important; }
    .badger .mr-md-1,
    .badger .mx-md-1 {
      margin-right: 0.25rem !important; }
    .badger .mb-md-1,
    .badger .my-md-1 {
      margin-bottom: 0.25rem !important; }
    .badger .ml-md-1,
    .badger .mx-md-1 {
      margin-left: 0.25rem !important; }
    .badger .m-md-2 {
      margin: 0.5rem !important; }
    .badger .mt-md-2,
    .badger .my-md-2 {
      margin-top: 0.5rem !important; }
    .badger .mr-md-2,
    .badger .mx-md-2 {
      margin-right: 0.5rem !important; }
    .badger .mb-md-2,
    .badger .my-md-2 {
      margin-bottom: 0.5rem !important; }
    .badger .ml-md-2,
    .badger .mx-md-2 {
      margin-left: 0.5rem !important; }
    .badger .m-md-3 {
      margin: 1rem !important; }
    .badger .mt-md-3,
    .badger .my-md-3 {
      margin-top: 1rem !important; }
    .badger .mr-md-3,
    .badger .mx-md-3 {
      margin-right: 1rem !important; }
    .badger .mb-md-3,
    .badger .my-md-3 {
      margin-bottom: 1rem !important; }
    .badger .ml-md-3,
    .badger .mx-md-3 {
      margin-left: 1rem !important; }
    .badger .m-md-4 {
      margin: 1.5rem !important; }
    .badger .mt-md-4,
    .badger .my-md-4 {
      margin-top: 1.5rem !important; }
    .badger .mr-md-4,
    .badger .mx-md-4 {
      margin-right: 1.5rem !important; }
    .badger .mb-md-4,
    .badger .my-md-4 {
      margin-bottom: 1.5rem !important; }
    .badger .ml-md-4,
    .badger .mx-md-4 {
      margin-left: 1.5rem !important; }
    .badger .m-md-5 {
      margin: 3rem !important; }
    .badger .mt-md-5,
    .badger .my-md-5 {
      margin-top: 3rem !important; }
    .badger .mr-md-5,
    .badger .mx-md-5 {
      margin-right: 3rem !important; }
    .badger .mb-md-5,
    .badger .my-md-5 {
      margin-bottom: 3rem !important; }
    .badger .ml-md-5,
    .badger .mx-md-5 {
      margin-left: 3rem !important; }
    .badger .p-md-0 {
      padding: 0 !important; }
    .badger .pt-md-0,
    .badger .py-md-0 {
      padding-top: 0 !important; }
    .badger .pr-md-0,
    .badger .px-md-0 {
      padding-right: 0 !important; }
    .badger .pb-md-0,
    .badger .py-md-0 {
      padding-bottom: 0 !important; }
    .badger .pl-md-0,
    .badger .px-md-0 {
      padding-left: 0 !important; }
    .badger .p-md-1 {
      padding: 0.25rem !important; }
    .badger .pt-md-1,
    .badger .py-md-1 {
      padding-top: 0.25rem !important; }
    .badger .pr-md-1,
    .badger .px-md-1 {
      padding-right: 0.25rem !important; }
    .badger .pb-md-1,
    .badger .py-md-1 {
      padding-bottom: 0.25rem !important; }
    .badger .pl-md-1,
    .badger .px-md-1 {
      padding-left: 0.25rem !important; }
    .badger .p-md-2 {
      padding: 0.5rem !important; }
    .badger .pt-md-2,
    .badger .py-md-2 {
      padding-top: 0.5rem !important; }
    .badger .pr-md-2,
    .badger .px-md-2 {
      padding-right: 0.5rem !important; }
    .badger .pb-md-2,
    .badger .py-md-2 {
      padding-bottom: 0.5rem !important; }
    .badger .pl-md-2,
    .badger .px-md-2 {
      padding-left: 0.5rem !important; }
    .badger .p-md-3 {
      padding: 1rem !important; }
    .badger .pt-md-3,
    .badger .py-md-3 {
      padding-top: 1rem !important; }
    .badger .pr-md-3,
    .badger .px-md-3 {
      padding-right: 1rem !important; }
    .badger .pb-md-3,
    .badger .py-md-3 {
      padding-bottom: 1rem !important; }
    .badger .pl-md-3,
    .badger .px-md-3 {
      padding-left: 1rem !important; }
    .badger .p-md-4 {
      padding: 1.5rem !important; }
    .badger .pt-md-4,
    .badger .py-md-4 {
      padding-top: 1.5rem !important; }
    .badger .pr-md-4,
    .badger .px-md-4 {
      padding-right: 1.5rem !important; }
    .badger .pb-md-4,
    .badger .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .badger .pl-md-4,
    .badger .px-md-4 {
      padding-left: 1.5rem !important; }
    .badger .p-md-5 {
      padding: 3rem !important; }
    .badger .pt-md-5,
    .badger .py-md-5 {
      padding-top: 3rem !important; }
    .badger .pr-md-5,
    .badger .px-md-5 {
      padding-right: 3rem !important; }
    .badger .pb-md-5,
    .badger .py-md-5 {
      padding-bottom: 3rem !important; }
    .badger .pl-md-5,
    .badger .px-md-5 {
      padding-left: 3rem !important; }
    .badger .m-md-n1 {
      margin: -0.25rem !important; }
    .badger .mt-md-n1,
    .badger .my-md-n1 {
      margin-top: -0.25rem !important; }
    .badger .mr-md-n1,
    .badger .mx-md-n1 {
      margin-right: -0.25rem !important; }
    .badger .mb-md-n1,
    .badger .my-md-n1 {
      margin-bottom: -0.25rem !important; }
    .badger .ml-md-n1,
    .badger .mx-md-n1 {
      margin-left: -0.25rem !important; }
    .badger .m-md-n2 {
      margin: -0.5rem !important; }
    .badger .mt-md-n2,
    .badger .my-md-n2 {
      margin-top: -0.5rem !important; }
    .badger .mr-md-n2,
    .badger .mx-md-n2 {
      margin-right: -0.5rem !important; }
    .badger .mb-md-n2,
    .badger .my-md-n2 {
      margin-bottom: -0.5rem !important; }
    .badger .ml-md-n2,
    .badger .mx-md-n2 {
      margin-left: -0.5rem !important; }
    .badger .m-md-n3 {
      margin: -1rem !important; }
    .badger .mt-md-n3,
    .badger .my-md-n3 {
      margin-top: -1rem !important; }
    .badger .mr-md-n3,
    .badger .mx-md-n3 {
      margin-right: -1rem !important; }
    .badger .mb-md-n3,
    .badger .my-md-n3 {
      margin-bottom: -1rem !important; }
    .badger .ml-md-n3,
    .badger .mx-md-n3 {
      margin-left: -1rem !important; }
    .badger .m-md-n4 {
      margin: -1.5rem !important; }
    .badger .mt-md-n4,
    .badger .my-md-n4 {
      margin-top: -1.5rem !important; }
    .badger .mr-md-n4,
    .badger .mx-md-n4 {
      margin-right: -1.5rem !important; }
    .badger .mb-md-n4,
    .badger .my-md-n4 {
      margin-bottom: -1.5rem !important; }
    .badger .ml-md-n4,
    .badger .mx-md-n4 {
      margin-left: -1.5rem !important; }
    .badger .m-md-n5 {
      margin: -3rem !important; }
    .badger .mt-md-n5,
    .badger .my-md-n5 {
      margin-top: -3rem !important; }
    .badger .mr-md-n5,
    .badger .mx-md-n5 {
      margin-right: -3rem !important; }
    .badger .mb-md-n5,
    .badger .my-md-n5 {
      margin-bottom: -3rem !important; }
    .badger .ml-md-n5,
    .badger .mx-md-n5 {
      margin-left: -3rem !important; }
    .badger .m-md-auto {
      margin: auto !important; }
    .badger .mt-md-auto,
    .badger .my-md-auto {
      margin-top: auto !important; }
    .badger .mr-md-auto,
    .badger .mx-md-auto {
      margin-right: auto !important; }
    .badger .mb-md-auto,
    .badger .my-md-auto {
      margin-bottom: auto !important; }
    .badger .ml-md-auto,
    .badger .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
    .badger .m-lg-0 {
      margin: 0 !important; }
    .badger .mt-lg-0,
    .badger .my-lg-0 {
      margin-top: 0 !important; }
    .badger .mr-lg-0,
    .badger .mx-lg-0 {
      margin-right: 0 !important; }
    .badger .mb-lg-0,
    .badger .my-lg-0 {
      margin-bottom: 0 !important; }
    .badger .ml-lg-0,
    .badger .mx-lg-0 {
      margin-left: 0 !important; }
    .badger .m-lg-1 {
      margin: 0.25rem !important; }
    .badger .mt-lg-1,
    .badger .my-lg-1 {
      margin-top: 0.25rem !important; }
    .badger .mr-lg-1,
    .badger .mx-lg-1 {
      margin-right: 0.25rem !important; }
    .badger .mb-lg-1,
    .badger .my-lg-1 {
      margin-bottom: 0.25rem !important; }
    .badger .ml-lg-1,
    .badger .mx-lg-1 {
      margin-left: 0.25rem !important; }
    .badger .m-lg-2 {
      margin: 0.5rem !important; }
    .badger .mt-lg-2,
    .badger .my-lg-2 {
      margin-top: 0.5rem !important; }
    .badger .mr-lg-2,
    .badger .mx-lg-2 {
      margin-right: 0.5rem !important; }
    .badger .mb-lg-2,
    .badger .my-lg-2 {
      margin-bottom: 0.5rem !important; }
    .badger .ml-lg-2,
    .badger .mx-lg-2 {
      margin-left: 0.5rem !important; }
    .badger .m-lg-3 {
      margin: 1rem !important; }
    .badger .mt-lg-3,
    .badger .my-lg-3 {
      margin-top: 1rem !important; }
    .badger .mr-lg-3,
    .badger .mx-lg-3 {
      margin-right: 1rem !important; }
    .badger .mb-lg-3,
    .badger .my-lg-3 {
      margin-bottom: 1rem !important; }
    .badger .ml-lg-3,
    .badger .mx-lg-3 {
      margin-left: 1rem !important; }
    .badger .m-lg-4 {
      margin: 1.5rem !important; }
    .badger .mt-lg-4,
    .badger .my-lg-4 {
      margin-top: 1.5rem !important; }
    .badger .mr-lg-4,
    .badger .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .badger .mb-lg-4,
    .badger .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    .badger .ml-lg-4,
    .badger .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .badger .m-lg-5 {
      margin: 3rem !important; }
    .badger .mt-lg-5,
    .badger .my-lg-5 {
      margin-top: 3rem !important; }
    .badger .mr-lg-5,
    .badger .mx-lg-5 {
      margin-right: 3rem !important; }
    .badger .mb-lg-5,
    .badger .my-lg-5 {
      margin-bottom: 3rem !important; }
    .badger .ml-lg-5,
    .badger .mx-lg-5 {
      margin-left: 3rem !important; }
    .badger .p-lg-0 {
      padding: 0 !important; }
    .badger .pt-lg-0,
    .badger .py-lg-0 {
      padding-top: 0 !important; }
    .badger .pr-lg-0,
    .badger .px-lg-0 {
      padding-right: 0 !important; }
    .badger .pb-lg-0,
    .badger .py-lg-0 {
      padding-bottom: 0 !important; }
    .badger .pl-lg-0,
    .badger .px-lg-0 {
      padding-left: 0 !important; }
    .badger .p-lg-1 {
      padding: 0.25rem !important; }
    .badger .pt-lg-1,
    .badger .py-lg-1 {
      padding-top: 0.25rem !important; }
    .badger .pr-lg-1,
    .badger .px-lg-1 {
      padding-right: 0.25rem !important; }
    .badger .pb-lg-1,
    .badger .py-lg-1 {
      padding-bottom: 0.25rem !important; }
    .badger .pl-lg-1,
    .badger .px-lg-1 {
      padding-left: 0.25rem !important; }
    .badger .p-lg-2 {
      padding: 0.5rem !important; }
    .badger .pt-lg-2,
    .badger .py-lg-2 {
      padding-top: 0.5rem !important; }
    .badger .pr-lg-2,
    .badger .px-lg-2 {
      padding-right: 0.5rem !important; }
    .badger .pb-lg-2,
    .badger .py-lg-2 {
      padding-bottom: 0.5rem !important; }
    .badger .pl-lg-2,
    .badger .px-lg-2 {
      padding-left: 0.5rem !important; }
    .badger .p-lg-3 {
      padding: 1rem !important; }
    .badger .pt-lg-3,
    .badger .py-lg-3 {
      padding-top: 1rem !important; }
    .badger .pr-lg-3,
    .badger .px-lg-3 {
      padding-right: 1rem !important; }
    .badger .pb-lg-3,
    .badger .py-lg-3 {
      padding-bottom: 1rem !important; }
    .badger .pl-lg-3,
    .badger .px-lg-3 {
      padding-left: 1rem !important; }
    .badger .p-lg-4 {
      padding: 1.5rem !important; }
    .badger .pt-lg-4,
    .badger .py-lg-4 {
      padding-top: 1.5rem !important; }
    .badger .pr-lg-4,
    .badger .px-lg-4 {
      padding-right: 1.5rem !important; }
    .badger .pb-lg-4,
    .badger .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    .badger .pl-lg-4,
    .badger .px-lg-4 {
      padding-left: 1.5rem !important; }
    .badger .p-lg-5 {
      padding: 3rem !important; }
    .badger .pt-lg-5,
    .badger .py-lg-5 {
      padding-top: 3rem !important; }
    .badger .pr-lg-5,
    .badger .px-lg-5 {
      padding-right: 3rem !important; }
    .badger .pb-lg-5,
    .badger .py-lg-5 {
      padding-bottom: 3rem !important; }
    .badger .pl-lg-5,
    .badger .px-lg-5 {
      padding-left: 3rem !important; }
    .badger .m-lg-n1 {
      margin: -0.25rem !important; }
    .badger .mt-lg-n1,
    .badger .my-lg-n1 {
      margin-top: -0.25rem !important; }
    .badger .mr-lg-n1,
    .badger .mx-lg-n1 {
      margin-right: -0.25rem !important; }
    .badger .mb-lg-n1,
    .badger .my-lg-n1 {
      margin-bottom: -0.25rem !important; }
    .badger .ml-lg-n1,
    .badger .mx-lg-n1 {
      margin-left: -0.25rem !important; }
    .badger .m-lg-n2 {
      margin: -0.5rem !important; }
    .badger .mt-lg-n2,
    .badger .my-lg-n2 {
      margin-top: -0.5rem !important; }
    .badger .mr-lg-n2,
    .badger .mx-lg-n2 {
      margin-right: -0.5rem !important; }
    .badger .mb-lg-n2,
    .badger .my-lg-n2 {
      margin-bottom: -0.5rem !important; }
    .badger .ml-lg-n2,
    .badger .mx-lg-n2 {
      margin-left: -0.5rem !important; }
    .badger .m-lg-n3 {
      margin: -1rem !important; }
    .badger .mt-lg-n3,
    .badger .my-lg-n3 {
      margin-top: -1rem !important; }
    .badger .mr-lg-n3,
    .badger .mx-lg-n3 {
      margin-right: -1rem !important; }
    .badger .mb-lg-n3,
    .badger .my-lg-n3 {
      margin-bottom: -1rem !important; }
    .badger .ml-lg-n3,
    .badger .mx-lg-n3 {
      margin-left: -1rem !important; }
    .badger .m-lg-n4 {
      margin: -1.5rem !important; }
    .badger .mt-lg-n4,
    .badger .my-lg-n4 {
      margin-top: -1.5rem !important; }
    .badger .mr-lg-n4,
    .badger .mx-lg-n4 {
      margin-right: -1.5rem !important; }
    .badger .mb-lg-n4,
    .badger .my-lg-n4 {
      margin-bottom: -1.5rem !important; }
    .badger .ml-lg-n4,
    .badger .mx-lg-n4 {
      margin-left: -1.5rem !important; }
    .badger .m-lg-n5 {
      margin: -3rem !important; }
    .badger .mt-lg-n5,
    .badger .my-lg-n5 {
      margin-top: -3rem !important; }
    .badger .mr-lg-n5,
    .badger .mx-lg-n5 {
      margin-right: -3rem !important; }
    .badger .mb-lg-n5,
    .badger .my-lg-n5 {
      margin-bottom: -3rem !important; }
    .badger .ml-lg-n5,
    .badger .mx-lg-n5 {
      margin-left: -3rem !important; }
    .badger .m-lg-auto {
      margin: auto !important; }
    .badger .mt-lg-auto,
    .badger .my-lg-auto {
      margin-top: auto !important; }
    .badger .mr-lg-auto,
    .badger .mx-lg-auto {
      margin-right: auto !important; }
    .badger .mb-lg-auto,
    .badger .my-lg-auto {
      margin-bottom: auto !important; }
    .badger .ml-lg-auto,
    .badger .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1440px) {
    .badger .m-xl-0 {
      margin: 0 !important; }
    .badger .mt-xl-0,
    .badger .my-xl-0 {
      margin-top: 0 !important; }
    .badger .mr-xl-0,
    .badger .mx-xl-0 {
      margin-right: 0 !important; }
    .badger .mb-xl-0,
    .badger .my-xl-0 {
      margin-bottom: 0 !important; }
    .badger .ml-xl-0,
    .badger .mx-xl-0 {
      margin-left: 0 !important; }
    .badger .m-xl-1 {
      margin: 0.25rem !important; }
    .badger .mt-xl-1,
    .badger .my-xl-1 {
      margin-top: 0.25rem !important; }
    .badger .mr-xl-1,
    .badger .mx-xl-1 {
      margin-right: 0.25rem !important; }
    .badger .mb-xl-1,
    .badger .my-xl-1 {
      margin-bottom: 0.25rem !important; }
    .badger .ml-xl-1,
    .badger .mx-xl-1 {
      margin-left: 0.25rem !important; }
    .badger .m-xl-2 {
      margin: 0.5rem !important; }
    .badger .mt-xl-2,
    .badger .my-xl-2 {
      margin-top: 0.5rem !important; }
    .badger .mr-xl-2,
    .badger .mx-xl-2 {
      margin-right: 0.5rem !important; }
    .badger .mb-xl-2,
    .badger .my-xl-2 {
      margin-bottom: 0.5rem !important; }
    .badger .ml-xl-2,
    .badger .mx-xl-2 {
      margin-left: 0.5rem !important; }
    .badger .m-xl-3 {
      margin: 1rem !important; }
    .badger .mt-xl-3,
    .badger .my-xl-3 {
      margin-top: 1rem !important; }
    .badger .mr-xl-3,
    .badger .mx-xl-3 {
      margin-right: 1rem !important; }
    .badger .mb-xl-3,
    .badger .my-xl-3 {
      margin-bottom: 1rem !important; }
    .badger .ml-xl-3,
    .badger .mx-xl-3 {
      margin-left: 1rem !important; }
    .badger .m-xl-4 {
      margin: 1.5rem !important; }
    .badger .mt-xl-4,
    .badger .my-xl-4 {
      margin-top: 1.5rem !important; }
    .badger .mr-xl-4,
    .badger .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .badger .mb-xl-4,
    .badger .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    .badger .ml-xl-4,
    .badger .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .badger .m-xl-5 {
      margin: 3rem !important; }
    .badger .mt-xl-5,
    .badger .my-xl-5 {
      margin-top: 3rem !important; }
    .badger .mr-xl-5,
    .badger .mx-xl-5 {
      margin-right: 3rem !important; }
    .badger .mb-xl-5,
    .badger .my-xl-5 {
      margin-bottom: 3rem !important; }
    .badger .ml-xl-5,
    .badger .mx-xl-5 {
      margin-left: 3rem !important; }
    .badger .p-xl-0 {
      padding: 0 !important; }
    .badger .pt-xl-0,
    .badger .py-xl-0 {
      padding-top: 0 !important; }
    .badger .pr-xl-0,
    .badger .px-xl-0 {
      padding-right: 0 !important; }
    .badger .pb-xl-0,
    .badger .py-xl-0 {
      padding-bottom: 0 !important; }
    .badger .pl-xl-0,
    .badger .px-xl-0 {
      padding-left: 0 !important; }
    .badger .p-xl-1 {
      padding: 0.25rem !important; }
    .badger .pt-xl-1,
    .badger .py-xl-1 {
      padding-top: 0.25rem !important; }
    .badger .pr-xl-1,
    .badger .px-xl-1 {
      padding-right: 0.25rem !important; }
    .badger .pb-xl-1,
    .badger .py-xl-1 {
      padding-bottom: 0.25rem !important; }
    .badger .pl-xl-1,
    .badger .px-xl-1 {
      padding-left: 0.25rem !important; }
    .badger .p-xl-2 {
      padding: 0.5rem !important; }
    .badger .pt-xl-2,
    .badger .py-xl-2 {
      padding-top: 0.5rem !important; }
    .badger .pr-xl-2,
    .badger .px-xl-2 {
      padding-right: 0.5rem !important; }
    .badger .pb-xl-2,
    .badger .py-xl-2 {
      padding-bottom: 0.5rem !important; }
    .badger .pl-xl-2,
    .badger .px-xl-2 {
      padding-left: 0.5rem !important; }
    .badger .p-xl-3 {
      padding: 1rem !important; }
    .badger .pt-xl-3,
    .badger .py-xl-3 {
      padding-top: 1rem !important; }
    .badger .pr-xl-3,
    .badger .px-xl-3 {
      padding-right: 1rem !important; }
    .badger .pb-xl-3,
    .badger .py-xl-3 {
      padding-bottom: 1rem !important; }
    .badger .pl-xl-3,
    .badger .px-xl-3 {
      padding-left: 1rem !important; }
    .badger .p-xl-4 {
      padding: 1.5rem !important; }
    .badger .pt-xl-4,
    .badger .py-xl-4 {
      padding-top: 1.5rem !important; }
    .badger .pr-xl-4,
    .badger .px-xl-4 {
      padding-right: 1.5rem !important; }
    .badger .pb-xl-4,
    .badger .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    .badger .pl-xl-4,
    .badger .px-xl-4 {
      padding-left: 1.5rem !important; }
    .badger .p-xl-5 {
      padding: 3rem !important; }
    .badger .pt-xl-5,
    .badger .py-xl-5 {
      padding-top: 3rem !important; }
    .badger .pr-xl-5,
    .badger .px-xl-5 {
      padding-right: 3rem !important; }
    .badger .pb-xl-5,
    .badger .py-xl-5 {
      padding-bottom: 3rem !important; }
    .badger .pl-xl-5,
    .badger .px-xl-5 {
      padding-left: 3rem !important; }
    .badger .m-xl-n1 {
      margin: -0.25rem !important; }
    .badger .mt-xl-n1,
    .badger .my-xl-n1 {
      margin-top: -0.25rem !important; }
    .badger .mr-xl-n1,
    .badger .mx-xl-n1 {
      margin-right: -0.25rem !important; }
    .badger .mb-xl-n1,
    .badger .my-xl-n1 {
      margin-bottom: -0.25rem !important; }
    .badger .ml-xl-n1,
    .badger .mx-xl-n1 {
      margin-left: -0.25rem !important; }
    .badger .m-xl-n2 {
      margin: -0.5rem !important; }
    .badger .mt-xl-n2,
    .badger .my-xl-n2 {
      margin-top: -0.5rem !important; }
    .badger .mr-xl-n2,
    .badger .mx-xl-n2 {
      margin-right: -0.5rem !important; }
    .badger .mb-xl-n2,
    .badger .my-xl-n2 {
      margin-bottom: -0.5rem !important; }
    .badger .ml-xl-n2,
    .badger .mx-xl-n2 {
      margin-left: -0.5rem !important; }
    .badger .m-xl-n3 {
      margin: -1rem !important; }
    .badger .mt-xl-n3,
    .badger .my-xl-n3 {
      margin-top: -1rem !important; }
    .badger .mr-xl-n3,
    .badger .mx-xl-n3 {
      margin-right: -1rem !important; }
    .badger .mb-xl-n3,
    .badger .my-xl-n3 {
      margin-bottom: -1rem !important; }
    .badger .ml-xl-n3,
    .badger .mx-xl-n3 {
      margin-left: -1rem !important; }
    .badger .m-xl-n4 {
      margin: -1.5rem !important; }
    .badger .mt-xl-n4,
    .badger .my-xl-n4 {
      margin-top: -1.5rem !important; }
    .badger .mr-xl-n4,
    .badger .mx-xl-n4 {
      margin-right: -1.5rem !important; }
    .badger .mb-xl-n4,
    .badger .my-xl-n4 {
      margin-bottom: -1.5rem !important; }
    .badger .ml-xl-n4,
    .badger .mx-xl-n4 {
      margin-left: -1.5rem !important; }
    .badger .m-xl-n5 {
      margin: -3rem !important; }
    .badger .mt-xl-n5,
    .badger .my-xl-n5 {
      margin-top: -3rem !important; }
    .badger .mr-xl-n5,
    .badger .mx-xl-n5 {
      margin-right: -3rem !important; }
    .badger .mb-xl-n5,
    .badger .my-xl-n5 {
      margin-bottom: -3rem !important; }
    .badger .ml-xl-n5,
    .badger .mx-xl-n5 {
      margin-left: -3rem !important; }
    .badger .m-xl-auto {
      margin: auto !important; }
    .badger .mt-xl-auto,
    .badger .my-xl-auto {
      margin-top: auto !important; }
    .badger .mr-xl-auto,
    .badger .mx-xl-auto {
      margin-right: auto !important; }
    .badger .mb-xl-auto,
    .badger .my-xl-auto {
      margin-bottom: auto !important; }
    .badger .ml-xl-auto,
    .badger .mx-xl-auto {
      margin-left: auto !important; } }
  .badger .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
  .badger .text-justify {
    text-align: justify !important; }
  .badger .text-wrap {
    white-space: normal !important; }
  .badger .text-nowrap {
    white-space: nowrap !important; }
  .badger .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .badger .text-left {
    text-align: left !important; }
  .badger .text-right {
    text-align: right !important; }
  .badger .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
    .badger .text-sm-left {
      text-align: left !important; }
    .badger .text-sm-right {
      text-align: right !important; }
    .badger .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .badger .text-md-left {
      text-align: left !important; }
    .badger .text-md-right {
      text-align: right !important; }
    .badger .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
    .badger .text-lg-left {
      text-align: left !important; }
    .badger .text-lg-right {
      text-align: right !important; }
    .badger .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1440px) {
    .badger .text-xl-left {
      text-align: left !important; }
    .badger .text-xl-right {
      text-align: right !important; }
    .badger .text-xl-center {
      text-align: center !important; } }
  .badger .text-lowercase {
    text-transform: lowercase !important; }
  .badger .text-uppercase {
    text-transform: uppercase !important; }
  .badger .text-capitalize {
    text-transform: capitalize !important; }
  .badger .font-weight-light {
    font-weight: 300 !important; }
  .badger .font-weight-lighter {
    font-weight: lighter !important; }
  .badger .font-weight-normal {
    font-weight: 400 !important; }
  .badger .font-weight-bold {
    font-weight: 700 !important; }
  .badger .font-weight-bolder {
    font-weight: bolder !important; }
  .badger .font-italic {
    font-style: italic !important; }
  .badger .text-white {
    color: #fff !important; }
  .badger .text-primary {
    color: #597fc7 !important; }
  .badger a.text-primary:hover, .badger a.text-primary:focus {
    color: #355a9e !important; }
  .badger .text-secondary {
    color: #bcc5d6 !important; }
  .badger a.text-secondary:hover, .badger a.text-secondary:focus {
    color: #8d9cb9 !important; }
  .badger .text-success {
    color: #28a745 !important; }
  .badger a.text-success:hover, .badger a.text-success:focus {
    color: #19692c !important; }
  .badger .text-info {
    color: #17a2b8 !important; }
  .badger a.text-info:hover, .badger a.text-info:focus {
    color: #0f6674 !important; }
  .badger .text-warning {
    color: #ffc107 !important; }
  .badger a.text-warning:hover, .badger a.text-warning:focus {
    color: #ba8b00 !important; }
  .badger .text-danger {
    color: #dc3545 !important; }
  .badger a.text-danger:hover, .badger a.text-danger:focus {
    color: #a71d2a !important; }
  .badger .text-light {
    color: #f8f9fa !important; }
  .badger a.text-light:hover, .badger a.text-light:focus {
    color: #cbd3da !important; }
  .badger .text-dark {
    color: #343a40 !important; }
  .badger a.text-dark:hover, .badger a.text-dark:focus {
    color: #121416 !important; }
  .badger .text-primary-dark {
    color: #2f4f8b !important; }
  .badger a.text-primary-dark:hover, .badger a.text-primary-dark:focus {
    color: #1c2e52 !important; }
  .badger .text-primary-darker {
    color: #223965 !important; }
  .badger a.text-primary-darker:hover, .badger a.text-primary-darker:focus {
    color: #0f192c !important; }
  .badger .text-primary-darkest {
    color: #15243f !important; }
  .badger a.text-primary-darkest:hover, .badger a.text-primary-darkest:focus {
    color: #020306 !important; }
  .badger .text-primary-light {
    color: #a5bae1 !important; }
  .badger a.text-primary-light:hover, .badger a.text-primary-light:focus {
    color: #6c8ecd !important; }
  .badger .text-primary-lighter {
    color: #cbd7ee !important; }
  .badger a.text-primary-lighter:hover, .badger a.text-primary-lighter:focus {
    color: #92abda !important; }
  .badger .text-primary-lightest {
    color: #f2f5fa !important; }
  .badger a.text-primary-lightest:hover, .badger a.text-primary-lightest:focus {
    color: #b8c9e7 !important; }
  .badger .text-bayer-blue {
    color: #597fc7 !important; }
  .badger a.text-bayer-blue:hover, .badger a.text-bayer-blue:focus {
    color: #355a9e !important; }
  .badger .text-bayer-light-blue {
    color: #c7daff !important; }
  .badger a.text-bayer-light-blue:hover, .badger a.text-bayer-light-blue:focus {
    color: #7ba7ff !important; }
  .badger .text-edelweiss-dark {
    color: #797979 !important; }
  .badger a.text-edelweiss-dark:hover, .badger a.text-edelweiss-dark:focus {
    color: #535353 !important; }
  .badger .text-edelweiss-gray {
    color: #cccdd1 !important; }
  .badger a.text-edelweiss-gray:hover, .badger a.text-edelweiss-gray:focus {
    color: #a4a6ad !important; }
  .badger .text-edelweiss-light {
    color: #f5f5f5 !important; }
  .badger a.text-edelweiss-light:hover, .badger a.text-edelweiss-light:focus {
    color: #cfcfcf !important; }
  .badger .text-badger-basic-black {
    color: #011627 !important; }
  .badger a.text-badger-basic-black:hover, .badger a.text-badger-basic-black:focus {
    color: black !important; }
  .badger .text-badger-basic-white {
    color: #fff !important; }
  .badger a.text-badger-basic-white:hover, .badger a.text-badger-basic-white:focus {
    color: #d9d9d9 !important; }
  .badger .text-zugspitze-dark {
    color: #757589 !important; }
  .badger a.text-zugspitze-dark:hover, .badger a.text-zugspitze-dark:focus {
    color: #525260 !important; }
  .badger .text-zugspitze-gray {
    color: #a2a2ae !important; }
  .badger a.text-zugspitze-gray:hover, .badger a.text-zugspitze-gray:focus {
    color: #79798a !important; }
  .badger .text-zugspitze-stone {
    color: #bcc5d6 !important; }
  .badger a.text-zugspitze-stone:hover, .badger a.text-zugspitze-stone:focus {
    color: #8d9cb9 !important; }
  .badger .text-feuer-lilie-dark {
    color: #a50014 !important; }
  .badger a.text-feuer-lilie-dark:hover, .badger a.text-feuer-lilie-dark:focus {
    color: #59000b !important; }
  .badger .text-feuer-lilie-red {
    color: #e71d36 !important; }
  .badger a.text-feuer-lilie-red:hover, .badger a.text-feuer-lilie-red:focus {
    color: #a61224 !important; }
  .badger .text-feuer-lilie-light {
    color: #ff5167 !important; }
  .badger a.text-feuer-lilie-light:hover, .badger a.text-feuer-lilie-light:focus {
    color: #ff0524 !important; }
  .badger .text-bier-red-ale {
    color: #e65d00 !important; }
  .badger a.text-bier-red-ale:hover, .badger a.text-bier-red-ale:focus {
    color: #9a3e00 !important; }
  .badger .text-bier-weiss {
    color: #ff9f1d !important; }
  .badger a.text-bier-weiss:hover, .badger a.text-bier-weiss:focus {
    color: #d07700 !important; }
  .badger .text-bier-pilsen {
    color: #ffcf40 !important; }
  .badger a.text-bier-pilsen:hover, .badger a.text-bier-pilsen:focus {
    color: #f3b600 !important; }
  .badger .text-schwarzwald-dark {
    color: #009565 !important; }
  .badger a.text-schwarzwald-dark:hover, .badger a.text-schwarzwald-dark:focus {
    color: #004931 !important; }
  .badger .text-schwarzwald-green {
    color: #2dc493 !important; }
  .badger a.text-schwarzwald-green:hover, .badger a.text-schwarzwald-green:focus {
    color: #1f8664 !important; }
  .badger .text-schwarzwald-light {
    color: #4ff0bc !important; }
  .badger a.text-schwarzwald-light:hover, .badger a.text-schwarzwald-light:focus {
    color: #13df9d !important; }
  .badger .text-hansa-purple {
    color: #450d86 !important; }
  .badger a.text-hansa-purple:hover, .badger a.text-hansa-purple:focus {
    color: #210640 !important; }
  .badger .text-hansa-purple-light {
    color: #731dd8 !important; }
  .badger a.text-hansa-purple-light:hover, .badger a.text-hansa-purple-light:focus {
    color: #4f1495 !important; }
  .badger .text-hansa-purple-lighter {
    color: #9e4cff !important; }
  .badger a.text-hansa-purple-lighter:hover, .badger a.text-hansa-purple-lighter:focus {
    color: #7500ff !important; }
  .badger .text-kornblume-dark {
    color: #032791 !important; }
  .badger a.text-kornblume-dark:hover, .badger a.text-kornblume-dark:focus {
    color: #011346 !important; }
  .badger .text-kornblume-blue {
    color: #013ae0 !important; }
  .badger a.text-kornblume-blue:hover, .badger a.text-kornblume-blue:focus {
    color: #012694 !important; }
  .badger .text-kornblume-light {
    color: #29a3ff !important; }
  .badger a.text-kornblume-light:hover, .badger a.text-kornblume-light:focus {
    color: #007ddc !important; }
  .badger .text-body {
    color: #797979 !important; }
  .badger .text-muted {
    color: #6c757d !important; }
  .badger .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .badger .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .badger .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .badger .text-decoration-none {
    text-decoration: none !important; }
  .badger .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important; }
  .badger .text-reset {
    color: inherit !important; }
  .badger .visible {
    visibility: visible !important; }
  .badger .invisible {
    visibility: hidden !important; }
  @media print {
    .badger *,
    .badger *::before,
    .badger *::after {
      text-shadow: none !important;
      box-shadow: none !important; }
    .badger a:not(.btn) {
      text-decoration: underline; }
    .badger abbr[title]::after {
      content: " (" attr(title) ")"; }
    .badger pre {
      white-space: pre-wrap !important; }
    .badger pre,
    .badger blockquote {
      border: 1px solid #adb5bd;
      page-break-inside: avoid; }
    .badger thead {
      display: table-header-group; }
    .badger tr,
    .badger img {
      page-break-inside: avoid; }
    .badger p,
    .badger h2,
    .badger h3 {
      orphans: 3;
      widows: 3; }
    .badger h2,
    .badger h3 {
      page-break-after: avoid; }
    @page {
      .badger {
        size: a3; } }
    .badger body {
      min-width: 992px !important; }
    .badger .container {
      min-width: 992px !important; }
    .badger .navbar {
      display: none; }
    .badger .badge {
      border: 1px solid #000; }
    .badger .table {
      border-collapse: collapse !important; }
      .badger .table td,
      .badger .table th {
        background-color: #fff !important; }
    .badger .table-bordered th,
    .badger .table-bordered td {
      border: 1px solid #dee2e6 !important; }
    .badger .table-dark {
      color: inherit; }
      .badger .table-dark th,
      .badger .table-dark td,
      .badger .table-dark thead th,
      .badger .table-dark tbody + tbody {
        border-color: #dee2e6; }
    .badger .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6; } }
  .badger body {
    font-size: 0.875rem; }
  .badger .z-depth-1 {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .z-depth-2 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .z-depth-3 {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .z-depth-4 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .z-depth-6 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .z-depth-8 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .z-depth-9 {
    box-shadow: 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 6px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .z-depth-12 {
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .z-depth-16 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .z-depth-24 {
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important; }
  .badger .c-pointer {
    cursor: pointer; }
  .badger .c-grab {
    cursor: grab; }
  .badger .no-interaction {
    pointer-events: none; }
  .badger .border-2 {
    border-width: 2px !important; }
  .badger .ls-1 {
    margin-right: -6px;
    letter-spacing: 6px; }
  .badger .fs-1 {
    font-size: 1rem; }
  .badger .fs-2 {
    font-size: 1.25rem; }
  .badger .uppercase {
    text-transform: uppercase; }
  .badger .ppb-0 > div > p {
    padding: 0; }
  .badger .pbreset {
    padding-bottom: 0 !important; }
  .badger .custom-line > i {
    line-height: 0 !important; }
  .badger .data-grid .cell > div > input {
    display: block;
    width: calc(100% - 6px);
    margin: 0;
    text-align: right;
    background: none;
    border: 2px solid #2185d0 !important; }
  .badger input {
    outline: none; }
  .badger .hero {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #757589;
    font-size: 2.25rem; }
  .badger .container {
    padding-right: 24px;
    padding-left: 24px; }
    @media (min-width: 576px) {
      .badger .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .badger .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .badger .container {
        max-width: 960px; } }
    @media (min-width: 1440px) {
      .badger .container {
        max-width: 1440px; } }
  .badger .badge-outline-primary {
    color: #597fc7;
    background-color: transparent;
    border: 1px solid #597fc7; }
  .badger .badge-outline-secondary {
    color: #bcc5d6;
    background-color: transparent;
    border: 1px solid #bcc5d6; }
  .badger .badge-outline-success {
    color: #28a745;
    background-color: transparent;
    border: 1px solid #28a745; }
  .badger .badge-outline-info {
    color: #17a2b8;
    background-color: transparent;
    border: 1px solid #17a2b8; }
  .badger .badge-outline-warning {
    color: #ffc107;
    background-color: transparent;
    border: 1px solid #ffc107; }
  .badger .badge-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border: 1px solid #dc3545; }
  .badger .badge-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    border: 1px solid #f8f9fa; }
  .badger .badge-outline-dark {
    color: #343a40;
    background-color: transparent;
    border: 1px solid #343a40; }
  .badger .badge-outline-primary-dark {
    color: #2f4f8b;
    background-color: transparent;
    border: 1px solid #2f4f8b; }
  .badger .badge-outline-primary-darker {
    color: #223965;
    background-color: transparent;
    border: 1px solid #223965; }
  .badger .badge-outline-primary-darkest {
    color: #15243f;
    background-color: transparent;
    border: 1px solid #15243f; }
  .badger .badge-outline-primary-light {
    color: #a5bae1;
    background-color: transparent;
    border: 1px solid #a5bae1; }
  .badger .badge-outline-primary-lighter {
    color: #cbd7ee;
    background-color: transparent;
    border: 1px solid #cbd7ee; }
  .badger .badge-outline-primary-lightest {
    color: #f2f5fa;
    background-color: transparent;
    border: 1px solid #f2f5fa; }
  .badger .badge-outline-bayer-blue {
    color: #597fc7;
    background-color: transparent;
    border: 1px solid #597fc7; }
  .badger .badge-outline-bayer-light-blue {
    color: #c7daff;
    background-color: transparent;
    border: 1px solid #c7daff; }
  .badger .badge-outline-edelweiss-dark {
    color: #797979;
    background-color: transparent;
    border: 1px solid #797979; }
  .badger .badge-outline-edelweiss-gray {
    color: #cccdd1;
    background-color: transparent;
    border: 1px solid #cccdd1; }
  .badger .badge-outline-edelweiss-light {
    color: #f5f5f5;
    background-color: transparent;
    border: 1px solid #f5f5f5; }
  .badger .badge-outline-badger-basic-black {
    color: #011627;
    background-color: transparent;
    border: 1px solid #011627; }
  .badger .badge-outline-badger-basic-white {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; }
  .badger .badge-outline-zugspitze-dark {
    color: #757589;
    background-color: transparent;
    border: 1px solid #757589; }
  .badger .badge-outline-zugspitze-gray {
    color: #a2a2ae;
    background-color: transparent;
    border: 1px solid #a2a2ae; }
  .badger .badge-outline-zugspitze-stone {
    color: #bcc5d6;
    background-color: transparent;
    border: 1px solid #bcc5d6; }
  .badger .badge-outline-feuer-lilie-dark {
    color: #a50014;
    background-color: transparent;
    border: 1px solid #a50014; }
  .badger .badge-outline-feuer-lilie-red {
    color: #e71d36;
    background-color: transparent;
    border: 1px solid #e71d36; }
  .badger .badge-outline-feuer-lilie-light {
    color: #ff5167;
    background-color: transparent;
    border: 1px solid #ff5167; }
  .badger .badge-outline-bier-red-ale {
    color: #e65d00;
    background-color: transparent;
    border: 1px solid #e65d00; }
  .badger .badge-outline-bier-weiss {
    color: #ff9f1d;
    background-color: transparent;
    border: 1px solid #ff9f1d; }
  .badger .badge-outline-bier-pilsen {
    color: #ffcf40;
    background-color: transparent;
    border: 1px solid #ffcf40; }
  .badger .badge-outline-schwarzwald-dark {
    color: #009565;
    background-color: transparent;
    border: 1px solid #009565; }
  .badger .badge-outline-schwarzwald-green {
    color: #2dc493;
    background-color: transparent;
    border: 1px solid #2dc493; }
  .badger .badge-outline-schwarzwald-light {
    color: #4ff0bc;
    background-color: transparent;
    border: 1px solid #4ff0bc; }
  .badger .badge-outline-hansa-purple {
    color: #450d86;
    background-color: transparent;
    border: 1px solid #450d86; }
  .badger .badge-outline-hansa-purple-light {
    color: #731dd8;
    background-color: transparent;
    border: 1px solid #731dd8; }
  .badger .badge-outline-hansa-purple-lighter {
    color: #9e4cff;
    background-color: transparent;
    border: 1px solid #9e4cff; }
  .badger .badge-outline-kornblume-dark {
    color: #032791;
    background-color: transparent;
    border: 1px solid #032791; }
  .badger .badge-outline-kornblume-blue {
    color: #013ae0;
    background-color: transparent;
    border: 1px solid #013ae0; }
  .badger .badge-outline-kornblume-light {
    color: #29a3ff;
    background-color: transparent;
    border: 1px solid #29a3ff; }
  .badger .swatch-blue {
    color: #FFFFFF;
    background-color: #007bff; }
  .badger .border-blue {
    border-color: #007bff !important; }
  .badger .text-contrast-blue {
    color: #FFFFFF; }
  .badger .swatch-indigo {
    color: #FFFFFF;
    background-color: #6610f2; }
  .badger .border-indigo {
    border-color: #6610f2 !important; }
  .badger .text-contrast-indigo {
    color: #FFFFFF; }
  .badger .swatch-purple {
    color: #FFFFFF;
    background-color: #6f42c1; }
  .badger .border-purple {
    border-color: #6f42c1 !important; }
  .badger .text-contrast-purple {
    color: #FFFFFF; }
  .badger .swatch-pink {
    color: #FFFFFF;
    background-color: #e83e8c; }
  .badger .border-pink {
    border-color: #e83e8c !important; }
  .badger .text-contrast-pink {
    color: #FFFFFF; }
  .badger .swatch-red {
    color: #FFFFFF;
    background-color: #dc3545; }
  .badger .border-red {
    border-color: #dc3545 !important; }
  .badger .text-contrast-red {
    color: #FFFFFF; }
  .badger .swatch-orange {
    color: #FFFFFF;
    background-color: #fd7e14; }
  .badger .border-orange {
    border-color: #fd7e14 !important; }
  .badger .text-contrast-orange {
    color: #FFFFFF; }
  .badger .swatch-yellow {
    color: #FFFFFF;
    background-color: #ffc107; }
  .badger .border-yellow {
    border-color: #ffc107 !important; }
  .badger .text-contrast-yellow {
    color: #FFFFFF; }
  .badger .swatch-green {
    color: #FFFFFF;
    background-color: #28a745; }
  .badger .border-green {
    border-color: #28a745 !important; }
  .badger .text-contrast-green {
    color: #FFFFFF; }
  .badger .swatch-teal {
    color: #FFFFFF;
    background-color: #20c997; }
  .badger .border-teal {
    border-color: #20c997 !important; }
  .badger .text-contrast-teal {
    color: #FFFFFF; }
  .badger .swatch-cyan {
    color: #FFFFFF;
    background-color: #17a2b8; }
  .badger .border-cyan {
    border-color: #17a2b8 !important; }
  .badger .text-contrast-cyan {
    color: #FFFFFF; }
  .badger .swatch-white {
    color: #000000;
    background-color: #fff; }
  .badger .border-white {
    border-color: #fff !important; }
  .badger .text-contrast-white {
    color: #000000; }
  .badger .swatch-gray {
    color: #FFFFFF;
    background-color: #6c757d; }
  .badger .border-gray {
    border-color: #6c757d !important; }
  .badger .text-contrast-gray {
    color: #FFFFFF; }
  .badger .swatch-gray-dark {
    color: #FFFFFF;
    background-color: #343a40; }
  .badger .border-gray-dark {
    border-color: #343a40 !important; }
  .badger .text-contrast-gray-dark {
    color: #FFFFFF; }
  .badger .swatch-bayer-blue {
    color: #FFFFFF;
    background-color: #597fc7; }
  .badger .border-bayer-blue {
    border-color: #597fc7 !important; }
  .badger .text-contrast-bayer-blue {
    color: #FFFFFF; }
  .badger .swatch-bayer-light-blue {
    color: #000000;
    background-color: #c7daff; }
  .badger .border-bayer-light-blue {
    border-color: #c7daff !important; }
  .badger .text-contrast-bayer-light-blue {
    color: #000000; }
  .badger .swatch-edelweiss-dark {
    color: #FFFFFF;
    background-color: #797979; }
  .badger .border-edelweiss-dark {
    border-color: #797979 !important; }
  .badger .text-contrast-edelweiss-dark {
    color: #FFFFFF; }
  .badger .swatch-edelweiss-gray {
    color: #000000;
    background-color: #cccdd1; }
  .badger .border-edelweiss-gray {
    border-color: #cccdd1 !important; }
  .badger .text-contrast-edelweiss-gray {
    color: #000000; }
  .badger .swatch-edelweiss-light {
    color: #000000;
    background-color: #f5f5f5; }
  .badger .border-edelweiss-light {
    border-color: #f5f5f5 !important; }
  .badger .text-contrast-edelweiss-light {
    color: #000000; }
  .badger .swatch-badger-basic-black {
    color: #FFFFFF;
    background-color: #011627; }
  .badger .border-badger-basic-black {
    border-color: #011627 !important; }
  .badger .text-contrast-badger-basic-black {
    color: #FFFFFF; }
  .badger .swatch-badger-basic-white {
    color: #000000;
    background-color: #fff; }
  .badger .border-badger-basic-white {
    border-color: #fff !important; }
  .badger .text-contrast-badger-basic-white {
    color: #000000; }
  .badger .swatch-zugspitze-dark {
    color: #FFFFFF;
    background-color: #757589; }
  .badger .border-zugspitze-dark {
    border-color: #757589 !important; }
  .badger .text-contrast-zugspitze-dark {
    color: #FFFFFF; }
  .badger .swatch-zugspitze-gray {
    color: #FFFFFF;
    background-color: #a2a2ae; }
  .badger .border-zugspitze-gray {
    border-color: #a2a2ae !important; }
  .badger .text-contrast-zugspitze-gray {
    color: #FFFFFF; }
  .badger .swatch-zugspitze-stone {
    color: #FFFFFF;
    background-color: #bcc5d6; }
  .badger .border-zugspitze-stone {
    border-color: #bcc5d6 !important; }
  .badger .text-contrast-zugspitze-stone {
    color: #FFFFFF; }
  .badger .swatch-feuer-lilie-dark {
    color: #FFFFFF;
    background-color: #a50014; }
  .badger .border-feuer-lilie-dark {
    border-color: #a50014 !important; }
  .badger .text-contrast-feuer-lilie-dark {
    color: #FFFFFF; }
  .badger .swatch-feuer-lilie-red {
    color: #FFFFFF;
    background-color: #e71d36; }
  .badger .border-feuer-lilie-red {
    border-color: #e71d36 !important; }
  .badger .text-contrast-feuer-lilie-red {
    color: #FFFFFF; }
  .badger .swatch-feuer-lilie-light {
    color: #FFFFFF;
    background-color: #ff5167; }
  .badger .border-feuer-lilie-light {
    border-color: #ff5167 !important; }
  .badger .text-contrast-feuer-lilie-light {
    color: #FFFFFF; }
  .badger .swatch-bier-red-ale {
    color: #FFFFFF;
    background-color: #e65d00; }
  .badger .border-bier-red-ale {
    border-color: #e65d00 !important; }
  .badger .text-contrast-bier-red-ale {
    color: #FFFFFF; }
  .badger .swatch-bier-weiss {
    color: #FFFFFF;
    background-color: #ff9f1d; }
  .badger .border-bier-weiss {
    border-color: #ff9f1d !important; }
  .badger .text-contrast-bier-weiss {
    color: #FFFFFF; }
  .badger .swatch-bier-pilsen {
    color: #000000;
    background-color: #ffcf40; }
  .badger .border-bier-pilsen {
    border-color: #ffcf40 !important; }
  .badger .text-contrast-bier-pilsen {
    color: #000000; }
  .badger .swatch-schwarzwald-dark {
    color: #FFFFFF;
    background-color: #009565; }
  .badger .border-schwarzwald-dark {
    border-color: #009565 !important; }
  .badger .text-contrast-schwarzwald-dark {
    color: #FFFFFF; }
  .badger .swatch-schwarzwald-green {
    color: #FFFFFF;
    background-color: #2dc493; }
  .badger .border-schwarzwald-green {
    border-color: #2dc493 !important; }
  .badger .text-contrast-schwarzwald-green {
    color: #FFFFFF; }
  .badger .swatch-schwarzwald-light {
    color: #FFFFFF;
    background-color: #4ff0bc; }
  .badger .border-schwarzwald-light {
    border-color: #4ff0bc !important; }
  .badger .text-contrast-schwarzwald-light {
    color: #FFFFFF; }
  .badger .swatch-hansa-purple {
    color: #FFFFFF;
    background-color: #450d86; }
  .badger .border-hansa-purple {
    border-color: #450d86 !important; }
  .badger .text-contrast-hansa-purple {
    color: #FFFFFF; }
  .badger .swatch-hansa-purple-light {
    color: #FFFFFF;
    background-color: #731dd8; }
  .badger .border-hansa-purple-light {
    border-color: #731dd8 !important; }
  .badger .text-contrast-hansa-purple-light {
    color: #FFFFFF; }
  .badger .swatch-hansa-purple-lighter {
    color: #FFFFFF;
    background-color: #9e4cff; }
  .badger .border-hansa-purple-lighter {
    border-color: #9e4cff !important; }
  .badger .text-contrast-hansa-purple-lighter {
    color: #FFFFFF; }
  .badger .swatch-kornblume-dark {
    color: #FFFFFF;
    background-color: #032791; }
  .badger .border-kornblume-dark {
    border-color: #032791 !important; }
  .badger .text-contrast-kornblume-dark {
    color: #FFFFFF; }
  .badger .swatch-kornblume-blue {
    color: #FFFFFF;
    background-color: #013ae0; }
  .badger .border-kornblume-blue {
    border-color: #013ae0 !important; }
  .badger .text-contrast-kornblume-blue {
    color: #FFFFFF; }
  .badger .swatch-kornblume-light {
    color: #FFFFFF;
    background-color: #29a3ff; }
  .badger .border-kornblume-light {
    border-color: #29a3ff !important; }
  .badger .text-contrast-kornblume-light {
    color: #FFFFFF; }
  .badger .card-callout {
    border: 0;
    border-color: #dee2e6;
    border-style: solid; }
  .badger .card-callout-title {
    height: 2.4em;
    overflow: hidden;
    color: inherit; }
  .badger .text-overflow-ellipsis {
    position: relative; }
    .badger .text-overflow-ellipsis::before {
      position: absolute;
      right: 0;
      bottom: -4px;
      content: "..."; }
  .badger .btn, .badger .btn-pill {
    padding: 0.54rem 0.65rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem; }
  .badger .btn-circle-icon {
    position: relative;
    border: none;
    outline: 0; }
    .badger .btn-circle-icon:hover {
      opacity: .8; }
    .badger .btn-circle-icon.btn-xsm, .badger .btn-circle-icon.btn-sm, .badger .btn-group-sm > .btn-circle-icon.btn, .badger .btn-group-sm > .btn-circle-icon.btn-pill, .badger .btn-circle-icon.btn-md, .badger .btn-circle-icon.btn-lg, .badger .btn-group-lg > .btn-circle-icon.btn, .badger .btn-group-lg > .btn-circle-icon.btn-pill {
      border-radius: 50%; }
    .badger .btn-circle-icon.btn-xsm {
      width: 16px;
      height: 16px; }
      .badger .btn-circle-icon.btn-xsm svg {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 10px;
        max-height: 10px;
        transform: translate(-50%, -50%); }
  .badger .btn-form {
    color: #495057;
    background-color: #f5f5f5;
    border-color: #ced4da; }
    .badger .btn-form::after {
      color: #597fc7; }
  .badger .btn-pill {
    border-radius: 10rem; }
  .badger .btn-circle {
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2); }
  .badger .btn-circle-lg {
    padding: 0.4rem 1rem;
    font-size: 1.875rem;
    line-height: 1.5;
    border-radius: 50%; }
  .badger .btn-float {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1030; }
  .badger .btn-lg, .badger .btn-group-lg > .btn, .badger .btn-group-lg > .btn-pill {
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .badger .btn-sm, .badger .btn-group-sm > .btn, .badger .btn-group-sm > .btn-pill {
    padding: 0.25rem 0.5rem;
    font-size: 0.65625rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .badger .btn-icon {
    position: relative;
    padding-left: 25px; }
    .badger .btn-icon svg {
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 16px;
      transform: translateY(-50%); }
  .badger .fab {
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 1; }
  .badger .btn-link {
    font-weight: 400;
    color: #597fc7;
    text-decoration: none; }
    .badger .btn-link:hover {
      color: #355a9e;
      text-decoration: underline; }
    .badger .btn-link:focus, .badger .btn-link.focus {
      text-decoration: underline;
      box-shadow: none; }
    .badger .btn-link:disabled, .badger .btn-link.disabled {
      color: #6c757d;
      pointer-events: none; }
    .badger .btn-link svg {
      font-size: 1rem; }
  .badger .dropdown-menu {
    width: max-content !important;
    min-width: 100%;
    font-size: 0.875rem;
    border: none;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2); }
  .badger .custom-dropdown {
    width: fit-content; }
    .badger .custom-dropdown .dropdown-menu {
      top: 45% !important;
      left: 31% !important; }
      .badger .custom-dropdown .dropdown-menu::after {
        position: absolute;
        right: 7%;
        bottom: 100%;
        width: 13px;
        height: 13px;
        content: "";
        background: linear-gradient(135deg, white 0%, white 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
        box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.1);
        transform: rotate(45deg) translateY(11px); }
  .badger .dropdown-toggle {
    display: flex;
    text-align: left; }
    .badger .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.391em;
      vertical-align: 0.391em;
      content: "";
      border-top: 0.46em solid;
      border-right: 0.46em solid transparent;
      border-bottom: 0;
      border-left: 0.46em solid transparent; }
    .badger .dropdown-toggle:empty::after {
      margin-left: 0; }
    .badger .dropdown-toggle::after {
      position: relative;
      margin-top: .5em;
      margin-left: 1em;
      border-radius: 0.25rem; }
  .badger .dropdown-item {
    font-weight: 700; }
  .badger .form-control, .badger .form-control-badge {
    font-size: 0.875rem; }
  .badger label {
    font-weight: 600; }
  .badger .form-control-badge {
    height: auto;
    padding: 0.44rem 0.65rem 0 0.65rem;
    cursor: text; }
    .badger .form-control-badge input:not(.form-control) {
      padding-top: 1px;
      padding-bottom: 2px;
      color: #495057;
      background-color: transparent;
      border: 0;
      outline: 0; }
  .badger .form-control-badge input,
  .badger .form-control-badge .badge {
    margin-bottom: 0.44rem; }
  .badger .form-control-badge .fa-plus {
    margin-top: 0.44rem;
    cursor: pointer; }
  .badger .editable-field {
    position: relative;
    user-select: none;
    border: 1px solid transparent; }
    .badger .editable-field .editable-field-content {
      min-width: 100%; }
    .badger .editable-field .editable-field-icon {
      display: none; }
  .badger .editable-field.in {
    border: 1px solid #f5f5f5; }
    .badger .editable-field.in .editable-field-icon {
      position: absolute;
      display: inline-block; }
  .badger .rbt-input-multi {
    height: auto !important; }
  .badger .rbt-token .rbt-token-remove-button {
    padding: 3px 7px !important; }
  .badger .rbt-input-multi .rbt-input-main {
    margin: 1px 0 4px !important; }
  .badger input[type="number"]::-webkit-inner-spin-button,
  .badger input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .badger .nav-tabs .nav-item {
    margin-bottom: -2px; }
  .badger .nav-tabs .nav-link {
    padding: .5rem 0;
    margin-right: 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #bcc5d6;
    cursor: pointer;
    border: 0;
    outline: none; }
  .badger .nav-link.active,
  .badger .nav-item.show .nav-link {
    color: #bcc5d6;
    border-bottom-style: solid;
    border-bottom-width: 3px; }
  .badger .flex-column.nav-tabs {
    border: 0; }
  .badger .flex-column .nav-link {
    padding: 2rem 1rem;
    color: inherit;
    border-radius: 0; }
  .badger .flex-column .nav-link.active {
    color: #fff;
    background-color: #597fc7;
    border: 0; }
    .badger .flex-column .nav-link.active .text-primary {
      color: #fff !important; }
  .badger .nav-dusk {
    background-color: #f5f5f5; }
    .badger .nav-dusk .nav-link.active {
      background-color: #f5f5f5; }
  .badger .nav-steps {
    text-transform: uppercase;
    border-bottom: 0; }
    .badger .nav-steps .nav-item {
      min-width: 25%;
      margin-bottom: -2px;
      text-align: center; }
    .badger .nav-steps .nav-link {
      min-width: 100px;
      height: 2px;
      padding: 0;
      margin-top: -7px;
      font-size: 0.75rem;
      font-weight: 700;
      color: #bcc5d6;
      cursor: pointer;
      background: #bcc5d6;
      border: 0;
      border-radius: 0; }
      .badger .nav-steps .nav-link svg {
        display: block; }
    .badger .nav-steps .nav-link span {
      padding-right: 20px;
      padding-left: 20px;
      font-size: 12px;
      font-weight: 700; }
    .badger .nav-steps .nav-link.visited {
      color: #597fc7;
      background: #597fc7;
      background-repeat: no-repeat; }
    .badger .nav-steps .nav-link:focus {
      outline: none; }
    .badger .nav-steps .nav-link.active {
      color: #597fc7;
      /* stylelint-disable-next-line */
      background: linear-gradient(to right, #597fc7 0%, #597fc7 50%, #bcc5d6 53%, #bcc5d6 100%);
      background-repeat: no-repeat; }
    .badger .nav-steps li:first-child .nav-link {
      /* stylelint-disable-next-line */
      background: linear-gradient(to right, #fff 0%, #fff 50%, #bcc5d6 53%, #bcc5d6 100%); }
    .badger .nav-steps li:first-child .nav-link.visited {
      /* stylelint-disable-next-line */
      background: linear-gradient(to right, #fff 0%, #fff 50%, #597fc7 53%, #597fc7 100%); }
    .badger .nav-steps li:last-child .nav-link {
      /* stylelint-disable-next-line */
      background: linear-gradient(to right, #bcc5d6 0%, #bcc5d6 50%, #fff 53%, #fff 100%); }
    .badger .nav-steps li:last-child .nav-link.visited {
      /* stylelint-disable-next-line */
      background: linear-gradient(to right, #fff 0%, #fff 50%, #597fc7 53%, #597fc7 100%); }
    .badger .nav-steps li:last-child .nav-link.active {
      color: #597fc7;
      background-color: #597fc7;
      /* stylelint-disable-next-line */
      background-image: linear-gradient(to right, #597fc7 0%, #597fc7 50%, #fff 53%, #fff 100%); }
      .badger .nav-steps li:last-child .nav-link.active .text-primary {
        color: #fff !important; }
  .badger .input-group-text {
    font-size: 0.875rem; }
  .badger .table-datasheet {
    width: 100%;
    line-height: 20px;
    border: 1px solid #cccdd1;
    box-shadow: 0 3px 7px -4px #444; }
  .badger .table-datasheet thead th {
    height: 50px;
    padding: 14px;
    text-align: center;
    background-color: #f8faff;
    border: 1px solid #cccdd1; }
  .badger .table-datasheet tbody td {
    padding: 14px;
    padding: 14px 24px;
    font-size: 14px;
    color: #a2a2ae;
    border: 1px solid #cccdd1; }
  .badger .first-column-left tbody td:nth-child(0n+1) {
    text-align: left; }
  .badger .badger-list-group > li ul {
    padding-left: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #cccdd1; }
  .badger .badger-list-group > li li {
    padding-left: 1.25rem !important; }
  .badger .list-group-flush .list-group-item {
    padding: 0;
    background-color: transparent !important;
    border-bottom: 0 !important; }
  .badger .list-group-flush .list-group-item-box {
    min-height: 80px;
    padding: .5rem;
    margin-bottom: 1rem;
    list-style: none;
    border: solid 2px #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
    .badger .list-group-flush .list-group-item-box.item-selected {
      border: 2px solid #597fc7;
      box-shadow: none; }
    .badger .list-group-flush .list-group-item-box.item-disabled .h4,
    .badger .list-group-flush .list-group-item-box.item-disabled .h6 {
      color: #e71d36; }
  .badger .badger-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .badger .badger-scrollbar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 0.25rem; }
  .badger .badger-scrollbar::-webkit-scrollbar-thumb {
    background-color: #597fc7;
    border-radius: 0.25rem; }
  .badger .badger-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #2f4f8b; }
  .badger .badger-coverage .CircularProgressbar-trail {
    stroke: #bcc5d6 !important; }
  .badger .badger-coverage .CircularProgressbar-path {
    stroke: #731dd8 !important; }
  .badger .badger-coverage .CircularProgressbar-text {
    fill: #731dd8 !important; }
  .badger .badger-coverage-dark .CircularProgressbar-trail {
    stroke: #bcc5d6 !important; }
  .badger .badger-coverage-dark .CircularProgressbar-path {
    stroke: #450d86 !important; }
  .badger .badger-coverage-dark .CircularProgressbar-text {
    fill: #450d86 !important; }
  .badger .badger-coverage-rate .CircularProgressbar-trail {
    stroke: #fff !important; }
  .badger .badger-coverage-rate .CircularProgressbar-path {
    stroke: #c7daff !important; }
  .badger .badger-coverage-rate .CircularProgressbar-text {
    fill: #c7daff !important; }
  .badger .modal.sidebar-left .modal-dialog,
  .badger .modal.sidebar-right .modal-dialog {
    position: fixed;
    width: 601px;
    height: 100%;
    margin: auto;
    transform: translate3d(0%, 0, 0); }
  .badger .modal.sidebar-left .modal-content,
  .badger .modal.sidebar-right .modal-content {
    height: 100%;
    overflow-y: auto; }
  .badger .modal.sidebar-left .modal-body,
  .badger .modal.sidebar-right .modal-body {
    padding: 15px 15px 80px; }
  .badger .modal.sidebar-left.fade .modal-dialog {
    left: -601px;
    transition: opacity .3s linear, left .3s ease-out; }
  .badger .sidebar-left.fade.show .modal-dialog {
    left: 0; }
  .badger .modal.sidebar-right.fade .modal-dialog {
    right: -601px;
    transition: opacity .3s linear, right .3s ease-out; }
  .badger .sidebar-right.fade.show .modal-dialog {
    right: 0; }
  .badger .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px 0 rgba(0, 0, 0, 0.2); }
  .badger .modal-header {
    background-color: #f5f5f5;
    border: none;
    border-radius: 0; }
  .badger .badger-basic-card {
    position: relative;
    padding: 8px;
    background-color: #bcc5d6;
    border-radius: 3px; }
    .badger .badger-basic-card h4,
    .badger .badger-basic-card p {
      padding: 0;
      margin: 0;
      font-size: 12px;
      font-weight: 700;
      line-height: 14px;
      color: #fff; }
    .badger .badger-basic-card h4 {
      margin-bottom: 5px;
      font-size: 10px;
      text-transform: uppercase; }
    .badger .badger-basic-card button {
      position: absolute;
      top: 10px;
      right: 12px; }
  .badger .modal-content {
    border: none;
    border-radius: 3px; }
  .badger .modal-title {
    font-size: 1.125rem; }
  .badger .modal-header .close {
    padding: 1rem; }
  .badger .modal-divider {
    padding: 2rem; }
  .badger .toggle-box {
    width: 176px;
    height: 28px;
    cursor: pointer;
    background-color: #bcc5d6;
    border-radius: 13.5px; }
    .badger .toggle-box .slider {
      width: 86px;
      height: 24px;
      margin: 2px;
      background-color: #597fc7;
      border-radius: 13.5px;
      transition: all .2s ease-out; }
    .badger .toggle-box .labels {
      width: 54px;
      height: 16px;
      padding-top: 6px;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      color: #fff; }
    .badger .toggle-box span .toggle-muted {
      color: #f5f5f5; }
    .badger .toggle-box span:first-child {
      margin-left: 17px; }
    .badger .toggle-box span:last-child {
      margin-left: 32px; }
    .badger .toggle-box .moved {
      margin-left: 88px; }
  .badger .toggle-box-icon {
    width: 72px;
    height: 28px;
    cursor: pointer;
    background-color: #bcc5d6;
    border-radius: 13.5px; }
    .badger .toggle-box-icon .slider {
      width: 36px;
      height: 24px;
      margin: 2px;
      background-color: #597fc7;
      border-radius: 13.5px;
      transition: all .2s ease-out; }
    .badger .toggle-box-icon .labels {
      width: 54px;
      height: 16px;
      padding-top: 6px;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      color: #fff; }
    .badger .toggle-box-icon span .toggle-muted {
      color: #f5f5f5; }
    .badger .toggle-box-icon span:first-child {
      margin-left: 14px; }
    .badger .toggle-box-icon span:last-child {
      margin-left: 24px; }
    .badger .toggle-box-icon .moved {
      margin-left: 36px; }
  .badger #nprogress .bar {
    background: #597fc7 !important; }
  .badger #nprogress .peg {
    box-shadow: 0 0 10px #597fc7, 0 0 5px #597fc7 !important; }
  .badger #nprogress .spinner-icon {
    border-top-color: #597fc7 !important;
    border-left-color: #597fc7 !important; }
  .badger .nprogress-busy .screen-locker {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0; }
  .badger .dropzone {
    color: #597fc7;
    border: 2px dashed #bcc5d6;
    outline: none;
    transition: border .24s ease-in-out; }
    .badger .dropzone .h4,
    .badger .dropzone .h5 {
      color: #597fc7; }
    .badger .dropzone:hover {
      background-color: rgba(199, 218, 255, 0.4); }
  .badger .dropzone-validation {
    color: #e71d36;
    background-color: rgba(255, 81, 103, 0.2);
    border: 2px dashed #e71d36; }
    .badger .dropzone-validation .h4,
    .badger .dropzone-validation .h5 {
      color: #e71d36; }
    .badger .dropzone-validation:hover {
      background-color: rgba(255, 81, 103, 0.2); }
  .badger .extension-error .h4 {
    width: 55%; }
  .badger .editor-view ol {
    padding-inline-start: 40px; }
  .badger .editor-toolbar > .btn.active, .badger .editor-toolbar > .active.btn-pill {
    background: #f5f5f5; }
  .badger .editor-view ul {
    list-style-type: disc;
    padding-inline-start: 40px; }
  .badger .editor-view p {
    padding-bottom: 0;
    margin-bottom: 0; }

/**
 *
 * Styles that need to be out of .badger container
 *
 */
.modal-open {
  overflow: hidden; }
  .modal-open .navbar-fixed-top {
    padding-right: 15px; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

#nprogress .bar {
  background: #FFFFFF !important; }

#nprogress .peg {
  box-shadow: 0 0 10px #FFFFFF, 0 0 5px #FFFFFF !important; }

#nprogress .spinner-icon {
  border-top-color: #FFFFFF !important;
  border-left-color: #FFFFFF !important; }

.nprogress-busy .screen-locker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  background-color: '#fff';
  opacity: 0; }
