/*
Theme Name: R3 Ratingen
Theme URI: https://github.com/elementor/hello-theme/
Description: websplash | Agentur für Internet und Mediendesign
Author: websplash
Author URI: https://websplash.de/
Template: hello-elementor
Version: 1.0.6
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
*/

:root {
  --darkblue: #034962;
  --progress-bar: 0% !important;
}

::-webkit-input-placeholder {
  /* Edge */
  font-weight: 400 !important;
  font-size: 20px !important;
  color: var(--e-global-color-text) !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 400 !important;
  font-size: 20px !important;
  color: var(--e-global-color-text) !important;
  opacity: 1 !important;
}

::placeholder {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: var(--e-global-color-text) !important;
  opacity: 1 !important;
}

::selection {
  background: #efe7de;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #efe7de;
  /* Gecko Browsers */
}

.elementor-widget-text-editor p:last-of-type {
  margin-bottom: 0;
}

/* Custom Styles */
/* Custom Slider Class Settings */
.description-text {
  margin-bottom: 0 !important;
  line-height: 1;
  padding-left: 5px;
}

.description-text a {
  font-size: inherit !important;
  font-family: inherit;
  font-style: inherit;
  line-height: inherit;
  font-weight: inherit !important;
}

.uc-embedding-wrapper button {
  height: auto;
  width: 100%;
  font-size: 24px;
  padding: 0.25em 1em;
  margin: 0;
  border-color: #000;
}

.uc-embedding-buttons {
  margin-top: 20px !important;
}

.uc-embedding-wrapper button {
  margin-bottom: 10px;
}

.boxed-pagination .swiper-container {
  padding-bottom: 0 !important;
}

.boxed-pagination .swiper-container .swiper-wrapper {
  margin-bottom: -10px !important;
}

.boxed-pagination .swiper-pagination {
  text-align: end !important;
  padding-right: 100px;
  bottom: -60px !important;
}

.boxed-pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 18px !important;
  height: 28px !important;
  transform: skewX(20deg);
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
  position: relative;
}

.boxed-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: transparent !important;
  border-color: #ffffff !important;
  opacity: 1;
}

.boxed-pagination.secondary-color .swiper-pagination-bullet {
  background: #000000 !important;
  border-color: #000000 !important;
}

.boxed-pagination.secondary-color .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border-color: #000000 !important;
  background: transparent !important;
}

/* Heading Custom Styles */
.heading-underline:after {
  content: "";
  width: 200px;
  height: 0px;
  border-top: 1px solid var(--e-global-color-5b4a328);
  position: absolute;
  bottom: -30px;
  left: 0;
}

.heading-underline.underline-center:after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.no-margin {
  margin-bottom: 0 !important;
}

.nr-1-mobile {
  display: none !important;
}

/* Flex Direction Row */
.flex-wrap > .elementor-container {
  flex-wrap: wrap;
}

.flex-wrap > .elementor-container .elementor-column {
  width: 100% !important;
}

.number-2 {
  position: relative;
  bottom: 0px;
  display: inline-block;
  width: fit-content;
}

.zoom-out-animation {
  overflow: hidden;
}

/* Align an element to end on align all start*/
.align-bottom-container .elementor-widget-wrap {
  flex-direction: column;
}

.align-bottom {
  flex-grow: 1 !important;
  display: flex;
  align-items: end !important;
}

/* Button Styles */
/* Svg on a button in a dropdown */

.arrow-down a .elementor-button-icon {
  position: relative;
  width: 20px;
  height: 20px !important;
  content: "";
  height: 100%;
  background: var(--e-global-color-5b4a328);
  top: 2px;
  left: 0;
  transition: transform 0.25s linear;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-image: url("assets/images/svg/arrow-down.svg");
  mask-image: url("assets/images/svg/arrow-down.svg");
}

.arrow-down a:hover .elementor-button-icon {
  transform: translateY(10px);
}

.dropdown-underline .elementor-accordion-item {
  border-bottom: 1px solid var(--e-global-color-text) !important;
}

