@charset "UTF-8";
/*
	Block:    my-name
	Element:  my-name__child
	Modifier: my-name--modifier
*/
/* Assets */
/* Normalize */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  height: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.6em;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  margin: 0;
  line-height: 1.6em;
}

.bold, strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  cursor: pointer;
}

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0 !important;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.ga-melding {
  background: transparent;
  border: solid 1px #ece2e2;
  border-bottom: none;
  border-left: none;
  border-right: none;
  bottom: 0;
  text-align: center;
}

.ga-melding .page-footer-inner p {
  font-size: 0.85em;
  font-style: italic;
  padding: 1.4em 1em;
}

/* Variables */
/* Breakpoints */
/* Colors */
/* paars */
/*$diensten: #dfdd26;*/
body:before {
  content: "bp1";
  display: none;
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 730px) {
  body:before {
    content: "bp2";
  }
}
@media (min-width: 960px) {
  body:before {
    content: "bp3";
  }
}
@media (min-width: 1280px) {
  body:before {
    content: "bp4";
  }
}
@media (min-width: 1440px) {
  body:before {
    content: "bp5";
  }
}
/* Mixins */
/*Fonts*/
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.98em;
}

p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  border-bottom: dotted 1px #000;
  display: inline-block;
  line-height: 1em;
}
a.nounderline {
  border-bottom: none;
}

a:hover {
  color: #0074d9;
  text-decoration: none;
  border-bottom: none;
}

a.nounderline {
  border-bottom: none;
}

h1 {
  font-size: 1.6em;
  font-weight: 200;
  margin-bottom: 1em;
}

h1.page-title-404 {
  color: #fff;
}

p.p404 {
  color: #fff;
}

/* Animations */
/*** easy accordion ***/
.page-content .sp-easy-accordion .ea-card.sp-ea-single .ea-header a {
  border-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  padding: 7px;
}

.page-content .sp-ea-one.sp-easy-accordion {
  width: 90%;
}

/*** easy accordion ***/
/* Animations */
/* No Module Layout */
.page-wrapper {
  max-width: 1280px;
}
@media (min-width: 730px) {
  .page-wrapper {
    margin: 0 auto 2rem auto;
  }
}

#home {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 383px;
  margin-bottom: 1em;
}
@media (max-width: 730px) {
  #home {
    /*height: 200px;*/
  }
  #home .home-left {
    /*height: auto;*/
    margin-top: 0;
  }
  #home .sp-mask.sp-grab {
    width: 535px !important;
    height: 350px !important;
  }
}
@media (max-width: 540px) {
  #home {
    height: 319px;
  }
  #home .home-left {
    /*height: auto;*/
    margin-top: 0;
  }
  #home .sp-mask.sp-grab {
    width: 381px !important;
    height: 330px !important;
  }
}

@media (min-width: 730px) {
  .top-wrapper {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

.middle-wrapper.cf {
  margin-bottom: 3em;
  max-width: 99%;
}

.gallery-row {
  width: auto;
}

@media (max-width: 730px) {
  .gallery-row {
    width: 670px !important;
  }
}
@media (max-width: 540px) {
  .gallery-row {
    width: 400px !important;
  }
}
.content-area {
  /*border: $borderWidth solid black;*/
  border: none;
  margin: 0.75rem;
  min-height: 50vh;
  /*@include borderColors; */
}
@media (min-width: 730px) {
  .content-area {
    float: left;
  }
}
@media (min-width: 730px) {
  .content-area {
    margin: 0.5rem;
    width: calc(100% - 18rem);
  }
}

/* zeer stomme oplossing voor deze onmogelijke layout: zorg dat de pagina altijd brede inhoud heeft */
.content-area::after {
  color: #fff;
  content: "Slimme Senior is een Haags platform van 55-plussers die hun toekomst in eigen hand nemen. Zo goed en zinvol mogelijk in het leven blijven staan is ons doel.";
}

/* zeer stomme oplossing voor deze onmogelijke layout: zorg dat de pagina altijd brede inhoud heeft */
.content-area.content-area--.error404 {
  border: none;
}

.content-area.content-area--.error404 .page-content {
  padding: 2em 2em 7em 2em;
}

#breadcrumbs a {
  border-bottom-color: #999;
  color: #999;
}

#breadcrumbs {
  color: #999;
  margin-top: 2px;
}

.page-content input {
  margin: 0.25rem 0;
  padding: 0.5rem;
  display: block;
  /*border: 1px solid black;*/
}

.page-content .slideshow-window {
  background-color: #efefef;
  border: none;
  border-radius: 0;
}

.page-content .slideshow-slide-caption {
  font-size: 20px;
}

.page-content .slider-pro.sp-horizontal .sp-slides-container .sp-slides .sp-slide .sp-layer.desc-in.desc-in-bg.hide-medium-screen {
  display: block !important;
  height: 3.4em;
  inset: 85% 0px 0px !important;
  width: 100% !important;
}

.page-content #slider-pro-3-1202 .desc-in-bg {
  width: 100% !important;
}

/** sidebar met events kalender **/
.sidebar-primary {
  margin-top: 4em;
}

.sidebar-primary .tribe-events-list-widget ol {
  list-style-type: none;
  padding-left: 0;
}

.widget_media_image {
  margin-top: 4em;
}

.home-left {
  margin-top: 3.4em;
  width: 100%;
}

.home-sidebar {
  width: 100%;
}

.agenda-top {
  padding-top: 10px;
  width: 75%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 60px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
  background-color: #666666;
  border: none;
  color: #fff;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button:hover {
  background-color: #999999;
}

