/*!
Theme Name: Duckcity Events
Theme URI: https://duckcityevents.nl
Author: Raoul te Niet
Author URI: https://teniet.com/
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: vloereno
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready



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




--------------------------------------------------------------*/
.a12-sidebar-list{
  list-style:none;
  padding:0;
  margin:12px 0 20px;
}

.a12-sidebar-list li{
  position:relative;
  padding-left:22px;
  margin-bottom:10px;
}

.a12-sidebar-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#1f4d3d; /* pas aan naar je merk kleur */
  font-weight:bold;
}

.widget-area a.a12-sidebar-cta{
  display:block;
  text-align:center;
  padding:14px 18px;
  border-radius:8px;
  background:#35989e; /* merk kleur */
  color:#fff;
  text-decoration:none;
  font-weight:600;
  margin-bottom:12px;
  transition:.2s ease;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.a12-sidebar-cta:hover{
  opacity:.9;
}

.a12-sidebar-phone{
  text-align:center;
  margin:0;
}

.widget-title{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0;
  text-transform: none; /* voorkomt ALL CAPS */
}

.sidebar .widget{
  padding: 24px;
  background: #f7f7f7; /* of jouw lichte tint */
  border-radius: 12px;
  margin-bottom: 24px;
}

.a12-hero-row{
  display:flex;
  align-items:center; /* verticaal uitlijnen */
  gap:24px;
  margin-top: 10px;
}

.a12-hero-row.has-media .a12-hero-col{
  width:50%;
}

	body.post-type-archive .a12-hero-media{
		display: none;
	}

.a12-hero-row.no-media .a12-hero-content{
  width:100%;
  max-width: 75ch;
}

.a12-hero-content{
  line-height:1.6;
}

.a12-intro{
  margin-top: 12px;
  max-width: 65ch;
  opacity: .92;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.a12-hero-media img{
  display:block;
  width:100%;
  height:auto;
  border-radius:10px;
  transform: rotate(3deg);
}

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

.wpb_wrapper ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.6;
}

	.wpb_wrapper ul li a{
		text-decoration: none;
		font-weight: 500;
	}
	
.wpb_wrapper ul.a12-cpt-tree li{
	padding: 6px 6px 6px 38px;
	background: #fff;
	border-radius: 20px;
}

		.wpb_wrapper ul.a12-cpt-tree li a{
			display: block;
		}
	
	.wpb_wrapper ul.a12-cpt-tree li::before{
		left: 5px;
		top: 5px;
	}
	
		ul.a12-cpt-tree .a12-cpt-tree__price{
			float: right;
		}

.wpb_wrapper ul li::before {
  content: "✓"; /* of "" als je geen teken wil */
  position: absolute;
  left: 0;
  top: -2px;

  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;

  background: linear-gradient(135deg, #2e7d32, #43a047);

}

/* mobiel: onder elkaar */
@media (max-width:768px){
  .a12-hero-row{
    flex-direction:column;
    align-items:stretch;
  }
  .a12-hero-row.has-media .a12-hero-col{
    width:100%;
  }
}

.site-header{
  width: 100vw !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@-webkit-keyframes wiggle {
  0% {-webkit-transform: rotate(10deg);}
  25% {-webkit-transform: rotate(-10deg);}
  50% {-webkit-transform: rotate(10deg);}
  75% {-webkit-transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(0deg);}
}

@-ms-keyframes wiggle {
  0% {-ms-transform: rotate(1deg);}
  25% {-ms-transform: rotate(-1deg);}
  50% {-ms-transform: rotate(1.5deg);}
  75% {-ms-transform: rotate(-5deg);}
  100% {-ms-transform: rotate(0deg);}
}

@keyframes wiggle {
  0% {transform: rotate(10deg);}
  25% {transform: rotate(-10deg);}
  50% {transform: rotate(10deg);}
  75% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);}
}

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

:root {
  --primary-color: #003d59;
  --cta-bg-color: #F8B769;
  --cta-color: #834B0C;
  --title-color: #003b5a;
  --content-color: #2f2f2f;
}

/* 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: 1.7em;
	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;
}

.wpcf7-not-valid-tip{
	float: left;
}

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

.wpb_single_image img{
	border-radius: 15px;
}

	.noradius.wpb_single_image img{
		border-radius: 0;
	}

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

/* ============================= */
/* A12 Events – Full Width USP  */
/* ============================= */

.a12-usp-bar-full {
  margin: 30px 0 30px;
  display: inline-flex;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  border: 1px solid rgba(255, 255, 255, 0.18);
}

.a12-usp-col {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 20px;

  color: #ffffff;
  font-weight: 300;
  font-size: 15px;

  position: relative;
}

/* subtiele divider lijnen */
.a12-usp-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

/* groene vink */
.a12-usp-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;

  background: linear-gradient(135deg, #2e7d32, #43a047);
  box-shadow: 0 4px 12px rgba(46, 125, 50, 0.35);
}

.archive-card-image{
	position: relative;
}

.a12-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 20px 0;
}

	body.post-type-archive .a12-badges{
		position: absolute;
		left: 10px;
		top: 0;
	}

