:root {

    /* 1800*/
    --pad: clamp(15px, 8.33vw, 150px);
    --toppad: clamp(30px, 4.45vw, 80px);
    --botpad: clamp(30px, 4.45vw, 80px);
    --extrapad: clamp(20px, 4vw, 50px);
    --nostohole: 1;
    --nostopercent: 49.5;
    --nostoblocks: 2;
}

@media (max-width: 1500px){
    :root {
        --pad: clamp(15px, 7vw, 450px);
        --minpad: clamp(15px, 4.5vw, 100px);
    }
}

@media (max-width: 1200px){
    :root {
        --pad: clamp(15px, 5vw, 450px);
        --minpad: clamp(15px, 3.5vw, 100px);
    }
}

@media (max-width: 700px){
    :root {
        --nostohole: 0;
        --nostopercent: 100;
        --nostoblocks: 1;
    }
}

body{
    color: #231F20;
    background: #f7f7f7;
}

.container{
    animation: startopa 0.5s linear forwards;
    animation-direction: alternate;
    opacity: 0;
}

@keyframes startopa {
    from {opacity: 0; }
    to { opacity: 1;}
}

.project-pads{
    padding-left: var(--pad);
    padding-right: var(--pad);   
}

.project-pads-left{
    padding-left: var(--pad);
}

.project-pads-right{
    padding-right: var(--pad);
}

.topbotpad{
    padding-top: var(--toppad);
    padding-bottom: var(--botpad);
}

.toppad{
    padding-top: var(--toppad); 
}

.botpad{
    padding-bottom: var(--botpad);
}


h1, h2, h3, h4, h5, h6{
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal; 
    line-height: 1.1em;
}

h1{
    font-size: var(--font46);
    margin-bottom: 20px;
}

h2{
    font-size: var(--font46);
    margin-bottom: 20px;
}

h3{
    font-size: var(--font36);
}

h4{
    font-size: var(--font32);
}

h5{
    font-size: var(--font26);
}

h6{
    font-size: var(--font22);
}

p{
    font-size: var(--font18);
    padding-bottom: 1em;
    line-height: 1.35em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

.p15 p{
    font-size: var(--font15);
}

a, li{
    font-size: var(--font15);
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

.btn{
    font-size: var(--font18);
    gap: 15px;
    padding: 4px 0px 4px 8px;
    max-width: fit-content;
    text-align: left;
    display: grid;
    grid-template-columns: auto 50px;
}

.btn.white{
    display: block;
    max-width: unset;
    box-shadow: 1px 1px 5px #0000001A;
    padding-left: 0px;
    padding-bottom: 0px;
}

.btn.yellow{
    color: #002761;
    background-color: #FAC400;
    box-shadow: 1px 1px 5px #0000001A;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; 
    font-style: normal;
}

.btn.white-btn{
    color: #002761;
    background-color: #FFF;
    box-shadow: 1px 1px 5px #0000001A;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.btn.special-big{
    font-size: var(--font24);
}

.btn.special-small{
    font-size: var(--font18);
}

.btn svg{
    height: var(--font18);
    align-self: center;
}

.btn:hover svg, .palvelut-card-btnpart:hover svg{
    animation: sarrow 0.3s infinite linear;
    animation-direction: alternate;
}


@keyframes sarrow {
    from {margin-right: 0px;}
    to {margin-left: 4px;}
}

#frontbanner-helper{
    display: flex;
}

.frontbanner-parts{
    width: 100%;
    flex-shrink: 0;
}

.frontbanner-parts img{
    height: 100%;
    aspect-ratio: 10/4.5;
}

#frontbanner{
    overflow: hidden;
}

.ruutu{
    background-color: #A9BAD4;
    height: 38px;
    width: 48px;
    clip-path: polygon(70% 100%, 30% 100%, 0% 50%, 30% 0%, 70% 0%, 100% 50%);
    display: grid;
    align-self: center;
    justify-self: center;
}

.frontbanner-parts .ruutu img{
    height: 30px;
    width: 30px;
    aspect-ratio: unset;
    align-self: center;
    justify-self: center;
}

.ruutu-out{
    background-color: #fff;
    clip-path: polygon(70% 100%, 30% 100%, 0% 50%, 30% 0%, 70% 0%, 100% 50%);
    display: block;
}

