/*----------------------------------------------------------------------------------------------------------
Theme Name: 	komt dat zien 2024 template
Theme URI:
Description: 	Custom made thema wijstudio
Version: 		1.0
Author: 		Wijstudio - Edwin Slothouber
Author URI: 	http://wijstudio.nl
----------------------------------------------------------------------------------------------------------
14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)
----------------------------------------------------------------------------------------------------------*/
/* 400 en 700 */
@import "css/normalize.css";
@import "css/simplegrid-swell.css";

:root {
	--bc-body-bg-color: #c7ebfc; /*#e4f3eb;*/
  --bc-body-text-color: #0b3420;
  --bc-header-bg-color: #fff;
  --bc-header-text-color: #0b3420;
  --bc-header-link-color: #0b3420;
  --bc-header-link-hover-color: #73a88e;
  --bc-header-link-active-color: #73a88e;
  --bc-header-link-visited-color: #0b3420;
  --bc-header-link-hover-bg-color: #73a88e;
  --bc-header-link-active-bg-color: #73a88e;
  --bc-header-link-visited-bg-color: #0b3420;

  /* buttons */
  --bc-button-bg-color: #e4f3eb;
  --bc-button-text-color: #73a88e;
  --bc-button-border-color: #73a88e;
  --bc-button-hover-bg-color: #0b3420;
  --bc-button-hover-text-color: #fff;
  --bc-button-hover-border-color: #0b3420;
  --bc-button-border-radius: 50px;
  --bc-button-padding: 6px 25px;
  --bc-button-font-size: 1rem;
  --bc-button-font-weight: 400;
  --bc-button-font-family: pauline, sans-serif;
  --bc-button-line-height: 1.5em;
  --bc-button-text-transform: none;
  --bc-button-text-decoration: none;
  --bc-button-text-shadow: none;
  --bc-button-box-shadow: none;
	
	/* radiobuttons */
	--bc-radio-accent-color: #97d0b2;
  

  /* scrollbar */
  --bc-scrollbar-track-bg-color: #fff;
  --bc-scrollbar-thumb-bg-color: #73a88e;
  --bc-scrollbar-width: 12px;
  --bc-scrollbar-height: 12px;
  --bc-selection-bg-color: #73a88e;
  --bc-selection-text-color: #fff;

  /* inhoud */
  --bc-inhoud-bg-color: #fff; /* #e4f3eb; */
  --bc-inhoud-text-color: #0b3420;
  --bc-inhoud-padding: 0px 0px 50px 0px;


}


/* aanpassingen voor 2024 layout */

.inhoud { /* zet een balk aan bijde kanten van de inhoud */
 /* border-left: clamp(min(38px, 52px), max(6.5vw, 10vw), max(70px, 97px)) solid var(--bc-body-bg-color);*/ /*aanpassing slider 5/12/24*/
	border-left: clamp(min(38px, 52px), max(6.5vw, 10vw), max(70px, 74px)) solid var(--bc-body-bg-color); 
  border-right: clamp(min(38px, 52px), max(6.5vw, 10vw), max(70px, 74px)) solid var(--bc-body-bg-color);  /*97*/
	/* padding: 0 1.5rem !important; *//* aanpassing slider 2025 */
	 padding: 1.5rem 1.5rem 0 1.5rem !important;
}
@media handheld, only screen and (min-width: 200px) and (max-width: 767px) {
  .inhoud { /* zet een balk aan bijde kanten van de inhoud */
    border-left: clamp(min(38px, 40px), max(8.5vw, 10.5vw), 99px) solid var(--bc-body-bg-color);
    border-right: clamp(min(38px, 40px), max(8.5vw, 10.5vw), 99px) solid var(--bc-body-bg-color);
  }
}
@media handheld, only screen and (min-width: 768px) and (max-width: 990px) {
  .inhoud { /* zet een balk aan bijde kanten van de inhoud */
    border-left: clamp(52px, 8.5vw, 97px) solid var(--bc-body-bg-color); 
    border-right: clamp(52px, 8.5vw, 97px) solid var(--bc-body-bg-color); 
  }
}
@media handheld, only screen and (min-width: 991px) and (max-width: 1420px) {
  .inhoud { /* zet een balk aan bijde kanten van de inhoud */
    border-left: clamp(52px, min(6.5vw, 8.5vw), 97px) solid var(--bc-body-bg-color); 
    border-right: clamp(52px, min(6.5vw, 8.5vw), 97px) solid var(--bc-body-bg-color); 
  }
}
.row {
  padding-top:0px !important;
	/*max-width: none !important;*/
}
.contentspacer {
  z-index: 0; 
  margin-top: -40px !important;
}
.beeld { 
  z-index: 2;
}
ul li::marker {
  /*color: var(--bc-radio-accent-color);*/
}
ul li::marker {
  color: var(--bc-radio-accent-color);
}

