.top-navigation_jm {
    font-size: 12px;
}

.site-branding_jm {
    padding: 30px 0 43px 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    position: relative;
}

.site-branding_jm_reduced {
    padding: 15px 0 15px 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    position: relative;
}


.site-branding_jm_reduced > .container {
    max-width: 100% !important;
}

.main-navigation_jm {
    width: 100%
}

.main-navigation_jm .menu > li {
    margin-left: 25px;
}

.main-navigation_jm .menu > li > a {
    color: var(--wp--preset--color--black);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}

.main-navigation_jm .menu > li > a:hover, .main-navigation .menu > .current_page_item > a {
    text-decoration: underline
}

/*
This will cause error for title at home page
.alignfull_jm {
    margin: 0 calc(50% - 50vw) !important;
    max-width: 100vw;
    width: calc(100vw / 3) !important;
} */

.header-image-title-jm {
    background: #323233;
    color: #fff;
    margin: 0;
    padding: 9px 10px;
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}

.item-image > a > img, .item-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 271px;
}

.innovation-home-img img {
    max-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capabilities-preheading {
    text-align: center;
    font-size: 18px !important;
    font-weight: 400;

    position: relative;
    padding-bottom: 15px;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--wp--preset--color--black);
}

.capabilities-preheading::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 3px;
    background: var(--background-red);
    bottom: 0;
    left: 50%;
    margin-left: -24px;
}

.media_text img {
/*    height: 371px !important;*/
}

.entry-content_jm_reduced .media_text img {
    height: 271px !important;
}

.entry-content_jm_reduced .pre-heading {
    font-size: 18px !important;
}

.entry-content_jm_reduced .wp-block-group {
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
}

.container {
    max-width: 95vw !important;
}

.entry-content_jm_reduced .linelimit {
    max-height: 300px;
    overflow: hidden;
}


.entry-content_jm_reduced .heading {
    font-size: 32px !important;
}

.entry-content_jm .pre-heading {
    font-size: 20px !important;
}

.entry-content_jm .heading {
    font-size: 40px !important;
}

.entry-content_jm .description {
    font-size: 20px !important;
}

.entry-content_jm_reduced .description {
    font-size: 16px !important;
}

.entry-content_jm .main-content a {
    height: 42px;
    margin-top: 36px;
}

.entry-content_jm_reduced .main-content a > span {
    font-size: 19px !important;
}

.entry-content_jm .main-content a > span {
    font-size: 25px !important;
}

.entry-content_jm .webshop-block .media_text {
    padding: 41px 0 !important;
}

.entry-content_jm_reduced .media_text {
    padding: 22px 0 !important;
}

.entry-content_jm_reduced .view-product-block {
    padding: 24px 0;
}

.entry-content_jm_reduced .pre-heading {
    margin-bottom: 15px !important;
}

.entry-content_jm_reduced .category-block {
    padding-top: 0px !important;
}

.entry-content_jm_reduced .webshop-block .block-button {
    margin-top: 22px;
}

.entry-content_jm .media_text .col-left {
    min-height: 371px;
}

.entry-content_jm_reduced .media_text .col-left {
    min-height: 271px;
}

.entry-content_jm_reduced .container {
    max-width: 100% !important;
}

.entry-content_jm .carousel-cell img {
    /*width:282px !important;*/
    height: 282px !important;
}

.entry-content_jm_reduced .carousel-cell img {
    /*width:282px !important;*/
    height: 210px !important;
}

.entry-content_jm .carousel-cell .wp-element-caption {
    font-size: 20px !important;
}


body.home article .capabilities-preheading::before {
    left: 50%;
    margin-left: -24px;
}

.sellable-productlisting
{
    font-size: 1.2rem;
    background: #d8d8d8;
    color: var(--main-color);
    padding: 5px 15px;
    font-weight: 600;
}