@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/montserrat-light-webfont.eot');
    src: url('../Fonts/montserrat-light-webfont.eot') format('embedded-opentype'),
        url('../Fonts/montserrat-light-webfont.woff') format('woff'),
        url('../Fonts/montserrat-light-webfont.woff2') format('woff2'),
        url('../Fonts/montserrat-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/montserrat-medium-webfont.eot');
    src: url('../Fonts/montserrat-medium-webfont.eot') format('embedded-opentype'),
        url('../Fonts/montserrat-medium-webfont.woff') format('woff'),
        url('../Fonts/montserrat-medium-webfont.woff2') format('woff2'),
        url('../Fonts/montserrat-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/montserrat-bold-webfont.eot');
    src: url('../Fonts/montserrat-bold-webfont.eot') format('embedded-opentype'),
        url('../Fonts/montserrat-bold-webfont.woff') format('woff'),
        url('../Fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('../Fonts/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


* { 
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: content-box;
    box-sizing: border-box;
}

:root {
    --white: #ffffff;
    --black: #141412;
    --green: #65b65a;
    --orange: #f5a055;
    --grey: #e8e8e8;

    --margin: 35px;
    --subtitleWidth: 400px;
    --columnWidth: 560px;
    --footerRightWidth: 730px;
}

:target {
    padding-top: 330px;
    margin-top: -330px;
}

body {
    margin: 0px;
	padding: 0px;
    font-family: Montserrat, Helvetica, Arial, "sans-serif";
    color: var(--black);
    background-color: var(--grey);
}
figure.table {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

figure.table td {
    vertical-align: top;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li a {
    color: var(--white);
    opacity: .7;
    text-transform: uppercase;
    text-decoration: none;
}

nav ul li a:hover {
    opacity: 1;
}

#ep_WebSiteLogoWrapper {
    position: absolute;
    top: 20px;
    left: 35px;
    height: 84px;
}

#ep_WebSiteLogoWrapper img {
    height: 100%;
    width: auto;
}


#ep_LanguageChoice {
    position: absolute;
    right: 35px;
    top: 35px;
}

body.ep_com #ep_LanguageChoice {
    display: none;
}

#ep_LanguageChoice a,
#ep_LanguageChoice {
    color: var(--white);
    font-size: 12px;
}

#ep_LanguageChoice a {
    text-decoration: none;
    opacity: .7;
    padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.70);
}

#ep_LanguageChoice a:first-child {
    padding: 0 10px 0 0;
}

#ep_LanguageChoice a:last-child {
    padding: 0 0 0 10px;
    border-right: none;
}

#ep_LanguageChoice a.active {
    opacity: 1;
}

div.ep_home #ep_NavHeader {
    display: none;
}

#ep_NavBurger {
    display: none;
    position: absolute;
    right: 35px;
    top: 64px;
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    opacity: 0.7;
}

.hamburger.is-active {
    opacity: 1;
}

.hamburger-box {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger--slider .hamburger-inner::before {
    top: 9px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 18px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}


.frame {
    overflow: hidden;
}

.frame.frame-type-shortcut {
    overflow: inherit;
}

.ep_wrapper-max-width{
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.ep_angled-div {
    display: inline-block;
    position: relative;
}
.ep_angled-div:before {
    position: absolute;
    left: 6%;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    transform: skew(23deg);
}

#ep_NavHeader {
    position: absolute;
    top: 90px;
    left: 760px;
}

#ep_NavHeader ul > li {
    float: left;
    margin-right: 20px;
}

#ep_NavHeader ul > li a {
    padding-bottom: 4px;
}

#ep_NavHeader ul > li a:hover{
    border-bottom: 2px solid var(--white);
}

#ep_NavHeader ul > li.active a {
    opacity: 1;;
}

#ep_NavHeader .ep_social-media-list {
    display: none;
}

