body { 
    margin:0px; 
    padding:0px; 
    font-family: 'Raleway', sans-serif;
    font-size:16px; 
    line-height:28px;
    color:#000000; 
    font-weight:400;
    background:#ffffff;
    background-color:#ffffff;
}

html { 
    background:#ffffff;
    background-color:#ffffff;
}


a, a:visited { 
    color:#000000; 
    text-decoration:none; 
}

a:hover { 
    color:#000000; 
    text-decoration:underline; 
}

a:focus, div:focus, object:focus, input:focus { 
    -moz-outline-style:none; 
}

a, div, input, select { 
    outline:none; 
}

input, select {
    color:#666666;
}

.clear { clear:both; }

img { 
    border:0px;
}



h1, h2 { 
    margin:0px; 
    padding:0px; 
    font-size:28px; 
    color:#000000; 
    font-weight:400; 
    line-height:36px; 
}

h2 { 
    font-size:24px; 
    line-height:28px; 

}

.inputfield, .textarea { 
    
    padding:10px; 
    background:#ffffff; 
    font-family: 'Raleway', sans-serif;
    color:#000000;
    font-size:16px; 
    font-weight:400;
    border:1px solid #eeeeee;;
    border-radius:5px;
}

.inputfield-lg {
    margin:0px 0px 10px 0px; 
    width:calc(90% - 22px);
}

.inputfield-md {
    margin:0px 0px 10px 0px; 
    width:calc(60% - 22px);
}

.inputfield-sm {
    margin:0px 10px 10px 0px; 
    width:calc(30% - 32px);
}

.inputwarning {
    background-color:#ffced2 !important; 
    color:#EF0C0C !important;
}

.textarea {
    height:100px;
}

.submitbutton {
    border:0px;
    padding:15px 20px;
    background:#000000;
    color:#ffffff;
    font-size:16px;
    cursor:pointer;
    font-family: 'Raleway', sans-serif;
    border-radius:4px;
    -moz-border-radius:4px;
    margin-top:10px;
    font-weight:600;
}

.submitbutton:hover {
    background:#333333;
}

.relative {
    position:relative;
}

.maxwidth {
    width:1200px;
    margin:auto;
}

.leadwidth {
    width:1200px;
    margin:50px auto;
}

.fluid {
    float:left;
    width:100%;
}

.fluidpadding {
    float:left;
    width:calc(100% - 42px);
    padding:20px;
    border:1px;
}

.fluidsmall {
    width:80%;
    margin:auto;
}

.uppercase {
    text-transform:uppercase;
}

.aligncenter {
    text-align:center;
}

.alignright {
    text-align:right;
}

.marginTop {
    margin-top:60px;
}

.marginBottom {
    margin-bottom:60px;
}

.radius {
    border-radius:3px;
    -moz-border-radius:3px;
}

.white {
    color:#ffffff;
}

.black {
    color:#000000;
}


.fw200 {
    font-weight:200;
}

.fw300 {
    font-weight:300;
}

.fw400 {
    font-weight:400;
}

.fw600 {
    font-weight:600;
}


.background-white {
    background-color:#ffffff;
}

.background-grey {
    background-color:#f8f8f8;
}

.bordergrey {
    border:1px solid #eeeeee;
}

.left50 {
    float:left;
    width:48%;
}

.right50 {
    float:right;
    width:48%;
}

#main { 
    width:100%; 
    margin:auto; 
}

.hide {
    display:none;
}

/* ---------- LOGO ---------- */

.logo-container {
    
   

}

#icon {
    float:left;
    height:100px;
    line-height:100px;
}

#icon img {
    vertical-align: middle;
}

#logo {
    float:left;
    height:80px;
    line-height:80px;
}

#logo h1 {
    font-size:32px;
    line-height:80px;
    text-transform:uppercase;
    font-weight:700;
    margin-left:0px;
    display:inline-block;
}

#logo a {
    color:#000000;
}

#logo a:hover {
    text-decoration: none;
}


