@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  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%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.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: #b8daff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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 {
    color: #6c757d; }

.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: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

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

.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: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.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: #34ce57; }

.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(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    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(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

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

.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: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.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: #e4606d; }

.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(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    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(220, 53, 69, 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;
      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 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    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: #6c757d;
    pointer-events: none; }

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

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

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

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

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.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-right: 0;
  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 #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: #6c757d;
  white-space: nowrap; }

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

.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.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 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 + .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:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .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::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      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: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.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: 0.3rem; }

.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: 0.2rem; }

.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: 1.5rem; }

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: 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 {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: 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, 123, 255, 0.5); }

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: 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, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      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: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

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

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  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: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "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;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .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: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 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, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    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: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .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: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.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; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.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: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #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.25rem; }

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

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

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

.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: 0.25rem; }
  .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 .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; } }

@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 .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; } }

@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 .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; } }

@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 .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 {
  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 .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-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: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.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 rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 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 rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 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.25rem - 1px); }

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

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 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.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .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;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

.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.3rem;
  border-bottom-left-radius: 0.3rem; }

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

.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.2rem;
  border-bottom-left-radius: 0.2rem; }

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.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: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.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.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.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: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

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

.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%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

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

.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.3rem;
  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 #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .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 #e9ecef; }
  .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-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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: #007bff !important; }

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

.bg-secondary {
  background-color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important; }

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

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

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !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; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !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; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.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.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-15,
.mx-15 {
  margin-left: 15px !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.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-15,
.px-15 {
  padding-left: 15px !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.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !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.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !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.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !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.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !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.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !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.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !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.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !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.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.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: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important; }

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !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; }

@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 #adb5bd;
    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 #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important; }

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important; }

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important; }

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important; }

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg); }

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg); }

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg); }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s; }

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s; }

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg); }

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg); }

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s; }

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s; }

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg); }

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg); }

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg); }

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg); }

.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg); }

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg); }

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0; }

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger--slider-r .hamburger-inner:after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s; }

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg); }

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s; }

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg); }

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg); }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s; }

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear; }

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0; }

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg); }

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important; }

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important; }

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms; }

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease; }

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg); }

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0; }

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s; }

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity; }

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg); }

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg); }

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s; }

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity; }

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg); }

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

/* source-serif-pro-regular - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../../../Fonts/source-serif-pro-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Serif Pro"), local("SourceSerifPro-Regular"), url("../../../Fonts/source-serif-pro-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/source-serif-pro-v5-latin-regular.woff2") format("woff2"), url("../../../Fonts/source-serif-pro-v5-latin-regular.woff") format("woff"), url("../../../Fonts/source-serif-pro-v5-latin-regular.ttf") format("truetype"), url("../../../Fonts/source-serif-pro-v5-latin-regular.svg#SourceSerifPro") format("svg");
  /* Legacy iOS */ }

/* source-serif-pro-700 - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../../../Fonts/source-serif-pro-v5-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Source Serif Pro Bold"), local("SourceSerifPro-Bold"), url("../../../Fonts/source-serif-pro-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/source-serif-pro-v5-latin-700.woff2") format("woff2"), url("../../../Fonts/source-serif-pro-v5-latin-700.woff") format("woff"), url("../../../Fonts/source-serif-pro-v5-latin-700.ttf") format("truetype"), url("../../../Fonts/source-serif-pro-v5-latin-700.svg#SourceSerifPro") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Source Serif Pro';
  src: url("../../../Fonts/SourceSerifPro-Semibold.woff2") format("woff2"), url("../../../Fonts/SourceSerifPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../../../Fonts/source-sans-pro-v11-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../../../Fonts/source-sans-pro-v11-latin-300.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/source-sans-pro-v11-latin-300.woff2") format("woff2"), url("../../../Fonts/source-sans-pro-v11-latin-300.woff") format("woff"), url("../../../Fonts/source-sans-pro-v11-latin-300.ttf") format("truetype"), url("../../../Fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../../../Fonts/source-sans-pro-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../../../Fonts/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../../../Fonts/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../../../Fonts/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../../../Fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 500;
  src: url("../../../Fonts/SourceSansPro-Semibold.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Semibild"), local("SourceSansPro-Semibold"), url("../../../Fonts/SourceSansPro-Semibold.woff2") format("woff2"), url("../../../Fonts/SourceSansPro-Semibold.woff") format("woff"), url("../../../Fonts/SourceSansPro-Semibold.ttf") format("truetype"), url("../../../Fonts/SourceSansPro-Semibold.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../../../Fonts/source-sans-pro-v11-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../../../Fonts/source-sans-pro-v11-latin-600.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/source-sans-pro-v11-latin-600.woff2") format("woff2"), url("../../../Fonts/source-sans-pro-v11-latin-600.woff") format("woff"), url("../../../Fonts/source-sans-pro-v11-latin-600.ttf") format("truetype"), url("../../../Fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'D-DIN Exp';
  src: url("../../../Fonts/D-DINExp.eot");
  src: url("../../../Fonts/D-DINExp.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/D-DINExp.woff2") format("woff2"), url("../../../Fonts/D-DINExp.woff") format("woff"), url("../../../Fonts/D-DINExp.ttf") format("truetype"), url("../../../Fonts/D-DINExp.svg#D-DINExp") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: '../../../Fonts/D-DIN';
  src: url("../../../Fonts/D-DIN-Italic.eot");
  src: url("../../../Fonts/D-DIN-Italic.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/D-DIN-Italic.woff2") format("woff2"), url("../../../Fonts/D-DIN-Italic.woff") format("woff"), url("../../../Fonts/D-DIN-Italic.ttf") format("truetype"), url("../../../Fonts/D-DIN-Italic.svg#D-DIN-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'D-DIN Exp';
  src: url("../../../Fonts/D-DINExp-Bold.eot");
  src: url("../../../Fonts/D-DINExp-Bold.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/D-DINExp-Bold.woff2") format("woff2"), url("../../../Fonts/D-DINExp-Bold.woff") format("woff"), url("../../../Fonts/D-DINExp-Bold.ttf") format("truetype"), url("../../../Fonts/D-DINExp-Bold.svg#D-DINExp-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'D-DIN';
  src: url("../../../Fonts/D-DIN.eot");
  src: url("../../../Fonts/D-DIN.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/D-DIN.woff2") format("woff2"), url("../../../Fonts/D-DIN.woff") format("woff"), url("../../../Fonts/D-DIN.ttf") format("truetype"), url("../../../Fonts/D-DIN.svg#D-DIN") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'D-DIN Exp';
  src: url("../../../Fonts/D-DINExp-Italic.eot");
  src: url("../../../Fonts/D-DINExp-Italic.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/D-DINExp-Italic.woff2") format("woff2"), url("../../../Fonts/D-DINExp-Italic.woff") format("woff"), url("../../../Fonts/D-DINExp-Italic.ttf") format("truetype"), url("../../../Fonts/D-DINExp-Italic.svg#D-DINExp-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'D-DIN Condensed';
  src: url("../../../Fonts/D-DINCondensed-Bold.eot");
  src: url("../../../Fonts/D-DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/D-DINCondensed-Bold.woff2") format("woff2"), url("../../../Fonts/D-DINCondensed-Bold.woff") format("woff"), url("../../../Fonts/D-DINCondensed-Bold.ttf") format("truetype"), url("../../../Fonts/D-DINCondensed-Bold.svg#D-DINCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'D-DIN Condensed';
  src: url("../../../Fonts/D-DINCondensed.eot");
  src: url("../../../Fonts/D-DINCondensed.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/D-DINCondensed.woff2") format("woff2"), url("../../../Fonts/D-DINCondensed.woff") format("woff"), url("../../../Fonts/D-DINCondensed.ttf") format("truetype"), url("../../../Fonts/D-DINCondensed.svg#D-DINCondensed") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'D-DIN';
  src: url("../../../Fonts/D-DIN-Bold.eot");
  src: url("../../../Fonts/D-DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../../../Fonts/D-DIN-Bold.woff2") format("woff2"), url("../../../Fonts/D-DIN-Bold.woff") format("woff"), url("../../../Fonts/D-DIN-Bold.ttf") format("truetype"), url("../../../Fonts/D-DIN-Bold.svg#D-DIN-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'raustila';
  src: url("../../../Fonts/raustila-Regular.woff2") format("woff2"), url("../../../Fonts/raustila-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  font-family: "Source Sans Pro"; }

body > .facelift-2018 {
  font-family: "Source Sans Pro";
  color: black; }
  body > .facelift-2018 h1, body > .facelift-2018 h2 {
    font-family: "Source Serif Pro";
    font-weight: bold; }
  body > .facelift-2018 h1, body > .facelift-2018 h2, body > .facelift-2018 h3, body > .facelift-2018 h4, body > .facelift-2018 h5, body > .facelift-2018 h6 {
    font-weight: bold; }
  body > .facelift-2018 header h1, body > .facelift-2018 header h2, body > .facelift-2018 header h3, body > .facelift-2018 .ce-bodytext h1, body > .facelift-2018 .ce-bodytext h2, body > .facelift-2018 .ce-bodytext h3 {
    font-family: "Source Serif Pro"; }
  body > .facelift-2018 header h1, body > .facelift-2018 header .h1, body > .facelift-2018 .ce-bodytext h1, body > .facelift-2018 .ce-bodytext .h1 {
    font-size: 64px;
    line-height: 80px;
    font-weight: bold;
    margin-bottom: 0.5em;
    word-break: break-word; }
    @media (max-width: 575.98px) {
      body > .facelift-2018 header h1, body > .facelift-2018 header .h1, body > .facelift-2018 .ce-bodytext h1, body > .facelift-2018 .ce-bodytext .h1 {
        font-size: 32px;
        line-height: 48px; } }
  body > .facelift-2018 header h2, body > .facelift-2018 header .h2, body > .facelift-2018 .ce-bodytext h2, body > .facelift-2018 .ce-bodytext .h2 {
    font-weight: bold;
    font-size: 40px;
    word-break: break-word; }
    @media (max-width: 575.98px) {
      body > .facelift-2018 header h2, body > .facelift-2018 header .h2, body > .facelift-2018 .ce-bodytext h2, body > .facelift-2018 .ce-bodytext .h2 {
        font-size: 28px;
        line-height: 44px; } }
  body > .facelift-2018 h3, body > .facelift-2018 .h3 {
    font-size: 24px;
    line-height: 40px; }
    @media (max-width: 575.98px) {
      body > .facelift-2018 h3, body > .facelift-2018 .h3 {
        font-size: 24px;
        line-height: 32px; } }
  body > .facelift-2018 h4, body > .facelift-2018 h5, body > .facelift-2018 h6 {
    font-size: 18px;
    line-height: 26px; }
    @media (max-width: 575.98px) {
      body > .facelift-2018 h4, body > .facelift-2018 h5, body > .facelift-2018 h6 {
        font-size: 18px;
        line-height: 26px; } }
  body > .facelift-2018 header + h3 {
    font-size: 16px; }
  body > .facelift-2018 p, body > .facelift-2018 li, body > .facelift-2018 label {
    font-size: 16px; }
  body > .facelift-2018 strong, body > .facelift-2018 .strong {
    font-weight: bold; }

.facelift-2018 div.frame-custom-23 {
  background: white; }

.facelift-2018 div.frame-custom-23 > div {
  border: none;
  background-color: white; }

.facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) {
  max-width: 400px; }
  .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address {
    margin-top: 15px;
    font-size: 16px; }
    .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address > .officeHours, .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address .citymap, .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address .list-unstyled {
      border-bottom: 1px solid #c8c8c8;
      padding-bottom: 15px; }
    .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address:first-child {
      margin-top: 0px; }
    .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address h2 {
      display: none; }
    .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address p {
      margin-bottom: 0; }
      .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address p a {
        color: #ff3c2d; }
    .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address .url, .facelift-2018 .tx-ttaddress:not(.map):not(.mapNoList):not(.mapPerspective):not(.sliderList):not(.detailPerspective):not(.detailStolpersteine):not(.mapStolpersteine) .address .officeHours {
      padding-top: 15px;
      display: block; }

.facelift-2018 .addresses .additional ul li {
  font-size: 16px; }
  .facelift-2018 .addresses .additional ul li > *:not(last-child) {
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 0; }
  .facelift-2018 .addresses .additional ul li h2 {
    display: none; }
  .facelift-2018 .addresses .additional ul li p {
    margin-bottom: 0; }
    .facelift-2018 .addresses .additional ul li p a {
      color: #ff3c2d; }

.citymap {
  padding-top: 15px; }

.show-iframe {
  background-image: url("../../../Images/stadtplan.png");
  width: 100%;
  height: 100px;
  text-transform: uppercase;
  background-size: cover;
  border: none;
  font-size: 25px;
  padding: 10px;
  text-align: center;
  max-width: 400px; }
  .show-iframe a {
    padding: 0 !important;
    color: #ff3c2d;
    height: 100%;
    display: block; }
    @media (min-width: 992px) {
      .show-iframe a {
        line-height: 80px; } }
    @media only screen and (max-width: 860px) {
      .show-iframe a {
        line-height: 80px; } }

.dayCare .show-iframe {
  max-width: none; }

#ttaddress__map {
  z-index: 1;
  scroll-margin-top: 120px; }
  #ttaddress__map .leaflet-popup *:not(text) {
    font-size: 13px !important;
    font-family: "Source Sans Pro", sans-serif !important; }
  #ttaddress__map .leaflet-popup p {
    margin: 8px 0; }

.ttaddress__perspectives #ttaddress__map .leaflet-popup-content-wrapper {
  border-radius: 0; }

.ttaddress__perspectives #ttaddress__map .leaflet-popup h4 {
  font-size: 23px !important;
  font-family: "Source Serif Pro", sans-serif !important;
  font-weight: normal; }

.ttaddress__perspectives #ttaddress__map .leaflet-popup a {
  color: white;
  border-radius: 0; }

.ttaddress__perspectives #ttaddress__map .leaflet-popup .perspective-popup .more-link-wrapper {
  text-align: right; }

.ttaddress__perspectives #ttaddress__map .leaflet-popup .category-WISSEN a {
  background-color: var(--color-perspective-red); }

.ttaddress__perspectives #ttaddress__map .leaflet-popup .category-WIRTSCHAFT a {
  background-color: var(--color-perspective-green); }

.ttaddress__perspectives #ttaddress__map .leaflet-popup .category-WOHLFÜHLEN a {
  background-color: var(--color-perspective-purple); }

.tx-ttaddress.map .list-group {
  max-height: 400px;
  overflow-y: scroll; }

@media (min-width: 992px) {
  body .dayCareContainerMainColumn {
    padding-bottom: 120px; } }

@media (min-width: 992px) {
  body .dayCareContainerMainColumn .dayCare.citymap {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 30px; } }

body .dayCareContainerMainColumn h2 {
  font-size: 40px;
  line-height: 50px; }

@media (min-width: 992px) {
  body .dayCareContainerRightColumn {
    padding-bottom: 158px; } }

body .daycare_detail {
  padding: 20px;
  background-color: #ebebeb; }
  @media (min-width: 992px) {
    body .daycare_detail {
      height: 100%; } }
  body .daycare_detail h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000;
    font-family: 'Source Serif Pro';
    font-weight: bold;
    font-size: 20px; }
  body .daycare_detail > div {
    margin-bottom: 20px; }
    body .daycare_detail > div:last-child {
      margin-bottom: unset; }

@media (min-width: 992px) {
  body .careDetailLink {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 30px); } }

body .careDetailLink a {
  display: block;
  padding: 20px;
  background-color: #ff3c2d;
  color: #fff; }
  body .careDetailLink a:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-left: 15px;
    font-size: 16px; }

.daycare_gallery .frame-type-image.frame-layout-0 figure.image a {
  display: block; }

@media (max-width: 1299px) and (min-width: 769px) {
  .tt-address-slider {
    margin: 0 55px; } }

@media (min-width: 768px) {
  .tt-address-slider .address {
    margin: 0 15px; } }

.tt-address-slider .address img {
  margin-bottom: 10px;
  width: 100%; }

.tt-address-slider .address.address-category-WISSEN .category {
  color: var(--color-perspective-red); }

.tt-address-slider .address.address-category-WIRTSCHAFT .category {
  color: var(--color-perspective-green); }

.tt-address-slider .address.address-category-WOHLFÜHLEN .category {
  color: var(--color-perspective-purple); }

.tt-address-slider .address .title {
  font-family: "Source Serif Pro";
  font-size: 26px;
  color: black;
  margin-bottom: 0; }

.tt-address-slider .slick-arrow {
  border: none;
  color: transparent;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none; }
  .tt-address-slider .slick-arrow:hover {
    border-color: gray;
    border-width: 3px;
    cursor: pointer; }
  .tt-address-slider .slick-arrow.slick-next {
    right: -50px;
    top: 25%;
    transform: translateY(-50%) rotate(135deg) skew(-10deg, -10deg); }
  .tt-address-slider .slick-arrow.slick-prev {
    left: -50px;
    top: 25%;
    transform: translateY(-50%) rotate(-45deg) skew(-10deg, -10deg); }
  @media (max-width: 767.98px) {
    .tt-address-slider .slick-arrow {
      border-top: 4px solid #fff;
      border-left: 4px solid #fff;
      z-index: 1; }
      .tt-address-slider .slick-arrow.slick-next {
        right: 25px;
        top: 95px; }
      .tt-address-slider .slick-arrow.slick-prev {
        left: 25px;
        top: 95px; } }

.tt_address_detail .headline {
  display: block;
  margin-bottom: 8px;
  line-height: 42px;
  font-size: 32px;
  font-weight: 400; }

.tt_address_detail .stolperstein__content .stolpersteine {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem; }
  .tt_address_detail .stolperstein__content .stolpersteine .stone-headline {
    font-size: 28px; }
  .tt_address_detail .stolperstein__content .stolpersteine .stone-svg {
    text-align: center; }
    .tt_address_detail .stolperstein__content .stolpersteine .stone-svg > * {
      max-height: 275px; }
    .tt_address_detail .stolperstein__content .stolpersteine .stone-svg > svg {
      margin-inline: auto; }

.tt_address_detail .stolperstein__content .audio-player {
  margin-block: 16px; }
  .tt_address_detail .stolperstein__content .audio-player .controls {
    display: flex;
    gap: 4px; }
    .tt_address_detail .stolperstein__content .audio-player .controls > button {
      display: inline-block;
      height: 38px;
      padding: 0 30px;
      color: #555;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 38px;
      letter-spacing: .1rem;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border-radius: 4px;
      border: 1px solid #bbb;
      cursor: pointer;
      box-sizing: border-box; }

form[id^=newBulkyWaste] .error {
  display: block; }

form[id^=newBulkyWaste] .xdsoft_datetimepicker {
  margin-top: 10px; }
  @media (min-width: 768px) {
    form[id^=newBulkyWaste] .xdsoft_datetimepicker .xdsoft_datepicker {
      width: 400px; } }
  form[id^=newBulkyWaste] .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_date:not(.xdsoft_disabled), form[id^=newBulkyWaste] .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_date:not(.xdsoft_disabled) div {
    background-color: #008906;
    color: white; }
  form[id^=newBulkyWaste] .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_disabled {
    background: #F5F5F5 !important;
    box-shadow: none !important;
    color: #666 !important; }
    form[id^=newBulkyWaste] .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_disabled:hover {
      cursor: not-allowed;
      background: #F5F5F5 !important;
      box-shadow: none !important;
      color: #666 !important; }
  form[id^=newBulkyWaste] .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_current:not(.xdsoft_disabled) {
    border: 2px solid red !important;
    position: relative; }
    @media (min-width: 768px) {
      form[id^=newBulkyWaste] .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_current:not(.xdsoft_disabled):after {
        content: '\f00c';
        position: absolute;
        left: 9px;
        top: 2px;
        color: white;
        font-family: 'Font Awesome 5 Free'; } }

form[id^=newBulkyWaste] .xdsoft_datetimepicker .xdsoft_calendar td:hover, form[id^=newBulkyWaste] .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #008906 !important;
  border: 2px solid red !important;
  box-shadow: none !important; }

label[for$=datepicker] {
  font-weight: bold; }

.form-group.has-error div[id$=bulky-waste-type] {
  outline: 1px dashed red;
  outline-offset: 2px; }

@media (min-width: 768px) {
  .input.datepicker {
    display: grid;
    grid-template-columns: auto 1fr; }
    .input.datepicker p {
      margin-top: 10px; }
    .input.datepicker .xdsoft_datetimepicker, .input.datepicker p, .input.datepicker .error.help-block {
      grid-column: 1/2; }
    .input.datepicker .legend--chosen {
      grid-row: 1/2;
      grid-column: 2/3; } }

@media (min-width: 768px) {
  .legend--chosen {
    display: grid;
    justify-content: flex-start;
    align-content: center;
    padding: 20px; } }

.legend--chosen span {
  background-color: #008906;
  padding: 10px;
  color: white;
  display: inline-block;
  margin-bottom: 20px; }

.legend {
  margin-bottom: 5px;
  vertical-align: text-top;
  margin-right: 3px;
  display: inline-block;
  width: 57px;
  height: 25px; }
  .legend--available {
    background-color: #008906; }
  .legend--selected {
    background-color: #008906;
    border: 2px solid red;
    position: relative; }
    @media (min-width: 768px) {
      .legend--selected:after {
        content: '\f00c';
        position: absolute;
        left: 9px;
        top: 2px;
        color: white;
        font-weight: 600;
        font-size: 12px;
        font-family: 'Font Awesome 5 Free'; } }

form[id^=wasteComplaint] .text-order-form,
form[id^=wasteComplaint] .contact-reason-container .col-md-6:not(:first-child),
form[id^=wasteComplaint] .text-online-service,
form[id^=wasteComplaint] fieldset[id$="fieldset-bin-order"] + .actions .submit,
form[id^=wasteComplaint] .row.waste-size > .col-md-6:not(:first-child),
form[id^=wasteComplaint] .row.waste-type > .col-md-4:not(:first-child) > .form-group {
  display: none; }

form[id^=wasteComplaint] .complaint-reason-container > .has-error {
  display: block; }

/******************************************************************************/
/* COMMON TAG DEFINITION													  */
/******************************************************************************/
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%; }

html {
  height: 100%;
  min-height: 100%; }

body {
  min-height: 100%;
  position: relative;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

a,
a:hover {
  text-decoration: none; }

p {
  margin-bottom: 1em; }

img, embed, object, video, .noJQuery iframe {
  max-width: 100%;
  height: auto;
  width: auto; }

b {
  font-weight: bold; }

i {
  font-style: italic; }

input,
textarea {
  color: #515151; }

/******************************************************************************/
/* BASIC CLASS DEFINITIONS													  */
/******************************************************************************/
div.clear,
br.clear {
  height: 0;
  clear: both !important;
  font-size: 0;
  overflow: hidden; }

/****************************/
/* Header					*/
/****************************/
#header {
  clear: both;
  padding: 17px 10px 0 10px; }

#logo {
  float: left; }

#search, .searchId {
  clear: both;
  padding-top: 15px; }

#search > div,
.searchId > div {
  float: right; }

#search form,
.searchId form {
  background: url(/fileadmin/templates/heilbronn/images/bg/schatten.png) right bottom no-repeat;
  padding-bottom: 14px;
  height: 25px; }

#search form input,
.searchId form input {
  float: left; }

#search #searchInput,
#search .searchInput,
.searchId .searchInput {
  width: 360px;
  font-style: italic;
  background-color: #EDEDED;
  border: none;
  height: 25px;
  line-height: 25px;
  padding: 0 5px; }

#search .searchSubmit,
.searchId .searchSubmit {
  background: url(/fileadmin/templates/heilbronn/images/bg/searchSubmit_red.png) center no-repeat;
  height: 25px;
  width: 25px;
  color: transparent; }

#metaMenu {
  z-index: 10; }

#metaMenu > ul {
  float: right; }

#metaMenu > ul > li {
  float: left;
  padding-left: 10px;
  margin-left: 5px;
  background: url(/fileadmin/templates/heilbronn/images/bg/metaSep.gif) left center no-repeat; }

#metaMenu > ul > li.zoom {
  background: none;
  position: relative;
  z-index: 200;
  cursor: pointer; }

#metaMenu > ul > li.zoom span.zoomNotice,
#metaMenu > ul > li.zoom div.zoomNotice {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 3%;
  left: 33%;
  width: 33%;
  border: 3px solid #ededed;
  padding: 3%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 600px;
  background-color: #ffffff;
  background: url(/fileadmin/templates/heilbronn/images/bg/close.png) 99% 98% no-repeat #ffffff;
  font-size: 1.2em; }

#metaMenu > ul > li.zoom a,
#metaMenu > ul > li.contrast a {
  font-weight: bold; }

#metaMenu > ul > li.lang.active {
  display: none; }

.noJQuery #metaMenu > ul > li.zoom:hover span.zoomNotice,
.noJQuery #metaMenu > ul > li.zoom:hover div.zoomNotice {
  display: block; }

#metaMenu > ul > li:first-child {
  background: none;
  margin-left: 0;
  padding-left: 0; }

#metaMenu a {
  text-decoration: none;
  color: #515151; }

#slider {
  clear: both;
  padding-top: 15px; }

#slider img {
  max-width: 100%; }

#slider img.mobile-header-image {
  display: none; }

.noJQuery #slider .slideContainer img {
  display: none; }

.noJQuery #slider .slideContainer img:first-child {
  display: block; }

#breadcrumb {
  clear: both;
  border-bottom: solid 1px #ededed;
  padding-left: 17px; }

#breadcrumb a {
  text-decoration: none;
  color: #515151; }

/****************************/
/* Content					*/
/****************************/
.columns {
  clear: both; }

.columns > div.main {
  float: left;
  width: 71%; }

.columns > div.sidebar {
  float: left;
  width: 26%;
  margin-left: 3%; }

body.start .columns > div.main {
  float: left;
  width: 54%; }

body.start .columns > div.sidebar {
  float: left;
  width: 44%;
  margin-left: 2%;
  padding-left: 0; }

.columns > div.l50,
.columns > div.r50 {
  width: 48%;
  float: left; }

.columns > div.l50 {
  padding-right: 1%; }

.columns > div.r50 {
  padding-left: 1%; }

.print {
  display: block;
  clear: both;
  border-top: solid 1px #ededed;
  margin-right: 30%;
  margin-top: 2em;
  text-align: right;
  padding: 2em 0; }

.start .print {
  margin-right: 46%; }

.contentol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 3em;
  margin-bottom: 1em; }

.contentul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 3em;
  margin-bottom: 1em; }

.contentdl {
  margin-bottom: 10px; }

.contentdl dt {
  clear: left;
  float: left;
  width: 40%; }

.contentdl dd {
  float: left;
  width: 60%; }

.contentdl::after {
  content: ' ';
  clear: both;
  display: block; }

/*	directLinks	*/
.directLinks {
  background: url(/fileadmin/templates/heilbronn/images/bg/schatten.png) bottom right no-repeat;
  padding-bottom: 14px;
  margin-bottom: 10px;
  display: block; }

.directLinks a {
  padding-right: 29px;
  background: url(/fileadmin/templates/heilbronn/images/bg/directLink.png) right center no-repeat #d4001c;
  display: block; }

.directLinks a span.text {
  background: url(/fileadmin/templates/heilbronn/images/bg/body.png) top left repeat;
  display: block;
  padding: 0.5em;
  padding-right: 0; }

.directLinks a span.text > span {
  display: block;
  color: #515151;
  font-family: 'Droid Sans', arial, sans-serif;
  font-size: 1.25em; }

.directLinks a span.text > span:first-child {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.083em; }

.directLinks a span.arrow {
  background: #d4001c;
  float: right;
  width: 20%; }

.filelist-item {
  margin-bottom: 0.5em;
  background-color: #ededed;
  clear: both; }

.filelist-item .filelist-icon {
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  margin-right: 0.5em; }

.filelist-item .filelist-preview {
  float: left;
  margin-right: 10px; }

