/* RESET
 *************************************************************************************************/
/* Reset */

@font-face {
  font-family: GorditaLight;
  src: url('../fonts/Gordita Light.otf');
}
@font-face {
  font-family: GorditaRegular;
  src: url('../fonts/Gordita Regular.otf');
}
@font-face {
  font-family: GorditaMedium;
  src: url('../fonts/Gordita Medium.otf');
}
@font-face {
  font-family: GorditaBold;
  src: url('../fonts/Gordita Bold.otf');
}


html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
}

img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    font: inherit;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* GENERAL CLASSES AND ELEMENTS
 *************************************************************************************************/
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

/* Images (default WP styles + Nextgen singlepics) */
.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 640px) {
    .wp-caption {
        width: auto !important;
    }

    /* http://wordpress.org/support/topic/control-of-image-caption-width */
}

.wp-caption-text {
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    color: #666;
}

.alignleft .wp-caption-text {
    text-align: left;
}

.alignright .wp-caption-text {
    text-align: right;
}

.aligncenter .wp-caption-text {
    text-align: center;
}

#main .ngg-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#main .ngg-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#main .ngg-singlepic {
    padding: 0;
    margin-bottom: 20px;
}

/* General text */
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center !important;
}

/* Global wrapper */
html {
    background: #fff;
}

body {
    color: #77787b;
    font: 400 18px/30px 'Open Sans', Arial, sans-serif;
    height: 100%;
    position: relative;
}


/* Default margin-bottom */
p,
ul,
ol,
table,
fieldset,
hr {
    margin-bottom: 20px;
}


/* Links */
a {
    color: #0d4786;
    text-decoration: underline;
}

a:visited {
    color: #0d4786;
}

a:hover {
    text-decoration: none;
}


/* Headings */
h1 {
    margin: 0 0 20px;
    font: 30px/30px 'Open Sans', sans-serif;
}

h2 {
    margin: 0 0 15px;
    font: 24px/24px 'Open Sans', sans-serif;
}

h3 {
    margin: 0 0 10px;
    font: 20px/20px 'Open Sans', sans-serif;
}

h4 {
    margin: 0 0 5px;
    font: 16px/16px 'Open Sans', sans-serif;
}

h5 {
    margin: 0 0 5px;
    font: 16px/16px 'Open Sans', sans-serif;
}

h6 {
    margin: 0 0 5px;
    font: 16px/16px 'Open Sans', sans-serif;
}

/* Ruler */
hr {
    border: 0;
    border-top: 1px solid #d9d8da;
    clear: both;
    height: 0;
    margin: 20px 10%;
    width: 80%;
}

/* Tables */
th,
td {
    vertical-align: top;
}

/* jQuery UI datepicker */
#ui-datepicker-div {
    z-index: 900 !important;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.ui-datepicker table {
    border: 0;
}

.ui-datepicker thead,
.ui-datepicker tbody tr {
    background: none;
}

/* Forms */
label,
select,
input[type="submit"],
button,
.button {
    cursor: pointer;
}

fieldset {
    background: #d9d8da;
    border: none;
    margin: 0 0 20px;
    padding: 15px 20px 20px;
    position: relative;
}

fieldset.clear {
    background: #fff !important;
    margin: 0;
}

fieldset p {
    clear: both;
    margin-bottom: 10px;
}

fieldset hr {
    border-color: #a9a8ab;
}

.pm-field {
    background: #fff;
    border: 1px solid #a9a8ab;
    color: #77787b;
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 5px 10px;
    width: 67.5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

textarea.pm-field {
    height: 110px;
    max-height: 200px;
    min-height: 70px;
    resize: vertical;
}

.pm-field.pm-small {
    min-width: 130px;
    width: 20%;
}

.pm-field.pm-medium {
    min-width: 130px;
    width: 40%;
}

.pm-field.pm-inline {
    float: none;
}

legend {
    background: #0d4786;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 10px 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.label {
    color: #65646a;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding: 6px 10px;
    margin: 0 2.5% 5px 0;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    width: 30%;
}

.label-large {
    clear: left;
    float: none;
    margin: 0 0 5px;
    width: 100%;
}

.label .obligatory {
    color: #0d4786;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
}

.error label {
    background: #0d4786;
    color: #fff;
}

.error label a {
    color: #fff !important;
}

.error .label .obligatory {
    color: #fff;
}

.messagebox {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
}

.messagebox.error {
    background: #0d4786;
}

.messagebox.success {
    background: green;
}

.calendar {
    vertical-align: middle;
}

.g-recaptcha {
    float: left;
}


/* Buttons (links and inputs) */
.button,
.button:visited {
    background-color: #0d4786;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    white-space: nowrap;
    -webkit-appearance: none;

    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;

}

.ie7 .button {
    display: inline;
    overflow: visible;
    width: auto;
}

.button:hover,
.button:focus {
    background-color: #0d4786 !important;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}

.button:active {
    top: 1px;
}

.button[disabled] {
    background-color: #d9d8da;
    cursor: default;
}


/* Google Maps */
.gmap-infowindow {
    color: #0d4786;
    line-height: 20px;
    overflow: hidden;
}

/* PRELOADER
 *************************************************************************************************/
.preloader {
    background: #fff url(../images/preloader.gif) center center no-repeat;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
}

.no-js .preloader {
    display: none !important;
}


/* LAYOUT
 *************************************************************************************************/

/* HEADER */
#header-wrap {
    background: #fff;
    border-top: 3px solid #0d4786;
    position: relative;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);

    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;

    -webkit-transform: translateZ(0);
}

#header {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1200px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}


