@charset "UTF-8";
@import url("animate.css");
@font-face {
  font-family: 'Calibri';
  src: url("fonts/Calibri/calibri.woff") format("woff");
}

@font-face {
  font-family: 'Calibri bold';
  src: url("fonts/Calibri/calibrib.woff") format("woff");
}

/*#region skin variables*/
/*#endregion*/
/*#region buttons*/
.btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-primary {
  background-color: #E10E49;
  border-color: #E10E49;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 900;
  min-width: 200px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #f23066;
  border-color: #f23066;
}

.btn-secondary {
  background-color: #003478;
  border-color: #003478;
  color: #fff !important;
  height: 60px;
  text-decoration: none !important;
  font-weight: 900;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #004aab;
  border-color: #004aab;
}

.btn-tertiary {
  background-color: #61d2ff;
  border-color: #61d2ff;
  color: #fff;
  font-weight: 900;
}

.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary.active,
.show > .btn-tertiary.dropdown-toggle {
  background-color: #94e1ff;
  border-color: #94e1ff;
}

.btn-success {
  background-color: #58A618;
  border-color: #58A618;
  color: #fff;
  font-weight: 900;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #70d31e;
  border-color: #70d31e;
}

.btn-info {
  background-color: #009FDA;
  border-color: #009FDA;
  color: #fff;
  font-weight: 900;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #0ebeff;
  border-color: #0ebeff;
}

.btn-warning {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #212529;
  font-weight: 900;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #ffce3a;
  border-color: #ffce3a;
}

.btn-danger {
  background-color: #DC3545;
  border-color: #DC3545;
  color: #fff;
  font-weight: 900;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #e4606d;
  border-color: #e4606d;
}

.btn-light {
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  color: #212529;
  font-weight: 900;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  background-color: white;
  border-color: white;
}

.btn-dark {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
  font-weight: 900;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #383f45;
  border-color: #383f45;
}

/*#endregion*/
/*#region headers & text*/
h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.375rem;
  color: #003478;
  text-decoration: none;
  margin: 0;
  overflow-wrap: break-word;
}

.h1-white-title-left {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.375rem;
  color: #fff;
  text-decoration: none;
  margin: 0;
  overflow-wrap: break-word;
}

.h1-white-title-center {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.375rem;
  color: #fff;
  text-decoration: none;
  margin: 0;
  overflow-wrap: break-word;
}

.h1-blue-title-left {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.375rem;
  color: #003478;
  text-decoration: none;
  margin: 0;
  overflow-wrap: break-word;
}

.h1-blue-title-center {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.375rem;
  color: #003478;
  text-decoration: none;
  margin: 0;
  overflow-wrap: break-word;
}

h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.375rem;
  color: #003478;
  text-decoration: none;
  overflow-wrap: break-word;
}

.h2-white-title-left {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.375rem;
  color: #fff;
  text-decoration: none;
  overflow-wrap: break-word;
}

.h2-white-title-center {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.375rem;
  color: #fff;
  text-decoration: none;
  overflow-wrap: break-word;
}

.h2-blue-title-left {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.375rem;
  color: #003478;
  text-decoration: none;
  overflow-wrap: break-word;
  font-weight: 700;
}

.h2-blue-title-center {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.375rem;
  color: #003478;
  text-decoration: none;
  overflow-wrap: break-word;
  margin-bottom: 50px;
}

h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.125rem;
  color: #003478;
  text-decoration: none;
  overflow-wrap: break-word;
  margin-bottom: 5px;
}

.h3-white-title-left {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  overflow-wrap: break-word;
}

.h3-white-title-center {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  overflow-wrap: break-word;
}

.h3-blue-title-left {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.125rem;
  color: #003478;
  text-decoration: none;
  overflow-wrap: break-word;
}

.h3-blue-title-center {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.125rem;
  color: #003478;
  text-decoration: none;
  overflow-wrap: break-word;
  margin-bottom: 50px;
}

p {
  font-family: Verdana, Geneva, sans-serif;
  color: #353735;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 !important;
  margin-bottom: 1rem !important;
}

b, strong {
  font-weight: bolder;
}

.p-whitetext {
  color: #fff;
}

/*#endregion*/
/*#region others*/
/*#endregion*/
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ O V E R A L L   S T Y L E S ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region overall styles*/
#content-pane-wrap {
  min-height: calc(100vh - 530px);
}

