/*!
 * Bootstrap Grid v4.0.0 (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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
/* local fonts start */
@font-face {
  font-family: "Woehner";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/thesans_light.woff2") format("woff2"), url("../fonts/thesans_light.woff") format("woff");
}
@font-face {
  font-family: "Woehner";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/thesans.woff") format("woff"), url("../fonts/thesans.eot") format("eot");
}
@font-face {
  font-family: "Woehner";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/thesans_extrabold.woff2") format("woff2"), url("../fonts/thesans_extrabold.woff") format("woff");
}
@font-face {
  font-family: "Woehner";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/thesans_black.woff2") format("woff2"), url("../fonts/thesans_black.woff") format("woff");
}
/*icons*/
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?9djixr");
  src: url("../fonts/icons.eot?9djixr#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?9djixr") format("truetype"), url("../fonts/icons.woff?9djixr") format("woff"), url("../fonts/icons.svg?9djixr#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross2:before {
  content: "\e935";
}

.icon-chevron-up:before {
  content: "\e939";
}

.icon-chevron-down:before {
  content: "\e93a";
}

.icon-chevron-left:before {
  content: "\e93b";
}

.icon-chevron-right:before {
  content: "\e93c";
}

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

/* local fonts end */
a {
  text-decoration: none;
  color: #000000;
}

a.blue-link {
  color: #999999;
}

p {
  margin: 0px;
  padding: 0px;
}

form {
  padding-top: 30px;
  padding-bottom: 30px;
}

hr {
  border: 0;
  background-color: #999999;
  height: 1px;
  width: 100%;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

h1 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
}

/*h1 span {
    font-size: 20px;
}*/
h2 {
  margin: 0;
  padding: 0;
  /*    padding-bottom: 30px;*/
  font-size: 40px;
  color: #000000;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 30px;
}

h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 800;
  line-height: 38px;
  text-transform: uppercase;
}

/*	
@media (max-width: 768px) {
	h1 {
		font-size:50px !important; 
		line-height:50px !important;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
   }

	}*/
/*FORM INPUT STYLES*/
input {
  font-family: "Woehner", sans-serif;
}

input[type=text], input[type=email], input[type=password], textarea {
  font-weight: normal;
  color: #000000;
  border: none;
  background-color: #FFFFFF;
  height: 4vh;
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 2em;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 2vh;
}

/*styled select*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0px;
  width: 100%;
  height: 4vh;
  -moz-padding-start: 7px;
  padding-left: 10px;
  background: #FFFFFF;
  color: #000000;
  font-size: 2vh;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 2em;
  outline: none;
  cursor: pointer;
}

.powermail_fieldwrap_type_select .powermail_field {
  /* ... */
  position: relative;
}

.powermail_fieldwrap_type_select .powermail_field::before {
  font-family: icons;
  content: "\e93a";
  font-size: 2vh;
  position: absolute;
  right: 20px;
  top: 6px;
  color: #000000;
  pointer-events: none;
}

/*.select-wrapper {
  position: relative;
}
.select-wrapper::before {
  font-family: icons;
  content: "\e93a";
  font-size: 20px;
  position: absolute;
  right: 7px;
  top: 5px;
  color: $color1;
  pointer-events: none;
}*/
select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}

input[type=submit] {
  font-weight: normal;
  color: #0015ff;
  font-size: 2vh;
  font-weight: normal;
  line-height: 15px;
  border: none;
  background-color: #FFFFFF;
  border: #FFFFFF 0px solid;
  width: auto;
  padding: 1vh;
  padding-left: 2vh;
  padding-right: 4vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  cursor: pointer;
  text-align: left;
  background-image: url("../../Public/Images/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: 93%;
  background-size: 10px;
}

/* CHEKBOX FORMATTED */
/* Hide the browser's default checkbox */
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /*z-index:999999999 !important;*/
}

/* hack for f*** ie */
.checkbox input[type=checkbox] {
  left: 0;
  top: 0;
  width: 400px;
  height: 1px;
}

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

select {
  -webkit-appearance: none;
  appearance: none;
}

.checkbox input[type=hidden] {
  visibility: hidden;
  z-index: -999999999 !important;
}

.checkbox label {
  padding-right: 5px;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 4vh !important;
  margin-bottom: 0px !important;
  cursor: pointer;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* z-index: 999999; */
}

/* Create a custom checkbox */
.checkbox-span {
  position: absolute;
  top: 0;
  left: 0;
  height: 2vh;
  width: 2vh;
  border: #000000 1px solid;
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px -50px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  cursor: pointer;
}

.checkbox input[type=checkbox]:checked ~ .checkbox-span {
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px 0px;
  background-size: 1.9vh 1.9vh;
  background-color: #FFFFFF;
}

