/*==========================================================================
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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn_grey_transparent_reversed:hover {
  background-color: transparent;
  color: #969694;
}
/*==========================================================================
Variables
===========================================================================*/
/* Colors
===========================================================================*/
/* Font family's
===========================================================================*/
/* Font size's
===========================================================================*/
/* Preset
===========================================================================*/
/*==========================================================================
Elements
===========================================================================*/
/* Headings
===========================================================================*/
h1 {
  margin: 0 0 30px;
  font-size: 40px;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  color: #b10000;
}
h2 {
  margin: 0 0 30px;
  font-size: 34px;
  font-family: 'Arimo', sans-serif;
  color: #b10000;
}
h3 {
  margin: 0 0 15px;
  font-size: 20px;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  color: #b10000;
}
h4 {
  margin: 0 0 15px;
  font-size: 20px;
  font-family: 'Arimo', sans-serif;
  color: #000000;
}
h5 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  color: #000000;
}
h6 {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  color: #000000;
}
/* Other
===========================================================================*/
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  position: relative;
  color: #000000;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  background-color: #ffffff;
}
a {
  color: #000000;
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  width: 100%;
}
iframe {
  display: block;
}
svg.fa-edit {
  color: green;
}
.view {
  height: auto !important;
}
/*==========================================================================
Base: styling that leao, security and dynamo share.
      domain.less contains the domain specific styling
===========================================================================*/
/* Page: Maintenance page
===========================================================================*/
body.maintenance-page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.maintenance-page .dialog-off-canvas-main-canvas {
  height: 100vh;
  display: flex;
  align-items: center;
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container {
  max-width: 500px;
  margin: 0 auto;
  background-color: #efefef;
  -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.75);
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header {
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header .name-and-slogan {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header .name-and-slogan .site-name {
  margin-bottom: 9px;
}
body.maintenance-page .dialog-off-canvas-main-canvas .layout-container main {
  margin-top: 50px;
  text-align: center;
  padding: 0 10px 20px;
}
@media screen and (max-width: 520px) {
  body.maintenance-page .dialog-off-canvas-main-canvas {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header .name-and-slogan h1.site-name {
    font-size: 20px;
  }
  body.maintenance-page .dialog-off-canvas-main-canvas .layout-container header .name-and-slogan .site-slogan {
    font-size: 16px;
  }
  body.maintenance-page .dialog-off-canvas-main-canvas .layout-container main {
    font-size: 16px;
  }
  body.maintenance-page .dialog-off-canvas-main-canvas .layout-container main h1 {
    font-size: 20px;
  }
}
ul.pager__items {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
ul.pager__items .pager__item {
  margin-right: 10px;
}
ul.pager__items .pager__item a {
  text-decoration: none;
  color: #21759b;
  padding: 3px 7px;
  border: 1px solid #21759b;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 12px;
}
ul.pager__items .pager__item a:hover {
  background-color: #21759b;
  color: #969694;
}
ul.pager__items .pager__item.is-active a {
  color: #ffffff;
  background-color: #21759b;
  border: 1px solid #21759b;
}
