:root {

    /*oranje-blauw thema start */
    --lijnkleurthema: #ff8c00;
    /*oranje was #FF8c00*/
    --h1-koppenthema: #ff8c00;
    /* donker oranje*/
    --h3-koppenthema: #ff8c00;
    /* donker oranje*/
    --navibalkthema: #ff8c00;
    /* donker oranje*/
    --linkkleur1: #ff8c00;
    /* donker oranje*/
    --uspiconen: #ff8c00;
    /* donker oranje*/
    --selectorkoppen: #FF8c00;
    /* donker oranje*/
    --footerlijn: #FF8c00;
    /* donker oranje*/
    --breadcrumpicons: #FF8c00;
    /* donker oranje*/
    --assortimenthoofdletters: #FF8c00;
    /* donker oranje*/
    --actievetabkleur: #FF8c00;
    /* donker oranje*/
    --chevronkleur: #FF8c00;
    /* donker oranje*/
    --themakopkleur: #FF8c00;
    /* donker oranje*/
    --asideiconskleur: navy;
    /*oranje-blauw thema start */

    /*rood-blauw thema start */
    /* --lijnkleurthema:#f90023;  */
    /* --h1-koppenthema:#f90023;  */
    /* --h2-koppenthema:#f90023;  */
    /* --h3-koppenthema:#f90023;  */
    /* --navibalkthema:#f90023;  */
    /* --linkkleur1:#f90023;  */
    /* --uspiconen:#f90023;  */
    /* --selectorkoppen:#f90023;  */
    /* --footerlijn:#f90023;  */
    /* --breadcrumpicons:#f90023;  */
    /* --assortimenthoofdletters:#f90023;  */
    /* --actievetabkleur:#f90023;  */
    /* --chevronkleur:navy;  */
    /* --themakopkleur:#f90023;  */
    /*rood-blauw thema einde */
}

aside.sidebar .rounded-white-box .fa {
    font-size: 14px;
    color: var(--asideiconskleur);
}

.product_kopnaam {
    color: var(--h1-koppenthema);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}

.selecteer_tekst {
    color: var(--h2-koppenthema);
}

.themakopkleur {
    color: var(--themakopkleur);
}

.uspiconenkleur {
    color: var(--uspiconen);
}

.chevronkleur {
    color: var(--chevronkleur);
}

.absolute {
    position: absolute
}

.absolute-right {
    right: 0
}

.absolute-top {
    top: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.hide {
    display: none
}

.inline {
    display: inline
}

.invisible {
    visibility: hidden
}

.remove-last-bottom > * :last-child {
    margin-bottom: 0 !important
}

.remove-bottoms > li {
    margin-bottom: 0 !important
}

img[src=""] {
    display: none
}

.disabled, input[disabled] {
    opacity: 0.5
}

pre, .pre {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block !important;
    padding: 10px !important;
    margin: 0 0 10.5px !important;
    font-size: 11px !important;
    line-height: 14px !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
    white-space: pre !important;
    white-space: pre-wrap !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    color: #000 !important
}

.table {
    width: 100%;
    max-width: 100%
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDD
}
/*
.table tbody tr:nth-child(odd) {
    background-color: #F9F9F9
}

.table tbody tr:hover {
    background-color: #F5F5F5
}
*/

.table tbody tr.active td {
    font-weight: bold
}

.table tbody tr.active a {
    font-weight: bold
}

.table tbody td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #DDD
}