main {
    background-image:url("../Assets/main-background.png");
    background-size: cover;
    background-position: center;
}

main .ep_wrapper-max-width { 
    padding-bottom: 20px;
}

main .frame-type-text {
    padding: 0 35px;
}

main a {
    color: var(--orange);
    text-decoration: none;
}

main a:hover {
    text-decoration: underline;
}

.ep_top-illustration {
    position: relative;
    height: calc(434px - 74px + 35px);
    padding-bottom: 35px;
    background-color: var(--black);
}

.ep_top-illustration h1 a {
    color: var(--white);
}

.ep_top-illustration-picture {
    padding-left: 220px;
    height: 100%;
}

.ep_top-illustration-picture img {
    object-fit: cover;
    object-position: center;
    height: 100%; 
    width: 100%;
}

#ep_TopIllustrationLeft {
    position: absolute;
    top: -74px;
    left: 0;
    height: 434px;
    line-height: 0;
    width: 488px;
    z-index: 20;
}


#ep_TopIllustrationLeft.fixed {
    position: fixed;
    top: -161px;
    left: calc((100% - 1920px)/2);
}

.ep_top-illustration-title {
    position: absolute;
    bottom: 77px;
    left: 35px;
}

.ep_top-illustration-title h1 {
    color: var(--white); 
    font-size: 30px; 
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 310px;    
    line-height: 1.2;
    margin: 0;
}


.ep_content-separator-simple {
    height: 35px;
}

.ep_content-separator-double {
    height: calc(2 * 35px);
}

.ep_content-black {
    background-color: var(--black);
    color: var(--white);
}

.ep_content-bloc {
    display: flex;
    overflow: hidden;
}

.ep_content-bloc p {
    text-align: justify;
}

.ep_content-bloc-col {
    position: relative;
    padding: 0 35px;
}

.ep_content-bloc-col img {
    width: 100%;
    height: auto;
}

.ep_content-bloc-subtitle {
    width: var(--subtitleWidth);
}

.ep_content-bloc-subtitle h2 {
    text-align: right;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
}

.ep_content-bloc-subtitle p {
    text-align: right;
    margin-top: 0;
}

.ep_content-bloc-col1,
.ep_content-bloc-col2 {
    width: 50%;
    width: calc( ( 100% - var(--subtitleWidth) ) / 2 );
    width: var(--columnWidth);
    font-size: 19px; 
    line-height: 1.4;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.ep_content-bloc-col1 p:first-child,
.ep_content-bloc-col2 p:first-child {
    margin-top: 5px;
}

.ep_content-bloc-one,
.ep_thumbnail-list {
    width: calc(2 * var(--columnWidth));
}

footer {
    background-image:url("../Assets/footer-background.png");
    background-size: cover;
    background-position: center;
}  

footer p {
    margin: 0;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

footer,
footer a,
footer .ep_angled-div,
footer .ep_angled-div a {
    color: var(--white);
    text-decoration: none;
}

footer a:hover,
footer .ep_angled-div a:hover {
    text-decoration: underline;
}
        
footer .ep_angled-div:before {
    background-color: var(--black);
}


#ep_FooterAddressBackground {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    line-height: 0;
    width: 580px;    
}

#ep_FooterAddressBackground img {
    height: 100%;
}

.ep_footer-address {
    padding:30px 20px 0 35px;
    font-size:16px;    
}

#ep_FooterAddressVisible {
    position: absolute; 
    top:0; 
    left:0;
}

#ep_FooterAddressInvisible {
    width: 510px;
}

#ep_FooterRight {
    background-color:var(--orange); 
    width: 100%; 
    display: table;
}

#ep_FooterRightContent {
    display: table-cell; 
    vertical-align: middle; 
    padding-left: 15%; 
    position: relative;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--white);
}

#ep_FooterCopyrightLinks {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
}

.ep_footer-right-components {
    position: absolute; 
    bottom: 15px;
}

