@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;
}

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

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

/* poppins-100 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("assets/fonts/poppins-v24-latin-100.woff2") format("woff2");
}
/* poppins-100italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  src: url("assets/fonts/poppins-v24-latin-100italic.woff2") format("woff2");
}
/* poppins-200 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/poppins-v24-latin-200.woff2") format("woff2");
}
/* poppins-200italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  src: url("assets/fonts/poppins-v24-latin-200italic.woff2") format("woff2");
}
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/poppins-v24-latin-300.woff2") format("woff2");
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("assets/fonts/poppins-v24-latin-300italic.woff2") format("woff2");
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/poppins-v24-latin-regular.woff2") format("woff2");
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("assets/fonts/poppins-v24-latin-italic.woff2") format("woff2");
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/poppins-v24-latin-500.woff2") format("woff2");
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("assets/fonts/poppins-v24-latin-500italic.woff2") format("woff2");
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/poppins-v24-latin-600.woff2") format("woff2");
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("assets/fonts/poppins-v24-latin-600italic.woff2") format("woff2");
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/poppins-v24-latin-700.woff2") format("woff2");
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("assets/fonts/poppins-v24-latin-700italic.woff2") format("woff2");
}
/* poppins-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/poppins-v24-latin-800.woff2") format("woff2");
}
/* poppins-800italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: url("assets/fonts/poppins-v24-latin-800italic.woff2") format("woff2");
}
/* poppins-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/poppins-v24-latin-900.woff2") format("woff2");
}
/* poppins-900italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  src: url("assets/fonts/poppins-v24-latin-900italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Syncopate";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Syncopate-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Syncopate";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Syncopate-Regular.woff2") format("woff2");
}
@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 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(10px, 0%);
  }
  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, .wrap_404_page .page404__txt h1, .single-touren .tour-content__inner div.tm_plugin .success_message, .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: 600;
  color: #000;
}
@media screen and (min-width: 860px) {
  .mdl_h2, .wrap_404_page .page404__txt h1, .single-touren .tour-content__inner div.tm_plugin .success_message, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h2, .mdl-text__content h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #000;
  }
}

.mdl_h3, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h2, .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: #000;
}
@media screen and (min-width: 860px) {
  .mdl_h3, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h2, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h3, .mdl-text__content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
  }
}

.mdl_h4, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h3, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h4, .mdl-text__content h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 860px) {
  .mdl_h4, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h3, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h4, .mdl-text__content h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
  }
}

.mdl_h5, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h4, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h5, .mdl-text__content h5 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #D92B3A;
}
@media screen and (min-width: 860px) {
  .mdl_h5, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h4, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h5, .mdl-text__content h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #D92B3A;
  }
}

.mdl_h6, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h5, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h6, .mdl-text__content h6 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #4779c9;
}
@media screen and (min-width: 860px) {
  .mdl_h6, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h5, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h6, .mdl-text__content h6 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #4779c9;
  }
}

.mdl_p, .single-touren .tour-content__inner .tour-content__inner__stations, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis, .mdl-text-intro__outer-wrp .mdl-text-intro__content p, .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: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 860px) {
  .mdl_p, .single-touren .tour-content__inner .tour-content__inner__stations, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis, .mdl-text-intro__outer-wrp .mdl-text-intro__content p, .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: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
  }
}
.mdl_p strong, .single-touren .tour-content__inner .tour-content__inner__stations strong, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p strong, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li strong, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li strong, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info strong, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis strong, .mdl-text-intro__outer-wrp .mdl-text-intro__content p 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, .single-touren .tour-content__inner .tour-content__inner__stations em, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p em, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li em, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li em, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info em, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis em, .mdl-text-intro__outer-wrp .mdl-text-intro__content p 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, .single-touren .tour-content__inner .tour-content__inner__stations .mdl_a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p .mdl_a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li .mdl_a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li .mdl_a, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info .mdl_a, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis .mdl_a, .mdl-text-intro__outer-wrp .mdl-text-intro__content p .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 .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .mdl_p a, .single-touren .tour-content__inner .tour-content__inner__stations div.tm_plugin div.eventinfo_container a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .tour-content__inner__stations a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li a, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info div.eventinfo_container a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .container_verbindung_info a, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis div.eventinfo_container a, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .eventdatum_hinweis a, .mdl-text-intro__outer-wrp .mdl-text-intro__content p .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a, .mdl-text__content p .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a, .mdl-text__content ul li .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a, .mdl-text__content ol > li .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container 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, .single-touren .tour-content__inner .tour-content__inner__stations .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 .single-touren .tour-content__inner .tour-content__inner__stations a, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info .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 .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info a, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis .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 .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis a, .mdl-text-intro__outer-wrp .mdl-text-intro__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-intro__outer-wrp .mdl-text-intro__content p 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, .single-touren .tour-content__inner .tour-content__inner__stations .mdl-text__content a, .mdl-text__content .single-touren .tour-content__inner .tour-content__inner__stations a, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info .mdl-text__content a, .mdl-text__content .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info a, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis .mdl-text__content a, .mdl-text__content .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis a, .mdl-text-intro__outer-wrp .mdl-text-intro__content p .mdl-text__content a, .mdl-text__content .mdl-text-intro__outer-wrp .mdl-text-intro__content p 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: #1E438E;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.mdl_p .mdl_a:hover, .single-touren .tour-content__inner .tour-content__inner__stations .mdl_a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p .mdl_a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li .mdl_a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li .mdl_a:hover, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info .mdl_a:hover, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis .mdl_a:hover, .mdl-text-intro__outer-wrp .mdl-text-intro__content p .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 .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .mdl_p a:hover, .single-touren .tour-content__inner .tour-content__inner__stations div.tm_plugin div.eventinfo_container a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .tour-content__inner__stations a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li a:hover, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info div.eventinfo_container a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .container_verbindung_info a:hover, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis div.eventinfo_container a:hover, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .eventdatum_hinweis a:hover, .mdl-text-intro__outer-wrp .mdl-text-intro__content p .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner p .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ul li .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a:hover, .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner ol > li .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a:hover, .mdl-text__content p .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a:hover, .mdl-text__content ul li .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container a:hover, .mdl-text__content ol > li .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container 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, .single-touren .tour-content__inner .tour-content__inner__stations .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 .single-touren .tour-content__inner .tour-content__inner__stations a:hover, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info .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 .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info a:hover, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis .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 .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis a:hover, .mdl-text-intro__outer-wrp .mdl-text-intro__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 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-text__content ul li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl-text__content ol > li .mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner a:hover, .mdl_p .mdl-text__content a:hover, .mdl-text__content .mdl_p a:hover, .single-touren .tour-content__inner .tour-content__inner__stations .mdl-text__content a:hover, .mdl-text__content .single-touren .tour-content__inner .tour-content__inner__stations a:hover, .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info .mdl-text__content a:hover, .mdl-text__content .single-touren .tour-content__inner div.tm_plugin .container_verbindung_info a:hover, .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis .mdl-text__content a:hover, .mdl-text__content .single-touren .tour-content__inner div.tm_plugin .eventdatum_hinweis a:hover, .mdl-text-intro__outer-wrp .mdl-text-intro__content p .mdl-text__content a:hover, .mdl-text__content p a:hover, .mdl-text__content ul li a:hover, .mdl-text__content ol > li a:hover {
  color: #2757b8;
}

.mdl_title, .mdl-iframe__outer-wrp .module_title, .mdl-video__outer-wrp .module_title, .mdl-form__outer-wrp .module_title, .mdl-image-mosaik__outer-wrp .module_title, .mdl-contact-box__outer-wrp .module_title, .mdl-notification-box__outer-wrp .module_title, .mdl-links__outer-wrp .module_title, .mdl-downloads__outer-wrp .module_title, .mdl-info-boxes__outer-wrp .module_title, .mdl-theme-boxes-slider__outer-wrp .module_title, .mdl-theme-boxes__outer-wrp .module_title, .mdl_theme_box__outer-wrp .module_title, .mdl-dropdown-boxes__outer-wrp.max-size-mobile .module_title, .mdl-double-images-wrp .module_title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  padding-bottom: 30px;
  display: block;
  text-transform: uppercase;
  font-family: "Poppins";
}

.mdl-text__outer-wrp {
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-text__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-text__outer-wrp {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-text__outer-wrp {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-text__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
@media screen and (min-width: 1280px) {
  .mdl-text__outer-wrp {
    background-color: #fff;
  }
}

.mdl-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Poppins";
}
.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: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: #1E438E;
  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 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: #1E438E;
  position: absolute;
  top: 8px;
}
.mdl-text__content__seperator {
  display: block;
  border-bottom: 1px solid #E9E9E9;
  margin: 15px 0 30px 0;
}
.mdl-text__content__highlighter {
  background-color: #E9E9E9;
  padding: 35px;
  border-radius: 10px;
  margin: 30px 0;
}
.mdl-text__content__highlighter p:last-of-type {
  margin-bottom: 0;
}
.mdl-text__content__image {
  border-radius: 10px;
  overflow: hidden;
}
.mdl-text__content__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -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-text__content__image__inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.mdl-text__content__image__inner:hover img {
  transform: scale(1.1);
}
.mdl-text__content__image__inner .zoom {
  width: 46px;
  height: 46px;
  display: inline-flex;
  position: relative;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  border-radius: 50%;
}
.mdl-text__content__image__inner .zoom:after {
  content: "";
  left: -5%;
  top: -5%;
  display: block;
  width: 110%;
  height: 110%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.mdl-text__content__image__inner .zoom .mdl-text__content__image__inner__icon {
  position: absolute;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.mdl-text__content__image__caption {
  font-family: "Poppins";
  padding: 15px 0 35px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .mdl-text__content__image__caption {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
  }
}

.mdl-double-images-wrp {
  background-color: #fff;
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .mdl-double-images-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-double-images-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-double-images-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-double-images-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-double-images-wrp {
    padding: 0 0px 120px 0px;
  }
}
.mdl-double-images-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Poppins";
}
.mdl-double-images-wrp .mdl-double-images {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mdl-double-images-wrp .mdl-double-images {
    flex-direction: row;
  }
}
.mdl-double-images-wrp .mdl-double-images__imagebox {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mdl-double-images-wrp .mdl-double-images__imagebox {
    width: calc(50% - 18px);
  }
}
.mdl-double-images-wrp .mdl-double-images__imagebox__image {
  border-radius: 10px;
  overflow: hidden;
}
.mdl-double-images-wrp .mdl-double-images__imagebox__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -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-double-images-wrp .mdl-double-images__imagebox__image__inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.mdl-double-images-wrp .mdl-double-images__imagebox__image__inner:hover img {
  transform: scale(1.1);
}
.mdl-double-images-wrp .mdl-double-images__imagebox__image__inner .zoom {
  width: 46px;
  height: 46px;
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  border-radius: 50%;
}
.mdl-double-images-wrp .mdl-double-images__imagebox__image__inner .zoom:after {
  content: "";
  left: -5%;
  top: -5%;
  display: block;
  width: 110%;
  height: 110%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.mdl-double-images-wrp .mdl-double-images__imagebox__image__inner .zoom .mdl-double-images__imagebox__image__inner__icon {
  position: absolute;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.mdl-double-images-wrp .mdl-double-images__imagebox__image__caption {
  font-family: "Poppins";
  padding: 15px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .mdl-double-images-wrp .mdl-double-images__imagebox__image__caption {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
  }
}

.mdl-dropdown-boxes__outer-wrp {
  background-color: #fff;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-dropdown-boxes__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-dropdown-boxes__outer-wrp {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-dropdown-boxes__outer-wrp {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-dropdown-boxes__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .mdl-dropdown-boxes__outer-wrp.max-size-mobile {
    width: 100%;
    padding: 0 0 45px 0 !important;
  }
}
.mdl-dropdown-boxes__outer-wrp.max-size-mobile .module_title {
  padding-left: 10px;
  padding-bottom: 30px;
  font-family: "Poppins";
}
@media screen and (min-width: 400px) {
  .mdl-dropdown-boxes__outer-wrp.max-size-mobile .module_title {
    padding-left: 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-dropdown-boxes__outer-wrp.max-size-mobile .module_title {
    padding-left: 0px;
  }
}
.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;
}
.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(233, 233, 233, 0.5);
}
.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: 10px;
  -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: "Poppins";
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label span {
  display: block;
  flex-grow: 1;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button {
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 36px;
  width: 36px;
  min-width: 36px;
  border-radius: 50%;
  position: relative;
  border: 2px solid #1E438E;
  background-color: transparent;
  -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;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button span {
  display: block;
  height: 2px;
  width: 12px;
  background-color: #1E438E;
  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, 6px);
  top: 50%;
  left: 50%;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button:hover {
  background-color: #1E438E;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__label button:hover span {
  background-color: #fff;
}
.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: "Poppins";
}
.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);
}
.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;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h3 {
  padding-bottom: 20px;
}
.mdl-dropdown-boxes__outer-wrp .mdl-dropdown-boxes__dropdown-element__content__inner h4 {
  padding-bottom: 20px;
}
.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: #1E438E;
  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 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: #1E438E;
  position: absolute;
  top: 8px;
}
.mdl_theme_box__outer-wrp {
  background-color: #fff;
  width: 100%;
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl_theme_box__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl_theme_box__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl_theme_box__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl_theme_box__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl_theme_box__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
@media screen and (max-width: 600px) {
  .mdl_theme_box__outer-wrp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.mdl_theme_box__outer-wrp .module_title {
  font-family: "Poppins";
  padding: 0 35px 30px 35px;
  padding-bottom: 30px !important;
}
@media screen and (min-width: 600px) {
  .mdl_theme_box__outer-wrp .module_title {
    padding: 0 0px 30px 0px;
  }
}
.mdl_theme_box__outer-wrp .mdl-theme-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (min-width: 900px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box {
    flex-direction: row-reverse;
  }
}
.mdl_theme_box__outer-wrp .mdl-theme-box__image {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box__image {
    width: 49%;
  }
}
.mdl_theme_box__outer-wrp .mdl-theme-box__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 640px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box__image img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
@media screen and (min-width: 900px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box__image img {
    border-top-left-radius: unset;
    border-bottom-right-radius: 10px;
  }
}
.mdl_theme_box__outer-wrp .mdl-theme-box__content {
  width: 100%;
  background-color: rgba(233, 233, 233, 0.5);
  padding: 40px 35px;
  font-family: "Poppins";
}
@media screen and (min-width: 640px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box__content {
    padding: 35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (min-width: 900px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box__content {
    width: 51%;
    padding: 35px 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: unset;
  }
}
.mdl_theme_box__outer-wrp .mdl-theme-box__content h2 {
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 560px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box__content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
  }
}
@media screen and (min-width: 860px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box__content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box__content h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #000;
  }
}
.mdl_theme_box__outer-wrp .mdl-theme-box__content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 860px) {
  .mdl_theme_box__outer-wrp .mdl-theme-box__content p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
  }
}
.mdl_theme_box__outer-wrp .mdl-theme-box__content .btn {
  margin-top: 30px;
  background-color: #000;
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 30px;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.mdl_theme_box__outer-wrp .mdl-theme-box__content .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
.mdl_theme_box__outer-wrp .mdl-theme-box__content .btn__icon {
  width: 24px;
  position: relative;
}
.mdl_theme_box__outer-wrp .mdl-theme-box__content .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl_theme_box__outer-wrp .mdl-theme-box__content .btn:hover {
  background-color: #2757b8;
}
.mdl_theme_box__outer-wrp .mdl-theme-box__content .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
@keyframes btn__icon__back_forwards {
  0% {
    transform: translate(0px, -50%);
  }
  50% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}

.mdl-theme-boxes__outer-wrp {
  background-color: #fff;
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-theme-boxes__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-theme-boxes__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-theme-boxes__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-theme-boxes__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-theme-boxes__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
.mdl-theme-boxes__outer-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Poppins";
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 861px) {
  .mdl-theme-boxes__outer-wrp .mdl-theme-boxes {
    gap: 25px;
    flex-direction: row;
  }
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  position: relative;
  aspect-ratio: 424/360;
}
@media screen and (min-width: 600px) {
  .mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box {
    aspect-ratio: unset;
  }
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box:has(a:hover) .mdl-theme-boxes__theme-box__image img {
  transform: scale(1.1);
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box:has(a:hover) .mdl-theme-boxes__theme-box__image:after {
  opacity: 0.4;
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__image img {
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  -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-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__image:after {
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 30%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: 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;
  opacity: 0.48;
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__content {
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 25px 35px;
  font-family: "Poppins";
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 560px) {
  .mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__content {
    padding: 45px 50px;
  }
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__content h2 {
  padding-bottom: 20px;
  color: #fff;
  text-shadow: -1px 0px 3px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1088px) {
  .mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__content h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
  }
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__content .btn {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 30px;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__content .btn__icon {
  width: 24px;
  position: relative;
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__content .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__content .btn:hover {
  background-color: #2757b8;
}
.mdl-theme-boxes__outer-wrp .mdl-theme-boxes__theme-box__content .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
@keyframes btn__icon__back_forwards {
  0% {
    transform: translate(0px, -50%);
  }
  50% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}

.mdl-theme-boxes-slider__outer-wrp {
  background-color: #fff;
  max-width: 100%;
  padding: 0 0px 120px 0px;
  margin: auto;
}
.mdl-theme-boxes-slider__outer-wrp .module_title {
  font-family: "Poppins";
  padding: 0 10px 45px 10px;
  margin: auto;
  padding-bottom: 30px !important;
}
@media screen and (min-width: 400px) {
  .mdl-theme-boxes-slider__outer-wrp .module_title {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-theme-boxes-slider__outer-wrp .module_title {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-theme-boxes-slider__outer-wrp .module_title {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-theme-boxes-slider__outer-wrp .module_title {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider {
  background: url(assets/img/bg-gradient.jpg) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 80px 0;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider {
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider {
    min-height: 800px;
    padding: 135px 0;
    max-height: 1280px;
  }
}
@media screen and (min-width: 1920px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider {
    min-height: auto;
    max-height: 1024px;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner {
  margin: auto;
  padding: 0 0px 0 0px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner {
    padding: 0 80px;
  }
}
@media screen and (min-width: 900px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1680px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner {
    max-width: 1560px;
    padding: 0;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 25px;
}
@media screen and (min-width: 860px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content {
    flex-direction: row;
    gap: 0;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content {
  display: flex;
  flex-direction: column;
  font-family: "Poppins";
  width: 100%;
}
@media screen and (min-width: 860px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content {
    width: 47%;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .swiper-slide {
  padding: 0 35px;
}
@media screen and (min-width: 768px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .swiper-slide {
    padding: 0 0px;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .swiper-slide h2, .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .swiper-slide p, .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .swiper-slide a {
  opacity: 0;
  transform: translate(0, -100px);
  -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-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  transform: translate(0, 0);
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .swiper-slide.swiper-slide-active p {
  opacity: 1;
  transform: translate(0, 0);
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .swiper-slide.swiper-slide-active a {
  opacity: 1;
  transform: translate(0, 0);
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content__notification {
  border-radius: 30px;
  width: max-content;
  max-width: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 8px 15px;
  gap: 4px;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content__notification span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  hyphens: auto;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content h2 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
  }
}
@media screen and (min-width: 600px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
  }
}
@media screen and (min-width: 860px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
  }
}
@media screen and (min-width: 1280px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
  }
}
@media screen and (min-width: 1480px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content h2 {
    font-size: 46px;
    line-height: 64px;
    font-weight: 600;
    color: #fff;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .btn {
  margin-top: 40px;
  background-color: transparent;
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 30px;
  align-items: center;
  width: max-content;
  gap: 10px;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .btn .btn__icon {
  width: 24px;
  position: relative;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .btn .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .btn:hover {
  background-color: #fff;
  color: #000;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__content .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__image {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 860px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__image {
    width: 49%;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__image picture, .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__image img {
  display: block;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__main-content__image img {
    border-radius: 10px;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__swiper {
  width: 100%;
  height: max-content;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__swiper__swiper-slide {
  opacity: 0 !important;
  pointer-events: none !important;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__swiper__swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: all !important;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner .theme-box-swiper__controls {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  margin-left: auto;
  justify-content: space-between;
  z-index: 2;
  padding: 5px 35px;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner .theme-box-swiper__controls {
    padding: 5px 15px;
    position: absolute;
  }
}
@media screen and (min-width: 800px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner .theme-box-swiper__controls {
    position: static;
    padding: 15px 0 0 0;
  }
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner .theme-box-swiper__controls .hy-swiper-controls .hy-swiper-controls-button-prev, .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner .theme-box-swiper__controls .hy-swiper-controls .hy-swiper-controls-button-next {
  color: #fff;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner .theme-box-swiper__controls .hy-swiper-controls .hy-swiper-controls__swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__decoration {
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
  width: max-content;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__decoration {
    width: 400px;
  }
}
@media screen and (min-width: 800px) {
  .mdl-theme-boxes-slider__outer-wrp .mdl-theme-boxes-slider__inner__decoration svg {
    height: auto;
    width: 470px;
  }
}

.mdl-info-boxes__outer-wrp {
  background-color: #fff;
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-info-boxes__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-info-boxes__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-info-boxes__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-info-boxes__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-info-boxes__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
.mdl-info-boxes__outer-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Poppins";
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col1 {
  justify-content: center;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col1 .mdl-info-boxes__info-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col1 .mdl-info-boxes__info-box {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col1 .mdl-info-boxes__info-box {
    max-width: 390px;
    flex-grow: 1;
    min-width: 340px;
    width: auto;
  }
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col2 {
  justify-content: center;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col2 .mdl-info-boxes__info-box {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col2 .mdl-info-boxes__info-box {
    width: calc(50% - 15px);
  }
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col2 .mdl-info-boxes__info-box a {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col2 .mdl-info-boxes__info-box a {
    flex-direction: row;
    align-items: flex-end;
    height: 100px;
  }
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col2 .mdl-info-boxes__info-box .mdl_info_boxes__info-box__icon {
  width: 56px;
  aspect-ratio: 1;
  max-height: 56px;
  transform: translate(0, 0);
  margin-right: 15px;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col2 .mdl-info-boxes__info-box .mdl-info-boxes__info-box__content {
  width: auto;
  flex-grow: 1;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col2 .mdl-info-boxes__info-box .mdl-info-boxes__info-box__content {
    align-items: center;
  }
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col2 .mdl-info-boxes__info-box .mdl-info-boxes__info-box__content .mdl-info-boxes__info-box__content__headline {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col3 .mdl-info-boxes__info-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col3 .mdl-info-boxes__info-box {
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1180px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col3 .mdl-info-boxes__info-box {
    max-width: calc(33.33% - 20px);
  }
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes.col4 .mdl-info-boxes__info-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col4 .mdl-info-boxes__info-box {
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1180px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col4 .mdl-info-boxes__info-box {
    max-width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 1330px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes.col4 .mdl-info-boxes__info-box {
    max-width: calc(25% - 22.5px);
  }
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #EDF0F5;
  border-radius: 10px;
  padding: 20px 25px;
  height: 195px;
  font-family: "Poppins";
  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;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a:hover {
  background-color: #2757b8;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a:hover .mdl_info_boxes__info-box__icon {
  background-color: #fff;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a:hover .mdl-info-boxes__info-box__content__headline {
  color: #fff;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a:hover .mdl-info-boxes__info-box__content__icon {
  background-color: #fff;
  color: #2757b8;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a .mdl_info_boxes__info-box__icon {
  padding: 8px;
  background-color: transparent;
  border-radius: 50%;
  width: max-content;
  aspect-ratio: 1;
  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;
  transform: translate(-8px, -8px);
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a .mdl_info_boxes__info-box__icon svg {
  display: inline-flex;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content__headline {
  display: inline-flex;
  width: max-content;
  margin-right: 15px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  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;
}
@media screen and (min-width: 860px) {
  .mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content__headline {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
  }
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content__icon {
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E438E;
  border-radius: 50%;
  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;
}
.mdl-info-boxes__outer-wrp .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content__icon svg {
  transform: rotate(90deg);
}

.mdl-downloads__outer-wrp {
  background-color: #fff;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-downloads__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-downloads__outer-wrp {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-downloads__outer-wrp {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-downloads__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
.mdl-downloads__outer-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Poppins";
}
.mdl-downloads__outer-wrp .mdl-downloads {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element {
  position: relative;
  border-radius: 10px;
  background-color: #E9E9E9;
  display: block;
  font-family: "Poppins";
  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;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__fileinfo {
  background-color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  position: absolute;
  top: 0;
  left: 10px;
  transform: translate(0, -50%);
  text-transform: uppercase;
}
.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 (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 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  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-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp__label {
    margin-right: 25px;
  }
}
@media screen and (min-width: 860px) {
  .mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp__label {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  aspect-ratio: 1;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  margin-left: 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__icon {
    margin-left: 0px;
  }
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element__content-wrp__icon svg {
  max-width: 26px;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element:hover {
  background-color: #2757b8;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element:hover .mdl-downloads__download-element__content-wrp__label {
  color: #fff;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element:hover .mdl-downloads__download-element__content-wrp__icon {
  color: #000;
  background-color: #fff;
}
.mdl-downloads__outer-wrp .mdl-downloads .mdl-downloads__download-element:hover .mdl-downloads__download-element__content-wrp__icon svg .arrow_grp {
  animation: up_down infinite 1200ms;
}

.mdl-links__outer-wrp {
  background-color: #fff;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-links__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-links__outer-wrp {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-links__outer-wrp {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-links__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
.mdl-links__outer-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Poppins";
}
.mdl-links__outer-wrp .mdl-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element {
  position: relative;
  border-radius: 10px;
  background-color: rgba(30, 67, 142, 0.1);
  display: block;
  font-family: "Poppins";
  -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: #1E438E;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 600px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp {
    flex-direction: row;
    gap: 0px;
  }
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp__label {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1E438E;
  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: 25px;
  }
}
@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: 500;
    color: #1E438E;
  }
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  aspect-ratio: 1;
  background-color: #1E438E;
  margin-left: auto;
  color: #fff;
  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;
}
@media screen and (min-width: 600px) {
  .mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp__icon {
    margin-left: 0;
  }
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element__content-wrp__icon svg {
  max-width: 26px;
}
.mdl-links__outer-wrp .mdl-links .mdl-links__link-element:hover {
  background-color: #2757b8;
  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-notification-box__outer-wrp {
  background-color: #fff;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-notification-box__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-notification-box__outer-wrp {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-notification-box__outer-wrp {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-notification-box__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
.mdl-notification-box__outer-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Poppins";
}
.mdl-notification-box__outer-wrp .mdl-notification-box {
  padding: 35px;
  position: relative;
  background-color: #E9E9E9;
  font-family: "Poppins";
  display: flex;
  flex-direction: row-reverse;
  border-radius: 10px;
  justify-content: space-between;
}
.mdl-notification-box__outer-wrp .mdl-notification-box.colored {
  background-image: url("assets/img/background-notification.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mdl-notification-box__outer-wrp .mdl-notification-box.colored .mdl-notification-box__close {
  color: #fff;
}
.mdl-notification-box__outer-wrp .mdl-notification-box.colored .notification-box__content p {
  color: #fff;
}
.mdl-notification-box__outer-wrp .mdl-notification-box .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;
}
.mdl-notification-box__outer-wrp .mdl-notification-box .mdl-notification-box__close:hover {
  background-color: #1E438E;
  color: #fff;
}
.mdl-notification-box__outer-wrp .mdl-notification-box .notification-box__content {
  max-width: 920px;
  width: calc(100% - 50px);
}
@media screen and (min-width: 860px) {
  .mdl-notification-box__outer-wrp .mdl-notification-box .notification-box__content {
    width: calc(100% - 100px);
  }
}
.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: #000;
  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: 36px;
    font-weight: 400;
    color: #000;
  }
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn {
  margin-top: 30px;
  background-color: #000;
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 30px;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  width: max-content;
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn .btn__icon {
  width: 24px;
  position: relative;
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn:hover {
  background-color: #2757b8;
}
.mdl-notification-box__outer-wrp .mdl-notification-box a.btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}

.mdl-contact-box__outer-wrp {
  background-color: #fff;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-contact-box__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-contact-box__outer-wrp {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-contact-box__outer-wrp {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-contact-box__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
.mdl-contact-box {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 640px) {
  .mdl-contact-box {
    flex-direction: row;
  }
}
.mdl-contact-box.no-image .mdl-contact-box__content {
  max-width: 100%;
  border-radius: 10px;
}
.mdl-contact-box .mdl-contact-box__image {
  width: 100%;
  margin: auto;
  transform: translate(0, 30px);
}
@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 {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .mdl-contact-box .mdl-contact-box__image img {
    border-radius: 10px 0 0 10px;
  }
}
.mdl-contact-box .mdl-contact-box__content {
  flex-grow: 1;
  position: relative;
  background-image: url(assets/img/bg-gradient.jpg);
  background-size: cover;
  border-radius: 0 0 10px 10px;
  padding: 35px;
  font-family: "Poppins";
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .mdl-contact-box .mdl-contact-box__content {
    max-width: 60%;
    border-radius: 0 10px 10px 0;
  }
}
.mdl-contact-box .mdl-contact-box__content__decoration {
  width: max-content;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.mdl-contact-box .mdl-contact-box__content__decoration svg {
  height: 100%;
  width: auto;
  opacity: 0.45;
}
.mdl-contact-box .mdl-contact-box__content__basic-data {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-bottom: 35px;
  z-index: 3;
}
.mdl-contact-box .mdl-contact-box__content__basic-data h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
  word-break: break-word;
}
.mdl-contact-box .mdl-contact-box__content__basic-data small {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
.mdl-contact-box .mdl-contact-box__content__contact_data {
  margin-top: auto;
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  z-index: 3;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a {
  width: max-content;
  min-width: 240px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  padding: 12px 24px;
  border: 2px solid #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;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a:hover {
  background-color: #fff;
  color: #000;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a:hover span {
  color: #000;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a:hover .btn__icon svg {
  transform: scale(1.1);
}
.mdl-contact-box .mdl-contact-box__content__contact_data a span {
  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;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a .btn__icon {
  display: inline-flex;
  width: 30px;
  justify-content: flex-start;
  height: 20px;
  align-items: center;
  position: relative;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.mobile .btn__icon {
  transform: translate(-1px, 0);
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.email {
  background-color: #000;
  border: 2px solid #000;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.email:hover {
  background-color: #2757b8;
  color: #fff;
  border: 2px solid #2757b8;
}
.mdl-contact-box .mdl-contact-box__content__contact_data a.email:hover span {
  color: #fff;
}

.mdl-image-mosaik__outer-wrp {
  background-color: #fff;
  max-width: 100%;
  padding: 0 0px 120px 0px;
  margin: auto;
  position: relative;
  padding-bottom: 0 !important;
  margin-bottom: 120px;
  overflow: hidden;
}
.mdl-image-mosaik__outer-wrp .module_title {
  font-family: "Poppins";
  padding: 0 10px 45px 10px;
  margin: auto;
  padding-bottom: 30px !important;
}
@media screen and (min-width: 400px) {
  .mdl-image-mosaik__outer-wrp .module_title {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-image-mosaik__outer-wrp .module_title {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-image-mosaik__outer-wrp .module_title {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-image-mosaik__outer-wrp .module_title {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__decor {
  aspect-ratio: 832/1190;
  height: 100%;
  background-image: url(assets/img/background-mosaik.svg);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 43%;
  display: none;
}
@media screen and (min-width: 600px) {
  .mdl-image-mosaik__outer-wrp .mdl-image-mosaik__decor {
    display: inline-block;
  }
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik {
  width: 81.25%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .mdl-image-mosaik__outer-wrp .mdl-image-mosaik {
    display: flex;
  }
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__inner-wrp {
  width: 100%;
  position: relative;
  height: 100%;
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__inner-wrp__grp1 {
  width: 26%;
  z-index: 4;
  position: absolute;
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__inner-wrp__grp1 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__inner-wrp__inner_deco {
  margin: auto;
  width: 30%;
  display: flex;
  align-items: center;
  aspect-ratio: 460/790;
  position: absolute;
  left: 24%;
  top: 0.5dvw;
  z-index: 3;
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__inner-wrp__inner_deco img {
  width: 100%;
  height: auto;
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__inner-wrp__grp2 {
  width: 52%;
  position: absolute;
  right: 0;
  top: 4%;
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__inner-wrp__grp2 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__inner-wrp__grp3 {
  width: 37%;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-40%, -80%);
}
.mdl-image-mosaik__outer-wrp .mdl-image-mosaik__inner-wrp__grp3 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.mdl-image-mosaik__outer-wrp .mdl_image_mobile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "mdl_image_mobile__left mdl_image_mobile__right_top" "mdl_image_mobile__left mdl_image_mobile__right_bottom";
}
@media screen and (min-width: 600px) {
  .mdl-image-mosaik__outer-wrp .mdl_image_mobile {
    display: none;
  }
}
.mdl-image-mosaik__outer-wrp .mdl_image_mobile__grid-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdl-image-mosaik__outer-wrp .mdl_image_mobile__left {
  grid-area: mdl_image_mobile__left;
}
.mdl-image-mosaik__outer-wrp .mdl_image_mobile__right_top {
  grid-area: mdl_image_mobile__right_top;
}
.mdl-image-mosaik__outer-wrp .mdl_image_mobile__right_bottom {
  grid-area: mdl_image_mobile__right_bottom;
}

.mdl-form__outer-wrp {
  background-color: #fff;
  padding: 0 10px 45px 10px;
  margin: auto;
  font-family: "Poppins";
}
@media screen and (min-width: 400px) {
  .mdl-form__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-form__outer-wrp {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-form__outer-wrp {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-form__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
.mdl-form__outer-wrp .mdl-form h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 28px;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp {
    width: calc(50% - 8px);
  }
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp.full {
  width: 100%;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp.full label {
  top: 15px;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp.file-wrp {
  flex-direction: column;
  margin-bottom: 25px;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp.file-wrp span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  padding: 5px;
  display: block;
  width: 100%;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp label {
  position: absolute;
  pointer-events: none;
  padding: 5px;
  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;
  left: 10px;
  z-index: 2;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp input, .mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp textarea {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  min-height: 48px;
  background-color: #E9E9E9;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  border: 0;
}
@media screen and (min-width: 420px) {
  .mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp input, .mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp textarea {
    padding: 15px 15px;
  }
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp.is-focused input {
  border: 2px solid #2757b8;
  outline: 0;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp.is-focused label, .mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .form-element-wrp.has-value label {
  top: 0;
  left: 0px;
  color: #fff;
  background-color: #1E438E;
  transform: translate(15px, -50%);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .wpcf7-acceptance {
  padding-bottom: 25px;
  position: relative;
  display: block;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .wpcf7-acceptance input {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 2px;
  border: 0;
  pointer-events: none;
  opacity: 1;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .wpcf7-acceptance a {
  color: #000;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .wpcf7-acceptance a:hover {
  color: #1E438E;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-color: white;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  border-radius: 5px;
  border: 2px solid rgba(8, 41, 87, 0.16);
}
.mdl-form__outer-wrp .mdl-form .mdl-form__form-wrp .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  background-color: #1E438E;
  border: 2px solid #1E438E;
}
.mdl-form__outer-wrp .mdl-form .submit-button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  margin-left: auto;
}
.mdl-form__outer-wrp .mdl-form .submit-button .wpcf7-submit {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: 12px 26px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #000;
  border: 0px;
  width: 190px;
  border-radius: 30px;
  height: 50px;
  cursor: pointer;
  -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;
  justify-content: center;
}
.mdl-form__outer-wrp .mdl-form .submit-button .wpcf7-submit:hover {
  background-color: #2757b8;
  color: #fff;
}
.mdl-form__outer-wrp .mdl-form .submit-button .wpcf7-submit:hover:after {
  animation: back_forwards_min infinite 1200ms;
}
.mdl-form__outer-wrp .mdl-form .submit-button .wpcf7-submit:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g id="arrow-down" transform="translate(0 24) rotate(-90)"><path id="Pfad_23" data-name="Pfad 23" d="M0,0H24V24H0Z" fill="none"/><path id="Pfad_24" data-name="Pfad 24" d="M0,0V14" transform="translate(12 5)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_25" data-name="Pfad 25" d="M6,0,0,6" transform="translate(12 13)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_26" data-name="Pfad 26" d="M0,0,6,6" transform="translate(6 13)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') center center no-repeat;
}
.mdl-form__outer-wrp .mdl-form .submit-button .wpcf7-submit:disabled {
  background-color: #D92B3A;
  color: white;
  cursor: not-allowed;
  border: 2px solid #D92B3A;
  opacity: 0.5;
}
.mdl-form__outer-wrp .mdl-form .submit-button .wpcf7-submit:focus {
  outline: 2px solid #D92B3A;
}
.mdl-form__outer-wrp .mdl-form .wpcf7-not-valid-tip {
  color: #D92B3A;
  position: absolute;
}
.mdl-form__outer-wrp .mdl-form .wpcf7-response-output {
  padding: 20px 15px !important;
  width: 100%;
  margin: 20px 0 0 0;
  border-radius: 10px;
  background-color: #2757b8;
  border-color: #2757b8 !important;
  color: #fff;
}
.mdl-form__outer-wrp .mdl-form .wpcf7 form.invalid .wpcf7-response-output, .mdl-form__outer-wrp .mdl-form .wpcf7 form.unaccepted .wpcf7-response-output, .mdl-form__outer-wrp .mdl-form .wpcf7 form.payment-required .wpcf7-response-output, .mdl-form__outer-wrp .mdl-form .wpcf7 form.failed .wpcf7-response-output, .mdl-form__outer-wrp .mdl-form .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #D92B3A !important;
  border-color: #D92B3A !important;
}

/*
.mdl-form_old {
  .module_title {
    @extend .mdl_title;
  }

  @media screen and (max-width: 600px) {
    max-width: 100%;
    margin: 0;
  }


  .mdl-form__wrp {
    .mdl-form__wrp__inner-wrp {
      padding: 100px 90px;
      border-radius: 5px;
      background: #EFEFEF;

      @media screen and (max-width: 1680px) {
        padding: 80px 50px;
      }

      @media screen and (max-width: 1360px) {
        padding: 60px 35px;
      }

      @media screen and (max-width: 1180px) {
        padding: 80px 50px;
      }
      @media screen and (max-width: 600px) {
        padding: 35px 25px;
      }


      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: flex-end;

      .mdl-form__wrp__inner-wrp__intro {

        max-width: 650px;
        align-self: flex-start;
        margin-bottom: 25px;

        @media screen and (max-width: 900px) {
          width: 100%;
          padding-left: 0;
          margin-left: 0;
          max-width: 100%;
        }

        h3 {
          @include font_options(30px, 36px, $default_font_color, 600);
          margin-bottom: 15px;

        }

        p {
          font-weight: 300;
          @include font_options(20px, 28px, $default_font_color, 500);

          margin-bottom: 15px;
        }
      }

      .mdl-form__wrp__inner__form {
        width: 100%;

        .wpcf7-form {
          display: flex;
          flex-direction: column;
          gap: 20px;

          .form--row {
            display: flex;
            align-items: flex-start;
            gap: 80px;
            justify-content: space-between;

            @media screen and (max-width: 1366px) {
              gap: 60px;
            }

            @media screen and (max-width: 900px) {
              flex-direction: column;
              justify-content: flex-start;
              align-items: flex-start;
              gap: 10px;
            }

            &.privacy {

              .form-filler {
                width: 140px;
              }

              a {
                color: $primary_color;
                @include transition_default(color, 300ms, ease-in-out);

                &:hover {
                  color: $primary_color_hover;
                }
              }

              @media screen and (max-width: 900px) {
                padding-left: 0;
              }

              label {
                width: auto;
              }
            }

            &.notice {
              width: 100%;
              max-width: 100%;
              font-size: 16px;
              @media screen and (max-width: 900px) {
                padding-left: 0;
              }

              .form-filler {
                width: 140px;
              }
            }


          }

          label {
            display: block;
            @include font_options(20px, 19px, $default_font_color, 500);
            width: 140px;
            @media screen and (max-width: 900px) {
              width: 100%;
            }
          }

          .form--row--content {
            max-width: 720px;
            display: flex;
            flex-direction: column;
            position: relative;
            flex-grow: 1;
            width: calc(100% - 220px);
            @media screen and (max-width: 1366px) {
              width: calc(100% - 200px);
            }
            @media screen and (max-width: 900px) {
              max-width: 100%;
              width: 100%;
            }


            input[type=radio] {
              display: none;
            }

            &.form--row--content--dropdown {
              .wpcf7-select {
                -webkit-appearance: button;
                -moz-appearance: button;
                appearance: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -webkit-padding-end: 20px;
                border: 2px solid transparent;
                border-radius: 3px;
                overflow: hidden;
                padding: 10px 25px;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
                min-width: 210px;

                &:focus {
                  background-color: darken(#fff, 2);
                  outline-color: darken(#E5E5E5, 5);
                }

                option {


                  &:hover, &:checked {
                    background-color: $primary_color;
                    color: white;
                  }
                }
              }

              &:after {
                position: absolute;
                content: "";
                display: block;
                right: 30px;
                top: 17px;
                bottom: unset;
                width: 16px;
                height: 16px;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.29' height='9.996' viewBox='0 0 18.29 9.996'%3E%3Cpath id='Pfad_17488' data-name='Pfad 17488' d='M0 0 8.445 8.282 16.89 0' transform='translate(0.7 0.714)' fill='none' stroke='%23084772' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") no-repeat center right;
                background-size: contain;
                transition: transform 0.2s ease-in-out;
                pointer-events: none;
              }
            }

            input, select, textarea {
              width: 100%;
              border: 2px solid rgba(8, 41, 87, 0.16);
              border-radius: 7px;
              padding: 15px;
              font-size: 20px;
              font-weight: 500;
              display: block;
              box-sizing: border-box;
              @include transition_default(all, 300ms, ease-in-out);


              &.wpcf7-submit {
                @include font_options(16px, 17px, white, 500);
                text-decoration: none;
                padding: 12px 26px;
                display: inline-flex;
                align-items: center;
                gap: 5px;
                background-color: $primary_color;
                border: 2px solid $primary_color;

                @include transition_default(all, 300ms, ease-in-out);

                &:hover {
                  background-color: transparent;
                  color: $primary_color;
                }


                cursor: pointer;

                &:disabled {
                  background-color: $secondary_color;
                  color: white;
                  cursor: not-allowed;
                  border: 2px solid $secondary_color;
                  opacity: 0.5
                }
              }

              &[type=text], &[type=email] {
                &:focus {
                  background-color: darken(#fff, 2);
                  outline-color: darken(#E5E5E5, 5);
                }
              }

            }

            textarea {
              &:focus {
                background-color: darken(#fff, 2);
                outline-color: darken(#E5E5E5, 5);
              }
            }

            &.form--row--content--gender-select {
              padding: 15px 0;

              .wpcf7-radio {
                display: flex;
                gap: 60px;
                @media screen and (max-width: 600px) {
                  flex-direction: column;
                  gap: 15px;
                }

                .wpcf7-list-item {
                  margin: 0;

                  label {
                    width: auto;
                  }

                  .wpcf7-list-item-label {
                    margin-left: 0;
                  }

                  .wpcf7-list-item-label:before {
                    left: 0px;
                    top: -30px;
                  }

                  input {
                    opacity: 0;
                    display: none;
                    margin: 0;
                    width: 20px;
                    height: 20px;
                    cursor: pointer;
                    background-color: white;
                    border: 2px solid rgba(8, 41, 87, 0.16);
                  }

                  .wpcf7-list-item-label {
                    position: relative;
                    padding-left: 35px;
                    cursor: pointer;

                    &:before {
                      content: " ";
                      position: absolute;
                      top: -5px;
                      left: 0px;
                      width: 20px;
                      height: 20px;
                      background-color: white;
                      pointer-events: none;
                      transition: all .2s ease-in-out;
                      z-index: 2;
                      border-radius: 5px;
                      border: 2px solid rgba(8, 41, 87, 0.16);
                    }
                  }

                  input:checked + .wpcf7-list-item-label:before {
                    background-color: $primary_color;
                    border: 2px solid $primary_color;
                  }
                }
              }
            }

            &.form--row--content--submit {
              display: flex;
              margin-right: 0px;
              max-width: 100%;

              width: 100%;
              align-items: flex-end;


              input {
                width: max-content;
              }


            }
          }


        }

        .wpcf7-acceptance {
          input {
            display: none !important;
          }

          a {
            color: #04193A;
          }

          .wpcf7-list-item {
            margin-left: 0;
          }


          .wpcf7-list-item-label {
            position: relative;
            padding-left: 50px;
            cursor: pointer;
            display: block;
            @include font_options(18px, 26px, null, null);

            &:before {
              content: " ";
              position: absolute;
              top: 3px;
              left: 0px;
              width: 30px;
              height: 30px;
              background-color: white;
              pointer-events: none;
              transition: all .2s ease-in-out;
              z-index: 2;
              border-radius: 5px;
              border: 2px solid rgba(8, 41, 87, 0.16);

            }
          }

          input:checked + .wpcf7-list-item-label:before {
            background-color: $primary_color;
            border: 2px solid $primary_color;

          }

        }
      }
    }
  }

  .wpcf7-not-valid-tip {
    color: $primary_color;
  }

  .wpcf7-response-output {
    color: white;
    padding: 20px 15px !important;
    margin-left: 220px !important;
    max-width: 720px;
    margin-right: 0 !important;
    width: calc(100% - 220px);
    @media screen and (max-width: 780px) {
      max-width: 100%;
      margin-left: 0 !important;
      width: 100%;
    }
  }

  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background-color: $secondary_color;
    border-color: $secondary_color;
  }
}*/
.mdl-video__decor-wrp {
  width: 100%;
}
.mdl-video__decor-wrp:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="447" height="670" viewBox="0 0 447 670"><defs><clipPath id="clip-path"><rect id="Rechteck_3854" data-name="Rechteck 3854" width="447" height="670" transform="translate(-24 1796)" fill="%23fff" stroke="%23707070" stroke-width="1"/></clipPath></defs><g id="Gruppe_maskieren_17" data-name="Gruppe maskieren 17" transform="translate(24 -1796)" clip-path="url(%23clip-path)"><g id="Gruppe_20046" data-name="Gruppe 20046" transform="translate(-5100.152 -328.693) rotate(-59)"><g id="Gruppe_17830" data-name="Gruppe 17830" transform="translate(713.155 6166.524) rotate(-150)"><g id="Gruppe_17811" data-name="Gruppe 17811"><path id="Pfad_392" data-name="Pfad 392" d="M4.613,0Q2.308.271,0,.5" transform="translate(1016.752 1081.841)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" stroke-dasharray="11"/><path id="Pfad_393" data-name="Pfad 393" d="M1001.34,1083.441c-84.983,3.624-171.2-32.495-227.482-96.416-34.5-39.178-57.487-86.852-82.883-132.455s-54.722-90.9-97.623-120.648S490.97,693.145,445.672,719.094,381.646,814.065,417.1,852.383c37.78,40.838,112.335,22.965,143.069-23.406s26.842-107.918,10.377-161.054c-45.854-147.984-186.362-261.76-340.676-275.862-52.555-4.8-116.055,8.008-136.27,56.746-18.039,43.491,12.416,96.822,56.642,113s95.354.979,132.08-28.494c65.33-52.427,89.811-145.62,71.94-227.446s-72.911-152.1-140.133-202.08C150.2,56.26,75.632,25.309,0,0" transform="translate(0 0)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" stroke-dasharray="11 19.975"/></g></g><g id="Gruppe_18751" data-name="Gruppe 18751" transform="translate(336.69 4684)"><circle id="Ellipse_20" data-name="Ellipse 20" cx="6.667" cy="6.667" r="6.667" transform="translate(10.256 10.256)" fill="%231e438e"/><circle id="Ellipse_21" data-name="Ellipse 21" cx="16.923" cy="16.923" r="16.923" transform="translate(0 0)" fill="%231e438e" opacity="0.1"/></g></g></g></svg>') no-repeat center center;
  width: 23%;
  aspect-ratio: 447/670;
  background-size: cover;
  position: absolute;
  left: 0;
  content: "";
  display: none;
  transform: translate(-30%, 20%);
}
@media screen and (min-width: 900px) {
  .mdl-video__decor-wrp:after {
    display: block;
  }
}
@media screen and (min-width: 1420px) {
  .mdl-video__decor-wrp:after {
    transform: translate(-20%, -20%);
  }
}
@media screen and (min-width: 1680px) {
  .mdl-video__decor-wrp:after {
    transform: translate(0%, -20%);
  }
}

