/* Application styles could go here */
footer .poweredby { float: right; margin: 33px 10px 0 0;}
footer .poweredby img { width: 120px; }

div.museum {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f0f0f0;
}

div.museum span {
    display: block;
}

div.museum .murls a {
    display: block;
    text-decoration: underline;
}

div.museum span.mnaam {
    font-weight: bold;
    font-size: 1.2em;
}

div.museum span.mplaats {
    display: inline;
    padding-left: 2em;
}

div.museum div.mdesc {
    margin-top: 1rem;
}

a.navbar-brand {
    padding: 0;
}

a.navbar-brand img {
    height: auto;
    width: auto;
    max-height: 50px;
}

nav.navbar {
    background-color: white;
    margin-bottom: 0;
}

.navbar-default {
    border-bottom: solid 1px #0074d9;
    border-radius: 0;
}

html, body {
    height: 100%;
}

html body {
    background: white;
    padding-right: inherit;
}

#map {
    width: 100vw;
    height: calc(100vh - 52px); /* hoogte 50 + 2px border */
}

.dropdown-menu {
    border-top: 0px;
    z-index: 2001;
}

h2 {
    font-size: 14.4pt;   
}
h3 {
    font-size: 14.4pt;   
}

a.plink {
    display: block;
}

#navigation {
    margin-bottom: 1rem;
}

#websites a {
    display: block;
}

#beschrijving {
    margin: 1rem 0;
    white-space: pre;
    white-space: pre-line;
}

.mc {
    cursor: pointer;    
}

.types  {
    font-size: 10pt;
}

#indeling {
    margin-bottom: 1em;
}

.zoom2marker ,
.zoom2markerAgenda 
{
    font-size: 18pt;
    color: #777777;
    float: right;
    margin: 4px;
    padding: 4px;
    text-align:right;
    display: block;
}

.zoom2marker .distance ,
.zoom2markerAgenda .distance 
{
    font: 12px/1.2 "Helvetica Neue", Arial, Helvetica, sans-serif;
    display: block;
}

.zoom2marker:hover {
    color: darkblue;
}

#filters {
    margin: 2rem 0;
    position: relative;
}

#agenda #filters {
    max-width: 556px;
}

#filters .multiselect-native-select {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}

#filters .multiselect-native-select > span > button {
    display: block;
    width: 100%;
    overflow-x: hidden;
}

#filters .multiselect-native-select ul.multiselect-container.dropdown-menu 
{
    position: relative;
    max-height: calc(80vh - 200px );
    width: 100%;
    margin-bottom: 1rem;
}


#filters > form > div.btn-group {
    position: relative;
    width: 100%;
}

#filters > form > div.btn-group #btnFilter {
    width: calc( 100% - 40px - 40px - 40px - 70px);
}

#filters > form > div.btn-group #btnFilterAgenda {
    width: calc( 100% - 40px - 40px - 70px);
}

#filters > form > div.btn-group #btnReset {
    width: 70px;
}

#provincieplaats-container ,
#categorie-container {
    position: relative;
    display: block;
}

.multiselect-container {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}


.fa-filter::before {
    content: "\f0b0";
}

#inzoomen {
    float: right;
    cursor: pointer;
    margin-bottom: 2px;
}



#museuminfocontent ,
#homepage ,
#settingscontent 
{
    margin: 2rem 0;
}

/* agenda en nieuws */

.bg {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #eeeeee;
}

/* container voor de bg */
.cbg {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position:relative;
}

.ccontainer {
    margin-bottom: 20px;
}

.kop {
    font-size: 20px;
    font-weight: bold;
    margin: 1rem 0 .2rem 0;
    line-height: 26px;
}

#agendalijst ,
#museumagendacontent , 
#indebuurtcontent 
{
    margin-bottom: 40px;
}

#museumagendacontent h3 {
    margin-top: 20px;
}

#museumagendacontent > div {
	display: block !important;
}

.km {
    padding-left: 8px;
}
.km::before {
    content: "\f061";
    padding-right: 8px;
    color: #a8e3f6;
}

.km a {
	font: 12px/1.2 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#indebuurt {
    margin-top: 16px;
}

#indebuurt > div {
    margin-top: 4px;
    border-bottom: solid 1px #f0f0f0;
    padding: 4px 0;
}