/*input[type="text"], input[type="password"] , input[type="email"], textarea, select {
  border: 1px solid $color2;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="submit"] {
  border: 1px solid $color3;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid $color4;
}*/
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.placeholder {
  color: #000000;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
/* CSS Document */
/* BASICS */
body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Woehner", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  background-color: #f7f7f7;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HEADER */
.header {
  position: fixed;
  height: 120px;
  display: block;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 3000;
}

.header .logo-level-4 {
  display: block;
  float: left;
  width: 140px;
  padding-top: 50px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .logo-level-4 img {
  width: 100%;
  height: auto;
}

.header .logo-woehner {
  display: block;
  float: right;
  width: 140px;
  padding-top: 50px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .logo-woehner img {
  width: 100%;
  height: auto;
}

.header .navigation-small {
  text-align: center;
  padding-top: 0px;
  opacity: 0;
  height: 0;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#expand-header-nav {
  display: inline-block;
}

#show-responsive-nav {
  display: none;
}

.header .navigation-small .hamburger {
  padding-left: 10px;
  padding-right: 10px;
}

.header .navigation-small .magnifier {
  /*display: inline-block;*/
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}

.header .navigation-top {
  text-align: center;
  padding-top: 20px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#language_switch {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#language_switch li {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}

#language_switch li.active {
  font-weight: 800;
}

#language_switch li a {
  color: #999999;
  text-decoration: none;
}

.header .navigation-top .contact {
  display: inline-block;
  color: #999999;
  padding-left: 7px;
  padding-right: 7px;
}

.header .navigation-top .search {
  position: relative;
  /*display: inline-block;*/
  display: none;
  color: #999999;
  padding-left: 20px;
  padding-right: 7px;
  margin-left: 7px;
}

.header .navigation-top .search::before {
  content: "";
  background-image: url("../../Public/Images/magnifier_light.svg");
  background-position: left top;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  left: 0px;
  top: 2px;
  position: absolute;
}

.header .navigation-top .social {
  position: relative;
  display: inline-block;
  color: #999999;
  padding-left: 20px;
  padding-right: 7px;
  margin-left: 7px;
}

.header .navigation-top .social::before {
  content: "";
  background-image: url("../../Public/Images/linkedin.svg");
  background-position: left top;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  left: 0px;
  top: 2px;
  position: absolute;
}

.header .navigation-main {
  text-align: center;
  padding-top: 35px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .navigation-main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header .navigation-main ul li {
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.header .navigation-main ul li a {
  color: #000000;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}

.header .navigation-main ul li a.has-sub {
  padding-right: 22px;
}

.header .navigation-main ul li a.has-sub::before {
  font-family: icons;
  font-size: 16px;
  content: "\e93c";
  padding: 0px;
  margin: 0;
  position: absolute;
  right: 1px;
  top: 3px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000000;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .navigation-main ul li a.has-sub.active::before {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #0015ff;
  right: 1px;
}

.header .navigation-main ul li a:hover {
  color: #0015ff;
  border-bottom: #0015ff 2px solid;
}

.header .navigation-main ul li a.active {
  color: #0015ff;
  border-bottom: #0015ff 2px solid;
}

.header .navigation-main ul li a.current {
  color: #0015ff;
  border-bottom: #0015ff 2px solid;
}

.header .navigation-main ul li a.current::before {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #0015ff;
  right: 1px;
}

.header .navigation-main ul li a:hover.has-sub::before {
  color: #0015ff;
}

/*HEADER SMALL*/
.header.small {
  height: 70px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header.small .navigation-small {
  padding-top: 20px;
  opacity: 1;
}

.header.small .navigation-top {
  padding-top: 0;
  opacity: 0;
  margin-top: -50px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header.small .navigation-main {
  padding-top: 0;
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header.small .logo-level-4 {
  padding-top: 10px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header.small .logo-woehner {
  padding-top: 20px;
  height: 50px;
  overflow: hidden;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*SUBNAVIGATION*/
.header-sub {
  margin-top: -1000px;
  position: fixed;
  display: block;
  z-index: 2000;
  background-color: #f2f3f4;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header-sub.expand {
  margin-top: 120px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-sub ul li a {
  color: #000000;
  font-size: 20px;
  width: 100%;
  line-height: 50px;
  display: inline-block;
}

.header-sub ul li a:hover {
  background-color: #e8e8e8;
}

.header-sub ul li a.active {
  background-color: #e8e8e8;
}

.header-sub.small {
  margin-top: -1000px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*MODUL-2*/
.modul-2 {
  position: relative;
  display: block;
  width: 100;
  height: 60vh;
  padding-top: 200px;
  color: #FFFFFF;
  font-size: 20px;
  z-index: 1000;
  overflow: hidden;
}

#video_background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
}

.modul-2 .image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modul-2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modul-2 .level4-animated {
  width: 80%;
  float: right;
  margin-top: 30%;
}

.modul-2 .container {
  position: relative;
  display: block;
  z-index: 1000;
}

.modul-2 h1 {
  /*    font-size: 50px;
      line-height: 60px;
      margin-bottom:50px;*/
  font-weight: bold;
  color: #FFFFFF;
}

.modul-2 .container {
  top: 6vh;
}

.modul-2 h1 {
  font-size: 6vh;
  line-height: 6.5vh;
  margin-bottom: 5vh;
}

.modul-2 p {
  font-size: 2.5vh;
  line-height: 3vh;
}

.modul-2 .header-image {
  display: block;
}

.modul-2 .responsive-header-image {
  display: none;
}

.modul-2 .spacer-desktop {
  display: block;
}

.modul-2 .spacer-mobile {
  display: none;
}

.scroll-down {
  position: absolute;
  bottom: 0px;
  width: 90px;
  height: 55px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  left: 50%;
  opacity: 0.6;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  z-index: 1500;
  margin-left: -43px;
  text-transform: uppercase;
}

.scroll-down.text {
  height: 70px;
}

.scroll-down i {
  font-size: 36px;
  display: block;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.scroll-down:hover {
  opacity: 1;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-20px);
  }
  60% {
    -o-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/*MODUL-1*/
.modul-1 {
  position: relative;
  display: block;
  width: 100%;
  height: 70vh;
  color: #FFFFFF;
  font-size: 20px;
  padding-top: 100px;
  z-index: 1000;
  overflow: hidden;
}

.modul-1 .image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modul-1 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modul-1 .container {
  position: relative;
  display: block;
  z-index: 1000;
}

.modul-1 h2 {
  /*    font-size: 55px;
      line-height: 65px;
      margin-bottom:30px;*/
  font-weight: bold;
  color: #FFFFFF;
}

.modul-1 h3 {
  /*    font-size: 35px;
      line-height: 35px;
      margin-bottom: 30px;*/
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 0px;
}

.modul-1 h2 {
  font-size: 6vh;
  line-height: 6.5vh;
  margin-bottom: 5vh;
}

.modul-1 h3 {
  font-size: 4vh;
  line-height: 4.5vh;
  margin-bottom: 5vh;
}

.modul-1 p {
  font-size: 2.5vh;
  line-height: 3vh;
}

.modul-1 .header-image {
  display: block;
}

.modul-1 .responsive-header-image {
  display: none;
}

.modul-1 .spacer-desktop {
  display: block;
}

.modul-1 .spacer-mobile {
  display: none;
}

/*MODUL-1*/
.modul-1 h2 span {
  display: block;
}

/*MODUL-2*/
.modul-2 h1 span {
  display: block;
}

/*modul-color-1 white*/
.modul-color-1 {
  background-color: #FFFFFF;
}

/*modul-color-2 darkgrey*/
.modul-color-2 {
  background-color: #333333;
}

/*modul-color-3 midgrey*/
.modul-color-3 {
  background-color: #dddddd;
}

/*modul-color-4 lightpurple*/
.modul-color-4 {
  background-color: #9d9fb9;
}

/*modul-color-5 lightblue*/
.modul-color-5 {
  background-color: #92b1d1;
}

/*MODUL-CONTENT*/
.modul-content {
  color: #000000;
  font-size: 2vh;
  line-height: 2.5vh;
}

.modul-content .container {
  padding-top: 60px !important;
}

.container-fluid.modul-content {
  padding-top: 100px !important;
}

.container-fluid.modul-content .container {
  padding-top: 0px !important;
}

.modul-content h2 {
  margin: 0;
  padding: 0;
  font-size: 4.5vh;
  line-height: 5vh;
  color: #000000;
  font-weight: normal;
}

.modul-content h3 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 30px;
  color: #000000;
  font-weight: normal;
  font-size: 3.5vh;
  line-height: 4vh;
  text-transform: none;
}

.modul-content a {
  color: #0015ff;
  text-decoration: none;
  padding-left: 10px;
}

.modul-content a::before {
  font-family: icons;
  font-size: 2vh;
  content: "\e93c";
  padding: 0px;
  margin: 0;
}

.modul-content a.textlink {
  padding-left: 0px;
}

.modul-content a.textlink::before {
  content: " ";
}

.modul-content .col-lg-5, .modul-content .col-12 {
  margin-bottom: 40px;
}

.modul-content .col-12 p {
  font-size: 2.5vh;
  line-height: 3vh;
}

.modul-content .col-lg-6 {
  margin-left: 40px;
}

.modul-content .video {
  margin-bottom: 50px;
  text-align: left;
}

.modul-content .image-wrapper {
  overflow: hidden;
}

.modul-content .image-wrapper.xl {
  /*min-height: 600px;*/
  min-height: 60vh;
}

.modul-content .image-wrapper.small {
  /*height: 350px;*/
  min-height: 40vh;
}

.modul-content .image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/*MODUL-QUOTE*/
.modul-quote .container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  text-align: center;
  color: #FFFFFF;
}

.modul-quote h2 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 5vh;
  line-height: 5.5vh;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: none;
}

.modul-quote .col-12 {
  margin-top: 120px;
  margin-bottom: 180px;
}

.modul-quote span {
  font-size: 2vh;
  line-height: 2.5vh;
  font-weight: 800;
  bottom: -40px;
  right: 25px;
  position: absolute;
  display: block;
  padding-left: 20px;
  width: auto;
}

/*MODUL-SLIDER*/
.modul-slider .col-12 {
  margin-bottom: 0px;
}

.modul-3 .preview-image {
  width: 100%;
  height: auto;
}

/*MODUL-13*/
.modul-13 .col-lg-6 p, .modul-13 .col-lg-6 a {
  display: inline;
}

/*MODUL-24*/
.modul-24 .iframe-video {
  height: 35vh !important;
}

/*MODUL-25*/
.modul-25 {
  background-repeat: no-repeat;
  background-size: cover;
}

/*MODUL-26*/
.modul-26 {
  background-repeat: no-repeat;
  background-size: cover;
}

/*MODUL-27*/
.container-fluid.modul-content.modul-27 {
  padding-top: 0px !important;
}

/*MODUL-29*/
.contact-person-container {
  text-align: center;
}

.contact-person {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}

.contact-person img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home_bottom_deco .level4-bar-animated {
  width: 80px;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
  margin-bottom: 140px;
}

.modul-29 h2 {
  margin-bottom: 30px;
}

.modul-29 a {
  color: #000000 !important;
}

.modul-29 a::before {
  content: " ";
  margin: 0;
  padding: 0;
}

.modul-29 a.cta-button {
  color: #0015ff !important;
}

/*MODUL 31*/
.modul-31 .hide {
  display: none;
}

.modul-31 .show-interview-button {
  display: inline-block;
}

.modul-31 .hide-interview-button {
  display: inline-block;
}

/*MODUL 32*/
.container-fluid.modul-32 {
  padding-top: 50px !important;
}

.modul-32 .col-lg-12 {
  margin-bottom: 40px;
}

.modul-1 h2 {
  text-transform: uppercase;
}

.modul-3 h2 span,
.modul-7 h2 span,
.modul-7 h3 span,
.modul-10 h3 span,
.modul-13 h3 span,
.modul-18 h3 span,
.modul-28 h2 span,
.modul-32 h3 span {
  display: block;
}

/*.cta-button-arrow::before {
	font-size: 0!important;
	content: ""!important;
}*/
.modul-content a.cta-button {
  border: 1px solid !important;
  /*padding-bottom:0;*/
}

.modul-content a::before {
  content: "\e93c";
  font-size: 1.2vh !important;
}

.modul-1 a.cta-button-arrow {
  padding-bottom: 0;
}

/*FOOTER*/
footer .line-1 {
  background-color: #e8e8e8;
  padding-top: 50px !important;
  padding-bottom: 40px !important;
  color: #000000;
  font-size: 1.8vh;
}

footer .line-1 .col-lg-3 {
  padding-bottom: 10px;
}

footer .line-2 {
  background-color: #333333;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  color: #FFFFFF;
  font-size: 1.6vh;
  height: 10vh;
}

footer .line-2 .col-lg-10 {
  padding-top: 5px;
}

footer .line-1 a {
  color: #0015ff;
  text-decoration: none;
  font-size: 1.8vh;
}

footer .line-2 a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.6vh;
}

footer .line-2 span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

footer .line-2 a span {
  padding-left: 0px;
  padding-right: 0px;
}

footer .line-2 ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .line-2 ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

footer .line-2 ul li a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

footer .social {
  position: relative;
  padding-left: 25px;
  margin-left: 10px;
}

footer .social::before {
  content: "";
  background-image: url("../../Public/Images/linkedin.svg");
  background-position: left top;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  left: 0px;
  top: 0px;
  position: absolute;
}

footer .scrollToTop {
  float: right;
}

footer .scrollToTop img {
  max-width: 30px;
}

footer .frame-type-menu_pages {
  display: inline-block;
}

/*CTA BUTTON*/
.cta-button {
  position: relative;
  display: inline-block;
  font-weight: normal;
  color: #0015ff;
  font-size: 2vh;
  line-height: 2vh;
  border: none;
  background-color: #FFFFFF;
  width: auto;
  padding-top: 7px !important;
  padding-left: 20px !important;
  padding-bottom: 7px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 2em;
  cursor: pointer;
  text-align: left;
}

.cta-button-arrow {
  padding-right: 4vh;
}

.cta-button-white {
  color: #0015ff;
  background-color: none;
  border: #FFFFFF 1px solid;
}

.cta-button::before {
  content: " " !important;
}

.cta-button-arrow:after {
  font-family: icons;
  content: "\e93c";
  position: absolute;
  font-size: 1.8vh;
  line-height: 1.8vh;
  right: 8px;
  top: 8px;
  padding-left: 20px;
}

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

/*Archiv Seite*/
.back-link-wrapper {
  padding-top: 30px;
}

.back-link::before {
  font-family: icons;
  content: "\e93b";
  position: absolute;
  left: -40px;
  top: 26px;
  border: #FFFFFF 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 26px;
  padding-left: 5px;
}

.stream .back-link {
  display: none;
}

.archive-container {
  margin-top: 100px;
  position: relative;
  z-index: 1000000;
}

.archive h3 {
  font-size: 22px;
  line-height: 24px;
  text-transform: none;
}

.frame-layout-1 {
  width: 66%;
}

/*Startseite neu*/
.event-container {
  height: 100vh;
  background-size: cover;
}

.event-container .container {
  padding-top: 25vh;
  color: #ffffff;
}

.event-container h2 {
  font-size: 65px;
  line-height: 70px;
}

.event-container h2 span {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.event-container h2 .headline-teaser {
  display: block;
  font-size: 35px;
  margin-bottom: 20px;
}

.stroke {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 1px 1px 15px rgba(255, 255, 255, 0.1), 1px 1px 15px rgba(255, 255, 255, 0.1);
}

.event-container p {
  font-size: 26px;
  margin-top: 30px;
}

.event-container .cta-button {
  background: 0 none;
}

.event-container .cta-button.register {
  background: #ffffff;
}

/*Footer*/
.info,
.footer {
  border-top: 1px solid #4656ff;
}

.event-frame {
  color: #ffffff;
}

.event-frame h1 {
  color: #ffffff;
  font-size: 65px;
  line-height: 70px;
  /*    font-size: 40px;
      line-height: 45px;*/
}

.teaser-image {
  display: block;
  width: 100%;
  height: 100vh;
}

/** Event Teaser Text **/
.event-frame .overlay .col-lg-5 {
  padding-top: 20vh;
}

.event-frame .overlay .headline p {
  margin-top: 30px;
  font-size: 24px;
}

/*Event Registration*/
.event-frame .powermail_fieldwrap_jetztsenden {
  text-align: left;
}

/*Stream Event - LIVE Event*/
.stream.event-frame .overlay .col-lg-5 {
  padding-top: 5vh;
}

.stream.event-frame .overlay .col-lg-5 h1 {
  font-size: 58px;
  line-height: 60px;
}

.countdown-wrapper h1 {
  /*	font-size: 50px;
  	line-height: 52px;*/
  font-size: 40px;
  line-height: 45px;
}

.countdown-wrapper span {
  margin-left: 40px;
}

.stream.event-frame .overlay {
  background-color: transparent;
}

.content.wrapper {
  width: 100%;
  background-color: #000000;
}

.container-fluid.chat {
  margin-top: -50px;
  margin-bottom: 50px;
}

.stream-chat #video_background {
  height: 1440px !important;
}

.stream-chat .overlay {
  top: 1440px;
}

.stream-chat .headline {
  top: -1340px;
}

.texture {
  background-image: url("../Images/woehner_video.gif");
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.person_silhuette {
  width: 70px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.iframe-video {
  width: 100%;
  height: 90vh;
}

.big {
  font-size: 18px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/*Powermail*/
ul.powermail_message_error {
  display: none;
}

#p-6 .modul-2 {
  height: 80vh;
}

/*#p-6 .scroll-down {
    display: none;
}*/
#p-14 .modul-2-b {
  height: 90vh !important;
}

#p-14 .scroll-down {
  display: none;
}

#p-16 .modul-30 {
  height: 90vh !important;
}

#c19 .frame-space-before-extra-large {
  margin-top: 8em;
}

#c24 .frame-space-before-extra-large {
  margin-top: 8em;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
/* CSS Document */
.row {
  margin-right: 0;
  margin-left: 0;
}
.row > .col,
.row > [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 992px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .row > .col,
  .row > [class*=col-] {
    /*    padding-right: 0px !important;
        padding-left: 0px !important;*/
  }
}
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1400px) {
  .container {
    /*width:1140px !important;*/
  }
}
@media (max-width: 580px) {
  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  #contact .col-lg-4 {
    padding-left: 25px;
  }
  h1, h3, h3, h4 {
    padding-left: 0px;
  }
  section ul, p {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .news .col-md-4 {
    padding-right: 25px;
  }
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 0px;
}

.w-100 {
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px !important;
  }
}
/*@media (min-width: 1600px) {
.container {
	max-width: 1540px !important;
}
}

@media (min-width: 1800px) {
.container {
	max-width: 1740px !important;
}
}*/
@media (min-width: 2000px) {
  .container {
    max-width: 1940px !important;
  }
}
@media (min-width: 2200px) {
  .container {
    max-width: 2140px !important;
  }
}
@media (min-width: 2400px) {
  .container {
    max-width: 2340px !important;
  }
}
@media (min-width: 2600px) {
  .container {
    max-width: 2540px !important;
  }
}
/*



@media screen and (min-width:1400px),
screen and (min-height: 1600px) {
	.container{
		width:1700px!important;
		max-width: 1700px!important;
	}
}*/
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
/* CSS Document */
.navigation-responsive {
  position: fixed;
  display: none;
  padding-top: 0px;
  z-index: 2000;
  background-color: #FFFFFF;
  height: 100vh;
  margin-top: -100vh;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation-responsive.expand {
  margin-top: 0;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation-responsive .logo-level-4 {
  display: block;
  margin-top: 100px;
  padding-left: 25px;
}

.navigation-responsive .logo-level-4 img {
  width: 140px;
}

.navigation-responsive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-responsive ul li ul {
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation-responsive ul li ul.expand {
  height: 100vh;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation-responsive ul li a {
  color: #000000;
  font-size: 20px;
  width: 100%;
  line-height: 50px;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

.navigation-responsive ul li a.has-sub {
  padding-right: 22px;
}

.navigation-responsive ul li a.has-sub::before {
  font-family: icons;
  font-size: 16px;
  content: "\e93c";
  padding: 0px;
  margin: 0;
  position: absolute;
  right: 50px;
  top: 3px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000000;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation-responsive ul li a.has-sub.active::before {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #0015ff;
  right: 50px;
}

.navigation-responsive ul li a:hover {
  color: #0015ff;
}

.navigation-responsive ul li a.active {
  color: #0015ff;
}

.navigation-responsive ul li ul li a {
  color: #000000;
  font-size: 20px;
  width: 100%;
  line-height: 50px;
  padding-left: 50px;
  display: inline-block;
}

.navigation-responsive ul li ul li a:hover {
  background-color: #e8e8e8;
}

.navigation-responsive ul li ul li a.active {
  background-color: #e8e8e8;
  color: #000000;
}

.navigation-responsive .navigation-responsive-add-links {
  position: absolute;
  text-align: center;
  bottom: 0px;
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 50px;
}

.navigation-responsive .navigation-responsive-add-links .contact {
  display: inline-block;
  color: #999999;
  padding-left: 7px;
  padding-right: 7px;
}

.navigation-responsive .navigation-responsive-add-links .search {
  position: relative;
  /*display: inline-block;*/
  display: none;
  color: #999999;
  padding-left: 20px;
  padding-right: 7px;
  margin-left: 7px;
}

.navigation-responsive .navigation-responsive-add-links .search::before {
  content: "";
  background-image: url("../../Public/Images/magnifier_light.svg");
  background-position: left top;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  left: 0px;
  top: 2px;
  position: absolute;
}

.navigation-responsive .navigation-responsive-add-links .social {
  position: relative;
  display: inline-block;
  color: #999999;
  padding-left: 20px;
  padding-right: 7px;
  margin-left: 7px;
}

.navigation-responsive .navigation-responsive-add-links .social::before {
  content: "";
  background-image: url("../../Public/Images/linkedin.svg");
  background-position: left top;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  left: 0px;
  top: 2px;
  position: absolute;
}

.navigation-responsive .navigation-responsive-add-links #language_switch li a {
  font-size: 16px;
  font-weight: normal;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
/* CSS Document */
/*MODUL-23*/
.modul-23 .owl-nav {
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 100%;
}

.modul-23 .owl-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  background-color: transparent;
  border: 0;
}

.modul-23 .owl-next {
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
}

/*MODUL-26*/
.modul-26 .owl-nav {
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
}

.modul-26 .owl-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 3%;
  background-color: transparent;
  border: 0;
}

.modul-26 .owl-next {
  position: absolute;
  right: 3%;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 0;
}

/*MODUL-27*/
/*.modul-27 .owl-carousel {
    max-height: 550px;
}

@media (max-width: 992px) {
    .modul-27 .owl-carousel {
        max-height: 350px;
    }
}

@media (max-width: 768px) {
    .modul-27 .owl-carousel {
        max-height: 200px;
    }
}*/
.modul-27 .owl-nav {
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
}

.modul-27 .owl-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 3%;
  background-color: transparent;
  border: 0;
}

.modul-27 .owl-next {
  position: absolute;
  right: 3%;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 0;
}

.modul-27 .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.modul-27 button {
  border: 0;
  outline: none;
  background-color: transparent;
}

.modul-27 .owl-dot span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 5px;
  background: #FFFFFF;
}

.modul-27 .owl-dot.active span, .modul-27 .owl-dot:hover span {
  background: #0015ff;
}

/* Scss Document */
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
/* local fonts start */
@font-face {
  font-family: "Woehner";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/thesans_light.woff2") format("woff2"), url("../fonts/thesans_light.woff") format("woff");
}
@font-face {
  font-family: "Woehner";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/thesans.woff") format("woff"), url("../fonts/thesans.eot") format("eot");
}
@font-face {
  font-family: "Woehner";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/thesans_extrabold.woff2") format("woff2"), url("../fonts/thesans_extrabold.woff") format("woff");
}
@font-face {
  font-family: "Woehner";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/thesans_black.woff2") format("woff2"), url("../fonts/thesans_black.woff") format("woff");
}
/*icons*/
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?9djixr");
  src: url("../fonts/icons.eot?9djixr#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?9djixr") format("truetype"), url("../fonts/icons.woff?9djixr") format("woff"), url("../fonts/icons.svg?9djixr#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross2:before {
  content: "\e935";
}

.icon-chevron-up:before {
  content: "\e939";
}

.icon-chevron-down:before {
  content: "\e93a";
}

.icon-chevron-left:before {
  content: "\e93b";
}

.icon-chevron-right:before {
  content: "\e93c";
}

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

/* local fonts end */
a {
  text-decoration: none;
  color: #000000;
}

a.blue-link {
  color: #999999;
}

p {
  margin: 0px;
  padding: 0px;
}

form {
  padding-top: 30px;
  padding-bottom: 30px;
}

hr {
  border: 0;
  background-color: #999999;
  height: 1px;
  width: 100%;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

h1 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
}

/*h1 span {
    font-size: 20px;
}*/
h2 {
  margin: 0;
  padding: 0;
  /*    padding-bottom: 30px;*/
  font-size: 40px;
  color: #000000;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 30px;
}

h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 800;
  line-height: 38px;
  text-transform: uppercase;
}

/*	
@media (max-width: 768px) {
	h1 {
		font-size:50px !important; 
		line-height:50px !important;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
   }

	}*/
/*FORM INPUT STYLES*/
input {
  font-family: "Woehner", sans-serif;
}

input[type=text], input[type=email], input[type=password], textarea {
  font-weight: normal;
  color: #000000;
  border: none;
  background-color: #FFFFFF;
  height: 4vh;
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 2em;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 2vh;
}

/*styled select*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0px;
  width: 100%;
  height: 4vh;
  -moz-padding-start: 7px;
  padding-left: 10px;
  background: #FFFFFF;
  color: #000000;
  font-size: 2vh;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 2em;
  outline: none;
  cursor: pointer;
}

.powermail_fieldwrap_type_select .powermail_field {
  /* ... */
  position: relative;
}

.powermail_fieldwrap_type_select .powermail_field::before {
  font-family: icons;
  content: "\e93a";
  font-size: 2vh;
  position: absolute;
  right: 20px;
  top: 6px;
  color: #000000;
  pointer-events: none;
}

/*.select-wrapper {
  position: relative;
}
.select-wrapper::before {
  font-family: icons;
  content: "\e93a";
  font-size: 20px;
  position: absolute;
  right: 7px;
  top: 5px;
  color: $color1;
  pointer-events: none;
}*/
select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}

input[type=submit] {
  font-weight: normal;
  color: #0015ff;
  font-size: 2vh;
  font-weight: normal;
  line-height: 15px;
  border: none;
  background-color: #FFFFFF;
  border: #FFFFFF 0px solid;
  width: auto;
  padding: 1vh;
  padding-left: 2vh;
  padding-right: 4vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  cursor: pointer;
  text-align: left;
  background-image: url("../../Public/Images/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: 93%;
  background-size: 10px;
}

/* CHEKBOX FORMATTED */
/* Hide the browser's default checkbox */
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /*z-index:999999999 !important;*/
}

/* hack for f*** ie */
.checkbox input[type=checkbox] {
  left: 0;
  top: 0;
  width: 400px;
  height: 1px;
}

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

select {
  -webkit-appearance: none;
  appearance: none;
}

.checkbox input[type=hidden] {
  visibility: hidden;
  z-index: -999999999 !important;
}

.checkbox label {
  padding-right: 5px;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 4vh !important;
  margin-bottom: 0px !important;
  cursor: pointer;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* z-index: 999999; */
}

/* Create a custom checkbox */
.checkbox-span {
  position: absolute;
  top: 0;
  left: 0;
  height: 2vh;
  width: 2vh;
  border: #000000 1px solid;
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px -50px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  cursor: pointer;
}

.checkbox input[type=checkbox]:checked ~ .checkbox-span {
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px 0px;
  background-size: 1.9vh 1.9vh;
  background-color: #FFFFFF;
}

/*input[type="text"], input[type="password"] , input[type="email"], textarea, select {
  border: 1px solid $color2;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="submit"] {
  border: 1px solid $color3;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid $color4;
}*/
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.placeholder {
  color: #000000;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
.portal-tile {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.portal-tile.inactive {
  cursor: default;
}

.portal-tile .image-wrapper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.5vw !important;
}

.portal-tile .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.portal-tile.inactive .image-wrapper img {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1);
}

.portal-tile .text-wrapper {
  position: absolute;
  display: block;
  height: auto;
  width: calc(100% - 1vw);
  bottom: 0;
  left: 0;
  margin: 0.5vw !important;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.portal-tile:hover .text-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}

.portal-tile .text-wrapper h2 {
  color: #FFFFFF;
  padding: 1vw;
  padding-top: 1.5vw;
  margin: 0;
  overflow: hidden;
  font-weight: 800;
  font-size: 3.5vh;
  line-height: 3.5vh;
  text-transform: uppercase;
}

.portal-tile .text-wrapper p {
  color: #FFFFFF;
  font-size: 2vh;
  padding-left: 1vw !important;
  padding-right: 3vw;
  overflow: hidden;
  height: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portal-tile:hover .text-wrapper p {
  height: 20%;
}

.portal-tile i {
  font-family: icons;
  color: #FFFFFF;
  position: absolute;
  bottom: 1vh;
  right: -80px;
  padding: 1vw;
  display: block;
  z-index: 3000;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portal-tile:hover i {
  right: 0;
}

.portal-tile.inactive i {
  display: none;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
/* CSS Document */
@media (max-width: 1200px) {
  .iframe-video {
    height: 550px;
  }
  .modul-2 .container {
    top: 3vh;
  }
  .modul-2 {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .iframe-video.youtube {
    height: 75vh;
  }
}
@media (max-width: 992px) {
  .logo-level-4-box {
    display: none;
  }
  .header .navigation-small {
    text-align: left;
    padding-top: 20px;
    opacity: 1;
  }
  #expand-header-nav {
    display: none;
  }
  #show-responsive-nav {
    display: inline-block;
  }
  .header {
    height: 70px;
  }
  .header .navigation-top {
    padding-top: 0;
    opacity: 0;
    margin-top: -50px;
  }
  .header .navigation-main {
    padding-top: 0;
    opacity: 0;
  }
  .header .logo-level-4 {
    padding-top: 10px;
  }
  .header .logo-woehner {
    padding-top: 20px;
    height: 50px;
    overflow: hidden;
  }
  .header-sub {
    display: none;
  }
  .navigation-responsive {
    display: block;
  }
  .modul-1 h2 {
    font-size: 5vh;
    line-height: 5.5vh;
  }
  .modul-2 {
    font-size: 20px;
  }
  .modul-2 h1 {
    font-size: 4vh;
    line-height: 4.5vh;
  }
  .modul-2 .level4-animated {
    width: 95%;
    float: none;
    margin-top: 20px;
  }
  .modul-content .col-lg-6 {
    margin-left: 0px;
  }
  /*MODUL-1*/
  .modul-1 h2 span {
    display: inline;
  }
  /*MODUL-2*/
  .modul-2 h1 span {
    display: inline;
  }
  #p-6 .modul-2 {
    height: 80vh;
  }
  .modul-3 h2 span,
  .modul-7 h2 span,
  .modul-7 h3 span,
  .modul-10 h3 span,
  .modul-13 h3 span,
  .modul-18 h3 span,
  .modul-28 h2 span {
    display: inline;
  }
  .modul-13 {
    padding-bottom: 40px;
  }
  footer .line-2 {
    height: 20vh;
  }
  footer .line-2 span {
    display: block;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  footer .line-2 a span {
    padding-bottom: 0px;
  }
  footer .line-2 ul {
    display: block;
    padding-left: 0px;
  }
  footer .line-2 ul li {
    display: block;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  footer .line-2 ul li a {
    display: block;
    padding-left: 0px;
  }
  footer .social {
    display: block;
    margin-left: 0;
  }
  .iframe-video {
    height: 400px;
  }
  .back-link {
    margin-left: 45px;
  }
  .back-link::before {
    left: 5px;
  }
  .countdown-wrapper {
    margin-top: 70px;
  }
  /*T3 Elementbezogene Anpassung*/
  #p-52 .modul-2 .image-wrapper img {
    width: auto;
    height: 100%;
    object-fit: none;
  }
}
@media (max-width: 768px) {
  .modul-1 .header-image {
    display: none;
  }
  .modul-1 .responsive-header-image {
    display: block;
  }
  .modul-1 .spacer-desktop {
    display: none;
  }
  .modul-1 .spacer-mobile {
    display: block;
  }
  .modul-2 .header-image {
    display: none;
  }
  .modul-2 .responsive-header-image {
    display: block;
  }
  .modul-2 .spacer-desktop {
    display: none;
  }
  .modul-2 .spacer-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .modul-1 {
    padding-top: 50px;
  }
  .modul-2 {
    padding-top: 100px;
  }
  .iframe-video {
    height: 300px;
  }
}
@media (max-width: 540px) {
  .countdown-wrapper span {
    display: block;
    margin-left: 0px;
  }
  .frame-space-after-small {
    margin-bottom: 0.5em !important;
  }
  .stream-chat #video_background {
    height: 940px !important;
  }
  .stream-chat .overlay {
    top: 940px;
  }
  .stream-chat .headline {
    top: -840px;
  }
  .event-container .container {
    padding-top: 10vh;
  }
  .event-container h2 .headline-teaser {
    font-size: 30px;
  }
  .event-container h2 {
    font-size: 55px;
    line-height: 57px;
  }
  .event-container p {
    font-size: 20px;
    line-height: 25px;
  }
  .texture {
    font-size: 55px !important;
    line-height: 57px !important;
  }
  .container-fluid.modul-content {
    padding-top: 50px !important;
  }
  .iframe-video {
    height: 200px;
  }
  .modul-content .video {
    margin-bottom: 0px;
  }
  .modul-quote h2 {
    font-size: 4.5vh;
    line-height: 5vh;
  }
}
@media (max-height: 1024px) {
  .modul-1 h1, .modul-1 h2 {
    font-size: 5.5vh;
    line-height: 6vh;
    margin-bottom: 3vh;
  }
  .modul-2 h1, .modul-2 h2 {
    font-size: 5.5vh;
    line-height: 6vh;
    margin-bottom: 3vh;
  }
  .modul-1 h3 {
    font-size: 3vh;
    line-height: 3.5vh;
    margin-bottom: 3vh;
  }
}
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
/* CSS Document */
.row {
  margin-right: 0;
  margin-left: 0;
}
.row > .col,
.row > [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 992px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .row > .col,
  .row > [class*=col-] {
    /*    padding-right: 0px !important;
        padding-left: 0px !important;*/
  }
}
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1400px) {
  .container {
    /*width:1140px !important;*/
  }
}
@media (max-width: 580px) {
  .container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  #contact .col-lg-4 {
    padding-left: 25px;
  }
  h1, h3, h3, h4 {
    padding-left: 0px;
  }
  section ul, p {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .news .col-md-4 {
    padding-right: 25px;
  }
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 0px;
}

.w-100 {
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px !important;
  }
}
/*@media (min-width: 1600px) {
.container {
	max-width: 1540px !important;
}
}

@media (min-width: 1800px) {
.container {
	max-width: 1740px !important;
}
}*/
@media (min-width: 2000px) {
  .container {
    max-width: 1940px !important;
  }
}
@media (min-width: 2200px) {
  .container {
    max-width: 2140px !important;
  }
}
@media (min-width: 2400px) {
  .container {
    max-width: 2340px !important;
  }
}
@media (min-width: 2600px) {
  .container {
    max-width: 2540px !important;
  }
}
/*



@media screen and (min-width:1400px),
screen and (min-height: 1600px) {
	.container{
		width:1700px!important;
		max-width: 1700px!important;
	}
}*/
#p-39 input[type=text], #p-39 input[type=email], #p-39 input[type=password], #p-39 textarea {
  height: 40px;
  font-size: 14px;
}
#p-39 select {
  height: 40px;
  font-size: 14px;
}
#p-39 .powermail_fieldwrap_type_select .powermail_field::before {
  font-size: 20px;
  top: 10px;
}
#p-39 .checkbox-span {
  height: 20px;
  width: 20px;
}
#p-39 .checkbox input[type=checkbox]:checked ~ .checkbox-span {
  background-size: 18px 18px;
}
#p-39 input[type=submit] {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding: 10px;
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#p-39 .info-text {
  font-size: 18px;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color midgrey*/
/* color darkgreen */
/* color lightgrey */
/* color darkgrey */
/* color blue */
/* color midgrey nav*/
/* color midgrey content*/
/* color lightpurple*/
/* color lightblie*/
.dealer-contact-wrapper {
  padding: 1vw !important;
  margin: 0.5vw;
  background-color: #FFFFFF;
  margin-top: 50px;
  font-size: 18px;
}

/*@import 'touch';*/

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