@charset "UTF-8";
/*!
 * Bootstrap Grid 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)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
  }
}
.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;
  }
}
.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: 500 !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;
}

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

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

@font-face {
  font-family: "FFClan";
  src: url("../Fonts/5477009/f60bc2c9-44fc-479f-8fde-19200e69b9cb.eot?#iefix");
  src: url("../Fonts/5477009/f60bc2c9-44fc-479f-8fde-19200e69b9cb.eot?#iefix") format("eot"), url("../Fonts/5477009/594979db-53e7-4c57-9c7b-92679df6a0cc.woff2") format("woff2"), url("../Fonts/5477009/d1210108-735a-4da5-8eea-d931464e3842.woff") format("woff"), url("../Fonts/5477009/db6136ef-3fb3-4554-8f33-d964fa5cbce6.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FFClan";
  src: url("../Fonts/5477012/98e646d3-0e16-438d-9b3a-d6f579108af4.eot?#iefix");
  src: url("../Fonts/5477012/98e646d3-0e16-438d-9b3a-d6f579108af4.eot?#iefix") format("eot"), url("../Fonts/5477012/d7287707-0bfc-4f20-b6fa-300ac798fa29.woff2") format("woff2"), url("../Fonts/5477012/423996c7-8894-405e-a5ec-04f5717d3dd7.woff") format("woff"), url("../Fonts/5477012/2c77d8ee-221d-402c-ab2d-275cd349d966.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "FFClan";
  src: url("../Fonts/5477015/709a358c-72d0-49fa-afdb-3a748c6197ce.eot?#iefix");
  src: url("../Fonts/5477015/709a358c-72d0-49fa-afdb-3a748c6197ce.eot?#iefix") format("eot"), url("../Fonts/5477015/e513b29b-7b08-4506-9119-a2c0c597e890.woff2") format("woff2"), url("../Fonts/5477015/3184d816-3b07-4e7f-b31b-02ae54ffda5a.woff") format("woff"), url("../Fonts/5477015/886df0eb-2615-4dac-a848-bd1e5105b402.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "FFClan";
  src: url("../Fonts/5477018/71a2a28c-1802-46b1-a768-adc3c65481e4.eot?#iefix");
  src: url("../Fonts/5477018/71a2a28c-1802-46b1-a768-adc3c65481e4.eot?#iefix") format("eot"), url("../Fonts/5477018/4fe59b2f-0d5e-4a4c-a77b-142be5e67b57.woff2") format("woff2"), url("../Fonts/5477018/d9bfd2b7-d5f2-4bd8-aef3-b6548d8c7954.woff") format("woff"), url("../Fonts/5477018/73fe8670-5509-4eb3-b178-508a4f2e3530.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "FFClan";
  src: url("../Fonts/5477023/45eb560e-cbac-4281-a03b-45beca6c67c6.eot?#iefix");
  src: url("../Fonts/5477023/45eb560e-cbac-4281-a03b-45beca6c67c6.eot?#iefix") format("eot"), url("../Fonts/5477023/1a9cf0ae-2575-4c77-9aa4-27882906726c.woff2") format("woff2"), url("../Fonts/5477023/c6b2b95f-ef17-4b4d-95be-265d3fd1d24b.woff") format("woff"), url("../Fonts/5477023/51dd8d21-7ddb-42e1-b321-a8204a1d5efa.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FFClan";
  src: url("../Fonts/5477026/c1ba9af7-2eca-420d-9128-09847071bf7f.eot?#iefix");
  src: url("../Fonts/5477026/c1ba9af7-2eca-420d-9128-09847071bf7f.eot?#iefix") format("eot"), url("../Fonts/5477026/8985d302-1a07-40a0-9e66-0334c0904497.woff2") format("woff2"), url("../Fonts/5477026/695cbb4b-3e10-4cbc-98d0-75f700914473.woff") format("woff"), url("../Fonts/5477026/f22f79f7-daa9-440c-8896-50c6aca4572f.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .sideTitle, .owlcontent h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapperCopyright, .wrapperFooter, .wrapperBreadcrumb, .wrapperReferenceBlocks, .wrapperTimeline, .wrapperDownloads, .wrapperContactPerson {
  *zoom: 1;
}
.wrapperCopyright:before, .wrapperFooter:before, .wrapperBreadcrumb:before, .wrapperReferenceBlocks:before, .wrapperTimeline:before, .wrapperDownloads:before, .wrapperContactPerson:before, .wrapperCopyright:after, .wrapperFooter:after, .wrapperBreadcrumb:after, .wrapperReferenceBlocks:after, .wrapperTimeline:after, .wrapperDownloads:after, .wrapperContactPerson:after {
  content: " ";
  display: table;
}
.wrapperCopyright:after, .wrapperFooter:after, .wrapperBreadcrumb:after, .wrapperReferenceBlocks:after, .wrapperTimeline:after, .wrapperDownloads:after, .wrapperContactPerson:after {
  clear: both;
}

.wrapperIndex {
  width: 100%;
  overflow-y: hidden;
}

.wrapper {
  margin: 0 auto;
  max-width: 1024px;
}

.wrapperHeader {
  position: fixed;
  z-index: 19;
  width: 255px;
  float: left;
  text-align: center;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 14px solid #a9d1c9;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .wrapperHeader {
    width: 99px;
    border-left: 8px solid #a9d1c9;
    overflow-y: visible;
    overflow-x: visible;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperHeader {
    position: relative;
    width: 100%;
    border-top: 6px solid #a9d1c9;
    border-left: 0px;
    margin-bottom: 1px;
    overflow-y: visible;
    overflow-x: visible;
  }
}

.wrapperContent {
  float: right;
  width: 768px;
  background: white;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .wrapperContent {
    width: 668px;
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 640px) {
  .wrapperContent {
    width: 100%;
    float: left;
  }
}

body {
  font-family: "FFClan", sans-serif;
  color: #111;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  background-color: #eaeeed;
  background-position: top left;
  background-repeat: repeat-x;
  overflow-x: hidden;
}

::selection {
  background: #514f52;
  color: white;
}

::-moz-selection {
  background: #514f52;
  color: white;
}

a {
  position: relative;
  font-size: 16px;
  color: #6aafa1;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a.arrow {
  position: relative;
  font-size: 16px;
  color: #111;
  text-decoration: none;
  margin: 7px 0 5px 0px;
  top: 6px;
  font-weight: bold;
}
a.arrow:hover {
  text-decoration: underline;
}
a.arrow::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  margin-left: 7px;
  color: #514f52;
  font-size: 13px;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #222;
  margin: 0 0 1em 0;
}
p img {
  margin: 0 0 19px 10px;
  float: left;
}

h1, .sideTitle, .owlcontent h2,
h2,
h3,
h4,
h5,
.collapse__container .collapse__header .title,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( 			src=hIEfix.png, 			sizingMethod=crop 		);
  zoom: 1;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
  font-family: "FFClan", sans-serif;
}

h1, .sideTitle, .owlcontent h2,
.h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  color: #111;
  padding: 0.58em 0 0.38em 0;
  margin: 0;
}

h2,
.h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  color: #111;
  padding: 0.82em 0 0.55em 0;
  margin: 0;
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #111;
  padding: 0.82em 0 0.55em 0;
  margin: 0;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #111;
  padding: 0.82em 0 0.55em 0;
  margin: 0;
}

h5, .collapse__container .collapse__header .title,
.h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;
  color: #111;
  padding: 0.82em 0 0.55em 0;
  margin: 0;
}

hr {
  border: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  margin: 5% 0 5% 0;
  background: #eaeeed;
  clear: both;
}

table {
  padding: 0px;
  margin: 0px;
  width: auto;
  border: 1px solid #8b8b8b;
  font-size: 16px;
}
table th {
  margin: 0;
  padding: 4px 7px 4px 7px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
  border-bottom: 1px solid #7b7b7b;
  background: white;
}
table td {
  margin: 0;
  padding: 4px 7px 4px 7px;
  border: 1px solid #8b8b8b;
  background: #ffffff;
}

.articleContent ul {
  margin-left: 0px;
  list-style-image: url(../Images/list-style-item.gif);
}
.articleContent ul li {
  font-size: 16px;
  font-weight: 400;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.articleContent ol {
  margin-left: 45px;
  padding: 0;
}
.articleContent ol li {
  padding-left: 4px;
  font-size: 16px;
}
.articleContent dl::after {
  content: "";
  display: table;
  clear: both;
}
.articleContent dl dt {
  width: 100%;
  padding: 0.25em;
  float: left;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  .articleContent dl dt {
    width: 48%;
    padding: 0;
    clear: left;
    text-align: right;
  }
}
.articleContent dl dd {
  padding: 0.25em;
  float: left;
}
@media only screen and (min-width: 640px) {
  .articleContent dl dd {
    width: 48%;
    padding: 0;
    float: left;
  }
  .articleContent dl dd p {
    padding-left: 2em;
  }
}

blockquote {
  font-size: 17px;
  border-left: 3px solid #a9d1c9;
  background: #edf3f2;
  padding: 15px 15px 15px 17px;
  margin: 0 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  clear: both;
}
blockquote p {
  font-size: 17px;
  color: black;
}

.articleContent form {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px solid #8b8b8b;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.articleContent form input[type=text],
.articleContent form input[type=email],
.articleContent form textarea,
.articleContent form select {
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #8b8b8b;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow, 0.25s, ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .articleContent form input[type=text],
.articleContent form input[type=email],
.articleContent form textarea,
.articleContent form select {
    transition: none;
  }
}
.articleContent form input[type=text]:hover,
.articleContent form input[type=email]:hover,
.articleContent form textarea:hover,
.articleContent form select:hover {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
}
.articleContent form input[type=text]:focus,
.articleContent form input[type=email]:focus,
.articleContent form textarea:focus,
.articleContent form select:focus {
  background: white;
  border: 1px solid #a9d1c9;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
}
.articleContent form label,
.articleContent form input,
.articleContent form select,
.articleContent form textarea {
  display: inline-block;
  font-size: 16px;
}
.articleContent form label {
  min-width: 30%;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .articleContent form label {
    min-width: 100%;
    text-align: left;
  }
}
.articleContent form label + input,
.articleContent form label + select,
.articleContent form label + textarea {
  width: 52%;
  margin: 0 8% 1.2em 4%;
}
@media only screen and (max-width: 640px) {
  .articleContent form label + input,
.articleContent form label + select,
.articleContent form label + textarea {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
.articleContent form textarea {
  height: 180px;
}
.articleContent form input[type=submit],
.articleContent form button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all, 0.25s, ease-in-out;
  background: #88bfb4;
  border: none;
  padding: 8px;
  color: white;
  font-size: 18px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .articleContent form input[type=submit],
.articleContent form button {
    transition: none;
  }
}
.articleContent form input[type=submit]:hover,
.articleContent form button:hover {
  background: #6db1a3;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
}
.articleContent form input[type=submit]:focus,
.articleContent form button:focus {
  background: #60aa9b;
}
@media only screen and (max-width: 640px) {
  .articleContent form input[type=submit],
.articleContent form button {
    float: none;
    margin: 0;
  }
}

div.powermail_fieldwrap_type_check label {
  display: flex;
  align-items: center;
}
div.powermail_fieldwrap_type_check label p {
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 1023px) {
  .mainnav {
    position: absolute;
    top: 0;
    width: 260px;
    left: 91px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    visibility: hidden;
    background: #cae3de;
    z-index: 10;
  }
}
@media only screen and (max-width: 640px) {
  .mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    left: 0px;
    top: 60px;
    padding-bottom: 160px;
    visibility: hidden;
    background: white;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
  }
}
.mainnav ul {
  top: 150px;
  width: 80%;
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin: 45px 0 0 64px;
}
.mainnav ul .active {
  position: relative;
}
.mainnav ul .active:before {
  content: " ";
  position: absolute;
  left: -65px;
  top: 11px;
  width: 55px;
  height: 1px;
  background: #a9d1c9;
}
@media only screen and (max-width: 1023px) {
  .mainnav ul .active:before {
    background: white;
    left: -30px;
    width: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .mainnav ul .active:before {
    background: #a9d1c9;
    left: -30px;
    width: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .mainnav ul {
    margin: 40px 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .mainnav ul {
    margin: 20px 0 10px 30px;
  }
}
.mainnav ul li {
  line-height: 180%;
  padding: 5px 0 19px 0;
}
.mainnav ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #111;
  font-weight: 600;
}
.mainnav ul li a:hover {
  text-decoration: underline;
}
.mainnav ul li ul {
  margin: 0;
  padding: 0px;
}
.mainnav ul li ul li {
  text-decoration: none;
  font-size: 12px;
  padding: 2px 0 5px 0;
  line-height: 128%;
}
.mainnav ul li ul li:first-child {
  margin-top: 5px;
}
.mainnav ul li ul li a {
  font-size: 12px;
  font-weight: 400;
}
.mainnav ul li ul li a:hover {
  text-decoration: underline;
}

.navOpen {
  visibility: visible;
}

div.mobileNavToggle {
  display: none;
}
@media only screen and (max-width: 1023px) {
  div.mobileNavToggle {
    display: block;
    width: 100%;
    height: 10%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 640px) {
  div.mobileNavToggle {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  div.mobileNavToggle::before {
    top: 47.5%;
    width: 100%;
    text-align: center;
    display: block;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    z-index: 9;
    color: #a9d1c9;
    font-size: 23px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 640px) {
  div.mobileNavToggle::before {
    width: auto;
    top: 17px;
    right: 5.5%;
  }
}
@media only screen and (max-width: 1023px) {
  div.mobileNavToggle::after {
    top: 51%;
    width: 100%;
    text-align: center;
    display: block;
    content: "Menü";
    position: absolute;
    z-index: 1100;
    color: #111;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 640px) {
  div.mobileNavToggle::after {
    display: none;
  }
}

.mobileNavToggleClose {
  display: block;
  width: 100%;
  height: 10%;
  cursor: pointer;
  transition: all, 0.55s, ease-in;
}
@media screen and (prefers-reduced-motion: reduce) {
  .mobileNavToggleClose {
    transition: none;
  }
}
.mobileNavToggleClose::before {
  top: 47.5%;
  width: 100%;
  text-align: center;
  display: block;
  content: "" !important;
  font-family: FontAwesome;
  position: absolute;
  z-index: 9;
  color: #a9d1c9;
  font-size: 23px;
}
@media only screen and (max-width: 640px) {
  .mobileNavToggleClose::before {
    width: auto;
    top: 19px;
    right: 5.5%;
  }
}
.mobileNavToggleClose::after {
  top: 51%;
  width: 100%;
  text-align: center;
  display: block;
  content: "Schließen" !important;
  position: absolute;
  z-index: 1100;
  color: #111;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .mobileNavToggleClose::after {
    display: none;
  }
}

.wrapperArticle {
  margin-bottom: 6%;
  padding-right: 50px;
  padding-left: 50px;
}
.wrapperArticle .articleIntroImage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 50px;
  float: left;
  margin-top: 4.2%;
}
@media only screen and (max-width: 1023px) {
  .wrapperArticle .articleIntroImage {
    padding-right: 5.5%;
  }
}
.wrapperArticle .articleIntroImage img {
  width: 100%;
}
.wrapperArticle .articleIntro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 50px;
  float: left;
  margin-bottom: 2.5%;
}
@media only screen and (max-width: 1023px) {
  .wrapperArticle .articleIntro {
    padding-right: 5.5%;
  }
}
.wrapperArticle .articleIntro p {
  font-size: 20px;
  font-weight: 600;
  color: #514f52;
}
.wrapperArticle .articleContent p img {
  float: left;
  margin: 0 15px 12px 0;
  width: inherit;
}
@media only screen and (max-width: 640px) {
  .wrapperArticle .articleContent p img {
    width: 100%;
    height: auto;
    margin: 0 0 6% 0;
  }
}
.wrapperArticle .articleContent ul {
  margin-bottom: 40px;
}

.wrapperContactPerson {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  border-top: 1px solid #eaeeed;
}
@media only screen and (max-width: 1023px) {
  .wrapperContactPerson {
    padding-left: 5.5%;
  }
}
.wrapperContactPerson .contactPersonImage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-right: 50px;
  float: left;
  float: left;
  text-align: center;
  border-right: 1px solid #eaeeed;
}
@media only screen and (max-width: 1023px) {
  .wrapperContactPerson .contactPersonImage {
    padding-right: 5.5%;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperContactPerson .contactPersonImage {
    border-right: 0px;
  }
}
.wrapperContactPerson .contactPersonImage img {
  margin: 25% 0 20% 0;
}
@media only screen and (max-width: 1023px) {
  .wrapperContactPerson .contactPersonImage img {
    width: 99%;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperContactPerson .contactPersonImage img {
    width: 99%;
  }
}
.wrapperContactPerson .contactPersonDetail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  padding-right: 50px;
  float: left;
  float: left;
  padding: 10px 6% 10px 6%;
}
@media only screen and (max-width: 1023px) {
  .wrapperContactPerson .contactPersonDetail {
    padding-right: 5.5%;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperContactPerson .contactPersonDetail {
    border-left: 1px solid #eaeeed;
    padding: 0px 6% 15px 6%;
  }
}
.wrapperContactPerson .contactPersonDetail h3 {
  font-family: "FFClan", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}
@media only screen and (max-width: 640px) {
  .wrapperContactPerson .contactPersonDetail h3 {
    font-size: 16px;
  }
}
.wrapperContactPerson .contactPersonDetail span.contactTitle {
  display: block;
  font-size: 13px;
  color: #918e92;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .wrapperContactPerson .contactPersonDetail span.contactTitle {
    font-size: 14px;
    line-height: 140%;
  }
}
.wrapperContactPerson .contactPersonDetail span.contactPhone {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .wrapperContactPerson .contactPersonDetail span.contactPhone {
    font-size: 13px;
    line-height: 140%;
  }
}
.wrapperContactPerson .contactPersonDetail span.contactEmail {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .wrapperContactPerson .contactPersonDetail span.contactEmail {
    font-size: 13px;
    line-height: 140%;
  }
}

.wrapperDownloads {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .wrapperDownloads {
    padding-left: 5.5%;
  }
}
.wrapperDownloads ul {
  display: block;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 50px;
  float: left;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .wrapperDownloads ul {
    padding-right: 5.5%;
  }
}
.wrapperDownloads ul li {
  display: block;
  border-top: 1px solid #eaeeed;
  margin: 0;
  padding: 3% 0 3% 0;
  font-size: 1em;
}
.wrapperDownloads ul li:before {
  position: relative;
  font-family: FontAwesome;
  content: "";
  font-size: 16px;
  color: #a9d1c9;
  margin-right: 15px;
}
.wrapperDownloads ul li a {
  text-decoration: none;
  color: #111;
  line-height: 120%;
}
.wrapperDownloads ul li a span {
  display: block;
  padding-left: 30px;
  text-decoration: none !important;
  font-size: 12px;
  color: #888888;
}
.wrapperDownloads ul li a:hover {
  text-decoration: underline;
}

.wrapperTimeline {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .wrapperTimeline {
    padding-left: 5.5%;
  }
}
.wrapperTimeline div.timeline {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 50px;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .wrapperTimeline div.timeline {
    padding-right: 5.5%;
  }
}
.wrapperTimeline div.timeline ul {
  width: 50%;
  border-right: 1px solid #a9d1c9;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .wrapperTimeline div.timeline ul {
    width: 100%;
    border-left: 1px solid #a9d1c9;
    border-right: 0px;
  }
}
.wrapperTimeline div.timeline ul li {
  position: relative;
  text-align: right;
  padding: 2% 5% 9% 5%;
  min-height: 156px;
}
.wrapperTimeline div.timeline ul li .timelineYear {
  font-weight: 700;
}
.wrapperTimeline div.timeline ul li .timelineDesc,
.wrapperTimeline div.timeline ul li .timelineDesc p {
  font-size: 15px;
}
.wrapperTimeline div.timeline ul li .dot {
  position: absolute;
  right: -6px;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #a9d1c9;
}
.wrapperTimeline div.timeline ul li .timelineImage {
  position: absolute;
  top: -12px;
  right: -126px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #eaeeed;
}
.wrapperTimeline div.timeline ul li .timelineImage:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all, 0.25s, ease-in;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wrapperTimeline div.timeline ul li .timelineImage:hover {
    transition: none;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperTimeline div.timeline ul li .timelineImage {
    position: relative;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperTimeline div.timeline ul li {
    text-align: left;
  }
  .wrapperTimeline div.timeline ul li .dot {
    left: -6px;
  }
}
.wrapperTimeline div.timeline ul li:nth-child(2n) {
  text-align: left;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.wrapperTimeline div.timeline ul li:nth-child(2n) .dot {
  position: absolute;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #a9d1c9;
}
.wrapperTimeline div.timeline ul li:nth-child(2n) .timelineImage {
  position: absolute;
  top: -12px;
  left: -126px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #eaeeed;
}
.wrapperTimeline div.timeline ul li:nth-child(2n) .timelineImage:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all, 0.25s, ease-in;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wrapperTimeline div.timeline ul li:nth-child(2n) .timelineImage:hover {
    transition: none;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperTimeline div.timeline ul li:nth-child(2n) .timelineImage {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperTimeline div.timeline ul li:nth-child(2n) {
    text-align: left;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .wrapperTimeline div.timeline ul li:nth-child(2n) .dot {
    left: -6px;
  }
}

.wrapperReferenceBlocks {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .wrapperReferenceBlocks {
    padding-left: 5.5%;
  }
}
.wrapperReferenceBlocks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapperReferenceBlocks ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-right: 50px;
  float: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .wrapperReferenceBlocks ul li {
    padding-right: 5.5%;
  }
}
@media only screen and (max-width: 1023px) {
  .wrapperReferenceBlocks ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-right: 50px;
    float: left;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .wrapperReferenceBlocks ul li {
    padding-right: 5.5%;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperReferenceBlocks ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 50px;
    float: left;
  }
}
@media only screen and (max-width: 640px) and (max-width: 1023px) {
  .wrapperReferenceBlocks ul li {
    padding-right: 5.5%;
  }
}
.wrapperReferenceBlocks ul li img {
  width: 100%;
}
.wrapperReferenceBlocks ul li p {
  font-size: 1em;
  color: #111;
}

.wrapperBreadcrumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eaeeed;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .wrapperBreadcrumb {
    padding-left: 5.5%;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperBreadcrumb {
    position: relative;
    width: 100%;
    height: 20%;
    max-height: 20%;
    margin-bottom: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.wrapperBreadcrumb .breadcrumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 50px;
  float: left;
  float: left;
  list-style: none;
}
@media only screen and (max-width: 1023px) {
  .wrapperBreadcrumb .breadcrumb {
    padding-right: 5.5%;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperBreadcrumb .breadcrumb {
    white-space: nowrap;
    position: static;
  }
  .wrapperBreadcrumb .breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 100%;
    background: -moz-linear-gradient(left, white 32%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, white 32%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, white 32%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, white 32%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, white 32%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    /* IE6-9 */
    pointer-events: none;
    z-index: 20;
  }
}
.wrapperBreadcrumb .breadcrumb li {
  display: inline;
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 600;
}
.wrapperBreadcrumb .breadcrumb li a {
  font-size: 13px;
  color: #ababab;
  text-decoration: none;
  font-weight: 400;
}
.wrapperBreadcrumb .breadcrumb li a:hover {
  color: #7d7d7d;
}
.wrapperBreadcrumb .breadcrumb li::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  color: #a9d1c9;
}
.wrapperBreadcrumb .breadcrumb li:last-child::after {
  content: "";
  margin: 0;
}

