﻿html{box-sizing:border-box; height:100%}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0; font-family: 'Open Sans', Verdana, sans-serif; font-size: 16px; color: #313131; line-height: 1.6; height: calc(100%); display: flex; flex-direction: column;}

.message {
    min-height: 20%;
    border: none !important;
    border-radius: 3px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1.6rem;
    max-width: 480px;
    color:#313131;

    span{
        font-size: 18px;
        font-weight: bold;
    }

    .box01{
        width: 100%;

        a{
            margin-top: 40px;
            display: inline-block;
            overflow: hidden;
            color: white;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
            padding: 11px 52px 12px 52px;
            background-color: #006800;
            border: 0 hidden;
            /*text-transform: uppercase;*/
            letter-spacing: 1.5px; 
            width: 100%;   
            text-align: center;       
        }
        a:hover{
            filter: brightness(124%);
            cursor: pointer;
        }
        button{
            margin-top: 8px;
            color: white;
            font-size: 14px;
            font-weight: normal;
            padding: 14px 52px;
            background-color: #1a293c;
            border: 0 hidden;
            /*text-transform: uppercase;*/
            letter-spacing: 1.5px; 
            width: 100%;   
            text-align: center;            
        }
        button:hover{
            filter: brightness(124%);
            cursor: pointer;
        }
    }

}
.message::backdrop {
    backdrop-filter: blur(2px);
}

.header {
    padding: 10px 0 12px 0;
}
.header .grid-container {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1280px;
    padding: 0 20px 0 20px;
    justify-content: center;
    align-content: center;
    margin-left:auto;
    margin-right:auto;
}
.header .grid-container .logo{
    width: 25%;
    font-size: 32px;
    font-weight: bold;
    align-content: center;

    img{
         height: 42px; 
         margin-top:12px;
    }
}
.header .grid-container .links{
    width: 75%;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
    align-content: center;
    img{
        height: 40px;
    }
    .inA{
            padding: 0 0 0 0;  
            color: #919191;        
    }
    span{
        padding: 0 0 0 40px;
        color: #313131;
        a{
        text-decoration: none;
        color: #1a293c;
        padding: 0 0 0 0;
        }
        .links a:hover{
            text-decoration: underline;
            text-decoration-thickness: 1px;
        }
    }
}


.header .grid-container .links a:hover{
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.header2 {
    position: sticky;
    top: 0;  
    padding: 10px 0 12px 0;
    color: white;
    background-color: #1a293c;
    z-index: 1;
}
.header2 .grid-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    max-width: 1280px;
    padding: 0 20px 0 20px;
    justify-content: center;
    align-content: center;
    margin-left:auto;
    margin-right:auto;
}

    .ac_input {font-size: 18px}
    .ac_results {width: 600px; margin: 14px 0 0 -24px; padding: 0px; border-radius: 20px; background-color: white; overflow: hidden; z-index: 99999;}
    .ac_results ul {list-style-position: outside; list-style: none; padding: 0; margin: 0;}
    .ac_results li {margin: 0px; padding: 6px 10px; cursor: default; display: block; line-height: 22px;	overflow: hidden; }
    .ac_results li:hover {background-color: #ECECEC;}

.header2 .grid-container .search{
    width: 40%;
    font-size: 18px;
    align-content: center;
    margin: 10px 22px 10px 42px;
    padding: 0 4px 0 20px;
    display: flex;
    gap: 18px;
    background-color: white;
    border: 4px solid white;
    border-radius: 80px;

    input,
    button {
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        outline: none;
    }
    input[type="text"] {
        width: 90%;
        height: 36px;
        line-height: 1;
        color: #919191;
    }
    input[type="text"]::placeholder {
        color: #C2C2C2;
    }
    button {
        position: relative;
        display: block;
        width: 46px;
        height: 36px;
        cursor: pointer;
        padding-top: 2px;
    }
    #search-icon-circle {
        position: relative;
        top: -5px;
        left: 2px;
        width: 26px;
        height: 26px;
        margin-top: 0;
        border-width: 15px;
        border: 6px solid #919191;
        background-color: transparent;
        border-radius: 50%;
        transition: 0.5s ease all;
    }
    button span {
        position: absolute;
        top: 12px;
        left: 8px;
        display: block;
        background-color: transparent;
        border-radius: 6px;
        transform: rotateZ(52deg);
        transition: 0.5s ease all;
    }
    button span:before,
    button span:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 14px;
        width: 16px;
        height: 8px;
        background-color: #919191;
        border-radius: 6px;
        transform: rotateZ(0);
        transition: 0.5s ease all;
    }
    #search-icon:hover #search-icon-circle {
        top: -1px;
        width: 32px;
        height: 8px;
        border-width: 0;
        background-color: #919191;
        border-radius: 10px;
    }
    #search-icon:hover span {
        top: 50%;
        left: 6px;
        width: 25px;
        margin-top: 2px;
        transform: rotateZ(0);
    }
    #search-icon:hover button span:before {
        bottom: 5px;
        transform: rotateZ(52deg);
    }
    #search-icon:hover button span:after {
        bottom: -7px;
        transform: rotateZ(-52deg);
    }
    #search-icon:hover button span:before,
    #search-icon:hover button span:after {
        right: -6px;
        width: 22px;
        background-color: #919191;
    }
}

