<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*   BASICS   */

body {
  font-family: 'Signika', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  color: #46484a
}

a {
  color: #a5a5a5
}

h1 {
  font-family: 'Signika', sans-serif;
  font-weight: 600
}

h2 {
  font-family: 'Signika', sans-serif;
  font-weight: 500
}

h3 {
  font-family: 'Signika', sans-serif;
  font-size: 2rem;
  font-weight: 500
}

h4 {
  font-family: 'Signika', sans-serif;
  font-size: 1rem;
  font-weight: 500
}

p {
  color: #696b6e;
  font-size: .9rem;
  font-weight: 300
}

.entry_form span {
  color: #696b6e!important;
  font-size: .9rem!important;
  font-weight: 300!important;
  line-height: 26px!important;
}

/*   TWEAKS   */

#backtop {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#backtop:hover {
  background-color: #555;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.divider {
  display: block;
  width: 5rem;
  height: .2rem;
  background-color: #dfe1e5;
  margin: 2rem auto
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu&gt;.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover&gt;.dropdown-menu {
  display: block;
}

.dropdown-submenu&gt;a:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  border: 0;
  font-size: 13px;
  opacity: .5;
  position: absolute;
  top: 8px;
  padding-right: 5px;
  padding-left: 1px;
  right: 5px;
}

.dropdown-submenu:hover&gt;a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-item a {
  color: #212529;
  display: block;
}

.dropdown-item a:hover {
  text-decoration: none;
  opacity: 0.8
}

body:not(.index) .sidebar {
  margin-top: 0
}

body:not(.index) .sidebar .box {
  padding: 15px
}

body.components .sidebar .box {
  padding: 0
}

body.components .sidebar .box {
  padding: 0
}

.page-link:focus, .page-link:hover {
  color: #FFF;
  ;
}

.form-control {
  margin-bottom: 10px;
}

.constrain-width {
  max-width: 45rem;
  margin: 0 auto
}

.pill-btn {
  border-radius: 499rem !important
}

.justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.alt-background {
  background: #f7f7f8
}

.bg-primary {
  background-color: #a5a5a5 !important
}

.bg-secondary {
  background-color: #46484a !important
}

.cover .btn {
  border-radius: 2rem
}

.dropdown-toggle::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  border: 0;
  font-size: 12px;
  opacity: .5;
  position: relative;
  top: 4px;
  padding-right: 5px;
  padding-left: 1px
}

.lang .dropdown-toggle::after {
  padding-right: 10px
}
.navbar-dark .navbar-nav .nav-link{
  color: rgba(0, 0, 0, 0.5) !important;
}

.navbar-dark .navbar-nav .lang .nav-link:hover {
  color: rgba(0, 0, 0, 0.9)
}

.nav-item.lang {
  margin-top: 1px
}

.nav-item.lang:hover a.btn-transparant {

  color: rgba(0, 0, 0, 0.7)
}

.nav-item.lang .btn {
  border-radius: .2rem;
  cursor: pointer;
  font-weight: 500
}

.nav-item.lang .dropdown-menu {
  min-width: 8.5rem;
  left: inherit;
  right: 0
}

.nav-item.lang .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: .25rem 2rem .25rem 1.5rem
}

.dropdown-item {
  font-size: 13px;
  padding: .25rem 1rem
}

.dropdown-item.active:before {
  content: "\f111";
  position: absolute;
  left: 10px;
  display: inline-block;
  font: normal normal normal 8px/21px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.dropdown-item.active, .dropdown-item:active {
  background: none !important
}

.dropdown-menu {
  top: 95%
}

.form-control-custom {
  border: .1rem solid #dfe1e5;
  width: 100%;
  padding: 1rem;
  font-size: .9rem;
  color: #696b6e;
  border-radius: .3rem
}

.form-control-custom:focus {
  border: .1rem solid #a5a5a5;
  outline: none
}

.owl-carousel .owl-item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.owl-carousel {
  z-index: 0 !important
}

.owl-carousel .item {
  padding: 20px;
}

.emphasis {
  font-family: 'Signika', sans-serif;
  font-style: italic;
  color: #a5a5a5
}

nav .social {
  margin-left: 15px;
  margin-right: inherit;
}

nav .social li a {
  border: none;
  font-size: 1rem;
  background: none;
  width: 1.5rem;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.75) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.9) !important;
}

