/* cmsms stylesheet: Diaconie Core modified: donderdag 20 november 2025 11:56:30 */
:root {
  --theme-yellow: #ffc220;
  --theme-purple: #850d70;
  --theme-soft-yellow: #fff9e5;
  --theme-soft-purple: #a04889;
  --theme-grey: #4c4c4c;
  --theme-light-grey: #999;
  --black: #000000;
  --white: #ffffff;
  --red: #ff0000;
  --gray-white: #f7f7f7;
  --form-light-black: #212529;
  --form-feild-border: #ced4da;
  --form-focus-border: #86b7fe;
  --form-invalid-border: #dc3545;
  --checkbox-checked: #0d6efd;
  --maultselect-text: #35495e;
  --maultselect-border: #e8e8e8;
}

body,html {
    font-family: Montserrat;
    font-size: 17px;
    line-height: 145%;
    color: var(--black);
    padding: 0px;
    margin: 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

strong>a,b>a,a>strong,a>b,.knop{
    padding:10px;
    color: white;
    font-weight: bold;
    background: black;
}

.home-h1 {
    vertical-align:middle;
    display:inline-block;
}
.home-h1 h1{
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
}



.koptitel{
    padding-left: 0;
    padding-top: 2.75rem;
    padding-bottom: .5rem;
    color: var(--theme-purple);
}

.widget{
    padding-right: 1rem;
}

.doneer{
    color: var(--theme-yellow);
    background-color: var(--theme-purple) !important;
    padding: .3rem;
    text-align: center;
    margin-bottom: 1rem;
}

.doneer a h2{
    color: var(--theme-yellow) !important;     
    text-decoration: none;
}

.doneer a {
    color: var(--theme-yellow) !important;     
    text-decoration: underline !important;
}
.doneer p {
    margin-bottom: 0;
}
.grijs{
    background-color: #f2f2f2;
}

@media screen and (min-width: 992px){
    .rechterkolom{
        margin-top: 60px;
    }
}
.links-uitgelijnd{
  float: left;
  margin: 5px 20px 30px 0;
}

.rechts-uitgelijnd{
  float: right;
  margin: 5px 0 30px 20px;
}

.row.rechts{
    justify-content: flex-end;
    text-align: right;
}

select{
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    width:100%;
    border-radius: 5px;
    border: 1px solid var(--maultselect-border);
    background: var(--white);
    font-size:1rem;
    line-height:1.5; 
    padding: 0.375rem 0.75rem;
}


.homepage-rechts{
    border: 1px silver solid;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 2rem;
}
.fototekst{
    font-style: italic;
    font-size: small;
    color: gray;
} 

.paginablok{
    padding-right: 1rem;
} 


.homepage-rechts h2{
    font-size: 100%;
}  

.homepage-rechts p{
}  

.homepage-blok{
      margin-bottom: 2.5rem;
      padding-right: 1rem;
      clear: both;
}

.homepage-blok h2{
      margin-bottom: .5rem;
}

.homepage-blok img{
      margin-bottom: 2rem;
}




blockquote{
    margin: 27px 0;
    padding: 20px 0 20px 70px;
    text-align: left;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.1 32.7V19.2C26.1 6 32.7.7 44.6.5l1.3 6.3c-6.9.7-10.3 4.2-9.8 9.9h6.2v16H26.1zm-25.4 0V19.2C.7 6 7.3.7 19.2.5l1.3 6.3c-6.9.7-10.3 4.2-9.8 9.9h6.2v16H.7z' fill='%23C9C9C9' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #e9e9e9;
    border-left: 5px solid #000;
}

h2 a{
    border-bottom: none !important;
}

.page-body{
    margin: 2rem 0;
    max-width: 1240px !important;
    min-height: 220px !important;
} 

.page-body img{
    max-width: 100%;
    height: auto;
    /* width: 400px; */

}

.subpage.container.vh50{
    min-height: 50vh !important;
}

#NewsPostDetailReturnLink{
    display: none;
} 

.size-full {
    height: 100%;
    width: 100%;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

img, video {
    height: auto;
    max-width: 100%;
}

.fixed-top {
  position: relative;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
}

.absolute {
    position: absolute;
}

.current, .nav-link.current{
    color: var(--theme-purple);
}

nav {
  background-color: var(--white);
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  align-items: center;
}
.containerhome{
    position: relative;
    text-align: center;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.centeredhome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}


.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px ;
}

.subfooter .container, .footer .container{
  max-width: 1240px !important;
}

.containerhome {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}


    

