/*************
* Typography *
**************/

h1{
    font-size: 45px !important;
}

h2{
    font-size: 40px !important;
}

h3{
    font-size: 35px !important;
}

h4{
    font-size: 30px !important;
}

h5{
    font-size: 25px !important;
}

h6{
    font-size: 20px !important;
}

p{
    font-size: 18px !important;
}

@media(max-width:767px){
    h1{
        font-size: 40px !important;
    }

    h2{
        font-size: 35px !important;
    }

    h3{
        font-size: 30px !important;
    }

    h4{
        font-size: 25px !important;
    }

    h5{
        font-size: 22px !important;
    }
}

/************
* Headlines *
*************/
.brn-title{
    text-transform: uppercase;
    width: fit-content;
}

.brn-span-quote-title{
    font-size: 30px !important;
    line-height: 2.2;
    padding: 10px 20px !important;
    text-transform: uppercase;
}

.brn-span-title{
    font-size: 40px !important;
    line-height: 2.2;
    padding: 10px 20px;
    text-transform: uppercase;
}

.brn-span-header-title{
    font-size: 47px !important;
    line-height: 2;
    padding: 10px 20px;
    text-transform: uppercase;
}

.brn-title .elementor-heading-title{
    width: fit-content;
    padding: 10px 20px;
}

.tmew-timeline-date{
    text-transform: uppercase;
}

.tmew-timeline-content-title{
    background: var(--e-global-color-3ef0008);
    width: fit-content;
    padding: 10px;
}

.dark-green,
.brn-title.dark-green .elementor-heading-title{
    background: var(--e-global-color-a525214);
}

.light-green,
.brn-title.light-green .elementor-heading-title{
    background: var(--e-global-color-3ef0008);
}

.tmew-focus-slide-title{
    background: var(--e-global-color-3ef0008);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    padding: 10px;
}

/**********
*  Header *
***********/

.brg-title-uppercase{
    text-transform: uppercase;
}

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

@media(min-width:1220px){
    .brg-hero-image-mobile-section{
        display: none !important;
    }
}

@media(max-width:1220px){

    .brg-image-animated-frame-section{
        display: none !important;
    }

    .brg-hero-image-mobile-section{
        display: block !important;
    }
}

/* Contact header Image */

.brg-cotact-header-image .tmew-ifa-content-inner{
    width: 60% !important;
}

/**************
* Text Editor *
***************/

.brg-txt-editor.green-bg a{
    color: var(--e-global-color-accent);
    text-decoration: none;
}

.brg-txt-editor.green-bg a:hover{
    text-decoration: underline;
}

.brg-txt-editor-list-light-green li,
.brg-txt-editor-list-green li{
    margin-bottom: 15px;
    font-size: 18px;
}

.brg-txt-editor-list-green li::marker{
    color: var(--e-global-color-accent);
}

.brg-txt-editor-list-light-green li::marker{
    color: var(--e-global-color-text);
}

/***************
* Quote Widget *
****************/

.brg-quote-widget-txt-links a{
    color: var(--e-global-color-primary);
}

.brg-quote-widget-txt-links a:hover{
    color: var(--e-global-color-text);
    text-decoration: underline;
}

/*************************************
* 2 columns image and text container *
**************************************/

/* Full Width Image Text Container */

.brg-full-width-img-txt-container{
    max-width: 800px;
}

/* Content Container */

.two-col-txt-container .e-con-inner{
    margin-left: auto !important;
    margin-right: 0 !important;
}

/*************************
* Swiper Slider Carousel *
**************************/


.brn-product-slider .swiper-slide{
    filter: blur(4px);
    transform: scale(0.85);
    transition: all .4s ease;
    opacity: .6;
}

.brn-product-slider .swiper-slide-next{
    filter: none;
    transform: scale(1);
    opacity: 1;
    transition: all .4s ease;
}

@media (max-width: 767px){
    .brn-product-slider .swiper-slide{
        filter: none;
        transform: scale(1);
        transition: all .4s ease;
        opacity: 1;
    }
}

/* Contact Slider */

.brg-contact-slider .tmew-focus-slide-text a{
    color: var(--e-global-color-text);
    text-decoration: none;
}

.brg-contact-slider .tmew-focus-slide-text a:hover{
    text-decoration: underline;
}

/*************
* Icon Boxes *
**************/

.brg-icon-box .elementor-icon svg{
    font-size: 100px;
}

/* Process line */

.brn-process-line-container{
    width: 1200px !important;
    background: var(--e-global-color-a525214);
    height: 5px !important;
    top: 35% !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: -1 !important;
}

/****************
* Content Frame *
*****************/

.brn-content-frame-wrapper{
    height: 100%;
}

.brn-content-frame-container{
    position: absolute !important;
    height: 100% !important;
    z-index: 1 !important;
}

.brn-content-frame{
    clip-path: polygon(200px 100%, 0% 100%, 0% 0%, 200px 0%, 200px 25px, 25px 25px, 25px 95%, 200px 95%);
    background: #FFF;
    height: 100%;
}

/**********
* Gallery *
***********/
.elementor-slideshow__header .e-eicon-share-arrow{
    display: none;
}

.elementor-slideshow__footer{
    display: none;
}

/************
* Job Offer *
*************/

.brg-job-offer-txt-container{
    position: absolute !important;
    bottom: 0;
    top: auto;
    width: 80% !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2 !important;
}

@media(max-width:767px){
    .brg-job-offer-txt-container{
        position: relative !important;
        width: 100% !important;
    }
}

/*********
* Footer *
**********/

/* Address */

.brg-text-editor.green-bg a{
    color: var(--e-global-color-accent);
    text-decoration: none;
}

.brg-text-editor.green-bg a:hover{
    text-decoration: underline;
}

@media (max-width: 767px){
    .brg-footer-logo img{
        max-width: 60% !important;
    }
}

/* Contact Form */

.brg-contact-form .elementor-field-type-html{
    font-size: 18px !important;
}

.brg-link.green-bg{
    color: var(--e-global-color-accent);
    text-decoration: none;
}

.brg-link.green-bg:hover{
    text-decoration: underline;
}

/****************
* Cookie Policy *
*****************/

.brg-cookie-policy .cmplz-document h2{
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-text);
}

.brg-cookie-policy .cmplz-document p,
.brg-cookie-policy .cmplz-document ul li{
    font-family: var(--e-global-typography-text-font-family);
    color: var(--e-global-color-text);
    font-size: 18px !important;
}

.brg-cookie-policy .cmplz-document a{
    color: var(--e-global-color-accent);
    text-decoration: underline;
}






