﻿@font-face {
  font-family: "BrushUp";
  src: url("../font/BrushUp.eot");
  src: url("../font/BrushUp.eot?#iefix") format("embedded-opentype"), url("../font/BrushUp.woff") format("woff"), url("/content/fonts/BrushUp.ttf") format("truetype"), url("../font/BrushUp.svg#BrushUp") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BrushUp2";
  src: url("../font/BrushUp2.eot");
  src: url("../font/BrushUp2.eot?#iefix") format("embedded-opentype"), url("../font/BrushUp2.woff") format("woff"), url("../font/BrushUp2.ttf") format("truetype"), url("../font/BrushUp2.svg#BrushUp2") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BrushUpW01";
  src: url("../font/BrushUpW01-Regular.eot");
  src: url("../font/BrushUpW01-Regular.eot?#iefix") format("embedded-opentype"), url("../font/BrushUpW01-Regular.woff2") format("woff2"), url("../font/BrushUpW01-Regular.woff") format("woff"), url("../font/BrushUpW01-Regular.ttf") format("truetype"), url("../font/BrushUpW01-Regular.svg#BrushUpW01-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* dark blue */
/* dark blue */
/* green */
/* light gray */
/* light gray */
/* light gray */
/* light gray */
/* light gray */
/* gray */
/*
darken( $base-color, 10% )

grijs bg eeeff2
*/
* {
  outline: none;
}

html {
  opacity: 1;
  transition: opacity 0.15s;
}
html.loading {
  opacity: 0;
  transition: opacity 0s;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #05325c;
  padding-top: 95px;
  overflow-y: scroll;
}

img,
iframe {
  max-width: 100%;
}

img {
  max-height: 100%;
  height: auto !important;
}

hr {
  margin: 2em 0;
  border-top: 1px solid rgba(5, 50, 92, 0.075);
}

/*
a[href='#'] {
	cursor: default;
	text-decoration: none;
}
*/
a:focus {
  outline: none;
  outline-offset: 0;
}

button,
.button,
button:focus,
.button:focus,
button:active,
.button:active,
button:hover,
.button:hover {
  display: inline-block;
  border: solid 1px #c0ccd6;
  background: #f6f7fa;
  color: #05325c;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.visible-xl-block {
  display: none;
}

.text-centered {
  text-align: center;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #05325c !important;
  text-overflow: ellipsis;
  font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #05325c !important;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #05325c !important;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #05325c !important;
  text-overflow: ellipsis;
  font-style: italic;
}

.green {
  color: #5db00d;
}

.blue {
  color: #197bc6;
}

.purple {
  color: #be458f;
}

.red {
  color: #d22811;
}

.orange {
  color: #ff9000;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: #fff;
  border-bottom: solid 1px #c0ccd6;
  z-index: 1000;
}
header .logo {
  display: block;
  margin: 15px 17px;
  height: calc(100% - 30px);
}
header .site-menu {
  right: 0;
  top: 95px;
  z-index: 999;
  background: #eeeff2;
  transition: right 0.5s ease;
  display: table;
  width: 280px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  border-bottom: solid 3px #5db00d; /* specific to 'Algemeen' */
}
header .site-menu.collapsed {
  right: -280px;
}
header .site-menu li {
  display: table-cell;
  position: relative;
}
header .site-menu li a {
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 13px;
  color: #05325c;
}
header .site-menu li a:hover {
  text-decoration: none;
}
header .site-menu li:first-child:before {
  content: "";
  border-left: solid 1px #c0ccd6;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
header .site-menu li:last-child {
  width: 75px;
  min-height: 34px;
}
header .site-menu li:last-child a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93px;
  height: 51px;
}
header .site-menu li:last-child a img {
  pointer-events: none;
  position: relative;
  bottom: 17px;
  max-height: none;
}
header .nav-toggle {
  position: absolute;
  top: 22px;
  right: 20px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
header .nav-toggle .icon-bar {
  display: block;
  border-radius: 1px;
  transition: 300ms ease-in-out;
  background-color: #05325c;
  position: relative;
  width: 34px;
  height: 3px;
  margin-bottom: 5px;
}
header .nav-toggle .icon-bar:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
header .nav-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
header .nav-toggle .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px;
  margin-bottom: 3px;
}
header .nav-toggle.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  opacity: 1;
}
header .search {
  position: absolute;
  top: 17px;
  right: calc(4% + 60px);
  height: 57px;
  width: 54px;
  padding: 0;
  background: transparent url(../img/zoekicoon-lg.png) no-repeat center;
  text-indent: -9999px;
}

nav {
  position: fixed;
  top: 95px;
  bottom: 0;
  width: 280px;
  background: #eeeff2;
  z-index: 998;
  right: 0;
  opacity: 1;
  transition: right 0.5s ease;
}
nav .ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}
nav .ss-content {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-right: -18px;
}
nav .ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 5px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}
nav .ss-hidden,
nav .ss-keephidden {
  display: none;
}
nav.ss-container:hover .ss-scroll {
  opacity: 1;
}
nav .ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
nav .menu {
  min-height: 100%;
  margin-bottom: -175px;
  width: 280px;
  padding: 57px 0 85px;
  margin-left: 0;
}
nav .menu:after {
  content: "";
  display: block;
}
nav .menu a {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 5px 40px 5px 25px;
}
nav .menu a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border: solid 1px #1c407a;
  border-bottom: none;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  right: 26px;
  transition: all 0.25s ease;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav .menu a.collapsed[href="#"]:after {
  margin-top: -4px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
nav .menu a.uncollapsed[href="#"]:after {
  margin-top: -2px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav .menu a.active {
  background: rgba(0, 0, 0, 0.05);
}
nav .menu a.active:after {
  border-width: 2px;
  transition: all 0.25s ease;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav .menu a,
nav .menu a:hover,
nav .menu a:focus,
nav .menu a:active {
  color: #05325c;
  text-decoration: none;
}
nav .menu a.hover,
nav .menu a.active.hover[href="#"],
nav .menu a.collapsed.hover[href="#"],
nav .menu a.uncollapsed.hover[href="#"] {
  background: rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
nav .menu a.collapsed[href="#"]:after,
nav .menu a.collapsed.hover[href="#"]:after,
nav .menu a.uncollapsed[href="#"]:after,
nav .menu a.uncollapsed.hover[href="#"]:after,
nav .menu .green a.collapsed[href="#"]:after,
nav .menu .green a.collapsed.hover[href="#"]:after,
nav .menu .green a.uncollapsed[href="#"]:after,
nav .menu .green a.uncollapsed.hover[href="#"]:after,
nav .menu .blue a.collapsed[href="#"]:after,
nav .menu .blue a.collapsed.hover[href="#"]:after,
nav .menu .blue a.uncollapsed[href="#"]:after,
nav .menu .blue a.uncollapsed.hover[href="#"]:after,
nav .menu .purple a.collapsed[href="#"]:after,
nav .menu .purple a.collapsed.hover[href="#"]:after,
nav .menu .purple a.uncollapsed[href="#"]:after,
nav .menu .purple a.uncollapsed.hover[href="#"]:after,
nav .menu .red a.collapsed[href="#"]:after,
nav .menu .red a.collapsed.hover[href="#"]:after,
nav .menu .red a.uncollapsed[href="#"]:after,
nav .menu .red a.uncollapsed.hover[href="#"]:after,
nav .menu .orange a.collapsed[href="#"]:after,
nav .menu .orange a.collapsed.hover[href="#"]:after,
nav .menu .orange a.uncollapsed[href="#"]:after,
nav .menu .orange a.uncollapsed.hover[href="#"]:after {
  display: block;
}
nav .menu a[href="#"],
nav .menu a.hover[href="#"],
nav .menu .green a[href="#"],
nav .menu .green a.hover[href="#"],
nav .menu .blue a[href="#"],
nav .menu .blue a.hover[href="#"],
nav .menu .purple a[href="#"],
nav .menu .purple a.hover[href="#"],
nav .menu .red a[href="#"],
nav .menu .red a.hover[href="#"],
nav .menu .orange a[href="#"],
nav .menu .orange a.hover[href="#"] {
  background: none;
  cursor: default;
}
nav .menu a[href="#"]:after,
nav .menu a.hover[href="#"]:after,
nav .menu .green a[href="#"]:after,
nav .menu .green a.hover[href="#"]:after,
nav .menu .blue a[href="#"]:after,
nav .menu .blue a.hover[href="#"]:after,
nav .menu .purple a[href="#"]:after,
nav .menu .purple a.hover[href="#"]:after,
nav .menu .red a[href="#"]:after,
nav .menu .red a.hover[href="#"]:after,
nav .menu .orange a[href="#"]:after,
nav .menu .orange a.hover[href="#"]:after {
  display: none;
}
nav .menu a.collapsed + ul {
  max-height: 0 !important;
}
nav .menu > li > a {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "BrushUpW01", sans-serif;
}
nav .menu > li > ul {
  margin-left: 0;
}
nav .menu > li > ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
}
nav .menu > li > ul > li > a {
  font-weight: 600;
}
nav .menu > li > ul > li > a,
nav .menu > li > ul > li > a:hover,
nav .menu > li > ul > li > a:focus,
nav .menu > li > ul > li > a:active {
  color: #5db00d;
}
nav .menu > li > ul > li ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
}
nav .menu > li > ul > li > ul > li > a {
  padding-left: 40px;
}
nav .menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 55px;
  font-style: italic;
}
nav .menu > li.green a {
  color: #5db00d;
}
nav .menu > li.green a:after {
  border-color: #5db00d;
}
nav .menu > li.green a.hover, nav .menu > li.green a.active.hover[href="#"], nav .menu > li.green a.collapsed.hover[href="#"], nav .menu > li.green a.uncollapsed.hover[href="#"] {
  background: rgba(93, 176, 13, 0.2);
  cursor: pointer;
}
nav .menu > li.green > ul > li > a {
  color: rgb(67.9047619048, 128.5079365079, 9.4920634921);
}
nav .menu > li.green > ul > li > a:after {
  border-color: rgb(67.9047619048, 128.5079365079, 9.4920634921);
}
nav .menu > li.blue a {
  color: #197bc6;
}
nav .menu > li.blue a:after {
  border-color: #197bc6;
}
nav .menu > li.blue a.hover, nav .menu > li.blue a.active.hover[href="#"], nav .menu > li.blue a.collapsed.hover[href="#"], nav .menu > li.blue a.uncollapsed.hover[href="#"] {
  background: rgba(25, 123, 198, 0.2);
  cursor: pointer;
}
nav .menu > li.blue > ul > li > a {
  color: rgb(19.2825112108, 94.869955157, 152.7174887892);
}
nav .menu > li.blue > ul > li > a:after {
  border-color: rgb(19.2825112108, 94.869955157, 152.7174887892);
}
nav .menu > li.purple a {
  color: #be458f;
}
nav .menu > li.purple a:after {
  border-color: #be458f;
}
nav .menu > li.purple a.hover, nav .menu > li.purple a.active.hover[href="#"], nav .menu > li.purple a.collapsed.hover[href="#"], nav .menu > li.purple a.uncollapsed.hover[href="#"] {
  background: rgba(190, 69, 143, 0.2);
  cursor: pointer;
}
nav .menu > li.purple > ul > li > a {
  color: rgb(154.1354581673, 53.8645418327, 115.187250996);
}
nav .menu > li.purple > ul > li > a:after {
  border-color: rgb(154.1354581673, 53.8645418327, 115.187250996);
}
nav .menu > li.red a {
  color: #d22811;
}
nav .menu > li.red a:after {
  border-color: #d22811;
}
nav .menu > li.red a.hover, nav .menu > li.red a.active.hover[href="#"], nav .menu > li.red a.collapsed.hover[href="#"], nav .menu > li.red a.uncollapsed.hover[href="#"] {
  background: rgba(210, 40, 17, 0.2);
  cursor: pointer;
}
nav .menu > li.red > ul > li > a {
  color: rgb(162.8193832599, 31.013215859, 13.1806167401);
}
nav .menu > li.red > ul > li > a:after {
  border-color: rgb(162.8193832599, 31.013215859, 13.1806167401);
}
nav .menu > li.orange a {
  color: #ff9000;
}
nav .menu > li.orange a:after {
  border-color: #ff9000;
}
nav .menu > li.orange a.hover, nav .menu > li.orange a.active.hover[href="#"], nav .menu > li.orange a.collapsed.hover[href="#"], nav .menu > li.orange a.uncollapsed.hover[href="#"] {
  background: rgba(255, 144, 0, 0.2);
  cursor: pointer;
}
nav .menu > li.orange > ul > li > a {
  color: rgb(204, 115.2, 0);
}
nav .menu > li.orange > ul > li > a:after {
  border-color: rgb(204, 115.2, 0);
}
nav .menu > li:nth-child(2) {
  position: relative;
  margin-top: 20px;
}
nav .menu > li:nth-child(2):before {
  content: "";
  position: absolute;
  left: 120px;
  top: -30px;
  width: 74px;
  height: 61px;
  background: transparent url(../img/muis-menu.png) no-repeat center;
}
nav .menu:after {
  height: 90px;
}
nav .social {
  position: relative;
  padding: 90px 25px 0;
  width: 280px;
  height: 175px;
}
nav .social:before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  width: 69px;
  height: 107px;
  background: transparent url(../img/papagaai-social.png) no-repeat center;
}
nav .social h6 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  border-bottom: solid 1px #05325c;
  padding-bottom: 3px;
  margin-top: 0;
}
nav .social li {
  display: block;
  float: left;
  margin-right: 10px;
}
nav.collapsed {
  right: -280px;
}

