    * {
        outline: none;
        border: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-fon	t-smoothing: grayscale;
    }
    *,
    *::before,
    *::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
	
	.menubutton {
		color: black!important;
		margin: 0 5px;
	}

	
	a.submenu  {
		color: #ffffff;
		padding : 0px 15px;
	}
	
	a.submenu.active {
		color: #004489;
		padding : 0px 15px;
	}
	a.submenu:hover {
		color: #76ad1c;
	}
	
	.message {
        background-color: #0193d7;
        color: #fff;
        height: 23px;
        font-size: 15px;
        font-family: monospace;
        position: absolute;
        width: 100%;
        z-index: 10000;
        top: 0;
        left: 0;
        text-align:center;
    }

footer{
	position:fixed;
	left: 0;
    bottom: 0px;
    width: 100%;
    height: 20px;
	font-size:12px;
    background-color: #efefef;
    line-height: 33px;
    text-align: center;
	height: 33px;
    z-index:9997;
    border-top: 1px solid #111;
		}
		
	/*  DATATABLES */
	table.dataTable tbody tr:nth-child(odd) { background-color: #E2E4FF!important; }
	table.dataTable tbody tr:nth-child(even) { background-color: white!important; }
	
	.dataTables_wrapper input {padding:5px;}
	.dataTables_wrapper select {padding:5px;}
	
	.invoeren input,select {	padding:5px;
						border:1px solid black; 
					}

	table.dataTable thead th {
		text-align:left;
	}
table.dataTable {
	margin-bottom: 32px !important;
	}
.dataTables_paginate {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9998;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.dataTables_info {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 0 !important;
    line-height: 33px;
    padding-left: 10px;
}

/* MODAL POPUP */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  height:75vh;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


header .searchform {
	position:absolute;
	top : 50%;
	width: 100%;
    max-width: calc(100% - 56px);
    border: 0;
    margin-top: -22px;

}

header .searchform input {
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
	border: 1px solid black;
    float: left;
    width: 100%;
    background-color: var(--color-white);
    font-size: 15px;
    padding: 0 65px 0 22px;
    font-size: var(--font-size-15);
}

header .searchform button {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    padding: 0;
    font-size: var(--font-size-17);
}
	
    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

/*
 * =================================================================
    1.0 STANDARDS
 * =================================================================
 *
 * COLORS  
 -----------------------*/
 
 .red {
	color:red;
 }	
 
 .green {
	color:green;
 }	
 
 
/* *  1.1 STANDARDS misc
    -------------------------------------------------------------- */
    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        font-weight: 300;
    }
    body {
        -webkit-overflow-scrolling: touch;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        font-size: 100%;
	    font-weight: 500;
		font-size:13px;
        background-color: #f9f9f9;
		color:#122733;
    }

    p,
    ul,
    ol,
    ul li,
    ol li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    figure {
        margin: 0;
        padding: 0;
    }
    h3 {padding-left:14px;}
    h1,
    h1 span,
    h1 small,
    h2,
    h2 span,
    h2 small,
    h3,
    h3 span,
    h3 small,
    h4,
    h4 span,
    h4 small,
    h5,
    h5 span,
    h5 small,
    h6,
    h6 span,
    h6 small {
        position: relative;
        display: block;
    }

    ul,
    ol {
/*        list-style: none;*/
margin-left:25px;
    }

    input[type="submit"],
    input[type="button"],
    button,
    select,
    select:focus,
    a,
    a:active,
    a:visited,
    a:focus {
        outline: none !important;
        outline: 0 !important;
        text-decoration: none;
    }
	
	a.link{ color:#122733;font-size:14px;}
	a.link:hover{ color:#004489}


/*  1.2 STANDARDS form fixes
    -------------------------------------------------------------- */
    input,
    textarea,
    select,
    button {
        outline: none !important;
        resize: none;
        border-radius: 0;
/*/        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
*/        box-shadow: none;
		padding:5px;
		border : solid 1px black;

    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #222;
        opacity: 1.0;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #222;
        opacity: 1.0;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #222;
        opacity: 1.0;
    }
    input:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #222;
        opacity: 1.0;
    }

/*  1.3 STANDARS Rows
    -------------------------------------------------------------- */
    .row {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .row.xl {
        max-width: none;
    }
    .row::before,
    .row::after {
        display: table;
        content: '';
    }
    .row::after {
        clear: both;
    }

    .row .row {
        margin-bottom: 0;
    }
    .row .row .padded {
        padding: 0;
    }
    .row.collapsed .row {
        margin-left: 0;
        margin-right: 0;
    }

/*  1.4 STANDARS Flex setup
    -------------------------------------------------------------- */
    .flex-container {
        padding: 0;
        margin: 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .flex-item {
        -webkit-flex: 1 1 1 1 1;
            -ms-flex: 1 1 1 1 1;
                flex: 1 1 1 1 1;
        position: relative;
        width: 100%;
    }

/*  1.5 STANDARS Column / blocks setup
    -------------------------------------------------------------- */
    .column {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        width: 100%;
        padding: 0;
        width: 33.33%;
    }
    .contact .column {
        width: 50%;
    }
    .row.collapsed .column {
        padding: 0;
    }
    header .column {
        height: 100px;
    }
    section {
        padding: 20px;
        padding-top: 10px;
    }
    section.prods {
        padding: 10px;
        padding-top: 0;
    }

/*  1.6 STANDARS Images
    -------------------------------------------------------------- */
    img {
        width: 100%;
    }
    .logo,
    .logo-rbz {
        width: auto;
        height: auto;
        margin: 10px;
        max-height: calc(100% - 20px);
        max-width: 100%;
    }
    .logo-rbz {
        float: right;
    }

/*  1.7 STANDARS ARC-blocks
    -------------------------------------------------------------- */
    .ARC {
        position: relative;
        overflow: hidden;
    }
    .ARC:before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 100%;
    }
    .ARC.square:before {
        padding-bottom: calc(100% - 52px);
    }
    .ARC.widescreen:before {
        padding-bottom: 66.5625%;
    }
    .ARC.panorama:before {
        padding-bottom: 31.64062%;
    }
    .ARC > .ARC-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
    }
    .ARC img {
        width: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*  1.8 STANDARS Header
    -------------------------------------------------------------- */
    header {
/*        position: relative;*/
        width: 100%;
        padding-top: 10px;
        z-index: 999;
        background-color: #fff;
    }
    .topBar {
        background-color: #76ad1c;
        color: #fff;
        padding: 8px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .topBar a {
        color: #fff;
    }

/*  1.8 STANDARS Nav
    -------------------------------------------------------------- */
    .topnav {
        background-color: #fff;
        padding: 10px 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: rgba(0,0,0,.1);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
 /*       position: relative;*/
        z-index: 9;
        font-weight: 400;
    }
    .topnav a {
        float: left;
        display: block;
        color: #004489;
        text-align: center;
        padding: 14px 20px;
        text-decoration: none;
        font-size: 17px;
    }
    .topnav nav > a:last-of-type {
        float: right;
        background-color: #004489;
        border-radius: 3px;
        margin-right: 20px;
        color: #fff;
    }
    .topnav nav > a:last-of-type:hover {
        background-color: #d94c4c;
        color: #fff;
    }

    .topnav .icon {
        display: none;
    }
    .dropdown {
        float: left;
        position: relative;
        cursor: pointer;
    }
    .dropdown .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: #004489;
        padding: 14px 20px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        cursor: pointer;
    }
    .topnav a.active,
    .dropdown .dropbtn.active {
        color: #76ad1c;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        border-top: 1px solid #000;
        padding: 5px;
        min-width: 170px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 10;
    }
    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 11px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 14px;
    }
    .dropdown-content a:not(:last-of-type) {
        border-bottom: 1px solid #004489;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }

/*  1.9 STANDARS SubNav
    -------------------------------------------------------------- */
    .subnavbar {
        overflow: hidden;
        position: absolute;
        top: 50%;
        right: 0;
        padding: 0 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .subnavbar span {
        line-height: 52px; 
        padding-left: 20px; 
        font-size: 16px;
        color: #000;
    }
    .subnavbar .cart-link {
        float: right;
        font-size: 14px;
        color: #000;
        text-align: center;
        padding: 5px;
        text-decoration: none;
        display: inline-block;
        width: auto;
        height: 52px;
        line-height: 42px;
        margin-right: 15px;
    }
    .subnavbar .cart-link .fa {
        display: inline-block;
        width: 42px;
        height: 42px;
        font-size: 18px;
        background-color: #000;
        float: left;
        margin-right: 10px;
        border-radius: 50%;
        color: #ccc;
        text-align: center;
        line-height: 42px;
        padding: 0;
    }

/*  1.9 STANDARS Panes
    -------------------------------------------------------------- */
    .panel {
        position: relative;
        display: block;
        width: calc(100% - 20px);
        max-width: 480px;
        margin: 0 auto;
        background-color: #ddd;
        border: 4px solid #ccc;
        padding: 20px;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px
    }
    .panel.alert {
        background-color: #f0c1c1;
        border-color: #dd0000;
        color: #dd0000;
    }
    .panel.notice {
        background-color: #f2ccb4;
        border-color: #ff8400;
        color: #ff8400;
    }
    .panel.success {
        background-color: #b1eab1;
        border-color: #007700;
        color: #007700;
    }

/*  1.10 STANDARS Producten
    -------------------------------------------------------------- */
    .product_row {
        width: 100%;
    }
    .product_column {
        max-width: calc(20% - 20px);
        margin: 10px;
    }
    .product_column figure {
        text-decoration: none;
        position: relative;
        width: 100%;
        padding: 0;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
    }
    .product_column figure:before {
        content: '';
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        background-color: rgba(24,67,124,0.5);
        pointer-events: none;
        transform-origin: top left;
        -webkit-transition: width 300ms ease-in, height 300ms ease-in;
        -moz-transition: width 300ms ease-in, height 300ms ease-in;
        transition: width 300ms ease-in, height 300ms ease-in;
    }
    .product_column figcaption {
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 5px;
        font-size: 13px;
        line-height: 21px;
        text-transform: uppercase;
        background-color: #ededed;
        height: 120px;
    }
    .product_column a {
        display: block;
        color: #000;
    }
    .product {
        text-align: center;
        padding: 10px;
    }
    .column.image .ARC {
        border: 1px solid #999;
    }
    .column.image .ARC img {
        width: calc(100% - 20px); 
    }
    .column.image {
        padding-right: 20px;
    }
    .main-image {
        display: block;
        margin-bottom: 20px;
    }
    .column.image .smallImages .ARC img {
        width: 100%; 
    }
    .smallImages a {
        float: left;
        width: 100%;
        max-width: calc(1/3*100% - (1 - 1/3)*10px);
        margin: 0;
        margin-bottom: 10px;
    }
    .column.image .ARC-content:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-shadow: inset 0 0 0 5px #fff;
        z-index: 1;
        pointer-events: all;
    }
    .smallImages a:not(:nth-of-type(3n)) {
        margin-right: 10px;
    }

/*  1.13 STANDARS Tables
    -------------------------------------------------------------- */
/*    .table {
        width: 80%;
        margin-left: 10px;
    }
    .lines table,
    th,
    td {
        border: 1px solid black;
        padding: 5px;
    }
    .lines th {
        color: white;
        background-color: #76ad1c;

    }
    tr.border_bottom td {
        border-bottom: 1pt solid black;
        padding: 10px 0;
    }
    tr.border_bottom td a {
        color: black;
    }
    tr.border_bottom:hover {
        background-color: #0193d7;
        color: white;
    }
    tr.border_bottom:hover a {
        color: white;
    }
*/
/*  1.14 STANDARS Forms
    -------------------------------------------------------------- */
    .form-container {
        position: relative;
        width: calc(100% - 20px);
        max-width: 960px;
        margin: 0 auto;
    }
    .form-container p {
        display: block;
        margin: 30px 0;
        text-align: center;
    }
    .form-container table {
        width: 100%;
    }
    table.adres td {
        width: 50%;
    }
    .adres input,
    .adres textarea {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        float: left;
        padding: 7px;
    }
    .adres textarea {
        height: 100px;
    }
    .adres input#postcode {
        width: 20%;
        margin-right: 2px;
    }
    .adres input#huisnummer {
        margin-left: 2px;
        width: 30%;
    }
    .contact table {
        width: calc(100% - 20px);
        max-width: 80%;
        margin: 0;
        margin-top: 50px;
    }
    .adres td.inp {
        padding: 0px !important;
    }
    .adres input, .adres textarea, .adres select {
        background-color: #ffffff;
		border : solid 1px black;
    }
    .adres select {
        padding: 5px;
    }

/*  1.15 STANDARS Examens
    -------------------------------------------------------------- */
    .qBlock {
        position: relative;
        width: 100%;
        margin-bottom: 20px !important;
    }
    .qBlock h3 {
        margin: 0 0 10px 0;
    }
    .qBlock label {
        display: inline-block;
        float: left;
        width: calc(100% - 20px);
        line-height: 16px;
        min-height: 16px;
        margin-bottom: 4px;
    }
    .qBlock input,
    .qBlock input:focus  {
        float: left;
        position: relative;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin: 0;
        margin-bottom: 4px;
        margin-right: 4px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        padding: 0;
        cursor: pointer;
        border: 1px solid #333;
        background-color: #fff;
    }
    .qBlock input:checked:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        background-color: #333;
    }

