:root {
  --primary: #ddd;
  --dark: #333;
  --light: #fff;
  --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}

html {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--dark);
}

body {
  background: #fff;
  margin: 30px 50px;
  
}

.btn {
  background: var(--dark);
  color: var(--light);
  padding: 0.6rem 1.3rem;
  text-decoration: none;
  border: 0;
}

img {
  max-width: 100%;
}

table {
  max-width: 100%;
}

.site {
  max-width: 1280px;
  margin: 0 auto;
}


/* Top Navigation */
.top-nav {
	height: auto;
	padding: 0px 10px 0px 10px;
    float: left;
}

.top-nav .topnavlogo {
	float:left;
    padding: 15px 0px 0px 0px;
    min-width: 230px;
}



.nav-mobile {
    display: none;
}

.topnavlinks {
    overflow: hidden;
    background-color: #EEE;
    border-radius: 6px;
    float: right;
}

.topnavlinks a {
    float: left;
    font-size: 16px;
    color: #06B;
    text-align: center;
    padding: 10px 6px 10px 6px;
    text-decoration: none;
    height: 26px;
}

.topnavlinksdropdown {
    float: left;
    overflow: hidden;
}

.topnavlinksdropdown .topnavlinksdropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: #06B;
    padding: 10px 6px 10px 6px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.topnavlinks a:hover, .topnavlinksdropdown:hover .topnavlinksdropbtn {
    background-color: #DDEEFF;
}

.topnavlinksdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.topnavlinksdropdown-content a {
    float: none;
    color: #06B;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnavlinksdropdown-content a:hover {
    background-color: #ddd;
}

.topnavlinksdropdown:hover .topnavlinksdropdown-content {
    display: block;
}

.topnavlinksdropdown-content .order-status-wrapper:hover .order-submenu {
    display: block;
}
.order-status-wrapper {
    position: relative;
}
.order-submenu {
    display: none;
    position: absolute;
    left: 97%;
    top: 0;
    background: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}

.nav-mobile .btnNav {
    margin: 2px 10px 0 0;
}

.nav-mobile .btnNav img {
    min-width: 30px;
    min-height: 30px;
}

/*.top-nav .topnavlinks img {
    min-width: 25px;
}*/

/* Top Navigation 2*/
.top-nav2 {
    padding: 0px;
    height: 35px;
    display: none;
}

.top-nav2 ul {
  list-style: none;
  display:inline-block;
  float: right;
  height: 35px;
}

.top-nav2 li {
	float:left;
	display:inline-block;
    padding: 0px 10px 0px 0px;
}

.top-nav2 li a {
  text-align:center;
  display:inline-block;

}

.top-container {
	text-align:center;
    padding: 6px;
}

.top-banner {
    padding: 8px;
    text-align:center;
}

.header2 {
    display: none;
}

.bluebar {
    background-color: #0040A0;
    border-radius: 10px;
    text-align:center;
    padding: 2px;
}

.top-slogan {
    padding: 8px 0px 0px 0px;
    color: #FFFFFF;
    font-family: sans-serif;
    font-weight: normal;
}

.top-searchbar {
    padding: 5px 0px 2px 0px;
}


.top-searchbar .btnBold {
    border-radius: 4px;
    padding: 2px;
}

/* Products And Services */

.prodsvc {
	display: none;
    
}

.left-nav{
	display:block;
	float:left;
}

.ProductsOrVendors {
    background-color: #eeeeee;
    border-radius: 16px;
    padding: 4px;
    border-width: 5px;
    border-color: #0040A0;
    border-style: solid;
    margin: 2px;
}

.ProductsAndServices {
    background-color: #0040A0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 8px;
	
}

/* Product Navigation Bar */
.nav-products  {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 240px;
}

.nav-products .navultop > li {
    font-weight: bold;
}

.nav-products .navultopcatonly > li {
    font-weight: bold;
}

.nav-products .navultop .navbiz {
    display: none;
}

.nav-products .navultopcatonly .navbiz {
    display: none;
}

.nav-products .navuldropdown > li {
    font-weight: normal;
}

.nav-products a {
    text-decoration: none;
    width: 100%;
}

.nav-products a div {
    text-align: left;
}

