/* -- Font family -----------------------------*/
@font-face {
  font-family: "officina-sans";
  src: url("fonts/OfficinaSansStdBook.woff2") format("woff2"), url("fonts/OfficinaSansStdBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} 
@font-face {
  font-family: "officina-serif";
  src: url("fonts/OfficinaSerifBoldC.woff2") format("woff2"), url("fonts/OfficinaSerifBoldC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* -- Font weights ----------------------------*/
.text-officina-sans {
  font-family: "officina-sans", sans-serif;
  font-weight: normal;
  line-height: 1;
}

.text-officina-serif {
  font-family: "officina-serif", serif;
  font-weight: normal;
  line-height: 1;
}

.text-400 {
  font-weight: 400;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

/* -- Table -----------------------------------*/
.table {
  font-size: .9rem;
}

.table > :not(:first-child) {
  border-top: 2px solid rgba(0,0,0,.3);
}

.table > :not(caption) > * > * {
  border-bottom: 1px solid rgba(0,0,0,.3);
  box-shadow: none;
}

#sbi_mod_error,
.grecaptcha-badge {
  display: none !important;
}

.alert {
  padding: 1rem;
  background: none;
  border: none;
  border-left: 4px solid #084298;
  line-height: 1.25;
  border-radius: 0;
}

.alert a {
  text-decoration: underline;
  color: inherit;
}

.alert a:hover {
  text-decoration: none;
  color: inherit;
}

/* -- Font modifiers --------------------------*/
.text-spacing {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #232a3c;
  background: #fff;
}

html, body {
  font-size: 14px;
}

@media all and (min-width: 992px) {
  html, body {
    font-size: 16px;
  }
}

@media all and (max-width: 576px) {
	.container {
		padding: 0 2rem;
	}
}

@media all and (min-width: 768px) {
	.container-pull {
		position: relative;
		margin-top: -2rem;		
		z-index: 3;
	}
}

@media all and (min-width: 992px) {
	.container-pull {
		margin-top: -3rem;
	}
}

@media all and (min-width: 1200px) {
	.container-pull {
		margin-top: -5rem;
	}
}

/* -- Links ---------------------------------*/
a, a:hover, a:focus, a:active {
  box-shadow: none !important;
  text-decoration: none;
  outline: none;
}

.fa-lg {
  font-size: 1.25em;
}

/* -- Buttons -------------------------------*/
.btn {
  font-size: 13px;
  font-weight: 700;
  border-radius: 0.25rem;
  letter-spacing: 2px;
  min-height: 42px;
  line-height: 42px;
  padding: 0.1rem .75rem 0.1rem .75rem;
  text-transform: uppercase;
}

@media all and (min-width: 576px) {
  .btn {
    padding: 0.1rem 1.25rem 0.1rem 1.25rem;
  }
}

.btn-lg {
  font-size: 14px;
  padding: 0.2rem 2rem 0.2rem 2rem;
  min-height: 60px;
  line-height: 60px;
}

.btn-sm {
  font-size: 12px;
  padding: 0.05rem 0.75rem;
  letter-spacing: 0;
  min-height: 32px;
  line-height: 32px;
}

.btn-rounded {
  border-radius: 4rem;
}

.btn-icon {
  width: 48px;
  padding: 0;
  line-height: 48px;
}

.btn--white {
  color: #232a3c;
  background: #ffffff;
}
.btn--white:hover {
  color: #232a3c;
  background: #f2f2f2;
}

.btn--primary {
  color: #ffffff;
  background: #232a3c;
}
.btn--primary:hover {
  color: #ffffff;
  background: #2c354c;
}

.btn--secondary {
  color: #ffffff;
  background: #87786e;
}
.btn--secondary:hover {
  color: #ffffff;
  background: #93857b;
}

.btn--tertiary {
  color: #232a3c;
  background: #e4dacd;
}
.btn--tertiary:hover {
  color: #232a3c;
  background: #ede6de;
}

/* -- Backgrounds ---------------------------*/
.bcg--white {
  background: #fff;
}

.bcg--primary {
  background: #232a3c;
}

.bcg--secondary {
  background: #87786e;
}

.bcg--tertiary {
  background: #e4dacd;
}

/* -- Colors --------------------------------*/
.text--white {
  color: #fff;
}

.text--primary {
  color: #232a3c;
}

.text--secondary {
  color: #87786e;
}

.text--tertiary {
  color: #e4dacd;
}

.link--primary {
  color: #232a3c;
  text-decoration: underline; 
}

.link--secondary {
  color: #87786e;
  text-decoration: underline; 
}

.link--tertiary {
  color: #e4dacd;
  text-decoration: underline; 
}

.link--primary:hover {
  color: #232a3c;
  text-decoration: none; 
}

.link--secondary:hover {
  color: #87786e;
  text-decoration: none; 
}

.link--tertiary:hover {
  color: #e4dacd;
  text-decoration: none; 
}


/* Pagination ----------------------------------*/
.pagination {
	display: flex;
  justify-content: center;
	padding-top: 15px; 
	margin-top: 30px;
	border-radius: 0;
	width: 100%;
}

.pagination ul.page-numbers {
	font-size: 1.125rem;
	list-style: none;
	margin: 0 auto;
	padding-left: 0 !important;
}

.pagination .page-numbers li {
	display: inline-block;
}

.pagination .page-numbers li .page-numbers {
	border-left-width: 0;
	display: inline-block;	
	background-color: none;
	padding: 8px 16px 6px 16px;
	border-bottom: 2px solid #87786e;
	color: #87786e;
	opacity: .8;
}

.pagination .page-numbers li .page-numbers:hover {
	opacity: 1;
}

.pagination .page-numbers li .page-numbers.next,
.pagination .page-numbers li .page-numbers.prev {
	padding-left: 1em;
	padding-right: 1em;
}

.pagination .page-numbers .current {
	font-weight: 700;
	color: #232a3c !important;
	border-bottom: 2px solid #232a3c !important;
  opacity: 1 !important;
}

/* -- Ratios --------------------------------*/
.ratio-hero {
  padding-top: 62.5%;
}

/* -- Images --------------------------------*/
.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* -- Modal ---------------------------------*/
@media all and (min-width: 768px) {
  .modal-dialog { 
    max-width: 780px;
  }
}

@media all and (min-width: 1200px) {
  .modal-dialog {
    max-width: 1170px;
  }
}

.modal-content {
  border: none;
  border-radius: .75rem;
  background: #e4dacd;
}

.modal-header {
  padding: 2rem;  
  border: none;
}

.modal-body {
  padding: 0 2rem;   
}

.modal-footer {
  padding: 2rem;  
  border: none;
}

.modal-title {
  font-weight: 700;
}

.modal-body .form-group {
  text-align: left;
}

.modal-body .form-group + .form-group {
  margin-top: 1.125rem;
}

.modal-body .form-group label {
  font-weight: 700;
  margin-bottom: 1rem;
}

/* -- Navigation ----------------------------*/
.navigation--open {
  overflow: hidden;
  height: 100vh;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  display: flex;
  flex-direction: column;
  margin: 1rem;
  overflow-y: scroll;
  z-index: 8888;
  opacity: 0;
  pointer-events: none;
}

#navigation.is--open {
  opacity: 1;
  pointer-events: all;
}

.navigation-close {
  position: absolute;
  top: 0;
  right: 0.2rem;
  padding: 1rem;
  transition: transform 0.2s linear;
}
.navigation-close .far {
  font-size: 1.25rem;
}
.navigation-close:hover {
  transform: scale(1.1);
}

.navigation-close, .navigation-close:hover {
  color: #ffffff;
}

.logged--in .navigation-close, .logged--in .navigation-close:hover {
  color: #232a3c;
}

.navigation-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  width: 100%;
  height: 100%;
}
.navigation-panel.panel--dark {
  background: #232a3c;
}
.navigation-panel.panel--light {
  background: #e4dacd;
}
.navigation-panel .nav {
  text-align: center;
}

#main-nav {
  margin: 0;
}
#main-nav .nav-link {
  display: block;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
#main-nav .nav-link.active {
  font-weight: 700;
}
#main-nav:hover .nav-link {
  opacity: 0.35;
}
#main-nav:hover .nav-link:hover {
  opacity: 1;
}

