@charset "UTF-8";
/* Settings */
/** Font sizes */
/** Tools */
/** Tools */
/** Mediaqueries */
/* Vendors */
/** Vendor styles */
/** Load bootstrap modules */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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 print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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; } }

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

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

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

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

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

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !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: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-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-lighter {
  font-weight: lighter !important; }

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

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

.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .container {
      max-width: 1440px; } }

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  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: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

/*! nouislider - 13.1.5 - 4/24/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 20px; }

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  left: -17px;
  top: -7px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fff;
  border-radius: 4px;
  border: 2px solid #005087; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #005087; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 2px solid #fff;
  background: #005087;
  cursor: default;
  outline: none; }

.noUi-active {
  background: #0091D7;
  outline: none; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 2px;
  background: #fff;
  left: 10px;
  top: 6px; }

.noUi-handle:after {
  left: 15px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  color: #000;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  left: 0;
  bottom: 100%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-handle-upper .noUi-tooltip {
  right: 0;
  left: auto;
  bottom: -140%; }

/** Objects */
/** Objects */
@font-face {
  font-family: "steiner-icons";
  src: url("../fonts/steiner-icons.eot");
  src: url("../fonts/steiner-icons.eot?#iefix") format("embedded-opentype"),
	url("../fonts/steiner-icons.woff") format("woff"),
	url("../fonts/steiner-icons.ttf") format("truetype"),
	url("../fonts/steiner-icons.svg#steiner-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "steiner-icons";
    src: url("/typo3conf/ext/steiner_template/Resources/Public/Fonts/icons/steiner-icons.svg#steiner-icons") format("svg"); } }

[class^="o-icon-"], [class*=" o-icon-"] {
  display: inline-block;
  font-family: "steiner-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.o-icon--angle-left:before {
  content: ""; }

.o-icon--angle-right:before {
  content: ""; }

.o-icon--angle-top:before {
  content: ""; }

.o-icon--angle-bottom:before {
  content: ""; }

.o-icon--career:before {
  content: ""; }

.o-icon--company:before {
  content: ""; }

.o-icon--contact:before {
  content: ""; }

.o-icon--projects:before {
  content: ""; }

.o-icon--search:before {
  content: ""; }

.o-icon--bullet:before {
  content: ""; }

.o-icon--check:before {
  content: ""; }

.o-icon--arrow-right:before {
  content: ""; }

.o-icon--arrow-left:before {
  content: ""; }

.o-icon--arrow-top:before {
  content: ""; }

.o-icon--arrow-bottom:before {
  content: ""; }

.o-icon--linkedin:before {
  content: ""; }
/*.o-icon--xing:before {
  content: "\f169"; }
.o-icon--instagram:before {
  content: "\f16d"; }*/

.o-icon--download:before {
  content: ""; }

.o-icon--webcam:before {
  content: ""; }

.o-icon--gallery:before {
  content: ""; }

.o-icon--internal-link:before {
  content: ""; }

.o-icon--map-marker:before {
  content: ""; }

.o-icon--factsheet:before {
  content: ""; }

.o-icon--website:before {
  content: ""; }

.o-icon--sheet:before {
  content: ""; }

.o-icon--filter:before {
  content: ""; }

.o-icon--close:before {
  content: ""; }

.o-icon--fullscreen:before {
  content: ""; }

.o-cobject__img {
  max-width: 100%;
  height: auto; }

.o-sectionteaser {
  margin: 30px 0; }

.o-sectionteaser__row__imgcol {
  margin-bottom: 20px; }

