:root {
    --inexogy-green: #85BE00;
    --inexogy-grey: #989797;
    --inexogy-darkgreen: #007838;
    --inexogy-sun: #F5E530;
    --inexogy-sky: #00A9E3;
    --inexogy-bg: #1C1E22;
}

.dynamic_inexogy_dots {
    border-image-source: url("/wp-content/plugins/inexogy/assets/border.png");
    border-image-slice: 100% 0%;
    border-image-repeat: space;
    width: 100%;
    height: 10px;
    border-top: 5px solid transparent;
    -webkit-border-image: url("/wp-content/plugins/inexogy/assets/border.png") 100 0 repeat;
}

a.elementor-toc__list-item-text.elementor-item-active:hover {
    color: var(--inexogy-green);
}

.inexogy_inhaltsverzeichnis .elementor-toc__header-title {
    margin-bottom: 40px;
}

.inexogy_inhaltsverzeichnis .elementor-toc__list-item a::before {
    content: "»";
    color: var(--inexogy-green);
    margin-right: 5px;
}

.lg_border {
    border: 1px solid transparent;
    border-image: linear-gradient(94deg, #85BE00 22.91%, #007838 95.16%) 1;
    border-image-slice: 1;
    background-color: transparent;
}

.blog_content_title_gradient h4 {
    background-image: linear-gradient(94deg, #85BE00 22.91%, #007838 95.16%) !important;
    background-clip: text;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.inexogy_button:hover {
    background-color: transparent;
}

.popup_sitelogo :focus {
    outline: 0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.elementor-widget-inexogy-header-template .inexogy_header:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    background: linear-gradient(to top, transparent 0%, black 100%);
}

.inexogy_img_grow .elementor-widget-container {
    position: relative;
    overflow: hidden;
    height: initial;
    border-radius: 10px !important;
}

.inexogy_img_grow img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    height: initial;
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.inexogy_img_grow:hover img {
    transform: scale(1.1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.elementor-mark-required .elementor-field-label:after {
    color: var(--inexogy-grey) !important;
}

.animation_text_bg {
    background-color: var(--inexogy-bg);
}

.elementor-section:has(#inexogy_energy) {
    background-color: black;
    margin-bottom: 150px;
}

.inexogy_h3_small h3 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.nav_fade.hidden {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.nav_fade {
    opacity: 1;
}

.menu_hover:hover a,
.flyout_menu_sub a:hover {
    color: var(--inexogy-green) !important;
}

.menu_hover a,
.flyout_menu_sub a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.menu_hover svg line {
    -webkit-transition: stroke 0.5s;
    transition: stroke 0.5s;
}

.menu_hover:hover svg line {
    stroke: var(--inexogy-green) !important;
}

.inexogy_template_spacer {
    margin-bottom: 100px;
}

.green_arrows_before h1::before,
.green_arrows_before h2::before,
.green_arrows_before h3::before,
.green_arrows_before h4::before,
.green_arrows_before h5::before,
.green_arrows_before h6::before {
    content: "»";
    color: var(--inexogy-green);
    margin-right: 5px;
}

@font-face {
    font-family: 'Digital Numbers Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Digital Numbers Regular'), url('../assets/fonts/DigitalNumbers-Regular.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

#inexogy_energy .counter {
    font-family: 'Digital Numbers Regular';
    font-weight: normal;
    font-size: 50px;
    fill: url('#rainbow');
    display: none;
}

#inexogy_energy .label {
    font-family: 'Roboto';
    font-weight: 500;
    fill: white;
    font-size: 27px;
    display: none;
}

#inexogy_energy .label.bg {
    stroke: #000;
    stroke-width: 1em;
}

#inexogy_energy .dotted_line {
    fill: none;
    stroke: #85BE00;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 0.5, 10;
}

#line1_mask .animated_line {
    stroke-dasharray: 490;
    stroke-dashoffset: 490;
}

#line2_mask .animated_line {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
}

#line3_mask .animated_line {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
}

#line4_mask .animated_line {
    stroke-dasharray: 530;
    stroke-dashoffset: 530;
}

#line5_mask .animated_line {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
}

#inexogy_energy .animated_line {
    stroke: white;
    stroke-width: 2em;
    fill: none;
}

#inexogy_energy .animated_line.animate {
    animation: animate_mask 2s linear forwards;
}

@keyframes animate_mask {
    to {
        stroke-dashoffset: 0;
    }
}

.inexogy_subline {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2px;
    color: var(--inexogy-grey);
    text-transform: uppercase;
}