.social {
  margin: 0 auto;
  padding: 0
}

.social li {
  display: inline-block
}

.social li a {
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: .1rem solid #dfe1e5;
  border-radius: 499rem;
  line-height: 2.2rem;
  font-size: 1.2rem
}

.social li a:hover {
  color: #343490;
  border-color: #343490
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fade-in {
  opacity: 0;
  opacity: 1 \9;
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.btn-transparant, .btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-white, .btn-outline-white, .btn-success, .btn-outline-success, .btn-info, .btn-outline-info, .btn-warning, .btn-outline-warning, .btn-danger, .btn-outline-danger {
  font-size: .75rem;
  font-weight: 400;
  border-radius: .3rem
}

.btn-outline-primary, .btn-outline-secondary, .btn-outline-white, .btn-outline-success, .btn-outline-info, .btn-outline-warning, .btn-outline-danger {
  border-width: .15rem
}

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: .9rem
}

.btn-outline-primary.btn-lg, .btn-outline-secondary.btn-lg, .btn-outline-white.btn-lg, .btn-outline-success.btn-lg, .btn-outline-info.btn-lg, .btn-outline-warning.btn-lg, .btn-outline-danger.btn-lg {
  padding: 1rem 2.5rem !important
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #a5a5a5;
  border-color: #a5a5a5
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #4089c1;
  border-color: #4089c1
}

.btn-primary .fa {
  font-size: 1.2rem;
  vertical-align: text-top;
  padding-left: 5px;
  margin-right: -5px;
  opacity: .5
}

.btn-outline-primary, .btn-outline-primary:visited {
  color: #a5a5a5;
  border-color: #a5a5a5;
  background: none
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #a5a5a5;
  border-color: #a5a5a5;
  color: #fff
}

.btn-secondary {
  border-color: #696b6e;
  background-color: #696b6e;
  color: #fff
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: #46484a;
  background-color: #46484a;
  color: #fff
}

.btn-outline-secondary, .btn-outline-secondary:visited {
  color: #696b6e;
  border-color: #696b6e;
  background: none
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  border-color: #696b6e;
  background: #696b6e;
  color: #fff
}

.btn-transparant {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF
}

.btn-transparant:hover, .btn-transparant:focus, .btn-transparant:active {
  border-color: #FFF;
  background-color: #FFF;
  color: #46484a
}

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #46484a
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: #dfe1e5;
  background-color: #dfe1e5;
  color: #46484a
}

.btn-outline-white, .btn-outline-white:visited {
  background: none;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3)
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #ffcb00;
  background: #fff;
}

.link-white, link-white:visited {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: .3rem;
  border: 0;
  color: #fff
}

.link-white:hover, .link-white:focus, .link-white:active {
  color: #dfe1e5 !important
}

.navbar .btn {
  padding: .375rem 1rem
}

.navbar-custom {
      background: #ffffffd6;
  width: 100%;
  -webkit-transition: padding .4s ease, background .3s ease;
  transition: padding .4s ease, background .3s ease;
  padding: 1.5rem 1rem;
  z-index: 9999;
  position: absolute;
}

.scroll .navbar-custom {
  ;
  padding: .5rem 1rem;
  z-index: 9999;
  position: fixed;
  -webkit-box-shadow: 0 0 40px -20px #000;
  box-shadow: 0 0 40px -20px #000
}

.navbar-custom .navbar-brand.dark {
  display: none;
  color: #333 !important
}

.nav-open .nav-link .nav-open .navbar-toggler {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.1) !important
}

.scroll .navbar-custom .navbar-brand.dark, .nav-open .navbar-custom .navbar-brand.dark {
  display: block
}

.navbar-custom .navbar-brand.light, {
  display: block
}

.scroll .navbar-custom .navbar-brand.light, .nav-open .navbar-custom .navbar-brand.light {
  display: none
}

