html {
  height: 100%; }

nav {
  background-color: #fff;
  height: 110px; }
  nav img {
    padding-top: 4px;
    margin-left: -10px; }

.titel {
  font-family: 'verdana';
  color: #fff;
  background-image: url(../images/Rechtspraak-Headers-01.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 220px; }
  .titel .gradient {
    height: 220px;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), transparent 70%);
    background: linear-gradient(left, rgba(0, 0, 0, 0.9), transparent 70%); }
  .titel .container {
    padding-top: 70px; }
  .titel h1 {
    font-size: 30px;
    line-height: 1.25em; }
  .titel p {
    font-size: 12px;
    line-height: 1.7em; }

@media only screen and (min-width: 1620px) {
  .titel {
    background-size: cover; } }
body {
  background-color: #eceeef;
  position: relative;
  margin: 0;
  padding-bottom: 135px;
  min-height: 100%; }

.content {
  color: #333333;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 30px;
  margin-bottom: 35px;
  border-radius: 3px;
  padding: 25px 30px;
  background-color: #fff; }
  .content p {
    font-size: 12px;
    line-height: 1.6; }
  .content h2 {
    color: #c20063;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-color: #cbcbcb;
    border-bottom-width: 1px; }
  .content h3 {
    font-weight: bold;
    font-size: 13px;
    line-height: 20.4px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-color: #a2a2a2;
    border-bottom-width: 1px; }
  .content a {
    color: #1b105c; }
  .content .inschrijven {
    padding-top: 25px;
    padding-right: 30px; }
    .content .inschrijven input {
      width: 100%; }
    .content .inschrijven input[type="checkbox"] {
      width: 15px;
      height: 15px;
      margin-right: 5px;
      cursor: pointer; }
    .content .inschrijven input[type="checkbox"]:checked {
      background-color: #c20063; }
  .content .btn-top {
    margin-top: -4px; }
  .content .jaargangen {
    line-height: 28px;
    font-size: 12px; }
    .content .jaargangen ul {
      padding-left: 0px; }
    .content .jaargangen li {
      text-decoration: underline;
      display: inline;
      margin-right: 15px; }
      .content .jaargangen li ::before {
        content: '';
        display: block;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        width: 6px;
        height: 24px;
        float: left;
        margin: 9px 6px 0 0; }
    .content .jaargangen a {
      text-decoration: underline;
      display: inline-block; }
  .content .archief {
    min-height: 250px;
    padding: 25px 30px;
    border-radius: 3px;
    background-color: #f3f3f3;
    margin-bottom: 15px; }
    .content .archief a {
      text-decoration: underline; }
    .content .archief ul {
      list-style: none;
      padding-left: 0px; }
    .content .archief li {
      font-size: 12px;
      clear: both; }
      .content .archief li ::before {
        content: '';
        display: block;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        width: 6px;
        height: 24px;
        float: left;
        margin: 4px 6px 0 0; }

.jaar-nav {
  padding-top: 15px;
  padding-bottom: 1px;
  margin-bottom: 15px; }

.footer {
  font-size: 10px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  .footer .container div {
    float: left; }
  .footer .container ul {
    list-style: none;
    padding-left: 0px;
    margin-left: -15px; }
  .footer .container li {
    text-decoration: underline;
    display: inline;
    margin-right: 5px; }
  .footer .container a {
    color: #1b105c; }
  .footer .container .socmed {
    margin-right: -15px;
    float: right; }
    .footer .container .socmed a {
      display: inline-block;
      width: 21px;
      height: 21px;
      line-height: 21px;
      background: url(../images/rs_social_icons.png) no-repeat;
      background-position: 0 0;
      overflow: hidden; }
    .footer .container .socmed .blijf {
      pointer-events: none;
      width: 90px;
      background-position: -126px 0; }
    .footer .container .socmed .rss {
      text-indent: -200px;
      background-position: 0 0; }
    .footer .container .socmed .nieuwsbrief {
      text-indent: -200px;
      background-position: -21px 0; }
    .footer .container .socmed .volg {
      pointer-events: none;
      width: 45px;
      background-position: -126px 0; }
    .footer .container .socmed .twitter {
      text-indent: -200px;
      background-position: -42px 0; }
    .footer .container .socmed .facebook {
      text-indent: -200px;
      background-position: -63px 0; }
    .footer .container .socmed .linkedin {
      text-indent: -200px;
      background-position: -84px 0; }
    .footer .container .socmed .youtube {
      text-indent: -200px;
      background-position: -105px 0; }

@media only screen and (max-width: 768px) {
  .footer .container ul {
    margin-left: 0px; }
  .footer .container .socmed {
    float: left; } }


.grecaptcha-badge {
  display: none;
}