body {
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4; /* For Safari */
  -webkit-hyphenate-limit-after: 4; /* For Safari */
  -ms-hyphenate-limit-chars: 10 4 4;
  hyphenate-limit-chars: 10 4 4;
  -webkit-hyphenate-limit-lines: 3;
  -ms-hyphenate-limit-lines: 3;
  hyphenate-limit-lines: 3;
}

@media (max-width: 980px) {
  h1 br,
  .h1 br,
  h2 br,
  .h2 br,
  h3 br,
  .h3 br,
  h4 br,
  .h4 br {
    display: none !important;
  }
}

.section-hero .h1,
.section-hero h1:not(.h2):not(.h3):not(.h4) {
  font-size: 45px !important;
}
@media (min-width: 576px) {
  .section-hero .h1,
  .section-hero h1:not(.h2):not(.h3):not(.h4) {
    font-size: calc(45px + 45 * (100vw - 576px) / 1184) !important;
  }
}
@media (min-width: 1760px) {
  .section-hero .h1,
  .section-hero h1:not(.h2):not(.h3):not(.h4) {
    font-size: 90px !important;
    line-height: 1.33 !important;
  }
}

.h1,
h1:not(.h2):not(.h3):not(.h4) {
  font-size: 30px !important;
  line-height: 1.33 !important;
  padding-bottom: 0 !important;
  font-family: "Lato Bold 700", Helvetica, Arial, Lucida, sans-serif;
}
@media (min-width: 576px) {
  .h1,
  h1:not(.h2):not(.h3):not(.h4) {
    font-size: calc(30px + 30 * (100vw - 576px) / 1184) !important;
  }
}
@media (min-width: 1760px) {
  .h1,
  h1:not(.h2):not(.h3):not(.h4) {
    font-size: 60px !important;
  }
}

.h2,
h2:not(.h1):not(.h3):not(.h4):not(.expert-position) {
  font-size: 30px !important;
  line-height: 1.33 !important;
  padding-bottom: 0 !important;
  font-family: "Lato Bold 700", Helvetica, Arial, Lucida, sans-serif;
}
@media (min-width: 576px) {
  .h2,
  h2:not(.h1):not(.h3):not(.h4):not(.expert-position) {
    font-size: calc(30px + 15 * (100vw - 576px) / 1184) !important;
  }
}
@media (min-width: 1760px) {
  .h2,
  h2:not(.h1):not(.h3):not(.h4):not(.expert-position) {
    font-size: 45px !important;
  }
}

.h3,
h3:not(.h1):not(.h2):not(.h4) {
  font-size: 24px !important;
  line-height: 1.33 !important;
  padding-bottom: 0 !important;
  font-family: "Lato Bold 700", Helvetica, Arial, Lucida, sans-serif;
}
@media (min-width: 576px) {
  .h3,
  h3:not(.h1):not(.h2):not(.h4) {
    font-size: calc(24px + 6 * (100vw - 576px) / 1184) !important;
  }
}
@media (min-width: 1760px) {
  .h3,
  h3:not(.h1):not(.h2):not(.h4) {
    font-size: 30px !important;
  }
}

.h4,
h4:not(.h1):not(.h2):not(.h3) {
  font-size: 24px !important;
  line-height: 1.25 !important;
  padding-bottom: 0 !important;
  font-family: "Lato Bold 700", Helvetica, Arial, Lucida, sans-serif;
}

* {
  -webkit-hyphens: auto !important;
          hyphens: auto !important;
}

p {
  padding-bottom: 2em;
}

strong,
b {
  font-weight: 700;
}

.notbold {
  font-family: "Lato Regular 400", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400 !important;
}

.entry-content ul {
  line-height: 1.4em;
}

.et_builder_inner_content a {
  text-decoration: underline;
}
.et_builder_inner_content a:hover {
  text-decoration: none;
}
.et_builder_inner_content .et_pb_bg_layout_dark a {
  color: white !important;
}

.background-bluedark {
  background-color: #004562 !important;
  transition: all 0.3s ease-in-out;
}
.background-bluedark:hover {
  background-color: #00364C !important;
}
.background-bluedark:not(.grid-col):active {
  background-color: #00161F !important;
}

.background-bluemedium {
  background-color: #006288 !important;
  transition: all 0.3s ease-in-out;
}
.background-bluemedium:hover {
  background-color: #00202B !important;
}
.background-bluemedium:not(.grid-col):active {
  background-color: #00161F !important;
}

.background-bluelight {
  background-color: #008DA9 !important;
  transition: all 0.3s ease-in-out;
}
.background-bluelight:hover {
  background-color: #006E83 !important;
}
.background-bluelight:not(.grid-col):active {
  background-color: #002D35 !important;
}

@media all and (orientation: landscape) {
  html::before {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/2023/05/body_background-color-blue12.svg");
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
  }
}
@media all and (orientation: portrait) {
  html::before {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/2023/06/body_background-color-blue12-portrat.svg");
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
  }
}

#page-container {
  position: relative;
}

#et-main-area {
  z-index: 2;
}

#main-content {
  min-height: calc(100vh - 270px);
  background-color: transparent !important;
}

@media (max-width: 980px) {
  .et_pb_row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.et_pb_equal_columns .et_pb_column {
  display: flex;
  flex-direction: column;
}
.et_pb_equal_columns .et_pb_column .et_pb_button_module_wrapper {
  margin-top: auto;
}

.overlay-body {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 3;
}
.overlay-body.active {
  width: 100vw;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.overlay-body.bluedark {
  background-color: #004562;
}

.overlay-form {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #C5C5C4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.overlay-form.active {
  opacity: 0.75;
  visibility: visible;
  z-index: 99998;
  transition: all 0.3s ease-in;
}

.hidden {
  max-height: 0;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.not-hidden {
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.3s ease-in-out;
}

.readmore-hidden {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  max-height: 0;
}

.readmore-visible {
  visibility: visible;
  position: relative;
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

@media (max-width: 980px) {
  .iframe-sociablekit {
    height: 1240px;
  }
}
@media (max-width: 576px) {
  .iframe-sociablekit {
    height: 1700px;
  }
}

#main-header {
  height: 80px;
  z-index: 99997;
}
@media (max-width: 980px) {
  #main-header {
    position: fixed !important;
    top: 0 !important;
  }
}
#main-header.is-not-fixed {
  position: absolute !important;
}
#main-header .et_menu_container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1210px) {
  #main-header .et_menu_container {
    padding: 0 20px;
  }
}
@media (max-width: 980px) {
  #main-header .et_menu_container {
    padding: 0 10%;
  }
}
#main-header .et_menu_container .logo_container {
  position: relative !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#main-header .et_menu_container .logo_container #logo {
  height: 36px !important;
  width: auto;
}
@media (max-width: 980px) {
  #main-header .et_menu_container .logo_container #logo {
    height: 28px !important;
    max-width: unset !important;
  }
}

#et-top-navigation {
  float: none;
  height: 100%;
  margin-left: auto;
  padding: 0 !important;
}
#et-top-navigation #top-menu-nav {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#et-top-navigation #top-menu-nav #top-menu {
  float: none;
}
#et-top-navigation #top-menu-nav #top-menu li {
  padding: 0 15px 0 15px !important;
}
#et-top-navigation #top-menu-nav #top-menu li.menu-item-has-children a:hover {
  cursor: default !important;
}
#et-top-navigation #top-menu-nav #top-menu li a {
  position: relative;
  opacity: 1 !important;
  padding: 0 0 25px 0 !important;
}
#et-top-navigation #top-menu-nav #top-menu li a:after {
  display: block !important;
  position: absolute;
  bottom: 0 !important;
  top: auto !important;
  left: 0;
  right: 0;
  height: 7px;
  background-color: #004562;
  content: "" !important;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
