html {
  background-image: url('../img/achtergrond.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  font-family: Arial, Verdana, Helvetica, 'Bitstream Vera Sans', sans-serif;
  /*font-size: 9pt;*/
  font-size: 14px;
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
  max-width: 852px;
  margin: 0 auto;
  background-color: white;
}

header {
  background-image: url('../img/header3.jpg');
  height: 195px;
  display: flex;
  justify-content: space-between;
}

nav#menu {
  background: rgb(70, 115, 147);
  background: linear-gradient(0deg, rgba(70, 115, 147, 1) 0%, rgba(101, 140, 168, 1) 50%, rgba(140, 171, 194, 1) 100%);
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  display: flex;
  flex-wrap: wrap;
}

nav#menu div {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
  /*height: 23px;*/
  white-space: nowrap;
  border-right: dotted #ffffff9c 2px;
  /*padding-top: 1px;*/
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  flex: 1;
}

nav#menu div:last-child {
  border-right: none;
}

nav#menu .projects {
  flex: 2;
}

nav#menu a {
  /*padding-left: 6px;*/
  /*padding-right: 6px;*/
  padding-left: 0.6em;
  padding-right: 0.6em;
}

main {
  display: flex;
}

section.content {
  width: 608px;
  margin: 19px 19px 6px 22px;
}

section.news-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

aside {
  background: white;
  margin-top: 19px;
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

footer {
  clear: both;
  margin: 0 22px 0 22px;
  padding-top: 4px;
  padding-bottom: 8px;
  border-top: solid 1px #467393;
  color: #467393;
  /*font-size: 10px;*/
  font-size: 0.8rem;
}

.news-items article {
  width: 292px;
}

a, a:visited {
  color: #467393;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: #467393;
}

a img {
  border: 0;
}

a.imglnk,
a.buttonlnk {
  font-size: 0;
  background-color: transparent;
}

h1, h2, h3, h4 {
  color: #467393;
  font-size: 1.1rem;
  font-weight: bold;
}

h1, h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 1.2rem;
}

.privacy h2 {
  margin-bottom: 6px;
}

.privacy p {
  margin-top: 0;
}

p.capital:first-letter {
  text-transform: uppercase;
}

p.smargin {
  margin-top: 3px;
  margin-bottom: 3px;
}

div#status-border {
  position: absolute;
  top: 19px;
  border-bottom: 1px solid white;
  width: 100%;
  max-width: 852px;
}

div#login-status {
  margin-top: 3px;
  margin-right: 3px;
  /*font-size: 8pt;*/
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  z-index: 2;
}

div#logo-container {
  position: relative;
  top: 0;
  left: 22px;
}

div#logo-background {
  position: absolute;
  width: 254px;
  height: 195px;
  background: rgba(0, 0, 0, 0.5);
}

div#logo {
  position: absolute;
  background-image: url('../img/logo-wit.png');
  left: 14px;
  top: 76px;
  width: 226px;
  height: 43px;
}

div#login-status :link,
div#login-status :visited,
nav#menu :link,
nav#menu :visited {
  color: white;
}

div#login-status .active :link,
div#login-status .active :visited,
nav#menu .active :link,
nav#menu .active :visited {
  color: #b9d165;
}

div#login-status :link:hover,
div#login-status :visited:hover {
  color: #467393;
  background-color: white;
}

nav#menu :link:hover,
nav#menu :visited:hover {
  color: #cedf94;
  background-color: transparent;
}

img {
  max-height: 100%;
  max-width: 100%;
}

.nieuws2-onderwerp :link:hover,
.nieuws2-onderwerp :visited:hover {
  color: #b9d165;
  background-color: transparent;
}

.nieuws-tekst p {
  margin-top: 0;
  margin-bottom: 4px;
}

article.hoofdartikel {
  position: relative;
  max-width: 608px;
  max-height: 300px;
  margin-bottom: 0.6em;
}

article.hoofdartikel .kader {
  position: absolute;
  top: 0;
  left: 0;
  width: 254px;
  height: 100%;
  color: white;
  background: #467393;
  background: rgba(70, 115, 147, 0.8);
}