body {;
    font-family: 'Open Sans', sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
color: var(--h1-koppenthema);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a {
    font-weight: inherit;
    text-decoration: none
}

.h1, .h2, .h3, .h4 {
    display: block
}


p {
    margin: 0 0 20px
}

p img {
    margin: 0
}

em {
    font-style: italic
}

b, strong, .bold, .strong {
    font-weight: 600 !important
}

small {
    font-size: 80%
}

blockquote, blockquote p {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a, blockquote cite a:visited {
    color: #555
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 15px;
    height: 0
}

[data-event="scroll-to-anchor"] {
    cursor: pointer
}

a, a:visited {
    color: var(--linkkleur1);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

a:focus, a:hover, a:visited:focus, a:visited:hover {
    cursor: pointer;
    text-decoration: underline
}

a.clean, a:visited.clean {
    color: #444
}

ul, ol {
    margin: 0 0 20px;
    padding: 0
}

ul ul, ul ol, ol ul, ol ol {
    margin: 4px 0 5px 30px;
    font-size: 90%
}

ul ul li, ul ol li, ol ul li, ol ol li {
    margin-bottom: 6px
}

ul {
    list-style: none outside
}

ul.unstyled, ul.check {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside
}

ul.square, ul.circle, ul.disc {
    margin-left: 30px
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside
}

ul.large li {
    line-height: 21px
}

ul.check li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px
}

ul.check .fa-check {
    color: #FF8c00;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px
}

ul.check.green {
    color: navy;
}

ul.check.green .fa-check {
    color: navy;
}

ol {
    list-style: decimal;
    margin-left: 30px
}

li {
    line-height: 18px;
    margin-bottom: 12px
}

li p {
    line-height: 21px
}

form {
    margin-bottom: 0 !important
}

fieldset {
    margin-bottom: 20px
}

input, select, button, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*input[type="text"], input[type="search"], input[type="tel"], input[type="date"], input[type="password"], input[type="number"], input[type="email"], textarea, select, .select-wrapper {
    display: inline-block;
    padding: 0 8px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #D9D9D9;
    -webkit-appearance: none;
    line-height: normal;
    outline: none;
    color: #000;
    margin: 0 0 2px;
    background-color: #FFF;
    pointer-events: all;
    z-index: 1;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial
}
*/

input[type="text"].full-width, input[type="search"].full-width, input[type="tel"].full-width, input[type="date"].full-width, input[type="password"].full-width, input[type="number"].full-width, input[type="email"].full-width, textarea.full-width, select.full-width, .select-wrapper.full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center
}

input[type="text"].full, input[type="search"].full, input[type="tel"].full, input[type="date"].full, input[type="password"].full, input[type="number"].full, input[type="email"].full, textarea.full, select.full, .select-wrapper.full {
    width: 100%
}

input[type="text"].small, input[type="search"].small, input[type="tel"].small, input[type="date"].small, input[type="password"].small, input[type="number"].small, input[type="email"].small, textarea.small, select.small, .select-wrapper.small {
    width: 180px !important
}

input[type="text"].high, input[type="search"].high, input[type="tel"].high, input[type="date"].high, input[type="password"].high, input[type="number"].high, input[type="email"].high, textarea.high, select.high, .select-wrapper.high {
    height: 40px
}

input[type="text"].extra-small, input[type="search"].extra-small, input[type="tel"].extra-small, input[type="date"].extra-small, input[type="password"].extra-small, input[type="number"].extra-small, input[type="email"].extra-small, textarea.extra-small, select.extra-small, .select-wrapper.extra-small {
    width: 90px !important
}

input[type="text"].xxs, input[type="search"].xxs, input[type="tel"].xxs, input[type="date"].xxs, input[type="password"].xxs, input[type="number"].xxs, input[type="email"].xxs, textarea.xxs, select.xxs, .select-wrapper.xxs {
    width: 60px !important
}

input[type="text"]:disabled, input[type="text"] .disabled, input[type="search"]:disabled, input[type="search"] .disabled, input[type="tel"]:disabled, input[type="tel"] .disabled, input[type="date"]:disabled, input[type="date"] .disabled, input[type="password"]:disabled, input[type="password"] .disabled, input[type="number"]:disabled, input[type="number"] .disabled, input[type="email"]:disabled, input[type="email"] .disabled, textarea:disabled, textarea .disabled, select:disabled, select .disabled, .select-wrapper:disabled, .select-wrapper .disabled {
    background-color: #e6e6e6;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50)
}

input[type="text"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="email"]:focus, textarea:focus, select:focus, .select-wrapper:focus {
    box-shadow: 0 0 5px #B8D1EF;
    -webkit-box-shadow: 0 0 5px #B8D1EF;
    -moz-box-shadow: 0 0 5px #B8D1EF
}

input[type="text"].valid, input[type="search"].valid, input[type="tel"].valid, input[type="date"].valid, input[type="password"].valid, input[type="number"].valid, input[type="email"].valid, textarea.valid, select.valid, .select-wrapper.valid {
    content: "\f00c"
}

input[type="text"].error, input[type="search"].error, input[type="tel"].error, input[type="date"].error, input[type="password"].error, input[type="number"].error, input[type="email"].error, textarea.error, select.error, .select-wrapper.error {
    border-color: #ec3505;
    background-color: #fff6f6;
    color: #000
}

input[type="text"].success, input[type="search"].success, input[type="tel"].success, input[type="date"].success, input[type="password"].success, input[type="number"].success, input[type="email"].success, textarea.success, select.success, .select-wrapper.success {
    border-color: navy;
    ;
    background-color: #e5f8e5;
    color: #000
}

textarea {
    min-height: 60px;
    padding: 8px
}

select, .select {
    font-size: 12px;
    padding: 0 10px;
    background-color: transparent;
    width: 300px;
    height: 32px;
    width: 320px \9;
    margin-bottom: 0;
    border: 0;
    line-height: 30px
}

select::-ms-expand, .select::-ms-expand {
    display: none
}

.select-wrapper {
    width: 300px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    position: relative
}

.select-wrapper .fa {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px 8px;
    pointer-events: none;
    font-size: 12px
}

.select-wrapper label.error {
    right: 2px;
    top: -3px
}

.input-wrapper {
    display: inline;
    position: relative
}

label, legend {
    display: block;
    font-weight: 600;
    font-size: 13px;
    float: left;
    line-height: 30px
}

label span, legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444
}

