@charset "UTF-8";
/** Variables */
/** Custum user login page */
.path-user, .path-pass1 {
  margin-top: 210px;
  background: white;
}
.path-user .desktop_shadow_wrapper, .path-pass1 .desktop_shadow_wrapper {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.path-user .required, .path-pass1 .required {
  background-color: rgba(0, 0, 0, 0.1);
}
.path-user form.user-pass p, .path-pass1 form.user-pass p {
  padding: 0 15px;
  font-size: 0.85rem;
}
.path-user .layout-content, .path-pass1 .layout-content {
  border: solid 1px #00409E;
  border-radius: 5px;
  padding: 1.25rem;
  padding-top: 4rem;
  margin: 140px auto 80px auto;
  width: 30rem;
  height: auto;
}
.path-user .layout-content .container, .path-pass1 .layout-content .container {
  padding-bottom: 1rem;
}
.path-user .layout-content .container input:-webkit-autofill, .path-pass1 .layout-content .container input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}
.path-user .layout-content .container input:-webkit-autofill:focus, .path-pass1 .layout-content .container input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
  -webkit-text-fill-color: #333;
}
.path-user .layout-content .container form.user-login-form input, .path-pass1 .layout-content .container form.user-login-form input {
  background: rgba(0, 0, 0, 0.1);
}
.path-user .layout-content .container form.user-login-form input:-webkit-autofill, .path-pass1 .layout-content .container form.user-login-form input:-webkit-autofill {
  -webkit-text-fill-color: #212529 !important;
}
.path-user .layout-content .container form.user-login-form input.button, .path-pass1 .layout-content .container form.user-login-form input.button {
  background: #00409E;
}
.path-user .layout-content div[role=alert], .path-pass1 .layout-content div[role=alert] {
  margin-left: -0.9rem;
  padding-bottom: -0.5rem;
  font-weight: bold;
}
.path-user .layout-content div[role=alert] a, .path-pass1 .layout-content div[role=alert] a {
  color: #00409E;
  font-weight: bold;
}
.path-user .layout-content em[class=placeholder], .path-pass1 .layout-content em[class=placeholder] {
  color: #00409E;
  font-weight: bold;
}
.path-user .layout-content em[class=placeholder]:before, .path-pass1 .layout-content em[class=placeholder]:before {
  content: '"';
}
.path-user .layout-content em[class=placeholder]:after, .path-pass1 .layout-content em[class=placeholder]:after {
  content: '"';
}
.path-user .layout-content .block-local-tasks-block:not(.contextual-region) input, .path-pass1 .layout-content .block-local-tasks-block:not(.contextual-region) input {
  background-color: red;
  color: #00409E;
  border: solid 1px #00409E;
  font-size: 1.25rem;
  font-weight: bold;
}
.path-user .layout-content .block-local-tasks-block:not(.contextual-region) ul li, .path-pass1 .layout-content .block-local-tasks-block:not(.contextual-region) ul li {
  margin: 0.5rem;
  list-style-type: none;
}
.path-user .layout-content .block-local-tasks-block:not(.contextual-region) .shortcut, .path-pass1 .layout-content .block-local-tasks-block:not(.contextual-region) .shortcut {
  font-size: 1.25rem;
  font-weight: bold;
  color: #00409E;
  padding: 0.625rem 1.625rem 0.625rem 1.625rem;
  text-align: center;
  border-left: solid 0px;
  border-top: solid 0px;
  border-right: solid 0px;
  border-bottom: solid 1px #00409E;
}
.path-user .layout-content .block-local-tasks-block:not(.contextual-region) .blt-tabs ul li, .path-pass1 .layout-content .block-local-tasks-block:not(.contextual-region) .blt-tabs ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: -0.22rem;
}
.path-user .layout-content .block-local-tasks-block:not(.contextual-region) .blt-tabs ul li a, .path-pass1 .layout-content .block-local-tasks-block:not(.contextual-region) .blt-tabs ul li a {
  padding: 10px 20px;
}
.path-user .layout-content .block-local-tasks-block:not(.contextual-region) .blt-tabs, .path-pass1 .layout-content .block-local-tasks-block:not(.contextual-region) .blt-tabs {
  margin-left: 0;
}
.path-user .layout-content .block-local-tasks-block:not(.contextual-region) .login,
.path-user .layout-content .block-local-tasks-block:not(.contextual-region) .resetyourpassword, .path-pass1 .layout-content .block-local-tasks-block:not(.contextual-region) .login,
.path-pass1 .layout-content .block-local-tasks-block:not(.contextual-region) .resetyourpassword {
  font-size: 1.25rem;
  color: #00409E;
  padding: 0.625rem 1.625rem 0.625rem 1.625rem;
  text-align: center;
  border-left: solid 0px;
  border-top: solid 0px;
  border-right: solid 0px;
  border-bottom: solid 1px #00409E;
}
.path-user .layout-content .block-local-tasks-block:not(.contextual-region) .is-active, .path-pass1 .layout-content .block-local-tasks-block:not(.contextual-region) .is-active {
  background-color: #FFFFFF;
  color: #00409E;
  border-left: solid 1px #00409E;
  border-top: solid 1px #00409E;
  border-right: solid 1px #00409E;
  border-bottom: solid 0px;
  font-weight: bold;
}
.path-user .layout-content, .path-pass1 .layout-content {
  /** Only Edge hook **/
}
@supports (-ms-ime-align: auto) {
  .path-user .layout-content .blt-tabs, .path-pass1 .layout-content .blt-tabs {
    margin-left: -1rem !important;
  }
}
.path-user .layout-content #edit-submit, .path-pass1 .layout-content #edit-submit {
  -webkit-box-shadow: 3px 3px 5px #A0A0A0;
  box-shadow: 3px 3px 5px #A0A0A0;
}
.path-user .layout-content li a, .path-pass1 .layout-content li a {
  color: #00409E;
}
.path-user .layout-content #edit-name--description, .path-user .layout-content #edit-pass--description, .path-user .layout-content #edit-captcha-response--description, .path-pass1 .layout-content #edit-name--description, .path-pass1 .layout-content #edit-pass--description, .path-pass1 .layout-content #edit-captcha-response--description {
  font-size: 0.9rem;
  padding-bottom: 1rem;
  color: #666666;
  font-weight: bold;
}
.path-user .layout-content #edit-submit, .path-pass1 .layout-content #edit-submit {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.25rem;
}
.path-user .layout-content label, .path-pass1 .layout-content label {
  font-weight: bold;
  color: #666666;
  font-size: 1.25rem;
  margin-bottom: -1.25rem;
}
.path-user .layout-content #captcha, .path-pass1 .layout-content #captcha {
  font-size: 0.9rem;
  font-weight: bold;
  list-style-type: none;
}
.path-user .layout-content .details-title, .path-pass1 .layout-content .details-title {
  color: #666666;
}
.path-user .layout-content .form-submit, .path-pass1 .layout-content .form-submit {
  background-color: #00409E;
  color: #FFFFFF;
  border: solid 1px #00409E;
  font-weight: bold;
}
.path-user .layout-content .footer_20, .path-pass1 .layout-content .footer_20 {
  display: none;
}
.path-user, .path-pass1 {
  /** Custum Cookie banner **/
}
.path-user #sliding-popup, .path-pass1 #sliding-popup {
  background-color: #00409E !important;
}
.path-user #sliding-popup .eu-cookie-compliance-message h2, .path-pass1 #sliding-popup .eu-cookie-compliance-message h2 {
  letter-spacing: 0.1em;
}
.path-user #sliding-popup .decline-button, .path-pass1 #sliding-popup .decline-button {
  margin-left: 1.5rem;
  color: #00409E;
}

.Status.message.container {
  border: 2px solid #c60651;
  background: rgba(0, 255, 0, 0.1);
  width: 100%;
  z-index: 1;
  top: 15px;
  margin-bottom: 15px;
}

/** Only page 404  */
.page_404 .layout-content {
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #00409E;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  color: #00409E;
  font-size: 2.25rem;
  font-weight: bold;
  padding: 1.25rem;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  width: 45%;
}
.page_404 .layout-content .links {
  display: none;
}
.page_404 .layout-content div p {
  margin: 0;
  padding: 0;
}

/** Only page 403  */
.page_403 .layout-content {
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #00409E;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  color: #00409E;
  font-size: 2.25rem;
  font-weight: bold;
  padding: 1.25rem;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  width: 45%;
}
.page_403 .layout-content .links {
  display: none;
}
.page_403 .layout-content div p {
  margin: 0;
  padding: 0;
}

.block-local-tasks-block ul.blt-tabs li a.ansicht {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-view.svg);
}
.block-local-tasks-block ul.blt-tabs li a.eingaben {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-view.svg);
}
.block-local-tasks-block ul.blt-tabs li a.submissions {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-view.svg);
}
.block-local-tasks-block ul.blt-tabs li a.bearbeiten {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-edit.svg);
}
.block-local-tasks-block ul.blt-tabs li a.lschen {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-delete.svg);
}
.block-local-tasks-block ul.blt-tabs li a.revisionen {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-revisions.svg);
}
.block-local-tasks-block ul.blt-tabs li a.devel-modul {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-devel.svg);
}

/** Custum maintenance page */
.maintenance-page header {
  display: none;
}
.maintenance-page .desktop_shadow_wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.maintenance-page main {
  border: solid 1px #00409E;
  background-color: #FFFFFF;
  color: #666666;
  font-weight: bold;
  border-radius: 0.3rem;
  padding: 1.25rem;
  text-align: center;
  width: 30rem;
}
.maintenance-page h1 {
  color: #666666;
  font-weight: bold;
  text-align: center;
}

_:-ms-fullscreen, :root .path-user .layout-content .block-local-tasks-block:not(.contextual-region) .blt-tabs {
  margin-left: -1.1rem;
}

.node-preview-container {
  z-index: 10000;
}

/* ==========================================================================
   Universal Keyboard Focus (WCAG 2.1 – 2.4.7)
   Shows focus only for keyboard navigation, works for buttons, links, inputs, selects, textareas, and custom interactive elements
   ========================================================================== */
:focus:not(:focus-visible) {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:focus-visible {
  outline: 3px solid #00409E;
  outline-offset: 2px;
  -webkit-transition: outline-color 0.2s, -webkit-box-shadow 0.2s;
  transition: outline-color 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, outline-color 0.2s;
  transition: box-shadow 0.2s, outline-color 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #00409E;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #00409E;
  border-radius: 4px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible),
summary:focus:not(:focus-visible),
[role=button]:focus:not(:focus-visible),
[role=link]:focus:not(:focus-visible),
[tabindex]:not([tabindex="-1"]):focus:not(:focus-visible) {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
[role=button]:focus-visible,
[role=link]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 3px solid #00409E;
  outline-offset: 2px;
}

[tabindex="-1"]:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-form-submit:focus-visible,
.form-submit:focus-visible,
.views-exposed-form button:focus-visible {
  outline: 3px solid #00409E;
  outline-offset: 2px;
}

:root {
  --focus-color: $primary;
}

.footer_20 p {
  font-size: 19px;
}
.footer_20 h2, .footer_20 h4, .footer_20 .h4style {
  margin-bottom: 15px;
  text-transform: none;
}
.footer_20 h2:after, .footer_20 h4:after, .footer_20 .h4style:after {
  content: "";
  height: 2px;
  background: #fff;
  width: 30px;
  display: block;
  margin-top: 15px;
}
.footer_20 h2 {
  font-size: 1.8rem;
}
.footer_20 h4, .footer_20 .h4style {
  font-size: 1.2rem;
}
.footer_20 ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.footer_20 ul li {
  list-style: none;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 19px;
}
.footer_20 .banner-signet {
  margin: 5px 0 0 0;
}
.footer_20 #block-auszeichnungen {
  margin-bottom: 30px;
}
.footer_20 .contextual-links a {
  color: #00409E !important;
}
.footer_20 .footer_giesing {
  display: none !important;
}

body [class*=cm_btn] > * {
  font-family: EurostileBold, "Arial Black", Gadget, sans-serif;
}

