/* Author: David Ongenaert */

@font-face {
	font-family: Carlito;
	src: url(/styles/Carlito.ttf)
	font-display: swap;
}

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Carlito', sans-serif;
	text-rendering: optimizeLegibility;
}
body {
	width: inherit;
	height: 90%;
	margin: 0;
	padding: 0;
	background-color: #bfd9bf;
	background-image: url("/afbeeldingen/achtergrond.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
	line-height: calc(1.4rem + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
}

h1 {
	font-family: 'Times New Roman', serif;
	padding: 1rem 0;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #004500;
	font-size: calc(20px + (32 - 20) * ((100vw - 200px) / (400 - 200)));
	overflow-wrap: normal;
	max-width: 100%;
	text-overflow: clip;
}
@media (min-width:400px){h1 {font-size: 2.25rem;}}
h2, h3, h4 {
	font-family: 'Times New Roman', serif;
}
h2 {
	font-size: 1.25rem;
}
h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
}
h4 {
    padding-bottom: 0;
	margin-bottom: 0.3125rem;
	font-weight: bold;
	font-size: 1.125rem;
}


p, blockquote {
    white-space: pre-line;
}


/* For accessibility */
a {
	text-decoration: none;
	border-bottom: 0.0625rem dashed;
}
a:hover, a:focus {
	border-bottom: 0.125rem solid;
}
.button:focus, .nav-button:focus, input:focus, textarea:focus, select:focus {
	outline: 0.25rem dashed white;
	outline-offset: 0.0625rem;
}


.canvas {
	width: 95%;
	min-height: 92%;
	height: auto;
	padding-top: 1%;
	padding-bottom: 2%;
	margin: 2% auto 0;
	border: 0.0625rem solid #909090;
	background-color: #F5DEB3;
	max-width: 100%;
}
@media (min-width:600px){.canvas {width: 90%;}}
@media (min-width:700px){.canvas {width: 80%;}}
@media (min-width:800px){.canvas {width: 75%;}}
@media (min-width:900px){.canvas {width: 70%;}}


nav {
	display: inline-block;
	position: absolute;
	margin-top: 2.083rem;
	margin-left: -1.3125rem;
}
@media (max-width:850px){nav {position: relative;}}
@media (min-width:850px){nav {position: absolute;}}
.nav-button, .button {
	display: inline-block;
	padding: 0.4375rem 2.1875rem;
	border: none;
	border-radius: 0.3125rem 1.25rem 0.3125rem 1.25rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0,0,0,0.2);
	background-color: #94A601;
	font-size: 0.875rem;
	color: #f9f9f9;
	cursor: pointer;
	text-decoration: none;
	word-wrap: normal;
	max-width: 100%;
}
.nav-button:after {
	display: inline;
	position: relative;
	padding-left: 0.25rem;
	content: "\25BC";
	font-size: .7rem;
}
.nav-content {
	overflow: hidden;
	position: absolute;
	z-index: 90001;
	min-width: 10.6875rem;
	height: 0;
	opacity: 0;
	box-shadow: 0 0.5rem 0.5rem 0 rgba(0,0,0,0.2);
	background-color: #f9f9f9;
	transition: height 0.4s, opacity 0.4s;
	transition-delay: 1s;
}
nav:hover .nav-content, nav:focus .nav-content, .button:focus, nav:active .nav-content {
	opacity: 1;
	height: auto;
	transition: height 0.25s, opacity 0.5s;
}
nav:hover .nav-button, nav:focus .nav-button , nav:active .nav-button {background-color: #808E01;}
.nav-content a {
	display: block;
	padding: 0.75rem 1rem;
	text-decoration: none;
	font-size: 0.875rem;
	color: black;
	border-bottom: none;
}
.nav-content a:hover, .nav-content a:focus {
	border-bottom: 0.125rem solid;
	background-color: #D7DD96
}
.button:hover, .button:focus, .button:active {
	background-color: #839400;
	border-bottom: none;

}


main {
	width: 70%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}
@media (max-width:1400px){main {text-align:left;}}
@media (min-width:1400px){main {text-align:justify;}}
@media (max-width:600px){main {width: 87.5%;}}
@media (min-width:600px){main {width: 85%;}}
@media (min-width:700px){main {width: 82.5%;}}
@media (min-width:800px){main {width: 80%;}}
@media (min-width:900px){main {width: 75%;}}
@media (min-width:1100px){main {width: 70%;}}
main section {
	padding: 0.125rem 0;
}
main table {
	margin-left: auto;
	margin-right: auto;
	border-width: 0.125rem;
	border-spacing: 0;
	border-style: inset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
main table p {
	padding-left: 0.4375rem;
	padding-right: 1.3125rem;
}
@media (max-width:21.875rem){main table span {padding-left: 0; padding-right: 0;}}
main th {
	border-width: 0.125rem;
	padding: 0.25rem;
	border-style: inset;
	border-color: black;
	background-color: white;
	text-align: left;
}
main td {
	border-width: 0.125rem;
	padding: 0.25rem;
	border-style: inset;
	border-color: black;
	background-color: white;
}
main ul {
	list-style-type: disc;
}
main details p, ol {margin-left: 5%;}
main address {font-style: normal}


footer {
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding: 0.625rem 0;
	background: rgba(0, 0, 0, 0.85);
	text-align: center;
	color: #ddd9c3;
}
@media (min-width:600px){footer {width: 91%;}}
@media (min-width:700px){footer {width: 81%;}}
@media (min-width:800px){footer {width: 76%;}}
@media (min-width:900px){footer {width: 71%;}}
.footer-links a {
	display: table;
	width: auto;
	margin: 1.25rem auto;
	text-align: center;
	line-height: 1.4;
	color: #ddd9c3;
	font-size: 1rem;
}
@media (min-width:613px){.footer-links a {
	display: inline;
	margin: 1.25rem 0.625rem;
	padding: 0;
	font-size: 0.625rem;
	line-height: 1.2;
}}
@media (min-width:893px){.footer-links a {margin: 1.25rem 1.25rem;}}
@media (min-width:1091px){.footer-links a {margin: 1.25rem 1.875rem;}}
@media (min-width:1288px){.footer-links a {margin: 1.25rem 2.5rem;}}

.license {margin: 0.75rem 0 0.375rem;}
.license a {
	text-decoration: none;
	color: lightskyblue;
	font-size: 0.375rem;
}


.footnotes {
	font-style: italic;
	font-size: 0.5625rem;
}

.products {
	width: 100%;
	padding: 0;
	margin: 0;
}
.products h2 {
	text-align: left;
}
.products-group {
	border-top: 0.0625rem solid gray;
	width: 100%;
	margin: 0;
	padding: 1.25rem 0 0 0;
	flex-flow: wrap;
	justify-content: center;
	display: flex;
}
.info-fiche {
	flex: 0.00001 1 auto;
	background-color: #f9eacc;
	display: inline-flex;
	flex-flow: column;
	position: relative;
	vertical-align: top;
	width: 11.875rem;
	height: 20rem;
	margin: 0 0.625rem 1.25rem;
	padding: 0;
	border: 0.1875rem solid rgba(148, 166, 1, 1);
	border-radius: 0.3125rem 1.25rem 0.3125rem 1.25rem;
	transition: ease-in-out all 0.05s
}
.info-fiche-expanded {
	flex-flow: column;
	width: 100% !important;
	height: 40rem;
}
@media (min-width: 700px) {
	.info-fiche-expanded {
		flex-flow: row;
		width: 95% !important;
		height: 20rem;
	}
}
.info-fiche-wrapper {
	height: 100%;
	width: 11.875rem;
	height: 20rem;
	margin: 0 auto;
	flex: 0 0 auto;
	display: inline-flex;
	flex-flow: column;
}
@media (min-width: 700px) {
	.info-fiche-wrapper, .info-fiche {
		width: 12.5rem;
		height: 20.9375rem;
	}
}
@media (min-width: 1024px) {
	.info-fiche-wrapper, .info-fiche {
		width: 13.125rem;
		height: 21.875rem;
	}
}
.info-fiche h4 {
	display: flex;
	flex: 0.5 0.5 auto;
    padding: 0.75rem 0 0.375rem;
    margin: 0 auto;
	text-align: center;
}
.info-fiche img {
	flex: 1 1 auto;
    display: flex;
    height: 65%;
    width: 95%;
    object-fit: contain;
    margin: 0 auto;
}
.info-fiche .pricetag {
	padding: 0.5rem 0;
	flex: 0.75 0.75 auto;
}
.info-fiche .price {
	white-space: nowrap;
	display: flex;
	text-align: left;
	width: 85%;
	margin: auto;
}
.info-fiche .per {
	color:rgb(80, 90, 80);
}
.info-fiche-description {
	display: inline-flexbox;
	flex: 1 1 auto;
	text-align: left;
	padding: 0.9375rem;
	margin: 0.9375rem;
	border-left: 0.0625rem solid rgba(148, 166, 1, 0.5);
	opacity: 1;
	overflow-y: scroll;
	transition: opacity 0.2s ease;
	transition-delay: 0.1s;
}
.info-fiche .hidden {
	opacity: 0;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	transition: opacity 0.2s ease;
}

.recipe {
	border-top: 0.0625rem solid rgba(0,0,0,0.4);
	margin-bottom: 2.5rem;
}
.recipe .download-link {
    display: inline-block;
    text-decoration: none;
    padding-bottom: 0.9375rem;
	font-size: 0.9375rem;
}
.recipe .frame {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 31.25rem;
}
.carousel {
	position: relative;
	width: 80%;
	max-height: 30rem;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	padding-bottom:0;
	background-color: black;
	color: white;
	text-align: center;
}
#carousel-text {
	position: absolute;
	bottom: 0;
	font-weight: bold;
	background-color: rgba(0,0,0,0.4);
	padding: 0.3125rem;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}
#carousel-image {
	position: relative;
	bottom: 0;
	display: inline-block;
	max-height: 23.75rem;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	margin: auto;
}
.carousel-button {
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 7%;
	min-width: 2.1875rem;
	border: 0;
	padding: 0;
	top: 0;
	margin-top: 0;
	color: white;
	z-index: 90000;
	font-size: 2.083rem;
}
.carousel-button:hover, .carousel-button:focus, .carousel-button:active {
	color: #a9b646;
	text-shadow: -0.125rem 0.125rem 0.125rem black,
		0.125rem 0.125rem 0.125rem black,
		0.125rem -0.125rem 0.125rem black,
		-0.125rem -0.125rem 0.125rem black;
	outline: none;
}
#previous-picture {
	left: 0;
	margin-left: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
}
#next-picture {
	right: 0;
	margin-right: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
}