.a12-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.9);
  transition: all 0.25s ease;
}

	body.post-type-archive .a12-badge{
		padding: 3px 7px;
		font-size: 11px;
	}

/* 👥 Personen */
.badge-personen {
  background-color: #F26076;
}

/* ⏱ Duur */
.badge-duur {
  background-color: #FF9760;
}

/* 💶 Prijs */
.badge-prijs {
  background-color: #FFD150;
}

/* 📍 Locatie */
.badge-locatie {
  background-color: #458B73;
}

/* subtiele hover */
.a12-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* cards + hover */
.a12-card{
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  overflow:hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.a12-card__link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.a12-card__image img{
  width:100%;
  height:auto;
  display:block;
}

.a12-card__body{
  padding:16px 16px 18px;
}

.a12-card__title{
  margin:0;
}

.a12-card__text{
  margin:10px 0 0;
  opacity:.8;
}

.a12-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

/* mobiel stacking */
@media (max-width: 768px) {
  .a12-usp-bar-full {
    flex-direction: column;
  }

  .a12-usp-col:not(:last-child)::after {
    display: none;
  }

  .a12-usp-col {
    justify-content: flex-start;
    padding: 14px 18px;
  }
}

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

	.post-thumbnail img{
		margin-bottom: 15px;
		border: 4px solid #fff;
		box-shadow: 0 23px 22px rgba(0, 0, 0, 0.4);
	}
	
		.home .post-thumbnail img{
		border: none;
		box-shadow: none;			
		}
	
	body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded, body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img{
		border-radius: 15px;
	}
	
body .wpb_single_image .vc_figure-caption {
  position: absolute;
  left: 0;
  top: 15px;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
}

a.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100000000;
 }
 
 a.whatsapp-float i {
  margin-top: 14px;
}

#video-background {
/*  making the video fullscreen  */
  position: absolute;
  right: 0; 
  top: 0;
  min-width: 100%; 
  width: auto; 
  height: auto;
  z-index: -1;
}

	.video-layer{
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20&0.65+0,0.2+20 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 20%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.2) 20%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.2) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */

	}
	
