@font-face {
  font-family: 'Varsity';
  src: url('../fonts/VarsityRegular.eot');
  src: url('../fonts/VarsityRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/VarsityRegular.woff2') format('woff2'),
    url('../fonts/VarsityRegular.woff') format('woff'),
    url('../fonts/VarsityRegular.ttf') format('truetype'),
    url('../fonts/VarsityRegular.svg#VarsityRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #F2F2F2;
  font-family: 'Varsity', Arial, sans-serif;
  text-transform: lowercase;
}

h1, .h1 {
  font-size: 2.4rem;
}

p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

a, .blogger a:hover {
  color: #000;
  text-decoration: none;
  -o-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover, .blogger a {
  color: #ff0606;
  text-decoration: none;
}

.page-link:hover {
    border-color: red;
    color: red;
}

.bg-danger {
    border-radius: 15px;
    padding: 0.1rem 1rem;
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #fff;
    background-color: #ff0606 !important;
}

.bg-light {
  background-color: #e3e3e3 !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.btn {
  font-family: 'Open sans', Arial, sans-serif;
  font-weight: bold;
  background-color: #ff0606;
  border-color: #ff0606;
}

.btn-link:hover {
  background-color: #000000;
  border-color: #000000;
}

button:focus {
  outline: 1px dotted #fff;
}

.tags li, .laatst li {
  list-style: none;
}

.tags li {
  display: inline-block;
}

.nav-link,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
  -o-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.nav-link:hover,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #FF0000;
  text-decoration: none;
}

p,
date,
.blog_tag,
footer .nav-link,
.copy,
.search__field,
.pagination,
form, .tags li a, .laatst li a {
  font-family: 'Open sans', Arial, sans-serif !important;
  text-transform: none;
}

label {
  font-weight: bold;
}

.border-bottom {
  border-bottom: 2px solid #FF0000 !important;
}

.brd_bottom {
  display: block;
  border-bottom: 2px #FF0000 solid;
  width: 3rem;
  margin-bottom: 1rem;
}

/* Navigatie */
.bg-dark {
  background-color: #000 !important;
}

.navbar li.nav-item {
  font-size: 1.3rem;
}

.navbar-toggler {
  border: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
}

.navbar-dark .navbar-nav .active>.nav-link {
  color: #FF0000;
}

/* Logo */
.logo {
  display: block;
  height: 4.5rem;
  margin: 2rem auto;
}

/* Search */
.search * {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search__wrapper {
  position: relative;
}

.search__field {
  width: 50px;
  height: 50px;
  color: transparent;
  padding: 0.35em 50px 0.35em 0;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  position: relative;
  float: right;
}

.search__field:focus {
  border-bottom-color: #fff;
  width: 100%;
  color: #ffffff;
  cursor: default;
  padding-left: 1rem;
}

.search__field:focus~.search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #fff;
}

.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -o-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -o-transition-property: top, color;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -o-transition-property: top, color;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -o-transition-property: top, color;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

/* Social */
ul.social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin-bottom: 0;
  margin-top: 2rem;
}

.social li:not(:first-child) {
  display: inline-block;
  margin-left: 0.6rem;
}

