﻿@font-face {font-family: 'MuseoSans-500';src: url('webfonts/2F82F4_0_0.eot');src: url('webfonts/2F82F4_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2F82F4_0_0.woff2') format('woff2'),url('webfonts/2F82F4_0_0.woff') format('woff'),url('webfonts/2F82F4_0_0.ttf') format('truetype');}
  
  
 #FrmVideo {
	 height:360px;
 }
 @media screen and (max-width: 640px) {
   body #FrmVideo {
	 height:220px;
 }
}
 @media screen and (max-width: 350px) {
   body #FrmVideo {
	 height:120px;
 }
}
 
.paddit
{

}
xxbody .kerkdiensten .itemTable, .xxagendamaincontainer .itemTable{
    padding-left:0px !important;
}

.meer .feather-chevron-right {
    float:right;
}

body .kerkdiensten .itemTable td.width30 {
    width: 28%;
    padding-right: 2%;
}
 .itemTdMeer .meer.groot
{
    padding: 12px 20px;
}



.hc-socials {
    text-align: right;
}

    .hc-socials ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        text-decoration: none;
        list-style: none;
        margin-bottom:1rem;
    }

.hc-socials li {
    vertical-align: middle;
    display: inline-block;
    padding-left: 0;
    text-indent: 0;
}

    .hc-socials svg, .hc-socials img {
        width: 21px;
        height: 21px;
        margin-top: -2px;
    }

    .hc-socials a {
        display: flex;
        width: 50px;
        height: 50px;
        padding: 0;
        transform: none;
        text-align: center;
        color: #271623;
        border: 2px solid #000;
        border-radius: 50%;
        background: #fff;
        line-height: 45px;
        justify-content: center;
        align-items: center;
        margin-left: 6px;
        transition: all .3s ease-in-out;
    }
        .hc-socials a:hover,
        .hc-socials a:focus {
            background: #271623;
            color: #fff;
            transition: all .2s ease-in-out;
        }
    .hc-socials svg {
        fill: currentColor;
        vertical-align: middle !important;
    }

    .hc-socials a:focus svg,
    .hc-socials a:focus svg path,
    .hc-socials a:hover svg,
    .hc-socials a:hover svg path {
        color: #fff;
        stroke: #fff;
        transition: all .3s ease-in-out;
    }


    body .kerkdiensten .itemTable td.width40 {
        width: 38%;
        padding-right: 2%;
    }

.clearer
{
    clear:both;   
}

.itemTitle.second
{
    display:none;
}
#zoekvenster
{
    color:#000000 !important;
}
body .fancybox-title-float-wrap .child
{
white-space:normal !important;
}
.inactive
{
    color:#555555;
}
.formTd
{
    padding:2px;
}
.fotoalbumFotoListTable	
{
	/* width: auto !important; */
	width: 100%;
}
.formTd select, .formTd input, input.inputcss
{
    width:300px;
}

.fotoalbumFotoListTd	a
{
	text-decoration:none;
}
.fotoalbumFotoListTd img
{
max-width: 130px; 
}
.kaartDiv
{
    overflow:hidden;
}

.kerkdienstgemist ul
{
    margin:0px;
    padding:0px;
    
}
 .kerkdienstgemist li
{
   display:block !important;
   padding:6px 0px 6px 0px;

}


.kerkdienstgemist span
{
    display:block;
    float:left;
}

 .kerkdienstgemist .footerTd
{
    font-size:1em;
    text-align:left;
}


.getvideo
{
    cursor:pointer;
}
.kg1
{
 width:275px;   
 margin-left:4px;
}
.kg2
{
 width:100px;   
}

.kg3, .kg4, .kg5
{
 width:65px;   
}

.bold
{
    font-weight:bold;
}


.anker
{
    text-decoration:none;
}

.hideit
{
    display:none !important;
}

@media (min-width: 992px) {
    .only-mobile {
        display:none !important;
    }
}


img.vergroot:hover {
    transform: scale(1.05);
}

img.vergroot {
    transition: transform .2s ease-in-out;
cursor: pointer;
}

.img-modal {
    display: none; /* Keep it hidden initially */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Flexbox Wrapper Inside Modal */
.img-modal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* Modal Content (Image) */
.img-modal-content {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Close Button */
.img-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}