/**
$max: fontsize for desktop in px
$lineHeight: lineheight for desktop in px
$min: fontsize for mobile in px
$marginBottom: factor of the bottommargin to the base of 40px on desktop --> ist umgestellt, war vorher marginTop
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: flex-start;
  font-size: 16px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: middle;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

dl,
dt,
dd,
p {
  margin: 0;
}

video {
  width: 100%;
}

ul {
  list-style-type: disc;
}

/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left;
}

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

.text-right,
.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery {
  float: left;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 30px;
}

.ce-image .ce-gallery {
  margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 30px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}

.ce-below .ce-gallery {
  margin-top: 30px;
}

.ce-column {
  margin-right: 30px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 30px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

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

.ce-headline-right {
  text-align: right;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em;
}

.frame-space-before-small {
  margin-top: 2em;
}

.frame-space-before-medium {
  margin-top: 3em;
}

.frame-space-before-large {
  margin-top: 4em;
}

.frame-space-before-extra-large {
  margin-top: 5em;
}

.frame-space-after-extra-small {
  margin-bottom: 1em;
}

.frame-space-after-small {
  margin-bottom: 2em;
}

.frame-space-after-medium {
  margin-bottom: 3em;
}

.frame-space-after-large {
  margin-bottom: 4em;
}

.frame-space-after-extra-large {
  margin-bottom: 5em;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

.ce-gallery[data-ce-columns="5"] .ce-row {
  display: flex;
  justify-content: space-between;
}

/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/archivo-v19-latin-300.woff2") format("woff2"), url("../Fonts/archivo-v19-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/archivo-v19-latin-regular.woff2") format("woff2"), url("../Fonts/archivo-v19-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* archivo-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: "Archivo";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/archivo-v19-latin-500.woff2") format("woff2"), url("../Fonts/archivo-v19-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* archivo-600 - 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: "Archivo";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/archivo-v19-latin-600.woff2") format("woff2"), url("../Fonts/archivo-v19-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html {
  font-family: Archivo, sans-serif;
  letter-spacing: 0;
  color: var(--text);
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

.display-1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 66px;
  color: white;
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 95px;
    line-height: 100px;
  }
}
@media (min-width: 1024px) {
  .display-1 {
    font-size: 100px;
    line-height: 140px;
    font-weight: 600;
  }
}

.h1, h1 {
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--blue-dark);
  margin: 0;
}
@media (min-width: 568px) {
  .h1, h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .h1, h1 {
    font-size: 42px;
    line-height: 66px;
  }
}

.h2, h2 {
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-size: clamp(1.6rem, calc( 0.8333333333vw  + 1rem), 2rem);
  line-height: 120%;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--text);
  margin: 0;
}

.h3, h3 {
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-size: clamp(2rem, calc( 1.25vw  + 1rem), 2.5rem);
  line-height: 120%;
  color: var(--gold);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}

.mono_container--width-80 .h1, .mono_container--width-80 h1 {
  color: var(--black);
  font-size: 40px;
  font-size: clamp(2rem, calc( 1.25vw  + 1rem), 2.5rem);
  line-height: 120%;
}
@media (min-width: 768px) {
  .mono_container--width-80 .h1, .mono_container--width-80 h1 {
    font-size: 60px;
    font-size: clamp(3rem, calc( 2.2916666667vw  + 1rem), 3.75rem);
    line-height: 120%;
  }
}
@media (min-width: 1024px) {
  .mono_container--width-80 .h1, .mono_container--width-80 h1 {
    font-size: 80px;
    font-size: clamp(4rem, calc( 3.3333333333vw  + 1rem), 5rem);
    line-height: 120%;
  }
}
.mono_container--width-80 .h2, .mono_container--width-80 h2 {
  color: var(--black);
  font-size: 44px;
  font-size: clamp(2.2rem, calc( 1.4583333333vw  + 1rem), 2.75rem);
  line-height: 120%;
}
.mono_container--width-80 .h3, .mono_container--width-80 h3 {
  font-size: 24px;
  font-size: clamp(1.2rem, calc( 0.4166666667vw  + 1rem), 1.5rem);
  line-height: 120%;
}

.h4, h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .h4, h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

p, .p {
  font-family: Archivo, sans-serif;
  font-size: 17px;
  font-size: clamp(0.85rem, calc( 0.0520833333vw  + 1rem), 1.0625rem);
  line-height: 120%;
  line-height: 26px;
  color: var(--text);
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
p--small, .p--small {
  font-size: 16px;
  line-height: 26px;
}
p--smallbold, .p--smallbold {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
p--highlight, .p--highlight {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  p--highlight, .p--highlight {
    font-size: 26px;
    line-height: 37px;
  }
}

a:visited,
a:active,
a {
  color: var(--foreground);
  transition-duration: 0.1s;
  transition-property: color;
  transition-timing-function: ease-in-out;
}

.mono_text {
  color: var(--blue);
}
.mono_text__headline h3 {
  font-family: Archivo, sans-serif;
  margin-bottom: 0;
}
.mono_text ul ::marker {
  list-style-type: disc !important;
}
.mono_text ul {
  padding-left: 14px;
}
.mono_text li {
  font-size: 17px;
  font-size: clamp(0.85rem, calc( 0.0520833333vw  + 1rem), 1.0625rem);
  line-height: 142.9411764706%;
  margin-bottom: 7px;
  color: var(--blue);
}
.mono_text li::marker {
  list-style-type: disc !important;
}
.mono_text a {
  color: var(--blue-link);
}
.mono_text .button-cta {
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  background-color: var(--blue);
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-dark) 100%);
  padding: 8px 0;
  color: var(--white);
  text-decoration: none;
  transition: all 250ms;
  width: 100%;
  max-width: 156px;
  position: relative;
}
.mono_text .button-cta:hover:before {
  transform: rotate(-10deg);
  position: absolute;
  left: 12px;
  top: 10px;
}
.mono_text .button-cta span {
  position: relative;
  left: 5px;
}
.mono_text .button-cta:before {
  content: url(../Images/Icons/cta.svg);
  position: absolute;
  left: 12px;
  top: 10px;
}
.mono_text .button-blue {
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  background-color: var(--blue);
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-dark) 100%);
  padding: 8px 0;
  color: var(--white);
  text-decoration: none;
  transition: all 250ms;
  width: 100%;
  max-width: 180px;
  position: relative;
}
.mono_text .button-blue:hover:before {
  transform: rotate(10deg);
  position: absolute;
  left: 12px;
  top: 10px;
}
.mono_text .button-blue span {
  position: relative;
  left: 5px;
}
.mono_text .button-blue:before {
  content: url(../Images/Icons/read-more.svg);
  position: absolute;
  left: 12px;
  top: 10px;
}
.mono_text .text-end {
  display: flex;
  justify-content: end;
}

:root {
  --white: #FFFFFF;
  --blue: #0483df;
  --blue-link: #35aaff;
  --black: #121116;
  --black-light: #32343a;
  --blue-dark: rgb(50, 70, 150);
  --gold: #be8a1b;
  --gold-light: #e4ba67;
  --text: rgba(0, 0, 0, 0.6);
  --text-light: rgba(255, 255, 255, 0.6);
  --foreground: #121116;
  --background: #FFFFFF;
  --accent: ;
  --accent-2: ;
  --shadow: ;
  --border: ;
  --borderSolid: ;
  --grey: #707073;
  --grey-light: rgba(255, 255, 255, 0.4);
  --grey-hover: #f2f2f2;
  --containerWidth: none;
}
@media (min-width: 1024px) {
  :root {
    --containerWidth: 100%;
  }
}
@media (min-width: 1024px) {
  :root {
    --containerWidth: 90vw;
  }
}
@media (min-width: 1024px) {
  :root {
    --containerWidth: 1134px;
  }
}

body {
  background-color: var(--background);
  color: var(--text);
}

.mono_color--accent {
  color: var(--accent);
}
.mono_color--background {
  color: var(--background);
}
.mono_color--foreground {
  color: var(--foreground);
}

.mono_bg--accent {
  background-color: var(--accent);
}
.mono_bg--background {
  background-color: var(--background);
}
.mono_bg--foreground {
  background-color: var(--foreground);
}
.mono_bg--black {
  background-color: #121116;
}
.mono_bg--blue {
  background-color: #0483df;
}

.mono_handle {
  display: inline-flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  gap: 10px;
}
.mono_handle * {
  display: block;
}
.mono_handle__icon {
  width: 40px;
  height: 40px;
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  display: inline-block;
  position: relative;
}
.mono_handle__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange);
}
.mono_handle__bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
}
.mono_handle__bar--v {
  margin-top: -2px;
  margin-left: -12px;
  width: 24px;
  height: 4px;
  border-radius: 10px;
}
.mono_handle__bar--h {
  margin-top: -12px;
  margin-left: -2px;
  width: 4px;
  height: 24px;
  border-radius: 10px;
}

.mono_form {
  margin-bottom: 50px;
  align-self: center;
  max-width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .mono_form {
    max-width: 100%;
  }
}
.mono_form .cr_form-inputgroup {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .mono_form .cr_form-inputgroup {
    width: 100%;
  }
}
.mono_form .cr_form-inputgroup input {
  height: 40px;
}
@media (min-width: 1024px) {
  .mono_form .cr_form-inputgroup input {
    height: 60px;
  }
}
.mono_form .cr_form-block {
  padding: 0;
}
.mono_form .cr_form-component--submit {
  width: 100%;
  justify-content: start;
  height: 50px;
  align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  .mono_form .cr_form-component--submit {
    height: 60px;
    width: auto;
    justify-content: flex-end;
    display: block;
  }
}
.mono_form-recovery fieldset {
  border: none;
  padding: 0;
  margin: 0;
  color: var(--blue-dark);
}
.mono_form-recovery--input label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.mono_form-recovery--input label input {
  padding-left: 10px;
}
.mono_form-recovery button {
  position: relative;
  width: 100%;
  padding: 0;
  height: 40px;
  margin-bottom: 15px;
}
.mono_form-recovery button:after {
  content: url(../Images/Icons/account.svg);
  position: absolute;
  left: 12px;
  top: 10px;
}
.mono_form-recovery button:hover:after {
  transform: rotate(10deg);
  position: absolute;
  left: 12px;
  top: 10px;
}
.mono_form-recovery button .form__forget-submit {
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  background-color: var(--blue);
  padding: 8px 0;
  color: var(--white);
  text-decoration: none;
  transition: all 250ms;
  width: 100%;
  max-width: 275px;
  position: relative;
  border: none;
  cursor: pointer;
  height: 40px;
}
.mono_form-recovery button .form__forget-submit:after {
  content: url(../Images/Icons/account.svg);
  position: absolute;
  left: 12px;
  top: 10px;
}
.mono_form-recovery input {
  border-width: 2px;
  border-style: solid;
  width: 100%;
  height: 56px;
  padding: 0;
  max-width: 451px;
}
.mono_form--new-password label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mono_form--new-password input {
    width: 354px;
  }
}
@media (min-width: 1024px) {
  .mono_form--new-password input {
    width: 438px;
  }
}
@media (min-width: 1140px) {
  .mono_form--new-password input {
    width: 451px;
  }
}
.mono_form form {
  max-width: 940px;
  width: 100%;
}
.mono_form form h2 {
  font-size: 16px;
  color: var(--blue-dark);
}
.mono_form form #kontakt-105-fieldset-1,
.mono_form form #kontakt-105-fieldset-2,
.mono_form form #kontakt-105-fieldset-3,
.mono_form form #kontakt-105-fieldset-4 {
  float: left;
}
.mono_form form textarea {
  border-width: 2px;
  border-style: solid;
  margin-top: 30px;
  margin-bottom: 50px;
}
.mono_form form .form-check span {
  color: var(--blue-dark);
}
.mono_form form fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 50%;
  gap: 10px;
  padding: 0;
  padding-top: 40px;
  margin: 0;
}
@media (min-width: 568px) {
  .mono_form form fieldset {
    max-width: 100%;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .mono_form form fieldset {
    max-width: 25%;
  }
}
.mono_form form fieldset .form__group {
  word-break: break-word;
}
.mono_form form fieldset legend {
  display: none;
}
.mono_form input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.mono_form img {
  width: 40px;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .mono_form img {
    width: 60px;
  }
}
.mono_form__wrapper {
  display: flex;
}
.mono_form__wrapper-mail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .mono_form__wrapper-mail {
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
  }
}
.mono_form button {
  font-weight: 600;
  background-color: transparent;
  gap: 0;
}
@media (min-width: 1024px) {
  .mono_form button {
    font-size: 24px;
  }
}
.mono_form input, .mono_form textarea, .mono_form button {
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: 1px solid transparent;
}
.mono_form input, .mono_form textarea {
  border-radius: 2px;
  background: white;
  position: relative;
  z-index: 2;
  padding: 0 10px 2px 10px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  width: 100%;
}
.mono_form input::placeholder, .mono_form textarea::placeholder {
  opacity: 1;
  color: #707070;
}
.mono_form input:focus, .mono_form textarea:focus {
  border: 1px solid;
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 2px var(--blue);
}
.mono_form label {
  color: var(--blue-dark);
  padding-right: 8px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
}
.mono_form input {
  height: 50px;
}
.mono_form textarea {
  padding-top: 20px;
  height: 400px;
}
.mono_formgroup {
  position: relative;
  margin-bottom: 10px;
}
.mono_formgroup__validation-result {
  font-size: 12px;
  display: none;
}
.mono_formgroup__validation-result--valid {
  color: green;
}
.mono_formgroup--has-success .mono_formgroup__validation-result--valid {
  display: block;
}
.mono_formgroup__validation-result--error {
  color: var(--accent);
}
.mono_formgroup--has-error .mono_formgroup__validation-result--error {
  display: block;
}
.mono_form-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mono_form-navigation .mono_button {
  flex-shrink: 0;
}
.mono_form-navigation .mono_button__next {
  margin-left: auto;
  justify-self: flex-end;
}
.mono_form .cr_button {
  gap: 0;
  height: fit-content;
}
.mono_form .cr_button span {
  text-decoration: none;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
.mono_form .cr_button span::before, .mono_form .cr_button span::after {
  content: "";
  position: absolute;
  background-color: var(--accent);
  transition: transform 0.5s;
}
.mono_form .cr_button span::after {
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -1px;
  transform: scaleX(0);
  transform-origin: left;
}
.mono_form .cr_button span:hover::after {
  transform: scaleX(1);
}
.mono_form .row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 568px) {
  .mono_form .row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .mono_form .row {
    flex-direction: row;
  }
}
.mono_form .row .col-12 {
  width: 100%;
  max-width: 100%;
}
.mono_form .form-navigation .btn-toolbar .btn-group {
  display: flex;
  justify-content: right;
  margin-top: 30px !important;
  width: 100%;
}
.mono_form .form-navigation .btn-toolbar .btn-group button {
  height: 40px;
  font-size: 18px;
  padding: 0;
  justify-content: start;
  gap: 20px;
}
.mono_form .form__label.control.control-checkbox {
  display: flex;
  padding-top: 0;
}
.mono_form .form__label span {
  padding-left: 10px;
}
.mono_form .form__label span.form__required {
  padding-left: 0;
}
.mono_form input {
  border-width: 2px;
  border-style: solid;
  width: 100%;
  height: 56px;
  padding: 0;
  max-width: 100%;
  margin-top: 10px;
}
.mono_formregister .button-blue {
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  background-color: var(--blue);
  padding: 8px 0;
  color: var(--white);
  text-decoration: none;
  transition: all 250ms;
  width: 100%;
  max-width: 203px;
  position: relative;
  border: none;
  cursor: pointer;
  height: 40px;
}
.mono_formregister .button-blue:after {
  content: url(../Images/Icons/account.svg);
  position: absolute;
  left: 12px;
  top: 10px;
}
.mono_formregister .button-blue fieldset {
  padding: 0;
}
.mono_formregister .button-blue:hover:after {
  transform: rotate(10deg);
  position: absolute;
  left: 12px;
  top: 10px;
}
.mono_formregister .button-blue input {
  background: transparent;
  height: fit-content;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  left: 13px;
  position: relative;
  letter-spacing: 0.2px;
  border: none;
}
.mono_formregister label {
  color: var(--blue-dark);
  letter-spacing: 0.2px;
}
.mono_formregister label span {
  color: var(--blue-dark);
}
.mono_formregister fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.mono_formregister fieldset p {
  color: var(--blue-dark);
  padding: 0;
}
.mono_formregister fieldset legend {
  color: var(--blue-dark);
  padding: 0;
}
.mono_formregister .tx-srfeuserregister-pi1 dd {
  width: 100% !important;
}
.mono_formregister input {
  border-width: 2px;
  border-style: solid;
  width: 100%;
  height: 56px;
  padding: 0;
  padding-left: 10px;
  max-width: 280px;
}
@media (min-width: 568px) {
  .mono_formregister input {
    max-width: 245px;
  }
}
@media (min-width: 768px) {
  .mono_formregister input {
    max-width: 344px;
  }
}
@media (min-width: 1024px) {
  .mono_formregister input {
    max-width: 428px;
  }
}
@media (min-width: 1140px) {
  .mono_formregister input {
    max-width: 441px;
  }
}
.mono_formregister dt {
  width: 100%;
  display: flex;
}
.mono_formregister dd {
  width: 100%;
}
.mono_formregister .mainFields {
  max-width: 940px;
  padding: 0;
}
.mono_formregister__username {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 16px;
  gap: 10px;
}
.mono_formregister__password {
  gap: 32px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.mono_formregister__password-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.mono_formregister__password-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
@media (min-width: 568px) {
  .mono_formregister__password {
    flex-direction: row;
  }
}
.mono_formregister__first-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.mono_formregister__last-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.mono_formregister__name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 16px;
}
@media (min-width: 568px) {
  .mono_formregister__name-wrapper {
    flex-direction: row;
  }
}
.mono_formregister__company {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.mono_formregister__mail {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.mono_formregister__html {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.mono_formregister__html dd {
  width: fit-content;
}
.mono_formregister__html dt {
  top: 4px;
  position: relative;
  margin-left: 5px;
}
.mono_formregister__html input {
  height: 16px;
  width: 16px;
  top: 2px;
  position: relative;
}
.mono_formregister__terms {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mono_formregister__terms a {
  color: var(--blue-dark);
}
.mono_formregister__terms dd {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.mono_formregister__terms input {
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
}
.mono_formregister__captcha {
  display: flex;
  gap: 32px;
}
.mono_formregister__captcha .freecap-img {
  display: flex;
  flex-direction: column;
  max-width: 164px;
}
.mono_formregister__captcha .freecap-img a {
  color: var(--blue-link);
}
.mono_formregister__captcha .freecap-img span {
  color: var(--blue-dark);
}
.mono_formregister__create {
  justify-content: end;
  display: flex;
}
.mono_formregister__legal-wrapper {
  margin-top: 20px;
}
.mono_formregister__company-wrapper, .mono_formregister__legal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 568px) {
  .mono_formregister__company-wrapper, .mono_formregister__legal-wrapper {
    flex-direction: row;
  }
}
.mono_formlogin {
  max-width: 940px;
  width: 100%;
}
.mono_formlogin p {
  color: var(--blue-dark);
}
.mono_formlogin fieldset {
  border: none;
  padding: 0;
  width: 100%;
}
.mono_formlogin input {
  border-width: 2px;
  border-style: solid;
  width: 100%;
  height: 54px;
  padding: 0 0 0 10px;
  max-width: 100%;
}
@media (min-width: 568px) {
  .mono_formlogin input {
    max-width: 245px;
  }
}
@media (min-width: 768px) {
  .mono_formlogin input {
    max-width: 344px;
  }
}
@media (min-width: 1024px) {
  .mono_formlogin input {
    max-width: 428px;
  }
}
@media (min-width: 1140px) {
  .mono_formlogin input {
    max-width: 441px;
  }
}
.mono_formlogin__input-wrapper {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 568px) {
  .mono_formlogin__input-wrapper {
    flex-direction: row;
  }
}
.mono_formlogin__input-wrapper div {
  width: 100%;
}
.mono_formlogin__input-wrapper label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mono_formlogin__wrapper {
  display: flex;
  justify-content: center;
  max-width: 940px;
}
.mono_formlogin__wrapper-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 12px;
}
.mono_formlogin__wrapper-bottom a {
  display: flex;
  align-items: center;
  color: var(--blue-dark);
}
.mono_formlogin .button-blue {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 25px;
  background-color: var(--blue);
  color: var(--white);
  text-decoration: none;
  transition: all 250ms;
  width: 100%;
  max-width: 110px;
  position: relative;
  border: none;
  cursor: pointer;
  height: 40px;
}
.mono_formlogin .button-blue:after {
  content: url(../Images/Icons/login-menu-white.svg);
  position: relative;
  left: 12px;
  top: 0;
}
.mono_formlogin .button-blue:hover:after {
  transform: rotate(10deg);
}
.mono_formlogin .button-blue input {
  background: transparent;
  height: fit-content;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-family: Archivo, sans-serif;
  border: none;
  width: 100%;
  position: relative;
}
.mono_formlogin label {
  color: var(--blue-dark);
}

.tx-srfreecap-pi1-cant-read a {
  cursor: pointer;
}

.next.submit .button-blue {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 25px;
  background-color: var(--blue);
  color: var(--white);
  text-decoration: none;
  transition: all 250ms;
  width: 100%;
  max-width: 101px !important;
  position: relative;
  border: none;
  cursor: pointer;
  height: 40px;
  padding-right: 30px;
}
.next.submit .button-blue:after {
  content: url(../Images/Icons/send.svg);
  position: relative;
  left: 12px;
  top: 3px;
}
.next.submit .button-blue:hover:after {
  transform: rotate(10deg);
}

.tx-indexedsearch-searchbox-button.button-blue {
  display: inline-block;
  text-align: left;
  margin: 40px 0;
  background-color: var(--blue);
  padding: 8px 23px;
  color: var(--white);
  text-decoration: none;
  transition: all 250ms;
  width: 100%;
  max-width: 150px;
  position: relative;
  border: none;
  cursor: pointer;
  height: 50px;
}
.tx-indexedsearch-searchbox-button.button-blue:after {
  content: url(../Images/Icons/search.svg);
  position: absolute;
  right: 20px;
  top: 16px;
}
.tx-indexedsearch-searchbox-button.button-blue:hover:after {
  transform: rotate(10deg);
}

#tx-indexedsearch-searchbox-sword {
  border-width: 2px;
  border-style: solid;
  width: 80%;
  height: 45px;
  padding: 0 0 0 20px;
  max-width: 100%;
  margin: 10px 0;
}

#nvform {
  padding: 20px;
}

.form__group input {
  padding-left: 10px;
}
.form__group--full {
  margin-top: 20px;
}
.form__group--full input {
  max-width: 100%;
}
.form__group--50 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__group--50 input {
  width: 100%;
}
@media (min-width: 568px) {
  .form__group--city {
    width: 300px;
  }
}
@media (min-width: 568px) and (min-width: 1024px) {
  .form__group--city {
    display: block;
  }
}
@media (min-width: 568px) {
  .form__group--city input {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .form__group--city {
    width: 358px;
  }
}
@media (min-width: 1024px) {
  .form__group--country {
    width: 358px;
  }
}
@media (min-width: 568px) {
  .form__group--zip {
    width: 160px;
  }
}
@media (min-width: 1024px) {
  .form__group--zip {
    width: 164px;
  }
}
@media (min-width: 1024px) {
  .form__group .email-1 {
    width: 358px;
  }
}
@media (min-width: 1024px) {
  .form__group .telephone-1 {
    width: 261px;
  }
}
@media (min-width: 1024px) {
  .form__group .telephone-2 {
    width: 261px;
  }
}

fieldset .form__group--full {
  margin-top: 0;
}

.row[class*=gridrow-] > .form__group.form__group--full {
  margin-top: 0;
}

.gridrow-4 {
  flex-direction: column !important;
}
@media (min-width: 1024px) {
  .gridrow-4 {
    flex-direction: row !important;
  }
}
.gridrow-4 .form__group--full {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.gridrow-6 .form__group {
  display: flex;
  align-items: baseline;
}
.gridrow-6 .form__group .help-block {
  color: var(--blue-dark);
}

.gridrow-5 {
  flex-direction: row !important;
  width: 100%;
}
.gridrow-5 label {
  cursor: unset;
}
.gridrow-5 .form__group--full {
  padding-top: 50px !important;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.gridrow-6 .form__group {
  display: flex;
  flex-direction: unset;
  align-items: unset;
}

.control {
  position: relative;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 2px solid #324696;
  border-radius: 0px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #324696;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #47589f;
}

.control input:disabled ~ .control_indicator {
  background: #211d1d;
  opacity: 1;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox {
  padding-left: 30px;
}

.control-checkbox .control_indicator:after {
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  border: solid;
  border-width: 0 0px 0px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #2a2525;
}

.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

@keyframes s-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}

.mono_read_more {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 20px;
}

button {
  border: none;
  border-radius: 0;
  background: var(--accent);
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: white;
  display: inline-flex;
  align-items: center;
  height: 50px;
  width: auto;
  gap: 20px;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 1024px) {
  button {
    font-size: 18px;
  }
}
button > * {
  flex-shrink: 0;
}
button img {
  width: 36px;
  height: auto;
}
button.cookie-panel__button {
  background-color: var(--grey_dark);
}
button.cookie-panel__button--color--accent {
  background-color: var(--accent);
}

.btn--email {
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .btn--email {
    font-size: 18px;
  }
}

.ce-mono_site_textpic .mono_textpic__bodytext p {
  display: flex;
  justify-content: end;
}
.ce-mono_site_textpic a span {
  text-decoration: none;
  margin: 5px;
  position: relative;
  transition: transform 0.1s ease-in-out;
}
.ce-mono_site_textpic a span::before, .ce-mono_site_textpic a span::after {
  content: "";
  position: absolute;
  background-color: var(--orange);
  transition: transform 0.5s;
}
.ce-mono_site_textpic a span::after {
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -1px;
  transform: scaleX(0);
  transform-origin: left;
}
.ce-mono_site_textpic a span:hover::after {
  transform: scaleX(1);
}
.ce-mono_site_textpic .btn--email {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
  width: fit-content;
}
.ce-mono_site_textpic .btn--email span {
  height: fit-content;
  align-items: center;
  display: flex;
}
.ce-mono_site_textpic .btn--email::after {
  content: url(/typo3conf/ext/mono_site/Resources/Public/images/icons/Mobile_Mail_50x50.svg);
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.mono_burger {
  width: 20px;
  height: 20px;
  padding: 0px;
  /*margin-top: 20px;*/
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .mono_burger {
    width: 20px;
    height: 20px;
    padding: 0px;
  }
}
.mono_burger__inner {
  width: 20px;
  height: 20px;
  position: relative;
}
.mono_burger__inner:last-child {
  position: absolute;
  top: 0px;
  left: 0px;
}
.mono_burger__bar {
  width: 20px;
  height: 4px;
  display: block;
  background: var(--white);
}
.mono_burger__x {
  visibility: hidden;
}
.mono_burger__x > span {
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  opacity: 0;
  transform-origin: center;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.mono_burger__x > span:first-child {
  transform: rotate(45deg);
}
.mono_burger__x > span:last-child {
  transform: rotate(-45deg);
}
.mono_burger__bars {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  transition-duration: 0.1s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
.mono_navigation--opend .mono_burger__bars {
  opacity: 0;
}

.mono_navigation--opened .mono_burger__bars {
  display: none;
}
.mono_navigation--opened .mono_burger__x {
  visibility: visible;
}
.mono_navigation--opened .mono_burger__x > span {
  opacity: 1;
}

.image img {
  border-radius: 0;
  width: 100%;
  object-fit: cover;
}
.image .image-caption {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.ce-center .image {
  display: flex;
  justify-content: center;
}

.circle-blue {
  text-decoration: none;
}
.circle-blue span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.circle-blue span:before {
  content: "";
  background: var(--blue);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.ce-bullets {
  list-style: none;
  padding: 20px;
  margin-bottom: 25px;
}
.ce-bullets:before {
  position: absolute;
}
.ce-bullets li {
  left: 25px;
  position: relative;
  padding: 0 20px;
  margin-bottom: 15px;
}

.linkedin-feed {
  display: flex;
  border-left: 1px solid;
  border-right: 1px solid;
  flex-direction: column;
}
@media (min-width: 768px) {
  .linkedin-feed {
    flex-direction: row;
  }
}
.linkedin-post {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .linkedin-post {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .linkedin-post {
    flex: 0 1 25%;
  }
}
.linkedin-post__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.linkedin-post__image {
  padding-bottom: 15px;
  order: 0;
}
.linkedin-post__image img {
  width: 200px; /* Set your desired width */
  height: 200px; /* Set your desired height */
  object-fit: cover; /* Ensures the image fills the area without distortion */
}
.linkedin-post__text {
  order: 2;
}
.linkedin-post-content {
  display: flex;
}

.media, .video {
  position: relative;
}
.media .media__video, .media .video-embed, .video .media__video, .video .video-embed {
  position: relative;
}
.media .embed-responsive, .media .embed-responsive-16by9, .video .embed-responsive, .video .embed-responsive-16by9 {
  padding-bottom: 56.25%;
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  background: #DDD;
}
.media .embed-responsive.custom-media-local, .media .embed-responsive-16by9.custom-media-local, .video .embed-responsive.custom-media-local, .video .embed-responsive-16by9.custom-media-local {
  padding-bottom: 42%;
}
.media .video-shariff-preview-overlay, .video .video-shariff-preview-overlay {
  background: rgba(255, 255, 255, 0.12);
}
.media .video-shariff-preview, .video .video-shariff-preview {
  top: 47%;
}
.media .media .media__btn, .media .video .media__btn, .video .media .media__btn, .video .video .media__btn {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  margin-top: -10%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 12rem;
  height: 12rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--blue-dark);
  border-radius: 50%;
  opacity: 0.75;
  transition: opacity 0.3s;
}
.media .media__thumbnail, .video .media__thumbnail {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
.media .media__btn, .video .media__btn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-top: -10%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--blue-dark);
  border-radius: 50%;
  opacity: 0.75;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .media .media__btn, .video .media__btn {
    width: 60px;
    height: 60px;
  }
}
.media .video-shariff-preview-icon-vsh svg, .video .video-shariff-preview-icon-vsh svg {
  width: 40px;
  height: 40px;
  margin-left: 9px;
}
.media .video-shariff-preview-text, .video .video-shariff-preview-text {
  bottom: -4rem;
  top: auto;
  margin: 0 auto;
  background: #fffeff;
  padding: 10px 20px;
  color: #7d7272;
  font-weight: 400;
}
.media .video-shariff-play img, .video .video-shariff-play img {
  width: 100% !important;
}
@media (max-width: 768px) {
  .media .media__btn svg, .video .media__btn svg {
    max-width: 2rem;
    width: 100%;
    height: auto;
  }
}
.media .video-embed iframe, .media .media__video iframe, .video .video-embed iframe, .video .media__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.media.is-active .media__thumbnail, .video.is-active .media__thumbnail {
  opacity: 0;
  pointer-events: none;
}
.media.is-active .media__btn, .video.is-active .media__btn {
  opacity: 0;
  pointer-events: none;
}

.nope .video-container {
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.nope .video-container iframe,
.nope .video-container object,
.nope .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.textmedia .ce-column, .textpic .ce-column {
  float: none;
}
.textmedia .ce-center .ce-outer, .textpic .ce-center .ce-outer {
  float: none;
}
.textmedia .ce-center .ce-inner, .textpic .ce-center .ce-inner {
  float: none;
}

.om-cookie-panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px;
  z-index: 9999;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
  border-top: 1px solid var(--blue);
  font-size: 16px;
  transform: translateY(100%) translateX(0);
  transition: transform 0.5s ease, opacity 0.3s;
  text-align: center;
}
@media (min-width: 1024px) {
  .om-cookie-panel {
    gap: 0;
    width: 50vw;
    left: 50%;
    transform: translateY(100%) translateX(-50%);
    border-left: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
  }
}
.om-cookie-panel.active {
  transform: translateY(0) translateX(0);
  opacity: 1;
}
@media (min-width: 1024px) {
  .om-cookie-panel.active {
    transform: translateY(0) translateX(-50%);
  }
}
.om-cookie-panel h3 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.om-cookie-panel p {
  margin: 0;
  padding: 1em 0;
}
.om-cookie-panel .cookie-panel__button-btn {
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-dark) 100%);
}
.om-cookie-panel .cookie-panel__button-btn.button-rounded {
  max-width: 270px;
  margin-top: 8px;
}
.om-cookie-panel .cookie-panel__button-btn:hover {
  background: var(--blue);
}
.om-cookie-panel .cookie-panel__checkbox {
  display: none;
}
.om-cookie-panel .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 2px solid var(--grey-medium);
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: var(--grey-medium);
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: var(--blue);
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: var(--blue);
}
.om-cookie-panel .cookie-panel__checkbox-wrap {
  display: inline-block;
  line-height: 1.1;
}
.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 15px;
}
.om-cookie-panel .cookie-panel__description {
  clear: both;
}
.om-cookie-panel .cookie-panel__description p {
  padding: 4px;
  color: var(--blue-dark);
}
.om-cookie-panel .cookie-panel__link {
  padding-top: 1em;
}
.om-cookie-panel .cookie-panel__link a {
  color: var(--blue);
}
.om-cookie-panel .cookie-panel__button {
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-top: 15px !important;
}
@media (min-width: 1024px) {
  .om-cookie-panel .cookie-panel__button {
    width: auto;
    display: inline-block;
  }
}
.om-cookie-panel .cookie-panel__button--color--green {
  background-color: var(--accent);
}
.om-cookie-panel .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}
.om-cookie-panel .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}
.om-cookie-panel .cookie-panel__control {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 15px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .om-cookie-panel .cookie-panel__control {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
}
.om-cookie-panel .cookie-panel__control button {
  padding: 0 20px;
}
.om-cookie-panel .om-cookie__wrapper {
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.om-cookie-panel .om-cookie__wrapper-imprint {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.om-cookie-panel .om-cookie__wrapper-imprint a {
  color: var(--blue);
}
.om-cookie-panel .om-cookie__wrapper-imprint a:hover {
  text-decoration: none;
}
.om-cookie-panel #cookie-panel form {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .om-cookie-panel #cookie-panel form {
    margin-bottom: 0;
  }
}
.om-cookie-panel #cookie-panel {
  display: none;
  margin-bottom: 10px;
}
.om-cookie-panel #cookie-panel button {
  padding: 0 20px;
}
.om-cookie-panel #cookieSettingsClose {
  display: none;
}
.om-cookie-panel .panel {
  display: none;
  transition: opacity 5.5s ease;
}
.om-cookie-panel .panel.show {
  display: block;
}