.header2 .grid-container .links{
    width: 60%;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
    align-content: center;

    img{
        height:22px;
    }         
    a{
        color: white;
        text-decoration: none;
        padding: 0 0 0 40px;
        img{
            height:26px;
            padding: 0 12px 0 0;
            margin-bottom: -4px;
        }  
    }
    a:hover{
        text-decoration: none;
        text-decoration-thickness: 1px;
        color: #E6E6EA;
        img{
            filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(4368%) hue-rotate(339deg) brightness(79%) contrast(112%);
        }  
    }
}
.main {
    font-size: 16px;
    font-weight: normal;
    flex: 1 0 auto;
}
.main .slider2 {
    margin: -20px 0 0 0;
    padding: 0 40px 40px 40px;
    max-width: 1280px;
    overflow: hidden;
    display: flex;
    flex: 0 0 100%;
    /*border-top: 1px solid #F5F5F7;*/
    &:hover {
        .group{animation-play-state: paused;}
    } 
}
.main .slider2 .group {
    display: flex;
    gap: 20px;
    padding-right: 20px;
    will-change: transform; 
    animation: scrolling 20s linear infinite;
  }
.main .slider2 .images{
    width: 100%;
    color: white;
    padding: 0 20px 20px 20px;
    font-size: xx-large;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*.main .slider2{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    overflow: hidden;
    max-width: 1280px;
    height: 100px; 
    padding: 0 20px 0 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-top: 4px white solid; 
    border-bottom: 4px white solid; 
}
.main .slider2 .images{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(250px * 6);
    transform: translate3d(0, 0, 0);
    animation: slideshow 15s linear infinite;
    animation-name: slide2;
}
@keyframes slide2 {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}*/
/*@keyframes slide2 {
  0%    { right: -100%; }
  100%  { right: 100%; }
}*/
.main .slider{
    height: 480px; 
    border-top: 4px white solid; 
    border-bottom: 4px white solid; 
    animation-name: slide;
    animation-fill-mode: both;
    animation-duration: 21s;
    animation-iteration-count: infinite;
    text-align: center;
    position: relative;
    margin-bottom: 48px;

    .sliderTxt{
        font-size: 60px;
        color: #F5F5F7;
        div{
            position: absolute;
            top: 10%;
            left: 20%;
            opacity: 0; 
            text-align: left;

            h2{
                font-size: 62px;
                margin-bottom: -34px;;
            }
            p{
                font-size: 28px;
            }
        }
        .sliderTxtA:nth-child(1) {
            animation: slideTxt 21s infinite;
        }
        .sliderTxtA:nth-child(2) {
            animation: slideTxt 21s 7s infinite;
        }
        .sliderTxtA:nth-child(3) {
            animation: slideTxt 21s 14s infinite;
        }
    }
}

@keyframes slide {
    0%,28% {
        background-image: url('../images/start/slide01.png'), url('../images/start/slide02.png'), url('../images/start/slide03.png');
    }
    34%,59% {
        background-image: url('../images/start/slide02.png');
    }
    67%,94% {
        background-image: url('../images/start/slide03.png');
    }
    100% {
        background-image: url('../images/start/slide01.png');
    }
}
@keyframes slideTxt {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  26% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
}



.number {
    font-size: 56px; 
    font-weight: 500;
}
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.number1 {
    animation: counter 3s forwards ease-in-out;
    counter-reset: num var(--num);
}
.number1::after {
    content: counter(num);
}
@keyframes counter {
    from {
        --num: 1000;
    }
    to {
        --num: 40000;
    }
}
.number2 {
    animation: counter 3s forwards ease-in-out;
    animation-name: counter2;
    counter-reset: num var(--num);
}
.number2::after {
    content: counter(num);
}
@keyframes counter2 {
    from {
        --num: 0;
    }
    to {
        --num: 10;
    }
}
.number3 {
    animation: counter 3s forwards ease-in-out;
    animation-name: counter3;
    counter-reset: num var(--num);
}
.number3::after {
    content: counter(num);
}
@keyframes counter3 {
    from {
        --num: 0;
    }
    to {
        --num: 9999;
    }
}
.number4 {
    animation: counter 3s forwards ease-in-out;
    animation-name: counter4;
    counter-reset: num var(--num);
}
.number4::after {
    content: counter(num);
}
@keyframes counter4 {
    from {
        --num: 0;
    }
    to {
        --num: 512;
    }
}
.main .grid-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    max-width: 1280px;
    padding: 0 0px 0 0px;
    justify-content: center;
    align-content: center;
    margin-left:auto;
    margin-right:auto;

    .breadcrumb{
        width: 100%;
        padding: 14px 0 12px 44px;
        margin-bottom: -6px;
        font-size: 13px;
        font-weight: bold;
        text-align: left;

        a{
            text-decoration: none;
            color: #1a293c;
        }
    }

    .pageheader{
        width: 100%;
        padding: 0 20px 0 20px;
        color: #313131;
        text-transform: uppercase;
        letter-spacing: 3px;

        h1 {
            font-size: 28px;
            overflow: hidden;
            text-align: center;
            margin-bottom: 42px;
        }
        h1:before
        {
            background-color: #313131;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 50%;
        }
        h1:after {
            background-color: #313131;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 50%;
        }
        h1:before {
            right: 0.5em;
            margin-left: -50%;
        }
        h1:after {
            left: 0.5em;
            margin-right: -50%;
        }

        h2 {
            font-size: 24px;
            overflow: hidden;
            text-align: center;
            margin-bottom: 36px;
        }
        h2:before
        {
            background-color: #313131;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 50%;
        }
        h2:after {
            background-color: #313131;
            content: "";
            display: inline-block;
            height: 1px;
            position: relative;
            vertical-align: middle;
            width: 50%;
        }
        h2:before {
            right: 0.5em;
            margin-left: -50%;
        }
        h2:after {
            left: 0.5em;
            margin-right: -50%;
        }
    }
}
.main .grid-container .breadcrumb{
    width: 100%;
    padding: 14px 0 42px 44px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;

    a{
        text-decoration: none;
        color: #1a293c;
    }
}
.main .grid-container .item2{
    width: 50%;
    padding: 60px 40px 40px 40px;
}
.main .grid-container .item2 .box{
    padding: 0 60px 0 0;
    width: 100%;
}
.main .grid-container .item2 .box h2{
    color: #1a293c;
    padding-bottom: 8px;
}
.main .grid-container .item3{
    width: 33.3%;
    padding: 60px 40px 40px 40px;
}
.main .grid-container .item3 .box{
    margin-top: 20px;
    width: 100%;
}
.main .grid-container .item3 .box h2{
    color: #1a293c;
    padding-bottom: 8px;
}
.main .grid-container .item3x{
    display: none;
}
.main .grid-container .item3x .box{
    margin-top: 20px;
    width: 100%;
}
.main .grid-container .item3x .box h2{
    color: #1a293c;
    padding-bottom: 8px;
}
.main .grid-container .item4{
    width: 25%;
    padding: 40px 40px 50px 40px;
    text-align: center;
    color:white;
}
.main .grid-container .item4 .box{
    margin-top: 20px;
    width: 80%;
}
.main .grid-container .item5{
    width: 100%;
    padding: 10px 40px 28px 40px;
    text-align: center;
    h1{
        margin-top: 48px;
        padding: 0px 0 -10px 0;
        color: #1a293c;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    h2{
        font-size: 18px;
        color: #313131;
        padding: 18px 0 22px 0;
    }
    hr{
        width: 80px;
        border: 4px solid #d22529;
        align-self: left;
    }
    img{
        width: 100%;
        border-radius: 3px;
        box-shadow: 10px 10px 5px #C2C2C2;
    }
}
.main .grid-container .item6{
    width: 62%;
    /*column-count: 2;
    column-gap: 82px;*/
    padding: 4px 80px 40px 80px;
    
    p{
        margin: 0 0 22px 0;
        text-align: justify;

        span{
            font-weight: bold;
        }
        .small{
            font-size: 12px;
            font-weight: bold;
        }
    }
}
.main .grid-container .item7{
    width: 100%;
    padding: 10px 40px 28px 40px;
    text-align: center;
    h3{
        margin-top: 28px;
        padding: 0px 0 -10px 0;
        color: #1a293c;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    hr{
        width: 80px;
        border: 2px solid #d22529;
        align-self: left;
    }
    img{
        width: 100%;
        border-radius: 3px;
        box-shadow: 10px 10px 5px #C2C2C2;
    }
}
.main .grid-container .item8{
    width: 62%;
    padding: 0px 0px 40px 40px;
    position: relative;
}
.main .grid-container .item9{
    width: 38%;
    padding: 0px 40px 40px 0px;
}
.main .grid-container .item10{
    width: 20%;
    padding: 60px 10px 40px 0px;
    text-align: left;
}
.main .grid-container .item11{
    width: 80%;
    padding: 60px 0px 40px 0px;
    text-align: left;

    .navigation{
        text-align: center;
        margin-top: 26px;
        font-size: 18px;

        a{
            padding: 0 10px;
            text-decoration: none;
            font-weight: bold;
            color: #1a293c;
        }
        span{
            padding: 0 10px;
            text-decoration: none;
            font-weight: bold;
            color: red;
        }
    }

    .item-container{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        max-width: 100%;
        min-height: 180px;
        border-bottom: 1px solid #c2c2c2;
        padding: 12px 0 12px 0;

        a{
            font-size: 22px;
            font-weight: bold;
            color: #1a293c;
            text-decoration: none;
        }
        .box-a{
            width: 20%;
            text-align: center;
            img{
                max-height: 76%;
                max-width: 76%;
            }
        }
        .box-b{
            width: 50%;
            text-align: left;
            padding-left: 20px;
            .vendor{
                font-size: 14px;
                font-weight: bold;
            }
            .desc01{
                font-size: 16px;
                margin-top: 8px
            }
        }
        .box-d{
            width: 30%;
            text-align: left;
            table{
                width: 100%;
                border-collapse: collapse;
                margin: 4px 0 0 0;
            }
            tr{
                border-bottom: 0px hidden #F5F5F7;
            }
            th{
                padding: 0px 16px 2px 0;
                width: 50%;
                vertical-align: top;
                text-align: right;
                font-size: 14px;
                font-weight: bold;
            }
            td{
                padding: 1px 16px 1px 0;
                width: 50%;
                vertical-align: top;
                text-align: right;
                font-size: 16px;
            }
            td a{
                color: #1a293c;
                text-decoration: none;
            }
            td a:hover{
                color: #1a293c;
                text-decoration: underline;
            }
        }
    }
}
.main .grid-container .item12{
    width: 100%;
    padding: 60px 40px 40px 40px;
    text-align: left;

    .navigation{
        text-align: center;
        margin-top: 26px;
        font-size: 18px;

        a{
            padding: 0 10px;
            text-decoration: none;
            font-weight: bold;
            color: #1a293c;
        }
        span{
            padding: 0 10px;
            text-decoration: none;
            font-weight: bold;
            color: red;
        }
    }

    .item-container{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        max-width: 100%;
        min-height: 180px;
        border-bottom: 1px solid #c2c2c2;
        padding: 12px 0 12px 0;

        a{
            font-size: 22px;
            font-weight: bold;
            color: #1a293c;
            text-decoration: none;
        }
        a:hover{
            text-decoration: underline;
            filter: brightness(124%);
        }
        .box-a{
            width: 20%;
            text-align: center;
            img{
                max-height: 130px;
                max-width: 68%;
            }
        }
        .box-b{
            width: 50%;
            text-align: left;
            padding-left: 20px;
            .vendor{
                font-size: 14px;
                font-weight: bold;
            }
            .desc01{
                font-size: 16px;
                margin-top: 8px
            }
        }
        .box-d{
            width: 30%;
            text-align: left;
            table{
                width: 100%;
                border-collapse: collapse;
                margin: 4px 0 0 0;
            }
            tr{
                border-bottom: 0px hidden #F5F5F7;
            }
            th{
                padding: 0px 16px 2px 0;
                width: 50%;
                vertical-align: top;
                text-align: right;
                font-size: 14px;
                font-weight: bold;
            }
            td{
                padding: 1px 16px 1px 0;
                width: 50%;
                vertical-align: top;
                text-align: right;
                font-size: 16px;
            }
            td a{
                color: #1a293c;
                text-decoration: none;
            }
            td a:hover{
                color: #1a293c;
                text-decoration: underline;
            }
        }
    }
}
.main .grid-container .item20{
    width: 70%;
    padding: 16px 0px 40px 40px;
    text-align: left;

    .item-container{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        max-width: 100%;
        padding: 12px 0 42px 0;
    
        .box-a{
            width: 40%;
            text-align: center;
        }
        .box-a img{
            max-height: 160px;
            max-width: 76%;
        }
        .box-b{
            width: 60%;
            text-align: left;
            h1{
                margin: 6px 0 0 0;
            }      
            .manufacturer{
                font-weight: bold;
            }
            .description{
                padding: 12px 0 0 0;
            }
            .compliance{
                padding: 26px 0 0 0;
                img{
                    max-height: 20px;
                }
                span{
                    margin: 0 0 0 15px;
                    font-size: 14px
                }
            }
            .datasheet{
                padding: 16px 0 0 0;
                img{
                    max-height: 20px;
                }
                span{
                    margin: 0 0 0 12px;
                    font-size: 14px
                }
                a{
                    margin-bottom: 4px!important;
                    text-decoration: none;
                    color: #1a293c;
                    font-weight: bold;
                }
            }
        }
    }
    .info{
        text-align: left;
        padding: 20px 0 12px 0;
        
        input {
            display: none;
        }
        label {
            display: block;    
            padding: 12px 22px;
            margin: 1px 0 4px 0;
            cursor: pointer;
            background: #F5F5F7;
            /*border: 1px solid #F5F5F7;*/
            border-radius: 3px;
            /*color: #FFF;*/
            transition: ease .5s;
            position: relative; /* ADDING THIS IS REQUIRED */
        }

        label:hover {
            background: #ECECEC;
        }

        label::after {
            content: '+';
            font-size: 22px;
            font-weight: bold;
            position: absolute;
            right: 10px;
            top: 6px;
        }
        input:checked + label::after {
            content: '-';
            right: 14px;
            top: 5px;
        }
        .content {
            /*background: #E2E5F6;*/
            padding: 10px 25px;
            border: 1px solid #F5F5F7;
            margin: 1px 0 4px 0;
            border-radius: 3px;
        }
        input + label + .content {
            display: none;
        }
        input:checked + label + .content {
            display: block;
        }
        table{
            width: 94%;
            border-collapse: collapse;
            margin: 0 0 20px 20px;
        }
        tr{
            border-bottom: 1px solid #F5F5F7;
        }
        td{
            padding: 8px 0 8px 0;
            width: 50%;
            vertical-align: top;
            font-size: 14px;
        }
        td a{
            color: #1a293c;
            text-decoration: none;
        }
        td a:hover{
            color: #1a293c;
            text-decoration: underline;
        }
        .tuoteotsikko{
            font-weight: bold;
            padding: 12px 0 8px 0;
            border-bottom: 1px solid #F5F5F7;
        }
    }
}
.main .grid-container .item21{
    width: 30%;
    padding: 0px;
    text-align: left;

    .itemBorder{
        border: 2px solid #ECECEC;
        border-radius: 3px;
        margin: 24px 40px 0 46px;
    }
}
.main .grid-container .item21 .item-container{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    margin: 0!important;
}
.main .grid-container .item21 .item-container .box-a{
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    width: 50%;
    text-align: left;
    background-color: #F5F5F7;
    border-radius: 3px 0 0 0;
    padding: 16px 16px 10px 16px;
}
.main .grid-container .item21 .item-container .box-a2{
    font-weight: normal;
    font-size: 14px;
    width: 50%;
    text-align: left;
    padding: 12px;
    padding: 10px 16px 12px 16px;
    border-bottom: 2px #F5F5F7 solid;
}
.main .grid-container .item21 .item-container .box-b{
    font-weight: bold;
    font-size: 16px;
    width: 50%;
    text-align: right;
    background-color: #F5F5F7;
    border-radius: 0 3px 0 0;
    padding: 16px;
}
.main .grid-container .item21 .item-container .box-b2{
    font-weight: bold;
    font-size: 14px;
    width: 50%;
    text-align: right;
    padding: 10px 16px 12px 16px;
    border-bottom: 2px #F5F5F7 solid;
}
.main .grid-container .item21 .item-container .box-d{
    font-weight: normal;
    font-size: 14px;
    width: 50%;
    text-align: left;
}
.main .grid-container .item21 .item-container .box-e{
    font-weight: normal;
    font-size: 14px;
    width: 50%;
    text-align: right;
}
.main .grid-container .item21 .item-container .box-f{
    font-weight: Bold;
    font-size: 12px;
    width: 100%;
    text-align: left;
    background-color: #F5F5F7;
    padding: 14px 16px 8px 16px;
}
.main .grid-container .item21 .item-container .box-c{
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: left;

    table{
        width: 100%;
        border-collapse: collapse;
        background-color: white;
        margin-bottom: 10px;
        font-size: 14px;
    }
    tr{
        border-bottom: 4px #F5F5F7 solid;
    }
    tr:nth-child(odd) {
        background-color: #F5F5F7;
    }
    th{
        font-weight: bold;
        text-align: right;
        width: 50%;
        padding: 4px 16px 2px 0;
        background-color: #F5F5F7;
    }
    td{
        font-weight: normal;
        text-align: right;
        width: 50%;
        padding: 4px 16px 2px 0;
    }
    .quantityLabel{
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        margin: 14px 0 4px 14px;
    }
    button{
        width: calc(100% - 40px);
        font-weight: bold;
        height: 48px;
        color: white;
        background-color: green;
        border: 0px hidden;
        border-radius: 0px;
        cursor: pointer;
        margin: 4px 0 12px 20px;
    }    
    button:hover{
        filter: brightness(124%);
        cursor: pointer;
    }
    input{
        width: calc(100% - 40px);
        height: 36px;
        margin: 0 0 2px 20px;
        text-align: right;
        font-size: 16px;
    }
}
.main .grid-container .item21 .item-container .box-c2{
    font-weight: bold;
    font-size: 16px;
    background-color: #F5F5F7;
    width: 100%;
    text-align: left;
    
    button{
        width: calc(100% - 40px);
        font-weight: bold;
        height: 48px;
        color: white;
        background-color: #1a293c;
        border: 0px hidden;
        border-radius: 0px;
        cursor: pointer;
        border-radius: 0 0 3px 3px;
        margin: 4px 0 22px 20px;
    }
    button:hover{
        filter: brightness(124%);
        cursor: pointer;
    }
}