.ruutu-complex, .ruutu-out{
    height: 44px;
    width: 54px;
}

.frontbanner-content{
    width: 33.333%;
    background: transparent linear-gradient(90deg, #002761B3 0%, #00276100 100%) 0% 0% no-repeat padding-box;
}

.frontbanner-content-helper{
    padding-left: var(--pad);
    padding-right: 80px;
    padding-top: clamp(30px, 8.33vw, 150px);
    padding-bottom: clamp(30px, 8.33vw, 150px);
}

.complex-text{
    background-color: #fff;
    color: #002761;
}

.ruutu-complex{
    justify-self: end;
    filter: drop-shadow(-2px 0px 3px rgba(0, 0, 0, 0.3));
}

.complex-text{
    display: grid;
    height: 38px;
    align-self: center;
    margin-right: 40px;
    box-shadow: 1px 1px 5px #0000001A;
}

.complex-text span{
    align-self: center;
    padding-left: 8px;
}

.frontbanner-whitebuttons a:nth-child(even){
    max-width: calc(100% - 15px);
}

.frontbanner-yellowbuttons .btn{
    max-width: unset;
}

.frontbanner-yellowbuttons{
    padding-right: 50px;
    margin-top: 30px;
}

.frontbnner-arrow svg{
    height: 18px;
}

.frontbnner-arrow{
    background-color: #FAC400;
    width: max-content;
    padding: 12px 15px;
    display: grid;
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
    cursor: pointer;
    position: absolute;
}

#frontbanner-arrows{
    align-self: center;
    position: relative;
}

#frontbanner-arrow-right{
    right: 0px;
}

#frontbanner-arrow-left{
    transform: scaleX(-1);
    display: none;
}

#frontbanner-bottom-movement{
    align-self: end;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
}

.frontbanner-movements{
    width: 240px;
    height: 51px;
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%, 12% 50%);
}

#frontbanner-movement-first{
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.6026611328125) 100%);
}

#frontbanner-movement-last{
    background: linear-gradient(90deg, rgba(255,255,255,0.5970588919161415) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}

.frontbanner-tabmovements{
    background-color: rgba(255,255,255, 0.8);
    color: #002761;
    display: grid;
    cursor: pointer;
}

.frontbanner-tabmovements.active{
    background-color: rgba(250,196,0, 0.91);
}

.frontbanner-tabmovements h6{
   align-self: center;
   justify-self: center;
}

#newwarehouse{
    background-color: #E9E9E9;
}

.newwarehouse-content-helper{
    padding-left: var(--pad);
    padding-right: 40px;
    border-right: 3px solid #A9BAD4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#newwarehouse-product{
    display: grid;
    grid-template-columns: var(--pad) auto var(--pad);
}

.new-arrows svg{
    height: 18px;
    align-self: center;
    justify-self: center;
}

.new-arrows{
    background-color: #383C41;
    height: 45px;
    width: 67px;
    display: grid;
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
    justify-self: end;
    align-self: center;
    cursor: pointer;
}

.new-arrow-left{
    transform: scaleX(-1);
    justify-self: start;
    opacity: 0;
}

#new-contents{
    display: flex;
    gap: 1%;
    overflow: hidden;
}

.newproduct {
    flex-shrink: 0;
    width: 49.5%;
    display: grid;
}

.product-card-content{
    background: transparent linear-gradient(180deg, #0D1E37 0%, #00276100 100%) 0% 0% no-repeat padding-box;
    width: 50%;
    justify-self: end;
}

.product-card img{
    height: 100%;
    aspect-ratio: 10/5.675;
}

.product-card{
    border-bottom-right-radius: 52px;
    overflow: hidden;
}

.greyline{
    height: 1px;
    width: 100%;
    background-color: #E8EDF3;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-card-content-helper{
    padding: 20px 60px 0px 30px;
}

.product-card .second{
    justify-self: end;
}

p.new-tag{
    padding: 5px 110px 5px 8px;
    background: linear-gradient(90deg, rgba(250,196,0,1) 0%, rgba(250,196,0,0) 100%);
    width: fit-content;
    color: #002761;
    height: fit-content;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    z-index: 10;
}

.tilebtn-full{
    width: 150px;
    height: 40px;
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%, 12% 50%);
    background-color: rgba(250,196,0, 0.91);
    display: grid;
    align-content: center;
    justify-content: center;
}