.dropdown-underline .elementor-accordion-item:first-child {
  border-top: 1px solid var(--e-global-color-text) !important;
}

.inner_fullwidth.inner_right .elementor-container {
  margin-right: 0 !important;
}

#progress-tracker-cont {
  content: "";
  left: 60px;
  top: 25%;
  position: fixed;
  height: 50%;
  width: 1px;
  z-index: 100 !important;
  background: #b7e2fa;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}

body.active #progress-tracker-cont {
  opacity: 1;
  width: 2px;
  background: var(--e-global-color-5b4a328);
}

#progress-tracker-cont .elementor-container {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 0;
  background: var(--e-global-color-16f59dc);
}

/*Safari Fixes*/

/*body.active #progress-tracker-cont {*/
/*    opacity: 1;*/
/*    border: 1px solid red;*/
/*    !* width: 5px; *!*/
/*    !* background: red; *!*/
/*}*/

/*#progress-tracker-cont .elementor-container {*/
/*  position: fixed;*/
/*  width: 2px;*/
/*  left: 2px;*/
/*}*/

/*Hero Section*/
.hero-overlay {
  height: 100vh;
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  transition:
    all 0.5s ease-in,
    top 1s linear 0s !important;
}

body.active .hero-overlay {
  /*left: -100%;*/
  /*xpard 2025-04-28*/
  right: -100%;
  opacity: 0;
  /*transition: opacity .8s ease-in , top 2s linear .5s !important;*/
}

.admin-bar .hero-swiss-life {
  top: 32px !important;
}

.hero-height {
  height: 100vh;
}

.hero-cont-under .elementor-container {
  overflow: hidden;
}

.section-1-text {
  height: 100% !important;
}

.section-1-text .elementor-container {
  overflow: hidden;
  height: 100%;
}

/*Moving the hero image and the text to its normal position on active and elementor editor*/
.hero-text {
  width: 0 !important;
}

.hero-text,
.hero-img {
  transition: width 0.5s ease-in;
}

.move-down a svg {
  transition: transform 0.25s linear;
}

.move-down a:hover svg {
  transform: translateY(10px);
}

/*.elementor-editor-active .hero-text,*/
body.active .hero-cont-under .hero-text {
  /*width: 65% !important;*/
  width: 50% !important;
  /*z-index: 105;*/
  position: relative;
}

/*.elementor-editor-active .hero-img,*/
body.active .hero-cont-under .hero-img {
  /*width: 35% !important;*/
  width: 50% !important;
}

.hero-img {
  width: 100% !important;
}

.hero-cont-under .hero-img img {
  transition: all 0.8s ease 0s;
  position: relative !important;
  z-index: 3;
}

/*.elementor-editor-active .hero-img img,*/
body.active .hero-cont-under .hero-img img {
  margin-left: 25%;
}

.number-1 {
  opacity: 0;
  left: 100% !important;
  transition: all 0.8s ease 0s;
  position: relative;
}

body.active .number-1 {
  left: 0;
  opacity: 1;
  transition-delay: 0.6s;
  z-index: 5 !important;
}

body.active .number-1 {
  opacity: 1;
  left: -335px !important;
  bottom: 1px !important;
  margin-left: 25%;
}

.section-1-text > div {
  opacity: 0;
}

.section-1-text .check-list {
  position: relative;
}

body .section-1-text .elementor-container {
  opacity: 1;
  position: relative;
  overflow: visible;
}

body .section-1-text .elementor-container .elementor-widget-wrap {
  position: absolute;
  right: 0;
  width: 610px;
  height: 100%;
}

.hero-button a > .elementor-button-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-button a > .elementor-button-content-wrapper svg {
  width: auto;
  height: 3.5em;
  margin-top: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-button a > .elementor-button-content-wrapper svg:hover {
  fill: var(--e-global-color-5b4a328);
}

/*Section 2*/

/*Purple area*/
.transit-container > .elementor-container {
  border: 1px solid white;
  padding: 20px;
  max-width: 1180px !important;
}

.transit-container .elementor-icon-box-icon {
  height: 125px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px !important;
}

.transit-arrow svg#Ebene_1 {
  height: 2em !important;
}