@media only screen and (min-width: 768px) {
  .dropdown:hover&gt;.dropdown-menu {
    display: block
  }
}

.nav-logo a img {
  height: 80px
}

.nav-open .navbar-custom {
  background: #FFF
}

a.navbar-brand, a.logo {
  font-family: 'Signika', sans-serif;
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0
}

a.logo:hover, a.logo:active, a.logo:focus {
  text-decoration: none
}

.nav-item .btn {
  margin-top: 2px;
  margin-left: 1rem
}

li.nav-item .btn-white {
  color: #46484a
}

.cover {
  min-height: inherit;
  max-height:100vh;
  background: #fff;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #fff;
  position: relative;
}
.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     height: 100%;
     width: 100%
}

.index .cover {
  min-height: 100vh !important;
  max-height: inherit !important
}


.cover h1 {
  font-weight: 200
}

.cover p.lead {
  margin: 2rem auto;
  color: rgba(255, 255, 255, 0.75)
}

.cover .cover-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      min-height: 35rem;
      margin: 0 auto;
      z-index: 990;
      width: 100%;
      position: absolute;
      top: 0;
}

.cover-inner {
  display: table-cell;
  vertical-align: middle;
  padding-top: 30px
}

#photobody_half {
  display: inline;
  position: relative;
  float: left;
  width: 100%;
  max-height: 40vh;
  overflow: hidden;
}
#photobody_half img{
  width: 100%;
}
#photobody_half .grid-image{
  width: 100%;
  height:40vh;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#photobody_half &gt; .fence {
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  font-family: 'Signika', sans-serif;
  background: rgba(140, 49, 44,0.6);
  z-index:499;
  color: rgb(255, 255 , 255);
  font-size: 50px;
  line-height: calc(25vh - 70px);
  padding-top: 70px;
  text-align: center;
  text-transform: uppercase;
}

.newsfeed, .hockey, .lidworden {
  background: #f8f8f8;
  padding: 5rem 0
}

.sponsor, .agenda, .overons, .spelregels {
  background: #fff;
  padding: 5rem 0
}

.newsfeed .container-fluid {
  padding-right: 0;
  padding-left: 0
}

.box {
  background: #fff;
  -webkit-box-shadow: 0 .2rem 2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 .2rem 2rem rgba(0, 0, 0, 0.05);
  padding: 0;
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-radius: .3rem;
  display: inline-block;
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  top: 0
}

.col-news .box:hover {
  -webkit-box-shadow: 0 .8rem 2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 .8rem 2rem rgba(0, 0, 0, 0.15);
  top: -3px
}

.col-news .box a {
  color: inherit;
  display: inline-block;
  width: 100%;
}

.col-news .box a:hover {
  color: inherit;
  text-decoration: none !important
}

.box a:hover {
  color: inherit;
  text-decoration: none !important
}

.box a .fa-angle-right {
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  left: 0
}

.box a:hover .fa-angle-right {
  left: -3px
}

.box ul {
  padding-left: 10px;
}

.box&gt;ul {
  padding-left: 10px;
  list-style: none;
}

.box&gt;ul&gt;li&gt;a {
  font-weight: 500
}

.box ul li a:hover {
  text-decoration: underline !important
}

.box&gt;ul&gt;li&gt;ul {
  padding-bottom: 5px;
}

.box ul li {
  list-style: none;
  line-height: 1.5rem;
}

.newsfeed .box.facebook {
  overflow: hidden;
  border-radius: .5rem !important
}

.newsfeed .col-news {
  margin-top: 2rem;
  margin-bottom: 0;
  height: 400px;
  max-height: 400px;
}