label.label-block, legend.label-block {
    width: 100% !important;
    cursor: pointer
}

label.error, legend.error {
    display: none !important;
    padding: 0 2px;
    font-size: 10px;
    background-color: #fff;
    color: #b44646;
    line-height: normal;
    position: absolute;
    left: 5px;
    top: -16px !important;
    text-align: left !important;
    font-weight: normal;
    width: 100% !important
}

label:empty, legend:empty {
    width: 1px;
    height: 1px
}

input[type="checkbox"] {
    display: inline
}

.autopos {
    margin-left: 240px
}

.small-autopos {
    margin-left: 150px
}

.label-xs label {
    width: 135px
}

.success {
    color: #8BC11E
}

.success:hover, .success:active, .success:focus {
    color: #8BC11E
}

.danger {
    color: #b44646
}

img {
    max-width: 100%;
    height: auto
}

.clear {
    clear: both
}

.margin-sides {
    margin: 0 10px
}

.quarter-top {
    margin-top: 5px !important
}

.quarter-right {
    margin-right: 5px !important
}

.quarter-bottom {
    margin-bottom: 5px !important
}

.quarter-left {
    margin-left: 5px !important
}

.add-top-negative {
    margin-top: -20px
}

.block {
    display: block
}

.mb-35 {
    margin-bottom: 35px
}

form {
    position: relative
}

.hide-important {
    display: none !important
}

.hidden {
    display: none
}

.border-top {
    border-top: 1px solid #ccc;
    padding-top: 20px
}

.border-top h4 {
    margin-bottom: 0
}

.remove-decoration {
    text-decoration: none !important
}

.remove-decoration:hover {
    text-decoration: none !important
}

.fa-spin {
    -webkit-filter: blur(0)
}

.transparent-50 {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    pointer-events: none
}

.smaller-font {
    font-size: 90%
}

.one-third.column {
    position: relative;
    float: left;
    width: 31.33%;
    margin-left: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alpha {
    margin-left: 0 !important
}

.display-table {
    display: table
}

.line-through {
    text-decoration: line-through
}

.custom-padding {
    padding: 10px
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888;
    opacity: 1
}

::-moz-placeholder {
    color: #888;
    opacity: 1
}

:-ms-input-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #999 !important
}

#wrapper {
    min-height: 100%;
    position: relative
}

.container {
    max-width: 1060px !important
}

header {
    position: relative
}

