:root {
  --swiper-navigation-color: #ffffff;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

*,:after,:before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: "Raleway", Sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	background-color: #F5F5F0;
	background-image: url(../../assets/images/Logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-attachment: fixed;
}

body.vervolg main {
	padding-top: 110px;
}

h1,h2,h3,h4,h5,h6 {
	-webkit-margin-before: .5rem;
	margin-block-start:.5rem;-webkit-margin-after: 1rem;
	margin-block-end:1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	/* color: #315066; */
	
}
img {
	max-width:100%;
}

h1 {
	font-size: 2rem
}

h2 {
	font-size: 1.6rem
}

h3 {
	font-size: 1.4rem
}

h4 {
	font-size: 1.1rem
}

h5 {
	font-size: 1rem
}

h6 {
	font-size: 1rem
}

p {
	-webkit-margin-before: 0;
	margin-block-start:0;
	-webkit-margin-after: .9rem;
	margin-block-end:1.9rem
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
	white-space: pre-wrap
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #000000;
}

a:active,a:hover {
	color: #325166;
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

.radius10 {
	border-radius:10px;
}

.radius20 {
	border-radius:20px;
}
.radiustop20 {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.radiusright20 {
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
}
.imgbg {
	background-size: cover;
	background-position: center center;
	min-height:100px;
}
.o80 {
	max-width: 358px;
	opacity: 0.8;
}

.o40 {
	max-width: 358px;
	opacity: 0.4;
}

.fc-blue {
	color:#315066;
}
.fc-white {
	color:#ffffff !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}
.pb-7 {
    padding-bottom: 6.5rem !important;
}




.background-container-gradient {
	position: relative;
	width: 100%;
	color:#ffffff;
}

.background-container-gradient::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(184,186,149);
	background: -moz-linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 80%, rgba(184,186,149,0) 95%, rgba(184,186,149,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 80%, rgba(184,186,149,0) 95%, rgba(184,186,149,0) 100%);
	background: linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 80%, rgba(184,186,149,0) 95%, rgba(184,186,149,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B8BA95",endColorstr="#B8BA95",GradientType=1);
	z-index: 1;
	border-radius:20px;
}

.background-container-gradient._F4F5F0::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(244,245,240);
	background: -moz-linear-gradient(90deg, rgba(244,245,240,0.9) 0%, rgba(244,245,240,0.9) 80%, rgba(244,245,240,0) 95%, rgba(244,245,240,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(244,245,240,0.9) 0%, rgba(244,245,240,0.9) 80%, rgba(244,245,240,0) 95%, rgba(244,245,240,0) 100%);
	background: linear-gradient(90deg, rgba(244,245,240,0.9) 0%, rgba(244,245,240,0.9) 80%, rgba(244,245,240,0) 95%, rgba(244,245,240,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F5F0",endColorstr="#F4F5F0",GradientType=1);
	z-index: 1;
	border-radius:20px;
}

.background-container-gradient._E1E2D4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(225,226,212);
	background: -moz-linear-gradient(90deg, rgba(225,226,212,0.9) 0%, rgba(225,226,212,0.9) 80%, rgba(225,226,212,0) 95%, rgba(225,226,212,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(225,226,212,0.9) 0%, rgba(225,226,212,0.9) 80%, rgba(225,226,212,0) 95%, rgba(225,226,212,0) 100%);
	background: linear-gradient(90deg, rgba(225,226,212,0.9) 0%, rgba(225,226,212,0.9) 80%, rgba(225,226,212,0) 95%, rgba(225,226,212,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1E2D4",endColorstr="#E1E2D4",GradientType=1);
	z-index: 1;
	border-radius:20px;
}

.background-container-gradient._CECEB6::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(206,206,182);
	background: -moz-linear-gradient(90deg, rgba(206,206,182,0.9) 0%, rgba(206,206,182,0.9) 80%, rgba(206,206,182,0) 95%, rgba(206,206,182,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(206,206,182,0.9) 0%, rgba(206,206,182,0.9) 80%, rgba(206,206,182,0) 95%, rgba(206,206,182,0) 100%);
	background: linear-gradient(90deg, rgba(206,206,182,0.9) 0%, rgba(206,206,182,0.9) 80%, rgba(206,206,182,0) 95%, rgba(206,206,182,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CECEB6",endColorstr="#CECEB6",GradientType=1);
	z-index: 1;
	border-radius:20px;
}

.background-container-gradient._B8BA95::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(184,186,149);
	background: -moz-linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 80%, rgba(184,186,149,0) 95%, rgba(184,186,149,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 80%, rgba(184,186,149,0) 95%, rgba(184,186,149,0) 100%);
	background: linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 80%, rgba(184,186,149,0) 95%, rgba(184,186,149,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B8BA95",endColorstr="#B8BA95",GradientType=1);
	z-index: 1;
	border-radius:20px;
}

.background-container-gradient._5E5A4D::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(94, 90, 78);
	background: -moz-linear-gradient(90deg, rgba(94, 90, 78,0.9) 0%, rgba(94, 90, 78,0.9) 80%, rgba(94, 90, 78,0) 95%, rgba(94, 90, 78,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(94, 90, 78,0.9) 0%, rgba(94, 90, 78,0.9) 80%, rgba(94, 90, 78,0) 95%, rgba(94, 90, 78,0) 100%);
	background: linear-gradient(90deg, rgba(94, 90, 78,0.9) 0%, rgba(94, 90, 78,0.9) 80%, rgba(94, 90, 78,0) 95%, rgba(94, 90, 78,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5E5A4D",endColorstr="#5E5A4D",GradientType=1);
	z-index: 1;
	border-radius:20px;
}

.background-container-gradient._325167::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(50, 81, 102);
	background: -moz-linear-gradient(90deg, rgba(50, 81, 102,0.9) 0%, rgba(50, 81, 102,0.9) 80%, rgba(50, 81, 102,0) 90%, rgba(50, 81, 102,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(50, 81, 102,0.9) 0%, rgba(50, 81, 102,0.9) 80%, rgba(50, 81, 102,0) 95%, rgba(50, 81, 102,0) 100%);
	background: linear-gradient(90deg, rgba(50, 81, 102,0.9) 0%, rgba(50, 81, 102,0.9) 80%, rgba(50, 81, 102,0) 95%, rgba(50, 81, 102,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#325167",endColorstr="#325167",GradientType=1);
	z-index: 1;
	border-radius:20px;
}
.background-container-gradient._1B1B1B::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(27, 27, 27);
	background: -moz-linear-gradient(90deg, rgba(27, 27, 27,0.9) 0%, rgba(27, 27, 27,0.9) 80%, rgba(27, 27, 27,0) 95%, rgba(27, 27, 27,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(27, 27, 27,0.9) 0%, rgba(27, 27, 27,0.9) 80%, rgba(27, 27, 27,0) 95%, rgba(27, 27, 27,0) 100%);
	background: linear-gradient(90deg, rgba(27, 27, 27,0.9) 0%, rgba(27, 27, 27,0.9) 80%, rgba(27, 27, 27,0) 95%, rgba(27, 27, 27,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1B1B1B",endColorstr="#1B1B1B",GradientType=1);
	z-index: 1;
	border-radius:20px;
}
.background-container-gradient._F87666::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(248, 118, 102);
	background: -moz-linear-gradient(90deg, rgba(248, 118, 102,0.9) 0%, rgba(248, 118, 102,0.9) 80%, rgba(248, 118, 102,0) 95%, rgba(248, 118, 102,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(248, 118, 102,0.9) 0%, rgba(248, 118, 102,0.9) 80%, rgba(248, 118, 102,0) 95%, rgba(248, 118, 102,0) 100%);
	background: linear-gradient(90deg, rgba(248, 118, 102,0.9) 0%, rgba(248, 118, 102,0.9) 80%, rgba(248, 118, 102,0) 95%, rgba(248, 118, 102,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F87666",endColorstr="#F87666",GradientType=1);
	z-index: 1;
	border-radius:20px;
}

.background-container-gradient .content {
	position: relative;
	z-index: 2;
	font-size: 24px;
	text-align: center;
	width:90%;
}

.background-container-gradient._F4F5F0 .content {
	color:#315066;
}
.background-container-gradient._E1E2D4 .content {
	color:#5E5A4D;
}


.background-container {
	position: relative;
	width: 100%;
	color:#ffffff;
	text-align: center;
}

.background-container .content {
	position: relative;
	display:inline-block;
	z-index: 2;
	font-size: 24px;
	text-align: center;
	background: rgb(184,186,149);
	z-index: 2;
	border-radius:20px;
	padding:2%;
}
.background-container._F4F5F0 .content {
	background: rgb(244,245,240);
	color:#315066;
}
.background-container._E1E2D4 .content {
	background: rgb(225,226,212);
	color:#5E5A4D;
}
.background-container._CECEB6 .content {
	background: rgb(206,206,182);
}
.background-container._B8BA95 .content {
	background: rgb(184,186,149);
}
.background-container._5E5A4D .content {
	background: rgb(94, 90, 78);
}
.background-container._325167 .content {
	background: rgb(50, 81, 102);
}
.background-container._1B1B1B .content {
	background: rgb(27, 27, 27);
}
.background-container._F87666 .content {
	background: rgb(248, 118, 102);
}






#topheader {
	position: relative;
	color:#325166;
	font-weight:600;
	font-size: 0.9rem;
}

#topheader a {
	font-size: 0.8rem;
	padding: .2rem 0.5rem;
}
#topheader a:hover {
	color:#325166;
	background-color:#F5F5F0;
}
#topheader .stars a:hover {
	color:#325166;
	background: none;
}
#topheader a.btn {
	color:#ffffff;
	background-color:#325166;
	border-radius:15px;
	padding: .2rem 1.25rem;
}
#topheader a.btn:hover {
	color:#325166;
	background-color:#CACBB0;
}

#topheader a.dropdown-toggle {
    padding-right:15px;
}


.dropdown-menu {
    background:none;
    border:none;
    color:#ffffff;
}
.dropdown-menu a {
    display:block;
    color:#ffffff;
    padding-left:40px;
    font-size:1em;
    line-height:2.1em;
}
.dropdown-toggle::after {
    border:none;
    position: relative;
	top: 5px;
	right: -3px;
	width: 14px;
	height: 14px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 512 512" fill="%23ffffff"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
}


.sorting .dropdown-menu {
    background-color:#ffffff;
}

.sorting .dropdown-menu a {
    padding: .25rem 1rem;
}

#secondheader {
	position:relative;
}


.carousel-caption {
    left:4%;
    right:4%;
}
    

#secondheader .carousel-caption h1 {
	font-size:75px;
    font-weight:400;
}

#secondheader .carousel-caption-home h1 {
	font-size:65px;
    font-weight:500;
    letter-spacing: 2px;
    line-height:65px;
}


#secondheader .carousel-caption p {
	font-size:35px;
    font-weight:400;
    line-height:35px;
}

#secondheader .carousel-caption-home p {
	font-size:30px;
    font-weight:400;
    line-height:42px;
}

#secondheader .nav {
	position:absolute;
	top:0;
	color:#ffffff;
}

#secondheader .link-right, #secondheader .link-left{
	position:relative;
	padding-right:30px;
	color:#fff;
}

#secondheader .link-right::after, #secondheader .link-left::after {
	position: absolute;
	top: -2px;
	right: 0;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23ffffff" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23ffffff" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23ffffff" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
	width: 24px;
	height: 24px;
}
#secondheader .link-right:hover, #secondheader .link-left:hover {
	color:rgba(255,255,255,0.8);
}

#secondheader .link-right:hover:after, #secondheader .link-left:hover:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23ffffffcc" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23ffffffcc" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23ffffffcc" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23ffffffcc" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23ffffffcc" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
}


nav {
	background-color:#325166;
	background-color:rgba(49, 80, 102,0.4);
}

nav.bg80 {
	background-color:#325166;
	background-color:rgba(49, 80, 102,0.9);
}

nav.fixed-top-offset {
	top:0;
	background:none;
}

nav.collapse.show {
	background-color:rgba(49, 80, 102,0.9);
	padding:20px 0;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.navbar-collapse {
	background-color:#325166;
	background-color:rgba(49, 80, 102,0.9);
	padding-top:10px;
	padding-bottom:20px;
	padding-left:40px;
	margin-left:-40px;
	padding-right:40px;
	margin-right:-40px;
}

#mainnav a.nav-link {
	font-size: 1.2rem;
	color:#ffffff;
	padding: .2rem 1.5rem;
	border-radius:15px;
}
/*
#mainnav a.nav-link:hover {
	color:#ffffff;
	background-color:#F5F5F0;
	background-color:rgba(255,255,255,0.1);
}
*/
#mainnav .navbar-toggler {
	border:0;
}

