body {
    background-image: url('https://www.prozesstechnik-portal.com/wp-content/uploads/shutterstock_1650277141_w_5.png');
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.jeg_main {
    min-height: calc(100vh - 280px);
}

.jeg_content {
    background-color: transparent !important;
}

.header {
    width: 100%;
    height: 165px;
    top: 0;
    z-index: 999;

    height: fit-content;
    transition: all ease 0.4s;
}


.header .header-inner {
    transition: all ease 0.4s;
}



.header.scroll {
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px);
}

.header.scroll .header-inner {
    padding: 15px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
}

.header.scroll .jeg_logo_img {
    width: 161px;
}

.header .jeg_logo_img {
    width: 250px;
}

.header-col.contact {
    display: flex;
    justify-content: end;
}

.header-col.contact a.vc_btn3.vc_btn3-size-sm {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    padding: 7px 20px;
}


.header .jeg_logo_img {
    transition: all ease 0.4s;
}







.side {
    gap: 0.5rem;
    position: fixed;
    top: 50%;
    min-height: 3.5rem;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;

    color: #000;
    font-weight: 700;
}

.side a {
    color: #000;
    position: relative;
}

.side a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all ease 0.4s;
}

.side a:hover:after {
    width: 100%;
}

.side-right {
    z-index: 999;
    right: 3vh;
    transform-origin: right top;
    transform: rotate(-90deg) translate(50%, -100%);
    transition: all ease 0.4s;
}

.side-left {
    z-index: 999;
    left: 3vh;
    transform-origin: left top;
    transform: rotate(-90deg) translate(-50%, 0);
    transition: all ease 0.4s;
}

.side-left i {
    margin-left: 0.5rem;
}







.section-highlight {
    margin-bottom: 80px;
}

.section-highlight > .jeg-vc-wrapper > .jeg_column:last-child {
    padding: 0;
}

.section-highlight > .jeg-vc-wrapper > .jeg_column:last-child .row:first-child {
    margin-bottom: 30px;
}
    

.section-highlight .content {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

    border: 1px solid #dfdfdf;
    box-shadow: 0 .5rem 1rem rgba(71, 71, 71, .15);
}

.section-highlight .wrap-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    background: #fff;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all ease 0.4s;
}

.section-highlight .wrap-link:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    background: #fff;
    opacity: 0.9;
}

.issue,
.headline,
.favicon-base,
.favicon-overlay {
    transition: all ease 0.4s;
}

.section-highlight .wrap-link:hover:before,
.section-highlight .wrap-link:hover:after {
    background: #000;
}

.section-highlight .wrap-link:hover:after {
    opacity: 0.5;
}

.section-highlight .wrap-link:hover .issue,
.section-highlight .wrap-link:hover .headline {
    color: #fff;
}

.wrap-link:hover .favicon-base {
    opacity: 0;
}

.wrap-link:hover .favicon-overlay {
    opacity: 1;
}




.section-highlight .content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    z-index: 99;
}

.section-highlight .issue-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-highlight .issue {
    font-size: 20px;
}

.section-highlight .small .issue {
    font-size: 16px;
}

.favicon {
    position: relative;
    width: 30px;
    height: 30px;
}

.sub-content .favicon {
    width: 20px;
    height: 20px;
}

.favicon-base,
.favicon-overlay {
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}


.favicon-base {
    opacity: 0.15;
}

.favicon-overlay {
    opacity: 0;
}

.headline {
    font-size: 24px;
}

.section-highlight .small .headline {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}


.vc_btn3.link,
.vc_btn3.button {
    font-size: 14px;
    font-weight: 700;
    border-width: 1px !important;
    padding: 10px 20px;
    text-transform: none;
    letter-spacing: normal;

    width: 110px;
}

.section .vc_btn3.link,
.section .vc_btn3.button {
    pointer-events: none;
}

.section-highlight .vc_btn3.button {
    color: #a3a3a3;
    border-color: #a3a3a3;
}

.section-highlight .small .headline {
    color: #3a3a3a;
    margin-top: 30px;
}




.sub-content {
    margin-bottom: 30px;
}

.sub-content .wrap-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 15px;
    transition: all ease 0.4s;
}

.sub-content .wrap-link:hover {
    background-color: #0000000d;
}

.sub-content .headline {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.sub-content .headline span {
    margin-right: 10px;
}

.sub-content .text {
    color: #7f7f7f;
    transition: all ease 0.4s;
    margin: 0;
}

.sub-content .wrap-link:hover .text {
    color: #000;
}

.sub-content .wrap-link:hover .vc_btn3 {
    background-color: #000;
    color: #fff;
}




.search {
    display: flex;
}

.search #search {
    width: 300px;
    border-radius: 5px 0 0 5px;
    margin-right: -5px;
}

.search #search-btn {
    display: flex;
    align-items: center;
}

.search #search-btn i {
    margin-right: 5px;
}


.searching .section-highlight {
    display: none;
}


.close-search {
    display: none;
    margin-right: 10px;
}