.filelist-item .csc-uploads-fileName,
.filelist-item .csc-uploads-description,
.filelist-item .csc-uploads-fileSize {
  display: block; }

.filelist-item .csc-uploads-fileSize:after {
  content: " ";
  height: 0;
  line-height: 0;
  clear: both;
  display: block; }

/*	weitere Themen	*/
.menuPage li {
  float: left;
  width: 48%;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ededed; }

.menuPage li.odd {
  padding-right: 2%; }

.menuPage li.even {
  padding-left: 2%; }

.menuPage li img {
  width: 99%; }

.menuPage li span.title {
  display: block;
  color: #515151;
  font-weight: bold; }

.menuPage li span.abstract {
  color: #515151; }

#address {
  float: left;
  width: 49%;
  padding-right: 1%; }

#service {
  float: right;
  width: 49%;
  padding-left: 1%; }

#address > span,
#service > span,
#service > nav {
  float: left;
  width: 48%;
  padding-right: 2%; }

div.copyright > span {
  width: 25%;
  float: left;
  border-top: 1px solid #ededed;
  padding-top: 10px; }

.sr-hint {
  background: none repeat scroll 0 0;
  display: inline;
  height: 0;
  left: -9999px;
  position: absolute;
  top: -9999px;
  width: 0; }

/*	tt_news	*/
.news-list-item,
.news-latest-item {
  border-bottom: 1px solid #ededed;
  margin-bottom: 1em; }

.news-latest-item > img {
  float: left;
  margin: 0 1em 1em 0; }

.news-list-item .news-list-date {
  float: right; }

.news-latest-item .news-list-morelink {
  display: inline-block;
  padding-left: 0.5em; }

.news-single-backlink a {
  padding: 0.5em;
  background-color: #ededed;
  display: inline-block; }

/*	json news	*/
.newsJSON .imageHtml a {
  width: 25%;
  display: block;
  float: left; }

.newsJSON .imageHtml a img {
  max-width: 90%; }

.newsJSON .fahrzeugeHtml .fahrzeug {
  float: left;
  width: 25%; }

.newsJSON .fahrzeugeHtml a {
  display: block; }

.newsJSON .fahrzeugeHtml a img {
  width: 90%; }

/*	csc-mailform	*/
div.csc-mailform fieldset legend {
  display: none; }

div.csc-mailform fieldset ol {
  padding: 0 !important; }

div.csc-mailform li label {
  width: 35% !important;
  margin-right: 1%;
  text-align: right; }

div.csc-mailform label em, div.csc-mailform legend em {
  display: inline-block;
  color: #d4001c; }

div.csc-mailform input {
  padding: 0;
  width: 55%;
  background-color: #ededed;
  border: none;
  padding: 0.25em;
  margin: 0; }

div.csc-mailform textarea {
  width: 55%;
  font-family: arial;
  padding: 0;
  min-height: 15em;
  background-color: #ededed;
  border: none;
  padding: 0.25em;
  margin: 0; }

div.csc-mailform .form-buttons {
  padding-left: 36%; }

div.csc-mailform .form-buttons li {
  float: left; }

div.csc-mailform input.submit,
div.csc-mailform input.reset,
div.csc-mailform .csc-form-confirmation input {
  width: auto;
  padding: 0.25em 0.5em;
  margin: 0;
  border: none; }

div.csc-mailform input.submit,
div.csc-mailform .csc-form-confirmation .csc-form-confirmation-true input {
  background-color: #d4001c;
  color: #fff; }

div.csc-mailform .csc-form-confirmation .csc-form-confirmation-true,
div.csc-mailform .csc-form-confirmation .csc-form-confirmation-false {
  float: left; }

/*	sitemap	*/
.csc-sitemap ul {
  list-style: square outside none;
  padding-left: 3em; }

.csc-menu-glossary {
  list-style-position: outside;
  list-style-type: square;
  padding-left: 3em;
  margin-bottom: 1em; }

.csc-menu-glossary .glossaryAbstract {
  display: block;
  margin-bottom: 3px;
  padding-left: 5px; }

/*
.csc-menu-glossary dd {
	margin-bottom: 3px;
}
*/
/*	tables	*/
.contenttable td,
.contenttable th {
  padding: 2px; }

.contenttable th {
  font-weight: bold; }

/*	news	*/
.tx-ttaddress-pi1 .address {
  margin-top: 20px; }

.tx-ttaddress-pi1 .address:first-child {
  margin-top: 0px; }

/*
.address a.email,
.addresses a.email {
	word-wrap: break-word;
	word-break: break-all;
	display: inline-block;
}
*/
.addresses .additionalAddress {
  padding-top: 20px; }

.addresses .additionalAddress:first-child {
  padding-top: 0px; }

.frame .addressDetailView h2 {
  font-family: 'Source Sans Pro';
  font-weight: bold; }

.addressDetailView .addressItem {
  background-color: #f5f5f5;
  padding: 5px;
  margin-bottom: 20px;
  line-height: 2; }

.addressDetailView .addressItem .labelAddress {
  display: block;
  padding: 2px 5px;
  margin: -5px -5px 0 -5px;
  background-color: #cccccc;
  text-transform: uppercase;
  font-family: 'Droid Sans', arial, sans-serif;
  font-weight: bold; }

.addressDetailView .addressItem.image img {
  width: 100%; }

.addressDetailView .addressItem.image figcaption {
  line-height: 1.5; }

/****************************/
/* 	media queries			*/
/****************************/
/*	width up to 860px	*/
@media only screen and (max-width: 860px) {
  body.start .columns > div.main,
  .columns > div.main {
    clear: both;
    width: 100%;
    margin: 3% 0; }
  body.start .columns > div.sidebar,
  .columns > div.sidebar {
    clear: both;
    width: 100%;
    margin: 3% 0; }
  .start .print,
  .print {
    display: block;
    clear: both;
    margin-right: 2%;
    text-align: right; } }

/*	width up to 660px	*/
@media only screen and (max-width: 660px) {
  #metaMenu > ul > li.zoom span.zoomNotice {
    width: 50%;
    left: 25%; }
  #slider img:not(.mobile-header-image) {
    display: none; }
  #slider img.mobile-header-image {
    display: block; }
  #search #searchInput,
  .searchId #searchInput {
    width: 290px; }
  footer {
    padding: 0 1%;
    padding-bottom: 20px; }
  #address,
  #service {
    width: 100%;
    padding: 1% 0; }
  div.copyright > span {
    width: 50%;
    float: left; }
  .noJQuery #quick_navigation:hover > ul {
    display: block; }
  .sr-hint.hide {
    display: none; }
  .newsJSON .imageHtml a {
    width: 50%; } }

@media only screen and (max-width: 380px) {
  .main div.csc-frame {
    width: 100%;
    float: none;
    margin: 0; } }

/*	width up to 360px	*/
@media only screen and (max-width: 360px) {
  #header {
    padding: 0; }
  .menuPage li {
    width: 100%;
    padding: 0 !important; }
  .menuPage li img {
    max-width: 98%; } }

/*	change standard typo CSS	*/
FIGCAPTION.csc-textpic-caption {
  display: block; }

.csc-textpic-imagewrap {
  display: block; }

/** Extension heilbronn plugins **/
/* Addresses */
.addressGroup {
  margin-bottom: 1.5em; }

.addressGroup h3 {
  margin-top: 0.5em;
  margin-bottom: 0.25em; }

.frame-type-form_formframework {
  margin-bottom: 15px; }

.frame-type-form_formframework .form-navigation .btn-group {
  margin-left: auto; }

.frame-type-form_formframework .btn-primary {
  background-color: #515151;
  border-color: #515151; }

.frame-type-form_formframework .btn-primary:hover {
  background-color: #848484;
  border-color: #848484; }

.frame-type-form_formframework legend {
  font-weight: 600; }

.frame-type-form_formframework textarea {
  resize: vertical;
  height: 150px; }

.frame-type-form_formframework .form-group input[type="checkbox"] + span:before,
.frame-type-form_formframework .form-group input[type="radio"] + span:before {
  content: ' ';
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -25px;
  width: 20px;
  height: 20px;
  background-color: #EDEDED;
  margin-right: 5px; }

.frame-type-form_formframework .form-group input[type="checkbox"] + span,
.frame-type-form_formframework .form-group input[type="radio"] + span {
  display: block;
  min-height: 20px;
  margin: 5px 0 5px 26px;
  position: relative; }

.frame-type-form_formframework .form-group input[type="checkbox"] + span,
.frame-type-form_formframework .form-group input[type="radio"] + span {
  display: inline-block;
  width: calc(100% - 25px); }

.frame-type-form_formframework .form-group input[type="checkbox"]:checked + span:before,
.frame-type-form_formframework .form-group input[type="radio"]:checked + span:before {
  width: 20px;
  height: 20px;
  background: #9D9D9C;
  border: 3px solid #EDEDED; }

.frame-type-form_formframework .form-group input[type="radio"] + span:before {
  border-radius: 10px; }

.frame-type-form_formframework .form-group input[type="checkbox"],
.frame-type-form_formframework .form-group input[type="radio"] {
  position: absolute;
  left: 5px;
  top: 5px;
  margin-left: 0;
  opacity: 0; }

.frame-type-form_formframework .form-group input[type="checkbox"]:focus + span:before,
.frame-type-form_formframework .form-group input[type="radio"]:focus + span:before {
  outline: 1px dashed #CCC; }

.form-check {
  padding-left: 0; }

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg=="); }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #eee; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: white;
  border-top: 1px solid #eee;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px; }

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #A94442; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #1E5799; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #A94442 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

/*	calendar	*/
.newsCalendar .form-group {
  margin-bottom: 15px; }

.newsCalendar .form-group label {
  width: 20%;
  display: inline-block; }

.newsCalendar .eventNewsCheck {
  margin-bottom: 15px; }

.newsCalendar .eventNewsCheck ul {
  padding-left: 15px; }

.newsCalendar .table {
  width: 100%;
  margin-top: 15px;
  max-width: 600px; }

.newsCalendar .table th,
.newsCalendar .table td {
  border: 1px solid #ededed;
  padding: 10px; }

.newsCalendar .table .days > th {
  min-width: 14%; }

.newsCalendar .table .pager > li {
  display: inline-block; }

.newsCalendar .eventItem {
  background-color: #01aaed;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  position: relative;
  z-index: 10;
  margin-bottom: 5px; }

.newsCalendar .eventInfo {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  background-color: #fff;
  border: 2px solid #ededed;
  padding: 5px;
  border-radius: 5px; }

.newsCalendar .eventItem:hover .eventInfo {
  display: block; }

.newsCalendar .calendarList {
  padding-top: 15px; }

.newsCalendar .calendarList .header,
.newsCalendar .calendarList .even > div,
.newsCalendar .calendarList .odd > div {
  padding: 10px; }

.eventInformation {
  margin-bottom: 20px; }

.newsCalendar .calendarList .even > div {
  background-color: #ededed; }

.carpark .parkIcon {
  border: none; }

.carpark .carparkContent > div:first-child:after {
  content: " ";
  display: table;
  clear: both; }

/*
.carpark .carparkIcon,
.carpark .carparkLocation {
	float: left;
}

.carpark .carparkLocation {
	padding-left: 20px;
}
*/
div[id$="video"].video-js-box {
  max-width: 100%;
  height: auto !important; }

.facelift-2018 .main div.csc-frame, .facelift-2018 .main div.frame-custom-20, .facelift-2018 .main div.frame-custom-21, .facelift-2018 .main div.frame-custom-22, .facelift-2018 .main div.frame-custom-23, .facelift-2018 .main div.frame-custom-24, .facelift-2018 .main div.frame-custom-25 {
  float: none; }

.facelift-2018 .main div.csc-frame, .facelift-2018 .main div.frame-custom-20, .facelift-2018 .main div.frame-custom-21, .facelift-2018 .main div.frame-custom-22, .facelift-2018 .main div.frame-custom-23, .facelift-2018 .main div.frame-custom-24, .facelift-2018 .main div.frame-custom-25 {
  width: 100%;
  margin: 0; }

.header-slider img {
  width: 100%; }

.header-slider #slider {
  padding-top: 0; }

.start-slider .header-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .start-slider .header-slide > .container {
    height: 1015px; }
    .start-slider .header-slide > .container .link-row {
      margin-top: 250px; }

.start-slider .slider-text-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 330px;
  background-color: rgba(235, 235, 235, 0.85); }
  @media (max-width: 575.98px) {
    .start-slider .slider-text-wrapper {
      height: 300px; } }
  .start-slider .slider-text-wrapper .slider-text {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 1199.98px) {
      .start-slider .slider-text-wrapper .slider-text {
        padding-top: 20px; } }
    @media (max-width: 767.98px) {
      .start-slider .slider-text-wrapper .slider-text {
        padding-top: 20px; } }
    @media (max-width: 575.98px) {
      .start-slider .slider-text-wrapper .slider-text .slider-body-text p {
        margin-bottom: 0; } }
    .start-slider .slider-text-wrapper .slider-text .slider-header-text {
      font-size: 45px;
      font-family: "Source Serif Pro"; }
      .start-slider .slider-text-wrapper .slider-text .slider-header-text .the-big-letter img {
        display: inline-block;
        height: 90px; }
        @media (max-width: 767.98px) {
          .start-slider .slider-text-wrapper .slider-text .slider-header-text .the-big-letter img {
            height: 60px; } }
        @media (max-width: 575.98px) {
          .start-slider .slider-text-wrapper .slider-text .slider-header-text .the-big-letter img {
            height: 30px; } }
      .start-slider .slider-text-wrapper .slider-text .slider-header-text.left h3 {
        display: inline-block;
        margin-left: -6px;
        font-size: 50px; }
        @media (max-width: 767.98px) {
          .start-slider .slider-text-wrapper .slider-text .slider-header-text.left h3 {
            font-size: 40px; } }
        @media (max-width: 575.98px) {
          .start-slider .slider-text-wrapper .slider-text .slider-header-text.left h3 {
            font-size: 25px; } }
      .start-slider .slider-text-wrapper .slider-text .slider-header-text.right {
        text-align: right; }
        @media (max-width: 991.98px) {
          .start-slider .slider-text-wrapper .slider-text .slider-header-text.right {
            margin-top: -30px; } }
        @media (max-width: 575.98px) {
          .start-slider .slider-text-wrapper .slider-text .slider-header-text.right {
            margin-top: -10px; } }
        .start-slider .slider-text-wrapper .slider-text .slider-header-text.right h3 {
          display: inline-block;
          padding-right: 4px;
          font-size: 50px; }
          @media (max-width: 767.98px) {
            .start-slider .slider-text-wrapper .slider-text .slider-header-text.right h3 {
              font-size: 40px; } }
          @media (max-width: 575.98px) {
            .start-slider .slider-text-wrapper .slider-text .slider-header-text.right h3 {
              font-size: 25px; } }

.start-slider .slick-dots {
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  list-style-type: none; }
  .start-slider .slick-dots li {
    display: inline-block;
    padding: 8px 4px; }
    .start-slider .slick-dots li.slick-active button {
      background-color: #6e6e6e; }
    .start-slider .slick-dots li button {
      background: #a6a5a5;
      outline: none;
      padding: 0;
      border: none;
      border-radius: 100%;
      width: 16px;
      height: 16px;
      color: transparent; }

.start-slider .slider-search {
  margin-top: 20px; }
  @media screen and (max-width: 850px) {
    .start-slider .slider-search {
      top: 25px; } }
  @media screen and (min-width: 768px) and (max-width: 1288px) {
    .start-slider .slider-search {
      width: 644px; } }
  @media (max-width: 767.98px) {
    .start-slider .slider-search {
      flex-basis: 0;
      flex-grow: 1;
      padding: 0 15px;
      max-width: 100%; } }
  .start-slider .slider-search .help-text {
    text-align: center;
    text-shadow: 2px 2px 10px black;
    font-size: 40px;
    font-family: "Source Serif Pro";
    font-weight: bold;
    color: white;
    margin-bottom: 0; }
  @media (max-width: 575.98px) {
    .start-slider .slider-search #search .tx-kesearch-pi1, .start-slider .slider-search .searchId .tx-kesearch-pi1 {
      float: none;
      width: auto; } }
  @media (max-width: 767.98px) {
    .start-slider .slider-search #search .fields, .start-slider .slider-search .searchId .fields {
      width: calc(100% + 58px); } }
  @media (max-width: 575.98px) {
    .start-slider .slider-search #search .fields, .start-slider .slider-search .searchId .fields {
      width: auto; } }
  .start-slider .slider-search #search .fields > *, .start-slider .slider-search .searchId .fields > * {
    vertical-align: top; }
  .start-slider .slider-search #search .searchInput, .start-slider .slider-search .searchId .searchInput {
    width: 450px;
    background-color: white;
    border: none;
    margin-right: 5px;
    height: 54px;
    padding: 0 19px;
    font-size: 16px;
    font-style: normal;
    color: black;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .start-slider .slider-search #search .searchInput, .start-slider .slider-search .searchId .searchInput {
        width: 481px; } }
    @media (max-width: 575.98px) {
      .start-slider .slider-search #search .searchInput, .start-slider .slider-search .searchId .searchInput {
        float: none;
        width: calc(100% - 64px); } }
    @media (min-width: 768px) {
      .start-slider .slider-search #search .searchInput, .start-slider .slider-search .searchId .searchInput {
        width: 585px; } }
    .start-slider .slider-search #search .searchInput::placeholder, .start-slider .slider-search .searchId .searchInput::placeholder {
      color: #000; }
  .start-slider .slider-search #search .submit, .start-slider .slider-search .searchId .submit {
    width: 54px;
    height: 54px;
    background-color: #ff3c2d;
    border: none; }
    .start-slider .slider-search #search .submit i, .start-slider .slider-search .searchId .submit i {
      font-family: 'Font Awesome 5 Free';
      color: white;
      font-size: 2em; }

@media (max-width: 767.98px) {
  .start-slider .link-wrapper .link-inner {
    margin: 0; } }

.start-slider .link-wrapper .link-inner .slide-link {
  background-color: rgba(235, 235, 235, 0.85);
  width: 200px;
  height: 200px; }
  @media (max-width: 991.98px) {
    .start-slider .link-wrapper .link-inner .slide-link {
      width: 175px; } }
  @media (max-width: 767.98px) {
    .start-slider .link-wrapper .link-inner .slide-link {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; } }
  .start-slider .link-wrapper .link-inner .slide-link a {
    color: black;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative; }
    .start-slider .link-wrapper .link-inner .slide-link a span {
      position: absolute;
      bottom: 15px;
      right: 0;
      width: 100%;
      text-align: center;
      word-break: break-word;
      padding: 0 10px; }
  .start-slider .link-wrapper .link-inner .slide-link.one {
    margin-right: 5px; }

.start-slider .quick-links-wrapper {
  position: relative;
  float: right; }
  .start-slider .quick-links-wrapper .quick-links {
    width: 360px;
    height: 200px;
    background-color: rgba(235, 235, 235, 0.85); }
    @media screen and (max-width: 1520px) {
      .start-slider .quick-links-wrapper .quick-links {
        bottom: 50px; } }
    @media (max-width: 991.98px) {
      .start-slider .quick-links-wrapper .quick-links {
        width: 330px; } }
    .start-slider .quick-links-wrapper .quick-links ul {
      padding: 20px 30px; }
      @media (max-width: 991.98px) {
        .start-slider .quick-links-wrapper .quick-links ul {
          padding: 20px 20px; } }

@media (max-width: 767.98px) {
  .quick-links-wrapper {
    display: none; } }

.quick-links ul {
  padding: 20px 0; }
  .quick-links ul li:not(:last-child) {
    border-bottom: 1px solid #c8c8c8; }
  .quick-links ul li a {
    color: black;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    line-height: 40px; }
    .quick-links ul li a:before {
      content: '';
      height: 35px;
      width: 35px;
      margin-right: 10px;
      vertical-align: middle;
      display: inline-block; }
    .quick-links ul li a.career:before {
      background: url("../../../Images/Icons/facelift/HMG_Icon_Aktentasche.svg") no-repeat center; }
    .quick-links ul li a.newsletter:before {
      background: url("../../../Images/Icons/facelift/HMG_Icon_Brief.svg") no-repeat center; }
    .quick-links ul li a.webcam:before {
      background: url("../../../Images/Icons/facelift/HMG_Icon_Kamera.svg") no-repeat center; }
    .quick-links ul li a.infowelcome:before {
      background: url("../../../Images/Icons/facelift/HMG_Icon_Info.svg") no-repeat center; }
    .quick-links ul li a.involvement:before {
      background: url("../../../Images/Icons/buergerbeteiligung.png") no-repeat center/contain; }
    .quick-links ul li a.townmap:before {
      background: url("../../../Images/Icons/facelift/HMG_Icon_Stadtplan.svg") no-repeat center; }

.slider.sponsor .slick-track {
  display: flex; }
  .slider.sponsor .slick-track .slick-slide.slide-item {
    height: auto; }
    .slider.sponsor .slick-track .slick-slide.slide-item .sponsor-image {
      margin: 0 10px;
      justify-content: center;
      align-content: center;
      height: 100%; }
      .slider.sponsor .slick-track .slick-slide.slide-item .sponsor-image a, .slider.sponsor .slick-track .slick-slide.slide-item .sponsor-image img {
        display: block;
        margin: 0 auto; }

.slider.sponsor .slick-dots {
  position: relative;
  margin: 15px auto 25px 50%;
  transform: translateX(-50%);
  list-style-type: none;
  text-align: center; }
  .slider.sponsor .slick-dots li {
    display: inline-block;
    padding: 8px 4px; }
    .slider.sponsor .slick-dots li.slick-active button {
      background-color: #6e6e6e; }
    .slider.sponsor .slick-dots li button {
      background: #a6a5a5;
      outline: none;
      padding: 0;
      border: none;
      border-radius: 100%;
      width: 12px;
      height: 12px;
      color: transparent; }
  @media (max-width: 575.98px) {
    .slider.sponsor .slick-dots {
      display: none !important; } }

.sr-hint.js-focus {
  display: block;
  position: fixed;
  top: 20px;
  left: 20px;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 1000000;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #8b9097;
  padding: 20px; }

.sr-hint.js-focus a {
  display: block;
  color: #000000;
  padding: 10px;
  font-weight: 700; }

.sr-hint.js-focus a:focus {
  outline: 2px dashed #000000; }

#breadcrumb.facelift-breadcrumb {
  border: none;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 12px; }
  @media (min-width: 576px) {
    #breadcrumb.facelift-breadcrumb {
      font-size: 16px; } }

#metaMenu.facelift-meta {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }
  #metaMenu.facelift-meta ul {
    display: none;
    padding: 20px;
    z-index: 1;
    width: 100%; }
    @media (min-width: 992px) {
      #metaMenu.facelift-meta ul {
        position: absolute;
        background-color: #ebebeb; } }
    @media (max-width: 991.98px) {
      #metaMenu.facelift-meta ul {
        width: 100%;
        float: none;
        background-color: #f8f8f8;
        padding-inline: 30px; }
        #metaMenu.facelift-meta ul li {
          padding-block: 8px;
          margin-bottom: 0; }
          #metaMenu.facelift-meta ul li:not(:last-child) {
            border-bottom: 1px solid white; }
          #metaMenu.facelift-meta ul li.zoom {
            display: none; } }
    #metaMenu.facelift-meta ul li {
      list-style: none;
      display: block;
      float: none;
      padding-left: 0;
      margin-left: 0;
      background: none;
      text-transform: none;
      margin-bottom: 16px; }
      #metaMenu.facelift-meta ul li * {
        text-transform: uppercase;
        font-weight: bold; }
      #metaMenu.facelift-meta ul li#events-watchlist, #metaMenu.facelift-meta ul li.search {
        display: none; }
  #metaMenu.facelift-meta.open > ul {
    display: block; }
  #metaMenu.facelift-meta #accessibility-toggle {
    background-color: #ebebeb;
    border: none;
    font-size: 16px;
    font-style: normal;
    color: black;
    font-weight: normal;
    text-transform: uppercase;
    padding-inline: 16px;
    letter-spacing: .7px;
    width: 220px; }
    @media (min-width: 992px) {
      #metaMenu.facelift-meta #accessibility-toggle {
        height: 30px;
        line-height: 30px; } }
    @media (max-width: 991.98px) {
      #metaMenu.facelift-meta #accessibility-toggle {
        padding-block: 16px;
        padding-inline: 30px;
        text-align: left;
        text-transform: none;
        letter-spacing: .8px;
        font-size: 30px;
        font-family: "Source Serif Pro";
        font-weight: bold;
        position: relative; }
        #metaMenu.facelift-meta #accessibility-toggle:after {
          content: '+';
          color: white;
          font-size: 35px;
          position: absolute;
          display: block;
          right: 30px;
          top: 50%;
          transform: translateY(-50%); }
        #metaMenu.facelift-meta #accessibility-toggle.open:after {
          content: '−';
          color: #ff3c2d; }
        #metaMenu.facelift-meta #accessibility-toggle svg {
          filter: invert(1);
          width: 30px;
          height: 22px; } }
    #metaMenu.facelift-meta #accessibility-toggle span {
      display: inline-block;
      padding-right: 8px;
      position: relative;
      height: 29px;
      top: 1px; }

.startPage #metaMenu.facelift-meta ul li.sign-language::after {
  content: ""; }

.toggleOffCanvas {
  z-index: 10; }

