@charset "UTF-8";
/*!
Theme Name: pro-motion medical    
Author: Glenn Windhouwer
Author URI: https://doserdesign.nl/
Description: Custom theme for Pro-motion Medical       
Version: 1.0.0
Tested up to: 6.1      
Requires PHP: 7.3 
License: GNU General Public License v2 or later  
License URI: LICENSE
Text Domain: BDRC 
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.

Innovatie Fabriek  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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          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: #4169e1;
}
a:visited {
  color: #800080;
}
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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          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: 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}

/*--------------------------------------------------------------
# Custom imports
--------------------------------------------------------------*/
/* =Variables
-------------------------------------------------------------- */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.row-no-padding > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* =Alpha colours
-------------------------------------------------------------- 


body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow:  0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  //background-image: url('../../../wp-content/uploads/2022/07/yellow-pattern.gif');
  //  height: 100px;
    background-color: $primary;
}



/* =Alpha colours
-------------------------------------------------------------- */
/* useage: @include alpha-attribute('background-color', rgba(black, 0.5), white); */
/* =Three colour gradient
-------------------------------------------------------------- */
/* =Border radius
-------------------------------------------------------------- */
/* =Shadow
-------------------------------------------------------------- */
/* =Mixins
---------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Palatino LT W05 Bold";
  src: url("fonts/79cb97f2-dbf8-4f8b-9f10-38c06d4a9dd2.woff2") format("woff2"), url("fonts/4cd535d5-638b-4f1c-b2b4-5be3f6a009a8.woff") format("woff");
}
@font-face {
  font-family: "Palatino LT W05 Bold Italic";
  src: url("fonts/aae56a02-702f-43e4-b14b-56a5446735e9.woff2") format("woff2"), url("fonts/5ef47307-3edb-4739-a8c9-bd4b9ca41a3d.woff") format("woff");
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-animation {
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}

/* =Media queries
-------------------------------------------------------------- */
/* =Image frames
-------------------------------------------------------------- */
.image-box-l {
  width: 100%;
  height: 0px;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.image-box-l img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-l-large {
  width: 100%;
  height: 0px;
  padding-bottom: 75% !important;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.image-box-l-large img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-p {
  width: 100%;
  height: 0px;
  padding-bottom: 125%;
  position: relative;
  overflow: hidden;
}
.image-box-p img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-s {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.image-box-s img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* =Scroll buttons
-------------------------------------------------------------- */
.scroll-top-button {
  position: fixed;
  bottom: 15px;
  right: 2vw;
  z-index: 15;
  font-size: calc(24px + 1vw);
}

.scrollup {
  cursor: pointer;
}
.scrollup img {
  width: 36px;
  height: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.skip-link {
  display: none;
}

.clearfix {
  clear: both;
}

html {
  font-size: 62.5%;
  overflow: visible;
}

html.mm-opened body {
  overflow: scroll !important;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =Typography -------------------------------------------------------------- */
/*----------------------------------------------titles-start*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino LT W05 Bold";
  font-weight: 700;
  color: #F48025;
  margin-bottom: 15px;
}

body .text-content h1, body .text-content h2, body .text-content h3, body .text-content h4, body .text-content h5, body .text-content h6 {
  margin: 0 auto 30px auto;
  font-family: "Palatino LT W05 Bold";
  font-weight: normal;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin-bottom: 5px;
}

h1 {
  font-size: calc(36px + 1.5vw);
  line-height: calc(24px + 1.5vw);
}

h2 {
  font-size: calc(18px + 1vw);
  line-height: calc(21px + 1vw);
}

h3 {
  font-size: calc(12px + 1vw);
  line-height: calc(18px + 1vw);
}

h4 {
  font-size: calc(21px + 1.5vw);
  line-height: calc(24px + 1.5vw);
}

h5 {
  font-size: calc(21px + 1.5vw);
  line-height: calc(24px + 1.5vw);
}

h6 {
  font-size: calc(21px + 1.5vw);
  line-height: calc(24px + 1.5vw);
}

#content .blok-title {
  color: #5C5359;
  text-align: center;
  font-family: "Palatino LT W05 Bold";
  text-transform: uppercase;
  margin-bottom: 30px;
}

blockquote p {
  font-family: "Palatino LT W05 Bold";
  position: relative;
  border-left: solid 3px #42103B;
}
blockquote p:last-child {
  padding-bottom: 0px;
}
blockquote p cite {
  display: block;
  border-left: solid 3px rgb(255, 255, 255);
  z-index: 2;
  margin-left: -28px;
  padding: 25px;
  font-family: "Roboto", sans-serif;
  color: #444343;
}
blockquote p cite:before {
  display: inline-block;
  content: "-";
  color: #444343;
  margin-right: 5px;
}
blockquote p cite a:link, blockquote p cite a:visited {
  color: #444343;
}

/*----------------------------------------------titles-end*/
/*----------------------------------------------links-start*/
.site-main a {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: relative;
}
.site-main a:link, .site-main a:visited {
  text-decoration: none;
  color: #F48025;
  display: inline-block;
  text-decoration: none;
}
.site-main a:hover, .site-main a:active {
  text-decoration: none;
  color: #5C5359;
  text-decoration: underline;
}

.checkbox:has(input:checked) {
  color: #F48025;
}

/*
a{ 
    span{
        display: inline-block;
        width: calc(15px + 1vw);
        height: auto;
        margin-left: 10px;
    }
}*/
/*----------------------------------------------links-end*/
/* =Header Structure
-------------------------------------------------------------- */
.menu-panel {
  display: none !important;
}

.site-header {
  opacity: 1;
  pointer-events: all;
  position: sticky;
  width: 100%;
  height: auto;
  top: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: ease-out 0.3s all;
  transition: ease-out 0.3s all;
  background-color: transparent;
  padding: 30px 15px;
  background: transparent;
}
.site-header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px 0 0 0;
  max-width: 1400px;
}
.site-header.show {
  background-color: rgb(255, 255, 255);
}
.site-header.show .site-branding {
  opacity: 1;
}
.site-header .website-branding {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2em;
  line-height: 1em;
}
.site-header .website-branding .website-subtitle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .website-branding .website-subtitle-wrapper .website-subtitle {
  font-style: italic;
}
.site-header .website-branding .website-subtitle-wrapper .website-border {
  border-bottom: solid 1px #272727;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}

.custom-logo-link {
  width: 100%;
  line-height: 0px;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
  max-width: none;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  font-family: "Palatino LT W05 Bold";
}
.site-branding .site-title {
  font-size: calc(24px + 3vw);
  line-height: calc(30px + 3vw);
  margin-bottom: 0px;
  position: absolute;
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
}
.site-branding .site-title a:link, .site-branding .site-title a:visited {
  color: #F48025;
  text-decoration: none;
}
.site-branding .site-title a:hover, .site-branding .site-title a:active {
  color: #F48025;
  text-decoration: none;
}
.site-branding .site-description {
  color: #F48025;
  margin-bottom: 0px;
  position: absolute;
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
}

.navigation-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0;
}

.header-panel {
  display: block;
  position: fixed;
  width: 100%;
  background-color: #272727;
  top: 0px;
}

.header-widgets {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-widgets .nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-widgets .nav-icons .nav-icon {
  margin-left: 10px;
}
.header-widgets .nav-icons i:hover, .header-widgets .nav-icons i:active {
  color: #5C5359;
  cursor: pointer;
}

.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.header-navigation a:link, .header-navigation a:visited {
  color: #272727;
  padding: 5px 10px;
}
.header-navigation a:hover, .header-navigation a:active {
  color: #5C5359;
}
.header-navigation .menu > li.menu-item-has-children > a {
  pointer-events: none;
}
.header-navigation .menu li {
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-navigation .menu li:last-child {
  border-right: none;
}
.header-navigation .menu li:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navigation .menu .sub-menu {
  padding: 10px 0 5px 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -0.5px;
  background-color: #5C5359;
  font-size: calc(12px + 0.5vw);
  line-height: calc(12px + 0.5vw);
}
.header-navigation .menu .sub-menu li {
  border-right: none;
  border-left: none;
  padding: 5px 5px 5px 10px;
}
.header-navigation #site-navigation {
  margin-top: auto;
  padding: 5px 0 3px 0;
}

.main-navigation ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.menu-panel {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #42103B;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: scroll;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  z-index: 16;
  pointer-events: none;
  overflow: visible;
}
.menu-panel .custom-logo-link {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}
.menu-panel .socials {
  margin: 0 auto;
  padding: 0px;
}
.menu-panel.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}
.menu-panel .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin-bottom: 20px;
}
.menu-panel .menu-page-main-menu-container,
.menu-panel .menu-main-menu-container {
  position: relative;
  z-index: 1;
}
.menu-panel .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-panel .nav-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.menu-panel .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  font-size: calc(18px + 1vw);
  line-height: calc(21px + 1.5vw);
}
@media only screen and (min-width: 768px) {
  .menu-panel .menu {
    margin-top: 0px;
  }
}
.menu-panel .menu > li {
  text-align: center;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .menu-panel .menu > li {
    margin-bottom: 1.5vw;
  }
}
.menu-panel .menu a:link, .menu-panel .menu a:visited {
  color: #272727;
}
.menu-panel .menu a:hover, .menu-panel .menu a:active {
  color: rgb(255, 255, 255);
  background-color: #272727;
}
.menu-panel .menu .sub-menu {
  display: block;
  float: none;
  margin-left: inherit !important;
  margin-left: inherit !important;
  position: relative;
  padding-top: 25px;
  display: none;
}
.menu-panel .menu .sub-menu li {
  margin-bottom: 10px;
}
.menu-panel .menu .sub-menu a {
  width: auto;
}
.menu-panel .menu .sub-menu.show {
  display: block;
}
.menu-panel .menu-close {
  position: absolute;
  top: 25px;
  right: 15px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 9;
  -webkit-filter: invert(100%) sepia(3%) saturate(10%) hue-rotate(52deg) brightness(105%) contrast(103%);
          filter: invert(100%) sepia(3%) saturate(10%) hue-rotate(52deg) brightness(105%) contrast(103%);
}
.menu-panel .menu-close img {
  width: 24px;
  height: auto;
}
.menu-panel .container {
  z-index: 1;
}

.mobile-button {
  position: absolute;
  top: 24px;
  right: 0vw;
  line-height: 0px;
  cursor: pointer;
  width: 24px;
  z-index: 99;
  display: block;
  pointer-events: all;
}
@media only screen and (min-width: 768px) {
  .mobile-button {
    display: none;
  }
}
.mobile-button a:link, .mobile-button a:visited {
  display: block;
}
.mobile-button a:hover, .mobile-button a:active {
  display: block;
}
.mobile-button img {
  width: 100%;
  height: auto;
}

.mobile-close {
  position: absolute;
  top: 24px;
  right: 0vw;
  cursor: pointer;
  color: #5C5359;
}

/*-------------------------------------------- general-start*/
html body {
  font-family: "Roboto", sans-serif;
  color: #5C5359;
  letter-spacing: 0.025em;
  font-size: calc(12px + 0.4vw);
  line-height: calc(16px + 0.8vw);
  margin-bottom: 0px !important;
  position: relative;
}

html#html {
  margin-top: 0px !important;
}

html.theme-wrap,
html.no-js {
  margin-top: 0px !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

p:empty {
  display: none;
}

article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.entry-content {
  margin-top: 0px;
}

article.post,
article.page {
  margin-bottom: 0px;
}

.section-title {
  font-size: clamp(36px, 4vw, 100px);
  line-height: clamp(40px, 4.3vw, 110px);
  font-family: "Palatino LT W05 Bold";
  color: #F48025;
}

.tb-fields-and-text {
  width: 100%;
}

.site {
  position: relative;
}

.site-main {
  position: relative;
  min-height: calc(100vh - 210px);
}
.site-main ul, .site-main ol {
  margin-left: 20px;
  margin-bottom: 30px;
}

article {
  position: relative;
  z-index: 2;
}

p {
  margin-bottom: 30px;
}

.logged-in .menu-close {
  position: absolute;
  top: 86wpx;
}

.site-main {
  opacity: 1;
  -webkit-transition: opacity ease-in 1s;
  transition: opacity ease-in 1s;
}

.fade-out {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

/*------------------ -------------------------- standard elements*/
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-right: 36px;
  margin-bottom: 10px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media only screen and (min-width: 992px) {
  .socials {
    padding-right: 0px;
  }
}
.socials .social {
  display: block;
  margin: 0 5px;
  line-height: 0px;
}
.socials .social img {
  width: auto;
  height: 32px;
}
.socials a:link, .socials a:visited {
  color: rgb(255, 255, 255);
}
.socials a:hover, .socials a:active {
  color: #42103B;
  opacity: 0.6;
}

.modal .modal-content {
  border: none !important;
}
.modal .modal-header {
  border-bottom: none !important;
}
.modal .modal-title {
  font-size: clamp(36px, 4vw, 100px);
  line-height: clamp(40px, 4.3vw, 110px);
  font-family: "Palatino LT W05 Bold";
  text-transform: uppercase;
  width: 50%;
  color: #272727;
}
@media only screen and (min-width: 768px) {
  .modal .modal-title {
    width: 50%;
  }
}

.modal-backdrop {
  background-color: #fff !important;
  opacity: 1 !important;
}

button.close {
  position: fixed !important;
  right: 15px !important;
  top: 30px !important;
  font-size: 48px !important;
  opacity: 1 !important;
  z-index: 5;
}

.scroll-down {
  position: absolute !important;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  font-size: 48px;
  color: #fff !important;
  width: 48px;
  height: 48px;
}
/*-------------------------------------------- header-start*/
.header-widgets {
  margin: 0 -15px;
  padding-right: 15px;
}
.header-widgets .widget {
  margin: 0px;
  padding: 0 15px;
}
.header-widgets .menu {
  list-style-type: none;
  font-family: "Palatino LT W05 Bold";
  font-size: calc(14px + 0.4vw);
  line-height: calc(18px + 0.8vw);
}
.header-widgets .menu a {
  white-space: nowrap;
  text-decoration: none;
}
.header-widgets .menu a:after {
  content: url("images/arrow.svg");
  content: url("images/arrow.svg");
  display: inline-block;
  width: 0.8em;
  -webkit-filter: invert(20%) sepia(65%) saturate(6043%) hue-rotate(294deg) brightness(114%) contrast(126%);
          filter: invert(20%) sepia(65%) saturate(6043%) hue-rotate(294deg) brightness(114%) contrast(126%);
}
.header-widgets .menu a:link, .header-widgets .menu a:visited {
  color: #272727;
}
.header-widgets .menu a:hover, .header-widgets .menu a:active {
  color: #F48025;
}

.widget_search {
  width: 200px;
  border: 1px #707070 solid;
  border-radius: 40px;
  padding: 5px;
  background-color: #F4F5F5;
}
.widget_search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget_search .search-submit {
  opacity: 0;
}
.widget_search .search-button-wrapper {
  width: 30px;
}
.widget_search input[type=text] {
  border: none;
  background-color: transparent;
  font-size: calc(10px + 0.5vw);
  line-height: calc(10px + 0.5vw);
}
.widget_search input[type=text]:-moz-placeholder-shown {
  font-size: calc(10px + 0.5vw);
  line-height: calc(10px + 0.5vw);
  opacity: 0.5;
}
.widget_search input[type=text]:-ms-input-placeholder {
  font-size: calc(10px + 0.5vw);
  line-height: calc(10px + 0.5vw);
  opacity: 0.5;
}
.widget_search input[type=text]:placeholder-shown {
  font-size: calc(10px + 0.5vw);
  line-height: calc(10px + 0.5vw);
  opacity: 0.5;
}
.widget_search input[type=search] {
  background-color: transparent;
  font-size: calc(10px + 0.5vw);
  line-height: calc(10px + 0.5vw);
  height: 40px;
}
.widget_search .search-button-wrapper {
  background-color: transparent;
}
.widget_search .widget_icl_lang_sel_widget {
  width: 70px;
}

body #searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #searchform input[type=text] {
  width: 100%;
}
body #searchform input[type=text]:hover, body #searchform input[type=text]:active, body #searchform input[type=text]:focus-visible {
  border: none !important;
  outline: none !important;
}
body #searchform .search-knop:hover i, body #searchform .search-knop:active i {
  color: #F48025;
  cursor: pointer;
  opacity: 1;
}
body #searchform .search-knop input[type=submit] {
  opacity: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
