/* 
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-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.elementor-default {
  --gradient-radius: 15deg;
  --color-background-1: var(--e-global-color-c59f740);
  --gradient-background-1: linear-gradient(
    var(--gradient-radius),
    var(--e-global-color-c59f740) 0%,
    var(--e-global-color-5b184b9) 100%
  );
  --color-background-2: var(--e-global-color-77f495d);
  --gradient-background-2: linear-gradient(
    var(--gradient-radius),
    var(--e-global-color-77f495d) 0%,
    var(--e-global-color-bb7c952) 100%
  );
  --color-background-3: var(--e-global-color-3ea429e);
  --gradient-background-3: linear-gradient(
    var(--gradient-radius),
    var(--e-global-color-3ea429e) 0%,
    var(--e-global-color-225d634) 100%
  );
  --color-background-4: var(--e-global-color-a1038d7);
  --gradient-background-4: linear-gradient(
    var(--gradient-radius),
    var(--e-global-color-a1038d7) 0%,
    var(--e-global-color-91bc662) 100%
  );
  --color-background-default: var(--color-background-4);
  --gradient-background-default: var(--gradient-background-4);
  --border-width: 2px;
}

body.no-Scroll {
  height: 100vh;
  overflow-y: hidden;
  padding-right: 15px; /* Avoid width reflow */
}

body,
html {
  overflow-x: hidden;
}
.elementor-section {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.elementor-section::-webkit-scrollbar {
  display: none;
}

.site-main {
  overflow: hidden;
}
.site-logo {
}
/* body:not(.home) .site-main {
  margin-top: 146px;
} */
body .site-main {
  margin-top: 146px;
}

body.page-id-1727 .fixedButton,
body.page-id-4382 .fixedButton {
  display: none;
}

.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.mobileOverlay {
  display: flex;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100%;
  /* display: none; */
  z-index: 99999;
  padding: 25px;
  transform: translateY(0);
  overflow-y: scroll;
  opacity: 0;
  transition: 0.3s transform, 0.3s opacity;
}
.mobileOverlay.active {
  transform: translateY(100vh);
  opacity: 1;
}

.mobileOverlay__col > .elementor-widget-wrap {
  align-content: space-between !important;
}
.mobileOverlay__actions {
}

.overlayLogo {
}

.closeOverlay {
  cursor: pointer;
  position: absolute;
  top: 0 !important;
  right: 0;
	z-index: 100000 !important;
  width: auto;
	pointer-events: auto;
}

@media (max-width: 767px) {
  .closeOverlay {
    top: 0px;
  }
}

.mobileNav .elementor-nav-menu .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobileNav
  .elementor-nav-menu
  .menu-item
  > a.elementor-item:not(.elementor-sub-item) {
  font-size: 20px;
  display: inline-flex;
  padding: 10px 0;
  text-transform: uppercase;
}

.mobileNav .elementor-nav-menu .menu-item > a.elementor-item {
  position: relative;
}

.mobileNav .elementor-nav-menu .menu-item > a.elementor-item:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}
.mobileNav .elementor-nav-menu__container > .elementor-nav-menu > .menu-item {
  margin-bottom: 18px;
}
.mobileNav .menu-item-has-children .sub-menu {
  display: flex !important;
  position: relative !important;
  background: transparent;
  margin: 0 auto;

  padding: 0 !important;
  justify-content: center;
  opacity: 1 !important;
  /* margin-bottom: 20px; */
}
.mobileNav .menu-item-has-children .sub-menu > .menu-item {
  margin-top: 5px;
}

.mobileNav .menu-item-has-children .sub-menu .elementor-sub-item {
  padding: 0 !important;
  text-transform: uppercase;
  white-space: nowrap;
}
.mobileNav
  .menu-item-has-children
  .sub-menu
  .elementor-sub-item.elementor-item-active,
.mobileNav .menu-item-has-children .sub-menu .elementor-sub-item:hover {
  font-weight: 400 !important;
  margin-left: 0;
  margin-right: 1em;
  background-color: transparent !important;
}
.mobileNav .menu-item-has-children .sub-menu .elementor-sub-item:before {
  display: none !important;
}
.mobileNav .menu-item-has-children .sub-menu .elementor-sub-item,
.mobileNav .menu-item-has-children .sub-menu .elementor-sub-item {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-bottom-color: transparent !important;
}
.mobileNav .menu-item-has-children .sub-menu .elementor-sub-item:hover,
.mobileNav
  .menu-item-has-children
  .sub-menu
  .current-menu-item
  .elementor-sub-item {
  border-bottom-color: #fff !important;
}
.overlayLang .wpml-ls-item {
  position: relative;
}

.overlayLang .wpml-ls-item {
  padding-right: 1em;
}
.overlayLang .wpml-ls-item:last-child {
  padding-right: 0;
}

.overlayLang .wpml-ls-item:not(:last-child):after {
  content: '//';
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
  margin-right: 1px;
  font-size: 18px;
}

.mobileMenu--legal {
  margin-top: 20px;
  margin-bottom: -10px;
}
.mobileMenu--legal .elementor-nav-menu a,
.mobileMenu--legal .elementor-nav-menu a:hover {
  font-size: 14px;
  padding: 5px;
}

/* 
FRONTPAGE SLIDER START
*/

body:not(.elementor-editor-active)
  .elementor-widget-theme-post-content
  ul:not(.splide__list),
body:not(.elementor-editor-active) .site-main ul:not(.splide__list) {
  list-style-type: none;
}

body:not(.elementor-editor-active)
  .elementor-widget-theme-post-content
  .gradient
  ul:not(.splide__list),
body:not(.elementor-editor-active) .site-main .gradient ul:not(.splide__list) {
  color: #fff;
}
body:not(.elementor-editor-active)
  .elementor-widget-theme-post-content
  ul:not(.splide__list)
  li,
body:not(.elementor-editor-active) .site-main ul:not(.splide__list) li {
  position: relative;
}

body:not(.elementor-editor-active)
  .elementor-widget-theme-post-content
  .gradient
  ul:not(.splide__list)
  li::before,
body:not(.elementor-editor-active)
  .site-main
  .gradient
  ul:not(.splide__list)
  li::before {
  background-image: url(img/icons/arrow-right_white.svg);
}

body:not(.elementor-editor-active)
  .elementor-widget-theme-post-content
  ul:not(.splide__list)
  li::before,
body:not(.elementor-editor-active) .site-main ul:not(.splide__list) li::before {
  content: '';
  background-image: url(img/icons/arrow-right_black.svg);
  width: 15px;
  height: 9px;
  position: absolute;
  left: -1.5em;
  top: 0.5em;
  background-repeat: no-repeat;
}

.mainSlider .swiper-slide-contents {
  position: absolute;
  top: 50%;
}
.mainSlider .elementor-slide-heading {
  margin-bottom: 1rem !important;
}

.mainSlider .elementor-slide-heading {
  display: flex;
  flex-direction: column;
}

.mainSlider .elementor-slide-heading .nexistitle {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 45px;
}

