@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/DroidSerif.eot');
    src: url('../fonts/DroidSerif.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DroidSerif.woff2') format('woff2'),
        url('../fonts/DroidSerif.woff') format('woff'),
        url('../fonts/DroidSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* common */
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	font-family: "Droid Serif";
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #aaa;
    background: #052f3a;
}
img {
	border:0px;
	display:block;
	max-width: 100%;
}
a,input {
	outline:none;
	text-decoration: none;
	transition: all 0.3s;
}
ul,ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{

}
h1{
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    margin: revert;
    font-weight: 300;
    font-size: 4.5rem;
    line-height: normal;
}
h2{
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #eee;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 300;
    color: #ffffff;
}
h3 {
    font-family: 'Lobster', cursive;
    color: #529291;
    font-size: 180%;
    font-weight: 300;
    text-transform: none;
    width: 100%;
    display: block;
    padding-bottom: 2%;
    padding-top: 10px;
    line-height: 1.1;
    margin: revert;
}
h4{
}
h5{
}
h6{
}
.container-big{
	max-width: 1676px;
}
#content-wrap{
    overflow-x: hidden !important;
    position: relative;
}
figure{
	margin: 0;
}
.d-flex{
	display: flex;
}
.justify-center{
	justify-content: center !important;
}
.justify-end{
	justify-content: end !important;
}
.justify-between{
	justify-content: space-between !important;
}
.align-center{
	align-items: center;
}
.text-center{
    text-align: center;
}
.clear{
    clear: both;
}
strong {
    font-weight: 700;
}
.container {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1170px;
}
.row {
    margin-left: -30px;
}
.post {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 960px;
    clear: both;
}
.default-page p{
    margin-bottom: 20px;
}
.landing-view {
    background: 0 0;
    position: relative;
    min-height: 460px;
    padding-bottom: 120%;
}
@media (min-width: 960px) {
    .landing-view {
        padding-bottom: 0;
        min-height: 900px;
        height: 90vh;
    }
}