.ep_footer-right-components a {
    color: var(--white);
    text-decoration: none;
}

.ep_footer-right-components a:hover {
    text-decoration: underline;
}

#ep_FooterCopyrightLinks {
    left: 15px;
}

#ep_FooterCopyrightDates,
#ep_FooterCopyrightSeparator,
#ep_FooterLinks {
    display: inline-block;    
}

#ep_FooterSocialNetworks {
    right: 40px;
}

footer {
    position: relative;
    width: 100%;
    height: 139px;
    background-image: url("../Assets/footer-background.png");
}

#ep_FooterRight {
    width: calc(100% - var(--footerRightWidth));
    height: 100%;
    margin-left: var(--footerRightWidth);    
}

#ep_FooterRightContent {
    height: 100%;
    padding-left: 0;
}


footer.ep_page {
    height: 100px;
}

footer.ep_page .ep_footer-address {
    font-size: 12px;
    padding-top: 18px;
}

footer.ep_page .ep_footer-right-components {
    bottom: 0;
}

footer.ep_page #ep_FooterCopyrightLinks {
    font-size: 11px;
}

#ep_NewsHome,
main.ep_home .tx-dce-container{
    height: calc(100% + 20px); /* +20px to compensate the 20px padding-bottom of ep_wrapper */ 
    position: relative;
}

main.ep_home .tx-dce-container:nth-child(3) {
    display: none;
}

#ep_NewsHome .slick-list,
#ep_NewsHome .slick-track{
    height: 100% !important;
}

#ep_NewsHome .slick-next {
    right: 15px;
}

#ep_NewsHome .slick-dots {
    bottom: calc(2px + 20px);
    margin-left: 250px;
}

#ep_NewsHome .slick-dots li.slick-active button:before {
    color: white;
}

#ep_NewsHome .slick-dots li button:before {
    font-size: 12px;
    color: white;
}

html:lang(de) .ep_de-invisble {
    display: none;
}

html:lang(it) .ep_it-invisble {
    display: none;
}

#ep_NewsHome {
    display: none;
}

#ep_NewsHome.slick-slider  {
    display: block;
}

#ep_NewsHome .ep_news-home-item {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

#ep_NewsHome .ep_news-home-item-title {
    position: absolute; 
    left: 494px;
    bottom: calc(25px + 20px); /* +20px to compensate the 20px padding-bottom of ep_wrapper */
    max-width: 700px;
    padding: 20px 30px 20px 50px;
    font-size: 30px;
    background-image: url("../Assets/news-home-background.png?2");
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: 500;
    text-transform: uppercase;
}

#ep_NewsHome a .ep_news-home-item-title {
    color: var(--black);
}

main.ep_home nav ul a {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
}

.tx-dce-container {
    overflow: hidden;
}

.ep_thumbnail-list {
    display: flex;
    flex-wrap: wrap;
}

.ep_thumbnail-list .ep_content-bloc-col {
    position: relative;
    width: 50%;
    margin-bottom:45px;
}

.ep_thumbnail-list.ep_thumbnail-list-3-col .ep_content-bloc-col {
     width: 33%;
}