/* HEADER > Logo */
#logo {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    position: relative;
    width: 25%;
    z-index: 20;
}

#logo a {
    display: block;
    margin: 0 auto;
    width: 288px;
}

#logo img {
    height: auto;
    max-width: 200px;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* HEADER > Navigation */
#header .nav {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

#header .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .nav li {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    position: relative;
    vertical-align: top;
}

#header .nav a {
    outline: none;
    position: relative;
    text-decoration: none;
}

#header .nav ul ul {
    display: none;
    position: absolute;
    top: -9999px;
    z-index: 99999;
}

#header .nav li:hover>ul,
#header .nav li.sfHover>ul {
    background: #fff;
    border-bottom: 3px solid #0d4786;
    left: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

#header .nav li:hover>ul::before,
#header .nav li.sfHover>ul::before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -10px;
}

#header .nav ul ul li {
    display: block;
}

#header .nav ul ul li::before {
    background: #d9d8da;
    content: '';
    display: block;
    height: 1px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 0;
}

#header .nav ul ul li:first-child {
    padding: 2px !important;
}

#header .nav ul ul li:first-child::before {
    display: none;
}

#header .nav ul ul a {
    color: #77787b;
    display: block;
    padding: 10px 5px;
    text-align: center;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    -o-transition: padding .5s;
    transition: padding .5s;
}

#header .nav ul ul li>a:hover,
#header .nav ul ul li>a:focus,
#header .nav ul ul li.sfHover>a,
#header .nav ul ul>li.current-menu-item>a,
#header .nav ul ul>li.current-menu-ancestor>a {
    background: #0d4786 !important;
    color: #fff;
}


/* HEADER > Navigation > Top navigation */
#nav-top {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 10;
}

#nav-top a {
    color: #f2f5f2;
    font-size: 18px;
    line-height: 20px;
}

#nav-top .facebook, #nav-top .phone{
    background: #0D2F7A;
}
#nav-top .language .switcher, #nav-top .language .switcher .option{
    width: auto;
    border: none;
    /*background: transparent;*/
}
#nav-top .language .switcher .selected{
    background: transparent;
}
.switcher .selected a:after{
    height: 35px !important;
    right: 5px !important;
}
#nav-top .language a{
    font-size: 0px;
    background: transparent;
    width: 70px;
    border: none;
    padding: 0 0 0 10px;
}
#nav-top .language img{
    width: 45px;
    height: auto
}
#nav-top .language .option a{
    margin: 10px 0;
    /*padding: 10px 10px 0 10px;*/
}

#nav-top .facebook:hover a,
#nav-top .facebook:focus a,
#nav-top .phone:hover a,
#nav-top .phone:focus a{
    background-color: #EE7651 !important;
}
#nav-top .facebook::before{
    display: none;
}

#nav-top>ul {
    /*background-color: #0D2F7A;*/
}

#nav-top>ul>li {
    display: inline-block;
    padding: 5px 5px 5px 6px !important;
}

#nav-top>ul>li::before {
    background-color: #d9d8da;
    bottom: 10px;
    content: '';
    display: block;
    font-size: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 10px;
    width: 1px;
}

#nav-top>ul>li:first-child {
    padding: 0px !important;
}

#nav-top>ul>li:first-child::before {
    display: none;
}

#nav-top>ul>li>a {
    display: inline-block;
    padding: 7px 12px;
}


/*#nav-top > ul > li.home > a { background-image: url(../images/sprite.png); background-position: 0 0; background-repeat: no-repeat; font-size: 0; height: 40px; line-height: 0; padding: 0; text-indent: -9999px; width: 40px; }*/
/*#nav-top > ul > li.facebook > a { background-image: url(../images/sprite.png); background-position: -10px -40px; background-repeat: no-repeat; font-size: 0; height: 40px; line-height: 0; padding: 0; text-indent: -9999px; width: 100px; }*/
/*#nav-top > ul > li.phone > a { background-repeat: no-repeat; padding-left: 35px; }*/
/*#nav-top > ul > li.phone > a:before { background-image: url(../images/sprite.png); background-position: -125px -5px; content: ''; display: block; height: 30px; left: 5px; position: absolute; top: 5px; width: 30px; }*/
/*#nav-top > ul > li.login > a { background-image: url(../images/sprite.png); background-position: -40px 0; background-repeat: no-repeat; font-size: 0; height: 40px; line-height: 0; padding: 0; text-indent: -9999px; width: 40px; }*/
#nav-top>ul>li.language>a {
    text-transform: uppercase;
}


#nav-top li:hover>ul,
#nav-top li.sfHover>ul {
    margin-left: -100px;
    top: 53px;
    width: 200px;
}

#nav-top li:hover>ul::before,
#nav-top li.sfHover>ul::before {
    left: 90px;
}

#nav-top ul ul li {
    padding: 3px 2px 2px !important;
}


/* HEADER > Navigation > Main navigation */
#nav-main {
    /*bottom: 10px;*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*text-align: right;*/
    /*z-index: 2;*/
    padding: 55px 0 20px !important;
}

#nav-main a {
    color: #EE7651;
    display: block;
    font-size: 17px;
    letter-spacing: 0.1px;
    line-height: 20px;
    font-family: GorditaBold;
}


/* HEADER > Navigation > Main navigation > First level */
#nav-main>ul>li {
    display: inline-block;
}

#nav-main>ul>li>a {
    border-left: 1px solid #fff;
    padding: 20px 15px;
}

#nav-main>ul>li:first-child>a {
    border: none;
}