.top-nav-container {
  display: flex;
  justify-content: flex-start;
}
.top-nav-btn {
  border-radius: 0px;
  text-transform: uppercase;
  background-color: var(--theme-yellow);
  border-color: var(--theme-yellow);
  display: inline-block;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.5;
  color: var(--black);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bottom-nav-btn {
  border-radius: 0px;
  text-transform: uppercase;
  background-color: var(--theme-yellow);
  border-color: var(--theme-yellow);
  display: inline-block;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.5;
  color: var(--black);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--black);
}

.bottom-nav {
  background-color: var(--white);
  padding-bottom: .25rem;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}


p.nieuwssummary{
    margin-bottom: 2rem;
}


.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    text-decoration: none;
    white-space: nowrap;
}

.logo{
     height: 10px;
}


.navbar-logo {
    max-width: 150px;
    min-width: 75px;
    position: relative;
    width: auto;
    top: 0;
}


.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
img,svg {
    vertical-align: middle;
    max-width: 100%;
}
*,
:after,:before {
  box-sizing: border-box;
}
.navbar-collapse {
    display: flex;
    margin-bottom: .25rem;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
}
.navbar-nav {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-right: auto;
    gap: 20px;
    margin-bottom: .4rem;
}
dl,ol,ul {
  margin-top: 0;
}
ul {
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.nav-link {
  color: var(--black);
  font-family: Montserrat;
  font-weight: 500;
  display: block;
  padding: 0.5rem 0.5rem;
  padding-bottom: 0;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-item:hover > a {
  border-color: var(--theme-purple);
  color: var(--theme-purple);
}
.nav-link.selected {
  color: var(--theme-purple);
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler {
  /* font-size: 1.25rem; */
  line-height: 1;
  background-color: transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

button,select {
  text-transform: none;
}
button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: var(--theme-light-grey);
  border-radius: 0;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0;
}
.hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
}
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.bottom-nav-container {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255rem;
  vertical-align: 0.255rem;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropend .dropdown-toggle:after {
  display: inline-block;
  display: none !important;
  margin-left: 0.255rem;
  vertical-align: 0.255rem;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  min-width: 8rem;
  margin: 0;
  color: var(--black);
  text-align: left;
  list-style: none;
  background-color: var(--white);
  border-left: 1px var(--theme-purple) solid;
  border-bottom: 1px var(--theme-purple) solid;
  border-radius: 0;
  padding: .5rem;
  display: none;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: var(--black);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  padding-bottom: 5px;
  
}
.dropdown-item:hover {
  color: var(--theme-purple);
}
.sub-nav-item:hover > a {
  color: var(--theme-purple);
  border-color: var(--theme-purple);
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

footer {
  color: var(--white);
  margin-top: auto;
  background-color: var(--theme-purple);
  padding: 60px 0 20px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.landing-page .row img{
  /* margin-top: 40px;  */
}

.landing-page .row .homepage-blok img{
  margin-top: 0px;
}


.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666666%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.666666%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.666666666%;
}
   
.col-4 {
    flex: 0 0 auto;
    width: 33.3333333%;
}
  
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.666666666%;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333333%;
}











label a{
    text-decoration: underline;
}

footer h4,
footer h5 {
  color: var(--white);
  /* font-size: 1.25rem; */
  font-weight: 500;
  line-height: 1.2;
  font-family: Montserrat;
  margin-top: 0px;
  margin-bottom: 5px;
}

footer ul li{
    list-style-type: none;
} 

footer ul{
    border-left: 1px solid var(--white);
    padding-left: .5rem;
    margin-bottom: 1rem;
    margin-top: .5rem;
} 

footer p {
  margin-top: 0;
  font-family: Montserrat;
  margin-bottom: 1rem;
}
.align-items-center {
  align-items: center;
}
.d-flex {
  display: flex;
}
.col {
  flex: 1 0 0%;
}
.pe-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-3 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
img,
svg {
  vertical-align: middle;
}
footer .text-links {
  margin: 2rem 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
footer .text-links li {
  border-bottom: 1px solid var(--white);
  margin-right: 1rem;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.list-inline-item {
  display: inline-block;
}

footer .text-links li a {
  font-weight: 500;
  font-family: Montserrat;
}

footer,
footer a {
  color: var(--white);
  text-decoration: none;
}

footer a .fa {
  color: var(--theme-grey);
  /* font-size: 25px; */
  margin-right: 10px;
}

.hero {
  background-image: url(/uploads/diaconie/images/her0-bg.jpg);
  height: 500px;
  background-size: cover;
  background-position: center center;
  margin-top: 106px;
}
.page-template-root {
  /* padding-top: 20px; */
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.h1,h1 {
  font-size: 200%;
  margin: 0px;
  font-family: Montserrat;
  line-height: 42pt;
  color: var(--theme-purple);
  font-weight: 500;
}
h2 {
  line-height: 100%;
}
.h2,a,h2 {
  color: var(--theme-purple);
  font-family: Montserrat;
}

.h2,h2 {
  font-size: 125%;
  font-weight: 500;
  color: var(--theme-purple);
  font-family: Montserrat;
}

.h3,h3 {
  font-size: 110%;
  font-weight: 500;
  color: var(--theme-purple);
  font-family: Montserrat;
}



.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.page-body p,
.page-body ul li {
  font-family: Montserrat;
}
.page-body ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* .page-body a {
  border-bottom: 1px solid var(--theme-grey);
}
*/
.page-body a:hover {
  color: var(--theme-purple);
  border-color: var(--theme-purple);
}
a {
  text-decoration: none;
}
hr:not([size]) {
  height: 1px;
}
hr {
  margin: 1.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  clear: both;
}

.subfooter {
  background-color: var(--theme-yellow);
  min-height: 125px;
  padding: 15px 0 20px 0;
  margin-top: auto;
}
.footerfinish {
  background-color: var(--theme-soft-purple);
  align: right;
  padding: 10px 0 15px 0;
}

footer .links-arrow {
  color: var(--white);
}
.fa-2x {
  font-size: 2rem;
}
.me-3 {
  margin-right: 1rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}

footer .links-col {
  margin-bottom: 20px;
}
footer .links-col h3 {
  color: var(--black);
  font-weight: 500;
  font-family: Montserrat;
}
footer .links-col ul li a {
  color: var(--black);
  font-weight: 500;
  text-decoration: underline;
}
footer .links-col ul li a i.fa {
  font-size: 0.7rem;
  color: var(--black);
}
.ms-2 {
  margin-left: 0.5rem;
}
footer .links-col ul li a:focus,
footer .links-col ul li a:focus i.fa,
footer .links-col ul li a:hover,
footer .links-col ul li a:hover i.fa {
  color: rgba(0, 0, 0, 0.7);
}
.breadcrumbs a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.breadcrumbs a:hover {
  color: var(--black);
}
.breadcrumbs li {
  font-family: Montserrat;
}
.breadcrumbs span.caret {
  color: var(--theme-yellow);
}
.breadcrumbs span.last-breadcrumb {
  color: var(--black);
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.landing-page,.subpage, .contentpage {
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 5px solid var(--theme-yellow)
}

.subpage.container {
    min-height: 40vh !important;
}

.landing-page {
    min-height: 50vh !important;
}

.parent-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 42px;
  color: var(--theme-yellow);
  text-transform: uppercase;
  font-weight: 500;
  font-family: Montserrat;
  /* font-size: 21pt; */
}
.pv-icons {
  grid-gap: 15px;
  gap: 15px;
}
.pv-icons .pv-icon {
  width: 70px;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-column {
  flex-direction: column;
}

.p-form-title {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.p-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.p-3.geel {
  padding-left: 0;
}

.form-wrapper {
  background-color: var(--gray-white);
}
.form-title {
  color: var(--theme-yellow);
  text-transform: uppercase;
  font-weight: 500;
  /* font-size: 21pt; */
}
.d-none {
  display: none !important;
}
.tilt {
  transform: rotate(180deg);
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  flex-basis: 100%;
  font-family: Montserrat;
  line-height: 1.5;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  color: var(--form-light-black);
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--form-feild-border);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: var(--form-light-black);
  background-color: var(--white);
  border-color: var(--form-focus-border);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--form-invalid-border);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(images/invalid.svg);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--form-invalid-border);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.invalid-feedback {
  display:none;
  width: 100%;
  margin-top: 0.25rem;
  /* font-size: 0.875rem; */
  color: var(--form-invalid-border);
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
form-check-input {
  border-radius: 50%;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:checked[type="radio"] {
  background-image: url(images/checked.svg);
}
.form-check-input:checked {
  background-color: var(--checkbox-checked);
  border-color: var(--checkbox-checked);
}
.form-check-input:active {
  filter: brightness(90%);
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5rem;
}
.form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  vertical-align: top;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
label {
  display: inline-block;
  font-family: Montserrat;
}
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--form-invalid-border);
}
.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: var(--maultselect-text);
}
.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
 /* font-size: 16px; */
  touch-action: manipulation;
}
.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}
.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: var(--white);
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  font-family: Montserrat;
  vertical-align: top;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}
.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: var(--theme-light-grey);
  margin-top: 4px;
  border-color: var(--theme-light-grey) transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}
.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid var(--maultselect-border);
  background: var(--white);
  /* font-size: 14px;  */
}
.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: var(--white);
  display: block;
}
.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: var(--white);
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid var(--maultselect-border);
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.multiselect__element {
  display: block;
}
.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 500;
  font-family: Montserrat;
}
.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}
.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  /* font-size: 13px;  */
}
.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}
.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option--highlight,
.multiselect__option--highlight:after {
  background: #ffe126 !important;
  color: #000 !important;
}
.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25rem;
}
form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #ffdc00;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;

  font-family: Montserrat;
  border: 1px solid transparent;
  border-color: #000;
  padding: 0.375rem 0.75rem;
  /* font-size: 1rem; */
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.btn {
  border-radius: 0;
  font-weight: 500;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


/******************/
/*  MEDIA QUERIES */ 
/******************/


@media screen and (min-width: 1200px)  {

    .homelinks{
        padding-right: 2rem;
    }

    .koptitel .groot{
        font-size: 250%;
        padding-right: 10px
    }
    .koptitel .klein{
        /* font-size: 125%; */
    }

    .container {
       /* max-width: 1140px; */
        max-width: 95%;
    }

    .containerhome {
       /* max-width: 1140px; */
        max-width: 95%;
    }


    .container.top-nav-container {
        max-width: 1140px;
    }


    .navbar-logo{
        width: 170px;
    } 

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666666%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }


    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.666666%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.666666666%;
    }
   
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
  
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
   .col-xl-2 {
        flex: 0 0 auto;
        width: 16.666666666%;
    }
   .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333333%;
    }

}


