.content {
  margin-top: 30px;
  margin-bottom: 50px;
}
.header-background {
  background-image: url(../gfx/header-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.header-background .header-inner {
  margin: 100px 0;
}
.header-background .header-inner h1 {
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.header-background .header-inner h2 {
  background-color: #1a78ae;
  font-size: 30px;
  color: #fff;
  padding: 20px 15px;
  text-transform: none;
  display: inline-block;
  margin-top: 0;
}
.header-background .header-inner .seizoen {
  background-color: #92d851;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
}
.header-background .header-inner .seizoen span {
  margin-right: 15px;
}
.header-background .header-inner .seizoen .btn {
  background-color: #fff !important;
  color: #92d851 !important;
}
.header-background .header-inner .seizoen .btn:hover {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.header-background .header-inner .seizoen .btn:focus {
  outline-color: transparent !important;
  outline-style: none !important;
}
.header-page {
  height: 300px;
}
@media screen and (max-width: 600px) {
  .navbar-brand {
    float: left;
  }
  .navbar-brand img {
    width: 50%;
  }
  .navbar-toggler {
    margin-top: 20px;
  }
  .navbar .menu-main-menu-container ul {
    background-color: #1a78ae;
    padding: 20px;
  }
  .navbar .menu-main-menu-container ul li {
    float: none;
    margin: 20px;
  }
  .navbar .menu-main-menu-container ul li a {
    color: #ffffff;
  }
  .navbar .menu-main-menu-container ul .current-menu-item a {
    background-color: #1a78ae;
    color: #ffffff;
  }
  .header-background .header-inner {
    margin: 30px 0;
  }
  .header-background .header-inner .seizoen span {
    display: block;
    margin: 0;
    margin-bottom: 5px;
  }
  .tagline {
    margin-top: 40px;
  }
  .tagline h1 {
    font-size: 25px;
  }
  .tagline h2 {
    font-size: 20px;
  }
  .header-page {
    height: 200px;
  }
  .entry-title {
    margin-top: 75px;
    font-size: 25px;
  }
}
.col-table .table-head {
  padding: 15px 0;
  background: #1a78ae;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.col-table .table-item {
  padding: 15px 0;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.col-table .table-item:nth-child(odd) {
  background: rgba(241, 241, 241, 0.15);
}
.col-table {
  font-size: 14px;
}
.col-table .table thead tr th {
  padding: 15px;
  background: #1a78ae;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.col-table .table tbody tr {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.col-table .table tbody tr td {
  padding: 15px;
}
.col-table .table tbody tr td:first-child {
  position: relative;
}
.col-table .table tbody tr td:first-child:before {
  top: 50% !important;
  transform: translateY(-50%);
}
.col-table .table tfoot {
  display: none !important;
}
.col-table .dataTables_info,
.col-table .dataTables_paginate {
  display: inline-block;
  padding-top: 30px !important;
}
.col-table .dataTables_info {
  white-space: inherit !important;
  color: #c1c1c1;
}
.col-table .dataTables_paginate {
  float: right;
}
.col-table .dataTables_paginate a {
  padding: 5px 10px;
  border: 1px solid #1a78ae;
  color: #1a78ae;
  text-decoration: none;
  margin-right: 5px;
  border-radius: 2px;
}
.col-table .dataTables_paginate a.current,
.col-table .dataTables_paginate a:hover {
  background: #1a78ae;
  color: #fff;
}
.col-table .dataTables_paginate a:hover {
  cursor: pointer;
}
.col-table .dataTables_paginate a.disabled {
  pointer-events: none;
  background: #f1f1f1;
  color: #c1c1c1;
  border-color: #f1f1f1;
}
.col-table .dataTables_paginate a:last-of-type {
  margin: 0;
}
.col-table .dataTables_paginate a.previous {
  margin-right: 5px;
}
.col-table .dataTables_paginate a.next {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .col-table {
    text-align: center;
  }
  .col-table .table {
    text-align: left;
  }
  .col-table .dataTables_paginate {
    float: inherit;
  }
}
/*# sourceMappingURL=theme.css.map */