/*------------MENU---------------*/

#menu {
    float:left;
    width:20%;
    z-index:50;
}

#menu ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

#menu ul li {
    margin-bottom:5px;
}

#menu ul li a {
    display:inline-block;
    padding:10px;
    text-transform:uppercase;
    background:#f8f8f8;
    color:#000000;
    font-size:18px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

#menu ul li.active a {
    font-weight:800;
}

#menu ul li a:hover {
    text-decoration: none;
    background:#f2f2f2;
}

#menu ul li a i {
    margin-right:10px;
    color:rgba(0,0,0,0.7);
}

#shownav {
    display:none;
}


/* ---------- SLIDER ---------- */

.slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
    outline:none;
    
    width:100%;
}



.owl-nav {
    margin-top:0px !important;
    position:absolute;
    width:100%;
    bottom:0px;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size:50px;
    margin:0px;
    border-radius:0px;
    padding:10px;
    background:none;
    color:rgba(255,255,255,0.5);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background:none;
    color:rgba(255,255,255,0.8);
}

.owl-prev {
    float:left;
    padding:15px 15px 10px 10px !important;
}

.owl-next {
    float:right;
    padding:15px 10px 10px 15px !important;
}


/*------------CONTENT---------------*/

.content {
    float:right;
    width:75%;

}

.content a {
    font-weight:600;
    text-decoration:none;
}

.content a:hover {
    text-decoration: underline;
}

.content .slide {
    height:300px;
}



.succes {
    background:#aff8d0;
    color:#189a52;
    padding:20px;
    width:calc(100% - 40px);
    float:left;
    margin:10px 0px;
}

.warning {
    background-color:#ffced2; 
    color:#EF0C0C;
    padding:20px;
    width:calc(100% - 40px);
    float:left;
    margin:10px 0px;
}







/* -------- FOOTER ---------------*/

#footer {

    border-top:1px solid #f8f8f8;
    margin-top:50px;

}

#footer-content {
        font-size:12px;
    text-align:left;
    margin:30px 0px;
}

#footer-content ul {
    display:inline-block;
    margin:auto;
    padding:0px;
    list-style:none;
}

#footer-content ul li {
    margin:0px 5px;
    float:left;
    line-height:24px;
}

#footer-content ul li i {
    vertical-align: middle; 
    font-size:20px;
}

#footer-content ul li:first-of-type {
    margin:0px 5px 0px 0px;
}

#footer-content ul li:last-of-type {
    margin:0px 0px 0px 5px;
}

#nav {
    width:100%;
    height:100%;
    position:fixed;
    background:#000000;
    z-index:99;
    display:none;
}

#nav-content {
    float:left;
    width:calc(100% - 40px);
    padding:0px 20px;
    margin:auto;
    color:#ffffff;
    text-align:center;
}

#nav-content ul {
    list-style:none;
    margin:0px;
    padding:0px;
}

#nav-content ul li {
    font-size:24px;
    margin:12px 0px;
}

#nav-content ul li a {
    color:#ffffff;
}

#nav-content ul li.active a, #nav-content ul li a:hover {
    text-decoration:none;
    color:#666666;
}

#nav-content ul li hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #ffffff; /* old IE */
    background-color: #ffffff; /* Modern Browsers */
    width:20px;
}

.foto {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
    outline:none;
  
    float:left;
    width:calc(25% - 7.5px);
    margin:0% 10px 10px 0%;
    position:relative;
}

.homepagegallery .foto {
    background-position:top center !important;
}

.foto4, .foto8, .foto12 {
    margin:0% 0px 10px 0%;
}

.foto .overlay {
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    text-align:center;
    color:#ffffff;
    font-size:32px;
}

.overlay i {
    -moz-animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -animation-duration: .3s;
}

.homegallery .foto9 {
    display:none;
}

.lg-toolbar {
    background:none;
}

table.prijzen {
    width:70% !important;
    margin-top:10px;
    border-spacing: 1px;
}

