/*! 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;
}

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

/**
 * 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 */
  white-space: normal; /* 1 */
}

/**
 * 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: square;
}

html {
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0;
  color: var(--text);
  line-height: 26px;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Montserrat", Arial, sans-serif !important;
}

.display-1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 42px;
  color: white;
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 1024px) {
  .display-1 {
    font-size: 62px;
    line-height: 68px;
    font-weight: 600;
  }
}

.mono_page--content h1 {
  color: var(--accent);
}

.mono_col--100 .mono_textpic h3 {
  text-transform: uppercase;
}

.mono_col--100 .mono_col--25 .mono_textpic h3 {
  text-transform: none;
}

.h1, h1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: var(--blue-dark);
  margin: 0;
  hyphens: auto;
}
@media (min-width: 1024px) {
  .h1, h1 {
    font-size: 42px;
    hyphens: none;
  }
}

.h2, h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  color: var(--blue-dark);
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  .h2, h2 {
    font-size: 32px;
  }
}

.h3, h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1.3;
  color: var(--blue-dark);
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  .h3, h3 {
    font-size: 22px;
  }
}

h1 + h2,
.h1 + h3 {
  text-transform: uppercase;
  margin-top: 10px;
}

.h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--blue-dark);
}
@media (min-width: 1024px) {
  .h4 {
    font-size: 22px;
  }
}

.h7 {
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
}

@media (min-width: 1024px) {
  .mono_typo--two-columns {
    column-count: 2;
    column-gap: 30px;
  }
}

p, .p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 1024px) {
  p, .p {
    font-size: 18px;
  }
}
p--small, .p--small {
  font-size: 16px;
  line-height: 24px;
}
p--smallbold, .p--smallbold {
  font-size: 16px;
  line-height: 24px;
  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 {
  font-weight: 600;
  color: var(--accent);
  transition-duration: 0.4s;
  transition-property: color;
  transition-timing-function: ease-in-out;
}
a:visited:hover,
a:active:hover,
a:hover {
  color: var(--orange);
  transition: color 400ms;
}

.mono_mail {
  display: flex;
}
.mono_mail:before {
  width: 20px;
  display: flex;
  content: "";
  background: url(../images/icons/Email-White.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 250ms;
  margin-right: 10px;
}

.mono_mobil {
  display: flex;
}
.mono_mobil:before {
  width: 20px;
  display: flex;
  content: "";
  background: url(../images/icons/Telefon-White.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 250ms;
  margin-right: 10px;
}

:root {
  --white: #FFFFFF;
  --white-light: #F2F6F9;
  --black: #24272A;
  --orange: #F79705;
  --blue: #004F8B;
  --blue-dark: #004F8B;
  --blue-light: #E5EDF3;
  --blue-light-2: #6695B9;
  --foreground: #24272A;
  --background: #FFFFFF;
  --accent: #004F8B;
  --accent-2: #F79705;
  --shadow: ;
  --border: ;
  --borderSolid: ;
  --grey_dark: #606C73;
  --grey-dark: #606C73;
  --grey_bright: #b9b9b9;
  --grey-light: #b9b9b9;
  --grey: #FDFAFA;
  --containerWidth: none;
}
@media (min-width: 1024px) {
  :root {
    --containerWidth: none;
  }
}
@media (min-width: 1024px) {
  :root {
    --containerWidth: 80vw;
  }
}
@media (min-width: 1024px) {
  :root {
    --containerWidth: 1140px;
  }
}

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_bgcolor--accent {
  background-color: var(--accent);
}
.mono_bgcolor--background {
  background-color: var(--background);
}
.mono_bgcolor--foreground {
  background-color: var(--foreground);
}
.mono_bgcolor--black {
  background-color: #24272A;
}
.mono_bgcolor--grey_dark {
  background-color: #606C73;
}
/* NORMAL / Regular */
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-regular.woff") format("woff"), url("../fonts/montserrat-v25-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* MEDIUM */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v25-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-500.woff") format("woff"), url("../fonts/montserrat-v25-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-500.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* BOLD */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v25-latin-600.eot"); /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v25-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-600.woff") format("woff"), url("../fonts/montserrat-v25-latin-600.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-600.svg#Montserrat") format("svg"); /* Legacy iOS */
}
.mono_decoration__dash {
  position: relative;
  margin-top: 14px !important;
}
.mono_decoration__dash:before {
  position: absolute;
  top: -13px;
  content: " ";
  display: block;
  height: 1px;
  width: 20px;
  background-color: var(--foreground);
}
.mono_decoration__dash--accent {
  position: relative;
  margin-top: 14px !important;
}
.mono_decoration__dash--accent:before {
  position: absolute;
  top: -13px;
  content: " ";
  display: block;
  height: 1px;
  width: 20px;
  background-color: var(--accent);
}