#et-top-navigation #top-menu-nav #top-menu li a:hover {
  color: #004562 !important;
}
#et-top-navigation #top-menu-nav #top-menu li:hover > a:after, #et-top-navigation #top-menu-nav #top-menu li.current_page_item > a:after {
  opacity: 1;
}
#et-top-navigation #top-menu-nav #top-menu li:hover .sub-menu .sub-menu-inner {
  margin-top: 0;
}
#et-top-navigation #top-menu-nav #top-menu li .sub-menu {
  border: none !important;
  left: 0;
  width: auto !important;
  padding: 15px 0 !important;
  border: none !important;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden !important;
}
#et-top-navigation #top-menu-nav #top-menu li .sub-menu .sub-menu-inner {
  margin-top: -100%;
  transition: 0.4s ease-in-out;
}
#et-top-navigation #top-menu-nav #top-menu li .sub-menu li {
  padding: 0 !important;
}
#et-top-navigation #top-menu-nav #top-menu li .sub-menu li a {
  width: 100% !important;
  padding: 0 15px 10px 15px !important;
  white-space: nowrap !important;
  font-family: "Lato Regular 400", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400 !important;
  color: #004562;
  background-color: transparent !important;
}
#et-top-navigation #top-menu-nav #top-menu li .sub-menu li a:after {
  display: none !important;
}
#et-top-navigation #top-menu-nav #top-menu li .sub-menu li a:hover {
  color: #008DA9 !important;
  cursor: pointer !important;
}
#et-top-navigation #top-menu-nav #top-menu li .sub-menu li:last-child a {
  padding: 0 15px !important;
}
#et-top-navigation #top-menu-nav #top-menu li .sub-menu li.current-menu-item a {
  color: #222221;
}

body.parent-pageid-966 #et-top-navigation #top-menu-nav #top-menu li.menu-item-1583 > a:after {
  opacity: 1;
}

body.category #et-top-navigation #top-menu-nav #top-menu li.menu-item-50 > a:after,
body.single-post #et-top-navigation #top-menu-nav #top-menu li.menu-item-50 > a:after {
  opacity: 1;
}

body.single-expert #et-top-navigation #top-menu-nav #top-menu li.menu-item-476 > a:after {
  opacity: 1;
}

.mobile_nav .mobile_menu_bar {
  display: none !important;
}
.mobile_nav .select_page {
  display: block !important;
  position: absolute;
  top: 27px;
  right: 10%;
  width: 34px;
  height: 24px;
  background-image: url("../img/icon_menu-hamburger-closed.svg");
  background-repeat: no-repeat;
  text-indent: -9999px !important;
}
.mobile_nav .select_page:before {
  display: none !important;
}
.mobile_nav.active .mobile_menu_bar {
  background-image: url("../img/icon_menu-hamburger-opened.svg");
}
.mobile_nav.active #mobile_menu {
  left: 0 !important;
  width: 100vw !important;
  height: -moz-max-content !important;
  height: max-content !important;
  min-height: calc(100vh - 80px) !important;
  transition: all 0.3s ease-in;
}
.mobile_nav.active #mobile_menu li.menu-item-has-children > a:after {
  right: 10%;
  opacity: 1;
}
.mobile_nav #mobile_menu {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex !important;
  flex-direction: column;
  left: 100% !important;
  width: 0 !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 40px 0 0 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: none !important;
  transition: all 0.3s ease-out;
  box-shadow: none !important;
  overflow: hidden;
}
.mobile_nav #mobile_menu li {
  background-color: white;
}
.mobile_nav #mobile_menu li#menu-item-756 {
  margin-bottom: 30px !important;
}
.mobile_nav #mobile_menu li.menu-item-has-children > a {
  position: relative;
}
.mobile_nav #mobile_menu li.menu-item-has-children > a:hover, .mobile_nav #mobile_menu li.menu-item-has-children > a:active {
  color: #004562 !important;
}
.mobile_nav #mobile_menu li.menu-item-has-children > a:after {
  position: absolute;
  top: 20px;
  right: -10%;
  height: 12px;
  width: 22px;
  content: "";
  background-image: url("/wordpress/wp-content/uploads/2023/05/icon_arrow-up-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
  opacity: 0;
}
.mobile_nav #mobile_menu li.menu-item-has-children > a.open:after {
  transform: rotate(0deg) !important;
  transition: all 0.3s ease-in;
}
.mobile_nav #mobile_menu li a {
  position: relative;
  padding: 15px 10%;
  font-size: 24px;
  background-color: transparent !important;
  border: none !important;
  white-space: nowrap !important;
}
.mobile_nav #mobile_menu li a:hover, .mobile_nav #mobile_menu li a:active {
  color: #004562 !important;
}
.mobile_nav #mobile_menu li .sub-menu {
  visibility: hidden !important;
  display: none !important;
  margin-bottom: 10px;
  padding-left: 0;
}
.mobile_nav #mobile_menu li .sub-menu.open {
  visibility: visible !important;
  display: block !important;
}
.mobile_nav #mobile_menu li .sub-menu li {
  padding-left: 0;
}
.mobile_nav #mobile_menu li .sub-menu li a {
  padding: 10px 10%;
  font-family: "Lato Regular 400", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400 !important;
  color: #004562;
}
.mobile_nav #mobile_menu li.menu-item-last {
  width: 100vw !important;
  height: -moz-max-content;
  height: max-content;
  min-height: 260px;
  margin-top: auto;
  padding: 10%;
  background-color: #004562;
  transition: none !important;
}
.mobile_nav #mobile_menu li.menu-item-last * {
  width: 100% !important;
  padding: 0 !important;
  font-size: 20px;
  font-family: "Lato Regular 400", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.4;
  color: white !important;
  white-space: nowrap !important;
}
.mobile_nav #mobile_menu li.menu-item-last p:first-child {
  margin-bottom: 1.75em;
}

#main-footer {
  position: relative;
  height: auto;
  padding: 40px 0;
  z-index: 2;
}
@media (min-width: 981px) {
  #main-footer {
    padding: 40px;
  }
}
#main-footer img {
  width: 82px;
  height: auto;
}
#main-footer * {
  font-size: 16px !important;
  color: white !important;
}

#footer-widgets {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 981px) {
  #footer-widgets {
    flex-direction: row;
    align-items: flex-end;
  }
}
#footer-widgets .footer-widget,
#footer-widgets .footer-widget:nth-child(n) {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
@media (min-width: 981px) {
  #footer-widgets .footer-widget,
  #footer-widgets .footer-widget:nth-child(n) {
    width: auto !important;
  }
  #footer-widgets .footer-widget br,
  #footer-widgets .footer-widget:nth-child(n) br {
    display: none !important;
  }
}
#footer-widgets .footer-widget:first-child,
#footer-widgets .footer-widget:nth-child(n):first-child {
  display: none;
}
@media (min-width: 981px) {
  #footer-widgets .footer-widget:first-child,
  #footer-widgets .footer-widget:nth-child(n):first-child {
    display: block;
    padding-right: 10%;
  }
}
#footer-widgets .footer-widget:nth-child(2) .textwidget br,
#footer-widgets .footer-widget:nth-child(n):nth-child(2) .textwidget br {
  display: none;
}
@media (max-width: 980px) {
  #footer-widgets .footer-widget:nth-child(2) .textwidget,
  #footer-widgets .footer-widget:nth-child(n):nth-child(2) .textwidget {
    padding-top: 10px;
  }
  #footer-widgets .footer-widget:nth-child(2) .textwidget br,
  #footer-widgets .footer-widget:nth-child(n):nth-child(2) .textwidget br {
    display: block;
  }
}
#footer-widgets .footer-widget:nth-child(2) .textwidget p,
#footer-widgets .footer-widget:nth-child(n):nth-child(2) .textwidget p {
  padding-bottom: 1.3em;
}
@media (max-width: 980px) {
  #footer-widgets .footer-widget:nth-child(2) .textwidget p:nth-child(2),
  #footer-widgets .footer-widget:nth-child(n):nth-child(2) .textwidget p:nth-child(2) {
    padding-bottom: 0;
  }
}
#footer-widgets .footer-widget:nth-child(2) .textwidget p:last-child,
#footer-widgets .footer-widget:nth-child(n):nth-child(2) .textwidget p:last-child {
  padding-bottom: 0;
}
@media (max-width: 980px) {
  #footer-widgets .footer-widget:nth-child(2) .textwidget p:last-child,
  #footer-widgets .footer-widget:nth-child(n):nth-child(2) .textwidget p:last-child {
    padding-bottom: 10px;
  }
}
#footer-widgets .footer-widget:last-child,
#footer-widgets .footer-widget:nth-child(n):last-child {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
}
@media (min-width: 981px) {
  #footer-widgets .footer-widget:last-child,
  #footer-widgets .footer-widget:nth-child(n):last-child {
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto !important;
    padding-top: 0;
  }
}
#footer-widgets .footer-widget:last-child ul,
#footer-widgets .footer-widget:nth-child(n):last-child ul {
  list-style-type: none !important;
}
#footer-widgets .footer-widget:last-child ul li,
#footer-widgets .footer-widget:nth-child(n):last-child ul li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 3px 0 0 !important;
}
#footer-widgets .footer-widget:last-child ul li:after,
#footer-widgets .footer-widget:nth-child(n):last-child ul li:after {
  padding-left: 5px;
  content: "|";
}
#footer-widgets .footer-widget:last-child ul li:before, #footer-widgets .footer-widget:last-child ul li:last-child:after,
#footer-widgets .footer-widget:nth-child(n):last-child ul li:before,
#footer-widgets .footer-widget:nth-child(n):last-child ul li:last-child:after {
  display: none !important;
}
#footer-widgets .footer-widget:last-child .widget_custom_html,
#footer-widgets .footer-widget:nth-child(n):last-child .widget_custom_html {
  position: absolute;
  top: -60px;
  right: 15px;
}
#footer-widgets .footer-widget:last-child .widget_custom_html button,
#footer-widgets .footer-widget:nth-child(n):last-child .widget_custom_html button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #FFE41C;
  border: none !important;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}
