html body,
html body #page-container {
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
}
.page-about-us h3,
.page-uber-uns h3 {
  padding-bottom: 0;
}
@media screen and (min-width: 1801px){
  .et_pb_section .et_pb_row.myrow {
    width: 90%;
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
  .et_pb_section .et_pb_row.myrow {
    width: 90%;
  }
  .page-karriere .et_pb_section .et_pb_row.myrow:not(#top-menu):not(.et_pb_row_2_tb_footer):not(.et_pb_row_1_tb_footer):not(.et_pb_row_0_tb_footer),
  .page-career .et_pb_section .et_pb_row.myrow:not(#top-menu):not(.et_pb_row_2_tb_footer):not(.et_pb_row_1_tb_footer):not(.et_pb_row_0_tb_footer),
  .page-about-us .et_pb_section .et_pb_row.myrow:not(#top-menu):not(.et_pb_row_2_tb_footer):not(.et_pb_row_1_tb_footer):not(.et_pb_row_0_tb_footer),
  .page-uber-uns .et_pb_section .et_pb_row.myrow:not(#top-menu):not(.et_pb_row_2_tb_footer):not(.et_pb_row_1_tb_footer):not(.et_pb_row_0_tb_footer) {
    width: 83%;
  }
}
@media all and (max-width: 767px) {
  .et_pb_section .et_pb_row.myrow {
    width: 90%;
  }
}
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-medium {
  font-weight: 500;
}
header {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all .3s ease;
}
.home header
 {
  top: 43px;
}

.distribution-section-1-text-container .title-tagline {
  display: flex;
  align-items: center;
}
.page-support .link-back {
  display: inline-block;
  width: 20px;
  height: 19px;
  border-radius: 10px;
  margin-right: 9px;
  line-height: 0;
  transition: all .2s ease;
  color: #fff;
  position: relative;
  background: url(/wp-content/uploads/2026/06/arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.page-support .link-back:hover {
  background: url(/wp-content/uploads/2026/06/arrow-hover.svg) no-repeat;
}
.page-support .distribution-section-1-text-container h3 {
  letter-spacing: 2.1px;
}
header.is-fixed {
  position: fixed;
  top: 0;
  background-color: rgba(240, 242,	244, 1);
}
header #top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s ease;
}
header.is-fixed #top-menu {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
header #top-menu > div.et_pb_column {
  line-height: 0;
}
header #top-menu > div.et_pb_column:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header #top-menu > div.et_pb_column:nth-of-type(2) .et_pb_code_inner {
  display: flex;
  align-items: center;
}
header #top-menu .logo {
  display: inline-block;
  opacity: 1;
}
header #top-menu .logo-scroll {
  position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.2s ease;
  pointer-events: none;
  opacity: 0;
}
.search-results header #top-menu .logo,
header.is-fixed #top-menu .logo {
  opacity: 0;
}
.search-results header #top-menu .logo-scroll,
header.is-fixed #top-menu .logo-scroll {
  opacity: 1;
}
#search-btn,
#menu-btn {
  cursor: pointer;
  transition: all .3s ease;
}
#search-field {
  display: none;
  border-width: 1.5px;
  border-radius: 15px;
  transition: all .3s ease;
}
#search-field input {
  color: #fff;
  transition: all .3s ease;
}
.search-results header #search-field,
header.is-fixed #search-field {
  border-color: #474f57;
}
.search-results header #search-field input,
header.is-fixed #search-field input {
  color: #474f57;
}
header #menu-btn svg,
header #search-btn svg {
  color: #fff;
}
.search-results header #menu-btn svg,
.search-results header #search-btn svg,
header.is-fixed #menu-btn svg,
header.is-fixed #search-btn svg {
  color: #474f57;
}

/*----Slide out Menu----*/
#side-menu {
  position: fixed;
  top: 0;
  right: -90%;
  width: 90%;
  max-width: 640px;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  transition: right 0.65s cubic-bezier(.33, 0, 0, 1);
  box-shadow: -10px 0 30px rgba(0,0,0,0.12);
  padding: 110px 0 120px;
  overflow: hidden;
  display: block;
}

#side-menu.active {
  right: 0;
}

#side-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 99998;
}

#side-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

#side-menu-close {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 35px;
  right: 70px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url(/wp-content/uploads/2026/03/Icon-Close.svg) no-repeat center center;
  background-size: contain;
  transition: transform .3s ease;
  z-index: 5;
}