.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.4s;
  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;
}

.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 .video-embed iframe,
.media .video-embed-item, .video .video-embed iframe,
.video .video-embed-item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
}
.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__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: 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 (max-width: 768px) {
  .media .media__btn, .video .media__btn {
    width: 9rem;
    height: 9rem;
  }
}
.media .video-shariff-preview-icon-vsh svg, .video .video-shariff-preview-icon-vsh svg {
  width: 90px;
  height: 90px;
  margin-left: 26px;
}
.media .video-shariff-preview-text, .video .video-shariff-preview-text {
  bottom: -4rem;
  top: 5rem;
  margin: 0 auto;
  font-weight: 600;
  background: #fffeff;
  padding: 10px 20px;
  color: #7d7272;
}
.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 .media__video 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;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

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

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

.mono_form {
  padding: 23px;
  align-self: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .mono_form {
    max-width: 100%;
  }
}
.mono_form .cr_form-inputgroup {
  width: 100%;
  display: flex;
}
.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__cta {
  display: flex;
  width: 100%;
  color: var(--accent);
  font-weight: 600;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .mono_form__cta {
    width: auto;
    font-size: 24px;
    height: 60px;
  }
}
.mono_form .cr_form-component--submit {
  width: 100%;
  justify-content: start;
  display: flex;
  align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  .mono_form .cr_form-component--submit {
    width: auto;
    justify-content: flex-end;
    display: block;
    font-size: 15px;
  }
}
.mono_form .newsletter-mobil {
  display: block;
}
@media (min-width: 1024px) {
  .mono_form .newsletter-mobil {
    display: none;
  }
}
.mono_form .newsletter {
  display: none;
}
@media (min-width: 1024px) {
  .mono_form .newsletter {
    display: block;
  }
}
.mono_form .arrow {
  display: none;
}
@media (min-width: 1024px) {
  .mono_form .arrow {
    display: block;
  }
}
.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;
  color: var(--accent);
  gap: 0px;
}
@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: 5px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  width: 100%;
}
.mono_form input::placeholder, .mono_form textarea::placeholder {
  opacity: 1;
}
.mono_form input:focus, .mono_form textarea:focus {
  border: 1px solid;
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 2px var(--accent);
}
.mono_form label {
  color: #2c2c2c;
  position: absolute;
  top: 9px;
  left: 9px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  transform-origin: 0 0;
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
.mono_form input {
  height: 50px;
}
.mono_form textarea {
  padding-top: 20px;
  height: 400px;
}
.mono_formgroup {
  position: relative;
  margin-bottom: 10px;
}
.mono_formgroup > .mono_form-control:focus ~ label,
.mono_formgroup > .mono_form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.7) translateY(-4px);
}
.mono_formgroup__validation-result {
  font-site: 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: 0px;
  height: fit-content;
  font-size: 15px;
  text-decoration: underline;
}
.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);
}

button {
  border: none;
  border-radius: 0;
  background: var(--accent);
  font-family: "Montserrat", Arial, 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;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  button {
    font-size: 18px;
  }
}
button > * {
  flex-shrink: 0;
  white-space: nowrap;
}
button img {
  width: 36px;
  height: auto;
}