.tilebtn-half{
    background: linear-gradient(90deg, rgba(250,196,0,0.5970588919161415) 0%, rgba(250,196,0,0.1) 50%, rgba(250,196,0,0) 100%);
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%, 12% 50%);
    width: 150px;
    height: 40px;
    justify-self: end;
}

.tilebtn{
    font-size: var(--font18);
    color: #002761;
    display: flex;
    position: absolute;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.product-button{
    position: relative;
    margin-top: 20px;
    height: 50px;
    padding-bottom: 30px;
}

.txtimg-content-helper{
    padding-left: var(--pad);
    padding-right: 80px;
}

.txtimg-content{
    background: transparent linear-gradient(90deg, #0D1E37 0%, #0027614A 100%) 0% 0% no-repeat padding-box;
    padding-top: clamp(30px, 8.33vw, 150px);
    padding-bottom: clamp(30px, 8.33vw, 150px);
}

#txtimg img{
    height: 100%;
    aspect-ratio: 10/4.29;
}

.txtimg-content-whitebuttons a, .txtimg-content-yellowbuttons a{
    max-width: 80%;
    margin-bottom: 8px;
}

.txtimg-content-yellowbuttons{
    margin-top: 15px;
}

.txtimg-content-whitebuttons{
    margin-top: 20px;
}

#txtroundimg.blue{
    background: transparent linear-gradient(125deg, #002761 0%, #000813 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

#txtroundimg.grey{
    background: #fff;
    color: #002761;
}

#txtroundimg.left img{
    border-top-left-radius: 360px;
    border-bottom-left-radius: 360px;
}

#txtroundimg.right img{
    border-top-right-radius: 360px;
    border-bottom-right-radius: 360px;
}

#txtroundimg img{
    height: 100%;
    aspect-ratio: 10/4.2;
}

#txtroundimg.left .txtroundimg-content{
    padding-right: 210px;
    padding-left: var(--pad);
    margin-right: -150px;
}

#txtroundimg.right .txtroundimg-content{
    padding-right: var(--pad);
    padding-left: 210px;
    margin-right: -150px;
}

#txtroundimg.grey .txtroundimg-content{
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #E9E9E9 100%) 0% 0% no-repeat padding-box;
}

.txtroundimg-content .btn{
    max-width: 80%;
}

.txtroundimg-content{
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
}

.txtroundimg-content-helper{
    align-self: center;
}

#tab-plate{
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(90deg, #002761 0%, #00276100 100%) 0% 0% no-repeat padding-box;
}

#tabbanner-content, #tabbanner-tabs{
    z-index: 1;
}

#tabbanner-content-helper{
    padding-left: var(--pad);
    padding-right: 80px;
    padding-top: clamp(50px, 8.33vw, 150px);
    padding-bottom: clamp(30px, 8.33vw, 150px);
}

#tabbanner-tabs{
    align-self: end;
    margin-bottom: 1px;
}

#bannertab1{
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

#bannertab2{
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    margin-left: -48px;
    width: calc(100% - 48px);
}

.bannertabs{
    background: #fff;
    color: #383C41;
    padding: 5px;
    display: grid;
    cursor: pointer;
}

.bannertabs.active{
    background: transparent linear-gradient(90deg, #FAC400 0%, #FFDE00 100%) 0% 0% no-repeat padding-box;
    color: #002761;
}

.bannertabs p{
    justify-self: center;
    align-self: center;
}

.category-cards-content{
   /* background: transparent linear-gradient(270deg, #FFFFFF 0%, #E9E9E9 100%) 0% 0% no-repeat padding-box; */
    padding: 30px;
}

.category-cards-content h4{
   color: #002761;
}

.category-cards-content p{
    color: #0D1E37;
}

#category-cards-feed{
    padding-left: clamp(15px, 4.45vw, 80px);
    padding-right: clamp(15px, 4.45vw, 80px);
}

.tile-extra-button{
    position: relative;
    height: 50px;
}

.category-cards img{
    height: 100%;
    object-fit: contain;
}

.category-cards img, .category-cards-placeholder{
    aspect-ratio: 10/8;
}

