@charset "UTF-8";
@media (min-width: 480px) {
  body::after {
    content: '{"screen-xs":{"value": "480px", "active": true}, "screen-sm":{"value": "768px", "active": false}, "screen-md":{"value": "992px", "active": false}, "screen-lg":{"value": "1200px", "active": false}, "navigation-breakpoint":{"value": "1140px", "active": false}, "page-max-width":{"value": "1170px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 768px) {
  body::after {
    content: '{"screen-xs":{"value": "480px", "active": true}, "screen-sm":{"value": "768px", "active": true}, "screen-md":{"value": "992px", "active": false}, "screen-lg":{"value": "1200px", "active": false}, "navigation-breakpoint":{"value": "1140px", "active": false}, "page-max-width":{"value": "1170px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 992px) {
  body::after {
    content: '{"screen-xs":{"value": "480px", "active": true}, "screen-sm":{"value": "768px", "active": true}, "screen-md":{"value": "992px", "active": true}, "screen-lg":{"value": "1200px", "active": false}, "navigation-breakpoint":{"value": "1140px", "active": false}, "page-max-width":{"value": "1170px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1200px) {
  body::after {
    content: '{"screen-xs":{"value": "480px", "active": true}, "screen-sm":{"value": "768px", "active": true}, "screen-md":{"value": "992px", "active": true}, "screen-lg":{"value": "1200px", "active": true}, "navigation-breakpoint":{"value": "1140px", "active": true}, "page-max-width":{"value": "1170px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1140px) {
  body::after {
    content: '{"screen-xs":{"value": "480px", "active": true}, "screen-sm":{"value": "768px", "active": true}, "screen-md":{"value": "992px", "active": true}, "screen-lg":{"value": "1200px", "active": false}, "navigation-breakpoint":{"value": "1140px", "active": true}, "page-max-width":{"value": "1170px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1170px) {
  body::after {
    content: '{"screen-xs":{"value": "480px", "active": true}, "screen-sm":{"value": "768px", "active": true}, "screen-md":{"value": "992px", "active": true}, "screen-lg":{"value": "1200px", "active": false}, "navigation-breakpoint":{"value": "1140px", "active": true}, "page-max-width":{"value": "1170px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp, pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15; /* 1 */
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.gba-content > * + * {
  margin-top: 15px;
}

.gba-download-fett-kontext > * + * {
  margin-top: 15px;
}

audio {
  max-width: 300px;
}
* + audio {
  margin-top: 15px;
}

html {
  height: 100%;
}

body {
  accent-color: rgb(69, 69, 69);
  background-color: #e9e9e9;
  color: #161616;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  min-height: 100%;
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
}

@media print {
  @page {
    size: A4 portrait;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

h1:not([class]) {
  font-size: 26px;
  line-height: 1.25;
  color: #555;
  font-weight: 300;
}
@media (min-width: 480px) {
  h1:not([class]) {
    font-size: 32px;
  }
}
@media (min-width: 480px) {
  h1:not([class]) {
    color: inherit;
    font-weight: 500;
  }
}
h1:not([class]) + * {
  margin-top: 30px;
}

h2:not([class]) {
  font-size: 21px;
  line-height: 1.25;
  color: #555;
  font-weight: 300;
}
@media (min-width: 480px) {
  h2:not([class]) {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  h2:not([class]) {
    color: inherit;
    font-weight: 400;
  }
}
* + h2:not([class]) {
  margin-top: 30px;
}

h3:not([class]) {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}
@media (min-width: 768px) {
  h3:not([class]) {
    font-size: 20px;
  }
}
* + h3:not([class]) {
  margin-top: 30px;
}

h4:not([class]) {
  font-size: 16px;
  font-weight: 500;
}

hr {
  border-width: 0;
  box-sizing: border-box;
  height: 1px;
}
hr:not([class]) {
  background-color: rgba(0, 0, 0, 0.3568627451);
}
* + hr:not([class]),
hr:not([class]) + * {
  margin-top: 30px !important;
}

iframe {
  border-width: 0;
  min-height: 150px;
  width: 100%;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

a:not([class]):not([name]) {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  background-image: url("/assets/gba-link-2a0d783a.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 16px;
}
a:not([class]):not([name]):hover {
  border-bottom-color: currentColor;
  color: inherit;
}
a:not([class]):not([name]):focus {
  outline: 0;
  color: inherit;
}
@media print {
  a:not([class]):not([name]) {
    background-image: none;
    padding-left: 0 !important;
  }
}
a:not([class]):not([name])[href*=mailto] {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  background-image: url("/assets/gba-mail-c2931728.svg");
  background-position: right 3px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 0;
  padding-right: 1.2em;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
}
a:not([class]):not([name])[href*=mailto]:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
a:not([class]):not([name])[href*=mailto]:focus {
  outline: 0;
  color: inherit;
}
@media print {
  a:not([class]):not([name])[href*=mailto] {
    background-image: none;
    padding-right: 0 !important;
  }
}

.auto-save-delay {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  background-image: url("/assets/gba-link-2a0d783a.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 16px;
}
.auto-save-delay:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.auto-save-delay:focus {
  outline: 0;
  color: inherit;
}
@media print {
  .auto-save-delay {
    background-image: none;
    padding-left: 0 !important;
  }
}

ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
* + ul:not([class]) {
  margin-top: 15px;
}
@media print {
  ul:not([class]) {
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 1.25em;
  }
}
ul:not([class]) > li {
  line-height: 1.375;
  padding-left: 1.25em;
  position: relative;
}
@media print {
  ul:not([class]) > li {
    padding-left: 0;
  }
  ul:not([class]) > li::before {
    display: none;
  }
}
ul:not([class]) > li::before {
  background: url("/assets/gba-pill-b21b0a4c.svg") left top no-repeat;
  color: #ff8c00;
  content: "";
  height: 0.25em;
  left: 0.1em;
  position: absolute;
  top: 0.55em;
  width: 1.25em;
}
ul:not([class]) > li + li {
  margin-top: 5px;
}
ul:not([class]) ul,
ul:not([class]) ol {
  margin-bottom: 15px;
  margin-top: 10px;
}

ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ol:not([class]) {
  list-style-type: decimal;
  padding-left: 1.25em;
}
* + ol:not([class]) {
  margin-top: 15px;
}
ol:not([class]) > li + li {
  margin-top: 5px;
}
ol:not([class]) ul,
ol:not([class]) ol {
  margin-bottom: 15px;
  margin-top: 10px;
}

* + dt:not([class]) {
  margin-top: 15px;
}

p {
  margin: 0;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
* + table:not([class]) {
  margin-top: 30px;
}
table:not([class]) + * {
  margin-top: 30px;
}

th {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e9e9e9;
  border-left: 3px solid #fff;
  border-width: 0;
  text-align: left;
  vertical-align: top;
}
th:first-child {
  border-left-width: 0;
}

td {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
  border-width: 0 0 1px;
  position: relative;
  vertical-align: top;
}
td:first-child {
  border-left-width: 0;
}
td:last-child::after {
  right: 0;
}

caption {
  color: #555 !important;
  font-size: 14px !important;
  caption-side: bottom;
  margin-top: 15px;
  text-align: left;
}

.td-word-break {
  word-break: break-all;
}

em {
  font-style: italic;
}

b,
strong {
  letter-spacing: 0.0125em !important;
  font-weight: 500;
}

blockquote {
  border: 1px solid #ff8c00;
  padding: 15px;
  text-align: center;
}

input:not([type=submit]):focus,
textarea:focus,
select:focus {
  outline: 0;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.0862745098);
}

input[type=submit]:focus {
  outline: 0;
}

fieldset {
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

textarea[disabled],
textarea[disabled=disabled],
select[disabled],
select[disabled=disabled],
input[disabled=disabled],
input[disabled] {
  background: rgba(211, 211, 211, 0.5);
  border: 0 solid rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0);
  cursor: default;
}

input[type=checkbox][read_only_input=true],
input[type=radio][read_only_input=true] {
  pointer-events: none;
}

.no-pointer-events {
  pointer-events: none;
}

.button-link-form {
  display: inline;
}

.gba-link-button {
  background-color: transparent;
  background-image: url("/assets/gba-link-2a0d783a.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-bottom: 1px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #161616;
  cursor: pointer;
  display: inline !important;
  font-family: "Roboto";
  margin-right: 1px;
  margin-top: 0;
  padding-left: 16px;
  text-decoration: none;
}
.gba-link-button:hover {
  border-bottom-color: rgb(0, 0, 0);
}

.link-button-mittelleise {
  background: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: inline !important;
  font-family: "Roboto";
  margin: 0;
  padding: 0;
}

.download-link-with-file-size {
  background: none;
  border: 0;
  display: inline !important;
  font-family: "Roboto";
  margin: 0;
  padding: 0;
}

.gba-download__dateiinfo_btn_link {
  text-align: left;
}

[data-breakpoints="xs,sm"] {
  display: block;
}

[data-breakpoints="md,lg"] {
  display: none;
}

@media (min-width: 992px) {
  [data-breakpoints="xs,sm"] {
    display: none;
  }
  [data-breakpoints="md,lg"] {
    display: block;
  }
}
.loading-spinner-container {
  text-align: center;
}

.loading-spinner {
  animation: spin 2s linear infinite;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #f39035;
  height: 30px;
  margin: auto;
  width: 30px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#overlay {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.overlay-spinner {
  animation: spin 2s linear infinite;
  border: 16px solid #ffffff;
  border-radius: 50%;
  border-top: 16px solid #f39035;
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
}

.gba-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gba-grid--boxes {
  margin-left: -15px;
  margin-right: -15px;
}
.gba-content .gba-grid--boxes {
  margin-top: 0;
}
.gba-grid > * {
  flex-basis: 100%;
}
@supports (display: grid) {
  .gba-grid {
    display: grid;
    grid-column-gap: 60px;
    grid-row-gap: 30px;
  }
  .gba-grid--boxes {
    grid-gap: 30px;
    grid-template-columns: repeat(6, 1fr);
    margin-left: 0;
    margin-right: 0;
  }
  .gba-content .gba-grid--boxes {
    margin-top: 30px;
  }
  .gba-grid--standard {
    grid-template-columns: 1fr 33.334%;
  }
}

@media print {
  .gba-grid {
    display: block;
  }
}
.gba-alphabetic-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 75%;
}

.gba-alphabetic-nav__item {
  flex: 0 0 2.5em;
  margin-bottom: 7.5px;
  margin-right: 7.5px;
  text-align: center;
}

.gba-alphabetic-nav__link {
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0.3568627451);
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  width: 2.5em;
}
.gba-alphabetic-nav__link:focus {
  outline: 0;
}
.gba-alphabetic-nav__link:focus, .gba-alphabetic-nav__link:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
}
.gba-alphabetic-nav__link--disabled {
  background-color: #a4a4a4;
  opacity: 0.4;
}
.gba-alphabetic-nav__link--disabled:hover {
  background-color: #a4a4a4;
  border-color: rgba(0, 0, 0, 0.3568627451);
  cursor: not-allowed;
}

@media print {
  .gba-alphabetic-nav {
    display: none;
  }
  .gba-alphabetic-nav + * {
    page-break-before: always;
  }
}

.gba-anmerkung {
  padding-left: 30px;
  position: relative;
}
.gba-anmerkung + * {
  margin-top: 30px;
}
* + .gba-anmerkung {
  margin-top: 30px;
}
.gba-anmerkung::before {
  background-image: url("/assets/icon-warning--orange-b19cab53.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 2px solid #ff8c00;
  border-radius: 50%;
  content: "";
  height: 1.25em;
  left: 0;
  position: absolute;
  top: -1px;
  width: 1.25em;
}
.gba-anmerkung > * + * {
  margin-top: 15px;
}

.gba-anzeigetafel {
  display: none;
}
@media (min-width: 1140px) {
  .gba-anzeigetafel {
    border-top: 1px solid rgba(0, 0, 0, 0.3568627451);
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
  * + .gba-anzeigetafel {
    margin-top: 30px;
  }
  .gba-anzeigetafel img {
    max-height: 14vh;
    width: auto;
  }
}

*:not(.gba-akkordeon) + .gba-akkordeon {
  margin-top: 20px;
}

.gba-akkordeon {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
  border-top: 1px solid rgba(0, 0, 0, 0.3568627451);
}

.gba-akkordeon + .gba-akkordeon {
  border-top-width: 0;
  margin-top: 0;
}

.gba-akkordeon + *:not(.gba-akkordeon) {
  margin-top: 30px;
}

.gba-akkordeon__header {
  color: #555;
}

.gba-akkordeon__trigger {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 10px 2em 10px 10px;
  position: relative;
  width: 100%;
}
.fonts-loaded .gba-akkordeon__trigger {
  font-family: "Roboto", sans-serif;
}
.gba-akkordeon__trigger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.js .gba-akkordeon__trigger::after {
  border: solid rgba(0, 0, 0, 0.3568627451);
  border-width: 0 2px 2px 0;
  content: "";
  height: 0.5em;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5em;
}
.gba-akkordeon__trigger[aria-expanded=true] {
  color: #161616;
  font-weight: bold;
}
.gba-akkordeon__trigger[aria-expanded=true]::after {
  transform: translateY(-30%) rotate(-135deg);
}
.gba-akkordeon__trigger:hover, .gba-akkordeon__trigger:focus {
  background: #e9e9e9;
  color: #161616;
}
.gba-akkordeon__trigger:hover::after, .gba-akkordeon__trigger:focus::after {
  border-color: #161616;
}

.gba-akkordeon__panel {
  background-color: #fff;
  padding: 10px 10px 20px;
}
.gba-akkordeon__panel > * + * {
  margin-top: 15px;
}
.js .gba-akkordeon__panel {
  display: none;
}
.gba-akkordeon__panel[aria-hidden=false] {
  display: block;
}

@media print {
  .gba-akkordeon {
    border: no;
  }
  .gba-akkordeon + .gba-akkordeon {
    margin-top: 30px;
  }
  .gba-akkordeon__trigger {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
  }
}
@media print and (min-width: 768px) {
  .gba-akkordeon__trigger {
    font-size: 20px;
  }
}
@media print {
  .gba-akkordeon__trigger::after {
    display: none;
  }
  .gba-akkordeon__panel {
    display: block !important;
    padding: 0;
  }
}
.gba-arrow__end, .gba-arrow__start {
  display: block;
  height: 15px;
  position: absolute;
  width: 30px;
}
.gba-arrow__end .gba-arrow__image, .gba-arrow__start .gba-arrow__image {
  height: 15px;
  width: 30px;
}

.gba-arrow {
  background: #a4a4a4;
  height: calc(100% - 20px);
  left: 0;
  position: absolute;
  top: 10px;
  width: 30px;
}
.gba-arrow path {
  fill: #a4a4a4;
}

.gba-arrow__start {
  top: -10px;
}

.gba-arrow__end {
  bottom: -10px;
}

.gba-arrow--is-active-step {
  background: #ff8c00;
}
.gba-arrow--is-active-step path {
  fill: #ff8c00;
}

.gba-aufgehoben {
  font-style: italic;
  opacity: 0.75;
}

@keyframes focusFadeOut {
  0% {
    background-color: rgba(0, 0, 0, 0.0862745098);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.0862745098);
  }
  100% {
    background-color: transparent;
    box-shadow: none;
  }
}
* + .gba-ausklappbarer-abschnitt {
  margin-top: 30px;
}
.gba-ausklappbarer-abschnitt + * {
  margin-top: 30px;
}

.gba-ausklappbarer-abschnitt__teaser > * + * {
  margin-top: 15px;
}

.gba-ausklappbarer-abschnitt__panel {
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out 0s, opacity 0.2s ease 0s, visibility 0.1s ease 0.1s;
  visibility: visible;
}
.gba-ausklappbarer-abschnitt__panel > * + * {
  margin-top: 15px;
}
.gba-ausklappbarer-abschnitt__panel[aria-hidden=true] {
  max-height: 0 !important;
  opacity: 0;
  visibility: hidden;
}
.gba-ausklappbarer-abschnitt__panel[aria-hidden=false] {
  animation: focusFadeOut 1.5s;
}
* + .gba-ausklappbarer-abschnitt__panel[aria-hidden=false] {
  margin-top: 15px;
}
.gba-ausklappbarer-abschnitt__panel > h2:not([class]):first-child,
.gba-ausklappbarer-abschnitt__panel > h3:not([class]):first-child {
  margin-top: 15px;
}

.gba-ausklappbarer-abschnitt__button {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.fonts-loaded .gba-ausklappbarer-abschnitt__button {
  font-family: "Roboto", sans-serif;
}
.gba-ausklappbarer-abschnitt__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=false] {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
  padding-right: 1.05em;
  position: relative;
  text-decoration: none;
  margin-top: 15px;
}
.fonts-loaded .gba-ausklappbarer-abschnitt__button[aria-expanded=false] {
  font-family: "Roboto", sans-serif;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=false]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=false]:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=false]:focus {
  outline: 0;
  color: inherit;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=false]::after {
  background-image: url("/assets/caret-right-orange-563e08ea.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 8px;
  content: "";
  height: 1em;
  margin-left: 3px;
  position: absolute;
  top: 32%;
  transform: rotate(90deg);
  width: 1em;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=true] {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
  padding-right: 1.1em;
  position: relative;
  text-decoration: none;
  margin-top: 15px;
}
.fonts-loaded .gba-ausklappbarer-abschnitt__button[aria-expanded=true] {
  font-family: "Roboto", sans-serif;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=true]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=true]:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=true]:focus {
  outline: 0;
  color: inherit;
}
.gba-ausklappbarer-abschnitt__button[aria-expanded=true]::after {
  background-image: url("/assets/caret-right-orange-563e08ea.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 8px;
  content: "";
  height: 1em;
  margin-left: 3px;
  position: absolute;
  top: -8%;
  transform: rotate(-90deg);
  width: 1em;
}

@media print {
  .gba-ausklappbarer-abschnitt__button[aria-expanded] {
    display: none;
  }
  .gba-ausklappbarer-abschnitt__panel[aria-hidden=true] {
    max-height: none !important;
    opacity: 1;
    visibility: visible;
  }
}
.XStandardImageRight {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}

.XStandardImageLeft {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}

:not(.gba-grid) > .gba-box {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.gba-box {
  display: flex;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.gba-box .gba-box__flexbug-helper {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  max-width: 100%;
  padding: 30px;
  width: 100%;
}
.gba-box--grau .gba-box__flexbug-helper {
  background-color: #e9e9e9;
  border-width: 0;
}
@supports (display: grid) {
  .gba-box {
    grid-column: auto/span 6;
    margin: 0;
    padding: 0;
  }
}
.gba-box--xs {
  flex: 1 0 auto;
  width: 100%;
}
@supports (display: grid) {
  .gba-box--xs {
    grid-column: auto/span 6;
    width: auto;
  }
}
@media (min-width: 480px) {
  .gba-box--xs {
    width: 50%;
  }
  @supports (display: grid) {
    .gba-box--xs {
      grid-column: auto/span 3;
      width: auto;
    }
  }
}
@media (min-width: 768px) {
  .gba-box--xs {
    width: 33.3333333333%;
  }
  @supports (display: grid) {
    .gba-box--xs {
      grid-column: auto/span 2;
      width: auto;
    }
  }
}
.gba-box--s {
  flex: 1 0 auto;
  width: 100%;
}
@supports (display: grid) {
  .gba-box--s {
    grid-column: auto/span 6;
    width: auto;
  }
}
@media (min-width: 480px) {
  .gba-box--s {
    width: 50%;
  }
  @supports (display: grid) {
    .gba-box--s {
      grid-column: auto/span 3;
      width: auto;
    }
  }
}
.gba-box--m {
  flex: 1 0 auto;
  width: 100%;
}
@supports (display: grid) {
  .gba-box--m {
    grid-column: auto/span 6;
    width: auto;
  }
}
@media (min-width: 480px) {
  .gba-box--m {
    width: 50%;
  }
  @supports (display: grid) {
    .gba-box--m {
      grid-column: auto/span 3;
      width: auto;
    }
  }
}
@media (min-width: 768px) {
  .gba-box--m {
    width: 66.6666666667%;
  }
  @supports (display: grid) {
    .gba-box--m {
      grid-column: auto/span 4;
      width: auto;
    }
  }
}
.gba-box--l {
  flex: 1 0 auto;
  width: 100%;
}
@supports (display: grid) {
  .gba-box--l {
    grid-column: auto/span 6;
    width: auto;
  }
}
@media (min-width: 480px) {
  .gba-box--l {
    width: 50%;
  }
  @supports (display: grid) {
    .gba-box--l {
      grid-column: auto/span 3;
      width: auto;
    }
  }
}
@media (min-width: 768px) {
  .gba-box--l {
    width: 100%;
  }
  @supports (display: grid) {
    .gba-box--l {
      grid-column: auto/span 6;
      width: auto;
    }
  }
}
.gba-box--xl {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
@supports (display: grid) {
  .gba-box--xl {
    grid-column: auto/span 6;
    width: auto;
  }
}
.gba-box--mit-hintergrundinfos {
  flex: 1 0 auto;
  width: 100%;
}
@supports (display: grid) {
  .gba-box--mit-hintergrundinfos {
    grid-column: auto/span 6;
    width: auto;
  }
}
@media (min-width: 480px) {
  .gba-box--mit-hintergrundinfos {
    width: 50%;
  }
  @supports (display: grid) {
    .gba-box--mit-hintergrundinfos {
      grid-column: auto/span 3;
      width: auto;
    }
  }
}
@media (min-width: 768px) {
  .gba-box--mit-hintergrundinfos {
    width: 100%;
  }
  @supports (display: grid) {
    .gba-box--mit-hintergrundinfos {
      grid-column: auto/span 6;
      width: auto;
    }
  }
}
.gba-page__aside .gba-box {
  width: 100% !important;
}

.gba-box:not(.gba-box--grau) > .gba-box__flexbug-helper > .gba-box__titel, .gba-box__hauptinhalt > .gba-box__flexbug-helper > .gba-box__titel {
  font-size: 21px;
  line-height: 1.25;
  color: #555;
  font-weight: 400;
}
@media (min-width: 480px) {
  .gba-box:not(.gba-box--grau) > .gba-box__flexbug-helper > .gba-box__titel, .gba-box__hauptinhalt > .gba-box__flexbug-helper > .gba-box__titel {
    font-size: 24px;
  }
}
.gba-box:not(.gba-box--grau) > .gba-box__flexbug-helper > .gba-box__titel a, .gba-box__hauptinhalt > .gba-box__flexbug-helper > .gba-box__titel a {
  border-bottom: 1px solid transparent;
  color: #555;
  cursor: pointer;
  text-decoration: none;
  background-image: none;
  padding-left: 0;
}
.gba-box:not(.gba-box--grau) > .gba-box__flexbug-helper > .gba-box__titel a:hover, .gba-box__hauptinhalt > .gba-box__flexbug-helper > .gba-box__titel a:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-box:not(.gba-box--grau) > .gba-box__flexbug-helper > .gba-box__titel a:focus, .gba-box__hauptinhalt > .gba-box__flexbug-helper > .gba-box__titel a:focus {
  outline: 0;
  color: inherit;
}
.gba-box--grau > .gba-box__flexbug-helper > .gba-box__titel {
  font-size: 21px;
  line-height: 1.25;
  color: #555;
  font-weight: 300;
}
@media (min-width: 480px) {
  .gba-box--grau > .gba-box__flexbug-helper > .gba-box__titel {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .gba-box--grau > .gba-box__flexbug-helper > .gba-box__titel {
    color: inherit;
    font-weight: 400;
  }
}
.gba-box:not(.gba-box--ohne-orangene-linie):not(.gba-box--mit-hintergrundinfos) > .gba-box__flexbug-helper > .gba-box__titel, .gba-box__hauptinhalt > .gba-box__flexbug-helper > .gba-box__titel {
  border-top: 3px solid #ff8c00;
  padding-top: 15px;
}
.gba-box__hintergrundinhalt > .gba-box__flexbug-helper .gba-box__titel {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}
@media (min-width: 768px) {
  .gba-box__hintergrundinhalt > .gba-box__flexbug-helper .gba-box__titel {
    font-size: 20px;
  }
}

.gba-box__body {
  flex: 1 0 auto;
  width: 100%;
}
.gba-box__body > * + * {
  margin-top: 10px;
}
.gba-box:not(.gba-box--nur-text) > .gba-box__flexbug-helper > .gba-box__body, .gba-box--mit-hintergrundinfos .gba-box__flexbug-helper > .gba-box__body {
  margin-top: 15px;
}
.gba-box--nur-text:not(.gba-box--ohne-orangene-linie) > .gba-box__flexbug-helper > .gba-box__body {
  border-top: 3px solid #ff8c00;
  padding-top: 15px;
}
.gba-box__body > * {
  width: 100%;
}
.gba-box__body .gba-reihe img {
  max-height: 50vh;
}
@media (min-width: 480px) and (orientation: portrait) {
  .gba-box__body .gba-reihe img {
    max-height: 30vh;
  }
}
@media (min-width: 768px) {
  .gba-box__body .gba-reihe img {
    max-height: 30vh;
  }
}
.gba-features .gba-box__body {
  hyphens: auto;
}

.gba-box__footer {
  margin-top: 30px;
}

.upload-form-box__hidden {
  display: none;
}

@media print {
  .gba-box {
    border: 1px solid rgba(0, 0, 0, 0.3568627451);
    grid-column: auto/span 6;
    page-break-inside: avoid;
    width: auto;
  }
  .gba-box + * {
    margin-top: 30px;
  }
}
.gba-breadcrumbs {
  grid-area: 1/1/auto/-1;
  margin-bottom: 30px;
  min-width: 0;
}
@supports (display: grid) {
  .gba-breadcrumbs {
    margin-bottom: 0;
  }
}
.gba-page__body--startseite .gba-breadcrumbs {
  display: none;
}

.gba-breadcrumbs__label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.gba-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}

.gba-breadcrumb {
  display: inline-block;
  font-size: 14px;
}
.gba-breadcrumb:not(:last-child)::after {
  content: " //";
  margin-right: 0.15em;
}
.gba-breadcrumb:last-child {
  flex: 1;
  min-width: 0;
}
.letzte-aenderungen .gba-breadcrumb:nth-last-child(2) {
  align-items: baseline;
  display: flex;
  flex: 0 1 auto;
  min-width: 0;
}
@media (min-width: 768px) {
  .letzte-aenderungen .gba-breadcrumb:nth-last-child(2) {
    flex: 1 1 0;
  }
}
.letzte-aenderungen .gba-breadcrumb:nth-last-child(2) .gba-breadcrumb__link {
  display: inline-block;
  line-height: 1.13333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gba-breadcrumb__link {
  border-bottom: 1px solid transparent;
  color: #555;
  cursor: pointer;
  text-decoration: none;
}
.gba-breadcrumb__link:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-breadcrumb__link:focus {
  outline: 0;
  color: inherit;
}

.gba-breadcrumb__current-page {
  color: #555;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media print {
  .gba-breadcrumbs {
    display: none;
  }
}
.gba-button {
  letter-spacing: 0.0125em !important;
  background: transparent;
  border: 1px solid;
  border-bottom-right-radius: 9999em;
  border-top-right-radius: 9999em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 5px 10px 6px 6px;
  text-decoration: none;
  transition: all 0.1s ease-in;
}
.fonts-loaded .gba-button {
  font-family: "Roboto", sans-serif;
}
.gba-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.gba-button--standard,
a.gba-button--standard,
button.gba-button--standard {
  letter-spacing: 0.0125em !important;
  background: transparent;
  border: 1px solid;
  border-bottom-right-radius: 9999em;
  border-top-right-radius: 9999em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 5px 10px 6px 6px;
  text-decoration: none;
  transition: all 0.1s ease-in;
  background-color: #555;
  border-color: #555;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.fonts-loaded .gba-button--standard,
.fonts-loaded a.gba-button--standard,
.fonts-loaded button.gba-button--standard {
  font-family: "Roboto", sans-serif;
}
.gba-button--standard::-moz-focus-inner,
a.gba-button--standard::-moz-focus-inner,
button.gba-button--standard::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gba-button--standard:hover,
a.gba-button--standard:hover,
button.gba-button--standard:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
  color: #161616;
}
.gba-button--standard:focus,
a.gba-button--standard:focus,
button.gba-button--standard:focus {
  outline: 0;
}
html:not([data-whatintent=mouse]) .gba-button--standard:focus,
html:not([data-whatintent=mouse]) a.gba-button--standard:focus,
html:not([data-whatintent=mouse]) button.gba-button--standard:focus {
  border-color: #ff8c00;
  color: #161616;
}

.gba-button--disabled, .note-btn-primary:hover:disabled:hover, .note-btn-primary:hover:disabled, .note-btn-primary:disabled, .wizard .wizard-submit.disabled,
a.gba-button--disabled,
button.gba-button--disabled,
input.gba-button--disabled {
  background-color: #dbdbdb;
  border: 1px solid #9e9e9e !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.gba-button--left,
a.gba-button--left,
button.gba-button--left {
  letter-spacing: 0.0125em !important;
  background: transparent;
  border: 1px solid;
  border-bottom-right-radius: 9999em;
  border-top-right-radius: 9999em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 5px 10px 6px 6px;
  text-decoration: none;
  transition: all 0.1s ease-in;
  background-color: #555;
  border-color: #555;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-bottom-left-radius: 9999em;
  border-bottom-right-radius: 0;
  border-top-left-radius: 9999em;
  border-top-right-radius: 0;
  padding-left: 10px;
  padding-right: 5px;
}
.fonts-loaded .gba-button--left,
.fonts-loaded a.gba-button--left,
.fonts-loaded button.gba-button--left {
  font-family: "Roboto", sans-serif;
}
.gba-button--left::-moz-focus-inner,
a.gba-button--left::-moz-focus-inner,
button.gba-button--left::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gba-button--left:hover,
a.gba-button--left:hover,
button.gba-button--left:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
  color: #161616;
}
.gba-button--left:focus,
a.gba-button--left:focus,
button.gba-button--left:focus {
  outline: 0;
}
html:not([data-whatintent=mouse]) .gba-button--left:focus,
html:not([data-whatintent=mouse]) a.gba-button--left:focus,
html:not([data-whatintent=mouse]) button.gba-button--left:focus {
  border-color: #ff8c00;
  color: #161616;
}

.gba-button--right,
a.gba-button--right,
button.gba-button--left {
  letter-spacing: 0.0125em !important;
  background: transparent;
  border: 1px solid;
  border-bottom-right-radius: 9999em;
  border-top-right-radius: 9999em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 5px 10px 6px 6px;
  text-decoration: none;
  transition: all 0.1s ease-in;
  background-color: #555;
  border-color: #555;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  float: right;
}
.fonts-loaded .gba-button--right,
.fonts-loaded a.gba-button--right,
.fonts-loaded button.gba-button--left {
  font-family: "Roboto", sans-serif;
}
.gba-button--right::-moz-focus-inner,
a.gba-button--right::-moz-focus-inner,
button.gba-button--left::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gba-button--right:hover,
a.gba-button--right:hover,
button.gba-button--left:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
  color: #161616;
}
.gba-button--right:focus,
a.gba-button--right:focus,
button.gba-button--left:focus {
  outline: 0;
}
html:not([data-whatintent=mouse]) .gba-button--right:focus,
html:not([data-whatintent=mouse]) a.gba-button--right:focus,
html:not([data-whatintent=mouse]) button.gba-button--left:focus {
  border-color: #ff8c00;
  color: #161616;
}

.gba-button--unstyled,
a.gba-button--unstyled,
button.gba-button--unstyled {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.fonts-loaded .gba-button--unstyled,
.fonts-loaded a.gba-button--unstyled,
.fonts-loaded button.gba-button--unstyled {
  font-family: "Roboto", sans-serif;
}
.gba-button--unstyled::-moz-focus-inner,
a.gba-button--unstyled::-moz-focus-inner,
button.gba-button--unstyled::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.gba-button,
button.gba-button {
  text-decoration: none;
}
a.gba-button--standard,
button.gba-button--standard {
  color: #fff;
}

@media print {
  a.gba-button[href],
  button.gba-button[href] {
    appearance: none;
    background: transparent;
    border-radius: 0;
    border-width: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #161616;
    cursor: pointer;
    text-decoration: none;
    background-image: url("/assets/gba-link-2a0d783a.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px;
    border-bottom-color: rgba(0, 0, 0, 0.3568627451);
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 16px;
    display: inline;
  }
  .fonts-loaded a.gba-button[href],
  .fonts-loaded button.gba-button[href] {
    font-family: "Roboto", sans-serif;
  }
  a.gba-button[href]::-moz-focus-inner,
  button.gba-button[href]::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  a.gba-button[href]:hover,
  button.gba-button[href]:hover {
    border-bottom-color: currentColor;
    color: inherit;
  }
  a.gba-button[href]:focus,
  button.gba-button[href]:focus {
    outline: 0;
    color: inherit;
  }
}
@media print {
  a.gba-button[href],
  button.gba-button[href] {
    background-image: none;
    padding-left: 0 !important;
  }
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999;
}

#cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  border: 0;
  display: block;
  float: left;
  margin: auto;
}

.cboxIframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #e9e9e9;
  opacity: 0.97 !important;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 2.25em;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
  padding: 50px;
}

#cboxLoadedContent {
  background: #fff;
  box-shadow: inset 0 0 0 -1px rgba(0, 0, 0, 0.3568627451);
}

#cboxLoadingOverlay {
  background: #a4a4a4;
}

#cboxTitle {
  color: #161616;
  left: 0;
  position: absolute;
  top: -1.5em;
}

#cboxCurrent {
  bottom: -1.5em;
  position: absolute;
  right: 0;
}

#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
  background-color: transparent;
  border-width: 0;
  font-size: 14px;
  position: absolute;
  top: -1.5em;
}
#cboxSlideshow a,
#cboxPrevious a,
#cboxNext a,
#cboxClose a {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
}
#cboxSlideshow a:hover,
#cboxPrevious a:hover,
#cboxNext a:hover,
#cboxClose a:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
#cboxSlideshow a:focus,
#cboxPrevious a:focus,
#cboxNext a:focus,
#cboxClose a:focus {
  outline: 0;
  color: inherit;
}

#cboxClose {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
  font-size: 14px;
  right: 0;
}
.fonts-loaded #cboxClose {
  font-family: "Roboto", sans-serif;
}
#cboxClose::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#cboxClose:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
#cboxClose:focus {
  outline: 0;
  color: inherit;
}

#cboxPrevious {
  left: 0;
}

#cboxNext {
  left: 6em;
}

*:not(.gba-download--big) > .download-helper {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
  background-image: url("/assets/gba-download-35b9148a.svg");
  background-position: 2px 1px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 1.25em;
  padding-right: 0;
}
*:not(.gba-download--big) > .download-helper:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
*:not(.gba-download--big) > .download-helper:focus {
  outline: 0;
  color: inherit;
}
@media print {
  *:not(.gba-download--big) > .download-helper {
    background: none;
    padding-left: 0 !important;
  }
}
.gba-suche-ergebnis__references .download-helper {
  background-position: 2px 3px;
}
.gba-download--big > .download-helper {
  color: #161616;
  cursor: default;
  text-decoration: none;
  max-width: 100%;
}
.gba-download--big > .download-helper:focus {
  outline: 0;
}

.gba-download__dateiinfo {
  color: #555 !important;
  font-size: 12px !important;
}
*:not(.gba-download--big) > .download-helper .gba-download__dateiinfo {
  margin-left: 0.25em;
}

.gba-download--big {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding-left: 1.25em;
  position: relative;
}
.gba-download--big + * {
  margin-top: 15px;
}
@media print {
  .gba-download--big {
    padding-left: 0 !important;
  }
}
.gba-download--big::after {
  background-image: url("/assets/gba-download-35b9148a.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 15px;
}
@media print {
  .gba-download--big::after {
    display: none;
  }
}
.gba-download-list--mit-trennlinie li .gba-download--big {
  position: relative;
}
.gba-download-list--mit-trennlinie li + li .gba-download--big {
  margin-top: 30px;
}
.gba-download-list--mit-trennlinie li + li .gba-download--big::before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
  content: "";
  height: 1px;
  left: 0;
  max-width: 4em;
  position: absolute;
  top: -15px;
  width: 16.6666666667%;
}
.gba-download--big .gba-download__text {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
  line-height: 1.5;
}
.gba-download--big .gba-download__text:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-download--big .gba-download__text:focus {
  outline: 0;
  color: inherit;
}
.gba-box--grau .gba-download--big .gba-download__text, .gba-download-list .gba-download--big .gba-download__text, .gba-download-fett-kontext .gba-download--big .gba-download__text {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.0125em !important;
  font-weight: 500;
}
.gba-box--grau .gba-download--big .gba-download__text:hover, .gba-download-list .gba-download--big .gba-download__text:hover, .gba-download-fett-kontext .gba-download--big .gba-download__text:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-box--grau .gba-download--big .gba-download__text:focus, .gba-download-list .gba-download--big .gba-download__text:focus, .gba-download-fett-kontext .gba-download--big .gba-download__text:focus {
  outline: 0;
  color: inherit;
}
.gba-download--big.gba-download--fett .gba-download__text {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.0125em !important;
  font-weight: 500;
}
.gba-download--big.gba-download--fett .gba-download__text:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-download--big.gba-download--fett .gba-download__text:focus {
  outline: 0;
  color: inherit;
}
.gba-download--big .gba-download__dateiinfo {
  display: block;
  margin-top: 3px;
}

.gba-elevator {
  position: relative;
}
.gba-elevator::before {
  background-color: #ff8c00;
  background-image: url("/assets/logo-bildmarke-anschnitt-d6eac754.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 25em;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.gba-elevator__text > * {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 480px) {
  .gba-elevator__text > * {
    font-size: 24px;
  }
}

.gba-teaser {
  hyphens: auto;
}
* + .gba-teaser {
  margin-top: 30px;
}
.gba-teaser + * {
  margin-top: 30px;
}
@media print {
  .gba-teaser {
    page-break-inside: avoid;
  }
}
.gba-teaser--mit-trenner {
  position: relative;
}
.gba-teaser--mit-trenner + .gba-teaser--mit-trenner::before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
  content: "";
  height: 1px;
  left: 0;
  max-width: 4em;
  position: absolute;
  top: -15px;
  width: 16.6666666667%;
}
.gba-trennlinie--sechstel + .gba-teaser--mit-trenner {
  margin-top: 0;
}

* + .gba-teaser__body {
  margin-top: 7.5px;
}
.gba-teaser__body > * + * {
  margin-top: 15px;
}

* + .gba-teaser__link {
  margin-top: 7.5px;
}

.gba-teaser__datum {
  color: #555;
  font-size: 14px;
}

* + .gba-features {
  margin-top: 30px;
}

.gba-flash {
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
  padding: 30px;
  position: relative;
}
.gba-flash + * {
  margin-top: 30px;
}
.gba-flash > *:first-child {
  border-top: 3px solid rgba(0, 0, 0, 0.3568627451);
  padding-top: 15px;
}

.gba-flash__icon {
  display: block;
  float: left;
  left: -1px;
  padding: 0 5px 5px;
  top: -1px;
  width: 37.5px;
}

.gba-flash__text {
  overflow: hidden;
  padding-left: 15px;
}

.gba-flash__title {
  font-size: 21px;
  line-height: 1.25;
  color: #555;
  font-weight: 300;
}
.gba-flash__title + * {
  margin-top: 10px;
}
@media (min-width: 480px) {
  .gba-flash__title {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .gba-flash__title {
    color: inherit;
    font-weight: 400;
  }
}

.gba-flash__close {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  color: #555 !important;
  font-size: 14px !important;
}
* + .gba-flash__close {
  margin-top: 20px;
}
.fonts-loaded .gba-flash__close {
  font-family: "Roboto", sans-serif;
}
.gba-flash__close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.no-js .gba-flash__close {
  display: none;
}

.gba-flash--success > *:first-child {
  border-top-color: #7cb518;
}
.gba-flash--success ul:not([class]) li::before {
  color: #7cb518;
}

.gba-flash--error > *:first-child {
  border-top-color: #ee5622;
}
.gba-flash--error ul:not([class]) li::before {
  color: #ee5622;
}

.gba-flash--warning > *:first-child {
  border-top-color: #efca08;
}
.gba-flash--warning .gba-flash__icon {
  padding: 0 3px 3px;
}
.gba-flash--warning ul:not([class]) li::before {
  color: #efca08;
}

* + .gba-form {
  margin-top: 30px;
}
.gba-form + * {
  margin-top: 30px;
}

.gba-form--alsBox {
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
  padding: 30px;
}
.gba-form--alsBox > *:first-child {
  border-top: 3px solid #ff8c00;
  padding-top: 15px;
}

.gba-required-mark {
  color: #555 !important;
  font-size: 14px !important;
  margin-left: 5px;
}

.gba-form__required-note {
  color: #555 !important;
  font-size: 14px !important;
  margin-top: 15px;
}

.gba-form-row::after {
  clear: both;
  content: "";
  display: table;
}
.gba-form-row + .gba-form-row {
  margin-top: 15px;
}

.gba-form-row__label-wrapper {
  margin-top: 10px;
}
.gba-form-row__label-wrapper + .gba-form-row__widget {
  margin-top: 5px;
}

.gba-form-label {
  letter-spacing: 0.0125em !important;
  font-weight: 500;
}
.gba-form-label.required::after {
  color: #555 !important;
  font-size: 14px !important;
  content: "*";
  display: inline-block;
  margin-left: 5px;
}

.gba-form-errors__list {
  background-color: rgb(250.75, 212.75, 199.75);
  border: solid #ee5622 1px;
  margin-bottom: -1px;
  margin-top: 5px;
}

.gba-form-errors__item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  padding: 7.5px;
}

.error-border {
  box-shadow: 0 0 4px 0 #ff0000 !important;
}

.gba-form-widget-text,
.gba-form-widget-email {
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
  border-radius: 0;
  padding: 7.5px;
  vertical-align: middle;
  width: 100%;
}

.gba-form-widget-checkbox {
  clear: left;
  float: left;
  margin-right: 7.5px;
  margin-top: 5px;
}
.gba-form-widget-checkbox + label {
  display: inline-block;
  float: left;
  font-weight: normal;
  margin-top: 10px;
  vertical-align: top;
  width: calc(100% - 25px);
}

input[type=hidden] {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

textarea {
  min-height: 300px;
  resize: vertical;
}

.small-text-area {
  min-height: 100px;
}

select {
  width: 100%;
}

* + .h1 {
  margin-top: 15px;
}

* + .h2 {
  margin-top: 15px;
}

* + .h3 {
  margin-top: 15px;
}

* + .h4 {
  margin-top: 15px;
}

.h1 {
  font-size: 26px;
  line-height: 1.25;
  color: #555;
  font-weight: 300;
}
@media (min-width: 480px) {
  .h1 {
    font-size: 32px;
  }
}
@media (min-width: 480px) {
  .h1 {
    color: inherit;
    font-weight: 500;
  }
}

.h1--reduziert {
  font-size: 21px;
  line-height: 1.25;
  color: #555;
  font-weight: 300;
}
@media (min-width: 480px) {
  .h1--reduziert {
    font-size: 28px;
  }
}
@media (min-width: 480px) {
  .h1--reduziert {
    color: inherit;
    font-weight: 500;
  }
}
.h1--reduziert + * {
  margin-top: 30px;
}

.h2 {
  font-size: 21px;
  line-height: 1.25;
  color: #555;
  font-weight: 300;
}
@media (min-width: 480px) {
  .h2 {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .h2 {
    color: inherit;
    font-weight: 400;
  }
}

.h2--light {
  font-size: 21px;
  line-height: 1.25;
  color: #555;
  font-weight: 400;
}
@media (min-width: 480px) {
  .h2--light {
    font-size: 24px;
  }
}

.h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 16px;
  font-weight: 500;
}

* + h2.h3 {
  margin-top: 30px;
}

.gba-struktur-heading {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.gba-infodienst {
  background-color: #555;
  color: #fff;
  margin: 30px -30px -30px;
  padding: 20px 30px 30px;
  position: relative;
}
.gba-infodienst::before {
  background-image: url("/assets/gba-infodienst-87dce56d.svg");
  background-position: -6px -15px;
  background-repeat: no-repeat;
  background-size: 99%;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 30px;
  top: -20px;
  width: 75px;
  z-index: 1;
}
.gba-infodienst::after {
  background-color: #555;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 30px;
  top: -20px;
  width: 60px;
  z-index: 0;
}

.gba-klammer {
  border: 3px solid #ff8c00;
  padding: 15px;
}
@media (min-width: 992px) {
  .gba-klammer {
    border-left-width: 0;
    padding: 30px;
    padding-right: 27px;
  }
}

.gba-kleingedrucktes {
  color: #555 !important;
  font-size: 14px !important;
}

* + .gba-kurzinfo__eintrag {
  margin-top: 10px;
}

.gba-kurzinfo__label {
  display: block;
}

.gba-link--standard {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  background-image: url("/assets/gba-link-2a0d783a.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 16px;
}
.gba-link--standard:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--standard:focus {
  outline: 0;
  color: inherit;
}
@media print {
  .gba-link--standard {
    background-image: none;
    padding-left: 0 !important;
  }
}

.gba-link--standard-lightest {
  border-bottom: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-image: url("/assets/gba-link-2a0d783a.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 16px;
  border-bottom-width: 0;
}
.gba-link--standard-lightest:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--standard-lightest:focus {
  outline: 0;
  color: inherit;
}
@media print {
  .gba-link--standard-lightest {
    background-image: none;
    padding-left: 0 !important;
  }
}
.gba-link--standard-lightest:hover {
  border-bottom-width: 1px;
  color: #fff;
}
.gba-link--standard-lightest:focus {
  outline: 0;
}
html:not([data-whatintent=mouse]) .gba-link--standard-lightest:focus {
  color: #161616;
}

.gba-link--laut {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  background-image: url("/assets/gba-link-2a0d783a.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 16px;
  letter-spacing: 0.0125em !important;
  border-bottom-color: transparent;
  font-weight: 500;
  padding-left: 17px;
}
.gba-link--laut:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--laut:focus {
  outline: 0;
  color: inherit;
}
@media print {
  .gba-link--laut {
    background-image: none;
    padding-left: 0 !important;
  }
}

.gba-link--mittellaut {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.0125em !important;
  font-weight: 500;
}
.gba-link--mittellaut:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--mittellaut:focus {
  outline: 0;
  color: inherit;
}

.gba-link--leise {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
}
.gba-link--leise:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--leise:focus {
  outline: 0;
  color: inherit;
}

.gba-link--mittelleise {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
}
.gba-link--mittelleise:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--mittelleise:focus {
  outline: 0;
  color: inherit;
}

.gba-link--ausklappen {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
  padding-right: 1.05em;
  position: relative;
  text-decoration: none;
  margin-top: 15px;
}
.fonts-loaded .gba-link--ausklappen {
  font-family: "Roboto", sans-serif;
}
.gba-link--ausklappen::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gba-link--ausklappen:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--ausklappen:focus {
  outline: 0;
  color: inherit;
}
.gba-link--ausklappen::after {
  background-image: url("/assets/caret-right-orange-563e08ea.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 8px;
  content: "";
  height: 1em;
  margin-left: 3px;
  position: absolute;
  top: 32%;
  transform: rotate(90deg);
  width: 1em;
}

.gba-link--einklappen {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
  padding-right: 1.1em;
  position: relative;
  text-decoration: none;
  margin-top: 15px;
}
.fonts-loaded .gba-link--einklappen {
  font-family: "Roboto", sans-serif;
}
.gba-link--einklappen::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gba-link--einklappen:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--einklappen:focus {
  outline: 0;
  color: inherit;
}
.gba-link--einklappen::after {
  background-image: url("/assets/caret-right-orange-563e08ea.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 8px;
  content: "";
  height: 1em;
  margin-left: 3px;
  position: absolute;
  top: -8%;
  transform: rotate(-90deg);
  width: 1em;
}

.gba-link--e-mail {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  background-image: url("/assets/gba-mail-c2931728.svg");
  background-position: right 3px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 0;
  padding-right: 1.2em;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
}
.gba-link--e-mail:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--e-mail:focus {
  outline: 0;
  color: inherit;
}
@media print {
  .gba-link--e-mail {
    background-image: none;
    padding-right: 0 !important;
  }
}

.gba-link--e-mail-fett {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  background-image: url("/assets/gba-mail-c2931728.svg");
  background-position: right 3px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 0;
  padding-right: 1.2em;
  letter-spacing: 0.0125em !important;
  font-weight: 500;
}
.gba-link--e-mail-fett:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--e-mail-fett:focus {
  outline: 0;
  color: inherit;
}
@media print {
  .gba-link--e-mail-fett {
    background-image: none;
    padding-right: 0 !important;
  }
}

.gba-link--rss-feed {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.0125em !important;
  font-weight: 500;
  background-image: url("/assets/gba-rss-720a220a.svg");
  background-position: right 4px;
  background-repeat: no-repeat;
  background-size: 11px;
  padding-right: 14px;
}
.gba-link--rss-feed:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-link--rss-feed:focus {
  outline: 0;
  color: inherit;
}
@media print {
  .gba-link--rss-feed {
    background-image: none;
    padding-right: 0 !important;
  }
}
.font-size-small .gba-link--rss-feed {
  background-position: right 2px;
}

* + .spaced {
  margin-top: 15px;
}

@media print {
  ul.spaced {
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 1.25em;
  }
}
ul.spaced > li {
  line-height: 1.375;
  padding-left: 1.25em;
  position: relative;
}
@media print {
  ul.spaced > li {
    padding-left: 0;
  }
  ul.spaced > li::before {
    display: none;
  }
}
ul.spaced > li::before {
  background: url("/assets/gba-pill-b21b0a4c.svg") left top no-repeat;
  color: #ff8c00;
  content: "";
  height: 0.25em;
  left: 0.1em;
  position: absolute;
  top: 0.55em;
  width: 1.25em;
}
ul.spaced > li + li {
  margin-top: 5px;
}

ol.spaced {
  list-style-type: decimal;
  padding-left: 1.25em;
}
ol.spaced > li + li {
  margin-top: 5px;
}

ol.lower-roman, ol.upper-roman, ol.lower-latin, ol.upper-latin {
  list-style-type: decimal;
  padding-left: 1.25em;
}
ol.lower-roman > li + li, ol.upper-roman > li + li, ol.lower-latin > li + li, ol.upper-latin > li + li {
  margin-top: 5px;
}
ol.lower-roman {
  list-style-type: lower-roman;
}
ol.upper-roman {
  list-style-type: upper-roman;
  padding-left: 1.5em;
}
ol.lower-latin {
  list-style-type: lower-latin;
}
ol.upper-latin {
  list-style-type: upper-latin;
}

.gba-list--unstyled li + li {
  margin-top: 5px;
}

* + .gba-download-list {
  margin-top: 15px;
}
.gba-download-list li + li {
  margin-top: 10px;
}

.gba-page {
  min-height: calc(100vh - (56px));
  padding-bottom: calc(50px + (56px));
}
@media print {
  .gba-page {
    display: block;
    min-height: 0;
  }
}

@media (min-width: 1140px) {
  .gba-page__main-nav {
    margin-top: 10px;
  }
}

.gba-page__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 480px) {
  .gba-page__body:not(.gba-page__body--startseite) {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gba-page__body.gba-page__body--startseite {
    padding-left: 0;
    padding-right: 0;
  }
}
.gba-page__body:not(.gba-page__body--startseite) {
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 15px;
}

.gba-page__content {
  overflow: auto;
  word-wrap: break-word;
}
@media (min-width: 993px) {
  .gba-grid--standard .gba-page__content {
    flex-basis: auto;
    float: left;
    margin-right: 60px;
    width: calc(66.666% - 60px);
  }
  @supports (display: grid) {
    .gba-grid--standard .gba-page__content {
      grid-area: 2/1/auto/auto;
      margin-right: 0;
      width: auto;
    }
  }
}
@supports (display: grid) {
  .gba-page__content {
    grid-area: 2/1/auto/-1;
  }
}

@media (min-width: 993px) {
  .gba-grid--standard .gba-page__aside {
    flex-basis: auto;
    float: left;
    width: 33.334%;
  }
  @supports (display: grid) {
    .gba-grid--standard .gba-page__aside {
      grid-area: 2/2/auto/auto;
      width: auto;
    }
  }
}
@supports (display: grid) {
  .gba-page__aside {
    grid-area: 3/1/auto/-1;
  }
}

.gba-page__sub-navigation {
  display: none;
}
@media (min-width: 993px) {
  .gba-page__sub-navigation {
    display: block;
  }
}

.gba-page__abbinder {
  margin-top: 30px;
  padding-top: 30px;
}
@media print {
  .gba-page__abbinder {
    padding-top: 0;
  }
}
@supports (display: grid) {
  body:not([class*=startseite]) .gba-page__abbinder {
    margin-top: 0;
  }
}

@media print {
  .gba-page {
    display: block;
    height: auto;
    margin: 0;
  }
  .gba-page > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gba-page__aside {
    margin-top: 30px;
  }
  @page {
    margin: 15.875mm;
    size: A4 portrait;
  }
}
.gba-footer__link, .gba-footer__nav a {
  border-bottom: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
}
.gba-footer__link:hover, .gba-footer__nav a:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-footer__link:focus, .gba-footer__nav a:focus {
  outline: 0;
  color: inherit;
}
@media (min-width: 480px) {
  .gba-footer__link, .gba-footer__nav a {
    font-size: 14px;
  }
}

.gba-footer {
  background-color: #555;
  bottom: 0;
  color: #fff;
  height: 56px;
  margin-top: 50px;
  position: absolute;
  width: 100%;
}
.gba-footer hr {
  background-color: #fff;
  margin: 10px 0;
}

.gba-footer__to-top-link {
  background-color: #555;
  bottom: 0;
  display: inline-block;
  height: 30px;
  padding-top: 10px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
}
@media (min-width: 480px) {
  .gba-footer__to-top-link {
    right: 30px;
  }
}
@media (min-width: 1230px) {
  .gba-footer__to-top-link {
    right: calc((100% - 1170px) / 2);
  }
}
[data-scrolldir=up] .gba-footer__to-top-link.should-detach {
  align-items: center;
  bottom: 30px;
  display: flex;
  height: 45px;
  justify-content: center;
  padding-top: 0;
  position: fixed;
  right: 30px;
  width: 45px;
}
.gba-footer__to-top-link .gba-icon {
  display: inline-block;
  height: auto;
  max-height: 100%;
  transition: transform 150ms;
  width: 15px;
}
.gba-footer__to-top-link:hover, .gba-footer__to-top-link:focus {
  background-color: rgb(72.25, 72.25, 72.25);
}
.gba-footer__to-top-link:hover img, .gba-footer__to-top-link:focus img {
  transform: translateY(-3px);
}

.fixed_top-link {
  margin-bottom: 56px;
  position: absolute !important;
}

.gba-footer__content {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: space-between;
  padding: 20px 15px 15px;
}
@media (min-width: 480px) {
  .gba-footer__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1230px) {
  .gba-footer__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.gba-footer__nav {
  font-size: 12px;
}
@media (min-width: 480px) {
  .gba-footer__nav {
    font-size: 14px;
  }
}
.gba-footer__nav > .nav__list {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0;
}
@media (min-width: 1140px) {
  .gba-footer__nav > .nav__list .nav__item:not(:last-of-type).nav__item--last-visible-mobile::after {
    margin-left: 3px;
  }
}
.gba-footer__nav > .nav__list .nav__item:not(:last-of-type):not(.nav__item--last-visible-mobile)::after {
  margin-left: 3px;
}
.gba-footer__nav > .nav__list .nav__item + .nav__item {
  margin-left: 5px;
}
.gba-footer__quicklink {
  letter-spacing: 0.0125em !important;
  align-self: flex-end;
  font-weight: 700;
}

@media print {
  .gba-footer {
    display: none;
  }
}
.gba-header {
  background-color: #fff;
  border-bottom: 30px solid #ff8c00;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 15px;
  position: relative;
}
@media (min-width: 480px) {
  .gba-header {
    padding: 15px 30px;
  }
}
@media (min-width: 1230px) {
  .gba-header {
    padding: 0 calc((100% - 1170px) / 2);
    padding-bottom: 15px;
  }
}
@media (min-width: 1140px) {
  .gba-header {
    padding-top: 0;
  }
}

.gba-header__navigations {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.gba-header__logo {
  margin-right: auto;
}

@media print {
  .gba-header {
    border-bottom-width: 3px;
    padding: 30px;
  }
  .gba-header__navigations {
    display: none;
  }
}
.gba-logo {
  align-self: flex-end;
  flex-shrink: 0;
  line-height: 1;
  text-align: left;
}

.gba-logo__link {
  display: inline-block;
}

.gba-logo__image {
  height: 80px;
  width: 221px;
}
@media (min-width: 1201px) {
  .gba-logo__image {
    height: 93.853654px;
    width: 260px;
  }
}

@media (min-width: 1140px) {
  .gba-main-nav__list--level-0 {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
  }
  .gba-main-nav__item--level-0 {
    line-height: 1.25;
    margin-left: 33px;
  }
  .gba-main-nav__text--level-0 {
    color: #161616;
    cursor: pointer;
    text-decoration: none;
    border-color: transparent;
    border-style: solid;
    border-width: 2px 0;
    font-size: 20px;
    font-weight: 500;
  }
  .gba-main-nav__text--level-0:focus {
    outline: 0;
  }
  .gba-main-nav__text--level-0:not(span):hover, .gba-main-nav__text--level-0:not(span):focus {
    border-bottom-color: #ff8c00;
  }
  .gba-main-nav__item--is-active .gba-main-nav__text--level-0:not(span):hover, .gba-main-nav__item--is-active .gba-main-nav__text--level-0:not(span):focus {
    border-color: transparent;
  }
  .gba-main-nav__text--level-0:not(span):focus {
    outline: 0;
  }
  .gba-main-nav__item--level-0:first-child .gba-main-nav__text--level-0 {
    cursor: pointer;
  }
  .gba-main-nav__item--is-active .gba-main-nav__text--level-0, .gba-main-nav__item--is-on-active-path .gba-main-nav__text--level-0 {
    position: relative;
  }
  .gba-main-nav__item--is-active .gba-main-nav__text--level-0::before, .gba-main-nav__item--is-on-active-path .gba-main-nav__text--level-0::before {
    background-image: url("/assets/caret-right-orange-563e08ea.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: -12px;
    position: absolute;
    width: 8px;
    top: 4px;
  }
  .hoher-kontrast .gba-main-nav__item--is-active .gba-main-nav__text--level-0::before, .hoher-kontrast .gba-main-nav__item--is-on-active-path .gba-main-nav__text--level-0::before {
    background-image: url("/caret-right.svg");
  }
  .gba-main-nav__item--is-active .gba-main-nav__text--level-0:focus, .gba-main-nav__item--is-on-active-path .gba-main-nav__text--level-0:focus {
    outline: 0;
  }
  .gba-main-nav__item--is-active .gba-main-nav__text--level-0:focus::after, .gba-main-nav__item--is-on-active-path .gba-main-nav__text--level-0:focus::after {
    outline: 0;
  }
  .gba-main-nav__text:not([class*=level-0]):not(span) {
    border-bottom: 1px solid transparent;
    color: #161616;
    cursor: pointer;
    text-decoration: none;
  }
  .gba-main-nav__text:not([class*=level-0]):not(span):hover {
    border-bottom-color: currentColor;
    color: inherit;
  }
  .gba-main-nav__text:not([class*=level-0]):not(span):focus {
    outline: 0;
    color: inherit;
  }
  .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0]) {
    color: #161616;
    position: relative;
  }
  .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])::before {
    background-image: url("/assets/caret-right-orange-563e08ea.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: -15px;
    position: absolute;
    width: 8px;
    top: 3px;
  }
  .hoher-kontrast .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])::before {
    background-image: url("/caret-right.svg");
  }
  .gba-main-nav__dropdown-wrapper {
    display: none;
  }
  .gba-main-nav__item--is-open .gba-main-nav__dropdown-wrapper {
    background-color: #e9e9e9;
    border-bottom: 3px solid #ff8c00;
    display: block;
    justify-content: space-between;
    left: 0;
    padding: 30px 15px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
  }
}
@media (min-width: 1140px) and (min-width: 1230px) {
  .gba-main-nav__item--is-open .gba-main-nav__dropdown-wrapper {
    padding: 30px calc((100% - 1170px) / 2);
  }
}
@media (min-width: 1140px) {
  .gba-main-nav__item--is-open .gba-main-nav__dropdown-wrapper .gba-main-nav__list--level-1 {
    display: flex;
    justify-content: space-between;
  }
  .gba-main-nav__item--level-1 {
    padding: 0 15px;
  }
  .gba-main-nav__text--level-1 {
    font-weight: 700;
    line-height: 1.25;
  }
  .gba-main-nav__list--level-2 {
    margin-top: 15px;
  }
  .gba-main-nav__item--level-2 {
    line-height: 1.25;
  }
  * + .gba-main-nav__item--level-2 {
    margin-top: 10px;
  }
  .gba-main-nav__list--level-3 {
    display: none;
  }
  .gba-main-nav__child-list-toggle {
    display: none;
  }
}
.gba-main-nav__menu-close-button {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.0862745098);
  background-image: url("/icon-close--schwarz.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
  height: 30px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 30px;
  z-index: 2;
}
.fonts-loaded .gba-main-nav__menu-close-button {
  font-family: "Roboto", sans-serif;
}
.gba-main-nav__menu-close-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gba-main-nav__menu-close-button span {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media (max-width: 1139px) {
  .gba-navigations-toggle {
    display: block;
    position: relative;
    z-index: 100;
  }
  .gba-navigations-toggle__icon {
    display: block;
    margin-top: 5px;
    position: relative;
  }
  .gba-header__navigations {
    animation: mobileNavAnimation 300ms cubic-bezier(1, 0, 0.5, 1.125);
    animation-fill-mode: backwards;
    background-color: #fff;
    border-bottom: 6px solid #ff8c00;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    transform-origin: center bottom;
    will-change: opacity, transform;
  }
  html:not(.no-js) .gba-header__navigations {
    display: none;
  }
  .toggle-menu {
    display: block;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 143px;
    width: 100%;
    z-index: 99;
  }
  .gba-main-nav {
    margin-top: 15px;
    padding: 15px;
  }
}
@media (max-width: 1139px) and (min-width: 480px) {
  .gba-main-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1139px) and (min-width: 768px) {
  .gba-main-nav {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media (max-width: 1139px) {
  .gba-main-nav:focus {
    outline: 0;
  }
  .gba-main-nav__list--level-1 {
    background-color: #e9e9e9;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .gba-main-nav__item[class*=has-menu] {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  .gba-main-nav__item:not([class*=level-0]) {
    border-top: 1px solid #c7c7c7;
  }
  .gba-main-nav__item[class*=level-1]:first-child {
    border-top: 0;
  }
  .gba-main-nav__text {
    color: #161616;
    cursor: pointer;
    text-decoration: none;
    display: block;
    min-height: 40px;
    padding-bottom: 6px;
    padding-right: 15px;
    padding-top: 6px;
  }
  .gba-main-nav__text:focus {
    outline: 0;
  }
  .gba-main-nav__text:not(span):hover {
    text-decoration: underline;
  }
  .gba-main-nav__text[class*=level-0] {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
  }
  .gba-main-nav__item--is-active > .gba-main-nav__text[class*=level-0], .gba-main-nav__item--is-on-active-path:not([class*=has-menu]) > .gba-main-nav__text[class*=level-0] {
    position: relative;
  }
  .gba-main-nav__item--is-active > .gba-main-nav__text[class*=level-0]::before, .gba-main-nav__item--is-on-active-path:not([class*=has-menu]) > .gba-main-nav__text[class*=level-0]::before {
    background-image: url("/assets/caret-right-orange-563e08ea.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: -11px;
    position: absolute;
    width: 8px;
    top: 12px;
  }
  .hoher-kontrast .gba-main-nav__item--is-active > .gba-main-nav__text[class*=level-0]::before, .hoher-kontrast .gba-main-nav__item--is-on-active-path:not([class*=has-menu]) > .gba-main-nav__text[class*=level-0]::before {
    background-image: url("/caret-right.svg");
  }
  .gba-main-nav__text:not([class*=level-0]) {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0]), .gba-main-nav__item--is-on-active-path > .gba-main-nav__text:not([class*=level-0]) {
    font-weight: bold;
  }
  .gba-main-nav__text:not([class*=level-0])[class*=level-1] {
    padding-left: 20px;
    position: relative;
  }
  .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])[class*=level-1]::before {
    background-image: url("/assets/caret-right-orange-563e08ea.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: 5.5px;
    position: absolute;
    width: 8px;
    top: 50%;
    transform: translateY(-7px);
  }
  .hoher-kontrast .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])[class*=level-1]::before {
    background-image: url("/caret-right.svg");
  }
  .gba-main-nav__text:not([class*=level-0])[class*=level-2] {
    padding-left: 40px;
    position: relative;
  }
  .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])[class*=level-2]::before {
    background-image: url("/assets/caret-right-orange-563e08ea.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: 25.5px;
    position: absolute;
    width: 8px;
    top: 50%;
    transform: translateY(-7px);
  }
  .hoher-kontrast .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])[class*=level-2]::before {
    background-image: url("/caret-right.svg");
  }
  .gba-main-nav__text:not([class*=level-0])[class*=level-3] {
    padding-left: 60px;
    position: relative;
  }
  .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])[class*=level-3]::before {
    background-image: url("/assets/caret-right-orange-563e08ea.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: 45.5px;
    position: absolute;
    width: 8px;
    top: 50%;
    transform: translateY(-7px);
  }
  .hoher-kontrast .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])[class*=level-3]::before {
    background-image: url("/caret-right.svg");
  }
  .gba-main-nav__text:not([class*=level-0])[class*=level-4] {
    padding-left: 80px;
    position: relative;
  }
  .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])[class*=level-4]::before {
    background-image: url("/assets/caret-right-orange-563e08ea.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: 65.5px;
    position: absolute;
    width: 8px;
    top: 50%;
    transform: translateY(-7px);
  }
  .hoher-kontrast .gba-main-nav__item--is-active > .gba-main-nav__text:not([class*=level-0])[class*=level-4]::before {
    background-image: url("/caret-right.svg");
  }
  .gba-main-nav__dropdown-wrapper {
    width: 100%;
  }
  .gba-main-nav__child-list-toggle {
    appearance: none;
    background: transparent;
    border-radius: 0;
    border-width: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.0862745098);
    height: 34px;
    left: -3px;
    margin-left: auto;
    position: relative;
    top: 3px;
    vertical-align: top;
    width: 34px;
  }
  .fonts-loaded .gba-main-nav__child-list-toggle {
    font-family: "Roboto", sans-serif;
  }
  .gba-main-nav__child-list-toggle::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .gba-main-nav__child-list-toggle:focus {
    outline: 0;
  }
  .gba-main-nav__child-list-toggle::after {
    content: url("/caret-bottom-black.svg");
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
  }
  .gba-main-nav__child-list-toggle.gba-main-nav__child-list-toggle--is-active::after {
    content: url("/caret-bottom-black.svg");
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .gba-main-nav__child-list-toggle span {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  .gba-main-nav__child-list-toggle + * {
    width: 100%;
  }
}
.gba-navigations-toggle {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  align-self: flex-end;
  padding: 0 0 35px;
  text-align: center;
}
.fonts-loaded .gba-navigations-toggle {
  font-family: "Roboto", sans-serif;
}
.gba-navigations-toggle::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media (min-width: 1140px) {
  .gba-navigations-toggle {
    display: none;
  }
}
.gba-navigations-toggle:focus {
  outline: 0;
  border: 0;
}
.gba-navigations-toggle[aria-expanded=true] .gba-navigations-toggle-icon__line--top,
.gba-navigations-toggle[aria-expanded=true] .gba-navigations-toggle-icon__line--bottom {
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.gba-navigations-toggle[aria-expanded=true] .gba-navigations-toggle-icon__line--middle:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) scaleX(0.75);
  -ms-transform: rotate(-45deg) scaleX(0.75);
  transform: rotate(-45deg) scaleX(0.75);
}
.gba-navigations-toggle[aria-expanded=true] .gba-navigations-toggle-icon__line--middle:nth-of-type(3) {
  -webkit-transform: rotate(45deg) scaleX(0.75);
  -ms-transform: rotate(45deg) scaleX(0.75);
  transform: rotate(45deg) scaleX(0.75);
}
.gba-navigations-toggle[aria-expanded=true] .gba-navigations-toggle-icon__line--middle {
  -webkit-transition: -webkit-transform 250ms cubic-bezier(1, 0, 0, 1) 50ms;
  -o-transition: transform 250ms cubic-bezier(1, 0, 0, 1) 50ms;
  transition: -webkit-transform 250ms cubic-bezier(1, 0, 0, 1) 50ms;
  transition: transform 250ms cubic-bezier(1, 0, 0, 1) 50ms;
  transition: transform 250ms cubic-bezier(1, 0, 0, 1) 50ms, -webkit-transform 250ms cubic-bezier(1, 0, 0, 1) 50ms;
}

