/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}
/*# sourceMappingURL=01_normalize.css.map */

/* Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/ */
* {
  margin: 0;
  padding: 0;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*# sourceMappingURL=02_reset.css.map */

:root {
  --OBE-Blau: #048;
  --white: #FFF;
  --Pastell-Blau: #F2F6F9;
  --Cream: #F0EDE6;
  --OBE-white: #fff;
  --Hellblau: #319FFF;
  --Deckkraft: #004488;
  --Green: #56B40F;
  --Blue-3: #93A4B5;
  --Grey: #858585;
  --Dark-Grey: #313131;
  --color-font: #2E3646;
  --primary-font-size: 18px;
  --large-title-font-size: 32px;
  --primary-title-font-size: 32px;
  --primary-btn-font-size: 18px;
  --items-title-font-size: 22px;
  --main-link-font-size: 15px;
  --font-famaly-ibm: "IBM Plex Sans";
  --font-famaly-barlow: "Barlow Condensed";
  --container-size: 1578px;
}

@media (max-width: 1800px) {
  :root {
    --container-size: 1280px;
  }
}
@media (max-width: 1400px) {
  :root {
    --container-size: 1170px;
  }
}
@media (max-width: 1169px) {
  :root {
    --primary-font-size: 16px;
    --large-title-font-size: 27px;
    --primary-title-font-size: 27px;
    --primary-btn-font-size: 16px;
    --items-title-font-size: 18px;
    --main-link-font-size: 14px;
  }
}
@media (max-width: 710px) {
  :root {
    --primary-font-size: 14px;
    --large-title-font-size: 22px;
    --primary-title-font-size: 22px;
    --primary-btn-font-size: 14px;
    --items-title-font-size: 16px;
    --main-link-font-size: 12px;
  }
}
/*# sourceMappingURL=03_variables.css.map */

body.overflow-hidden {
  overflow: hidden;
}

sub {
  font-size: 0.7em;
}

.container {
  max-width: var(--container-size);
  width: 100%;
  margin: 0 auto;
}

.pt-170 {
  padding-top: 170px;
}
@media (max-width: 1169px) {
  .pt-170 {
    padding-top: 88px;
  }
}

.pb-56 {
  padding-bottom: 56px;
}

.mb {
  margin-bottom: 130px;
}

.cmb {
  margin-bottom: 80px;
}
.cmb:last-child {
  margin-bottom: 0;
}

.cmbt {
  margin-bottom: 44px;
}
.cmbt:last-child {
  margin-bottom: 0;
}

.cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contain__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-btn__wrapper {
  position: relative;
}

.main-btn {
  display: block;
  display: inline-flex;
  padding: 14px 36px;
  justify-content: center;
  align-items: center;
  color: var(--OBE-Blau);
  border: 2px solid var(--OBE-Blau);
  text-align: center;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  transition: all 0.35s;
  cursor: pointer;
}
@media (max-width: 1800px) {
  .main-btn {
    font-size: 16px;
    padding: 12px 30px;
  }
}
@media (max-width: 710px) {
  .main-btn {
    width: 100%;
  }
}

.main-btn.wt {
  color: var(--OBE-white);
  border: 2px solid var(--OBE-white);
}

.main-btn span {
  position: relative;
  z-index: 2;
}

.main-btn.wt svg {
  position: relative;
  z-index: 2;
  margin-right: 20px;
}

.main-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--OBE-Blau);
  transition: all 0.35s;
}

.main-btn.wt:after {
  background: var(--OBE-white);
}