#tabbanner-feed-vorumerkir{
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

#search-cat-first{
    background: linear-gradient(90deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0) 50%, rgba(229,229,229,0.6026611328125) 100%);
}

.search-maincats{
    width: 240px;
    height: 51px;
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%, 12% 50%);
}

#search-cat-last{
    background: linear-gradient(90deg, rgba(229,229,229,0.5970588919161415) 0%, rgba(229,229,229,0) 50%, rgba(229,229,229,0) 100%);
}

.search-maincats-movements{
    background-color: rgba(229,229,229, 0.8);
    color: #002761;
    display: grid;
    cursor: pointer;
}

.search-maincats-movements h6 {
    align-self: center;
    justify-self: center;
    text-transform: uppercase;
}

.search-maincats-movements.active {
    background-color: rgba(250,196,0, 1);
}

#main-cats{
    display: flex;
    justify-content: center;
}

.category-child{
    margin-left: 15px;
}

#catalogue-search{
    grid-template-columns: 42px auto;
    border: 1px solid #0D1E37;
    max-width: 500px;
}

#catalogue-search-left{
    background-color: #0D1E37;
    display: grid;
    align-content: center;
    justify-content: center;
    padding: 5px;
}

#catalogue-search-left svg{
    height: 23px;
}

#catalogue-part{
    grid-template-columns: 300px 1px auto;
}

#catalogue-search input{
    border: none;
    padding: 5px;
}

#catalogue-search input:focus{
    outline: none;
}

#catalogue-newproduct{
    background: transparent linear-gradient(90deg, #FAC400 0%, #FFDE0003 100%) 0% 0% no-repeat padding-box;
    padding: 5px;
    margin-left: -5px;
    margin-top: 10px;
    max-width: 500px;
}

.product-cardfeed{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 9px #0000001A;
}

#catalogue-feed-part .col-1{
    display: grid;
    gap: clamp(15px, 2.67vw, 40px);
}

.product-cardfeed-imageside img{
    height: 100%;
}

.product-cardfeed-content{
    padding: 20px;
}

.product-cardfeed-content-helper .product-button{
    padding-bottom: 20px;
}

.product-cardfeed-info .ugrid12{
    padding: 3px 10px;
}

.product-cardfeed-info p:nth-child(odd) {
    background: #E7ECF3;
}

.product-cardfeed-info .second{
    justify-self: end;
}

#resetoptions{
    color: #002761;
    background-color: #FAC400;
    box-shadow: 1px 1px 5px #0000001A;
    padding: 3px 15px;
    margin-top: 10px;
    cursor: pointer;
    width: fit-content;
}

#txtbanner{
    background: transparent linear-gradient(90deg, #002761 0%, #000813 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 30px;
}


#prodbasicimgbox .tinyimages{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
    gap: 10px;
    gap: 2%;
}

#prodbasicimgbox .tinyimg{
    width: 49%;
    flex-shrink: 0;
    object-fit: cover;
    aspect-ratio: 10/6.9;
    margin-bottom: 2%;
    cursor: pointer;
}

#prodbasicimgbox #main-image{
    aspect-ratio: 10/6.9;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    display: block;
}

#prodbasicimgbox #main-image.active{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    object-fit: contain;
    background-color: rgba(0,0,0,0.65);
    padding: 50%;
    width: 60% !important;
    height: 100%;
    display: flex;
}

#prodbasicimgbox #main-image.contain, .tinyimg.contain{
    object-fit: contain;
}

#producsingleinfo-technical-informations .second{
    justify-self: end;
}

#producsingleinfo-technical-informations-left p:nth-child(odd), #producsingleinfo-technical-informations-right p:nth-child(odd){
    background: #E7ECF3;
}

#producsingleinfo-technical-informations .ugrid12 {
    padding: 3px 10px;
}

#producsingleinfo-technical .tilebtn-full{
    width: 290px;
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%, 8% 50%);
}

#similar-product .greyline{
    width: 30%;
}

.product-similar-imagepart img{
    aspect-ratio: 10/6.5;
}

.product-similar-imagepart p{
    align-self: end;
    background: linear-gradient(90deg, rgba(0,39,97,1) 0%, rgba(0,39,97,1) 40%, rgba(0,39,97,0) 100%);
    box-shadow: 1px 1px 5px #0000001A;
    padding: 3px 8px;
}