.elementor-field-label {
    margin: 15px 0px;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    letter-spacing: 2px !important;
    color: var(--inexogy-grey) !important;
    text-transform: uppercase !important;
}

#inexogy_energy .inexogy_energy_mobile {
    display: none;
}


/* TABLET*/

@media only screen and (max-width: 1024px) {}


/* PHONE*/

@media only screen and (max-width: 767px) {
    #inexogy_energy .inexogy_energy_svg {
        display: none;
    }

    #inexogy_energy .inexogy_energy_mobile {
        display: block;
        padding-bottom: 50px;
    }

    #inexogy_energy .label_mobile {
        text-align: center;
    }

    #inexogy_energy .counter {
        text-align: center;
        line-height: 1;
        background: -webkit-linear-gradient(var(--inexogy-green), var(--inexogy-darkgreen));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.inexogy_mega_menu {
    z-index: 10 !important;
}


/*BREADCRUMBS*/

body.home .inexogy_breadcrumbs_section {
    display: none;
}

.inexogy_breadcrumbs #breadcrumbs span span:nth-child(1) {
    font-family: 'Roboto' !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}

.inexogy_breadcrumbs span.inexogy_breadcrumbs_separator {
    font-family: 'Roboto' !important;
    color: var(--inexogy-green);
    font-size: 25px;
    font-weight: 900;
}


/*ENDE BREADCRUMBS*/


/*BlOG*/

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


/*BLOG ENDE*/


/*ACCORDEON*/

.inexogy_accordeon_desktop {
    display: flex;
}

.inexogy_accordeon_mobile {
    display: none;
}

.inexogy_accordeon .acc_points {
    width: 30%;
}

.inexogy_accordeon .acc_content {
    width: 70%;
    display: flex;
    align-items: stretch;
    background-color: black;
}

.inexogy_accordeon .item_title {
    cursor: pointer;
    position: relative;
}

.inexogy_accordeon .inexogy_accordeon_desktop .item_title::after {
    font-family: "Font Awesome 6 Free";
    content: "\f067";
    position: absolute;
    right: 0;
}

.inexogy_accordeon .inexogy_accordeon_desktop .item_title.active::after {
    content: "\f068"
}

.inexogy_accordeon .item_title.active {
    color: var(--inexogy-green);
}

.inexogy_accordeon .acc_title {
    cursor: pointer;
    padding: 30px 10px 30px 75px;
}

.inexogy_accordeon .acc_title.active {
    background-color: black;
}

.inexogy_accordeon .accoredeon_item {
    display: none;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s linear;
    padding: 30px 60px;
}

.inexogy_accordeon .accoredeon_item.active {
    display: block;
    visibility: visible;
    opacity: 1;
}

.inexogy_accordeon .acc_title h4 {
    margin: 0;
}

.inexogy_accordeon .accoredeon_item .item_text {
    display: none;
}

.accoredeon_item div:not(:last-child) {
    border-bottom: 1px solid white;
    margin-bottom: 20px;
    padding-bottom: 10px;
}


/*ACCORDEON ENDE*/


/*IMAGEMAP*/

.inexogy_im {
    position: relative;
    border-radius: 10px;
}

.inexogy_im .imagemap_img {
    width: 100%;
    border-radius: 10px;
}

.imagepoint_wrapper {
    display: flex;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    border: 2px solid var(--inexogy-green);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transform: scale(1.1);
    animation: pulse 1.5s infinite linear;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.9);
    }
}

.imagepoint_wrapper .imagepoint {
    height: 30px;
    width: 30px;
    background-color: var(--inexogy-green);
    border-radius: 100%;
}

.hidden_content_div {
    position: absolute;
    display: none;
    background-color: black;
    border-radius: 10px;
    width: 500px;
    padding: 30px 35px;
    z-index: 5;
}

.imagepoint_title {
    position: absolute;
}

