﻿.layout-wrapper {
	display: flex;
	flex-direction: column-reverse;
}

main {
	width: 100%;
}

.site-header {
	grid-area: nav;
}

#maincontent {
	grid-area: main;
}

header.site-header {
	background: #FFF;
	border-bottom: 1px solid #1B75BA;
}

header div.container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0;
}

header.interface {
	background: #FFF;
	border-bottom: 2px solid #CCC;
}

	header.interface img.logoOwl {
		width: 50px;
	}

input.AbandonSession {
	text-align: center;
	font-size: 0.8rem;
	font-weight: 600;
	background: red;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	border: 0;
	margin-left: auto;
}

div.afm {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding: 5px 0;
	justify-content: center;
	background: #FFF;
}

.main-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

	.main-nav ul {
		display: flex;
		flex-direction: row;
		align-content: flex-end;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		list-style: none;
		flex-wrap: nowrap;
	}

		.main-nav ul a.mijn {
			text-decoration: none;
			color: #1B75BA;
			font-weight: bold;
			font-size: 12pt;
			cursor: pointer;
			min-width: 100px;
		}

		.main-nav ul:first-of-type {
			display: flex;
			flex-direction: row;
			align-content: flex-start;
			align-items: center;
			justify-content: flex-start;
		}

		.main-nav ul button {
			text-decoration: none;
			color: #1B75BA;
			font-weight: bold;
			background: transparent;
			border: 0;
			font-size: 11pt;
			margin: 0 0 0 0;
			border-bottom: 2px solid #FFF;
			padding: 10px 25px;
			cursor: pointer;
			margin-bottom: -15px;
			min-width: 100px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}

			.main-nav ul button[aria-expanded=true] {
				border-bottom: 2px solid #1B75BA;
				background: #D5F4FF;
			}

			.main-nav ul button:hover {
				border-bottom: 2px solid #1B75BA;
			}

nav.subnav {
	position: relative;
	z-index: 10; /* lager dan subdetail */
}

.subdetail {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	padding: 1rem 0;
}