.video {
	width: 80%;
	max-width: 40rem;
    display: block;
    padding: 1.25rem 0;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
@media (max-width:550px){.video {height: 9rem;}}
@media (min-width:550px){.video {height: 15rem;}}
@media (min-width:1300px){.video {height: 22.5rem;}}

.google-maps {
    height: 21.875rem;
    padding-top: 1.25rem;
}
@media (min-width:900px){.google-maps {height: 25rem;}}
details {
    display: block;
    padding-bottom: 1.25rem;
}
details summary {
	padding: 0.3125rem 0.9375rem;
	border: none;
	border-radius: 0.3125rem 1.25rem 0.3125rem 1.25rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0,0,0,0.2);
	background-color: #94A601;
	font-size: 0.875rem;
	color: #f9f9f9;
	cursor: pointer;
}
details summary a {
	text-decoration: none;
	color: white;
}
details p {
	width: 90%
}

img {
	display: block;
    max-height: 25rem;
    max-width: 25rem;
	margin-left: auto;
	margin-right: auto;
}

img.links {
    display: inline-block;
    padding-right: 0.3125rem;
}

img.rechts {
    float: right;
    padding-left: 0.9375rem;
}

.news {
	text-align: center;
	color: green;
	height: auto;
	max-height: 25rem;
	overflow-y: scroll;
}
.news p {
	color: gray;
	padding-top: 0.625rem;
	border-top: 0.0625rem solid darkgray;
}
.news-item {
	color: black;
	background-color: rgb(244, 245, 237);
	margin: 0.625rem 4%;
	padding: 0.8125rem;
	border-radius: 1.875rem;
	border: 0.0625rem solid darkgreen;
}
.news-item p {
	color: black;
	text-align: left;
	white-space: normal;
}
.news-item:nth-child(odd) {
	border-radius: 0.3125rem 1.25rem 0.3125rem 1.25rem;
	background-color: #e4f7e2;
	margin-right: 6%;
	padding-left: 4%;
}
.news-item:nth-child(odd) .date {
	color: gray;
	float: right;
}
.news-item:nth-child(odd) p {
	padding-right: 4%;
	padding-left: 3%;
}
.news-item:nth-child(even) {
	border-radius: 1.25rem 0.3125rem 1.25rem 0.3125rem;
	background-color: #ffffff;
	margin-left: 6%;
} 
.news-item:nth-child(even) .date {
	color: gray;
	float: left;
}
.news-item:nth-child(even) p {
	padding-right: 4%;
	padding-left: 9%;
}