main {
  min-height: 100%;
  margin-bottom: -88px;
}
main > .content > .container {
  position: relative;
}
main > .content .fbbutton {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 2;
}
main:after {
  content: "";
  display: block;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  line-height: 1.3;
  color: #05325c;
  font-family: "BrushUpW01", sans-serif;
}
main h1:first-child, main h2:first-child, main h3:first-child, main h4:first-child, main h5:first-child, main h6:first-child {
  margin-top: 0;
}
main .h1, main h1 {
  font-size: 2rem;
}
main .h2, main h2 {
  font-size: 2rem;
}
main .h3, main h3 {
  font-size: 1.75rem;
}
main .h4, main h4 {
  font-size: 1.5rem;
}
main .h5, main h5 {
  font-size: 1.25rem;
}
main .h6, main h6 {
  font-size: 1rem;
}
main p {
  margin-bottom: 1em;
}
main a {
  color: #5db00d;
  text-decoration: underline;
}
main ul,
main ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
main ul li,
main ol li {
  margin-bottom: 0.5em;
  /*&:last-child
  {
      margin-bottom: 0;
  }*/
}
main .accordion {
  margin: 2em 0 3em;
}
main .accordion .ui-accordion-header,
main .accordion .ui-accordion-content {
  padding: 8px 12px;
}
main .accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-right: 30px;
}
main .accordion .ui-accordion-header:after, main .accordion .ui-accordion-header:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #05325c;
}
main .accordion .ui-accordion-header:before {
  transform: rotate(90deg);
  transition: transform 0.5s ease;
}
main .accordion .ui-accordion-header.ui-accordion-header-active:before {
  transform: rotate(180deg);
}
main .accordion .ui-accordion-header:nth-of-type(odd) {
  background: rgba(5, 50, 92, 0.1); /*$line-color;*/ /* line-color == rgba($primary-color, .25);*/
}
main .accordion .ui-accordion-content {
  border: solid 1px #e6eaee; /*rgba($primary-color, .1);*/
  border-left: none;
  border-right: none;
}
main.show-search-results .content {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
main.show-search-results .search-results {
  opacity: 1;
  height: auto;
  overflow: visible;
}
main.show-search-results .search-results .includeNews {
  font-weight: normal;
  margin-bottom: 20px;
}
main .cover {
  width: 100%;
  height: 20vh;
  min-height: 100px;
  max-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .search:first-child {
  padding-top: 46px; /* in case there is no cover, so search is the first child of main */
}
main .search:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #fff 0%, #fff 2%, #c0ccd6 8%, #c0ccd6 92%, #fff 98%, #fff 100%);
}
main .search .search-input {
  position: relative;
  margin-top: -23px;
}
main .search .search-input:before, main .search .search-input:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: solid 1px transparent;
  border-left: solid 1px #c0ccd6;
  transform: rotate(-45deg);
  bottom: 0;
}
main .search .search-input:before {
  left: 0;
}
main .search .search-input:after {
  transform: rotate(-135deg);
  right: 0;
}
main .search .search-input input {
  border: none;
  border: solid 1px transparent;
  border-bottom-color: #c0ccd6;
  z-index: 2;
  width: 100%;
  padding: 0 90px 0 25px;
  background: #f3f4f7;
  height: 45px;
  border-radius: 45px;
  font-weight: 600;
  font-size: 18px;
}
main .search .search-input button {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 92px;
  height: 86px;
  border: none;
  background: transparent url(../img/zoekicoon-kids.png) no-repeat center;
  text-indent: -9999px;
  z-index: 10;
}
main .search-results {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease;
}
main .search-results .col-xs-12 {
  margin: 15px 0 25px;
}
main .search-results hr:first-of-type {
  margin-top: 0;
  clear: both;
  border-top: solid 1px #c0ccd6;
}
main .search-results .close-search-results {
  position: relative;
  padding-right: 25px;
  float: right;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 13px;
  margin-top: 15px;
}
main .search-results .close-search-results:before, main .search-results .close-search-results:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
  width: 19px;
  border-bottom: solid 2px #05325c;
  transform: rotate(45deg);
}
main .search-results .close-search-results:after {
  transform: rotate(-45deg);
}
main .search-results .keyword-matches {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 5px;
}
main .search-results .keyword-matches li {
  float: left;
  margin-right: 30px;
  margin-bottom: 8px;
}
main .search-results a {
  text-decoration: none;
  color: #05325c;
}
main .search-results a:hover {
  color: #5db00d;
}
main .search-results h2 {
  color: #5db00d;
}
main .content {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.breadcrumb {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  background-color: transparent;
  font-size: 11px;
  color: #7f8d9b;
}
.breadcrumb li a {
  color: #7f8d9b;
}
.breadcrumb li:last-child a {
  color: #5db00d;
}
.breadcrumb > li + li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  padding: 0;
  border: solid 1px #7f8d9b;
  border-bottom: none;
  border-left: none;
  vertical-align: middle;
  margin: 0 7px 0 3px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.link-list {
  list-style: none;
  padding-left: 15px;
}
ul.link-list li a {
  position: relative;
  text-decoration: none;
}
ul.link-list li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border: solid 1px #05325c;
  border-bottom: none;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: -15px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-animals button {
  position: relative;
  width: 100%;
  text-align: left;
  background: #fff;
}
.select-animals button:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border: solid 1px #1c407a;
  border-bottom: none;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  right: 16px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animal-groups-wrap .filter-input {
  position: relative;
  margin-bottom: 6px;
  clear: both;
}
.animal-groups-wrap .filter-input input {
  border: none;
  width: 100%;
  height: 32px;
  margin-right: 7px;
  padding: 0 10px;
  background: #f3f4f7;
}
.animal-groups-wrap .filter-input button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 32px;
  width: 32px;
  border: none;
  background: transparent url(../img/zoekicoon.png) no-repeat center;
  text-indent: -9999px;
  z-index: 10;
}
.animal-groups-wrap > p {
  font-style: italic;
  margin: 1em 0;
}
.animal-groups-wrap .animal-groups {
  list-style: none;
  padding: 0;
  margin: 0;
}
.animal-groups-wrap .animal-groups aside {
  display: none;
}
.animal-groups-wrap .animal-groups a {
  position: relative;
  padding: 6px 0;
  display: block;
}
.animal-groups-wrap .animal-groups a img {
  display: inline-block;
  width: 100%;
  border: solid 1px #c0ccd6;
}
.animal-groups-wrap .animal-groups a span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.animal-groups-wrap .animal-groups a,
.animal-groups-wrap .animal-groups a:hover,
.animal-groups-wrap .animal-groups a:focus,
.animal-groups-wrap .animal-groups a:active {
  color: #05325c;
  text-decoration: none;
}

