#spaceheader
{
background-color: var(--db-primair-groen);
width: 100%;
}
.parcontainer
{
width: 1300px;
margin: auto;
padding: 4px 20px;
background-color: var(--db-primair-wit);
}
.parcontainer_hr, .parcontainer_ilink, .parcontainer_elink
{
padding-top: 0;
padding-bottom: 0;
}
.parcontainer_widgets
{
margin-top: 2px;
margin-bottom: 2px;
}
.parcontainer:has(.parcontainer_widgets) {
    padding-top: 0;
    padding-bottom: 0;
}
.parcontainer.h1tekst
{
padding-bottom: 0;
}
span.hmspacer
{
display: none;
}
#hoofdmenu
{
height: 60px;
padding: 0;
position: relative;
line-height: normal;
text-align: initial;
}
#hoofdmenu ul
{
position: absolute;
right: 0;
}
#hoofdmenu ul li
{
line-height: 28px;
padding: 16px;
}
#hoofdmenu ul li a
{
font-weight: 700;
}
#hoofdmenu > ul > li > a:hover
{
text-decoration: none;
}
#hoofdmenu > ul > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0%;
    height: 3px;
    background-color: var(--db-primair-groen);
    transition: width 0.3s ease;
}

#hoofdmenu > ul > li > a:hover::after {
    width: 100%;
}
#hoofdmenu ul > li > ul
{
top: 60px;
left: -30px;
background-color: #fafafa;
border-radius: 0 0 10px 10px;
padding: 0;
padding-top: 24px;
padding-right: 10px;
min-width: 250px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
transform: scale(1);
    transform-origin: top left;
    transition: transform ease;
}
#hoofdmenu ul > li > ul:hover {
    transform: scale(1.03);
}
#hoofdmenu ul li ul li
{
line-height: 24px;
padding: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
padding-left: 30px;
}
#hoofdmenu ul li ul li a
{
font-weight: 400;
padding: 0;
}
#hoofdmenu ul li ul li.smhmtekst a
{
font-weight: 700;
font-size: 20px;
color: #222;
}
ul.smuitklap li.smhmtekst a
{
}
#logodiv
{
display: inline-block;
position: absolute;
left: 0;
top: 6px;
z-index: 9;
}
#logo
{
width: 300px;
height: 80px;
}
div.clearboth
{
margin-bottom: 0;
}
main
{
line-height: 27px;
min-height: 500px;
padding-bottom: 40px;
}
.picsslideshow {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1900px;
    height: 500px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.picsslideshow img {
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
    margin: 0 auto;
}
.picsslideshow2025 {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.bg-slide-layer {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-out;
    z-index: 1;
}

.bg-slide-layer.active {
    opacity: 1;
    z-index: 2;
}
#header2.zonderbovenfoto
{
height: 0;
background-color: var(--db-secondair-lichtgroen);
}
#footernavigation
{
margin-top: 50px;
padding-left: 40px;
}
#footernavigation span.onderlinks
{
width: 250px;
padding-bottom: 1rem;
}
#footernavigation h4.onderlinkskop
{
color: white;
margin-bottom: 12px;
}
#bottom #footernavigation a
{
color: white;
font-size: 16px;
line-height: 22px;
}
div.h1tekstafbeelding h1
{
font-size: 66px;
color: white;
line-height: 1.2;
}
.h1afbeelding {
    width: 400px;
    aspect-ratio: 4 / 3;
    mask-image: url('/siteimg/dorpsbelangen25/dorpsbelangen-mask.png');
    -webkit-mask-image: url('/siteimg/dorpsbelangen25/dorpsbelangen-mask.png');
}
.parcontainer.h1tekstafb {
    background-color: transparent !important;
}
.parmaincontainer.h1tekstafb
{
    background-color: var(--db-primair-groen);
    margin-top: 50px;
    margin-bottom: 30px;
}
.filecontainer {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-weight: normal !important;
    display: inline-block !important;
}

.filekop {
    display: none !important;
}

.filetextname img1 {
    display: none !important;
}

.filelink {
    display: inline-block !important;
    background-color: var(--db-bhz-rood) !important;
    color: #ffffff !important;
    padding: 10px 16px !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    transition: background-color 0.3s ease !important;
}

.filelink:hover {
    background-color: var(--db-bhz-blauw) !important;
}
#block_28466 a, #block_28466 h2
{
color: var(--db-primair-wit);
}


#headerwrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
body
{
margin-top: 66px;
}
.par_citaat
{
margin-top: 0;
margin-bottom: 0;
}
.containercitaat
{
max-width: 80%;
text-align: center;
}

/* Vloeiende overgang omlaag én omhoog */
#header1 {
    transition: border-bottom-color 0.25s ease, box-shadow 0.25s ease;
}

#header1.scrolled {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Logo verkleint vloeiend */
#logo {
    transition: transform 0.25s ease;
    transform-origin: center center;
}