article.hoofdartikel .kader-content {
  padding: 12px 15px 0;
  height: calc(100% - 50px);
  overflow: hidden;
}

.hoofdartikel-datum,
.hoofdartikel-datum-kader {
  /*font-size: 8pt;*/
  font-size: 0.9rem;
  font-style: italic;
  /*line-height: 12pt;*/
  padding-bottom: 3px;
}

.hoofdartikel-datum {
  color: #467393;
  border-bottom: 1px solid #467393;
}

.hoofdartikel-datum-kader {
  border-bottom: 1px solid white;
}

.hoofdartikel-onderwerp,
.hoofdartikel-onderwerp-kader {
  padding-top: 6px;
  /*font-size: 16pt;*/
  font-size: 1.3rem;
  font-weight: bold;
}

.hoofdartikel-onderwerp {
  color: #467393;
}

.hoofdartikel-tekst p,
.hoofdartikel-tekst-kader p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.hoofdartikel-tekst-kader p,
.hoofdartikel-tekst-kader h1,
.hoofdartikel-tekst-kader h2,
.hoofdartikel-tekst-kader h3,
.hoofdartikel-tekst-kader h4 {
  color: white;
}

.hoofdartikel-voet {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 224px;
  margin-left: 15px;
  margin-bottom: 12px;
  border-top: 1px solid white;
  text-align: right;
}

.hoofdartikel-voet a {
  display: none;
  padding-right: 6px;
}

.hoofdartikel-container img {
  display: block;
}

.hoofdartikel-container :link,
.hoofdartikel-container :visited {
  color: white;
  background-color: transparent;
  font-weight: bold;
}

.hoofdartikel-container :link:hover,
.hoofdartikel-container :visited:hover {
  color: #b9d165;
}

#stoha-nieuws-ballon-container {
  position: absolute;
  display: block;
  width: 108px;
  height: 108px;
  right: 12px;
  bottom: 16px;
}

.stoha-nieuws-ballon {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../img/stoha-nieuws.png') 0 0 no-repeat;
  outline-style: none;
}

.stoha-nieuws-ballon:hover {
  background-color: transparent;
  background-position: -108px 0;
}

#stoha-reunie-ellips-container {
  position: absolute;
  display: block;
  width: 195px;
  height: 96px;
  right: 12px;
  bottom: 16px;
}

.stoha-reunie-ellips {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../img/reunie-ellips.png') 0 0 no-repeat;
  outline-style: none;
}

.stoha-reunie-ellips:hover {
  background-color: transparent;
  background-position: -195px 0;
}

.nieuws-foto {
  margin-top: 0.6em;
}

div#admin-mnu,
div#login {
  width: 180px;
}

div#admin-mnu,
div#login2,
div#login {
  position: relative;
  background: rgb(70, 115, 147);
  background: linear-gradient(0deg, rgba(70, 115, 147, 1) 0%, rgba(101, 140, 168, 1) 70%, rgba(140, 171, 194, 1) 100%);
  margin-bottom: 6px;
}

div.login-logo {
  position: relative;
  background-image: url('../img/login-logo.png');
  left: 14px;
  top: 10px;
  width: 152px;
  height: 23px;
  margin-bottom: 6px;
}

div.admin-menu-kop,
div.admin-menu,
div.login-menu {
  color: white;
  margin: 0 12px;
  padding: 6px 0;
}

div.admin-menu-kop {
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.6em;
}

div.login-menu label {
  font-size: 11px;
  text-transform: lowercase;
  line-height: 18px;
}

div.login-menu input {
  padding-bottom: 4px;
}

div.login-menu input[type="text"],
div.login-menu input[type="password"] {
  width: 146px;
  margin-bottom: 2px;
  padding: 4px 0 4px 4px;
}

div.login-menu .submit {
  padding-top: 6px;
  text-align: right;
}

div.login-menu .submit input {
  margin-top: 4px;
  padding-bottom: 1px;
}

div#nieuws {
  width: 180px;
}

div#nieuws :link:hover,
div#nieuws :visited:hover {
  color: white;
  background-color: transparent;
}

article.nieuws-line :link,
article.nieuws-line :visited {
  font-weight: bold;
}