.main .grid-container .item22{
    width: 75%;
    padding: 40px;
    text-align: left;

    .nav01{
        margin-top: 28px;
        width: 50%;
        text-align: left;
        a{
            display: inline-block;
            overflow: hidden;
            color: white;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
            padding: 11px 52px 12px 52px;
            background-color: #1a293c;
            border: 0 hidden;
            /*text-transform: uppercase;*/
            letter-spacing: 1.5px;           
        }
        a:hover{
            filter: brightness(124%);
            cursor: pointer;
        }
    }
    .nav02{
        margin-top: 28px;
        max-width: 100%;
        min-width: 50%;
        text-align: right;
        button{
            color: white;
            font-size: 14px;
            font-weight: normal;
            padding: 14px 52px;
            background-color: #006800;
            border: 0 hidden;
            /*text-transform: uppercase;*/
            letter-spacing: 1.5px;           
        }
        button:hover{
            filter: brightness(124%);
            cursor: pointer;
        }
    }

    hr{
        border: 1px solid #E4E4E4;
    }

    .item-containerHeader{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        max-width: 100%;
        padding: 0px 20px 0px 20px;
        border: 0px hidden;
        font-weight: bold;
        font-size: 14px;
        
        .box01{
            width: 15%;
            text-align: center;
            img{
                max-width: 90%;
            }
        }
        .box02{
            width: 35%;
        }
        .box03{
            width: 15%;
            text-align: right;
        }
        .box04{
            width: 5%;
            text-align: right;
        }
    }
    .item-container{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        max-width: 100%;
        padding: 14px 20px 18px 20px;
        border: 0px hidden;
        
        .box01{
            width: 15%;
            text-align: center;
            img{
                max-width: 90%;
            }
        }
        .box02{
            width: 35%;
        }
        .box03{
            width: 15%;
            text-align: right;
        }
        .box04{
            width: 5%;
            text-align: right;
        }
        .box05{
            width: 5%;
            text-align: left;
        }
        .box06{
            width: 95%;
        }
    }
}
.main .grid-container .item23{
    display: none;
    .info{
        text-align: left;
        padding: 20px 0 12px 0;
        
        input {
            display: none;
        }
        label {
            display: block;    
            padding: 12px 22px;
            margin: 1px 0 4px 0;
            cursor: pointer;
            background: #F5F5F7;
            /*border: 1px solid #F5F5F7;*/
            border-radius: 3px;
            /*color: #FFF;*/
            transition: ease .5s;
            position: relative; /* ADDING THIS IS REQUIRED */
        }

        label:hover {
            background: #ECECEC;
        }

        label::after {
            content: '+';
            font-size: 22px;
            font-weight: bold;
            position: absolute;
            right: 10px;
            top: 6px;
        }
        input:checked + label::after {
            content: '-';
            right: 14px;
            top: 5px;
        }
        .content {
            /*background: #E2E5F6;*/
            padding: 10px 25px;
            border: 1px solid #F5F5F7;
            margin: 1px 0 4px 0;
            border-radius: 3px;
        }
        input + label + .content {
            display: none;
        }
        input:checked + label + .content {
            display: block;
        }
        table{
            width: 94%;
            border-collapse: collapse;
            margin: 0 0 20px 20px;
        }
        tr{
            border-bottom: 1px solid #F5F5F7;
        }
        td{
            padding: 8px 0 8px 0;
            width: 50%;
            vertical-align: top;
            font-size: 14px;
        }
        td a{
            color: #1a293c;
            text-decoration: none;
        }
        td a:hover{
            color: #1a293c;
            text-decoration: underline;
        }
        .tuoteotsikko{
            font-weight: bold;
            padding: 12px 0 8px 0;
            border-bottom: 1px solid #F5F5F7;
        }
    }    
}
.main .grid-container .item90 {
    font-size: 16px;
    width: 100%;
    padding: 40px;

    hr{
        width: 300px;
        margin-top: 36px;
        border: 1px solid #E4E4E4;
    }

    .login-box{
        margin: 10px auto;
        padding: 38px 56px 44px 56px;
        max-width: 500px;
        border: 1px solid #F5F5F7;
        border-radius: 3px;
        text-align: left;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

        label{
            width: 100%;
            font-size: 12px;
            padding-left: 2px;
        }
        input{
            width: 100%;
            height: 36px;
            margin: 0 0 18px 0;
            padding: 8px;
            border: 1px solid #E4E4E4;
        }
        button{
            color: white;
            font-size: 16px;
            font-weight: normal;
            margin: 8px 0 4px 0;
            width: 100%;
            height: 46px;
            background-color: #006800;
            border: 0 hidden;
            /*text-transform: uppercase;*/
            letter-spacing: 1.5px;
        }
        button:hover{
            filter: brightness(124%);
            cursor: pointer;
        }     
    }
    .login-box2{
        margin: 26px auto;
        padding: 18px 0 20px 0;
        max-width: 500px;
        border: 1px solid #F5F5F7;
        border-radius: 3px;
        text-align: center;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        font-size: 14px;

        a{
            color: #1a293c;
            text-decoration: none;
            font-weight: bold;
        }
        a:hover{
            text-decoration: underline;
        }
    }
    .login-box3{
        margin: 10px auto;
        padding: 8px 56px 44px 56px;
        max-width: 500px;
        border: 1px hidden #F5F5F7;
        border-radius: 3px;
        text-align: left;

        button{
            color: white;
            font-size: 16px;
            font-weight: normal;
            margin: 8px 0 4px 0;
            width: 100%;
            height: 46px;
            background-color: #1a293c;
            border: 0 hidden;
            /*text-transform: uppercase;*/
            letter-spacing: 1.5px;
        }
        button:hover{
            filter: brightness(124%);
            cursor: pointer;
        } 
    }
}
.main .grid-container .item91 {
    font-size: 16px;
    width: 75%;
    padding: 40px;

    label{
        width: 100%;
        font-size: 12px;
        padding-left: 2px;
    }
    input{
        width: 100%;
        height: 36px;
        font-size: 16px;
        margin: 0 0 18px 0;
        padding: 8px;
        border: 1px solid #E4E4E4;
    }
    select{
        width: 100%;
        height: 36px;
        font-size: 16px;
        margin: 0 0 18px 0;
        padding: 8px;
        border: 1px solid #E4E4E4;
    }
    hr{
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #c2c2c2;
        margin: 1em 0;
        padding: 0;
    }
   .item-containerHeader{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        max-width: 100%;
        font-size: 14px;
        font-weight: bold;
        
        .box01{
            width: 100%;
        }
        .box02{
            width: 25%;
            padding-right: 40px;
        }
        .box03{
            width: 75%;
        }
        .box05{
            width: 10%;
            padding: 14px 0 14px 0;
            input{
                margin: 0!important;
                height: 16px!important;
            }
        }
        .box06{
            width: 90%;
            padding: 12px 0 16px 0;
        }
        .box10{
            width: 15%;
            text-align: center;
            img{
                max-width: 90%;
            }
        }
        .box11{
            width: 35%;
        }
        .box12{
            width: 15%;
            text-align: right;
        }
        .box13{
            width: 5%;
            text-align: right;
        }
    }
    .item-container{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        max-width: 100%;
        padding: 10px 0 12px 0;
        
        .box01{
            width: 100%;
        }
        .box02{
            width: 25%;
            padding-right: 40px;
        }
        .box03{
            width: 75%;
        }
        .box05{
            width: 10%;
            padding: 14px 0 14px 0;
            input{
                margin: 0!important;
                height: 16px!important;
            }
        }
        .box06{
            width: 90%;
            padding: 12px 0 16px 0;
            .span01{
                font-weight: bold;
            }
            .span02{
                font-size: 14px;
            }
        }
        .box07{
            width: 70%;
            padding: 12px 0 16px 0;
            .span01{
                font-weight: bold;
            }
            .span02{
                font-size: 14px;
            }
        }
        .box08{
            width: 20%;
            padding: 12px 28px 16px 0;
            text-align: right;
        }
        .box10{
            width: 15%;
            text-align: center;
            img{
                max-width: 90%;
            }
        }
        .box11{
            width: 35%;
        }
        .box12{
            width: 15%;
            text-align: right;
        }
        .box13{
            width: 5%;
            text-align: right;
        }
        .box14{
            width: 45%;
        }
        .box15{
            width: 50%;
            font-size: 14px;
            a{
                color: #1a293c;
                font-weight: bold;
                text-decoration: none;
            }
        }
        .nav01{
            margin-top: 28px;
            width: 50%;
            text-align: left;
            button{
                display: inline-block;
                overflow: hidden;
                color: white;
                text-decoration: none;
                font-size: 14px;
                font-weight: normal;
                padding: 14px 52px;
                background-color: #1a293c;
                border: 0 hidden;
                /*text-transform: uppercase;*/
                letter-spacing: 1.5px;           
            }
            button:hover{
                filter: brightness(124%);
                cursor: pointer;
            }
            a{
                display: inline-block;
                overflow: hidden;
                color: white;
                text-decoration: none;
                font-size: 14px;
                font-weight: normal;
                padding: 11px 52px 12px 52px;
                background-color: #1a293c;
                border: 0 hidden;
                /*text-transform: uppercase;*/
                letter-spacing: 1.5px;           
            }
            a:hover{
                filter: brightness(124%);
                cursor: pointer;
            }
        }
        .nav02{
            margin-top: 28px;
            width: 50%;
            text-align: right;
            button{
                display: inline-block;
                color: white;
                font-size: 14px;
                font-weight: normal;
                padding: 14px 52px;
                background-color: #006800;
                border: 0 hidden;
                /*text-transform: uppercase;*/
                letter-spacing: 1.5px;           
            }
            button:hover{
                filter: brightness(124%);
                cursor: pointer;
            }
        }
        .nav03{
            margin-top: 28px;
            width: 100%;
            text-align: right;
            button{
                display: inline-block;
                color: white;
                font-size: 14px;
                font-weight: normal;
                padding: 14px 52px;
                background-color: #006800;
                border: 0 hidden;
                /*text-transform: uppercase;*/
                letter-spacing: 1.5px;           
            }
            button:hover{
                filter: brightness(124%);
                cursor: pointer;
            }
        }
    }
    .item-containerSum{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        max-width: 100%;
        padding: 0;
        .bold01{
            font-weight: bold;
        }
        .box11{
            width: 35%;
        }
        .box12{
            width: 15%;
            text-align: right;
        }
        .box13{
            width: 5%;
            text-align: right;
        }
        .box14{
            width: 45%;
        }
        .box15{
            width: 50%;
        }    
    }
    .item-containerSum2{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        margin: -8px;
        max-width: 100%;
        padding: 0;
        .box11{
            width: 35%;
        }
        .box12{
            width: 15%;
            text-align: right;
        }
        .box13{
            width: 5%;
            text-align: right;
        }
        .box14{
            width: 45%;
        }
        .box15{
            width: 50%;
        }    
    }
}
.main .grid-container .item91B {
    padding: 40px 40px 40px 40px;
    font-size: 14px;
    width: 25%;

    h4{
        padding-top: 4px;
        margin-bottom: 6px;
    }
}
.inview{
    margin: 0 0 80px 0; 
    background-size:cover; 
    background-blend-mode: overlay;
    background-image: url(../images/start/back.png); 
    height: 400px;
    background-color: #e5e5e9;
    background-repeat: no-repeat; 

    .item02{
        width: 50%;
        padding: 16px 40px 20px 40px;
        text-align: center;

        p{
            margin: -10px 0 28px 0;
        } 
        button{
            margin-top: 8px;
            font-size: 14px;
            color: white;
            font-weight: normal;
            padding: 14px 52px;
            background-color: #1a293c;
            border: 0 hidden;
            /*text-transform: uppercase;*/
            letter-spacing: 1.5px; 
            width: 50%;   
            text-align: center;            
        }
        button:hover{
            filter: brightness(124%);
            cursor: pointer;
        }
        
    }
    .item04{
        width: 25%;
        padding: 46px 50px 28px 50px;
        text-align: center;
        color:white;

        img{
            height: 300px;
        }
    }
}

