@charset "UTF-8";
:root {
  --swiper-theme-color: #821989;
  --swiper-background-color: #fff;
  --swiper-pagination-bullet-size: 10px;
  --swiper-navigation-size: 30px;
}

html {
  font-size: 17px;
}

body {
  font-size: 1rem;
  color: #333;
  font-family: "Inter", var(--bs-font-sans-serif), serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manuale", var(--bs-font-sans-serif), sans-serif;
}

footer {
  margin-top: auto;
}

a {
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: none;
}

h1 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 24px;
  color: #f00;
}

h2 {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 24px;
}

h3 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.pagetitle {
  font-size: 48px;
  font-weight: 700;
  margin: 1.5rem 0 1.5vw 0;
  color: #821989;
}

.frame-type-header h1, .frame-type-header h2, .frame-type-header h3, .frame-type-header h4, .frame-type-header h5, .frame-type-header h6 {
  margin: 0;
}

.text-muted {
  opacity: 0.4 !important;
}

ol li, ul li {
  margin-bottom: 1rem;
}

ol li:last-child, ul li:last-child {
  margin-bottom: 0;
}

#main-content > :first-child.frame-type-header {
  margin-top: 60px;
}

.topnav-container {
  height: 50px;
  background-color: #fff;
  text-align: right;
}

#topnav {
  font-size: 15px;
  line-height: 35px;
}

.lang-menu {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 85%;
  background-position-x: 0;
  background-position-y: 0;
  background: #fff none repeat scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-color: #ddd;
  border-width: 0 1px 1px 1px;
}
.lang-menu a {
  color: #333;
  text-decoration: none;
  margin-right: 10px;
}
.lang-menu a.active {
  color: #333;
}
.lang-menu a:last-child {
  margin-right: 0;
}

.mainnav-container {
  background-color: #fff;
}

.mainnav-container > .container {
  position: relative;
}

div.logo img {
  width: 180px;
  height: auto;
}

#desktop-header {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}

.menu-main-navigation {
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
}

.menu-main-navigation-wrap {
  width: 100%;
  display: flex;
}

#menu-main a {
  text-decoration: none;
  color: #333;
}

#menu-main .active a.top-level-link span {
  padding-bottom: 3px;
  border-bottom: 2px solid #2EA3F2;
}

#menu-main .uid-13.active a.top-level-link span {
  border-bottom: none;
}

#p1 #menu-main .uid-13.active a.top-level-link span {
  border-bottom: 2px solid #f00;
}

#menu-main .top-level-menu, #menu-main .child-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-main .top-level-menu .caret {
  display: none;
}

#menu-main .child-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate3d(0, 16px, 0);
  transform: translate3d(0, 16px, 0);
  overflow: visible;
  top: 100%;
  right: 0;
  background-color: #fafafa;
  min-width: 250px;
  max-height: inherit;
  box-shadow: 0 0 15px 1px rgba(184, 180, 184, 0.5);
  transform-origin: top;
  transition: transform 0.2s linear, opacity 0.2s linear, visibility 0.2s linear, max-height 0.2s linear;
}

#menu-main .top-level-menu {
  display: flex;
  justify-content: space-between;
}
#menu-main .top-level-menu .top-level-item.middle {
  text-align: center;
}
#menu-main .top-level-menu .top-level-item.last {
  text-align: right;
}

#menu-main .top-level-item {
  display: block;
  position: relative;
  margin-bottom: 0;
  margin-left: 20px;
}

#menu-main .child-item {
  position: relative;
  padding: 0;
  margin: 0;
}

#menu-main .top-level-link {
  width: 100%;
  display: block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
}

#menu-main .child-link {
  display: block;
  padding: 10px 10px;
  margin: 0 10px;
  border-bottom: 1px solid #eee;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: left;
}

#menu-main ._active .child-link {
  font-weight: 500;
  color: #f00;
}

#menu-main .child-link:hover {
  color: #333;
}

#menu-main .child-menu li:last-child .child-link {
  border-bottom: none;
}

