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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

@font-face {
    font-family: 'foundrysterling-boldregular';
    src: url('./foundrysterling-bold-webfont.eot');
    src: url('./foundrysterling-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('./foundrysterling-bold-webfont.woff2') format('woff2'),
	url('./foundrysterling-bold-webfont.woff') format('woff'),
	url('./foundrysterling-bold-webfont.ttf') format('truetype'),
	url('./foundrysterling-bold-webfont.svg#foundrysterling-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hoefleritalic';
    src: url('./hoefleritalic-webfont.eot');
    src: url('./hoefleritalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('./hoefleritalic-webfont.woff2') format('woff2'),
	url('./hoefleritalic-webfont.woff') format('woff'),
	url('./hoefleritalic-webfont.ttf') format('truetype'),
	url('./hoefleritalic-webfont.svg#hoefleritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: black;
    background: white;
    height: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

a img {
    border: none;
}

/* BASE */
html {
    font-size: 16px;
    height: 100%;
}

body {
    font-size: 62.5%;
    line-height: 1;
    font-family: 'Quattrocento Sans', sans-serif;
}

img {
    display: block;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.relative {
    position: relative;
}

.top {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner {
    position: relative;
}

.banner,
.flexslider,
.slides,
.slides li {
    display: block;
    height: 100%;
    width: 100%;
}

.slides li {
    background-size: cover !important;
}
.message-box{
    display:block;
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background:#90cb9b;
    height: 50px;
}
.message-box-wrapper{
    padding:0 40px;
    height: 100%;
}
.message-box-table{
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.message-box-cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.message-box p{
    font-size: 2em;
    font-family: 'foundrysterling-boldregular', sans-serif;
    color: #fff;
    line-height: 1.1em;
}
.top.message .menubtn, .top.message .social{
    top:90px!important;
}
.top .logo {
    left: 50%;
    margin-left: -183px;
    margin-top: -183px;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.top .logo img {
    width: 366px;
    height: 366px;
}
.bottom .logo {
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    position: absolute;
    top: 50%;
    z-index: 100;
}

.bottom .logo img {
    width: 500px;
    height: 500px;
}

.bottom {
    background: #90cb9b; /* Old browsers */
    background: -moz-linear-gradient(top,  #90cb9b 0%, #e1c452 50%, #e19052 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90cb9b), color-stop(50%,#e1c452), color-stop(100%,#e19052)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #90cb9b 0%,#e1c452 50%,#e19052 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #90cb9b 0%,#e1c452 50%,#e19052 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #90cb9b 0%,#e1c452 50%,#e19052 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #90cb9b 0%,#e1c452 50%,#e19052 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90cb9b', endColorstr='#e19052',GradientType=0 ); /* IE6-9 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    padding-bottom: 10px;
    position: relative;
}

.innerbottom {
    border: 3px solid #373a36;
    bottom: 0;
    left: 0;
    margin: 25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.bottomblock {
    height: 120%;
    width: 100%;
    position: relative;
}

/* ICO */
.ico {
    width: 32px;
    height: 32px;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: 32px;
    display: block;
}

.ico:hover {
    background-position: 0 -32px;
}

/* ICO TOP */

.scroll-down {
    background-image: url("./scroll-down.png");
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -16px;
    -webkit-animation: updown 1000ms ease-in-out 0ms infinite alternate;
    animation: updown 1000ms ease-in-out 0ms infinite alternate;
}

.social {
    position: absolute;
    right: 40px;
    top: 50px;
    z-index: 5;
}

.menubtn {
    position: absolute;
    left: 40px;
    top: 50px;
}

.top .menubtn {
    background-image: url("./menu-light.png");
}

.top .fb {
    background-image: url("./fb-light.png");
    margin-bottom: 10px;
}

.top .mail {
    background-image: url("./mail-light.png");
}

.bottom .menubtn {
    background-image: url("./menu-dark.png");
}

.bottom .fb {
    background-image: url("./fb-dark.png");
    margin-bottom: 10px;
}

.bottom .mail {
    background-image: url("./mail-dark.png");
}

.line {
    background-color: #373a36;
    height: 3px;
    position: absolute;
    width: 15px;
}

.menuline {
    left: 25px;
    top: 65px;
}

.fbline {
    top: 65px;
    right: 25px;
}

.mailline {
    top: 106px;
    right: 25px;
}

/* CONTENT */

.linkcontainer {
    position: absolute;
    top: 79%;
    left: 40%;
}

a.link {
    color: #373a36;
    font-size: 2.4em;
    border: 4px solid #373a36;
    display: block;
    font-family: 'Quattrocento Sans',sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



a.link2 {
    padding: 25px 60px;
    top: 65%;
    left: 50%;
}

a.link4 {
    padding: 35px 50px;
}

.linkcontainer:hover .shaderight {
    background-color: #373a36;
    height: 100%;
    position: absolute;
    right: -8px;
    top: 4px;
    width: 4px;
}

.linkcontainer:hover  .shadebottom {
    background-color: #373a36;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 4px;
    height: 4px;
}

.linkcontainer:hover .shadecorner {
    background-color: #373a36;
    width: 4px;
    position: absolute;
    bottom: -8px;
    right: -8px;
    height: 4px;
}

.goozle {
    font-family: "Quattrocento Sans",sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #373a36;
    margin-top: 10px;
    display: block;
}

.goozle:hover {
    color: #FFF;
}

.bottom h2 {
    font-size: 10em;
    font-family: 'foundrysterling-boldregular', sans-serif;
    position: absolute;
    color: #373a36;
    line-height: 80px;
}

h2.titel1 {
    left: 10%;
/*    top: 12.5%;*/
}

h2.titel2 {
    left: 12.5%;
/*    top: 12.5%;*/
}

h2.titel3 {
    left: 30%;
/*    top: 28%;*/
}

h2.titel4 {
    left: 39%;
/*    top: 45%;*/
}

.bottom .content {
    font-family: 'hoefleritalic', serif;
    position: absolute;
    color: #373a36;
    font-size: 2.4em;
    line-height: 28px;
}

.content.box1 {
/*    top: 81%;*/
    left: 12%;
}

.content.box2 {
    left: 57%;
/*    top: 35%;*/
    width: 30%;
}

.content.box3 {
    left: 35%;
/*    top: 60%;*/
}

.content.box4 {
    left: 45%;
/*    top: 68%;*/
}

/* KEYFRAMES */
/* Chrome, Safari, Opera */
@-webkit-keyframes updown {
    from {
	bottom: 55px;
    }

    to {
	bottom: 45px;
    }
}

/* Standard syntax */
@keyframes updown {
    from {
	bottom: 55px;
    }

    to {
	bottom: 45px;
    }
}

.img {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 5;
    height: auto;
    width: auto;
    opacity: 0.5;
}

.img1 {
    left: -0.5%;
/*    top: 35%;*/
}

.img2 {
    right: 10%;
/*    top: 12.5%;*/
}

.img3 {
    right: 10%;
/*    top: 65%;*/
}

.img4 {
    left: 10%;
/*    top: 18%;*/
}

.img5 {
    left: 1%;
/*    top: 5%;*/
}

.img6 {
    right: 10%;
/*    top: 30%;*/
}

.img7 {
    left: 1%;
/*    top: 80%;*/
}

.img8 {
    right: 12%;
/*    top: 1%;*/
}

.img9 {
    left: 10%;
/*    top: 40%;*/
}

.img10 {
    right: 1%;
    bottom: -2%;
}


.week {
    height: 52px;
    margin-bottom: 20px;
}

.shortline {
    width: 100px;
    height: 1px;
    background-color: #373a36;
}

.ico-kal {
    width: 52px;
    height: 52px;
    background-size: 52px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.ico-kal.open {
    background-position: 0 -52px;
}


.ico-kal.open.active,
.ico-kal.open:hover,
.ico-kal.closed.active,
.ico-kal.closed:hover {
    background-position: 0 52px;
}


.ico-kal.closed {
    background-position: 0 0;
}

.ico-sun {
    background-image: url("./week-sun.png");
}

.ico-mon {
    background-image: url("./week-mon.png");
}

.ico-tue {
    background-image: url("./week-tue.png");
}

.ico-wed {
    background-image: url("./week-wed.png");
}

.ico-thu {
    background-image: url("./week-thu.png");
}

.ico-fri {
    background-image: url("./week-fri.png");
}

.ico-sat {
    background-image: url("./week-sat.png");
}

.week-content {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 0.8em;
    clear: both;
}

.week-content strong {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
}

.week-content .keuken {
    font-family: 'Quattrocento Sans', sans-serif;
}

.week-content .day {
    display: none;
}

.line,.social, .menubtn, .content, .linkcontainer, h2 {
    z-index: 15;
}

.bottom .menubtn.fixit,
.bottom .social.fixit,
.bottom .line.fixit {
    position: fixed;
}

@media screen and (max-width: 1400px) {
    .bottom h2 {
	font-size: 8em;
	line-height: 65px;
    }
    .bottom .logo {
	margin-left: -170px;
	margin-top: -170px;
    }
    .bottom .logo img {
	width: 340px;
	height: 340px;
    }
}

@media screen and (max-width: 1024px) {
    .bottom h2 {
	font-size: 7.5em;
	line-height: 60px;
    }
    .bottom .content {
	font-size: 1.8em;
    }

    .bottom .content.box4 {
	font-size: 2.2em;
	line-height: 24px;
    }
    .bottom .logo {
	margin-left: -100px;
	margin-top: -100px;
    }
    .bottom .logo img {
	width: 200px;
	height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .ico-kal {
	width: 40px;
	height: 40px;
	background-size: 40px;
    }

    .ico-kal.open {
	background-position: 0 -40px;
    }
    .ico-kal.open.active,
    .ico-kal.open:hover,
    .ico-kal.closed.active,
    .ico-kal.closed:hover {
	background-position: 0 40px;
    }
    .img8 {
	top: 10% !important;
    }
    h2.titel4 {
	top: 35% !important;
    }
    .content.box2 {
	top: 45% !important;
    }
    .content.box4 {
	top: 70% !important;
    }

    .verlofFont{
        font-size: 1.3em!important;
    }
}

@media screen and (max-width: 660px) {
    .top .logo img {
	width: 200px;
	height: 200px;
    }
    .top .logo {
	margin-left: -100px;
	margin-top: -100px;
    }
    .bottom h2 {
	font-size: 5em;
	line-height: 50px;
    }
    .scroll-down {
	bottom: 10px;
    }
    h2.titel1,
    h2.titel2,
    h2.titel3,
    h2.titel4,
    .content.box1,
    .content.box2,
    .content.box3,
    .content.box4 {
	position: initial;
	margin-bottom: 10px;
	width: 100% !important;
    }

    .linkcontainer {
	text-align: center;
	position: relative;
	width: 95%;
	left: 0% !important;
    }

    .bottomblock {
	margin: 50px 5% 50px 15%;
	width: 75%;
	height: auto !important;
    }

    .ico-kal {
	margin-bottom: 15px;
    }

    .innerbottom {
	margin: 10px;
	margin-bottom: 20px;
	z-index: 0;
    }
    .fbline,
    .mailline {
	right: 10px;
    }
    .menuline {
	left: 10px;
    }
    .menubtn {
	left: 20px;
    }
    .social {
	right: 20px;
    }
    .line {
	width: 10px;
    }
    .bottom {
	padding-bottom: 5px;
    }
    .week {
	height: 75px;
    }
    .bottomblock .img,
    .bottomblock .logo {
	display: none;
    }
    @-webkit-keyframes updown {
	from {
	    bottom: 15px;
	}

	to {
	    bottom: 10px;
	}
    }

    /* Standard syntax */
    @keyframes updown {
	from {
	    bottom: 15px;
	}

	to {
	    bottom: 10px;
	}
    }
}

@media screen and (max-width: 568px) {

    .bottom h2 {
	font-size: 6em;
	line-height: 60px;
    }
    .bottom .content {
	font-size: 1.4em;
    }

    .ico-kal {
	width: 30px;
	height: 30px;
	background-size: 30px;
    }

    .ico-kal.open {
	background-position: 0 -30px;
    }

    .ico-kal.open.active,
    .ico-kal.open:hover,
    .ico-kal.closed.active,
    .ico-kal.closed:hover {
	background-position: 0 30px;
    }

    .week-content {
	margin-top: 10px;
    }

    .week-content .keuken {
	line-height: 10px;
    }


}

@media screen and (max-width: 320px) {
    .bottom h2 {
	font-size: 5em;
	line-height: 50px;
    }

    .verlofFont{
        font-size: 1.2em!important;
    }
}