.hidden_content_div .close {
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.hidden_content_div h3,
.hidden_content_div p.content {
    margin-bottom: 35px;
}


/*IMAGEMAP ENDE*/


/*PROJEKTABLAUF*/

.green_arrows {
    cursor: pointer;
    background: -webkit-linear-gradient(#85BE00, #007838);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project_text_show {
    display: none;
}


/*PROJEKTABLAUF ENDE*/

.inexogy_button.blog_weiter.gradiant.bg_grey {
    color: var(--inexogy-green) !important;
    background: linear-gradient(var(--inexogy-bg), var(--inexogy-bg)) padding-box, linear-gradient(126deg, var(--inexogy-green) 20.83%, #007838 95.83%) border-box;
}

.inexogy_button.blog_weiter.gradiant.bg_black {
    color: var(--inexogy-green) !important;
    background: linear-gradient(black, black) padding-box, linear-gradient(126deg, var(--inexogy-green) 20.83%, #007838 95.83%) border-box;
}

.inexogy_button.blog_weiter.gradiant {
    border: 1px solid transparent;
    background: linear-gradient(var(--inexogy-bg), var(--inexogy-bg)) padding-box, linear-gradient(126deg, var(--inexogy-green) 20.83%, #007838 95.83%) border-box;
    color: var(--inexogy-green);
}

.inexogy_button.blog_xl.gradiant {
    border: 0px solid transparent;
}

.inexogy_button.blog_xl.gradiant:hover {
    border: 0px solid transparent;
}

.inexogy_button.blog_weiter.grey:hover,
.inexogy_button.blog_xl.grey:hover {
    color: var(--inexogy-green) !important;
    background: linear-gradient(var(--inexogy-bg), var(--inexogy-bg)) padding-box, linear-gradient(126deg, var(--inexogy-green) 20.83%, #007838 95.83%) border-box;
}

.inexogy_button.blog_weiter.black:hover,
.inexogy_button.blog_xl.black:hover {
    color: var(--inexogy-green) !important;
    background: linear-gradient(black, black) padding-box, linear-gradient(126deg, var(--inexogy-green) 20.83%, #007838 95.83%) border-box;
}

.inexogy_button.blog_weiter.gradient:hover,
.inexogy_button.blog_xl.gradient:hover {
    background: linear-gradient(transparent, transparent) padding-box, linear-gradient(126deg, var(--inexogy-green) 20.83%, #007838 95.83%) border-box;
}

.inexogy_button.blog_weiter:hover,
.inexogy_button.blog_xl:hover {
    border: 1px solid transparent;
    outline: none;
}

.inexogy_button.blog_weiter::before,
.inexogy_button.blog_xl::before {
    content: none !important;
}

.inexogy_button.blog_weiter {
    border: 1px solid white;
    font-weight: 700 !important;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2px;
    border-radius: 5px !important;
}

.inexogy_button.blog_xl {
    border: 1px solid white;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    border-radius: 10px !important;
}

.inexogy_button.blog::before {
    background: transparent !important;
}

.inexogy_button.blog:hover {
    border: 1px solid var(--inexogy-green) !important;
    color: var(--inexogy-green) !important;
}

.inexogy_button a {
    color: white !important;
}

.inexogy_button {
    font-family: Roboto;
    display: inline-block;
    padding: 13px 26px 13px 26px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    outline: 1px solid white;
    outline-offset: -1px;
}

.inexogy_button.xl {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 2px;
}

.inexogy_button.xs {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
}

.inexogy_button.grey,
.inexogy_button.black,
.inexogy_button.gradiant {
    color: white !important;
    border-radius: 10px;
    font-weight: 900;
}

.inexogy_button.grey {
    background-color: #1C1E22;
    outline-color: white;
}

.inexogy_button.black {
    background-color: black;
    outline-color: white;
}

.inexogy_button:hover,
.elementor-button[type="submit"]:hover {
    outline: 1px solid transparent !important;
}

.inexogy_button.black_bg {
    background-color: black;
}

.inexogy_button.gradiant,
.inexogy_button.grey.active,
.inexogy_button.grey.active,
.elementor-button[type="submit"].active {
    background: linear-gradient(126deg, var(--inexogy-green) 20.83%, #007838 95.83%);
    outline-color: transparent;
}

.inexogy_button.grey:not(.active)::before,
.inexogy_button.black:not(.active)::before,
.elementor-button[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, var(--inexogy-green), var(--inexogy-darkgreen));
    z-index: -1;
    transition: width 0.3s ease;
}

.inexogy_button.grey:hover::before,
.inexogy_button.black:hover::before,
.elementor-button[type="submit"]:hover::before {
    width: 100%;
}

.inexogy_button.green,
.inexogy_button.sun,
.inexogy_button.sky {
    border: 1px solid;
    border-radius: 10px 0px 10px 0px;
    font-weight: 400;
    font-size: 16px;
}

.inexogy_button.green.bunt {
    outline: none;
    border: 1px solid var(--inexogy-green);
    color: var(--inexogy-green) !important;
}

.inexogy_button.sun.bunt {
    outline: none;
    border: 1px solid var(--inexogy-sun);
    color: var(--inexogy-sun) !important;
}

.inexogy_button.sky.bunt {
    outline: none;
    border: 1px solid var(--inexogy-sky);
    color: var(--inexogy-sky) !important;
}

.inexogy_button.green:hover {
    border-color: var(--inexogy-green) !important;
}

.inexogy_button.sun:hover {
    border-color: var(--inexogy-sun) !important;
}

.inexogy_button.sky:hover {
    border-color: var(--inexogy-sky) !important;
}

.elementor-button[type="submit"] {
    color: white !important;
    font-family: Roboto !important;
    display: inline-block !important;
    padding: 13px 26px 13px 26px !important;
    outline: 1px solid !important;
    outline-offset: -1px;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    background-color: var(--inexogy-bg) !important;
    outline-color: white !important;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 2px;
    border-radius: 10px;
    font-weight: 900 !important;
}


/*SLIDER*/

.slick-prev,
.slick-next {
    position: absolute;
    color: white !important;
    border: none !important;
    outline: none !important;
    top: 30%;
    z-index: 10;
}

.slick-prev ::before,
.slick-next ::before {
    font-size: 50px;
}

.slick-next {
    right: 0px;
}

.slick-prev {
    left: 0px;
}

.slick-prev:focus,
.slick-next:focus,
.slick-prev:hover,
.slick-next:hover {
    background: transparent !important;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slick-dots li {
    display: inline-block;
    font-size: 0;
    background-color: var(--inexogy-darkgreen);
    width: 12px;
    height: 12px;
    border-radius: 100px;
    cursor: pointer;
    z-index: 10;
}

.slick-dots li.slick-active {
    background-color: var(--inexogy-green);
}

.slick-dots button {
    display: none;
}


/*ELEMENTOR EDIT MODE CSS*/

.elementor-editor-active .slider_wrapper:not(:first-child),
.elementor-editor-active .news_item_wrapper:not(:first-child) {
    display: none;
}

.elementor-editor-active .project_text_show {
    display: block;
}


/*SLIDER 100*/

.inexogy_slider[data-elementor-id="slider-100"] {
    margin-top: 75px;
}

.inexogy_slider[data-elementor-id="slider-100"] .slider_image {
    height: 550px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 60px;
}

.inexogy_slider[data-elementor-id="slider-100"] .slick-list {
    overflow-x: clip;
    overflow-y: visible;
}

.inexogy_slider[data-elementor-id="slider-100"] .slider_wrapper {
    margin-top: -75px;
    padding: 0px 60px 60px 60px;
}

.inexogy_slider[data-elementor-id="slider-100"] .slider_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 200px;
}

.inexogy_slider[data-elementor-id="slider-100"] .slider_content p {
    margin-bottom: 30px;
}

.inexogy_slider[data-elementor-id="slider-100"] .slider_content h3,
.inexogy_slider[data-elementor-id="slider-100"] .slider_content p {
    text-align: center;
}


/*SLIDER 100 ENDE*/


/*SLIDER 50/50*/

.inexogy_slider[data-elementor-id="slider-50-50"] {
    margin-top: 75px;
}

.inexogy_slider[data-elementor-id="slider-50-50"] .slider_image {
    height: 550px;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-top: -75px;
}

.inexogy_slider[data-elementor-id="slider-50-50"] .slick-list {
    overflow-x: clip;
    overflow-y: visible;
}

.inexogy_slider[data-elementor-id="slider-50-50"] .slider_wrapper {
    padding: 0px 60px 60px 60px;
}

.inexogy_slider[data-elementor-id="slider-50-50"] .slider_content_wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.inexogy_slider[data-elementor-id="slider-50-50"] .slider_content {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px;
    justify-content: center;
}

.inexogy_slider[data-elementor-id="slider-50-50"] .slider_content p {
    margin-bottom: 30px;
}


/*SLIDER 50/50 ENDE*/


/*SLIDER FULL*/

.inexogy_slider[data-elementor-id="slider-full"] {
    border-radius: 10px;
}

.inexogy_slider[data-elementor-id="slider-full"] .slider_image {
    height: 550px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border-radius: 10px;
}

.inexogy_slider[data-elementor-id="slider-full"] .slick-list {
    overflow-x: clip;
    overflow-y: visible;
}

.inexogy_slider[data-elementor-id="slider-full"] .slider_content_wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.inexogy_slider[data-elementor-id="slider-full"] .slider_content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 1440px;
    width: 100%;
    align-items: flex-start;
    padding: 75px;
}

.inexogy_slider[data-elementor-id="slider-full"] .slider_content p {
    margin-bottom: 30px;
}

.inexogy_slider[data-elementor-id="slider-full"] .slick-prev,
.inexogy_slider[data-elementor-id="slider-full"] .slick-next {
    position: absolute;
    color: white !important;
    border: none !important;
    outline: none !important;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


/*SLIDER FULL ENDE*/


/*TRENNER*/

.inexogy_content_img {
    background-size: cover;
    background-repeat: no-repeat;
}


/*TRENNER ENDE*/


/*HEADER*/

.blog_header:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    background: linear-gradient(to top, transparent 0%, black 100%);
}

.inexogy_header .inexogy_header_wrapper {
    height: 100vh;
}

.inexogy_header .content_wrapper {
    height: 100%;
    max-width: 1440px;
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: auto;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2;
    padding: 0px 20px 80px 20px;
    position: relative;
}

.inexogy_header_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
}

.inexogy_header .counter {
    font-family: 'Digital Numbers Regular';
    font-weight: normal;
    font-size: 45px;
    display: none;
    background: -webkit-linear-gradient(#85BE00, #007838);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.inexogy_header .counter::after {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 27px;
    line-height: 1;
    content: "kWh";
    display: flex;
    align-items: flex-end;
    margin-bottom: -5px;
}

.inexogy_header .inexogy_video {
    position: absolute;
    right: 0;
    object-fit: cover;
    min-width: 100%;
    height: 100vh;
    z-index: -1;
}

.inexogy_header .inexogy_header_wrapper.video {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 95%);
}

.inexogy_header .inexogy_header_wrapper.two h1,
.inexogy_header .inexogy_header_wrapper.two p {
    text-align: center;
}

.inexogy_header .inexogy_header_wrapper.two .content_title,
.inexogy_header .inexogy_header_wrapper.two .content_title {
    width: 100%;
    position: relative;
}

.inexogy_header .green_dots {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.inexogy_header .green_dots .dot {
    width: 5px;
    height: 5px;
    background-color: var(--inexogy-green);
    border-radius: 100%;
}


/*HEADER ENDE*/


/*SEARCHBAR*/

.inexogy_subline_search {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2px;
    color: var(--inexogy-grey);
    text-transform: uppercase;
    margin-bottom: 9px;
}

input#searchbar_input::placeholder {
    font-size: 14px;
    letter-spacing: 2px;
}

div#global_searchbar {
    overflow-x: hidden;
    top: 0;
    left: 100%;
    position: absolute;
    transition: left 0.8s ease-in-out;
}

#global_searchbar.opened {
    overflow-x: visible;
    transition: left 0.8s ease-in-out;
    top: 0px;
    left: 0%;
}

#global_searchbar .searchbar {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    min-height: auto;
    align-items: center;
    padding-top: 10px;
    justify-content: center;
}

#global_searchbar .searchbar_container {
    width: 1440px;
    display: flex;
    justify-content: center;
    z-index: 2;
}

#global_searchbar .searchbar_container .searchbar_logo,
#global_searchbar .searchbar_container .searchbar_wrapper {
    padding: 10px 0px 0px 10px;
}

#global_searchbar .searchbar_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

#global_searchbar .searchbar_input_content {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

#global_searchbar .black_bar {
    background-color: black;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

#global_searchbar .found_tags {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0px;
}