.no-touch #menu-main .top-level-item.has-child-item:hover > .child-menu, .no-touch .child-item.has-child-item:hover > .child-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.touch #menu-main .top-level-item.has-child-item .top-level-open-child-link:before {
  content: "ÿ";
}

#menu-main .top-level-open-child-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  cursor: pointer;
  overflow: hidden;
  z-index: 2000;
  text-align: center;
  background: transparent;
  border-top: 1px solid blue;
  padding: 0;
  color: rgba(0, 0, 0, 0) !important;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(120, 120, 120, 0.3);
}

.no-touch #menu-main .top-level-open-child-link:hover {
  background: #ccc;
}

#menu-main .top-level-open-child-link:after,
#menu-main .top-level-open-child-link:before {
  content: "";
  position: absolute;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ccc;
  height: 2px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-left: -9px;
}

#menu-main .top-level-open-child-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#menu-main ._open-mobile-dropdown > .top-level-open-child-link:before,
#menu-main ._open-mobile-dropdown > .tablet-arrow > .top-level-open-child-link:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-main ._open-mobile-dropdown > .top-level-open-child-link:after,
#menu-main ._open-mobile-dropdown > .tablet-arrow > .top-level-open-child-link:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#menu-main .child-item > .top-level-open-child-link {
  line-height: 40px;
}

@media (min-width: 768px) {
  #menu-main .top-level-open-child-link {
    display: none;
  }
  .no-touch #menu-main .top-level-item.has-child-item:hover > .child-menu,
  .no-touch #menu-main .child-item.has-child-item:hover > .child-menu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    z-index: 1;
  }
  .no-touch #menu-main .has-child-item > .top-level-link:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "ÿ";
    padding-left: 7px;
    position: relative;
    font-size: 15px;
    top: 2px;
    font-weight: 700;
  }
  .no-touch #menu-main .has-child-item > .child-link:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e675";
    color: #777;
    font-size: 15px;
    line-height: inherit;
    padding-left: 3px;
    position: absolute;
    right: 8px;
  }
  .touch #menu-main .top-level-item.has-child-item .top-level-link {
    display: block;
    margin-right: 38px;
    padding-right: 8px;
  }
  .touch #menu-main .top-level-item.has-child-item .top-level-open-child-link {
    display: block;
    position: absolute;
    height: 100%;
    width: 38px;
    border: none;
  }
  .touch #menu-main .top-level-item.has-child-item._open-tablet-dropdown > .child-menu,
  .touch #menu-main .child-item.has-child-item._open-tablet-dropdown > .child-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 3000;
  }
  .touch #menu-main .top-level-item.has-child-item .top-level-open-child-link:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
    position: relative;
    font-size: 25px;
    line-height: 30px;
    top: 2px;
    left: 8px;
    margin: 0;
    padding: 0;
    background: none;
    display: block;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 100%;
    height: auto;
  }
  .touch #menu-main .second-navigation-level .has-child-item > .top-level-open-child-link:before {
    line-height: 46px;
  }
  .touch #menu-main .top-level-item.has-child-item._open-tablet-dropdown > .top-level-open-child-link:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .touch #menu-main .second-navigation-level .has-child-item._open-tablet-dropdown > .top-level-open-child-link:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .touch #menu-main .top-level-item.has-child-item .top-level-open-child-link:after {
    display: none;
  }
}
#mobile-header {
  background-color: #fafafa;
  position: relative;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px 0 rgba(175, 175, 175, 0.3);
}

#mobile-header.mobile-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.mobile-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
}

.mobile-logo img {
  max-width: 150px;
  height: auto;
}