.home .desktop-header-bg {
  background-image: url("https://nieuw.duckcityevents.nl/wp-content/themes/duckcity/images/video-holder.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.home .desktop-header-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 61, 89, 0.80); /* ← speel hiermee */
  z-index: -1;
}

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

body .wpcf7 form .wpcf7-response-output{
	margin: 0;
	float: left;
	width: 100%;
}

body .wpcf7 form.sent .wpcf7-response-output{
	border: none;
	color: #fff;
	background: var(--primary-color);
}

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

	.wpcf7 button,
	.wpcf7 input {
		float: left;
		width: 100%;
	}

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

.wpcf7{
	float: left;
	width: 100%;
	padding: 25px;
	background: #fff;
	border-top: 4px solid #003d59;
	border-radius: 7px;
}

body .vc_btn3.vc_btn3-color-orange, body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat{
	font-weight: bold;
	color: #003d59;
	background-color: rgb(255, 193, 7);
	border-radius: 7px;
}

	body .vc_btn3.vc_btn3-color-orange a, body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat a{
		color: #fff !important;
	}

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

.white-content, .white-content p, .white-content h2, .white-content h3, .white-content h4, .white-content h5, .white-content h6{
	color: #fff;
}

/**
 * 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: #003d59;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

.bxl-whatsapp::before{
	color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6{
	clear: both;
	color: #003d59;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong{
	font-weight: 700;
}



	h1{
		margin: 0;
		line-height: 1.4;
		color: #fff;
		font-weight: 700;
		text-shadow: 0px 0px 4px #0c474f;
	}
	
	h2{
		font-size: 1.8em;
	}

	h2.wpb_singleimage_heading{
		font-weight: 700;
		font-size: 22px;
	}

p {
	margin-bottom: 1.5em;
}

	.wpcf7 p{
		float: left;
		width: 100%;
		margin: 5px 0;
	}
	
		.wpcf7-response-output{
			float: left;
			width: 100%;
			border-radius: 0;
		}

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: #FEFDFA;
}

body{
	background: #fff5e6;
}

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

ul,
ol {
	margin: 0;
	padding: 0 0 0 30px;
}

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

#breadcrumbs{
	opacity: 0.7;
}

#breadcrumbs, #breadcrumbs a{
	font-size: 12px;
	color: #fff;
}

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

.text-padding{
	padding: 10px 25px 20px;
	border-radius: 7px;
}

	.text-padding h2{
		margin: 10px 0;
	}

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

.vc_gitem-animated-block{
	border-radius: 0;
	overflow: hidden;
}

body .lightbox .lb-image, body .lb-outerContainer{

}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

a,
a:visited,
a:hover,
a:focus,
a:active {
	color: var(--primary-color);
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	font-weight: bold;
	width: auto;
	float: right;
	color: #003d59;
	background-color: rgb(255, 193, 7);
	border-radius: 7px;
	line-height: 1;
	font-weight: bold;
	padding: 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
	border: none;
}

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 {

}

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"],
input[type="select"],
.wpcf7-form-control.wpcf7-select,
textarea {
	color: var(--content-color);
	border: none;
	border-radius: 5px;
	padding: 8px 12px;
	background: #fff;
	border-bottom: none;
	border: 1px solid #003d59;
}

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: var(--content-color);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

body .vc_btn3.vc_btn3-color-green, body .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus, body .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover, body .vc_btn3.vc_btn3-color-green:focus, body .vc_btn3.vc_btn3-color-green:hover{
	border-radius: 7px;
	border: none;
  color: #FFC107 !important;
  font-weight: bold;
  background-color: #003d59 !important;
}

body .vc_btn3.vc_btn3-color-white, body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  color: #1D1D1B !important;
  background-color: #f7f4f0 !important;
  border-radius: 7px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site{
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 15px
}

header.site-header, main, aside, footer.site-footer{
	float: left;
	width: 100%;
	padding: 25px;
}

	.header-left, .header-right{
		float: left;
		width: 100%;
	}
	
		span.ondertitel{
			float: left;
			width: 100%;
			margin: 15px 0;
			color: #fff;
			font-size: 16px;
			line-height: 1.6;
		}
		
			span.ondertitel i{
				opacity: 0.4;
			}
		
		a.cta-1, a.cta-2{
			display: inline-block;
			margin: 10px 10px 10px 0;
			padding: 8px 17px;
			text-decoration: none;
			font-family: "Poppins", sans-serif;
			font-weight: 400;
			border-radius: 7px;
		}
		
			a.cta-1{
				color: #003d59;
				background: #efc43b;
				border: 2px solid #efc43b;
			}
			
			a.cta-2{
				color: #fff;
				background: none;
				border: 2px solid #fff;
			}
			
			.cta-1 a{
				color: #fff;
				background: none;
				border-color: var(--primary-color);
				  -webkit-animation-name: wiggle;
				  -ms-animation-name: wiggle;
				  -ms-animation-duration: 1000ms;
				  -webkit-animation-duration: 1000ms;
				  -webkit-animation-iteration-count: 1;
				  -ms-animation-iteration-count: 1;
				  -webkit-animation-timing-function: ease-in-out;
				  -ms-animation-timing-function: ease-in-out;
				border: 2px solid #FFC107;
			}
			
				body.page-id-116 a.cta-1{
					display: none;
				}
			
		.wachttijd{
			display: none;
			float: left;
			width: 100%;
			margin: 25px 0 20px;
			color: #fff;
		}
		
			.wachttijd i{
				color: var(--cta-bg-color);
			}

.topper{
	float: left;
	width: 100%;
	margin-top: 5px;
	padding: 5px 30px;
	text-align: right;
	color: var(--cta-color);
}

	.topper i{
		opacity: 0.6;
		margin-top: 3px;
	}

.entry-header{
	float: left;
	margin-top: 35px;
	min-width: 300px;
	padding: 0;
}

header.site-header{
	overflow: hidden;
	position: relative;
	padding: 0 ;
	z-index: 99;
	background: #0c474f url('images/bg-header.jpg') center center fixed;
	background-size: cover;
}

	.home header.site-header{
		position: relative;

	}


	
		.horizontal.element-is-sticky{		
		}
	
		.site-branding{
			float: left;
		}


		
img.trustpilot{
	display: none;
	margin: 15px 0 0 15px;
	max-width: 175px;
}

/*#opties .vc_column-inner .vc_column-inner .wpb_wrapper{
	border-radius: 30px;
	padding: 0 0 10px;
	background: #f7f4f0;
}*/

main{

}

.ms-slide{
	border-radius: 7px;
	overflow: hidden;
}

aside{
	margin-top: 25px;
	background: #f7f4f0;
	border-radius: 12px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

	aside h2{
		margin: 0;
	}

footer.site-footer{
	background: ;
}

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

	main {
		width: 68%;
	}

		.home main, .page-template-template-full main, body.post-type-archive main{
			width: 100%;
		}

	aside{
		width: 30%;
		margin: 25px 2% 0 0;
	}
}

@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}

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