.order {
	border-top: 0.0625rem solid rgba(0, 0, 0, 0.30);
	border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.30);
	padding: 0.625rem 0;
	width: 100%;
}
@media (min-width:600px){.order {padding: 0.625rem 3%;}}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	white-space: nowrap;
}
.order .product-line {
	display: block;
	height: 2.0625rem;
	width: 100%;
	min-width: 40vw;
}
.order .product-line select {
	display: inline-block;
	text-overflow: ellipsis;
	margin: 0 0.1rem;
	max-width: 60vw;
	min-width: 20vw;
	overflow: clip;
}
.order .product-line input[type=number] {
	display: inline-block;
	margin: 0 0.1rem;
	max-width: 15vw;
	min-width: 10vw;
}
.order .product-line input[type=button] {
	display: inline-block;
	max-width: 2vw;
	min-width: 1.2rem;
	background-color: rgb(163, 0, 0);
	color: white;
	font-size: 0.875rem;
	margin: 0 0.1rem;
}
.order .product-line input[type=button]:hover {
	background-color: rgb(200, 0, 0);
}
.order input {
	margin: 0;
	box-sizing: border-box;
}
.order .button {
	display: inline-block;
	box-sizing: content-box;
}
.order input[type=button] {
	padding: 0.1875rem 0.3125rem;
	margin: 0.3125rem 0;
	border: none;
	border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0,0,0,0.2);
	background-color: #94A601;
	font-size: 1rem;
	color: #f9f9f9;
	cursor: pointer;
	text-decoration: none;
}
.order input[type=button]:hover {
	background-color: #839400;
}
.order label {
	display: block;
	padding: 0.625rem 0 0;
}
.order input {
	display: block;
	margin: 0 0 0.625rem 0;
}
#date-picker {
	display: inline-block;
}
#time-picker {
	display: inline-block;
}
#remarks {
	width: 95%;
	min-height: 4rem;
	height: auto;
	padding: 0.3125rem;
	border: 0.0625rem solid lightgray;
	border-radius: 0.1875rem;
	background-color: white;
}
#remarks:focus {
	box-shadow: 0 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.30);
}
#customer-mail {
	min-width: 10rem;
	width: 50%;
}
.order .product-line-cost[type=number] {
	display: none !important;
}
#form-response {
	height: 0.625rem;
	border: none;
	box-shadow: none;
	display: none;
}
.form-response-success {
	display: inline-block;
	padding: 0.1875rem 0.3125rem;
	margin: 0.3125rem auto;
	border: none;
	border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0,0,0,0.2);
	background-color: rgba(0, 255, 0, 0.1);
	color: green;
}
.form-response-busy {
	display: inline-block;
	padding: 0.1875rem 0.3125rem;
	margin: 0.3125rem auto;
	border: none;
	border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0,0,0,0.2);
	background-color: rgba(0, 0, 255, 0.1);
	color: blue;
}
.form-response-fail {
	display: inline-block;
	padding: 0.1875rem 0.3125rem;
	margin: 0.3125rem auto;
	border: none;
	border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0,0,0,0.2);
	background-color: rgba(255, 0, 0, 0.07);
	color: red;
}