.mobile-menu {
  display: none;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  text-align: left;
  font-size: 18px;
  box-shadow: 0 0 20px 0 rgba(175, 175, 175, 0.7);
}
.mobile-menu ul {
  background-color: #821989;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu a {
  text-align: center;
  color: #fff;
  display: block;
  padding: 15px 10px 15px 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-decoration: none;
}
.mobile-menu ul ul a {
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 90%;
}
.mobile-menu .caret {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-top: 9px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.mobile-menu .has-child ul {
  display: none;
}
.mobile-menu .lang-menu-mobile {
  display: flex;
  justify-content: center;
  background-color: #333;
}
.mobile-menu .lang-menu-mobile a {
  font-size: 70%;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ddd;
}
.mobile-menu .lang-menu-mobile a.active {
  color: #fff;
}
.mobile-menu .lang-menu-mobile a:last-child {
  border-right: none;
  border-bottom: none;
}

.hamburger {
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  padding-inline: 0;
  padding-block: 0;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 25px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer {
  background-color: #f00;
  padding: 60px 0;
  color: #fff;
  font-weight: 200;
}
footer a {
  text-decoration: none;
  color: #821989;
}
footer .logo {
  width: 160px;
  vertical-align: text-bottom;
}
footer .footer-right-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
footer .footer-right-menu li {
  margin-bottom: 5px;
}

.footer-menu-title {
  margin-bottom: 15px;
  font-weight: 600;
}

ul.footer-navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li.footer-navigation-item {
  margin-bottom: 15px;
}
ul li.footer-navigation-item ::before {
  content: " ";
  display: inline-block;
  background-color: #f00;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

ul li.footer-navigation-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-menu-title,
  .footer-col-right {
    text-align: center;
  }
  .footer-navigation {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-navigation-list {
    display: inline-block;
    text-align: left;
  }
  .footer .logo {
    display: block;
    margin-bottom: 20px;
    width: 120px;
  }
}
.full-width-image-button-centered,
.full-width-image-button-above,
.full-width-image-button-below {
  background-color: #821989;
  color: #fff;
}

a:hover .full-width-image-button-centered,
a:hover .full-width-image-button-above,
a:hover .full-width-image-button-below {
  background-color: #000;
  color: #fff;
}

.carousel-control-next, .carousel-control-prev {
  color: #f00;
}

.carousel-indicators [data-bs-target] {
  background-color: #f00;
}

.swiper-pagination-bullet {
  opacity: 0.1;
}

.swiper-pagination-bullet-active {
  background-color: #f00;
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  color: #f00;
}

.swiper-slide .frame-type-text {
  padding-left: 30px;
  padding-right: 30px;
}

.news-list-view-home .row {
  --bs-gutter-x: 2vw;
}
.news-list-view-home .news-col {
  margin-bottom: 2vw;
}
.news-list-view-home .news-inner-col {
  height: 100%;
  background-color: #FAE091;
  padding: 1.5rem 0;
  position: relative;
  padding-bottom: 65px;
}
.news-list-view-home .header {
  padding: 0 1.5rem;
  text-align: center;
  border-bottom: 1px solid #DFBF8B;
  margin-bottom: 1.5rem;
}
.news-list-view-home .header h3 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}
.news-list-view-home .header a {
  color: #333;
  text-decoration: none;
}
.news-list-view-home .teaser-text {
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid #DFBF8B;
  margin-bottom: 1.5rem;
}
.news-list-view-home .more {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1.5rem;
}
.news-list-view-home .more a {
  display: inline-block;
  background-color: #FDF5DD;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 14px;
}

.news-single {
  max-width: 850px;
  margin: 50px auto 0 auto;
  margin-bottom: 30px;
}
.news-single .news-title h1 {
  margin-bottom: 30px;
  text-align: center;
}
.news-single .news-date {
  text-align: center;
  font-size: 75%;
  margin-bottom: 10px;
}
.news-single .teaser-text {
  display: none;
  margin-bottom: 30px;
}
.news-single .news-img-wrap {
  max-width: 650px;
  margin: 60px auto 60px auto;
}
.news-single .news-text-wrap {
  margin-bottom: 30px;
}
.news-single .news-backlink-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.news-single .news-related h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.news-single .news-related-wrap {
  border: 1px dashed #f00;
  padding: 1.5rem;
}
.news-single .news-related-wrap > div {
  margin-bottom: 30px;
}
.news-single .news-related-wrap > div:last-child {
  margin-bottom: 0;
}
.news-single .news-related-wrap ul {
  margin-bottom: 0;
}
.news-single .news-related-news-date, .news-single .news-related-files-size {
  font-size: 75%;
  margin-left: 5px;
}

.news .page-navigation {
  border-top: 1px dotted #ccc;
  padding-top: 30px;
  margin-top: 24px;
  text-align: center;
  font-size: 15px;
}

.news .page-navigation ul {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
  margin-left: 5px;
}

.news .page-navigation ul li:first-child {
  margin-left: 0;
}

.news .page-navigation ul li.current {
  padding: 5px 10px;
}

.news .page-navigation ul li a {
  display: block;
  background-color: #f7f7f7;
  padding: 5px 10px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .news-single {
    margin-top: 0;
  }
}
.form-group {
  margin-bottom: 25px;
}
.form-group label {
  margin-bottom: 5px;
}

.form-navigation {
  padding-top: 15px;
}
.form-navigation .btn-primary {
  background-color: #333;
  border-color: #333;
}

.page-with-submenu {
  margin-top: 120px;
}

.sub-navigation {
  margin-bottom: 50px;
  max-width: 240px;
}

ul.sub-navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.sub-navigation-item a {
  background-color: #821989;
  padding: 10px 12px;
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 1px;
}

li.sub-navigation-item.active a {
  background-color: #821989;
}

@media (max-width: 991px) {
  .page-with-submenu {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .sub-navigation {
    margin-left: auto;
    margin-right: auto;
  }
  li.sub-navigation-item a {
    text-align: center;
  }
}
#sub-navigation {
  margin-bottom: 50px;
  max-width: 240px;
}

ul.sub-navigation__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.sub-navigation__item a {
  background-color: #821989;
  padding: 10px 12px;
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 1px;
}
li.sub-navigation__item a._curent, li.sub-navigation__item a._active {
  background-color: #821989;
}

@media (max-width: 767px) {
  #sub-navigation {
    margin-left: auto;
    margin-right: auto;
  }
  li.sub-navigation__item a {
    text-align: center;
  }
}
.wide-gutters.row {
  --bs-gutter-x: 3vw;
  --bs-gutter-y: 3vw;
}

.so-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  color: #444;
}

