@charset "UTF-8";
/*!

Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
:root {
  --section-spacing-top: 20px;
  --section-spacing-bottom: 20px;
}

.no-margin,
.no-margin p {
  margin: 0;
}

.hyphen-heading {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

.big-text {
  font-size: 30px;
  line-height: 115%;
}
@media (min-width: 768px) {
  .big-text {
    font-size: 40px;
  }
}

.hashtag-text {
  font-size: 30px;
  line-height: 115%;
  color: #6b737c;
}
@media (min-width: 768px) {
  .hashtag-text {
    font-size: 40px;
  }
}

.custom-list {
  padding-left: 25px;
}

@media (min-width: 1440px) {
  .elementor-section.stick-to-right,
  .e-con-full.stick-to-right {
    padding-left: calc(50% - 700px);
  }
  .elementor-section.stick-to-left,
  .e-con-full.stick-to-left {
    padding-right: calc(50% - 700px);
  }
}
.video-bgr {
  position: relative;
}
.video-bgr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  height: 180px;
  z-index: 90;
}

.bgr-video-container {
  height: 300px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bgr-video-container {
    height: 600px;
  }
}

@media (min-width: 768px) {
  .video-bgr:before {
    height: 300px;
  }
}
span.elementor-button-icon {
  height: 1em;
}

.custom-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
.custom-button-icon .elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.custom-button-icon span.elementor-button-icon {
  height: auto;
}
.custom-button-icon .elementor-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
  /* Hover-Effekt */
}
.custom-button-icon .elementor-button svg {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
  position: relative;
}
.custom-button-icon .elementor-button svg path {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.custom-button-icon .elementor-button:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(160.71%, rgba(0, 0, 0, 0.2))), #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 160.71%), #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}
.custom-button-icon .elementor-button:hover span.elementor-button-icon {
  position: relative;
}
.custom-button-icon .elementor-button:hover span.elementor-button-icon:after {
  content: "";
  width: 49px;
  height: 49px;
  position: absolute;
  left: 0;
  background: white;
  border-radius: 100%;
  -webkit-box-shadow: inset 5px 5px 15px -5px #f6f6f6;
          box-shadow: inset 5px 5px 15px -5px #f6f6f6;
}
.custom-button-icon .elementor-button:hover svg circle {
  fill: transparent;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.custom-button-icon .elementor-button:hover svg path {
  fill: #009ba4;
  d: path("M33.675 25.5H10.5V23.5H33.675L26.575 18.4L28 16.5L36 24.5L28 32.5L26.575 30.6L33.675 25.5Z") !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .custom-button-icon .elementor-button-content-wrapper .elementor-button-icon .elementor-button-text {
    font-size: 12px;
  }
  .custom-button-icon .elementor-button svg {
    width: 30px;
    height: 30px;
  }
  .custom-button-icon .elementor-button:hover span.elementor-button-icon:after {
    width: 30px;
    height: 30px;
  }
}
.sticky-element.elementor-sticky--active {
  z-index: -1 !important;
}

.custom-contact-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Hover-Effekt */
}
.custom-contact-button-icon .elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transition: padding-right 0.3s ease;
  transition: padding-right 0.3s ease;
}
.custom-contact-button-icon span.elementor-button-icon {
  height: auto;
}
.custom-contact-button-icon .elementor-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-contact-button-icon .elementor-button svg {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-contact-button-icon:hover .elementor-button-content-wrapper svg circle {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.custom-contact-button-icon:hover .elementor-button-content-wrapper svg path {
  fill: #009ba4;
  d: path("M33.675 25.5H10.5V23.5H33.675L26.575 18.4L28 16.5L36 24.5L28 32.5L26.575 30.6L33.675 25.5Z") !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll-up-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: white;
  white-space: nowrap;
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
}
.scroll-up-button:hover {
  color: white;
}
.scroll-up-button .icon-container {
  position: relative;
  margin-left: 10px;
}
.scroll-up-button .icon-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.scroll-up-button .icon-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.scroll-up-button .icon-container svg.arrow-up {
  z-index: 2;
  opacity: 1;
  top: 50%;
}
.scroll-up-button .icon-container svg.arrow-down {
  z-index: 1;
  opacity: 0;
  top: 60px;
}

.scroll-down-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: white;
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -85%);
          transform: translate(-50%, -85%);
  white-space: nowrap;
  gap: 20px;
  font-size: 14px;
  cursor: pointer;
}
.scroll-down-button:hover {
  color: white;
}
.scroll-down-button .icon-container {
  position: relative;
  margin-left: 10px;
}
.scroll-down-button .icon-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.scroll-down-button .icon-container svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-down-button .icon-container svg.arrow-up {
  z-index: 2;
  opacity: 0;
  top: -30px;
}
.scroll-down-button .icon-container svg.arrow-down {
  z-index: 1;
  opacity: 1;
  top: 50%;
}

.leistungen-hover:hover .hover-icon {
  opacity: 1;
  -webkit-transition: all 0.03s ease;
  transition: all 0.03s ease;
}
.leistungen-hover .hover-icon {
  opacity: 0;
  -webkit-transition: all 0.03s ease;
  transition: all 0.03s ease;
}

@-webkit-keyframes moveIn {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes moveIn {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes moveOut {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 10px;
  }
}
@keyframes moveOut {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 10px;
  }
}
@-webkit-keyframes moveInTop {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes moveInTop {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes moveOutTop {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: -30px;
  }
}
@keyframes moveOutTop {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: -30px;
  }
}
.scroll-down-button:hover .arrow-up {
  -webkit-animation: moveIn 0.3s forwards;
          animation: moveIn 0.3s forwards;
}

.scroll-down-button:hover .arrow-down {
  -webkit-animation: moveOut 0.3s forwards;
          animation: moveOut 0.3s forwards;
}

.scroll-up-button:hover .arrow-up {
  -webkit-animation: moveOutTop 0.3s forwards;
          animation: moveOutTop 0.3s forwards;
}