#global_searchbar .found_tags a {
    color: white;
}

#global_searchbar input[name="searchbar_input"] {
    background: transparent !important;
    border-width: 0px 0px 1px 0px !important;
    border-color: white !important;
    border-radius: 0px !important;
    padding: 10px 0px 5px;
    color: white !important;
}

#global_searchbar input[name="searchbar_input"]:focus {
    outline: none;
}

#global_searchbar .close_searchbar {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 25px;
}

form#inexogy_search,
form#inexogy_search_archive {
    position: relative;
    display: flex;
    align-items: center;
}

form#inexogy_search_archive {
    width: 90%;
}

.searchicon_submit {
    position: absolute;
    cursor: pointer;
}

#inexogy_search .searchicon_submit {
    right: 0;
}

.found_tags a:hover {
    color: var(--inexogy-green) !important;
}

.searchbar.archive .found_tags {
    display: flex;
    position: absolute;
    z-index: 2;
    background-color: black;
    flex-direction: column;
    width: 100%;
}

.searchbar.archive a.archive_search_reload {
    display: flex;
    font-size: 25px;
    align-items: center;
}

.searchbar.archive .searchbar_container {
    width: 50%;
}

.archive_no_posts {
    width: 80%;
}

.searchbar.archive .searchbar_container {
    margin-bottom: 50px;
}