.product-nav-layout {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.subdetail > .product-nav-layout {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

.product-categories {
	list-style: none;
	margin: 0;
	padding: 0 15px 0 0;
	width: 200px;
	border-right: 1px solid #1B75BA;
	min-height: 150px;
}

	.product-categories li {
		margin-bottom: 0.5rem;
		border-radius: 5px;
	}

	.product-categories button.sub-link {
		display: block;
		width: 100%;
		padding: 0.5rem;
		background: none;
		border: none;
		border-radius: 5px;
		text-align: left;
		cursor: pointer;
		font: inherit;
		color: #0066cc;
		text-decoration: none;
		font-weight: bold;
	}

		.product-categories button.sub-link[aria-expanded="true"] {
			background: #D5F4FF;
		}

.product-content-container {
	flex: 1;
	padding-left: 2rem;
	background: #FFF;
}

	.product-content-container h3 {
		font-weight: bold;
		font-size: 13pt;
		margin-top: 5px;
	}

	.product-content-container p {
		width: 80%;
		font-size: 12pt;
		color: #000;
		margin: 10px 0;
	}

	.product-content-container a.wa {
		text-decoration: none;
		background: #49C858 url(/images/social/whatsapp.svg) no-repeat 15px center;
		border-radius: 5px;
		padding: 10px 20px 10px 50px;
		font-weight: 600;
		font-size: 13pt;
		color: #FFF;
		margin: 15px 0;
		background-size: 25px;
	}

	.product-content-container div:first-of-type {
		width: 40%;
		border-right: 1px solid #CCC;
		margin-right: 20px;
	}

	.product-content-container ul {
		width: 100%;
		list-style: none;
		margin: 0;
		float: inherit;
	}

		.product-content-container ul li {
			margin: 10px 0;
		}

	.product-content-container li a {
		text-decoration: none;
		font-size: 13pt;
		color: #00ACED;
	}

		.product-content-container li a:hover {
			text-decoration: underline;
		}

.product-content {
	display: none;
	background: #FFF;
}

	.product-content.active {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}

/* in navigatie */
.submenu section.sub_producten {
	width: 100%;
	padding: 0;
	background-color: #FFF;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding: 1rem;
}


/* KRUIMELPAD */

div.cmsKruimel {
	margin-bottom: 3rem;
}

nav.kruimelpad {
	width: 100%;
	font-size: 1rem;
	padding: 0.75rem 0;
	background-color: transparent;
	color: #333;
}

	nav.kruimelpad ol {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
		gap: 0.5rem;
	}

		nav.kruimelpad ol li {
			display: flex;
			align-items: center;
			gap: 0.5rem;
			white-space: nowrap;
			font-weight: 500;
		}

			nav.kruimelpad ol li::after {
				content: "»"; /* Dubbele pijl */
				margin: 0 0rem; /* Je wilde geen extra marge */
				color: #999;
				font-size: 19pt;
			}

			nav.kruimelpad ol li:last-child::after {
				content: ""; /* Laatste item zonder pijl */
			}


section {
	width: 100%;
	padding: 0 0 20px 0px;
}

	section.newsletterblok {
		background: #F0F3F5;
	}

		section.newsletterblok h2 {
			font-size: 1.9em;
			font-weight: bold;
			margin: 15px 0;
		}

		section.newsletterblok div.newsletterWrap {
			display: flex;
		}

		section.newsletterblok p {
			font-size: 1.0em;
			font-weight: 600;
			margin: 30px 0 0 0;
			width: 50%;
		}

		section.newsletterblok div.wrapAanmelden {
			display: flex;
			height: 150px;
			background: transparent url(/images/iconen/owl-email.png) no-repeat left 1px;
			margin-top: -50px;
			background-size: 70px;
			padding-top: 40px;
		}

		section.newsletterblok label.visually-hidden {
			position: absolute;
			left: -9999px;
			width: 1px;
			height: 1px;
			overflow: hidden;
		}

		section.newsletterblok input[type=email] {
			height: 39px;
			margin: 35px 0 0 0;
			width: 250px;
			padding-left: 15px;
			border: none;
			font-size: 13pt;
		}

		section.newsletterblok button[type=submit] {
			height: 40px;
			margin: 35px 0 0 10px;
			width: 189px;
			border: none;
			background: #FFF url(/images/iconen/arrow-grey.png) no-repeat 95% 10px;
			color: #757575;
			font-size: 13pt;
			font-weight: 600;
			text-align: left;
			padding-left: 20px;
			background-size: 15%;
			cursor: pointer;
		}



/*BEL ONS */

div.belons {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

.ShowMySession {
	font-size: 12pt;
	background: #00ACED url(/images/eye.png) no-repeat 5px 5px;
	color: #FFF !important;
	padding: 2px 5px 5px 50px;
	margin: 15px 0 0 0;
	background-size: 25%;
	cursor: pointer;
	text-decoration: none !important;
}

span.belons {
	font-size: 16pt;
	font-weight: 600;
	margin: 10px 0 0 0;
	color: #1B75BA;
}

a.belons {
	font-size: 27pt;
	font-weight: bold;
	margin: 5px 0;
	color: #1B75BA;
	text-decoration: none;
}

div.socialWrap {
	width: 20%;
}

	div.socialWrap ul.social-list {
		list-style: none;
		padding: 0;
		margin: 10px;
		display: flex;
		gap: 10px;
	}


	div.socialWrap span {
		width: 100%;
		font-size: 16pt;
		font-weight: 600;
		margin: 30px 0 0px 0;
		color: #1B75BA;
	}

	div.socialWrap a {
		width: 20%;
		font-size: 16pt;
		font-weight: 600;
		color: #1B75BA;
	}

		div.socialWrap a img {
			width: 100%;
			height: auto;
		}


footer {
	background-color: #f8f8f8;
	padding: 2rem 1rem;
	font-size: 0.95rem;
}

	footer .container {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 2rem;
		max-width: 1200px;
		margin: 0 auto;
	}

	footer nav {
		flex: 1 1 220px; /* zorgt voor min. breedte per kolom */
		box-sizing: border-box;
	}

		footer nav ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

			footer nav ul li {
				margin-bottom: 0.5rem;
			}

				footer nav ul li:first-of-type {
					font-size: 15pt;
					font-weight: bold;
					color: #00ACED;
				}

				footer nav ul li a {
					color: #333;
					text-decoration: none !important;
					transition: color 0.2s;
					display: inline-block;
				}

					footer nav ul li a:hover,
					footer nav ul li a:focus {
						color: #005fcc;
						outline: none;
						text-decoration: underline;
					}

/* Extra mobile-friendliness */
@media screen and (max-width: 768px) {
	footer .container {
		flex-direction: column;
		gap: 1.5rem;
	}

	footer nav {
		flex: none;
	}
}

footer.legal-footer {
	padding: 20px 0;
	background: #00ACED;
}

	footer.legal-footer .container {
		color: #FFF;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: center;
		align-items: center;
	}

	footer.legal-footer address {
		font-style: normal;
		color: #FFF;
	}

	footer.legal-footer a {
		color: #FFF;
		text-decoration: none;
		font-style: normal;
	}