#header1.scrolled #logo {
    transform: scale(0.5) translateY(-28px) translateX(-20px);
}
/* ===================== */
select.slct
{
border: none;
}
input[type=text], select
{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #111111;
    background-clip: padding-box;
    border: .0625rem solid rgba(0, 0, 0, 0);
    border-radius: var(--radius-small);
    transition: border-color .15s ease-in-out;
    background-color: #f5f5f5;
    text-indent: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
select
{
width: auto;
}
input[type=text]:focus, input[type=text]:active, select:focus, select:active
{
border-color: var(--db-bhz-rood);
}
input[type=submit].btn
{
    display: inline-block !important;
    background-color: var(--db-bhz-rood) !important;
    color: #ffffff !important;
    padding: 10px 16px !important;
    text-decoration: none !important;
    border: none;
    border-radius: 6px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    transition: background-color 0.3s ease !important;
}
input[type=submit].btn:hover
{
background-color: var(--db-bhz-blauw) !important;
cursor: pointer;
}
.bovenfoto-tekstblok {
    position: absolute;
    top: 100px;
    left: 200px;
    background: rgba(255, 255, 255, 1);
    padding: 20px 30px;
    max-width: 90%;
    width: 400px;
    height: 300px;
    z-index: 5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
line-height: 27px;
}

.bovenfoto-tekstblok h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #333;
}

.bovenfoto-tekstblok p {
    color: #444;
    margin: 0;
}

.bovenfoto-tekstblok p a {
    color: #336699;
    text-decoration: underline;
}

.bovenfoto-tekstblok p a:hover {
    text-decoration: none;
}
.bovenfoto-tekstblok .tekst-inhoud {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 12px;                 /* nette ruimte tussen titel en tekst */
}

#slider-link {
    margin-top: auto;          /* duwt de knop naar onder */
    display: flex;
    justify-content: flex-end; /* rechts uitlijnen */
}

.bovenfoto-tekstblok .btn {
    padding: 8px 14px;
    background-color: transparent;   /* transparant, of gebruik #fff voor wit */
    color: #000;                     /* zwarte tekst */
    text-decoration: none;
    border: 1px solid #444;          /* zwarte omlijning */
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;             /* niet vet */
}

.bovenfoto-tekstblok .btn:hover {
    border: 2px solid var(--db-primair-groen);
}

.slider-overlay {
    position: absolute;
    top: 30px;
    right: -200px;
  width: 500px;
  height: 500px;
    background: url('/siteimg/dorpsbelangen25/db-hearthalf.png') no-repeat right top;
    background-size: contain;
    z-index: 1000; 
    pointer-events: none; 
}
.slider-link-placeholder {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/siteimg/dorpsbelangen25/db-heartblack.png') no-repeat center center;
    background-size: contain;
opacity: 0.1;
}
.widget--grid.cols-4 p
{
line-height: 21px;
}
.widget--grid.cols-2 h3
{
font-size: 25px;
padding: 20px;
padding-bottom: 0;
padding-top: 0;
margin-bottom: 0;
}
.widget--grid.cols-2 p
{
padding: 20px;
line-height: 1.4rem;
}
.widget__body a.btn {
background-color: transparent;
border: solid 1px black;
border-radius: 6px;
color: black;
font-weight: normal;
font-size: 0.8rem;
  padding: .4rem .8rem;
float: right;
}
.widget__body a.btn:hover
{
    border: solid 1px var(--db-primair-groen);
    background-color: transparent;
    color: var(--db-primair-groen);
}
.widgetarticlehref:hover {
  transform: scale(1.02);
}
.widgetnieuws .widget__card, .widgetagenda .widget__card
{
background-color: #f4f4f4;
border-radius: 30px;
}
#bottom div.pagecontainer::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 40px;
    width: 300px; 
    background: url('/siteimg/dorpsbelangen25/db-hearthalf.png') no-repeat center top;
    background-size: contain;
}
.widget__more {
  right: 20px;
  bottom: 14px;
}
.widget__more::after {
  content: "lees verder >";
}
h2.paragraafkoptitel
{
color: var(--db-primair-groen);
font-size: 20px;
}
#tabelContainer_28723 table td:nth-child(2)
{
white-space: nowrap;
}
#socialbuttons {
bottom: 60px;
top: auto;
}
@media (max-width: 768px) {
.parcontainer
{
width: 98%;
}
#header2
{
display: none;
}
#header1.scrolled #logo {
    transform: scale(0.5) translateY(-28px)  translateX(-40px)  !important;
}

#bottom #footernavigation a
{
line-height: 1.4rem;
font-size: 18px;
}
.containercitaat
{
max-width: 100%;
}
#socialbuttons {
bottom: 40px;
}
div.h1tekstafbeelding h1
{
font-size: 32px;
}
.h1afbeelding {
    width: 80px;
}
}
