main .region-content p a{
text-decoration: none!important;
color: #B85B73!important;
}
main .region-content p a:hover{
  text-decoration: underline!important;
  color: #B85B73!important;
  }
 


.navbar-brand a.site-title {
  font-size: 6vh;
  top: 5px;
}
.navbar-brand a.site-title:hover {
  color: white;
  filter: brightness(0.9);
}

ul.classic-nav {
  padding: 0px;
}

.classic-nav li{
    list-style: none;
}
.classic-nav li a:hover{
    background-color: #fff;
    color:#B85B73;
}

.navbar-nav .nav-link:hover, 
.navbar-nav .nav-link.active {
    background-color: #fff;
    color:#B85B73;
    text-decoration: none;
  }



.info-btn {
    background-color: white !important;
    color: #333 !important; 
    padding: 10px 25px !important;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-decoration: none!important;
  }
  
  .info-btn:hover {
    background-color: #8DB8DE !important;
    color: white !important;
    text-decoration: none;
  }
  .pink .info-btn:hover {
    background-color: #B85B73 !important;
    color: white !important;
    text-decoration: none;
  }
  .nav-link {
    text-decoration: none !important;
  }


  .path-frontpage .pink a,
  .path-frontpage .blue a
  {
    color: white !important;
    text-decoration: underline!important;
  }
  .path-frontpage .pink a.btn,
  .path-frontpage .blue a.btn
  {
    color: black !important;
    text-decoration: none !important;
}
  
  .path-frontpage .pink a:hover,
  .path-frontpage  .blue a:hover
  {
    color: white !important;
    text-decoration: underline!important;
  }

  .path-frontpage .pink .nav-item  a{
    background: none !important;
    text-decoration: none !important;
  } 
  .path-frontpage .pink .nav-item  a:hover{
    text-decoration: none;
    background:white!important;
    color: #b85b73!important;
  } 




  .pink a:hover,
  .blue a:hover
  {
    color:white;
    text-decoration: underline;
  }

  .webform-button--submit {
    background-color: #B85B73 !important;
    border: none !important;
}
#block-bbmargo-sub-webform{
  max-width: 700px;
  width: 100%;
}

#mc-newsletters li{
  list-style: none;
  padding: 5px;
  margin-bottom: 9px;
  max-width: 30vw;
}
#mc-newsletters li a{
  color:#B85B73;
}
main .region-content{
width: 100%;
}

  table {
    min-width: 300px;
    width: 80%;
    margin:
      auto;
    padding:
      49px;
  }
  /*****tabelopmaak*/
  table-wrap {
    max-width: 100%;
    overflow-x: auto;
  }
  
  .table-calm {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    color: #1f2937;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 10px;
  }
  
  .table-calm thead th {
    background: #8DB8DE; /* blauw */
    color: #111827;
    text-align: left;
    font-weight: 600;
    padding: 10px 14px;
    border-bottom: 2px solid #B85B73; /* roze */
    position: sticky;
    top: 0;
  }
  
  .table-calm th:first-child {
    border-top-left-radius: 2px;
  }
  .table-calm th:last-child {
    border-top-right-radius: 2px;
  }
  
  .table-calm tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(31, 41, 55, 0.08);
    vertical-align: top;
  }
  
  .table-calm tbody tr:nth-child(even) {
    background: rgba(141, 184, 222, 0.12); /* zacht blauw */
  }
  
  .table-calm tbody tr:hover {
    background: rgba(184, 91, 115, 0.10); /* zacht roze */
  }
  
  .table-calm caption {
    caption-side: top;
    padding: 8px 0 12px;
    color: #6b7280;
    font-size: 0.9rem;
  }
  
  .table-calm .tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #B85B73; /* roze */
    color: #fff;
    font-size: 0.8rem;
  }
  /*****einde tabelopmaak*/
  .paragraph--type--ept-text {
    margin-top: 50px;
  }
  
  
  
  .path-frontpage .region-content {
    position: relative;
    top: 0px;
  }
  
  .region-content {
    position: relative;
    top: 50px;
  }
  .field--name-field-media-image img {
    float:right;
    max-width: 490px;
    width: 100%;
  }
.field--name-field-media-image{
  width:100%;
}

.newsletter-form {
  max-width: 400px;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.btn{
  font-size: 1rem!important;
  border-radius: 0px!important;
  padding: .6rem .8rem !important;
  width: 80%!important;

}

.blue .info-btn:hover {
  filter: brightness(0.9);
}

.pink .info-btn:hover {
  filter: brightness(0.9);

}


.newsletter-form input,
.newsletter-form button {
  padding: .6rem .8rem;
  font-size: 1rem;
}
.newsletter-form button {
  cursor: pointer;
  background: white;
  color: black;
  border: none;
}
.newsletter-form button:hover {
  filter: brightness(0.9);
}

.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: none!important;
}

#scrollTopBtn i{

}
#scrollTopBtn i {
  color:#B85B73;
  font-size: 80px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.navbar-toggler-icon{
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
 
  background-size: 100%;
  position: fixed;
  right: 25px;
  top: 10px;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22 M4 15h22 M4 23h22'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
}

.navbar-toggler {
  border: none!important;
}

@media (max-width: 576px) {
  .block:not(.block-system-main-block),
  .field--name-field-afbeelding,
  .paragraph,
  #block-bbmargo-sub-content   {
    padding-left: 15px;
    padding-right: 15px;
  }
  #block-bbmargo-sub-webform,
  .node__content {
    margin-bottom: 100px!important;
  }

  h2 {
    font-family: 'JennaSue', cursive;
    font-size: 3rem !important;
  }

  .navbar-brand a.site-title {
    font-size: 4vh;
    top: 5px;
  }

  .navbar-nav .nav-link.active {
    background-color: #fff;
    color: #B85B73;
    text-decoration: none;
    padding-left: 7px;
  }
ul.navbar-nav{
  margin-top: 40px;
}
  /* 2. Submit-knop full width */
  #block-bbmargo-sub-webform .webform-button--submit {
    width: 100% !important;
    display: block;
  }
}

@media (max-width: 767px) {
  .container {
    /* styling voor telefoons */
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      margin-right: 10px!important;
  }
}
 
 
 