@charset "UTF-8";
:root {
  --diepgroen: #1E2A26;
  --zandbeige: #EDE7E0;
  --terracotta: #A35C3E;
  --witbeige: #F9F7F4;
  --font-main: 'Futura Cyrillic Light', 'Futura', sans-serif; }

::selection {
  color: #FFF;
  background: #69707a; }

body {
  font-family: "futura-100-cyrillic", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-top: 0;
  background-color: rgb(var(--bs-secondary-rgb));
  color: rgb(var(--bs-primary-rgb));
  /* Stijl voor de video zelf */
  /* Zorg ervoor dat de content van de header (tekst, etc.) boven de video blijft */
  /* Optioneel: Pas de donkere overlay aan (als u deze wilt behouden) */ }
  body h1, body h2, body h3, body h4 {
    font-weight: 100 !important;
    text-transform: uppercase;
    color: rgb(var(--bs-secondary-rgb)); }
  body h4 {
    margin-top: 2rem; }
  body .bg-grijs h1, body .bg-grijs h2, body .bg-grijs h3, body .bg-grijs h4 {
    font-weight: 100 !important;
    text-transform: uppercase;
    color: rgb(var(--bs-primary-rgb)); }
  body .navbar-toggler:focus {
    box-shadow: none; }
  body .bg-gradient {
    background-image: linear-gradient(to bottom, rgba(var(--bs-primary-rgb), 1), rgba(var(--bs-primary-rgb), 0)) !important; }
    body .bg-gradient .nav-link {
      color: rgb(var(--bs-secondary-rgb)); }
  body.scroll-from-top {
    /*.bg-gradient{
    	background:none;
    	background-color:rgb(var(--bs-primary-rgb));
    }*/ }
  body .footer-main-nav .nav-link {
    color: rgb(var(--bs-secondary-rgb)); }
  body .navbar-collapse .nav-item {
    color: rgb(var(--bs-secondary-rgb)); }
    body .navbar-collapse .nav-item.dropdown {
      position: static; }
  body .navbar-collapse .dropdown .dropdown-menu-fullwidth {
    width: 100vw;
    left: 0;
    background-color: #fdf5ea;
    top: 100% !important;
    padding: 3rem 0; }
  body .navbar-brand .img-fluid {
    transition: 0.3s;
    max-width: 200px; }
  body .headerHome {
    overflow: hidden; }
  body .page-header-ui-content {
    min-height: calc(35vh); }
  body .header-video {
    position: absolute;
    top: 50%;
    left: 50%;
    /* Transformeer om de video exact in het midden te centreren */
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /* Zorgt ervoor dat de video de volledige container vult zonder vervorming */
    object-fit: cover;
    /* Zorg ervoor dat de video achter de content blijft */
    z-index: 0; }
  body .page-header-ui-content,
  body .overlay {
    position: relative;
    z-index: 1;
    /* Hoger dan de video (z-index: 0) */ }
  body .overlay:before {
    /* behoud de bestaande overlay stijlen als u ze wilt */ }
  body .page-header-ui {
    padding-top: 20rem; }
    body .page-header-ui .col-lg-6 {
      background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.0551) 0%, rgba(var(--bs-primary-rgb), 0.551) 20%, rgba(var(--bs-primary-rgb), 0.011) 100%);
      background: none; }
    body .page-header-ui h1 {
      word-break: break-word;
      font-weight: light;
      text-transform: uppercase;
      letter-spacing: normal;
      font-size: 3.5rem !important;
      color: #FFF; }
    body .page-header-ui p {
      font-size: 2.15rem !important;
      color: #FFF !important; }
  body:not(.scroll-from-top) .navbar-marketing {
    transition: 0.5s;
    /*background-color:transparent !important;*/
    z-index: -1; }
    body:not(.scroll-from-top) .navbar-marketing #header-logo {
      transition: 0.5s;
      height: 75px; }
  body.scroll-from-top .navbar-marketing {
    transition: 0.5s;
    z-index: -1; }
    body.scroll-from-top .navbar-marketing #header-logo {
      height: 50px;
      transition: 0.5s; }
    body.scroll-from-top .navbar-marketing .navbar-nav {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
  body.scroll-from-top .navbar-brand .img-fluid {
    max-width: 130px; }

.top-bar.bg-primary a {
  margin-left: 0;
  margin-right: 15px;
  text-transform: uppercase; }
  .top-bar.bg-primary a.icon-list-social-link {
    margin-left: 15px;
    margin-right: 0; }

.btn-primary {
  border: 1px solid rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
  color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
  background-color: transparent;
  font-size: 110%;
  font-weight: 300; }
  .btn-primary:hover {
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
    border-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
    color: #FFF; }

.bg-primary, .text-light {
  color: rgb(var(--bs-secondary-rgb)); }
  .bg-primary .btn-primary, .text-light .btn-primary {
    border: 1px solid #FFF;
    color: #FFF;
    background-color: transparent; }
    .bg-primary .btn-primary:hover, .text-light .btn-primary:hover {
      background-color: #FFF;
      color: rgb(var(--bs-primary-rgb)); }

.bg-primary a {
  color: var(--zandbeige); }

.bg-melwit {
  background-color: #FFF9F7; }

.bg-wit {
  background-color: #FFF; }

.bg-zwart {
  background-color: #000000; }

.bg-bordeaux {
  background-color: #9E2B31; }

.bg-oranje {
  background-color: #DC5A00; }

.bg-zalm {
  background-color: #E6976E; }

.bg-geel {
  background-color: #FBCD43; }

.bg-blauw {
  background-color: #002653; }

.bg-groen {
  background-color: #376A25; }

.bg-lichtgroen {
  background-color: #81A26A; }

.overlay-70:before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3)); }

.cta-picture-frame .cta-picture {
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0; }
.cta-picture-frame .cta-frame {
  --bs-bg-opacity:0.9;
  border-radius: 2rem; }
  .cta-picture-frame .cta-frame p {
    color: #FFF; }

.gallery-tiles {
  cursor: pointer; }

section:not(.cta-picture-frame) h2 {
  font-weight: bold; }
section:not(.cta-picture-frame) .btn-primary {
  border: none;
  color: #46472f;
  position: relative; }
  section:not(.cta-picture-frame) .btn-primary:before, section:not(.cta-picture-frame) .btn-primary:after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: 1s;
    background-color: rgb(var(--bs-secondary-rgb)); }
  section:not(.cta-picture-frame) .btn-primary:before {
    opacity: 0.7; }
  section:not(.cta-picture-frame) .btn-primary:after {
    max-width: 0;
    background-color: rgb(var(--bs-primary-rgb)); }
  section:not(.cta-picture-frame) .btn-primary:hover {
    background-color: transparent; }
    section:not(.cta-picture-frame) .btn-primary:hover:after {
      max-width: 100%; }

#layoutDefault_footer {
  overflow: hidden;
  position: relative;
  background-image: url("../afbeeldingen/liereman/img-9927.jpg");
  background-size: cover;
  background-position: center 60%; }
  #layoutDefault_footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(var(--bs-primary-rgb));
    opacity: 0.8; }
  #layoutDefault_footer footer {
    border-top: 1px solid rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
    color: rgb(var(--bs-secondary-rgb));
    position: relative;
    z-index: 2; }
    #layoutDefault_footer footer a {
      color: rgb(var(--bs-secondary-rgb)); }
    #layoutDefault_footer footer .footer-icon {
      width: 30px;
      display: inline-block; }
    #layoutDefault_footer footer .footer-brand img {
      max-height: 90px;
      max-width: 100%; }

.footer-nav-mobile {
  position: fixed;
  z-index: 1020;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgb(var(--bs-secondary-rgb));
  background-color: rgb(var(--bs-primary-rgb));
  justify-content: space-evenly; }
  .footer-nav-mobile a, .footer-nav-mobile .navbar-toggler {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    line-height: 1.1rem;
    color: rgb(var(--bs-secondary-rgb));
    border: none; }
  .footer-nav-mobile .nav-titel {
    font-size: 0.75rem;
    display: block;
    text-transform: uppercase; }

h1 {
  font-size: 3rem;
  font-weight: 300; }

h2 {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  /*text-transform: uppercase;*/ }

h3 {
  font-size: 1.5rem;
  font-weight: bold; }

a {
  text-decoration: underline; }

#layoutDefault_footer a,
.navbar-collapse a {
  text-decoration: none; }

section p, section li {
  font-size: 1.2rem;
  font-weight: 300; }
  section p strong, section li strong {
    font-weight: 700;
    /*color:#FFF;
    background-color:rgb(var(--bs-primary-rgb));*/ }

.bg-primary p strong {
  /*color:rgb(var(--bs-primary-rgb));
  background-color:#FFF;*/ }

.aanbod-container-link {
  text-align: center;
  text-decoration: none;
  color: #FFF;
  margin-top: 2rem; }
  .aanbod-container-link:hover {
    text-decoration: none; }
    .aanbod-container-link:hover .aanbod-icoon {
      color: #FFF; }
  .aanbod-container-link .aanbod-item-container {
    overflow: hidden;
    color: #FFF;
    position: relative;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center; }
    .aanbod-container-link .aanbod-item-container .overzicht-details h2, .aanbod-container-link .aanbod-item-container .overzicht-details .btn-primary {
      color: #FFF; }
    .aanbod-container-link .aanbod-item-container .aanbod-content {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 30px;
      padding-top: 50px; }
      .aanbod-container-link .aanbod-item-container .aanbod-content:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        z-index: -1; }

.project a {
  cursor: pointer; }

.random_st {
  margin: 2rem 0; }

/*boekingen en prijzen | update Toni*/
/* RECHTS (De Groene Kaart) */
.summary-card {
  background: var(--diepgroen);
  color: white;
  padding: 50px;
  border-radius: 4px;
  position: sticky;
  top: 40px;
  /* SECTIE 2: VERTROUWEN */
  /* SECTIE 3: INCLUSIEF & PRIJZEN */ }
  .summary-card .policy-box {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 40px;
    font-size: 0.95em;
    border-left: 4px solid var(--terracotta); }
  .summary-card .policy-box strong {
    color: var(--terracotta);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px; }
  .summary-card .inclusive-list h2 {
    color: var(--terracotta);
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .summary-card .inclusive-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0; }
  .summary-card .inclusive-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 0.95em; }
  .summary-card .inclusive-list li::before {
    content: "✓";
    color: var(--terracotta);
    font-weight: bold; }
  .summary-card .price-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px; }
  .summary-card .price-section h2 {
    color: var(--terracotta);
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .summary-card .price-block {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .summary-card .price-block:last-child {
    border-bottom: none; }
  .summary-card .price-title {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    color: var(--zandbeige); }
  .summary-card .price-detail {
    font-size: 0.7em;
    opacity: 0.7; }
  .summary-card .price-value {
    font-size: 1.6em;
    font-weight: 300; }

.smoobu-booking-tool-container {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #C6C6C6;
  margin-bottom: 2rem; }

@media (max-width: 1100px) {
  .booking-grid {
    grid-template-columns: 1fr; }

  .summary-card {
    position: static; } }
@media (min-width: 992px) {
  .random_st {
    padding: 4%;
    margin-top: 100px;
    margin-bottom: 120px; }

  .random_st:nth-child(2n+2) {
    padding: 8%; }

  .random_st:nth-child(2) {
    margin-top: 0px;
    margin-bottom: 120px;
    padding: 8%; }

  .random_st:nth-child(3) {
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 4%; }

  .random_st:nth-child(4) {
    margin-top: 60px;
    margin-bottom: 90px;
    padding: 6%; }

  .random_st:nth-child(5) {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 7%; }

  .random_st:nth-child(6) {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 6%; }

  .random_st:nth-child(7) {
    margin-top: 0px;
    margin-bottom: 120px;
    padding: 8%; }

  .random_st:nth-child(8) {
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 4%; }

  .random_st:nth-child(9) {
    margin-top: 60px;
    margin-bottom: 90px;
    padding: 6%; }

  .random_st:nth-child(10) {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 10%; }

  .random_st:nth-child(11) {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 6%; }

  .random_st:nth-child(12) {
    margin-top: 0px;
    margin-bottom: 120px;
    padding: 8%; }

  .random_st:nth-child(13) {
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 4%; }

  .random_st:nth-child(14) {
    margin-top: 60px;
    margin-bottom: 90px;
    padding: 6%; }

  .random_st:nth-child(15) {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 10%; }

  .random_st:nth-child(16) {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 6%; }

  .random_st:nth-child(17) {
    margin-top: 0px;
    margin-bottom: 120px;
    padding: 8%; }

  .random_st:nth-child(18) {
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 4%; }

  .random_st:nth-child(19) {
    margin-top: 60px;
    margin-bottom: 90px;
    padding: 6%; }

  .random_st:nth-child(20) {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 10%; }

  .random_st:nth-child(21) {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 6%; }

  .random_st:nth-child(22) {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 10%; }

  .random_st:nth-child(23) {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 6%; }

  .random_st:nth-child(24) {
    margin-top: 0px;
    margin-bottom: 120px;
    padding: 8%; }

  .random_st:nth-child(25) {
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 4%; }

  .random_st:nth-child(26) {
    margin-top: 60px;
    margin-bottom: 90px;
    padding: 6%; }

  .random_st:nth-child(27) {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 10%; }

  .random_st:nth-child(28) {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 6%; }

  .random_st:nth-child(29) {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 10%; }

  .random_st:nth-child(30) {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 6%; }

  .random_st:nth-child(31) {
    margin-top: 0px;
    margin-bottom: 120px;
    padding: 8%; }

  .random_st:nth-child(32) {
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 4%; }

  .random_st:nth-child(33) {
    margin-top: 60px;
    margin-bottom: 90px;
    padding: 6%; }

  .random_st:nth-child(34) {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 10%; }

  .random_st:nth-child(35) {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 6%; } }
.image_fade {
  max-width: 100%; }

.center-container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.main-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  max-width: 1300px;
  width: 95%;
  margin-bottom: 60px;
  line-height: 1; }

/* LIJST MET ITEMS */
.details-list {
  background: rgba(255, 255, 255, 0.4);
  padding: 30px;
  border-radius: 4px;
  overflow-y: auto;
  max-height: 850px; }

.category {
  margin-bottom: 25px; }

.category-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 1px solid var(--diepgroen);
  padding-bottom: 5px;
  margin-bottom: 10px; }

.item {
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
  font-size: 0.95em; }

.item:hover {
  background: var(--witbeige); }

.item.active {
  background: var(--diepgroen);
  color: white; }

/* PLATTEGROND EN BOLLEN */
.map-container {
  position: sticky;
  top: 20px;
  background: white;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }

.map-wrapper {
  position: relative;
  width: 100%; }

.map-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 2px; }

/* De Bollen */
.dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--zandbeige);
  /* Initieel beige */
  border: 2px solid var(--diepgroen);
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 10; }

