﻿html{box-sizing:border-box; font-size: 100%; height: fit-content;}*,*: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; color: #313131; line-height: 1.6; height: calc(100%); display: flex; flex-direction: column;}

.message {
    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: 16px;
    max-width: 480px;
    color:#313131;

    .boxText{
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 28px;
    }

    .box01{
        width: 100%;

        a{
            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 {
    position: sticky;
    top: 32px; 
    padding: 12px 0 4px 0;
    background-color: white;
    border-bottom: 1px #C2C2C2 solid;
    z-index: 80;
}
.header .grid-container {
    display: flex;
    flex-wrap: wrap;
    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: 30%;
    font-size: 32px;
    font-weight: bold;
    align-content: center;

    img{
        height: 68px; 
        margin-top:12px;
    }
}

.header .grid-container .searchO {
    width: 50%;
    align-content: center;
}

.header .grid-container .searchO .search{
    width: 460px;
    font-size: 18px;
    align-content: center;
    padding: 6px 4px 6px 20px;
    display: flex;
    gap: 18px;
    background-color: white;
    border: 1px solid #C2C2C2;
    border-radius: 80px;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);

    input{
        width: 370px;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        outline: none;
        font-size: 18px;
    }
    button {
        padding: 0;
        margin: 0;
        border: 0;
        background-color: transparent;
        outline: none;
    }
    input[type="text"] {
        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 {
        display: flex;
        position: relative;
        top: -5px;
        left: 3px;
        width: 23px;
        height: 23px;
        margin-top: 0;
        border-width: 15px;
        border: 4px solid #919191;
        background-color: transparent;
        border-radius: 50%;
        transition: 0.5s ease all;
    }
    button #search-icon-c {
        position: absolute;
        top: 12px;
        left: 8px;
        display: block;
        background-color: transparent;
        border-radius: 6px;
        transform: rotateZ(52deg);
        transition: 0.5s ease all;
    }
    button #search-icon-c:before,
    button #search-icon-c:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 14px;
        width: 14px;
        height: 6px;
        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: 5px;
        border-width: 0;
        background-color: #919191;
        border-radius: 10px;
    }
    #search-icon:hover span {
        top: 50%;
        left: 6px;
        width: 22px;
        margin-top: 2px;
        transform: rotateZ(0);
    }
    #search-icon:hover button span:before {
        bottom: 5px;
        transform: rotateZ(52deg);
    }
    #search-icon:hover button span:after {
        bottom: -8px;
        transform: rotateZ(-52deg);
    }
    #search-icon:hover button span:before,
    #search-icon:hover button span:after {
        right: -6px;
        width: 21px;
        background-color: #919191;
    }
}