.so-quote {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
  max-width: 300px;
}

.kalender-home .titel {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.kalender-home .extra {
  margin-bottom: 10px;
}
.kalender-home .inschrijven a {
  font-size: 20px;
  color: #f00;
  font-weight: 500;
  padding-right: 45px;
  background: url("/fileadmin/templates/img/pijl-kalender.png") no-repeat right 4px;
  background-size: 35px 12px;
}

.kalender-list {
  padding-top: 30px;
}
.kalender-list .kalender-item {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 2px dotted #f00;
}
.kalender-list .kalender-item .extra {
  margin-bottom: 15px;
}
.kalender-list .kalender-item .extra .ikoon {
  float: right;
}
.kalender-list .kalender-item .extra .volzet {
  margin-top: 4px;
  display: inline-block;
  font-weight: 500;
  color: #ff8678;
}
.kalender-list .kalender-item .extra img {
  float: right;
  margin-left: 10px;
  width: 20px;
}
.kalender-list .kalender-item .locatie {
  font-weight: 500;
}
.kalender-list .kalender-item .datum {
  margin-right: 10px;
}
.kalender-list .kalender-item .titel a {
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  color: #f00;
}
.kalender-list .kalender-item .inschrijven {
  margin-top: 15px;
}
.kalender-list .kalender-item .inschrijven a {
  color: #821989;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  padding-right: 45px;
  background: url("/fileadmin/templates/img/pijl-kalender.png") no-repeat right 4px;
  background-size: 35px 12px;
}

.inschr-opmerking {
  color: #f00;
  font-weight: 600;
}

.kalender-zoeken {
  background-color: #f3f3f3;
  padding: 20px;
}
.kalender-zoeken label {
  font-weight: 500;
}
.kalender-zoeken .rubriek {
  text-transform: uppercase;
  color: #f00;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.kalender-zoeken select {
  font-size: 13px;
  line-height: initial;
}
.kalender-zoeken #kal_thema_evn, .kalender-zoeken #kal_thema_opl {
  display: none;
}
.kalender-zoeken .icon-training {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url("/fileadmin/templates/img/icon-briefcase-fill.svg") no-repeat;
  background-size: 16px 16px;
  background-position: 3px 1px;
  opacity: 0.85;
}
.kalender-zoeken .icon-workshop {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url("/fileadmin/templates/img/icon-lightbulb-fill.svg") no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
  opacity: 0.85;
}
.kalender-zoeken .icon-jobdate {
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url("/fileadmin/templates/img/icon-star-fill.svg") no-repeat;
  background-size: 16px 16px;
  background-position: 2px 2px;
  opacity: 0.85;
}
.kalender-zoeken #kal_datum {
  width: 100%;
  font-size: 14px;
}
.kalender-zoeken a.wis-filter {
  text-decoration: underline;
  font-weight: 500;
  color: #f00;
  margin-left: 10px;
}