.ep_thumbnail {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.ep_thumbnail-title {
    position: absolute;
    bottom: -17px;
    padding: 17px 17px 17px 35px;
    right: 0;
    width: 85%;
    background-image: url("../Assets/thumbnail-title-background.png?2");
    background-repeat: no-repeat;
    background-position: left, top;
    color: white;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.ep_thumbnail-info {
    background-color: #65b559;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: -35px;
    transform: rotate(-45deg);
    padding: 5px 15px;
    width: 150px;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}

.ep_thumbnail-list.ep_thumbnail-list-3-col .ep_thumbnail-title {
    bottom: 0;
    padding: 10px 10px 10px 35px;
    font-size: 17px;
}



.ep_product-introduction {
    padding-top: 20px;
    padding-bottom: 60px;
}

.ep_product-introduction-illustration-title {
    position: absolute;
    padding: 12px 20px;
    line-height: 1;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.6);
    top: 0;
    width: 100%;
}

.ep_product-introduction-illustration-info {
    position: absolute;
    right: 5px;
    bottom: 13px;
    background-color: #65b559;
}

.ep_content-bloc-col1 .ep_product-introduction-illustration-info {
    padding: 2px 10px;
    font-size: 17px;
    letter-spacing: .5px;
}

.ep_content-bloc-col2 .ep_product-introduction-illustration-info {
    padding: 1px 8px;
    font-size: 15px;
    letter-spacing: .3px;
}


.ep_product-introduction-variation,
.ep_list-item-picture {
    position: relative;
    margin-bottom: 17px;
    width: calc(50% - 18px);
}


.ep_product-features-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 35px;
}

.ep_product-feature {
    position: relative;
    width: 20%;
    height: 125px;
    text-align: center;
}

.ep_product-feature img {
    height: 78px;
    width: auto;
}

.ep_product-feature sup {
    font-size: 10px;
}

.ep_product-achievements {
    display: flex;
    flex-wrap: wrap;
    padding: 0 35px;
    gap: 3%;
}

.ep_product-achievements .ep_product-achievements-thumbnail {
    width: 31.3%;
    margin-bottom: 17px;
}

.ep_product-achievements .ep_product-achievements-thumbnail img {
    width: 100%;
    height: auto;
}


.ep_product-note {
    padding: 0 var(--margin);
}

.ep_product-note p:last-child {
    margin-bottom: 0;
}

.ep_implementation {
    margin-bottom: 100px;
}

.ep_implementation td {
    padding-bottom: 25px;
}

.ep_implementation-introduction {
    padding-bottom: 35px;
}

.ep_implementation-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.ep_implementation-text {
    margin-top: -20px;
}

.ep_implementation-label,
.ep_implementation-value {
    vertical-align: top;
}

.ep_implementation-label {
    font-weight: 500;
    white-space: nowrap;
}

.ep_implementation-space {
    width: 50px;
}

.ep_implementation-value p,
.ep_implementation-value p:first-child,
.ep_implementation-value p:last-child{
    margin: 0;
}

#ep_HeaderBottomLine {
    position: fixed; 
    top: 140px; 
    height: 74px; 
    width: 100%; 
    background-color: var(--black); 
    z-index: 10;
}

header .ep_social-media-list {
    position: absolute;
    right: 35px;
    bottom: 35px;
    display: flex;
    gap: 20px;
}

.ep_social-media-item {
    height: 20px;
    width: auto;
    opacity: .7;
}



.ep_numbered-list {
  list-style-type: none;
  counter-reset: css-counter 0; 
}

.ep_list-item  {
  counter-increment: css-counter 1; 
}

.ep_list-item .ep_content-bloc-col1:before {
    content: counter(css-counter);
    background-image: url("../Assets/list-item_background.png");
    background-position: right;
    background-repeat: no-repeat;
    font-size: 30px;
    font-weight: bold;
    color: white;
    padding: 9px 23px 6px 13px;
}


#ep_Map {
    width: 100%;
    height: 670px;
}

#ep_SubNav {
    display: none;
}

.ep_sub-nav {
    border-bottom: 1px solid black;
    padding: 20px 0;
    margin-bottom: 40px;
    background-color: var(--grey);
}

#ep_SubNav.fixed {
    display: flex;
    position: fixed;
    top: 214px;
    width: 100%;
    z-index: 20;
}

.ep_sub-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
}


/***** RESPONSIVE ******/

@media screen and (max-width: 1920px) {
    #ep_TopIllustrationLeft.fixed {
        left: 0;
    }
}