.archive_search_buttons {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.searchbar.archive .found_tags a {
    color: white;
    padding: 10px 20px;
}

.searchbar.archive .form_wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.searchbar.archive input[name="searchbar_input_archive"] {
    background: transparent;
    border-width: 1px 1px 1px 1px;
    border-color: white;
    border-radius: 10px;
    padding: 10px;
    color: white;
}

.searchbar.archive input[name="searchbar_input_archive"]:focus {
    outline: none;
}

#inexogy_search_archive .searchicon_submit {
    right: 10px;
}

.searchbar.archive .searchbar_input_content {
    position: relative;
}

.searchbar.archive h2 {
    margin-bottom: 60px;
}

.archive_no_posts .no_posts_links {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 25px;
    margin-top: 50px;
    margin-bottom: 150px;
}

.archive_no_posts .no_posts_links a {
    width: fit-content;
    color: #D7D7D7;
    font-weight: 900;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 2px;
}

.archive_no_posts h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

#inexogy_search input:-webkit-autofill,
#inexogy_search input:-webkit-autofill:hover,
#inexogy_search input:-webkit-autofill:focus,
#inexogy_search input:-webkit-autofill:active,
#inexogy_search_archive input:-webkit-autofill,
#inexogy_search_archive input:-webkit-autofill:hover,
#inexogy_search_archive input:-webkit-autofill:focus,
#inexogy_search_archive input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #ffffff00;
}


