/*
Theme Name: WorkNine13
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.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
*/



: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: .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 .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 .8s ease-in;
}

body.active #progress-tracker-cont {
    opacity: 1;
    width: 2px;
    background: #B7E2FA;
}

#progress-tracker-cont .elementor-container {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 0;
    background-color: #000;
}

/*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 .5s ease-in, top 1s linear 0s !important;
}

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

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

/* xpard 2025.08.13 */
/* ≥ 769px only */
.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 .5s ease-in;
}

.move-down a svg {
    transition: transform .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 .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 .8s ease 0s;
    position: relative;
}

body.active .number-1 {
    left: 0;
    opacity: 1;
    transition-delay: .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: 706px;
    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 .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;
}

/* 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 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-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 .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;
    }
		/* xpard */
    .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: .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;
    }

    .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%;
}

.sticky_flags .dialog-message {
    width:auto!important;

}

.sticky_flags ul.elementor-icon-list-items {
    width:55px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    white-space: nowrap;
}

.sticky_flags ul.elementor-icon-list-items:hover {
    width:200px;
}

.sticky_flags .elementor-icon-list-item {
    background-color: #fff;
    padding: 0!important;
}

.sticky_flags .elementor-icon-list-item:not(:last-of-type) {
    margin-bottom:1px;
}

.sticky_flags .elementor-icon-list-item a {
    padding:10px;
}

.sticky_flags .elementor-icon-list-item a:hover {
    background-color: var(--e-global-color-d62f1df);
}

.sticky_flags .elementor-icon-list-item .elementor-icon-list-text {
    padding-right:20px;
    display:block;
    padding:0!important;
    opacity:0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}


.sticky_flags .elementor-icon-list-items:hover .elementor-icon-list-text {
    opacity: 1;;
}


/* Gemeinsame Basis für alle Buttons mit diesem Effekt */
.uc-embedding-buttons button,
form button[type="submit"],
.gradient-btn a {
    position: relative;   /* Notwendig für die absolute Positionierung des ::before */
    overflow: hidden;     /* Versteckt den schrägen Effekt ausserhalb des Buttons */
    z-index: 1;           /* Stellt eine saubere "Stapelungsebene" her */
    padding: .5em 1em;    /* Etwas Innenabstand schadet nie */
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

/* Spezifisches Styling für den E-Mail-Button (weiss mit schwarzem Text) */
.uc-embedding-buttons button {
    font-size: 19.2px !important;
    background-color: #ffffff;
    border: 1px solid #000;
    color: #000;
}

/* Spezifisches Styling für die anderen Buttons (dunkler Hintergrund, weisser Text) */
form button[type="submit"],
.gradient-btn a {
    background-color: var(--e-global-color-5b4a328); /* Dunkler Hintergrund */
    color: rgb(255, 255, 255); /* Weisser Text */
    border: 1px solid var(--e-global-color-5b4a328);
}

/* Der Inhalts-Wrapper, der IMMER über dem Hover-Effekt liegen muss */
.uc-embedding-buttons button > span,
form button[type="submit"] > span,
.gradient-btn a .elementor-button-content-wrapper {
    position: relative;
    z-index: 3; /* Muss höher sein als der z-index des ::before-Elements */
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Das Pseudo-Element, das den schrägen Hover-Effekt erzeugt */
.uc-embedding-buttons button:before,
form button[type="submit"]:before,
.gradient-btn a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; /* Liegt zwischen dem Button-Hintergrund (z-index: 1) und dem Inhalt (z-index: 3) */
    transition: transform .4s ease-in-out;
    height: 100%;
    width: 140%; /* Etwas breiter, um die Schräge auszugleichen */
    background: var( --e-global-color-6bae227 ); /* Farbe des Hover-Effekts */
    transform: skewX(45deg) translateX(-115%);
}

/* Hover-Zustand für den Text */
.uc-embedding-buttons button:hover,
form button[type="submit"]:hover,
.gradient-btn a:hover {
    color: rgb(255, 255, 255) !important;
}

/* Hover-Animation für den Effekt bei ALLEN Buttons */
.uc-embedding-buttons button:hover:before,
form button[type="submit"]:hover:before,
.gradient-btn a:hover::before {
    transform: skewX(45deg) translateX(-12%); /* Effekt in den Button schieben */
}

/* Unveränderte Hilfsklassen */
.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: "Montserrat", sans-serif;
    font-size: 15px;
}

.gm-style .gm-style-iw a.button {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: var(--e-global-color-a935fdd);
    color: #ffffff;
    font-weight: 700;
    padding: .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;
}