.hidden {
  display: none;
}

html,
body,
#Form {
  font-size: 100%;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 140%;
  text-align: left;
  overflow-x: initial !important;
}

body {
  background: #fff;
}

body:not(p),
body:not(h1),
body:not(h2),
body:not(h3),
body:not(h4),
body:not(a),
body:not(a:link),
body:not(a:active),
body:not(a:visited) {
  color: #353735 !important;
  font-size: 1.125rem !important;
}

.pane-teal {
  background-color: #E5F5FB;
}

.bg-alert {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 86, 0.616) !important;
}

::selection {
  background: #d1d100;
  color: #212529;
  text-shadow: none;
}

.clear,
.clearBoth {
  clear: both;
}

.no-padding {
  padding: 0px !important;
}

a,
a:link,
a:active,
a:visited {
  color: #353735;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #4e514e;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link-button {
  text-decoration: none !important;
}

i {
  color: #009FDA;
}

ul {
  list-style: none;
  /* bullets uit */
  margin: 0;
  padding: 0;
}

ul li, ol li {
  position: relative;
  padding-left: 1.2em;
  color: #353735;
  font-family: Verdana, Geneva, sans-serif;
  color: #353735;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 !important;
}

ul li::before {
  content: "›";
  /* het pijltje */
  position: absolute;
  left: 0;
  top: 0;
  color: #E10E49;
  /* roze kleur */
}

.ul-nomakeup {
  list-style: none;
}

.ul-nomakeup li::before {
  content: none !important;
  /* pseudo-element uitzetten */
}

.form-select {
  display: block;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border: 3px solid #E10E49;
  outline: 0;
  box-shadow: none;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 0.125 rgba 0, 0, 0, 0.5;
}

.text-link {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.4em;
  line-height: 1.1em;
  text-decoration: underline;
}

.DnnModule {
  margin-bottom: 20px;
}

.actionMenu ul {
  list-style: none;
}

.actionMenu ul li::before {
  content: none !important;
  /* pseudo-element uitzetten */
}

@media (max-width: 680px) {
  .table {
    font-family: Verdana, Geneva, sans-serif;
    color: #353735;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 !important;
  }
  table.stack-on-mobile thead {
    display: none;
  }
  table.stack-on-mobile, table.stack-on-mobile tbody, table.stack-on-mobile tr, table.stack-on-mobile td {
    display: block;
    width: 100%;
  }
  table.stack-on-mobile tr {
    margin-bottom: 1rem;
    border: 1px solid #e9ecef;
    padding: .5rem;
    border-radius: .375rem;
  }
  table.stack-on-mobile td {
    padding: .25rem .5rem;
    text-align: left;
    position: relative;
  }
  table.stack-on-mobile td::before {
    content: attr(data-label) ": ";
    font-weight: 600;
    display: inline-block;
    width: 55%;
    white-space: nowrap;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*#endregion*/
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------- W C A G --------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region wcag*/
.skiplink {
  position: absolute;
  top: -40px;
  left: 50px;
  color: #fff !important;
  z-index: 1000;
  text-decoration: none;
}

.skiplink:focus {
  top: 0;
  padding: 8px;
}

#main-content {
  scroll-margin-top: 136px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a, button, input, select, textarea {
  outline: none;
}

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 4px solid #d8b51b !important;
  transition: background-color 0.3s ease !important;
}

/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------- N A V B A R   S T Y L E S ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region navbar styles*/
/* ==========================================================================
   LOGO
   ========================================================================== */
#dnn_dnnLogo_imgLogo {
  height: 70px;
  margin-right: 20px;
  margin-top: 0;
}

.Logo-small {
  width: 45px;
  height: 45px;
}

/* ==========================================================================
   TOPBAR
   ========================================================================== */
.topbar {
  background-color: #003478;
}

.topbar a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1rem;
  color: #fff;
}

.topbar .nav-item + .separator {
  height: 100%;
  margin: 0 0 0 20px;
}

.topbar .separator {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}

.topbar ul {
  align-items: center;
  margin-left: 0;
}