@media (min-width: 992px) and (max-width: 1199px) {

    .koptitel .groot{
        font-size: 200%;
        padding-right: 10px
    }
    .koptitel .klein{
        /* font-size: 100%; */
    }



    .container {
        /* max-width: 960px; */
        max-width: 1140px;
    }

   .navbar-logo{
        width: 110px;
    } 

    .navbar-collapse {
        padding-left: 0px;
    }
    .navbar-collapse {
        padding-left: 0px;
    }
    .navbar-nav {
        gap: 0px;
        margin-left: 0px;
    }

    .navbar-toggler {
        display: none;
     }

    .bottom-nav-btn {
        display: none;
    }
  
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666666%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }


    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666666%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666666666%;
    }
   
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
  
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
   .col-lg-2 {
        flex: 0 0 auto;
        width: 16.666666666%;
    }
   .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333333%;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
        margin-top: 4.5%;
    }
}

@media screen and (min-width: 992px) {
  .nav-item .dropdown-menu {
    margin-top: 0;
    display: none;
  }
  .nav-item:hover > .dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .dropdown-item:hover + .dropdown-menu {
    display: block;
  }
  .dropdown-menu:hover {
    display: block;
  }
  .dropdown-menu:hover {
    display: block;
  }

  li.dropdown:hover > ul {
    display: block !important;
  }

  .dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 98%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
}