.newsfeed .col-news img {
  width: 100%;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.rounded-corners {
  border-radius: .3rem;
}

.col-team {
  margin-bottom: 30px;
}

/* SIDEBAR */

.sidebar .competition .table {
  font-size: 12px;
  margin-top: 20px;
}

.sidebar .competition .table thead th {
  padding: 0.65rem 0rem 0.65rem 0;
}

.sidebar .competition .table td {
  padding: 0.65rem 0rem;
}

.sidebar .competition .table th:first-child {
  padding: .65rem 0.3rem 0.65rem 0.3rem;
  text-align: center
}

.sidebar .competition .table td:nth-child(n+3), .sidebar .competition .table thead th:nth-child(n+3) {
  text-align: center
}

.sidebar .table-hover tbody tr:hover {
  background-color: #f8f9fa;
}

.sidebar {
  margin-top: 2rem
}

.sidebar .box {
  margin-bottom: 1rem;
  padding-bottom: 0;
  overflow: hidden;
}

.sidebar .box iframe {
  margin-bottom: -6px;
}

.sidebar .box h5 {
  margin-top: 15px;
}

.sidebar .teamsidebar h4 {
  color: #FFF !important;
}

.sidebar .teamsidebar hr {
  border-top: 1px solid rgba(251, 251, 251, 0.15);
}

.sidebar .agendaitems {
  width: 100%;
}

.sidebar .agendaitems th {
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  border-bottom: 1px solid #eee;
}

.sidebar .agendaitems th:last-child {
  font-weight: bold;
}

.agenda {
  background: rgb(247, 247, 248);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 248, 1)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to bottom, rgba(247, 247, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f8', endColorstr='#ffffff', GradientType=0)
}

.agenda .box {
  margin-bottom: 2rem;
  height: 200px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 35px !important;
}

.mapssidebar:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00000020;
  border-radius: 4px;
  pointer-events: none
}

.sidebar hr {
  width: 100%;
}

.matchbox {
  color: #FFF;
}

.matchbox .team {
  font-size: 13px;
  line-height: 16px;
}

.matchbox .vsteam {
  position: absolute;
  left: calc(50% - 10.5px);
  top: 40%;
  opacity: 0.3;
}

.matchbox .holder {
  padding: 15px 0;
  color: #3E3F41;
  background: #FFF;
}

/* /SIDEBAR */

.content {
  background: #fff;
  padding-bottom: .1rem
}

.content .container {
  margin: 5rem auto
}

.content .full-width {
  width: 100%
}

.brands {
  padding: 30px 0;
  max-height: 150px;
  overflow: hidden
}

.cta-2 {
  color: #46484a;
  padding: 5rem 0
}

.cta-2 p {
  color: #696b6e
}

.cta-2 form.subscribe {
  max-width: 40rem;
  margin: 0 auto
}

.cta-2 .btn {
  width: 100%
}

.cta-4 {
  background: #2b2d34 url(../images/cover-bg-3.jpg) center;
  background: #2b2d34;
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
  min-height: 50rem
}

.cta-4 p {
  color: rgba(255, 255, 255, 0.75)
}

.cta-4 .form-control-custom {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff
}

.cta-4 .form-control-custom:focus {
  border: none;
  background: rgba(255, 255, 255, 0.3);
  color: #fff
}

.cta-5 {
  color: #46484a;
  padding: 4rem 0
}

.cta-5 p {
  color: #696b6e
}

.cta-5 form.subscribe {
  max-width: 40rem;
  margin: 0 auto
}

.cta-5 .btn {
  width: 100%
}

.contact {
  padding: 0 0 5rem;
  position: relative
}

.contact .contact-details {
  padding-top: 5rem;
  padding-bottom: 1rem
}

.contact h3 {
  margin-bottom: 0
}

.contact .material-icons {
  padding-right: 5px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

#map {
  width: 100%;
  position: absolute;
  height: 100%;
  pointer-events: none
}

.footer {
  background: #f2f2f2;
  width: 100%;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  -webkit-box-shadow: 0 -55px 0 0px #11171f inset;
  box-shadow: 0 -55px 0 0px #11171f inset;
}

.footer .container-fluid {
  padding: 0
}

.footer .divider {
  background: #46484a;
  width: 100%;
  height: .1rem;
  margin: 2rem 0 1.5rem
}

.footer ul.nav-footer {
  float: left !important;
  padding: 0;
  width: 100%
}

