@charset "UTF-8";
/* CSS Document */

/* CSS reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

html,
body,
div {
    margin: 0;
    padding: 0;
}

/* END CSS reset */

body {
    background-color: #FFF5E1;
    font-family: 'Open Sans', sans-serif;
    NEE-webkit-font-smoothing: antialiased;
    NEE-moz-osx-font-smoothing: grayscale;
}

p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 22px 0;
    color: #333;
}

table {
    margin: 0 0 23px 0;
}

a {
    color: #004eff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 600;
}


h1 {
    font-size: 60px;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: 23px;
    margin: 0;
    color: #906;
    text-align: center;
    padding-left: 1.4%;
}

h2 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    margin: 0px 0 6px 0;
    color: #9F0063;
}

h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #FFF;
}

h4 {
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
    margin: 0 0 13px 0;
    color: #9F0063;
}

header,
nav,
.balk,
.content,
footer {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

header {
    height: 100px;
    background-image: url(graphics/header-bg.jpg);
    background-repeat: x;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 10000;
}

nav {
    background-color: #352B2D;
    border-top: 2px solid #750045;
    border-bottom: 2px solid #750045;
    position: fixed;
    left: 0px;
    right: 0px;
    margin-top: 100px;
    z-index: 10000;
}

nav ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    text-align: center;
}

nav li {
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 1.5%;
    padding: 0 8px;
    color: #fff;
}

nav li a,
nav li a:hover {
    color: #FFF;
    text-decoration: none;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    display: inline-block;
}

nav li a:hover {
    background-color: #750045;
}

.active {
    background-color: #750045;
}

.anchor {
    display: block;
    content: " ";
    visibility: hidden;
    height: 0px;
}

.social {
    margin-bottom: -4px;
}

.spacer {
    width: 100%;
    height: 130px;
}

.balk {
    background-color: #352B2D;
    border-top: 2px solid #750045;
    border-bottom: 2px solid #750045;
}

.content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #FFF;
    padding: 40px 7% 15px 7%;
}

.home {
    padding: 0!important;
}

.item {
    width: 47%;
    padding: 0;
}

.item img {
    width: 100%;
    height: auto;
    margin: 0px;
    vertical-align: top;
}

.hometext {
    padding: 40px 7% 15px 0;
    position: relative;
}

.shoptext {
    padding: 40px 0 15px 7%;
}

.geelbg {
    background-color: #FFEBD5;
}

.slides {
    width: 50%;
    padding: 0;
    margin: 0;
    background-color: #FFEBD5;
}

.slideshow {
    display: block;
    background-color: #FFF;
    position: relative;
    padding: 0;
    margin: 0;
}

.slideshow ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.een {
    width: 100%;
}

.actueel {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
}

.sub {
    width: 49%;
    margin-bottom: 35px;
}

.actueel img {
    width: 100% !important;
    margin:  4px 0 0 7px;
}

.actueel p {
     overflow: hidden; 
}

.contact p {
    margin-bottom: 10px;
}

.nowrap {
    white-space: nowrap;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    display: block;
    margin:  0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.is-cms .video iframe {
    height: 240px;
}

.portretfoto {
    width: 110px !important;
    height: auto;
    float: right;
    margin: 8px 17% 0 0!important;
}

footer {
    background-color: #312929;
    padding: 80px 0 10px 0;
    border-top: 2px solid #750045;
}

footer p {
    font-size: 11px;
    text-align: center;
    line-height: 17px;
    color: #FFF;
    margin-bottom: 0px;
}

footer a {
    color: #FFF;
}


/* RESPONSIVE DESIGN */

@media all and (max-width: 1200px) {
    
    .content {
       padding: 40px 50px 10px 50px;
    }
    
    .hometext {
    padding: 40px 50px 10px 0;
    }
        
    .shoptext {
    padding: 40px 0 10px 50px;
    }
    
}


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

    header {
        height: 83px;
    }

    .spacer {
        width: 100%;
        height: 115px;
    }

    nav {
        margin-top: 83px;
    }

    h1 {
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 18px;
}


    .content {
        padding: 25px 35px 15px 35px;
    }


    .home {
        padding: 0 0 0 35px;
    }

    .hometext {
        padding: 25px 25px 15px 0px;
    }
    
    .shoptext {
    padding: 30px 0 15px 25px;
}
    
    .portretfoto {
    margin: 8px 5% 0 0!important;
}

}

@media all and (max-width: 768px) {

    h1 {
        font-size: 42px;
        letter-spacing: 10px;
        line-height: 80px;
        
    }
    
    nav li {
        margin: 0;
        padding: 0 5px;
    }

    .content {
        padding: 25px 30px 15px 30px;
    }

    .home {
        padding: 0 0 0 30px;

    }

    .hometext {
        padding: 25px 30px 15px 0;
    }
    
    .shoptext {
        padding: 25px 0 15px 30px;
    }

    .slides {
        padding: 0;
    }
     .portretfoto {
   width: 100px!important;
         margin-right: 0!important;
}

}


@media all and (max-width: 540px) {

    header {
        height: 66px;
    }

    h1 {
        font-size: 27px;
        line-height: 66px;
        letter-spacing: 5px;
        
    }

    h2 {
        font-size: 18px;
    }

    nav {
        padding: 0 15px 0px 15px;
        margin-top: 66px;
    }

    nav li {
        font-size: 16px;
        margin: 0 0px;
        padding: 0 5px;
        line-height: 28px;
        height: 28px;
    }
    
    nav li a, nav li a:hover {
        line-height: 28px;
        height: 28px;
    }

    .spacer {
        height: 122px;
    }

    .content {
        padding: 20px 0 0 0;
    }
    
    .home {
        padding: 0 0 0 0;
    }

    .item {
        width: 100%;
        padding: 2px 20px 10px 20px;
    }

    .slides {
        padding: 0;
    }
    
    .hometext {
        padding: 20px 20px 10px 20px;
    }
    
    .shoptext {
        padding: 20px 20px 10px 20px;
    }
    
    .film {
        order: 2;
    }
    
    .sub {
        width: 100%;
        margin-bottom: 0px;
    }
    
    .actueel img {
    margin: -12px 0 20px 0;
    }
    
    .portretfoto {
   width: 100px!important;
}
    
}