.sm-filter {
  font-weight: 700;
  color: #f00;
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 575px) {
  .kalender-zoeken {
    display: none;
  }
}
.pagination1 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: space-between;
  font-size: 16px;
}

.pagination1 li {
  padding-right: 10px;
}

.pagination1 li a {
  background-color: #f00;
  padding: 6px 8px 4px 8px;
  text-decoration: none;
  color: #fff;
}

.pagination1 li a:hover {
  background-color: #333;
  color: #fff;
}

.pagination1 li.next a, .pagination1 li.prev a {
  text-transform: lowercase;
}

.pagination1 .currentpage a {
  background-color: #f00;
  color: #fff;
}

.pagination1 .currentpage a:hover {
  background-color: #f00;
}

.kalender-single .extra, .kalender-single .extra2 {
  margin-bottom: 60px;
}
.kalender-single .datum, .kalender-single .locatie {
  font-size: 24px;
}
.kalender-single .uur {
  margin-left: 25px;
}
.kalender-single .locatie {
  margin-top: 10px;
  font-weight: 500;
}
.kalender-single .afbeelding, .kalender-single .lijn {
  margin-bottom: 40px;
}
.kalender-single .lijn {
  width: 100%;
  height: 5px;
  background-color: #f00;
}
.kalender-single .kol-inschrijven {
  text-align: right;
}
.kalender-single .kol-inschrijven .px-btn {
  margin-bottom: 20px;
}
.kalender-single div.grijs {
  background-color: #fafafa;
  padding-top: 40px;
  padding-bottom: 80px;
}
.kalender-single div.omschrijving, .kalender-single div.inhoud, .kalender-single div.werkwijze, .kalender-single div.doelgroep {
  margin-top: 40px;
}
.kalender-single div.opmerkingen {
  font-size: 20px;
  color: #fff;
  background-color: #f00;
  background-position-x: center;
  padding: 70px 0;
}
.kalender-single div.opmerkingen h2, .kalender-single div.opmerkingen a {
  margin-top: 0;
  color: #fff;
}
.kalender-single div.opmerkingen li {
  background: url("/fileadmin/templates/img/li-wit.png") no-repeat 0 9px;
}
.kalender-single div.opmerkingen.frame-type-text ul li:last-child {
  margin-bottom: 20px;
}
.kalender-single .crm-form {
  margin-top: 30px;
}
.kalender-single div.inschrijven {
  padding-top: 60px;
}
.kalender-single .news-backlink-wrap {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .kalender-single .datum, .kalender-single .locatie {
    font-size: 18px;
  }
  .kalender-single .uur-part {
    display: block;
  }
  .kalender-single .uur {
    margin-left: 0;
  }
  .kalender-single .grijs {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .kalender-single .opmerkingen {
    margin-left: -15px;
    margin-right: -15px;
  }
  .kalender-single .opmerkingen .container2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