#mainnav .nav-icons {
    position: absolute;
    right: 10px;
    z-index:1500;
}

#mainnav .nav-icons a {
	margin-left:10px;
}
#mainnav a.btn {
	color:#ffffff;
	background-color:#ffffff;
	border-radius:15px;
	padding: .1rem 0.5rem;
}
#mainnav a.btn:hover {
	color:#325166;
	background-color:#CACBB0;
}
#mainnav .cart {
	display:inline-block;
	min-width: 1.6em;
	min-height: 1.6em;
	line-height: 1.4em;
	top: -.7em;
	inset-inline-end: -.7em;
	border-radius: 100%;
	color: #ffffff;
	background-color: #325166;
	text-align: center;
	font-size: 14px;
}


.vervolg #mainnav {
	background-color: rgba(202, 203, 176, 0.85);
	font-weight:500;
	padding:10px 0;
}
.vervolg #mainnav a.nav-link {
	font-size: 1rem;
	color:#ffffff;
	padding: .2rem .6rem .2rem 0;
}
.vervolg #mainnav a.nav-link:hover {
	background-color:#F5F5F0;
	background-color:rgba(255,255,255,0.1);
}


.columns-2 {
    display: 11none; /* hidden by default */
    min-width: 400px;
    color:#ffffff;
}