.btn--email {
  font-family: "Montserrat", Arial, 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(../images/icons/Mobile_Mail_50x50.svg);
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.company-item-address .language-btn {
  display: none;
}

html:lang(en-us) .company-item-address .language-btn.en,
html:lang(en) .company-item-address .language-btn.en {
  display: inline-block;
}

html:lang(de-de) .company-item-address .language-btn.de,
html:lang(de) .company-item-address .language-btn.de {
  display: inline-block;
}

html:lang(nl-nl) .company-item-address .language-btn.nl,
html:lang(nl) .company-item-address .language-btn.nl {
  display: inline-block;
}

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

.mono_newsletter {
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 23px;
}

.om-cookie-panel {
  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(--grey_dark);
  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 {
    width: 50vw;
    left: 50%;
    transform: translateY(100%) translateX(-50%);
    border-left: 1px solid var(--grey_dark);
    border-right: 1px solid var(--grey_dark);
  }
}
.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__checkbox {
  display: none;
}
.om-cookie-panel .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 2px solid var(--accent);
  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(--accent);
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: var(--grey_dark);
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: var(--grey_dark);
}
.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__link {
  padding-top: 10px;
  margin-bottom: 10px;
}
.om-cookie-panel .cookie-panel__button {
  background: var(--grey_dark);
  color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase;
}
.om-cookie-panel .cookie-panel__button + .cookie-panel__button {
  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 + .cookie-panel__button {
    margin-top: 0;
  }
}
.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;
}
.om-cookie-panel .om-cookie__wrapper {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.om-cookie-panel .om-cookie__wrapper-imprint {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.om-cookie-panel #cookie-panel form {
  margin-bottom: 15px;
}
.om-cookie-panel #cookie-panel {
  display: none;
  margin-bottom: 10px;
}
.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(--grey_dark);
  border-collapse: collapse;
  background-color: #FDFAFA;
}
.om-cookie-info table th, .om-cookie-info table td {
  padding: 10px 5px;
  border: 1px solid var(--grey_dark);
  text-align: left;
  color: var(--grey_dark);
}
.om-cookie-info table td {
  background-color: #FFFFFF;
}
.om-cookie-info table .colspan4 {
  background-color: #FDFAFA;
}
.om-cookie-info table th {
  background-color: var(--grey_dark);
  color: #FDFAFA;
}
.om-cookie-info table p {
  margin-top: 0;
}
.om-cookie-info table p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mapFilter {
  display: none;
}

.gcprivacy .gcprivacy-wrapper a.gcprivacy-btn {
  background: #F79705 !important;
  border-radius: 0 !important;
  color: #fff;
  transition: transform 300ms;
}
.gcprivacy .gcprivacy-wrapper a.gcprivacy-btn:hover {
  background: #F79705 !important;
  transform: scale(1.1);
}

.gcprivacy .gcprivacy-wrapper .gcprivacy-caption {
  background: #004f8b !important;
  color: #fff;
}

.gm-style .cluster div {
  color: white !important;
  font-size: 18px !important;
}
.gm-style .formatted-link.company-item-url {
  display: none !important;
}
.gm-style strong {
  font-weight: 600 !important;
}
.gm-style .detail-template hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#pid15.mono_page.headerwithoutimage {
  margin-top: 110px !important;
}
#pid15 #referenceMap {
  display: none;
}
#pid15 .tx-mapmaker #tx-mapmaker-filterform.row {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 640px) {
  #pid15 .tx-mapmaker #tx-mapmaker-filterform.row {
    flex-direction: row;
    justify-content: space-between;
  }
}
#pid15 .tx-mapmaker #tx-mapmaker-filterform.row .filter {
  background-color: var(--accent);
  border: 0;
  float: left;
  height: 67px;
  margin: 0;
  padding: 5px 10px 0;
  width: 90%;
  position: relative;
}
@media (min-width: 640px) {
  #pid15 .tx-mapmaker #tx-mapmaker-filterform.row .filter {
    width: 30%;
  }
}
#pid15 .tx-mapmaker #tx-mapmaker-filterform.row .filter label {
  color: white;
}

.mono_page:not(#pid15) .tx-mapmaker {
  height: 630px !important;
  overflow: hidden;
  position: relative;
}
.mono_page:not(#pid15) .tx-mapmaker:before {
  content: "";
  position: absolute;
  bottom: 42px;
  overflow: hidden;
  width: 105%;
  height: 100px;
  background-image: url(/typo3conf/ext/mono_site/Resources/Public/images/icons/Banderole.svg);
  background-size: cover;
  transform: rotate(-3deg);
  background-repeat: no-repeat;
  left: -5px;
  right: 0;
  margin-right: -32px !important;
  z-index: 500;
}

#referenceMap {
  margin-top: -112px;
}
#referenceMap .gcprivacy-wrapper img {
  height: 530px;
  object-fit: cover;
}
#referenceMap .gcprivacy-caption {
  transform: skewY(-3deg);
  padding-top: 30px;
}
#referenceMap .gcprivacy-caption p {
  transform: skewY(3deg);
}
@media (min-width: 1024px) {
  #referenceMap .gcprivacy-caption {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  #referenceMap {
    margin-top: -122px;
  }
}
@media (min-width: 1024px) {
  #referenceMap {
    margin-top: -140px;
  }
}
#referenceMap .mono_container {
  padding: 0;
}
#referenceMap .gmnoprint {
  display: none;
}