/*SEARCHBAR ENDE*/


/*NEWS*/

.inexogy_news .slick-track {
    margin-left: 0;
}

.inexogy_news .news_button_wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.inexogy_news .news_item_wrapper {
    height: 100%;
    background-color: black;
    border-radius: 10px 10px 0px 0px;
}

.inexogy_news .news_item_wrapper .news_image_wrapper {
    height: 350px;
}

.inexogy_news .news_item_wrapper .news_image {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
}

.inexogy_news .news_item_wrapper .news_item_content {
    padding: 60px 40px;
}

.inexogy_news .news_item_wrapper .news_item_content .news_headline h3 {
    margin-bottom: 35px;
}

.inexogy_news .news_item_wrapper .news_item_content .news_date {
    margin-top: 35px;
}

.news_slider .slick-slide {
    margin: 0 20px;
    height: auto;
}

.news_slider .slick-list {
    margin: 0 -20px;
}

.news_slider .slick-track {
    display: flex !important;
}

.news_slider .slick-slide>div {
    height: 100%;
}

.news_single_text {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}


/*NEWS ENDE*/


/*FORM*/

.gf_progressbar_title {
    text-transform: uppercase;
}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
    background: var(--inexogy-grey);
}

.gform_validation_errors {
    display: none;
}

.gform_wrapper.gravity-theme .ginput_complex label {
    text-transform: uppercase;
}

.gform_wrapper.gravity-theme [aria-invalid=true]+label {
    color: var(--inexogy-grey) !important;
}

.ui-datepicker-trigger {
    filter: brightness(100);
}

.gform_wrapper input::placeholder {
    color: var(--inexogy-grey);
}

.gform_wrapper input[type='button'],
.gform_button.button {
    font-family: Roboto !important;
    display: inline-block !important;
    padding: 13px 26px 13px 26px !important;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    outline: 1px solid white;
    outline-offset: -1px !important;
}

.gform_wrapper input[type='button']:hover,
.gform_button.button:hover {
    outline: 1px solid var(--inexogy-green) !important;
    color: var(--inexogy-green) !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: var(--inexogy-grey) !important;
}

.gfield--type-radio legend.gfield_label {
    text-transform: none !important;
}

.gfield_select option {
    color: black !important;
}

.gform_wrapper .gfield_consent_label {
    text-transform: none;
}

label.gfield_label,
legend.gfield_label {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: var(--inexogy-grey) !important;
}

.gfield_checkbox label,
.gfield_radio label {
    font-size: 18px !important;
    color: white !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.gfield_checkbox,
.gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    font-family: 'Roboto' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    background: transparent !important;
    border: none !important;
    color: var(--inexogy-green) !important;
    padding: 0px !important;
}

.gfield_error input[type="text"],
.gfield_error select,
.gfield_error textarea {
    outline: none !important;
    border: 1px solid var(--inexogy-green) !important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none !important;
    /* border: 1px solid var(--inexogy-green) !important; */
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: var(--inexogy-green) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #ffffff00;
}

.elementor-form .elementor-field-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

input,
textarea,
select {
    background: transparent !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: white !important;
    border-radius: 10px !important;
    color: white !important;
}

input[type="radio"] {
    margin-right: 26px;
    width: 20px;
    height: 20px;
    appearance: none;
    cursor: pointer;
    margin-bottom: 5px;
}