.logo {
  width: 115px;
  margin-top: 35px;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .logo {
    width: 70px;
    margin-top: 30px;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .logo {
    margin: 11px 0 3px 0;
    width: 60px;
  }
}

.wrapperFooter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  background: #514f52;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 11%;
}
@media only screen and (max-width: 1023px) {
  .wrapperFooter {
    padding-left: 5.5%;
  }
}
.wrapperFooter .colFooter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-right: 50px;
  float: left;
  color: #eeeeee;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .wrapperFooter .colFooter {
    padding-right: 5.5%;
  }
}
@media only screen and (max-width: 640px) {
  .wrapperFooter .colFooter {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 50px;
    float: left;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 1023px) {
  .wrapperFooter .colFooter {
    padding-right: 5.5%;
  }
}
.wrapperFooter .colFooter ul {
  list-style: none;
  margin-top: 5px;
}
.wrapperFooter .colFooter ul li a {
  color: #cccccc;
  font-size: 12px;
  text-decoration: none;
}
.wrapperFooter .colFooter ul li a:hover {
  color: white;
  text-decoration: none;
}

.wrapperCopyright {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  background: #3a383b;
  padding-top: 12px;
  padding-bottom: 3px;
}
@media only screen and (max-width: 1023px) {
  .wrapperCopyright {
    padding-left: 5.5%;
  }
}
.wrapperCopyright .copyright {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 50px;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .wrapperCopyright .copyright {
    padding-right: 5.5%;
  }
}
.wrapperCopyright .copyright p {
  color: #777777;
  font-size: 12px;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
.owl-carousel {
	float:right;
	@include transition(opacity,0.3s,ease-in-out);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	width:calc(100% - 255px);
	// Tablet vertical
	@media only screen and (min-width: $bp-smartphone) and (max-width: $bp-tablet){
		width:calc(100% - 99px);
	}
	// Smarphone
	@media only screen and (max-width: $bp-smartphone){
		width:100%;
	}
}*/
.hide-owl-carousel {
  opacity: 0;
}

.owl-carousel .item {
  margin-left: -50px;
}
@media only screen and (max-width: 640px) {
  .owl-carousel .item {
    margin-left: -7%;
  }
}

.owlcontent {
  position: absolute;
  width: 51%;
  right: 100px;
  top: calc((100% - 500px) / 2);
  top: 25% \9 ;
  height: 500px;
  z-index: 1000;
  padding: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}
.owlcontent--transparent {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.owlcontent--transparent * {
  color: white !important;
}
.owlcontent--transparent a::after {
  color: white !important;
}
@media only screen and (max-width: 640px) {
  .owlcontent {
    height: 230px;
    bottom: 5%;
    right: 5%;
    left: 5%;
    top: initial;
    width: 90%;
  }
}
.owlcontent h2 {
  line-height: 120%;
  padding: 0.4em 0 0.4em 0;
}
@media only screen and (max-width: 640px) {
  .owlcontent h2 {
    font-size: 35px;
    padding: 0.3em 0 0.3em 0;
  }
}
.owlcontent .bottomContent {
  position: absolute;
  bottom: 0;
  padding: 0px 20px 25px 0;
}
@media only screen and (max-width: 640px) {
  .owlcontent .bottomContent p {
    display: none;
  }
  .owlcontent .bottomContent p:last-child {
    display: block;
  }
}

.owl-carousel .item svg {
  position: absolute;
  width: 49%;
  left: -100px;
  top: calc((100% - 500px) / 2);
  height: 500px;
  z-index: 1000;
  stroke: white;
  stroke-width: 0.9;
}
@media only screen and (max-width: 640px) {
  .owl-carousel .item svg {
    width: 10%;
    height: 230px;
    top: initial;
    left: -5%;
    bottom: 5%;
  }
}

.referenceLogoSliderContainer, .gallerySliderContainer {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #FAFAFA;
  text-align: center;
}

.gallerySlider__headline, .referenceLogoSlider__headline {
  margin-bottom: 2em;
  padding-top: 0;
  color: #0E0E0E;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.gallerySlider, .referenceLogoSlider {
  padding: 0 3em;
}

.referenceLogoSlider {
  width: 100%;
}

.gallerySlider .owl-controls, .referenceLogoSlider .owl-controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  padding: 0 1em;
  transform: translateY(-50%);
}

.gallerySlider .owl-nav, .referenceLogoSlider .owl-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-size: 2em;
}

.referenceImages figure.csc-textpic-image {
  float: left;
  width: 33.3%;
  margin-bottom: 10px;
  padding-right: 17px;
}

.powermail_form fieldset.powermail_fieldset {
  border: none;
  padding-left: 0;
}
.powermail_form .powermail_fieldwrap {
  margin-bottom: 20px;
}
.powermail_form legend.powermail_legend {
  display: none;
}
.powermail_form label[for=powermail_field_ihrenachricht] {
  visibility: hidden;
}
.powermail_form input[type=submit] {
  float: right;
  width: 52%;
  margin: 0 13% 1.2em 4%;
}
@media only screen and (max-width: 640px) {
  .powermail_form input[type=submit] {
    width: 100%;
  }
}
.powermail_form .powermail_fieldwrap .parsley-errors-list {
  margin-bottom: 0;
}

.tx-powermail.wrapperArticle {
  padding-right: 0;
}

.item .bottomContent a {
  position: relative;
  font-size: 16px;
  color: #111;
  text-decoration: none;
  margin: 7px 0 5px 0px;
  top: 6px;
  font-weight: bold;
}
.item .bottomContent a:hover {
  text-decoration: underline;
}
.item .bottomContent a::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  margin-left: 7px;
  color: #514f52;
  font-size: 13px;
}

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