.panel-user {
  text-align: center;
}
.panel-user__image {
  margin-bottom: 0.75rem;
}

.avatar--lg {
  border-radius: 100%;
  max-width: 102px;
}

.avatar--sm {
  max-width: 50px;
  border-radius: 0.25rem;
}

.panel-user__welcome {
  font-size: 1.75rem;
}

#user-nav {
  margin: 1.5rem 0 0 0;
}
#user-nav .nav-link {
  display: inline-block;
  color: #87786e;
  text-transform: lowercase;
  font-size: 1.25rem;
  padding: 0.35rem 1.25rem;
}
#user-nav .nav-link.active {
  font-weight: 700;
  color: #232a3c;
  background: #fff;
  border-radius: 3rem;
}
#user-nav .nav-link:hover {
  color: #232a3c;
}

@media all and (min-width: 768px) {
  #navigation {
    flex-direction: row;
  }
}
@media all and (min-width: 1200px) {
  #navigation {
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    margin: 1.5rem;
  }
}
/* -- Header ----------------------*/
#header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem 0 1rem;
  z-index: 9999;
}

#header .logo {
  display: block;
  position: relative;
}

.navigation--open::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.65);
  z-index: 6666;
}

.navigation--open #header .logo {
  opacity: 0;
}

.navigation--open #header .header-menu__user,
.navigation--open #header .header-menu__login {
  opacity: 0;
  pointer-events: none;
}

