/*!
Theme Name: Onbeperkt op stap
Theme URI: onbeperktopstap.nl
Author: Studio Piranha
Author URI: https://www.studiopiranha.com/
Description: Description
Version: 1.0.0
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onbeperkt-op-stap
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


:root {
	--color-dark-blue: #181349;
	--color-vivid-blue: #4275BD;
	--color-mid-blue: #97C3FF;
	--color-light-blue: #DCE3F4;
	--color-red: #F05F4B;
	--color-green: #69D1A9;
	--color-paragraph: #000;
}


body,
html,
p,
div,
span,
a,
li,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Kumbh Sans', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-optical-sizing: auto;
	line-height: 1.6em;
}

p {
	color: var(--color-paragraph);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700 !important;

}

h2.section_titel {
	color: var(--color-dark-blue);
	margin-bottom: 30px;
}

a {
	text-decoration: none !important;
	color: inherit;
}

/*********** Main settings ************/
.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

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

@media all and (min-width:1500px) {
	.container {
		max-width: 1500px !important;
	}
}

@media (max-width: 767.98px) {
	.container {
		max-width: calc(100% - 20px) !important;
	}
}



.background_dark_blue {
	background: var(--color-dark-blue);
	color: #fff;
}

.background_dark_blue p {
	color: #fff;
}

.background_red {
	background: var(--color-red);
	color: var(--color-dark-blue);
}

.background_red p,
.background_licht_blauw p,
.background_green p {
	color: var(--color-dark-blue);
}

.background_licht_blauw {
	background: var(--color-light-blue);
	color: var(--color-dark-blue);
}

.background_green {
	background: var(--color-green);
	color: var(--color-dark-blue);
}

.mobilevisible {
	display:none;
}
@media all and (max-width:768px) {
	.mobilehide {
		display:none;
	}
	.mobilevisible {
		display:inline-block;
	}
}

/*********** Header ************/

#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0px;
	z-index: 99999;
}

.admin-bar #masthead {
	top: 32px;
}

#masthead>.container>.row {
	background: #fff;
	border-radius: 50px;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#masthead>.container>.row .site-branding img {
	max-width: 250px;
}

#masthead .mobile-nav {
	display: none;
}

@media all and (min-width:768px) {
	.menu-toggle {
		display: none !important;
	}

}

@media all and (max-width:768px) {
	#masthead .container {
		max-width: 100% !important;
	}

	#masthead>.container>.row {
		border-radius: 0px;
		padding-top:20px;
	}

	#masthead .primary-nav,
	#masthead .secondary-nav {
		display: none;
	}

	#masthead .mobile-nav {
		display: block;
	}
	#masthead{ padding:0px;}
}

/*********** Header menu's ************/

#masthead ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

#masthead ul>li>a {
	color: var(--color-paragraph);
	padding: 9px 10px;
}

#masthead ul>li.current-menu-item>a,
#masthead ul#primary-menu>li>a:hover,
#masthead ul#primary-menu>li>a:focus-visible {
	color: var(--color-dark-blue);
	border-bottom: 2px solid var(--color-red);
	outline: 0px;
}

#masthead #secondary-navigation ul>li>a:focus-visible,
#masthead #secondary-navigation ul>li>a:hover {
	color: var(--color-red);
	outline: 0px;
}

#masthead ul#primary-menu {
	justify-content: center;
}

#masthead .secondary-menu {
	justify-content: flex-end;
}