.download-leaflet-wrap {
  position: relative;
}
.download-leaflet-wrap .readspeaker {
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 3px;
  color: #05325c;
  font-weight: 600;
}
.download-leaflet-wrap .readspeaker:hover {
  color: #5db00d;
}
.download-leaflet-wrap .readspeaker:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: sub;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' version='1.1' viewBox='0 0 28 22' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(-170.49 -.013449)'%3E%3Cpath d='m181.59 1.652c-1.425 1.465-2.877 2.89-4.356 4.315-0.239 0.227-0.639 0.387-0.972 0.413-0.999 0.067-1.998 0.014-2.984 0.094-1.758 0.133-2.544 0.839-2.717 2.584-0.053 0.533-0.067 1.065-0.067 1.598-0.013 0.533 0.014 1.066 0.067 1.599 0.16 1.745 0.959 2.45 2.717 2.584 0.999 0.08 1.998 0.013 2.984 0.093 0.333 0.027 0.733 0.173 0.972 0.413 1.479 1.412 2.931 2.85 4.356 4.316 1.599 1.651 3.597 1.545 5.635 1.358v-20.926c-2.052-0.213-4.036-0.093-5.635 1.559z' fill='%23444464'/%3E%3Cpath d='m191.98 2.198 1.025-1.972s5.329 3.037 5.329 10.443c0 7.42-5.395 10.164-5.395 10.164l-0.959-1.865s4.236-2.651 4.236-8.245c0-5.595-4.236-8.525-4.236-8.525z' fill='%23e60'/%3E%3Cpath d='m190.14 6.061 1.012-1.998s3.117 2.317 3.117 6.673-3.13 6.38-3.13 6.38l-0.999-2.011s2.011-1.545 2.011-4.356c0.013-2.823-2.011-4.688-2.011-4.688z' fill='%23e60'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 7px;
}

