@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Quicksand', sans-serif;
}

#container {
    min-height: 100%;
    position: relative;
}

.mainHeader {
    width: 100%;
    height: 120px;
    background-color: #007f85;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.awards {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    background-color: #f6f6f6;
    font-size: 1.1em;
    font-weight: 700;
    color: #626262;
}

.awards img {
    width: 150px;
    margin-right: 10px;
}

.mainHeader nav {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    margin-right: 100px;
    ;
}

.mainHeader nav a {
    min-width: 130px;
    height: 100%;
    display: flex;
    padding-top: 40px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: white;
    border-bottom: 2px solid #007f85;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.mainHeader nav .active span {
    border-bottom: 2px solid white;
    color: white;
}

.link:hover span {
    border-bottom: 2px solid white;
    color: white;
}

.socials {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.socials img {
    width: 30px;
    margin: 0 10px;
}

.upontop {
    background-color: #007f85;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 10px;
    color: white;
    font-size: .9em;
}

.specialLink {
    width: 300px;
    padding-top: 0 !important;
    /* height: 130% !important; */
    z-index: 100;
    position: absolute;
    left: 0;
    border: none !important;
    padding: 30px;
    top: 10px;
    margin-bottom: 50px;
    ;
}

.upontop div {
    padding: 5px 0;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 20px;
}

.upontop a {
    color: white;
    font-size: .9em;
}

.upontop div img {
    width: 20px;
    margin-right: 5px;
}

.logo {
    /* height: 100%; */
    width: 90%;
}

.logoRes {
    height: 100%;
    display: none;
}

.slider {}

.slider article {
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.slideContent {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
}

.slideText {
    width: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.slideText h2 {
    margin-bottom: 20px;
    color: #007f85;
    background-color: rgba(255, 255, 255, 0.267);
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 40px;
    text-align: center;
}

.slideText p {
    letter-spacing: 1px;
    color: white;
    line-height: 150%;
    font-size: 1.3em;
    /* background-color: white; */
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.slideText a {
    color: #EC7870;
    font-weight: 700;
    text-decoration: none;
}

.slideimg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.slider .overlayer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
}

.smalltopbanner {
    height: 120px;
    width: 100%;
}

.bann {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.bann article {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.bann article h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 150%;
    letter-spacing: 2px;
    padding: 0 10px;
    border-left: #EC7870 4px solid;
}

.page {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.mainTitle {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.4em;
    color: #007f85;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
}

.mainTitle img {
    width: 35px;
    margin-right: 10px;
}

.pageHeader p {
    text-align: center;
    color: #757575;
    font-size: 1.1em;
    line-height: 150%;
    margin-top: 30px;
}

.pageHeader p strong {
    color: #ec7870;
}


/*=====RESMENU=====*/

.overlay {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 109;
    display: none;
}

.closebtn {
    position: absolute;
    left: 24px;
    top: 37px;
    width: 30px;
    cursor: pointer;
}

.menubtn {
    width: 30px;
    height: 30px;
    background-image: url(/images/menubtn.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
}

.resnav {
    position: fixed;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    max-width: 100%;
    width: 400px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 20px;
    padding-left: 0;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 130px;
    transition: all .3s;
    right: -450px;
    background-color: #fff;
}

.resnav a {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    font-weight: 700;
    color: #007f85;
    padding: 20px 0;
    padding-left: 20px;
    letter-spacing: 2px;
    border-left: 5px solid white;
}

.resnav a img {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0;
}

.resnav a:hover {
    border-left: 5px solid #007f85;
}

.resnav .active {
    border-left: 5px solid #007f85;
}

.innernav {
    width: 100%;
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: flex-start;
}

.innernav>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.6em;
    font-family: 'Oswald', sans-serif;
    transition: all .3s;
    padding: 18px 30px;
    font-weight: 400;
    margin: 10px 0;
    color: #000;
    position: relative;
    padding-left: 70px;
}

.innernav>a img {
    opacity: 0;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 20px;
    top: 55%;
    transform: translateY(-50%);
}

.innernav .active img {
    opacity: 1 !important;
}

.innernav>a:hover img {
    opacity: 1;
}

.topnav {
    top: 0;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #007f85;
}

.reslogo {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 180px;
    transform: translateY(-50%);
}


/*=====KAART=====*/

#kaart {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px;
    color: #101010;
    width: 100%;
    margin: auto;
}

.fa-french-fries {
    padding-bottom: 15px;
    font-size: 2rem;
}

#kaart h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: 2px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #007f85;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px;
    color: #fff;
    background-color: #007f85;
}

#kaart ul li {
    border-bottom: 1px dotted #000;
    font-size: .9em;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 8px 0;
    overflow: auto;
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
}

#kaart ul li span {
    width: 70%;
    display: inline-block;
}

.item {
    max-width: 60px;
    text-align: right;
    float: right;
}

.txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.6em;
}