/* excel search button */
/* dit button is het zoekbutton naast de inputveld 'Naam' */
.excel-search-button { 
  background-color: var(--bc-button-bg-color);
  border-top: 1px solid var(--bc-button-border-color) !important;
  border-bottom: 1px solid var(--bc-button-border-color) !important;
}
.excel-search-button svg { 
  color: var(--bc-button-text-color);
}

/* vfb aanpassingen */
.vfbp-form .btn {
  padding: 6px 25px; 
  border-radius: 50px;
}
.vfbp-form .vfb-form-control {
  border-radius: 25px !important;
  border: 1px solid var(--bc-button-border-color) !important;
}

:target {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

html, body {
  width: 100%;
  margin: 0px;
  padding: 0;
  background-color: var(--bc-body-bg-color);
/*	-webkit-background-color:  var(--bc-body-bg-color);*/
}

body {
  font-size: 1rem;
  font-weight: 400;
  font-family: pauline, sans-serif;
  line-height: 1.5em;
  font-style: normal;
  color: #0b3420;
  margin: 0px;
}

.beeld {
 /* background-color: #e4f3eb;*/
}
.beeld .beeldcontainer {
  /* text-align: center; */
}
@media (max-width: 900px) {
  .beeld .beeldcontainer {
  /*  padding: 20px;*/
  }
}
.beeld img {
  display: block;
}
.beeld .rode-button {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 900px) {
  .beeld .rode-button {
    display: none;
  }
}
.beeld .button1 {
  left: -130px;
  z-index: 9999;
}
.beeld .button2 {
  position: absolute;
  right: 20px;
}

header {
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9998;
  background-color: var(--bc-header-bg-color) !important;
	background-color: #fff !important;
}
header .row {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: visible;
}
header .row #logo {
  display: inline-block;
  float: left;
  position: relative;
  left: 20px;
  top: 15px; /* 0px */
  z-index: 999;
  height: 90px;
  padding: 0px 0;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
header .row #logo img {
  display: inline-block;
  position: relative;
  height: 80%; /* 100% */
  width: auto;
}
header .row .menu {
  padding-left: 150px;
  padding-top: 20px;
  position: relative;
  margin: 0px 0px 0 0px;
  text-align: right;
}
header .row .menu > li {
  display: inline-block;
  padding: 5px 10px;
  list-style: none;
}
header .row .menu > li.current_page_item a, header .row .menu > li.current-menu-item a, header .row .menu > li.current-menu-ancestor a {
  border-bottom: 5px solid #73a88e;
}
header .row .menu > li a {
  position: relative;
  -webkit-transition: color 0.3s, line-height 0.3s ease;
  transition: color 0.3s, line-height 0.3s ease;
  display: block;
  text-align: center;
  width: 100%;
  text-align: center;
  color: #0b3420;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: pauline, sans-serif;
  line-height: 1.2em;
  font-style: normal;
  font-size: 30px !important;
}
header .row .menu > li a:hover {
  color: #73a88e;
}
header .row .menu > li:hover a {
  color: #73a88e;
}

