/*!
Theme Name: Smit-IT
Theme URI: http://underscores.me/
Author: Sem Smit
Author URI: http://underscores.me/
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: base-theme-smit-it
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.

Smit-IT 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: monospace, monospace;
	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: monospace, monospace;
	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: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: inherit;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

.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;
}

/* Start Sem */
/* Basis body styling voor mobiel */
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px; /* Mobiel base font-size */
    line-height: 1.5;
}

.entry-content > p{
	display: none;
}

/* Inner class voor maximale breedte en centreren */
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; /* Padding voor mobiel */
}

.slider{
	max-width: 1400px;
}

/* Container styling voor flex layout */
.container {
    display: flex;
    flex-direction: column; /* Mobile first: stapel elementen verticaal */
    padding: 20px;
}

/* Individuele item styling binnen container */
.item {
    margin-bottom: 20px;
    background-color: #f4f4f4;
    padding: 10px;
    text-align: center;
}

/* Navigation styling voor mobiel */
nav {
    display: block;
    text-align: center;
    padding: 10px;
}

nav ul li {
    margin-bottom: 10px;
}

.hamburger {
    display: block;
    cursor: pointer;
}

/* Basis body styling */
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #333;
}

/* Inner class voor maximale breedte en centreren */
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigatie styling */
.main-navigation {

}

#masthead > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.4rem;
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.nav-menu li {
    display: inline-block;
    margin-right: 20px;
}

.nav-menu a {
    text-decoration: none;
    color: #fff;
}

/* Menu actief */
.toggled .nav-menu {
    display: block;
}

/* Verberg de page title op de homepage */
.entry-title {
    display: none;
}

/* Basis body styling */
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #333;
}

/* Inner class voor maximale breedte en centreren */
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styling */
.site-header {
    background: linear-gradient(45deg, #0054a6, #3c90e1);
    border-bottom: 2px solid white;
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 999;
}

#masthead button {
    padding: 0;
}

a.custom-logo-link{
	line-height: 1;
}
.custom-logo {
    max-width: 200px;
}

/* Navigatie styling */
.main-navigation {
    display: flex;
    align-items: center;
    margin-top: -0.5rem;
    width: fit-content;
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    display: block;
    color: #ffffff;
	position: absolute;
    right: 1.5rem;
}

.nav-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 70%;
    height: 100vh;
    background-color: #31393C;
    color: #fff;
    list-style: none;
    padding: 4rem 0;
    transition: left 0.5s ease-in-out;
}

.toggled .nav-menu {
    left: 0;
}


.nav-menu li {
    margin-bottom: 20px;
    display: block;
    margin-left: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 18px 0px;
    border-bottom: 1px solid #ffffff3b;
    text-align: left;
    padding-left: 1rem;
}

img.over-image {
    max-width: 23rem;
    width: 100%;
    margin: 2rem 0;
}

html {
  scroll-behavior: smooth;
}

/* Hero Section met placeholder background */
.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #C2956E;
}

.hero h1 {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bolder;
    color: #bedfff;
    text-shadow: 0px 0px 2px #166abb;
}
.hero p {
    font-size: 32px;
	margin: 0 auto;
    margin-bottom: 1.2rem;
    line-height: 1.4;
    font-style: italic;
    font-weight: 900;
    margin-top: 0.7rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #000000;
	max-width: 90%;
}

.cta-button.outlined {
    background: #333333;
}

.cta-button:hover {
    background-color: #bb1e35;
}

.outlined:hover {
    background: #473737;
}

.button-wrapper {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}

/* Slide-in menu effect */
.nav-menu {
    left: -100%; /* Verbergen buiten scherm */
}

.toggled .nav-menu {
    left: 0; /* Naar binnen schuiven wanneer actief */
}

