@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  hyphens: auto;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
.page-template-default main {
  margin: 100px 50px;
}
@media screen and (max-width: 480px) {
  .page-template-default main {
    margin: 70px 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .page-template-default main {
    margin: 70px 50px;
  }
}
.home main {
  margin: 0;
}

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
/**
 * 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  width: 100%;
  height: auto;
}

/* source-sans-3-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200;
  src: url("assets/fonts/source-sans-3-v19-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/source-sans-3-v19-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 300;
  src: url("assets/fonts/source-sans-3-v19-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/source-sans-3-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("assets/fonts/source-sans-3-v19-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/source-sans-3-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 500;
  src: url("assets/fonts/source-sans-3-v19-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/source-sans-3-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  src: url("assets/fonts/source-sans-3-v19-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/source-sans-3-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 700;
  src: url("assets/fonts/source-sans-3-v19-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/source-sans-3-v19-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 800;
  src: url("assets/fonts/source-sans-3-v19-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/source-sans-3-v19-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 900;
  src: url("assets/fonts/source-sans-3-v19-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@keyframes back_forwards {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(5px, 0%);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveIn {
  from {
    transform: translate(200px, 0);
  }
  to {
    transform: translate(0px, 0);
  }
}
@keyframes hide_burger {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes show_burger {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes up_down {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -30%);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes back_forwards_min {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(5px, 0%);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes scalezoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.mdl_h2, .mdl-iframe__outer-wrp .mdl-iframe_intro h2, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h2, .mdl-text__content h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  color: #003B49;
  text-transform: uppercase;
}
@media screen and (min-width: 860px) {
  .mdl_h2, .mdl-iframe__outer-wrp .mdl-iframe_intro h2, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h2, .mdl-text__content h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    color: #003B49;
  }
}

.mdl_h3, .mdl-form__outer-wrp .mdl_form_introtext h3, .mdl-iframe__outer-wrp .mdl-iframe_intro h3, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h3, .mdl-text__content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #003B49;
}
@media screen and (min-width: 860px) {
  .mdl_h3, .mdl-form__outer-wrp .mdl_form_introtext h3, .mdl-iframe__outer-wrp .mdl-iframe_intro h3, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h3, .mdl-text__content h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #003B49;
  }
}

.mdl_h4, .mdl-form__outer-wrp .mdl_form_introtext h4, .mdl-iframe__outer-wrp .mdl-iframe_intro h4, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h4, .mdl-text__content h4 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  color: #003B49;
}
@media screen and (min-width: 860px) {
  .mdl_h4, .mdl-form__outer-wrp .mdl_form_introtext h4, .mdl-iframe__outer-wrp .mdl-iframe_intro h4, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h4, .mdl-text__content h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #003B49;
  }
}

.mdl_h5, .mdl-form__outer-wrp .mdl_form_introtext h5, .mdl-iframe__outer-wrp .mdl-iframe_intro h5, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h5, .mdl-text__content h5 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  color: #FF5000;
}
@media screen and (min-width: 860px) {
  .mdl_h5, .mdl-form__outer-wrp .mdl_form_introtext h5, .mdl-iframe__outer-wrp .mdl-iframe_intro h5, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h5, .mdl-text__content h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #FF5000;
  }
}

.mdl_h6, .mdl-form__outer-wrp .mdl_form_introtext h6, .mdl-iframe__outer-wrp .mdl-iframe_intro h6, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h6, .mdl-text__content h6 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  color: #FF5000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 860px) {
  .mdl_h6, .mdl-form__outer-wrp .mdl_form_introtext h6, .mdl-iframe__outer-wrp .mdl-iframe_intro h6, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h6, .mdl-text__content h6 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #FF5000;
  }
}

.mdl_p, .mdl-form__outer-wrp .mdl_form_introtext p, .mdl-form__outer-wrp .mdl_form_introtext ul li, .mdl-form__outer-wrp .mdl_form_introtext ol > li, .mdl-iframe__outer-wrp .mdl-iframe_intro p, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li, .mdl-text__content p, .mdl-text__content ul li, .mdl-text__content ol > li {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  color: #003B49;
}
@media screen and (min-width: 860px) {
  .mdl_p, .mdl-form__outer-wrp .mdl_form_introtext p, .mdl-form__outer-wrp .mdl_form_introtext ul li, .mdl-form__outer-wrp .mdl_form_introtext ol > li, .mdl-iframe__outer-wrp .mdl-iframe_intro p, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li, .mdl-text__content p, .mdl-text__content ul li, .mdl-text__content ol > li {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #003B49;
  }
}
.mdl_p strong, .mdl-form__outer-wrp .mdl_form_introtext p strong, .mdl-form__outer-wrp .mdl_form_introtext ul li strong, .mdl-form__outer-wrp .mdl_form_introtext ol > li strong, .mdl-iframe__outer-wrp .mdl-iframe_intro p strong, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li strong, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li strong, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p strong, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li strong, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li strong, .mdl-text__content p strong, .mdl-text__content ul li strong, .mdl-text__content ol > li strong {
  font-weight: bold;
}
.mdl_p em, .mdl-form__outer-wrp .mdl_form_introtext p em, .mdl-form__outer-wrp .mdl_form_introtext ul li em, .mdl-form__outer-wrp .mdl_form_introtext ol > li em, .mdl-iframe__outer-wrp .mdl-iframe_intro p em, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li em, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li em, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p em, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li em, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li em, .mdl-text__content p em, .mdl-text__content ul li em, .mdl-text__content ol > li em {
  font-style: italic;
}
.mdl_p .mdl_a, .mdl-form__outer-wrp .mdl_form_introtext p .mdl_a, .mdl-form__outer-wrp .mdl_form_introtext ul li .mdl_a, .mdl-form__outer-wrp .mdl_form_introtext ol > li .mdl_a, .mdl-iframe__outer-wrp .mdl-iframe_intro p .mdl_a, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li .mdl_a, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li .mdl_a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl_a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .mdl_a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .mdl_a, .mdl-text__content p .mdl_a, .mdl-text__content ul li .mdl_a, .mdl-text__content ol > li .mdl_a, .mdl_p .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl_p a, .mdl-form__outer-wrp .mdl_form_introtext p a, .mdl-form__outer-wrp .mdl_form_introtext ul li a, .mdl-form__outer-wrp .mdl_form_introtext ol > li a, .mdl-iframe__outer-wrp .mdl-iframe_intro p .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-iframe__outer-wrp .mdl-iframe_intro p a, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-iframe__outer-wrp .mdl-iframe_intro ul li a, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li a, .mdl-text__content p .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-text__content p a, .mdl-text__content ul li .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-text__content ul li a, .mdl-text__content ol > li .mdl-form__outer-wrp .mdl_form_introtext a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-text__content ol > li a, .mdl_p .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl_p a, .mdl-form__outer-wrp .mdl_form_introtext p .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-form__outer-wrp .mdl_form_introtext p a, .mdl-form__outer-wrp .mdl_form_introtext ul li .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-form__outer-wrp .mdl_form_introtext ul li a, .mdl-form__outer-wrp .mdl_form_introtext ol > li .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-form__outer-wrp .mdl_form_introtext ol > li a, .mdl-iframe__outer-wrp .mdl-iframe_intro p a, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li a, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li a, .mdl-text__content p .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-text__content p a, .mdl-text__content ul li .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-text__content ul li a, .mdl-text__content ol > li .mdl-iframe__outer-wrp .mdl-iframe_intro a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-text__content ol > li a, .mdl_p .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl_p a, .mdl-form__outer-wrp .mdl_form_introtext .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-form__outer-wrp .mdl_form_introtext p a, .mdl-form__outer-wrp .mdl_form_introtext ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-form__outer-wrp .mdl_form_introtext ul li a, .mdl-form__outer-wrp .mdl_form_introtext ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-form__outer-wrp .mdl_form_introtext ol > li a, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-iframe__outer-wrp .mdl-iframe_intro p a, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-iframe__outer-wrp .mdl-iframe_intro ul li a, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p ul li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p ol > li a, .mdl-text__content .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-text__content p a, .mdl-text__content ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-text__content ul li a, .mdl-text__content ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-text__content ol > li a, .mdl_p .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl_p a, .mdl-form__outer-wrp .mdl_form_introtext p .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-form__outer-wrp .mdl_form_introtext p a, .mdl-form__outer-wrp .mdl_form_introtext ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-form__outer-wrp .mdl_form_introtext ul li a, .mdl-form__outer-wrp .mdl_form_introtext ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-form__outer-wrp .mdl_form_introtext ol > li a, .mdl-iframe__outer-wrp .mdl-iframe_intro p .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-iframe__outer-wrp .mdl-iframe_intro p a, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-iframe__outer-wrp .mdl-iframe_intro ul li a, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li a, .mdl-text__content p .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-text__content p a, .mdl-text__content ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-text__content ul li a, .mdl-text__content ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-text__content ol > li a, .mdl_p .mdl-text__content a, .mdl-text__content .mdl_p a, .mdl-form__outer-wrp .mdl_form_introtext p .mdl-text__content a, .mdl-text__content .mdl-form__outer-wrp .mdl_form_introtext p a, .mdl-form__outer-wrp .mdl_form_introtext ul li .mdl-text__content a, .mdl-text__content .mdl-form__outer-wrp .mdl_form_introtext ul li a, .mdl-form__outer-wrp .mdl_form_introtext ol > li .mdl-text__content a, .mdl-text__content .mdl-form__outer-wrp .mdl_form_introtext ol > li a, .mdl-iframe__outer-wrp .mdl-iframe_intro p .mdl-text__content a, .mdl-text__content .mdl-iframe__outer-wrp .mdl-iframe_intro p a, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li .mdl-text__content a, .mdl-text__content .mdl-iframe__outer-wrp .mdl-iframe_intro ul li a, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li .mdl-text__content a, .mdl-text__content .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-text__content a, .mdl-text__content .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .mdl-text__content a, .mdl-text__content .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .mdl-text__content a, .mdl-text__content .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li a, .mdl-text__content p a, .mdl-text__content ul li a, .mdl-text__content ol > li a {
  color: #FF5000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-decoration: none;
}
.mdl_p .mdl_a:hover, .mdl-form__outer-wrp .mdl_form_introtext p .mdl_a:hover, .mdl-form__outer-wrp .mdl_form_introtext ul li .mdl_a:hover, .mdl-form__outer-wrp .mdl_form_introtext ol > li .mdl_a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro p .mdl_a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li .mdl_a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li .mdl_a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl_a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .mdl_a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .mdl_a:hover, .mdl-text__content p .mdl_a:hover, .mdl-text__content ul li .mdl_a:hover, .mdl-text__content ol > li .mdl_a:hover, .mdl_p .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl_p a:hover, .mdl-form__outer-wrp .mdl_form_introtext p a:hover, .mdl-form__outer-wrp .mdl_form_introtext ul li a:hover, .mdl-form__outer-wrp .mdl_form_introtext ol > li a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro p .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl-iframe__outer-wrp .mdl-iframe_intro p a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl-iframe__outer-wrp .mdl-iframe_intro ul li a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li a:hover, .mdl-text__content p .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl-text__content p a:hover, .mdl-text__content ul li .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl-text__content ul li a:hover, .mdl-text__content ol > li .mdl-form__outer-wrp .mdl_form_introtext a:hover, .mdl-form__outer-wrp .mdl_form_introtext .mdl-text__content ol > li a:hover, .mdl_p .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl_p a:hover, .mdl-form__outer-wrp .mdl_form_introtext p .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-form__outer-wrp .mdl_form_introtext p a:hover, .mdl-form__outer-wrp .mdl_form_introtext ul li .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-form__outer-wrp .mdl_form_introtext ul li a:hover, .mdl-form__outer-wrp .mdl_form_introtext ol > li .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-form__outer-wrp .mdl_form_introtext ol > li a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro p a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li a:hover, .mdl-text__content p .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-text__content p a:hover, .mdl-text__content ul li .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-text__content ul li a:hover, .mdl-text__content ol > li .mdl-iframe__outer-wrp .mdl-iframe_intro a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro .mdl-text__content ol > li a:hover, .mdl_p .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl_p a:hover, .mdl-form__outer-wrp .mdl_form_introtext p .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-form__outer-wrp .mdl_form_introtext p a:hover, .mdl-form__outer-wrp .mdl_form_introtext ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-form__outer-wrp .mdl_form_introtext ul li a:hover, .mdl-form__outer-wrp .mdl_form_introtext ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-form__outer-wrp .mdl_form_introtext ol > li a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro p .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-iframe__outer-wrp .mdl-iframe_intro p a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-iframe__outer-wrp .mdl-iframe_intro ul li a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li a:hover, .mdl-text__content p .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-text__content p a:hover, .mdl-text__content ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-text__content ul li a:hover, .mdl-text__content ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner .mdl-text__content ol > li a:hover, .mdl_p .mdl-text__content a:hover, .mdl-text__content .mdl_p a:hover, .mdl-form__outer-wrp .mdl_form_introtext p .mdl-text__content a:hover, .mdl-text__content .mdl-form__outer-wrp .mdl_form_introtext p a:hover, .mdl-form__outer-wrp .mdl_form_introtext ul li .mdl-text__content a:hover, .mdl-text__content .mdl-form__outer-wrp .mdl_form_introtext ul li a:hover, .mdl-form__outer-wrp .mdl_form_introtext ol > li .mdl-text__content a:hover, .mdl-text__content .mdl-form__outer-wrp .mdl_form_introtext ol > li a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro p .mdl-text__content a:hover, .mdl-text__content .mdl-iframe__outer-wrp .mdl-iframe_intro p a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li .mdl-text__content a:hover, .mdl-text__content .mdl-iframe__outer-wrp .mdl-iframe_intro ul li a:hover, .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li .mdl-text__content a:hover, .mdl-text__content .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .mdl-text__content a:hover, .mdl-text__content .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .mdl-text__content a:hover, .mdl-text__content .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .mdl-text__content a:hover, .mdl-text__content .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li a:hover, .mdl-text__content p a:hover, .mdl-text__content ul li a:hover, .mdl-text__content ol > li a:hover {
  color: #ff7333;
  text-decoration: underline;
}

.mdl_title, .mdl_infobox__outer-wrp .module_title, .module_title, .mdl-contact-box__outer-wrp .module_title, .mdl-image_mosaik__outer-wrp .module_title, .mdl-links__outer-wrp .module_title, .mdl-notification-box__outer-wrp .module_title, .mdl-downloads__outer-wrp .module_title, .mdl-dropdown-boxes__outer-wrp .module_title, .mdl-images__outer-wrp .module_title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #003B49;
  padding-bottom: 30px;
  display: block;
  text-transform: uppercase;
  font-family: "Source Sans 3";
}

.hy_breadcrumbs {
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: white;
  max-width: max-content;
  border-top-right-radius: 3px;
}
.hy_breadcrumbs:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="95" height="95" viewBox="0 0 85.137 85.199"><g id="Gruppe_20050" data-name="Gruppe 20050" transform="translate(54 0.779)"><g id="Gruppe_20930" data-name="Gruppe 20930" transform="translate(-54)"><path id="Pfad_33298" data-name="Pfad 33298" d="M0,0,85.137-.779v85.2H74.559A37.192,37.192,0,0,1,43.272,67.335Z" fill="%23FFFFFF"/></g></g></svg>');
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 95/95;
  content: "";
  display: block;
  width: 95px;
  position: absolute;
  pointer-events: none;
  right: 0;
  transform: translate(85px, 0) rotate(180deg);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 480px) {
  .hy_breadcrumbs:before {
    height: 115%;
  }
}
.hy_breadcrumbs ol {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  gap: 15px;
  padding: 45px 10px 20px 50px;
}
@media screen and (min-width: 1280px) {
  .hy_breadcrumbs ol {
    padding-left: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .hy_breadcrumbs ol {
    padding: 30px 10px 20px 30px;
  }
}
.hy_breadcrumbs ol li {
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-size: 18px;
  line-height: 0.9em;
  font-weight: 600;
}
.hy_breadcrumbs ol li svg {
  margin-right: 10px;
}
.hy_breadcrumbs ol li:first-child svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
  padding: 8px;
  background-color: #FF5000;
}
.hy_breadcrumbs ol li:first-child svg path {
  stroke: white;
}
.hy_breadcrumbs ol li:last-child {
  margin-right: 0;
}
.hy_breadcrumbs ol li a {
  text-decoration: none;
  color: #003B49;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.hy_breadcrumbs ol li a:hover {
  opacity: 0.6;
}
.hy_breadcrumbs ol li span {
  color: #FF5000;
}

.page_header {
  position: relative;
  padding: 301px 50px 130px;
  background-color: #003B49;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .page_header {
    padding-left: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .page_header {
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .page_header {
    padding: 180px 30px 150px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .page_header {
    padding: 180px 50px 150px;
  }
}
.page_header h1 {
  position: relative;
  font-size: 80px;
  font-weight: 800;
  color: white;
  max-width: 1000px;
  text-transform: uppercase;
  z-index: 1;
  hyphens: auto;
}
@media screen and (max-width: 480px) {
  .page_header h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .page_header h1 {
    font-size: 54px;
  }
}
.page_header.news {
  padding: 0;
  background: none;
  overflow: hidden;
}
.page_header.news img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 70dvh;
  object-fit: cover;
  object-position: center center;
}

.no_image {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .no_image {
    padding: 140px 30px 150px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .no_image {
    padding: 140px 50px 150px;
  }
}
.no_image:before {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(assets/img/iframe-bg.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  width: 50%;
  max-width: 915px;
  content: "";
  display: block;
  height: 27vw;
  max-height: 490px;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .no_image:before {
    width: 150%;
    height: 80vw;
  }
}
.no_image .hero__video {
  display: block;
  width: 304px;
  height: 309px;
  overflow: hidden;
  position: absolute;
  right: 14%;
  top: 56%;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .no_image .hero__video {
    width: 180px;
    height: 200px;
    right: 9%;
  }
}
.no_image .hero__video video {
  margin-left: -122px;
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .no_image .hero__video video {
    margin-left: -83px;
  }
}

.image {
  position: relative;
  padding: 0;
  background-color: transparent;
}
.image .hero__video {
  display: none;
}
.image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 59, 73, 0.5) 0%, rgba(0, 59, 73, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.image .page_header_textwrp {
  position: absolute;
  padding: 0 50px 0 0;
  bottom: 150px;
}
@media screen and (min-width: 1280px) {
  .image .page_header_textwrp {
    padding-right: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .image .page_header_textwrp {
    padding-left: var(--sidespacing);
  }
}
.image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.image picture img {
  display: block;
  width: 100%;
  height: auto;
}

.main-navigation {
  position: fixed;
  z-index: 200;
  top: 0;
  height: 100dvh;
  width: 100%;
  max-width: 1920px;
  background: #003B49;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: flex-start;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0;
  pointer-events: none;
}
.main-navigation__inner {
  width: 100%;
  height: auto;
}
.main-navigation__inner__fullhd-wrp {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__fullhd-wrp {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .main-navigation__inner__fullhd-wrp {
    flex-direction: column;
  }
}
.main-navigation__inner__fullhd-wrp .main-navigation__inner__bgvideo {
  display: block;
  width: 304px;
  height: 309px;
  overflow: hidden;
  position: absolute;
  right: 5%;
  top: 56%;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .main-navigation__inner__fullhd-wrp .main-navigation__inner__bgvideo {
    width: 180px;
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation__inner__fullhd-wrp .main-navigation__inner__bgvideo {
    opacity: 0.5;
  }
}
.main-navigation__inner__fullhd-wrp .main-navigation__inner__bgvideo video {
  margin-left: -122px;
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .main-navigation__inner__fullhd-wrp .main-navigation__inner__bgvideo video {
    margin-left: -83px;
  }
}
.main-navigation__inner__logo {
  width: 100%;
  margin-top: 0;
  display: flex;
  max-height: 100px;
  padding: 30px 50px 0;
}
@media screen and (min-width: 1240px) {
  .main-navigation__inner__logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation__inner__logo {
    padding: 20px 30px 0;
    max-width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation__inner__logo {
    max-width: 200px;
  }
}
@media screen and (min-width: 481px) {
  .main-navigation__inner__logo {
    padding: 20px 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation__inner__logo {
    max-height: 130px;
  }
}
@media screen and (min-width: 1280px) {
  .main-navigation__inner__logo {
    padding-left: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .main-navigation__inner__logo {
    padding-right: var(--sidespacing);
  }
}
.main-navigation__inner__logo a {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main-navigation__inner__logo svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation__inner__logo svg {
    width: 250px;
    height: auto;
  }
}
.main-navigation__inner__navigation {
  width: 100%;
  display: flex;
  font-family: "Source Sans 3";
  margin-top: 30px;
  margin-bottom: 0px;
  flex-wrap: wrap;
  position: relative;
  min-height: 0;
  max-height: calc(100dvh - 250px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FF5000 transparent;
}
.main-navigation__inner__navigation::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.main-navigation__inner__navigation::-webkit-scrollbar-track {
  background: transparent;
}
.main-navigation__inner__navigation::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.main-navigation__inner__navigation::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 999px;
}
@media screen and (min-width: 1280px) {
  .main-navigation__inner__navigation {
    padding-left: 7dvw;
    padding-right: 7dvw;
    max-height: calc(100dvh - 250px);
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation__inner__navigation {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation__inner__navigation {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
  .main-navigation__inner__navigation {
    padding-left: 50px;
    padding-right: 50px;
    overflow-x: hidden;
    margin-bottom: 0;
    margin-top: 30px;
    max-height: calc(100dvh - 250px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .main-navigation__inner__navigation {
    max-height: calc(100dvh - 220px);
  }
}
.main-navigation__inner__navigation__primary {
  width: 100%;
  padding: 15px 0;
  height: max-content;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__navigation__primary {
    width: 60%;
    max-width: 620px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition-delay: 500ms;
  }
}
@media screen and (min-width: 1280px) {
  .main-navigation__inner__navigation__primary {
    padding-top: 30px;
  }
}
.main-navigation__inner__navigation__primary ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 767px) {
  .main-navigation__inner__navigation__primary ul {
    gap: 25px;
  }
}
.main-navigation__inner__navigation__primary ul li {
  list-style-type: none;
  position: relative;
}
.main-navigation__inner__navigation__primary ul li a, .main-navigation__inner__navigation__primary ul li button {
  background-color: transparent;
  border: 0;
  display: flex;
  text-align: left;
  align-items: center;
  gap: 20px;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #003B49;
  padding-right: 0px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__navigation__primary ul li a, .main-navigation__inner__navigation__primary ul li button {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #003B49;
  }
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__navigation__primary ul li a, .main-navigation__inner__navigation__primary ul li button {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .main-navigation__inner__navigation__primary ul li a, .main-navigation__inner__navigation__primary ul li button {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.main-navigation__inner__navigation__primary ul li ul {
  display: none;
}
.main-navigation__inner__navigation__primary ul li.menu-item-has-children a:after, .main-navigation__inner__navigation__primary ul li.menu-item-has-children button:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36.311" height="36.311" viewBox="0 0 36.311 36.311"><g id="Gruppe_19846" data-name="Gruppe 19846" transform="translate(0)"><g id="arrow-right" transform="translate(0)"><path id="Pfad_31" data-name="Pfad 31" d="M0,0H36.311V36.311H0Z" fill="none"/><path id="Pfad_32" data-name="Pfad 32" d="M5,12H26.182" transform="translate(2.565 6.156)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Pfad_33" data-name="Pfad 33" d="M13,21.078,22.078,12" transform="translate(6.669 6.156)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Pfad_34" data-name="Pfad 34" d="M13,6l9.078,9.078" transform="translate(6.669 3.078)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></g></g></svg>') center center no-repeat;
  margin-left: auto;
  opacity: 0.5;
  transition: all 300ms linear;
}
@media screen and (max-width: 767px) {
  .main-navigation__inner__navigation__primary ul li.menu-item-has-children a:after, .main-navigation__inner__navigation__primary ul li.menu-item-has-children button:after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}
.main-navigation__inner__navigation__primary ul li.menu-item-has-children a:hover:after, .main-navigation__inner__navigation__primary ul li.menu-item-has-children button:hover:after {
  opacity: 1;
}
.main-navigation__inner__navigation__secondary {
  opacity: 0;
  padding: 15px 0;
}
@media screen and (min-width: 480px) and (max-width: 959px) {
  .main-navigation__inner__navigation__secondary {
    padding: 30px 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 959px) {
  .main-navigation__inner__navigation__secondary {
    width: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    height: 100%;
    max-width: calc(100% - 35px);
  }
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__navigation__secondary {
    padding-left: 45px;
  }
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__navigation__secondary {
    width: calc(40% - 70px);
    padding-left: 70px;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .main-navigation__inner__navigation__secondary {
    padding-top: 30px;
  }
}
@media screen and (min-width: 300px) and (max-width: 959px) {
  .main-navigation__inner__navigation__secondary.active-navigation {
    pointer-events: all;
  }
}
.main-navigation__inner__navigation__secondary .secondary-nav__back {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  margin-bottom: 25px;
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__navigation__secondary .secondary-nav__back {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: white;
  }
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__navigation__secondary .secondary-nav__back {
    display: none;
  }
}
.main-navigation__inner__navigation__secondary .secondary-nav__back:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36.311" height="36.311" viewBox="0 0 36.311 36.311"><g id="Gruppe_19846" data-name="Gruppe 19846" transform="translate(0)"><g id="arrow-right" transform="translate(0)"><path id="Pfad_31" data-name="Pfad 31" d="M0,0H36.311V36.311H0Z" fill="none"/><path id="Pfad_32" data-name="Pfad 32" d="M5,12H26.182" transform="translate(2.565 6.156)" fill="none" stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Pfad_33" data-name="Pfad 33" d="M13,21.078,22.078,12" transform="translate(6.669 6.156)" fill="none" stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Pfad_34" data-name="Pfad 34" d="M13,6l9.078,9.078" transform="translate(6.669 3.078)" fill="none" stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></g></g></svg>') center center no-repeat;
  margin-left: auto;
  transform: rotate(180deg);
}
@media screen and (min-width: 748px) {
  .main-navigation__inner__navigation__secondary .secondary-nav__back:before {
    position: absolute;
    left: 0;
    transform: rotate(180deg) translate(calc(100% + 13px), 0);
  }
}
.main-navigation__inner__navigation__secondary ul {
  display: flex;
  flex-direction: column;
}
.main-navigation__inner__navigation__secondary ul li {
  list-style-type: none;
  padding: 12px;
}
.main-navigation__inner__navigation__secondary ul li.menu-item--overview a {
  font-weight: 600;
}
.main-navigation__inner__navigation__secondary ul li a, .main-navigation__inner__navigation__secondary ul li button {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #003B49;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
  width: max-content;
  max-width: 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__navigation__secondary ul li a, .main-navigation__inner__navigation__secondary ul li button {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #003B49;
  }
}
@media screen and (min-width: 1280px) {
  .main-navigation__inner__navigation__secondary ul li a, .main-navigation__inner__navigation__secondary ul li button {
    font-size: 30px;
    line-height: 1.2em;
  }
}
.main-navigation__inner__navigation__secondary ul li a:hover, .main-navigation__inner__navigation__secondary ul li button:hover {
  color: #FF5000;
}
.main-navigation__inner__navigation__secondary ul li.current-menu-item a {
  color: #FF5000;
}
@media screen and (min-width: 300px) and (max-width: 899px) {
  .main-navigation__inner__navigation__secondary.active-navigation {
    max-height: 100%;
    overflow: auto;
    pointer-events: all;
  }
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children {
  position: relative;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children a, .main-navigation__inner__navigation .level_0 .menu-item-has-children button {
  display: flex;
  align-items: center;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children a:after, .main-navigation__inner__navigation .level_0 .menu-item-has-children button:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227.932%22%20height%3D%2216.087%22%20viewBox%3D%220%200%2027.932%2016.087%22%3E%3Cg%20id%3D%22arrow-down%22%20transform%3D%22translate(-9.723%20-23.542)%22%20opacity%3D%220.5%22%3E%3Cpath%20id%3D%22Pfad_84%22%20data-name%3D%22Pfad%2084%22%20d%3D%22M11.845%2C0%2C0%2C11.845%22%20transform%3D%22translate(23.69%2025.664)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22/%3E%3Cpath%20id%3D%22Pfad_85%22%20data-name%3D%22Pfad%2085%22%20d%3D%22M0%2C0%2C11.845%2C11.845%22%20transform%3D%22translate(11.845%2025.664)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
  transition: all 300ms linear;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children .level_1 {
  display: none;
  position: absolute;
  z-index: -10;
  transition: all 0.3s ease-in-out;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children .level_1 .menu-item {
  padding: 12px 15px;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children .level_1 .menu-item a:after, .main-navigation__inner__navigation .level_0 .menu-item-has-children .level_1 .menu-item button:after {
  display: none !important;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children .level_1 .menu-item:hover a {
  color: #FF5000 !important;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children .level_1 .menu-item a {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.3s ease-in-out;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children .level_1 .menu-item + .menu-item {
  padding: 0 15px 12px;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children .show {
  display: block;
  position: relative;
  z-index: 1;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children:hover a:after, .main-navigation__inner__navigation .level_0 .menu-item-has-children:hover button:after {
  width: 22px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2227.932%22%20height%3D%2216.087%22%20viewBox%3D%220%200%2027.932%2016.087%22%3E%3Cg%20id%3D%22arrow-down%22%20transform%3D%22translate(-9.723%20-23.542)%22%3E%3Cpath%20d%3D%22M11.845%2C0%2C0%2C11.845%22%20transform%3D%22translate(23.69%2025.664)%22%20fill%3D%22none%22%20stroke%3D%22%23FF5000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22/%3E%3Cpath%20d%3D%22M0%2C0%2C11.845%2C11.845%22%20transform%3D%22translate(11.845%2025.664)%22%20fill%3D%22none%22%20stroke%3D%22%23FF5000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
  margin-left: 5px;
  transition: all 300ms linear;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children:hover .level_1 .menu-item a, .main-navigation__inner__navigation .level_0 .menu-item-has-children:hover .level_1 .menu-item button {
  display: flex;
  align-items: center;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children:hover .level_1 .menu-item a:after, .main-navigation__inner__navigation .level_0 .menu-item-has-children:hover .level_1 .menu-item button:after {
  display: none;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children:hover .level_1 .menu-item a:hover:after, .main-navigation__inner__navigation .level_0 .menu-item-has-children:hover .level_1 .menu-item button:hover:after {
  opacity: 1;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children:hover .level_1 .menu-item a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.main-navigation__inner__navigation .level_0 .menu-item-has-children:hover .level_1 .menu-item:hover a {
  color: #FF5000 !important;
}
.main-navigation__inner__pre-extension {
  width: 100%;
  display: flex;
  background-color: #fff;
  margin-top: -35px !important;
  max-width: 1640px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .main-navigation__inner__pre-extension {
    padding: 0 50px;
  }
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__pre-extension {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation__inner__pre-extension {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .main-navigation__inner__pre-extension {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .main-navigation__inner__pre-extension {
    padding: 0 0px 0px 0px;
  }
}
.main-navigation__inner__pre-extension__inner {
  padding: 30px 0;
  width: 100%;
  border-top: 2px solid rgba(112, 112, 112, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation__inner__pre-extension__inner__lang-switch {
  display: flex;
  flex-direction: row-reverse;
  height: 48px;
  align-items: center;
}
.main-navigation__inner__pre-extension__inner__lang-switch a {
  font-family: "Source Sans 3";
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #fff;
  padding: 7px 10px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.main-navigation__inner__pre-extension__inner__lang-switch a:first-of-type {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-radius: 0px 8px 8px 0;
}
.main-navigation__inner__pre-extension__inner__lang-switch a:first-of-type.acitve {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.main-navigation__inner__pre-extension__inner__lang-switch a:nth-of-type(2) {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  border-radius: 0px 8px 8px 0;
  border-radius: 8px 0 0 8px;
}
.main-navigation__inner__pre-extension__inner__lang-switch a:nth-of-type(2).acitve {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.main-navigation__inner__pre-extension__inner__lang-switch a.active {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
.main-navigation__inner__pre-extension__inner__lang-switch a:hover {
  background-color: #2757b8;
  color: #fff;
}
.main-navigation__inner__pre-extension__inner__tour-btn a {
  font-family: "Source Sans 3";
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  height: 48px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.main-navigation__inner__pre-extension__inner__tour-btn a:hover {
  color: #2757b8;
}
.main-navigation__inner__pre-extension__inner__tour-btn a:hover svg {
  animation: scalezoom infinite 1200ms;
}
@media screen and (min-width: 520px) {
  .main-navigation__inner__pre-extension {
    display: none;
  }
}
.main-navigation__inner__extensions {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: url(assets/img/background-themenbox-slider.jpg);
  background-size: cover;
  border-bottom: 30px solid #000;
  flex: 1;
  position: relative;
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__extensions {
    background: transparent;
    border-bottom: 0;
  }
}
.main-navigation__inner__extensions:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="257.874" height="444" viewBox="0 0 257.874 444"><path id="Pfad_35643" data-name="Pfad 35643" d="M304.213,17.523H172.433l119.1,157.531L166.211,461.523h124.1L424.086,175.054Z" transform="translate(-166.211 -17.523)" fill="%23fff" opacity="0.13" style="mix-blend-mode: overlay;isolation: isolate"/></svg>') center center no-repeat;
  aspect-ratio: 476/817;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: inline-block;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__extensions:after {
    display: none;
  }
}
.main-navigation__inner__extensions__contacts {
  display: flex;
  gap: 16px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .main-navigation__inner__extensions__contacts {
    margin: 35px 0;
  }
}
@media screen and (min-width: 900px) and (min-height: 900px) {
  .main-navigation__inner__extensions__contacts {
    margin: 35px 0;
  }
}
.main-navigation__inner__extensions__contacts__inner {
  width: 100%;
  display: flex;
  gap: 30px;
  max-width: 1640px;
  padding: 0 30px;
  margin: auto;
  flex-direction: column-reverse;
}
@media screen and (min-width: 480px) {
  .main-navigation__inner__extensions__contacts__inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__extensions__contacts__inner {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation__inner__extensions__contacts__inner {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .main-navigation__inner__extensions__contacts__inner {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .main-navigation__inner__extensions__contacts__inner {
    padding: 0 0px 0px 0px;
  }
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__extensions__contacts__inner {
    gap: 16px;
  }
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__extensions__contacts__inner {
    flex-direction: row;
    align-items: center;
  }
}
.main-navigation__inner__extensions__contacts ul {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.main-navigation__inner__extensions__contacts ul li {
  list-style-type: none;
}
.main-navigation__inner__extensions__contacts__socials a {
  width: 50px;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.main-navigation__inner__extensions__contacts__socials a:hover {
  background-color: #1E438E;
  color: #fff;
}
.main-navigation__inner__extensions__contacts__pages {
  font-family: "Source Sans 3";
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.main-navigation__inner__extensions__contacts__pages li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 180px;
  min-height: 50px;
  border-radius: 30px;
  background-color: #000;
  padding: 0 22px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-decoration: none;
}
.main-navigation__inner__extensions__contacts__pages li a:hover {
  background-color: #1E438E;
}
.main-navigation__inner__extensions__contacts__pages li a.phone {
  background-color: #FF5000;
}
.main-navigation__inner__extensions__contacts__pages li a.phone:hover {
  background-color: #ff7333;
}
.main-navigation__inner__extensions__footer {
  padding: 20px 0;
  margin-top: auto;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__extensions__footer {
    background-color: #000;
  }
}
.main-navigation__inner__extensions__footer__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1640px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .main-navigation__inner__extensions__footer__inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__extensions__footer__inner {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation__inner__extensions__footer__inner {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .main-navigation__inner__extensions__footer__inner {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .main-navigation__inner__extensions__footer__inner {
    padding: 0 0px 0px 0px;
  }
}
.main-navigation__inner__extensions__footer__inner ul {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-content: flex-start;
  width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__extensions__footer__inner ul {
    padding-top: 0px;
    flex-direction: row;
    gap: 35px;
  }
}
.main-navigation__inner__extensions__footer__inner ul li {
  list-style-type: none;
}
.main-navigation__inner__extensions__footer__inner ul li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-family: "Source Sans 3";
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.main-navigation__inner__extensions__footer__inner ul li a:hover {
  color: #000;
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__extensions__footer__inner ul li a:hover {
    color: #FF5000;
  }
}
.main-navigation__inner__decoration {
  display: none;
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  align-items: center;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__decoration {
    display: flex;
  }
}
.main-navigation__inner__decoration__inner {
  width: 100%;
  height: 100%;
  background: url(assets/img/iframe-bg.png) no-repeat center center;
  background-size: cover;
  max-height: 100dvh;
  opacity: 0.5;
  min-height: 100%;
}
@media screen and (min-width: 1480px) {
  .main-navigation__inner__decoration__inner {
    opacity: 1;
  }
}
@media screen and (orientation: portrait) {
  .main-navigation__inner__decoration__inner {
    display: none;
  }
}
.main-navigation__inner__footer {
  margin-top: auto;
}
.main-navigation .main-menu__left__inner__main-nav__inner {
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: all 0.3s ease-in-out;
}
.main-navigation .main-menu__left__inner__main-nav__inner {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.main-menu-wrp {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-menu-wrp .main-menu-wrp__inner-wrp {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .main-menu-wrp .main-menu-wrp__inner-wrp {
    margin-top: 0;
  }
}
.main-menu-wrp .main-menu-wrp__inner-wrp .main-menu__left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  z-index: 200;
}
.main-menu-wrp .main-menu-wrp__inner-wrp .main-menu__left .main-menu__left__inner-wrp {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-grow: 1;
}
.main-menu-wrp .main-menu-wrp__inner-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner__contacts {
  display: flex;
  gap: 15px;
  padding-top: 22px;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .main-menu-wrp .main-menu-wrp__inner-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner__contacts {
    position: absolute;
    top: 85px;
    left: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .main-menu-wrp .main-menu-wrp__inner-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner__contacts {
    top: 85px;
    position: absolute;
    left: 50px;
  }
}
.main-menu-wrp .main-menu-wrp__inner-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner__contacts a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: max-content;
  border-radius: 25px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.main-menu-wrp .main-menu-wrp__inner-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner__contacts a:hover i {
  opacity: 0.7;
}
.main-menu-wrp .main-menu-wrp__inner-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner__contacts a i {
  width: 38px;
  aspect-ratio: 1;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.main-menu-wrp .main-menu__left__inner__main-nav__inner {
  display: none;
}
.main-menu-wrp .main-menu__left__inner__logo {
  padding: 30px 50px 0;
}
@media screen and (min-width: 1200px) {
  .main-menu-wrp .main-menu__left__inner__logo img {
    width: 250px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-wrp .main-menu__left__inner__logo {
    padding: 20px 30px 0;
    max-width: 250px;
  }
  .main-menu-wrp .main-menu__left__inner__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .main-menu-wrp .main-menu__left__inner__logo {
    max-width: 200px;
  }
}
@media screen and (min-width: 481px) {
  .main-menu-wrp .main-menu__left__inner__logo {
    padding: 20px 50px 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-menu-wrp .main-menu__left__inner__logo {
    padding-left: var(--sidespacing);
  }
}
.main-menu-wrp .main-menu__left__inner__logo a {
  display: block;
  width: 100%;
  height: auto;
}
.main-menu-wrp .main-menu__right-main {
  display: flex;
  z-index: 200;
}
.main-menu-wrp .main-menu__right-main .border-grey {
  display: block;
  width: 105px;
  height: 97px;
  margin-right: -2px;
}
@media screen and (max-width: 1080px) {
  .main-menu-wrp .main-menu__right-main .border-grey {
    display: none;
  }
}
.main-menu-wrp .main-menu__right {
  display: flex;
  align-items: center;
  position: relative;
  width: max-content;
  height: max-content;
  padding-left: 30px;
  background-color: #ECEFF1;
  padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .main-menu-wrp .main-menu__right {
    background-color: transparent;
  }
}
.main-menu-wrp .main-menu__right .search-container {
  display: flex;
  position: relative;
  margin-right: 50px;
  width: 300px; /* anpassen */
}
@media screen and (max-width: 1080px) {
  .main-menu-wrp .main-menu__right .search-container {
    width: max-content;
    margin-right: 0;
  }
}
.main-menu-wrp .main-menu__right .search-container .search-submit {
  border: none;
  background: transparent;
  margin: 0;
  cursor: pointer;
}
.main-menu-wrp .main-menu__right .search-container input {
  width: 100%;
  padding: 10px 35px 10px 0;
  border: none;
  font-size: 16px;
  outline: none;
  background: transparent;
  border-bottom: 2px solid #ddd;
  color: #003B49;
}
@media screen and (max-width: 1080px) {
  .main-menu-wrp .main-menu__right .search-container input {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    color: #003B49;
  }
}
@media screen and (max-width: 1080px) {
  .main-menu-wrp .main-menu__right .search-container input {
    display: none;
    color: white;
  }
}
.main-menu-wrp .main-menu__right .search-container input::placeholder {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  color: #003B49;
}
@media screen and (max-width: 1080px) {
  .main-menu-wrp .main-menu__right .search-container input::placeholder {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    color: white;
  }
}
.home .main-menu-wrp .main-menu__right .search-container input {
  color: #003B49;
}
@media screen and (max-width: 1080px) {
  .home .main-menu-wrp .main-menu__right .search-container input {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    color: #003B49;
  }
}
.home .main-menu-wrp .main-menu__right .search-container input::placeholder {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  color: #003B49;
}
.main-menu-wrp .main-menu__right .search-container input::placeholder {
  color: #0f3d44;
  opacity: 1;
}
.main-menu-wrp .main-menu__right .search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ff4d00;
  font-size: 18px;
  pointer-events: none;
}
.main-menu-wrp .main-menu__right #border-orange {
  display: block;
  margin-right: -10px;
  width: 85px;
  height: 78px;
  margin-top: -2px;
}
@media screen and (max-width: 480px) {
  .main-menu-wrp .main-menu__right #border-orange {
    height: 79px;
    width: auto;
    margin-right: -1px;
  }
}
.main-menu-wrp .main-menu__right .border-grey {
  display: block;
  width: auto;
  height: 81px;
}
.main-menu-wrp .main-menu__right .header__navigation__menu-trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 200;
  cursor: pointer;
  border: none;
  background-color: #FF5000;
  height: max-content;
  padding: 30px 30px 30px 0;
  margin-top: -1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 481px) {
  .main-menu-wrp .main-menu__right .header__navigation__menu-trigger {
    padding: 30px 50px 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-menu-wrp .main-menu__right .header__navigation__menu-trigger {
    padding-right: var(--sidespacing);
  }
}
.main-menu-wrp .main-menu__right .header__navigation__menu-trigger span {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  color: white;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .main-menu-wrp .main-menu__right .header__navigation__menu-trigger span {
    display: none;
  }
}
.main-menu-wrp .main-menu__right .header__navigation__menu-trigger .header__navigation__menu-trigger__icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}
.main-menu-wrp .main-menu__right .header__navigation__menu-trigger .header__navigation__menu-trigger__icon i {
  position: absolute;
  left: 0;
  height: 2px;
  background: white;
  transition: all 0.3s ease-in-out;
}
.main-menu-wrp .main-menu__right .header__navigation__menu-trigger .header__navigation__menu-trigger__icon i:nth-child(1) {
  top: 0;
  width: 16px;
}
.main-menu-wrp .main-menu__right .header__navigation__menu-trigger .header__navigation__menu-trigger__icon i:nth-child(2) {
  top: 6px;
  width: 13px;
}
.main-menu-wrp .main-menu__right .header__navigation__menu-trigger .header__navigation__menu-trigger__icon i:nth-child(3) {
  top: 12px;
  width: 10px;
}
.main-menu-wrp .main-menu__right .header__navigation__menu-trigger:hover .header__navigation__menu-trigger__icon i {
  width: 16px;
}