.navigation--open .header-menu .fa-bars:before {
  content: "\f00d";
}

#header .logo__textual {
  display: block;
  width: 160px;
  height: 58px;
  background-image: url(../images/kwr-textual.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#header .logo__beeldmerk {
  display: none;
}
#header .menu-user {
  color: #fff;
}
#header .menu-user__name {
  display: inline-block;
  font-weight: 600;
  margin-right: 0.5rem;
}
#header .menu-user__photo {
  border-radius: 0.25rem;
}

@media all and (min-width: 768px) {
  #header .logo__textual {
    width: 212px;
    height: 76px;
  }
  #header .logo__beeldmerk {
    position: absolute;
    top: 0;
    margin-top: 76px;
    display: block;
    width: 212px;
    height: 100px;
    background-image: url(../images/kwr-beeldmerk.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media all and (min-width: 1200px) {
  #header {
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}
/* -- Hero --------------------*/
#hero {
  position: relative;
  padding-top: 120px;
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232a3c;
  background: linear-gradient(0deg, #232a3c 10%, rgba(35, 42, 60, 0.8) 85%);
  z-index: 0;
}
#hero .container {
  position: relative;
  z-index: 1;
}

#hero.subpage {
  min-height: 200px;
}

#hero.subpage .container,
#hero.subpage .row {
  height: 100%;
}

#hero.has-image .row {
  align-content: flex-end;
}

@media all and (min-width: 992px) {
#hero.has-image .hero-media {
  min-height: 480px;
}
}

.hero-heading {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.hero-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero__title {
  font-family: "officina-serif", serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.hero__subtitle {
  font-family: "officina-sans", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

.hero__activity-info {
  font-size: 1.125rem;
  margin-top: 1rem;
  line-height: 1.2;
  color: #fff;
}

.hero-media {
  position: relative;
}
.hero-media .video-trigger {
  width: 68px;
  height: 68px;
  line-height: 60px;
  font-size: 1.25rem;
  text-align: center;
  background: #87786e;
  color: #fff;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
  z-index: 12;
  border-radius: 100%;
}
.hero-media .video-trigger:hover {
  transform: translate(-50%, -50%) scale(1.1);
  transform-origin: center;
}
.hero-media .ratio:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #232a3c;
  background: linear-gradient(45deg, #232a3c 0%, rgba(0, 0, 0, 0.15) 45%);
  z-index: 10;
}
.hero-media img {
  position: absolute;
  z-index: -1;
}

@media all and (min-width: 576px) {  
/*
  #hero.has-image .hero-media {
    min-height: 540px;
  }
*/
}

@media all and (min-width: 768px) {
	#hero {
		padding-top: 60px;
	}
	
	#hero.subpage {
		height: 240px;
	}
  
  #hero.has-image .hero-media {
    min-height: 420px;
  }

	
  .hero-content {
    position: absolute;
    z-index: 3;
    padding-bottom: 1.5rem;
  }

  .hero__title {
    font-size: 2.75rem;
  }

  .hero__subtitle {
    font-size: 2.25rem;
  }

  .hero-media {
    position: relative;
    z-index: 2;
  }
}
@media all and (min-width: 992px) {
	#hero {
		padding-top: 90px;
	}
	
	#hero.subpage {
		height: 260px;
	}

  .hero-content {
    padding-bottom: 2rem;
  }

  .hero__title {
    font-size: 3rem;
  }

  .hero__subtitle {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 1200px) {
	#hero {
		padding-top: 120px;
	}
	
	#hero.subpage {
		height: 380px;
	}
	
  .hero-content {
    padding-bottom: 5rem;
  }

  .hero__title {
    font-size: 3.5rem;
  }

  .hero__subtitle {
    font-size: 3rem;
  }
}
/* -- Sections --------------------------------*/
.section-spacing {
  margin: 0 1rem;
}