#nav-main>ul>li>a:hover,
#nav-main>ul>li>a:focus,
#nav-main>ul>li.sfHover>a,
#nav-main>ul>li.current-menu-item>a,
#nav-main>ul>li.current-menu-ancestor>a {
    background: #0d4786;
    color: #fff;
}


/* HEADER > Navigation > Main navigation > Second level */
#nav-main li:hover>ul,
#nav-main li.sfHover>ul {
    margin-left: -120px;
    top: 66px;
    width: 240px;
}

#nav-main li:hover>ul::before,
#nav-main li.sfHover>ul::before {
    left: 110px;
}

#nav-main ul ul li {
    padding: 3px 2px 2px !important;
}


/* HEADER > Navigation > Main navigation > Second level preview */
#nav-main li.preview>ul {
    margin-left: -250px;
    min-height: 210px;
    padding-right: 260px;
    width: 520px;
}

#nav-main li.preview:hover>ul::before,
#nav-main li.preview.sfHover>ul::before {
    left: 240px;
}

#nav-main li.preview>ul>.preview-thumb {
    background: #d9d8da url(../images/nav-thumb-default.png) center center no-repeat;
    background-size: contain;
    height: 155px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 230px;
}

#nav-main li.preview>ul>.preview-title {
    background: #fff !important;
    color: #77787b !important;
    font-size: 14px;
    line-height: 18px;
    padding: 1px 0;
    position: absolute;
    right: 10px;
    text-align: center;
    text-shadow: none !important;
    top: 175px;
    width: 230px;
}

#nav-main li.preview>ul>.preview-line {
    background: #d9d8da;
    bottom: 15px;
    position: absolute;
    right: 250px;
    top: 15px;
    width: 1px;
}


/* HEADER > Navigation > Main navigation > Third level */
#nav-main ul ul .has_submenu>a>.submenus {
    background: url(../images/sprite.png) -170px -106px no-repeat;
    display: block;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 5px;
}

#nav-main ul ul .has_submenu>a:hover>.submenus,
#nav-main ul ul .has_submenu>a:focus>.submenus,
#nav-main ul ul .has_submenu.sfHover>a>.submenus,
#nav-main ul ul .has_submenu.current-menu-item>a>.submenus,
#nav-main ul ul .has_submenu.current-menu-ancestor>a>.submenus {
    background-position: -170px -126px;
}


#nav-main ul ul li:hover>ul,
#nav-main ul ul li.sfHover>ul {
    left: 245px !important;
    margin-left: 0;
    top: 1px;
}

#nav-main ul ul li:hover>ul::before,
#nav-main ul ul li.sfHover>ul::before {
    border-bottom: 10px solid transparent !important;
    border-left: none !important;
    border-right: 10px solid #fff !important;
    border-top: 10px solid transparent !important;
    left: -10px;
    top: 13px !important;
}


/* SLIDER */
#slider {
    background: #d9d8da;
    position: relative;
    z-index: 10;
}

.banner-title{
    font-size: 39px !important;
    font-family: GorditaBold !important;
    line-height: 1 !important;
    /*white-space: normal !important;*/
    /*width: 320px !important;*/
}
.banner-subtitle{
    font-size: 16px !important;
    font-family: GorditaRegular !important;
    font-weight: bold !important;
}
.banner-btn{
    font-size: 20px !important;
    font-family: GorditaBold !important;
    color: #0D2F7A !important;
    background: white !important;
}

.banner-title::before{
    content: '';
    display: block;
    width: 280px;
    height: 2px;
    background: white;
    position: absolute;
    left: -102%;
    top: 50%;
    transform: translateY(-50%);
}
.banner-btn::after{
    content: '';
    display: block;
    width: 325px;
    height: 2px;
    background: white;
    position: absolute;
    left: 115%;
    top: 50%;
    transform: translateY(-50%);
}

/* POST THUMBNAIL */
#post-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0 0 33.33%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#post-thumbnail img {
    display: none;
}


/* MAP */
#gmap {
    height: 0;
    padding: 0 0 25%;
    width: 100%;
}


/* RIBBON */
#ribbon {
    background: #fff;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 0 0 20px;
    width: 100%;
}

/* READ MORE */
.content-readmore {
    background: #fff;
    color: #fff;
    display: block;
    font-size: 0;
    height: 40px;
    line-height: 0;
    margin: 0 0 10px;
    outline: none;
    position: relative;
    text-indent: -9999px;
    z-index: 100;
}

.content-readmore>span {
    background: #fff url(../images/sprite.png) 0 -80px no-repeat;
    display: block;
    height: 80px;
    left: 50%;
    margin: 0 0 0 -40px;
    position: absolute;
    top: -30px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* Fresh fish of the day */
#freshfish {
    margin: 0 auto 50px;
    text-align: center;
}

#freshfish_icon {
    display: inline-block;
    margin-right: 30px;
    width: 245px;
    height: 176px;
    vertical-align: middle;
}

#freshfish_title {
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
}

#freshfish_title h2 {
    font-size: 48px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 35px;
}

#freshfish_title h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
    font-weight: bold;
}

.en #freshfish {
    display: none;
}

/* Slogan */
#slogan {
    font-size: 52px;
    font-family: GorditaBold;
    color: white;
}
.slogan-sec{
    position: relative;
}
.slogan-sec img{
    width: 100%;
}
.slogan-sec #content{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