table.prijzen tr td {
    width:33%;
    background:#f8f8f8;
    padding:5px;
    
}

.prijsblock {
    width:50%;
    float:left;
    margin-top:30px;
}

table.producten {
    width:90% !important;
    margin-top:10px;
    border-spacing: 1px;
}

table.producten tr td {
    background:#f8f8f8;
    padding:5px;
    
}

.landingImage {
    float:left;
    width:30%;
    margin:0% 5% 5% 0%;
}

.landingImage img {
    max-width:100%;
}

.landingImage3, .landingImage6 {
    margin:0% 0% 5% 0%;
}

.sitemaplink, .sitemaplink:hover {
    text-decoration:none;
    color:#eeeeee;
}


/*mailchimp*/
#mc_embed_signup {
    width:50%;
}

#mc_embed_signup form {
    padding:0;
    font-family: 'Raleway', sans-serif;
    font-size:16px;
    line-height:28px;
}

#mc_embed_signup .mc-field-group {
    width:100%;
}

#mc_embed_signup input {
    font-family: 'Raleway', sans-serif;
    font-size:16px;

}

#mc_embed_signup .button {
    background-color:#000000;
    font-size:16px;
    vertical-align: middle;
    padding:10px 20px;
    height:auto;
    line-height:auto;
    margin:10px 0px 0px 0px;
}

#mc_embed_signup div#mce-responses {
    padding:0 !important;
    margin:0 !important;
}



.leadpage-left {
    float:left;
    width:65%;
    margin-top:40px;
}

.leadpage-left .slide {
    height:300px;
}

.leadpage-header {
    font-weight:700;
}

.leadpage-right {
    float:right;
    width:calc(30% - 2px);
    border:1px solid #d05380;
    margin-top:40px;
}

.leadpage-right-header {
    width:calc(100% - 2px);
    margin:1px;
    height:150px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(images/cadeaubon2.jpg);
}

.leadpage-right-inner {
    width:calc(100% - 32px);
    padding:15px;
    margin:1px;
    background:#d05380;
    color:#ffffff !important;
}

.leadpage-right-inner h2 {
    color:#ffffff;
    font-size:24px;
    font-weight:600;
    line-height:32px;
    margin-bottom:10px;
}

.leadpage-right #mc_embed_signup {
    width:100%;
    background:none;
}

.leadpage-right input[type="text"], .leadpage-right input[type="email"] {
    border:0px !important;
    width:calc(100% - 20px);
    border-radius:5px;
    -moz-border-radius:5px;
    padding:10px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin:0px 0px 10px 0px;
    font-weight:600;
}

.leadpage-right input[type="submit"] {
    display:inline-block;
    padding:12px;
    color:#ffffff;
    background:#000000;
    border-radius:5px;
    -moz-border-radius:5px;
    border:0px;
    font-size:20px;
    font-weight:600;
    cursor:pointer;
    margin:5px 0px;
}

.leadpage-mobile-button {
    display:none;
}

#pfb-signup-result {
    display:none;
    float:left;
    width:calc(100% - 20px);
    margin: 10px 0px 10px 0px;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1000;
    color: #e85c41;
}

.tijd {
    width:50%;
}

.bezet {
    width:calc(50% - 30px) !important;
    padding-left:30px;
}

label {
    cursor:pointer;
    padding:5px;
    display:block;
}

label:hover {
    background:#f8f8f8;
}





.paymentlogos label {
    display:inline-block;
    font-size:16px;
    height:30px;
    line-height:30px;
    margin-right:10px;
    border:1px solid #eeeeee;
    border-radius:3px;
}

.paymentlogos label:hover {
    border:1px solid #dddddd;
}

.paymentlogos label img {
    height:30px;
    vertical-align:middle;
    margin-left:5px;
}

.activelabel {
    background:#189a52;
}

.paymentlogos input[type="radio"] {
    vertical-align:middle;
    margin-top:-1px;
}

.cartbottom i {
    font-size:18px;
}