@media all and (min-width: 1200px) {
  .section-spacing {
    margin: 0 2.5rem;
  }
}
/* -- Content-styles --------------------------*/
.content-styles p {
  line-height: 1.6;
}
.content-styles p.lead {
  color: #87786e;
}
.content-styles ul:not([class]),
.content-styles ol:not([class]) {
  padding-left: 1rem;
  margin: 0 0 1rem 0;
  line-height: 1.7;
}

.content-styles p a {
  color: inherit;
  text-decoration: underline;
}

.content-styles p a:hover {
  color: inherit;
  text-decoration: none;
}

.wpcf7 {
  margin-top: 2rem;
}

.form-group + .form-group {
  margin-top: 1.25rem;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  padding-top: 5px;
  color: #d70842;
  text-align: right;
  display: none;
}

.wpcf7 .wpcf7-not-valid,
.not-valid {
  border-left: 4px solid #dc3232 !important;
}

.wpcf7 form .wpcf7-response-output {
  padding: 15px;
  text-align: center;
  margin: 15px 0 0 0;
}

.wpcf7 .invalid .wpcf7-response-output {
  background: #fff;
  color: #ffb900;
  border: none;
  border-left: 4px solid #ffb900;
}

.wpcf7 .sent .wpcf7-response-output {
  background: #fff;
  color: #46B450;
  border: none;
  border-left: 4px solid #46B450;
}

/* -- Page-dashboard -------------------------*/
#dashboard-latest {
  padding: 1rem 0 4rem 0;
  background: #e4dacd;
}

.dashboard-vragen-introductie {
  background: #232a3c;
  padding: 3rem 0 8rem 0;
}

.dashboard-vragen-introductie h3 {
  color: #fff;
}

.dashboard-vragen-introductie p {
  color: #fff;
}

.dashboard-vragen-laatste {
  background: #e4dacd;
}

.dashboard-vragen-laatste .container {
	position: relative;
	top: -5rem;
}

.card-vraag {
  background: none;
  border: none;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
}

.card-vraag .card-body {
  padding: 1.5rem;
  border-radius: 1.5rem;
	background: #fff;
  height: 100%;
}

.card-vraag .card-body blockquote {
	margin: 0;
}

.card-vraag .card-body blockquote p {
	margin: 0;
	line-height: 2;
}

.card-vraag .card-author {
	display: flex;
	flex-direction: column;
	align-items: center;
  justify-content: center;
  background: #87786e;
	border-radius: 1.5rem;
	padding: 1.5rem;
}

.card-vraag .card-author:after {
  background-image: url("../images/bestuur-secondary.svg") !important;
}

.list-downloads li + li {
  margin-top: 1rem;
}

.download-link {
  font-weight: 700;
  font-size: 1.125rem;
  color: #87786e;
}

.download-link:hover {
  color: #232a3c;
}

/* Comments ----------------------*/
#comments, #respond {
  margin-top: 3rem;
}

.badge {
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  line-height: 1.35;
}

.comment-reply-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.comment-reply-title a {
  color: #232a3c;
  pointer-events: none;
}

.comment-reply-title small a {
  pointer-events: all;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin: calc(2 * 1rem) 1rem;
  /* Add extra margin when the comments section is located immediately after the
	 * post itself (this happens on pages).
	 */
}