body {
  overflow-x: hidden;
  display: block;
}
body button {
  font-family: EurostileBold, "Arial Black", Gadget, sans-serif;
  font-size: 1.25rem;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: Eurostile_LT_Extended, "Arial Black", Gadget, sans-serif;
  -ms-hyphens: none;
  hyphens: none;
}
body h1 {
  font-size: 2.25rem;
}
body h2 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
body h3 {
  font-size: 1.6rem;
}
body h4, body .h4style {
  font-size: 1.4rem;
}
body .font_size_xl {
  font-size: 2.25rem;
}
body ul li {
  font-size: 1.0625rem;
}
body .rotate-n90 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 2.25rem;
  position: relative;
  right: 5rem;
  font-size: 4px;
}
body .pricing .card {
  cursor: pointer;
}
body .pricing .card.bg_gradient_primary {
  min-height: 415px;
  margin-top: -1rem;
}
body .pricing .card.bg_gradient_primary * :not(a) {
  color: #fff !important;
}
body .pricing .card.bg_gradient_primary * :not(h2) {
  opacity: 0.85;
}
body .pricing .card {
  border: none;
  border-radius: 0.5rem;
}
body .pricing .card .card-body h2 {
  font-size: 2.25rem !important;
}
body .pricing .card .card-body h2:first-of-type {
  margin-bottom: -0.5rem;
}
body .pricing .card .card-body h2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
body .pricing .card .cm_btn_outline a {
  opacity: 1;
}
@media (max-width: 1139.98px) and (min-width: 992px) {
  body .pricing .card .cm_btn_outline a {
    font-size: 0.75rem !important;
  }
}
body .text_blue {
  color: #003178;
}
body .pricing_paraghraph p {
  width: 50%;
}
@media screen and (max-width: 767px) {
  body .pricing_paraghraph p {
    width: 100%;
  }
}
body .underline {
  text-decoration: underline !important;
}
@media (max-width: 991.98px) and (min-width: 576px) {
  body h1, body .font_size_xl {
    font-size: 1.75rem !important;
  }
  body h2 {
    font-size: 1.5rem !important;
  }
  body h3 {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 575.98px) {
  body h1, body .font_size_xl {
    font-size: 1.5rem !important;
  }
  body h2 {
    font-size: 1.25rem !important;
  }
  body h3 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  body .ueberschrift {
    padding-top: 5px !important;
  }
  body .ueberschrift h2 {
    font-size: 1.5rem !important;
    line-height: normal !important;
    font-weight: bold;
  }
  body .dachzeile {
    font-size: 0.85rem !important;
    line-height: 1 !important;
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 580px) {
  body .ueberschrift h2 {
    font-size: 1.25rem !important;
  }
}

button:focus {
  outline: unset !important;
}

.paragraph--type--text-teasertext a, .news_content a, .studio a, .text li a, .text p a, .description a {
  display: inline-block;
}

.taxonomy-tooltip-link {
  text-decoration: underline;
  cursor: help;
  display: inline-block;
}

.zindex_1 {
  z-index: 1;
}

.font_size_lg_2 {
  font-size: 1.6rem !important;
}

p a {
  display: inline-block;
}

.rounded_75 {
  border-radius: 0.75rem;
}

.rounded_0 {
  border-radius: 0;
}

@media (min-width: 768px) {
  .rounded_md_75 {
    border-radius: 0.75rem;
  }
}
.dachzeile {
  text-transform: uppercase;
  font-family: EurostileExtended-2, "Arial", Gadget, sans-serif;
}

.cm-grey {
  background-color: #f3f3f3;
}

.cm-white {
  background-color: #ffffff;
}

.bg_gray {
  background-color: #ececec;
}

.paragraph--type--text-volle-breite {
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--text-volle-breite {
    padding: 0 30px;
  }
}

body .banner-signet__score-portals {
  color: #aaa !important;
}

.page_404_bu main .paragraph--type--text-teasertext {
  max-width: 50% !important;
}
@media screen and (max-width: 580px) {
  .page_404_bu main .paragraph--type--text-teasertext {
    max-width: 95%;
  }
}

.paragraph--type--text .cta {
  width: 100%;
}

body #accordion .card .card-header::after {
  content: "\e908";
}
body #accordion .card.bg_gray:nth-child(2n) {
  background-color: #fff;
}

.nav_down + .nav_scroll_content_count {
  margin-top: 20px;
}

.read-more {
  background: #fff;
  color: #00409E;
}
.read-more:after {
  font-family: icomoon;
  content: "\ea3e";
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 12px;
  left: auto;
  position: absolute;
  color: #00409e;
  font-size: 23px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .read-more:after {
    top: 7px;
  }
}
@media (max-width: 1199px) {
  .read-more {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .path-search .pager__item--last span,
  .path-search .pager__item--first span,
  .path-search .pager__item--previous span,
  .path-search .pager__item--next span {
    height: 2rem;
  }
  .path-search .pager__item--last span:after,
  .path-search .pager__item--first span:after,
  .path-search .pager__item--previous span:after,
  .path-search .pager__item--next span:after {
    top: 5px;
  }
  .pager__item--last span,
  .pager__item--first span,
  .pager__item--previous span,
  .pager__item--next span {
    font-size: 0;
    line-height: 1;
    position: relative;
    display: block;
    width: 10px;
    height: 25px;
  }
  .pager__item--last span:after,
  .pager__item--first span:after,
  .pager__item--previous span:after,
  .pager__item--next span:after {
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 1px;
    font-size: 20px;
  }
  .pager__item--previous a span, .pager__item--next a span {
    width: 100%;
  }
  .pager__item--previous a span:after, .pager__item--next a span:after {
    color: #00409e;
    width: 100%;
    text-align: center;
  }
  .pager__item--previous a:hover span:after, .pager__item--next a:hover span:after {
    color: #fff;
  }
  .pager__item--last span:after {
    content: "»";
  }
  .pager__item--first span:after {
    content: "«";
  }
  .pager__item--previous span:after {
    content: "‹";
    width: auto !important;
  }
  .pager__item--next span:after {
    content: "›";
    width: auto !important;
  }
}
@media (max-width: 576px) {
  .js-pager__items {
    position: relative;
  }
  .pager__item {
    width: 2.5rem;
  }
  .pager__item--ellipsis {
    width: 1.5rem;
    text-align: center;
  }
  .pager__item--first,
  .pager__item--previous,
  .pager__item--next,
  .pager__item--last {
    top: 0;
    width: 11%;
  }
  .pager__item--first a,
  .pager__item--previous a,
  .pager__item--next a,
  .pager__item--last a {
    text-align: center;
  }
  .pager__item--first {
    left: 0;
  }
  .pager__item--previous {
    left: 10%;
  }
  .pager__item--previous a {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .pager__item--next {
    right: 10%;
  }
  .pager__item--last {
    right: 0;
  }
}
@media (max-width: 400px) {
  .pager__item--next span:after, .pager__item--last span:after {
    left: -1px;
  }
}
.media--loading:not([data-animation])::before, .is-b-loading:not([data-animation])::before {
  display: none;
}

@media screen and (max-width: 1199px) {
  body .paragraph--type--text-teasertext {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  body .paragraph--type--text-teasertext {
    padding-top: 30px !important;
  }
}
body a.glossify-tooltip-link {
  display: inline-block;
}

.studios-list {
  display: inline;
}
.studios-list * {
  display: inline;
}
.studios-list span {
  margin-left: -5px;
}

@media screen and (max-width: 580px) {
  .breadcrumbs {
    display: none !important;
  }
}

body.maintenance-page main {
  width: 50vw;
  padding: 50px;
}
body.maintenance-page h1 {
  font-size: 2rem;
}

.anchor {
  display: block !important;
  height: 200px;
  margin-top: -200px !important;
  visibility: hidden;
}

.paragraph--type--bild-text .cm-pos-big {
  max-height: 600px;
  height: 100%;
}
.paragraph--type--bild-text .cm-pos-big img {
  border-radius: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 600px;
}
.paragraph--type--bild-text .cm-pos-top {
  max-height: 475px;
  height: 100%;
}
.paragraph--type--bild-text .cm-pos-top img {
  border-radius: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 475px;
}
.paragraph--type--bild-text .paragraph--type--text.bg_gray {
  background-color: #ececec;
}
.paragraph--type--bild-text .paragraph--type--text .cm_btn_outline, .paragraph--type--bild-text .paragraph--type--text .cm_btn {
  max-width: 350px;
}
.paragraph--type--bild-text .paragraph--type--text .cm_btn_outline a, .paragraph--type--bild-text .paragraph--type--text .cm_btn a {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .paragraph--type--bild-text .paragraph--type--text .text-wrap {
    padding: 30px 0 0 30px !important;
  }
}
.paragraph--type--bild-text .paragraph--type--_-bilder .col-6 img {
  border-radius: 0.75rem;
}

@media (max-width: 991.98px) {
  .paragraph--type--bild-text {
    max-width: 580px !important;
    width: 100%;
  }
  .field_4_bilder .img_1 img {
    border-radius: 0 !important;
  }
  .field_4_bilder .img_2 img {
    border-radius: 0 !important;
  }
  .field_4_bilder .img_3 img {
    border-radius: 0 !important;
  }
  .field_4_bilder .img_4 img {
    border-radius: 0 !important;
  }
  .cm-pos-top img {
    border-radius: 0 !important;
  }
  .cm-pos-big img {
    border-radius: 0 !important;
  }
  .img_left {
    margin-right: auto;
  }
  .img_right {
    margin-left: auto;
  }
  .with_p, .with_pr, .with_pl {
    width: auto;
    max-width: 95%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .paragraph--type--text .cm_btn_outline, .paragraph--type--text .cm_btn {
    margin: 0 auto;
  }
  .paragraph--type--text .cm_btn_outline a, .paragraph--type--text .cm_btn a {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cm-pos-top img, .cm-pos-big img {
    margin-bottom: -2rem;
  }
}
@media (min-width: 992px) {
  .img_left {
    margin-right: -1rem;
    z-index: 1;
  }
  .img_right {
    margin-left: -14rem;
  }
  .with_p {
    width: 100%;
    max-width: 450px;
    padding-right: 1rem;
  }
  .img_left .cm-pos-top, .img_left .cm-pos-big {
    margin-right: -1rem;
    z-index: 1;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .img_3 {
    position: absolute !important;
    top: 37%;
    left: 32%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    z-index: 1;
  }
  .img_2 {
    z-index: 1;
    position: absolute !important;
    left: 65%;
    top: 18%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
  }
  .img_1 {
    position: absolute !important;
    top: 12%;
    left: 26%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
  }
  .img_4 {
    position: absolute !important;
    top: 42%;
    left: 69%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .field_rechte_spalte .field_4_bilder {
    width: 94%;
    margin-left: -1rem;
  }
  .field_linke_spalte .field_4_bilder {
    margin-left: 1rem;
  }
  .img_4_h {
    height: auto;
    max-height: 450px !important;
  }
  .with_p {
    width: auto;
    min-width: calc(100% - 15rem);
  }
  .with_pr {
    width: auto;
    min-width: calc(100% - 1rem);
  }
  .one_img .with_pl {
    width: auto;
    min-width: calc(100% - 14rem);
    max-width: calc(100% - 14rem);
  }
  .four_img .with_pl {
    width: auto;
    min-width: calc(100% - 14rem);
    max-width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .img_1 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 1;
  }
  .img_2 {
    position: absolute;
    top: 40px;
    left: 170px;
    display: inline-block;
    z-index: 1;
  }
  .img_3 {
    position: absolute;
    top: 140px;
    left: 30px;
    display: inline-block;
    z-index: 1;
  }
  .img_4 {
    position: absolute;
    top: 180px;
    left: 210px;
    display: inline-block;
  }
}
#block-crusoeaction {
  z-index: 3;
  padding: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #block-crusoeaction {
    right: 0;
    width: 100%;
  }
  #block-crusoeaction .action-block {
    padding-bottom: 0;
  }
  #block-crusoeaction .action-block .row {
    width: 100%;
  }
  #block-crusoeaction .action-block .block-out {
    width: 100%;
  }
  #block-crusoeaction .action-block h2 {
    font-size: 24px;
  }
  #block-crusoeaction .action-block #jquery-countdown-timer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #block-crusoeaction .action-block #jquery-countdown-timer span {
    height: 60px;
    width: 80px;
  }
  #block-crusoeaction .action-block #jquery-countdown-timer span .timer-text {
    font-size: 14px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  #block-crusoeaction .action-block #jquery-countdown-timer span.countSeconds {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #block-crusoeaction .action-block .countDays, #block-crusoeaction .action-block .countHours, #block-crusoeaction .action-block .countMinutes, #block-crusoeaction .action-block .countSeconds {
    margin: 3px;
  }
  #block-crusoeaction .action-block #jquery-countdown-timer-note {
    bottom: 17px;
    position: absolute;
    right: 0;
  }
}
#block-crusoeaction .action-block .countdownHolder {
  font-family: EurostileBold, "Arial Black", Gadget, sans-serif;
}
#block-crusoeaction .action-block .action-title {
  padding: 0 40px;
  line-height: 50px;
  text-transform: uppercase;
}
#block-crusoeaction .action-block .action-subtitle {
  padding-bottom: 20px;
  font-size: 21px;
  text-transform: uppercase;
}
#block-crusoeaction .action-block .block-out {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  #block-crusoeaction .action-block .block-out {
    padding: 20px 20px 80px 20px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
  }
}
#block-crusoeaction .action-block .block-in-content:after {
  font-family: icomoon;
  content: "\ea3e";
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: -13px;
  left: -14px;
  position: absolute;
  color: white;
  font-size: 40px;
}
#block-crusoeaction .action-block .close-outer-triangle {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #block-crusoeaction .action-block .close-outer-triangle {
    left: auto;
    margin-left: -20px;
  }
}
#block-crusoeaction .action-block .close-outer-triangle .btn_close {
  border-top: 110px solid rgb(19, 41, 59);
  border-right: 110px solid transparent;
  position: relative;
  left: 0;
  top: -110px;
  height: 100%;
  width: 100%;
}
#block-crusoeaction .action-block .close-outer-triangle .btn_close:after {
  top: -94px;
  content: "\ea0f";
  font-family: icomoon;
  position: absolute;
  left: 25px;
}
#block-crusoeaction .position {
  text-align: center;
  width: 100%;
}
#block-crusoeaction .position .digit {
  width: 100%;
}
#block-crusoeaction #jquery-countdown-timer-note {
  color: white;
  text-transform: uppercase;
}
#block-crusoeaction .timer-text {
  text-transform: uppercase;
}
#block-crusoeaction button {
  background: transparent;
}

.paragraph--type--webform form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.paragraph--type--webform form button, .paragraph--type--webform form input, .paragraph--type--webform form optgroup, .paragraph--type--webform form select, .paragraph--type--webform form textarea {
  background: #fff;
  border: 1px solid #00409e;
  margin-bottom: 15px;
}
.paragraph--type--webform form select {
  width: 250px;
}
.paragraph--type--webform form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  min-width: 125px;
  max-width: 125px;
}
.paragraph--type--webform .form-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.paragraph--type--webform .form-item:has(> *[required=required]) label {
  position: relative;
}
.paragraph--type--webform .form-item:has(> *[required=required]) label::before {
  content: "*";
  position: absolute;
  left: -10px;
  top: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d00;
  font-size: 18px;
  pointer-events: none;
}
.paragraph--type--webform .form-item div {
  width: 100%;
}
.paragraph--type--webform .form-item.form-item-markup {
  font-size: 12px;
  margin-bottom: 20px;
  padding-left: 175px;
}
.paragraph--type--webform .form-item a {
  display: contents;
}
.paragraph--type--webform .form-item.js-form-type-textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.paragraph--type--webform .cm_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.paragraph--type--webform .cm_btn input {
  display: inline-block;
  padding: 0.75rem 2.2rem;
  border-radius: 34px;
  color: #fff;
  background: #00409E;
  margin-bottom: 2rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  font-family: Eurostile-Normal, "Arial Black", Gadget, sans-serif;
  border: 2px solid #00409E;
}
.paragraph--type--webform .cm_btn input:hover {
  color: #00409E;
  background: #fff;
}

