@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: librefranklin, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #009EE0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #003064;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #878787;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.3;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 0.75rem; }

.lead {
  font-size: 1.125rem;
  font-weight: normal; }

.display-1 {
  font-size: 2.375rem;
  font-weight: none;
  line-height: 1.2; }

.display-2 {
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #878787; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #878787; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #c6c6c6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c6c6c6; }
  .table tbody + tbody {
    border-top: 2px solid #c6c6c6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #c6c6c6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #c6c6c6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e4f6; }

.table-hover .table-primary:hover {
  background-color: #a1dbf3; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a1dbf3; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e4e4e3; }

.table-hover .table-secondary:hover {
  background-color: #d7d7d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #d7d7d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #e9f0b8; }

.table-hover .table-success:hover {
  background-color: #e2eca3; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #e2eca3; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #fbe1b8; }

.table-hover .table-info:hover {
  background-color: #fad7a0; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #fad7a0; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff1b8; }

.table-hover .table-warning:hover {
  background-color: #ffec9f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffec9f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8cebd; }

.table-hover .table-danger:hover {
  background-color: #f6bda6; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f6bda6; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafafa; }

.table-hover .table-light:hover {
  background-color: #ededed; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ededed; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d0d0d0; }

.table-hover .table-dark:hover {
  background-color: #c3c3c3; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #c3c3c3; }

.table-petrol,
.table-petrol > th,
.table-petrol > td {
  background-color: #b8d8db; }

.table-hover .table-petrol:hover {
  background-color: #a7cfd2; }
  .table-hover .table-petrol:hover > td,
  .table-hover .table-petrol:hover > th {
    background-color: #a7cfd2; }

.table-karibikblau,
.table-karibikblau > th,
.table-karibikblau > td {
  background-color: #b8d6e6; }

.table-hover .table-karibikblau:hover {
  background-color: #a5cbdf; }
  .table-hover .table-karibikblau:hover > td,
  .table-hover .table-karibikblau:hover > th {
    background-color: #a5cbdf; }

.table-nrw-gruen,
.table-nrw-gruen > th,
.table-nrw-gruen > td {
  background-color: #b8e0c7; }

.table-hover .table-nrw-gruen:hover {
  background-color: #a6d8b9; }
  .table-hover .table-nrw-gruen:hover > td,
  .table-hover .table-nrw-gruen:hover > th {
    background-color: #a6d8b9; }

.table-nrw-rot,
.table-nrw-rot > th,
.table-nrw-rot > td {
  background-color: #f7b8bf; }

.table-hover .table-nrw-rot:hover {
  background-color: #f4a1aa; }
  .table-hover .table-nrw-rot:hover > td,
  .table-hover .table-nrw-rot:hover > th {
    background-color: #f4a1aa; }

.table-bildungsrot,
.table-bildungsrot > th,
.table-bildungsrot > td {
  background-color: #eabdbc; }

.table-hover .table-bildungsrot:hover {
  background-color: #e4aaa9; }
  .table-hover .table-bildungsrot:hover > td,
  .table-hover .table-bildungsrot:hover > th {
    background-color: #e4aaa9; }

.table-eisblau,
.table-eisblau > th,
.table-eisblau > td {
  background-color: #dcf2fc; }

.table-hover .table-eisblau:hover {
  background-color: #c5e9fa; }
  .table-hover .table-eisblau:hover > td,
  .table-hover .table-eisblau:hover > th {
    background-color: #c5e9fa; }

.table-wiesengruen,
.table-wiesengruen > th,
.table-wiesengruen > td {
  background-color: #e9f0b8; }

.table-hover .table-wiesengruen:hover {
  background-color: #e2eca3; }
  .table-hover .table-wiesengruen:hover > td,
  .table-hover .table-wiesengruen:hover > th {
    background-color: #e2eca3; }

.table-blutorange,
.table-blutorange > th,
.table-blutorange > td {
  background-color: #f8cebd; }

.table-hover .table-blutorange:hover {
  background-color: #f6bda6; }
  .table-hover .table-blutorange:hover > td,
  .table-hover .table-blutorange:hover > th {
    background-color: #f6bda6; }

.table-sonnengelb,
.table-sonnengelb > th,
.table-sonnengelb > td {
  background-color: #fbe1b8; }

.table-hover .table-sonnengelb:hover {
  background-color: #fad7a0; }
  .table-hover .table-sonnengelb:hover > td,
  .table-hover .table-sonnengelb:hover > th {
    background-color: #fad7a0; }

.table-senfgelb,
.table-senfgelb > th,
.table-senfgelb > td {
  background-color: #f4e8b8; }

.table-hover .table-senfgelb:hover {
  background-color: #f1e1a2; }
  .table-hover .table-senfgelb:hover > td,
  .table-hover .table-senfgelb:hover > th {
    background-color: #f1e1a2; }

.table-tannengruen,
.table-tannengruen > th,
.table-tannengruen > td {
  background-color: #b8d1ca; }

.table-hover .table-tannengruen:hover {
  background-color: #a9c7be; }
  .table-hover .table-tannengruen:hover > td,
  .table-hover .table-tannengruen:hover > th {
    background-color: #a9c7be; }

.table-nachtblau,
.table-nachtblau > th,
.table-nachtblau > td {
  background-color: #b8c5d4; }

.table-hover .table-nachtblau:hover {
  background-color: #a8b8ca; }
  .table-hover .table-nachtblau:hover > td,
  .table-hover .table-nachtblau:hover > th {
    background-color: #a8b8ca; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #3c3c3b;
  border-color: #4f4f4e; }

.table .thead-light th {
  color: #706f6f;
  background-color: #dadada;
  border-color: #c6c6c6; }

.table-dark {
  color: #fff;
  background-color: #3c3c3b; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #4f4f4e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #706f6f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b2b2b2;
  border-radius: 1.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #706f6f; }
  .form-control:focus {
    color: #706f6f;
    background-color: #fff;
    border-color: #61d0ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 224, 0.25); }
  .form-control::placeholder {
    color: #878787;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #ededed;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #706f6f;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: add(0.375rem, 1px);
  padding-bottom: add(0.375rem, 1px);
  margin-bottom: 0;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: add(0.5rem, 1px);
  padding-bottom: add(0.5rem, 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: add(0.25rem, 1px);
  padding-bottom: add(0.25rem, 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1.2rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1.2rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #878787; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #B1C800; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(177, 200, 0, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #B1C800; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #B1C800;
    box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #B1C800; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #B1C800; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #eaff49; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #defb00; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(177, 200, 0, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #B1C800; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E75112; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(231, 81, 18, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #E75112; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #E75112;
    box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E75112; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E75112; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f5a583; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f0713c; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(231, 81, 18, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E75112; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 224, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn.active:not(:disabled):not(.disabled) {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #009EE0;
  border-color: #009EE0; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0083ba;
    border-color: #007aad; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 224, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #009EE0;
    border-color: #009EE0; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007aad;
    border-color: #0071a0; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 158, 224, 0.5); }

.btn-secondary {
  color: #3c3c3b;
  background-color: #9d9d9c;
  border-color: #9d9d9c; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #8a8a89;
    border-color: #848482; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(157, 157, 156, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #3c3c3b;
    background-color: #9d9d9c;
    border-color: #9d9d9c; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #848482;
    border-color: #7d7d7c; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(157, 157, 156, 0.5); }

.btn-success {
  color: #3c3c3b;
  background-color: #B1C800;
  border-color: #B1C800; }
  .btn-success:hover {
    color: #fff;
    background-color: #8fa200;
    border-color: #849500; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #3c3c3b;
    background-color: #B1C800;
    border-color: #B1C800; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #849500;
    border-color: #798800; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.5); }

.btn-info {
  color: #3c3c3b;
  background-color: #F29400;
  border-color: #F29400; }
  .btn-info:hover {
    color: #fff;
    background-color: #cc7d00;
    border-color: #bf7500; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #3c3c3b;
    background-color: #F29400;
    border-color: #F29400; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #bf7500;
    border-color: #b26d00; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5); }

.btn-warning {
  color: #3c3c3b;
  background-color: #FFCC00;
  border-color: #FFCC00; }
  .btn-warning:hover {
    color: #3c3c3b;
    background-color: #d9ad00;
    border-color: #cca300; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #3c3c3b;
    background-color: #FFCC00;
    border-color: #FFCC00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
    color: #3c3c3b;
    background-color: #cca300;
    border-color: #bf9900; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #E75112;
  border-color: #E75112; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c4450f;
    border-color: #b8400e; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #E75112;
    border-color: #E75112; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b8400e;
    border-color: #ac3c0d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.5); }

.btn-light {
  color: #3c3c3b;
  background-color: #ededed;
  border-color: #ededed; }
  .btn-light:hover {
    color: #3c3c3b;
    background-color: #dadada;
    border-color: #d4d4d4; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #3c3c3b;
    background-color: #ededed;
    border-color: #ededed; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
    color: #3c3c3b;
    background-color: #d4d4d4;
    border-color: #cdcdcd; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #575756;
  border-color: #575756; }
  .btn-dark:hover {
    color: #fff;
    background-color: #444443;
    border-color: #3d3d3d; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 87, 86, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #575756;
    border-color: #575756; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #373736; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(87, 87, 86, 0.5); }

.btn-petrol {
  color: #fff;
  background-color: #00727E;
  border-color: #00727E; }
  .btn-petrol:hover {
    color: #fff;
    background-color: #004f58;
    border-color: #00444b; }
  .btn-petrol:focus, .btn-petrol.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 114, 126, 0.5); }
  .btn-petrol.disabled, .btn-petrol:disabled {
    color: #fff;
    background-color: #00727E;
    border-color: #00727E; }
  .btn-petrol:not(:disabled):not(.disabled):active, .btn-petrol.active:not(:disabled):not(.disabled), .show > .btn-petrol.dropdown-toggle {
    color: #fff;
    background-color: #00444b;
    border-color: #00383e; }
    .btn-petrol:not(:disabled):not(.disabled):active:focus, .btn-petrol.active:not(:disabled):not(.disabled):focus, .show > .btn-petrol.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 114, 126, 0.5); }

.btn-karibikblau {
  color: #fff;
  background-color: #006DA7;
  border-color: #006DA7; }
  .btn-karibikblau:hover {
    color: #fff;
    background-color: #005481;
    border-color: #004c74; }
  .btn-karibikblau:focus, .btn-karibikblau.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 109, 167, 0.5); }
  .btn-karibikblau.disabled, .btn-karibikblau:disabled {
    color: #fff;
    background-color: #006DA7;
    border-color: #006DA7; }
  .btn-karibikblau:not(:disabled):not(.disabled):active, .btn-karibikblau.active:not(:disabled):not(.disabled), .show > .btn-karibikblau.dropdown-toggle {
    color: #fff;
    background-color: #004c74;
    border-color: #004367; }
    .btn-karibikblau:not(:disabled):not(.disabled):active:focus, .btn-karibikblau.active:not(:disabled):not(.disabled):focus, .show > .btn-karibikblau.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 109, 167, 0.5); }

.btn-nrw-gruen {
  color: #fff;
  background-color: #009036;
  border-color: #009036; }
  .btn-nrw-gruen:hover {
    color: #fff;
    background-color: #006a28;
    border-color: #005d23; }
  .btn-nrw-gruen:focus, .btn-nrw-gruen.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 144, 54, 0.5); }
  .btn-nrw-gruen.disabled, .btn-nrw-gruen:disabled {
    color: #fff;
    background-color: #009036;
    border-color: #009036; }
  .btn-nrw-gruen:not(:disabled):not(.disabled):active, .btn-nrw-gruen.active:not(:disabled):not(.disabled), .show > .btn-nrw-gruen.dropdown-toggle {
    color: #fff;
    background-color: #005d23;
    border-color: #00501e; }
    .btn-nrw-gruen:not(:disabled):not(.disabled):active:focus, .btn-nrw-gruen.active:not(:disabled):not(.disabled):focus, .show > .btn-nrw-gruen.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 144, 54, 0.5); }

.btn-nrw-rot {
  color: #fff;
  background-color: #E2001A;
  border-color: #E2001A; }
  .btn-nrw-rot:hover {
    color: #fff;
    background-color: #bc0016;
    border-color: #af0014; }
  .btn-nrw-rot:focus, .btn-nrw-rot.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 0, 26, 0.5); }
  .btn-nrw-rot.disabled, .btn-nrw-rot:disabled {
    color: #fff;
    background-color: #E2001A;
    border-color: #E2001A; }
  .btn-nrw-rot:not(:disabled):not(.disabled):active, .btn-nrw-rot.active:not(:disabled):not(.disabled), .show > .btn-nrw-rot.dropdown-toggle {
    color: #fff;
    background-color: #af0014;
    border-color: #a20013; }
    .btn-nrw-rot:not(:disabled):not(.disabled):active:focus, .btn-nrw-rot.active:not(:disabled):not(.disabled):focus, .show > .btn-nrw-rot.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(226, 0, 26, 0.5); }

.btn-bildungsrot {
  color: #fff;
  background-color: #B41311;
  border-color: #B41311; }
  .btn-bildungsrot:hover {
    color: #fff;
    background-color: #910f0e;
    border-color: #850e0d; }
  .btn-bildungsrot:focus, .btn-bildungsrot.focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 19, 17, 0.5); }
  .btn-bildungsrot.disabled, .btn-bildungsrot:disabled {
    color: #fff;
    background-color: #B41311;
    border-color: #B41311; }
  .btn-bildungsrot:not(:disabled):not(.disabled):active, .btn-bildungsrot.active:not(:disabled):not(.disabled), .show > .btn-bildungsrot.dropdown-toggle {
    color: #fff;
    background-color: #850e0d;
    border-color: #7a0d0b; }
    .btn-bildungsrot:not(:disabled):not(.disabled):active:focus, .btn-bildungsrot.active:not(:disabled):not(.disabled):focus, .show > .btn-bildungsrot.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(180, 19, 17, 0.5); }

.btn-eisblau {
  color: #3c3c3b;
  background-color: #82CFF5;
  border-color: #82CFF5; }
  .btn-eisblau:hover {
    color: #3c3c3b;
    background-color: #5fc1f2;
    border-color: #53bdf1; }
  .btn-eisblau:focus, .btn-eisblau.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 207, 245, 0.5); }
  .btn-eisblau.disabled, .btn-eisblau:disabled {
    color: #3c3c3b;
    background-color: #82CFF5;
    border-color: #82CFF5; }
  .btn-eisblau:not(:disabled):not(.disabled):active, .btn-eisblau.active:not(:disabled):not(.disabled), .show > .btn-eisblau.dropdown-toggle {
    color: #3c3c3b;
    background-color: #53bdf1;
    border-color: #47b8f0; }
    .btn-eisblau:not(:disabled):not(.disabled):active:focus, .btn-eisblau.active:not(:disabled):not(.disabled):focus, .show > .btn-eisblau.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 207, 245, 0.5); }

.btn-wiesengruen {
  color: #3c3c3b;
  background-color: #B1C800;
  border-color: #B1C800; }
  .btn-wiesengruen:hover {
    color: #fff;
    background-color: #8fa200;
    border-color: #849500; }
  .btn-wiesengruen:focus, .btn-wiesengruen.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.5); }
  .btn-wiesengruen.disabled, .btn-wiesengruen:disabled {
    color: #3c3c3b;
    background-color: #B1C800;
    border-color: #B1C800; }
  .btn-wiesengruen:not(:disabled):not(.disabled):active, .btn-wiesengruen.active:not(:disabled):not(.disabled), .show > .btn-wiesengruen.dropdown-toggle {
    color: #fff;
    background-color: #849500;
    border-color: #798800; }
    .btn-wiesengruen:not(:disabled):not(.disabled):active:focus, .btn-wiesengruen.active:not(:disabled):not(.disabled):focus, .show > .btn-wiesengruen.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.5); }

.btn-blutorange {
  color: #fff;
  background-color: #E75112;
  border-color: #E75112; }
  .btn-blutorange:hover {
    color: #fff;
    background-color: #c4450f;
    border-color: #b8400e; }
  .btn-blutorange:focus, .btn-blutorange.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.5); }
  .btn-blutorange.disabled, .btn-blutorange:disabled {
    color: #fff;
    background-color: #E75112;
    border-color: #E75112; }
  .btn-blutorange:not(:disabled):not(.disabled):active, .btn-blutorange.active:not(:disabled):not(.disabled), .show > .btn-blutorange.dropdown-toggle {
    color: #fff;
    background-color: #b8400e;
    border-color: #ac3c0d; }
    .btn-blutorange:not(:disabled):not(.disabled):active:focus, .btn-blutorange.active:not(:disabled):not(.disabled):focus, .show > .btn-blutorange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.5); }

.btn-sonnengelb {
  color: #3c3c3b;
  background-color: #F29400;
  border-color: #F29400; }
  .btn-sonnengelb:hover {
    color: #fff;
    background-color: #cc7d00;
    border-color: #bf7500; }
  .btn-sonnengelb:focus, .btn-sonnengelb.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5); }
  .btn-sonnengelb.disabled, .btn-sonnengelb:disabled {
    color: #3c3c3b;
    background-color: #F29400;
    border-color: #F29400; }
  .btn-sonnengelb:not(:disabled):not(.disabled):active, .btn-sonnengelb.active:not(:disabled):not(.disabled), .show > .btn-sonnengelb.dropdown-toggle {
    color: #fff;
    background-color: #bf7500;
    border-color: #b26d00; }
    .btn-sonnengelb:not(:disabled):not(.disabled):active:focus, .btn-sonnengelb.active:not(:disabled):not(.disabled):focus, .show > .btn-sonnengelb.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5); }

.btn-senfgelb {
  color: #3c3c3b;
  background-color: #D7AE00;
  border-color: #D7AE00; }
  .btn-senfgelb:hover {
    color: #fff;
    background-color: #b18f00;
    border-color: #a48500; }
  .btn-senfgelb:focus, .btn-senfgelb.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 174, 0, 0.5); }
  .btn-senfgelb.disabled, .btn-senfgelb:disabled {
    color: #3c3c3b;
    background-color: #D7AE00;
    border-color: #D7AE00; }
  .btn-senfgelb:not(:disabled):not(.disabled):active, .btn-senfgelb.active:not(:disabled):not(.disabled), .show > .btn-senfgelb.dropdown-toggle {
    color: #fff;
    background-color: #a48500;
    border-color: #977a00; }
    .btn-senfgelb:not(:disabled):not(.disabled):active:focus, .btn-senfgelb.active:not(:disabled):not(.disabled):focus, .show > .btn-senfgelb.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(215, 174, 0, 0.5); }

.btn-tannengruen {
  color: #fff;
  background-color: #005B42;
  border-color: #005B42; }
  .btn-tannengruen:hover {
    color: #fff;
    background-color: #003526;
    border-color: #00281d; }
  .btn-tannengruen:focus, .btn-tannengruen.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 91, 66, 0.5); }
  .btn-tannengruen.disabled, .btn-tannengruen:disabled {
    color: #fff;
    background-color: #005B42;
    border-color: #005B42; }
  .btn-tannengruen:not(:disabled):not(.disabled):active, .btn-tannengruen.active:not(:disabled):not(.disabled), .show > .btn-tannengruen.dropdown-toggle {
    color: #fff;
    background-color: #00281d;
    border-color: #001b14; }
    .btn-tannengruen:not(:disabled):not(.disabled):active:focus, .btn-tannengruen.active:not(:disabled):not(.disabled):focus, .show > .btn-tannengruen.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 91, 66, 0.5); }

.btn-nachtblau {
  color: #fff;
  background-color: #003064;
  border-color: #003064; }
  .btn-nachtblau:hover {
    color: #fff;
    background-color: #001e3e;
    border-color: #001831; }
  .btn-nachtblau:focus, .btn-nachtblau.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 48, 100, 0.5); }
  .btn-nachtblau.disabled, .btn-nachtblau:disabled {
    color: #fff;
    background-color: #003064;
    border-color: #003064; }
  .btn-nachtblau:not(:disabled):not(.disabled):active, .btn-nachtblau.active:not(:disabled):not(.disabled), .show > .btn-nachtblau.dropdown-toggle {
    color: #fff;
    background-color: #001831;
    border-color: #001124; }
    .btn-nachtblau:not(:disabled):not(.disabled):active:focus, .btn-nachtblau.active:not(:disabled):not(.disabled):focus, .show > .btn-nachtblau.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 48, 100, 0.5); }

.btn-outline-primary {
  color: #009EE0;
  background-color: transparent;
  background-image: none;
  border-color: #009EE0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #009EE0;
    border-color: #009EE0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 224, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #009EE0;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #009EE0;
    border-color: #009EE0; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 158, 224, 0.5); }

.btn-outline-secondary {
  color: #9d9d9c;
  background-color: transparent;
  background-image: none;
  border-color: #9d9d9c; }
  .btn-outline-secondary:hover {
    color: #3c3c3b;
    background-color: #9d9d9c;
    border-color: #9d9d9c; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(157, 157, 156, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #9d9d9c;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
    color: #3c3c3b;
    background-color: #9d9d9c;
    border-color: #9d9d9c; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(157, 157, 156, 0.5); }

.btn-outline-success {
  color: #B1C800;
  background-color: transparent;
  background-image: none;
  border-color: #B1C800; }
  .btn-outline-success:hover {
    color: #3c3c3b;
    background-color: #B1C800;
    border-color: #B1C800; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #B1C800;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
    color: #3c3c3b;
    background-color: #B1C800;
    border-color: #B1C800; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.5); }

.btn-outline-info {
  color: #F29400;
  background-color: transparent;
  background-image: none;
  border-color: #F29400; }
  .btn-outline-info:hover {
    color: #3c3c3b;
    background-color: #F29400;
    border-color: #F29400; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #F29400;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
    color: #3c3c3b;
    background-color: #F29400;
    border-color: #F29400; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5); }

.btn-outline-warning {
  color: #FFCC00;
  background-color: transparent;
  background-image: none;
  border-color: #FFCC00; }
  .btn-outline-warning:hover {
    color: #3c3c3b;
    background-color: #FFCC00;
    border-color: #FFCC00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFCC00;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
    color: #3c3c3b;
    background-color: #FFCC00;
    border-color: #FFCC00; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5); }

.btn-outline-danger {
  color: #E75112;
  background-color: transparent;
  background-image: none;
  border-color: #E75112; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #E75112;
    border-color: #E75112; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #E75112;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #E75112;
    border-color: #E75112; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.5); }

.btn-outline-light {
  color: #ededed;
  background-color: transparent;
  background-image: none;
  border-color: #ededed; }
  .btn-outline-light:hover {
    color: #3c3c3b;
    background-color: #ededed;
    border-color: #ededed; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #ededed;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
    color: #3c3c3b;
    background-color: #ededed;
    border-color: #ededed; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5); }

.btn-outline-dark {
  color: #575756;
  background-color: transparent;
  background-image: none;
  border-color: #575756; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #575756;
    border-color: #575756; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 87, 86, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #575756;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #575756;
    border-color: #575756; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(87, 87, 86, 0.5); }

.btn-outline-petrol {
  color: #00727E;
  background-color: transparent;
  background-image: none;
  border-color: #00727E; }
  .btn-outline-petrol:hover {
    color: #fff;
    background-color: #00727E;
    border-color: #00727E; }
  .btn-outline-petrol:focus, .btn-outline-petrol.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 114, 126, 0.5); }
  .btn-outline-petrol.disabled, .btn-outline-petrol:disabled {
    color: #00727E;
    background-color: transparent; }
  .btn-outline-petrol:not(:disabled):not(.disabled):active, .btn-outline-petrol.active:not(:disabled):not(.disabled), .show > .btn-outline-petrol.dropdown-toggle {
    color: #fff;
    background-color: #00727E;
    border-color: #00727E; }
    .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .btn-outline-petrol.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-petrol.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 114, 126, 0.5); }

.btn-outline-karibikblau {
  color: #006DA7;
  background-color: transparent;
  background-image: none;
  border-color: #006DA7; }
  .btn-outline-karibikblau:hover {
    color: #fff;
    background-color: #006DA7;
    border-color: #006DA7; }
  .btn-outline-karibikblau:focus, .btn-outline-karibikblau.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 109, 167, 0.5); }
  .btn-outline-karibikblau.disabled, .btn-outline-karibikblau:disabled {
    color: #006DA7;
    background-color: transparent; }
  .btn-outline-karibikblau:not(:disabled):not(.disabled):active, .btn-outline-karibikblau.active:not(:disabled):not(.disabled), .show > .btn-outline-karibikblau.dropdown-toggle {
    color: #fff;
    background-color: #006DA7;
    border-color: #006DA7; }
    .btn-outline-karibikblau:not(:disabled):not(.disabled):active:focus, .btn-outline-karibikblau.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-karibikblau.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 109, 167, 0.5); }

.btn-outline-nrw-gruen {
  color: #009036;
  background-color: transparent;
  background-image: none;
  border-color: #009036; }
  .btn-outline-nrw-gruen:hover {
    color: #fff;
    background-color: #009036;
    border-color: #009036; }
  .btn-outline-nrw-gruen:focus, .btn-outline-nrw-gruen.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 144, 54, 0.5); }
  .btn-outline-nrw-gruen.disabled, .btn-outline-nrw-gruen:disabled {
    color: #009036;
    background-color: transparent; }
  .btn-outline-nrw-gruen:not(:disabled):not(.disabled):active, .btn-outline-nrw-gruen.active:not(:disabled):not(.disabled), .show > .btn-outline-nrw-gruen.dropdown-toggle {
    color: #fff;
    background-color: #009036;
    border-color: #009036; }
    .btn-outline-nrw-gruen:not(:disabled):not(.disabled):active:focus, .btn-outline-nrw-gruen.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-nrw-gruen.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 144, 54, 0.5); }

.btn-outline-nrw-rot {
  color: #E2001A;
  background-color: transparent;
  background-image: none;
  border-color: #E2001A; }
  .btn-outline-nrw-rot:hover {
    color: #fff;
    background-color: #E2001A;
    border-color: #E2001A; }
  .btn-outline-nrw-rot:focus, .btn-outline-nrw-rot.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 0, 26, 0.5); }
  .btn-outline-nrw-rot.disabled, .btn-outline-nrw-rot:disabled {
    color: #E2001A;
    background-color: transparent; }
  .btn-outline-nrw-rot:not(:disabled):not(.disabled):active, .btn-outline-nrw-rot.active:not(:disabled):not(.disabled), .show > .btn-outline-nrw-rot.dropdown-toggle {
    color: #fff;
    background-color: #E2001A;
    border-color: #E2001A; }
    .btn-outline-nrw-rot:not(:disabled):not(.disabled):active:focus, .btn-outline-nrw-rot.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-nrw-rot.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(226, 0, 26, 0.5); }

.btn-outline-bildungsrot {
  color: #B41311;
  background-color: transparent;
  background-image: none;
  border-color: #B41311; }
  .btn-outline-bildungsrot:hover {
    color: #fff;
    background-color: #B41311;
    border-color: #B41311; }
  .btn-outline-bildungsrot:focus, .btn-outline-bildungsrot.focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 19, 17, 0.5); }
  .btn-outline-bildungsrot.disabled, .btn-outline-bildungsrot:disabled {
    color: #B41311;
    background-color: transparent; }
  .btn-outline-bildungsrot:not(:disabled):not(.disabled):active, .btn-outline-bildungsrot.active:not(:disabled):not(.disabled), .show > .btn-outline-bildungsrot.dropdown-toggle {
    color: #fff;
    background-color: #B41311;
    border-color: #B41311; }
    .btn-outline-bildungsrot:not(:disabled):not(.disabled):active:focus, .btn-outline-bildungsrot.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-bildungsrot.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(180, 19, 17, 0.5); }

.btn-outline-eisblau {
  color: #82CFF5;
  background-color: transparent;
  background-image: none;
  border-color: #82CFF5; }
  .btn-outline-eisblau:hover {
    color: #3c3c3b;
    background-color: #82CFF5;
    border-color: #82CFF5; }
  .btn-outline-eisblau:focus, .btn-outline-eisblau.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 207, 245, 0.5); }
  .btn-outline-eisblau.disabled, .btn-outline-eisblau:disabled {
    color: #82CFF5;
    background-color: transparent; }
  .btn-outline-eisblau:not(:disabled):not(.disabled):active, .btn-outline-eisblau.active:not(:disabled):not(.disabled), .show > .btn-outline-eisblau.dropdown-toggle {
    color: #3c3c3b;
    background-color: #82CFF5;
    border-color: #82CFF5; }
    .btn-outline-eisblau:not(:disabled):not(.disabled):active:focus, .btn-outline-eisblau.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-eisblau.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 207, 245, 0.5); }

.btn-outline-wiesengruen {
  color: #B1C800;
  background-color: transparent;
  background-image: none;
  border-color: #B1C800; }
  .btn-outline-wiesengruen:hover {
    color: #3c3c3b;
    background-color: #B1C800;
    border-color: #B1C800; }
  .btn-outline-wiesengruen:focus, .btn-outline-wiesengruen.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.5); }
  .btn-outline-wiesengruen.disabled, .btn-outline-wiesengruen:disabled {
    color: #B1C800;
    background-color: transparent; }
  .btn-outline-wiesengruen:not(:disabled):not(.disabled):active, .btn-outline-wiesengruen.active:not(:disabled):not(.disabled), .show > .btn-outline-wiesengruen.dropdown-toggle {
    color: #3c3c3b;
    background-color: #B1C800;
    border-color: #B1C800; }
    .btn-outline-wiesengruen:not(:disabled):not(.disabled):active:focus, .btn-outline-wiesengruen.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-wiesengruen.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 200, 0, 0.5); }

.btn-outline-blutorange {
  color: #E75112;
  background-color: transparent;
  background-image: none;
  border-color: #E75112; }
  .btn-outline-blutorange:hover {
    color: #fff;
    background-color: #E75112;
    border-color: #E75112; }
  .btn-outline-blutorange:focus, .btn-outline-blutorange.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.5); }
  .btn-outline-blutorange.disabled, .btn-outline-blutorange:disabled {
    color: #E75112;
    background-color: transparent; }
  .btn-outline-blutorange:not(:disabled):not(.disabled):active, .btn-outline-blutorange.active:not(:disabled):not(.disabled), .show > .btn-outline-blutorange.dropdown-toggle {
    color: #fff;
    background-color: #E75112;
    border-color: #E75112; }
    .btn-outline-blutorange:not(:disabled):not(.disabled):active:focus, .btn-outline-blutorange.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-blutorange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 81, 18, 0.5); }

.btn-outline-sonnengelb {
  color: #F29400;
  background-color: transparent;
  background-image: none;
  border-color: #F29400; }
  .btn-outline-sonnengelb:hover {
    color: #3c3c3b;
    background-color: #F29400;
    border-color: #F29400; }
  .btn-outline-sonnengelb:focus, .btn-outline-sonnengelb.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5); }
  .btn-outline-sonnengelb.disabled, .btn-outline-sonnengelb:disabled {
    color: #F29400;
    background-color: transparent; }
  .btn-outline-sonnengelb:not(:disabled):not(.disabled):active, .btn-outline-sonnengelb.active:not(:disabled):not(.disabled), .show > .btn-outline-sonnengelb.dropdown-toggle {
    color: #3c3c3b;
    background-color: #F29400;
    border-color: #F29400; }
    .btn-outline-sonnengelb:not(:disabled):not(.disabled):active:focus, .btn-outline-sonnengelb.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-sonnengelb.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 148, 0, 0.5); }

.btn-outline-senfgelb {
  color: #D7AE00;
  background-color: transparent;
  background-image: none;
  border-color: #D7AE00; }
  .btn-outline-senfgelb:hover {
    color: #3c3c3b;
    background-color: #D7AE00;
    border-color: #D7AE00; }
  .btn-outline-senfgelb:focus, .btn-outline-senfgelb.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 174, 0, 0.5); }
  .btn-outline-senfgelb.disabled, .btn-outline-senfgelb:disabled {
    color: #D7AE00;
    background-color: transparent; }
  .btn-outline-senfgelb:not(:disabled):not(.disabled):active, .btn-outline-senfgelb.active:not(:disabled):not(.disabled), .show > .btn-outline-senfgelb.dropdown-toggle {
    color: #3c3c3b;
    background-color: #D7AE00;
    border-color: #D7AE00; }
    .btn-outline-senfgelb:not(:disabled):not(.disabled):active:focus, .btn-outline-senfgelb.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-senfgelb.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(215, 174, 0, 0.5); }

.btn-outline-tannengruen {
  color: #005B42;
  background-color: transparent;
  background-image: none;
  border-color: #005B42; }
  .btn-outline-tannengruen:hover {
    color: #fff;
    background-color: #005B42;
    border-color: #005B42; }
  .btn-outline-tannengruen:focus, .btn-outline-tannengruen.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 91, 66, 0.5); }
  .btn-outline-tannengruen.disabled, .btn-outline-tannengruen:disabled {
    color: #005B42;
    background-color: transparent; }
  .btn-outline-tannengruen:not(:disabled):not(.disabled):active, .btn-outline-tannengruen.active:not(:disabled):not(.disabled), .show > .btn-outline-tannengruen.dropdown-toggle {
    color: #fff;
    background-color: #005B42;
    border-color: #005B42; }
    .btn-outline-tannengruen:not(:disabled):not(.disabled):active:focus, .btn-outline-tannengruen.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-tannengruen.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 91, 66, 0.5); }

.btn-outline-nachtblau {
  color: #003064;
  background-color: transparent;
  background-image: none;
  border-color: #003064; }
  .btn-outline-nachtblau:hover {
    color: #fff;
    background-color: #003064;
    border-color: #003064; }
  .btn-outline-nachtblau:focus, .btn-outline-nachtblau.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 48, 100, 0.5); }
  .btn-outline-nachtblau.disabled, .btn-outline-nachtblau:disabled {
    color: #003064;
    background-color: transparent; }
  .btn-outline-nachtblau:not(:disabled):not(.disabled):active, .btn-outline-nachtblau.active:not(:disabled):not(.disabled), .show > .btn-outline-nachtblau.dropdown-toggle {
    color: #fff;
    background-color: #003064;
    border-color: #003064; }
    .btn-outline-nachtblau:not(:disabled):not(.disabled):active:focus, .btn-outline-nachtblau.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-nachtblau.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 48, 100, 0.5); }

.btn-link {
  font-weight: 400;
  color: #009EE0;
  background-color: transparent; }
  .btn-link:hover {
    color: #003064;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #878787; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1.2rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #dadada; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3c3c3b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #2f2f2e;
    text-decoration: none;
    background-color: #ededed; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009EE0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #878787;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #878787;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #3c3c3b; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #706f6f;
  text-align: center;
  white-space: nowrap;
  background-color: #dadada;
  border: 1px solid #b2b2b2;
  border-radius: 1.2rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #009EE0;
    background-color: #009EE0; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 158, 224, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #61d0ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #94dfff;
    border-color: #94dfff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #878787; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #ededed; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -2.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #c6c6c6;
    border: #9d9d9c solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -2.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #009EE0;
  background-color: #009EE0; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 158, 224, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 158, 224, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 158, 224, 0.5); }

.custom-switch {
  padding-left: 3.25rem; }
  .custom-switch .custom-control-label::before {
    left: -3.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: add(0.25rem, 2px);
    left: add(-3.25rem, 2px);
    width: subtract(1rem, 4px);
    height: subtract(1rem, 4px);
    background-color: #9d9d9c;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #c6c6c6;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 158, 224, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #706f6f;
  vertical-align: middle;
  background: #fff escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23575756' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")) no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #b2b2b2;
  border-radius: 1.2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .custom-select:focus {
    border-color: #61d0ff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(97, 208, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #706f6f;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #878787;
    background-color: #dadada; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #706f6f; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #61d0ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 224, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #ededed; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input:lang(de) ~ .custom-file-label::after {
    content: "Datei wählen"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #706f6f;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 1.2rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #706f6f;
    content: "Browse";
    background-color: #dadada;
    border-left: inherit;
    border-radius: 0 1.2rem 1.2rem 0; }

.custom-range {
  width: 100%;
  height: add(1rem, 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 158, 224, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 158, 224, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 158, 224, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #009EE0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #94dfff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #c6c6c6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #009EE0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-moz-range-thumb:active {
      background-color: #94dfff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #c6c6c6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #009EE0;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-ms-thumb:active {
      background-color: #94dfff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #c6c6c6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #c6c6c6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #9d9d9c; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #9d9d9c; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #9d9d9c; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #878787; }

.nav-tabs {
  border-bottom: 1px solid #c6c6c6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #dadada #dadada #c6c6c6; }
    .nav-tabs .nav-link.disabled {
      color: #878787;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #706f6f;
    background-color: #fff;
    border-color: #c6c6c6 #c6c6c6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #009EE0; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

@media (min-width: 768px) {
  .tab-content > .tab-pane {
    display: none; } }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1.2rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid transparent; }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid transparent; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }
.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0;
            border-top-right-radius: 0; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }
.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #3c3c3b;
  background-color: #fff;
  border: 0 solid #fff; }
  .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 224, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3c3c3b;
  border-color: #3c3c3b; }

.page-item.disabled .page-link {
  color: #878787;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #c6c6c6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #005274;
  background-color: #ccecf9;
  border-color: #b8e4f6; }
  .alert-primary hr {
    border-top-color: #a1dbf3; }
  .alert-primary .alert-link {
    color: #002e41; }

.alert-secondary {
  color: #525251;
  background-color: #ebebeb;
  border-color: #e4e4e3; }
  .alert-secondary hr {
    border-top-color: #d7d7d6; }
  .alert-secondary .alert-link {
    color: #383838; }

.alert-success {
  color: #5c6800;
  background-color: #eff4cc;
  border-color: #e9f0b8; }
  .alert-success hr {
    border-top-color: #e2eca3; }
  .alert-success .alert-link {
    color: #2f3500; }

.alert-info {
  color: #7e4d00;
  background-color: #fceacc;
  border-color: #fbe1b8; }
  .alert-info hr {
    border-top-color: #fad7a0; }
  .alert-info .alert-link {
    color: #4b2e00; }

.alert-warning {
  color: #856a00;
  background-color: #fff5cc;
  border-color: #fff1b8; }
  .alert-warning hr {
    border-top-color: #ffec9f; }
  .alert-warning .alert-link {
    color: #524100; }

.alert-danger {
  color: #782a09;
  background-color: #fadcd0;
  border-color: #f8cebd; }
  .alert-danger hr {
    border-top-color: #f6bda6; }
  .alert-danger .alert-link {
    color: #491905; }

.alert-light {
  color: #7b7b7b;
  background-color: #fbfbfb;
  border-color: #fafafa; }
  .alert-light hr {
    border-top-color: #ededed; }
  .alert-light .alert-link {
    color: #626262; }

.alert-dark {
  color: #2d2d2d;
  background-color: #dddddd;
  border-color: #d0d0d0; }
  .alert-dark hr {
    border-top-color: #c3c3c3; }
  .alert-dark .alert-link {
    color: #141414; }

.alert-petrol {
  color: #003b42;
  background-color: #cce3e5;
  border-color: #b8d8db; }
  .alert-petrol hr {
    border-top-color: #a7cfd2; }
  .alert-petrol .alert-link {
    color: #000d0f; }

.alert-karibikblau {
  color: #003957;
  background-color: #cce2ed;
  border-color: #b8d6e6; }
  .alert-karibikblau hr {
    border-top-color: #a5cbdf; }
  .alert-karibikblau .alert-link {
    color: #001824; }

.alert-nrw-gruen {
  color: #004b1c;
  background-color: #cce9d7;
  border-color: #b8e0c7; }
  .alert-nrw-gruen hr {
    border-top-color: #a6d8b9; }
  .alert-nrw-gruen .alert-link {
    color: #001809; }

.alert-nrw-rot {
  color: #76000e;
  background-color: #f9ccd1;
  border-color: #f7b8bf; }
  .alert-nrw-rot hr {
    border-top-color: #f4a1aa; }
  .alert-nrw-rot .alert-link {
    color: #430008; }

.alert-bildungsrot {
  color: #5e0a09;
  background-color: #f0d0cf;
  border-color: #eabdbc; }
  .alert-bildungsrot hr {
    border-top-color: #e4aaa9; }
  .alert-bildungsrot .alert-link {
    color: #2f0505; }

.alert-eisblau {
  color: #446c7f;
  background-color: #e6f5fd;
  border-color: #dcf2fc; }
  .alert-eisblau hr {
    border-top-color: #c5e9fa; }
  .alert-eisblau .alert-link {
    color: #32505e; }

.alert-wiesengruen {
  color: #5c6800;
  background-color: #eff4cc;
  border-color: #e9f0b8; }
  .alert-wiesengruen hr {
    border-top-color: #e2eca3; }
  .alert-wiesengruen .alert-link {
    color: #2f3500; }

.alert-blutorange {
  color: #782a09;
  background-color: #fadcd0;
  border-color: #f8cebd; }
  .alert-blutorange hr {
    border-top-color: #f6bda6; }
  .alert-blutorange .alert-link {
    color: #491905; }

.alert-sonnengelb {
  color: #7e4d00;
  background-color: #fceacc;
  border-color: #fbe1b8; }
  .alert-sonnengelb hr {
    border-top-color: #fad7a0; }
  .alert-sonnengelb .alert-link {
    color: #4b2e00; }

.alert-senfgelb {
  color: #705a00;
  background-color: #f7efcc;
  border-color: #f4e8b8; }
  .alert-senfgelb hr {
    border-top-color: #f1e1a2; }
  .alert-senfgelb .alert-link {
    color: #3d3100; }

.alert-tannengruen {
  color: #002f22;
  background-color: #ccded9;
  border-color: #b8d1ca; }
  .alert-tannengruen hr {
    border-top-color: #a9c7be; }
  .alert-tannengruen .alert-link {
    color: black; }

.alert-nachtblau {
  color: #001934;
  background-color: #ccd6e0;
  border-color: #b8c5d4; }
  .alert-nachtblau hr {
    border-top-color: #a8b8ca; }
  .alert-nachtblau .alert-link {
    color: #000001; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #706f6f;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #706f6f;
    text-decoration: none;
    background-color: #ededed; }
  .list-group-item-action:active {
    color: #000;
    background-color: #dadada; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #878787;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009EE0;
    border-color: #009EE0; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #005274;
  background-color: #b8e4f6; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #005274;
    background-color: #a1dbf3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005274;
    border-color: #005274; }

.list-group-item-secondary {
  color: #525251;
  background-color: #e4e4e3; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #525251;
    background-color: #d7d7d6; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #525251;
    border-color: #525251; }

.list-group-item-success {
  color: #5c6800;
  background-color: #e9f0b8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #5c6800;
    background-color: #e2eca3; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #5c6800;
    border-color: #5c6800; }

.list-group-item-info {
  color: #7e4d00;
  background-color: #fbe1b8; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #7e4d00;
    background-color: #fad7a0; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #7e4d00;
    border-color: #7e4d00; }

.list-group-item-warning {
  color: #856a00;
  background-color: #fff1b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856a00;
    background-color: #ffec9f; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856a00;
    border-color: #856a00; }

.list-group-item-danger {
  color: #782a09;
  background-color: #f8cebd; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #782a09;
    background-color: #f6bda6; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #782a09;
    border-color: #782a09; }

.list-group-item-light {
  color: #7b7b7b;
  background-color: #fafafa; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7b7b7b;
    background-color: #ededed; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b; }

.list-group-item-dark {
  color: #2d2d2d;
  background-color: #d0d0d0; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #2d2d2d;
    background-color: #c3c3c3; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d; }

.list-group-item-petrol {
  color: #003b42;
  background-color: #b8d8db; }
  .list-group-item-petrol.list-group-item-action:hover, .list-group-item-petrol.list-group-item-action:focus {
    color: #003b42;
    background-color: #a7cfd2; }
  .list-group-item-petrol.list-group-item-action.active {
    color: #fff;
    background-color: #003b42;
    border-color: #003b42; }

.list-group-item-karibikblau {
  color: #003957;
  background-color: #b8d6e6; }
  .list-group-item-karibikblau.list-group-item-action:hover, .list-group-item-karibikblau.list-group-item-action:focus {
    color: #003957;
    background-color: #a5cbdf; }
  .list-group-item-karibikblau.list-group-item-action.active {
    color: #fff;
    background-color: #003957;
    border-color: #003957; }

.list-group-item-nrw-gruen {
  color: #004b1c;
  background-color: #b8e0c7; }
  .list-group-item-nrw-gruen.list-group-item-action:hover, .list-group-item-nrw-gruen.list-group-item-action:focus {
    color: #004b1c;
    background-color: #a6d8b9; }
  .list-group-item-nrw-gruen.list-group-item-action.active {
    color: #fff;
    background-color: #004b1c;
    border-color: #004b1c; }

.list-group-item-nrw-rot {
  color: #76000e;
  background-color: #f7b8bf; }
  .list-group-item-nrw-rot.list-group-item-action:hover, .list-group-item-nrw-rot.list-group-item-action:focus {
    color: #76000e;
    background-color: #f4a1aa; }
  .list-group-item-nrw-rot.list-group-item-action.active {
    color: #fff;
    background-color: #76000e;
    border-color: #76000e; }

.list-group-item-bildungsrot {
  color: #5e0a09;
  background-color: #eabdbc; }
  .list-group-item-bildungsrot.list-group-item-action:hover, .list-group-item-bildungsrot.list-group-item-action:focus {
    color: #5e0a09;
    background-color: #e4aaa9; }
  .list-group-item-bildungsrot.list-group-item-action.active {
    color: #fff;
    background-color: #5e0a09;
    border-color: #5e0a09; }

.list-group-item-eisblau {
  color: #446c7f;
  background-color: #dcf2fc; }
  .list-group-item-eisblau.list-group-item-action:hover, .list-group-item-eisblau.list-group-item-action:focus {
    color: #446c7f;
    background-color: #c5e9fa; }
  .list-group-item-eisblau.list-group-item-action.active {
    color: #fff;
    background-color: #446c7f;
    border-color: #446c7f; }

.list-group-item-wiesengruen {
  color: #5c6800;
  background-color: #e9f0b8; }
  .list-group-item-wiesengruen.list-group-item-action:hover, .list-group-item-wiesengruen.list-group-item-action:focus {
    color: #5c6800;
    background-color: #e2eca3; }
  .list-group-item-wiesengruen.list-group-item-action.active {
    color: #fff;
    background-color: #5c6800;
    border-color: #5c6800; }

.list-group-item-blutorange {
  color: #782a09;
  background-color: #f8cebd; }
  .list-group-item-blutorange.list-group-item-action:hover, .list-group-item-blutorange.list-group-item-action:focus {
    color: #782a09;
    background-color: #f6bda6; }
  .list-group-item-blutorange.list-group-item-action.active {
    color: #fff;
    background-color: #782a09;
    border-color: #782a09; }

.list-group-item-sonnengelb {
  color: #7e4d00;
  background-color: #fbe1b8; }
  .list-group-item-sonnengelb.list-group-item-action:hover, .list-group-item-sonnengelb.list-group-item-action:focus {
    color: #7e4d00;
    background-color: #fad7a0; }
  .list-group-item-sonnengelb.list-group-item-action.active {
    color: #fff;
    background-color: #7e4d00;
    border-color: #7e4d00; }

.list-group-item-senfgelb {
  color: #705a00;
  background-color: #f4e8b8; }
  .list-group-item-senfgelb.list-group-item-action:hover, .list-group-item-senfgelb.list-group-item-action:focus {
    color: #705a00;
    background-color: #f1e1a2; }
  .list-group-item-senfgelb.list-group-item-action.active {
    color: #fff;
    background-color: #705a00;
    border-color: #705a00; }

.list-group-item-tannengruen {
  color: #002f22;
  background-color: #b8d1ca; }
  .list-group-item-tannengruen.list-group-item-action:hover, .list-group-item-tannengruen.list-group-item-action:focus {
    color: #002f22;
    background-color: #a9c7be; }
  .list-group-item-tannengruen.list-group-item-action.active {
    color: #fff;
    background-color: #002f22;
    border-color: #002f22; }

.list-group-item-nachtblau {
  color: #001934;
  background-color: #b8c5d4; }
  .list-group-item-nachtblau.list-group-item-action:hover, .list-group-item-nachtblau.list-group-item-action:focus {
    color: #001934;
    background-color: #a8b8ca; }
  .list-group-item-nachtblau.list-group-item-action.active {
    color: #fff;
    background-color: #001934;
    border-color: #001934; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dadada;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dadada; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #009EE0 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007aad !important; }

.bg-secondary {
  background-color: #9d9d9c !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #848482 !important; }

.bg-success {
  background-color: #B1C800 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #849500 !important; }

.bg-info {
  background-color: #F29400 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #bf7500 !important; }

.bg-warning {
  background-color: #FFCC00 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cca300 !important; }

.bg-danger {
  background-color: #E75112 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b8400e !important; }

.bg-light {
  background-color: #ededed !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d4d4d4 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #3d3d3d !important; }

.bg-petrol {
  background-color: #00727E !important; }

a.bg-petrol:hover, a.bg-petrol:focus,
button.bg-petrol:hover,
button.bg-petrol:focus {
  background-color: #00444b !important; }

.bg-karibikblau {
  background-color: #006DA7 !important; }

a.bg-karibikblau:hover, a.bg-karibikblau:focus,
button.bg-karibikblau:hover,
button.bg-karibikblau:focus {
  background-color: #004c74 !important; }

.bg-nrw-gruen {
  background-color: #009036 !important; }

a.bg-nrw-gruen:hover, a.bg-nrw-gruen:focus,
button.bg-nrw-gruen:hover,
button.bg-nrw-gruen:focus {
  background-color: #005d23 !important; }

.bg-nrw-rot {
  background-color: #E2001A !important; }

a.bg-nrw-rot:hover, a.bg-nrw-rot:focus,
button.bg-nrw-rot:hover,
button.bg-nrw-rot:focus {
  background-color: #af0014 !important; }

.bg-bildungsrot {
  background-color: #B41311 !important; }

a.bg-bildungsrot:hover, a.bg-bildungsrot:focus,
button.bg-bildungsrot:hover,
button.bg-bildungsrot:focus {
  background-color: #850e0d !important; }

.bg-eisblau {
  background-color: #82CFF5 !important; }

a.bg-eisblau:hover, a.bg-eisblau:focus,
button.bg-eisblau:hover,
button.bg-eisblau:focus {
  background-color: #53bdf1 !important; }

.bg-wiesengruen {
  background-color: #B1C800 !important; }

a.bg-wiesengruen:hover, a.bg-wiesengruen:focus,
button.bg-wiesengruen:hover,
button.bg-wiesengruen:focus {
  background-color: #849500 !important; }

.bg-blutorange {
  background-color: #E75112 !important; }

a.bg-blutorange:hover, a.bg-blutorange:focus,
button.bg-blutorange:hover,
button.bg-blutorange:focus {
  background-color: #b8400e !important; }

.bg-sonnengelb {
  background-color: #F29400 !important; }

a.bg-sonnengelb:hover, a.bg-sonnengelb:focus,
button.bg-sonnengelb:hover,
button.bg-sonnengelb:focus {
  background-color: #bf7500 !important; }

.bg-senfgelb {
  background-color: #D7AE00 !important; }

a.bg-senfgelb:hover, a.bg-senfgelb:focus,
button.bg-senfgelb:hover,
button.bg-senfgelb:focus {
  background-color: #a48500 !important; }

.bg-tannengruen {
  background-color: #005B42 !important; }

a.bg-tannengruen:hover, a.bg-tannengruen:focus,
button.bg-tannengruen:hover,
button.bg-tannengruen:focus {
  background-color: #00281d !important; }

.bg-nachtblau {
  background-color: #003064 !important; }

a.bg-nachtblau:hover, a.bg-nachtblau:focus,
button.bg-nachtblau:hover,
button.bg-nachtblau:focus {
  background-color: #001831 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #c6c6c6 !important; }

.border-top {
  border-top: 1px solid #c6c6c6 !important; }

.border-right {
  border-right: 1px solid #c6c6c6 !important; }

.border-bottom {
  border-bottom: 1px solid #c6c6c6 !important; }

.border-left {
  border-left: 1px solid #c6c6c6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #009EE0 !important; }

.border-secondary {
  border-color: #9d9d9c !important; }

.border-success {
  border-color: #B1C800 !important; }

.border-info {
  border-color: #F29400 !important; }

.border-warning {
  border-color: #FFCC00 !important; }

.border-danger {
  border-color: #E75112 !important; }

.border-light {
  border-color: #ededed !important; }

.border-dark {
  border-color: #575756 !important; }

.border-petrol {
  border-color: #00727E !important; }

.border-karibikblau {
  border-color: #006DA7 !important; }

.border-nrw-gruen {
  border-color: #009036 !important; }

.border-nrw-rot {
  border-color: #E2001A !important; }

.border-bildungsrot {
  border-color: #B41311 !important; }

.border-eisblau {
  border-color: #82CFF5 !important; }

.border-wiesengruen {
  border-color: #B1C800 !important; }

.border-blutorange {
  border-color: #E75112 !important; }

.border-sonnengelb {
  border-color: #F29400 !important; }

.border-senfgelb {
  border-color: #D7AE00 !important; }

.border-tannengruen {
  border-color: #005B42 !important; }

.border-nachtblau {
  border-color: #003064 !important; }

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

.rounded {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

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

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .shariff ul .shariff-button a span, .checklist-element button.button-true span, .checklist-element button.button-false span, .checklist-element button.button-help span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

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

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.5rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.5rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important; }

.m-2 {
  margin: 1rem !important; }

.mt-2,
.my-2 {
  margin-top: 1rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1rem !important; }

.m-3 {
  margin: 2rem !important; }

.mt-3,
.my-3 {
  margin-top: 2rem !important; }

.mr-3,
.mx-3 {
  margin-right: 2rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 2rem !important; }

.ml-3,
.mx-3 {
  margin-left: 2rem !important; }

.m-4 {
  margin: 4rem !important; }

.mt-4,
.my-4 {
  margin-top: 4rem !important; }

.mr-4,
.mx-4 {
  margin-right: 4rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 4rem !important; }

.ml-4,
.mx-4 {
  margin-left: 4rem !important; }

.m-5 {
  margin: 8rem !important; }

.mt-5,
.my-5 {
  margin-top: 8rem !important; }

.mr-5,
.mx-5 {
  margin-right: 8rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 8rem !important; }

.ml-5,
.mx-5 {
  margin-left: 8rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

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

.p-1 {
  padding: 0.5rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.5rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.5rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.5rem !important; }

.p-2 {
  padding: 1rem !important; }

.pt-2,
.py-2 {
  padding-top: 1rem !important; }

.pr-2,
.px-2 {
  padding-right: 1rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1rem !important; }

.pl-2,
.px-2 {
  padding-left: 1rem !important; }

.p-3 {
  padding: 2rem !important; }

.pt-3,
.py-3 {
  padding-top: 2rem !important; }

.pr-3,
.px-3 {
  padding-right: 2rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 2rem !important; }

.pl-3,
.px-3 {
  padding-left: 2rem !important; }

.p-4 {
  padding: 4rem !important; }

.pt-4,
.py-4 {
  padding-top: 4rem !important; }

.pr-4,
.px-4 {
  padding-right: 4rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 4rem !important; }

.pl-4,
.px-4 {
  padding-left: 4rem !important; }

.p-5 {
  padding: 8rem !important; }

.pt-5,
.py-5 {
  padding-top: 8rem !important; }

.pr-5,
.px-5 {
  padding-right: 8rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 8rem !important; }

.pl-5,
.px-5 {
  padding-left: 8rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.5rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important; }
  .m-sm-2 {
    margin: 1rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important; }
  .m-sm-3 {
    margin: 2rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important; }
  .m-sm-4 {
    margin: 4rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important; }
  .m-sm-5 {
    margin: 8rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 8rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 8rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 8rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 8rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.5rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important; }
  .p-sm-2 {
    padding: 1rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important; }
  .p-sm-3 {
    padding: 2rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important; }
  .p-sm-4 {
    padding: 4rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important; }
  .p-sm-5 {
    padding: 8rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 8rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 8rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 8rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 8rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.5rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important; }
  .m-md-2 {
    margin: 1rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important; }
  .m-md-3 {
    margin: 2rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important; }
  .m-md-4 {
    margin: 4rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important; }
  .m-md-5 {
    margin: 8rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 8rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 8rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 8rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 8rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.5rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important; }
  .p-md-2 {
    padding: 1rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important; }
  .p-md-3 {
    padding: 2rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important; }
  .p-md-4 {
    padding: 4rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important; }
  .p-md-5 {
    padding: 8rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 8rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 8rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 8rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 8rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.5rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important; }
  .m-lg-2 {
    margin: 1rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important; }
  .m-lg-3 {
    margin: 2rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important; }
  .m-lg-4 {
    margin: 4rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important; }
  .m-lg-5 {
    margin: 8rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 8rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 8rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 8rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 8rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.5rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important; }
  .p-lg-2 {
    padding: 1rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important; }
  .p-lg-3 {
    padding: 2rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important; }
  .p-lg-4 {
    padding: 4rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important; }
  .p-lg-5 {
    padding: 8rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 8rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 8rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 8rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 8rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.5rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important; }
  .m-xl-2 {
    margin: 1rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important; }
  .m-xl-3 {
    margin: 2rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important; }
  .m-xl-4 {
    margin: 4rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important; }
  .m-xl-5 {
    margin: 8rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 8rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 8rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 8rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 8rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.5rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important; }
  .p-xl-2 {
    padding: 1rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important; }
  .p-xl-3 {
    padding: 2rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important; }
  .p-xl-4 {
    padding: 4rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important; }
  .p-xl-5 {
    padding: 8rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 8rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 8rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 8rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 8rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

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

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

.text-primary {
  color: #009EE0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #007aad !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #848482 !important; }

.text-success {
  color: #B1C800 !important; }

a.text-success:hover, a.text-success:focus {
  color: #849500 !important; }

.text-info {
  color: #F29400 !important; }

a.text-info:hover, a.text-info:focus {
  color: #bf7500 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #cca300 !important; }

.text-danger {
  color: #E75112 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b8400e !important; }

.text-light {
  color: #ededed !important; }

a.text-light:hover, a.text-light:focus {
  color: #d4d4d4 !important; }

.text-dark {
  color: #575756 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #3d3d3d !important; }

.text-petrol {
  color: #00727E !important; }

a.text-petrol:hover, a.text-petrol:focus {
  color: #00444b !important; }

.text-karibikblau {
  color: #006DA7 !important; }

a.text-karibikblau:hover, a.text-karibikblau:focus {
  color: #004c74 !important; }

.text-nrw-gruen {
  color: #009036 !important; }

a.text-nrw-gruen:hover, a.text-nrw-gruen:focus {
  color: #005d23 !important; }

.text-nrw-rot {
  color: #E2001A !important; }

a.text-nrw-rot:hover, a.text-nrw-rot:focus {
  color: #af0014 !important; }

.text-bildungsrot {
  color: #B41311 !important; }

a.text-bildungsrot:hover, a.text-bildungsrot:focus {
  color: #850e0d !important; }

.text-eisblau {
  color: #82CFF5 !important; }

a.text-eisblau:hover, a.text-eisblau:focus {
  color: #53bdf1 !important; }

.text-wiesengruen {
  color: #B1C800 !important; }

a.text-wiesengruen:hover, a.text-wiesengruen:focus {
  color: #849500 !important; }

.text-blutorange {
  color: #E75112 !important; }

a.text-blutorange:hover, a.text-blutorange:focus {
  color: #b8400e !important; }

.text-sonnengelb {
  color: #F29400 !important; }

a.text-sonnengelb:hover, a.text-sonnengelb:focus {
  color: #bf7500 !important; }

.text-senfgelb {
  color: #D7AE00 !important; }

a.text-senfgelb:hover, a.text-senfgelb:focus {
  color: #a48500 !important; }

.text-tannengruen {
  color: #005B42 !important; }

a.text-tannengruen:hover, a.text-tannengruen:focus {
  color: #00281d !important; }

.text-nachtblau {
  color: #003064 !important; }

a.text-nachtblau:hover, a.text-nachtblau:focus {
  color: #001831 !important; }

.text-muted {
  color: #878787 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@font-face {
  font-family: "fa-brands-400";
  font-style: normal;
  font-weight: normal;
  src: url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/fontawesome/fa-brands-400.eot?") format("eot"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/fontawesome/fa-brands-400.woff") format("woff"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/fontawesome/fa-brands-400.svg#fa-brands-400") format("svg"); }

@font-face {
  font-family: "iconic";
  font-style: normal;
  font-weight: normal;
  src: url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/iconic/iconmonstr-iconic-font.eot?") format("eot"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/iconic/iconmonstr-iconic-font.woff2") format("woff2"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/iconic/iconmonstr-iconic-font.woff") format("woff"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/iconic/iconmonstr-iconic-font.ttf") format("truetype"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/iconic/iconmonstr-iconic-font.svg#iconic") format("svg"); }

@font-face {
  font-family: "librefranklin";
  font-style: normal;
  font-weight: normal;
  src: url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-regular-webfont.woff") format("woff"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-regular-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "librefranklin";
  font-style: italic;
  font-weight: normal;
  src: url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-italic-webfont.woff") format("woff"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-italic-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "librefranklin";
  font-style: normal;
  font-weight: 300;
  src: url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-light-webfont.woff") format("woff"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-light-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "librefranklin";
  font-style: italic;
  font-weight: 300;
  src: url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-lightitalic-webfont.woff") format("woff"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-lightitalic-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "librefranklin";
  font-style: normal;
  font-weight: bold;
  src: url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-bold-webfont.woff") format("woff"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-bold-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "librefranklin";
  font-style: italic;
  font-weight: bold;
  src: url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-bolditalic-webfont.woff") format("woff"), url("/typo3conf/ext/templatecollection/Resources/Public/Fonts/librefranklin/librefranklin-bolditalic-webfont.woff2") format("woff2"); }

.iconic {
  font-family: "iconic";
  font-weight: normal !important; }
  .iconic:before {
    content: attr(data-icon);
    speak: none; }

.fa-brands-400 {
  font-family: "fa-brands-400";
  font-weight: normal !important; }
  .fa-brands-400:before {
    content: attr(data-icon);
    speak: none; }

.bg.type-text,
.bg.type-textmedia,
.bg.type-textpic,
.bg.type-list,
.bg.type-table,
.bg.type-html,
.bg.type-header,
.bg.type-uploads {
  padding: 15px 15px 1px 15px; }

.type-table.bg table {
  margin-bottom: 0; }

.type-table .table-inverse caption {
  padding: 15px; }

.type-table caption {
  color: inherit;
  font-size: 0.875rem; }

.bg-left-white {
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 50%); }

.bg-right-white {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 50%); }

.bg-black {
  background: #000; }

.bg-gray-100 {
  background-color: #ededed !important; }

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #d4d4d4 !important; }

.bg-gray-200 {
  background-color: #dadada !important; }

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #c1c1c1 !important; }

.bg-gray-300 {
  background-color: #c6c6c6 !important; }

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #adadad !important; }

.bg-gray-400 {
  background-color: #b2b2b2 !important; }

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #999999 !important; }

.bg-gray-500 {
  background-color: #9d9d9c !important; }

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #848482 !important; }

.bg-gray-600 {
  background-color: #878787 !important; }

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #6e6e6e !important; }

.bg-gray-700 {
  background-color: #706f6f !important; }

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #565656 !important; }

.bg-gray-800 {
  background-color: #575756 !important; }

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #3d3d3d !important; }

.bg-gray-900 {
  background-color: #3c3c3b !important; }

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #222222 !important; }

.template-blank,
.fancybox-content,
.fancybox-iframe {
  background: transparent !important; }

.breadcrumb {
  font-size: .8rem;
  color: #9d9d9c; }
  .breadcrumb ol {
    list-style-type: none;
    margin: 0;
    padding: 10px 0; }
  .breadcrumb li {
    display: inline-block;
    padding: 0; }
    .breadcrumb li:after {
      content: "/";
      padding: 0 6px; }
    .breadcrumb li:last-child {
      color: #9d9d9c; }
      .breadcrumb li:last-child:after {
        content: ""; }
  .breadcrumb a {
    color: #9d9d9c;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }

html {
  overscroll-behavior-y: none; }

body {
  overflow-x: hidden;
  overscroll-behavior-y: none; }

main {
  border-top: 1px solid white; }

.startpage-title-mask {
  position: relative; }
  .startpage-title-mask .mask {
    line-height: .5;
    margin-bottom: -2px;
    overflow: hidden; }
    .startpage-title-mask .mask svg, .startpage-title-mask .mask img {
      width: calc(100% + 2px);
      margin: 0 -1px;
      height: auto; }
  .startpage-title-mask .title-field {
    max-width: 950px;
    margin: auto; }
  .startpage-title-mask .img-background {
    position: fixed;
    top: 0;
    z-index: -1; }

@media (max-width: 767.98px) {
  .small-content-background img {
    max-width: 100%;
    height: auto; } }

@media (min-width: 768px) {
  .small-content-background {
    position: fixed;
    z-index: -1;
    width: 200%;
    height: 100%;
    left: -50%;
    top: 0;
    text-align: center;
    background: #575756; }
    .small-content-background img {
      min-height: 100vh;
      min-width: 100vw;
      opacity: .6; } }

.stretched-link:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.image-placeholder {
  position: relative;
  padding: 0 !important; }
  .image-placeholder .title {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    color: white;
    width: 100%;
    text-align: center;
    z-index: 1; }

.reset-file-input {
  display: none; }

.file-selected .reset-file-input {
  display: inline-block;
  cursor: pointer; }

.d-loggedin {
  display: none; }

.loggedin .d-loggedout {
  display: none; }

.loggedin .d-loggedin {
  display: block; }

.loginlink:before {
  content: "\e091";
  font-family: "iconic";
  padding-right: 8px; }

.row > .no-gutters {
  padding-right: 0;
  padding-left: 0; }

.container.no-gutters, .container-fluid.no-gutters {
  padding: 0;
  margin: auto; }

.pagination a:active {
  transform: translate(1px, 1px); }

.hidden {
  display: none; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.boxindent .boxindent-innerwrap {
  padding: 2rem 2.5rem; }

.to-top {
  padding: 2rem 15px;
  font-size: .875rem; }
  .to-top a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }
    .to-top a:before {
      content: "↑";
      padding-right: 5px; }
    .to-top a:hover, .to-top a:focus {
      color: #000; }

.container .to-top {
  padding: 2rem 0; }

hr.ce-div {
  margin: 2rem 0; }

.sectionheader .row {
  min-height: 350px; }

.line {
  border: 0; }

@media (max-width: 575.98px) {
  .line-xs-up {
    border-width: 0 !important; } }

@media (max-width: 767.98px) {
  .line-sm-up {
    border-width: 0 !important; } }

@media (max-width: 991.98px) {
  .line-md-up {
    border-width: 0 !important; } }

@media (max-width: 1199.98px) {
  .line-lg-up {
    border-width: 0 !important; } }

.line-xl-up {
  border-width: 0 !important; }

.line-right {
  border-style: solid;
  border-color: #000;
  border-right-width: 5px; }

.line-left {
  border-style: solid;
  border-color: #000;
  border-left-width: 5px;
  margin-left: -5px; }

.line-top {
  border-style: solid;
  border-color: #000;
  border-top-width: 5px; }

.line-bottom {
  border-style: solid;
  border-color: #000;
  border-bottom-width: 5px; }

.bg-white .card {
  background: #ededed; }

.line-gray-100 {
  border-color: #ededed; }
  .line-gray-100 .tab-header a.nav-link.active {
    color: #ededed;
    border-bottom-color: #ededed; }
  .line-gray-100 .teaser-cards p {
    background-color: #ededed;
    color: white; }

.line-gray-200 {
  border-color: #dadada; }
  .line-gray-200 .tab-header a.nav-link.active {
    color: #dadada;
    border-bottom-color: #dadada; }
  .line-gray-200 .teaser-cards p {
    background-color: #dadada;
    color: white; }

.line-gray-300 {
  border-color: #c6c6c6; }
  .line-gray-300 .tab-header a.nav-link.active {
    color: #c6c6c6;
    border-bottom-color: #c6c6c6; }
  .line-gray-300 .teaser-cards p {
    background-color: #c6c6c6;
    color: white; }

.line-gray-400 {
  border-color: #b2b2b2; }
  .line-gray-400 .tab-header a.nav-link.active {
    color: #b2b2b2;
    border-bottom-color: #b2b2b2; }
  .line-gray-400 .teaser-cards p {
    background-color: #b2b2b2;
    color: white; }

.line-gray-500 {
  border-color: #9d9d9c; }
  .line-gray-500 .tab-header a.nav-link.active {
    color: #9d9d9c;
    border-bottom-color: #9d9d9c; }
  .line-gray-500 .teaser-cards p {
    background-color: #9d9d9c;
    color: white; }

.line-gray-600 {
  border-color: #878787; }
  .line-gray-600 .tab-header a.nav-link.active {
    color: #878787;
    border-bottom-color: #878787; }
  .line-gray-600 .teaser-cards p {
    background-color: #878787;
    color: white; }

.line-gray-700 {
  border-color: #706f6f; }
  .line-gray-700 .tab-header a.nav-link.active {
    color: #706f6f;
    border-bottom-color: #706f6f; }
  .line-gray-700 .teaser-cards p {
    background-color: #706f6f;
    color: white; }

.line-gray-800 {
  border-color: #575756; }
  .line-gray-800 .tab-header a.nav-link.active {
    color: #575756;
    border-bottom-color: #575756; }
  .line-gray-800 .teaser-cards p {
    background-color: #575756;
    color: white; }

.line-gray-900 {
  border-color: #3c3c3b; }
  .line-gray-900 .tab-header a.nav-link.active {
    color: #3c3c3b;
    border-bottom-color: #3c3c3b; }
  .line-gray-900 .teaser-cards p {
    background-color: #3c3c3b;
    color: white; }

.line-primary {
  border-color: #009EE0; }
  .line-primary .tab-header a.nav-link.active {
    color: #009EE0;
    border-bottom-color: #009EE0; }
  .line-primary .teaser-cards p {
    background-color: #009EE0;
    color: white; }

.line-secondary {
  border-color: #9d9d9c; }
  .line-secondary .tab-header a.nav-link.active {
    color: #9d9d9c;
    border-bottom-color: #9d9d9c; }
  .line-secondary .teaser-cards p {
    background-color: #9d9d9c;
    color: white; }

.line-success {
  border-color: #B1C800; }
  .line-success .tab-header a.nav-link.active {
    color: #B1C800;
    border-bottom-color: #B1C800; }
  .line-success .teaser-cards p {
    background-color: #B1C800;
    color: white; }

.line-info {
  border-color: #F29400; }
  .line-info .tab-header a.nav-link.active {
    color: #F29400;
    border-bottom-color: #F29400; }
  .line-info .teaser-cards p {
    background-color: #F29400;
    color: white; }

.line-warning {
  border-color: #FFCC00; }
  .line-warning .tab-header a.nav-link.active {
    color: #FFCC00;
    border-bottom-color: #FFCC00; }
  .line-warning .teaser-cards p {
    background-color: #FFCC00;
    color: white; }

.line-danger {
  border-color: #E75112; }
  .line-danger .tab-header a.nav-link.active {
    color: #E75112;
    border-bottom-color: #E75112; }
  .line-danger .teaser-cards p {
    background-color: #E75112;
    color: white; }

.line-petrol {
  border-color: #00727E; }
  .line-petrol .tab-header a.nav-link.active {
    color: #00727E;
    border-bottom-color: #00727E; }
  .line-petrol .teaser-cards p {
    background-color: #00727E;
    color: white; }

.line-karibikblau {
  border-color: #006DA7; }
  .line-karibikblau .tab-header a.nav-link.active {
    color: #006DA7;
    border-bottom-color: #006DA7; }
  .line-karibikblau .teaser-cards p {
    background-color: #006DA7;
    color: white; }

.line-nrw-gruen {
  border-color: #009036; }
  .line-nrw-gruen .tab-header a.nav-link.active {
    color: #009036;
    border-bottom-color: #009036; }
  .line-nrw-gruen .teaser-cards p {
    background-color: #009036;
    color: white; }

.line-nrw-rot {
  border-color: #E2001A; }
  .line-nrw-rot .tab-header a.nav-link.active {
    color: #E2001A;
    border-bottom-color: #E2001A; }
  .line-nrw-rot .teaser-cards p {
    background-color: #E2001A;
    color: white; }

.line-bildungsrot {
  border-color: #B41311; }
  .line-bildungsrot .tab-header a.nav-link.active {
    color: #B41311;
    border-bottom-color: #B41311; }
  .line-bildungsrot .teaser-cards p {
    background-color: #B41311;
    color: white; }

.line-eisblau {
  border-color: #82CFF5; }
  .line-eisblau .tab-header a.nav-link.active {
    color: #82CFF5;
    border-bottom-color: #82CFF5; }
  .line-eisblau .teaser-cards p {
    background-color: #82CFF5;
    color: white; }

.line-wiesengruen {
  border-color: #B1C800; }
  .line-wiesengruen .tab-header a.nav-link.active {
    color: #B1C800;
    border-bottom-color: #B1C800; }
  .line-wiesengruen .teaser-cards p {
    background-color: #B1C800;
    color: white; }

.line-blutorange {
  border-color: #E75112; }
  .line-blutorange .tab-header a.nav-link.active {
    color: #E75112;
    border-bottom-color: #E75112; }
  .line-blutorange .teaser-cards p {
    background-color: #E75112;
    color: white; }

.line-sonnengelb {
  border-color: #F29400; }
  .line-sonnengelb .tab-header a.nav-link.active {
    color: #F29400;
    border-bottom-color: #F29400; }
  .line-sonnengelb .teaser-cards p {
    background-color: #F29400;
    color: white; }

.line-senfgelb {
  border-color: #D7AE00; }
  .line-senfgelb .tab-header a.nav-link.active {
    color: #D7AE00;
    border-bottom-color: #D7AE00; }
  .line-senfgelb .teaser-cards p {
    background-color: #D7AE00;
    color: white; }

.line-tannengruen {
  border-color: #005B42; }
  .line-tannengruen .tab-header a.nav-link.active {
    color: #005B42;
    border-bottom-color: #005B42; }
  .line-tannengruen .teaser-cards p {
    background-color: #005B42;
    color: white; }

.line-nachtblau {
  border-color: #003064; }
  .line-nachtblau .tab-header a.nav-link.active {
    color: #003064;
    border-bottom-color: #003064; }
  .line-nachtblau .teaser-cards p {
    background-color: #003064;
    color: white; }

.line-light {
  border-color: #ededed; }
  .line-light .tab-header a.nav-link.active {
    color: #ededed;
    border-bottom-color: #ededed; }
  .line-light .teaser-cards p {
    background-color: #ededed;
    color: white; }

.line-dark {
  border-color: #575756; }
  .line-dark .tab-header a.nav-link.active {
    color: #575756;
    border-bottom-color: #575756; }
  .line-dark .teaser-cards p {
    background-color: #575756;
    color: white; }

.line-danger .teaser-cards p {
  background-color: transparent;
  color: #009EE0; }

.line-white {
  border-color: #fff; }
  .line-white h3 {
    color: #fff; }
  .line-white .tab-header a.nav-link {
    color: #fff; }
    .line-white .tab-header a.nav-link.active {
      border-bottom-color: #fff; }
  .line-white .teaser-cards p {
    background-color: #fff;
    color: #000; }

.line-black {
  border-color: #000; }
  .line-black h3 {
    color: #000; }
  .line-black .tab-header a.nav-link {
    color: #000; }
    .line-black .tab-header a.nav-link.active {
      border-bottom-color: #000; }
  .line-black .teaser-cards p {
    background-color: #000;
    color: #fff; }

@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 768px) {
  .container-sm, .container-md {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 992px) {
  .container-sm, .container-md, .container-lg {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1200px) {
  .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

button.levelup,
.small-content-backlink a {
  display: inline-block;
  background: #575756;
  color: white;
  padding: 5px 12px;
  text-decoration: none;
  border: 0; }
  button.levelup:before,
  .small-content-backlink a:before {
    content: "\e012";
    font-family: "iconic";
    font-size: 2.5rem; }
    @media (max-width: 767.98px) {
      button.levelup:before,
      .small-content-backlink a:before {
        font-size: 1.5rem; } }
  button.levelup:hover, button.levelup:focus,
  .small-content-backlink a:hover,
  .small-content-backlink a:focus {
    background: #009EE0;
    color: #575756;
    text-decoration: none; }

input, button {
  font-family: librefranklin, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.btn {
  text-decoration: none;
  font-size: 1.06rem;
  white-space: normal; }
  .btn:focus {
    color: #000; }
  .btn:active {
    transform: translate(1px, 1px); }
  .btn.btn-primary {
    color: white; }
  .btn.btn-secondary {
    color: white;
    background: #3c3c3b; }

.btn-success {
  color: #fff; }

.btn-outline-secondary,
.powermail_file {
  border-width: 1px;
  color: inherit;
  border-color: inherit; }
  .btn-outline-secondary:hover,
  .powermail_file:hover {
    background: rgba(0, 0, 0, 0.25);
    border-color: inherit; }

.btn:focus, .btn.focus {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5) !important; }

.btn-download:before {
  content: "\e039";
  font-family: "iconic";
  padding-right: 8px;
  font-size: 0.85rem; }

.url-download:after {
  content: "\e039";
  font-family: "iconic";
  padding-left: 4px;
  padding-right: 8px;
  font-size: 0.85rem; }

.btn-more:after,
.url-more:after {
  content: "\e001";
  font-family: "iconic";
  padding-left: 8px;
  font-size: 0.85rem; }

.url-external:after {
  content: "\e04d";
  font-family: "iconic";
  padding-left: 6px;
  padding-right: 8px;
  font-size: 0.8rem; }

a.btn:hover {
  text-decoration: none !important; }

a.btn:focus {
  text-decoration: underline !important; }

a.btn-sm, .btn-group-sm > a.btn {
  font-size: .8rem; }

.invert-checkboxes {
  font-size: .7rem;
  padding: 3px; }

.type-login .invert-checkboxes,
.type-login p,
.type-login label,
.tx-md-newsfrontend .invert-checkboxes,
.tx-md-newsfrontend p,
.tx-md-newsfrontend label {
  padding-left: .75rem; }

p + .checkbox {
  margin-top: -1rem; }

label.categorie132,
label.categorie133 {
  font-weight: bold; }

ul.typo3-messages {
  list-style-type: none;
  padding: 0; }

.row-hide-label legend {
  display: none; }

.hide-label legend {
  display: none; }

.parsley-errors-list {
  list-style-type: none;
  margin: 0 0 5px .75rem;
  background-color: #F29400;
  display: inline-block;
  padding: 0; }
  .parsley-errors-list li {
    list-style-type: none;
    padding: 5px 10px; }

.parsley-custom-error-message {
  list-style-type: none;
  margin: 0;
  display: inline-block; }

label {
  font-weight: 300; }

.powermail_fieldwrap_type_check > label {
  font-weight: 500; }

.powermail_field_error.powermail_input {
  border-color: #E75112; }

.powermail_field_error.checkbox label {
  color: #E75112; }

.has-error.nav-item span:before {
  content: "\e0f5";
  font-family: iconic;
  padding-right: 5px;
  color: #F29400;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.checklist-element p {
  margin: .75rem 0 0 0; }

.checklist-element button {
  border: 0;
  margin-right: 10px; }
  .checklist-element button:hover {
    text-decoration: none; }
  .checklist-element button.button-true, .checklist-element button.button-false, .checklist-element button.button-help {
    background: transparent;
    border-radius: 50%; }
    .checklist-element button.button-true:focus, .checklist-element button.button-false:focus, .checklist-element button.button-help:focus {
      text-decoration: none; }
    .checklist-element button.button-true:hover, .checklist-element button.button-false:hover, .checklist-element button.button-help:hover {
      color: #706f6f;
      cursor: pointer;
      text-decoration: none; }

.checklist-element .button-true:before {
  font-family: "iconic";
  font-size: 1.2rem;
  content: "\e0f1"; }

.checklist-element .button-true.active:before {
  content: "\e024"; }

.checklist-element .button-false:before {
  font-family: "iconic";
  font-size: 1.2rem;
  content: "\e0f2"; }

.checklist-element .button-false.active:before {
  content: "\e08d"; }

.checklist-element .button-help:before {
  font-family: "iconic";
  font-size: 1.2rem;
  content: "\e04a"; }

#tooltip {
  text-align: center;
  color: #fff;
  background: rgba(87, 87, 86, 0.85);
  position: absolute;
  z-index: 100;
  padding: 10px; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(87, 87, 86, 0.85);
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid rgba(87, 87, 86, 0.85);
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

.menu-grayscale-image h3 {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: 35px;
  background: #003064;
  padding: 10px 15px; }

.menu-grayscale-image a {
  color: #fff; }

.menu-grayscale-image img {
  filter: grayscale(100%); }

.menu-grayscale-image .inner {
  position: relative; }
  .menu-grayscale-image .inner:hover img, .menu-grayscale-image .inner:focus img {
    filter: grayscale(0); }
  .menu-grayscale-image .inner:hover h3, .menu-grayscale-image .inner:focus h3 {
    background: white; }
  .menu-grayscale-image .inner:hover a, .menu-grayscale-image .inner:focus a {
    color: #003064; }

.menu-big-image a,
.menu-card-deck-image-3cols a {
  color: #3c3c3b; }
  .menu-big-image a:hover, .menu-big-image a:focus,
  .menu-card-deck-image-3cols a:hover,
  .menu-card-deck-image-3cols a:focus {
    color: #000; }

.menu-big-image .inner,
.menu-card-deck-image-3cols .inner {
  background: rgba(255, 255, 255, 0.7); }
  .menu-big-image .inner:hover, .menu-big-image .inner:focus,
  .menu-card-deck-image-3cols .inner:hover,
  .menu-card-deck-image-3cols .inner:focus {
    background: white !important; }

.menu-big-image figure,
.menu-card-deck-image-3cols figure {
  position: relative; }
  .menu-big-image figure .media-categories,
  .menu-card-deck-image-3cols figure .media-categories {
    position: absolute;
    z-index: 1;
    left: 15px;
    bottom: 10px; }
    .menu-big-image figure .media-categories span,
    .menu-card-deck-image-3cols figure .media-categories span {
      display: inline-block;
      margin-right: 5px; }

.introflexiblecontent-elements.bg-gray-100 .menu-big-image .inner,
.introflexiblecontent-elements.bg-gray-100 .menu-card-deck-image-3cols .inner {
  background: none; }

.ke_search-checkbox-group {
  position: relative;
  z-index: 15; }
  .ke_search-checkbox-group:focus-within {
    z-index: 200; }
  .ke_search-checkbox-group .dropdown-toggle {
    position: relative;
    z-index: 100; }
  .ke_search-checkbox-group .dropdown-menu {
    top: -25px !important;
    z-index: -1;
    border-width: 2px;
    border-radius: 1.5rem;
    border-top-left-radius: 0;
    padding-top: 35px;
    padding-button: 8px;
    transform: translate3d(5px, 35px, 0px) !important; }
    .ke_search-checkbox-group .dropdown-menu a {
      font-weight: bold; }

.introlevel1 .teaserItem a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #3c3c3b;
  text-decoration: none; }
  .introlevel1 .teaserItem a span {
    display: inline-block;
    color: #fff;
    background: #003064;
    padding: 10px 15px; }
  .introlevel1 .teaserItem a:hover span, .introlevel1 .teaserItem a:focus span {
    background: #fff;
    color: #003064; }

.introlevel1 .teaserItem img {
  filter: grayscale(100%); }

.introlevel1 .teaserItem:hover img, .introlevel1 .teaserItem:focus img {
  filter: grayscale(0); }

.introlevel2-menu {
  padding: 3.75rem 0; }

@media (min-width: 768px) {
  .introlevel2-overlay .menu-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 2.75rem; } }

@media (max-width: 767.98px) {
  .introlevel2-overlay figure {
    padding: 0; } }

.sign-language {
  width: 30px;
  height: 32px;
  display: inline-block;
  margin-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32' viewBox='0 0 30 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23003063' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.52' transform='translate(-1 -4)'%3E%3Cg transform='rotate(110 9.52 20.633)'%3E%3Cpath d='M7.21529645,4.72592606 L6.71044762,2.29056658 C6.55951937,1.63147533 6.771502,0.941042429 7.26455661,0.48581932 C7.75761122,0.0305962108 8.45459723,-0.118195428 9.08643327,0.0968875298 C9.71826931,0.311970488 10.1861018,0.857277355 10.3093174,1.52228467 L10.8141663,3.95764415'/%3E%3Cpath d='M12.3260626,11.2650681 L10.8141663,3.95764415 C10.605234,2.94888523 11.2411988,1.95913881 12.2346333,1.74698362 C13.2280678,1.53482843 14.2027787,2.18060333 14.411711,3.18936223 L15.1683217,6.84240145'/%3E%3Cpath d='M16.3012502,12.3239785 L15.1656716,6.84240145 C14.9806756,5.84395921 15.6156337,4.87850921 16.5947556,4.66948757 C17.5738775,4.46046594 18.5379377,5.08455967 18.7645414,6.07411954 L21.2821602,18.2536079 C21.6171004,19.8687434 21.3062664,21.5528334 20.4180754,22.935196 C19.5298845,24.3175585 18.1371365,25.2848892 16.5463868,25.6242705 L12.5539734,26.477319 C10.4995695,26.913572 8.3680584,26.2538514 6.90258169,24.7281658 C4.15307695,21.8716641 0.462777814,16.9794171 0.462777814,16.9794171 C-0.0754454172,16.4650188 -0.15411787,15.6249253 0.278978262,15.0167377 C0.712074393,14.4085501 1.52239844,14.2212009 2.17210847,14.5790407 L6.13934568,17.6736964 L3.62172688,5.49420797 C3.43673091,4.49576573 4.07168895,3.53031573 5.05081087,3.3212941 C6.02993278,3.11227246 6.99399296,3.73636619 7.2205967,4.72592606 L8.7338181,12.03335'/%3E%3C/g%3E%3Cg transform='scale(-1 1) rotate(-70 -3.586 31.548)'%3E%3Cpath d='M7.55959823,3.88433496 L8.06444705,1.44493897 C8.29105079,0.455379104 9.25511096,-0.168714625 10.2342329,0.0403070107 C11.2133548,0.249328647 11.8483128,1.21477864 11.6633169,2.21322088 L11.1584681,4.64992586'/%3E%3Cpath d='M2.90478721 7.89877961 3.96205347 3.11470754C4.09744566 2.46215494 4.56539727 1.93251654 5.18963547 1.72530202 5.81387368 1.51808749 6.49956183 1.66477764 6.98840785 2.11011572 7.47725387 2.5554538 7.69499041 3.23178235 7.55959823 3.88433496L6.43061941 9.22695337M1.53369228e-13 3.86309502C.135392184 3.21054241.6033438 2.68090402 1.227582 2.47368949 1.85182021 2.26647496 2.53750836 2.41316512 3.02635438 2.8585032 3.5152004 3.30384127 3.73293694 3.98016983 3.59754476 4.63272243M10.1553957 9.53006333 11.1650934 4.65261687C11.3916971 3.663057 12.3557573 3.03896327 13.3348792 3.24798491 14.3140011 3.45700654 14.9489591 4.42245654 14.7639632 5.42089878L12.2463444 17.6003872 16.2135816 14.5057315C16.862802 14.1503248 17.6708621 14.3381316 18.1031972 14.9449102 18.5355323 15.5516888 18.4584367 16.3897843 17.9229122 16.9047624 17.9229122 16.9047624 15.1402809 20.5941302 12.6080865 23.4385224'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.plain-language {
  width: 34px;
  height: 34px;
  margin-right: 45px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='34px' height='35px' viewBox='0 0 34 35' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Header-LG' transform='translate(-1746.000000, -97.000000)' fill='%23003063' fill-rule='nonzero'%3E%3Cg id='Optimiertes-Leichte-Sprache-Icon-BNE-topmenue' transform='translate(1746.000000, 97.000000)'%3E%3Cpath d='M12.11,24.4198511 L11.11,24.5398511 C11.11,24.5398511 10.68,25.3198511 11.21,25.3298511 C11.21,25.3298511 11.36,25.3298511 11.97,25.3298511 C12.2737566,25.3298511 12.52,25.5760945 12.52,25.8798511 C12.52,26.1836077 12.2737566,26.4298511 11.97,26.4298511 L10.73,26.4998511 C10.5189833,26.5464857 10.3777983,26.7456379 10.4036485,26.9601947 C10.4294987,27.1747514 10.6139454,27.3346709 10.83,27.3298511 L11.63,27.3298511 C12.39,27.3298511 12.35,28.3298511 11.63,28.4298511 C11.33,28.4298511 10.4,28.5098511 10.4,28.5098511 C10.2570938,28.5241417 10.1326669,28.6135864 10.0735898,28.7444921 C10.0145128,28.8753979 10.0297607,29.027877 10.1135898,29.1444921 C10.197419,29.2611072 10.3370938,29.3241417 10.48,29.3098511 L11.02,29.3098511 C11.6,29.2598511 11.73,29.8898511 10.82,30.4798511 C9.71,31.0998511 7.51,30.5698511 6.29,30.0498511 C4.78770089,29.244303 3.14455216,28.7350627 1.45,28.5498511 L1.45,24.3298511 C3.75,23.7998511 5.92,22.7398511 7.32,17.8998511 C7.92,15.7198511 8.45,16.5498511 8.45,18.2998511 C8.39810918,19.6252804 8.17972892,20.9389217 7.8,22.2098511 C9.1515622,22.853036 10.6155143,23.2266665 12.11,23.3098511 C12.86,23.3098511 12.84,24.3098511 12.11,24.4198511 M9.48,21.4198511 C10.05,19.0998511 10.37,15.1998511 7.93,15.1998511 C6.62,15.1998511 6.28,16.3698511 5.93,17.5398511 C4.53,22.3298511 2.18,22.7298511 -1.77635684e-15,23.0098511 L-1.77635684e-15,30.0098511 C1.9942996,29.9956224 3.96513544,30.4404291 5.76,31.3098511 C6.94515487,31.8448494 8.22969858,32.1242461 9.53,32.1298511 C11.2060849,32.3217248 12.7461146,31.1874253 13.06,29.5298511 C13.5306991,27.6135761 13.8813803,25.6698002 14.11,23.7098511 C14.1282665,23.2244234 13.9392129,22.7541358 13.5900443,22.4164154 C13.2408758,22.0786951 12.7645494,21.9054183 12.28,21.9398511 C11.3137706,21.897411 10.3595756,21.7085951 9.45,21.3798511' id='Shape'%3E%3C/path%3E%3Cpolygon id='Path' points='4.91 14.5598511 1.45 13.9598511 1.45 19.3798511 3.09 19.3798511 3.09 15.8698511 4.95 16.2498511'%3E%3C/polygon%3E%3Cpath d='M24.45,12.5498511 L26.29,12.0898511 C27.3546787,8.56145568 26.2544398,4.7365494 23.4777168,2.31313778 C20.7009937,-0.110273846 16.7624188,-0.683040452 13.410459,0.849108465 C10.0584992,2.38125738 7.91440012,5.73435635 7.92991544,9.41985109 C7.92962704,10.3444782 8.06438431,11.2641966 8.33,12.1498511 L10.18,12.6098511 C9.71209073,11.6106993 9.46319515,10.5230597 9.45,9.41985109 C9.46288775,6.24691535 11.3917514,3.39628239 14.3323265,2.20434868 C17.2729015,1.01241497 20.6422223,1.71547993 22.8607281,3.98394183 C25.0792339,6.25240373 25.7071085,9.63654275 24.45,12.5498511 M22,11.2798511 L21.62,10.8998511 C20.4092358,11.9008115 18.8807231,12.4363229 17.31,12.4098511 C15.7387048,12.4398796 14.2089916,11.9039476 13,10.8998511 L12.62,11.2798511 C13.6143317,12.9397195 15.3768185,13.9881924 17.31,14.0698511 C19.2431815,13.9881924 21.0056683,12.9397195 22,11.2798511 M21.45,8.24985109 L22.04,7.85985109 C21.7363318,6.99142737 20.9556927,6.37862571 20.04,6.28985109 C19.1431123,6.39689668 18.3859947,7.00647343 18.09,7.85985109 L18.68,8.24985109 C18.986475,7.80232239 19.4976944,7.53919474 20.04,7.54985109 C20.6019009,7.5115519 21.1408191,7.77909992 21.45,8.24985109 M14.61,8.63985109 C15.0899091,8.64796965 15.5269163,8.36458962 15.7152875,7.92312049 C15.9036587,7.48165136 15.8058542,6.97007166 15.4679184,6.62922261 C15.1299826,6.28837355 14.6192612,6.18618151 14.1761915,6.3707564 C13.7331217,6.55533128 13.4460011,6.98988995 13.45,7.46985109 C13.45,7.78015439 13.5732675,8.07774846 13.7926851,8.29716603 C14.0121026,8.51658359 14.3096967,8.63985109 14.62,8.63985109' id='Shape'%3E%3C/path%3E%3Cpath d='M17.52,16.3398511 L11.33,15.3398511 L11.33,17.1198511 L16.77,18.1198511 L16.77,32.3398511 L13.45,31.9098511 L13.45,33.5798511 L17.81,34.1198511 L33.07,31.3698511 L33.07,13.5498511 L17.52,16.3398511 Z M31.36,29.9898511 L18.45,32.2698511 L18.45,17.7998511 L31.36,15.5498511 L31.36,29.9898511 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Path' points='21.14 21.7398511 28.65 20.4198511 28.65 18.7498511 21.14 20.0798511 21.14 21.7398511'%3E%3C/polygon%3E%3Cpolygon id='Path' points='21.14 23.1298511 21.14 24.7898511 21.14 24.7898511 28.65 23.4698511 28.65 21.7998511'%3E%3C/polygon%3E%3Cpolygon id='Path' points='21.14 27.9898511 26.58 27.0298511 26.58 25.3598511 21.14 26.3198511 21.14 27.9798511'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.mainnav-toggler {
  width: 34px;
  height: 34px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  background: transparent;
  border: 0;
  cursor: pointer;
  border-radius: 2rem; }
  .mainnav-toggler:focus span {
    background: #009EE0; }
  .mainnav-toggler:before {
    content: "";
    top: 500px;
    height: 40px;
    width: 40px;
    display: block;
    background: white;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    margin-left: -5px;
    margin-top: -3px;
    transform: scale(150);
    -webkit-transition: all 1.45s;
    /* Safari */
    transition: all 1.45s; }
  .mainnav-toggler:focus:before {
    background: #ededed; }
  .mainnav-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #003064;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .mainnav-toggler span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 14px;
      left: 0px; }
    .mainnav-toggler span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .mainnav-toggler span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 14px;
      left: 0px; }
  .mainnav-toggler.collapsed {
    cursor: pointer; }
    .mainnav-toggler.collapsed:before {
      top: 0;
      left: 2px;
      background: white;
      transform: scale(1);
      -webkit-transition: all .4s;
      transition: all .4s; }
    .mainnav-toggler.collapsed span {
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
      .mainnav-toggler.collapsed span:nth-child(1) {
        top: 5px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .mainnav-toggler.collapsed span:nth-child(2) {
        top: 14px;
        opacity: 1;
        width: 100%;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .mainnav-toggler.collapsed span:nth-child(3) {
        top: 24px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }

.mainnav-header {
  padding: 15px 0; }
  .mainnav-header .mainnav-brand img {
    max-width: 50px;
    height: auto; }
  @media (min-width: 768px) {
    .mainnav-header {
      padding: 50px 0; }
      .mainnav-header .mainnav-brand img {
        max-width: none; } }
  .mainnav-header > div {
    width: 240px; }

@media (min-width: 576px) {
  .menu-sections {
    column-count: 2; }
    .menu-sections .mainnav-item {
      break-inside: avoid-column; }
  .mainnav-sub {
    margin: .5rem 0 1rem 0; } }

.mainnav {
  position: relative;
  z-index: 100; }
  .mainnav .quicksearch {
    max-width: 400px;
    margin: auto;
    padding: 30px 0; }
    .mainnav .quicksearch button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .mainnav .mainnav-collapse {
    position: absolute;
    overflow: hidden;
    top: 70px; }
    @media (min-width: 768px) {
      .mainnav .mainnav-collapse {
        top: 160px; } }
    .mainnav .mainnav-collapse .quicksearch, .mainnav .mainnav-collapse .row {
      opacity: 0; }
    .mainnav .mainnav-collapse.show {
      width: 90vw; }
      @media (min-width: 768px) {
        .mainnav .mainnav-collapse.show {
          width: 100%; } }
      .mainnav .mainnav-collapse.show .quicksearch, .mainnav .mainnav-collapse.show .row {
        opacity: 1; }
    .mainnav .mainnav-collapse .type-text a {
      text-decoration: none;
      color: #3c3c3b; }
      .mainnav .mainnav-collapse .type-text a:hover, .mainnav .mainnav-collapse .type-text a:focus {
        color: #009EE0; }
  .mainnav ul {
    padding: 0; }
    .mainnav ul li {
      list-style-type: none; }
    .mainnav ul ul {
      padding: 0; }
  .mainnav .mainnav-item {
    padding-bottom: 27px; }
    .mainnav .mainnav-item li {
      padding: 0; }
    .mainnav .mainnav-item .h2 {
      color: #006DA7; }
    .mainnav .mainnav-item button {
      background: transparent;
      border: 0;
      padding: 0;
      width: 100%;
      text-align: left;
      color: #006DA7; }
    @media (min-width: 576px) {
      .mainnav .mainnav-item button {
        pointer-events: none; }
      .mainnav .mainnav-item .collapse {
        display: block; } }
    .mainnav .mainnav-item a {
      display: block;
      padding: 5px 0;
      margin-bottom: 0;
      text-decoration: none;
      color: #003064;
      font-size: 1.125rem;
      line-height: 1.5;
      font-weight: bold; }
      .mainnav .mainnav-item a:hover, .mainnav .mainnav-item a:focus, .mainnav .mainnav-item a:active {
        color: #009EE0;
        text-decoration: underline; }
    .mainnav .mainnav-item li.active a {
      color: #009EE0; }

.teaser-item {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }
  .teaser-item figure {
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block; }
  .teaser-item a {
    display: block;
    color: white;
    font-size: 1.125rem;
    font-weight: bold;
    background: #003064; }
    .teaser-item a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .teaser-item a span {
      display: block;
      padding: 15px; }
  .teaser-item img {
    transition: all .25s ease-in-out; }
  .teaser-item:hover img, .teaser-item:focus img {
    transform: scale(1.04); }

@media (min-width: 768px) {
  .teaser-item {
    width: 25%; } }

@media (min-width: 992px) {
  .teaser-item {
    padding-right: 0;
    float: none;
    width: 100%; } }

.quicksearch button {
  border: 1px solid #b2b2b2;
  border-left: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #003064;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem; }
  .quicksearch button:hover, .quicksearch button:focus {
    border-color: #c6c6c6; }

.quicksearch input {
  padding-left: 50px;
  border-color: #b2b2b2;
  border-right: 0;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: 18px center no-repeat url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Menü' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='LG--//-Menue' transform='translate(-708.000000, -294.000000)' fill='%233C3C3B' fill-rule='nonzero'%3E%3Cg id='Group-3' transform='translate(690.000000, 275.000000)'%3E%3Cg id='Search' transform='translate(18.000000, 19.000000)'%3E%3Cpath d='M13.2112542,11.63541 L13.211254,11.6354103 C15.598459,8.37789405 14.8929265,3.8019453 11.6354103,1.4147403 C8.37789405,-0.972464704 3.8019453,-0.266932204 1.4147403,2.99058405 C-0.972464704,6.2481003 -0.266932204,10.824049 2.99058405,13.211254 C5.5652703,15.098059 9.0662928,15.096799 11.639629,13.20816 L11.638504,13.20816 C11.672254,13.25316 11.708254,13.29591 11.748754,13.337535 L16.080004,17.668785 L16.080004,17.6687849 C16.5192771,18.1083685 17.231734,18.1086205 17.6713165,17.6693475 C18.1109001,17.2300744 18.1111521,16.5176175 17.6718791,16.078035 L13.3406291,11.746785 L13.3406292,11.7467851 C13.3004077,11.706071 13.2571589,11.6684634 13.2112542,11.6342851 L13.2112542,11.63541 Z M13.5015042,7.31091003 L13.5015042,7.31091003 C13.5015042,10.7281763 10.7312705,13.49841 7.31400424,13.49841 C3.89673799,13.49841 1.12650424,10.7281763 1.12650424,7.31091003 L1.12650424,7.31091096 C1.12650424,3.89364471 3.89673799,1.12341096 7.31400424,1.12341096 C10.7312705,1.12341096 13.5015042,3.89364471 13.5015042,7.31091096 C13.5015042,7.31091096 13.5015042,7.31091096 13.5015042,7.31091096 L13.5015042,7.31091003 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

@media (max-width: 767.98px) {
  .mainnav .quicksearch {
    max-width: 100%;
    margin: 0;
    padding: 15px 0; }
  .mainnav .mainnav-item {
    padding-bottom: 0px; }
    .mainnav .mainnav-item img {
      display: none; }
    .mainnav .mainnav-item ul {
      padding-bottom: 30px; }
    .mainnav .mainnav-item button {
      padding: 10px 15px 10px 0; }
    .mainnav .mainnav-item a.mainnav-sub-link {
      padding: 5px 15px 5px 0px; } }

.footer-nav-wrap a {
  color: #9d9d9c;
  text-decoration: none !important; }
  .footer-nav-wrap a:hover, .footer-nav-wrap a:focus {
    color: #3c3c3b; }

.footer-nav-wrap .social-links a {
  font-family: "iconic";
  padding: 10px;
  font-size: 2.5rem; }
  .footer-nav-wrap .social-links a:hover, .footer-nav-wrap .social-links a:focus {
    text-decoration: none; }

.footer-nav button {
  padding: 0;
  border: 0;
  background: none;
  pointer-events: none;
  color: #9d9d9c; }

.footer-nav li a {
  display: block;
  padding: 7px 0;
  font-size: .666rem;
  text-decoration: none !important; }

.footer-nav ul {
  margin-bottom: 2.5rem; }

@media (min-width: 768px) {
  .footer-nav .collapse {
    display: block; } }

.footer-nav .menu-structure > li > a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 90%; }

.legal-nav a[href^="/einfache-sprache"]:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg id='ac9f8b84-ce79-46dc-8d0a-530fe1190c74' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.36 20'%3E%3Cpath d='M7.66,14.8l-.58.07s-.25.46.06.46h.44a.32.32,0,1,1,0,.64L6.85,16a.24.24,0,0,0,.06.48l.48,0c.44,0,.42.6,0,.65-.17,0-.72,0-.72,0a.24.24,0,1,0,.05.48l.31,0c.34,0,.42.34-.12.69a3.69,3.69,0,0,1-2.65-.25,7.83,7.83,0,0,0-2.88-.83V14.74C2.74,14.43,4,13.81,4.83,11c.37-1.28.7-.8.7.24a9.61,9.61,0,0,1-.38,2.29,6.72,6.72,0,0,0,2.53.64c.44,0,.42.6,0,.66M6.12,13c.33-1.36.52-3.65-.91-3.65-.77,0-1,.69-1.17,1.38-.82,2.81-2.2,3-3.48,3.2v4.11a7.59,7.59,0,0,1,3.38.77,5.54,5.54,0,0,0,2.21.48,1.89,1.89,0,0,0,2.07-1.53,28.1,28.1,0,0,0,.62-3.42,1,1,0,0,0-1.08-1A5.67,5.67,0,0,1,6.12,13' transform='translate(-0.56 -0.49)' style='fill:%239d9d9c'/%3E%3Cpolygon points='2.88 8.52 0.84 8.17 0.84 11.35 1.81 11.35 1.81 9.29 2.9 9.51 2.88 8.52' style='fill:%239d9d9c'/%3E%3Cpath d='M14.9,7.85,16,7.58A5.51,5.51,0,1,0,5.2,6a5.58,5.58,0,0,0,.24,1.6l1.08.27A4.64,4.64,0,0,1,6.12,6,4.59,4.59,0,1,1,14.9,7.85m-1.44-.74-.22-.23a3.85,3.85,0,0,1-2.53.89,3.85,3.85,0,0,1-2.53-.89L8,7.11a3.36,3.36,0,0,0,2.75,1.64,3.38,3.38,0,0,0,2.75-1.64m-.34-1.8.34-.23a1.38,1.38,0,0,0-1.15-.92,1.37,1.37,0,0,0-1.14.92l.34.23a1,1,0,0,1,.8-.44.92.92,0,0,1,.81.44m-4,.23a.69.69,0,0,0,0-1.38.69.69,0,0,0,0,1.38' transform='translate(-0.56 -0.49)' style='fill:%239d9d9c'/%3E%3Cpath d='M10.83,10.06,7.2,9.46l0,1,3.2.56v8.38l-2-.25v1l2.56.32,9-1.62V8.42Zm8.13,8L11.38,19.4V10.91L19,9.57Z' transform='translate(-0.56 -0.49)' style='fill:%239d9d9c'/%3E%3Cpolygon points='12.4 12.74 16.81 11.96 16.81 10.98 12.4 11.76 12.4 12.73 12.4 12.74' style='fill:%239d9d9c'/%3E%3Cpolygon points='12.4 13.55 12.4 14.52 12.4 14.53 16.81 13.75 16.81 12.77 12.4 13.55' style='fill:%239d9d9c'/%3E%3Cpolygon points='12.4 16.4 15.59 15.84 15.59 14.86 12.4 15.42 12.4 16.4 12.4 16.4' style='fill:%239d9d9c'/%3E%3C/svg%3E"); }

.legal-nav a[href^="/einfache-sprache"]:hover:before, .legal-nav a[href^="/einfache-sprache"]:focus:before {
  background-image: url("data:image/svg+xml,%3Csvg id='ac9f8b84-ce79-46dc-8d0a-530fe1190c74' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.36 20'%3E%3Cpath d='M7.66,14.8l-.58.07s-.25.46.06.46h.44a.32.32,0,1,1,0,.64L6.85,16a.24.24,0,0,0,.06.48l.48,0c.44,0,.42.6,0,.65-.17,0-.72,0-.72,0a.24.24,0,1,0,.05.48l.31,0c.34,0,.42.34-.12.69a3.69,3.69,0,0,1-2.65-.25,7.83,7.83,0,0,0-2.88-.83V14.74C2.74,14.43,4,13.81,4.83,11c.37-1.28.7-.8.7.24a9.61,9.61,0,0,1-.38,2.29,6.72,6.72,0,0,0,2.53.64c.44,0,.42.6,0,.66M6.12,13c.33-1.36.52-3.65-.91-3.65-.77,0-1,.69-1.17,1.38-.82,2.81-2.2,3-3.48,3.2v4.11a7.59,7.59,0,0,1,3.38.77,5.54,5.54,0,0,0,2.21.48,1.89,1.89,0,0,0,2.07-1.53,28.1,28.1,0,0,0,.62-3.42,1,1,0,0,0-1.08-1A5.67,5.67,0,0,1,6.12,13' transform='translate(-0.56 -0.49)' style='fill:%233c3c3b'/%3E%3Cpolygon points='2.88 8.52 0.84 8.17 0.84 11.35 1.81 11.35 1.81 9.29 2.9 9.51 2.88 8.52' style='fill:%233c3c3b'/%3E%3Cpath d='M14.9,7.85,16,7.58A5.51,5.51,0,1,0,5.2,6a5.58,5.58,0,0,0,.24,1.6l1.08.27A4.64,4.64,0,0,1,6.12,6,4.59,4.59,0,1,1,14.9,7.85m-1.44-.74-.22-.23a3.85,3.85,0,0,1-2.53.89,3.85,3.85,0,0,1-2.53-.89L8,7.11a3.36,3.36,0,0,0,2.75,1.64,3.38,3.38,0,0,0,2.75-1.64m-.34-1.8.34-.23a1.38,1.38,0,0,0-1.15-.92,1.37,1.37,0,0,0-1.14.92l.34.23a1,1,0,0,1,.8-.44.92.92,0,0,1,.81.44m-4,.23a.69.69,0,0,0,0-1.38.69.69,0,0,0,0,1.38' transform='translate(-0.56 -0.49)' style='fill:%233c3c3b'/%3E%3Cpath d='M10.83,10.06,7.2,9.46l0,1,3.2.56v8.38l-2-.25v1l2.56.32,9-1.62V8.42Zm8.13,8L11.38,19.4V10.91L19,9.57Z' transform='translate(-0.56 -0.49)' style='fill:%233c3c3b'/%3E%3Cpolygon points='12.4 12.74 16.81 11.96 16.81 10.98 12.4 11.76 12.4 12.73 12.4 12.74' style='fill:%233c3c3b'/%3E%3Cpolygon points='12.4 13.55 12.4 14.52 12.4 14.53 16.81 13.75 16.81 12.77 12.4 13.55' style='fill:%233c3c3b'/%3E%3Cpolygon points='12.4 16.4 15.59 15.84 15.59 14.86 12.4 15.42 12.4 16.4 12.4 16.4' style='fill:%233c3c3b'/%3E%3C/svg%3E"); }

.mainnav .additional-content a.plain-language-link:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg id='ac9f8b84-ce79-46dc-8d0a-530fe1190c74' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.36 20'%3E%3Cpath d='M7.66,14.8l-.58.07s-.25.46.06.46h.44a.32.32,0,1,1,0,.64L6.85,16a.24.24,0,0,0,.06.48l.48,0c.44,0,.42.6,0,.65-.17,0-.72,0-.72,0a.24.24,0,1,0,.05.48l.31,0c.34,0,.42.34-.12.69a3.69,3.69,0,0,1-2.65-.25,7.83,7.83,0,0,0-2.88-.83V14.74C2.74,14.43,4,13.81,4.83,11c.37-1.28.7-.8.7.24a9.61,9.61,0,0,1-.38,2.29,6.72,6.72,0,0,0,2.53.64c.44,0,.42.6,0,.66M6.12,13c.33-1.36.52-3.65-.91-3.65-.77,0-1,.69-1.17,1.38-.82,2.81-2.2,3-3.48,3.2v4.11a7.59,7.59,0,0,1,3.38.77,5.54,5.54,0,0,0,2.21.48,1.89,1.89,0,0,0,2.07-1.53,28.1,28.1,0,0,0,.62-3.42,1,1,0,0,0-1.08-1A5.67,5.67,0,0,1,6.12,13' transform='translate(-0.56 -0.49)' style='fill:%233c3c3b'/%3E%3Cpolygon points='2.88 8.52 0.84 8.17 0.84 11.35 1.81 11.35 1.81 9.29 2.9 9.51 2.88 8.52' style='fill:%233c3c3b'/%3E%3Cpath d='M14.9,7.85,16,7.58A5.51,5.51,0,1,0,5.2,6a5.58,5.58,0,0,0,.24,1.6l1.08.27A4.64,4.64,0,0,1,6.12,6,4.59,4.59,0,1,1,14.9,7.85m-1.44-.74-.22-.23a3.85,3.85,0,0,1-2.53.89,3.85,3.85,0,0,1-2.53-.89L8,7.11a3.36,3.36,0,0,0,2.75,1.64,3.38,3.38,0,0,0,2.75-1.64m-.34-1.8.34-.23a1.38,1.38,0,0,0-1.15-.92,1.37,1.37,0,0,0-1.14.92l.34.23a1,1,0,0,1,.8-.44.92.92,0,0,1,.81.44m-4,.23a.69.69,0,0,0,0-1.38.69.69,0,0,0,0,1.38' transform='translate(-0.56 -0.49)' style='fill:%233c3c3b'/%3E%3Cpath d='M10.83,10.06,7.2,9.46l0,1,3.2.56v8.38l-2-.25v1l2.56.32,9-1.62V8.42Zm8.13,8L11.38,19.4V10.91L19,9.57Z' transform='translate(-0.56 -0.49)' style='fill:%233c3c3b'/%3E%3Cpolygon points='12.4 12.74 16.81 11.96 16.81 10.98 12.4 11.76 12.4 12.73 12.4 12.74' style='fill:%233c3c3b'/%3E%3Cpolygon points='12.4 13.55 12.4 14.52 12.4 14.53 16.81 13.75 16.81 12.77 12.4 13.55' style='fill:%233c3c3b'/%3E%3Cpolygon points='12.4 16.4 15.59 15.84 15.59 14.86 12.4 15.42 12.4 16.4 12.4 16.4' style='fill:%233c3c3b'/%3E%3C/svg%3E"); }

.mainnav .additional-content a.plain-language-link:hover:after, .mainnav .additional-content a.plain-language-link:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg id='ac9f8b84-ce79-46dc-8d0a-530fe1190c74' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.36 20'%3E%3Cpath d='M7.66,14.8l-.58.07s-.25.46.06.46h.44a.32.32,0,1,1,0,.64L6.85,16a.24.24,0,0,0,.06.48l.48,0c.44,0,.42.6,0,.65-.17,0-.72,0-.72,0a.24.24,0,1,0,.05.48l.31,0c.34,0,.42.34-.12.69a3.69,3.69,0,0,1-2.65-.25,7.83,7.83,0,0,0-2.88-.83V14.74C2.74,14.43,4,13.81,4.83,11c.37-1.28.7-.8.7.24a9.61,9.61,0,0,1-.38,2.29,6.72,6.72,0,0,0,2.53.64c.44,0,.42.6,0,.66M6.12,13c.33-1.36.52-3.65-.91-3.65-.77,0-1,.69-1.17,1.38-.82,2.81-2.2,3-3.48,3.2v4.11a7.59,7.59,0,0,1,3.38.77,5.54,5.54,0,0,0,2.21.48,1.89,1.89,0,0,0,2.07-1.53,28.1,28.1,0,0,0,.62-3.42,1,1,0,0,0-1.08-1A5.67,5.67,0,0,1,6.12,13' transform='translate(-0.56 -0.49)' style='fill:%23009EE0'/%3E%3Cpolygon points='2.88 8.52 0.84 8.17 0.84 11.35 1.81 11.35 1.81 9.29 2.9 9.51 2.88 8.52' style='fill:%23009EE0'/%3E%3Cpath d='M14.9,7.85,16,7.58A5.51,5.51,0,1,0,5.2,6a5.58,5.58,0,0,0,.24,1.6l1.08.27A4.64,4.64,0,0,1,6.12,6,4.59,4.59,0,1,1,14.9,7.85m-1.44-.74-.22-.23a3.85,3.85,0,0,1-2.53.89,3.85,3.85,0,0,1-2.53-.89L8,7.11a3.36,3.36,0,0,0,2.75,1.64,3.38,3.38,0,0,0,2.75-1.64m-.34-1.8.34-.23a1.38,1.38,0,0,0-1.15-.92,1.37,1.37,0,0,0-1.14.92l.34.23a1,1,0,0,1,.8-.44.92.92,0,0,1,.81.44m-4,.23a.69.69,0,0,0,0-1.38.69.69,0,0,0,0,1.38' transform='translate(-0.56 -0.49)' style='fill:%23009EE0'/%3E%3Cpath d='M10.83,10.06,7.2,9.46l0,1,3.2.56v8.38l-2-.25v1l2.56.32,9-1.62V8.42Zm8.13,8L11.38,19.4V10.91L19,9.57Z' transform='translate(-0.56 -0.49)' style='fill:%23009EE0'/%3E%3Cpolygon points='12.4 12.74 16.81 11.96 16.81 10.98 12.4 11.76 12.4 12.73 12.4 12.74' style='fill:%23009EE0'/%3E%3Cpolygon points='12.4 13.55 12.4 14.52 12.4 14.53 16.81 13.75 16.81 12.77 12.4 13.55' style='fill:%23009EE0'/%3E%3Cpolygon points='12.4 16.4 15.59 15.84 15.59 14.86 12.4 15.42 12.4 16.4 12.4 16.4' style='fill:%23009EE0'/%3E%3C/svg%3E"); }

@media (max-width: 767.98px) {
  .footer-nav {
    text-align: center; }
    .footer-nav button {
      pointer-events: all;
      display: block;
      width: 100%;
      color: #3c3c3b; }
      .footer-nav button.collapsed {
        color: #9d9d9c; }
    .footer-nav a {
      display: block; }
  .partner-logos img {
    max-width: 150px; } }

a.clickbox.col {
  padding-top: 15px; }

a.clickbox {
  color: inherit;
  text-decoration: none; }
  a.clickbox:hover, a.clickbox:focus {
    background: rgba(0, 0, 0, 0.03);
    text-decoration: underline;
    color: #009EE0; }
    a.clickbox:hover img, a.clickbox:focus img {
      opacity: .9; }

.pagination li {
  padding-right: 5px; }
  .pagination li a {
    text-decoration: none; }

.jumpmenu li, .jumpmenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.jumpmenu .sr-only-focusable:active,
.jumpmenu .sr-only-focusable:focus {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border: 1px solid #706f6f;
  margin: .25rem; }

.type-menu_sitemap_pages ul {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0 0 0 12px; }

.type-menu_sitemap_pages li {
  position: relative;
  padding: 2px 0 2px 10px;
  margin: 0;
  z-index: 0; }
  .type-menu_sitemap_pages li:after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #b2b2b2;
    top: 11px;
    left: -30px;
    z-index: 1; }
  .type-menu_sitemap_pages li:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #b2b2b2;
    left: -30px;
    z-index: 2; }
  .type-menu_sitemap_pages li:last-child:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #b2b2b2;
    left: -30px; }
  .type-menu_sitemap_pages li a {
    text-decoration: none; }
  .type-menu_sitemap_pages li span {
    position: relative; }
    .type-menu_sitemap_pages li span:before {
      position: absolute;
      display: inline-block;
      font-family: "iconic";
      font-size: .875rem;
      content: "\e051";
      line-height: 10px;
      left: -17px;
      z-index: 3;
      top: 1px; }

.type-menu_pages nav ul li.nav-item:before,
.type-menu_subpages nav ul li.nav-item:before {
  content: "→";
  padding-right: 10px;
  speak: none; }

.type-menu_pages nav ul li.nav-item a,
.type-menu_subpages nav ul li.nav-item a {
  text-decoration: none; }
  .type-menu_pages nav ul li.nav-item a:hover, .type-menu_pages nav ul li.nav-item a:focus,
  .type-menu_subpages nav ul li.nav-item a:hover,
  .type-menu_subpages nav ul li.nav-item a:focus {
    text-decoration: underline; }

.type-menu_section ul {
  list-style-type: none;
  padding: 0; }
  .type-menu_section ul li:before {
    content: "↘";
    padding-right: 10px;
    speak: none; }
  .type-menu_section ul li a {
    text-decoration: none; }
    .type-menu_section ul li a:hover, .type-menu_section ul li a:focus {
      text-decoration: underline; }

.type-menu_subpages {
  /* don't show active page */ }
  .type-menu_subpages .nav-item.active {
    display: none; }

.menu-list-image-rotate-item {
  margin-bottom: 30px; }

.cardflip {
  width: 100%;
  height: 100%;
  position: relative; }

.card {
  width: 100%;
  height: 100%;
  background: white;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.card-front {
  z-index: 2; }

.card-back {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px; }
  .card-back p {
    color: #3c3c3b; }

.cardflip:hover .card-front {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.cardflip:hover .card-back {
  z-index: 2;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

@media (hover: none) {
  .card-back {
    display: none;
    width: auto;
    height: auto;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }
  .cardflip:hover .card-front {
    z-index: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none; } }

.menu-list-buttons .btn-secondary {
  background: #9d9d9c;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: bold; }
  .menu-list-buttons .btn-secondary.active {
    background: #3c3c3b !important; }
  .menu-list-buttons .btn-secondary:hover, .menu-list-buttons .btn-secondary:focus {
    background: #000; }

@media (max-width: 767.98px) {
  .menu-list-buttons .btn {
    width: 100%;
    text-align: left; } }

.menu-card-deck-image-longtitle a .longtitle-wrap {
  padding: 10px 15px 15px 15px;
  font-weight: bold; }

.menu-card-deck-image-longtitle a.clickbox:hover {
  color: #000 !important;
  text-decoration: none !important; }

.navbar-nav .input-group {
  min-width: 300px; }

.type-textpic .image-wrap + * {
  margin-top: 30px; }

img {
  max-width: 100%;
  height: auto; }

span.copyright:before {
  content: "© "; }

/* IE 11: */
figure {
  max-width: 100%;
  margin: 0; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns {
    column-count: 3; } }

@media (min-width: 1200px) {
  .card-columns {
    column-count: 4; } }

.ce-border .embed-responsive,
.ce-border img {
  border: 1px solid #b2b2b2; }

.type-uploads a {
  color: #3c3c3b;
  text-decoration: none;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
  .type-uploads a:hover .file-name, .type-uploads a a:focus .file-name {
    color: #009EE0;
    text-decoration: underline; }
  .type-uploads a:hover .icon:before, .type-uploads a a:focus .icon:before {
    text-decoration: none; }
  .type-uploads a:hover .file-info, .type-uploads a a:focus .file-info {
    color: #9d9d9c; }
  .type-uploads a p {
    overflow-wrap: normal;
    word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }

.type-uploads .marginal {
  color: #9d9d9c;
  margin-bottom: 0; }
  .type-uploads .marginal span {
    padding-right: 5px; }

.type-uploads img.pdf {
  border: 1px solid #b2b2b2;
  background: white; }

.type-uploads p.file-name {
  font-weight: bold; }

.type-uploads .col img {
  max-width: 100%;
  height: auto; }

.type-uploads .icon {
  color: #9d9d9c;
  text-align: center; }
  .type-uploads .icon:before {
    font-size: 2.5rem;
    content: "\e050";
    font-family: "iconic";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .type-uploads .icon span {
    display: block;
    text-transform: uppercase;
    font-size: 70%; }

.type-uploads figure.diashow {
  position: relative; }
  .type-uploads figure.diashow > a:before {
    display: block;
    position: absolute;
    color: #dadada;
    text-shadow: 0px 0px 3px #777;
    right: 15px;
    bottom: 15px;
    content: "\e069";
    font-family: "iconic";
    font-size: 38px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .7; }
  .type-uploads figure.diashow a:hover:before,
  .type-uploads figure.diashow a:focus:before {
    opacity: 1; }

figure {
  position: relative;
  display: inline-block; }
  figure figcaption {
    padding: 5px 10px;
    position: absolute;
    z-index: 10;
    margin-bottom: 0;
    bottom: 0;
    color: white;
    font-size: 80%;
    background: rgba(0, 0, 0, 0.5);
    text-align: left; }
  figure.image {
    margin-bottom: 0; }
  figure span.copyright {
    color: #c6c6c6;
    font-weight: normal;
    font-size: 80%; }
    figure span.copyright a {
      color: #c6c6c6; }
      figure span.copyright a:hover, figure span.copyright a:active {
        color: #b2b2b2;
        text-decoration: underline; }

figure.video {
  display: block; }

figcaption.static {
  position: static;
  z-index: 1;
  background: transparent;
  color: inherit;
  display: block;
  padding: 10px 0; }
  figcaption.static span, figcaption.static span a {
    color: inherit; }

.responsive-img img,
.image-3d img,
.image-book img,
.image-white img,
.image-rounded img {
  max-width: 100%;
  height: auto; }

.image-white figure {
  display: table;
  width: 100%; }

.image-white img {
  background: white;
  display: table-row; }

.image-white figcaption {
  position: static;
  z-index: 1; }

.image-3d figure {
  display: table;
  width: 100%; }

.image-3d figure > a {
  display: inline-block;
  -webkit-box-shadow: 0 2px 7.68px 0.32px rgba(0, 0, 0, 0.4), 0 12px 26px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7.68px 0.32px rgba(0, 0, 0, 0.4), 0 12px 26px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  background-color: #FFF;
  position: relative;
  z-index: 1; }
  .image-3d figure > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-box-shadow: inset 4px -5px 4px -4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 4px -5px 4px -4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, top left, bottom left, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
  .image-3d figure > a:hover:before, .image-3d figure > a:focus:before {
    display: none; }
  .image-3d figure > a img {
    display: table-row; }

.image-3d figcaption {
  position: static;
  z-index: 1; }

.image-rounded-circle figure {
  display: table;
  width: 100%; }
  .image-rounded-circle figure img {
    border-radius: 50% !important; }

.image-rounded-circle figcaption {
  position: static;
  z-index: 1;
  text-align: center; }

.image-rounded figure {
  display: inline-block; }

.image-rounded img {
  border-radius: 0.25rem !important; }

.image-rounded figcaption {
  border-radius: 0.25rem !important; }

.image-rounded-circle-ken figure {
  display: inline-block;
  max-width: 100%;
  width: 100%; }

.image-rounded-circle-ken figure > a {
  border-radius: 50% !important;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }

.image-rounded-circle-ken img {
  z-index: 0;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: table-row; }
  .image-rounded-circle-ken img:hover, .image-rounded-circle-ken img:focus {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.image-rounded-circle-ken figcaption {
  position: static;
  z-index: 1;
  text-align: center; }

.image-nomargin figure {
  margin-bottom: 0 !important; }

.image-hover-second .row:nth-child(2) {
  display: none; }

@media (hover: hover), (-moz-touch-enabled: 0) {
  .image-hover-second:hover .row:nth-child(1) {
    display: none; }
  .image-hover-second:hover .row:nth-child(2) {
    display: block; } }

.list-image-book img, .list-image-big img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(60, 60, 59, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(60, 60, 59, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(60, 60, 59, 0.75); }

.list-image-book a, .list-image-big a {
  padding: 15px; }
  .list-image-book a:hover, .list-image-book a:focus, .list-image-big a:hover, .list-image-big a:focus {
    text-decoration: none;
    background: #fff; }

.bg-white .list-image-book a, .bg-white .list-image-big a {
  background: #ededed; }
  .bg-white .list-image-book a:hover, .bg-white .list-image-book a:focus, .bg-white .list-image-big a:hover, .bg-white .list-image-big a:focus {
    background: #fff; }

.video-preview figure > a {
  position: relative;
  display: inline-block; }
  .video-preview figure > a:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "\e03d";
    font-weight: normal;
    font-family: iconic;
    display: inline-block;
    position: absolute;
    font-size: 4rem;
    color: white;
    opacity: .85;
    padding: 20px 25px;
    border-radius: 50%;
    background-color: rgba(100, 100, 100, 0.5);
    line-height: 1.15;
    height: 100px;
    width: 100px; }
  .video-preview figure > a:hover:before, .video-preview figure > a:focus:before {
    opacity: 1; }

@media (max-width: 575.98px) {
  .hero-image-bg img {
    width: 100%;
    height: auto; } }

@media (min-width: 992px) {
  .hero-image {
    position: relative; }
    .hero-image h1 {
      -ms-word-break: normal;
      word-break: normal;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      hyphens: none; }
    .hero-image .hero-image-bg {
      width: 100%; }
      .hero-image .hero-image-bg img {
        width: 100%;
        height: auto; }
    .hero-image .description {
      padding: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 5; }
      .hero-image .description.middle {
        top: 50%;
        transform: translateY(-50%); }
      .hero-image .description.bottom {
        top: auto;
        bottom: 0; } }

.accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0; }
  .accordion .card-header h2 {
    margin: 0;
    padding: 0;
    letter-spacing: 0; }
  .accordion .card-header button {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    color: #000;
    padding: 0.625rem 0.94rem 0.5rem 0.94rem;
    text-align: left;
    font-weight: bold;
    font-size: 0.92rem; }
    .accordion .card-header button:after {
      content: "\e004";
      font-family: "iconic";
      float: right;
      color: rgba(0, 0, 0, 0.5);
      transition: transform 0.25s ease; }
    .accordion .card-header button:hover {
      cursor: pointer; }
      .accordion .card-header button:hover:after {
        color: #000; }
    .accordion .card-header button:focus {
      background: rgba(0, 0, 0, 0.8);
      color: white;
      outline: none; }
      .accordion .card-header button:focus:after {
        color: white; }
    .accordion .card-header button.collapsed {
      border-bottom: 0; }
      .accordion .card-header button.collapsed:after {
        transform: rotate(-180deg); }

.accordion .card {
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .accordion .card:hover {
    border: 1px solid #000; }

.accordion .card-block {
  background: transparent;
  padding: 0.625rem 0.94rem;
  border: 0; }

.slick-slider-wrap {
  position: relative; }

.slick-slider-wrap .hint,
.slick-slider-wrap .slick-pause {
  position: absolute;
  bottom: -45px;
  margin: 0;
  left: 0;
  padding: 10px;
  background: white;
  color: black; }

.slick-slider-wrap .slick-pause {
  left: auto;
  right: 0;
  padding: 10px;
  border: 0; }
  .slick-slider-wrap .slick-pause:hover, .slick-slider-wrap .slick-pause:focus {
    background: #575756;
    color: white; }
  .slick-slider-wrap .slick-pause:active {
    background: #9d9d9c;
    color: white; }
  .slick-slider-wrap .slick-pause:before {
    content: "\e03e";
    font-family: "iconic"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-bottom: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  height: 60px;
  width: 65px;
  line-height: 1px;
  font-size: 1px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -o-transition: background-color ease-in-out .5s;
  -ms-transition: background-color ease-in-out .5s;
  -moz-transition: background-color ease-in-out .5s;
  -webkit-transition: background-color ease-in-out .5s;
  transition: background-color ease-in-out .5s; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    background: rgba(0, 0, 0, 0.8);
    color: transparent; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      opacity: 1; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.8); }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  display: inline-block;
  font-family: "iconic";
  font-size: 25px;
  line-height: 1.3;
  padding-top: 5px;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-next {
  right: 0px; }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  .slick-next:before {
    content: "\"; }
    [dir="rtl"] .slick-next:before {
      content: "\"; }
  .slick-next:focus:before {
    color: #009EE0; }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  .slick-prev:before {
    content: "\"; }
    [dir="rtl"] .slick-prev:before {
      content: "\"; }
  .slick-prev:focus:before {
    color: #009EE0; }

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 15px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover {
        outline: none; }
        .slick-dots li button:hover:before {
          color: white;
          background: #3c3c3b;
          border: 5px solid transparent;
          background-clip: content-box; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
        height: 15px;
        width: 40px;
        background: #9d9d9c;
        border: 5px solid transparent;
        background-clip: content-box; }
      .slick-dots li button:focus:before {
        opacity: 1;
        background: white !important;
        border: 5px solid #9d9d9c !important;
        background-clip: content-box; }
    .slick-dots li.slick-active button:before {
      background: #3c3c3b;
      color: black;
      opacity: 1;
      border: 5px solid transparent;
      background-clip: content-box; }

.slick-dots li:before {
  transform: translate(-9000px); }

html[lang=en] .slick-dots li:before {
  content: "Slide "; }

html[lang=de] .slick-dots li:before {
  content: "Folie "; }

/*additional styles by sg */
.slick-slider-wrap {
  position: relative; }

.slick-slider .item img {
  width: 100%;
  height: auto; }

.slick-slider .item {
  position: relative; }

.slick-slider .item div.description {
  padding: 20px; }

@media (min-width: 768px) {
  .slick-slider.textinner .item div.description {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    padding: 20px; }
  .slick-slider.textinner .item div.description.bottom {
    bottom: 0; }
  .slick-slider.textinner .item div.description.top {
    top: 0; }
  .slick-slider.textinner .item div.description.center {
    top: 50%;
    transform: translateY(-50%); } }

.slick-slider-nav-wrap.thumbnailborder .slick-slide {
  border: 3px solid transparent; }

.slick-slider-nav-wrap .slick-slide {
  background: white;
  margin: 0 3px; }
  .slick-slider-nav-wrap .slick-slide img {
    width: 100%;
    height: auto;
    opacity: .85;
    cursor: pointer; }
    .slick-slider-nav-wrap .slick-slide img:hover {
      opacity: 1; }

.navcolor-text-100 .slick-arrow:before {
  color: #ededed; }

.navcolor-text-100 .slick-slider-nav .slick-slide {
  border-color: #ededed; }

.navcolor-text-200 .slick-arrow:before {
  color: #dadada; }

.navcolor-text-200 .slick-slider-nav .slick-slide {
  border-color: #dadada; }

.navcolor-text-300 .slick-arrow:before {
  color: #c6c6c6; }

.navcolor-text-300 .slick-slider-nav .slick-slide {
  border-color: #c6c6c6; }

.navcolor-text-400 .slick-arrow:before {
  color: #b2b2b2; }

.navcolor-text-400 .slick-slider-nav .slick-slide {
  border-color: #b2b2b2; }

.navcolor-text-500 .slick-arrow:before {
  color: #9d9d9c; }

.navcolor-text-500 .slick-slider-nav .slick-slide {
  border-color: #9d9d9c; }

.navcolor-text-600 .slick-arrow:before {
  color: #878787; }

.navcolor-text-600 .slick-slider-nav .slick-slide {
  border-color: #878787; }

.navcolor-text-700 .slick-arrow:before {
  color: #706f6f; }

.navcolor-text-700 .slick-slider-nav .slick-slide {
  border-color: #706f6f; }

.navcolor-text-800 .slick-arrow:before {
  color: #575756; }

.navcolor-text-800 .slick-slider-nav .slick-slide {
  border-color: #575756; }

.navcolor-text-900 .slick-arrow:before {
  color: #3c3c3b; }

.navcolor-text-900 .slick-slider-nav .slick-slide {
  border-color: #3c3c3b; }

.navcolor-text-primary .slick-arrow:before {
  color: #009EE0; }

.navcolor-text-primary .slick-slider-nav .slick-slide {
  border-color: #009EE0; }

.navcolor-text-secondary .slick-arrow:before {
  color: #9d9d9c; }

.navcolor-text-secondary .slick-slider-nav .slick-slide {
  border-color: #9d9d9c; }

.navcolor-text-success .slick-arrow:before {
  color: #B1C800; }

.navcolor-text-success .slick-slider-nav .slick-slide {
  border-color: #B1C800; }

.navcolor-text-info .slick-arrow:before {
  color: #F29400; }

.navcolor-text-info .slick-slider-nav .slick-slide {
  border-color: #F29400; }

.navcolor-text-warning .slick-arrow:before {
  color: #FFCC00; }

.navcolor-text-warning .slick-slider-nav .slick-slide {
  border-color: #FFCC00; }

.navcolor-text-danger .slick-arrow:before {
  color: #E75112; }

.navcolor-text-danger .slick-slider-nav .slick-slide {
  border-color: #E75112; }

.navcolor-text-petrol .slick-arrow:before {
  color: #00727E; }

.navcolor-text-petrol .slick-slider-nav .slick-slide {
  border-color: #00727E; }

.navcolor-text-karibikblau .slick-arrow:before {
  color: #006DA7; }

.navcolor-text-karibikblau .slick-slider-nav .slick-slide {
  border-color: #006DA7; }

.navcolor-text-nrw-gruen .slick-arrow:before {
  color: #009036; }

.navcolor-text-nrw-gruen .slick-slider-nav .slick-slide {
  border-color: #009036; }

.navcolor-text-nrw-rot .slick-arrow:before {
  color: #E2001A; }

.navcolor-text-nrw-rot .slick-slider-nav .slick-slide {
  border-color: #E2001A; }

.navcolor-text-bildungsrot .slick-arrow:before {
  color: #B41311; }

.navcolor-text-bildungsrot .slick-slider-nav .slick-slide {
  border-color: #B41311; }

.navcolor-text-eisblau .slick-arrow:before {
  color: #82CFF5; }

.navcolor-text-eisblau .slick-slider-nav .slick-slide {
  border-color: #82CFF5; }

.navcolor-text-wiesengruen .slick-arrow:before {
  color: #B1C800; }

.navcolor-text-wiesengruen .slick-slider-nav .slick-slide {
  border-color: #B1C800; }

.navcolor-text-blutorange .slick-arrow:before {
  color: #E75112; }

.navcolor-text-blutorange .slick-slider-nav .slick-slide {
  border-color: #E75112; }

.navcolor-text-sonnengelb .slick-arrow:before {
  color: #F29400; }

.navcolor-text-sonnengelb .slick-slider-nav .slick-slide {
  border-color: #F29400; }

.navcolor-text-senfgelb .slick-arrow:before {
  color: #D7AE00; }

.navcolor-text-senfgelb .slick-slider-nav .slick-slide {
  border-color: #D7AE00; }

.navcolor-text-tannengruen .slick-arrow:before {
  color: #005B42; }

.navcolor-text-tannengruen .slick-slider-nav .slick-slide {
  border-color: #005B42; }

.navcolor-text-nachtblau .slick-arrow:before {
  color: #003064; }

.navcolor-text-nachtblau .slick-slider-nav .slick-slide {
  border-color: #003064; }

.navcolor-text-light .slick-arrow:before {
  color: #ededed; }

.navcolor-text-light .slick-slider-nav .slick-slide {
  border-color: #ededed; }

.navcolor-text-dark .slick-arrow:before {
  color: #575756; }

.navcolor-text-dark .slick-slider-nav .slick-slide {
  border-color: #575756; }

.description-bg {
  position: relative; }

.slider-bg:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .6; }

.slider-bg-100:before {
  background-color: #ededed !important; }

.slider-bg-200:before {
  background-color: #dadada !important; }

.slider-bg-300:before {
  background-color: #c6c6c6 !important; }

.slider-bg-400:before {
  background-color: #b2b2b2 !important; }

.slider-bg-500:before {
  background-color: #9d9d9c !important; }

.slider-bg-600:before {
  background-color: #878787 !important; }

.slider-bg-700:before {
  background-color: #706f6f !important; }

.slider-bg-800:before {
  background-color: #575756 !important; }

.slider-bg-900:before {
  background-color: #3c3c3b !important; }

.slider-bg-primary:before {
  background-color: #009EE0 !important; }

.slider-bg-secondary:before {
  background-color: #9d9d9c !important; }

.slider-bg-success:before {
  background-color: #B1C800 !important; }

.slider-bg-info:before {
  background-color: #F29400 !important; }

.slider-bg-warning:before {
  background-color: #FFCC00 !important; }

.slider-bg-danger:before {
  background-color: #E75112 !important; }

.slider-bg-petrol:before {
  background-color: #00727E !important; }

.slider-bg-karibikblau:before {
  background-color: #006DA7 !important; }

.slider-bg-nrw-gruen:before {
  background-color: #009036 !important; }

.slider-bg-nrw-rot:before {
  background-color: #E2001A !important; }

.slider-bg-bildungsrot:before {
  background-color: #B41311 !important; }

.slider-bg-eisblau:before {
  background-color: #82CFF5 !important; }

.slider-bg-wiesengruen:before {
  background-color: #B1C800 !important; }

.slider-bg-blutorange:before {
  background-color: #E75112 !important; }

.slider-bg-sonnengelb:before {
  background-color: #F29400 !important; }

.slider-bg-senfgelb:before {
  background-color: #D7AE00 !important; }

.slider-bg-tannengruen:before {
  background-color: #005B42 !important; }

.slider-bg-nachtblau:before {
  background-color: #003064 !important; }

.slider-bg-light:before {
  background-color: #ededed !important; }

.slider-bg-dark:before {
  background-color: #575756 !important; }

.slick-list:focus {
  outline: 1px dotted black; }

.letters ul, .letters li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.letters li {
  display: inline-block; }

a.dpnglossary.link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed; }

ul.glossary-list {
  padding: 0;
  list-style-type: none; }
  ul.glossary-list ul, ul.glossary-list li {
    padding: 0;
    list-style-type: none; }
  ul.glossary-list .letter-section:nth-child(2n+1) {
    background-color: #706f6f; }
  ul.glossary-list p.h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0; }
    ul.glossary-list p.h4 a {
      text-decoration: none; }
      ul.glossary-list p.h4 a:hover, ul.glossary-list p.h4 a:focus {
        text-decoration: underline;
        color: #009EE0; }

h2.h6 {
  text-transform: none;
  letter-spacing: 0; }
  h2.h6 small {
    display: block; }

.tx-kesearch-pi1 form input {
  width: 100%; }

.tx-kesearch-pi1 .result-item a {
  text-decoration: none; }
  .tx-kesearch-pi1 .result-item a:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  .form_kesearch .ke_search_sword-group {
    max-width: 550px; } }

.result-list-view .result-item {
  color: #000;
  display: block;
  width: 100%; }
  .result-list-view .result-item small {
    display: block;
    margin-top: .4rem; }
  .result-list-view .result-item .inner {
    border-bottom: 1px solid #dadada; }
  .result-list-view .result-item:last-child .inner {
    border-bottom: none; }
  .result-list-view .result-item:hover {
    background: white;
    text-decoration: none; }
    .result-list-view .result-item:hover h2 {
      color: #009EE0; }

.tx-kesearch-pi1 {
  margin-top: 1rem; }
  .tx-kesearch-pi1 .result-filter-list {
    margin: 1rem 0;
    border-bottom: 1px solid #000; }
    .tx-kesearch-pi1 .result-filter-list button {
      border: 0;
      margin: 0 3px -1px 3px;
      font-size: 90%;
      font-weight: normal;
      background: transparent;
      padding: 4px 0;
      border-bottom: 2px solid transparent;
      cursor: pointer;
      display: inline-block;
      width: auto; }
      .tx-kesearch-pi1 .result-filter-list button:hover {
        color: #009EE0;
        border-bottom: 2px solid #009EE0; }
    .tx-kesearch-pi1 .result-filter-list button.selected {
      border-bottom: 2px solid #009EE0;
      color: #009EE0;
      cursor: auto; }
      .tx-kesearch-pi1 .result-filter-list button.selected:hover {
        color: #009EE0; }
      .tx-kesearch-pi1 .result-filter-list button.selected:before {
        content: ""; }

.pagination-wrap ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.pagination-wrap li {
  margin-right: 5px; }
  .pagination-wrap li:first-child a {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .pagination-wrap li:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .pagination-wrap li a.current {
    z-index: 2;
    color: #fff;
    background-color: #3c3c3b;
    border-color: #3c3c3b; }
  .pagination-wrap li a.disabled {
    color: #878787;
    pointer-events: none;
    background-color: #fff;
    border-color: #c6c6c6; }

.pagination-wrap a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  text-decoration: none;
  line-height: 1.25;
  color: #3c3c3b;
  background-color: #fff;
  border: 0 solid #fff; }
  .pagination-wrap a:active {
    transform: translate(1px, 1px); }
  .pagination-wrap a.next, .pagination-wrap a.prev {
    line-height: 1;
    font-size: 1px; }
  .pagination-wrap a.next:before, .pagination-wrap a.prev:before {
    line-height: 1.25;
    font-size: 1rem;
    font-family: iconic;
    content: "\e03d"; }
  .pagination-wrap a.prev:before {
    content: "\e012"; }
  .pagination-wrap a:hover, .pagination-wrap a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000; }

.ke_search-checkbox-group {
  margin-bottom: 5px; }
  .ke_search-checkbox-group .dropdown-menu {
    overflow: hidden;
    max-width: 320px; }
  @media (min-width: 768px) {
    .ke_search-checkbox-group .dropdown-menu {
      overflow: hidden;
      max-width: 460px;
      position: relative;
      -webkit-box-shadow: 0px 0px 35px 0px rgba(90, 90, 90, 0.4);
      -moz-box-shadow: 0px 0px 35px 0px rgba(90, 90, 90, 0.4);
      box-shadow: 0px 0px 35px 0px rgba(90, 90, 90, 0.4); }
      .ke_search-checkbox-group .dropdown-menu:before {
        content: "";
        pointer-events: none;
        display: block;
        top: 370px;
        position: absolute;
        z-index: 100;
        height: 80px;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(255, 252, 252, 0.2) 0%, white 92%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 252, 252, 0.2) 0%, white 92%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 252, 252, 0.2) 0%, white 92%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fffcfc', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }
    .ke_search-checkbox-group .dropdown-menu-inner {
      max-height: 400px;
      overflow: auto;
      overflow-x: hidden; }
      .ke_search-checkbox-group .dropdown-menu-inner a {
        display: block; }
      .ke_search-checkbox-group .dropdown-menu-inner a:hover, .ke_search-checkbox-group .dropdown-menu-inner a:focus {
        background: #dadada; } }
  .ke_search-checkbox-group .dropdown-item {
    padding: 0; }
    .ke_search-checkbox-group .dropdown-item label, .ke_search-checkbox-group .dropdown-item span {
      padding: 0.25rem 2rem;
      display: block;
      font-weight: bold;
      color: #003064;
      white-space: nowrap;
      margin: 0;
      position: relative; }
    .ke_search-checkbox-group .dropdown-item.longlist:last-child {
      margin-bottom: 50px; }
    .ke_search-checkbox-group .dropdown-item input[type=checkbox]:checked + label {
      font-weight: bold; }
      .ke_search-checkbox-group .dropdown-item input[type=checkbox]:checked + label:before {
        font-weight: normal;
        font-family: iconic;
        content: "\e04e";
        position: absolute;
        font-size: 80%;
        left: 10px;
        top: 50%;
        transform: translateY(-50%); }
    .ke_search-checkbox-group .dropdown-item input[type=checkbox]:checked + label:hover:before {
      font-family: iconic;
      content: "\e08c";
      color: #009EE0; }
    .ke_search-checkbox-group .dropdown-item input[type=checkbox] {
      position: absolute;
      left: -9999px; }

.ke_search-filter-optionlist {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid #9d9d9c; }
  .ke_search-filter-optionlist p.filter-option {
    display: inline-block;
    padding: 0.375em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .55rem;
    background: white;
    border: 1px solid #ededed;
    margin-right: 10px;
    cursor: pointer; }
    .ke_search-filter-optionlist p.filter-option span.remove-circle:before {
      padding: 0 3px 0 0;
      font-family: iconic;
      content: "\e04e";
      font-weight: normal;
      vertical-align: middle; }
    .ke_search-filter-optionlist p.filter-option:hover span.remove-circle:before {
      content: "\e08c";
      color: #009EE0; }

.remove-filters {
  display: none; }

p + .remove-filters {
  display: inline-block;
  color: #009EE0;
  cursor: pointer;
  font-weight: bold;
  font-size: 90%;
  padding: 0;
  margin: 0; }

.result-list-view-cat-filter .result-item {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
  color: #3c3c3b;
  text-decoration: none; }
  .result-list-view-cat-filter .result-item:hover h3 {
    color: #009EE0; }
  .result-list-view-cat-filter .result-item:hover .result-text-wrap:after {
    background: white; }

.result-list-view-cat-filter .result-text-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px;
  z-index: -1;
  border: 1px solid white; }

.leaflet-popup-content-wrapper {
  max-width: 300px; }
  .leaflet-popup-content-wrapper .image-link {
    display: block;
    padding: 10px; }
    .leaflet-popup-content-wrapper .image-link img {
      max-width: 100%; }

@media (min-width: 768px) {
  .leaflet-popup-content-wrapper {
    padding: 0;
    max-width: 550px; }
    .leaflet-popup-content-wrapper .leaflet-popup-content {
      width: 550px;
      margin: 0 30px 0 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .leaflet-popup-content-wrapper .image-link {
      padding: 10px; }
      .leaflet-popup-content-wrapper .image-link img {
        max-width: 250px; }
    .leaflet-popup-content-wrapper .result-text {
      padding: 15px 25px 0 15px;
      width: 300px; }
      .leaflet-popup-content-wrapper .result-text p {
        margin-bottom: 10px; }
      .leaflet-popup-content-wrapper .result-text:after {
        content: "";
        display: block;
        clear: both; } }

.result-img-wrap-logo {
  height: auto;
  position: relative;
  text-align: center;
  padding: 56.25% 0 0;
  background: #fff; }
  .result-img-wrap-logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 80%;
    height: auto;
    width: auto; }

.result-list-card-view .result-item a {
  color: #3c3c3b; }

.result-list-card-view .result-item:hover a {
  color: #000; }

.result-list-card-view .result-item small {
  display: block;
  font-size: .81rem;
  font-weight: normal; }

.optOutBox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  display: none; }
  .optOutBox .container {
    padding: 15px; }
  .optOutBox button {
    background: transparent;
    white-space: nowrap; }
  .optOutBox .optOutBox-background-light {
    color: black;
    background: rgba(255, 255, 255, 0.8); }
    .optOutBox .optOutBox-background-light a {
      color: black;
      text-decoration: underline; }
    .optOutBox .optOutBox-background-light button {
      border: 1px solid black;
      color: black; }
  .optOutBox .optOutBox-background-dark {
    color: white;
    background: rgba(15, 15, 15, 0.8); }
    .optOutBox .optOutBox-background-dark a {
      color: white;
      text-decoration: underline; }
    .optOutBox .optOutBox-background-dark button {
      border: 1px solid white;
      color: white; }

.introbox .wrap {
  background: #fff;
  padding: 45px 30px;
  position: relative; }

@media (min-width: 992px) {
  .introbox .wrap {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 45px 30px;
    width: 50%; } }

.introbox .img-header:after {
  content: "";
  display: block;
  z-index: 1;
  bottom: -85px;
  left: 0;
  height: 85px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'%3E%3Cpath d='M0 0 L10 0 L10 10 ' fill='white' opacity='.8' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto; }
  @media (min-width: 992px) {
    .introbox .img-header:after {
      position: absolute;
      width: 50%; } }
.introbox .subheader-wrap p.h2 {
  padding: 65px 15px; }
  @media (min-width: 992px) {
    .introbox .subheader-wrap p.h2 {
      margin-left: 50%; } }
@media (max-width: 767.98px) {
  .fullscreenimage-bg-wrap img {
    width: 100%;
    height: auto; }
  .fullscreenimage .description {
    position: relative;
    padding: 30px 15px; } }

@media (min-width: 768px) {
  .fullscreenimage {
    position: relative; }
    .fullscreenimage .fullscreenimage-bg-wrap figure {
      height: calc(100vh - 100px);
      position: relative;
      overflow: hidden;
      display: block; }
    .fullscreenimage .fullscreenimage-bg-wrap img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: none; }
    .fullscreenimage h1 {
      -ms-word-break: normal;
      word-break: normal;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      hyphens: none; }
    .fullscreenimage .description {
      padding: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 5; }
      .fullscreenimage .description.middle {
        top: 50%;
        transform: translateY(-50%); }
      .fullscreenimage .description.bottom {
        top: auto;
        bottom: 0; } }

.posterwall {
  position: relative; }
  .posterwall figure {
    overflow: hidden;
    display: block; }
  .posterwall a picture {
    position: relative;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .posterwall a picture:hover:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
  .posterwall a:hover picture {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .posterwall .description {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px; }
    .posterwall .description.posterwall-text-end {
      top: auto;
      bottom: 0; }
    .posterwall .description.posterwall-text-center {
      top: 50%;
      transform: translateY(-50%); }

@media (max-width: 767.98px) {
  .feature-box-bg-wrap {
    height: auto; }
  .feature-box-bg {
    position: relative;
    overflow: hidden; }
  .feature-box-bg img {
    width: 100%;
    height: auto; }
  .feature-box .row {
    min-height: auto !important; }
  .feature-box .description {
    padding: 30px 0; } }

@media (min-width: 768px) {
  .feature-box {
    position: relative;
    overflow: hidden; }
    .feature-box h1, .feature-box h2, .feature-box h3, .feature-box h4, .feature-box h5, .feature-box h6 {
      -ms-word-break: normal;
      word-break: normal;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      hyphens: none; }
    .feature-box .feature-box-bg {
      position: absolute;
      left: 50%;
      height: 100%; }
      .feature-box .feature-box-bg figcaption {
        z-index: 10;
        right: auto;
        bottom: 0;
        overflow: hidden; }
      .feature-box .feature-box-bg.image-left {
        left: auto;
        right: 50%;
        overflow: hidden; }
        .feature-box .feature-box-bg.image-left figcaption {
          z-index: 10;
          right: 0;
          bottom: 0; }
      .feature-box .feature-box-bg img {
        max-width: none;
        height: 100%; } }

.logowall {
  padding-top: 15px;
  padding-bottom: 15px; }
  .logowall.grayscale img {
    filter: grayscale(100%);
    transition: all 200ms ease-in-out; }
    .logowall.grayscale img:hover {
      -webkit-filter: none;
      filter: none; }
  .logowall .logowall-item {
    padding-top: 15px;
    padding-bottom: 15px; }

@media (max-width: 767.98px) {
  .tab-header.nav {
    display: block;
    height: auto;
    overflow: auto; }
    .tab-header.nav li {
      float: left; }
      .tab-header.nav li a.nav-link {
        padding: 0 !important; } }

.tab-header {
  border: 0; }
  .tab-header li {
    text-align: center;
    padding: 0 10px; }
    .tab-header li:first-child {
      padding-left: 0; }
    .tab-header li:last-child {
      padding-right: 0; }
  .tab-header a.nav-link {
    border: 0;
    padding: 0.25rem 1px;
    background: transparent;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid transparent; }
    .tab-header a.nav-link span.text {
      font-weight: bold; }
    .tab-header a.nav-link:focus {
      outline: none;
      background: rgba(0, 0, 0, 0.15) !important;
      border-bottom: 3px dotted currentColor; }
    .tab-header a.nav-link:active {
      background: none !important; }
    .tab-header a.nav-link:hover {
      border-bottom: 3px solid currentColor; }
    .tab-header a.nav-link.active {
      background: transparent;
      color: #000;
      border-bottom: 3px solid currentColor; }
  .tab-header.tab-icon a.nav-link {
    border: none !important; }

.icon-bw img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 200ms ease-in-out; }

.icon-bw a:hover img {
  -webkit-filter: none;
  filter: none; }

.icon-bw .active img {
  -webkit-filter: none;
  filter: none; }

.icon-transparent a img {
  opacity: .5; }

.icon-transparent a.active img {
  opacity: 1; }

.icon-above .icon {
  display: block;
  padding: 10px; }

.icon-before .icon {
  margin-right: 10px;
  display: inline-block; }

.shariff {
  text-align: center; }
  .shariff ul {
    list-style-type: none;
    margin: 0;
    padding: 2rem 0 3rem 0;
    display: inline-block;
    max-width: 100%; }
    .shariff ul li {
      margin: 5px;
      padding: 0;
      display: inline-block; }
    .shariff ul .shariff-button a {
      display: block;
      padding: .8rem 1rem .4rem 1rem;
      text-decoration: none;
      color: white; }
      .shariff ul .shariff-button a:before {
        font-family: "iconic"; }

.shariff.size1 .shariff-button a {
  font-size: 1rem; }

.shariff.size1-5 .shariff-button a {
  font-size: 1.5rem; }

.shariff.size2 .shariff-button a {
  font-size: 2rem; }

.shariff.size3 .shariff-button a {
  font-size: 3rem; }

.shariff-button.facebook-f a {
  background-color: #3b5999; }
  .shariff-button.facebook-f a:before {
    content: "\e0a5"; }

.shariff-button.facebook a {
  background-color: #3b5999; }
  .shariff-button.facebook a:before {
    content: "\e0a5"; }

.shariff-button.font-awesome-alt a {
  background-color: #fff; }
  .shariff-button.font-awesome-alt a:before {
    content: "\f35c"; }

.shariff-button.font-awesome-flag a {
  background-color: #fff; }
  .shariff-button.font-awesome-flag a:before {
    content: "\f425"; }

.shariff-button.font-awesome a {
  background-color: #fff; }
  .shariff-button.font-awesome a:before {
    content: "\f2b4"; }

.shariff-button.google-plus-g a {
  background-color: #d44837; }
  .shariff-button.google-plus-g a:before {
    content: "\e0b7"; }

.shariff-button.google-plus-square a {
  background-color: #d44837; }
  .shariff-button.google-plus-square a:before {
    content: "\e0b7"; }

.shariff-button.googleplus a {
  background-color: #d44837; }
  .shariff-button.googleplus a:before {
    content: "\e0b7"; }

.shariff-button.info-circle a {
  background-color: #fff; }
  .shariff-button.info-circle a:before {
    content: "\f05a"; }

.shariff-button.info a {
  background-color: #fff; }
  .shariff-button.info a:before {
    content: "\f129"; }

.shariff-button.linkedin-in a {
  background-color: #0076b4; }
  .shariff-button.linkedin-in a:before {
    content: "\e0b9"; }

.shariff-button.linkedin a {
  background-color: #0076b4; }
  .shariff-button.linkedin a:before {
    content: "\e0b9"; }

.shariff-button.pinterest-p a {
  background-color: #fff; }
  .shariff-button.pinterest-p a:before {
    content: "\f231"; }

.shariff-button.pinterest-square a {
  background-color: #fff; }
  .shariff-button.pinterest-square a:before {
    content: "\f0d3"; }

.shariff-button.pinterest a {
  background-color: #fff; }
  .shariff-button.pinterest a:before {
    content: "\f0d2"; }

.shariff-button.mail a {
  background-color: #3c3c3b; }
  .shariff-button.mail a:before {
    content: "\e047"; }

.shariff-button.print a {
  background-color: #fff;
  color: #3c3c3b !important; }
  .shariff-button.print a:before {
    content: "\e016"; }

.shariff-button.stumbleupon-circle a {
  background-color: #fff; }
  .shariff-button.stumbleupon-circle a:before {
    content: "\f1a3"; }

.shariff-button.stumbleupon a {
  background-color: #fff; }
  .shariff-button.stumbleupon a:before {
    content: "\f1a4"; }

.shariff-button.telegram-plane a {
  background-color: #fff; }
  .shariff-button.telegram-plane a:before {
    content: "\f3fe"; }

.shariff-button.telegram a {
  background-color: #fff; }
  .shariff-button.telegram a:before {
    content: "\f2c6"; }

.shariff-button.tencent-weibo a {
  background-color: #fff; }
  .shariff-button.tencent-weibo a:before {
    content: "\f1d5"; }

.shariff-button.tumblr-square a {
  background-color: #fff; }
  .shariff-button.tumblr-square a:before {
    content: "\f174"; }

.shariff-button.tumblr a {
  background-color: #fff; }
  .shariff-button.tumblr a:before {
    content: "\f173"; }

.shariff-button.twitter-square a {
  background-color: #55acef; }
  .shariff-button.twitter-square a:before {
    content: "\e0a7"; }

.shariff-button.twitter a {
  background-color: #55acef; }
  .shariff-button.twitter a:before {
    content: "\e0a7"; }

.shariff-button.vk a {
  background-color: #fff; }
  .shariff-button.vk a:before {
    content: "\f189"; }

.shariff-button.weibo a {
  background-color: #fff; }
  .shariff-button.weibo a:before {
    content: "\f18a"; }

.shariff-button.whatsapp-square a {
  background-color: #1ebea5; }
  .shariff-button.whatsapp-square a:before {
    content: "\f40c"; }

.shariff-button.whatsapp a {
  background-color: #1ebea5; }
  .shariff-button.whatsapp a:before {
    content: "\e0c6"; }

.shariff-button.xing-square a {
  background-color: #116567; }
  .shariff-button.xing-square a:before {
    content: "\e0c1"; }

.shariff-button.xing a {
  background-color: #116567; }
  .shariff-button.xing a:before {
    content: "\e0c1"; }

.date-sheet {
  text-align: center; }
  .date-sheet .month {
    background: #009EE0; }
  .date-sheet .day {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold; }
  .date-sheet .year {
    color: #9d9d9c;
    line-height: 1; }

.news-list-cards .inner-wrap {
  background: rgba(255, 255, 255, 0.7); }
  .news-list-cards .inner-wrap:hover, .news-list-cards .inner-wrap:focus {
    background: white !important; }

.news-list-cards .text-wrap {
  padding: 30px 15px; }

.news-list-cards .topnews:before {
  content: "Beachtenswert";
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  display: block;
  background: #003064;
  color: #fff;
  transform: translateY(45%);
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 15px; }

.introflexiblecontent-elements.bg-gray-100 .news-list-cards .inner-wrap {
  background: none; }

.news-list-view h3 {
  color: #3c3c3b; }
  .news-list-view h3 a {
    text-decoration: none;
    color: #3c3c3b; }
    .news-list-view h3 a:hover, .news-list-view h3 a:focus {
      color: #000;
      text-decoration: underline; }

.news-list-view p {
  margin-bottom: 0; }

.news-list-view .news-list-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9d9d9c; }
  .news-list-view .news-list-item:last-child {
    margin-bottom: 0px;
    border-bottom: none; }

.news-single h6 a {
  text-decoration: none; }
  .news-single h6 a:hover, .news-single h6 a:focus {
    text-decoration: underline;
    color: #009EE0; }

.news-single .news-text-wrap h4 {
  margin-top: 2rem; }

.news-single .news-related-providers p {
  font-weight: bold; }

.logo-wrap {
  height: auto;
  /* was 100% */
  position: relative;
  text-align: center;
  padding: 75% 0 0;
  background: #fff; }
  .logo-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-height: 60%;
    max-width: 80%; }

.teaser-cards .inner-wrap {
  position: relative; }

.teaser-cards p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #009EE0;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 1.125rem;
  color: white;
  margin: 0; }

.news-events .calendar-item {
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
  text-decoration: none;
  display: block; }
  .news-events .calendar-item:last-child {
    border-bottom: 0; }
  .news-events .calendar-item:hover h3, .news-events .calendar-item:focus h3 {
    text-decoration: underline; }

.calendar-body {
  color: #3c3c3b !important;
  margin-left: 69px; }
  .calendar-body:after {
    clear: both;
    display: block;
    content: ""; }

.calendar-sheet {
  background: #B1C800;
  text-align: center; }
  .calendar-sheet .stared {
    line-height: .7;
    border-top: 1px solid white; }
    .calendar-sheet .stared svg {
      max-width: 100%;
      height: auto; }
  .calendar-sheet .day {
    color: #3c3c3b;
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding: 8px 4px 4px 4px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .calendar-sheet .day {
        font-size: 2rem !important; } }
  .calendar-sheet .month {
    color: white;
    margin: 0;
    padding: 2px; }

.news-sdg-categorie img {
  width: 80px;
  height: auto; }

.news-categories-dropdown .dropdown-menu > div {
  max-height: 380px;
  overflow-y: scroll; }

.news-categories-dropdown .dropdown-menu.show {
  max-height: 400px; }
  .news-categories-dropdown .dropdown-menu.show:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 320px;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0.8) 82%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0.8) 82%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 81%, rgba(255, 255, 255, 0.8) 82%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 );
    /* IE6-9 */ }

h1, .h1 {
  font-weight: 300;
  margin: 1rem 0 2.5rem 0; }

h2, .h2 {
  font-weight: 300;
  margin-bottom: 1rem; }

h3, .h3 {
  margin-bottom: 1rem;
  line-height: 1.2; }

h4, .h4 {
  line-height: 1.2; }

h6, .h6 {
  text-transform: uppercase;
  letter-spacing: 1.4px; }

@media (min-width: 768px) {
  h1, .h1, h2, .h2 {
    font-size: 2.75rem; }
    h1.display-1, .h1.display-1, h2.display-1, .h2.display-1 {
      font-size: 4rem;
      line-height: 1.1; }
  .lead {
    font-size: 1.3rem;
    line-height: 1.4; } }

@media (min-width: 992px) {
  h1, .h1, h2, .h2 {
    font-size: 3.25rem;
    line-height: 1.2; }
    h1.display-1, .h1.display-1, h2.display-1, .h2.display-1 {
      font-size: 5.625rem;
      line-height: 1.1; }
  h2, .h2 {
    font-size: 2.25rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.125rem; }
  h5, .h5 {
    font-size: 1rem; }
  h6, .h6 {
    font-size: 0.875rem; }
  .lead {
    font-size: 1.5rem;
    line-height: 1.3; } }

small.rubric {
  display: block;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

p.marginal, span.marginal {
  font-size: 0.75rem; }

p.medium, span.medium {
  font-size: 0.875rem; }

blockquote {
  margin-left: 7px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding: 7px 0 7px 23px; }

blockquote p {
  margin-bottom: 0; }

.icon-person:before,
.icon-email:before,
.icon-telephone:before {
  content: "\e091";
  font-family: "iconic";
  font-size: 80%;
  padding-right: 8px;
  text-decoration: none;
  display: inline-block; }

.icon-person:before {
  content: "\e091"; }

.icon-email:before {
  content: "\e047"; }

.icon-telephone:before {
  content: "\e06d"; }

.icon-telephone {
  color: #000; }

@media (hover: none) {
  .icon-telephone {
    color: #009EE0; } }

.textmarker {
  background-color: #fff;
  color: #000;
  display: inline;
  padding: 0.1rem 0.2rem;
  margin: 0 0.2rem 0 -0.2rem;
  border: 2px solid transparent;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 80%; }

.blackmarker {
  background-color: #000;
  color: #fff;
  display: inline;
  padding: 0.1rem 0.2rem;
  margin: 0 0.2rem 0 -0.2rem;
  border: 2px solid transparent;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 80%; }

.cke_editable ul,
.type-text ul,
.type-textpic ul,
.article ul {
  list-style-type: none;
  padding-left: 1.5rem; }
  .cke_editable ul li,
  .type-text ul li,
  .type-textpic ul li,
  .article ul li {
    position: relative; }
    .cke_editable ul li:before,
    .type-text ul li:before,
    .type-textpic ul li:before,
    .article ul li:before {
      top: .1rem;
      left: -1.1rem;
      position: absolute;
      content: "\e03d";
      font-size: .8rem;
      font-family: "iconic"; }
    .cke_editable ul li li:before,
    .type-text ul li li:before,
    .type-textpic ul li li:before,
    .article ul li li:before {
      content: "\e001"; }

h1, h2, h3, h4, h5, h6, a,
.h1, .h2, .h3, .h4, .h5, .h6 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a.icon-only-facebook,
a.icon-only-instagramm,
a.icon-only-youtube,
a.icon-only-twitter {
  line-height: 0;
  font-size: 0;
  color: transparent; }
  a.icon-only-facebook:before,
  a.icon-only-instagramm:before,
  a.icon-only-youtube:before,
  a.icon-only-twitter:before {
    line-height: 2.5rem;
    font-family: iconic;
    content: "\e0a5";
    color: #3c3c3b;
    padding: 0 0.5rem;
    font-size: 1.8rem; }
  a.icon-only-facebook:hover:before, a.icon-only-facebook:focus:before,
  a.icon-only-instagramm:hover:before,
  a.icon-only-instagramm:focus:before,
  a.icon-only-youtube:hover:before,
  a.icon-only-youtube:focus:before,
  a.icon-only-twitter:hover:before,
  a.icon-only-twitter:focus:before {
    color: #009EE0; }

a.icon-only-instagramm:before {
  content: "\e0b8"; }

a.icon-only-twitter:before {
  content: "\e0a7"; }

a.icon-only-youtube:before {
  content: "\e0c2"; }

@media (max-width: 767.98px) {
  .template-sectionintro h1 {
    font-size: 2.5rem; }
  .lead {
    font-size: 1.15rem;
    margin-bottom: 1.3rem; } }

.text-gray-100 {
  color: #ededed !important; }

.text-gray-200 {
  color: #dadada !important; }

.text-gray-300 {
  color: #c6c6c6 !important; }

.text-gray-400 {
  color: #b2b2b2 !important; }

.text-gray-500 {
  color: #9d9d9c !important; }

.text-gray-600 {
  color: #878787 !important; }

.text-gray-700 {
  color: #706f6f !important; }

.text-gray-800 {
  color: #575756 !important; }

.text-gray-900 {
  color: #3c3c3b !important; }

text-black {
  color: #000; }

.text-black a:not([class]), .text-black a.icon {
  color: #000 !important;
  text-decoration: underline; }
  .text-black a:not([class]):hover, .text-black a:not([class]):focus, .text-black a.icon:hover, .text-black a.icon:focus {
    color: #262626; }

.text-white a:not([class]), .text-white a.icon {
  color: #fff;
  text-decoration: underline; }
  .text-white a:not([class]):hover, .text-white a:not([class]):focus, .text-white a.icon:hover, .text-white a.icon:focus {
    color: #d9d9d9; }

.text-primary a:not([class]), .text-primary a.icon {
  color: #009EE0;
  text-decoration: underline; }
  .text-primary a:not([class]):hover, .text-primary a:not([class]):focus, .text-primary a.icon:hover, .text-primary a.icon:focus {
    color: #006894; }

.text-success a:not([class]), .text-success a.icon {
  color: #B1C800;
  text-decoration: underline; }
  .text-success a:not([class]):hover, .text-success a:not([class]):focus, .text-success a.icon:hover, .text-success a.icon:focus {
    color: #6d7c00; }

.text-info a:not([class]), .text-info a.icon {
  color: #F29400;
  text-decoration: underline; }
  .text-info a:not([class]):hover, .text-info a:not([class]):focus, .text-info a.icon:hover, .text-info a.icon:focus {
    color: #a66500; }

.text-warning a:not([class]), .text-warning a.icon {
  color: #FFCC00;
  text-decoration: underline; }
  .text-warning a:not([class]):hover, .text-warning a:not([class]):focus, .text-warning a.icon:hover, .text-warning a.icon:focus {
    color: #b38f00; }

.text-danger a:not([class]), .text-danger a.icon {
  color: #E75112;
  text-decoration: underline; }
  .text-danger a:not([class]):hover, .text-danger a:not([class]):focus, .text-danger a.icon:hover, .text-danger a.icon:focus {
    color: #a0380c; }

@media (max-width: 767.98px) {
  *.text-right {
    text-align: left !important; } }

@media print {
  .navbar .collapse, .navbar-nav {
    display: none; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .col-xs-auto,
  .col-sm-auto,
  .col-md-auto,
  .col-lg-auto,
  .col-xl-auto {
    flex: 1 1 0% !important;
    min-width: 0 !important; } }