.columns-2.show {
    display: grid; /* only apply grid when open */
    grid-template-columns: repeat(2, 1fr);
}

.columns-2 a.dropdown-item {
    color:#ffffff;
    width:50%;
}

#landenlijst img.flag {
	position:absolute;
	top:7px;
	left:10px;
	witdh:25px;
	height:25px;
	border-radius:100%;
}
#OpenTaal img.flag {
	position:relative;
	width:30px;
	height:30px;
	border-radius:100%;
}

#landenlijst {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
#landenlijst li{
	position:relative;
	padding-left:25px;
}
#landenlijst li em {
	display:block;
	font-size:0.8em;
}
#landenlijst.dropdown-menu a {
    line-height: 1.1em;
    padding: .5rem 1.25rem;
}

#ToggleFlags {
    /* display:none; */
}

.dropdown {
	z-index: 1040;
}

.carousel-item h1 {
	font-size: 70px;
	font-weight: 500;
	letter-spacing: 3px;
}
.carousel-item h2 {
	font-size:32px;
}
.carousel-item a {
	color:#ffffff;
}

.carousel-indicators {
    margin-bottom: 0.2rem;
}

.carousel .carousel-indicators button {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color:#ffffff;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

main {
	color: #000000;
}
main h2 {
	font-size: 51px;
	font-weight: 400;
}
main h3 {
	color: #315066;
	font-size: 36px;
	font-weight: 400;
}
main h4 {
	color: #315066;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1.6px;
}

main p {
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
}




main #video {
	position:relative;
	aspect-ratio: 16 / 9;
}

main #video .icon-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}
main #video .icon-box i{
  font-size: 4.5em;
  color: #fff;
}

main a {
	font-weight: 400;
	line-height: 35px;
}

main .link-right{
	position:relative;
	padding-right:30px;
}
main .link-black{
	color:#000000;
}
main .link-blue {
	color:#325166;
}
main .link-abs {
	position:absolute;
	bottom:5px;
	left:5px;
	right:-5px;
}



main .link-right::after {
	position: absolute;
	top: -2px;
	right: 0;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23000000" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23000000" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23000000" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
	width: 24px;
	height: 24px;
}
main .link-right:hover {
	color:#325166;
}
main .link-right:hover:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23325166" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23325166" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23325166" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23325166" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23325166" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
}

main .link-left{
	position:relative;
	padding-left:28px;
}
main .link-left::before {
	position: absolute;
	top: -2px;
	left: 0;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23000000" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23000000" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23000000" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
	width: 24px;
	height: 24px;
    transform: rotate(180deg);
}
main .link-left:hover {
	color:#325166;
}
main .link-left:hover:before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23325166" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23325166" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23325166" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23325166" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23325166" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
}


main .bgkaki {
	background-color:#5E5A4D;
	color:#ffffff;
}