.header .grid-container
{
    .links{
        width: 20%;
        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;
            }
        }
    }
    .linksSmall
    {
        .sucheLabel {position: relative; margin-left: auto; display: block; background: #fff; width: 60px; height: 45px; border-radius: 4px;
            #search-icon-circle2 {display: flex; position: relative; top: 10px; left: 14px; width: 23px; height: 23px; margin-top: 0; border-width: 15px; border: 4px solid #434343; background-color: transparent; border-radius: 50%; transition: 0.5s ease all;}
            #search-icon-b {position: absolute; top: 20px; left: 20px; display: block; background-color: transparent; border-radius: 6px; transform: rotateZ(52deg); transition: 0.5s ease all;}
            #search-icon-b:before,
            #search-icon-b:after {content: ""; position: absolute; bottom: 0px; left: 14px; width: 14px; height: 6px; background-color: #434343; border-radius: 6px; transform: rotateZ(0); transition: 0.5s ease all;}             
        }
        #suche2:checked ~ .sucheLabel #search-icon-circle2 {top: 21px; left: 14px; width: 30px; height: 7px; border-width: 0; background-color: #434343; border-radius: 10px; rotate: 90deg;}
        #suche2:checked ~ .sucheLabel #search-icon-b {top: 28px; left: 19px; width: 23px; margin-top: 2px; transform: rotateZ(-90deg);}
        #suche2:checked ~ .sucheLabel #search-icon-b:before {bottom: 5px; transform: rotateZ(52deg);}
        #suche2:checked ~ .sucheLabel #search-icon-b:after {bottom: -8px; transform: rotateZ(-52deg);}
        #suche2:checked ~ .sucheLabel #search-icon-b:before,
        #suche2:checked ~ .sucheLabel #search-icon-b:after {right: -6px; width: 21px;}

        display: none;
        .hamburger{padding: 0 0 0 0;}
        label.hamburger {position: relative; margin-left: auto; display: block; background: #fff; width: 60px; height: 45px; border-radius: 4px;}
        input#hamburger {display:none}
        .line {position: absolute; top: 10px; right:10px; height: 6px; width: 32px; background: #434343; border-radius: 2px; display: block; transition: 0.5s; transform-origin: center;}
        .line:nth-child(1) { top: 10px; }
        .line:nth-child(2) { top: 22px; }
        .line:nth-child(3) { top: 34px; }
        #hamburger:checked + .hamburger .line:nth-child(1){transform: translateY(12px) rotate(-45deg);}
        #hamburger:checked + .hamburger .line:nth-child(2){opacity:0;}
        #hamburger:checked + .hamburger .line:nth-child(3){transform: translateY(-12px) rotate(45deg);}
        .menuX {opacity: 0;	height: 0; display: none; position: absolute; top: 62px; right: 0px; margin-top: 24px; border-top: 2px solid #E4E4E4; border-left: 4px solid #E4E4E4; background-color: white; padding: 6px 0 0 0; width: 100%; text-align: left; color: #313131; }
        .menuX ul {margin: 0 0 0 -40px; list-style-type: none; font-size: 18px; text-indent: 0;}
        .menuX li {margin: 0 0 0 0;	padding: 10px 0 10px 12px; border-bottom: 1px solid #E4E4E4; text-transform: uppercase; letter-spacing:  0.1em;}
        .menuX .mLang {color: #bbb;}
        #hamburger:checked ~ .menuX {opacity: 1; height: 100vh; min-height: 520px; display: block; background: white; z-index: 99}
        a{text-decoration: none; color: #434343}
        .deactivated {color: #C2C2C2}
        .language {
            position: fixed; bottom: 0; width: 100%;
            .header {background-color: #E4E4E4; width: 100%; height: 40px; padding: 8px 12px}
        }
    }   
}


.header .grid-container .links a:hover{
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.header0 {
    position: sticky;
    top:0;
    text-align: center;
    background-color: #006D8E;
    /*z-index: 90;*/

    .grid-container2{
        max-width: 1280px;
        color: white;
        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;

        .links{
            width: 100%;
            font-size: 15px;
            font-weight: 500;
            text-align: right;
            text-decoration: none;
            align-content: center;
            padding: 4px 0 4px 0;
            a {
                text-decoration: none;
                color: white;
            }
            a:visited{
                text-decoration: none;
                color: white;
            }
            a:hover{
                text-decoration: underline;
                text-decoration-thickness: 1px;
            }
        }
    }
}

.header2 form .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: 99;*/}
    .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;}



.main {
    font-size: 16px;
    font-weight: normal;
    flex: 1 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #C2C2C2;
}
.main .slider{
    height: 320px; 
    border-top: 4px white solid; 
    border-bottom: 4px white solid; 
    text-align: center;
    margin-bottom: 0;
    background-position-x: center;
    background-image: url('../images/start/splash1c.png');

    .sliderTxt{
        margin: auto;
        font-size: 14px;
        color: white;
        max-width: 1280px;
        
        .sliderTxtA{
            width: 40%;
            padding: 28px 0 0 72px;
            text-align: left;

            div{
                padding: 22px 0 0 0;
            }
            a{
                height: 35px;
                width: 84%;
                border-radius: 12px;
                border: 1px solid #0083AA;
                color: #EEE;
                background-color: #005772;
                cursor: pointer;   
                padding: 10px 14px 10px 14px;
                text-decoration: none;      
            }
            a:hover{
                filter: brightness(124%); 
                text-decoration: underline;
            }
            h2{
                font-size: 62px;
                margin-top: -20px;
                margin-bottom: 0;
            }
            p{
                font-size: 28px;
            }
        }
        .sliderTxtB{
            display: none;
            width: 40%;
            padding: 28px 0 0 82px;
            text-align: left;

            div{
                padding: 22px 0 0 0;
            }
            a{
                height: 35px;
                width: 84%;
                border-radius: 12px;
                border: 1px solid #0083AA;
                color: #EEE;
                background-color: #005772;
                cursor: pointer;      
                padding: 10px 14px 10px 14px;     
                text-decoration: none;      
            }
            a:hover{
                filter: brightness(124%); 
                text-decoration: underline;
            }
            h2{
                font-size: 62px;
                margin-top: -20px;
                margin-bottom: 0;
            }
            p{
                font-size: 28px;
            }
        }
    }
}

.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;
            z-index: 60;
        }
        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%;
        }
    }
    .pageheader2{
        width: 100%;
        padding: 20px 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: 20px;
            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 .pageheader{
    h2{font-size: 20px;}
}
.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: 14px;
                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;
            }
            a{
                display: inline-block;
                overflow: hidden;
                color: white;
                text-decoration: none;
                font-size: 14px;
                font-weight: bold;
                padding: 11px 22px 12px 22px;
                background-color: green;
                border: 0 hidden;
                text-transform: uppercase;
                letter-spacing: 1.5px;   
            }
            a:hover{
                text-decoration: underline;
                filter: brightness(124%);
            }

            p{
                font-size: 12px;
                padding: 4px 44px 12px 44px;
            }
        }
    }
}
.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: 20px;
            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: 35%;
            text-align: left;
            padding-left: 20px;
            padding-right: 20px;
            .vendor{
                font-size: 14px;
                font-weight: bold;
            }
            .desc01{
                font-size: 14px;
                margin-top: 2px
            }
        }
        .box-c{
            width: 15%;
            margin: 4px 0 0 0;
        }
        .box-d{
            width: 30%;
            text-align: center;
            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;
            }
            a{
                display: inline-block;
                overflow: hidden;
                color: white;
                text-decoration: none;
                font-size: 14px;
                font-weight: bold;
                padding: 8px 16px 8px 16px;
                background-color: green;
                border: 0 hidden;
                text-transform: uppercase;
                letter-spacing: 1.5px;   
            }
            a:hover{
                text-decoration: underline;
                filter: brightness(124%);
            }

            p{
                font-size: 12px;
                padding: 4px 44px 12px 44px;
            }
        }
    }
}
.main .grid-container .item20{
    width: 70%;
    padding: 16px 100px 40px 40px;
    text-align: left;

    h2{
        font-size: 18px;
        color: #006D8E;
        padding-bottom: 2px;
    }

    p{
        font-size: 15px;
        line-height: 1.6;
        text-align: justify;

        a{
            text-decoration: none;
            color: #006D8E;
            font-weight: bold;
        }
    }

    .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;
                font-size: 16px;
            }
            .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: 48px 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: 4px solid #F5F5F7;
        border-radius: 3px;
        margin: 24px 40px 0 46px;
    }
}
.main .grid-container .item21b{
    width: 30%;
    padding: 0px;
    text-align: left;
    padding: 16px 0 40px 0;

    h2{
        font-size: 18px;
        color: #006D8E;
        padding-bottom: 2px;
    }

    .highlight{
        font-size: 15px;
        display: flex;
        padding: 0 0 22px 0;

        a{
            padding-top: 0px;
            font-size: 14px;
            text-decoration: none;
            color: #006D8E;
        }

        p{
            margin-top: 0px;
            font-size: 14px;
            line-height: 18px;
            text-overflow: ellipsis;  
            white-space: nowrap; 
            overflow: hidden;
        }

        img{
            width: 120px;
            padding-right: 22px;
        }
    }

    .itemBorder{
        border: 4px solid #F5F5F7;
        border-radius: 3px;
        margin: 24px 40px 0 46px;
    }
}
.main .grid-container .item21c{
    width: 33%;
    padding: 0px;
    text-align: left;
    padding: 16px 10px 40px 40px;

    div{
        display: flex;

        span{
            font-size: 15px;
            color: #006D8E;
            padding: 0 0 0 20px;
            align-content: center;
        }

        img{
            width: 50px;
        }
    }

}
.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-a3{
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    background-color: #F5F5F7;
    border-radius: 3px 0 0 0;
    padding: 12px 16px 14px 16px;
}
.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: center;
    border-top: 4px white solid;

    a{
        display: inline-block;
        overflow: hidden;
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        margin-top: 30px;
        padding: 8px 16px 8px 16px;
        background-color: green;
        border: 0 hidden;
        text-transform: uppercase;
        letter-spacing: 1.5px;   
    }
    a:hover{
        text-decoration: underline;
        filter: brightness(124%);
    }

    p{
        font-size: 12px;
        font-weight: normal;
        padding: 4px 24px 12px 24px;
    }

    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;
        } 
    }
    .hr2{
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #c2c2c2;
        margin: 1em 0;
        padding: 0;
        width: 100%;
    }
    .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;
            }
                        .span01x{
                color: #C2C2C2;
                font-weight: bold;
            }
            .span02x{
                color: #C2C2C2;
                font-size: 14px;
            }
        }
        .box07{
            width: 70%;
            padding: 12px 0 16px 0;
            .span01{
                font-weight: bold;
            }
            .span02{
                font-size: 14px;
            }
            .span01x{
                color: #C2C2C2;
                font-weight: bold;
            }
            .span02x{
                color: #C2C2C2;
                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%;
            font-size: 14px;
            a {
                font-size: 16px;
                color: #1a293c;
                font-weight: bold;
                text-decoration: none;
            }
        }
        .box12{
            width: 15%;
            text-align: right;
            .box12a{display: none;}
            .box12b{display: block;}
        }
        .box13{
            width: 5%;
            text-align: right;
        }
        .box13a{
            display: none;
        }
        .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;
            }
        }
    }
}
.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 12px 0;
        padding: 8px;
        border: 1px solid #E4E4E4;
    }
    .input2{
        width: 50%;
        height: 36px;
        font-size: 12px;
        margin: 0 0 18px 0;
        padding: 8px;
        border: 1px solid #E4E4E4;
    }
    textarea{
        width: 100%;
        overflow: auto;
        font-size: 16px;
        margin: 0 0 12px 0;
        padding: 8px;
        border: 1px solid #E4E4E4;
    }
    select{
        width: 100%;
        height: 36px;
        font-size: 16px;
        margin: 0 0 12px 0;
        padding: 8px;
        border: 1px solid #E4E4E4;
    }
    .grid{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;
        .plz{
            width: 15%;
        }
        .ort{
            width: 85%;
            margin-left: 20px;
        }
    }
    .gridB{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: nowrap;

        .grid2{
            width: 49%;
        }
        .grid2A{
            width: 2%;
        }
        .grid3{
            width: 32%;
        }
        .grid3A{
            width: 2%;
        }
    }
    h2{
        margin: 0;
        padding: 0 0 20px 0;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    hr{
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #c2c2c2;
        margin: 1em 0;
        padding: 0;
    }
    .hr2{
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #c2c2c2;
        margin: 1em 0 38px 0;
        padding: 0;
    }
    .gridp{
        width: 100%;
        margin: 0;
        padding: 0 0 36px 0;
        font-size: 13px;
        a{
            color: #313131;
        }
    }
    .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;
        }
    }
    .orders{
        padding: 28px 0 46px 0;

        .linesH{
            display: flex;
            justify-content: space-evenly;
            flex-wrap: nowrap;
            font-weight: bold;
            padding: 4px 0 6px 0;
            width: 100%;
            font-size: 15px;
        }
        .linesF{
            display: flex;
            justify-content: space-evenly;
            flex-wrap: nowrap;
            font-weight: bold;
            padding: 20px 0 6px 0;
            width: 100%;
            font-size: 15px;
        }
        .lines{
            display: flex;
            justify-content: space-evenly;
            flex-wrap: nowrap;
            padding: 4px 0 6px 0;
            width: 100%;
            font-size: 14px;
        }
        div{
            padding: 0 0 0 0;
            padding-left: 20px;
            width: 30%;
        }
        .divRightB{
            padding: 0 20px 0 0;
            width: 25%;
            text-align: right;
        }
        .divRight{
            padding: 0 20px 0 0;
            width: 15%;
            text-align: right;
        }
        .divRightBF{
            padding: 0 20px 0 0;
            width: 75%;
            text-align: right;
        }
        .divRightF{
            padding: 0 20px 0 0;
            width: 25%;
            text-align: right;
        }
    }
   .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;
            }
            .span01x{
                color: #C2C2C2;
                font-weight: bold;
            }
            .span02x{
                color: #C2C2C2;
                font-size: 14px;
            }
        }
        .box07{
            width: 70%;
            padding: 12px 0 16px 0;
            .span01{
                font-weight: bold;
            }
            .span02{
                font-size: 14px;
            }
            .span01x{
                color: #C2C2C2;
                font-weight: bold;
            }
            .span02x{
                color: #C2C2C2;
                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%;
            font-size: 14px;
            a {
                font-size: 16px;
                color: #1a293c;
                font-weight: bold;
                text-decoration: none;
            }
        }
        .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 60px 40px 40px;
    font-size: 14px;
    width: 25%;

    h4{
        padding-top: 4px;
        margin-bottom: 10px;
    }
    hr{
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #c2c2c2;
        margin: -4px 0;
        padding: 0;
    }
    p{
        font-size: 13px;
        margin-bottom: 12px;
    }
    .menuLink{
        display: block;
        padding: 12px 22px;
        margin: 1px 0 4px 0;
        color: #313131;
        text-decoration: none;
        font-size: 16px;
        background-color: #F5F5F7;
        border-radius: 5px;
    }
    .menuLink:hover{
        transition: ease .5s;
        background-color: #ECECEC;
        cursor: pointer;    
    }
}
.inview{
    margin: 0 0 80px 0; 
    background-size:cover; 
    background-blend-mode: overlay;
    /*background-image: url(../images/start/back.png); */
    height: 480px;
    background-color: #e5e5e9;
    background-repeat: no-repeat; 

    .item02{
        width: 60%;
        padding: 0 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: 40%;
        padding: 12px 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%;
        height: 120px;
    }

    .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: #006D8E;
    border-top: 4px solid white;
    min-height: 280px;
    margin-top: 0px;
    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;
    }
    input{
        height: 34px;
        width: 84%;
        padding: 0 0 0 8px;
        border-radius: 12px;
        border: 1px hidden;
        background-color: #FFF;
        font-size: 12px;
    }
    textarea{
        height: 82px;
        width: 84%;
        padding: 6px 0 0 8px;
        border-radius: 12px;
        border: 1px hidden;
        background-color: #FFF;
        font-size: 14px;
        margin-bottom: -7px;
    }
    button{
        height: 35px;
        width: 84%;
        border-radius: 12px;
        border: 1px solid #0083AA;
        color: #EEE;
        background-color: #005772;
        cursor: pointer;        
    }
    button:hover{
        filter: brightness(124%);      
        text-decoration: underline;
    }
}