.scroll-up-button:hover .arrow-down {
  -webkit-animation: moveInTop 0.3s forwards;
          animation: moveInTop 0.3s forwards;
}

@media (min-width: 768px) {
  :root {
    --section-spacing-top: 40px;
    --section-spacing-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  :root {
    --section-spacing-top: 100px;
    --section-spacing-bottom: 100px;
  }
}
.elementor-element .elementor-widget-container .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
.elementor-element .elementor-widget-container .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title:hover {
  border-color: #009ba4 !important;
}
.elementor-element .elementor-widget-container .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
  -webkit-transition: padding-bottom 0.6s ease-in-out;
  transition: padding-bottom 0.6s ease-in-out;
}
.elementor-element .elementor-widget-container .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text:hover {
  padding-bottom: 20px !important;
}

.underline-link a {
  color: white;
  text-decoration: underline;
}
.underline-link a:hover {
  color: white;
}

.underline-link-black a {
  color: #242a30;
  text-decoration: underline;
}
.underline-link-black a:hover {
  color: #242a30;
}

.category-container .elementor-post-info__terms-list-item {
  border: solid 1px white;
  opacity: 0.6;
  background: rgba(227, 227, 227, 0.6);
  padding: 6px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 18px;
  margin-right: 3px;
  color: #242a30;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-container .elementor-post-info__terms-list-item:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-widget-section-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.elementor-widget-section-background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

#special-breadcrumbs span {
  color: #242a30;
}
#special-breadcrumbs a {
  color: #242a30;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  word-spacing: 0.16px;
}

.bright-bgr {
  background-color: white;
}
.bright-bgr #site-footer ul#menu-footermenue-de .sub-menu li a {
  color: #242a30;
}
.bright-bgr #site-footer .contact .address p {
  color: #242a30; /* Anpassung für helle Hintergründe */
}
.bright-bgr #site-footer .footer-outer a,
.bright-bgr #site-footer .footer-outer .site-navigation-bottom li a {
  color: #242a30;
}
.bright-bgr #site-footer .footer-outer .icon-container:before {
  background-color: #242a30;
  border: 2px solid #242a30;
}
.bright-bgr #site-footer .footer-outer .icon-container svg path {
  fill: white;
}
.bright-bgr #site-footer .contact .social-media svg path {
  fill: #242a30;
}

.bright-bgr:not(.has-header-video) #site-header .site-logo svg path#Vector {
  fill: #242a30;
}
.bright-bgr:not(.has-header-video) #site-header .site-logo svg #Vector {
  fill: #242a30;
}
.bright-bgr:not(.has-header-video) #site-header .menu-link {
  color: #242a30;
}
.bright-bgr:not(.has-header-video) #site-header .right-container .contact-link {
  color: #242a30;
}
.bright-bgr:not(.has-header-video) #site-header .menu-lang svg path,
.bright-bgr:not(.has-header-video) #site-header .right-container .menu-search a svg path {
  fill: #242a30;
}
.bright-bgr:not(.has-header-video) #site-header .right-container .contact-link {
  color: #242a30;
  border: solid 1px #009ba4;
}
.bright-bgr:not(.has-header-video) #site-header .right-container .contact-link svg path {
  fill: #009ba4;
}
.bright-bgr:not(.has-header-video) #site-header .right-container .contact-link:hover {
  background-color: #009ba4;
  color: white;
}
.bright-bgr:not(.has-header-video) #site-header .right-container .contact-link:hover svg path {
  fill: white;
}
.bright-bgr:not(.has-header-video) #site-header:before {
  background: none;
}
.bright-bgr:not(.has-header-video) .right-container .contact-link {
  color: white;
  border: solid 1px #009ba4;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.bright-bgr:not(.has-header-video) .right-container .contact-link svg path {
  fill: #009ba4;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.bright-bgr:not(.has-header-video) .right-container .contact-link:hover {
  background-color: #009ba4;
  color: white;
}
.bright-bgr:not(.has-header-video) .right-container .contact-link:hover svg path {
  fill: white;
}

.bright-bgr #site-header.scrolled {
  background-color: white;
}
.bright-bgr #site-header.scrolled .site-logo svg #Vector {
  fill: #242a30;
}
.bright-bgr #site-header.scrolled .menu-link {
  color: #242a30;
}
.bright-bgr #site-header.scrolled .right-container .contact-link {
  color: #242a30;
}
.bright-bgr #site-header.scrolled .menu-lang svg path,
.bright-bgr #site-header.scrolled .right-container .menu-search a svg path {
  fill: #242a30;
}
.bright-bgr #site-header.scrolled .right-container .contact-link {
  color: #242a30;
  border: solid 1px #009ba4;
}
.bright-bgr #site-header.scrolled .right-container .contact-link svg path {
  fill: #009ba4;
}
.bright-bgr #site-header.scrolled .right-container .contact-link:hover {
  background-color: #009ba4;
  color: white;
}
.bright-bgr #site-header.scrolled .right-container .contact-link:hover svg path {
  fill: white;
}
.bright-bgr #site-header:before {
  background: none;
}

.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #009ba4;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.menu-open #hamburger-1 .line:nth-child(2) {
  opacity: 0;
}

.menu-open #hamburger-1 .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.menu-open #hamburger-1 .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.blank-button {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  padding: 8px 8px 8px 16px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* .arrow-icon {
      margin-left: 9px;
      vertical-align: middle;
  } */
}
.blank-button .arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blank-button:hover {
  color: white;
  background: #181A1C;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.opacity-button-sm {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.opacity-button-sm:hover {
  opacity: 1;
}

.swiper-education .elementor-widget-container .elementor-image-carousel-wrapper .swiper-slide-inner figcaption {
  width: 60%;
  margin: 30px auto;
}
.swiper-education .elementor-swiper-button {
  position: absolute;
  top: auto;
  bottom: 30px;
  display: inline-block;
}
.swiper-education .elementor-swiper-button-prev,
.swiper-education .elementor-swiper-button-next {
  margin-left: 120px !important;
}
.swiper-education .elementor-swiper-button-next {
  margin-left: 30px !important;
}