.nav-products ul {
    /*background: gray;*/
    list-style: none;
    margin: 0;
    padding-left: 0;
    
}

.nav-products li {
    background: #D0DDED;;
    display: block;
    /*float: left;*/
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;

    border-width: 2px 2px 0 2px;
    border-color: #FFFFFF;
    border-style: double;
    
}

.nav-products ul li:last-child {
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-style: double;
}

.nav-products ul.navultop > li {
background-image: url(images/NavBarArrowRight.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}

.nav-products ul.navultopcatonly > li {
    background-image: url(images/NavBarArrowRight.gif);
    background-repeat: no-repeat;
    background-position: 2% 50%;
    border-radius: 6px;
    border-width: 4px;
    border-color: #45a049;
    border-style: solid;
}

.nav-products li a {
    color: #000;
}

.nav-products li:hover {
    background: #F0F0FA;
    cursor: pointer;
}

.nav-products .MenuBarItemSelected {
    background: #F7FAFF;
}

.nav-products ul li ul {
    visibility: hidden;
    opacity: 0;
    width: 240px;
    position: absolute;
    transition: all 0.5s ease;
    left: 236px;
    top: -10px;
    display: none;
    z-index: 100;
}

.nav-products ul li ul li {
    background: #DDDDED;
    
}

.nav-products ul.navultop > li:hover {
    background-image: url(images/NavBarArrowRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.nav-products ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 100;
}

/* for tab nav-products */
.nav-products ul li:focus-within > ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

.nav-products ul li ul li {
    clear: both;
    width: 100%;
}

.nav-products ul li div {
    width: 100%;
}

.nav-products .navprodfiller {
    background: #D0DDED;
    height: 33px;
  
}

.nav-products .navprodsbottom {
    background: #0040A0;
    height: 6px;
}

/* PRODUCT CONTAINER */

.product-container {
    display: block;
    float: right;
    max-width: 40em;
}

.prodcatlist {
    display: block;
    float: right;
}

.product-container #prodbuyinfotopleft {
    width: 67%;
    display: none;
}

.product-container #prodbuyinfotopright {
    width: 33%;
    display: none;
}

.product-container #productoptions {
    /* width: 97%;*/
    padding: 8px;
    gap: 3px;
    background: #FFFFFF;
    
}

.product-container #productoptionname {
    margin: 1px 0 0 2px;
    padding: 4px;
}

.product-container #productoptionvalues {
    margin: 1px 0 0 0;
}


.product-container .optionSelector {
	display: block;
	width: 300px;
}

.product-container .productfooter input:nth-child(5) {
    margin: 5px 0 5px 5px;
}
.product-container .productfooter input:nth-child(6) {
    margin: 5px 0 5px 5px;
}
.product-container .productfooter input:nth-child(7) {
    margin: 5px 0 5px 5px;
}

.product-container .producttabs .TabbedPanels #FullDescText img {
    display: flex;
    margin-left: auto;
    margin-right: auto;    
}


/* Working with SpryTabbedPanels.css */

.TabbedPanelsTab {
    padding: 25px 5px;
}


/*
.TabbedPanelsContentGroup table {
    width: 100%;
}
*/

.TabbedPanelsContent table {
    width: 98%;
}

.TabbedPanelsContent .productoverview {
    color: #505050;
    text-align: justify;
    text-justify: inter-word;
    font-size: 16px;
}

.TabbedPanelsContentGroup table .SpecName {
    width: 25%;
}


.TabbedPanelsContent {
    text-align: left;
}

.product-list-container {
	display:block;
	float:right;
	max-width:40em;
}


.catlink {
    margin: .5em;
    padding: 4px;
    display: flex;
    font-size: .8em;
    width: auto;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    padding: 10px;
}

.card .a {
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    width: 100%;
}


.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    border-width: 1px;
    border-style: solid;
    border-color: #777;
    background-color: rgb(250, 250, 250);
}

.prodlistimg {
    margin-top: 0;
    padding-top: 0;
    background-color: #fff;
}


.prodlistinfo {
    padding: 4px;
}

.prodlistpriceconfig {
    display: flex;
    flex-direction: column;
    align-items:flex-end;
    justify-content:flex-end;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 100%;
}