.transit-arrow .elementor-icon-wrapper {
  width: fit-content;
  margin-right: 0 !important;
}

.transit-row,
.transit-row > .elementor-container {
  height: 100% !important;
}

/*Section 3*/
.section3-img {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0 !important;
  height: fit-content;
  width: calc(100% + 200px) !important;
}

.icon-box-container .elementor-icon i,
.elementor-icon svg {
  height: auto !important;
}

.map-container {
  position: absolute !important;
}

.gm-style img {
  max-width: none !important;
}

#custom_map {
  left: 0;
  height: 709px;
  width: 100%;
  position: relative;
  z-index: 5;
}

/*Section 4*/
.floor-img a {
  position: relative;
}

.floor-img a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px !important;
  content: "";
  height: 100%;
  background: var(--e-global-color-5b4a328);
  bottom: 0;
  right: 0;
  transition: transform 0.25s linear;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-image: url("assets/images/svg/icon-lupe.svg");
  mask-image: url("assets/images/svg/icon-lupe.svg");
}

.floor-img a:hover:after {
  background: var(--e-global-color-secondary);
}

/*Checked checkbox appearance*/
input[type="checkbox"]:checked:before {
  content: "\2713";
  color: var(--e-global-color-5b4a328);
}

/*Section 6*/

.elementor-button-icon svg {
  width: 1em;
  height: auto;
  height: 1.5em;
  width: auto;
  position: absolute;
}

input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block !important;
  width: 20px;
  height: 20px;
  padding: 3px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid var(--e-global-color-5b4a328);
  border-radius: 50%;
}

.kontakt-btn svg {
  height: 1.9em !important;
  width: auto !important;
}

.kontakt-btn.smaller-one svg {
  height: 1.2em !important;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: var(--e-global-color-5b4a328);
}

input:focus,
textarea:focus {
  box-shadow: none !important;
  border-color: var(--e-global-color-secondary) !important;
}

.elementor-field-option {
  display: flex;
  align-items: end;
}

.elementor-field-group {
  align-content: flex-start;
}

.elementor-message {
  display: flex !important;
}

.elementor-field-option label {
  padding-left: 10px;
}

form-field-Anrede-1 {
  display: flex;
  align-items: end;
}

.elementor-field-type-acceptance .elementor-field-option {
  display: flex;
  justify-content: left;
  align-items: center;
}

input[type="checkbox"] {
  margin-right: 8px;
  /*Remove the standard background appearance*/
  transition: border-color 0.5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-clip: content-box;
  border: 1px solid var(--e-global-color-5b4a328) !important;
  border-radius: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transform: translateY(4px);
}

.main-form .elementor-field-subgroup label[for="form-field-accept_field"] {
  line-height: 25px !important;
}

.main-form .elementor-field-textual {
  font-size: 20px !important;
}
@media screen and (max-width: 768px) {
  .main-form .elementor-field-textual {
    font-size: 18px !important;
  }
}

elementor-field-textual

/* optional styles, I'm using this for centering radiobuttons */
.flex {
  display: flex;
  align-items: center;
}

.under-message {
  text-align: right;
}

.elementor-field-option a {
  text-decoration: underline !important;
}

.elementor-field-option a:hover {
  text-decoration: none !important;
}

.main-form .elementor-field-type-submit {
  margin-top: 30px;
}

.main-form .elementor-button {
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}

.main-form button:disabled {
  cursor: not-allowed;
}

/*End Section 6*/
/*Section 7*/
.black-box-up {
  transform: translateY(-100px);
}

.section-7-icon-box .elementor-icon svg {
  height: 1em !important;
}

/*End Section 7*/

