.sidebar-first {
  width: 350px;
  position: fixed;
  left: 0;
  padding: 20px 0 0 0;
  height: 100%;
  background-color: #023047;
  color: #fff;
  /*z-index: 1000;*/
}

.layout-container {
  margin: 0 0 0 377px;
}

.adminimal .content-header {
  padding-left: 17px;
  background-color: #023047;
}

#block-gebruikersmenu {
  position: fixed;
  bottom: 0;
  background: white;
  width: 350px;
}

#block-adminimal-theme-custom-secondarymenu a {
  color: #fff;
  font-weight: 100;
}

#block-gebruikersmenu .is-active,
#block-adminimal-theme-custom-secondarymenu .is-active {
  text-decoration: underline;
  font-weight: bold;
}

#block-gebruikersmenu ul li,
#block-adminimal-theme-custom-secondarymenu ul li {
  list-style: none;
  font-size: 14px;
  padding: 5px 0;
}

#block-gebruikersmenu > ul > li > span,
#block-adminimal-theme-custom-secondarymenu > ul > li > span {
  font-size: 20px;
  opacity: 0.4;
}

.node--type-keuring .field__label,
.node--type-locatie .field__label,
.node--type-sporttoestel .field__label {
  font-size: 14px;
  padding: 5px 0 0 0;
  font-weight: normal;
}

.node--type-keuring > .node__content,
.node--type-locatie > .node__content,
.node--type-sporttoestel > .node__content {
}

.node--type-keuring > .node__content > .field,
.node--type-locatie > .node__content > .field,
.node--type-sporttoestel > .node__content > .field {
  width: 50%;
  margin: 10px 0;
  padding: 0 10px;
  background-color: #F4F6F7;
}

.node--type-keuring > .node__content > .field .node__content,
.node--type-locatie > .node__content > .field .node__content,
.node--type-sporttoestel > .node__content > .field .node__content {
  border: 1px solid #7B7D7D;
  border-radius: 5px;
}

.node--type-keuring > .node__content > .field > .field__label,
.node--type-locatie > .node__content > .field > .field__label,
.node--type-sporttoestel > .node__content > .field > .field__label {
  font-size: 18px;
  font-weight: bold;
}

.node--type-keuring .field__item,
.node--type-locatie .field__item,
.node--type-sporttoestel .field__item,
.node--type-keuring .field__item a,
.node--type-locatie .field__item a,
.node--type-sporttoestel .field__item a {
  font-size: 14px;
  padding: 5px 0;
  font-weight: normal;
}


.node--type-keuring .field__item h2,
.node--type-locatie .field__item h2,
.node--type-sporttoestel .field__item h2 {
  margin: 0;
}

.node__submitted {
  display: none;
}

#printable {
  display: none;
}

.page-node-type-keuring #printable {
  display: block;
}