.prodlistpriceconfig a {
    border-width: 1px;
    border-color: rgb(233, 185, 113);
    border-style: solid;
    padding: 3px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.prodlistpriceconfig input {
    margin-bottom: 6px;
}

.result-container {
    display: flex;
    grid-column: 2/3;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.carousel {
	display:none;
}

.footer a {
    text-justify: left;
    margin-left: 1.2em;
    -webkit-text-size-adjust: auto;
}

.info-container {
    display:block;
    float: left;
}



.info-container #imprint table {
    width: 98%;
}

.info-container .infocontent {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #555;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.info-container .infocontent p {
    max-width: 800px;
}
.info-container .infocontent ul {
    max-width: 800px;
}

.info-container .infocontent2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #555;
    font-size: 1em;
}

.info-container .infocontent2 figure  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.documents-container {
    max-width: 1000px;
    border-color: #0080ff;
	border-width: 4px;
	border-style: solid;
	border-radius: 20px;
	padding: 6px;
	background: #FFFFFF;
}

.documents-container-item {
    display: grid;
    grid-template-columns: 16em auto 12em;
	
    display: -ms-grid;
    -ms-grid-columns: 12em 3fr 12em;
}

.document-container-item-column{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    text-align: left;
    color: #333;
    padding: 12px;
}

.gray-row {
    background: #eee;
}

.video-container {
    max-width: 776px;
    min-width: 490px;
	border-color: #990000;
	border-width: 4px;
	border-style: solid;
	border-radius: 20px;
	padding: 10px;
	background: #FFFFFF;
}

 /* INQUIRY PAGES */
 .form-container {
    background-color: #f2f2f2;
    margin-top: 30px;
    width: 98%;
    border-width: 2px;
    border-style: solid;
    border-color: #0040A0;
    border-radius: 6px;
}

.form-container .form-header {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 6px 0 6px 0;
}

.form-container .form-row {
    width: 100%;
    padding: 4px 0 4px 0;
    color: #606060;
    font-size: 14px;
}
.form-container .form-row:nth-child(even) {
    background-color: #fff;
}

.form-container .form-col-label {
    width: 25%;
    margin-top: 6px;
}

.form-container .form-col-input {
    width: 75%;
    margin-top: 6px;
}

.form-container .forminputbox-err {
    width: 75%;
    padding: 8px;
    border: 3px solid red;
    border-radius: 4px;
    resize: vertical;
}

.form-container .formrecapcha-err {
    border: 3px solid red;   
}