.dot:hover, .dot.active {
  background-color: var(--terracotta);
  /* Kleur bij selectie */
  border-color: white;
  transform: translate(-50%, -50%) scale(1.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

@media (max-width: 1000px) {
  .main-container {
    grid-template-columns: 1fr; }

  .map-container {
    position: relative;
    top: 0; } }
@media (max-width: 992px) {
  body .navbar-collapse .dropdown .dropdown-menu-fullwidth {
    background-color: transparent;
    padding: 1rem;
    border-left: 5px solid rgba(var(--bs-primary-rgb), 1);
    box-shadow: none; }
  body .page-header-ui-content {
    min-height: calc(100vh - 237px); }

  body .page-header-ui .col-lg-6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 97%; }

  .page-header-ui .page-header-ui-content h1.page-header-ui-title {
    font-size: 2.5rem !important; }
  .page-header-ui .page-header-ui-content p.page-header-ui-text {
    font-size: 1.85rem !important; } }
@media (max-width: 786px) {
  body {
    font-size: 16px; }

  .cta-picture-frame .cta-picture {
    width: 100%; }

  #layoutDefault_footer {
    padding-bottom: 55px; }
    #layoutDefault_footer .px-5 {
      padding: 0 1rem !important; }

  h1 {
    font-size: 2.2rem; }

  h2 {
    font-size: 1.7rem; }

  h3 {
    font-size: 1.4rem; }

  .p-4 {
    padding: 1.25rem !important; }

  body:not(.scroll-from-top) .navbar-marketing #header-logo {
    height: 55px; }

  body .page-header-ui {
    padding-top: 6rem;
    padding-bottom: 0; }

  .nav-item .nav-link {
    padding: 1.5rem 1rem; }
  .nav-item:after {
    content: '';
    display: block;
    width: 50px;
    left: 50%;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    transform: translateX(-50%); } }
