﻿/* Linkermenu op Publicaties pagina */
/* Menu breedtes ed */
.leftmenu {
    width: 200px;
    color: #FF6600;
    float: left;
}
#leftmenu {
    top: 175px;
    margin: 0;
    padding-top: 20px;
    width: 160px;
    padding-left: 20px;
    position: fixed;
}
.niets {
    list-style: none;
}
.headspan {
    color: #C1C3CB;
    font-size: 13px !important;
}
/* Tekst opmaak */
.catlink {
    text-decoration: none;
    color: #C1C3CB;
}
.catlink:hover {
    text-decoration: underline;
}
#leftmenu span {
    font-size: 20px;
}
#leftmenu .niets {
    height: 15px;
}


/* Content Publicaties */
.midtekst {
    max-width: 1150px;
    min-width: 750px;
    width: calc(100% - 250px);
    padding-left: 50px !important;
    float: left !important;
    margin-left: 200px !important;
}
/* Achtergrondafbeelding zodat het even lang LIJKT, maar niet is :) */
.midcontent {
    background: #3A403B url("afbeeldingen/textbackground.png") repeat-y 0 0;
}

.jaartal {
    color: #FF6600;
}
.doc {
    font-size: 9px;
    color: #FF6600;
    text-decoration: none;
}
/* Naar boven knop */
#backtop {
    display: none;
    cursor: pointer;
}

.fancybox-title-inside-wrap {
    padding: 10px;
    background-color: #3A403B;
    color: #C1C3CB;
}
.fancybox-skin { background: #3A403B !important; }

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1150px;
    min-width: 750px;
    width: 100%;
}

.gallery a {
    display: block;
    height: 12vw;
    overflow: hidden;
    margin: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.gallery a img {
    overflow: hidden;
    height: 100%;
}