.mdl-video__outer-wrp {
  background-color: #fff;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-video__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-video__outer-wrp {
    padding: 0 45px 45px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-video__outer-wrp {
    padding: 0 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-video__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
.mdl-video__outer-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Poppins";
}
.mdl-video__outer-wrp .mdl-video {
  width: 100%;
}
.mdl-video__outer-wrp .mdl-video video {
  width: 100%;
  height: auto;
  line-height: 0;
  border: 0px;
  display: block;
}
.mdl-video__outer-wrp .mdl-video__video-wrp {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.mdl-video__outer-wrp .mdl-video__video-wrp__video-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mdl-video__outer-wrp .mdl-video__video-wrp__video-overlay button {
  width: 78px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  outline: 0;
  cursor: pointer;
  -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;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.mdl-video__outer-wrp .mdl-video__video-wrp__video-overlay button:hover {
  transform: scale(1.1);
}
.mdl-video__outer-wrp .mdl-video figcaption {
  padding: 30px 30px;
  background-color: #D92B3A;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: white;
}

.mdl-news-slider__outer-wrp {
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-news-slider__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-news-slider__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-news-slider__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-news-slider__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-news-slider__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 25px;
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline h2 {
  font-family: "Syncopate";
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 520px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
@media screen and (min-width: 860px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline h2 strong {
  font-weight: 700;
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline .btn {
  background-color: #000;
  border-radius: 50%;
  display: inline-flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  font-family: "Poppins";
}
@media screen and (min-width: 600px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline .btn {
    padding: 16px 30px;
    border-radius: 30px;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: none;
}
@media screen and (min-width: 600px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline .btn span {
    display: inline-block;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline .btn__icon {
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline .btn__icon {
    height: auto;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline .btn:hover {
  background-color: #2757b8;
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__headline .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (min-width: 900px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item {
    flex-direction: row-reverse;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__image {
  width: 100%;
  aspect-ratio: 820/495;
}
@media screen and (min-width: 900px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__image {
    width: 49%;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 640px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__image img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
@media screen and (min-width: 900px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__image img {
    border-top-left-radius: unset;
    border-bottom-right-radius: 10px;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__newmarker {
  background-color: #1E438E;
  color: #fff;
  font-family: "Poppins";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
  width: max-content;
  border-radius: 7px;
  transform: translate(24px, -50%);
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content {
  width: 100%;
  background-color: rgba(233, 233, 233, 0.5);
  padding: 40px 35px;
  font-family: "Poppins";
}
@media screen and (min-width: 640px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content {
    padding: 35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (min-width: 900px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content {
    width: 51%;
    padding: 35px 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: unset;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content__post-date {
  margin-bottom: 13px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content__post-date {
    display: none;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 560px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
  }
}
@media screen and (min-width: 860px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #000;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content .excerpt {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 1180px) {
  .mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content .excerpt {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
  }
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content .btn {
  margin-top: 30px;
  background-color: #000;
  border-radius: 30px;
  display: inline-flex;
  padding: 16px 30px;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content .btn__icon {
  width: 24px;
  position: relative;
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content .btn:hover {
  background-color: #2757b8;
}
.mdl-news-slider__outer-wrp .mdl-news-slider__inner__swiper-wrp .news-item__content .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}

.mdl-image-slider__outer-wrp {
  background-color: #fff;
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .mdl-image-slider__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-image-slider__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-image-slider__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-image-slider__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-image-slider__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-image-slider__outer-wrp {
    padding-right: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100vw - (100vw - 1640px) / 2) !important;
    margin-left: max(0px, (100vw - 1640px) / 2) !important;
  }
}
.mdl-image-slider__outer-wrp .mdl-image-slider__swiper-box__swiper .swiper {
  margin-left: 0;
  overflow: visible;
}
.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-radius: 15px;
}
.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 .mdl-image-slider__swiper-controls .hy-swiper-controls {
  margin-top: 25px;
}
@media screen and (min-width: 600px) {
  .mdl-image-slider__outer-wrp .mdl-image-slider .mdl-image-slider__swiper-controls .hy-swiper-controls {
    margin-right: auto;
    margin-left: 0;
  }
}

.mdl-intro-bereiche__outer-wrp {
  background-color: #fff;
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-intro-bereiche__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-intro-bereiche__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-intro-bereiche__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-intro-bereiche__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-intro-bereiche__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline h2 {
  font-family: "Syncopate";
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 520px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
@media screen and (min-width: 600px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline h2 {
    max-width: calc(100% - 250px);
  }
}
@media screen and (min-width: 860px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline h2 strong {
  font-weight: 700;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline .btn {
  min-width: 220px;
  height: max-content;
  background-color: #000;
  border-radius: 50%;
  padding: 8px;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-left: auto;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 30px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  font-family: "Poppins";
  display: none;
}
@media screen and (min-width: 600px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline .btn {
    display: inline-flex;
  }
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: none;
}
@media screen and (min-width: 600px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline .btn span {
    display: inline-block;
  }
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline .btn__icon {
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline .btn__icon {
    height: auto;
  }
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline .btn:hover {
  background-color: #2757b8;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content__headline .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content p {
  max-width: 840px;
  width: 100%;
  font-family: "Poppins";
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 860px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__content p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
  }
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche {
  width: 100%;
  display: flex;
  margin-top: 60px;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (min-width: 720px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul {
    gap: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul {
    gap: 33px;
  }
}
@media screen and (min-width: 1330px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul {
    gap: 32px;
  }
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li {
  position: relative;
  aspect-ratio: 320/210;
  background-color: red;
  border-radius: 10px;
  width: 100%;
  list-style-type: 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;
}
@media screen and (min-width: 720px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li {
    width: calc(50% - 7px);
    aspect-ratio: 387/251;
  }
}
@media screen and (min-width: 1280px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li {
    width: calc(33.33% - 22px);
  }
}
@media screen and (min-width: 1330px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li {
    width: calc(25% - 24px);
    min-width: 250px;
  }
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:hover:after {
  animation: back_forwards infinite 1000ms;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:after {
  aspect-ratio: 145/251;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="145.78" height="251" viewBox="0 0 145.78 251"><defs><linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%23fff"/><stop offset="1" stop-color="%23fff" stop-opacity="0"/></linearGradient></defs><path id="Pfad_35683" data-name="Pfad 35683" d="M244.226,17.523h-74.5l67.33,89.055L166.211,268.523h70.155l75.625-161.945Z" transform="translate(-166.211 -17.523)" opacity="0.48" fill="url(%23linear-gradient)" style="mix-blend-mode: overlay;isolation: isolate"/></svg>') no-repeat center center;
  content: "";
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 10px;
  opacity: 0.48;
  pointer-events: none;
  margin-bottom: 5px;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:nth-of-type(1) {
  background-color: #1E438E;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:nth-of-type(1):hover {
  background-color: #2757b8;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:nth-of-type(2) {
  background-color: #D92B3A;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:nth-of-type(2):hover {
  background-color: #e15662;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:nth-of-type(3) {
  background-color: #3261AB;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:nth-of-type(3):hover {
  background-color: #4779c9;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:nth-of-type(4) {
  background-color: #6B86C3;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li:nth-of-type(4):hover {
  background-color: #8fa4d2;
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li a {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
  }
}
@media screen and (min-width: 1480px) {
  .mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li a {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
  }
}
.mdl-intro-bereiche__outer-wrp .mdl-intro-bereiche__bereiche ul li a:after {
  content: "";
  position: static;
  display: inline-block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  aspect-ratio: 1;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25.285" height="22.812" viewBox="0 0 25.285 22.812"><g id="Komponente_3_1" data-name="Komponente 3 – 1" transform="translate(1.5 2.121)"><path id="Pfad_24" data-name="Pfad 24" d="M0,0V21.664" transform="translate(0 9.285) rotate(-90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="Pfad_25" data-name="Pfad 25" d="M9.285,0,0,9.285" transform="translate(12.379 9.285) rotate(-90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="Pfad_26" data-name="Pfad 26" d="M0,0,9.285,9.285" transform="translate(12.379 18.569) rotate(-90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></svg>') no-repeat center center;
  background-size: contain;
  margin-bottom: 3px;
}

.mdl-text-intro__outer-wrp {
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-text-intro__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-text-intro__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-text-intro__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-text-intro__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-text-intro__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
.mdl-text-intro__outer-wrp .mdl-text-intro {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .mdl-text-intro__outer-wrp .mdl-text-intro {
    gap: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.mdl-text-intro__outer-wrp .mdl-text-intro__headline {
  max-width: 480px;
  flex-grow: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 520px) {
  .mdl-text-intro__outer-wrp .mdl-text-intro__headline {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mdl-text-intro__outer-wrp .mdl-text-intro__headline {
    margin-bottom: 15px;
  }
}
.mdl-text-intro__outer-wrp .mdl-text-intro__headline h2 {
  font-family: "Syncopate";
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 520px) {
  .mdl-text-intro__outer-wrp .mdl-text-intro__headline h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
@media screen and (min-width: 860px) {
  .mdl-text-intro__outer-wrp .mdl-text-intro__headline h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
.mdl-text-intro__outer-wrp .mdl-text-intro__headline h2 strong {
  font-weight: 700;
}
.mdl-text-intro__outer-wrp .mdl-text-intro__content {
  flex-grow: 1;
  font-family: "Poppins";
}
@media screen and (min-width: 960px) {
  .mdl-text-intro__outer-wrp .mdl-text-intro__content {
    max-width: 50%;
  }
}
.mdl-text-intro__outer-wrp .mdl-text-intro__content p {
  margin-bottom: 25px;
}
.mdl-text-intro__outer-wrp .mdl-text-intro__content__link .btn {
  min-width: 220px;
  height: max-content;
  background-color: #000;
  border-radius: 50%;
  padding: 8px;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-left: auto;
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 30px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  font-family: "Poppins";
  display: none;
}
@media screen and (min-width: 600px) {
  .mdl-text-intro__outer-wrp .mdl-text-intro__content__link .btn {
    display: inline-flex;
  }
}
.mdl-text-intro__outer-wrp .mdl-text-intro__content__link .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: none;
}
@media screen and (min-width: 600px) {
  .mdl-text-intro__outer-wrp .mdl-text-intro__content__link .btn span {
    display: inline-block;
  }
}
.mdl-text-intro__outer-wrp .mdl-text-intro__content__link .btn__icon {
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .mdl-text-intro__outer-wrp .mdl-text-intro__content__link .btn__icon {
    height: auto;
  }
}
.mdl-text-intro__outer-wrp .mdl-text-intro__content__link .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-text-intro__outer-wrp .mdl-text-intro__content__link .btn:hover {
  background-color: #2757b8;
}
.mdl-text-intro__outer-wrp .mdl-text-intro__content__link .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}

.mdl-tour-position-wrp {
  position: relative;
  overflow: hidden;
}
.mdl-tour-position-wrp:after {
  content: "";
  display: block;
  pointer-events: none;
  width: 1864px;
  height: 215px;
  position: absolute;
  top: 0;
  z-index: -1;
  background: linear-gradient(180deg, #e8ecf3 0, #fff 64%);
  border-radius: 10px 0 0 0;
}
@media screen and (min-width: 680px) {
  .mdl-tour-position-wrp:after {
    left: 0px;
  }
}
@media screen and (min-width: 860px) {
  .mdl-tour-position-wrp:after {
    left: 55px;
  }
}
@media screen and (min-width: 680px) {
  .mdl-tour-position-wrp {
    border-radius: 10px 0 0 0px;
  }
}

.mdl-tour-slider__outer-wrp {
  margin: auto;
  max-width: 1640px;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner {
  width: calc(100% - 20px);
  padding: 70px 0px 70px 0px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 600px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner {
    padding: 70px 0px 90px 0px;
  }
}
@media screen and (min-width: 769px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner {
    width: calc(100% - 40px);
    padding: 70px 0px 180px 40px;
    margin-left: 40px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1281px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner {
    padding: 70px 80px 180px 0px;
    margin-left: 80px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1800px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner {
    margin: auto;
    width: 100%;
    padding-right: 0;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 35px;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline h2 {
  font-family: "Syncopate";
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 520px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
@media screen and (min-width: 860px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline h2 strong {
  font-weight: 700;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline .btn {
  background-color: #000;
  border-radius: 50%;
  display: inline-flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  font-family: "Poppins";
}
@media screen and (min-width: 680px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline .btn {
    padding: 16px 30px;
    border-radius: 30px;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: none;
}
@media screen and (min-width: 680px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline .btn span {
    display: inline-block;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline .btn__icon {
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 680px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline .btn__icon {
    height: auto;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline .btn:hover {
  background-color: #2757b8;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__headline .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content {
  width: 100%;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content .swiper .swiper-wrapper {
  align-items: stretch;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content .swiper .swiper-wrapper .swiper-slide {
  height: auto !important;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid {
    flex-direction: row;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single {
  display: flex;
  align-items: stretch;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  background-color: #EDF0F5;
  font-family: "Poppins";
  flex-direction: column;
}
@media screen and (min-width: 680px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single {
    max-width: 100%;
    flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single {
    flex-direction: column;
    max-width: calc(50% - 25px);
  }
}
@media screen and (min-width: 1480px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single {
    flex-direction: row;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__image {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 680px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__image {
    width: 40%;
  }
}
@media screen and (min-width: 900px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__image {
    width: 100%;
  }
}
@media screen and (min-width: 1480px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__image {
    width: 40%;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__image img, .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1480px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__image img, .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__image picture {
    max-width: 600px;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__image__newmarker {
  background-color: #1E438E;
  color: #fff;
  font-family: "Poppins";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
  width: max-content;
  border-radius: 7px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-transform: uppercase;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content {
  padding: 15px 24px 30px 24px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 680px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content {
    width: calc(60% - 25px);
  }
}
@media screen and (min-width: 900px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content {
    width: 100%;
  }
}
@media screen and (min-width: 1480px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content {
    width: calc(60% - 25px);
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 13px;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 13px;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content a {
  margin-top: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #1E438E;
  text-decoration: none;
  gap: 15px;
  -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;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content a span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 420px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content a span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content a svg {
  transform: rotate(-90deg);
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content a:hover {
  background-color: #000;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content__badges__badge {
  display: flex;
  gap: 7px;
  padding: 6px 11px;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1.5px solid #BFCADE;
  height: max-content;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content__badges__badge span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__grid__tour-grid-single__content__badges__badge svg {
  height: 18px;
  width: auto;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #EDF0F5;
  font-family: "Poppins";
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__image img, .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__image picture {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__newmarker {
  background-color: #1E438E;
  color: #fff;
  font-family: "Poppins";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
  width: max-content;
  border-radius: 7px;
  transform: translate(24px, -50%);
  text-transform: uppercase;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content {
  padding: 15px 24px 30px 24px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 13px;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 13px;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content a {
  margin-top: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #1E438E;
  text-decoration: none;
  gap: 15px;
  -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;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content a span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 420px) {
  .mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content a span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
  }
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content a svg {
  transform: rotate(-90deg);
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content a:hover {
  background-color: #000;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  padding-bottom: 20px;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content__badges__badge {
  display: flex;
  gap: 7px;
  padding: 6px 11px;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1.5px solid #BFCADE;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content__badges__badge span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.mdl-tour-slider__outer-wrp .mdl-tour-slider__inner__content__tour-single__content__badges__badge svg {
  height: 18px;
  width: auto;
}

.mdl-tour-grid-position-wrp {
  position: relative;
}
@media screen and (min-width: 680px) {
  .mdl-tour-grid-position-wrp {
    margin-left: 40px;
    width: calc(100% - 40px);
    border-radius: 10px 0 0 0px;
  }
}
@media screen and (min-width: 860px) {
  .mdl-tour-grid-position-wrp {
    margin-left: 55px;
    width: calc(100% - 55px);
  }
}
.mdl-tour-grid-position-wrp:after {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  aspect-ratio: 1864/215;
  position: absolute;
  top: 0;
  z-index: -1;
  background: linear-gradient(180deg, #e8ecf3 0, #fff 64%);
  border-radius: 10px 0 0 0;
}

.mdl-tour-grid__outer-wrp {
  margin: auto;
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-tour-grid__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-tour-grid__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-tour-grid__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-tour-grid__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-tour-grid__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner {
  width: 100%;
  padding: 0px 0 45px 0;
}
@media screen and (min-width: 600px) {
  .mdl-tour-grid__outer-wrp .mdl-tour-grid__inner {
    padding: 0px 0 60px 0;
  }
}
@media screen and (min-width: 769px) {
  .mdl-tour-grid__outer-wrp .mdl-tour-grid__inner {
    padding: 0px 0 120px 0;
  }
}
@media screen and (min-width: 1680px) {
  .mdl-tour-grid__outer-wrp .mdl-tour-grid__inner {
    padding: 0px 0 180px 0;
  }
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content .mdl-tour-grid__inner__filter {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content .mdl-tour-grid__inner__filter button {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  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;
  cursor: pointer;
}
@media screen and (min-width: 420px) {
  .mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content .mdl-tour-grid__inner__filter button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
  }
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content .mdl-tour-grid__inner__filter button:hover {
  background-color: rgb(233, 233, 233);
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content .mdl-tour-grid__inner__filter button.is-active {
  background-color: #1E438E;
  color: #fff;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content .mdl-tour-grid__inner__filter button.is-active:hover {
  background-color: #2757b8;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single {
  display: none;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #EDF0F5;
  font-family: "Poppins";
  height: auto;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single.is-active {
  display: flex;
  animation: loaderFadeIn 1s forwards;
}
@media screen and (min-width: 920px) {
  .mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 1280px) {
  .mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single {
    width: calc(33.33% - 16px);
  }
}
@media screen and (min-width: 1680px) {
  .mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single {
    width: calc(25% - 18px);
  }
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__image img, .mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__image picture {
  width: 100%;
  height: auto;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__newmarker {
  background-color: #1E438E;
  color: #fff;
  font-family: "Poppins";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
  width: max-content;
  border-radius: 7px;
  transform: translate(24px, -50%);
  text-transform: uppercase;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content {
  padding: 15px 24px 30px 24px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 13px;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 13px;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content a {
  margin-top: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #1E438E;
  text-decoration: none;
  gap: 15px;
  -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;
  min-width: max-content;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content a span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 420px) {
  .mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content a span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
  }
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content a svg {
  transform: rotate(-90deg);
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content a:hover {
  background-color: #000;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 25px;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content__badges__badge {
  display: flex;
  gap: 7px;
  padding: 6px 11px;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1.5px solid #BFCADE;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content__badges__badge span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.mdl-tour-grid__outer-wrp .mdl-tour-grid__inner__content__tour-single__content__badges__badge svg {
  height: 18px;
  width: auto;
}

.mdl-tour-grid__inner__content__loading {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  max-height: 0;
  position: absolute;
  pointer-events: none;
}
.mdl-tour-grid__inner__content__loading.is-active {
  overflow: visible;
  max-height: max-content;
  position: static;
  pointer-events: all;
}
.mdl-tour-grid__inner__content__loading .loading-animation {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: max-content;
  padding: 15px 35px;
  border-radius: 7px;
  background-color: #edf0f5;
}
.mdl-tour-grid__inner__content__loading .loading-animation__arrows {
  width: 30%;
  display: flex;
  gap: 0px;
  opacity: 0;
  animation: loaderFadeIn 0.35s ease forwards;
}
.mdl-tour-grid__inner__content__loading .loading-animation__arrows__arrow {
  opacity: 0;
  animation: loaderFadeIn 1s ease infinite;
}
.mdl-tour-grid__inner__content__loading .loading-animation__arrows__arrow svg {
  width: 100%;
  height: auto;
}
.mdl-tour-grid__inner__content__loading .loading-animation__arrows__arrow:nth-of-type(1) {
  color: #1E438E;
  opacity: 0.5;
  animation-name: loaderFadeInFromHalf;
  animation-delay: 0s;
}
.mdl-tour-grid__inner__content__loading .loading-animation__arrows__arrow:nth-of-type(2) {
  color: #D92B3A;
  animation-delay: 0.15s;
}
.mdl-tour-grid__inner__content__loading .loading-animation__arrows__arrow:nth-of-type(3) {
  color: #3261AB;
  animation-delay: 0.3s;
}
.mdl-tour-grid__inner__content__loading .loading-animation__arrows__arrow:nth-of-type(4) {
  color: #6B86C3;
  animation-delay: 0.45s;
}
.mdl-tour-grid__inner__content__loading .loading-animation .loading-animation__label {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  opacity: 0;
  animation: loaderFadeIn 0.35s ease forwards;
  animation-delay: 0.65s;
}

@keyframes loaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loaderFadeInFromHalf {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.mdl-theme-boxes-slider-clear__outer-wrp {
  background-color: #fff;
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .mdl-theme-boxes-slider-clear__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-theme-boxes-slider-clear__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-theme-boxes-slider-clear__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-theme-boxes-slider-clear__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-theme-boxes-slider-clear__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
.mdl-theme-boxes-slider-clear__outer-wrp h2 {
  font-family: "Syncopate";
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (min-width: 520px) {
  .mdl-theme-boxes-slider-clear__outer-wrp h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
@media screen and (min-width: 860px) {
  .mdl-theme-boxes-slider-clear__outer-wrp h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
  }
}
.mdl-theme-boxes-slider-clear__outer-wrp h2 strong {
  font-weight: 700;
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear {
  display: flex;
  flex-direction: column;
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  position: relative;
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box:has(a:hover) .mdl-theme-boxes__theme-box__image img {
  transform: scale(1.1);
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box:has(a:hover) .mdl-theme-boxes__theme-box__image:after {
  opacity: 0.4;
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__image img {
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  -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-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__image:after {
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 30%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: 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;
  opacity: 0.48;
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__content {
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 25px 35px;
  font-family: "Poppins";
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 560px) {
  .mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__content {
    padding: 45px 50px;
  }
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__content h3 {
  padding-bottom: 20px;
  color: #fff;
  text-shadow: -1px 0px 3px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1088px) {
  .mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__content h3 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
  }
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__content .btn {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 30px;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__content .btn__icon {
  width: 24px;
  position: relative;
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__content .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__content .btn:hover {
  background-color: #2757b8;
}
.mdl-theme-boxes-slider-clear__outer-wrp .mdl-theme-boxes-slider-clear__inner__theme-box__content .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
@keyframes btn__icon__back_forwards {
  0% {
    transform: translate(0px, -50%);
  }
  50% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}

.mdl-tour-position-wrp + .mdl-follow-us__outer-wrp {
  padding-top: 0 !important;
}

.mdl-follow-us__outer-wrp {
  max-width: 1640px;
  padding: 0 10px 45px 10px;
  margin: auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .mdl-follow-us__outer-wrp {
    padding: 0 35px 45px 35px;
  }
}
@media screen and (min-width: 600px) {
  .mdl-follow-us__outer-wrp {
    padding: 0 45px 90px 45px;
  }
}
@media screen and (min-width: 768px) {
  .mdl-follow-us__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-follow-us__outer-wrp {
    padding: 0 80px 120px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .mdl-follow-us__outer-wrp {
    padding: 0 0px 120px 0px;
  }
}
.mdl-follow-us__outer-wrp .mdl-follow-us {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us {
    flex-direction: row;
  }
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1080px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__content {
    width: 50%;
  }
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content h2 {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-family: "Syncopate";
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #000;
  }
}
@media screen and (min-width: 680px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__content h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
  }
}
@media screen and (min-width: 1330px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__content h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
  }
}
@media screen and (min-width: 1600px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__content h2 {
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    color: #000;
  }
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content h2 span {
  font-weight: 400;
  padding-left: 75px;
  display: block;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content__txt {
  padding-top: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins";
  max-width: 650px;
  margin-bottom: 30px;
}
@media screen and (min-width: 680px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__content__txt {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
  }
}
@media screen and (min-width: 1080px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__content__txt {
    margin-bottom: 0;
    padding-left: 75px;
  }
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content__txt__link {
  margin-top: 30px;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content__txt__link .btn {
  background-color: #000;
  border-radius: 30px;
  display: inline-flex;
  padding: 16px 30px;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  font-family: "Poppins";
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content__txt__link .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 680px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__content__txt__link .btn span {
    display: inline-block;
  }
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content__txt__link .btn__icon {
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 680px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__content__txt__link .btn__icon {
    height: auto;
  }
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content__txt__link .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content__txt__link .btn:hover {
  background-color: #2757b8;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__content__txt__link .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 766/814;
  justify-content: space-between;
}
@media screen and (min-width: 1080px) {
  .mdl-follow-us__outer-wrp .mdl-follow-us__decor {
    width: 46%;
  }
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__left {
  width: 38%;
  margin-left: 6%;
  flex-direction: column;
  padding-top: 5%;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__left__social {
  display: flex;
  justify-content: center;
  height: auto;
  margin: 20px 0;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__left__social__social1 {
  width: 60%;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__left__imgage-wrp.mdl-follow-us__decor__left__imgage2-wrp {
  margin-left: 10%;
  margin-bottom: 20%;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__left__imgage-wrp.mdl-follow-us__decor__left__imgage3-wrp {
  z-index: 10;
  position: relative;
  margin-left: -20%;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__left__image {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__right {
  width: 38%;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__right__social {
  width: 100%;
  height: auto;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__right__social__social2 {
  margin-bottom: 10%;
  width: 69%;
  transform: translate(-10%, 0);
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__right__social__social3 {
  margin-top: 12%;
  width: 69%;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__right__image {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__right__image.image4 {
  position: relative;
  z-index: 7;
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__right__image.image5 {
  position: relative;
  margin-top: 50%;
  z-index: 7;
  transform: translate(-25%, 0);
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__center {
  width: 54%;
  z-index: 0;
  margin: auto;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.mdl-follow-us__outer-wrp .mdl-follow-us__decor__center img {
  width: 100%;
  height: auto;
}

.mdl-iframe__outer-wrp {
  background-color: #fff;
  padding: 0 10px 45px 10px;
  margin: 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 80px 90px 60px;
  }
}
@media screen and (min-width: 1180px) {
  .mdl-iframe__outer-wrp {
    max-width: 1080px;
    padding: 0 0 60px 0;
  }
}
.mdl-iframe__outer-wrp .module_title {
  padding-bottom: 30px;
  font-family: "Poppins";
}
.mdl-iframe__outer-wrp .mdl-iframe {
  width: 100%;
  overflow: hidden;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner {
  background: url(assets/img/bg-gradient.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.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.2);
  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: "Poppins";
  justify-content: center;
}
@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 .btn {
  height: 50px;
  border-radius: 30px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  padding: 3px 30px;
  align-items: center;
  gap: 10px;
  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;
  font-family: "Poppins";
  background-color: #1E438E;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder .btn:hover {
  background-color: #2757b8;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder .btn__icon {
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder .btn__icon {
    height: auto;
  }
}
.mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder .btn__icon svg, .mdl-iframe__outer-wrp .mdl-iframe__inner__placeholder .btn__icon img {
  width: 100%;
  height: auto;
}

.page-content__breadcrumb {
  width: 100%;
}

.hy_breadcrumbs {
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
  max-width: 1640px;
  margin: auto;
  width: 100%;
  font-family: "Poppins";
  padding-bottom: 60px !important;
  display: none;
}
@media screen and (min-width: 400px) {
  .hy_breadcrumbs {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .hy_breadcrumbs {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .hy_breadcrumbs {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .hy_breadcrumbs {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .hy_breadcrumbs {
    padding: 0 0px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .hy_breadcrumbs {
    display: block;
  }
}
.hy_breadcrumbs ol {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hy_breadcrumbs ol li {
  list-style-type: none;
}
.hy_breadcrumbs ol li.seperator {
  aspect-ratio: 1;
  width: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.5" height="19.5" viewBox="0 0 19.5 19.5"><g id="Komponente_5_1" data-name="Komponente 5 – 1" transform="translate(0.75 0.75)"><path id="Pfad_34478" data-name="Pfad 34478" d="M12,3a9,9,0,1,0,9,9,9,9,0,0,0-9-9" transform="translate(-3 -3)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path id="Pfad_34479" data-name="Pfad 34479" d="M16,12,12,8" transform="translate(-3 -3)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path id="Pfad_34480" data-name="Pfad 34480" d="M16,12H8" transform="translate(-3 -3)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path id="Pfad_34481" data-name="Pfad 34481" d="M12,16l4-4" transform="translate(-3 -3)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></svg>') center center no-repeat;
}
.hy_breadcrumbs ol li a, .hy_breadcrumbs ol li span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #1E438E;
}
.hy_breadcrumbs ol li a {
  text-decoration: underline;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.hy_breadcrumbs ol li a:hover {
  text-decoration: none;
  color: #000;
}
.hy_breadcrumbs ol li span {
  font-weight: 700;
}

.page__header, .category__header, .touren-header {
  width: 100%;
  padding: 0px 0 0 0px;
  position: relative;
  margin-top: 35px;
  overflow: hidden;
}
@media screen and (min-width: 680px) {
  .page__header, .category__header, .touren-header {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page__header, .category__header, .touren-header {
    padding-top: 35px;
    margin-top: -15px;
  }
}
.page__header__decoration, .category__header__decoration, .touren-header__decoration {
  top: 0;
  right: 0px;
  position: absolute;
  height: 100%;
  width: max-content;
  transform: translate(55%, 0);
  color: #1e438e;
}
@media screen and (min-width: 688px) {
  .page__header__decoration, .category__header__decoration, .touren-header__decoration {
    right: 50px;
    transform: translate(0%, 0);
  }
}
.page__header__decoration svg, .category__header__decoration svg, .touren-header__decoration svg {
  height: 100%;
  width: auto;
}
.page__header__inner, .category__header__inner, .touren-header__inner {
  width: 100%;
  aspect-ratio: 794/691;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 680px) {
  .page__header__inner, .category__header__inner, .touren-header__inner {
    aspect-ratio: 1864/772;
  }
}
.page__header__inner__content, .category__header__inner__content, .touren-header__inner__content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  font-family: "Syncopate";
  text-transform: uppercase;
  display: flex;
  align-content: flex-end;
  max-width: 1640px;
  flex-wrap: wrap;
  z-index: 1;
  bottom: 65px;
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .page__header__inner__content, .category__header__inner__content, .touren-header__inner__content {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .page__header__inner__content, .category__header__inner__content, .touren-header__inner__content {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .page__header__inner__content, .category__header__inner__content, .touren-header__inner__content {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .page__header__inner__content, .category__header__inner__content, .touren-header__inner__content {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .page__header__inner__content, .category__header__inner__content, .touren-header__inner__content {
    padding: 0 0px 0px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .page__header__inner__content, .category__header__inner__content, .touren-header__inner__content {
    bottom: 85px;
  }
}
@media screen and (min-width: 1420px) {
  .page__header__inner__content, .category__header__inner__content, .touren-header__inner__content {
    bottom: 105px;
  }
}
.page__header__inner__content h1, .category__header__inner__content h1, .touren-header__inner__content h1 {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  hyphens: auto;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 520px) {
  .page__header__inner__content h1, .category__header__inner__content h1, .touren-header__inner__content h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
  }
}
@media screen and (min-width: 680px) {
  .page__header__inner__content h1, .category__header__inner__content h1, .touren-header__inner__content h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
  }
}
@media screen and (min-width: 1280px) {
  .page__header__inner__content h1, .category__header__inner__content h1, .touren-header__inner__content h1 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
  }
}
@media screen and (min-width: 1480px) {
  .page__header__inner__content h1, .category__header__inner__content h1, .touren-header__inner__content h1 {
    font-size: 64px;
    line-height: 76px;
    font-weight: 700;
    color: #fff;
    max-width: 1080px;
  }
}
.page__header__inner__content .subline, .category__header__inner__content .subline, .touren-header__inner__content .subline {
  display: inline-flex;
  font-weight: 400;
}
.page__header__inner__background, .category__header__inner__background, .touren-header__inner__background {
  width: 100%;
  position: relative;
  height: 100%;
  background: url(assets/img/bg-gradient.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .page__header__inner__background, .category__header__inner__background, .touren-header__inner__background {
    margin-left: 40px;
    width: calc(100% - 40px);
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 860px) {
  .page__header__inner__background, .category__header__inner__background, .touren-header__inner__background {
    margin-left: 55px;
    width: calc(100% - 55px);
  }
}
@media screen and (min-width: 1330px) {
  .page__header__inner__background, .category__header__inner__background, .touren-header__inner__background {
    background: url(assets/img/bg-gradient.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (min-width: 1921px) {
  .page__header__inner__background, .category__header__inner__background, .touren-header__inner__background {
    border-radius: 10px;
  }
}
.page__header__inner__background img, .page__header__inner__background video, .category__header__inner__background img, .category__header__inner__background video, .touren-header__inner__background img, .touren-header__inner__background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0 0 0px;
}
@media screen and (min-width: 680px) {
  .page__header__inner__background img, .page__header__inner__background video, .category__header__inner__background img, .category__header__inner__background video, .touren-header__inner__background img, .touren-header__inner__background video {
    border-radius: 10px 0 0 10px;
  }
}
.page__header__inner:after, .category__header__inner:after, .touren-header__inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(32, 69, 145, 0.68);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(32, 69, 145, 0) 50%);
}
@media screen and (min-width: 680px) {
  .page__header__inner:after, .category__header__inner:after, .touren-header__inner:after {
    margin-left: 40px;
    width: calc(100% - 40px);
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 860px) {
  .page__header__inner:after, .category__header__inner:after, .touren-header__inner:after {
    margin-left: 55px;
    width: calc(100% - 55px);
  }
}
.page__header.nomedia, .category__header.nomedia, .touren-header.nomedia {
  padding-top: 0;
  margin-top: 35px;
}
.page__header.nomedia .page__header__inner, .category__header.nomedia .page__header__inner, .touren-header.nomedia .page__header__inner {
  aspect-ratio: 900/600;
}
@media screen and (min-width: 600px) {
  .page__header.nomedia .page__header__inner, .category__header.nomedia .page__header__inner, .touren-header.nomedia .page__header__inner {
    aspect-ratio: 1874/900;
  }
}
@media screen and (min-width: 860px) {
  .page__header.nomedia .page__header__inner, .category__header.nomedia .page__header__inner, .touren-header.nomedia .page__header__inner {
    aspect-ratio: 1864/551;
  }
}
.page__header.nomedia .page__header__inner:after, .category__header.nomedia .page__header__inner:after, .touren-header.nomedia .page__header__inner:after {
  display: none;
}
.page__header.nomedia .page__header__inner h1, .category__header.nomedia .page__header__inner h1, .touren-header.nomedia .page__header__inner h1 {
  text-transform: none;
  font-weight: 600 !important;
}
.page__header.nomedia .page__header__decoration, .category__header.nomedia .page__header__decoration, .touren-header.nomedia .page__header__decoration {
  color: #fff;
  opacity: 0.5;
}
.page__header.video .page__header__decoration, .category__header.video .page__header__decoration, .touren-header.video .page__header__decoration {
  color: #1E438E;
  opacity: 0.48;
  transform: translate(55%, 0);
}
@media screen and (min-width: 860px) {
  .page__header.video .page__header__decoration, .category__header.video .page__header__decoration, .touren-header.video .page__header__decoration {
    right: 50px;
    color: #fff;
    transform: translate(0%, 0);
    mix-blend-mode: overlay;
  }
}
.page__header.video .page__header__inner, .category__header.video .page__header__inner, .touren-header.video .page__header__inner {
  aspect-ratio: 794/691;
}
@media screen and (min-width: 860px) {
  .page__header.video .page__header__inner, .category__header.video .page__header__inner, .touren-header.video .page__header__inner {
    aspect-ratio: 1864/772;
  }
}
.page__header.video .page__header__inner__content, .category__header.video .page__header__inner__content, .touren-header.video .page__header__inner__content {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  transform: translate(0, 0);
  bottom: unset;
  left: unset;
  right: 0;
  max-width: 100%;
  flex-direction: column;
}
.page__header.video .page__header__inner__content h1, .category__header.video .page__header__inner__content h1, .touren-header.video .page__header__inner__content h1 {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__header.video .page__header__inner__content__buttons, .category__header.video .page__header__inner__content__buttons, .touren-header.video .page__header__inner__content__buttons {
  display: inline-flex;
  gap: 15px;
  padding-top: 25px;
  flex-direction: column;
}
@media screen and (min-width: 680px) {
  .page__header.video .page__header__inner__content__buttons, .category__header.video .page__header__inner__content__buttons, .touren-header.video .page__header__inner__content__buttons {
    flex-direction: row;
    justify-content: center;
  }
}
.page__header.video .page__header__inner__content__buttons .btn, .category__header.video .page__header__inner__content__buttons .btn, .touren-header.video .page__header__inner__content__buttons .btn {
  height: 50px;
  border-radius: 30px;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 3px 30px;
  align-items: center;
  gap: 10px;
  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;
  font-family: "Poppins";
  -webkit-box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.46);
}
.page__header.video .page__header__inner__content__buttons .btn span, .category__header.video .page__header__inner__content__buttons .btn span, .touren-header.video .page__header__inner__content__buttons .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
}
.page__header.video .page__header__inner__content__buttons .btn__icon, .category__header.video .page__header__inner__content__buttons .btn__icon, .touren-header.video .page__header__inner__content__buttons .btn__icon {
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page__header.video .page__header__inner__content__buttons .btn__icon, .category__header.video .page__header__inner__content__buttons .btn__icon, .touren-header.video .page__header__inner__content__buttons .btn__icon {
    height: auto;
  }
}
.page__header.video .page__header__inner__content__buttons .btn__icon svg, .page__header.video .page__header__inner__content__buttons .btn__icon img, .category__header.video .page__header__inner__content__buttons .btn__icon svg, .category__header.video .page__header__inner__content__buttons .btn__icon img, .touren-header.video .page__header__inner__content__buttons .btn__icon svg, .touren-header.video .page__header__inner__content__buttons .btn__icon img {
  width: 100%;
  height: auto;
}
.page__header.video .page__header__inner__content__buttons .btn.btn-white, .category__header.video .page__header__inner__content__buttons .btn.btn-white, .touren-header.video .page__header__inner__content__buttons .btn.btn-white {
  border: 2px solid #fff;
  background-color: transparent;
  flex-direction: row;
  box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.46);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.46);
}
.page__header.video .page__header__inner__content__buttons .btn.btn-white:hover, .category__header.video .page__header__inner__content__buttons .btn.btn-white:hover, .touren-header.video .page__header__inner__content__buttons .btn.btn-white:hover {
  background-color: #1E438E;
  border: 2px solid #1E438E;
}
.page__header.video .page__header__inner__content__buttons .btn.btn-dark, .category__header.video .page__header__inner__content__buttons .btn.btn-dark, .touren-header.video .page__header__inner__content__buttons .btn.btn-dark {
  background-color: #1E438E;
  border: 2px solid #1E438E;
}
.page__header.video .page__header__inner__content__buttons .btn.btn-dark:hover, .category__header.video .page__header__inner__content__buttons .btn.btn-dark:hover, .touren-header.video .page__header__inner__content__buttons .btn.btn-dark:hover {
  background-color: #000;
  border: 2px solid #000;
}
.page__header.video .page__header__inner__scroller, .category__header.video .page__header__inner__scroller, .touren-header.video .page__header__inner__scroller {
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: none;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
}
@media screen and (min-width: 1180px) {
  .page__header.video .page__header__inner__scroller, .category__header.video .page__header__inner__scroller, .touren-header.video .page__header__inner__scroller {
    display: flex;
  }
}
.page__header.video .page__header__inner__scroller__mouse, .category__header.video .page__header__inner__scroller__mouse, .touren-header.video .page__header__inner__scroller__mouse {
  width: 40px;
  height: 56px;
  border: 3px solid white;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
}
.page__header.video .page__header__inner__scroller__mouse__center, .category__header.video .page__header__inner__scroller__mouse__center, .touren-header.video .page__header__inner__scroller__mouse__center {
  margin-top: 12px;
  width: 6px;
  border-radius: 3px;
  position: relative;
  max-height: 8px;
  background: #E8ECF3;
  background: linear-gradient(0deg, rgba(232, 236, 243, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
  animation: scrollwheel infinite 3000ms;
  position: relative;
  height: 100%;
}
@keyframes scrollwheel {
  0% {
    max-height: 8px;
  }
  50% {
    max-height: 26px;
  }
  85% {
    max-height: 8px;
  }
}
.page__header.video .page__header__inner__scroller__mouse__center__wheel, .category__header.video .page__header__inner__scroller__mouse__center__wheel, .touren-header.video .page__header__inner__scroller__mouse__center__wheel {
  aspect-ratio: 1;
  width: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.touren-header h1 {
  flex-direction: column;
  display: flex;
}

.header-wrp.blank_header {
  background-color: #EFF2F6;
}
.header-wrp.blank_header .page__header.nomedia .page__header__inner {
  background: #EFF2F6 !important;
  aspect-ratio: 900/600;
}
@media screen and (min-width: 600px) {
  .header-wrp.blank_header .page__header.nomedia .page__header__inner {
    aspect-ratio: 1874/660;
  }
}
@media screen and (min-width: 680px) {
  .header-wrp.blank_header .page__header.nomedia .page__header__inner {
    aspect-ratio: 1864/551;
  }
}
.header-wrp.blank_header .page__header.nomedia .page__header__inner h1, .header-wrp.blank_header .page__header.nomedia .page__header__inner span {
  color: #000;
}
.header-wrp.blank_header .page__header.nomedia .page__header__inner__background {
  background: transparent;
}
.header-wrp.blank_header .page__header.nomedia .page__header__decoration {
  color: #1E438E;
  opacity: 0.1;
}

.page__notification {
  position: relative;
}
@media screen and (min-width: 680px) {
  .page__notification {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 860px) {
  .page__notification {
    margin-left: 55px;
    width: calc(100% - 55px);
  }
}
.page__notification.hidden .page__notification__inner {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
}
.page__notification__inner {
  background-color: #E24D00;
  display: flex;
  width: 100%;
  font-family: "Poppins";
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .page__notification__inner {
    position: absolute;
    z-index: 102;
    width: calc(100% - 60px);
    bottom: 10px;
    transform: translate(0, 0%);
    left: 30px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 800px) {
  .page__notification__inner {
    bottom: 10px;
    transform: translate(0, 0px);
    left: 30px;
    max-width: 340px;
  }
}
@media screen and (min-width: 860px) {
  .page__notification__inner {
    max-width: 420px;
    bottom: 0px;
    transform: translate(0, 50%);
  }
}
@media screen and (min-width: 1420px) {
  .page__notification__inner {
    bottom: 30px;
    transform: translate(0, 0%);
  }
}
.page__notification__inner__content {
  display: flex;
  flex-direction: column;
  padding: 15px 20px 25px 20px;
  position: relative;
}
.page__notification__inner__content__headline-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.page__notification__inner__content__close-btn button {
  background-color: transparent;
  border: 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;
  cursor: pointer;
}
.page__notification__inner__content__close-btn button:hover {
  transform: scale(1.1);
}
.page__notification__inner__content__headline {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
}
.page__notification__inner__content__headline span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.page__notification__inner__content p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

.top-navigation {
  width: 100%;
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
  height: 35px;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 400px) {
  .top-navigation {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .top-navigation {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .top-navigation {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .top-navigation {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .top-navigation {
    padding: 0 0px 0px 0px;
  }
}
@media screen and (min-width: 1240px) {
  .top-navigation {
    display: block;
  }
}
.top-navigation ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.top-navigation ul li {
  list-style-type: none;
  width: calc(25% - 23px);
  padding-bottom: 10px;
}
.top-navigation ul li:hover a {
  transform: translate(0, 0);
}
.top-navigation ul li a {
  background-color: #1E438E;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 6px 11px;
  border-radius: 0 0 8px 8px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transform: translate(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;
}
.top-navigation ul li a:hover {
  background-color: #2757b8;
}
.top-navigation ul li a:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.828" height="16.414" viewBox="0 0 14.828 16.414"><g id="Komponente_3_1" data-name="Komponente 3 – 1" transform="translate(1.414 1)"><path id="Pfad_24" data-name="Pfad 24" d="M0,0V14" transform="translate(6)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_25" data-name="Pfad 25" d="M6,0,0,6" transform="translate(6 8)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_26" data-name="Pfad 26" d="M0,0,6,6" transform="translate(0 8)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') center center no-repeat;
}
.top-navigation ul li:nth-of-type(2) a {
  background-color: #D92B3A;
}
.top-navigation ul li:nth-of-type(2) a:hover {
  background-color: #e15662;
}
.top-navigation ul li:nth-of-type(3) a {
  background-color: #3261AB;
}
.top-navigation ul li:nth-of-type(3) a:hover {
  background-color: #4779c9;
}
.top-navigation ul li:nth-of-type(4) a {
  background-color: #6B86C3;
}
.top-navigation ul li:nth-of-type(4) a:hover {
  background-color: #8fa4d2;
}
.top-navigation ul li.current-menu-item a {
  transform: translate(0, 0);
}
.top-navigation ul li.current-menu-item a:hover {
  background-color: #2757b8;
}

.header {
  width: 100%;
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 85px;
  gap: 40px;
  margin-top: 10px;
}
@media screen and (min-width: 400px) {
  .header {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .header {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .header {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .header {
    padding: 0 0px 0px 0px;
  }
}
@media screen and (min-width: 520px) {
  .header {
    margin-top: 25px;
  }
}
.header .header__logo {
  max-width: 200px;
  width: max-content;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .header .header__logo {
    max-width: 285px;
  }
}
.header .header__logo svg, .header .header__logo img {
  width: 100%;
  height: auto;
}
.header .header__navigation {
  display: flex;
  width: max-content;
  font-family: "Poppins";
  gap: 36px;
  align-items: center;
  z-index: 201;
  position: relative;
}
.header .header__navigation__lang-switch {
  display: none;
}
@media screen and (min-width: 520px) {
  .header .header__navigation__lang-switch {
    display: flex;
    flex-direction: row-reverse;
    height: 48px;
    align-items: center;
  }
}
.header .header__navigation__lang-switch a {
  font-family: "Poppins";
  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;
}
.header .header__navigation__lang-switch a:first-of-type {
  border-radius: 0px 8px 8px 0;
}
.header .header__navigation__lang-switch a:nth-of-type(2) {
  border-radius: 8px 0 0 8px;
}
.header .header__navigation__lang-switch a.active {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
.header .header__navigation__lang-switch a:hover {
  background-color: #2757b8;
  color: #fff;
}
.header .header__navigation__menu-trigger {
  display: inline-flex;
  width: 92px;
  padding-right: 10px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  -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: 520px) {
  .header .header__navigation__menu-trigger {
    width: 132px;
  }
}
.header .header__navigation__menu-trigger span {
  display: none;
}
@media screen and (min-width: 520px) {
  .header .header__navigation__menu-trigger span {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
  }
}
.header .header__navigation__menu-trigger.opened {
  background-color: #1E438E;
}
.header .header__navigation__menu-trigger.opened .header__navigation__menu-trigger__icon i {
  width: 15px;
}
.header .header__navigation__menu-trigger.opened .header__navigation__menu-trigger__icon i:nth-of-type(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header .header__navigation__menu-trigger.opened .header__navigation__menu-trigger__icon i:nth-of-type(1) {
  top: 9px;
  transform: rotate(45deg);
}
.header .header__navigation__menu-trigger.opened .header__navigation__menu-trigger__icon i:nth-of-type(3) {
  top: 9px;
  transform: rotate(-45deg);
}
.header .header__navigation__menu-trigger__icon {
  position: relative;
  height: 20px;
  gap: 8px;
}
.header .header__navigation__menu-trigger__icon i:nth-child(1) {
  transition-delay: 0ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(2) {
  transition-delay: 80ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(3) {
  transition-delay: 160ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(4) {
  transition-delay: 240ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(5) {
  transition-delay: 320ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(6) {
  transition-delay: 400ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(7) {
  transition-delay: 480ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(8) {
  transition-delay: 560ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(9) {
  transition-delay: 640ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(10) {
  transition-delay: 720ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(11) {
  transition-delay: 800ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(12) {
  transition-delay: 880ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(13) {
  transition-delay: 960ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(14) {
  transition-delay: 1040ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(15) {
  transition-delay: 1120ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(16) {
  transition-delay: 1200ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(17) {
  transition-delay: 1280ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(18) {
  transition-delay: 1360ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(19) {
  transition-delay: 1440ms;
}
.header .header__navigation__menu-trigger__icon i:nth-child(20) {
  transition-delay: 1520ms;
}
.header .header__navigation__menu-trigger__icon i {
  display: inline-block;
  width: 15px;
  height: 2px;
  color: #fff;
  border-radius: 2px;
  background-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;
  position: absolute;
}
.header .header__navigation__menu-trigger__icon i:nth-of-type(2n) {
  margin-left: 5px;
}
.header .header__navigation__menu-trigger__icon i:nth-of-type(1) {
  top: 2px;
}
.header .header__navigation__menu-trigger__icon i:nth-of-type(2) {
  top: 9px;
}
.header .header__navigation__menu-trigger__icon i:nth-of-type(3) {
  top: 16px;
}
.header .header__navigation__menu-trigger:hover {
  background-color: #1E438E;
}
.header .header__navigation__menu-trigger:hover .header__navigation__menu-trigger__icon i {
  transform: translate(3px, 0);
}
.header .header__navigation__tour-btn {
  display: none;
}
@media screen and (min-width: 860px) {
  .header .header__navigation__tour-btn {
    display: inline-block;
  }
}
.header .header__navigation__tour-btn a {
  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;
}
.header .header__navigation__tour-btn a:hover {
  color: #2757b8;
}
.header .header__navigation__tour-btn a:hover svg {
  animation: scalezoom infinite 1200ms;
}

.main-navigation {
  position: fixed;
  z-index: 200;
  top: 0;
  height: 100dvh;
  width: 100%;
  background: #fff;
  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.opened {
  opacity: 1;
  pointer-events: all;
}
.main-navigation.opened .main-navigation__inner__navigation__primary {
  opacity: 1;
}
.main-navigation.opened .main-navigation__inner__navigation__primary.has-active-secondary {
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .main-navigation.opened .main-navigation__inner__navigation__primary.has-active-secondary {
    opacity: 1;
  }
}
.main-navigation.opened .main-navigation__inner__navigation__secondary.active-navigation {
  opacity: 1;
  pointer-events: all;
}
.main-navigation__inner {
  background: linear-gradient(180deg, rgba(232, 236, 243, 0.3) 0%, rgba(255, 255, 255, 0) 64%);
  width: 100%;
  height: auto;
}
.main-navigation__inner__fullhd-wrp {
  max-width: 1920px;
  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: row;
  }
}
.main-navigation__inner__logo {
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
  width: 100%;
  height: 85px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 400px) {
  .main-navigation__inner__logo {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__logo {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation__inner__logo {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .main-navigation__inner__logo {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .main-navigation__inner__logo {
    padding: 0 0px 0px 0px;
  }
}
@media screen and (min-width: 1240px) {
  .main-navigation__inner__logo {
    margin-top: 60px;
  }
}
.main-navigation__inner__logo img {
  max-width: 200px;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__logo img {
    max-width: 285px;
    height: auto;
  }
}
.main-navigation__inner__navigation {
  width: 100%;
  display: flex;
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
  font-family: "Poppins";
  margin-top: 0px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  position: relative;
  height: max-content;
}
@media screen and (min-width: 400px) {
  .main-navigation__inner__navigation {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__navigation {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation__inner__navigation {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .main-navigation__inner__navigation {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .main-navigation__inner__navigation {
    padding: 0 0px 0px 0px;
  }
}
@media screen and (min-height: 768px) and (min-width: 900px) {
  .main-navigation__inner__navigation {
    margin-top: 50px;
  }
}
.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: 480px) and (max-width: 959px) {
  .main-navigation__inner__navigation__primary {
    padding: 30px 0;
  }
}
@media screen and (min-width: 960px) {
  .main-navigation__inner__navigation__primary {
    width: 60%;
    max-width: 620px;
    border-right: 1px solid rgba(0, 0, 0, 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: 14px;
}
@media screen and (min-width: 480px) {
  .main-navigation__inner__navigation__primary ul {
    gap: 22px;
  }
}
.main-navigation__inner__navigation__primary ul li {
  list-style-type: none;
  padding: 12px 0 12px 0;
  position: relative;
}
.main-navigation__inner__navigation__primary ul li:after {
  content: "";
  background: #000000;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.08) 100%);
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.main-navigation__inner__navigation__primary ul li:hover:after {
  width: 100%;
}
.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: 500;
  color: #000;
  padding-right: 0px;
  text-decoration: none;
  cursor: pointer;
}
@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: 500;
    color: #000;
  }
}
@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;
  }
}
.main-navigation__inner__navigation__primary ul li a:before, .main-navigation__inner__navigation__primary ul li button:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 28px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17.205" height="29.623" viewBox="0 0 17.205 29.623"><defs><linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%231e438e"/><stop offset="1" stop-color="%231e438e"/></linearGradient></defs><path id="Pfad_35618" data-name="Pfad 35618" d="M175.419,17.523h-8.792l7.946,10.51-8.361,19.113h8.28l8.925-19.113Z" transform="translate(-166.211 -17.523)" fill="url(%23linear-gradient)"/></svg>') center center no-repeat;
}
.main-navigation__inner__navigation__primary ul li ul {
  display: none;
}
.main-navigation__inner__navigation__primary ul li.current-menu-item a:before, .main-navigation__inner__navigation__primary ul li.current-menu-item button:before, .main-navigation__inner__navigation__primary ul li:hover a:before, .main-navigation__inner__navigation__primary ul li:hover button:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.205" height="29.623" viewBox="0 0 17.205 29.623"><path id="Pfad_35619" data-name="Pfad 35619" d="M175.419,17.523h-8.792l7.946,10.51-8.361,19.113h8.28l8.925-19.113Z" transform="translate(-166.211 -17.523)" fill="%23d92b3a"/></svg>') center center no-repeat;
}
.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="%23000" 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="%23000" 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="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></g></g></svg>') center center no-repeat;
  margin-left: auto;
}
.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: 40%;
    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: #000;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  margin-bottom: 25px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .main-navigation__inner__navigation__secondary .secondary-nav__back {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
  }
}
@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="%23000" 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="%23000" 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="%23000" 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: #000;
  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%;
}
@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: #000;
  }
}
@media screen and (min-width: 1280px) {
  .main-navigation__inner__navigation__secondary ul li a, .main-navigation__inner__navigation__secondary ul li button {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
  }
}
.main-navigation__inner__navigation__secondary ul li a:hover, .main-navigation__inner__navigation__secondary ul li button:hover {
  color: #D92B3A;
}
.main-navigation__inner__navigation__secondary ul li.current-menu-item a {
  color: #D92B3A;
}
@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__pre-extension {
  width: 100%;
  display: flex;
  background-color: #fff;
  margin-top: -35px !important;
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .main-navigation__inner__pre-extension {
    padding: 0 35px 0px 35px;
  }
}
@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: "Poppins";
  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: "Poppins";
  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 10px 0px 10px;
  margin: auto;
  flex-direction: column-reverse;
}
@media screen and (min-width: 400px) {
  .main-navigation__inner__extensions__contacts__inner {
    padding: 0 35px 0px 35px;
  }
}
@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: "Poppins";
  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: #D92B3A;
}
.main-navigation__inner__extensions__contacts__pages li a.phone:hover {
  background-color: #e15662;
}
.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 10px 0px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .main-navigation__inner__extensions__footer__inner {
    padding: 0 35px 0px 35px;
  }
}
@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: "Poppins";
  -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: #D92B3A;
  }
}
.main-navigation__inner__decoration {
  display: none;
  width: 620px;
  height: 100%;
  position: absolute;
  right: 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%;
  clip-path: polygon(0 0, 50% 0, 100% 40%, 50% 100%, 0 100%, 50% 40%);
  background-image: url(assets/img/background-footer.jpg);
  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;
  }
}

.footer {
  background: url("assets/img/background-footer.jpg") center center no-repeat;
  background-size: cover;
  font-family: "Poppins";
  max-width: 100%;
  position: relative;
}
.footer .footer-positioning {
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .footer .footer-positioning {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .footer .footer-positioning {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-positioning {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .footer .footer-positioning {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .footer .footer-positioning {
    padding: 0 0px 0px 0px;
  }
}
.footer__decoration {
  height: 100%;
  position: absolute;
  right: 50px;
  pointer-events: none;
}
.footer__decoration svg {
  height: 100%;
  width: auto;
}
.footer__click-nav {
  display: flex;
  flex-direction: column;
  padding: 65px 0px 65px 0px;
}
.footer__click-nav__heading {
  font-family: "Syncopate";
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (min-width: 600px) {
  .footer__click-nav__heading {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
  }
}
.footer__click-nav__heading span {
  font-weight: 700;
}
.footer__click-nav__inner {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}
.footer__click-nav__inner .swiper-initialized .footer__click-nav__inner__info_box a {
  aspect-ratio: 768/384;
  height: auto;
}
.footer__click-nav__inner__swiper {
  width: 100%;
}
.footer__click-nav__inner__swiper .swiper-wrapper {
  width: 100%;
}
.footer__click-nav__inner__swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media screen and (min-width: 768px) {
  .footer__click-nav__inner__swiper#mobile-slider .swiper-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer__click-nav__inner__swiper#mobile-slider .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.footer__click-nav__inner__swiper#mobile-slider .swiper-wrapper .swiper-slide.swiper-slide-prev, .footer__click-nav__inner__swiper#mobile-slider .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 0 !important;
}
.footer__click-nav__inner__swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .footer__click-nav__inner__swiper-pagination.pagination-mobile-slider {
    display: none;
  }
}
.footer__click-nav__inner__swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  cursor: pointer;
}
.footer__click-nav__inner__swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.footer__click-nav__inner.col1 {
  justify-content: center;
}
.footer__click-nav__inner.col1 .footer__click-nav__inner__info_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__click-nav__inner.col1 .footer__click-nav__inner__info_box {
    max-width: 390px;
    flex: 1;
    min-width: 340px;
  }
}
.footer__click-nav__inner.col2 {
  justify-content: center;
}
.footer__click-nav__inner.col2 .swiper-wrapper {
  justify-content: flex-start;
}
.footer__click-nav__inner.col2 .footer__click-nav__inner__info_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__click-nav__inner.col2 .footer__click-nav__inner__info_box {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .footer__click-nav__inner.col2 .footer__click-nav__inner__info_box {
    max-width: 390px;
    flex-grow: 1;
    min-width: 340px;
    width: auto;
  }
}
.footer__click-nav__inner.col3 .footer__click-nav__inner__info_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__click-nav__inner.col3 .footer__click-nav__inner__info_box {
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1180px) {
  .footer__click-nav__inner.col3 .footer__click-nav__inner__info_box {
    max-width: calc(33.33% - 20px);
  }
}
.footer__click-nav__inner.col4 .footer__click-nav__inner__info_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__click-nav__inner.col4 .footer__click-nav__inner__info_box {
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1180px) {
  .footer__click-nav__inner.col4 .footer__click-nav__inner__info_box {
    max-width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 1330px) {
  .footer__click-nav__inner.col4 .footer__click-nav__inner__info_box {
    max-width: calc(25% - 22.5px);
  }
}
.footer__click-nav__inner.col-slide {
  justify-content: center;
}
.footer__click-nav__inner.col-slide .footer__click-nav__inner__info_box {
  width: 100%;
}
.footer__click-nav__inner__info_box a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 195px;
  font-family: "Poppins";
  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__click-nav__inner__info_box a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  filter: grayscale(1);
}
.footer__click-nav__inner__info_box a:hover img {
  transform: scale(1.05);
  filter: grayscale(0.2);
}
.footer__rows {
  max-width: 1640px;
  margin: auto;
  padding: 0 0px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 400px) {
  .footer__rows {
    padding: 0 0px;
  }
}
.footer__rows.pb {
  padding-bottom: 25px;
}
.footer__rows.spacing-l {
  padding: 60px 0 35px 0;
}
@media screen and (min-width: 600px) {
  .footer__rows.spacing-l {
    padding: 130px 0px 35px 0px;
  }
}
.footer__rows.column-mobile {
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .footer__rows.column-mobile {
    flex-direction: row;
  }
}
.footer__rows .footer__row p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  max-width: 470px;
}
.footer__rows .footer__row__contactlist {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.footer__rows .footer__row__contactlist li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__rows .footer__row__contactlist li a {
  padding: 13px 35px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
  -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__rows .footer__row__contactlist li a:hover {
  background-color: #fff;
  color: #000;
}
.footer__rows .footer__row__contactlist li a.footer__row__contactlist__mail {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}
.footer__rows .footer__row__contactlist li a.footer__row__contactlist__mail:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
}
.footer__rows .footer__row__socials {
  display: flex;
  width: max-content;
  gap: 40px;
  align-items: center;
}
.footer__rows .footer__row__socials li {
  list-style-type: none;
}
.footer__rows .footer__row__socials li a {
  display: flex;
  align-items: center;
  gap: 10px;
  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;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.footer__rows .footer__row__socials li a:hover span {
  color: #000;
}
.footer__rows .footer__row__totop {
  background-color: transparent;
  display: flex;
  gap: 10px;
  color: #fff;
  align-items: center;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin-left: auto;
}
.footer__rows .footer__row__totop span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__rows .footer__row__totop span {
    display: inline-block;
  }
}
.footer__rows .footer__row__totop__icon {
  width: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
}
.footer__rows .footer__row__totop:hover {
  color: #000;
}
.footer__rows .footer__row__totop:hover .footer__row__totop__icon {
  background-color: #fff;
  color: #000;
}
.footer__rows .footer__row__navigation {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .footer__rows .footer__row__navigation {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .footer__rows .footer__row__navigation {
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .footer__rows .footer__row__navigation {
    justify-content: flex-start;
  }
}
.footer__rows .footer__row__navigation ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__rows .footer__row__navigation ul li {
  list-style-type: none;
}
.footer__rows .footer__row__navigation ul li a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.footer__rows .footer__row__navigation ul li a:hover {
  font-weight: 600;
}
.footer__rows .footer__row .copyright_notice {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .footer__rows .footer__row .copyright_notice {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
  }
}
.footer__rows .footer__row.size--m {
  width: 33%;
}
@media screen and (min-width: 960px) {
  .footer__rows .footer__row.size--m {
    width: 25%;
  }
}
.footer__rows .footer__row.size--m.grow-mobile {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .footer__rows .footer__row.size--m.grow-mobile {
    width: 25%;
  }
}
.footer__rows .footer__row.size--l {
  width: 50%;
}
.footer__rows .footer__row.size--l.grow-mobile {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .footer__rows .footer__row.size--l.grow-mobile {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .footer__rows .footer__row.size--l.grow-mobile {
    width: 50%;
    margin-bottom: inherit;
  }
}
.footer__rows .footer__row.mobile {
  display: inline-flex;
}
@media screen and (min-width: 960px) {
  .footer__rows .footer__row.mobile {
    display: none;
  }
}
.footer__rows .footer__row.mobile .footer__row__socials {
  margin-top: 50px;
  flex-direction: column;
  gap: 23px;
  align-items: flex-start;
}
@media screen and (min-width: 600px) {
  .footer__rows .footer__row.mobile .footer__row__socials {
    margin-top: 0;
  }
}
.footer__rows .footer__row.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .footer__rows .footer__row.desktop {
    display: inline-flex;
  }
}
.footer__rows.centered {
  align-items: center;
}
.footer__rows.centered .footer__row {
  align-items: center;
}

.endrow {
  background-color: #000;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 13px 0;
}
.endrow__inner {
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
  width: 100%;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 400px) {
  .endrow__inner {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .endrow__inner {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .endrow__inner {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .endrow__inner {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .endrow__inner {
    padding: 0 0px 0px 0px;
  }
}
.endrow__inner__dot {
  width: 11px;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: #1E438E;
}
.endrow__inner__dot:nth-of-type(2) {
  background-color: #D92B3A;
}
.endrow__inner__dot:nth-of-type(3) {
  background-color: #3261AB;
}
.endrow__inner__dot:nth-of-type(4) {
  background-color: #6B86C3;
}

.fixed-wrp {
  position: fixed;
  right: 0px;
  bottom: 30px;
  z-index: 103;
  -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-right: 5px;
}
@media screen and (min-width: 768px) {
  .fixed-wrp {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1900px) {
  .fixed-wrp {
    padding-right: 50px;
  }
}
.fixed-wrp.is-hidden {
  opacity: 0;
}
.fixed-wrp.is-hidden .fixed-elements__fixed-share, .fixed-wrp.is-hidden .fixed-elements__fixed-totop, .fixed-wrp.is-hidden .fixed-elements__fixed-chatbot, .fixed-wrp.is-hidden .fixed-elements__fixed-borlabs {
  transform: translate(100px, 0);
}
.fixed-wrp .fixed-elements {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 12px;
}
.fixed-wrp .fixed-elements__fixed-share {
  width: max-content;
  display: flex;
  justify-content: flex-end;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.fixed-wrp .fixed-elements__fixed-share .share-function {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp {
  position: relative;
  display: flex;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__button__trigger {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E438E;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  -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: 42px;
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__button__trigger {
    width: 50px;
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__button__trigger svg {
  width: 50%;
  height: auto;
  transform: translate(0px, 0px);
  display: block;
  color: white;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__button__trigger:hover {
  background-color: #2757b8;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__button__trigger.active {
  background-color: #3261AB;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist {
  position: absolute;
  top: 0;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li a {
  transform: scale(1);
  top: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E438E;
  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;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li a:hover {
  background-color: #2757b8;
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li a {
    width: 50px;
    height: 50px;
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li a svg {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li a {
  transform: scale(1);
  top: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li a {
    width: 50px;
    height: 50px;
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(1) {
  transition-delay: 0.25s;
  transform: translate(-50px, 0);
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(1) {
    transform: translate(-60px, 0);
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(2) {
  transition-delay: 0.5s;
  transform: translate(-100px, 0);
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(2) {
    transform: translate(-120px, 0);
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(3) {
  transition-delay: 0.75s;
  transform: translate(-150px, 0);
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(3) {
    transform: translate(-180px, 0);
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(4) {
  transition-delay: 1s;
  transform: translate(-200px, 0);
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(4) {
    transform: translate(-240px, 0);
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(5) {
  transition-delay: 1.25s;
  transform: translate(-250px, 0);
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(5) {
    transform: translate(-300px, 0);
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(6) {
  transition-delay: 1.5s;
  transform: translate(-300px, 0);
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(6) {
    transform: translate(-360px, 0);
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(7) {
  transition-delay: 1.75s;
  transform: translate(-350px, 0);
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(7) {
    transform: translate(-420px, 0);
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(8) {
  transition-delay: 2s;
  transform: translate(-400px, 0);
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(8) {
    transform: translate(-480px, 0);
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(9) {
  transition-delay: 2.25s;
  transform: translate(-450px, 0);
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist.active li:nth-child(9) {
    transform: translate(-540px, 0);
  }
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li {
  list-style-type: none;
  transition: all 300ms ease-in-out;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li a {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 10%;
  transform: scale(0.5);
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li a svg {
  width: 50%;
  height: auto;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li a:hover {
  background-color: #2757b8;
  color: #fff;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li a .mail-icon {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fixed-wrp .fixed-elements__fixed-share .share-function .share-function__button-wrp .share-function__linklist li a .mail-icon svg {
  width: 100%;
  height: auto;
}
.fixed-wrp .fixed-elements__fixed-totop {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.fixed-wrp .fixed-elements__fixed-totop__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E438E;
  width: 42px;
  aspect-ratio: 1;
  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;
  border: 0;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-totop__btn {
    width: 50px;
    height: 50px;
  }
}
.fixed-wrp .fixed-elements__fixed-totop__btn__icon {
  max-height: 24px;
}
.fixed-wrp .fixed-elements__fixed-totop__btn:hover {
  background-color: #2757b8;
}
.fixed-wrp .fixed-elements__fixed-chatbot {
  position: relative;
  -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: none;
}
.fixed-wrp .fixed-elements__fixed-chatbot.hidden {
  display: block;
}
.fixed-wrp .fixed-elements__fixed-chatbot__bubble {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0%, calc(-100% - 12px));
  font-family: "Poppins";
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
.fixed-wrp .fixed-elements__fixed-chatbot__bubble.hidden {
  opacity: 0;
  display: none;
}
.fixed-wrp .fixed-elements__fixed-chatbot__bubble__inner {
  dislay: flex;
  height: 100%;
  position: relative;
  width: 230px;
}
.fixed-wrp .fixed-elements__fixed-chatbot__bubble__inner__close-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #1E438E;
  z-index: 2;
  border: 0;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: translate(0%, -50%);
  cursor: pointer;
  -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) {
  .fixed-wrp .fixed-elements__fixed-chatbot__bubble__inner__close-btn {
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .fixed-wrp .fixed-elements__fixed-chatbot__bubble__inner__close-btn {
    right: 0;
  }
}
.fixed-wrp .fixed-elements__fixed-chatbot__bubble__inner__close-btn:hover {
  background-color: #2757b8;
}
.fixed-wrp .fixed-elements__fixed-chatbot__bubble__inner__close-btn svg {
  width: 50%;
  height: auto;
}
.fixed-wrp .fixed-elements__fixed-chatbot__bubble__inner:after {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  transform: translate(0px, 8px) rotate(45deg);
  display: block;
  position: absolute;
  bottom: 0;
  right: 14px;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  z-index: 2;
}
.fixed-wrp .fixed-elements__fixed-chatbot__bubble__inner__text {
  padding: 13px;
  border: 1px solid #dadada;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: #fff;
}
.fixed-wrp .fixed-elements__fixed-chatbot__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E438E;
  width: 42px;
  aspect-ratio: 1;
  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;
  border: 0;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-chatbot__btn {
    width: 50px;
    height: 50px;
  }
}
.fixed-wrp .fixed-elements__fixed-chatbot__btn svg {
  pointer-events: none;
  max-width: 80%;
  width: 100%;
  height: auto;
}
.fixed-wrp .fixed-elements__fixed-chatbot__btn:hover {
  background-color: #2757b8;
}
.fixed-wrp .fixed-elements__fixed-borlabs {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.fixed-wrp .fixed-elements__fixed-borlabs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E438E;
  width: 42px;
  aspect-ratio: 1;
  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;
  border: 0;
  color: #fff;
  cursor: pointer;
  color: #fff;
}
@media screen and (min-width: 860px) {
  .fixed-wrp .fixed-elements__fixed-borlabs__btn {
    width: 50px;
    height: 50px;
  }
}
.fixed-wrp .fixed-elements__fixed-borlabs__btn__icon {
  height: 90%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-wrp .fixed-elements__fixed-borlabs__btn__icon svg {
  width: 65%;
  height: auto;
}
.fixed-wrp .fixed-elements__fixed-borlabs__btn:hover {
  background-color: #2757b8;
}

.single-news__post-body__mdl-wrp {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 1180px) {
  .single-news__post-body__mdl-wrp {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1420px;
  }
}
@media screen and (min-width: 1440px) {
  .single-news__post-body__mdl-wrp {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1420px;
  }
}
.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 {
  margin-left: 0;
  width: 100%;
  max-width: 1260px;
}
.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__outer-wrp {
  margin-top: 35px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .single-news__outer-wrp {
    margin-top: 75px;
  }
}
@media screen and (min-width: 1180px) {
  .single-news__outer-wrp {
    margin-top: 135px;
  }
}
.single-news__outer-wrp:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="355" height="436" viewBox="0 0 355 436"><defs><clipPath id="clip-path"><rect id="Rechteck_3853" data-name="Rechteck 3853" width="355" height="436" transform="translate(1565 293)" fill="%23fff" stroke="%23707070" stroke-width="1"/></clipPath></defs><g id="Gruppe_maskieren_16" data-name="Gruppe maskieren 16" transform="translate(-1565 -293)" clip-path="url(%23clip-path)"><g id="Gruppe_20007" data-name="Gruppe 20007" transform="matrix(0.914, -0.407, 0.407, 0.914, -635.598, -3829.348)"><g id="Gruppe_17830" data-name="Gruppe 17830" transform="translate(713.155 6166.524) rotate(-150)"><g id="Gruppe_17811" data-name="Gruppe 17811"><path id="Pfad_392" data-name="Pfad 392" d="M4.613,0Q2.308.271,0,.5" transform="translate(1016.752 1081.841)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" stroke-dasharray="11"/><path id="Pfad_393" data-name="Pfad 393" d="M1001.34,1083.441c-84.983,3.624-171.2-32.495-227.482-96.416-34.5-39.178-57.487-86.852-82.883-132.455s-54.722-90.9-97.623-120.648S490.97,693.145,445.672,719.094,381.646,814.065,417.1,852.383c37.78,40.838,112.335,22.965,143.069-23.406s26.842-107.918,10.377-161.054c-45.854-147.984-186.362-261.76-340.676-275.862-52.555-4.8-116.055,8.008-136.27,56.746-18.039,43.491,12.416,96.822,56.642,113s95.354.979,132.08-28.494c65.33-52.427,89.811-145.62,71.94-227.446s-72.911-152.1-140.133-202.08C150.2,56.26,75.632,25.309,0,0" transform="translate(0 0)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" stroke-dasharray="11 19.975"/></g></g><g id="Gruppe_18751" data-name="Gruppe 18751" transform="translate(336.69 4684)"><circle id="Ellipse_20" data-name="Ellipse 20" cx="6.667" cy="6.667" r="6.667" transform="translate(10.256 10.256)" fill="%231e438e"/><circle id="Ellipse_21" data-name="Ellipse 21" cx="16.923" cy="16.923" r="16.923" transform="translate(0 0)" fill="%231e438e" opacity="0.1"/></g></g></g></svg>') no-repeat center center;
  aspect-ratio: 355/436;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 355px;
  display: none;
}
@media screen and (min-width: 1180px) {
  .single-news__outer-wrp:after {
    transform: translate(30%, 0);
    display: block;
  }
}
@media screen and (min-width: 1330px) {
  .single-news__outer-wrp:after {
    transform: translate(0%, 0);
  }
}
.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: "Poppins";
}
.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: "Syncopate";
}
.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: "Poppins";
  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: "Poppins";
}
@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;
  }
}

.category__header {
  padding-top: 0;
  margin-top: 35px;
}
.category__header__inner {
  aspect-ratio: 358/331;
}
.category__header__inner:after {
  display: none;
}
@media screen and (min-width: 520px) {
  .category__header__inner {
    aspect-ratio: 794/510;
  }
}
@media screen and (min-width: 820px) {
  .category__header__inner {
    aspect-ratio: 1864/551;
  }
}
.category__header__inner__content h1 {
  display: flex;
  flex-direction: column;
}
.category__header__inner__content h1 span {
  font-weight: 400 !important;
  padding-left: 50px;
}
@media screen and (min-width: 680px) {
  .category__header__inner__content h1 span {
    padding-left: 145px;
  }
}
.category__header__decoration {
  color: rgba(255, 255, 255, 0.5);
  transform: translate(10%, 0);
}
@media screen and (min-width: 680px) {
  .category__header__decoration {
    transform: translate(0, 0);
  }
}

.category__outer-wrp {
  margin-top: 35px;
  padding-bottom: 135px;
}
.category__outer-wrp .hy_breadcrumbs {
  display: block !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 520px) {
  .category__outer-wrp .hy_breadcrumbs {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 900px) {
  .category__outer-wrp .hy_breadcrumbs {
    padding-bottom: 30px !important;
  }
}
.category__outer-wrp .category-news {
  display: flex;
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 400px) {
  .category__outer-wrp .category-news {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .category__outer-wrp .category-news {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .category__outer-wrp .category-news {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .category__outer-wrp .category-news {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .category__outer-wrp .category-news {
    padding: 0 0px 0px 0px;
  }
}
@media screen and (min-width: 680px) {
  .category__outer-wrp .category-news {
    gap: 24px 16px;
  }
}
@media screen and (min-width: 1180px) {
  .category__outer-wrp .category-news {
    gap: 40px 30px;
  }
}
.category__outer-wrp .category-news__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 680px) {
  .category__outer-wrp .category-news__item {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 1180px) {
  .category__outer-wrp .category-news__item {
    width: calc(33.33% - 20px);
  }
}
.category__outer-wrp .category-news__item a {
  background-color: #EDF0F5;
  text-decoration: none;
  height: 100%;
}
.category__outer-wrp .category-news__item a:hover .category-news__item__image-wrp img, .category__outer-wrp .category-news__item a:hover .category-news__item__image-wrp picture {
  transform: scale(1.1);
}
.category__outer-wrp .category-news__item a:hover .category-news__item__content h2 {
  color: #1E438E;
}
.category__outer-wrp .category-news__item a .category-news__item__image-wrp {
  aspect-ratio: 527/342;
  width: 100%;
  overflow: hidden;
}
.category__outer-wrp .category-news__item a .category-news__item__image-wrp img, .category__outer-wrp .category-news__item a .category-news__item__image-wrp picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.category__outer-wrp .category-news__item a .category-news__item__content {
  padding: 17px 23px 58px 23px;
  font-family: "Poppins";
}
.category__outer-wrp .category-news__item a .category-news__item__content__badges {
  display: flex;
  gap: 14px;
  padding-bottom: 17px;
}
.category__outer-wrp .category-news__item a .category-news__item__content__badges .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: "Poppins";
  text-transform: uppercase;
  min-width: 72px;
  justify-content: center;
  align-items: center;
}
.category__outer-wrp .category-news__item a .category-news__item__content__badges .post-badge--new {
  background-color: #1E438E;
}
.category__outer-wrp .category-news__item a .category-news__item__content h2 {
  font-size: 22px;
  line-height: 30px;
  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;
}
@media screen and (min-width: 1180px) {
  .category__outer-wrp .category-news__item a .category-news__item__content h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
  }
}
.category__outer-wrp .category-news__item a .category-news__item__content .excerpt {
  padding-top: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 1180px) {
  .category__outer-wrp .category-news__item a .category-news__item__content .excerpt {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
  }
}
.category__outer-wrp .category-news-more-wrp {
  max-width: 1640px;
  width: 100%;
  margin: 65px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.category__outer-wrp .category-news-more-wrp button {
  border: 0;
  width: max-content;
  min-width: 220px;
  display: flex;
  justify-content: space-between;
  padding: 13px 30px;
  border-radius: 30px;
  background-color: #000;
  cursor: pointer;
  font-family: "Poppins";
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.category__outer-wrp .category-news-more-wrp button span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
.category__outer-wrp .category-news-more-wrp button:after {
  content: "";
  position: static;
  width: 20px;
  aspect-ratio: 1;
  display: inline-flex;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.828" height="16.414" viewBox="0 0 14.828 16.414"><g id="Komponente_8_1" data-name="Komponente 8 – 1" transform="translate(1.414 1)"><path id="Pfad_24" data-name="Pfad 24" d="M12,5V19" transform="translate(-6 -5)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_25" data-name="Pfad 25" d="M18,13l-6,6" transform="translate(-6 -5)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_26" data-name="Pfad 26" d="M6,13l6,6" transform="translate(-6 -5)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') no-repeat center center;
}
.category__outer-wrp .category-news-more-wrp button:hover {
  background-color: #1E438E;
}
.category__outer-wrp .category-news-more-wrp button:hover:after {
  animation: up_down infinite 700ms;
}

.single-touren .tour-content__inner {
  position: relative;
}
.single-touren .tour-content__inner .tour-content__inner__widthlimiter {
  max-width: 1000px;
  margin: auto;
}
.single-touren .tour-content__inner .tour-content__inner__stations {
  background-color: rgba(233, 233, 233, 0.5);
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 35px;
  position: relative;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle {
  position: relative;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle button {
  width: 100%;
  border: 0;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle button span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  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;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle button:hover {
  cursor: pointer;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle button:hover span {
  color: #2757b8;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle button:hover .tour-content__inner__stations__toggle__icon {
  background-color: #2757b8;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle button .tour-content__inner__stations__toggle__icon {
  color: #fff;
  background-color: #1E438E;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle button .tour-content__inner__stations__toggle__icon svg {
  width: 70%;
  height: auto;
  transform: translate(1px, 0) rotate(0deg);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle button.active .tour-content__inner__stations__toggle__icon {
  transform: translate(1px, 0) rotate(90deg);
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 600ms linear;
  -moz-transition: all 600ms linear;
  -ms-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle-content.active {
  max-height: 1000px;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle-content__inner {
  margin: 15px 0 15px 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-left: 2px dashed #1E438E;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle-content__inner__single {
  padding: 12px 0 12px 25px;
  display: flex;
  align-items: center;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle-content__inner__single:first-of-type {
  padding-top: 0;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle-content__inner__single:last-of-type {
  padding-bottom: 0;
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle-content__inner__single__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  max-height: 28px;
  min-height: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1E438E;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  transform: translate(-39px, 0);
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle-content__inner__single__label {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  transform: translate(-28px, 0);
}
.single-touren .tour-content__inner .tour-content__inner__stations__toggle-content__inner:after {
  content: "";
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M0,0H40V40H0Z" fill="none"/><path d="M9,13.5A5.5,5.5,0,1,0,14.5,8,5.5,5.5,0,0,0,9,13.5" transform="translate(5.5 4.889)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path d="M25.624,25.082l-6.718,6.861a3.12,3.12,0,0,1-4.476,0L7.71,25.082a13.13,13.13,0,0,1,0-18.293,12.481,12.481,0,0,1,17.913,0,13.13,13.13,0,0,1,0,18.293Z" transform="translate(3.333 2.5)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></svg>') center center no-repeat;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0px;
  filter: grayscale(1);
  background-size: cover;
  opacity: 0.05;
  aspect-ratio: 1;
  max-height: 400px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 680px) {
  .single-touren .tour-content__inner .tour-content__inner__stations__toggle-content__inner:after {
    opacity: 0.15;
  }
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container {
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h1 {
  display: none;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h2 {
  padding-bottom: 20px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h3 {
  padding-bottom: 20px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h4 {
  padding-bottom: 20px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container h5 {
  padding-bottom: 20px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p {
  margin-bottom: 50px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p:has(+ ul), .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p:has(+ ol), .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container p:has(+ p) {
  margin-bottom: 25px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul {
  margin: 0 0 35px 0px;
  padding: 0;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  margin: 0 0 8px 0;
}
@media screen and (min-width: 600px) {
  .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li {
    margin: 0 0 15px 0;
  }
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li:last-of-type {
  margin-bottom: 0;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #1E438E;
  position: absolute;
  top: 9px;
  left: 0;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li a:hover {
  color: #2757b8;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li ol, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li ul {
  margin: 8px 0 8px 0px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li ol > li:before {
  border-radius: 0;
  background-color: transparent;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol {
  margin: 0 0 35px 0;
  padding: 0;
  counter-reset: listing_counter;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container 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) {
  .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li {
    margin: 0 0 15px 0;
  }
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li:last-of-type {
  margin-bottom: 0;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li a:hover {
  color: #2757b8;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol > li:before {
  content: counter(listing_counter) ". ";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  position: absolute;
  top: 0px;
  left: 0;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol ol, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol ul {
  margin: 8px 0 8px 0px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol ul li {
  position: relative;
  padding-left: 20px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #1E438E;
  position: absolute;
  top: 8px;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ul li, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container ol li {
  word-break: break-word;
}
.single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .anfahrtsbeschreibung, .single-touren .tour-content__inner div.tm_plugin div.eventinfo_container .location_wayfinder {
  display: none;
}
.single-touren .tour-content__inner div.tm_plugin .container_verbindung_info {
  background-color: rgba(233, 233, 233, 0.5);
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 35px;
  position: relative;
}
.single-touren .tour-content__inner div.tm_plugin .container_verbindung_info:after {
  content: "";
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M0,0H40V40H0Z" fill="none"/><path d="M9,13.5A5.5,5.5,0,1,0,14.5,8,5.5,5.5,0,0,0,9,13.5" transform="translate(5.5 4.889)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path d="M25.624,25.082l-6.718,6.861a3.12,3.12,0,0,1-4.476,0L7.71,25.082a13.13,13.13,0,0,1,0-18.293,12.481,12.481,0,0,1,17.913,0,13.13,13.13,0,0,1,0,18.293Z" transform="translate(3.333 2.5)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></svg>') center center no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
  filter: grayscale(1);
  background-size: cover;
  opacity: 0.15;
  aspect-ratio: 1;
  right: 30px;
}
.single-touren .tour-content__inner div.tm_plugin .location_wayfinder {
  width: 25%;
  border-radius: 10px;
  background-color: mediumblue;
  position: relative;
}
.single-touren .tour-content__inner div.tm_plugin .location_wayfinder:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M0,0H40V40H0Z" fill="none"/><path d="M9,13.5A5.5,5.5,0,1,0,14.5,8,5.5,5.5,0,0,0,9,13.5" transform="translate(5.5 4.889)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path d="M25.624,25.082l-6.718,6.861a3.12,3.12,0,0,1-4.476,0L7.71,25.082a13.13,13.13,0,0,1,0-18.293,12.481,12.481,0,0,1,17.913,0,13.13,13.13,0,0,1,0,18.293Z" transform="translate(3.333 2.5)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></svg>') center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.single-touren .tour-content__inner div.tm_plugin .location_wayfinder a {
  padding: 20px 25px;
  background: linear-gradient(0deg, #fee5f1 0, #fff 100%);
  border-radius: 10px;
  height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  content: "Wegbeschreibung";
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker {
  width: 100%;
  padding: 20px 25px;
  box-shadow: none;
  background-color: rgba(233, 233, 233, 0.5);
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker table tr td, .single-touren .tour-content__inner div.tm_plugin .ui-datepicker table tr th {
  text-align: center;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker table tr td a, .single-touren .tour-content__inner div.tm_plugin .ui-datepicker table tr td span, .single-touren .tour-content__inner div.tm_plugin .ui-datepicker table tr th a, .single-touren .tour-content__inner div.tm_plugin .ui-datepicker table tr th span {
  text-align: center;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header:before, .single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header:after {
  display: none;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-next, .single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  position: static;
  margin: 0;
  width: 36px;
  height: 36px;
  border: 0;
  cursor: pointer;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-next span, .single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="35" viewBox="0 0 36 35"><g fill="none" stroke="currentColor" stroke-width="1.5"><ellipse cx="18" cy="17.5" rx="18" ry="17.5" stroke="none"></ellipse><ellipse cx="18" cy="17.5" rx="17.25" ry="16.75" fill="none"></ellipse></g><g transform="translate(7.909 28.383) rotate(-90)"><path d="M0,0H21.287V21.287H0Z" fill="none"></path><path d="M0,0V12.418" transform="translate(10.644 4.435)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path><path d="M5.322,0,0,5.322" transform="translate(10.644 11.531)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path><path d="M0,0,5.322,5.322" transform="translate(5.322 11.531)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></g></svg>') center center no-repeat;
  width: 36px;
  height: 36px;
  position: static;
  margin: 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;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, .single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background: transparent;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover span, .single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover span {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="35" viewBox="0 0 36 35"><g fill="none" stroke="%231e438e" stroke-width="1.5"><ellipse cx="18" cy="17.5" rx="18" ry="17.5" stroke="none"></ellipse><ellipse cx="18" cy="17.5" rx="17.25" ry="16.75" fill="none"></ellipse></g><g transform="translate(7.909 28.383) rotate(-90)"><path d="M0,0H21.287V21.287H0Z" fill="none"></path><path d="M0,0V12.418" transform="translate(10.644 4.435)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path><path d="M5.322,0,0,5.322" transform="translate(10.644 11.531)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path><path d="M0,0,5.322,5.322" transform="translate(5.322 11.531)" fill="none" stroke="%231e438e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></g></svg>') center center no-repeat;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  transform: rotate(180deg);
  order: 1;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.single-touren .tour-content__inner div.tm_plugin .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-transform: uppercase;
  order: 2;
}
.single-touren .tour-content__inner div.tm_plugin .eventinfo_container .eventdatum_abfahrt {
  width: 100%;
  max-width: 100%;
}
.single-touren .tour-content__inner div.tm_plugin .eventinfo_container .eventdatum_abfahrt ul {
  display: flex;
  width: 100%;
  gap: 20px;
  margin: 0;
  padding: 25px 0;
  flex-direction: row;
  flex-wrap: wrap;
}
.single-touren .tour-content__inner div.tm_plugin .eventinfo_container .eventdatum_abfahrt ul li {
  list-style-type: none;
  max-width: 100%;
  flex-grow: 1;
  background-color: rgba(233, 233, 233, 0.5);
  border-radius: 10px;
  margin: 0;
  box-shadow: none;
  border: 0;
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 520px) {
  .single-touren .tour-content__inner div.tm_plugin .eventinfo_container .eventdatum_abfahrt ul li {
    max-width: calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) {
  .single-touren .tour-content__inner div.tm_plugin .eventinfo_container .eventdatum_abfahrt ul li {
    max-width: calc(33.33% - 14px);
  }
}
@media screen and (min-width: 1280px) {
  .single-touren .tour-content__inner div.tm_plugin .eventinfo_container .eventdatum_abfahrt ul li {
    max-width: calc(25% - 15px);
  }
}
.single-touren .tour-content__inner div.tm_plugin .eventinfo_container .eventdatum_abfahrt ul li:before {
  display: none;
}
.single-touren .tour-content__inner div.tm_plugin .eventinfo_container .eventdatum_abfahrt ul li.tmaktiv {
  background-color: #1E438E;
  color: #fff;
}
.single-touren .tour-content__inner div.tm_plugin #booking_iframe {
  box-shadow: none;
  border: 0;
}
.single-touren .tour-content__inner div.tm_plugin .success_message {
  display: flex;
  flex-direction: column;
  padding: 35px;
  font-family: "Poppins";
  color: #fff;
  background-color: #1E438E;
  max-width: 100%;
  border-radius: 10px;
  text-align: center;
}
.single-touren .tour-content__inner div.tm_plugin .success_message .wp-block-columns {
  margin-top: 35px;
  justify-content: center;
}
.single-touren .tour-content__inner div.tm_plugin .success_message .wp-block-columns .wp-block-column {
  width: max-content;
  max-width: 300px;
  flex-basis: fit-content;
}
.single-touren .tour-content__inner div.tm_plugin .success_message .wp-block-columns .wp-block-column a {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: 12px 26px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #000;
  border: 0px;
  width: max-content;
  border-radius: 30px;
  height: 50px;
  cursor: pointer;
  -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;
  justify-content: center;
  flex-basis: max-content;
}
.single-touren .tour-content__inner div.tm_plugin .success_message .wp-block-columns .wp-block-column a:hover {
  background-color: #2757b8;
  color: #fff;
}
.single-touren .tour-content__inner div.tm_plugin .success_message .wp-block-columns .wp-block-column a:hover:after {
  animation: back_forwards_min infinite 1200ms;
}
.single-touren .tour-content__inner div.tm_plugin .success_message .wp-block-columns .wp-block-column a:after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g id="arrow-down" transform="translate(0 24) rotate(-90)"><path id="Pfad_23" data-name="Pfad 23" d="M0,0H24V24H0Z" fill="none"/><path id="Pfad_24" data-name="Pfad 24" d="M0,0V14" transform="translate(12 5)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_25" data-name="Pfad 25" d="M6,0,0,6" transform="translate(12 13)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path id="Pfad_26" data-name="Pfad 26" d="M0,0,6,6" transform="translate(6 13)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') center center no-repeat;
}
.single-touren .tour-content__inner .mdl-info-boxes {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 25px;
}
.single-touren .tour-content__inner .mdl-info-boxes.col1 {
  justify-content: left;
}
.single-touren .tour-content__inner .mdl-info-boxes.col1 .mdl-info-boxes__info-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-touren .tour-content__inner .mdl-info-boxes.col1 .mdl-info-boxes__info-box {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .single-touren .tour-content__inner .mdl-info-boxes.col1 .mdl-info-boxes__info-box {
    max-width: 390px;
    flex-grow: 1;
    min-width: 340px;
    width: auto;
  }
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #EDF0F5;
  border-radius: 10px;
  padding: 20px 25px;
  height: 195px;
  font-family: "Poppins";
  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;
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a:hover {
  background-color: #2757b8;
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a:hover .mdl_info_boxes__info-box__icon {
  background-color: #fff;
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a:hover .mdl-info-boxes__info-box__content__headline {
  color: #fff;
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a:hover .mdl-info-boxes__info-box__content__icon {
  background-color: #fff;
  color: #2757b8;
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a .mdl_info_boxes__info-box__icon {
  padding: 8px;
  background-color: transparent;
  border-radius: 50%;
  width: max-content;
  aspect-ratio: 1;
  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;
  transform: translate(-8px, -8px);
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a .mdl_info_boxes__info-box__icon svg {
  display: inline-flex;
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content__headline {
  display: inline-flex;
  width: max-content;
  margin-right: 15px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  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;
}
@media screen and (min-width: 860px) {
  .single-touren .tour-content__inner .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content__headline {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
  }
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content__icon {
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E438E;
  border-radius: 50%;
  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;
}
.single-touren .tour-content__inner .mdl-info-boxes__info-box a .mdl-info-boxes__info-box__content__icon svg {
  transform: rotate(90deg);
}
.single-touren .tour-content__inner .single-touren-decor {
  aspect-ratio: 832/1190;
  height: 70dvh;
  background-image: url(assets/img/background-mosaik.svg);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 43%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-15dvw, 0);
  opacity: 0.25;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .single-touren .tour-content__inner .single-touren-decor {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .single-touren .tour-content__inner .single-touren-decor {
    opacity: 1;
    transform: translate(-18dvw, 0);
  }
}
@media screen and (min-width: 1740px) {
  .single-touren .tour-content__inner .single-touren-decor {
    transform: translate(-10dvw, 0);
  }
}
.single-touren .tour-content__inner .mdl-contact-box__outer-wrp {
  max-width: 1000px;
  margin-left: 0;
}
.single-touren .blockUI {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
.single-touren .blockMsg {
  background-color: #fff !important;
  padding: 20px 25px !important;
  border: 0 !important;
}
.single-touren .tour-content__inner__highlights {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 35px !important;
  background-color: #1E438E;
  border-radius: 10px;
  padding: 35px 25px !important;
  position: relative;
}
.single-touren .tour-content__inner__highlights h2 {
  color: #fff;
}
.single-touren .tour-content__inner__highlights:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="467.888" height="805.595" viewBox="0 0 467.888 805.595"><path id="Pfad_380" data-name="Pfad 380" d="M416.6,17.523H177.5L393.6,303.348,166.211,823.118H391.377L634.1,303.348Z" transform="translate(-166.211 -17.523)" fill="%23fff" opacity="0.9"></path></svg>') center center no-repeat;
  aspect-ratio: 476/817;
  background-size: contain;
  height: 100%;
  position: absolute;
  right: 50px;
  top: 0;
  content: "";
  display: block;
  pointer-events: none;
  opacity: 0.2;
}
.single-touren .tour-content__inner__highlights ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-touren .tour-content__inner__highlights ul li {
  color: #fff !important;
  margin-bottom: 10px;
}
.single-touren .tour-content__inner__highlights ul li:before {
  background-color: #fff !important;
}
.single-touren .tour-content__inner__highlights ul li:last-of-type {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.single-touren .tm_plugin {
  display: none;
}
.single-touren .tour-content__inner__notes {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 35px !important;
  border-radius: 10px;
  padding: 35px;
  position: relative;
  font-family: "Poppins";
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  justify-content: space-between;
  background-image: url("assets/img/background-notification.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-touren .tour-content__inner__notes h3 {
  color: #fff;
}
.single-touren .tour-content__inner__notes ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-touren .tour-content__inner__notes ul li {
  color: #fff;
}
.single-touren .tour-content__inner__notes ul li:before {
  background-color: #fff;
}
.single-touren .tour-content__inner__txt {
  max-width: 1000px;
}
.single-touren .tour-content__inner__timetable {
  max-width: 1000px;
}
.single-touren .tour-content__inner__timetable h3 {
  margin-bottom: 15px;
}
.single-touren .tour-content__inner__timetable #timetable-filter {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
  background-color: #EDF0F5;
  border-radius: 10px;
  padding: 20px;
}
.single-touren .tour-content__inner__timetable #timetable-filter button {
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #fff;
  border: 0;
  width: 165px;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.single-touren .tour-content__inner__timetable #timetable-filter button:hover {
  background-color: #2757b8;
  color: #fff;
}
.single-touren .tour-content__inner__timetable #timetable {
  width: 100%;
  max-height: 500px;
  overflow: auto;
}
.single-touren .tour-content__inner__timetable #timetable .timetable-element {
  margin-bottom: 10px;
}
.single-touren .tour-content__inner__timetable #timetable .timetable-element a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #EDF0F5;
  color: #000;
  border-radius: 10px;
  padding: 20px 25px;
  position: relative;
  font-family: "Poppins";
  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;
  gap: 15px;
}
.single-touren .tour-content__inner__timetable #timetable .timetable-element a:after {
  padding: 8px;
  background-color: transparent;
  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;
  transform: translate(-8px, -8px);
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g transform="translate(0 24) rotate(-90)"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,5V19" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M18,13l-6,6" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M6,13l6,6" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') no-repeat center center;
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  position: absolute;
  right: 0;
}
.single-touren .tour-content__inner__timetable #timetable .timetable-element a:hover {
  background-color: #2757b8;
  color: #fff;
}
.single-touren .tour-content__inner__timetable #timetable .timetable-element a:hover:after {
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g transform="translate(0 24) rotate(-90)"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,5V19" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M18,13l-6,6" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M6,13l6,6" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>') no-repeat center center;
}
.single-touren .highlights + ul {
  margin-bottom: 35px !important;
  background-color: #1E438E;
  border-radius: 10px;
  padding: 35px 25px !important;
  position: relative;
}
.single-touren .highlights + ul:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="467.888" height="805.595" viewBox="0 0 467.888 805.595"><path id="Pfad_380" data-name="Pfad 380" d="M416.6,17.523H177.5L393.6,303.348,166.211,823.118H391.377L634.1,303.348Z" transform="translate(-166.211 -17.523)" fill="%23fff" opacity="0.9"></path></svg>') center center no-repeat;
  aspect-ratio: 476/817;
  background-size: contain;
  height: 100%;
  position: absolute;
  right: 50px;
  top: 0;
  content: "";
  display: block;
  pointer-events: none;
  opacity: 0.2;
}
.single-touren .highlights + ul li {
  color: #fff !important;
  margin-bottom: 10px;
}
.single-touren .highlights + ul li:before {
  background-color: #fff !important;
}
.single-touren .highlights + ul li:last-of-type {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.single-touren .page__header__inner__content .subline, .single-touren .category__header__inner__content .subline, .single-touren .touren-header__inner__content .subline {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 680px) {
  .single-touren .page__header__inner__content .subline, .single-touren .category__header__inner__content .subline, .single-touren .touren-header__inner__content .subline {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .single-touren .page__header__inner__content .subline, .single-touren .category__header__inner__content .subline, .single-touren .touren-header__inner__content .subline {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #fff;
  }
}
@media screen and (min-width: 1280px) {
  .single-touren .page__header__inner__content .subline, .single-touren .category__header__inner__content .subline, .single-touren .touren-header__inner__content .subline {
    font-size: 48px;
    line-height: 58px;
    font-weight: 400;
    color: #fff;
  }
}

.wrap_404_page {
  max-width: 1640px;
  padding: 0 10px 0px 10px;
  margin: auto;
}
@media screen and (min-width: 400px) {
  .wrap_404_page {
    padding: 0 35px 0px 35px;
  }
}
@media screen and (min-width: 600px) {
  .wrap_404_page {
    padding: 0 45px 0px 45px;
  }
}
@media screen and (min-width: 768px) {
  .wrap_404_page {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1180px) {
  .wrap_404_page {
    padding: 0 80px 0px 80px;
  }
}
@media screen and (min-width: 1800px) {
  .wrap_404_page {
    padding: 0 0px 0px 0px;
  }
}
.wrap_404_page .page404 {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 50px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .wrap_404_page .page404 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .wrap_404_page .page404 {
    gap: 35px;
  }
}
.wrap_404_page .page404__image {
  width: 40%;
  min-width: 360px;
}
@media screen and (min-width: 1280px) {
  .wrap_404_page .page404__image {
    min-width: 480px;
  }
}
.wrap_404_page .page404__image img {
  width: 100%;
  height: auto;
}
.wrap_404_page .page404__txt {
  font-family: "Poppins";
  padding: 35px 25px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .wrap_404_page .page404__txt {
    text-align: left;
  }
}
.wrap_404_page .page404__txt h1 {
  padding-bottom: 20px;
}
.wrap_404_page .page404__txt p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 860px) {
  .wrap_404_page .page404__txt p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
  }
}
.wrap_404_page .page404__txt .btn {
  margin-top: 30px;
  background-color: #000;
  border-radius: 30px;
  display: inline-flex;
  padding: 13px 30px;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.wrap_404_page .page404__txt .btn span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.wrap_404_page .page404__txt .btn__icon {
  width: 24px;
  position: relative;
}
.wrap_404_page .page404__txt .btn__icon svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.wrap_404_page .page404__txt .btn:hover {
  background-color: #2757b8;
}
.wrap_404_page .page404__txt .btn:hover .btn__icon svg {
  animation: btn__icon__back_forwards 1200ms infinite;
}

/*!
Theme Name: RevierTouristik
Theme URI: https://
Author: Revier Touristik
Author URI: https://www.heyst.com/
Description: WordPress-Umsetzung der Heyst GmbH in Essen
Version: 1.0.
 */
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;
}
body:after {
  content: "";
  width: 100%;
  height: 100dvh;
  position: absolute;
  background: #E8ECF3;
  background: linear-gradient(180deg, rgb(232, 236, 243) 0%, rgb(255, 255, 255) 64%);
  z-index: -1;
  pointer-events: none;
  top: 0;
  min-height: 800px;
}

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

body.noscroll {
  height: 100dvh;
  overflow: hidden;
}

.chatbotButton {
  display: none !important;
}

html #tm-chatbot {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  transform: translate(500px, 0);
  display: block;
  position: absolute;
  bottom: 220px !important;
  right: 50px !important;
}
html #tm-chatbot.hovering {
  max-height: calc(100dvh - 220px);
  border-radius: 10px;
  transform: translate(0, 0);
}
html .chatbot-close-button {
  background-color: #1E438E;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  box-shadow: 0 0px 0px rgba(0, 134, 209, 0);
  border-radius: 50%;
  aspect-ratio: 1;
}
html .chatbot-close-button:hover {
  background-color: #2757b8;
  box-shadow: 0 0px 0px rgba(0, 134, 209, 0);
}
html .chatbot-send-button {
  background-color: #1E438E;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  box-shadow: 0 0px 0px rgba(0, 134, 209, 0);
  border-radius: 10px;
}
html .chatbot-send-button:hover {
  background-color: #2757b8;
  box-shadow: 0 0px 0px rgba(0, 134, 209, 0);
}
html .chatbot-input {
  border-radius: 10px;
  background-color: #E9E9E9;
}

.page-content {
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .page-content {
    margin-top: 80px;
  }
}

.hy-swiper-controls {
  width: max-content;
  margin: auto;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
}
.hy-swiper-controls .hy-swiper-controls-button-prev svg {
  transform: rotate(180deg);
}
.hy-swiper-controls .hy-swiper-controls__swiper-pagination {
  display: flex;
  gap: 6px;
}
.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;
}
.hy-swiper-controls .hy-swiper-controls__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.hy-swiper-controls .hy-swiper-controls__swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #000;
  opacity: 0.5;
}
.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;
  cursor: pointer;
}
.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 {
  color: #1E438E;
}
.hy-swiper-controls .hy-swiper-controls-button-prev.swiper-button-disabled, .hy-swiper-controls .hy-swiper-controls-button-next.swiper-button-disabled {
  opacity: 0.3;
}

.brlbs-cmpnt-widget {
  background-color: white;
  border-radius: 50%;
}

.otgs-development-site-front-end {
  display: none !important;
}

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