.main .grid-container2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    padding: 0 20px 68px 20px;
    justify-content: left;
    margin-left:auto;
    margin-right:auto;
}
.main .grid-container2 .item12{
    width: 20%;
    padding: 20px 20px 40px 20px;
    text-align: center;
    
    a{
        font-weight: 600;
        text-decoration: none;
        color: #1a293c;
    }

    img{
        width: 80%;
    }

    .box01{
        width: 100%;
        min-height: 248px;
        /*border: 0px hidden #C2C2C2;*/
        border-radius: 3px;
        padding: 10px;
        background-color: white;
        /*box-shadow: 1px 2px 6px 2px rgb(219, 219, 219);*/
        /*box-shadow: 0 0 5px rgb(0 0 0 / 0.2);*/
        div{
            margin-top: 16px;
            width: 100%;
        }
    }
    .box01:hover{
        background-color: #F5F5F7;
        /*transform: scale(1.02);*/
    }
}
.main .grid-container2 .item14{
    width: 20%;
    padding: 20px 20px 40px 20px;
    text-align: center;
    
    a{
        font-weight: 600;
        text-decoration: none;
        color: #1a293c;
    }

    img{
        max-width: 76%;
        max-height: 140px;
    }

    .box01{
        width: 100%;
        min-height: 248px;
        /*border: 1px solid #C2C2C2;*/
        border: 0px hidden #C2C2C2;
        border-radius: 3px;
        padding: 10px;
        background-color: white;
        /*box-shadow: 1px 2px 6px 2px rgb(219, 219, 219);*/
        
        div{
            margin-top: 16px;
            width: 100%;
        }
    }
    .box01:hover{
        /*background-color: #F5F5F7;*/
        transform: scale(1.04);
        text-decoration: underline;
    }
}
.footer {
    font-size: 14px;
    font-weight: normal;
    color: white;
    background-color: #1a293c;
    min-height: 280px;
    margin-top: 40px;
    padding: 20px 0 40px 0;
    flex-shrink: 0;
}
.footer .grid-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 1280px;
    padding: 0 20px 0 20px;
    justify-content: center;
    align-content: center;
    margin-left:auto;
    margin-right:auto;
}
.footer .grid-container .item{
    width: 25%;
    a{
        color: white;
        text-decoration: none;
    }
    a:hover{
        text-decoration: underline;
    }
    .allTxt{
        font-size: 12px;
        font-style: italic;
    }
}

