/*==========================================================================
1. Variables & functions
===========================================================================*/
/* Colors
===========================================================================*/
/* UIpallet colors
===========================================================================*/
/* Widths & heights
===========================================================================*/
/* Breakpoints
===========================================================================*/
/* Font family's
===========================================================================*/
/* Font size's
===========================================================================*/
/* Rondehoeken
===========================================================================*/
.btn_blue {
  background-color: #ffffff;
  color: #21759b;
  border: 2px solid #21759b;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_blue:hover {
  background-color: #21759b;
  color: #ffffff;
}
.btn_blue_reversed {
  background-color: #21759b;
  color: #ffffff;
  border: 2px solid #21759b;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_blue_reversed:hover {
  background-color: #ffffff;
  color: #21759b;
}
.btn_blue_transparent {
  background-color: transparent;
  color: #21759b;
  border: 2px solid #21759b;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_blue_transparent:hover {
  background-color: #21759b;
  color: #ffffff;
}
.btn_blue_transparent_reversed {
  background-color: #21759b;
  color: #ffffff;
  border: 2px solid #21759b;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_blue_transparent_reversed:hover {
  background-color: transparent;
  color: #21759b;
}
.btn_blue_advanced {
  background-color: #21759b;
  padding: 12px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 9px #e2e42c;
}
.btn_blue_advanced:hover {
  color: #ffffff;
}
.btn_blue_advanced:active,
.btn_blue_advanced:focus {
  box-shadow: 0 5px #b0213f;
  transform: translateY(4px);
}
.btn_red {
  background-color: #ffffff;
  color: #b10000;
  border: 2px solid #b10000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_red:hover {
  background-color: #b10000;
  color: #ffffff;
}
.btn_red_reversed {
  background-color: #b10000;
  color: #ffffff;
  border: 2px solid #b10000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_red_reversed:hover {
  background-color: #ffffff;
  color: #b10000;
}
.btn_red_transprarent {
  background-color: transparent;
  color: #b10000;
  border: 2px solid #b10000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_red_transprarent:hover {
  background-color: #b10000;
  color: #ffffff;
}
.btn_red_transparent_reversed {
  background-color: #b10000;
  color: #ffffff;
  border: 2px solid #b10000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_red_transparent_reversed:hover {
  background-color: transparent;
  color: #b10000;
}
.btn_red_advanced {
  background-color: #b10000;
  padding: 12px 30px;
  border-bottom: 5px solid #a5110e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
}
.btn_red_advanced:hover {
  color: #ffffff;
}
.btn_red_advanced:active,
.btn_red_advanced:focus {
  border-bottom: 0;
  border-top: 5px solid #a5110e;
}
.btn_black {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_black:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn_black_reversed {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_black_reversed:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn_black_transparent {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_black_transparent:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn_black_transparent_reversed {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_black_transparent_reversed:hover {
  background-color: transparent;
  color: #000000;
}
.btn_grey {
  background-color: #ffffff;
  color: #969694;
  border: 2px solid #969694;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_grey:hover {
  background-color: #969694;
  color: #ffffff;
}
.btn_grey_reversed {
  background-color: #969694;
  color: #ffffff;
  border: 2px solid #969694;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_grey_reversed:hover {
  background-color: #ffffff;
  color: #969694;
}
.btn_grey_transparent {
  background-color: transparent;
  color: #969694;
  border: 2px solid #969694;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_grey_transparent:hover {
  background-color: #969694;
  color: #ffffff;
}
.btn_grey_transparent_reversed {
  background-color: #969694;
  color: #ffffff;
  border: 2px solid #969694;
  padding: 5px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn_grey_transparent_reversed:hover {
  background-color: transparent;
  color: #969694;
}
/* Wrappers
===========================================================================*/
#header_wrapper {
  width: 100%;
  z-index: 9;
  transition: height 0.5s;
}
@media screen and (min-width: 761px) {
  #content_wrapper {
    padding: 0 0 180px;
  }
}
@media screen and (max-width: 760px) {
  #content_wrapper {
    padding: 0 10px;
  }
}
@media screen and (min-width: 761px) {
  #footer_wrapper {
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
/* Wrapper: Main content
===========================================================================*/
#content_wrapper {
  clear: both;
}
#content_wrapper .inner_content_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
}
#content_wrapper .inner_content_wrapper #main_content_wrapper {
  clear: both;
}
#content_wrapper .inner_content_wrapper #sidebar {
  max-width: 25%;
  width: 100%;
  float: left;
}
#content_wrapper .inner_content_wrapper #sidebar .inner_sidebar {
  padding: 10px;
}
#content_wrapper .inner_content_wrapper #main_content {
  max-width: 75%;
  width: 100%;
  float: left;
  clear: initial;
  overflow: initial;
  padding: initial;
}
#content_wrapper .inner_content_wrapper #main_content .inner_main_content {
  padding: 20px;
}
/* Region: Header
===========================================================================*/
#header #top {
  clear: both;
  overflow: hidden;
  background-color: #e2e42c;
  border-bottom: #21759b solid 5px;
}
#header #top .inner_top {
  max-width: 1200px;
  margin: 0 auto;
}
#header #top .inner_top > div {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
#header #site_brand {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
}
#header #site_data {
  border-top: #21759b solid 5px;
  background-color: #e2e42c;
  padding: 20px 0 0 0;
}
#header #site_menu {
  background-color: #b10000;
  width: 100%;
}
/* Region: Content menu
===========================================================================*/
#content_menu {
  clear: both;
}
#content_menu .inner_content_menu {
  max-width: 1200px;
  margin: 0 auto;
}
/* Region: Announcement
===========================================================================*/
#announcement {
  clear: both;
  overflow: hidden;
  background-color: #efefef;
}
#announcement .inner_announcement {
  max-width: 1200px;
  margin: 20px auto;
}
/* Region: Front
Alleen voor de front pagina.
===========================================================================*/
#front {
  clear: both;
  overflow: hidden;
  background-color: #efefef;
}
#front .inner_front {
  max-width: 1200px;
  margin: 20px auto;
}
#front .inner_front > div {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
/* Region: Main content
===========================================================================*/
#main_content {
  clear: both;
  overflow: hidden;
  padding-top: 50px;
}
/* Region: Bottom
===========================================================================*/
#bottom {
  clear: both;
  overflow: hidden;
  padding-top: 50px;
}
#bottom .inner_bottom {
  max-width: 1200px;
  margin: 0 auto;
}
/* Region: Footer
===========================================================================*/
#footer {
  clear: both;
  overflow: hidden;
  background-color: #2d3133;
  color: #ffffff;
}
#footer .inner_footer {
  max-width: 1200px;
  margin: 0 auto;
}
#footer .inner_footer > div {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
#footer .inner_footer > div h2 {
  color: #b10000;
}
#footer .inner_footer > div .views-row a {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (min-width: 761px) {
  #footer .inner_footer .region-footer {
    height: 180px;
  }
}
@media screen and (max-width: 760px) {
  #footer .inner_footer .region-footer {
    flex-direction: column;
    padding: 30px 0;
  }
}