.topbar ul li {
  padding: 0.625rem;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.top-nav-icon {
  height: 24px;
  width: 24px;
  margin: 0 10px;
  object-fit: cover;
  display: block;
}

/* Gemeenschappelijke styling voor inwoner/zakelijk */
.nav-item.inwoner,
.nav-item.zakelijk {
  background-color: #003478;
  padding-right: 10px;
  padding-left: -10px;
  font-weight: 200;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-item.inwoner,
  .nav-item.zakelijk {
    margin-left: 20px;
  }
}

.nav-item.inwoner a,
.nav-item.zakelijk a {
  text-decoration: none !important;
  color: #fff !important;
}

.nav-item.inwoner.active,
.nav-item.zakelijk.active {
  background-color: #fff;
  box-shadow: 0 10px #fff, 0 -9px #fff;
}

.nav-item.inwoner.active a,
.nav-item.inwoner.active a:hover,
.nav-item.zakelijk.active a,
.nav-item.zakelijk.active a:hover {
  color: #E10E49 !important;
}

/* Navbar algemene styling */
.navbar-mobile {
  border-bottom: 1px solid #b9b9b9;
}

/* ==========================================================================
   HEADER + MENU
   ========================================================================== */
header {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

header #dnnMenu .nav-item {
  height: 75px;
  padding: 0 5px;
}

header #dnnMenu .nav-item:hover {
  box-shadow: 0 6px #E10E49;
  background-color: #fff;
}

header #dnnMenu .nav-item:hover a {
  color: #E10E49 !important;
}

header #dnnMenu .subnav-item {
  height: 40px;
  width: 340px;
}

header #dnnMenu .subnav-item:hover {
  background-color: #E10E49;
}

header #dnnMenu a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1rem;
  color: #353735;
}

.nav-item:focus {
  box-shadow: 0 6px #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-nav a {
  font-size: 1.25rem;
  text-decoration: none;
  color: #353735;
}

.navbar-nav a:hover {
  color: #353735;
}

.navbar-nav a:focus {
  color: #353735;
  text-decoration: underline;
}

.justify-content-lg-start {
  padding-top: 15px;
}

