/**************** ALGEMENE STYLING ******************/
body {
	font-family: 'Albert Sans', Arial;
	font-weight: 500;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: #E60003;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}
main {
  overflow: hidden;
}
#maincontent {
    margin-bottom: 50px;
}
#maincontent a span.external {
  text-decoration: none;
  display: inline-block;
}
#maincontent a span.external::after {
  font-family: 'Font Awesome 6 Free';
  content: "\f08e";
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
}
button.call-to-action {
  display: block;
  background: #E60003;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  padding: 8px 14px;
  text-align: center;
  border: 1px solid #E60003;
  width: 100%;
  transition: all .25s ease-in-out;
}
button.call-to-action:hover,
button.call-to-action:focus {
  text-decoration: none;
  border: 1px solid #000;
  background: white;
  color: #E60003;
  transition: all .25s ease-in-out;
}
span.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}
p.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}
/******************** EXTRA BOOTSTRAP *****************/
.g-6 {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 4rem;
}
.g-7 {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 5rem;
}
.g-8 {
  --bs-gutter-x: 6rem;
  --bs-gutter-y: 6rem;
}
.g-9 {
  --bs-gutter-x: 7rem;
  --bs-gutter-y: 7rem;
}
@media (min-width: 1200px) {
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
}
@media (max-width:575px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/****************** NAVIGATIE ******************/
.navbar-brand img {
  width: 150px;
  height: auto;
}
/* Navigatie container > 1510px */
@media (min-width:1510px) {
  #primary-navbar.navbar-expand-lg .navbar-nav-scroll {
    position: relative !important;
    right: -105px !important;
    top: inherit !important;
  }
}
/* Navigatie container LG */
@media (min-width: 992px) {
  #primary-navbar {
    padding:1.5rem;
  }
  #primary-navbar.navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
    position: absolute;
    right: 70px;
    top: 35px;
  }
  .navbar-brand img {
    width: 200px;
    height: auto;
    left: -4px;
    position: relative;
  }
}
@media (max-width:767px) {
  nav#primary-navbar .container-lg {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* Navigatie items */
ul.navbar-nav li.nav-item a {
  display: block;
  padding: 0 30px;
  font-size: 1.15rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  background:none;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
ul.navbar-nav li.nav-item:last-child a {
  padding-right: 0;
}
ul.navbar-nav li.nav-item a:hover {
  text-decoration: underline;
  color: #E60003;
}
ul.navbar-nav li.nav-item.current a {
  color: #E60003;
}
@media (min-width:992px) and (max-width:1199px) {
  ul.navbar-nav li.nav-item a {
    padding: 0 15px;
  }
}


/* Items op mobiel */
.contact-link {
  border:0px;
  padding:0;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.25rem;
  line-height: 0;
  background-color: transparent;
  transition: var(--bs-navbar-toggler-transition);
  text-decoration: none;
  font-weight: 500;
  margin-right: 2rem;
}
.contact-link .title {
  color: #E60003;
  padding-right: .5rem;
  vertical-align: middle;
}
.navbar-toggler {
  border: 0px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
}
.navbar-toggler:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .title {
  color: #E60003;
  padding-right: .5rem;
  vertical-align: middle;
}
#offcanvasNavbar.offcanvas {
  --bs-offcanvas-height: 100vh;
}
@media (max-width:767px) {
  ul.navbar-nav li.nav-item a {
    padding:.5rem 0;
  }


  .contact-link, .navbar-toggler {
    font-size: 1rem;
  }
  .contact-link {
    margin-right: 1.25rem;
  }
  .contact-link .title, 
  .navbar-toggler .title {
    padding-right: .25rem;
    font-size:.95rem;
  }
}
/***************** KRUIMELPAD ****************/
.mod-breadcrumbs__wrapper li.home a svg {
  width: 17px;
  height: auto;
  margin-right: 10px;
}
.mod-breadcrumbs__wrapper li.home svg path {
  fill: #000;
}
.mod-breadcrumbs__wrapper li.home a:hover svg path {
  fill: #E60003;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: inherit;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #E60003;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  float: inherit;
}
.breadcrumb-item {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  padding-right: .5rem;
  margin-bottom: .25rem;
}
.breadcrumb-item.active {
  color: #000;
}
.breadcrumb-item a {
  color: #000;
  text-decoration: none;
}
.breadcrumb-item span {
  padding: 0 10px;
  position: relative;
  top: -2.25px;
  display: inline;
}
.breadcrumb-item a:hover {
  color: #E60003;
  text-decoration: underline !important;

}
/***************** ZOEKEN ****************/
.standard-search {
  width: 100%;
  position: relative;
}
.standard-search input {
  border:1px solid #E60003;
  border-radius: 0;
  font-weight: 400;
  padding: .85rem 210px .85rem 1.5rem;
}
.standard-search input:focus {
  box-shadow:0 0 0 .25rem rgba(230, 0, 3,.25);
  border-color: #E60003;
}
.standard-search .btn {
  width: 188px;
  background-color: #E60003;
  border-radius: 0;
  border:1px solid #E60003;
  font-weight: 400;
  padding: .85rem 1.5rem;
  right: 0px;
  top: 0px;
  position: absolute;
}
.standard-search .btn i {
  margin-left: 5px;
}
.standard-search .btn:hover {
  box-shadow:none;
  border-color: #E60003;
  background-color: #E60003;
}
.standard-search .btn:focus {
  box-shadow:none;
  border-color: #E60003;
  background-color: #E60003;
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 2px;
}
.standard-search .awesomplete > ul {
  border-radius: 0px;
  margin: .7em 0 0;
  padding: .85rem;
  border-color: rgba(0,0,0,.5);
  font-weight: 400;
  background:linear-gradient(to bottom right, white, hsla(0,0%,100%,1));
}
@media (max-width:575px) {
  .standard-search .btn {
    width: 130px;
  }
  .standard-search input {
    padding:.85rem 1rem .85rem 1rem;
  }
} 
/************* BLOG (STANDAARD) **************/
.blog {
  margin-bottom: 80px;
}
.blog h1 {
  font-size: 35px;
  margin-bottom: 2rem;
}
.blog a.yes-link {
  text-decoration: none;
  display: block;
  filter: drop-shadow(-1px 3px 3px rgba(0, 0, 0, 0.16));
}
.blog .card {
  border:0px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 65px, 30px 0);
  border-radius: 0;
  position: relative;
}
.blog .card .card-header {
  border:0px;
  border-radius: 0;
  padding: 0;
  height: 130px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: white;
  margin-bottom:-1rem;
}
.blog .card .card-header img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.blog .card .card-body {
  padding: 1.5rem;
}
.blog .card .card-body h2 {
  font-size: 25px;
  margin-bottom: .75rem;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .15s ease-in-out;
}
.blog .card .card-body p {
  font-size: 18px;
  line-height: 1.4;
}
.blog .card .card-footer {
  border:0;
  background-color: transparent;
  padding: 0 1.5rem .75rem 1.5rem;
}
.blog .card .card-footer p.no-link {
  text-decoration: none;
  font-size: 35px;
  color: #E60003;
  font-weight: 700;
  margin-bottom: 0;
}
.blog a.yes-link:hover .card .card-body h2 {
  text-decoration-color: #E60003;
  transition: all .15s ease-in-out;
}
/************* BLOG (SHORT, 1 KOLOMS) **************/
.blog.short1col a span {
  font-size: 23px;
  margin-bottom: .75rem;
  line-height: 1.4;
  color: #E60003 !important;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .15s ease-in-out;

}
.blog.short1col a.yes-link:hover .card .card-body span {
  text-decoration-color: #E60003;
  transition: all .15s ease-in-out;
}
.blog.short1col .card {
  clip-path:polygon(100% 0, 100% 100%, 0 100%, 0 30px, 15px 0);
}
.blog .card .card-body {
  padding:2.5rem 1.9rem 1.35rem 1.9rem;
}
/************* BLOG (SHORT, ALFABETISCH ALEEN ARTIKELEN) **************/
.blog.short h2 {
  color: #000;
  margin-top: 2rem;
  margin-bottom: 0rem;
}
.blog.short h2:first-child {
  margin-top: 0rem;
}
.blog.short .yes-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  filter:drop-shadow(-1px 3px 3px rgba(0, 0, 0, 0.16));
  display: block;
}
.blog.short .card {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 50%, 15px 0);
}
.blog.short .card .card-body {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
.blog.short .card p {
  margin-bottom: 0;
  color: #E60003;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .15s ease-in-out;
}
.blog.short .yes-link:hover p {
  text-decoration-color: #E60003;
  transition:all .15s ease-in-out;
}


/***************** ARTIKEL (STANDAARD) ***************/
@media (min-width:1200px) {
  article .item-page .com-content-article__body {
    padding-right: 2rem;
  }
}
article .item-page h1, #userForm h1 {
  font-size: 35px;
  margin-bottom: 1rem;
}
article .item-page h2 {
  font-size: 24px;
  margin-bottom: .5rem;
  margin-top: -100px;
  padding-top: 100px;
}
#userForm h2 {
  font-size: 24px;
  margin-bottom: .5rem;
  margin-top: 0;
  padding-top: 0;
}
article .item-page h3, #userForm h3 {
  font-size: 20px;
  margin-bottom: .5rem;
}
article .item-page h4, #userForm h4 {
  font-size: 18px;
  margin-bottom: .5rem;
}
article .item-page p, #userForm p {
  font-size: 16px;
  line-height: 1.6;
}
article .item-page strong,
article .item-page .bold,
#userForm strong {
  font-weight: 700;
}
article .item-page em {
  font-style: italic;
}
article .item-page a, #userForm a {
  color: #E60003;
  text-decoration: underline;
  transition: all .25s ease-in-out;
}
article .item-page a:hover, #userForm a:hover {
  color: #000;
  transition: all .25s ease-in-out;
}
article .item-page ul {
  padding-left: 1rem;
  list-style: disc;
  line-height: 1.6;
}
article .item-page ul li {
  font-size: 16px;
  line-height: 1.6;
}
article .item-page ol {
  padding-left: 1.2rem;
  line-height: 1.6;
}
article .item-page ol li {
  font-size: 16px;
  line-height: 1.6;
}
article .item-page table {
  font-size: 16px;
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #000;
}
article .item-page table thead {
  font-weight: 700;
  color:#000;
}
article .item-page table td, 
article .item-page table th {
  padding: .35rem 1rem;
  vertical-align: top;
  border-top: 0px;
  color: #000;
  border:1px solid black;
}
article .item-page table ul {
  margin-bottom: 0;
}
article .item-page table tbody tr:nth-of-type(2n+1) {
  background-color: #EDF2F5;
}
article .item-page a.call-to-action {
  display: inline-block;
  background: #E60003;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  padding: 8px 14px;
  text-align: center;
  border: 1px solid #E60003;
  transition: all .25s ease-in-out;
}
article .item-page a.call-to-action:hover, 
article .item-page a.call-to-action:focus {
  text-decoration: none;
  border: 1px solid #000;
  background: white;
  color: #E60003;
  transition: all .25s ease-in-out;
}
article .item-page img {
  max-width: 100%;
  margin-bottom: 10px;
  height: auto;
}
article .item-page .margin-afbeelding {
  margin: 0 15px 12px 15px !important;
}
article .item-page .margin-afbeelding.links {
   margin: 0 15px 12px 0 !important;
}
article .item-page .margin-afbeelding.rechts {
  margin: 0 0 12px 15px !important;
}
article .item-page .rechts {
  float: right;
  clear: left;
}
/* Video */
article .item-page .avPlayerWrapper.avVideo div {
  background: /*green*/;
}
article .item-page .AimyVideoEmbedderVideoOuter {
  margin-bottom: 20px;
  width: 100%;
}
article .item-page .AimyVideoEmbedderVideoPlaceholder > div > div {
  background: #EDF2F5;
  border: 0px;
}
article .item-page .AimyVideoEmbedderVideoPlaceholder button {
  background: transparent;
  border: 0;
  text-decoration: underline;
  color: #DB0004;
  font-weight: 500;
}
article .item-page .AimyVideoEmbedderVideoPlaceholder:hover button {
  color: #000;
}
article .item-page .accordion {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}
article .item-page .accordion .accordion-item {
  border: 0px;
  margin-bottom: 10px;
}
article .item-page .accordion .accordion-item h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
article .item-page .accordion .accordion-item h3 button {
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 3px 3px rgba(0,0,0,.16) ;
  padding: .75rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.02);
}
article .item-page .accordion .accordion-item h3 button.accordion-button:not(.collapsed) {
  background: white;
}
article .item-page .accordion .accordion-button::before {
  content: ">";
  font-weight: 700;
  color: #E60003;
  margin-right: 25px;
  font-size: 28px;
  transform:rotate(90deg);
  transition:transform 0.2s ease-in-out;
}
article .item-page .accordion .accordion-button:not(.collapsed)::before {
  transform: rotate(-90deg);
  transition:transform 0.2s ease-in-out;

}
article .item-page .accordion .accordion-button::after {
  display: none;
}
article .item-page .accordion .accordion-body {
  background: #EDF2F5;
  padding: 1.5rem 2rem;
}
article .item-page .accordion .accordion-item h3 button:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}
article .item-page .btn.previous, article .item-page  .btn.next {
  background: #E60003;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  padding: 8px 14px;
  text-align: center;
  border: 1px solid #E60003;
  transition: all .25s ease-in-out;
  border-radius: 0;
  font-size: 16px;
}
article .item-page .btn.previous:hover, article .item-page  .btn.next:hover,
article .item-page .btn.previous:focus, article .item-page  .btn.next:focus {
  text-decoration: none;
  border: 1px solid #000;
  background: white;
  color: #E60003;
  transition: all .25s ease-in-out;
}
@media (max-width:767px) {
  article .item-page a.call-to-action {
    width: 100%;
  }
}
/***************** SIDEBAR ********************/
.sidebar-right {
  position: relative;
  padding: 1.5rem 0 0 0;
  margin-right: 1.5rem;
}
.sidebar-right::after {
  content: " ";
  background: #E60003;
  width: 50%;
  height: 100%;
  position: absolute;
  right: -1.5rem;
  top: 0px;
  z-index: -1;
}
@media (max-width:991px) {
  .sidebar-right {
    /*margin-right: 0;*/
  }
}
/* Algemeen modules */
.sidebar-right .module-wrapper {
  filter: drop-shadow(-1px 3px 3px rgba(0, 0, 0, 0.16));
  padding-bottom: 1.5rem;
}
.sidebar-right .card {
  border:0px;
  border-radius: 0;
  position: relative;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 65px, 30px 0);
  background: white;
}
.sidebar-right .card .card-header {
  border:0;
  border-radius: 0;
  background-color: transparent;
  padding: 2.65rem 2rem 1rem 2rem;
  position: relative;
}
#ggd_home .sidebar-right .card .card-header {
  padding: 2.2rem 2rem 1rem 2rem;
}
.sidebar-right .card .card-header h2 {
  font-size: 24px;
}
.sidebar-right .card .card-body {
  padding: 0rem 2rem 2rem 2rem;
}
.sidebar-right .card .card-body p a {
  color: #E60003;
  text-decoration: underline;
  transition: all .25s ease-in-out;
}
.sidebar-right .card .card-body p a:hover {
  color: #000;
  transition: all .25s ease-in-out;
}
/* Zie ook module */
article .related-items ul {
  list-style: none;
  padding: 0;
}
article .related-items ul li {
  position: relative;
  margin-bottom:1rem;
}
article .related-items ul li::before {
  content:'>';
  font-weight: 700;
  font-size: 28px;
  color: #E60003;
  position: absolute;
  top: -9px;
  left: 0px;
}
article .related-items a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s ease-in-out;
  display: block;
  padding-left: 30px;
  line-height: 1.6;
}
article .related-items a:hover {
  text-decoration: underline;
  color: #E60003;
  transition: all .25s ease-in-out;
}
/* Print */
.print .card .card-body {
  padding-top: 2rem;
}
.print .card .card-body p:last-child {
  margin-bottom: 0;
}
/* Actueel */
ul#newsitems {
  padding-left: 0;
  list-style: none;
}
ul#newsitems li {
  margin-bottom: 1.5rem;
}
ul#newsitems .mod-articles-category-title, ul#newsitems .mod-articles-category-date {
  display: block;
}