@media all and (max-width:768px) {
	#menu-toggle-mobile {
		color: var(--color-dark-blue)
	}
	.mobile-menu-slideout.is-visible {
		height: 110dvh;
		bottom: 0;
		opacity: 1;
		pointer-events:auto;
		padding-bottom:10dvh;
	}

	.mobile-menu-slideout {
		height: 10vh;
		top:0px;
		opacity: 0;
		position: fixed;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 9998;
		transition: opacity 0.3s ease-in-out;
		transition-delay: 300ms;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		pointer-events:none;
	}

	#menu-toggle-mobile {
		background: none;
		border: 0px;
		font-size: 30px;
		padding: 5px;
		text-align: Center;
		width: 55px;
		float: right;
	}

	#menu-toggle-mobile:focus-visible {
		outline: none;
		box-shadow: 0 0 0 .25rem rgba(240, 98, 87, .35);
	}

	.menu-close {
		position: absolute;
		top: 1rem;
		right: 1rem;
		background: none;
		border: none;
		cursor: pointer;
		font-size: 30px;
		width: 55px;
		padding: 5px;
	}

	#masthead ul#primary-menu {
		padding-top: 80px;
		display: flex;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#masthead ul#primary-menu>li {
		flex: 0 0 100%;
		text-align: center;
	}

	#masthead ul#primary-menu>li>a {
		font-size: 20px;
		display: block;
	}

	#masthead ul.secondary-menu {
		align-self: flex-end;
		display: flex;
		flex-wrap: wrap;
		flex: 0 0 100%;
		padding-bottom: 40px;

	}

	#masthead ul.secondary-menu>li {
		flex: 0 0 100%;
		text-align: center;
	}

	#masthead ul.secondary-menu>li>a {
		display: block;
	}
}

/*********** Footer ************/

#footer {
	padding-top: 70px;
}

#footer .widget-area {
	padding-bottom: 40px;
}

#footer .widget-area .custom-logo {
	max-width: 350px;
}

#footer .widget-area .widget-title {
	font-size: 20px;
	color: var(--color-dark-blue)
}

#footer .widget-area ul {
	list-style: none;
	padding: 0px;
}

#footer .widget-area ul li a {
	color: var(--color-paragraph);
}

#footer .widget-area p a {
	color: var(--color-paragraph);
	text-decoration: underline !important
}

.sub-footer {
	background: var(--color-light-blue);
	padding-top: 10px;
	padding-bottom: 10px;
}

.sub-footer p {
	margin-bottom: 0px;
}

.sub-footer .footer-links {
	text-align: right;
}

.sub-footer .footer-links a {
	color: var(--color-dark-blue);
	margin-left: 10px;
}

.sub-footer .footer-links a:hover,
.sub-footer .footer-links a:focus-visible {
	color: var(--color-red);
	margin-left: 10px;
}

@media all and (max-width:768px) {
	#footer .widget-area .custom-logo {
		max-width: 250px;
		margin-left: -19px;
		margin-bottom: 20px;
	}

}

/*********** accesability ************/

.skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus,
.skip-link:focus-visible {
	position: static;
	width: auto;
	height: auto;
	padding: .5rem .75rem;
	background: #fff;
	outline: 2px solid;
	z-index: 1000;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid;
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}



.submenu-toggle {
	border: 0;
	background: transparent;
	padding: .25rem .5rem;
	cursor: pointer;
}

.submenu-toggle-icon {
	display: inline-block;
	font-weight: 700;
	line-height: 1;
}


/*********/
.contentPerBeperking {
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	list-style: none;
}

.contentPerBeperking li {
	position: relative;
}

.contentPerBeperking li i {
	position: absolute;
	top: 0;
	left: 0;
}

.contentPerBeperking li i.red {
	color: #F05F4B;
}

.contentPerBeperking li i.green {
	color: #009C60;
}



/**************** Buttons ******************/

.main-btn {
	padding: 10px 20px 10px 30px;
	border-radius: 30px;
	display: inline-block;
	border: none;
}

.main-btn:after {
	margin-left: 5px;
	content: "\f138";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blue-btn {
	background: var(--color-mid-blue);
	color: var(--color-dark-blue);
	transition: all 0.3s ease-in-out;
}

.blue-btn:hover,
.blue-btn:focus-visible {
	background: var(--color-dark-blue);
	color: #fff;
}

/**************** search results ******************/
.search-wrap {
	position: relative;
    z-index: 9999;
}
#va-search-results {
	position: absolute;
	top: 67px;
    background: #fff;
    left: 15px;
    right: 15px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
	z-index:9999;
}
.va-search-group {
	padding: 0px 20px;
}
.va-search-group:first-child {
	padding-top:20px;
}
.va-search-group:last-child {
	padding-bottom:20px;
}
.va-search-group-title {
	font-weight: bold;
}
.va-search-option {
	display:block;
	background:none;
	border:0px;
	padding:10px;
	width:100%;
	text-align:left;
}
.va-search-option:hover, .va-search-option:focus-visible {
	background:var(--color-light-blue);
}

