.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
}
/*====================*/
.metismenu.mod-menu
.metismenu-item {
  font-size: 1.0rem;
  color: #0000ff;
  background-color: #e0e0eb;
}

/* Selectiekleur =======*/
a:hover {
  background-color: #d8bdf8;
}
/* Kleur koptekst ========*/
h1, h2, h3, h4, h5, h6 {
  color: darkblue;
  font-family: "verdana", geneva, sans-serif;
  font-size: 20px;
  font-style: italic;
}
/* Achtergrondkleur header ========*/
.container-header {
position: relative;
z-index: 10;
background-image: none;
/*background-color:#919191;*/ 
  background-color:#f0f8ff;
box-shadow: none;
}
/* Achtergrondkleur pagina =======*/
body {
  background-color: #f0f8ff;
}
/* Tekstkleur pagina. Alleen homepage ======*/
body {
  color: #000000;
  font-size: 14px;
}

/* Rechterkolom inhoud ========*/
.sidebar-right {
  color: darkblue;
  font-size: 16px;
  background-color: #e0ffff;
}
/* Linkerkolom inhoud ========*/
.sidebar-left {
  font-size: 16px;
  color: darkblue;
  background-color: #e0ffff;
}

/*Achtergrond grid =====
.site-grid {
    background-color: #C0C0C0;
}
*/
/* Kleur grid =======
.grid-child {
    padding: 3px 15px;
    background-color: #EBEBEB;
}
*/
/* Achtergrond banner ========*/
.banner {
 /*background-color: #919191;*/
 background-color: white;
}
/* Smaller banner ===========
.container-banner .banner-overlay {
    height: 60vh;
}
*/

/* Achtergrondkleur submenus ========*/
.metismenu.mod-menu .mm-collapse {
    background: #f0f0f5;
    color: darkblue;
}

/*
.container-header .mod-menu {
justify-content: center;
  color: #003cb3;
  font-size: 1.0em;
  background-color: #d1d1e0;
  padding: 0;
}
*/

/* Modules have the class card, so you control them with .card - if you want to control only a specific module, you can give the module its own CSS class in the settings and then control it with that ====*/

.card {
    box-shadow: 10px 10px 17px 0px rgba(15,16,15,0.61);
    -webkit-box-shadow: 10px 10px 17px 0px rgba(15,16,15,0.61);
    -moz-box-shadow: 10px 10px 17px 0px rgba(15,16,15,0.61);
}
footer div.mod-footer {
  display: flex;
  color: white;
  /*background-color:#919191;*/
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
}
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
}