.download-leaflet,
.download-speech,
.download-handy {
  position: relative;
  display: block;
  color: #05325c;
  margin: -0.5em 0;
  padding-left: 78px;
  font-family: "BrushUpW01", sans-serif;
  font-size: 19px;
  text-decoration: none;
}
.download-leaflet:hover, .download-leaflet:focus, .download-leaflet:active,
.download-speech:hover,
.download-speech:focus,
.download-speech:active,
.download-handy:hover,
.download-handy:focus,
.download-handy:active {
  text-decoration: none;
}
.download-leaflet:before,
.download-speech:before,
.download-handy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icoon-bijsluiter.png");
}
.download-leaflet .text,
.download-speech .text,
.download-handy .text {
  padding-right: 100px;
}
.download-leaflet .name,
.download-speech .name,
.download-handy .name {
  display: block;
  color: #5db00d;
}

.download-speech:before {
  background-image: url("../img/icoon-spreekbeurt.png");
}
.download-speech .name {
  color: #be458f;
}

.download-handy:before {
  background-image: url("../img/icoon-handig.png");
}
.download-handy .name {
  color: #ff9000;
}

.link-list {
  margin-top: 3em;
}
.link-list a {
  position: relative;
  display: block;
  padding: 8px 46px 8px 12px;
  text-decoration: none;
  color: #05325c;
  font-weight: 600;
}
.link-list a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 26px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
}
.link-list ul {
  list-style: none;
  padding: 0;
}
.link-list li {
  background: #eeeff2;
}
.link-list.green h3 {
  color: #5db00d;
}
.link-list.green a:after {
  background-image: url("../img/pijl-rechts-groen-sm.png");
}
.link-list.blue h3 {
  color: #197bc6;
}
.link-list.blue a:after {
  background-image: url("../img/pijl-rechts-blauw-sm.png");
}
.link-list.purple h3 {
  color: #be458f;
}
.link-list.purple a:after {
  background-image: url("../img/pijl-rechts-paars-sm.png");
}
.link-list.red h3 {
  color: #d22811;
}
.link-list.red a:after {
  background-image: url("../img/pijl-rechts-rood-sm.png");
}
.link-list.orange h3 {
  color: #ff9000;
}
.link-list.orange a:after {
  background-image: url("../img/pijl-rechts-oranje-sm.png");
}