@media (min-width: 1169px) {
  .main-btn:hover {
    color: var(--OBE-white);
  }
  .main-btn.wt:hover svg path {
    fill: var(--OBE-Blau);
  }
  .main-btn.wt:hover {
    color: var(--OBE-Blau);
  }
  .main-btn:hover:after {
    width: 100%;
  }
}
.main-title {
  color: var(--OBE-Blau);
  font-family: "Barlow Condensed";
  font-size: 76px;
  font-style: normal;
  font-weight: 600;
  text-wrap: balance;
  line-height: 110%;
  letter-spacing: 3.8px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
@media (max-width: 1800px) {
  .main-title {
    font-size: 56px;
  }
}
@media (max-width: 1800px) {
  .main-title {
    font-size: 42px;
  }
}
@media (max-width: 1800px) {
  .main-title {
    font-size: 48px;
  }
}
@media (max-width: 1169px) {
  .main-title {
    font-size: 42px;
  }
}
@media (max-width: 710px) {
  .main-title {
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 2.1px;
    text-transform: uppercase;
  }
}
@media (max-width: 450px) {
  .main-title {
    hyphens: auto;
  }
}
@media (max-width: 359px) {
  .main-title {
    font-size: 32px;
  }
}

.main-subtitle {
  display: flex;
  align-items: center;
  color: var(--Hellblau);
  font-family: "Barlow Condensed";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1800px) {
  .main-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1800px) {
  .main-subtitle {
    margin-bottom: 8px;
  }
}
@media (max-width: 710px) {
  .main-subtitle {
    font-size: 18px;
  }
}
.main-subtitle .main-subtitle__cube {
  width: 20px;
  height: 20px;
  background: var(--Hellblau);
  margin-right: 12px;
}
@media (max-width: 710px) {
  .main-subtitle .main-subtitle__cube {
    width: 14px;
    height: 14px;
  }
}

.main-headline-text {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

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

.main-text {
  color: var(--Grey);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1800px) {
  .main-text {
    font-size: 18px;
  }
}
@media (max-width: 1169px) {
  .main-text {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .main-text {
    font-size: 14px;
  }
}
.main-text strong {
  color: var(--Dark-Grey);
}
.main-text.text-d-m {
  margin-bottom: 24px;
}
.main-text ul, .main-text ol {
  padding-left: 20px;
}
.main-text ul li {
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
.main-text ul li::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 7px;
  background: url(../img/check-regular.svg) no-repeat center center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
@media (max-width: 1800px) {
  .main-text ul li::before {
    top: 1px;
  }
}
@media (max-width: 1169px) {
  .main-text ul li::before {
    top: 5px;
    left: -19px;
    width: 16px;
    height: 16px;
  }
}
.main-text ol li {
  list-style: decimal;
}
.main-text ul, .main-text p {
  margin-bottom: 30px;
}
.main-text ul li::marker {
  color: var(--color-font);
}
.main-text ul:last-child {
  margin-bottom: 0;
}
.main-text p:last-child {
  margin-bottom: 0;
}

.main-link {
  display: flex;
  align-items: center;
  color: var(--OBE-Blau, #048);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1800px) {
  .main-link {
    font-size: 16px;
  }
}
.main-link svg {
  margin-left: 6px;
}

.theme-slider-navs {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1279px) {
  .theme-slider-navs {
    justify-content: space-between;
  }
}
@media (max-width: 710px) {
  .theme-slider-navs {
    justify-content: center;
    z-index: 2;
  }
}

.theme-arrows {
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (max-width: 710px) {
  .theme-arrows {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.theme-arrow-prev, .theme-arrow-next {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  user-select: none;
}

.theme-arrow-prev {
  margin-right: 24px;
}

.theme-arrow-prev svg, .theme-arrow-next svg {
  width: 100%;
}

.theme-pagination-under-slider {
  position: relative;
  z-index: 2;
  margin-right: 69px;
}
@media (max-width: 710px) {
  .theme-pagination-under-slider {
    margin-right: 0px;
    margin: 0 auto;
  }
}
.theme-pagination-under-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: var(--OBE-white);
}
.theme-pagination-under-slider.blue .swiper-pagination-bullet {
  background: var(--OBE-Blau);
}
.theme-pagination-under-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 1340px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 1169px) {
  .container {
    width: 93%;
  }
  .mb {
    margin-bottom: 88px;
  }
  .cmb {
    margin-bottom: 56px;
  }
  .cmbt {
    margin-bottom: 36px;
  }
  .main-btn__one {
    margin-right: 10px;
  }
  .btn-m-t {
    margin-top: 34px;
  }
  .main-title {
    margin-bottom: 10px;
    text-wrap: balance;
  }
  .main-text.text-d-m {
    margin-bottom: 14px;
  }
  .main-text ul, .main-text ol {
    padding-left: 15px;
  }
  .main-text ul {
    margin-bottom: 20px;
  }
  .main-text ul li {
    margin-left: 8px;
    margin-bottom: 8px;
  }
  .main-text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 710px) {
  .container {
    width: 92%;
  }
  .mb {
    margin-bottom: 88px;
  }
  .cmb {
    margin-bottom: 48px;
  }
  .cmbt {
    margin-bottom: 36px;
  }
  .main-btn__one {
    margin-right: 8px;
  }
  .btn-m-t {
    margin-top: 24px;
  }
  .main-title {
    margin-bottom: 8px;
    text-wrap: balance;
  }
  .main-text.text-d-m {
    margin-bottom: 12px;
  }
}
.items-title {
  color: var(--OBE-Blau);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.scrollup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  bottom: 40px;
  right: 40px;
  transition: 0.2s;
  z-index: 15;
  border: 1px solid var(--OBE-Blau, #048);
  background: rgba(255, 255, 255, 0.8);
}
.scrollup.ausbildung {
  display: none;
}
@media (max-width: 1169px) {
  .scrollup {
    width: 43px;
    height: 43px;
    right: 36px;
    bottom: 90px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    border: none;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
  }
  .scrollup.ausbildung {
    display: flex;
    bottom: 300px;
  }
}
@media (max-width: 710px) {
  .scrollup {
    bottom: 100px;
    right: 12px;
  }
}

.scrollup.active {
  opacity: 0.7;
  visibility: visible;
}
@media (max-width: 1169px) {
  .scrollup.active {
    opacity: 1;
  }
}

.scrollup:hover {
  opacity: 1;
}

.print {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 43px;
  height: 43px;
  background: rgba(0, 68, 136, 0.8);
  bottom: 193px;
  right: 36px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
  z-index: 15;
}
@media (max-width: 1169px) {
  .print {
    display: flex;
  }
}
@media (max-width: 710px) {
  .print {
    right: 12px;
  }
}
/*# sourceMappingURL=04_default-syles.css.map */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--color-font);
  box-sizing: border-box;
  font-family: var(--font-famaly-ibm);
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.2s;
  color: var(--color-font);
}

em {
  font-style: italic;
}

h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

b, strong {
  font-weight: 400;
}

textarea:focus::placeholder, input:focus::placeholder, textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder, textarea:focus:-moz-placeholder, input:focus:-moz-placeholder, textarea:focus::-moz-placeholder, input:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/* FF 4-18 */
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* IE 10+ */
/*# sourceMappingURL=05_theme-tags.css.map */

.page-404 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #004488 0%, #319FFF 100%), linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
}
.page-404 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.page-404 .page-404__info {
  text-align: center;
  color: var(--white);
  padding: 165px 0;
}
.page-404 .page-404__info .page-404__text {
  color: var(--OBE-white, #FFF);
  text-align: center;
  font-family: "Barlow Condensed";
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
}
.page-404 .page-404__info .page-404__text:not(:last-child) {
  padding-bottom: 56px;
}
.page-404 .page-404__info .page-404__text:first-child {
  font-size: 220px;
  letter-spacing: 11px;
}
.page-404 .page-404__info .page-404__text:nth-child(2) {
  filter: blur(0.5px);
  font-size: 140px;
  letter-spacing: 7px;
}
.page-404 .page-404__info .page-404__text:nth-child(3) {
  filter: blur(2px);
  font-size: 80px;
  letter-spacing: 4px;
}
.page-404 .page-404__info .page-404__text:nth-child(4) {
  filter: blur(2.7999999523px);
  font-size: 40px;
  letter-spacing: 2px;
}
.page-404 .page-404__info .main-btn {
  margin-top: 24px;
}
@media (max-width: 1169px) {
  .page-404 .page-404__info {
    padding: 180px 0;
  }
  .page-404 .page-404__info .page-404__text:first-child {
    font-size: 200px;
    letter-spacing: 10px;
  }
  .page-404 .page-404__info .page-404__text:nth-child(2) {
    font-size: 120px;
    letter-spacing: 6px;
  }
  .page-404 .page-404__info .page-404__text:nth-child(3) {
    font-size: 60px;
    letter-spacing: 3px;
  }
  .page-404 .page-404__info .page-404__text:nth-child(4) {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
  .page-404 .page-404__info .main-btn {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .page-404 .page-404__info {
    padding: 180px 0;
  }
  .page-404 .page-404__info .page-404__text:not(:last-child) {
    padding-bottom: 36px;
  }
  .page-404 .page-404__info .page-404__text:first-child {
    font-size: 110px;
    letter-spacing: 5.5px;
  }
  .page-404 .page-404__info .page-404__text:nth-child(2) {
    font-size: 70px;
    letter-spacing: 1.4px;
  }
  .page-404 .page-404__info .page-404__text:nth-child(3) {
    filter: blur(1.2999999523px);
    font-size: 32px;
    letter-spacing: 1.6px;
  }
  .page-404 .page-404__info .page-404__text:nth-child(4) {
    filter: blur(1.3999999762px);
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .page-404 .page-404__info .main-btn {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=404.css.map */

.about-us .main-about-text {
  padding-top: 80px;
}
.about-us .title-text-img-list__top {
  align-items: flex-end;
  justify-content: space-between;
}
.about-us .title-text-img-list__top .title-text-img-list__top-l {
  max-width: 775px;
  margin-left: 0;
}
.about-us .title-text-img-list__top .title-text-img-list__top-r {
  max-width: 640px;
}
.about-us .title-text-img-list__col .title-text-img-list__item {
  margin-bottom: 0;
}
.about-us .title-text-img-list__col .title-text-img-list__item:not(:last-child) {
  margin-bottom: 47px;
}
.about-us .main-about-text--mobile {
  display: none;
}

@media (max-width: 1169px) {
  .about-us .title-text-img-list__top {
    align-items: flex-start;
  }
  .about-us .title-text-img-list__top .title-text-img-list__top-r {
    margin-top: 55px;
  }
  .about-us .title-text-img-list__top .title-text-img-list__top-l {
    display: block;
  }
  .about-us .title-text-img-list__top .title-text-img-list__top-l .title-text-img-list__title,
  .about-us .title-text-img-list__top .title-text-img-list__top-l .title-text-img-list__subtitle {
    display: flex;
  }
  .about-us .title-text-img-list__col .title-text-img-list__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .about-us .main-about-text {
    display: none;
  }
  .about-us .main-about-text--mobile {
    display: block !important;
  }
}
@media (max-width: 900px) {
  .about-us .title-text-img-list__top .title-text-img-list__top-r .title-text-img-list__text {
    margin-bottom: 73px;
  }
}
@media (max-width: 480px) {
  .about-us .title-text-img-list__top .title-text-img-list__top-l {
    margin-top: 0;
  }
  .about-us .title-text-img-list__top .title-text-img-list__top-r {
    margin-top: 36px;
  }
  .about-us .title-text-img-list__top .title-text-img-list__top-r .title-text-img-list__text {
    margin-bottom: 56px;
  }
  .about-us .title-text-img-list__col .title-text-img-list__item .title-text-img-list__item-top {
    margin-bottom: 16px;
  }
  .about-us .title-text-img-list__col .title-text-img-list__item .title-text-img-list__item-top .title-text-img-list__item-icone {
    width: 24px;
    height: 24px;
  }
  .about-us .title-text-img-list__col .title-text-img-list__item .title-text-img-list__item-top .items-title {
    font-size: 20px;
  }
}
.structure {
  padding: 130px 0;
}
@media (max-width: 900px) {
  .structure {
    padding: 88px 0;
  }
  .structure .main-title {
    margin-bottom: 56px;
  }
}

.glance {
  min-height: 657px;
  position: relative;
}
.glance .container {
  position: relative;
  z-index: 2;
}
.glance .glance__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.glance .glance__content {
  padding: 170px 0;
}
.glance .glance__content .glance__info .main-title {
  color: #fff;
}
.glance .glance__content .glance__facts {
  padding-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 32px;
  color: #fff;
}
@media (max-width: 1200px) {
  .glance .glance__content .glance__facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.glance .glance__content .glance__facts .glance__facts--item {
  background: rgba(255, 255, 255, 0.25);
  padding: 40px;
  min-height: 128px;
}
.glance .glance__content .glance__facts .glance__facts--item p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  white-space: pre-wrap;
}
.glance .glance__content .glance__facts .glance__facts--item.active {
  display: block !important;
}
.glance .glance__content .glance__btn {
  display: none;
  margin-top: 44px;
  width: 162px;
  background: none;
}
.glance .glance__content .glance__btn span {
  font-size: 14px;
}
@media (min-width: 1169px) {
  .glance .glance__content .glance__btn:hover span {
    color: var(--OBE-Blau);
  }
}
@media (max-width: 900px) {
  .glance .glance__content {
    padding: 88px 0;
  }
  .glance .glance__content .glance__facts {
    gap: 24px;
  }
  .glance .glance__content .glance__facts .glance__facts--item {
    padding: 24px;
    min-height: 88px;
  }
  .glance .glance__content .glance__facts .glance__facts--item p {
    font-size: 20px;
  }
}
@media (max-width: 710px) {
  .glance .glance__content .glance__facts {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .glance .glance__content .glance__facts .glance__facts--item {
    min-height: 62px;
  }
  .glance .glance__content .glance__facts .glance__facts--item:nth-child(n+5) {
    display: none;
  }
  .glance .glance__content .glance__facts .glance__facts--item p {
    line-height: inherit;
  }
  .glance .glance__content .glance__facts .glance__facts--item p:last-child {
    display: none;
  }
  .glance .glance__content .glance__btn {
    display: block;
  }
}

.our-values {
  background: var(--OBE-Blau);
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
.our-values .our-values__circle {
  position: absolute;
  right: -20%;
  top: -40%;
  width: 1101px;
  height: 1101px;
  border-radius: 1101px;
  opacity: 0.3;
  background: var(--Hellblau, #319FFF);
  filter: blur(150px);
  z-index: 0;
}
.our-values .our-values__content .our-values__content--info {
  display: flex;
  justify-content: space-between;
}
.our-values .our-values__content .our-values__content--info .our-values__content--info-r {
  padding-top: 34px;
}
.our-values .our-values__content .our-values__content--info .main-title,
.our-values .our-values__content .our-values__content--info .main-text {
  color: var(--white);
}
.our-values .our-values__content .our-values__content--info .main-text {
  max-width: 774px;
}
@media (max-width: 1169px) {
  .our-values .our-values__content .our-values__content--info {
    padding-bottom: 57px;
    align-items: flex-end;
  }
  .our-values .our-values__content .our-values__content--info .main-title {
    margin-bottom: 0;
  }
}
@media (max-width: 710px) {
  .our-values .our-values__content .our-values__content--info {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 36px;
  }
}
.our-values .our-values__content .our-values__content--cards {
  display: flex;
}
@media (max-width: 1600px) {
  .our-values .our-values__content .our-values__content--cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 1169px) {
  .our-values .our-values__content .our-values__content--cards {
    max-width: 85%;
    margin-left: 0;
  }
}
.our-values .our-values__content .our-values__content--cards .card__item {
  position: relative;
  width: 395px;
  height: 396px;
  flex-shrink: 0;
  transition: all 0.6s;
}
@media (max-width: 1800px) {
  .our-values .our-values__content .our-values__content--cards .card__item {
    min-height: 335px;
    height: 335px;
  }
}
@media (max-width: 900px) {
  .our-values .our-values__content .our-values__content--cards .card__item {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
.our-values .our-values__content .our-values__content--cards .card__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #048;
  background-blend-mode: hard-light;
  mix-blend-mode: color;
  transition: all 0.6s;
}
.our-values .our-values__content .our-values__content--cards .card__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  transition: all 0.6s;
}
.our-values .our-values__content .our-values__content--cards .card__item .card__info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 48px 65px 65px;
}
@media (max-width: 1800px) {
  .our-values .our-values__content .our-values__content--cards .card__item .card__info {
    padding: 28px 28px 35px 35px;
  }
}
.our-values .our-values__content .our-values__content--cards .card__item .card__info .card__info--top {
  text-align: right;
}
.our-values .our-values__content .our-values__content--cards .card__item .card__info .card__info--bottom .card__item--title {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
  line-height: 39.6px;
  hyphens: auto;
}
@media (max-width: 370px) {
  .our-values .our-values__content .our-values__content--cards .card__item .card__info .card__info--bottom .card__item--title {
    font-size: 26px;
  }
}
.our-values .our-values__content .our-values__content--cards .card__item .card__info .card__info--bottom .card__item--text {
  display: none;
  color: var(--Grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}
@media (max-width: 1800px) {
  .our-values .our-values__content .our-values__content--cards .card__item .card__info .card__info--bottom .card__item--text {
    font-size: 16px;
  }
}
.our-values .our-values__content .our-values__content--cards .card__item:hover::before {
  background-color: var(--white);
  mix-blend-mode: revert;
  opacity: 1;
}
@media (max-width: 1800px) {
  .our-values .our-values__content .our-values__content--cards .card__item:hover .card__info {
    padding: 28px 28px 35px 35px;
  }
}
.our-values .our-values__content .our-values__content--cards .card__item:hover .card__info .card__info--top svg path {
  fill: var(--OBE-Blau);
}
.our-values .our-values__content .our-values__content--cards .card__item:hover .card__info .card__info--bottom .card__item--title {
  color: var(--OBE-Blau);
  padding-bottom: 40px;
}
@media (max-width: 1800px) {
  .our-values .our-values__content .our-values__content--cards .card__item:hover .card__info .card__info--bottom .card__item--title {
    padding-bottom: 10px;
  }
}
.our-values .our-values__content .our-values__content--cards .card__item:hover .card__info .card__info--bottom .card__item--text {
  display: block;
}
@media (max-width: 900px) {
  .our-values {
    background: linear-gradient(0deg, #048 100%, #048 100%), linear-gradient(0deg, rgba(0, 68, 136, 0.9) 0%, rgba(0, 68, 136, 0.9) 100%), url("/assets/img/qualitaet.webp") no-repeat;
    background-blend-mode: color, normal;
    background-size: cover;
  }
  .our-values .our-values__circle {
    display: none;
  }
  .our-values .our-values__content .our-values__content--info .main-text {
    max-width: 318px;
  }
  .our-values .our-values__content .our-values__content--cards .card__item {
    background: rgba(255, 255, 255, 0.3);
  }
  .our-values .our-values__content .our-values__content--cards .card__item::before, .our-values .our-values__content .our-values__content--cards .card__item::after {
    display: none;
  }
  .our-values .our-values__content .our-values__content--cards .card__item .card__info {
    padding: 40px 24px;
  }
  .our-values .our-values__content .our-values__content--cards .card__item .card__info .card__info--top {
    display: none;
  }
  .our-values .our-values__content .our-values__content--cards .card__item .card__info .card__info--bottom .card__item--title {
    color: var(--OBE-Blau);
    color: var(--white);
    padding-bottom: 32px;
  }
  .our-values .our-values__content .our-values__content--cards .card__item .card__info .card__info--bottom .card__item--text {
    display: block;
    color: var(--white);
  }
  .our-values .our-values__content .our-values__content--cards .card__item img {
    display: none;
  }
  .our-values .our-values__content .our-values__content--cards .card__item:not([disabled]):hover {
    cursor: pointer;
  }
  .our-values .our-values__content .our-values__content--cards .card__item:hover .card__info {
    padding: 40px 24px;
  }
  .our-values .our-values__content .our-values__content--cards .card__item:hover .card__info .card__info--bottom .card__item--title {
    padding-bottom: 32px;
    color: var(--white);
  }
  .our-values .our-values__content .our-values__content--cards .card__item.swiper-slide-active {
    background-color: var(--white);
  }
  .our-values .our-values__content .our-values__content--cards .card__item.swiper-slide-active .card__info .card__info--bottom .card__item--title {
    color: var(--OBE-Blau);
  }
  .our-values .our-values__content .our-values__content--cards .card__item.swiper-slide-active .card__info .card__info--bottom .card__item--text {
    color: var(--Grey);
  }
}

@media (max-width: 900px) {
  .our-values .our-values__content .our-values__content--cards .card__item .card__info {
    position: relative !important;
  }
}
/*# sourceMappingURL=about-us.css.map */

.accordion__items {
  margin: 64px 0;
}
.accordion__items .accordion__item {
  border-radius: 8px;
  position: relative;
  margin-bottom: 16px;
  transition: 0.2s;
  border: 1px solid var(--Gray-50, #5F6D7E);
  overflow: hidden;
}
.accordion__items .accordion__item.active {
  position: relative;
}
.accordion__items .accordion__item.active::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--OBE-Blau);
}
.accordion__items .accordion__item .accordion__item-num {
  margin-right: 5px;
}
.accordion__items .accordion__item .accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__items .accordion__item .accordion__item-img {
  display: flex;
  margin-right: 26px;
  width: 60px;
}
.accordion__items .accordion__item .accordion__item-img img {
  width: 100%;
}
.accordion__items .accordion__item .accordion__item-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 24px;
}
.accordion__items .accordion__item .accordion__item-top-wrapper.active {
  padding-bottom: 0;
}
.accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item-top {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.024px;
  width: 90%;
}
@media (max-width: 1169px) {
  .accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item-top {
    font-size: 16px;
  }
}
.accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item-top-arr {
  transform: rotate(0deg);
  transition: 0.2s;
}
.accordion__items .accordion__item .accordion__item-top-wrapper.active .accordion__item-top-arr {
  transform: rotate(180deg);
}
.accordion__items .accordion__item .accordion__item-top-wrapper.active .accordion__item-top {
  color: #2A394D;
}
.accordion__items .accordion__item .accordion__item-top-wrapper.active .accordion__item-top-arr path {
  stroke: #2A394D;
}
.accordion__items .accordion__item .accordion__item-more {
  padding: 0 44px 0 44px;
  padding-top: 0;
  transition: 0.2s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.accordion__items .accordion__item .accordion__item-more.active {
  padding: 35px 44px 44px 44px;
  height: auto;
  opacity: 1;
  visibility: visible;
  border-radius: 0px 0px 10px 0px;
}
@media (max-width: 1169px) {
  .accordion__items .accordion__item {
    width: 100%;
  }
}
/*# sourceMappingURL=accordion.css.map */

.callback {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 0;
}
@media (max-width: 710px) {
  .callback {
    height: auto;
  }
}
.callback .callback__title.main-title {
  max-width: 550px;
}
.callback .callback__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.callback .container {
  position: relative;
  z-index: 3;
}
.callback .callback__subtitle.main-subtitle {
  display: flex;
  font-size: 19px;
  margin-bottom: 23px;
}
@media (max-width: 710px) {
  .callback .callback__subtitle.main-subtitle {
    color: var(--OBE-white);
    margin-bottom: 6px;
  }
  .callback .callback__subtitle.main-subtitle .main-subtitle__cube {
    background: var(--OBE-white);
  }
}
.callback .callback__title.main-title {
  color: var(--OBE-white);
  text-align: left;
  margin-bottom: 36px;
  font-size: 50px;
}
@media (max-width: 710px) {
  .callback .callback__title.main-title {
    color: var(--OBE-white);
    font-size: 42px;
  }
}
.callback .callback__text.main-text {
  color: var(--OBE-white);
  max-width: 696px;
  width: 100%;
  margin: 0 auto 52px auto;
}
.callback .callback__contacts {
  display: flex;
  align-items: center;
}
@media (max-width: 710px) {
  .callback .callback__contacts {
    flex-direction: column;
  }
}
.callback .callback__contacts a {
  margin-right: 24px;
}
@media (max-width: 1169px) {
  .callback .callback__contacts a {
    font-size: 14px;
  }
  .callback .callback__contacts a .main-btn {
    font-size: 14px;
    padding: 12px;
  }
}
@media (max-width: 710px) {
  .callback .callback__contacts a {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .callback .callback__contacts a:last-child {
    margin-bottom: 0;
  }
  .callback .callback__contacts a .main-btn {
    font-size: 14px;
    padding: 12px;
  }
}
.callback .callback__contacts-link {
  display: flex;
  align-items: center;
  color: var(--OBE-white, #FFF);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 0;
  margin-right: 0;
}
/*# sourceMappingURL=callback.css.map */

#c-p-bn {
  border: 2px solid #048;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

#c-p-bn:hover {
  border: #048 2px solid;
  color: white !important;
}

#c-s-bn {
  border: 2px solid #048;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

#c-s-bn:hover {
  color: white !important;
  border: #048 2px solid;
}

.custom-desc {
  color: black;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}

.custom-desc:hover {
  color: black;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}

.custom-link {
  margin-top: 24px;
  display: inline-block !important;
}

.custom-link:hover {
  margin-top: 24px;
  display: inline-block !important;
}

#s-ttl {
  font-family: "Barlow Condensed";
  text-transform: uppercase;
  color: #048;
  font-size: 28px;
  font-weight: 600;
}

.b-tl {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: black !important;
}

.c-bl > .desc {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 150% !important;
}

.c-bl > .desc > .p {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: black !important;
}

.c-bl > .desc > .p > #custom-option-desc {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #ffffff;
}

#s-all-bn {
  border: 2px solid #048;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

#s-all-bn:hover {
  border: #048 2px solid;
  color: white !important;
}

#s-sv-bn {
  border: 2px solid #048;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

#s-sv-bn:hover {
  border: #048 2px solid;
  color: white !important;
}

table a {
  font-size: 1em !important;
  text-decoration: underline !important;
}

#s-hdr {
  border-bottom: 1px solid #262626 !important;
}

.c-bl {
  border: 1px solid #262626;
}

#s-c-bn {
  background-color: #048;
  font-size: 16px;
  width: 39px;
  height: 39px;
}

#s-c-bn:hover {
  background-color: #048;
  font-size: 16px;
  width: 39px;
  height: 39px;
}

.contacts-countries-block {
  padding: 80px 0 160px 0;
  position: relative;
  overflow: hidden;
  background: var(--Pastell-Blau, #F2F6F9);
}
.contacts-countries-block .formfield__container .formfield__input,
.contacts-countries-block .formfield__container .formfield__textarea,
.contacts-countries-block .formfield__container .formfield__select {
  background: #FFF;
}
@media (max-width: 710px) {
  .contacts-countries-block .container {
    width: 100%;
  }
}

.contacts-countries-row {
  display: flex;
}

.contacts-countries-bottom {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1169px) {
  .contacts-countries-bottom {
    flex-direction: column;
  }
}
@media (max-width: 710px) {
  .contacts-countries-bottom {
    flex-direction: column-reverse;
  }
}

.contacts-countries-bottom-l {
  margin-right: 65px;
  max-width: 774px;
  width: 100%;
}
@media (max-width: 1169px) {
  .contacts-countries-bottom-l {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 65px;
  }
}
@media (max-width: 710px) {
  .contacts-countries-bottom-l {
    margin: 0 auto;
    width: 92%;
  }
}

.contacts-countries-bottom-r {
  max-width: 741px;
  width: 100%;
}
@media (max-width: 1169px) {
  .contacts-countries-bottom-r {
    max-width: 100%;
  }
}
@media (max-width: 710px) {
  .contacts-countries-bottom-r {
    margin-bottom: 56px;
  }
}
.contacts-countries-bottom-r .contacts-countries__cards {
  min-height: 598px;
  background: var(--OBE-white, #FFF);
  box-shadow: 0px -20px 60px -10px rgba(0, 0, 0, 0.1);
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-top-img {
  height: 209px;
  width: 100%;
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-info {
  padding: 56px 64px;
}
@media (max-width: 1400px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-info {
    padding: 26px 34px;
  }
}
@media (max-width: 1169px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-info {
    padding: 56px 64px;
  }
}
@media (max-width: 1169px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-info {
    padding: 48px 16px;
  }
}
@media (max-width: 710px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-info {
    padding: 48px 16px 152px 16px;
    position: relative;
  }
}
@media (max-width: 710px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-info .contacts-countries__cards-button {
    position: absolute;
    bottom: 48px;
  }
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-fc {
  display: flex;
  align-items: baseline;
  margin-bottom: 33px;
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-flag {
  width: 28px;
  height: 21px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  position: relative;
  top: 4px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-city {
  color: var(--OBE-Blau, #048);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 710px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-city {
    font-size: 20px;
  }
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-ab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 710px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-ab {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-ab .contacts-countries__cards-address {
  color: var(--Blue-3, #93A4B5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1169px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-ab .contacts-countries__cards-address {
    font-size: 16px;
  }
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-n-c {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 26px;
}
@media (max-width: 710px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-n-c {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-n-c .contacts-countries__cards-name {
  color: var(--OBE-Blau, #048);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-n-c .contacts-countries__cards-position {
  color: var(--OBE-Blau, #048);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 710px) {
  .contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-n-c .contacts-countries__cards-np {
    margin-bottom: 24px;
  }
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-ep .contacts-countries__cards-email {
  margin-bottom: 8px;
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-ep a {
  display: flex;
  align-items: center;
  color: var(--OBE-Blau, #048);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-ep a svg {
  margin-right: 12px;
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  margin-top: 28px;
}
.contacts-countries-bottom-r .contacts-countries__cards .contacts-countries__cards-link a {
  color: var(--OBE-Blau, #048);
}

.contacts-form {
  position: relative;
}
.contacts-form .pflichtfeld {
  position: absolute;
  left: 0;
  bottom: 140px;
  color: var(--OBE-Blau);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.5;
}
@media (max-width: 710px) {
  .contacts-form .pflichtfeld {
    bottom: 157px;
  }
}
/*# sourceMappingURL=contacts-countries-row.css.map */

/** Light color-scheme **/
:root {
  --cc-bg: white;
  --cc-text: #858585;
  --cc-border-radius: 0;
  --cc-btn-primary-bg: white;
  --cc-btn-primary-text: #048;
  --cc-btn-primary-hover-bg: #048;
  --cc-btn-secondary-bg: white;
  --cc-btn-secondary-text: #048;
  --cc-btn-secondary-hover-bg: #048;
  --cc-btn-border-radius: 0;
  --cc-toggle-bg-off: #858585;
  --cc-toggle-bg-on: #048;
  --cc-toggle-bg-readonly: #e1e1e1;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #eeeeee;
  --cc-cookie-category-block-bg-hover: #eeeeee;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: white;
  --cc-overlay-bg: rgba(4, 6, 8, 0.85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: 400;
  font-family: IBM Plex Sans;
  line-height: 24px;
  font-size: 16px;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: #858585;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: IBM Plex Sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--cc-text);
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  color: black;
  text-decoration: underline;
}

.cc_div a:hover {
  text-decoration: underline;
  color: black;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

/* end transitions */

/* Show modals */

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  font-family: inherit;
  padding: 1.1em 1.5em 1.4em 1.5em;
  position: fixed;
  z-index: 1;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  line-height: initial;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block !important;
}

#c-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 24px;
}

.cloud #c-ttl {
  font-family: "Barlow Condensed";
  text-transform: uppercase;
  color: #048;
  font-size: 28px;
  font-weight: 600;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: var(--cc-btn-border-radius);
  flex: 1;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: var(--cc-btn-secondary-hover-bg);
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  transition: background-color 0.25s ease;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #262626;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
  color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns {
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 84%;
  padding: 1.3em 1.8em;
  display: block;
  width: 100%;
}

#s-bns {
  border-top: 1px solid #262626 !important;
  bottom: 0px;
  height: 125px;
  left: 0;
  position: absolute;
  right: 0;
  padding-top: 33px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.cc_div .cc-link {
  color: #048;
  display: inline;
  padding-bottom: 0;
  text-decoration: revert;
  text-underline-offset: 2px;
  cursor: pointer;
  font-weight: 700;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
  color: #048;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child {
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child {
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
  background: var(--cc-btn-primary-hover-bg);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 1.8em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
  overflow: hidden;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 40.5em;
}

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
  }

  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }

  #s-bl::-webkit-scrollbar-thumb:hover {
    background: var(--cc-webkit-scrollbar-bg-hover);
  }

  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}

/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform 0.25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */

/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
  border: solid #048;
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.1em;
  display: inline-block;
  padding-bottom: 0.45em;
  content: "";
  margin: 0 auto;
  transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}

#s-c-bn::before,
#s-c-bn::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 12px;
  height: 16px;
  width: 2.5px;
  /* background: var(--cc-btn-secondary-text); */
  background: white;
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity 0.15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  right: 0.8em;
  top: 0.42em;
  content: " ";
  height: 0.7em;
  width: 0.09375em;
  display: block;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/

#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  transform: translateY(-37%);
  bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 24px 36px;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */

/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End bar layout */

/* Positions */
#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */

@media screen and (max-width: 991px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }

  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }

  #cm.top {
    top: 1em;
    bottom: auto;
  }

  #cm.bottom {
    bottom: 1em;
    top: auto;
  }

  #cm.bar.bottom {
    bottom: 0;
  }

  #cm.cloud .c-bn {
    font-size: 0.85em;
  }

  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }

  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }

  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }

  #cs {
    border-radius: 0;
    padding: 0;
  }

  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }

  .cc_div .b-tg {
    transform: scale(1.1);
    right: 1.1em;
  }

  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
    transform: scale(1) translateX(-50%) !important;
    left: 50% !important;
  }

  #s-bns {
    height: 12em;
  }

  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }

  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }

  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }

  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }

  .bns-t #s-bns {
    height: 10.5em;
  }

  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }

  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #s-bl tr {
    border-top: 1px solid var(--cc-cookie-table-border);
  }

  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }

  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: pre-line;
    content: attr(data-column);
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 48%;
  }

  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }

  #s-cnt #s-rall-bn {
    margin-left: 0;
  }

  .cc_div #c-bns {
    flex-direction: column;
  }

  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }

  #cm.cloud,
  #cm.box {
    left: 1em;
    right: 1em;
    width: auto;
    margin: 0 auto;
    max-width: 600px;
  }

  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }

  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }

  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }

  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}

