.image-container {
  display: inline-block;
  border: 2px solid #ffffff;
  box-sizing: content-box;
  margin: 0;
  padding: 10px; 
}

.portretBorderPeople {
  border: 2px solid #ffffff;
	border-width: 2px;
}

.GTranslateAlignment {
	text-align: center;
}

.columnCentered {
  display: center;
  justify-content: center; 
  align-items: center; 
  height: 100%; 
}

.post-wrap, .contact-form-wrap {
    padding-right: 1 !important;
}

.roundedimage img {
	border-radius:2%;
	border-style: solid;
	border: 3px solid #6E4B1E;
	box-shadow: rgba(23,43,99,.2) 0 7px 28px!important;
}

.roundedimageblackborder img {
	border-radius:2%;
	border-style: solid;
	border: 3px solid #302e2e;
}

.columninlayoutgrid {
	width: 110%;
	align-content: center;
	align-self: stretch
	padding: 5px;*/
}
.gp-m7suyiwd-fab--booking {
	height: 84px!important;
}

.transparenttable {
	background: #00000000;
	color: white;
	border: 0px;
}


.site-logo {
    /*transition: transform 0.3s ease, filter 2s ease, background-color 0.3s ease;*/

    padding: 10px ;
    border-radius: 0;
}


/*
.site-logo:hover {
    transform: scale(1.2);
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}
*/
#primary-menu .menu-item a {
    transition: transform 0.3s ease;

}

#primary-menu .menu-item a:hover {
    transform: scale(0.95);
}

#wp-custom-header {
  position: relative;
}

#wp-custom-header::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
	font-family: 'DM Serif Display', serif;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 3s ease;
}

#wp-custom-header:hover::after {
  opacity: 1;
}

.rounded-column {
    border-radius: 16px; 
    overflow: hidden; 
}

.custom-column-middle-home {
	min-height: 200px;
	align-content: center;
	padding: 5px;
}

.img-border-homepage-gallery {
  border: 3px solid #1d2a17;
  border-radius: 5px;
}

.responsive-img {
  height: 300px;
  width: auto;
}


/*maakt header volle breedte - HJ*/
.bottom-header-inner .col-md-8 {
    width: 100%;
}
.bottom-header-inner .col-md-4 {
    display: none;
}

/*onderstaand is voor de menupagina - HJ*/
.image-wrapper {
        padding: 20px; 
        display: flex;
        justify-content: center;
        align-items: center;
}

.image-container {
        position: relative;
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 15px;
        background-color: #2F4327; 
}
    
.image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        transition: transform 0.5s ease;
        border-radius: 15px;
}
    
    .image-container:hover img {
        transform: scale(1.1);
}
    
.overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        font-size: 38px;
        background: none; 
        color: white;
        text-align: center;
        opacity: 1; 
        font-family: 'DM Serif Display', serif;
        font-weight: bold;
}

.menuOverlayItems {
	font-size: 14px;
	font-weight: normal;
	height: 4px;
	line-height: 0.8px
}

.table-transparant {
        background-color: transparent;
				font-size: 16px;
				background-color: #2f4327;
				width: 100%;
				color: #ffffff;
				border: none !important;
        border: 0;
        border-collapse: collapse;       
}

.table-transparant td {
				border: none !important   
}

.table-transparant td a {
				color: #6bc0ff !important;
}

/* details menu */
.expand-menu-light {
	color: #ffffff;
}
.expand-menu-dark {
	color: #1d2a17;
}

#masthead-mobile {
	background-color: "#ffffff" !important;
}

.customBorderRadius {
	border-radius: 15px;
}

.newsWidgetCustomStyling {
	margin-top: 16px;
	margin-bottom: 16px;
}

.newsWidgetCustomStyling li {
	padding: 10px;
	margin: 10px;
	min-height: 80px;
}

.newsWidgetCustomStyling li:nth-child(odd) {
  background-color: #2f4327;
	color: #ffffff;
}

.newsWidgetCustomStyling li:nth-child(even) {
    background-color: #ffffff; 
}

.events_picture {
	margin-top: 40px !important;
}

/* Generieke popup/modal*/ 

.ModalOverlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9998;
}

.Modal {
	display: none;
	position: fixed;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%); 
	background: #fff;
	padding: 40px 20px 20px 20px; 
	border-radius: 10px;
	text-align: center;
	z-index: 9999;
	width: 75%;
	max-width: 400px;
	min-height: 380px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}


.ModalClose {
	position: absolute;
	top: 0; right: 0;
	font-size: 28px;
	font-weight: bold;
	background: none;
	border: none;
	cursor: pointer;
	color: #000;
	padding: 10px;
}


.ModalButtons {
	display: flex;
	justify-content: center;
	gap: 10px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	flex-direction: column;
	margin-bottom: 20px;
	transform: translateX(-50%);
	width: calc(100% - 60px);
}

.ModalButton {
	padding: 5px 15px;
	border: none;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}

.Modal p {
	font-size: 20px;
}

/* Media queries per schermformaat */
@media (min-width: 1024px) {
    .columnNarrow {
        max-width: 700px; 
        width: 100%;
			  margin: 0 auto; 
        display: block; 
				border-radius: 8px;
				border-color: #7c7777;
				padding: 15px;
				border: 1px solid #494646;

    }
}

@media (max-width: 1024px) {
    .columnNarrow {
				border-radius: 8px;
				border-color: #7c7777;
				padding: 15px;
				border: 1px solid #494646;

    }
}

@media only screen and (min-width: 1024px) {
  .columnAanbod {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .home #header { 
     display: none !important;
  }
}

@media (max-width: 768px) {
  .responsive-img {
    height: 300px;
  }
}

.header-video-container {
  height: 60%;
  overflow: hidden;
}

.header-video-container .fitVids-wrapper {
  position: relative;
  top: -70px;
	height: 60%;
}

.ronde-hoekjes {
	border-radius: 5px;
} 

.img {
  border-radius: 5px !important;
}

.bg-widget-primary {
    background-color: aliceblue;
}

figure#zaalverhuur_tabel thead {
    color: white;
    border: solid 1px black;
}

figure#zaalverhuur_tabel thead th {
    background: #2f4327;
    color: white;
    border: solid 1px black;
}

figure#zaalverhuur_tabel tbody {
    background: white;
}

figure#zaalverhuur_tabel tfoot {
    background: white;
}

div#zaalverhuur_matrix_container {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

form input,
form textarea {
	  border: solid 1px black !important;
}

div#hidden_contactform {
    display: none;
}

button.pum-close.popmake-close {
   border-radius: 0px 15px 0px 0px;
}