main .bgkaki .link-right::after {
	position: absolute;
	top: 2px;
	right: 0;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%237e7b71" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%237e7b71" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%237e7b71" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%237e7b71" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%237e7b71" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
	width: 24px;
	height: 24px;
}
main .bgkaki .link-right:hover {
	color:#ffffff;
}
main .bgkaki .link-right:hover:after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23ffffff" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23ffffff" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23ffffff" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
}


main .bgfoggy {
	background-color:#CACBB0;
	color:#5E5A4D;
}
main .bgfoggy a {
	color:#5E5A4D;
	color:rgba(255,255,255,0.8);
}
main .btn {
	padding: 12px 24px;
	border:none;
	margin-bottom:10px;
}

main .btn-default {
	font-size: 16px;
	font-weight: 500;
	fill: #000000;
	color: #000000;
	background-color: #FFFFFF;
	border-radius: 20px 20px 20px 20px;	
	margin-right:10px;
}
main .btn-default:hover {
	background-color: rgba(255,255,255,0.8);
}

main .btn-primary {
	font-size: 16px;
	font-weight: 500;
	fill: #ffffff;
	color: #ffffff;
	background-color: #315066;
	border-radius: 20px 20px 20px 20px;	
	margin-right:10px;
}
main .btn-primary:hover {
	color: rgba(255,255,255,0.8);
	background-color: #315066;
}
main .btn-primary.btn-sm {
    padding: .25rem .9rem;
    font-size: .875rem;
    border-radius: .5rem;
}
main .btn-primary.active {
	background-color: #CACBB0;
}


main .btn-outline {
	font-size: 16px;
	font-weight: 500;
	fill: none;
	color: #315066;
	border:1px #315066 solid;
	background: none;
	border-radius: 20px 20px 20px 20px;	
	margin-right:10px;
}
main .btn-outline:hover {
	color: rgba(255,255,255,0.8);
	background-color: #315066;
}


main .btn-info {
	font-size: 16px;
	font-weight: 500;
	fill: #ffffff;
	color: #ffffff;
	background-color: #5E5A4D;
	border-radius: 20px 20px 20px 20px;	
	margin-right:10px;
}
main .btn-info:hover {
	color: rgba(255,255,255,0.8);
	background-color: #5E5A4D;
}


main .btn-wit-outline {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background:none;
	border-radius: 20px 20px 20px 20px;	
	margin-right:10px;
	border: 1px #ffffff solid;
}
main .btn-wit-outline:hover {
	border-color: rgba(255,255,255,0.6);
	color: rgba(255,255,255,0.7);
}


main .btn-pijl {
	position:relative;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background:none;
	padding-right:30px;
	border: 0;
}
main .btn-pijl:after {
	position: absolute;
	top: 12px;
	right: 0;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="white" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%237e7b71" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="white" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
	width: 24px;
	height: 24px;
}

main .swiper-container, main .swiper-container-2kol, main .swiper-reviews, main .swiper-images {
	overflow:hidden;
	position:relative;
	display: grid;
	grid-auto-flow: column;
}

main .swiper-pagination-bullet-active {
	background-color:#325166;
}

main #aanbiedingen {
	padding-bottom:35px;
}
main #aanbiedingen .swiper-slide {
	background-color:#B8B99561;
	border-radius:20px;
}
main #aanbiedingen .swiper-slide .link-black {
	padding-bottom:110px;
}


main #producten {
	padding-bottom:45px;
	margin-bottom:30px;
	font-size:18px;
}
main #producten .swiper-slide {
	background-color:#ffffff;
	border-radius:20px;
}
main #producten .swiper-slide .link-black {
	padding-bottom:50px;
}
main .productcard #producten .newprice, main #producten .swiper-slide .newprice {
    font-size: 1.1rem;
}

main #reviews .stars {
	margin-top:-17px;
}
main #reviews p {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

main #breadcrumb a {
	color:#9A9A9A;
}
main #breadcrumb a:hover {
	color:#000000;
}
main .categories .catblock {
	aspect-ratio : 1 / 1;
	width:100%;
	padding-top:35%;
	text-align:center;
	color:#ffffff;
}

main .categories:first-child {
	margin-top:130px;
}

main .usplist li {
	position:relative;
	font-size: 22px;
	list-style-type: none;
	margin-bottom: 2rem;
	padding: 0px 0 3px 34px;
}
main ul.usplist li::before {
	position: absolute;
	top: 2px;
	left: 0;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23000000" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23000000" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23000000" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
	width: 24px;
	height: 24px;
}

main iframe {
	border: none;
	margin: 0;
	padding: 0;
	display:block;
}