#facelift-menu {
  height: 100%;
  background: white;
  z-index: 999999;
  left: -100%;
  visibility: hidden;
  position: fixed;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  transition: left 0.5s ease-in-out, visibility 0.5s; }
  @media (min-width: 576px) {
    #facelift-menu {
      top: 150px; } }
  @media (max-width: 1199.98px) {
    #facelift-menu {
      top: 120px; } }
  @media (min-width: 576px) {
    body.scroll-down #facelift-menu {
      top: 120px; } }
  @media (max-width: 767.98px) {
    #facelift-menu {
      top: 100px; } }
  #facelift-menu.open {
    left: 0;
    visibility: visible; }
    @media (hover: none) {
      #facelift-menu.open #facelift-menu-inner {
        overflow-x: hidden; } }
    @media (min-width: 576px) {
      #facelift-menu.open #facelift-menu-inner {
        height: 2500px; } }
    #facelift-menu.open #facelift-menu-inner .menu-search-wrapper {
      visibility: visible; }
  #facelift-menu #facelift-menu-inner #facelift-menu-inner-container {
    position: relative; }
    #facelift-menu #facelift-menu-inner #facelift-menu-inner-container .facelift-menu-overlay {
      width: 0;
      height: 3000px;
      position: absolute;
      top: -180px;
      z-index: 0;
      background: #ebebeb;
      transition: width 0.5s ease; }
      @media (max-width: 991.98px) {
        #facelift-menu #facelift-menu-inner #facelift-menu-inner-container .facelift-menu-overlay {
          display: none; } }
      @media (min-width: 992px) {
        #facelift-menu #facelift-menu-inner #facelift-menu-inner-container .facelift-menu-overlay {
          left: 390px; } }
      #facelift-menu #facelift-menu-inner #facelift-menu-inner-container .facelift-menu-overlay.open {
        width: 100%; }
  #facelift-menu #facelift-menu-inner .menu-search-wrapper {
    position: relative;
    left: 0;
    /*visibility: visible;*/
    transition: left 0.5s ease, visibility 0.5s; }
    @media (min-width: 992px) {
      #facelift-menu #facelift-menu-inner .menu-search-wrapper {
        padding-bottom: 30px; } }
    #facelift-menu #facelift-menu-inner .menu-search-wrapper #meta-menu-header {
      width: 100%;
      display: flex;
      flex-direction: column; }
      #facelift-menu #facelift-menu-inner .menu-search-wrapper #meta-menu-header #google_translate_element {
        order: -1;
        margin-bottom: 16px;
        margin-left: 30px; }
      #facelift-menu #facelift-menu-inner .menu-search-wrapper #meta-menu-header #accessibility-toggle {
        width: 100%;
        background-color: #707070;
        color: white; }
    #facelift-menu #facelift-menu-inner .menu-search-wrapper.left {
      left: 2000px;
      visibility: hidden; }
    @media (max-width: 991.98px) {
      #facelift-menu #facelift-menu-inner .menu-search-wrapper #offCanvasSearch {
        padding-top: 34px; } }
    #facelift-menu #facelift-menu-inner .menu-search-wrapper .help-text {
      text-align: center;
      font-size: 40px;
      font-family: "Source Serif Pro";
      font-weight: bold;
      color: black; }
    #facelift-menu #facelift-menu-inner .menu-search-wrapper .fields > * {
      vertical-align: top; }
    #facelift-menu #facelift-menu-inner .menu-search-wrapper .searchInput {
      width: 450px;
      background-color: #ebebeb;
      border: none;
      height: 54px;
      padding: 0 19px;
      font-size: 16px;
      color: black;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        #facelift-menu #facelift-menu-inner .menu-search-wrapper .searchInput {
          width: 481px; } }
      @media (max-width: 575.98px) {
        #facelift-menu #facelift-menu-inner .menu-search-wrapper .searchInput {
          width: auto; } }
      @media (min-width: 992px) {
        #facelift-menu #facelift-menu-inner .menu-search-wrapper .searchInput {
          width: 590px; } }
    #facelift-menu #facelift-menu-inner .menu-search-wrapper .submit {
      width: 54px;
      height: 54px;
      background-color: #ff3c2d;
      border: none; }
      #facelift-menu #facelift-menu-inner .menu-search-wrapper .submit:hover {
        cursor: pointer; }
      #facelift-menu #facelift-menu-inner .menu-search-wrapper .submit i {
        font-family: "Font Awesome 5 Free";
        color: white;
        font-size: 2em; }
  #facelift-menu #facelift-menu-inner .facelift-menu-main {
    overflow: hidden; }
    @media (min-width: 992px) {
      #facelift-menu #facelift-menu-inner .facelift-menu-main {
        height: 100%;
        padding-right: 68%; } }
    #facelift-menu #facelift-menu-inner .facelift-menu-main ul li.active > a {
      color: #ff3c2d !important; }
    #facelift-menu #facelift-menu-inner .facelift-menu-main > ul {
      position: relative; }
      @media (max-width: 991.98px) {
        #facelift-menu #facelift-menu-inner .facelift-menu-main > ul {
          background-color: #ebebeb;
          padding: 0 30px;
          width: 100%; } }
      #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li {
        padding-bottom: 10px;
        background: white; }
        @media (max-width: 991.98px) {
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li {
            background-color: #ebebeb;
            border-bottom: 1px solid white;
            padding: 10px 0; } }
        @media (min-width: 992px) {
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li:hover {
            border-right: 4px solid #ff3c2d; } }
        @media (min-width: 992px) {
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li {
            width: 390px; } }
        #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li > a {
          font-family: "Source Serif Pro";
          font-weight: bold;
          font-size: 38px;
          color: black;
          padding-left: 0;
          text-decoration: none;
          padding-right: 0;
          line-height: 1.2; }
          @media (max-width: 991.98px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li > a {
              display: inline-block;
              width: 90%; } }
          @media (max-width: 991.98px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li > a {
              line-height: 1.2;
              font-size: 30px; } }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li > a.toggleSubMenu {
            display: none; }
            @media (max-width: 991.98px) {
              #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li > a.toggleSubMenu {
                display: inline-block;
                font-size: 35px;
                width: auto;
                float: right;
                border: none;
                margin-top: 5px;
                line-height: 100%; } }
        #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .facelift-menu-sub-overlay {
          width: 750px;
          float: right;
          position: absolute;
          background: white;
          left: 100%;
          z-index: 1;
          height: 100%;
          top: 0;
          visibility: hidden;
          transition: width 0.5s ease, visibility 0.5s; }
          @media (max-width: 991.98px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .facelift-menu-sub-overlay {
              display: none; } }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .facelift-menu-sub-overlay.open {
            width: 0;
            visibility: visible; }
        #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 {
          float: right;
          padding-left: 15px;
          z-index: 1;
          left: 1500px;
          top: 0;
          visibility: hidden;
          transition: left 0.5s ease, visibility 0.2s; }
          @media (max-width: 991.98px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 {
              display: none;
              padding-left: 0;
              width: 100%; } }
          @media (min-width: 992px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 {
              width: 440px;
              position: absolute; } }
          @media (min-width: 992px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 {
              width: 570px; } }
          @media (min-width: 1200px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 {
              width: 750px; } }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1.open {
            visibility: visible;
            left: 100%; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-1 {
            grid-row: 1 / 2; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-2 {
            grid-row: 2 / 3; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-3 {
            grid-row: 3 / 4; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-4 {
            grid-row: 4 / 5; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-5 {
            grid-row: 5 / 6; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-6 {
            grid-row: 6 / 7; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-7 {
            grid-row: 7 / 8; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-8 {
            grid-row: 8 / 9; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-9 {
            grid-row: 9 / 10; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-10 {
            grid-row: 10 / 11; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-11 {
            grid-row: 11 / 12; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-12 {
            grid-row: 12 / 13; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-13 {
            grid-row: 13 / 14; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-14 {
            grid-row: 14 / 15; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-15 {
            grid-row: 15 / 16; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-16 {
            grid-row: 16 / 17; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-17 {
            grid-row: 17 / 18; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-18 {
            grid-row: 18 / 19; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-19 {
            grid-row: 19 / 20; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-20 {
            grid-row: 20 / 21; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-21 {
            grid-row: 21 / 22; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-22 {
            grid-row: 22 / 23; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-23 {
            grid-row: 23 / 24; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-24 {
            grid-row: 24 / 25; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-25 {
            grid-row: 25 / 26; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-26 {
            grid-row: 26 / 27; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-27 {
            grid-row: 27 / 28; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-28 {
            grid-row: 28 / 29; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-29 {
            grid-row: 29 / 30; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-30 {
            grid-row: 30 / 31; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-31 {
            grid-row: 31 / 32; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-32 {
            grid-row: 32 / 33; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-33 {
            grid-row: 33 / 34; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-34 {
            grid-row: 34 / 35; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-35 {
            grid-row: 35 / 36; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-36 {
            grid-row: 36 / 37; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-37 {
            grid-row: 37 / 38; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-38 {
            grid-row: 38 / 39; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-39 {
            grid-row: 39 / 40; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-40 {
            grid-row: 40 / 41; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-41 {
            grid-row: 41 / 42; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-42 {
            grid-row: 42 / 43; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-43 {
            grid-row: 43 / 44; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-44 {
            grid-row: 44 / 45; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-45 {
            grid-row: 45 / 46; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-46 {
            grid-row: 46 / 47; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-47 {
            grid-row: 47 / 48; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-48 {
            grid-row: 48 / 49; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-49 {
            grid-row: 49 / 50; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-50 {
            grid-row: 50 / 51; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-51 {
            grid-row: 51 / 52; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-52 {
            grid-row: 52 / 53; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-53 {
            grid-row: 53 / 54; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-54 {
            grid-row: 54 / 55; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-55 {
            grid-row: 55 / 56; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-56 {
            grid-row: 56 / 57; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-57 {
            grid-row: 57 / 58; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-58 {
            grid-row: 58 / 59; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-59 {
            grid-row: 59 / 60; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-60 {
            grid-row: 60 / 61; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-61 {
            grid-row: 61 / 62; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-62 {
            grid-row: 62 / 63; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-63 {
            grid-row: 63 / 64; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-64 {
            grid-row: 64 / 65; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-65 {
            grid-row: 65 / 66; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-66 {
            grid-row: 66 / 67; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-67 {
            grid-row: 67 / 68; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-68 {
            grid-row: 68 / 69; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-69 {
            grid-row: 69 / 70; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-70 {
            grid-row: 70 / 71; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-71 {
            grid-row: 71 / 72; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-72 {
            grid-row: 72 / 73; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-73 {
            grid-row: 73 / 74; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-74 {
            grid-row: 74 / 75; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-75 {
            grid-row: 75 / 76; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-76 {
            grid-row: 76 / 77; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-77 {
            grid-row: 77 / 78; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-78 {
            grid-row: 78 / 79; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-79 {
            grid-row: 79 / 80; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-80 {
            grid-row: 80 / 81; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-81 {
            grid-row: 81 / 82; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-82 {
            grid-row: 82 / 83; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-83 {
            grid-row: 83 / 84; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-84 {
            grid-row: 84 / 85; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-85 {
            grid-row: 85 / 86; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-86 {
            grid-row: 86 / 87; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-87 {
            grid-row: 87 / 88; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-88 {
            grid-row: 88 / 89; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-89 {
            grid-row: 89 / 90; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-90 {
            grid-row: 90 / 91; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-91 {
            grid-row: 91 / 92; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-92 {
            grid-row: 92 / 93; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-93 {
            grid-row: 93 / 94; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-94 {
            grid-row: 94 / 95; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-95 {
            grid-row: 95 / 96; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-96 {
            grid-row: 96 / 97; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-97 {
            grid-row: 97 / 98; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-98 {
            grid-row: 98 / 99; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-99 {
            grid-row: 99 / 100; }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .sub-menu-item-100 {
            grid-row: 100 / 101; }
          @media (min-width: 992px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .left-col {
              float: left;
              width: 50%; } }
          @media (max-width: 991.98px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .left-col {
              width: 53%; } }
          @media (max-width: 991.98px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .left-col {
              display: contents; } }
          @media (max-width: 991.98px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .right-col {
              display: contents; } }
          @media (min-width: 992px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 .right-col {
              float: right;
              width: 50%; } }
          @media (max-width: 991.98px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul {
              padding-left: 0;
              margin-right: 0; } }
          @media (min-width: 992px) {
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul {
              padding-left: 15px; } }
          #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li {
            width: 100%; }
            @media (max-width: 991.98px) {
              #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li {
                border-bottom: 1px solid white;
                padding-bottom: 0; } }
            @media (min-width: 992px) {
              #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li {
                padding-bottom: 30px; } }
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li > a {
              font-family: "Source Sans Pro";
              font-weight: bold;
              line-height: 1;
              word-break: break-word;
              color: black;
              padding-left: 0;
              text-decoration: none;
              padding-right: 0; }
              @media (max-width: 991.98px) {
                #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li > a {
                  text-transform: uppercase;
                  font-size: 18px;
                  line-height: 50px;
                  font-weight: normal; } }
              @media (min-width: 992px) {
                #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li > a {
                  font-family: "Source Serif Pro";
                  font-size: 23px; } }
              @media (min-width: 992px) {
                #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li > a {
                  font-size: 25px; } }
              @media (min-width: 1200px) {
                #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li > a {
                  font-size: 30px; } }
              #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li > a.toggleSubMenu {
                display: none; }
                @media (max-width: 991.98px) {
                  #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li > a.toggleSubMenu.toggleSubMenu2 {
                    display: inline-block;
                    float: right;
                    font-size: 35px; } }
            @media (min-width: 992px) {
              #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 {
                padding-top: 5px; } }
            @media (max-width: 991.98px) {
              #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 {
                display: none; } }
            #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li {
              padding: 5px 0; }
              @media (min-width: 992px) {
                #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li {
                  position: relative; } }
              #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li:before {
                content: "\f054";
                font-size: 14px;
                font-weight: 900;
                margin-top: 2px;
                margin-right: 5px;
                font-family: "Font Awesome 5 Free"; }
                @media (min-width: 992px) {
                  #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li:before {
                    position: absolute; } }
                @media (max-width: 991.98px) {
                  #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li:before {
                    display: none; } }
              @media (max-width: 991.98px) {
                #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li {
                  border-bottom: 1px solid white;
                  padding-bottom: 0;
                  padding-left: 20px; } }
              #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li a {
                font-family: "Source Sans Pro";
                text-decoration: none;
                color: black;
                cursor: pointer;
                display: block;
                line-height: 1;
                overflow-wrap: break-word;
                word-wrap: break-word; }
                @media (min-width: 992px) {
                  #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li a {
                    margin-left: 15px;
                    padding: 4px 0; } }
                @media (max-width: 991.98px) {
                  #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li a {
                    font-size: 18px;
                    line-height: 50px;
                    font-weight: normal; } }
                @media (min-width: 992px) {
                  #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li a {
                    font-size: 17px; } }
                @media (min-width: 992px) {
                  #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li a {
                    font-size: 18px; } }
                #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li a.toggleSubMenu {
                  float: right;
                  font-size: 21px; }
                  @media (max-width: 991.98px) {
                    #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li a.toggleSubMenu.toggleSubMenu3 {
                      font-size: 35px; } }
              #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li .sub3 {
                display: none; }
                #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li .sub3 ul {
                  padding-top: 3px; }
                  #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li .sub3 ul li {
                    padding-left: 15px; }
                    #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li .sub3 ul li .sub4 {
                      display: none; }
                      #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul > li .sub2 ul li .sub3 ul li .sub4 ul li {
                        padding-left: 15px; }
  #facelift-menu #facelift-menu-inner .menu-topic-box {
    position: absolute;
    transition: right 0.5s ease;
    right: 0;
    top: 110px; }
    @media (max-width: 991.98px) {
      #facelift-menu #facelift-menu-inner .menu-topic-box {
        position: static;
        margin-top: 30px; } }
    #facelift-menu #facelift-menu-inner .menu-topic-box .topic-box {
      margin-bottom: 15px; }
      #facelift-menu #facelift-menu-inner .menu-topic-box .topic-box img {
        width: 100%; }
    #facelift-menu #facelift-menu-inner .menu-topic-box.right {
      right: -2000px; }

@media (min-width: 992px) {
  .offCanvasMeta {
    position: absolute;
    left: 0;
    top: 1100px; } }

@media (max-width: 991.98px) {
  .offCanvasMeta {
    width: 260px; } }

@media (min-width: 992px) {
  .offCanvasMeta {
    top: 850px; } }

@media (max-width: 991.98px) {
  .offCanvasMeta {
    margin-top: 50px;
    width: 100%; } }

.offCanvasMeta ul li a {
  text-decoration: none;
  font-size: 18px;
  color: black;
  font-family: "Source Sans Pro"; }

.offCanvasMeta ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb; }

.frame-layout-sitemap-with-images .topics-container .topic-box {
  padding: 4px 2px; }

.frame-layout-sitemap-with-images ul li {
  padding: 4px 2px;
  overflow: hidden; }

@media (min-width: 992px) {
  #facelift-menu #facelift-menu-inner .facelift-menu-main > ul > li .sub1 > ul.left-col > li:first-child > a {
    font-size: 38px; } }

#metaMenu.facelift-meta ul li.sign-langauge-video:after {
  content: ""; }

i.fas.fa-sign-language {
  background-image: url(/_assets/99af69b389b627b502895f80363129a3/Images/Icons/HN_Icon_Lesen_02.svg);
  height: 28px;
  width: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -10px; }

i.fas.fa-sign-language:before {
  content: ""; }

#metaMenu.facelift-meta ul li.sign-langauge-video:after {
  content: "|"; }

.no-search #metaMenu.facelift-meta ul li.sign-langauge-video:after {
  content: ""; }

.help-text {
  display: none; }

.facelift-2018 #search form, .facelift-2018 .searchId form {
  background: none;
  margin: 0; }

.facelift-2018 .header-placeholder {
  transition: height .3s ease; }
  @media (min-width: 992px) {
    .facelift-2018 .header-placeholder {
      height: 180px; } }
  @media (max-width: 1199.98px) {
    .facelift-2018 .header-placeholder {
      height: 120px; } }
  @media (max-width: 767.98px) {
    .facelift-2018 .header-placeholder {
      height: 103px; } }

.facelift-2018 #header {
  transition: padding .3s ease;
  padding: 0 0 30px 0; }
  .facelift-2018 #header *:not(i):not(.fas) {
    font-family: 'Source Sans Pro', sans-serif; }
  .facelift-2018 #header #topMenu {
    top: 0;
    order: 2; }
  .facelift-2018 #header #google_translate_element {
    order: 1; }
  .facelift-2018 #header .search-wrapper {
    flex: 1; }
    .facelift-2018 #header .search-wrapper .searchId {
      padding-top: 0; }
      .facelift-2018 #header .search-wrapper .searchId > div {
        float: none; }
    .facelift-2018 #header .search-wrapper .fields {
      display: flex;
      justify-content: center; }
    .facelift-2018 #header .search-wrapper .searchInput {
      width: 100%;
      max-width: 450px;
      background-color: #ebebeb;
      border: none;
      height: 54px;
      padding: 0 19px;
      font-size: 16px;
      color: black;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .facelift-2018 #header .search-wrapper .searchInput {
          max-width: 481px; } }
      @media (max-width: 575.98px) {
        .facelift-2018 #header .search-wrapper .searchInput {
          max-width: auto; } }
      @media (min-width: 992px) {
        .facelift-2018 #header .search-wrapper .searchInput {
          max-width: 590px; } }
    .facelift-2018 #header .search-wrapper .submit {
      width: 54px;
      height: 54px;
      background-color: #ff3c2d;
      border: none; }
      .facelift-2018 #header .search-wrapper .submit:hover {
        cursor: pointer; }
      .facelift-2018 #header .search-wrapper .submit i {
        font-family: "Font Awesome 5 Free";
        color: white;
        font-size: 2em; }
  .facelift-2018 #header .meta-menu-row:not(:empty) {
    height: 60px;
    transition: height .3s ease;
    position: relative;
    z-index: 11111; }
    .facelift-2018 #header .meta-menu-row:not(:empty) > .col {
      flex-direction: row;
      align-items: flex-start;
      gap: 1rem; }
  @media (min-width: 768px) {
    .facelift-2018 #header {
      position: fixed;
      z-index: 99999;
      background-color: white;
      width: 100%; } }
  @media (min-width: 992px) {
    .facelift-2018 #header.scroll-down {
      padding: 0 0 30px 0; }
      .facelift-2018 #header.scroll-down + .header-placeholder {
        height: 120px; }
      .facelift-2018 #header.scroll-down .meta-menu-row {
        height: 30px; }
    .facelift-2018 #header #topMenu {
      top: 0; } }
  @media (max-width: 1199.98px) {
    .facelift-2018 #header {
      padding: 0 0 30px 0; } }
  @media (max-width: 991.98px) {
    .facelift-2018 #header {
      padding: 30px 0 30px 0; } }
  @media (max-width: 767.98px) {
    .facelift-2018 #header {
      padding: 21px 0;
      position: fixed;
      background-color: white;
      max-width: 100%;
      width: 100%;
      top: 0;
      z-index: 100;
      -webkit-box-shadow: 0px 0px 10px #000;
      -moz-box-shadow: 0px 0px 10px #000;
      box-shadow: 0px 0px 10px #000; }
      .facelift-2018 #header #topMenu {
        top: -21px;
        right: 12px; }
      .facelift-2018 #header.scroll-down #topMenu {
        top: -21px;
        right: 12px; } }
  .facelift-2018 #header #topMenu {
    transition: top .3s ease; }
  .facelift-2018 #header #logo {
    z-index: 10; }
    @media (max-width: 767.98px) {
      .facelift-2018 #header #logo {
        width: 250px; } }
    @media (max-width: 575.98px) {
      .facelift-2018 #header #logo {
        width: 190px;
        display: flex;
        align-items: center; } }
  .facelift-2018 #header .toggle-wrapper {
    z-index: 10; }
    @media (max-width: 767.98px) {
      .facelift-2018 #header .toggle-wrapper {
        width: 44px; } }
    .facelift-2018 #header .toggle-wrapper .menu-span {
      width: 100%;
      display: inline-block;
      margin-bottom: 4px;
      font-size: 17px;
      text-transform: uppercase;
      font-weight: bold; }
    .facelift-2018 #header .toggle-wrapper .toggleOffCanvas {
      padding: 0;
      margin-top: 0;
      background: none;
      text-indent: 0;
      outline: none;
      width: auto;
      height: auto; }
      .facelift-2018 #header .toggle-wrapper .toggleOffCanvas:hover, .facelift-2018 #header .toggle-wrapper .toggleOffCanvas:active, .facelift-2018 #header .toggle-wrapper .toggleOffCanvas:focus {
        outline: none; }
      .facelift-2018 #header .toggle-wrapper .toggleOffCanvas .hamburger-inner, .facelift-2018 #header .toggle-wrapper .toggleOffCanvas .hamburger-inner:after, .facelift-2018 #header .toggle-wrapper .toggleOffCanvas .hamburger-inner:before {
        height: 7px;
        border-radius: 0;
        background-color: #ff3c2d;
        width: 42px; }
      .facelift-2018 #header .toggle-wrapper .toggleOffCanvas.hamburger.is-active:hover, .facelift-2018 #header .toggle-wrapper .toggleOffCanvas.hamburger:hover {
        opacity: 1; }
  .facelift-2018 #header .no-search #metaMenu .search, .facelift-2018 #header .no-search .searchId {
    display: none; }
  @media (max-width: 991.98px) {
    .facelift-2018 #header #accessibility-toggle {
      display: none; } }

.facelift-2018 .header-slider {
  position: relative;
  overflow: hidden; }
  .facelift-2018 .header-slider .white-overlay, .facelift-2018 .header-slider .black-overlay {
    position: absolute;
    height: 100%;
    width: 100%; }
    .facelift-2018 .header-slider .white-overlay svg, .facelift-2018 .header-slider .black-overlay svg {
      position: absolute;
      width: auto; }
      .facelift-2018 .header-slider .white-overlay svg.h, .facelift-2018 .header-slider .black-overlay svg.h {
        top: 60px;
        left: 30px;
        height: 85px;
        width: 85px; }
        @media (max-width: 991.98px) {
          .facelift-2018 .header-slider .white-overlay svg.h, .facelift-2018 .header-slider .black-overlay svg.h {
            height: 65px;
            width: 65px;
            top: 30px; } }
        @media (max-width: 767.98px) {
          .facelift-2018 .header-slider .white-overlay svg.h, .facelift-2018 .header-slider .black-overlay svg.h {
            height: 45px;
            width: 45px;
            top: 15px;
            left: 15px; } }
      .facelift-2018 .header-slider .white-overlay svg.n, .facelift-2018 .header-slider .black-overlay svg.n {
        right: 30px;
        bottom: 60px;
        height: 115px;
        width: 115px; }
        @media (max-width: 991.98px) {
          .facelift-2018 .header-slider .white-overlay svg.n, .facelift-2018 .header-slider .black-overlay svg.n {
            height: 85px;
            width: 85px;
            bottom: 30px; } }
        @media (max-width: 767.98px) {
          .facelift-2018 .header-slider .white-overlay svg.n, .facelift-2018 .header-slider .black-overlay svg.n {
            height: 55px;
            width: 55px;
            bottom: 15px;
            right: 15px; } }
  .facelift-2018 .header-slider .white-overlay svg {
    fill: white; }
  .facelift-2018 .header-slider .header-image-overlay {
    position: absolute;
    right: 40px;
    bottom: -40px;
    width: 400px; }
    @media (max-width: 1199.98px) {
      .facelift-2018 .header-slider .header-image-overlay {
        width: 300px; } }
    @media (max-width: 991.98px) {
      .facelift-2018 .header-slider .header-image-overlay {
        width: 250px; } }

footer.facelift {
  padding-top: 75px;
  padding-bottom: 25px;
  font-size: 18px;
  background-color: #ebebeb; }
  @media (max-width: 767.98px) {
    footer.facelift {
      padding-bottom: 145px; } }
  footer.facelift.container #address, footer.facelift.container #service {
    width: 100%;
    float: none; }
  footer.facelift a {
    background: none;
    color: #000; }
    footer.facelift a:hover {
      color: black; }
  footer.facelift #address {
    width: 100%; }
    footer.facelift #address a {
      color: #ff3c2d; }
    footer.facelift #address ul {
      list-style: none;
      line-height: 40px;
      padding-bottom: 10px; }
      footer.facelift #address ul li {
        display: inline-block; }
        footer.facelift #address ul li:not(:last-child)::after {
          font-size: 18px;
          content: '|';
          display: inline-block;
          padding: 0 10px; }
        footer.facelift #address ul li a {
          background: NONE;
          padding-left: 0;
          text-transform: uppercase;
          color: #ff3c2d; }
    footer.facelift #address span {
      width: 100%;
      padding: 10px 0; }
  footer.facelift #footermenu ul li:not(:last-child) {
    border-bottom: 1px solid #c8c8c8; }
  footer.facelift #footermenu ul li a {
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    line-height: 40px; }
    footer.facelift #footermenu ul li a:hover {
      color: black; }
  footer.facelift .quick-links ul {
    padding-top: 14px; }
  footer.facelift .footer-social-icons .footer-social i {
    padding: 0 5px;
    font-size: 22px; }
    @media (max-width: 991.98px) {
      footer.facelift .footer-social-icons .footer-social i:first-child {
        padding-left: 0; } }
  footer.facelift .footer-social-icons .footer-social:not(:last-child) {
    border-bottom: 1px solid #c8c8c8; }
  footer.facelift .footer-social-icons .footer-social a {
    background: none;
    text-transform: uppercase;
    font-weight: bold; }
  footer.facelift .meta ul {
    margin-top: 30px;
    list-style: none; }
    @media (min-width: 768px) {
      footer.facelift .meta ul li {
        display: inline-block;
        padding: 0 10px; } }
    footer.facelift .meta ul li:first-child {
      padding-left: 0; }
    footer.facelift .meta ul li a {
      font-size: 18px; }

.more-about-it, .frame-layout-sitemap-without-images, .frame-type-menu_pages {
  padding-top: 50px;
  padding-bottom: 40px; }
  .more-about-it .header, .frame-layout-sitemap-without-images .header, .frame-type-menu_pages .header {
    font-family: "Source Serif Pro";
    font-size: 40px;
    font-weight: bold;
    padding: 10px 0; }
  .more-about-it ul, .frame-layout-sitemap-without-images ul, .frame-type-menu_pages ul {
    list-style: none; }
    .more-about-it ul li, .frame-layout-sitemap-without-images ul li, .frame-type-menu_pages ul li {
      display: inline-block;
      background-color: #ff3c2d;
      margin-right: 5px;
      margin-bottom: 5px; }
      .more-about-it ul li a, .frame-layout-sitemap-without-images ul li a, .frame-type-menu_pages ul li a {
        color: white;
        font-size: 18px;
        text-decoration: none;
        font-family: "Source Sans Pro";
        text-transform: uppercase;
        display: block;
        padding: 14px 30px; }
        .more-about-it ul li a::after, .frame-layout-sitemap-without-images ul li a::after, .frame-type-menu_pages ul li a::after {
          content: '\f054';
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          padding-left: 15px;
          font-size: 16px; }

.more-about-it + .more-about-it {
  padding: 0; }

.more-about-it:has(+ .more-about-it) {
  padding: 0; }

.tab-element:has(.more-about-it) .frame-type-menu_pages {
  padding-bottom: 0; }

.tab-element .frame-type-menu_pages + .more-about-it {
  padding-top: 0; }

.frame-type-text + .more-about-it {
  padding-top: 10px;
  padding-bottom: 20px; }

.gridElHeader {
  padding-top: 30px;
  font-family: "Source Serif Pro";
  font-size: 40px;
  line-height: 64px;
  font-weight: bold; }
  .gridElHeader + div > .allNews {
    padding: 37px 0 0 0; }
    @media (max-width: 767.98px) {
      .gridElHeader + div > .allNews {
        padding: 0 0 30px 0;
        float: none; } }

.subPage .gridElHeader {
  padding: 30px 0; }

@media (max-width: 575.98px) {
  .topics-container .topic-box {
    padding-bottom: 10px;
    /*&:nth-child(2n+1) {
        padding-right: 5px;
      }

      &:nth-child(2n) {
        padding-left: 5px;
      }*/ } }

@media (max-width: 575.98px) {
  .topics-container .topic-box.no-min-height {
    padding-bottom: 30px; } }

@media (max-width: 575.98px) {
  .topics-container .frame-default {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .topics-container.topics-container--two-col .topic {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 992px) {
  .topics-container.topics-container--four-col .topic {
    grid-template-columns: repeat(4, calc(25% - 36px / 3)); } }

@media (min-width: 576px) {
  .topics-container .topic {
    margin: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, calc(50% - 16px / 2));
    justify-items: center; } }

@media (min-width: 992px) {
  .topics-container .topic {
    grid-template-columns: repeat(3, calc(33% - 16px / 2)); } }

.topics-container .topic > .container-fluid, .topics-container .topic .icon-tiles {
  grid-column: span 3; }

.topics-container .topic .slick-list {
  overflow: visible;
  margin-bottom: 1rem; }
  @media (max-width: 575.98px) {
    .topics-container .topic .slick-list .topic-box {
      padding: 0 7px; } }

.topics-container .topic .topic-box:not(.no-min-height) a img {
  object-fit: cover;
  width: 100%; }
  .topics-container .topic .topic-box:not(.no-min-height) a img:not(.address-topic-box-image) {
    aspect-ratio: 1; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .topics-container .topic .topic-box:not(.no-min-height) a img {
      max-width: 370px; } }
  @media (max-width: 1199.98px) {
    .topics-container .topic .topic-box:not(.no-min-height) a img {
      min-height: 309px; } }
  @media (max-width: 991.98px) {
    .topics-container .topic .topic-box:not(.no-min-height) a img {
      min-height: 266px; } }

.topic-box {
  position: relative; }
  .topic-box.size-2 {
    width: 100%;
    height: 358px; }
    @media (min-width: 576px) {
      .topic-box.size-2 {
        grid-column: span 2; } }
    .topic-box.size-2 img {
      height: 358px; }
  .topic-box.size-3 {
    width: 100%;
    height: 358px; }
    @media (min-width: 576px) {
      .topic-box.size-3 {
        grid-column: span 2; } }
    @media (min-width: 992px) {
      .topic-box.size-3 {
        grid-column: span 3; } }
    .topic-box.size-3 img {
      height: 358px; }
  .main > .topic-box.width-370 {
    max-width: 370px; }
  .topic-box a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media (max-width: 767.98px) {
      .topic-box a {
        border: none; } }
    @media (min-width: 576px) {
      .topic-box a:only-child {
        width: auto;
        margin: 0; } }
    .topic-box a img {
      vertical-align: middle;
      height: auto; }
      @media (max-width: 767.98px) {
        .topic-box a img {
          border: none;
          width: 100%; } }
  .topic-box .header {
    width: 100%;
    position: absolute;
    margin-right: 2px;
    bottom: 0;
    padding: 16px;
    background: white; }
    @media (max-width: 767.98px) {
      .topic-box .header {
        padding: 15px; } }
    @media (max-width: 575.98px) {
      .topic-box .header {
        width: 100%;
        margin-right: 0; } }
    .topic-box .header.bg-color-1 {
      background: rgba(255, 94, 0, 0.8); }
    .topic-box .header.bg-color-2 {
      background: rgba(116, 209, 234, 0.8); }
    .topic-box .header * {
      color: black;
      font-weight: bold; }
    .topic-box .header span {
      text-transform: uppercase;
      font-family: "Source Sans Pro";
      font-size: 18px; }
      @media (max-width: 767.98px) {
        .topic-box .header span {
          font-size: 18px;
          word-break: break-word;
          line-height: 1; } }
    .topic-box .header h4 {
      font-size: 30px;
      font-family: "Source Serif Pro";
      line-height: 1;
      word-break: break-word; }
      @media (max-width: 767.98px) {
        .topic-box .header h4 {
          font-size: 22px; } }
      .topic-box .header h4 + span {
        display: inline-block;
        margin-top: 4px; }
  .topic-box:not(.traveloffer) .header {
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.16); }
  .topic-box.traveloffer a {
    border: 1px solid #ebebeb;
    height: 100%; }
  .topic-box.traveloffer .header {
    position: relative;
    background: white; }
    .topic-box.traveloffer .header .traveofferprice {
      display: block;
      text-transform: none; }
  .topic-box.traveloffer .description {
    background: white;
    padding: 0 20px 20px 20px; }
    @media (max-width: 767.98px) {
      .topic-box.traveloffer .description {
        padding: 15px; } }
    .topic-box.traveloffer .description:hover * {
      text-decoration: underline; }
    .topic-box.traveloffer .description ul {
      padding-left: 15px; }
    .topic-box.traveloffer .description * {
      color: black; }
    .topic-box.traveloffer .description p:last-child {
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .topic-box.topic-box--grey.no-min-height {
      padding-bottom: 10px; }
      .topic-box.topic-box--grey.no-min-height:nth-child(2n+1) {
        padding-left: 5px; }
      .topic-box.topic-box--grey.no-min-height:nth-child(2n) {
        padding-right: 5px; } }
  @media (min-width: 576px) {
    .topic-box.topic-box--grey.no-min-height {
      padding: 4px; } }
  .topic-box.topic-box--grey.no-min-height a {
    background-color: #ebebeb;
    border: none;
    display: flex;
    aspect-ratio: 1 / 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px 14px;
    row-gap: 10px; }
    @media (min-width: 576px) {
      .topic-box.topic-box--grey.no-min-height a {
        aspect-ratio: 367 / 180; } }
    @media (min-width: 768px) {
      .topic-box.topic-box--grey.no-min-height a {
        padding: 25px 20px; } }
    .topic-box.topic-box--grey.no-min-height a .topic-box-icon {
      text-align: center; }
      .topic-box.topic-box--grey.no-min-height a .topic-box-icon img {
        height: 75px;
        object-fit: none;
        border: none; }
    .topic-box.topic-box--grey.no-min-height a .header {
      background: none;
      position: static;
      padding: 0; }
      @media (max-width: 767.98px) {
        .topic-box.topic-box--grey.no-min-height a .header span {
          display: none; } }
      @media (max-width: 767.98px) {
        .topic-box.topic-box--grey.no-min-height a .header h4 {
          font-size: 24px; } }
  .topic-box.fontsize-smaller h4 {
    font-size: 24px; }
    @media (max-width: 767.98px) {
      .topic-box.fontsize-smaller h4 {
        font-size: 20px; } }

.daycare-tiles .topics-container {
  margin-top: 11px; }
  @media (min-width: 992px) {
    .daycare-tiles .topics-container .topic {
      grid-template-columns: repeat(4, 1fr); } }
  .daycare-tiles .topics-container .topic .topic-box a {
    display: grid;
    grid-template-rows: max-content;
    width: 100%;
    height: 100%; }
    .daycare-tiles .topics-container .topic .topic-box a i {
      font-size: 16px; }
    .daycare-tiles .topics-container .topic .topic-box a img {
      order: 1;
      min-height: unset;
      height: 200px; }
    .daycare-tiles .topics-container .topic .topic-box a div.header {
      order: 2;
      position: unset; }
      .daycare-tiles .topics-container .topic .topic-box a div.header h4 {
        font-size: 20px; }

.readingtipp {
  margin: 15px 0;
  display: flex;
  border-top: 1px solid #ff3c2d;
  border-bottom: 1px solid #ff3c2d;
  color: black;
  padding: 20px 0;
  font-size: 16px; }
  .readingtipp div {
    display: flex;
    min-height: 85px;
    width: 100%; }
    @media (max-width: 575.98px) {
      .readingtipp div {
        display: unset; } }
  @media (max-width: 575.98px) {
    .readingtipp .img-wrapper {
      float: left;
      display: block; } }
  .readingtipp a {
    text-decoration: underline; }
  .readingtipp p {
    margin-bottom: 0; }
  .readingtipp strong {
    font-weight: bold; }
  .readingtipp .img-wrapper {
    width: 85px;
    height: 85px;
    background-color: #ff3c2d;
    margin-right: 30px;
    flex: none; }
    .readingtipp .img-wrapper svg {
      fill: white;
      height: 85px;
      width: 85px; }
      .readingtipp .img-wrapper svg .st0 {
        fill: white; }

.start-banner {
  margin: 65px 0 30px 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .start-banner .row {
    padding: 44px 0; }
  .start-banner .banner-header {
    color: white;
    font-family: "Source Serif Pro";
    font-size: 50px;
    line-height: 1;
    font-weight: bold; }
    @media (max-width: 1199.98px) {
      .start-banner .banner-header {
        font-size: 40px; } }
    @media (max-width: 991.98px) {
      .start-banner .banner-header {
        font-size: 30px; } }
  .start-banner .banner-image {
    max-height: 210px;
    display: inherit; }
    @media (min-width: 992px) {
      .start-banner .banner-image {
        margin: 0 auto; } }
    @media (max-width: 767.98px) {
      .start-banner .banner-image {
        padding: 10px 0; } }
  .start-banner .banner-text {
    color: white;
    font-family: "Source Sans Pro"; }
    .start-banner .banner-text a {
      color: #fff;
      text-decoration: underline; }
    .start-banner .banner-text p {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0;
      /*@include media-breakpoint-down(lg) {
				font-size: 17px;
			}
			@include media-breakpoint-down(md) {
				font-size: 15px;
			}
			@include media-breakpoint-down(sm) {
				font-size: 17px;
			}*/ }

.menu-11-topic-box {
  margin: 15px 0; }
  .menu-11-topic-box a {
    display: block;
    border: 1px solid #ebebeb;
    position: relative; }
    .menu-11-topic-box a img {
      vertical-align: bottom;
      width: 100%;
      object-fit: cover; }
  .menu-11-topic-box .header {
    width: 100%;
    position: absolute;
    margin-right: 2px;
    bottom: 0;
    padding: 20px;
    background: white; }
    @media (max-width: 767.98px) {
      .menu-11-topic-box .header {
        padding: 15px; } }
    @media (max-width: 575.98px) {
      .menu-11-topic-box .header {
        width: 100%;
        margin-right: 0; } }
    .menu-11-topic-box .header * {
      color: black;
      font-weight: bold; }
    .menu-11-topic-box .header span {
      text-transform: uppercase;
      font-family: "Source Sans Pro";
      font-size: 18px; }
      @media (max-width: 767.98px) {
        .menu-11-topic-box .header span {
          font-size: 18px;
          line-height: 1; } }
    .menu-11-topic-box .header h4 {
      font-size: 30px;
      font-family: "Source Serif Pro";
      line-height: 1;
      word-break: break-word; }
      @media (max-width: 767.98px) {
        .menu-11-topic-box .header h4 {
          font-size: 24px; } }

.pictureWithLink div a {
  position: relative;
  display: block; }
  .pictureWithLink div a p {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 23px;
    width: 100%;
    top: 50%;
    margin: 0;
    text-align: center;
    text-shadow: 0px 0px 63px black; }
    @media (min-width: 576px) {
      .pictureWithLink div a p {
        font-size: 28px; } }
    @media (min-width: 768px) {
      .pictureWithLink div a p {
        font-size: 48px; } }

.agenda .agenda-item {
  padding: 15px; }
  .agenda .agenda-item.bg-gray {
    background: #ebebeb; }

.booking {
  margin-bottom: 1em; }
  .booking a {
    width: 100%; }
  .booking .booking-text-wrapper {
    background-color: #ff3b2c;
    border-radius: 100%;
    padding: 5px;
    width: 160px; }
    @media (max-width: 767.98px) {
      .booking .booking-text-wrapper {
        margin: 0 auto;
        margin-bottom: 20px; } }
  .booking .text-left {
    background-color: #ff3b2c;
    border: 2px dotted white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 150px;
    height: 150px; }
    .booking .text-left span {
      font-size: 20px;
      color: white;
      text-transform: uppercase;
      display: block;
      margin: 0 auto;
      line-height: 1.2;
      text-align: center;
      word-break: break-word;
      width: 110px;
      margin-top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .booking .booking-wrapper {
    height: 100%;
    display: flex;
    align-items: center; }
  .booking .text-right {
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    font-weight: bold;
    text-align: center !important;
    padding: 2px 0;
    letter-spacing: 2px; }
    @media (max-width: 767.98px) {
      .booking .text-right {
        margin: 0 auto; } }

.general-slider {
  padding: 30px 0;
  max-width: 100%;
  width: 100%; }
  .general-slider .general-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken; }
    .general-slider .general-slide .container {
      height: 700px; }
      .general-slider .general-slide .container .row {
        height: 100%; }
      .general-slider .general-slide .container .general-slider-text {
        text-align: center;
        color: white;
        filter: drop-shadow(2px 0px 14px black); }
        .general-slider .general-slide .container .general-slider-text a {
          color: white;
          text-decoration: underline; }
        .general-slider .general-slide .container .general-slider-text p {
          margin-bottom: 0;
          font-size: 90px;
          line-height: 1;
          font-weight: 300;
          text-transform: uppercase; }
          @media (max-width: 991.98px) {
            .general-slider .general-slide .container .general-slider-text p {
              font-size: 55px;
              margin-bottom: 30px; } }
  .general-slider .slick-dots {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%); }
    .general-slider .slick-dots li {
      display: inline-block;
      padding: 4px; }
      .general-slider .slick-dots li button {
        font-size: 0;
        border: none;
        background: white;
        width: 20px;
        height: 20px;
        border-radius: 100%; }
      .general-slider .slick-dots li.slick-active button {
        background-color: #CCC; }

.testimonial {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .testimonial.imageRight {
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .testimonial.imageRight {
        flex-direction: row-reverse; } }
  .testimonial .testimonialImage {
    background-color: #365a68;
    padding: 30px;
    display: flex;
    justify-content: center; }
    .testimonial .testimonialImage img {
      object-fit: contain; }
  .testimonial .testimonialText {
    background-color: #447182;
    color: #fff;
    padding: 30px; }
    .testimonial .testimonialText * {
      text-align: center; }
    .testimonial .testimonialText .quoteBlock {
      font-family: serif;
      font-weight: bold;
      font-size: 18px; }
    .testimonial .testimonialText .titleBlock {
      font-weight: bold; }
    .testimonial .testimonialText .subtitleBlock {
      font-size: 14px; }
    .testimonial .testimonialText hr {
      width: 30%;
      border: none;
      border-top: 1px solid #fff;
      margin-bottom: 25px; }

.joboffer_element {
  background-color: #ebebeb; }
  .joboffer_element .joboffer_header,
  .joboffer_element .joboffer_list {
    margin: 10px 25px; }
  .joboffer_element .joboffer_header {
    font-family: "Source Serif Pro";
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px dotted #000;
    padding: 25px 0 20px;
    margin-top: 0px; }
  .joboffer_element .joboffer_list {
    margin: 10px 25px; }
    .joboffer_element .joboffer_list li {
      padding: 10px 0; }
    .joboffer_element .joboffer_list a {
      color: #000; }
      .joboffer_element .joboffer_list a :hover {
        text-decoration: underline; }
      .joboffer_element .joboffer_list a .joboffer_title {
        font-weight: bold; }
    .joboffer_element .joboffer_list i {
      padding-left: 10px;
      transform: scale(2, 0.8); }
  .joboffer_element .joboffer_all {
    background-color: #ff3c2d;
    padding: 10px;
    text-align: center; }
    .joboffer_element .joboffer_all a {
      display: block;
      color: #fff;
      font-weight: bold; }
      .joboffer_element .joboffer_all a :hover {
        text-decoration: underline; }

@media (min-width: 992px) {
  .container-66-33.grid-container .joboffer_element {
    position: relative;
    min-height: 100%;
    padding-bottom: 70px; }
    .container-66-33.grid-container .joboffer_element .joboffer_all {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%; } }

.image-tiles-wrapper .images-tiles-container {
  display: grid;
  grid-template-columns: 1fr;
  padding-block: 30px;
  gap: 20px; }
  @media (min-width: 992px) {
    .image-tiles-wrapper .images-tiles-container {
      grid-template-columns: 1fr 1fr; } }
  .image-tiles-wrapper .images-tiles-container .image-tile-li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px; }
    @media (min-width: 768px) {
      .image-tiles-wrapper .images-tiles-container .image-tile-li {
        grid-template-columns: 1fr 1fr; } }
    .image-tiles-wrapper .images-tiles-container .image-tile-li .image-tile {
      width: 100%; }
    @media (min-width: 768px) {
      .image-tiles-wrapper .images-tiles-container .image-tile-li .image-tile:nth-child(3) {
        grid-column: 1/3; } }
  .image-tiles-wrapper .images-tiles-container p {
    font-size: 20px; }
    @media (min-width: 768px) {
      .image-tiles-wrapper .images-tiles-container p {
        font-size: 25px; } }

.icon-tiles {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .icon-tiles {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .icon-tiles {
      grid-template-columns: 1fr 1fr 1fr; } }

.icon-tile {
  background-color: #ebebeb;
  padding: 16px;
  display: grid;
  gap: 18px;
  grid-template-columns: 52px auto;
  width: 100%;
  align-content: center; }
  .icon-tile__icon {
    width: 48px;
    height: 48px;
    align-self: center; }
    .icon-tile__icon img {
      width: 48px;
      height: 48px; }
  .icon-tile__text span {
    display: block;
    color: black; }
  .icon-tile__text .text__header {
    font-family: "Source Serif Pro";
    font-size: 22px;
    font-weight: 700;
    line-height: 28px; }
  .icon-tile__text .text__subheader {
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.72px;
    text-transform: uppercase; }

.infobox {
  padding: 20px; }
  .infobox--gray {
    background-color: #ebebeb; }
  .infobox--red {
    background-color: #ff3c2d; }
    .infobox--red * {
      color: white; }
    .infobox--red a {
      text-decoration: underline;
      font-weight: bold; }
      .infobox--red a:hover {
        color: white; }
  .infobox__header {
    font-family: "Source Serif Pro";
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 1rem; }
  .infobox__text {
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    line-height: 24px; }
    .infobox__text p:last-child {
      margin-bottom: 0; }

#main-content .tx-kesearch-pi1 {
  font-size: 16px; }

#main-content .searchform .fields {
  margin-bottom: 30px; }
  #main-content .searchform .fields input {
    vertical-align: bottom; }
  #main-content .searchform .fields .submit {
    width: 54px;
    height: 54px;
    background-color: #ff3c2d;
    border: none; }
    #main-content .searchform .fields .submit i {
      font-family: "Font Awesome 5 Free";
      color: white;
      font-size: 2em; }
  #main-content .searchform .fields .searchInput {
    width: 50%;
    background-color: #ebebeb;
    border: none;
    height: 54px;
    padding: 0 19px;
    font-size: 16px;
    color: black;
    font-weight: bold; }

#main-content .searchform .kesearch_filter-wrap {
  position: relative;
  z-index: 9; }
  #main-content .searchform .kesearch_filter-wrap .kesearch_filters {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters {
        position: relative; } }
    #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list {
      width: 100%;
      background: #EBEBEB; }
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list .head,
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li:not(.clearer) {
        min-height: 20px;
        line-height: 20px;
        padding: 10px;
        display: block; }
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list .head {
        background: #FF3C2D;
        color: #FFF;
        font-weight: bold; }
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li.clearer {
        border-bottom: 1px solid #FFF; }
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox] {
        /*visibility: hidden;*/
        opacity: 0; }
        #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox] + label {
          position: relative;
          z-index: auto;
          padding-left: 17px; }
          #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox] + label::before {
            content: ' ';
            text-align: center;
            display: inline-block;
            position: absolute;
            top: 1px;
            left: -10px;
            width: 20px;
            height: 20px;
            background-color: #FFF;
            margin-right: 5px; }
        #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox]:checked + label::before,
        #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox].js-focus + label::before {
          width: 20px;
          height: 20px;
          background: #9D9D9C;
          border: 3px solid #FFF; }
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox] + label:hover,
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox]:hover + label {
        text-decoration: underline;
        cursor: pointer; }
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox]:disabled {
        /*opacity: 0.3;*/
        opacity: 0; }
        #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox]:disabled + label {
          color: inherit;
          opacity: 0.5; }
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox]:disabled + label:hover,
      #main-content .searchform .kesearch_filter-wrap .kesearch_filters .list ul li input[type=checkbox]:disabled:hover + label {
        text-decoration: none;
        cursor: default; }
  #main-content .searchform .kesearch_filter-wrap a.reset-filters {
    display: inline-block;
    margin-top: 25px; }
  #main-content .searchform .kesearch_filter-wrap a.reset-filters::before {
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    content: '\f054';
    margin-right: 7px; }

#main-content .searchform .tabs {
  margin-bottom: 30px; }
  #main-content .searchform .tabs .tab {
    display: inline-block; }
    #main-content .searchform .tabs .tab form button {
      border: none;
      background-color: #ebebeb;
      font-family: "Source Sans Pro";
      font-size: 18px;
      padding: 5px 10px; }
    #main-content .searchform .tabs .tab.active {
      position: relative;
      top: -5px;
      z-index: auto; }
      #main-content .searchform .tabs .tab.active form button {
        color: #FFF;
        background-color: #FF3C2D;
        padding: 5px 10px 10px 10px; }