@media screen and (max-width: 992px) {
  .navbar-collapse:not(.show) {
    overflow: hidden;
  }
  .hero {
    display: none;
  }
  .navbar-collapse {
    max-height: 0px;
    flex-basis: 100%;
    padding-left: 0px;
  }
  .show.navbar-collapse {
    overflow: hidden;
    max-height: 700px;
    padding-top: 30px;
  }
  .container {
    max-width: 720px;
  }
  .navbar-nav {
    flex-direction: column;
    margin-left: 0px;
  }
  .nav-link {
    padding: 0px;
  }
  .top-nav {
    /* display: none;*/
  }
  .dropdown-menu {
    display: none;
  }
  .dropdown-toggle:after {
    display: none;
  }
}

@media screen and (max-width: 991px){
    .subfooter .blokje{
        margin-top: 20px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px){

 .koptitel .groot{
        font-size: 200%;
        padding-right: 10px
    }
    .koptitel .klein{
       /* font-size: 100%; */
    }



    .container {
        /* max-width: 960px; */
        max-width: 100%;
    }

   .navbar-logo{
        width: 80px;
    } 


    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666666%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }


    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666666%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666666666%;
    }
   
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
  
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
   .col-md-2 {
        flex: 0 0 auto;
        width: 16.666666666%;
    }
   .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333333%;
    }


    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .twitter-feed {
        margin-top: -40px;
        margin-bottom: -50px;
    }
}


