/* **** FONTS **** */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap');


/* **** ALGEMEEN **** */
body {
    background-color: #F5F5F5;
}

#home {
    background-image: url(../Images/eten/backgroundhome.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #9b5b24;
    height: 1080px;
}

nav {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-right: 5%;
}

nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

nav ul > li a {
    color: white;
}

nav li {
    margin: auto;
    padding: 0 25px;
}

nav .phone {
    visibility: hidden;
}

nav div {
    width: 8%;
    margin-right: 5%;
}

/* NAVIGATIE */
body {
    transition: background-color .5s;
}

.navi {
    height: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    width: 100%;
    display: flex;
}

.navi a {
    padding: 32px 15px 8px 11px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.navi a:nth-child(2) {
    padding-left: 32px;
}

.navi a:hover {
    color: #f1f1f1;
}

.navi .closebtn {
    position: absolute;
    top: -27px;
    right: 38px;
    font-size: 60px;
    margin-top: 0px;
}

#container {
    transition: margin-top .5s;
}

@media screen and (max-height: 700px) {
    .navi {
        padding-top: 15px;
    }

    .navi a {
        font-size: 18px;
    }
}









#home > div {
    margin-left: 25%;
    margin-right: 40%;
    margin-top: 21em;

}

#kaderoverons {
    width: 1020px;
    background-color: white;
    margin: -220px auto 0 auto;
    display: flex;
    flex-direction: row;
    -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.31);
    -o-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.31);
}

#kaderoverons > article {
    flex: 3;
    padding: 40px;
}

#kaderoverons > article p {
    padding: 15px 0;

}

#kaderoverons > div {
    flex: 2;
    padding: 40px;
}

.bgoverons {
    background-image: url(../Images/restaurant/fotooverons.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

#menu {
    width: 80%;
    margin: 280px auto 150px auto;
}

#menu > section {
    margin: 25px auto;
    width: 1020px;
}

aside {
    background-image: url(../Images/restaurant/bgfullwidth.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2e466f;
    height: 350px;
}

#reservatie {
    display: flex;
    flex-direction: row;
    padding-top: 75px;
}

#reservatie article {
    flex: 4;
    margin-top: 120px;
    padding-left: 13%;
    margin-right: 11%;
}

#reservatie article h3 {
    margin-bottom: 150px;
}

#reservatie form > div {
    margin: 2% 0;
}

#reservatie form span {
    margin-bottom: 8px;
}

/* **** TITELS & TEKST **** */
h1 {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 60px;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 60px;
    font-weight: 600;
}

h2 {
    font-family: 'Playfair Display', serif;
    color: black;
    font-size: 52px;
    line-height: 1.25;
    margin-bottom: 16px;
    font-weight: 600;
}

h3 {
    font-family: 'Playfair Display', serif;
    color: black;
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    color: #BC7400;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 400;
}

h5 {
    font-family: 'Playfair Display', serif;
    color: black;
    font-size: 20px;
    font-weight: 400;
    margin: 9px 0 5px 0;
}

p,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

.prijs {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

header button {
    width: 215px;
    height: 68px;
    border: none;
    background-color: #BC7400;
    font-family: 'Montserrat', sans-serif;
    color: white;

}

#kaderoverons button,
#modalWindow button {
    width: 215px;
    height: 68px;
    border: none;
    background-color: black;
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-top: 15px;

}

.freservatie span {
    color: #BC7400;
    font-family: 'Ubuntu', sans-serif;
}

#zvv {
    font-family: 'Ubuntu', sans-serif;
    color: #BC7400;
    font-weight: 300;
    font-size: 13px;
    padding-bottom: 5px;
}

#reservatie input[type="submit"] {
    background-color: #BC7400;
    border: 0;
    color: white;
    padding: 12px 70px;
    border-radius: 50px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
}

#reservatie input[type="submit"] {
    background: #A26503;
}

footer {
    background-color: #1C1A18;
    height: 550px;
    display: flex;
    flex-direction: row;
}

footer figure {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    height: 100%;
    margin-left: 100px;
}

footer figure div {
    width: 250px;
    height: 250px;
    margin: 12.5px auto;
}