.navbar-marketing {
  /*
  &:before,&:after{
  	content:'';
  	display:block;
  	width:100%;
  	background-color:$rood;
  	position:absolute;
  	left:0;
  }
  
  &:before{
  	bottom:-2px;
  	height:2px;
  }
  
  &:after{
  	bottom:-10px;
  	height:4px;
  }
  */ }
  .navbar-marketing .nav-item .nav-link, .navbar-marketing .nav-item .dropdown-toggle {
    position: relative;
    font-weight: 300 !important;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 1px; }
    .navbar-marketing .nav-item .nav-link:before, .navbar-marketing .nav-item .dropdown-toggle:before {
      content: '';
      display: block;
      position: absolute;
      height: 4px;
      width: 0%;
      bottom: 0;
      left: 0;
      transition: 1s;
      background-color: rgb(var(--bs-secondary-rgb)); }
    .navbar-marketing .nav-item .nav-link:hover:before, .navbar-marketing .nav-item .dropdown-toggle:hover:before {
      width: 100%; }
  .navbar-marketing .nav-item.active .nav-link:before {
    width: 100%; }

.subnav-inline-container {
  position: sticky;
  top: 200px;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
  color: #FFF;
  padding: 20px;
  border-radius: 30px; }
  .subnav-inline-container .anker-item.anker-h2 {
    padding-left: 5px; }
    .subnav-inline-container .anker-item.anker-h2 a {
      color: #FFF; }
  .subnav-inline-container .anker-item.anker-h3 {
    padding-left: 20px; }
    .subnav-inline-container .anker-item.anker-h3 a {
      color: #FFF; }

.bg-afbeelding {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 200px; }

.fullwidth-nomargin .container, .fullwidth-nomargin .container-fluid {
  padding: 0 !important; }
  .fullwidth-nomargin .container .row, .fullwidth-nomargin .container-fluid .row {
    padding: 0;
    margin: 0; }
    .fullwidth-nomargin .container .row .col-12, .fullwidth-nomargin .container-fluid .row .col-12 {
      padding: 10% !important; }
      .fullwidth-nomargin .container .row .col-12:has(> .bg-afbeelding), .fullwidth-nomargin .container-fluid .row .col-12:has(> .bg-afbeelding) {
        padding: 0 !important; }
      .fullwidth-nomargin .container .row .col-12 .bg-afbeelding, .fullwidth-nomargin .container-fluid .row .col-12 .bg-afbeelding {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        min-height: 200px; }

.simplesearch-search-form input#search {
  line-height: 32px;
  border: none;
  outline: none;
  padding: 0 10px;
  opacity: 0.2;
  transition: 0.3s;
  border-radius: 15px; }
  .simplesearch-search-form input#search:focus {
    opacity: 1; }
.simplesearch-search-form .btn-zoekformulier {
  background: transparent;
  border: none; }

.card-body h5, .card-footer h5 {
  color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)); }
.card-body div, .card-footer div {
  color: #354535;
  text-align: center; }
.card-body .card-text i, .card-footer .card-text i {
  margin-left: 5px;
  margin-right: 5px; }

.list-unstyled .icon-list-social-link {
  margin-right: 15px; }

.cookie-card {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1300; }
  .cookie-card .card-body {
    position: absolute;
    max-height: 100%;
    z-index: 2;
    bottom: 50%;
    right: 50%;
    width: 100%;
    text-align: center;
    max-width: 700px;
    padding: 10px;
    -ms-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%); }

.rounded-image {
  mask-image: url(../afbeeldingen/logo/image-mask.svg);
  mask-repeat: no-repeat;
  mask-position: center; }