#site-footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
#site-footer ul#menu-footermenue-de {
  border-top: 1px solid rgba(107, 115, 124, 0.4);
  padding: 30px 0 0;
  margin: 0;
  list-style-type: none;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
#site-footer ul#menu-footermenue-de a {
  color: #009ba4;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
#site-footer ul#menu-footermenue-de .sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#site-footer ul#menu-footermenue-de .sub-menu li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
#site-footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}
#site-footer .contact .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1vh;
}
#site-footer .contact .address p {
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
}
#site-footer .contact .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
#site-footer .contact .social-media svg {
  width: 24px;
  height: 24px;
}
#site-footer .contact .social-media svg path {
  fill: white;
}
#site-footer hr {
  border: none;
  border-top: 1px solid rgba(107, 115, 124, 0.4);
  margin: 30px auto;
  max-width: 1400px;
}
#site-footer .footer-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 20px;
  gap: 20px;
}
#site-footer .footer-outer .icon-container svg path {
  fill: #242a30;
}
#site-footer .footer-outer .site-navigation-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
#site-footer .footer-outer .site-navigation-bottom #menu-footermenue-2-de {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding: 0;
}
#site-footer .footer-outer .site-navigation-bottom li a {
  color: white;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #site-footer {
    padding: 0 40px;
  }
}
@media (min-width: 890px) {
  #site-footer ul#menu-footermenue-de {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #site-footer ul#menu-footermenue-de .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #site-footer .contact {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #site-footer .contact .address {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  #site-footer .contact .address p:nth-of-type(1)::after,
  #site-footer .contact .address p:nth-of-type(2)::after {
    content: " ·";
    margin: 0 5px;
  }
  #site-footer .footer-outer {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #site-footer .footer-outer .site-navigation-bottom #menu-footermenue-2-de {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 28px;
  }
}
@media (min-width: 1440px) {
  #site-footer {
    padding: 0;
  }
}
#Initiativbewerbung .elementor-field-type-submit {
  margin-top: 20px;
}

#site-header {
  background-color: transparent;
  padding: 30px 0;
  position: fixed;
  z-index: 200;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#site-header.scrolled {
  background-color: #242a30;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
}
#site-header.scrolled .site-navigation .main-menu .submenu-container {
  margin-top: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#site-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
#site-header .site-branding {
  margin-right: 20px;
  position: relative;
  z-index: 50;
}
#site-header .site-branding .site-logo {
  width: 150px;
}
#site-header .site-branding .site-logo svg,
#site-header .site-branding .site-logo img {
  display: block;
}
#site-header .site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}
#site-header .site-navigation .main-menu {
  display: none;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}
#site-header .site-navigation .main-menu .menu-link {
  font-weight: 500;
}
#site-header .site-navigation .main-menu .submenu-container {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  min-height: 35vh;
  padding: 35px 0 10px 0;
  margin-top: 35px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site-header .site-navigation .main-menu .submenu-container.active {
  display: block;
}
#site-header .site-navigation .main-menu .submenu-container .submenu-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#site-header .site-navigation .main-menu .submenu-container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 12.5em;
  gap: 16px 10vw;
  padding: 0;
}
#site-header .site-navigation .main-menu .submenu-container ul:before, #site-header .site-navigation .main-menu .submenu-container ul:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  background: #f7f7f7;
  top: 0;
}
#site-header .site-navigation .main-menu .submenu-container ul:after {
  left: 100%;
  right: unset;
}
#site-header .site-navigation .main-menu .submenu-container li a {
  color: #196675;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 5px;
  width: 25vw;
  max-width: 30vw;
}
#site-header .site-navigation .main-menu .submenu-container li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #196675;
  opacity: 0.1;
  -webkit-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#site-header .site-navigation .main-menu .submenu-container li a:hover::before {
  width: 100%;
  opacity: 1;
}
#site-header .site-navigation .main-menu .submenu-container li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #196675;
  opacity: 0;
  -webkit-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#site-header .site-navigation .main-menu .submenu-container li a:hover::after {
  opacity: 0;
}
#site-header .site-navigation .main-menu .submenu-container li a:not(:hover)::after {
  width: 100%;
  opacity: 0.1;
  left: 0;
}
#site-header .site-navigation li a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  position: relative;
}
#site-header .site-navigation li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
#site-header .site-navigation li a:hover::before {
  width: 100%;
  left: 0;
}
#site-header .site-navigation li a:not(:hover)::before {
  width: 0;
  left: auto;
  right: 0;
}
#site-header .site-navigation .right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-left: auto;
}
#site-header .site-navigation .right-container .menu-search a {
  color: white;
  font-size: 1.2rem;
  position: relative;
  cursor: pointer;
}
#site-header .site-navigation .right-container .contact-link {
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  gap: 16px;
  border: solid 1px #009ba4;
  padding: 14px;
  border-radius: 32px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#site-header .site-navigation .right-container .contact-link svg {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#site-header .site-navigation .right-container .contact-link svg path {
  fill: #009ba4;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
#site-header .site-navigation .right-container .contact-link:hover {
  background-color: #242a30;
  color: white;
}
#site-header .site-navigation .right-container .contact-link:hover svg {
  -webkit-transform: translate(1px, -1px);
          transform: translate(1px, -1px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#site-header .site-navigation .right-container .contact-link:hover svg path {
  fill: white;
}
#site-header .menu-lang a,
#site-header .menu-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#site-header .menu-lang a svg,
#site-header .menu-search a svg {
  width: 1.2rem;
  height: 1.2rem;
}
#site-header .menu-lang a svg path,
#site-header .menu-search a svg path {
  fill: white;
}