#footer-widgets .footer-widget:last-child .widget_custom_html button svg,
#footer-widgets .footer-widget:nth-child(n):last-child .widget_custom_html button svg {
  display: block;
  width: 30px;
  height: auto;
  margin: 0 auto !important;
}
@media (min-width: 981px) {
  #footer-widgets .footer-widget:last-child .widget_custom_html button svg,
  #footer-widgets .footer-widget:nth-child(n):last-child .widget_custom_html button svg {
    width: auto !important;
  }
}

#footer-bottom {
  display: none !important;
}

body #page-container .et_pb_section a[class*=et_pb_button_],
body #page-container .et_pb_section button[class*=et_pb_button_],
body #page-container .et_pb_section .jobslistitembutton a,
.single-job a[class*=et_pb_button_],
.single-job button[class*=et_pb_button_],
.single-job .jobslistitembutton a {
  padding: 0.4em 1em 0.2em 1em !important;
  line-height: 1.4em !important;
}
body #page-container .et_pb_section a[class*=et_pb_button_] span,
body #page-container .et_pb_section button[class*=et_pb_button_] span,
body #page-container .et_pb_section .jobslistitembutton a span,
.single-job a[class*=et_pb_button_] span,
.single-job button[class*=et_pb_button_] span,
.single-job .jobslistitembutton a span {
  display: inline-block;
  position: relative;
  margin-bottom: 0.3em;
  transition: all 0.15s ease-in-out;
}
body #page-container .et_pb_section a[class*=et_pb_button_] span:after,
body #page-container .et_pb_section button[class*=et_pb_button_] span:after,
body #page-container .et_pb_section .jobslistitembutton a span:after,
.single-job a[class*=et_pb_button_] span:after,
.single-job button[class*=et_pb_button_] span:after,
.single-job .jobslistitembutton a span:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: white;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body #page-container .et_pb_section a[class*=et_pb_button_]:hover span,
body #page-container .et_pb_section button[class*=et_pb_button_]:hover span,
body #page-container .et_pb_section .jobslistitembutton a:hover span,
.single-job a[class*=et_pb_button_]:hover span,
.single-job button[class*=et_pb_button_]:hover span,
.single-job .jobslistitembutton a:hover span {
  transform: translate(0, -3px);
}
body #page-container .et_pb_section a[class*=et_pb_button_]:hover span:after,
body #page-container .et_pb_section button[class*=et_pb_button_]:hover span:after,
body #page-container .et_pb_section .jobslistitembutton a:hover span:after,
.single-job a[class*=et_pb_button_]:hover span:after,
.single-job button[class*=et_pb_button_]:hover span:after,
.single-job .jobslistitembutton a:hover span:after {
  opacity: 1;
  visibility: visible;
}

.wpcf7-submit,
.btn-submit,
.dmach-loadmore {
  padding: 0.4em 1em 0.2em 1em !important;
  line-height: 1.4em !important;
  color: white !important;
  background-color: #8B0049 !important;
}
.wpcf7-submit span,
.btn-submit span,
.dmach-loadmore span {
  display: inline-block;
  position: relative;
  margin-bottom: 0.3em;
  transition: all 0.15s ease-in-out;
}
.wpcf7-submit span:after,
.btn-submit span:after,
.dmach-loadmore span:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: white;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.wpcf7-submit:hover span,
.btn-submit:hover span,
.dmach-loadmore:hover span {
  transform: translate(0, -3px);
}
.wpcf7-submit:hover span:after,
.btn-submit:hover span:after,
.dmach-loadmore:hover span:after {
  opacity: 1;
  visibility: visible;
}

.et_pb_button_text {
  display: block !important;
  border: 0 !important;
  background-color: unset !important;
}