.product-similar{
    box-shadow: 0px 1px 9px #0000001A;
    display: grid;
}

.product-similar-technical{
    gap: 1px;
    padding-bottom: 1px;
}

.product-similar-technical .ugrid2{
    background-color: #fff;
    padding: 3px 8px;
}

.product-similar-technical .second{
    justify-self: end;
}

.product-similar-btnpart .btn{
    max-width: unset;
}

.product-similar-btnpart .btn svg {
    justify-self: center;
}

.product-similar-btnpart{
    background-color: #fff;
    padding-top: 3px;
    align-self: end;
}

footer{
    background-color: #0D1E37;
    color: #A9BAD4;
}

.footerparts{
    padding-right: clamp(15px, 1.33vw, 20px);
}

#footerpart-1-links a{
    height: 25px;
    width: 25px;
    border: 1px solid #A9BAD4;
    display: grid;
    transform: rotate(45deg);
}

#footerpart-1-links{
    margin-top: 10px;
}

#footerpart-1-links svg{
    height: 13px;
    width: auto;
    transform: rotate(-45deg);
    align-self: center;
    justify-self: center;
}

#footerpart-1-links .link-facebook svg{
    height: 15px;
}

#footerpart-1-links .link-mail svg{
    height: 11px;
}

#footerpart-1-links{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footerparts{
    border-right: 1px solid #3E5982;
}

footer .footerparts:last-child{
    border-right: unset;
}

footer h5{
    color: #5F799F;
    margin-bottom: 15px;
}

footer #footerpart-1 h5{
    color: #fff;
}

#footerpart-2 a::before, #footerpart-3 a::before, #footerpart-4 a::before{
    content: '\25B6';
    margin-right: 5px;
    font-size: 13px;
}

.frontbanner-whitebuttons a{
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#new-contents .product-card-info p:nth-child(odd){
    background: rgba(231, 236, 243, 0.25);
}

#new-contents .product-card-info p{
    padding: 3px 5px;
}

.bannertabs p{
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#catalogue-part label{
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

#catalogue-search input {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal; 
    padding: 4px 6px;
}

.product-card-info{
    margin-top: 10px;
}

#catalogue-categories-part{
    margin-bottom: 3px;
}

#catalogue-part h4{
    margin-bottom: 7px;
    margin-top: 20px;
}

#catalogue-part h4:first-child {
    margin-top: 0px;
}

#nav-extra-links{
    justify-self: end;
    display: flex;
}

#nav-extra-links a{
    padding: 40px 30px 20px;
}

#nav-extra-links a.blue{
    background-color: #002761;
    color: #FAC400;
}

#nav-extra-links a.yellow{
    background-color: #FAC400;
    color: #002761;
}

#nav-basic-logopart{
    width: fit-content;
    display: grid;
}

#nav-basic-logopart a{
    align-self: center;
}

#nav-basic-links-part{
    padding-top: 20px;
}

#nav-thesearch{
    padding: 40px 30px 20px 0px;
}

#nav-thesearch svg{
    cursor: pointer;
}

.product-card .product-button{
    margin-top: 30px;
}

#nav-search-box{
    position: absolute;
    z-index: 10000;
}

#catalogue-navsearch-box{
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 4px 6px;
}

#nav-search-box{
    grid-template-columns: 42px auto;
}

#catalogue-navsearch-box:focus{
    outline: none;
}

#nav-search-box{
    display: none;
}


#product-single-toppart-right h4, #product-single-toppart-right h6{
    color: #002761;
}

#product-single-toppart-right h4{
    margin-bottom: 20px;
}

#product-single-toppart-right .product-button{
    margin-top: 15px;
}

#catalogue-linepart-line{
    background-color: #E8EDF3;
    width: 1px;
    height: 80%;
    justify-self: center;
}


.tilebtn-full:hover, .tilebtn-full:focus {
  box-shadow: inset 150px 0 0 0 rgba(252,219,102, 0.9);
}

#product-single-toppart .tilebtn-full:hover, .tilebtn-full:focus {
    box-shadow: inset 290px 0 0 0 rgba(252,219,102, 0.9);
}