:root {
  --grid_gap: 30px;
}

@media (min-width: 768px) {
  :root {
    --grid_gap: 30px;
  }
}
@media (min-width: 1024px) {
  :root {
    --grid_gap: 30px;
  }
}
.mono_page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
  width: 100vw;
}
@media (min-width: 1024px) {
  .mono_page {
    max-width: 1800px;
  }
}
.mono_page--content {
  padding-top: 90px;
}
.mono_page.headerwithoutimage {
  margin-top: 240px;
}
.mono_staple--content {
  background-color: cadetblue;
}
.mono_default {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mono_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 40px 20px;
}
@media (min-width: 768px) {
  .mono_container {
    padding: 60px 0 80px 0;
  }
}
@media (min-width: 768px) {
  .mono_container {
    width: calc(90% - 40px);
  }
}
@media (min-width: 1024px) {
  .mono_container {
    max-width: 1140px;
  }
}
.mono_container--fullsize {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
}
.mono_container--fullsize .mono_container {
  max-width: 100%;
  width: 100%;
}
.mono_container--blue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  position: relative;
  padding: 0;
}
.mono_container--blue.skewed header {
  transform: skewY(3deg);
}
.mono_container--blue:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--white-light);
  transform: skewY(-3deg);
  z-index: -1;
}
.mono_container--blue-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  position: relative;
  padding: 0;
}
.mono_container--blue-bottom header div {
  color: var(--blue);
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  margin-top: 10px;
  letter-spacing: 1.1px;
}
.mono_container--blue-bottom.skewed header {
  transform: skewY(3deg);
}
.mono_container--blue-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 150%;
  background: var(--white-light);
  transform: skewY(-3deg);
  z-index: -1;
}
.mono_container--80blue-dark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  position: relative;
}
.mono_container--80blue-dark.skewed header {
  transform: skewY(3deg);
}
.mono_container--80blue-dark:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6695B9;
  transform: skewY(-3deg);
  z-index: -1;
}
.mono_container--80center {
  padding: 0;
  width: 60%;
  max-width: 1140px;
}
.mono_container--80center .mono_container {
  padding: 0 !important;
}
.mono_default + .mono_default > .mono_container {
  padding-top: 0;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .mono_default + .mono_default > .mono_container {
    margin-top: -80px;
  }
}
.mono_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--grid_gap);
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .mono_row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .mono_row {
    flex-wrap: wrap;
  }
}
.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: auto;
  flex-grow: 1;
}
.mono_col > div:first-of-type {
  margin-top: 0 !important;
}
.mono_col > div:first-of-type > *:first-child {
  margin-top: 0 !important;
}
.mono_col > div:first-of-type > *:first-child > *:first-child {
  margin-top: 0 !important;
}
.mono_col--25 {
  width: 100%;
}
@media (min-width: 768px) {
  .mono_col--25 {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .mono_col--25 {
    width: 20%;
  }
}
.mono_col--25 .mono_textpic__bodytext {
  width: 100%;
}
.mono_col--33 {
  width: 100%;
}
@media (min-width: 768px) {
  .mono_col--33 {
    width: 45%;
    flex-grow: 0;
  }
}
@media (min-width: 1024px) {
  .mono_col--33 {
    width: calc(33% - var(--grid_gap));
    height: 100%;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .mono_col--40 {
    width: calc(40% - var(--grid_gap));
  }
}
.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;
}
@media (min-width: 768px) {
  .mono_col--60 {
    width: calc(60% - var(--grid_gap));
  }
}
@media (min-width: 768px) {
  .mono_col--66 {
    width: 66%;
  }
}
@media (min-width: 768px) {
  .mono_col--75 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .mono_col--80 {
    flex-grow: 0;
    width: 83%;
  }
}
.mono_col--100 {
  flex-grow: 0;
  width: 100%;
}

.skewed .mono_container {
  transform: skewY(-3deg);
}
.skewed .mono_container .mono_col--100 header, .skewed .mono_container .mono_col--100 .mono_text {
  transform: skewY(3deg);
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-6 {
  margin-top: 3.5rem;
}
.mt-7 {
  margin-top: 4rem;
}
.mt-8 {
  margin-top: 4.5rem;
}
.mt-9 {
  margin-top: 5rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mb-6 {
  margin-bottom: 3.5rem;
}
.mb-7 {
  margin-bottom: 4rem;
}
.mb-8 {
  margin-bottom: 4.5rem;
}
.mb-9 {
  margin-bottom: 5rem;
}

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