.wpcf7-submit,
.btn-submit,
.dmach-loadmore,
.et_pb_button_background,
.jobslistitembutton a {
  display: inline-block !important;
  border-radius: 4px !important;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 980px) {
  .wpcf7-submit,
  .btn-submit,
  .dmach-loadmore,
  .et_pb_button_background,
  .jobslistitembutton a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.wpcf7-submit,
.btn-submit,
.et_pb_button_background_red,
.jobslistitembutton a {
  background-color: #8B0049 !important;
}
.wpcf7-submit:hover,
.btn-submit:hover,
.et_pb_button_background_red:hover,
.jobslistitembutton a:hover {
  background-color: #6c0039 !important;
}
.wpcf7-submit:active,
.btn-submit:active,
.et_pb_button_background_red:active,
.jobslistitembutton a:active {
  background-color: #2c0017 !important;
}

.readmore-inside {
  padding-bottom: 90px !important;
}
.readmore-inside .readmore-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 !important;
}
.readmore-inside .readmore-wrapper .button_small_wrapper-readmore {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.readmore-inside .readmore-wrapper .button_small_wrapper-readmore button {
  position: relative;
  padding-top: 12px !important;
  padding-right: 75px !important;
  padding-bottom: 14px !important;
  padding-left: 30px !important;
  background-color: #008DA9;
  color: white;
  border-radius: 4px;
  border: none !important;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.readmore-inside .readmore-wrapper .button_small_wrapper-readmore button:after {
  position: absolute;
  top: 16px;
  right: 30px;
  display: block;
  width: 25px;
  height: 15px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.58' height='21.984' viewBox='0 0 35.58 21.984'%3E%3Cpath id='Pfad_154' data-name='Pfad 154' d='M0,0,15.171,16.209,29.928,0' transform='translate(32.753 19.158) rotate(180)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}
.readmore-inside .readmore-wrapper .button_small_wrapper-readmore.open button:after {
  transform: rotate(0deg);
  transition: all 0.3s ease-in;
}

.dmach-loadmore span {
  pointer-events: none !important;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #c6c6c5;
}

::-moz-placeholder {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #c6c6c5;
}

:-ms-input-placeholder {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #c6c6c5;
}

:-moz-placeholder {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #c6c6c5;
}

label:not(._brlbs-btn-switch, .w-75) {
  display: inline-block;
  cursor: pointer;
}
label:not(._brlbs-btn-switch, .w-75) span {
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
}
label:not(._brlbs-btn-switch, .w-75) span:before, label:not(._brlbs-btn-switch, .w-75) span:after {
  display: block;
  content: "";
}
label:not(._brlbs-btn-switch, .w-75) span:before {
  position: absolute;
  top: 6px;
  left: 0;
  border: 1px solid #d4d4d5;
  border-radius: 4px;
  width: 17px;
  height: 17px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  background-color: white !important;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.05);
}
label:not(._brlbs-btn-switch, .w-75) span:after {
  position: absolute;
  top: 11px;
  left: 4px;
  background-image: url("/wordpress/wp-content/uploads/2023/05/icon_form-checked.svg");
  width: 11px;
  height: 8px;
  transition: 300ms;
  opacity: 0;
}

textarea {
  max-height: 120px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea {
  width: 100%;
  border: 1px solid #d4d4d5;
  border-radius: 4px;
  padding: 15px 30px;
  background-color: white !important;
  font-size: 20px;
  color: #868688;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.05);
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #8B0049;
}

input[type=date] {
  display: block;
  text-align: left !important;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  height: 60px;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio]:checked + span:after,
input[type=checkbox]:checked + span:after {
  opacity: 1;
}

input[type=submit] {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-width: 0;
  border: none !important;
  border-radius: 28px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1em;
  color: white;
  background-color: #8B0049;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
input[type=submit]:hover {
  background-color: #000000;
  color: #ffea1b;
}

.wpcf7-form .fields-required {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #515150;
}
@media (min-width: 1281px) {
  .wpcf7-form .fields-required {
    float: right;
    margin-bottom: 0;
  }
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=your-gender] {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name=your-privacy] {
  font-size: 16px !important;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-left: 0 !important;
  margin-top: 15px !important;
  color: #8B0049;
  font-size: 16px !important;
}
@media (min-width: 981px) {
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-left: 30px !important;
    display: block;
  }
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
@media (max-width: 980px) {
  .wpcf7-form .wpcf7-list-item {
    display: block;
    margin-bottom: 15px;
  }
  .wpcf7-form .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
}
.wpcf7-form .wpcf7-radio {
  display: inline-block;
}
@media (max-width: 980) {
  .wpcf7-form .wpcf7-radio {
    max-width: 100%;
  }
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin-right: 15px;
}
@media (max-width: 980) {
  .wpcf7-form .wpcf7-radio .wpcf7-list-item {
    display: block;
  }
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item:last-child {
  margin-right: 0;
}
@media (max-width: 980) {
  .wpcf7-form .wpcf7-radio .wpcf7-list-item {
    margin-right: 80px;
  }
}
@media (min-width: 981px) {
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
    max-width: 75%;
  }
}
.wpcf7-form .wpcf7-submit-outer {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 981px) {
  .wpcf7-form .wpcf7-submit-outer {
    float: right;
    text-align: right;
  }
}
.wpcf7-form .wpcf7-submit-outer .wpcf7-submit-inner {
  position: relative;
}
.wpcf7-form .wpcf7-submit-outer .wpcf7-submit-inner .wpcf7-submit {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: white !important;
  background-color: #8B0049 !important;
  border-width: 0;
  border: none !important;
  border-radius: 4px;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.wpcf7-form .wpcf7-submit-outer .wpcf7-submit-inner .wpcf7-submit:after {
  transition: all 0.5s ease-in-out;
}
.wpcf7-form .wpcf7-submit-outer .wpcf7-submit-inner .wpcf7-submit:hover:after {
  display: none !important;
}
.wpcf7-form .wpcf7-submit-outer .wpcf7-submit-inner .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  margin: 100px 0 0 0 !important;
  padding: 0 !important;
  color: #8B0049;
}
@media (max-width: 980px) {
  .wpcf7-form .wpcf7-response-output {
    margin: 40px 0 !important;
  }
}
.wpcf7-form.sent .form-global-sticky-header {
  display: none !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #222221;
}

.form-global-sticky .form::-webkit-scrollbar {
  display: none;
}

.form-global-sticky .form {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 1300px) {
  #page-container .form-global-sticky {
    display: none !important;
  }
}
#page-container .form-global-sticky:hover .circle {
  transform: translate(0, -3px);
}
#page-container .form-global-sticky:hover .circle:after {
  opacity: 1;
  visibility: visible;
}
#page-container .form-global-sticky.open .circle-outer {
  transform: scale(1);
  height: 100vh;
}
#page-container .form-global-sticky.open .circle {
  opacity: 0;
}
#page-container .form-global-sticky.open .form {
  bottom: 0;
  right: 0;
}
#page-container .form-global-sticky .circle-outer {
  position: fixed;
  bottom: 20px;
  right: 40px;
  height: 85px;
  width: 85px;
  background-color: #FFE41C;
  z-index: 8;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: 99999;
}
#page-container .form-global-sticky .circle {
  position: fixed;
  bottom: 40px;
  right: 55px;
  height: 41px;
  width: 54px;
  background-image: url("/wordpress/wp-content/uploads/2023/05/icon_form-contact.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  z-index: 9;
  cursor: pointer;
}
#page-container .form-global-sticky .circle:after {
  position: absolute;
  bottom: -3px;
  left: 16px;
  width: 100%;
  height: 14px;
  content: "Hallo";
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#page-container .form-global-sticky .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: -100vh;
  right: -100vw;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  border-radius: 50%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 10;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