.extrainfo {
    color:#555555;;
    font-size:16px;;
}

.login {
    width:600px;
    margin:auto;
    background:#f8f8f8;
    padding:20px;
}

.foto-container {
    width:30%;
    float:left;
    margin:0 5% 20px 0;
    text-align:center;
    background:#f8f8f8;
}

.foto-container3, .foto-container6 {
    margin:0 0 0px 0;
}

.foto-holder {
    width:100%;
    float:left;
    text-align:center;
}

.foto-holder img {
    max-width:100%;
   
    vertical-align: middle;
    display:inline-block;
}

.foto-options {
    padding:5px 10px;;
    margin:10px 0px;
    font-size:12px;
    float:left;
    width:calc(100% - 20px);
}



.beschikbaar {
    width:60%;
    text-align:center;
    border-radius:4px;
    -moz-border-radius:4px;
    background:#f8f8f8;
    padding:20px;
    border:3px solid #eeeeee;
    margin-top:20px;
}

.beschikbaar h1 {
    font-weight:600;
    font-size:40px;
}


.foto-left {
    width:60%;
    float:left;
}

.foto-left img {
    max-width:100%;
}

.foto-right {
    width:38%;
    float:right;
}

.foto-right-download {
    float:left;
    width:calc(100% - 30px);
    padding:30px 15px;
    background:#f8f8f8;
    margin-top:20px;
    font-size:14px;
}

.foto-right-download:first-of-type {
    margin-top:0px;
}

.foto-right-download h1 {
    font-size:24px;
    line-height:28px;
    font-weight:600;
    margin-bottom:5px;
}

.downloadbutton {
    display:inline-block;
    background:#000000;
    padding:5px 10px;
    color:#ffffff !important;
    border-radius:4px;
    -moz-border-radius:4px;
    margin-top:20px;
    font-size:16px;
}

button.downloadbutton {
    border:0px;
    font-size:16px;
    font-weight:600;
    font-family: 'Raleway', sans-serif;
    padding:5px 10px;
        border-radius:4px;
    -moz-border-radius:4px;
    margin-top:20px;
    line-height:28px;
    cursor:pointer;
}

.downloadbutton:hover {
    text-decoration:none !important;
    background:#000000;
}

.downloadbutton i {
    font-size:12px;
}

.foto-right-aanbieding {
    background:#ffd4f5 !important;
}

.pinkbutton {
    background:#000000;
}

.pinkbutton i {
    font-size:12px;
}

.parentlabel input {
    display:none;
}

.parentlabel:before {
          content: '\f096';
  font-family: 'FontAwesome';
  float: left;
  margin-right:5px;
  color:#dddddd;
}



.parentlabel:hover {
    background:#f2f2f2;
}

.radio-instant-selected, .radio-instant-selected:hover {
    background:#f2f2f2;
}

.radio-instant-selected:before {
      content: '\f14a' !important;
  font-family: 'FontAwesome' !important;
  float: left !important;
  margin-right:5px !important;
  color:#5cb85c !important;
}

#cart {
    position:absolute;
    right:10px;
    top:10px;
    font-weight:16px;
}

#cart i {
    margin-right:5px;
}

#cart a:hover {
    text-decoration: none;
}

.carttable tr td {
    padding:10px 5px;
    border-bottom:1px solid #eeeeee;
}

tr.carttableheader td {
    font-weight:800;
    padding:10px 5px;
    background:#f8f8f8;
}

td.cartimage img {
    width:50px;
    display:block;
}

.besteltable tr td {
    font-size:12px;
    padding:2px;
    border-bottom:1px solid #eeeeee;
}

.besteltable tr td.cartimage img {
    width:25px;
    display:block;
}

tr.besteltableheader td {
    font-weight:800;
    background:#f8f8f8;
}

img.add {
    margin-right:5px;
    display:inline-block !important;
}

span.smallwarning {
    font-size:12px;
    color:red;
}

span.warning {
    color:red;
}