#main-content .kesearch_pagebrowser ul {
  list-style-type: none; }
  #main-content .kesearch_pagebrowser ul li {
    display: inline-block;
    padding: 5px 10px 5px 0; }
    #main-content .kesearch_pagebrowser ul li .current {
      font-weight: bold; }

#main-content #kesearch_results .result-list-item {
  padding: 15px; }
  #main-content #kesearch_results .result-list-item:nth-child(odd) {
    background-color: #ebebeb; }
  #main-content #kesearch_results .result-list-item::after {
    content: '';
    display: block;
    clear: both; }
  #main-content #kesearch_results .result-list-item .teaser_icon img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 5px; }

#main-content .kesearch_result-list .pinword-result-items {
  margin-bottom: 20px; }
  #main-content .kesearch_result-list .pinword-result-items .pinword-result-list-item {
    border: 3px solid #FF3C2D;
    padding: 15px; }

#header .searchform button:hover {
  cursor: pointer; }

.news .news-list-view .page-navigation p {
  display: inline-block; }

.news .news-list-view .page-navigation ul {
  display: inline-block;
  float: right; }
  .news .news-list-view .page-navigation ul li {
    display: inline-block;
    padding: 0 3px; }

.news .news-list-view .article .teaser-text .header h2 {
  margin: 0; }
  .news .news-list-view .article .teaser-text .header h2 a {
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: bold;
    color: black; }

.news .news-list-view .article .teaser-text span p, .news .news-list-view .article .teaser-text div p {
  font-size: 18px;
  margin: 0; }

.news .news-list-view .article.articletype-3, .news .news-list-view .article.articletype-5 {
  border-bottom: 1px solid #ebebeb;
  padding-block: 2rem; }
  .news .news-list-view .article.articletype-3:first-child, .news .news-list-view .article.articletype-5:first-child {
    border-top: 1px solid #ebebeb; }

.news .news-list-view.news-layout-5 .row .col-12:last-child .article .teaser-text {
  border-bottom: none; }

.news .news-list-view.news-layout-5 .article {
  padding-bottom: 4px; }
  @media (max-width: 767.98px) {
    .news .news-list-view.news-layout-5 .article {
      padding-bottom: 20px; } }
  .news .news-list-view.news-layout-5 .article .news-list-date-press {
    border-right: 4px solid white;
    display: inline-block;
    height: 113px;
    line-height: 113px;
    vertical-align: bottom;
    background-color: #6e6e6e;
    text-align: center; }
    .news .news-list-view.news-layout-5 .article .news-list-date-press time {
      font-size: 18px;
      color: white;
      display: block; }
      @media (max-width: 575.98px) {
        .news .news-list-view.news-layout-5 .article .news-list-date-press time {
          font-size: 16px; } }
  .news .news-list-view.news-layout-5 .article .news-img-wrap {
    display: inline-block;
    height: 113px;
    overflow: hidden;
    vertical-align: bottom; }
    .news .news-list-view.news-layout-5 .article .news-img-wrap a {
      width: 100%;
      height: 113px;
      display: inline-block; }
    @media (min-width: 1200px) {
      .news .news-list-view.news-layout-5 .article .news-img-wrap {
        border-right: 15px solid white; } }
    .news .news-list-view.news-layout-5 .article .news-img-wrap img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
      @media (max-width: 767.98px) {
        .news .news-list-view.news-layout-5 .article .news-img-wrap img {
          width: 100%; } }
  .news .news-list-view.news-layout-5 .article .teaser-text {
    display: inline-block;
    border-bottom: 1px solid #c8c8c8;
    height: 113px;
    padding: 0 10px;
    padding-right: 0;
    vertical-align: bottom; }
    @media (max-width: 991.98px) {
      .news .news-list-view.news-layout-5 .article .teaser-text {
        padding: 1em; } }
    @media (max-width: 1199.98px) {
      .news .news-list-view.news-layout-5 .article .teaser-text {
        width: 100%;
        padding-bottom: 10px;
        height: auto;
        background-color: #ebebeb;
        margin-bottom: 15px;
        border: none;
        margin-top: 5px; } }
    .news .news-list-view.news-layout-5 .article .teaser-text .header h2 {
      margin: 0; }
      .news .news-list-view.news-layout-5 .article .teaser-text .header h2 a {
        font-family: "Source Sans Pro";
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        color: black; }
    .news .news-list-view.news-layout-5 .article .teaser-text span p, .news .news-list-view.news-layout-5 .article .teaser-text div p {
      font-size: 16px;
      margin: 0; }

.news .news-list-view.news-layout-3 .article {
  border-bottom: 1px solid #c8c8c8;
  padding: 20px 0; }

.news .news-list-view.news-layout-3 .page-navigation {
  padding: 10px 0; }

@media (max-width: 767.98px) {
  .news .news-list-view.news-layout-4 > .row > .col-12:nth-child(n+4) {
    display: none; } }

@media (min-width: 768px) {
  .news .news-list-view.news-layout-4 div.first-item .article, .news .news-list-view.news-layout-4 div.second-item .article {
    border-top: 1px solid #c8c8c8; } }

.news .news-list-view.news-layout-4 .article {
  padding: 1em 0;
  border-bottom: 1px solid #c8c8c8; }
  .news .news-list-view.news-layout-4 .article .news-list-date-press time {
    font-size: 18px;
    font-style: italic;
    color: #6e6e6e; }
  .news .news-list-view.news-layout-4 .article .teaser-text .header h2 {
    margin: 0; }
    .news .news-list-view.news-layout-4 .article .teaser-text .header h2 a {
      font-family: "Source Sans Pro";
      font-size: 24px;
      font-weight: bold;
      color: black; }
  .news .news-list-view.news-layout-4 .article .teaser-text span p, .news .news-list-view.news-layout-4 .article .teaser-text div p {
    font-size: 18px;
    margin: 0; }

.allNews {
  display: inline-block;
  margin-top: 10px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 575.98px) {
    .allNews {
      display: block;
      float: none;
      margin-top: 0; } }

.facelift-2018 .news.news-single .article ul {
  padding-left: 30px; }
  .facelift-2018 .news.news-single .article ul li {
    padding: 5px 0;
    position: relative;
    font-size: 16px; }
    .facelift-2018 .news.news-single .article ul li::before {
      content: '\f054';
      position: absolute;
      left: -15px;
      top: 7px;
      font-size: 14px;
      font-weight: 900;
      font-family: 'Font Awesome 5 Free'; }

.facelift-2018 .news .hnForm .field .styledInput.select, .facelift-2018 .news .hnForm .field .styledInput.input {
  border: 1px solid #9D9D9C; }

.facelift-2018 .news .hnForm .field .styledInput.select:after {
  width: 50px;
  font-size: 23px;
  height: 50px;
  font-weight: 900;
  line-height: 50px;
  color: white !important;
  background-color: #ff3c2d !important;
  content: "";
  font-family: "Font Awesome 5 Free"; }

.facelift-2018 .news .hnForm .field .styledInput.button input {
  border: 1px solid #9D9D9C; }

.qz-news-category-selection,
.ke-news-category-selection {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
  align-content: center; }
  @media (min-width: 992px) {
    .qz-news-category-selection,
    .ke-news-category-selection {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .qz-news-category-selection,
    .ke-news-category-selection {
      grid-template-columns: 1fr 1fr 1fr; } }
  .qz-news-category-selection .field.field,
  .ke-news-category-selection .field.field {
    margin: 0; }
    .qz-news-category-selection .field.field .select select,
    .ke-news-category-selection .field.field .select select {
      height: 48px; }
    .qz-news-category-selection .field.field .styledInput.button a,
    .ke-news-category-selection .field.field .styledInput.button a {
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #eeeeee; }

.news .news-list-view .article.qz-news .teaser-text div p,
.news .news-list-view .article.ke-news .teaser-text div p {
  font-size: 16px; }

/**
  * Citizen Service
 */
@media (max-width: 767.98px) {
  .citizen-serivce ~ .subpage-chatbot {
    bottom: 70px; } }

@media (max-width: 767.98px) {
  .citizen-serivce ~ #chatbot-wrapper {
    bottom: 130px !important; } }

@media (max-width: 767.98px) {
  .facelift-2018:has(.citizen-serivce) ~ .cnw_translationbox {
    bottom: 70px !important;
    z-index: 1337 !important; } }

.citizenServiceContent.imageOverview .main {
  width: 100%; }

.citizenServiceContent.imageOverview.shopping ul.subCategories {
  padding: 0 9px; }

.citizenServiceContent .quicksearch {
  position: relative; }

.citizenServiceContent .quicksearch #quicksearchResults,
.shopping .quicksearch #quicksearchResults {
  width: 100%;
  border: 5px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 10px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 30px; }

.shopping .quicksearch #quicksearchResults {
  top: 60px; }

#online-mietspiegel {
  position: relative;
  width: 100%;
  height: 0; }

#online-mietspiegel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#main-content.citizen-serivce {
  padding-top: 0; }
  #main-content.citizen-serivce .readingtipp {
    margin: 15px; }

.citizen-container {
  margin-top: 40px; }

.citizenServiceContent nav.csc-frame, .citizenServiceContent div.csc-frame, .citizenServiceContent .csc-border-header > div > header, .citizenServiceContent div.frame-custom-20, .citizenServiceContent div.frame-custom-21, .citizenServiceContent div.frame-custom-22, .citizenServiceContent div.frame-custom-23, .citizenServiceContent div.frame-custom-24, .citizenServiceContent div.frame-custom-25 > div > header {
  background: none; }
  @media (max-width: 991.98px) {
    .citizenServiceContent nav.csc-frame, .citizenServiceContent div.csc-frame, .citizenServiceContent .csc-border-header > div > header, .citizenServiceContent div.frame-custom-20, .citizenServiceContent div.frame-custom-21, .citizenServiceContent div.frame-custom-22, .citizenServiceContent div.frame-custom-23, .citizenServiceContent div.frame-custom-24, .citizenServiceContent div.frame-custom-25 > div > header {
      width: 100%;
      float: none;
      margin: 0; } }

.citizenServiceContent .ce-uploads .filelist-item {
  clear: none; }

.citizenServiceContent > .header {
  background-color: #ebebeb;
  padding: 30px 0; }
  .citizenServiceContent > .header .pageTitle h1 {
    margin-bottom: 10px;
    font-size: 40px; }
  .citizenServiceContent > .header .abc {
    font-weight: bold;
    padding: 0 15px;
    font-size: 18px; }
    .citizenServiceContent > .header .abc a {
      color: black; }
  .citizenServiceContent > .header .hnForm {
    margin-bottom: 30px; }
    .citizenServiceContent > .header .hnForm #quicksearchResults {
      top: 60px;
      border: none;
      box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.6); }
      .citizenServiceContent > .header .hnForm #quicksearchResults a:hover {
        font-weight: bold; }
    .citizenServiceContent > .header .hnForm #field_quicksearch {
      padding: 0 15px; }