@media (max-width: 767.98px) {
  .form-item {
    display: block !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-item.js-form-type-textarea {
    display: block !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .form-item.form-item-markup {
    padding-left: 0 !important;
  }
  .paragraph--type--webform form select {
    width: 100%;
  }
}
#block-newsletterblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px 0;
}
@media screen and (max-width: 1200px) {
  #block-newsletterblock {
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #block-newsletterblock {
    padding: 0 0;
  }
  #block-newsletterblock .col-12 {
    margin-bottom: 15px;
  }
}
#block-newsletterblock .newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  border-radius: 0.75rem;
  background: linear-gradient(140deg, #0074CD 0%, #00409E 100%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
}
@media screen and (max-width: 1200px) {
  #block-newsletterblock .newsletter {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-newsletterblock .newsletter {
    border-radius: 0;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #block-newsletterblock .newsletter .ueberschrift h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1120px) {
  #block-newsletterblock .newsletter .ueberschrift h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 340px) {
  #block-newsletterblock .newsletter .ueberschrift h2 {
    font-size: 2rem;
  }
}
#block-newsletterblock .newsletter .text-white {
  width: 100%;
}
#block-newsletterblock .newsletter .right {
  margin-top: auto;
  text-align: right;
}
@media screen and (max-width: 991px) {
  #block-newsletterblock .newsletter .right {
    margin-top: 22px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #block-newsletterblock .newsletter .right {
    margin-top: 0;
  }
}
#block-newsletterblock .newsletter .newsletter-subscribe-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form form button, #block-newsletterblock .newsletter .newsletter-subscribe-form form input, #block-newsletterblock .newsletter .newsletter-subscribe-form form optgroup, #block-newsletterblock .newsletter .newsletter-subscribe-form form select, #block-newsletterblock .newsletter .newsletter-subscribe-form form textarea {
  background-color: #fff;
  border: 1px solid #00409e;
  margin-bottom: 15px;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form form select {
  width: 250px;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 20px;
  min-width: 125px;
  max-width: 125px;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .error-message {
  margin-bottom: 0;
  font-size: 12px;
  color: white;
  position: absolute;
  bottom: -24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .error-message {
    width: 100%;
    text-align: center;
    bottom: auto;
  }
}
@media (max-width: 380px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .error-message {
    font-size: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1092px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .error-message {
    font-size: 0.715rem;
    white-space: nowrap;
  }
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item-branch {
  cursor: pointer;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .icon {
  background-color: #00409e;
  color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  height: 47px;
  width: 47px;
  right: 2px;
  font-size: 30px;
  text-align: center;
  pointer-events: none;
  top: 4px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .icon {
    left: 435px;
  }
}
@media screen and (max-width: 767px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .icon {
    right: 2px;
    left: unset;
    top: 65px;
  }
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .icon:after {
  font-family: icomoon;
  content: "\ea3e";
  cursor: pointer;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 190px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 1091px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item {
    width: 100%;
  }
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.is-required:before {
  content: "*";
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00409E;
  font-size: 18px;
  pointer-events: none;
  display: block;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.is-required:has(> .required-error):before {
  color: red;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.form-item-user-name, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.form-item-email {
  width: 300px;
}
@media screen and (max-width: 1091px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.form-item-user-name, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.form-item-email {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.form-item-user-name, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.form-item-email {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.form-item-user-name, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.form-item-email {
    width: 100%;
  }
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item input, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item select {
  border-radius: 34px;
  background: white;
  padding: 12px 14px 12px 24px;
  border: 1px solid transparent;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item input.required-error, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item select.required-error {
  border-color: red;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item input.required-error::-webkit-input-placeholder, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item select.required-error::-webkit-input-placeholder {
  color: red !important;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item input.required-error::-moz-placeholder, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item select.required-error::-moz-placeholder {
  color: red !important;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item input.required-error:-ms-input-placeholder, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item select.required-error:-ms-input-placeholder {
  color: red !important;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item input.required-error:-moz-placeholder, #block-newsletterblock .newsletter .newsletter-subscribe-form .form-item select.required-error:-moz-placeholder {
  color: red !important;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  font-size: 17px;
  color: #00409E;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item div {
  width: 100%;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.form-item-markup {
  font-size: 12px;
  margin-bottom: 20px;
  padding-left: 175px;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item a {
  display: contents;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .form-item.js-form-type-textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .button {
  width: 190px;
  padding: 0.75rem 2.2rem;
  border-radius: 34px;
  background: #00409E;
  -webkit-box-shadow: inset 0 0 0 2px white;
  box-shadow: inset 0 0 0 2px white;
  color: white;
}
@media screen and (max-width: 1091px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .button {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .button {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #block-newsletterblock .newsletter .newsletter-subscribe-form .button {
    width: 100%;
  }
}
#block-newsletterblock .newsletter .newsletter-subscribe-form .button:hover {
  color: #00409E;
  background: #fff;
}
#block-newsletterblock .privacy-info {
  padding: 30px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  #block-newsletterblock .privacy-info {
    padding: 0 0 0 0 !important;
  }
}
#block-newsletterblock .privacy-info a {
  color: #10a8d6;
}
#block-newsletterblock .privacy-info a:hover {
  color: white;
}
#block-newsletterblock .privacy-info p {
  color: white;
  font-size: 12px;
  line-height: 15px;
}

.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 1rem 0;
  width: 100%;
}
.captcha .g-recaptcha {
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .captcha {
    margin-right: 1rem;
  }
}
.gmap #ez-map {
  height: 630px;
}
@media (min-width: 768px) {
  .gmap #ez-map {
    margin-left: 50%;
    width: 50%;
  }
}
.gmap .text-list {
  top: -39.4rem;
}
@media (max-width: 767px) {
  .gmap .text-list {
    display: none;
  }
}
.gmap .text-list .inner-div {
  height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .gmap .text-list .inner-div {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .gmap .text-list .inner-div {
    padding: 0;
  }
}
.gmap .text-list .inner-div:before {
  margin-left: calc(100% - 1px);
  top: -45px;
  border-top: 315px solid transparent;
  border-bottom: 315px solid transparent;
}
.gmap .text-list .inner-div .inner-text {
  position: relative;
}
.gmap .text-list .inner-div .inner-text .text-title {
  font-family: Eurostile_LT_Extended, "Arial Black", Gadget, sans-serif;
}
.gmap .text-list .inner-div .inner-text .text-subtitle {
  font-family: EurostileExtended-2, "Arial Black", Gadget, sans-serif;
}
.gmap .text-list .inner-div .inner-text .text-title, .gmap .text-list .inner-div .inner-text .text-subtitle {
  font-size: 28px;
  padding-left: 4.5rem;
  color: #3e4970;
}
@media (max-width: 1200px) {
  .gmap .text-list .inner-div .inner-text .text-title, .gmap .text-list .inner-div .inner-text .text-subtitle {
    padding-left: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .gmap .text-list .inner-div .inner-text .text-title, .gmap .text-list .inner-div .inner-text .text-subtitle {
    white-space: nowrap;
  }
}
@media (max-width: 1700px) {
  .gmap .text-list .inner-div .inner-text .text-title, .gmap .text-list .inner-div .inner-text .text-subtitle {
    font-size: x-large;
  }
}
.gmap .text-list .inner-div .inner-text:before {
  content: "";
  background: url("../src/img/tick_karte.svg");
  background-size: 100%;
  width: 3.75rem;
  height: 3.75rem;
  display: block;
  margin-top: 1rem;
  margin-right: 0.75rem;
  position: absolute;
  top: 0;
}
@media (max-width: 1200px) {
  .gmap .text-list .inner-div .inner-text:before {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.paragraph--type--dynamischer-inhalt h2 {
  text-align: center;
  padding: 50px 0 10px 0;
}

.paragraph--type--download {
  padding: 50px;
  background: #ebeae7;
  max-width: 991px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 50px auto;
  border-radius: 1rem;
  width: calc(100% - 160px);
}
.paragraph--type--download .dachzeile {
  font-size: 1.25rem;
  line-height: 0.8;
}
.paragraph--type--download .file-size {
  display: none;
}
@media screen and (max-width: 715px) {
  .paragraph--type--download {
    width: 100%;
    border-radius: 0;
  }
}

@media screen and (max-width: 991px) {
  #ms-nox-widget-courseplan {
    margin-top: 40px;
  }
}

body .paragraph--type--dynamischer-inhalt .slick--initialized .slick__arrow,
body .views-element-container .slick--initialized .slick__arrow {
  visiblity: visible !important;
  z-index: 1;
}
body .paragraph--type--dynamischer-inhalt .slick,
body .views-element-container .slick {
  margin-top: 2rem;
}
body .paragraph--type--dynamischer-inhalt .slick .slick-initialized .slick-slide,
body .views-element-container .slick .slick-initialized .slick-slide {
  padding: 0 15px;
}
body .paragraph--type--dynamischer-inhalt .slick ul.slick-dots,
body .views-element-container .slick ul.slick-dots {
  bottom: -55px;
}
body .paragraph--type--dynamischer-inhalt .slick ul.slick-dots li,
body .views-element-container .slick ul.slick-dots li {
  width: 35px;
}
body .paragraph--type--dynamischer-inhalt .slick ul.slick-dots li.slick-active button,
body .views-element-container .slick ul.slick-dots li.slick-active button {
  background: none;
}
body .paragraph--type--dynamischer-inhalt .slick ul.slick-dots li.slick-active button:before,
body .views-element-container .slick ul.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00409e;
}
body .paragraph--type--dynamischer-inhalt .slick ul.slick-dots li button:hover:before, body .paragraph--type--dynamischer-inhalt .slick ul.slick-dots li button:focus:before,
body .views-element-container .slick ul.slick-dots li button:hover:before,
body .views-element-container .slick ul.slick-dots li button:focus:before {
  opacity: 0.75;
  color: #00409e;
}
body .paragraph--type--dynamischer-inhalt .slick-prev, body .paragraph--type--dynamischer-inhalt .slick-next,
body .views-element-container .slick-prev,
body .views-element-container .slick-next {
  width: 40px;
  height: 40px;
}
body .paragraph--type--dynamischer-inhalt .slick-prev:before, body .paragraph--type--dynamischer-inhalt .slick-next:before,
body .views-element-container .slick-prev:before,
body .views-element-container .slick-next:before {
  font-family: icomoon;
  content: "\ea3e";
  display: inline-block;
  color: #00409e;
  font-size: 40px;
}
body .paragraph--type--dynamischer-inhalt .slick-prev,
body .views-element-container .slick-prev {
  left: -30px;
}
body .paragraph--type--dynamischer-inhalt .slick-prev:before,
body .views-element-container .slick-prev:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body .paragraph--type--dynamischer-inhalt .slick-next,
body .views-element-container .slick-next {
  right: -30px;
}
body .paragraph--type--dynamischer-inhalt .slick-next:before,
body .views-element-container .slick-next:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body .slick-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .slick-number div.currentNumber p {
  color: #00409e;
  padding-right: 0.5rem;
}
body .slick-number div p {
  font-size: 1.5rem;
  text-align: center;
}
body .circles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  position: relative;
}
body .circles-container .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #a8a8a8;
  width: 15px;
  height: 15px;
  margin: 0 0.25rem;
  border-radius: 100%;
  position: absolute;
}
body .circles-container .circle.great {
  background: #00409e;
  width: 20px;
  height: 20px;
  opacity: 1;
}
body .circles-container .circle.prev-circle {
  left: 0;
}
body .circles-container .circle.prev-circle.circle-animation {
  margin-left: 40px;
}
body .circles-container .circle.next-circle {
  right: 0;
}
body .circles-container .circle.next-circle.circle-animation {
  margin-right: 40px;
}
body .circles-container .circle.next-circle, body .circles-container .circle.prev-circle {
  -webkit-transition: background-color 0s, margin-left 0s, margin-right 0s;
  transition: background-color 0s, margin-left 0s, margin-right 0s;
}
body .circles-container .circle.next-circle.circle-animation, body .circles-container .circle.prev-circle.circle-animation {
  -webkit-transition: background-color 0.5s, margin-left 0.75s, margin-right 0.5s, height 0.5s, width 0.5s;
  transition: background-color 0.5s, margin-left 0.75s, margin-right 0.5s, height 0.5s, width 0.5s;
  background: #00409e;
  width: 20px;
  height: 20px;
}
body .header_1 .slider {
  height: 100%;
}
body .header_1 .slider .slick-slide.slick-active {
  position: relative;
  z-index: 2;
}

body.page-node-type-leistungen .leistungen_content .leistungs-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .goback {
  position: relative;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .goback:hover:before {
  color: #10a8d6;
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .goback:hover input {
  color: #10a8d6;
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .goback:before {
  content: "\e90a";
  font-family: "icomoon" !important;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 22px;
  z-index: -1;
  font-size: 10px;
  padding-left: 0;
  color: #00409E;
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .goback input {
  background: 0 0;
  text-align: left;
  font-weight: normal;
  padding: 18px 0 0 16px;
  color: #00409E;
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
@media screen and (max-width: 767px) {
  body.page-node-type-leistungen .leistungen_content .leistungs-navigation .breadcrumbs {
    width: 100%;
  }
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .breadcrumbs .breadcrumbstext {
  margin-right: 10px;
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .breadcrumbs ol {
  padding: 0;
  margin: 0;
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .breadcrumbs ol li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding-right: 30px;
}
body.page-node-type-leistungen .leistungen_content .leistungs-navigation .breadcrumbs ol li:not(:last-child) a:after {
  content: "\e90a";
  font-family: "icomoon" !important;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 11px;
  z-index: 0;
  font-size: 10px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  body.page-node-type-leistungen .leistungen_content .text-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
body.page-node-type-leistungen .leistungen_content .img-col {
  width: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.page-node-type-leistungen .leistungen_content .img-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
body.page-node-type-leistungen .leistungen_content .img-col .img-fixed-wrap {
  width: 100%;
}
body.page-node-type-leistungen .leistungen_content .img-col .img-fixed-wrap .leitungs-image {
  max-width: 456px;
  width: 100%;
  padding: 0;
}
body.page-node-type-leistungen .leistungen_content .img-col .img-fixed-wrap .leitungs-image img {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  body.page-node-type-leistungen .leistungen_content .font_size_xl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  body.page-node-type-leistungen .leistungen_content .font_size_xl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  body.page-node-type-leistungen .leistungen_content .content_row {
    padding-top: 0 !important;
  }
}
body.page-node-type-leistungen .leistungen_content .paragraph--type--text-teasertext {
  padding-top: 0 !important;
}
body.page-node-type-leistungen .leistungen_content .paragraph--type--text-teasertext .studio {
  display: none;
}
body.page-node-type-leistungen .studio-selection {
  font-size: inherit;
  font-weight: bold;
  padding: 0 0 15px 0;
}
body.page-node-type-leistungen .studio-selection a {
  width: auto;
  display: inline-block;
}
body.page-node-type-leistungen h2, body.page-node-type-leistungen h1 {
  -ms-hyphens: inherit;
  hyphens: inherit;
  word-break: break-word;
}
body.page-node-type-leistungen .leistungen_content_content .left-column {
  width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body.page-node-type-leistungen .leistungen_content_content .left-column .accordion_1 {
  padding: 0 !important;
}
body.page-node-type-leistungen .no_right_image .leistungs-navigation {
  padding-bottom: 20px;
}
body.page-node-type-leistungen .no_right_image .leistungen_content_content .left-column {
  width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body.page-node-type-leistungen .no_right_image .leistungen_content_content .left-column .accordion_1 {
  padding: 0 !important;
}
body.page-node-type-leistungen #block-paragraphblock {
  margin-top: 50px;
}
body .leistungsfilter .views-exposed-form {
  margin: 0 -22px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  body .leistungsfilter .views-exposed-form {
    margin: 0 -15px;
  }
}
body .leistungsfilter legend .fieldset-legend {
  display: none;
}
body .leistungsfilter header {
  padding: 40px 0;
}
body .leistungsfilter .ueberschrift {
  font-size: 1.75rem;
  color: #1E2D41;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family: Eurostile_LT_Extended, "Arial Black", Gadget, sans-serif;
  line-height: 1.2;
}
body .leistungsfilter .fieldset-wrapper {
  width: 100%;
  overflow-x: auto;
}
body .leistungsfilter .fieldset-wrapper .form-checkboxes.bef-nested ul {
  display: table;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
body .leistungsfilter .fieldset-wrapper .form-checkboxes.bef-nested ul li {
  display: inline-block;
  list-style: none;
}
body .leistungsfilter .fieldgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .leistungsfilter .fieldgroup .form-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0 5px;
}
body .leistungsfilter .fieldgroup .form-item:hover label {
  color: #00409E;
}
body .leistungsfilter .fieldgroup .form-item.ischecked label {
  color: #00409E;
  font-weight: bold;
}
body .leistungsfilter .fieldgroup .form-item label {
  color: #1e2d41;
  font-family: EurostileBold, "Arial", Gadget, sans-serif;
  background: 0 0 !important;
  font-size: 1.0625rem !important;
  margin-left: 0 !important;
  position: relative !important;
  width: 100%;
  border: 0;
  letter-spacing: -0.025rem;
  padding: 0 15px !important;
  background: rgba(0, 0, 0, 0.1) !important;
  height: 40px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 580px) {
  body .leistungsfilter .fieldgroup .form-item label {
    font-size: 14px !important;
  }
}
body .leistungsfilter .fieldgroup .form-item label:hover {
  color: #00409E;
}
body .leistungsfilter .views-row .leistungen_content .goback {
  display: none;
}
body .leistungsfilter input {
  background: 0 0;
  text-align: left;
  font-weight: 400;
  padding: 0 20px 0 0;
  color: #1E2D41;
  font-size: 13px;
}
body .leistungsfilter .form-actions {
  position: relative;
}
body .leistungsfilter .form-actions .button {
  width: auto;
  padding: 0.5rem 1rem;
  border-radius: 13px;
  background: #00409e;
  color: #fff;
  margin: 10px;
  font-weight: bold;
}
body .blazy--view--leistungen .grid .grid__content .views-field-title {
  height: 100%;
  position: absolute;
  z-index: 1;
  width: 100%;
}
body .blazy--view--leistungen .grid .grid__content .views-field-title a {
  height: 100%;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding-top: 59px;
  color: white;
  font-weight: bold;
}
body .blazy--view--leistungen .grid .grid__content .views-field-field-leistungen-bild-header {
  background-color: #00409e;
}
body .blazy--view--leistungen .grid .grid__content .views-field-field-leistungen-bild-header .media__image {
  background-color: #00409e;
  opacity: 0.5;
}
body .link_to_leistung:hover h3 {
  color: #00409e !important;
}
body .link_to_leistung:hover .img-wrapper {
  background-color: white !important;
}
body .link_to_leistung .leistungen_overview {
  position: relative;
}
body .link_to_leistung .leistungen_overview h3 {
  color: #fff;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 0 10px;
  -ms-hyphens: inherit;
  hyphens: inherit;
}
@media screen and (max-width: 571px) {
  body .link_to_leistung .leistungen_overview h3 {
    font-size: 17px;
  }
}
body .link_to_leistung .leistungen_overview .img-wrapper {
  background-color: #00409e;
}
body .link_to_leistung .leistungen_overview .img-wrapper img {
  background-color: #00409e;
  opacity: 0.5;
}
body .block-similar header {
  padding: 20px 0;
}
body .block-similar header .ueberschrift {
  font-size: 2.25rem;
  color: #1E2D41;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family: EurostileBold, "Arial Black", Gadget, sans-serif;
  line-height: 1.2;
}
body.page-node-type-dynamische-seite h2, body.page-node-type-dynamische-seite h1 {
  -webkit-hyphens: none;
  word-break: break-word;
}

body .stickynavi {
  z-index: 3;
}

.header_1, .nav_down {
  z-index: 2;
}

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 992px) {
  .nav_scroll_content_count:nth-child(odd) {
    visibility: hidden;
  }
  .nav_scroll_content_count.move-animation {
    visibility: visible;
  }
  .nav_scroll_content_count.move-animation .paragraph--type--text {
    -webkit-animation: fadeInTop 2s ease 0.2s both;
    animation: fadeInTop 2s ease 0.2s both;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion) {
  .nav_scroll_content_count.move-animation .paragraph--type--text .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media (min-width: 992px) {
  .nav_scroll_content_count.move-animation .paragraph--type--text .with_pl > :nth-child(3),
  .nav_scroll_content_count.move-animation .paragraph--type--text .with_pr > :nth-child(3) {
    -webkit-animation: fadeInTop 0.8s ease-in 1.1s both;
    animation: fadeInTop 0.8s ease-in 1.1s both;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion) {
  .nav_scroll_content_count.move-animation .paragraph--type--text .with_pl > :nth-child(3) .animated,
  .nav_scroll_content_count.move-animation .paragraph--type--text .with_pr > :nth-child(3) .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media (min-width: 992px) {
  .nav_scroll_content_count.move-animation .cta {
    -webkit-animation: fadeInTop 0.4s ease-in 1.5s both;
    animation: fadeInTop 0.4s ease-in 1.5s both;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion) {
  .nav_scroll_content_count.move-animation .cta .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media (min-width: 992px) {
  .nav_scroll_content_count.move-animation .paragraph--type--_-bilder, .nav_scroll_content_count.move-animation .paragraph--type--bild {
    -webkit-animation: fadeInBottom 1.6s ease-in 0.2s both;
    animation: fadeInBottom 1.6s ease-in 0.2s both;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion) {
  .nav_scroll_content_count.move-animation .paragraph--type--_-bilder .animated, .nav_scroll_content_count.move-animation .paragraph--type--bild .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
body .modal .modal-content {
  max-width: 1100px;
  margin: 0 auto;
}
body .modal .modal-content .modal-footer .modal-dont-show-again-label {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  text-align: start;
  padding-right: 0;
  margin-left: 0;
}
body .modal .modal-content .modal-footer .modal-buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
body .modal .modal-content .modal-footer .modal-buttons > * {
  display: inline-block;
  padding: 0.75rem 2.2rem;
  border-radius: 2rem;
  color: #fff;
  background: #00409E;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  border: 2px solid #00409E;
  font-size: 1.25rem;
}
body .modal .modal-content .modal-footer .modal-buttons > *:hover {
  color: #00409E;
  background: #fff;
  text-decoration: none;
  width: 100%;
}
body .modal .modal-dialog {
  max-width: 95%;
  width: 100%;
}
body .modal .modal-dialog .modal-header .close {
  text-align: right;
}
body .modal .modal-dialog iframe {
  width: 100%;
  max-width: 1100px;
  height: 1320px;
}
@media screen and (max-width: 767px) {
  body .modal .modal-dialog iframe {
    height: 1841px;
  }
}
body .modal .modal-dialog .modal-dont-show-again-label {
  display: inline;
  font-weight: normal;
  width: 96%;
  text-align: end;
  padding-right: 80px;
}
body .modal .modal-dialog .modal-dont-show-again-label input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
}

.paragraph--type--add-video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 60%;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .paragraph--type--add-video {
    max-width: 90%;
  }
}
.paragraph--type--add-video video {
  width: 100%;
  height: auto;
}

body.user-logged-in .stickynavi {
  top: 113px !important;
}
body.user-logged-in .stickynavi.fixed_top_icon {
  top: 57px !important;
}

.stickynavi {
  top: 0 !important;
  height: 65px;
  position: absolute !important;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3 !important;
  width: 100%;
}

.list_Studios .dropdown-toggle {
  font-family: EurostileBold, "Arial Black", Gadget, sans-serif;
  padding: 0 3px 0 10px;
}

@media screen and (max-width: 920px) {
  #block-iconsusernavi-up-2 .icon_nav_up {
    right: 9px;
    top: 92px;
  }
  #block-iconsusernavi-up-2 .icon_nav_up .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #block-iconsusernavi-up-2 .icon_nav_up .row .col-auto {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-iconsusernavi-up-2 .icon_nav_up {
    top: 24px;
    right: 133px;
    display: block;
  }
  #block-iconsusernavi-up-2 .icon_nav_up .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 460px) {
  #block-iconsusernavi-up-2 .icon_nav_up {
    display: none;
  }
}

.nav_scroll {
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  z-index: 3;
  top: 0;
  height: calc(100% - 630px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .nav_scroll {
    pointer-events: none;
  }
}
.nav_scroll ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
  position: relative;
  top: 100vh;
  min-width: 54px;
}
.nav_scroll ul li {
  min-width: 23.2px;
}
.nav_scroll ul li a {
  display: block;
  color: #00409E;
  text-decoration: none;
  width: 15px;
  height: 15px;
  background-color: #a8a8a8;
  border-radius: 50%;
  margin-top: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.nav_scroll ul li a.current {
  background: #00409E;
}
.nav_scroll ul li a.before {
  background: transparent;
  border: 2px solid #00409E;
  padding: 0.6rem;
}

.sidr-trigger__icon {
  display: none;
}

.rotate_90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 10px;
  top: 18rem;
  position: relative;
}

.arrow_down {
  position: relative;
  top: 43.5rem;
  pointer-events: all;
}
.arrow_down .icon-arrow-down2 {
  padding: 10px;
  background: #0665f1;
  border-radius: 10px;
  display: block;
  opacity: 0.8;
}
.arrow_down .icon-arrow-down2:hover {
  opacity: 1;
}

.js-sidr-trigger {
  position: absolute;
  z-index: 1;
  width: auto;
  color: #0046a6;
  background: transparent;
  top: 5px;
  padding: 1rem;
}

.hamburger_menu {
  position: relative;
  top: 1rem;
  width: 25px;
  height: 30px;
  pointer-events: all;
}
.hamburger_menu:hover .line {
  background-color: #00409E;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidr-trigger {
  z-index: 2;
}
.sidr-trigger .sidr-trigger__text {
  font-size: 1.15rem;
}
.sidr-trigger .sidr-trigger__text:hover {
  color: #10a8d6 !important;
}

.hamburger_menu:hover .line {
  background: #10a8d6;
}

.hamburger_menu_2:hover .line {
  background: #10a8d6 !important;
}

.line {
  position: absolute;
  height: 4px;
  width: 25px;
  background: #0046a6;
  border-radius: 1px;
  display: block;
}
.line:nth-child(1) {
  top: 10px;
}
.line:nth-child(2) {
  top: 18px;
}
.line:nth-child(3) {
  top: 26px;
}

.hamburger_menu_2 .lines {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 42%;
  position: absolute;
  width: 25px;
  height: 30px;
}
.hamburger_menu_2 .lines .line {
  background: white;
}

#hamburger_menu_575 {
  position: absolute !important;
  right: 25px;
  z-index: 3;
  top: 22px;
}
@media screen and (max-width: 768px) {
  #hamburger_menu_575 {
    top: 15px;
  }
}

#block-crusoe-content article {
  position: relative;
}

@media (max-width: 991.98px) {
  .fixed-top-scroll {
    top: 0;
  }
}
.header_1 .container-fluid {
  height: 100%;
  text-align: center;
}
.header_1 .container-fluid.slider-item {
  background: rgba(0, 0, 0, 0.3);
}
.header_1 .container-fluid video {
  height: auto;
  width: 100%;
  background: transparent;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
.header_1 .container-fluid .slider {
  height: 100%;
}
@media (min-width: 1200px) {
  .header_1 {
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .header_1 {
    height: 600px;
    overflow: hidden;
  }
  .header_1 .container-fluid {
    height: 100%;
  }
  .header_1 .container-fluid .slick-arrow {
    bottom: -15px;
  }
}
@media (max-width: 768px) {
  .header_1 {
    height: 440px;
  }
}
.header_1#news-header {
  height: 500px;
  margin-top: 66px;
  overflow: hidden;
}
.header_1#news-header picture {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .header_1#news-header {
    height: 420px;
  }
  .header_1#news-header picture {
    height: 420px;
  }
}
@media screen and (max-width: 520px) {
  .header_1#news-header {
    height: 280px;
  }
  .header_1#news-header picture {
    height: 280px;
  }
}
.header_1 .slider:not(.ready-for-slick) > .slider-item:not(:first-child) {
  display: none !important;
}
.header_1 .slick-slide {
  border: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.header_1 .slick-prev:before,
.header_1 .slick-next:before {
  font-family: "icomoon";
  color: #ffffff !important;
  font-size: 2.25rem;
  text-shadow: 1px 1px 6px #222222;
  background: #0665f1;
  padding: 7px;
  border-radius: 15px;
  opacity: 0.9;
}
.header_1 .slick-prev:hover:before,
.header_1 .slick-next:hover:before {
  opacity: 1;
}
.header_1 .slick-prev:before {
  content: "\e908" !important;
}
.header_1 .slick-next:before {
  content: "\e907" !important;
}
.header_1 img {
  height: 100%;
  width: auto !important;
}
.header_1 .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  width: 90px;
  background: transparent;
  top: auto;
}
.header_1 .slick-prev {
  left: 25px !important;
}
.header_1 .slick-next {
  left: 80px;
}
.header_1 .banner_link {
  bottom: 0;
  right: 60px;
}
@media screen and (max-width: 519px) {
  .header_1 .banner_link {
    bottom: 31px;
  }
}
.header_1 .banner_link a:hover {
  color: #10a8d6;
}
.header_1 .cm_btn * {
  background-color: transparent !important;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  text-shadow: 1px 1px 6px #222222;
  border: none;
}
.header_1 .cm_btn:hover {
  background-color: transparent !important;
}
.header_1 .right_badge {
  position: absolute;
  top: 130px;
  right: 110px;
}
.header_1 .right_badge img {
  width: 100%;
  height: auto !important;
  max-width: 250px;
}
.header_1 .left_badge {
  position: absolute;
  top: 165px;
  left: 0;
  width: 25vw;
}
@media screen and (max-width: 519px) {
  .header_1 .left_badge {
    top: 85px;
    left: 22px;
    width: 40vw;
  }
}
.header_1 .left_badge img {
  width: 100% !important;
  height: auto !important;
  max-width: 460px;
}
.header_1 .headline {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header_1 .headline {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 580px) {
  .header_1 .headline {
    font-size: 1.75rem;
  }
}

.page-node-type-dynamische-seite .stickynavi {
  position: relative;
  top: 0.5rem;
}

.user-logged-in .fixed_top_nav {
  top: 123px;
}
.user-logged-in .fixed_top_icon {
  top: 79px !important;
}
.user-logged-in:not(.page-node-type-dynamische-seite) .stickynavi {
  top: 79px;
}
.user-logged-in .header_1#news-header {
  margin-top: 54px;
}

body:not(.page-node-type-dynamische-seite) .stickynavi {
  position: fixed !important;
  height: 66px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px #444;
  box-shadow: 0 0 2px #444;
  z-index: 4 !important;
}
body:not(.page-node-type-dynamische-seite) .stickynavi #block-crusoe-branding img {
  max-width: 105px;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
body:not(.page-node-type-dynamische-seite) .stickynavi .icon_nav_up a span {
  color: #000000 !important;
}
body:not(.page-node-type-dynamische-seite) .stickynavi .icon_nav_up a span:before {
  border-color: #00409e;
}
body:not(.page-node-type-dynamische-seite) .stickynavi .js-sidr-trigger {
  color: #00409e;
  text-shadow: none;
}
body:not(.page-node-type-dynamische-seite) .header_1 .header_image img, body:not(.page-node-type-dynamische-seite) .header_1 .slick-slide img {
  height: 100% !important;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
  -o-object-fit: cover;
  object-fit: cover;
}
body:not(.page-node-type-dynamische-seite) .header_1 .header-text {
  top: 40%;
}
body:not(.page-node-type-dynamische-seite) .header_1 .overlay {
  width: 100%;
  height: 100%;
  background-color: #00409e;
  position: absolute;
  opacity: 0.5;
}
body:not(.page-node-type-dynamische-seite) .hamburger_menu_2 {
  display: block !important;
}

@media (max-width: 767.98px) {
  .header_1 .cm_btn * {
    padding: 0.56rem 1.95rem;
    font-size: 0.8rem;
  }
  .header_1 h2 {
    font-size: 2.25rem;
  }
  .header_1 .slick-arrow {
    bottom: 40%;
    width: 65px;
  }
  .header_1 .slick-prev {
    left: -10px !important;
  }
  .header_1 .slick-next {
    right: 10px !important;
    left: auto;
  }
  .header_1 .banner_link {
    right: 0;
    left: 0;
  }
  .js-sidr-trigger {
    right: 55px;
  }
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .js-sidr-trigger {
    right: 70px;
  }
}
body:not(.page-node-type-dynamische-seite) .header_1 .overlay {
  width: 100%;
  height: 100%;
  background-color: #00409E;
  position: absolute;
  opacity: 0.5;
}
body .header_1 .header_all {
  bottom: auto !important;
  right: auto !important;
  left: auto;
  max-width: 25vw;
}
@media screen and (max-width: 767px) {
  body .header_1 .header_all {
    display: none;
  }
}
body .header_1 .header_all * {
  color: #ffffff;
  text-decoration: none;
}
body .header_1 .header_all * * {
  color: #ffffff;
  text-decoration: none;
}

.fixed_top_nav {
  position: fixed !important;
  z-index: 2;
  top: 66px;
  background-color: #ffffff;
}

.fixed_top_icon {
  position: fixed !important;
  z-index: 10;
  height: 66px;
  top: 0 !important;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.fixed_top_icon #block-crusoe-branding img {
  max-width: 105px;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.fixed_top_icon .icon_nav_up a span {
  color: #000000 !important;
}
.fixed_top_icon .icon_nav_up a span:before {
  border-color: #00409e;
}
.fixed_top_icon .js-sidr-trigger {
  color: #00409E;
  text-shadow: none;
}

.paragraph--type--unter-navigation {
  height: 59px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .paragraph--type--unter-navigation {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .paragraph--type--unter-navigation {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 425px) {
  .paragraph--type--unter-navigation {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 327px) {
  .paragraph--type--unter-navigation {
    margin-bottom: 100px;
  }
}

.nav_down {
  border-top: 1px solid #c9c9c9 !important;
  border-bottom: 1px solid #c9c9c9 !important;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nav_down .row {
    padding: 0 !important;
  }
  .nav_down .row .menu_item_link {
    padding: 10px 15px !important;
  }
  .nav_down .row .menu_item_link a {
    padding: 10px 15px;
  }
  .nav_down .row .menu_item_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  .nav_down .row .menu_item_link {
    font-size: 15px;
  }
}

#block-crusoe-branding img {
  width: 100%;
  height: auto !important;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 10px;
  max-width: 200px;
}
@media screen and (max-width: 520px) {
  #block-crusoe-branding img {
    max-width: 100px;
  }
}

.sidr {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0046a6), to(#006bc6)) !important;
  background-image: linear-gradient(to top, #0046a6, #006bc6) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 1.5rem;
}
.sidr .sidr_submenu {
  border-bottom: none;
}
.sidr .sidr_submenu ul li a, .sidr .sidr_submenu ul li span {
  padding-left: 15px;
}
.sidr ul {
  border-bottom: none !important;
  border-top: 1px solid #fff !important;
}
.sidr ul li {
  border-top: none !important;
  line-height: 35px !important;
  border-bottom: 1px solid #fff;
}
.sidr ul li a {
  color: #fff !important;
  padding-left: 0;
}
.sidr ul li:not(.sidr_submenu):hover > a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #c6c7c9 !important;
}
.sidr ul li:not(.sidr_submenu):hover > div * {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #c6c7c9 !important;
}
.sidr ul li ul li:not(.sidr_submenu):hover div * {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #c6c7c9 !important;
}
.sidr ul li ul li span {
  padding-left: 15px;
}

.sidr_level_2 a {
  color: #fff !important;
  padding-left: 0 !important;
  font-size: 0.8rem;
}

.sidr_ul_level_2 li {
  border-top: none !important;
  border-bottom: none !important;
}

#block-brandingderwebsite {
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn_nav a {
  display: inline-block;
  padding: 0.25rem 0;
  border-radius: 2rem;
  color: #00409E;
  background: #fff;
  font-weight: normal;
  width: 100%;
  text-align: center;
  font-family: EurostileBold, "Arial Black", Gadget, sans-serif;
  font-size: 1.0625rem;
}
.btn_nav a:hover {
  color: #006bc6;
}

.pt-125 {
  padding-top: 1.25rem;
}

.icon_nav_up {
  position: absolute;
  z-index: 1;
  right: 482px;
  top: 23px;
}
.icon_nav_up .row .col-auto {
  width: 45.88px;
}
.icon_nav_up [class*=icon-] {
  font-size: 1.4rem;
  color: #00409E !important;
}
.icon_nav_up [class*=icon-]:before {
  border: 2px solid #00409E;
  color: black;
  background: rgba(255, 255, 255, 0.2);
}
.icon_nav_up [class*=icon-]:hover {
  color: #000000 !important;
}
.icon_nav_up [class*=icon-]:hover:before {
  color: white !important;
  background: #00409E;
}

.icon_link_menu:hover > * {
  color: #c6c7c9 !important;
}

.list_Studios {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 340px;
}

.hamburger_menu_2 {
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 62px;
  right: 0;
  background-color: #00409E;
  height: 66px;
}

.dropdown-toggle:after {
  font-family: icomoon;
  content: "\ea3e";
  border: none;
  background-color: #00409E;
  padding: 0.5rem;
  color: #FFFFFF;
  border-radius: 50%;
  vertical-align: -1px;
  font-size: 1.25rem;
  display: inline;
  margin-right: -0.25rem;
  margin-left: 0.75rem;
}

.btn-outline-primary {
  background-color: #FFFFFF;
  padding: 0;
  padding-left: 1.75rem;
  line-height: 2.1rem;
}
.btn-outline-primary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-menu {
  border-radius: 1rem;
  padding: 0;
}
.dropdown-menu .dropdown-item {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.dropdown-menu .dropdown-item:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #00409E;
  border-radius: 0;
}
.dropdown-menu .dropdown-item:first-child {
  padding-top: 10px;
  border-radius: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: block;
}
.dropdown-menu .dropdown-item:last-child {
  padding-bottom: 10px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.probetraining_up {
  position: absolute;
  z-index: 1;
  right: 155px;
  top: 0;
}
.probetraining_up > a {
  padding: 0.26rem 1.2rem;
}

.mitglied_werden {
  position: absolute;
  z-index: 1;
  right: 155px;
  top: 0;
}
.mitglied_werden.btn-white a {
  color: #00409E;
  background: #fff;
  text-decoration: none;
  width: 100%;
  padding: 0.26rem 1.2rem;
  border-radius: 34px;
  border: 2px solid #00409E;
  font-family: Eurostile-Normal, "Arial Black", Gadget, sans-serif;
}
.mitglied_werden.btn-white a:hover {
  color: #fff;
  background: #00409E;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .icon_nav_up {
    right: 205px;
    top: 85px;
  }
  body:not(.page-node-type-dynamische-seite) .icon_nav_up {
    right: 482px;
    top: 23px;
  }
}
@media (max-width: 767.98px) {
  .icon_nav_up {
    right: 140px;
  }
}
@media (max-width: 575.98px) {
  .icon_nav_up {
    display: none;
  }
  body:not(.page-node-type-dynamische-seite) .icon_nav_up {
    display: none;
  }
  .header_1 h2 {
    font-size: 1.75rem;
  }
}
#block-gobackhistoryblock {
  position: fixed;
  left: 10px;
  z-index: 1000;
  top: 350px;
  width: 60px;
  height: 60px;
  background: #00409e !important;
  border-radius: 100%;
  border: 2px solid #00409e;
  color: #000;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}
#block-gobackhistoryblock:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #block-gobackhistoryblock {
    top: 350px;
    width: 30px;
    height: 30px;
  }
}
#block-gobackhistoryblock a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: EurostileBold, "Arial Black", Gadget, sans-serif;
  padding-left: 0;
  font-size: 14px;
  padding-top: 0;
  height: 100%;
}
#block-gobackhistoryblock a:after {
  content: "\ea3e";
  font-family: "icomoon" !important;
  position: unset;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 28px;
  color: white;
}
@media screen and (max-width: 767px) {
  #block-gobackhistoryblock a:after {
    font-size: 14px;
  }
}

.header_1 .overlay.overlay-scrim {
  width: 100%;
  height: 100%;
  background-color: #00409E;
  position: absolute;
  opacity: 0.5;
}

body #block-crusoe-page-title {
  max-width: 1140px;
  margin: 0 auto;
}
body.path-user .layout-content {
  margin: 5rem auto 2rem auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1140px;
}
body.path-user .layout-content label {
  font-weight: 600;
}
body.path-user .layout-content ul {
  list-style-type: square;
}
body.path-user .layout-content .button {
  margin-top: 1rem;
  display: inline-block;
  padding: 1.1rem 2.2rem;
  border-radius: 0.25rem;
  color: #fff;
  background: #00409E;
  margin-bottom: 2rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: auto 200%;
  background-image: linear-gradient(140deg, #0074CD 0%, #00409E 100%);
}
body.path-user main {
  padding-top: 2rem;
}
body.path-user .nav_scroll {
  display: none !important;
}
body.path-user .scroll-top {
  display: none;
}

.user-logged-in .block-local-tasks-block ul.blt-tabs li {
  list-style: none;
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-view.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=ansicht] {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-view.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=verffentlichungzurcknehmen] {
  background-image: url(../src/img/icon-unpublish.svg);
  font-size: 12px;
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=verffentlichen] {
  background-image: url(../src/img/icon-publish.svg);
  font-size: 12px;
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=eingaben] {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-view.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=submissions] {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-view.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=bearbeiten], .user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=edit] {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-edit.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=lschen], .user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=delete] {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-delete.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=revisionen], .user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=revisions] {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-revisions.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=devel-modul], .user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=devel] {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-devel.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=translate], .user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=uebersetzen] {
  background-image: url(/profiles/crusoemedia/modules/contrib/betterlt/img/icon-translate.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=submissions] {
  background-image: url(../src/img/icon-list.svg);
}
.user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=clone], .user-logged-in .block-local-tasks-block ul.blt-tabs li a[class*=duplizieren] {
  background-image: url(../src/img/icon-clone.svg);
}

.footer_20 {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer_20 .footer_end {
    padding-top: 0 !important;
  }
  .footer_20 .footer_end > :nth-child(1) {
    padding-top: 0.5rem !important;
  }
  .footer_20 .footer_end nav div .col-md-auto {
    padding-bottom: 0 !important;
  }
  .footer_20 .footer_end nav div .col-md-auto a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .footer_20 .footer_end nav div .col-md-auto a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.border-top-white {
  border-top: 1px solid #ffffff !important;
}

#block-footercopyright p {
  margin-bottom: 0 !important;
}

.scroll-to-top {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.scroll-to-top .scroll-top {
  position: absolute;
  right: 3px;
  bottom: 640px;
}
@media screen and (max-width: 767px) {
  .scroll-to-top .scroll-top {
    position: fixed;
    bottom: 100px;
  }
}
.scroll-to-top .scroll-top .icon-GoToTop:before {
  border: 3px solid;
  padding: 10px;
  background: #0665f1;
  border-radius: 10px;
  display: block;
  opacity: 0.8;
  color: white;
}
.scroll-to-top .scroll-top .icon-GoToTop:hover:before {
  opacity: 1;
}
.scroll-to-top .icon-arrow-up2:before {
  border: 2px solid;
  border-radius: 20px;
  padding-right: 6px;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.icon-mail_2:hover:before {
  color: #fff !important;
}
.icon-mail_2:before {
  border-radius: 50%;
  border: 2px solid;
  padding: 6px;
  color: #fff;
}

.icon-instagram_2:hover:before {
  color: #fff !important;
}
.icon-instagram_2:before {
  border-radius: 50%;
  border: 2px solid;
  padding: 6px;
  color: #fff;
}

.icon-facebook_2:hover:before, .icon-youtube_2:hover:before {
  color: #fff !important;
}
.icon-facebook_2:before, .icon-youtube_2:before {
  color: #fff;
}

.icon-timetable:before {
  border: 2px solid;
  border-radius: 50%;
  padding: 6px;
}

.icon-newsletter_2:before {
  border: 2px solid;
  border-radius: 50%;
  padding: 6px;
}

.icon-search_2:before {
  border: 2px solid;
  border-radius: 50%;
  padding: 6px;
}

#wkdb-widget-tracking {
  left: 0 !important;
  top: 66px !important;
  width: 234px;
  height: 90px;
}

body .text-white #wkdb-widget .banner-signet, body .text-white #wkdb-widget .banner-signet__score-text, body .text-white #wkdb-widget .banner-signet__entry, body .text-white #wkdb-widget .banner-signet__rating-list {
  color: #505050 !important;
}
body .text-white #wkdb-widget .banner-signet__button .banner-signet__button:hover, body .text-white #wkdb-widget .banner-signet__button:focus {
  color: #fff !important;
}
body .text-white #wkdb-widget .banner-signet__rating-user-icon {
  color: #6e6e6e !important;
}
body .text-white #wkdb-widget .banner-signet__rating-label, body .text-white #wkdb-widget .banner-signet__date, body .text-white #wkdb-widget .banner-signet__score-portals {
  color: #aaa !important;
}
body .text-white #wkdb-widget .banner-signet__rating-list-link {
  color: #ff9328 !important;
}
body .text-white #wkdb-widget .banner-signet__rating-list-link:hover, body .text-white #wkdb-widget .banner-signet__rating-list-link:focus {
  color: #db6d00 !important;
}
body .text-white #wkdb-widget .banner-signet--234-90 {
  height: 103px !important;
}

