/*!
Theme Name: equine-hrm
Theme URI: http://underscores.me/
Author: Blik Reclame
Author URI: http://www.blikreclame.nl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: www-equine-hrm-nl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

equine-hrm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: "Sen", sans-serif;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: "Sen", sans-serif;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: "Sen", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

.custom-knop {
    color: #fff;
	border: solid 1px goldenrod;
    border-radius: 0 20px 0 0;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 0px) calc(1.333em + 0px);
    font-size: 1.125em;
	margin-top: 32px;
}
.custom-knop:hover {
    color: #fff;
	border: solid 1px goldenrod;
	background-color: #38281A;
    border-radius: 0 20px 0 0;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 0px) calc(1.333em + 0px);
    font-size: 1.125em;
	margin-top: 32px;
}


.schema-faq {
	padding: 60px 0px;
	border-top: 1 px solid black;
}
@media (max-width: 991px) {
	.schema-faq {
	padding: 0px;
	border-top: 1 px solid black;
}
}


/* Hide answers by default */
.schema-faq-answer {
  display: none;
  padding: 10px 20px;
  transition: all 0.3s ease;

}

/* Make questions look clickable */
.schema-faq-question {
  cursor: pointer;
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 10px 20px;
}

/* Optional: open state styling */
.schema-faq-question.active {
  color: #3281E7;
}
.schema-faq-question::after {
  content: "+";
  float: right;
  font-weight: bold;
}

.schema-faq-question.active::after {
  content: "−";
}
.schema-faq-question:nth-child(4n+1) {
  background-color: #f7f7f7;
}

.schema-faq-question:nth-child(4n+3) {
  background-color: #eeeeee;
}


blockquote {
  font-size: 1.5rem;          /* Bigger text */
  text-align: center;        /* Center text */
  margin: 60px auto;         /* Center block horizontally */
  font-style: italic;
  line-height: 1.6;
  color: #444;
  padding: 0px 150px;

}

blockquote::before {
  content: "“";
  font-size: 3rem;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

blockquote::after {
  content: "”";
  font-size: 3rem;
  display: block;
  line-height: 1;
  margin-top: 10px;
}

.wp-block-media-text {
    box-sizing: border-box;
    direction: ltr;
    margin: 60px 0px;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/



/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Sen", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Sen", sans-serif;
	clear: both;
}
h2 {
	font-size: 1.5rem !important;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Sen", sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
		font-family: "Sen", sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}


a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header-banner {
	background-color: #3281E7;
	height: 50px;

}
.site-branding {
	background-color: #EAE2DA;
	width: 230px;
	height: 230px;
	border-radius: 0 0 200px 200px;
	position: absolute;
}
.site-header {
	background-color: white;
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #9E6032;
	z-index: 10;
	position: fixed;
}
@media (max-width: 991px) {
	.site {
		width: 100%;
	}
	.site-branding {
	width: 150px;
	height: 150px;
}
	.site-header {
    background-color: white;
    width: 100%;
    height: 96px;
    border-bottom: 1px solid #9E6032;
    z-index: 10;
    position: fixed;
}
.page .site-main {
    padding-top: 0px;
}
}

.site-main{
	padding-top: 300px;
}
@media (max-width: 991px) {
	.site-main{
	padding-top: 60px;
	}
	.page .site-main{
	padding-top: 0px;

	.header-image{
		border-radius: 0px !important;
		overflow: hidden;
		margin-bottom: 50px !important;
	  	height: 180px !important;
	}
	}
	.single .site-main {
        padding: 0px 20px 20px 20px;
    }
	.single .site-main {
    .header-image {
        border-radius: 0px !important;
        overflow: hidden;
        margin-bottom: 90px;
	  	height: 180px !important;
    }
}
}

.page .site-main{
	padding-top: 70px;

	.header-image{
		border-radius: 0px 0px 250px 0px;
		overflow: hidden;
		margin-bottom: 90px;
	  	height: 500px;
	}
	.header-image img{
		width: 100%;
    	aspect-ratio: 16 / 9;
    	object-fit: cover;
		object-position: center;
		height: 100%;
	}
}




.single .site-main{
	padding-top: 150px;

	.header-image{
		border-radius: 0px 0px 250px 0px;
		overflow: hidden;
		margin-bottom: 90px;
	  	height: 500px;
	}
	.header-image img{
		width: 100%;
    	aspect-ratio: 16 / 9;
    	object-fit: cover;
		object-position: center;
	}
}
@media (max-width: 991px) {
	.single .site-main{
	padding-top: 0px;

		.header-image{
	  	height: 180px;
		margin-bottom: 32px;
	}
	.header-image img{
		width: 100%;
    	aspect-ratio: 16 / 9;
    	object-fit: cover;
		object-position: center;
	}

	}
}





.site-footer {
	background-color: #FFFBF4;
}
.site-info {
	background-color: #3281E7;
}


.intro{
  z-index: 0;
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 20px 20px; 
  grid-template-areas: 
    ". ."; 
	margin-top: 80px;
}
@media (max-width: 991px) {
	.intro{
	display: grid; 
	grid-template-columns: 1fr; 
	grid-template-rows: 1fr; 
	gap: 20px 20px; 
	grid-template-areas: 
		"."; 
		margin-top: 80px;
	}
	.intro-content {
		padding: 20px !important;
	}
	.intro-image {
    border-radius: 0px !important;
    overflow: hidden;
	}
}

.intro-image {
	border-radius: 0 0 0 200px;
	overflow: hidden;
}
.intro-image .post-thumbnail{
	height: 100%;
}
.intro-image img {
	height: 100%;
	object-fit: cover;
    object-position: center;
}


.intro-content {
	padding: 200px 150px;
}

.intro-content .btn{
	color: #fff;
    background-color: #2785FF;
    border-radius: 0px 20px 0px 0px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    border-bottom: 20px;
}
.intro-content .btn:hover{
	background-color: #38281A;
	color: #fff;
}


#service-section {
	padding: 120px 0;
}
.services {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 20px 20px; 
  grid-template-areas: 
    ". . . ."; 
}