.search-maincats:hover, .search-maincats:focus, .frontbanner-movements:hover, .frontbanner-movements:focus{
  box-shadow: inset 0 51px 0 0 rgba(252,219,102, 0.95);
}

#frontbanner-movement-first:hover, #frontbanner-movement-last:hover, #search-cat-first:hover, #search-cat-last:hover{
    box-shadow: unset !important;
}

.product-cardfeed-imageside{
    overflow: hidden;
    border-bottom-right-radius: 50px;
}

.product-cardfeed-imageside:hover img{
    transform: scale(1.06);
}

.product-similar-imagepart{
    overflow: hidden;
}

.product-similar:hover img{
    transform: scale(1.06);
}

.product-similar-imagepart p{
    z-index: 10;
}

.frontbnner-arrow:hover{
    background-color: #FBCF32;
}

.new-arrows:hover{
    background-color: #4B4F54;
}

#footerpart-2-links a:hover, #footerpart-3-links a:hover, #footerpart-4-links a:hover{
    color: #fff;
}

#txtroundimg.white h2{
    color: #002761;
    font-size: var(--font36);
}

#greyboxes{
    background-color: #E9E9E9;
    padding-top: 30px;
}

.greyboxes-helper{
    background-color: #A9BAD4;
    gap: 1px;
}

#greyboxes .greyboxes-box{
    background-color: #E9E9E9;
}

.greyboxes-helper .greyboxes-box:nth-child(even){
    padding-left: 30px;
}

.greyboxes-box h5{
    color: #002761;
    font-size: var(--font28);
    margin-bottom: 20px;
}

.greyboxes-box-helper{
    padding-right: clamp(30px, 6.67vw, 100px);
    padding-top: 30px;
    padding-bottom: clamp(30px, 6.67vw, 100px);
}

.email-phone{
    display: flex;
    flex-wrap: wrap;
}

.starfsfolk-card span{
    padding-left: 5px;
    padding-right: 5px;
}

#starfsfolk{
    color: #002761;
}

#starfsfolk .semail{
    color: #FA8E00;
}


.starfsfolk-line{
    background-color: #D8E1EB;
    height: 1px;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.starfsfolk-group{
    margin-bottom: clamp(30px, 6.67vw, 100px);
}

#starfsfolk h3{
    margin-bottom: 30px;
}

h6.theheadline{
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

#hafasambandnew{
    background-color: #E9E9E9;
}

.hafasambandnew-line{
    height: 1px;
    width: 100%;
    background-color: #A9BAD4;
    margin-top: 20px;
    margin-bottom: 20px;
}

#hafasambandnew-helper{
    margin-top: 30px;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 30px;
}

#hafasambandnew-helper h6{
    margin-bottom: 10px;
}

.hafasambandnew-thirdpart{
    /* 1800 */
    height: clamp(300px, 25vw, 450px);
}

#hafasambandnew h3, #hafasambandnew h6{
    color: #002761;
}

#hafasambandnew a{
    color: #FA8E00;
}

.hafasambandnew-secondpart label{
    color: #002761;
}

#newwarehouse-product-part{
    overflow: hidden;
}

.product-card-content ul, .product-cardfeed ul{
    margin: 0;
    margin-left: 15px;
}

.product-cardfeed-info p{
    padding: 3px 5px;
}

#product-single-toppart-right ul{
    margin-left: 15px;
}

#producsingleinfo-technical-informations p{
    padding: 3px 5px;
}

.product-cardfeed-content-split-content, .product-cardfeed-content-split-content li{
    font-size: var(--font18);
    line-height: 1.35em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.product-similar-technical p{
    border-bottom: 1px solid #E8EDF3;
}

.prodbasicimgbox-mainbox-arrow svg{
    height: 14px;
    width: auto;
}

.prodbasicimgbox-mainbox-arrow{
    width: fit-content;
    height: fit-content;
    background-color: #747474;
    padding: 7px 10px 7px 10px;
    display: grid;
    align-self: center;
    cursor: pointer;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.prodbasicimgbox-mainbox-arrow.right{
    justify-self: end;
}

.prodbasicimgbox-mainbox-arrow.left{
    transform: scaleX(-1);
}

#prodbasicimgbox-arrows{
    align-self: end;
    justify-self: center;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: max-content max-content;
    border: 2px solid #C9C9C9;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #C9C9C9;
    gap: 2px;
}

.prodbasicimgbox-mainbox-arrow:hover{
    background-color: #BABABA;
}

.category-cards{
    max-width: 520px;
    background-color: #E9E9E9;
    grid-template-rows: min-content auto;
}

#banner img{
    height: 100%;
}