div.loggedin-text,
div.loggedin-menu {
  margin-bottom: 6px;
}

div.loggedin-menu :link,
div.loggedin-menu :visited {
  color: white;
  font-weight: bold;
  margin-bottom: 16px;
}

div.loggedin-menu :link:hover,
div.loggedin-menu :visited:hover {
  background-color: transparent;
  color: #cedf94;
}

div.loggedin-menu div {
  padding-bottom: 3px;
}

.nieuws-0, .nieuws-1, .nieuws-2 {
  min-height: 36px;
  padding: 4px 8px 4px 14px;
}

.basicform {
  background-color: #dbecfa;
  padding: 1em;

  border: 1px solid #c1c1c1;
  max-width: 500px;

  display: grid;
  align-items: center;
}

.basicform label {
  padding: 0.4em 0.4em 0 0;
  text-transform: lowercase;
}

.basicform label:after {
  content: ":";
}

.basicform input {
  border: 1px solid #9c9c9c;
  padding: 0.4em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-size: inherit;
}

.basicform select {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-size: inherit;
}

.basicform input[disabled].disabled-input {
  color: black;
  background-color: #dbecfa;
}

.basicform .form-error {
  border: 1px solid red;
}

.basicform .error-message {
  color: red;
}

.basicform .error-message ul {
  margin: 0;
  padding-left: 1.2em;
}

.basicform button {
  color: #000000;
  background: #f0f0f0;
  padding: 0.7em;
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin-top: 1rem;
  border: 1px solid #467393;
  text-transform: lowercase;
  font-size: inherit;
}

.basicform button[type="reset"] {
  background: #ef8388;
  display: none;
}

.basicform p {
  margin-top: 0;
  font-weight: bold;
  text-align: center;
}

.basicform .radio-wrapper label {
  display: inline-block;
  text-align: left;
  padding-top: 0;
}

.basicform.jc-exports .radio-wrapper label {
  width: 140px;
}

.basicform.jc-reports .radio-wrapper label:after,
.basicform.jc-exports .radio-wrapper label:after {
  content: initial;
}

.basicform .header {
  color: white;
  background-color: #467393;
  font-weight: bold;
  padding: 3px 2px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-transform: lowercase;
}

.basicform .g-recaptcha {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: -18px;
}

.basicform.login-form {
  border: none;
  background: none;
}

.basicform.login-form label {
  color: white;
}

@media screen and (min-width: 420px) {
  .basicform {
    grid-template-columns: 120px 1fr;
    grid-gap: 0 0.7rem;
  }

  .basicform label {
    grid-column: 1 / 2;
    text-align: right;
    padding: 0.4em 0.4em 0.4em 0;
    text-transform: initial;
  }

  .basicform label:after {
    content: initial;
  }

  .basicform button {
    justify-self: center;
    align-self: stretch;
    min-width: 4rem;
    width: auto;
    padding: 0.4rem 0.65rem 0.4rem 0.65rem;
    border-radius: .4rem;
    text-transform: initial;
  }

  .basicform button:hover {
    background-color: #467393;
    color: white;
    border: 1px solid white;
  }

  .basicform button:disabled {
    color: #a9a9a9;
  }

  .basicform button:disabled:hover {
    background-color: #f0f0f0;
    color: #a9a9a9;
  }

  .basicform button[type="submit"] {

  }

  .basicform button[type="reset"]:hover {
    background: #ff4500;
  }

  .basicform .header {
    text-transform: initial;
  }

  .basicform p,
  .basicform .tox,
  .basicform div.header,
  .basicform div.last-update {
    grid-column: 1 / -1;
  }

  .basicform input,
  .basicform button,
  .basicform label.radio-label,
  .basicform div.error-message,
  .basicform div.g-recaptcha,
  .basicform div.submit {
    grid-column: 2 / -1;
  }

  .basicform button[type="reset"] {
    grid-column: 1 / 2;
  }

  .basicform.request-password-reset,
  .basicform.check-password-reset {
    grid-template-columns: 100px 1fr;
    max-width: 420px;
  }

  .basicform.change-password {
    grid-template-columns: 160px 1fr;
    max-width: 400px;
  }

  div#login2 {
    max-width: 240px;
  }

  .basicform.login-form button:hover {
    color: black;
    background-color: #cccccc;
    border: 1px solid black;
  }

  .basicform.login-form,
  .basicform.project-report {
    grid-template-columns: initial;
  }

  .basicform.login-form label,
  .basicform.project-report label {
    text-align: left;
    text-transform: lowercase;
  }

  .basicform.login-form label:after,
  .basicform.project-report label:after {
    content: ':';
  }
}

