/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 0;
  box-shadow: none;
}
::-webkit-scrollbar-track {
  background: #00000020;
}
.icons {
  display: none;
}
.g-content {
  padding: 0;
  margin: 0;
}
.column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.login {
  position: relative;
  width: 400px;
  margin: 50px auto;
}
.login .login-logo {
  margin-bottom: 50px;
}
.login form {
  background: white;
  padding: 40px;
  border-radius: 5px;
  min-height: 90px;
}
.login form h1 {
  margin-bottom: 50px;
}
.login form input {
  box-sizing: border-box;
  border-radius: 0;
}
.login form input#remember {
  margin: 0;
}
.login form button {
  float: right;
  border-radius: 0;
}
.login form .control-group {
  margin: 0;
}
button.vvd-button {
  background: #f8b133;
  padding: 10px 20px;
  color: white;
  font-weight: 500;
  border-radius: 5px;
}
.portaal_header_buttons {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.portaal_header_buttons a {
  min-width: 150px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 10px 15px;
  margin: 5px 0px;
  font-weight: 600;
  border: 1px solid white;
  border-radius: 5px;
}
.portaal_header_buttons a:hover {
  background: white;
  color: #333;
  text-decoration: none;
}
.portaal_header_buttons a i {
  width: 20px;
  margin-left: 10px;
  font-size: 18px;
}
.portaal_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.portaal_header .portaal_logo {
  width: calc(100% / 3);
}
.portaal_header .portaal_logo a.logo {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.portaal_header .portaal_logo a.logo .logo_vvd {
  width: 90px;
}
.portaal_header .portaal_logo a.logo .title {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  color: white;
}
.portaal_header .portaal_logo a.logo .title h1 {
  margin: 0;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.7px;
}
.portaal_header .portaal_logo a.logo .title span {
  font-size: 12px;
  transform: translateX(4px);
  letter-spacing: 0.4px;
}
.portaal_header .portaal_logo a.logo:hover {
  text-decoration: unset;
  transform: translateY(-5px);
}
.portaal_breadcrumbs {
  padding: 10px 0px;
}
.portaal_breadcrumbs .breadcrumbs {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 0;
  border-bottom: 0;
  width: 100%;
}
.portaal_breadcrumbs .breadcrumbs a {
  color: white;
}
.portaal_breadcrumbs .breadcrumbs ul {
  list-style: none;
  margin: 0;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  font-size: 12px;
  line-height: 25px;
}
.portaal_breadcrumbs .breadcrumbs ul li.active {
  opacity: 0.7;
}
.portaal_breadcrumbs .breadcrumbs ul i {
  margin: 0 5px;
  font-size: 8px;
}
.portaal_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 10px;
  margin: 5px;
  background: #00000070;
  border-radius: 5px;
}
.portaal_title h2 {
  color: white;
  font-size: 20px;
  margin: 0;
}
.portaal_title a {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.2s;
}
.portaal_title a:hover {
  opacity: 1;
}
.portaal_title a i {
  margin-right: 10px;
  font-size: 12px;
}
.portaal_menu {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}
.portaal_menu .portaal_item {
  position: relative;
  overflow: hidden;
  min-height: calc(50vh - 108px);
  border-radius: 5px;
}
.portaal_menu .portaal_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.portaal_menu .portaal_item a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.2;
  transition: all 0.5s;
}
.portaal_menu .portaal_item a .icon {
  z-index: 1;
  position: absolute;
  top: -80px;
  right: -80px;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  pointer-events: none;
  border: 2px solid white;
  transition: all 0.33s;
  transform: scale3d(0.9, 0.9, 1);
}
.portaal_menu .portaal_item a .icon > img {
  position: absolute;
  left: 40px;
  bottom: 40px;
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.portaal_menu .portaal_item a span {
  position: absolute;
  color: white;
  font-size: 15px;
  font-weight: 500;
  transition: all 2s;
  text-transform: uppercase;
}
.portaal_menu .portaal_item a:hover > img {
  opacity: 0.5;
}
.portaal_menu .portaal_item a:hover .icon {
  transform: scale3d(1, 1, 1);
}
.portaal_menu .portaal_item:nth-child(1) a .icon {
  border: 5px solid #bd1991;
}
.portaal_menu .portaal_item:nth-child(1) a:hover .icon {
  background: #bd1991;
}
.portaal_menu .portaal_item:nth-child(2) a .icon {
  border: 5px solid #f9ba4c;
}
.portaal_menu .portaal_item:nth-child(2) a:hover .icon {
  background: #f9ba4c;
}
.portaal_menu .portaal_item:nth-child(3) a .icon {
  border: 5px solid #3490df;
}
.portaal_menu .portaal_item:nth-child(3) a:hover .icon {
  background: #3490df;
}
.portaal_menu .portaal_item:nth-child(4) a .icon {
  border: 5px solid #40bc3b;
}
.portaal_menu .portaal_item:nth-child(4) a:hover .icon {
  background: #40bc3b;
}
.portaal_menu .portaal_item:nth-child(1n+5) a .icon {
  border: 5px solid white;
  background: white;
}
.portaal_menu .portaal_item:nth-child(1n+5) a .icon > img {
  left: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
}
.textItems {
  position: relative;
}
.textItems .textItem {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
  margin: 5px;
  color: white;
  border-radius: 5px;
}
.textItems .textItem.featured {
  border-left: 5px solid white;
}
.textItems .textItem.featured .info .options a.belangrijk {
  opacity: 1;
}
.textItems .textItem .content {
  display: flex;
  flex-direction: column;
}
.textItems .textItem .content h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: white;
}
.textItems .textItem .content p {
  color: #d7dde0;
  margin: 0;
  line-height: 18px;
  font-size: 14px;
}
.textItems .textItem .info {
  display: flex;
  flex-direction: column;
  width: 90px;
}
.textItems .textItem .info .textItemdate {
  color: white;
  font-weight: 300;
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 10px;
  text-align: right;
}
.textItems .textItem .info .options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.textItems .textItem .info .options a {
  color: white;
  margin-left: 10px;
  opacity: 0.3;
  cursor: pointer;
}
.textItems .textItem .info .options a:hover {
  opacity: 1;
}
.downloadItems {
  position: relative;
}
.downloadItems .downloadItem {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
  margin: 5px;
  border-radius: 5px;
}
.downloadItems .downloadItem.featured {
  border-left: 5px solid white;
}
.downloadItems .downloadItem.featured .options a.belangrijk {
  opacity: 1;
}
.downloadItems .downloadItem a.download {
  display: block;
  color: #d7dde0;
  padding-right: 30px;
  line-height: 18px;
  font-size: 14px;
}
.downloadItems .downloadItem a.download:hover {
  color: white;
}
.downloadItems .downloadItem .options {
  display: flex;
  justify-content: flex-end;
  min-width: 70px;
}
.downloadItems .downloadItem .options a {
  margin-left: 10px;
  color: white;
  opacity: 0.3;
  background: none;
}
.downloadItems .downloadItem .options a:hover {
  opacity: 1;
}
#portaal_content_a, #portaal_content_b {
  position: relative;
  border-radius: 0;
  padding: 5px;
  background: #00000020;
  overflow-y: scroll;
}
#portaal_content_a .portaalContent, #portaal_content_b .portaalContent {
  height: 100%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}