.price_col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.6em;
}

.Prlijst>div {
    width: 33.33%;
    padding: 1%;
}


/*=================*/


/*=====TICKERTAPE=====*/

#ttcontainer {
    height: 350px;
    position: relative;
    background-image: url(/images/frietjes.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#ttcontainer .center {
    width: 96%;
}

#tickertape {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    background-color: rgba(255, 255, 255, 0.3);
}

#tickertape:after {
    clear: both;
    display: block;
    content: "";
}

#tickertapeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    letter-spacing: 2px;
    line-height: 180%;
}

.ticker_txt {
    color: #EC7870;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 150%;
    letter-spacing: 2px;
    padding: 0 10px;
}

.ticker_txt span {
    background-color: white;
    border-radius: 5px;
    padding: 5px 10px;
}

.ticker_txt p:first-child {
    padding-right: 100px;
}

.ticker_txt p:last-child {
    padding-left: 100px;
}

.ticker_txt strong {
    font-size: 120%;
    font-weight: bold;
}

.slogan {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 600;
    color: #007e8567;
    padding: 30px 0;
    padding-bottom: 50px;
    line-height: 140%;
}

.slogan strong {
    color: #007e85b7;
}


/*=================*/


/*=====BLOKKEN=====*/

.homepage {
    background-color: #f7f7f7;
}

.blokken_content {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 40px;
}