@media (max-width: 991px) {
	#service-section {
	padding: 60px 20px 0px 20px;
	}
	.services {
	display: grid; 
  	grid-template-columns: 1fr; 
  	grid-template-rows: 1fr; 
  	gap: 20px 20px; 
  	grid-template-areas: 
    "."; 
}
.service {
	margin: 50px 0px;
}
}

.service:nth-child(odd) {
	background-color: #38281A;
	color: white;
	text-align: center;
	padding: 0px 32px 60px 32px;
	border-bottom: 8px solid #9E6032;
	border-radius: 6px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.service:nth-child(even) {
	background-color: white;
	color: black;
	text-align: center;
	padding: 0px 32px 60px 32px;
	border-bottom: 8px solid #9E6032;
	border-radius: 6px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.service a{
	color: black;
	text-decoration: none;
	border: 2px solid #C99660;
	background: white;
  	padding: 12px 24px;
 	border-radius: 0 20px 0 0;
  	transition: all 0.3s ease;      /* smooth animation */
	display: block;
    width: max-content;
    margin: 15px auto 0 auto;
}
.service a:hover{
	color: white;
	text-decoration: none;
	border: 2px solid #C99660;
	background-color: #C99660;     /* darker shade */
  	transform: translateY(-2px);    /* slight lift */
  	box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
.service img {
	margin-top: -80px;
	margin-bottom: 40px;
}
.service-title {
	text-align: center;
	margin-bottom: 100px;
}

#packages{
	margin: 50px 0px;
}
.packages-inner{
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 20px 20px; 
  grid-template-areas: 
    ". ."; 
	margin-bottom: 32px;
}
@media (max-width: 991px) {

	#packages{
	margin: 50px 20px;
}
	
	.packages-inner{
  	display: grid; 
 	grid-template-columns: 1fr; 
  	grid-template-rows: 1fr; 
  	gap: 20px 20px; 
  	grid-template-areas: 
    "."; 
	margin-bottom: 32px;
	}
	
	.package-pakketten {
	grid-template-columns: 1fr !important; 
	grid-template-areas: 
		"." !important; 
	}
}
.package-pakketten {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 20px 20px; 
  grid-template-areas: 
    ". . ."; 
}
.package-pakketten a{
	text-decoration: none;
	color: black;
}
.package-pakketten a:hover{
	text-decoration: none;
	color: white;
}

.prijs{
	text-decoration: none;
	color: #0073aa;
}
.prijs:hover{
	text-decoration: none;
	color: white;
}
.package-content a{
	background-color: #0073aa;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 0 20px 0 0;
    border: none;
    transition: all 0.3s ease;
	text-decoration: none;
}
.package-image{
	border-radius: 0 0 0 100px;
	overflow: hidden;
}
.package-image img{
	width: 100%;
	height: auto;
 	aspect-ratio: 16 / 9;
  	object-fit: cover;
}
.package-pakket {
	border-radius: 6px;
	background-color: white;
	border: 2px solid #2785FF;
}
.package-pakket :hover {
	border-radius: 6px;
	background-color: #2785FF;
}
.package-pakket-inner{
	padding: 20px;
}


#customers{
	background-color: #38281A;
	padding: 200px 0px;
	position: relative;
	overflow: hidden;

	h2 {
		color: white;
		text-align: center;
		margin-bottom: 32px;
	}

}
#customers::before{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  background-image: url(./inc/img/bruine-bogen-boven.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#customers::after{
  content: "";
  position: absolute;
  bottom: -110px;
  width: 100%;
  height: 243px;
  background-image: url(./inc/img/bruine-bogen-onder.svg);
  background-size: contain;
  background-repeat: no-repeat;
	background-position: top;
}