@media only screen and (min-width: 768px) {
  .comments-area {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .comments-area {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .comments-area {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

.comments-area > * {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area > * {
    margin-top: calc(3 * 1rem);
    margin-bottom: calc(3 * 1rem);
  }
}

.entry + .comments-area {
  margin-top: calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
}

.comments-area .comments-title-wrap .comments-title {
  margin: 0;
}

.comments-area .comments-title-wrap .comments-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .comments-title {
    flex: 1 0 calc(3 * (100vw / 12));
  }
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .discussion-meta {
    flex: 0 0 calc(2 * (100vw / 12));
    margin-left: 1rem;
  }
}

#comment {
  max-width: 100%;
  box-sizing: border-box;
}

#respond {
  position: relative;
}

#respond .comment-user-avatar {
  margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
  padding-left: 0;
}

#respond > small {
  display: block;
  font-size: 22px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-form-flex {
  display: flex;
  flex-direction: column;
}

.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  order: 1;
}

.comment-form-flex #respond {
  order: 2;
}

.comment-form-flex #respond + .comments-title {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .children {
  margin: 0;
  padding: 0 0 0 1rem;
}

.comment-list > .comment:first-child {
  margin-top: 0;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  color: #767676; 
  font-size: 14px;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 0.5rem;
  display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link,
.comment-list .pingback .comment-body .comment-edit-link:hover,
.comment-list .trackback .comment-body .comment-edit-link:hover {
  color: #767676;
  font-weight: 500;
}

.comment .comment-body {
  margin: 1.75rem 0 0 0;
}


#respond + .comment-reply {
  display: none;
}

.comment-reply .comment-reply-link {
  display: inline-block;
}

.comment {
  list-style: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment.depth-1,
  .comment .children {
    padding-left: 0;
  }
  .comment.depth-1 {
    margin-left: calc(3.25 * 1rem);
  }
  
  .comment .comment-body {
    margin: 1.75rem 0 0 1.2rem;
  }
  
  .comment.depth-2 {
    padding-left: 2rem;
  }
  
    .comment.depth-2 .comment-author .avatar {
      right: calc(100% - 2rem);
    }
  
  .comment.depth-3 {
    padding-left: 4rem;
  }
  
    .comment.depth-3 .comment-author  .avatar {
      right: calc(100% - 4rem);
    }
    
    
}



.comment .comment-meta {
  position: relative;
}

.comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 0rem);
  }
}

.comment .comment-author .fn {
  position: relative;
  display: block;
}

.comment .comment-author .fn a {
  color: inherit;
}

.comment .comment-author .fn a:hover {
  color: #fff;
}

.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #008fd3;
  right: calc(100% - 2.5rem);
  top: -3px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .post-author-badge {
    right: calc(100% + 0.75rem);
  }
}

.comment .comment-author .post-author-badge svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: white;
  transform: scale(0.875);
}

.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
	font-family: 'titillium-semibold', sans-serif; 
	font-weight: normal !important;
  display: inline;
  color: #767676;
  vertical-align: baseline;
}

.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}

.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {
  color: #fff;
  text-decoration: none;
}

.comment .comment-metadata > * {
  display: inline-block;
}

.comment .comment-metadata .edit-link-sep {
  color: #767676;
  margin: 0 0.2em;
  vertical-align: baseline;
}

.comment .comment-metadata .edit-link {
  color: #767676;
}

.comment .comment-metadata .edit-link svg {
  transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}

.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 1rem;
  margin-left: -1rem;
  z-index: 1;
}

.comment .comment-metadata .comment-edit-link:hover {
  color: #0073aa;
}

.comment .comment-content {
  margin: 1rem 0;
}

@media only screen and (min-width: 1168px) {
  .comment .comment-content {
    padding-right: 1rem;
  }
}

.comment .comment-content > *:first-child {
  margin-top: 0;
}

.comment .comment-content > *:last-child {
  margin-bottom: 0;
}

.comment .comment-content blockquote {
  margin-left: 0;
}

.comment .comment-content a {
  text-decoration: underline;
}

.comment .comment-content a:hover {
  text-decoration: none;
}

.comment-reply-link,
#cancel-comment-reply-link {
	font-weight: normal;
	color: #fff;
}

#cancel-comment-reply-link,
.comment-reply-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  font-weight: 700;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px 5px 10px;
  font-size: 11px;
  line-height: 1.42857143;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #87786e;
  border-color: #87786e;
}