.form-container .forminputbox {
    width: 75%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
.form-container textarea {
    width: 95%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.form-container input[type=submit] {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
.form-container input[type=submit]:hover {
    background-color: #45a049;
}



/* ******************************************************************************************************************************************** */
/* ******************MEDIA QUERIES  900px=50em ************************************************************************************************ */
/* *******************************************************************************************************************************************  */

/*IE does not understand @supports*/
@supports not (grid-area: auto) {
    
    .prodsvc {
        display:flex;
        float: left;
        text-align:center;
        padding: 4px;
        
    }

    .nav-companyInfo {
        display: none;
    }

    .product-container {
        display: flex;
        flex-direction: row;
        align-items:right;
        justify-content:right;
        align-self: right;
     }

    .product-list-container {
        display: flex;
        flex-direction: row;
        align-items:right;
        justify-content:right;
        align-self: right;
     }

    .carousel {
        display: none;
    }

}


/* IE media query: @media all and (-ms-high-contrast:none) */
/* Media query for all browsers
@supports (grid-area: auto) {  */
	
   /* ***************************************************** MOBILE PHONE ************************************************** */

    @media screen and (min-width: 1em) and (max-width: 45em) {
        
        .site {
			max-width: none;
			display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 3em 6m auto;
            padding: 4px;

            display: -ms-grid;
            -ms-grid-columns: 1fr 1fr;

        }

  
        .top-nav  {
            grid-column: 1;
            grid-row: 1/2;
            position: -webkit-sticky; /* Safari */
            position: sticky;
            top: 0;
            opacity: 1;

            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }

        .nav-mobile {
            display: block;
            grid-column: 2/3;
            grid-row: 1;
            display: flex;
            flex-direction: row;
            align-items:right;
            justify-content:right;
            align-self: right;
            margin-top: 8px;
            position: -webkit-sticky; /* Safari */
            position: sticky;
            top: 0;
           

            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
         
        }

        .nav-mobile div {
            margin-left: auto;
        }

        .nav-mobile .alignfiller {
            flex-grow: 1;
        }

        .topnavlinks {
            display: none;
        }

        .top-container {
            grid-column: 1/3;
            display: none;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }

        .top-banner {
            display: none;
        }

        .top-quicklinks {
            display: none;
        }

        .bluebar {
            grid-column: 1/3;
            background-color: #0040A0;
            margin-top: 6px;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
        }

        .top-slogan {
            display: none;
        }

        .top-searchbar {
            display: none;
        }

        .top-searchbar .btnBold {
            background-color: #fff;
            background-image: url(IMAGES/icon_Search.jpg);
            background-repeat: no-repeat;
            background-position-x: 4px;
            background-position-y: 4px;
            font-size: 0;
            height: 32px;
            width: 30px;
            border-radius: 10px;
            margin-left: 6px;
        }

        .top-searchbar #btnSearchAdv {
            display: none;
        }

        .top-searchbar-show {
            display: block;
            grid-column: 1/3;
            text-align:left;
            padding: 4px;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
        }

         /* _Download.asp */
         .documents-container {
            grid-column: 1/3;

            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
        }
        .document-container-item-column1 {
            grid-column: 1/4;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column2 {
            grid-column: 1/4;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column3 {
            grid-column: 1/4;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column23 {
            grid-column: 1/4;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }

        .prodsvc  {
            grid-column: 1/2;

            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
        }

        .prodsvc-show {
            display:block;
            text-align:center;
            padding: 4px;
           
        }
       
           
        .ProductsAndServices {
            display: none;
        }

        .navprodsbottom {
            display: none;
        }


        /* Product Container */

        .product-container {
            grid-column: 1/3;
            max-width: 100%;
            padding: 4px;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 4;
            -ms-grid-row-span: 1;
        } 

        .product-container .prodtopnomob {
            display: none;
        }

        .product-container #prodbuyinfotopleft {
           display: none;
            
        }

        .product-container #prodbuyinfotopright {
            display: none;
            
        }

        /*.product-container .productimg img {
            width: 50%;
        }*/

        .product-container .TabbedPanelsTab {
            width: 40%;
            padding: 15px 5px;
        }

        .product-container .TabbedPanelsContent .productoverview {
            color: #303030;
            font-size: 15px;
        }

        .product-container #productoptionvalues {
            margin: 0 0 0 2px;
        }

        .product-container .optionSelector {
            width: 270px;
        }

        .product-container .producttabs .TabbedPanels img {
            max-width: 90%;
        }
      

        
        
        
          /* Product List Container */
        
        .prodcatlist {
            grid-column: 1/3;
            margin: 0 1em 0 1em;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 5;
            -ms-grid-row-span: 1;
        }
        
        .product-list-container {
            grid-column: 1/3;
            max-width: 100%;
            padding: 4px;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 4;
            -ms-grid-row-span: 1;
        }

  
        .card .a {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;

            display: -ms-grid;
            -ms-grid-columns: 1fr 1fr;
           
        }

         .prodlistimg {
            max-width: 50%;
            min-width: 35%;
            grid-column: 1/3;
            margin: auto;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }

        .prodlistinfo {
   
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
        }

        .prodlistpriceconfig {
            width: 65%;
            margin-left: auto;
            

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
        }


        









        .nav-companyinfo {
            display: none;
        }

        .carousel {
            display: none;
        }

        .footer {
            grid-column: 1/3;
            width: 97%;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 7;
            -ms-grid-row-span: 1;
        }

        .footer td {
            height: auto;
        }

        .footer .socialmedialinks {
            display: none;
        }

        .footer a {
            float: right;
            font-size: 1.4em;
            -webkit-text-size-adjust: auto;
            width: 80%;
            margin: .4em;
            padding: .3em;
            border-color: #777;
            border-style: solid;
            border-width: 2px;
            background: aliceblue;
        }

        .macrokom {
            display: none;
        }
        
        
        /* Product Nav Bar */
        .nav-products  ul {
            width: 80%;
        }
        .nav-products  .navuldropdown {
            width: 150px;
        }

        .nav-products  {
            font-size: 12px;
            font-weight: normal;
        }

        .nav-products ul.navultop > li {
           /* background-image: none;*/
        }

        .nav-products .navultop .navbiz {
            display: block;
        }
        .nav-products .navultop .navbiz > a > div {
            color: blue;
        }

        .nav-products .navultopcatonly .navbiz {
            display: block;
        }
        .nav-products .navultopcatonly .navbiz > a > div {
            color: blue;
        }

        .nav-products ul li ul {
            left: 149px;
        }
        /* End Product Nav Bar */



        /* INFO PAGES */
    
        .info-container {
            grid-column: 1/3;
            padding: 6px;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 4;
            -ms-grid-row-span: 1;
        }

        .info-container .infocontent2 figure img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: auto;
            margin-bottom: auto;
        }

        /* INQUIRY FORMS */
        .form-container {
            grid-column: 1/3;
            margin: auto;
            width: 93%;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 4;
            -ms-grid-row-span: 1;
           
        }  
        
        .form-container .form-col-label, .form-container .form-col-input {
            width: 98%;
            margin-top: 0;
            margin-left: 4px;
        }

        .form-container input[type=submit] {
            width: 98%;
            margin-top: 0;
            height: 4em;
            color: black;
            background: green;
        }

        .cart-checkout-header {
            display: none;
        }
      
    }
   /* ************************************************************************** END MOBILE PHONE ************************************************************** */


    @media screen and (min-width: 45em) and (max-width: 60em) {
		
		.site {
			max-width: none;
			display: grid;
			grid-template-columns: 16em auto;
            padding: 10px;

            display: -ms-grid;
            -ms-grid-columns: 16em 4fr;
		}
        
        .top-nav {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        
        .top-nav2 {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
        }
        
        .top-container {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
        }

        .bluebar {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 4;
            -ms-grid-row-span: 1;
        }

         /* _Download.asp */
         .documents-container {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
        }
        .document-container-item-column1 {
            grid-column: 1/4;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column2 {
            grid-column: 1/3;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column3 {
            grid-column: 3/4;
           
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column23 {
            grid-column: 1/4;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        
        .prodsvc {
            grid-column: 1/2;
            display:block;
            text-align:center;
            padding: 4px;

            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 5;
            -ms-grid-row-span: 1;
        }

        .product-container {
            grid-column: 2/3;
            max-width: 100%;
            padding: 10px;	
            
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 5;
            -ms-grid-row-span: 1;
        }

        .product-container #productoptionname {
            margin: 8px 0 0 1px;
        }

        .product-container #productoptionvalues {
            margin: 0 0 0 1px;
        }



        /* PRODUCT PRODUCT CATEGORY LIST REFRAME CARDS*************** */


        .prodcatlist {
            grid-column: 1/3;
            margin: 0 1em 0 1em;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 6;
            -ms-grid-row-span: 1;
        }
        
       
        .prodcatlist .result-container {
            width: 100%;
            grid-column: 1/3;
        }

        .prodcatlist .card .a {
            display: grid;
            grid-template-columns: 1fr 3fr;

            display: -ms-grid;
            -ms-grid-columns: 1fr 3fr;
        }
        
        .prodcatlist .card .prodlistimg {
            grid-column: 1/2;
            grid-row: 1/3;
            max-width: 160px;
            min-width: 120px;
            align-self: center;

            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
        }

        .prodcatlist .prodlistinfo {
           
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        
        .prodcatlist .prodlistpriceconfig {
            align-self: flex-end;

            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
        }

        /* ***************************************************** */

        
        .product-list-container {
            grid-column: 2/3;
            max-width: 100%;
            padding: 10px;	
            
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 5;
            -ms-grid-row-span: 1;
        }
        
        .card .a {
            display: flex;
            flex-direction: column;
            align-items:center;
            justify-content:center;
            align-self: center;

            display: -ms-grid;
            -ms-grid-columns: 1fr;

        }
        
        .product-list-container .prodlistimg {
            max-width: 160px;
            min-width: 120px;

            margin: auto;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }

        .product-list-container .prodlistinfo {
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
        }
        
        .product-list-container .prodlistpriceconfig {
            align-self: flex-end;

            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
        }
        
        .carousel {
            display: none;
        }
        
        .footer {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 7;
            -ms-grid-row-span: 1;
            
        }


        /* INFO PAGES */

        .info-container {
            grid-column: 1/3;
            padding: 6px;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 6;
            -ms-grid-row-span: 1;
        }

        .info-container .infocontent2 {
            display: flex;
        }

        /* INQUIRY FORMS */
        .form-container {
            grid-column: 1/3;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 6;
            -ms-grid-row-span: 1;
           
        }  
                 
        .form-container .form-row {
            grid-column: 1/3;
            width: 100%;
            display: grid;
            grid-template-columns: 12em auto;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            display: -ms-grid;
            -ms-grid-columns: 12em 4fr;
        }
        
        .form-container .form-row .form-col-label {
            grid-column: 1/2;
            text-align: right;
            width: 100%;

            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .form-container .form-row .form-col-input {
            grid-column: 2/3;
            text-align: left;
            width: 100%;

            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
             
       	
	}
    
    @media screen and (min-width: 60em) {
		
		.site {
			max-width: none;
			display: grid;
			grid-template-columns: 16em minmax(auto,80em) 14em;
            justify-content: center;
            padding: 2px;

            display: -ms-grid;
            -ms-grid-columns: 16em 4fr 14em;
		}
        
        .top-nav {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 1;
       }
        
       .top-nav2 {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 2;
        }
        
        .top-container {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 3;
        }

        .bluebar {
            grid-column: 1/3;

            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 4;
        }

         /* _Download.asp */
         .documents-container {
            grid-column: 2/4;

            -ms-grid-column: 2;
            -ms-grid-column-span: 2;
        }
        .document-container-item-column1 {
            grid-column: 1/4;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column2 {
            grid-column: 1/3;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column3 {
            grid-column: 3/4;
           
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column23 {
            grid-column: 1/4;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        
        .prodsvc {
            grid-column: 1/2;
            display: block;
            text-align: center;
            padding: 4px;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 5;
        }

        .product-container {
            grid-column: 2/3;
            max-width: 100%;
            padding: 10px;	
            
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 5;
        }

        

        /* Product Page Definition */
        .product-container #productoptionitem {
            display: grid;
            grid-template-columns: 12em auto;

            display: -ms-grid;
            -ms-grid-columns: 12em 4fr;
           
        }

        .product-container #productoptionname {
            grid-column: 1/2;
            text-align: right;

            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }

        .product-container #productoptionvalues {
            grid-column: 2/3;

            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }


        /* Product Category List Definition */
        .prodcatlist {
            grid-column: 1/4;
            margin: 0 1em 0 1em;

            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 6;
            -ms-grid-row-span: 1;
        }
        
        .prodcatlist form {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            grid-gap: 1em;
            
        }

        .prodcatlist .result-container {
            width: 100%;
            grid-column: 1/3;
        }

        .result-container .result form div{
            grid-column: 1/3;
        }


        /* Product List Definition */
        .product-list-container {
            grid-column: 2/3;
            max-width: 100%;
            padding: 10px;	
            
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 5;
        }
        
        .card .a {
            display: grid;
            grid-template-columns: 1fr 3fr;

            display: -ms-grid;
            -ms-grid-columns: 1fr 3fr;
        }
        
        .card .prodlistimg {
            grid-column: 1/2;
            grid-row: 1/3;
            max-width: 160px;
            min-width: 120px;
            align-self: center;

            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
        }

        .card .prodlistinfo {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }

        .card .prodlistpriceconfig {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
        }

        
        .carousel {
            display: flex;
            grid-column: 3/4;
            grid-row: 1/6;

            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 5;
        }
        
        .footer {
            grid-column: 1/4;
            margin-top: 25px;
           
            
            -ms-grid-row: 8;
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            background-color: #eeeeee;
        }


        /* INFO PAGES */
        .info-container {
            grid-column: 1/4;
            width: 90%;
            padding: 3%;
            margin-bottom: 10px;

            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;

            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 6;
            -ms-grid-row-span: 1;

            display: -ms-grid;
            -ms-grid-columns: 1fr 1fr 1fr 1fr;
            
        }

  
        .info-container .infocontent {
            grid-column: 1/5;

            -ms-grid-column: 2;
            -ms-grid-column-span: 2;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
        }

        .info-container .infocontent2 {
            grid-column: 1/5;

            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
        }

        .info-container #imprint {
            grid-column: 2/4;

            -ms-grid-column: 2;
            -ms-grid-column-span: 2;
            -ms-grid-row: 4;
            -ms-grid-row-span: 1;
        }

        .info-container .infocontent2 {
            display: flex;
        }

        /* INQUIRY FORMS */
        .form-container {
            grid-column: 2/3;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;

            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            -ms-grid-row: 6;
            -ms-grid-row-span: 1;
           
        }  
                 
        .form-container .form-row {
            grid-column: 2/3;
            width: 100%;
            display: grid;
            grid-template-columns: 12em auto;

            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            display: -ms-grid;
            -ms-grid-columns: 12em 4fr;
        }
        
        .form-container .form-row .form-col-label {
            grid-column: 1/2;
            text-align: right;
            width: 100%;

            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .form-container .form-row .form-col-input {
            grid-column: 2/3;
            text-align: left;
            width: 100%;

            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        
		        
    }
      /* Infocontent2 wrap for IE11 */
      @media screen and (-ms-high-contrast:none) and (min-width: 60em) {

        .info-container .infocontent2 {
            display: flex;
            flex-wrap: wrap;
        }

        .info-container .infocontent2 div:nth-child(1) {
            width: 33%;
        }   
        .info-container .infocontent2 div {
            width: 50%;
        } 
    
    }


    
    @media screen and (min-width: 75em) {
        
         .top-nav li a {
            padding: 0px 0px 0px 16px;
        }
        
        .top-nav2 {
            display: block;
        }
        .top-banner {
            text-align: center;
            display: inline-flex;
        }
        
        .header2 {
            display: block;
        }

         /* _Download.asp */
         .documents-container {
            grid-column: 2/3;

            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
        }
        .document-container-item-column1 {
            grid-column: 1/2;
           
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column2 {
            grid-column: 2/3;
           
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column3 {
            grid-column: 3/4;
           
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }
        .document-container-item-column23 {
            grid-column: 2/4;
           
            -ms-grid-column: 2;
            -ms-grid-column-span: 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
        }

        .prodsvc {
            grid-column: 1/2;
            display:block;
            text-align:center;
            padding: 4px;
        }

        .product-container #productoptionitem {
            display: grid;
            grid-template-columns: 20em auto;
            
        }

        .product-container #productoptionname {
            grid-column: 1/2;
            text-align: right;
        }

        .product-container #productoptionvalues {
            grid-column: 2/3;
        }

        .product-container .optionSelector {
            display: block;
            width: 420px;
        } 

     
        .result-container .result form div{
            grid-column: 1/3;
        }
        
    }
    
    @media screen and (min-width: 100em) {
        
             
        .product-list-container form {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            grid-gap: 1em;
        }
        
        .card {
            display: flex;
        }

        .result-container .result form div{
            grid-column: 1/3;
        }
    }


    /* IE11 Fix Left Prod Nav Bar
    @media screen and (-ms-high-contrast:none) and (min-width: 45em) {
        .prodsvc  .left-nav .nav-products table {
            margin-right: 4px;
        }
        .prodsvc  .left-nav  {
            background-color: #eee;
        }
    } */


    /* IE11 Result product list wrap for IE11 */
    @media screen and (-ms-high-contrast:none) and (min-width: 100em) {

        .site {
           max-width: 1800px;
        }
        
        .product-list-container form {
            display: flex;
            flex-wrap: wrap;
        }

        .result-container form div {
            width: 180%;
        }

        .prodcatlist form {
            display: flex;
            flex-wrap: wrap;
        }

        .product-list-container .listcat .catlink {
            width: 45%;
        }
        
        .card {
            width: 47%;
            margin: 8px;
        }
    }

/* }      End Media Query for Grid Support */