.swiper-wrapper {
	display: grid; 
  	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
 	grid-template-rows: 1fr; 
  	gap: 20px 20px; 
  	grid-template-areas: 
    ". . . . ."; 
}
@media (max-width: 991px) {
	.swiper-wrapper {
	display: grid; 
  	grid-template-columns: 1fr; 
 	grid-template-rows: 1fr; 
  	gap: 20px 20px; 
  	grid-template-areas: 
    "."; 
}
#customers{
	background-color: #38281A;
	padding: 100px 0px;
	position: relative;
	overflow: hidden;

	h2 {
		color: white;
		text-align: center;
		margin-bottom: 32px;
	}

}
#customers::before{
  content: none;
}
#customers::after{
  content: none;
}
}
.swiper-slide{
	text-align: center;
}

#employe {
	padding: 100px 0px;
}
.employe-wrapper{
	display: grid; 
  	grid-template-columns: 1fr 1fr; 
 	grid-template-rows: 1fr; 
  	gap: 20px 20px; 
  	grid-template-areas: 
    ". ."; 
	background-color: #2785FF;
	border-radius: 20px;
}
.employe-content{
	padding: 70px;
	color: white;
}
.employe-image{
	border-radius: 20px 0px 200px  20px;
	overflow: hidden;
	min-height: 450px;
}
.employe-image img{
	width: auto;
	height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
@media (max-width: 991px) {

	#employe {
	padding: 60px 20px;
}

	.employe-wrapper{
	display: grid; 
  	grid-template-columns: 1fr; 
 	grid-template-rows: 1fr; 
  	gap: 20px 20px; 
  	grid-template-areas: 
    "."; 
	background-color: #2785FF;
	border-radius: 20px;
}
.employe-content{
	padding: 40px;
	color: white;
}
.employe-image {
    border-radius: 0px;
    overflow: hidden;
   	min-height: 0px;
}

}





.footer-wrapper {
	background-color: #FFFBF4;
	padding: 60px 0px;
	margin-top: 60px;
}
.footer-wrapper-inner{
	display: grid; 
  	grid-template-columns: 0.3fr 1.7fr; 
 	grid-template-rows: 1fr; 
  	gap: 20px 20px; 
  	grid-template-areas: 
    ". ."; 
}
.footer-logo img {
	width: 170px;
	height: 170px;
}

.footer-menu {
	margin-left: 0px;
	padding-top: 17px;

	.menu {
		border-bottom: 2px solid #9E6032;
		margin-bottom: 20px;
	}
	ol, ul {
		padding-left: 0px;
		list-style: none;
	}
	li {
		display: inline-block;
		margin-right: 40px;
	}
	a {
		text-decoration: none;
		color: black;
	}
	a:hover{
		color: #38281A;
	}
}


@media (max-width: 991px) {
	.footer-wrapper {
	background-color: #FFFBF4;
	padding: 20px;
	margin-top: 0px;
}
.footer-wrapper-inner{
	display: grid; 
  	grid-template-columns: 1fr; 
 	grid-template-rows: 1fr; 
  	gap: 20px; 
  	grid-template-areas: 
    "."; 
}
.footer-logo {
	text-align: center;
}
.footer-menu {
    margin-left: 0px;
    padding-top: 17px;
    display: grid;
}
}