@media screen and (max-width: 1720px) {
    #ep_NavHeader {
        top: 113px;
        left: auto;
        right: var(--margin);
    }
    #ep_NavHeader ul > li:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 1600px) {
    :root {
        --footerRightWidth: 45%;
    }
}

@media screen and (max-width: 1520px) {
    :root {
        --columnWidth: calc( ( 100% - var(--subtitleWidth) ) / 2 );
    }
    
    .ep_product-introduction .ep_content-bloc-col1,
    .ep_product-introduction .ep_content-bloc-col2,
    .ep_numbered-list .ep_content-bloc-col1,
    .ep_numbered-list .ep_content-bloc-col2 {
        width: 50%;
    }
}

@media screen and (max-width: 1300px) {
    :root {
        --subtitleWidth: 350px;
    }
    
    :root {
        --footerRightWidth: 500px;
    }

    #ep_HomeGreenCorner {
        left: -80px !important;
    }
    
    #ep_NavHome {
        left: 115px !important;
    }
    
    main.ep_home nav ul a {
        font-size: 25px;
    }
    
    #ep_TopIllustrationLeft,
    #ep_TopIllustrationLeft.fixed {
        left: -40px;
    }
    
    #ep_NewsHome .ep_news-home-item-title {
        left: 414px;
    }
    
    
    .ep_top-illustration-title {
        left: 75px;
    }
    
    .ep_top-illustration-title h1 {
        font-size: 25px;
    }
    
    .ep_top-illustration-picture {
        padding-left: 200px;
    }
    
    .ep_content-bloc-subtitle h2 {
        font-size: 20px;
    }
    
    .ep_content-bloc-col1,
    .ep_content-bloc-col2 {
        font-size: 16px;
    }
    
    footer {
        height: 129px;
    }
    
    #ep_FooterAddressBackground {
        left: -80px;
    }

    .ep_footer-address {
        font-size: 14px;
    }
    
    #ep_FooterCopyrightLinks {
        font-size: 11px;
    }
    
    .ep_thumbnail-title {
        bottom: 0;
        padding: 10px 10px 10px 35px;
        font-size: 18px;
    }
}


@media screen and (max-width: 1120px) {
    #ep_WebSiteLogoWrapper {
        height: 64px;
    }
    #ep_NavHeader {
        top: 103px;
        left: 35px;
    }
    
    #ep_LanguageChoice {
        top: 28px;
    }
       
    .ep_content-bloc {
        display: block;
    }
    
    .ep_content-bloc-col,
    .ep_content-bloc-subtitle,
    .ep_content-bloc-one,
    .ep_thumbnail-list {
        width: 100%;
    }
    .ep_content-bloc-subtitle {
        margin-bottom: 20px;
    }
    .ep_content-bloc-subtitle h2 {
        text-align: left;
    }

    .ep_content-bloc-subtitle p {
        text-align: left;
    }
    
    .ep_sub-nav .ep_content-bloc-subtitle {
        display: none;
    }
    
    
    .ep_product-achievements .ep_product-achievements-thumbnail {
        width: 22.6%;
    }
}