main .rubrieken {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #9A9A9A6E;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

main .rubrieken a {
	color:#9A9A9A;
	padding: 0;
	display:inline-block;
	margin-right:1.5%;
	line-height: 1.6em;
}
main .sorting a {
	color:#9A9A9A;
}
main .rubrieken a:hover, main .rubrieken a.active,main .sorting a:hover {
	color:#000000;
}

main .productcard {
	position:relative;
	display:block;
	background-color:#B8B99561;
	border-radius:20px;
	padding-bottom:25px;
}

main .productcard .label {
    position:absolute;
	background-color:#CACBB0;
    border-radius: 3px;
    padding:1px 4px;
    top:15px;
    left:15px;
    font-size:14px;
    line-height:24px;
}

main .border-green {
    border:1px #B8B995 solid;
    
}

main .productcard .highlight {
	border-radius:20px;
    border: 2px #325166 solid;
    box-shadow: 0px 0px 10px #94bad3;
}

main .productcard .productinfo {
	color:#000000;
	padding:20px 25px;
	padding-bottom:0;
	font-size: 22px;
}
main .productcard .productprice {
	padding:0 25px;
	font-size: 28px;
	font-weight:400;
}
main .productcard .productbrand {
	padding:2px 25px;
	font-size: 16px;
	font-weight:400;
	color:#9A9A9A;
}
main .productcard .onsale {
	min-height: 120px;
	min-width: 120px;
	line-height: 90px;
	font-size: 14px !important;
	font-weight: 500;
	position: absolute;
	text-align: center;
	padding-top: 15px !important;
	border-radius: 100%;
	background-color: #315066;
	background-color: rgba(49,80,102,0.9);
	
	color: #fff;
	z-index: 9;
	display: block;
	color: #F5F5F0;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2.5px;
	right: auto;
	left: 0;
	top:0;
	margin: -6px;
}

main .productcard .newprice, main .swiper-slide .newprice {
	font-size:1.4rem;
	display: inline-block;
	position: relative;
	transition: all 0.5s cubic-bezier(.55, 0, .1, 1);
}

main .productcard .oldprice, main .swiper-slide .oldprice {
	font-size:1.4rem;
	display: inline-block;
	position: relative;
	transition: all 0.5s cubic-bezier(.55, 0, .1, 1);
}

main .productcard .oldprice:after, main .swiper-slide .oldprice:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	box-shadow: 0 1px rgba(255,255,255,0.6);
	margin-top: -0.7em;
	background: black;
	transform-origin: center left;
	animation: strikethrough 1s 0.5s cubic-bezier(.55, 0, .1, 1) 1;
	transition: transform 0.5s cubic-bezier(.55, 0, .1, 1);
}

main .accordion-item {
	border-bottom: 1px solid #d5d8dc;
	background: none;
}
main .accordion-button {
	background: none;
	font-size:22px;
}

main .accordion-button:focus, main .accordion-button:not(.collapsed) {
	box-shadow: none;
	border-color: rgba(0,0,0,.125);
	background:none;
	color: inherit;
	font-weight: 600;
}
.accordion-button:not(.collapsed)::after {
	transform: rotate(-180deg);
}

.accordion-button::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M12 5.5V19.5" stroke="%230D0D0D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5 12.5H19" stroke="%230D0D0D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23315066'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

main .accordion-body p {
    font-size:16px;
    line-height:26px;
}

main #hoofdfoto .item {
	position: relative;
}
main #hoofdfoto .item a.zoomicon {
    display:flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom:10px;
	right:10px;
	width:35px;
	height:35px;
	background-color:#315066;
	color:#ffffff;
	border-radius:50%;
}
main #hoofdfoto .item a.playicon {
    display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
	color:#ffffff;
	color:rgba(255,255,255,0.7);

}
main #hoofdfoto .item a.playicon .fa-circle-play{
    font-size:60px;
    transition: transform 0.4s ease;
}
main #hoofdfoto .item a.playicon .fa-circle-play:hover {
    transform: scale(1.4);
	color:rgba(255,255,255,0.9);
}



main #hoofdfoto.owl-carousel .owl-stage-outer {
	border-radius:20px;
}

main #hoofdfoto .item:before {
	padding-top: 66.67%;
	content: "";
	display: block
}

main #hoofdfoto .item>div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-color: rgba(50,50,50,0.2);
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}


main #thumbnails .item:before {
	padding-top: 100%;
	content: "";
	display: block
}

main #thumbnails .item>div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-color: rgba(50,50,50,0.2);
	color: #FFF;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 10px;
}

main #hoofdfoto.owl-theme {
	position: relative;
}

main #hoofdfoto.owl-theme .owl-next,main #hoofdfoto.owl-theme .owl-prev {
	width: 36px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.5);
}

main #hoofdfoto.owl-theme .owl-nav .disabled {
	opacity: 0;
}

main #hoofdfoto.owl-theme .owl-prev {
	left: 10px;
}

main #hoofdfoto.owl-theme .owl-next {
	right: 10px;
}

main .owl-video {
	display: block !important;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll
}

main #steps {
	position: relative;
	counter-reset: test 0;
}

main #steps li{
	list-style: none;
	float: left;
	/* min-width: 20%; */
	position: relative;
	text-align: center;
	font-size:0.7rem;
}

main #steps ul:nth-child(1){
	color: #000000;
}

main #steps li:before{
	counter-increment: test;
	content: counter(test);
	width: 26px;
	height: 26px;
	border: 2px solid #9A9A9A;
	background: #9A9A9A;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 20px;
	margin: 0 auto 10px auto;
	color: #ffffff;
	transition: all ease-in-out .3s;
	/* cursor: pointer; */
}
main #steps:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #9A9A9A;
	top: 13px;
	left: 0;
	z-index: -999;
	transition: all ease-in-out .3s;
}
main #steps li:first-child:after{
	content: none;
}
main #steps li.active-tl{
	color: #000000;
}
main #steps li.active-tl:before{
	background: #325166;
	border: 3px solid #325166;
	color: #F1F1F1;
}
main #steps li.active-tl + li:after{
	background: #9A9A9A;
}

main #shoppinglist {
	background-color: rgba(202, 203, 176, 0.85);
	width:100%;
	min-height:150px;
	padding:20px 5px;
}
main #shoppinglist.single-product {
	min-height:10px;
}
main #shoppinglist ul {
    padding-left:1.2rem;
}
main #infoblock {
	background-color: #5e5a4e;
	color:#ffffff;
	font-size:12px;
	line-height:18px;
	width:100%;
	padding:10px;
	min-height:80px;
	
}

main #configurator .choice {
	aspect-ratio : 1 / 1;
	width:100%;
	padding-top:35%;
	text-align:center;
	color:#ffffff;
}

main #configurator .productcard {
	position:relative;
	display:block;
	border-radius:20px;
	background:none;
	line-height:18px;
	padding:5px;
	border: 2px solid transparant;
}
main #configurator .productcard.active {
	position:relative;
	display:block;
	border-radius:20px;
	background:none;
	line-height:18px;
	padding:5px;
	border: 2px solid  rgba(202, 203, 176, 0.85);
}