#menuMobileToggle {
  display: none;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 9998;
  width: 40px;
  height: 31px;
  color: #73a88e;
  border: 0px solid #000;
}
#menuMobileToggle hr {
  margin: 14px 0 0 0;
  padding: 0;
  border: 0px solid transparent;
  border-top: 2px solid #73a88e;
}
#menuMobileToggle:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #73a88e;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
#menuMobileToggle:after {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #73a88e;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
#menuMobileToggle.toggled:before {
  top: 14px;
}
#menuMobileToggle.toggled:after {
  bottom: 15px;
}

/* ------------------------------------------------ < naar hamburger --- */
@media screen and (max-width: 780px) {
  header .row ul#hoofdmenu li {
    text-align: right;
  }
  header .row ul#hoofdmenu li a {
    text-align: right;
  }
  #xmenuMobileToggle {
    display: block;
  }
}

/* scrollbar */
::-webkit-scrollbar {
  width: var(--bc-scrollbar-width);
  height: var(--bc-scrollbar-height);
}

::-webkit-scrollbar-track {
  background: var(--bc-scrollbar-track-bg-color);
}

::-webkit-scrollbar-thumb {
  background: var(--bc-scrollbar-thumb-bg-color);
}

::-moz-selection {
  background: var(--bc-selection-bg-color); /* WebKit/Blink Browsers */
  color: var(--bc-selection-text-color);
}

::selection {
  background: var(--bc-selection-bg-color);; /* WebKit/Blink Browsers */
  color: var(--bc-selection-text-color);
}

::-moz-selection {
  background: var(--bc-selection-bg-color);; /* Gecko Browsers */
  color: var(--bc-selection-text-color);
}

*:focus {
  outline: 0 !important;
}

.fixed {
  position: fixed;
  top: 0px !important;
}

div, p {
  position: relative;
  margin: 0;
}

img {
  max-width: 100% !important;
  height: auto;
  border: 0px solid #73a88e;
  vertical-align: top;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption {
  max-width: 100% !important;
}

.wp-caption-text {
  color: #6b6b6b;
}

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

a {
  position: relative;
  color: #73a88e;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a.button {
  display: inline-block;
  background-color: #F1ECE5;
  border-radius: 9999px;
  color: #73a88e;
  padding: 6px 35px 6px 20px;
}
a.button:after {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: absolute;
  top: 6px;
  right: 15px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 600;
  font-size: 20px;
  color: #73a88e;
}
a.button:hover:after {
  right: 10px;
}

.contentspacer {
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 100px;
}
.contentspacer background {
  size: cover;
  position: center center;
  repeat: no-repeat;
}
.contentspacer .sint {
  height: 30%;
}
.contentspacer .row .col-small-12 > img {
  width: 100%;
  height: auto;
}
.contentspacer .row .col-small-12 .inhoud {
/*  background-color: var(--bc-inhoud-bg-color);*/
	background-color: var(--bc-inhoud-bg-color);
  padding: var(--bc-inhoud-padding); /* 50px 30px 50px 30px; */
	margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: pauline, sans-serif;
  line-height: 1.25em;
  font-style: normal;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sticker1 {
  position: absolute;
  left: -140px;
  top: -100px;
  width: 240px;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/button1.svg);
}
.sticker1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.sticker2 {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 110px;
  height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/button2.svg);
}