.page,
.sidebar {
  margin-top: 40px;
  margin-bottom: 40px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.page .newsletter,
.sidebar .newsletter {
  position: relative;
  margin: 30px auto 20px;
  padding: 20px;
  max-width: 360px;
}
.page .newsletter .social,
.sidebar .newsletter .social {
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page .newsletter .social li,
.sidebar .newsletter .social li {
  margin: 0 4px;
  display: inline-block;
  border: solid 4px #fff;
  border-radius: 30px;
  background: #fff;
}
.page .responsive-banner,
.sidebar .responsive-banner {
  display: block;
  position: relative;
  min-height: 150px;
  width: 100%;
  text-decoration: none;
  max-width: 290px;
  margin: 0 auto;
}
.page .responsive-banner span,
.sidebar .responsive-banner span {
  display: block;
  text-align: left;
}
.page .responsive-banner span.text,
.sidebar .responsive-banner span.text {
  position: relative;
  padding: 5px 15px 15px;
  border: solid 1px #c0ccd6;
}
.page .responsive-banner span.text:before, .page .responsive-banner span.text:after,
.sidebar .responsive-banner span.text:before,
.sidebar .responsive-banner span.text:after {
  content: "";
  position: absolute;
  top: -1px;
  background: #fff;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  z-index: 10;
}
.page .responsive-banner span.text:after,
.sidebar .responsive-banner span.text:after {
  top: auto;
  bottom: -1px;
}
.page .responsive-banner span.header,
.sidebar .responsive-banner span.header {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  color: #05325c;
}
.page .responsive-banner span.subheader,
.sidebar .responsive-banner span.subheader {
  font-size: 17px;
  font-weight: 600;
  color: #5db00d;
}
.page .responsive-banner span.button,
.sidebar .responsive-banner span.button {
  display: inline-block;
  margin-top: 10px;
}
.page .responsive-banner span.image,
.sidebar .responsive-banner span.image {
  position: relative;
  /*min-height: 160px;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: solid 1px #c0ccd6;
  margin-bottom: 10px;
  max-width: 288px;
  min-height: 120px;
}

.page.intro h1 {
  font-size: 27px;
  color: #5db00d;
}
.page.intro p:first-of-type {
  font-size: 15px;
  font-weight: 600;
}
.page .news-header {
  color: #5db00d;
}
.page .hr-button {
  outline: solid 15px #fff;
  margin: 12px 0;
}
.page .hr-button:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: 15px;
  border-top: solid 1px #c0ccd6;
  height: 1px;
  z-index: -1;
  margin-top: 9px;
}
.page .responsive-banner {
  max-width: 290px;
}

.sidebar .view-list ul,
.sidebar .website-list ul,
.sidebar .play-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .view-list ul li,
.sidebar .website-list ul li,
.sidebar .play-list ul li {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.sidebar .view-list ul li a,
.sidebar .website-list ul li a,
.sidebar .play-list ul li a {
  display: block;
  margin-top: 2px;
  padding: 11px 35px 11px 11px;
  border-bottom: 1px solid rgba(5, 50, 92, 0.075);
  color: #05325c;
}
.sidebar .view-list ul li a:hover, .sidebar .view-list ul li a:focus,
.sidebar .website-list ul li a:hover,
.sidebar .website-list ul li a:focus,
.sidebar .play-list ul li a:hover,
.sidebar .play-list ul li a:focus {
  text-decoration: none;
  color: #05325c;
}
.sidebar .view-list ul li a:hover:after, .sidebar .view-list ul li a:focus:after,
.sidebar .website-list ul li a:hover:after,
.sidebar .website-list ul li a:focus:after,
.sidebar .play-list ul li a:hover:after,
.sidebar .play-list ul li a:focus:after {
  border-color: #05325c;
}
.sidebar .view-list ul li:last-child,
.sidebar .website-list ul li:last-child,
.sidebar .play-list ul li:last-child {
  margin: 0;
}
.sidebar .view-list,
.sidebar .website-list,
.sidebar .play-list,
.sidebar .responsive-banner,
.sidebar .button-banner {
  margin-bottom: 3em;
}
.sidebar .view-list ul li,
.sidebar .website-list ul li,
.sidebar .play-list ul li {
  margin: 0;
}
.sidebar .view-list ul li a,
.sidebar .website-list ul li a,
.sidebar .play-list ul li a {
  border: none;
  padding-left: 40px;
  text-decoration: none;
}
.sidebar .view-list ul li a:after,
.sidebar .website-list ul li a:after,
.sidebar .play-list ul li a:after {
  margin-top: -3px;
}
.sidebar .view-list ul li a:before,
.sidebar .website-list ul li a:before,
.sidebar .play-list ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  right: 18px;
}
.sidebar .view-list a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: solid 1px #05325c;
  border-bottom: none;
  border-left: none;
  top: 50%;
  margin-top: -6px;
  right: 18px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar .view-list a:before {
  background-image: url("../img/bekijk-icoon.png");
}
.sidebar .view-list li:nth-child(odd),
.sidebar .play-list li:nth-child(odd) {
  /*background: rgba($primary-color, .1);*/
}
.sidebar .website-list ul li a {
  padding: 5px 5px 5px 28px;
}
.sidebar .website-list ul li a:before {
  background-image: url("../img/website-icon.png");
  left: 0;
}
.sidebar .play-list ul li a {
  padding: 8px 8px 8px 40px;
}
.sidebar .play-list ul li a:before {
  background-image: url("../img/play-icon.png");
}
.sidebar .sidebar-main-image {
  border-radius: 3px;
  border-bottom-left-radius: 10px;
}
.sidebar .sidebar-divider {
  height: 5px;
  border: none;
  background: transparent url("../img/sidebar-divider.png") no-repeat center;
  background-size: 100%;
}

.button-banner,
.button-banner:hover,
.button-banner:active,
.button-banner:focus {
  color: #05325c;
  text-decoration: none;
}

.button-banner {
  display: block;
  background: #f3f4f7;
  border: solid 1px #c0ccd6;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
.button-banner img {
  display: block;
  width: 100%;
  /*height: 200px;*/
  /*padding: 10px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 21px;
  font-weight: 600;
  font-size: 0;*/
}
.button-banner .button {
  margin: 10px 20px;
  color: #5db00d;
}

.animals-sliders-wrap {
  position: relative;
  background: #e5e5e5;
}

.animals-sliders-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.animals-sliders-bg.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3 ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.animals-slider-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  touch-action: none;
  opacity: 0;
  height: 1px;
}
.animals-slider-wrap.active {
  opacity: 1;
  height: 220px;
  padding: 30px 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3 ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.animals-slider {
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.animals-slider li {
  display: inline-block;
  margin: 0;
}
.animals-slider li a {
  margin: 0 10px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 160px;
  height: 160px;
  color: #05325c;
  font-weight: 600;
  font-size: 13px;
}
.animals-slider li a span {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  padding-top: calc(100% + 5px);
  white-space: normal;
  text-align: center;
}

.animals-sliders-select-wrap {
  padding: 0 50px;
}

.animals-sliders-select {
  display: table;
  position: relative;
  list-style: none;
  padding: 12px 0 0;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.animals-sliders-select:before, .animals-sliders-select:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  background: #fff;
}
.animals-sliders-select:before {
  left: -35px;
  background: linear-gradient(to top right, transparent, transparent 49.9%, #fff 50.1%, #fff);
}
.animals-sliders-select:after {
  right: -35px;
  background: linear-gradient(to bottom right, #fff, #fff 49.9%, transparent 50.1%, transparent);
}
.animals-sliders-select li {
  display: inline-block;
  margin: 0 20px 12px;
}
.animals-sliders-select li h4 {
  margin: 0;
  cursor: pointer;
  font-size: 1.8rem;
}

.animal-sliders-nav {
  display: table;
  position: relative;
  list-style: none;
  padding: 0 0 40px;
  margin: 0 auto;
  white-space: nowrap;
}
.animal-sliders-nav a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 63px;
  text-indent: -9999px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
.animal-sliders-nav a.prev-slide {
  background-image: url("../img/caroussel-nav-links.png");
  margin-right: -55px;
}
.animal-sliders-nav a.next-slide {
  background-image: url("../img/caroussel-nav-rechts.png");
  margin-left: -55px;
}
.animal-sliders-nav span {
  position: relative;
  display: inline-block;
  background: #fff;
  font-family: "BrushUpW01", sans-serif;
  color: #5db00d;
  font-size: 16px;
  padding: 10px 20px 8px;
  margin: 0 60px;
  white-space: normal;
  vertical-align: middle;
}
.animal-sliders-nav span:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 2px;
  left: 5px;
  border: solid 2px #197bc6;
  transform: rotate(-0.1deg);
}

.title-weetjes,
.title-kennismaken,
.title-verzorging,
.title-welniet,
.title-voorjou {
  color: #ff9000;
}

.button-arrow {
  position: relative;
  display: table;
  margin: 0 auto;
  border: solid 2px transparent;
  text-decoration: none;
  font-family: "BrushUpW01", sans-serif;
  background-repeat: no-repeat;
  background-position: center right 10px;
  border-top-right-radius: 6px;
  padding: 6px 46px 5px 10px;
  font-size: 22px;
}
.button-arrow:before, .button-arrow:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 6px;
  bottom: -4px;
  left: -6px;
}
.button-arrow:before {
  border-top: 2px solid transparent;
}
.button-arrow:after {
  border-right: 2px solid transparent;
}
.button-arrow.green {
  border-color: #5db00d;
  background-image: url("../img/pijl-rechts-groen-sm.png");
}
.button-arrow.green:before, .button-arrow.green:after {
  border-color: #5db00d;
}
.button-arrow.green:hover, .button-arrow.green:active, .button-arrow.green:focus {
  color: #5db00d;
}
.button-arrow.blue {
  border-color: #197bc6;
  background-image: url("../img/pijl-rechts-blauw-sm.png");
}
.button-arrow.blue:before, .button-arrow.blue:after {
  border-color: #197bc6;
}
.button-arrow.blue:hover, .button-arrow.blue:active, .button-arrow.blue:focus {
  color: #197bc6;
}
.button-arrow.purple {
  border-color: #be458f;
  background-image: url("../img/pijl-rechts-paars-sm.png");
}
.button-arrow.purple:before, .button-arrow.purple:after {
  border-color: #be458f;
}
.button-arrow.purple:hover, .button-arrow.purple:active, .button-arrow.purple:focus {
  color: #be458f;
}
.button-arrow:hover, .button-arrow:active, .button-arrow:focus {
  text-decoration: none;
}

.spreekbeurt {
  background: #f3f4f7;
}
.spreekbeurt .kind-wrapper {
  display: none;
  width: 160px;
}
.spreekbeurt .kind-wrapper .kind {
  position: absolute;
  top: -70px;
  overflow: hidden;
  bottom: -40px;
}
.spreekbeurt .kind-wrapper .kind img {
  max-height: initial;
}
.spreekbeurt .text-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.spreekbeurt .button-wrapper {
  margin-top: 1em;
}

.newsletter {
  background: #f3f4f7;
  margin: 30px 0px 20px;
}
.newsletter h2 {
  font-size: 21px;
}
.newsletter p {
  font-size: 12px;
}
.newsletter form {
  margin: 25px 0;
}
.newsletter input {
  border: none;
  height: 32px;
  margin-right: 7px;
  width: 400px;
  padding: 0 10px;
  max-width: calc(100% - 100px);
}
.newsletter #message p {
  padding-top: 20px;
}
.newsletter .container h2 {
  font-size: 21px;
}

footer,
main:after {
  min-height: 88px;
}

footer .footer-support {
  background: #f3f4f7;
  text-align: center;
  padding: 10px;
  line-height: 24px;
  font-size: 13px;
}
footer .footer-disclaimer {
  background: #05325c;
  color: #fff;
  padding: 10px 0;
  line-height: 24px;
  font-size: 13px;
}
footer .footer-disclaimer a,
footer .footer-disclaimer a:hover,
footer .footer-disclaimer a:focus {
  color: #fff;
}
footer .footer-disclaimer .rights-reserved {
  display: none;
}
footer .footer-disclaimer .disclaimer {
  margin-left: 5%;
  font-weight: 600;
}
footer .footer-disclaimer .social {
  float: right;
}
footer .footer-disclaimer .social a {
  display: inline-block;
  margin-left: 3px;
}
footer .footer-disclaimer .social a img {
  vertical-align: top;
}
footer .footer-disclaimer .social span {
  display: none;
  font-weight: 600;
  margin-right: 3px;
}

.more-link,
.less-link {
  /* color: $text-color; */
  text-decoration: none;
  font-weight: 600;
  margin: 1em 0 2em 0;
  display: table;
}
.more-link:hover, .more-link:focus,
.less-link:hover,
.less-link:focus {
  color: #5db00d;
}

main .search-results h2 {
  margin-top: 20px;
}
main .search-results h2 a {
  color: inherit;
  margin-bottom: 0;
}

.ezsearch-result p.path {
  margin-bottom: 0.3em;
  font-size: 0.8em;
}
.ezsearch-result p.path span:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: solid 1px #1c407a;
  border-bottom: none;
  border-left: none;
  transition: all 0.25s ease;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0px 3px 0 3px;
}
.ezsearch-result p.path span:last-child:after {
  content: none;
}

table.form td {
  padding: 5px 25px 5px 0;
  vertical-align: top;
}
table.form td input[type=text] {
  width: 250px;
}
table.form td textarea {
  width: 400px;
  height: 200px;
}
table.form td:first-child {
  width: 200px;
  padding-top: 8px;
}
table.form label {
  font-weight: normal;
}
table.form #mailError {
  padding-left: 5px;
  color: #d06262;
}

.page table:not(.form) td {
  border: 1px solid #E9E9E9;
  padding: 5px;
}

.pagination {
  width: 100%;
}
.pagination span {
  display: block;
  position: relative;
}
.pagination span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border: solid 1px #1c407a;
  border-bottom: none;
  border-left: none;
  top: 50%;
  margin-top: -3px;
}
.pagination span.prev {
  float: left;
}
.pagination span.prev:after {
  transition: all 0.25s ease;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: -10px;
}
.pagination span.next {
  float: right;
}
.pagination span.next:after {
  transition: all 0.25s ease;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
}
.pagination div.pages {
  text-align: center;
}
.pagination div.pages a {
  padding: 0 2px;
}
.pagination div.pages a.active {
  font-weight: bold;
}