/* ==========================================================================
   NAVBAR TOGGLER (MOBILE)
   ========================================================================== */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.125em;
  height: 1em;
  vertical-align: middle;
  background-image: url("images/Icons/icon_white_hamburger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* ==========================================================================
   RESPONSIVE VISIBILITY
   ========================================================================== */
@media (max-width: 1220px) {
  .visible-lg {
    display: none;
  }
}

@media (min-width: 1221px) {
  .visible-sm {
    display: none;
  }
}

/* ==========================================================================
   GEMEENTE INFO BUTTON & POPOVER
   ========================================================================== */
.gemeente-info-button {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.gemeente-info-button i {
  font-size: 2.3rem;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #009FDA;
}

.gemeente-info-button i:hover {
  color: #0ebeff;
}

.sluit-button {
  float: right;
  border: none;
  background: transparent;
  margin: 2px -35px 0 0;
}

.sluit {
  background-image: url(images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.gemeente-info-popup {
  position: absolute;
  transform: translate(-250px, -39px);
  width: 300px;
  background-color: #FEFCE6;
  color: #353735;
  padding: 5px 50px 20px 25px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 1s ease;
  z-index: 1100;
  display: block;
}

.info-header,
.info-text {
  font-family: Verdana, Geneva, sans-serif;
  color: #353735;
  line-height: 120%;
}

.popover-icon {
  position: relative;
  top: 17px;
  left: 224px;
}

.gemeentekiezer-nav {
  color: #8F9698;
  text-align: left;
  width: 230px;
  height: 40px;
  margin-right: -25px;
}

.gemeentekiezer-nav:focus {
  outline: none !important;
  border: none !important;
}

/* ==========================================================================
   MOBILE MENU TITLES
   ========================================================================== */
.h1-mobMenu {
  margin-top: 30px;
}

/* ==========================================================================
   BEHEER BUTTON
   ========================================================================== */
.beheer-button {
  position: fixed;
  top: 90px;
  left: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 2000000;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.beheer-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .beheer-button {
    display: none;
    top: auto;
    bottom: 20px;
    right: 20px;
    padding: 8px 14px;
    font-size: 0.9rem;
  }
}

/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------- H E R O  ---------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region hero*/
/* Hero-achtergrond */
/* Paneel zelf: geen clip/overflow */
.gemeentekiezer-panel {
  position: relative;
  padding: 28px;
  max-width: 700px;
  width: calc(100% - 40px);
  text-align: left;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  overflow: visible;
  /* belangrijk */
  background: transparent;
  /* achtergrond komt via ::before */
}

/* De lichtblauwe vorm met afgekante linker onderhoek */
.gemeentekiezer-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top/right/bottom/left: 0 */
  background: #E4F5FB;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  z-index: 0;
  /* achter de content */
}

/* Zorg dat de content boven de vorm staat */
.gemeentekiezer-panel > * {
  position: relative;
  z-index: 1;
}

/* Typografie in kaart */
.gemeentekiezer-panel h2 {
  color: #1F2A44;
  /* donkerblauw titel */
  font-weight: 700;
  font-size: 28px;
  margin: 0;
}

.gemeentekiezer-panel p {
  color: #1F2A44;
  opacity: .9;
  font-size: 18px;
  margin: 0;
}

/* Witte invoerveld-knop met chevron */
.gemeente-input {
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 2px;
  padding: 16px 48px 16px 20px;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: visible;
}

.gemeente-input:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* Dropdown-menu breedte gelijk aan knop */
/* Menu mag over het paneel heen vallen */
.gemeente-dropdown .dropdown-menu {
  width: 100%;
  margin-top: 8px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  z-index: 1060;
  /* boven het paneel */
  background-color: #FFFFFF;
}

.gemeente-dropdown .dropdown-menu li {
  padding: 5px;
}

.hero-container .DnnModule {
  margin: 0 !important;
}

/* Responsief: smaller schermen */
@media (max-width: 576px) {
  .gemeentekiezer-panel {
    padding: 22px;
  }
  .gemeentekiezer-panel h2 {
    font-size: 22px;
  }
  .gemeentekiezer-panel p {
    font-size: 16px;
  }
  .gemeente-input {
    font-size: 16px;
  }
}

/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ N A V B A R  M O B I L E ------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region navbar mobile*/
.hide-mobile {
  display: none;
}

@media (min-width: 992px) {
  .hide-mobile {
    display: block;
  }
  .hide-non-mobile {
    display: none;
  }
}

.sticky-top {
  z-index: 1030;
  background-color: #fff;
}

.navbar {
  z-index: 1050;
}

@media (max-width: 768px) {
  .nav-item.inwoner.active {
    background-color: #fff;
    box-shadow: 0px 10px #fff, 0 -9px #fff;
    color: #E10E49;
    text-decoration: none;
    font-size: large;
  }
}

@media (max-width: 768px) {
  .nav-item.zakelijk.active {
    background-color: #fff;
    box-shadow: 0px 10px #fff, 0 -9px #fff;
    color: #E10E49;
    text-decoration: none;
    font-size: large;
  }
}

.top-navMob {
  margin-bottom: 1px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 2px;
  text-decoration: none;
}

.custom-offcanvas {
  position: fixed;
  top: 116px;
  /* Adjust to match the height of your navbar */
  width: 100%;
  min-height: calc(100% - 116px);
  z-index: 1040;
  /* Place it beneath the navbar */
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  height: 100vh;
  /* Full screen height */
  overflow-y: auto;
  /* Enable vertical scrolling */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on mobile */
  background-color: #fff;
}

.custom-offcanvas.show {
  transform: translateX(0);
}

.offcanvas-body {
  padding: 1.5rem;
}

.custom-offcanvas .nav-item {
  padding: 0;
}

.custom-offcanvas .gemeente-dropdown li {
  text-align: center;
}

.custom-offcanvas .navbar-nav .sub-level, .custom-offcanvas .navbar-nav .third-level {
  display: none;
  padding-left: 15px;
}

.custom-offcanvas .navbar-nav .nav-item .nav-link {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: -0px;
}

.custom-offcanvas .menuMob-seperator {
  height: 1px;
  background-color: #d1d1d1;
  margin: 1rem 0;
}

.custom-offcanvas .bottomNavMob li {
  padding: 0;
}

.custom-offcanvas .search-barMob {
  margin-bottom: 100px;
}

.custom-offcanvas .search-barMob input {
  border-radius: 3px;
  border: 1px solid #ced4da;
  width: 75vw;
  max-width: 700px;
  padding: 5px 10px;
  font-size: 1rem;
}

.custom-offcanvas .btn-search-mob {
  margin-top: 10px;
  margin-bottom: 100px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: larger;
  background-color: #E10E49;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
  min-width: 200px;
  border-radius: 4px;
}

.custom-offcanvas .btn-search-mob:focus {
  background-color: #f23066;
  border: none;
}

.custom-offcanvas .gemeente-dropdown .gemeentekiezer-mob {
  background-color: #E5F5FB;
}

.custom-offcanvas .gemeente-dropdown ul {
  background-color: #E5F5FB;
}

.custom-offcanvas .gemeente-dropdown ul li {
  padding: 5px;
}

.custom-offcanvas .toggle-button {
  display: none;
}

/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ M E N U   S T Y L E S ---------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region menu styles*/
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.nav-item.dropdown > .dropdown-menu {
  top: 100%;
  border-radius: 0rem;
  border-color: #fff;
  left: 0;
}

.dropdown-menu .nav-item.dropdown > .dropdown-menu {
  position: absolute;
  border-radius: 0rem;
  left: 100%;
  top: 0;
}

.dropdown-menu li:hover {
  background-color: #b9e4f4;
}

.dropdown-menu li {
  padding: 0rem;
}

.dropdown-item:hover {
  background-color: #b9e4f4;
}

.dropdown-toggle::after {
  position: relative;
  float: right;
  margin-top: 10px;
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: unset !important;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ S I D E M E N U ---------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region sidemenu*/
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.side-menu ul li {
  border-bottom: 1px solid #00a0e2;
  padding: 0.5rem 0;
  position: relative;
}

.side-menu ul li:last-child {
  border-bottom: none;
}

.side-menu ul li a {
  display: block;
  padding-left: 2rem;
  /* ruimte voor pijltje */
  text-decoration: none;
  color: #00a0e2;
  font-weight: 600;
  position: relative;
  transition: color 0.25s ease;
  /* tekst kleur smooth */
}

.side-menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,\a     <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300a0e2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'>\a       <line x1='20' y1='12' x2='4' y2='12'/>\a       <polyline points='10 6 4 12 10 18'/>\a     </svg>\a   ") no-repeat center;
  background-size: contain;
  transition: transform 0.25s ease;
}

.side-menu ul li a:hover {
  color: #33c3f0;
  /* lichtere blauw bij hover */
}

.side-menu ul li a:hover::before {
  transform: translate(4px, -50%);
  /* pijltje schuift naar rechts */
}

.side-menu .selected > a:first-of-type {
  color: #00a0e2;
}

.side-menu .selected > a:first-of-type:hover {
  color: #00a0e2;
}

.side-menu .selected > a:first-of-type::before {
  display: none;
}

@media (max-width: 768px) {
  .side-menu {
    margin-bottom: 30px;
  }
  .side-menu ul {
    padding-left: 0;
    margin-left: 0;
  }
  .side-menu ul li {
    padding: 5px;
  }
}

/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ S E A R C H   B A R ------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region search bar*/
.search-bar {
  display: none;
  position: absolute;
  top: 176px;
  left: -40px;
  width: 740px;
  padding: 20px 30px;
  background-color: #E5F5FB;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1050;
}

.search-bar.show {
  display: block;
}

.search-bar input {
  width: 660px;
  padding: 10px;
  font-size: 1.125rem;
  border-radius: 4px;
}

.search-bar input:focus {
  outline: 2px solid #fff !important;
}

.search-bar #dnn_dnnSEARCH_cmdSearch {
  display: block;
  width: 200px;
  margin-top: 10px;
  padding: 8px 20px !important;
  text-align: center;
  border-radius: 5px !important;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  background-color: #003478;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.search-bar #dnn_dnnSEARCH_cmdSearch:hover {
  background-color: #004aab;
}

.search-bar .search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 11px 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  color: #00677f;
  transition: background-color 0.2s ease;
}

.search-bar .search-close i {
  color: #003478;
  transition: color 0.2s ease;
}

.search-bar .search-close:hover {
  background-color: #003478;
}

.search-bar .search-close:hover i {
  color: #fff;
}

.searchSkinObjectPreview {
  display: none;
}

.dnnSearchBoxClearText {
  display: none !important;
}

/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- B R E A D C R U M B S --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region breadcrumbs*/
#dnn_breadcrumbs .DnnModule {
  margin-bottom: 0 !important;
}