@media screen and (min-width: 1790px) {
  .elementor-2 .elementor-element.elementor-element-e756557 .elementor-icon {
    font-size: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-id="8505973"].hero-overlay {
    max-height: 100vh;
    overflow: hidden;
    display: flex;
  }
  [data-id="c10d0f0"].elementor-element {
    margin-bottom: -100px;
    overflow: hidden;
  }
}

@media screen and (max-height: 876px) and (min-width: 1025px) {
  /*Handling the hero overlay on shorter screens*/
  .hero-overlay .elementor-widget-wrap {
    /*height: 85%;*/
  }

  .hero-overlay-img,
  .hero-height,
  body.active .hero-overlay-img img,
  .hero-cont-under,
  .hero-cont-under > .elementor-container {
    min-height: 900px !important;
  }

  .main-icon .elementor-icon {
    font-size: 180px !important;
  }

  .elementor-2
    .elementor-element.elementor-element-cd38f00.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: flex-start !important;
    align-items: flex-start !important;
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 1025px) {
  /*Header Section*/
  .header-section {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in;
  }

  /*Fixed anchor point only on the main hero layout to handle the scroll to button well*/
  .anchort-point {
    position: absolute !important;
    top: 100px !important;
  }

  body.active .header-section {
    opacity: 1;
  }

  .admin-bar .header-section {
    top: 32px;
  }
}

@media screen and (max-width: 1300px) {
  #progress-tracker-cont {
    left: 2px;
    width: 2px;
  }
}

@media screen and (max-width: 1260px) {
  .elementor-2 .elementor-element.elementor-element-4c79e66 .elementor-form-fields-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1240px) {
  body .section-1-text .elementor-container .elementor-widget-wrap {
    width: 50vw;
  }
}

@media screen and (max-width: 1200px) {
  .hundred-at-1200-container > .elementor-container {
    flex-direction: column !important;
  }

  /*Section 3*/
  .section3-img {
    max-width: unset;
    max-height: unset;
    position: static !important;
  }

  .section3-img img {
    object-fit: cover;
  }
}

@media screen and (max-width: 1024px) {
  body .section-1-text .elementor-container .elementor-widget-wrap {
    width: 100%;
    position: static;
  }

  /*Resetting the hero styles as JS script is disabled*/
  .hero-overlay .elementor-container {
    /*min-height: 0 !important;*/
  }

  .section-1-text > div {
    opacity: 1;
  }

  .hero-overlay .elementor-container .elementor-column {
    height: auto !important;
  }

  body .header-section {
    opacity: 1;
    background: #fff;
  }

  .admin-bar .hero-swiss-life {
    top: 0px !important;
  }

  .hero-overlay {
    height: auto;
    position: static !important;
    opacity: 1;
  }

  .hero-cont-under > .elementor-container,
  .hero-height {
    min-height: 0 !important;
  }

  .hero-cont-under .hero-height {
    height: auto;
  }

  body .hero-cont-under .hero-text {
    width: 100% !important;
    position: relative;
  }

  body .hero-cont-under .hero-img {
    width: 100% !important;
  }

  .hero-img {
    width: 100% !important;
  }

  .nr-1-mobile {
    display: none !important;
  }

  body .number-1 {
    z-index: 5 !important;
    left: 0;
    opacity: 1;
    bottom: -2px !important;
    margin-left: 25%;
  }

  body .section-1-text {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.7s;
  }

  .transit-arrow .elementor-icon-wrapper {
    width: auto;
    margin-right: 0 !important;
  }

  .map-container {
    position: static !important;
  }

  .transit-container > .elementor-container {
    padding: 00px;
    border: 0px solid white;
  }

  .transit-container svg {
    position: relative !important;
  }

  .transit-container svg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: green;
  }

  .transit-arrow-container {
    height: 200px;
  }

  .row-reverse > .elementor-container {
    display: flex !important;
    flex-direction: row-reverse !important;
  }

  .row-reverse > .elementor-container > .elementor-column {
    width: 50% !important;
  }

  /*    Section 7*/
  .black-box-up {
    transform: translateY(00px);
  }

  .under-icon-boxes {
    background: var(--e-global-color-5792e0e) !important;
  }

  .under-icon-boxes p {
    color: #fff !important;
  }
}