header.fixed .target {
    position: fixed;
    top: -110px;
    left: 0;
    width: 100%;
    margin-top: 110px;
    -webkit-transition: margin-top .5s;
    -moz-transition: margin-top .5s;
    -ms-transition: margin-top .5s;
    -o-transition: margin-top .5s;
    transition: margin-top .5s;
    box-shadow: 0 1px 2px rgba(181, 181, 181, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(181, 181, 181, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(181, 181, 181, 0.5);
    z-index: 1250
}

header.fixed .target .toggle-menu-bar {
    display: block
}

header.fixed .target .logo {
    margin: 13px 0 0
}

header.fixed .target .logo a {
    width: 172px
}

header.fixed .target .top {
    height: 65px;
    z-index: 750
}

header.fixed .target .top .search-form {
    margin: 10px 0 0 !important
}

header.fixed .target .top .account-menu {
    margin: 15px 0 0
}

header.fixed .target .top .data-output {
    top: 65px
}

header.fixed .target .menu {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    z-index: 700;
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -ms-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s
}

header.fixed .target .menu.open {
    top: 65px;
    -webkit-transition: top .25s;
    -moz-transition: top .25s;
    -ms-transition: top .25s;
    -o-transition: top .25s;
    transition: top .25s
}

header.fixed .target .toggle-menu {
    top: 15px
}

header.fixed.on-product-page .target {
    box-shadow: 0 0 0 rgba(181, 181, 181, 0.5);
    -webkit-box-shadow: 0 0 0 rgba(181, 181, 181, 0.5);
    -moz-box-shadow: 0 0 0 rgba(181, 181, 181, 0.5)
}

header.fixed.on-product-page .target .menu {
    height: 65px
}

header.fixed.on-product-page .target .toggle-menu-bar {
    display: none
}

header.fixed .on-fixed {
    margin-top: 65px;
    -webkit-transition: margin-top .5s;
    -moz-transition: margin-top .5s;
    -ms-transition: margin-top .5s;
    -o-transition: margin-top .5s;
    transition: margin-top .5s
}

header:not(.homepage) {
    margin-bottom: 20px
}

header .top {
    position: relative;
    width: 100%;
    height: 74px;
    background: #f2f2f2;
    background-image: url('/images/bokeh_background.jpg');
    background-size: cover;
    z-index: 550;
    border-bottom: 2px solid var(--lijnkleurthema);
}

header .logo {
    position: relative;
    display: inline-block;
    margin: 17px 0 0;
    z-index: 7
}

header .logo a {
    display: block;
    width: 200px;
    height: 40px
}

header .toggle-menu-bar {
    display: none;
    float: right;
    width: 110px;
    height: 40px;
    margin: 12px 0 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

header .toggle-menu-bar .fa {
    margin-left: 3px
}

header .toggle-menu-bar:hover {
    text-decoration: underline
}

header .search-form {
    display: inline-block;
    max-width: 325px;
    width: 100%;
    margin: 15px auto 0 !important
}

header .search-form .fa-refresh {
    position: absolute;
    top: 14px;
    right: 45px;
    font-size: 18px;
    color: #626262;
}

header .search-form input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    line-height: normal;
    margin: 0;
    font-size: 13px;
    border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px
}

header .search-form input::-ms-clear {
    display: none
}

header .search-form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 12px 14px;
    font-size: 18px;
    color: #626262;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80)
}

header .account-menu {
    float: left;
    width: 100%;
    margin: 20px 0 0
}

header .account-menu li {
    position: relative;
    display: inline-block
}

header .account-menu li.left {
    margin: 0 0 0 30px
}

header .account-menu li.left-extra {
    margin: 0 0 0 45px
}

header .account-menu li a {
    display: block;
    padding: 8px 0;
    color: #444;
    text-decoration: none;
    font-size: 13px
}

header .account-menu li a .fa {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: bottom
}

header .account-menu li a .fa.fa-angle-down {
    margin-left: 4px;
    font-size: 13px;
    vertical-align: baseline
}

header .account-menu li a:hover {
    color: #444;
    text-decoration: underline
}

header .account-menu li ul {
    display: none;
    position: absolute;
    top: -5px;
    left: -16px;
    width: 180px;
    margin: 0;
    padding: 7px 0;
    font-size: 100%;
    z-index: 800;
    border: 1px solid #d9d9d9;
    border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
}

header .account-menu li ul li {
    display: block;
    margin: 0
}

header .account-menu li ul li a {
    padding: 5px 15px;
    color: #444;
    border-right: 0 !important
}

header .account-menu li:hover ul {
    display: block;
    background-color: #fff
}

header nav.menu {
    position: relative;
    background-image: url('/images/bokeh_background.jpg');
    background-size: cover;
}

header nav.menu[data-status="hovered"] [data-event="trigger-product-menu"] {
    z-index: 1250 !important
}

header nav.menu[data-status="hovered"] [data-event="trigger-product-menu"] a {
    /*background-color: #FF8c00;*/
    /*background-color:#FF8c00;*/
    background-color: var(--navibalkthema);
}

header nav.menu ul.main-menu-view {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
}

header nav.menu ul.main-menu-view li.main-menu-item {
    float: left;
    position: relative;
    margin-bottom: 0;
}

/* deze zet de home tab uit in het menu bovenin nog aanpassen
header nav.menu ul.main-menu-view li.main-menu-item:first-child {
    display: none
}
*/
header nav.menu ul.main-menu-view li.main-menu-item a {
    display: block;
    position: relative;
    height: 45px;
    padding: 14px 27px 13px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    /*background-color:var(--navibalkthema);*/
}

header nav.menu ul.main-menu-view li.main-menu-item a:hover {
    color: #fff;
    font-weight: bold;
    /*background-color:#FF8c00;*/
    background-color: var(--navibalkthema);
    text-shadow: 0px 0px 8px #fff;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header nav.menu ul.main-menu-view li.main-menu-item a:focus, header nav.menu ul.main-menu-view li.main-menu-item a:hover, header nav.menu ul.main-menu-view li.main-menu-item a:visited:focus, header nav.menu ul.main-menu-view li.main-menu-item a:visited:hover {
    color: #fff !important
}

header nav.menu ul.main-menu-view li.main-menu-item[data-event="trigger-product-menu"] a {
    font-weight: bold;
}

header nav.menu ul.main-menu-view li.main-menu-item[data-event="trigger-product-menu"] a .fa {
    font-size: 8px;
    vertical-align: middle;
    line-height: 12px
}

header nav.menu ul.main-menu-view li.main-menu-item[data-event="trigger-product-menu"] a:hover {
    /*background-color:#FF8c00;*/
    background-color: var(--navibalkthema);
}

header nav.menu ul.main-menu-view li.main-menu-item ul.main-menu-sub-view {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 160px;
    margin: 0;
    padding: 5px 0;
    font-size: 100%;
    /*background-color: #FF8c00;*/
    background-color: var(--navibalkthema);
    z-index: 100;
}

header nav.menu ul.main-menu-view li.main-menu-item ul.main-menu-sub-view li.main-menu-sub-item {
    display: block;
    margin: 0;
}

header nav.menu ul.main-menu-view li.main-menu-item ul.main-menu-sub-view li.main-menu-sub-item a {
    height: auto;
    padding: 8px;
    font-size: 13px;
}

header nav.menu ul.main-menu-view li.main-menu-item:hover ul.main-menu-sub-view {
    display: block;
}

header .header-usp {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    z-index: 80;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #FFFFFF), color-stop(1, #F0EDF0));
    background: -o-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: -moz-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: -ms-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: linear-gradient(to top, #FFFFFF 25%, #F0EDF0 100%);
    border-bottom: solid 1px navy;
}

header .header-usp ul.usp-view {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    margin: 0;
}

header .header-usp ul.usp-view li.usp-item {
    margin: 0;
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #777;
}

header .header-usp ul.usp-view li.usp-item .fa {
    margin: 0 3px;
    font-size: 14px;
    color: navy;
}

header .header-usp ul.usp-view li.usp-item p {
    display: inline;
    margin: 0;
}

header .on-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -57px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 100;
    -webkit-transition: margin-top 0s;
    -moz-transition: margin-top 0s;
    -ms-transition: margin-top 0s;
    -o-transition: margin-top 0s;
    transition: margin-top 0s
}

header .on-fixed .product-fixed-header-title img {
    float: left;
    margin: 8px 15px 8px 0
}

header .on-fixed .product-fixed-header-title p {
    float: left;
    width: 75%;
    line-height: 20px
}

header .on-fixed .product-fixed-header-title p.h4 {
    margin-top: 9px;
    color: #444
}

header .on-fixed .product-fixed-header-title p.add-top {
    margin-top: 19px !important
}

header .on-fixed .product-fixed-header-title p a {
    text-decoration: none
}

header .on-fixed .product-fixed-header-title p a:hover {
    text-decoration: underline
}

header .on-fixed .product-fixed-header-actions p {
    margin-top: 19px;
    line-height: 20px;
    text-align: right
}

header .on-fixed .product-fixed-header-actions p a {
    margin-left: 30px;
    color: #444;
    text-decoration: none
}

header .on-fixed .product-fixed-header-actions p a .fa, header .on-fixed .product-fixed-header-actions p a .fal {
    margin-right: 5px;
    color: navy;
    ;
    vertical-align: middle
}

header .on-fixed .product-fixed-header-actions p a .fa.fa-phone {
    font-size: 17px
}

header .on-fixed .product-fixed-header-actions p a .fa.fa-commenting {
    margin-top: -4px
}

header .on-fixed .product-fixed-header-actions p a:hover {
    text-decoration: underline
}

.mobile-menu-target {
    display: none
}

.product-menu-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    top: 45px;
    left: 68px;
    /* deze bepaalt de linkerkant van het dropdownmenu*/
    z-index: 1250
}