.mainSlider .elementor-slide-heading .nexistitle:after {
  content: '';
  height: 2px;
  width: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.mainSlider .elementor-slide-heading {
  font-size: 70px;
  font-weight: 300;
}

.mainSlider .elementor-slide-description h2 {
  font-size: 35px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .mainSlider .elementor-slide-heading {
    font-size: 50px !important;
  }
  .mainSlider .elementor-slide-heading .nexistitle {
    font-size: 35px !important;
  }

  .mainSlider .elementor-slide-description h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  .mainSlider .elementor-slide-heading {
    font-size: 35px !important;
  }
  .mainSlider .elementor-slide-heading .nexistitle {
    font-size: 30px !important;
  }

  .mainSlider .elementor-slide-description h2 {
    font-size: 22px !important;
  }
}

/* 
FRONTPAGE SLIDER END
*/

@media (min-width: 1201px) {
  .section--padding {
    /* padding: 0 50px !important; */
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .section--padding {
    /* padding: 0 50px !important; */
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .section--padding {
    /* padding: 0 50px !important; */
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* 
GRADIENTS START
*/
.gradient {
  background-size: 100%;
  background-repeat: repeat;
}

.mainNav .elementor-nav-menu--dropdown,
.gradient--one {
  background-color: var(--color-background-1);
  background-image: var(--gradient-background-1);
}

.gradient--two {
  background-color: var(--color-background-2);
  background-image: var(--gradient-background-2);
}

.gradient--three {
  background-color: var(--color-background-3);
  background-image: var(--gradient-background-3);
}

.gradient--four {
  background-color: var(--color-background-4);
  background-image: var(--gradient-background-4);
}
.gradient--fixed {
  background-color: var(--color-background-4);
  background-image: linear-gradient(
    90deg,
    var(--e-global-color-a1038d7) 0%,
    var(--e-global-color-91bc662) 100%
  );
}

.gradient
  .elementor-widget-seitenwind-tab-slider
  .tab-title.is-selected
  > span {
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-background-clip: unset;
  -moz-text-fill-color: unset;
  background-image: unset;
  background-color: unset;
}
.gradient .elementor-widget-seitenwind-tab-slider button.tab-title > .tab-icon {
  background-image: url(./img/icons/arrow-right_white.svg) !important;
}

.gradient .elementor-heading-title {
  color: #fff;
}

.gradient .elementor-widget-seitenwind-tab-slider button.tab-title {
  color: #fff !important;
  border-color: #fff;
}

.gradient .elementor-widget-seitenwind-tab-slider .tab-desc,
.gradient .elementor-widget-seitenwind-tab-slider .tab-desc h3 {
  color: #fff;
}

.gradient .elementor-icon-box-wrapper .elementor-icon-box-content,
.gradient
  .elementor-widget-icon-box
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  .elementor-icon-box-title {
  color: #fff;
}

.gradient--text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.gradient--text p {
  display: -webkit-box;
}

.elementor-button {
  max-width: max-content;
  min-height: 48px;
  width: max-content;
}

.elementor-button .elementor-button-text {
  position: relative;
  transform: translateX(1em);
  transition: transform 0.3s;
  /* display: flex; */
  /* display: -webkit-inline-box; */
  white-space: nowrap;
}

.elementor-post__read-more:after,
.elementor-button .elementor-button-text:after {
  content: '';
  background-image: url(./img/icons/arrow-right_green.svg);
  width: 1.5em;
  height: 1em;
  display: block;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}

.elementor-button:hover .elementor-button-text {
  transform: translateX(0);
  display: -webkit-inline-box;
}

.elementor-post__read-more:hover:after,
.elementor-button:hover .elementor-button-text:after {
  opacity: 1;
}

.leftButton .elementor-button .elementor-button-text {
  /* transform: translateX(-1em); */
}
.leftButton .elementor-button:hover .elementor-button-text {
  /* transform: translateX(0); */
}
.leftButton .elementor-button .elementor-button-text:after {
  /* float: left; */
  transform: rotate(180deg);
  /* margin-right: 10px; */
  /* margin-left: 0; */
}

.elementor-post__read-more {
  padding-left: 37px !important;
  padding-right: 0px !important;
  transition: padding 0.3s;
  display: flex;
}

.elementor-post__read-more:hover {
  padding-left: 24px !important;
  padding-right: 13px !important;
}
.elementor-button {
  position: relative;
  padding: 0;
  background-clip: padding-box; /* !importanté */
  border: solid var(--border-width) transparent !important; /* !importanté */
  position: relative;
  background-color: #fff !important;
}

.elementor-button:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: calc(var(--border-width) * -1); /* !importanté */
  border-radius: inherit; /* !importanté */
}

.elementor-button > span,
.elementor-button .elementor-button-content-wrapper {
  border-radius: inherit;
  overflow: hidden;
  margin-left: -1px;
  margin-right: -1px;
  transition: all 0.3s;
  padding: 10px 22px;
}

.elementor-button .elementor-button-text {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  padding: 3px;
}

.elementor-button .elementor-button-text,
.elementor-button:before {
  background-color: var(--color-background-1);
  background-image: var(--gradient-background-1);
}

.whiteButton .elementor-button,
.gradient .elementor-button {
  border: solid var(--border-width) #fff !important; /* !importanté */
  background-clip: unset; /* !importanté */
  background-color: transparent !important;
}

.onGreyButton .elementor-button:before,
.blueButton .elementor-button:before,
.whiteButton .elementor-button:before,
.gradient .elementor-button:before {
  display: none;
}

.onGreyButton .elementor-button .elementor-button-text,
.blueButton .elementor-button .elementor-button-text,
.whiteButton .elementor-button .elementor-button-text,
.gradient .elementor-button .elementor-button-text {
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-background-clip: unset;
  -moz-text-fill-color: unset;
  background: unset;
  display: flex;
}


.newsletterFooter .rm-form-container input[type='submit']:after,
.elementor-post__read-more:after,
.whiteButton .elementor-button .elementor-button-text:after,
.gradient .elementor-button .elementor-button-text:after {
  background-image: url(./img/icons/arrow-right_white.svg);
}

.blueButton .elementor-button {
  border: solid var(--border-width) var(--e-global-color-f2dd954) !important; /* !importanté */
  background-clip: unset; /* !importanté */
  background-color: transparent !important;
}

.blueButton .elementor-button .elementor-button-text {
  color: var(--e-global-color-f2dd954);
}
.blueButton .elementor-button .elementor-button-text:after {
  background-image: url(./img/icons/arrow-right_blue.svg);
}


.onGreyButton .elementor-button {
  border: solid var(--border-width) #05bd5b !important; /* !importanté */
  background-clip: unset; /* !importanté */
  background-color: transparent !important;
}

.onGreyButton .elementor-button .elementor-button-text {
  color: #05bd5b;
}
.onGreyButton .elementor-button .elementor-button-text:after {
  background-image: url(./img/icons/arrow-right_green.svg);
}

/* .gradient .elementor-button .elementor-button-text:after{
  background-image: url(./img/icons/arrow-right_white.svg);
}
.borderGradient--one .elementor-button .elementor-button-text:after{
  background-image: url(./img/icons/arrow-right_green.svg);
} */

/* 
GRADIENTS END
*/

.languageSwitch {
  margin-bottom: 20px;
  margin-left: 20px;
}

.languageSwitch .wpml-ls-item {
  position: relative;
  font-size: 18px;
}

.languageSwitch .wpml-ls-item:not(:last-child) {
  padding-right: 1px;
}
.languageSwitch .wpml-ls-item:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #000;
  width: 1px;
}

/*
SCROLLUP START
*/
.fixedButton {
position: fixed;
right: 0;
bottom: calc(30vh + 150px);
z-index: 99;
text-transform: uppercase;
border-radius: 30px 0 0 30px;
font-size: 19px;
padding: 12px 30px;
display: flex;
align-items: center;
font-weight: 400;
}

.fixedButton b {
margin-left: 0.3em;
}
.fixedButton__inner {
position: relative;
display: flex;
transform: translateX(0);
transition: transform 0.3s;
}

.fixedButton__inner:before {
content: '';
background-image: url(./img/icons/arrow-right_white.svg);
height: 1em;
width: 1em;
display: block;
float: left;
background-size: contain;
z-index: 999;
background-repeat: no-repeat;
background-position: center;
margin-left: -1em;
margin-right: 0.5em;
margin-top: 0.1em;
}
.fixedButton:hover .fixedButton__inner {
transform: translateX(15px);
}
.fixedButton {
transition: all 0.3s;
}
.fixedButton.gradient--fixed:hover {
background-image: linear-gradient(
45deg,
var(--e-global-color-a1038d7) 0%,
var(--e-global-color-91bc662) 100%
);
}
/*
SCROLLUP END
*/

.e--pointer-underline .elementor-item:after {
  background-color: var(--e-global-color-c59f740);
  background-image: linear-gradient(
    var(--gradient-radius),
    var(--e-global-color-c59f740) 0%,
    var(--e-global-color-5b184b9) 100%
  );
}

.elementor-nav-menu--main
  > .elementor-nav-menu
  > li
  > .elementor-nav-menu--dropdown {
  min-width: 220px !important;
  min-width: 250px !important;
  padding: 30px 20px;
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .elementor-sub-item {
  border-width: 0;
  display: inline-flex;
  justify-content: flex-start;
  position: relative;
  padding-left: 30px !important;
  margin-right: 1em;
}

.elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .elementor-sub-item:before {
  content: '';
  background-image: url(./img/icons/arrow-right_white.svg);
  height: 1em;
  width: 1em;
  display: none;
  float: left;
  background-size: contain;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -1.5em;
  position: absolute;
}

.elementor-nav-menu--main
  .elementor-nav-menu
  > .current-menu-parent
  > .elementor-item.has-submenu:after {
  opacity: 1;
}

.elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .elementor-sub-item.elementor-item-active,
.elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .elementor-sub-item:hover {
  font-weight: 600 !important;
  margin-left: 1em;
  margin-right: 0;
}

.elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .elementor-sub-item.elementor-item-active:before,
.elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .elementor-sub-item:hover:before {
  display: block;
}

.elementor-location-header .elementor-location-header-top {
  max-height: 70px;
  transition: max-height linear 0.3s;
  -moz-transition: max-height linear 0.3s;
  -webkit-transition: max-height linear 0.3s;
  overflow: hidden;
}

.elementor-location-header .elementor-location-header-main {
  padding-bottom: 0 !important;
}

.elementor-location-header
  .elementor-location-header-main
  .elementor-widget-theme-site-logo
  img {
  transition: height linear 0.3s, transform linear 0.3s;
  -moz-transition: height linear 0.3s, transform linear 0.3s;
  -webkit-transition: height linear 0.3s, transform linear 0.3s;
}

.elementor-location-header
  .elementor-location-header-main
  .elementor-widget-theme-site-logo {
  position: absolute;
}

/* .elementor-location-header.scrolled .elementor-location-header-main .elementor-widget-theme-site-logo{
    transform: translateY(0);


} */
.elementor-location-header
  .elementor-location-header-main
  .elementor-widget-theme-site-logo
  img {
  transform: translateX(0);
}

.elementor-location-header.scrolled
  .elementor-location-header-main
  .elementor-widget-theme-site-logo
  img {
  height: 40px;
  transform: translateX(-50px);
  /* position: relative; */
  /* height: 40px; */
}

.elementor-location-header.scrolled
  .elementor-location-header-main
  .elementor-widget-theme-site-logo
  img {
  /* width: 200px; */
}
@media (max-width: 1200px) {
  .elementor-location-header.scrolled
    .elementor-location-header-main
    .elementor-widget-theme-site-logo
    img {
    transform: translateX(-30px);
  }
}
@media (max-width: 921px) {
  .elementor-location-header.scrolled
    .elementor-location-header-main
    .elementor-widget-theme-site-logo
    img {
    transform: translateX(0);
    /* position: relative; */
    /* height: 40px; */
  }
}
/* @media (max-width: 921px){
 
  .elementor-location-header
  .elementor-location-header-main
  .elementor-widget-theme-site-logo img {
    width: 200px !important;
  }


} */

.elementor-location-header.scrolled .elementor-location-header-top {
  max-height: 0;
}

.scrollDown .elementor-button {
  border: 0;
}

.footer-bottom .elementor-nav-menu li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 50%;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-social {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .footer-social {
    display: none;
  }
}
.footer-social .elementor-element {
  margin-bottom: 0 !important;
  margin-left: 15px;
  display: flex;
  height: 25px;
  align-content: center;
  justify-content: center;
}

.footer-mainnav .elementor-nav-menu__container .menu-item:first-child a {
  font-weight: 600 !important;
}

.topButton {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 7;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15) !important;
}

.topButton > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
}

@media (min-width: 1850px) {
  .topButton {
    transform: translateX(150%);
  }
}
@media (max-width: 767px) {
  .topButton {
    margin-right: 40px;
  }
}

/* ANIMATED MOUSE */

.scrollDown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: auto;
  bottom: 100px;
}

@media (max-width: 690px) {
  .scrollDown {
    bottom: 10vw;
  }
}

@media (max-height: 1000px) {
  .scrollDown {
    display: none;
  }
}
.scroll-msg-inner {
  width: 30px;
  height: 55px;
  position: relative;
  border-radius: 21px;
  border: 2px solid #ffffff;
}

.scroll-msg-wheel {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 4px;
  height: 12px;
  margin-left: -2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-animation: mouse-scroll 0.9s infinite;
  -moz-animation: mouse-scroll 0.9s infinite;
  -o-animation: mouse-scroll 0.9s infinite;
  animation: mouse-scroll 0.9s infinite;
}

@-webkit-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}