#cancel-comment-reply-link:hover,
.comment-reply-link:hover {
  color: #fff;
  border-color: #2c354c;
  background: #2c354c;
}

.logged-in-as {
  display: none;
}

#cancel-comment-reply-link:hover {
  color: #fff;
}

#cancel-comment-reply-link::before {
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: .25rem;
}

.discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}

.discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 1rem);
  width: calc(1.5 * 1rem);
}

.discussion-meta .discussion-meta-info {
  margin: 0;
}

.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}

.comment-form .comment-notes,
.comment-form label {co
  color: #767676;
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: calc(50% - 0.5rem);
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-email {
    margin-left: 1rem;
  }
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  display: block;
  width: 100%;
}

@media all and (min-width: 992px) {
	.card-vraag .card-body {
    height: 100%;
		padding: 3rem 6rem 3rem 1.5rem;
	}
	.card-vraag .card-author {
    height: 100%;
		padding: 3rem 1.5rem 2rem 1.5rem;
	}
}

/* -- Page-media ------------------------------*/
#page-media {
  padding: 0 0 4rem 0;
  background: #e4dacd;
}

/* -- Page-actueel ----------------------------*/
#page-actueel {
  padding: 0 0 4rem 0;
  background: #e4dacd;
}

/* -- Page-activities -------------------------*/
#page-activities {
  padding: 0 0 0 0;
  background: #e4dacd;
}

.card-news,
.card-activity,
.card-dashboard {
  background: #ffffff;
  border: none;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  height: 100%;
}

.card-news .card-header,
.card-activity .card-header,
.card-dashboard .card-header {
  position: relative;
  background: #87786e;
  border-radius: 1.5rem;
}

.card-news .card-header:after,
.card-activity .card-header:after,
.card-dashboard .card-header:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 15%;
  height: 34px;
  width: 40px;
  background-image: url("../images/speech-secondary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.card-news .card-header.card-header--image,
.card-activity .card-header.card-header--image {
  background: #232a3c;
}

.card-news .card-header.card-header--image:after,
.card-activity .card-header.card-header--image:after {
  background-image: url("../images/speech-primary.svg");
}

.card-news .card-header-inner,
.card-activity .card-header-inner,
.card-dashboard .card-header-inner {
  padding: 0 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}

.card-news .card-header-image,
.card-activity .card-header-image,
.card-dashboard .card-header-image {
  z-index: 1;
}

.card-news .card-header-image img,
.card-activity .card-header-image img {
  border-radius: 1.5rem;
}

.card-news .card-header-image:after,
.card-activity .card-header-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background: #232a3c;
  background: linear-gradient(0deg, #232a3c 8%, rgba(0, 0, 0, 0.1) 100%);
}

.card-activity .card-header__meta,
.card-dashboard .card-header__meta {
  color: #e4dacd;
  margin: 0;
}

.card-news .card-body__meta {
  display: block;
  color: #87786e;
  margin: 0 0 .5rem 0;
}

.card-news .card-body__title {
  font-family: "officina-serif", sans-serif;
  font-weight: normal;
}

.card-activity .card-header__title,
.card-dashboard .card-header__title {
  font-family: "officina-serif", sans-serif;
  font-weight: normal;
  color: #ffffff;
}


.card-news .card-body,
.card-activity .card-body,
.card-dashboard .card-body {
  background: #ffffff;
  padding: 3rem 2rem 2rem 2rem;
  border-radius: 1.5rem;
}

.card-activity .card-body,
.card-dashboard .card-body,
.card-news .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-activity .card-body.flex-end,
.card-dashboard .card-body.flex-end,
.card-news .card-body.flex-end {
  justify-content: flex-end;
}

.card-company {
	border: none;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.card-company .card-img-overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #232a3cd1;
	border: none;
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
}

.card-company:hover .card-img-overlay {
	opacity: 100%;
	pointer-events: all;
	
}

.card-company .card-img-overlay .card-title {
	color: #fff;
	text-align: center;
}

/* -- Page-content ----------------------------*/
#page-content {
  padding: 4.5rem 0;
}

/* -- Page-basic ------------------------------*/
#page-basic {
  margin-top: 2.5rem;
  padding: 4.5rem 0;
  background: #e4dacd;
}