.foto1footer {
    background-image: url(../Images/restaurant/foto1footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.foto2footer {
    background-image: url(../Images/restaurant/foto2footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

footer article {
    margin-top: 60px;
    margin-left: 65px;
}

footer article p,
footer article a {
    color: white;
    padding: 3px 0 4px 5px;
}

footer article ul {
    display: flex;
    flex-direction: column;
}

footer article li {
    display: flex;
    flex-direction: row;
}

footer article h3 {
    margin-bottom: 60px;
    margin-top: -2px;
    color: white;
}

/* **** EXTRA'S **** */
.googlemap {
    margin-top: 100px;
    margin-bottom: -5px;
}

/* **** LIJST **** */
/* ***** MENU ***** */
.grid-container-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1px 1px;
    grid-template-areas: "nr1 nr1 nr3 nr3""nr2 nr2 nr4 nr4";
}

.nr1,
.nr2,
.nr3,
.nr4 {
    border: #707070 solid 0.5px;
    margin: 10px;
    height: 145px;
}

.nr1 {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1px 1px;
    grid-template-areas: "nr11 nr12 nr12 nr12";
    grid-area: nr1;
}

.nr11 {
    grid-area: nr11;
    background-image: url(../Images/eten/bgnr1.webp);
    background-position: left;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;

}

.nr12 {
    grid-area: nr12;
    margin: auto 0 auto 10px;

}

.nr2 {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1px 1px;
    grid-template-areas: "nr21 nr22 nr22 nr22";
    grid-area: nr2;
}

.nr21 {
    grid-area: nr21;
    background-image: url(../Images/eten/bgnr2.webp);
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;

}

.nr22 {
    grid-area: nr22;
    margin: auto 0 auto 10px;

}

.nr3 {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1px 1px;
    grid-template-areas: "nr31 nr32 nr32 nr32";
    grid-area: nr3;
}

.nr31 {
    grid-area: nr31;
    background-image: url(../Images/eten/bgnr3.webp);
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;

}

.nr32 {
    grid-area: nr32;
    margin: auto 0 auto 10px;

}

.nr4 {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1px 1px;
    grid-template-areas: "nr41 nr42 nr42 nr42";
    grid-area: nr4;
}

.nr41 {
    grid-area: nr41;
    background-image: url(../Images/eten/bgnr4.webp);
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;

}

.nr42 {
    grid-area: nr42;
    margin: auto 0 auto 10px;

}

/* ***** RESERVATIE ****** */
.grid-container-reservatie {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 165px 165px 165px 165px 165px 165px 165px;
    grid-gap: 15px 15px;
    grid-template-areas: "foto1 .""foto1 foto2""foto3 foto2""foto3 foto4""foto5 foto4""foto5 foto6"". foto6";
    flex: 2;
    margin-top: 50px;
    margin-left: 15px;
}

.foto1 {
    grid-area: foto1;
    background-image: url(../Images/eten/reservatiefoto1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: #9c703c;

}

.foto2 {
    grid-area: foto2;
    background-image: url(../Images/eten/reservatiefoto2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #68452c;

}

.foto3 {
    grid-area: foto3;
    background-image: url(../Images/eten/reservatiefoto3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ebdedf;

}

.foto4 {
    grid-area: foto4;
    background-image: url(../Images/eten/reservatiefoto4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3c2111;

}

.foto5 {
    grid-area: foto5;
    background-image: url(../Images/eten/reservatiefoto5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #613021;

}

.foto6 {
    grid-area: foto6;
    background-image: url(../Images/eten/reservatiefoto6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #d7b785;

}

/* ***** RESERVATIE FORM ***** */
.reservatiekolommen {
    display: flex;
    flex-direction: row;
}

.reservatiekolom1,
.reservatiekolom2 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

select {
    width: 100%;
    border: #7d7d7d solid 1.5px;
    padding: 7px;
    border-radius: 10px;
    color: #7d7d7d;
    background: url(../Images/Arrow_Down_Select.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position-x: 98.5%;
    -o-background-position-x: 98.5%;
    -moz-background-position-x: 98.5%;
    -webkit-background-position-x: 98.5%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
}

input[type="checkbox"] {
    background-color: #F5F5F5;
    border: none;
    border-radius: 10px;
}

.textregistreren {
    font-family: 'Ubuntu', sans-serif;
    color: #A6A6A6;
    font-weight: 300;
    font-size: 14px;
    position: inherit;
    bottom: 6px;
}

textarea {
    resize: none;
    border: none;
    background-color: #f5f5f5;
    border-radius: 23px;
    width: 100%;
    height: 120px;
    padding: 10px 0 0 13px;
    font-family: 'Ubuntu', sans-serif;
    color: #7D7D7D;
    font-size: 14px;
    margin: 0;
}

/* **** LINKS **** */
.freservatie input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 70%;
    padding: 10px;
    padding-left: 10px;
    padding-left: 17px;
    color: #7d7d7d;
    border: none;
    border-radius: 70px;
    background-color: #f5f5f5;
}

/* The container */
.labelrad {
    display: flex;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Ubuntu', sans-serif;
    color: #A6A6A6;
    font-size: 14px;
    margin-top: 6px;

}

/* Hide the browser's default radio button */
.labelrad input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.labelrad:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.labelrad input:checked ~ .checkmark {
    background-color: #BC7400;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.labelrad input:checked ~ .checkmark:after {
    display: flex;
}

/* Style the indicator (dot/circle) */
.labelrad .checkmark:after {
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

/* ** */
/* The container */
.checkboxall {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxall input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmarkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxall:hover input ~ .checkmarkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxall input:checked ~ .checkmarkbox {
    background-color: #BC7400;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxall input:checked ~ .checkmarkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxall .checkmarkbox:after {
    left: 6.5px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ** POPUP ** */
#modalWindow {
    position: fixed;
    font-family: 'Montserrat', sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    opacity: 0;
    transition: opacity 400ms linear;
    pointer-events: none;
}

#modalWindow:target {
    opacity: 1;
    pointer-events: auto;
}

#modalWindow > div {
    width: 330px;
    height: 220px;
    position: relative;
    margin: 10% auto;
    padding: 20px 20px 0px 20px;
    background-color: #F5F5F5;
    border-radius: 20px;
    text-align: center;
}