main #configurator .productcard .productinfo {
	color:#000000;
	padding:5px 10px;
	padding-bottom:0;
	font-size: 16px;
}
main #configurator .productcard .productprice {
	padding:0 10px;
	font-size: 12px;
	font-weight:400;
}
main #configurator .productcard .productbrand {
	padding:0 10px;
	font-size: 14px;
	font-weight:400;
	color:#9A9A9A;
}

main #configurator .productcard .newprice {
	font-size:14px;
	display: inline-block;
	position: relative;
	color: rgba(0,0,0,0.7);
}

main #configurator .productcard .oldprice {
	font-size:1.4rem;
	display: inline-block;
	position: relative;
	transition: all 0.5s cubic-bezier(.55, 0, .1, 1);
}

main #configurator .productcard .oldprice:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	box-shadow: 0 1px rgba(255,255,255,0.6);
	margin-top: -0.7em;
	background: black;
	transform-origin: center left;
	animation: strikethrough 1s 0.5s cubic-bezier(.55, 0, .1, 1) 1;
	transition: transform 0.5s cubic-bezier(.55, 0, .1, 1);
}

main #configurator .productcard .infoicon {
	max-width:15px;
	max-height:15px;
	position:absolute;
	z-index:1003;
}
main #shoppinglist {
	position:relative;
}
main #shoppinglist .productprice {
	padding:0;
	font-size: 14px;
	font-weight:400;
}
main #shoppinglist .productprice span {
	font-size: 20px;
	font-weight:600;
}

main #configurator .greendot, main #configurator .reddot {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:100%;
	background-color:green;
}
main #configurator .reddot {
	background-color:red;
}

main .nav-tabs {
	border-bottom: 0;
}
main .nav-tabs .nav-link {
	background-color:#edede5;
	color:#000000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #CACBB0;
	border-color: #dee2e6 #dee2e6 #CACBB0;
}


main #accessoires {
	padding-bottom:35px;
}
main #accessoires .swiper-slide {
	border-radius:20px;
}
main #accessoires .swiper-slide .link-black {
	padding-bottom:110px;
}
main #accessoires .swiper-slide .btn {
	color:#ffffff;
	background-color:#325166;
	border-radius:20px;
	padding: .4rem 1rem;
}
main #accessoires .swiper-slide .btn:hover {
	color:#ffffff;
	background-color:#CACBB0;
}

main #accessoires .swiper-slide .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

main #accessoires .swiper-slide a:hover img {
  opacity: 0.3;
}

main #accessoires .swiper-slide a:hover .middle {
  opacity: 1;
}

/* ---- FORMS --- */
main form input.form-control, main form select.form-select, main form textarea.form-control {
	background-color: #FFFFFF00;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
	border-radius: 0px 0px 0px 0px;

}
main form label.form-label, main form label.form-check-label {
	color: #9A9A9A;
}
main form .form-text {
	color: #9A9A9A;
	font-size:0.8rem;
}

main .cart {
    position:absolute;
    right:5px;
    top:5px;
    align-items: center;
    background: #fff;
    border: 2px solid hsla(0, 0%, 7%, .11);
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1;
}

main #kassabon .totaal {
    font-size:140%;
    
}

main #kassabon hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em -0.75rem;
    border-top: 1px #B8B995 solid;
}

main hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em -0.75rem;
    border-top: 1px #B8B995 solid;
}

main #kassabon small {
    font-size: .8em;
}

main .form-control, main .custom-select {
    
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    margin-bottom:1em;
    min-height: 0;
    padding: 0.5em;
    width: 100%;
}

@keyframes strikethrough {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}


#filter {
	background-color:#CACBB0;
}
#filter .offcanvas-header {
	color: #5E5A4D;
	font-family: "Raleway", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 5px;
}

#filter .hidden {
	display: none;
}

#filter label {
	display: inline-block;
	border: 1px solid #B8B995;
	border-radius: 6px;
	overflow: hidden;
	background: none;
	align-items: center;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding:5px 15px;
}

#filter label>.text {
	display: inline-block;
	flex-grow: 1;
	text-align: center;
	height: 100%;
	padding-top: 2px;
	font-size: 16px;
	color: #333;
}

#filter label:hover, #filter input:checked+label {
	background-color: #F5F5F061;
}




footer {
	background-color: rgb(49, 80, 102);
	line-height:2rem;
	color:rgba(255, 255, 255, 0.73);
}
footer h5 {
	font-size: 20px;
	font-weight: 500;
	color:#ffffff;
}
footer h6 {
	font-size: 24px;
	font-weight: 400;
	color:#ffffff;
}
footer a {
	display:block;
	color:rgba(255, 255, 255, 0.73);
}
footer a:hover {
	color:rgba(255, 255, 255, 1);
}

footer .socials a {
	display:inline-block;
}
footer .socials a i {
	font-size:27px;
	margin-right:15px;
}

footer .nieuwsbrief {
    border: solid 1px rgba(255, 255, 255, 0.73);
    position: relative;
	background:none;
}
footer .nieuwsbrief input[type=text] {
    border: none;
    width: 100%;
    padding-right: 123px;
	background:none;
	color:#ffffff;
}

footer .nieuwsbrief input[type=submit] {
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23ffffff" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23ffffff" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23ffffff" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
	background-size: auto;
	background-repeat: no-repeat;
	
	border:0;
	display:block;
	height:24px;
	width: 24px;
}

footer .nieuwsbrief .input-group-prepend {
	position: absolute;
	right: 4px;
	top: 6px;
	z-index:9;
}


#faqbutton {
	position:fixed;
	bottom:300px;
	right: -26px;
	transform: rotate(-90deg);
	
}