/* CONTENT */
#content {
    margin: 0 auto;
    padding: 0 20px 40px;
    width: 1023px;
}
.home-content-box{
    border: 3px solid #0D2F7A;
    padding: 60px;
    height: 100%;
}
.home-h3{
    font-size: 25px;
    font-family: GorditaBold;
}
.home-content-box a span{
    font-size: 30px;
    margin-right: 20px;
}
.home-content-box a{
    font-family: GorditaBold;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.home-content-box:nth-child(2n+1){
    margin-right: 25px;    
}
.home-content-box:nth-child(2n+2){
    margin-left: 25px;    
}
.home-content-box2{
    border: none;
    background: #EE7651;
    color: white;
}
.home-content-box3{
    border: none;
    background: #0D2F7A;
    color: white;
}
.home-content-box2 a, .home-content-box3 a{
    color: white;    
}
#content p {
    /*text-align: justify;*/
}

#content img {
    max-width: 100%;
}


#content ol {
    margin: 0 0 20px 25px;
}

#content ol ol,
#content ul:not(.verkooppunten) ol {
    margin: 5px 0 0 25px;
}

#content ul {
    list-style: square;
    margin: 0 0 20px 10px;
}

#content ul ul,
#content ol ul {
    margin: 5px 0 0 10px;
}

#content ul ul li,
#content ol ul li {
    list-style: circle;
}

#content ol li,
#content ul:not(.verkooppunten) li {
    margin: 0 0 5px 25px;
}

#content img.responsive {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}


/* CONTENT - breadcrumbs */
#breadcrumbs {
    color: #a9a8ab;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 20px;
}

#breadcrumbs a {
    color: #a9a8ab;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: #0d4786;
}


/* CONTENT - download button */
#content a.download {
    background: #d9d8da;
    color: #0d4786;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    margin: 5px;
    padding: 7px 15px 12px 75px;
    position: relative;
    text-align: left;
    text-decoration: none;
}

#content a.download,
#content a.download::before {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#content a.download:hover,
#content a.download:focus,
#content a.download:hover::before,
#content a.download:focus::before {
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}

#content a.download::before {
    background: #fff url(../images/sprite.png) 0 -300px no-repeat;
    content: '';
    display: block;
    font-size: 0;
    height: 40px;
    left: 13px;
    line-height: 0;
    position: absolute;
    top: 13px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#content a.download::after {
    color: #0d4786;
    content: 'Download';
    display: block;
    font-size: 12px;
    line-height: 14px;
}

#content a.download[href$='.pdf']::after {
    content: 'Download - PDF' !important;
}

#content a.download:hover,
#content a.download:focus {
    background-color: #64646a;
    color: #fff;
}

#content a.download:hover::before,
#content a.download:focus::before {
    background-position: 0 -340px;
}

#content a.download:hover::after,
#content a.download:focus::after {
    color: #77787b;
}


/* FOOTER - Recensies
 *************************************************************************************************/
#recensies-wrap {
    /*background-color: #64646a;*/
    width: 100%;
    position: relative;
    overflow: hidden;
}

#recensies-wrap::before{
    content: '';
    display: block;
    background: url(../images/testi-bg1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    width: 1000px;
    height: 350px;
    position: absolute;
    left: -835px;
    top: 50%;
    transform: translateY(-50%);
}

#recensies-wrap::after{
    content: '';
    display: block;
    background: url('../images/testi-bg2.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}

#recensies {
    margin: 0 auto;
    padding: 100px 20px;
    width: 1023px;
    color: #0D2F7A;
}

#recensies .item {
    /*font-size: 24px;*/
    /*font-style: italic;*/
    /*line-height: 36px;*/
    /*padding: 0 2.5%;*/
    /*text-align: center;*/
    width: 400px;
    margin: auto;
}

#recensies .item h3{
    font-size: 30px;
    font-family: GorditaBold;
}
#recensies .item p{
    margin: 0;
    padding: 0;
    font-family: GorditaRegular;
}


/* FOOTER - Latest news
 *************************************************************************************************/
#latest-news {
    margin: 0 auto;
    padding: 30px 20px;
    width: 1200px;
}

#latest-news .item {
    padding: 0 10px;
}

#latest-news a {
    text-decoration: none;
}

#latest-news a:hover,
#latest-news a:focus {
    color: #0d4786 !important;
}

#latest-news .entry-meta {
    font-style: italic;
    margin: 0 0 10px;
}

#latest-news h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 0 20px 0 30px;
}

#latest-news h2>a {
    color: #646569;
}

#latest-news p {
    display: block;
    margin: 0;
    padding: 0 20px 0 30px;
    text-align: justify;
}

#latest-news .readmore {
    float: right;
    font-size: 16px;
    font-style: italic;
    padding: 0 10px;
    text-transform: lowercase;
}


/* FAT FOOTER
 *************************************************************************************************/
#fat-footer-wrap {
    background: #0D2F7A;
    width: 100%;
    font-family: GorditaRegular;
}

#fat-footer {
    color: #fff;
    margin: 0 auto;
    padding: 35px 20px;
    width: 1200px;
}
.footer-bg{
    width: 100%;    
}
.logo-footer {
    display: block;
    float: left;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 17%;
    padding: 0;
    vertical-align: middle;
    width: 25%;
    height: auto;
    max-width: 178px;
}



#hcard {
    float: left;
    margin: 0 0;
    /*width: 23%;*/
}


#hcard {}

#hcard h2,
#hcard p {
    font-size: 20px;
    line-height: 35px;
    margin: 0;
    font-family: GorditaBold;
}

#hcard a {
    color: #fff;
    text-decoration: none;
}

#hcard a:hover,
#hcard a:focus {
    text-decoration: underline;
}

#hcard .prefix {
    display: inline-block;
    width: 40px;
}

.vcard .type {
    display: none;
}

.vcard .tel {
    white-space: nowrap;
}

