@charset "UTF-8";
/**
 * Author: Kevin Weber
 *
 * Follow me: @kevinweber (https://twitter.com/kevinweber)
 * Website: http://kevinw.de
 *
 * License: CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
.block {
  overflow: initial; }

legend {
  font-size: inherit;
  line-height: inherit; }

/*
Module
- Header: 	Fixed
x Header: 	Theme Light and Dark
- Header: 	Search Expanded, Search Icon
x Offcanvas
- Subgrid: 	Max Width, Grid Gutter

Content
- Accordion: in different Sizes: https://www.sketch.com/s/aa090dde-e7be-4576-b866-31c2758d07fa/a/0r4QZA
- Animations
- Calendar
- Event List
- Event Leser
- Parallax
- Download
- Gallery: 	with Title Animation, without Gutter
- Image: 		Filter settings
- Link: 		in different Sizes, like Accordion but with right Arrow
- Maps
- Masonry: 	Galleries with correct Spacing: https://www.sketch.com/s/cb75fc50-e93d-4635-824a-96a9defbcde2/a/VmPmmr
- News: 		Pagination
- Portfolio: Element? with Filtering?
- Pricing
- Quote: 		with and without Image: https://www.sketch.com/s/aa090dde-e7be-4576-b866-31c2758d07fa/a/0r4QZA
- Slider: 	with Dots
- Tabs
- Team: 		Element
- Teaser: 	with Colored Backgrounds
- Text: 		Align Center
x Button: 	Page with Icons
x Hero: 		with Video
x Image: 		with 50vw Size
x List: 		Items with Icon
x Teaser: 	in Variants like: https://ohio.clbthemes.com/banner-shortcode/

Utility
- Colors

A11y
- Font Size Zooms
*/
/* $grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default; */
	/*Farben*/
:root {
      --theme_Moenninghoff_Styles:  #000;
	  --color-brand-primary:        #000000;
	  --color-brand-secondary:      #ac9861;
	  --color-global-text:          #000000;
	  --color-global-strong:        #000000;
	  --color-global-headline:      #000000;
	  --color-global-subline:       var(--color-brand-primary);
	  --color-global-link:          var(--color-brand-primary);
	  --color-global-logo:          var(--color-brand-primary);
	  --color-global-shadow-1:      rgba(0, 0, 0, 0.05);
	  --color-global-shadow-2:      rgba(0, 0, 0, 0.1);
	  --color-global-shadow-3:      rgba(0, 0, 0, 0.15);
	  --color-global-dimmer:        rgba(0, 0, 0, 0.66);
	  --color-global-brdr:          #e9ecef;
	  --color-global-error:         #f34d5b;
	  --color-btn-1-txt:            #ffffff;
	  --color-btn-1-bg:             linear-gradient(to bottom, #e3dbc8 0%,#c7b993 50%,#bdac7f 51%,#b8a575 100%);
	  --color-btn-1-hvr:            linear-gradient(to bottom, #e3dbc8 0%,#c7b993 50%,#bdac7f 51%,#b8a575 100%);
	  --color-btn-2-txt:            var(--color-brand-primary);
	  --color-btn-2-bg:             #ffffff;
	  --color-btn-2-hvr:            #ffffff;
	  --color-btn-3-txt:            var(--color-brand-primary);
	  --color-btn-3-bg:             #e9ecef;
	  --color-btn-3-hvr:            #dee2e6;
	  --color-header-flyout-bg:     #ffffff;
	  --color-header-lvl1-txt-std:  var(--color-global-text);
	  --color-header-lvl1-txt-actv: var(--color-brand-secondary);
	  --color-header-lvl2-txt-std:  var(--color-global-text);
	  --color-header-lvl2-txt-actv: var(--color-brand-secondary);
	  --color-header-lvl2-bg-actv:  #f5f9fc;
	  --color-header-lvl2-sub-std:  var(--color-brand-secondary);
	  --color-header-lvl2-sub-actv: var(--color-global-link);
	  --color-header-trgr-fill:     #000000;
	  --color-header-trgr-bg:       rgba(0, 0, 0, 0.075);
	  --color-footer-main-bg:       #000000;
	  --color-article-light:        #f5f9fc;
	  --color-article-dark:         #17161a;
	  --color-article-primary:      #0555ff;
	  --color-article-secondary:    rgb(88, 88, 90);
	  --color-icon-fill:            var(--color-brand-primary);
	  --color-icon-bg:              rgba(108, 117, 125, 0.125);
	  --color-card-bg:              #ffffff;
	  --color-card-brdr:            var(--color-global-brdr);
	  --color-hero-bg:              #f2f3f4;
	  --color-hero-fg:              var(--color-brand-primary);
	  --color-slider-btn-icon:      #495057;
	  --color-slider-btn-bg:        #f2f3f4;
	  --color-field-txt-std:        #000000;
	  --color-field-bg-std:         rgba(0, 0, 0, 0.02);
	  --color-field-bg-hvr:         rgba(0, 0, 0, 0.06);
	  --color-field-bg-fcs:         #ffffff;
	  --color-field-brdr-std:       rgba(0, 0, 0, 0.07);
	  --color-field-brdr-hvr:       rgba(0, 0, 0, 0.11);
	  --color-field-brdr-fcs:       rgba(5, 85, 255, 0.8);
	  --color-field-otln-fcs:       rgba(5, 85, 255, 0.2);
}

	/*Farben Ende*/

/*
  fontstyles visualisation
    - only for documentation
    - usage only through includes
*/
.fontstyle-a {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.8; }

.fontstyle-b {
  font-weight: 600;
  line-height: 1.3;
  font-size: 0.875rem; }

.fontstyle-c {
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-size: 1.75rem; }

.fontstyle-d {
  font-weight: 800;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  font-size: 0.875rem; }

.fontstyle-e {
  font-weight: 600;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  font-size: 0.8125rem; }

.fontstyle-f {
  letter-spacing: 0;
  font-size: 0.8125rem; }

.fa {
  color: var(--color-icon-fill); }

body {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-global-text);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

p {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

strong {
  color: var(--color-global-strong); }

time {
  white-space: nowrap; }

/*
a {
  color: #337ab7;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    color: var(--color-global-link);
    text-decoration: none; }
  a[target*=blank]:after, a[href^=mailto]:after, a[href^=tel]:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 70%;
    vertical-align: super;
    text-decoration: none;
    margin-left: 0.25rem; }
  a[target*=blank]:after {
    content: '\f08e'; }
  a[href^=mailto]:after {
    content: '\f003'; }
  a[href^=tel]:after {
    content: '\f10b'; }

.text-black a{
	  color: #000000;
}
*P/
 */

ul,
ol {
  /* list-style: none; */
  padding: 0;
  margin: 1.5rem 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 1rem 0; }
  ul li,
  ol li {
    position: relative;
    padding-left: 1.75em;
    margin-bottom: 1rem; }
    ul li:before,
    ol li:before {
      display: block;
      position: absolute;
      left: 0;
      color: var(--color-icon-fill); }

ul li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 0.9em; }
/*
ol li {
  counter-increment: li; }
  ol li:before {
    content: counter(li);
    font-weight: 800;
    text-align: right;
    width: 0.75em; }
*/
figure {
  margin: 0 0 0; }

video {
  display: block; }

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=time],
input[type=search],
input[type=number], select, textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  box-shadow: 0 0.125rem 0rem var(--color-global-shadow-1);
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  padding: 0.8em 0.6em;
  border: 0.0625rem solid;
  border-radius: 0.3125rem;
  color: var(--color-field-txt-std);
  background: var(--color-field-bg-std);
  border-color: var(--color-field-brdr-std);
  transition: 0.2s ease; }
  input:hover[type=text],
  input:hover[type=email],
  input:hover[type=tel],
  input:hover[type=password],
  input:hover[type=date],
  input:hover[type=time],
  input:hover[type=search],
  input:hover[type=number], select:hover, textarea:hover {
    background: var(--color-field-bg-hvr);
    border-color: var(--color-field-brdr-hvr); }
  input:focus[type=text],
  input:focus[type=email],
  input:focus[type=tel],
  input:focus[type=password],
  input:focus[type=date],
  input:focus[type=time],
  input:focus[type=search],
  input:focus[type=number], select:focus, textarea:focus {
    background: var(--color-field-bg-fcs);
    border-color: var(--color-field-brdr-fcs);
    box-shadow: 0 0 0 0.1875rem var(--color-field-otln-fcs); }

form label {
  display: block;
  margin-bottom: 0; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.011 512.011'%3E%3Cpath d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1em center !important;
  background-size: 0.75rem auto !important;
  cursor: pointer;
  padding-right: 2em; }