@media screen and (max-width: 768px) {
  .drowdown-btn .elementor-widget-container {
    width: 100%;
  }
  /*
    .hero-gradient::before {
        --background-overlay: '';
        background-color: transparent;
        // background-image: linear-gradient(56deg, var(--e-global-color-a935fdd) 75%, #FFFFFF00 0%) !important;
		// xpard 2025-05-04 
		background-image: linear-gradient(-8deg, #FFFFFF 75%, #FFFFFF00 0%) !important;
		background-position: 0 5%;
		background-size: 100% 200%;
    }
*/
  .boxed-pagination .swiper-pagination {
    padding-right: 40px;
  }
}

@media screen and (max-width: 600px) {
  .transit-arrow svg#Ebene_1 {
    height: 1.5em !important;
  }
}

.hoverSvgs svg {
  position: relative;
}

.hoverSvgs svg:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100px;
  height: 100px;
  background: green;
}

/* ReCaptcha Banner Styles */
form .elementor-form-fields-wrapper {
  position: relative;
}
.uc-text-embedding {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0 0 3px rgb(158 158 158);
}

.click-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.uc-text-embedding.loadedHTML {
  flex-direction: row;
}

.uc-text-embedding:hover {
  box-shadow: 0 0 6px var(--e-global-color-5b4a328);
}

a.uc-embedding-powered-by {
  font-size: inherit !important;
}

.uc-text-embedding strong,
.uc-text-embedding span a,
.uc-text-embedding span {
  line-height: 1.5;
  padding: 0;
  height: auto;
}

.uc-text-embedding .description-text .uc-text-embedding-inline-button {
  font-weight: bold !important;
  z-index: 5;
  position: relative;
  text-decoration: underline;
  display: inline;
}

.uc-text-embedding .description-text .uc-text-embedding-inline-button:last-child {
  color: var(--e-global-color-5b4a328);
}

.button-text {
  margin: 20px 80px 0 0;
  color: #d82034;
}