@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
    footer .footer-icons img {
        padding: 1.5rem !important;
    }
    
   .navbar-logo{
        width: 60px;
    } 

}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-logo {
        width: 75px;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666666%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.666666%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.666666666%;
    }
   
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333%;
    }
  
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
   .col-sm-2 {
        flex: 0 0 auto;
        width: 16.666666666%;
    }
   .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333333%;
    }


}
@media screen and (max-width: 575px) {
    .h1, h1 {
        font-size: 150%;
    }
    .container {
        max-width: 100%;
    }
    .col-md-6 {
        width: 100%;
    }
    .bottom-nav-btn {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
    .bottom-nav-btn span {
        display: none;
    }
    .navbar-logo {
        width: 75px;
    }
}
/* cmsms stylesheet: Diaconie Hamburger modified: maandag 6 januari 2025 11:34:37 */
/*  Styling voor hamburgermenu */
#hamburgermenu #checkbox, #hamburgermenu .btn span{
    display: none;
} 


@media screen and (min-width: 993px){ 
     #hamburgermenu {
        display: none;
    }
}
@media screen and (max-width: 992px){ 

    #hamburgermenu .btn {
        display: block;
        background-color: var(--white); 
        color: var(--theme-purple);
        border: none;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 1.7rem;
        padding: 0 20px;
        cursor: pointer;
        transition: width .3s ease-in-out;
    }

    #hamburgermenu .sidebar {
        background-color: var(--white);
        border-top: solid 1px var(--theme-purple);
        border-right: solid 1px var(--theme-purple);
        border-bottom: solid 1px var(--theme-purple);
        border-left: solid 1px var(--theme-purple);
        position: fixed;
        right: 0;
        top: 52px;
        width: 250px;
        height: auto;
        z-index: 11;
        transition: transform .5s ease-in-out;
        transform: translateY(-450px);
    }

    #hamburgermenu .sidebar ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    #hamburgermenu .sidebar ul a {
        position: relative;
        text-decoration: none;
        display: block;
        background-color: transparent;
        color: var(--black);
        padding: 15px 20px;
        font-size: 16px;
    }

    #hamburgermenu .sidebar ul a li i {
        margin-right: 15px;
    }

    #hamburgermenu .sidebar ul a:hover, 
    #hamburgermenu .sidebar ul a.active {
        background-color: var(--theme-purple);
        color: #fff;
    }

    #hamburgermenu #checkbox:checked ~ .sidebar {
        transform: translateY(0);
    }

    #hamburgermenu #checkbox:checked {
        width: 250px;
        padding: 0 10px;
    }

    #hamburgermenu #checkbox:checked + .btn span {
        display: inline;
    }

    #hamburgermenu{
        font-size: 1.25rem;
        display: inline-block;
        /* position: relative; */
        position: absolute;
        padding: 12px 15px 12px 9px;
        width: 50px;
        height: 50px;
        z-index: 12;
        /* float: right; */
        right: 20px;
    }

    #hamburgermenu .fa{
       /* color: var(--theme-light-grey); */
       color: var(--theme-purple);
    }

    #hamburgermenu .fa-bars:before {
        position: relative;
        left: -15px;
    }
}
/* cmsms stylesheet: Diaconie Nieuwsbrief modified: zaterdag 26 oktober 2024 07:33:39 */
/********************/
/*   Nieuwsbrief    */
/********************/
.nieuwsbrieftitel{
    color: var(--black);
    font-size: 200%;
    margin: 10px 0;
}

.nieuwsbrieftekst{
     color: var(--black);
}


.form-j9tkojp6kz {
    margin-top: -5px;
}

.form-j9tkojp6kz label {
        display: block;
        padding: .4em 0 .1em 0;
}

.form-j9tkojp6kz fieldset {
	border: 0;
}

.form-j9tkojp6kz fieldset label {
        display: inline;
        padding: 0 0 0 .1em;
}

.form-j9tkojp6kz input[type=text], .form-j9tkojp6kz input[type=email], .form-j9tkojp6kz input[type=number] {
    padding: 5px;
}

.form-j9tkojp6kz input[type=submit] {
	margin-top: 1em;
        color: var(--white);
        background-color: var(--black);
        padding: 5px 10px;
}

/* client side validation */
.form-j9tkojp6kz input:invalid {
	border: 2px dashed red;
}

.form-j9tkojp6kz input:invalid:required {
        border: 0px solid #ccc;
}

.form-j9tkojp6kz input:valid {
        border: 0px solid #ccc;
}


/********************/
/*   X Nieuwsbrief  */
/********************/
/* cmsms stylesheet: Footers modified: maandag 28 oktober 2024 11:30:35 */
.footer{
    background-color: var(--theme-yellow);
}

footer, footer a, footer h4, footer h5{
    color: var(--black) !important;
}

footer ul{
    border-color: var(--black) !important;
} 


.subfooter{
    background-color: rgba(160, 72, 137, 0.3) !important;
}