@media screen and (max-width: 999px) {
    
    #ep_HomeGreenCorner {
        left: -200px !important;
    }
    #ep_NavHome {
        left: 235px !important;
    }
    
    #ep_NewsHome .ep_news-home-item-title {
        left: 300px;
        max-width: 675px;
        font-size: 25px;
    }

    #ep_NavHome nav ul {
        background-color: transparent;
        padding: 0;
    }
    
    main.ep_home nav ul a {
        font-size: 18px;
    }
    
    #ep_NavBurger {
        display: block;
    }
    
    .ep_home #ep_NavBurger {
        display: none;
    }
    
    #ep_NavHeader {
        display: none;
        right: 0;
        left: auto;
    }
    
    #ep_NavHeader.show {
        display: block !important;
    }
    
    nav ul {
        background-color: var(--black);
        padding: 0 35px 15px 35px;
    }
    #ep_NavHeader ul > li {
        float: none;
        text-align: right;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    #ep_NewsHome .slick-dots {
        margin-left: 150px;
    }   
    
    #ep_FooterAddressBackground {
        left: -200px;
    }
    
    #ep_FooterRight {
        width: calc(100% - 380px);
        margin-left: 380px;
    }
    
    #ep_FooterRightContent {
        font-size: 20px;
    }
    
    .ep_footer-right-components {
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    
    #ep_LanguageChoice {
        top: 102px;
        left: 35px;
        right: auto;
    }
    
    .ep_home #ep_NavBurger {
        display: block;
    }
    
    #ep_NavBurger {
        top: 100px;
    }
    
    #ep_NavHeader {
        top: 140px;
    }
    
    #ep_HomeGreenCorner {
        display: none;
    }
    
    #ep_NewsHome .ep_news-home-item-title {
        left: 235px;
        width: calc(100% - 220px);
        font-size: 20px;
    }
    
    .ep_home #ep_HeaderBottomLine {
        display: none;
    }
    
    main.ep_home {
        margin-top: 140px !important;
        height: calc(100vh - 214px - 139px + 85px) !important;
    }
    
    #ep_NewsHome .slick-dots {
        margin-left: 0;
    }
    
    #ep_FooterAddressBackground {
        left: -240px;
    }
    
    #ep_FooterRightContent {
        vertical-align: top;
    }
    
    #ep_FooterRight {
        width: calc(100% - 320px);
        margin-left: 320px;
    }
    
    #ep_footerSlogan {
         margin-top: 15px;
    }
    
    .ep_home #ep_footerSlogan {
         margin-top: 25px;
    }
    
}

