body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 100%;
}
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.print {
    display: none;
}

/* basis */

* {
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    font-family: 'Lusitana', Georgia, Times, serif;
    line-height: 200%;
    color: #000;
    border: 0px solid #ffffff;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    font-family: inherit;
    font-size: 100% !important;
    line-height: inherit;
    color: inherit;
}
a,
a:active,
a:focus {
    outline: none;
}
.pathway .current,
.maincontent p a {
    color: #c6b59b;
}
div,
footer,
header,
ul,
li,
th,
td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content p,
.content ul,
.content ol,
.recipecontent .right p,
.recipecontent .right ul,
.recipecontent .right ol,
table.contenttable {
    margin-bottom: 24px;
}

img {
    height: auto;
    max-width: 100%;
}
iframe,
iframe[src*=youtube] {
    max-width: 100%;
}
.hide {
    display: none;
}

/* layout basic */

.outsidewrapper {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    padding-bottom: 50px;
    border-bottom: 100px solid #f0ece4;
    overflow: hidden;
}
.outsidewrapper.active {
    position: fixed;
}

/* BASIC */

.container {
    float: left;
    width: 100%;
}
.centercontainer {
    float: none;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.contentcontainer {
    position: relative;
    float: left;
    width: 97%;
    margin: 0 1.5% 0 1.5%;
}
.quote .centercontainer {
    max-width: 1000px;
}
.pagemenu .centercontainer {
    max-width: 960px;
}
.pagemenu .contentcontainer {
    width: 100%;
    margin: 0;
}
.content .contentcontainer {
    width: 100%;
}

/* level1 (except gastoronomy) */

.level1 .pathway,
.level1 .container.content {
    display: none;
}
.gastronomy.level1 .container.content {
    display: block;
}

/* colors */

.container.pagemenu {
    background: #f0ece4;
    padding: 4.5% 0;
}
    /*
html[lang*=de] .container.pagemenu {
    display: none;
}    */

/* header */

.header {
    height: 170px;
    background: #fff;
}
.header .centercontainer,
.header .contentcontainer {
    /*padding: 0 1.5%;*/
    height: 100%;
}
.logo {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 24.5%;
    min-width: 120px;
    height: 0;
    padding-bottom: 15%;
    background: url('../Images/logo_nl.png') left bottom no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
html[lang=en-US] .logo {
    background-image: url('../Images/logo_en.png');
}
html[lang=de-DE] .logo {
    background-image: url('../Images/logo_de.png');
}
html[lang=fr-FR] .logo {
    background-image: url('../Images/logo_fr.png');
}


.pathway {
    padding: 3% 0 5% 0;
}
.pathway a,
.pathway .current a:first-of-type {
    padding: 0 10px;
}
.pathway a:first-of-type {
    padding-left: 0;
}

/* quote */

.quote {
    background: #c4b597;
}
.quote .contentcontainer {
    background-image: url('../Images/bg_quote_start.png'), url('../Images/bg_quote_end.png');
    backgroundd-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    padding: 10% 100px;
    font-size: 180%;
}
.quote * {
    text-align: center;
    color: #563900;
}
.quote blockquote {
    margin-bottom: 30px !important;
}
.quote blockquote * {
    color: #fff;
}

/* fonts */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lusitana';
    font-weight: 400;
    font-weight: normal;
    line-height: 105%;
    color: #563900;
    margin-bottom: 10px;
}
h1 {
    font-size: 1125%;
    color: #C6B59B;
}
h2,
h3 {
    font-size: 200%;
}
h5 {
    font-size: 100%;
    text-transform: uppercase;
}
blockquote,
blockquote *,
i {
    font-family: 'Volkhov';
    font-weight: '400';
    font-style: italic;
}


/* topimage */

.topimage {
    position: relative;
    height: 0;
    padding-bottom: 35%;
    background: #D2CEC5;
    overflow: hidden;
}
.topimage .frame-default {
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.topimage .ce-image,
.topimage .ce-gallery,
.topimage .ce-gallery *,
.topimage img {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: auto;
    overflow: visible !important;
}
.topimage .ce-image .ce-gallery {
    margin-bottom: 0;
}
.topimage .centercontainer {
    position: absolute;
    float: left;
    bottom: 0;
    max-width: 100%;
    z-index: 20;
}
.topimage .contentcontainer {
    float: none;
    width: 100% !important;
    max-width: 940px;
    margin: 0 auto;
}
.zoomimage {
    float: right;
    margin: 0 1.5% 20px 0;
    width: 63px;
    height: 63px;
    background: url('../Images/bg_zoomimage.png') 0 0 no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    display: none;
}
.zoomimage.active {
    display: block;
}
.zoomimage .frame-default {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}


/* topimage level 1 */

.topimage header{
    position: absolute;
    float: left;
    bottom: 0;
    width: 100%;
    padding: 0 1.5%;
    z-index: 10;
}
.topimage header * {
    float: none;
    width: 100% !important;
    max-width: 940px;
    margin: 0 auto;
}
.topimage header * {
    color: #fff;
    font-size: 915%;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* topslider homepage */

.topslider {
    position: relative;
    height: 0;
    padding-bottom: 35%;
    background: #D2CEC5;
    overflow: hidden;
}
.topslider .owl-wrapper-outer {
    position: absolute;
    height: 100%;
}
.topslider .frame-default {
    position: relative;
}
.topslider div {
    height: 100%;
}
.topslider .csc-textpic,
.topslider .ce-gallery,
.topslider .ce-gallery *,
.topslider img {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    overflow: visible !important;
}
.topslider img {
    height: auto !important;
}
.topslider header {
    position: absolute;
    float: left;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0 1.5%;
    z-index: 10;
}
.topslider header * {
    float: none;
    width: 100% !important;
    max-width: 940px;
    margin: 0 auto;
}
.topslider header * {
    color: #fff;
    font-size: 915%;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.topslider .owl-controls .owl-buttons div.owl-prev {
    background-position: 20px 0;
}
.topslider .owl-controls .owl-buttons div.owl-next {
    background-position: -20px -100px;
}

/* menu */

.mobilemenubutton {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 42px;
    height: 34px;
    background: url('../Images/bg_menubutton.png') no-repeat;
    cursor: pointer;
}
.mobilemenuclosebutton {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 42px;
    height: 34px;
    background: url('../Images/bg_menuclosebutton.png') no-repeat;
    cursor: pointer;
}
.mobilemenu,
.mobilemenuclosebutton {
    display: none;
}
.mobilemenu.active,
.mobilemenuclosebutton {
    display: block;
}
.mobilemenubutton.active {
    display: none;
}
.mobilemenu {
    position: absolute;
    right: 0;
    width: 1px;
    max-width: 300px;
    min-height: 100%;
    transition: width ease 0.4s;
    background: rgba(255,255,255,0.85);
    z-index: 100;
    opacity: 0;
/*	box-shadow: -5px 0 10px 0 rgba(0,0,0,0.5); */
}
.mobilemenu.active {
    width: 75%;
    max-width: 350px;
    border-left: 1px solid #C6B59B;
    opacity: 1;
}
.mobilemenu ul.level1 * {
    font-size: 20px !important;
}
.mobilemenu ul.level1 {
    float: left;
    width: 100%;
    margin: 0;
}
.mobilemenu ul.level1,
.mobilemenu ul.level1 * {
    list-style: none;
}
.mobilemenu ul ul {
}
.mobilemenu li {
    float: left;
    width: 100%;
    text-align: center;
}
.mobilemenu li a {
    float: none;
    color: #563900;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid transparent;
    transition: all 0.4s;
}
.mobilemenu li#page-10 a {
    color: #ae372b;
}
.mobilemenu ul li.selected li a,
.mobilemenu ul li li.selected li a {
    color: #beab85;
    border-bottom: 1px solid #beab85;
}
.mobilemenu li.selected#page-10 a {
    color: #ae372b;
    border-bottom: 1px solid #ae372b;
}
.mobilemenu ul li.selected a,
.mobilemenu ul li li.selected a,
.mobilemenu ul li li li.selected a {
    color: #beab85;
    border-bottom: 1px solid #beab85;
}
.mobilemenu ul ul {
}
.mobilemenu ul ul a {
}
.mobilemenu ul ul ul a {
}

.mobilemenu ul.languagemenu {
    float: none;
    width: 200px;
    height: 38px;
    margin: 30px auto;
    list-style: none;
    padding: 9px 0 7px 0;
    border: 1px solid #BFAB88;
}
.mobilemenu ul.languagemenu li {
    display: inline-block;
    width: 25%;
    height: 100%;
    text-align: center;
}
.mobilemenu ul.languagemenu li a {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 140%;
    padding: 0 5px;
    text-align: center;
    color: #BFAB88;
    border-left: 1px solid #D2CEC5;
}
.mobilemenu ul.languagemenu li.text-muted {
    height: 100%;
    line-height: 140%;
    padding: 0 5px;
    text-align: center;
    color: #D2CEC5;
    border-left: 1px solid #D2CEC5;
}
.mobilemenu ul.languagemenu li:first-child a {
    border-left: none;
}
html[lang=nl] .mobilemenu ul.languagemenu li.nl a,
html[lang=en] .mobilemenu ul.languagemenu li.en a,
html[lang=de] .mobilemenu ul.languagemenu li.de a,
html[lang=fr] .mobilemenu ul.languagemenu li.fr a {
    color: #B9AA83;
}

/* graphic menus */

    /* pagemenu */

.pagemenu .item {
    position: relative;
    height: 0;
    margin: 2.5%;
    background: #fff;
    padding: 10px 10px 140% 10px;
    overflow: hidden;
}
.pagemenu .item.selected {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
}
.pagemenu .item:hover {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}
.pagemenu .item .image {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    width: 95%;
    height: 0;
    padding-bottom: 72.5%;
    overflow: hidden;
}
.pagemenu .item a {
    display: block;
    width: 100%;
}
.pagemenu .item .image img {
    width: 100%;
}
.pagemenu .item h3 {
    position: absolute;
    top: 52.5%;
    width: 95%;
    color: #563900;
    line-height: 105%;
    font-weight: normal;
    font-size: 170%;
    text-align: center;
}
.home .pagemenu .item {
    padding-bottom: 110%;
}
.home .pagemenu .item .image {
    height: 60%;
}
.home .pagemenu .item h3 {
    top: 67.5%;
}
.pagemenu .item .text {
    position: absolute;
    top: 70%;
    left: 5%;
    width: 90%;
    text-align: center;
    line-height: 120%;
}
.pagemenu .item a .button {
    position: absolute;
    bottom: 5%;
    right: 15%;
    width: 70%;
    padding: 5px 0;
    color: #ae9257;
    font-size: 90% !important;
    text-align: center;
    background: #fff;
    border: 1px solid #c5b696;
}
.owl-carousel .owl-wrapper-outer {
    z-index: 1;
}
.owl-controls .owl-buttons div {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: -50px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    /*border-radius: 50px;*/
    border: 1px solid #fff;
    background: url('../Images/bg_slider_prev_next.png') 0 0 no-repeat rgba(0,0,0,0.25);
    background-size: 100% auto;
    transition: all ease .4s;
}
.owl-controls .owl-buttons div.disabled {
    display: none;
}
.owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -50px;
    background-position: 0 bottom;
}
.owl-controls .owl-buttons div:hover {
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.maincontent .ce-gallery .owl-controls .owl-buttons div {
    background-position: 15px 0;
}
.maincontent .ce-gallery .owl-controls .owl-buttons div.owl-next {
    background-position: -15px -100px;
}

    /* gastronomy menu */
div.gastronomymenu .centercontainer {
    max-width: 100%;
}
div.gastronomymenu .contentcontainer {
    width: 100%;
    margin: 0;
}
div.gastronomymenu .title {
    padding: 60px 0 30px 0;
    padding: 5% 0 2.5% 0;
    color: #c25146;
    text-align: center;
}
.gastronomy div.gastronomymenu .title {
    display: none;
}
ul.gastronomymenu,
ul.gastronomymenu li {
    list-style: none;
}
ul.gastronomymenu li {
    position: relative;
    display: inline-block;
    width: 16.6%;
    height: 0;
    margin: 0;
    padding-bottom: 16.6%;
    overflow: hidden;
}
ul.gastronomymenu li .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
ul.gastronomymenu li .image img {
    width: 100%;
}
ul.gastronomymenu li .front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color ease 0.4s;
    background: rgba(204,64,50,0);
}
ul.gastronomymenu li:hover .front {
    background: rgba(204,64,50,0.85);
}
ul.gastronomymenu li .country {
    position: absolute;
    top: 20%;
    left: 32.5%;
    width: 35%;
    height: 35%;
    border-radius: 50%;
    opacity: 0;
    transition: opacity ease 0.4s;
    background: rgba(249,234,232,0.85);
}
ul.gastronomymenu li .country span {
    position: absolute;
    display: block;
    bottom: 40%;
    line-height: 100%;
    width: 100%;
    color: #6a1007;
    font-size: 80%;
    text-align: center;
}
ul.gastronomymenu li:hover .country {
    opacity: 1;
}
ul.gastronomymenu li h3 {
    position: absolute;
    top: 65%;
    width: 100%;
    color: #fff;
    font-size: 115%;
    font-weight: normal;
    text-align: center;
    opacity: 0;
    transition: opacity ease 0.4s;
}
ul.gastronomymenu li:hover h3 {
    opacity: 1;
}
ul.gastronomymenu li .restaurant {
    position: absolute;
    top: 80%;
    left: 5%;
    width: 90%;
    color: #fff;
    font-size: 85%;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    opacity: 0;
    transition: opacity ease 0.4s;
}
ul.gastronomymenu li:hover .restaurant {
    opacity: 1;
}

/* maincontent */

.maincontent {
    float: left;
    width: 80%;
    margin: 0 10%;
    padding: 0 0 2% 0;
}
.maincontent p:first-child,
.maincontent .frame:first-child header + p,
.maincontent h2 + p,
.maincontent h3 + p {
    text-indent: 5%;
}
.maincontent .frame:first-child header {
    margin-bottom: 20px;
}
.maincontent .frame:first-child header * {
    color: #C6B59B;
    line-height: 90%;
    margin: 0;
}
.maincontent .frame:first-child header h1 {
    font-size: 375%;
    color: #563900;
}
.maincontent .frame:first-child header h1 + h2 {
    font-size: 1125%;
    color: #C6B59B;
}
.maincontent .ce-image.ce-left,
.maincontent .ce-image.ce-center,
.maincontent .ce-image.ce-right {
    overflow: visible !important;
    margin-bottom: 35px;
}
.maincontent .ce-image.ce-left .ce-gallery,
.maincontent .ce-image.ce-center .ce-gallery,
.maincontent .ce-image.ce-right .ce-gallery {
    width: 120%;
    margin-left: -11%;
    margin-right: -11%;
}
.maincontent .ce-gallery .ce-outer,
.maincontent .ce-gallery .ce-inner,
.maincontent .ce-gallery .ce-row {
    width: 100%;
}
.maincontent .ce-gallery .owl-item {
    width: auto !important;
}

/* tables */

.maincontent .contenttable {
    width: 100%;
    min-width: 500px;
}
.scroller {
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.maincontent .contenttable th,
.maincontent .contenttable td {
    color: #c6b59b;
    font-weight: normal;
    width: auto;
    padding: 5px 10px;
    line-height: 110%;
    border-bottom: 1px solid #c6b59b;
}
.maincontent .contenttable th {
    font-weight: bold;
    white-space: nowrap;
}


/* gastronomy */

.gastronomy h1,
.gastronomy h2,
.gastronomy h3,
.gastronomy h4,
.gastronomy h5,
.gastronomy h6,
.gastronomy .pathway .current,
.gastronomy .maincontent p a {
    color: #c25146;
}
.gastronomy .titleChef,
.gastronomy .topimageChef {
    margin-bottom: 2.5%;
}
.gastronomy .topimageChef *,
.gastronomy .topimageChef div,
.gastronomy .topimageChef figure,
.gastronomy .topimageChef img {
    display: block !important;
    /*max-width: 100% !important;*/
}
.gastronomy header {
    margin: 0;
}
.gastronomy .titleChef header * {
    line-height: 110%;
}
.gastronomy .titleChef header h1 {
    font-size: 1000%;
    color: #c25146;
}
.gastronomy .titleChef header h2 {
    font-size: 375%;
    color: #720a00;
}

    /* overview */

.gastronomy.overview {
    background: #f9eae8;
}
.gastronomy.overview .title {
    padding: 5% 0 2% 0;
}
.gastronomy.overview .title header * {
    font-size: 750%;
    color: #c25146;
}
.gastronomy.overview .button {
    float: right;
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
    background: url('../Images/button_scroll_down.png') center center no-repeat;
    cursor: pointer;
}
.gastronomy.overview .hidebutton {
    background-image: url('../Images/button_scroll_up.png');
}
.gastronomy.overview .maincontent .flexcontent,
.gastronomy.overview .maincontent .hidebutton,
.gastronomy.overview .maincontent.active .showbutton {
    display: none;
}
.gastronomy.overview .maincontent.active .hidebutton {
    display: block;
}
.gastronomy.overview .maincontent .contenttable {
    width: 350px;
    min-width: 200px;
}
.gastronomy.overview .maincontent .contenttable th,
.gastronomy.overview .maincontent .contenttable td {
    color: #c25146;
    font-weight: normal;
    width: 50%;
    padding: 0 10px;
    border-bottom: 1px solid #c25146;
}
.gastronomy.overview .maincontent .contenttable th {
    text-align: right;
}

    /* cook - recipe */

.countrycontainer {
    background: rgba(194,81,70,0.1);
}
.countrycontainer .contentcontainer {
    position: relative;
    padding-bottom: 25%;
}
.countrycontainer .country {
    position: absolute;
    top: 12.5%;
    left: 40%;
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    border-radius: 50%;
    background: #fff;
}
.countrycontainer .country span {
    position: absolute;
    display: block;
    top: 45%;
    line-height: 100%;
    width: 100%;
    color: #6a1007;
    font-size: 100%;
    text-align: center;
}
.recipe .contentcontainer {
/*	margin-bottom: 25px; */
}
.recipe .title {
    float: left;
    width: 80%;
    margin: 0 10% 15px 10%;
    padding: 2.5% 50px 15px 0;
    border-top: 1px solid #c25146;
    background: url('../Images/button_scroll_down.png') right bottom no-repeat;
    cursor: pointer;
}
.recipe .active .title {
    background-image: url('../Images/button_scroll_up.png');
}
.recipe .title * {
    color: #720a00;
    font-family: 'Volkhov';
    font-size: 125%;
    font-style: italic;
}
.recipe .title header *:nth-child(2) {
    font-size: 100%;
}
.recipecontent {
    height: 0;
    overflow: hidden;
    transition: height ease 0.5s;
}
.active .recipecontent {
    height: auto;
    overflow: visible;
}
.left {
    float: left;
    width: 25%;
    margin: 8px 5% 40px 7%;
    font-size: 80%;
}
.left * {
    font-family: 'Volkhov';
    text-align: right;
    font-style: italic;
    line-height: 140%;
}
.left b,
.left strong {
    color: #c25146;
    font-weight: normal;
}
.left.photo {
    width: 32%;
    margin: 0 2% 40px 0;
}
.left.photo * {
    width: 100% !important;
}
.right {
    float: right;
    width: 53%;
    margin: 0 10% 40px 0;
}

/* form */

.tx-powermail *,
form * {
    -webkit-appearance: none;
}
fieldset {
    border: none;
}
.tx-powermail h3,
legend.powermail_legend {
    display: none;
}
.powermail_legend {
    margin-bottom: 20px;
}
.powermail_form,
.powermail_fieldset,
.powermail_fieldwrap,
.powermail_label {
    float: left;
    width: 100%;
}
.powermail_fieldwrap {
    margin-bottom: 20px;
}
.powermail_label {
    font-weight: normal;
    margin-bottom: 10px;
}
span.mandatory {
    color: #777777;
    margin-left: 10px;
}
input[type=text],
input[type=number],
input[type=mail],
input[type=tel],
input[type=password],
select,
textarea {
    float: left;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    background: #fff;
    font-size: 100%;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.35);
}
textarea {
    height: 165px;
    padding: 20px;
}
input[type=submit] {
    width: auto;
    height: 54px;
    padding: 0 25px;
    border: none;
    font-size: 100%;
    color: #fff;
    background: none !important;
    background-color: #563900 !important;
    border-radius: 0 !important;
    cursor: pointer;
}
.powermail_check_inner input,
.powermail_radio_inner input {
    margin: 8px 5px 0 0;
}
.parsley-errors-list.filled,
.powermail_field_error_container,
.powermail_message_error {
    display: none;
}
.parsley-error,
.powermail_field_error {
    border: 1px solid #c00 !important;
}

/* cookie message */

.cookiemessage {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background: rgba(0,0,0,0.75);
    border-top: 1px solid fff;
    z-index: 2;
    display: none;
}
.cm_content {
    text-align: center;
}
.cm_content * {
    display: inline-block;
    color: #fff;
    text-align: center;
}
.cm_content li {
    padding: 0 10px;
}
.cm_content li:last-child {
    cursor: pointer;
    text-decoration: underline;
    border-left: 1px dotted rgba(255,255,255,0.6);
}