.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button,
.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium,
.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium {
  background-color: #666666;
  border: none;
  padding: 3px 6px;
}

.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:hover,
.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium:hover,
.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:hover {
  background-color: #999999;
}

.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button time span,
.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium span,
.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium span {
  color: #fff;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
.sidebar-primary .tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium span,
.sidebar-primary .tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium span {
  padding: 9px;
}

.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium,
.tribe-events-nav-pagination,
.tribe-events-ical.tribe-events-button {
  display: none;
}

/** sidebar met events kalender **/
/** agenda **/
.agenda {
  background-color: #ece2e2;
  border-radius: 15px;
  margin: 2em 0 2em 0;
  padding: 50px 26px;
}

.home-sidebar .agenda {
  margin-top: 3em;
  max-width: 77%;
}
@media (min-width: 730px) {
  .home-sidebar .agenda {
    max-width: 100%;
  }
}
.home-sidebar .agenda a {
  line-height: 1.5em;
}
.home-sidebar .agenda .agenda-letop {
  border: solid 1px #fff;
  border-radius: 13px;
  font-size: 0.85em;
  margin: -1em 0 1.7em 0;
  padding: 10px 15px;
}
.home-sidebar .agenda .agenda-items {
  border-bottom: solid 1px #fff;
  margin: 0 0 3em 0;
  padding-bottom: 1.5em;
}
.home-sidebar .agenda p {
  margin-bottom: 1.4em;
}
.home-sidebar .agenda hr {
  border: solid 1px #fff;
  margin: 3em 0;
}

.agenda h3 {
  margin: 0 0 1.8em 0;
}

.agenda a:hover {
  color: #8c8181;
}

.themacafe-datum-kopje {
  background-color: #ece2e2;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  width: 154px;
}

.agenda-archief {
  position: absolute;
  margin-top: -29px;
  right: 6%;
}

.agendabackground {
  font-size: 4.6em;
  margin: -0.1em 0 0 0;
  position: absolute;
  color: #c6afaf;
  color: #fff;
}

.agenda-content {
  margin-top: 4.5em;
}

@media (min-width: 730px) {
  .agendabackground {
    font-size: 4.5em;
    margin: -0.5rem 0 0 0;
  }

  .agenda-content {
    margin-top: 4em;
  }
}
@media (min-width: 960px) {
  .agendabackground {
    font-size: 6em;
    margin: -0.2rem 0 0 0;
  }

  .agenda-content {
    margin-top: 5em;
  }
}
@media (min-width: 1280px) {
  .agendabackground {
    font-size: 7em;
    margin: -0.5rem 0 0 0;
  }

  .agenda-content {
    margin-top: 5em;
  }
}
body .page-wrapper .page-content .embed-youtube {
  text-align: left !important;
}

/** agenda **/
@media (min-width: 980px) {
  .sidebar-primary {
    margin-top: 0;
  }

  .home-left {
    display: inline-float;
    float: left;
    margin: 2.8em 2% 0 0;
    width: 55%;
  }

  .home-sidebar {
    display: inline-float;
    float: left;
    width: 43%;
  }

  .agenda {
    padding: 70px 65px 40px 40px;
  }

  .agenda-archief {
    margin-top: -25px;
    right: 9%;
  }

  .home-sidebar .agenda {
    padding: 25px 20px;
  }
}
@media (min-width: 1100px) {
  .sidebar-primary {
    margin-top: 0;
  }

  .home-left {
    display: inline-float;
    float: left;
    margin: 2.8em 2% 0 0;
    width: 57%;
  }

  .home-sidebar {
    display: inline-float;
    float: left;
    width: 41%;
  }
}
@media (min-width: 1200px) {
  .sidebar-primary {
    margin-top: 0;
  }

  .home-left {
    display: inline-float;
    float: left;
    margin: 3em 2% 0 0;
    width: 60%;
  }

  .home-sidebar {
    display: inline-float;
    float: left;
    width: 38%;
  }
}
/*** Modal window ***/
.modal-window__content-main {
  max-height: none;
  overflow-y: none !important;
  overflow-x: none !important;
}

@media (max-width: 730px) {
  .modal-window__content {
    inset: auto;
    margin-top: 5em;
    position: unset;
    width: auto;
  }

  .modal-window__close {
    margin-top: 6.5em;
  }

  p#closeModal {
    bottom: 4.5em !important;
    font-size: 3.5em !important;
  }
}
/*** Modal window ***/
/* Slick Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: black;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  position: relative;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Member login */
/* Member login */
body.login {
  padding: 0;
  margin: 0;
  position: relative;
  top: -20px;
  background: url(http://clients.buurmen.nl/wallpaper/wallpaper.svg) no-repeat;
  background-size: cover;
}

#login {
  max-width: 350px;
  margin: 0;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

#login:before {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 350px;
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  z-index: -1;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.23);
}

p.message {
  font-size: 18px;
}

#login h1 {
  display: none;
}

.login label {
  font-size: 18px;
  padding: 10px 0;
  color: black;
}

#lostpasswordform {
  margin-top: 1em;
}

#loginform,
#lostpasswordform,
.login-form-container {
  width: 340px;
  background: transparent;
  border: 0px;
  box-shadow: 0 0 0;
  margin-top: 1em;
}

#loginform input#rememberme {
  float: left;
  margin-right: 15px;
  width: 20px;
}

#loginform input[type=text],
#loginform input[type=password],
#lostpasswordform input[type=text],
#lostpasswordform input[type=password],
.login-form-container input[type=text],
.login-form-container input[type=password],
.user-selection input[type=text],
#password-reset-form input[type=text],
#password-reset-form input[type=password] {
  padding: 10px;
  margin: 2px 0;
  background-color: #f1f1f1 !important;
  border: solid 1px #ccc;
  outline: 0px !important;
  width: 300px;
  -webkit-appearance: none;
}