@-o-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}

@keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}

.flex--end {
  justify-content: flex-end;
}

.push--down > .elementor-widget-wrap {
  flex-direction: column;
}

.push--down > .elementor-widget-wrap > .elementor-element:last-child {
  margin-top: auto;
}

.postcolumn .elementor-post .elementor-post__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.postcolumn .elementor-post .elementor-post__text .elementor-post__meta-data {
  order: -1;
}

.postcolumn .elementor-post .elementor-post__text .elementor-post__title {
  margin-bottom: 1em;
  font-weight: 400;
}

.postcolumn .elementor-post .elementor-post__text .elementor-post__excerpt {
  margin-bottom: 1em;
}

.postcolumn .elementor-post .elementor-post__read-more {
  border-radius: 30px 30px 30px 30px;
  border: 2px solid var(--e-global-color-f2dd954);
  padding: 12px 24px;
  font-weight: 400;
  line-height: 1em;
  font-size: 18px;
}

.elementor-post__read-more {
  border-radius: 30px 30px 30px 30px;
  border: 2px solid var(--e-global-color-f2dd954);
  padding: 12px 24px;
  font-weight: 400;
  line-height: 1em;
}

.postcolumn .elementor-post .elementor-post__thumbnail {
  height: 100px;
  position: relative;
}