#page-container .form-global-sticky .form .form-global-sticky-header {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 2559px) {
  #page-container .form-global-sticky .form .form-global-sticky-header {
    margin-bottom: 10px !important;
  }
  #page-container .form-global-sticky .form .form-global-sticky-header * {
    font-size: 24px !important;
  }
}
#page-container .form-global-sticky .form .wpcf7 {
  max-width: 70%;
}
#page-container .form-global-sticky .form .wpcf7 form.sent .wpcf7-response-output {
  display: block !important;
  width: 100% !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  margin: 100px auto !important;
  font-size: 24px !important;
  line-height: 33px !important;
}
#page-container .form-global-sticky .form .wpcf7 form.sent > p {
  display: none !important;
}
@media (max-width: 2559px) {
  #page-container .form-global-sticky .form .wpcf7 form .fields-required {
    margin-top: 5px;
    font-size: 12px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form ::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form ::-moz-placeholder {
    font-size: 16px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form :-ms-input-placeholder {
    font-size: 16px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form :-moz-placeholder {
    font-size: 16px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form * {
    font-size: 16px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form p {
    padding-bottom: 0 !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form span {
    line-height: 22px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form input,
  #page-container .form-global-sticky .form .wpcf7 form textarea {
    padding: 10px 20px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form span[data-name=your-name] .wpcf7-not-valid-tip,
  #page-container .form-global-sticky .form .wpcf7 form span[data-name=your-company] .wpcf7-not-valid-tip,
  #page-container .form-global-sticky .form .wpcf7 form span[data-name=your-email] .wpcf7-not-valid-tip,
  #page-container .form-global-sticky .form .wpcf7 form span[data-name=your-message] .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 10px;
    right: 25px;
    z-index: 2;
  }
  #page-container .form-global-sticky .form .wpcf7 form span[data-name=your-gender] .wpcf7-not-valid-tip {
    margin: 0 0 -5px 25px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form span[data-name=your-gender] span {
    line-height: 30px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form span[data-name=your-consent] span:before {
    top: 0 !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form span[data-name=your-consent] span:after {
    top: 6px !important;
  }
  #page-container .form-global-sticky .form .wpcf7 form .wpcf7-response-output {
    display: none !important;
  }
}
#page-container .form-global-sticky .form .wpcf7 form br {
  display: none !important;
}
#page-container .form-global-sticky .form .wpcf7 form label:not(._brlbs-btn-switch, .w-75) span:before {
  background-color: white;
}
#page-container .form-global-sticky .form .wpcf7 form input,
#page-container .form-global-sticky .form .wpcf7 form textarea {
  background-color: white;
}
#page-container .form-global-sticky .form .wpcf7 form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
#page-container .form-global-sticky .form .wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 8px !important;
}
#page-container .form-global-sticky .form .wpcf7 form .wpcf7-response-output {
  max-width: 50%;
  margin: 40px auto 40px auto !important;
  text-align: center;
}
#page-container .form-global-sticky .form .wpcf7 form .wpcf7-submit-outer {
  float: none !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-dots {
  bottom: -50px !important;
  margin: 0 !important;
  padding: 30px 0 0 0 !important;
  list-style-type: none !important;
  text-align: center;
}
@media (max-width: 980px) {
  .slick-dots {
    bottom: -50px !important;
  }
}
.slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 22px 22px 0;
}
@media (max-width: 980px) {
  .slick-dots li {
    margin: 0 14px 14px 0;
  }
}
.slick-dots li button {
  display: block;
  width: 22px;
  height: 22px;
  background-color: white;
  border: none !important;
  border-radius: 0 !important;
  text-indent: -9999px;
  cursor: pointer;
}
@media (max-width: 980px) {
  .slick-dots li button {
    bottom: -90px !important;
    width: 14px;
    height: 14px;
  }
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background-color: #004562;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.section-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.section-hero:not(.section-hero-home) .et_pb_row {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .section-hero:not(.section-hero-home) .et_pb_row {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.section-hero:not(.section-hero-home) .et_pb_row .et_pb_column {
  margin-bottom: 0 !important;
}
@media (max-width: 980px) {
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column:last-child {
    margin-top: auto;
  }
}
@media (max-width: 980px) {
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .et_pb_image,
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .dsm_lottie {
    max-height: 100px;
    overflow: hidden;
  }
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .et_pb_image .dsm_lottie_wrapper,
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .dsm_lottie .dsm_lottie_wrapper {
    max-height: 100px;
    text-align: right;
  }
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .et_pb_image .dsm_lottie_wrapper svg,
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .dsm_lottie .dsm_lottie_wrapper svg {
    width: auto !important;
    height: 100px !important;
  }
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap,
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .dsm_lottie .et_pb_image_wrap {
    height: 100%;
  }
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img,
  .section-hero:not(.section-hero-home) .et_pb_row .et_pb_column .dsm_lottie .et_pb_image_wrap img {
    height: 100%;
    max-height: 100px;
    width: auto;
  }
}
.section-hero.section-hero-home .et_pb_row {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 3;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-content-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-content-fullscreen .et_pb_column {
  height: 100%;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-content-fullscreen .et_pb_column .et_pb_module {
  height: 100%;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-content-fullscreen .et_pb_column .et_pb_module .et_pb_module_inner {
  height: 100%;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-content-fullscreen .et_pb_column .et_pb_module .et_pb_module_inner .dsm_lottie_wrapper {
  height: 100%;
  width: 100%;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-content-fullscreen .et_pb_column .et_pb_module .et_pb_module_inner .dsm_lottie_wrapper svg {
  position: absolute;
  height: 100% !important;
  width: unset !important;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  transform: translateX(-50%) !important;
}
@media (min-width: 1620px) {
  .section-hero.section-hero-home .et_pb_row.section-hero-row-content-fullscreen .et_pb_column .et_pb_module .et_pb_module_inner .dsm_lottie_wrapper svg {
    transform: scale(1.5);
  }
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-background-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(-45deg, #FFE41C, #ACBF12, #008DA9, #004562, #006288);
  background-size: 500% 500%;
  animation: sectionHeroGradient 15s ease infinite;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-background-fullscreen .et_pb_column {
  height: 100%;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-background-fullscreen .et_pb_column .et_pb_module {
  height: 100%;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-background-fullscreen .et_pb_column .et_pb_module .et_pb_module_inner {
  height: 100%;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-background-fullscreen .et_pb_column .et_pb_module .et_pb_module_inner .dsm_lottie_wrapper {
  height: 100%;
  width: 100%;
}
.section-hero.section-hero-home .et_pb_row.section-hero-row-background-fullscreen .et_pb_column .et_pb_module .et_pb_module_inner .dsm_lottie_wrapper svg {
  display: none !important;
  position: absolute;
  height: 100% !important;
  width: unset !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1870px) {
  .section-hero.section-hero-home .et_pb_row.section-hero-row-background-fullscreen .et_pb_column .et_pb_module .et_pb_module_inner .dsm_lottie_wrapper svg {
    width: 100% !important;
    height: unset !important;
  }
}
@media (max-height: 860px) and (min-width: 981px) {
  .section-hero.section-hero-home .et_pb_row.section-hero-row-background-fullscreen .et_pb_column .et_pb_module .et_pb_module_inner .dsm_lottie_wrapper svg {
    width: 100% !important;
    height: unset !important;
  }
}
@keyframes sectionHeroGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.et_pb_team_member {
  position: relative;
}
.et_pb_team_member .et_pb_team_member_image {
  margin: 0 auto !important;
}
.et_pb_team_member .et_pb_team_member_description {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
  width: -moz-max-content;
  width: max-content;
  color: white;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.et_pb_accordion .et_pb_toggle {
  position: relative;
  margin: 0 -20px 2px -20px !important;
  padding: 20px !important;
  background: white;
  border: none !important;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
  transform: rotate(0deg) !important;
  transition-duration: 0.3s;
}
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title {
  padding: 0 60px 0 0 !important;
  font-family: "Lato Bold 700", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  color: #222221;
}
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before {
  display: block !important;
  position: absolute;
  top: 15px;
  right: 0;
  width: 30px;
  height: 17px;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.58' height='21.984' viewBox='0 0 35.58 21.984'%3E%3Cpath id='Pfad_154' data-name='Pfad 154' d='M0,0,15.171,16.209,29.928,0' transform='translate(32.753 19.158) rotate(180)' fill='none' stroke='%23008DA9' stroke-linecap='round' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  transform: rotate(180deg);
  content: "";
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 980px) {
  .et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before {
    right: 0;
  }
}
@media (min-width: 981px) {
  .et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
    padding: 0 60px 0 0;
  }
  .et_pb_accordion .et_pb_toggle .et_pb_toggle_content *:first-child {
    margin-top: 50px;
  }
}

@media (max-width: 980px) {
  .et_pb_slider_slick .et_pb_row .et_pb_column-custom {
    margin: 0 5px !important;
  }
}
.et_pb_slider_slick .slick-track {
  display: block !important;
}
.et_pb_slider_slick .slick-slide {
  height: auto !important;
}
.et_pb_slider_slick .et_pb_slides .et_pb_slide {
  padding: 0 !important;
}
@media (max-width: 980px) {
  .et_pb_slider_slick .et_pb_slides .et_pb_slide {
    padding: 0 10px !important;
  }
}
.et_pb_slider_slick .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
  display: flex;
  flex-direction: column !important;
}
@media (min-width: 981px) {
  .et_pb_slider_slick .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    flex-direction: row !important;
    align-items: center;
  }
}
.et_pb_slider_slick .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_title {
  margin-bottom: 15px;
}
.et_pb_slider_slick .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
  display: block !important;
  position: relative !important;
  margin-bottom: 30px;
  animation: none !important;
}
@media (min-width: 981px) {
  .et_pb_slider_slick .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    width: 33% !important;
    margin-bottom: 0;
    margin-right: 60px;
  }
}
.et_pb_slider_slick .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
  width: 100%;
  height: auto;
  max-height: unset !important;
  opacity: 1 !important;
}
.et_pb_slider_slick .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  width: auto !important;
  padding: 0 !important;
  animation: none !important;
  text-shadow: none !important;
  text-align: left !important;
}
@media (min-width: 981px) {
  .et_pb_slider_slick .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    width: 66% !important;
  }
}

.section-trust-elements-slider {
  padding: 0 !important;
  z-index: 3;
}
.section-trust-elements-slider .et_pb_row {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
@media (max-width: 1440px) {
  .section-trust-elements-slider .et_pb_row {
    width: 95% !important;
  }
}
@media (max-width: 980px) {
  .section-trust-elements-slider .et_pb_row {
    width: 100% !important;
  }
}
.section-trust-elements-slider .et_pb_row .et_pb_column-custom {
  display: flex;
  align-items: center;
  width: 30%;
  padding: 10px;
}
@media (max-width: 1200px) {
  .section-trust-elements-slider .et_pb_row .et_pb_column-custom {
    padding: 20px 10px;
  }
}
.section-trust-elements-slider .et_pb_row .et_pb_column-custom .et_pb_image,
.section-trust-elements-slider .et_pb_row .et_pb_column-custom .dsm_lottie {
  max-width: 25%;
  margin: 0 !important;
  padding: 0;
}
.section-trust-elements-slider .et_pb_row .et_pb_column-custom .et_pb_text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 0 0 15px;
}
.section-trust-elements-slider .et_pb_row .et_pb_column-custom .et_pb_text .et_pb_text_inner p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-trust-elements-slider .et_pb_row .et_pb_column-custom .et_pb_text .et_pb_text_inner p img {
  max-height: 72px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .section-trust-elements-slider .et_pb_row .et_pb_column-custom {
    margin: 0 5px !important;
  }
}

.experts-list {
  padding-bottom: 160px;
}
.experts-list .dmach-loadmore {
  bottom: -150px !important;
  color: white !important;
  background-color: #8B0049 !important;
  border: none !important;
}
.experts-list .dmach-loadmore span {
  pointer-events: none !important;
}
.experts-list img {
  width: 100%;
}
.experts-list .grid-col {
  position: relative;
}
.experts-list .grid-col:hover .et_pb_de_mach_title {
  transform: translate(-50%, -25px) !important;
  overflow: visible !important;
}
.experts-list .grid-col:hover .et_pb_de_mach_title .entry-title:before {
  bottom: -27px !important;
}
.experts-list .grid-col:hover .et_pb_de_mach_title .entry-title:after {
  opacity: 1 !important;
}
.experts-list .grid-col .grid-item-cont {
  background-color: transparent !important;
  overflow: hidden !important;
}
.experts-list .grid-col .grid-item-cont .et_pb_section {
  margin: 0;
  padding: 0;
  background-color: transparent !important;
}
.experts-list .grid-col .grid-item-cont .et_pb_section .et_pb_row {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.experts-list .grid-col .grid-item-cont .et_pb_section .et_pb_row .et_pb_de_mach_thumbnail {
  margin: 0;
}
.experts-list .grid-col .grid-item-cont .et_pb_section .et_pb_row .et_pb_de_mach_title {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  margin: 0;
  transform: translateX(-50%);
  font-size: 24px !important;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  pointer-events: none !important;
}
.experts-list .grid-col .grid-item-cont .et_pb_section .et_pb_row .et_pb_de_mach_title .entry-title {
  position: relative;
  color: white !important;
  -webkit-hyphens: none !important;
          hyphens: none !important;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}
.experts-list .grid-col .grid-item-cont .et_pb_section .et_pb_row .et_pb_de_mach_title .entry-title:before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  content: "Mehr erfahren";
  font-size: 20px;
  transition: all 0.3s ease-out;
}
.experts-list .grid-col .grid-item-cont .et_pb_section .et_pb_row .et_pb_de_mach_title .entry-title:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 142px;
  height: 3px;
  transform: translateX(-50%);
  background-color: white;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.experts-list .grid-col .grid-item-cont .et_pb_section .et_pb_row .et_pb_de_mach_content {
  display: none;
}

.section-hero-expert-detail.background-bluedark:hover {
  background-color: #004562 !important;
}
.section-hero-expert-detail.background-bluemedium:hover {
  background-color: #006288 !important;
}
.section-hero-expert-detail.background-bluelight:hover {
  background-color: #008DA9 !important;
}
.section-hero-expert-detail h1,
.section-hero-expert-detail h2,
.section-hero-expert-detail h3,
.section-hero-expert-detail h4 {
  color: white !important;
}
.section-hero-expert-detail .et_pb_row {
  position: relative;
  height: 100%;
  z-index: 3 !important;
}
@media (max-width: 980px) {
  .section-hero-expert-detail .et_pb_row {
    width: 100% !important;
    height: 100% !important;
    justify-content: flex-end !important;
  }
}
.section-hero-expert-detail .et_pb_row .et_pb_column:first-child {
  position: unset !important;
  z-index: 3 !important;
}
@media (max-width: 980px) {
  .section-hero-expert-detail .et_pb_row .et_pb_column:first-child {
    margin: 0 !important;
    padding: 0 10% !important;
  }
  .section-hero-expert-detail .et_pb_row .et_pb_column:first-child .et_pb_module:first-child {
    position: absolute !important;
    bottom: 0;
    left: 10%;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  .section-hero-expert-detail .et_pb_row .et_pb_column:first-child .et_pb_module:nth-child(2) {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 980px) {
  .section-hero-expert-detail .et_pb_row .et_pb_column:first-child .et_pb_module:nth-child(2) .et_pb_text_inner,
  .section-hero-expert-detail .et_pb_row .et_pb_column:first-child .et_pb_module:nth-child(2) .et_pb_text_inner h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 980px) and (min-width: 576px) {
  .section-hero-expert-detail .et_pb_row .et_pb_column:first-child .et_pb_module:nth-child(2) .et_pb_text_inner,
  .section-hero-expert-detail .et_pb_row .et_pb_column:first-child .et_pb_module:nth-child(2) .et_pb_text_inner h1 {
    font-size: calc(30px + 60 * (100vw - 576px) / 1184) !important;
  }
}
@media (max-width: 980px) and (min-width: 1760px) {
  .section-hero-expert-detail .et_pb_row .et_pb_column:first-child .et_pb_module:nth-child(2) .et_pb_text_inner,
  .section-hero-expert-detail .et_pb_row .et_pb_column:first-child .et_pb_module:nth-child(2) .et_pb_text_inner h1 {
    font-size: 90px !important;
    line-height: 1.33 !important;
  }
}
.section-hero-expert-detail .et_pb_row .et_pb_column:last-child {
  position: absolute !important;
  bottom: 0;
  right: 0;
  width: auto !important;
  max-height: 100%;
}
@media (max-width: 980px) {
  .section-hero-expert-detail .et_pb_row .et_pb_column:last-child {
    min-height: 75vh !important;
  }
  .section-hero-expert-detail .et_pb_row .et_pb_column:last-child * {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
    width: 100% !important;
    height: 75vh !important;
  }
  .section-hero-expert-detail .et_pb_row .et_pb_column:last-child * img {
    transform: scale(1.3);
    height: auto !important;
  }
}
.section-hero-expert-detail .et_pb_row .et_pb_column:last-child .et_pb_image {
  max-height: unset !important;
}
.section-hero-expert-detail .et_pb_row .et_pb_column:last-child .et_pb_image .et_pb_image_wrap {
  width: 100%;
}
.section-hero-expert-detail .et_pb_row .et_pb_column:last-child .et_pb_image .et_pb_image_wrap img {
  max-height: unset !important;
  width: 100% !important;
}
@media (min-width: 981px) {
  .section-hero-expert-detail .et_pb_row .et_pb_column:last-child .et_pb_image .et_pb_image_wrap img {
    width: auto !important;
    min-height: 550px;
  }
}
.section-hero-expert-detail .et_pb_row h1,
.section-hero-expert-detail .et_pb_row .h1 {
  color: white;
}
@media (max-width: 980px) {
  .section-hero-expert-detail .et_pb_row h1,
  .section-hero-expert-detail .et_pb_row .h1 {
    -webkit-hyphens: none !important;
    hyphens: none !important;
    word-break: keep-all !important;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
  }
}
.section-hero-expert-detail .et_pb_row h2.expert-position {
  font-size: 24px !important;
  line-height: 1.33 !important;
  padding-bottom: 0 !important;
  font-family: "Lato Bold 700", Helvetica, Arial, Lucida, sans-serif;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}
@media (min-width: 576px) {
  .section-hero-expert-detail .et_pb_row h2.expert-position {
    font-size: calc(24px + 21 * (100vw - 576px) / 1184) !important;
    text-shadow: none !important;
  }
}
@media (min-width: 1760px) {
  .section-hero-expert-detail .et_pb_row h2.expert-position {
    font-size: 45px !important;
  }
}
.section-hero-expert-detail .et_pb_row .expert-backtolist {
  position: absolute !important;
  top: 40px;
  left: 0;
}
@media (max-width: 980px) {
  .section-hero-expert-detail .et_pb_row .expert-backtolist {
    left: 10%;
  }
}
.section-hero-expert-detail .et_pb_row .expert-backtolist a {
  color: white !important;
  text-decoration: none !important;
}

.section-news-list-grid .divi-filter-archive-loop {
  margin-bottom: 0;
}
.section-news-list-grid-aktuelles .et_pb_section {
  background-color: #efefef !important;
}
.section-news-list-grid-presse .grid-posts .grid-col .et_pb_section .et_pb_row .et_pb_column {
  justify-content: flex-start !important;
}
.section-news-list-grid-medien .grid-posts .grid-col .et_pb_section .et_pb_row .et_pb_column {
  justify-content: flex-start !important;
}
.section-news-list-grid .grid-posts .grid-col {
  transition: box-shadow 0.3s ease-in-out;
}
.section-news-list-grid .grid-posts .grid-col:hover {
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}
.section-news-list-grid .grid-posts .grid-col .et_pb_section {
  padding: 0 !important;
}
.section-news-list-grid .grid-posts .grid-col .et_pb_section .et_pb_row {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.section-news-list-grid .grid-posts .grid-col .et_pb_section .et_pb_row .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.section-news-list-grid .grid-posts .grid-col .et_pb_section .et_pb_row .et_pb_column a {
  text-decoration: none !important;
}
.section-news-list-grid .grid-posts .grid-col .et_pb_section .et_pb_row .et_pb_column .et_pb_de_mach_post_meta {
  margin-bottom: 0 !important;
  padding: 10px 20px 0 20px;
}
.section-news-list-grid .grid-posts .grid-col .et_pb_section .et_pb_row .et_pb_column .et_pb_de_mach_title {
  padding: 0 20px 20px 20px;
}

.section-news-list-footer {
  background-color: EFEFEF !important;
}

.section-news-detail-header {
  padding: 30px 0 0 0 !important;
}
.section-news-detail-header .et_pb_row {
  padding: 0 !important;
}
.section-news-detail-header .et_pb_row .et_pb_de_mach_post_meta {
  margin-top: 100px;
  font-size: 24px !important;
  line-height: 1.33 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 576px) {
  .section-news-detail-header .et_pb_row .et_pb_de_mach_post_meta {
    font-size: calc(24px + 6 * (100vw - 576px) / 1184) !important;
  }
}
@media (min-width: 1760px) {
  .section-news-detail-header .et_pb_row .et_pb_de_mach_post_meta {
    font-size: 30px !important;
  }
}
.section-news-detail-header .et_pb_row a {
  text-decoration: none !important;
  color: #222221;
}

.section-news-detail-content {
  margin: 0 !important;
  padding: 0 !important;
}
.section-news-detail-content .section-news-detail-title,
.section-news-detail-content .section-news-detail-title .et_pb_column {
  margin: 0 !important;
  padding: 0 !important;
}
.section-news-detail-content .section-news-detail-title h1,
.section-news-detail-content .section-news-detail-title .et_pb_column h1 {
  font-size: 45px !important;
}
@media (min-width: 576px) {
  .section-news-detail-content .section-news-detail-title h1,
  .section-news-detail-content .section-news-detail-title .et_pb_column h1 {
    font-size: calc(45px + 45 * (100vw - 576px) / 1184) !important;
  }
}
@media (min-width: 1760px) {
  .section-news-detail-content .section-news-detail-title h1,
  .section-news-detail-content .section-news-detail-title .et_pb_column h1 {
    font-size: 90px !important;
    line-height: 1.33 !important;
  }
}

#joblistslick .slick-track {
  width: 100% !important;
  flex-direction: column !important;
}
@media (max-width: 980px) {
  #joblistslick .slick-track {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#joblistslick .slick-track .post_content_wrapper {
  float: none !important;
  width: 100% !important;
  padding: 0 0 30px 0 !important;
  margin: 0 0 30px 0 !important;
  border-bottom: 1px solid #efefef;
}
#joblistslick .slick-track .post_content_wrapper .et_pb_section {
  padding: 0;
  background-color: transparent;
}
#joblistslick .slick-track .post_content_wrapper .et_pb_section .et_pb_row {
  width: 100% !important;
  padding: 0 !important;
}
#joblistslick .slick-track .post_content_wrapper .et_pb_section .et_pb_row .et_pb_column .et_pb_de_mach_title {
  margin: 0 !important;
}
#joblistslick .slick-track .post_content_wrapper .et_pb_section .et_pb_row .et_pb_column .et_pb_de_mach_title * {
  color: #008DA9;
  text-decoration: none !important;
}
#joblistslick .slick-track .post_content_wrapper .et_pb_section .et_pb_row .et_pb_column .jobslistitemcontent {
  margin: 0 !important;
}
#joblistslick .slick-track .post_content_wrapper .et_pb_section .et_pb_row .et_pb_column .et_pb_de_mach_view_button {
  margin-top: 20px !important;
}
@media (min-width: 981px) {
  #joblistslick .slick-track .post_content_wrapper .et_pb_section .et_pb_row .et_pb_column .et_pb_de_mach_view_button {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0 !important;
  }
}
@media (max-width: 980px) {
  #joblistslick .slick-track .post_content_wrapper .et_pb_section .et_pb_row .et_pb_column .et_pb_de_mach_view_button .et_pb_module_inner {
    text-align: center;
  }
}
#joblistslick .slick-track .post_content_wrapper .et_pb_section .et_pb_row .et_pb_column .et_pb_de_mach_view_button a {
  color: white !important;
}