#side-menu-close:hover {
  transform: scale(1.1);
}

body.menu-open {
  overflow: hidden;
}

.side-menu-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.side-menu-panels {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.side-menu-main-panel,
.side-submenu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.6s cubic-bezier(.33, 0, 0, 1), opacity 0.6s ease;
}

/* vertically center main content */
.side-menu-main-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

/* submenu starts from top, not centered */
.side-submenu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  transform: translateX(100%);
  opacity: 0;
  z-index: 3;
  background: #fff;

  padding-top: 0;
}

/* when visible */
.side-submenu-panel.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.side-menu-main-panel.is-hidden {
  transform: translateX(-30px);
  opacity: 0;
  pointer-events: none;
}

/* submenu hidden by default */
.side-submenu-panel {
  transform: translateX(100%);
  opacity: 0;
  z-index: 3;
  background: #fff;
}

.side-menu-list,
.side-menu-list .sub-menu,
.side-submenu-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-menu-primary,
.side-menu-secondary {
  width: 100%;
}

.side-menu-primary #menu-primary,
.side-menu-primary #menu-primary-en,
.side-menu-secondary #menu-secondary,
.side-menu-secondary #menu-secondary-en {
  list-style-type: none;
  padding-left: 0;
}

.side-menu-primary #menu-primary,
.side-menu-primary #menu-primary-en {
  padding-bottom: 30px;
  border-bottom: 1.75px solid #b2b6bb;
  margin-bottom: 30px;
}

.side-menu-list--primary > li {
  margin-bottom: 30px;
}

.side-menu-list--primary > li:last-of-type {
  margin-bottom: 0;
}

.side-menu-list--secondary > li {
  margin-bottom: 20px;
}

.side-menu-list--secondary > li:last-of-type {
  margin-bottom: 0;
}

.side-menu-list--primary > li > a,
.side-submenu-panel a {
  display: block;
  text-decoration: none;
  color: #434F58;
  font-size: 24px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.side-menu-list--primary > li.menu-item-has-children > a,
.side-menu-list--secondary > li.menu-language > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-menu-list--primary > li,
.side-submenu-panel li,
.side-menu-list--secondary > li {
  transition: all .2s ease !important;
}

.side-menu-list--primary > li:hover,
.side-submenu-panel li:hover,
.side-menu-list--secondary > li:hover {
  opacity: .6 !important;
}

.side-menu-list--primary > li.menu-item-has-children > a {
  width: 70%;
}
.side-menu-list--primary > li.menu-item-has-children {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side-menu-list--primary > li.menu-item-has-children:after,
.side-menu-list--secondary > li.menu-language > a:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  background: url(/wp-content/uploads/2026/03/Icon-More.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.side-menu-list--secondary a {
  display: block;
  text-decoration: none;
  color: #434F58;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.side-menu-list--primary .sub-menu,
.side-menu-list--secondary .sub-menu {
  display: none !important;
}

.submenu-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.submenu-title {
  color: #434F58;
  font-size: 24px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.menu-back-btn {
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url(/wp-content/uploads/2026/03/Icon-Small-Arrow-Right.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  flex: 0 0 30px;
}

#side-menu .side-submenu-panel .sub-menu {
  padding: 0;
}

#side-menu .side-submenu-panel .sub-menu > li {
  list-style-type: none;
  margin-bottom: 20px;
}

#side-menu .side-submenu-panel .sub-menu > li a {
  color: #434F58;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.social-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  padding: 0 70px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
}

.social-container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-container a {
  width: 33px;
  height: 33px;
}
.panel-inner,
.submenu-inner {
  padding: 0 70px;
  width: 100%;
  box-sizing: border-box;
}
#search-field {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  border-radius: 24px;
  padding: 8px 22px;
}
#search-field .et_pb_searchform input.et_pb_s {
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease;
  height: auto !important;
}
.is-fixed #search-field .et_pb_searchform input.et_pb_s {
  color: #434F58 !important;
}