@media (max-width: 1199.98px) {
  #block-footercopyright p {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 1199.98px) {
  #block-footercopyright p {
    font-size: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  .left a {
    font-size: 0.9rem !important;
  }
}
.header_1 .container-fluid {
  height: 100%;
  text-align: center;
}
.header_1 .container-fluid.slider-item {
  background: rgba(0, 0, 0, 0.3);
}
.header_1 .container-fluid video {
  height: auto;
  width: 100%;
  background: transparent;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
.header_1 .container-fluid .slider {
  height: 100%;
}
@media (min-width: 1200px) {
  .header_1 {
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .header_1 {
    height: 600px;
    overflow: hidden;
  }
  .header_1 .container-fluid {
    height: 100%;
  }
  .header_1 .container-fluid .slick-arrow {
    bottom: -15px;
  }
}
@media (max-width: 768px) {
  .header_1 {
    height: 440px;
  }
}
.header_1#news-header {
  height: 500px;
  margin-top: 66px;
  overflow: hidden;
}
.header_1#news-header picture {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .header_1#news-header {
    height: 420px;
  }
  .header_1#news-header picture {
    height: 420px;
  }
}
@media screen and (max-width: 520px) {
  .header_1#news-header {
    height: 280px;
  }
  .header_1#news-header picture {
    height: 280px;
  }
}
.header_1 .slider:not(.ready-for-slick) > .slider-item:not(:first-child) {
  display: none !important;
}
.header_1 .slick-slide {
  border: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.header_1 .slick-prev:before,
.header_1 .slick-next:before {
  font-family: "icomoon";
  color: #ffffff !important;
  font-size: 2.25rem;
  text-shadow: 1px 1px 6px #222222;
  background: #0665f1;
  padding: 7px;
  border-radius: 15px;
  opacity: 0.9;
}
.header_1 .slick-prev:hover:before,
.header_1 .slick-next:hover:before {
  opacity: 1;
}
.header_1 .slick-prev:before {
  content: "\e908" !important;
}
.header_1 .slick-next:before {
  content: "\e907" !important;
}
.header_1 img {
  height: 100%;
  width: auto !important;
}
.header_1 .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  width: 90px;
  background: transparent;
  top: auto;
}
.header_1 .slick-prev {
  left: 25px !important;
}
.header_1 .slick-next {
  left: 80px;
}
.header_1 .banner_link {
  bottom: 0;
  right: 60px;
}
@media screen and (max-width: 519px) {
  .header_1 .banner_link {
    bottom: 31px;
  }
}
.header_1 .banner_link a:hover {
  color: #10a8d6;
}
.header_1 .cm_btn * {
  background-color: transparent !important;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  text-shadow: 1px 1px 6px #222222;
  border: none;
}
.header_1 .cm_btn:hover {
  background-color: transparent !important;
}
.header_1 .right_badge {
  position: absolute;
  top: 130px;
  right: 110px;
}
.header_1 .right_badge img {
  width: 100%;
  height: auto !important;
  max-width: 250px;
}
.header_1 .left_badge {
  position: absolute;
  top: 165px;
  left: 0;
  width: 25vw;
}
@media screen and (max-width: 519px) {
  .header_1 .left_badge {
    top: 85px;
    left: 22px;
    width: 40vw;
  }
}
.header_1 .left_badge img {
  width: 100% !important;
  height: auto !important;
  max-width: 460px;
}
.header_1 .headline {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header_1 .headline {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 580px) {
  .header_1 .headline {
    font-size: 1.75rem;
  }
}

.page-node-type-dynamische-seite .stickynavi {
  position: relative;
  top: 0.5rem;
}

.user-logged-in .fixed_top_nav {
  top: 123px;
}
.user-logged-in .fixed_top_icon {
  top: 79px !important;
}
.user-logged-in:not(.page-node-type-dynamische-seite) .stickynavi {
  top: 79px;
}
.user-logged-in .header_1#news-header {
  margin-top: 54px;
}