.single-job .section-hero {
  color: white;
  background-color: #006288;
}
@media (max-width: 980px) {
  .single-job .section-hero {
    padding: 60px 30px 30px 30px !important;
  }
  .single-job .section-hero .et_pb_row .et_pb_column {
    width: 100%;
  }
  .single-job .section-hero .dsm_lottie_wrapper {
    max-height: 100px;
    text-align: right;
  }
  .single-job .section-hero .dsm_lottie_wrapper svg:last-child {
    display: none !important;
  }
}
.single-job .job {
  margin-bottom: 0;
}
.single-job .section-job-content-outer .container {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px !important;
}
@media (min-width: 981px) {
  .single-job .section-job-content-outer .container {
    max-width: 1160px;
  }
}
.single-job .section-job-content-outer .container:before {
  display: none !important;
}
.single-job .section-job-content-outer .section-job-content-header {
  background-color: white;
}
.single-job .section-job-content-outer .section-job-content-header h2 {
  color: #006288;
}
.single-job .section-job-content-outer .section-job-content-header p {
  margin-top: 20px;
  font-size: 24px !important;
  line-height: 1.33 !important;
  padding-bottom: 0 !important;
  font-family: "Lato Regular 400", Helvetica, Arial, Lucida, sans-serif !important;
}
@media (min-width: 576px) {
  .single-job .section-job-content-outer .section-job-content-header p {
    font-size: calc(24px + 6 * (100vw - 576px) / 1184) !important;
  }
}
@media (min-width: 1760px) {
  .single-job .section-job-content-outer .section-job-content-header p {
    font-size: 30px !important;
  }
}
.single-job .section-job-content-outer .section-job-content-description-outer {
  background-color: white;
}
.single-job .section-job-content-outer .section-job-content-description-outer .job-content-description {
  margin-bottom: 40px;
}
@media (min-width: 981px) {
  .single-job .section-job-content-outer .section-job-content-description-outer .job-content-description:first-child {
    padding-left: 7%;
    max-width: 83%;
  }
}
@media (min-width: 981px) {
  .single-job .section-job-content-outer .section-job-content-description-outer .job-content-description:nth-child(2) {
    padding-left: 14%;
    max-width: 100%;
  }
}
@media (min-width: 981px) {
  .single-job .section-job-content-outer .section-job-content-description-outer .job-content-description:nth-child(3) {
    padding-left: 7%;
    max-width: 83%;
  }
}
.single-job .section-job-content-outer .section-job-content-description-outer .job-content-description h4 {
  color: #006288;
  margin-bottom: 15px;
}
.single-job .section-job-content-outer .section-job-content-description-outer .job-content-description ul {
  margin-top: 15px !important;
  margin-left: 15px;
  list-style-type: disc;
}
.single-job .section-job-content-outer .section-job-content-description-outer .job-content-description ul li {
  font-size: 20px !important;
  line-height: 1.4 !important;
}
.single-job .section-job-content-outer .section-job-form-button {
  padding-bottom: 50px !important;
  background-color: white;
}
.single-job .section-job-content-outer .section-job-form-button .button_big_wrapper {
  text-align: center;
}
.single-job .section-job-form {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 981px) {
  .single-job .section-job-form {
    max-width: 1160px;
  }
}
.single-job .section-job-form .h3 {
  margin-bottom: 30px;
}
.single-job .section-job-form .small {
  padding-left: 30px;
  font-size: 16px;
}
.single-job .section-job-form #ansprechpartner {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.single-job .section-job-form #ansprechpartner.open {
  max-height: 100%;
  margin-top: 120px;
  padding-bottom: 50px !important;
  transition: all 0.3s ease-in;
}
.single-job .section-job-form #ansprechpartner .form-group {
  margin-bottom: 30px !important;
}
.single-job .section-job-form #ansprechpartner .form-group.dsgvo {
  margin-top: 15px;
}
.single-job .section-job-form #ansprechpartner .file-upload-single {
  display: flex;
  width: 100%;
  padding: 0 0 10px 0;
  border-radius: 4px;
  border: 1px solid #d4d4d5;
  background-color: #ffffff;
}
@media (max-width: 980px) {
  .single-job .section-job-form #ansprechpartner .file-upload-single {
    justify-content: center;
    width: 100%;
    padding: 24px 0;
  }
}
.single-job .section-job-form #ansprechpartner .file-upload-single input[type=file]::file-selector-button {
  display: inline-block;
  width: 56px;
  min-width: 56px;
  height: 56px;
  margin-right: 24px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath fill='%2350504f' d='M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center center;
  border: none !important;
  content: "";
  text-indent: -9999px;
  cursor: pointer;
}
.single-job .section-job-form #ansprechpartner .file-upload-single-title {
  padding: 40px 0 !important;
}
.single-job .section-job-content-questions {
  background-color: #efefef;
}
.single-job .section-job-content-questions .et_pb_row {
  width: 80%;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (min-width: 981px) {
  .single-job .section-job-content-questions .et_pb_row {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media (min-width: 981px) and (min-width: 981px) {
  .single-job .section-job-content-questions .et_pb_row {
    max-width: 1160px;
  }
}
@media (max-width: 980px) {
  .single-job .section-job-content-questions .et_pb_row {
    margin: auto;
    padding: 110px 0;
  }
}
.single-job .section-job-content-questions .et_pb_row .et_pb_column {
  padding-bottom: 30px !important;
}
@media (min-width: 981px) {
  .single-job .section-job-content-questions .et_pb_row .et_pb_column:first-child {
    width: 29.6667%;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 981px) {
  .single-job .section-job-content-questions .et_pb_row .et_pb_column:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 64.833%;
  }
}
.single-job .section-job-content-questions .et_pb_row .et_pb_team_member {
  background-color: #004562;
  max-width: 320px;
  max-height: 320px;
}
.single-job .section-job-content-questions .et_pb_row h2 {
  color: #006288;
}
.single-job .section-job-content-teaser {
  background-color: #FFE41C;
}
@media (max-width: 980px) {
  .single-job .section-job-content-teaser {
    padding: 110px 0;
  }
}
.single-job .section-job-content-teaser .et_pb_row {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 80%;
}
@media (min-width: 981px) {
  .single-job .section-job-content-teaser .et_pb_row {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media (min-width: 981px) and (min-width: 981px) {
  .single-job .section-job-content-teaser .et_pb_row {
    max-width: 1160px;
  }
}
@media (max-width: 980px) {
  .single-job .section-job-content-teaser .et_pb_row {
    margin: auto;
  }
}
.single-job .section-job-content-teaser .et_pb_row:last-child {
  flex-direction: column;
}
@media (min-width: 981px) {
  .single-job .section-job-content-teaser .et_pb_row:last-child {
    flex-direction: row;
  }
}
@media (min-width: 981px) {
  .single-job .section-job-content-teaser .et_pb_row:last-child .et_pb_column {
    flex-direction: row;
    width: 50%;
  }
}
@media (max-width: 980px) {
  .single-job .section-job-content-teaser .et_pb_row:last-child .et_pb_column:first-child {
    padding: 60px 0 30px 0 !important;
  }
}
.single-job .section-job-content-teaser .et_pb_row ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
}
.single-job .section-job-content-cta {
  background-color: #efefef;
}
@media (max-width: 980px) {
  .single-job .section-job-content-cta {
    padding: 110px 0;
  }
}
.single-job .section-job-content-cta .et_pb_row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 80%;
  margin: auto;
}
@media (min-width: 981px) {
  .single-job .section-job-content-cta .et_pb_row {
    flex-direction: row;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media (min-width: 981px) and (min-width: 981px) {
  .single-job .section-job-content-cta .et_pb_row {
    max-width: 1160px;
  }
}
.single-job .section-job-content-cta .et_pb_row .et_pb_column {
  margin-bottom: 30px;
  padding: 30px;
  background-color: white;
  text-align: center;
}
@media (min-width: 981px) {
  .single-job .section-job-content-cta .et_pb_row .et_pb_column {
    width: 31.3333%;
    margin-bottom: 0;
  }
}

.sk-ww-linkedin-page-post {
  width: auto !important;
  margin: 0 -5px;
}
.sk-ww-linkedin-page-post .sk-link-article-container {
  display: none !important;
  background-color: transparent !important;
}

.IN-widget {
  float: right;
  margin: 10px 5px 0 0 !important;
}

.cookie-preference {
  font-family: "Lato", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #222221 !important;
}

.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator::after,
.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #222221;
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px;
  transition: 300ms;
  opacity: 0;
  transform: none !important;
  border: none !important;
}

.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after {
  transition: 300ms;
  opacity: 1;
}

.BorlabsCookie .no-gutters > .col,
.BorlabsCookie .no-gutters > [class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}

#BorlabsCookieBox .cookie-preference ._brlbs-refuse {
  margin: 10px 0 15px 0;
  text-align: left;
}

@media (max-width: 980px) {
  ._brlbs-accept > a {
    width: 100% !important;
  }
}

#BorlabsCookieBox ._brlbs-branding {
  display: none !important;
}

#BorlabsCookieBox .cookie-preference ._brlbs-legal {
  text-align: left;
}

#BorlabsCookieBox a:not(._brlbs-btn) {
  color: #222221 !important;
}