ul#newsitems a {
  color: #E60003;
  text-decoration: none;
}
ul#newsitems a .mod-articles-category-title {
  color: black;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition:all .15s ease-in-out;
}
ul#newsitems a .mod-articles-category-date {
  font-size: 16px;
  line-height: 1.4;
}
ul#newsitems a:hover .mod-articles-category-title {
  text-decoration-color: #E60003;
  transition:all .15s ease-in-out;
  color: #E60003;
}
/* Consultatiebureau */
.bureau-tagselect-wrapper {
  position: relative;
}
.bureau-tagselect-wrapper .form-select {
  border-radius: 0;
  border:1px solid #E60003;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1rem;
  background: white;
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.bureau-tagselect-wrapper .form-select:focus {
  box-shadow:0 0 0 .25rem rgba(230, 0, 3,.25);
}
.bureau-tagselect-wrapper::after {
  content: ">";
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  background: #E60003;
  position: absolute;
  height: 100%;
  top: 0px;
  right:0px;
  transform: rotate(90deg);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  pointer-events: none;
  line-height: 1.2;
}
/***************** HOMEPAGE *********************/
/* Logo */
@media (min-width: 992px) {
  #ggd_home .navbar-brand {
    position: relative;
    left: -105px;
  }
  #ggd_home .navbar-brand img {
    width: 240px;
    transition: width .5s;
  }
  #ggd_home .navbar-brand.shrink img {
    width: 200px;
    transition: width .5s;
  }
}
@media (max-width:1510px) {
  #ggd_home .navbar-brand {
    position: inherit;
    left: inherit;
  }
}
/* Afbeelding Top */
#homepage-intro {
  max-width: 1510px;
  margin: 0 auto 5rem auto;
  position: relative;
}
/*#homepage-intro::before {
  content: "";
  width: 5000px;
  height: 55%;
  position: absolute;
  bottom: 0px;
  left: -4000px;
  background-color: #E60003;
  z-index: 1;
}
#homepage-intro::after {
  width: 100%;
  content: "";
  background-color: #E60003;
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 100px;
  display: block;
  z-index: 1;
}*/
#homepage-intro img {
  width: 100%;
  height: auto;
  border-top-right-radius: 200px;
  z-index: 2;
  position: relative;
}
/* Introcontent */
#homepage-intro-content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  top: 0px;
  left: 0px;
}
#homepage-intro-content > div {
  padding: 0;
  max-width: 1510px;
}