#faqbutton a {
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	background-color: #B8B995;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 25px 10px 25px;
}








@media (min-width: 1000px) {
    
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2rem;
    }
        
    .carousel-caption {
        left:10%;
        right:10%;
    }
    #topheader .dropdown-toggle::after {
        border:none;
        position: absolute;
    	top: 0px;
    	right: 0px;
    	width: 12px;
    	height: 12px;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 512 512" fill="%23315066"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    }
    
    #landenlijst li em {
    	color:#424844;
    }
    
}


@media (min-width: 1200px) {
	nav.fixed-top-offset {
		top: 65px;
		background: none;
	}
	body.vervolg nav.fixed-top-offset {
		top: 48px;
		background: none;
	}
		
	#mainnav a.nav-link {
    	font-size: 1rem;
		padding: .2rem 0.2rem .2rem 0;
		margin-right:1rem;
	}
	
    #mainnav .nav-icons {
        position: relative;
        right: 0;
    }
	
    .vervolg #mainnav a.nav-link {
    	color:#315066;
    }
    .navbar-collapse {
        background: none;
    }
    	
	
	.carousel-item h1 {
		font-size: 200px;
		font-weight: 500;
		letter-spacing: 10px;
	}
	.carousel-item h2 {
		font-size:51px;
	}
	
	main .rubrieken a {
		padding: 20px 0;
	}
	
    .carousel-caption {
        left:15%;
        right:15%;
    }
        
	
    #secondheader .carousel-caption-home h1 {
    	font-size:150px;
        font-weight:500;
        letter-spacing: 10px;
        line-height:160px;
    }
    
    
    #secondheader .carousel-caption-home p {
    	font-size:45px;
        font-weight:400;
        line-height:48px;
    }
    
    .dropdown-menu {
        background-color:#f5f5f0;
    }
    .dropdown-menu a {
        padding-left: 0;
    }
    .dropdown-mainmenu {
    	min-width: 36rem; 
    	max-width:100%;
    	padding:0;
    }
    .dropdown-mainmenu .imgbg {
    	min-height:585px;
    }
    .dropdown-mainmenu[data-bs-popper] {
    	margin-top:15px;
    }
    .dropdown-mainmenu a {
    	display:block;
    	position:relative;
    	color:#000000;
    	font-size:20px;
    	line-height:20px;
    	margin: 30px 0;
    	font-weight:500;
    }
    .dropdown-mainmenu a:after {
    	position: absolute;
    	top: -2px;
    	right: -25px;
    	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
    	width: 14px;
    	height: 14px;
    }
    .dropdown-mainmenu a:hover {
    	color:#B8B995;
    }
    .dropdown-mainmenu a:hover:after {
    	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 320 512" fill="%23B8B995"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
    }
    .dropdown-mainmenu .imgbg {
    	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .20);
    }
        
    .dropdown-mainmenu a.dropdown-contact {
    	position:absolute;
    	bottom:-5px;
    	left:10px;
    	font-size:1em;
    }
    .dropdown-mainmenu a.dropdown-contact i {
    	font-size:0.8em;
    }
    .dropdown-mainmenu .dropdown-brochure a {
    	position:absolute;
    	bottom:-5px;
    	right:30px;
    	font-size:1em;
    	color:#ffffff;
    }
    .dropdown-mainmenu a.dropdown-contact:after {
    	content:none;
    }
    .dropdown-mainmenu .dropdown-brochure a:after {
    	position: absolute;
    	top: 0;
    	right: -1.5rem;
    	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%23ffffff" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path><g clip-path="url(%23clip0_281_2892)"><g clip-path="url(%23clip1_281_2892)"><path d="M12 16L16 12L12 8" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8 12H16" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_281_2892"><rect width="12" height="12" fill="%23ffffff" transform="translate(6 6)"></rect></clipPath><clipPath id="clip1_281_2892"><rect width="24" height="12" fill="%23ffffff" transform="translate(-6 6)"></rect></clipPath></defs></svg>');
    	width: 20px;
    	height: 20px;
    }
    
    .vervolg #mainnav .dropdown-toggle::after {
        border:none;
        position: absolute;
    	top: 3px;
    	right: 0.6rem;
    	width: 14px;
    	height: 14px;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 512 512" fill="%23315066"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    }
    
	#topheader a {
		font-size: 0.9rem;
		color:#325166;
		padding: .2rem 0.4rem;
		border-radius:15px;
	}
	
    .background-container-gradient .content {
    	width:45%;
    }
    	
    .background-container-gradient::before {
    	background: -moz-linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 30%, rgba(184,186,149,0) 60%, rgba(184,186,149,0) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 30%, rgba(184,186,149,0) 60%, rgba(184,186,149,0) 100%);
    	background: linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 30%, rgba(184,186,149,0) 60%, rgba(184,186,149,0) 100%);
    }
    
    .background-container-gradient._F4F5F0::before {
    	background: -moz-linear-gradient(90deg, rgba(244,245,240,0.9) 0%, rgba(244,245,240,0.9) 30%, rgba(244,245,240,0) 60%, rgba(244,245,240,0) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(244,245,240,0.9) 0%, rgba(244,245,240,0.9) 30%, rgba(244,245,240,0) 60%, rgba(244,245,240,0) 100%);
    	background: linear-gradient(90deg, rgba(244,245,240,0.9) 0%, rgba(244,245,240,0.9) 30%, rgba(244,245,240,0) 60%, rgba(244,245,240,0) 100%);
    }
    
    .background-container-gradient._E1E2D4::before {
    	background: -moz-linear-gradient(90deg, rgba(225,226,212,0.9) 0%, rgba(225,226,212,0.9) 30%, rgba(225,226,212,0) 60%, rgba(225,226,212,0) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(225,226,212,0.9) 0%, rgba(225,226,212,0.9) 30%, rgba(225,226,212,0) 60%, rgba(225,226,212,0) 100%);
    	background: linear-gradient(90deg, rgba(225,226,212,0.9) 0%, rgba(225,226,212,0.9) 30%, rgba(225,226,212,0) 60%, rgba(225,226,212,0) 100%);
    
    }
    
    .background-container-gradient._CECEB6::before {
    	background: -moz-linear-gradient(90deg, rgba(206,206,182,0.9) 0%, rgba(206,206,182,0.9) 30%, rgba(206,206,182,0) 60%, rgba(206,206,182,0) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(206,206,182,0.9) 0%, rgba(206,206,182,0.9) 30%, rgba(206,206,182,0) 60%, rgba(206,206,182,0) 100%);
    	background: linear-gradient(90deg, rgba(206,206,182,0.9) 0%, rgba(206,206,182,0.9) 30%, rgba(206,206,182,0) 60%, rgba(206,206,182,0) 100%);
    }
    
    .background-container-gradient._B8BA95::before {
    	background: -moz-linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 30%, rgba(184,186,149,0) 60%, rgba(184,186,149,0) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 30%, rgba(184,186,149,0) 60%, rgba(184,186,149,0) 100%);
    	background: linear-gradient(90deg, rgba(184,186,149,0.9) 0%, rgba(184,186,149,0.9) 30%, rgba(184,186,149,0) 60%, rgba(184,186,149,0) 100%);
    }
    
    .background-container-gradient._5E5A4D::before {
    	background: -moz-linear-gradient(90deg, rgba(94, 90, 78,0.9) 0%, rgba(94, 90, 78,0.9) 30%, rgba(94, 90, 78,0) 60%, rgba(94, 90, 78,0) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(94, 90, 78,0.9) 0%, rgba(94, 90, 78,0.9) 30%, rgba(94, 90, 78,0) 60%, rgba(94, 90, 78,0) 100%);
    	background: linear-gradient(90deg, rgba(94, 90, 78,0.9) 0%, rgba(94, 90, 78,0.9) 30%, rgba(94, 90, 78,0) 60%, rgba(94, 90, 78,0) 100%);
    }
    
    .background-container-gradient._325167::before {
    	background: -moz-linear-gradient(90deg, rgba(50, 81, 102,0.9) 0%, rgba(50, 81, 102,0.9) 30%, rgba(50, 81, 102,0) 60%, rgba(50, 81, 102,0) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(50, 81, 102,0.9) 0%, rgba(50, 81, 102,0.9) 30%, rgba(50, 81, 102,0) 60%, rgba(50, 81, 102,0) 100%);
    	background: linear-gradient(90deg, rgba(50, 81, 102,0.9) 0%, rgba(50, 81, 102,0.9) 30%, rgba(50, 81, 102,0) 60%, rgba(50, 81, 102,0) 100%);
    }
    .background-container-gradient._1B1B1B::before {
    	background: -moz-linear-gradient(90deg, rgba(27, 27, 27,0.9) 0%, rgba(27, 27, 27,0.9) 30%, rgba(27, 27, 27,0) 60%, rgba(27, 27, 27,0) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(27, 27, 27,0.9) 0%, rgba(27, 27, 27,0.9) 30%, rgba(27, 27, 27,0) 60%, rgba(27, 27, 27,0) 100%);
    	background: linear-gradient(90deg, rgba(27, 27, 27,0.9) 0%, rgba(27, 27, 27,0.9) 30%, rgba(27, 27, 27,0) 60%, rgba(27, 27, 27,0) 100%);
    }
    .background-container-gradient._F87666::before {
    	background: -moz-linear-gradient(90deg, rgba(248, 118, 102,0.9) 0%, rgba(248, 118, 102,0.9) 30%, rgba(248, 118, 102,0) 60%, rgba(248, 118, 102,0) 100%);
    	background: -webkit-linear-gradient(90deg, rgba(248, 118, 102,0.9) 0%, rgba(248, 118, 102,0.9) 30%, rgba(248, 118, 102,0) 60%, rgba(248, 118, 102,0) 100%);
    	background: linear-gradient(90deg, rgba(248, 118, 102,0.9) 0%, rgba(248, 118, 102,0.9) 30%, rgba(248, 118, 102,0) 60%, rgba(248, 118, 102,0) 100%);
    
    }
    	
    
}