.close-search.active {
    display: flex;
    align-items: center;
}

.close-search i {
    padding: 5px;
    color: #9d9d9d;
    background: #eaeaea;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.no-result p {
    font-size: 30px;
    color: #969696;
    text-align: center;
}



.jeg_footer_content {
    display: none;
}

.jeg_footer_bottom {
    background-color: transparent !important;
}

.jeg_footer_bottom .copyright,
.jeg_footer_bottom .copyright a,
.jeg_footer_bottom .footer_right,
.jeg_footer_bottom .footer_right a,
.jeg_footer_bottom .footer_right .menu-item:after {
    color: #878787 !important;
}



.blog-1 .section-highlight .small .headline {
    font-family: 'Open Sans', sans-serif;
}

.blog-1 .section-highlight .wrap-link:hover .vc_btn3.button {
    background-color: #F29200;
    border-color: transparent;
    color: #fff;
}

.blog-1 .sub-content-col:first-child:after,
.blog-1 .section-highlight .issue span:after {
    content: '';
    width: 40px;
    height: 4px;
    background: #F29200;
    display: block;
    margin-top: 10px;
}




.blog-2 h2:after,
.blog-2 h3:after {
    margin-left: 0;
}

.blog-2 .section-highlight .small .headline {
    font-family: 'Open Sans', sans-serif;
}

.blog-2 .section-highlight .wrap-link:hover .vc_btn3.button {
    background-color: #0fb2b2;
    border-color: transparent;
    color: #fff;
}

.blog-2 .section-highlight .issue span,
.blog-2 .sub-content-col:first-child .text span {
    margin-right: 5px;
}

.blog-2 .section-highlight .issue:after,
.blog-2 .sub-content-col:first-child .text:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #0fb2b2;
    display: inline-block;
}




.blog-3 .section-highlight .small .headline {
    font-family: 'Raleway', sans-serif;
}

.blog-3 .section-highlight .issue span,
.blog-3 .sub-content .headline span {

    background-color: #2e95db !important;
    background-image: linear-gradient(90deg, rgb(46, 149, 219) 0px, rgb(26, 67, 126) 100%) !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;

    transition: all ease 0.4s;

}

.blog-3 .section-highlight .wrap-link:hover .vc_btn3.button {
    background-color: #2e95db;
    border-color: transparent;
    color: #fff;
}

.blog-3 .section-highlight .wrap-link:hover .issue span {
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 100%) !important;
}





.blog-1 .section-highlight .content.medium-foodtec .wrap-link:hover .vc_btn3.button {
    background-color: #0BC99D;
}

.blog-1 .section-highlight .content.medium-foodtec .issue span:after {
    background: #0BC99D;
}

.blog-1 .section-highlight .content.medium-analytic .wrap-link:hover .vc_btn3.button {
    background-color: #bb182a;
}

.blog-1 .section-highlight .content.medium-analytic .issue span:after {
    background: #bb182a;
}





@media only screen and (min-width: 1200px) {

    .section-highlight .jeg-vc-wrapper {
        display: flex;
        align-items: stretch;
    }

    .section-highlight>.jeg-vc-wrapper .jeg_wrapper,
    .section-highlight>.jeg-vc-wrapper .jeg_wrapper .content,
    .section-highlight>.jeg-vc-wrapper .jeg_wrapper .content .wrap-link,
    .section-highlight>.jeg-vc-wrapper .jeg_wrapper .content .wrap-link .content-inner {
        height: 100%;
    }

}

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

    .section-highlight > .jeg-vc-wrapper > .jeg_column:last-child .row:first-child {
        margin-bottom: 0;
    }

    .section-highlight {
        margin-bottom: 30px;
    }

    .section-highlight .jeg_main_content {
        margin-bottom: 15px;
    }

    .section-highlight .jeg_main_content:first-child:not(.small) {
        height: 300px;
    }

    .section-highlight .jeg_main_content:not(.small) .jeg_wrapper,
    .section-highlight .jeg_main_content:not(.small) .jeg_wrapper .content,
    .section-highlight .jeg_main_content:not(.small) .jeg_wrapper .content .content-inner {
        height: 100%;
    }

}

@media only screen and (max-width: 1199px) {
    
    .jeg_footer_bottom .container {
        text-align: center;
    }

}

@media only screen and (max-width: 991px) {
    
    .header-col.contact {
        display: none;
    }

    .side-left {
        left: 0;
    }

    .side-right {
        right: 0;
    }

}

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

    .header-inner {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .header-col {
        width: 100%;
        justify-content: center;
    }

    .header-col.logo{
        width: auto;
        margin-bottom: 30px;
    }

    #content {
        padding-left: 45px;
        padding-right: 45px;
    }
}

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

    .sub-content .wrap-link {
        flex-direction: column;
    }

    .sub-content .wrap-link .sub-content-col {
        width: 100%;
    }

    .sub-content .wrap-link .sub-content-col:first-child {
        margin-bottom: 15px;
    }

}