#producsingleinfo-technical{
    max-width: 550px;
}

.greyboxes-box img{
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
}

#footerpart-2, #footerpart-3, #footerpart-4{
    padding-left: 20px;
}

#txtbanner{
    padding-top: 50px;
}

.product-price-section{
    margin-top: 30px;
}

.product-price-section p{
    font-size: var(--font20);
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    color: #002761;
}



@media (max-width: 1600px) {
    .frontbanner-content, .width33{
        width: 40%;
    }

    .product-card-content-helper {
        padding: 20px 30px 0px 30px;
    }

    .product-card-content {
        width: 60%;
    }
}

@media (max-width: 1500px) {
    .width70 {
        width: 80%;
    }

    #hafasambandnew-helper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1400px) {
    #txtroundimg.ugrid12{
        grid-template-columns: 1fr 1.6fr;
    }
}

@media (max-width: 1300px) {
    .frontbanner-content-helper {
        padding-top: clamp(50px, 6vw, 150px);
        padding-bottom: clamp(30px, 10vw, 150px);
    }

    .new-arrows {
        height: 43px;
        width: 50px;
    }

    .product-card-content {
        width: unset;
        background: #0D1E37;
        grid-row: 2;
        justify-self: unset;
    }

    .product-card{
        grid-template-rows: max-content auto;
    }

    #txtroundimg.right .txtroundimg-content {
        padding-left: 180px;
    }

    #txtroundimg.left .txtroundimg-content {
        padding-right: 180px;
    }

    .tilebtn-full, .tilebtn-half{
        width: 130px;
        height: 38px;
    }

    .product-cardfeed-content-split.ugrid2{
        grid-template-columns: 1fr;
    }

    .width70 {
        width: unset;
    }
}

@media (max-width: 1200px) {
    .frontbanner-movements {
        width: 210px;
        height: 45px;
    }

    .frontbanner-content, .width33 {
        width: 45%;
    }

    .product-cardfeed-helper.ugrid12{
        grid-template-columns: 1fr 1.5fr;
    }

    .search-maincats {
        width: 200px;
        height: 45px;
    }
}

@media (max-width: 1100px) {
    .frontbanner-movements {
        width: 160px;
        height: 42px;
    }
    .frontbanner-content, .width33 {
        width: 55%;
    }

    .category-cards.ugrid2{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1050px) {
    .footerparts {
        border-right: none;
    }

    #footerpart-2, #footerpart-3, #footerpart-4{
        padding-left: 0px;
    }

    footer.col-4{
        gap: 25px;
    }
}