.citizenServiceContent.columns > div.main {
  float: none; }

.citizenServiceContent .letter {
  font-family: "Source Serif Pro";
  font-size: 40px;
  font-weight: bold;
  margin: 0; }

.citizenServiceContent.result:not(.accordion) ul {
  padding-left: 15px; }
  .citizenServiceContent.result:not(.accordion) ul li {
    position: relative; }
    .citizenServiceContent.result:not(.accordion) ul li::before {
      content: "\f054";
      position: absolute;
      left: -15px;
      top: 1px;
      font-size: 14px;
      font-weight: 900;
      color: #ff3c2d;
      font-family: "Font Awesome 5 Free"; }
    .citizenServiceContent.result:not(.accordion) ul li a {
      color: #ff3c2d;
      font-size: 16px; }

.citizenServiceContent .addresses {
  font-size: 16px; }
  .citizenServiceContent .addresses h2 {
    display: none; }
  .citizenServiceContent .addresses .citymap {
    padding: 20px 0; }
    .citizenServiceContent .addresses .citymap a {
      padding-top: 20px;
      display: block; }

.citizenServiceContent .frame-custom-21 .info + .ce-bodytext {
  border-top: 1px solid #ff3c2d;
  border-bottom: 1px solid #ff3c2d;
  padding: 15px 0;
  margin: 15px 0; }
  .citizenServiceContent .frame-custom-21 .info + .ce-bodytext p {
    margin: 0; }

.citizenServiceContent .citizen-serivce-content .frame.frame-type-image {
  padding-top: 30px; }

.citizenServiceContent .isOnlineservice {
  background-image: url(../../../Images/Icons/DigitalesRathaus_Textergaenzung_Element.svg);
  height: 20px;
  width: 22px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: -3px;
  text-indent: -3000px; }

.facelift-2018 .frame-layout-abc-accordion .citizenServiceContent .accordion header {
  font-size: 26px;
  padding: 4px 15px; }
  .facelift-2018 .frame-layout-abc-accordion .citizenServiceContent .accordion header h3 {
    font-size: 26px; }

.shopping .header {
  background-color: rgba(235, 235, 235, 0.9);
  padding: 30px 0; }
  @media (max-width: 767.98px) {
    .shopping .header {
      max-width: 100%;
      background-color: #ebebeb; } }
  .shopping .header .abc {
    padding: 0 38px; }

.shopping .shopping__header-container {
  position: relative; }
  @media (min-width: 768px) {
    .shopping .shopping__header-container {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 580px; } }
  .shopping .shopping__header-container #slider {
    position: absolute;
    width: 100%;
    height: 100%; }
    @media (max-width: 767.98px) {
      .shopping .shopping__header-container #slider {
        display: none; } }
    .shopping .shopping__header-container #slider .slideContainer {
      height: 100%; }
    .shopping .shopping__header-container #slider img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.shopping #breadcrumb.facelift-breadcrumb {
  padding: 17px 0; }

.shopping .shopping__searchcontainer h2 {
  font-size: 40px;
  font-weight: bold;
  word-break: break-word; }
  @media (max-width: 575.98px) {
    .shopping .shopping__searchcontainer h2 {
      max-width: 80%;
      margin: 0 auto; } }

.shopping .shopping__searchcontainer h3 {
  font-weight: bold;
  font-size: 22px;
  font-family: "Source Serif Pro", Serif; }
  @media (max-width: 575.98px) {
    .shopping .shopping__searchcontainer h3 {
      max-width: 80%;
      margin: 0 auto; } }

.shopping .quicksearch {
  position: relative; }
  @media (max-width: 767.98px) {
    .shopping .quicksearch input {
      font-size: 16px; } }
  .shopping .quicksearch #quicksearchResults {
    top: 60px;
    border: none;
    box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.6); }
    .shopping .quicksearch #quicksearchResults a {
      position: relative;
      z-index: auto; }
      .shopping .quicksearch #quicksearchResults a:hover {
        font-weight: bold; }
      .shopping .quicksearch #quicksearchResults a img.center {
        position: absolute;
        right: 0;
        top: 4px;
        z-index: auto;
        width: 16px; }
  .shopping .quicksearch #field_quicksearch {
    padding: 0 15px; }

.shopping .members.premium {
  margin-top: 25px; }
  .shopping .members.premium a {
    color: #000; }
  .shopping .members.premium .content {
    position: relative;
    z-index: auto;
    min-height: 95px; }
    .shopping .members.premium .content::after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      z-index: auto;
      left: 0;
      bottom: 5px;
      border-bottom: 1px solid #ccc; }
    .shopping .members.premium .content div.category {
      font-style: italic;
      color: #A6A6A6;
      padding-top: 10px; }
    .shopping .members.premium .content div.name {
      font-size: 24px;
      line-height: 120%;
      font-weight: bold;
      padding: 5px 40px 15px 0; }
    .shopping .members.premium .content img.center {
      position: absolute;
      right: 0;
      top: 17px;
      z-index: auto;
      width: 32px; }

.shopping .members.basic {
  margin-top: 25px; }
  .shopping .members.basic ul {
    padding-left: 35px; }
    .shopping .members.basic ul li {
      position: relative;
      z-index: auto; }
      .shopping .members.basic ul li::before {
        content: '\f054';
        position: relative;
        left: -8px;
        top: 1px;
        z-index: auto;
        font-size: 14px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free'; }
      .shopping .members.basic ul li a {
        color: #000; }
      .shopping .members.basic ul li img.center {
        position: absolute;
        left: -36px;
        top: 4px;
        z-index: auto;
        width: 18px; }

.shopping.details h1 {
  margin-bottom: 0; }

.shopping.details .category {
  font-style: italic;
  color: #A6A6A6;
  margin-bottom: 25px; }

.shopping.details .content hr {
  margin: 15px 0;
  border: none;
  border-top: 1px solid #cdcdcd; }

.shopping.details .parking a {
  font-size: 19px; }
  .shopping.details .parking a::before {
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    content: '\f054';
    margin-right: 7px;
    font-size: 18px; }

.members-list .container-fluid {
  margin-top: 0 !important; }

.shopping-member {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  display: grid;
  grid-template: 'categories categories' 'name name' 'image address' 'links links' / 120px auto;
  grid-row-gap: 15px;
  grid-column-gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #c8c8c8; }
  .container-fluid + .shopping-member {
    border-top: 1px solid #c8c8c8; }
  .shopping-member.detail {
    margin: 0 15px;
    flex: initial; }
  @media (min-width: 768px) {
    .shopping-member {
      grid-template: 'image gap main gap2 address' / 164px 60px 1fr 40px 200px;
      grid-column-gap: 0; } }
  .shopping-member:first-child {
    border-top: 1px solid #c8c8c8; }
  .shopping-member .member__main {
    display: contents; }
    @media (min-width: 768px) {
      .shopping-member .member__main {
        display: block;
        grid-area: main; } }
  .shopping-member .member__image {
    width: 120px;
    grid-area: image; }
    @media (min-width: 768px) {
      .shopping-member .member__image {
        width: 164px; } }
  .shopping-member .member__categories {
    grid-area: categories;
    font-size: 14px; }
    @media (min-width: 768px) {
      .shopping-member .member__categories {
        font-size: 16px; } }
    .shopping-member .member__categories .main-category {
      display: inline-block;
      margin-right: 10px; }
    .shopping-member .member__categories .keywords {
      color: #A6A6A6; }
  .shopping-member .member__name {
    grid-area: name; }
    @media (min-width: 768px) {
      .shopping-member .member__name {
        margin-bottom: 15px; } }
    .shopping-member .member__name * {
      font-size: 27px;
      font-family: 'Source Serif Pro', serif;
      color: black;
      line-height: 1; }
      @media (min-width: 768px) {
        .shopping-member .member__name * {
          font-size: 30px; } }
  @media (max-width: 767.98px) {
    .shopping-member .member__content {
      grid-column: 1/3; } }
  .shopping-member .member__address {
    grid-area: address;
    word-break: break-word; }
  .shopping-member .member__links {
    grid-area: links; }
    .shopping-member .member__links > a, .shopping-member .member__links > span {
      display: inline-flex;
      align-items: center;
      position: relative;
      gap: 10px;
      margin-right: 20px; }
      .shopping-member .member__links > a:hover, .shopping-member .member__links > span:hover {
        cursor: pointer; }
    .shopping-member .member__links span.opening-hours-loaded:hover > span + .full-opening-hours {
      display: block; }
    .shopping-member .member__links .opening-hours {
      color: #ff3c2d; }
    .shopping-member .member__links .full-opening-hours {
      display: none;
      position: absolute;
      background: #ff3c2d;
      color: white;
      padding: 10px;
      top: 50px;
      z-index: 1;
      left: 5px;
      min-width: 200px; }
      .shopping-member .member__links .full-opening-hours:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ff3c2d transparent;
        position: absolute;
        top: -10px;
        left: 0; }

.member__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 26px 15px 0 15px;
  gap: 10px; }
  .member__gallery img {
    flex-basis: 33%; }
  @media (max-width: 767.98px) {
    .member__gallery {
      grid-template-columns: 1fr 1fr; }
      .member__gallery img:nth-child(n+3) {
        display: none; } }

.suggestedMembers__header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  width: 100%; }
  .suggestedMembers__header h3 {
    color: white;
    display: inline-block;
    background-color: black;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px; }

.suggestedMembers {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .suggestedMembers {
      grid-template-columns: 1fr 1fr; } }
  .suggestedMembers .suggestedMember {
    display: flex;
    gap: 20px;
    padding: 25px 0; }
    @media (max-width: 767.98px) {
      .suggestedMembers .suggestedMember {
        border-bottom: 1px solid #c8c8c8; }
        .suggestedMembers .suggestedMember:first-child {
          border-top: 1px solid #c8c8c8; } }
    @media (min-width: 768px) {
      .suggestedMembers .suggestedMember {
        gap: 60px; } }
    .suggestedMembers .suggestedMember .member__image img {
      width: 121px;
      max-width: initial; }
      @media (min-width: 768px) {
        .suggestedMembers .suggestedMember .member__image img {
          width: 164px; } }
    .suggestedMembers .suggestedMember .member__address {
      padding-right: 40px;
      word-break: break-word; }
      .suggestedMembers .suggestedMember .member__address a.details-link {
        color: black; }
  .suggestedMembers .divider {
    height: 1px;
    background-color: #c8c8c8;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .suggestedMembers .divider {
        grid-column: 1/3;
        display: block; } }

.shopping-pagination {
  margin-top: 30px;
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    .shopping-pagination {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: center; } }
  .shopping-pagination .shopping-pagination--inner {
    display: flex;
    justify-content: center; }
    .shopping-pagination .shopping-pagination--inner.bottom {
      grid-column: 1/4; }
  .shopping-pagination .members-count {
    text-transform: uppercase;
    font-weight: bold;
    justify-self: start; }
  .shopping-pagination .sorting-direction {
    justify-self: end; }
  .shopping-pagination .pages li {
    display: inline-block; }
    .shopping-pagination .pages li a {
      display: inline-block;
      padding: 0 5px; }
    .shopping-pagination .pages li.current a {
      color: black; }
    .shopping-pagination .pages li:not(:last-child):after {
      content: '';
      font-size: 12px;
      display: inline-block;
      height: 11px;
      border-left: 1px solid black; }
  .shopping-pagination .next, .shopping-pagination .prev {
    text-transform: uppercase;
    color: #A6A6A6;
    padding: 0 10px; }
    .shopping-pagination .next a, .shopping-pagination .next i, .shopping-pagination .prev a, .shopping-pagination .prev i {
      color: #A6A6A6; }

.select-wrapper {
  position: relative;
  display: inline-block; }
  .select-wrapper select {
    appearance: unset; }
  .select-wrapper i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
  .select-wrapper.select-wrapper--gray i {
    color: #A6A6A6; }
  .select-wrapper.select-wrapper--red i {
    color: white; }

.select--gray {
  border: 2px solid #A6A6A6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 11px 40px 11px 11px; }

.select--red {
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 11px 40px 11px 11px;
  background-color: #ff3c2d;
  color: white; }

.category-filters .select-wrapper {
  display: inline-block; }

.category-filters > form {
  display: contents; }
  .category-filters > form div:not(.select-wrapper) {
    display: inline-block; }
  .category-filters > form input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 11px 40px 11px 11px;
    background-color: white;
    color: #ff3c2d;
    outline: 1px solid #ff3c2d;
    border: none;
    outline-offset: -1px; }
    .category-filters > form input[type="submit"]:hover {
      cursor: pointer;
      background-color: #ff3c2d;
      color: white; }
    .category-filters > form input[type="submit"]:focus {
      cursor: wait; }
  .category-filters > form .shopping-categories-wrapper .toggle-shopping-categories-dropdown {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 11px 40px 11px 11px;
    background-color: #ff3c2d;
    color: white;
    border: none;
    border-radius: 0; }
    @media (min-width: 768px) {
      .category-filters > form .shopping-categories-wrapper .toggle-shopping-categories-dropdown {
        margin-left: -3px; } }
  .category-filters > form .shopping-categories-wrapper .shopping-categories-dropdown {
    position: absolute;
    background-color: white;
    display: none;
    z-index: 9;
    padding: 15px;
    border: 2px solid #c8c8c8;
    left: 15px;
    top: 55px;
    flex-wrap: wrap;
    max-width: calc(100vw - 30px); }
    .category-filters > form .shopping-categories-wrapper .shopping-categories-dropdown .main-category {
      flex-basis: 50%;
      column-count: 2; }
      .category-filters > form .shopping-categories-wrapper .shopping-categories-dropdown .main-category span {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        column-span: all; }
    .category-filters > form .shopping-categories-wrapper .shopping-categories-dropdown .subcategory {
      flex-basis: 49%; }
    @media (min-width: 768px) {
      .category-filters > form .shopping-categories-wrapper .shopping-categories-dropdown .subcategory {
        flex-basis: 32%; } }
    @media (min-width: 992px) {
      .category-filters > form .shopping-categories-wrapper .shopping-categories-dropdown .subcategory {
        flex-basis: 24%; } }
    .category-filters > form .shopping-categories-wrapper .shopping-categories-dropdown.open {
      display: flex; }
    .category-filters > form .shopping-categories-wrapper .shopping-categories-dropdown .controls {
      flex-basis: 100%; }
      .category-filters > form .shopping-categories-wrapper .shopping-categories-dropdown .controls button {
        float: right;
        border: none;
        background-color: transparent;
        border-radius: 0;
        -webkit-appearance: none;
        font-size: 20px; }

@media (max-width: 767.98px) {
  .category-filters div {
    margin-bottom: 10px; } }

.search-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin: 10px auto 0; }
  .search-tags .search-tag a {
    color: white;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #A6A6A6;
    padding: 11px 12px 9px 11px;
    font-weight: 400; }

.lds-dual-ring {
  display: inline-block;
  width: 30px;
  height: 30px; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  border: 3px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.tiles {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .tiles {
      margin-left: -5px;
      margin-right: -5px; } }
  .tiles .tile {
    width: 50%;
    padding-bottom: 5px; }
    @media (max-width: 991.98px) {
      .tiles .tile:nth-child(2n+1) {
        padding-right: 5px; }
      .tiles .tile:nth-child(2n) {
        padding-left: 5px; } }
    @media (min-width: 992px) {
      .tiles .tile {
        width: 33.3333%;
        padding-left: 5px;
        padding-right: 5px; } }
    .tiles .tile--large {
      width: 50%; }
      @media (min-width: 992px) {
        .tiles .tile--large {
          width: 50%; } }
    .tiles .tile a {
      font-size: 16px;
      display: block;
      box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.16); }
      .tiles .tile a span {
        display: block;
        margin-bottom: 5px; }
      .tiles .tile a .image {
        position: relative;
        display: block; }
        .tiles .tile a .image img {
          vertical-align: baseline;
          vertical-align: -webkit-baseline-middle; }
          @media (max-width: 767.98px) {
            .tiles .tile a .image img {
              width: 100%; } }
      .tiles .tile a .title {
        background: white;
        font-family: "Source Serif Pro";
        font-size: 22px;
        line-height: 25px;
        color: black;
        position: absolute;
        margin: 0;
        width: 100%;
        bottom: 0;
        padding: 16px;
        font-weight: bold;
        word-break: break-word; }
        @media (max-width: 991.98px) {
          .tiles .tile a .title {
            font-size: 20px; } }
        @media (max-width: 767.98px) {
          .tiles .tile a .title {
            font-size: 16px;
            padding: 10px; } }
      .tiles .tile a .description {
        font-size: 16px;
        color: #515151;
        word-break: break-word; }
      .tiles .tile a .more {
        margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .tiles.tiles--mobile-large .tile {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .tiles.tiles--mobile-large .tile:nth-child(2n+1) {
      padding-right: 0; }
    .tiles.tiles--mobile-large .tile:nth-child(2n) {
      padding-left: 0; } }

.facelift-2018 {
  overflow-x: hidden; }
  .facelift-2018 .contentul {
    list-style-type: none; }
  .facelift-2018 .contentul > p {
    display: none; }
  .facelift-2018 .ce-bodytext h1, .facelift-2018 .ce-bodytext h2, .facelift-2018 .ce-bodytext h3 {
    font-weight: bold;
    font-family: "Source Serif Pro", serif; }
  .facelift-2018 .ce-bodytext ul {
    padding-left: 30px; }
    .facelift-2018 .ce-bodytext ul li {
      padding: 5px 0;
      position: relative;
      font-size: 16px; }
      .facelift-2018 .ce-bodytext ul li::before {
        content: '\f054';
        position: absolute;
        left: -15px;
        top: 7px;
        font-size: 14px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free'; }
  .facelift-2018 .ce-bodytext ol {
    padding-left: 16px;
    list-style: decimal; }
    .facelift-2018 .ce-bodytext ol li {
      padding: 5px 0;
      position: relative;
      font-size: 16px; }
  .facelift-2018 .ce-bodytext table, .facelift-2018 .ce-bodytext tbody, .facelift-2018 .ce-bodytext tfoot, .facelift-2018 .ce-bodytext thead, .facelift-2018 .ce-bodytext tr, .facelift-2018 .ce-bodytext th, .facelift-2018 .ce-bodytext td {
    border: none; }
  .facelift-2018 .ce-bodytext table {
    width: 100%;
    margin-bottom: 1em; }
    .facelift-2018 .ce-bodytext table tbody {
      padding: 0 15px; }
      .facelift-2018 .ce-bodytext table tbody tr:nth-child(odd) {
        background-color: #ebebeb; }
      .facelift-2018 .ce-bodytext table tbody td {
        font-size: 16px;
        padding: 0.5em 0.75em; }
        .facelift-2018 .ce-bodytext table tbody td:first-child {
          padding-left: 15px; }
        .facelift-2018 .ce-bodytext table tbody td:last-child {
          padding-right: 15px; }
        .facelift-2018 .ce-bodytext table tbody td p {
          margin-bottom: 0; }
  .facelift-2018 .ce-uploads .filelist-item {
    background: none;
    border-bottom: 1px solid #ebebeb; }
    .facelift-2018 .ce-uploads .filelist-item a {
      color: #ff3c2d;
      font-size: 16px; }
    .facelift-2018 .ce-uploads .filelist-item span {
      display: inline;
      color: #ff3c2d;
      font-size: 16px; }
      .facelift-2018 .ce-uploads .filelist-item span .file-extension {
        padding-left: 0; }
    .facelift-2018 .ce-uploads .filelist-item .ce-uploads-filesize {
      text-transform: uppercase;
      padding-left: 5px; }
  .facelift-2018 .accordion {
    margin-bottom: 1em; }
    .facelift-2018 .accordion:before {
      content: " ";
      display: table;
      float: none;
      clear: both; }
    .facelift-2018 .accordion div > .tab-element .video div iframe {
      height: 400px !important;
      width: 100% !important; }
    .facelift-2018 .accordion div > .tab-element .frame-layout-single-gallery .ce-gallery .ce-column {
      width: 100% !important; }
    .facelift-2018 .accordion div.gridlayout-facelift-accordion-tab > header {
      display: inline-block;
      font-family: "Source Serif Pro";
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 0;
      width: 100%;
      background-color: #ebebeb;
      padding: 5px 15px;
      cursor: pointer;
      margin: 5px 0; }
      .facelift-2018 .accordion div.gridlayout-facelift-accordion-tab > header > * {
        display: inline-block;
        margin-bottom: 0;
        line-height: 1;
        word-break: break-word;
        font-size: 30px;
        max-width: 90%; }
      @media (max-width: 991.98px) {
        .facelift-2018 .accordion div.gridlayout-facelift-accordion-tab > header {
          font-size: 24px; }
          .facelift-2018 .accordion div.gridlayout-facelift-accordion-tab > header > * {
            font-size: 24px; } }
      .facelift-2018 .accordion div.gridlayout-facelift-accordion-tab > header button {
        word-break: break-word; }
      .facelift-2018 .accordion div.gridlayout-facelift-accordion-tab > header::after {
        content: '\f067';
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        float: right; }
      .facelift-2018 .accordion div.gridlayout-facelift-accordion-tab > header.open::after {
        content: '\f068'; }
  .facelift-2018 .projects {
    font-size: 16px; }
    .facelift-2018 .projects .hnForm .field .styledInput.select {
      border: 1px solid #9D9D9C; }
    .facelift-2018 .projects .projectsContainer {
      margin-top: 30px; }
    .facelift-2018 .projects .projectsHeader {
      font-weight: bold; }

.full-width {
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 30px; }
  .full-width.white-color * {
    color: white !important; }

.video-banner {
  background-color: #ebebeb;
  padding: 50px 0; }
  .video-banner .ce-gallery {
    margin-bottom: 0; }
    .video-banner .ce-gallery figure {
      display: block; }
      .video-banner .ce-gallery figure .video-embed {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%; }
        .video-banner .ce-gallery figure .video-embed iframe, .video-banner .ce-gallery figure .video-embed video {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 100%; }

@media (max-width: 767.98px) {
  .frame-default .ce-left .ce-gallery.single-gallery {
    float: none; } }

.frame-layout-images-with-overlay, .frame-type-image.frame-layout-0 {
  padding: 30px 0; }
  .frame-layout-images-with-overlay .ce-gallery img, .frame-type-image.frame-layout-0 .ce-gallery img {
    width: 100%;
    object-fit: cover; }
  .frame-layout-images-with-overlay .ce-image, .frame-type-image.frame-layout-0 .ce-image {
    overflow: visible; }
  @media (min-width: 768px) {
    .frame-layout-images-with-overlay .col.first, .frame-type-image.frame-layout-0 .col.first {
      padding-right: 0; } }
  @media (min-width: 768px) {
    .frame-layout-images-with-overlay .col.last, .frame-type-image.frame-layout-0 .col.last {
      padding-left: 0; } }
  .frame-layout-images-with-overlay .ce-gallery.columns-3 .col.first, .frame-layout-images-with-overlay .ce-gallery.columns-3 .col.last, .frame-layout-images-with-overlay .ce-gallery.columns-3 .col.center, .frame-type-image.frame-layout-0 .ce-gallery.columns-3 .col.first, .frame-type-image.frame-layout-0 .ce-gallery.columns-3 .col.last, .frame-type-image.frame-layout-0 .ce-gallery.columns-3 .col.center {
    padding: 0;
    border-left: 8px solid white;
    border-right: 8px solid white; }
  .frame-layout-images-with-overlay .ce-gallery.columns-3 .image-caption, .frame-type-image.frame-layout-0 .ce-gallery.columns-3 .image-caption {
    padding: 0 5px; }
  .frame-layout-images-with-overlay figure, .frame-type-image.frame-layout-0 figure {
    width: 100%;
    height: 100%;
    display: block; }
    .frame-layout-images-with-overlay figure.image a, .frame-type-image.frame-layout-0 figure.image a {
      display: inline-block; }
      .frame-layout-images-with-overlay figure.image a.compat-object-fit, .frame-type-image.frame-layout-0 figure.image a.compat-object-fit {
        background-size: cover;
        background-position: center center;
        width: 100%;
        background-repeat: no-repeat; }
        .frame-layout-images-with-overlay figure.image a.compat-object-fit picture, .frame-type-image.frame-layout-0 figure.image a.compat-object-fit picture {
          display: none; }
    .frame-layout-images-with-overlay figure.image figcaption, .frame-type-image.frame-layout-0 figure.image figcaption {
      display: block; }
  .frame-layout-images-with-overlay img, .frame-type-image.frame-layout-0 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.frame-type-image.frame-layout-0 figure.image:has(.image-caption) > img,
.frame-type-image.frame-layout-0 figure.image:has(.image-caption) > picture > img {
  height: unset; }

@media (max-width: 575.98px) {
  html .frame .ce-gallery.columns-1 {
    margin: 0;
    margin-left: 0px;
    margin-bottom: 10px;
    float: none; }
    html .frame .ce-gallery.columns-1 figure,
    html .frame .ce-gallery.columns-1 img {
      width: 100%; } }

@media (max-width: 575.98px) {
  html .frame-custom-26 .ce-gallery.columns-1 figure,
  html .frame-custom-26 .ce-gallery.columns-1 img {
    width: initial; } }

.multi-gallery:after {
  content: " ";
  display: table;
  float: none;
  clear: both; }

@media (min-width: 768px) {
  .multi-gallery .row {
    padding-bottom: .5em; } }

.multi-gallery .image  a {
  display: inline-block; }
  @media (min-width: 768px) {
    .multi-gallery .image  a {
      height: 150px; } }
  @media (min-width: 992px) {
    .multi-gallery .image  a {
      height: 275px; } }

.multi-gallery .image  figcaption {
  display: block; }

.multi-gallery .last-image-overlay {
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: 1;
  cursor: pointer; }
  .multi-gallery .last-image-overlay + figure a picture img {
    filter: brightness(50%); }
  .multi-gallery .last-image-overlay + figure a {
    position: relative; }
    .multi-gallery .last-image-overlay + figure a::after {
      content: '\f067';
      font-family: "Font Awesome 5 Free";
      font-size: 100px;
      font-weight: 900;
      left: 50%;
      display: block;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      color: white; }

.multi-gallery .hidden-row {
  display: none; }

.frame-layout-custom-height .multi-gallery .image a {
  height: auto !important; }

.single-gallery figcaption {
  width: 100% !important; }

.frame-type-menu_glossary .csc-menu-glossary {
  list-style-type: none;
  padding-left: 0; }
  .frame-type-menu_glossary .csc-menu-glossary li {
    font-size: 16px; }
    .frame-type-menu_glossary .csc-menu-glossary li:before {
      content: "\f054";
      left: -15px;
      top: 7px;
      font-size: 14px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }

.contentol {
  padding-left: 1em; }
  .contentol li {
    font-size: 16px; }

div.csc-frame > div, div.frame-custom-20 > div, div.frame-custom-21 > div, div.frame-custom-22 > div, div.frame-custom-23 > div, div.frame-custom-24 > div, .csc-border-header > div > header > *, div.frame-custom-25 > div > header > * {
  border: none; }

nav.csc-frame, div.csc-frame, .csc-border-header > div > header, div.frame-custom-20, div.frame-custom-21, div.frame-custom-22, div.frame-custom-23, div.frame-custom-24, div.frame-custom-25 > div > header {
  background: none; }

#main-content .frame-type-news_newsliststicky header {
  display: inline-block; }

#main-content ul.contentul {
  padding-left: 15px; }
  #main-content ul.contentul li {
    position: relative; }
    #main-content ul.contentul li::before {
      content: '\f054';
      position: absolute;
      left: -15px;
      font-size: 14px;
      font-weight: 900;
      font-family: 'Font Awesome 5 Free'; }
    #main-content ul.contentul li a {
      color: #ff3c2d;
      font-size: 16px; }
  #main-content ul.contentul > ul.contentul > li::before {
    content: '•';
    font-size: 20px;
    top: 3px; }
  #main-content ul.contentul > ul.contentul > ul.contentul > li::before {
    content: '-';
    font-size: 20px;
    top: 0; }
  #main-content ul.contentul ul.contentul {
    margin-bottom: 0; }

.projects {
  font-size: 16px; }

.tx-powermail .container-fluid {
  padding: 0; }

.info {
  display: none; }

.sidebar .ce-uploads .filelist-item a {
  float: none; }
  .sidebar .ce-uploads .filelist-item a img {
    float: none; }

.contenttable th {
  padding-left: 15px;
  text-align: left; }

.contenttable hr {
  display: none; }

.main .columns header h2 {
  font-family: "Source Sans Pro";
  font-size: 16px; }

.main .frame-layout-images-with-overlay:first-child {
  padding-top: 0; }

.main-background {
  position: relative;
  background-color: var(--color-background); }
  .main-background.gray {
    --color-background: #ebebeb; }
  .main-background.blue {
    --color-background: #006EB7;
    color: white; }
  .main-background.red {
    --color-background: #ff3c2d;
    color: white; }
  .main-background:before {
    content: '';
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--color-background); }
  .main-background:after {
    content: '';
    position: absolute;
    right: -100%;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: var(--color-background); }

.frame-type-menu_sitemap ul {
  list-style: initial;
  list-style-type: disc;
  padding: 0 0 0 40px;
  margin: auto; }
  @media (max-width: 767.98px) {
    .frame-type-menu_sitemap ul {
      padding: 0 0 0 20px; } }

@media (max-width: 991.98px) {
  .frame-type-menu_11 .justify-content-center-mobile {
    justify-content: center; } }

.frame-type-table .ce-table {
  width: 100%;
  margin-bottom: 1em; }
  .frame-type-table .ce-table.ce-table-striped tbody tr:nth-of-type(odd) {
    background-color: #ebebeb; }
  .frame-type-table .ce-table tbody {
    padding: 0 15px; }
  .frame-type-table .ce-table th, .frame-type-table .ce-table td {
    border: none;
    text-align: left;
    font-size: 16px;
    padding: 0.5em 0.75em; }
    .frame-type-table .ce-table th:first-child, .frame-type-table .ce-table td:first-child {
      padding-left: 15px; }
    .frame-type-table .ce-table th:last-child, .frame-type-table .ce-table td:last-child {
      padding-right: 15px; }
    .frame-type-table .ce-table th p, .frame-type-table .ce-table td p {
      margin-bottom: 0; }
  .frame-type-table .ce-table th {
    font-weight: bold; }

table.ce-table {
  width: 100%;
  margin-bottom: 1em; }
  table.ce-table tbody {
    padding: 0 15px; }
    table.ce-table tbody tr:nth-child(odd) {
      background-color: #ebebeb; }
    table.ce-table tbody td {
      font-size: 16px;
      padding: 0.5em 0.75em; }
      table.ce-table tbody td:first-child {
        padding-left: 15px; }
      table.ce-table tbody td:last-child {
        padding-right: 15px; }
      table.ce-table tbody td p {
        margin-bottom: 0; }

.childsafety-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1; }
  .childsafety-button a {
    background-color: #ff3c2d;
    color: white;
    font-size: 20px;
    padding: 10px 40px; }
    .childsafety-button a:hover {
      color: white; }

.grid-container.gray-bg {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }
  .grid-container.gray-bg:before {
    content: '';
    top: 0;
    background-color: #ebebeb;
    position: absolute;
    left: calc((100% - 100vw) / 2);
    width: calc((100vw - 100%) / 2);
    height: 100%; }
  .grid-container.gray-bg:after {
    content: '';
    top: 0;
    background-color: #ebebeb;
    position: absolute;
    right: calc((100% - 100vw) / 2);
    width: calc((100vw - 100%) / 2);
    height: 100%; }

.grid-container.blue-bg {
  background-color: #d9e8ff;
  padding-bottom: 40px;
  position: relative; }
  .grid-container.blue-bg:before {
    content: '';
    top: 0;
    background-color: #d9e8ff;
    position: absolute;
    left: calc((100% - 100vw) / 2);
    width: calc((100vw - 100%) / 2);
    height: 100%; }
  .grid-container.blue-bg:after {
    content: '';
    top: 0;
    background-color: #d9e8ff;
    position: absolute;
    right: calc((100% - 100vw) / 2);
    width: calc((100vw - 100%) / 2);
    height: 100%; }

.anchor-button {
  color: #ff3c2d;
  font-size: 18px;
  text-decoration: none;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  display: block;
  padding: 14px 30px 14px 0;
  display: inline-block; }
  .anchor-button:hover {
    color: #ff3c2d; }
  .anchor-button::after {
    content: '\f103';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-left: 15px;
    font-size: 16px; }

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em; }

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px; }

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3); }

.frame-type-textpic .single-gallery .image .image-caption {
  display: table-caption;
  caption-side: bottom; }

@media (min-width: 768px) {
  p.two-columns,
  span.two-columns {
    column-count: 2;
    column-gap: 20px;
    column-rule-style: hidden; } }

iframe[video-fw-169] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; }

iframe[video-fw-1610] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10; }

.slider-gallery, .default-gallery {
  position: relative; }
  @media (min-width: 768px) {
    .slider-gallery:not(.default-gallery), .default-gallery:not(.default-gallery) {
      margin: 0 -15px; } }
  .slider-gallery p.image-caption, .default-gallery p.image-caption {
    margin-bottom: 0; }
  .slider-gallery .slick-dots, .default-gallery .slick-dots {
    text-align: center; }
    .slider-gallery .slick-dots li, .default-gallery .slick-dots li {
      display: inline-block;
      padding: 4px; }
      .slider-gallery .slick-dots li button, .default-gallery .slick-dots li button {
        font-size: 0;
        border: none;
        background: #ebebeb;
        width: 20px;
        height: 20px;
        border-radius: 100%; }
      .slider-gallery .slick-dots li.slick-active button, .default-gallery .slick-dots li.slick-active button {
        background-color: #CCC; }
  .slider-gallery .slick-arrow, .default-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: transparent;
    font-size: 0; }
    .slider-gallery .slick-arrow.slick-prev, .default-gallery .slick-arrow.slick-prev {
      left: 0; }
      .slider-gallery .slick-arrow.slick-prev:after, .default-gallery .slick-arrow.slick-prev:after {
        content: '\f060';
        font-family: 'Font Awesome 5 Free';
        color: black;
        font-weight: 900;
        font-size: 34px; }
    .slider-gallery .slick-arrow.slick-next, .default-gallery .slick-arrow.slick-next {
      right: 0; }
      .slider-gallery .slick-arrow.slick-next:after, .default-gallery .slick-arrow.slick-next:after {
        content: '\f061';
        font-family: 'Font Awesome 5 Free';
        color: black;
        font-weight: 900;
        font-size: 34px; }
  @media (min-width: 768px) {
    .slider-gallery .gallery-image, .default-gallery .gallery-image {
      margin: 0 15px; } }
  .slider-gallery .gallery-image img, .default-gallery .gallery-image img {
    display: block;
    aspect-ratio: 555 / 370;
    object-fit: cover;
    width: 100%; }

iframe[src*="youtube"]:not([youtube-shorts]) {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; }

iframe[src*="youtube"][youtube-shorts] {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  aspect-ratio: 9 / 16; }

.gridlayout-2-column .columns .main iframe[src*="youtube"][youtube-shorts] {
  max-width: 100%;
  max-height: 80vh;
  width: auto !important;
  aspect-ratio: 9 / 16; }

.uc-embedding-container[element-type="iframe"] {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; }

div[id^="c"] {
  scroll-margin-top: 120px; }

/*	Fahrzeuge	*/
.mobileContainer {
  background-color: #ebebeb;
  margin-bottom: 30px; }
  .mobileContainer > h3 {
    border-bottom: 10px solid white; }
  .mobileContainer h4, .mobileContainer .mobileDescription, .mobileContainer > h3:first-child {
    padding: 10px; }
  .mobileContainer img {
    width: 100%;
    vertical-align: bottom; }
  .mobileContainer .vehicle-type {
    color: black;
    font-size: 18px; }
  .mobileContainer h4.closed .hide {
    display: none; }
  .mobileContainer h4.opened .show {
    display: none; }
  .mobileContainer .mobileDescription > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid black; }
    .mobileContainer .mobileDescription > div .clear {
      display: none; }
  .mobileContainer .mobileGallery {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; }

.subpage-chatbot {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 65px;
  height: 65px; }
  @media (max-width: 767.98px) {
    .subpage-chatbot {
      width: 47px;
      height: 47px; } }
  .subpage-chatbot svg {
    width: 65px;
    height: 65px; }
    @media (max-width: 767.98px) {
      .subpage-chatbot svg {
        width: 47px;
        height: 47px; } }

#toggle-chatbot {
  border: none;
  background: transparent;
  padding: 0; }