#loginform input[type=submit],
#lostpasswordform input[type=submit],
.login-form-container input[type=submit],
#password-reset-form input[type=submit] {
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  outline: 0px;
  border: 0px;
  margin: 15px 0 0 0;
  border-radius: 5px;
}

.page-content .user-selection input[type=submit] {
  background-color: #1d1d1d;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  outline: 0px;
  border: 0px;
  margin: 15px 0 0 0;
  display: inline-block;
  border-radius: 5px;
}

.page-content .user-selection input[type=text] {
  display: inline-block;
}

a.forgot-password {
  margin: 44px 0;
}

p.forgetmenot {
  float: left;
  display: block;
  margin: 10px 0;
  width: 320px;
}

p#backtoblog {
  display: none;
}

.lostpassword-submit {
  margin-top: 10px;
}

.error, .login-error {
  color: #ff0000;
}

.login-password {
  margin-top: 1em;
}

#password-strength-status {
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 4px;
  margin-top: 5px;
}

.medium-password {
  background-color: #b7d60a;
  border: #b7d60a 1px solid;
}

.weak-password {
  background-color: #ff0000;
  border: #ff0000 1px solid;
}

.strong-password {
  background-color: #12CC1A;
  border: #12CC1A 1px solid;
}

/* Modules */
/* Main Navigation */
@media (min-width: 730px) {
  .nav-main {
    margin-top: 1.4rem;
  }
}
.nav-main__toggle {
  position: fixed;
  top: 1.6rem;
  right: 1rem;
  z-index: 30;
}
@media (min-width: 730px) {
  .nav-main__toggle {
    float: left;
  }
}
@media (min-width: 730px) {
  .nav-main__toggle {
    display: none;
  }
}
.nav-main__toggle span {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border: 4px solid black;
  font-weight: bold;
  background: white;
}
.nav-main__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 0.25rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s, padding 0.3s;
}
.nav-main__menu .menu-item a, .nav-main__menu .home-menu a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  padding: 0.8rem 0.75rem;
  border: 5px solid black;
  font-weight: bold;
  background: white;
}
.nav-main__menu--wat-wij-doen, .nav-main__menu .menu-item--watwijdoen:hover {
  color: #2C9595;
  fill: #2C9595;
}
.nav-main__menu--themacafe, .nav-main__menu .menu-item--themacafe:hover {
  color: #993D91;
  fill: #993D91;
}
.nav-main__menu--thema, .nav-main__menu.post-type-archive-actueel, .nav-main__menu .menu-item--thema:hover {
  color: #3D993D;
  fill: #3D993D;
}
.nav-main__menu--zorg, .nav-main__menu--app-groepen, .nav-main__menu .menu-item--zorg:hover {
  color: #2ecc40;
  fill: #2ecc40;
}
.nav-main__menu--werkgroepen, .nav-main__menu .menu-item--werkgroepen:hover {
  color: #A79494;
  fill: #A79494;
}
.nav-main__menu--nieuwsflitsen, .nav-main__menu.post-type-archive-nieuwsflitsen, .nav-main__menu .menu-item--nieuwsflitsen:hover {
  color: #ff4136;
  fill: #ff4136;
}
.nav-main__menu--vragen, .nav-main__menu.post-type-archive-vragen, .nav-main__menu .menu-item--vragen:hover {
  color: #D68666;
  fill: #D68666;
}
.nav-main__menu--organisatie, .nav-main__menu .menu-item--organisatie:hover {
  color: #0074d9;
  fill: #0074d9;
}
.nav-main__menu--ledenlijst, .nav-main__menu .menu-item--ledenlijst:hover {
  color: #85144b;
  fill: #85144b;
}
.nav-main__menu--deelnemers, .nav-main__menu .menu-item--deelnemers:hover {
  color: #85144b;
  fill: #85144b;
}
.nav-main__menu--diensten, .nav-main__menu .menu-item--diensten:hover {
  color: #ecec15;
  fill: #ecec15;
}
.nav-main__menu--info-contact, .nav-main__menu .menu-item--info-contact:hover {
  color: #ff4136;
  fill: #ff4136;
}
.nav-main__menu .menu-item--home a, .nav-main__menu--home {
  border-color: #ff851b;
}
.nav-main__menu .menu-item--watwijdoen a, .nav-main__menu--wat-wij-doen, .nav-main__menu.post-type-archive-wat-wij-doen {
  border-color: #2C9595;
}
.nav-main__menu .menu-item--themacafe a, .nav-main__menu--themacafe, .nav-main__menu.post-type-archive-themacafe {
  border-color: #993D91;
}
.nav-main__menu .menu-item--thema a, .nav-main__menu--thema, .nav-main__menu.post-type-archive-actueel {
  border-color: #3D993D;
}
.nav-main__menu .menu-item--zorg a, .nav-main__menu--zorg, .nav-main__menu--app-groepen {
  border-color: #2ecc40;
}
.nav-main__menu .menu-item--werkgroepen a, .nav-main__menu--werkgroepen {
  border-color: #A79494;
}
.nav-main__menu .menu-item--nieuwsflitsen a, .nav-main__menu--nieuwsflitsen, .nav-main__menu.post-type-archive-nieuwsflitsen, .nav-main__menu.single-nieuwsflitsen {
  border-color: #ff4136;
}
.nav-main__menu .menu-item--vragen a, .nav-main__menu--vragen, .nav-main__menu.post-type-archive-vragen {
  border-color: #D68666;
}
.nav-main__menu .menu-item--organisatie a, .nav-main__menu--organisatie {
  border-color: #0074d9;
}
.nav-main__menu .menu-item--ledenlijst a, .nav-main__menu--ledenlijst {
  border-color: #85144b;
}
.nav-main__menu .menu-item--deelnemers a, .nav-main__menu--deelnemers {
  border-color: #85144b;
}
.nav-main__menu .menu-item--diensten a, .nav-main__menu--diensten {
  border-color: #ecec15;
}
.nav-main__menu .menu-item--info-contact a, .nav-main__menu--info-contact {
  border-color: #ff4136;
}
@media (min-width: 1280px) {
  .nav-main__menu {
    font-size: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .nav-main__menu:nth-child(1) {
    font-size: 1.5rem;
    width: 14em;
  }
}
.nav-main__menu.is-open {
  max-height: 680px;
  padding: 0.5rem;
  transition: max-height 0.3s, padding 0.3s;
}
.nav-main__menu.is-open .menu-item, .nav-main__menu.is-open .home-menu {
  top: 0;
}
@media (min-width: 730px) {
  .nav-main__menu {
    float: left;
  }
}
@media (min-width: 730px) {
  .nav-main__menu {
    max-height: 9999px;
  }
}
.nav-main__menu .menu-item {
  top: -40rem;
  position: relative;
  display: block;
  margin: 1rem 0.5rem 0 0.5rem;
}
.nav-main__menu .menu-item:nth-child(1) {
  /*width: 15rem;*/
}
.nav-main__menu .menu-item:nth-child(2) {
  margin-left: 26px;
}
@media (max-width: 960px) {
  .nav-main__menu .menu-item:nth-child(1) {
    margin-right: 100%;
  }
  .nav-main__menu .menu-item:nth-child(2) {
    margin-left: 10px;
  }
}
@media (max-width: 1280px) {
  .nav-main__menu .menu-item:nth-child(1) {
    background-color: #ff851b;
    width: 14em;
  }
}
@media (min-width: 730px) {
  .nav-main__menu .menu-item {
    float: left;
  }
}
@media (max-width: 730px) {
  .nav-main__menu .menu-item:nth-child(1) {
    display: none;
  }
  .nav-main__menu .menu-item:nth-child(2) {
    margin-left: 5px;
  }
}
@media (min-width: 730px) {
  .nav-main__menu .menu-item {
    /*margin: .5rem 1rem .5rem .25rem;*/
    top: 0;
  }
  .nav-main__menu .menu-item a {
    display: inline-block;
  }
}

.current_page_item.menu-item--home a, .menu-item--home.menu-item--home a {
  background-color: #ff851b;
  color: #fff;
}
.current_page_item.menu-item--watwijdoen a, .menu-item--home.menu-item--watwijdoen a {
  background-color: #2C9595;
  color: #fff;
}
.current_page_item.menu-item--themacafe a, .menu-item--home.menu-item--themacafe a {
  background-color: #993D91;
  color: #fff;
}
.current_page_item.post-type-archive-actueel, .current_page_item.menu-item--thema a, .menu-item--home.post-type-archive-actueel, .menu-item--home.menu-item--thema a {
  background-color: #3D993D;
  color: #fff;
}
.current_page_item.menu-item--zorg a, .menu-item--home.menu-item--zorg a {
  background-color: #2ecc40;
  color: #fff;
}
.current_page_item.menu-item--werkgroepen a, .menu-item--home.menu-item--werkgroepen a {
  background-color: #A79494;
  color: #fff;
}
.current_page_item.menu-item--diensten a, .menu-item--home.menu-item--diensten a {
  background-color: #ecec15;
  color: #fff;
}
.current_page_item.menu-item--ledenlijst a, .menu-item--home.menu-item--ledenlijst a {
  background-color: #85144b;
  color: #fff;
}
.current_page_item.menu-item--deelnemers a, .menu-item--home.menu-item--deelnemers a {
  background-color: #85144b;
  color: #fff;
}

.nav-second__menu .current-menu-item.menu-item--nieuwsflitsen a {
  background-color: #ff4136;
  color: #fff;
}
.nav-second__menu .current-menu-item.menu-item--vragen a {
  background-color: #D68666;
  color: #fff;
}
.nav-second__menu .current-menu-item.menu-item--organisatie a {
  background-color: #0074d9;
  color: #fff;
}
.nav-second__menu .current-menu-item.menu-item--info-contact a {
  background-color: #ff4136;
  color: #fff;
}
.nav-second__menu .current-menu-item.menu-item--ledenlijst a {
  background-color: #85144b;
  color: #fff;
}

.nav-second__menu .menu-item--ledenlijst hr {
  color: #85144b;
}

.nav-second__menu .menu-item--ledenlijst.current_page_item hr {
  color: #fff;
}

.actueelthema--yes .menu-item-object-actueel {
  display: none;
}

/* Second Navigtion */
.nav-second {
  width: 15rem;
  margin-right: 1rem;
}
.nav-second p.payoff {
  color: #ff851b;
  font-family: arial;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 12px 25px;
}
@media (min-width: 730px) {
  .nav-second {
    float: left;
  }
}
.nav-second__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.001rem;
}
.nav-second__menu .menu-item a, .nav-second__menu .home-menu a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  padding: 0.8rem 0.75rem;
  border: 5px solid black;
  font-weight: bold;
  background: white;
}
.nav-second__menu--wat-wij-doen, .nav-second__menu .menu-item--watwijdoen:hover {
  color: #2C9595;
  fill: #2C9595;
}
.nav-second__menu--themacafe, .nav-second__menu .menu-item--themacafe:hover {
  color: #993D91;
  fill: #993D91;
}
.nav-second__menu--thema, .nav-second__menu.post-type-archive-actueel, .nav-second__menu .menu-item--thema:hover {
  color: #3D993D;
  fill: #3D993D;
}
.nav-second__menu--zorg, .nav-second__menu--app-groepen, .nav-second__menu .menu-item--zorg:hover {
  color: #2ecc40;
  fill: #2ecc40;
}
.nav-second__menu--werkgroepen, .nav-second__menu .menu-item--werkgroepen:hover {
  color: #A79494;
  fill: #A79494;
}
.nav-second__menu--nieuwsflitsen, .nav-second__menu.post-type-archive-nieuwsflitsen, .nav-second__menu .menu-item--nieuwsflitsen:hover {
  color: #ff4136;
  fill: #ff4136;
}
.nav-second__menu--vragen, .nav-second__menu.post-type-archive-vragen, .nav-second__menu .menu-item--vragen:hover {
  color: #D68666;
  fill: #D68666;
}
.nav-second__menu--organisatie, .nav-second__menu .menu-item--organisatie:hover {
  color: #0074d9;
  fill: #0074d9;
}
.nav-second__menu--ledenlijst, .nav-second__menu .menu-item--ledenlijst:hover {
  color: #85144b;
  fill: #85144b;
}
.nav-second__menu--deelnemers, .nav-second__menu .menu-item--deelnemers:hover {
  color: #85144b;
  fill: #85144b;
}
.nav-second__menu--diensten, .nav-second__menu .menu-item--diensten:hover {
  color: #ecec15;
  fill: #ecec15;
}
.nav-second__menu--info-contact, .nav-second__menu .menu-item--info-contact:hover {
  color: #ff4136;
  fill: #ff4136;
}
.nav-second__menu .menu-item--home a, .nav-second__menu--home {
  border-color: #ff851b;
}
.nav-second__menu .menu-item--watwijdoen a, .nav-second__menu--wat-wij-doen, .nav-second__menu.post-type-archive-wat-wij-doen {
  border-color: #2C9595;
}
.nav-second__menu .menu-item--themacafe a, .nav-second__menu--themacafe, .nav-second__menu.post-type-archive-themacafe {
  border-color: #993D91;
}
.nav-second__menu .menu-item--thema a, .nav-second__menu--thema, .nav-second__menu.post-type-archive-actueel {
  border-color: #3D993D;
}
.nav-second__menu .menu-item--zorg a, .nav-second__menu--zorg, .nav-second__menu--app-groepen {
  border-color: #2ecc40;
}
.nav-second__menu .menu-item--werkgroepen a, .nav-second__menu--werkgroepen {
  border-color: #A79494;
}
.nav-second__menu .menu-item--nieuwsflitsen a, .nav-second__menu--nieuwsflitsen, .nav-second__menu.post-type-archive-nieuwsflitsen, .nav-second__menu.single-nieuwsflitsen {
  border-color: #ff4136;
}
.nav-second__menu .menu-item--vragen a, .nav-second__menu--vragen, .nav-second__menu.post-type-archive-vragen {
  border-color: #D68666;
}
.nav-second__menu .menu-item--organisatie a, .nav-second__menu--organisatie {
  border-color: #0074d9;
}
.nav-second__menu .menu-item--ledenlijst a, .nav-second__menu--ledenlijst {
  border-color: #85144b;
}
.nav-second__menu .menu-item--deelnemers a, .nav-second__menu--deelnemers {
  border-color: #85144b;
}
.nav-second__menu .menu-item--diensten a, .nav-second__menu--diensten {
  border-color: #ecec15;
}
.nav-second__menu .menu-item--info-contact a, .nav-second__menu--info-contact {
  border-color: #ff4136;
}
@media (min-width: 1280px) {
  .nav-second__menu {
    font-size: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .nav-second__menu:nth-child(1) {
    font-size: 1.5rem;
    width: 14em;
  }
}
@media (min-width: 730px) {
  .nav-second__menu {
    max-height: 9999px;
    padding-left: 0.5rem;
  }
}
.nav-second__menu .menu-item {
  position: relative;
  display: block;
  margin: 0.5rem 0.25rem;
  transition: 0.3s;
}
.nav-second__menu .menu-item a {
  display: block;
  margin-right: 0.5rem;
}
.nav-second__menu .menu-item:nth-child(1) {
  transition-delay: 30ms;
}
.nav-second__menu .menu-item:nth-child(2) {
  transition-delay: 60ms;
}
.nav-second__menu .menu-item:nth-child(3) {
  transition-delay: 90ms;
}
.nav-second__menu .menu-item:nth-child(4) {
  transition-delay: 120ms;
}
.nav-second__menu .menu-item:nth-child(5) {
  transition-delay: 150ms;
}
.nav-second__menu .menu-item:nth-child(6) {
  transition-delay: 180ms;
}
.nav-second__menu .menu-item:nth-child(7) {
  transition-delay: 210ms;
}
.nav-second__menu .menu-item:nth-child(8) {
  transition-delay: 240ms;
}
.nav-second__menu .menu-item:nth-child(9) {
  transition-delay: 270ms;
}
.nav-second__menu .menu-item:nth-child(10) {
  transition-delay: 300ms;
}
.nav-second__menu .menu-item:nth-child(11) {
  transition-delay: 330ms;
}
.nav-second__menu .menu-item:nth-child(12) {
  transition-delay: 360ms;
}
@media (min-width: 730px) {
  .nav-second__menu .menu-item {
    top: 0;
    margin-bottom: 1rem;
  }
}
.nav-second__logos {
  display: none;
}
@media (min-width: 730px) {
  .nav-second__logos {
    display: block;
  }
}
.nav-second__logo {
  width: 50%;
  float: left;
}
.nav-second__logo img {
  margin: 1rem;
  max-width: calc(100% - 2rem);
}

/* Logo */
.logo {
  padding-left: 0.5em;
  width: 15em;
}
@media (min-width: 730px) {
  .logo {
    display: none;
  }
}
@media (min-width: 960px) {
  .logo {
    width: 14em;
  }
}
.logo ul {
  background-color: #ff851b;
  list-style: none;
  padding: 0;
}
.logo ul li {
  list-style-type: none;
}
.logo ul li a {
  border: solid 5px #ff851b;
  color: #fff;
  line-height: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.8rem 0.7rem;
}

/* Calendar Upcoming */
.calendar-upcoming {
  list-style: none;
  padding: 1rem;
  border: 1px solid black;
  margin: 2rem 1rem 0 1rem;
}
@media (min-width: 730px) {
  .calendar-upcoming {
    margin: 4rem;
    width: calc(50% - 4rem);
  }
}
.calendar-upcoming__head {
  margin-bottom: 1rem;
}
.calendar-upcoming__item {
  margin-bottom: 1rem;
  max-width: 500px;
}
.calendar-upcoming__item:last-of-type {
  margin-bottom: 0;
}
.calendar-upcoming__date {
  font-weight: 500;
}
.calendar-upcoming a {
  text-decoration: none;
  color: inherit;
}

/* Video */
.video {
  background: transparent;
}
.video__spacer {
  position: relative;
  padding-top: 56.5%;
}
.video__spacer--43 {
  padding-top: 75%;
}
.video__spacer--169 {
  padding-top: 56.5%;
}
.video__spacer--2351 {
  padding-top: 42.5%;
}
.video__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.video--bhts {
  margin-top: 1rem;
}

/* Language Select */
.language-select__language.is-active {
  font-weight: bold;
}

/* Search */
.search {
  font-size: 1rem;
  float: right;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 730px) {
  .search {
    position: relative;
    top: 0;
    right: 0;
  }
}
.search__form .search-field {
  width: 0;
  padding: 0.5rem 0;
  border: 0;
  border-bottom: 2px solid black;
  background: white;
  transition: width 0.3s;
  border-radius: 0;
}
.search__form .search-field.is-open {
  width: 150px;
  padding: 0.5rem;
}
.search__form .search-field:focus {
  outline: 0;
}
.search__form .search-submit {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  border: 0;
  display: none;
}

.search-toggle {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  margin-left: 0.5rem;
  border: 0.25rem solid transparent;
  border-bottom: 0;
  background: url(../img/glass.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}

/* Page Content */
.page-content__title {
  border-top: dotted 7px;
  font-size: 1.5rem;
  margin: 19px 0 29px -5px;
  width: 99%;
}
.page-content__title--wat-wij-doen, .page-content__title .menu-item--watwijdoen:hover {
  color: #2C9595;
  fill: #2C9595;
}
.page-content__title--themacafe, .page-content__title .menu-item--themacafe:hover {
  color: #993D91;
  fill: #993D91;
}
.page-content__title--thema, .page-content__title.post-type-archive-actueel, .page-content__title .menu-item--thema:hover {
  color: #3D993D;
  fill: #3D993D;
}
.page-content__title--zorg, .page-content__title--app-groepen, .page-content__title .menu-item--zorg:hover {
  color: #2ecc40;
  fill: #2ecc40;
}
.page-content__title--werkgroepen, .page-content__title .menu-item--werkgroepen:hover {
  color: #A79494;
  fill: #A79494;
}
.page-content__title--nieuwsflitsen, .page-content__title.post-type-archive-nieuwsflitsen, .page-content__title .menu-item--nieuwsflitsen:hover {
  color: #ff4136;
  fill: #ff4136;
}
.page-content__title--vragen, .page-content__title.post-type-archive-vragen, .page-content__title .menu-item--vragen:hover {
  color: #D68666;
  fill: #D68666;
}
.page-content__title--organisatie, .page-content__title .menu-item--organisatie:hover {
  color: #0074d9;
  fill: #0074d9;
}
.page-content__title--ledenlijst, .page-content__title .menu-item--ledenlijst:hover {
  color: #85144b;
  fill: #85144b;
}
.page-content__title--deelnemers, .page-content__title .menu-item--deelnemers:hover {
  color: #85144b;
  fill: #85144b;
}
.page-content__title--diensten, .page-content__title .menu-item--diensten:hover {
  color: #ecec15;
  fill: #ecec15;
}
.page-content__title--info-contact, .page-content__title .menu-item--info-contact:hover {
  color: #ff4136;
  fill: #ff4136;
}

li.thema-archief a {
  border-bottom: none;
}
li.thema-archief .datum {
  color: #999;
}
li.thema-archief h3 {
  font-size: 1em;
  font-weight: bold;
}
li.thema-archief h3 a {
  line-height: 1.6em;
}

.navigation.pagination .nav-links .page-numbers {
  padding: 5px 10px;
}
.navigation.pagination .nav-links .page-numbers.current {
  background-color: orange;
  color: #fff;
}

div.beschrijving {
  padding-left: 1.4em;
  width: 80%;
}

/* Archive Content */
.archive-content {
  padding: 1rem;
}
.archive-content__title {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 1.5rem;
}
.archive-content__title--wat-wij-doen, .archive-content__title .menu-item--watwijdoen:hover {
  color: #2C9595;
  fill: #2C9595;
}
.archive-content__title--themacafe, .archive-content__title .menu-item--themacafe:hover {
  color: #993D91;
  fill: #993D91;
}
.archive-content__title--thema, .archive-content__title.post-type-archive-actueel, .archive-content__title .menu-item--thema:hover {
  color: #3D993D;
  fill: #3D993D;
}
.archive-content__title--zorg, .archive-content__title--app-groepen, .archive-content__title .menu-item--zorg:hover {
  color: #2ecc40;
  fill: #2ecc40;
}
.archive-content__title--werkgroepen, .archive-content__title .menu-item--werkgroepen:hover {
  color: #A79494;
  fill: #A79494;
}
.archive-content__title--nieuwsflitsen, .archive-content__title.post-type-archive-nieuwsflitsen, .archive-content__title .menu-item--nieuwsflitsen:hover {
  color: #ff4136;
  fill: #ff4136;
}
.archive-content__title--vragen, .archive-content__title.post-type-archive-vragen, .archive-content__title .menu-item--vragen:hover {
  color: #D68666;
  fill: #D68666;
}
.archive-content__title--organisatie, .archive-content__title .menu-item--organisatie:hover {
  color: #0074d9;
  fill: #0074d9;
}
.archive-content__title--ledenlijst, .archive-content__title .menu-item--ledenlijst:hover {
  color: #85144b;
  fill: #85144b;
}
.archive-content__title--deelnemers, .archive-content__title .menu-item--deelnemers:hover {
  color: #85144b;
  fill: #85144b;
}
.archive-content__title--diensten, .archive-content__title .menu-item--diensten:hover {
  color: #ecec15;
  fill: #ecec15;
}
.archive-content__title--info-contact, .archive-content__title .menu-item--info-contact:hover {
  color: #ff4136;
  fill: #ff4136;
}
.archive-content__intro {
  margin-bottom: 2rem;
}
.archive-content__sub-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
  margin-top: 0;
}
.archive-content__sub-menu a {
  color: inherit;
}
.archive-content__sub-menu-title {
  margin-bottom: 0.25rem;
}
.archive-content__items {
  list-style: none;
  padding: 0;
}
.archive-content__item {
  margin-bottom: 2rem;
}
.archive-content__item-title {
  font-size: 1.25rem;
}
.archive-content__item-title--wat-wij-doen, .archive-content__item-title .menu-item--watwijdoen:hover {
  color: #2C9595;
  fill: #2C9595;
}
.archive-content__item-title--themacafe, .archive-content__item-title .menu-item--themacafe:hover {
  color: #993D91;
  fill: #993D91;
}
.archive-content__item-title--thema, .archive-content__item-title.post-type-archive-actueel, .archive-content__item-title .menu-item--thema:hover {
  color: #3D993D;
  fill: #3D993D;
}
.archive-content__item-title--zorg, .archive-content__item-title--app-groepen, .archive-content__item-title .menu-item--zorg:hover {
  color: #2ecc40;
  fill: #2ecc40;
}
.archive-content__item-title--werkgroepen, .archive-content__item-title .menu-item--werkgroepen:hover {
  color: #A79494;
  fill: #A79494;
}
.archive-content__item-title--nieuwsflitsen, .archive-content__item-title.post-type-archive-nieuwsflitsen, .archive-content__item-title .menu-item--nieuwsflitsen:hover {
  color: #ff4136;
  fill: #ff4136;
}
.archive-content__item-title--vragen, .archive-content__item-title.post-type-archive-vragen, .archive-content__item-title .menu-item--vragen:hover {
  color: #D68666;
  fill: #D68666;
}
.archive-content__item-title--organisatie, .archive-content__item-title .menu-item--organisatie:hover {
  color: #0074d9;
  fill: #0074d9;
}
.archive-content__item-title--ledenlijst, .archive-content__item-title .menu-item--ledenlijst:hover {
  color: #85144b;
  fill: #85144b;
}
.archive-content__item-title--deelnemers, .archive-content__item-title .menu-item--deelnemers:hover {
  color: #85144b;
  fill: #85144b;
}
.archive-content__item-title--diensten, .archive-content__item-title .menu-item--diensten:hover {
  color: #ecec15;
  fill: #ecec15;
}
.archive-content__item-title--info-contact, .archive-content__item-title .menu-item--info-contact:hover {
  color: #ff4136;
  fill: #ff4136;
}
.archive-content__item-title a {
  color: inherit;
  text-decoration: none;
}
.archive-content__item-date {
  font-style: italic;
  font-size: 80%;
}
.archive-content a {
  color: inherit;
}

/* Flexible Content */
.flexible-content__afbeelding {
  margin-bottom: 2rem;
}
.flexible-content__afbeelding__afbeelding {
  display: block;
  max-width: 100%;
}
@media (min-width: 730px) {
  .flexible-content__afbeelding__afbeelding--small {
    max-width: 33%;
  }
  .flexible-content__afbeelding__afbeelding--medium {
    max-width: 50%;
  }
}

.slick-arrow {
  width: 4rem;
  height: 4rem;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: 0;
  background: url(../img/pijl.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.34);
  transform: rotate(0) translateY(-50%);
}

.slick-prev {
  left: 2rem;
  transform: rotate(180deg) translateY(50%);
}

.slick-next {
  right: 2rem;
}

.slick-dots {
  list-style: none;
  padding: 0;
}
.slick-dots li {
  display: inline;
}
.slick-dots button {
  background: transparent;
  border: 0;
  outline: 0;
}
.slick-dots .slick-active button {
  text-decoration: underline;
}

.slick-track {
  height: 300px;
  text-align: center;
}
@media (min-width: 730px) {
  .slick-track {
    height: 500px;
  }
}
.slick-track img {
  display: inline-block;
  max-height: 100%;
  position: relative;
  top: 150px;
  transform: translateY(-50%);
}
@media (min-width: 730px) {
  .slick-track img {
    top: 250px;
  }
}

.flexible-content__slideshow__description {
  position: absolute;
  color: white;
  bottom: 1rem;
  left: 1rem;
}

.flexible-content__tekst p {
  margin-top: 0.3rem;
}
.flexible-content__tekst a {
  color: inherit;
}

.content-area--links a {
  color: #2ecc40;
  text-decoration: none;
  border-bottom: dotted 2px #2ecc40;
  display: inline-block;
  line-height: 1em;
}
.content-area--links a:hover {
  color: #2ecc40;
  text-decoration: none;
  border-bottom: none;
}

.title-wat-wij-doen {
  color: #2C9595;
}

.agenda-item {
  margin: 1rem 0;
}
.agenda-item__datum {
  font-weight: bold;
}
.agenda-item__thema {
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.agenda-item__thema--wat-wij-doen, .agenda-item__thema .menu-item--watwijdoen:hover {
  color: #2C9595;
  fill: #2C9595;
}
.agenda-item__thema--themacafe, .agenda-item__thema .menu-item--themacafe:hover {
  color: #993D91;
  fill: #993D91;
}
.agenda-item__thema--thema, .agenda-item__thema.post-type-archive-actueel, .agenda-item__thema .menu-item--thema:hover {
  color: #3D993D;
  fill: #3D993D;
}
.agenda-item__thema--zorg, .agenda-item__thema--app-groepen, .agenda-item__thema .menu-item--zorg:hover {
  color: #2ecc40;
  fill: #2ecc40;
}
.agenda-item__thema--werkgroepen, .agenda-item__thema .menu-item--werkgroepen:hover {
  color: #A79494;
  fill: #A79494;
}
.agenda-item__thema--nieuwsflitsen, .agenda-item__thema.post-type-archive-nieuwsflitsen, .agenda-item__thema .menu-item--nieuwsflitsen:hover {
  color: #ff4136;
  fill: #ff4136;
}
.agenda-item__thema--vragen, .agenda-item__thema.post-type-archive-vragen, .agenda-item__thema .menu-item--vragen:hover {
  color: #D68666;
  fill: #D68666;
}
.agenda-item__thema--organisatie, .agenda-item__thema .menu-item--organisatie:hover {
  color: #0074d9;
  fill: #0074d9;
}
.agenda-item__thema--ledenlijst, .agenda-item__thema .menu-item--ledenlijst:hover {
  color: #85144b;
  fill: #85144b;
}
.agenda-item__thema--deelnemers, .agenda-item__thema .menu-item--deelnemers:hover {
  color: #85144b;
  fill: #85144b;
}
.agenda-item__thema--diensten, .agenda-item__thema .menu-item--diensten:hover {
  color: #ecec15;
  fill: #ecec15;
}
.agenda-item__thema--info-contact, .agenda-item__thema .menu-item--info-contact:hover {
  color: #ff4136;
  fill: #ff4136;
}
.agenda-item__locatie {
  font-weight: normal;
}
.agenda-item__subregel {
  font-style: italic;
}
.agenda-item a {
  color: inherit;
  text-decoration: none;
}

/* Leden */
.leden__lijst {
  clear: both;
  padding-top: 2em;
  width: 99%;
}
.leden__lijst a.ind {
  margin-right: 0.5em;
}
@media (max-width: 540px) {
  .leden__lijst a.ind {
    margin: 0.5em 0.25em 0.8em 0.5em;
  }
}
.leden__lijst a.ind.index {
  border-color: #ff851b;
  color: #ff851b;
}
.leden__lid {
  margin-bottom: 2rem;
  width: 100%;
  -webkit-box-shadow: 2px 2px 12px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 12px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 12px -6px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1280px) {
  .leden__lid {
    width: calc(50% - 0.5rem);
    float: left;
  }
  .leden__lid:nth-child(1n+0) {
    margin-right: 0;
    margin-left: 0;
  }
  .leden__lid:nth-child(2n+0) {
    margin-left: 1rem;
    margin-right: 0;
  }
}
.leden__lid__naam {
  margin-top: 0.9em;
  font-weight: 600;
}
.leden__lid__pasfoto {
  width: 132px;
  height: 160px;
  float: left;
}
.leden__lid__pasfoto img {
  height: auto;
}
.leden__lid__info {
  float: left;
  line-height: 1.5em;
  margin-left: 1.5rem;
  margin-bottom: 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  width: 64%;
}
@media (max-width: 730px) {
  .leden__lid__info {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .leden__lid__info {
    margin-left: 2.5rem;
    margin-right: 0;
    overflow: hidden;
    padding-right: 0;
    width: 63%;
  }
}
.leden__lid__info #globe {
  position: absolute;
  margin: 5px 0 0 -18px;
  background-image: url(https://slimmesenior.nl/wp-content/themes/slimmersenior_tr/img/globe.gif);
  background-size: cover;
  width: 14px;
  height: 14px;
}
.leden__lid.admin {
  background-color: orange;
}

.leden-header {
  font-weight: bold;
  width: 100%;
}

/*.user-selection {
   width: 100%;
}*/
.leden .user-selection input[type=text] {
  width: 220px;
}

@media (min-width: 914px) {
  .leden-header {
    float: left;
    padding-top: 11px;
    width: 50%;
  }

  .user-selection {
    float: right;
    margin-top: -13px;
    text-align: right;
    width: 50%;
  }
}

/*# sourceMappingURL=main.css.map */