.mobileonly {
  display: none;
}

.collection-item div {
  float: left;
}
.collection-item .content {
  margin-left: 10px;
}
.collection-item .image {
  width: 200px;
}

p.sub {
  font-size: 0.8em;
  margin-bottom: 0;
}

.news h2 a {
  text-decoration: none;
}

#page_news_article .page {
  -moz-user-select: initial;
  -webkit-user-select: initial;
}

.downloads-wrap {
  padding: 0 30px 15px;
  background: #f3f4f7;
}
.downloads-wrap.green {
  background: rgba(93, 176, 13, 0.2);
}
.downloads-wrap.green h1 {
  color: #5db00d;
}
.downloads-wrap.green .downloads > div > a > span {
  background: #5db00d;
}
.downloads-wrap.blue {
  background: rgba(25, 123, 198, 0.2);
}
.downloads-wrap.blue h1 {
  color: #197bc6;
}
.downloads-wrap.blue .downloads span {
  background: #197bc6;
}
.downloads-wrap.purple {
  background: rgba(190, 69, 143, 0.2);
}
.downloads-wrap.purple h1 {
  color: #be458f;
}
.downloads-wrap.purple .downloads > div > a > span {
  background: #be458f;
}
.downloads-wrap.red {
  background: rgba(210, 40, 17, 0.2);
}
.downloads-wrap.red h1 {
  color: #d22811;
}
.downloads-wrap.red .downloads > div > a > span {
  background: #d22811;
}
.downloads-wrap.orange {
  background: rgba(255, 144, 0, 0.2);
}
.downloads-wrap.orange h1 {
  color: #ff9000;
}
.downloads-wrap.orange .downloads > div > a > span {
  background: #ff9000;
}
.downloads-wrap .downloads-header-wrap {
  display: table;
  margin: 0 -30px 30px;
}
.downloads-wrap .downloads-header-wrap:before, .downloads-wrap .downloads-header-wrap:after {
  content: "";
  display: table-cell;
  width: 50%;
  background: #fff;
}
.downloads-wrap .downloads-header-wrap h1 {
  display: table-cell;
  position: relative;
  padding: 12px 50px 0;
  white-space: nowrap;
}
.downloads-wrap .downloads-header-wrap h1:before, .downloads-wrap .downloads-header-wrap h1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  background: #fff;
}
.downloads-wrap .downloads-header-wrap h1:before {
  left: 0;
  background: linear-gradient(to bottom right, #fff, #fff 49.9%, transparent 50.1%, transparent);
}
.downloads-wrap .downloads-header-wrap h1:after {
  right: 0;
  background: linear-gradient(to top right, transparent, transparent 49.9%, #fff 50.1%, #fff);
}
.downloads-wrap .downloads > div {
  margin-bottom: 1.5em;
}
.downloads-wrap .downloads a {
  position: relative;
  display: block;
  padding-top: 70%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.downloads-wrap .downloads span {
  display: block;
  position: relative;
  padding: 6px 45px 6px 15px;
  background: #05325c;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.downloads-wrap .downloads span:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 21px;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  background: url("../img/pijl-rechts-wit-sm.png") no-repeat;
}

.animals div {
  margin-bottom: 35px;
}
.animals a {
  display: block;
  height: 100px;
  text-decoration: none;
  padding-left: 120px;
  position: relative;
}
.animals a img {
  position: absolute;
  left: 0;
}
.animals a span {
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  position: relative;
}

#page_spreekbeurten .animals a img {
  width: auto;
}

input::-ms-clear {
  display: none;
}

/* legacy from old kids site */
#fun.fun-goudenregels {
  padding: 10px;
}

#fun.fun-goudenregels .center h2 {
  color: #fff;
  text-shadow: none;
}