#chatbot-wrapper {
  position: fixed;
  right: 92px;
  bottom: 40px;
  z-index: 999999;
  max-width: 90vw;
  max-height: 80vh;
  filter: drop-shadow(0px 0px 5px #9b9b9b); }
  @media screen and (max-height: 900px) and (min-width: 768px) {
    #chatbot-wrapper {
      right: 70px; } }
  @media (max-width: 767.98px) {
    #chatbot-wrapper {
      width: 47px;
      height: 47px;
      right: 20px;
      bottom: 70px; } }
  #chatbot-wrapper iframe {
    width: 65px;
    height: 65px;
    max-width: 90vw;
    max-height: 80vh; }
    @media (max-width: 767.98px) {
      #chatbot-wrapper iframe {
        width: 47px;
        height: 47px; } }

.frame-custom-27 {
  position: absolute;
  left: -22222px;
  top: -22222px; }

.streets .abc input[type=radio] {
  display: none; }

.streets .abc input[type=radio] + label {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid #BBB;
  background: #EFEFEF;
  cursor: pointer; }

.streets .abc input[type=radio].all + label {
  width: 47px; }

.streets .abc input[type=radio]:checked + label {
  border: 1px solid #01AAED;
  background: #DBF0F8;
  color: #01AAED; }

/* Projects */
.indicator {
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 10px; }

.indicator.new {
  display: inline-block;
  background-color: #d4001c; }

.indicator.updated {
  display: inline-block;
  background-color: #0000ff; }

.projectsLabels {
  text-align: right; }

.projectsLabels span {
  margin-right: 5px;
  margin-left: 10px;
  font-weight: bold;
  font-family: 'Droid Sans', arial, sans-serif; }

.projectsHeader,
.projectsItem:nth-of-type(even) {
  background-color: #f5f5f5; }

.projectsHeader div,
.projectsItem div {
  padding-top: 10px;
  padding-bottom: 10px; }

.hnForm .field {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }

.hnForm .field .value {
  display: inline-block;
  margin-top: 25px; }

.hnForm .field input[type="button"],
.hnForm .field input[type="reset"],
.hnForm .field input[type="submit"],
.hnForm .field button {
  padding: 2px 15px;
  height: 30px;
  text-align: center;
  background-color: #EDEDED;
  border: 1px solid #9D9D9C;
  cursor: pointer; }

.hnForm .field input[type="date"],
.hnForm .field input[type="datetime"],
.hnForm .field input[type="datetime-local"],
.hnForm .field input[type="email"],
.hnForm .field input[type="month"],
.hnForm .field input[type="number"],
.hnForm .field input[type="password"],
.hnForm .field input[type="search"],
.hnForm .field input[type="text"],
.hnForm .field input[type="time"],
.hnForm .field input[type="url"],
.hnForm .field input[type="week"],
.hnForm .field select,
.hnForm .field textarea {
  height: 30px;
  padding: 0 5px;
  background-color: #EDEDED;
  border: none;
  outline: none;
  color: #000; }

.hnForm .field input[type="checkbox"] + label:before,
.hnForm .field input[type="radio"] + label:before {
  content: ' ';
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #EDEDED;
  margin-right: 5px; }

.hnForm .field input[type="checkbox"] + label,
.hnForm .field input[type="radio"] + label {
  display: block;
  min-height: 20px;
  margin: 5px 0 5px 25px; }

.hnForm .field input[type="checkbox"] + label > span,
.hnForm .field input[type="radio"] + label > span {
  display: inline-block;
  width: calc(100% - 25px); }

.hnForm .field input[type="checkbox"] + label,
.hnForm .field input[type="radio"] + label {
  display: inline-block;
  width: calc(100% - 25px); }

.hnForm .field input[type="checkbox"]:checked + label:before,
.hnForm .field input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
  background: #9D9D9C;
  border: 3px solid #EDEDED; }

.hnForm .field input[type="radio"] + label:before {
  border-radius: 10px; }

.hnForm .field input[type="checkbox"],
.hnForm .field input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: -9999px; }

.hnForm .field input[type="checkbox"]:focus + label:before,
.hnForm .field input[type="radio"]:focus + label:before {
  outline: 1px dashed #CCC; }

.hnForm .field textarea {
  font-family: inherit;
  font-size: inherit;
  height: auto;
  padding: 10px 5px; }

.hnForm .field input::-webkit-input-placeholder,
.hnForm .field textarea::-webkit-input-placeholder {
  color: #515151; }

.hnForm .field input::-moz-placeholder,
.hnForm .field textarea::-moz-placeholder {
  color: #515151; }

.hnForm .field input:-ms-input-placeholder,
.hnForm .field textarea:-ms-input-placeholder {
  color: #515151; }

.hnForm .field input:placeholder-shown,
.hnForm .field textarea:placeholder-shown {
  color: #515151; }

.hnForm .field .styledInput {
  position: relative; }

.hnForm .field .styledInput > input,
.hnForm .field .styledInput > select,
.hnForm .field .styledInput > textarea {
  width: 100%; }

.hnForm .field .styledInput > select {
  cursor: pointer; }

.hnFormWrapper {
  background-color: #ebebeb;
  padding: 15px 20px; }

.hnForm .field input[type="checkbox"] + label:before,
.hnForm .field input[type="radio"] + label:before {
  background-color: white; }

.hnForm {
  font-size: 16px; }
  .hnForm .field .styledInput select, .hnForm .field .styledInput input {
    height: 50px;
    width: 100%;
    background-color: white; }
  .hnForm .field .styledInput select {
    font-weight: bold; }
  .hnForm .field .styledInput.button.club button {
    border: none;
    background-color: #ff3c2d;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    height: auto; }
  .hnForm .field .styledInput.select:hover::after {
    background-color: #ff3c2d !important;
    color: white; }
  .hnForm .field .styledInput.select:after {
    width: 50px;
    font-size: 23px;
    height: 50px;
    font-weight: 900;
    line-height: 50px;
    color: black;
    background-color: white;
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    pointer-events: none; }
  .hnForm .field .street-submit {
    position: absolute;
    bottom: 0;
    right: -155px; }
    .hnForm .field .street-submit button {
      width: 150px;
      height: 50px;
      border: none;
      border-radius: 0;
      text-transform: uppercase;
      font-weight: bold;
      background-color: #ff3c2d;
      color: white; }
  .hnForm .field.searchInputField {
    margin-right: 155px; }
  .hnForm .abc {
    background-color: #ebebeb;
    font-weight: bold;
    border: none; }
    .hnForm .abc label {
      border: none !important;
      min-width: 40px; }
      .hnForm .abc label:not(:last-child) {
        border-right: 2px solid black !important; }
    .hnForm .abc input[type=radio]:checked + label {
      background: #ebebeb;
      color: #ff3c2d; }

.search-results {
  margin: 40px 0; }
  .search-results p.header {
    font-family: "Source Serif Pro";
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 0.5em; }
  .search-results ul {
    padding-left: 15px; }
    .search-results ul li {
      position: relative; }
      .search-results ul li::before {
        content: '\f054';
        position: absolute;
        left: -15px;
        top: 1px;
        font-size: 14px;
        font-weight: 900;
        color: #ff3c2d;
        font-family: 'Font Awesome 5 Free'; }
      .search-results ul li a {
        color: #ff3c2d;
        font-size: 16px; }

.news .hnForm .field .styledInput.button.club button {
  height: 50px; }

/* POWERMAIL */
/* POWERMAIL port/default */
.tx-powermail {
  width: 640px; }
  .tx-powermail * {
    font-family: "Source Sans Pro", sans-serif; }

.tx-powermail .clear {
  clear: both; }

.tx-powermail .powermail_field h2 {
  font-size: 20px !important;
  font-family: "Source Sans Pro" !important; }

.tx-powermail * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tx-powermail *.hide {
  display: none; }

.tx-powermail .powermail_fieldset {
  clear: left;
  border: 1px solid #bbb;
  margin: 0 0 20px 0;
  background: #eee; }

.tx-powermail .powermail_fieldset .powermail_legend {
  color: #bbb;
  margin: 3px 0 10px 0;
  font-size: 200%;
  white-space: normal; }

.tx-powermail .powermail_fieldset .powermail_label {
  display: block;
  float: left;
  clear: left;
  font-weight: bold; }

.tx-powermail .powermail_fieldset .powermail_label[title] {
  cursor: help; }

.tx-powermail .powermail_fieldset .powermail_label[title]:after {
  content: 'i';
  display: inline-block;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  background-color: #aaa;
  margin: 0 0 0 2px;
  line-height: 16px;
  text-align: center;
  color: white;
  font-family: arial;
  font-weight: bold; }

.tx-powermail .powermail_fieldset .powermail_label[title][title=""] {
  cursor: inherit; }

.tx-powermail .powermail_fieldset .powermail_label[title][title=""]:after {
  display: none; }

.tx-powermail .powermail_fieldset .powermail_fieldwrap {
  margin: 0 0 0.5em 0;
  clear: both;
  overflow: hidden; }

.tx-powermail .powermail_fieldset .powermail_field {
  width: 400px;
  padding: 5px;
  margin: 0;
  border: 1px solid #bbb;
  float: right;
  font-size: inherit; }

.tx-powermail .powermail_fieldset .powermail_field.powermail_submit, .tx-powermail .powermail_fieldset .powermail_field.powermail_reset {
  margin: 5px 0 0 0;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background-color: #1E5799;
  border: 1px solid #eee; }

.tx-powermail .powermail_fieldset .powermail_field.powermail_reset {
  background-color: #FFCA4B; }

.tx-powermail .powermail_fieldset .powermail_field.powermail_captcha {
  width: 100%;
  border: 1px solid black;
  margin-right: 2px;
  font-size: 13.333px; }

.tx-powermail .powermail_fieldset .powermail_captchaimage {
  width: 100%;
  margin-top: 10px; }

.tx-powermail .powermail_fieldset .powermail_fieldwrap_radio legend, .tx-powermail .powermail_fieldset .powermail_fieldwrap_check legend {
  padding: 0; }

.tx-powermail .powermail_fieldset .powermail_fieldwrap_radio fieldset, .tx-powermail .powermail_fieldset .powermail_fieldwrap_check fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

.tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  background-color: white;
  border: 1px solid #bbb;
  float: right;
  padding: 3px;
  width: 400px;
  list-style: none;
  margin: 0; }

.tx-powermail .powermail_fieldset .powermail_radio_outer > li, .tx-powermail .powermail_fieldset .powermail_captcha_outer > li, .tx-powermail .powermail_fieldset .powermail_check_outer > li, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text > li, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) > li {
  margin: 5px; }

.tx-powermail .powermail_fieldset .powermail_radio_outer > li .deleteAllFiles, .tx-powermail .powermail_fieldset .powermail_captcha_outer > li .deleteAllFiles, .tx-powermail .powermail_fieldset .powermail_check_outer > li .deleteAllFiles, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text > li .deleteAllFiles, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) > li .deleteAllFiles {
  color: #bbb;
  cursor: pointer; }

.tx-powermail .powermail_fieldset .powermail_radio_outer > li .deleteAllFiles:hover, .tx-powermail .powermail_fieldset .powermail_captcha_outer > li .deleteAllFiles:hover, .tx-powermail .powermail_fieldset .powermail_check_outer > li .deleteAllFiles:hover, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text > li .deleteAllFiles:hover, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) > li .deleteAllFiles:hover {
  text-decoration: underline; }

.tx-powermail .powermail_fieldset .parsley-errors-list {
  display: none;
  margin: 5px 0 20px 0;
  padding: 0;
  list-style-type: none;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  width: 400px;
  float: right;
  clear: left; }

.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
  display: block; }

.tx-powermail .powermail_fieldset .parsley-errors-list > li {
  color: #A94442;
  padding: 5px 10px; }

.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset .parsley-error, .tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus, .tx-powermail .powermail_fieldset div.error {
  background-color: #EBCCD1;
  /*border: 1px solid #A94442;*/
  color: #A94442; }

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
  width: 100%;
  margin-bottom: 0;
  background-color: #EBCCD1;
  border: none; }

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list > li {
  padding-left: 5px; }

.tx-powermail .powermail_create, .tx-powermail .powermail_confirmation {
  border: 1px solid #bbb;
  padding: 10px;
  margin: 0 0 20px 0;
  background: #eee;
  overflow: hidden; }

.tx-powermail .powermail_create .powermail_confirmation_submit, .tx-powermail .powermail_create .powermail_confirmation_form, .tx-powermail .powermail_confirmation .powermail_confirmation_submit, .tx-powermail .powermail_confirmation .powermail_confirmation_form {
  margin: 20px 0 0 0;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  float: right;
  background-color: #1E5799;
  border: 1px solid #eee; }

.tx-powermail .powermail_create .powermail_confirmation_form, .tx-powermail .powermail_confirmation .powermail_confirmation_form {
  float: left;
  clear: left;
  background-color: #bbb; }

.tx-powermail .powermail_progressbar {
  width: 400px;
  height: 5px;
  float: right;
  border: 1px solid #EEEEEE;
  clear: both; }

.tx-powermail .powermail_progressbar.disable {
  display: none; }

.tx-powermail .powermail_progressbar > .powermail_progress {
  background: #1E5799;
  width: 0%;
  max-width: 100%;
  -webkit-animation: progress 5s 1 forwards;
  -moz-animation: progress 5s 1 forwards;
  -ms-animation: progress 5s 1 forwards;
  animation: progress 5s 1 forwards; }

.tx-powermail .powermail_progressbar > .powermail_progress > .powermail_progess_inner {
  height: 5px;
  width: 100%;
  overflow: hidden;
  background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25); }

.tx-powermail .powermail_confirmation .powermail_progressbar {
  width: 100%; }

.tx-powermail .powermail_all > dt {
  width: 200px;
  float: left;
  clear: left;
  font-weight: bold; }

.tx-powermail .powermail_all > dd {
  width: 400px;
  float: left;
  margin: 0; }

.tx-powermail .powermail_message {
  padding: 5px 0 10px 20px;
  min-height: 65px;
  background-color: #EBCCD1;
  border: 1px solid #A94442;
  background-position: 98% 10px;
  background-repeat: no-repeat;
  list-style: circle; }

.tx-powermail .powermail_message li {
  padding: 5px 50px 0 0; }

.tx-powermail .powermail_message.powermail_message_ok {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
  background-color: #CDEACA;
  border: 1px solid #3B7826; }

.tx-powermail .powermail_message.powermail_message_ok li {
  color: #3B7826; }

.tx-powermail .powermail_message.powermail_message_error {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png"); }

.tx-powermail .powermail_message.powermail_message_error li {
  color: #A94442; }

.tx-powermail .powermail_message.powermail_message_note {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
  background-color: #FCF8E3;
  border: 1px solid #FFCA4B; }

.tx-powermail .powermail_message.powermail_message_note li {
  color: #FFCA4B; }

.tx-powermail .powermail_tabmenu {
  list-style: none;
  margin: 0;
  padding: 0; }

.tx-powermail .powermail_tabmenu > li {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  background: #eee;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  color: #aaa; }

.tx-powermail .powermail_tabmenu > li.parsley-error {
  background-color: #EBCCD1; }

.tx-powermail .powermail_fieldset .powermail_tab_navigation {
  margin-top: 2em; }

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next, .tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous {
  background-color: #aaa;
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  color: white;
  border: 1px solid #bbb;
  font-weight: bold; }

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next {
  background-color: #1E5799;
  float: right; }

.tx-powermail .powermail_form.nolabel > h3 {
  display: none; }

.tx-powermail .powermail_fieldset.nolabel > legend {
  display: none; }

.tx-powermail .powermail_fieldwrap.nolabel > label {
  display: none; }

.tx-powermail .powermail_fieldwrap.nolabel > fieldset > legend {
  display: none; }

@-webkit-keyframes progress {
  from { }
  to {
    width: 100%; } }

@-moz-keyframes progress {
  from { }
  to {
    width: 100%; } }

@-ms-keyframes progress {
  to {
    width: 100%; } }

@keyframes progress {
  from { }
  to {
    width: 100%; } }

.powermail_frontend {
  clear: left;
  margin: 0 0 20px 0;
  background: #eee;
  overflow: auto; }

.powermail_frontend table.powermail_frontend_list {
  width: 100%;
  font-size: 0.8em;
  border: 1px solid #444;
  margin-top: 15px;
  border-spacing: 0;
  border-collapse: separate; }

.powermail_frontend table.powermail_frontend_list tr th {
  color: white;
  font-weight: bold;
  padding: 7px 3px;
  text-align: left;
  background: #444; }

.powermail_frontend table.powermail_frontend_list tr td {
  padding: 3px; }

.powermail_frontend table.powermail_frontend_list tr:nth-child(even) {
  background: #bbb; }

.powermail_frontend .powermail_frontend_filter {
  background: #bbb;
  padding: 10px 0; }

.powermail_frontend .powermail_frontend_filter .powermail_frontend_search_container {
  padding: 5px 10px;
  clear: both; }

.powermail_frontend .powermail_frontend_filter .powermail_frontend_search_container label {
  float: left;
  display: block;
  width: 200px;
  padding-top: 3px; }

.powermail_frontend .powermail_frontend_filter .powermail_frontend_search_container input {
  width: 400px;
  padding: 5px;
  float: right;
  border: none; }

.powermail_frontend .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit {
  color: white;
  cursor: pointer;
  background: #1E5799;
  clear: both; }

.powermail_frontend .powermail_frontend_abc, .powermail_frontend .powermail_frontend_export {
  width: 600px;
  margin: 10px 0; }

.powermail_frontend .powermail_frontend_abc .powermail_frontend_abc_inner, .powermail_frontend .powermail_frontend_abc .powermail_frontend_export_inner, .powermail_frontend .powermail_frontend_export .powermail_frontend_abc_inner, .powermail_frontend .powermail_frontend_export .powermail_frontend_export_inner {
  margin: 0 10px; }

.powermail_frontend .powermail_frontend_abc .powermail_frontend_abc_inner span.abc, .powermail_frontend .powermail_frontend_abc .powermail_frontend_abc_inner span.abc a, .powermail_frontend .powermail_frontend_abc .powermail_frontend_export_inner span.abc, .powermail_frontend .powermail_frontend_abc .powermail_frontend_export_inner span.abc a, .powermail_frontend .powermail_frontend_export .powermail_frontend_abc_inner span.abc, .powermail_frontend .powermail_frontend_export .powermail_frontend_abc_inner span.abc a, .powermail_frontend .powermail_frontend_export .powermail_frontend_export_inner span.abc, .powermail_frontend .powermail_frontend_export .powermail_frontend_export_inner span.abc a {
  font-weight: bold;
  text-decoration: none; }

.powermail_frontend .powermail_frontend_export {
  width: 640px; }

.powermail_frontend .powermail_frontend_export input {
  width: 17px;
  height: 16px;
  padding-top: 2px;
  cursor: pointer;
  text-indent: -99999px;
  border: 0;
  background-repeat: no-repeat;
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_csv.gif"); }

.powermail_frontend .powermail_frontend_export input.export_icon_xls {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_xls.gif"); }

.powermail_frontend .powermail_frontend_export .powermail_frontend_export_icon {
  float: right;
  padding-top: 5px;
  margin-left: 5px;
  height: 19px; }

.powermail_frontend dl {
  clear: both;
  padding: 5px 10px; }

.powermail_frontend dl dt {
  float: left;
  width: 150px;
  font-weight: bold;
  clear: left;
  margin-right: 10px; }

.powermail_frontend dl dd {
  float: left; }

.powermail_frontend .powermail_frontend_back {
  margin: 10px;
  display: inline-block;
  padding: 5px 20px;
  background-color: #bbb;
  border: 1px solid #eee;
  color: white;
  text-decoration: none; }

/* POWERMAIL custom */
.tx-powermail {
  width: 100%;
  font-size: 16px; }

.tx-powermail textarea {
  resize: none; }

.tx-powermail .powermail_fieldset {
  border: none;
  background: transparent; }

.tx-powermail .powermail_fieldset .powermail_field,
.tx-powermail .powermail_fieldset .parsley-errors-list,
.tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
  width: 100%;
  border: 0;
  outline: 0; }

.powermail_fieldset select {
  border: none; }

.powermail_fieldset select,
.tx-powermail input[type="email"],
.tx-powermail input[type="tel"],
.tx-powermail input[type="date"],
.tx-powermail input[type="text"],
.tx-powermail textarea {
  width: 100%;
  border: 0;
  outline: 0; }

.powermail_fieldset select,
.tx-powermail textarea,
.tx-powermail input[type="email"],
.tx-powermail input[type="tel"],
.tx-powermail input[type="date"],
.tx-powermail input[type="text"] {
  background-color: white;
  border: 1px solid #707070;
  color: black; }

.powermail_fieldset select,
.tx-powermail input[type="email"],
.tx-powermail input[type="tel"],
.tx-powermail input[type="date"],
.tx-powermail input[type="text"] {
  height: 30px; }

.tx-powermail .field input[type="checkbox"] + span,
.tx-powermail .field input[type="radio"] + span {
  display: block;
  min-height: 20px;
  margin: 5px 0 5px 25px; }

.tx-powermail input[type="checkbox"] + span,
.tx-powermail input[type="radio"] + span {
  position: relative;
  display: inline-block;
  width: calc(100% - 25px);
  padding: 6px 0 6px 27px; }

.tx-powermail input[type="checkbox"] + span:before,
.tx-powermail input[type="radio"] + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid black; }

.tx-powermail input[type="checkbox"]:checked + span:before,
.tx-powermail input[type="radio"]:checked + span:before {
  background: red;
  border: 3px solid #EDEDED; }

.tx-powermail input[type="radio"] + span:before {
  border-radius: 10px; }

.tx-powermail input[type="checkbox"],
.tx-powermail input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: -9999px; }

.tx-powermail input[type="checkbox"]:focus + span:before,
.tx-powermail input[type="radio"]:focus + span:before {
  outline: 1px dashed #CCC; }

.tx-powermail .powermail_fieldwrap_select {
  position: relative; }

.tx-powermail .powermail_fieldwrap_select::after {
  content: '▼';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #9D9D9C;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  pointer-events: none;
  display: block; }

.tx-powermail .powermail_fieldwrap_select:hover::after {
  background-color: #d5001c; }

.tx-powermail .powermail_fieldset .powermail_field .powermail_reset,
.tx-powermail .powermail_fieldset .powermail_field .powermail_submit {
  padding: 2px 15px;
  height: 30px;
  text-align: center;
  background-color: #EDEDED;
  border: 1px solid #9D9D9C;
  cursor: pointer;
  font-weight: normal;
  color: #515151;
  width: 100%; }

.tx-powermail .powermail_fieldset .powermail_field .powermail_reset {
  font-size: 13px; }

.tx-powermail .powermail_fieldset .powermail_field .powermail_submit {
  font-size: 16px;
  background: #707070;
  color: white;
  font-weight: bold; }

.tx-powermail .powermail_captcha_outer .captcha_text {
  display: inline-block;
  line-height: 30px; }

@media only screen and (max-width: 890px) {
  .tx-powermail .powermail_fieldset .powermail_field,
  .tx-powermail .powermail_fieldset .parsley-errors-list,
  .tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
    float: left;
    max-width: 600px; }
  .tx-powermail .powermail_fieldwrap_select::after {
    top: 18px; } }

.cc_banner-wrapper {
  z-index: 999999; }
  .cc_banner-wrapper .cc_container {
    background-color: #ebebeb;
    font-size: 20px !important; }
    .cc_banner-wrapper .cc_container .cc_message {
      color: black;
      font-family: "Source Sans Pro"; }
    .cc_banner-wrapper .cc_container .cc_btn, .cc_banner-wrapper .cc_container .cc_btn:hover, .cc_banner-wrapper .cc_container .cc_btn:active {
      background-color: #ff3c2d !important;
      color: white !important;
      border-radius: 0 !important; }
    .cc_banner-wrapper .cc_container a.cc_more_info {
      color: #ff3c2d; }

#popup-content, #contact-popup-content {
  position: fixed;
  background: #ff3c2d;
  z-index: 999999; }
  #popup-content.active .info-banner__toggle i, #contact-popup-content.active .info-banner__toggle i {
    transform: rotate(45deg); }
  @media (max-width: 991.98px) {
    #popup-content, #contact-popup-content {
      left: 50%;
      transform: translateX(-50%);
      transition: top .6s ease;
      top: 100%;
      height: 100%;
      min-width: 320px; }
      #popup-content.active, #contact-popup-content.active {
        top: 221px;
        height: calc(100% - 221px);
        overflow-y: scroll; } }
  @media (min-width: 992px) {
    #popup-content, #contact-popup-content {
      display: inline-block;
      left: calc(-100% + 55px);
      top: max(50%, 410px);
      transform: translateY(-50%);
      transition: left .6s ease;
      width: 100%; }
      #popup-content.active, #contact-popup-content.active {
        left: 0; } }
  #popup-content .info-banner__wrapper, #contact-popup-content .info-banner__wrapper {
    position: relative;
    width: 100%; }
  #popup-content .info-banner, #contact-popup-content .info-banner {
    display: grid;
    color: white; }
    @media (min-width: 992px) {
      #popup-content .info-banner, #contact-popup-content .info-banner {
        grid-template-columns: 367px auto 55px;
        grid-column-gap: 37px; } }
    #popup-content .info-banner__image, #contact-popup-content .info-banner__image {
      line-height: 0;
      display: none; }
      @media (min-width: 992px) {
        #popup-content .info-banner__image, #contact-popup-content .info-banner__image {
          display: block; } }
      #popup-content .info-banner__image img, #contact-popup-content .info-banner__image img {
        height: 100%;
        object-fit: cover; }
    #popup-content .info-banner__text, #contact-popup-content .info-banner__text {
      padding: 0 25px;
      max-width: 992px; }
      #popup-content .info-banner__text a, #contact-popup-content .info-banner__text a {
        color: white !important;
        text-decoration: underline !important; }
      @media (min-width: 992px) {
        #popup-content .info-banner__text, #contact-popup-content .info-banner__text {
          padding: 25px 0; } }
      #popup-content .info-banner__text > header h3, #contact-popup-content .info-banner__text > header h3 {
        font-size: 30px;
        font-family: 'Source Serif Pro';
        font-weight: bold;
        margin-bottom: 12px; }
    #popup-content .info-banner__teaser, #contact-popup-content .info-banner__teaser {
      position: relative;
      text-align: center;
      text-transform: uppercase;
      width: 100%;
      line-height: 55px; }
      @media (max-width: 991.98px) {
        #popup-content .info-banner__teaser, #contact-popup-content .info-banner__teaser {
          grid-row: 1/2;
          position: sticky;
          top: 0;
          background-color: #ff3c2d;
          padding: 0 25px;
          min-height: 55px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #popup-content .info-banner__teaser > span, #contact-popup-content .info-banner__teaser > span {
            padding-right: 55px;
            display: inline-block;
            line-height: 1;
            text-align: left; } }
      @media (min-width: 992px) {
        #popup-content .info-banner__teaser, #contact-popup-content .info-banner__teaser {
          writing-mode: vertical-lr;
          transform: rotate(180deg);
          border-right: 1px solid #ff5c5c; } }
      #popup-content .info-banner__teaser:hover, #contact-popup-content .info-banner__teaser:hover {
        cursor: pointer; }
    #popup-content .info-banner__toggle, #contact-popup-content .info-banner__toggle {
      background: none;
      border: none;
      color: white;
      position: absolute;
      right: 0;
      bottom: 0;
      height: 55px;
      width: 55px;
      padding: 0;
      margin: 0;
      font-size: 30px; }
      #popup-content .info-banner__toggle:hover, #contact-popup-content .info-banner__toggle:hover {
        cursor: pointer; }
      #popup-content .info-banner__toggle i, #contact-popup-content .info-banner__toggle i {
        transition: transform .6s ease; }

#contact-popup-content {
  top: unset;
  bottom: calc(-500px + 55px);
  height: 500px;
  transition: bottom .6s ease;
  width: calc(100% - 30px);
  max-width: 450px;
  overflow: hidden;
  z-index: 1339; }
  #contact-popup-content.active {
    top: unset;
    height: 500px;
    overflow-y: scroll;
    bottom: 0; }
  #contact-popup-content .info-banner__teaser {
    border-bottom: 1px solid #ffffff42; }
  #contact-popup-content .info-banner__text {
    padding-block: 15px;
    color: white !important; }
    #contact-popup-content .info-banner__text font {
      color: white !important; }
      #contact-popup-content .info-banner__text font[color="red"] {
        font-weight: bold; }
    #contact-popup-content .info-banner__text a:not(a.url) {
      color: white !important;
      font-weight: bold; }
      #contact-popup-content .info-banner__text a:not(a.url)[data-mailto-token]:after {
        content: '\f0e0';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        margin-left: 4px; }
  @media (min-width: 768px) {
    #contact-popup-content {
      display: none; } }