.site-info {
	padding: 13px 0px;
	color: white;
}

.berichten-grid {
	display: grid; 
  	grid-template-columns: 1fr 1fr 1fr; 
 	grid-template-rows: 1fr; 
  	gap: 20px 20px; 
  	grid-template-areas: 
    ". . ."; 
}


@media (max-width: 991px) {
	.berichten-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		gap: 20px 20px;
		grid-template-areas: ".";
	}
}


.article {
	background-color: #FFFBF4;
	border-radius: 20px;
	overflow: hidden;
	border: solid 1px #EAE2DA;
}
.article-thumbnail img{
	width: 100%;
 	aspect-ratio: 16 / 9;
  	object-fit: cover;
}
.article-content {
	padding: 20px;
}
.article-content a{
	text-decoration: none;
}
.article-content:visited {
	color: #2785FF;
}

/*--------------------------------------------------------------
# WP Blokken
--------------------------------------------------------------*/

#tussenblok{
	position: relative;
	padding-top: 170px;
	background-color: #fffbf4;
	overflow: hidden;

}
#tussenblok::before{
  content: "";
  position: absolute;
  top: -100px;
  width: 100%;
  height: 400px;
  background-image: url(./inc/img/banner-before.svg);
  background-size: contain;
  background-repeat: no-repeat;

}

@media (max-width: 991px) {
	
	#tussenblok{
	position: relative;
	padding: 40px 20px;
	margin-top: 40px;
	background-color: #fffbf4;
	overflow: hidden;
	}
	#tussenblok::before{
	top: 0;
	width: 0;
	height: 0;
	background-image: none;
	background-size: contain;
	background-repeat: no-repeat;
	}
}
.wp-block-button__link,
.package-content a,
.package-content a:visited{
	color: #fff;
    background-color: #2785FF;
    border-radius: 0px 20px 0px 0px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
	border-bottom: 20px;
}
.wp-block-button__link:hover,
.package-content a:hover{
	color: #fff;
    background-color: #38281A;
    border-radius: 0px 20px 0px 0px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
	border-bottom: 20px;
}