@media screen and (max-width: 599px) {
    
    #ep_WebSiteLogoWrapper {
        width: calc(100% - 30px);
        height: 84px;
        display: flex;
        left: 15px
    }
    
    #ep_WebSiteLogoWrapper img {
        width: 100%;
        height: auto;
    }
    
    #ep_NavBurger {
        right: 15px;
    }
    
    #ep_LanguageChoice {
        left: 15px;
    }
    
    #ep_HeaderBottomLine {
        height: 54px;
    }
    
    
    
    #ep_HomeGreenCorner {
        display: none;
    }
    
    .ep_home #ep_HeaderBottomLine {
        display: none;
    }
    

    
    
    main {
        margin-top: calc(140px + 54px) !important;
    }
    
    main.ep_home {
        margin-top: 140px !important;
        height: calc(100vh - 390px) !important;
    }

    #ep_NewsHome .ep_news-home-item-title {
        left: 0;
        padding: 20px 30px 20px 35px;
        background-position: top 0 left -90px;
    }
    
    #ep_NewsHome .slick-next.slick-arrow {
        display: none !important;
    }
    
    #ep_NewsHome .ep_news-home-item-title {
        max-width: 100%;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    
    #ep_NavHeader {
        width: 100%;
        padding-bottom: 40px;
        background-color: var(--black);
    }
    
    #ep_NavHeader ul > li {
        text-align: center;
    }

    #ep_NavHeader .ep_social-media-list {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 0;
        left: 0;
        right: auto;
   }

    #ep_HeaderBottomLine  .ep_social-media-list {
        display: none;
    }
    
    .ep_top-illustration {
        height: auto;
        padding-bottom: 20px;
    }
    
    .ep_top-illustration-picture {
        padding-left: 0;
        height: 250px;
    }
    
    .ep_top-illustration-picture img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    
    #ep_TopIllustrationLeft,
    #ep_TopIllustrationLeft.fixed {
        position: fixed;
        top: -181px;
        left: -90px;
    }
    
    .ep_top-illustration-title {
        left: 105px;
        bottom: 72px;
    }
    
    .ep_top-illustration-title h1 {
        font-size: 19px;
    }
    
    #ep_TopIllustrationLeftBottom {
        display: none !important;
    }
    
    
    .ep_content-bloc-col {
        padding: 0 15px;
    }
    
    .ep_content-bloc-col1, .ep_content-bloc-col2,
    .ep_content-bloc-subtitle p {
        font-size: 14px;
    }
    
    .ep_content-bloc-subtitle h2 {
        font-size: 18px;
    }
    
    .ep_content-separator {
        height: 15px;
    }

    .ep_content-separator-double {
        height: calc(2 * 15px);
    }
    
    .ep_thumbnail-list.ep_thumbnail-list-3-col .ep_content-bloc-col {
        width: 100%;
    }
    
    #ep_SubNav.fixed {
        top: 194px;
    }
    
    .ep_sub-nav {
        padding: 10px 0;
    }
    
    .ep_sub-nav ul {
        display: block;
    }
    
    
    .ep_product-features-list,
    .ep_product-note,
    .ep_product-achievements {
        padding: 0 15px;
    }
    
    .ep_product-introduction .ep_content-bloc-col1,
    .ep_product-introduction .ep_content-bloc-col2 {
        width: 100%
    }
    
    .ep_product-introduction .ep_content-bloc-one > div {
        display: block !important;
    }
    
    .ep_product-introduction .ep_content-bloc-col1 {
        margin-bottom: 10px;
    }
    
    .ep_product-introduction-variation {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    
    .ep_product-introduction-illustration-title {
        padding: 10px 10px;
        font-size: 14px;
        padding: 7px;
    }
    
    .ep_product-feature {
        width: 50%;
    }
    
    .ep_product-feature img {
        height: 48px;
    }
    
    .ep_product-note p {
        font-size: 14px;
    }
    
    .ep_product-achievements .ep_product-achievements-thumbnail {
        width: 48%;
    }
    
    
    .ep_implementation {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .ep_implementation-title,
    .ep_implementation td {
        margin-bottom: 0;
    }
    
    .ep_implementation td {
        padding-bottom: 0;
    }
    
    .ep_implementation-introduction {
        padding-bottom: 0;
    }
    
    .ep_implementation-space {
        width: 15px;
    }
    .ep_implementation .ep_content-bloc-subtitle {
        margin-bottom: 10px;
    }
    
    .ep_product-achievements .ep_product-achievements-thumbnail {
        margin-bottom: 7px;
    }
    
    
    
    .ep_numbered-list .ep_content-bloc-col1, 
    .ep_numbered-list .ep_content-bloc-col2 {
        width: 100%;
    }
    
    .ep_list-item {
        display: block !important;
    }
    
    .ep_list-item-picture {
        width: calc(50% - 5px);
    }
    
    .ep_list-item .ep_content-bloc-col1:before {
        font-size: 20px;
        padding: 5px 22px 4px 10px;
    }
    
    
    footer {
        height: auto;
    }
    
    .ep_footer-address {
        padding: 25px 0 0 0;
    }
    #ep_FooterAddressBackground {
        display: none;
    }
    
    #ep_FooterAddressVisible {
        height: auto;
        width: 100%;
        position: relative;
        background-color: var(--black);
        padding-bottom: 10px;
    }
    
    .Address-wrapper {
        text-align: center;
    }
    
    #ep_FooterRight {
        width: 100%;
        margin-left: 0;
        padding: 20px 35px 20px 35px;
        text-align: center;
    }
    
    #ep_FooterRightContent {
        height: auto;
    }
    
    #ep_footerSlogan {
        font-size: 20px;
    }
    
    #ep_FooterCopyrightLinks {
        font-size: 10px;
        position: relative;
        left: 0;
    }
    
    .ep_footer-right-components {
        position: relative;
        bottom: 0;
    }
    
    #ep_FooterCopyrightDates,
    #ep_FooterLinks {
        display: block;
    } 
    
    #ep_FooterCopyrightSeparator {
        display: none;
    }
}