.footer ul.nav-footer li {
  display: block;
  float: left;
  margin-top: .5rem;
  width: 100%
}

.footer ul.nav-footer .nav-link {
  color: #a0a0a0;
  padding: 0
}

.footer ul.nav-footer .nav-link:hover {
  color: #EEE
}

.footer .copyright {
  margin: 0;
  color: #a0a0a0;
  line-height: 2.2rem;
  font-size: .8rem
}

.footer a:hover {
  color: #2C2E87;
}

.footer h5 {
  color:#46484a!important;
}

.footer .social li a {
  background: none;
  color: #f7f7f8;
  border: none
}

.footer .social li a:hover {
  color: #343490
}

.footer .social li.lidivider {
  opacity: 0.15;
  position: relative;
  top: -1px;
  margin-right: 10px
}

.footer .social li.litext {
  font-size: 12px;
  position: relative;
  top: -2px;
  opacity: .5;
}

.nav-footer {
  list-style: none;
  float: right
}

.nav-footer li {
  float: left;
  margin-top: .5rem
}

.navbar-toggler {
  width: 3em;
  height: 2em;
  vertical-align: middle;
  border-color: transparent !important
}

.nav-open .navbar-toggler {
  border-color: transparent !important
}

.nav-open .navbar-toggler-bars:before, .nav-open .navbar-toggler-bars:after {
  background: rgba(0, 0, 0, 0.75)
}

.scroll .navbar-toggler-bars:before, .scroll .navbar-toggler-bars:after {
  background: rgba(0, 0, 0, 0.75)
}
.btn-outline-white, .btn-outline-white:visited {
  background: #fff;
  color: #000;
  border-color: rgba(255, 255, 255, 0.9)
}
.scroll .btn-outline-white, .btn-outline-white:visited {
  background: #fff;
  color: #000;
  border-color: rgba(255, 255, 255, 0.9)
}

.navbar-toggler-bars {
  height: 2px;
  width: 100%;
  display: inline-block;
  position: relative;
  top: -6px
}

.navbar-toggler-bars:before {
  height: 2px;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  display: inline-block;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  -webkit-transform: translateY(-3.75px) translateZ(0);
  transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden
}

.navbar-toggler-bars:after {
  height: 2px;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  display: inline-block;
  position: absolute;
  content: " ";
  left: 0;
  -webkit-transform: translateY(-3.75px) translateZ(0);
  transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(5px) translateZ(0);
  transform: translateY(5px) translateZ(0);
  -webkit-backface-visibility: hidden
}

.nav-open .navbar-toggler-bars:after {
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
  -webkit-backface-visibility: hidden
}

.nav-open .navbar-toggler-bars:before {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  -webkit-backface-visibility: hidden
}

nav hr {
  border-top: 1px solid #EEE !important;
  width: 100%;
  margin-top: 5px
}

@media screen and (max-width: 990px) {
  .btn-contact {
    text-align: left !important;
  }
  body {
    font-size: 16px
  }
  li.nav-item .btn {
    margin-left: 0
  }
  nav .dropdown-menu {
    border: 0;
    background: #f5f5f5;
    -webkit-box-shadow: 300px 0 0 0 #f5f5f5, -300px 0 0 0 #f5f5f5;
    box-shadow: 300px 0 0 0 #f5f5f5, -300px 0 0 0 #f5f5f5
  }
  nav .dropdown-menu .dropdown-item {
    padding: .25rem .5rem;
    font-size: 14px;
    line-height: 30px
  }
  nav .nav-item.lang .btn {
    text-align: left;
    padding-left: 0;
    margin-left: 0
  }
  .navbar-collapse {
    padding: 0 15px
  }
  .dropdown-item.active:before {
    font: normal normal normal 8px/32px FontAwesome;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background: none !important
  }
  .nopaddingl-md {
    padding-left: 0 !important;
    padding-right: 15px !important
  }
  .nopaddingr-md {
    padding-right: 0 !important;
    padding-left: 15px !important
  }
}