.news-item-form,
.email-form {
  padding: 0.3em;
  max-width: calc(608px - 0.6em);
  width: calc(608px - 0.6em);
}

.basicform.sendbatch {
  display: block;
  width: 25%;
}

.basicform.sendbatch .sendbatch {
  margin-top: 0;
}

.person-edit .radio-wrapper label[for|="landkeuze"],
.news-item-form .radio-wrapper label[for|="datumkeuze"] {
  display: block;
  padding: 0;
}

.person-edit .radio-wrapper label[for|="landkeuze"]:after,
.news-item-form .radio-wrapper label[for|="datumkeuze"]:after {
  content: initial;
}

@media screen and (max-width: 852px) {
  html {
    background: none;
  }

  body {
    width: 100%;
  }

  aside {
    margin-right: 0;
  }
}

@media screen and (max-width: 630px) {
  main {
    flex-direction: column;
  }

  section.content {
    width: calc(100% - 1.6rem);
    margin: 0.8rem;
  }

  aside {
    flex-direction: row;
  }

  aside .linkedin {
    order: 3;
  }

  div#login {
    margin-bottom: 0;
  }

  footer {
    width: calc(100% - 1.6em);
    margin: 0 0.8em 0 0.8em;
    padding-bottom: 0.8em;
  }
}

@media only screen and (max-width: 420px) {
  html {
    font-size: calc(16px + (24 - 16) * (100vw - 400px) / (852 - 320));
  }

  .basicform {
    min-width: calc(320px - 3.7rem);
  }
}

@media only screen and (max-width: 359px) {
  .basicform .g-recaptcha {
    margin-left: -18px;
  }

  aside .linkedin {
    order: 0;
  }
}

.bulletin-0,
.nieuws-0 {
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.nieuws-0 {
  line-height: 36px;
  background: #b9d165;
}

.nieuws-1 {
  background: #cedf94;
}

.nieuws-2 {
  background: #b9d165;
}

.nieuws-datum,
.nieuws2-datum,
.nieuws3-datum,
.bulletin-naam {
  color: #467393;
  font-size: 0.9rem;
  font-style: italic;
}

.nieuws2-datum,
.nieuws3-datum {
  border-bottom: 1px solid #467393;
}

.nieuws2-datum {
  padding: 8px 0 3px;
}

.onderwerp-kop,
.nieuws2-onderwerp,
.nieuws-onderwerp {
  color: #467393;
  font-weight: bold;
  line-height: 1em;
}

.nieuws-onderwerp {
  padding-bottom: 6px;
}

.onderwerp-kop,
.nieuws2-onderwerp {
  font-size: 1.2rem;
}

.nieuws2-onderwerp {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.1em;
}

.onderwerp-kop-prefix {
  height: 1.5em;
}

.onderwerp-kop {
  line-height: normal;
  border-bottom: 1px solid #467393;
  margin-bottom: 8px;
}

.onderwerp-sub-kop {
  margin-top: 0;
  font-size: 1.2em;
}

.changes-link {
  font-size: 1rem;
}

div.stoha-logo {
  float: right;
}

div.bestuur p {
  margin-top: 0.1em;
  margin-bottom: 1em;
}

.bestuur-kop {
  font-style: italic;
  padding-top: 6px;
}

.bestuur-functie {
  font-weight: bold;
  padding-bottom: 12px;
}

.bestuur-agenda td {
  padding-left: 0;
}

.sponsors-flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}

.sponsors-flex-container li {
  display: inline;
  padding: 1em;
}

.sponsors-flex-container a:hover,
.sponsors-flex-container a:active {
  background-color: white;
}