@media (min-width: 1600px) {
	
	#mainnav a.nav-link {
		font-size: 1.2rem;
		color:#ffffff;
		padding: .2rem 2rem .2rem 1.5rem;
		font-size: 1.2rem;
		color:#ffffff;
		padding: .2rem 1.5rem .2rem 0;
		margin-right:2rem;
	}
	
	.vervolg #mainnav a.nav-link {
		color:#315066;
	}
	

    #mainnav .dropdown-toggle::after {
        border:none;
        position: absolute;
    	top: 3px;
    	right: 2.2rem;
    	width: 14px;
    	height: 14px;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 512 512" fill="%23ffffff"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    }
	
    .vervolg #mainnav .dropdown-toggle::after {
    	right: 1.2rem;
    }
	
	#topheader a {
		font-size: 1rem;
		color:#325166;
		padding: .2rem .8rem;
		border-radius:15px;
	}
	
    #secondheader .carousel-caption-home h1 {
    	font-size:175px;
        font-weight:500;
        letter-spacing: 10px;
        line-height:190px;
    }
    
    
    #secondheader .carousel-caption-home p {
    	font-size:51px;
        font-weight:400;
        line-height:55px;
    }
	
}


@media (min-width: 1400px) {
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: auto;
        left: 0;
    }
}

@media (min-width: 1730px) {
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}