#nav-footer {
    float: right;
    width: 35%;
    margin: 0;
    font-family: GorditaLight;
}

#nav-footer ul {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-footer li {
    /*background: url(../images/sprite.png) -165px 10px no-repeat;*/
    display: block;
    float: left;
    list-style: none;
    margin: 1px 2%;
    padding: 0 0 0 20px;
    width: 46%;
}

#nav-footer a {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding: 2px 5px;
    text-decoration: none;
}

#nav-footer a:hover,
#nav-footer a:focus {
    text-decoration: underline;
}


/* FOOTER
 *************************************************************************************************/
#footer-wrap {
    background: #fff;
    width: 100%;
}

#footer {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px;
    width: 1200px;
    color: #EE7651;
    font-family: GorditaRegular;
}

#footer a {
    color: #EE7651;
    text-decoration: none;
}

#footer a:hover,
#footer a:focus {
    color: #0d4786;
}


#footer p {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 5px 0;
    position: relative;
}

#footer span {
    display: inline-block;
    padding: 0 5px;
}

/*#footer p:after { background: #d9d8da; content: ''; display: block; height: 1px; left: 0; position: absolute; top: 50%; width: 100px; }*/
#footer .display {
    display: none;
}

#about-the-author {
    display: inline-block;
    float: right;
    padding: 0;
    vertical-align: bottom;
    position: relative;
}

#about-the-author a {
    text-shadow: none;
    position: relative;
    outline: 0;
}

#about-the-author a span {
    padding: 0;
}

#about-the-author a:hover {
    color: inherit;
}

#about-the-author a .o {
    display: none;
}

#about-the-author a .media {
    color: #d14943;
}

#about-the-author a:before {
    display: block;
    position: absolute;
    left: -21px;
    bottom: 0;
    content: ' ';
    border: 2px solid #d14943;
    border-radius: 50%;
    width: 19px;
    height: 19px;
}


/* NextGen Gallery
 *************************************************************************************************/
.ngg-galleryoverview {
    font-size: 0;
    line-height: 0;
    margin: 0 0 20px;
}

.ngg-galleryoverview>.ngg-gallery-thumbnail-box {
    float: left;
    width: 25%;
}

.ngg-galleryoverview>.ngg-gallery-thumbnail-box>.ngg-gallery-thumbnail {
    text-align: center;
}

.ngg-galleryoverview>.ngg-gallery-thumbnail-box>.ngg-gallery-thumbnail>a {
    background: #000 url(../images/zoom.png) center center no-repeat;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    display: block;
    overflow: hidden;
}

.ngg-galleryoverview>.ngg-gallery-thumbnail-box>.ngg-gallery-thumbnail>a>img {
    filter: Alpha(Opacity=99);
    height: auto;
    opacity: .99;
    width: 100%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.ngg-galleryoverview>.ngg-gallery-thumbnail-box>.ngg-gallery-thumbnail>a:hover>img {
    filter: Alpha(Opacity=75);
    opacity: .75;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ngg-clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
}


/* OFF-CANVAS NAVIGATION
 *************************************************************************************************/
#nav-mobile-toggle {
    background: #0d4786 url(../images/sprite.png) 0 -238px no-repeat;
    border: 10px solid #fff;
    display: none;
    font-size: 0;
    height: 85px;
    line-height: 0;
    position: fixed;
    right: 2%;
    text-decoration: none;
    top: 20px;
    width: 100px;
    z-index: 1010;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
}


#off-canvas {
    background: #0d4786;
    border-right: 5px solid #0d4786;
    display: none;
    height: 100%;
    margin: 0 0 0 -70%;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: 1001;
    -webkit-transition: margin .5s;
    -moz-transition: margin .5s;
    -o-transition: margin .5s;
    transition: margin .5s;
}

#off-canvas-overlay {
    background: transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: margin .5s;
    -moz-transition: margin .5s;
    -o-transition: margin .5s;
    transition: margin .5s;
}

.off-canvas-visible #nav-mobile-toggle {
    background-position: -80px -238px;
}

.off-canvas-visible #off-canvas {
    margin: 0 !important;
}

.off-canvas-visible #off-canvas-overlay {
    background: rgba(255, 255, 255, .8);
    z-index: 1000;
}


#nav-mobile {
    padding: 20px 0 0;
}

#nav-mobile ul {
    margin: 0 auto 20px;
    width: 90%;
}

#nav-mobile li {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#nav-mobile li:first-child {
    border: none;
}

#nav-mobile a {
    color: #fff;
    display: block;
    line-height: 30px;
    padding: 5px 2% 5px 10%;
    position: relative;
    text-align: center;
    text-decoration: none;
}

#nav-mobile a:before {
    background: rgba(255, 255, 255, .1) url(../images/sprite.png) -115px -40px no-repeat;
    border-right: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

#nav-mobile .home a:before {
    background-position: 5px 0;
}

#nav-mobile .facebook a:before {
    background-position: -75px 0;
}

#nav-mobile .phone a:before {
    background-position: -115px 0;
}

#nav-mobile .login a:before {
    background-position: -35px 0;
}

#nav-mobile a:hover,
#nav-mobile a:focus {
    background-color: rgba(255, 255, 255, .1);
}


/* ARCHIVES
 *************************************************************************************************/
#content .single-post {
    border-top: 1px solid #d9d8da;
    margin: 0 0 10px;
    padding: 20px 0 10px;
}

#content .single-post.first {
    border: none;
}

#content .single-post figure {
    background: #000;
    display: block;
    float: left;
    font-size: 0;
    line-height: 0;
    max-width: 350px;
    width: 31%;
}