body #searchform .search-knop i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  opacity: 0.2;
}

/*-------------------------------------------- footer-start*/
.site-footer {
  background-color: #5C5359;
  color: rgb(255, 255, 255);
  background-size: cover;
  font-size: calc(14px + 0.2vw);
  line-height: calc(18px + 0.4vw);
  z-index: 3;
  position: relative;
}
.site-footer .widget-title {
  font-size: calc(18px + 0.2vw);
  line-height: calc(21px + 0.4vw);
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.site-footer .widgets-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0px 0;
  color: rgb(255, 255, 255);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .widgets-wrapper .footer-widgets {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-footer .widgets-wrapper .footer-widgets {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.site-footer .widgets-wrapper .footer-widgets .widget {
  margin-bottom: 0px;
}
.site-footer .widget_nav_menu ul, .site-footer .widget_nav_menu ol {
  list-style-type: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 10em;
}
.site-footer .widget_nav_menu ul li, .site-footer .widget_nav_menu ol li {
  margin-right: 15px;
}
.site-footer a:link, .site-footer a:visited {
  color: rgb(255, 255, 255);
}
.site-footer a:hover, .site-footer a:active {
  color: #F48025;
  text-decoration: underline;
}
.site-footer h1, .site-footer h2, .site-footer h3 {
  color: rgb(255, 255, 255);
}
.site-footer h2 {
  font-size: clamp(36px, 4vw, 100px);
  line-height: clamp(40px, 4.3vw, 110px);
  font-family: "Palatino LT W05 Bold";
  text-transform: uppercase;
}
.site-footer .widget_media_image {
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .site-footer .widget_media_image {
    width: 100px;
  }
}
.site-footer .widget_media_image img {
  width: 100%;
  height: auto;
}
.site-footer .colophon {
  padding: 15px 0;
}
.site-footer .footer-widgets-4 {
  margin-top: 15px;
}

.bg-blauw {
  background-color: #42103B;
  color: #5C5359;
}

.bg-groen {
  background-color: #57c9b0;
}

.bg-rood {
  background-color: #5C5359;
}

.bg-roze {
  background-color: #E84879;
}

.bg-geel {
  background-color: #EAE4D7;
}

.bg-grijs {
  background-color: #34322F;
}

.sections .section {
  position: relative;
  z-index: 0;
}

.section.intro {
  background-color: #FDEADB;
  overflow: hidden;
  text-align: center;
}
.section.intro .inner-wrapper {
  position: relative;
}
.section.intro .inner-wrapper .tekst-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.section.intro .inner-wrapper .background-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  pointer-events: none;
}
.section.intro .inner-wrapper .background-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.section.merken-logos .inner-wrapper .merk-afbeelding {
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}
.section.merken-logos .inner-wrapper .merk-afbeelding:hover, .section.merken-logos .inner-wrapper .merk-afbeelding:active {
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}

.section.merken-archief .inner-wrapper .merk-afbeelding {
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}
.section.merken-archief .inner-wrapper .merk-afbeelding:hover, .section.merken-archief .inner-wrapper .merk-afbeelding:active {
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}

.filter-wrapper {
  display: none;
}

/*
.section.producten-archief{
    padding-bottom: 100px; 
    .form-button{
        font-size: calc(12px + 1vw);
        line-height: calc(16px + 1vw); 
        color: $secondary; 
        cursor: pointer; 
        i{
            transition: all ease-out 0.3s;  
        }
        &.active{
            i{
                transform: rotate(180deg);
            }
        }
    }
    .form-wrapper{
        width: 100%; 
        z-index: 6;  
        padding: 0 0 30px 0;
        margin-bottom: 30px;  
        background-color: $wit; 
    }
    form{  
        //display: none; 
        padding-top: 30px; 
        &.show{
            display: block;
        }
        &:after{
            background-color: $wit; 
            content: ' ';
            width: 100vw; 
            height: 100%;  
            position: absolute;  
            left: 50%; 
            top: 0px; 
            transform: translateX(-50%);
            display: block;
            z-index: -1; 
        }
    }
}  
*/
.section.actueel .actueel-intro {
  background-color: #FDEADB;
  text-align: center;
  padding-bottom: 140px;
  position: relative;
}
.section.actueel .nieuwsberichten {
  margin-top: -200px;
}
.section.actueel .background-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
  height: auto;
  -webkit-transform: translate(-15%, -25%);
          transform: translate(-15%, -25%);
  pointer-events: none;
}
.section.actueel .background-logo img {
  width: 100%;
  height: auto;
}
.section.actueel .nieuwsbericht-teaser-wrapper {
  margin-top: 15px;
}

.producten .product:hover .product-image img, .producten .product:active .product-image img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.producten .product .product-image {
  background-color: #F4F5F5;
  margin-bottom: 15px;
  display: block;
}
.producten .product .product-image img {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.producten .product .product-naam {
  font-family: "Palatino LT W05 Bold";
  color: #42103B;
}
.producten .product .product-naam:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  color: #F48025;
  font-size: 1.5em;
}
.producten .product .product-naam:link, .producten .product .product-naam:visited {
  text-decoration: none;
}
.producten .product .product-naam:hover, .producten .product .product-naam:active {
  text-decoration: none;
  color: #F48025;
}
.producten .product .product-merk {
  display: block;
}
.producten .product .product-merk:link, .producten .product .product-merk:visited {
  text-decoration: none;
  color: #42103B;
}
.producten .product .product-merk:hover, .producten .product .product-merk:active {
  text-decoration: none;
  color: #F48025;
}

.contactpersoon-blok {
  background-color: #FDEADB;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .contactpersoon-blok {
    margin-left: 5vw;
  }
}
.contactpersoon-blok .contactpersoon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactpersoon-blok .contactpersoon-afbeelding {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contactpersoon-blok .contactpersoon-afbeelding .circle {
  border: 1px #F48025 solid;
}
.contactpersoon-blok .contactpersoon-meta {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 0 15px;
}

.documentatielijst-title {
  color: #42103B;
}

.documentatielijst-intro {
  margin-bottom: 30px;
}

.documenten {
  list-style-type: none;
}
.documenten li {
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.documenten li a:link, .documenten li a:visited {
  color: #42103B;
}
.documenten li a:hover, .documenten li a:active {
  color: #F48025;
  text-decoration: none;
}
.documenten li a:hover .document-omschrijving, .documenten li a:active .document-omschrijving {
  color: #F48025;
}
.documenten li:before {
  content: "•";
  font-size: 1.5em;
  position: absolute;
  left: -20px;
}
.documenten .document-omschrijving {
  color: #5C5359;
  font-weight: 400;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.documenten .accordion-button {
  padding-right: 30px;
}
.documenten .button {
  min-width: 150px !important;
}

.archief .filter-inner-wrapper {
  width: 100%;
  max-width: 1280px;
}
.archief .filter-button-wrapper {
  width: 100vw;
  max-width: 1280px;
}
.archief .form-wrapper {
  padding: 15px 15px 15px 15px;
  z-index: 5;
  z-index: 5;
  width: 100vw;
  margin-left: -15px;
  left: 0px;
  position: relative;
}
.archief .form-button {
  font-weight: bold;
  cursor: pointer;
}
.archief .form-group .form-check {
  margin-left: 12px;
}
.archief .form-group .form-check input[type=checkbox] {
  position: relative;
}

.stickit.stuck {
  position: fixed;
  top: 98px;
  background-color: #FDEADB;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .stickit.stuck {
    top: 150px;
  }
}
.stickit.stuck .filter-inner-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}
.stickit.stuck .filter-button-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.documenten .accordion-item {
  border-bottom: solid 1px #F4F5F5;
  padding: 5px 0;
}
.documenten .accordion-item .card-body {
  padding: 10px 0;
}
.documenten .accordion-item .collapsed i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.documenten .accordion-button {
  cursor: pointer;
  font-weight: bold;
}
.documenten .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.documenten .document-link {
  margin-top: 0px;
}
.documenten i {
  color: #F48025;
}

.single-product .product-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(100px, 150px);
  grid-template-columns: 1fr minmax(100px, 150px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.single-product .product-header h2 {
  margin-bottom: 0px;
}
.single-product .product-buttons .button {
  margin-right: 15px;
}
.single-product .product-categorie {
  padding: 15px 0;
}
.single-product .product-categorie a:after {
  display: inline-block;
  content: "|";
  color: #272727;
  padding-left: 5px;
}
.single-product .product-categorie a:last-child:after {
  display: none;
}
.single-product .background-logo {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 450px;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}
.single-product .background-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  z-index: -1;
  position: relative;
}

.archief .relationship-filter-group .form-check,
.checkbox-group .form-check {
  margin-left: 0px;
}
.archief .relationship-filter-group .form-check input[type=checkbox],
.checkbox-group .form-check input[type=checkbox] {
  position: relative;
  margin-top: 0;
  margin-left: 0;
}

.form-wrapper {
  width: 100%;
}
.form-wrapper .form-group > label {
  font-weight: bold;
}
.form-wrapper .searchbar {
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.form-wrapper .searchbar input[type=text] {
  height: 34px;
}
.form-wrapper .searchbar .button {
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .views-template-contact-template .column-text {
    padding-right: 60px;
  }
}
.views-template-contact-template .column-sidebar {
  background-color: #FDEADB;
  padding: 30px;
}
.views-template-contact-template .contact-content-section .background-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 450px;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.views-template-contact-template .contact-content-section .background-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.evenementen .accordion-item {
  border-bottom: solid 1px #707070;
  padding: 15px 0;
}
.evenementen .startdatum {
  color: #F48025;
  font-weight: bold;
  padding-right: 15px;
}
.evenementen .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evenementen .evenement-link {
  margin-left: auto;
}

.single-evenement .event-info {
  color: #F48025;
  font-weight: bold;
}

iframe {
  width: 100%;
}

.map-wrapper {
  line-height: 0px;
}

body .small {
  font-size: inherit !important;
  line-height: inherit !important;
}

.button-bar {
  padding: 30px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body .section .header-slider {
  width: 100%;
}
body .section .header-slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
body .section .header-slider .slide-image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
body .section .header-slider .slide-image-wrapper .image-box-l-large {
  height: 100%;
}
body .section .header-slider .slide-content-wrapper {
  position: absolute;
  z-index: 2;
  padding: 0 15px;
  width: 100%;
  max-width: 1280px;
  padding: 60px 15px;
}
body .section .header-slider .slide-content-inner {
  max-width: 640px;
  width: 100%;
}
body .section .header-slider .slide-title {
  font-size: calc(32px + 3vw);
  line-height: calc(32px + 3vw);
}

.slick-slide {
  margin: 0px;
}

/* the parent */
.slick-list {
  margin: 0 -15px;
}

.slick-dots {
  font-size: 1rem;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

.slick-dots li button:before {
  font-size: 24px !important;
}

.slider-buttons a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
  padding: 10px 25px 8px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 40px;
  margin-bottom: 30px;
}
.slider-buttons a:link, .slider-buttons a:visited {
  color: #42103B;
  background-color: rgb(255, 255, 255);
}
.slider-buttons a:hover, .slider-buttons a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #F48025;
  background-color: rgb(255, 255, 255);
}
.slider-buttons a:first-letter {
  text-transform: capitalize;
}

.slick-current .slide-tekst {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
.slick-arrow.fa-chevron-left {
  left: 0px;
}
.slick-arrow.fa-chevron-right {
  right: 0px;
}

.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
  padding: 10px 25px 8px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border-radius: 25px;
  font-family: "Palatino LT W05 Bold";
  color: rgb(255, 255, 255) !important;
  background-color: #42103B;
}
.button:hover, .button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(255, 255, 255);
  background-color: #5C5359;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.button.groen:link, .button.groen:visited {
  color: rgb(255, 255, 255);
  background-color: #42103B;
}
.button.groen:hover, .button.groen:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(255, 255, 255);
  background-color: #7CAB95;
}
.button.wit:link, .button.wit:visited {
  color: #272727;
  background-color: rgb(255, 255, 255);
}
.button.wit:hover, .button.wit:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(255, 255, 255);
  background-color: #42103B;
}
.button.geel:link, .button.geel:visited {
  color: #272727;
  background-color: #FED700;
}
.button.geel:hover, .button.geel:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(255, 255, 255);
  background-color: #FED700;
}
.button.oranje:link, .button.oranje:visited {
  color: #272727;
  background-color: #E9592D;
}
.button.oranje:hover, .button.oranje:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(255, 255, 255);
  background-color: #E9592D;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 -15px;
}
.flex-wrap > div {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

.grid-wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 5vw;
}
.grid-wrap.two {
  grid-template-columns: repeat(auto-fill, minmax(min(38rem, 50%), 1fr));
}
.grid-wrap.three {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.grid-wrap.four {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.paars {
  color: #42103B;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wp-block-image img {
  -webkit-box-shadow: 8px 8px 0px 0px rgb(0, 132, 155);
  box-shadow: 8px 8px 0px 0px rgb(0, 132, 155);
}
.wp-block-image figcaption {
  color: #F48025;
  margin-left: 10px;
  font-family: "Palatino LT W05 Bold";
  font-size: calc(12px + 0.4vw);
  line-height: calc(18px + 0.8vw);
}

/*------------------------------------------------------ blok-styling ---*/
.center-content {
  text-align: center;
}
.center-content img {
  margin: 0 auto;
}

.circle {
  border-radius: 50%;
  overflow: hidden;
  line-height: 0px;
}

.rounded {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  line-height: 0px;
}

.rounded-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.rounded-bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/*------------------------------------------------------ colours ---*/
.bg-lichtgroen {
  background-color: #E0EDE7;
}
.bg-lichtgroen h1, .bg-lichtgroen h2, .bg-lichtgroen h3, .bg-lichtgroen h4, .bg-lichtgroen h5, .bg-lichtgroen h6 {
  color: #272727;
}

.bg-groen {
  background-color: #57c9b0;
}
.bg-groen h1, .bg-groen h2, .bg-groen h3, .bg-groen h4, .bg-groen h5, .bg-groen h6 {
  color: #272727;
}

.bg-donkergroen {
  background-color: #7CAB95;
}
.bg-donkergroen h1, .bg-donkergroen h2, .bg-donkergroen h3, .bg-donkergroen h4, .bg-donkergroen h5, .bg-donkergroen h6 {
  color: #272727;
}

.bg-oranje {
  background-color: #FDEADB;
}

/*------------------------------------------------------ section-inner ---*/
.inner-wrapper {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 60px 15px 60px 15px;
}
.inner-wrapper.boven {
  padding: 60px 15px 0 15px;
}
.inner-wrapper.onder {
  padding: 0px 15px 60px 15px;
}
.inner-wrapper.beide {
  padding: 60px 15px 60px 15px;
}
.inner-wrapper.geen {
  padding: 0px 15px;
}

.inner-wrapper-large {
  max-width: 89.75em !important;
  margin: 0 auto;
  padding: 60px 15px 60px 15px;
}
.inner-wrapper-large.boven {
  padding: 60px 15px 0 15px;
}
.inner-wrapper-large.onder {
  padding: 0px 15px 60px 15px;
}
.inner-wrapper-large.beide {
  padding: 60px 15px 60px 15px;
}
.inner-wrapper-large.geen {
  padding: 0px 15px;
}

.padding-boven {
  padding: 60px 0px 0 0px;
}

.padding-onder {
  padding: 0px 0px 60px 0px;
}

.padding-beide {
  padding: 60px 0px 60px 0px;
}

.padding-geen {
  padding: 0px 0px;
}

/*------------------------------------------------------ columns ---*/
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns.small .column-1 {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .columns.small .column-1 {
    width: 50%;
  }
}
.columns.small .column-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns.small .column-2 {
    width: 50%;
  }
}
.columns.medium .column-1 {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .columns.medium .column-1 {
    width: 66.6666666667%;
  }
}
.columns.medium .column-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns.medium .column-2 {
    width: 33.3333333333%;
  }
}
.columns.large .column-1 {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .columns.large .column-1 {
    width: 75%;
  }
}
.columns.large .column-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns.large .column-2 {
    width: 25%;
  }
}