body:not(.page-node-type-dynamische-seite) .stickynavi {
  position: fixed !important;
  height: 66px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px #444;
  box-shadow: 0 0 2px #444;
  z-index: 4 !important;
}
body:not(.page-node-type-dynamische-seite) .stickynavi #block-crusoe-branding img {
  max-width: 105px;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
body:not(.page-node-type-dynamische-seite) .stickynavi .icon_nav_up a span {
  color: #000000 !important;
}
body:not(.page-node-type-dynamische-seite) .stickynavi .icon_nav_up a span:before {
  border-color: #00409e;
}
body:not(.page-node-type-dynamische-seite) .stickynavi .js-sidr-trigger {
  color: #00409e;
  text-shadow: none;
}
body:not(.page-node-type-dynamische-seite) .header_1 .header_image img, body:not(.page-node-type-dynamische-seite) .header_1 .slick-slide img {
  height: 100% !important;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
  -o-object-fit: cover;
  object-fit: cover;
}
body:not(.page-node-type-dynamische-seite) .header_1 .header-text {
  top: 40%;
}
body:not(.page-node-type-dynamische-seite) .header_1 .overlay {
  width: 100%;
  height: 100%;
  background-color: #00409e;
  position: absolute;
  opacity: 0.5;
}
body:not(.page-node-type-dynamische-seite) .hamburger_menu_2 {
  display: block !important;
}