.gba-navigations-toggle__text {
  display: block;
  font-weight: bolder;
}

.gba-navigations-toggle-icon {
  display: block;
  margin-top: 5px;
  position: relative;
}

.gba-navigations-toggle-icon__line {
  background-color: #161616;
  border-radius: 5px;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.gba-navigations-toggle-icon__line--top {
  top: 2px;
}

.gba-navigations-toggle-icon__line--bottom {
  top: 22px;
}

.gba-navigations-toggle--is-active .gba-navigations-toggle-icon__line--top,
.gba-navigations-toggle--is-active .gba-navigations-toggle-icon__line--bottom {
  opacity: 0;
  transition: opacity 250ms ease;
}

.gba-navigations-toggle-icon__line--middle {
  top: 12px;
}
.gba-navigations-toggle--is-active .gba-navigations-toggle-icon__line--middle {
  transition: transform 250ms cubic-bezier(1, 0, 0, 1) 50ms;
}
.gba-navigations-toggle--is-active .gba-navigations-toggle-icon__line--middle:nth-of-type(2) {
  transform: rotate(-45deg) scaleX(0.75);
}
.gba-navigations-toggle--is-active .gba-navigations-toggle-icon__line--middle:nth-of-type(3) {
  transform: rotate(45deg) scaleX(0.75);
}

@keyframes mobileNavAnimation {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media print {
  .gba-navigations-toggle {
    display: none;
  }
}
.gba-sub-nav {
  border-top: 3px solid #ff8c00;
  padding: 0 15px;
}

.gba-sub-nav__list {
  margin-top: 15px;
}

.gba-sub-nav__item--level-0 {
  line-height: 1.25;
  position: relative;
}
* + .gba-sub-nav__item--level-0 {
  margin-top: 30px;
}
.gba-sub-nav__item--level-0 + .gba-sub-nav__item--level-0::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
  content: "";
  height: 1px;
  left: 0;
  max-width: 4em;
  position: absolute;
  top: -15px;
  width: 16.6666666667%;
}

.gba-sub-nav__item--is-active .gba-sub-nav__list,
.gba-sub-nav__item--is-on-active-path .gba-sub-nav__list {
  padding-left: 15px;
}
.gba-sub-nav__item--is-active .gba-sub-nav__item,
.gba-sub-nav__item--is-on-active-path .gba-sub-nav__item {
  margin-top: 15px;
}

.gba-sub-nav__text {
  font-weight: 400;
}
.gba-sub-nav__text:not(span) {
  border-bottom: 1px solid transparent;
  color: #555;
  cursor: pointer;
  text-decoration: none;
}
.gba-sub-nav__text:not(span):hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-sub-nav__text:not(span):focus {
  outline: 0;
  color: inherit;
}
.gba-sub-nav__text:not(span):hover {
  border-bottom: 2px solid #ff8c00;
}
.gba-sub-nav__item--is-active > .gba-sub-nav__text {
  font-weight: 500;
  position: relative;
}
.gba-sub-nav__item--is-active > .gba-sub-nav__text::before {
  background-image: url("/assets/caret-right-orange-563e08ea.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 14px;
  left: -15px;
  position: absolute;
  width: 8px;
  top: 3px;
}
.hoher-kontrast .gba-sub-nav__item--is-active > .gba-sub-nav__text::before {
  background-image: url("/caret-right.svg");
}
.gba-sub-nav__item--is-on-active-path > .gba-sub-nav__text {
  color: #161616;
}

.gba-sub-nav__text--level-0 {
  font-size: 18px;
}
.gba-sub-nav__item--is-active > .gba-sub-nav__text--level-0::before {
  background-image: url("/assets/caret-right-orange-563e08ea.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 16px;
  left: -15px;
  position: absolute;
  width: 9px;
  top: 3px;
}
.hoher-kontrast .gba-sub-nav__item--is-active > .gba-sub-nav__text--level-0::before {
  background-image: url("/caret-right.svg");
}

@media print {
  .gba-sub-nav {
    display: none;
  }
}
.gba-sys-nav .nav__list {
  display: flex;
}

.gba-sys-nav--top {
  background-color: #e9e9e9;
  font-size: 12px;
  padding: 7.5px 15px;
}
@media (min-width: 480px) {
  .gba-sys-nav--top {
    font-size: 14px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .gba-sys-nav--top {
    padding: 7.5px 30px;
    padding-left: 105px;
  }
}
@media (min-width: 1140px) {
  .gba-sys-nav--top {
    padding: 7.5px 15px;
  }
}
.gba-sys-nav--top .nav__list {
  flex-wrap: wrap;
  margin-top: 0;
}
.gba-sys-nav--top .nav__list .nav__item:not(:last-of-type) {
  margin-right: 5px;
}
@media (min-width: 1140px) {
  .gba-sys-nav--top .nav__list .nav__item:not(:last-of-type).nav__item--last-visible-mobile::after {
    margin-left: 3px;
  }
}
.gba-sys-nav--top .nav__list .nav__item:not(:last-of-type):not(.nav__item--last-visible-mobile)::after {
  margin-left: 3px;
}
@media (min-width: 480px) {
  .gba-sys-nav--top .nav__list .nav__item:not(:last-of-type) {
    margin-right: 15px;
  }
}
.gba-sys-nav--top .nav__text:not(span) {
  border-bottom: 1px solid transparent;
  color: #555;
  cursor: pointer;
  text-decoration: none;
  border-bottom-width: 2px;
}
.gba-sys-nav--top .nav__text:not(span):hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-sys-nav--top .nav__text:not(span):focus {
  outline: 0;
  color: inherit;
}
.gba-sys-nav--top .nav__text:not(span):hover, .gba-sys-nav--top .nav__text:not(span):focus {
  border-bottom-color: #ff8c00;
}
.gba-sys-nav--top .nav__item--is-active .nav__text {
  font-weight: 700;
  padding-left: 10px;
  position: relative;
}
.gba-sys-nav--top .nav__item--is-active .nav__text::before {
  background-image: url("/assets/caret-right-orange-563e08ea.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  width: 7px;
  top: 1px;
}
.hoher-kontrast .gba-sys-nav--top .nav__item--is-active .nav__text::before {
  background-image: url("/caret-right.svg");
}
@media (min-width: 1140px) {
  .gba-sys-nav--top .nav__item--is-active .nav__text::before {
    top: 2px;
  }
}

.gba-sitemap-nav__list ul {
  margin-bottom: 20px;
  margin-left: 30px;
  margin-top: 10px;
}

.gba-sitemap-nav__item + .gba-sitemap-nav__item {
  margin-top: 6px;
}

.gba-sitemap-nav__text {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
}
.gba-sitemap-nav__text:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-sitemap-nav__text:focus {
  outline: 0;
  color: inherit;
}

.gba-sitemap-nav__text--level-0 {
  font-size: 24px;
  font-weight: 700;
}

.gba-sitemap-nav__text--level-1 {
  font-size: 18px;
  font-weight: 700;
}

.gba-sitemap-nav__text--level-2 {
  font-weight: 700;
}

.gba-sitemap-nav__text--level-4 {
  font-size: 14px;
}

.gba-sitemap-nav__text--level-5,
.gba-sitemap-nav__text--level-6 {
  font-size: 12px;
}

.gba-global-search {
  display: none;
  margin-top: 6px;
  -webkit-overflow-scrolling: touch;
  width: 367px;
}
@media (min-width: 1140px) {
  .gba-global-search {
    display: flex;
  }
}

.gba-global-search__label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media (min-width: 1140px) {
  .gba-global-search__input-wrapper {
    flex-grow: 1;
  }
}

@media (min-width: 1140px) {
  .js .gba-global-search__link {
    display: none;
  }
}

.gba-global-search-trigger-item {
  display: none;
}
.js .gba-global-search-trigger-item {
  display: block;
}

.gba-global-search__button {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  margin-left: 6px;
}
.fonts-loaded .gba-global-search__button {
  font-family: "Roboto", sans-serif;
}
.gba-global-search__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media (min-width: 1140px) {
  .gba-global-search__button {
    flex-basis: 40px;
    flex-grow: 0;
  }
}
.gba-global-search__button:hover {
  background-color: #e9e9e9;
}
.gba-global-search__button:focus {
  outline: 0;
}

.gba-global-search__button-text {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.gba-global-search__trigger-icon {
  margin-left: 2px;
  vertical-align: middle;
}
.gba-global-search__trigger-icon svg {
  height: 0.95em;
  width: 0.95em;
}

.gba-global-search__button-icon {
  padding: 0 5px;
  vertical-align: middle;
}

.gba-suche > * + * {
  margin-top: 15px;
}

.gba-suche-form {
  background-color: #e9e9e9;
  padding: 30px;
}

.gba-suche-form__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .gba-suche-form__row {
    flex-wrap: nowrap;
  }
}

.gba-suche-form__button {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .gba-suche-form__button {
    margin-left: 15px;
    margin-top: 0;
    width: 120px;
  }
}

@media (max-width: 767px) {
  .gba-suche-verfeinern > * + * {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .gba-suche-verfeinern {
    display: flex;
    flex-wrap: wrap;
  }
  .gba-suche-verfeinern .gba-suche-form {
    margin-right: 10px;
    width: calc(75% - 30px);
  }
  .gba-suche-verfeinern .gba-suche-kategorien {
    margin-top: 10px;
    width: 100%;
  }
  .gba-suche-verfeinern .gba-suche-sortierung {
    flex-grow: 1;
    margin-top: 0;
  }
}

.gba-suche-kategorien {
  background-color: #e9e9e9;
  padding: 30px;
}
.gba-suche-kategorien > * + * {
  margin-top: 15px;
}

.gba-suche-sortierung {
  background-color: #e9e9e9;
  padding: 30px;
}
.gba-suche-sortierung > * + * {
  margin-top: 15px;
}

* + .gba-suche-ergebnisse {
  margin-top: 30px;
}

.gba-suche-ergebnisse__liste > * + * {
  margin-top: 15px;
}

.gba-suche-ergebnis {
  border: 1px solid #c7c7c7;
  padding: 15px;
}
@media (min-width: 992px) {
  .gba-suche-ergebnis {
    padding: 30px;
  }
}

.gba-suche-ergebnis__typ {
  background-color: #e9e9e9;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
}

* + .gba-suche-ergebnis__body {
  margin-top: 15px;
}
.gba-suche-ergebnis__body > * + * {
  margin-top: 15px;
}

* + .gba-suche-ergebnis__references {
  margin-top: 7.5px;
}
@media (min-width: 992px) {
  * + .gba-suche-ergebnis__references {
    margin-top: 15px;
  }
}
.gba-suche-ergebnis__references a {
  letter-spacing: 0.0125em !important;
  font-size: 18px;
  font-weight: 700;
}

.gba-suche-ergebnis-bestandteile > * + * {
  margin-top: 7.5px;
}
@media (min-width: 992px) {
  .gba-suche-ergebnis-bestandteile > * + * {
    margin-top: 15px;
  }
}

.gba-suche-ergebnis-bestandteile__list {
  list-style: none;
}

.gba-suche-ergebnis-bestandteile__item + * {
  margin-top: 7.5px;
}
@media (min-width: 992px) {
  .gba-suche-ergebnis-bestandteile__item + * {
    margin-top: 15px;
  }
}

.gba-suche-ergebnis-highlighting {
  font-size: 14px;
  margin-top: 7.5px;
}
.gba-suche-ergebnis-highlighting em {
  background-color: rgba(255, 140, 0, 0.25);
}

.gba-pagination-wrapper {
  align-items: baseline;
  display: flex;
}
@media (max-width: 479px) {
  .gba-pagination-wrapper {
    flex-wrap: wrap;
  }
}

.gba-pagination {
  align-items: center;
  display: flex;
}
* + .gba-pagination {
  margin-top: 30px;
}

.gba-pagination__nav-item {
  line-height: 1.3;
}
.gba-pagination__nav-item + .gba-pagination__nav-item {
  margin-left: 7.5px;
}

.gba-pagination__nav-text {
  color: #161616;
  cursor: default;
  text-decoration: none;
  border: 3px solid transparent;
  display: inline-block;
  height: 26px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.gba-pagination__nav-text:focus {
  outline: 0;
}
.gba-pagination__nav-text:not(span) {
  cursor: pointer;
}
.gba-pagination__nav-text:not(span):hover {
  background-color: #e9e9e9;
  border: 3px solid #e9e9e9;
}
.gba-pagination__nav-text:not(span):focus {
  outline: 0;
}
.gba-pagination__nav-text--active {
  background-color: #ff8c00;
  border: 3px solid #ff8c00;
  font-weight: 500;
}

.gba-pagination__nav-arrow {
  align-items: center;
  display: flex;
}
.gba-pagination__nav-arrow svg {
  height: 1em;
}

.gba-pagination-status {
  display: none;
}

.gba-reihe + * {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .gba-reihe {
    display: flex;
    justify-content: space-between;
  }
  .gba-reihe--50-50 > * {
    width: calc((100% - 30px) / 2);
  }
  .gba-reihe--66-33 > :first-child {
    width: calc((100% - 30px) / 3 * 2);
  }
  .gba-reihe--66-33 > :last-child {
    width: calc((100% - 30px) / 3);
  }
  .gba-reihe--33-66 > :first-child {
    width: calc((100% - 30px) / 3);
  }
  .gba-reihe--33-66 > :last-child {
    width: calc((100% - 30px) / 3 * 2);
  }
  .gba-reihe--80-20 > :first-child {
    width: calc((100% - 30px) / 5 * 4);
  }
  .gba-reihe--80-20 > :last-child {
    width: calc((100% - 30px) / 5);
  }
  .gba-reihe--20-80 > :first-child {
    width: calc((100% - 30px) / 5);
  }
  .gba-reihe--20-80 > :last-child {
    width: calc((100% - 30px) / 5 * 4);
  }
  .gba-reihe--84-16 > :first-child {
    width: calc((100% - 30px) / 6 * 5);
  }
  .gba-reihe--84-16 > :last-child {
    width: calc((100% - 30px) / 6);
  }
  .gba-reihe--16-84 > :first-child {
    width: calc((100% - 30px) / 6);
  }
  .gba-reihe--16-84 > :last-child {
    width: calc((100% - 30px) / 6 * 5);
  }
  .gba-reihe--33-33-33 > * {
    width: calc((100% - 30px * 2) / 3);
  }
  .gba-reihe--inhalte-vertikal-zentriert {
    align-items: center;
  }
  .gba-reihe > div {
    margin-top: 0;
  }
  .gba-reihe img,
  .gba-reihe > :first-child img,
  .gba-reihe > :last-child img {
    max-width: 100%;
  }
}
@media print {
  .gba-reihe {
    display: flex;
    justify-content: space-between;
    display: block;
    page-break-inside: avoid;
  }
  .gba-reihe::after {
    clear: both;
    content: "";
    display: table;
  }
  .gba-reihe--50-50 > * {
    width: calc((100% - 30px) / 2);
  }
  .gba-reihe--66-33 > :first-child {
    width: calc((100% - 30px) / 3 * 2);
  }
  .gba-reihe--66-33 > :last-child {
    width: calc((100% - 30px) / 3);
  }
  .gba-reihe--33-66 > :first-child {
    width: calc((100% - 30px) / 3);
  }
  .gba-reihe--33-66 > :last-child {
    width: calc((100% - 30px) / 3 * 2);
  }
  .gba-reihe--80-20 > :first-child {
    width: calc((100% - 30px) / 5 * 4);
  }
  .gba-reihe--80-20 > :last-child {
    width: calc((100% - 30px) / 5);
  }
  .gba-reihe--20-80 > :first-child {
    width: calc((100% - 30px) / 5);
  }
  .gba-reihe--20-80 > :last-child {
    width: calc((100% - 30px) / 5 * 4);
  }
  .gba-reihe--84-16 > :first-child {
    width: calc((100% - 30px) / 6 * 5);
  }
  .gba-reihe--84-16 > :last-child {
    width: calc((100% - 30px) / 6);
  }
  .gba-reihe--16-84 > :first-child {
    width: calc((100% - 30px) / 6);
  }
  .gba-reihe--16-84 > :last-child {
    width: calc((100% - 30px) / 6 * 5);
  }
  .gba-reihe--33-33-33 > * {
    width: calc((100% - 30px * 2) / 3);
  }
  .gba-reihe--inhalte-vertikal-zentriert {
    align-items: center;
  }
  .gba-reihe > div {
    margin-top: 0;
  }
  .gba-reihe img,
  .gba-reihe > :first-child img,
  .gba-reihe > :last-child img {
    max-width: 100%;
  }
  .gba-reihe > * {
    float: left;
  }
  .gba-reihe > * + * {
    margin-left: 30px;
  }
}
.gba-reihe > div {
  margin-top: 15px;
}
.gba-reihe > div > * + * {
  margin-top: 15px;
}
.gba-box--mit-hintergrundinfos .gba-reihe {
  width: 100%;
}
[data-cke-widget-wrapper] .gba-reihe {
  width: 100%;
}
.gba-reihe img {
  max-width: 45%;
}
.gba-reihe--20-80 > :first-child img, .gba-reihe--16-84 > :first-child img, .gba-reihe--33-66 > :first-child img, .gba-reihe--80-20 > :last-child img, .gba-reihe--84-16 > :last-child img, .gba-reihe--66-33 > :last-child img {
  max-width: 210px;
}

* + .gba-sequenz {
  margin-top: 30px;
}

.gba-sequenz__step {
  display: table;
  position: relative;
  width: 100%;
}
.gba-sequenz__step--inaktiv {
  opacity: 0.5;
}

.gba-sequenz__step-header {
  border-top: 1px solid rgba(0, 0, 0, 0.3568627451);
}

.gba-sequenz__step-trigger {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .gba-sequenz__step-trigger {
    font-size: 20px;
  }
}
.gba-sequenz__step-content--optional .gba-sequenz__step-trigger {
  font-style: italic;
}

.gba-sequenz__step-content {
  display: table-cell;
  padding-left: 45px;
}

.gba-sequenz__progress-indicator {
  display: table-cell;
  height: 100%;
  position: absolute;
  top: 0;
  width: 45px;
}

.gba-skip-navigation {
  height: 0;
}

.gba-skip-navigation__link {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.0125em !important;
  font-weight: 500;
  left: -1000em;
  position: absolute;
  text-decoration: underline;
  top: -1000em;
}
.gba-skip-navigation__link:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.gba-skip-navigation__link:focus {
  outline: 0;
  color: inherit;
}
.gba-skip-navigation__link:focus, .gba-skip-navigation__link:active {
  left: 15px;
  top: 15px;
  z-index: 1;
}

.gba-stack {
  font-size: 18px;
  font-weight: 500;
}
.gba-stack + * {
  margin-top: 6px;
}

.accordiontabs__heading {
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid rgba(0, 0, 0, 0.3568627451);
  outline: 0;
  padding: 10px 2em 10px 10px;
  position: relative;
}
@media print {
  .accordiontabs__heading {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    border-width: 0;
    color: #161616;
    padding: 0;
  }
  * + .accordiontabs__heading {
    margin-top: 30px;
  }
  .accordiontabs__heading + * {
    margin-top: 15px;
  }
}
@media print and (min-width: 768px) {
  .accordiontabs__heading {
    font-size: 20px;
  }
}
@media print {
  .accordiontabs__heading:not(.accordiontabs__heading--disabled) {
    display: block !important;
  }
  .accordiontabs__heading::after {
    display: none;
  }
  .accordiontabs__heading:last-of-type {
    border-width: 0;
  }
}
.accordiontabs__heading:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
}
.accordiontabs__heading:not(.accordiontabs__heading--disabled) {
  color: #555;
}
.accordiontabs__heading:not(.accordiontabs__heading--disabled)::after {
  background: url("/nubsi-down.svg");
  background-repeat: no-repeat;
  content: "";
  height: 9px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 13px;
}
.accordiontabs__heading:not(.accordiontabs__heading--disabled):focus, .accordiontabs__heading:not(.accordiontabs__heading--disabled):hover {
  background: #e9e9e9;
  color: #161616;
  cursor: pointer;
}
.accordiontabs__heading.ui-state-active {
  border-bottom: 0;
  color: #161616;
}
.accordiontabs__heading.ui-state-active::after {
  background: url("/nubsi-up.svg");
  background-repeat: no-repeat;
}
.accordiontabs__heading--disabled {
  color: rgb(174.25, 174.25, 174.25);
  cursor: not-allowed;
}

.accordiontabs__tablist {
  background-color: #e9e9e9;
  position: relative;
}
@media (min-width: 768px) {
  .accordiontabs__tablist {
    display: flex !important;
  }
  .accordiontabs__tablist::after {
    background: rgba(0, 0, 0, 0.3568627451);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media print {
  .accordiontabs__tablist {
    display: none !important;
  }
}

.accordiontabs__tab {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.accordiontabs__tab.ui-tabs-active {
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.3568627451);
  border-right: 1px solid rgba(0, 0, 0, 0.3568627451);
  border-top: 3px solid #ff8c00;
  margin-top: -4px;
  padding-top: 1px;
}
.accordiontabs__tab.ui-tabs-active > a {
  cursor: default;
  font-weight: 700;
  text-decoration: none;
}
.accordiontabs__tab:not(.ui-tabs-active) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
}
.accordiontabs__tab:focus {
  outline: 0;
}

.accordiontabs__tab-text {
  color: #161616;
  display: block;
  outline: 0;
  padding: 10px 15px;
  text-decoration: none;
}
.accordiontabs__tab--disabled .accordiontabs__tab-text {
  cursor: not-allowed;
  opacity: 0.5;
}

.accordiontabs__panel {
  padding: 10px;
}
.accordiontabs__panel > * + * {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .accordiontabs__panel {
    border: 1px solid rgba(0, 0, 0, 0.3568627451);
    border-top-width: 0;
    padding: 20px 15px 30px;
  }
}
@media print {
  .accordiontabs__panel {
    border-width: 0;
    display: block !important;
    padding: 0;
  }
  .accordiontabs__panel:last-of-type {
    border-width: 0;
  }
}
.accordiontabs__panel:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
}

@media (min-width: 768px) {
  .accordiontabs--vertical {
    display: flex;
    justify-content: flex-end;
  }
  .accordiontabs--vertical .accordiontabs__tablist {
    border: 1px solid rgba(0, 0, 0, 0.3568627451);
    border-radius: 0;
    border-right: 0;
    flex-grow: 1;
    margin: 0;
    padding: 15px 0 15px 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .accordiontabs--vertical .accordiontabs__tablist {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .accordiontabs--vertical .ui-tabs-tab {
    border: 0;
    display: block;
    margin: 0;
    padding: 5px 0;
    text-align: right;
  }
  .accordiontabs--vertical .ui-tabs-tab.ui-tabs-active {
    background-color: #fff;
    box-shadow: -4px 0 0 #ff8c00;
    font-weight: bold;
  }
  .accordiontabs--vertical .ui-tabs-tab:not(.ui-tabs-active) .ui-tabs-anchor {
    display: inline-block;
    width: 100%;
  }
  .accordiontabs--vertical .ui-tabs-tab:first-child .ui-tabs-anchor {
    border-top: 0;
  }
  .accordiontabs--vertical .ui-tabs-anchor {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    text-align: left;
  }
  .accordiontabs--vertical .ui-tabs-anchor:focus, .accordiontabs--vertical .ui-tabs-anchor:hover {
    color: inherit;
    outline: 0;
  }
  .accordiontabs--vertical .ui-tabs-panel {
    border-left: 0;
    flex-grow: 1;
    max-width: 50%;
  }
}

.targeting-highlight {
  border-top: 1px solid rgba(0, 0, 0, 0.3568627451);
  cursor: pointer;
  padding: 15px;
  transition: background-color 0.2s ease-in-out;
}
.targeting-highlight:hover, .targeting-highlight-hover {
  background-color: #e9e9e9;
}

.targeting-list .targeting-highlight {
  background: none;
}

.targeting-list .targeting-highlight-hover {
  background-color: #e9e9e9;
}

.inactive .fx-targeting-target-replacement {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
}
.inactive .fx-targeting-target-replacement:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.inactive .fx-targeting-target-replacement:focus {
  outline: 0;
  color: inherit;
}

.active .fx-targeting-target-replacement {
  letter-spacing: 0.0125em !important;
  font-weight: 700;
}

.gba-hauptthema {
  background-position: 2px center;
  background-repeat: no-repeat;
  background-size: 26px;
  line-height: 1.25;
  padding: 10px 0 10px 37.5px;
}
@media print {
  .gba-hauptthema {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}
.gba-hauptthema--4 {
  background-image: url("/assets/gba-ambulant-b31b76d4.svg");
  background-position-x: 0;
  background-size: 27px;
}
.gba-hauptthema--5 {
  background-image: url("/assets/gba-arzneimittel-bbde7afd.svg");
  background-position: 0 0.225em;
  background-size: 30px;
}
.gba-hauptthema--14 {
  background-image: url("/assets/gba-bedarfsplanung-4583f5fe.svg");
}
.gba-hauptthema--17 {
  background-image: url("/assets/gba-disease-management-8b9499e6.svg");
  background-position-x: 0;
  background-size: 28px;
}
.gba-hauptthema--18 {
  background-image: url("/assets/gba-methodenbewertung-30239d34.svg");
  background-position: 1px 0.34em;
}
.gba-hauptthema--19 {
  background-image: url("/assets/gba-psychotherapie-b67236e1.svg");
  background-position-y: 0.45em;
}
.gba-hauptthema--20 {
  background-image: url("/assets/gba-qualitaetssicherung-d3660b39.svg");
  background-position-x: 2px;
  background-size: 24px;
}
.gba-hauptthema--154 {
  background-image: url("/assets/gba-qualitaetssicherung-d3660b39.svg");
  background-position-x: 2px;
  background-size: 24px;
}
.gba-hauptthema--2 {
  background-image: url("/assets/gba-veranlasste-leistungen-84d55347.svg");
  background-position: 3px 0.4em;
}
.gba-hauptthema--21 {
  background-image: url("/assets/gba-zahnaerztliche-behandlung-e3831a6e.svg");
}

.gba-trennlinie--sechstel {
  background-color: rgba(0, 0, 0, 0.3568627451);
  margin: 15px 0;
  max-width: 4em;
  text-align: left;
  width: 16.6666666667%;
}

.gba-trennlinie--orange {
  background-color: #ff8c00;
}

[class*=startseite] .gba-content > hr {
  max-width: 80%;
  text-align: center;
}

.gba-trenner-mit-text {
  display: flex;
  font-weight: 500;
}
* + .gba-trenner-mit-text {
  margin-top: 30px;
}
.gba-trenner-mit-text + * {
  margin-top: 15px;
}
.gba-trenner-mit-text::after, .gba-trenner-mit-text::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 43.5%, #a4a4a4 43.5%, #a4a4a4 56.5%, rgba(255, 255, 255, 0) 56.5%);
  content: "";
  flex: 1;
}
.gba-trenner-mit-text::after {
  margin-left: 5px;
}
.gba-trenner-mit-text::before {
  margin-right: 5px;
}

.gba-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.spacer {
  padding-left: 20px;
}

/*
    Listen-Varianten:
    - einfach
    - auf- bzw. zuklappbar

    Filter-Varianten:
    - sequentiell (Optionen bauen sich nacheinander auf)
    - sofortig (Optionen direkt sichtbar)

    Sonstige Komponenten
    - Paginierung
    - Ergebnis-Zähler
*/
* + .gba-entity-list {
  margin-top: 30px;
}
.gba-entity-list > * + * {
  margin-top: 30px;
}

.gba-entity-list__header > * + * {
  margin-top: 30px;
}

.gba-entity-list__pagination {
  align-items: baseline;
  display: flex;
}
@media (max-width: 479px) {
  .gba-entity-list__pagination {
    flex-wrap: wrap;
  }
}

.gba-entity-list__results-counter {
  margin-left: auto;
  padding-left: 15px;
}
@media (max-width: 479px) {
  .gba-entity-list__results-counter {
    margin-top: 15px;
  }
}

.gba-entity-list__filter {
  background-color: #e9e9e9;
  padding: 15px;
}
@media (min-width: 992px) {
  .gba-entity-list__filter {
    padding: 30px;
  }
}

@media not print {
  @media (max-width: 479px) {
    .gba-entity-list__table-cell {
      display: block;
    }
  }
}

.gba-entity-list__th-cell {
  border-bottom: 3px solid #fff;
  line-height: 1.25;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  vertical-align: middle;
}
@media not print {
  @media (max-width: 479px) {
    .gba-entity-list__th-cell {
      border-left: 0;
      padding-bottom: 10px;
      padding-top: 10px;
      text-align: right;
    }
    .gba-entity-list__th-cell:not(:last-child) {
      border-bottom: 0;
    }
  }
}
.gba-entity-list__th-cell[class*=sort] {
  padding-right: 30px;
}

.gba-entity-list__sort-icon {
  height: 12px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  width: 10px;
}
.gba-entity-list__sort-icon path {
  fill: #161616;
}
.sort-desc .gba-entity-list__sort-icon .asc {
  fill: #c7c7c7;
}
.sort-asc .gba-entity-list__sort-icon .desc {
  fill: #c7c7c7;
}

@media not print {
  @media (max-width: 479px) {
    .gba-entity-list__table-row {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
      display: flex;
      flex-wrap: wrap;
      padding: 0;
    }
  }
}

@media not print {
  @media (max-width: 479px) {
    .gba-entity-list__tb-cell {
      border: 0;
      padding: 15px;
    }
    .gba-entity-list__tb-cell:first-child {
      width: 100%;
    }
    .gba-entity-list__tb-cell:first-child:not(:only-child) {
      padding-bottom: 0;
    }
    .gba-entity-list__tb-cell:not(:first-child) {
      font-size: 14px;
      width: 50%;
    }
    .gba-entity-list__tb-cell:not(:first-child)::before {
      content: attr(data-label);
      display: block;
      font-weight: bold;
    }
  }
}
@media not print {
  @media (min-width: 480px) {
    .gba-entity-list__tb-cell.no-wrap {
      white-space: nowrap;
    }
  }
}

.gba-filter__label {
  display: block;
  font-weight: 500;
}
* + .gba-filter__label {
  margin-top: 15px;
}
.gba-filter__label ~ * label {
  display: none;
}

.gba-filter__list {
  margin-top: 15px;
}
.js .gba-filter__list {
  display: none;
}

.gba-filter__options {
  display: flex;
  flex-wrap: wrap;
}

.gba-filter__select-container {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .gba-filter__select-container {
    width: 100%;
  }
}
.gba-filter__select-container + .gba-filter__select-container {
  padding-left: 20px;
  position: relative;
}
.gba-filter__select-container + .gba-filter__select-container::before {
  content: image-url("/nubsi-right-grey.svg");
  left: 0;
  position: absolute;
  top: 1px;
}
@media (min-width: 768px) {
  .gba-filter__select-container:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .gba-filter-set {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .gba-filter-set .gba-filter:not(:first-child) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .gba-filter-set .gba-filter {
    flex: 0 0 auto;
  }
  .gba-filter-set .gba-filter:nth-child(-n+5) {
    flex-basis: calc(25% - 15px);
  }
}
.gba-filter-set .gba-filter__select-container {
  margin-right: 0;
}

.gba-filter-actions {
  margin-top: 30px;
}

.hidden-filter-set-link:hover {
  cursor: pointer;
}

.hide-filter {
  display: none;
}

.gba-abbinder {
  grid-column: 1/-1;
  width: 100%;
}
@media (min-width: 768px) {
  .gba-abbinder {
    display: flex;
    flex-wrap: wrap;
  }
}
.gba-abbinder svg {
  margin-right: 6px;
}

.gba-abbinder__drucken {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .gba-abbinder__drucken {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media print {
  body:not([class*=startseite]) .gba-abbinder {
    margin-top: 30px;
  }
  .gba-abbinder svg,
  .gba-abbinder button {
    display: none;
  }
  .gba-abbinder div {
    margin-left: 0 !important;
  }
}
.gba-nav-inline {
  background-color: #e9e9e9;
  font-size: 14px;
}

.gba-nav-inline__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: -7.5px;
}

.gba-nav-inline__item {
  margin-top: 7.5px;
}
.gba-nav-inline__item:not(:last-child) {
  margin-right: 7.5px;
}

.gba-nav-inline__text {
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  display: block;
  padding: 0 3px;
  transition: background 300ms;
  will-change: background;
}
.gba-nav-inline__text:focus {
  outline: 0;
}
.gba-nav-inline__item--isActive .gba-nav-inline__text {
  background-color: rgb(207.5, 207.5, 207.5);
  background-color: #ff8c00;
}
.gba-nav-inline__text:not(span):hover, .gba-nav-inline__text:not(span):focus {
  background-color: #a4a4a4;
  color: #161616;
}

.gba-beratungsslots {
  margin-bottom: 30px;
}
.gba-beratungsslots > * {
  margin-bottom: 0;
  margin-top: 30px;
}

.gba-beratungsslot--text-ausgegraut {
  color: #757575;
}

.gba-beratungsslot-status {
  height: 17px;
  position: relative;
}
.gba-beratungsslot-status--pruefung-hat-begonnen .gba-beratungsslot-status__icon {
  background-color: #dcdcdc;
  background-size: 9px;
}
.gba-beratungsslot-status--ausgebucht .gba-beratungsslot-status__icon {
  background-color: #d14242;
  background-size: 9px;
  background-image: url("/gba-beratungsslot-ausgebucht.svg");
}
.gba-beratungsslot-status--teilweise-belegt .gba-beratungsslot-status__icon {
  background-color: #e7b416;
  background-size: 9px;
  background-image: url("/gba-beratungsslot-teilweise-belegt.svg");
}
.gba-beratungsslot-status--frei .gba-beratungsslot-status__icon {
  background-color: #2dc937;
  background-size: 9px;
  background-image: url("/gba-beratungsslot-frei.svg");
}

.gba-beratungsslot-status__text {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.gba-beratungsslot-status__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 50%;
  display: inline-block;
  height: 17px;
  width: 17px;
}

.gba-beratungsslot-status__tooltip {
  background-color: #161616;
  color: #fff;
  font-size: 14px;
  height: 19px;
  left: calc(100% + 2.125px);
  line-height: 19px;
  opacity: 0;
  padding: 0 7.5px;
  position: absolute;
  top: -1px;
  transform: translateX(7.5px);
  transition: opacity 300ms ease, transform 300ms ease;
  white-space: nowrap;
  will-change: opacity, transform;
  z-index: -1;
}
.gba-beratungsslot-status:hover .gba-beratungsslot-status__tooltip, .gba-beratungsslot-status:focus .gba-beratungsslot-status__tooltip {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}
.gba-beratungsslot-status__tooltip::before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #000000;
  border-style: solid;
  border-top-color: transparent;
  border-width: 5px;
  content: "";
  margin-top: -5px;
  position: absolute;
  right: 100%;
  top: 50%;
}

@media (max-width: 767px) {
  .gba-beratungsslot__tabelle {
    display: none;
  }
}
.gba-beratungsslot__tabelle th,
.gba-beratungsslot__tabelle td {
  border-left-width: 0;
  padding: 7.5px 15px;
  text-align: center;
}
.gba-beratungsslot__tabelle th:first-child,
.gba-beratungsslot__tabelle td:first-child {
  padding-right: 0;
}
.gba-beratungsslot__tabelle td {
  vertical-align: middle;
}
.gba-beratungsslot__tabelle thead tr:first-of-type .gba-beratungsslot__tabelle-spalte-presubmission,
.gba-beratungsslot__tabelle thead tr:first-of-type .gba-beratungsslot__tabelle-spalte-beratung {
  width: 50%;
}
.gba-beratungsslot__tabelle thead tr:first-of-type th:nth-child(3) {
  border-left: 3px solid #fff;
}
.gba-beratungsslot__tabelle thead tr:not(:first-of-type) {
  font-size: 14px;
}
.gba-beratungsslot__tabelle thead tr:not(:first-of-type) th:nth-child(4) {
  border-left: 3px solid #fff;
}

.gba-beratungsslot__tabelle-spalte-status {
  width: 17px;
}

@media (min-width: 768px) {
  .gba-beratungsslot__akkordeons {
    display: none;
  }
}

.gba-beratungsslot-akkordeon .gba-akkordeon__header {
  align-items: center;
  display: flex;
}
.gba-beratungsslot-akkordeon .gba-akkordeon__header:hover, .gba-beratungsslot-akkordeon .gba-akkordeon__header:focus {
  background-color: #f5f5f5;
}
.gba-beratungsslot-akkordeon .gba-beratungsslot-status {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.gba-beratungsslot-akkordeon .gba-beratungsslot-status--pruefung-hat-begonnen {
  visibility: hidden;
}
.gba-beratungsslot-akkordeon .gba-akkordeon__panel {
  padding-left: 39.5px;
}

.gba-beratungsslots-status-legende ul {
  list-style: none;
  margin-top: 15px;
}
.gba-beratungsslots-status-legende li {
  align-items: flex-start;
  background-image: none !important;
  display: flex;
  padding-left: 0 !important;
}
.gba-beratungsslots-status-legende li + li {
  margin-top: 15px;
}
.gba-beratungsslots-status-legende .gba-beratungsslot-status {
  margin-right: 10px;
}
.gba-beratungsslots-status-legende p {
  margin-bottom: 0;
}

@media screen {
  .alert {
    padding: 0.5em;
  }
  .alert-warning {
    border-color: #efca08;
    border-style: solid;
    border-width: 2px;
  }
  .alert-alert,
  .alert-error,
  .alert-danger {
    border-color: #ee5622;
    border-style: solid;
    border-width: 2px;
  }
  .alert-notice,
  .alert-success,
  .alert-info,
  .alert-notice {
    border-color: #7cb518;
    border-style: solid;
    border-width: 2px;
  }
}
@media print {
  .alert,
  .alert-warning,
  .alert-danger,
  .alert-notice,
  .alert-success,
  .alert-info,
  .alert-notice,
  .alert-alert,
  .alert-error {
    display: none;
  }
}
.wizard .wizard-link {
  border-bottom: 1px solid transparent;
  color: #161616;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.3568627451);
}
.wizard .wizard-link:hover {
  border-bottom-color: currentColor;
  color: inherit;
}
.wizard .wizard-link:focus {
  outline: 0;
  color: inherit;
}
.wizard .wizard-link.disabled {
  color: #555;
}
.wizard .wizard-link.disabled:hover {
  cursor: not-allowed;
}
.wizard .wizard-submit.disabled {
  color: #555;
}
.wizard .wizard-submit.disabled:hover {
  cursor: not-allowed;
}
.wizard input.touched:valid,
.wizard textarea.touched:valid,
.wizard select.touched:valid {
  box-shadow: none !important;
}
.wizard input.touched:invalid,
.wizard textarea.touched:invalid,
.wizard select.touched:invalid {
  box-shadow: 0 0 4px 0 #ff0000 !important;
}

.pdf-body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
}
.pdf-body input[type=radio],
.pdf-body input[type=checkbox] {
  left: 19px;
  position: relative;
  -webkit-transform: scale(4) !important;
  z-index: 0;
}
.pdf-body input[type=radio] {
  margin-right: 2px;
}
.pdf-body input[type=checkbox] {
  top: 2px;
}
.pdf-body table {
  page-break-inside: avoid;
}
.pdf-body u {
  border-bottom: 1px solid #000;
  padding: 0;
  text-decoration: none;
}
.pdf-body h2 {
  font-weight: 400;
}

.pdf-sign-header {
  font-size: 25px;
}

.page-break {
  clear: both;
  display: block;
  page-break-after: always;
}

.pdf-cover-body {
  padding-top: 10%;
  text-align: center;
}

.pdf-pre-cover-body {
  font-size: 1.2em;
  padding-top: 10%;
  text-align: center;
}
.pdf-pre-cover-body img {
  margin: 20px;
}
.pdf-pre-cover-body .signs {
  margin-top: 150px;
}
.pdf-pre-cover-body .signs .left,
.pdf-pre-cover-body .signs .right {
  border-top: 1px solid #000;
  display: inline-block;
  margin: 0 4%;
  width: 41%;
}

.pdf-gba-logo {
  text-align: right;
}

.pdf-headline {
  font-size: 25px;
  font-weight: 800;
  margin: auto;
  width: 65%;
}

.tables-pdf-headline {
  font-size: 50px;
  font-weight: 600;
  margin: auto;
}

.tables-pdf-product {
  display: block;
  font-size: 40px;
  font-weight: 400;
  margin: auto;
}

.pdf-description {
  font-size: 20px;
  font-weight: 600;
  margin: auto;
  width: 65%;
}

.pdf-hospital-name {
  font-size: 35px;
  padding-top: 10%;
}

.pdf-method {
  font-size: 35px;
  padding-top: 10%;
}

.pdf-date {
  padding-top: 10%;
}

@media (min-device-width: 1366px) {
  .pdf-object-with-content {
    height: 20vh;
    width: 100%;
  }
  .pdf-object {
    height: 50vh;
    width: 100%;
  }
}
@media (min-device-width: 1367px) and (max-device-width: 1600px) {
  .pdf-object-with-content {
    height: 30vh;
    width: 100%;
  }
  .pdf-object {
    height: 60vh;
    width: 100%;
  }
}
@media (min-device-width: 1601px) and (max-device-width: 1920px) {
  .pdf-object-with-content {
    height: 35vh;
    width: 100%;
  }
  .pdf-object {
    height: 70vh;
    width: 100%;
  }
}
@media (min-device-width: 1921px) and (max-device-width: 2560px) {
  .pdf-object-with-content {
    height: 60vh;
    width: 100%;
  }
  .pdf-object {
    height: 70vh;
    width: 100%;
  }
}
@media (min-device-width: 2561px) and (max-device-width: 3840px) {
  .pdf-object-with-content {
    height: 70vh;
    width: 100%;
  }
  .pdf-object {
    height: 80vh;
    width: 100%;
  }
}
.tab-badge {
  padding-left: 30px;
  position: relative;
}
.tab-badge + * {
  margin-top: 30px;
}
* + .tab-badge {
  margin-top: 30px;
}
.tab-badge::before {
  background-image: url("/assets/icon-warning--orange-b19cab53.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 2px solid #ff8c00;
  border-radius: 50%;
  content: "";
  height: 16px;
  position: absolute;
  right: -8px;
  top: 2px;
  width: 16px;
}
.tab-badge > * + * {
  margin-top: 15px;
}

.sr-only {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.aspect-ratio--3-2 {
  position: relative;
}
.aspect-ratio--3-2::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  width: 100%;
}
.aspect-ratio--3-2 > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.aspect-ratio--4-3 {
  position: relative;
}
.aspect-ratio--4-3::before {
  content: "";
  display: block;
  padding-top: 75%;
  width: 100%;
}
.aspect-ratio--4-3 > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.aspect-ratio--5-3 {
  position: relative;
}
.aspect-ratio--5-3::before {
  content: "";
  display: block;
  padding-top: 60%;
  width: 100%;
}
.aspect-ratio--5-3 > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.aspect-ratio--16-9 {
  position: relative;
}
.aspect-ratio--16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.aspect-ratio--16-9 > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.background-white {
  background-color: #fff !important;
}

.background-dark {
  background-color: #e9e9e9 !important;
}

.background-darker {
  background-color: #a4a4a4 !important;
}

.background-darkest {
  background-color: #555 !important;
}

.background-dark-box-main {
  background-color: #f0f0f0 !important;
}

.background-dark-box-side {
  background-color: #dfdfdf !important;
}

.no-border,
.border-0 {
  border-width: 0 !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
}

.show-old-components :not([class^=gba-]) {
  background-color: rgba(255, 192, 203, 0.175) !important;
  outline: 2px solid #ff69b4 !important;
}
.show-old-components :not([class]) {
  background-color: inherit !important;
  outline: 0 !important;
}

.show-new-components [class^=gba-],
.show-new-components [class*=" gba-"] {
  background-color: rgba(144, 238, 144, 0.05) !important;
  outline: 2px solid #008000 !important;
}

.button--hoher-kontrast {
  border-bottom-width: 1px;
}

.hoher-kontrast *:not(.gba-button--standard),
.hoher-kontrast *::before,
.hoher-kontrast *::after {
  color: #161616 !important;
}
.hoher-kontrast .gba-icon path {
  fill: #161616 !important;
}
.hoher-kontrast input,
.hoher-kontrast .gba-box__flexbug-helper,
.hoher-kontrast .gba-klammer,
.hoher-kontrast .gba-alphabetic-nav__link {
  border-color: #555 !important;
}
.hoher-kontrast a:not(.gba-button--standard):focus {
  background-color: #555 !important;
  box-shadow: 0 0 0 3px #555 !important;
  color: #fff !important;
  fill: #fff !important;
  outline: 0;
}
.hoher-kontrast a:not(.gba-button--standard):focus .gba-global-search__button-icon {
  background-color: #fff !important;
}
.hoher-kontrast a:not(.gba-button--standard):focus .gba-download__text,
.hoher-kontrast a:not(.gba-button--standard):focus .gba-download__dateiinfo {
  color: #fff !important;
}
.hoher-kontrast hr:not([class]) {
  background-color: #555 !important;
}
.hoher-kontrast .gba-box .gba-box__flexbug-helper {
  border-width: 1px !important;
}
.hoher-kontrast .font-color-lightest,
.hoher-kontrast .font-color-lightest *,
.hoher-kontrast footer a.nav__text,
.hoher-kontrast a:not([class]):focus,
.hoher-kontrast .download-helper:focus .gba-download__text,
.hoher-kontrast .download-helper:focus .gba-download__dateiinfo {
  color: #fff !important;
}
.hoher-kontrast a:not([class]),
.hoher-kontrast .gba-link--standard,
.hoher-kontrast .gba-link--laut {
  background-image: url("/schwarz/gba-link.svg");
}
.hoher-kontrast .gba-link--rss-feed {
  background-image: url("/schwarz/gba-rss.svg");
}
.hoher-kontrast a:not([name]):not([class])[href*=mailto] {
  background-image: url("/schwarz/gba-mail.svg");
}
.hoher-kontrast .gba-link--ausklappen::after {
  background-image: url("/schwarz/caret-right.svg");
}
.hoher-kontrast .gba-link--einklappen::after {
  background-image: url("/schwarz/caret-right.svg");
}
.hoher-kontrast *:not(.gba-download--big) > .download-helper,
.hoher-kontrast .gba-download--big::after {
  background-image: url("/schwarz/gba-download.svg");
}
.hoher-kontrast .gba-main-nav__text--level-0:not(span):focus, .hoher-kontrast .gba-main-nav__text--level-0:not(span):hover,
.hoher-kontrast .gba-sys-nav--top .nav__text:not(span):focus,
.hoher-kontrast .gba-sys-nav--top .nav__text:not(span):hover {
  border-bottom-color: #161616;
}
.hoher-kontrast .gba-footer *,
.hoher-kontrast .gba-footer *::after,
.hoher-kontrast .gba-footer *::before,
.hoher-kontrast .gba-footer * path {
  color: #fff !important;
  fill: #fff !important;
}
.hoher-kontrast .gba-box__flexbug-helper.border-0,
.hoher-kontrast .gba-box__flexbug-helper.no-border {
  border-width: 0 !important;
}

.hoverable {
  cursor: pointer;
}

@media (min-width: 1140px) {
  .hidden-desktop-nav {
    display: none !important;
  }
}
@media (max-width: 1139px) {
  .hidden-mobile-nav {
    display: none !important;
  }
}
.u-relative {
  position: relative !important;
}

.margin-0 {
  margin: 0px !important;
}

.margin {
  margin: 30px !important;
}

.margin-half {
  margin: 15px !important;
}

.margin-third {
  margin: 10px !important;
}

.margin-twothirds {
  margin: 20px !important;
}

.margin-fourth {
  margin: 7.5px !important;
}

.margin-fifth {
  margin: 6px !important;
}

.margin-sixth {
  margin: 5px !important;
}

.margin-tenth {
  margin: 3px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top {
  margin-top: 30px !important;
}

.margin-top-half {
  margin-top: 15px !important;
}

.margin-top-third {
  margin-top: 10px !important;
}

.margin-top-twothirds {
  margin-top: 20px !important;
}

.margin-top-fourth {
  margin-top: 7.5px !important;
}

.margin-top-fifth {
  margin-top: 6px !important;
}

.margin-top-sixth {
  margin-top: 5px !important;
}

.margin-top-tenth {
  margin-top: 3px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom {
  margin-bottom: 30px !important;
}

.margin-bottom-half {
  margin-bottom: 15px !important;
}

.margin-bottom-third {
  margin-bottom: 10px !important;
}

.margin-bottom-twothirds {
  margin-bottom: 20px !important;
}

.margin-bottom-fourth {
  margin-bottom: 7.5px !important;
}

.margin-bottom-fifth {
  margin-bottom: 6px !important;
}

.margin-bottom-sixth {
  margin-bottom: 5px !important;
}

.margin-bottom-tenth {
  margin-bottom: 3px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left {
  margin-left: 30px !important;
}

.margin-left-half {
  margin-left: 15px !important;
}

.margin-left-third {
  margin-left: 10px !important;
}

.margin-left-twothirds {
  margin-left: 20px !important;
}

.margin-left-fourth {
  margin-left: 7.5px !important;
}

.margin-left-fifth {
  margin-left: 6px !important;
}

.margin-left-sixth {
  margin-left: 5px !important;
}

.margin-left-tenth {
  margin-left: 3px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right {
  margin-right: 30px !important;
}

.margin-right-half {
  margin-right: 15px !important;
}

.margin-right-third {
  margin-right: 10px !important;
}

.margin-right-twothirds {
  margin-right: 20px !important;
}

.margin-right-fourth {
  margin-right: 7.5px !important;
}

.margin-right-fifth {
  margin-right: 6px !important;
}

.margin-right-sixth {
  margin-right: 5px !important;
}

.margin-right-tenth {
  margin-right: 3px !important;
}

.neg-margin {
  margin: -30px !important;
}

.neg-margin-half {
  margin: -15px !important;
}

.neg-margin-third {
  margin: -10px !important;
}

.neg-margin-twothirds {
  margin: -20px !important;
}

.neg-margin-fourth {
  margin: -7.5px !important;
}

.neg-margin-fifth {
  margin: -6px !important;
}

.neg-margin-sixth {
  margin: -5px !important;
}

.neg-margin-tenth {
  margin: -3px !important;
}

.neg-margin-top {
  margin-top: -30px !important;
}

.neg-margin-top-half {
  margin-top: -15px !important;
}

.neg-margin-top-third {
  margin-top: -10px !important;
}

.neg-margin-top-twothirds {
  margin-top: -20px !important;
}

.neg-margin-top-fourth {
  margin-top: -7.5px !important;
}

.neg-margin-top-fifth {
  margin-top: -6px !important;
}

.neg-margin-top-sixth {
  margin-top: -5px !important;
}

.neg-margin-top-tenth {
  margin-top: -3px !important;
}

.neg-margin-bottom {
  margin-bottom: -30px !important;
}

.neg-margin-bottom-half {
  margin-bottom: -15px !important;
}

.neg-margin-bottom-third {
  margin-bottom: -10px !important;
}

.neg-margin-bottom-twothirds {
  margin-bottom: -20px !important;
}

.neg-margin-bottom-fourth {
  margin-bottom: -7.5px !important;
}

.neg-margin-bottom-fifth {
  margin-bottom: -6px !important;
}

.neg-margin-bottom-sixth {
  margin-bottom: -5px !important;
}

.neg-margin-bottom-tenth {
  margin-bottom: -3px !important;
}

.neg-margin-left {
  margin-left: -30px !important;
}

.neg-margin-left-half {
  margin-left: -15px !important;
}

.neg-margin-left-third {
  margin-left: -10px !important;
}

.neg-margin-left-twothirds {
  margin-left: -20px !important;
}

.neg-margin-left-fourth {
  margin-left: -7.5px !important;
}

.neg-margin-left-fifth {
  margin-left: -6px !important;
}

.neg-margin-left-sixth {
  margin-left: -5px !important;
}

.neg-margin-left-tenth {
  margin-left: -3px !important;
}

.neg-margin-right {
  margin-right: -30px !important;
}

.neg-margin-right-half {
  margin-right: -15px !important;
}

.neg-margin-right-third {
  margin-right: -10px !important;
}

.neg-margin-right-twothirds {
  margin-right: -20px !important;
}

.neg-margin-right-fourth {
  margin-right: -7.5px !important;
}

.neg-margin-right-fifth {
  margin-right: -6px !important;
}

.neg-margin-right-sixth {
  margin-right: -5px !important;
}

.neg-margin-right-tenth {
  margin-right: -3px !important;
}

.padding-0 {
  padding: 0px !important;
}

.padding {
  padding: 30px !important;
}

.padding-half {
  padding: 15px !important;
}

.padding-third {
  padding: 10px !important;
}

.padding-twothirds {
  padding: 20px !important;
}

.padding-fourth {
  padding: 7.5px !important;
}

.padding-fifth {
  padding: 6px !important;
}

.padding-sixth {
  padding: 5px !important;
}

.padding-tenth {
  padding: 3px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top {
  padding-top: 30px !important;
}

.padding-top-half {
  padding-top: 15px !important;
}

.padding-top-third {
  padding-top: 10px !important;
}

.padding-top-twothirds {
  padding-top: 20px !important;
}

.padding-top-fourth {
  padding-top: 7.5px !important;
}

.padding-top-fifth {
  padding-top: 6px !important;
}

.padding-top-sixth {
  padding-top: 5px !important;
}

.padding-top-tenth {
  padding-top: 3px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom {
  padding-bottom: 30px !important;
}

.padding-bottom-half {
  padding-bottom: 15px !important;
}

.padding-bottom-third {
  padding-bottom: 10px !important;
}

.padding-bottom-twothirds {
  padding-bottom: 20px !important;
}

.padding-bottom-fourth {
  padding-bottom: 7.5px !important;
}

.padding-bottom-fifth {
  padding-bottom: 6px !important;
}

.padding-bottom-sixth {
  padding-bottom: 5px !important;
}

.padding-bottom-tenth {
  padding-bottom: 3px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left {
  padding-left: 30px !important;
}

.padding-left-half {
  padding-left: 15px !important;
}

.padding-left-third {
  padding-left: 10px !important;
}

.padding-left-twothirds {
  padding-left: 20px !important;
}

.padding-left-fourth {
  padding-left: 7.5px !important;
}

.padding-left-fifth {
  padding-left: 6px !important;
}

.padding-left-sixth {
  padding-left: 5px !important;
}

.padding-left-tenth {
  padding-left: 3px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right {
  padding-right: 30px !important;
}

.padding-right-half {
  padding-right: 15px !important;
}

.padding-right-third {
  padding-right: 10px !important;
}

.padding-right-twothirds {
  padding-right: 20px !important;
}

.padding-right-fourth {
  padding-right: 7.5px !important;
}

.padding-right-fifth {
  padding-right: 6px !important;
}

.padding-right-sixth {
  padding-right: 5px !important;
}

.padding-right-tenth {
  padding-right: 3px !important;
}

.text-align--left {
  text-align: left !important;
}
.text-align--right {
  text-align: right !important;
}
.text-align--center {
  text-align: center !important;
}

.font-size-smaller {
  font-size: 12px !important;
}

.font-size-small {
  font-size: 14px !important;
}

.font-size-base {
  font-size: 16px !important;
}

.font-size-large {
  font-size: 18px !important;
}

.font-size-larger {
  font-size: 24px !important;
}

.font-size-evenlarger {
  font-size: 28px !important;
}

.font-size-largest {
  font-size: 32px !important;
}

.text-bold {
  letter-spacing: 0.0125em !important;
  font-weight: 500 !important;
}

.emphasized {
  font-style: italic !important;
}

.font-color-light {
  color: #555 !important;
}

.font-color-lightest {
  color: #fff !important;
}

.hyphenate {
  hyphens: auto;
}

.no-hyphenate {
  hyphens: none;
}

.height-1px {
  height: 1px !important;
}

.width-third {
  width: 33.3333333333% !important;
}
@media (min-width: 992px) {
  .width-third--not-sm {
    width: 33.3333333333% !important;
  }
}

.width-twothirds {
  width: 66.6666666667% !important;
}
@media (min-width: 992px) {
  .width-twothirds--not-sm {
    width: 66.6666666667% !important;
  }
}

.width-auto {
  width: auto !important;
}

.inl-block {
  display: inline-block !important;
}

.u-flex {
  display: flex !important;
}

.u-ai-center {
  align-items: center !important;
}

.u-block {
  display: block !important;
}

* + br {
  margin-top: 0 !important;
}

.gba-einfacher-teaser__titel.gba-einfacher-teaser__titel {
  margin-bottom: 0;
}

.date {
  letter-spacing: 0.0125em !important;
  font-weight: 700;
}

.text > * + * {
  margin-top: 15px;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP-4b63d4f3.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP-f7278245.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP-2e03a94c.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP-efa83dff.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP-7d60cfcf.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP-7237ce74.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP-ac4ad135.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP-b946b007.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP-bab555a0.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP-39b8f8de.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP-be482423.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP-ee2dfeec.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ-d4cbc440.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ-cd6548f8.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz-90e06058.woff2") format("woff2");
  src: url("/assets/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz-fb76a532.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz-56f63163.woff2") format("woff2");
  src: url("/assets/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz-f0608419.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz-87e793c8.woff2") format("woff2");
  src: url("/assets/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz-fda9c39f.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz-80e23605.woff2") format("woff2");
  src: url("/assets/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz-f5f29411.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz-7e55b775.woff2") format("woff2");
  src: url("/assets/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz-0969e19e.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz-4c637b56.woff2") format("woff2");
  src: url("/assets/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz-40c804f6.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/KFOmCnqEu92Fr1Mu4mxKKTU1Kg-d9506250.woff2") format("woff2");
  src: url("/assets/KFOmCnqEu92Fr1Mu4mxKKTU1Kg-a951ca32.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP-48b0af5b.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP-d2765a99.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP-e90de636.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP-84290dd3.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP-62831ea0.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP-29e4502e.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP-e941646b.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP-67f83dc4.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP-09a86c28.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP-bda2af70.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP-6dc920dc.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP-8af7fa44.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ-59fd3056.woff2") format("woff2");
  src: url("/assets/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ-b5350ed0.ttf") format("truetype");
}
.arrow-down {
  background: #000;
  height: 3px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: rotate(90deg);
  width: 50px;
}
.arrow-down::before, .arrow-down::after {
  background: #000;
  content: "";
  height: 3px;
  position: absolute;
  width: 15px;
}
.arrow-down::before {
  bottom: -4px;
  right: -3px;
  -webkit-transform: rotate(-45deg);
}
.arrow-down::after {
  right: -3px;
  top: -4px;
  -webkit-transform: rotate(45deg);
}

.arrow-right {
  background: #000;
  height: 3px;
  margin: 0 auto;
  position: relative;
  width: 100px;
}
.arrow-right::before, .arrow-right::after {
  background: #000;
  content: "";
  height: 3px;
  position: absolute;
  width: 15px;
}
.arrow-right::before {
  bottom: -4px;
  right: -3px;
  -webkit-transform: rotate(-45deg);
}
.arrow-right::after {
  right: -3px;
  top: -4px;
  -webkit-transform: rotate(45deg);
}

.arrow-cell {
  vertical-align: middle;
}

#tab-menu p:not(:last-child) {
  margin: 0 0 20px;
}
#tab-menu main {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
#tab-menu section {
  border-top: 1px solid #a4a4a4;
  display: none;
  padding: 20px 0 0;
}
#tab-menu input {
  display: none;
}
#tab-menu input.gba-button {
  display: block;
}
#tab-menu label {
  border: 1px solid transparent;
  color: #a4a4a4;
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  text-align: center;
}
#tab-menu label::before {
  margin-right: 10px;
}
#tab-menu label:hover {
  color: #161616;
  cursor: pointer;
}
#tab-menu input:checked + label {
  border: 1px solid #a4a4a4;
  border-bottom: 1px solid #fff;
  border-top: 2px solid #555;
  color: #161616;
  font-weight: 500;
}
#tab-menu #tab1:checked ~ #content1,
#tab-menu #tab2:checked ~ #content2,
#tab-menu #tab3:checked ~ #content3,
#tab-menu #tab4:checked ~ #content4,
#tab-menu #tab5:checked ~ #content5,
#tab-menu #tab6:checked ~ #content6,
#tab-menu #tab7:checked ~ #content7,
#tab-menu #tab8:checked ~ #content8,
#tab-menu #tab9:checked ~ #content9,
#tab-menu #tab10:checked ~ #content10 {
  display: block;
}

@font-face {
  font-display: swap;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/third-party/font/summernote-e85ff6b6.eot?1d9aeaaff0a8939558a45be6cd52cd4c");
  src: url("/assets/third-party/font/summernote-e85ff6b6.eot?1d9aeaaff0a8939558a45be6cd52cd4c#iefix") format("embedded-opentype"), url("/assets/third-party/font/summernote-c3a2cdf6.woff?1d9aeaaff0a8939558a45be6cd52cd4c") format("woff"), url("/assets/third-party/font/summernote-ed8e778c.ttf?1d9aeaaff0a8939558a45be6cd52cd4c");
}
[class^=note-icon-]::before,
[class*=" note-icon-"]::before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}

.summernote .preview {
  border: 1px solid #999;
  cursor: text;
  padding: 10px;
  min-height: calc(1em + 20px);
}

.note-icon-align-center::before,
.note-icon-align-indent::before,
.note-icon-align-justify::before,
.note-icon-align-left::before,
.note-icon-align-outdent::before,
.note-icon-align-right::before,
.note-icon-align::before,
.note-icon-arrow-circle-down::before,
.note-icon-arrow-circle-left::before,
.note-icon-arrow-circle-right::before,
.note-icon-arrow-circle-up::before,
.note-icon-arrows-alt::before,
.note-icon-arrows-h::before,
.note-icon-arrows-v::before,
.note-icon-bold::before,
.note-icon-caret::before,
.note-icon-chain-broken::before,
.note-icon-circle::before,
.note-icon-close::before,
.note-icon-code::before,
.note-icon-col-after::before,
.note-icon-col-before::before,
.note-icon-col-remove::before,
.note-icon-eraser::before,
.note-icon-float-left::before,
.note-icon-float-none::before,
.note-icon-float-right::before,
.note-icon-font::before,
.note-icon-frame::before,
.note-icon-italic::before,
.note-icon-link::before,
.note-icon-magic::before,
.note-icon-menu-check::before,
.note-icon-minus::before,
.note-icon-orderedlist::before,
.note-icon-pencil::before,
.note-icon-picture::before,
.note-icon-question::before,
.note-icon-redo::before,
.note-icon-rollback::before,
.note-icon-row-above::before,
.note-icon-row-below::before,
.note-icon-row-remove::before,
.note-icon-special-character::before,
.note-icon-square::before,
.note-icon-strikethrough::before,
.note-icon-subscript::before,
.note-icon-summernote::before,
.note-icon-superscript::before,
.note-icon-table::before,
.note-icon-text-height::before,
.note-icon-trash::before,
.note-icon-underline::before,
.note-icon-undo::before,
.note-icon-unorderedlist::before,
.note-icon-video::before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.note-icon-align-center::before {
  content: "\f101";
}

.note-icon-align-indent::before {
  content: "\f102";
}

.note-icon-align-justify::before {
  content: "\f103";
}

.note-icon-align-left::before {
  content: "\f104";
}

.note-icon-align-outdent::before {
  content: "\f105";
}

.note-icon-align-right::before {
  content: "\f106";
}

.note-icon-align::before {
  content: "\f107";
}

.note-icon-arrow-circle-down::before {
  content: "\f108";
}

.note-icon-arrow-circle-left::before {
  content: "\f109";
}

.note-icon-arrow-circle-right::before {
  content: "\f10a";
}

.note-icon-arrow-circle-up::before {
  content: "\f10b";
}

.note-icon-arrows-alt::before {
  content: "\f10c";
}

.note-icon-arrows-h::before {
  content: "\f10d";
}

.note-icon-arrows-v::before {
  content: "\f10e";
}

.note-icon-bold::before {
  content: "\f10f";
}

.note-icon-caret::before {
  content: "\f110";
}

.note-icon-chain-broken::before {
  content: "\f111";
}

.note-icon-circle::before {
  content: "\f112";
}

.note-icon-close::before {
  content: "\f113";
}

.note-icon-code::before {
  content: "\f114";
}

.note-icon-col-after::before {
  content: "\f115";
}

.note-icon-col-before::before {
  content: "\f116";
}

.note-icon-col-remove::before {
  content: "\f117";
}

.note-icon-eraser::before {
  content: "\f118";
}

.note-icon-float-left::before {
  content: "\f119";
}

.note-icon-float-none::before {
  content: "\f11a";
}

.note-icon-float-right::before {
  content: "\f11b";
}

.note-icon-font::before {
  content: "\f11c";
}

.note-icon-frame::before {
  content: "\f11d";
}

.note-icon-italic::before {
  content: "\f11e";
}

.note-icon-link::before {
  content: "\f11f";
}

.note-icon-magic::before {
  content: "\f120";
}

.note-icon-menu-check::before {
  content: "\f121";
}

.note-icon-minus::before {
  content: "\f122";
}

.note-icon-orderedlist::before {
  content: "\f123";
}

.note-icon-pencil::before {
  content: "\f124";
}

.note-icon-picture::before {
  content: "\f125";
}

.note-icon-question::before {
  content: "\f126";
}

.note-icon-redo::before {
  content: "\f127";
}

.note-icon-rollback::before {
  content: "\f128";
}

.note-icon-row-above::before {
  content: "\f129";
}

.note-icon-row-below::before {
  content: "\f12a";
}

.note-icon-row-remove::before {
  content: "\f12b";
}

.note-icon-special-character::before {
  content: "\f12c";
}

.note-icon-square::before {
  content: "\f12d";
}

.note-icon-strikethrough::before {
  content: "\f12e";
}

.note-icon-subscript::before {
  content: "\f12f";
}

.note-icon-summernote::before {
  content: "\f130";
}

.note-icon-superscript::before {
  content: "\f131";
}

.note-icon-table::before {
  content: "\f132";
}

.note-icon-text-height::before {
  content: "\f133";
}

.note-icon-trash::before {
  content: "\f134";
}

.note-icon-underline::before {
  content: "\f135";
}

.note-icon-undo::before {
  content: "\f136";
}

.note-icon-unorderedlist::before {
  content: "\f137";
}

.note-icon-video::before {
  content: "\f138";
}

.note-frame *:not(font) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

.note-toolbar {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 5px;
}

.note-btn-group {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

.note-btn-group > .note-btn-group {
  margin-right: 0;
}

.note-btn-group > .note-btn,
.note-btn-group > .note-btn-group {
  border-radius: 0;
  margin-left: -4px;
}

.note-btn-group > .note-btn.focus,
.note-btn-group > .note-btn-group.focus,
.note-btn-group > .note-btn.active,
.note-btn-group > .note-btn-group.active {
  border-radius: 0;
}

.note-btn-group > .note-btn:first-child,
.note-btn-group > .note-btn-group:first-child {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
  margin-left: 0;
}

.note-btn-group > .note-btn:first-child.focus,
.note-btn-group > .note-btn-group:first-child.focus,
.note-btn-group > .note-btn:first-child.active,
.note-btn-group > .note-btn-group:first-child.active {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}

.note-btn-group > .note-btn:last-child:not(.note-dropdown),
.note-btn-group > .note-btn-group:last-child:not(.note-dropdown) {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.note-btn-group > .note-btn:last-child:not(.note-dropdown).focus,
.note-btn-group > .note-btn-group:last-child:not(.note-dropdown).focus,
.note-btn-group > .note-btn:last-child:not(.note-dropdown).active,
.note-btn-group > .note-btn-group:last-child:not(.note-dropdown).active {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.note-btn-group.open > .note-dropdown {
  display: block;
}

.note-btn {
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-color: #fff;
  border-radius: 1px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  outline: 0;
  padding: 5px 10px;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.note-btn:focus,
.note-btn.focus {
  background-color: #ebebeb;
  border-color: #fff;
  color: #333;
}

.note-btn:hover {
  background-color: #ebebeb;
  border-color: #fff;
  color: #333;
}

.note-btn.disabled:focus,
.note-btn[disabled]:focus,
fieldset[disabled] .note-btn:focus,
.note-btn.disabled.focus,
.note-btn[disabled].focus,
fieldset[disabled] .note-btn.focus {
  background-color: #dbdbdb;
  border: 1px solid #9e9e9e !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.note-btn:hover,
.note-btn:focus,
.note-btn.focus {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  outline: 0;
  text-decoration: none;
}

.note-btn:active,
.note-btn.active {
  background-image: none;
  outline: 0;
}

.note-btn-primary {
  letter-spacing: 0.0125em !important;
  background: transparent;
  border: 1px solid;
  border-bottom-right-radius: 9999em;
  border-top-right-radius: 9999em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 5px 10px 6px 6px;
  text-decoration: none;
  transition: all 0.1s ease-in;
  letter-spacing: 0.0125em !important;
  background: transparent;
  border: 1px solid;
  border-bottom-right-radius: 9999em;
  border-top-right-radius: 9999em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 5px 10px 6px 6px;
  text-decoration: none;
  transition: all 0.1s ease-in;
  background-color: #555;
  border-color: #555;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.fonts-loaded .note-btn-primary {
  font-family: "Roboto", sans-serif;
}
.note-btn-primary::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fonts-loaded .note-btn-primary {
  font-family: "Roboto", sans-serif;
}
.note-btn-primary::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.note-btn-primary:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
  color: #161616;
}
.note-btn-primary:focus {
  outline: 0;
}
html:not([data-whatintent=mouse]) .note-btn-primary:focus {
  border-color: #ff8c00;
  color: #161616;
}
.note-btn-primary:disabled {
  color: #555;
}

.note-btn-primary:hover {
  letter-spacing: 0.0125em !important;
  background: transparent;
  border: 1px solid;
  border-bottom-right-radius: 9999em;
  border-top-right-radius: 9999em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 5px 10px 6px 6px;
  text-decoration: none;
  transition: all 0.1s ease-in;
  letter-spacing: 0.0125em !important;
  background: transparent;
  border: 1px solid;
  border-bottom-right-radius: 9999em;
  border-top-right-radius: 9999em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 5px 10px 6px 6px;
  text-decoration: none;
  transition: all 0.1s ease-in;
  background-color: #555;
  border-color: #555;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.fonts-loaded .note-btn-primary:hover {
  font-family: "Roboto", sans-serif;
}
.note-btn-primary:hover::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fonts-loaded .note-btn-primary:hover {
  font-family: "Roboto", sans-serif;
}
.note-btn-primary:hover::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.note-btn-primary:hover:hover {
  background-color: #ff8c00;
  border-color: #ff8c00;
  color: #161616;
}
.note-btn-primary:hover:focus {
  outline: 0;
}
html:not([data-whatintent=mouse]) .note-btn-primary:hover:focus {
  border-color: #ff8c00;
  color: #161616;
}
.note-btn-primary:hover:disabled {
  color: #555;
}
.note-btn-primary:hover:disabled:hover {
  color: #555;
  cursor: not-allowed;
}

.note-btn-block {
  display: block;
  width: 100%;
}

.note-btn-block + .note-btn-block {
  margin-top: 5px;
}

input[type=submit].note-btn-block,
input[type=reset].note-btn-block,
input[type=button].note-btn-block {
  width: 100%;
}

button.close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.close {
  color: #000;
  float: right;
  font-size: 21px;
  line-height: 1;
  opacity: 0.2;
}

.close:hover {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.note-dropdown {
  position: relative;
}

.note-dropdown-menu {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  display: none;
  float: left;
  left: 0;
  min-width: 100px;
  padding: 5px;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.note-btn-group.open .note-dropdown-menu {
  display: block;
}

.note-dropdown-item {
  display: block;
}

.note-dropdown-item:hover {
  background-color: #ebebeb;
}

a.note-dropdown-item,
a.note-dropdown-item:hover {
  color: #000;
  margin: 2px 0;
  text-decoration: none;
}

.note-modal {
  bottom: 0;
  display: none;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  left: 0;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1050;
}

.note-modal.open {
  display: block;
}

.note-modal-content {
  background: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 30px 20px;
  outline: 0;
  position: relative;
  width: auto;
}

.note-modal-header {
  padding: 10px;
}

.note-modal-header .close {
  margin-top: -10px;
}

.note-modal-body {
  padding: 0px 10px 10px;
  position: relative;
}

.note-modal-body kbd {
  background-color: #000;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  padding: 3px 5px;
}

.note-modal-footer {
  height: 50px;
  padding: 10px;
  text-align: center;
}

.note-modal-footer a {
  color: #337ab7;
  text-decoration: none;
}

.note-modal-footer a:hover,
.note-modal-footer a:focus {
  color: #23527c;
  text-decoration: underline;
}

.note-modal-footer .note-btn {
  float: right;
}

.note-modal-title {
  color: #42515f;
  font-size: 26px;
  line-height: 1.4;
  margin: 0;
}

.note-modal-backdrop {
  background: #000;
  bottom: 0;
  display: none;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  left: 0;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1040;
}

.note-modal-backdrop.open {
  display: block;
}

@media (min-width: 768px) {
  .note-modal-content {
    margin: 30px auto;
    width: 600px;
  }
}
@media (min-width: 992px) {
  .note-modal-content-large {
    width: 900px;
  }
}
.note-form-group {
  padding-bottom: 20px;
}

.note-form-group:last-child {
  padding-bottom: 0;
}

.note-form-label {
  display: block;
  margin-bottom: 10px;
}

.note-input {
  background: #fff;
  border: 1px solid #a4a4a4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  outline: 0;
  padding: 6px 4px;
  width: 100%;
}

.note-input::-webkit-input-placeholder {
  color: #eee;
}

.note-input:-moz-placeholder {
  color: #eee;
}

.note-input::-moz-placeholder {
  color: #eee;
}

.note-input:-ms-input-placeholder {
  color: #eee;
}

.note-tooltip {
  display: block;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  font-size: 13px;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 1070;
}

.note-tooltip.in {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.note-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.note-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.note-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.note-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.note-tooltip.bottom .note-tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}

.note-tooltip.top .note-tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.note-tooltip.right .note-tooltip-arrow {
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%;
}

.note-tooltip.left .note-tooltip-arrow {
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
}

.note-tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.note-tooltip-content {
  background-color: #000;
  color: #fff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
}

.note-popover {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  display: block;
  display: none;
  font-size: 13px;
  position: absolute;
  z-index: 1060;
}

.note-popover.in {
  display: block;
}

.note-popover.top {
  margin-top: -3px;
  padding: 5 0;
}

.note-popover.right {
  margin-left: 3px;
  padding: 0 5;
}

.note-popover.bottom {
  margin-top: 3px;
  padding: 5 0;
}

.note-popover.left {
  margin-left: -3px;
  padding: 0 5;
}

.note-popover.bottom .note-popover-arrow {
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
  left: 50%;
  margin-left: -10px;
  top: -11px;
}

.note-popover.bottom .note-popover-arrow::after {
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
  margin-left: -10px;
  top: 1px;
}

.note-popover.top .note-popover-arrow {
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
}

.note-popover.top .note-popover-arrow::after {
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: 1px;
  content: " ";
  margin-left: -10px;
}

.note-popover.right .note-popover-arrow {
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  left: -11px;
  margin-top: -10px;
  top: 50%;
}

.note-popover.right .note-popover-arrow::after {
  border-left-width: 0;
  border-right-color: #fff;
  content: " ";
  left: 1px;
  margin-top: -10px;
}

.note-popover.left .note-popover-arrow {
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
  margin-top: -10px;
  right: -11px;
  top: 50%;
}

.note-popover.left .note-popover-arrow::after {
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
  margin-top: -10px;
  right: 1px;
}

.note-popover-arrow {
  border: 11px solid transparent;
  height: 0;
  position: absolute;
  width: 0;
}

.note-popover-arrow::after {
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.note-popover-content {
  background-color: #fff;
  color: #000;
  min-height: 30px;
  min-width: 100px;
  padding: 3px 8px;
  text-align: center;
}

.note-editor {
  position: relative;
}

.note-editor .note-dropzone {
  background-color: #fff;
  color: #87cefa;
  display: none;
  opacity: 0.95;
  pointer-events: none;
  position: absolute;
  z-index: 100;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.note-editor .note-dropzone.hover {
  color: #098ddf;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor .note-editing-area {
  position: relative;
}

.note-editor .note-editing-area p {
  margin: 0 0 10px;
}

.note-editor .note-editing-area .note-editable {
  outline: 0;
}

.note-editor .note-editing-area .note-editable table {
  border-collapse: collapse;
  width: 100%;
}

.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
  border: 1px solid #ececec;
  padding: 5px 3px;
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

.note-editor .note-editing-area .note-editable a {
  background-color: inherit;
  color: #337ab7;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.note-editor .note-editing-area .note-editable a:hover,
.note-editor .note-editing-area .note-editable a:focus {
  color: #23527c;
  outline: 0;
  text-decoration: underline;
}

.note-editor .note-editing-area .note-editable figure {
  margin: 0;
}

.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
  color: #000;
  overflow: auto;
  padding: 10px;
  min-height: 40px;
  word-wrap: break-word;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: #e5e5e5;
}

.note-editor.note-frame .note-editing-area .note-codable {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ccc;
  display: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  outline: 0;
  padding: 10px;
  resize: none;
  width: 100%;
}

.note-editor.note-frame.fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 1050;
}

.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.note-editor.note-frame .note-status-output {
  border: 0;
  border-top: 1px solid #e2e2e2;
  color: #000;
  display: inline;
  font-size: 14px;
  height: 0px;
  line-height: 1.42857143;
  margin-bottom: 0;
  width: 100%;
}

.note-editor.note-frame .note-status-output:empty {
  border-top: 0 solid transparent;
  height: 0;
}

.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

.note-editor.note-frame .note-status-output .alert {
  background-color: #f5f5f5;
  border-radius: 0;
  color: #000;
  margin: -7px 0 0;
  padding: 7px 10px 2px;
}

.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

.note-editor.note-frame .note-status-output .alert-success {
  background-color: #dff0d8 !important;
  color: #3c763d !important;
}

.note-editor.note-frame .note-status-output .alert-info {
  background-color: #d9edf7 !important;
  color: #31708f !important;
}

.note-editor.note-frame .note-status-output .alert-warning {
  background-color: #fcf8e3 !important;
  color: #8a6d3b !important;
}

.note-editor.note-frame .note-status-output .alert-danger {
  background-color: #f2dede !important;
  color: #a94442 !important;
}

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #ddd;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
  cursor: ns-resize;
  height: 9px;
  padding-top: 1px;
  width: 100%;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid #a9a9a9;
  margin: 1px auto;
  width: 20px;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

.note-popover {
  max-width: none;
}

.note-popover .note-popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.note-popover .note-popover-arrow {
  left: 20px !important;
}

.note-popover .note-popover-content,
.note-toolbar {
  background-color: #fff;
  margin: 0;
  padding: 0 0 5px 5px;
}

.note-popover .note-popover-content > .note-btn-group,
.note-toolbar > .note-btn-group {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
}

.note-popover .note-popover-content .note-btn-group .note-table,
.note-toolbar .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker,
.note-toolbar .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  cursor: pointer;
  height: 10em;
  position: absolute !important;
  width: 10em;
  z-index: 3;
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  height: 5em;
  position: relative !important;
  width: 5em;
  z-index: 1;
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  height: 1em;
  position: absolute !important;
  width: 1em;
  z-index: 2;
}

.note-popover .note-popover-content .note-style h1,
.note-toolbar .note-style h1,
.note-popover .note-popover-content .note-style h2,
.note-toolbar .note-style h2,
.note-popover .note-popover-content .note-style h3,
.note-toolbar .note-style h3,
.note-popover .note-popover-content .note-style h4,
.note-toolbar .note-style h4,
.note-popover .note-popover-content .note-style h5,
.note-toolbar .note-style h5,
.note-popover .note-popover-content .note-style h6,
.note-toolbar .note-style h6,
.note-popover .note-popover-content .note-style blockquote,
.note-toolbar .note-style blockquote {
  margin: 0;
}

.note-popover .note-popover-content .note-color-all .note-dropdown-menu,
.note-toolbar .note-color-all .note-dropdown-menu {
  min-width: 346px;
}

.note-popover .note-popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
  padding-left: 5px;
  width: 20px;
}

.note-popover .note-popover-content .note-color .note-dropdown-menu,
.note-toolbar .note-color .note-dropdown-menu {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette,
.note-toolbar .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette:first-child,
.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
  margin-right: 15px;
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
  background-color: #fff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin: 3px;
  padding: 2px 3px;
  width: 100%;
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

.note-popover .note-popover-content .note-style .note-dropdown-menu,
.note-toolbar .note-style .note-dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

.note-popover .note-popover-content .note-style .note-dropdown-menu > div:first-child,
.note-toolbar .note-style .note-dropdown-menu > div:first-child {
  margin-right: 5px;
}

.note-popover .note-popover-content .note-btn-fontname .note-dropdown-menu,
.note-toolbar .note-btn-fontname .note-dropdown-menu {
  min-width: 200px;
}

.note-popover .note-popover-content .note-dropdown-menu,
.note-toolbar .note-dropdown-menu {
  min-width: 160px;
}

.note-popover .note-popover-content .note-dropdown-menu.right,
.note-toolbar .note-dropdown-menu.right {
  left: auto;
  right: 0;
}

.note-popover .note-popover-content .note-dropdown-menu.right::before,
.note-toolbar .note-dropdown-menu.right::before {
  left: auto !important;
  right: 9px;
}

.note-popover .note-popover-content .note-dropdown-menu.right::after,
.note-toolbar .note-dropdown-menu.right::after {
  left: auto !important;
  right: 10px;
}

.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item i,
.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item i {
  color: deepskyblue;
  visibility: hidden;
}

.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item.checked i,
.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item.checked i {
  visibility: visible;
}

.note-popover .note-popover-content .note-dropdown-menu .note-dropdown-item > *,
.note-toolbar .note-dropdown-menu .note-dropdown-item > * {
  margin: 0;
}

.note-popover .note-popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

.note-popover .note-popover-content .note-color-palette,
.note-toolbar .note-color-palette {
  line-height: 1;
}

.note-popover .note-popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
  border: 1px solid #fff;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
}

.note-popover .note-popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

.note-modal .note-modal-body label {
  display: inline-block;
  margin-bottom: 2px;
}

.note-modal .note-modal-body .help-list-item:hover {
  background-color: #e0e0e0;
}

@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  color: gray;
  display: none;
  position: absolute;
}

.note-handle .note-control-selection {
  border: 1px solid #161616;
  display: none;
  position: absolute;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  background-color: #000;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
  height: 100%;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  width: 100%;
}

.note-handle .note-control-selection .note-control-handle {
  border: 1px solid #000;
  height: 7px;
  width: 7px;
}

.note-handle .note-control-selection .note-control-holder {
  border: 1px solid #000;
  height: 7px;
  width: 7px;
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #fff;
  border: 1px solid #000;
  height: 7px;
  width: 7px;
}

.note-handle .note-control-selection .note-control-nw {
  border-bottom: 0;
  border-right: 0;
  left: -5px;
  top: -5px;
}

.note-handle .note-control-selection .note-control-ne {
  border-bottom: 0;
  border-left: none;
  right: -5px;
  top: -5px;
}

.note-handle .note-control-selection .note-control-sw {
  border-right: 0;
  border-top: 0;
  bottom: -5px;
  left: -5px;
}

.note-handle .note-control-selection .note-control-se {
  bottom: -5px;
  cursor: se-resize;
  right: -5px;
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  border-left: none;
  border-top: 0;
  cursor: default;
}

.note-handle .note-control-selection .note-control-selection-info {
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
  font-size: 12px;
  margin: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  padding: 5px;
  right: 0;
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

.note-hint-popover .note-popover-content {
  max-height: 150px;
  overflow: auto;
  padding: 3px;
}

.note-hint-popover .note-popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

.note-hint-popover .note-popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .note-popover-content .note-hint-group .note-hint-item:hover {
  background-color: #428bca;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.4;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
}

.help-list-item label {
  display: inline-block;
  margin-bottom: 5px;
}

/* For summernote override unordered and order list */
.note-editable ul {
  list-style: none !important;
  list-style-position: inside !important;
}

.note-editable ol {
  list-style: decimal !important;
  list-style-position: outside !important;
}

.note-image-input:focus,
.note-image-url:focus {
  box-shadow: none !important;
}

.note-image-url {
  height: 36px;
}

.note-popover-arrow .popover-content {
  display: inline-flex;
  margin-top: 10px;
  margin-left: -9px;
}

.popover-content .note-btn-group {
  display: inline-flex;
}

.note-remove {
  margin-left: -8px;
}

.select-css {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22black%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-position: right 0.7em top 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 0.65em auto, 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  color: #222;
  outline: none;
}

.select-css option {
  font-weight: normal;
}

.helpTextToggle {
  cursor: pointer;
}

.helpTextToggleIcon {
  cursor: pointer;
  float: right;
}

.hideForm {
  display: none;
}

.admin_link,
#password_form {
  display: none;
}

.data_row {
  display: none;
}

span.checked_true {
  content: url("/assets/icon-checkmark-e3b1b934.svg");
  height: 18px;
  padding-left: 3px;
  vertical-align: text-bottom;
  width: 18px;
}

.checked_unknown {
  content: url("/assets/icon-warning--orange-b19cab53.svg");
  height: 18px;
  margin-left: -3px;
  padding-bottom: 2px;
  vertical-align: text-bottom;
  width: 18px;
}

.checked_false {
  content: url("/assets/icon-warning--red-7fe43232.svg");
  height: 18px;
  margin-left: -3px;
  margin-right: -8px;
  padding-bottom: 2px;
  vertical-align: text-bottom;
  width: 18px;
}

.fit-to-content {
  white-space: nowrap;
  width: 1%;
}

.read_only {
  border: 1px solid #999;
  cursor: initial;
  min-height: calc(1em + 20px);
  padding: 10px;
}

.header-font {
  font-weight: 500;
}

.spaced-top {
  margin-top: 10px;
}

.spaced-bottom {
  margin-bottom: 10px;
}

.spaced-left {
  margin-left: 15px;
}

.spaced-right {
  margin-right: 15px;
}

.spaced-inner {
  padding: 10px;
}

.form-bold {
  font-weight: 500;
}

.bullet-list {
  list-style-type: disc;
  padding-left: 20px;
}

.no-link {
  border-bottom: 0 solid transparent !important;
  text-decoration: none !important;
}
.no-link:hover {
  cursor: default !important;
}

.test {
  background-color: rgba(255, 20, 118, 0.5) !important;
  padding: 10px;
}

.fixed-width {
  width: 130px;
}

.top-no-space {
  margin-top: 0 !important;
}

.header-color {
  background-color: rgba(124, 220, 135, 0.283);
  border: 3px solid rgba(124, 220, 135, 0.434);
  color: #555;
  padding: 10px;
}

.header-color-warn {
  background-color: rgba(220, 124, 124, 0.283);
  border: 3px solid rgba(220, 124, 124, 0.434);
  color: #555;
  padding: 10px;
}

.left-aligned {
  text-align: left;
}

.monitoring {
  background-image: url("/assets/monitoring-test-aa584c14.jpg");
  background-repeat: no-repeat;
  background-size: 800px 533px;
  max-height: 800px;
  max-width: 533;
  min-height: 800px;
  min-width: 533;
}