.bright-nav {
  background-color: white !important;
}
.bright-nav .site-logo svg #Vector {
  fill: #242a30 !important;
}
.bright-nav .menu-link {
  color: #242a30 !important;
}
.bright-nav .menu-link::before {
  content: "";
  background-color: black !important;
}
.bright-nav .right-container .menu-search a svg path {
  fill: #242a30 !important;
}
.bright-nav .right-container .contact-link {
  color: #242a30 !important;
  border: solid 1px #009ba4 !important;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.bright-nav .right-container .contact-link svg path {
  fill: #009ba4 !important;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.bright-nav .right-container .contact-link:hover {
  background-color: #009ba4 !important;
  color: white !important;
}
.bright-nav .right-container .contact-link:hover svg path {
  fill: white !important;
}
.bright-nav .menu-lang svg path {
  fill: #242a30 !important;
}
.bright-nav:before {
  background: none;
}
.bright-nav .site-logo svg #Vector {
  fill: #242a30 !important;
}

@media (min-width: 890px) {
  #site-header .site-branding,
  .bright-bgr #site-header .site-branding {
    margin-right: 40px;
  }
  #site-header .site-branding .site-logo,
  .bright-bgr #site-header .site-branding .site-logo {
    width: 200px;
  }
  #site-header .site-navigation .main-menu,
  .bright-bgr #site-header .site-navigation .main-menu {
    gap: 40px;
  }
  #site-header .site-navigation .right-container,
  .bright-bgr #site-header .site-navigation .right-container {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #site-header .header-inner,
  .bright-bgr #site-header .header-inner {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  #site-header .site-branding,
  .bright-bgr #site-header .site-branding {
    margin-right: 64px;
  }
  #site-header .site-navigation .main-menu,
  .bright-bgr #site-header .site-navigation .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #site-header .site-navigation .mobile-menu,
  .bright-bgr #site-header .site-navigation .mobile-menu {
    display: none;
  }
  #site-header .site-navigation .right-container,
  .bright-bgr #site-header .site-navigation .right-container {
    margin-left: 40px;
  }
  #site-header .site-navigation .right-container .contact-link,
  .bright-bgr #site-header .site-navigation .right-container .contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1460px) {
  #site-header .header-inner,
  .bright-bgr #site-header .header-inner {
    padding: 0;
  }
  #site-header .site-navigation .main-menu,
  .bright-bgr #site-header .site-navigation .main-menu {
    gap: 64px;
  }
  #site-header .site-navigation .right-container,
  .bright-bgr #site-header .site-navigation .right-container {
    gap: 64px;
  }
}
.job-wrapper .job-item {
  padding: 15px 15px 15px 15px;
  background-color: #F7F7F7;
  margin-bottom: 20px;
}
.job-wrapper .job-item a {
  color: #196675;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.job-wrapper .job-item a:hover {
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.job-wrapper .job-item a:hover svg rect:first-child {
  fill: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.job-wrapper .job-item a svg rect:first-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.job-wrapper .job-item a p {
  margin: 0;
  font-weight: 700;
}

#site-header .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#site-header .mobile-menu .menu {
  padding: 0 20px;
}
#site-header .mobile-menu .site-navigation-toggle-holder {
  position: relative;
  z-index: 50;
}
#site-header .mobile-menu .site-navigation-dropdown {
  display: none;
  position: fixed;
  width: 100%;
  top: 104px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  padding-top: 10px;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site-header .mobile-menu .site-navigation-dropdown .menu-item-122 {
  display: none;
}
#site-header .mobile-menu .site-navigation-dropdown .menu-item-has-children {
  list-style: none;
}
#site-header .mobile-menu .site-navigation-dropdown .menu-item-has-children a {
  color: #242a30;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}
#site-header .mobile-menu .site-navigation-dropdown .menu-item-has-children .sub-menu {
  display: none;
  padding: 0;
  margin: 0;
}
#site-header .mobile-menu .site-navigation-dropdown .menu-item-has-children .sub-menu a {
  color: #196675;
  font-size: 14px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 90%;
}
#site-header .mobile-menu .site-navigation-dropdown .menu-item-has-children .sub-menu.show {
  display: block;
}
#site-header .mobile-menu .site-navigation-dropdown .menu-item-has-children li {
  list-style: none;
  padding: 0;
}
#site-header.scrolled .mobile-menu .site-navigation-dropdown {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 68px;
}

#site-header.menu-open {
  background-color: #242a30;
}
#site-header.menu-open .site-logo svg #Vector {
  fill: white;
}
#site-header.menu-open .right-container .menu-search i {
  color: white !important;
}
#site-header.menu-open .menu-lang svg path {
  fill: white;
}
#site-header.menu-open .site-navigation-dropdown {
  display: block;
}

@media (max-width: 890px) {
  #site-header .mobile-menu .site-navigation-dropdown {
    top: 96px;
  }
  #site-header.scrolled .mobile-menu .site-navigation-dropdown {
    top: 56px;
  }
}
.elementor-element .elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element .elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-element .elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-element .elementor-lightbox.elementor-arrows-position-outside .swiper-container {
  width: 100%;
}