#indebuurt ul {
    margin-left: 0;
    padding-left: 26px;
    margin-top: 4px;
}
#indebuurt ul li {
    font: 13px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#indebuurt ul li::before {
    font-family: FontAwesome;
	margin-left: -22px;
	color: #999999;
	padding-right: 8px;
}

#museumagendacontent {
    margin-top: 30px;
}

#museumagendacontent h3 ,
#indebuurtcontent h3
{
    margin: 0;
    padding: 0;
}

/* was .full */
#sidebar .nieuwsagendaitem {
    margin: 20px 20px 20px 0;
    width: 100%;
    float: left;
    height: 320px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#sidebar #zoekresultaat .nieuwsagendaitem {
    margin: 0 20px 20px 0;
    padding-bottom: 20px;
    float: none;
}

#sidebar #zoekresultaat .nieuwsagendaitem.lezen {
    margin: 0 20px 20px 0;
    padding-bottom: 20px;
    float: none;
}

.tekst {
    margin-top: 1rem;
}

.tekst a , 
.tekst .locatie 
{
    display: block;
    margin-top: 1rem;
}

.tekst a span
{
    padding-right: 5px;
}

.tekst .locatie span 
{
    padding-right: 5px;
    color: #333333;
}

/* was .full */
#sidebar .nieuwsagendaitem .bg {
    position: relative;
}

/* was .full */
#sidebar .nieuwsagendaitem .cbg div.hdr {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    color: white;
    font-size: 90%;
    width: 100%;
}

/* was .full */
#sidebar .nieuwsagendaitem .cbg  div.hdr a {
    text-decoration: underline;
    color: white;
}
/* geen link bij museuminfo agenda-items */
#sidebar #museumagendacontent .nieuwsagendaitem .cbg  div.hdr a {
    text-decoration: none;
    color: white;
}

/* was .full */
#sidebar .nieuwsagendaitem .cbg  div.hdr .kop {
    color: white;
    margin: 0;
}

/* was .full */
#sidebar .nieuwsagendaitem div.hdr .zoom2markerAgenda {
	font-size: 18pt;
	color: #aaaaaa;
	float: right;
	margin: 0 0 4px 4px;
	padding: 0;
	text-align: right;
}

/* was .full */
#sidebar .nieuwsagendaitem div.hdr .zoom2markerAgenda:hover {
    color: darkgreen;
}

/* was .full */
#sidebar .nieuwsagendaitem.lezen {
	/* position: absolute; */
	/* background: #f0f0f0; */
	color: #111111;
	height: auto;
	z-index: 2;
	width: 100%;
	transition: width 500ms, height 500ms;
}

/* was .full */
#sidebar .nieuwsagendaitem.lezen .cbg {
    height: 400px;
    transition: height 500ms;
}

/* was .full */
#sidebar .nieuwsagendaitem.lezen .bg {
    transition: background-position 500ms;
    background-position: center top !important;
}


/* was .full */
#sidebar .nieuwsagendaitem.lezen div.tekst , 
/* was .full */
#sidebar .nieuwsagendaitem.lezen div.gbg 
{
    /* padding: 0 10px 20px 10px; */
}

div.gbg div.datum {
    font-size: 90%;
}

/* zoeken */

#zoekblok {
    margin: 2rem 0;
}

#zoekresultaat {
    margin: 2rem 0;
}

#zoekresultaat div.tekst > tekst {
    white-space: pre-wrap;
}

#zoekresultaat exist\:match {
    color: red;
}

.nieuwsagendaitem a {
    text-decoration: underline;
}

.nieuwsagendaitem:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
    pointer-events: none;
  }

.nieuwsagendaitem:hover {
    color: #111111;
    transition: color 500ms;
}

.nieuwsagendaitem:hover .bg ,
.nieuwsagendaitem:focus .bg {
    transform: scale(1.1);
    transition: all 500ms;
}

.nieuwsagendaitem.lezen:hover .bg ,
.nieuwsagendaitem.lezen:focus .bg {
    transform: none;
    transition: none;
}

.nieuwsagendaitem:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
    pointer-events: none;
    transition: height 500ms;
  }

.nieuwsagendaitem.lezen:after {
    width: 0;
    height: 0 !important;
  }