.cr_body .cr_ipe_item {
  padding: 10px 0; }
  .cr_body .cr_ipe_item .radio label {
    width: auto;
    font-weight: normal; }
  .cr_body .cr_ipe_item .radio input {
    opacity: 0;
    position: absolute;
    left: -9999px; }
  .cr_body .cr_ipe_item .radio span {
    position: relative;
    display: inline-block;
    width: calc(100% - 25px);
    padding: 6px 0 6px 27px; }
    .cr_body .cr_ipe_item .radio span:before {
      content: "";
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      left: 0;
      width: 20px;
      height: 20px;
      background: #EDEDED; }
  .cr_body .cr_ipe_item .radio input:checked + span:before {
    background: red;
    border: 3px solid #EDEDED; }
  .cr_body .cr_ipe_item label {
    width: 50%;
    display: inline-block;
    font-size: 15px;
    vertical-align: top; }
  .cr_body .cr_ipe_item > div {
    width: 50%;
    display: inline-block; }
  .cr_body .cr_ipe_item input:not([type=checkbox]) {
    width: 50% !important;
    display: inline-block; }

.cr_site {
  margin: 0;
  padding: 75px 0 0 0;
  text-align: center;
  background-color: #EDEDED; }

.cr_font {
  font-size: 14px;
  font-family: Arial; }

.cr_body h2, .cr_header h2 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 10px 0; }

.cr_body h1, .cr_header h2 {
  font-size: 28px;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0; }

.wrapper, .cr_page {
  text-align: left;
  border-radius: 4px; }

.cr_header {
  text-align: center;
  background: transparent !important; }

.cr_body label {
  float: none;
  clear: both;
  display: block;
  width: auto;
  margin-top: 8px;
  text-align: left;
  font-weight: bold;
  position: relative; }

.cr_button {
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  width: auto;
  white-space: nowrap;
  height: 32px;
  margin: 5px 5px 0 0;
  padding: 0 22px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  line-height: 32px;
  cursor: pointer;
  border: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  vertical-align: top; }

.cr_button {
  background-color: #EDEDED;
  color: #515151;
  border: 1px solid #9D9D9C;
  border-radius: 0;
  width: 200px; }

.cr_button:hover, .cr_button-small:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.powered {
  padding: 20px 0;
  width: 560px;
  margin: 0 auto; }

.formbox {
  line-height: 150%;
  font-family: Helvetica;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 6px 6px 6px 6px; }

.cr_ipe_item label {
  line-height: 150%;
  font-size: 14px; }

.cr_ipe_item textarea {
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid rgba(255, 255, 255, 0);
  font-family: Helvetica;
  font-size: 16px; }

.cr_ipe_item input {
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 5px;
  font-family: Helvetica;
  font-size: 16px; }

.cr_ipe_item select {
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid rgba(255, 255, 255, 0);
  display: block;
  margin: 0;
  padding: 5px;
  width: 100%;
  font-family: Helvetica;
  font-size: 16px; }

input.cr_ipe_checkbox {
  -webkit-appearance: checkbox; }

.cr_ipe_item input.cr_ipe_radio, input.cr_ipe_checkbox {
  -moz-binding: none;
  -moz-box-sizing: border-box;
  background-color: -moz-field !important;
  border: 2px inset threedface !important;
  color: -moz-fieldtext !important;
  cursor: default;
  height: 13px;
  padding: 0 !important;
  width: 13px; }

.cr_ipe_item input.cr_ipe_radio {
  -moz-appearance: radio;
  border-radius: 100% 100% 100% 100% !important;
  margin: 3px 3px 0 5px; }

.cr_ipe_item.inactive {
  display: none; }

.imprint {
  font-size: 0.8em; }

.cr_captcha {
  padding-left: 130px; }

.cr_error {
  font-size: 1.1em;
  padding: 10px; }

.clever_form_error {
  background-color: #f99;
  color: #000;
  border: 1px solid #f22 !important; }

.clever_form_note {
  margin: 26px 0 0 3px;
  position: absolute;
  display: inline;
  padding: 2px 4px;
  font-weight: bold;
  background-color: #f2ecb5;
  color: #000;
  font-size: 12px !important; }

.cr_site {
  background-color: #eee; }

.cr_header {
  color: #000000; }

.cr_body {
  background-color: #ffffff;
  font-size: 12px;
  color: #000000; }

.cr_hr {
  background-color: #ccc; }

.cr_site a {
  color: #0084ff; }

.imprint {
  color: #000; }

.cr_site {
  background-color: #eee; }

.cr_header {
  color: #000000; }

.cr_body {
  background-color: #ffffff;
  font-size: 12px;
  color: #000000; }

.cr_hr {
  background-color: #ccc; }

.cr_site a {
  color: #0084ff; }

.imprint {
  color: #000; }

.cr_page {
  max-width: 640px; }

@media print {
  #facelift-menu {
    display: none; } }

.header-banner {
  position: relative; }
  .header-banner .header-banner-images {
    line-height: 1; }
    .header-banner .header-banner-images:not(.slick-initialized) {
      max-height: 715px;
      overflow: hidden; }
    .header-banner .header-banner-images img {
      width: 100%; }
  .header-banner .header-banner-content, .header-banner .header-banner-h-n {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .header-banner .header-banner-content {
    display: grid;
    grid-template-columns: 20px 1fr 20px;
    grid-template-rows: 20px auto 1fr; }
    @media (min-width: 768px) {
      .header-banner .header-banner-content {
        grid-template-rows: 20px auto 1fr;
        grid-template-columns: 1fr 720px 1fr; } }
    @media (min-width: 992px) {
      .header-banner .header-banner-content {
        grid-template-columns: 1fr 960px 1fr; } }
    @media (min-width: 1200px) {
      .header-banner .header-banner-content {
        grid-template-columns: 1fr 1140px 1fr; } }
    .header-banner .header-banner-content .header-banner-search {
      grid-column: 2/3;
      grid-row: 2/3;
      justify-self: center; }
      @media screen and (max-width: 850px) {
        .header-banner .header-banner-content .header-banner-search {
          top: 25px; } }
      @media screen and (min-width: 768px) and (max-width: 1288px) {
        .header-banner .header-banner-content .header-banner-search {
          width: 644px; } }
      @media (max-width: 575.98px) {
        .header-banner .header-banner-content .header-banner-search {
          max-width: 100%;
          width: 100%; } }
      @media (max-width: 575.98px) {
        .header-banner .header-banner-content .header-banner-search #search .tx-kesearch-pi1, .header-banner .header-banner-content .header-banner-search .searchId .tx-kesearch-pi1 {
          float: none;
          width: auto; } }
      @media (max-width: 767.98px) {
        .header-banner .header-banner-content .header-banner-search #search .fields, .header-banner .header-banner-content .header-banner-search .searchId .fields {
          width: calc(100% + 58px); } }
      @media (max-width: 575.98px) {
        .header-banner .header-banner-content .header-banner-search #search .fields, .header-banner .header-banner-content .header-banner-search .searchId .fields {
          width: auto; } }
      .header-banner .header-banner-content .header-banner-search #search .fields > *, .header-banner .header-banner-content .header-banner-search .searchId .fields > * {
        vertical-align: top; }
      .header-banner .header-banner-content .header-banner-search #search .searchInput, .header-banner .header-banner-content .header-banner-search .searchId .searchInput {
        width: 450px;
        background-color: white;
        border: none;
        margin-right: 5px;
        height: 54px;
        padding: 0 19px;
        font-size: 16px;
        font-style: normal;
        color: black;
        font-weight: bold; }
        @media (max-width: 767.98px) {
          .header-banner .header-banner-content .header-banner-search #search .searchInput, .header-banner .header-banner-content .header-banner-search .searchId .searchInput {
            width: 481px; } }
        @media (max-width: 575.98px) {
          .header-banner .header-banner-content .header-banner-search #search .searchInput, .header-banner .header-banner-content .header-banner-search .searchId .searchInput {
            float: none;
            width: calc(100% - 64px); } }
        @media (min-width: 768px) {
          .header-banner .header-banner-content .header-banner-search #search .searchInput, .header-banner .header-banner-content .header-banner-search .searchId .searchInput {
            width: 585px; } }
        .header-banner .header-banner-content .header-banner-search #search .searchInput::placeholder, .header-banner .header-banner-content .header-banner-search .searchId .searchInput::placeholder {
          color: #000; }
      .header-banner .header-banner-content .header-banner-search #search .submit, .header-banner .header-banner-content .header-banner-search .searchId .submit {
        width: 54px;
        height: 54px;
        background-color: #ff3c2d;
        border: none; }
        .header-banner .header-banner-content .header-banner-search #search .submit i, .header-banner .header-banner-content .header-banner-search .searchId .submit i {
          font-family: "Font Awesome 5 Free";
          color: white;
          font-size: 2em; }
    .header-banner .header-banner-content .header-banner-links-container {
      grid-column: 2/3;
      grid-row: 3/4;
      align-self: center;
      justify-self: center;
      width: 100%;
      max-width: 367px; }
      @media (min-width: 768px) {
        .header-banner .header-banner-content .header-banner-links-container {
          justify-self: end;
          grid-row: 3/4; } }
      .header-banner .header-banner-content .header-banner-links-container .header-banner-link {
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 33px; }
    .header-banner .header-banner-content .header-banner-important-links {
      width: 100%;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .header-banner .header-banner-content .header-banner-important-links {
          margin: 0; } }
      .header-banner .header-banner-content .header-banner-important-links a {
        display: grid;
        width: auto;
        background-color: #ff3c2d;
        color: white;
        padding: 10px 10px 10px 0;
        margin: 0 0 5px;
        grid-template-columns: 63px 1fr;
        grid-column-gap: 5px;
        line-height: 30px; }
        .header-banner .header-banner-content .header-banner-important-links a img {
          justify-self: center;
          align-self: center;
          max-height: 50%;
          width: 100%;
          max-width: 35px; }
        .header-banner .header-banner-content .header-banner-important-links a .title {
          font-family: "Source Serif Pro", serif;
          font-size: 30px;
          font-weight: bold; }
  .header-banner .header-banner-links {
    display: none; }
    @media (min-width: 768px) {
      .header-banner .header-banner-links {
        display: block;
        grid-column: 2/3;
        grid-row: 4/5;
        background-color: rgba(255, 255, 255, 0.85);
        padding: 20px; }
        .header-banner .header-banner-links li:not(:last-child) {
          border-bottom: 1px solid #c8c8c8; }
        .header-banner .header-banner-links a {
          display: flex;
          flex-direction: row;
          color: black;
          align-content: center;
          padding: 5px 0; }
        .header-banner .header-banner-links .icon {
          display: inline-flex;
          width: 33px;
          height: 33px;
          text-align: center;
          margin-right: 10px;
          justify-content: center;
          align-items: center; }
        .header-banner .header-banner-links img {
          max-height: 80%;
          height: 100%;
          max-width: 30px; } }
  .header-banner .header-banner-h-n {
    display: none; }
    @media screen and (min-width: 1500px) {
      .header-banner .header-banner-h-n {
        display: grid;
        grid-template-columns: 65px auto 1fr auto 65px;
        grid-template-rows: 65px auto 1fr auto 65px; }
        .header-banner .header-banner-h-n img.h {
          grid-column: 2/3;
          grid-row: 2/3; }
        .header-banner .header-banner-h-n img.n {
          grid-column: 4/5;
          grid-row: 4/5; } }
    @media (min-width: 1200px) {
      .header-banner .header-banner-h-n {
        grid-template-columns: 95px auto 1fr auto 95px;
        grid-template-rows: 65px auto 1fr auto 65px; } }

#side-icons {
  position: fixed;
  bottom: 30px;
  transition: right .3s ease;
  z-index: 1;
  right: 20px; }
  @media (min-width: 1200px) {
    #side-icons {
      display: block; } }
  @media (max-width: 767.98px) {
    #side-icons {
      bottom: 0;
      display: flex;
      left: 0;
      justify-content: space-between;
      align-items: end;
      column-gap: 5px;
      right: 0;
      height: 80px;
      width: 100%;
      background-color: white;
      padding-inline: 15px;
      padding-bottom: 17px;
      z-index: 9999;
      transition: height .1s ease; }
      #side-icons.active {
        height: 185px; } }
  #side-icons .side-icons-group-wrapper {
    display: flex;
    column-gap: 5px;
    flex-direction: row-reverse; }
    @media (max-width: 767.98px) {
      #side-icons .side-icons-group-wrapper .side-icon:nth-child(2) {
        order: 5; } }
  @media (max-width: 767.98px) {
    #side-icons .side-icons-mobile-wrapper {
      position: absolute;
      z-index: 11;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 5px;
      bottom: 70px;
      left: 119px; } }
  @media (min-width: 768px) {
    #side-icons .side-icons-mobile-wrapper, #side-icons .side-icons-group-wrapper {
      display: contents; } }
  #side-icons .side-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 10px; }
    @media screen and (max-height: 900px) and (min-width: 768px) {
      #side-icons .side-icon {
        width: 45px;
        height: 45px; } }
    @media (max-width: 767.98px) {
      #side-icons .side-icon {
        width: 47px;
        height: 47px;
        margin-bottom: 0; } }
    #side-icons .side-icon.popup-toggle img {
      min-width: 27px; }
    @media (min-width: 992px) {
      #side-icons .side-icon.popup-toggle {
        display: none; } }
    #side-icons .side-icon.side-icon-hidden {
      scale: 0;
      transition: scale .3s ease; }
      #side-icons .side-icon.side-icon-hidden.active {
        scale: 1;
        visibility: visible; }
      #side-icons .side-icon.side-icon-hidden:not(.active) {
        user-focus: none;
        pointer-events: none; }
  #side-icons a, #side-icons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    margin-bottom: 5px;
    border-radius: 100%;
    border: none; }
    @media screen and (max-height: 900px) and (min-width: 768px) {
      #side-icons a, #side-icons button {
        width: 45px;
        height: 45px; } }
    @media (max-width: 767.98px) {
      #side-icons a, #side-icons button {
        width: 47px;
        height: 47px;
        margin-bottom: 0; } }
    #side-icons a.side-icon-red, #side-icons button.side-icon-red {
      background-color: #ff3c2d; }
      #side-icons a.side-icon-red.last, #side-icons button.side-icon-red.last {
        margin-bottom: 60px; }
    #side-icons a img, #side-icons button img {
      width: 70%; }
    #side-icons a svg#side-icons-expand-icon, #side-icons button svg#side-icons-expand-icon {
      rotate: -90deg;
      width: 30px;
      height: 20px; }
      @media (min-width: 576px) {
        #side-icons a svg#side-icons-expand-icon, #side-icons button svg#side-icons-expand-icon {
          width: 40px;
          height: 30px; } }
    #side-icons a #chatbot, #side-icons button #chatbot {
      width: 65px;
      height: 65px; }
    #side-icons a.side-icon-white, #side-icons button.side-icon-white {
      background-color: #6e6e6e; }
      #side-icons a.side-icon-white img, #side-icons button.side-icon-white img {
        filter: invert(1); }