@media only screen and (max-width: 990px) {
    .header .grid-container{
        .searchO{
            width: 40%;
            padding-left: 40px;
            .search{
                width: 300px;
                input{
                    width: 210px;
                    font-size: 16px;
                } 
            }
        }
        .links{
            width: 30%;
        }
    }
    .main .slider{       
        .sliderTxt{
            .sliderTxtA{
                width: 36%;
                h2{
                    padding-top: 8px;
                    font-size: 44px;
                }
            }
        }
    }
    .main .grid-container {
        flex-wrap: wrap;
    }
    .main .grid-container .item2{
        display: none;
    }
    .main .grid-container .item20{
        padding: 16px 40px 60px 40px;
        width: 64%;
    }
    .main .grid-container .item21b{
        width: 36%;
    }
    .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) {  
    .header0 .grid-container2{
        height: 12px;
        .links{
            display: none;
        }
    }
    .header{
        top: 12px;

        .grid-container{
            .logo{
                width: 50%;
                img{
                    height: 48px; 
                    margin-top:10px;
                }
            }
            .links{
                display: none;
            }
            .linksSmall{
                padding-top: 7px;
                display: flex;
                width: 50%;

                input{
                    margin-left: auto;
                    display: none;
                }
            }
            
            .linksSmall:has(#suche2:checked) ~ .searchO {display: block;}

            .searchO{
                display: none;
                width: 100%;
                padding: 10px 0 6px 0;

                .search{
                    width: 300px;
                    margin: 0 auto;
                    input{
                        width: 210px;
                        font-size: 16px;
                    } 
                }
            }
        }
    }
    .header2{
        display: block;
        position: sticky;
        top: 123px;
        background-color: white;
        width: 100%;

        .grid-container {
            width: 100%;
            .search{
                width: 100%;
                input{
                    font-size: 16px;
                }         
            }
        }
    }
    .main{font-size: 14px;}
    .main .slider{
        height: 320px;  
        width: 100%;  
        background-size: 1920px 320px;
        background-position-x: right;
        background-image: url('../images/start/splash1d.png');
        
        .sliderTxt{
            width: 100%;
            padding: 0 0 0 0;
            .sliderTxtA{
                display: none;
            }
            .sliderTxtB{
                display: block;
                padding: 30px 0 0 28px;
                width: 240px;
                h2{
                    font-size: 42px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
                p{
                    font-size: 16px;
                    line-height: 1.4;
                }
            }


        }
    }
    .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-c{
                    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;
            }
        }
        .item21b{
            width: 100%;
            padding: 16px 16px 0 16px;
        }        
        .item21c{
            width: 100%;
            padding: 0 0 40px 20%;
            text-align: center;
        }
        .item23{
            width: 100%;
            display: block;
            padding: 16px;
        }
        .item90{
            width: 100%;
            display: block;
            padding: 2px 20px 40px 20px;
            
            .item-containerHeader{
                display: none;
            }

            .item-container{
                display: block;
                .box10 {
                    width: 100%;
                    height: 140px;
                    margin-bottom: 20px;;
                    img{
                        max-height: 80%!important;
                        max-width: 80%!important;
                    }
                }
                .box11 {
                    padding: 1px 12px 18px 12px;
                    width: 100%;
                    font-size: 14px;
                    a{font-size: 18px;}
                }
                .box12 {
                    display: flex;
                    padding: 1px 12px;
                    width: 100%;
                    font-size: 14px;
                    line-height: 1.4;
                    .box12a{display: block; width: 50%; text-align: left; padding-left:40px;}
                    .box12b{width: 50%; padding-right: 50px;
                        input{font-size: 14px;}   
                    }
                }
                .box13 {
                    display: none;
                    text-align: left;
                    padding: 12px 12px 2px 12px;
                    width: 100%;
                }
                .box13a {
                    display: block;
                    text-align: left;
                    padding: 32px 12px 2px 12px;
                    width: 100%;
                    button{
                        margin-top: 8px;
                        color: white;
                        font-size: 12px;
                        font-weight: normal;
                        padding: 6px 10px;
                        background-color: #919191;
                        border: 0 hidden;
                        /*text-transform: uppercase;*/
                        letter-spacing: 1.5px; 
                        text-align: center;            
                    }
                    button:hover{
                        filter: brightness(124%);
                        cursor: pointer;
                    }
                }
            }
        }
        .item91{
            width: 100%;
            display: block;
            padding: 2px 20px 40px 20px;
            
            input{
                margin: 0 0 4px 0;
            }

            .grid{
                .plz{
                    width: 25%;
                }
                .ort{
                    width: 75%;
                }
            }
            .gridB{
                display: block;

                .grid2{
                    width: 100%;
                }
                .grid2A{
                    width: 0%;
                }
                .grid3{
                    width: 100%;
                }
                .grid3A{
                    width: 0%;
                }
            }
            .orders{
                .linesH{
                    display: none;
                }
                .lines{
                    display: none;
                    padding-bottom: 12px;

                    div{
                        width: 100%;
                        text-align: left;
                        padding: 0px;
                    }
                }
                .linesF{
                    .divRightBF{
                        width: 60%;
                        padding: 0 0 0 6px;
                        text-align: left;
                    }
                    .divRightF{
                        width: 40%;
                        text-align: left;
                    }
                }
            }
        }
        .item91B{
            width: 100%;
            display: block;
            padding: 2px 20px 40px 20px;
        }
    }
    .main .grid-container2 {
        .item12{
            width: 50%;
            padding: 8px;
            .box01 {
                min-height: 168px;
                font-size: 14px;
            }
        }
        .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%;
        #fHD{display: none;}
    }
}
@media only screen and (max-width: 600px) {    
}