@media (max-width: 1024px) {
  .sticker1 {
    display: none;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #73a88e;
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: normal;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: pauline, sans-serif;
  line-height: 1.5em;
  font-style: normal;
  text-align: center;
}

h1 {
  font-size: 2.125rem;
  font-weight: 700;
  font-family: pauline, sans-serif;
  line-height: 1em;
  font-style: normal;
}

h2 {
  font-size: 1.625rem;
  font-weight: 700;
  font-family: pauline, sans-serif;
  line-height: 1.5em;
  font-style: normal;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: pauline, sans-serif;
  line-height: 1.5em;
  font-style: normal;
}

hr {
  margin: 30px 0;
  border: 0px solid #fff;
  border-bottom: 1px solid #73a88e;
}
hr.kleur1 {
  border-bottom: 4px solid #73a88e;
}

ul {
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 20px;
}
.onderschrift {
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: pauline, sans-serif;
  line-height: 1.7647058824em;
  font-style: normal;
}

.groot {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: pauline, sans-serif;
  line-height: 1.075em;
  font-style: normal;
}

.asterix {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 1em;
  font-style: normal;
}

label {
  display: block;
}

input[type=textarea] input[type=text] {
  width: 100%;
  color: #73a88e important;
  background-color: #fff important;
  border: 1px solid #fff important;
  margin: 5px 0 5px 0;
  padding: 2px 5px;
  border-radius: 0px;
}

input[type=submit] {
  width: auto;
  border: 1px solid #fff;
  background-color: #73a88e;
  color: #73a88e;
  float: right;
  margin-bottom: 30px;
}

b, strong {
  font-weight: 700;
}
b .onderschrift, strong .onderschrift {
  font-weight: 700;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

table {
  width: 100%;
}
table tr:nth-child(even) {
  background: #efefef;
}
table tr td {
  padding: 5px 10px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.zoekformulier {
  margin-bottom: 40px;
}
.zoekformulier label.screen-reader-text {
  display: none;
}

a.leesverder {
  display: block;
  font-weight: 900;
}
/** aanpassingen voor komt dat zien 2024 layout **/
.page-template-tekeningencaroussel_2024 {
 /* background-color: #1A6424;*/
	min-height: 100vh;
}
.page-template-tekeningencaroussel_2024 .row {
  margin: 0 auto !important;
}
.melding {
	position: absolute;
    right: 0px;
    top: 20px;
    width: 100%;
    text-align: center;
}
.vfb-excel-required-asterisk{
	vertical-align: top;
    width: 2em;
}
.vfb-excel-required-help {
	    text-align: left;
    vertical-align: top;
    color: #a94442 !important;
}
.vfb-excel-privacy {
	font-size: 1.3125rem;
    font-weight: 400;
    font-family: pauline, sans-serif;
    line-height: 1em;
    font-style: normal;
	margin-bottom: -20px;
}

/*  end 2024 **/

body.page-template-registraties {
  background-color: #fff;
  color: #000;
  font-family: "arial" !important;
  font-size: 12px;
  width: 3000px !important;
}
body.page-template-registraties .inhoud {
  padding: 20px;
}
body.page-template-registraties table {
  padding: 10px;
}
body.page-template-registraties table tr {
  background-color: #fff !important;
  color: #000 !important;
  padding: 10px;
}
body.page-template-registraties table tr td {
  padding: 10px !important;
  white-space: normal;
}
body.page-template-registraties table tr td:nth-child(4) {
  max-width: 200px;
}
body.page-template-registraties .vfb-row {
  margin: 0px !important;
}
body.page-template-registraties .vfb-col-12 {
  width: auto !important;
}

/* ========================================================================= footer ======== */
#footer {
  width: 100%;
  background-color: #000;
  color: #fff;
}
#footer .row {
  padding-top: 50px;
}
#footer img {
  max-width: 100%;
  height: auto;
}
#footer .kolom {
  padding-bottom: 50px;
}
@media (max-width: 64em) {
  #footer .linkerkolom {
    text-align: center;
  }
}
#footer a.button {
  background-color: #fff;
}

/* ========================================================================= diversen ======== */
.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.trans {
  background-color: transparent;
}

