/*algemeen*/
* {
    margin: 0;
    padding:0;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;    
    *behavior: url("../include/boxsizing.htc");
    outline: none;
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #8b8d92;
    background:  #ececec; 
}
body.overflow {
    overflow-x: hidden;
    overflow-y: hidden;
}
.full-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -68px;
}
.push {
    height: 68px; 
}
h1{
    color: #3f4950;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h2{
    margin-bottom: 20px; 
}
h2, 
h2 a{
    font-size: 23px;
    line-height: 26px;
    font-weight: normal;
    text-decoration: none;
    /*display: inline-block;*/
    color: #3f4950;
}
h3,
h3 a{    
    color: #010101;
    font-size: 20px;
    line-height:23px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: normal;
    text-decoration: none;
}
h4 {

}

h2 a:hover,
h3 a:hover{
    color:#268ab8;
    text-decoration: underline;
}
h2 a:hover{
    text-decoration: none !important;
}
.title-lines{
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.title-lines:before {  
    content: "";  
    display: block;  
    border-top: 4px double #dddddd;
    width: 100%;  
    height: 1px;  
    position: absolute;  
    top: 50%;  
    z-index: 1;  
}  

.title-lines span {  
    background:  #fff; 
    padding: 0 20px;  
    position: relative;  
    z-index: 5;  
}  
a {
    color:#2ec0c1;
    text-decoration: underline;
}
a:hover{
    color:#30cccd;
}
hr{
    border: none;
    width: 100%;
    background: #d5dde0;
    height: 1px;
    margin: 35px 0;
}
hr.small{
    background: #d5dde0;
    margin: 15px 0;
}
a img{
    border: none;
}
p{
    line-height: 25px;
    margin-bottom: 20px;
}
button {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.hide{
    display: none;
}
table{
    border-collapse: collapse;
    width: 100%;
    color: #626870;
    border: 1px solid #d0d0d0;
    margin-bottom: 30px;
}
table tr th{
    background: #d6deeb;
    border-right: 1px solid #b1b9c5; 
    border-bottom: 1px solid #b1b9c5; 
    border-top: 1px solid #b1b9c5;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}
table tr:first-of-type th {
    border-left: 1px solid #b1b9c5;
}
table tr th, table tr td{
    padding: 15px;
    text-align: center;
}
table tr td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background: #fff;
    font-size: 14px;
    text-align: left;
}
table.offertelijnen tr td {
    text-align: center
}
table tr:last-of-type td {
    border-bottom: none;
}
table .notlast tr:last-of-type td {
    border-bottom: 1px solid #d0d0d0;
}
table tr td:last-child {
    border-right: none;
}
.tbl tr td{
    border-bottom: 1px solid #d5dde0;
}
.tbl tr:last-child td{
    border-bottom:  none;
}
.tbl tr td:first-child{
    padding-left: 0;
}
table tr td a {
    display: block;
    font-size: 19px;
    color: #b4becf;
}
table tr td a:hover {
    color: #2ec0c1;
}
.tbl tr td .btn{
    margin: 0;
}
.tbl tr:first-child td{
    padding-top: 0 !important;
}

/*formulier*/
.form-row{
    overflow: hidden;
    clear:both;
    margin-bottom: 20px;
}
.form-row.visibleOverflow {
    overflow: visible;
}
.form-row.spaceTop {
    margin-top: 15px;
}
.form-row.checkbox {
    padding-top: 20px;
}
.form-row.last{
    margin: 0;
}
.form-row .lbl{
    /*width: 250px;*/
    float:left;
    margin-bottom: 5px;
}
.form-row .lbl.radio {
    margin-bottom: 13px;
}
.form-row .lbl.radiobutton {
    margin-bottom: 10px;
}
.form-row .lbl label span,
.accent{
    color:#2ec0c1;
}
.form-row .lbl .showInfo {
    margin-left: 10px;
}
.form-row .form-item{
    float:left;
    width: 100%;
}
.form-row .form-item .filled-in {
    font-family: sans-serif;
    font-size: 13px;
    color: grey;
}
/*.form-row .form-item .form-radio{*/
/*margin-right: 20px;*/
/*}*/
.form-row .form-item .form-btn{
    float: right;
}
.form-row .form-item .form-area.area-large{
    width: 475px;
}
.form-row .form-item .form-text.aantal{
    width: 30px;
}
input[type="text"],input[type="number"],input[type="password"],select,textarea{
    width: 100%;
    padding: 10px 5px;
    background: #d6deeb;
    border: 1px solid #d6deeb;
    /*color:#8b8d92;*/
    color: #3e4653;
    font-family: sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;

}
input[type="date"] {
    font-family: sans-serif;
    color: #8b8d92;
    background: #fff;
    padding: 5px 3px;
    border: 1px solid #d6deeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    max-width: 110px;
}

input[type="checkbox"] {
    margin-left: 2px;
    margin-right: 20px;
    background: #d6deeb;
}

.form-text-newsletter{
    border: 1px solid transparent !important;    
}
textarea{
    height: 100px;
}

input[type="text"]:focus,input[type="number"]:focus,select:focus,textarea:focus{
    background: #bfcde2;
    border: 1px solid #bfcde2;
}
input[type="submit"]:focus{
    outline: none;   
}
input[type="radio"] {
    margin: 2px 5px 0 2px;
    margin-right: 5px;
    margin-top: 2px;
    float: left;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#registratieform .btw-error-message{
    font-size: 12px;
    color: #EE5F5B;
}

#registratieform .btw-success-message{
    font-size: 12px;
    color: #06A438;
}

/*====================================================
ALERT
=====================================================*/
.alert{
    border: 1px solid #93c6df;
    margin-bottom: 10px;
    padding: 15px;
    background: #d9edf7;
    color: #3a87ad;
}
.alert.alert-succes{
    border: 1px solid #a3cb92;
    background: #d8f3cc;
    color: #6b8f5b;
}
.alert.alert-error{
    color: #b94a48;
    background: #f2dede;
    border: 1px solid #d39e9d;
}
/*STRUCTUUR */
.visible{
    visibility: visible !important;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.text-center{
    text-align: center;
}
.text-center img {
    display: block;
    width: 100%;
}
.clear{
    clear: both;
    overflow: hidden;
}
.span30{
    width: 33%;
}
.span20{
    width: 20%;
}
.span50{
    width: 48%;
}
.span70{
    width: 60%;
}
.span80{
    width: 70%;
}
.container{
    width: 960px;
    margin: 0 auto;
    /*position: relative;*/
}
.full-wrapper.home .container {
    position: relative;
}
/*====================================================
BREADCRUMB
=====================================================*/
.breadcrumb{
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: 0;
}

ul.breadcrumb {
    margin-left: 0;
}
.breadcrumb li{
    float: left;
    padding-right: 10px;
}
.breadcrumb li a{
    float: left;
}
.breadcrumb li .sep{
    float: right;
    padding-left: 10px;
}
.breadcrumb li:last-child .sep,
.breadcrumb li:first-child .sep{
    display: none;
}

/*====================================================
BUTtON
=====================================================*/
.btn{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    color:#fff;
    text-align: center;
    display: inline-block;
    padding: 9px 20px 8px 20px;
    cursor: pointer;
    text-decoration: none;
    background: #3e4653;
    margin:10px 0;
    border: none;
    font-size: 17px;
    -webkit-appearance:none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn.btn-small {
    margin: 5px 0 0 0;
    padding: 5px 10px 5px 9px;
    width: 100%;
    font-size: 14px;
}
.btn.btn-small.btn-50 {
    width: 45%;
}
.btn:hover{
    text-decoration: none;
    background: #656e7b;
    color:#fff;
}
.btn.noMarginTop {
    margin-top: 0;
}
.btn.margintop {
    margin-top: 23px;
}
.btn.btn-aqua{
    background: #2ec0c1;
}

.btn.btn-line{
    background: none;
    border: 2px solid #2ec0c1;
    box-shadow:  none;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.btn.not-active{
    background: #656e7b;
    color:#BFC1C4;
    cursor: default;
}

/*====================================================
PAGINATIE
=====================================================*/
.pagination {
    list-style: none;
    float: right;
    margin-top: 10px;
}
.pagination li {
    float: left;
}
.pagination li a{
    text-decoration: none;
    display: block;
    padding: 5px;
}
.pagination li a:hover {
    text-decoration: underline;
}
.pagination li.disabled a:hover {
    text-decoration: none;
    cursor: default;
}
/*====================================================
HEADER
=====================================================*/
.header {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 0 rgba(40,46,54,0.3);
    box-shadow: 0 1px 0 0 rgba(40,46,54,0.3);
    width: 100%;
}

.header .logo {
    padding: 10px 0;
    width: 235px;
    display: block;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header .userbox {
    float: right;
}

.userbox i {
    color: #2ec0c1;
}

.userbox ul {
    list-style: none;
}
.userbox ul li{
    position: relative;
}
.userbox ul li a{
    display: block;        
    padding: 44px 35px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.userbox ul ul {
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #fff;
    z-index: 999;
}

.userbox ul ul li {
    border-left: none;
    border-right: none;
    /*border-top: 1px solid #e0e0e0;*/
    /*padding: 30px;*/
    background-image: url("../images/lijntje.png");
    background-position: center top;
    background-size: 85% 1px;
    background-repeat: no-repeat;
}
.userbox ul ul li a {
    display: block;
    padding: 20px;
}
/*.userbox ul li:hover > ul {
    display: block;
}*/

.userbox ul li a, .userbox ul ul li a {
    text-decoration: none;
}

.userbox ul li a {
    color: #4c4c4c;     
}

/*====================================================
MENU
=====================================================*/
.menu-wrapper {
    background-color: #3e4653;
}

.menu {
    list-style: none;
}

.menu li {
    float: left;
    text-align: center;
    width: 11.28%;
    border-right: 1px solid #343b46;
}
.menu li.toggleMenu {
    display: none;
}
.menu li.large {
    width: 18.29%;
}
.menu li.first {
    border-left: 1px solid #343b46;
}
.menu li a {
    display: block;        
    padding: 20px 9px 16px 9px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
}
.menu li a:hover, .menu li.active a {
    border-bottom-color: #2ec0c1;
}
.menu li a.not-clickable:hover {
    border-bottom-color: transparent;
    cursor: default;
}

.menu li a i {
    font-size: 18px;
}
.menu li a span {    
    display: inline-block;
    font-style: normal;
    width: 20px;
    height: 20px;
    font-size: 14px;
    padding-top: 1px;
}
.menu li a span.stapnr {
    background: #9aa3b2;    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #3e4653;
}
/*====================================================
TABS - offertes/werkbons
=====================================================*/
.page-blok.no-margin-top {
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    margin-top: 0;
}
.tabs {
    margin-top: 30px;
}
.tabs a {
    text-decoration: none;
    color: #3f4950;
    background: none;
    padding: 15px;
    border: solid 3px #fff;
    border-bottom: none;
    border-left: none;
    display: block;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tabs a:first-child {
    border-left: solid 3px #fff;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
}
.tabs a:nth-last-child(2) {
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
}
.tabs a.active,
.tabs a:hover {
    background: #fff;
}
/*====================================================
BANNER
=====================================================*/
.banner-wrapper {
    padding: 25px 0;
    text-transform: uppercase;
    background: url('../images/banner-bg.png');
    background-size: cover;
}

.banner-wrapper h1 {
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 1px 0 #000;
    color: #fff;
    margin-bottom: 0;
}
/*====================================================
LANDINGSPAGINA
=====================================================*/
.home {
    text-align: center;
}
.center-logo {
    padding: 75px 0 100px;
}
.home h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.home p {
    color: #D1D2D3;
    display: inline-block;
    width: 65%;
    font-size: 13px;
    margin-bottom: 70px;
}
.stappen {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 75px;
}
.stappen img {
    display: block;
    width: 100%;
}
.callToBox {
    width: 90%;
    margin: 0 auto;
}
.callToBox h2 {
    float: left;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 30px;
}
.callToBox .btn {
    float: right;
    padding: 25px 50px;
    font-size: 15px;
    text-transform: uppercase;
}
.callToBox .btn:hover {
    background: #2eb0b3;
}
.callToBox .btn i {
    margin-left: 15px;
    color: #a6e0e2;
    font-size: 17px;
}

/*====================================================
MAIN
=====================================================*/
.main-content-text {
    width: 80%;
    margin: 40px auto;
    text-align: center;
    padding: 25px 10px 5px 10px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.main-content-text.full {
    width: 100%;;
    text-align: left;
    padding: 25px;
}
.main-content-text.recover {
    width: 40%;
    padding: 25px;
}
.main-content-text.error {
    color: #000000;
    background-color: #fdcdcd;
    border: solid 1px #b64d4d;
    margin-top: -20px;
}
.main-content-text.full .error,
.main-content-text.full .success {
    margin-top: 20px;
    width: 100%;
}
.main-content-text h2 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.main-content-text.success {
    color: #6b8f5b;
    background: #d8f3cc;
    border: 1px solid #a3cb92;
    margin-top: -20px;
}
.full-page {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url('../images/landingspagina-bg.png') no-repeat center center;
    background-size: cover;
}

.page-blok {
    background: #fff;
    padding: 25px;
    margin: 30px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-blok .part-title {
    margin-bottom: 25px;
}
/*====================================================
PRODUCTEN
=====================================================*/
.info-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.info-wrapper .info-blok {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 200px;
    margin-left: -250px;
    margin-top: -100px;
    background: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    display: none;
    z-index: 998;
}
.info-wrapper.materiaal .info-blok {
    margin-top: -86px;
    height: 175px;
}
.info-wrapper.model .info-blok {
    height: 120px;
    margin-top: -60px;
}
.info-wrapper .info-blok img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    max-height: 150px;
}
.info-wrapper .info-blok .pull-right {
    text-align: center;
}
.info-wrapper .info-blok.infokleurtype {
    height: 550px;
    margin-top: -275px;
}
.info-wrapper .info-blok.inforalkleurtype
{
    height: 250px;
    margin-top: -125px;
}

.info-wrapper .info-blok.infoboog {
    height: 700px;
    margin-top: -350px;
}
.info-wrapper .info-blok.infotussenregel {
    height: 325px;
    margin-top: -160px;
}
.info-wrapper .info-blok.inforalkleurtype.big {
    height: 400px;
    margin-top: -200px;
}
.info-wrapper .info-blok .info-blok-close {
    position: absolute;
    width: 26px;
    height: 26px;
    top: -13px;
    right: -10px;
    text-align: center;
    font-size: 21px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: #2ec0c1;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}
.item-wrapper {
    text-align: center;
}
.item-wrapper .item {
    display: inline-block;
    width: 29%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    text-decoration: none;
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease-in; /* For Safari 3.1 to 6.0 */
    transition:  all 200ms ease-in;
}
.item-wrapper.type {
    margin-top: 40px;
}
.item-wrapper.type .item {
    background: transparent;
}
/*IMAGE*/
.item-wrapper .item .item-image {
    position: relative;
}
.item-wrapper.type .item .item-image {
    padding-bottom: 30px;
}
.item-wrapper .item .item-image img {
    display: block;
    width: 100%;
}
.item-wrapper.type .item .item-image img {
    display: inline-block;
    width: auto;
}
.item-wrapper .item .item-image .item-image-checked {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    background: #2ec0c1;
    text-align: center;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 200ms ease-in; /* For Safari 3.1 to 6.0 */
    transition:  all 200ms ease-in;
}

/*BODY*/
.item-wrapper .item .item-body {
    padding: 30px;
}
.item-wrapper.type .item .item-body {
    background: #fff;
}
.item-wrapper .item .item-body .item-body-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #4d4d4d;
    margin-bottom: 10px;
    height: 40px;
    float: left;
    text-align: left;
    width: 80%;
}
.item-wrapper.model .item .item-body .item-body-title {
    height: 50px;
}
.showInfo {
    float: right;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #2ec0c1;
    text-align: center;
    padding-top: 1px;
    color: #fff;
    cursor: pointer;
}
.item-wrapper .item .item-body .item-body-text {
    margin-bottom: 25px;
    color: #9b9b9b;
}
.item-wrapper.model .item .item-body .item-body-text {
    height: 125px;
}
.item-wrapper .item .item-body .item-body-select:before {
    content: "Selecteer";
}
.item-wrapper .item .item-body .item-body-select {
    color: #2ec0c1;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.item-wrapper .item .item-body .item-body-select i {
    position: absolute;
    left: 25px;
    top: 12px;  
    -webkit-transition: opacity 200ms ease-in,left 200ms linear; /* For Safari 3.1 to 6.0 */
    transition:  opacity 200ms ease-in,left 200ms linear;
    font-size: 20px;
    opacity: 0;
}
.item-wrapper .item .item-body .item-body-select:hover {    
    padding-left: 20px;
}
.item-wrapper .item .item-body .item-body-select:hover > i {
    left: 40px;
    opacity: 1;
}

.item-wrapper .item .item-body .item-body-text ul li .onderdeel-kleur.kleurnul {
    background: #99ccff;
}
.item-wrapper .item .item-body .item-body-text ul li .onderdeel-kleur.kleureen {
    background: #66ff66;
}
.item-wrapper .item .item-body .item-body-text ul li .onderdeel-kleur.kleurtwee {
    background: #666600;
}
.item-wrapper .item .item-body .item-body-text ul li .onderdeel-kleur.kleurdrie {
    background: #006666;
}


/*ITEM-WRAPPER ACTIVE*/
.item-wrapper.active .item{
    cursor: default;
}
.item-wrapper.active .item:hover .item-body .item-body-select{
    padding-left: 0;    
}
.item-wrapper.active .item:hover .item-body .item-body-select i{
    left: 35px;
    opacity: 0;
}

/*ITEM ACTIVE*/
.item-wrapper.active .item.active {
    opacity: 1;
}
.item-wrapper.active .item.active .item-body-select {
    cursor: pointer;
}
.item-wrapper .item.active .item-body-select:before{
    content: "Opheffen";   
}
.item-wrapper .item.active .item-body .item-body-select{    
    background: #2ec0c1;
    color: #fff; 
}
.item-wrapper .item.active:hover .item-body .item-body-select{    
    padding-left: 0;
}
.item-wrapper .item.active .item-body .item-body-select i{    
    left: 35px;
    opacity: 0;
    -webkit-transition: none; /* For Safari 3.1 to 6.0 */
    transition:none;
}

/*ITEM-WRAPPER ACTIVE & ITEM ACTIVE*/
.item-wrapper.active .item.active .item-image .item-image-checked {
    opacity: 1;
}

/*====================================================
ONDERDELEN
=====================================================*/
.part-title {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    background: #3e4653;
}
.part-title .showInfo {
    float: none;
    display: inline-block;
}
.part-wrapper {
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
}
.part-wrapper .insprong {
    width: 97%;
    margin-left: 3%;
}
.part-wrapper .part .part-color-title {
    margin-bottom: 10px;
    color: #000;
}
.part-image img {
    display: block;
    width: 100%;
}
.part-wrapper .part.part-color {
    margin-bottom: 20px;
}

.part-wrapper .part .part-color-selection .part-color-choice {
    width: 15%;
    margin-left: 1.66%;
    float: left;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.part-wrapper .part-color .part-color-selection .part-color-choice.kleurnul {
    background: #99ccff;
}
.part-wrapper .part-color .part-color-selection .part-color-choice.kleureen {
    background: #66ff66;
}
.part-wrapper .part-color .part-color-selection .part-color-choice.kleurtwee {
    background: #666600;
}
.part-wrapper .part-color .part-color-selection .part-color-choice.kleurdrie {
    background: #006666;
}
.part-wrapper .part-color .part-color-selection .part-color-choice.kleurplus {
    background: #e7eaf0;
    color: #4d5563;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}


.knop-wrapper {
    margin-bottom: 45px;
}
.knoppen {
    width: 65%;
    margin: 0 auto;
}
.knoppen.submit {
    width: 100%;
    margin-left: -2.5%;
}
.knoppen.center {
    display: inline-block;
}
.knop-prev, .knop-next {
    width: 45%;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 25px 0;
}

.knop-prev {
    float: left;
}

.knop-next {
    float: right;
}

.knoppen.submit .knop-prev, .knoppen.submit .knop-next {
    display: inline-block;
    width: 22.5%;
    margin-left: 2.5%;
    float: left;

}
.tussenregel {
    width: 74%;
    float: left;
    margin-bottom: 25px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tussenregel .removeTussenregel {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background: #3e4653;
    color: #fff;
    font-size: 16px;
    display: block;
}
.tussenregel .tussenregel-titel {
    margin-bottom: 10px;
    color: #000;
}
.tussenregel .tussenregel-model{
    margin-bottom: 15px;
}

.tussenregel .tussenregel-nummer .tussenregel-titel {
    float: left;
    margin-right: 10px;
    padding-top: 8px;
}
.tussenregel .tussenregel-nummer input {
    width: 48%;
}
.tussenregel .tussenregel-model .modellen .model {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid transparent;
}
.tussenregel .tussenregel-model .modellen .model.selected,
.tussenregel .tussenregel-model .modellen .model:hover{
    border-color: #2ec0c1;
}
.tussenregel .tussenregel-model .modellen .model img {
    display: block;
    width: 100%;
}

.tussenregel .tussenregel-kleur .tussenregel-kleur-keuze {
    float: left;
    width: 50px;
    margin-right: 2.5%;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tussenregel .tussenregel-kleur .tussenregel-kleur-keuze.kleurnul {
    background: #99ccff;
}
.tussenregel .tussenregel-kleur .tussenregel-kleur-keuze.kleureen {
    background: #66ff66;
}
.tussenregel .tussenregel-kleur .tussenregel-kleur-keuze.kleurtwee {
    background: #666600;
}
.tussenregel .tussenregel-kleur .tussenregel-kleur-keuze.kleurdrie {
    background: #006666;
}

.tussenregelVoorbeeld {
    width: 25%;
    float: right;
}

.tussenregelVoorbeeld img {
    display: block;
    width: 100%;
}

.tussenregelVoorbeeld .btn {
    padding: 15px 0;
}
.registratie-wrapper {
    display: none;
    width: 100%;
    background: #fff;
    padding: 65px 0 150px 0;
}
.adres-first {
    margin-bottom: 10px;
}
.registratie-rechts {
    margin-top: 40px;
}

.booggegevens.hide {
    display: none;
}

.keuzeLijstBoven.hide, .keuzeRalBoven.hide {
    display: none;
}

.afleveradres.hide {
    display: none;
}

.plaatsingswrapper.hide {
    display: none;
}

.addTussenregel.hide {
    display: none;
}

.selectKlant .btn {
    width: 100%;
}

.slider-wrapper {
    padding: 30px 20px 5px;
}

.removeTussenregel.hide, 
.addTussenregel.hide {
    display: none;
}

.werken-overzicht,
.korting-overzicht,
.opmerking-overzicht{
    display: none;
}

.werken-overzicht table {
    margin-bottom: 0;
}

table.bestellingen tr td:last-of-type{
    width: 30%;
}
table.bestellingen tr td:last-of-type a {
    display: block;;
    margin-left: 1%;
    margin-right: 1%;
    width: 14%;
    float: left;
}
.showKlantResults {
    position: relative;
}
.dropdownKlant {
    position: absolute;
    display: block;
    max-height: 200px;
    overflow-y: scroll;
    list-style: none;
    width: 100%;
    z-index: 10;
}
.dropdownKlant li {
    background: #d6deeb;
    border-bottom: 1px solid #b1b9c5;
    cursor: pointer;
    padding: 10px;
    max-height: 50px;
    overflow: hidden;
}
.dropdownKlant li.not-clickable {
    cursor: default;
}
.dropdownKlant li:hover {
    background: #e0e9f8;
}
.headerOfferteoverzicht h2 {
    margin-top: 10px;
}
table.offertes tr td {
    border-color: #B6B6B6;
}
table.offertes tr th.knoppen,
table.offertes tr td.knoppen {
    width: 23%;
    /*    position: relative;*/
}
table.offertes tr th.knoppen.small,
table.offertes tr td.knoppen.small {
    width: 12%;
}
table.offertes tr td.knoppen a {
    display: inline-block;
    margin-left: 11px;
    margin-right: 0;
}
table tr td.checkable {
    cursor: pointer;
}
table tr td.checkable:hover .fa-square-o:before {
    content: '\f046';
}
table tr td .saveDate {
    font-size: 19px;
    color: #696e77;
    padding-top: 8px;
    float: right;
    cursor: pointer;
}

table.offertes tr td.knoppen .offerte-opties:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #d6deeb;
    position: absolute;
    top: -10px;
    left: 91px;
}
table.offertes tr td.knoppen .offerte-opties {
    position: absolute;
    background: #fff;
    z-index: 10;
    display: none;
    border-radius: 5px;
    border: solid 1px #d6deeb;
}
table.offertes tr td.knoppen .offerte-opties a {
    font-size: 12px;
    display: block;
    float: none;
    clear: both;
    color: #626870;
    padding: 9px 12px;
    text-decoration: none;
    margin-left: 0;
}
table.offertes tr td.knoppen .offerte-opties a:hover {
    background: #d6deeb;
}
table.offertes tr td.knoppen .offerte-opties a i {
    font-style: normal;
    margin-right: 6px;
}
table.offertes tr td.knoppen .offerte-opties a i.no-euro {
    position: relative;
}
table.offertes tr td.knoppen .offerte-opties a i.no-euro:before {
    content: '';
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: red;
    top: 7px;
}
#emailExists {
    background: #f2dede;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 65px;
    left: 0;
}
#emailExists p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
/*====================================================
FOOTER
=====================================================*/
.footer {
    color: #aaafb7;
    background: #3e4653;
    padding: 25px;
    position: relative;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

/*====================================================
STAP 7 EMAIL-TOGGLE
=====================================================*/
.dropdownmail-resp {
    padding: 0;
    position: relative;
    cursor: auto;
}
.toggle-mail {
    padding: 25px 0;
    display: block;
    cursor: pointer;
}
.dropdown-mail {
    position: absolute;
    right: 0;
    top: 89px;
    background: #fff;
    border: solid 1px #d0d0d0;
    font-size: 14px;
    width: 350px;
    display: none;
    text-align: left;
    padding: 6px 0px;
}
.dropdown-mail:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 20px solid #d0d0d0;
    position: absolute;
    top: -20px;
    right: 18px;
}
.dropdown-mail ul {
    list-style: none;
}
.dropdown-mail ul a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
}


/* ====================================================
 * GDPR
 * ===================================================*/
ol { margin: 20px; }
ol li { margin-bottom: 10px; line-height: 28px; }
ol ul, ol ol { margin: 15px; }

input[type="radio"], input[type="checkbox"] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 14px; height: 14px;
    border: 1px solid #d6deeb;
    background: #d6deeb;
    margin-right: 10px  !important;
    position: relative;
    top: 1px;
}

input[type="radio"].error-input, input[type="checkbox"].error-input {
    border: 1px solid rgb(238, 95, 91);
}
input[type="checkbox"]:before {
    content: "";
    background: #fff;
    width: 10px; height: 10px;
    position: absolute; top: 1px; left: 1px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
input[type="checkbox"]:checked:before {
    background: #3e4653;
}
input[type="radio"]:checked {
    border: 5px solid #3e4653;
    background: white;
    margin: -1px 12px 0 0!important
}
input[type="radio"] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#formNieuwsbrief {
    position: relative;
}

#formNieuwsbrief .privacy-news {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

.cookie-banner {
    position: fixed;
    padding: 20px 50px 20px 30px;
    right: 30px;
    bottom: 30px;
    width: 350px;
    background: white;
    -webkit-box-shadow: 0px 1px 3px rgba(86, 86, 86, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(86, 86, 86, 0.5);
    box-shadow: 0px 1px 3px rgba(86, 86, 86, 0.5);
}

.cookie-close {
    position: absolute;
    right: 15px;
    top: 15px;
}


.cookie-content {
    margin: 0;
}

.content-policy {
    padding: 50px 0;
}

/*NEW LOGO*/
.main-logo__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 100px;
    float: left;
    margin-top: 3px;
}

.main-logo__logo {
    height: 100%;
    width: auto;
}

.main-logo__logo--slogan {
    height: 38%;
    padding-left: 20px;
}