/*  1.16 STANDARS Buttons
    -------------------------------------------------------------- */
    .button,
    .button_blue,
	.button_red	{
        border: none;
        color: white;
        padding: 15px 20px;
        margin: 10px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }
	
	  .small_button
     {
        border: none;
        color: white;
        padding: 5px 7px;
        margin: 5px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
    }
	
    .button {
        background-color: #4CAF50;
        max-width: 100%;
    }
    .button_blue {
        background-color: #18437C;
    }
    .button_red {
        background-color: #E71837;
    }

    .shopCart .button {
        width: 100%;
    }

/*  1.17 STANDARS Misc
    -------------------------------------------------------------- */
    .center {
        text-align: center;
    }
    .mobile-only {
        display: none !important;
    }
    h2 {
        background-color: #ccc;
        color: #000;
        width: 100%;
        padding: 8px 20px;
        font-size: 18px;
        margin: 0;
        margin-bottom: 10px;
        display: block;
    }
    h4 {
        background-color: #000;
        color: #fff;
        width: 100%;
        padding: 8px 20px;
        font-size: 15px;
        margin: 0;
        margin-bottom: 10px;
        display: block;
    }
    .bummer {
        font-size: 20px;
    }
    
    .btnContactContainer {
        width:40%; 
        float: right; 
        margin-right: calc(20% + 2px); 
        text-align:right
    }

    video {
        width: 50%;
    }