body #searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #searchform input[type=text] {
  width: 100%;
}
body #searchform input[type=text]:hover, body #searchform input[type=text]:active, body #searchform input[type=text]:focus-visible {
  border: none !important;
  outline: none !important;
}
body #searchform .search-knop {
  width: 20px;
  height: 20px;
  padding: 5px 0;
}
body #searchform .search-knop:hover i, body #searchform .search-knop:active i {
  color: #F48025;
  cursor: pointer;
}
body #searchform .search-knop input[type=submit] {
  opacity: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
body #searchform .search-knop i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

form.wpv-filter-form {
  font-family: "Roboto", sans-serif;
}
form.wpv-filter-form .wpv-reset-trigger {
  margin-right: 10px;
}
form.wpv-filter-form .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .checkbox-wrapper {
    width: 50%;
    min-width: 50%;
  }
}
form.wpv-filter-form .searchbar-wrapper {
  max-width: 536px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .searchbar-wrapper {
    width: 50%;
    min-width: 50%;
  }
}
form.wpv-filter-form .searchbar-wrapper .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.wpv-filter-form .searchbar-wrapper input[type=submit] {
  width: 155px;
  height: 36px;
  border: solid 1px #42103B;
  color: #FDEADB;
}
form.wpv-filter-form .searchbar-wrapper input[type=text] {
  width: calc(100% - 155px);
  padding: 0px 20px 0 40px;
  height: 36px;
  border: solid 1px #42103B;
  border-radius: 0px;
  color: #FDEADB;
}
form.wpv-filter-form .searchbar-wrapper .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}
form.wpv-filter-form .filterbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .filterbar {
    margin: 30px auto 0 auto;
  }
}
form.wpv-filter-form .filterbar.blog-filterbar {
  padding: 0px;
  max-width: none;
}
form.wpv-filter-form .form-group > label {
  font-weight: bold;
}
form.wpv-filter-form .form-group input[type=radio],
form.wpv-filter-form .form-group input[type=checkbox] {
  margin-right: 5px;
}
form.wpv-filter-form .form-group .form-check {
  padding: 0px;
  margin-right: 10px;
  border-bottom: solid 1px transparent;
}
form.wpv-filter-form .form-group .form-check label {
  color: #272727;
  cursor: pointer;
}
form.wpv-filter-form .form-group .form-check label:hover, form.wpv-filter-form .form-group .form-check label:active {
  color: #F48025;
}
form.wpv-filter-form .form-group input[type=checkbox]:checked + label,
form.wpv-filter-form .form-group input[type=radio]:checked + label {
  color: #272727;
}
form.wpv-filter-form .form-group .selected {
  color: #F48025;
  border-bottom: solid 1px #F48025;
}
form.wpv-filter-form .form-group .selected label:hover, form.wpv-filter-form .form-group .selected label:active {
  color: #F48025 !important;
}
form.wpv-filter-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
form.wpv-filter-form .filter-label {
  margin-right: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px transparent;
  font-family: "Palatino LT W05 Bold";
}

.filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.filter-bar .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.checkbox-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

label.selected {
  color: rgb(255, 255, 255) !important;
}

p:empty {
  display: none;
}

p:blank {
  padding-bottom: 0px;
}

.stick-it {
  position: sticky !important;
  top: 200px;
}

body .with_frm_style .frm_form_field.frm_html_container {
  margin-bottom: 0px;
}