#portaal_content_b .platform-content {
  display: flex;
  justify-content: center;
  color: white;
}
.zoeken_wrapper {
  position: relative;
  height: 100%;
}
.zoeken_wrapper .portaal_zoeken {
  margin: 5px;
}
.zoeken_wrapper .portaal_zoeken input.zoekbalk {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 18px;
  color: white;
}
.zoeken_wrapper .portaal_zoeken input.zoekbalk:focus {
  box-shadow: none;
  border-color: unset;
}
.zoeken_wrapper .portaal_zoeken input.zoekbalk:hover {
  box-shadow: unset;
}
.zoeken_wrapper .portaal_zoeken input.zoekbalk::placeholder {
  color: white;
}
.zoeken_wrapper .portaal_zoekresultaten {
  color: white;
}
.zoeken_wrapper .portaal_zoekresultaten #out div {
  background: rgba(0, 0, 0, 0.15);
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
}
.zoeken_wrapper .portaal_zoekresultaten #out div ul {
  margin: 0;
  list-style: none;
}
.zoeken_wrapper .portaal_zoekresultaten #out div a, .zoeken_wrapper .portaal_zoekresultaten #out div p, .zoeken_wrapper .portaal_zoekresultaten #out div ul, .zoeken_wrapper .portaal_zoekresultaten #out div li {
  color: white;
  line-height: 22px;
}
.zoeken_wrapper .portaal_zoekresultaten #out div mark {
  background: none;
  color: #f8b133;
  padding: 0;
}
body #g-page-surround {
  position: relative;
  background: linear-gradient(135deg, #0042a5 0%, #00bfd6 100%);
}
body #g-page-surround #g-container-main {
  height: 100vh;
  overflow: hidden;
}
body #g-page-surround #g-container-main #g-mainbar {
  padding: 0;
  background: none;
}
body #g-page-surround #g-container-main #g-mainbar > .g-grid {
  padding: 20px;
}
body #g-page-surround #g-container-main #g-mainbar > .g-grid:nth-child(1) {
  padding-bottom: 0;
}
body #g-page-surround #g-container-main #g-mainbar > .g-grid:nth-child(2) {
  padding-top: 0;
}
.mod-dpcalendar-upcoming {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mod-dpcalendar-upcoming .mod-dpcalendar-upcoming-default__event {
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: unset !important;
  border-radius: 5px;
}
.mod-dpcalendar-upcoming .mod-dpcalendar-upcoming-default__description {
  color: white;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.mod-dpcalendar-upcoming .dp-link {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  color: white;
}
.mod-dpcalendar-upcoming .dp-flatcalendar {
  display: none;
}
.mod-dpcalendar-upcoming .mod-dpcalendar-upcoming-default__information {
  min-height: 0;
}
.mod-dpcalendar-upcoming .mod-dpcalendar-upcoming-default__information .mod-dpcalendar-upcoming-default__date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  line-height: 25px;
}
.mod-dpcalendar-upcoming .mod-dpcalendar-upcoming-default__information .mod-dpcalendar-upcoming-default__date span.dp-date {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 10px;
}
.mod-dpcalendar-upcoming .mod-dpcalendar-upcoming-default__information .mod-dpcalendar-upcoming-default__date span.dp-date span.dp-date__start {
  margin-right: 10px;
}
.dp-button-bar {
  padding: 0;
  border: none !important;
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.dp-button-bar button {
  box-shadow: none !important;
  border-radius: 5px !important;
  margin: 0 !important;
}
.com-dpcalendar-event_small {
  padding: 0;
  margin-top: 20px;
}
.com-dpcalendar-event__locations .dp-map {
  height: 300px;
}
.com-dpcalendar-event {
  padding: 20px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
.com-dpcalendar-event .com-dpcalendar-event__header {
  padding: 0;
  margin-bottom: 10px;
}
.com-dpcalendar-event .com-dpcalendar-event__header h1 {
  font-size: 30px;
  margin: 0;
}
.com-dpcalendar-event .com-dpcalendar-event__information {
  padding: 20px;
  background: #eee;
  border: none;
}
.com-dpcalendar-event .dp-description {
  align-items: center;
  margin: 0;
}
.com-dpcalendar-event .dp-description .dp-description__description {
  margin: 0;
}
.com-dpcalendar-eventform {
  padding: 20px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
.com-dpcalendar-eventform__form {
  margin: 0;
}
.com-dpcalendar-calendar__calendar {
  padding: 20px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
.com-dpcalendar-calendar__calendar .fc-header-toolbar {
  padding: 0;
  margin-bottom: 10px;
}
.com-dpcalendar-calendar .fc-header-toolbar h2 {
  padding: 0;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 20px !important;
}
.fc .fc-toolbar {
  justify-content: flex-start !important;
  gap: 20px;
}
.com-dpcalendar-eventform .dp-form-input {
  margin: 0;
}
.com-dpcalendar-eventform .dp-tabs__tab {
  border: 1px solid #ccc;
  padding: 20px;
  background: white;
}
.com-dpcalendar-eventform .dp-tabs__input[type="radio"]:checked + .dp-tabs__label + .dp-tabs__tab {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.com-dpcalendar-eventform .control-group {
  margin: 0;
}
.com-dpcalendar-eventform .dp-field-catid {
  display: none;
}
.com-dpcalendar-eventform .controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.com-dpcalendar-eventform .controls > .radio:first-child, .com-dpcalendar-eventform .controls .controls > .checkbox:first-child {
  margin: 0;
  padding: 0;
}
.com-dpcalendar-eventform .dp-form-radio input[type=radio] + label:before {
  content: "" !important;
}
.com-dpcalendar-eventform .dp-tabs__label {
  position: relative;
  opacity: 0.5;
  border-bottom: 1px solid #ccc;
  top: 1px;
}
.com-dpcalendar-eventform .dp-tabs__input:checked + .dp-tabs__label {
  background: white;
  opacity: 1;
  border-bottom: 1px solid transparent;
}
.mod_datetime {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  pointer-events: none;
  width: calc(100% / 3);
}
.mod_datetime .mod_date {
  display: block;
}
.mod_datetime .mod_time {
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: 600;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInSlow {
  -webkit-animation-name: fadeInSlow;
  animation-name: fadeInSlow;
  animation-duration: 5s;
  animation-fill-mode: both;
}
@keyframes fadeInSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeUpModal {
  -webkit-animation-name: fadeUpModal;
  animation-name: fadeUpModal;
  animation-duration: 0.33s;
  animation-fill-mode: both;
}
@keyframes fadeUpModal {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}
.delay100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.delay200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay700 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ownmodal {
  position: fixed;
  display: flex;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  padding: 20px;
}
.ownmodal.visible {
  visibility: visible;
}
.ownmodal .contentwrap {
  position: relative;
  padding: 25px;
  display: block;
  min-width: 300px;
  max-width: 600px;
  width: 100%;
  height: auto;
  background: white;
  justify-content: center;
  -webkit-box-shadow: 0px 15px 60px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 15px 60px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 15px 60px -10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.ownmodal .contentwrap .alert-danger::after {
  display: none;
}
.ownmodal .contentwrap a.closemodal {
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 0.7;
  cursor: pointer;
}
.ownmodal .contentwrap a.closemodal:hover {
  opacity: 1;
}
.ownmodal .contentwrap a.closemodal i {
  color: #333;
  font-size: 20px;
}
.ownmodal .contentwrap .content h3.modalTitle {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 600;
}
.ownmodal .contentwrap .content form {
  margin-bottom: 0;
}
.ownmodal .contentwrap .content form input {
  box-sizing: border-box;
  border-radius: 0;
}
.ownmodal .contentwrap .content form input#file {
  margin-bottom: 10px;
  height: 42px;
  line-height: 36px;
}
.ownmodal .contentwrap .content form textarea {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0;
}
.ownmodal .contentwrap .content form span {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.ownmodal .contentwrap .content form span input {
  margin-top: 0;
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
.ownmodal .contentwrap .content form select {
  height: 42px;
  margin-bottom: 20px;
}
.ownmodal .contentwrap .content form button {
  padding: 10px 20px !important;
  margin: 0 !important;
}
.ownmodal .contentwrap .content .progress {
  height: unset;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.ownmodal .contentwrap .content .progress .progress-bar {
  padding: 10px;
}
/*# sourceMappingURL=custom_12.css.map */