@media (max-width: 1000px) {
    .new-arrows {
        height: 43px;
        width: 45px;
    }

    #txtroundimg.ugrid12 {
        grid-template-columns: 1fr 1.5fr;
    }

    .product-cardfeed-helper.ugrid12 {
        grid-template-columns: 1fr;
    }

    .product-cardfeed-imageside a{
        padding-right: 20px;
    }

    .product-cardfeed-imageside {
        border-bottom-right-radius: 0px;
    }

    #hafasambandnew-helper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .frontbanner-content-helper {
        padding-right: unset;
    }

    .frontbnner-arrow {
        padding: 8px 10px;
    }

    .frontbnner-arrow svg {
        height: 15px;
    }

    #txtroundimg.ugrid12 {
        grid-template-columns: 1fr;
    }

    .txtroundimg-content {
        margin-top: unset;
    }

    #txtroundimg.left .txtroundimg-content,  #txtroundimg.right .txtroundimg-content{
        max-width: 500px;
    }

    #txtroundimg.right .txtroundimg-content{
        justify-self: end;
    }

    #txtroundimg.right .txtroundimg-content {
        padding-right: var(--pad);
        padding-left: var(--pad);
        margin-right: unset;
    }

    #txtroundimg.left .txtroundimg-content {
        padding-right: var(--pad);
        padding-left: var(--pad);
        margin-right: unset;
    }

    #txtroundimg.grey.right{
        background: transparent linear-gradient(270deg, #E9E9E9 0%, #FFF 100%) 0% 0% no-repeat padding-box;
    }

    #txtroundimg.grey.left{
        background: transparent linear-gradient(270deg, #FFFFFF 0%, #E9E9E9 100%) 0% 0% no-repeat padding-box;
    }

    #txtroundimg.grey .txtroundimg-content {
        background: unset;
    }

    .txtroundimg-content {
        margin-bottom: 10px
    }

    #txtroundimg.left img {
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }

    #txtroundimg.right img {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }

    #tabbanner-feed-voruflokkar{
        padding-top: 0px;
    }

    #category-cards-feed{
        padding-top: var(--toppad);
    }

    .search-maincats {
        width: 170px;
        height: 42px;
    }

    #producsingleinfo-technical-informations.ugrid2{
        grid-template-columns: 1fr;
    }

    #producsingleinfo-technical-informations.ugap10{
        gap: 0px;
    }

    .prodbasicimgbox-mainbox-arrow svg {
        height: 12px;
    }

    #prodbasicimgbox-arrows {
        margin-bottom: 10px;
    }

    #producsingleinfo-technical .tilebtn-full {
        width: 230px;
    }

    #tabbanner-tabs.width50{
        width: unset;
    }
}

@media (max-width: 800px) {
    .frontbanner-content-helper {
        padding-bottom: 100px;
    }

    .frontbanner-movements {
        width: 130px;
        height: 35px;
    }

    #frontbanner-arrows {
        display: none;
    }

    #frontbanner-helper{
        max-width: 100vw;
    }

    #catalogue-part {
        grid-template-columns: 1fr;
    }

    .product-cardfeed{
        max-width: 500px;
    }

    #catalogue-search-flokkar, #catalogue-search-merkir{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #product-single-toppart.ugrid2{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .frontbanner-content, .width33 {
        width: 65%;
    }

    #frontbanner-movement-first{
        display: none;
    }

    .newproduct {
        width: 100%;
    }

    #new-contents {
        gap: 0%;
    }

    .greyboxes-box-helper {
        padding-right: 0px;
    }

    .greyboxes-helper .greyboxes-box:nth-child(2n) {
        padding-left: 0px;
    }

    .category-cards img, .category-cards-placeholder {
        aspect-ratio: unset;
    }
}

@media (max-width: 600px) {
    .txtimg-content.width33, #banner .width33{
        width: unset;
    }

    #tabbanner-content-helper {
        padding-right: var(--pad);
    }

    #search-cat-first, #search-cat-last{
        display: none;
    }

    .search-maincats {
        width: 150px;
        height: 35px;
    }

    #hafasambandnew-helper {
        grid-template-columns: 1fr;
    }

    #nav-burger-navpart{
        width: 100%;
    }
}

@media (max-width: 500px) {
    #frontbanner-movement-last{
        display: none;
    }

    #frontbanner-bottom-movement{
        margin-left: var(--pad);
    }

    .frontbanner-content, .width33 {
        width: 80%;
    }

    .frontbanner-tabmovements h6{
        font-size: 14px;
    }

    .frontbanner-movements {
        width: 120px;
        height: 32px;
    }

    .new-arrows svg {
        height: 15px;
    }

    .new-arrows {
        height: 35px;
        width: 40px;
    }

    .nav-burger-navpartul a {
        font-size: 17px;
    }
}

@media (max-width: 400px) {
    .frontbanner-movements {
        width: 94px;
        height: 28px;
    }

    .frontbanner-content, .width33 {
        width: 86%;
    }

    .newwarehouse-content-helper {
        padding-right: var(--pad);
        border-right: unset;
    }

    .width33 {
        width: unset;
    }

    .txtimg-content-helper {
        padding-right: var(--pad);
    }

    #catalogue-search-flokkar, #catalogue-search-merkir {
        grid-template-columns: 1fr;
    }

    #main-cats {
        flex-direction: column;
        gap: 15px;
        padding-left: var(--pad);
    }

    #producsingleinfo-technical .tilebtn-half{
        display: none;
    }

    #bannertab2 {
        margin-left: -17px;
    }
}