/*--------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>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;
}
@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;
  background-color: #132e52;
  }
  header .sf-menu .has-submenu.is-active>ul {
  background-color: #132e52;
  }
}
.top-mobile .login a {
  color: #fdd000;
}
@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;
}
.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;
}
/*----------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;
}}
/*----------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;
}
@media (max-width: 768px) {
  .btn-home {
      width: 80%;
  }
}
/*------Video-Homepagina--------*/
.info-outer {
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: row;
}
.info-container {
    flex: 15%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr 1fr;
    margin: auto;
    background-color: #132e52;
    color: #fffff2;
    border-radius: 30px 0 0 30px;
}
.info-box {
    padding: 2em;
    text-align: center;
    margin: auto;
}
.info-value {
    font-size: 2em;
    font-weight: bold;
}
.info-subtitle {
    font-size: 1em;
    color: #777;
}
.info-video {
    flex: 85%;
    border-radius: 30px;
    overflow: hidden;
    line-height: 0;
}
.info-video iframe {
    width: 100%;
    height: auto;
}
@media (max-width: 1400px) {
    .info-container {
        margin: 40px 0 40px 0;
    }
    .info-box {
        padding: 0;
        margin: auto
    }
    .info-value {
        font-size: 2vw;
    }
    .info-subtitle {
        font-size: 1.5vw;
    }
}
@media (max-width: 991px) {
    .info-outer {
        width: 90%;
    }
    .info-container {
        margin: 0;
    }
    .info-video {
        border-radius: 0 30px 30px 0;
    }
    .info-value {
        font-size: 1.5vw;
    }
    .info-subtitle {
        font-size: 1vw;
    }
}
@media (max-width: 720px) {
    .info-outer {
        flex-direction: column-reverse;
        width: 100%; 
    }
    .info-video {
        width: 100%;
        border-radius: 30px 30px 0 0;
    }
    .info-container {
        width: 100%;
        border-radius: 0 0 30px 30px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
    }
    .info-box {
        padding: 1em 0;
    }
    .info-value {
        font-size: 1.5em;
    }
    .info-subtitle {
        font-size: 1em;
    }
}

/*-----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 */
}
.list-inline {
  display: none;
}}
/*-----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;
}

 /*-----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);  
  }
}

/*accordion*/
@media (max-width: 768px) {
    .accordion summary .accordion-arrow {
        display: none !important; /* Forceert het verbergen van het pijltje */
    }
}
summary :is(h1, h2, h3, h4, h5, h6) {
  display: inline-block;
}
summary {
  border-bottom: 1px solid #132e52;
  margin-bottom: 16px;
}
/*-----------Blog----------*/
.blog-content .blog-text {
  max-width: none;
}
/*---Pagina specifiek----*/
.webpage-64944 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;
  }
}