.sponsors-hoofd-logo {
  float: right;
  width: 290px;
  height: 198px;
  border: 1px solid #467393;
  position: relative;
  margin-left: 1em;
}

.sponsors-hoofd-logo img {
  position: absolute;
  top: 57px;
  left: 12px;
}

.sponsors-overig {
  padding-top: 24px;
}

.sponsors-kws {
  display: block;
  height: 35px;
  width: 131px;
  background-image: url('../img/sponsors/kwslogo2.png');
}

.sponsors-kws:hover {
  background-position: 0 -35px;
}

.sponsors-dura {
  display: block;
  height: 33px;
  width: 131px;
  background-image: url('../img/sponsors/duralogo3.png');
}

.sponsors-dura:hover {
  background-position: 0 -33px;
}

.sponsors-markus {
  display: block;
  height: 32px;
  width: 194px;
  background-image: url('../img/sponsors/markusbv2.png');
}

.sponsors-markus:hover {
  background-position: 0 -32px;
}

.sponsors-kdekker {
  display: block;
  height: 41px;
  width: 126px;
  background-image: url('../img/sponsors/k_dekker_b&i.png');
}

.sponsors-kdekker:hover {
  background-position: 0 -41px;
}

.sponsors-mcb {
  display: block;
  height: 78px;
  width: 125px;
  background-image: url('../img/sponsors/mcblogo2.png');
}

.sponsors-mcb:hover {
  background-position: 0 -78px;
}

.sponsors-hoogendorp {
  display: block;
  height: 83px;
  width: 125px;
  background-image: url('../img/sponsors/hoogendorp2.jpg');
}

.sponsors-hoogendorp:hover {
  background-position: 0 -83px;
}

.sponsors-inholland {
  display: block;
  height: 21px;
  width: 155px;
  background-image: url('../img/sponsors/inholland2.png');
}

.sponsors-inholland:hover {
  background-position: 0 -21px;
}

.sponsors-deltares {
  display: block;
  height: 65px;
  width: 127px;
  background-image: url('../img/sponsors/deltares2.png');
}

.sponsors-deltares:hover {
  background-position: 0 -65px;
}

.sponsors-sweco {
  display: block;
  height: 47px;
  width: 133px;
  background-image: url('../img/sponsors/sweco-logo.png');
}

.sponsors-vrieswiel {
  display: block;
  height: 65px;
  width: 125px;
  background-image: url('../img/sponsors/deVries+vandeWiel2.png');
}

.sponsors-vrieswiel:hover {
  background-position: 0 -65px;
}

.sponsors-bksschagen {
  display: block;
  height: 69px;
  width: 130px;
  background-image: url('../img/sponsors/bks-logo.png');
}

.sponsors-bksschagen:hover {
  background-position: 0 -69px;
}

.sponsors-vanthek {
  display: block;
  height: 65px;
  width: 130px;
  background-image: url('../img/sponsors/vanthek-logo.png');
}

.sponsors-vanthek:hover {
  background-position: 0 -65px;
}

.sponsors-prommenz {
  display: block;
  height: 37px;
  width: 130px;
  background-image: url('../img/sponsors/prommenz.png');
}

.sponsors-prommenz:hover {
  background-position: 0 -37px;
}

.sponsors-gpgroot {
  display: block;
  position: relative;
  left: 40px;
  height: 83px;
  width: 58px;
  background-image: url('../img/sponsors/gpgroot.png');
}

.sponsors-gpgroot:hover {
  background-position: 0 -83px;
}

.sponsors-baasgeo {
  display: block;
  position: relative;
  left: 14px;
  height: 70px;
  width: 107px;
  background-image: url('../img/sponsors/baasgeo.png');
}

.sponsors-baasgeo:hover {
  background-position: 0 -70px;
}

.sponsors-missie3 {
  display: block;
  position: relative;
  left: 6px;
  height: 46px;
  width: 150px;
  background-image: url('../img/sponsors/missie3-logo.png');
}

.sponsors-missie3:hover {
  background-position: 0 -46px;
}

