/*!
*   (C) 2021 Kieweg und Freiermuth Werbeagentur GmbH
*   
*   Main Theme File
*/
/* Theme Settings */
/* Spacings */
/* Breakpoints */
/* Color Palette */
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
} /*
*   (C) 2022 Kieweg und Freiermuth Werbeagentur GmbH
*   
*   Reset default browser styles to a minimum
*/
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;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/*
*   (C) 2021 Kieweg und Freiermuth Werbeagentur GmbH
*
*   Mixins File
*   
*   Predefined mixins for global usage
*/
/* Media Query Mixins */
/* ubuntu-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ubuntu-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/ubuntu-v20-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ubuntu-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/ubuntu-v20-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fontsize--extrasmall, .ce_form .widget label {
  font-size: 10px;
  line-height: 16px;
}

.fontsize--small {
  font-size: 14px;
  line-height: 20px;
}

.fontsize--normal, .ce_form .widget button, header .mod_navigation ul li a, header .mod_navigation ul li strong, blockquote {
  font-size: 1rem;
  line-height: 1.6rem;
}
@media (max-width: 767px) {
  .fontsize--normal, .ce_form .widget button, header .mod_navigation ul li a, header .mod_navigation ul li strong, blockquote {
    font-size: 14px;
    line-height: 24px;
  }
}

.fontsize--mid {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .fontsize--mid {
    font-size: 20px;
    line-height: 28px;
  }
}

.fontsize--medium {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .fontsize--medium {
    font-size: 20px;
    line-height: 28px;
  }
}

.fontsize--large {
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .fontsize--large {
    font-size: 24px;
    line-height: 30px;
  }
}

.fontsize--extralarge {
  font-size: 44px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .fontsize--extralarge {
    font-size: 28px;
    line-height: 36px;
  }
}

h1, h2, h3, h4, h5 {
  margin-bottom: 0.5em;
  max-width: 800px;
}

.full-width h1, .full-width h2, .full-width h3, .full-width h4, .full-width h5 {
  max-width: 100%;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 900;
}
a:hover {
  text-decoration: none;
  color: var(--tertiary-color);
}

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

p + p, p + ol, p + ul {
  margin-top: 15px;
}
p + h1, p + h2, p + h3 {
  margin-top: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.color--white {
  color: var(--light-color);
}

u {
  color: var(--dark-color);
  text-decoration-style: dotted;
  text-decoration-color: var(--dark-color);
}

blockquote {
  margin-top: 30px;
  font-style: italic;
}
blockquote p:before, blockquote p:after {
  content: '"';
}

.content-text {
  max-width: 800px;
}
.content-text ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.content-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid var(--dark-color);
  left: 10px;
  top: 0.45em;
}
.content-text ul ul, .content-text ul ol {
  padding-top: 15px;
}
.content-text ul ul li, .content-text ul ol li {
  padding-left: 30px;
}
.content-text ol {
  list-style: number;
  padding-left: 30px;
}
.content-text ol li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.content-text ol li::marker {
  font-weight: 700;
  margin-right: 30px;
  display: block;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.content-text ol.list--alphabetical {
  list-style: lower-alpha;
}
.content-text ol ol, .content-text ol ul {
  padding-top: 15px;
}
.content-text ol ol li, .content-text ol ul li {
  padding-left: 30px;
}

.background--dark {
  background: var(--dark-color);
}

.background--light {
  background: var(--light-color);
}

.background--primary {
  background: var(--primary-color);
}

.background--secondary {
  background: var(--secondary-color);
}

.background--tertiary {
  background: var(--tertiary-color);
}

.background--fourth {
  background: var(--fourth-color);
}

.background--gray {
  background: var(--gray-color);
}

.background--gray-light {
  background: var(--gray-light-color);
}

.background--gray-dark {
  background: var(--gray-dark-color);
}

.background--error {
  background: var(--error-color);
}

.background--success {
  background: var(--success-color);
}

.foreground--dark, .foreground--dark a {
  color: var(--dark-color);
}

.foreground--light, .foreground--light a {
  color: var(--light-color);
}

.foreground--primary, .foreground--primary a {
  color: var(--primary-color);
}

.foreground--secondary, .foreground--secondary a {
  color: var(--secondary-color);
}

.foreground--tertiary, .foreground--tertiary a {
  color: var(--tertiary-color);
}

.foreground--fourth, .foreground--fourth a {
  color: var(--fourth-color);
}

.foreground--gray, .foreground--gray a {
  color: var(--gray-color);
}

.foreground--gray-light, .foreground--gray-light a {
  color: var(--gray-light-color);
}

.foreground--gray-dark, .foreground--gray-dark a {
  color: var(--gray-dark-color);
}

.foreground--error, .foreground--error a {
  color: var(--error-color);
}

.foreground--success, .foreground--success a {
  color: var(--success-color);
}

html body {
  background: var(--gray-color);
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: var(--dark-color);
}

.invisible, body .hidden {
  display: none;
}

.default--container, .mod_article.framed > *, .mod_columns.grid--enabled, #footer .inside, header .inside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1130px;
  width: 100%;
  padding: 0 30px;
}

.large--container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 30px;
}

header .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
header .inside .mod_logo img {
  width: 300px;
}
@media (max-width: 767px) {
  header .inside .mod_logo img {
    width: 120px;
  }
}

main {
  overflow-x: hidden;
}

#footer .inside {
  padding: 30px;
  color: var(--gray-dark-color);
}
#footer .mod_logo {
  opacity: 0.5;
  margin-bottom: 30px;
}

header .inside {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .inside #Navbar {
  position: relative;
  z-index: 10;
  background: var(--dark-color);
  border-radius: 60px;
  padding: 5px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inside #Navbar .mod_button a {
  display: block;
  padding: 15px;
  color: var(--light-color);
}
header .inside #Navbar .mod_button a:hover {
  color: var(--secondary-color);
}
header .mod_navigation {
  display: none;
  position: absolute;
  background: var(--light-color);
  right: calc(100% - 57px);
  top: 5px;
  padding-top: 57px;
  border-radius: 30px;
  z-index: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  header .mod_navigation {
    display: none;
  }
}
header .mod_navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .mod_navigation ul li a, header .mod_navigation ul li strong {
  position: relative;
  display: block;
  padding: 15px 30px;
  font-weight: 400;
  color: var(--dark-color);
  text-align: center;
}
header .mod_navigation ul li a:hover, header .mod_navigation ul li strong:hover {
  text-decoration: none;
  color: var(--light-color);
  background: var(--secondary-color);
}
header .mod_navigation ul li a:hover:after, header .mod_navigation ul li strong:hover:after {
  display: none;
}
header .mod_navigation ul li.active a, header .mod_navigation ul li.active strong {
  background: var(--gray-light-color);
  font-weight: 700;
}

.ce_form .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.ce_form .widget label {
  color: var(--secondary-color);
  font-weight: bold;
}
.ce_form .widget input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 1px solid var(--dark-color);
  padding: 7.5px 0;
}
.ce_form .widget button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--dark-color);
  border: none;
  color: var(--light-color);
  border-radius: 30px;
  padding: 15px 30px;
  font-family: "Ubuntu", sans-serif;
  margin-top: 30px;
  cursor: pointer;
}
.ce_form .widget button:hover {
  background: var(--secondary-color);
}
.ce_form .widget:last-child {
  margin-bottom: 0;
}

.mod_burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 13px;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--light-color);
  cursor: pointer;
}
.mod_burger span {
  background: var(--dark-color);
  width: 100%;
  height: 3px;
  margin: 2px 2px;
  border-radius: 3px;
}
.mod_burger:hover {
  background: var(--primary-color);
}
.mod_burger.active span {
  background: var(--dark-color);
}
.mod_burger.active + .mod_navigation {
  display: block;
}

.mod_changelanguage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_changelanguage h2 {
  color: var(--light-color);
  margin: 0;
}
.mod_changelanguage a {
  display: block;
  padding: 10px;
  color: var(--light-color);
}
.mod_changelanguage a:hover {
  color: var(--primary-color);
}

.mod_spacer {
  display: block;
}
.mod_spacer.spacer--1 {
  height: 30px;
}
.mod_spacer.spacer--2 {
  height: 60px;
}
.mod_spacer.spacer--3 {
  height: 90px;
}
.mod_spacer.spacer--4 {
  height: 120px;
}
.mod_spacer.spacer--5 {
  height: 150px;
}
.mod_spacer.spacer--6 {
  height: 180px;
}
.mod_spacer.spacer--7 {
  height: 210px;
}
.mod_spacer.spacer--8 {
  height: 240px;
}
.mod_spacer.spacer--half {
  height: 15px;
}
.mod_spacer.spacer--line {
  position: relative;
}
.mod_spacer.spacer--line:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: block;
  border-bottom: 2px solid var(--gray-light-color);
}
.mod_spacer.spacer--line--vertical {
  position: relative;
}
.mod_spacer.spacer--line--vertical:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  display: block;
  border-left: 1px solid var(--gray-light-color);
}
@media (max-width: 767px) {
  .mod_spacer.mobile--hidden {
    display: none;
  }
}

.border--default {
  max-width: 100%;
  padding: 30px;
  border-radius: 30px;
}

.border--dark {
  max-width: 100%;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid var(--gray-dark-color);
}

.shadow--default {
  -webkit-box-shadow: 0px 1.6px 1.6px -50px rgba(0, 0, 0, 0.042), 0px 3.4px 3.4px -50px rgba(0, 0, 0, 0.062), 0px 5.8px 5.8px -50px rgba(0, 0, 0, 0.077), 0px 8.7px 8.7px -50px rgba(0, 0, 0, 0.089), 0px 12.5px 12.5px -50px rgba(0, 0, 0, 0.1), 0px 17.7px 17.7px -50px rgba(0, 0, 0, 0.111), 0px 25.1px 25.1px -50px rgba(0, 0, 0, 0.123), 0px 36.5px 36.5px -50px rgba(0, 0, 0, 0.138), 0px 56.3px 56.3px -50px rgba(0, 0, 0, 0.158), 0px 100px 100px -50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1.6px 1.6px -50px rgba(0, 0, 0, 0.042), 0px 3.4px 3.4px -50px rgba(0, 0, 0, 0.062), 0px 5.8px 5.8px -50px rgba(0, 0, 0, 0.077), 0px 8.7px 8.7px -50px rgba(0, 0, 0, 0.089), 0px 12.5px 12.5px -50px rgba(0, 0, 0, 0.1), 0px 17.7px 17.7px -50px rgba(0, 0, 0, 0.111), 0px 25.1px 25.1px -50px rgba(0, 0, 0, 0.123), 0px 36.5px 36.5px -50px rgba(0, 0, 0, 0.138), 0px 56.3px 56.3px -50px rgba(0, 0, 0, 0.158), 0px 100px 100px -50px rgba(0, 0, 0, 0.2);
}

.glow--default, .glow--fourth, .glow--tertiary, .glow--secondary, .glow--primary, .glow--dark {
  position: relative;
  overflow: hidden;
  --x-px: calc(var(--x) * 1px);
  --y-px: calc(var(--y) * 1px);
}
.glow--default:after, .glow--fourth:after, .glow--tertiary:after, .glow--secondary:after, .glow--primary:after, .glow--dark:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0px;
  background: radial-gradient(800px circle at var(--x-px) var(--y-px), rgba(255, 255, 255, 0.8), transparent 40%);
}
.glow--default:after, .glow--fourth:after, .glow--tertiary:after, .glow--secondary:after, .glow--primary:after, .glow--dark:after {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.glow--default:hover:after, .glow--fourth:hover:after, .glow--tertiary:hover:after, .glow--secondary:hover:after, .glow--primary:hover:after, .glow--dark:hover:after {
  opacity: 1;
}

.glow--dark:after {
  background: radial-gradient(800px circle at var(--x-px) var(--y-px), rgba(255, 255, 255, 0.2), transparent 40%);
}

.glow--primary:after {
  background: radial-gradient(800px circle at var(--x-px) var(--y-px), var(--primary-color-glow), transparent 40%);
}

.glow--secondary:after {
  background: radial-gradient(800px circle at var(--x-px) var(--y-px), var(--secondary-color-glow), transparent 40%);
}

.glow--tertiary:after {
  background: radial-gradient(800px circle at var(--x-px) var(--y-px), var(--tertiary-color-glow), transparent 40%);
}

.glow--fourth:after {
  background: radial-gradient(800px circle at var(--x-px) var(--y-px), var(--fourth-color-glow), transparent 40%);
}

.overflow--hidden {
  overflow: hidden;
}

.overflow--visible {
  overflow: visible;
}

.padding--off {
  padding: 0;
}

#HomeImage {
  margin-right: -180px;
  opacity: 1;
}

.mod_columns {
  position: relative;
}
.mod_columns.has-background {
  padding: 0;
}
.mod_columns.has-background .columns {
  padding: 15px;
}
.mod_columns .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod_columns .columns > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
}
.mod_columns .columns.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mod_columns.margin--off {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .mod_columns.mobile--fullwidth .columns > .column:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mod_columns.mobile--fullwidth .columns > .column:first-child > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px;
  }
}
.mod_columns.bordered .column {
  border: 2px solid var(--light-color);
}
.mod_columns .columns > .column {
  padding: 15px;
}
.mod_columns .columns > .column.flex--0 {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.mod_columns .columns > .column.flex--1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mod_columns .columns > .column.flex--2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.mod_columns .columns > .column.flex--3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.mod_columns .columns > .column.flex--4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.mod_columns .columns > .column.flex--5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.mod_columns .columns > .column.flex--6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
.mod_columns .columns > .column.flex--7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
.mod_columns .columns > .column.flex--8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.mod_columns .columns > .column.flex--9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}
.mod_columns .columns > .column.flex--10 {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}
.mod_columns .columns > .column.flex--11 {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
}
.mod_columns .columns > .column.flex--12 {
  -webkit-box-flex: 12;
      -ms-flex: 12;
          flex: 12;
}
@media (max-width: 767px) {
  .mod_columns .columns > .column.padding--off.mobile--padding {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .mod_columns .columns > .column.mobile--fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mod_columns .columns > .column.mobile--fullwidth > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px;
  }
}
.mod_columns .columns > .column.padding--off {
  padding: 0;
}
.mod_columns .columns > .column.relative {
  position: relative;
}
.mod_columns .columns > .column.has--whitebackground {
  background: var(--light-color);
}
.mod_columns .columns > .column.has--dropshadow {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.mod_columns .columns > .column.padding--increase {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 90px;
  padding-left: 90px;
}
@media (max-width: 767px) {
  .mod_columns .columns > .column.padding--increase {
    padding: 30px;
  }
}
.mod_columns.grid--enabled {
  padding: 90px 30px;
}
.mod_columns.hero--box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
}
@media (max-width: 767px) {
  .mod_columns.hero--box {
    position: relative;
    bottom: 0;
  }
  .mod_columns.hero--box .column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.mod_columns.hero--box .column:first-child > * {
  max-width: 535px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .mod_columns .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  .mod_columns .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mod_columns.reverse--mobile .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .mod_columns.reverse--mobile .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

*.column--text--width {
  max-width: 535px;
}

.mod_article.framed > *.mod_columns {
  padding: 0 15px;
}

.mod_article .align--start, .node_wrapper .align--start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.mod_article .align--center, .node_wrapper .align--center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.mod_article .align--end, .node_wrapper .align--end {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.mod_article .align--flex, .node_wrapper .align--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mod_article .justify--start, .node_wrapper .justify--start {
  justify-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mod_article .justify--center, .node_wrapper .justify--center {
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod_article .justify--end, .node_wrapper .justify--end {
  justify-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.glide {
  overflow: visible;
}
.glide .glide__track {
  overflow: visible;
}
.glide .glide__slides {
  overflow: visible;
}
.glide .glide__slide {
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  justify-self: flex-start;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.glide .glide__slide.glide__slide--active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.glide .glide__slide.glide__slide--active + .glide__slide {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.glide .glide__slide.glide__slide--active + .glide__slide + .glide__slide {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.glide .glide__controls button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--gray-light-color);
  border-radius: 50%;
  background: var(--light-color);
  width: 37.5px;
  height: 37.5px;
  top: 50%;
  position: absolute;
  background: var(--light-color) url("../img/arrow_right.svg") center center no-repeat;
  background-size: 14px auto;
  -webkit-box-shadow: 2px 8px 10px rgba(var(--dark-color), 0.2);
          box-shadow: 2px 8px 10px rgba(var(--dark-color), 0.2);
  cursor: pointer;
}
.glide .glide__controls button.prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--light-color) url("../img/arrow_left.svg") center center no-repeat;
  background-size: 14px auto;
}
.glide .glide__controls button.next {
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.glide .glide__controls button:hover {
  border: 2px solid var(--gray-light-color);
  -webkit-box-shadow: 2px 8px 10px rgba(var(--dark-color), 0.2);
          box-shadow: 2px 8px 10px rgba(var(--dark-color), 0.2);
}

.mod_worldanimation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.4;
}

.mod_teaser {
  padding: 0;
  position: relative;
  font-weight: 300;
}
.mod_teaser .background img {
  display: block;
  width: 100%;
  height: auto;
}
.mod_teaser.blend--multiply .background img {
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.mod_teaser .logo {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
.mod_teaser .content {
  position: absolute;
  z-index: 10;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 15px;
  border-radius: 20px;
  background: var(--dark-color);
  color: var(--light-color);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.content-hyperlink a {
  width: auto;
  display: inline-block;
  padding: 15px 30px;
  background: var(--dark-color);
  color: var(--light-color);
  border-radius: 30px;
}
.content-hyperlink a:hover {
  background: var(--secondary-color);
}

img {
  display: block;
}
/*# sourceMappingURL=style.css.map */