@media screen and (max-width: 768px) {
  .nav-footer {
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .table-org th, .table td {
    padding: 0.3rem!important;
    font-size: 10px!important;
  }
  .cover .btn {
    width: 100%;
  }
  .contentbody h2 {
    font-size: 1.5rem;
  }
  .overview_column {
    width: 100%!important;
  }

  .navbar-custom {
    padding: .5rem 1rem !important;
  }
  .nav-open .navbar-custom {
    /* -webkit-box-shadow: 0 0 0 10000px #000000aa;
    box-shadow: 0 0 0 10000px #000000aa; */
  }
  .nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

.scroll .navbar-custom, .nav-open .navbar-custom {
  background: #ffffffd6 !important;
}

.back-to-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 9999;
  background-color: #000;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-to-top:hover {
  text-decoration: none;
}

.sponsor-acties {
  padding: 30px 20px
}

.sponsor-acties-content {
  padding: 30px 20px;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  top: 0;
  left: 0;
}

.jumbotron-heading {
  color: #FFF;
}

.meer-nieuws {
  margin-top: 50px;
}

.sponsor-cards {
  margin-top: 5rem;
}

.hockey-cards {
  margin-top: 5rem;
}

.sponsor-img {
  height: 200px;
}

.sponsor-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.agenda {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/agenda.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/agenda.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 150px 0px;
}

.agenda h3 {
  color: #fff;
}

.agenda .lead {
  color: #fff;
}

.agenda .divider {
  background: #fff;
}

.datepicker {
  padding: 30px 20px;
  background-color: #FFF;
  border-radius: .3rem;
  display: block;
  margin: 0 auto;
}

.table-center {
  margin: 0 auto;
  display: block;
}

.subheader {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/voorbeeld.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/voorbeeld.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.card {
  border: none !important;
  -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.05);
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  top: 0;
  display: inline-block;
}

.card:hover {
  -webkit-box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.15);
  top: -3px;
  cursor: pointer;
}

.map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
}

.btn-outline-yellow {
  border-color: #FFCE4D !important;
}

.nav-item .btn {
  color: #fff!important;
}
.scroll nav .btn-outline-white {
  color: #343490!important;
}


.scroll nav .btn-outline-white:hover {
  background-color: #ffcb00!important;
  border-color: #ffcb00!important;
}

.card-block {
  height: 200px;
  max-height: 200px;
}

.entry_form legend {
  color: #2d2d86!important;
}

.nav-link {
  font-size: 1rem;
}
.sub-nav {
  font-size: 1rem;
}
.agendahome-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}



img {
  max-width: 100%;
}

.col-agenda a {
  color:#a5a5a5!important;
  text-decoration: none!important;
}

.news-content {
  max-height: 200px;
  height: 200px;
}

.contentbody div {
  color: #696b6e!important;
  font-size: 1rem!important;
  font-weight: 300!important;
  font-family: 'Signika', sans-serif !important;
  line-height: 1.8rem!important;
  letter-spacing: 0!important;
}

.contentbody p {
  color: #696b6e!important;
  font-size: 1rem!important;
  font-weight: 300!important;
  font-family: 'Signika', sans-serif !important;
  line-height: 1.8rem!important;
  letter-spacing: 0!important;
}

.contentbody span{
  color: #696b6e;
  font-size: 1rem!important;
  font-weight: 300!important;
  font-family: 'Signika', sans-serif !important;
  line-height: 1.8rem!important;
  letter-spacing: 0!important;
}

.contentbody ul li  {
  font-size: 1rem!important;
  font-weight: 500!important;
  font-family: 'Signika', sans-serif !important;
  color: #46484a!important;
  line-height: 1.8rem!important;
  letter-spacing: 0!important;
}

.contentbody ul li span {
  font-size: 1rem!important;
  font-weight: 500!important;
  font-family: 'Signika', sans-serif !important;
  color: #696b6e!important;
  line-height: 1.8rem!important;
  letter-spacing: 0!important;
}
.btn-desktop a {
  width: 100%;
  max-width:15rem;
}
.badge-primary {
  color: #fff!important;
}

.vraag1 {
  display: none;
}</pre></body></html>