@media screen and (max-width: 1080px) {
  .showSearch .main-menu__left {
    width: 0 !important;
  }
  .showSearch .main-menu__left__inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  .showSearch .main-navigation__inner__logo {
    visibility: hidden;
  }
  .showSearch .main-menu__right-main {
    flex-grow: 1;
  }
  .showSearch .main-menu__right-main .main-menu__right {
    background: linear-gradient(to bottom, rgba(0, 59, 73, 0.7) 0%, rgba(0, 59, 73, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    flex-grow: 1;
  }
  .showSearch .main-menu__right-main .search-container {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .showSearch .main-menu__right-main .search-container input::placeholder {
    color: white;
  }
}
@media screen and (max-width: 1080px) {
  .showSearch .main-menu__right .search-container input {
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
  .showSearch .main-menu__left__inner__contacts {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .showSearch .main-menu__left__inner__contacts {
    display: none !important;
  }
}

.opened {
  opacity: 1;
  pointer-events: all;
}
.opened .main-navigation__inner__navigation__primary {
  opacity: 1;
}
.opened .main-navigation__inner__navigation__primary .menu-item a,
.opened .main-navigation__inner__navigation__primary .menu-item button {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease-in-out;
}
.opened .main-navigation__inner__navigation__primary .menu-item:hover a,
.opened .main-navigation__inner__navigation__primary .menu-item:hover button {
  color: #FF5000;
}
.opened .main-navigation__inner__navigation__primary .menu-item:hover a:after,
.opened .main-navigation__inner__navigation__primary .menu-item:hover button:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36.311" height="36.311" viewBox="0 0 36.311 36.311"><g id="Gruppe_19846" data-name="Gruppe 19846" transform="translate(0)"><g id="arrow-right" transform="translate(0)"><path id="Pfad_31" data-name="Pfad 31" d="M0,0H36.311V36.311H0Z" fill="none"/><path id="Pfad_32" data-name="Pfad 32" d="M5,12H26.182" transform="translate(2.565 6.156)" fill="none" stroke="%23FF5000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Pfad_33" data-name="Pfad 33" d="M13,21.078,22.078,12" transform="translate(6.669 6.156)" fill="none" stroke="%23FF5000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Pfad_34" data-name="Pfad 34" d="M13,6l9.078,9.078" transform="translate(6.669 3.078)" fill="none" stroke="%23FF5000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></g></g></svg>') center center no-repeat;
  opacity: 1;
}
.opened .main-navigation__inner__navigation__primary .current-menu-item a,
.opened .main-navigation__inner__navigation__primary .current-menu-item button,
.opened .main-navigation__inner__navigation__primary .current-menu-parent a,
.opened .main-navigation__inner__navigation__primary .current-menu-parent button {
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in-out;
}
.opened .main-navigation__inner__navigation__primary .current-menu-item a:after,
.opened .main-navigation__inner__navigation__primary .current-menu-item button:after,
.opened .main-navigation__inner__navigation__primary .current-menu-parent a:after,
.opened .main-navigation__inner__navigation__primary .current-menu-parent button:after {
  opacity: 1;
}
.opened .main-navigation__inner__navigation__primary .current-menu-item:hover a,
.opened .main-navigation__inner__navigation__primary .current-menu-item:hover button,
.opened .main-navigation__inner__navigation__primary .current-menu-parent:hover a,
.opened .main-navigation__inner__navigation__primary .current-menu-parent:hover button {
  color: #FF5000;
}
.opened .main-navigation__inner__navigation__primary.has-active-secondary {
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .opened .main-navigation__inner__navigation__primary.has-active-secondary {
    opacity: 1;
  }
}
.opened .main-navigation__inner__navigation__secondary.active-navigation {
  opacity: 1;
  pointer-events: all;
}
.opened .main-navigation__inner__navigation__secondary.active-navigation .sub-menu-list .menu-item a,
.opened .main-navigation__inner__navigation__secondary.active-navigation .sub-menu-list .menu-item button {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease-in-out;
}
.opened .main-navigation__inner__navigation__secondary.active-navigation .sub-menu-list .menu-item:hover a,
.opened .main-navigation__inner__navigation__secondary.active-navigation .sub-menu-list .menu-item:hover button {
  color: #FF5000;
}
.opened .main-navigation__inner__navigation__secondary.active-navigation .sub-menu-list .current-menu-item a,
.opened .main-navigation__inner__navigation__secondary.active-navigation .sub-menu-list .current-menu-item button {
  color: white;
}
.opened .main-navigation__inner__footer span {
  color: white;
  display: block;
  margin-right: 30px;
}
.opened .main-navigation__inner__footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  display: flex;
  gap: 15px;
}
.opened .main-navigation__inner__footer ul li a {
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background-color: #FF5000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .opened .main-navigation__inner__footer ul li a {
    height: 36px;
  }
}
.opened .main-navigation__inner__footer ul li a:hover {
  background-color: #fff;
  color: #003B49;
}
.opened .header__navigation__menu-trigger__icon i:hover {
  width: 16px !important;
}
.opened .header__navigation__menu-trigger__icon i:nth-child(1) {
  width: 16px;
  transform: rotate(45deg) translate(3px, 5px);
}
.opened .header__navigation__menu-trigger__icon i:nth-child(2) {
  opacity: 0;
}
.opened .header__navigation__menu-trigger__icon i:nth-child(3) {
  width: 16px !important;
  transform: rotate(-45deg) translate(3px, -6px);
}
.opened .external-link-icon {
  vertical-align: middle;
  fill: currentColor;
  width: 30px;
  height: 30px;
}

.footer {
  background-color: #003B49;
  position: relative;
  display: flex;
  min-height: 575px;
  max-width: 100dvw;
  overflow-y: visible;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 100px;
  }
}
.footer__totop {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.footer__totop__btn {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__totop__btn {
    height: 65px;
  }
}
.footer__totop__btn button {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: #FF5000;
}
@media screen and (max-width: 767px) {
  .footer__totop__btn button {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #fff;
  }
}
.footer__totop__btn button div {
  background: #FF5000;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 50px 0 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (min-width: 1280px) {
  .footer__totop__btn button div {
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .footer__totop__btn button div {
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .footer__totop__btn button div {
    padding: 0 50px 0 0;
  }
}
.footer__totop__btn button div span {
  color: #fff;
  display: block;
  min-width: 160px;
}
@media screen and (max-width: 480px) {
  .footer__totop__btn button div span {
    display: none;
  }
}
.footer__totop__btn button #corner {
  height: 85px;
  width: auto;
  transform: translate(2px, 0);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 767px) {
  .footer__totop__btn button #corner {
    transition: none;
    width: 63px;
    height: 67px;
  }
}
.footer__totop__btn .top-button__sticky svg {
  transition: all 0.12s ease-in-out;
  margin-top: 0;
}
.footer__totop__btn:hover .top-button__sticky svg {
  margin-top: -3px;
}
.footer__footer__end {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .footer__footer__end {
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 767px) {
  .footer__footer__end {
    position: relative;
    flex-direction: column;
  }
}
.footer__footer__end__copyright {
  position: relative;
  padding: 0 0 0 50px;
  border: 0;
  background: #26616F;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  min-height: 85px;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (min-width: 1280px) {
  .footer__footer__end__copyright {
    padding-left: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .footer__footer__end__copyright {
    order: 2;
    padding: 0 30px;
    min-height: 50px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .footer__footer__end__copyright {
    order: 2;
    padding: 0 50px;
    min-height: 50px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
  }
}
.footer__footer__end__copyright:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="85.137" height="85.199" viewBox="0 0 85.137 85.199"><g id="Gruppe_20050" data-name="Gruppe 20050" transform="translate(54 0.779)"><g id="Gruppe_20930" data-name="Gruppe 20930" transform="translate(-54)"><path id="Pfad_33298" data-name="Pfad 33298" d="M0,0,85.137-.779v85.2H74.559A37.192,37.192,0,0,1,43.272,67.335Z" fill="%2326616F"/></g></g></svg>');
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 85/85;
  content: "";
  display: block;
  width: 85px;
  position: absolute;
  pointer-events: none;
  right: 0;
  transform: translate(85px, 0) rotate(180deg);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 767px) {
  .footer__footer__end__copyright:after {
    aspect-ratio: 50/50;
    width: 50px;
    transform: translate(50px, 0) rotate(180deg);
    background-size: contain;
  }
}
.footer__footer__end__social {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-right: 50px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .footer__footer__end__social {
    order: 1;
    margin-right: 0;
    padding: 0 30px 30px;
    justify-content: flex-end;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    color: #fff;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .footer__footer__end__social {
    order: 1;
    margin-right: 0;
    padding: 0 50px 30px;
    justify-content: flex-end;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    color: #fff;
  }
}
@media screen and (min-width: 1281px) {
  .footer__footer__end__social {
    margin-right: 0;
  }
}
.footer__footer__end__social ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  display: flex;
  gap: 20px;
}
.footer__footer__end__social ul li a {
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background-color: #FF5000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
}
.footer__footer__end__social ul li a:hover {
  background-color: #fff;
  color: #003B49;
}
.footer .bg {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.footer .bg:after {
  position: absolute;
  bottom: 0;
  right: 5%;
  background: url(assets/img/iframe-bg.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  width: 500px;
  content: "";
  display: block;
  height: 250px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .footer .bg:after {
    top: unset;
    right: 0;
    bottom: 48px;
    width: 135%;
    height: 70vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .footer .bg:after {
    top: unset;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 200px;
  }
}
.footer__inner {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .footer__inner {
    margin: 0 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  .footer__inner {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .footer__inner {
    margin: 0 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    padding-right: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    padding-left: var(--sidespacing);
  }
}
.footer__inner__cols {
  width: calc(100% - 50px);
  max-width: 1320px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner__cols {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .footer__inner__cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
}
.footer__inner__cols__col {
  width: 30%;
  max-width: 300px;
  min-height: 100px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer__inner__cols__col {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .footer__inner__cols__col {
    width: 50%;
    max-width: 300px;
    min-height: 100px;
    margin-bottom: 50px;
  }
}
.footer__inner__cols__col__headline {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 30px;
  display: block;
}
@media screen and (max-width: 480px) {
  .footer__inner__cols__col__headline {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
  }
}
.footer__inner__cols__col ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}
.footer__inner__cols__col ul li a {
  position: relative;
  display: block;
  padding-left: 40px;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 480px) {
  .footer__inner__cols__col ul li a {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    color: #fff;
  }
}
.footer__inner__cols__col ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url('data:image/svg+xml,<svg id="arrow-right" xmlns="http://www.w3.org/2000/svg" width="23.669" height="23.669" viewBox="0 0 23.669 23.669"><path id="Pfad_31" data-name="Pfad 31" d="M0,0H23.669V23.669H0Z" fill="none"/><path id="Pfad_32" data-name="Pfad 32" d="M5,12H18.807" transform="translate(-0.069 -0.166)" fill="none" stroke="%23ff5000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_33" data-name="Pfad 33" d="M13,17.917,18.917,12" transform="translate(-0.179 -0.166)" fill="none" stroke="%23ff5000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_34" data-name="Pfad 34" d="M13,6l5.917,5.917" transform="translate(-0.179 -0.083)" fill="none" stroke="%23ff5000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>') center center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
}
.footer__inner__cols__col ul li a:hover {
  color: #FF5000;
}
.footer__inner__cols__col ul li a:hover:before {
  animation: back_forwards 1000ms infinite;
}
.footer__inner__cols__col .hidden {
  display: none;
}
.footer__inner__cols__col .footer__logo-col__address {
  padding-top: 20px;
  display: flex;
  gap: 8px;
}
.footer__inner__cols__col .footer__logo-col__address__content span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.footer__inner__cols__col .footer__logo-col__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 25px;
}
.footer__inner__cols__col .footer__logo-col__contacts a {
  width: 232px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 7px 19px 19px;
  background-color: #26616F;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.footer__inner__cols__col .footer__logo-col__contacts a:hover {
  background-color: #fff;
  color: #003B49;
}
.footer__inner__cols__col .footer__logo-col__contacts a i {
  width: 38px;
  aspect-ratio: 1;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .external-link-icon {
  vertical-align: middle;
  fill: currentColor;
  width: 20px;
  height: 20px;
}

.top-button__sticky {
  position: absolute;
  top: -23px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .top-button__sticky {
    padding-right: var(--sidespacing);
  }
}
.top-button__sticky button {
  border: 0;
  background-color: #003B49;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 46px;
  min-height: 46px;
  aspect-ratio: 1;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .top-button__sticky button {
    margin-right: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .top-button__sticky button {
    margin-right: 50px;
  }
}
.top-button__sticky button:hover {
  background-color: #26616F;
}
.top-button__sticky button a {
  width: 26px;
  height: 26px;
}
.top-button__sticky button svg {
  transform: rotate(180deg);
}

.single-news__post-body {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .single-news__post-body {
    padding-right: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .single-news__post-body {
    padding-left: var(--sidespacing);
  }
}
@media screen and (min-width: 481px) {
  .single-news__post-body {
    padding: 0 50px;
  }
}

.single-news__post-body__mdl-wrp {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 100px;
}
@media screen and (min-width: 1180px) {
  .single-news__post-body__mdl-wrp {
    max-width: 1080px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .single-news__post-body__mdl-wrp {
    max-width: 1080px;
  }
}
.single-news__post-body__mdl-wrp:last-child {
  margin-bottom: 0;
}
.single-news__post-body__mdl-wrp .mdl-text__outer-wrp, .single-news__post-body__mdl-wrp .mdl-downloads__outer-wrp, .single-news__post-body__mdl-wrp .mdl-links__outer-wrp, .single-news__post-body__mdl-wrp .mdl-notification-box__outer-wrp, .single-news__post-body__mdl-wrp .mdl-contact-box__outer-wrp, .single-news__post-body__mdl-wrp .mdl-video__outer-wrp {
  width: 100%;
  padding: 0;
  margin: 0;
}
.single-news__post-body__mdl-wrp .mdl-text__outer-wrp .module_title, .single-news__post-body__mdl-wrp .mdl-downloads__outer-wrp .module_title, .single-news__post-body__mdl-wrp .mdl-links__outer-wrp .module_title, .single-news__post-body__mdl-wrp .mdl-notification-box__outer-wrp .module_title, .single-news__post-body__mdl-wrp .mdl-contact-box__outer-wrp .module_title, .single-news__post-body__mdl-wrp .mdl-video__outer-wrp .module_title {
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1180px) {
  .single-news__post-body__mdl-wrp .mdl_theme_box__outer-wrp {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-news__post-body__mdl-wrp .mdl-text__outer-wrp .mdl-text__content__selection--element {
  max-width: 1080px;
}
.single-news__post-body__mdl-wrp .mdl-text__outer-wrp .mdl-text__content__selection--element .wp-caption {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.single-news__post-body__mdl-wrp .mdl-text__outer-wrp .mdl-text__content__selection--element .wp-caption img {
  display: block;
  width: 100%;
  height: auto;
}

.single-news__outer-wrp {
  margin-top: 35px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .single-news__outer-wrp {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1180px) {
  .single-news__outer-wrp {
    margin-top: 50px;
  }
}
.single-news__outer-wrp .single-news__post-head {
  margin: auto;
  max-width: 1260px;
  padding: 0 10px 0px 10px;
}
@media screen and (min-width: 400px) {
  .single-news__outer-wrp .single-news__post-head {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .single-news__outer-wrp .single-news__post-head {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .single-news__outer-wrp .single-news__post-head {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .single-news__outer-wrp .single-news__post-head {
    padding: 0 0 0 0px;
  }
}
.single-news__outer-wrp .single-news__post-head__inner__head-navigation {
  margin-bottom: 55px;
  font-family: "Source Sans 3";
}
.single-news__outer-wrp .single-news__post-head__inner__head-navigation a {
  max-width: 220px;
  width: max-content;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  padding: 12px 22px 12px 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
.single-news__outer-wrp .single-news__post-head__inner__head-navigation a:hover {
  background-color: #1E438E;
}
.single-news__outer-wrp .single-news__post-head__inner__headline {
  font-family: "Source Sans 3";
}
.single-news__outer-wrp .single-news__post-head__inner__headline h1 {
  display: block;
}
@media screen and (min-width: 900px) {
  .single-news__outer-wrp .single-news__post-head__inner__headline h1 {
    display: flex;
    flex-direction: column;
  }
}
.single-news__outer-wrp .single-news__post-head__inner__headline h1 strong {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 600px) {
  .single-news__outer-wrp .single-news__post-head__inner__headline h1 strong {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
  }
}
@media screen and (min-width: 960px) {
  .single-news__outer-wrp .single-news__post-head__inner__headline h1 strong {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    color: #000;
  }
}
.single-news__outer-wrp .single-news__post-head__inner__headline h1 span {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 600px) {
  .single-news__outer-wrp .single-news__post-head__inner__headline h1 span {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #000;
  }
}
@media screen and (min-width: 960px) {
  .single-news__outer-wrp .single-news__post-head__inner__headline h1 span {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    color: #000;
  }
}
.single-news__outer-wrp .single-news__post-head__inner__meta-navigation {
  padding: 20px 0 35px 0;
}
.single-news__outer-wrp .single-news__post-head__inner__meta-navigation .post-badge {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 30px;
  background-color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Source Sans 3";
  text-transform: uppercase;
  min-width: 72px;
  justify-content: center;
  align-items: center;
}
.single-news__outer-wrp .single-news__post-head__inner__meta-navigation .post-badge--new {
  background-color: #1E438E;
}
.single-news__outer-wrp .single-news__post-head__inner__postimg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 40px;
}
.single-news__outer-wrp .single-news__post-head__inner__postimg img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.single-news__outer-wrp .single-news__post-head__inner__postimg__caption {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  font-family: "Source Sans 3";
}
@media screen and (min-width: 600px) {
  .single-news__outer-wrp .single-news__post-head__inner__postimg__caption {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
  }
}

.sph {
  position: relative;
  width: 100%;
}
.sph .corner {
  position: absolute;
  top: -94px;
  width: 60%;
  height: 95px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .sph .corner {
    top: -48px;
    height: 50px;
  }
}
.sph .corner:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="95" height="95" viewBox="0 0 85.137 85.199"><g id="Gruppe_20050" data-name="Gruppe 20050" transform="translate(54 0.779)"><g id="Gruppe_20930" data-name="Gruppe 20930" transform="translate(-54)"><path id="Pfad_33298" data-name="Pfad 33298" d="M0,0,85.137-.779v85.2H74.559A37.192,37.192,0,0,1,43.272,67.335Z" fill="%23FFFFFF"/></g></g></svg>');
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 95/95;
  content: "";
  display: block;
  width: 95px;
  position: absolute;
  pointer-events: none;
  right: 0;
  transform: translate(85px, 0) rotate(180deg);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 767px) {
  .sph .corner:after {
    aspect-ratio: 50/50;
    width: 50px;
    transform: translate(50px, 0) rotate(180deg);
    background-size: contain;
  }
}
.sph__inner {
  position: relative;
  max-width: 100%;
  padding: 0 50px;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .sph__inner {
    padding-left: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .sph__inner {
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .sph__inner {
    padding: 0 30px;
  }
}
.sph__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.sph__title {
  font-size: clamp(28px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.1;
  color: #003B49;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) {
  .sph__title {
    margin-bottom: 55px;
  }
}
.sph__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 59, 73, 0.15);
}
@media screen and (min-width: 768px) {
  .sph__nav {
    padding: 28px 0 36px;
  }
}
.sph__nav__arrows {
  grid-column: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.sph__nav__arrows .sph-circle svg {
  transform: rotate(0);
}

.sph-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border-radius: 7px;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.sph-badge--new {
  background-color: #FF5000;
  color: #fff;
}
.sph-badge--date {
  background-color: #003B49;
  color: #fff;
  font-weight: 700;
  text-transform: none;
}

.sph-categories {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sph-categories .sph-circle {
  width: 32px;
  height: 32px;
  padding: 5px;
  background: #FF5000;
}
.sph-categories__icon {
  color: #FF5000;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.sph-categories__item {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 400;
  color: #FF5000;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sph-categories__item {
    font-size: 18px;
  }
}
.sph-categories__sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(0, 59, 73, 0.3);
  align-self: center;
}

.sph-back-btn {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background-color: #003B49;
  color: #fff;
  border-radius: 50px;
  padding: 10px 24px 10px 10px;
  text-decoration: none;
  font-family: "Source Sans 3";
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .sph-back-btn {
    font-size: 18px;
    padding: 10px 26px 10px 12px;
  }
}
.sph-back-btn:hover {
  background-color: #26616F;
}

.sph-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  flex-shrink: 0;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
@media screen and (min-width: 768px) {
  .sph-circle {
    width: 35px;
    height: 35px;
  }
}
.sph-circle svg {
  display: block;
  transform: rotate(180deg);
}
.sph-circle--orange {
  background-color: #FF5000;
  color: #fff;
}
.sph-circle--orange:hover:not(.sph-circle--disabled) {
  background-color: #ff7333;
}
.sph-circle--teal {
  background-color: #003B49;
  color: #fff;
}
.sph-circle--teal:hover:not(.sph-circle--disabled) {
  background-color: #26616F;
}
.sph-circle--disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.single-positionen__outer-wrp {
  margin-top: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-positionen__outer-wrp {
    margin-top: 75px;
  }
}
@media screen and (min-width: 1180px) {
  .single-positionen__outer-wrp {
    margin-top: 100px;
  }
}

.sph--ansprechpartner {
  margin-bottom: 50px;
}
.sph--ansprechpartner .sph__title {
  padding: 50px 0 10px;
  margin-bottom: 0;
}
.sph--ansprechpartner .sph__position {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  color: #FF5000;
  text-transform: uppercase;
}

.ansprechpartner-single {
  padding: 0 50px;
}
@media screen and (max-width: 480px) {
  .ansprechpartner-single {
    padding: 0 30px;
  }
}

.positionen-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .positionen-filter {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 768px) {
  .positionen-filter {
    padding: 100px 50px 0;
  }
}
@media screen and (min-width: 1280px) {
  .positionen-filter {
    padding-right: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .positionen-filter {
    padding-left: var(--sidespacing);
  }
}
.positionen-filter__item {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 50px;
  border: 2px solid #003B49;
  color: #003B49;
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.positionen-filter__item:hover, .positionen-filter__item--active {
  background-color: #003B49;
  color: #fff;
}

.category-news-more-wrp {
  display: flex;
  padding: 40px 0 60px;
  margin: 0 auto;
}

#load-more {
  display: inline-block;
  margin-top: 30px;
  background-color: #003B49;
  border-radius: 30px;
  border: 2px solid #003B49;
  display: inline-flex;
  padding: 6px 13px 6px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
}
#load-more .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#load-more span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
#load-more:hover {
  background-color: transparent;
}
#load-more:hover span {
  color: #003B49;
}
#load-more:hover .btn__icon {
  margin-left: 15px;
}
#load-more:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
#load-more.is-loading {
  opacity: 0.65;
  cursor: wait;
  pointer-events: none;
}

.category__content-wrp {
  padding: 50px 30px 0;
}
@media screen and (min-width: 481px) {
  .category__content-wrp {
    margin: 0 auto;
    padding: 100px 50px 0;
  }
}
@media screen and (min-width: 1280px) {
  .category__content-wrp {
    padding-right: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .category__content-wrp {
    padding-left: var(--sidespacing);
  }
}

.category-news {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .category-news {
    margin: 0 auto;
  }
}
.category-news::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(0, 59, 73, 0.12);
}

.pos-card {
  position: relative;
  padding: 0 0 30px 40px;
}
@media screen and (min-width: 481px) and (max-width: 1179px) {
  .pos-card {
    padding: 0 0 50px 40px;
  }
}
@media screen and (min-width: 1180px) {
  .pos-card {
    padding: 0 0 40px 48px;
  }
}
.pos-card:hover .pos-card__bullet {
  background-color: #FF5000;
}
.pos-card__bullet {
  position: absolute;
  left: 0;
  top: 28px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #FF5000;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1180px) {
  .pos-card__bullet {
    left: 0;
  }
}
.pos-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background-color: #F2F1F1;
  border: 2px solid transparent;
  border-bottom-left-radius: 25px;
  padding: 24px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 767px) {
  .pos-card__inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .pos-card__inner {
    padding: 30px 32px;
  }
}
.pos-card__inner:hover {
  border: 2px solid #FF5000;
}
.pos-card__inner:hover .pos-card__title {
  color: #FF5000;
}
.pos-card .pos-card__inner-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .pos-card .pos-card__inner-main {
    display: flex;
    flex-direction: row;
  }
}
.pos-card__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .pos-card__content {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .pos-card__content {
    max-width: 80%;
  }
}
.pos-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .pos-card__meta {
    max-width: max-content;
  }
}
@media screen and (min-width: 1025px) {
  .pos-card__meta {
    align-items: flex-start;
  }
}
.pos-card__title {
  font-family: "Source Sans 3";
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #003B49;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.pos-card .post-preview {
  font-family: "Source Sans 3";
  font-size: 20px;
  line-height: 1.5;
  color: rgba(0, 59, 73, 0.75);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pos-card .post-preview {
    font-size: 18px;
  }
}
.pos-card__link {
  display: inline-block;
  margin-top: 30px;
  background-color: #003B49;
  border-radius: 30px;
  border: 2px solid #003B49;
  display: inline-flex;
  padding: 6px 13px 6px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
}
.pos-card__link .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.pos-card__link span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.pos-card__link:hover {
  background-color: transparent;
}
.pos-card__link:hover span {
  color: #003B49;
}
.pos-card__link:hover .btn__icon {
  margin-left: 15px;
}
.pos-card__link:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.pos-card__image {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  order: 1;
  display: block;
  border-bottom-left-radius: 30px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .pos-card__image {
    width: 100%;
    max-width: 33.33%;
    height: auto;
    margin-top: 0;
    border-bottom-left-radius: 0;
  }
}
.pos-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.error404 {
  position: relative;
  background-color: #003B49;
  height: 100dvh;
  min-height: max-content;
}
.error404:before {
  content: url("");
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background: url(assets/img/iframe-bg.png) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
}
@media screen and (min-width: 1480px) {
  .error404:before {
    opacity: 1;
  }
}
@media screen and (orientation: portrait) {
  .error404:before {
    display: none;
  }
}
.error404 .wrap_404_page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.error404 .page404 {
  padding: 200px 50px 150px;
}
.error404 .page404 .page404__infotxt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.error404 .page404 .page404__infotxt h1 {
  display: block;
  font-size: 260px;
  line-height: 1em;
  color: #FF5000;
  margin-bottom: 50px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .error404 .page404 .page404__infotxt h1 {
    font-size: 180px;
  }
}
.error404 .page404 .page404__infotxt p {
  display: block;
  text-align: center;
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .error404 .page404 .page404__infotxt p {
    font-size: 30px;
  }
}
.error404 .page404 .page404__infotxt a.btn {
  display: inline-block;
  justify-content: space-between;
  background-color: #26616F;
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 13px 13px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
  min-width: 250px;
}
.error404 .page404 .page404__infotxt a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.error404 .page404 .page404__infotxt a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.error404 .page404 .page404__infotxt a.btn:hover {
  background-color: #fff;
}
.error404 .page404 .page404__infotxt a.btn:hover span {
  color: #003B49;
}
.error404 .page404 .page404__infotxt a.btn:hover .btn__icon {
  margin-left: 15px;
}
.error404 .page404 .page404__infotxt a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.error404 #footer-bottom {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .error404 #footer-bottom {
    display: none;
  }
}

.hy-flockler-wrp {
  padding: 70px var(--sidespacing) 80px;
}
@media screen and (min-width: 768px) {
  .hy-flockler-wrp {
    padding-bottom: 130px;
  }
}
.hy-flockler-wrp__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 2px solid #FF5000;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hy-flockler-wrp__header {
    padding-bottom: 22px;
    margin-bottom: 50px;
  }
}
.hy-flockler-wrp__headline {
  font-family: "Source Sans 3";
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 700;
  color: #003B49;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
}
.hy-flockler-wrp__social-icons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.hy-flockler-wrp__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #003B49;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
@media screen and (min-width: 768px) {
  .hy-flockler-wrp__social-btn {
    width: 44px;
    height: 44px;
  }
}
.hy-flockler-wrp__social-btn svg {
  width: 16px;
  height: auto;
  display: block;
}
.hy-flockler-wrp__social-btn:hover {
  background-color: #26616F;
}
.hy-flockler-wrp .fl-load-more-section,
.hy-flockler-wrp [class*=load-more] {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.hy-flockler-wrp .fl-load-more-button,
.hy-flockler-wrp [class*=load-more-button] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #FF5000;
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  padding: 13px 28px;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.hy-flockler-wrp .fl-load-more-button:hover,
.hy-flockler-wrp [class*=load-more-button]:hover {
  background-color: transparent !important;
}
.hy-flockler-wrp .flockler-wall_v2-items a.flockler-btn-load-more {
  display: inline-block !important;
  background-color: #003B49 !important;
  border-radius: 30px !important;
  border: 2px solid #003B49 !important;
  display: inline-flex !important;
  padding: 15px 60px 15px 20px !important;
  align-items: center !important;
  gap: 20px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Source Sans 3" !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: all 0.3s linear !important;
  width: max-content !important;
  margin: 0 auto !important;
  bottom: -30px !important;
}
@media screen and (max-width: 480px) {
  .hy-flockler-wrp .flockler-wall_v2-items a.flockler-btn-load-more {
    font-size: 16px !important;
    padding: 15px 60px 15px 20px !important;
  }
}
.hy-flockler-wrp .flockler-wall_v2-items a.flockler-btn-load-more:before {
  content: "";
  display: blocK;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 38px;
  height: 38px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg id='Gruppe_7' data-name='Gruppe 7' transform='translate(-0.5)'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='19' cy='19' r='19' transform='translate(0.5)' fill='%23ff5000'/%3E%3Cg id='arrow-right' transform='translate(30.138 8.051) rotate(90)'%3E%3Cpath id='Pfad_113' data-name='Pfad 113' d='M5,12H17.992' transform='translate(-0.36 -0.864)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Pfad_114' data-name='Pfad 114' d='M13,17.568,18.568,12' transform='translate(-0.936 -0.864)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Pfad_115' data-name='Pfad 115' d='M13,6l5.568,5.568' transform='translate(-0.936 -0.432)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .hy-flockler-wrp .flockler-wall_v2-items a.flockler-btn-load-more:before {
    width: 30px;
    height: 30px;
    top: 7px;
  }
}
.hy-flockler-wrp .flockler-wall_v2-items a.flockler-btn-load-more:hover {
  background-color: #fff;
  color: #003B49 !important;
}
.hy-flockler-wrp .flockler-wall_v2-items a.flockler-btn-load-more:hover span {
  color: #003B49;
}

.search .search-results__main {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .search .search-results__main {
    padding-right: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .search .search-results__main {
    padding-left: var(--sidespacing);
  }
}
@media screen and (max-width: 1279px) {
  .search .search-results__main {
    margin: 0 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  .search .search-results__main {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}
.search .search-results__main h2 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.search .search-results__main h2 span {
  color: #FF5000;
  font-style: italic;
}
.search .search-results__main .search-results__list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.search .search-results__main .search-results__list li {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
  hyphens: auto;
  width: calc(25% - 20px);
  border-bottom-right-radius: 30px;
  box-shadow: 2px 2px 7px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .search .search-results__main .search-results__list li {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .search .search-results__main .search-results__list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 580px) {
  .search .search-results__main .search-results__list li {
    width: 100%;
  }
}
.search .search-results__main .search-results__list li:hover {
  box-shadow: 2px 2px 7px 5px rgba(255, 80, 0, 0.3);
  transform: scale(1.03);
}
.search .search-results__main .search-results__list li:hover .btn__icon svg {
  transform: scale(1.2);
}
.search .search-results__main .search-results__list li .btn__icon {
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  height: 30px;
  width: 30px;
  transition: all 300ms linear;
  margin-top: -3px;
  margin-right: 10px;
}
.search .search-results__main .search-results__list li .btn__icon svg {
  transition: all 300ms linear;
  transform: scale(1);
  height: 20px;
  width: 20px;
}
.search .search-results__main .search-results__list li article a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.search .search-results__main .search-results__list li article a:hover h3,
.search .search-results__main .search-results__list li article a:hover p {
  color: #26616F;
}
.search .search-results__main .search-results__list li article a:hover span {
  color: #ff7333;
}
.search .search-results__main .search-results__list li article a h3 {
  display: block;
  font-size: 24px;
  color: #003B49;
  line-height: 1.2em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .search .search-results__main .search-results__list li article a h3 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 8px;
  }
}
.search .search-results__main .search-results__list li article a span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FF5000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .search .search-results__main .search-results__list li article a span {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.search .search-results__main .search-results__list li article a p {
  font-size: 20px;
  color: #003B49;
  line-height: 1.5em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .search .search-results__main .search-results__list li article a p {
    font-size: 18px;
    line-height: 1.2em;
  }
}

.frontpage_header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .frontpage_header {
    overflow: hidden;
  }
}
.frontpage_header .frontpage_header_textwrp {
  margin-top: 250px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .frontpage_header .frontpage_header_textwrp {
    padding: 0 30px;
    margin-top: 150px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .frontpage_header .frontpage_header_textwrp {
    padding: 0 50px;
    margin-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .frontpage_header .frontpage_header_textwrp {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1280px) {
  .frontpage_header .frontpage_header_textwrp {
    padding-left: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .frontpage_header .frontpage_header_textwrp {
    padding-right: var(--sidespacing);
  }
}
.frontpage_header .frontpage_header_textwrp h1 {
  color: #003B49;
  display: block;
  font-size: 90px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .frontpage_header .frontpage_header_textwrp h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .frontpage_header .frontpage_header_textwrp h1 {
    font-size: 56px;
  }
}
.frontpage_header .frontpage_header_textwrp p {
  color: #003B49;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 600;
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .frontpage_header .frontpage_header_textwrp p {
    font-size: 24px;
    max-width: 100%;
  }
}
.frontpage_header .frontpage_header_textwrp a.btn {
  display: inline-block;
  margin-top: 30px;
  background-color: #003B49;
  border: 2px solid #003B49;
  border-radius: 30px;
  display: inline-flex;
  padding: 6px 13px 6px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
}
.frontpage_header .frontpage_header_textwrp a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 480px) {
  .frontpage_header .frontpage_header_textwrp a.btn .btn__icon {
    width: 30px;
  }
  .frontpage_header .frontpage_header_textwrp a.btn .btn__icon svg {
    width: 20px;
    height: 20px;
  }
}
.frontpage_header .frontpage_header_textwrp a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .frontpage_header .frontpage_header_textwrp a.btn span {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
  }
}
.frontpage_header .frontpage_header_textwrp a.btn:hover {
  background-color: #fff;
}
.frontpage_header .frontpage_header_textwrp a.btn:hover span {
  color: #003B49;
}
.frontpage_header .frontpage_header_textwrp a.btn:hover .btn__icon {
  margin-left: 15px;
}
.frontpage_header .frontpage_header_textwrp a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.frontpage_header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .frontpage_header .header-bg {
    left: unset;
    right: 0;
    width: 200%;
    height: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .frontpage_header .header-bg {
    width: 200%;
    height: 100%;
    left: unset;
    right: -50%;
  }
}
.frontpage_header .header-bg .lottie-player {
  display: block;
  width: 100%;
  height: auto;
}
.frontpage_header picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .frontpage_header picture {
    height: 100%;
    left: unset;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .frontpage_header picture {
    right: -50%;
  }
}
.frontpage_header picture img {
  display: block;
  width: 99.8%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .frontpage_header picture img {
    position: absolute;
    display: block;
    width: 200%;
    height: 100%;
    right: 0;
    opacity: 0.6;
  }
}
.frontpage_header .frontpage_header__infobox-container {
  align-self: flex-end;
  padding-right: 50px;
  z-index: 3;
  display: flex;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .frontpage_header .frontpage_header__infobox-container {
    position: absolute;
    bottom: -100px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .frontpage_header .frontpage_header__infobox-container {
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .frontpage_header .frontpage_header__infobox-container {
    align-self: flex-start;
    padding: 0 30px;
    max-width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .frontpage_header .frontpage_header__infobox-container {
    align-self: flex-start;
    padding: 0 50px;
    max-width: 100%;
    margin-top: 50px;
  }
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox {
  width: max-content;
  max-width: 330px;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  line-height: 1.4em;
  overflow: hidden;
  background-color: #003B49;
}
@media screen and (max-width: 480px) {
  .frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox {
    max-width: 100%;
    width: 100%;
  }
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox .frontpage_header__infobox__headerwrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 14px 0;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox .frontpage_header__infobox__headerwrp .title-container {
  display: flex;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox .frontpage_header__infobox__headerwrp .titlewrp {
  display: flex;
  align-items: center;
  padding: 12px 10px 12px 20px;
  background-color: #FF5000;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox .frontpage_header__infobox__headerwrp .titlewrp svg {
  display: block;
  margin-right: 8px;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox .frontpage_header__infobox__headerwrp #corner {
  transform: scaleX(-1) translateX(1px);
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox .frontpage_header__infobox__contentwrp {
  padding: 0 20px 15px;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox .infoboxToggle {
  background: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  cursor: pointer;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox .infoboxToggle:hover {
  transform: scale(1.2);
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn {
  display: inline-block;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 20px;
  background-color: #FF5000;
  border: 2px solid #FF5000;
  border-radius: 30px;
  display: inline-flex;
  padding: 6px 13px 6px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #003B49;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 480px) {
  .frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn .btn__icon {
    width: 30px;
  }
  .frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn .btn__icon svg {
    width: 20px;
    height: 20px;
  }
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn span {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn span {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
  }
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn:hover {
  background-color: transparent;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn:hover span {
  color: white;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn:hover .btn__icon {
  margin-left: 15px;
}
.frontpage_header .frontpage_header__infobox-container .frontpage_header__infobox a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.frontpage_header .hidden {
  visibility: hidden;
  z-index: -2;
}

@media screen and (min-width: 1280px) {
  .mdl-text__outer-wrp {
    padding-left: var(--sidespacing);
    padding-right: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .mdl-text__outer-wrp {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .mdl-text__outer-wrp {
    margin: 80px 0;
  }
}

.mdl-text {
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
}
.mdl-text__content h2 {
  padding-bottom: 20px;
}
.mdl-text__content h3 {
  padding-bottom: 20px;
}
.mdl-text__content h4 {
  padding-bottom: 20px;
}
.mdl-text__content h5 {
  padding-bottom: 20px;
}
.mdl-text__content h6 {
  padding-bottom: 20px;
}
.mdl-text__content p {
  margin-bottom: 50px;
}
.mdl-text__content p:last-of-type {
  margin-bottom: 0;
}
.mdl-text__content p:has(+ ul), .mdl-text__content p:has(+ ol), .mdl-text__content p:has(+ p) {
  margin-bottom: 25px;
}
.mdl-text__content ul {
  margin: 0 0 35px 0px;
  padding: 0;
}
.mdl-text__content ul li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 600px) {
  .mdl-text__content ul li {
    margin: 0 0 15px 0;
  }
}
.mdl-text__content ul li:last-of-type {
  margin-bottom: 0;
}
.mdl-text__content ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #003B49;
  position: absolute;
  top: 9px;
  left: 0;
}
.mdl-text__content ul li a:hover {
  color: #2757b8;
}
.mdl-text__content ul li ol, .mdl-text__content ul li ul {
  margin: 8px 0 8px 0px;
}
.mdl-text__content ul li ol > li:before {
  border-radius: 0;
  background-color: transparent;
}
.mdl-text__content ul li ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 6px;
  background-color: rgba(0, 59, 73, 0.5);
  position: absolute;
  top: 9px;
  left: 0;
}
.mdl-text__content ol {
  margin: 0 0 35px 0;
  padding: 0;
  counter-reset: listing_counter;
}
.mdl-text__content ol > li {
  counter-increment: listing_counter;
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  border-radius: 0;
  background-color: transparent;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 600px) {
  .mdl-text__content ol > li {
    margin: 0 0 15px 0;
  }
}
.mdl-text__content ol > li:last-of-type {
  margin-bottom: 0;
}
.mdl-text__content ol > li a:hover {
  color: #2757b8;
}
.mdl-text__content ol > li:before {
  content: counter(listing_counter) ". ";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  position: absolute;
  top: 0px;
  left: 0;
}
.mdl-text__content ol ol, .mdl-text__content ol ul {
  margin: 8px 0 8px 0px;
}
.mdl-text__content ol ul li {
  position: relative;
  padding-left: 20px;
}
.mdl-text__content ol ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #003B49;
  position: absolute;
  top: 8px;
}

.mdl-images__outer-wrp {
  width: 100%;
  margin: 150px 0;
}
@media screen and (min-width: 1280px) {
  .mdl-images__outer-wrp {
    padding-left: var(--sidespacing);
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .mdl-images__outer-wrp {
    margin: 80px 0;
  }
}
.mdl-images__outer-wrp + .mdl-images__outer-wrp {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .mdl-images__outer-wrp + .mdl-images__outer-wrp {
    margin: 80px 0;
  }
}
.mdl-images__outer-wrp:has(+ .mdl-images__outer-wrp) {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .mdl-images__outer-wrp:has(+ .mdl-images__outer-wrp) {
    margin: 80px 0;
  }
}
.mdl-images__outer-wrp .module_title {
  padding-bottom: 30px;
  max-width: 1080px;
  margin: auto;
}
.mdl-images__outer-wrp .module_title + .pd {
  padding-top: 0 !important;
}
.mdl-images__outer-wrp .mdl_images {
  max-width: 1080px;
  margin: auto;
}
.mdl-images__outer-wrp .mdl_images.pd {
  padding-top: 25px;
  padding-bottom: 25px;
}
.mdl-images__outer-wrp .mdl_images .zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #003B49;
  height: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-images__outer-wrp .mdl_images .zoom svg {
  transform: translate(0, 2px);
}
.mdl-images__outer-wrp .mdl_images__single-image a {
  text-decoration: none;
}
.mdl-images__outer-wrp .mdl_images__single-image a figure .mdl_images__single-image__inner {
  position: relative;
}
.mdl-images__outer-wrp .mdl_images__single-image a figure .mdl_images__single-image__inner img {
  width: 100%;
  height: auto;
}
.mdl-images__outer-wrp .mdl_images__single-image a figure figcaption {
  padding: 10px 0;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #003B49;
}
.mdl-images__outer-wrp .mdl_images__single-image a:hover figure .mdl_images__single-image__inner .zoom {
  background-color: #26616F;
}
.mdl-images__outer-wrp .mdl_images .mdl-image__slider__swiper-box__swiper .swiper {
  margin-left: 0;
  overflow: hidden;
}
.mdl-images__outer-wrp .mdl_images .mdl-image__slider__swiper-box__swiper .swiper .swiper-wrapper {
  height: max-content !important;
}
.mdl-images__outer-wrp .mdl_images .mdl-image__slider__swiper-box__swiper .swiper .swiper-slide {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-images__outer-wrp .mdl_images .mdl-image__slider__swiper-box__swiper .swiper .swiper-slide__inner {
  position: relative;
}
.mdl-images__outer-wrp .mdl_images .mdl-image__slider__swiper-box__swiper .swiper .swiper-slide a {
  text-decoration: none;
}
.mdl-images__outer-wrp .mdl_images .mdl-image__slider__swiper-box__swiper .swiper .swiper-slide a:hover .zoom {
  background-color: #26616F;
}
.mdl-images__outer-wrp .mdl_images .mdl-image__slider__swiper-box__swiper .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.mdl-images__outer-wrp .mdl_images .mdl-image__slider__swiper-box__swiper .swiper .swiper-slide figcaption {
  padding: 10px 0;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #003B49;
}

.mdl-dropdown-boxes__outer-wrp {
  width: 100%;
  margin: 100px 0;
}
@media screen and (min-width: 1280px) {
  .mdl-dropdown-boxes__outer-wrp {
    padding-left: var(--sidespacing);
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 767px) {
  .mdl-dropdown-boxes__outer-wrp {
    margin: 80px 0;
  }
}
.mdl-dropdown-boxes__outer-wrp .module_title {
  padding-bottom: 30px;
  max-width: 1080px;
  margin: auto;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes {
  max-width: 1080px;
  margin: auto;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element {
  position: relative;
  padding: 0 25px 0 25px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media screen and (max-width: 767px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element {
    padding: 0 20px;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element:first-of-type:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  opacity: 1;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  opacity: 1;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element.active {
  background-color: rgba(242, 241, 241, 0.5);
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element.active .mdl-dropdown-boxes__dropdown-element__label button {
  background-color: #003B49;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element.active .mdl-dropdown-boxes__dropdown-element__label button span:nth-of-type(2n) {
  opacity: 0;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element:hover__label span {
  color: #1E438E;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 50px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  padding: 25px 0;
  font-family: "Source Sans 3";
}
@media screen and (max-width: 767px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label {
    gap: 20px;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label .mdl-dropdown-boxes__container {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 480px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label .mdl-dropdown-boxes__container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label .mdl_dropdown_boxes_image {
  display: block;
}
@media screen and (max-width: 480px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label .mdl_dropdown_boxes_image img {
    display: block;
    margin: 0 auto;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label span {
  display: block;
  flex-grow: 1;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #003B49;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label span {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    color: #003B49;
  }
}
@media screen and (max-width: 480px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label span {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: #003B49;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button {
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  border: 0px;
  background-color: #FF5000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button {
    min-width: 35px;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button span {
  display: block;
  height: 2px;
  width: 16px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button span:nth-of-type(2n) {
  transform: rotate(90deg) translate(-1px, 8px);
  top: 50%;
  left: 50%;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button:hover {
  background-color: #ff7333;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button svg {
  transition: all 200ms linear;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button.rotate {
  background-color: #DADADA;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button.rotate svg {
  transform: rotate(45deg);
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content {
  display: none;
  opacity: 0;
  transition: opacity 500ms;
  font-family: "Source Sans 3";
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content.opened {
  display: block;
  opacity: 1;
  transition: opacity 500ms linear;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner {
  padding: 10px 0;
  width: clamp(90%, 90%, 880px);
}
@media screen and (max-width: 480px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner {
    width: 100%;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p {
  width: 100%;
  margin-bottom: 24px;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h2 {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h2 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    color: #003B49;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h3 {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h3 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    color: #003B49;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h4 {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: #003B49;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h5 {
  padding-bottom: 20px;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h6 {
  padding-bottom: 20px;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul {
  margin: 0 0 35px 0px;
  padding: 0;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 600px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li {
    margin: 0 0 15px 0;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li:last-of-type {
  margin-bottom: 0;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #003B49;
  position: absolute;
  top: 9px;
  left: 0;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li a:hover {
  color: #2757b8;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li ol, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li ul {
  margin: 8px 0 8px 0px;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li ol > li:before {
  border-radius: 0;
  background-color: transparent;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 6px;
  background-color: rgba(0, 59, 73, 0.5);
  position: absolute;
  top: 9px;
  left: 0;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol {
  margin: 0 0 35px 0;
  padding: 0;
  counter-reset: listing_counter;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li {
  counter-increment: listing_counter;
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  border-radius: 0;
  background-color: transparent;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 600px) {
  .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li {
    margin: 0 0 15px 0;
  }
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li:last-of-type {
  margin-bottom: 0;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li a:hover {
  color: #2757b8;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li:before {
  content: counter(listing_counter) ". ";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  position: absolute;
  top: 0px;
  left: 0;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol ol, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol ul {
  margin: 8px 0 8px 0px;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol ul li {
  position: relative;
  padding-left: 20px;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #003B49;
  position: absolute;
  top: 8px;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element .img-responsive {
  max-width: 100%;
}

.mdl-downloads__outer-wrp {
  width: 100%;
  margin: 150px 0;
}
@media screen and (min-width: 1280px) {
  .mdl-downloads__outer-wrp {
    padding-left: var(--sidespacing);
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 767px) {
  .mdl-downloads__outer-wrp {
    margin: 80px 0;
  }
}
.mdl-downloads__outer-wrp .module_title {
  padding-bottom: 30px;
  max-width: 1080px;
  margin: auto;
}
.mdl-downloads__outer-wrp .mdl-downloads {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element {
  position: relative;
  background-color: #003B49;
  display: block;
  font-family: "Source Sans 3";
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  overflow: hidden;
  filter: blur(0px);
  clip-path: inset(0 round 0% 0% 10px 0%);
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__fileinfo {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  text-transform: uppercase;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__fileinfo {
    max-width: 50%;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp {
    padding: 25px 20px 55px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp {
    flex-direction: row;
    gap: 0px;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp__label {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (min-width: 600px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp__label {
    margin-right: 25px;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp__label__txt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 860px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp__label__txt {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container {
    height: 50px;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container__inner {
    height: 50px;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container__inner__corner {
  color: #FF5000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container__inner__corner svg {
  height: 64px;
  width: 63px;
  margin-right: -1px;
}
@media screen and (max-width: 767px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container__inner__corner svg {
    height: 100%;
    width: 49px;
    margin-right: 0;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container__inner__content {
  background-color: #FF5000;
  height: auto;
  display: flex;
  align-items: center;
  padding-right: 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container__inner__content span {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container__inner__content span {
    display: none;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp .mdl-downloads__download-element__icon-container__inner__content svg {
  max-height: 24px;
  width: auto;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element:hover {
  background-color: #26616F;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element:hover .mdl-downloads__download-element__icon-container__inner__content {
  background-color: #ff7333;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element:hover .mdl-downloads__download-element__icon-container__inner__corner {
  color: #ff7333;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element:hover .mdl-downloads__download-element__icon-container .arrow_grp {
  animation: up_down infinite 1200ms;
}

.mdl-notification-box__outer-wrp {
  width: 100%;
  margin: 150px 0;
}
@media screen and (min-width: 1280px) {
  .mdl-notification-box__outer-wrp {
    padding-left: var(--sidespacing);
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 767px) {
  .mdl-notification-box__outer-wrp {
    margin: 80px 0;
  }
}
.mdl-notification-box__outer-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Source Sans 3";
  max-width: 1080px;
  margin: auto;
}
.mdl-notification-box__outer-wrp .mdl-iframe__inner {
  position: relative;
}
.mdl-notification-box__outer-wrp .mdl-iframe__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("") no-repeat center center;
  z-index: 1;
}
.mdl-notification-box__outer-wrp .mdl-notification-box {
  max-width: 1080px;
  margin: auto;
  position: relative;
  background-color: #003B49;
  font-family: "Source Sans 3";
  display: flex;
  overflow: hidden;
  filter: blur(0px);
  clip-path: inset(0 round 10px 0% 0% 0%);
  justify-content: flex-start;
}
.mdl-notification-box__outer-wrp .mdl-notification-box__headline-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box__headline-box {
    height: 50px;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box__headline-box__content {
  background-color: #FF5000;
  height: auto;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box__headline-box__content {
    padding: 10px 20px;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box__headline-box__content span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box__headline-box__content span {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #fff;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box__headline-box__corner svg {
  color: #FF5000;
  transform: rotate(180deg);
  height: 100%;
  width: auto;
}
.mdl-notification-box__outer-wrp .mdl-notification-box__close {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box__close {
    right: 20px;
    top: 10px;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box__close:hover {
  background-color: #FF5000;
  color: #fff;
}
.mdl-notification-box__outer-wrp .mdl-notification-box.has_headline {
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box.has_headline {
    padding-top: 50px;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box .notification-box__content {
  max-width: 920px;
  width: calc(100% - 50px);
  padding: 25px 30px;
}
@media screen and (min-width: 860px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box .notification-box__content {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box .notification-box__content {
    width: 100%;
    padding: 25px 20px;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box .notification-box__content p {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  display: block;
}
@media screen and (min-width: 860px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box .notification-box__content p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn {
  display: inline-block;
  margin-top: 30px;
  background-color: #26616F;
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 13px 13px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 480px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box a.btn .btn__icon {
    width: 30px;
  }
  .mdl-notification-box__outer-wrp .mdl-notification-box a.btn .btn__icon svg {
    width: 20px;
    height: 20px;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box a.btn span {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn:hover {
  background-color: #fff;
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn:hover span {
  color: #003B49;
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn:hover .btn__icon {
  margin-left: 15px;
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}

.mdl-links__outer-wrp {
  background-color: #fff;
  width: 100%;
  margin: 150px 0;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .mdl-links__outer-wrp {
    padding-left: var(--sidespacing);
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 767px) {
  .mdl-links__outer-wrp {
    margin: 80px 0;
  }
}
.mdl-links__outer-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Source Sans 3";
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .mdl-links__outer-wrp .module_title {
    max-width: 100%;
  }
}
.mdl-links__outer-wrp .mdl-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mdl-links__outer-wrp .mdl-links {
    max-width: 100%;
  }
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element {
  position: relative;
  min-height: 100px;
  background-color: #F2F1F1;
  display: flex;
  align-items: center;
  font-family: "Source Sans 3";
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-decoration-color: #FF5000;
  filter: blur(0px);
  clip-path: inset(0 round 0% 0% 10px 0%);
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp {
  padding: 25px 50px 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp {
    max-width: 100%;
    width: 100%;
    padding: 20px 20px 45px 20px;
  }
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp__label {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #FF5000;
  display: inline-block;
  width: max-content;
  margin-right: auto;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (min-width: 600px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp__label {
    margin-right: 65px;
  }
}
@media screen and (min-width: 860px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp__label {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #FF5000;
  }
}
@media screen and (max-width: 767px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp__label {
    max-width: 100%;
  }
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container {
    height: 40px;
  }
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container__inner {
    height: 100%;
  }
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container__inner__corner {
  color: #FF5000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container__inner__corner svg {
  height: 100%;
  width: auto;
  transform: translateX(1px);
}
@media screen and (max-width: 767px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container__inner__corner svg {
    height: 40px;
    width: 39px;
  }
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container__inner__content {
  background-color: #FF5000;
  height: auto;
  display: flex;
  align-items: center;
  padding-right: 20px;
  z-index: 2;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container__inner__content span {
  display: inline-block;
  margin-right: 10px;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__icon-container__inner__content svg {
  max-height: 24px;
  width: auto;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element:hover {
  background-color: #26616F;
  text-decoration-color: #fff;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element:hover .mdl-links__link-element__content-wrp__label {
  color: #fff;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element:hover .mdl-links__link-element__content-wrp__icon {
  color: #000;
  background-color: #fff;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element:hover .mdl-links__link-element__content-wrp__icon svg {
  animation: scalezoom infinite 1000ms;
}

.mdl-image_mosaik__outer-wrp {
  width: 100%;
  margin: 150px 0;
}
@media screen and (min-width: 1280px) {
  .mdl-image_mosaik__outer-wrp {
    padding-left: var(--sidespacing);
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 767px) {
  .mdl-image_mosaik__outer-wrp {
    margin: 80px 0;
  }
}
.mdl-image_mosaik__outer-wrp #logo {
  position: absolute;
  width: 338px;
  height: 301px;
  left: 0;
  bottom: 20%;
}
.mdl-image_mosaik__outer-wrp + .mdl-image_mosaik__outer-wrp {
  margin-top: 0;
}
.mdl-image_mosaik__outer-wrp:has(+ .mdl-image_mosaik__outer-wrp) {
  margin-bottom: 0;
}
.mdl-image_mosaik__outer-wrp .module_title {
  padding-bottom: 30px;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mdl-image_mosaik__outer-wrp .module_title {
    max-width: 100%;
  }
}
.mdl-image_mosaik__outer-wrp .module_title + .pd {
  padding-top: 0 !important;
}
.mdl-image_mosaik__outer-wrp .mosaik-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1370px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mdl-image_mosaik__outer-wrp .mosaik-wrapper {
    max-width: 100%;
  }
}
.mdl-image_mosaik__outer-wrp .mosaik_box {
  position: relative;
  display: block;
  width: max-content;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mdl-image_mosaik__outer-wrp .mosaik_box {
    width: 100%;
  }
}
.mdl-image_mosaik__outer-wrp .mosaik_box span {
  display: block;
  width: max-content;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.mdl-image_mosaik__outer-wrp .mosaik_box picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.mdl-image_mosaik__outer-wrp .mosaik_box picture img {
  display: block;
  width: 100%;
  height: auto;
}
.mdl-image_mosaik__outer-wrp .mosaik_1 {
  align-self: flex-start;
  z-index: 1;
}
.mdl-image_mosaik__outer-wrp .mosaik_2 {
  align-self: flex-end;
  margin-top: -15%;
  z-index: 2;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .mdl-image_mosaik__outer-wrp .mosaik_2 {
    align-self: flex-start;
    margin-top: 25px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 1080px) {
  .mdl-image_mosaik__outer-wrp .mosaik_2 {
    max-width: 100%;
    width: 70%;
  }
}
@media screen and (min-width: 481px) {
  .mdl-image_mosaik__outer-wrp .mosaik_2 span {
    display: block;
    width: max-content;
    position: absolute;
    left: 0;
    top: 0;
    bottom: unset;
    padding: 5px 10px;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
}
.mdl-image_mosaik__outer-wrp .mosaik_3 {
  align-self: flex-start;
  margin-top: -15%;
  margin-left: 10.7%;
  z-index: 3;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .mdl-image_mosaik__outer-wrp .mosaik_3 {
    margin-left: 0;
    margin-top: 25px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 1080px) {
  .mdl-image_mosaik__outer-wrp .mosaik_3 {
    max-width: 100%;
  }
}

.mdl-contact-box__outer-wrp {
  background-color: #fff;
  max-width: 1080px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .mdl-contact-box__outer-wrp {
    margin: 80px 0;
    padding: 0;
  }
}
.mdl-contact-box__outer-wrp .module_title a {
  color: #FF5000;
  transition: all 0.3s ease-in-out;
}
.mdl-contact-box__outer-wrp .module_title a:hover {
  color: #ff7333;
}

.mdl-contact-box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .mdl-contact-box {
    display: flex;
    flex-direction: row;
  }
}
.mdl-contact-box.no-image .mdl-contact-box__content {
  max-width: 100%;
}
.mdl-contact-box .mdl-contact-box__image {
  width: 100%;
  margin: auto;
  padding: 50px 0 50px 50px;
  background-color: #F2F1F1;
  transform: translate(0, 30px);
}
@media screen and (max-width: 767px) {
  .mdl-contact-box .mdl-contact-box__image {
    padding: 25px 20px;
    transform: translate(0, 2px);
  }
}
@media screen and (min-width: 640px) {
  .mdl-contact-box .mdl-contact-box__image {
    width: 40%;
    transform: translate(0, 0px);
    margin: 0;
  }
}
.mdl-contact-box .mdl-contact-box__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mdl-contact-box .mdl-contact-box__content {
  flex-grow: 1;
  position: relative;
  background-color: #F2F1F1;
  padding: 50px 100px 50px 50px;
  font-family: "Source Sans 3";
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .mdl-contact-box .mdl-contact-box__content {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 640px) {
  .mdl-contact-box .mdl-contact-box__content {
    width: 60%;
  }
}
.mdl-contact-box .mdl-contact-box__content__basic-data {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  z-index: 3;
}
.mdl-contact-box .mdl-contact-box__content__basic-data h2 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  color: #003B49;
  text-transform: uppercase;
  word-break: break-word;
}
@media screen and (max-width: 1080px) {
  .mdl-contact-box .mdl-contact-box__content__basic-data h2 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    color: #003B49;
  }
}
.mdl-contact-box .mdl-contact-box__content__basic-data .position {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  color: #FF5000;
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  .mdl-contact-box .mdl-contact-box__content__basic-data .position {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #FF5000;
  }
}
.mdl-contact-box .mdl-contact-box__content__basic-data small {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  color: #003B49;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .mdl-contact-box .mdl-contact-box__content__basic-data small {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #003B49;
  }
}
.mdl-contact-box .mdl-contact-box__content__contact_data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 30px;
  z-index: 3;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.btn {
  display: inline-block;
  justify-content: space-between;
  background-color: #003B49;
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 13px 13px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
  min-width: 250px;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.btn:hover {
  background-color: #fff;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.btn:hover span {
  color: #003B49;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.btn:hover .btn__icon {
  margin-left: 15px;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}

@media screen and (min-width: 640px) {
  .mdl-contact-box__item {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
  }
}

.mdl-contact-box.multiple {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .mdl-contact-box.multiple {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}
.mdl-contact-box.multiple .mdl-contact-box__item {
  width: calc(33.33% - 1.34rem);
  display: flex;
  flex-direction: column;
  max-width: calc(33.33% - 1.34rem);
}
@media screen and (max-width: 767px) {
  .mdl-contact-box.multiple .mdl-contact-box__item {
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .mdl-contact-box.multiple .mdl-contact-box__item {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl-contact-box.multiple .mdl-contact-box__item {
    width: calc(50% - 1.34rem);
    max-width: calc(50% - 1.34rem);
  }
}
.mdl-contact-box.multiple .mdl-contact-box__item .mdl-contact-box__image {
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .mdl-contact-box.multiple .mdl-contact-box__item .mdl-contact-box__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mdl-contact-box.multiple .mdl-contact-box__item .mdl-contact-box__image {
    height: 100%;
    transform: translate(0, 0);
  }
}
.mdl-contact-box.multiple .mdl-contact-box__item .mdl-contact-box__content {
  padding: 0 20px 50px;
}
@media screen and (max-width: 767px) {
  .mdl-contact-box.multiple .mdl-contact-box__item .mdl-contact-box__content {
    padding: 20px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-contact-box.multiple .mdl-contact-box__item .mdl-contact-box__content {
    width: 100%;
  }
}

.module_title a {
  color: #FF5000;
  transition: all 0.3s ease-in-out;
}
.module_title a:hover {
  color: #ff7333;
}

.mdl-iframe__outer-wrp {
  position: relative;
  background-color: #fff;
  padding: 0 10px 45px 10px;
  margin: auto;
  max-width: 1080px;
  margin: 100px auto;
}
@media screen and (min-width: 400px) {
  .mdl-iframe__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-iframe__outer-wrp {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-iframe__outer-wrp {
    padding: 0;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-iframe__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .mdl-iframe__outer-wrp {
    margin: 80px 0;
    padding: 0;
  }
}
.mdl-iframe__outer-wrp .mdl-iframe {
  position: relative;
  overflow: hidden;
}
.mdl-iframe__outer-wrp .mdl-iframe:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  width: 85%;
  height: 50%;
  background: url(assets/img/iframe-bg.png) no-repeat center center;
  z-index: 1;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro {
  margin-bottom: 30px;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro h2 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro h3 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro h4 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro h5 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro h6 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro p {
  margin-bottom: 50px;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro p:last-of-type {
  margin-bottom: 0;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro p:has(+ ul), .mdl-iframe__outer-wrp .mdl-iframe_intro p:has(+ ol), .mdl-iframe__outer-wrp .mdl-iframe_intro p:has(+ p) {
  margin-bottom: 25px;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ul {
  margin: 0 0 35px 0px;
  padding: 0;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ul li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 600px) {
  .mdl-iframe__outer-wrp .mdl-iframe_intro ul li {
    margin: 0 0 15px 0;
  }
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ul li:last-of-type {
  margin-bottom: 0;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #003B49;
  position: absolute;
  top: 9px;
  left: 0;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ul li a:hover {
  color: #2757b8;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ul li ol, .mdl-iframe__outer-wrp .mdl-iframe_intro ul li ul {
  margin: 8px 0 8px 0px;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ul li ol > li:before {
  border-radius: 0;
  background-color: transparent;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ul li ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 6px;
  background-color: rgba(0, 59, 73, 0.5);
  position: absolute;
  top: 9px;
  left: 0;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ol {
  margin: 0 0 35px 0;
  padding: 0;
  counter-reset: listing_counter;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ol > li {
  counter-increment: listing_counter;
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  border-radius: 0;
  background-color: transparent;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 600px) {
  .mdl-iframe__outer-wrp .mdl-iframe_intro ol > li {
    margin: 0 0 15px 0;
  }
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ol > li:last-of-type {
  margin-bottom: 0;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ol > li a:hover {
  color: #2757b8;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ol > li:before {
  content: counter(listing_counter) ". ";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  position: absolute;
  top: 0px;
  left: 0;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ol ol, .mdl-iframe__outer-wrp .mdl-iframe_intro ol ul {
  margin: 8px 0 8px 0px;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ol ul li {
  position: relative;
  padding-left: 20px;
}
.mdl-iframe__outer-wrp .mdl-iframe_intro ol ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #003B49;
  position: absolute;
  top: 8px;
}
.mdl-iframe__outer-wrp .mdl-iframe {
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 35px;
  background: #003B49;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner {
  background-size: cover;
  position: relative;
  border-bottom-right-radius: 35px;
  overflow: hidden;
  z-index: 2;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner.is-loaded .mdl-iframe__inner__placeholder {
  opacity: 0 !important;
  pointer-events: none !important;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  height: 100%;
  padding: 50px 25px;
  position: absolute;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  border-radius: 10px;
  font-family: "Source Sans 3";
  justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder {
    transform: translate(0, -50%);
    top: 50%;
    left: 10%;
    width: 80%;
    height: max-content;
  }
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder iframe {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder a.btn {
  display: inline-block;
  margin-top: 30px;
  background-color: #26616F;
  border-radius: 30px;
  display: inline-flex;
  padding: 5px 10px 5px 20px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder a.btn:hover {
  background-color: #fff;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder a.btn:hover span {
  color: #003B49;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder a.btn:hover .btn__icon {
  margin-left: 15px;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}

.mdl-pos-teaser {
  width: 100%;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .mdl-pos-teaser {
    padding: 60px 0 0;
  }
}
.mdl-pos-teaser__inner {
  background-color: #003B49;
  margin: 0 auto;
  padding: 80px 30px;
}
@media screen and (min-width: 768px) {
  .mdl-pos-teaser__inner {
    padding: 120px 50px 160px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-pos-teaser__inner {
    padding: 150px 30px 100px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .mdl-pos-teaser__inner {
    padding: 150px 50px 100px;
  }
}
@media screen and (min-width: 1280px) {
  .mdl-pos-teaser__inner {
    padding-left: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .mdl-pos-teaser__inner {
    padding-right: var(--sidespacing);
  }
}
.mdl-pos-teaser__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
}
.mdl-pos-teaser__head__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 40px 10px 10px 50px;
  background-color: #003B49;
}
@media screen and (min-width: 1280px) {
  .mdl-pos-teaser__head__label {
    padding-left: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .mdl-pos-teaser__head__label {
    padding-left: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .mdl-pos-teaser__head__label {
    padding-left: 50px;
  }
}
.mdl-pos-teaser__head__label:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="85.137" height="85.199" viewBox="0 0 85.137 85.199"><g id="Gruppe_20050" data-name="Gruppe 20050" transform="translate(54 0.779)"><g id="Gruppe_20930" data-name="Gruppe 20930" transform="translate(-54)"><path id="Pfad_33298" data-name="Pfad 33298" d="M0,0,85.137-.779v85.2H74.559A37.192,37.192,0,0,1,43.272,67.335Z" fill="%23003B49"/></g></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 98/98;
  content: "";
  display: block;
  width: 98px;
  height: 98px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  transform: translate(95px, 0) rotate(180deg);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-pos-teaser__head__title {
  font-family: "Source Sans 3";
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.mdl-pos-teaser__head__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-family: "Source Sans 3";
  font-size: 17px;
  font-weight: 600;
  opacity: 0.85;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.mdl-pos-teaser__head__link:hover {
  opacity: 1;
}
.mdl-pos-teaser__rss-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #FF5000;
  color: #fff;
  flex-shrink: 0;
}
.mdl-pos-teaser__rss-icon:hover svg {
  transform: scale(1.2);
}
.mdl-pos-teaser__rss-icon svg {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.mdl-pos-teaser__overview-linkwrp {
  display: flex;
  align-items: center;
  justify-self: flex-end;
  padding-right: 50px;
}
@media screen and (min-width: 1280px) {
  .mdl-pos-teaser__overview-linkwrp {
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .mdl-pos-teaser__overview-linkwrp {
    position: absolute;
    top: 100px;
    left: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .mdl-pos-teaser__overview-linkwrp {
    position: absolute;
    top: 100px;
    left: 50px;
  }
}
.mdl-pos-teaser__overview-linkwrp .mdl-pos-teaser__rss-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #FF5000;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .mdl-pos-teaser__overview-linkwrp .mdl-pos-teaser__rss-icon {
    width: 46px;
    height: 46px;
  }
}
.mdl-pos-teaser__overview-linkwrp .mdl-pos-teaser__rss-icon:hover svg {
  transform: scale(1.2);
}
.mdl-pos-teaser__overview-linkwrp .mdl-pos-teaser__rss-icon svg {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .mdl-pos-teaser__overview-linkwrp .mdl-pos-teaser__rss-icon svg {
    width: 15px;
    height: 15px;
  }
}
.mdl-pos-teaser__overview-linkwrp a.btn {
  display: inline-block;
  background-color: #003B49;
  border-radius: 30px;
  border: 2px solid #003B49;
  display: inline-flex;
  padding: 6px 13px 6px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .mdl-pos-teaser__overview-linkwrp a.btn {
    background-color: #26616F;
    border: 2px solid #26616F;
  }
}
.mdl-pos-teaser__overview-linkwrp a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 480px) {
  .mdl-pos-teaser__overview-linkwrp a.btn .btn__icon {
    width: 30px;
  }
  .mdl-pos-teaser__overview-linkwrp a.btn .btn__icon svg {
    width: 20px;
    height: 20px;
  }
}
.mdl-pos-teaser__overview-linkwrp a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .mdl-pos-teaser__overview-linkwrp a.btn span {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
  }
}
.mdl-pos-teaser__overview-linkwrp a.btn:hover {
  background-color: #fff;
}
.mdl-pos-teaser__overview-linkwrp a.btn:hover span {
  color: #003B49;
}
.mdl-pos-teaser__overview-linkwrp a.btn:hover .btn__icon {
  margin-left: 15px;
}
.mdl-pos-teaser__overview-linkwrp a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.mdl-pos-teaser__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FF5000;
  color: #fff;
  flex-shrink: 0;
}
.mdl-pos-teaser__slider {
  display: flex;
  overflow: hidden;
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .mdl-pos-teaser__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    transform: none !important;
  }
  .mdl-pos-teaser__slider .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}
.mdl-pos-teaser__navwrp {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .mdl-pos-teaser__navwrp {
    padding-right: var(--sidespacing);
  }
}
@media screen and (min-width: 960px) {
  .mdl-pos-teaser__navwrp {
    display: none;
  }
}
.mdl-pos-teaser__navwrp .line {
  flex-grow: 1;
  height: 2px;
  background-color: #FF5000;
  margin-left: 15px;
  width: calc(100% - 50px);
}
.mdl-pos-teaser__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: max-content;
}
.mdl-pos-teaser__nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mdl-pos-teaser__nav__btn #Gruppe_17802 path {
  stroke: #FFF;
  transition: all 0.3s ease-in-out;
}
.mdl-pos-teaser__nav__btn:hover {
  background-color: #FF5000;
  color: #fff;
}
.mdl-pos-teaser__nav__btn:hover #Gruppe_17802 path {
  stroke: white;
}
.mdl-pos-teaser__nav__btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.mdl-pos-teaser__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mdl-pos-teaser__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
  margin: 0;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -ms-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.mdl-pos-teaser__pagination .swiper-pagination-bullet-active {
  background-color: white;
}
.mdl-pos-teaser__card {
  background-color: rgba(255, 255, 255, 0.08);
  border-bottom-right-radius: 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  height: auto;
  padding: 22px 22px 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (min-width: 768px) {
  .mdl-pos-teaser__card {
    padding: 26px 26px 22px;
  }
}
.mdl-pos-teaser__card:hover {
  background-color: rgba(255, 255, 255, 0.14);
}
.mdl-pos-teaser__card:hover .mdl-pos-teaser__card__arrow {
  background-color: #ff6c29;
}
.mdl-pos-teaser__card:hover .mdl-pos-teaser__card__arrow svg {
  transform: scale(1.2);
}
.mdl-pos-teaser__card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mdl-pos-teaser__card__title {
  font-family: "Source Sans 3";
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .mdl-pos-teaser__card__title {
    font-size: 32px;
  }
}
.mdl-pos-teaser__card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FF5000;
  color: #fff;
  align-self: flex-end;
  flex-shrink: 0;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.mdl-pos-teaser__card__arrow svg {
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mdl-pos-teaser__card:hover .mdl-pos-teaser__card__arrow {
  background-color: #ff6c29;
}
.mdl-pos-teaser__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 6px;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.mdl-pos-teaser__badge--new {
  background-color: #FF5000;
  color: #fff;
}
.mdl-pos-teaser__badge--date {
  background-color: #003B49;
  color: #fff;
}

.mdl-presse-teaser {
  position: relative;
  width: 100%;
  padding: 0 0 70px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mdl-presse-teaser {
    padding: 0 0 80px;
  }
}
.mdl-presse-teaser__inner {
  margin: 0 auto;
  padding: 80px 30px;
  overflow: hidden;
  background-color: #F2F1F1;
}
@media screen and (max-width: 480px) {
  .mdl-presse-teaser__inner {
    padding: 150px 30px 100px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .mdl-presse-teaser__inner {
    padding: 150px 50px 100px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-presse-teaser__inner {
    padding: 120px 50px 160px;
  }
}
@media screen and (min-width: 1280px) {
  .mdl-presse-teaser__inner {
    padding-left: var(--sidespacing);
  }
}
@media screen and (min-width: 1280px) {
  .mdl-presse-teaser__inner {
    padding-right: var(--sidespacing);
  }
}
.mdl-presse-teaser__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -3px;
  background-color: #003B49;
}
.mdl-presse-teaser__head__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 40px 10px 10px 50px;
  background-color: #F2F1F1;
}
@media screen and (min-width: 1280px) {
  .mdl-presse-teaser__head__label {
    padding-left: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .mdl-presse-teaser__head__label {
    padding: 40px 10px 10px 30px;
  }
}
.mdl-presse-teaser__head__label:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="85.137" height="85.199" viewBox="0 0 85.137 85.199"><g id="Gruppe_20050" data-name="Gruppe 20050" transform="translate(54 0.779)"><g id="Gruppe_20930" data-name="Gruppe 20930" transform="translate(-54)"><path id="Pfad_33298" data-name="Pfad 33298" d="M0,0,85.137-.779v85.2H74.559A37.192,37.192,0,0,1,43.272,67.335Z" fill="%23F2F1F1"/></g></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 98/98;
  content: "";
  display: block;
  width: 98px;
  height: 98px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  transform: translate(95px, 0) rotate(180deg);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-presse-teaser .mdl-presse-teaser__head__title {
  display: inline-block;
  font-family: "Source Sans 3";
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 700;
  color: #003B49;
  text-transform: uppercase;
  line-height: 1.2;
}
.mdl-presse-teaser__overview-linkwrp {
  display: flex;
  align-items: center;
  justify-self: flex-end;
  padding-right: 50px;
}
@media screen and (min-width: 1280px) {
  .mdl-presse-teaser__overview-linkwrp {
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 480px) {
  .mdl-presse-teaser__overview-linkwrp {
    position: absolute;
    top: 100px;
    left: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .mdl-presse-teaser__overview-linkwrp {
    position: absolute;
    top: 100px;
    left: 50px;
  }
}
.mdl-presse-teaser__overview-linkwrp .mdl-presse-teaser__rss-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #FF5000;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .mdl-presse-teaser__overview-linkwrp .mdl-presse-teaser__rss-icon {
    width: 46px;
    height: 46px;
  }
}
.mdl-presse-teaser__overview-linkwrp .mdl-presse-teaser__rss-icon:hover svg {
  transform: scale(1.2);
}
.mdl-presse-teaser__overview-linkwrp .mdl-presse-teaser__rss-icon svg {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .mdl-presse-teaser__overview-linkwrp .mdl-presse-teaser__rss-icon svg {
    width: 15px;
    height: 15px;
  }
}
.mdl-presse-teaser__overview-linkwrp a.btn {
  display: inline-block;
  background-color: #26616F;
  border-radius: 30px;
  border: 2px solid #26616F;
  display: inline-flex;
  padding: 6px 13px 6px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
}
@media screen and (max-width: 480px) {
  .mdl-presse-teaser__overview-linkwrp a.btn {
    background-color: #003B49;
    border: 2px solid #003B49;
  }
}
.mdl-presse-teaser__overview-linkwrp a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 480px) {
  .mdl-presse-teaser__overview-linkwrp a.btn .btn__icon {
    width: 30px;
  }
  .mdl-presse-teaser__overview-linkwrp a.btn .btn__icon svg {
    width: 20px;
    height: 20px;
  }
}
.mdl-presse-teaser__overview-linkwrp a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .mdl-presse-teaser__overview-linkwrp a.btn span {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
  }
}
.mdl-presse-teaser__overview-linkwrp a.btn:hover {
  background-color: #fff;
}
.mdl-presse-teaser__overview-linkwrp a.btn:hover span {
  color: #003B49;
}
.mdl-presse-teaser__overview-linkwrp a.btn:hover .btn__icon {
  margin-left: 15px;
}
.mdl-presse-teaser__overview-linkwrp a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.mdl-presse-teaser__swiper {
  overflow: hidden;
  width: 100%;
}
.mdl-presse-teaser__swiper .swiper-slide {
  height: auto;
}
.mdl-presse-teaser__card {
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: white;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  height: 100%;
  padding: 22px 22px 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (min-width: 768px) {
  .mdl-presse-teaser__card {
    padding: 26px 26px 22px;
  }
}
.mdl-presse-teaser__card:hover {
  border: 2px solid #FF5000;
}
.mdl-presse-teaser__card:hover .mdl-presse-teaser__card__title {
  color: #FF5000;
}
.mdl-presse-teaser__card:hover .mdl-presse-teaser__card__arrow {
  background-color: #ff6c29;
}
.mdl-presse-teaser__card:hover .mdl-presse-teaser__card__arrow svg {
  transform: scale(1.2);
}
.mdl-presse-teaser__card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.mdl-presse-teaser__card__image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  flex-shrink: 0;
}
.mdl-presse-teaser__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
.mdl-presse-teaser__card__image--placeholder {
  width: 100%;
  height: 100%;
  background-color: #e3e1e1;
}
.mdl-presse-teaser__card:hover .mdl-presse-teaser__card__image img {
  transform: scale(1.04);
}
.mdl-presse-teaser__card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.mdl-presse-teaser__card__title {
  font-family: "Source Sans 3";
  font-size: 24px;
  font-weight: 600;
  color: #003B49;
  line-height: 1.25;
  margin: 0;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
@media screen and (min-width: 768px) {
  .mdl-presse-teaser__card__title {
    font-size: 32px;
  }
}
.mdl-presse-teaser__card__excerpt {
  font-family: "Source Sans 3";
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 59, 73, 0.7);
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mdl-presse-teaser__card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FF5000;
  color: #fff;
  align-self: flex-end;
  flex-shrink: 0;
  margin-top: auto;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.mdl-presse-teaser__card__arrow svg {
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mdl-presse-teaser__card:hover .mdl-presse-teaser__card__arrow {
  background-color: #ff6c29;
}
.mdl-presse-teaser__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 6px;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.mdl-presse-teaser__badge--new {
  background-color: #FF5000;
  color: #fff;
}
.mdl-presse-teaser__badge--date {
  background-color: #003B49;
  color: #fff;
}
.mdl-presse-teaser__image {
  display: block;
  width: 100%;
  height: 100%;
}
.mdl-presse-teaser__navwrp {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-right: 50px;
}
@media screen and (min-width: 1280px) {
  .mdl-presse-teaser__navwrp {
    padding-right: var(--sidespacing);
  }
}
.mdl-presse-teaser__navwrp .line {
  flex-grow: 1;
  height: 2px;
  background-color: #FF5000;
  margin-left: 15px;
  width: calc(100% - 50px);
}
@media screen and (min-width: 960px) {
  .mdl-presse-teaser__navwrp {
    display: none;
  }
}
.mdl-presse-teaser__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: max-content;
}
.mdl-presse-teaser__nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #003B49;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mdl-presse-teaser__nav__btn #Gruppe_17802 path {
  stroke: #003b49;
  transition: all 0.3s ease-in-out;
}
.mdl-presse-teaser__nav__btn:hover {
  background-color: #FF5000;
  color: #fff;
}
.mdl-presse-teaser__nav__btn:hover #Gruppe_17802 path {
  stroke: white;
}
.mdl-presse-teaser__nav__btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.mdl-presse-teaser__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mdl-presse-teaser__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 59, 73, 0.25);
  opacity: 1;
  margin: 0;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -ms-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.mdl-presse-teaser__pagination .swiper-pagination-bullet-active {
  background-color: #003B49;
}

.mdl-presse-selection {
  position: relative;
  width: 100%;
  padding: 60px 0;
  z-index: 2;
  hyphens: auto;
}
@media screen and (min-width: 768px) {
  .mdl-presse-selection {
    padding: 70px 0;
  }
}
@media screen and (min-width: 1280px) {
  .mdl-presse-selection {
    padding: 100px 0;
  }
}
.mdl-presse-selection__inner {
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 0 0 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mdl-presse-selection__inner {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-presse-selection__inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .mdl-presse-selection__inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1280px) {
  .mdl-presse-selection__inner {
    padding-left: var(--sidespacing);
  }
}
.mdl-presse-selection__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .mdl-presse-selection__head {
    margin-bottom: 20px;
  }
}
.mdl-presse-selection .mdl-presse-selection__head__title {
  display: inline-block;
  font-family: "Source Sans 3";
  font-size: 40px;
  font-weight: 700;
  color: #003B49;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .mdl-presse-selection .mdl-presse-selection__head__title {
    font-size: 24px;
  }
}
.mdl-presse-selection__overview-linkwrp {
  display: flex;
  align-items: center;
  justify-self: flex-end;
  padding-right: 50px;
}
@media screen and (min-width: 1280px) {
  .mdl-presse-selection__overview-linkwrp {
    padding-right: var(--sidespacing);
  }
}
.mdl-presse-selection__overview-linkwrp .mdl-pos-selection__rss-icon {
  margin-right: 20px;
  width: 50px;
  height: 50px;
}
.mdl-presse-selection__overview-linkwrp a.btn {
  display: inline-block;
  background-color: #26616F;
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 13px 13px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
}
.mdl-presse-selection__overview-linkwrp a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-presse-selection__overview-linkwrp a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.mdl-presse-selection__overview-linkwrp a.btn:hover {
  background-color: #fff;
}
.mdl-presse-selection__overview-linkwrp a.btn:hover span {
  color: #003B49;
}
.mdl-presse-selection__overview-linkwrp a.btn:hover .btn__icon {
  margin-left: 15px;
}
.mdl-presse-selection__overview-linkwrp a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.mdl-presse-selection__swiper {
  overflow: hidden;
  width: 110%;
}
@media screen and (max-width: 767px) {
  .mdl-presse-selection__swiper {
    width: 100%;
  }
}
.mdl-presse-selection__swiper .swiper-slide {
  height: auto;
}
.mdl-presse-selection__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #F2F1F1;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  height: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mdl-presse-selection__card:hover {
  background-color: white;
  border: 2px solid #FF5000;
}
.mdl-presse-selection__card:hover .mdl-presse-selection__card__title {
  color: #FF5000;
}
.mdl-presse-selection__card:hover .mdl-presse-selection__card__arrow {
  background-color: #ff6c29;
}
.mdl-presse-selection__card:hover .mdl-presse-selection__card__arrow svg {
  transform: scale(1.2);
}
.mdl-presse-selection__card__image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  flex-shrink: 0;
}
.mdl-presse-selection__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
.mdl-presse-selection__card__image--placeholder {
  width: 100%;
  height: 100%;
  background-color: #e3e1e1;
}
.mdl-presse-selection__card:hover .mdl-presse-selection__card__image img {
  transform: scale(1.04);
}
.mdl-presse-selection__card__body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .mdl-presse-selection__card__body {
    padding: 26px 26px 22px;
  }
}
.mdl-presse-selection__card__title {
  font-family: "Source Sans 3";
  font-size: 24px;
  font-weight: 700;
  color: #003B49;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media screen and (min-width: 768px) {
  .mdl-presse-selection__card__title {
    font-size: 32px;
  }
}
.mdl-presse-selection__card__excerpt {
  font-family: "Source Sans 3";
  font-size: 20px;
  line-height: 1.5;
  color: rgba(0, 59, 73, 0.7);
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mdl-presse-selection__card__excerpt {
    font-size: 24px;
  }
}
.mdl-presse-selection__card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FF5000;
  color: #fff;
  align-self: flex-end;
  flex-shrink: 0;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.mdl-presse-selection__card__arrow svg {
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mdl-presse-selection__image {
  display: block;
  width: 100%;
  height: 100%;
}
.mdl-presse-selection__navwrp {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-right: 50px;
}
@media screen and (min-width: 1280px) {
  .mdl-presse-selection__navwrp {
    padding-right: var(--sidespacing);
  }
}
.mdl-presse-selection__navwrp .line {
  flex-grow: 1;
  height: 2px;
  background-color: #FF5000;
  margin-left: 15px;
  width: calc(100% - 50px);
}
.mdl-presse-selection__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: max-content;
}
.mdl-presse-selection__nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #003B49;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mdl-presse-selection__nav__btn #Gruppe_17802 path {
  stroke: #003b49;
  transition: all 0.3s ease-in-out;
}
.mdl-presse-selection__nav__btn:hover {
  background-color: #FF5000;
  color: #fff;
}
.mdl-presse-selection__nav__btn:hover #Gruppe_17802 path {
  stroke: white;
}
.mdl-presse-selection__nav__btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.mdl-presse-selection__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mdl-presse-selection__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 59, 73, 0.3);
  opacity: 1;
  margin: 0;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}
.mdl-presse-selection__pagination .swiper-pagination-bullet:hover {
  background-color: #003B49;
}
.mdl-presse-selection__pagination .swiper-pagination-bullet-active {
  background-color: #003B49;
}

.mdl_infobox__outer-wrp {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 30px;
  width: calc(100% - 60px);
  z-index: 2;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mdl_infobox__outer-wrp {
    margin: 100px 50px;
    width: calc(100% - 100px);
  }
}
.mdl_infobox__outer-wrp .module_title {
  padding-bottom: 30px;
  width: 100%;
  max-width: 1380px;
  margin: auto;
}
.mdl_infobox__outer-wrp .module_title + .pd {
  padding-top: 0 !important;
}
.mdl_infobox__outer-wrp .mdl_infobox__main {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1380px;
  background-color: #F8F8F8;
  border-bottom-right-radius: 30px;
  gap: 50px;
  overflow: hidden;
}
.mdl_infobox__outer-wrp .mdl_infobox__main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(assets/img/info-bg.png) no-repeat center right;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main:after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main:after {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main {
    flex-direction: column;
    background-color: transparent;
    gap: 0;
  }
}
.mdl_infobox__outer-wrp .mdl_infobox__main #sun {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main #sun {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main #sun {
    height: 70%;
  }
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-textwrp {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 40px 0 40px 45px;
  color: white;
  z-index: 2;
  /*&:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: url(assets/img/info-bg.png)no-repeat bottom left;
    background-size: 100%;
    z-index: 0;

    @media screen and (max-width: 767px) {
      display: none;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-textwrp {
    padding: 30px 20px;
    width: 100%;
    background-color: #003B49;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-textwrp {
    width: 65%;
  }
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-textwrp h2 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: bold;
  color: white;
  display: block;
  margin-bottom: 30px;
  max-width: 75%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-textwrp h2 {
    font-size: 30px;
    max-width: 100%;
  }
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-textwrp p {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: normal;
  max-width: 80%;
  color: white;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-textwrp p {
    font-size: 20px;
    max-width: 100%;
  }
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
  width: 50%;
  padding: 40px 45px 40px 0;
}
@media screen and (max-width: 767px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp .mdl_infobox__main-logowrp {
    max-width: 50%;
  }
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp .mdl_infobox__main-logowrp svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp {
    padding: 50px 20px 30px;
    width: 100%;
    align-items: flex-start;
    background-color: #F8F8F8;
    border-bottom-right-radius: 30px;
  }
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn {
  display: inline-block;
  background-color: #003B49;
  border: 2px solid #003B49;
  border-radius: 30px;
  display: inline-flex;
  padding: 10px 13px 10px 30px;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  width: max-content;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn {
    padding: 6px 13px 6px 30px;
  }
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn .btn__icon {
  width: 24px;
  position: relative;
  background-color: #FF5000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 38px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 480px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn .btn__icon {
    width: 30px;
  }
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn .btn__icon svg {
    width: 20px;
    height: 20px;
  }
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn span {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
  }
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn:hover {
  background-color: white;
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn:hover span {
  color: #003B49;
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn:hover .btn__icon {
  margin-left: 15px;
}
.mdl_infobox__outer-wrp .mdl_infobox__main .mdl_infobox__main-linkwrp a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}

.mdl-form__outer-wrp {
  background-color: #fff;
  max-width: 1080px;
  margin: 0 auto;
  font-family: "Source Sans 3";
  margin-top: 100px;
  margin-top: 100px;
}
.mdl-form__outer-wrp h2 {
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  color: #003B49;
  text-transform: uppercase;
  word-break: break-word;
  margin-bottom: 30px;
}
.mdl-form__outer-wrp .mdl_form_introtext {
  margin-bottom: 50px;
}
.mdl-form__outer-wrp .mdl_form_introtext h3 {
  padding-bottom: 20px;
}
.mdl-form__outer-wrp .mdl_form_introtext h4 {
  padding-bottom: 20px;
}
.mdl-form__outer-wrp .mdl_form_introtext h5 {
  padding-bottom: 20px;
}
.mdl-form__outer-wrp .mdl_form_introtext h6 {
  padding-bottom: 20px;
}
.mdl-form__outer-wrp .mdl_form_introtext p {
  margin-bottom: 50px;
}
.mdl-form__outer-wrp .mdl_form_introtext p:last-of-type {
  margin-bottom: 0;
}
.mdl-form__outer-wrp .mdl_form_introtext p:has(+ ul), .mdl-form__outer-wrp .mdl_form_introtext p:has(+ ol), .mdl-form__outer-wrp .mdl_form_introtext p:has(+ p) {
  margin-bottom: 25px;
}
.mdl-form__outer-wrp .mdl_form_introtext ul {
  margin: 0 0 35px 0px;
  padding: 0;
}
.mdl-form__outer-wrp .mdl_form_introtext ul li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 600px) {
  .mdl-form__outer-wrp .mdl_form_introtext ul li {
    margin: 0 0 15px 0;
  }
}
.mdl-form__outer-wrp .mdl_form_introtext ul li:last-of-type {
  margin-bottom: 0;
}
.mdl-form__outer-wrp .mdl_form_introtext ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #003B49;
  position: absolute;
  top: 9px;
  left: 0;
}
.mdl-form__outer-wrp .mdl_form_introtext ul li a:hover {
  color: #2757b8;
}
.mdl-form__outer-wrp .mdl_form_introtext ul li ol, .mdl-form__outer-wrp .mdl_form_introtext ul li ul {
  margin: 8px 0 8px 0px;
}
.mdl-form__outer-wrp .mdl_form_introtext ul li ol > li:before {
  border-radius: 0;
  background-color: transparent;
}
.mdl-form__outer-wrp .mdl_form_introtext ul li ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 6px;
  background-color: rgba(0, 59, 73, 0.5);
  position: absolute;
  top: 9px;
  left: 0;
}
.mdl-form__outer-wrp .mdl_form_introtext ol {
  margin: 0 0 35px 0;
  padding: 0;
  counter-reset: listing_counter;
}
.mdl-form__outer-wrp .mdl_form_introtext ol > li {
  counter-increment: listing_counter;
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  border-radius: 0;
  background-color: transparent;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 600px) {
  .mdl-form__outer-wrp .mdl_form_introtext ol > li {
    margin: 0 0 15px 0;
  }
}
.mdl-form__outer-wrp .mdl_form_introtext ol > li:last-of-type {
  margin-bottom: 0;
}
.mdl-form__outer-wrp .mdl_form_introtext ol > li a:hover {
  color: #2757b8;
}
.mdl-form__outer-wrp .mdl_form_introtext ol > li:before {
  content: counter(listing_counter) ". ";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  position: absolute;
  top: 0px;
  left: 0;
}
.mdl-form__outer-wrp .mdl_form_introtext ol ol, .mdl-form__outer-wrp .mdl_form_introtext ol ul {
  margin: 8px 0 8px 0px;
}
.mdl-form__outer-wrp .mdl_form_introtext ol ul li {
  position: relative;
  padding-left: 20px;
}
.mdl-form__outer-wrp .mdl_form_introtext ol ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #003B49;
  position: absolute;
  top: 8px;
}
.mdl-form__outer-wrp .mdl-form__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form {
  font-size: 22px;
  color: #003B49;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row--content--gender-select {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row--content--gender-select {
    margin-bottom: 0;
  }
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row label {
  margin-right: 50px;
  margin-bottom: 30px;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content {
  display: flex;
  width: 100%;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap .wpcf7-radio span {
  display: flex;
  flex-direction: row;
  width: max-content;
  margin: 0 10px 0 0;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap .wpcf7-radio span input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap .wpcf7-radio span label {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap .wpcf7-radio span label {
    font-size: 18px;
  }
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap .wpcf7-radio span label:hover:before {
  background-color: #003B49;
  border: 2px solid rgb(0, 59, 73);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap .wpcf7-radio span label:checked:before {
  background-color: rgb(0, 59, 73) !important;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap .wpcf7-radio span label:before {
  position: absolute;
  content: "";
  display: block;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid rgb(0, 59, 73);
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap .wpcf7-radio .clicked label:before {
  background-color: rgb(0, 59, 73);
  border: 2px solid rgb(0, 59, 73);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap textarea {
  display: flex;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  padding: 15px 15px 25px;
  color: #003B49;
  background-color: transparent;
  border: 2px solid rgb(0, 59, 73);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap textarea:hover {
  border: 2px solid rgb(0, 59, 73);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap textarea:hover::placeholder {
  color: rgba(0, 59, 73, 0.5);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content .wpcf7-form-control-wrap textarea::placeholder {
  color: rgba(0, 59, 73, 0.2);
  transition: color 0.3s ease-in-out;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .form--row--content--gender-select {
  width: max-content;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .wpcf7-form-control-wrap input {
  display: flex;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 15px;
  border: 2px solid rgb(0, 59, 73);
  background-color: transparent;
  color: #003B49;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .wpcf7-form-control-wrap input:hover {
  border: 2px solid rgb(0, 59, 73);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .wpcf7-form-control-wrap input:hover::placeholder {
  color: rgb(0, 59, 73);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row .wpcf7-form-control-wrap input::placeholder {
  color: rgba(0, 59, 73, 0.2) !important;
  transition: color 0.3s ease-in-out;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance {
    font-size: 18px;
  }
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance input {
  display: none !important;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance a {
  color: #003B49;
  transition: color 0.3s ease-in-out;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance a:hover {
  color: #26616F;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  display: block;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: " ";
  position: absolute;
  top: -5px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #003B49;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  border-radius: 3px;
  background-color: transparent;
  border: 2px solid rgba(0, 59, 73, 0.2);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance .wpcf7-list-item-label:hover:before {
  background-color: rgba(0, 59, 73, 0.2);
  border: 2px solid rgb(0, 59, 73);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .privacy .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  background-color: rgb(0, 59, 73);
  border: 2px solid rgb(0, 59, 73);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .notice {
  font-size: 18px;
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row--content--submit .wpcf7-submit {
  position: relative;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 50px;
  background-color: #003B49;
  border: 2px solid #003B49;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row--content--submit .wpcf7-submit {
    font-size: 20px;
  }
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row--content--submit .wpcf7-submit:disabled {
  background-color: rgb(0, 59, 73);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .form--row--content--submit:hover .wpcf7-submit {
  background-color: transparent;
  color: rgb(0, 59, 73);
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .wpcf7-response-output {
  padding: 1.4em 1em !important;
  border-radius: 10px;
  font-size: 24px;
  border: 2px solid #003B49;
  margin: 2em 0 1em;
  color: #003B49;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  .mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .wpcf7-response-output {
    font-size: 18px;
  }
}
.mdl-form__outer-wrp .mdl-form__inner .mdl-form__wrp__inner__form form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  margin-left: 20px;
  font-size: 18px;
}
.mdl-form__outer-wrp .fl-wrap {
  position: relative;
}
.mdl-form__outer-wrp .fl-wrap .fl-label {
  position: absolute;
  left: 17px;
  top: 17px;
  font-size: 22px;
  line-height: 1;
  color: rgba(0, 59, 73, 0.7);
  pointer-events: none;
  white-space: nowrap;
  background: transparent;
  padding: 0;
  transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease, padding 0.2s ease, left 0.2s ease;
}
@media screen and (max-width: 480px) {
  .mdl-form__outer-wrp .fl-wrap .fl-label {
    font-size: 18px;
  }
}
.mdl-form__outer-wrp .fl-wrap textarea ~ .fl-label {
  top: 17px;
}
.mdl-form__outer-wrp .fl-wrap.fl-focused .fl-label, .mdl-form__outer-wrp .fl-wrap.fl-has-value .fl-label {
  top: 0;
  left: 12px;
  font-size: 13px;
  background: white;
  color: #003B49;
  padding: 3px 5px;
  transform: translateY(-50%);
}
.mdl-form__outer-wrp .wpcf7-response-output {
  padding: 1.4em 1em !important;
  border-radius: 10px;
  font-size: 20px;
  margin: 2em 0 1em;
  background: transparent;
  border: 2px solid #2ebd2e;
  color: #003B49;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .mdl-form__outer-wrp .wpcf7-response-output {
    font-size: 18px;
  }
}
.mdl-form__outer-wrp .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  margin-left: 20px;
  font-size: 18px;
}

.mdl-image-slider__outer-wrp {
  background-color: transparent;
  overflow: hidden;
  max-width: 1080px;
  padding-top: 100px;
}
@media screen and (min-width: 600px) {
  .mdl-image-slider__outer-wrp {
    padding-right: 0 !important;
    margin-right: -50px !important;
    max-width: calc(100vw - (100vw - 1640px) / 2) !important;
    margin-left: max(0px, (100vw - 1640px) / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .mdl-image-slider__outer-wrp {
    padding-top: 0;
  }
}
@media screen and (min-width: 1281px) {
  .mdl-image-slider__outer-wrp {
    padding-left: 7dvw;
  }
}
@media screen and (min-width: 1920px) {
  .mdl-image-slider__outer-wrp {
    width: 100%;
    max-width: 1655px !important;
    margin-left: auto !important;
  }
}
.mdl-image-slider__outer-wrp .mdl-image-slider__swiper-box__swiper .swiper {
  margin-left: 0;
  overflow: hidden;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__swiper-box__swiper .swiper .swiper-wrapper {
  height: max-content !important;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__swiper-box__swiper .swiper .swiper-slide {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__swiper-box__swiper .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 30px;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__swiper-box__swiper .swiper:has(.swiper-slide-next) .swiper-slide-prev {
  opacity: 0;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__navwrp {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-right: 50px;
}
@media screen and (min-width: 1280px) {
  .mdl-image-slider__outer-wrp .mdl-image-slider__navwrp {
    padding-right: var(--sidespacing);
  }
}
@media screen and (max-width: 767px) {
  .mdl-image-slider__outer-wrp .mdl-image-slider__navwrp {
    padding-right: 0;
  }
}
.mdl-image-slider__outer-wrp .mdl-image-slider__navwrp .line {
  flex-grow: 1;
  height: 2px;
  background-color: #FF5000;
  margin-left: 15px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .mdl-image-slider__outer-wrp .mdl-image-slider__navwrp .line {
    display: none;
  }
}
.mdl-image-slider__outer-wrp .mdl-image-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: max-content;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #003B49;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__nav__btn #Gruppe_17802 path {
  stroke: #003b49;
  transition: all 0.3s ease-in-out;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__nav__btn:hover {
  background-color: #FF5000;
  color: #fff;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__nav__btn:hover #Gruppe_17802 path {
  stroke: white;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__nav__btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__pagination {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  gap: 8px;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 59, 73, 0.25);
  opacity: 1;
  margin: 0;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -ms-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.mdl-image-slider__outer-wrp .mdl-image-slider__pagination .swiper-pagination-bullet-active {
  background-color: #003B49;
}

/*!
Theme Name: Mofair
Theme URI: https://
Author: Heyst GmbH
Author URI: https://www.heyst.com/
Description: WordPress-Umsetzung der Heyst GmbH in Essen
Version: 1.0.
 */
/*
@use "mdl/page_modules/mdl_double_images/mdl_double_images";
@use "mdl/page_modules/mdl_theme_box/mdl_theme_box";
@use "mdl/page_modules/mdl_theme_boxes/mdl_theme_boxes";
@use "mdl/page_modules/mdl_theme_boxes_slider/mdl_theme_boxes_slider";
@use "mdl/page_modules/mdl_info_boxes/mdl_info_boxes";
@use "mdl/page_modules/mdl_video/mdl_video";
@use "mdl/page_modules/mdl_news_slider/mdl_news_slider";
@use "mdl/page_modules/mdl_intro_bereiche/mdl_intro_bereiche";
@use "mdl/page_modules/mdl_text_intro/mdl_text_intro";
@use "mdl/page_modules/mdl_theme_boxes_slider_clear/mdl_theme_boxes_slider_clear";
@use "mdl/page_modules/mdl_follow_us/mdl_follow_us";
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  scroll-snap-type: y mandatory;
  background-color: #fff;
  font-family: "Source Sans 3";
  box-shadow: 0 0 0.9375rem #888;
  min-height: 100dvh;
}
:root {
  --sidespacing: 7dvw;
}

.fullhd_wrap {
  max-width: 1920px;
  margin: auto;
}

body.noscroll {
  height: 100dvh;
  overflow: hidden;
}
body.noscroll .main-menu-wrp .main-menu-wrp__inner-wrp .main-menu__left .main-menu__left__inner-wrp .main-menu__left__inner__contacts {
  opacity: 1;
  visibility: visible;
  z-index: 200;
  transition: all 0.3s ease-in-out;
}
body.noscroll .main-menu__left__inner__logo {
  display: none;
}

/*.page-content {
  padding-top: 35px;

  @media screen and (min-width: 1024px) {
    padding-top: 101px;
  }
}*/
.hy-swiper-controls {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 25px;
}
.hy-swiper-controls:after {
  height: 2px;
  background-color: #FF5000;
  flex-grow: 1;
  display: block;
  width: auto;
  content: "";
}
@media screen and (max-width: 480px) {
  .hy-swiper-controls:after {
    display: none;
  }
}
.hy-swiper-controls .hy-swiper-controls-button-prev svg {
  transform: rotate(90deg) translate(1px, 0);
}
.hy-swiper-controls .hy-swiper-controls-button-next svg {
  transform: rotate(-90deg) translate(1px, 0);
}
.hy-swiper-controls .hy-swiper-controls__swiper-pagination {
  display: flex;
  gap: 6px;
  width: max-content;
}
.hy-swiper-controls .hy-swiper-controls__swiper-pagination:not(:has(.swiper-pagination-bullet + .swiper-pagination-bullet)) {
  display: none;
}
.hy-swiper-controls .hy-swiper-controls__swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
  background: rgba(0, 59, 73, 0.3);
  opacity: 1;
}
.hy-swiper-controls .hy-swiper-controls__swiper-pagination .swiper-pagination-bullet:hover {
  background: #FF5000;
}
.hy-swiper-controls .hy-swiper-controls__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003B49;
}
.hy-swiper-controls .hy-swiper-controls-button-prev, .hy-swiper-controls .hy-swiper-controls-button-next {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: #FF5000;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}
.hy-swiper-controls .hy-swiper-controls-button-prev svg, .hy-swiper-controls .hy-swiper-controls-button-next svg {
  pointer-events: none;
}
.hy-swiper-controls .hy-swiper-controls-button-prev:hover, .hy-swiper-controls .hy-swiper-controls-button-next:hover {
  background-color: #ff7333;
}
.hy-swiper-controls .hy-swiper-controls-button-prev.swiper-button-disabled, .hy-swiper-controls .hy-swiper-controls-button-next.swiper-button-disabled {
  background-color: rgba(0, 59, 73, 0.1);
  color: #003B49;
}

.actionwrp {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 75%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .actionwrp {
    right: -50px;
    align-items: center;
  }
}
.actionwrp .icon_fadeIn {
  transform: scale(-1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1281px) {
  .actionwrp .icon_fadeIn {
    display: none;
  }
}
.actionwrp .used {
  transform: none;
}
.home .actionwrp {
  top: 50%;
}
.actionwrp .actionwrp_list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .actionwrp .actionwrp_list {
    margin-left: 20px;
  }
}
.actionwrp .actionwrp_list .actionwrp_link-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  background-color: #FF5000;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 15px;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.actionwrp .actionwrp_list .actionwrp_list-item {
  position: relative;
}
.actionwrp .actionwrp_list .actionwrp_list-item svg {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.actionwrp .actionwrp_list .actionwrp_list-item:hover svg {
  transform: scale(1.2);
}
.actionwrp .actionwrp_list .actionwrp_actionbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  background-color: #003B49;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.actionwrp .actionwrp_list .actionbtn_list {
  list-style-type: none;
  opacity: 0;
  z-index: -5;
  position: absolute;
  left: -100%;
  top: -37px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.actionwrp .actionwrp_list .actionbtn_list .actionbtn_list-item svg {
  opacity: 0.6;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.actionwrp .actionwrp_list .actionbtn_list .actionbtn_list-item:hover svg {
  opacity: 1;
  transform: scale(1);
}
.actionwrp .actionwrp_list .visible {
  opacity: 1;
  z-index: 5;
  pointer-events: all;
}

@media screen and (max-width: 1280px) {
  .fadeOut {
    right: 10px;
  }
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
}

/* Fade-In-Zoom */
.fade-in-zoom {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-zoom.zoom-visible {
  opacity: 1;
  transform: scale(1);
}

/* Fade-In-Zoom-Opacity */
.fade-in-zoom-opacity {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-zoom-opacity.zoom-visible-opacity {
  opacity: 0.2;
  transform: scale(1);
}

/* Optional: Delay über data-attribute automatisch anwenden */
[data-delay] {
  transition-delay: attr(data-delay ms); /* Achtung: nur in modernem CSS unterstützt, ansonsten JS */
}

.fade-in-delay {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fade-in-delay.visible {
  opacity: 1;
}

.brlbs-cmpnt-widget {
  background-color: rgba(0, 59, 73, 0.1);
  padding: 0 !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brlbs-cmpnt-widget:hover svg {
  transform: scale(1.2);
}
.brlbs-cmpnt-widget svg {
  width: 20px !important;
  height: 20px !important;
  color: #FF5000 !important;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}

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