/* mobile */
@media all and (max-width: 767px) {
  #side-menu {
    padding: 90px 20px 110px;
    width: 100%;
    right: -100%;
    max-width: none;
  }

  #side-menu-close {
    right: 20px;
    top: 25px;
  }

  .social-container {
    padding: 0 20px;
    bottom: 30px;
  }

  .side-menu-list--primary > li > a,
  .submenu-title {
    font-size: 20px;
    line-height: 24px;
  }

  .side-menu-list--secondary a,
  #side-menu .side-submenu-panel .sub-menu > li a {
    font-size: 17px;
    line-height: 22px;
  }
  .panel-inner,
  .submenu-inner {
    padding: 0 0;
  }
  .side-menu-list--primary > li.menu-item-has-children:after,
  .side-menu-list--secondary > li.menu-language > a:after,
  #side-menu-close {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
  .side-menu-list--primary > li {
    margin-bottom: 25px;
  }
}
/*----/Slide out Menu----*/
/*----Slideout item reveal animation----*/
/* secondary menu items: hidden by default */
.side-menu-list--secondary > li {
  opacity: 0;
  transform: translateY(24px);
}

/* animate every time side menu becomes active */
#side-menu.active .side-menu-list--secondary > li {
  animation: sideMenuItemReveal 0.7s ease forwards;
}

/* staggered delay for secondary items */
#side-menu.active .side-menu-list--secondary > li:nth-child(1) { animation-delay: 0s; }
#side-menu.active .side-menu-list--secondary > li:nth-child(2) { animation-delay: 0.15s; }
#side-menu.active .side-menu-list--secondary > li:nth-child(3) { animation-delay: 0.30s; }
#side-menu.active .side-menu-list--secondary > li:nth-child(4) { animation-delay: 0.45s; }
#side-menu.active .side-menu-list--secondary > li:nth-child(5) { animation-delay: 0.60s; }
#side-menu.active .side-menu-list--secondary > li:nth-child(6) { animation-delay: 0.75s; }
#side-menu.active .side-menu-list--secondary > li:nth-child(7) { animation-delay: 0.90s; }
#side-menu.active .side-menu-list--secondary > li:nth-child(8) { animation-delay: 1.05s; }
#side-menu.active .side-menu-list--secondary > li:nth-child(9) { animation-delay: 1.20s; }
#side-menu.active .side-menu-list--secondary > li:nth-child(10) { animation-delay: 1.35s; }

/* submenu items: hidden by default */
.side-submenu-panel .sub-menu > li {
  opacity: 0;
  transform: translateY(24px);
}

/* animate every time submenu panel becomes visible */
.side-submenu-panel.is-visible .sub-menu > li {
  animation: sideMenuItemReveal 0.7s ease forwards;
}

/* staggered delay for submenu items */
.side-submenu-panel.is-visible .sub-menu > li:nth-child(1) { animation-delay: 0s; }
.side-submenu-panel.is-visible .sub-menu > li:nth-child(2) { animation-delay: 0.15s; }
.side-submenu-panel.is-visible .sub-menu > li:nth-child(3) { animation-delay: 0.30s; }
.side-submenu-panel.is-visible .sub-menu > li:nth-child(4) { animation-delay: 0.45s; }
.side-submenu-panel.is-visible .sub-menu > li:nth-child(5) { animation-delay: 0.60s; }
.side-submenu-panel.is-visible .sub-menu > li:nth-child(6) { animation-delay: 0.75s; }
.side-submenu-panel.is-visible .sub-menu > li:nth-child(7) { animation-delay: 0.90s; }
.side-submenu-panel.is-visible .sub-menu > li:nth-child(8) { animation-delay: 1.05s; }
.side-submenu-panel.is-visible .sub-menu > li:nth-child(9) { animation-delay: 1.20s; }
.side-submenu-panel.is-visible .sub-menu > li:nth-child(10) { animation-delay: 1.35s; }

@keyframes sideMenuItemReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*----/Slideout item reveal animation----*/

/*---Footer Menu----*/
.first-footer > div.et_pb_column:nth-of-type(1) {
  width: 20%;
}
.first-footer > div.et_pb_column:nth-of-type(2) {
  width: 80%;
}
.footer-menu-columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  justify-content: space-between;
}

.footer-menu-column {
  width: 25%;
  padding-right: 4%;
}

.footer-menu-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #434F58;
  margin-bottom: 19px;
}