.postcolumn .elementor-post .elementor-post__thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  position: absolute;
  left: 0;
  top: 0;
}

.uppercaseHeader {
  text-transform: uppercase;
}

.nexisForm label {
  font-size: 1rem;
}

.nexisForm input {
  box-shadow: none !important;
}

.nexisForm .elementor-col-100.elementor-field-group {
  margin-bottom: 2rem !important;
}

.nexisForm input::placeholder,
.nexisForm textarea::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.nexisForm .elementor-field-group .elementor-select-wrapper select {
  font-size: 15px;
}
.nexisForm .elementor-field-group .elementor-select-wrapper select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.nexisForm input[type='checkbox'],
.elementor-location-single
  .whitepaperForm
  .elementor-form
  input[type='checkbox'] {
  width: 1em;
  min-height: 1em;
  border: 2px solid black !important;
  -webkit-appearance: none;
  display: inline-flex !important;
  position: relative;
  top: 0.2em;
  cursor: pointer;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.nexisForm input[type='checkbox']:checked:before,
.whitepaperForm .elementor-form input[type='checkbox']:checked:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 4px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.nexisForm--popup .elementor-col-100.elementor-field-group {
  margin-bottom: 1rem !important;
}

.nexisForm--popup .elementor-col-100.elementor-field-type-submit {
  margin-top: 1rem !important;
}

.nexisForm--popup .elementor-message {
  color: #fff;
}

.nexisForm--popup input:not([type='checkbox']) {
  border-radius: 30px !important;
  padding: 0 30px !important;
  border-width: 0 !important;
}
.nexisForm--popup .elementor-field-type-acceptance {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nexisForm--popup .elementor-field-type-acceptance input:before,
.nexisForm--popup .elementor-field-type-acceptance input {
  border-color: #fff !important;
}

.nexisForm--popup .elementor-field-type-acceptance label .underline--black,
.nexisForm--popup .elementor-field-type-acceptance label {
  color: #fff !important;
}

/*
    ACCORDION START
*/

.elementor-accordion .elementor-accordion-item {
  border-width: 0 0 1px 0;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-title {
  color: #000;
  line-height: 1.4em;
  display: inline-block;
}

.elementor-accordion .elementor-tab-title:hover .elementor-accordion-title,
.elementor-accordion
  .elementor-tab-title.elementor-active
  .elementor-accordion-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-color: var(--color-background-1);
  background-image: var(--gradient-background-1);
}

.elementor-accordion .elementor-accordion-item {
  /* margin-bottom: 1rem; */
}

.elementor-accordion .elementor-tab-title {
  position: relative;
  font-weight: 400;
  padding-left: 0;
  padding-right: 100px;
}

.elementor-accordion .elementor-accordion-icon {
  height: 45px;
  width: 45px !important;
  position: absolute;
  right: 0;
  top: 5px;
}

.elementor-accordion .elementor-accordion-icon > span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.elementor-accordion .elementor-accordion-icon > span > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.elementor-accordion .elementor-tab-content {
  padding-top: 1.8rem;
  padding-left: 0;
  padding-bottom: 3rem;
  border-top-color: transparent;
}

/*
  ACCORDION END
*/

.logoGallery .gallery-item {
}

.logoGallery .gallery-item .gallery-icon {
  height: 100px;
  position: relative;
}
.logoGallery .gallery-item .gallery-icon > a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  padding: 25px;
}
.logoGallery .gallery-item .gallery-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logoGallery .gallery-item .gallery-icon > img {
  padding: 25px;
}

@media (max-width: 767px) {
  .gallery--max50 .elementor-image-gallery .gallery-item {
    max-width: 50%;
    width: 50%;
  }
}

.single__postinfo .elementor-icon-list-item {
  align-items: center;
}

.single__postinfo
  .elementor-icon-list-item.elementor-repeater-item-8ceeb31
  .elementor-icon-list-text {
  display: none;
}

.elementor-icon-box-title {
  word-break: break-word;
}

.elementor-image-gallery .gallery-item .gallery-icon {
  background-color: #f8f8f8;
}

.elementor-image-gallery > .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .full-height-iconbox {
    height: 100%;
    display: flex;
  }
  .full-height-iconbox .elementor-icon-box-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }
  .full-height-iconbox .elementor-icon-box-wrapper .elementor-icon-box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .full-height-iconbox--pushlast
    .elementor-icon-box-wrapper
    .elementor-icon-box-description {
    margin-top: auto;
  }
}

@media (min-width: 1201px) {
  .splide__list {
    width: 120%;
    margin-left: -10% !important;
    margin-right: -10% !important;
  }
  .splide__list + .elementor-section {
    margin-right: 10%;
    margin-left: 10%;
  }
  .kundenmeinungen {
    margin-left: -60px;
    margin-right: -60px;
  }
}

.kundenmeinungen .splide__track {
  display: flex;
  flex-direction: column;
}

.kundenmeinungen .splide__track .splide__list + .elementor-section {
  order: -1;
}

.kundenmeinungen__arrows {
  max-width: 1600px;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}

.kundenmeinung__image {
  height: 100px;
  margin-bottom: 1em;
  max-width: 70%;
}
.kundenmeinung__image > a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.kundenmeinung__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.kundenmeinung__footer {
  margin-top: 1em;
}

.kundenmeinungen__arrow {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-image: url(img/icons/arrow-left_black.svg);
}

.kundenmeinungen__arrow--prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.kundenmeinungen__arrow--next {
}

.kundenmeinung {
  padding: 40px;
  margin: 0 5%;
}
.kundenmeinung__content {
  position: relative;
}
.kundenmeinung__content:before {
  content: '\201c';
  position: absolute;
  top: 50px;
  left: -35px;
  font-size: 245px;
  color: #ececec;
  z-index: -1;
}

/*
  Icon Box START
*/

.elementor-widget-icon-box
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  .elementor-icon-box-title {
  font-size: 23px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .elementor-widget-icon-box
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-title {
    font-size: 21px;
  }
}

/*
  Icon Box END
*/

/*
  Seitenwind Tab Slider START
*/
.tab-desc h3 {
  font-weight: 400;
}

body:not(.home) .tab-desc p {
  font-size: 18px !important;
}
.elementor-widget-seitenwind-tab-slider button.tab-title {
  color: #000 !important;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 2em;
  position: relative;
}

.elementor-widget-seitenwind-tab-slider button.tab-title > .tab-icon {
  position: absolute;
  right: 0;
  margin-right: 0;
  width: 25px;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
}

.elementor-widget-seitenwind-tab-slider .tab-title.is-selected > span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-color: var(--color-background-1);
  background-image: var(--gradient-background-1);
}

.elementor-widget-seitenwind-tab-slider .tab-contents {
  max-width: 66%;
  overflow: visible;
}

/*@media (max-width: 500px){
.elementor-widget-seitenwind-tab-slider .tab-contents {
  max-width: 90%;
  overflow: visible;
}
}*/

.elementor-widget-seitenwind-tab-slider .tab-content {
  display: flex;
  flex-direction: column;
}



.elementor-widget-seitenwind-tab-slider .tab-gallery {
  margin-top: 3rem;
}

.elementor-widget-seitenwind-tab-slider .tab-desc {
  color: #000;
}

.elementor-widget-seitenwind-tab-slider .tab-desc h3 {
  color: #000;
}