textarea {
  height: auto;
  line-height: 1.3; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  min-width: 1rem;
  cursor: pointer; }

.o-fieldRadio__item,
.o-fieldCheck__item {
  display: flex;
  align-items: center; }

.o-fieldRadio label,
.o-fieldCheck label {
  display: inline-block;
  padding-left: 0.5rem;
  cursor: pointer;
  line-height: 1.3; }

.o-fieldRadio label:hover,
.o-fieldRadio input:hover + label,
.o-fieldCheck label:hover,
.o-fieldCheck input:hover + label {
  opacity: 0.5; }

.o-fieldRadio input:checked + label,
.o-fieldCheck input:checked + label {
  opacity: 1; }

.o-fieldExplanation p:first-child {
  margin-top: 0; }

p.error {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 0.8125rem;
  color: var(--color-global-error); }

.o-text-link {
  display: inline-block;
  margin-right: 2.5em;
  font-weight: 700;
  font-size: 1.0625rem;
  text-decoration: none; }
  .o-text-link:hover {
    text-decoration: underline; }
  .o-text-link:after {
    content: '→';
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 1.25em;
    margin-left: 0.4em;
    transition: 0.2s ease; }
/*
.o-button-primary,
.o-button-secondary,
.o-button-third,
.o-button-link {
  font-weight: 400;
  line-height: 1.3;
  -webkit-appearance: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: none;
  border-radius: 2em;
  box-shadow: 0px 1px 2px rgba(000,000,000,0.5),inset 0px 0px 2px rgba(255,255,255,0.9);
  font-size: 0.875rem;
  padding: 8px 0rem;
  transition: 0.2s ease; }
  @media (max-width: 575.98px) {
    .o-button-primary,
    .o-button-secondary,
    .o-button-third,
    .o-button-link {
      width: 100%; } }
  @media (min-width: 576px) {
    .o-button-primary,
    .o-button-secondary,
    .o-button-third,
    .o-button-link {
      min-width: 14em;
      max-width: 100%;
      margin-right: 1rem; }
      .o-button-primary:last-child,
      .o-button-secondary:last-child,
      .o-button-third:last-child,
      .o-button-link:last-child, .o-button-primary:only-child,
      .o-button-secondary:only-child,
      .o-button-third:only-child,
      .o-button-link:only-child {
        margin-right: 0; } }
  p > .o-button-primary,
  p > .o-button-secondary,
  p > .o-button-third,
  p > .o-button-link {
    margin-top: 1rem; }
  .o-button-primary:hover,
  .o-button-secondary:hover,
  .o-button-third:hover,
  .o-button-link:hover, .o-button-primary:focus,
  .o-button-secondary:focus,
  .o-button-third:focus,
  .o-button-link:focus {
    text-decoration: none;
    outline: none; }
  .o-button-primary:before,
  .o-button-secondary:before,
  .o-button-third:before,
  .o-button-link:before {
    display: none; }
  .o-button-primary[target]:after,
  .o-button-secondary[target]:after,
  .o-button-third[target]:after,
  .o-button-link[target]:after {
    display: none; }
  .o-button-primary .fa, .o-button-secondary .fa, .o-button-third .fa, .o-button-link .fa {
    position: relative;
    font-size: 1.4379em;
    line-height: 0;
    top: 0.09em;
    margin-right: 0.2em;
    color: inherit !important; }
    @media (max-width: 575.98px) {
      .o-button-primary .fa, .o-button-secondary .fa, .o-button-third .fa, .o-button-link .fa {
        position: absolute;
        left: 1em;
        top: 50%;
        transform: translateY(-50%); } }

.o-button-primary--small,
.o-button-secondary--small,
.o-button-third--small,
.o-button-link--small {
  padding: 0.7em 0.9em; }
  @media (min-width: 576px) {
    .o-button-primary--small,
    .o-button-secondary--small,
    .o-button-third--small,
    .o-button-link--small {
      min-width: 8em;
      padding: 0.8em 1.5em; } }

.o-button-primary,
.o-button-secondary,
.o-button-third {
  position: relative;
  overflow: hidden; }
  .o-button-primary:before,
  .o-button-secondary:before,
  .o-button-third:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 49%;
    background: rgba(255, 255, 255, 0.33);
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    transition: 1s ease; }
  .o-button-primary:active:before,
  .o-button-secondary:active:before,
  .o-button-third:active:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
    transition: 0s; }

.o-button-primary {
  color: var(--color-btn-1-txt);
  background: var(--color-btn-1-bg);
  border-color: var(--color-btn-1-bg); }
  .o-button-primary:hover, .o-button-primary:focus {
    color: var(--color-btn-1-txt);
    border-color: var(--color-btn-1-hvr);
    background: var(--color-btn-1-hvr); }

.o-button-secondary {
  color: var(--color-btn-2-txt);
  border-color: var(--color-btn-2-txt); }
  .o-button-secondary:hover, .o-button-secondary:focus {
    color: var(--color-btn-2-bg);
    border-color: var(--color-btn-2-txt);
    background: var(--color-btn-2-txt); }

.o-button-third {
  color: var(--color-btn-3-txt);
  background: var(--color-btn-3-bg); }
  .o-button-third:hover, .o-button-third:focus {
    color: var(--color-btn-3-txt);
    background: var(--color-btn-3-hvr); }

.o-button-link {
  color: var(--color-global-link);
  font-weight: 700;
  min-width: 0; }
  .o-button-link:hover, .o-button-link:focus {
    text-decoration: underline; }
*/
.o-subline {
  font-weight: 800;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  font-size: 0.8125rem;
  color: var(--color-global-subline); }

/* .o-note { // can be inserted by TinyMCE as paragraph element
  font-size: $font-size-text-xs;
  color: $color-grey-600;
} */
/* .o-lead { // can be inserted by TinyMCE as paragraph element
  color: $color-headline;
  font-size: $font-size-text-m;
}
h1, h2, h3, h4, h5, .o-topline {
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--color-global-headline);
  margin-top: 1rem;
  margin-bottom: 1rem; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, .o-topline:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, .o-topline:last-child {
    margin-bottom: 0; }

.o-topline {
  font-size: 2.375rem; }
  @media (min-width: 768px) {
    .o-topline {
      font-size: 3.125rem; } }
  @media (min-width: 992px) {
    .o-topline {
      font-size: 4.25rem; } }

h1, .o-h1 {
  font-size: 26pt; }
  @media (min-width: 992px) {
    h1, .o-h1 {
      font-size: 26pt; } }

h2, .o-h2 {
  font-size: 26pt; }
  @media (min-width: 992px) {
    h2, .o-h2 {
      font-size: 26pt; } }

h3, .o-h3 {
  font-size: 20pt; }
  @media (min-width: 992px) {
    h3, .o-h3 {
      font-size: 20pt; } }

h4, .o-h4 {
  font-size: 1.3125rem; }

h5, .o-h5 {
  font-size: 1.1875rem; }

*/