.langMenu {
  text-align: left;
}
.langMenu h5.langMenuHeadline, .langMenu .collapse__container .collapse__header .langMenuHeadline.title, .collapse__container .collapse__header .langMenu .langMenuHeadline.title {
  font-family: "Open Sans", sans-serif;
  margin-left: 64px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #514f52;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .langMenu h5.langMenuHeadline, .langMenu .collapse__container .collapse__header .langMenuHeadline.title, .collapse__container .collapse__header .langMenu .langMenuHeadline.title {
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .langMenu h5.langMenuHeadline, .langMenu .collapse__container .collapse__header .langMenuHeadline.title, .collapse__container .collapse__header .langMenu .langMenuHeadline.title {
    margin: 0 0 0 30px;
  }
}
.langMenu ul.langnav {
  margin-top: 5px;
  list-style-type: none;
  padding: 0;
  text-align: left;
}
.langMenu ul.langnav li,
.langMenu ul.langnav li a {
  text-decoration: none;
  font-size: 12px;
  padding: 1px 0 1px 0;
}
.langMenu ul.langnav li:first-child,
.langMenu ul.langnav li a:first-child {
  margin-top: 5px;
}
.langMenu ul.langnav li a {
  font-weight: normal;
}
.langMenu ul.langnav li a:hover {
  text-decoration: underline;
}