@media (max-width: 767px){
  .elementor-kit-6 h3 {
hyphens: auto;
}
}
@media (max-width: 1200px) {
  .elementor-widget-seitenwind-tab-slider
    .tab-content
    .tab__accordion__clicker {
    font-size: 26px;
    margin: 0;
  }
  .elementor-widget-seitenwind-tab-slider .tab-desc {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .elementor-widget-seitenwind-tab-slider
    .tab-content.is-selected
    .tab__accordion__content {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .elementor-widget-seitenwind-tab-slider
    .tab-content
    .tab__accordion__clicker {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .elementor-widget-seitenwind-tab-slider
    .tab-content
    .tab__accordion__clicker {
    font-size: 20px;
  }
}

.elementor-location-single.post .wp-block-image {
  margin: 0;
}
.elementor-location-single a:not([class]),
.site-main a:not([class]),
.post__content a {
  color: var(--e-global-color-f2dd954);
  position: relative;
}

.elementor-location-single a:not([class]):after,
.site-main a:not([class]):after,
.post__content a:after {
  content: '';
  height: 1px;
  width: calc(100% + 4px);
  background-color: var(--e-global-color-f2dd954);
  transform: scaleX(0);
  transition: transform 0.3s;
  position: absolute;
  bottom: -1px;
  left: -2px;
  transform-origin: 0 50%;
}

.elementor-location-footer .menu-item > a,
.elementor-location-footer a:not([class]) {
  position: relative;
  display: inline-flex;
}
.elementor-location-footer .menu-item > a:after,
.elementor-location-footer a:not([class]):after {
  content: '';
  height: 1px;
  width: calc(100% + 4px);
  background-color: #fff;
  transform: scaleX(0) !important;
  transition: transform 0.3s;
  position: absolute;
  bottom: -1px;
  left: -2px;
  transform-origin: 0 50%;
  opacity: 1 !important;
}

.elementor-location-footer .menu-item > a:hover:after,
.elementor-location-footer a:not([class]):hover:after,
.site-main a:not([class]):hover:after,
.post__content a:hover:after {
  transform: scaleX(1) !important;
}
a.noHover:after {
  display: none;
}
.elementor-location-single.post h2 {
  font-size: 25px;
  margin-top: 3rem;
  color: #000;
}
.elementor-location-single.post p {
  line-height: 1.5em;
  /* display: inline; */
  display: -webkit-box;
}

.elementor-location-single .elementor-post__read-more:after {
  background-image: url(./img/icons/arrow-right_blue.svg);
}
a.underline {
  color: #fff;
  text-decoration: underline;
}

a.underline--black {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 782px) {
  .elementor-location-single.post .wp-block-column:not(:first-child) {
    margin-left: 1em;
  }
}

.elementor-posts .elementor-post .elementor-post__text .elementor-post__title {
  font-weight: 400;
  font-size: 21px;
}

.elementor-posts
  .elementor-post
  .elementor-post__text
  .elementor-post__title
  > a {
  font-weight: 400;
  font-size: 21px;
}

.successStoriePosts
  .elementor-posts
  .elementor-post
  .elementor-post__text
  .elementor-post__title {
  font-size: 21px;
}
.successStoriePosts
  .elementor-posts
  .elementor-post
  .elementor-post__thumbnail
  > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  transform: unset;
  top: 0;
  left: 0;
}

.elementor-posts .elementor-post__excerpt p {
  font-size: 18px;
}

.elementor-posts .elementor-post__meta-data {
  font-size: 16px;
  margin-bottom: 20px;
}

.elementor-posts .elementor-post .elementor-post__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.elementor-posts
  .elementor-post
  .elementor-post__text
  .elementor-post__meta-data {
  order: -1;
}

.elementor-posts .elementor-post .elementor-post__text .elementor-post__title {
  margin-bottom: 1rem;
}

.elementor-posts
  .elementor-post
  .elementor-post__text
  .elementor-post__excerpt {
  margin-bottom: 2rem;
}

.elementor-posts
  .elementor-post
  .elementor-post__text
  .elementor-post__read-more {
  margin-top: auto;
  color: var(--e-global-color-f2dd954);
  font-weight: 400;
}

.elementor-location-single .whitepaperForm .elementor-form input[type='text'],
.elementor-location-single .whitepaperForm .elementor-form input[type='email'] {
  padding: 0 25px;
}

.elementor-location-single .whitepaperForm .elementor-form input::placeholder {
  color: #000 !important;
}

.elementor-form .elementor-field-type-submit {
  max-width: fit-content;
}

.elementor-field-type-upload label {
  color: #818a91;
  font-size: 15px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px !important;
  font-weight: normal !important;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  position: relative;
  margin-bottom: 10px;
}

.elementor-field-type-upload label:hover {
  color: #ffffff;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

.elementor-form .elementor-upload-field::-webkit-file-upload-button,
.elementor-form .elementor-upload-field::file-selector-button {
  display: none;
}
.elementor-form .elementor-field-type-upload {
  margin: 20px 0;
  margin-bottom: 50px !important;
}

.elementor-form .elementor-field-type-upload .elementor-upload-field {
  cursor: pointer;
  border: 0 !important;
}
/* 

.elementor-form .elementor-field-type-upload .elementor-upload-field{
  cursor: pointer;
  border: 0 !important;
}
.elementor-form .elementor-field-type-upload {
  margin: 20px 0;
  margin-bottom: 50px !important;
}
.elementor-form .elementor-field-type-upload .elementor-field-label {
  font-size: 16px;
  margin-bottom: 10px;
}
.elementor-form .elementor-upload-field::-webkit-file-upload-button,
.elementor-form .elementor-upload-field::file-selector-button {
	border: 2px solid var(--e-global-color-f2dd954);
  color: var(--e-global-color-f2dd954);
  padding: 10px 22px;
	border-radius: 30px;
	background-color: #ffffff;
  cursor: pointer;
  margin-right: 25px;
}
@media (max-width: 767px){
  .elementor-form .elementor-upload-field::-webkit-file-upload-button,
  .elementor-form .elementor-upload-field::file-selector-button {
    margin-right: 10px;
    padding: 8px 12px;
  }

}

.elementor-form .elementor-upload-field::file-selector-button:hover,
.elementor-form .elementor-upload-field::-webkit-file-upload-button:hover {
	background-color: var(--e-global-color-f2dd954);
  color: #fff;
  
} */
.elementor-location-single
  .whitepaperForm
  .elementor-form
  input[type='checkbox'] {
  border-color: #fff !important;
}

.elementor-location-single
  .whitepaperForm
  .elementor-form
  input[type='checkbox']:checked:before {
  border-color: #fff !important;
}

.elementor-location-single .whitepaperForm .elementor-form label {
  color: #fff;
}

.elementor-location-single
  .whitepaperForm
  .elementor-form
  .elementor-field-group {
  margin-bottom: 1rem !important;
}

.elementor-location-single.type-job .elementor-widget-theme-post-content h4 {
  margin-top: 50px;
}
.elementor-location-single.type-job
  .elementor-widget-theme-post-content
  h4:first-child {
  margin-top: 0;
}

.successStoriePosts .elementor-post {
  display: flex;
  flex-direction: column;
}

.successStoriePosts .elementor-post__read-more {
  color: #fff !important;
  border-color: #fff;
  font-size: 18px;
  margin-top: auto !important;
}

.elementor-posts .elementor-post__read-more {
  font-size: 18px;
}

.newsletterForm .elementor-form-fields-wrapper {
  flex-wrap: nowrap;
}

.newsletterForm .elementor-form-fields-wrapper .elementor-field-group {
  padding: 0 !important;
}

.newsletterForm
  .elementor-form-fields-wrapper
  .elementor-field-group
  input[type='email'] {
  padding: 0 20px !important;
}

.newsletterForm
  .elementor-form-fields-wrapper
  .elementor-field-group
  button[type='submit'] {
  border: 0 !important;
  padding: 0 10px !important;
  font-size: 15px;
}

.absolute-col {
  /* position: absolute;
  left: 50%;
  width: 100%; */
}

/*
  SINGLE POST START
*/
.post__metainfo,
.post__metaimage {
  max-width: fit-content;
}

.post__metaimage {
  width: 100px !important;
  height: 100px;
  margin-left: 1.5em;
  position: relative;
}

.post__metaimage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .post__metaimage {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .post__metainfo .elementor-post-info {
    flex-direction: column;
  }
}

.social-shares {
  display: flex;
}

.social-shares .social-shares-button {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}

.social-shares .social-shares-button > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.scrollTopWrapper {
  margin: 0 !important;
}

.no-padding > .elementor-widget-wrap {
  padding: 0 !important;
}

/* 
LAZY LOAD POSTS START
*/
.loadmoreBlog .alm-reveal {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}

.loadmoreBlog .alm-reveal .elementor-post {
  padding: 15px;
  max-width: 33.33%;
}

.loadmoreBlog .elementor-post__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.loadmoreBlog .elementor-post__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 21px;
}

.loadmoreBlog .elementor-post__title > a {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  hyphens: auto;
}

.loadmoreBlog .elementor-post__excerpt {
  margin-bottom: 0.5em;
}

.loadmoreBlog .elementor-post__excerpt > p {
  font-size: 18px;
}

.loadmoreBlog .elementor-post__read-more {
  color: var(--e-global-color-f2dd954);
  font-size: 18px;
  font-weight: 400;
  margin-top: auto;
  display: flex;
}

.loadmoreBlog .elementor-post__meta-data {
  order: -1;
  font-size: 16px;
  margin-bottom: 0.9em;
}

@media (max-width: 768px) {
  .loadmoreBlog .alm-reveal {
    flex-direction: column;
  }
  .loadmoreBlog .alm-reveal .elementor-post {
    max-width: 100%;
  }
  .postcolumn .elementor-post__thumbnail {
    max-width: 400px;
    width: 100%;
    padding-bottom: 0 !important;
  }
  .postcolumn .elementor-post__thumbnail > img {
    transform: unset !important;
  }
}
/* 
LAZY LOAD POSTS END
*/

/* 
NEXIS ICON ROW START
*/

.nexisIconWrapper {
}

.nexisIcon {
  position: relative;
}

.nexisIcon:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 500px;
  width: 101%;
}

.nexisIcon:before {
  content: '';
  top: -1px;
  position: absolute;
  background-color: #fff;
  height: 100%;
}

.nexisIcon--left {
  padding-right: 300px !important;
  margin-right: 25px;
  margin-top: 200px;
  z-index: 3;
}

.nexisIcon--right {
  padding-left: 300px !important;
  margin-left: 25px;
  margin-bottom: 200px;
  z-index: 2;
}

.nexisIcon--left:after {
  right: 0;
  background-image: url(./img/icons/Nexis_Funktionen_Icon01.svg);
  background-position: right;
  /* top: 35%;
  height: 134%;
  transform: translateY(-50%) translateX(39%); */
  top: 50%;
  height: 100%;
  transform: translateY(-50%) translateX(24%);
}

.nexisIcon--right:after {
  top: 57%;
  height: 113%;
  left: 0;
  background-image: url(./img/icons/Nexis_Funktionen_Icon02.svg);
  background-position: left;
  transform: translateY(-50.5%) translateX(-31%);
}

.nexisIcon--left:before {
  right: -1px;
  width: 138px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.nexisIcon--right:before {
  left: -1px;
  width: 148px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.nexisIconHeadline {
  position: absolute;
  right: -150px;
}

.nexisIcon__image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 500px;
}

.nexisIcon--left .nexisIcon__image {
  right: 0;
  background-image: url(./img/icons/Nexis_Funktionen_Icon01.svg);
  background-position: right;
  top: 50%;
  height: 101%;
  transform: translateY(-50%) translateX(33%);
}
.nexisIcon .mobileIcon {
  display: none;
}

.nexisIcon .elementor-heading-title {
  margin-bottom: 30px;
}
@media (max-width: 1800px) {
  .nexisIcon {
    transform: translateX(0) !important;
    margin: 0;
    padding: 80px !important;
  }
  .nexisIcon:after {
    display: none;
  }
  .nexisIconHeadline {
    position: relative;
    right: unset;
  }
  .nexisIcon:before {
    display: none;
  }
  .nexisIcon .mobileIcon {
    display: block;
    margin-bottom: 30px !important;
    margin-right: 20px;
  }
  .nexisIconWrapper {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .nexisIconWrapper > .elementor-container {
    flex-direction: column;
  }
  .nexisIconWrapper > .elementor-container > .elementor-column {
    width: 100%;
  }
  .nexisIcon .mobileIcon img {
    width: 50px !important;
  }
}

@media (max-width: 900px) {
  .nexisIcon {
    padding: 20px !important;
  }
  .nexisIcon .mobileIcon {
    display: block;
    margin-right: 0 !important;
  }
}
/* 
NEXIS ICON ROW END
*/

/* 
MEDIA QUERIES START
*/

@media (min-width: 1400px) {
  .site-main,
  .elementor-location-header header.elementor-section,
  .elementor-location-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container--small {
    max-width: 80%;
    margin: 0 auto;
  }
  .container--left {
    max-width: 80%;
    margin-left: auto;

    /* margin: 0 auto; */
  }
  .paddingcol--left {
    padding-left: 20%;
    /* margin-left: auto;
	  max-width: calc(100vw - 1600px) !important; */
  }
}

.container--left {
  padding-right: 10%;
}

.iconboxWrapper--multi > .elementor-container {
  flex-wrap: wrap;
}
.iconboxWrapper--multi > .elementor-container > .elementor-column {
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1399px) {
  .site-main,
  .elementor-location-header header,
  .elementor-location-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paddingcol--left {
    padding-left: 40px;
    /* margin-left: auto;
	  max-width: calc(100vw - 1600px) !important; */
  }
}

@media (max-width: 767px) {
  .site-main,
  .elementor-location-header header,
  .elementor-location-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding-left: 20px;
    padding-right: 20px;
  }
  .paddingcol--left {
    padding-left: 0;
    /* margin-left: auto;
	  max-width: calc(100vw - 1600px) !important; */
  }

  .fixedButton {
    display: none;
  }
  .elementor-location-header
    .elementor-location-header-main
    .elementor-widget-theme-site-logo {
    position: relative !important;
  }

  .iconboxWrapper .full-height-iconbox > .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .iconboxWrapper .elementor-column {
    width: 50% !important;
    flex: 0 0 50%;
  }
}
@media (max-width: 1199px) {
  .iconboxWrapper .elementor-column {
    margin-bottom: 50px;
  }

  .iconboxWrapper .elementor-container {
    flex-wrap: wrap;
  }
  .iconboxWrapper {
    margin: 0 !important;
  }
  .iconboxWrapper:last-child {
    margin-bottom: -50px !important;
  }
}

@media (min-width: 1200px) {
  .equal-height-section {
    display: flex;
  }
  .equal-height-section .elementor-column {
    height: 100%;
    display: flex;
  }
  .equal-height-section .elementor-column .elementor-widget-wrap {
    height: 100%;
    flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .equal-height-section-smaller {
    display: flex;
  }
  .equal-height-section-smaller .elementor-column {
    height: 100%;
    display: flex;
  }
  .equal-height-section-smaller .elementor-column .elementor-widget-wrap {
    height: 100%;
    flex-direction: column;
  }
}
.bigHeadline h4.elementor-heading-title {
  text-transform: uppercase;
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bigHeadline h4.elementor-heading-title {
    font-size: 60px !important;
  }
}

@media (min-width: 1025px) {
  .elementor-nav-menu--main .sub-arrow {
    display: none;
  }
}

@media (max-width: 1024px) {
  .tablet-fullwidth {
    width: 100% !important;
  }
  .elementor-nav-menu--dropdown .menu-item > a {
    padding: 1em 1.5em !important;
  }
  .elementor-nav-menu--dropdown a.highlighted {
    background-color: inherit !important;
  }
  .elementor-nav-menu--dropdown .elementor-item.has-submenu .sub-arrow {
    display: block !important;
  }
}

/* 
MEDIA QUERIES END
*/

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.jobsList {
  display: flex;
  flex-direction: column;
}

.jobsList__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  overflow: hidden;
}

.site-main .jobsList__item__title {
  color: #000;
}

.jobsList__item__clicker {
  position: relative;
  padding-right: 2em;
  margin-right: -2em;
  transform: translateX(0);
  transition: transform 0.3s;
}

.jobsList__item__clicker:after {
  content: '';
  width: 1.4em;
  height: 1.4em;
  display: block;
  /* float: right; */
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: opacity 0.3s;
  background-image: url(./img/icons/arrow-right_green.svg);
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}

.jobsList__item__clicker:hover {
  transform: translateX(-2em);
}

.jobsList__item__clicker:hover + .jobsList__item__title,
.jobsList__item__clicker,
.jobsList__item__title:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-color: var(--color-background-1);
  background-image: var(--gradient-background-1);
}

@media (max-width: 767px) {
  .jobsList__item__clicker {
    transform: translateX(-2em);
  }
  .jobsList__item__clicker > span {
    display: none;
  }

  .jobsList__item__title {
    max-width: calc(100% - 50px);
  }
}

.newsletterFooter .rm-form-container {
  padding: 0;
}

.newsletterFooter .rm-form-container {
  padding: 0;
}

.newsletterFooter .rm-form-container label.checkbox-label {
  color: #fff;
  font-size: 15px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  line-height: 1.1;
}

.newsletterFooter .rm-form-container label.checkbox-label > input {
  position: absolute;
  left: 0;
  left: 15px;
  width: 1em;
  min-height: 1em;
  border: 2px solid #fff !important;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.newsletterFooter
  .rm-form-container
  label.checkbox-label
  > input:checked:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 4px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.newsletterFooter .rm-form-container input[type='text'] {
  line-height: 1.4;
  font-size: 15px;
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px;
  padding: 0 20px !important;
  min-height: 40px;
}

.newsletterFooter .rm-form-container input[type='submit'] {
  outline: none;
  background-clip: unset;
  background-color: transparent !important;

  position: relative;
  border: solid var(--border-width) #fff !important;
  color: #fff;
  width: 100%;
  line-height: 1.4;
  font-size: 15px;
  justify-content: center;
}

.newsletterFooter .rm-form-container li[rel='lastname'] label,
.newsletterFooter .rm-form-container li[rel='email'] label {
  display: none;
}

.newsletterFooter h5:empty {
  display: none;
}

.newsletterFooter .rm-form ul li {
  margin-bottom: 0.5em;
}

.dialog-lightbox-widget .dialog-close-button {
  color: #fff;
}

.navTrigger {
  display: none;
}

@media (max-width: 500px){
	.navTrigger{
		bottom: unset !important;
	}
}
@media (max-width: 1300px) {
  .mainNav {
    display: none !important;
  }
  .navTrigger {
    display: block !important;
    position: relative;
    /* right: 0;
    top: -90px; */
    margin-top: -20px;
    margin-bottom: -20px;

    transition: all 400ms;
  }
}
@media (max-width: 1300px) {
  .navTrigger {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(0);
    margin: 0 !important;
  }

  .zeroHeight {
    height: 0 !important;
    position: absolute;
  }
  .elementor-location-header.scrolled .navTrigger {
    transform: translateY(-20px);
  }
}

.navTrigger .ham {
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navTrigger .ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 2;
  /* stroke-linecap: round; */
}

.navTrigger .ham .top {
  stroke-dasharray: 40 160;
}

.navTrigger .ham .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.navTrigger .ham .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms stroke-dashoffset 400ms;
}

.navTrigger.active .ham {
  transform: rotate(45deg);
}

.navTrigger.active .ham .top {
  stroke-dashoffset: -64px;
}

.navTrigger.active .ham .middle {
  transform: rotate(90deg);
}

.navTrigger.active .ham .bottom {
  stroke-dashoffset: -64px;
}
html:lang(de) .hide-de {
  display: none;
}
html:lang(en-US) .hide-en {
  display: none;
}

@media (max-width: 767px) {
  .customerButton {
    margin-right: auto;
    margin-left: -20px;
  }
  .elementor-button {
    min-height: 38px;
    font-size: 16px !important;
  }
  .elementor-button > span,
  .elementor-button .elementor-button-content-wrapper {
    padding: 8px;
  }
  .elementor-button .elementor-button-text {
    padding: 1px;
  }
  .elementor-location-header
    .elementor-location-header-main
    .elementor-widget-wrap {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .elementor-location-footer .menu-item > a,
  .elementor-location-footer a:not([class]) {
    font-size: 15px !important;
  }

  .fixedButton {
    font-size: 15px;
    padding: 8px 15px;
  }
  .fixedButton__inner:before {
    display: none;
  }
  .mainSlider .swiper-slide-contents {
    position: relative;
    top: unset;
  }
}

@media (min-width: 768px) and (max-width: 1750px) {
  .elementor-top-section.gradient > .elementor-container {
    padding-left: 50px;
  }

  .elementor-location-popup
    .elementor-top-section.gradient
    > .elementor-container {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fixedButton {
    font-size: 15px;
    padding: 8px 15px;
  }
  .fixedButton__inner:before {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .elementor-counter-number-wrapper {
    font-size: 40px !important;
  }
  .elementor-counter .elementor-counter-title {
    font-size: 17px;
  }
}
/* @media (min-width: 1025px) and (max-width: 1600px ) {
  .elementor-top-section.gradient .elementor-heading-title {
    margin-left: 2%;
  }

} */

.elementor-location-footer .gradient > .elementor-container {
  padding-left: 0;
}

.elementor-element-2143a79 {
  max-height: fit-content;
}

.cc-banner {
  font-family: 'Open Sans', Sans-serif;
  background-color: var(--color-background-1);
  background-image: var(--gradient-background-1);
  color: #fff;
}

.cc-banner .cc-message {
  color: #fff;
}

.cc-banner .cc-btn {
  outline: none;
  background-clip: unset;
  background-color: transparent !important;
  border: solid var(--border-width) #fff !important;
  color: #fff;
  line-height: 1.4;
  font-size: 15px;
  border-radius: 30px 30px 30px 30px;
  padding: 0.5rem 2rem;
  text-decoration: none !important;
}

.unsupported-browser {
  display: none;
  z-index: 99999;
  top: 16px;
  left: 16px;
  right: 16px;
  background: #cf6a87;
  color: #ffffff;
  padding: 24px 16px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .elementor-invisible {
    visibility: visible !important;
  }
  .elementor-nav-menu--main .elementor-nav-menu a,
  .gradient--text p,
  .tab-desc p,
  .elementor-heading-title,
  .elementor-default a,
  .elementor-default label,
  .elementor-default .elementor-button,
  .elementor-default .tab-title__inner,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000 !important;
  }
}
#successSwiper {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
#successSwiper .elementor-posts--skin-classic {
  flex-wrap: nowrap;
  display: flex;
  width: fit-content;
  gap: 0;
}

#successSwiper .swiper-button-prev,
#successSwiper .swiper-button-next {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  top: 30px;
}

#successSwiper .swiper-button-next {
  background-image: url(img/icons/arrow-right_white.svg);
  right: 0;
  left: unset;
}