.wp-block-group {
   margin: 32px 0px;
}
.wp-block-group__inner-container {
  position: relative;
  background-color: #fffbf4;
  padding: 60px 0px 60px 0px;
  margin: 0px;
}
.wp-block-group__inner-container::before{
  content: "";
  position: absolute;
  background-color: #fffbf4;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.wp-block-group__inner-container::after{
  content: "";
  position: absolute;
  background-color: #fffbf4;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}
.wp-block-media-text__media img{
	border-radius: 6px 6px 6px 100px;
}
@media (max-width: 991px) {
	.wp-block-group {
    margin: 32px 0px;
	padding: 20px;
    overflow: hidden;
}
	.wp-block-group__inner-container {
  	 padding: 20px 0px;
  	margin: 0px;
	}
	.wp-block-media-text__content {
		padding: 0px !important;
	}
.wp-block-heading{
	margin-top:32px
}
blockquote {
	padding: 20px;
}
.wp-block-media-text__media img{
	border-radius: 0px;
}
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.menu-hoofdmenu-container{
	dl, ol, ul, li {
    margin-top: 0;
    margin-bottom: 1rem;
    display: inline-flex;
	text-decoration: none;
}
a {
	text-decoration: none;
	margin-right: 20px;
}
}
/* ================================
   DESKTOP NAV STYLING (_s)
   ================================ */

@media (min-width: 991px) {

  /* Container */
  .main-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* menu rechts (pas aan naar center/space-between) */
    gap: 24px;
  }

  /* Toggle verbergen op desktop */
  .menu-toggle {
    display: none;
  }

  /* Hoofdmenu horizontaal */
  .main-navigation .nav-menu {
    display: flex;
    align-items: center;
    gap: 18px;

    margin: 0;
    padding: 0;
    list-style: none;

    position: relative;
	margin-top: 60px;
  }

  /* Links */
  .main-navigation .nav-menu > li > a {
    color: var(--Zwart, #000);
	font-family: "Sen", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: opacity 160ms ease;
  }

  .main-navigation .nav-menu > li > a:hover,
  .main-navigation .nav-menu > li > a:focus {
    opacity: 1;
  }

  /* Actieve item (current) */
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-ancestor > a {
    opacity: 1;
    text-decoration: none;
    text-underline-offset: 6px;
	color: #2785FF !important;
  }

  /* ================================
     Dropdowns
     ================================ */

  .main-navigation .nav-menu li {
    position: relative;
  }

  /* Submenu box */
  .main-navigation .nav-menu .sub-menu {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;

    min-width: 220px;
    margin: 0;
    padding: 16px;
    list-style: none;

    background: #2785FF;
	color: white;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    border-radius: 0px 0px 12px 12px;

    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 9999;
	flex-direction: column;
  }

  /* Submenu links */
  .main-navigation .nav-menu .sub-menu a {
    display: block;
    padding: 0px;

    color: white !important;
    text-decoration: none;
    font-size: 0.95rem;

    opacity: 1;
    transition: opacity 160ms ease, background 160ms ease;
  }

  .main-navigation .nav-menu .sub-menu a:hover,
  .main-navigation .nav-menu .sub-menu a:focus {
    opacity: 1;
	color: pink !important;
  }

  /* Show submenu on hover/focus */
  .main-navigation .nav-menu li:hover > .sub-menu,
  .main-navigation .nav-menu li:focus-within > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* Tweede niveau dropdown (flyout) */
  .main-navigation .nav-menu .sub-menu .sub-menu {
    top: 0;
    left: calc(100% + 10px);
  }

  /* Kleine caret indicatie bij items met children (optioneel) */
  .main-navigation .menu-item-has-children > a::after {
    content: "▾";
    font-size: 0.8em;
    margin-left: 6px;
    opacity: 0.6;
  }

  .main-navigation .sub-menu .menu-item-has-children > a::after {
    content: "▸";
    float: right;
    margin-left: 10px;
  }
}





@media (max-width: 768px) {

  /* Fullscreen panel (starts off-canvas) */
  .main-navigation .nav-menu {
    position: fixed;
    inset: 0;                 /* top/right/bottom/left 0 */
    width: 100vw;
    height: 100vh;

    background: #000;
    padding: 100px 24px 24px; /* space for hamburger */
    margin: 0;
    list-style: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;

    transform: translateX(100%); /* slide from right */
    opacity: 1;                  /* keep solid; we slide */
    visibility: hidden;
    pointer-events: none;

    transition: transform 260ms ease, visibility 0s linear 260ms;
    z-index: 10000;
    overflow-y: auto;
  }
  .menu-hoofdmenu-container {
		dl, ol, ul, li {
			margin-top: 0;
			margin-bottom: 0rem;
			display: inline;
			text-decoration: none;
		}
	}
	  .main-navigation .nav-menu .sub-menu a {
		font-size: 14px !important;
    
  	}

  /* Open state */
  .main-navigation.toggled .nav-menu {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 260ms ease, visibility 0s;
  }

  /* Link styles */
  .main-navigation .nav-menu a {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 8px 0px;
    display: block;
    text-align: center;
  }

  .main-navigation .nav-menu a:hover,
  .main-navigation .nav-menu a:focus {
    opacity: 0.75;
  }

  /* ================================
     HAMBURGER (top-right, gray lines)
     ================================ */

  .menu-toggle {
    display: none;
  }

  @media (max-width: 991px) {
  .menu-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
	background-color: #2785FF !important;

    width: 40px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10001;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }
  }

  /* If your button contains text, hide it */
  .menu-toggle .menu-toggle-text {
    display: none;
  }

  /* Three lines (top + middle + bottom) */
  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle span {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    background: white; /* gray */
    transition: transform 220ms ease, opacity 220ms ease;
  }

  /* Make sure the middle line exists */
  .menu-toggle span {
    display: block;
  }

  /* Animate to X when menu open */
  .main-navigation.toggled .menu-toggle::before {
    transform: translateY(10px) rotate(45deg);
  }
  .main-navigation.toggled .menu-toggle span {
    opacity: 0;
  }
  .main-navigation.toggled .menu-toggle::after {
    transform: translateY(-10px) rotate(-45deg);
  }

  /* Optional: prevent page scroll when menu is open (JS will toggle this class) */
  body.menu-open {
    overflow: hidden;
  }
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content{
	overflow: hidden;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


@media (max-width: 991px) {
	.page-content, .entry-content, .entry-summary {
		margin: 20px;
	}
}



/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#breadcrumbs a{
	text-decoration: none;
	color: #EAE2DA;
}
#breadcrumbs span{
	color: #bebab6;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
