.w3-theme-l5 {color:#000000 !important; background-color:#ffffff !important}
.w3-theme-l4 {color:#000000 !important; background-color:#ffffff !important}
.w3-theme-l3 {color:#ffffff !important; background-color:#000000 !important}
.w3-theme-l2 {color:#ffffff !important; background-color:#000000 !important}
.w3-theme-l1 {color:#ffffff !important; background-color:#000000 !important}
.w3-theme-d1 {color:#ffffff !important; background-color:#000000 !important}
.w3-theme-d2 {color:#ffffff !important; background-color:#000000 !important}
.w3-theme-d3 {color:#ffffff !important; background-color:#000000 !important}
.w3-theme-d4 {color:#ffffff !important; background-color:#000000 !important}
.w3-theme-d5 {color:#ffffff !important; background-color:#000000 !important}

.w3-theme-light {color:[shadeTXT] !important; background-color:#ffffff !important}
.w3-theme-dark {color:#ffffff !important; background-color:#000000 !important}
.w3-theme-action {color:#ffffff !important; background-color:#000000 !important}

.w3-theme-sw {color:#ffffff !important; background-color:#ffffff !important}
.w3-text-sw-theme {color:#000000 !important}
.w3-border-sw-theme {border-color:#000000 !important}

.w3-theme {color:#ffffff !important; background-color:#000000 !important}
.w3-text-theme {color:#000000 !important}
.w3-border-theme {border-color:#000000 !important}

.w3-hover-theme:hover {color:#ffffff !important; background-color:#000000 !important}
.w3-hover-text-theme:hover {color:#000000 !important}
.w3-hover-border-theme:hover {border-color:#000000 !important}

.pd-touch{ color: #ffffff; background-color:#000000;}
.pd-border-touch{ border-color:#000000;}
.pd-text-touch{ color: #000000;}
.pd-hover-touch{ color: #ffffff; background-color:#000000;}

.imgMaxH{
    max-height: 50vh;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.mmheader, #menuKnop{
    display: none;
}
.foot{
font-size: small;
background-color: #000000;
color: #ffffff;
text-align: center;
}
.foot p{
margin: 0;
}

/** CSS LIGHTBOX MARKUP **/
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.8);
  }
  /* Unhide the lightbox when it's the target */
  .lightbox:target {
    display: block;
  }
  .lightbox span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
/** ART overvieuw page fix **/
  .w3-ul{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
  }
  .thumbnail {
    position: relative;
    width: 600px;
    height: 300px;
    overflow: hidden;
  }
  .thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .thumbnail img.portrait {
    width: 100%;
    height: auto;
  }
  