@media (max-width: 767.98px) {
  .header_1 .cm_btn * {
    padding: 0.56rem 1.95rem;
    font-size: 0.8rem;
  }
  .header_1 h2 {
    font-size: 2.25rem;
  }
  .header_1 .slick-arrow {
    bottom: 40%;
    width: 65px;
  }
  .header_1 .slick-prev {
    left: -10px !important;
  }
  .header_1 .slick-next {
    right: 10px !important;
    left: auto;
  }
  .header_1 .banner_link {
    right: 0;
    left: 0;
  }
  .js-sidr-trigger {
    right: 55px;
  }
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .js-sidr-trigger {
    right: 70px;
  }
}
body:not(.page-node-type-dynamische-seite) .header_1 .overlay {
  width: 100%;
  height: 100%;
  background-color: #00409E;
  position: absolute;
  opacity: 0.5;
}
body .header_1 .header_all {
  bottom: auto !important;
  right: auto !important;
  left: auto;
  max-width: 25vw;
}
@media screen and (max-width: 767px) {
  body .header_1 .header_all {
    display: none;
  }
}
body .header_1 .header_all * {
  color: #ffffff;
  text-decoration: none;
}
body .header_1 .header_all * * {
  color: #ffffff;
  text-decoration: none;
}

.fixed_top_nav {
  position: fixed !important;
  z-index: 2;
  top: 66px;
  background-color: #ffffff;
}

