* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* standards */

html {
    min-height: 101%; 
    overflow-y: scroll;
}

body {
    background-color: black ;
    color: whitesmoke ;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 100%;
    margin-top: 10px;
    overflow-y: scroll;
	display: flex;
	flex-direction: column;
}

a {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}

a:hover {
	color: #FF3300;
}

h2 {
	margin-bottom: 0.5em;
}
h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}	
p {
	margin-bottom: 0.83em;
}
ul {
	display: block;
	padding-left: 20px;	
	margin-bottom: 0.83em;
}

/* pagina indeling */

.pagelem {
    width:100%;
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sessionbar {
    font-size: 0.8em;
    padding: 1px;
    display: block;
    white-space: nowrap;
}
.heading {
    padding: 5px 0px 0px 5px;
    height: 170px;
    display: flex;
    flex-direction: column;
}
.heading h3 {
    margin-top: 0px;
    padding-left: 5px;
}
.regular {
	margin-top: 5px;
	padding: 5px;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}
.wide {
    width:90%;
	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* header */

.headdiv1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.headdiv2 {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.lichtkrant {
    padding-top: 5px;
    top: 0;
}

/* menu column containers */
  
.menurow {  
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
}
/* four equal menu columns */
.menu {
    flex: 25%;
    background-color: #333;
    color: #ddd;
    padding: 3px 20px 5px 20px;
}
.menu a {
    font-weight: normal;
    color: #ddd;
}
.menu a:hover {
    text-decoration:underline;
    color: white;
    cursor: pointer;
}
.menu ul {
    padding-left: 15px;
    margin: 0px;
    list-style-type: none;
}

.menutitel {
    margin-top: 2px;
    font-weight: bold;
}
.menuitem {
    margin-left: 10px;
}

/* footer */

.footer {
    width: 100%;
    padding: 5px;
    text-align: center;
}

.footertext {
	font-variant: small-caps;
	font-weight: bold;
	color: whitesmoke; 
}

/* forms */

form {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	max-width: 900px;
}
.bbform {
    width: 90%;
	padding: 5px;
	border: 1px solid darkslategray;
}
.formfilter {
	text-align: center;
	display: inline-block;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
input[type="button"], input[type="submit"] {
	font-size: medium;
	font-weight:bold;
	background-color: AliceBlue;
	border: 1px solid AliceBlue;
	border-radius: 3px;
	color: #0066CC;
	display: inline-block;
	min-width: 40px;
	margin-right: 1px;
	padding: 10px 6px 8px 6px;
	text-decoration: none;
	cursor: pointer;
}
input[type="text"], textarea {
	font-family: inherit;
	font-size: medium;
	width: 100%;
	max-width: 800px;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
select {
	font-size: medium;
	max-width: 285px;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
input[type="datetime-local"] {
	font-size: large;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
label:hover{
    color: #FF3300;
}
.col-25 {
	float: left;
	padding-right: 5px;
	text-align:right;
	width: 25%;
	margin-top: 5px;
}
.col-75 {
  float: left;
    text-align:left;
  width: 75%;
  margin-top: 5px;
}
.row {  
    display: flex;
    flex-wrap: wrap;
    width: 100%;
/*    max-width: 1000px; */
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* buttons */

.btn {
	font-size: medium;
	font-weight:bold;
	background-color: AliceBlue;
	border: 1px solid AliceBlue;
	border-radius: 3px;
	color: #0066CC;
	display: inline-block;
	min-width: 40px;
	margin-right: 5px;
	padding: 8px 6px;
}
.btn:hover .btn:focus {
	background-color: #EFEFEF;
	color: #FF3300;
	cursor: pointer;
}
.btndisa {
	font-size: medium;
	font-weight:bold;
	border-radius: 4px;
	background-color: AliceBlue;
	border: 1px solid AliceBlue;
	color: gray;
	display: inline-block;
	min-width: 40px;
	padding: 8px 6px;
	margin-right: 5px;
}

.btnslotregel {
	margin-top:5px;
}

/* misc */

.alert {
	color: #000000;
	font-weight: bold;
}
.center {
	text-align: center;
}
.confirm {
	font-weight: bold;
	color: forestgreen;
}
.error {
	font-weight: bold;
	color: #FF3300;
}
.smallprint {
	font-size: 0.9em;
}
.spacer {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* beeldenbank overzicht */

.regitem {
    margin: 1px;
    display: flex;
    flex: none;
    align-items: center;
}
.regimgl {
    width: 360px;
    height: auto;
    border: none;
}
.regimgp {
    height: 240px;
    width: auto;
    border: none;
}

/* beeldenbank detail & edit */

.imgl {
	max-width: 100%;
	height: auto;
}
.imgp {
	width: 70%;
	height: auto;
	max-height: 100%;
}
.imgledit {
	max-width: 80%;
	height: auto;
}
.imgpedit {
	width: 56%;
	height: auto;
	max-height: 100%;
}

/* responsive & shit */

@media screen and (max-width: 700px) {
.col-25, .col-75 {
    width: 100%;
    margin-top: 3px;
	text-align: left;
  }
}
@media screen and (max-width: 2012px) {
.regimgl {   
    width: 300px;
}
.regimgl {   
    height: 200px;
}
}
@media screen and (max-width: 1680px) {
.regimgl {   
    width: 240px;
}
.regimgl {   
    height: 160px;
}
}