#BorlabsCookieBox ._brlbs-box ._brlbs-separator::before {
  margin: 0 10px;
}

#BorlabsCookieBox ._brlbs-flex-center {
  justify-content: flex-start;
}

#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal {
  padding: 9px 20px 0 20px;
  font-size: 14px;
}
#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal.flex-fill {
  padding: 10px 0 0 0;
}

.BorlabsCookie .col-md-6:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.BorlabsCookie .col-md-6:last-child {
  display: none !important;
}

#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area > div {
  flex: 0 0 33%;
  max-width: 33%;
}
@media (max-width: 980px) {
  #BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area > div:nth-child(2) {
  display: none !important;
}
#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area > div:last-child {
  text-align: center;
}

#BorlabsCookieBox ._brlbs-bar,
#BorlabsCookieBox ._brlbs-box {
  padding: 24px;
  border-radius: 0;
}
@media (max-width: 980px) {
  #BorlabsCookieBox ._brlbs-bar,
  #BorlabsCookieBox ._brlbs-box {
    padding: 20px 5px;
  }
}

#BorlabsCookieBox ._brlbs-h3 {
  margin: 0 0 10px 0;
  color: #222221 !important;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.26;
  word-break: break-word;
}
@media (min-width: 576px) {
  #BorlabsCookieBox ._brlbs-h3 {
    font-size: calc(21px + 13 * (100vw - 576px) / 1184);
  }
}
@media (min-width: 1760px) {
  #BorlabsCookieBox ._brlbs-h3 {
    font-size: 34px;
  }
}

.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider {
  background-color: #8B0049 !important;
}

._brlbs-btn,
#CookieBoxSaveButton,
#BorlabsCookieBox .cookie-preference ._brlbs-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 0.4em 1em 0.2em 1em !important;
  line-height: 1.4em !important;
  border-width: 0;
  border: none !important;
  border-radius: 4px !important;
  color: white !important;
  background-color: #8B0049 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
._brlbs-btn span,
#CookieBoxSaveButton span,
#BorlabsCookieBox .cookie-preference ._brlbs-btn span {
  display: inline-block;
  position: relative;
  margin-bottom: 0.3em;
  transition: all 0.15s ease-in-out;
}
._brlbs-btn span:after,
#CookieBoxSaveButton span:after,
#BorlabsCookieBox .cookie-preference ._brlbs-btn span:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: white;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
._brlbs-btn:hover span,
#CookieBoxSaveButton:hover span,
#BorlabsCookieBox .cookie-preference ._brlbs-btn:hover span {
  transform: translate(0, -3px);
}
._brlbs-btn:hover span:after,
#CookieBoxSaveButton:hover span:after,
#BorlabsCookieBox .cookie-preference ._brlbs-btn:hover span:after {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=styles-hcs-global.css.map */