@media only screen and (max-width: 990px) {
    .main .grid-container {
        flex-wrap: wrap;
    }
    .main .grid-container .item2{
        display: none;
    }
    .main .grid-container .item3{
        width: 50%;
        padding: 50px 40px 30px 40px;
    }
    .main .grid-container .item3x{
        display: block;
        width: 50%;
        padding: 50px 40px 30px 40px;
    }
    .main .grid-container .item4{
        width: 50%;
    }
    .main .grid-container2 {
        .item14{
            width: 25%;
        }
    }  
    .footer .grid-container .item{
        width: 50%;
    }
}
@media only screen and (max-width: 740px) {  
    .header .grid-container{
        .logo{
            img{
                height: 28px; 
                margin-top:12px;
            }
        }
        .links{
            a{
                padding: 0 0 0 10px;
                span{
                    display: none;
                }
            }
        }
    }
    .header2 .grid-container .links{
        a{
            padding: 0 0 0 10px;
            span{
                display: none;
            }
        }
    }
    .main .slider{
        height: 380px; 
        
        .sliderTxt .sliderTxtA{
            h2{
                font-size: 28px;
            }
            p{
                font-size: 18px;
            }
        }
    }
    .main .grid-container {
        flex-wrap: wrap;
    
        .breadcrumb{
            padding: 16px
        }
        .pageheader{
            h1 {
                font-size: 20px;
                overflow: hidden;
                text-align: center;
                margin-bottom: 42px;
            }
        }
        .item2{
            width: 100%;
            display: block;
            padding: 30px 20px 0px 20px;
        }
        .item2 .box{
            padding: 0;
            width: 100%;
        }
        .item3{
            width: 100%;
            padding: 40px 20px 20px 20px;
        }
        .item3x{
            display: none;
        }
        .item4{
            width: 100%;
        }
        .item6{
            width: 100%;
            padding: 16px;
        }
        .item12{
            .item-container{
                display: block;
                justify-content: space-evenly;
                flex-wrap: wrap;
                .box-a, .box-b, .box-c, .box-d{
                    width: 100%;
                    padding-left: 10px;
                    text-align: center;
                }
                .box-a{
                    margin: 10px 0 18px 0;
                }
                .box-d{
                    margin: 24px 0 18px 0;
                    table{
                        width: 86%;
                    }
                    th, td{
                        text-align: right;
                    }
                }
            }
        }
        .item20{
            width: 100%;
            padding: 16px 16px 0 16px;
            .info{
                display: none;
            }
            .item-container{
                display: block;
                justify-content: space-evenly;
                flex-wrap: wrap;
                .box-a, .box-b, .box-c, .box-d{
                    width: 100%;
                    padding-left: 0px;
                    text-align: center;
                }
            }
        }
        .item21{
            width: 100%;
            .itemBorder{
                border: 2px solid #F5F5F7;
                margin: 16px;
            }
        }
        .item23{
            width: 100%;
            display: block;
            padding: 16px;
        }
    }
    .main .grid-container2 {
        .item12{
            width: 50%;
            padding: 8px;
        }
        .item14{
            width: 50%;
            padding: 8px;
        }
    }   
    .inview .grid-container {
        .item02{
            width: 100%;
            font-size: 14px;
            padding-bottom: 40px;

            img{
                height: 108px;
                margin-bottom: 20px;
            }
        }
        .item04{
            display: none;
        }
        button{
            width: 80%;
            font-size: 14px;
        }
    }
    .footer .grid-container .item{
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {    
}