.collapse__container:hover .collapse__header {
  background-color: #fcfdfd;
}
.collapse__container:hover .collapse__header .title {
  color: #88bfb4;
}
.collapse__container .collapse__header {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 18px 0;
  border-top: 1px solid #e5e5e5;
}
.collapse__container .collapse__header:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 42px;
  height: 42px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><rect y='20' width='40' height='1' fill='%23a9d1c9' /><rect x='20' height='40' width='1' fill='none' /></svg>");
  background-repeat: no-repeat;
  line-height: 1;
}
.collapse__container .collapse__header.collapsed:after {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><rect y='20' width='40' height='1' fill='%23a9d1c9' /><rect x='20' height='40' width='1' fill='%23a9d1c9' /></svg>");
}
.collapse__container .collapse__header .icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  float: left;
}
.collapse__container .collapse__body .gallery__figure {
  margin: 20px 0 0 0;
}

body {
  background-attachment: fixed;
  background-color: #a9d1c9;
  background-image: url("../Images/bg-line.svg");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
}
@media only screen and (max-width: 1200px) {
  body {
    background-image: none;
  }
}

.wrapperContactPerson,
.wrapperAccordion,
.wrapperArticle,
.wrapperTimeline,
.wrapperVideo {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only screen and (min-width: 640px) {
  .wrapperContactPerson,
.wrapperAccordion,
.wrapperArticle,
.wrapperTimeline,
  .wrapperVideo{
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapperContactPerson,
.wrapperAccordion,
.wrapperArticle,
.wrapperTimeline,
.wrapperVideo {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
}

.wrapperAccordion .wrapperAccordion,
.wrapperAccordion .articleIntro,
.wrapperAccordion .wrapperArticle,
.wrapperAccordion .wrapperVideo {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/**
 *
 * wrapper
 *
 */
.wrapper {
  max-width: none;
}

.wrapperHeader {
  border-left: none;
  top: 0;
}
.wrapperHeader .headerLogo {
  margin-top: 13px;
  margin-bottom: 4px;
  width: 60px !important;
}
@media only screen and (min-width: 640px) {
  .wrapperHeader .headerLogo {
    width: 76px !important;
    margin-top: 28px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapperHeader .headerLogo {
    width: 118px !important;
    margin-top: 38px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapperHeader {
    border-right: 1px solid #eee;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapperHeader {
    box-shadow: 10px 2px 38px -14px rgba(0, 0, 0, 0.1);
  }
}

.wrapperContent {
  position: relative;
  width: 100%;
  float: none;
  margin-left: auto;
}
@media only screen and (min-width: 640px) {
  .wrapperContent {
    float: right;
    width: calc(100% - 98px);
    margin-top: 110px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapperContent {
    float: right;
    width: calc(100% - 255px);
    margin-top: 110px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapperContent {
    width: 860px;
    float: none;
    margin-top: 110px;
    padding-top: 40px;
    margin-left: calc(50vw - 470px + 130px);
    box-shadow: 10px 2px 38px -14px rgba(0, 0, 0, 0.1);
  }
}

.wrapperContent {
  transition: all 0.45s cubic-bezier(0.22, 1.03, 0.45, 1);
  transition-delay: 0.8s;
}

@media only screen and (min-width: 1200px) {
  .loading.bgImage .wrapperContent {
    transform: translateY(20vh);
  }
}
@media only screen and (min-width: 640px) {
  .bgImage .wrapperContent {
    margin-top: 30vh !important;
  }
}
@media only screen and (min-width: 1024px) {
  .bgImage .wrapperContent {
    margin-top: 70vh !important;
  }
}

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

.wrapperBreadcrumb {
  top: 35px;
  margin-bottom: 0;
  position: fixed;
  z-index: -1;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: none;
  padding-left: 0;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  display: none;
}
@media only screen and (min-width: 640px) {
  .wrapperBreadcrumb {
    display: block;
    width: calc(100% - 210px);
    left: 153px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapperBreadcrumb {
    width: calc(100% - 365px);
    left: 310px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapperBreadcrumb {
    width: 860px;
    left: calc(50vw - 470px + 130px);
  }
}
.wrapperBreadcrumb li::after {
  color: white !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
  opacity: 0.7;
}
.wrapperBreadcrumb a {
  color: white !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.wrapperBreadcrumb {
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}

.loading .wrapperBreadcrumb {
  opacity: 0;
  transform: translateY(-15px);
}

/**
 *
 * contact person
 *
 */
.wrapperContactPerson .contactPersonImage {
  padding-right: 40px;
}

/**
 *
 * mainnav
 *
 */
.mainnav ul li ul li a {
  font-size: 14px;
  line-height: 1.3 !important;
}

.mainnav ul li ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.mainnav a {
  text-decoration: none !important;
  padding: 4px 0;
  margin-top: 0 !important;
  line-height: 1;
}

.mainnav a.current {
  color: #81bcb0 !important;
}
.mainnav a.current:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  width: 55px;
  height: 1px;
  background-color: #111;
}
.mainnav a.current:hover:before {
  transform: translateX(0px) !important;
}

.mainnav a {
  transition: all 0.25s ease;
  display: inline-block;
}
.mainnav a:before {
  display: none;
}
@media only screen and (min-width: 1023px) {
  .mainnav a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -125px;
    width: 55px;
    height: 1px;
    background-color: #111;
    transition: all 0.15s ease;
    display: block;
  }
}
.mainnav a:hover {
  transform: translateX(6px);
}
.mainnav a:hover:before {
  transform: translateX(45px);
  background-color: #514f52;
}

.mainnav ul .active::before {
  display: none;
}

/**
 *
 * timeline
 *
 */
.timelineDesc {
  font-weight: normal;
}

/**
 *
 * side title
 *
 */
.sideTitle {
  position: fixed;
  top: 0;
  right: calc(-100vh + 100px);
  padding-left: 100px;
  transform: rotate(90deg);
  color: white;
  width: calc(100vh - 100px);
  text-align: center;
  transform-origin: 0 0;
  text-transform: uppercase;
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1200px) {
  .sideTitle {
    display: block;
  }
}
.sideTitle:before {
  content: "";
  position: absolute;
  left: 35px;
  width: 33px;
  height: 29px;
  background-image: url("../Images/weischer-w.svg");
  background-size: 33px 29px;
  transform: rotate(-90deg);
}

.sideTitle {
  transition: all 0.3s ease;
  transition-delay: 0.5s;
}

.loading .sideTitle {
  transform: rotate(90deg) translateY(-10px);
  opacity: 0;
}

.fullBackgroundImage {
  position: relative;
  height: 45vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  background-size: cover;
  background-position: 30% 50%;
  z-index: -2;
}
@media only screen and (min-width: 640px) {
  .fullBackgroundImage {
    position: fixed;
    left: 98px;
    bottom: 70vh;
    height: 30vh;
    width: calc(100% - 98px);
  }
}
@media only screen and (min-width: 1024px) {
  .fullBackgroundImage {
    left: 255px;
    bottom: 30vh;
    height: 70vh;
    width: calc(100% - 255px);
  }
}
@media only screen and (min-width: 1024px) {
  .fullBackgroundImage {
    left: 255px;
    bottom: 30vh;
    height: 70vh;
    width: calc(100% - 255px);
  }
}
@media only screen and (min-width: 1200px) {
  .fullBackgroundImage {
    left: 255px;
    bottom: 0;
    height: 100vh;
    width: calc(100% - 255px);
  }
}
.fullBackgroundImage img {
  display: none;
}

.fullBackgroundImage__title {
  position: fixed;
  top: 0;
  right: -70vh;
  transform: rotate(90deg);
  color: white;
  width: 70vh;
  text-align: center;
  transform-origin: 0 0;
  font-size: 2.5vmax;
  padding: 0.82em 0 0.55em 0;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .fullBackgroundImage__title {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .fullBackgroundImage__title {
    display: none;
  }
}

/**
 *
 * Super Special Sonderseite
 *
 */
.pid-8 {
  background-color: #000;
  background-image: none;
}
.pid-8 .wrapperContent {
  background-color: transparent;
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.pid-8 .wrapperContent p,
.pid-8 .wrapperContent a {
  font-size: 1.15em;
}
.pid-8 .wrapperBreadcrumb {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.pid-8 .wrapperHeader {
  transition: background 0.4s ease;
  background-color: transparent;
  box-shadow: none;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(0, 0, 0, 0.3);
}
.pid-8 .wrapperHeader #logo_weischer {
  fill: #ffffff !important;
}
.pid-8 .wrapperHeader:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.pid-8 .wrapperHeader a {
  color: white !important;
}
.pid-8 * {
  color: white;
}
.pid-8 .wrapperArticle .articleIntro p {
  color: white;
  opacity: 0.6;
  font-size: 1.4em !important;
}
.pid-8 .fullBackgroundImage {
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .pid-8 .fullBackgroundImage {
    height: 100vh;
  }
}
.pid-8 .wrapperFooter,
.pid-8 .wrapperCopyright {
  background-color: transparent;
}
.pid-8 .mainnav {
  background-color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 1024px) {
  .pid-8 .mainnav {
    background-color: transparent;
  }
}
.pid-8 .mobileNavToggle::after {
  color: rgba(255, 255, 255, 0.8);
}
.pid-8 .scrollIndicator {
  background-color: transparent !important;
  border: 2px solid white !important;
}
.pid-8 .scrollIndicator:hover {
  background-color: white !important;
}
.pid-8 .scrollIndicator:hover .fa {
  color: #111 !important;
}
@media only screen and (min-width: 1200px) {
  .pid-8 .wrapperContactPerson,
.pid-8 .wrapperAccordion,
.pid-8 .wrapperArticle,
.pid-8 .wrapperTimeline {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/**
 *
 * scrollIndicator
 *
 */
.scrollIndicator {
  display: none;
}

.bgImage .scrollIndicator {
  transition: all 0.2s ease;
  position: absolute;
  display: block;
  left: calc(50% - 25px);
  top: -25px;
  border: none;
  background-color: #111;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  display: none;
}
.bgImage .scrollIndicator .fa {
  color: white;
}
.bgImage .scrollIndicator:hover {
  box-shadow: 3px 6px 17px -4px rgba(0, 0, 0, 0.4);
  color: #a9d1c9;
}
.bgImage .scrollIndicator.hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  transform-origin: 50% 50%;
  transition-delay: 0.35s;
}
@media only screen and (min-width: 1024px) {
  .bgImage .scrollIndicator {
    display: block;
  }
}

/**
 *
 * Some weird typo3 overrides and other stuff
 *
 */
.wrapperArticle.image-orient-18 .articleIntro {
  float: none;
}

details summary::-webkit-details-marker {
  display: none;
}

div.ce-textpic.ce-intext.ce-left .ce-textpic-imagewrap {
  margin-right: 0;
}

div.ce-textpic.ce-intext.ce-left figure {
  float: left;
  margin-right: 0;
}

div.ce-textpic.ce-intext.ce-right figure {
  float: right;
  margin-right: 0;
  margin-left: 1em;
  max-width: 50%;
}

div.ce-textpic.ce-intext.ce-right.ce-nowrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
div.ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery {
  order: 2;
  width: 40%;
  margin-left: 30px;
}
div.ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery figure {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
div.ce-textpic.ce-intext.ce-right.ce-nowrap .articleContent {
  width: 60%;
}

div.ce-textpic.ce-intext.ce-left.ce-nowrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
div.ce-textpic.ce-intext.ce-left.ce-nowrap .ce-gallery {
  width: 40%;
  margin-right: 30px;
}
div.ce-textpic.ce-intext.ce-left.ce-nowrap .ce-gallery figure {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
div.ce-textpic.ce-intext.ce-left.ce-nowrap .articleContent {
  width: 60%;
}

div.ce-textpic figure {
  margin: 0;
}

.ce-bodytext p::after {
  content: "";
  display: table;
  clear: both;
}
.ce-bodytext p img {
  margin: 0 1em 1em 0 !important;
  width: calc(50% - 1em) !important;
  height: auto !important;
}
.ce-bodytext p img:nth-child(2n) {
  float: right;
  margin-right: 0 !important;
}

.ce-gallery figure {
  margin-right: 1em !important;
}

.referenceLogoSliderContainer + .wrapperFooter {
  margin-top: 0;
}

.referenceLogoSlider .item {
  height: 100px;
  display: flex;
  margin: 0 auto;
}
.referenceLogoSlider .item img {
  object-fit: none;
}

@media screen and (max-width: 640px) {
  .owl-stage-outer {
    width: 100%;
  }
}

details .gallery__figure {
  margin: 20px 0 0 0;
}

.video-embed-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 2rem;
}

/* Video Poster */
.video-box {}

@media screen and (max-width: 575px) {
    .embed-responsive iframe, .embed-responsive video {
        height: auto;
        padding: 1rem;
    }
}

/*# sourceMappingURL=style.css.map */