.sponsors-sophia-engineering {
  display: block;
  position: relative;
  left: 4px;
  height: 29px;
  width: 190px;
  background-image: url('../img/sponsors/sophia-engineering.png');
}

.sponsors-sophia-engineering:hover {
  background-position: 0 -29px;
}

.sponsors-heijmans {
  display: block;
  position: relative;
  left: 4px;
  height: 46px;
  width: 134px;
  background-image: url('../img/sponsors/heijmans.png');
}

.sponsors-heijmans:hover {
  background-position: 0 -46px;
}

.sponsors-akson {
  display: block;
  position: relative;
  left: 4px;
  height: 36px;
  width: 134px;
  background-image: url('../img/sponsors/akson.png');
}

div.bulletin-current-img {
  float: right;
  margin-left: 1em;
}

div#bulletin-current-tekst {
  clear: left;
}

div#bulletin-archief-kop {
  clear: right;
  padding-top: 12px;
}

.bulletin-container {
  width: 155px;
}

.bulletin-container a {
  font-style: italic;
  display: block;
}

.projects-nav-menu a {
  border: solid #467393 1px;
  padding: 2px 6px;
  line-height: 2em;
}

div.linkedin {
  width: 166px;
  height: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 14px;
}

div#bulletin {
  width: 180px;
  background: #a3a3a3;
  padding: 12px 0;
}

.bulletin-0,
.bulletin-naam {
  color: white;
  padding-left: 14px;
}

.bulletin-naam {
  margin-bottom: 6px;
}

div#bulletin img {
  display: block;
  padding: 0;
  border: 1px solid white;
  margin-left: auto;
  margin-right: auto;
}

div#hoofdsponsor {
  position: relative;
  width: 168px;
  padding-top: 12px;
  padding-left: 12px;
}

div#hoofdsponsor .text {
  color: #467393;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 4px;
}

div.hsponsor-logo {
  position: relative;
  left: -5px;
}

div#copyright {
  float: left;
}

div#privacy {
  text-align: right;
}

ul.stoha-list {
  margin: 0;
  padding-left: 0;
  font-weight: bold;
}

ul.stoha-list-none {
  margin: 12px;
  padding-left: 0;
}

ul.stoha-list, ul.stoha-list-none li {
  list-style-type: none;
}

ul.list-no-margin {
  margin: 0;
}

ul.reunie-list {
  padding-left: 24px;
}

ul.reunie-list li {
  list-style-type: circle;
}

.jg-adreslijst,
.jc-adreslijst {
  width: 100%;
}

.jc-adreslijst .jc-email-font {
  font-size: 0.8rem;
}