/* Slider */
.showcase {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.slick-next {
  position: absolute;
  right: 0;
  top: 40%;
}

.slick-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

.slider.slick-initialized.slick-slider {
    background: #000;
    height: 17rem;
}

.slick-list.draggable {
  text-align: center;
}

.cover img {
    min-height: 20rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

ul.slick-dots {
  display: none !important;
}

.slick-slider {
  margin-bottom: 0;
}

.slider button.slick-next {
  background-color: rgba(211, 211, 211, 0.75);
  border: none;
  padding: 1rem 0rem 1rem 1rem;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.slick-next i {
  margin-right: 0.5rem;
  color: rgba(0, 0, 0, 0.75);
}

.slider button.slick-prev {
  background-color: rgba(211, 211, 211, 0.75);
  border: none;
  padding: 1rem 1rem 1rem 0rem;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.slick-prev i {
  margin-left: 0.5rem;
  color: rgba(0, 0, 0, 0.75);
}

.col.slider.slick-initialized.slick-slider {
  padding-left: 0;
  padding-right: 0;
}

.cover {
  position: relative;
  height: 17rem;
}

span.marked-title {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  color: #FFF;
}

.marked-title p span {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0.2rem;
  line-height: 1.8rem;
  font-size: 1.2rem;
}

/* Spirit */
.spirit {
  background-color: #fff;
  color: gray;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.spirit p {
  margin-bottom: 0;
  text-transform: uppercase;
}

/* Blog */
.blog {
  background-color: #FF0000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.blog h1 {
  color: #fff;
  margin-bottom: 0;
}

.blog_item {
  background-color: #fff;
}

h3.blog_title {
  margin-bottom: 0;
  color: #000;
}

span.blog_tag {
  margin-bottom: 1rem;
  display: block;
  color: #FF0000;
}

.blog_item .blog_thumbnail.col-md-6 {
  padding-right: 0;
  padding-left: 0;
}

.blog_thumbnail img {
  min-height: 10rem;
  max-height: 17rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogger, article {
    position: relative;
}

date.blog_date {
    display: block;
}

.blogger date.blog_date {
    display: block;
    position: inherit;
}

/* blog item */
.follow ul {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  padding-left: 0;
}

.follow ul a {
  color: #000;
  text-decoration: none;
}

.follow ul a li,
.btn-link {
  font-family: 'Open sans', Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0.3rem;
  color: #000;
}

.blog_article {
  min-height: 17rem;
}

.btn-link:hover, .follow ul a li:hover {
  color: #FF0000;
  text-decoration: none;
}

/* pagination */
.page-link {
  background-color: transparent;
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 0.4rem 0.6rem;
  border-radius: 30px;
  margin-right: 0.7rem;
}

a.page-link {
  border: 2px solid #000;
}

a.page-link.arrow {
  border: none;
}

.page-item.active .page-link {
  color: #FF0000;
  background-color: transparent;
  border-color: #FF0000;
  margin-bottom: 0.5rem;
}

.blog_image img {
  min-height: 20rem;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article .border-bottom {
  display: block;
  margin-bottom: 0.5rem;
}

/* footer */
footer {
  background-color: #000;
  color: #FFF;
}

footer a.nav-link {
  color: #FFF;
}

footer h4 {
  color: #FF0000;
}

footer a.nav-link {
  padding: 0.1rem 1rem;
}

footer img {
  height: 10rem;
  float: left;
  margin-top: -14rem;
}

footer p {
    font-size: 1rem;
}

/* organisatie */
.profile-pic img {
  height: 150px;
  width: 150px;
  margin-top: 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.rounded {
  border-radius: 9.25rem !important;
}

.profile {
  font-family: 'Open sans', Arial, sans-serif;
  text-transform: none;
  text-align: center;
  margin-top: 15px;
}

.profile-name {
  text-transform: none;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}

.profile-title {
  color: #FF0000;
  font-size: 12px;
  margin-bottom: 15px;
}

#Bestuur {
  margin-bottom: 2rem;
}

.visie, .privacy, .organisatie,
.contactform, .programma {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.visie, .organisatie,
.contactform, .programma {
  background-color: #fff;
}

.locatie iframe {
  width: 100%;
}

li.page-item.disabled {
  opacity: 0;
}

.pagination .page-item:last-child .page-link, .page-item:first-child .page-link {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

ul.pagination {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

ul.mobile.pagination {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

a h3:hover, footer a:hover {
  text-decoration: none;
  color: #FF0000;
}

footer a {
  text-decoration: none;
  color: #FFF;
}


.page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(255, 240, 239);
  box-shadow: 0 0 0 0.2rem rgb(255, 240, 239);
}

.article .mt-3 img {
  width: 100%;
}

.article.tags {
  margin-top: 1rem;
}

.zoeken p {
    font-size: 1rem;
}

span.optional {
    font-size: 0.6rem;
    color: #7f7f7f;
}

.form-control:focus {
    border-color: #f90000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.embed-responsive-16by9::before {
    padding-top: 46.25%;
}

.vp-center, iframe {
    background-color: #000 !important;
}

.embed-responsive.embed-responsive-16by9 p {
    opacity: 0;
    position: relative;
    z-index: -99999;
}

.article {
    margin-top: 1rem;
}

.pagination.desk {
  display: none;
}

.pagination.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 576px) {

  .bg-dark,
  .spirit,
  .blog,
  .blog_item,
  .showcase,
  .visie,
  .organisatie,
  .contactform,
  .locatie,
  .privacy,
  .programma,
  footer {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .pagination.desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pagination.mobile {
    display: none;
  }
}

@media (min-width: 768px) {

  .bg-dark,
  .spirit,
  .blog,
  .blog_item,
  .showcase,
  .visie,
  .organisatie,
  .contactform,
  .locatie,
  .privacy,
  .programma,
  footer {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  date.blog_date {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  ul.social {
    margin-top: 0rem;
  }

  .bg-dark,
  .spirit,
  .blog,
  .blog_item,
  .showcase,
  .visie,
  .organisatie,
  .contactform,
  .locatie,
  .privacy,
  .programma,
  footer {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.privacy ul li {
  font-family: 'Open sans', Arial, sans-serif;
  font-size: 1.2rem;
}

table.table.table-striped {
    font-family: 'Open sans', Arial, sans-serif;
    text-transform: initial;
}

// cookies

#cookie-law { 
  font-family: verdana;
  background:#cdcdcd; 
  margin:10px auto 0; 
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
 max-width: 1200px
}

#cookie-law p { 
  padding: 8px 10px; 
  font-size: 0.8em; 
  font-weight: regular; 
  text-align: center; 
  color: #000; 
  margin: 0;
}

a.close-cookie-banner span {
  padding: 7px;
  background: black;
  border-radius: 80px;
  color: #fff;
}
