/*--------Algemeen---------*/
body.authenticated-user .hide-authenticated-user {
  display: none;
}
body.anonymous-user .hide-anonymous-user {
  display: none;
}
.text-align-center {
  text-align: center;
}
/*----------Links----------*/
a:link, a:visited {
  color: #00f;
} 
a:hover, a:active {
  color: #fdd000;
}
/*----------Header----------*/
header {
  background-color: #132e52;
  border-bottom: 5px solid #fdd000;
}
header.hide-navbar {
  transform: translateY(calc(-100% + 5px)) !important;
}
header .container .header-nav-top .login p, header .container .header-nav-top .login p a {
  color: #ccc;
}
.sf-menu a:link, .sf-menu a:visited {
  color: #fffff2;
}
.sf-menu a:hover, .sf-menu a:active {
  color: #fdd000;
  background-color:  #0c1c32;
  transition: all .25s ease-in;
}
.sf-menu>li>a:hover, .sf-menu>li>a:active {
  border-radius: 10px 10px 0 0;
}
.sf-menu>li { /*--links hoofdmenu--*/
  border-bottom: 0;
}
.sf-menu>li>ul { /*--1e submenu--*/
  border-top: 4px solid #fdd000;
  border-bottom: 1px solid #fdd000;
  left: auto;
  right: 0;
}
.sf-menu ul { /*--alle submenu's--*/
  border-bottom: 1px solid #fdd000;
}
.sf-menu ul li { /*--links submenu's--*/
  background-color: #132e52;
  border-left: 1px solid #fdd000;
  border-right: 1px solid #fdd000;
  border-top: 1px solid #fdd000;
  border-bottom: 0;
}
.sf-menu ul li:hover, .sf-menu ul li:active, .sf-menu ul li:focus {
  background-color: #132e52;
}
.sf-menu>li>ul a:link, .sf-menu>li>ul a:visited {
  background-color: #132e52;
  color: #fffff2;
}
.sf-menu>li>ul a:hover, .sf-menu>li>ul a:active {
  background-color: #0c1c32;
  color: #fdd000;
  transition: all .25s ease-in;
}
.header-nav .fa, .header-nav button {
  color: #fffff2;
}
.header-nav .fa:hover, .header-nav .fa:active, .header-nav button:hover,  .header-nav button:active {
  color: #fdd000;
  background-color: #0c1c32;
  border-radius: 10px;
  transition: all .25s ease-in;
}
@media (max-width: 991px) {
    header a:hover, header a:active, .sf-menu li ul a:hover, .sf-menu li ul a:active {
        border-radius: 10px !important;
    }
    header .sf-menu .has-submenu.is-active>ul {
        background-color: #132e52;
    }
    header ul.sf-menu li.active a {
        color: #fffff2;
    }
    header ul.sf-menu li.active a:hover, header ul.sf-menu li.active a:active {
        color: #fdd000;
    }
}
.top-mobile .login a {
  color: #fdd000;
}
.top-mobile .login a:hover {
  background-color: #0c1c32;
  transition: all .25s ease-in;
}
@media screen {
  .sf-menu>li>ul ul { /*--2e submenu--*/
  top: -1px;}
}
/*----------Body----------*/
@media (max-width: 991px) {
  .aside ul#submenu {
    display: none;
  }
  .module-galleries .aside ul#submenu {
    display: block;
  }
}
section#content .content-header {
  background-color: transparent;
}
section#content .content-header h2 {
  display: none;
}
section#content .content-header .breadcrumb {
  line-height: 1.7;
}
section#content .content-header.content-header-background {
  height: 300px;
}
section#content .content-header.content-header-background h2 {
  display: block;
}
.date, .btn {
  border-radius: 10px;
}
.btn-primary, .btn-primary:link, .btn-primary:visited {
  color: #fffff2;
  background-color: #132e52;
  border: none;
}
.btn-primary:hover, .btn-primary:active {
  color: #fdd000;
  background-color: #0c1c32;
}
.paragraph-image {
  padding: 0 10px;
}
.paragraph-image img {
  border-radius: 30px;
}
.heading-photo-overlay, .gallery-heading-photo {
  border-radius: 30px;
  overflow: hidden;
}
.aside ul#submenu li a, .aside ul.submenu li a {
  border-radius: 10px;
}
/*----------Footer----------*/
footer {
  background-color: #132e52;
  color: #fffff2;
  border-bottom: 5px solid #fdd000;
  border-top: 5px solid #fdd000;
}
footer .headline {
  border-bottom: 1px solid #fdd00077;
}
footer a:link, footer a:visited {
  color: #fffff2dd;
}
footer .headline h3 {
  border-bottom: 2px solid #fdd000;
}
footer a:hover, footer a:active {
  color: #fdd000;
}
.social-icons li a {
  background-color: #fdd000;
  border-radius: 10px;
  width: 32px;
  height: 32px;
}
.social-icons .fa {
  color: #132e52;
  opacity: 1;
  margin-left: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
  text-align: center;
}
/*--------Copyright--------*/
section#copyright, section#copyright a {
  background-color: #222;
  color: #ccc;
}
/*------Homepagina--------*/
.btn-home {
  margin: 10px;
  display: inline-block;
}
.btn-status {
  background-color: #64748b !important;
}
.btn-status-open {
  background-color: #16a34a !important;
}
.btn-status-closed {
  background-color: #dc2626 !important;
}
@media (max-width: 768px) {
  .btn-home .hok-open {
      width: 80%;
  }
}
/*----------Oud-besturen----------*/
section#content .oud-besturen {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  gap: 20px;
img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
h3 {
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0 24px;
}
h4 {
  margin-top: 12px;
  margin-bottom: 0;
  padding: 0 24px;
}
hr {
  margin: 8px 24px;
}
p {
  margin: 0;
  padding: 0 24px;
}
p:has(img) {
  padding: 0;
}}
/*-----Evenementen----*/
.module-events section#content {
.event-header {
a:link, a:visited {
  color: #132e52;
}
a:hover, a:active {
  color: #fdd000;
}}
.img-headline, .module-news .img-headline {
  padding-bottom: 100%;
}
@media (max-width: 991px) {
  .img-headline, .module-news .img-headline {
      width: 50%;
      padding-bottom: 50%;
      margin: auto;
  }
}
.heading-image {
  width: 50%;
  padding-bottom: 50%;
  margin: auto;
}
.aside {
    display: flex;
    flex-direction: column;
}
.aside-block:nth-of-type(1) {
    order: 2; /* Move the first .aside-block to the second position */
}
.aside-block:nth-of-type(2) {
    order: 1; /* Ensure the second .aside-block is displayed first */
}
}
/*-----Webshop----*/
.webshop-product-name {
  font-size: 1.5em;
  margin-bottom: 0;
}
.webshop-product-name a {
  color: #374151;
}
.webshop-product-price {
  font-size: 2em;
  line-height: 0;
}
.webshop-products .webshop-product .webshop-product-heading-image {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.webshop-product-view .webshop-product-view-head .webshop-product-view-image div {
  background-color: transparent;
}
.webshop-product-view .webshop-product-view-head .webshop-product-view-image div img {
  border-radius: 20px;
}
 /*-----vertouwenspersonen-----*/
.vertrouwenspersonen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  
  gap: 20px;
  justify-items: center;
}
.vertrouwenspersonen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  
  gap: 20px; 
}
.vertrouwenspersonen-grid .persoon {
  text-align: center;
}
.vertrouwenspersonen-grid .persoon img {
  width: 100%;
  height: 350px; 
  object-fit: cover; 
  border-radius: 24px; 
  display: block; 
  gap: 20px;
  image-align: center;
}
.vertrouwenspersonen-grid .persoon p {
  margin-top: 10px; 
  font-size: 2.0rem;  
  font-weight: bold;  
}
@media (max-width: 768px) {
  .vertrouwenspersonen {
    grid-template-columns: repeat(2, 1fr);  
  }
  .vertrouwenspersonen-grid .persoon p {
    font-size: 1.5rem;  
  }
  .vertrouwenspersonen-grid {
    grid-template-columns: repeat(2, 1fr);  
  }
}
/*-----------Blog----------*/
.blog-content .blog-text {
  max-width: none;
}
/*---Pagina specifiek----*/
.webpage-64944, .webpage-64945 {
   section#content .content-header.content-header-background {  
  height: 600px;
}
  @media (max-width: 768px) {
     .webpage-64944 section#content .content-header.content-header-background {
  height: 300px;
  }
}}
/*---------Foto's---------*/
@media (max-width: 768px) {
  .col-xs-8, .col-xs-4, .col-xs-3 {
    width: 100%;
    float: none;
  }
}
/*---------accordion---------*/
@media (max-width: 768px) {
    .accordion summary .accordion-arrow {
        display: none !important; 
    }
}
summary :is(h1, h2, h3, h4, h5, h6) {
  display: inline-block;
}
summary {
  border-bottom: 1px solid #132e52;
  margin-bottom: 16px;
}
details summary {
  cursor: pointer;
  list-style: none; 
  display: flex;
  align-items: center;
  gap: 0.5em; 
}
details summary::before {
  content: "▶"; 
  transition: transform 0.2s ease;
  font-size: 0.9em;
}
details[open] summary::before {
  content: "▼";
}
.sq-grid {
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-top:10px;
}

.sq-item {
  width:150px;
  text-align:center;
}

.sq-item img {
  width:150px;
  height:auto;
  border-radius:10px;
  transition:transform .3s ease;
}

.sq-item p {
  height:2.6em;
  margin-top:6px;
}

.sq-item img:hover {
  transform:scale(1.1);
}