.container-header .mod-menu {
justify-content: center;
color: #00bfff; 
padding: 0;
}

/*.container-header {
background-color: #00BFFF;

} */

.container-topbar {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

footer div.mod-footer {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
}

.links-intro { float:left; width:200px; }
.rechts-intro { float:right; width:200px;}
.geen-volledig { width:auto; float:none; }
.links-volledig { float:left; width:300px; margin: 0 10px 10px 0; }
.rechts-volledig { float:right; width:300px; margin: 0 0 10px 10px; }
/* color wijziging

.root {
  --cassiopeia-color-primary: red;
  --cassiopeia-color-hover: green;
  --cassiopeia-color-link: blue;
}*/