.blokken_row {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blokken_col {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

.blokken_col img {
    width: 100%;
}

.blokken_row:nth-child(even) {
    text-align: left;
}

.blokken_row:nth-child(even) .blokkentext {
    order: 0;
}

.blokken_row:nth-child(even) .blokkenimg {
    order: 1;
}

.blokken_row ul {
    list-style-type: disc;
    margin-top: 20px;
    padding-left: 30px;
}

.blokken_row ul li {
    line-height: 150%;
    color: #575756;
    font-size: 1.1em;
}

.blokken_col h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #007f85;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 150%;
    font-family: 'Quicksand', sans-serif;
}

.blokken_col p {
    line-height: 150%;
    color: #575756;
    font-size: 1.1em;
}

.blokken_col p a {
    background-image: none;
    padding: 0;
    color: #007f85;
    font-weight: 700;
}

.buttonmne {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid#007f85;
    text-transform: uppercase;
    color: #007f85;
    letter-spacing: 2px;
    margin-top: 15px;
    text-decoration: none;
    transition: all .3s;
}

.buttonmne:hover {
    background-color: #007f85;
    color: white;
}


/*=================*/

.tickertape {
    padding: 80px 50px;
    font-size: 5rem;
    color: #007f85b0;
    display: flex;
    justify-content: center;
}

.tickertape-placeholder {
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

.tickertape-placeholder .fa-french-fries {
    padding: 0;
}

.tickertape-img {
    width: 25px;
    height: 30px;
    background-color: #007f85;
}

.tickertape h2 {
    line-height: 140%;
    text-align: center;
}


/*=====FOOTER=====*/

footer {
    width: 100%;
    background-color: #007f85;
}

.innerfooter {
    max-width: 1400px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.innerfooter ul {
    width: 100%;
    display: inline-block;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-item {
    float: left;
    width: 25%;
    padding: 20px;
    padding-bottom: 0px;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    color: white;
    justify-content: space-between;
}

.fa-phone {
    padding-bottom: 31px;
}

.footer-item>div {
    position: relative;
    padding-left: 50px;
    margin: auto;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.footer-item>div>div:first-child {
    position: absolute;
    left: 0;
    width: 50px;
}

.footer-item>div>div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-item>div>div:nth-child(2) {
    width: auto;
}

.footer-item a {
    color: white;
    font-family: 'Quicksand', sans-serif;
}

.footer-item p {
    margin-bottom: 29px;
}

.footer-item img {
    display: block;
}

.siteby {
    color: #525454;
    text-align: center;
    line-height: 150%;
    font-size: .8em;
    padding: 5px;
    background-color: #ccd3d4;
}

.siteby a {
    color: #525454;
    text-decoration: none;
}

.specialP {
    margin-top: -5px;
    display: flex;
    justify-content: flex-start;
}

.specialP img {
    width: 25px;
    margin-right: 10px;
}


/*=================*/


/* Bevestiging */

.bevestiging_bg {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bevestiging {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    max-width: 700px;
    padding: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.bevestiging i {
    font-size: 2em;
    color: #007f85;
}

.bevestiging h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #007f85;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 700;
    font-size: 1.7em;
    text-align: center;
    color: #007f85;
    margin-bottom: 10px;
    width: 100%;
}

.bevestiging p {
    line-height: 150%;
    color: #007f85;
    font-size: 17px;
    font-weight: 200;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #007f85;
    font-weight: 200;
    color: white;
    margin-top: 20px;
    border: 1px solid #007f85;
}

.bevestiging a:hover {
    color: #007f85;
    background-color: transparent;
}


/* Einde Bevestiging*/


/* Cookie Melding */

.PL_Wrapper {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    z-index: 100;
    padding: 25px;
    transition: all .8s;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
    color: #007f85;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}

.PL_Buttons {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.PL_Buttons a {
    padding: 15px;
    background-color: #007f85;
    border: 1px solid #007f85;
    color: #fff;
    width: 48%;
    font-size: 1.2em;
    font-weight: 200;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #007f85;
}


/* Einde Cookie Melding */

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
}

#content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: #007f85;
    margin-bottom: 60px;
    margin-top: 100px;
}

#content-container h2 {
    color: #007f85;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 10px;
}

#content-container h3 {
    background: #007f85;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #007f85;
    font-weight: 700;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #4C4C4C;
    color: #fff;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}


/*=====SFEERBEELDEN=====*/

.sfeerbeelden {
    max-width: 1400px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    display: block;
}

.walloffame {
    width: 100%;
}

.walloffame>div {
    width: 25%;
    padding: 10px;
}

.walloffame>div>img {
    width: 100%;
    transition: all .5s;
    cursor: pointer;
}

.walloffame>div:hover>img {
    width: 102%;
    margin-top: -1%;
    margin-left: -1%;
}

.wof_item {
    position: relative;
}

.wof_item .wof_titel {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 20px;
    color: white;
    background-color: #007f85;
}

.wof_item.wof_ak>div {
    width: 100%;
    position: relative;
    background-color: #ef5b1f;
}

.wof_item.wof_ak>div>span {
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #fff;
}

.wof_item.wof_ak>div:after {
    padding-top: 100%;
    content: '';
    display: block;
}


/*=================*/


/*====CONTACT====*/

.contactpage {
    max-width: 1400px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}

.contact_content {
    background-color: #F9F9F9;
    width: 100%;
    padding-bottom: 60px;
}

.contact_info {
    display: flex;
    justify-content: space-around;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 70px 10px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    flex-wrap: wrap;
    max-width: 1300px;
    transform: translateY(-50%);
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.contact_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hideField {
    display: block;
}

.complaint_form {
    display: none;
}

#NaamInput {
    width: 49%;
}

#EmailInput {
    width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
    width: 100%;
    border: none;
    font-size: 1.1em;
    border-bottom: 2px solid #F4F4F4;
    padding: 10px;
    color: rgb(110, 110, 110);
    margin-bottom: 20px;
    font-family: 'effra', serif;
}

.contact_form textarea {
    width: 100%;
    border: 2px solid #F4F4F4;
    border-radius: 0px;
    padding: 12px 10px;
    color: rgb(110, 110, 110);
    margin-bottom: 20px;
    font-size: 1.1em;
    height: 200px;
    font-family: 'effra', serif;
}

.contact_form input[type=submit],
.complaint_form input[type=submit] {
    border-radius: 200px;
    padding: 8px 40px;
    background-color: #007f85;
    border: 2px solid #007f85;
    font-weight: 700;
    color: #fff;
    font-size: 1.2em;
    transition: all .3s;
    font-family: 'effra', serif;
}

.bericht {
    width: 100%;
    border: none;
    background-color: #F4F4F4;
    border-radius: 20px;
    margin-bottom: 35px;
    font-weight: 700;
    padding: 12px 20px;
    color: rgb(110, 110, 110);
    height: 100px;
    font-family: 'effra', serif;
}

.contact_form input[type=submit]:disabled,
.complaint_form input[type=submit]:disabled {
    opacity: 1;
}

.contact_info a .fa-phone {
    padding-bottom: 0;
}

.contact_form input[type=submit]:disabled:hover,
.complaint_form input[type=submit]:disabled:hover {
    background-color: #007f85;
    color: white;
}

.contact_form input[type=submit]:hover,
.complaint_form input[type=submit]:hover {
    background-color: transparent;
    color: #007f85;
}

.gegevens {
    width: 32%;
    margin-left: 2%;
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.gegevens>div {
    padding: 25px;
}

.gegevens h2 {
    color: #007f85;
    font-size: 1.7em;
    margin-bottom: 15px;
    font-weight: 700;
}

.gegevens div div {
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    color: #4B4B4B;
    line-height: 200%;
}

.contact_info a {
    padding-left: 30px;
    position: relative;
    color: #4B4B4B;
}

.contact_info a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    min-height: 100px;
    flex-wrap: wrap;
    margin-top: -60px;
}

.contact_form_holder {
    width: 66%;
    padding: 35px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.contact_info h2 {
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #007f85;
}

.contact_info p {
    color: #4C4C4C;
    font-size: 1.1em;
    margin-top: 15px;
}

.contact-form {
    float: left;
    width: 390px;
}

.contacteer-ons {
    float: right;
    width: 390px;
    background-color: #007f85;
}

.contact-info {
    padding: 20px;
    padding-left: 30px;
}

.location {
    float: none;
    margin-left: 430px;
    margin-right: 430px;
}

.contactheight {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 500px;
    position: relative;
}

#dasmap {
    height: 500px;
}

.contact-form input[type="text"] {
    width: 100%;
    height: 33px;
    margin-bottom: 10px;
    padding-left: 7px;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    border: 2px solid #e6e6e6;
    font-size: .8em;
    color: #3e3e3e;
}

.contact-form input[type="submit"] {
    width: 45%;
    height: 40px;
    background-color: #007f85;
    text-transform: uppercase;
    border: none;
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
    transition: all .3s;
    letter-spacing: 1px;
    padding-left: 7px;
}

.checkbox {
    float: left;
    width: 50%;
    padding-top: 10px;
}

.extralabel {
    line-height: 150%;
}

.contact-form input[type="submit"]:hover {
    filter: grayscale(50%);
}

.contact-form select {
    width: 100%;
    text-transform: uppercase;
    border: 1px solid #2d1f1a;
    height: 33px;
    background: #fff url('/images/bg-select.png') no-repeat right 1px center;
    padding: 0;
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
    padding-left: 5px;
}

.contact-form textarea {
    height: 245px;
    width: 100%;
    text-transform: uppercase;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e6e6e6;
    padding-top: 5px;
    font-family: 'Quicksand', sans-serif;
    font-size: .8em;
    color: #3e3e3e;
}

.openingsuren_container {
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.openingsuren_container article {
    background-color: #fff;
    border: 1px #007f85 solid;
    padding: 15px;
}

.urenlink {
    background-color: white;
    color: #007f85 !important;
    padding: 10px;
    display: inline-block;
}

.openingsuren_container h1 {
    font-size: 1.5em;
    margin-bottom: 30px;
}

.openingsuren_container li {
    width: 100%;
    line-height: 150%;
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
}

.openingsuren_container li span {
    background-color: #007f85;
    padding: 5px;
    min-width: 150px;
    text-align: center;
    color: white;
}

.contact-form textarea::placeholder,
.contact-form input[type="text"]::placeholder {
    color: #363636;
}

.contact-form textarea:-ms-input-placeholder,
.contact-form input[type="text"]:-ms-input-placeholder {
    color: #363636;
}

.contact-form textarea::-ms-input-placeholder,
.contact-form input[type="text"]::-ms-input-placeholder {
    color: #363636;
}

.contact-form .half>input[type="text"] {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.contact-form .half>input[type="text"]:nth-child(2n) {
    margin-right: 0;
}

.contact-form .half:after {
    display: block;
    clear: both;
    content: "";
}

.contactpage:after {
    display: block;
    clear: both;
    content: "";
}

.errors {
    margin-bottom: 10px;
}

.toon-groot {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    font-size: .6em;
    border: none;
    background-color: #ffffff;
    color: rgb(86, 86, 86);
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 600;
    padding: 5px 20px;
    transition: all .3s;
}

.contacteer-ons>img {
    width: 100%;
    margin-bottom: 20px;
}

.special-contact {
    margin-bottom: 30px;
}

.contact-info p {
    position: relative;
    padding-left: 35px;
    font-size: 1em;
    color: white;
    margin-bottom: 20px;
}

.contact-info p img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-info p a {
    color: white;
}

.contact-us {
    margin-top: 50px;
}

#privacy {
    border: 1px solid black;
}


/*=================*/


/*=====SUGGESTIES=====*/

.suggesties {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.suggestie {
    width: 100%;
    margin: 1%;
}

.innersuggestie {
    width: 100%;
    height: 100%;
    /* -webkit-box-shadow: 0px 0px 21px 0px rgba(150,150,150,0.34);
  -moz-box-shadow: 0px 0px 21px 0px rgba(150,150,150,0.34);
  box-shadow: 0px 0px 21px 0px rgba(150,150,150,0.34); */
}

.suggitems hr:last-child {
    display: none;
}

.suggestie h2 {
    /* text-align: center;
  letter-spacing: 2px;
  width: 100%;
  padding: 10px;
  line-height: 150%;
  font-size: 1.1em;
 
  background-color:#007f85;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  -ms-align-items: center;
  align-items: center;
  color: white; */
}

.suggestie h2 {
    padding: 0 10px;
    line-height: 150%;
    text-align: center;
    font-size: 5rem;
}

.suggitems hr {
    margin: 0;
}

.suggestie img {
    width: 100%;
}

.suggestie-blok {
    padding: 15px 0;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 15px;
}

.suggestie-tekst {
    z-index: 110;
    color: white;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: 'Nothing You Could Do', cursive;
    font-weight: 700;
}

.suggestie-tekst p {
    font-size: 1.9rem;
}

.suggestie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 109;
    width: 100%;
    height: 100%;
    background-color: #00000052;
}


/* Effects */

.fadein {
    animation: fadein 2s ease-in;
    -moz-animation: fadein 2s ease-in;
    /* Firefox */
    -webkit-animation: fadein 2s ease-in;
    /* Safari and Chrome */
    -o-animation: fadein 2s ease-in;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-left {
        transform: translateX(-300px);
        animation: come-in-left 0.8s ease forwards;
    }
    .come-in-left:nth-child(odd) {
        animation-duration: 1s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-right {
        transform: translateX(300px);
        animation: come-in-right 0.8s ease forwards;
    }
    .come-in-right:nth-child(odd) {
        animation-duration: 1s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
    }
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1s;
    /* So they look staggered */
}


/* Einde Effects */


/*=================*/


/*=====RESPONSIVE=====*/

@media screen and (max-width: 1400px) {
    .walloffame>div {
        width: 25%;
    }
}

@media screen and (max-width: 1250px) {
    .tickertape {}
}

@media screen and (max-width: 1200px) {
    .mainHeader nav {
        position: relative;
        left: 65px;
    }
    .contact_form_holder {
        width: 100%;
    }
    .gegevens {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .contact_form input[type=text] {
        width: 100%;
    }
}

@media screen and (max-width: 1150px) {
    .walloffame>div {
        width: 33.3333%
    }
    .contactheight {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .contacteer-ons {
        margin-right: 0;
    }
    .contacteer-ons>img {
        max-width: 390px;
    }
    .location {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .tickertape {
        font-size: 4rem;
    }
    .contact-form div:nth-child(2) {
        flex-wrap: wrap;
    }
    .contact-form input[type="submit"] {
        position: relative;
    }
    .slogan {
        font-size: 4.2rem;
    }
}

@media screen and (max-width: 1050px) {
    .footer-item {
        padding: 10px;
    }
    .footer-item p {
        font-size: .8em;
    }
    .mainHeader {
        height: 100px;
        justify-content: space-between;
    }
    .mainHeader nav {
        display: none;
    }
    .menubtn {
        display: block;
    }
    .logo {
        width: 70%;
        padding: 50px 0;
    }
}

@media screen and (max-width: 1000px) {
    .slogan {
        font-size: 3.5rem;
    }
    .slider article {
        height: 500px;
    }
    .ticker_txt {
        font-size: 1.5em;
    }
    .suggestie {
        width: 100%;
    }
    .suggestie-tekst h2 {
        font-size: 4rem;
    }
    .suggestie-tekst p {
        font-size: 1.7rem;
    }
    #ttcontainer {
        background-attachment: inherit;
    }
    .tickertape {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 950px) {
    .footer-item {
        width: 33.33%;
    }
    .footer-item:first-child {}
    .footer-item:first-child img {
        margin: 0 auto;
    }
    .Prlijst>div {
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .tickertape {
        font-size: 3rem;
    }
    .suggestie-tekst h2 {
        font-size: 3.5rem;
    }
    .suggestie-tekst p {
        font-size: 1.5rem;
    }
    .contact_info {
        flex-wrap: wrap;
    }
    .contact_info div {
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    .contact {
        position: relative;
        margin-top: -230px;
    }
}

@media screen and (max-width: 860px) {
    .slogan {
        font-size: 3.1rem;
    }
    .innerfooter {
        display: flex;
        justify-content: center;
    }
    .innerfooter ul {
        width: 60%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .footer-item {
        width: 100%;
        margin-left: 20%
    }
    .footer-item div:first-child {
        display: flex;
    }
    .footer-item>div>div:first-child {
        position: initial;
        display: flex;
        justify-content: flex-start;
    }
    .footer-item p {
        text-align: left;
    }
    .footer-item>div {
        margin: 0;
    }
    .footer-item img {
        margin: 0 !important;
    }
    .footer-item>div {
        padding-left: 0;
        font-size: 1.3em;
    }
    .specialP img {
        margin-right: 10px !important;
    }
    .blokken_col {
        width: 100%;
    }
    .blokken_row:nth-child(even) .blokkentext {
        order: 1;
    }
    .blokken_row:nth-child(even) h2,
    .blokken_row:nth-child(even) p {
        text-align: left;
    }
    .blokken_row:nth-child(even) {
        text-align: left;
    }
    .footer-item img {
        display: none;
    }
    .fa-phone {
        padding-bottom: 23px;
    }
}

@media screen and (max-width: 800px) {
    #content-container h1 {
        font-size: 2.4em;
    }
    #content-container h2 {
        font-size: 2em;
    }
    #ttcontainer {
        height: 250px;
    }
    .ticker {
        height: inherit;
    }
    #tickertapeholder .ticker_txt {
        padding-left: 10px;
        padding-right: 10px;
    }
    .walloffame>div {
        width: 50%
    }
    .slider article {
        height: 400px;
    }
    .slideText h2 {
        font-size: 1.5em;
    }
    .slideText p {
        font-size: 1em;
    }
    .bann {
        height: 150px;
    }
    .tickertape {
        font-size: 2.5rem;
    }
    .slogan {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 750px) {
    #NaamInput {
        width: 100%;
    }
    .Prlijst>div {
        width: 100%;
    }
    .suggestie {
        width: 100%;
        margin: 5% 0;
    }
    .suggestie-tekst h2 {
        font-size: 3rem;
    }
    .suggestie-tekst p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 700px) {
    .tickertape {
        font-size: 2rem;
    }
}

@media screen and (max-width: 650px) {
    .slideText p,
    .slideText h2 {
        line-height: 140%;
    }
    .slideText h2 {
        font-size: 1.3em;
    }
    .logo {
        width: 50%;
        padding: 50px 0;
    }
    #kaart h2 {
        margin-top: 0;
    }
    .suggestie-tekst h2 {
        font-size: 2.5rem;
    }
    .suggestie-tekst p {
        font-size: 1.2rem;
        padding: 0 20px;
        text-align: center;
    }
    .suggestie-tekst {
        height: 65%;
    }
    .slogan {
        font-size: 2rem;
    }
    #content-container h1 {
        font-size: 2em;
    }
    #content-container h2 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 640px) {
    .contactheight {
        width: 100%;
        margin-right: 0;
        min-width: 1px;
    }
    .contacteer-ons {
        margin-top: 20px;
    }
    .contactheight {
        min-height: 1px;
        margin-bottom: 30px;
    }
    .contact-form p {
        margin-bottom: 0;
    }
    .contacteer-ons>img {
        width: 100%;
        max-width: 1000px;
    }
    .contact-form input[type="submit"] {
        position: relative;
        float: right;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #ttcontainer {
        height: 250px;
    }
    .ticker {
        height: inherit;
    }
    #tickertapeholder .ticker_txt {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wof_item.wof_ak {
        width: 100%;
    }
    .walloffame>div {
        width: 100%
    }
    .slider article {
        height: 300px;
    }
    .bann {
        height: 100px;
    }
    .openingsuren_container {
        padding: 0;
    }
    .openingsuren_container article {
        background-color: #fff;
    }
    .tickertape {
        font-size: 1.7rem;
    }
    .footer-item {
        margin-left: 0;
    }
    .footer-item>div {
        font-size: 1.1em;
        ;
    }
    .slogan {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 550px) {
    .suggestie-tekst h2 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 500px) {
    .ticker_txt {
        font-size: 1.4em;
    }
    .ticker_txt p:first-child {
        padding-right: 0px;
        display: inline;
        margin: 0;
    }
    .ticker_txt p:last-child {
        padding-left: 0px;
        display: inline;
    }
    .ticker_txt strong {
        font-size: 120%;
        font-weight: bold;
    }
    .PL_Buttons {
        flex-direction: column;
        justify-content: space-between;
    }
    #PLCookie h2 {
        font-size: 1.2em;
    }
    #PLCookie p {
        font-size: .9em;
    }
    .PL_Buttons a {
        width: 100%;
        font-size: .9em;
    }
    .PL_Buttons a:first-of-type {
        margin-bottom: 10px;
    }
    .tickertape {
        font-size: 1.5rem;
    }
    .suggestie-tekst h2 {
        font-size: 2rem;
    }
    .suggestie-tekst p {}
}

@media screen and (max-width: 450px) {
    .tickertape {
        font-size: 1.2rem;
        padding: 50px 25px;
    }
}

@media screen and (max-width: 400px) {
    .suggestie-tekst h2 {
        font-size: 1.6rem;
    }
    .suggestie-tekst p {
        font-size: 1rem;
    }
    .suggestie-tekst {
        height: 55%;
    }
}

@media screen and (max-width: 350px) {
    .suggestie-tekst h2 {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 250px) {
    #ttcontainer {
        height: 350px;
    }
}