body, html {
    margin: 0px;
    padding: 0px;
   
    background-color: gray;
    font-family: 'Trebuchet MS';
}

.content {
  max-width: 850px;
  margin: auto;
}

.Container {
    margin: auto;
    padding: 10px;
    background-color: #ededed;
    font-family: 'Trebuchet MS';
    border: 1px solid black;
}

.Container header {
  display: inline-block;
  
  width: 100%;
  height: 150px;
  background-image: url("https://collecties.bmzeeland.nl/bmz_images/logbmz.png");
  background-repeat: no-repeat;    
  background-position: center top;
  background-repeat: no-repeat;
}

.Container img {
  width:100%;
}
.desImage {
	position:relative;
	width:100%;
	float:left;
}

.desImage h2
{
  position:absolute;
	bottom:0;
	left:0;
    font-size: 0.8em;
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.5);
	width:100%;
	margin:0;
}

.desImage span
{
  float: left;
  clear: left;
  color: white;
  font-size: 0.8em;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 10px;
}
#qr-canvas {

            width:500px; 
            height:500px; 
            background-color: white; 
}


#btn-scan-qr {
  cursor: pointer;
}


#btn-scan-qr img {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 100px;
  width: auto;
  background: white;

}

#qr-result {
  font-size: 1.2em;
  margin: 20px auto;
  padding: 20px;
  max-width: 700px;
  background-color: white;
}

groupitem {
        display: inline-block;
        text-align: right;
        text-transform: uppercase;
        letter-spacing: 8px;
        width: 100%;
        min-height: 40px;
        font-size: 45px;
        margin-left: 0;
        margin-right: 0;
        background-size: 100%;
        background-color: #ff9a00;
    }
    
	
#groupheader-more {
        display: inline-block;
        
        text-align: left;
        text-transform: none;
        letter-spacing: normal;
        /*text-indent: 2em;*/
        width: 100%;
        min-height: 40px;
        font-size: 25px;
        margin-left: 0;
        margin-right: 0;
        background-size: 100%;
        background-color: #ffca00;
		
    }

itemheader {
        display: block;
        /*border: 2px solid black;*/
        width: 100%;
        min-height: 40px;
        font-size: 40px;
        margin-left: 0;
        margin-right: 0;
        background-size: 100%;
        background-color: #ff5a00;
        color:white;
    }

    .btn-close { 
        display: inline-block;
        border: 2px solid black;
        
        position: relative;
        
        left: 50%;
        transform: translate(-50%, -50%);
        
        padding: 1rem 2rem;
        
        background-color: gray;
        color: #ffffff;
        font-family: sans-serif;
        font-size: 1.2em;
        cursor: pointer;
    }

.btn-more { 
        display: inline-block;
        border: 2px solid black;
        position: relative;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        background-color: gray;
        color: #ffffff;
        font-family: sans-serif;
        font-size: 2.3em;
        cursor: pointer;
}

.btn-audio {
        display: inline-block;
        position: relative;
        background-image: url('/bmz_images/audio.png');
        background-repeat: no-repeat;
        width: 60px;
        height: 60px;
}
.btn-pdf {
        display: inline-block;
        position: relative;
        background-image: url('/bmz_images/pdf.png');
        background-repeat: no-repeat;
        width: 60px;
        height: 60px;
}
.btn-video {
        display: inline-block;
        position: relative;
        background-image: url('/bmz_images/video.png');
        background-repeat: no-repeat;
        width: 60px;
        height: 60px;
}

.btn-x {
        display: inline-block;
        position: relative;
        background-image: url('/bmz_images/buttonclose.png');
        background-repeat: no-repeat;
        width: 60px;
        height: 60px;
}
.help {
        display: inline-block;
        border: 2px solid black;
        width:100%;
        position: relative;
        
        background-color: gray;
        color: #ffffff;
        font-family: sans-serif;
        font-size: 0.75em;
        cursor: pointer;
}

table {
    border-collapse:collapse;
    width:100%;
}

detail {
        margin: auto;
        margin-top: 10px;
        width: 100%;
        height: auto;
        background-color: #d9d9d9;
        padding: 5px;
        font-size: 1em;
}

.des table img {
        width:auto;
}
@media all and (max-width: 500px) {
    header {
        height: 70px;
        line-height: 70px;
    }

        header span {
            font-size: 16px;
        }
    
   
    .side_article {
        display: none;
        visibility: hidden;
    }

    .main_articles {
        width: 100%;
    }

    .siteDescription {
        width: 100%;
        height: auto;
        display: block;
    }

    .desImage {
        margin: auto;
        width: 100%;
        height: auto;
    }

        .desImage img {
            width: 100%;
            /*margin-left: 5px;*/
        }



    .des {
        margin: auto;
        margin-top: 5px;
        width: 100%;
        /*height: 600px;*/
        background-color: #d9d9d9;
    }
    
 
    
    .button1 {
    display: inline-block;
    
    border: none;
    padding: 1rem 2rem;
    margin: 0;
    text-decoration: none;
    background-color: #ff9a00;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1.3em;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
}