#successSwiper .swiper-button-prev {
  right: 30px;
  left: unset;
  background-image: url(img/icons/arrow-left_white.svg);
}





.onlyadmin {
	display: none !important;
}

body.logged-in .onlyadmin {
	display: block !important;
}

@media (max-width: 1024px){
	
	body.admin-bar .dialog-type-lightbox {
   position: fixed !important;
}
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	display: none;
}


@media screen and (max-width: 767px){
	.elementor-widget-gallery .elementor-gallery-item__overlay,.elementor-widget-gallery .elementor-gallery-item__content {
    display: flex !important;
    justify-content: flex-end !important;
  }
	.elementor-widget-gallery .elementor-gallery-item__overlay,.elementor-widget-gallery .elementor-gallery-item__content .elementor-animated-item--fade-in {
   opacity: 1 !important;
  }
}


.elementor-widget-seitenwind-tab-slider .slider__gallery .gallery__item {
    padding: 0 10px 10px 0;
}

.elementor-widget-seitenwind-tab-slider .tab-title.is-selected > span > span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	background-color: var(--color-background-1);
	background-image: var(--gradient-background-1);
}

.gradient .elementor-widget-seitenwind-tab-slider .tab-title.is-selected > span > span {
	color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    -moz-background-clip: unset;
    -moz-text-fill-color: unset;
    background-image: unset;
    background-color: unset;
}
.glowCookies__banner .settings__btn__styles,
.glowCookies__banner .accept__btn__styles {
	font-size: 13px;
}