.list-before {
  list-style: none;
  padding-left: 20px;
  list-style-type: disc;
  color: white;
}
.list-before li {
  position: relative;
  font-size: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .list-before li {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.list-before li::marker {
  color: #009ba4;
}
@media (min-width: 768px) {
  .list-before {
    list-style-type: none;
  }
  .list-before li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -80px;
    width: 60px;
    height: 4px;
    background: #009ba4;
  }
}

.list-before-white {
  list-style: none;
  padding-left: 20px;
  list-style-type: disc;
  color: #242a30;
}
.list-before-white li {
  position: relative;
  font-size: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .list-before-white li {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.list-before-white li::marker {
  color: #009ba4;
}
@media (min-width: 768px) {
  .list-before-white {
    list-style-type: none;
  }
  .list-before-white li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -80px;
    width: 60px;
    height: 4px;
    background: #009ba4;
  }
}

.phone-mail {
  color: #242a30;
}

.contact-form .select-caret-down-wrapper {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjUgOUM3LjIxODc1IDkgNi45Njg3NSA4LjkwNjI1IDYuNzgxMjUgOC43MTg3NUwwLjc4MTI1IDIuNzE4NzVDMC4zNzUgMi4zNDM3NSAwLjM3NSAxLjY4NzUgMC43ODEyNSAxLjMxMjVDMS4xNTYyNSAwLjkwNjI1IDEuODEyNSAwLjkwNjI1IDIuMTg3NSAxLjMxMjVMNy41IDYuNTkzNzVMMTIuNzgxMiAxLjMxMjVDMTMuMTU2MiAwLjkwNjI1IDEzLjgxMjUgMC45MDYyNSAxNC4xODc1IDEuMzEyNUMxNC41OTM4IDEuNjg3NSAxNC41OTM4IDIuMzQzNzUgMTQuMTg3NSAyLjcxODc1TDguMTg3NSA4LjcxODc1QzggOC45MDYyNSA3Ljc1IDkgNy41IDlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K) no-repeat right 10px center;
  width: 20px;
  height: 20px;
  background-position: center;
}
.contact-form .select-caret-down-wrapper svg {
  display: none !important;
}

.elementor-element-b3d8442 input,
.elementor-element-b3d8442 textarea,
.elementor-element-b3d8442 select {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.elementor-element-b3d8442 input:focus,
.elementor-element-b3d8442 textarea:focus,
.elementor-element-b3d8442 select:focus {
  border-color: #196675 !important;
  outline: none !important;
}

.elementor-element-b3d8442 input::-webkit-input-placeholder, .elementor-element-b3d8442 textarea::-webkit-input-placeholder {
  color: #c3cad9 !important;
}

.elementor-element-b3d8442 input::-moz-placeholder, .elementor-element-b3d8442 textarea::-moz-placeholder {
  color: #c3cad9 !important;
}

.elementor-element-b3d8442 input:-ms-input-placeholder, .elementor-element-b3d8442 textarea:-ms-input-placeholder {
  color: #c3cad9 !important;
}

.elementor-element-b3d8442 input::-ms-input-placeholder, .elementor-element-b3d8442 textarea::-ms-input-placeholder {
  color: #c3cad9 !important;
}

.elementor-element-b3d8442 input::placeholder,
.elementor-element-b3d8442 textarea::placeholder {
  color: #c3cad9 !important;
}

.elementor-field-type-html hr {
  height: 1px;
  background-color: #e3e3e3;
  border: none;
}

.elementor-62 .elementor-element.elementor-element-b3d8442 .elementor-button[type=submit] {
  margin-top: 10px;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

label[for=form-field-name],
label[for=form-field-email] {
  font-weight: 700;
}

.career-form input,
.career-form select {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.career-form input::-webkit-input-placeholder {
  color: #c3cad9 !important;
}

.career-form input::-moz-placeholder {
  color: #c3cad9 !important;
}

.career-form input:-ms-input-placeholder {
  color: #c3cad9 !important;
}

.career-form input::-ms-input-placeholder {
  color: #c3cad9 !important;
}

.career-form input::placeholder {
  color: #c3cad9 !important;
}

.career-form label[for=form-field-education],
.career-form label[for=form-field-telefon],
.career-form label[for=form-field-field_5bb8cbb] {
  font-weight: 700;
}

.career-form input:focus,
.career-form select:focus {
  border-color: #196675 !important;
  outline: none !important;
}

.elementor-field-group-salutation {
  margin-right: 0.1%;
}

.career-form .elementor-field-subgroup {
  gap: 30px;
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.elementor-530 .elementor-element.elementor-element-037c038 .elementor-field-group {
  margin-top: 10px;
}

.contact-form input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #009ba4;
  border-radius: 2px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
}

.contact-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #009ba4;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.jobs-radio-buttons label {
  color: #6b737c;
  margin-right: 16px;
}

.jobs-radio-buttons input[type=radio]:checked {
  accent-color: #242a30;
}

.scrolling-link {
  height: 0;
  padding: 0;
  margin: 0;
}
.scrolling-link .e-con-inner {
  padding: 0;
}

.tickets2awork--material-icons {
  position: relative;
  left: -5px;
}

.news-radio-buttons label {
  color: #6b737c;
  margin-right: 16px;
}

.news-radio-buttons input[type=radio]:checked {
  accent-color: #242a30;
}

.news-info ul li {
  background-color: #e3e3e3;
  opacity: 0.6;
  padding: 6px 18px !important;
  border-radius: 18px;
}
.news-info ul li span {
  padding-left: 0 !important;
}

.swiper-production {
  padding: 20px;
}
.swiper-production .elementor-image-carousel-caption {
  padding: 20px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.swiper-production.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
  left: 20px;
  top: 100%;
}
.swiper-production.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
  right: unset;
  left: 70px;
  top: 100%;
}

@media (min-width: 768px) {
  .swiper-production {
    padding: 0;
  }
  .swiper-production .elementor-image-carousel-caption {
    padding: 20px 40px 40px;
    margin-left: 100px;
  }
  .swiper-production.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: 40px;
    top: unset;
    bottom: 50px;
  }
  .swiper-production.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
    left: 90px;
    top: unset;
    bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .swiper-production {
    padding: 0;
  }
  .swiper-production .elementor-image-carousel-caption {
    padding: 20px 20px 40px;
  }
  .swiper-production.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: 20px;
    bottom: 40px;
  }
  .swiper-production.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
    left: 70px;
    bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .swiper-production .elementor-image-carousel-caption {
    margin-left: auto;
  }
  .swiper-production.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(50% - 700px);
  }
  .swiper-production.elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
    left: calc(50% - 650px);
  }
}
.right-container .submenu-container {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  padding: 35px 0 35px 0;
  margin-top: 44px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-container .submenu-container.active {
  display: block;
}
.right-container .submenu-container .submenu-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  row-gap: 10px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-43%);
          transform: translateX(-43%);
  padding: 0 20px;
}
.right-container .submenu-container .submenu-inner > span {
  color: #242a30;
  position: relative;
  z-index: 10;
}
.right-container .submenu-container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 12.5em;
  gap: 16px 10vw;
  padding: 0;
  width: calc(100% - 120px);
}
.right-container .submenu-container ul:before, .right-container .submenu-container ul:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  background: #f7f7f7;
  top: 0;
}
.right-container .submenu-container ul:after {
  left: 100%;
  right: unset;
}
.right-container .submenu-container li a {
  color: #196675;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 5px;
  width: 25vw;
  max-width: 30vw;
}
.right-container .submenu-container li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #196675;
  opacity: 0.1;
  -webkit-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.right-container .submenu-container li a:hover::before {
  width: 100%;
  opacity: 1;
}
.right-container .submenu-container li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #196675;
  opacity: 0;
  -webkit-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.right-container .submenu-container li a:hover::after {
  opacity: 0;
}
.right-container .submenu-container li a:not(:hover)::after {
  width: 100%;
  opacity: 0.1;
  left: 0;
}
.right-container .submenu-container input.search-submit {
  border: none;
  background: grey;
  border-radius: 0;
  padding: 8px 16px !important;
  color: white;
}
.right-container .submenu-container input.search-field {
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid rgba(25, 102, 117, 0.1019607843);
  outline: none;
}
.right-container .submenu-container input.search-field:focus {
  border-bottom: 1px solid #196675;
}