/*
 * =================================================================
    2.0 MEDIA QUERIES
 * =================================================================
 *
 *  2.1 MEDIA QUERIES hover states (max-width)
    -------------------------------------------------------------- */
    @media only screen and (min-width: 1025px) {        
        .quantity-button:hover {
            background-color: #ccc;
            color: #333;
        }
        .quantity-button:active {
            background-color: #333;
            color: #fff;
        }
        .button:active {
            background-color: #0193d7;
        }
        .topnav a:not(.active):hover,
        .dropdown:hover .dropbtn {
            color: #000;
        }
        .dropdown-content a:hover {
            background-color: #ddd;
            color: #000;
        }
        /*.product_column:hover figure {
            background-color: #18437C;
            color: #fff;
        }*/
        .product_column:hover figure:before {
            width: 100%;
            height: 100%;
        }
    }

/*  2.2 STANDARS MEDIA QUERIES screen sizes (max-width)
    -------------------------------------------------------------- */
    @media screen and (max-width: 1440px) {    
        .product_column {
            max-width: calc(25% - 20px);
        }    
    }

    @media screen and (max-width: 1152px) {    
        .product_column {
            max-width: calc(33.33333% - 20px);
        }    
    }

    @media screen and (max-width: 960px) {    
        .product_column {
            max-width: calc(50% - 20px);
        }    
    }

    @media screen and (max-width: 640px) {
        .hide-for-small,
        .no-mobile {
            display: none !imprtant;
        }
        .mobile-only {
            display: block !important;
        }

        .product_column {
            max-width: calc(100% - 20px);
        }
        .productView .column,
        .productView .column.image {
            width: 100%;
        }    
        .productView .column:nth-child(2n) {
            padding-right: 10px;
        }
        .productView .column:nth-child(3n) {
            padding-left: 10px;
        }

        body {
            margin: 0;
            font-size: 14px;
            font-weight: normal;
        }

        h2 {
            font-weight: normal;
        }
        
        .table {
            width: 100%;
            margin-left: 0px;
        }

        .logo {
            max-height: 44px;
            margin: 28px 20px;
        }
        .topBar {
            font-size: 14px;
            line-height: 22px;
        }

        .topnav a:not(:first-child),
        .dropdown .dropbtn {
            display: none;
        }
        .topnav a.icon {
            float: right;
            display: block;
        }
        .topnav nav {
            display: none;
        }
        .topnav.responsive {
            position: relative;
        }
        .topnav.responsive nav {
            display: block;
        }

        .dropdown-content a {
            padding-left: 30px;
        }
        .dropdown-content a:not(:last-of-type) {
            border-bottom: 1px solid #fff;
        }
        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }
        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
        
        .topnav nav > a:last-of-type,
        .topnav nav > a:last-of-type:hover {
            float: left;
            background-color: #004489;
            margin-left: 20px;
            color: #fff;
        }
        .topnav.responsive .dropdown {
            float: none;
        }
        .topnav.responsive .dropdown-content {
            position: relative;
            background-color: #eee;
            border-top: 0;
            box-shadow: none;
        }
        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }    
        .subnavbar span {
            line-height: 22px;
            width: 100%;
            display: block;
            float: left;
            padding: 0;
            font-size: 14px;
        }

        .form-container input#postcode {
            width: 40%;
        }
        .form-container input#huisnummer {
            width: 50%;
        }

        section .column,
        .contact .column {
            width: 100%;
        }

        .contact table {
            width: 100%;
            max-width: none;
            margin-top: 25px;
        }

        .btnContactContainer {
            margin-right: 0;
        }
        
        video {
            width: 100%;
        }

		
    }