.breadcrumb-background {
  background-color: #E5F5FB;
}

.breadcrumbs-wrapper {
  padding: 15px;
  z-index: 1;
  margin-bottom: 30px;
  color: #353735;
}

.breadcrumbs-wrapper .before-text, .breadcrumbs-wrapper span {
  color: #353735;
  font-size: 0.875rem;
}

.breadcrumbs-wrapper img {
  height: 10px;
  margin: 0px 10px 0px 10px;
}

/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------ F O O T E R -------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region footer*/
footer {
  margin-top: 20px;
  list-style: none;
}

footer li {
  padding-left: 0;
}

footer li::before {
  content: none !important;
}

.bg-bghu {
  background: #7FCFEC;
}

.text-bghu {
  color: #1f2a44;
}

.footer-logo {
  width: 80%;
  margin-bottom: 30px;
}

.footer-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  margin: 0;
}

@media (max-width: 768px) {
  .footer-title {
    font-size: 1.5rem !important;
  }
}

.footer-link {
  color: #003478 !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease, text-decoration 0.2s ease;
}

.footer-link:hover, .footer-link:focus {
  opacity: 0.85;
  text-decoration: underline;
}

.copyright-text {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.copyright-text .idas-website {
  margin-left: 10px;
  font-size: 0.85rem;
}

.copyright-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.copyright-list li {
  position: relative;
  font-size: 0.85rem;
}

.copyright-list li::after {
  content: "|";
  margin-left: 10px;
  color: #333;
}

.copyright-list li:last-child::after {
  content: "";
}

.copyright-list li::before {
  content: none !important;
  /* pseudo-element uitzetten */
}

@media (max-width: 768px) {
  .copyright-wrapper,
  .copyright-list,
  .copyright-text {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .copyright-list {
    justify-content: center;
    margin-top: 10px;
  }
  .copyright-list li {
    text-align: center;
    font-size: 0.8rem;
  }
  .copyright-list li::after {
    display: none;
  }
  .copyright-text {
    font-size: 0.8rem;
  }
}

/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------- MODULE CSS OVERRULE STYLING ------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region dnn module overrule styling*/
/* ------------------ */
/* DNN SEARCH RESULTS */
/* ------------------ */
/*#region dnn search results*/
.dnnSearchBox > a.dnnSearchBoxClearText.dnnShow {
  display: none;
}

.dnnSearchBox .dnnSearchButton {
  display: none;
}

.dnnSearchBox .dnnSearchBox_advanced {
  right: 10px;
  display: none !important;
}

.dnnSearchBox .dnnSearchBox_advanced a.dnnSearchBox_advanced_label {
  text-decoration: none;
}

.dnnSearchBox .dnnSearchBox_advanced .dnnSearchBox_advanced_dropdown {
  top: 32px;
  right: -11px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.dnnSearchBox #dnnSearchResult_dnnSearchBox_input::placeholder {
  color: #b4b4b4 !important;
}

.dnnSearchBoxPanel {
  max-width: 100%;
  padding: 0;
  background-color: #fff;
}

.dnnSearchBoxPanel .dnnSearchBox {
  margin: 0;
  height: 40px;
  border: 1px solid #b4b4b4;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.dnnSearchBoxPanel a.dnnSearchResultAdvancedTip {
  display: none;
  color: #fff;
}

.dnnSearchResultPanel {
  max-width: 100%;
  display: none;
}

.dnnSearchResultContainer .dnnSearchResultItem {
  margin: 0 0 20px;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title a {
  text-decoration: none;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Others {
  margin-top: 10px;
  font-size: 0.9em;
}

.dnnSearchResultContainer .dnnSearchResultItem-Subset {
  margin-top: 20px;
}

.dnnSearchResultContainer .dnnSearchResultItem-Subset .dnnSearchResultItem-Title {
  font-size: 0.9em;
}

.dnnSearchResultContainer .dnnSearchResultItem-Subset .dnnSearchResultItem-Others {
  font-size: 0.9em;
}

.dnnSearchResultContainer .dnnSearchResultItem-Subset .dnnSearchResultItem-Description {
  width: 60%;
  font-size: 0.9em;
}

#dnn_ctr1837_ModuleContent {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#dnn_ctr1837_ModuleContent .row {
  margin-left: 0;
  margin-right: 0;
}

#dnn_ctr1837_ModuleContent .col-md-12,
#dnn_ctr1837_ModuleContent .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dnnSearchResultPager .dnnLeft span {
  margin: 0;
}

.dnnSearchResultPager .dnnRight span {
  margin: 0 20px 0 0;
}

.dnnSearchResultPager .dnnRight a {
  box-shadow: none;
}

.dnnSearchResultPager .dnnRight a.dnnPager-prev {
  margin-right: 5px;
}

.dnnSearchBoxClearText {
  display: none;
}

#dnn_dnnSEARCHMob_cmdSearch {
  display: none;
}

/*#endregion */
/* -----------------*/
/* DNN LOGIN MODULE */
/* ---------------- */
/*#region dnn login module*/
.dnnLoginService .dnnFormItem {
  margin-bottom: 10px;
}

.dnnLoginService .dnnFormItem .dnnFormLabel {
  margin: 6px 24px 0 0;
}

.dnnLoginService .dnnFormItem .dnnLabel {
  text-align: left;
}

.dnnLoginService .dnnFormItem input {
  width: 265px;
  min-width: 265px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.dnnLoginService .dnnFormItem span.dnnCheckbox {
  margin: 0px;
}

.dnnLoginService .dnnFormItem span.dnnCheckbox span.mark {
  background: transparent;
  padding: 0px;
}

.dnnLoginService .dnnBoxLabel {
  padding-left: 10px;
}

.dnnLoginService .dnnPrimaryAction {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #E10E49;
  border-color: #E10E49;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 900;
}

.dnnLoginService .dnnPrimaryAction:hover, .dnnLoginService .dnnPrimaryAction:focus, .dnnLoginService .dnnPrimaryAction:active, .dnnLoginService .dnnPrimaryAction.active,
.show > .dnnLoginService .dnnPrimaryAction.dropdown-toggle {
  background-color: #f23066;
  border-color: #f23066;
}

.dnnLoginService .dnnSecondaryAction {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #003478;
  border-color: #003478;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 900;
}

.dnnLoginService .dnnSecondaryAction:hover, .dnnLoginService .dnnSecondaryAction:focus, .dnnLoginService .dnnSecondaryAction:active, .dnnLoginService .dnnSecondaryAction.active,
.show > .dnnLoginService .dnnSecondaryAction.dropdown-toggle {
  background-color: #001e45;
  border-color: #001e45;
}

.dnnLoginService ul {
  list-style: none;
}

.dnnLoginService ul li {
  padding: 0;
}

.dnnLoginService ul li::before {
  content: none !important;
  /* pseudo-element uitzetten */
}

/*#endregion */
/* ------------------*/
/* DNN ASSETS MODULE */
/* ------------------*/
/*#region dnn assests module*/
#dnnModuleDigitalAssetsSelectionToolbar,
#dnnModuleDigitalAssetsListViewToolbar,
#dnnModuleDigitalAssetsListContainer,
.dnnModuleDigitalAssetsGrid > table > thead > tr {
  min-height: 40px !important;
}

/*#endregion */
/* ------------*/
/* HTML EDITOR */
/* ------------*/
/*#region html editor*/
body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
  overflow-y: scroll;
}

.cke_browser_webkit ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.cke_browser_webkit ul li {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.cke_browser_webkit ul li::before {
  content: none !important;
}

/*#endregion */
/*#endregion */
/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------- C O O K I E  C O N S E N T -------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/*#region cookie consent*/
.cc-color-override-688238583 {
  font-family: Verdana, Geneva, sans-serif !important;
  font-size: 1.10rem;
}

.cc-btn {
  background-color: #CCE5ED !important;
  color: #00677F !important;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: Verdana, Geneva, sans-serif !important;
  font-size: 1.10rem;
  padding: 10px 15px;
}

.cc-link a {
  margin-left: 10px !important;
  color: #fff !important;
  font-weight: 701 !important;
  font-family: Verdana, Geneva, sans-serif !important;
  font-size: 1.10rem;
}

/*#endregion*/
.msModuleSettings {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