nav {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    position: fixed;
    top: 0px;
    display: inline-block;
    width: 100%;
    z-index: 200;
    background-color: #6EE1CA;
}
nav .navigation {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}
nav ul, nav li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
nav .navigation ul li {
    display: inline-block;
    padding: 15px 10px;
    color: #fff;
    line-height: 22px;
}
nav .navigation ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
nav .navigation-shoppingcart-icon {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    right: 30px;
    top: 13px;
}
nav .navigation-shoppingcart-icon::before {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0px;
    font-family: FontAwesome;
    font-weight: 200;
    font-size: 25px;
    line-height: 25px;
    content: '\f291';
    color: #fff;
    position: relative;
}
.grid_4 {
    width: 370px;
}
.grid_8 {
    width: 770px;
}
.headline-wrapper {
    position: relative;
    display: inline-block;
    top: 109px;
    width: 100%;
}
.main-headline {
    margin: 0;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #34495E;
}
.kop2 {
    font-family: 'Lobster', cursive;
    color: #529291;
    font-size: 28.8px;
    font-weight: 300;
    text-transform: none;
    display: block;
    padding-bottom: 42px;
    padding-top: 10px;
}
.kop1 {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #052f3a;
    font-weight: 700;
    font-size: 80%;
}
.kop4 {
    font-family: 'Lobster', cursive;
    color: #529291;
    font-weight: 300;
    text-transform: none;
    width: 100%;
    display: block;
    max-width: 800px;
    margin: 12px auto 0;
    padding: 0 70px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 22px;
}
.mobile-image {
    float: left;
    width: 100%;
    display: none;
}
.background-handler {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 2000;
}
.mountain-background-top-gradient {
    background-size: 100%;
    background-image: -moz-linear-gradient(#6ae2c9, #a0d6d8);
    background-image: -webkit-linear-gradient(#6ae2c9, #a0d6d8);
    background-image: linear-gradient(#6ae2c9, #a0d6d8);
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.mountain-background-bottom-gradient {
    background: url(../images/Lighthouse-Website-static-mobile.png) bottom center / 100% auto repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}
.element-handlers {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
}
.animated.wave-back {
    -webkit-animation-duration: 7.5s;
    animation-duration: 7.5s;
}
.animated.wave-middle {
    -webkit-animation-duration: 6.25s;
    animation-duration: 6.25s;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.layer-1 {
    height: 150px;
    z-index: 100;
    bottom: 0;
}
.layer-2 {
    height: 150px;
    z-index: 75;
    bottom: 20px;
}
.layer-3 {
    height: 130px;
    z-index: 50;
    bottom: 60px;
}
.layer-4 {
    height: 130px;
    z-index: 25;
    bottom: 80px;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.wave {
    position: absolute;
    bottom: -20px;
    left: -150px;
    z-index: 100;
    width: 1440px;
}
.vis-tank {
    height: 640px;
    position: relative;
    width: 100%;
    z-index: 102;
    margin-top: 100px;
}
.layer:after {
    content: "";
    display: table;
    clear: both;
}
.animated.vis-1 {
    -webkit-animation-duration: 29s;
    animation-duration: 29s;
    -webkit-animation-delay: -6.33333s;
    animation-delay: -6.33333s;
    top: 36%;
    left: 14%;
    width: 49px;
}
.vis {
    height: 74px;
    position: absolute;
    left: 0;
    background: url(../images/vis2.png) left center / 100% auto no-repeat;
    z-index: 20;
}
.vis .vis-tail {
    background: url(../images/vin2.png) left center / 100% auto no-repeat;
    width: 25.2525252525252525%;
    position: absolute;
    left: 0;
    height: 100%;
}
.vis:after {
    content: "";
    display: table;
    clear: both;
}
.animated.vis-1 {
    -webkit-animation-duration: 29s;
    animation-duration: 29s;
    -webkit-animation-delay: -6.33333s;
    animation-delay: -6.33333s;
    top: 36%;
    left: 14%;
    width: 49px;
}
.animated.vis-2 {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-delay: -2.66667s;
    animation-delay: -2.66667s;
    top: 29%;
    left: 13%;
    width: 27px;
}
.animated.vis-3 {
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-delay: -4.33333s;
    animation-delay: -4.33333s;
    top: 16%;
    left: 85%;
    width: 26px;
}
.animated.vis-4 {
    -webkit-animation-duration: 21s;
    animation-duration: 21s;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    top: 39%;
    left: 22%;
    width: 37px;
}
.animated.vis-5 {
    -webkit-animation-duration: 31s;
    animation-duration: 31s;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    top: 36%;
    left: 40%;
    width: 34px;
}
.animated.invert.vis-1 {
    -webkit-animation-duration: 26s;
    animation-duration: 26s;
    -webkit-animation-delay: -6.33333s;
    animation-delay: -6.33333s;
    top: 79%;
    right: 21%;
    width: 36px;
}
.vis.invert {
    right: 0;
    left: auto;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.animated.invert.vis-2 {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-delay: -3.66667s;
    animation-delay: -3.66667s;
    top: 77%;
    right: 69%;
    width: 28px;
}
.animated.invert.vis-3 {
    -webkit-animation-duration: 24s;
    animation-duration: 24s;
    -webkit-animation-delay: -1.33333s;
    animation-delay: -1.33333s;
    top: 36%;
    right: 24%;
    width: 36px;
}
.animated.invert.vis-4 {
    -webkit-animation-duration: 31s;
    animation-duration: 31s;
    -webkit-animation-delay: -1.66667s;
    animation-delay: -1.66667s;
    top: 20%;
    right: 96%;
    width: 44px;
}
.animated.invert.vis-5 {
    -webkit-animation-duration: 32s;
    animation-duration: 32s;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
    top: 49%;
    right: 14%;
    width: 38px;
}
.animated.vis-tail {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.boei-animatie {
    -webkit-animation-name: boei-animatie;
    animation-name: boei-animatie;
    transform-origin: bottom center;
}
.belletje-handler {
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 9000;
}
.layer:after {
    content: "";
    display: table;
    clear: both;
}
.boat, .boat-wrap, .boei {
    position: absolute;
    bottom: 0;
}
.boat-animation {
    -webkit-animation-name: boat-animation;
    animation-name: boat-animation;
    transform-origin: bottom center;
}
.landing-view .wrap {
    max-width: 1200px;
}
.item-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.wrap {
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    max-width: 960px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.belletjes {
    background: 0 0;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    opacity: .7;
}
.animated.belletjes {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.belletje-float.belletje-1 {
    -webkit-animation-duration: 47.5s;
    animation-duration: 47.5s;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    left: 49%;
    bottom: 1%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -3s;
    transition-delay: -3s;
}
.belletje-float.belletje-1 .belletjes {
    height: 14px;
    width: 14px;
    min-width: 5px;
}
.belletje-float.belletje-2 {
    -webkit-animation-duration: 35.5s;
    animation-duration: 35.5s;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
    left: 57%;
    bottom: 18%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -6s;
    transition-delay: -6s;
}
.belletje-float.belletje-2 .belletjes {
    height: 15px;
    width: 15px;
    min-width: 5px;
}
.belletje-float.belletje-3 {
    -webkit-animation-duration: 44.5s;
    animation-duration: 44.5s;
    -webkit-animation-delay: -9s;
    animation-delay: -9s;
    left: 89%;
    bottom: 45%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -9s;
    transition-delay: -9s;
}
.belletje-float.belletje-3 .belletjes {
    height: 6px;
    width: 6px;
    min-width: 5px;
}
.belletje-float.belletje-4 {
    -webkit-animation-duration: 30.5s;
    animation-duration: 30.5s;
    -webkit-animation-delay: -12s;
    animation-delay: -12s;
    left: 13%;
    bottom: 36%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -12s;
    transition-delay: -12s;
}
.belletje-float.belletje-4 .belletjes {
    height: 12px;
    width: 12px;
    min-width: 5px;
}
.belletje-float.belletje-5 {
    -webkit-animation-duration: 37.5s;
    animation-duration: 37.5s;
    -webkit-animation-delay: -15s;
    animation-delay: -15s;
    left: 63%;
    bottom: 77%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -15s;
    transition-delay: -15s;
}
.belletje-float.belletje-5 .belletjes {
    height: 13px;
    width: 13px;
    min-width: 5px;
}
.belletje-float.belletje-6 {
    -webkit-animation-duration: 52.5s;
    animation-duration: 52.5s;
    -webkit-animation-delay: -18s;
    animation-delay: -18s;
    left: 2%;
    bottom: 19%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -18s;
    transition-delay: -18s;
}
.belletje-float.belletje-6 .belletjes {
    height: 12px;
    width: 12px;
    min-width: 5px;
}
.belletje-float.belletje-7 {
    -webkit-animation-duration: 40.5s;
    animation-duration: 40.5s;
    -webkit-animation-delay: -21s;
    animation-delay: -21s;
    left: 50%;
    bottom: 69%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -21s;
    transition-delay: -21s;
}
.belletje-float.belletje-7 .belletjes {
    height: 11px;
    width: 11px;
    min-width: 5px;
}
.belletje-float.belletje-8 {
    -webkit-animation-duration: 41.5s;
    animation-duration: 41.5s;
    -webkit-animation-delay: -24s;
    animation-delay: -24s;
    left: 17%;
    bottom: 34%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -24s;
    transition-delay: -24s;
}
.belletje-float.belletje-8 .belletjes {
    height: 8px;
    width: 8px;
    min-width: 5px;
}
.belletje-float.belletje-9 {
    -webkit-animation-duration: 39.5s;
    animation-duration: 39.5s;
    -webkit-animation-delay: -27s;
    animation-delay: -27s;
    left: 42%;
    bottom: 15%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -27s;
    transition-delay: -27s;
}
.belletje-float.belletje-9 .belletjes {
    height: 13px;
    width: 13px;
    min-width: 5px;
}
.belletje-float.belletje-10 {
    -webkit-animation-duration: 31.5s;
    animation-duration: 31.5s;
    -webkit-animation-delay: -30s;
    animation-delay: -30s;
    left: 73%;
    bottom: 7%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -30s;
    transition-delay: -30s;
}
.belletje-float.belletje-10 .belletjes {
    height: 13px;
    width: 13px;
    min-width: 5px;
}
.belletje-float.belletje-11 {
    -webkit-animation-duration: 40.5s;
    animation-duration: 40.5s;
    -webkit-animation-delay: -33s;
    animation-delay: -33s;
    left: 31%;
    bottom: 39%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -33s;
    transition-delay: -33s;
}
.belletje-float.belletje-11 .belletjes {
    height: 8px;
    width: 8px;
    min-width: 5px;
}
.belletje-float.belletje-12 {
    -webkit-animation-duration: 51.5s;
    animation-duration: 51.5s;
    -webkit-animation-delay: -36s;
    animation-delay: -36s;
    left: 67%;
    bottom: 50%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -36s;
    transition-delay: -36s;
}
.belletje-float.belletje-12 .belletjes {
    height: 9px;
    width: 9px;
    min-width: 5px;
}
.belletje-float.belletje-13 {
    -webkit-animation-duration: 40.5s;
    animation-duration: 40.5s;
    -webkit-animation-delay: -39s;
    animation-delay: -39s;
    left: 88%;
    bottom: 58%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -39s;
    transition-delay: -39s;
}
.belletje-float.belletje-13 .belletjes {
    height: 11px;
    width: 11px;
    min-width: 5px;
}
.belletje-float.belletje-14 {
    -webkit-animation-duration: 51.5s;
    animation-duration: 51.5s;
    -webkit-animation-delay: -42s;
    animation-delay: -42s;
    left: 36%;
    bottom: 51%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -42s;
    transition-delay: -42s;
}
.belletje-float.belletje-14 .belletjes {
    height: 10px;
    width: 10px;
    min-width: 5px;
}
.belletje-float.belletje-15 {
    -webkit-animation-duration: 27.5s;
    animation-duration: 27.5s;
    -webkit-animation-delay: -45s;
    animation-delay: -45s;
    left: 26%;
    bottom: 50%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -45s;
    transition-delay: -45s;
}
.belletje-float.belletje-15 .belletjes {
    height: 7px;
    width: 7px;
    min-width: 5px;
}
.belletje-float.belletje-16 {
    -webkit-animation-duration: 38.5s;
    animation-duration: 38.5s;
    -webkit-animation-delay: -48s;
    animation-delay: -48s;
    left: 61%;
    bottom: 30%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -48s;
    transition-delay: -48s;
}
.belletje-float.belletje-16 .belletjes {
    height: 11px;
    width: 11px;
    min-width: 5px;
}
.belletje-float.belletje-17 {
    -webkit-animation-duration: 29.5s;
    animation-duration: 29.5s;
    -webkit-animation-delay: -51s;
    animation-delay: -51s;
    left: 19%;
    bottom: 78%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -51s;
    transition-delay: -51s;
}
.belletje-float.belletje-17 .belletjes {
    height: 6px;
    width: 6px;
    min-width: 5px;
}
.belletje-float.belletje-18 {
    -webkit-animation-duration: 50.5s;
    animation-duration: 50.5s;
    -webkit-animation-delay: -54s;
    animation-delay: -54s;
    left: 22%;
    bottom: 34%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -54s;
    transition-delay: -54s;
}
.belletje-float.belletje-18 .belletjes {
    height: 11px;
    width: 11px;
    min-width: 5px;
}
.belletje-float.belletje-19 {
    -webkit-animation-duration: 29.5s;
    animation-duration: 29.5s;
    -webkit-animation-delay: -57s;
    animation-delay: -57s;
    left: 86%;
    bottom: 62%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -57s;
    transition-delay: -57s;
}
.belletje-float.belletje-19 .belletjes {
    height: 7px;
    width: 7px;
    min-width: 5px;
}
.belletje-float.belletje-20 {
    -webkit-animation-duration: 43.5s;
    animation-duration: 43.5s;
    -webkit-animation-delay: -60s;
    animation-delay: -60s;
    left: 55%;
    bottom: 58%;
    opacity: .4;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transition-delay: -60s;
    transition-delay: -60s;
}
.belletje-float.belletje-20 .belletjes {
    height: 9px;
    width: 9px;
    min-width: 5px;
}
@keyframes wave-back {
    0% {
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@keyframes wave-front {
    0% {
        -webkit-transform: translate3d(0, -2.5%, 0);
        transform: translate3d(0, -2.5%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(0, 2.5%, 0);
        transform: translate3d(0, 2.5%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translate3d(0, -2.5%, 0);
        transform: translate3d(0, -2.5%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@keyframes wave-middle {
    0% {
        -webkit-transform: translate3d(0, 3%, 0);
        transform: translate3d(0, 3%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(0, -3%, 0);
        transform: translate3d(0, -3%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translate3d(0, 3%, 0);
        transform: translate3d(0, 3%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@keyframes boei-animatie {
    0% {
        -webkit-transform: translate3d(0%, -.5%, 0) rotate3d(0, 0, 1, 7.5deg);
        transform: translate3d(0%, -.5%, 0) rotate3d(0, 0, 1, 7.5deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(0%, .5%, 0) rotate3d(0, 0, 1, -7.5deg);
        transform: translate3d(0%, .5%, 0) rotate3d(0, 0, 1, -7.5deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translate3d(0%, -.5%, 0) rotate3d(0, 0, 1, 7.5deg);
        transform: translate3d(0%, -.5%, 0) rotate3d(0, 0, 1, 7.5deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@keyframes boat-animation {
    0% {
        -webkit-transform: translate3d(0%, -.5%, 0) rotate3d(0, 0, 1, 1.5deg);
        transform: translate3d(0%, -.5%, 0) rotate3d(0, 0, 1, 1.5deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(0%, .5%, 0) rotate3d(0, 0, 1, -1.5deg);
        transform: translate3d(0%, .5%, 0) rotate3d(0, 0, 1, -1.5deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translate3d(0%, -.5%, 0) rotate3d(0, 0, 1, 1.5deg);
        transform: translate3d(0%, -.5%, 0) rotate3d(0, 0, 1, 1.5deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@keyframes vis-animation {
    0% {
        left: -300px;
        -webkit-transform: translate3d(-10%, -50%, 0);
        transform: translate3d(-10%, -50%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    25% {
        -webkit-transform: translate3d(10%, 50%, 0);
        transform: translate3d(10%, 50%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(-10%, -50%, 0);
        transform: translate3d(-10%, -50%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    75% {
        -webkit-transform: translate3d(10%, 50%, 0);
        transform: translate3d(10%, 50%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        left: 2800px;
        -webkit-transform: translate3d(-10%, -50%, 0);
        transform: translate3d(-10%, -50%, 0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@keyframes vis-fin-animation {
    0% {
        -webkit-transform: skewX(10deg) skewY(-10deg);
        transform: skewX(10deg) skewY(-10deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: skewX(-10deg) skewY(10deg);
        transform: skewX(-10deg) skewY(10deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: skewX(10deg) skewY(-10deg);
        transform: skewX(10deg) skewY(-10deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@keyframes vis-invert-animation {
    0% {
        right: -300px;
        -webkit-transform: translate3d(-10%, -50%, 0) scaleX(-1);
        transform: translate3d(-10%, -50%, 0) scaleX(-1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    25% {
        -webkit-transform: translate3d(10%, 50%, 0) scaleX(-1);
        transform: translate3d(10%, 50%, 0) scaleX(-1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(-10%, -50%, 0) scaleX(-1);
        transform: translate3d(-10%, -50%, 0) scaleX(-1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    75% {
        -webkit-transform: translate3d(10%, 50%, 0) scaleX(-1);
        transform: translate3d(10%, 50%, 0) scaleX(-1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        right: 2800px;
        -webkit-transform: translate3d(-10%, -50%, 0) scaleX(-1);
        transform: translate3d(-10%, -50%, 0) scaleX(-1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@keyframes bounceInUp{
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes belletje-float-animation{
    0% {
        bottom: 0;
        opacity: .4;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    98% {
        opacity: .4;
    }
    100% {
        bottom: 83%;
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
}
@media (min-width: 768px) {
    .mountain-background-top-gradient {
        position: static;
        height: 50%;
    }
    .mountain-background {
        background: url(../images/horizon.jpg) bottom center / auto 100% repeat-x;
        padding-bottom: 93px;
        width: 100%;
    }
    .mountain-background-bottom-gradient {
        position: static;
        background-size: 100%;
        background-image: -moz-linear-gradient(#88c2b3, #a1d7d9);
        background-image: -webkit-linear-gradient(#88c2b3, #adcbbf);
        background-image: linear-gradient(#88c2b3, #a1d7d9);
        height: 30%;
    }
    .wave-front {
        -webkit-animation-name: wave-front;
        animation-name: wave-front;
    }
    .wave-back {
        -webkit-animation-name: wave-back;
        animation-name: wave-back;
    }
    .wave-middle {
        -webkit-animation-name: wave-middle;
        animation-name: wave-middle;
    }
    .wave-1 {
        background: url(../images/golf1.png) top center repeat-x;
        height: 100%;
    }
    .wave-2 {
        background: url(../images/golf2.png) top center repeat-x;
        bottom: 20px;
        height: 100%;
    }
    .wave-3 {
        background: url(../images/golf3.png) top center repeat-x;
        bottom: 60px;
        height: 100%;
    }
    .wave-4 {
        background: url(../images/golf4.png) top center repeat-x;
        bottom: 80px;
        height: 100%;
    }
    .boei {
        background: url(../images/boei.png) bottom center no-repeat;
        left: 0;
        right: 0;
        bottom: 100px;
        margin: 0 auto;
        height: 95px;
        width: 41px;
    }
    .boat {
        background: url(../images/boot.png) bottom center no-repeat;
        margin: 0 auto;
        left: 120px;
        right: 0;
        height: 312px;
        width: 479px;
        z-index: 20;
        bottom: 165px;
    }
    .beach {
        background: url(../images/strand.png) bottom center no-repeat;
        width: 1082px;
        height: 330px;
        position: absolute;
        bottom: 0;
        z-index: 60;
        left: 100%;
        margin-left: -60%;
    }
    .lighthouse {
        background: url(../images/vuurtoren.png) bottom center no-repeat;
        width: 177px;
        height: 378px;
        position: absolute;
        bottom: 200px;
        right: 20px;
        z-index: 55;
    }
    .animated.vis-1 {
        width: 89px;
    }
    .animated.vis-2 {
        width: 181px;
    }
    .animated.vis-3 {
        width: 142px;
    }
    .animated.vis-4 {
        width: 159px;
    }
    .animated.vis-5 {
        width: 126px;
    }
    .animated.invert.vis-1 {
        width: 135px;
    }
    .animated.invert.vis-2 {
        width: 128px;
    }
    .animated.invert.vis-3 {
        width: 126px;
    }
    .animated.invert.vis-4 {
        width: 169px;
    }
    .animated.invert.vis-5 {
        width: 120px;
    }
    .vis-animation {
        -webkit-animation-name: vis-animation;
        animation-name: vis-animation;
        transform-origin: center center;
    }
    .vis-invert-animation {
        -webkit-animation-name: vis-invert-animation;
        animation-name: vis-invert-animation;
        transform-origin: center center;
    }
    .vis-fin-animation {
        -webkit-animation-name: vis-fin-animation;
        animation-name: vis-fin-animation;
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@media (min-width: 960px) {
    .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .beach {
        left: auto;
        margin-left: 0;
        right: 0;
        margin-right: -50%;
    }
    .belletje-float {
        -webkit-animation-name: belletje-float-animation;
        animation-name: belletje-float-animation;
        transform-origin: bottom center;
    }
}
@media (min-width: 1200px) {
    .wave {
        left: 0;
        width: 200%;
        margin-left: -50%;
    }
}
.inner15 {
    padding: 15px;
}
.inner20 {
    padding: 0px 16px;
}
.content-section{
    padding-top: 23px;
}
.content-section h2{
    margin-bottom: 24px;
}
.left {
    width: 45%;
    padding-left: 5%;
    text-align: left;
    padding-bottom: 10%;
}
.right {
    width: 45%;
    text-align: left;
    padding-right: 5%;
}

.logo-section{
    padding-bottom: 53px;
}
.logo-section img {
    width: 100%;
    max-width: 200px;
}
.gallery-panel{
    max-width: 800px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#impressies a {
    padding: 5px;
    margin: 10px;
    display: inline-block;
    position: relative;
    width: 30%;
}
#impressies h2{
    margin-bottom: 9px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.rwd-table {
    margin: 0 auto;
    min-width: 250px;
}
.rwd-table {
    background: #07404f;
    font-family: "Droid Serif";
    color: #aaa;
    border-radius: .4em;
    overflow: hidden;
    margin-bottom: 3%;
}
.rwd-table th, .rwd-table td {
    margin: .5em 1em;
    line-height: 19px;
    text-align: left;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
}

.box {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding: 50px 0 63px;
}
.padding_15 {
    padding-left: 15px;
}
.grid_6 {
    width: 570px;
}
[class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
#boeken form fieldset, #boeken form .bookingbuttonarea .border {
    background-color: #07404f;
    border: none;
}
form {
    width: 100%;
    display: block;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
    width: 100%;
    display: block;
    font-family: Verdana, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    outline: 0;
    padding: 4px 8px;
    height: 30px;
    border: 1px solid #cccccc;
    margin: 0;
}
form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"], form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form fieldset {
    width: auto;
    border: 1px solid #e8e8e8;
    padding: 15px 15px 15px 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
form fieldset {
    background-color: transparent;
    margin: 0 0 15px 0;
    border: 1px solid #000;
    padding: 20px 15px;
}
form .formline {
    display: table;
    border-collapse: separate;
    width: 100%;
    min-height: 40px;
}
form .formline>.formfield:last-child {
    padding-right: 0;
}
form .formfield.fixedwidth_50 {
    width: 50%;
}
form .formfield {
    display: table-cell;
    padding-right: 10px;
    vertical-align: bottom;
}
form .helperfield {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}
form label {
    display: inline-block;
    position: relative;
    font-family: Verdana, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1px;
    color: #888;
    margin-top: 5px;
    margin-left: 2px;
}
#boeken form label {
    color: #fff;
    font-size: 13px;
}
form .helperfield>input {
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
}
#boeken form .helperfield>input {
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
}
form .helper {
    display: block;
    position: relative;
    border-radius: 4px;
    outline: 0;
    padding: 6px 10px 0px 10px;
    height: 30px;
    line-height: 15px;
    border: 1px solid #cccccc;
    border-left: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
}
form .helperline {
    display: table;
    border-collapse: separate;
    width: 100%;
}
form .formtextline {
    display: table;
    border-collapse: collapse;
    width: 100%;
    min-height: 40px;
    margin-top: 15px;
}
#boeken form .boeking-icon {
    color: #fff;
    text-align: center;
    display: table-cell;
}
form .formtextline .notification {
    display: table-cell;
    font-family: Verdana, sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
    padding-left: 15px;
    color: #fff;
}
#boeken form .boeking-icon::before {
    font-size: 24px;
}
form .formtextline .calendar_icon::before {
    display: inline;
    font: normal normal normal 30px / 1 FontAwesome;
    content: "\f073";
}
#boeken form fieldset, #boeken form .bookingbuttonarea .border {
    background-color: #07404f;
    border: none;
}
form .formline.border {
    border: 1px solid #000;
    padding: 15px 0px;
    margin: 0 0 15px 0;
    border-radius: 3px;
}
form .formline {
    display: table;
    border-collapse: separate;
    width: 100%;
    min-height: 40px;
}
#boeken form .formfield.centered {
    vertical-align: middle;
    text-align: center;
}
#boeken .price {
    font-family: Verdana, sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}
form .formfield.fixedwidth_50 {
    width: 50%;
}
form .formfield {
    display: table-cell;
    padding-right: 10px;
    vertical-align: bottom;
}
a.button-normal.green, .button-normal.green {
    color: #fff;
    background-color: #1d9e11;
}
a.button-normal, .button-normal {
    display: inline-block;
    font-family: Verdana, sans-serif;
    margin-bottom: 0;
    font-weight: 800;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* contact */
.logo-wit100 {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    max-width: 960px;
    clear: both;
}
.logo-wit100 img {
    width: 100%;
    max-width: 100px;
    margin: 0px auto 50px;
}
#contact_form {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 30px 0px 0px 0px;
    font-family: "Droid Serif";
    font-size: 16px;
    letter-spacing: 1.2px;
    border: 0px;
}
#contact_form input {
    height: 25px;
    border: 1px solid #0d4d5d;
    border-radius: 3px;
    padding-left: 4px;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 21px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    margin-bottom: 4px;
}
#contact_form textarea {
    border: 1px solid #0d4d5d;
    float: left;
    border-radius: 3px;
    padding: 4px;
    margin-bottom: 30px;
    height: 100px;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    background-color: transparent;
    color: #aaa;
    text-transform: uppercase;
}
.submit_btn {
    background-color: #529291 !important;
    border-radius: 5px !important;
    text-align: left !important;
    color: #fff !important;
    width: 100px !important;
    height: 30px !important;
    border: 1px !important;
    padding: 0px 8px !important;
    line-height: 30px !important;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
    line-height: 16px;
}
.wpcf7-form-control-wrap{
    margin-bottom: 10px;
    display: block;
}
.belnu_btn a {
    float: left;
    background-color: #529291;
    border-radius: 5px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    width: 100px;
    height: 30px;
    border: 1px;
    padding: 7px 10px 10px 10px;
    margin: 10px 0px 0px 0px;
}

#contact .test a{
    color: #aaa;
    border-bottom: 1px dotted #aaa;
    font-family: "Droid Serif";
}
.adres-box {
    padding-left: 4px;
    margin-top: 30px;
}
.adres-box {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 21px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.adres-box p{
    margin-bottom: 20px;
}
.vis-tank2 {
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 102;
    margin-top: 0px;
}
#algemenevoorwaarden h2 {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-size: 26px;
    margin-top: 26px;
    font-weight: 800;
    border-bottom: 1px solid #ddd;
    margin: revert;
    text-transform: none;
}
#algemenevoorwaarden {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
}

#algemenevoorwaarden a{
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}
#algemenevoorwaarden ol, #algemenevoorwaarden ul {
    margin: revert;
    padding: revert;
    margin-left: 2em;
}
#algemenevoorwaarden ul li {
    list-style: square outside;
}
#agentlogin {
    margin-top: 160px;
}
#agentlogin .group-header {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 1.6em;
    background-color: #07404f;
    margin-bottom: 20px;
}
#agentlogin .group-header h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
}
form fieldset.white {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 35px 15px 15px 15px;
}
form fieldset.white .whitelegend {
    font-family: Verdana, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    position: absolute;
    display: inline-block;
    text-decoration: none;
    margin-top: -22px;
}
form .formline {
    display: table;
    border-collapse: separate;
    width: 100%;
    min-height: 40px;
}
form .formline>.formfield:last-child {
    padding-right: 0;
}
form .buttonline {
    display: inline-block;
    text-align: center;
    padding: 20px 0px 0px 0px;
    width: 100%;
}
form .buttonline button {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    border-color: #000;
    font: 900 12px / 14px 'Lato', Arial, Helvetica;
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0px;
    min-width: 65px;
}
form .buttonline button:first-child {
    margin-right: 10px;
}
form .buttonline button.large {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 15px;
}

::-webkit-input-placeholder{color:#ffffff;}
:-moz-placeholder{color:#ffffff;}
::-moz-placeholder{color:#ffffff;}
:-ms-input-placeholder{color:#ffffff;}


#footer2 {
    float: left;
    width: 100%;
    background: url(../images/footer-sleepnetvissen.jpg);
    min-height: 800px;
    background-size: cover;
    background-position: center;
}
.footer-txt {
    text-align: center;
    width: 100%;
    margin-top: 100%;
    padding-bottom: 20px;
}
.footer-txt p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 21px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: bottom;
}
@media (min-width: 768px) {
    .belnu_btn {
        display: none;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .container {
        width: 940px;
    }
    .grid_4 {
        width: 300px;
    }
    .grid_8 {
        width: 620px;
    }
}
@media (min-width: 960px) and (max-width: 979px) {
    .container {
        width: 748px;
    }
    .grid_4 {
        width: 236px;
    }
    .grid_8 {
        width: 492px;
    }
    .grid_6 {
        width: 50%;
        margin: 0px;
        padding: 0px;
    }
    #boeken .padding_15{
        padding-right: 20px;
    }
}
@media (max-width: 960px) {
    nav{
        height: 50px;
    }
    nav .navigation-burger {
        display: inline-block;
        top: 5px;
        position: absolute;
        width: 35px;
        height: 35px;
        left: 25px;
        text-align: center;
        padding-top: 6px;
        z-index: 300;
        cursor: pointer;
    }
    nav .navigation-burger span {
        display: block;
        background-color: #fff;
        height: 3px;
        border-radius: 5px;
        width: 28px;
        margin: 5px 0px;
    }
    nav ul {
        position: absolute;
        background-color: #fff;
        top: 27px;
        display: none;
        width: 300px;
        margin-left: 0px;
        border-radius: 5px;
    }
    nav .navigation ul li {
        position: relative;
        display: inline-block;
        float: none;
        text-align: left;
        padding: 10px 30px 10px 15px;
        color: #000;
        width: 100%;
    }
    nav ul li a {
        display: inline-block;
        width: 100%;
    }
    nav ul.active {
        display: block;
    }
    nav .navigation-shoppingcart-icon {
        position: absolute;
        display: inline-block;
        width: 35px;
        height: 35px;
        right: 20px;
        top: 8px;
    }
    .container {
        width: 100%;
        padding: 0 30px;
    }
    .row{
        flex-direction: column;
        margin-left: 0px;
    }
    .grid_4,
    .grid_8 {
        width: 100%;
        margin: 0px;
    }
    .grid_6 {
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-bottom: 20px;
    }
    #boeken .padding_15{
        padding-right: 0px;
    }
    .box, .box_15 {
        padding: 25px 0px 0px 0px;
    }
    .content-section {
        padding-top: 30px;
    }
    .left-right-content{
        flex-direction: column;
    }
    .left {
        width: 100%;
        text-align: left;
        padding-left: 0%;
        padding-bottom: 20px;
    }
    .right {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }
    .logo-section {
        padding-bottom: 10px;
    }
    h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
    .landing-view {
        padding-bottom: 0;
    }
    h1 {
        font-size: 2.5rem;
    }
    .kop1 {
        padding: 0px 15px;
    }
	#content-wrap {
		padding-top: 40px;
	}
	.headline-wrapper {
		top: 70px;
	}
}