.fixed_top_icon {
  position: fixed !important;
  z-index: 10;
  height: 66px;
  top: 0 !important;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.fixed_top_icon #block-crusoe-branding img {
  max-width: 105px;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.fixed_top_icon .icon_nav_up a span {
  color: #000000 !important;
}
.fixed_top_icon .icon_nav_up a span:before {
  border-color: #00409e;
}
.fixed_top_icon .js-sidr-trigger {
  color: #00409E;
  text-shadow: none;
}

.paragraph--type--unter-navigation {
  height: 59px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .paragraph--type--unter-navigation {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .paragraph--type--unter-navigation {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 425px) {
  .paragraph--type--unter-navigation {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 327px) {
  .paragraph--type--unter-navigation {
    margin-bottom: 100px;
  }
}

.nav_down {
  border-top: 1px solid #c9c9c9 !important;
  border-bottom: 1px solid #c9c9c9 !important;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nav_down .row {
    padding: 0 !important;
  }
  .nav_down .row .menu_item_link {
    padding: 10px 15px !important;
  }
  .nav_down .row .menu_item_link a {
    padding: 10px 15px;
  }
  .nav_down .row .menu_item_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  .nav_down .row .menu_item_link {
    font-size: 15px;
  }
}

#block-crusoe-branding img {
  width: 100%;
  height: auto !important;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 10px;
  max-width: 200px;
}
@media screen and (max-width: 520px) {
  #block-crusoe-branding img {
    max-width: 100px;
  }
}

.sidr {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0046a6), to(#006bc6)) !important;
  background-image: linear-gradient(to top, #0046a6, #006bc6) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 1.5rem;
}
.sidr .sidr_submenu {
  border-bottom: none;
}
.sidr .sidr_submenu ul li a, .sidr .sidr_submenu ul li span {
  padding-left: 15px;
}
.sidr ul {
  border-bottom: none !important;
  border-top: 1px solid #fff !important;
}
.sidr ul li {
  border-top: none !important;
  line-height: 35px !important;
  border-bottom: 1px solid #fff;
}
.sidr ul li a {
  color: #fff !important;
  padding-left: 0;
}
.sidr ul li:not(.sidr_submenu):hover > a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #c6c7c9 !important;
}
.sidr ul li:not(.sidr_submenu):hover > div * {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #c6c7c9 !important;
}
.sidr ul li ul li:not(.sidr_submenu):hover div * {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #c6c7c9 !important;
}
.sidr ul li ul li span {
  padding-left: 15px;
}

.sidr_level_2 a {
  color: #fff !important;
  padding-left: 0 !important;
  font-size: 0.8rem;
}

.sidr_ul_level_2 li {
  border-top: none !important;
  border-bottom: none !important;
}

#block-brandingderwebsite {
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn_nav a {
  display: inline-block;
  padding: 0.25rem 0;
  border-radius: 2rem;
  color: #00409E;
  background: #fff;
  font-weight: normal;
  width: 100%;
  text-align: center;
  font-family: EurostileBold, "Arial Black", Gadget, sans-serif;
  font-size: 1.0625rem;
}
.btn_nav a:hover {
  color: #006bc6;
}

.pt-125 {
  padding-top: 1.25rem;
}

.icon_nav_up {
  position: absolute;
  z-index: 1;
  right: 482px;
  top: 23px;
}
.icon_nav_up .row .col-auto {
  width: 45.88px;
}
.icon_nav_up [class*=icon-] {
  font-size: 1.4rem;
  color: #00409E !important;
}
.icon_nav_up [class*=icon-]:before {
  border: 2px solid #00409E;
  color: black;
  background: rgba(255, 255, 255, 0.2);
}
.icon_nav_up [class*=icon-]:hover {
  color: #000000 !important;
}
.icon_nav_up [class*=icon-]:hover:before {
  color: white !important;
  background: #00409E;
}

.icon_link_menu:hover > * {
  color: #c6c7c9 !important;
}

.list_Studios {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 340px;
}

.hamburger_menu_2 {
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 62px;
  right: 0;
  background-color: #00409E;
  height: 66px;
}

.dropdown-toggle:after {
  font-family: icomoon;
  content: "\ea3e";
  border: none;
  background-color: #00409E;
  padding: 0.5rem;
  color: #FFFFFF;
  border-radius: 50%;
  vertical-align: -1px;
  font-size: 1.25rem;
  display: inline;
  margin-right: -0.25rem;
  margin-left: 0.75rem;
}

.btn-outline-primary {
  background-color: #FFFFFF;
  padding: 0;
  padding-left: 1.75rem;
  line-height: 2.1rem;
}
.btn-outline-primary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-menu {
  border-radius: 1rem;
  padding: 0;
}
.dropdown-menu .dropdown-item {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.dropdown-menu .dropdown-item:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #00409E;
  border-radius: 0;
}
.dropdown-menu .dropdown-item:first-child {
  padding-top: 10px;
  border-radius: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: block;
}
.dropdown-menu .dropdown-item:last-child {
  padding-bottom: 10px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.probetraining_up {
  position: absolute;
  z-index: 1;
  right: 155px;
  top: 0;
}
.probetraining_up > a {
  padding: 0.26rem 1.2rem;
}

.mitglied_werden {
  position: absolute;
  z-index: 1;
  right: 155px;
  top: 0;
}
.mitglied_werden.btn-white a {
  color: #00409E;
  background: #fff;
  text-decoration: none;
  width: 100%;
  padding: 0.26rem 1.2rem;
  border-radius: 34px;
  border: 2px solid #00409E;
  font-family: Eurostile-Normal, "Arial Black", Gadget, sans-serif;
}
.mitglied_werden.btn-white a:hover {
  color: #fff;
  background: #00409E;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .icon_nav_up {
    right: 205px;
    top: 85px;
  }
  body:not(.page-node-type-dynamische-seite) .icon_nav_up {
    right: 482px;
    top: 23px;
  }
}
@media (max-width: 767.98px) {
  .icon_nav_up {
    right: 140px;
  }
}
@media (max-width: 575.98px) {
  .icon_nav_up {
    display: none;
  }
  body:not(.page-node-type-dynamische-seite) .icon_nav_up {
    display: none;
  }
  .header_1 h2 {
    font-size: 1.75rem;
  }
}
#block-gobackhistoryblock {
  position: fixed;
  left: 10px;
  z-index: 1000;
  top: 350px;
  width: 60px;
  height: 60px;
  background: #00409e !important;
  border-radius: 100%;
  border: 2px solid #00409e;
  color: #000;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}
#block-gobackhistoryblock:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #block-gobackhistoryblock {
    top: 350px;
    width: 30px;
    height: 30px;
  }
}
#block-gobackhistoryblock a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: EurostileBold, "Arial Black", Gadget, sans-serif;
  padding-left: 0;
  font-size: 14px;
  padding-top: 0;
  height: 100%;
}
#block-gobackhistoryblock a:after {
  content: "\ea3e";
  font-family: "icomoon" !important;
  position: unset;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 28px;
  color: white;
}
@media screen and (max-width: 767px) {
  #block-gobackhistoryblock a:after {
    font-size: 14px;
  }
}

.header_1 .overlay.overlay-scrim {
  width: 100%;
  height: 100%;
  background-color: #00409E;
  position: absolute;
  opacity: 0.5;
}

.sliders_1 .slick-slide {
  width: auto;
  max-width: 1040px;
  min-width: 1040px;
}
.sliders_1 .slick-slide img {
  height: auto;
  max-height: 450px;
  min-height: 450px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sliders_1 .slick-slide:not(.slick-active) {
  opacity: 0.2;
}
.sliders_1 .slider .slick-list {
  padding-bottom: 1rem !important;
}
.sliders_1 .slider .slick-dots {
  bottom: -3rem;
}
.sliders_1 .slider .slick-dots li {
  width: 30px;
}
.sliders_1 .slider .slick-dots li button:before {
  font-size: 1.2rem;
}
.sliders_1 .slick-dots {
  bottom: 3rem;
}
.sliders_1 .cm_btn_slider {
  position: absolute;
  -webkit-transform: translate(-50%, 47%);
  transform: translate(-50%, 47%);
  bottom: 0;
}
.sliders_1 .slick-arrow {
  z-index: 1 !important;
}
.sliders_1 .slick-prev:before {
  content: "\e908" !important;
  color: #ffffff !important;
  font-size: 1.5rem !important;
  -webkit-transform: none !important;
  transform: none !important;
  background-color: #00409E;
  border-radius: 50%;
  padding: 0.6rem;
}
.sliders_1 .slick-next:before {
  content: "\e907" !important;
  color: #ffffff !important;
  font-size: 1.5rem !important;
  -webkit-transform: none !important;
  transform: none !important;
  background-color: #00409E;
  border-radius: 50%;
  padding: 0.6rem;
}

@media (max-width: 575.98px) {
  .font_size_xl {
    font-size: 1.5rem;
  }
}
.paragraph--type--button-box .cm_btn {
  width: 85%;
  bottom: 2rem;
  position: absolute;
  left: 8%;
}
.paragraph--type--button-box .cm_btn a {
  font-size: 0.8rem;
  padding: 0.45rem 0.25rem !important;
  margin: 0 auto;
}
.paragraph--type--button-box .paragraph--type--bild-und-button img {
  min-height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.75rem;
}
.paragraph--type--button-box .rounded-75 {
  border-radius: 0.75rem;
}
.paragraph--type--button-box h3 {
  padding-left: 1.5rem;
  text-transform: uppercase;
}

.bg_gray {
  background-color: #ececec;
  border-radius: 0.75rem;
}
.bg_gray .button_box {
  padding-bottom: 70px;
}

.page-node-type-leistungen .header_overlay .slick-slide img {
  height: 500px !important;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}
.page-node-type-leistungen .hamburger_menu_2 {
  display: block !important;
}

.ml-150 {
  margin-left: 1.5rem;
}

.paragraph--type--buttons .cm_btn_outline, .paragraph--type--buttons .cm_btn {
  min-width: 225px;
}

@media (min-width: 992px) {
  .paragraph-2-columns .left-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .paragraph-2-columns .right-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 991.98px) {
  .paragraph-2-columns .left-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .paragraph-2-columns .right-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .paragraph-2-columns .paragraph--type--bild-und-button img {
    min-height: 305px !important;
  }
}
@media (max-width: 991.98px) and (min-height: 768px) {
  .paragraph-2-columns .font_size_lg_2 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .paragraph-2-columns .font_size_lg_2 {
    font-size: 1.5rem !important;
  }
  .paragraph-2-columns .row.container-fluid {
    padding: 0;
    margin: 0;
  }
}

.sidr {
  padding-bottom: 0;
}
.sidr[aria-hidden=false] {
  padding-top: 0;
  padding-right: 0;
  width: 100%;
}
.sidr .sidr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: -15px;
  padding-bottom: 0;
  height: 100%;
}

.sidr-trigger.is-active {
  -webkit-transition: right 0.2s ease 0s;
  transition: right 0.2s ease 0s;
  right: 22rem;
}