.uc-text-embedding .trigger-consent {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.uc-text-embedding .trigger-consent:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  opacity: 1;
  background-image: url(assets/images/svg/click.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.uc-text-embedding .description-text .uc-text-embedding-inline-button:last-child:hover {
  color: var(--e-global-color-5b4a328);
}

.uc-text-embedding-inline-button:hover {
  text-decoration: none;
}

.captcha-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  margin: auto;
}

.capthcaImg {
  width: 100px;
  padding-right: 10px;
}

.main-form button:disabled {
  cursor: not-allowed;
  background: #808080;
}

.grecaptcha-badge {
  visibility: hidden;
}

.no-captcha .elementor-form-fields-wrapper::before {
  position: absolute;
  z-index: 5;
  background-color: rgb(0 0 0 / 30%);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  transform: scale(1.03);
}

.no-captcha .elementor-field-type-recaptcha_v3 {
  z-index: 9;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
  height: fit-content;
  padding: 0 40px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1200px) {
  .uc-text-embedding .trigger-consent:after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 10px;
    width: 80px;
    height: 80px;
    opacity: 1;
    background-image: url(assets/images/svg/click.svg);
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .uc-text-embedding.loadedHTML {
    flex-direction: column;
  }

  .capthcaImg {
    width: 100px;
    padding: 0 0 20px 0;
  }

  .captcha-wrapper {
    padding-left: 0px;
  }
}
/*Friendly Captcha styles*/
form .frc-captcha {
  padding: 10px 10px 20px 10px;
}

form .frc-icon {
  fill: var(--e-global-color-a50ea3a);
  stroke: var(--e-global-color-a50ea3a);
  height: auto;
  width: 60px;
}

form .frc-container {
  padding-bottom: 10px;
}

form .frc-button {
  align-self: center;
  font-size: 16px !important;
  text-transform: initial !important;
  margin-top: 10px;
  padding: 0.5em 1em;
  border: 1px solid var(--e-global-color-5b4a328) !important;
  color: #ffffff;
  width: 100%;
}

form span.frc-banner b {
  font-size: 14px;
}

form span.frc-banner a {
  font-size: 10px;
}

form span.frc-banner a {
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: inherit !important;
  margin-bottom: 2px;
  font-size: 14px !important;
}

.frc-captcha {
  width: 100%;
  max-width: unset !important;
}

.uc-text-embedding {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 14;
  height: fit-content;
  max-width: 90%;
}

/*.gradient-btn a{*/
/*    background: linear-gradient(0deg,#ED5254 90px,#00A5B100 0px);*/
/*    transition: all .4s ease-out !important;*/
/*    background-size: 100px 130px;*/
/*}*/
.frc-content button:hover,
.uc-embedding-buttons button:hover {
  color: var(--e-global-color-16f59dc) !important;
  border-radius: 0 0 20px 0 !important;
  background-color: var(--e-global-color-6a5c0df);
  border-color: var(--e-global-color-16f59dc) !important;
}
.frc-content button,
.uc-embedding-buttons button {
  font-size: 19.2px !important;
  transition: border-radius 0.3s ease !important;
  border-color: var(--e-global-color-16f59dc) !important;
}
.uc-embedding-buttons button,
form button[type="submit"],
.gradient-btn a {
  color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
}

form button[type="submit"] > span,
.gradient-btn a .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}
/*
.uc-embedding-buttons button:before,
form button[type="submit"]:before,
.gradient-btn a:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -10%;
  bottom: -10%;
  width: 150%;
  height: 160%;
  z-index: 1;
  transition: all 0.6s ease-in;
  background: var(--e-global-color-6949cfe);
  transform: skewX(-45deg) translateX(-150%);
  transform-origin: bottom left;
}

.uc-embedding-buttons button:hover:before,
form button[type="submit"]:hover:before,
.gradient-btn a:hover::before {
  transform: skewX(-45deg) translateX(0);
}

.uc-embedding-buttons button:before {
  z-index: -1;
}

.uc-embedding-buttons button:hover,
form button[type="submit"]:hover,
.gradient-btn a:hover {
  color: rgb(194, 197, 238);
}

*/
.icon-up svg {
  transform: translateY(-3px);
}

.icon-down svg {
  transform: translateY(3px);
}

@media screen and (max-width: 1024px) {
  .hero-gradient {
    height: 1000px !important;
  }

  body.admin-bar .dialog-type-lightbox {
    position: fixed !important;
    height: 100%;
  }
}

/*Route planner styling*/
.gm-style .gm-style-iw-c {
  border-radius: 0px;
  padding: 20px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.4);
}

.gm-style .gm-style-iw {
  font-family: "SLAM Museo Sans", sans-serif;
  font-size: 15px;
}

.gm-style .gm-style-iw a.button {
  font-family: "SLAM Museo Sans", sans-serif;
  font-size: 14px;
  background: var(--e-global-color-a935fdd);
  color: #ffffff;
  font-weight: 700;
  padding: 0.5em 1.2em;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  border: 0;
}

.gm-style .gm-style-iw a.button:hover {
  background: var(--e-global-color-867863d);
  color: #ffffff;
}

.gm-style .gm-style-iw #start {
  border-radius: 0 !important;
}

button.gm-ui-hover-effect {
  top: 0px !important;
  right: 0px !important;
}

button.gm-ui-hover-effect img {
  width: 20px !important;
  height: 20px !important;
  margin: 5px !important;
}

/* xpard 2025-04-28 */
/* reset */
ul.custom-svg-list,
ul.custom-svg-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* indent for smaller icon (1.2em ≈ 70% of 1.75em) */
ul.custom-svg-list li {
  position: relative;
  padding-left: 2em;
}

/* 70% size (0.875em ≈ 70% of 1.25em), fixed color */
ul.custom-svg-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em; /* tweak to vertically center at new size */
  width: 0.875em;
  height: 0.875em;

  /* SVG mask so we can fill with a solid color */
  mask: url("/wp-content/uploads/kachel.svg") no-repeat center / contain;
  -webkit-mask: url("/wp-content/uploads/kachel.svg") no-repeat center / contain;

  background-color: #729bae;
}