/* -- Page-activiteit -------------------------*/
#page-activiteit {
  padding: 4.5rem 0;
}

/* -- Mijn account ----------------------------*/
#mijn-account {
  margin-top: 2.5rem;
  padding: 4.5rem 0;
  background: #e4dacd;
}

  #account-nav li + li {
    margin-top: .5rem;
  }

  #account-nav li a {
    padding: 0;
    color: #87786e;
  }

  #account-nav li a:hover {
    color: #232a3c;
  }

  #account-nav li a.active {
    font-weight: 700;
    color: #232a3c;
  }

/* -- TML + ACF --------------------------------*/
.tml .form-group + .form-group {
  margin-top: 1rem;
}

.form-control,
.tml .form-control,
.acf-input input[type=text],
.acf-input input[type=url],
.acf-input textarea {
  padding: .75rem 1rem;
  color: #87786e;
  border: none !important;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: .25rem;
  outline: 0;
}

.form-select {
  padding: .75rem 1rem;
  color: #87786e;
  border: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
  border-radius: .25rem;
  outline: 0;
}


.acf-icon.small, .acf-icon.-small {
  width: 20px;
  height: 20px;
  line-height: 28px;
  font-size: 14px;
}

.acf-fields > .acf-field {
  padding: .5rem 0;
  margin-bottom: .75rem;
  border: none;
}

.acf-field-image p {
  font-size: 14px;
}

.acf-button:not(.btn) {
  font-weight: 700;
  background: #99887d;
  padding: .2rem .5rem;
  border-radius: .25rem;
  text-decoration: none;
  font-size: .8rem;
  color: #fff;
}

.acf-image-uploader.has-value .image-wrap {
  max-width: 300px !important;
}

.tml-label {
  font-weight: 700;
}

.tml-checkbox + .tml-label {
  font-weight: 400;
}

.tml-links {
  list-style: none;
  margin-top: 1rem;
  padding: 0;
}

.tml-links a {
  color: #87786e;
}

.tml-links a:hover {
  color: #232a3c;
}

.tml-error,
.tml-success {
  background: #fff;
  box-shadow: none !important;
}

/* -- Page-leden ------------------------------*/
#page-leden {
  position: relative;
  padding: 0 0 4.5rem 0;
  background: #e4dacd;
}
#page-leden:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  background: #ffffff;
  left: 0;
  top: 0;
  z-index: 1;
}
#page-leden .container {
  position: relative;
  z-index: 2;
}

.card-leden {
  background: none;
  border: none;
  margin-bottom: 1rem;
  background: #232a3c;
  border-radius: 1.5rem;
}
.card-leden--secondary {
  background: #87786e;
}
.card-leden--secondary .card-photo:after {
  background-image: url("../images/bestuur-secondary.svg") !important;
}
.card-leden .card-photo {
  position: relative;
  border-radius: 1.5rem;
}
.card-leden .card-photo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15%;
  height: 34px;
  width: 40px;
  background-image: url("../images/bestuur-primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.card-leden .card-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 1.5rem;
}
.card-leden .card-body {
  padding: 3rem 1.5rem 2rem 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-leden .card-body-btn {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.card-leden .card-body-btn .btn i {
  position: relative;
  font-size: 2em;
  top: 4px;
}
.card-leden .card-body h3 {
  font-family: "officina-serif", sans-serif;
  font-weight: normal;
  margin: 0;
}

/* -- Page-bestuur ----------------------------*/
#page-bestuur {
  position: relative;
  padding: 0 0 4.5rem 0;
}
#page-bestuur .container {
  position: relative;
  z-index: 3;
}

.card-bestuur {
  border: none;
  margin-bottom: 1rem;
  background: #232a3c;
  border-radius: 1.5rem;
}
.card-bestuur.card--even {
  background: #87786e;
}
.card-bestuur.card--even .card-photo:after {
  background-image: url("../images/bestuur-secondary.svg");
}
.card-bestuur .card-photo {
  position: relative;
  border-radius: 1.5rem;
}
.card-bestuur .card-photo:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15%;
  height: 34px;
  width: 40px;
  background-image: url("../images/bestuur-primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.card-bestuur .card-photo img {
  border-radius: 1.5rem;
}
.card-bestuur .card-body {
  padding: 2rem 1rem 2rem 1rem;
  border-radius: 1.5rem;
  color: #fff;
  text-align: center;
}
.card-bestuur .card-body h5 {
  font-family: "officina-serif", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  margin: 0;
}