.radius {
  border-radius: 10px;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.clearfix:after {
  zoom: 1;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.paddingL0 {
  padding-left: 0px;
}

.marginT10 {
  margin-top: 10px;
}

.beeld100prc {
  max-width: 100%;
}

.beeld100prc img {
  width: 100%;
  height: auto;
}

/* ========================================================================= media query 820px ======== */
@media handheld, only screen and (min-width: 768px) and (max-width: 990px) {
  .page-template-home .cff-wrapper .cff-date,
  .page-template-index-breed .cff-wrapper .cff-date {
    font-size: 20px !important;
    padding-left: 90px !important;
  }
  .page-template-home .cff-wrapper .cff-date .dag,
  .page-template-index-breed .cff-wrapper .cff-date .dag {
    font-size: 3rem;
    top: 15px;
  }
}
/* ========================================================================= media query 768px ======== */
@media handheld, only screen and (max-width: 768px) {
  .responsiveslider .slide .caption {
    padding: 10px 10px 10px 0;
    font-size: 0.75em;
    max-height: 50px;
    overflow: hidden;
  }
}
[class*=vfb-col] {
  float: none;
  clear: both;
  padding: 0;
}

.vfbp-form {
  margin: 0;
  width: 100%;
}
.vfbp-form .btn {
  background-color: #73a88e;
}
.vfbp-form label {
  font-size: 1.3125rem;
  font-weight: 400;
  font-family: pauline, sans-serif;
  line-height: 1em;
  font-style: normal;
}

.vfb-clearfix {
  display: none;
}

.vfbp-form .vfb-radio label, .vfbp-form .vfb-checkbox label {
  padding-left: 20px;
}

.vfbp-form .btn-primary {
  border: 0px solid transparent;
  display: block;
  margin: 0 auto;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: pauline, sans-serif;
  line-height: 1.5em;
  font-style: normal;
}

.vfb-radio input {
  width: auto;
}

.vfb-radio input[type=radio] {
  accent-color: var(--bc-radio-accent-color);
}

.vfb-checkbox input[type=checkbox] {
  display: inline-block;
}

.vfb-col-4 {
  float: left;
  clear: none;
  width: 33%;
  padding: 0 20px 0 0;
}
.vfb-help-block {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: pauline, sans-serif;
  line-height: 1.25em;
  font-style: italic;
  font-size: 17px !important;
  color: #73a88e !important;
}

.vfbp-form .file-preview {
  border: 0px solid transparent;
}

.vfb-required-asterisk {
  font-family: arial;
  font-weight: bold;
  font-size: 24px;
}

.file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.file-input .file-preview {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.file-input .btn-file {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vfbp-form .vfb-form-control {
  color: #73a88e !important;
  background-color: #fff !important;
  /* border: 0px solid #fff !important; */
  /* border-radius: 0px !important; */
}

.btn-file {
  background-color: #fff !important;
  color: #F1ECE5 !important;
  font-size: 80px !important;
  line-height: 50px !important;
  padding-right: 20px !important;
}
.btn-file i {
  display: block;
  color: #73a88e !important;
  font-size: 40px;
  cursor: pointer;
}

.file-preview-frame img {
  width: 100% !important;
  height: auto !important;
}

.vfbp-form .file-preview-frame {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px solid transparent;
  background-color: #fff;
}

.vfbp-form .vfb-form-control {
  font-size: 21px !important;
  color: #000 !important;
}

.vfbp-form .vfb-close {
  font-size: 30px !important;
}

.parsley-required {
  background-color: #73a88e;
  color: #fff;
}

#vfbField9 .vfb-control-label {
  display: none;
}

.vfb-form-group {
  /*margin-bottom: 0px !important;*/
}
.vfb-form-group input[type=text], .vfb-form-group textarea {
  margin-bottom: 15px;
}

.file-preview-status {
  display: none !important;
}
#vfb-field-33 {
	width: 20% !important; /* zorgt dat field 33 bij registratie kleiner is dan de label */
}

/*********************** Bridycom ******************/
/** Home **/
:where(figure) {
    margin: 0 0 1em !important;
}