.news-hub__list .list__header {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .news-hub__list .list__header {
      margin-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .news-hub__list .list__header {
      text-align: center; } }
  .news-hub__list .list__header .header__header {
    font-size: 32px;
    font-family: "Source Serif Pro"; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .news-hub__list .list__header .header__header {
        padding: 0 0 0 20px; } }
    @media (min-width: 992px) {
      .news-hub__list .list__header .header__header {
        font-size: 38px; } }
  .news-hub__list .list__header .header__all-news {
    display: none; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .news-hub__list .list__header .header__all-news a {
        padding: 0 20px 0 0; } }
    @media (min-width: 992px) {
      .news-hub__list .list__header .header__all-news {
        display: flex;
        justify-content: flex-end;
        align-items: end;
        text-transform: uppercase;
        font-weight: bold; } }

.news-hub__list.news-hub__list--category-topnews {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .news-hub__list.news-hub__list--category-topnews {
      margin-bottom: 120px; } }
  @media (max-width: 991.98px) {
    .news-hub__list.news-hub__list--category-topnews .list__list:not(.list--one-col) .article a, .news-hub__list.news-hub__list--category-topnews .list__list.list--one-col .article:last-child a {
      grid-template-columns: 120px auto;
      grid-template-rows: auto;
      grid-column-gap: 4px;
      padding: 0 15px;
      margin-bottom: 15px;
      max-width: 440px;
      justify-self: center; }
      .news-hub__list.news-hub__list--category-topnews .list__list:not(.list--one-col) .article a .article__header, .news-hub__list.news-hub__list--category-topnews .list__list.list--one-col .article:last-child a .article__header {
        grid-column: 3/4;
        grid-row: 1/2;
        padding: 0;
        width: 100%; }
      .news-hub__list.news-hub__list--category-topnews .list__list:not(.list--one-col) .article a img, .news-hub__list.news-hub__list--category-topnews .list__list.list--one-col .article:last-child a img {
        grid-row: 1/2; } }

.news-hub__list .list__category-header {
  background-color: #F8F8F8;
  position: relative;
  height: 135px;
  padding-top: 40px; }
  @media (max-width: 991.98px) {
    .news-hub__list .list__category-header {
      padding-inline: 15px; } }
  @media (min-width: 992px) {
    .news-hub__list .list__category-header {
      margin-bottom: -85px;
      height: 222px; }
      .news-hub__list .list__category-header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: calc(100vw - var(--scrollbar-width));
        background: #F8F8F8;
        z-index: -1; } }
  .news-hub__list .list__category-header .category-header__wrapper {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ebebeb; }
    @media (max-width: 991.98px) {
      .news-hub__list .list__category-header .category-header__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
        padding-bottom: 5px; }
        .news-hub__list .list__category-header .category-header__wrapper > div {
          display: contents; }
        .news-hub__list .list__category-header .category-header__wrapper h2 {
          grid-column: 1/3; }
        .news-hub__list .list__category-header .category-header__wrapper a {
          grid-row: 2/3; }
          .news-hub__list .list__category-header .category-header__wrapper a[href="#top"] {
            justify-self: end; } }
    @media (min-width: 992px) {
      .news-hub__list .list__category-header .category-header__wrapper {
        flex-direction: row;
        column-gap: 32px;
        justify-content: space-between;
        align-items: end; }
        .news-hub__list .list__category-header .category-header__wrapper > div {
          display: flex;
          flex-direction: row;
          column-gap: 32px;
          align-items: end; } }
    .news-hub__list .list__category-header .category-header__wrapper h2 {
      line-height: 1;
      font-weight: bold;
      font-size: 28px; }
      @media (min-width: 992px) {
        .news-hub__list .list__category-header .category-header__wrapper h2 {
          font-size: 38px;
          float: left; } }
    .news-hub__list .list__category-header .category-header__wrapper a {
      display: block;
      margin-bottom: 1px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500; }
      .news-hub__list .list__category-header .category-header__wrapper a[href="#top"] svg {
        transform: rotate(-90deg); }

.news-hub__list .list__list {
  display: grid;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .news-hub__list .list__list.list--three-cols {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
      padding: 20px; } }
  @media (min-width: 992px) {
    .news-hub__list .list__list.list--three-cols {
      width: 100%;
      margin: 0 auto;
      max-width: 900px;
      grid-template-columns: repeat(3, calc(33.3333% - 26px));
      grid-column-gap: 40px;
      grid-row-gap: 32px; } }
  @media (min-width: 1200px) {
    .news-hub__list .list__list.list--three-cols {
      max-width: 1110px; } }
  @media screen and (min-width: 1500px) {
    .news-hub__list .list__list.list--three-cols {
      max-width: 1400px; } }
  @media (min-width: 768px) {
    .news-hub__list .list__list.list--two-cols {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 50px;
      grid-row-gap: 50px; } }
  @media (min-width: 768px) {
    .news-hub__list .list__list.list--one-col {
      grid-template-columns: 1fr; } }
  .news-hub__list .list__list .article a {
    display: grid;
    grid-template-rows: auto 24px auto; }
    @media (max-width: 991.98px) {
      .news-hub__list .list__list .article a {
        margin-bottom: 15px;
        justify-items: center; }
        .news-hub__list .list__list .article a:nth-child(n+3) {
          grid-template-columns: 120px auto;
          grid-template-rows: auto;
          grid-column-gap: 4px;
          padding: 0 15px;
          margin-bottom: 15px;
          max-width: 440px;
          justify-self: center; }
          .news-hub__list .list__list .article a:nth-child(n+3) .article__header {
            grid-column: 3/4;
            grid-row: 1/2;
            padding: 0;
            width: 100%; }
          .news-hub__list .list__list .article a:nth-child(n+3) img {
            grid-row: 1/2; } }
    .news-hub__list .list__list .article a img {
      grid-column: 1/2;
      grid-row: 1/3; }
    .news-hub__list .list__list .article a .article__header {
      font-size: 14px;
      grid-column: 1/2;
      grid-row: 2/4;
      background-color: white;
      width: calc(100% - 30px);
      display: grid;
      grid-template-columns: auto auto;
      color: black; }
      @media (max-width: 991.98px) {
        .news-hub__list .list__list .article a .article__header {
          padding: 16px;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .news-hub__list .list__list .article a .article__header {
          padding-top: 20px;
          padding-right: 20px;
          width: calc(100% - 48px); } }
      @media (min-width: 992px) {
        .news-hub__list .list__list .article a .article__header {
          padding-top: 24px;
          padding-right: 24px; } }
      @media (min-width: 1200px) {
        .news-hub__list .list__list .article a .article__header {
          font-size: 16px; } }
      .news-hub__list .list__list .article a .article__header:not(.header--with-teaser) {
        max-width: 400px;
        width: calc(100% - 30px); }
        @media (min-width: 992px) {
          .news-hub__list .list__list .article a .article__header:not(.header--with-teaser) {
            width: calc(100% - 20px); } }
      .news-hub__list .list__list .article a .article__header.header--full-width {
        width: 100%; }
      .news-hub__list .list__list .article a .article__header .header__category {
        grid-column: 1/2;
        text-transform: uppercase;
        color: #ff3c2d;
        font-weight: bold; }
      .news-hub__list .list__list .article a .article__header .header__date {
        grid-column: 2/3;
        color: #707070;
        text-align: right; }
      .news-hub__list .list__list .article a .article__header .header__title {
        grid-column: 1/3;
        font-family: "Source Serif Pro";
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        hyphens: auto;
        hyphenate-limit-chars: 9 5 4; }
        @media (min-width: 992px) {
          .news-hub__list .list__list .article a .article__header .header__title {
            font-size: 18px; } }
        @media (min-width: 1200px) {
          .news-hub__list .list__list .article a .article__header .header__title {
            font-size: 22px; } }
        @media screen and (min-width: 1500px) {
          .news-hub__list .list__list .article a .article__header .header__title {
            font-size: 28px;
            line-height: 36px; } }
      .news-hub__list .list__list .article a .article__header .header__teaser {
        grid-column: 1/3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 2; }
        @media (min-width: 992px) {
          .news-hub__list .list__list .article a .article__header .header__teaser {
            -webkit-line-clamp: 4; } }
  @media (min-width: 992px) {
    .news-hub__list .list__list .article.article--large.image-right a {
      grid-template-columns: 80px auto; }
      .news-hub__list .list__list .article.article--large.image-right a img {
        grid-column: 2/3;
        justify-self: end; }
      .news-hub__list .list__list .article.article--large.image-right a .article__header {
        grid-column: 1/3;
        padding: 32px 48px 0 0; }
    .news-hub__list .list__list .article.article--large.image-left a {
      grid-template-columns: auto 80px; }
      .news-hub__list .list__list .article.article--large.image-left a img {
        grid-column: 1/2; }
      .news-hub__list .list__list .article.article--large.image-left a .article__header {
        grid-column: 1/3;
        justify-self: end;
        padding: 32px 0 0 48px; }
    .news-hub__list .list__list .article.article--large a {
      grid-template-rows: auto 200px 50px; }
      .news-hub__list .list__list .article.article--large a .article__header {
        max-width: 580px;
        min-height: 240px;
        align-content: start;
        grid-row-gap: 2px; }
        .news-hub__list .list__list .article.article--large a .article__header .header__title {
          margin-bottom: 16px; } }

.news-hub__list .list__footer {
  margin-top: 20px;
  text-align: center; }
  @media (min-width: 992px) {
    .news-hub__list .list__footer {
      margin-top: 40px; } }
  .news-hub__list .list__footer .footer__all-news a {
    display: inline-block;
    background-color: #ff3c2d;
    color: white;
    text-transform: uppercase;
    padding: 16px 32px;
    font-size: 18px; }
    .news-hub__list .list__footer .footer__all-news a span {
      display: inline-block;
      margin-right: 16px; }

.news-hub__detail .detail__category-date {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-block: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 32px; }
  .news-hub__detail .detail__category-date > span {
    color: #ff3c2d;
    text-transform: uppercase;
    font-weight: bold; }
  .news-hub__detail .detail__category-date > time {
    color: #707070; }

.news-hub__detail .detail__title {
  margin-bottom: 15px; }
  .news-hub__detail .detail__title h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 52px; }

.news-hub__detail .detail__teaser p {
  font-size: 22px;
  line-height: 32px; }

.news-hub__detail .detail__main-image {
  margin-bottom: 50px; }
  .news-hub__detail .detail__main-image figcaption {
    font-size: 16px;
    color: #707070; }

.news-hub__detail .detail__newstext, .news-hub__detail .news-content-wrap .ce-bodytext {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px; }
  .news-hub__detail .detail__newstext p, .news-hub__detail .detail__newstext a, .news-hub__detail .detail__newstext span, .news-hub__detail .detail__newstext i, .news-hub__detail .detail__newstext li, .news-hub__detail .news-content-wrap .ce-bodytext p, .news-hub__detail .news-content-wrap .ce-bodytext a, .news-hub__detail .news-content-wrap .ce-bodytext span, .news-hub__detail .news-content-wrap .ce-bodytext i, .news-hub__detail .news-content-wrap .ce-bodytext li {
    font-size: 18px; }
  .news-hub__detail .detail__newstext h2, .news-hub__detail .news-content-wrap .ce-bodytext h2 {
    font-weight: bold;
    font-size: 40px;
    word-break: break-word; }
  .news-hub__detail .detail__newstext h3, .news-hub__detail .news-content-wrap .ce-bodytext h3 {
    font-size: 24px;
    line-height: 40px;
    font-family: "Source Serif Pro", serif; }
  .news-hub__detail .detail__newstext h4, .news-hub__detail .news-content-wrap .ce-bodytext h4 {
    font-size: 18px;
    line-height: 26px; }

.news-hub__detail .news-content-wrap header {
  max-width: 720px;
  margin: 0 auto; }

.news-hub__detail .news-content-wrap + .news-related-wrap {
  margin-top: 2rem; }

.news-hub__detail .news-related-wrap header {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.news-hub__detail .news-related-wrap ul {
  list-style: none;
  padding-left: 0 !important; }
  .news-hub__detail .news-related-wrap ul li:before {
    content: "" !important; }

.news-hub__detail .news-related-wrap .news-related-files-link {
  flex-shrink: 0; }

.news-hub__detail .news-related-wrap .news-related-files-type {
  text-transform: uppercase;
  flex-basis: 15ch;
  flex-shrink: 0; }

.news-hub__detail .news-related-wrap .news-related-files {
  max-width: 720px;
  margin: 0 auto; }
  .news-hub__detail .news-related-wrap .news-related-files li div {
    display: inline-flex;
    gap: 10px;
    border-bottom: 1px solid #ebebeb; }

.news-hub__detail .news-related-wrap .news-related-links {
  max-width: 720px;
  margin: 0 auto; }
  .news-hub__detail .news-related-wrap .news-related-links li {
    display: inline-block;
    background-color: #ff3c2d;
    margin-right: 5px;
    margin-bottom: 5px; }
    .news-hub__detail .news-related-wrap .news-related-links li a {
      color: white;
      font-size: 18px;
      text-decoration: none;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      display: block;
      padding: 14px 30px; }

.news-hub__detail .news-hub-gallery {
  display: grid;
  grid-template-columns: 1fr 20px 20px;
  grid-column-gap: 16px;
  margin: 50px 0 30px 0; }
  .news-hub__detail .news-hub-gallery .slick-list {
    grid-column: 1/4;
    grid-row: 2/3; }
    .news-hub__detail .news-hub-gallery .slick-list figcaption {
      color: #707070;
      font-size: 14px;
      line-height: 20px;
      margin-top: 8px; }
  .news-hub__detail .news-hub-gallery .slick-arrow {
    grid-row: 1/2;
    background-color: transparent;
    border: none;
    color: transparent;
    background-image: url("../../../Images/Icons/arrow-left-solid.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    align-self: end;
    margin-bottom: 8px; }
    .news-hub__detail .news-hub-gallery .slick-arrow.slick-prev {
      grid-column: 2/3; }
    .news-hub__detail .news-hub-gallery .slick-arrow.slick-next {
      grid-column: 3/4;
      transform: rotate(180deg); }
  .news-hub__detail .news-hub-gallery .slider-paging-number {
    grid-column: 1/2;
    padding-left: 0 !important; }
    .news-hub__detail .news-hub-gallery .slider-paging-number li {
      list-style: none; }
      .news-hub__detail .news-hub-gallery .slider-paging-number li:not(.slick-active) {
        display: none; }
      .news-hub__detail .news-hub-gallery .slider-paging-number li:before {
        content: "" !important; }
      .news-hub__detail .news-hub-gallery .slider-paging-number li span {
        color: #707070; }

.news-hub__detail .detail__tags {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0; }
  .news-hub__detail .detail__tags span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px; }
  .news-hub__detail .detail__tags ul {
    display: inline-flex;
    gap: 16px;
    flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .news-hub__detail .detail__tags ul {
        display: flex;
        margin-top: 20px;
        padding-left: 0 !important; } }
    .news-hub__detail .detail__tags ul li {
      background-color: #ebebeb;
      line-height: 30px;
      border-radius: 23px;
      font-size: 16px;
      padding: 0 16px !important; }
      .news-hub__detail .detail__tags ul li:before {
        content: "" !important; }

.news-hub__detail .detail__related-news {
  margin-top: 80px; }
  .news-hub__detail .detail__related-news ul {
    display: grid;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 0 !important; }
    @media (min-width: 992px) {
      .news-hub__detail .detail__related-news ul {
        grid-template-columns: repeat(3, 1fr); } }
    .news-hub__detail .detail__related-news ul li:before {
      display: none; }
    @media (max-width: 991.98px) {
      .news-hub__detail .detail__related-news ul li a > img {
        width: 100%; } }
    .news-hub__detail .detail__related-news ul li a > div {
      display: flex;
      justify-content: space-between;
      margin-bottom: 4px; }
      .news-hub__detail .detail__related-news ul li a > div .related__category {
        color: #ff3c2d;
        text-transform: uppercase;
        font-weight: bold; }
      .news-hub__detail .detail__related-news ul li a > div .related__date {
        color: #707070; }
    .news-hub__detail .detail__related-news ul li .related__title {
      color: black;
      font-family: "Source Serif Pro";
      font-size: 22px;
      line-height: 30px; }

.news-hub__category-menu {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 55px;
  margin-bottom: 50px; }
  .news-hub__category-menu .category-menu__filter-button button {
    position: relative;
    width: 55px;
    background-color: red;
    height: 55px;
    border: none;
    background-image: url("../../../Images/Icons/sliders-h-solid.svg");
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat; }
    .news-hub__category-menu .category-menu__filter-button button:hover {
      cursor: pointer; }
    .news-hub__category-menu .category-menu__filter-button button.active-filters:after {
      content: attr(data-count);
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20px;
      height: 20px;
      background-color: #707070;
      color: #ebebeb;
      border-radius: 10px;
      top: -6px;
      right: -6px;
      border: 1px solid #ebebeb;
      padding-left: 1px; }
  .news-hub__category-menu .category-menu__overlay {
    grid-column: 2/3;
    position: absolute;
    left: 0;
    top: 0;
    height: 54px;
    width: 100%;
    background: linear-gradient(90deg, white 0%, rgba(0, 0, 0, 0) 20px, rgba(0, 0, 0, 0) calc(100% - 120px), white 98%);
    pointer-events: none; }
  .news-hub__category-menu .category-menu__back-link {
    background-color: #707070;
    height: 54px;
    line-height: 54px;
    color: white;
    text-transform: uppercase;
    padding: 0 12px;
    display: inline-block;
    font-size: 20px; }
    .news-hub__category-menu .category-menu__back-link span {
      display: none; }
      @media (min-width: 576px) {
        .news-hub__category-menu .category-menu__back-link span {
          display: inline-block; } }
    .news-hub__category-menu .category-menu__back-link svg {
      transform: rotate(180deg) scale(1.4); }
      @media (min-width: 576px) {
        .news-hub__category-menu .category-menu__back-link svg {
          display: none; } }
  .news-hub__category-menu ul {
    display: grid;
    overflow-x: scroll;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    align-content: center;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #ebebeb;
    height: 55px; }
    .news-hub__category-menu ul::-webkit-scrollbar {
      display: none; }
    .news-hub__category-menu ul:hover {
      cursor: ew-resize; }
    .news-hub__category-menu ul li {
      font-size: 20px;
      text-transform: uppercase;
      padding: 0 20px; }
      .news-hub__category-menu ul li:last-child {
        padding-right: 100px; }
      .news-hub__category-menu ul li.active a {
        color: #ff3c2d; }
      .news-hub__category-menu ul li a {
        color: black;
        line-height: 54px;
        font-weight: bold; }

.news-hub__fly-out-menu {
  display: none; }
  .news-hub__fly-out-menu.active {
    display: block; }
  .news-hub__fly-out-menu .fly-out-menu__background {
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4); }
  .news-hub__fly-out-menu .fly-out-menu__menu {
    position: fixed;
    z-index: 999999;
    width: 100%;
    max-width: 500px;
    right: -500px;
    transition: right .4s ease;
    top: 0;
    background-color: white;
    height: 100vh;
    height: 100dvh;
    padding: 64px 40px;
    overflow-y: scroll; }
    .news-hub__fly-out-menu .fly-out-menu__menu.active {
      right: 0; }
    .news-hub__fly-out-menu .fly-out-menu__menu .menu__close {
      text-align: right; }
      .news-hub__fly-out-menu .fly-out-menu__menu .menu__close button {
        background: none;
        border: none;
        width: 25px;
        height: 25px; }
        .news-hub__fly-out-menu .fly-out-menu__menu .menu__close button:hover {
          cursor: pointer; }
    .news-hub__fly-out-menu .fly-out-menu__menu .menu__header {
      font-family: "Source Serif Pro", serif;
      font-size: 28px;
      font-weight: 500; }
    .news-hub__fly-out-menu .fly-out-menu__menu .menu__filter {
      margin-bottom: 80px; }
      .news-hub__fly-out-menu .fly-out-menu__menu .menu__filter form {
        margin-top: 16px;
        display: flex;
        flex-direction: column; }
        .news-hub__fly-out-menu .fly-out-menu__menu .menu__filter form select {
          position: relative;
          width: 100%;
          font-size: 18px;
          text-transform: uppercase;
          padding: 14px 24px;
          margin-bottom: 16px;
          font-weight: 500;
          appearance: none;
          height: 54px;
          font-family: "Source Sans Pro";
          -webkit-appearance: none;
          background-image: url("../../../Images/Icons/select-icon.svg");
          background-repeat: no-repeat;
          background-position: right; }
        .news-hub__fly-out-menu .fly-out-menu__menu .menu__filter form .button {
          text-align: right; }
          .news-hub__fly-out-menu .fly-out-menu__menu .menu__filter form .button button {
            border-radius: 0;
            text-transform: uppercase;
            font-size: 18px; }
            .news-hub__fly-out-menu .fly-out-menu__menu .menu__filter form .button button[type="submit"] {
              background-color: #ff3c2d;
              padding: 16px 32px;
              color: white; }
            .news-hub__fly-out-menu .fly-out-menu__menu .menu__filter form .button button[type="reset"] {
              background-color: #ebebeb;
              padding: 8px 16px;
              color: #707070;
              margin-bottom: 12px; }
    .news-hub__fly-out-menu .fly-out-menu__menu .menu__tags ul {
      display: flex;
      margin-top: 16px;
      flex-wrap: wrap;
      column-gap: 8px;
      row-gap: 16px; }
    .news-hub__fly-out-menu .fly-out-menu__menu .menu__tags li {
      background-color: #ebebeb;
      line-height: 30px;
      border-radius: 23px;
      font-size: 16px;
      padding: 0 16px; }
      .news-hub__fly-out-menu .fly-out-menu__menu .menu__tags li a {
        color: black; }

.news-search-form form {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 4px; }
  .news-search-form form > div a {
    background-color: #707070;
    height: 54px;
    line-height: 54px;
    color: white;
    text-transform: uppercase;
    padding: 0 12px;
    display: inline-block;
    font-size: 20px; }
  .news-search-form form fieldset {
    flex: 1; }

.news-search-form .form-group {
  display: grid;
  grid-template-columns: auto 54px;
  grid-column-gap: 4px;
  grid-row-gap: 16px; }
  .news-search-form .form-group label {
    grid-column: 1/3; }
  .news-search-form .form-group input {
    border-radius: 0;
    height: 54px;
    font-family: "Source Sans Pro"; }
    .news-search-form .form-group input[type=text] {
      grid-column: 1/2;
      grid-row: 2/3;
      background-color: #ebebeb;
      color: #707070;
      border: none;
      text-transform: uppercase;
      font-weight: 500; }
    .news-search-form .form-group input[type=submit] {
      grid-column: 2/3;
      grid-row: 2/3;
      width: 54px;
      background-image: url("../../../Images/Icons/search-icon.svg");
      background-repeat: no-repeat;
      background-position: center; }

.news__pagination {
  padding: 16px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between; }
  .news__pagination .pagination__total-pages {
    color: #707070; }
  .news__pagination p {
    margin-bottom: 0; }
  .news__pagination .pagination__paginator {
    display: flex; }
    .news__pagination .pagination__paginator li {
      padding: 0 8px; }
      .news__pagination .pagination__paginator li a {
        color: #707070; }
      .news__pagination .pagination__paginator li.current a {
        color: black; }
    .news__pagination .pagination__paginator .previous {
      padding-right: 16px; }
      .news__pagination .pagination__paginator .previous svg {
        transform: rotate(180deg); }
    .news__pagination .pagination__paginator .next {
      padding-left: 16px; }

.news-search-result .count-msg {
  margin-block: 10px 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  font-family: "Source Sans Pro";
  font-size: 20px;
  text-transform: uppercase; }

.tx-publications #publication-filter {
  display: flex;
  column-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  .tx-publications #publication-filter p {
    flex-basis: 100%;
    font-family: "Source Serif Pro";
    font-size: 20px; }
  .tx-publications #publication-filter label {
    flex-basis: calc(25% - 0.75rem);
    display: flex;
    flex-direction: column;
    gap: 0.5rem; }
    .tx-publications #publication-filter label input {
      padding: 0.5rem;
      appearance: none;
      border: 1px solid black; }

.tx-publications ul li.publication {
  padding: 15px; }
  .tx-publications ul li.publication.hidden {
    display: none; }
  .tx-publications ul li.publication:nth-child(2n) {
    background-color: #ebebeb; }

.tx-publications .no-results {
  margin-block: 2rem; }
  .tx-publications .no-results:not(.show) {
    display: none; }

em {
  font-style: italic !important; }

html {
  background: none; }

@media (max-width: 767.98px) {
  html body.menu-open {
    min-height: 3000px !important; } }

@media (min-width: 768px) {
  html body.menu-open {
    overflow: hidden;
    width: 100%; } }

body {
  font-family: "Source Sans Pro"; }

#main-content {
  padding-top: 30px;
  padding-bottom: 75px; }
  #main-content:focus {
    outline: none; }

@media screen and (min-width: 1921px) {
  .startPage #main-content > .row {
    flex-direction: column; } }

a {
  color: #ff3c2d; }
  a:hover {
    color: #ff3c2d; }

.dp-none {
  display: none; }

.row:before, .row:after {
  display: inline-block !important; }

button, input, select {
  border-radius: 0; }

button.accessibility {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: inherit; }

.corona-button-mobile {
  position: absolute;
  right: -75px;
  top: 290px;
  width: 200px;
  height: 50px;
  background-color: #FF3C2D;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    .corona-button-mobile {
      top: 50%;
      display: none; } }
  .corona-button-mobile:hover {
    color: white; }
  .corona-button-mobile > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  .corona-button-mobile img {
    width: 30px;
    margin-right: 10px; }

.corona-button-desktop {
  position: absolute;
  left: -128px;
  top: 75px;
  width: 200px;
  height: 50px;
  background-color: #FF3C2D;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  letter-spacing: 1px; }
  @media (max-width: 991.98px) {
    .corona-button-desktop {
      display: none; } }
  .corona-button-desktop:hover {
    color: white; }
  .corona-button-desktop > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  .corona-button-desktop img {
    width: 30px;
    margin-right: 10px; }

#digital-citizen-service {
  background-color: #FF3C2D;
  color: white;
  display: flex;
  align-items: center;
  width: 200px;
  height: 50px;
  transform: rotate(-90deg);
  font-size: 16px;
  letter-spacing: 1px;
  position: absolute;
  left: -128px;
  top: 75px; }
  #digital-citizen-service:hover {
    color: white; }
  #digital-citizen-service > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  @media (max-width: 1199.98px) {
    #digital-citizen-service {
      justify-content: center;
      position: static;
      font-size: 18px;
      transform: none;
      width: auto;
      margin-top: 5px; }
      #digital-citizen-service > div {
        justify-content: center;
        height: 50px;
        margin-bottom: 4px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #digital-citizen-service {
      margin: 5px -10px 0 -15px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #digital-citizen-service {
      width: 405px;
      margin: 5px -10px 0 -15px; } }
  #digital-citizen-service img {
    width: 40px; }

.facelift-2018.startPage ~ .cnw_translationbox {
  z-index: 999 !important; }
  @media (max-width: 767.98px) {
    .facelift-2018.startPage ~ .cnw_translationbox {
      bottom: 90px !important;
      left: 15px !important;
      transition: bottom .1s ease; }
      .facelift-2018.startPage ~ .cnw_translationbox.active {
        bottom: 190px !important; } }

.uc-embedding-more-info,
.uc-embedding-accept {
  color: #fff !important;
  background-color: #f91200 !important; }

/*# sourceMappingURL=main.css.map */