/* -- RSVP ------------------------------------*/
#rsvp {
  padding: 4rem 0;
  background: #e4dacd;
}

.rsvp-category {
  text-align: center;
}
.rsvp-category .rsvp__title {
  font-family: "officina-sans", sans-serif;
  font-weight: normal;
  color: #232a3c;
  line-height: 1;
  margin: 0 0 1.5rem 0;
}
.rsvp-category .rsvp-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.25rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 340px;
}
.rsvp-category .rsvp-list-item {
  padding: 0.25rem 0;
}
.rsvp-category .rsvp-list__user img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.rsvp-category .rsvp-controls {
  margin-top: 1.5rem;
}

#sfeer {
  margin-top: 4rem;
  position: relative;
}

#sfeer:before {
  content: '';
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #e4dacd;
}

.home #sfeer {
  margin-top: 0;
}

.home #sfeer:before {
  display: none;
}

.label-wrapper {
  position: absolute;
  top: 0;
  left: 4rem;
  transform: translateY(-50%);
  z-index: 10;
}

@media all and (min-width: 1200px) {
  .label-wrapper {
    left: 10%;
  }
}

.oosterhof-tabs {
  margin: 0 0 1.5rem 0;
}

.oosterhof-tabs .nav-item + .nav-item {
  margin-top: .75rem;
}

.oosterhof-tabs .nav-item .nav-link {
  font-size: 1.25rem;
  padding: 0;
  color: #232a3c;
  -webkit-appearance: none;
}

[type=button], [type=reset], [type=submit], button {
-webkit-appearance: none;
}

.oosterhof-tabs .nav-item .nav-link.active {
  font-weight: 700;
}

/* -- Speerpunten -----------------------------*/
#speerpunten {
  padding: 3rem 0 1rem 0;
  background: #e4dacd;
}

.speerpunt {
  text-align: center;
  padding: 0 3rem;
}
.speerpunt__title {
  font-family: "officina-sans", sans-serif;
  font-weight: normal;
  color: #232a3c;
  text-transform: lowercase;
  line-height: 1;
}
.speerpunt p {
  color: #87786e;
  font-size: 1rem;
}

/* -- Citaat ----------------------------------*/
#citaat {
  padding: 2rem 0;
  position: relative;
  background: white;
  background: linear-gradient(180deg, #e4dacd 0%, #e4dacd 50%, white 50%, white 100%);
}

.citaat__slogan {
  display: block;
  font-family: "officina-sans", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 0 2rem;
}

.blockquote {
  position: relative;
  font-size: 1rem;
  background: #232a3c;
  color: #ffffff;
  padding: 4rem 3rem;
  border-radius: 1rem;
}
.blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  height: 51px;
  width: 60px;
  background-image: url("../images/speech-primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.blockquote-inner {
  max-width: 85%;
  text-align: center;
  margin: 0 auto;
}
.blockquote .blockquote__text {
  font-size: 1rem;
  line-height: 1.8;
}
.blockquote .blockquote__name {
  margin: 1.75rem 0 0.25rem 0;
}
.blockquote .blockquote__company {
  font-style: normal;
}

@media all and (min-width: 768px) {
  #citaat {
    background: white;
    background: linear-gradient(180deg, #e4dacd 0%, #e4dacd 38%, white 38%, white 100%);
  }

  .citaat__slogan {
    text-align: left;
    padding: 0 1rem 0 0;
  }
}
/* -- Footer ----------------------------------*/
#footer {
  font-size: 0.85em;
  color: #87786e;
  padding: 1.5rem 0;
}
#footer a {
  color: #87786e;
}
#footer a:hover {
  color: #232a3c;
}
#footer .footer-nav {
  display: inline-flex;
}
#footer .footer-nav .nav-item {
  margin: 0 0.25rem;
}
#footer .footer-nav .nav-item .nav-link {
  color: #87786e;
  padding: 0;
}
#footer .footer-nav .nav-item .nav-link:hover {
  color: #232a3c;
}/*# sourceMappingURL=stylesheet.css.map */