/* Force table to not be like tables anymore */
#s-bl table,
#s-bl thead,
#s-bl tbody,
#s-bl th,
#s-bl td,
#s-bl tr,
#s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
#s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#s-bl tr {
  border-top: 2px solid var(--cc-cookie-table-border);
}

#s-bl td {
  /* Behave  like a "row" */
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: none;
  position: relative;
  padding-left: 50%;
}

#s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: pre-line;
  content: attr(data-column);
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 48%;
  font-size: 16px;
}

/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/

.footer {
  background: #E3ECF4;
  padding: 64px 0 30px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.016px;
}
.footer .footer__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 81px;
  border-bottom: 1px solid rgba(0, 68, 136, 0.5);
}
@media (max-width: 1169px) {
  .footer .footer__row {
    flex-direction: column;
    border-bottom: none;
  }
}
@media (max-width: 710px) {
  .footer .footer__row {
    padding-bottom: 0;
  }
}
.footer .footer-cols__side {
  display: flex;
  justify-content: space-between;
}
.footer .footer-logo {
  margin-right: 22px;
  width: 166px;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .copyright {
  color: var(--Blue-3, #93A4B5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 23px;
}
@media (max-width: 1400px) {
  .footer .copyright {
    font-size: 14px;
  }
}
@media (max-width: 1169px) {
  .footer .copyright {
    border-top: 1px solid rgba(0, 68, 136, 0.5);
    width: 100%;
    padding-top: 24px;
  }
}
.footer .copyright-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1169px) {
  .footer .copyright-row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer .footer-cols__side {
  max-width: 860px;
  display: flex;
  gap: 1rem 6rem;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1169px) {
  .footer .footer-cols__side {
    justify-content: flex-start;
    max-width: none;
  }
}
@media (max-width: 710px) {
  .footer .footer-cols__side {
    flex-wrap: wrap;
  }
}
.footer .footer-col__1 {
  max-width: 405px;
  width: 100%;
  margin-right: 10%;
}
@media (max-width: 1800px) {
  .footer .footer-col__1 {
    margin-right: 5%;
  }
}
@media (max-width: 1400px) {
  .footer .footer-col__1 {
    max-width: 280px;
  }
}
@media (max-width: 1169px) {
  .footer .footer-col__1 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 710px) {
  .footer .footer-col__1 {
    margin-bottom: 0;
  }
}
.footer .footer-col__1 .footer-logo__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 710px) {
  .footer .footer-col__1 .footer-logo__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-col__1 .footer-logo__wrapper .logo {
  display: flex;
}
@media (max-width: 710px) {
  .footer .footer-col__1 .footer-logo__wrapper .logo {
    margin-bottom: 24px;
  }
}
.footer .footer-col__1 .footer-col__text {
  color: var(--OBE-Blau, #048);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 1800px) {
  .footer .footer-col__1 .footer-col__text {
    font-size: 16px;
  }
}
@media (max-width: 1169px) {
  .footer .footer-col__1 .footer-col__text {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .footer .footer-col {
    max-width: none;
    width: 50%;
  }
}
@media (max-width: 710px) {
  .footer .footer-col {
    width: 100%;
    margin-top: 48px;
  }
}
.footer .footer-col__title {
  color: var(--OBE-Blau);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 1169px) {
  .footer .footer-col__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 710px) {
  .footer .footer-col__title {
    margin-bottom: 6px;
  }
}
.footer .footer-menu li {
  margin-bottom: 3px;
}
.footer .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer .footer-menu li a {
  color: var(--OBE-Blau);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 710px) {
  .footer .footer-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 710px) {
  .footer .footer-col__4, .footer .footer-col__5 {
    margin-top: 40px;
  }
}
@media (max-width: 1169px) {
  .footer .footer-cols__social-wrapper {
    margin-top: 48px;
  }
}
@media (max-width: 710px) {
  .footer .footer-cols__social-wrapper {
    margin-top: 48px;
  }
  .footer .footer-cols__social-wrapper .footer-col__title {
    font-weight: 400;
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  .footer .footer-cols__social-wrapper {
    margin-left: 6rem;
  }
}
.footer .footer-cols__social {
  width: 147px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  bottom: 8px;
}
@media (max-width: 1169px) {
  .footer .footer-cols__social {
    width: 100%;
  }
}
.footer .footer-language-wrapper {
  position: relative;
  width: 94px;
  height: 43px;
}
.footer .footer-language-wrapper .footer-language {
  position: absolute;
  left: -1px;
  bottom: -21px;
  width: 200px;
}
@media (max-width: 1800px) {
  .footer .footer-language-wrapper .footer-language {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1169px) {
  .footer .footer-language-wrapper .footer-language {
    left: -20px;
    right: auto;
  }
}
.footer .footer-language-wrapper .footer-language .footer__languages-top {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  position: relative;
  border: 2px solid transparent;
  z-index: 2;
}
@media (max-width: 1800px) {
  .footer .footer-language-wrapper .footer-language .footer__languages-top {
    justify-content: flex-end;
  }
}
@media (max-width: 1169px) {
  .footer .footer-language-wrapper .footer-language .footer__languages-top {
    justify-content: flex-start;
  }
}
.footer .footer-language-wrapper .footer-language .footer__languages-top .footer__languages-top-l {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 218.75%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.footer .footer-language-wrapper .footer-language .footer__languages-top .footer__languages-top-l #language_chosen_footer {
  margin-right: 6px;
  color: var(--Blue-3, #93A4B5);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 194.444%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (max-width: 1169px) {
  .footer .footer-language-wrapper .footer-language .footer__languages-top .footer__languages-top-l #language_chosen_footer {
    font-size: 16px;
  }
}
.footer .footer-language-wrapper .footer-language .footer-language__icone {
  margin-right: 16px;
  display: flex;
}
@media (max-width: 1169px) {
  .footer .footer-language-wrapper .footer-language .footer-language__icone {
    margin-right: 7px;
  }
}
@media (max-width: 1169px) {
  .footer .footer-language-wrapper .footer-language .footer-language__icone svg {
    width: 26px;
    height: 26px;
  }
}
.footer .footer-language-wrapper .footer-language .footer__languages {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  position: relative;
  bottom: -1px;
  display: none;
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom {
  display: flex;
  width: 200px;
  background: var(--OBE-white);
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li .footer__languages-circle-active {
  display: none;
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li .footer__languages-circle,
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li .footer__languages-circle-active {
  margin-right: 8px;
  overflow: visible;
}
@media (max-width: 1169px) {
  .footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li svg {
    width: 26px;
    height: 26px;
  }
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li.active .footer__languages-circle {
  display: none;
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li.active .footer__languages-circle-active {
  display: block;
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li.active svg {
  position: relative;
  top: -2px;
}
@media (max-width: 1169px) {
  .footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li.active svg {
    width: 26px;
    height: 26px;
  }
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li.active a {
  border-top: 2px solid rgba(49, 159, 255, 0.6);
  border-bottom: 2px solid rgba(49, 159, 255, 0.6);
  background: var(--Pastell-Blau);
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  color: var(--OBE-Blau);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1169px) {
  .footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li.active a {
    font-size: 16px;
  }
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li a {
  display: flex;
  align-items: center;
  color: rgba(0, 68, 136, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  width: 100%;
  padding: 16px;
}
@media (max-width: 1169px) {
  .footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li a {
    font-size: 16px;
  }
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li:nth-child(1) {
  order: 3;
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li:nth-child(2) {
  order: 1;
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li:nth-child(3) {
  order: 2;
}
.footer .footer-language-wrapper .footer-language .footer__languages .footer__languages-bottom ul li:hover {
  background: var(--Pastell-Blau);
}
.footer .footer-language-wrapper .footer-language:hover {
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}
.footer .footer-language-wrapper .footer-language:hover .footer__languages {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  display: block;
}
.footer .footer-language-wrapper .footer-language:hover .footer__languages-top-l svg {
  transform: rotate(180deg);
}
.footer .footer-language-wrapper .footer-language:hover .footer__languages-top {
  border: 1px solid rgba(49, 159, 255, 0.6);
  background: var(--OBE-white);
}
/*# sourceMappingURL=footer.css.map */

.form__text {
  margin-bottom: 48px;
}

.formblock {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 710px) {
  .form__title.main-title {
    margin-bottom: 36px;
  }
  .form__title.main-title br {
    display: none;
  }
}
.form-block-products {
  position: relative;
}
.form-block-products .pflichtfeld {
  position: absolute;
  left: 0;
  bottom: 128px;
  color: var(--OBE-Blau);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.5;
}
@media (max-width: 710px) {
  .form-block-products .pflichtfeld {
    bottom: 118px;
  }
}

.formfield__container {
  max-width: 49%;
  width: 100%;
  margin-right: 2%;
  margin-bottom: 24px;
  position: relative;
}
.formfield__container[class*=country] {
  max-width: 49%;
  margin-right: auto;
  position: relative;
  /*     &:after {
        content: '';
        position: absolute;
        right: 16px;
        top: 16px;
        width: 24px;
        height: 24px;
        background: url(../img/select-arrow.svg) no-repeat center center;
        background-size: contain;
      } */
}
@media (max-width: 710px) {
  .formfield__container[class*=country] {
    max-width: 100%;
    margin-right: 0;
  }
}
.formfield__container[class*=country]::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 37px;
  height: 24px;
  background: url(../img/form-country.svg) no-repeat center center;
  background-size: contain;
}
.formfield__container[class*=country] select {
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
}
.formfield__container[class*=country] select * {
  box-shadow: none;
}
.formfield__container[class*=company] {
  max-width: 49%;
  margin-right: 0%;
  position: relative;
}
@media (max-width: 710px) {
  .formfield__container[class*=company] {
    max-width: 100%;
    margin-right: 0;
  }
}
.formfield__container[class*=company]::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 37px;
  height: 24px;
  background: url(../img/form-company.svg) no-repeat center center;
  background-size: contain;
}
.formfield__container[class*=firstname] {
  max-width: 49%;
  margin-right: auto;
  position: relative;
}
@media (max-width: 710px) {
  .formfield__container[class*=firstname] {
    max-width: 100%;
    margin-right: 0;
  }
}
.formfield__container[class*=firstname]::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 37px;
  height: 24px;
  background: url(../img/form-user.svg) no-repeat center center;
  background-size: contain;
}
.formfield__container[class*=lastname] {
  max-width: 49%;
  margin-right: 0%;
  position: relative;
}
@media (max-width: 710px) {
  .formfield__container[class*=lastname] {
    max-width: 100%;
    margin-right: 0;
  }
}
.formfield__container[class*=lastname]::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 37px;
  height: 24px;
  background: url(../img/form-user.svg) no-repeat center center;
  background-size: contain;
}
.formfield__container[class*=email] {
  max-width: 49%;
  margin-right: auto;
  position: relative;
}
@media (max-width: 710px) {
  .formfield__container[class*=email] {
    max-width: 100%;
    margin-right: 0;
  }
}
.formfield__container[class*=email]::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 37px;
  height: 24px;
  background: url(../img/form-mail.svg) no-repeat center center;
  background-size: contain;
}
.formfield__container[class*=phone-fb] {
  max-width: 49%;
  margin-right: 0%;
  position: relative;
}
@media (max-width: 710px) {
  .formfield__container[class*=phone-fb] {
    max-width: 100%;
    margin-right: 0;
  }
}
.formfield__container[class*=phone-fb]::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 37px;
  height: 24px;
  background: url(../img/form-phone.svg) no-repeat center center;
  background-size: contain;
}
.formfield__container[class*=text-fb] {
  max-width: 100%;
  margin-right: 0%;
}
.formfield__container[class*=checkbox-fb] {
  max-width: 100%;
  width: 100%;
}
.formfield__container[class*=checkbox-fb] .main-checkbox-text {
  font-family: inherit;
  font-size: 16px;
  color: hsla(210, 100%, 27%, 0.5);
  width: 100%;
  text-wrap: balance;
}
.formfield__container[class*=checkbox-fb] .main-checkbox-text a {
  color: hsla(210, 100%, 27%, 0.5);
  text-decoration: underline;
}

.formfield__option .formfield__option__label {
  display: flex;
  align-items: baseline;
}
.formfield__option .formfield__option__label .main-checkbox-text {
  padding-left: 30px;
}

.formfield__input, .formfield__textarea, .formfield__select {
  display: flex;
  padding: 10px 24px;
  justify-content: flex-start;
  align-items: center;
  border: none;
  background: var(--Pastell-Blau);
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
@media (max-width: 1169px) {
  .formfield__input, .formfield__textarea, .formfield__select {
    font-size: 16px;
  }
}

.formfield__input, .formfield__select {
  padding: 16px 16px 16px 65px;
}
@media (max-width: 1169px) {
  .formfield__input, .formfield__select {
    padding: 16px 16px 16px 65px;
  }
}

.formfield__input::placeholder, .formfield__textarea::placeholder, .formfield__select::placeholder {
  color: rgb(0, 68, 136);
  opacity: 0.7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1169px) {
  .formfield__input::placeholder, .formfield__textarea::placeholder, .formfield__select::placeholder {
    font-size: 16px;
  }
}

.formfield__input:focus, .formfield__textarea:focus {
  box-shadow: 0px 0px 0px 1px var(--OBE-Blau);
}

.formfield__select {
  width: 100%;
  color: rgba(0, 68, 136, 0.7);
  font-family: inherit;
  font-size: 18px;
  -moz-apprearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 1169px) {
  .formfield__select {
    font-size: 16px;
  }
}

.formfield__label__required {
  display: none;
}

.formfield__option__label {
  position: relative;
}
.formfield__option__label #checkbox-fb {
  display: none;
}
.formfield__option__label .formfield__checkbox__check {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: #e5ecf3;
  cursor: pointer;
}
.formfield__option__label .formfield__checkbox:checked ~ .formfield__checkbox__check {
  box-shadow: 0px 0px 0px 2px var(--OBE-Blau);
}
.formfield__option__label .formfield__checkbox__check:after {
  content: "";
  position: absolute;
  display: none;
}
.formfield__option__label .formfield__checkbox:checked ~ .formfield__checkbox__check:after {
  display: block;
}
.formfield__option__label .formfield__checkbox__check:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid var(--OBE-Blau);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formblock__message__list__item {
  color: rgb(243, 62, 79);
  margin-top: 4px;
  font-size: 10px;
  position: absolute;
  top: 102%;
}

.formfield__container[data-valid=false] .formfield__input, .formfield__container.checkbox-fb[data-valid=false] .formfield__checkbox__check {
  box-shadow: 0px 0px 0px 2px #F33E4F;
}

.formblock__submit {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.formblock__submit span {
  width: 100%;
  height: 100%;
  padding: 12px 30px;
}
.formblock__submit input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: var(--OBE-Blau);
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
.formblock__submit:hover input {
  color: var(--OBE-white);
}

.formblock__message--success {
  border: 2px solid #56B40F;
  background: #56B40F;
  padding: 0;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  color: #FFF;
}

.formblock__message__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.016px;
}

.formblock > .formblock__message--error {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 105%;
  width: 100%;
  text-align: center;
  color: rgb(243, 62, 79);
  font-size: 22px;
}
.formblock > .formblock__message--error svg {
  margin-right: 16px;
  position: relative;
  top: 3px;
}

.formblock__message--success svg {
  margin-right: 16px;
}

.formfield__container.checkbox-fb .formblock__message--error {
  display: none;
}

@media (max-width: 710px) {
  .formfield__container {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .main-form__bottom {
    flex-direction: column;
  }
  .formfield__container.checkbox-fb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .formblock__submit {
    max-width: 100%;
  }
  .formblock > .formblock__message--error {
    top: 102%;
    font-size: 14px;
  }
  .formblock > .formblock__message--error svg {
    margin-right: 6px;
    width: 19px;
    height: 18px;
    position: relative;
    top: 1px;
  }
  .formblock__message--success {
    flex-direction: column;
    text-align: center;
  }
  .formblock__message--success svg {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .formblock__message__text {
    font-size: 18px;
  }
}
.form-block-selected-good {
  margin-bottom: 55px;
}
.form-block-selected-good.active {
  display: block;
}
.form-block-selected-good.active .form-block-selected-good__top .added {
  display: block;
}
.form-block-selected-good.active .form-block-selected-good__top .need-to-add {
  display: none;
}
.form-block-selected-good.active .form-block-selected-good__list {
  display: block;
}
.form-block-selected-good.active .form-block-selected-good__total {
  display: flex;
}
.form-block-selected-good.active .form-block-selected-good__top {
  background: var(--OBE-Blau, #048);
}
.form-block-selected-good.active .form-block-selected-good__btn {
  display: none;
}
.form-block-selected-good .form-block-selected-good__top {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  background: var(--Grey, #858585);
  color: var(--OBE-white, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form-block-selected-good .form-block-selected-good__top svg {
  margin-right: 12px;
}
.form-block-selected-good .form-block-selected-good__top .added {
  display: none;
}
@media (max-width: 710px) {
  .form-block-selected-good .form-block-selected-good__top {
    font-size: 16px;
  }
}
.form-block-selected-good .form-block-selected-good__list {
  padding: 20px 42px;
  border-right: 1px solid rgba(0, 68, 136, 0.7);
  border-left: 1px solid rgba(0, 68, 136, 0.7);
  display: none;
}
@media (max-width: 710px) {
  .form-block-selected-good .form-block-selected-good__list {
    padding: 20px 16px;
  }
}
.form-block-selected-good .form-block-selected-good__list .form-block-selected-good__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  color: var(--OBE-Blau, #048);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1169px) {
  .form-block-selected-good .form-block-selected-good__list .form-block-selected-good__item {
    font-size: 16px;
  }
}
.form-block-selected-good .form-block-selected-good__list .form-block-selected-good__item:last-child {
  margin-bottom: 0;
}
.form-block-selected-good .form-block-selected-good__list .form-block-selected-good__item .form-block-selected-good__item-remove {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.form-block-selected-good .form-block-selected-good__list .form-block-selected-good__item .form-block-selected-good__item-remove svg {
  margin-left: 8px;
}
.form-block-selected-good .form-block-selected-good__list .form-block-selected-good__item .form-block-selected-good__item-l {
  display: flex;
  align-items: center;
}
.form-block-selected-good .form-block-selected-good__list .form-block-selected-good__item .form-block-selected-good__item-l .form-block-selected-good__item-l-num {
  margin-right: 10px;
}
.form-block-selected-good .form-block-selected-good__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 42px;
  border-right: 1px solid rgba(0, 68, 136, 0.7);
  border-bottom: 1px solid rgba(0, 68, 136, 0.7);
  border-left: 1px solid rgba(0, 68, 136, 0.7);
  background: var(--Pastell-Blau, #F2F6F9);
  display: none;
}
@media (max-width: 710px) {
  .form-block-selected-good .form-block-selected-good__total {
    padding: 20px 16px;
  }
}
.form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-l {
  color: var(--OBE-Blau);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
}
.form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-l.mobile {
  display: none;
}
.form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-l .number {
  margin-right: 5px;
}
.form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-l .mobile {
  display: none;
}
@media (max-width: 1169px) {
  .form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-l {
    font-size: 16px;
  }
}
@media (max-width: 710px) {
  .form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-l p.pc {
    display: none;
  }
  .form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-l p.mobile {
    display: inline-block;
  }
}
.form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--OBE-Blau, #048);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-r {
    font-size: 16px;
  }
}
.form-block-selected-good .form-block-selected-good__total .form-block-selected-good__total-r svg {
  margin-left: 8px;
}
.form-block-selected-good .form-block-selected-good__btn {
  width: 100%;
  margin-top: 24px;
}

.formfield__container.hidden-textarea-goods {
  display: none;
}
/*# sourceMappingURL=form_formblock.css.map */

.grid-layout-2 {
  overflow: hidden;
}
@media (min-width: 1169px) {
  .grid-layout-2.xl-mb {
    margin-bottom: 260px;
  }
}

.grid-layout-about {
  background: var(--Pastell-Blau);
  padding: 130px 0;
}

.grid-layout-2__top {
  display: flex;
  margin-bottom: 120px;
}
@media (max-width: 1169px) {
  .grid-layout-2__top {
    flex-direction: column;
    margin-bottom: 56px;
  }
}
.grid-layout-2__top .grid-layout-2__top-l {
  max-width: 773px;
  width: 100%;
  margin-right: 34px;
}
.grid-layout-2__top .grid-layout-2__top-l .title-text-img-personalized__title {
  color: var(--OBE-white);
  margin-bottom: 0;
}
.grid-layout-2__top .grid-layout-2__top-r {
  max-width: 774px;
  width: 100%;
  margin-top: 44px;
}
.grid-layout-2__top .grid-layout-2__top-r .title-text-img-personalized__text {
  margin-bottom: 56px;
  color: var(--OBE-white);
}

.grid-layout-2__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 13px 13px;
  grid-auto-flow: row;
  grid-template-areas: "block-1 block-2 block-3" "block-4 block-2 block-6" "block-5 block-5 block-6" "block-7 block-8 block-9" "block-10 block-8 block-12" "block-11 block-11 block-12";
}
@media (max-width: 710px) {
  .grid-layout-2__row {
    display: flex;
    flex-direction: column;
  }
  .grid-layout-2__row .grid-layout-2__items {
    width: 100%;
    height: 104px;
  }
}

.grid-layout-2__items:nth-child(1) {
  grid-area: block-1;
}

.grid-layout-2__items:nth-child(2) {
  grid-area: block-2;
}

.grid-layout-2__items:nth-child(3) {
  grid-area: block-3;
}

.grid-layout-2__items:nth-child(4) {
  grid-area: block-4;
}

.grid-layout-2__items:nth-child(5) {
  grid-area: block-5;
}

.grid-layout-2__items:nth-child(6) {
  grid-area: block-6;
}

.grid-layout-2__items:nth-child(7) {
  grid-area: block-7;
}

.grid-layout-2__items:nth-child(8) {
  grid-area: block-8;
}

.grid-layout-2__items:nth-child(9) {
  grid-area: block-9;
}

.grid-layout-2__items:nth-child(10) {
  grid-area: block-10;
}

.grid-layout-2__items:nth-child(11) {
  grid-area: block-11;
}

.grid-layout-2__items:nth-child(12) {
  grid-area: block-12;
}
/*# sourceMappingURL=grid-layout-2.css.map */

.header {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 10;
  background: var(--OBE-white);
}
.header.products {
  position: absolute;
}
.header.products.nav-up {
  top: 0;
}
@media (max-width: 1169px) {
  .header.products {
    overflow: hidden;
    padding-bottom: 17px;
    background: transparent;
    box-shadow: none;
  }
  .header.products .header__row {
    background: #fff;
    width: 100%;
    padding: 0 20px;
    box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.03);
  }
}
.header .logo {
  position: relative;
  width: 128px;
  height: 70px;
}
.header .logo img {
  width: 100%;
  position: absolute;
  left: 0;
  top: -2px;
}
.header .header-language-wrapper {
  position: relative;
  width: 94px;
  height: 33px;
}
@media (max-width: 1169px) {
  .header .header-language-wrapper {
    display: flex;
    justify-content: flex-end;
    right: -16px;
  }
}
@media (max-width: 710px) {
  .header .header-language-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 62px;
    right: -22px;
  }
}
.header .header-language-wrapper .header-language {
  position: absolute;
  left: -1px;
  top: -12px;
  width: 200px;
  transition: 0.2s;
}
@media (max-width: 1800px) {
  .header .header-language-wrapper .header-language {
    left: auto;
    top: -13px;
    width: 130px;
  }
}
@media (max-width: 1169px) {
  .header .header-language-wrapper .header-language {
    top: -9px;
    width: 63px;
  }
}
.header .header-language-wrapper .header-language .header__languages-top {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  position: relative;
  border: 2px solid transparent;
  z-index: 2;
}
@media (max-width: 1800px) {
  .header .header-language-wrapper .header-language .header__languages-top {
    justify-content: flex-start;
  }
}
@media (max-width: 1169px) {
  .header .header-language-wrapper .header-language .header__languages-top {
    justify-content: flex-start;
    padding: 10px 16px;
  }
}
.header .header-language-wrapper .header-language .header__languages-top .header__languages-top-l {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 218.75%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (max-width: 1169px) {
  .header .header-language-wrapper .header-language .header__languages-top .header__languages-top-l {
    display: none;
  }
}
.header .header-language-wrapper .header-language .header__languages-top .header__languages-top-l #language_chosen {
  margin-right: 6px;
}
.header .header-language-wrapper .header-language .header-language__icone {
  margin-right: 16px;
}
@media (max-width: 1169px) {
  .header .header-language-wrapper .header-language .header-language__icone {
    margin-right: 0;
  }
}
.header .header-language-wrapper .header-language .header__languages {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
  height: 0;
  position: relative;
  top: -1px;
}
@media (max-width: 1169px) {
  .header .header-language-wrapper .header-language .header__languages {
    top: 5px;
    left: auto;
    right: 100%;
  }
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom {
  display: flex;
  width: 200px;
  background: var(--OBE-white);
}
@media (max-width: 1800px) {
  .header .header-language-wrapper .header-language .header__languages .header__languages-bottom {
    width: 130px;
  }
}
@media (max-width: 1169px) {
  .header .header-language-wrapper .header-language .header__languages .header__languages-bottom {
    width: 143px;
  }
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li .header__languages-circle-active {
  display: none;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li .header__languages-circle,
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li .header__languages-circle-active {
  margin-right: 8px;
  overflow: visible;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li.active-lang .header__languages-circle {
  display: none !important;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li.active-lang .header__languages-circle-active {
  display: block !important;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li.active-lang svg {
  position: relative;
  top: -2px;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li.active-lang a {
  border-top: 2px solid rgba(49, 159, 255, 0.6);
  border-bottom: 2px solid rgba(49, 159, 255, 0.6);
  background: var(--Pastell-Blau);
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  color: var(--OBE-Blau);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li a {
  display: flex;
  align-items: center;
  color: rgba(0, 68, 136, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  width: 100%;
  padding: 16px;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li:nth-child(1) {
  order: 3;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li:nth-child(2) {
  order: 1;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li:nth-child(3) {
  order: 2;
}
.header .header-language-wrapper .header-language .header__languages .header__languages-bottom ul li:hover {
  background: var(--Pastell-Blau);
}
.header .header-language-wrapper .header-language:hover {
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1169px) {
  .header .header-language-wrapper .header-language:hover {
    box-shadow: none;
  }
}
.header .header-language-wrapper .header-language:hover .header__languages {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header .header-language-wrapper .header-language:hover .header__languages-top-l svg {
  transform: rotate(180deg);
}
.header .header-language-wrapper .header-language:hover .header__languages-top {
  border: 1px solid rgba(49, 159, 255, 0.6);
  background: var(--OBE-white);
}
@media (max-width: 1169px) {
  .header .header-language-wrapper .header-language:hover .header__languages-top {
    border: 2px solid transparent;
    background: transparent;
  }
}

.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header.nav-up {
  top: -150px;
}

.header-menu {
  margin-right: 48px;
}
@media (max-width: 1169px) {
  .header-menu {
    display: none;
  }
}
.header-menu .main-menu {
  display: flex;
  align-items: center;
  position: relative;
}
.header-menu .submenu-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 4px solid var(--OBE-Blau);
  background: var(--Pastell-Blau);
  position: fixed;
  top: 70px;
  left: 0;
  padding: 86px 0 60px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: -1;
}
.header-menu .submenu-wrapper .submenu-row {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1400px) {
  .header-menu .submenu-wrapper .submenu-row {
    width: 90%;
  }
}
.header-menu .submenu-wrapper .submenu-row__l {
  max-width: 506px;
  width: 100%;
  margin-right: 64px;
}
@media (max-width: 1400px) {
  .header-menu .submenu-wrapper .submenu-row__l {
    max-width: 467px;
  }
}
.header-menu .submenu-wrapper .submenu-row__r {
  padding-top: 136px;
}
@media (max-width: 1400px) {
  .header-menu .submenu-wrapper .submenu-row__r {
    padding-top: 120px;
  }
}
.header-menu .submenu-wrapper .submenu-title {
  color: var(--OBE-Blau, #048);
  font-family: var(--font-famaly-barlow);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  margin-bottom: 78px;
}
@media (max-width: 1400px) {
  .header-menu .submenu-wrapper .submenu-title {
    font-size: 35px;
    margin-bottom: 58px;
  }
}
.header-menu .submenu-wrapper .submenu-textfield {
  color: var(--OBE-Blau);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: normal;
  margin-bottom: 56px;
}
@media (max-width: 1400px) {
  .header-menu .submenu-wrapper .submenu-textfield {
    font-size: 18px;
  }
}
.header-menu .submenu-wrapper .submenu-item__text.main-text ul li {
  color: var(--Blue-3, #93A4B5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 1400px) {
  .header-menu .submenu-wrapper .submenu-item__text.main-text ul li {
    font-size: 14px;
  }
}
.header-menu .submenu-wrapper .submenu-item__text.main-text ul li::before {
  width: 5px;
  height: 5px;
  top: 9px;
  background: var(--Blue-3, #93A4B5);
}
.header-menu .main-menu__item .main-menu__item-link {
  display: flex;
  align-items: center;
}
.header-menu .main-menu__item .main-menu__item-link a {
  color: var(--OBE-Blau);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 218.75%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.header-menu .main-menu__item .main-menu__item-link a span {
  border-bottom: 2px solid transparent;
}
.header-menu .main-menu__item .main-menu__item-link.active a span {
  border-bottom: 2px solid #048;
}
.header-menu .main-menu__item .submenu {
  margin-bottom: 56px;
}
.header-menu .main-menu__item .submenu a {
  color: var(--OBE-Blau, #048);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  display: flex;
}
.header-menu .main-menu__item .submenu a > svg {
  margin-top: 0.5rem;
}
@media (max-width: 1400px) {
  .header-menu .main-menu__item .submenu a {
    font-size: 18px;
  }
}
.header-menu .main-menu > li.main-menu__item {
  margin-right: 48px;
  padding: 18px 0;
}
@media (max-width: 1400px) {
  .header-menu .main-menu > li.main-menu__item {
    margin-right: 28px;
  }
}
.header-menu .main-menu > li.main-menu__item:last-child {
  margin-right: 0;
}
.header-menu .main-menu > li.main-menu__item > a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 147%;
  letter-spacing: -0.015px;
}
.header-menu .main-menu > li.main-menu__item svg {
  margin-right: 16px;
}
.header-menu .submenu-item {
  display: flex;
  margin-bottom: 36px;
}
.header-menu .submenu-item .submenu-item__info {
  position: relative;
  top: -5px;
  width: 74%;
}
.header-menu .submenu-item .submenu-item__img {
  width: 160px;
  height: 100px;
  margin-right: 36px;
}
.header-menu .submenu-item .submenu-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-menu .submenu-item .submenu-item__title {
  color: var(--OBE-Blau, #048);
  font-family: var(--font-famaly-barlow);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .header-menu .submenu-item .submenu-item__title {
    font-size: 22px;
  }
}
.header-menu .submenu-item .submenu-item__text {
  font-size: 18px;
  line-height: 1.4;
  color: var(--Blue-3);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
.header-menu .subsubmenu {
  border-radius: 10px;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.header-menu .submenu > li, .header-menu .subsubmenu > li {
  position: relative;
  list-style: none;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .header-menu .submenu > li, .header-menu .subsubmenu > li {
    margin-bottom: 18px;
  }
}
.header-menu .submenu > li:last-child, .header-menu .subsubmenu > li:last-child {
  margin-bottom: 0;
}
.header-menu .submenu > li > a {
  display: flex;
  align-items: center;
  color: var(--OBE-Blau);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-menu .subsubmenu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 6px;
}
.header-menu .subsubmenu > li a {
  display: flex;
  align-items: center;
}

.header-side {
  display: flex;
  align-items: center;
}
.header-side .header-side__row {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1169px) {
  .header-side .header-side__row {
    gap: 0;
  }
}
.header-side .header-side__row .header-link-tms {
  color: var(--OBE-Blau, #048);
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 218.75%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  text-decoration: underline;
}

.burger {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  z-index: 200;
  position: relative;
}
@media (max-width: 1169px) {
  .burger {
    display: block;
  }
}
.burger span {
  width: 100%;
  height: 3px;
  background: #D9D9D9;
}
.burger span::before, .burger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #D9D9D9;
}
.burger span::before {
  top: 0;
}
.burger span::after {
  bottom: 0;
}

.burger span {
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #004488;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, 0;
  -moz-transition-property: background-color, 0;
  -o-transition-property: background-color, 0;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}

.burger span::before {
  top: -9px;
}

.burger span::after {
  top: 9px;
}

.burger.clicked span {
  background-color: transparent;
}

.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after {
  background-color: var(--OBE-Blau);
}

.burger:hover {
  cursor: pointer;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--Pastell-Blau);
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.16);
  right: -120%;
  top: 0;
  z-index: 7;
  padding: 120px 40px 40px 40px;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
}
.mobile-menu-wrapper.clicked {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu ul li {
  margin-bottom: 40px;
}
.mobile-menu ul li:last-child {
  margin-bottom: 0;
  width: 100%;
}
.mobile-menu ul li a {
  color: var(--OBE-Blau);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.mobile-menu ul li .main-menu__item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu ul li.active a {
  font-weight: 600;
}
.mobile-menu .open-submenu svg {
  width: 24px;
  height: 24px;
  transition: 0.2s;
}
.mobile-menu .open-submenu.clicked svg {
  transform: rotate(0);
}
.mobile-menu .submenu, .mobile-menu .subsubmenu {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--Pastell-Blau);
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.16);
  right: -120%;
  top: 0;
  z-index: 3;
  padding: 120px 54px 60px 60px;
  transition: 0.2s;
  overflow-x: scroll;
}
@media (max-width: 710px) {
  .mobile-menu .submenu, .mobile-menu .subsubmenu {
    padding: 120px 16px 60px 16px;
  }
}
.mobile-menu .submenu .back-menu-link,
.mobile-menu .submenu .back-menu-link-2, .mobile-menu .subsubmenu .back-menu-link,
.mobile-menu .subsubmenu .back-menu-link-2 {
  position: relative;
  margin-bottom: 40px;
  color: var(--OBE-Blau, #048);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 710px) {
  .mobile-menu .submenu .back-menu-link,
  .mobile-menu .submenu .back-menu-link-2, .mobile-menu .subsubmenu .back-menu-link,
  .mobile-menu .subsubmenu .back-menu-link-2 {
    display: flex;
    align-items: center;
  }
}
.mobile-menu .submenu .back-menu-link svg,
.mobile-menu .submenu .back-menu-link-2 svg, .mobile-menu .subsubmenu .back-menu-link svg,
.mobile-menu .subsubmenu .back-menu-link-2 svg {
  position: absolute;
  left: -34px;
  top: 4px;
}
@media (max-width: 710px) {
  .mobile-menu .submenu .back-menu-link svg,
  .mobile-menu .submenu .back-menu-link-2 svg, .mobile-menu .subsubmenu .back-menu-link svg,
  .mobile-menu .subsubmenu .back-menu-link-2 svg {
    position: initial;
    left: 0;
    top: 0;
    margin-right: 16px;
  }
}
.mobile-menu .submenu .main-menu__item-link.active a, .mobile-menu .subsubmenu .main-menu__item-link.active a {
  color: var(--OBE-Blau, #048);
  font-weight: 500;
}
.mobile-menu .submenu .main-menu__item-link.active svg path, .mobile-menu .subsubmenu .main-menu__item-link.active svg path {
  fill: var(--OBE-Blau, #048);
}
.mobile-menu .submenu .subsubmenu__item.active a, .mobile-menu .subsubmenu .subsubmenu__item.active a {
  color: var(--OBE-Blau, #048);
  font-weight: 500;
}
.mobile-menu .submenu .subsubmenu__item.active svg path, .mobile-menu .subsubmenu .subsubmenu__item.active svg path {
  fill: var(--OBE-Blau, #048);
}
.mobile-menu .submenu li, .mobile-menu .subsubmenu li {
  padding: 20px;
  border-bottom: 1px solid rgba(147, 164, 181, 0.4);
  margin-bottom: 0;
}
@media (max-width: 710px) {
  .mobile-menu .submenu li, .mobile-menu .subsubmenu li {
    padding: 20px 0;
  }
}
.mobile-menu .submenu li a, .mobile-menu .subsubmenu li a {
  color: var(--Blue-3, #93A4B5);
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: none;
}
.mobile-menu .submenu .main-btn.menu-bnt, .mobile-menu .subsubmenu .main-btn.menu-bnt {
  color: var(--OBE-Blau);
  font-size: 14px;
  padding: 12px 32px;
  margin-top: 48px;
  font-weight: 600;
}
.mobile-menu .submenu.active, .mobile-menu .subsubmenu.active {
  right: 0;
}

@media (min-width: 1169px) {
  .header-menu .main-menu__item.menu-item-has-children.active .submenu-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1169px) {
  .header {
    padding: 0px;
  }
  .header .logo {
    width: 82px;
    height: 64px;
  }
  .header .logo img {
    width: 100%;
    top: 0;
  }
  .header-menu {
    display: none;
  }
  .burger {
    display: flex;
  }
}
@media (max-width: 710px) {
  .mobile-menu-wrapper {
    width: 100%;
    padding: 124px 20px 30px 20px;
  }
}
/*# sourceMappingURL=header.css.map */

.hero-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  text-align: center;
  margin-top: 70px;
  overflow: hidden;
  min-height: 514px;
}
@media (max-width: 1169px) {
  .hero-page {
    margin-top: 64px;
  }
}
.hero-page.smartglasses-hero {
  min-height: 779px;
  align-items: flex-start;
}
.hero-page .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 111px 0 132px 0;
}
.hero-page .container.container__smartglasses .video-glasses {
  position: absolute;
  right: 7%;
  top: 158px;
}
@media (min-width: 3000px) {
  .hero-page .container.container__smartglasses .video-glasses {
    display: none;
  }
}
@media (min-width: 2590px) {
  .hero-page .container.container__smartglasses .video-glasses {
    right: 3%;
  }
}
@media (min-width: 2300px) {
  .hero-page .container.container__smartglasses .video-glasses {
    right: 4%;
  }
}
@media (max-width: 1800px) {
  .hero-page .container.container__smartglasses .video-glasses {
    right: -2%;
  }
}
@media (max-width: 1400px) {
  .hero-page .container.container__smartglasses .video-glasses {
    right: -7%;
  }
}
@media (max-width: 1270px) {
  .hero-page .container.container__smartglasses .video-glasses {
    right: auto;
    left: 51%;
  }
}
@media (max-width: 1169px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 45%;
    top: 209px;
  }
}
@media (max-width: 1040px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 42%;
    top: 209px;
  }
}
@media (max-width: 900px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 41%;
    top: 211px;
  }
}
@media (max-width: 790px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 39%;
    top: 210px;
  }
}
@media (max-width: 710px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 25%;
    top: 106px;
    width: 730px;
  }
}
@media (max-width: 600px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 26%;
    top: 154px;
    width: 600px;
  }
}
@media (max-width: 450px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 25%;
    top: 210px;
    width: 500px;
  }
}
@media (max-width: 480px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 25%;
    top: 184px;
    width: 500px;
  }
}
@media (max-width: 430px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 25%;
    top: 201px;
    width: 450px;
  }
}
@media (max-width: 420px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 25%;
    top: 201px;
    width: 450px;
  }
}
@media (max-width: 400px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 23%;
    top: 213px;
    width: 452px;
  }
}
@media (max-width: 370px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 22%;
    top: 226px;
    width: 422px;
  }
}
@media (max-width: 359px) {
  .hero-page .container.container__smartglasses .video-glasses {
    left: 18%;
    top: 226px;
    width: 422px;
  }
}
@media (max-width: 1169px) {
  .hero-page .container {
    flex-direction: column;
  }
  .hero-page .container.container__smartglasses {
    align-items: flex-start;
  }
}
@media (max-width: 710px) {
  .hero-page .container {
    flex-direction: column;
  }
}
.hero-page .hero-page__info {
  margin-right: 30px;
}
@media (max-width: 1169px) {
  .hero-page .hero-page__info {
    margin-right: 0;
  }
}
.hero-page .hero__page-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
}
.hero-page .hero-page__title {
  font-family: "Barlow Condensed";
  font-size: 76px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 3.8px;
  text-transform: uppercase;
  text-align: left;
  color: var(--OBE-white);
  text-wrap: balance;
}
@media (max-width: 1169px) {
  .hero-page .hero-page__title {
    font-size: 48px;
  }
  .hero-page .hero-page__title.hero-page__title-smartglasses {
    hyphens: auto;
  }
}
@media (max-width: 480px) {
  .hero-page .hero-page__title {
    font-size: 26px;
  }
}
@media (max-width: 1169px) {
  .hero-page {
    min-height: 250px;
  }
}
@media (max-width: 1169px) {
  .hero-page .hero-page__info {
    width: 100%;
  }
}
.hero-page .hero-page__info.hero-page__info-smartglasses {
  max-width: 640px;
}
@media (max-width: 1169px) {
  .hero-page .hero-page__info.hero-page__info-smartglasses {
    max-width: 352px;
    width: 100%;
  }
}
.hero-page .hero-page__info .hero-page__text-smartglasses {
  color: var(--OBE-white, #FFF);
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  margin-top: 80px;
}
@media (max-width: 1169px) {
  .hero-page .hero-page__info .hero-page__text-smartglasses {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}
@media (max-width: 1169px) {
  .hero-page .hero-page__info .hero-page__text-smartglasses {
    max-width: 92%;
  }
}
.hero-page .hero-page__info .hero-page__subtitle {
  color: var(--OBE-white);
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 1169px) {
  .hero-page .hero-page__info .hero-page__subtitle {
    font-family: "Barlow Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
}
.hero-page .hero-page__info .hero-page__subtitle .main-subtitle__cube {
  background: var(--OBE-white);
}
.hero-page .hero-page__info .hero-page__subtitle.hero-page__subtitle-smartglasses {
  color: var(--Hellblau);
}
.hero-page .hero-page__info .hero-page__subtitle.hero-page__subtitle-smartglasses .main-subtitle__cube {
  background: var(--Hellblau);
}
.hero-page .hero-page__r {
  max-width: 774px;
  width: 100%;
}
@media (max-width: 1169px) {
  .hero-page .hero-page__r {
    max-width: 100%;
    margin-top: 36px;
  }
}
.hero-page .hero-page__r .hero-page__text {
  color: var(--OBE-white, #FFF);
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
@media (max-width: 1169px) {
  .hero-page .hero-page__r .hero-page__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}
@media (max-width: 1169px) {
  .hero-page .hero-page__r .hero-page__text {
    max-width: 92%;
  }
}
@media (max-width: 710px) {
  .hero-page .hero-page__r {
    margin-top: 56px;
  }
}

@media (max-width: 790px) {
  body.en .hero-page .container.container__smartglasses .video-glasses {
    top: 188px;
  }
}
@media (max-width: 430px) {
  body.en .hero-page .container.container__smartglasses .video-glasses {
    top: 22%;
  }
}
@media (max-width: 380px) {
  body.en .hero-page .container.container__smartglasses .video-glasses {
    top: 27%;
  }
}
/*# sourceMappingURL=hero-page.css.map */

.info-block {
  height: 585px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1169px) {
  .info-block {
    height: 428px;
  }
}
.info-block .info-block__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.info-block .container {
  position: relative;
  z-index: 2;
}
.info-block .info-block__subtitle.main-subtitle {
  display: flex;
  justify-content: center;
}
@media (max-width: 710px) {
  .info-block .info-block__subtitle.main-subtitle {
    color: var(--OBE-white);
    justify-content: flex-start;
  }
}
@media (max-width: 710px) {
  .info-block .info-block__subtitle.main-subtitle .main-subtitle__cube {
    background: var(--OBE-white);
  }
}
.info-block .info-block__title.main-title {
  color: var(--OBE-white);
}
@media (max-width: 1800px) {
  .info-block .info-block__title.main-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 710px) {
  .info-block .info-block__title.main-title {
    text-align: left;
    margin-bottom: 36px;
  }
}
.info-block .info-block__text.main-text {
  color: var(--OBE-white);
  max-width: 696px;
  width: 100%;
  margin: 0 auto 52px auto;
}
@media (max-width: 1800px) {
  .info-block .info-block__text.main-text {
    max-width: 614px;
    margin: 0 auto 32px auto;
  }
}
@media (max-width: 1169px) {
  .info-block .info-block__text.main-text {
    max-width: 100%;
  }
}
@media (max-width: 710px) {
  .info-block .info-block__text.main-text {
    text-align: left;
  }
}
/*# sourceMappingURL=info_block.css.map */

.hero-legal .container-legal {
  max-width: 1040px;
  padding: 151px 0 92px 0;
}
.hero-legal .hero-page__info .hero-page__subtitle {
  color: var(--Hellblau);
}
.hero-legal .hero-page__info .hero-page__subtitle .main-subtitle__cube {
  background-color: var(--Hellblau);
}
.hero-legal .hero-page__title {
  color: var(--OBE-Blau);
  word-wrap: break-word;
}

.legal .container-legal {
  max-width: 1040px;
}
.legal .legal__content .legal__content--item {
  padding-bottom: 64px;
}
.legal .legal__content .legal__content--item .legal__title {
  color: var(--OBE-Blau);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 32px;
  margin: 0;
}
.legal .legal__content .legal__content--item .legal__desc {
  color: var(--Grey);
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  word-wrap: break-word;
}
.legal .legal__content .legal__content--item .legal__desc a[href^="mailto:"] {
  text-decoration-line: underline;
}
.legal .legal__content .legal__content--item .legal__desc a {
  color: var(--Grey);
}
.legal .legal__content .legal__content--item .legal__desc ul {
  padding-left: 10px;
}
.legal .legal__content .legal__content--item .legal__desc ul li {
  position: relative;
  margin-left: 0;
  padding-left: 10px;
}
.legal .legal__content .legal__content--item .legal__desc ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--Hellblau);
  position: absolute;
  top: 8px;
  left: -10px;
}
.legal .legal__content .legal__content--item .legal__desc ul li a {
  color: var(--Hellblau);
  text-decoration-line: underline;
}
.legal .legal__content .legal__content--item .legal__desc.main-text {
  font-size: 18px;
}
.legal .legal__content .legal__content--item .legal__desc.main-text strong {
  color: var(--Grey);
}
@media (max-width: 768px) {
  .legal .legal__content .legal__content--item {
    padding-bottom: 44px;
  }
  .legal .legal__content .legal__content--item .legal__title {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .legal .legal__content .legal__content--item .legal__desc {
    font-size: 18px;
  }
}
/*# sourceMappingURL=legal.css.map */

.certificates {
  padding: 130px 0;
}
@media (max-width: 1169px) {
  .certificates {
    padding: 130px 0;
  }
}
@media (max-width: 710px) {
  .certificates {
    padding: 88px 0;
  }
}
.certificates .certificates__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.certificates .certificates__content .certificates__content--info {
  position: sticky;
  top: 120px;
  left: 0;
}
@media (max-width: 1169px) {
  .certificates .certificates__content .certificates__content--info {
    position: relative;
    top: 0;
  }
}
.certificates .certificates__content .certificates__content--cards {
  max-width: 775px;
}
@media (max-width: 1169px) {
  .certificates .certificates__content .certificates__content--cards {
    max-width: 100%;
  }
}
.certificates .second-subtitle {
  color: var(--OBE-Blau);
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 24px;
  margin: 0;
}
.certificates .list-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  padding-top: 68px;
}
@media (max-width: 1169px) {
  .certificates .list-links {
    flex-wrap: wrap;
  }
}
.certificates .list-links .list-links__item {
  display: flex;
  width: 237px;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.1);
}
.certificates .list-links .list-links__item .list-links__item--top {
  background-color: var(--white);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 142px;
  width: 100%;
}
.certificates .list-links .list-links__item .list-links__item--top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 89px;
}
.certificates .list-links .list-links__item .list-links__item--bottom {
  background-color: var(--Pastell-Blau);
  padding: 24px;
  min-height: 142px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.certificates .list-links .list-links__item .list-links__item--bottom .title {
  color: var(--OBE-Blau);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.certificates .list-links .list-links__item .list-links__item--bottom .link {
  display: flex;
  align-items: center;
  column-gap: 14px;
  color: var(--OBE-Blau);
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1169px) {
  .certificates .certificates__content {
    flex-direction: column;
  }
  .certificates .certificates__content .certificates__content--info {
    padding-bottom: 56px;
  }
  .certificates .certificates__content .certificates__content--cards .main-text {
    max-width: 100%;
  }
  .certificates .second-subtitle {
    padding-bottom: 36px;
  }
  .certificates .list-links {
    padding-top: 56px;
    justify-content: flex-start;
    gap: 24px;
  }
}
@media (max-width: 1169px) {
  .certificates .list-links {
    gap: 12px 2%;
  }
  .certificates .list-links .list-links__item {
    width: 32%;
  }
  .certificates .list-links .list-links__item .list-links__item--top {
    padding: 22px;
    min-height: 105px;
  }
  .certificates .list-links .list-links__item .list-links__item--top .icon {
    width: 82px;
  }
  .certificates .list-links .list-links__item .list-links__item--bottom .title {
    line-height: 26px;
  }
  .certificates .list-links .list-links__item .list-links__item--bottom .link {
    column-gap: 8px;
    font-size: 16px;
  }
  .certificates .list-links .list-links__item .list-links__item--bottom .link svg {
    width: 16.5px;
    height: 16.5px;
  }
}
@media (max-width: 710px) {
  .certificates .list-links {
    flex-wrap: wrap;
  }
  .certificates .list-links .list-links__item {
    margin-bottom: 24px;
  }
  .certificates .list-links .list-links__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 710px) {
  .certificates .list-links .list-links__item {
    width: 100%;
    min-height: 78px;
    flex-direction: row;
    align-items: center;
  }
  .certificates .list-links .list-links__item .list-links__item--top {
    padding: 0;
    min-height: 100%;
    height: 100%;
    width: 78px;
  }
  .certificates .list-links .list-links__item .list-links__item--top .icon {
    width: 100%;
  }
  .certificates .list-links .list-links__item .list-links__item--bottom {
    padding: 16px;
    min-height: 100%;
  }
  .certificates .list-links .list-links__item .list-links__item--bottom .title {
    line-height: 26px;
    padding-bottom: 19px;
  }
  .certificates .list-links .list-links__item .list-links__item--bottom .link {
    column-gap: 12px;
    font-size: 14px;
  }
  .certificates .list-links .list-links__item .list-links__item--bottom .link svg {
    width: 16px;
    height: 16px;
  }
}
/*# sourceMappingURL=our-certificates.css.map */

.title-text-img-sustainability {
  position: relative;
  padding: 143px 0 126px 0;
  overflow: hidden;
}
.title-text-img-sustainability .title-text-img-sustainability__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability {
    padding: 88px 0;
  }
}
.title-text-img-sustainability .accordion__items {
  margin: 0;
}
.title-text-img-sustainability .accordion__items .accordion__item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 23px;
}
.title-text-img-sustainability .accordion__items .accordion__item .accordion__item-top-wrapper {
  padding: 0;
}
.title-text-img-sustainability .accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item-title {
  color: var(--Green);
  font-size: 24px;
  font-weight: 600;
}
.title-text-img-sustainability .accordion__items .accordion__item .accordion__item-more {
  padding: 23px 0 0 0;
  color: var(--OBE-white, #FFF);
}
.title-text-img-sustainability .accordion__items .accordion__item .accordion__item-more ul {
  padding-left: 10px;
}
.title-text-img-sustainability .accordion__items .accordion__item .accordion__item-more ul li {
  position: relative;
  margin-left: 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}
.title-text-img-sustainability .accordion__items .accordion__item .accordion__item-more ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--white);
  position: absolute;
  top: 8px;
  left: -10px;
}
.title-text-img-sustainability .accordion__items .accordion__item.active .accordion__item-more {
  padding: 35px 0 23px 0;
}
.title-text-img-sustainability .accordion__items .accordion__item.active .accordion__item-top-arr path {
  stroke: none;
}
.title-text-img-sustainability .accordion__items .accordion__item.active::before {
  content: none;
}

@media (max-width: 480px) {
  .title-text-img-sustainability .accordion__items .accordion__item {
    margin-bottom: 21px;
  }
  .title-text-img-sustainability .accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item-title {
    font-size: 20px;
    font-weight: 600;
  }
  .title-text-img-sustainability .accordion__items .accordion__item .accordion__item-more {
    padding: 21px 0 0 0;
    color: var(--OBE-white, #FFF);
  }
  .title-text-img-sustainability .accordion__items .accordion__item .accordion__item-more ul {
    padding-left: 10px;
  }
  .title-text-img-sustainability .accordion__items .accordion__item .accordion__item-more ul li {
    position: relative;
    margin-left: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
  }
  .title-text-img-sustainability .accordion__items .accordion__item .accordion__item-more ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--white);
    position: absolute;
    top: 8px;
    left: -10px;
  }
  .title-text-img-sustainability .accordion__items .accordion__item.active .accordion__item-more {
    padding: 37px 0 21px 0;
  }
}
.title-text-img-sustainability__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability__top {
    flex-direction: column;
  }
}
.title-text-img-sustainability__top .title-text-img-sustainability__text.main-text {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-wrap: balance;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability__top .title-text-img-sustainability__text.main-text {
    font-size: 16px;
  }
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-l {
  max-width: 640px;
  width: 100%;
  margin-right: 34px;
  position: sticky;
  top: 0;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability__top .title-text-img-sustainability__top-l {
    max-width: 100%;
  }
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-l .title-text-img-sustainability__subtitle {
  color: var(--Green);
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-l .title-text-img-sustainability__subtitle .main-subtitle__cube {
  background-color: var(--Green);
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-l .title-text-img-sustainability__title {
  color: var(--OBE-white);
  margin-bottom: 99px;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability__top .title-text-img-sustainability__top-l .title-text-img-sustainability__title {
    margin-bottom: 48px;
  }
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r {
  max-width: 744px;
  width: 100%;
  margin-top: 44px;
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .mCustomScrollBox {
  overflow: visible;
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r #mCSB_1_scrollbar_vertical {
  opacity: 0;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability__top .title-text-img-sustainability__top-r {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-top: 56px;
    height: 100%;
    overflow: visible;
  }
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .mobile {
  display: none;
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__top-r-imgs {
  display: flex;
  column-gap: 45px;
  margin: 45px 0 93px 0;
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__top-r-imgs .title-text-img-sustainability__top-r-img {
  display: flex;
  width: 134px;
  height: 134px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: var(--white);
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__top-r-imgs.mobile {
  display: none;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__top-r-imgs.mobile {
    display: block;
  }
}
@media (max-width: 710px) {
  .title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__top-r-imgs.mobile {
    display: none;
  }
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item {
  margin-bottom: 113px;
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item {
    margin-bottom: 60px;
  }
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item-side-title {
  color: var(--Green);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 48px;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item-side-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item-side-text {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item-side-text ul {
  padding-left: 10px;
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item-side-text ul li {
  margin-left: 0;
  padding-left: 30px;
  text-wrap: balance;
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item-side-text ul li:not(:last-child) {
  margin-bottom: 4px;
}
.title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item-side-text ul li::before {
  width: 14px;
  height: 14px;
  background: var(--white);
  top: 12px;
  left: -10px;
}
@media (max-width: 1169px) {
  .title-text-img-sustainability__top .title-text-img-sustainability__top-r .title-text-img-sustainability__item-side-text {
    color: var(--OBE-white);
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .title-text-img-sustainability .title-text-img-sustainability__top-r .pc {
    display: none;
  }
  .title-text-img-sustainability .title-text-img-sustainability__top-r .mobile {
    display: block;
  }
  .title-text-img-sustainability .title-text-img-sustainability__top-r .title-text-img-sustainability__top-r-imgs {
    margin: 48px 0 56px 0;
  }
}
@media (max-width: 480px) {
  .title-text-img-sustainability .title-text-img-sustainability__top-r .title-text-img-sustainability__top-r-imgs {
    margin: 56px 0;
    column-gap: 23px;
    justify-content: space-between;
  }
  .title-text-img-sustainability .title-text-img-sustainability__top-r .title-text-img-sustainability__top-r-imgs .title-text-img-sustainability__top-r-img {
    width: 68.927px;
    height: 68.927px;
    padding: 5.144px;
  }
}
/*# sourceMappingURL=title-text--bg-sustainability.css.map */

.title-text-bg-btn {
  background: var(--OBE-Blau, #048);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 710px) {
  .title-text-bg-btn {
    padding-bottom: 88px;
  }
}
.title-text-bg-btn .title-text-bg-btn__row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 710px) {
  .title-text-bg-btn .title-text-bg-btn__row {
    flex-direction: column;
  }
  .title-text-bg-btn .title-text-bg-btn__row.container {
    width: 100%;
  }
}
.title-text-bg-btn .title-text-bg-btn__img {
  min-width: 623px;
  margin-right: 85px;
  height: 749px;
  position: relative;
}
@media (max-width: 1169px) {
  .title-text-bg-btn .title-text-bg-btn__img {
    min-width: 420px;
  }
}
@media (max-width: 920px) {
  .title-text-bg-btn .title-text-bg-btn__img {
    min-width: 360px;
  }
}
@media (max-width: 820px) {
  .title-text-bg-btn .title-text-bg-btn__img {
    min-width: 260px;
    height: 558px;
    margin-right: 58px;
  }
}
@media (max-width: 710px) {
  .title-text-bg-btn .title-text-bg-btn__img {
    min-width: auto;
    width: 100%;
    height: 295px;
    margin-right: 0;
    margin-bottom: 56px;
  }
}
.title-text-bg-btn .title-text-bg-btn__img picture {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 710px) {
  .title-text-bg-btn .title-text-bg-btn__img picture {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .title-text-bg-btn .title-text-bg-btn__img picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.title-text-bg-btn .title-text-bg-btn__r {
  max-width: 755px;
  width: 100%;
}
@media (max-width: 710px) {
  .title-text-bg-btn .title-text-bg-btn__r {
    width: 92%;
    margin: 0 auto;
  }
}
.title-text-bg-btn .title-text-bg-btn__r .title-text-bg-btn__title {
  color: #fff;
}
.title-text-bg-btn .title-text-bg-btn__r .title-text-bg-btn__text {
  color: #fff;
  margin-bottom: 45px;
}
.title-text-bg-btn .title-text-bg-btn__circle {
  position: absolute;
  right: -329px;
  bottom: -384px;
  border-radius: 1101px;
  width: 1101px;
  height: 1101px;
  opacity: 0.3;
  background: var(--Hellblau, #319FFF);
  filter: blur(150px);
}
/*# sourceMappingURL=title-text-bg-btn.css.map */

.title-text-btn {
  overflow: hidden;
  padding: 130px 0;
}
@media (max-width: 1169px) {
  .title-text-btn {
    padding: 130px 0;
  }
}
@media (max-width: 710px) {
  .title-text-btn {
    padding: 88px 0;
  }
}

.title-text-btn__top {
  display: flex;
}
@media (max-width: 1169px) {
  .title-text-btn__top {
    flex-direction: column;
  }
}
.title-text-btn__top .title-text-btn__top-l {
  max-width: 773px;
  width: 100%;
  margin-right: 34px;
}
.title-text-btn__top .title-text-btn__top-l .title-text-btn__title.main-title {
  margin-bottom: 0;
}
.title-text-btn__top .title-text-btn__top-r {
  max-width: 774px;
  width: 100%;
  margin-top: 44px;
}
.title-text-btn__top .title-text-btn__top-r .title-text-img-personalized__text {
  margin-bottom: 56px;
  color: var(--OBE-white);
}
.title-text-btn__top .title-text-btn__top-r .title-text-btn__top-btn {
  margin-top: 40px;
}
/*# sourceMappingURL=title-text-btn.css.map */

.title-text-img-list {
  padding: 130px 0;
}
@media (max-width: 1169px) {
  .title-text-img-list {
    padding: 130px 0;
  }
}
@media (max-width: 710px) {
  .title-text-img-list {
    padding: 88px 0;
  }
}

.title-text-img-list__top {
  display: flex;
}
@media (max-width: 710px) {
  .title-text-img-list__top.career {
    display: none;
  }
}

.title-text-img-list-career .title-text-img-list__top {
  margin-bottom: 0;
  padding-bottom: 120px;
}
@media (max-width: 1169px) {
  .title-text-img-list-career .title-text-img-list__top {
    padding-bottom: 70px;
  }
}

.title-text-img-list__top {
  display: flex;
}
@media (max-width: 710px) {
  .title-text-img-list__top {
    flex-direction: column;
  }
}
.title-text-img-list__top .title-text-img-list__top-l {
  max-width: 774px;
  width: 100%;
  margin-right: 34px;
}
@media (max-width: 1800px) {
  .title-text-img-list__top .title-text-img-list__top-l {
    max-width: 673px;
  }
}
@media (max-width: 1169px) {
  .title-text-img-list__top .title-text-img-list__top-l {
    display: flex;
    align-items: center;
  }
  .title-text-img-list__top .title-text-img-list__top-l .title-text-img-list__subtitle,
  .title-text-img-list__top .title-text-img-list__top-l .title-text-img-list__title {
    display: none;
  }
  .title-text-img-list__top .title-text-img-list__top-l.solution {
    margin-top: 0;
    display: none;
  }
}
@media (max-width: 710px) {
  .title-text-img-list__top .title-text-img-list__top-l {
    max-width: 100%;
    margin-right: 0;
    margin-top: 56px;
  }
}
.title-text-img-list__top .title-text-img-list__top-l .title-text-img-list__title {
  margin-bottom: 0;
}
.title-text-img-list__top .title-text-img-list__top-r {
  max-width: 782px;
  width: 100%;
  margin-top: 44px;
}
@media (max-width: 1169px) {
  .title-text-img-list__top .title-text-img-list__top-r {
    margin-top: 36px;
  }
  .title-text-img-list__top .title-text-img-list__top-r .title-text-img-list__text {
    display: none;
  }
  .title-text-img-list__top .title-text-img-list__top-r .main-btn {
    width: 100%;
  }
}
@media (max-width: 710px) {
  .title-text-img-list__top .title-text-img-list__top-r {
    margin-top: 56px;
  }
}
.title-text-img-list__top .title-text-img-list__top-r .main-btn {
  margin-top: 3rem;
}

.title-text-img-list__item-img {
  margin-top: 118px;
}
@media (max-width: 1169px) {
  .title-text-img-list__item-img {
    margin-top: 0;
  }
  .title-text-img-list__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 710px) {
  .title-text-img-list__item-img {
    text-align: center;
    margin: 0 auto;
  }
  .title-text-img-list__item-img img {
    width: 100%;
    height: auto;
  }
}

.title-text-img-list__col {
  margin-top: 56px;
}
@media (max-width: 710px) {
  .title-text-img-list__col {
    margin-top: 0;
  }
}
.title-text-img-list__col .title-text-img-list__item {
  margin-bottom: 56px;
}
.title-text-img-list__col .title-text-img-list__item:last-child {
  margin-bottom: 1rem;
}
.title-text-img-list__col .title-text-img-list__item-side-text {
  font-size: 18px;
}
@media (max-width: 1169px) {
  .title-text-img-list__col .title-text-img-list__item {
    margin-bottom: 45px;
  }
}
.title-text-img-list__col .title-text-img-list__item-top {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.title-text-img-list__col .title-text-img-list__item-icone {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
@media (max-width: 1169px) {
  .title-text-img-list__col .title-text-img-list__item-icone {
    width: 30px;
    height: 30px;
  }
}

.title-text-img-list__mobile {
  display: none;
}
@media (max-width: 1169px) {
  .title-text-img-list__mobile {
    display: block;
  }
}
@media (max-width: 710px) {
  .title-text-img-list__mobile.career {
    padding-bottom: 48px;
  }
}
.title-text-img-list__mobile .main-headline-text {
  max-width: 100%;
  margin-top: 36px;
}

.title-text-img-list.pastell-blau__bg {
  background: var(--Pastell-Blau);
}

.title-text-img-list__col-3 {
  margin-top: 96px;
}
@media (max-width: 1169px) {
  .title-text-img-list__col-3 {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=title-text-img-list.css.map */