.borlabs-cookie-preference {
	width: 48px;
	height: 48px;
	display: block;
position: relative;
}

.borlabs-cookie-preference:before {
	content: '';
	width: 100%;;
	height: 100%;
position: absolute;
left: 0;
	top: 0;
	background-image: url(https://nexis-secure.com/wp-content/uploads/NEXIS_cookies_min.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	 transform: scale(1);
	transition: transform .2s ease-in-out;
}



.borlabs-cookie-preference:hover:before {
 transform: scale(1.1);
}
.borlabs-cookie-preference > svg {
	display: none;
}


@media (max-width: 600px){
	
	.mobileNav .menu-item-has-children .sub-menu {
			    flex-wrap: wrap;
	}
}



@media (max-width: 600px){
	
	.mobileNav .menu-item-has-children .sub-menu {
			    flex-wrap: wrap;
	}
}



.tablepress {
  --head-bg-color: #00a64e;
  --head-text-color: #fff;
}
.tablepress {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.tablepress table {
  width: 100%;
  border-collapse: collapse;
}
.tablepress th, .tablepress td {
  word-break: break-word;
}
.elementor-widget-button.wrap .elementor-button .elementor-button-text {
  white-space: unset;
}
.elementor-widget-button.wrap .elementor-button .elementor-button-text:after {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}


body.privacy-policy .site-main a:not([class]){
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper {
    overflow: scroll;
  }
  .dataTables_wrapper .tablepress {
    min-width: 767px;
  }
  
  
}



.elementor-location-header #my-header-button.elementor-button {
  /* 1) Rand erst mal transparent anlegen */
  border: 2px solid #ff5733 !important;

  /* 2) „Double-Background-Technik“: 
        - Der erste Gradient (border-box) erzeugt den Outline,
        - Die zweite Ebene ist transparent (padding-box). */
  


  /* Damit kein anderes Theme-CSS dazwischen funkt */
  background-color: transparent !important;

  /* Ggf. abgerundete Ecken, anpassbar */
  border-radius: 40px;

  /* Positionierung für Sicherheit */
  position: relative;
  z-index: 0;
}

/* Viele Themes malen ggf. Hintergründe per ::before oder ::after.
   Wir schalten sie ab, um den Transparenz-Effekt zu wahren. */
.elementor-location-header #my-header-button.elementor-button::before,
.elementor-location-header #my-header-button.elementor-button::after {
  content: none !important;
  background: none !important;
}