footer .first-footer .footer-menu-columns .footer-menu-column .footer-sub-menu {
  list-style: none;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

.footer-sub-menu li {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

.footer-sub-menu a {
  text-decoration: none;
  color: #434F58;
}

footer .second-footer > div.et_pb_column {
  width: 20%;
}
.second-footer > div.et_pb_column:nth-of-type(2) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.second-footer > div.et_pb_column:nth-of-type(2) .et_pb_module {
  margin-right: 13px;
}
.second-footer .pll-switcher-select {
  border: 1.75px solid #434F58;
  border-radius: 15px;
  padding: 7px 48px 7px 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #434F58;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  background-image: url('/wp-content/uploads/2026/03/language-selection-icon.svg');
  background-repeat: no-repeat;
  background-size: 17px 10px;
  background-position: right 20px center;
}
/*---/Footer Menu----*/

/*----Other Footer----*/
footer .et_builder_inner_content .et_pb_section.et_pb_section_0_tb_footer .second-footer {
 position: relative;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 align-items: center;
 padding-bottom: 47px !important;
}
footer .second-footer > div.et_pb_column:nth-of-type(3) {
  width: 20%;
}
footer .second-footer > div.et_pb_column:nth-of-type(4) {
  width: 40%;
}
footer .wpcf7-form {
  width: 100%;
}
footer .wpcf7-form p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer .second-footer > div.et_pb_column:nth-of-type(3) h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #434F58;
  padding-bottom: 0;
}
footer .wpcf7-form span[data-name=your-email] {
  width: 69%;
  position: relative;
}
footer .wpcf7-form span[data-name=your-email] > span {
  position: absolute;
  bottom: -25px;
  padding-left: 19px;
}
footer .wpcf7-form .wpcf7-email {
  width: 100%;
  padding: 8px 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #434F58;
  background-color: transparent;
  border: 1.75px solid #434F58;
  border-radius: 15px;
  transition: all .3s ease;
}
footer .wpcf7-form .wpcf7-email::placeholder {
  color: #434F58;
  opacity: 0.5;
}
footer .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: -25px;
}
footer .wpcf7-form .wpcf7-submit {
  width: 29%;
  padding: 8px 10px;
  color: #434F58;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  background-color: transparent;
  border: 1.75px solid #434F58;
  border-radius: 15px;
  transition: all .3s ease;
  cursor: pointer !important;
}
footer .wpcf7-form .wpcf7-submit:hover {
  background-color: #dfe2e6;
}
footer .wpcf7-form .wpcf7-submit:focus {
  background-color: #c9d0d8;
}
footer .wpcf7-form .wpcf7-response-output {
  position: absolute;
}
footer .copyright-text a {
  color: #434F58;
  text-decoration: none;
}
.mob-hide,
.tab-hide {
  display: inline;
}
.mob-show,
.tab-show {
  display: none;
}
#system-support,
#trainings {
  position: absolute;
  transform: translateY(-100px);
}
@media all and (max-width: 980px) {
  .tab-hide {
    display: none;
  }
  .tab-show {
    display: block;
    height: 0;
  }
  .first-footer > div.et_pb_column:nth-of-type(1),
  .first-footer > div.et_pb_column:nth-of-type(2) {
    width: 100%;
  }
  .first-footer > div.et_pb_column:nth-of-type(1) .et_pb_image_wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-menu-columns {
    display: block;
    gap: 0;
  }

  .footer-menu-column {
    min-width: 100%;
    border-bottom: 1.75px solid #434f58;
    padding: 0;
  }
  .footer-menu-column:last-of-type {
    border-bottom: none;
  }
  .footer-menu-column:first-of-type {
    border-top: 1.75px solid #434f58;
  }

  .footer-menu-title {
    margin: 0;
    padding: 16px 40px 16px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-menu-toggle {
    display: block;
    width: 17px;
    height: 10px;
    background-image: url(/wp-content/uploads/2026/03/language-selection-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .footer-sub-menu {
    display: none;
    padding: 0 0 16px;
  }

  .footer-menu-column.is-open .footer-sub-menu {
    display: block;
  }

  .footer-sub-menu li:last-child {
    margin-bottom: 0;
  }
  .second-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .second-footer > .et_pb_column:nth-of-type(3) {
    order: 1;
    margin-bottom: 15px !important;
    width: 210px !important;
  }
  .second-footer > .et_pb_column:nth-of-type(4) {
    order: 4;
    margin-top: 42px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .second-footer > .et_pb_column:nth-of-type(4) .et_pb_module.et_pb_text_align_right {
    text-align: left;
  }
  .second-footer > .et_pb_column:nth-of-type(2) {
    order: 2;
    width: 50% !important;
  }
  .second-footer > .et_pb_column:nth-of-type(1) {
    order: 3;
    width: 50% !important;
  }
  .second-footer > .et_pb_column:nth-of-type(3) > .et_pb_module {
    margin-left: 0 !important;
  }
  .second-footer > .et_pb_column:nth-of-type(1) .et_pb_code_inner {
    text-align: right;
  }
  .footer-sub-menu {
    padding-bottom: 20px !important;
  }
  footer .et_builder_inner_content .et_pb_section.et_pb_section_0_tb_footer .second-footer {
    padding-bottom: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .mob-hide {
    display: none;
  }
  .mob-show {
    display: block;
    height: 0;
  }
  .second-footer > .et_pb_column:nth-of-type(3) {
    margin-bottom: 15px !important;
    width: 100% !important;
  }
  .second-footer > .et_pb_column:nth-of-type(4) {
    margin-top: 27px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .second-footer > .et_pb_column:nth-of-type(3) > .et_pb_module {
    padding-right: 0 !important;
  }
}
/*----/Other Footer----*/

/*----About Us page----*/
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
.slider-btn.btn-prev {
  margin-right: 24px;
}
.et_pb_row .dica_divi_carousel .dica_divi_carouselitem {
  justify-content: flex-start;
  box-sizing: border-box;
  padding-right: 0;
}
.et_pb_row .swiper-container {
  overflow: visible;
}
.et_pb_row .dica_divi_carousel .dica_divi_carouselitem .et_pb_module_inner,
.et_pb_row .dica_divi_carousel .dica_divi_carouselitem .dica-image-container img {
  width: 100%;
}
@media all and (min-width: 768px) and (max-width: 980px) {
  .et_pb_row .dica_divi_carousel .dica_divi_carouselitem .dica-image-container img {
    height: 420px;
    object-fit: cover;
    object-position: center;
  }
}
@media all and (max-width: 767px) {
  .et_pb_row .dica_divi_carousel .dica_divi_carouselitem .dica-image-container img {
    height: 220px;
    object-fit: cover;
    object-position: center;
  }
}
.et_pb_section .et_pb_row .dica_divi_carousel .dica_divi_carouselitem .dica-item-content {
  padding-left: 35.167%;
  margin-top: 29px;
}
body .et_pb_section.myheader {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
}

body .et_pb_section.myheader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(67, 79, 88, 0);
  animation: overlayFadeIn 2s ease 0.15s forwards;
  pointer-events: none;
}

body .et_pb_section.myheader > * {
  position: relative;
  z-index: 1;
}

@keyframes overlayFadeIn {
  from {
    background: rgba(67, 79, 88, 0);
  }
  to {
    background: rgba(67, 79, 88, 0.7);
  }
}
.et_pb_row .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 13px;
  background-color: #DEE2E6;
}
.et_pb_row .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #434F58;
}
@media all and (min-width: 981px) {
  .et_pb_row .swiper-container .swiper-pagination {
    display: none;
  }
}
@media all and (max-width: 980px) {
  .et_pb_row .swiper-container .swiper-pagination {
    display: block;
  }
  .et_pb_section .et_pb_row .dica_divi_carousel .dica_divi_carouselitem .dica-item-content {
    padding-left: 0;
    text-align: center;
    margin-top: 29px;
  }
  .et_pb_row .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 9px;
  }
}
/*----/About Us page----*/

/*----Jobs List Shortcode----*/
.jobs-slider-wrap {
    width: 100%;
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px;
}

.job-card {
    overflow: hidden;
}

.job-card-image {
    display: block;
}

.job-card-image img {
    display: block;
    width: 275px;
    height: 275px;
    object-fit: cover;
    object-position: center;
    border-radius: 275px;
}

.job-card-content {
    padding: 34px 0 0;
}

.job-card-location {
    margin-bottom: 7px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.1px;
    color: #434F58;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 333px;
}

.job-card-title {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    color: #434F58;
    text-transform: uppercase;
    max-width: 333px;
}

.job-card-title a {
    text-decoration: none;
    color: inherit;
}

.job-card-button {
    display: inline-block;
    padding: 6px 19px;
    text-decoration: none;
    border: 1.5px solid #434F58;
    border-radius: 15px;
    color: #434F58;
    transition: 0.2s ease;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.job-card-button:hover {
    background: #434F58;
    color: #fff;
}

.jobs-slider-dots {
    display: none;
}

@media (max-width: 767px) {
    .jobs-grid.jobs-slider-mobile {
        display: flex;
        gap: 0;
        overflow: hidden;
        scroll-behavior: smooth;
        touch-action: pan-y;
    }

    .jobs-grid.jobs-slider-mobile .job-card {
        flex: 0 0 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .jobs-grid.jobs-slider-mobile .job-card-image {
      text-align: center;
    }
    .jobs-grid.jobs-slider-mobile .job-card-image img {
        width: 235px;
        height: 235px;
        margin: 0 auto;
    }
    .job-card-content {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .jobs-slider-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 26px;
        margin-top: 31px;
    }

    .jobs-slider-dot {
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: #434F58;
        opacity: 0.41;
        cursor: pointer;
        transition: 0.2s ease;
    }

    .jobs-slider-dot.is-active {
        background: #434F58;
        opacity: 1;
    }
    .job-card-location {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 1.2px;
    }
    .job-card-title {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 0;
    }
}
.job-reveal {
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}

.job-reveal.is-visible {
    opacity: 1;
}

.job-reveal-delay-1 {
    transition-delay: 0.15s;
}
/*----/Jobs List Shortcode----*/

/*----Testimonials Slider----*/
.testimonials-slider .dica-item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.testimonials-slider .dica-item > div {
  width: 50%;
  display: flex;
}
.testimonials-slider .dica-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dica_divi_carousel.testimonials-slider .et_pb_module_inner .dica-container {
  padding-bottom: 23px !important;
}
.testimonials-slider .et_pb_module_inner .dica-container .dica_divi_carouselitem .et_pb_module_inner .dica-item > div.dica-item-content {
  background-color: #dee2e6;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.testimonials-slider .et_pb_module_inner .dica-container .dica_divi_carouselitem .et_pb_module_inner .dica-item > div.dica-item-content .content {
  margin-bottom: 36px;
  margin-top: 50px;
}
@media all and (min-width: 768px) and (max-width: 980px) {
  .testimonials-slider .et_pb_module_inner .dica-container .dica_divi_carouselitem .et_pb_module_inner .dica-item > div.dica-item-content {
    padding-left: 30px;
    padding-right: 70px;
    text-align: left;
  }
  .testimonials-slider .et_pb_module_inner .dica-container .swiper-pagination {
    bottom: -39px;
  }
}
@media all and (max-width: 767px) {
  .testimonials-slider .dica-item > div {
    width: 100%;
  }
  .testimonials-slider .et_pb_module_inner .dica-container .dica_divi_carouselitem .et_pb_module_inner .dica-item > div.dica-item-content {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-top: 22px;
    text-align: center;
    align-items: center;
  }
  .testimonials-slider .et_pb_module_inner .dica-container .dica_divi_carouselitem .et_pb_module_inner .dica-item > div.dica-item-content .content {
    margin-bottom: 0;
    margin-top: 0;
  }
  .testimonials-slider .et_pb_module_inner .dica-container .swiper-pagination {
    bottom: -33px;
  }
}
/*----/Testimonials lider----*/
.myrow a {
  text-decoration: none;
  color: #434F58;
}

/*----Search Results Page----*/
.search-results form.et_pb_searchform > div {
  flex-direction: row-reverse;
}
.search-results form.et_pb_searchform > div .et_pb_searchsubmit {
  color: transparent;
  position: relative;
  background: url(/wp-content/uploads/2026/06/Suche.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  padding: 16px 0;
  width: 20px;
}
.search-results .et_pb_search {
  border: none;
  border-bottom: 1px solid #434F58;
  margin-bottom: 35px !important;
}
.search-results form.et_pb_searchform > div .et_pb_s {
  padding-left: 24px !important;
  padding-right: 24px !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 23px;
  color: #434F58;
  font-weight: 400;
}

.custom-search-results {
  color: #6f7780;
}

.custom-search-pagination {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 70px;
  font-size: 24px;
  line-height: 1;
}

.custom-search-pagination a,
.custom-search-pagination span {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 23px;
  color: #434F58;
  font-weight: 400;
}

.custom-search-pagination .current {
  font-weight: 600;
  color: #38424c;
}

.custom-search-item {
  margin-bottom: 52px;
}

.custom-search-date {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #434F58;
  font-weight: 400;
  margin-bottom: 5px;
}

.custom-search-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 23px;
  color: #434F58;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.custom-search-title a {
  color: #38424c;
  text-decoration: none;
}

.custom-search-excerpt {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #434F58;
  font-weight: 400;
  max-width: 990px;

  display: -webkit-box;
  -webkit-line-clamp: 3;   /* max 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*----/Search Results Page----*/