form#searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
form#searchform input.search-field {
  font-size: 1.2rem;
  color: #196675;
}
form#searchform input.search-submit {
  background-color: #242a30;
}
form#searchform label {
  width: calc(100% - 200px);
}

#site-header .menu-search a.search-open svg path {
  fill: #196675 !important;
}

#site-header.scrolled .right-container .submenu-container {
  margin-top: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 890px) {
  .right-container .submenu-container {
    margin-top: 38px;
  }
  .right-container .submenu-container .submenu-inner {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .right-container .submenu-container .submenu-inner ul {
    width: 100%;
  }
  #site-header.scrolled .right-container .submenu-container {
    margin-top: 19px;
  }
  form#searchform label {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .right-container .submenu-container .submenu-inner {
    left: 110px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.section-3d-model .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-3d-model .model-wrapper {
  width: 60%;
  height: 450px;
  position: relative;
}
.section-3d-model .model-wrapper model-viewer {
  width: 100%;
  height: 100%;
  --progress-bar-color: white;
}
.section-3d-model .model-wrapper .lazy-load-poster {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-3d-model .model-text-container {
  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;
  width: 40%;
  padding: 20px;
  color: white;
}
.section-3d-model .model-text-container .model-title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
}
.section-3d-model .model-text-container .model-wrapper-categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.section-3d-model .model-text-container .model-wrapper-categorys .model-single-category {
  opacity: 0.6;
  background: rgba(107, 115, 124, 0.4);
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 18px;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.section-3d-model .model-text-container .model-wrapper-categorys .model-single-category:hover {
  opacity: 1;
}
.section-3d-model .model-text-container .model-wrapper-categorys .model-single-category a {
  color: white;
}
.section-3d-model .model-text-container .model-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.section-3d-model .model-text-container .model-text .first-sub-headline {
  text-decoration: underline;
  text-underline-offset: 8px;
  -webkit-text-decoration-color: #009ba4;
          text-decoration-color: #009ba4;
}
.section-3d-model .button-load {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.section-3d-model .button-load svg {
  pointer-events: none;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 4s ease;
  transition: -webkit-transform 4s ease;
  transition: transform 4s ease;
  transition: transform 4s ease, -webkit-transform 4s ease;
  fill: white;
  margin-right: 5px;
}
.section-3d-model .button-load:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: -webkit-transform 10s linear;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
}
.section-3d-model .swiper-controls {
  width: 100%;
  display: block;
}
.section-3d-model .swiper-controls .swiper-button-next {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: -15px;
}
.section-3d-model .swiper-controls .swiper-button-next:after {
  display: none;
}
.section-3d-model .swiper-pagination {
  position: absolute;
  left: 0;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  row-gap: 20px;
  width: auto !important;
  height: auto;
}
.section-3d-model .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  width: 5px;
  height: 5px;
  position: relative;
}
.section-3d-model .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.section-3d-model .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}
.section-3d-model .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #009ba4;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.section-3d-model .swiper-pagination .swiper-pagination-bullet:after {
  background: white;
  width: 5px;
  height: 5px;
  position: absolute;
  content: "";
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-3d-model .swiper-slide {
  z-index: -1;
}
.section-3d-model .swiper-slide-active {
  z-index: 1;
}