/**************** accordion ******************/

.accordion {
	max-width: 100%;
	border-radius: var(--radius);
	background-color: #fff;
}

.accordion-item {
	margin-bottom: 10px;
	border-radius: 5px !important;
	border: 1px solid #dee2e6 !important;
}

/* Header */
.accordion-header {
	margin: 0;
}

.accordion-trigger {
	/* reset button defaults */
	all: unset;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-align: left;
	cursor: pointer;
	color: var(--color-dark-blue);
	font-size: 20px;
	font-weight: 700;
	padding: 1rem 1rem 6px 1.25rem;
	line-height: 1.4;
	transition: padding-bottom 0.3s ease;
}

.accordion-trigger[aria-expanded="true"] {
	padding-bottom: 10px;
}

.accordion-trigger:hover,
.accordion-trigger:focus-visible {
	color: var(--color-red);
}

.accordion-trigger:focus-visible {
	outline: 3px solid var(--color-red);
	outline-offset: 2px;
	border-radius: 3px;
}

/* Icoontje (chevron) */
.accordion-icon {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	margin-left: 1rem;
	border: 2px solid currentColor;
	border-left: 0;
	border-top: 0;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}

/* gedraaide pijl bij open state */
.accordion-item[data-open="true"] .accordion-icon {
	transform: rotate(225deg);
	/* pijl naar boven */
}


/* Panel (inhoud) */
.accordion-panel {
	box-sizing: border-box;
	padding: 0px 1.25rem 10px 1.25rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--color-paragraph);

	/* animatie */
	overflow: hidden;
	height: auto;
	/* wordt door JS dynamisch gezet */
	transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.accordion-panel.is-collapsed {
	visibility: hidden;
	pointer-events: none;
}

.accordion-panel.no-transition {
	transition: none !important;
}

.accordion-panel p {
	margin: 0 0 1rem 0;
}

.accordion-panel p:last-child {
	margin-bottom: 0;
}

/* Visually hidden utility (voor eventueel extra uitleg) */
.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	white-space: nowrap;
}





/*******************************/
.checkbox-wrapper  {
	margin-bottom:10px;
	min-width:100%;
}
  .checkbox-wrapper *,
  .checkbox-wrapper *:after,
  .checkbox-wrapper *:before {
    box-sizing: border-box;
  }

  .checkbox-wrapper .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-wrapper .checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    color: #2260ff;
  }
  .checkbox-wrapper .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
  }
  .checkbox-wrapper .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper .checkbox-input:checked + .checkbox-tile .checkbox-label,
  .checkbox-wrapper .checkbox-input:checked + .checkbox-tile .checkbox-icon svg path{
    color: #2260ff;
	 fill: #2260ff !important;
  }
  .checkbox-wrapper .checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
  }
  .checkbox-wrapper .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper .checkbox-tile {
    display: flex;
    align-items: center;
	gap: 20px;
	padding:3px;
	padding-left:50px;
    width: 100%;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
	top: calc(50% - 10px);
    left: 15px;
    opacity: 1;
    transform: scale(1);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-wrapper .checkbox-tile:hover {
    border-color: #2260ff;
  }
  .checkbox-wrapper .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
	font-size:30px;
  }
  .checkbox-wrapper .checkbox-icon svg {
    width: 30px;
    height: 30px;
	vertical-align: -3px;
  }

  .checkbox-wrapper .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
	line-height: 1.3em;
  }





    @supports (-webkit-appearance: none) or (-moz-appearance: none) {
		.checkbox-wrapper-normal  {
			margin-bottom:3px;
		}
    .checkbox-wrapper-normal input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-normal input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-normal input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-normal input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-normal input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-normal input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-normal input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-normal input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-normal input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper-normal input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-normal input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-normal input[type=checkbox] + label {
      display: inline-block;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper-normal input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-normal input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-normal input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper-normal * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-normal *:before,
  .checkbox-wrapper-normal *:after {
    box-sizing: inherit;
  }