/* file lemstyle.css */
/* gebruikt voor alle webpagina's onder www.jpdg.nl/grootsgrut/lemsche */

html * 		{
			font-family: verdana, helvetica, arial, sans-serif; font-size: 1.2vw; 
			 padding: 0; margin: 0; letter-spacing:0.04em; line-height:115%;
			 box-sizing: border-box;
			 }
body 		{
			font-family: verdana, helvetica, arial, sans-serif; font-size: 1.2vw; 
			 padding: 0 2em 0 1em; margin: 0; letter-spacing:0.04em; line-height:115%;
			 box-sizing: border-box;
			background-color : #e0e0e0;
			padding:10px;			
			font-size: 100%; 
			overflow: auto;
			}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #eeeeff;
  margin: auto;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 12px;  
  width: 96%;
}

#modaltekst {
	max-width: 96%;
	margin: auto;
	}

/* The Close Button */
.close {
  color: #ff7777;
  float: right;
  font-size: 3em;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