#content .single-post figure a {
    display: block;
    overflow: hidden;
}

#content .single-post figure img {
    filter: Alpha(Opacity=99);
    height: auto;
    opacity: .99;
    width: 100%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

#content .single-post figure a:hover>img,
#content .single-post figure a:focus>img {
    filter: Alpha(Opacity=75);
    opacity: .75;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#content .single-post figcaption {
    display: none;
}

#content .single-post .entry-header {
    float: right;
    width: 65%;
}

#content .single-post .entry-title {
    margin: 0 0 5px;
}

#content .single-post .entry-title a {
    text-decoration: none;
}

#content .single-post .entry-title a:hover {
    color: #990005;
}

#content .single-post .entry-meta {
    font-size: 16px;
    margin: 0 0 20px;
}

#content .single-post .entry-date {
    font-style: italic;
}

#content .single-post .byline {
    display: none;
}

#content .single-post .cat-links {}

#content .single-post .cat-links a {
    color: #77787b;
    text-decoration: none;
}

#content .single-post .cat-links a {
    color: #0d4786;
    text-decoration: none;
}

#content .single-post .entry-content {
    float: right;
    width: 65%;
}

#content .single-post .entry-content .readmore {
    font-size: 16px;
}


/* SINGLE POST
 *************************************************************************************************/
.entry-thumbnail {
    float: right;
    margin: 0 0 20px 30px;
}


/* SEO
 *************************************************************************************************/

/* SEO > Seo link */
.seo-link {
    color: #77787b !important;
    cursor: text !important;
    outline: none !important;
    text-decoration: none !important;
}


/* SEO > Thumb */
.seo-thumb {
    background: #0d4786;
    float: left;
    font-size: 0;
    line-height: 0;
    margin: 5px 15px 10px 0;
}


/* SEO > WordCloud */
h3.seo-wordcloud-title {
    clear: both;
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    width: 50%;
}

h3.seo-wordcloud-title::after {
    background: #a54f2b;
    bottom: -20px;
    content: '';
    display: block;
    font-size: 0;
    height: 1px;
    left: 50%;
    line-height: 0;
    margin: 0 0 0 -50px;
    position: absolute;
    width: 100px;
}


.seo-wordcloud {
    background: #0d4786;
    clear: both;
    margin: 0 auto 20px;
    padding: 5px 0;
    width: 90%;
}

.seo-wordcloud ul {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0 !important;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}

.seo-wordcloud li {
    display: inline;
}

.seo-wordcloud span,
.seo-wordcloud a {
    color: #bbb;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}

.seo-wordcloud a {
    text-decoration: none !important;
}

.seo-wordcloud .cloud_0 span,
.seo-wordcloud .cloud_0 a {
    color: #888 !important;
    font-size: 12px;
    line-height: 1;
    padding: 3px 3px;
}

.seo-wordcloud .cloud_1 span,
.seo-wordcloud .cloud_1 a {
    color: #999 !important;
    font-size: 14px;
    line-height: 1;
    padding: 3px 4px;
}

.seo-wordcloud .cloud_2 span,
.seo-wordcloud .cloud_2 a {
    color: #bbb !important;
    font-size: 18px;
    line-height: 1;
    padding: 3px 5px;
}

.seo-wordcloud .cloud_3 span,
.seo-wordcloud .cloud_3 a {
    color: #ddd !important;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    padding: 3px 6px;
}

.seo-wordcloud .cloud_4 span,
.seo-wordcloud .cloud_4 a {
    color: #fff !important;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    padding: 5px 7px;
}

.seo-wordcloud a:hover {
    background-color: #0d4786 !important;
    color: #fff !important;
}


/* SEO > Gallery */
h3.seo-gallery-title {
    clear: both;
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    width: 50%;
}

h3.seo-gallery-title::after {
    background: #0d4786;
    bottom: -20px;
    content: '';
    display: block;
    font-size: 0;
    height: 1px;
    left: 50%;
    line-height: 0;
    margin: 0 0 0 -50px;
    position: absolute;
    width: 100px;
}


#content ul.seo-gallery {
    clear: both;
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

#content ul.seo-gallery>li {
    background: none !important;
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25%;
}

#content ul.seo-gallery>li>a {
    background: #000 url(../images/zoom.png) center center no-repeat;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    display: block;
    overflow: hidden;
}

#content ul.seo-gallery>li>a>img {
    filter: Alpha(Opacity=99);
    height: auto;
    opacity: .99;
    width: 100%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

#content ul.seo-gallery>li>a:hover>img,
#content ul.seo-gallery>li>a:focus>img {
    filter: Alpha(Opacity=75);
    opacity: .75;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* SEO > Content Read More */
#content h3.readmore {
    display: none;
}

#content h3.readmore.animated {
    background: #0d4786;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto;
    min-width: 180px;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 20%;
    -webkit-appearance: none;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#content h3.readmore.animated:hover,
#content h3.readmore.animated:focus {
    background: #990005;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}


.readmore-wrap {
    clear: both;
}


/* FRONT PAGE
 *************************************************************************************************/
.home #quote {
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 1200px;
}

.home #quote>blockquote {
    display: block;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 15px;
    line-height: 80px;
    padding: 20px 60px;
    position: relative;
    text-align: center;
}

.home #quote>blockquote:before,
.home #quote>blockquote:after {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    content: '';
    display: block;
    font-size: 0;
    height: 60px;
    line-height: 0;
    position: absolute;
    width: 60px;
}

.home #quote>blockquote:before {
    background-position: -10px -170px;
    left: 0;
    top: 0;
}