#homepage-intro-content .standard-search input, 
#homepage-intro-content .standard-search .btn {
  border:0;
}
#homepage-intro-content .standard-search input:focus {
  box-shadow: 0 0 0 .25rem rgba(230, 0, 3,.5);
  transition: all .15s ease-in-out;

}
#homepage-intro-content .homepage-introtext-wrapper {
  position: relative;
  padding: 35px 100px 30px 38px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 65px, 38px 0);
  background: white;
  z-index: 4;
  right: -1px;
  bottom: -1px;
}
#homepage-intro-content .homepage-introtext-wrapper h1 {
  font-weight: 400;
  font-size:2.15rem;
  line-height:1.1;
}
#homepage-intro-content .homepage-introtext-wrapper h1 strong {
  font-weight: 600;
}
#homepage-intro-content .homepage-introtext-wrapper p {
  font-size: 26px;
  font-weight: 400;
}
@media (max-width:1200px) {
  #homepage-intro-content .homepage-introtext-wrapper {
    padding:60px 30px 20px 40px;
    right: 0px;
    bottom: -1px;
  }
  #homepage-intro-content .homepage-introtext-wrapper h1 {
    font-size:30px;
  }
  #homepage-intro-content .homepage-introtext-wrapper p {
    font-size: 22px;
  }
  #homepage-intro-content .standard-search {
    margin-bottom: 50px;
  }
}