@media (min-width: 576px) {
  .sidr[aria-hidden=false] {
    min-width: 350px;
    max-width: 350px;
  }
}
.page-node-type-news .news_item, .page-node-type-dynamische-seite .news_item {
  margin-top: 30px;
}
.page-node-type-news .news_item .blazy--view--news .grid, .page-node-type-dynamische-seite .news_item .blazy--view--news .grid {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0.25rem;
}
.page-node-type-news .news_item .blazy--view--news .grid:hover, .page-node-type-dynamische-seite .news_item .blazy--view--news .grid:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 12px -11px #555;
  box-shadow: 5px 5px 12px -11px #555;
}
.page-node-type-news .news_item .slide__content .grid .grid__content, .page-node-type-dynamische-seite .news_item .slide__content .grid .grid__content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0.25rem;
}
.page-node-type-news .news_item .slide__content .grid .grid__content:hover, .page-node-type-dynamische-seite .news_item .slide__content .grid .grid__content:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 12px -12px #555;
  box-shadow: 5px 5px 12px -12px #555;
}
.page-node-type-news .news_item .slide__content, .page-node-type-dynamische-seite .news_item .slide__content {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.page-node-type-news .btn_plus, .page-node-type-dynamische-seite .btn_plus {
  position: relative;
  width: 30px;
  height: 30px;
}
.page-node-type-news .btn_plus:before, .page-node-type-news .btn_plus:after, .page-node-type-dynamische-seite .btn_plus:before, .page-node-type-dynamische-seite .btn_plus:after {
  content: "";
  position: absolute;
  background-color: #222222;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.page-node-type-news .btn_plus, .page-node-type-dynamische-seite .btn_plus {
  /* Vertical line */
}
.page-node-type-news .btn_plus:before, .page-node-type-dynamische-seite .btn_plus:before {
  top: 7px;
  left: 51%;
  width: 5px;
  height: 59%;
  margin-left: -2px;
}
.page-node-type-news .btn_plus, .page-node-type-dynamische-seite .btn_plus {
  /* horizontal line */
}
.page-node-type-news .btn_plus:after, .page-node-type-dynamische-seite .btn_plus:after {
  top: 50%;
  left: 8px;
  width: 57%;
  height: 5px;
  margin-top: -2px;
}
.page-node-type-news .btn_plus:hover, .page-node-type-dynamische-seite .btn_plus:hover {
  cursor: pointer;
}
.page-node-type-news .slick-dots, .page-node-type-dynamische-seite .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}
.page-node-type-news .slick-dots li, .page-node-type-dynamische-seite .slick-dots li {
  width: 50px;
  margin-bottom: 0 !important;
}
.page-node-type-news .slick-dots li button, .page-node-type-dynamische-seite .slick-dots li button {
  overflow: hidden;
  color: #00409E;
  padding: 12px 0;
}
.page-node-type-news .slick-dots li.slick-active button, .page-node-type-dynamische-seite .slick-dots li.slick-active button {
  background-color: #00409E;
  color: #ffffff;
}
.page-node-type-news .slick-number, .page-node-type-dynamische-seite .slick-number {
  margin-top: 3rem;
}
.page-node-type-news .js-pager__items, .page-node-type-dynamische-seite .js-pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-node-type-news .js-pager__items .pager__item--last a, .page-node-type-dynamische-seite .js-pager__items .pager__item--last a {
  background-color: #18293f !important;
  border-radius: 0 2rem 2rem 0;
  color: #fff !important;
}
.page-node-type-news .js-pager__items .pager__item--first a, .page-node-type-dynamische-seite .js-pager__items .pager__item--first a {
  background-color: #18293f !important;
  border-radius: 2rem 0 0 2rem;
  color: #fff !important;
}
.page-node-type-news .js-pager__items .pager__item a, .page-node-type-dynamische-seite .js-pager__items .pager__item a {
  background-color: #f3f3f3;
  color: #00409e;
  padding: 0.5rem 1rem;
}
.page-node-type-news .js-pager__items .pager__item a:hover, .page-node-type-dynamische-seite .js-pager__items .pager__item a:hover {
  background-color: #00409e;
  color: #fff;
}
.page-node-type-news .js-pager__items .pager__item.is-active a, .page-node-type-dynamische-seite .js-pager__items .pager__item.is-active a {
  background-color: #00409e;
  color: #fff;
}
.page-node-type-news .news_hr, .page-node-type-dynamische-seite .news_hr {
  border-bottom: 1px solid #ddd !important;
}
.page-node-type-news .card .card-text, .page-node-type-dynamische-seite .card .card-text {
  height: 100%;
}
.page-node-type-news .card img, .page-node-type-dynamische-seite .card img {
  min-height: 290px;
  max-height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.25rem 0.25rem 0 0;
}
.page-node-type-news .card .card-body, .page-node-type-dynamische-seite .card .card-body {
  min-height: 335px;
  max-height: 335px;
}
@media (max-width: 365px) {
  .page-node-type-news .card .card-body, .page-node-type-dynamische-seite .card .card-body {
    min-height: 380px;
    max-height: 380px;
  }
}
.page-node-type-news .card .card-body .more_info, .page-node-type-dynamische-seite .card .card-body .more_info {
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  border-top: 1px solid #ddd;
  font-family: "Roboto", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 16px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-node-type-news .icon_nav_up, .page-node-type-dynamische-seite .icon_nav_up {
    right: 482px;
    top: 23px;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-news .icon_nav_up, .page-node-type-dynamische-seite .icon_nav_up {
    display: none;
  }
}

.page-node-type-dynamische-seite-fuer-404 .card .card-text {
  height: 100%;
}
.page-node-type-dynamische-seite-fuer-404 .card img {
  min-height: 290px;
  max-height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.25rem 0.25rem 0 0;
}
.page-node-type-dynamische-seite-fuer-404 .card .card-body {
  min-height: 335px;
  max-height: 335px;
}
@media (max-width: 365px) {
  .page-node-type-dynamische-seite-fuer-404 .card .card-body {
    min-height: 380px;
    max-height: 380px;
  }
}
.page-node-type-dynamische-seite-fuer-404 .card .card-body .more_info {
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  border-top: 1px solid #ddd;
  font-family: "Roboto", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 16px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-node-type-dynamische-seite-fuer-404 .news_hr {
  border-bottom: 1px solid #ddd !important;
}

.news_content .summary {
  font-weight: 700 !important;
  margin-bottom: 1rem;
}
.news_content .text {
  content: "";
  display: table;
  clear: both;
}
.news_content .text div[class=align-left] {
  margin-right: 1.75rem;
}
.news_content .text div[class=align-right] {
  margin-left: 1.75rem;
}
.news_content .text div[class=align-left],
.news_content .text div[class=align-right] {
  width: 250px;
}
.news_content .text div[class=align-left] img,
.news_content .text div[class=align-right] img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .news_content .text div[class=align-left],
  .news_content .text div[class=align-right] {
    float: none;
    margin: 0 auto 1rem auto;
  }
}
@media screen and (max-width: 768px) {
  .news_content .row.pt-6 {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 520px) {
  .news_content .row.pt-6 {
    padding-top: 35px !important;
  }
}

.addtoany_list {
  line-height: 0 !important;
}
.addtoany_list a {
  height: 36px;
}
.addtoany_list .icon-mail_2:before {
  border: none;
  font-size: 1.3rem;
}

.all_jobs .dachzeile * {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0;
}
.all_jobs .ueberschrift h2 {
  text-align: left;
  padding: 0;
}
.all_jobs .ueberschrift {
  font-size: 3.25rem;
  font-weight: bold;
}
.all_jobs .item-list ul {
  padding-left: 0;
}
.all_jobs .item-list li {
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00409E;
}

.page-node-type-jobs .header_1 .header_image img, .path-jobs .header_1 .header_image img {
  height: 500px !important;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-node-type-jobs .header_1 .header-text, .path-jobs .header_1 .header-text {
  top: 40%;
}
.page-node-type-jobs .header_1 .overlay, .path-jobs .header_1 .overlay {
  width: 100%;
  height: 100%;
  background-color: #00409e;
  position: absolute;
  opacity: 0.5;
}
.page-node-type-jobs .hamburger_menu_2, .path-jobs .hamburger_menu_2 {
  display: block !important;
}
.page-node-type-jobs .addtoany_list .icon-mail_2:before, .path-jobs .addtoany_list .icon-mail_2:before {
  border: none;
  font-size: 1.3rem;
}
.page-node-type-jobs .btn_plus, .path-jobs .btn_plus {
  position: relative;
  width: 30px;
  height: 30px;
}
.page-node-type-jobs .btn_plus:before, .page-node-type-jobs .btn_plus:after, .path-jobs .btn_plus:before, .path-jobs .btn_plus:after {
  content: "";
  position: absolute;
  background-color: #222222;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.page-node-type-jobs .btn_plus, .path-jobs .btn_plus {
  /* Vertical line */
}
.page-node-type-jobs .btn_plus:before, .path-jobs .btn_plus:before {
  top: 7px;
  left: 51%;
  width: 5px;
  height: 59%;
  margin-left: -2px;
}
.page-node-type-jobs .btn_plus, .path-jobs .btn_plus {
  /* horizontal line */
}
.page-node-type-jobs .btn_plus:after, .path-jobs .btn_plus:after {
  top: 50%;
  left: 8px;
  width: 57%;
  height: 5px;
  margin-top: -2px;
}
.page-node-type-jobs .btn_plus:hover, .path-jobs .btn_plus:hover {
  cursor: pointer;
}
.page-node-type-jobs .slick-dots, .path-jobs .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}
.page-node-type-jobs .slick-dots li, .path-jobs .slick-dots li {
  width: 50px;
}
.page-node-type-jobs .slick-dots li button, .path-jobs .slick-dots li button {
  overflow: hidden;
  color: #00409E;
  padding: 12px 0;
}
.page-node-type-jobs .slick-dots li.slick-active button, .path-jobs .slick-dots li.slick-active button {
  background-color: #00409E;
  color: #ffffff;
}
.page-node-type-jobs .news_hr, .path-jobs .news_hr {
  border-bottom: 1px solid #ddd !important;
}
.page-node-type-jobs .card .card-text, .path-jobs .card .card-text {
  height: 100%;
}
.page-node-type-jobs .card img, .path-jobs .card img {
  min-height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.25rem 0.25rem 0 0;
  max-height: 290px;
}
.page-node-type-jobs .slide__content, .path-jobs .slide__content {
  width: auto;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.page-node-type-jobs .text ul li::marker, .path-jobs .text ul li::marker {
  color: #00409E;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-node-type-jobs .icon_nav_up, .path-jobs .icon_nav_up {
    right: 482px;
    top: 23px;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-jobs .icon_nav_up, .path-jobs .icon_nav_up {
    display: none;
  }
}
.page-node-type-jobs main #block-crusoe-content .job_content .studio > div, .path-jobs main #block-crusoe-content .job_content .studio > div {
  display: inline-block;
}

.path-taxonomy .header_1 .header_image img {
  height: 500px !important;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
  -o-object-fit: cover;
  object-fit: cover;
}
.path-taxonomy .header_1 .header-text {
  top: 40%;
}
.path-taxonomy .header_1 .overlay {
  width: 100%;
  height: 100%;
  background-color: #00409e;
  position: absolute;
  opacity: 0.5;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .path-taxonomy .icon_nav_up {
    right: 482px;
    top: 23px;
  }
}
@media (max-width: 575.98px) {
  .path-taxonomy .icon_nav_up {
    display: none;
  }
}
.path-taxonomy .feed-icon {
  display: none;
}
.path-taxonomy p a {
  display: inline-block;
}
.path-taxonomy .back-link {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  position: relative;
}
.path-taxonomy .back-link a {
  display: block;
  position: relative;
  width: 100%;
  margin-left: 24px;
}
.path-taxonomy .back-link a:hover:after {
  color: #10a8d6;
}
.path-taxonomy .back-link a:after {
  font-family: icomoon;
  content: "\ea3e";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 15px;
  height: 15px;
  top: 5px;
  left: -17px;
  position: absolute;
  color: #00409E;
}
.path-taxonomy #lexikon-header {
  height: 550px;
  overflow: hidden;
}
.path-taxonomy #lexikon-header .header-text {
  top: 55%;
}
.path-taxonomy #lexikon-header .w-100 {
  top: -58px;
  margin: 0;
  display: block;
  position: relative;
}
.path-taxonomy #lexikon-header .w-100 img {
  height: auto !important;
  width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .path-taxonomy #lexikon-header {
    height: 380px;
  }
  .path-taxonomy #lexikon-header .header_image img {
    height: 100% !important;
    width: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .path-taxonomy .container-fluid .justify-content-center.py-6 {
    padding: 40px 20px !important;
  }
}

.search_page #block-crusoe-content {
  padding-bottom: 4rem;
}
.search_page #block-crusoe-content ul {
  width: 75%;
  margin: 0 auto;
  padding-top: 4rem;
}
.search_page #block-crusoe-content ul li {
  line-height: 2rem;
}
.search_page #block-crusoe-content ul li::marker {
  color: #00409E;
}
.search_page #block-crusoe-content h3 {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  width: 75%;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
}
.search_page #block-crusoe-content h2 {
  color: #155724;
  background-color: #d4edda;
  border-color: #d4edda;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  width: 75%;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
}
.search_page #block-crusoe-content .search_result_list {
  padding-left: 0;
}
.search_page #block-crusoe-content .search_result_list h3 {
  text-align: left;
  background-color: #fff;
  width: auto;
  padding: 0.5rem 0;
}
.search_page #block-crusoe-content .search_result_list li {
  list-style: none;
  border-bottom: 1px solid #00409e;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.search_page #block-crusoe-content .search_result_list li .row .col-xl-2 button {
  padding: 0 20px 0 0;
  position: relative;
}
.search_page #block-crusoe-content .search_result_list li .row .col-xl-2 button:hover {
  color: #10A8D6;
}
.search_page #block-crusoe-content .search_result_list li .row .col-xl-2 button.read-more:after {
  left: unset;
  right: -5px;
  top: -2px;
}
.search_page .search-help-link {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 34px;
  color: #fff;
  background: #00409E;
  margin-bottom: 2rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: Eurostile-Normal, "Arial Black", Gadget, sans-serif;
  border: 2px solid;
  border-color: #00409E;
  margin-top: 2rem;
}
.search_page .search-help-link:hover {
  color: #00409E;
  background: #fff;
  text-decoration: none;
}
.search_page .search-form {
  margin: 0 auto;
  width: 75%;
}
.search_page .search-form #edit-basic {
  margin: 0 auto;
  text-align: center;
  padding-top: 3rem;
  border-bottom: 2px solid #00409e;
  padding-bottom: 2rem;
}
.search_page .search-form #edit-basic .form-item {
  padding-left: 0;
  padding-right: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
  padding-bottom: 2rem;
  margin-right: -1rem;
}
@media (max-width: 767px) {
  .search_page .search-form #edit-basic .form-item {
    margin: 0 auto;
    max-width: 75%;
    padding-bottom: 1rem;
  }
}
.search_page .search-form #edit-basic .js-form-submit {
  padding: 0.666rem;
  background-color: #00409E;
  width: 85px;
  border-radius: 0 34px 34px 0;
}
@media (max-width: 767px) {
  .search_page .search-form #edit-basic .js-form-submit {
    border-radius: 34px;
  }
}
.search_page .search-form #edit-basic .js-form-submit {
  color: #ffffff;
}
.search_page .search-form .form-search {
  padding: 11px;
  margin-top: 0;
  border-radius: 4px 0 0 4px;
  min-height: 45px;
}
.search_page .search-form .action .js-form-submit {
  display: inline-block;
  padding: 0.75rem 2.2rem;
  border-radius: 34px;
  color: #fff;
  background: #00409E;
  margin-bottom: 2rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: Eurostile-Normal, "Arial Black", Gadget, sans-serif;
  border: 2px solid;
  border-color: #00409E;
  margin-top: 2rem;
  width: 250px;
}
.search_page .search-form .action .js-form-submit:hover {
  color: #00409E;
  background: #fff;
  text-decoration: none;
}
.search_page .search-advanced {
  margin: 0 auto;
  padding-bottom: 2rem;
}
.search_page .search-advanced summary {
  color: #00409e;
}
.search_page #edit-lang-fieldset legend {
  padding-left: 2rem;
  line-height: 1.75rem;
}
.search_page #edit-language--wrapper .fieldset-wrapper {
  top: -3rem;
  position: relative;
}
.search_page #edit-types-fieldset {
  margin-top: 1rem;
}

.path-search .blt-tabs.primary {
  display: none;
}
.path-search .js-pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.path-search .js-pager__items .pager__item--last a {
  background-color: #18293f !important;
  border-radius: 0 2rem 2rem 0;
  color: #fff !important;
}
.path-search .js-pager__items .pager__item--first a {
  background-color: #18293f !important;
  border-radius: 2rem 0 0 2rem;
  color: #fff !important;
}
.path-search .js-pager__items .pager__item a {
  background-color: #f3f3f3;
  color: #00409e;
  padding: 0.5rem 1rem;
}
.path-search .js-pager__items .pager__item a:hover {
  background-color: #00409e;
  color: #fff;
}
.path-search .js-pager__items .pager__item.is-active a {
  background-color: #00409e;
  color: #fff;
}

.portfolio_9 .item_box {
  position: relative;
  overflow: hidden;
}
.portfolio_9 .figure {
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25rem;
  height: 248px;
  width: 100%;
}
.portfolio_9 .figure .figure-caption {
  background-color: #00409E;
  color: #fff;
  padding: 0.75rem 0.5rem;
  z-index: 1;
  bottom: 0;
  position: absolute;
  width: 101%;
  max-width: 295px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio_9 .figure .figure-caption * {
  color: #fff;
}
.portfolio_9 .figure img {
  width: auto;
  height: calc(100% - 40px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio_9 .figure .media {
  height: calc(100% - 40px);
  overflow: hidden;
}
.portfolio_9 .figure .media img {
  height: 101%;
  width: auto;
}
.portfolio_9 .figure:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.portfolio_9 .figure:hover .image_overlay {
  opacity: 0.7;
}
.portfolio_9 .image_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: calc(100% - 40px);
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #000000;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 1;
  border-radius: 0.25rem;
}
.portfolio_9 .image_overlay .body_text {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1rem;
}
.portfolio_9 .image_overlay .body_text * {
  color: #fff;
}

body:has(.webform-submission-body-up-kontakt-form) article.header_1 .slider-item .header_all {
  bottom: auto !important;
  right: 50% !important;
  margin: 0 auto;
  width: 50%;
  max-width: unset;
  display: block !important;
}
body:has(.webform-submission-body-up-kontakt-form) article.header_1 .slider-item .header_all .header_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body:has(.webform-submission-body-up-kontakt-form) article.header_1 .slider-item .header_all .header_title h2 {
  font-size: 100px;
  margin-bottom: 0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  body:has(.webform-submission-body-up-kontakt-form) article.header_1 .slider-item .header_all .header_title h2 {
    font-size: 72px !important;
  }
}
@media screen and (max-width: 768px) {
  body:has(.webform-submission-body-up-kontakt-form) article.header_1 .slider-item .header_all .header_title h2 {
    font-size: 36px !important;
  }
}
/*# sourceMappingURL=style.css.map */
