/*
*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
	color: #464d57;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6
{
	font-family: 'Ubuntu', sans-serif;
}
*/
.v-primary-front
{
	color: #e53d17;
}
.v-center-js
{
	position: relative;
}
.container
{
	padding: 0 3rem;
}
.img-responsive
{
	max-width: 100%;
}
/*
.heading
{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
*/
.contact-form article,
/* section header, */
/* .heading, */
/* .separator, */
figure.parallax,
.fade-tween
{
	margin-bottom: 20px;
}
figure .img-responsive
{
	margin: 0 auto;
}
.separator
{
	/* padding-bottom: 20px; */
	border-bottom: 1px solid #bbbec2;
	height: 1px;
}
a,
a:active
{
	color: #767676; /* #787e86; */ /* Accessibility contrast, ro@ro-achterberg.nl, 20231121*/
	font-weight: 600;
}
section a,
section a:active
{
	color: #f50;
	font-weight: inherit;
}
i.fa
{
	font-size: 175%;
}
.fa-center-nudge
{
	position: relative;
	top: 6px;
	margin-right: 15px;
}
a:hover
{
	text-decoration: none;
	/* color: #787e86; */
	color: inherit;
}
a.v-button:hover,
button.v-button:hover
{
	color: #bbb;
	border: 1px solid #bbb;
}
a.v-primary:hover,
button.v-primary:hover
{
	background-color: #c74200;
	border: 1px solid #c74200;
}
/*
a.v-black:hover,
button.v-black:hover
{
	background-color: #000;
	border: 1px solid #000;
}
*/
section
{
	padding: 40px 0; /* 2x 20px */
}
.fleft
{
	float: left;
}
.fright
{
	float: right;
}
nav.contact-links
{
	height: 60px;
	line-height: 60px;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	bottom: -60px;
	left: 0;
	right: 0;
	z-index: 100;
	border-top: 1px solid #acafb5;
	margin: 0 auto;
	transition: bottom .3s ease;
}
nav.contact-links.visible
{
	bottom: 0px;
}
nav.contact-links .fleft
{
	margin-left: 50px;
	display: none;
}
nav.contact-links .fright
{
	margin-right: 50px;
	display: none;
}
nav.contact-links .v-primary
{
	margin: 4px auto 0 auto;
	display: block;
}
.h100
{
	height: 100%;
}
.vertical-center-helper
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.v-center
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.logo
{
	max-width: 100%;
	vertical-align: middle;
}
.logo img
{
	width: 250px;
	margin: 0 auto;
}
/*
.splash
{
	position: fixed;
	top: 0;
	z-index: 0;
	width: 100%;
}
*/
.overlay .logo
{
	padding-top: 10%;
}
/* .splash .video-container
{
	z-index: -2;
} */
/*
.splash .overlay
{
	z-index: 0;
	background-color: rgba(64, 73, 86, 0.6);
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.splash video
{
	object-fit: cover;
	width: 100%;
	vertical-align: middle;
}
*/
.video-container
{
	position: relative;
}
#video-shader
{
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #23344499;
}
video
{
	width: 100%;
	height: auto;
}
.v-button
{
	display: inline-block;
	width: 200px;
	height: 40px;
	color: #fff;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	line-height: 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}
.v-button span
{
	position: relative;
	top: -1px;
}
.v-primary
{
	background-color: #ff5000;
	border-color: #ff5000;
}
.v-black
{
	background-color: #000;
	border-color: #000;
}
/*
.splash-buttons
{
	text-align: center;
	margin-top: 3%;
}
.splash-buttons .v-button
{
	display: block;
	margin: 0 auto;
}
.splash-buttons .v-button + .v-button
{
	margin-top: 7px;
}
*/
.bg-gray
{
	background-color: #f5f5f5;
}
/*
#content
{
	position: relative;
	top: 100%;
	background-color: #fff;
	z-index: 0;
	overflow: hidden;
}
*/
.transition-to-position
{
	transition: top 1s ease;
	position: relative;
	top: 10px;
}
.v-gallery
{
	min-height: 118px;
	position: relative;
}
.v-gallery ul
{
	position: relative;
	margin: 0;
}
.v-gallery li
{
	display: none;
	-webkit-transition: z-index 0s ease, top 1s ease, left 1s ease, width 1s ease, height 1s ease;
	-moz-transition: z-index 0s ease, top 1s ease, left 1s ease, width 1s ease, height 1s ease;
	-ms-transition: z-index 0s ease, top 1s ease, left 1s ease, width 1s ease, height 1s ease;
	-o-transition: z-index 0s ease, top 1s ease, left 1s ease, width 1s ease, height 1s ease;
	transition: z-index 0s ease, top 1s ease, left 1s ease, width 1s ease, height 1s ease;
	/* transition-property: z-index, top, left, width, height;
	transition-duration: 1s;
	transition-timing-function: ease; */
}
.v-gallery li.visible
{
	display: inline-block;
	position: absolute;
}
.v-gallery li img
{
	/* max-width: 118px;
	width: 100%; */
	max-width: 100%;
	height: auto;
	display: block;
}
.v-gallery li.focus
{
	width: 95px !important;
	height: 95px !important;
}
.fade-tween
{
	/* display: table; */
	white-space: nowrap;
	overflow: hidden;
}
.fade-tween > div
{
	/* display: table-cell; */
	text-align: center;
	display: none;
}
.fade-tween > div.active
{
	display: block;
}
.fade-tween img
{
	display: inline-block;
	vertical-align: baseline;
	transform: translateY(100%);
	opacity: 0;
	transition: all 1s ease;
}
.fade-tween img.visible
{
	transform: translateY(0);
	opacity: 1;
}
.fade-tween img + img
{
	margin-left: 20px;
}
/* .fade-tween > div + div
{
	padding-left: 30px;
} */
.grid-slideshow
{
	white-space: nowrap;
	overflow: hidden;
	width: 290px;
	height: 126px;
	margin: 0 auto;
}
.grid-slideshow-group
{
	white-space: normal;
	display: inline-block;
}
.grid-slideshow-spacer
{
	width: 20px;
}
.grid-slideshow .grid-slideshow-cell
{
	border: 1px solid #b2b2b2;
	margin: 0 20px 20px 0;
	width: 80px;
	height: 51px;
	background-color: #fff;
}
.grid-slideshow .grid-slideshow-cell,
.grid-slideshow .grid-slideshow-spacer
{
	display: inline-block;
}
.grid-slideshow .grid-slideshow-cell img
{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.grid-slideshow .grid-slideshow-cell:nth-child(3n+0)
{
	margin-right: 0;
}
.grid-slideshow + nav
{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.grid-slideshow-nav
{
	display: inline;
}
.grid-slideshow-nav a
{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #787e86;
}
.grid-slideshow-nav + .grid-slideshow-nav
{
	margin-left: 8px;
}
.grid-slideshow-nav.active a
{
	background-color: #f26522;
}
.delivery-rate
{
	border: 3px solid #464d57;
	padding: 30px 15px;
	font-size: 12px;
}
.delivery-rate-value
{
	color: #f50;
	font-size: 38px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}
.delivery-claim
{
	border: 1px solid #d2d2d2;
	padding: 20px 25px;
	margin-bottom: 0;
	display: none;
}
.delivery-claim,
.delivery-rate,
.v-gallery
{
	margin-top: 20px;
}
article + article
{
	margin-top: 30px;
}
figure.parallax img
{
	/* position: absolute; */
	position: relative;
	margin: 0 auto;
	transition: top .5s ease;
	max-width: 100%;
	top: 0;
}
.contact-form label
{
	display: block;
}
.contact-form .input
{
	width: 280px;
	height: 40px;
	font-size: 12px;
	padding-left: 20px;
	color: #000;
	font-weight: 300;
}
.contact-form label,
button[type="submit"]
{
	margin-bottom: 20px;
}
#content footer,
body > footer
{
	color: #fff;
	background-color: #404956;
}
footer.legal
{
	padding-left: 0;
	padding-right: 0;
	padding: 1rem 0;
/*
	position: relative;
	top: 100%;
*/
}
footer.legal p
{
	font-size: 12px;
	line-height: 20px;
}
footer.legal section
{
	margin: 27px 0;
	padding: 0;
}
.contact-info
{
	border-top: 1px solid #fff;
	padding-left: 0;
	padding-right: 0;
}
.contact-info > section
{
/*
	display: flex;
	justify-content: space-around;
*/
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.contact-info section
{
	margin: 0;
	padding: 0;
}
.contact-info a
{
	color: #fff;
	font-weight: 300;
}
.contact-info section > div p
{
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	/* position: relative;
	top: -0.5em; */
}
.contact-info section > div p span
{
	display: block;
	/* height: 2em; */
}
.contact-info section > div i.fa
{
	display: block;
	margin-bottom: 20px;
}
.contact-info section > div
{
	height: 125px;
	display: table;
}
.contact-info section > div /* :first-child + div */
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.contact-form .thank-you
{
	max-height: 0;
	opacity: 0;
	transition: max-height 1s ease, opacity 1s ease;
}
.contact-form .thank-you.visible
{
	padding: 20px 0;
	max-height: 1000px;
	opacity: 1;
}
figure
{
	margin-bottom: 20px;
}
#map-canvas
{
	position: relative;
/*
	top: 100%;
*/
	width: 100%;
	height: 100%;
}
.transparent-overlay
{
	position: absolute;
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    width: 100%;
    z-index: 100;
    display: block;
    height: 100%;
}
.balloon
{
        background-color: #ff5200;
        display: table;
        position: absolute;
        width: 100%;
        height: 100%;
}
/*
.splash-container
{
        display: table-cell;
        vertical-align: middle;
}
.splash-wrapper
{
        margin: 0 auto;
        width: 50%;
}
.splash-buttons
{
        margin-top: 3em;
}
.splash-wrapper img
{
        width: 100%;
        max-width: 100%;
}
*/
.balloon-arrow
{
        position: absolute;
        bottom: 0;
        height: 8vh;
        background-color: #fff;
        left: 0;
        right: 0;
}
.balloon-arrow img
{
        height: 8vh;
        position: absolute;
        right: 30%;
        bottom: 1px;
}
.notification {
	background-color: #f2f2f2;
	border-bottom: 1px solid black;
}
.notification .container {
	padding-block: 2rem; margin-block: 0;
}
.notification .container > span {
	display: inline-flex;
	align-items: baseline;
}
.notification .container > span > .fas {
	margin-inline-end: 0.8rem;
}
.notification .dismiss {
	cursor: pointer;
}
.notification .dismiss + .dismiss {
	margin-left: 2rem;
}
@media (max-width: 320px)
{
	.grid-slideshow .grid-slideshow-cell
	{
		width: 83px;
		height: 53px;
	}
	/* .container
	{
		width: 280px;
	} */
}
@media (max-width: 767px) and (min-width: 480px)
{
	/* .container
	{
		width: 420px;
	} */
	/* .grid-slideshow .grid-slideshow-cell
	{
		width: 130px;
		height: 76px;
	} */
}
@media (min-width: 480px)
{
/*
	body
	{
		font-size: 15px;
		line-height: 25px;
	}
*/
	section
	{
		padding: 60px 0; /* 2x 30px */
	}
/*
	.heading
	{
		font-size: 30px;
		line-height: 40px;
	}
*/
	figure.parallax,
	.fade-tween
	{
		margin-bottom: 30px;
	}
	.fade-tween img + img
	{
		margin-left: 30px;
	}
	.contact-form article /* ,
	section header */
	/* .heading */
	{
		margin-bottom: 30px;
	}
	.separator
	{
		/* padding-bottom: 30px; */
	}
	.v-gallery
	{
		min-height: 145px;
	}
	.v-gallery li.focus
	{
		width: 145px !important;
		height: 145px !important;
	}
	.grid-slideshow
	{
		width: 450px;
		height: 196px;
	}
	.grid-slideshow-spacer
	{
		width: 30px;
	}
	.grid-slideshow .grid-slideshow-cell
	{
		margin: 0 30px 30px 0;
		width: 130px;
		height: 83px;
	}
	.grid-slideshow-nav a
	{
		width: 10px;
		height: 10px;
	}
	.grid-slideshow-nav + .grid-slideshow-nav
	{
		margin-left: 12px;
	}
	.grid-slideshow + nav
	{
		margin-top: 44px;
	}
	.delivery-claim
	{
		padding: 30px 45px;
	}
	.delivery-claim,
	.v-gallery,
	article + article,
	{
		margin-top: 30px;
	}
	.contact-form .input
	{
		width: 400px;
		height: 40px;
	}
	.contact-info section > div
	{
		height: 135px;
	}
	.delivery-rate
	{
		font-size: 15px;
	}
	.delivery-rate-value
	{
		font-size: 57px;
	}
}
/*
@media screen and (max-width: 640px)
{
        .splash-wrapper
        {
                width: 60%;
        }
}
*/
@media (min-width: 768px)
{
/*
	body
	{
		font-size: 18px;
		line-height: 30px;
	}
*/
	section
	{
		padding: 80px 0; /* 2x 40px */
	}
	figure.parallax,
	.fade-tween
	{
		margin-bottom: 40px;
	}
	.fade-tween img + img
	{
		margin-left: 40px;
	}
/*
	.heading
	{
		font-size: 35px;
		line-height: 45px;
	}
*/
	.contact-form article /*,
	section header */
	/* .heading */
	{
		margin-bottom: 40px;
	}
	.separator
	{
		/* padding-bottom: 40px; */
	}
	nav.contact-links
	{
		height: 80px;
		line-height: 80px;
		bottom: -80px;
	}
	nav.contact-links .fleft,
	nav.contact-links .fright
	{
		display: block;
	}
	nav.contact-links .v-primary
	{
		margin-top: 14px;
	}
	.contact-info section > div p
	{
		position: relative;
		top: -0.5em;
		height: 2em;
	}
	.contact-info section > div:first-child + div
	{
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	/* .v-gallery
	{
		min-height: 290px;
	}
	.v-gallery li img
	{
		max-width: 290px;
	} */
	.v-gallery li.focus
	{
		width: 235px !important;
		height: 235px !important;
	}
	.grid-slideshow
	{
		width: 720px;
		height: 310px;
	}
	.grid-slideshow-spacer
	{
		width: 40px;
	}
	.grid-slideshow .grid-slideshow-cell
	{
		margin: 0 40px 40px 0;
		width: 213px;
		height: 135px;
	}
	.grid-slideshow-nav a
	{
		width: 14px;
		height: 14px;
	}
	.grid-slideshow-nav + .grid-slideshow-nav
	{
		margin-left: 14px;
	}
	.grid-slideshow + nav
	{
		margin-top: 58px;
	}
	.delivery-claim
	{
		padding: 40px 75px;
	}
	.delivery-claim,
	.delivery-rate,
	.v-gallery,
	article + article,
	{
		margin-top: 40px;
	}
	.contact-info section > div
	{
		height: 200px;
	}
	/* .contact-info section > div i.fa
	{
		margin-bottom: 45px;
	} */
	.delivery-rate-value
	{
		font-size: 75px;
	}
	.delivery-rate
	{
		font-size: 18px;
	}
}
/*
@media screen and (max-height: 800px) and (min-width: 1280px)
{
        .splash-wrapper
        {
                width: 35%;
        }
}
*/
@media (min-width: 992px)
{
/*
	body
	{
		font-size: 21px;
		line-height: 35px;
	}
*/
	.text-left-md
	{
		text-align: left;
	}
	.logo img
	{
		width: 300px;
	}
/*
	.splash-buttons
	{
		margin-top: 60px;
	}
	.splash-buttons .v-button
	{
		width: 250px;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	.splash-buttons .v-button + .v-button
	{
		margin-top: 10px;
	}
*/
	figure.parallax,
	.fade-tween
	{
		margin-bottom: 50px;
	}
	.fade-tween img + img
	{
		margin-left: 50px;
	}
	section
	{
		padding: 100px 0; /* 2x 50px */
	}
/*
	.heading
	{
		font-size: 40px;
		line-height: 50px;
	}
*/
	.contact-form article /* ,
	section header */
	/* .heading */
	{
		margin-bottom: 50px;
	}
	.separator
	{
		/* padding-bottom: 50px; */
	}
	nav.contact-links
	{
		height: 100px;
		line-height: 100px;
		bottom: -100px;
	}
	.v-button
	{
		width: 250px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	nav.contact-links .v-primary
	{
		width: 250px;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		margin-top: 19px;
	}
	.grid-slideshow
	{
		width: 940px;
		height: 386px;
	}
	.grid-slideshow-spacer
	{
		width: 50px;
	}
	.grid-slideshow .grid-slideshow-cell
	{
		margin: 0 50px 50px 0;
		width: 280px;
		height: 168px;
	}
	.grid-slideshow-nav a
	{
		width: 15px;
		height: 15px;
	}
	.grid-slideshow-nav + .grid-slideshow-nav
	{
		margin-left: 18px;
	}
	.delivery-claim
	{
		padding: 45px 85px;
	}
	.delivery-claim,
	.v-gallery,
	article + article
	{
		margin-top: 50px;
	}
	.contact-form .input
	{
		width: 500px;
		height: 50px;
		font-size: 15px;
		padding-left: 25px;
	}
	.contact-form label,
	.contact-form button[type="submit"]
	{
		margin-bottom: 30px;
	}
	.contact-info section > div
	{
		height: 265px;
	}
	.delivery-rate
	{
		font-size: 21px;
		margin-top: 0;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (min-width: 1200px)
{
	.logo img
	{
		width: 400px;
	}
/*
	.splash-buttons
	{
		margin-top: 73px;
	}
	.splash-buttons .v-button + .v-button
	{
		margin-top: 13px;
	}
	.splash-buttons .v-button
	{
		width: 300px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
*/
	nav.contact-links .v-primary
	{
		width: 300px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		margin-top: 14px;
	}
	.v-button
	{
		width: 300px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	/* .v-gallery
	{
		min-height: 375px;
	}
	.v-gallery li img
	{
		max-width: 375px;
	} */
	.v-gallery li.focus
	{
		width: 375px !important;
		height: 375px !important;
	}
	.grid-slideshow
	{
		width: 1140px;
		height: 474px;
	}
	.grid-slideshow .grid-slideshow-cell
	{
		width: 346px;
		height: 212px;
	}
	.contact-form .input
	{
		width: 600px;
		height: 60px;
		font-size: 18px;
		padding-left: 25px;
	}
	.grid-slideshow + nav
	{
		margin-top: 70px;
	}
	.delivery-claim
	{
		padding: 45px 65px;
	}
	.contact-info section > div i.fa
	{
		margin-bottom: 30px;
	}
}
@media (min-width: 2560px)
{
	.logo img
	{
		width: 650px;
	}
/*
	.splash-buttons
	{
		margin-top: 116px;
	}
	.splash-buttons .v-button + .v-button
	{
		margin-top: 26px;
	}
	.splash-buttons .v-button
	{
		width: 500px;
		height: 95px;
		line-height: 95px;
		font-size: 28px;
	}
*/
}