.fun-goudenregels .imagecenter {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

#fun-goudenregels-vraag, #fun-goudenregels-toelichting, #fun-goudenregels-einde {
  position: relative;
  padding: 10px 40px;
  font-family: Comic Sans MS, Arial;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

#fun-goudenregels-toelichting .containernext {
  display: none;
  padding-right: 35px;
  text-align: center;
  padding-top: 10px;
}

#fun-goudenregels-toelichting-left,
#fun-goudenregels-toelichting-right {
  display: none;
}

#fun-goudenregels-antwoorden {
  position: relative;
  padding-top: 10px;
  text-align: center;
}

#fun-goudenregels-antwoorden a {
  float: left;
  display: block;
  width: 50%;
  text-align: center;
  text-decoration: none;
}

#fun-goudenregels-antwoorden a .button {
  display: block;
  margin: 20px auto 0 auto;
  background: #eee;
  border: 3px solid #fff;
  border-radius: 6px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 20px;
  font-family: "Comic Sans MS", Arial;
}

#fun-goudenregels-antwoorden a:hover .button {
  background: #fff;
}

#fun-goudenregels-antwoorden a .button.correct,
#fun-goudenregels-antwoorden a .button.incorrect {
  color: #fff;
  background: green;
  border: 3px solid #fff;
  text-decoration: none;
}