input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    outline: 1px solid white;
    outline-offset: 2px;
}

input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: var(--inexogy-green);
    content: '';
    display: inline-block;
    visibility: visible;
    outline: 1px solid white;
    outline-offset: 2px;
}

input[type="checkbox"] {
    margin-right: 26px;
    width: 25px;
    height: 25px;
    appearance: none;
    cursor: pointer;
}

input[type='checkbox']:after {
    content: '';
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 20px;
    color: var(--inexogy-green);
    position: relative;
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
    border-radius: 3px;
}

input[type='checkbox']:checked:after {
    font-family: "Font Awesome 6 Free";
    content: '\f00c';
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: var(--inexogy-green);
    position: relative;
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

.elementor-form .elementor-field-subgroup {
    gap: 5px;
}


/*ELEMENTOR FORM ENDE*/


/* LAPTOP*/

@media only screen and (max-width: 1440px) {

    .inexogy_slider[data-elementor-id="slider-full"] .slider_content,
    .inexogy_header .content_wrapper {
        max-width: 1280px;
        padding: 0px 20px 80px 20px;
    }
}


/*ANIMATION TEST*/

.inexogy_animation.partner {
    top: 0px;
    left: 50%;
}

.inexogy_animation.header.blog {
    top: 120px;
}

.inexogy_animation.header {
    width: 100%;
    top: 0px;
}

.inexogy_animation {
    position: absolute;
    top: -65px;
}

.animation_up {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: center;
}

.animation_left {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    position: absolute;
    align-items: center;
    top: 15px;
}

.animation_up.partner {
    top: -130px;
    position: absolute;
}

.animation_left.partner {
    width: calc(100vw - 50%);
    right: calc(50% + 10px);
    top: -130px;
}

.green_dot {
    visibility: hidden;
    width: 5px;
    height: 5px;
    background: var(--inexogy-green);
    border-radius: 100%;
}

.animation_up.header {
    top: -190px;
    position: absolute;
}

.animation_left.content_img_left {
    width: 200px;
    left: -210px;
    top: 5px;
    position: relative;
}

.animation_up.content_img_left {
    width: 5px;
    top: -130px;
}

.animation_up.content_img_right {
    width: 5px;
    /* height: 125px; */
    top: 10px;
    position: absolute;
}

.animation_left.content_img_right {
    width: 700px;
    left: 0px;
    z-index: 2;
    transform: rotate(180deg);
    top: 10px;
}

.animation_up.content_img_top {
    left: -22%;
    top: -55px;
    width: 5px;
    position: absolute;
    transform: rotate(180deg);
}

.animation_left.content_img_top {
    width: 20%;
    left: -22%;
    top: 40px;
    transform: rotate(180deg);
}


/*CONTENT 25 25 25 25 */

.mobile_content_25_wrapper {
    display: none;
}

.blog_stoerer {
    width: calc(100% - 70px);
}


/* TABLET*/

@media only screen and (max-width: 1024px) {

    .inexogy_template_spacer,
    .elementor-section:has(#inexogy_energy) {
        margin-bottom: 120px;
    }

    .animation_left.content_img_left {
        display: none;
    }

    .animation_up.content_img_left {
        position: absolute;
        top: -85px;
    }

    .animation_left.content_img_right {
        display: none;
    }

    .animation_up.content_img_right {
        position: absolute;
        top: -85px;
    }

    .animation_left.content_img_top {
        display: none;
    }

    .animation_up.content_img_top {
        position: absolute;
        left: 0;
        top: -60px;
    }

    .animation_left.partner {
        display: none;
    }

    /*CONTENT 25 25 25 25 */
    .mobile_content_25_wrapper {
        display: block;
        margin: 20px;
        padding: 0px 40px;
    }

    .mobile_content_25_slide {
        padding-right: 60px;
    }

    .mobile_content_25 .slick-list {
        padding: 0 10% 0 0 !important;
    }

    .inexogy_slider[data-elementor-id="slider-100"] .slider_image {
        height: 320px;
    }

    .inexogy_slider[data-elementor-id="slider-100"] .slider_wrapper {
        margin-top: -75px;
        padding: 0px 20px 60px 20px;
    }

    .inexogy_slider[data-elementor-id="slider-100"] .slider_content {
        padding: 0px 40px;
    }

    .inexogy_slider[data-elementor-id="slider-100"] .slick-prev,
    .inexogy_slider[data-elementor-id="slider-100"] .slick-next {
        top: 45%;
    }

    .inexogy_slider[data-elementor-id="slider-50-50"] .slider_wrapper {
        padding: 0px 20px 60px 20px;
    }

    .inexogy_slider[data-elementor-id="slider-50-50"] .slider_content_wrapper {
        display: flex;
        flex-direction: column;
    }

    .inexogy_slider[data-elementor-id="slider-50-50"] .slider_image {
        height: 320px;
        margin-bottom: 60px;
        width: 100%;
    }

    .inexogy_slider[data-elementor-id="slider-50-50"] .slider_content {
        width: 100%;
        padding: 0px 40px;
    }

    .inexogy_slider[data-elementor-id="slider-50-50"] .slick-prev,
    .inexogy_slider[data-elementor-id="slider-50-50"] .slick-next {
        top: 45%;
    }
}


/* PHONE*/

@media only screen and (max-width: 767px) {
    .news_slider.slick-initialized.slick-slider.slick-dotted {
        overflow-x: clip;
        margin-right: -10px;
    }

    .blog_stoerer {
        width: 100%;
    }

    .inexogy_header,
    body {
        width: 100% !important;
    }

    .inexogy_header .inexogy_video {
        height: 600px;
    }

    #global_searchbar .searchbar {
        padding-top: 0px;
    }

    .news_slider .slick-list {
        margin: 0 -20px;
        padding: 0 20% 0 0;
    }

    #global_searchbar .found_tags {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 10px 0px;
    }

    .mobile_content_25_wrapper {
        display: block;
        margin: 20px;
        padding: 0px 10px;
    }

    .inexogy_slider[data-elementor-id="slider-full"] .slider_image {
        height: 320px;
    }

    /*IMAGEMAP*/
    h3.imagepoint_title {
        display: none;
    }

    .hidden_content_div {
        position: absolute;
        left: 0px !important;
        width: 100%;
        top: 100% !important;
    }

    /*HEADER*/
    .inexogy_header .inexogy_header_wrapper {
        height: 600px;
    }

    .inexogy_header .content_wrapper {
        flex-direction: column;
        padding: 20px;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .inexogy_header .counter {
        font-size: 40px;
    }

    #global_searchbar .searchbar {
        top: 0px;
        z-index: 999;
        background-color: black;
    }

    #global_searchbar .searchbar_container {
        margin-bottom: 0;
    }

    #global_searchbar .searchbar_input_content {
        width: 80%;
    }

    #global_searchbar .searchbar_wrapper {
        justify-content: flex-start;
    }

    #global_searchbar .black_bar {
        height: 90px;
    }

    /*BLOG*/
    .searchbar.archive .searchbar_container,
    .archive_no_posts {
        width: 100%;
    }

    .archive_search_buttons {
        gap: 20px;
    }

    .inexogy_mobile_menu .sub-menu a {
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 28px !important;
        padding-top: 10px !important;
        text-transform: inherit !important;
        padding-bottom: 10px !important;
    }

    .inexogy_mobile_menu .elementor-item-anchor {
        display: flex;
        justify-content: space-between;
    }

    .inexogy_mobile_menu .elementor-item-anchor.highlighted i::before {
        content: "\f077";
    }

    .inexogy_mobile_menu.footer .elementor-item-anchor.highlighted i::before {
        content: "\f068";
    }

    /*AKKORDEON*/
    .inexogy_accordeon .inexogy_accordeon_desktop {
        display: none;
    }

    .inexogy_accordeon .inexogy_accordeon_mobile {
        display: flex;
        flex-direction: column;
    }

    .inexogy_accordeon .inexogy_accordeon_mobile .acc_points {
        width: 100%;
    }

    .inexogy_accordeon .acc_title_mobile h4::after {
        font-family: "Font Awesome 6 Free";
        content: "\f067";
        position: absolute;
        right: 20px;
    }

    .inexogy_accordeon .acc_title_mobile.active h4::after {
        content: "\f068";
    }

    .inexogy_accordeon .inexogy_accordeon_mobile .acc_title_mobile.active {
        background-color: transparent;
    }

    .inexogy_accordeon .inexogy_accordeon_mobile .accordeon_mobile_content {
        display: none;
        padding: 0px 20px 0px 20px;
    }

    .inexogy_accordeon .inexogy_accordeon_mobile .accordeon_mobile_content div {
        border-bottom: 1px solid white;
        padding: 10px 0px;
    }

    .inexogy_accordeon .inexogy_accordeon_mobile .accordeon_mobile_content div:last-child {
        border-bottom: none;
        padding: 10px 0px 0px 0px;
    }

    .inexogy_accordeon .inexogy_accordeon_mobile .acc_title_mobile {
        cursor: pointer;
        padding: 10px 20px 0px 20px;
    }
}