/* Hero Sectie */
.hero {
	background: url('https://stoffeerklusannamaria.nl/wp-content/uploads/2024/09/axf5.jpg') no-repeat center center/cover; 
	background: url('https://stoffeerklusannamaria.nl/wp-content/uploads/2024/09/axf3-1.jpg') no-repeat center center/cover;
	background: url('https://stoffeerklusannamaria.nl/wp-content/uploads/2024/10/afdsz3-min.png') no-repeat center center/cover;
	background: url('https://stoffeerklusannamaria.nl/wp-content/uploads/2024/10/sfaa111-min.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
}

.overlay {
    height: 100%;
	width: 100%;
    background: #00000033;
    padding: 140px 0;
	position: relative;
}

.overlay:before {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    height: 40px;
    aspect-ratio: 1200 / 831;
    background: url(https://stoffeerklusannamaria.nl/wp-content/uploads/2024/09/Frisian_flag.svg_.png);
    right: 0.4rem;
    transform: rotate(-6deg);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 7px black;
    z-index: 2;
}

.cta-button {
    padding: 10px 20px;
    background-color: #cd2a2a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}


/* Diensten Sectie */
.diensten {
    background-color: #f9f9f9;
    padding: 1rem 0;
}

section#diensten {
    padding-bottom: 2rem;
}

h2 {
    font-weight: 900;
    font-style: italic;
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: left;
}


.diensten ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 1.2rem;
    text-align: left;
    margin-left: 0;
	margin-bottom: 0.4rem;
}
.diensten ul li {
    flex: 1 1 200px;
    margin-bottom: 0.6rem;
    list-style: none;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0rem 0.6rem;
    border-bottom: 1px solid #e9e9e9;
    margin-left: 0.5rem;
    padding-bottom: 0.5rem;
    flex-basis: 100%;
}

.diensten ul li::before {
    content: '';
    height: 1.2rem;
    width: 1.2rem;
    aspect-ratio: 1 / 1;
    background-image: url(https://stoffeerklusannamaria.nl/wp-content/uploads/2024/09/tick-am2.png);
    background-size: 90%;
    background-position: 0.2rem 0rem;
    background-repeat: no-repeat;
    transform: translateY(5px);
    position: absolute;
    left: -2rem;
}

.sec-image {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-image: url(https://stoffeerklusannamaria.nl/wp-content/uploads/2024/09/axf5.jpg);
  margin: 1rem 0;
  background-position: center 100%;
  box-shadow: 0px 0px 0px 4px inset #cd2a2a;
  border-radius: 2px;
}

section.slider-sec h2 {
    padding-top: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
}

.resultaten {
    background: #f9f9f9;
    padding: 1rem 0;
}

/* Contact Sectie */
.contact {
    padding: 1rem 0;
    padding-bottom: 4rem;
}

.contact a {
    display: inline-block;
}

.contact-info{
	display: none;
}

.contact-info ul {
    list-style-type: none;
    background: #f6fbff;
    padding: 2.6rem 2rem;
    border-radius: 8px;
    margin: 0rem 2rem;
    border: 1px solid #0054a6;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bold{
	font-weight:bold;
}

.page-id-84 section .inner {
    padding-bottom: 2rem;
}

.contact-info i {
    margin-right: 10px; /* Ruimte tussen het icoon en de tekst */
    color: #cd2a2a; /* Kleur van de iconen */
}

.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.contact-info ul a {
    text-decoration: none;
    cursor: pointer;
}



/* Footer */
.site-footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.entry-content {
    margin: 0;
}

span.edit-link {
    display: none;
}

.accordion{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 700px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cd2a2a;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
    margin: 10px 0;
    transition: background-color 0.3s;
    margin-top: 0rem;
    color: white;
}

.accordion-header:hover {
    background-color: #d1203b;
}

.accordion-content {
    list-style-type: none;
    padding: 0;
    overflow: hidden; /* Prevents content from overflowing */
    max-height: 0; /* Start with a height of 0 */
    transition: max-height 0.3s ease; /* Smooth transition */
}

.accordion-content li {
    padding: 5px 0;
}

.accordion-icon {
    margin-left: 10px;
/*     text-shadow: 1px 1px 2px black; */
}

.slider {
    width: 100%;
    margin: auto;
}

.slick-track{
	display: flex;
}

section.slider-sec {
    background: linear-gradient(45deg, #0054a6, #71b9ff);
    padding-bottom: 2rem;
}

.slider-item {
	background: white;
    margin: 1rem 1rem;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 0.5rem;
	height: inherit;
	transition: 0.3s ease-in-out;
}

.slick-next:before, .slick-prev:before, .slick-next, .slick-prev{
	display: none !important;
}

.slick-dots {
    background: transparent;
}

.slider-item:hover {
    transform: scale(1.02);
}

/*  wpcf7 contactformulier */

/* Algemene stijlen voor het contactformulier */
.wpcf7 {
    font-family: 'Poppins', sans-serif;
    max-width: 600px;
    padding: 20px;
    background: #51a6f7;
    border-radius: 8px;
    border: 1px solid #0054a6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

textarea {
    resize: vertical;
}

.wpcf7-acceptance .wpcf7-list-item{
	margin: 0;
}

.wpcf7-form > p {
    margin-bottom: 0;
    margin-top: 1rem;
}

/* Stijl voor de invoervelden */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* Hover effect voor invoervelden */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #ffe8c8;
    outline: none;
}

/* Stijl voor de verzendknop */
.wpcf7 input[type="submit"] {
    background-color: #cd2a2a;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

/* Hover effect voor de verzendknop */
.wpcf7 input[type="submit"]:hover {
    background-color: #9d0f24;
}

/* Stijl voor de acceptatie checkbox */
.wpcf7 .acceptance {
    margin-bottom: 15px;
}

.slider-item i {
    font-size: 36px;
    margin-top: 1rem;
}

.slider-item h3 {
    margin: 0.5rem 0;
    margin-bottom: 0rem;
}

.slider-item p {
    margin-top: 0.5rem;
}

.site-footer {
    padding: 20px 0;
    text-align: left;
}

.footer-content {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.footer-content > div {
    flex-basis: 100%;
}

.footer-logo img {
    max-width: 250px; /* Pas de grootte aan zoals nodig */
}

.footer-links, .footer-contact {
    margin: 0 10px;
}

.footer-links h4, .footer-contact h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffce6e;
}

.footer-links ul, .footer-contact ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
}

.footer-links li, .footer-contact li {
    margin-bottom: 8px;
}

.footer-links a, .footer-contact a {
    text-decoration: none;
}

.footer-links a:hover, .footer-contact a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 20px;
    text-align: center;
}

.footer-content > div i {
    width: 1.5rem;
    color: #cd2a2a;
}

.footer-bottom {
    color: #ffffff1c;
}

@media (min-width: 768px) {
    .nav-menu {
        display: inline-block;
    }
	
    .menu-toggle {
        display: none;
    }
	
	ul#primary-menu .menu-item a{
		transition: 0.2s ease-in-out;
	}
	
	ul#primary-menu .menu-item a:hover {
		color: #add3ff;
/* 		transform: scale(1.04); */
	}
	
	
	.hero p {
		max-width: 80%;
	}

	.nav-menu {
        display: flex;
        position: static;
        height: auto;
        width: auto;
        background-color: transparent;
        color: #333;
        padding: 0;
        left: auto;
    }

    .nav-menu li {
        margin-right: 20px;
        margin-bottom: 0;
    }

	.nav-menu li {
        display: inline-block;
	}
	
    .menu-toggle {
        display: none;
    }
	
	
	.sec-image {
	  height: 520px;
	}
	
	.diensten .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.diensten .inner > p {
		flex-basis: 100%;
		margin-top: 0;
	}
	
	.accordion {
		flex-basis: 48%;
	}
	.sec-image {
		margin: 0rem 0;
		flex-basis: 48%;
	}
	
	.footer-links, .footer-contact {
		flex-basis: unset !important;
		margin: 1rem 0;
		margin-bottom: 2rem;
	}
}



/* Media queries voor grotere schermen (tablets en desktops) */
@media (min-width: 768px) {
    /* Grotere body font-size voor tablets */
    body {
        font-size: 18px;
    }

    /* Flex container verandert naar horizontale layout */
    .container {
        flex-direction: row; /* Voor grotere schermen naast elkaar */
        justify-content: space-between;
    }
	
	.custom-logo {
		max-width: 230px;
		margin: 0.6rem 0;
	}
	
	.overlay {
        padding: 20vh 20px;
    	background: #00000038;
    }
	

	
	.hero {
		background: url('https://stoffeerklusannamaria.nl/wp-content/uploads/2024/10/123asdfss.jpg') no-repeat center/cover;
	}
	
	.hero h1 {
		font-size: 26px;
	}
	.hero p {
        font-size: 54px;
        margin-bottom: 2rem;
        margin-top: 0.7rem;
    }
	
	.overlay:before {
		bottom: -3.5rem;
		height: 110px;
		right: 4rem;
	}
	
	a.cta-button {
		font-size: 22px;
	}

    .item {
        flex: 1; /* Elk item neemt evenveel ruimte in */
        margin-right: 20px;
    }

    .item:last-child {
        margin-right: 0;
    }

    /* Horizontale navigatie voor grotere schermen */
    nav ul {
        display: flex;
        justify-content: center; /* Menu-items gecentreerd op grotere schermen */
    }

    nav ul li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 0; /* Verwijder margin-bottom voor desktopmenu */
    }

    .nav-menu a {
        color: #ffffff;
        border: none;
        font-weight: 500;
        padding: 0;
        width: unset;
    }
	
    .hamburger {
        display: none; /* Verberg de hamburger op grotere schermen */
    }

    /* Inner padding voor grotere schermen */
    .inner {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    /* Nog grotere body font-size voor desktops */
    body {
        font-size: 20px;
    }
	
	.footer-logo img {
		max-width: 220px;
		margin-top: 2.2rem;
	}
	.footer-logo {
		flex-basis: unset !important;
	}
	
	.contact-info{
		display: block;
		
	}
	.flexbox-wrapper {
        flex-wrap: nowrap;
	}

    /* Grotere padding voor navigatie */
    nav {
        padding: 20px;
        text-align: left;
    }

	.slider-item h3 {
		font-size: 20px;
	}
	
	.slider-item p {
		font-size: 16px;
	}

    /* Inner padding voor desktop */
    .inner {
        padding: 0 60px;
    }
	    /* Grotere padding voor hero section */
    .overlay {
        padding: 20vh 20px;
    }

}

.a-bar {
    display: flex;
    background: #1468b9;
    color: white;
    justify-content: space-between;
    padding: 0 3%;
}

.a-bar .slick-slide {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    font-size: 14px;
}
.diensten h2 {
    width: 100%;
    margin-bottom: 0.1rem;
}
h3.hor {
    margin-top: 0.1rem;
    font-size: 18px;
    color: #cd2a2a;
    transform: translateY(-0.8rem);
    margin-bottom: 0rem;
}

section#diensten .inner p {
    font-size: 14px;
}