body .grecaptcha-badge{
	display: none !important;
}

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

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

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

.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;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 500;
	color: #0c474f;
	border-radius: 7px;
}

	.main-navigation .current_page_item a,
	.main-navigation .current_page_parent a{
		font-weight: 600;
		color: #FFC107;
		border: 1px solid #fff;
	}
	
		.main-navigation .current_page_parent li a{
			font-weight: normal;
			color: #1D1D1B;
		}
		
			.main-navigation .current_page_parent li.current_page_item a{
				font-weight: bold;
				color: #769A99;
			}

/* Small menu. */

.main-navigation.toggled{
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 9999;
	
}

.menu-toggle,
.main-navigation.toggled ul {
	margin: 5px auto;
	display: block;
	text-align: center;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	
}

.main-navigation.toggled ul{
	overflow: hidden;
	width: 80%;
	padding: 10px 20px 20px;
	background: #fff;
	border-radius: 12px;
}

	.main-navigation.toggled ul li a{
		padding: 15px;
	}
	
		.main-navigation.toggled ul li.cta-1 a{
		}

.menu-toggle{
	position: fixed;
	right: 20px;
	top: 50px;
	padding: 15px 15px;
	border-radius: 100px;
	z-index: 9999;
}

	.menu-toggle i{
		font-size: 24px;
	}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		float: right;
	}
	
	.main-navigation .cta-1{
		float: right;
		margin-left: 15px;
		
	}
	
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* 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: grid;
}

	.custom-logo-link img{
		max-width: 200px;
		margin: 10px 0 15px;
	}

