@charset "UTF-8";
.home-icon a {
  content: "";
  background-image: url(../images/home.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  text-indent: -9999px;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.icon-caret-down:before {
  content: "❯";
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 0.25em;
  position: relative;
  top: 0.15em;
}

.home .wp-block-cover .wp-block-cover__background {
  background: linear-gradient(120deg, #172983 60%, transparent 60%);
  background-color: transparent !important;
}
.home .wp-block-cover .wp-block-cover__image-background {
  background-position: 100% -70px !important;
}
@media (max-width: 991.98px) {
  .home .wp-block-cover .wp-block-cover__image-background {
    background-position: 80% 30px !important;
  }
}
@media (max-width: 575.98px) {
  .home .wp-block-cover .wp-block-cover__image-background {
    background-position: 80% 110px !important;
  }
}
.home .wp-block-cover .wp-block-heading.has-heading-large-font-size {
  font-family: var(--main-font);
  line-height: 1em;
  font-size: 3.5rem !important;
  margin-bottom: 0;
}
.home .wp-block-cover p.is-style-default {
  font-size: 1.35rem;
  font-family: var(--heading-font);
  margin-top: 0.5em !important;
  margin-bottom: 3em !important;
}
.home .wp-block-cover .wp-block-button .wp-block-button__link {
  background: linear-gradient(270deg, hsl(76, 72%, 54%) 2.8em, hsl(76, 72%, 44%) 2.8em);
  border-radius: 0px;
  color: #172983;
  font-weight: bold;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.home .wp-block-cover .wp-block-button .wp-block-button__link::after {
  content: "➔";
  margin-left: 2em;
}
.home .wp-block-cover .wp-block-button .wp-block-button__link:hover {
  background: linear-gradient(270deg, hsl(76, 72%, 44%) 2.8em, hsl(76, 72%, 54%) 2.8em);
}
.home #content .main-content {
  margin-bottom: 0;
}

.uu-abc-term-group {
  background: linear-gradient(180deg, hsl(76, 50%, 97%), transparent);
  padding: 5em 0 5em 0;
}
.uu-abc-term-group h3.uu-abc-letter {
  position: relative;
  z-index: 10;
  border-top: 1px solid #ccc;
  padding-top: 0.25em;
  left: 0em;
  top: 2.15em;
  font-size: 1.25em;
  font-family: var(--main-font);
  margin-top: 0;
}
.uu-abc-term-group ul.uu-abc-list.alignnone {
  position: relative;
  z-index: 20;
  padding-left: 3em;
}
.uu-abc-term-group ul.uu-abc-list.alignnone li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.blog .archive-wrapper .post__image a, .archive .archive-wrapper .post__image a {
  width: 100%;
}
.blog .archive-wrapper .post-date, .archive .archive-wrapper .post-date {
  font-size: 80%;
  color: var(--heading-color);
}

.uu-archive-layout-3columns article {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 0;
}

.tax-diersoorten #content .page-header {
  max-width: var(--content-width);
}

@media (max-width: 767.98px) {
  #content .page-header h1 {
    font-size: 20px;
    margin: 1em 0 0 0;
  }
}

.pubdate {
  font-size: 80%;
  color: var(--heading-color);
  margin-bottom: 1em;
}

.with_frm_style .frm_primary_label {
  max-width: 100%;
  font-size: var(--font-size);
  color: var(--label-color);
  font-weight: var(--weight);
  text-align: var(--align);
  padding: var(--label-padding);
  margin: 0;
  width: auto;
  display: block;
}
.with_frm_style .frm_submit.frm_flex {
  justify-content: space-between;
}
.with_frm_style .frm_primary_label {
  font-weight: 600;
}
.with_frm_style .frm_form_field.frm_html_container {
  font-size: 18px;
  color: black;
}
.with_frm_style label {
  line-height: var(--main-font-line-height) !important;
}
.with_frm_style .frm_message, .with_frm_style .frm_success_style {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 3px solid hsl(76, 72%, 44%);
  font-size: 1.25rem;
  padding: 0 0 0 2rem !important;
  font-weight: 500;
}
.with_frm_style .frm_message p, .with_frm_style .frm_success_style p {
  color: hsl(70, 80%, 20%);
  padding-bottom: 1rem !important;
}
.with_frm_style .frm_message .wp-block-button .wp-block-button__link, .with_frm_style .frm_success_style .wp-block-button .wp-block-button__link {
  background: linear-gradient(270deg, hsl(76, 72%, 54%) 2.8em, hsl(76, 72%, 44%) 2.8em);
  border-radius: 0px;
  color: #172983;
  font-weight: bold;
  margin-top: 2em;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.with_frm_style .frm_message .wp-block-button .wp-block-button__link::after, .with_frm_style .frm_success_style .wp-block-button .wp-block-button__link::after {
  content: "➔";
  margin-left: 2em;
}

.with_frm_style .frm_page_num_1 .frm_submit.frm_flex {
  justify-content: flex-end;
}

.frm_other_input {
  margin-top: 10px;
}

.frm_form_field h2 {
  margin-top: 0.5em;
  font-size: 24px;
}

#frm_field_191_container {
  visibility: hidden;
}

.frm_prev_page {
  background: #aaa !important;
  border-color: #555 !important;
}

.ss-list {
  display: none;
}
.ss-list.show {
  display: block;
  height: auto !important;
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 3px solid hsl(10, 80%, 40%);
  color: hsl(10, 80%, 40%);
  font-size: 1.25rem;
  padding: 0 0 0 2rem !important;
  font-weight: 500;
}
.frm_style_formidable-style.with_frm_style .frm_error_style p {
  padding-bottom: 1rem !important;
}

.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_error {
  border-left: 5px solid var(--uu-red);
  background-color: #fcdbe3;
  padding: 1em;
}

.frm_blank_field {
  border: 1px solid var(--uu-red);
  padding: 1em;
}