.home #quote>blockquote:after {
    background-position: -90px -170px;
    bottom: 40px;
    right: 0;
}

.home .intro {
    max-width: 1023px;
    width: 100%;
    margin: 10px auto 40px;
    /*text-align: justify;*/
    padding: 20px;
}
.home .intro .home-title{
    font-size: 39px;
    font-family: GorditaBold;
    color: #0D2F7A;
}
.home .intro .home-p{
    font-family: GorditaBold;
}
.home-p{
    font-family: GorditaRegular;
}
.home-p-moretext {
    display: none;
    font-family: GorditaRegular;
}

.content-sec{
    position: relative;
}

.content-sec::before{
    content: '';
    display: block;
    width: 250px;
    height: 340px;
    background: url(../images/content-bg1.png);
    background-position: right top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.content-sec::after{
    content: '';
    display: block;
    width: 250px;
    height: 375px;
    background: url(../images/content-bg2.png);
    background-position: left center;
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: -1;
}

.home #content {
    /*margin: 0 auto 50px;*/
    /*-webkit-column-count: 2;*/
    /*-moz-column-count: 2;*/
    /*column-count: 2;*/

    /*-webkit-column-gap: 40px;*/
    /*-moz-column-gap: 40px;*/
    /*column-gap: 40px;*/
}

.home #content p {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
}


#buttons {
    margin: 60px auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
}

#buttons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    /*text-align: center;*/
    width: 100%;
}

#buttons li {
    display: inline-block;
    margin: 0 1%;
    padding: 0;
    /*text-align: center;*/
    vertical-align: top;
    width: 23%;
}

#buttons a {
    font-size: 18px;
    font-family: GorditaBold;
    color: #0D2F7A;
}

#buttons img {
    /*filter: Alpha(Opacity=99);*/
    height: auto;
    margin: 0 0 20px;
    max-width: 100%;
    /*opacity: .99;*/
    /*width: 100%;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    /*-webkit-box-shadow: 5px 5px 5px rgba(100, 101, 105, .2);*/
    /*-moz-box-shadow: 5px 5px 5px rgba(100, 101, 105, .2);*/
    /*-o-box-shadow: 5px 5px 5px rgba(100, 101, 105, .2);*/
    /*box-shadow: 5px 5px 5px rgba(100, 101, 105, .2);*/

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#buttons a:hover img {
    filter: Alpha(Opacity=75);
    opacity: .75;
    -webkit-box-shadow: 0 0 10px rgba(100, 101, 105, .75);
    -moz-box-shadow: 0 0 10px rgba(100, 101, 105, .75);
    -o-box-shadow: 0 0 10px rgba(100, 101, 105, .75);
    box-shadow: 0 0 10px rgba(100, 101, 105, .75);
}

#buttons h3 {
    font-size: 26px;
    font-family: GorditaBold;
    /*font-weight: 400;*/
    /*letter-spacing: -.5px;*/
    line-height: 30px;
}

#buttons p {
    font-size: 14px;
    letter-spacing: -.5px;
    line-height: 24px;
    font-family: GorditaRegular;
    /*text-align: center;*/
}

.subscribe-email input{
    border-color: #0D2F7A !important;
    color: #0D2F7A !important;
}
.subscribe-email input::placeholder{
    color: #0D2F7A !important;
}
.subscribe-submit{
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 18px !important;
    font-family: GorditaBold !important;
    color: #0D2F7A !important;
    text-decoration: underline !important;
}

#excerpt-wrap {
    background: #0D2F7A url('../images/excerpt-bg1.png');
    position: relative;
    background-repeat: repeat;
    background-position: center center;
    margin: 0 0 30px;
    padding: 50px 0 0px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;

}
.excerpt-wrap-bg2{
    position: absolute;
    width: 225px;
    bottom: -30px;
    left: -15px;
    transform: rotate(10deg);
}

#excerpt {
    color: #fff;
    margin: 0 auto;
    padding: 40px 20px;
    width: 1023px;
}

#excerpt h2 {
    font-size: 50px;
    /*font-weight: 400;*/
    line-height: 1;
    margin: 0 0 40px;
    /*text-align: center;*/
    font-family: GorditaRegular;
    /*font-weight: bold;*/
}

#excerpt .column-wrap {
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    line-height: 30px;
}
#excerpt .column-wrap ul:first-child{
    width: 40%;
    padding-left: 25px;
}
#excerpt .column-wrap ul:last-child{
    width: 57%;
    padding-left: 25px;
}

#excerpt .column-wrap p {
    margin-bottom: 0;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
}

#excerpt .column-wrap ul {
    margin-bottom: 0;
    text-align: left;
}

#realisaties-wrap {
    width: 100%;
}

#realisaties-wrap h2 {
    color: #646569;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}

#realisaties {
    font-size: 0;
    line-height: 0;
}

.realisatie a {
    background: #000;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.realisatie a * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.realisatie img {
    height: 300px;
    opacity: .9;
    width: 100%;
    object-fit: cover;
}

.realisatie span {
    /*background: rgba(0, 0, 0, .75);*/
    color: #fff;
    font-family: GorditaBold;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    left: 50%;
    letter-spacing: -1px;
    line-height: 30px;
    max-width: 80%;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.realisatie a:hover img,
.realisatie a:focus img {
    opacity: .99;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*.realisatie a:hover span,*/
/*.realisatie a:focus span {*/
/*    opacity: .99;*/
/*}*/


/* REALISATIES
 *************************************************************************************************/
.portfolio .realisatie {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    float: left;
    font-size: 0;
    line-height: 0;
    width: 25%;
}



/* VERKOOPPUNTEN - archief
 *************************************************************************************************/
#map-verkooppunten {
    height: 0;
    padding: 0 0 25%;
    width: 100%;
}


#search-verkooppunten {
    background: #d9d8da;
    margin: 0 auto 40px;
    padding: 10px 20px;
    text-align: center;
}