.aanbieding {
    float:left;
    width:calc(30% - 22px);
    margin:0% 5% 40px 0;
    text-align:center;
    border:1px solid #dddddd; 
    border-radius:4px;
    -moz-border-radius:4px;
    padding:10px;
}

.aanbieding3, .aanbieding6 {
    margin:0 0 40px 0;
}

.aanbieding span {
    font-size:20px;
}

.paymentlogos {
    margin-top:20px;
}

.downloadall {
   display:inline-block;
   margin-top:5px;
   float:right;
}

.downloadall a {
    display:block;
    background:#000000;
    font-size:14px;
    padding:0px 10px;
    border-radius:4px;
    color:#ffffff;
}

.downloadall a:hover {
    background:#444444;
    text-decoration:none;
    color:#ffffff;
}

.downloadall i {
    font-size:16px;
}

@media screen and (max-width:1400px) {

    .foto {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position:center center;
        background-repeat:no-repeat;
        outline:none;
        image-rendering: -webkit-optimize-contrast;
        float:left;
        width:calc(33.33% - 6.66px);
        margin:0% 10px 10px 0%;
        position:relative;
    }

    .foto4, .foto8, .foto12 {
        margin:0% 10px 10px 0%;
    }

    .foto3, .foto6, .foto9, .foto12 {
        margin:0% 0px 10px 0%;
    }

    .homegallery .foto9 {
        display:block;
    }


}


@media screen and (max-width: 1200px) {

    .maxwidth { 
        width:calc(100% - 40px);
        padding:0% 20px; 
    }

    .leadwidth { 
        width:calc(100% - 40px);
        padding:0% 20px; 
    }

}



@media screen and (max-width: 1024px) {


    h1, h2 { 
        font-size:28px; 
        line-height:32px; 
    }

    h2 { 
        font-size:24px; 
        line-height:28px; 
    }

    #logo span {
        display:none;
    }

    .content {
        float:left;
        width:100%;
        margin-top:40px;
    }

    #menu {
        width:100%;
        float:left;
    }

    #menu ul li {
        float:left;
        margin-right:20px;
    }

    .foto {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position:center center;
        background-repeat:no-repeat;
        outline:none;
        image-rendering: -webkit-optimize-contrast;
        float:left;
        width:calc(50% - 5px);
        margin:0% 10px 10px 0%;
        position:relative;
    }

    .foto3, .foto6, .foto9, .foto12 {
        margin:0% 10px 10px 0%;
    }

    .foto2, .foto4, .foto6, .foto8, .foto10, .foto12 {
        margin:0% 0px 10px 0%;
    }

    .homegallery .foto9 {
        display:none;
    }

    .beschikbaar {
        display:none;
    }

}



@media screen and (max-width:800px) { 


    /*------------CONTENT---------------*/

    #icon {
        height:80px;
        line-height:80px;
    }

    #icon img {
        vertical-align: middle;
    }

    #logo {
        height:80px;
    }

    #logo h1 {
        line-height:80px;
        font-size:36px;
    }




    #mc_embed_signup {
        width:70%;
    }


    .leadpage-left {
        width:55%;
    }

    .leadpage-right {
        width:calc(40% - 2px);
    }

    .foto-left, .foto-right {
        width:100%;
    }

    .foto-right {
        margin-top:20px;
    }

}