#fun-goudenregels-antwoorden a .button.incorrect {
  background: red;
}

.fun-goudenregels .button_next, .button_download {
  display: block;
  float: right;
  width: 100px;
  margin: 5px auto 0 auto;
  background: #eee;
  border: 3px solid #fff;
  border-radius: 3px;
  height: 40px;
  line-height: 30px;
  font-size: 20px;
  font-family: "Comic Sans MS", Arial;
  text-decoration: none;
}

.fun-goudenregels .button_download {
  float: none;
  width: 250px;
  text-align: center;
  margin-top: 30px;
}

.fun-goudenregels .button_download img {
  vertical-align: middle;
  float: left;
  margin-top: -1px;
  margin-left: 25px;
}

.fun-goudenregels .button_download span {
  float: left;
  margin-left: 10px;
}

.fun-goudenregels .button_next:hover, .fun-goudenregels .button_download:hover {
  background: #fff;
}

.fun-goudenregels #fun-goudenregel-einde {
  width: auto;
  position: relative;
  margin: 0 30px;
  padding-top: 20px;
  font-family: Comic Sans MS, Arial;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

/* end gouden regels */
input#submitbutton[disabled=disabled] {
  opacity: 0.5;
}

#page_embed .huisdierentest {
  margin: 0;
}
#page_embed .huisdierentest > iframe {
  display: block;
  height: calc(100vh - 139px);
  width: 100%;
}

.page p a[href='#'][title] {
    color: inherit;
    text-decoration-style: dotted;
    cursor: help;
}