.product-menu-dropdown.open {
    display: block
}

.product-menu-dropdown .pmd-category-view {
    float: left;
    width: 15%;
    margin: 0;
    padding: 10px 0;
    border-right: 1px solid #e4e4e4;
    background-color: #fff;
    list-style: none
}

.product-menu-dropdown .pmd-category-view .pmd-category-item {
    margin: 0
}

.product-menu-dropdown .pmd-category-view .pmd-category-item a.pmd-category-link {
    display: block;
    position: relative;
    padding: 8px 28px;
    color: #444;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.product-menu-dropdown .pmd-category-view .pmd-category-item a.pmd-category-link .fa {
    display: none;
    position: absolute;
    top: 10px;
    right: 20px
}

.product-menu-dropdown .pmd-category-view .pmd-category-item:hover .pmd-category-content {
    display: block
}

.product-menu-dropdown .pmd-category-view .pmd-category-item:hover a.pmd-category-link {
    /*background-color: #FF8c00;*/
    background-color: var(--navibalkthema);
    color: #fff
}

.product-menu-dropdown .pmd-category-view .pmd-category-item:hover a.pmd-category-link .fa {
    display: block
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    background-color: #fff;
    border-left: 1px solid #e4e4e4
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content h2, .product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .h2 {
    margin-bottom: 15px
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .container.padded {
    padding: 25px 20px
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content .category-content-view {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content .category-content-view .category-content-item {
    margin: 0;
    padding: 0;
    line-height: 24px
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content .category-content-view .category-content-item .category-content-link {
    display: inline-block;
    width: 100%;
    padding: 1px 0;
    color: #444;
    font-size: 13px
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content .category-content-view .category-content-item .category-content-link .fa {
    float: left;
    margin: 1px 8px 0 0;
    color: #d8d8d8;
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content .category-content-view .category-content-item .category-content-link .display {
    display: table;
    width: 93%;
    table-layout: fixed;
    line-height: 16px;
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content .category-content-view .category-content-item .category-content-link .display .product-label {
    display: inline-block;
    margin-left: 3px;
    padding: 1px 3px;
    background-color: navy;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: text-top;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content .category-content-view .category-content-item .category-content-link:hover {
    text-decoration: none
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content .category-content-view .category-content-item .category-content-link:hover .dec {
    text-decoration: underline
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content .category-content-view .category-content-item .category-content-link:hover .product-label {
    text-decoration: none
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content.no-products-found .telephone {
    display: none
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content.no-products-found .no-results-view {
    margin: 10px 0 0
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content.no-products-found .no-results-image {
    margin-top: 10px
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content.content-offers {
    margin-top: 30px
}

.product-menu-dropdown .pmd-category-view .pmd-category-item .pmd-category-content .content.content-offers .h2 {
    margin-bottom: 0
}

.product-menu-dropdown .category-content-preview .image {
    margin-bottom: 8px;
    text-align: center
}

.product-menu-dropdown .category-content-preview .title {
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.product-menu-dropdown .category-content-preview .desc {
    font-size: 12px;
    line-height: 18px;
    color: #626262
}

.darken, .darken-extra {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
    z-index: 500;
    opacity: 0.4
}

.darken-extra {
    z-index: 1000
}

.view-row {
    float: left;
    width: 100%
}

/* /////////////////////COOKIE NOTICE   */
.cookie-notice {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    background-color: #f8f8f8;
    color: #444;
    text-align: center;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    z-index: 200
}

.cookie-notice .cookie-notice-text {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #444
}

.cookie-notice .cookie-notice-close {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 4px 14px
}

p.lineheight_18 {
    line-height: 18px;
    margin-bottom: 20px
}

.half-box {
    width: 47%;
    margin-right: 6%;
    float: left
}

.half-box:last-of-type {
    margin-right: 0
}

.half-box p:last-of-type {
    margin-bottom: 0
}

.sixty-box {
    width: 52%;
    margin-right: 6%;
    float: left
}

.fourty-box {
    width: 42%;
    float: left
}

.fourty-box img {
    margin-bottom: 10px
}

.third-box {
    width: 33.3%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.full-width {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search {
    max-width: 100% !important
}

.search input {
    max-width: 100%
}

.search .fa-search {
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 10px;
    pointer-events: none
}

.fader {
    margin-bottom: 0 !important
}

.fader li, .fader p {
    margin-bottom: 0 !important
}

table th, table td {
    text-align: left
}

table th[align=right], table td[align=right] {
    text-align: right
}

table th[align=center], table td[align=center] {
    text-align: center
}

table th {
    font-weight: 700
}

table .large td {
    font-size: 18px !important
}

table .subtotal td {
    padding: 10px 0
}

table .va-middle td {
    vertical-align: middle
}

table[border="1"] {
    border: 1px solid #CCC
}

table[border="2"] {
    border: 1px solid red
}

table[border="3"] {
    border: 1px solid green
}

table[border="1"] td, table[border="2"] td, table[border="3"] td {
    vertical-align: middle
}

table[border="1"] tr:hover td, table[border="2"] tr:hover td, table[border="3"] tr:hover td {
    background-color: #E5F8E5
}

.text-danger {
    color: #F58220
}

.to-top-button {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 100;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transition-property: margin-bottom
}

.quarter-box {
    position: relative;
    float: left;
    width: 23.5%;
    margin-right: 1.5%
}

.quarter-box:last-of-type {
    margin-right: 0
}

.white-box {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.white-box.extra-padding {
    padding: 25px
}

.product-badge {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: navy;
    ;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.product-badge.large {
    width: 100px;
    height: 100px;
    line-height: 100px;
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.product-badge.large i {
    font-size: 40px;
    font-style: normal;
    display: block;
    padding-top: 10px
}

.product-badge.product-badge-medium {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.product-badge span {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    letter-spacing: 0
}

.sort {
    float: right;
    padding: 40px 10px 0
}

.sort .fa {
    font-size: 20px;
    padding: 0 5px;
    text-decoration: none;
    color: #baa4cd
}

.sort .fa:hover, .sort .fa:focus {
    color: #6e4d8b
}

.sort .fa.active {
    color: #8863A8
}

.sub-products .grid-item > a {
    clear: both
}

.full {
    width: 100% !important
}

article.product .tabs > ul:first-child, article .tabs > ul:first-child {
    margin-bottom: 10px
}

.hide {
    display: none !important
}

article.thirteen.columns.link-away a:hover {
    text-decoration: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #f5f5f5;
}

.wittetekst {
    color: #fff;
}

.witteachtergrond {
    background-color: #fff;
    border: solid 1px #ebebeb;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    /*margin-bottom: 20px;
    padding: 20px;
    position: relative;
    width: 100%;
    padding: 0;*/
    /*-webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
    -moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
    box-shadow: 0px 0px 5px 1px #c9c9c9;
    */
}

.padding10 {
    padding: 10px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: bold
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0
}

.container:after, .row:after, .clearfix, .cf {
    content: "";
    display: table;
    clear: both;
    table-layout: fixed
}

.cf {
    width: 100%
}

.alpha {
    margin-left: 0
}

.omega {
    margin-right: 0
}

.right {
    float: right
}

.left {
    float: left
}

@media (min-width: 1000px) {
    .container {
        width: 100%
    }
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.list-cleared {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    content: "";
    display: table;
    clear: both;
    table-layout: fixed;
    width: 100%
}

.clean {
    padding: 0;
    margin: 0
}

/* BREADCRUMB ARTIKELPAGINAS */
.breadcrumb_artikelpagina {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    border: solid navy 1px;
    height: 40px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #FFFFFF), color-stop(1, #F0EDF0));
    background: -o-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: -moz-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: -ms-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: linear-gradient(to top, #FFFFFF 25%, #F0EDF0 100%);
}

.breadcrumb_artikelpagina li {
    float: left;
    margin: 0 5px 0 0
}

.breadcrumb_artikelpagina li .fa {
    color: var(--breadcrumpicons);
}

.breadcrumb_artikelpagina li a {
    display: inline-block;
    margin-right: 5px;
    color: #444;
    text-decoration: none
}

.breadcrumb_artikelpagina li a.current {
    text-decoration: underline
}

.breadcrumb_artikelpagina li a:hover {
    text-decoration: underline
}

.breadcrumb_artikelpagina li:last-child .fa {
    display: none
}

/* KOPPEN BOVENIN */
.faq-text h1 {
    margin-bottom: 0;
    padding-left: 18px;
    line-height: 30px;
    color: var(--h1-koppenthema);
}

.faq-text h2 {
    font-size: 16px;
    padding-left: 18px;
    color: #949494;
    color: navy;
}

/* FOOTER CSS */
footer {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    color: #444;
    text-align: left;
}

footer .bg {
    padding: 40px;
    background-color: #f8f8f8;
}

footer h3, footer .h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: navy;
    margin: 0;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

footer h3 a, footer .h3 a {
    font-weight: inherit;
    text-decoration: none;
}

footer .footer-column ul {
    margin: 0 0 20px;
    list-style: none;
}

footer .footer-column ul li {
    margin: 0 0 5px;
}

footer .footer-column ul li a {
    color: #444 !important;
    text-decoration: none;
}

footer .footer-column ul li a:hover {
    text-decoration: underline;
}

.footerboxen {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #FFFFFF), color-stop(1, #F0EDF0));
    background: -o-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: -moz-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: -ms-linear-gradient(top, #FFFFFF 25%, #F0EDF0 100%);
    background: linear-gradient(to top, #FFFFFF 25%, #F0EDF0 100%);
}

.footerbase {
    border-top: var(--footerlijn) 6px solid;
    color: #fff;
    background-image: url('/images/bokeh_background.jpg');
    background-size: cover;
}

.social__list {
    padding-top: 5px;
}

.social__link {
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
}

.social__link::before {
    margin-right: 10px;
}

.social__link::before {
    content: "";
    margin-right: 8px;
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('/images/social-icons.svg');
    background-repeat: no-repeat;
    background-size: 34px 412px;
}

.social__link--facebook::before {
    background-position: 0 0;
}

.social__link--twitter::before {
    background-position: 0 -33px;
}

.social__link--googleplus::before {
    background-position: 0 -99px;
}

.social__link--youtube::before {
    background-position: 0 -268px;
}

.social__link--linkedin::before {
    background-position: 0 -66px;
}

.social__link--pinterest::before {
    background-position: 0 -202px;
}

.social__link--instagram::before {
    background-position: 0 -236px;
}

.social__link#Issuu::before, .social__link#issuu::before {
    background-position: 0 -302px;
}

.social__link--web::before {
    background-position: 0 -335px;
}

.ourservice-block {
    background: none;
    border-right: 1px solid navy;
    padding: 22px 10px 20px;
    margin-bottom: 0;
}

.ourservice-block.last {
    border: 0;
}

.ourservice-block .ourservice-content {
    min-height: 65px;
}

.ourservice-block p {
    margin-bottom: 0;
    text-align: center;
}

.ourservice-block h4 {
    color: #353535;
    margin: 12px 0 10px;
    font-size: 17px;
    font-weight: 700;
}

/* EINDE FOOTER CSS */