/* SCHRIFT: Verlauf + Fett */
.elementor-location-header #my-header-button.elementor-button .elementor-button-text {
  font-weight: 700 !important;  /* Fett gedruckt */
  background: linear-gradient(15deg, #FF0404 0%, #FFBA00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}


.elementor-location-header #my-header-button.elementor-button {
  /* 1) Rand erst mal transparent anlegen */
  border: 2px solid #ff5733 !important;

  /* 2) „Double-Background-Technik“: 
        - Der erste Gradient (border-box) erzeugt den Outline,
        - Die zweite Ebene ist transparent (padding-box). */
  


  /* Damit kein anderes Theme-CSS dazwischen funkt */
  background-color: transparent !important;

  /* Ggf. abgerundete Ecken, anpassbar */
  border-radius: 40px;

  /* Positionierung für Sicherheit */
  position: relative;
  z-index: 0;
}

/* Viele Themes malen ggf. Hintergründe per ::before oder ::after.
   Wir schalten sie ab, um den Transparenz-Effekt zu wahren. */
.elementor-location-header #my-header-button.elementor-button::before,
.elementor-location-header #my-header-button.elementor-button::after {
  content: none !important;
  background: none !important;
}

/* SCHRIFT: Verlauf + Fett 
.elementor-location-header #my-header-button.elementor-button .elementor-button-text {
  font-weight: 700 !important;  /* Fett gedruckt 
  background: linear-gradient(15deg, #FF0404 0%, #FFBA00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
} */

/* -------------------------- */
/* NEUE Klasse: Button-red    */
/* für Buttons im Hauptcontent*/
/* -------------------------- */
.button-red.elementor-button {
  border: 2px solid #ff5733 !important;
  background-color: transparent !important;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}

.button-red.elementor-button::before,
.button-red.elementor-button::after {
  content: none !important;
  background: none !important;
}

.button-red.elementor-button {
  font-weight: 700 !important;
  background: linear-gradient(15deg, #FF0404 0%, #FFBA00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

/* Button im Header und Language Switch verwschindet ab 1300 px */

@media (max-width: 1300px) {
	
	/* nexis 4 Demo wird nicht angezeigt*/
 .elementor-element-2cbda43.my-header-button {
    display: none !important;
  }

  .languageSwitch {
    display: none !important;
  }
}