@media only screen and (max-width: 800px) {
    #body h1 {
    	font-size: 26px;
    }
    #body h2 {
    	font-size: 18px;
    }
}

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

    #sidebar.full .nieuwsagendaitem {
        margin: 20px 20px 20px 0;
        width: calc( 49.99% - 20px );
        float: left;
        height: 320px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    
    #sidebar.full .nieuwsagendaitem.lezen {
    	/* position: absolute; */
    	background: #f0f0f0;
    	color: #111111;
    	height: auto;
    	z-index: 2;
    	width: 100%;
    	transition: width 500ms, height 500ms;
    }
        
    #sidebar.full .nieuwsagendaitem.lezen div.tekst , 
    #sidebar.full .nieuwsagendaitem.lezen div.gbg 
    {
        padding: 0 10px 20px 10px;
    }
    #inuitloggen {
        position: absolute;
        right: 20px;
    }
}

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

    #sidebar.full .nieuwsagendaitem {
        margin: 20px 20px 20px 0;
        width: calc( 24.99% - 20px );
        float: left;
        height: 320px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    #sidebar.full .nieuwsagendaitem.lezen {
    	/* position: absolute; */
    	background: #f0f0f0;
    	color: #111111;
    	height: auto;
    	z-index: 2;
    	width: calc(50% - 40px);
    	transition: width 500ms, height 500ms;
    }
    
        
    #sidebar.full .nieuwsagendaitem.lezen div.tekst , 
    #sidebar.full .nieuwsagendaitem.lezen div.gbg 
    {
        padding: 0 10px 20px 10px;
    }
}

/* cms */ 
.footerlink {
    margin: 20px;
    display: inline-block;
}

#profiel .label {
    color: inherit;
}

#content > div.row > div > div.agendacontent {
    border-bottom: double 3px silver;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#content > div.row > div > div .afbeelding {
    margin: 0 0 20px 20px;
}

#content > div.row > div > div .recordinfo {
    font-style: italic;
    margin-top: 1rem;
}

#content > div.row > div > div.agendacontent:first-of-type {
    margin-top: 40px;
}

#content > div.row form div button {
    margin-right: 20px;
}


form label > span {
    font-size:  12px;
    display: inline-block;
    font-weight: normal;
    font-style: italic;
}

div.editlijst {
    margin-top: 40px;
}

table#lijst {
    margin-top: 20px;
}

body.cms form.form-horizontal {
    margin-top: 40px;
}

pre code a ,
pre code a:hover 
{
    color: inherit;
}

span.caption {
    display: block;
    font-style: italic;
    margin: 10px;
    max-width: 300px;
}

div.virtual img {
    margin: 20px 0;
}

div.virtual img[align=right] {
    margin: 0 0 20px 20px;
}

div.virtual img[align=left] {
    margin: 20px 20px 20px 0;
}

#formWrapper div.xfTextarea div.widgetContainer textarea {
    width: 100%;
    height: 250px !important;
    
}

#formWrapper div.xfTextarea div.widgetContainer {
    display: block;
}

#cmsmap {
	width: 100%;
	height: 50vh;
	min-height: 400px;
	border: solid 1px silver;
	margin-bottom: 4px;
}

.cmszoek {
    margin-bottom: 20px;
}

#formWrapper .buttons {
    margin: 20px 0;
}

#formWrapper .buttons button {
    display: inline-block;
    margin: 2px;
    width: 200px;
}

#formWrapper .buttons input {
    width: 100%;
    margin: 2px;
}

#formWrapper a.bold {
    font-weight: bold;
}

.kolom {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-width: 300px; /* Chrome, Safari, Opera */
    -moz-column-width: 300px; /* Firefox */
    column-width: 300px;
    margin-bottom: 50px;
}

.likop {
    list-style: none;
    margin: 1rem 0 0 0;
}

.likop > span {
    font-weight: bold;
    font-size: 20px;
}

.lw {
    font-style: italic;
    color: gray;
    margin: 2rem 0;
    font-size: 12px;
}

.opforum .item {
    margin-bottom: 2rem;
}
.opforum .description br {
    display: none;
}

.opforum .description br:after {
    content: ' '
}

.datumauteur {
    color: gray;
    font-size: 12px; 
}






