.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-42591d7:#FFFFFF;--e-global-color-cdf21e3:#F7F7F7;--e-global-color-2e71169:#EFEFEF;--e-global-color-f268047:#D6D6D6;--e-global-color-6de9b21:#C6D8DB;--e-global-color-5fc26dd:#4D818C;--e-global-color-29f7723:#162336;--e-global-color-f3af644:#737B87;--e-global-color-3762a2f:#D0D3D780;--e-global-color-39f520e:#F6F7F8;--e-global-typography-primary-font-family:"Gilroy";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Gilroy";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gilroy";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gilroy";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-ab70c8d-font-family:"Gilroy";--e-global-typography-ab70c8d-font-size:67px;--e-global-typography-ab70c8d-font-weight:700;--e-global-typography-ab70c8d-line-height:1.03em;--e-global-typography-be98ab0-font-family:"Gilroy";--e-global-typography-be98ab0-font-size:56px;--e-global-typography-be98ab0-font-weight:700;--e-global-typography-be98ab0-line-height:1.1em;--e-global-typography-9d3f68c-font-family:"Gilroy";--e-global-typography-9d3f68c-font-size:46px;--e-global-typography-9d3f68c-font-weight:700;--e-global-typography-9d3f68c-line-height:1.1em;--e-global-typography-c04d8b0-font-family:"Gilroy";--e-global-typography-c04d8b0-font-size:25px;--e-global-typography-c04d8b0-font-weight:700;--e-global-typography-c04d8b0-line-height:1.1em;--e-global-typography-934f49c-font-family:"Gilroy";--e-global-typography-934f49c-font-size:18px;--e-global-typography-934f49c-font-weight:700;--e-global-typography-934f49c-text-transform:uppercase;--e-global-typography-e1ac6c5-font-family:"Gilroy";--e-global-typography-e1ac6c5-font-size:16px;--e-global-typography-e1ac6c5-font-weight:500;--e-global-typography-e1ac6c5-line-height:1.7em;--e-global-typography-e1ac6c5-letter-spacing:-0.3px;--e-global-typography-53e1391-font-family:"Gilroy";--e-global-typography-53e1391-font-size:14px;--e-global-typography-53e1391-font-weight:500;--e-global-typography-53e1391-line-height:1.4em;--e-global-typography-53e1391-letter-spacing:-0.1px;color:var( --e-global-color-f3af644 );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{color:var( --e-global-color-29f7723 );font-family:"Gilroy", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-5 h3{color:var( --e-global-color-29f7723 );font-size:26px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-29f7723 );--lightbox-ui-color:var( --e-global-color-5fc26dd );--lightbox-ui-color-hover:var( --e-global-color-5fc26dd );--lightbox-header-icons-size:0px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-ab70c8d-font-size:50px;--e-global-typography-be98ab0-font-size:40px;--e-global-typography-9d3f68c-font-size:30px;--e-global-typography-e1ac6c5-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */video {
    border-radius: 10px !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
p{
    hyphens: auto;
}
@media (max-width:767px){
    .no-mobile{
    display: none !important;
    }
}

.gform_wrapper .gform_button, 
.gform_wrapper .button {
    background-color: #162336 !important; /* Hintergrundfarbe */
    color: #ffffff !important; /* Textfarbe */
    border: 2px; /* Entfernt den Rahmen */
    border-radius: 100px; /* Optional: Abgerundete Ecken */
    padding: 10px 20px; /* Abstand für bessere Optik */
}

.gform_wrapper .gform_button:hover, 
.gform_wrapper .button:hover {
    background-color: #cc5500 !important; /* Hover-Hintergrundfarbe */
    color: #ffffff !important; /* Hover-Textfarbe */
}

.gform-theme--foundation {
    --gf-form-gap-x: 16px !important;
    --gf-form-gap-y: 10px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border-color: #162336!important; /* Rahmenfarbe beim Fokus */
    background-color: #ffffff!important; /* Hintergrundfarbe beim Fokus */
    outline: none!important; /* Entfernt die Standard-Outlines */
    box-shadow: 0 0 5px #162336!important; /* Optional: Schöner Leuchteffekt */
}

/*CSS FADE EFFECKT*/
/* Verbesserte Eingangsanimationen. Füge diesen Code einfach in ein "Custom CSS" Feld ein. Mehr Elementor Tricks auf https://robert-leitinger.com/ */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/*GRAVITY FORMS*/
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent !important;
}

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  box-shadow: none !important;
  outline: none !important;
}
body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
  box-shadow: none !important;
  outline: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://lbua.at/wp-content/uploads/Gilroy-Regular.woff2') format('woff2'),
		url('https://lbua.at/wp-content/uploads/Gilroy-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://lbua.at/wp-content/uploads/Gilroy-Light.woff2') format('woff2'),
		url('https://lbua.at/wp-content/uploads/Gilroy-Light.woff') format('woff');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://lbua.at/wp-content/uploads/Gilroy-Medium.woff2') format('woff2'),
		url('https://lbua.at/wp-content/uploads/Gilroy-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://lbua.at/wp-content/uploads/Gilroy-Bold.woff2') format('woff2'),
		url('https://lbua.at/wp-content/uploads/Gilroy-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://lbua.at/wp-content/uploads/Gilroy-Heavy.woff2') format('woff2'),
		url('https://lbua.at/wp-content/uploads/Gilroy-Heavy.woff') format('woff');
}
/* End Custom Fonts CSS */