/*Button styling (deactivated 16.03.26) */
/*
.elementor-button,
.elementor-button:link,
.elementor-button:visited,
.gradient-btn a,
.uc-embedding-buttons button {
    color: var(--e-global-color-6949cfe) !important;
    border: 2px solid var(--e-global-color-6949cfe) !important;
    background-color: #ffffff !important; 
}

.elementor-button:hover,
.elementor-button:focus,
.elementor-button:active,
.gradient-btn a:hover,
.uc-embedding-buttons button:hover {
    color: #ffffff !important;
    transition: all .6s ease-in;
    border: 2px solid var(--e-global-color-6949cfe) !important;
    background-color: #ffffff !important;
}

.elementor-button .elementor-button-icon *,
.elementor-button svg,
.gradient-btn a svg,
.uc-embedding-buttons button svg {
    color: currentColor !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    transition: all .6s ease-in;
    width: 1.3em !important;
    height: 1.3em !important;
	margin-left: auto !important;
    margin-right: auto !important;
	margin-top: auto !important;
    margin-bottom: auto !important;
    display: block !important;
}
*/

/* Vertikale Zentrierung des Icons */
.elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}

.elementor-button-icon {
  display: inline-flex;
  align-items: center;
}

.elementor-button-icon svg {
  margin: 0;
  vertical-align: middle;
  position: static; /* Entfernt vorherige Positionierung */
  transform: none; /* Entfernt vorherige Transformation */
}

/* Entfernt alle margin-bottom Einstellungen */
.elementor-button .elementor-button-icon svg {
  margin-bottom: 0 !important;
}

/* ============================================================================
   GLOBAL MINIMAL-STYLE FÜR ALLE TABLEPRESS / DATATABLES TABELLEN
   – weißer Hintergrund, keine Zebra-Streifen, kein Hover-Effekt,
     Kopfzeile immer weiß, dezente Typografie & Bedienelemente
   – füge das Snippet in den „Custom CSS“-Bereich deines Themes/Elementor ein
   ============================================================================ */

/* ---------- 1) Wrapper: weiße Karte mit sanftem Schatten ------------------- */
.dataTables_wrapper,
.dt-container {
  /* greift für #tablepress-x_wrapper */
  background: #fff;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* ---------- 2) Tabelle selbst --------------------------------------------- */
.tablepress {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

/* ---------- 3) Kopfzeile: immer weiß, Sortierklassen überschreiben -------- */
.tablepress thead th,
.tablepress thead th.sorting,
.tablepress thead th.sorting_asc,
.tablepress thead th.sorting_desc {
  font-weight: 600;
  text-align: left;
  padding: 0.75rem 1rem;
  background: #83929b !important; /* verhindert Blau/Grau vom Theme/Plugin */
  color: #fff !important;
  /*border-bottom: 2px solid #e0e0e0;*/
}

/* ---------- 4) Tabellendaten-Zellen --------------------------------------- */
.tablepress tbody td {
  padding: 0.65rem 1rem;
  border: none;
}

/* Trennlinie nur unter jeder Datenzeile (nicht seitlich) */
.tablepress tbody tr:not(:last-child) td {
  border-bottom: 1px solid #f0f0f0;
}

/* ---------- 5) Zebra-Striping vollständig deaktivieren (MIT HÖHERER SPEZIFITÄT) -------- */
/* Zielt spezifisch auf die Tabelle mit ID tablepress-1 */
#tablepress-1 tbody tr,
#tablepress-1 tbody tr:nth-child(odd),
#tablepress-1 tbody tr:nth-child(even) {
  background: #fff !important; /* Überschreibt Standard, Odd und Even */
}

/* Falls TablePress dynamisch .row-striping hinzufügt, auch dies abdecken */
#tablepress-1.tablepress tbody.row-striping tr,
#tablepress-1.tablepress tbody.row-striping tr:nth-child(odd),
#tablepress-1.tablepress tbody.row-striping tr:nth-child(even) {
  background: #fff !important;
}