#search-verkooppunten p {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}

#search-verkooppunten .pm-field {
    margin: 0;
    width: auto !important;
}


#list-verkooppunten {
    padding: 20px 0 0;
}

#list-verkooppunten ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#list-verkooppunten li {
    border: 1px solid #d9d8da;
    display: block;
    float: left;
    list-style: none;
    margin: 0 0 20px;
    padding: 20px 30px 0;
    width: 32%;
}

#list-verkooppunten li:nth-child(3n+1) {
    clear: left;
}

#list-verkooppunten li:nth-child(3n+2) {
    margin: 0 2% 20px;
}

#list-verkooppunten a {
    text-decoration: none;
}

#list-verkooppunten h2>a:hover,
#list-verkooppunten h2>a:focus {
    color: #990005;
}

#list-verkooppunten .buttons {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 0;
    padding: 15px 0;
    text-align: center;
}


/* VERKOOPPUNTEN - detail
 *************************************************************************************************/
#get-directions {
    background: #d9d8da;
    margin: 0 auto 40px;
    padding: 10px 20px;
}

#get-directions p {
    margin: 0;
    text-align: center;
}

#get-directions .label {
    margin-bottom: 0;
}

#get-directions .pm-field {
    margin: 0 10px;
}

#get-directions .button {
    float: left;
}

#get-directions .print {
    background: url(../images/sprite.png) -40px -340px no-repeat;
    display: block;
    float: right;
    font-size: 0;
    height: 40px;
    line-height: 0;
    width: 40px;
}

#get-directions .print:hover,
#get-directions .print:focus {
    background-color: #0d4786;
    background-position: -40px -300px;
}

#map-directions {
    margin: 0 0 50px;
}

#map-directions td {
    padding: 5px 10px;
    vertical-align: middle;
}

.verkooppunt-address,
.verkooppunt-contact {
    float: left;
    margin: 0 5% 30px;
    width: 30%;
}

.verkooppunt-contact .tel {
    margin: 0;
}

.verkooppunt-contact .tel a {
    color: #77787b;
    text-decoration: none;
}

.verkooppunt-contact .tel a:hover {
    color: #0d4786;
}

.verkooppunt-contact .prefix {
    display: inline-block;
    width: 70px;
}

.verkooppunt-website {
    clear: both;
}

.verkooppunt-website .button {
    display: block;
    margin: 0 auto;
    min-width: 200px;
    width: 30%;
}


/* CONTACT
 *************************************************************************************************/
.page-template-contact {}

.page-template-contact #content-wrap {
    margin: 0 auto;
    width: 1200px;
}

.page-template-contact #content {
    float: left;
    width: 40%;
}

.page-template-contact #contactform {
    float: right;
    padding: 0 20px 40px 0;
    width: 55%;
}

.page-template-contact #contactform fieldset {
    padding: 15px 20px 20px;
}

.page-template-contact #contactform fieldset p {
    padding: 5px 0;
}


/* COOKIE DISCLAIMER
 *************************************************************************************************/
#cookie-disclaimer-wrap {
    background: rgba(238, 238, 238, 0.95);
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 999999999999;
}

#cookie-disclaimer-wrap.top {
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    border-top: 0px none;
    bottom: auto;
    top: 0;
}

#cookie-disclaimer {
    font-size: 0.778em;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#cookie-disclaimer .content {
    float: left;
    padding: 20px 2.5%;
    width: 47.5%;
}

#cookie-disclaimer .content p {
    text-align: justify;
}

#cookie-disclaimer .content p.controls {
    margin-top: 0.75em;
    text-align: center;
}

#cookie-disclaimer .content a:not(.button) {
    color: inherit;
    text-decoration: underline;
}

#cookie-disclaimer .cookies {
    float: right;
    padding: 20px 2.5%;
    width: 50%;
}

#cookie-disclaimer .cookies ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cookie-disclaimer .cookies li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cookie-disclaimer .cookies li+li {
    margin-top: 1em;
}

#cookie-disclaimer .cookies input {
    display: none;
}

#cookie-disclaimer .cookies label {
    display: block;
    padding-left: 80px;
    position: relative;
}

#cookie-disclaimer .cookies input:not(:disabled)+label {
    cursor: pointer;
}

#cookie-disclaimer .cookies label::before {
    background: #e2401c;
    border-radius: 12px;
    content: '';
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    left: 0;
    line-height: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 0;
}

#cookie-disclaimer .cookies label::after {
    background: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    font-size: 0;
    height: 18px;
    left: 3px;
    line-height: 0;
    margin-left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    transition: margin .35s;
    width: 18px;
    z-index: 1;
}

#cookie-disclaimer .cookies input[type=checkbox]:disabled+label::before {
    background: #787878;
}

#cookie-disclaimer .cookies input[type=checkbox]:checked:not(:disabled)+label::before {
    background-color: #0f834d;
}

#cookie-disclaimer .cookies input[type=checkbox]:checked+label::after {
    margin-left: 26px;
}


/* PRINT STYLES
 *************************************************************************************************/
@media print {

    * {
        background: transparent !important;
        border-color: #ccc !important;
        color: #000 !important;
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    /* Stuff to hide */
    .dont-print,
    #nav-main,
    #prestige {
        display: none;
    }

}