.hotspot {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  outline: none;
  border: 2px solid #009ba4;
  padding: 0 !important;
  background: black;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hotspot:hover, .hotspot:focus, .hotspot.active {
  background-color: white;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* This keeps child nodes hidden while the element loads */
:not(:defined) > * {
  display: none;
}

[data-hotspot^=hotspot]:hover, [data-hotspot^=hotspot].active {
  color: #009ba4;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

ul.hotspot-text {
  list-style-type: none;
  padding: 0;
}

@media (max-width: 890px) {
  .section-3d-model .model-wrapper {
    height: 300px;
    width: 100%;
  }
  .section-3d-model .model-wrapper .button-load {
    bottom: 18px;
  }
  .section-3d-model .model-text-container {
    padding: 0;
    padding-top: 100px;
    width: 100%;
  }
  .section-3d-model .model-text-container .model-title {
    font-size: 24px;
  }
  .section-3d-model .model-text-container .model-wrapper-categorys .model-single-category {
    padding: 6px 12px;
    font-size: 12px;
  }
  .section-3d-model .model-text-container .model-text {
    gap: 0px;
  }
  .section-3d-model .model-text-container .model-text .first-sub-headline {
    font-size: 14px;
  }
  .section-3d-model .swiper-controls .swiper-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 50%;
    top: 320px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-3d-model .swiper-controls .swiper-button-next {
    right: 10px;
    top: 320px;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-out {
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spin-out {
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.elementor-element .elementor-widget-container .custom-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.elementor-element .elementor-widget-container .custom-accordion .accordion-item {
  width: 100%;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-header .accordion-toggle {
  border: none;
  color: white;
  padding: 0;
  font-size: 24px;
}
.elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-header .accordion-toggle:hover, .elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-header .accordion-toggle:focus {
  color: white;
  background-color: transparent !important;
  text-decoration: none;
}
.elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-header .accordion-title {
  color: white;
  font-weight: 700;
  font-size: 14px;
}
.elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-content {
  display: none;
}
.elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-content.active {
  display: block;
}
.elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-content img {
  width: 100%;
}
.elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-content p {
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.custom-accordion-items .custom-accordion .accordion-item:last-child .accordion-toggle {
  display: none;
}

@media (min-width: 500px) {
  .elementor-element .elementor-widget-container .custom-accordion .accordion-item {
    width: calc(50% - 15px);
  }
  .elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-header .accordion-title {
    font-size: 16px;
    min-height: 3em;
  }
  .elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-content p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .elementor-element .elementor-widget-container .custom-accordion {
    gap: 40px;
  }
  .elementor-element .elementor-widget-container .custom-accordion .accordion-item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
  .elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-header .accordion-title {
    font-size: 16px;
    min-height: 3em;
  }
  .elementor-element .elementor-widget-container .custom-accordion .accordion-item .accordion-content p {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .elementor-element .elementor-widget-container .custom-accordion {
    gap: 64px;
  }
  .elementor-element .elementor-widget-container .custom-accordion .accordion-item {
    width: calc(33.3333333333% - 42.6666666667px);
  }
}
.expert-slider {
  padding-left: max((100% - 1400px) / 2, 20px);
  padding-right: 20px;
}
.expert-slider .expert-slider-wrapper {
  overflow-x: hidden;
  margin-bottom: 100px;
}
.expert-slider .slider-item .slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
.expert-slider .slider-item .slider-content {
  margin-top: 32px;
  color: #ffffff;
}
.expert-slider .slider-item .slider-content .slider-title {
  font-style: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.expert-slider .slider-item .slider-content .slider-description {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.expert-slider .slider-item .slider-content .slider-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  border-style: solid;
  border-width: 1px;
  border-radius: 28px;
  padding: 10px 14px 10px 18px;
  text-decoration: none;
  color: white;
  margin-top: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.expert-slider .slider-item .slider-content .slider-button svg {
  width: 1em;
  height: auto;
  fill: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.expert-slider .slider-item .slider-content .slider-button:hover {
  color: #242a30;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.expert-slider .slider-item .slider-content .slider-button:hover svg {
  fill: #242a30;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.expert-slider .swiper-controls {
  height: 40px;
  max-width: 1400px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
}
.expert-slider .swiper-controls .swiper-button-prev,
.expert-slider .swiper-controls .swiper-button-next {
  top: unset;
  bottom: 0;
}
.expert-slider .swiper-controls .swiper-button-prev:after,
.expert-slider .swiper-controls .swiper-button-next:after {
  display: none;
}
.expert-slider .swiper-controls .swiper-button-next {
  right: 20px;
}
.expert-slider .swiper-controls .swiper-button-prev {
  left: unset;
  right: 54px;
}

@media (min-width: 450px) {
  .expert-slider {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .expert-slider .slider-item .slider-content .slider-title {
    font-size: 24px;
    margin-top: 32px;
  }
  .expert-slider .slider-item .slider-content .slider-description {
    font-size: 14px;
  }
  .expert-slider .slider-item .slider-content .slider-button {
    font-size: 14px;
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .expert-slider {
    padding-left: 40px;
  }
  .expert-slider .swiper-controls {
    width: calc(100% - 40px);
  }
}
.section-get-jobs .job-block-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-get-jobs .post-item {
  background-color: #F7F7F7;
  padding: 15px;
}
.section-get-jobs .post-item .post-title {
  color: #196675;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-get-jobs .post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-get-jobs .post-item svg {
  width: 30px;
}
.section-get-jobs .post-item svg rect:first-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-get-jobs .post-item svg rect:nth-child(2) {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-get-jobs .post-item:hover {
  background-color: #e3e3e3;
}
.section-get-jobs .post-item:hover .post-title {
  color: #242a30;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-get-jobs .post-item:hover svg rect:first-child {
  fill: #242a30;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-get-jobs .post-item:hover svg rect:nth-child(2) {
  stroke: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .section-get-jobs .post-item .post-title {
    font-size: 16px;
  }
  .section-get-jobs .post-item svg {
    width: 36px;
  }
}
.section-get-news-all {
  margin-bottom: 60px;
  /* Filter styles */
  /* News grid */
  /* Pagination */
}
.section-get-news-all .news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 30px;
  margin-bottom: var(--section-spacing-bottom, 30px);
}
.section-get-news-all .category-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.section-get-news-all .category-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section-get-news-all a {
  color: #242a30;
}
.section-get-news-all .filter-text {
  margin-left: 6px;
  color: #6B737C;
}
.section-get-news-all .category-filter input:checked + .filter-text {
  color: #242a30;
}
.section-get-news-all .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 14px;
}
.section-get-news-all .news-title {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
}
.section-get-news-all .news-date {
  font-size: 14px;
  margin-left: 10px;
}
.section-get-news-all .news-category {
  opacity: 0.6;
  background: rgba(107, 115, 124, 0.4);
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 18px;
  margin-right: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-get-news-all .news-category:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-get-news-all .news-image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.section-get-news-all .news-block-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.section-get-news-all .news-block-wrapper.loading {
  opacity: 0.5;
}
.section-get-news-all .news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
.section-get-news-all .pagination-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.section-get-news-all .pagination-indicator {
  color: #6B737C;
}
.section-get-news-all .pagination-indicator .current-page {
  color: #242a30;
}
.section-get-news-all button.pagination-prev,
.section-get-news-all button.pagination-next {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  color: #242a30;
}
.section-get-news-all button.pagination-prev:disabled,
.section-get-news-all button.pagination-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 992px) {
  .section-get-news-all .news-block-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .section-get-news-all .news-block-wrapper {
    grid-template-columns: 1fr;
  }
}
.section-get-news {
  color: white;
}
.section-get-news .main-container {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-get-news .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.section-get-news .news-header h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: 0.32px;
}
.section-get-news .news-header .news-more-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-get-news .news-header .news-more-link .arrow-icon {
  margin-left: 9px;
  vertical-align: middle;
}
.section-get-news .news-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-get-news .news-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
  max-width: calc(50% - 20px);
  margin-bottom: 15px;
}
.section-get-news .news-item-link .news-item .news-image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.section-get-news .news-item-link .news-item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 14px;
}
.section-get-news .news-item-link .news-item .news-meta .news-category {
  opacity: 0.6;
  background: rgba(107, 115, 124, 0.4);
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 18px;
  margin-right: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-get-news .news-item-link .news-item .news-meta .news-category:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-get-news .news-item-link .news-item .news-meta .news-date {
  font-size: 14px;
  margin-left: 10px;
}
.section-get-news .news-item-link .news-item .news-title {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
}
.section-get-news .news-item-link .news-item .news-excerpt {
  font-size: 14px;
  margin: 10px 0 0;
}
.section-get-news .blank-button {
  margin: 55px 0;
  margin-left: auto;
  text-decoration: underline;
}

.bright-news .section-get-news {
  color: white;
}
.bright-news .section-get-news .main-container {
  max-width: 1400px;
  margin: 0 auto;
}
.bright-news .section-get-news .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.bright-news .section-get-news .news-header h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: 0.32px;
  color: #242a30;
}
.bright-news .section-get-news .news-header .news-more-link {
  color: #242a30;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bright-news .section-get-news .news-header .news-more-link .arrow-icon {
  margin-left: 9px;
  vertical-align: middle;
}
.bright-news .section-get-news .news-header .news-more-link .arrow-icon svg path {
  fill: #242a30 !important;
}
.bright-news .section-get-news .news-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bright-news .section-get-news .news-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
  max-width: calc(50% - 20px);
  margin-bottom: 15px;
}
.bright-news .section-get-news .news-item-link .news-item .news-image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.bright-news .section-get-news .news-item-link .news-item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #242a30;
}
.bright-news .section-get-news .news-item-link .news-item .news-meta .news-category {
  border: solid 1px white;
  opacity: 0.6;
  background: rgba(227, 227, 227, 0.6);
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 18px;
  margin-right: 3px;
  color: #242a30;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bright-news .section-get-news .news-item-link .news-item .news-meta .news-category:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bright-news .section-get-news .news-item-link .news-item .news-meta .news-date {
  font-size: 14px;
  margin-left: 10px;
}
.bright-news .section-get-news .news-item-link .news-item .news-title {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  color: #242a30;
}
.bright-news .section-get-news .news-item-link .news-item .news-excerpt {
  font-size: 14px;
  margin: 10px 0 0;
  color: #242a30;
}
.bright-news .section-get-news .blank-button {
  color: #242a30;
}
.bright-news .section-get-news .blank-button .arrow-icon svg path {
  fill: #242a30;
}
.bright-news .section-get-news .blank-button:hover {
  background: #e3e3e3;
}

@media (max-width: 1024px) {
  .news-more-link-button {
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .bright-news .section-get-news .news-header,
  .section-get-news .news-header {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bright-news .section-get-news .news-header .news-more-link,
  .section-get-news .news-header .news-more-link {
    display: none;
  }
  .bright-news .section-get-news .news-item-link,
  .section-get-news .news-item-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .bright-news .section-get-news .news-item-link .news-meta,
  .section-get-news .news-item-link .news-meta {
    margin-top: -5px;
  }
  .bright-news .section-get-news .news-item-link .news-item,
  .section-get-news .news-item-link .news-item {
    padding-right: 0;
  }
  .bright-news .section-get-news .news-item-link .news-item .news-image img,
  .section-get-news .news-item-link .news-item .news-image img {
    margin-bottom: 5px;
  }
  .bright-news .section-get-news .news-more-link-button,
  .section-get-news .news-more-link-button {
    margin: 20px 0;
  }
  .bright-news .section-get-news .blank-button,
  .section-get-news .blank-button {
    margin: 20px auto 20px 0;
  }
}
@media (min-width: 1024px) {
  .section-get-news .news-block-wrapper {
    gap: 30px;
  }
  .bright-news .section-get-news .news-block-wrapper {
    gap: 30px;
  }
}
.section-link-slider .swiper-container {
  overflow: hidden;
}
.section-link-slider .title,
.section-link-slider .content {
  color: white;
}
.section-link-slider .title {
  font-weight: 700;
}
.section-link-slider .link {
  color: #009ba4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-weight: 600;
  text-decoration: underline;
}
.section-link-slider .swiper-button-prev:after, .section-link-slider .swiper-button-next:after,
.section-link-slider .swiper-button-next, .section-link-slider .swiper-rtl .swiper-button-prev {
  color: #009ba4;
  font-size: 1em;
}

@media (max-width: 995px) {
  .section-link-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 996px) {
  .section-link-slider .swiper-button-prev:after, .section-link-slider .swiper-button-next:after,
  .section-link-slider .swiper-button-next, .section-link-slider .swiper-rtl .swiper-button-prev {
    display: none;
  }
}
.single-job .elementor-widget-container:hover {
  background-color: #e3e3e3 !important;
}
.single-job .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description:hover {
  color: #242a30;
}
.single-job:hover .elementor-icon-box-icon svg rect:first-child {
  fill: black;
}
.single-job .elementor-icon-box-icon svg path {
  fill: white;
}
.single-job:hover .elementor-icon-box-icon svg rect:nth-child(2) {
  stroke: none;
}
.single-job .elementor-icon-box-icon svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}