.o-sectionteaser__heading {
  font-family: "ReplicaBold", sans-serif;
  text-transform: uppercase;
  color: #005087;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  margin-top: 0; }

.o-sectionteaser__text,
.o-sectionteaser__text p {
  color: #0091D7;
  font-family: "ReplicaLight", sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 30px; }

.o-sectionteaser__img {
  width: calc(100% + 30px);
  height: auto;
  margin-left: -15px;
  margin-right: -15px; }

.o-sectionteaser__link.o-btn {
  display: block; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-sectionteaser {
    margin: 80px 0; }
  .o-sectionteaser__row__textcol {
    align-self: center; }
  .o-sectionteaser__row__imgcol {
    align-self: center; }
  .o-sectionteaser__link.o-btn {
    display: inline-block; }
  .o-sectionteaser__heading {
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-bottom: 0.8rem;
    margin-top: 0; }
  .o-sectionteaser__text,
  .o-sectionteaser__text p {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 5rem; }
  .o-sectionteaser__img {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

input.o-btn,
button.o-btn,
a.o-btn,
.o-btn > a {
  text-align: center;
  background: #005087;
  color: #fff;
  font-family: "Replica", sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 4rem;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  transition: all .2s ease-in-out; }
  input.o-btn:hover, input.o-btn:active, input.o-btn:focus,
  button.o-btn:hover,
  button.o-btn:active,
  button.o-btn:focus,
  a.o-btn:hover,
  a.o-btn:active,
  a.o-btn:focus,
  .o-btn > a:hover,
  .o-btn > a:active,
  .o-btn > a:focus {
    color: #fff;
    text-decoration: none;
    background: #0091D7; }
  input.o-btn:active,
  button.o-btn:active,
  a.o-btn:active,
  .o-btn > a:active {
    background: #000; }

input.o-btn--invert,
button.o-btn--invert,
a.o-btn--invert,
.o-btn--invert > a {
  color: #005087;
  background: #fff;
  transition: all .2s ease-in-out; }
  input.o-btn--invert:hover,
  button.o-btn--invert:hover,
  a.o-btn--invert:hover,
  .o-btn--invert > a:hover {
    color: #fff;
    background: #0091D7; }
  input.o-btn--invert:active,
  button.o-btn--invert:active,
  a.o-btn--invert:active,
  .o-btn--invert > a:active {
    transition: none;
    background: #000;
    color: #fff; }

input.o-btn--icon,
button.o-btn--icon,
a.o-btn--icon,
.o-btn--icon > a {
  text-align: left;
  padding-left: 45px;
  position: relative; }
  input.o-btn--icon .o-icon,
  button.o-btn--icon .o-icon,
  a.o-btn--icon .o-icon,
  .o-btn--icon > a .o-icon {
    position: absolute;
    left: 10px;
    font-size: 20px;
    top: calc(50% - 10px); }

.download {
  background: #005087;
  color: #fff;
  font-family: "Replica", sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 4rem;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  transition: all .2s ease-in-out;
  font-family: "Replica", sans-serif;
  margin: 0;
  position: relative;
  text-align: left;
  padding-left: 45px;
  display: block;
  font-size: 1.4rem; }
  .download:hover, .download:active, .download:focus {
    color: #fff;
    text-decoration: none;
    background: #0091D7; }
  .download:active {
    background: #000; }
  .download:before {
    position: absolute;
    left: 10px;
    font-size: 24px;
    top: calc(50% - 12px);
    display: inline-block;
    font-family: "steiner-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: ""; }

.external-link-new-window,
.internal-link {
  background: #005087;
  color: #fff;
  font-family: "Replica", sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 4rem;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  transition: all .2s ease-in-out; }
  .external-link-new-window:hover, .external-link-new-window:active, .external-link-new-window:focus,
  .internal-link:hover,
  .internal-link:active,
  .internal-link:focus {
    color: #fff;
    text-decoration: none;
    background: #0091D7; }
  .external-link-new-window:active,
  .internal-link:active {
    background: #000; }

input.o-btn--full-width,
button.o-btn--full-width,
a.o-btn--full-width,
.o-btn--full-width > a {
  display: block;
  width: 100%; }

input.o-btn--secondary,
button.o-btn--secondary,
a.o-btn--secondary,
.o-btn--secondary > a {
  background: rgba(0, 145, 215, 0.7); }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  input.o-btn,
  button.o-btn,
  a.o-btn,
  .o-btn > a {
    font-size: 1.8rem;
    padding: 1.2rem 6rem; }
  input.o-btn--icon,
  button.o-btn--icon,
  a.o-btn--icon,
  .o-btn--icon > a {
    padding-left: 70px; }
    input.o-btn--icon .o-icon,
    button.o-btn--icon .o-icon,
    a.o-btn--icon .o-icon,
    .o-btn--icon > a .o-icon {
      left: 20px;
      font-size: 26px;
      top: calc(50% - 13px); }
  .download {
    font-size: 1.8rem;
    padding: 1.2rem 6rem;
    padding-left: 80px;
    margin: 0;
    padding: 1rem 2rem 1rem 7rem;
    min-width: 450px;
    display: inline-block; }
    .download:before {
      font-size: 34px;
      left: 17px;
      top: calc(50% - 17px); }
  .external-link-new-window,
  .internal-link {
    font-size: 1.8rem;
    padding: 1.2rem 6rem;
    padding: 1.2rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    width: -moz-fit-content; } }

.o-slider {
  position: relative;
  height: calc(100vh - 90px - 100px);
  transition: height .2s ease-in; }

.o-slider--subpage {
  height: 50vh; }

.o-slider--projects {
  height: 75vh; }

.o-slider__slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0; }

.o-slider__slide__lightbox {
  display: block;
  width: 100%;
  height: 100%; }

.o-slider__slide__lightbox__link {
  background: #fff;
  position: absolute;
  bottom: 30px;
  right: 20px;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 2px; }

.o-slider__slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.o-slider__slide__video {
  width: 100%;
  text-align: center; }
  .o-slider__slide__video iframe {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%; }

.o-slider__pagination {
  display: none; }

.o-slider__slide__overlay {
  width: 100%;
  height: 100%;
  position: absolute; }

.o-slider__slide__overlay__container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding-top: 30px; }

.o-slider__slide__jumbo__content {
  display: block;
  text-transform: uppercase;
  font-size: 3.8rem;
  letter-spacing: .005em;
  font-family: "ReplicaBold", sans-serif;
  line-height: 3.8rem;
  color: #005087; }
  .o-slider__slide__jumbo__content:nth-child(1) {
    color: #0091D7; }
  .o-slider__slide__jumbo__content:nth-child(2) {
    color: #962887; }

.o-slider__slide__project {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 30px;
  color: #005087; }

.o-slider__slide__project__title {
  display: block;
  font-family: "ReplicaBold", sans-serif;
  font-size: 2rem; }

.o-slider__slide__project__subtitle {
  display: block;
  font-size: 1.4rem; }

a.o-slider__slide__project__link {
  display: block; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-slider {
    height: calc(100vh - 130px); }
  .o-slider--subpage {
    height: 450px; }
  .o-slider--projects {
    height: 620px; }
  .o-slider__pagination {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; }
  .o-slider__pagination__bullet {
    font-family: "ReplicaBold", sans-serif;
    font-size: 1.6rem;
    color: #005087;
    position: relative;
    text-align: right;
    padding-right: 55px;
    margin: 10px 0;
    cursor: pointer; }
    .o-slider__pagination__bullet:after {
      transform: scaleX(0);
      transform-origin: right center;
      transition: all .2s ease-in-out;
      position: absolute;
      right: 0;
      top: calc(50% - 2px);
      content: '';
      width: 40px;
      height: 1px;
      border-bottom: solid 4px #005087; }
  .o-slider__pagination__bullet--active:after {
    transform: scaleX(1); }
  .o-slider__slide__overlay__container {
    padding-top: 90px;
    padding-bottom: 140px; }
  .o-slider__slide__jumbo__content {
    font-size: 6.5rem;
    line-height: 7rem; }
  .o-slider__slide__project {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 20%;
    min-width: 340px;
    max-width: 600px;
    padding: 10px 20px; }
  .o-slider__slide__project__title {
    font-size: 2.8rem; }
  .o-slider__slide__project__subtitle {
    font-size: 1.6rem; }
  a.o-slider__slide__project__link {
    display: inline-block; }
  .o-slider__slide__video iframe {
    height: 100%;
    top: 0; } }

.o-itemslider {
  margin-top: 8px;
  margin-bottom: 8px; }

.o-itemslider__slide {
  width: 75%; }

.o-itemslider__controls {
  margin: 40px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; }

.o-itemslider__controls__progress {
  width: 60%;
  height: 4px;
  background: #fff;
  border-radius: 4px; }

.o-itemslider__controls__progress__fill {
  display: block;
  height: 100%;
  background: #005087;
  transform-origin: left center; }

.o-itemslider__controls__navigation {
  display: flex;
  position: absolute;
  right: 0; }

.o-itemslider__controls__navigation__button {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border: solid 1px #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  background: none;
  outline: none; }
  .o-itemslider__controls__navigation__button:focus {
    outline: none; }
  .o-itemslider__controls__navigation__button:active {
    transition: none;
    background: #0091D7;
    border-color: #0091D7;
    color: #fff; }
  @media (hover: hover) {
    .o-itemslider__controls__navigation__button:hover {
      background: #0091D7;
      color: #fff;
      border-color: #0091D7; }
    .o-itemslider__controls__navigation__button:active {
      transition: none;
      background: #000;
      border-color: #000;
      color: #fff; } }

.o-itemslider__controls__navigation__button--disabled {
  opacity: .4;
  pointer-events: none; }

.o-itemslider--imageslider .o-itemslider__controls {
  justify-content: flex-start; }

.o-itemslider--imageslider .o-itemslider__slide__image {
  max-width: 100%;
  height: auto; }

.o-itemslider--imageslider .o-itemslider__controls__progress {
  background: #f0f0f0; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-itemslider {
    margin-bottom: 20px; }
  .o-itemslider__slide {
    width: auto; }
  .o-itemslider__controls {
    margin-top: 60px;
    justify-content: center; } }

.o-teasercard {
  background: #fff; }
  @media (hover: hover) {
    .o-teasercard:hover {
      text-decoration: none;
      color: inherit; } }

.o-teasercard > a {
  display: block; }

.o-teasercard__image {
  display: block; }

.o-teasercard__image > img,
.o-teasercard__image__img {
  max-width: 100%;
  height: auto; }

.o-teasercard__image img, .o-teasercard__image__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.o-teasercard__content {
  padding: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 230px;
  overflow: hidden; }

.o-teasercard__content__top {
  flex: 1;
  display: block; }

.o-teasercard__content__bottom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.o-teasercard__content__heading {
  display: block;
  color: #005087;
  font-family: "ReplicaBold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  margin-bottom: .3em;
  word-wrap: break-word; }

.o-teasercard__content__subheading, .o-teasercard__content__subheading p {
  display: block;
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #0091D7; }

.o-teasercard__content__arrow {
  display: none; }

.o-teasercard a {
  color: inherit; }
  @media (hover: hover) {
    .o-teasercard a:focus, .o-teasercard a:hover {
      text-decoration: none; } }

.o-teasercard--light-bg {
  background: #f0f0f0; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-teasercard .o-teasercard__content__arrow {
    transition: all .2s ease-in-out; }
  .o-teasercard__content {
    padding: 20px;
    height: 300px; }
  .o-teasercard__content__heading {
    font-size: 2.2rem;
    line-height: 2.6rem; }
  .o-teasercard__content__subheading, .o-teasercard__content__subheading p {
    font-size: 2.5rem;
    line-height: 3.2rem; }
  .o-teasercard__content__arrow {
    display: block;
    color: #005087;
    font-size: 28px;
    transition: all .15s ease-in-out; } }

.o-newsteaser__archive > a {
  margin-top: 0;
  display: block; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-newsteaser__archive {
    display: none; } }

.o-news {
  margin-bottom: 30px; }

.o-news__subheading {
  color: #0091D7;
  font-family: "ReplicaLight", sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: normal;
  text-transform: none; }

.o-news__images__image {
  padding-top: 15px;
  padding-bottom: 15px; }
  .o-news__images__image img {
    max-width: 100%;
    height: auto; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-news {
    margin-bottom: 60px; }
  .o-news__subheading {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 5rem; } }

.o-content-container--fullwidth {
  margin-top: 20px; }

.o-content-container--lightgray {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f0f0f0; }

.o-content-container .o-content-container {
  padding-left: 0;
  padding-right: 0; }

.o-content-container--spacing {
  margin-bottom: 16px; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-content-container--lightgray {
    padding-top: 60px;
    padding-bottom: 60px; }
  .o-content-container--fullwidth {
    margin-top: 60px; }
  .o-content-container--spacing {
    margin-bottom: 30px; } }

.o-totop {
  background: none;
  width: 34px;
  height: 34px;
  border: solid 1px #000;
  font-size: 22px;
  transition: all .2s ease-in-out; }
  .o-totop:hover {
    background: #0091D7;
    color: #fff;
    border-color: #0091D7; }
  .o-totop:active {
    transition: none;
    color: #fff;
    background: #000; }
  .o-totop:focus {
    outline: none; }

/** Include styles by media query */
@media (min-width: 992px) {
  .o-totop {
    width: 50px;
    height: 50px;
    font-size: 30px; } }

.o-section-link {
  display: block;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  background: #005087; }
  .o-section-link a:hover, .o-section-link a:active, .o-section-link a:focus {
    text-decoration: none; }

.o-section-link__heading {
  color: #fff;
  text-transform: uppercase;
  font-family: "ReplicaBold", sans-serif;
  font-size: 2.4rem;
  display: flex;
  padding: .4em 1.3em;
  min-height: 40px;
  align-items: center; }

.o-section-link__image {
  width: 100%;
  height: 210px;
  display: block; }

.o-section-link__image__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.o-section-link--pink {
  background: #dc007d; }

.o-section-link--purple {
  background: #962887; }

.o-section-link--blue-light {
  background: #0091D7; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-section-link {
    margin-top: -80px;
    margin-left: 0;
    margin-right: 0; }
  .o-section-link__heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
    min-height: 80px; }
  .o-section-link__image {
    height: 185px; } }

.o-search__results__item {
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.o-search__results__item__heading {
  display: block;
  margin-bottom: 10px; }
  .o-search__results__item__heading > a {
    display: block;
    font-family: "ReplicaBold", sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #fff; }
    .o-search__results__item__heading > a:hover, .o-search__results__item__heading > a:focus {
      text-decoration: none;
      color: #fff; }

.o-search__results__item__teaser {
  color: #fff; }

.o-search__results__item__path {
  display: block;
  font-family: "ReplicaBold", sans-serif;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .o-search__results__item__path > a {
    color: #fff; }
    .o-search__results__item__path > a:hover, .o-search__results__item__path > a:focus {
      text-decoration: none;
      color: #fff; }

.o-search .tx-indexedsearch-redMarkup {
  background: #fff;
  display: inline-block;
  padding: 0 3px;
  color: #005087; }

.o-search__pagination {
  display: flex;
  justify-content: space-between; }

.o-search__pagination__count {
  color: #fff; }

.o-search__pagination__browse__button {
  border: solid 1px #fff;
  background: none;
  width: 34px;
  height: 34px;
  margin-left: 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .o-search__pagination__browse__button:focus {
    outline: none; }
  .o-search__pagination__browse__button:active {
    background: #fff;
    color: #005087; }

.o-search__pagination__browse__button--disabled {
  opacity: .3; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-search__results__item__heading > a {
    font-size: 2.5rem;
    line-height: 2.8rem; } }

.o-spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.o-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #005087;
  border-radius: 50%;
  animation: o-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #005087 transparent transparent transparent; }

.o-spinner div:nth-child(1) {
  animation-delay: -0.45s; }

.o-spinner div:nth-child(2) {
  animation-delay: -0.3s; }

.o-spinner div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes o-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.o-spinner--invert .o-spinner div {
  border: 6px solid #fff;
  border-color: #fff transparent transparent transparent; }

.o-globalsearch__resultset {
  margin: 30px 0;
  position: relative; }

.o-globalsearch__resultset__results {
  opacity: 1;
  transition: all .2s ease-in-out; }

.o-globalsearch__resultset__spinner {
  display: none;
  position: absolute;
  left: calc(50% - 64px/2);
  top: 20px; }

.o-globalsearch--state-loading .o-globalsearch__resultset__spinner {
  display: block; }

.o-globalsearch--state-loading .o-globalsearch__resultset__results {
  opacity: .4; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-globalsearch__resultset {
    margin: 100px 0; } }

.o-download-item {
  background: #fff;
  display: block; }
  .o-download-item:hover {
    text-decoration: none;
    color: inherit; }

.o-download-item__image {
  height: 200px;
  display: block; }

.o-download-item__image__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.o-download-item__content {
  height: 150px;
  padding: 10px 50px 10px 10px;
  display: block;
  position: relative;
  overflow: hidden; }

.o-download-item__content__heading {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "ReplicaBold", sans-serif;
  color: #005087;
  display: block;
  margin-bottom: 0.3rem; }

.o-download-item__content__description {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: block; }

.o-download-item__content__icon {
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-size: 24px;
  color: #005087; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-download-item__image {
    height: 269px; }
  .o-download-item__content {
    height: 150px;
    padding: 20px 70px 14px 20px; }
  .o-download-item__content__heading {
    font-size: 2.2rem;
    line-height: 2.8rem; }
  .o-download-item__content__icon {
    font-size: 34px; } }

.o-simple-teaser {
  margin: 20px 0; }

.o-simple-teaser__image {
  width: 100%;
  height: 180px;
  display: block;
  margin-bottom: 20px; }

.o-simple-teaser__image__img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.o-simple-teaser__heading {
  display: block;
  font-family: "ReplicaBold", sans-serif;
  text-transform: uppercase;
  color: #005087;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  min-height: 75px; }

.o-simple-teaser__text {
  margin-bottom: 10px; }

.o-simple-teaser__button {
  width: 100%;
  margin-top: 10px; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-simple-teaser__image {
    height: 218px;
    margin-bottom: 24px; }
  .o-simple-teaser__content {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    align-items: flex-start; }
  .o-simple-teaser__heading {
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-bottom: 0.8rem;
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-bottom: 9px; }
  .o-simple-teaser__text {
    margin-bottom: 8px; }
  a.o-simple-teaser__button {
    width: auto;
    display: inline-block;
    margin-top: auto !important;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; } }

.o-projectslist__listing__project {
  width: 100%;
  position: relative;
  padding: 9px 0; }

.o-projectslist__listing__project__tile {
  position: relative;
  width: 100%;
  cursor: pointer; }

.o-projectslist__listing__project__tile__img {
  width: 100%;
  height: auto; }

.o-projectslist__listing__project__tile__contentoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  padding: 13px 16px 10px 16px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in-out; }

.o-projectslist__listing__project__tile__contentoverlay--visible {
  opacity: 1;
  visibility: visible; }

.o-projectslist__listing__project__tile__title,
.o-projectslist__listing__project__tile__city {
  color: #005087;
  font-family: "ReplicaBold", sans-serif;
  text-transform: uppercase;
  display: block; }

.o-projectslist__listing__project__tile__title {
  min-height: 45px;
  margin-bottom: 5px; }

.o-projectslist__listing__project__tile__name {
  text-transform: uppercase;
  color: #0091D7;
  font-family: "ReplicaBold", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  display: block;
  margin-bottom: 10px; }

.o-projectslist__listing__project__tile__link {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-family: "ReplicaBold", sans-serif;
  color: #005087;
  display: flex;
  align-items: center; }
  .o-projectslist__listing__project__tile__link:after {
    display: inline-block;
    font-family: "steiner-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    margin-left: 10px;
    font-size: 130%; }
  .o-projectslist__listing__project__tile__link:hover, .o-projectslist__listing__project__tile__link:active {
    color: #005087;
    text-decoration: none; }

.o-projectslist__listing__project__loader {
  width: 30px;
  position: absolute;
  z-index: 1;
  left: calc(50% - 15px);
  top: calc(50% - 15px); }
  .o-projectslist__listing__project__loader img {
    width: 100%;
    height: auto; }

.o-projectslist__controls {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%; }

.o-projectslist__controls__progress {
  width: 70%;
  height: 4px;
  background: #f0f0f0;
  border-radius: 4px; }

.o-projectslist__controls__progress__fill {
  display: block;
  height: 100%;
  background: #005087;
  transform-origin: left center;
  transition: all .2s ease-in-out; }

.o-projectslist__controls__navigation {
  display: flex; }

.o-projectslist__controls__navigation__button {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border: solid 1px #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  background: none;
  outline: none; }
  .o-projectslist__controls__navigation__button:focus {
    outline: none; }
  .o-projectslist__controls__navigation__button:active {
    transition: none;
    background: #0091D7;
    border-color: #0091D7;
    color: #fff; }
  @media (hover: hover) {
    .o-projectslist__controls__navigation__button:hover {
      background: #0091D7;
      color: #fff;
      border-color: #0091D7; }
    .o-projectslist__controls__navigation__button:active {
      transition: none;
      background: #000;
      border-color: #000;
      color: #fff; } }

.o-projectslist__controls__navigation__button--disabled {
  opacity: .4;
  pointer-events: none; }

.o-projectslist__controls--disabled {
  display: none; }

.o-projectslist__filter {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  z-index: 10; }

.o-projectslist__filter--fixed {
  position: fixed;
  top: 0; }

.o-projectslist__filter__tab {
  width: 60%;
  height: 62px;
  background: #f5f5f5;
  color: #005087;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 30px;
  transition: all .4s .4s ease-in-out;
  z-index: 10;
  cursor: pointer; }

.o-projectslist__filter__tab__title {
  font-family: "ReplicaBold", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-right: 40px; }

.o-projectslist__filter__tab__filtericon {
  font-size: 30px;
  display: block; }

.o-projectslist__filter__tab__closeicon {
  font-size: 30px;
  display: none; }

.o-projectslist__filter__container {
  display: flex;
  align-self: flex-start;
  flex-flow: column nowrap;
  background: #f5f5f5;
  width: 100%;
  padding: 30px 15px;
  transform: translateY(-4%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  max-height: 0; }

.o-projectslist__filter--open {
  position: absolute; }
  .o-projectslist__filter--open .o-projectslist__filter__container {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all .4s .4s ease-in-out;
    z-index: 9;
    max-height: none; }
  .o-projectslist__filter--open .o-projectslist__filter__tab {
    width: 100%;
    background: #005087;
    color: #fff;
    justify-content: space-between;
    transition: all .4s ease-in-out; }
  .o-projectslist__filter--open .o-projectslist__filter__tab__filtericon {
    display: none; }
  .o-projectslist__filter--open .o-projectslist__filter__tab__closeicon {
    display: block; }

.o-projectslist__filter__heading {
  text-transform: uppercase;
  font-family: "ReplicaBold", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #005087; }

fieldset.o-projectslist__filter__fieldset {
  padding: 10px 0; }

.o-projectslist__filter__count {
  font-family: "ReplicaBold", sans-serif;
  color: #005087;
  display: block;
  margin-bottom: 30px; }

.o-projectslist__filter__filters__regions {
  margin-bottom: 40px; }

.o-projectslist__filter__count__search {
  width: 100%;
  position: relative;
  height: 69px;
  margin-bottom: 40px; }

.o-projectslist__filter__count__search__input {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #005087;
  padding: 3px 80px 3px 20px;
  font-size: 2rem; }
  .o-projectslist__filter__count__search__input:focus {
    outline: none; }

.o-projectslist__filter__count__search__icon {
  width: 69px;
  height: 100%;
  background: #005087;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.o-projectslist__filter__filters__group {
  margin: 20px 0; }

.o-projectslist__filter__group__heading {
  font-family: "ReplicaBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block; }

.o-projectslist__filter__filters__price {
  padding: 20px 0; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-projectslist__listing {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% + 30px);
    position: relative;
    margin: 66px -15px; }
  .o-projectslist__listing__project {
    width: 25%;
    padding: 0 15px;
    margin: 0 0 28px 0;
    height: 241px; }
  .o-projectslist__listing__project--large {
    width: 50%;
    height: 510px; }
  .o-projectslist__listing__project--large-portrait {
    height: 510px; }
  .o-projectslist__listing__project--large-landscape {
    width: 50%; }
  .o-projectslist__listing__project__tile {
    width: 100%;
    height: 100%; }
  .o-projectslist__listing__project__tile__img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .o-projectslist__listing__project__tile__name {
    font-size: 2.2rem;
    line-height: 2.6rem; }
  .o-projectslist__controls {
    justify-content: center; }
  .o-projectslist__controls__progress {
    width: 40%; }
  .o-projectslist__controls__navigation {
    display: flex;
    position: absolute;
    right: 0; }
  .o-projectslist__filter {
    left: calc(-50vw + 114px - 91px);
    top: 50vh;
    align-items: flex-start;
    width: calc(50vw + 91px);
    flex-flow: row nowrap;
    transition: left .4s ease-in-out; }
  .o-projectslist__filter--fixed {
    top: 50px; }
  .o-projectslist__filter__tab {
    width: 114px;
    height: 193px;
    flex-flow: column nowrap;
    padding: 0;
    order: 2;
    flex: 0 0 114px;
    margin-top: 42px; }
  .o-projectslist__filter__container {
    order: 1;
    width: calc(100% - 114px);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    padding: 50px 80px;
    max-height: none; }
  .o-projectslist__filter__tab__title {
    margin-right: 0;
    margin-bottom: 20px; }
  .o-projectslist__filter--open {
    left: 0; }
    .o-projectslist__filter--open .o-projectslist__filter__tab {
      justify-content: inherit; }
  .o-projectslist__filter__heading {
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-bottom: 0.8rem; }
  .o-projectslist__filter__count {
    margin-bottom: 100px; }
  .o-projectslist__filter__count__search {
    margin-bottom: 100px; }
  .o-projectslist__filter__filters__regions {
    margin-bottom: 80px; }
  .o-projectslist__filter__filters__price {
    margin-bottom: 80px;
    padding: 30px 0; }
  .o-projectslist__filter__map {
    width: calc(100% + 160px) !important;
    margin-left: -80px;
    margin-right: -80px;
    height: 620px; }
  .o-projectslist__listing__project--grid-brick {
    position: absolute; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="1"] {
    left: 0;
    top: 0; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="2"] {
    left: 25%;
    top: 0; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="3"] {
    left: 50%;
    top: 0; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="4"] {
    left: 75%;
    top: 0; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="5"] {
    left: 0;
    top: 269px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="6"] {
    left: 50%;
    top: 269px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="7"] {
    left: 75%;
    top: 269px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="8"] {
    left: 50%;
    top: 538px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="9"] {
    left: 75%;
    top: 538px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="10"] {
    left: 0;
    top: 807px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="11"] {
    left: 25%;
    top: 807px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="12"] {
    left: 50%;
    top: 807px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="13"] {
    left: 75%;
    top: 807px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="14"] {
    left: 0;
    top: 1076px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="15"] {
    left: 25%;
    top: 1076px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="16"] {
    left: 50%;
    top: 1076px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="17"] {
    left: 0;
    top: 1345px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="18"] {
    left: 50%;
    top: 1345px; }
  .o-projectslist__listing__project--grid-brick[data-grid-num="19"] {
    left: 75%;
    top: 1345px; } }

.o-project__head__title {
  margin-bottom: 2rem; }

.o-project__head__teaser {
  color: #0091D7;
  font-family: "ReplicaLight", sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: normal;
  text-transform: none;
  display: block;
  margin-bottom: 2rem; }

.o-project__info__head {
  font-family: "ReplicaBold", sans-serif;
  color: #005087;
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2rem; }

.o-project__links {
  margin-bottom: 20px; }

.o-project__map {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  height: 460px; }

.o-project__navigation {
  display: flex;
  flex-flow: row nowrap;
  margin: 30px 0; }

.o-project__navigation__button {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border: solid 1px #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  background: none;
  outline: none;
  width: 40px;
  height: 40px; }
  .o-project__navigation__button:focus {
    outline: none; }
  .o-project__navigation__button:active {
    transition: none;
    background: #0091D7;
    border-color: #0091D7;
    color: #fff; }
  @media (hover: hover) {
    .o-project__navigation__button:hover {
      background: #0091D7;
      color: #fff;
      border-color: #0091D7; }
    .o-project__navigation__button:active {
      transition: none;
      background: #000;
      border-color: #000;
      color: #fff; } }

.o-project__navigation__button--back {
  width: auto;
  padding: 0 20px;
  margin-left: 0; }
  .o-project__navigation__button--back .o-icon {
    margin-right: 10px; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-project__head {
    margin-bottom: 6rem; }
  .o-project__head__title {
    margin-bottom: 0.7rem; }
  .o-project__head__teaser {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 5rem; }
  .o-project__info {
    margin-bottom: 60px; }
  .o-project__info__head {
    color: #000;
    font-size: 2.5rem;
    line-height: 2.9rem; }
  .o-project__links {
    max-width: 50%; }
  .o-project__facts {
    margin-bottom: 50px !important; }
  .o-project__map {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 404px; } }

.o-factbox {
  background: #005087;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 20px; }

.o-factbox__head {
  color: #fff;
  display: block;
  font-family: "ReplicaBold", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0 15px 15px 15px; }

.o-factbox__dl {
  display: flex;
  flex-wrap: wrap; }
  .o-factbox__dl > dt {
    flex: 0 0 50%;
    max-width: 50%;
    font-family: "ReplicaLight", sans-serif;
    font-weight: normal;
    border-top: solid 1px white;
    padding: 5px 15px; }
    .o-factbox__dl > dt:first-of-type {
      border-top: none; }
  .o-factbox__dl > dd {
    flex: 0 0 50%;
    max-width: 50%;
    font-family: "ReplicaBold", sans-serif;
    font-weight: normal;
    border-top: solid 1px white;
    padding: 5px 15px; }
    .o-factbox__dl > dd:first-of-type {
      border-top: none; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-factbox {
    margin-bottom: 30px;
    padding: 25px 0; }
  .o-factbox__head {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 0 20px 20px 20px; }
  .o-factbox__dl > dt,
  .o-factbox__dl > dd {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 8px 20px; } }

.o-accordion__item {
  border-bottom: solid 1px #005087;
  padding-top: 18px; }

.o-accordion__item__head {
  font-family: "ReplicaBold", sans-serif;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #005087;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
  .o-accordion__item__head:after {
    display: inline-block;
    font-family: "steiner-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    transition: all .4s ease-in-out; }

.o-accordion__item__panel {
  max-height: 0 !important;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.8) translateY(4%); }

.o-accordion__item--open .o-accordion__item__head:after {
  transform: rotate(90deg); }

.o-accordion__item--open .o-accordion__item__panel {
  padding: 20px 0;
  max-height: none !important;
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: all .3s ease-in-out; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-accordion__item {
    padding-top: 30px; }
  .o-accordion__item__head {
    font-size: 4.2rem;
    line-height: 4.6rem; }
  .o-accordion__item--open .o-accordion__item__panel {
    padding: 30px 0 40px 0; } }

.o-map .gm-style .gm-style-iw-c {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  border-radius: 0;
  max-height: 340px !important;
  max-width: 180px !important; }
  .o-map .gm-style .gm-style-iw-c img {
    width: 100%;
    height: auto; }

.o-map .gm-style-iw-d {
  max-width: none !important;
  overflow: hidden !important;
  overflow-y: scroll; }

.o-map .google-marker-project-name {
  font-family: "ReplicaBold", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #0091D7;
  text-transform: uppercase;
  margin: 10px 10px 3px 10px;
  display: block; }

.o-map .google-marker-project-location {
  font-family: "ReplicaBold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #005087;
  margin: 10px 10px 3px 10px; }

.o-map .google-marker-button-route > a,
.o-map .google-marker-button-more > a {
  display: block;
  background: #005087;
  color: #fff;
  margin: 10px;
  text-transform: uppercase;
  padding: 6px 10px;
  font-family: "Replica", sans-serif;
  transition: all .2s ease-in-out;
  display: flex; }
  .o-map .google-marker-button-route > a:hover,
  .o-map .google-marker-button-more > a:hover {
    text-decoration: none;
    background: #000; }

.o-map .google-marker-button-route > a:before {
  display: inline-block;
  font-family: "steiner-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  width: 30px;
  padding-left: 3px; }

.o-map .google-marker-button-more > a:before {
  display: inline-block;
  font-family: "steiner-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  width: 30px; }

.o-map .gm-ui-hover-effect {
  right: 5px !important;
  top: 5px !important;
  background: #fff !important;
  width: 20px !important;
  height: 20px !important; }
  .o-map .gm-ui-hover-effect img {
    margin: 3px !important; }

.o-map--larger-overlay .gm-style .gm-style-iw-c {
  max-height: 400px !important;
  max-width: 240px !important; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
.o-vcards {
  margin-bottom: 60px; }

.o-vcard {
  background: #f0f0f0;
  margin: 15px 0; }

.o-vcard__image {
  height: 360px; }
  .o-vcard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.o-vcard__content {
  min-height: 100px;
  padding: 15px; }

.o-vcard__title {
  font-family: "ReplicaBold", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  display: block;
  color: #005087; }

.o-vcard__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .o-vcard__link:after {
    display: inline-block;
    font-family: "steiner-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: 26px;
    margin-left: .2em; }

.o-vcard__description {
  display: block; }

/** Include styles by media query */
.o-historyslider__slide {
  display: flex;
  color: #fff;
  position: relative;
  padding: 90px 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 390px; }

.o-historyslider__slide__year {
  position: absolute;
  font-family: "ReplicaBold", sans-serif;
  font-weight: normal;
  transform: rotate(270deg);
  transform-origin: right bottom;
  top: 0;
  left: 0;
  font-size: 2.4rem; }

.o-historyslider__slide__year--right {
  display: none; }

.o-historyslider__slide__text {
  font-family: "ReplicaLight", sans-serif;
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-align: center;
  width: 100%; }

.o-historyslider__slide--color-pink {
  background-color: #dc007d; }

.o-historyslider__slide--color-blue {
  background-color: #005087; }

.o-historyslider__slide--color-blue-light {
  background-color: #0091D7; }

.o-historyslider__slide--color-purple {
  background-color: #962887; }

.o-historyslider__controls {
  margin: 40px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; }

.o-historyslider__controls__progress {
  width: 60%;
  height: 4px;
  background: #fff;
  border-radius: 4px; }

.o-historyslider__controls__progress__fill {
  display: block;
  height: 100%;
  background: #005087;
  transform-origin: left center; }

.o-historyslider__controls__navigation {
  display: flex;
  position: absolute;
  right: 0; }

.o-historyslider__controls__navigation__button {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border: solid 1px #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  background: none;
  outline: none; }
  .o-historyslider__controls__navigation__button:focus {
    outline: none; }
  .o-historyslider__controls__navigation__button:active {
    transition: none;
    background: #0091D7;
    border-color: #0091D7;
    color: #fff; }
  @media (hover: hover) {
    .o-historyslider__controls__navigation__button:hover {
      background: #0091D7;
      color: #fff;
      border-color: #0091D7; }
    .o-historyslider__controls__navigation__button:active {
      transition: none;
      background: #000;
      border-color: #000;
      color: #fff; } }

.o-historyslider__controls__navigation__button--disabled {
  opacity: .4;
  pointer-events: none; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-historyslider__slide {
    width: 80%;
    min-height: 590px;
    padding: 30px 100px; }
  .o-historyslider__slide__year {
    font-size: 4rem;
    left: 0; }
  .o-historyslider__slide__year--right {
    display: block;
    top: 0;
    right: 50px;
    position: absolute;
    left: auto; }
  .o-historyslider__slide__text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s 0.4s ease-in-out, transform 0.4s 0.4s ease-in-out;
    transform: translateY(-10px);
    font-size: 6.8rem;
    line-height: 7.8rem; }
  .o-historyslider__slide--active .o-historyslider__slide__text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .o-historyslider__slide--active .o-historyslider__slide__year--right {
    display: none; }
  .o-historyslider--ie11 .o-historyslider__slide {
    display: block;
    width: 100%; } }

.o-geolocation-dialog {
  background: #fff;
  position: fixed;
  top: 100px;
  left: 20px;
  padding: 50px 20px 20px 20px;
  z-index: 100;
  width: calc(100% - 40px);
  display: none;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  text-align: center; }

.o-geolocation-dialog__close {
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  outline: none;
  padding: 0;
  margin: 0;
  background: #f0f0f0;
  width: 30px;
  height: 30px; }
  .o-geolocation-dialog__close:focus {
    outline: none; }

.o-geolocation-dialog__head {
  display: block;
  font-family: "ReplicaLight", sans-serif;
  color: #005087;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1em; }

.o-geolocation-dialog__fields {
  display: flex;
  flex-flow: row nowrap;
  height: 50px;
  align-items: center; }

.e-form-control.o-geolocation-dialog__fields__input {
  margin-bottom: 0;
  height: 100%;
  flex: 1;
  flex-basis: 100%;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset; }

.o-geolocation-dialog__fields__button {
  margin-top: 0;
  width: 50px;
  height: 100%;
  flex: 1;
  flex-basis: 60px;
  padding: 0 !important;
  background: #005087;
  color: #fff;
  border: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 28px; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-geolocation-dialog {
    width: 690px;
    left: calc(50% - (690px / 2));
    top: 30%;
    padding: 92px 30px 54px 30px; }
  .o-geolocation-dialog__close {
    width: 50px;
    height: 50px;
    right: 16px;
    top: 16px; }
  .o-geolocation-dialog__head {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: .8em; }
  .o-geolocation-dialog__fields {
    height: 60px;
    justify-content: center; }
  .e-form-control.o-geolocation-dialog__fields__input {
    flex: 0 0 49%; }
  .o-geolocation-dialog__fields__button {
    flex: 0 0 60px; } }

.o-rangeslider {
  margin-bottom: 50px; }

.o-rangeslider__slider {
  margin: 50px 10px 40px 10px; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
.o-projectlocator__map {
  width: calc(100% + 30px);
  height: 480px;
  margin-left: -15px;
  margin-right: -15px; }

.o-projectlocator__namesearch__input {
  border: none;
  border-bottom: solid 1px #005087;
  width: 100%;
  font-size: 1.8rem;
  font-family: "ReplicaLight", sans-serif;
  font-weight: normal;
  color: #005087;
  padding: .4em 0;
  margin-bottom: 1rem;
  text-align: center; }
  .o-projectlocator__namesearch__input:focus {
    outline: none; }

.o-projectlocator__checkboxes {
  margin-bottom: 30px; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-projectlocator__map {
    width: 100%;
    height: 620px;
    margin-left: 0;
    margin-right: 0; }
  .o-projectlocator__namesearch__input {
    font-size: 2.8rem;
    text-align: left; } }

.o-projectslider {
  margin-top: 30px; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .o-projectslider {
    margin-top: 50px; } }

.o-newsbyyear__spinner {
  display: none; }

.o-newsbyyear--loading {
  background: rgba(255, 255, 255, 0.8); }
  .o-newsbyyear--loading:after {
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 10; }
  .o-newsbyyear--loading .o-newsbyyear__spinner {
    display: block;
    position: absolute;
    z-index: 11;
    left: calc(50% - 30px);
    top: calc(50% - 30px); }

/* Elements */
/** Elements */
@font-face {
  font-family: "Replica";
  src: url("../fonts/ReplicaProRegular.eot");
  src: url("../fonts/ReplicaProRegular.woff") format("woff"),
		url("../fonts/ReplicaProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ReplicaBold";
  src: url("../fonts/ReplicaProBold.eot");
  src: url("../fonts/ReplicaProBold.woff") format("woff"),
		url("../fonts/ReplicaProBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ReplicaLight";
  src: url("../fonts/ReplicaProLight.eot");
  src: url("../fonts/ReplicaProLight.woff") format("woff"),
		url("../fonts/ReplicaProLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 62.5%; }

body {
  font-family: "ReplicaLight", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: normal;
  color: #000; }

h1, h2 {
  font-family: "ReplicaBold", sans-serif;
  text-transform: uppercase;
  color: #005087;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
  font-weight: normal; }
  h1 > a, h2 > a {
    color: #005087;
    position: relative;
    transition: all .3s ease-in-out; }
    h1 > a:after, h2 > a:after {
      display: inline-block;
      position: relative;
      top: -.1em;
      margin-left: .5em;
      display: inline-block;
      font-family: "steiner-icons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-decoration: inherit;
      text-rendering: optimizeLegibility;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      content: "";
      font-size: 75%;
      transition: all .1s ease-in-out; }
    h1 > a:hover, h2 > a:hover {
      text-decoration: none;
      color: inherit; }
      h1 > a:hover:after, h2 > a:hover:after {
        margin-left: .7em; }

h1 {
  margin-top: 40px; }

h3 {
  font-family: "ReplicaLight", sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: normal; }

h4 {
  font-family: "ReplicaBold", sans-serif;
  color: #005087;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: normal; }

h5 {
  font-family: "ReplicaBold", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: .8em 0 .4em 0;
  display: block;
  font-weight: normal; }

p {
  font-family: "ReplicaLight", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 1em;
  font-weight: normal; }

strong, b {
  font-family: "ReplicaBold", sans-serif;
  font-weight: normal; }

.leadtext {
  color: #0091D7;
  font-family: "ReplicaLight", sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: normal;
  text-transform: none; }

.subtitle {
  font-family: "ReplicaBold", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: .8em 0 .4em 0;
  display: block;
  font-weight: normal; }

a {
  color: #005087;
  font-weight: normal; }
  a:hover {
    color: #0091D7;
    text-decoration: none; }

.s-rte a {
  font-family: "ReplicaBold", sans-serif; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  body {
    font-size: 1.8rem;
    line-height: 3.8rem; }
  h1, h2 {
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-bottom: 0.8rem; }
    h1 > a:after, h2 > a:after {
      margin-top: .15em; }
  h1 {
    margin-top: 62px; }
  h3 {
    font-size: 4.5rem;
    line-height: 6rem; }
  h4 {
    font-size: 2.8rem;
    line-height: 3.4rem; }
  h5 {
    font-size: 2.5rem;
    line-height: 2.8rem; }
  p {
    font-size: 1.8rem;
    line-height: 3.4rem; }
  .leadtext {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-bottom: 5rem; }
  .subtitle {
    font-size: 2.5rem;
    line-height: 2.8rem; } }

.s-rte ul {
  list-style: none;
  padding: 0;
  margin: .5em 0 1.5em 0; }
  .s-rte ul li {
    position: relative;
    padding-left: 28px;
    margin: .6em 0;
    line-height: 2.4rem; }
    .s-rte ul li:before {
      position: absolute;
      left: 0;
      top: .35em;
      color: #005087;
      display: inline-block;
      font-family: "steiner-icons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-decoration: inherit;
      text-rendering: optimizeLegibility;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      content: ""; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .s-rte ul li {
    padding-left: 32px; }
    .s-rte ul li:before {
      top: .15em; } }

.e-form-group {
  margin-bottom: 1.5em; }

.e-form-control {
  display: block;
  width: 100%;
  padding: .8em 1em;
  font-family: "ReplicaLight", sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #005087;
  border-radius: 2px;
  margin-bottom: 1em; }
  .e-form-control:focus {
    outline: none; }
  .e-form-control::placeholder {
    color: #000;
    opacity: 1; }
  .e-form-control:disabled, .e-form-control[readonly] {
    background-color: #f0f0f0;
    opacity: 1; }

.e-input {
  display: flex;
  align-items: center; }
  .e-input label {
    margin-right: 20px;
    min-width: auto; }
  .e-input input {
    border: solid 1px #005087;
    background: #fff;
    padding: 6px 10px;
    flex: 1;
    width: calc(100% - 20px); }

.e-select {
  display: flex;
  flex-flow: row nowrap;
  margin: 5px 0; }
  .e-select label {
    margin-right: 10px;
    min-width: 30%; }
  .e-select select {
    flex: 1;
    border: solid 1px #005087; }

.e-captcha-group {
  display: flex; }

.e-captcha-group__captcha {
  flex: 0 0 30%; }
  .e-captcha-group__captcha img {
    width: 80%;
    height: auto; }

.e-captcha-group__field {
  flex: 0 0 70%; }

.e-form--no-labels label {
  display: none; }

.e-form--no-legends legend {
  display: none; }

.e-checkbox {
  margin-bottom: 14px; }
  .e-checkbox input[type="checkbox"] {
    display: none; }
    .e-checkbox input[type="checkbox"] + label {
      margin-bottom: 0;
      position: relative;
      padding-left: 40px;
      text-transform: uppercase; }
    .e-checkbox input[type="checkbox"] + label::before {
      width: 26px;
      height: 26px;
      border: 1px solid #005087;
      background-color: #fff;
      content: "";
      position: absolute;
      top: -1px;
      left: 0; }
    .e-checkbox input[type="checkbox"]:checked + label::before {
      display: inline-block;
      font-family: "steiner-icons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-decoration: inherit;
      text-rendering: optimizeLegibility;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      content: "";
      padding-left: 4px;
      padding-top: 2px;
      font-size: 18px;
      color: #005087; }
  .e-checkbox .e-checkbox__icon-prepend {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: red;
    position: absolute;
    top: -1px;
    left: 40px; }

.e-checkbox--prepend-icon label {
  padding-left: 80px !important; }
  .e-checkbox--prepend-icon label:after {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 40px;
    top: -1px; }

.e-checkbox--prepend-icon--1 label:after {
  background-color: #dc007d; }

.e-checkbox--prepend-icon--2 label:after {
  background-color: #005087; }

.e-checkbox--prepend-icon--3 label:after {
  background-color: #0091D7; }

.powermail_fieldwrap.layout1 {
  float: left;
  padding-right: 10px; }
  .powermail_fieldwrap.layout1 .o-btn {
    font-size: 95%; }
  .powermail_fieldwrap.layout1 > .powermail_field {
    clear: both; }

.tx-powermail-pi1_confirmation table td:first-child {
  width: 200px; }

.powermail-button-container {
  display: flex;
  flex-wrap: wrap; }
  .powermail-button-container .o-btn {
    margin-right: 10px; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .e-checkbox {
    margin-bottom: 8px; }
    .e-checkbox input[type="checkbox"] + label::before {
      top: 6px; }
  .e-checkbox--prepend-icon label:after {
    top: 6px; }
  .e-select {
    display: flex;
    flex-flow: column nowrap; }
    .e-select select {
      padding: .5em .3em; } }

button {
  padding: 0;
  margin: 0; }

/* Components */
/** Components */
.c-page {
  position: relative; }

.c-page__content {
  position: relative;
  z-index: 1; }

.c-page__breadcrumb {
  display: none; }

.c-page__mood .ctElement {
  position: relative;
  z-index: 1; }

.c-page__scrolldown {
  height: 100px;
  background: #fff;
  text-align: center;
  padding-top: 30px; }

.c-page__scrolldown__button {
  width: 34px;
  height: 34px;
  color: #4a4a4a;
  border: solid 1px #4a4a4a;
  background: white; }
  .c-page__scrolldown__button:focus, .c-page__scrolldown__button:active {
    outline: none; }

/** Include styles by media query */
@media (min-width: 992px) {
  .c-page__breadcrumb {
    display: block;
    margin-top: 14px; }
  .c-page__breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .c-page__breadcrumb__item {
    display: flex;
    align-items: center; }
    .c-page__breadcrumb__item:not(:last-child):after {
      margin-left: 8px;
      margin-right: 8px;
      display: inline-block;
      font-family: "steiner-icons";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-decoration: inherit;
      text-rendering: optimizeLegibility;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      content: "";
      font-size: 12px; }
  .c-page__breadcrumb__link,
  .c-page__breadcrumb__no-link {
    color: #005087;
    font-size: 1.6rem;
    line-height: 2rem; }
    .c-page__breadcrumb__link:hover, .c-page__breadcrumb__link:active, .c-page__breadcrumb__link:focus,
    .c-page__breadcrumb__no-link:hover,
    .c-page__breadcrumb__no-link:active,
    .c-page__breadcrumb__no-link:focus {
      color: #005087;
      text-decoration: none; }
  .c-page__breadcrumb__link--active,
  .c-page__breadcrumb__no-link--active {
    font-family: "ReplicaBold", sans-serif; }
  .c-page__scrolldown {
    display: none; } }

.c-pagehead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 14px;
  position: relative;
  height: 90px; }

.c-pagehead__logo {
  display: block;
  width: 177px;
  margin-bottom: 6px;
  z-index: 1; }

.c-pagehead__logo__img {
  width: 100%;
  height: auto; }

.c-pagehead__metapanel {
  position: absolute;
  right: 50px;
  top: 36px; }

.c-pagehead__buttons {
  display: flex;
  flex-flow: row nowrap; }

.c-pagehead__buttons__searchbutton {
  background: none;
  border: none;
  color: #000;
  margin-right: 4px; }

.c-pagehead__buttons__navbutton {
  background: #eaeaea;
  border: none;
  width: 33px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: 0; }
  .c-pagehead__buttons__navbutton:focus {
    outline: none; }
  .c-pagehead__buttons__navbutton:hover {
    background: #0091D7; }
    .c-pagehead__buttons__navbutton:hover .c-pagehead__navbutton__icon__bar {
      border-color: #fff;
      border-width: 3px; }

.c-pagehead__navbutton__icon {
  width: 70%; }

.c-pagehead__navbutton__icon__bar {
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #005087;
  display: block;
  margin: 3px 0;
  transition: all .2s ease-in-out; }

.c-pagehead__metapanel__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.c-pagehead__metapanel__nav__list {
  display: none; }

.c-pagehead__metapanel__nav__link {
  cursor: pointer; }

.c-pagehead__metapanel__nav__link__icon {
  font-size: 22px; }

.c-pagehead__metapanel__nav__link__label {
  display: none; }

/** Include styles by media query */
@media (min-width: 992px) {
  .c-pagehead {
    padding: 33px 50px 60px 50px;
    position: relative;
    height: 130px; }
    .c-pagehead:after {
      content: '';
      background: url("../images/steiner-head-colorstripe.png") no-repeat;
      background-size: cover;
      width: 100%;
      height: 18px;
      bottom: 0;
      position: absolute;
      left: 0; }
  .c-pagehead__logo {
    width: 270px;
    position: absolute; }
  .c-pagehead__metapanel {
    display: flex;
    flex-flow: row nowrap;
    align-self: flex-end;
    justify-content: flex-end; }
  .c-pagehead__buttons__searchbutton {
    display: none; }
  .c-pagehead__buttons__navbutton {
    width: 50px;
    height: 50px;
    padding: 0 8px; }
  .c-pagehead__navbutton__icon__bar {
    border-bottom: solid 2px #005087;
    margin: 6px 0; }
  .c-pagehead__metapanel {
    position: inherit;
    top: inherit;
    right: inherit; }
  .c-pagehead__metapanel__nav {
    display: flex;
    font-size: 1.8rem;
    font-family: "ReplicaLight", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em; }
  .c-pagehead__metapanel__nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; }
  .c-pagehead__metapanel__nav__item {
    margin: 0 .9em; }
    .c-pagehead__metapanel__nav__item:last-child {
      margin-right: 0; }
  .c-pagehead__metapanel__nav__link {
    color: #000;
    display: flex;
    align-items: center; }
    .c-pagehead__metapanel__nav__link:hover, .c-pagehead__metapanel__nav__link:focus, .c-pagehead__metapanel__nav__link:active {
      color: #000;
      text-decoration: none; }
  .c-pagehead__metapanel__nav__link__icon {
    margin-right: .2em;
    font-size: 34px;
    margin-bottom: .1em; }
  .c-pagehead__metapanel__nav__link__label {
    display: block; } }

/** Navigation Panel */
.c-navpanel {
  background: rgba(0, 80, 135, 0.95);
  width: 100%;
  min-height: 100vh;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out; }

.c-navpanel--open {
  opacity: 1;
  visibility: visible; }

.c-navpanel__maincontainer {
  padding-left: 14px;
  padding-right: 14px; }

.c-navpanel__maincontainer__row {
  margin-left: -14px;
  margin-right: -14px; }

.c-navpanel__maincontainer__col {
  padding-left: 14px;
  padding-right: 14px; }

.c-navpanel__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 14px 40px 14px; }

.c-navpanel__head__logo {
  width: 177px;
  display: block; }

.c-navpanel__head__logo__img {
  width: 100%;
  height: auto; }

.c-navpanel__head__close {
  background: none;
  border: none;
  position: relative;
  outline: none;
  width: 34px;
  height: 34px; }
  .c-navpanel__head__close:focus {
    outline: none; }

.c-navpanel__head__close__bar {
  width: 36px;
  border-bottom: solid 2px #fff;
  display: block;
  position: absolute;
  right: 0; }
  .c-navpanel__head__close__bar:first-child {
    transform: rotate(45deg); }
  .c-navpanel__head__close__bar:last-child {
    transform: rotate(-45deg); }

.c-navpanel__mainnav {
  padding-bottom: 40px; }

.c-navpanel__mainnav__main {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-navpanel__mainnav__main__item {
  border-bottom: solid 1px #fff; }
  .c-navpanel__mainnav__main__item:first-child {
    border-top: solid 1px #fff; }

.c-navpanel__mainnav__main__item__linkwrap {
  display: flex;
  flex-basis: 100%;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between; }

.c-navpanel__mainnav__main__item__linkwrap__button {
  color: #fff;
  border: none;
  background: none;
  margin: 0;
  padding: 0 8px;
  outline: none;
  font-size: 26px; }
  .c-navpanel__mainnav__main__item__linkwrap__button:focus {
    outline: none; }

.c-navpanel__mainnav__main__item__linkwrap__button__icon {
  transition: all .2s ease-in-out; }

.c-navpanel__mainnav__main__item__linkwrap__link {
  color: #fff;
  text-decoration: none;
  font-family: "ReplicaBold", sans-serif;
  font-size: 2.4rem;
  line-height: 2.7rem;
  text-transform: uppercase;
  margin: 15px 0 17px 0;
  display: block;
  transition: all .2s ease-in-out; }
  .c-navpanel__mainnav__main__item__linkwrap__link:hover, .c-navpanel__mainnav__main__item__linkwrap__link:active, .c-navpanel__mainnav__main__item__linkwrap__link:visited, .c-navpanel__mainnav__main__item__linkwrap__link:focus {
    color: #fff;
    text-decoration: none; }
  .c-navpanel__mainnav__main__item__linkwrap__link:hover {
    transform: translateX(6px); }

.c-navpanel__mainnav__sub {
  list-style: none;
  padding: 0;
  display: none;
  padding: 1px 0 20px 17px; }

.c-navpanel__mainnav__main__item--open .c-navpanel__mainnav__main__item__linkwrap__button__icon {
  transform: rotate(90deg); }

.c-navpanel__mainnav__sub__item {
  margin-bottom: 10px; }

.c-navpanel__mainnav__sub__item__link {
  color: #fff;
  text-decoration: none;
  font-family: "ReplicaLight", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 8px 0;
  display: block;
  transition: all .2s ease-in-out; }
  .c-navpanel__mainnav__sub__item__link:active, .c-navpanel__mainnav__sub__item__link:hover, .c-navpanel__mainnav__sub__item__link:visited, .c-navpanel__mainnav__sub__item__link:focus {
    color: #fff;
    text-decoration: none; }
  .c-navpanel__mainnav__sub__item__link:hover {
    transform: translateX(8px); }

.c-navpanel .c-languageswitch {
  text-align: right;
  margin-bottom: 40px; }

.c-navpanel__search__heading {
  color: #fff;
  font-family: "ReplicaBold", sans-serif;
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 3rem;
  display: block;
  margin-bottom: 26px; }

.c-navpanel__search__field {
  position: relative; }

.c-navpanel__search__field__input {
  width: 100%;
  border: none;
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: "ReplicaBold", sans-serif;
  color: #005087;
  text-transform: uppercase;
  padding: 7px 60px 5px 12px;
  border-radius: 2px;
  outline: none; }
  .c-navpanel__search__field__input:focus {
    outline: none; }

.c-navpanel__search__field__button {
  border: none;
  background: none;
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 28px;
  outline: none;
  padding: 0;
  margin: 0; }
  .c-navpanel__search__field__button:focus {
    outline: none; }

.c-navpanel__search__field__placeholder {
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
  font-size: 1.6rem;
  font-family: "ReplicaLight", sans-serif;
  color: #000;
  text-transform: none; }

.c-navpanel__search__filterlink {
  white-space: nowrap; }

.c-navpanel__search__field .tt-menu {
  width: 100%;
  margin-top: 5px; }

.c-navpanel__search__field .tt-dataset {
  width: 100%;
  border-radius: 2px;
  background: #fff; }

.c-navpanel__search__field .tt-suggestion {
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: "ReplicaBold", sans-serif;
  color: #0091D7;
  padding: 5px 10px;
  transition: all .2s ease-in-out; }
  .c-navpanel__search__field .tt-suggestion:hover {
    background: #0091D7;
    color: #fff; }

/** Include styles by media query */
@media (min-width: 992px) {
  /** Navigation Panel */
  .c-navpanel__head {
    padding: 33px 54px 140px 50px; }
  .c-navpanel__head__logo {
    width: 270px; }
  .c-navpanel__head__close {
    margin-top: 8px; }
  .c-navpanel__head__close__bar {
    width: 40px; }
  .c-navpanel__mainnav {
    padding-bottom: 100px; }
  .c-navpanel__mainnav__main__item {
    border: none; }
    .c-navpanel__mainnav__main__item:first-child {
      border: none; }
  .c-navpanel__mainnav__main__item__linkwrap__link {
    display: inline-block;
    font-size: 4.2rem; }
  .c-navpanel__mainnav__main__item__linkwrap__button {
    display: none; }
  .c-navpanel__mainnav__sub {
    display: block !important;
    margin: 14px 0 48px 37px; }
  .c-navpanel__mainnav__sub__item__link {
    display: inline-block;
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin: 0; }
  .c-navpanel__search__heading {
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-bottom: 60px; }
  .c-navpanel__search__field__input {
    padding: 12px 80px 8px 20px;
    font-size: 4.2rem;
    line-height: 4.6rem; }
  .c-navpanel__search__field__button {
    top: 9px;
    right: 10px;
    font-size: 40px; }
  .c-navpanel__search__field__placeholder {
    left: 20px;
    top: 14px;
    font-size: 2rem; }
  .c-navpanel__search__field .tt-menu {
    margin-top: 10px; }
  .c-navpanel__search__field .tt-suggestion {
    font-size: 4.2rem;
    line-height: 4.6rem;
    padding: 10px 20px; } }

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

.c-pagefooter__pagetop {
  margin: 30px 0; }

.c-pagefooter__top {
  display: none; }

.c-pagefooter__top__pagetop {
  display: none; }

.c-pagefooter__bottom {
  background: #005087;
  color: #fff;
  padding: 27px 0;
  text-align: center; }

.c-pagefooter__bottom__social {
  margin: 68px 0 44px 0; }

.c-pagefooter__bottom__social__link {
  font-size: 40px;
  color: #fff; }
  .c-pagefooter__bottom__social__link:hover, .c-pagefooter__bottom__social__link:active {
    text-decoration: none;
    color: #fff; }

.c-pagefooter__bottom__nav {
  margin-bottom: 14px; }

.c-pagefooter__bottom__nav__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-pagefooter__bottom__nav__item {
  display: inline-block;
  margin: 0 .3em; }

.c-pagefooter__bottom__nav__link {
  color: #fff;
  font-family: "ReplicaBold", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem; }
  .c-pagefooter__bottom__nav__link:hover, .c-pagefooter__bottom__nav__link:active, .c-pagefooter__bottom__nav__link:focus {
    color: #fff;
    text-decoration: none; }

.c-pagefooter__top__nav__icon {
  margin: 4px 0;
  font-size: 46px; }

.c-pagefooter__bottom__copyright {
  font-size: 1.4rem;
  line-height: 1.8rem; }

/** Include styles by media query */
@media (min-width: 992px) {
  .c-pagefooter {
    text-align: left; }
  .c-pagefooter__top {
    display: block;
    background: #f0f0f0;
    margin-top: 10px;
    padding: 60px 0 30px 0; }
  .c-pagefooter__pagetop {
    display: none; }
  .c-pagefooter__top__container {
    position: relative; }
  .c-pagefooter__top__pagetop {
    display: block;
    position: absolute;
    right: 0;
    bottom: 50px; }
  .c-pagefooter__top__nav {
    font-size: 1.6rem;
    line-height: 2.2rem; }
  .c-pagefooter__top__nav__main__heading {
    font-family: "ReplicaBold", sans-serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: .8em; }
  .c-pagefooter__top__nav__main__heading > a {
    color: #000; }
    .c-pagefooter__top__nav__main__heading > a:hover, .c-pagefooter__top__nav__main__heading > a:focus, .c-pagefooter__top__nav__main__heading > a:active {
      color: #000;
      text-decoration: none; }
  .c-pagefooter__top__nav__sub {
    list-style: none;
    margin: 0;
    padding: 0; }
  .c-pagefooter__top__nav__sub__item {
    margin-bottom: .8em; }
  .c-pagefooter__top__nav__sub__link {
    color: #000; }
    .c-pagefooter__top__nav__sub__link:hover, .c-pagefooter__top__nav__sub__link:focus, .c-pagefooter__top__nav__sub__link:active {
      color: #000;
      text-decoration: none; }
  .c-pagefooter__bottom {
    padding: 10px 0; }
  .c-pagefooter__bottom__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .c-pagefooter__bottom__languages {
    order: 3; }
  .c-pagefooter__bottom__social {
    display: none; }
  .c-pagefooter__bottom__nav {
    order: 2;
    margin-bottom: 0; }
  .c-pagefooter__bottom__copyright {
    order: 1; } }

.c-languageswitch__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-languageswitch__item {
  display: inline-block;
  margin: 0 4px; }
  .c-languageswitch__item:first-child {
    margin-left: 0; }
  .c-languageswitch__item:last-child {
    margin-right: 0; }

.c-languageswitch__link {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  font-family: "ReplicaBold", sans-serif;
  font-size: 1.6rem; }
  .c-languageswitch__link:hover, .c-languageswitch__link:active, .c-languageswitch__link:focus {
    color: #fff;
    text-decoration: none; }

.c-languageswitch__link:hover {
  background: #0091D7;
  color: #fff; }

.c-languageswitch__link--active {
  background: #fff;
  color: #005087; }
  .c-languageswitch__link--active:hover, .c-languageswitch__link--active:active, .c-languageswitch__link--active:focus {
    color: #005087; }

/** Include styles by media query */
@media (min-width: 992px) {
  .c-languageswitch__link {
    width: 46px;
    height: 46px; } }

/* Scope */
/** Scope */
#ilbContent {
  -webkit-overflow-scrolling: touch; }

#ilbClose {
  width: 30px !important;
  height: 30px !important;
  background: #f0f0f0 !important;
  right: 30px !important;
  top: 10px !important;
  display: flex !important;
  justify-content: center;
  align-items: center; }
  #ilbClose:before {
    display: inline-block;
    font-family: "steiner-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: ""; }

/** Include styles by media query */
@media (max-width: 1499.98px) {
  #ilbContent {
    width: calc(100% - 40px) !important;
    margin-left: 20px;
    margin-right: 20px; }
  #ilbCenter {
    width: 100%;
    margin-left: 0 !important;
    left: 0 !important; }
  #ilbCenter iframe {
    width: 100% !important; } }

/* Utils */
.u-mediaquery {
  display: none; }
  .u-mediaquery:after {
    content: 'xs'; }

/*--------------------------------------------------------
  Specific Styles by Media Query
----------------------------------------------------------*/
@media (min-width: 992px) {
  .u-mediaquery:after {
    content: 'lg'; } }

/** Utils */
.u-hidden,
.hidden {
  display: none; }

.u-spacebefore--none {
  margin-top: 0; }

.u-spacebefore--xs {
  margin-top: 20px; }

.u-spacebefore--sm {
  margin-top: 40px; }

.u-spacebefore--md {
  margin-top: 60px; }

.u-spacebefore--lg {
  margin-top: 80px; }

.u-spacebefore--xl {
  margin-top: 100px; }

.u-spacebefore--xxl {
  margin-top: 120px; }

.u-spaceafter--none {
  margin-bottom: 0; }

.u-spaceafter--xs {
  margin-bottom: 20px; }

.u-spaceafter--sm {
  margin-bottom: 40px; }

.u-spaceafter--md {
  margin-bottom: 60px; }

.u-spaceafter--lg {
  margin-bottom: 80px; }

.u-spaceafter--xl {
  margin-bottom: 100px; }

.u-spaceafter--xxl {
  margin-bottom: 120px; }

.u-nowrap {
  white-space: nowrap; }

a.anchorlink {
  display: inherit;
  visibility: hidden;
  height: 0; }