.user-selection th,
.news-items-table th,
.jg-adreslijst th,
.jc-adreslijst th {
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.news-items-table th,
.user-selection th {
  color: white;
  padding: 2px 3px;
  background-color: #467393;
}

.news-items-table th.sortable a,
.user-selection th.sortable a {
  font-weight: bold;
  color: white;
}

.news-items-table th.sortable a:hover,
.user-selection th.sortable a:hover {
  color: #cedf94;
}

.news-items-table td,
.user-selection td {
  padding: 1px 3px;

}

.user-selection td,
.user-selection th {
  font-size: 0.86rem;
}

.user-selection .adm-col {
  font-size: 0.78rem;
}

.news-items-table td.active,
.news-items-table td.not-active {
  text-align: center;
}

.news-items-table td.active {
  background-color: #96ee90;
}

.photo-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.photo-flex-container li {
  display: inline;
  padding-bottom: 8px;
}

.excursie-container,
.photo-container,
.yearphoto-container {
  position: relative;
  width: 294px;
  height: 90px;
  background: #f1f1fA;
}

.yearphoto-container {
  margin-right: 20px;
}

.jc-photo-container {
  position: relative;
  width: 292px;
  height: 146px;
  margin: 0 8px 20px 0;
  background-repeat: no-repeat;
}

.photo-overlay-container,
.yearphoto-overlay-container {
  position: absolute;
  top: 0;
  left: 90px;
  height: 90px;
  width: 204px;
  background: rgba(70, 115, 147, 0.8);
}

.jc-overlay-container {
  position: absolute;
  top: 0;
  left: 146px;
  height: 146px;
  width: 146px;
  background: rgba(70, 115, 147, 0.9);
}

.jc-photo-year {
  position: relative;
  color: white;
  padding-left: 16px;
  padding-right: 7px;
  margin-top: 24px;
  font-size: 1.9rem;
  font-weight: bolder;
}

.jc-photo-year div {
  font-size: 1.1rem;
  font-weight: normal;
}

.jc-photo-square {
  margin: 10px 0 0 4px;
}

.yearphoto-overlay-container {
  width: 90px;
  left: 204px;
}

.excursie-naam, .excursie-datum,
.photo-name, .photo-date,
.yearphoto-name {
  position: relative;
  color: white;
  padding-left: 12px;
  padding-right: 6px;
}

.excursie-naam,
.photo-name {
  margin-top: 6px;
  margin-bottom: 1px;
  font-size: 1.15rem;
  font-weight: bolder;
}

.excursie-datum,
.photo-date {
  font-style: italic;
}

.yearphoto-name {
  padding-left: 16px;
  margin-top: 24px;
  font-size: 1.9rem;
  font-weight: bolder;
}

.excursie-back {
  margin-top: 12px;
}

.excursie-aanmelding p,
.reunie-aanmelding p {
  margin-top: 0;
  margin-bottom: 6px;
}

.excursie-aanmeldingen,
.reunie-aanmeldingen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.excursie-aanmeldingen div,
.reunie-aanmeldingen div {
  width: 292px;
}

.excursie-aanmeldingen h2,
.reunie-aanmeldingen h2 {
  margin-top: 0.5em;
  margin-bottom: 0.15em;
  border-bottom: 1px solid #467393;
}

#lightbox a {
  background-color: transparent;
}

section.projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.projects article {
  margin-bottom: 12px;
}

.projects-index-photo {
  height: 221px;
}

.projects-index-title {
  background-color: #467393;
  padding: 0.5em 0.8em;
  margin-bottom: 0;
}

.projects-index-title a {
  color: white;
}

#projects-kolom1,
#projects-image-kolom {
  width: 294px;
}

#projects-kolom1 {
  margin-bottom: 1em;
}

.projects-img-onderschrift {
  background-color: #467393;
  color: white;
  padding: 0.5em 0.8em;
}

.projects-img-margin {
  margin-bottom: 10px;
}

.projects-kop {
  padding-bottom: 6px;
}

.projects-kop2 {
  font-style: italic;
}

.projects-tekst {
  font-weight: bold;
}

.projects-bijdrage p {
  margin-top: 0;
}

.projects-scheiding {
  border-bottom: 1px solid #467393;
  margin-top: 6px;
  margin-bottom: 6px;
}

ul.projects-nav-menu {
  padding-left: 0;
}

.projects-nav-menu li {
  white-space: nowrap;
  list-style-type: none;
  display: inline;
  padding-right: 0.4em;
}

.flashSuccess,
.flashWarning,
.flashFailure {
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}

.bijschrift {
  color: #467393;
  font-size: 90%;
}

.flashSuccess {
  background-color: #cfe5e3;
}

.flashFailure {
  background-color: #f09389;

}

.flashWarning {
  background-color: #f0ad89;
}

.flashSuccess p,
.flashWarning p,
.flashFailure p {
  margin: 0;
}

.flashTitle {
  font-style: italic;
}

.flashMsg {
  font-weight: bold;
}

.flashFailure h1 {
  color: black;
  font-size: inherit;
  font-weight: normal;
}

.last-update {
  margin: 0 0 12px;
  text-align: right;
  font-size: 90%;
}

#profile-menu {
  border-collapse: collapse;
  margin-bottom: 0.5em;
}

#profile-menu td {
  padding: 0.3em;
  white-space: nowrap;
}

#profile-menu a {
  color: #336699;
}

#profile-menu a:hover {
  color: white;
}

#profile-menu .active-tab {
  color: #336699;
  font-weight: bold;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #336699;
}

#profile-menu .inactive-tab {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #336699;
}

table.news-items-table th,
table.user-selection th {
  text-align: center;
}