/* ---------- 6) Hover-Effekt entfernen (MIT HÖHERER SPEZIFITÄT) ------------------------- */
/* Zielt spezifisch auf die Tabelle mit ID tablepress-1 */
#tablepress-1 tbody tr:hover {
  background: #fff !important; /* Überschreibt Hover-Effekt */
}

/* Falls TablePress dynamisch .row-hover hinzufügt, auch dies abdecken */
#tablepress-1.tablepress tbody.row-hover tr:hover {
  background: #fff !important;
}

/* ---------- 7) DataTables-UI (Suche, Pagination) vereinfachen ------------- */
.dataTables_wrapper .dt-search,
.dataTables_wrapper .dt-length,
.dataTables_wrapper .dt-paging {
  font-size: 0.9rem;
  color: #444;
}
.dataTables_wrapper .dt-input,
.dataTables_wrapper .dt-paging-button {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0.35rem 0.55rem;
  background: #fff;
}
.dataTables_wrapper .dt-paging-button.current {
  font-weight: 600;
  border-color: #444;
}

/* ---------- 8) Mobile: horizontales Scrollen statt Quetschen -------------- */
@media (max-width: 640px) {
  .tablepress {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* Falls die Kopfzeile mobil verborgen werden soll, einfach einkommentieren
  .tablepress thead{display:none;}
  */
}

/* Während der Intro‑Animation darf der Body nicht scrollbar sein */
body.intro-lock {
  height: 100vh; /* verhindert zusätzlich Layout‑Sprünge */
  overflow-y: hidden; /* sperrt Maus‑, Touch- und Keyboard‑Scroll */
}

/* WPML Switcher */
.websplash .wpml-switch {
  white-space: nowrap;
}
.wpml-switch .wpml-ls.wpml-ls-legacy-list-horizontal a.wpml-ls-link {
  border-bottom-right-radius: 15px !important;
}
.wpml-switch .wpml-ls-legacy-list-horizontal {
  padding: 0 7px;
}
.websplash .wpml-switch .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  max-width: 48px;
}
@media screen and (max-width: 1024px) {
  .websplash .wpml-switch {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -11px;
  }
  .websplash .wpml-switch .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    box-shadow: rgba(0, 0, 0, 0.8) 3px 2px 5px;
    border-collapse: collapse;
    height: 35px;
    font-size: 0.9rem;
  }
  .elementor-menu-toggle {
    position: relative;
    z-index: 1;
    bottom: -11px;
  }
}

@media screen and (max-width: 600px) {
  .tablepress,
  .tablepress tbody,
  .tablepress tr {
    display: block !important;
    width: 100%;
  }

  .tablepress tr {
    padding: 5px 0;
  }

  .tablepress tr:not(:last-of-type) {
    border-bottom: 1px solid #000;
  }

  .tablepress tr td {
    width: 100%;
    border: none !important;
    display: block;
    padding: 0;
    background-color: transparent !important;
  }

  .tablepress tr td:first-of-type {
    font-weight: bold;
  }

  .tablepress caption {
    display: none;
  }
}

/* CUSTOM LIGHTBOX STYLES */
.websplash .elementor-lightbox .elementor-slideshow__header {
  padding-inline-end: 6rem !important;
}

.websplash .elementor-lightbox .elementor-slideshow__header i,
.websplash .elementor-lightbox .dialog-lightbox-close-button {
  color: var(--e-global-color-16f59dc) !important;
  font-size: 2.5rem !important;
}

.websplash .elementor-lightbox .elementor-slideshow__header i:hover,
.websplash .elementor-lightbox .dialog-lightbox-close-button:hover {
  color: var(--e-global-color-text) !important;
}

/* scroll offset for sticky header */
.websplash .elementor-menu-anchor {
  position: relative;
  top: -106px;
}