@media (max-width:991px) {
  #homepage-intro-mob .homepage-introtext-wrapper h1 strong {
    font-weight: 500;
  }
  #homepage-intro-content .standard-search { 
    margin-bottom: inherit;
  }
  
}
@media (max-width:575px) {
  #homepage-intro-mob .standard-search input {
    padding:.85rem 1rem .85rem 1rem
  }
  #homepage-intro-content .standard-search { 
    margin-bottom: inherit;
  }
}
/* Zijbalk */
#ggd_home .sidebar-right .card .card-header h2 {
  font-size: 30px;
}
/* Toptaken */
.toptaken .col h2 {
  font-size: 30px;
  display:inline-block;
  margin-top: 0;
  padding-top: 0;
}
.toptaken .col img {
  height: 50px;
  width: 50px;
  display: inline-block;
  left: -15px;
  position: relative;
  margin-bottom: 20px;
}
.toptaken .col ul {
  list-style: none;
  padding-left: 0;
}
.toptaken .col ul li {
  position: relative;
  margin-bottom: 1.15rem;
}
.toptaken .col ul li::before {
  content: '>';
  font-weight: 700;
  font-size: 28px;
  color: #E60003;
  position: absolute;
  top: -9px;
  left: 0px;
}
.toptaken .col ul li a {
  text-decoration-color: transparent;
  color: black;
  transition:all .15s ease-in-out;
  display: block;
  padding-left: 55px;
  line-height: 1.6;
  font-size: 18px;
}
.toptaken .col ul li a:hover {
  text-decoration-color: #E60003;
  transition:all .15s ease-in-out;
  color:#E60003 ;
}
@media (max-width:991px) {
  .toptaken .col ul {
    margin-top: 2rem;
    padding-left: 20px;
  }
  .toptaken .toptaken-button.collapsed, .toptaken .toptaken-button.collapsed h2 {
    color: black;
    text-decoration: none;
    font-size: 24px;
  }
  .toptaken .toptaken-button, .toptaken .toptaken-button:hover, .toptaken .toptaken-button:hover h2 {
    color: #E60003;
    text-decoration: none !important;
    font-size: 24px;
  }

  .toptaken .col img {
    display: inline-block;
    left: inherit;
    position: inherit;
    margin-bottom: 0
  }
  .toptaken .col h2 {
    margin-left: 25px;
    margin-bottom: 0;
    font-size: 24px;
  }
  

}
/***************** ZOEKEN PAGINA *****************/
#search-query-explained .title {
  width: 100px;
  display: inline-block;
  margin-bottom: 1rem;
}
#search-query-explained .term {
  font-weight: 500 !important;
  color: #E60003;
}
#search-query-explained p {
  font-size: 18px;
}
.result__item + .result__item {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.com-finder.finder a.yes-link {
  text-decoration: none;
  filter: drop-shadow(-1px 3px 3px rgba(0, 0, 0, 0.16));
  display: block;
}
.com-finder.finder .card {
  border:0px;
  border-radius: 0;
  text-decoration: none;
  clip-path:polygon(100% 0, 100% 100%, 0 100%, 0 65px, 30px 0);
}
.com-finder.finder .card .card-body {
  padding: 2rem 1.75rem 1.75rem 1.75rem;
}
.com-finder.finder .card h2 {
  color: black;
  font-size: 25px;
  margin-bottom: .3rem;
}
.com-finder.finder .card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: .3rem;
  color: black;
}
.com-finder.finder .card p.search-item-url {
  color: #E60003;
  font-size: 14px;
}
.com-finder.finder .mark, mark {
  background: #EDF2F5;
  color: #E60003;
  padding: 0;
}
.com-finder.finder a:hover p.search-item-url {
  text-decoration: underline;
}
.com-finder.finder a:hover .card {
  opacity: .9;
}
.com-finder__navigation.search-pagination {
  margin-top: 3rem;
}