.om-cookie-info table {
  border: 1px solid var(--blue);
  border-collapse: collapse;
  background-color: #FDFAFA;
}
.om-cookie-info table thead {
  background-color: var(--blue);
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-dark) 100%);
}
.om-cookie-info table th, .om-cookie-info table td {
  padding: 10px 5px;
  border: 1px solid var(--blue);
  text-align: left;
  color: var(--blue-dark);
}
.om-cookie-info table td {
  background-color: #FFFFFF;
}
.om-cookie-info table .colspan4 {
  background-color: #FDFAFA;
}
.om-cookie-info table th {
  color: #FDFAFA;
}
.om-cookie-info table p {
  margin-top: 0;
}
.om-cookie-info table p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.om-cookie-info button {
  padding: 20px;
  margin-top: 15px;
}

.tx-om-cookie-consent {
  overflow: scroll;
}
.tx-om-cookie-consent .button-blue {
  margin: 25px 0;
  display: inline-block;
  text-align: center;
  background-color: var(--blue);
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-dark) 100%);
  padding: 8px 0;
  color: var(--white);
  text-decoration: none;
  transition: all 250ms;
  width: 100%;
  max-width: 200px;
  position: relative;
}
.tx-om-cookie-consent .button-blue:hover {
  background: var(--blue);
}

.cookieLightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(119, 119, 119, 0.95);
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  width: 100vw;
  height: 100vh;
}

#pid-78 .cookieLightboxOverlay, #pid-79 .cookieLightboxOverlay, #pid-80 .cookieLightboxOverlay {
  display: none !important;
}

.tx-indexedsearch-browsebox ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.tx-indexedsearch-browsebox ul li {
  display: inline-block;
  padding-right: 10px;
}
.tx-indexedsearch-browsebox ul .tx-indexedsearch-page-selector {
  color: var(--blue-dark);
  text-decoration: none;
}
.tx-indexedsearch-browsebox ul .tx-indexedsearch-page-selector:hover {
  text-decoration: underline;
}

.tx-indexedsearch-result-number {
  display: none;
}

.tx-indexedsearch-title a {
  color: var(--blue);
}

.tx-indexedsearch-redMarkup {
  color: var(--blue);
}

.mono_news {
  --grid_gap: 24;
  display: flex;
  justify-content: center;
}
.mono_news ul {
  flex-wrap: wrap;
  padding: 0;
  display: flex;
  margin: 0;
  max-width: 1440px;
  width: 100%;
}
@media (min-width: 768px) {
  .mono_news ul {
    flex-direction: row;
  }
}
.mono_news__card {
  transition: background 150ms;
}
.mono_news__card .mono_news__title {
  font-size: 24px;
  font-size: clamp(1.2rem, calc( 0.4166666667vw  + 1rem), 1.5rem);
  line-height: 120%;
  box-sizing: border-box;
  color: var(--black);
  font-weight: 400;
  margin: 0;
}
.mono_news__card:hover {
  background: var(--grey-hover);
}
.mono_news__link {
  text-decoration: none;
  justify-content: space-between;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mono_news__image img {
  object-fit: cover;
  width: 100%;
}
.mono_news__card {
  width: 100%;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .mono_news__card {
    margin: 0;
    padding: 24px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: calc(33% - var(--grid_gap) * 1px);
    flex: 0 1 33.333%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .mono_news__card:last-child, .mono_news__card:nth-child(3) {
    border-right: 1px solid;
  }
}
.mono_news__date {
  color: var(--grey);
}
.mono_news__wrapper-bottom {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-size: clamp(0.8rem, calc( 0vw  + 1rem), 1rem);
  line-height: 120%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .mono_news__wrapper-bottom {
    padding: 0;
  }
}
.mono_news__category {
  color: var(--text);
}
.mono_news__spacer {
  color: var(--text);
}

:root {
  --grid_gap: 20;
  --section_padding: 20;
}

@media (min-width: 768px) {
  :root {
    --grid_gap: 30;
    --section_padding: 30;
  }
}
@media (min-width: 1024px) {
  :root {
    --grid_gap: 30;
    --section_padding: 30;
  }
}
@media (min-width: 1440px) {
  :root {
    --grid_gap: 30;
    --section_padding: 30;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  align-items: center;
}

.mono_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mono_page {
  max-width: 2000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.mono_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
@media (min-width: 768px) {
  .mono_container {
    padding: 20px calc(var(--grid_gap) * 1px) 80px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .mono_container {
    max-width: 90vw;
    padding: 60px calc(var(--grid_gap) * 1px) 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1440px) {
  .mono_container {
    max-width: 1134px;
    padding: 0;
  }
}
.mono_container--fullsize {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
}
.mono_container--black {
  background: var(--black);
  align-items: center;
}
.mono_container--black .mono_container {
  max-width: 1152px;
  padding: 20px;
}
@media (min-width: 768px) {
  .mono_container--black .mono_container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .mono_container--black .mono_container {
    max-width: 90vw;
    min-height: 274px;
  }
}
@media (min-width: 1140px) {
  .mono_container--black .mono_container {
    max-width: 1134px;
    min-height: 340px;
  }
}
.mono_container--black .mono_container h2 {
  font-size: 44px;
  font-size: clamp(2.2rem, calc( 1.4583333333vw  + 1rem), 2.75rem);
  line-height: 120%;
  color: var(--white);
  hyphens: auto;
}
.mono_container--black .mono_container h3 {
  font-size: 44px;
  font-size: clamp(2.2rem, calc( 1.4583333333vw  + 1rem), 2.75rem);
  line-height: 120%;
  margin: 15px 0 30px 0;
  color: var(--gold);
  hyphens: auto;
}
.mono_container--black .mono_container p {
  color: var(--text-light);
}
.mono_container--black .mono_text ul {
  padding-left: 14px;
}
.mono_container--black .mono_text li {
  color: var(--gold);
  margin-bottom: 7px;
  line-height: 1.35;
}
.mono_container--black .mono_text a {
  text-decoration: none;
  color: var(--gold);
}
.mono_container--black .mono_text a:hover {
  text-decoration: underline;
}
.mono_container--width-80 {
  max-width: 1152px;
}
.mono_container--fullwidth {
  max-width: 2000px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mono_container--news {
  max-width: 2000px;
  margin: 100px;
}
.mono_container--news .mono_container {
  border-top: 1px solid;
  max-width: 2000px;
  padding: 0;
}
.mono_container--news .mono_container .no-subheader {
  justify-content: center;
  display: flex;
  border-bottom: 1px solid;
}
.mono_container--news .mono_container h1, .mono_container--news .mono_container h2, .mono_container--news .mono_container h3 {
  padding: 20px;
  max-width: 1440px;
  width: 100%;
}
.mono_container--grid {
  max-width: 2000px;
}
.mono_container--grid .mono_container {
  border-top: 1px solid;
  padding: 0;
  max-width: 2000px;
  width: 100%;
  align-items: center;
}
.mono_container--grid .mono_container h2 {
  color: var(--black);
}
.mono_container--grid .mono_row {
  width: 100%;
  max-width: 1392px;
  --grid_gap: 0;
}
.mono_container--grid .mono__header {
  width: 100%;
  max-width: 2000px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid;
}
.mono_container--grid .mono__header h2 {
  max-width: 1392px;
  width: 100%;
  padding: 20px;
}
.mono_container--grid .mono_col--25 .mono_card {
  width: 100%;
}
.mono_container--grid .mono_col--25 .mono_card:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  .mono_container--grid .mono_col--25:nth-last-child(-n+2) .mono_card {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .mono_container--grid .mono_col--25:nth-child(even) .mono_card {
    border-right: 1px solid;
  }
}
@media (min-width: 1024px) {
  .mono_container--grid .mono_col--25:nth-child(even) .mono_card {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .mono_container--grid .mono_col--25:last-child .mono_companycard {
    border-right: 1px solid;
  }
}
.mono_container--grid .mono_col--25:last-child .mono_card.no-image {
  border-right: 1px solid;
  border-bottom: 1px solid;
  flex: 1;
}
.mono_container--grid .mono_col--25:last-child .mono_card.no-image:last-child {
  border-bottom: none;
}
.mono_container--grid .mono_col--25:last-child .mono_card {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .mono_container--grid .mono_col--25:last-child .mono_card {
    border-right: 1px solid;
  }
}
.mono_container--grid .mono_col--100 {
  gap: 0;
}
.mono_container--grid-grey {
  max-width: 2000px;
}
.mono_container--grid-grey .mono_container {
  border-top: 1px solid;
  border-bottom: 1px solid;
  background: var(--grey-hover);
  padding: 0;
  max-width: 2000px;
  width: 100%;
  align-items: center;
}
.mono_container--grid-grey .mono_container h2 {
  color: var(--black);
}
.mono_container--grid-grey .mono_row {
  width: 100%;
  max-width: 1392px;
  --grid_gap: 0;
}
.mono_container--grid-grey .mono__header {
  width: 100%;
  max-width: 2000px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid;
}
.mono_container--grid-grey .mono__header h2 {
  max-width: 1392px;
  width: 100%;
  padding: 20px;
}
.mono_container--grid-grey .mono_col--25:last-child {
  border-top: 1px solid;
}
@media (min-width: 768px) {
  .mono_container--grid-grey .mono_col--25:last-child {
    border-right: 1px solid;
    border-top: none;
  }
}
.mono_container--grid-grey .mono_col--25 .mono_card {
  width: 100%;
}
.mono_container--grid-grey .mono_col--25 .mono_card:last-child {
  border-right: 1px solid;
}
@media (min-width: 768px) {
  .mono_container--grid-grey .mono_col--25:nth-last-child(-n+2) .mono_card {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .mono_container--grid-grey .mono_col--25:nth-child(even) .mono_card {
    border-right: 1px solid;
  }
}
@media (min-width: 1024px) {
  .mono_container--grid-grey .mono_col--25:nth-child(even) .mono_card {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .mono_container--grid-grey .mono_col--25:last-child .mono_companycard {
    border-right: 1px solid;
  }
}
.mono_container--grid-grey .mono_col--25:last-child .mono_card.no-image {
  border-right: 1px solid;
  border-bottom: 1px solid;
  flex: 1;
}
.mono_container--grid-grey .mono_col--25:last-child .mono_card.no-image:last-child {
  border-bottom: none;
}
.mono_container--grid-grey .mono_col--25:last-child .mono_card {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .mono_container--grid-grey .mono_col--25:last-child .mono_card {
    border-right: 1px solid;
  }
}
.mono_container--grid-grey .mono_col--100 {
  gap: 0;
}
.mono_container--header-indented {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  padding-top: calc(var(--section_padding) * 1px);
  padding-bottom: calc(var(--section_padding) * 1px);
  width: 100%;
}
.mono_container--header-indented .mono_container .mono__header {
  position: relative;
  margin-left: 97px;
}
.mono_container--header-indented .mono_row .mono__header {
  margin-left: 0;
}
.mono_container--container-no-padding {
  padding-top: 0 !important;
}
.mono_container--container-no-padding .mono_container {
  max-width: 1392px;
}
.mono_default {
  max-width: 1134px;
}
.mono_default .mono_container {
  width: 100%;
}
.mono_default .mono_container h2 {
  color: var(--black);
  font-size: 44px;
  font-size: clamp(2.2rem, calc( 1.4583333333vw  + 1rem), 2.75rem);
  line-height: 120%;
}
.mono_default .mono_container h3 {
  color: var(--blue);
  font-size: 44px;
  font-size: clamp(2.2rem, calc( 1.4583333333vw  + 1rem), 2.75rem);
  line-height: 120%;
  margin-top: 0;
}
.mono_default .mono_container a {
  color: var(--black);
}
.mono_header .mono_container {
  padding: 20px calc(var(--grid_gap) * 1px) 20px;
}
.mono_default + .mono_default > .mono_container {
  padding-top: 0;
  margin-top: -20px;
}
.mono_section {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  padding-top: calc(var(--section_padding) * 1px);
  padding-bottom: calc(var(--section_padding) * 1px);
  width: 100%;
}
.mono_section--ctype-felogin_login p, .mono_section--ctype-felogin_login a {
  color: var(--blue-dark);
}
.mono_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--grid_gap) * 1px);
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 568px) {
  .mono_row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .mono_row {
    flex-wrap: nowrap;
  }
}
.mono_row--center, .mono_row--33-33-33 {
  flex-wrap: wrap;
  justify-content: center;
}
.mono_col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 0;
}
.mono_col *:first-child {
  margin-top: 0 !important;
}
.mono_col--auto {
  width: auto;
}
.mono_col--25 {
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .mono_col--25 {
    width: calc(50% - var(--grid_gap) * 1px);
    order: unset;
  }
}
@media (min-width: 1024px) {
  .mono_col--25 {
    width: calc(25% - var(--grid_gap) * 1px);
  }
}
.mono_col--25 .ce-column, .mono_col--25 .image {
  width: 100%;
}
.mono_col--25 .ce-column img, .mono_col--25 .image img {
  object-fit: cover;
}
.mono_col--33 {
  width: 100%;
}
@media (min-width: 568px) {
  .mono_col--33 {
    width: calc(50% - var(--grid_gap) * 1px * 0.5);
    flex-grow: 0;
  }
}
@media (min-width: 1024px) {
  .mono_col--33 {
    width: calc(33.3333333333% - var(--grid_gap) * 1px * 0.6666666667);
    height: 100%;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .mono_col--40 {
    width: calc(40% - var(--grid_gap) / 2 * 1px);
  }
}
.mono_col--50 {
  width: 100%;
}
@media (min-width: 768px) {
  .mono_col--50 {
    width: calc(50% - 15px);
  }
}
.mono_col--50 .mono_col {
  flex-grow: 0 !important;
}
.mono_col--60 {
  justify-content: end;
}
@media (min-width: 768px) {
  .mono_col--60 {
    width: calc(60% - var(--grid_gap) / 2 * 1px);
  }
}
@media (min-width: 768px) {
  .mono_col--66 {
    width: calc(66.6666666667% - var(--grid_gap) * 0.5 * 1px);
  }
}
@media (min-width: 768px) {
  .mono_col--60 {
    width: calc(60% - var(--grid_gap) * 0.4 * 1px);
  }
}
.mono_col--75 {
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .mono_col--75 {
    width: calc(50% - var(--grid_gap) * 1px);
    order: unset;
  }
}
@media (min-width: 1024px) {
  .mono_col--75 {
    width: calc(75% - var(--grid_gap) * 1px);
  }
}
.mono_col--75 .ce-column, .mono_col--75 .image {
  width: 100%;
}
.mono_col--75 .ce-column img, .mono_col--75 .image img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .mono_col--80 {
    flex-grow: 0;
    width: 83%;
  }
}
@media (min-width: 568px) {
  .mono_col--100 {
    width: 100%;
    flex-direction: row;
    flex: 4;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .mono_col--grid {
    width: calc(100% - var(--grid_gap) * 1px);
  }
}

.mono_container--grid + .mono_container--grid {
  border-bottom: 1px solid;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 9px;
}
.pt-2 {
  padding-top: 13.5px;
}
.pt-3 {
  padding-top: 18.75px;
}
.pt-4 {
  padding-top: 30px;
}
.pt-5 {
  padding-top: 40.5px;
}
.pt-6 {
  padding-top: 63px;
}
.pt-7 {
  padding-top: 94.5px;
}
.pt-8 {
  padding-top: 114px;
}
@media (min-width: 768px) {
  .pt-1 {
    padding-top: 12px;
  }
  .pt-2 {
    padding-top: 18px;
  }
  .pt-3 {
    padding-top: 25px;
  }
  .pt-4 {
    padding-top: 40px;
  }
  .pt-5 {
    padding-top: 54px;
  }
  .pt-6 {
    padding-top: 84px;
  }
  .pt-7 {
    padding-top: 126px;
  }
  .pt-8 {
    padding-top: 152px;
  }
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 9px;
}
.pb-2 {
  padding-bottom: 13.5px;
}
.pb-3 {
  padding-bottom: 18.75px;
}
.pb-4 {
  padding-bottom: 30px;
}
.pb-5 {
  padding-bottom: 40.5px;
}
.pb-6 {
  padding-bottom: 63px;
}
.pb-7 {
  padding-bottom: 94.5px;
}
.pb-8 {
  padding-bottom: 114px;
}
.pb-9 {
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  .pb-1 {
    padding-bottom: 12px;
  }
  .pb-2 {
    padding-bottom: 18px;
  }
  .pb-3 {
    padding-bottom: 25px;
  }
  .pb-4 {
    padding-bottom: 40px;
  }
  .pb-5 {
    padding-bottom: 54px;
  }
  .pb-6 {
    padding-bottom: 84px;
  }
  .pb-7 {
    padding-bottom: 126px;
  }
  .pb-8 {
    padding-bottom: 152px;
  }
  .pb-9 {
    padding-bottom: 200px;
  }
}

[x-cloak] {
  display: none !important;
}