/* 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: 0;
	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;
}

	
		.desktop-header-bg::after{
			
			z-index: -1;
			height: 100%;
			width: 100%;
			content: '';
		}

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

@media screen and (min-width: 768px) {
	
	.desktop-header-bg{
		float: left;
		left: 0;
		top: 0;
		position: absolute;
		height: 100%;
		width: 100%;
		
		z-index: -1;
	}

	
		.home .desktop-header-bg{
			width: 100%;
		}
	
		.home header.site-header{
		
		}
		
	.horizontal{
		float: right;
		padding: 10px;
		background: none;
		border-radius: 7px;
	}
	
		.horizontal.element-is-sticky{
			background: #0c474f;
		}
		
		.horizontal .main-navigation a{
			color: #fff;
		}
	
	strong.phone{
		display: block;
		margin-top: 30px;
	}
	
	.header-left{
		width: 55%;
		padding: 50px 35px 0 0;
	}
	
	.header-right{
		width: 45%;
		margin: 20px 0 0;
		padding: 0;
	}

	h1{
		font-size: 2.2em;
	}
}

/* Footer CTA */
.a12-footer-cta {
  padding: 30px 0;
}

.a12-footer-cta__inner {
  margin: 0 auto;
  padding: 35px;
  background: #003d59;
  border-radius: 20px;
  color: #fff;
}

.a12-footer-cta__title {
  margin: 0 0 18px 0;
  color: #fff;
}

.a12-footer-cta__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: center;
}

.a12-footer-cta__content p {
  margin: 0 0 16px 0;
  color: #fff;
  line-height: 1.6;
}

a.a12-footer-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 7px;
  background: #FFC107;
  border: 1px solid rgba(255,255,255,0.35);
  color: #00373F;
  font-weight: ;
  text-decoration: none;
  transition: all 0.2s ease;
}

.a12-footer-cta__btn:hover {
  transform: translateY(-2px);

}

.a12-footer-cta__media img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.site-info{
	text-align: center;
	font-size: 14px;
}

.a12-footer-logo {
  text-align: center;
  margin: 10px 0;
}

.a12-footer-logo img {
  max-width: 180px;
  height: auto;
  opacity: 0.95;
  transition: all 0.2s ease;
}

.a12-footer-logo img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* Mobiel: onder elkaar en gecentreerd */
@media (max-width: 768px) {
  .a12-footer-cta__inner {
    padding: 20px;
    text-align: center;
  }

  .a12-footer-cta__grid {
    grid-template-columns: 1fr;
  }

  .a12-footer-cta__btn {
    width: 100%;
  }

  .a12-footer-cta__media img {
    height: 200px;
  }
}

/* WPBakery: als animatie blijft hangen → toon alles */
.wpb_animate_when_almost_visible,
.wpb_animate_when_almost_visible * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.vc_row-flex{
	
}

.archive-header{
  margin-bottom: 30px;
}

.archive-title{
  margin: 0;
}

/* 3 kolommen */
.archive-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}

/* card */
.archive-card{
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;

}

.archive-card-link{
  display: block;
  text-decoration: none;
  color: inherit;
}



.archive-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

/* afbeelding */
.archive-card-image img{
	border-radius: 18px;
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* body */
.archive-card-body{
  padding: 16px;
   background: #fff;
}

.archive-card-title{
  margin: 0;
  text-align: center;
 
}

	h4.archive-card-title {
		
	}

.archive-card-excerpt{
  margin-top: 10px;
  opacity: .75;
}

/* responsive */
@media (max-width: 1024px){
  .archive-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .archive-grid{
    grid-template-columns: 1fr;
  }
}

.a12-cpt-tree__price {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(52, 149, 69, 0.12);
  color: #2f963c;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  margin-left: auto;
}