@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
.login-page {
  background-color: #686868;
}
.sub-menu {
  margin-top: 10px;
  margin-bottom: 24px;
}
.sub-menu .left-menu {
  background-color: #408baf;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
.sub-menu .left-menu .main-page {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 48px;
}
.sub-menu .left-menu .sub-page {
  color: #000;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 48px;
}
.sub-menu .right-menu {
  background-color: #686868;
  padding: 18px 18px 18px 24px;
}
.sub-menu .right-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}
.sub-menu .right-menu ul li a:hover {
  text-decoration: underline;
}
.hero-slider img {
  z-index: 100;
  position: relative;
  min-height: 200px;
  object-fit: cover;
}
.hero-slider.position-top {
  top: 0px;
}
.hero-slider.position-bottom {
  bottom: 0px;
}
.hero-slider .slide-message-desktop {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
}
.hero-slider .slide-message-desktop.position-top {
  top: 20px;
}
.hero-slider .slide-message-desktop.position-bottom {
  bottom: 20px;
}
.hero-slider .ccm-image-slider-text h2 {
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 3px 5px #000;
  font-size: 30px;
}
.hero-slider .ccm-image-slider-text p {
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0 3px 5px #000;
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .hero-slider .ccm-image-slider-text {
    display: none;
  }
}
.hero-slider .slide-message-mobile {
  background: #686868;
  color: white;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.hero-slider .slide-message-mobile .text-container {
  padding: 20px;
}
.hero-slider .slide-message-mobile .text-container h2 {
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 3px 5px #000;
  font-size: 20px;
}
.hero-slider .slide-message-mobile .text-container p {
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0 3px 5px #000;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .hero-slider .slide-message-mobile {
    display: none;
  }
}
.focus-items {
  margin-top: 50px;
}
.focus-items .focus-item {
  margin-bottom: 25px;
}
.focus-items .focus-item .focus-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.focus-items .focus-item .focus-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focus-items .focus-item .button {
  font-size: 14px;
  width: fit-content;
  color: #ffffff;
  background: #408baf;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 0px;
  border: none;
  transition: 0.3s ease;
}
.focus-items .focus-item .button:hover {
  transition: 0.3s ease;
  background: #686868;
}
.focus-detailpage .contentitem h1 {
  font-size: 18px;
}
.focus-detailpage .focus-detail-image {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.focus-detailpage .focus-detail-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
}
header .header-top {
  background-color: #408baf;
  padding: 30px 0px;
  transition: padding 200ms ease;
}
header .header-top .header-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  header .header-top .header-top-content {
    display: block;
    text-align: center;
  }
}
header .header-top .header-top-content .header-logo img {
  max-width: 565px;
  width: 100%;
}
header .header-top .header-top-content .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  header .header-top .header-top-content .header-right {
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  header .header-top .header-top-content .header-right {
    display: block;
  }
  header .header-top .header-top-content .header-right .header-socials {
    margin-bottom: 10px;
  }
  header .header-top .header-top-content .header-right #header-inloggen {
    margin-bottom: 10px;
  }
}
header .header-top .header-top-content .header-socials a:not(:last-child) {
  margin-right: 10px;
}
header .header-top .header-top-content .header-socials img {
  width: 30px;
}
header .header-top .header-top-content #header-inloggen a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
header .header-top .header-top-content #header-inloggen img {
  width: 24px;
  height: 24px;
}
header .header-top .header-top-content .header-search button:focus {
  box-shadow: none;
}
header .header-top .header-top-content .header-search img {
  width: 25px;
  height: 25px;
}
header .header-top .header-top-content .header-search .form-control {
  border: 1px solid #fff;
  background-color: #408baf;
  color: #fff;
}
header .header-top .header-top-content .header-search .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
header .header-top .header-top-content .header-search .form-control:focus {
  box-shadow: none;
  border-color: #fff;
}
header.is-sticky .header-top {
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  header.is-sticky .header-top .header-top-content .header-right {
    display: none;
  }
}
header .header-bottom {
  background-color: #686868;
  border-bottom: 2px solid #ffffff;
}
header .header-bottom .navbar {
  padding: 0px;
}
header .header-bottom .navbar .navbar-brand {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .header-bottom .navbar .navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
  }
}
header .header-bottom .navbar .container-fluid {
  padding: 0px;
}
@media only screen and (max-width: 991px) {
  header .header-bottom .navbar .container-fluid {
    justify-content: end;
    margin: 10px 0px;
  }
}
header .header-bottom .navbar .container-fluid .navbar-toggler {
  background-color: #408baf;
  box-shadow: none;
  border-radius: 1px;
  padding: 8px;
}
header .header-bottom .navbar .container-fluid .navbar-toggler .icon-bar {
  background-color: #fff;
}
header .header-bottom .navbar .container-fluid .navbar-toggler .icon-bar:hover {
  background-color: #fff;
}
header .header-bottom .navbar .container-fluid .navbar-toggler .icon-bar:focus {
  background-color: #fff;
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item {
  position: relative;
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  header .header-bottom .navbar .container-fluid .navbar-nav .nav-item::after {
    display: none;
  }
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 10px 17px;
  font-size: 15px;
  line-height: 35px;
}
@media only screen and (max-width: 1199px) {
  header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .nav-link {
    white-space: normal;
    word-break: break-word;
  }
}
@media only screen and (max-width: 991px) {
  header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
  }
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .nav-link::after {
  display: none;
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background-color: #408baf;
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #408baf;
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
  background-color: #686868;
  border-radius: 0px;
  padding: 0px;
  border: 0px;
}
@media only screen and (max-width: 1199px) {
  header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
    display: block;
  }
  header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding-left: 1.5rem;
  }
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    white-space: normal;
    word-break: break-word;
  }
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #fff;
  background-color: #408baf;
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #408baf;
}
header .header-bottom .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fff;
  background-color: #408baf;
}
footer .footer-top {
  background-color: #408baf;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .footer-top {
    text-align: center;
  }
}
footer .footer-top p {
  color: #fff;
}
footer .footer-top a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
footer .footer-top a:hover {
  text-decoration: underline;
}
footer .footer-top h1 {
  color: #fff;
}
footer .footer-top h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}
footer .footer-top h3 {
  color: #fff;
}
footer .footer-top h4 {
  color: #fff;
}
footer .footer-top h5 {
  color: #fff;
}
footer .footer-top h6 {
  color: #fff;
}
footer .footer-top .footer-contact-image {
  margin-right: 10px;
}
footer .footer-top #totop {
  position: absolute;
  right: 0px;
  top: -100px;
}
@media only screen and (max-width: 767px) {
  footer .footer-top #totop {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
footer .footer-top #totop img {
  width: 94px;
  height: 94px;
}
footer .footer-bottom {
  background-color: #fff;
  text-align: right;
  padding: 15px 0;
}
footer .footer-bottom p {
  margin-bottom: 0px;
}
footer .footer-bottom p .copyright {
  text-decoration: none;
}
footer .footer-bottom p .copyright:hover {
  cursor: text;
}
* {
  color: #464646;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
a {
  color: #464646;
}
a:hover {
  color: #464646;
}
h1 {
  font-weight: bold;
}
h2 {
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
h4 {
  font-weight: bold;
}
h5 {
  font-weight: bold;
}
h6 {
  font-weight: bold;
}
b,
strong {
  font-weight: 600;
}
.contentitem {
  font-size: 13px;
  line-height: 1.5;
}
.contentitem a {
  color: #408baf;
  text-decoration: none;
}
.contentitem a:hover {
  text-decoration: underline;
}
.contentitem h1 {
  font-size: 26px;
  color: #020202;
  margin-bottom: 24px;
}
.contentitem h2,
.contentitem h3,
.contentitem h4,
.contentitem h5,
.contentitem h6 {
  font-size: 24px;
  color: #020202;
}
.contentitem img {
  max-width: 100%;
}
.contentitem tr {
  padding: 0;
}
.contentitem td {
  border: none;
  padding: 0;
}
.social-media p {
  font-weight: bold;
  color: #000000;
  font-size: 19px;
}
.block-margin {
  margin-bottom: 40px;
}
.grecaptcha-badge {
  z-index: 1000;
}
.ccm-block-express-form .btn {
  font-size: 14px;
  width: fit-content;
  color: #ffffff;
  background: #408baf;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 0px;
  border: none;
  transition: 0.3s ease;
}
.ccm-block-express-form .btn:hover {
  transition: 0.3s ease;
  background: #686868;
}
.ccm-block-express-form .btn:focus {
  transition: 0.3s ease;
  background: #686868;
}
.ccm-block-express-form .text-muted.small {
  visibility: hidden;
}
.ccm-block-express-form .text-muted.small:before {
  content: "*";
  display: inline;
  visibility: initial;
}