* offcanvas trigger
*/
.c-cardSimple {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: var(--color-card-bg);
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0rem var(--color-global-shadow-1);
  transition: 0.2s ease;
  min-height: 100%;
  border: 0.0625rem solid var(--color-card-brdr); }
  .c-cardSimple:hover {
    box-shadow: 0 0.5rem 1rem var(--color-global-shadow-1);
    transform: translateY(-0.125rem); }
  .c-cardSimple__body {
    display: flex;
    flex: 1;
    padding: 2rem 1.5rem; }
  .c-cardSimple__footer {
    padding: 0.8125rem 1.5rem;
    font-size: 0.8125rem; }
  .c-cardSimple__meta {
    font-size: 0.8125rem; }
  .c-cardSimple__link {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    z-index: 1; }
  .c-cardSimple__text {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .c-cardSimple__text > * {
      margin-top: 0.5rem;
      margin-bottom: 0; }
      .c-cardSimple__text > *:first-child {
        margin-top: 0; }
      .c-cardSimple__text > *:last-child {
        display: flex;
        flex: 1; }
    .c-cardSimple__text h1, .c-cardSimple__text h2, .c-cardSimple__text h3, .c-cardSimple__text h4, .c-cardSimple__text h5 {
      margin-bottom: 0.5rem; }
      .c-cardSimple__text h1 a, .c-cardSimple__text h2 a, .c-cardSimple__text h3 a, .c-cardSimple__text h4 a, .c-cardSimple__text h5 a {
        color: inherit;
        text-decoration: none; }
        .c-cardSimple__text h1 a:hover, .c-cardSimple__text h2 a:hover, .c-cardSimple__text h3 a:hover, .c-cardSimple__text h4 a:hover, .c-cardSimple__text h5 a:hover {
          text-decoration: underline;
          color: var(--color-global-link); }
  .c-cardSimple [class*=o-button] {
    width: 100%;
    margin-top: 1rem;
    align-self: flex-end; }
  .c-cardSimple [class*=o-text-link] {
    align-self: flex-start; }
  .c-cardSimple__footer {
    border-top: 0.0625rem solid var(--color-card-brdr); }

.c-cardBackground {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: var(--color-card-bg);
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0rem var(--color-global-shadow-1);
  transition: 0.2s ease;
  min-height: 26.25rem;
  height: 100%; }
  .c-cardBackground:hover {
    box-shadow: 0 0.5rem 1rem var(--color-global-shadow-1);
    transform: translateY(-0.125rem); }
  .c-cardBackground__body {
    display: flex;
    flex: 1;
    padding: 2rem 1.5rem; }
  .c-cardBackground__footer {
    padding: 0.8125rem 1.5rem;
    font-size: 0.8125rem; }
  .c-cardBackground__meta {
    font-size: 0.8125rem; }
  .c-cardBackground__link {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    z-index: 1; }
  .c-cardBackground__text {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .c-cardBackground__text > * {
      margin-top: 0.5rem;
      margin-bottom: 0; }
      .c-cardBackground__text > *:first-child {
        margin-top: 0; }
      .c-cardBackground__text > *:last-child {
        display: flex;
        flex: 1; }
    .c-cardBackground__text h1, .c-cardBackground__text h2, .c-cardBackground__text h3, .c-cardBackground__text h4, .c-cardBackground__text h5 {
      margin-bottom: 0.5rem; }
      .c-cardBackground__text h1 a, .c-cardBackground__text h2 a, .c-cardBackground__text h3 a, .c-cardBackground__text h4 a, .c-cardBackground__text h5 a {
        color: inherit;
        text-decoration: none; }
        .c-cardBackground__text h1 a:hover, .c-cardBackground__text h2 a:hover, .c-cardBackground__text h3 a:hover, .c-cardBackground__text h4 a:hover, .c-cardBackground__text h5 a:hover {
          text-decoration: underline;
          color: var(--color-global-link); }
  .c-cardBackground [class*=o-button] {
    width: 100%;
    margin-top: 1rem;
    align-self: flex-end; }
  .c-cardBackground [class*=o-text-link] {
    align-self: flex-start; }
  .c-cardBackground__media figure,
  .c-cardBackground__media img,
  .c-cardBackground__media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-cardBackground__media img,
  .c-cardBackground__media video {
    object-fit: none; }
  .c-cardBackground__media figcaption {
    display: none; }
  .c-cardBackground__body, .c-cardBackground__footer {
    z-index: 1; }
  .c-cardBackground__body {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .c-cardBackground__footer {
    border: 0.0625rem solid var(--color-card-brdr);
    border-width: 0 0.0625rem 0.0625rem;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    background-color: inherit;
    color: rgba(0, 0, 0, 0.8); }
    .c-cardBackground__footer strong {
      color: #000000; }
  .c-cardBackground[data-theme=light] img, .c-cardBackground[data-theme=inverted] img {
    filter: brightness(75%) contrast(115%); }

.c-factBlock {
  position: relative;
  font-size: 0.875rem; }
  @media (min-width: 576px) {
    .c-factBlock {
      display: flex;
      align-items: center; } }
  .c-factBlock__fact {
    font-size: 2.375rem;
    white-space: nowrap;
    margin-bottom: 0; }
  .c-factBlock__icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    font-size: 1.75rem; }
    @media (min-width: 576px) {
      .c-factBlock__icon {
        font-size: 2.625rem;
        margin-right: 1.5rem; } }
  .c-factBlock__caption {
    margin-top: 0; }

.c-gallery {
  font-weight: 600;
  line-height: 1.3;
  font-size: 0.8125rem; }
  @media (min-width: 576px) {
    .c-gallery {
      font-size: 0.875rem; } }
  .c-gallery__list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: -1.5rem; }
    .c-gallery__list li {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-bottom: 1rem;
      width: 50%; }
      @media (min-width: 576px) {
        .c-gallery__list li {
          margin-bottom: 1.25rem; } }
      @media (min-width: 992px) {
        .c-gallery__list li {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          margin-bottom: 1.875rem; } }
      .c-gallery__list li:before {
        display: none; }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-1 li {
        width: 100%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-2 li {
        width: 50%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-3 li {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-4 li {
        width: 25%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-5 li {
        width: 20%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-6 li {
        width: 16.66667%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-7 li {
        width: 14.28571%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-8 li {
        width: 12.5%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-9 li {
        width: 11.11111%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-10 li {
        width: 10%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-11 li {
        width: 9.09091%; } }
    @media (min-width: 992px) {
      .c-gallery__list--perRow-12 li {
        width: 8.33333%; } }
  .c-gallery img {
    transition: 0.2s ease; }
  .c-gallery figcaption {
    transition: 0.2s ease;
    text-align: center;
    opacity: 0.5; }
  .c-gallery a {
    display: block; }
    .c-gallery a:hover img {
      transform: translateY(-2px);
      opacity: 0.8; }
    .c-gallery a:hover + figcaption {
      opacity: 1; }

.c-galleryLogos {
  overflow: hidden; }
  .c-galleryLogos__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .c-galleryLogos__inner {
        justify-content: center; } }
  .c-galleryLogos__item {
    display: flex;
    box-sizing: border-box;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    width: 50%; }
    @media (min-width: 768px) {
      .c-galleryLogos__item {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .c-galleryLogos__item {
        width: 16.66667%; } }
    .c-galleryLogos__item img {
      filter: grayscale(100%);
      opacity: 0.4; }
      .c-galleryLogos__item img:focus, .c-galleryLogos__item img:hover {
        filter: grayscale(0%);
        opacity: 1; }

.c-heroSimple {
  display: flex;
  position: relative;
  overflow: hidden;
  background: none;
  height: 50vh;
  align-items: center;
  padding-top: 1rem; }
  .c-heroSimple--heightFull {
    height: 100vh; }
  .c-heroSimple__background figure,
  .c-heroSimple__background img,
  .c-heroSimple__background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-heroSimple__background img,
  .c-heroSimple__background video {
    object-fit: none; }
  .c-heroSimple__background figcaption {
    display: none; }
  .c-heroSimple__foreground {
    width: 100%;
    z-index: 1; }
  .c-heroSimple__root {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media (min-width: 768px) {
      .c-heroSimple__root {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
    @media (min-width: 992px) {
      .c-heroSimple__root {
        padding-left: 3.125rem;
        padding-right: 3.125rem; } }
  .c-heroSimple__width {
    max-width: 75.625rem;
    margin-left: auto;
    margin-right: auto; }
  .c-heroSimple__text {
    max-width: 45rem; }
    .c-heroSimple__text--center {
      text-align: center; }
      @media (min-width: 768px) {
        .c-heroSimple__text--center {
          max-width: 38.75rem;
          margin: 0 auto; } }
      @media (min-width: 992px) {
        .c-heroSimple__text--center {
          max-width: 50rem; } }
  .c-heroSimple[data-theme=light] img,
  .c-heroSimple[data-theme=light] video, .c-heroSimple[data-theme=inverted] img,
  .c-heroSimple[data-theme=inverted] video {
    filter: brightness(45%) contrast(125%); }

.c-heroSimple--circleText {
  display: block;
  height: auto;
  background: none;
  padding-top: 0; }
  @media (min-width: 576px) {
    .c-heroSimple--circleText {
      overflow: visible; } }
  .c-heroSimple--circleText .c-heroSimple__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 576px) {
      .c-heroSimple--circleText .c-heroSimple__background {
        top: 1.5rem; } }
    .c-heroSimple--circleText .c-heroSimple__background figure,
    .c-heroSimple--circleText .c-heroSimple__background video {
      max-width: 45rem; }
    .c-heroSimple--circleText .c-heroSimple__background img,
    .c-heroSimple--circleText .c-heroSimple__background video {
      filter: brightness(75%) contrast(115%); }
    .c-heroSimple--circleText .c-heroSimple__background:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 22.5rem;
      transform: translateX(50%);
      height: 46.25rem;
      width: 46.25rem;
      mix-blend-mode: multiply;
      background-color: var(--color-hero-fg);
      border-radius: 49%;
      z-index: 1; }
      @media (min-width: 576px) {
        .c-heroSimple--circleText .c-heroSimple__background:before {
          top: -1.5rem; } }
  .c-heroSimple--circleText .c-heroSimple__foreground {
    max-width: 45rem;
    height: 42.5rem;
    margin-left: auto;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .c-heroSimple--circleText .c-heroSimple__foreground {
        padding: 3.125rem;
        padding-left: 4.375rem; } }
    @media (min-width: 992px) {
      .c-heroSimple--circleText .c-heroSimple__foreground {
        padding-left: 6.875rem; } }
  .c-heroSimple--circleText .c-heroSimple__width {
    position: relative;
    z-index: 1; }

.c-iconBlock {
  position: relative;
  font-size: 0.875rem; }
  .c-iconBlock__icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    display: block;
    font-size: 1.25rem;
    margin-bottom: 1.5rem; }
    .c-iconBlock--above .c-iconBlock__icon--isIcon {
      background: var(--color-icon-bg);
      border-radius: 49%;
      width: 2em;
      line-height: 2em; }
    .c-iconBlock__icon--isImage img {
      display: block;
      max-width: 2.25em;
      height: 2em; }
    .c-iconBlock--left .c-iconBlock__icon {
      position: absolute;
      top: 0.125rem;
      left: 0; }
  .c-iconBlock--left .c-iconBlock__icon--isIcon + .c-iconBlock__text {
    padding-left: 2.5rem; }
    @media (min-width: 768px) {
      .c-iconBlock--left .c-iconBlock__icon--isIcon + .c-iconBlock__text {
        padding-left: 3rem; } }
  .c-iconBlock--left .c-iconBlock__icon--isImage + .c-iconBlock__text {
    padding-left: 5rem; }

.c-iconList ul {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  padding-top: 1rem; }
  @media (max-width: 767.98px) {
    .c-iconList ul {
      margin-bottom: 2rem; } }
  .c-iconList ul:last-child {
    margin-bottom: 0; }

.c-iconList li {
  padding-left: 3.5rem;
  margin-bottom: 1.5em; }
  .c-iconList li:before {
    display: none; }

.c-iconList .fa {
  display: inline-block;
  line-height: 1;
  text-align: center;
  background: var(--color-icon-bg);
  border-radius: 49%;
  width: 2em;
  line-height: 2em;
  font-size: 1.25rem;
  position: absolute;
  top: -0.4em;
  left: 0; }

/*
 * News Teaser
*/
.c-newsTeaser__media {
  margin-bottom: 1rem; }

.c-newsTeaser__body {
  max-width: 37.5rem; }

.c-newsTeaser__meta, .c-newsTeaser__description {
  font-size: 0.8125rem; }

.c-newsTeaser__meta {
  margin-bottom: 0.5rem; }

@media (max-width: 575.98px) {
  .c-newsTeaser--rowTextSimple .c-newsTeaser__description {
    display: none; } }

.c-newsTeaser h1, .c-newsTeaser h2, .c-newsTeaser h3, .c-newsTeaser h4, .c-newsTeaser h5 {
  margin-top: 0.5rem; }
  .c-newsTeaser h1 a, .c-newsTeaser h2 a, .c-newsTeaser h3 a, .c-newsTeaser h4 a, .c-newsTeaser h5 a {
    color: inherit;
    text-decoration: none; }
    .c-newsTeaser h1 a:hover, .c-newsTeaser h2 a:hover, .c-newsTeaser h3 a:hover, .c-newsTeaser h4 a:hover, .c-newsTeaser h5 a:hover {
      text-decoration: underline;
      color: var(--color-global-link); }

/*
 * News Full
*/
.c-newsFull__header, .c-newsFull__body {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .c-newsFull__header, .c-newsFull__body {
      margin-bottom: 3rem; } }
  @media (min-width: 992px) {
    .c-newsFull__header, .c-newsFull__body {
      margin-bottom: 4.5rem; } }

.c-newsFull__meta, .c-newsFull__description {
  margin-bottom: 1rem;
  font-size: 0.875rem; }

.c-newsFull__media {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.c-newsFull__social {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 100%; }
  @media (min-width: 576px) {
    .c-newsFull__social {
      top: 2.5rem; } }
  .c-newsFull__social a {
    font-size: 1.3125rem;
    margin-right: 0.5rem; }
    .c-newsFull__social a .fa {
      color: inherit; }
    .c-newsFull__social a:after {
      display: none; }

.c-teaserSimple {
  height: 24.375rem;
  position: relative;
  overflow: hidden;
  background-color: var(--color-card-bg);
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0rem var(--color-global-shadow-1); }
  .c-teaserSimple:hover img {
    transform: scale(1.05);
    filter: brightness(75%) contrast(115%); }
  @media (min-width: 768px) {
    .c-teaserSimple--heightSmall {
      height: 18.75rem; }
    .c-teaserSimple--heightLarge {
      height: 31.875rem; } }
  .c-teaserSimple__media figure,
  .c-teaserSimple__media img,
  .c-teaserSimple__media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-teaserSimple__media img,
  .c-teaserSimple__media video {
    object-fit: cover; }
  .c-teaserSimple__media figcaption {
    display: none; }
  .c-teaserSimple__media img {
    transition: 0.2s ease; }
  .c-teaserSimple__body {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.5rem 2rem; }
    @media (min-width: 992px) {
      .c-teaserSimple__body {
        padding: 3rem 2.5rem; }
        .c-teaserSimple--paddingSmall .c-teaserSimple__body {
          padding-left: 2rem;
          padding-right: 2rem; } }
    @media (min-width: 768px) {
      .c-teaserSimple--alignLeftMiddle .c-teaserSimple__body {
        top: 50%;
        transform: translateY(-50%); }
      .c-teaserSimple--alignLeftBottom .c-teaserSimple__body {
        top: auto;
        bottom: 0; } }
    .c-teaserSimple--alignStretched .c-teaserSimple__body {
      height: 100%;
      display: flex; }
  .c-teaserSimple__link {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    z-index: 1; }
  .c-teaserSimple__text > *:first-child {
    margin-top: 0; }
  .c-teaserSimple__text > *:last-child {
    margin-bottom: 0; }
  .c-teaserSimple--alignStretched .c-teaserSimple__text {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .c-teaserSimple--alignStretched .c-teaserSimple__text > * {
      margin-top: 0.5rem;
      margin-bottom: 0; }
      .c-teaserSimple--alignStretched .c-teaserSimple__text > *:first-child {
        margin-top: 0; }
      .c-teaserSimple--alignStretched .c-teaserSimple__text > *:last-child {
        margin-top: auto; }
  .c-teaserSimple--onHover .c-teaserSimple__text > * {
    opacity: 0;
    transform: translateY(0.25rem);
    transition: 0.2s; }
  .c-teaserSimple--onHover:hover .c-teaserSimple__text > * {
    opacity: 1;
    transform: translateY(0); }
    .c-teaserSimple--onHover:hover .c-teaserSimple__text > *:nth-child(1) {
      transition-delay: 0.06667s; }
    .c-teaserSimple--onHover:hover .c-teaserSimple__text > *:nth-child(2) {
      transition-delay: 0.13333s; }
    .c-teaserSimple--onHover:hover .c-teaserSimple__text > *:nth-child(3) {
      transition-delay: 0.2s; }
    .c-teaserSimple--onHover:hover .c-teaserSimple__text > *:nth-child(4) {
      transition-delay: 0.26667s; }
    .c-teaserSimple--onHover:hover .c-teaserSimple__text > *:nth-child(5) {
      transition-delay: 0.33333s; }
    .c-teaserSimple--onHover:hover .c-teaserSimple__text > *:nth-child(6) {
      transition-delay: 0.4s; }
    .c-teaserSimple--onHover:hover .c-teaserSimple__text > *:nth-child(7) {
      transition-delay: 0.46667s; }
    .c-teaserSimple--onHover:hover .c-teaserSimple__text > *:nth-child(8) {
      transition-delay: 0.53333s; }
    .c-teaserSimple--onHover:hover .c-teaserSimple__text > *:nth-child(9) {
      transition-delay: 0.6s; }
  .c-teaserSimple[data-theme=light] img, .c-teaserSimple[data-theme=inverted] img {
    filter: brightness(75%) contrast(115%); }

.c-themeswitch {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 40px; }
  .c-themeswitch__row {
    display: flex; }
  .c-themeswitch__theme {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 49%;
    margin-left: -8px;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px white, 0 0 0 1px rgba(0, 0, 0, 0.3);
    transition: 0.2s; }
    .c-themeswitch__theme:hover:before {
      opacity: 1; }
    .c-themeswitch__theme:before {
      content: '\f00c';
      font-family: "FontAwesome";
      font-size: 10px;
      opacity: 0;
      transition: 0.2s; }
    .c-themeswitch.is-hover .c-themeswitch__theme {
      margin-left: 10px; }
      @media (min-width: 992px) {
        .c-themeswitch.is-hover .c-themeswitch__theme {
          margin-left: -4px; } }

.m-page {
  min-height: 100vh; }
  @media (max-width: 767.98px) {
    .m-page {
      overflow: hidden; } }
  @supports (-webkit-touch-callout: none) {
    .m-page {
      overflow: hidden; } }
/*
.m-main {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .m-main {
      margin-top: 4.5rem; } }
  @media (min-width: 992px) {
    .m-main {
      margin-top: 6rem; } }

.m-article {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-top: 30px; }
  /*@media (min-width: 768px) {*/
  /*  .m-article {*/
  /*    margin-top: 4.5rem; } }*/
  /*@media (min-width: 992px) {*/
  /*  .m-article {*/
  /*    margin-top: 6rem; } }*/
/*
  .m-article--margin-small {
    margin-top: 2.5rem; }
  .m-article__width {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .m-article__backend {
    font-size: 0.875rem;
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--color-global-brdr); }
  .m-article[class*='--bg'] {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 768px) {
      .m-article[class*='--bg'] {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem; } }
    @media (min-width: 992px) {
      .m-article[class*='--bg'] {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .m-article[class*='--bg'] + .m-article[class*='--bg'] {
      margin-top: 0; }
  .m-article--bgDark {
    background: #17161a; }
  .m-article--bgPrimary {
    background: var(--color-article-primary); }
  .m-article--bgSecondary {
    background: var(--color-article-secondary); }
  .m-article--bgGrey {
    background: rgb(204, 204, 204); 
  	margin-top: 0;
  }

 */

.m-sidebarRight,
.m-sidebarLeft {
  position: sticky;
  top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    .m-sidebarRight,
    .m-sidebarLeft {
      margin-top: 1.5rem;
      padding-top: 3rem;
      border-top: 1px solid var(--color-global-brdr); } }
  @media (min-width: 1200px) {
    .m-sidebarRight,
    .m-sidebarLeft {
      padding-right: 1rem; } }

@media (min-width: 1200px) {
  .m-sidebarLeft {
    padding-right: 1rem; } }

@media (min-width: 1200px) {
  .m-sidebarRight {
    padding-left: 1rem; } }

/*
 * News Menu
*/
.m-newsmenu ul,
.m-newsmenu li {
  margin: 0;
  padding: 0; }

.m-newsmenu li:before {
  content: '';
  display: none; }

.m-newsmenu__label {
  min-width: 2.5rem;
  display: inline-block; }

.m-newsmenu__quantity {
  font-size: 80%;
  margin-left: 0.25rem; }

.m-newsmenu li a,
.m-newsmenu li strong {
  display: block;
  text-decoration: none;
  line-height: 1;
  padding: 1.375rem 0;
  border-bottom: 1px solid var(--color-global-brdr);
  font-weight: inherit;
  color: inherit; }
  .m-newsmenu li a:hover, .m-newsmenu li a.active,
  .m-newsmenu li strong:hover,
  .m-newsmenu li strong.active {
    color: var(--color-global-link); }

.m-newsmenu li:last-child a,
.m-newsmenu li:last-child strong {
  border-bottom: 0; }

.m-calendar table {
  width: 100%;
  table-layout: fixed; }

.m-calendar td, .m-calendar th {
  padding: 1rem;
  line-height: 1;
  vertical-align: top;
  width: 14.28571%; }
  @media (max-width: 575.98px) {
    .m-calendar td, .m-calendar th {
      padding: 0.5rem; } }

.m-calendar .head {
  display: none; }

.m-calendar .label {
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767.98px) {
    .m-calendar .label span {
      display: none; } }

.m-calendar .days {
  border: 1px solid var(--color-global-brdr); }
  @media (min-width: 768px) {
    .m-calendar .days {
      height: 107px; } }
  @media (min-width: 992px) {
    .m-calendar .days {
      height: 130px; } }
  .m-calendar .days .header {
    text-align: right;
    margin-bottom: 0.5rem; }
  .m-calendar .days.weekend {
    background: #f5f9fc; }
  .m-calendar .days.empty {
    background: #f5f9fc; }
    .m-calendar .days.empty.weekend {
      background: #edf4fa; }
  .m-calendar .days.today .header:before {
    content: '•';
    color: #f34d5b; }
  .m-calendar .days .event {
    margin-bottom: 0.25rem; }
    .m-calendar .days .event a {
      display: block;
      text-decoration: none;
      background: var(--color-btn-1-bg); }
    @media (max-width: 767.98px) {
      .m-calendar .days .event {
        float: left;
        margin-right: 0.25rem; }
        .m-calendar .days .event a {
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 49%; }
          .m-calendar .days .event a span {
            display: none; } }
    @media (min-width: 768px) {
      .m-calendar .days .event a {
        padding: 0.25rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-radius: 0.3125rem;
        font-size: 0.6875rem;
        color: var(--color-btn-1-txt); }
        .m-calendar .days .event a:hover, .m-calendar .days .event a:focus {
          background: var(--color-btn-1-hvr); } }

/*
 * offcanvas config
 */
.m-breadcrumb {
  letter-spacing: 0;
  font-size: 0.8125rem;
  padding-top: 1.2em;
  padding-bottom: 1.3em;
  border-top: 1px solid var(--color-global-brdr);
  margin-bottom: 2rem; }
  .m-breadcrumb ul,
  .m-breadcrumb li {
    margin: 0;
    padding: 0; }
  .m-breadcrumb li:before {
    content: '';
    display: none; }
  @media (min-width: 768px) {
    .m-breadcrumb {
      margin-bottom: 2.5rem; } }
  .m-breadcrumb--margin-off {
    margin-bottom: 0; }
  .m-breadcrumb + * {
    margin-top: 0; }
  .m-breadcrumb a {
    color: inherit; }
    .m-breadcrumb a:hover, .m-breadcrumb a:focus {
      color: var(--color-global-link); }
  .m-breadcrumb ul {
    display: flex;
    white-space: nowrap;
    overflow: hidden; }
  .m-breadcrumb li {
    margin-right: 1em; }
    .m-breadcrumb li::after {
      content: '/';
      display: inline-block;
      margin-left: 0.8em; }
    .m-breadcrumb li:last-child {
      overflow: hidden;
      text-overflow: ellipsis; }
      .m-breadcrumb li:last-child::after {
        display: none; }
    @media (max-width: 575.98px) {
      .m-breadcrumb li:first-child a {
        display: none; } }
  .m-breadcrumb .fa {
    color: inherit; }
    @media (min-width: 576px) {
      .m-breadcrumb .fa {
        margin-right: 0.4em; } }

/*
 * header config
 */
.m-header {
  position: relative;
  white-space: nowrap;
  z-index: 100;
  /*
  * header globals
  */
  /*
  * header trigger
  */
  /*
  * header logo
  */
  /*
  * header main, should match offcanvas top section
  */
  /*
  * header navigation
  */ }


  .m-header ul,
  .m-header li {
    margin: 0;
    padding: 0; }
  .m-header li:before {
    content: '';
    display: none; }

/*
  .m-header + * {
    // margin-top: 0; }
  */
.m-header--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .m-header--light {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
  .m-header a {
    text-decoration: none; }
  .m-header [class*=o-button] {
    margin-left: 1rem;
    margin-right: 0; }
    @media (max-width: 575.98px) {
      .m-header [class*=o-button] {
        margin-left: 0.5rem;
        width: auto; } }
  .m-header__inner {
    width: 100%;
    position: relative;
    z-index: 1; }
  .m-header__width {
    max-width: 105rem;
    margin-left: auto;
    margin-right: auto; }
  .m-header__row {
    display: flex;
    justify-content: space-between;
    align-items: end; }
  .m-header__left, .m-header__right {
    display: flex;
    align-items: center; }
  .m-header--light .m-header__trigger {
    --color-header-trgr-fill: #ffffff;
    --color-header-trgr-bg:   rgba(255, 255, 255, 0.075); }
  .m-header__spacer, .m-header__main {
    height: 5rem; }
    @media (min-width: 768px) {
      .m-header__spacer, .m-header__main {
        height: 7.5rem; } }
  .m-header__spacer {
    position: relative;
    z-index: 1; }
  .m-header__main {
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .m-header__navigation {
    font-weight: 600;
    line-height: 1.3;
    font-size: 0.875rem; }
    @media (max-width: 991.98px) {
      .m-header__navigation {
        display: none; } }
    .m-header__navigation a {
      padding: 1em;
      text-decoration: none;
      display: block; }
    .m-header__navigation .fa {
      position: relative;
      top: -0.25em;
      font-size: 0.6em;
      margin-left: 0.5em;
      color: inherit; }
    .m-header__navigation .level-1 > .inner > ul {
      display: flex; }
      .m-header__navigation .level-1 > .inner > ul > li {
        position: relative; }
        .m-header__navigation .level-1 > .inner > ul > li > a {
          color: var(--color-header-lvl1-txt-std); }
          .m-header--light .m-header__navigation .level-1 > .inner > ul > li > a {
            --color-header-lvl1-txt-std: #ffffff; }
        .m-header__navigation .level-1 > .inner > ul > li > .level-2 {
          visibility: hidden;
          opacity: 0;
          transform: translate(-50%, 0.5rem);
          transition: 0.2s ease;
          width: 200px;
          }
        .m-header__navigation .level-1 > .inner > ul > li:hover > .level-2, .m-header__navigation .level-1 > .inner > ul > li:focus > .level-2 {
          visibility: visible;
          opacity: 1;
          transform: translate(-50%, 0%); }
            .m-header__navigation .level-2 > .inner > ul > li .level-3 {
                width: 187px;
            	position: absolute;
            	top: 0;
            	left: 100%;
            	border-left: 1px solid;
            	display: none;
            	box-sizing: border-box;
    			word-break: break-word;
            }
            .m-header__navigation .level-2 > .inner > ul > li:hover > .level-3 {
            	display: block;
            }
        .m-header__navigation .level-1 > .inner > ul > li > a {
        	padding-left: 7px;
        	padding-bottom: 0;
        	font-family: 'Eurostile-Bold';
    	    font-weight: 400;}
        .m-header__navigation .level-1 > .inner > ul > li.active > a, .m-header__navigation .level-1 > .inner > ul > li.trail > a, .m-header__navigation .level-1 > .inner > ul > li:hover > a, .m-header__navigation .level-1 > .inner > ul > li:focus > a {
            color: var(--color-header-lvl1-txt-actv); }
        .m-header__navigation .level-1 > .inner > ul > li.active > a:after, .m-header__navigation .level-1 > .inner > ul > li.trail > a:after {
          content: '';
          display: block;
          border-bottom: 0.0625rem solid var(--color-header-lvl1-txt-actv); }
          
    .m-header__navigation .level-2 > .inner > ul > li > a,
    .m-header__navigation .level-3 > .inner > ul > li > a {
      padding-top: 1em;
      padding-bottom: 1em;
      color: var(--color-header-lvl2-txt-std); }
   
      .m-header__navigation .level-2 > .inner > ul > li > a:hover, .m-header__navigation .level-2 > .inner > ul > li > a:focus,
      .m-header__navigation .level-3 > .inner > ul > li > a:hover,
      .m-header__navigation .level-3 > .inner > ul > li > a:focus {
       color: var(--color-header-lvl2-sub-std); }
    .m-header__navigation .level-2 {
      position: absolute;
      padding-top: 17px;
      top: 100%;
      left: 100%;
      transform: translate(-50%, 0%); }
      .m-header__navigation .level-2 .fa {
        display: none; }
      .m-header__navigation .level-2 > .inner, .m-header__navigation .level-3 > .inner  {
        position: relative;
        background-color: var(--color-header-flyout-bg);
        border-radius: 0;
        padding: 0;
        background: #f9f9f9; }
		.m-header__navigation .level-2 > .inner > ul > li.submenu,
		.m-header__navigation .level-2 > .inner > ul > li.submenu ~ li,
		.m-header__navigation .level-3 > .inner > ul > li {
		box-sizing: content-box;
		vertical-align: top;
		text-align: left; }
        .m-header__navigation .level-2 > .inner > ul > li > a,
        .m-header__navigation .level-2 > .inner > ul > li ~ li > a,
        .m-header__navigation .level-3 > .inner > ul > li a {
          letter-spacing: 0;
          font-size: 16px;
          font-weight: 400;
		  font-family: 'Eurostile-Bold';
          padding: 10px 15px;}
        .m-header__navigation .level-3 > .inner > ul > li a {
        	white-space: normal;
        	width: 165px;}
    .m-header__navigation .level-2 li > [class*=is-flag]:after {
      content: '';
      display: inline-block;
      font-size: 9px;
      color: white;
      line-height: 1;
      text-transform: uppercase;
      border-radius: 3px;
      padding: 3px 2px 2px;
      margin-top: -100%;
      margin-left: 4px;
      margin-right: -26px;
      font-weight: bold;
      vertical-align: super; }
    .m-header__navigation .level-2 li > .is-flag-wip:after {
      content: 'WIP';
      background: orange; }
    .m-header__navigation .level-2 li > .is-flag-new:after {
      content: 'Neu';
      background: green; }
    .m-header__navigation .level-2 li > .is-flag-soon:after {
      content: 'Soon';
      background: purple; }

.m-footer {
  /* background: var(--color-footer-main-bg); */
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .m-footer {
      margin-top: 4.5rem; } }
  @media (min-width: 992px) {
    .m-footer {
      margin-top: 6rem; } }
  .m-footer a {
    color: inherit;
    text-decoration: none; }
    .m-footer a:hover {
      text-decoration: underline; }
  .m-footer ul {
    font-size: 0.875rem; }
    .m-footer ul:last-child {
      margin-bottom: 0; }
  .m-footer li {
    margin-bottom: 0.25rem; }
    .m-footer li:before {
      content: '\f05d'; }
  .m-footer__width {
    max-width: 75.625rem;
    margin-left: auto;
    margin-right: auto; }
  .m-footer__middle {
    padding: 3rem 0; }
    @media (min-width: 768px) {
      .m-footer__middle {
        padding: 4.5rem 0; } }
    @media (min-width: 992px) {
      .m-footer__middle {
        padding: 6rem 0; } }
  .m-footer__bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8125rem;
    padding: 1rem 0; }
    @media (min-width: 768px) {
      .m-footer__bottom {
        font-size: 0.875rem;
        padding: 1.5rem 0; } }

/*
 * offcanvas config
 */
.is-offcanvas-open body {
  overflow: hidden; }

.m-offcanvas {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 102;
  pointer-events: none;
  /*
  * offcanvas globals
  */
  /*
  * offcanvas trigger
  */
  /*
  * offcanvas sections
  */
  /*
  * offcanvas logo
  */
  /*
  * offcanvas top and bottom
  */
  /*
  * offcanvas navigation
  */ }
  .m-offcanvas ul,
  .m-offcanvas li {
    margin: 0;
    padding: 0; }
  .m-offcanvas li:before {
    content: '';
    display: none; }
  .m-offcanvas__dimmer {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: auto;
    position: absolute;
    background: var(--color-global-dimmer);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    will-change: opacity, visibility;
    transition: opacity 0.6s ease, visibility 0s; }
    @media (max-width: 991.98px) {
      .m-offcanvas__dimmer {
        transition-delay: 0.3s, 0.9s; } }
    @media (min-width: 992px) {
      .m-offcanvas__dimmer {
        transition-delay: 0.6s, 1.2s; } }
    .is-offcanvas-open .m-offcanvas__dimmer {
      transition-delay: 0s;
      visibility: visible;
      opacity: 1; }
  .m-offcanvas__inner {
    pointer-events: auto;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    max-width: 30.625rem;
    will-change: transform;
    transition: transform 0.6s ease; }
    @media (max-width: 991.98px) {
      .m-offcanvas__inner {
        background-color: rgb(88,88,90);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
    @media (min-width: 992px) {
      .m-offcanvas__inner {
        transition-delay: 0.3s; } }
    .is-offcanvas-open .m-offcanvas__inner {
      transition-delay: 0s;
      transform: translateX(100%); }
  .m-offcanvas [class*=o-button] {
    min-width: 0;
    width: auto;
    margin-left: 0.5rem;
    margin-right: 0; }
  .m-offcanvas__row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .m-offcanvas__left, .m-offcanvas__right {
    display: flex;
    align-items: center; }
  .m-offcanvas__trigger img,
  .m-offcanvas__trigger svg {
    width: 26%; }
  @media (max-width: 991.98px) {
    .m-offcanvas__section--first {
      padding-bottom: 3rem; }
    .m-offcanvas__section--second {
      padding-top: 3rem;
      padding-bottom: 4.5rem;
      border-top: 2px solid var(--color-global-brdr); } }
  @media (min-width: 992px) {
    .m-offcanvas__section {
      width: 100%;
      height: 100%;
      overflow: auto;
      background: #ffffff;
      border-right: 2px solid var(--color-global-brdr);
      padding-bottom: 4.5rem; }
      .m-offcanvas__section--first {
        position: relative;
        z-index: 2; }
      .m-offcanvas__section--second {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        padding-top: 3.0625rem;
        will-change: transform;
        transition: transform 0.6s ease; }
        .is-offcanvas-open .m-offcanvas__section--second {
          transition-delay: 0.3s;
          transform: translateX(100%); } }
  .m-offcanvas__navigation, .m-offcanvas__meta {
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.015em;
    font-size: 1.3125rem; }
    .m-offcanvas__navigation a, .m-offcanvas__meta a {
      display: block;
      position: relative;
      text-decoration: none; }
      .m-offcanvas__navigation a.active, .m-offcanvas__navigation a.trail, .m-offcanvas__navigation a:hover, .m-offcanvas__navigation a:focus, .m-offcanvas__meta a.active, .m-offcanvas__meta a.trail, .m-offcanvas__meta a:hover, .m-offcanvas__meta a:focus {
        color: var(--color-header-lvl2-txt-actv);}
    .m-offcanvas__navigation .fa, .m-offcanvas__meta .fa {
      position: absolute;
      top: 50%;
      right: 0.5rem;
      font-size: 0.6em;
      margin-left: 0.5em;
      color: inherit;}
      .m-offcanvas__navigation .level-1 > .inner > ul > li:last-child, .m-offcanvas__meta .level-1 > .inner > ul > li:last-child {
        border-bottom: 0; }
      .m-offcanvas__navigation .level-2 > .inner > ul,
      .m-offcanvas__navigation .level-3 > .inner > ul, .m-offcanvas__meta .level-2 > .inner > ul,
      .m-offcanvas__meta .level-3 > .inner > ul {
        padding-top: 0.0625rem;
        padding-bottom: 1rem; }
        .m-offcanvas__navigation .level-2 > .inner > ul > li,
        .m-offcanvas__navigation .level-3 > .inner > ul > li, .m-offcanvas__meta .level-2 > .inner > ul > li,
        .m-offcanvas__meta .level-3 > .inner > ul > li {
          padding-bottom: 0.0625rem; }
          .m-offcanvas__navigation .level-2 > .inner > ul > li.active > .level-3, .m-offcanvas__navigation .level-2 > .inner > ul > li.trail > .level-3,
          .m-offcanvas__navigation .level-3 > .inner > ul > li.active > .level-3,
          .m-offcanvas__navigation .level-3 > .inner > ul > li.trail > .level-3, .m-offcanvas__meta .level-2 > .inner > ul > li.active > .level-3, .m-offcanvas__meta .level-2 > .inner > ul > li.trail > .level-3,
          .m-offcanvas__meta .level-3 > .inner > ul > li.active > .level-3,
          .m-offcanvas__meta .level-3 > .inner > ul > li.trail > .level-3 {
            display: block; }
    .m-offcanvas__navigation .level-3, .m-offcanvas__meta .level-3 {
      font-size: 0.8125rem; }
      .m-offcanvas__navigation .level-3 > .inner > ul, .m-offcanvas__meta .level-3 > .inner > ul {
        padding-bottom: 0.5rem; }
        .m-offcanvas__navigation .level-3 > .inner > ul > li > a, .m-offcanvas__meta .level-3 > .inner > ul > li > a {
          padding: 0.7em 2.5rem; }
  .m-offcanvas__meta {
    font-weight: 600;
    line-height: 1.3;
    font-size: 0.875rem; }

.row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-bottom: 0; }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .row {
      margin-right: -0.75rem;
      margin-left: -0.75rem;
      margin-bottom: 0; }
      .row > .col,
      .row > [class*="col-"] {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -1rem;
      margin-left: -1rem;
      margin-bottom: 0; }
      .row > .col,
      .row > [class*="col-"] {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: 0; } }
  .row--gutterVH-small {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    margin-bottom: 0; }
    .row--gutterVH-small > .col,
    .row--gutterVH-small > [class*="col-"] {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .row--gutterVH-small {
        margin-right: -0.75rem;
        margin-left: -0.75rem;
        margin-bottom: 0; }
        .row--gutterVH-small > .col,
        .row--gutterVH-small > [class*="col-"] {
          padding-right: 0.75rem;
          padding-left: 0.75rem;
          margin-bottom: 0; } }
  @media (min-width: 768px) {
    .row--gutterVH-large {
      margin-right: -1rem;
      margin-left: -1rem;
      margin-bottom: 0; }
      .row--gutterVH-large > .col,
      .row--gutterVH-large > [class*="col-"] {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .row--gutterVH-large {
      margin-right: -2.25rem;
      margin-left: -2.25rem;
      margin-bottom: 0; }
      .row--gutterVH-large > .col,
      .row--gutterVH-large > [class*="col-"] {
        padding-right: 2.25rem;
        padding-left: 2.25rem;
        margin-bottom: 0; } }
  .row--gutterVH-off {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0; }
    .row--gutterVH-off > .col,
    .row--gutterVH-off > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 0; }
  .row--gutterEQ-small {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    margin-bottom: 0; }
    .row--gutterEQ-small > .col,
    .row--gutterEQ-small > [class*="col-"] {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .row--gutterEQ-small {
        margin-right: -0.75rem;
        margin-left: -0.75rem;
        margin-bottom: 0; }
        .row--gutterEQ-small > .col,
        .row--gutterEQ-small > [class*="col-"] {
          padding-right: 0.75rem;
          padding-left: 0.75rem;
          margin-bottom: 0; } }
  .row--alignCenter {
    align-items: center; }

@media (max-width: 991.98px) {
  .u-hidden\@md-down {
    display: none !important; } }

@media (max-width: 767.98px) {
  .u-hidden\@sm-down {
    display: none !important; } }

@media (max-width: 575.98px) {
  .u-hidden\@xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .u-hidden\@sm-up {
    display: none !important; } }

@media (min-width: 768px) {
  .u-hidden\@md-up {
    display: none !important; } }

@media (min-width: 992px) {
  .u-hidden\@lg-up {
    display: none !important; } }

.u-root {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 768px) {
    .u-root {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media (min-width: 992px) {
    .u-root {
      padding-left: 3.125rem;
      padding-right: 3.125rem; } }
  .u-root .u-root {
    padding-left: 0;
    padding-right: 0; }
  .u-unroot .u-root {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media (min-width: 768px) {
      .u-unroot .u-root {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
    @media (min-width: 992px) {
      .u-unroot .u-root {
        padding-left: 3.125rem;
        padding-right: 3.125rem; } }

.u-unroot {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media (min-width: 768px) {
    .u-unroot {
      margin-left: -1.875rem;
      margin-right: -1.875rem; } }
  @media (min-width: 992px) {
    .u-unroot {
      margin-left: -3.125rem;
      margin-right: -3.125rem; } }

@media (max-width: 575.98px) {
  .u-unroot\@xs-down {
    margin-left: -1.25rem;
    margin-right: -1.25rem; } }
  @media (max-width: 575.98px) and (min-width: 768px) {
    .u-unroot\@xs-down {
      margin-left: -1.875rem;
      margin-right: -1.875rem; } }
  @media (max-width: 575.98px) and (min-width: 992px) {
    .u-unroot\@xs-down {
      margin-left: -3.125rem;
      margin-right: -3.125rem; } }

.u-text-align-center {
  text-align: center; }

@media (min-width: 768px) {
  .u-text-align-center\@md-up {
    text-align: center; } }

.u-text-align-right {
  text-align: right; }

@media (min-width: 768px) {
  .u-text-align-right\@md-up {
    text-align: right; } }

/*
 * themes
 * for hues see https://www.happyhues.co/
 */
[data-theme=dark] {
  --color-global-dimmer:   rgba(255, 255, 255, 0.66);
  --color-global-shadow-1: rgba(255, 255, 255, 0.04);
  --color-global-shadow-2: rgba(255, 255, 255, 0.08);
  --color-global-shadow-3: rgba(255, 255, 255, 0.12);
  filter: invert(1) hue-rotate(180deg); }
  [data-theme=dark] body {
    background: #e9ecef; }
  [data-theme=dark] img,
  [data-theme=dark] video {
    filter: invert(1) hue-rotate(180deg) !important; }

[data-theme=light] {
  color: rgba(255, 255, 255, 0.8);
  --color-global-text:          rgba(255, 255, 255, 0.8);
  --color-global-headline:      #ffffff;
  --color-global-strong:        #ffffff; }

[data-theme=inverted] {
  color: rgba(255, 255, 255, 0.8);
  --color-global-text:          rgba(255, 255, 255, 0.8);
  --color-global-headline:      #ffffff;
  --color-global-strong:        #ffffff;
  --color-global-subline:       var(--color-brand-secondary);
  --color-global-link:          var(--color-brand-secondary);
  --color-btn-1-txt:            #ffffff;
  --color-btn-1-bg:             #17161a;
  --color-btn-1-hvr:            #000000;
  --color-btn-2-txt:            #ffffff;
  --color-btn-2-bg:             var(--color-brand-primary);
  --color-btn-3-txt:            var(--color-brand-primary);
  --color-btn-3-hvr:            #ffffff;
  --color-icon-fill:            #ffffff;
  --color-icon-bg:              var(--color-brand-secondary); }

[data-theme=green] {
  --color-brand-primary:        #00473e;
  --color-brand-secondary:      #faae2b;
  --color-global-text:          rgba(0, 0, 0, 0.8);
  --color-global-headline:      var(--color-brand-primary);
  --color-global-subline:       var(--color-brand-secondary);
  --color-global-link:          var(--color-brand-secondary);
  --color-global-logo:          var(--color-brand-primary);
  --color-btn-1-bg:             var(--color-brand-primary);
  --color-btn-1-hvr:            #003831;
  --color-btn-2-txt:            var(--color-brand-secondary);
  --color-btn-3-txt:            var(--color-brand-primary);
  --color-header-lvl1-txt-actv: var(--color-brand-secondary);
  --color-icon-fill:            var(--color-brand-secondary);
  --color-field-brdr-fcs:       rgba(250, 174, 43, 0.8);
  --color-field-otln-fcs:       rgba(250, 174, 43, 0.2);
  --color-article-primary:      #00473e;
  --color-article-secondary:    rgba(250, 174, 43, 0.6); }

[data-theme=purple] {
  --color-brand-primary:        #001858;
  --color-brand-secondary:      #ff6e6c;
  --color-global-text:          rgba(0, 0, 0, 0.8);
  --color-global-headline:      var(--color-brand-primary);
  --color-global-subline:       var(--color-brand-secondary);
  --color-global-link:          var(--color-brand-secondary);
  --color-global-logo:          var(--color-brand-primary);
  --color-btn-1-bg:             var(--color-brand-primary);
  --color-btn-1-hvr:            #001449;
  --color-btn-2-txt:            var(--color-brand-secondary);
  --color-btn-3-txt:            var(--color-brand-primary);
  --color-header-lvl1-txt-actv: var(--color-brand-secondary);
  --color-icon-fill:            var(--color-brand-secondary);
  --color-field-brdr-fcs:       rgba(255, 110, 108, 0.8);
  --color-field-otln-fcs:       rgba(255, 110, 108, 0.2);
  --color-article-primary:      #001858;
  --color-article-secondary:    rgba(255, 110, 108, 0.6); }

[data-theme=red] {
  --color-brand-primary:        #d90a2c;
  --color-brand-secondary:      #ff6e6c;
  --color-global-text:          rgba(0, 0, 0, 0.8);
  --color-global-subline:       var(--color-brand-primary);
  --color-global-link:          var(--color-brand-primary);
  --color-global-logo:          var(--color-brand-primary);
  --color-btn-1-bg:             var(--color-brand-primary);
  --color-btn-1-hvr:            #ca0929;
  --color-btn-2-txt:            var(--color-brand-secondary);
  --color-btn-3-txt:            var(--color-brand-primary);
  --color-header-lvl1-txt-actv: var(--color-brand-primary);
  --color-icon-fill:            var(--color-brand-primary);
  --color-field-brdr-fcs:       rgba(255, 110, 108, 0.8);
  --color-field-otln-fcs:       rgba(255, 110, 108, 0.2);
  --color-article-primary:      #d90a2c;
  --color-article-secondary:    rgba(255, 110, 108, 0.6); }

.u-width-small,
.u-width-medium,
.u-width-large,
.u-width-xlarge {
  margin-left: auto;
  margin-right: auto; }

.u-width-small {
  max-width: 61.25rem; }

.u-width-medium {
  max-width: 75.625rem; }

.u-width-large {
  max-width: 84rem; }

.u-width-xlarge {
  max-width: 105rem; }

.u-width-full {
  max-width: none; }

.c-slider .slider-wrapper > .col-12 {
  padding: 0; }

.c-slider .slider-control {
  margin-bottom: 1em; }

.c-sliderSlick > *:not(.slick-initialized) {
  display: flex; }
  .c-sliderSlick > *:not(.slick-initialized) > .col:not(:first-child),
  .c-sliderSlick > *:not(.slick-initialized) > [class*='col-']:not(:first-child) {
    display: none; }

/*.c-sliderSlick .slick-slider,*/
/*.c-sliderSlick .slick-list {*/
/*  overflow: hidden; }*/
  /*@media (max-width: 767.98px) {*/
  /*  .c-sliderSlick .slick-slider,*/
  /*  .c-sliderSlick .slick-list {*/
  /*    overflow: visible; } }*/

.c-sliderSlick .slick-track {
  display: flex; }
  .c-sliderSlick .slick-track > .col,
  .c-sliderSlick .slick-track > [class*='col-'] {
    flex: initial;
    max-width: none;
    padding: 0; }

.c-sliderSlick .slick-slide {
  height: inherit;
  outline: none; }

.c-sliderSlick .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0; }
  .c-sliderSlick .slick-dots li {
    padding: 0;
    margin: 0;
    flex: 1;
    display: block;
    max-width: 3rem; }
    @media (max-width: 767.98px) {
      .c-sliderSlick .slick-dots li {
        max-width: 1rem; } }
    .c-sliderSlick .slick-dots li + li {
      margin-left: 0.5rem; }
    .c-sliderSlick .slick-dots li.slick-active .slick-dot-fill {
      animation: slick-dots-fill linear both; }

@keyframes slick-dots-fill {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
    .c-sliderSlick .slick-dots li .slick-dot-click {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 4.5rem;
      cursor: pointer; }
      @media (max-width: 767.98px) {
        .c-sliderSlick .slick-dots li .slick-dot-click {
          height: 2.5rem; } }
      @media (min-width: 576px) {
        .c-sliderSlick .slick-dots li .slick-dot-click:hover .slick-dot-line {
          background: rgba(0, 0, 0, 0.2); } }
    .c-sliderSlick .slick-dots li .slick-dot-line {
      background: rgba(0, 0, 0, 0.1); }
    .c-sliderSlick .slick-dots li .slick-dot-fill {
      display: block;
      height: 0.0625rem;
      background: rgba(0, 0, 0, 0.8);
      transform-origin: left center;
      transform: scaleX(0); }
    .c-sliderSlick .slick-dots li:before {
      display: none; }
      
.c-sliderSlick--useGrid .slick-list,
.c-sliderSlick--useGrid > *:not(.slick-initialized) {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }

.c-sliderSlick--useGrid .slick-track > .col,
.c-sliderSlick--useGrid .slick-track > [class*="col-"],
.c-sliderSlick--useGrid > *:not(.slick-initialized) > .col,
.c-sliderSlick--useGrid > *:not(.slick-initialized) > [class*="col-"] {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.c-sliderSlick--showOverflow .slick-slider,
.c-sliderSlick--showOverflow .slick-list {
  overflow: visible; }

.c-sliderSlick--useDots.c-sliderSlick--dotsInside .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.c-sliderSlick--useDots:not(.c-sliderSlick--dotsInside) > *:not(.slick-initialized) {
  padding-bottom: 4.5rem; }
  @media (max-width: 767.98px) {
    .c-sliderSlick--useDots:not(.c-sliderSlick--dotsInside) > *:not(.slick-initialized) {
      padding-bottom: 2.5rem; } }

.c-sliderSlick--useDots:not(.c-sliderSlick--dotsInside) .slick-arrow {
  top: calc(50% - 2.25rem); }
  @media (max-width: 767.98px) {
    .c-sliderSlick--useDots:not(.c-sliderSlick--dotsInside) .slick-arrow {
      top: calc(50% - 1.25rem); } }

@media (max-width: 575.98px) {
  .c-sliderSlick--dotsSingle .slick-dots {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .c-sliderSlick--dotsSingle .slick-dots li {
      display: none;
      max-width: none; }
      .c-sliderSlick--dotsSingle .slick-dots li + li {
        margin: 0; }
      .c-sliderSlick--dotsSingle .slick-dots li.slick-active {
        display: block; } }