table.adreslijst tr:nth-child(even),
table.jg-adreslijst tr:nth-child(even),
table.jc-adreslijst tr:nth-child(even),
table.news-items-table tr:nth-child(odd),
table.user-selection tr:nth-child(odd) {
  background-color: #dbecfa;
}

.text-center {
  text-align: center;
}

#info {
  display: none;
}

#status {
  display: none;
}

#status .progress-bar {
  text-align: center;
}

#status .progress-bar progress {
  width: 400px;
}

#status .error-msg {
  color: red;
}

#countDownTimer {
  display: none;
}

/** Paging **/
.paginator {
  margin-top: 1em;
  clear: both;
}

.pagination {
  margin-top: 1em;
  clear: both;
}

ul.pagination {
  padding-left: 0;
}

.pagination li {
  display: inline-block;
  border: 1px solid #cccccc;
  border-left: none;
  margin: 0;
}

.pagination li.active {
  background: #467393;
}

.pagination li.active a {
  color: #ffffff;
}

.pagination li a {
  text-decoration: none;
  padding: 5px 8px;
  display: inline-block
}

.pagination li:hover a {
  color: #ffffff;
  background: #467393;
}

.pagination li.disabled:hover,
.pagination li.disabled:hover a {
  color: #dddddd;
  background: transparent;
  cursor: default;
}

.pagination .prev,
.pagination .first {
  border-left: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
}

.pagination .prev:not(:first-child) {
  border-left: none;
  border-radius: 0;
}

.pagination .next,
.pagination .last {
  border-radius: 0 4px 4px 0;
}

.pagination .next:not(:last-child) {
  border-radius: 0;
}

.pagination .disabled a {
  color: #dddddd;
  background: transparent;
}

.float-right {
  float: right;
}

.button-extra {
  background-color: #ffffff;
  border: 0.1rem solid #467393;
  border-radius: .4rem;
  cursor: pointer;
  padding: 0.3rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 6px;
}

.basicform .redirect-send-btn {
  margin-top: 0;
}

.tns-controls {
  text-align: center;
  margin: 8px 0;
}

.tns-controls:focus {
  outline: none;
}

.tns-controls [aria-controls] {
  border: solid #467393 1px;
  padding: 3px 6px;
  background-color: white;
  margin-left: 4px;
  margin-right: 1px;
  /*font-size: 9pt;*/
  font-size: 0.9em;
  font-family: Arial, Verdana, Helvetica, 'Bitstream Vera Sans', sans-serif;
}

.tns-controls :not([disabled]) {
  color: #467393;
}

.tns-controls :not([disabled]):hover {
  color: white;
  background-color: #467393;
}

.tns-lazy-img {
  height: 146px;
  width: 146px;
}

.bulletin-slider .tns-lazy-img {
  height: 202px;
  width: 143px;
}

.yearphoto-slider .tns-lazy-img {
  height: 90px;
  width: 294px;
}

.tns-lazy-img.failed {
  background: #f1f1fA;
}

/* mobile menu */
nav#menu-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  display: none;
}

.menu-bar {
  text-transform: uppercase;
}

.menu-items {
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}

.menu-bar a,
.menu-bar span,
.menu-items a {
  display: block;
  color: #f2f2f2;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 17px;

  background: rgb(70, 115, 147);
  background: linear-gradient(0deg, rgba(70, 115, 147, 1) 0%, rgba(101, 140, 168, 1) 50%, rgba(140, 171, 194, 1) 100%);
}

.menu-bar .current {
  float: left;
  padding: 6px;
  color: #cedf94;
  font-size: inherit;
  display: none;
}

.menu-bar .icon {
  float: right;
  text-align: center;
}

@media screen and (max-width: 608px) {
  nav#menu-mobile {
    display: block;
  }

  nav#menu {
    display: none;
  }

  div#login {
    display: none;
  }

  div#login-status,
  div#status-border {
    display: none;
  }

  .menu-items {
    display: none;
  }

  .menu-items.responsive {
    display: block;
  }
}

.base-timer {
  position: relative;
  margin: 0.5em;
  width: 150px;
  height: 150px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-finished {
  transition: 0s;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
