@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url("fonts/icons/icons.ttf?l2wrnc") format("truetype"), url("fonts/icons/icons.woff?l2wrnc") format("woff"), url("fonts/icons/icons.svg?l2wrnc#icons-social") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/* titillium-web-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/titillium-web/titillium-web-v17-latin_latin-ext-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* titillium-web-300italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url("fonts/titillium-web/titillium-web-v17-latin_latin-ext-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* titillium-web-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/titillium-web/titillium-web-v17-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* titillium-web-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/titillium-web/titillium-web-v17-latin_latin-ext-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* titillium-web-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/titillium-web/titillium-web-v17-latin_latin-ext-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* titillium-web-600italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  src: url("fonts/titillium-web/titillium-web-v17-latin_latin-ext-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* titillium-web-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/titillium-web/titillium-web-v17-latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* titillium-web-700italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/titillium-web/titillium-web-v17-latin_latin-ext-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: outside none none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

input, select, textarea {
  font-family: inherit; }

* {
  -webkit-transform-origin: center center;
  transform-origin: center center; }

::-webkit-input-placeholder {
  opacity: 0.7; }

::-moz-placeholder {
  opacity: 0.7; }

:-moz-placeholder {
  opacity: 0.7; }

:-ms-input-placeholder {
  opacity: 0.7; }

input,
textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: none;
  font-family: "Titillium Web", sans-serif;
  background-color: #ddd; }

input[type='checkbox'], input[type='radio'] {
  width: auto;
  margin: 0 10px 0 0;
  vertical-align: middle; }
  input[type='checkbox'] + label, input[type='radio'] + label {
    vertical-align: middle; }

select {
  width: 100%; }

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

strong, .bold {
  font-weight: 700; }

em, .italic {
  font-style: italic; }

#ForgotPassword {
  display: none; }

:root {
  --vw100: 100vw;
  --header-height: 120px;
  --logoLeftReference: 170px;
  --layout-padding: 40px;
  --element-gap: 100px;
  --fontsize-default: var(--fs-typography);
  --grid-default-gap: 40px; }
  @media (max-width: 1100px) {
    :root {
      --header-height: 70px; } }
  @media (max-width: 1100px) {
    :root {
      --element-gap: 60px; } }
  @media (max-width: 600px) {
    :root {
      --layout-padding: 20px;
      --element-gap: 30px; } }
.typography {
  --letterspacing: 0;
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  letter-spacing: var(--letterspacing);
  --fontsize: 20px;
  --lineheight: 1.4; }
  @media (max-width: 600px) {
    .typography {
      --fontsize: 20px; } }
  .typography strong {
    font-weight: 700; }
  .typography em {
    font-style: italic; }
  .typography a {
    outline: none; }
    .typography a:not(:hover) {
      text-decoration: underline; }
  .typography h1 {
    --letterspacing: 0;
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    letter-spacing: var(--letterspacing);
    --fontsize: 80px;
    --lineheight: 1.1;
    --letterspacing: 2px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 0.2em; }
    @media (max-width: 1100px) {
      .typography h1 {
        --fontsize: 50px;
        --letterspacing: 1px; } }
    @media (max-width: 600px) {
      .typography h1 {
        --fontsize: 35px;
        --letterspacing: 0.7px; } }
  .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    --letterspacing: 0;
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    letter-spacing: var(--letterspacing);
    --fontsize: 30px;
    --lineheight: 1.28;
    --letterspacing: 0.7px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 0.4em; }
    @media (max-width: 600px) {
      .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
        --fontsize: 25px;
        --letterspacing: 0.5px; } }
  .typography h3 {
    font-size: 0.9em; }
  .typography h4, .typography h5, .typography h6 {
    font-size: 0.8em; }
  .typography > *:first-child {
    margin-top: 0 !important; }
  .typography p, .typography ul, .typography ol {
    margin-top: 0.5em; }
  .typography ul, .typography ol {
    --li-padding: 10px;
    list-style: inside none disc;
    margin-top: calc(0.5 * 1em * var(--lineheight));
    padding-left: 0; }
    @media (max-width: 600px) {
      .typography ul, .typography ol {
        --li-padding: 7px; } }
    .typography ul li, .typography ol li {
      padding: var(--li-padding) 0;
      border-top: 1px solid #D9D9D9; }
      .typography ul li:last-child, .typography ol li:last-child {
        border-bottom: 1px solid #D9D9D9; }
      .typography ul li span, .typography ol li span {
        line-height: 1em !important; }
  .typography ul {
    list-style: none; }
    .typography ul li {
      position: relative;
      padding-left: 20px; }
      .typography ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(0.5 * var(--fontsize) * var(--lineheight) + var(--li-padding) - 3px);
        width: 10px;
        height: 10px;
        border-radius: 3px;
        background-color: #000; }
  .typography ol {
    list-style-position: inside;
    list-style-type: decimal; }
  .typography pre {
    width: 100%;
    font-family: courier new, courier, monospace, monospace; }
  .typography .text-left {
    text-align: left; }
  .typography .text-center {
    text-align: center; }
  .typography .text-right {
    text-align: right; }
  .typography img {
    max-width: 100%;
    height: auto; }
    .typography img .left {
      float: left;
      margin-right: 1em;
      margin-bottom: 1em; }
    .typography img .right {
      float: right;
      margin-left: 1em;
      margin-bottom: 1em; }
  .typography hr {
    border: none;
    border-top: 1px solid #e6e6e6; }
  .typography table {
    margin-top: 20px; }
    .typography table tr, .typography table td {
      height: auto !important; }
    .typography table td {
      padding: 5px;
      vertical-align: top; }
    .typography table p {
      margin: 0; }
    .typography table p:last-child {
      margin-bottom: 0; }
    .typography table, .typography table td {
      width: auto !important; }
    .typography table td:not(:first-child) {
      padding-left: 15px; }
    body.mce-content .typography table,
    .el .el-outer .typography table {
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
      background-color: #fff; }
      body.mce-content .typography table tr:nth-child(2n),
      .el .el-outer .typography table tr:nth-child(2n) {
        background-color: #f2f4f8; }

[class*="font-icon"]::before {
  font-family: "icons" !important;
  speak: none;
  font-size: var(--icon-fontsize);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-icon-arrow2-right::before {
  content: ""; }

.font-icon-social_facebook::before {
  content: ""; }

.font-icon-social_instagram::before {
  content: ""; }

.font-icon-social_linkedin::before {
  content: ""; }

.font-icon-social_youtube::before {
  content: ""; }

.font-icon-social_twitter::before {
  content: ""; }

.font-icon-burger::before {
  content: ""; }

.font-icon-arrow-down::before {
  content: ""; }

.font-icon-arrow-left::before {
  content: ""; }

.font-icon-arrow-right::before {
  content: ""; }

.font-icon-book::before {
  content: ""; }

.font-icon-calendar::before {
  content: ""; }

.font-icon-chat::before {
  content: ""; }

.font-icon-close::before {
  content: ""; }

.font-icon-link-download::before {
  content: ""; }

.font-icon-link-external::before {
  content: ""; }

.font-icon-link-plus::before {
  content: ""; }

.font-icon-people::before {
  content: ""; }

.font-icon-phone::before {
  content: ""; }

.font-icon-photo_camera::before {
  content: ""; }

.font-icon-search::before {
  content: ""; }

.font-icon-video-yt::before {
  content: ""; }

.font-icon-world::before {
  content: ""; }

.font-icon-Telefon::before {
  font-size: 1.3em; }

.flyout-overlay {
  position: fixed;
  z-index: 20000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(193, 199, 205, 0.5);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit--transform 0.3s, transform 0.3s;
  transition: -webkit--transform 0.3s, transform 0.3s; }
  .flyout-overlay:not(.open) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .flyout-overlay .flyout-wrapper {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    padding-top: var(--layout-padding);
    background: #f2f4f8;
    box-shadow: #c1c7cd 5px 5px 15px; }
    .flyout-overlay .flyout-wrapper .flyout-close {
      width: 28px;
      height: 28px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      font-size: 10px;
      color: #fff;
      background-color: #e30D3D; }
      .flyout-overlay .flyout-wrapper .flyout-close::before {
        font-family: "icons" !important;
        speak: none;
        font-size: var(--icon-fontsize);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .flyout-overlay .flyout-wrapper .flyout-close::before {
        content: ""; }
    .flyout-overlay .flyout-wrapper .flyout-content {
      flex: 1 1 100%; }
      .flyout-overlay .flyout-wrapper .flyout-content iframe#flyout-iframe {
        width: 100%;
        height: 100%; }
  @media (min-width: 1101px) {
    .flyout-overlay .flyout-wrapper {
      justify-content: stretch;
      align-items: flex-start;
      margin-left: var(--logoLeftReference);
      padding-left: 35px;
      padding-right: 50px;
      padding-bottom: var(--layout-padding); }
      .flyout-overlay .flyout-wrapper .flyout-close {
        flex: 0 0 auto;
        margin-right: 20px; }
      .flyout-overlay .flyout-wrapper .flyout-content {
        align-self: stretch; } }
  @media (max-width: 1100px) {
    .flyout-overlay .flyout-wrapper {
      flex-direction: column; }
      .flyout-overlay .flyout-wrapper .flyout-close {
        margin-left: var(--layout-padding);
        margin-bottom: var(--layout-padding); } }
body.flyout-open {
  overflow: hidden; }

body {
  font-family: "Titillium Web", sans-serif;
  --letterspacing: 0;
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  letter-spacing: var(--letterspacing);
  --fontsize: 20px;
  --lineheight: 1.4;
  color: #000;
  background: white; }
  @media (max-width: 600px) {
    body {
      --fontsize: 20px; } }
a {
  text-decoration: underline;
  font-weight: inherit;
  color: #000; }
  a:hover {
    text-decoration: none; }

.layout-maxWidth {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto; }

.layout-padding {
  padding-left: var(--layout-padding);
  padding-right: var(--layout-padding); }

.font-typography,
.typography {
  font-family: "Titillium Web", sans-serif; }

.fp-container {
  position: relative;
  overflow: hidden; }
  .fp-container img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none; }

.content-centered {
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 1100px) {
  .show-min-desktop {
    display: none !important; } }

@media (max-width: 600px) {
  .show-min-tablet {
    display: none !important; } }

@media (min-width: 1101px) {
  .show-max-mobile {
    display: none !important; } }

@media (min-width: 601px) {
  .show-max-phone {
    display: none !important; } }

.link-button {
  --button-height: 50px;
  --button-color: #e30D3D;
  --button-hover-color: #c1c7cd;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 250px;
  min-height: var(--button-height);
  padding: 10px 17px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: var(--button-color);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .link-button:hover {
    background-color: var(--button-hover-color); }

.link-icon {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #e30D3D; }
  .link-icon::before {
    content: attr(data-title); }
  .link-icon::after {
    font-family: "icons" !important;
    speak: none;
    font-size: var(--icon-fontsize);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .link-icon::after {
    content: ""; }
  .link-icon::after {
    display: inline-block;
    margin-left: 10px; }
  .link-icon.file::after {
    content: ""; }
  .link-icon.external::after {
    content: ""; }

header {
  --logo-height: 70px;
  --menu-label-top: 60px;
  --function-left-correction: 35px;
  --function-top-correction: 82px;
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  background-color: #fff; }
  header.scrolled-down {
    --header-height: 70px;
    --logo-height: 50px;
    --menu-label-top: 21px;
    --function-top-correction: 74px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
  header .nav-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 280px auto min-content;
    grid-column-gap: 40px;
    justify-items: end;
    align-items: center;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px var(--layout-padding);
    padding-top: calc(var(--header-height) - var(--logo-height) - 10px);
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  header .logo {
    justify-self: start; }
    header .logo img {
      display: block;
      height: var(--logo-height);
      -webkit-transition: height 0.3s;
      transition: height 0.3s; }
  header .menu-label-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .menu-label-wrapper .menu-label {
      font-size: 22px; }
    header .menu-label-wrapper .menu-closer {
      font-size: 15px;
      cursor: pointer; }
      header .menu-label-wrapper .menu-closer::before {
        font-family: "icons" !important;
        speak: none;
        font-size: var(--icon-fontsize);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      header .menu-label-wrapper .menu-closer::before {
        content: ""; }
  header .menu-wrapper {
    --menu-paddingX: 70px;
    --menu-paddingTop: 140px;
    --menu-padding: var(--menu-paddingTop) var(--menu-paddingX) 190px;
    --link-paddingX: 0;
    --link-paddingY: 25px;
    --letterspacing: 0;
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    letter-spacing: var(--letterspacing);
    --fontsize: 30px;
    --lineheight: 1.28;
    --letterspacing: 0.7px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase; }
    @media (max-width: 600px) {
      header .menu-wrapper {
        --fontsize: 25px;
        --letterspacing: 0.5px; } }
    header .menu-wrapper .entry-title {
      cursor: pointer;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
    header .menu-wrapper li:hover > .entry-title {
      color: #a2a9b0; }
    header .menu-wrapper ul.lvl1.burger-entries .entry-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: var(--link-paddingY) var(--link-paddingX);
      border-top: 1px solid #dde1e6; }
      header .menu-wrapper ul.lvl1.burger-entries .entry-title::after {
        font-family: "icons" !important;
        speak: none;
        font-size: var(--icon-fontsize);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      header .menu-wrapper ul.lvl1.burger-entries .entry-title::after {
        content: ""; }
      header .menu-wrapper ul.lvl1.burger-entries .entry-title::after {
        color: #a2a9b0; }
    header .menu-wrapper ul.lvl1.burger-entries li:last-child .entry-title {
      border-bottom: 1px solid #dde1e6; }
    header .menu-wrapper ul.lvl1.burger-entries li:not(.open) ul.lvl2 {
      display: none; }
    header .menu-wrapper ul.lvl1.burger-entries li.lvl1.open {
      padding-top: 0; }
      header .menu-wrapper ul.lvl1.burger-entries li.lvl1.open .entry-title.lvl1 {
        padding-top: calc(0.5 * var(--link-paddingY));
        padding-bottom: calc(0.5 * var(--link-paddingY));
        color: #a2a9b0; }
        header .menu-wrapper ul.lvl1.burger-entries li.lvl1.open .entry-title.lvl1::after {
          order: -1;
          transform: scaleX(-1); }
    header .menu-wrapper ul.lvl1.burger-entries.child-open li.lvl1:not(.open) {
      display: none; }
  header .functions-wrapper {
    --content-gap: 25px;
    display: flex;
    align-items: center; }
    header .functions-wrapper > * {
      margin-left: 17px; }
    header .functions-wrapper .burger-menu {
      cursor: pointer; }
      header .functions-wrapper .burger-menu::before {
        font-family: "icons" !important;
        speak: none;
        font-size: var(--icon-fontsize);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      header .functions-wrapper .burger-menu::before {
        content: ""; }
    header .functions-wrapper .function .function-icon {
      width: 1em;
      font-size: 20px;
      cursor: pointer; }
      header .functions-wrapper .function .function-icon::before {
        font-family: "icons" !important;
        speak: none;
        font-size: var(--icon-fontsize);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    header .functions-wrapper .function .function-content {
      position: absolute;
      left: calc(var(--menuLeftReference) + var(--function-left-correction));
      right: 0;
      top: calc(var(--header-height) - var(--function-top-correction));
      display: flex;
      align-items: center;
      height: 70px;
      padding: 2px;
      background-color: #f2f4f8;
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transition: -webkit-transform 0.3s, transform 0.3s;
      transition: -webkit-transform 0.3s, transform 0.3s; }
      header .functions-wrapper .function .function-content > *:first-child {
        flex: 1 1 100%; }
      header .functions-wrapper .function .function-content .function-close {
        flex: 0 0 25px;
        margin-left: var(--content-gap);
        margin-right: var(--content-gap);
        --icon-fontsize: 15px;
        cursor: pointer; }
        header .functions-wrapper .function .function-content .function-close::before {
          font-family: "icons" !important;
          speak: none;
          font-size: var(--icon-fontsize);
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        header .functions-wrapper .function .function-content .function-close::before {
          content: ""; }
    header .functions-wrapper .function:not(.open) .function-content {
      transform: scaleX(0); }
    header .functions-wrapper .function.search .function-icon::before {
      content: ""; }
    header .functions-wrapper .function.search fieldset {
      display: flex;
      align-items: center; }
      header .functions-wrapper .function.search fieldset .field.text {
        flex: 1 1 100%; }
        header .functions-wrapper .function.search fieldset .field.text input {
          margin-left: var(--content-gap);
          margin-right: var(--content-gap);
          --letterspacing: 0;
          font-size: var(--fontsize);
          line-height: var(--lineheight);
          letter-spacing: var(--letterspacing);
          --fontsize: 30px;
          --lineheight: 1.28;
          --letterspacing: 0.7px;
          font-weight: 600;
          font-style: italic;
          text-transform: uppercase;
          --fontsize: 18px !important;
          background: transparent; }
          @media (max-width: 600px) {
            header .functions-wrapper .function.search fieldset .field.text input {
              --fontsize: 25px;
              --letterspacing: 0.5px; } }
          header .functions-wrapper .function.search fieldset .field.text input::placeholder {
            color: #a2a9b0;
            font-weight: 300; }
      header .functions-wrapper .function.search fieldset .action {
        flex: 0 0 70px;
        border: none;
        --button-height: 50px;
        --button-color: #e30D3D;
        --button-hover-color: #c1c7cd;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        min-width: 250px;
        min-height: var(--button-height);
        padding: 10px 17px;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        background-color: var(--button-color);
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        justify-content: space-evenly;
        min-width: 130px;
        --button-height: 50px;
        --button-color: #000;
        --button-hover-color: #000;
        --icon-fontsize: 20px; }
        header .functions-wrapper .function.search fieldset .action:hover {
          background-color: var(--button-hover-color); }
        header .functions-wrapper .function.search fieldset .action::before {
          font-family: "icons" !important;
          speak: none;
          font-size: var(--icon-fontsize);
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        header .functions-wrapper .function.search fieldset .action::before {
          content: ""; }
    header .functions-wrapper .function.locale .function-icon {
      display: flex;
      align-items: center;
      width: auto;
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 30px;
      --lineheight: 1.28;
      --letterspacing: 0.7px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase;
      --fontsize: 18px !important;
      --icon-fontsize: 20px; }
      @media (max-width: 600px) {
        header .functions-wrapper .function.locale .function-icon {
          --fontsize: 25px;
          --letterspacing: 0.5px; } }
      header .functions-wrapper .function.locale .function-icon::before {
        content: ""; }
    header .functions-wrapper .function.locale .locale-switch {
      display: flex;
      justify-content: flex-end; }
      header .functions-wrapper .function.locale .locale-switch > * {
        --button-height: 50px;
        --button-color: #e30D3D;
        --button-hover-color: #c1c7cd;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        min-width: 250px;
        min-height: var(--button-height);
        padding: 10px 17px;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        background-color: var(--button-color);
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        min-width: 110px;
        --button-height: 50px;
        margin-left: 10px;
        --icon-fontsize: 20px; }
        header .functions-wrapper .function.locale .locale-switch > *:hover {
          background-color: var(--button-hover-color); }
        header .functions-wrapper .function.locale .locale-switch > *::before {
          font-family: "icons" !important;
          speak: none;
          font-size: var(--icon-fontsize);
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        header .functions-wrapper .function.locale .locale-switch > *::before {
          content: ""; }
        header .functions-wrapper .function.locale .locale-switch > *::before {
          display: inline-block;
          margin-right: 10px; }
        header .functions-wrapper .function.locale .locale-switch > *.current {
          color: #fff;
          --button-color: #000;
          --button-hover-color: #000; }
        header .functions-wrapper .function.locale .locale-switch > *.link {
          border: 1px solid #c1c7cd;
          color: #000;
          --button-color: transparent;
          --button-hover-color: #000; }
          header .functions-wrapper .function.locale .locale-switch > *.link:hover {
            color: #fff;
            border-color: #000; }
    @media (max-width: 600px) {
      header .functions-wrapper {
        --content-gap: var(--layout-padding); }
        header .functions-wrapper .function.search fieldset .action {
          min-width: 0; }
          header .functions-wrapper .function.search fieldset .action span {
            display: none; } }
  @media (min-width: 1401px) {
    header .menu-wrapper > .menu-label-wrapper {
      display: none; }
    header ul.lvl1.main-entries {
      display: flex;
      align-items: center; }
      header ul.lvl1.main-entries li.lvl1 {
        font-size: 22px;
        -webkit-transition: font-size 0.3s;
        transition: font-size 0.3s; }
        header ul.lvl1.main-entries li.lvl1:not(:first-child) {
          margin-left: 60px; }
      header.scrolled-down ul.lvl1.main-entries li.lvl1 {
        font-size: 18px; }
    header ul.burger-entries {
      position: fixed;
      left: var(--logoLeftReference);
      top: 0;
      bottom: 0;
      right: 0;
      padding: var(--menu-padding);
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transition: transform 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      background-color: #f2f4f8;
      box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.1); }
      header ul.burger-entries > .menu-label-wrapper {
        position: absolute;
        left: var(--menu-paddingX);
        right: calc(var(--menu-paddingX) + 9px);
        top: var(--menu-label-top); }
      header ul.burger-entries .menu-background {
        position: absolute;
        z-index: -1;
        right: 100%;
        top: 0;
        bottom: 0;
        width: var(--logoLeftReference);
        background-color: rgba(193, 199, 205, 0.5); }
    .nav-wrapper:not(.nav-open) ul.burger-entries {
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
    body.nav-open {
      overflow: hidden; }
    header.scrolled-down .menu-wrapper {
      --menu-paddingTop: 105px; } }
  @media (max-width: 1400px) {
    header {
      --header-height: 70px;
      --logo-height: 50px;
      --function-left-correction: 60px;
      --function-top-correction: 74px; }
      header .nav-wrapper {
        grid-template-columns: auto auto;
        grid-column-gap: 10px; }
        header .nav-wrapper .functions-wrapper {
          justify-self: end; }
        header .nav-wrapper.nav-open .logo {
          position: relative;
          z-index: 200; }
      header .menu-wrapper {
        --link-paddingX: 18px;
        --link-paddingY: 18px;
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        top: 0;
        box-sizing: border-box;
        max-height: 100vh;
        padding: var(--layout-padding);
        padding-top: calc(var(--header-height) + var(--layout-padding));
        overflow-y: scroll;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: transform 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        background-color: #fff;
        box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1); }
        header .menu-wrapper > .menu-label-wrapper {
          position: fixed;
          right: var(--layout-padding);
          left: var(--layout-padding);
          top: 0;
          display: flex;
          justify-content: right;
          align-items: center;
          height: calc(var(--logo-height) + 10px);
          padding-top: 10px;
          background-color: white; }
          header .menu-wrapper > .menu-label-wrapper .menu-label {
            display: none; }
        header .menu-wrapper .entry-title {
          display: block;
          padding-left: var(--link-paddingX);
          padding-right: var(--link-paddingX);
          padding-top: calc(var(--link-paddingY) - (0.5 * (var(--lineheight) - 1) * var(--fontsize)));
          padding-bottom: calc(var(--link-paddingY) - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
        header .menu-wrapper ul.main-entries {
          margin-bottom: 25px;
          font-size: 22px; }
          header .menu-wrapper ul.main-entries li.lvl1 {
            margin-bottom: 10px;
            border: 1px solid #dde1e6;
            border-radius: 5px; }
        header .menu-wrapper ul.burger-entries {
          font-size: 18px; }
          header .menu-wrapper ul.burger-entries .menu-label-wrapper {
            display: none; }
          header .menu-wrapper ul.burger-entries:not(.child-open)::before {
            content: "mehr erfahren";
            display: block;
            padding: var(--link-paddingY) var(--link-paddingX);
            --letterspacing: 0;
            font-size: var(--fontsize);
            line-height: var(--lineheight);
            letter-spacing: var(--letterspacing);
            --fontsize: 30px;
            --lineheight: 1.28;
            --letterspacing: 0.7px;
            font-weight: 600;
            font-style: italic;
            text-transform: uppercase;
            font-size: 15px;
            color: #a2a9b0; } }
        @media (max-width: 1400px) and (max-width: 600px) {
          header .menu-wrapper ul.burger-entries:not(.child-open)::before {
            --fontsize: 25px;
            --letterspacing: 0.5px; } }
  @media (max-width: 1400px) {
        .nav-wrapper:not(.nav-open) .menu-wrapper {
          -webkit-transform: scaleY(0);
          transform: scaleY(0); }
        .nav-wrapper.nav-open .functions-wrapper {
          visibility: hidden; }
        .nav-wrapper.nav-open.child-open ul.main-entries {
          display: none; } }
body:not(.page-video) #layout {
  margin-top: calc(var(--header-height) + var(--layout-padding)); }

body.page-video header .main-entries a,
body.page-video header .function-icon {
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

body.page-video header:not(.scrolled-down) {
  box-shadow: none;
  background-color: transparent; }
  body.page-video header:not(.scrolled-down) .nav-wrapper {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    body.page-video header:not(.scrolled-down) .nav-wrapper:not(.nav-open) .main-entries a,
    body.page-video header:not(.scrolled-down) .nav-wrapper:not(.nav-open) .burger-menu,
    body.page-video header:not(.scrolled-down) .nav-wrapper:not(.nav-open) .function-icon {
      color: #fff; }

footer {
  --footer-fs: 20px;
  margin-top: var(--element-gap);
  padding-top: var(--element-gap);
  padding-bottom: var(--element-gap);
  font-size: var(--footer-fs);
  color: #fff;
  background-color: #000; }
  footer .content-wrapper {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-padding);
    padding-right: var(--layout-padding); }
  @media (min-width: 1101px) {
    footer .content-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "text menu" "text social"; } }
  @media (max-width: 1100px) {
    footer .footer-menu,
    footer .social-menu {
      margin-top: var(--element-gap); } }
  footer .typography {
    grid-area: text;
    --fontsize: var(--footer-fs); }
  footer .footer-menu a,
  footer .social-menu a {
    color: white;
    text-decoration: none; }
  footer .footer-menu {
    grid-area: menu; }
    footer .footer-menu a {
      display: table; }
  footer .social-menu {
    grid-area: social;
    align-self: end;
    display: flex;
    align-items: center; }
    footer .social-menu span {
      flex: 1 1 100%;
      font-weight: bold; }
    footer .social-menu a {
      flex: 0 0 auto;
      margin-left: var(--footer-fs);
      font-size: 0; }
      footer .social-menu a::before {
        font-family: "icons" !important;
        speak: none;
        font-size: var(--icon-fontsize);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      footer .social-menu a::before {
        content: ""; }
      footer .social-menu a::before {
        font-size: 25px; }
      footer .social-menu a[href*='facebook.com']::before {
        content: ""; }
      footer .social-menu a[href*='instagram.com']::before {
        content: ""; }
      footer .social-menu a[href*='youtube.com']::before, footer .social-menu a[href*='youtu.be']::before {
        content: ""; }
      footer .social-menu a[href*='linkedin.com']::before {
        content: ""; }
      footer .social-menu a[href*='twitter.com']::before {
        content: ""; }

.side-menu {
  --menu-height: 80px;
  position: fixed;
  z-index: 300;
  right: 0;
  top: 250px;
  text-align: right; }
  .side-menu a {
    display: inline-flex;
    align-items: stretch;
    height: var(--menu-height);
    margin: 5px 5px 0 0;
    border-radius: 5px;
    overflow: hidden;
    --letterspacing: 0;
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    letter-spacing: var(--letterspacing);
    --fontsize: 30px;
    --lineheight: 1.28;
    --letterspacing: 0.7px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #f2f4f8;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s; }
    @media (max-width: 600px) {
      .side-menu a {
        --fontsize: 25px;
        --letterspacing: 0.5px; } }
    .side-menu a > * {
      display: flex;
      justify-content: center;
      align-items: center; }
    .side-menu a .side-menu-icon {
      width: var(--menu-height);
      color: #fff;
      background-color: #e30D3D; }
      .side-menu a .side-menu-icon::before {
        font-family: "icons" !important;
        speak: none;
        font-size: var(--icon-fontsize);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .side-menu a .side-menu-icon::before {
        content: ""; }
    .side-menu a .side-menu-title {
      padding: 0 50px;
      overflow: hidden;
      white-space: nowrap;
      -webkit-transition: font-size 0.3s, padding 0.3s, max-width 0.3s;
      transition: font-size 0.3s, padding 0.3s, max-width 0.3s; }
    .side-menu a:not(:hover) .side-menu-title {
      font-size: 0;
      padding: 0;
      max-width: 0; }
    .side-menu a:hover {
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25); }
  .side-menu a.eighty-years .side-menu-icon {
    background: #e30D3D url("img/lehmann-80years.png") center center no-repeat;
    background-size: 80% 80%; }
    .side-menu a.eighty-years .side-menu-icon::before {
      content: ''; }
  @media (max-width: 1100px) {
    .side-menu {
      display: none; } }
#layout form {
  --field-row-gap: 10px;
  --field-col-gap: 40px;
  --field-padding: 7px 30px; }
  @supports (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none) {
    #layout form input[type="radio"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    #layout form input[type='checkbox'] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    #layout form input[type='radio'],
    #layout form input[type='checkbox'] {
      width: 20px;
      height: 20px;
      border: 1px solid #c1c7cd;
      background: transparent; }
      #layout form input[type='radio']:checked,
      #layout form input[type='checkbox']:checked {
        background-color: #e30D3D; }
      #layout form input[type='radio']:disabled,
      #layout form input[type='checkbox']:disabled {
        background-color: rgba(193, 199, 205, 0.52); }
      #layout form input[type='radio']:disabled:checked,
      #layout form input[type='checkbox']:disabled:checked {
        background-color: rgba(227, 13, 61, 0.51); }
    #layout form select {
      border: 1px solid #a2a9b0;
      color: #000;
      background: white; } }
  #layout form .field input::-webkit-input-placeholder {
    color: #c1c7cd;
    opacity: 1; }
  #layout form .field input::-moz-placeholder {
    color: #c1c7cd;
    opacity: 1; }
  #layout form .field input:-moz-placeholder {
    color: #c1c7cd;
    opacity: 1; }
  #layout form .field input:-ms-input-placeholder {
    color: #c1c7cd;
    opacity: 1; }
  #layout form .field:not(.composite) {
    margin-top: var(--field-row-gap); }
  #layout form .field.text input, #layout form .field.textarea textarea {
    padding: var(--field-padding);
    --letterspacing: 0;
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    letter-spacing: var(--letterspacing);
    --fontsize: 20px;
    --lineheight: 1.4;
    background-color: #fff; }
    @media (max-width: 600px) {
      #layout form .field.text input, #layout form .field.textarea textarea {
        --fontsize: 20px; } }
  #layout form .field .field.dropdown .middleColumn {
    padding: var(--field-padding);
    background: #fff; }
    #layout form .field .field.dropdown .middleColumn select {
      border: none;
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 20px;
      --lineheight: 1.4; }
      @media (max-width: 600px) {
        #layout form .field .field.dropdown .middleColumn select {
          --fontsize: 20px; } }
  #layout form .field.optionset label.left {
    display: none; }
  #layout form .field.optionset ul {
    display: flex;
    flex-wrap: wrap; }
    #layout form .field.optionset ul > * {
      margin-right: 25px; }
  #layout form .field.uploadfield input {
    padding: var(--field-padding);
    background: #fff; }
  #layout form .field.hide-label label.left {
    color: transparent; }
  #layout form .field .message.required {
    color: #e30D3D; }
  #layout form .field.checkbox-privacy {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    #layout form .field.checkbox-privacy input {
      flex: 0 0 auto;
      margin-top: 0.2em; }
    #layout form .field.checkbox-privacy label {
      display: block;
      width: calc(100% - 40px);
      font-size: 15px !important; }
      #layout form .field.checkbox-privacy label p {
        margin-top: 0; }
    #layout form .field.checkbox-privacy .message {
      width: 100%; }
  #layout form .action {
    margin-top: 15px;
    --button-height: 50px;
    --button-color: #e30D3D;
    --button-hover-color: #c1c7cd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-width: 250px;
    min-height: var(--button-height);
    padding: 10px 17px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background-color: var(--button-color);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    min-height: 0;
    border: none;
    font-size: 20px; }
    #layout form .action:hover {
      background-color: var(--button-hover-color); }
  @media (min-width: 1101px) {
    #layout form .form-columns {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #layout form .form-columns > * {
        flex: 0 0 calc(50% - (0.5 * var(--field-col-gap))); } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider:not(.slick-initialized) .slide:not(:first-child) {
  display: none; }

.slick-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 35px; }
  .slick-slider .slick-dots li {
    position: relative;
    z-index: 100;
    margin: 0 10px;
    padding: 10px 0;
    font-size: 0;
    cursor: pointer; }
    .slick-slider .slick-dots li button {
      width: 50px;
      height: 5px;
      border: none;
      cursor: pointer;
      font-size: 0;
      border-radius: 5px;
      background-color: #dde1e6; }
    .slick-slider .slick-dots li.slick-active button {
      background-color: #e30D3D; }
  @media (max-width: 1100px) {
    .slick-slider .slick-dots {
      display: none !important; } }
.slick-slider .slick-arrow {
  --arrow-size: 50px;
  position: absolute;
  z-index: 100;
  top: calc(100% + 20px);
  left: 20px;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  color: #a2a9b0;
  background-color: #f2f4f8;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }
  .slick-slider .slick-arrow::before {
    font-family: "icons" !important;
    speak: none;
    font-size: var(--icon-fontsize);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slick-slider .slick-arrow::before {
    content: ""; }
  .slick-slider .slick-arrow::before {
    font-size: 30px; }
  .slick-slider .slick-arrow:hover {
    color: #e30D3D;
    background-color: #dde1e6; }
  .slick-slider .slick-arrow.slick-prev {
    border-radius: 5px 0 0 5px; }
  .slick-slider .slick-arrow.slick-next {
    left: calc(20px + var(--arrow-size));
    border-radius: 0 5px 5px 0; }
    .slick-slider .slick-arrow.slick-next::before {
      content: ""; }
  @media (min-width: 1101px) {
    .slick-slider .slick-arrow {
      display: none !important; } }
.el:not(:first-child) {
  margin-top: var(--element-gap); }

.el a[name] {
  position: relative;
  top: -100px;
  display: block; }

.el.marginTop-none {
  margin-top: 0; }

.el.divider-top > .el-divider {
  padding-bottom: var(--element-gap);
  border-top: 1px solid #dde1e6; }

.el.text .el-title {
  --letterspacing: 0;
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  letter-spacing: var(--letterspacing);
  --fontsize: 30px;
  --lineheight: 1.28;
  --letterspacing: 0.7px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: calc(0.2 * 1em * var(--lineheight)); }
  @media (max-width: 600px) {
    .el.text .el-title {
      --fontsize: 25px;
      --letterspacing: 0.5px; } }
.el.text.style-large .el-title {
  --letterspacing: 0;
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  letter-spacing: var(--letterspacing);
  --fontsize: 80px;
  --lineheight: 1.1;
  --letterspacing: 2px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase; }
  @media (max-width: 1100px) {
    .el.text.style-large .el-title {
      --fontsize: 50px;
      --letterspacing: 1px; } }
  @media (max-width: 600px) {
    .el.text.style-large .el-title {
      --fontsize: 35px;
      --letterspacing: 0.7px; } }
.el.text.style-large .typography {
  --letterspacing: 0;
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  letter-spacing: var(--letterspacing);
  --fontsize: 35px;
  --lineheight: 1.2; }
  @media (max-width: 1100px) {
    .el.text.style-large .typography {
      --fontsize: 31px; } }
  @media (max-width: 600px) {
    .el.text.style-large .typography {
      --fontsize: 28px; } }
@media (min-width: 1101px) {
  .el.text.style-large.intend-left .el-inner {
    display: grid;
    grid-template-columns: repeat(8, 1fr); }
    .el.text.style-large.intend-left .el-inner .el-title {
      grid-column: 1 / 9; }
    .el.text.style-large.intend-left .el-inner .typography {
      grid-column: 4 / 9; } }

@media (min-width: 1101px) {
  .el.text.style-columns .el-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: var(--grid-default-gap);
    grid-template-areas: "title1 title2" "text1 text2"; }
    .el.text.style-columns .el-inner .el-title {
      grid-area: title1; }
    .el.text.style-columns .el-inner .typography {
      grid-area: text1; }
    .el.text.style-columns .el-inner .el-title.col-right {
      grid-area: title2; }
    .el.text.style-columns .el-inner .typography.col-right {
      grid-area: text2; } }

.el.accordion {
  --itm-head-height: 80px;
  --itm-intend: 20px;
  --itm-head-padding: 10px 30px 10px 0; }
  @media (max-width: 600px) {
    .el.accordion {
      --itm-head-height: 50px;
      --itm-intend: 10px;
      --itm-head-padding: 10px 10px 10px 0; } }
  .el.accordion .el-acc .el-title {
    --letterspacing: 0;
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    letter-spacing: var(--letterspacing);
    --fontsize: 30px;
    --lineheight: 1.28;
    --letterspacing: 0.7px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: calc(30px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
    @media (max-width: 600px) {
      .el.accordion .el-acc .el-title {
        --fontsize: 25px;
        --letterspacing: 0.5px; } }
    .el.accordion .el-acc .el-title + * {
      margin-top: calc(0px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
  .el.accordion .el-acc .typography {
    margin-bottom: calc(50px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
  .el.accordion .acc-items {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .el.accordion .acc-items .item-wrapper {
      box-sizing: border-box;
      border-top: 1px solid #dde1e6;
      border-bottom: 1px solid #dde1e6; }
      .el.accordion .acc-items .item-wrapper:not(:first-child) {
        margin-top: 10px; }
      .el.accordion .acc-items .item-wrapper .item-head {
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        min-height: var(--itm-head-height);
        padding: var(--itm-head-padding);
        --letterspacing: 0;
        font-size: var(--fontsize);
        line-height: var(--lineheight);
        letter-spacing: var(--letterspacing);
        --fontsize: 20px;
        --lineheight: 1.4;
        font-weight: bold;
        -webkit-transition: color 0.3s, background-color 0.3s;
        transition: color 0.3s, background-color 0.3s;
        cursor: pointer; }
        @media (max-width: 600px) {
          .el.accordion .acc-items .item-wrapper .item-head {
            --fontsize: 20px; } }
        .el.accordion .acc-items .item-wrapper .item-head .head-icon {
          margin-left: 10px;
          font-size: 12px;
          -webkit-transition: transform 0.3s;
          transition: transform 0.3s; }
      .el.accordion .acc-items .item-wrapper .item-content {
        padding-bottom: 50px; }
        .el.accordion .acc-items .item-wrapper .item-content .el-inner.layout-padding {
          --layout-padding: var(--itm-intend);
          padding-left: 0; }
      .el.accordion .acc-items .item-wrapper:not(.open) {
        max-width: calc(100% - 2 * var(--layout-padding));
        width: 1640px; }
        .el.accordion .acc-items .item-wrapper:not(.open) .item-head:hover {
          color: #e30D3D;
          background-color: #f2f4f8; }
      .el.accordion .acc-items .item-wrapper.open {
        width: 100%;
        padding-left: var(--layout-padding);
        padding-right: var(--layout-padding); }
        .el.accordion .acc-items .item-wrapper.open > * {
          max-width: 1640px;
          margin-left: auto;
          margin-right: auto; }
        .el.accordion .acc-items .item-wrapper.open .item-head {
          color: #e30D3D; }
          .el.accordion .acc-items .item-wrapper.open .item-head .head-icon {
            transform: scaleY(-1); }

.el.linklist {
  --link-height: 60px;
  --link-gap: 10px;
  --link-padding: 20px; }
  @media (max-width: 600px) {
    .el.linklist {
      --link-height: 50px;
      --link-padding: 10px 20px; } }
  .el.linklist .el-title {
    --letterspacing: 0;
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    letter-spacing: var(--letterspacing);
    --fontsize: 30px;
    --lineheight: 1.28;
    --letterspacing: 0.7px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: calc(30px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
    @media (max-width: 600px) {
      .el.linklist .el-title {
        --fontsize: 25px;
        --letterspacing: 0.5px; } }
    .el.linklist .el-title + * {
      margin-top: calc(0px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
  .el.linklist .typography {
    margin-bottom: calc(50px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
  .el.linklist:not(.style-buttons) .link-entry {
    box-sizing: border-box;
    min-height: var(--link-height);
    padding: var(--link-padding);
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .el.linklist:not(.style-buttons) .link-entry:not(:first-child) {
      margin-top: var(--link-gap); }
    @media (max-width: 600px) {
      .el.linklist:not(.style-buttons) .link-entry .link-icon::before {
        font-size: 0; } }
  .el.linklist:not(.style-big):not(.style-buttons) .link-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background-color: #f2f4f8; }
    .el.linklist:not(.style-big):not(.style-buttons) .link-entry:hover {
      background-color: #dde1e6; }
    .el.linklist:not(.style-big):not(.style-buttons) .link-entry .link-title {
      padding-right: 53px;
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 20px;
      --lineheight: 1.4;
      font-style: italic;
      font-weight: 600;
      text-transform: uppercase; }
  .el.linklist.style-big {
    --link-gap: 0;
    --wrapper-padding: 10px;
    --link-padding: 10px 20px 10px 0;
    --imgWidth: 250px;
    --imgMarginRight: 30px;
    --iconWidth: 210px; }
    .el.linklist.style-big .link-wrapper {
      padding: var(--wrapper-padding) 0;
      border-top: 1px solid #dde1e6; }
      .el.linklist.style-big .link-wrapper:last-child {
        border-bottom: 1px solid #dde1e6; }
    .el.linklist.style-big .link-entry {
      display: grid;
      grid-template-columns: var(--imgWidth) auto var(--iconWidth);
      grid-template-areas: "image title icon" "image text icon";
      grid-row-gap: 8px;
      align-items: center;
      padding: var(--link-padding); }
      .el.linklist.style-big .link-entry:hover {
        background-color: #f2f4f8; }
      .el.linklist.style-big .link-entry .link-image {
        grid-area: image;
        margin-right: var(--imgMarginRight); }
        .el.linklist.style-big .link-entry .link-image img {
          display: block; }
      .el.linklist.style-big .link-entry .link-title {
        grid-area: title;
        align-self: end;
        padding-right: 20px;
        --letterspacing: 0;
        font-size: var(--fontsize);
        line-height: var(--lineheight);
        letter-spacing: var(--letterspacing);
        --fontsize: 30px;
        --lineheight: 1.28;
        --letterspacing: 0.7px;
        font-weight: 600;
        font-style: italic;
        text-transform: uppercase; }
        @media (max-width: 600px) {
          .el.linklist.style-big .link-entry .link-title {
            --fontsize: 25px;
            --letterspacing: 0.5px; } }
      .el.linklist.style-big .link-entry .link-text {
        grid-area: text;
        align-self: start;
        padding-right: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .el.linklist.style-big .link-entry .link-icon {
        grid-area: icon;
        align-self: stretch;
        display: flex;
        justify-content: right;
        align-items: center;
        padding-left: 20px;
        border-left: 1px solid #dde1e6; }
    @media (max-width: 1100px) {
      .el.linklist.style-big {
        --wrapper-padding: 5px;
        --link-padding: 5px 0 5px 0;
        --imgWidth: 125px;
        --imgMarginRight: 15px;
        --iconWidth: 160px; }
        .el.linklist.style-big .link-entry {
          grid-template-areas: "image title icon"; }
          .el.linklist.style-big .link-entry .link-title {
            align-self: center;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto; }
          .el.linklist.style-big .link-entry .link-text {
            display: none; } }
    @media (max-width: 600px) {
      .el.linklist.style-big {
        --iconWidth: 40px; }
        .el.linklist.style-big .link-entry .link-title {
          font-size: 20px; }
        .el.linklist.style-big .link-entry .link-icon {
          display: none; } }
  .el.linklist.style-buttons {
    --button-row-gap: 60px; }
    .el.linklist.style-buttons .link-list {
      display: grid;
      grid-row-gap: var(--button-row-gap); }
    .el.linklist.style-buttons .link-entry {
      --button-height: 50px;
      --button-color: #e30D3D;
      --button-hover-color: #c1c7cd;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      min-width: 250px;
      min-height: var(--button-height);
      padding: 10px 17px;
      border-radius: 5px;
      font-size: 15px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      color: #fff;
      background-color: var(--button-color);
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 30px;
      --lineheight: 1.28;
      --letterspacing: 0.7px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase;
      margin: 0; }
      .el.linklist.style-buttons .link-entry:hover {
        background-color: var(--button-hover-color); }
      @media (max-width: 600px) {
        .el.linklist.style-buttons .link-entry {
          --fontsize: 25px;
          --letterspacing: 0.5px; } }
      @media (min-width: 601px) {
        .el.linklist.style-buttons .link-entry {
          --button-height: 100px; } }
      .el.linklist.style-buttons .link-entry .link-icon {
        display: none; }
    @media (min-width: 1101px) {
      .el.linklist.style-buttons .link-list {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: var(--layout-padding); } }
    @media (max-width: 1100px) {
      .el.linklist.style-buttons {
        --button-row-gap: 20px; } }
    .el.linklist.style-buttons .link-entry[href^='tel:']::before {
      font-family: "icons" !important;
      speak: none;
      font-size: var(--icon-fontsize);
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .el.linklist.style-buttons .link-entry[href^='tel:']::before {
      content: ""; }
    .el.linklist.style-buttons .link-entry[href^='tel:']::before {
      display: inline-block;
      margin-right: 12px;
      font-size: 0.7em; }

.el.iconlist {
  --iconsize-X: 170px;
  --iconsize-Y: 228px;
  --icon-gap: 40px;
  --icon-fs: inherit; }
  @media (max-width: 600px) {
    .el.iconlist {
      --iconsize-X: 128px;
      --iconsize-Y: 170px;
      --icon-gap: 20px;
      --icon-fs: 16px; } }
  .el.iconlist .el-title {
    --letterspacing: 0;
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    letter-spacing: var(--letterspacing);
    --fontsize: 30px;
    --lineheight: 1.28;
    --letterspacing: 0.7px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: calc(60px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
    @media (max-width: 600px) {
      .el.iconlist .el-title {
        --fontsize: 25px;
        --letterspacing: 0.5px; } }
  .el.iconlist .icon-list {
    display: grid;
    grid-gap: var(--icon-gap);
    grid-template-columns: repeat(auto-fit, var(--iconsize-X));
    justify-content: center; }
    .el.iconlist .icon-list .icon-entry {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      width: var(--iconsize-X);
      height: var(--iconsize-Y);
      padding: 30px 10px;
      text-align: center;
      border-radius: 5px;
      color: #fff;
      background-color: #e30D3D; }
      .el.iconlist .icon-list .icon-entry .icon-title {
        font-size: var(--icon-fs); }

.el.bannerslider {
  --el-button-top: -37px; }
  .el.bannerslider .el-inner > .button-wrapper {
    text-align: right;
    margin-top: var(--el-button-top); }
  .el.bannerslider .slide .button-wrapper {
    height: 50px;
    padding-top: 20px;
    text-align: right; }
  .el.bannerslider .button-wrapper .link-button {
    position: relative;
    z-index: 150; }
  .el.bannerslider .slide-title {
    --letterspacing: 0;
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    letter-spacing: var(--letterspacing);
    --fontsize: 30px;
    --lineheight: 1.28;
    --letterspacing: 0.7px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase; }
    @media (max-width: 600px) {
      .el.bannerslider .slide-title {
        --fontsize: 25px;
        --letterspacing: 0.5px; } }
  .el.bannerslider .slick-slider .slick-arrow {
    left: var(--inner-padding);
    top: auto;
    bottom: 0; }
    .el.bannerslider .slick-slider .slick-arrow.slick-next {
      left: calc(var(--inner-padding) + var(--arrow-size)); }
  @media (min-width: 1101px) {
    .el.bannerslider .slick-dots {
      margin-top: -38px; } }
  @media (max-width: 1100px) {
    .el.bannerslider {
      --el-button-top: -50px; } }
  @media (max-width: 600px) {
    .el.bannerslider .link-button {
      min-width: 150px; } }
  .el.bannerslider:not(.style-super) {
    --image-height: 530px; }
    .el.bannerslider:not(.style-super) .slide {
      display: grid; }
      .el.bannerslider:not(.style-super) .slide .slide-image {
        grid-area: image;
        height: var(--image-height); }
      .el.bannerslider:not(.style-super) .slide .slide-title {
        grid-area: title;
        background-color: #f2f4f8;
        padding-bottom: calc(25px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
      .el.bannerslider:not(.style-super) .slide .slide-text {
        grid-area: text;
        background-color: #f2f4f8;
        padding-bottom: calc(25px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
      .el.bannerslider:not(.style-super) .slide .button-wrapper {
        grid-area: button;
        justify-self: end; }
    @media (min-width: 1101px) {
      .el.bannerslider:not(.style-super) .slide {
        grid-template-columns: 50% minmax(auto, 820px) auto;
        grid-template-areas: "image title spacer-right" "image text spacer-right" "button button spacer-button"; }
        .el.bannerslider:not(.style-super) .slide .slide-title,
        .el.bannerslider:not(.style-super) .slide .slide-text {
          padding-left: 100px; }
        .el.bannerslider:not(.style-super) .slide .slide-title {
          display: flex;
          align-items: end; }
        .el.bannerslider:not(.style-super) .slide .slide-text {
          grid-area: text; }
        .el.bannerslider:not(.style-super) .slide::before {
          grid-area: spacer-right;
          content: '';
          min-width: var(--layout-padding);
          background-color: #f2f4f8; } }
    @media (max-width: 1100px) {
      .el.bannerslider:not(.style-super) {
        --el-button-top: -50px;
        --image-height: 500px;
        --inner-padding: 40px; }
        .el.bannerslider:not(.style-super) .slide {
          grid-template-columns: 100%;
          grid-template-areas: "image" "title" "text" "button"; }
          .el.bannerslider:not(.style-super) .slide .slide-title {
            padding-top: 60px; }
          .el.bannerslider:not(.style-super) .slide > *:not(.slide-image) {
            padding-left: var(--inner-padding);
            padding-right: var(--inner-padding); }
          .el.bannerslider:not(.style-super) .slide .slide-text {
            padding-bottom: var(--inner-padding); } }
    @media (max-width: 600px) {
      .el.bannerslider:not(.style-super) {
        --image-height: 265px;
        --inner-padding: 20px; } }
  .el.bannerslider.style-full {
    --image-height: 450px;
    --slider-paddingBottom: 100px; }
    .el.bannerslider.style-full .el-inner {
      padding-bottom: var(--slider-paddingBottom);
      background-color: #f2f4f8; }
    .el.bannerslider.style-full .slide .slide-title {
      color: #e30D3D; }
    .el.bannerslider.style-full .slide .slide-text {
      padding-bottom: 0; }
    .el.bannerslider.style-full .slick-slider .slick-arrow {
      border: 1px solid #dde1e6; }
      .el.bannerslider.style-full .slick-slider .slick-arrow.slick-prev {
        border-right: none; }
      .el.bannerslider.style-full .slick-slider .slick-arrow.slick-next {
        border-left: none; }
    @media (min-width: 1101px) {
      .el.bannerslider.style-full .slide {
        grid-template-columns: 1fr minmax(auto, 820px) minmax(auto, 820px) 1fr;
        grid-template-areas: "spacer-left title dummy spacer-right" "spacer-left image text spacer-right" "spacer-left button button spacer-right"; }
        .el.bannerslider.style-full .slide .slide-title {
          justify-self: start;
          padding-top: calc(100px - (0.5 * (var(--lineheight) - 1) * var(--fontsize)));
          padding-bottom: calc(50px - (0.5 * (var(--lineheight) - 1) * var(--fontsize)));
          padding-left: 0; }
        .el.bannerslider.style-full .slide .slide-text {
          align-self: center; }
        .el.bannerslider.style-full .slide::before, .el.bannerslider.style-full .slide::after {
          grid-area: spacer-left;
          content: '';
          min-width: var(--layout-padding); }
        .el.bannerslider.style-full .slide::after {
          grid-area: spacer-right; } }
    @media (max-width: 1100px) {
      .el.bannerslider.style-full {
        --slider-paddingBottom: 40px;
        --el-button-top: -50px; }
        .el.bannerslider.style-full .slide {
          grid-template-columns: 100%;
          grid-template-areas: "title" "image" "text" "button";
          padding: var(--inner-padding);
          padding-bottom: 0; }
          .el.bannerslider.style-full .slide > * {
            padding-left: 0 !important;
            padding-right: 0 !important; }
          .el.bannerslider.style-full .slide .slide-title {
            padding-top: 0; }
          .el.bannerslider.style-full .slide .slide-text {
            margin-top: calc(30px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
        .el.bannerslider.style-full .button-wrapper {
          padding-right: var(--inner-padding); } }
    @media (max-width: 600px) {
      .el.bannerslider.style-full {
        --image-height: 240px; }
        .el.bannerslider.style-full .slide {
          padding-left: 20px;
          padding-right: 20px; } }
  .el.bannerslider.style-super {
    --image-height: 560px;
    --text-paddingTop: 100px;
    --inner-padding: var(--layout-padding); }
    @media (max-width: 1100px) {
      .el.bannerslider.style-super {
        --text-paddingTop: 50px; } }
    @media (max-width: 600px) {
      .el.bannerslider.style-super {
        --text-paddingTop: 20px;
        --layout-padding: 30px; } }
    .el.bannerslider.style-super .slide .slide-image {
      min-height: var(--image-height);
      background: center center no-repeat;
      background-size: cover; }
    .el.bannerslider.style-super .slide .text-wrapper {
      color: #fff; }
      .el.bannerslider.style-super .slide .text-wrapper > * {
        max-width: 800px; }
    .el.bannerslider.style-super .slide .slide-title {
      padding-top: calc(var(--text-paddingTop) - (0.5 * (var(--lineheight) - 1) * var(--fontsize)));
      padding-bottom: calc(30px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }

.el.form .el-title {
  margin-bottom: 60px;
  font-size: 30px; }

.el.form .form-wrapper {
  background-color: #f2f4f8;
  padding: var(--layout-padding); }

.el.form.type-callback {
  --box-padding: 45px 35px; }
  .el.form.type-callback form {
    --field-col-gap: 20px;
    font-size: 20px; }
    .el.form.type-callback form .field.text label.left {
      display: none; }
    .el.form.type-callback form .field.text input {
      font-size: 20px; }
    .el.form.type-callback form .field.dropdown label.left {
      display: none; }
    .el.form.type-callback form .field.dropdown select {
      border: none;
      color: #c1c7cd;
      background: white; }
  .el.form.type-callback .el-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 10px 1fr 1fr;
    grid-template-areas: "image title spacer form form"; }
    .el.form.type-callback .el-inner > * {
      box-sizing: border-box; }
    .el.form.type-callback .el-inner .image-wrapper {
      grid-area: image;
      background: center center no-repeat;
      background-size: cover; }
    .el.form.type-callback .el-inner .el-title {
      grid-area: title;
      min-height: var(--title-minHeight);
      margin-bottom: 0;
      padding: var(--layout-padding);
      color: #fff;
      background-color: #e30D3D;
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 30px;
      --lineheight: 1.28;
      --letterspacing: 0.7px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase; }
      @media (max-width: 600px) {
        .el.form.type-callback .el-inner .el-title {
          --fontsize: 25px;
          --letterspacing: 0.5px; } }
      .el.form.type-callback .el-inner .el-title::before {
        font-family: "icons" !important;
        speak: none;
        font-size: var(--icon-fontsize);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .el.form.type-callback .el-inner .el-title::before {
        content: ""; }
      .el.form.type-callback .el-inner .el-title::before {
        font-size: 25px; }
    .el.form.type-callback .el-inner .form-wrapper {
      grid-area: form;
      border-radius: 5px;
      overflow: hidden; }
    @media (min-width: 1101px) {
      .el.form.type-callback .el-inner .image-wrapper {
        min-height: 420px;
        border-radius: 5px 0 0 5px; }
      .el.form.type-callback .el-inner .el-title {
        border-radius: 0 5px 5px 0; }
        .el.form.type-callback .el-inner .el-title::before {
          display: block;
          margin-bottom: 25px;
          color: #fff; } }
    @media (max-width: 1100px) {
      .el.form.type-callback .el-inner {
        --title-minHeight: 100px;
        grid-template-columns: 1fr;
        grid-template-rows: auto 10px auto;
        grid-template-areas: "title" "spacer" "form";
        padding-left: var(--layout-padding);
        padding-right: var(--layout-padding); }
        .el.form.type-callback .el-inner .image-wrapper {
          display: none; }
        .el.form.type-callback .el-inner .el-title {
          --button-height: 50px;
          --button-color: #e30D3D;
          --button-hover-color: #c1c7cd;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
          min-width: 250px;
          min-height: var(--button-height);
          padding: 10px 17px;
          border-radius: 5px;
          font-size: 15px;
          font-weight: 600;
          font-style: italic;
          text-transform: uppercase;
          text-decoration: none;
          cursor: pointer;
          color: #fff;
          background-color: var(--button-color);
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
          --letterspacing: 0;
          font-size: var(--fontsize);
          line-height: var(--lineheight);
          letter-spacing: var(--letterspacing);
          --fontsize: 30px;
          --lineheight: 1.28;
          --letterspacing: 0.7px;
          font-weight: 600;
          font-style: italic;
          text-transform: uppercase;
          --button-hover-color: var(--button-color);
          cursor: auto; }
          .el.form.type-callback .el-inner .el-title:hover {
            background-color: var(--button-hover-color); } }
    @media (max-width: 1100px) and (max-width: 600px) {
      .el.form.type-callback .el-inner .el-title {
        --fontsize: 25px;
        --letterspacing: 0.5px; } }
    @media (max-width: 1100px) and (min-width: 601px) {
      .el.form.type-callback .el-inner .el-title {
        --button-height: 100px; } }
    @media (max-width: 1100px) {
          .el.form.type-callback .el-inner .el-title::before {
            display: inline-block;
            margin-right: 10px; } }
.el.form.type-contact .el-inner, .el.form.type-job .el-inner {
  padding-left: var(--layout-padding);
  padding-right: var(--layout-padding); }

.el.form.type-contact .form-header, .el.form.type-job .form-header {
  margin-bottom: calc(70px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
  .el.form.type-contact .form-header.typography table, .el.form.type-job .form-header.typography table {
    width: 100% !important; }
  .el.form.type-contact .form-header.typography table td, .el.form.type-job .form-header.typography table td {
    width: 50% !important; }

.el.form.type-job .field.job-title label.left {
  display: none; }

.el.form.type-job .field.job-title input {
  font-weight: bold; }

.el.imgteaser {
  --media-height: 450px;
  --color-padding: 0;
  --bg-color: transparent;
  --text-color: #000;
  --img-text-gap: 35px; }
  @media (max-width: 600px) {
    .el.imgteaser {
      --img-text-gap: 20px; } }
  .el.imgteaser .el-outer {
    padding-top: var(--color-padding);
    padding-bottom: var(--color-padding);
    background-color: var(--bg-color); }
  .el.imgteaser .teaser-entry {
    color: var(--text-color); }
    .el.imgteaser .teaser-entry .media-wrapper {
      height: var(--media-height); }
    .el.imgteaser .teaser-entry .text-wrapper {
      margin-top: var(--img-text-gap); }
    .el.imgteaser .teaser-entry .teaser-title {
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 30px;
      --lineheight: 1.28;
      --letterspacing: 0.7px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase;
      margin-bottom: calc(10px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
      @media (max-width: 600px) {
        .el.imgteaser .teaser-entry .teaser-title {
          --fontsize: 25px;
          --letterspacing: 0.5px; } }
      .el.imgteaser .teaser-entry .teaser-title + * {
        margin-top: calc(0px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
    .el.imgteaser .teaser-entry .teaser-text {
      grid-area: text;
      margin-bottom: calc(30px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
      .el.imgteaser .teaser-entry .teaser-text + * {
        margin-top: calc(0px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
    .el.imgteaser .teaser-entry.has-link {
      position: relative;
      cursor: pointer; }
      .el.imgteaser .teaser-entry.has-link::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: -5px;
        right: -5px;
        top: -5px;
        bottom: -5px;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s; }
      .el.imgteaser .teaser-entry.has-link:hover::after {
        background-color: #f2f4f8; }
    @media (max-width: 1100px) {
      .el.imgteaser .teaser-entry .media-wrapper.fp-container {
        height: auto; }
        .el.imgteaser .teaser-entry .media-wrapper.fp-container img {
          position: static;
          width: 100%; } }
  .el.imgteaser .media-wrapper.youtube {
    display: flex;
    align-items: center; }
    .el.imgteaser .media-wrapper.youtube .iframe-wrapper1 {
      width: 100%;
      position: relative;
      padding-top: calc(100% / 16 * 9); }
      .el.imgteaser .media-wrapper.youtube .iframe-wrapper1 .iframe-wrapper2 {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        .el.imgteaser .media-wrapper.youtube .iframe-wrapper1 .iframe-wrapper2 iframe {
          width: 100%;
          height: 100%; }
    .el.imgteaser .media-wrapper.youtube .cookie-compliance-required {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      max-width: 1640px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      min-height: 200px;
      padding: var(--layout-padding);
      text-align: center;
      background: url(img/video-bg.png) center center no-repeat; }
    @media (max-width: 1100px) {
      .el.imgteaser .media-wrapper.youtube {
        height: auto; } }
  .el.imgteaser.bgColor-black {
    --color-padding: 100px;
    --bg-color: #000;
    --text-color: #fff; }
  .el.imgteaser.bgColor-red {
    --color-padding: 100px;
    --bg-color: #e30D3D;
    --text-color: #fff; }
  .el.imgteaser.bgColor-green {
    --color-padding: 100px;
    --bg-color: #41a437;
    --text-color: #fff; }
  .el.imgteaser.bgColor-red .teaser-link, .el.imgteaser.bgColor-green .teaser-link {
    color: var(--text-color); }
  .el.imgteaser:not(.style-imgFull) .el-inner {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-padding);
    padding-right: var(--layout-padding); }
  .el.imgteaser.imgCrop-disable {
    --media-height: auto !important; }
    .el.imgteaser.imgCrop-disable .media-wrapper img {
      width: 100%; }
  .el.imgteaser:not(.style-imgFull):not(.style-columns) .media-wrapper.youtube {
    height: auto; }
  @media (min-width: 1101px) {
    .el.imgteaser:not(.style-imgFull):not(.style-columns) .teaser-entry {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 40px;
      grid-template-areas: "media text"; }
      .el.imgteaser:not(.style-imgFull):not(.style-columns) .teaser-entry .media-wrapper {
        grid-area: media;
        align-self: center; }
      .el.imgteaser:not(.style-imgFull):not(.style-columns) .teaser-entry .text-wrapper {
        grid-area: text;
        place-self: center;
        margin-top: 0;
        width: 470px;
        max-width: 100%; }
    .el.imgteaser:not(.style-imgFull):not(.style-columns).style-imgRight .teaser-entry {
      grid-template-areas: "text media"; } }
  .el.imgteaser.style-imgFull .media-wrapper.youtube {
    height: auto; }
  .el.imgteaser.style-imgFull .text-wrapper {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-padding);
    padding-right: var(--layout-padding); }
    .el.imgteaser.style-imgFull .text-wrapper > * {
      max-width: 770px; }
  @media (min-width: 1101px) {
    .el.imgteaser.style-imgFull {
      --media-height: 920px; } }
  @media (min-width: 1101px) {
    .el.imgteaser.style-columns .teaser-list {
      display: grid;
      align-items: start; }
    .el.imgteaser.style-columns.col2 .teaser-list {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 40px; }
    .el.imgteaser.style-columns.col3 {
      --media-height: 300px; }
      .el.imgteaser.style-columns.col3 .teaser-list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 25px; } }
  @media (max-width: 1100px) {
    .el.imgteaser.style-columns .teaser-entry {
      margin-top: calc(var(--img-text-gap) + 10px); } }
.el.references .el-outer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #dde1e6; }

.el.references .el-title {
  --letterspacing: 0;
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  letter-spacing: var(--letterspacing);
  --fontsize: 30px;
  --lineheight: 1.28;
  --letterspacing: 0.7px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-top: calc(0px - (0.5 * (var(--lineheight) - 1) * var(--fontsize)));
  margin-bottom: calc(70px - (0.5 * (var(--lineheight) - 1) * var(--fontsize)));
  color: #e30D3D; }
  @media (max-width: 600px) {
    .el.references .el-title {
      --fontsize: 25px;
      --letterspacing: 0.5px; } }
.el.references img {
  display: block; }

.el.references .teaser-entry .part-big {
  grid-area: bigpart; }

.el.references .teaser-entry .part-small {
  grid-area: smallpart; }

.el.references .teaser-entry .teaser-title {
  --letterspacing: 0;
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  letter-spacing: var(--letterspacing);
  --fontsize: 30px;
  --lineheight: 1.28;
  --letterspacing: 0.7px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-top: calc(50px - (0.5 * (var(--lineheight) - 1) * var(--fontsize)));
  margin-bottom: calc(30px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }
  @media (max-width: 600px) {
    .el.references .teaser-entry .teaser-title {
      --fontsize: 25px;
      --letterspacing: 0.5px; } }
  .el.references .teaser-entry .teaser-title + * {
    margin-top: calc(0px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }

.el.references .teaser-entry .part-big .teaser-text {
  margin-bottom: calc(30px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }

@media (min-width: 1101px) {
  .el.references[class*='style-img'] .teaser-entry {
    display: grid;
    grid-template-columns: 5fr 40px 3fr;
    grid-template-areas: "bigpart spacer smallpart"; } }

@media (max-width: 1100px) {
  .el.references .part-small {
    display: none; } }

.el.references.style-img2-right .teaser-entry {
  grid-template-columns: 3fr 40px 5fr;
  grid-template-areas: "smallpart spacer bigpart"; }

.el.references.style-img-left .part-small, .el.references.style-img-right .part-small {
  display: none; }

.el.references.style-img-right .teaser-entry {
  grid-template-columns: 3fr 40px 5fr;
  grid-template-areas: "empty spacer bigpart"; }

.el.references.style-img-full .teaser-entry {
  display: block; }

.el.references.style-img-full .part-big > *:not(.teaser-img-big) {
  max-width: 1000px; }

.el.references.style-img-full .part-small {
  display: none; }

@media (min-width: 1101px) {
  .el.references.style-col2 .ref-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px; } }

@media (min-width: 1101px) {
  .el.references.style-col3 .ref-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px; } }

@media (max-width: 1100px) {
  .el.references.style-col2 .teaser-entry:not(:first-child), .el.references.style-col3 .teaser-entry:not(:first-child) {
    margin-top: 60px; } }

.el.references + .el.references {
  margin-top: 0; }
  .el.references + .el.references .el-outer {
    padding-top: 0; }

.el.newslist {
  --entry-gap: 40px;
  --icon-width: 110px; }
  @media (max-width: 1100px) {
    .el.newslist {
      --icon-width: 85px;
      --text-height: 160px; } }
  .el.newslist .el-inner {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-padding);
    padding-right: var(--layout-padding); }
  .el.newslist .news-list {
    margin-left: calc(-0.5 * var(--entry-gap));
    margin-right: calc(-0.5 * var(--entry-gap));
    padding-bottom: 70px; }
  .el.newslist .slick-slider .slick-track {
    display: flex;
    align-items: stretch; }
    @media (min-width: 601px) {
      .el.newslist .slick-slider .slick-track .slick-slide {
        height: auto; } }
  .el.newslist .slick-slider .slick-arrow {
    top: auto;
    bottom: 0; }
  .el.newslist .list-entry {
    display: grid;
    grid-template-columns: var(--icon-width) auto;
    grid-template-rows: auto min-content;
    grid-template-areas: "icon text" "image image";
    box-sizing: border-box;
    margin: 7px calc(0.5 * var(--entry-gap));
    border: 1px solid #c1c7cd;
    outline: transparent;
    text-decoration: none;
    -webkit-transition: border-color 0.3s, background-color 0.3s, outline 0.3s;
    transition: border-color 0.3s, background-color 0.3s, outline 0.3s; }
    .el.newslist .list-entry span {
      display: block; }
    .el.newslist .list-entry .news-icon {
      grid-area: icon;
      position: relative;
      overflow: hidden;
      text-align: center;
      color: #e30D3D; }
      .el.newslist .list-entry .news-icon::before {
        position: relative;
        z-index: 10;
        left: -7%;
        top: 30px;
        font-size: 30px; }
      .el.newslist .list-entry .news-icon::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
        border-right: 1px solid #c1c7cd; }
    .el.newslist .list-entry .text-wrapper {
      grid-area: text;
      padding: 20px; }
    .el.newslist .list-entry .news-date {
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 30px;
      --lineheight: 1.28;
      --letterspacing: 0.7px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 7px; }
      @media (max-width: 600px) {
        .el.newslist .list-entry .news-date {
          --fontsize: 25px;
          --letterspacing: 0.5px; } }
    .el.newslist .list-entry .news-text {
      overflow: hidden;
      text-overflow: ellipsis; }
    .el.newslist .list-entry .news-image {
      grid-area: image;
      padding: 20px;
      border-top: 1px solid #c1c7cd; }
      .el.newslist .list-entry .news-image img {
        display: block;
        width: 100%; }
    .el.newslist .list-entry.highlight .news-icon {
      color: #fff; }
      .el.newslist .list-entry.highlight .news-icon::after {
        border-right: none;
        background-color: #e30D3D; }
    .el.newslist .list-entry.highlight .news-date {
      color: #e30D3D; }
    .el.newslist .list-entry.highlight .news-image {
      margin: 0 -1px -1px -1px;
      border: 0;
      padding: 0; }
    .el.newslist .list-entry.highlight:hover {
      border-color: #f2f4f8;
      background-color: #f2f4f8;
      outline: 7px solid #f2f4f8; }
    .el.newslist .list-entry.in-past .text-wrapper * {
      color: #c1c7cd; }
  .el.newslist a.list-entry[href]:hover {
    border-color: #f2f4f8;
    background-color: #f2f4f8; }

.el.pageheader .el-inner {
  position: relative;
  overflow: hidden; }
  .el.pageheader .el-inner .text-wrapper {
    max-width: 1640px;
    padding-left: var(--layout-padding);
    padding-right: var(--layout-padding);
    padding-bottom: 80px;
    color: #fff; }
    .el.pageheader .el-inner .text-wrapper .el-title {
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 80px;
      --lineheight: 1.1;
      --letterspacing: 2px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase; }
      @media (max-width: 1100px) {
        .el.pageheader .el-inner .text-wrapper .el-title {
          --fontsize: 50px;
          --letterspacing: 1px; } }
      @media (max-width: 600px) {
        .el.pageheader .el-inner .text-wrapper .el-title {
          --fontsize: 35px;
          --letterspacing: 0.7px; } }
    .el.pageheader .el-inner .text-wrapper .text {
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 35px;
      --lineheight: 1.2; }
      @media (max-width: 1100px) {
        .el.pageheader .el-inner .text-wrapper .text {
          --fontsize: 31px; } }
      @media (max-width: 600px) {
        .el.pageheader .el-inner .text-wrapper .text {
          --fontsize: 28px; } }
@media (min-width: 1101px) {
  .el.pageheader .el-inner .video-wrapper {
    position: relative;
    z-index: 100; }
    .el.pageheader .el-inner .video-wrapper video {
      width: 100%; }
    .el.pageheader .el-inner .video-wrapper::after {
      content: '';
      position: relative;
      z-index: 100;
      display: block;
      height: 290px;
      margin-top: -5vw;
      background: #000;
      box-shadow: 0 0 60px 55px #000; }
  .el.pageheader .el-inner .text-wrapper {
    position: absolute;
    z-index: 200;
    top: 185px;
    bottom: 0;
    left: 50%;
    right: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 3fr 5fr;
    grid-template-rows: 1fr min-content;
    grid-column-gap: 40px;
    grid-template-areas: "title title" "link text"; }
    .el.pageheader .el-inner .text-wrapper .el-title {
      grid-area: title;
      align-self: start;
      margin-top: calc(-0.2 * var(--fontsize));
      --fontsize: 110px; }
    .el.pageheader .el-inner .text-wrapper .text {
      grid-area: text; }
    .el.pageheader .el-inner .text-wrapper .link-button {
      grid-area: link;
      place-self: start start; } }

@media (max-width: 1100px) {
  .el.pageheader .el-inner .video-wrapper {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0; }
  .el.pageheader .el-inner .text-wrapper {
    position: relative;
    padding-top: 75px; }
    .el.pageheader .el-inner .text-wrapper .text,
    .el.pageheader .el-inner .text-wrapper .link-button {
      margin-top: var(--element-gap); }
    .el.pageheader .el-inner .text-wrapper::after {
      content: '';
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      height: 90px;
      margin-top: -5vw;
      background: #000;
      box-shadow: 0 0 100px 95px #000; } }

@media (max-width: 600px) {
  .el.pageheader .el-inner .video-wrapper {
    bottom: 0;
    background: #000; }
    .el.pageheader .el-inner .video-wrapper video {
      display: none; }
  .el.pageheader .el-inner .text-wrapper .text {
    --fontsize: 22px; } }

.cookie-consent-wrapper {
  --consent-gap: 20px;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: var(--consent-gap);
  padding-bottom: var(--consent-gap);
  background-color: #fff;
  box-shadow: 0 0 7px #333; }
  .cookie-consent-wrapper .cookie-consent {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--layout-padding);
    padding-right: var(--layout-padding); }
    .cookie-consent-wrapper .cookie-consent-title {
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 30px;
      --lineheight: 1.28;
      --letterspacing: 0.7px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase; }
      @media (max-width: 600px) {
        .cookie-consent-wrapper .cookie-consent-title {
          --fontsize: 25px;
          --letterspacing: 0.5px; } }
    .cookie-consent-wrapper .cookie-consent-description {
      margin-top: var(--consent-gap);
      margin-bottom: 10px;
      --letterspacing: 0;
      font-size: var(--fontsize);
      line-height: var(--lineheight);
      letter-spacing: var(--letterspacing);
      --fontsize: 20px;
      --lineheight: 1.4; }
      @media (max-width: 600px) {
        .cookie-consent-wrapper .cookie-consent-description {
          --fontsize: 20px; } }
    .cookie-consent-wrapper .cookie-consent-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .cookie-consent-wrapper .cookie-consent-buttons .button {
        margin-top: 10px;
        --button-height: 50px;
        --button-color: #e30D3D;
        --button-hover-color: #c1c7cd;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        min-width: 250px;
        min-height: var(--button-height);
        padding: 10px 17px;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        background-color: var(--button-color);
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        .cookie-consent-wrapper .cookie-consent-buttons .button:hover {
          background-color: var(--button-hover-color); }
        @media (min-width: 1100px) {
          .cookie-consent-wrapper .cookie-consent-buttons .button-accept-all {
            order: 3; }
          .cookie-consent-wrapper .cookie-consent-buttons .button-accept-necessary {
            order: 2; }
          .cookie-consent-wrapper .cookie-consent-buttons .button-manage {
            order: 1; } }
        @media (max-width: 1099px) {
          .cookie-consent-wrapper .cookie-consent-buttons .button {
            width: 100%;
            text-align: center; } }
    .cookie-consent-wrapper .cookie-consent .cookie-consent-form {
      margin-top: var(--consent-gap);
      font-size: 18px; }
      .cookie-consent-wrapper .cookie-consent .cookie-consent-form .cookie-consent-field {
        margin-bottom: var(--consent-gap); }
    @media (max-width: 600px) {
      .cookie-consent-wrapper .cookie-consent .toggle-inactive-indicator {
        display: none; }
      .cookie-consent-wrapper .cookie-consent-title {
        display: flex;
        justify-content: space-between;
        cursor: pointer; }
        .cookie-consent-wrapper .cookie-consent-title .toggle-icon {
          align-self: center; } }
.cookie-consent-form .cookie-consent-field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px; }
  .cookie-consent-form .cookie-consent-field__field {
    flex: 0 0 auto;
    order: -1; }
    .cookie-consent-form .cookie-consent-field__field input {
      margin: 3px 5px 0 0; }
  .cookie-consent-form .cookie-consent-field__label {
    flex: 1 0 25%;
    margin-top: 3px;
    font-weight: bold; }
  .cookie-consent-form .cookie-consent-field__description {
    flex: 1 1 100%; }
  @media (max-width: 600px) {
    .cookie-consent-form .cookie-consent-field {
      flex-wrap: wrap; }
      .cookie-consent-form .cookie-consent-field__description {
        margin-top: 5px;
        flex: 0 0 100%; } }
.cookie-consent-form .action {
  font-size: 15px !important; }

.searchResults .result {
  --element-gap: 20px; }
  .searchResults .result .typography mark {
    background: rgba(227, 13, 61, 0.51); }
  .searchResults .result .readMoreLink {
    display: inline-block;
    margin-top: var(--element-gap); }
    .searchResults .result .readMoreLink::before {
      content: ''; }

.searchResults .pageNumbers {
  margin-top: 20px; }

html.flyout header,
html.flyout footer,
html.flyout .cookie-consent-wrapper,
html.flyout .side-menu,
html.flyout .dev-toolbar {
  display: none !important; }

html.flyout body {
  background: transparent; }

html.flyout #layout {
  margin-top: 0 !important;
  padding-bottom: var(--element-gap); }

html.flyout .el:first-child .el-title {
  margin-top: calc(0px - (0.5 * (var(--lineheight) - 1) * var(--fontsize))); }

html.flyout .el.linklist:not(.style-big):not(.style-buttons) .link-entry,
html.flyout .el.form.type-callback .el-inner .form-wrapper {
  border: 1px solid #D9D9D9; }

html.flyout .el.form.type-contact .form-wrapper, html.flyout .el.form.type-job .form-wrapper {
  padding: 0; }

.dev-toolbar {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px black;
  background-color: #fff;
  font-size: 18px; }
  .dev-toolbar:not(:hover) .hover-hide {
    display: none; }
  .dev-toolbar .font-icon-link-plus {
    color: #e30D3D; }

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