.pagination {
  border-radius: 0;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
  letter-spacing: -3px;
}
.pagination .disabled > .page-link, 
.pagination .page-link.disabled {
  background-color: #EDF2F5;
}
.pagination .active > .page-link, 
.pagination .page-link.active {
  background: #E60003;
  border-color: #E60003;
  color:#fff;
}
.pagination .page-link {
  color: #E60003;
}
.pagination .page-link:focus {
  box-shadow: none;
}
/***************** FORMULIEREN ****************/
.rsform-type-freetext {
  margin-bottom: 1rem;
}
.form-label {
  font-size: 17px;
  font-weight: 500;
}
.form-control {
  border: 1px solid black;
  border-radius: 0;
  color: black;
  padding: .75rem 1.5rem;
}
.form-control:focus {
  border-color: #E60003;
  box-shadow:0 0 0 .25rem rgba(230, 0, 3,.25);
}
.formError {
  color: #E60003;
  font-weight: 500;
  font-size: 15px;
  margin-top: .5rem;
  display: block;
}
.formplate .fp-checkbox {
  border-radius: 0;
  border-color: black;
}
.formplate .fp-radio {
  border-color: black;
}
.formplate .fp-checkbox.checked, .formplate .fp-radio.checked {
  background-color: #E60003 !important;
  border:1px solid #E60003 !important;
}
.rsfpa-checkbox label, .rsfpa-radio label {
  margin-left: .25rem;
}
.rsform-submit-button {
  background-color: #E60003;
  border-radius: 0;
  border: 1px solid #E60003;
  font-weight: 400;
  padding: .5rem 5rem;
  transition: all .25s ease-in-out;
  line-height: 1.4;
}
.rsform-submit-button:hover, .rsform-submit-button:focus {
  text-decoration: none;
  border: 1px solid #000;
  background: white;
  color: #E60003;
  transition: all .25s ease-in-out;
}
.rsform-submit-button:active {
  color: #E60003 !important;
  background: white !important;
  border: 1px solid #000 !important;
}
.rsform-reset-button {
  background-color: #fff;
  border-radius: 0;
  color: #E60003;
  border: 1px solid transparent;
  font-weight: 400;
  padding: .5rem 5rem;
  transition: all .25s ease-in-out;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: #E60003;
}
.rsform-reset-button:hover, .rsform-reset-button:focus {
  background-color: #fff;
  border-radius: 0;
  color: black;
  border: 1px solid transparent;
  font-weight: 400;
  padding: .5rem 5rem;
  transition: all .25s ease-in-out;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: black;
}
.rsform-reset-button:focus, .rsform-submit-button:focus {
  box-shadow:0 0 0 .25rem rgba(230, 0, 3,.25);
}
.rsform-thankyou-button {
  width: inherit;
}
.fp-radio:focus-within, .fp-checkbox:focus-within {
  outline: 3px solid #E60003;
  outline-offset: 0px;
}
.rsform-upload-box {
  padding: .375rem .75rem;
}
.grecaptcha-badge {
  display: none !important;
}
@media (max-width:767px) {
  .rsform-submit-button,
  .rsform-reset-button {
    width: 100%;
    margin-bottom: .5rem;
  }
}
/***************** FOOTER *******************/
footer {
  padding: 80px 0 60px 0;
  max-width: 1510px;
  margin: 0 auto;
  background: #E60003;
  border-top-right-radius: 200px;
}
footer .container h2, 
footer .container h3, 
footer .container h4, 
footer .container h5, 
footer .container h6 {
  color: white;
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
footer .container p, 
footer .container a {
  color: white;
}
@media (max-width:991px) {
  footer {
    border-top-right-radius:0;
  }
  footer .container h2,
  footer .container h3,
  footer .container h4,
  footer .container h5,
  footer .container h6 {
    margin-bottom: 1rem;
  }
}
/* Menu */
.footer-nav li {
  position: relative;
  display: block;
}
.footer-nav li a {
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding: 8px 0px 8px 40px;
}
.footer-nav li::before {
  content: ">";
  color: white;
  font-size: 30px;
  font-weight: 700;
  top: 2px;
  position: absolute;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
/* Social Media */
footer #socialmedia i {
  margin-right: 1rem;
}
footer #socialmedia a:hover i::before {
  opacity: .8;
}
/***************** SCROLL UP ****************/
#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px; 
  z-index: 9999; 
  border: none; 
  outline: none;
  background-color: #E60003; 
  color: white;
  cursor: pointer; 
  padding: 0px;
  font-size: 34px;
  font-weight: 700;
  transform: rotate(-90deg);
  border-radius: 2px;
  height: 50px;
  width: 50px; 
}
#back-to-top:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
#back-to-top:focus {
  background-color: #555;
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 2px;
}
/*************** CAMPAGNE PAGINA'S *****************/
/* Algemeen */
@media (min-width: 1200px) {
  article .item-page.campagne .com-content-article__body {
    padding-right: 0rem;
  }
}
.campagne .blok-boven {
  background: #E60003;
  border-top-left-radius: 85px;
}
.campagne .blok-boven .inner-content {
  padding:2.5rem 0rem 1rem 3rem;
}
.campagne .blok-boven .inner-content h2, 
.campagne .blok-boven .inner-content p {
  color: white;
}
article .item-page.campagne .blok-boven img {
  margin-bottom: 0;
}
@media (max-width:992px) {
  .campagne .blok-boven {
    border-radius: 0;
  }
  .campagne .blok-boven .inner-content {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
}
/* Algemeen Blok Links */
.campagne .blok-links img {
  border-top-right-radius: 85px;
}
.campagne .blok-links .text-blok {
  background: #E60003;
  border-top-left-radius: 85px;
  padding:2.5rem 3rem 1rem 3rem;
  margin: 2rem 0;
}
.campagne .blok-links .text-blok h2,
.campagne .blok-links .text-blok h3,
.campagne .blok-links .text-blok h4,
.campagne .blok-links .text-blok h5,
.campagne .blok-links .text-blok h6,
.campagne .blok-links .text-blok p,
.campagne .blok-links .text-blok ul,
.campagne .blok-links .text-blok li, 
.campagne .blok-links .text-blok a {
  color: white;
}
.campagne .blok-links .quote-blok {
  margin:2rem 0;
  position: relative;
  display: flex;
}
.campagne .blok-links .quote-blok .quote-img-wrapper {
  width: 30%;
  position: relative;
  align-self: center;
}
.campagne .blok-links .quote-blok .quote-img-wrapper::before {
  background: #E60003;
  content: "";
  height: 50%;
  width: 112%;
  position: absolute;
  bottom: -7px;
  left: -14px;
  z-index: -1;
}
.campagne .blok-links .quote-blok .quote-img-wrapper img {
  width: 100%;
  height: auto;
}
.campagne .blok-links .quote-blok .quote-blockquote-wrapper {
  align-self: center;
  width: 75%;
  filter: drop-shadow(-1px 3px 3px rgba(0, 0, 0, 0.16));
  position: absolute;
  left: 25%;
  bottom: 10px;
}
.campagne .blok-links .quote-blok blockquote {
  background: white;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60px, 25px 0);
  padding:2rem 2rem 2rem 4rem;
}
.campagne .blok-links .quote-blok blockquote p {
  margin-bottom: 0;
  text-align: right;
}
.campagne .blok-links .quote-blok blockquote p::before {
  content: "\22";
  position: absolute;
  font-size: 50px;
  color: #E60003;
  font-weight: bold;
  left: 35px;
  top: 6px;
}
@media (max-width:1199px) {
  .campagne .blok-links .quote-blok .quote-img-wrapper::before {
    bottom: -2px;
    left: -11px;
  }
  .campagne .blok-links .quote-blok .quote-blockquote-wrapper {
    bottom:-40px;
  }
  .campagne .blok-links .text-blok {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-radius: 0;
    margin: 1.5rem 0;
  }
}
@media (max-width:991px) {
  .campagne .blok-links .quote-blok .quote-blockquote-wrapper {
    width: 75%;
    position: relative;
    bottom: 0;
    top: 20px;
    left: -10px;
  }
  .campagne .blok-links img {
    border-top-right-radius: 0;
  }
  .campagne .blok-links .quote-blok .quote-img-wrapper img {
    border-top-right-radius: 85px;
  }
}
@media (max-width:767px) {
  .campagne .blok-links .quote-blok-mobiel {
    filter:drop-shadow(-1px 3px 3px rgba(0, 0, 0, 0.16));
    padding: 1.5rem 0;
    margin: 2rem 1.5rem 2rem 0;
    position: relative;
  }
  .quote-blok-mobiel::after {
    content: "";
    background: #E60003;
    height: 100%;
    width: 50%;
    position: absolute;
    right: -1.5rem;
    top: 0px;
    z-index: -1;
}
  .campagne .blok-links .quote-blok {
    display: block;
    background: white;
    padding: 60px 2rem 2rem 2rem;
    margin:0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60px, 25px 0);
    position: relative;
  }

  .campagne .blok-links .quote-blok .quote-img-wrapper img {
    border-radius: 0;
    margin-bottom: 1rem;
  }
  .campagne .blok-links .quote-blok .quote-img-wrapper, 
  .campagne .blok-links .quote-blok .quote-blockquote-wrapper {
    width: 100%;
    left: inherit;
    top: inherit;
    bottom: inherit;
    filter: none;
  }
  .campagne .blok-links .quote-blok .quote-img-wrapper::before {
    display: none;
  }
  .campagne .blok-links .quote-blok blockquote {
    background: inherit;
    clip-path: none;
    padding: inherit;
  }
  .campagne .blok-links .quote-blok blockquote p {
    margin-top: 20px;
  }
  .campagne .blok-links .quote-blok blockquote p::before {
    left: 0;
    font-size: 60px;
    top: -47px;

  }
}
/* Algemeen Blok Rechts */
.campagne .blok-rechts .module-wrapper.campagne .card-body {
  padding: 65px 2rem 2rem 2rem;
}
.campagne .blok-rechts .module-wrapper.campagne .card-body img {
  margin-bottom: 0;
}
.campagne .related-items ul {
  list-style: none;
  padding: 0;
}
/* Campagne Aqua */
.campagne.aqua .blok-links .quote-blok .quote-img-wrapper::before { 
  background: #00B395;
}
.campagne.aqua .blok-links .quote-blok blockquote p::before {
  color: #00B395;
}
.campagne.aqua .sidebar-right::after {
  background: #00B395;
}
/* Campagne Blauw */
.campagne.blauw .blok-links .quote-blok .quote-img-wrapper::before { 
  background: #65C0EB;
}
.campagne.blauw .blok-links .quote-blok blockquote p::before {
  color: #65C0EB;
}
.campagne.blauw .sidebar-right::after {
  background: #65C0EB;
}
/* Campagne Bruin */
.campagne.bruin .blok-links .quote-blok .quote-img-wrapper::before { 
  background: #BF945E;
}
.campagne.bruin .blok-links .quote-blok blockquote p::before {
  color: #BF945E;
}
.campagne.bruin .sidebar-right::after {
  background: #BF945E;
}
/* Campagne Geel */
.campagne.geel .blok-links .quote-blok .quote-img-wrapper::before { 
  background: #FFDB00;
}
.campagne.geel .blok-links .quote-blok blockquote p::before {
  color: #FFDB00;
}
.campagne.geel .sidebar-right::after {
  background: #FFDB00;
}
/* Campagne Groen */
.campagne.groen .blok-links .quote-blok .quote-img-wrapper::before { 
  background: #9BBF17;
}
.campagne.groen .blok-links .quote-blok blockquote p::before {
  color: #9BBF17;
}
.campagne.groen .sidebar-right::after {
  background: #9BBF17;
}
/* Campagne Oranje */
.campagne.oranje .blok-links .quote-blok .quote-img-wrapper::before { 
  background: #FF8B00;
}
.campagne.oranje .blok-links .quote-blok blockquote p::before {
  color: #FF8B00;
}
.campagne.oranje .sidebar-right::after {
  background: #FF8B00;
}
/* Campagne Paars */
.campagne.paars .blok-links .quote-blok .quote-img-wrapper::before { 
  background: #A61380;
}
.campagne.paars .blok-links .quote-blok blockquote p::before {
  color: #A61380;
}
.campagne.paars .sidebar-right::after {
  background: #A61380;
}
/* Campagne Roze */
.campagne.roze .blok-links .quote-blok .quote-img-wrapper::before { 
  background: #FF81A9;
}
.campagne.roze .blok-links .quote-blok blockquote p::before {
  color: #FF81A9;
}
.campagne.roze .sidebar-right::after {
  background: #FF81A9;
}
/* Campagne Zwart */
.campagne.zwart .blok-links .quote-blok .quote-img-wrapper::before { 
  background: #000;
}
.campagne.zwart .blok-links .quote-blok blockquote p::before {
  color: #000;
}
.campagne.zwart .sidebar-right::after {
  background: #000;
}
/***************** PhocaMaps ***************/
#phocamaps-box div.pmbox-grey div div div {
  padding: 0;
}

#phocamaps .pmroute, .pmroute {
  margin-left: 0;
}

#phocamaps-box div.pmbox-grey {
  background: transparent;
}
.phocamaps-box-border-grey .phocamaps-map {
  box-shadow: none;
  margin-right: auto;
}
.phocamaps .form-inline .form-group {
  margin-bottom: 15px;
  vertical-align: inherit;
}
.pm-input-route.input.rsform-input-box.form-control {
  width: 100%;
}
.phocamaps .call-to-action {
  display: inline-block;
  background: #E60003;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  padding: 8px 14px;
  text-align: center;
  border: 1px solid #E60003;
  transition: all .25s ease-in-out;
}
.phocamaps .call-to-action:hover, 
.phocamaps .call-to-action:focus {
  text-decoration: none;
  border: 1px solid #000;
  background: white;
  color: #E60003;
  transition: all .25s ease-in-out;
}