@media screen and (max-width: 600px) {

    body { 
        font-size:16px; 
        line-height:28px;
    }

    .nomobile {
        display:none;
    }

    #icon {
        height:80px;
        line-height:80px;
    }

    #icon img {
        max-height:24px;
    }

    #logo {
        margin-left:0px;
        line-height:80px;
    }

    #logo h1 {
        font-size:16px;
        line-height:80px;
    }   

    .foto {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position:center center;
        background-repeat:no-repeat;
        outline:none;
        image-rendering: -webkit-optimize-contrast;
        float:left;
        width:calc(100%) !important;
        margin:0% 0px 10px 0% !important;
        position:relative;
    }

    .foto3, .foto6, .foto9, .foto12 {
        margin:0% 0px 10px 0% !important;
    }

    .foto2, .foto4, .foto6, .foto8, .foto10, .foto12 {
        margin:0% 0px 10px 0% !important;
    }

    .homegallery .foto9 {
        display:block;
    }

    .inputfield, .textarea { 
        width:calc(100% - 16px);
    }

    table.prijzen {
        width:100% !important;
        margin-top:20px;
        border-spacing: 1px;
    }

    table.prijzen tr td {
        font-size:14px;
        padding:2px;
    }

    .prijsblock {
        width:100%;
        float:left;
        margin-top:30px;
    }

    table.producten {
        width:100% !important;
        margin-top:20px;
        border-spacing: 1px;
    }

    table.producten tr td {
        font-size:14px;
        padding:2px;
    }


    #footer-content {
        font-size:12px;
    }

    #footer-content ul li i {
        font-size:18px;
    }


    .landingImage {
        float:left;
        width:48%;
        margin:0% 4% 4% 0%;
    }

    .landingImage3 {
        margin:0% 4% 4% 0%;
    }

    .landingImage2, .langindImage4, .landingImage6 {
        margin:0% 0% 4% 0%
    }


    #mc_embed_signup {
        width:100%;
    }


    .logo-container {
    
       display:inline-block;
       margin:0;

    }


    .leadpage-left {
        width:100%;
    }

    .leadpage-right {
        width:calc(100% - 2px);
    }

    .leadpage-mobile-button {
        display:inline-block;
        margin:20px 0px;
    }

    .leadpage-mobile-button a {
        display:inline-block;
        background:#5fc575;
        color:#ffffff;
        border-radius:5px;
        -moz-border-radius:5px;
        font-weight:700;
        padding:10px 20px;
    }


    .tijd {
        width:100%;
    }

    .bezet {
        width:calc(100% - 30px) !important;

    }


    .aanbieding {
        float:left;
        width:calc(48% - 22px);
        margin:0% 4% 20px 0;
        text-align:center;
        border:1px solid #dddddd; 
        border-radius:4px;
        -moz-border-radius:4px;
        padding:10px;
    }

    .aanbieding3, .aanbieding6 {
        margin:0 4% 20px 0;
    }

    .aanbieding2, .aanbieding4, .aanbieding6 {
        margin:0 0 20px 0;
    }

    .aanbieding span {
        font-size:20px;
    }

    .marginTop {
        margin-top:20px;
    }

    #menu ul li {
        margin:0 5px 5px 0px;
    }

    #menu ul li a {
        font-size:12px;
        padding:0px;
        background:#ffffff;
    }

    .login {
        width:80%;
        margin:auto;
    }

    .foto-container {
        width:48%;
        float:left;
        margin:0 4% 20px 0;
        text-align:center;
        background:#ffffff;
    }

    .foto-container3, .foto-container6 {
        margin:0 4% 20px 0;
    }

    .foto-container2, .foto-container4, .foto-container6 {
        margin:0 0 20px 0;
    }

    #shownav {
        display:block;
    }

    #cart {
        display:none;
    }

    #menu {
        display:none;
    }


        #shownav {
        display:block;
        position:fixed;
        top:20px;
        right:20px;
        text-align:center;
        z-index:100;
    }

    #shownav a {
        display:block;
        color:#ffffff;
        height:40px;
        width:40px;
        line-height:40px;
        background:#000000;
        color:#ffffff;
    }

    .content {
        margin-top:0px;
    }


    .carttable tr td {
        padding:4px 2px;
        border-bottom:1px solid #dddddd;
        font-size:11px;
        line-height:14px;
    }

    .carrtable tr td select {
        font-size:11px;
    }

    tr.carttableheader td {
        font-weight:800;
        padding:4px 2px;
        background:#f8f8f8;
    }

    td.cartimage img {
        width:25px;
        display:block;
    }


}