/* kleuren
fris groen #7fc22c rgb 127, 194, 44
donker blauw #286090
licht geel #fff779
licht grijs #f0f0f0
midden grijs #e6e6e6
alert #a94442, alert border #843534, alert border focus #ce8483
*/

/* fonts */
@font-face {
  font-family: Hind;
  src: url(fonts/Hind-SemiBold.ttf);
  font-weight:600;
}

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

html, body {
  min-height:100vh;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:1.6em;
	position:relative;
  font-weight:300;
  background-color: #F4F4ED;
}

p {
  margin:16px 0;
}
/* link styling */
a {
  color:#2E3A1A;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
  color:#EDAFFC;
}

a.buttonlink {
  color: #CDFF79;
  text-decoration: none;
  background-color: #2E3A1A;
  font-weight: 300;
  padding: 10px 20px;
  border-radius:5px;
}

a.buttonlink:hover {
  background-color: #CDFF79;
  color:#2E3A1A;
}
footer a{
  text-decoration:none;
  font-weight:500;
  color:#CDFF79 !important;
}
footer a:hover {
  color:#CDFF79;
}

footer {
  color:#CDFF79;
}

/* headings */
h1,h2,h3,h4,h5,h6 {
	font-family:Hind, sans-serif;
  color:#2E3A1A;
}
h1 {
	color:#2E3A1A;
  font-size:2.9rem;
	font-size:29px;
  line-height:1.6;
}
h2 {

}
h3 {
  font-size:2.0rem;
	font-size:20px;
}
.detailspage h3 {
  margin-left: 250px;
}

.subheading {
  color: #2E3A1A;
}

/* header */
header {
	width:100%;
	text-align:center;
}
header img {
	width:100%;
	max-width:1000px;
}

/* Main */
main {
	max-width:1000px;
	margin:0 auto;
	padding:20px 0;
}
main::after {
	clear: both;
	content: " ";
	display: table;
}

/* Login */
.login-body {
  background: #f4f4ed;
}
.login-main {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
.login-shell {
  text-align: center;
  background: #f4f4ed;
}
.login-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 0 max(56px, calc((100vw - 1280px) / 2 + 120px));
  border-bottom: 1px solid #e7e7e1;
  background: #fff;
}
.login-logo {
  display: inline-flex;
  align-items: center;
}
.login-logo img {
  width: 190px;
  height: auto;
}
.login-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.login-nav a {
  color: #2E3A1A;
  text-decoration: none;
  white-space: nowrap;
}
.login-nav a:hover,
.login-nav a:focus {
  color: #2E3A1A;
  text-decoration: underline;
}
.login-nav .login-nav-login {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #2E3A1A;
  color: #CDFF79;
}
.login-nav .login-nav-login:hover,
.login-nav .login-nav-login:focus {
  background: #CDFF79;
  color: #2E3A1A;
  text-decoration: none;
}
.login-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 310px;
  overflow: hidden;
  background: #fff;
}
.login-hero-content {
  position: relative;
  z-index: 3;
  padding: 0 280px;
}
.login-hero h1 {
  margin: 0 0 28px;
  color: #1c1f1a;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.05;
}
.login-hero ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  color: #1c1f1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  list-style: none;
  white-space: nowrap;
}
.login-shapes {
  position: absolute;
  top: 52px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0;
  pointer-events: none;
}
.login-shapes-left {
  left: 0;
  transform: translateX(-178px);
}
.login-shapes-right {
  right: 0;
  transform: translateX(330px);
}
.login-shape {
  display: block;
  flex: 0 0 auto;
}
.login-shape-half {
  width: 132px;
  height: 206px;
  border-radius: 0 999px 999px 0;
}
.login-shape-diamond {
  width: 146px;
  height: 146px;
  margin: 0 36px;
  transform: rotate(45deg);
}
.login-shape-green {
  background: #cdff79;
}
.login-shape-purple {
  background: #e5a1f5;
}
.login-shape-dark {
  background: #2E3A1A;
}
.login-shape-soft {
  background: #f4f4ed;
}
.login-auth {
  padding: 62px 20px 74px;
  background: #f4f4ed;
}
.login-form {
  max-width: 350px;
  margin: 0 auto;
}
.login-form .form-group {
  margin-bottom: 16px;
}
.login-form label {
  display: block;
  margin-bottom: 6px;
  color: #1c1f1a;
  font-weight: 600;
}
.login-form .form-control {
  min-height: 38px;
  border-radius: 4px;
  background: #ffffd6;
}
.login-form input[type="submit"] {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  border-radius: 4px;
}
.login-help {
  margin: 20px 0 0;
  color: #1c1f1a;
  font-size: 16px;
}
.login-reset-copy {
  max-width: 560px;
  margin: 0 auto 24px;
  color: #1c1f1a;
  text-align: center;
}
.login-reset-copy h2 {
  margin: 0 0 12px;
  color: #2E3A1A;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
}
.login-reset-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}
.login-reset-message {
  max-width: 560px;
  margin: 0 auto 24px;
  padding: 14px 18px;
  border: 1px solid #cdff79;
  border-radius: 6px;
  background: #fff;
  color: #2E3A1A;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 1100px) {
  .login-topbar {
    padding: 0 56px;
  }
  .login-hero-content {
    padding: 0 190px;
  }
  .login-hero h1 {
    font-size: 48px;
  }
  .login-hero ul {
    flex-wrap: wrap;
    gap: 10px 18px;
    white-space: normal;
  }
  .login-shape-half {
    width: 92px;
    height: 156px;
  }
  .login-shape-diamond {
    width: 116px;
    height: 116px;
    margin: 0 24px;
  }
  .login-shapes-right {
    transform: translateX(260px);
  }
  .login-shapes-left {
    transform: translateX(-146px);
  }
}

@media (max-width: 767px) {
  .login-main {
    margin-bottom: 0;
  }
  .login-topbar {
    min-height: 70px;
    padding: 0 24px;
  }
  .login-logo img {
    width: 145px;
  }
  .login-nav {
    gap: 12px;
    font-size: 13px;
  }
  .login-nav .login-nav-login {
    min-height: 30px;
    padding: 7px 10px;
  }
  .login-hero {
    min-height: 280px;
    padding: 42px 20px;
  }
  .login-hero-content {
    padding: 0 24px;
  }
  .login-hero h1 {
    font-size: 42px;
  }
  .login-hero ul {
    display: grid;
    gap: 6px;
    font-size: 15px;
  }
  .login-shapes {
    opacity: .45;
    top: 54px;
  }
  .login-shapes-left {
    transform: translateX(-178px);
  }
  .login-shapes-right {
    transform: translateX(220px);
  }
  .login-auth {
    padding: 44px 18px 56px;
  }
}

/* Aside */
aside {
  float:left;
  width: 320px;
  min-height: 300px;
}
.aside-menu {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.aside-menu a {
  text-decoration: none;
  display: block;
  padding: 3px 6px;
  color: #000;
}
.aside-menu ul{
  margin-left: 0;
  padding-left:0;
  list-style:none;
}
.aside-menu li{
  border-bottom: 1px solid #2E3A1A;
}
.aside-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2E3A1A;
}
.aside-menu h3{
  margin-bottom: 10px;
  text-align: center;
  background-color: #2E3A1A;
  border: 1px solid #ccc;
  font-weight: 300;
  color: #fff;
  padding: 5px 10px;
}

/* Article */
article {
  float:left;
}
.dashboard {
overflow: scroll;
flex-shrink: 0;
height: 100vh;
border: solid rgba(0, 0, 0, .15);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
border-width: 1px 0;
/*box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);*/
box-shadow: 20px 0 20px -20px rgba(0, 0, 0, .1) inset, inset 20px 0 20px -20px rgba(0, 0, 0, .15);;
}

/* Sections */
#sign-in {
  text-align:center;
}

.dashboard section {
  
  margin-bottom:20px;
  padding-bottom:20px;
}
.faq-page {
  max-width: 980px;
}
.faq-page h2 {
  margin-bottom: 18px;
}
.faq-page > p,
.faq-section > p {
  max-width: 760px;
  color: #4f5742;
  line-height: 1.6;
}
.faq {
  margin: 14px 0;
  padding: 20px 22px;
  border: 1px solid #e1e4d8;
  border-radius: 8px;
  background: #fff;
}
.faq h3 {
  margin: 0 0 10px;
  color: #2E3A1A;
  font-size: 20px;
  line-height: 1.3;
}
.faq div {
  color: #38422d;
  line-height: 1.6;
}
.faq div p:last-child {
  margin-bottom: 0;
}

/* Contact */
.contact-page {
  max-width: 1040px;
  padding-bottom: 40px;
}
.contact-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 18px 0;
  padding: 20px;
  border: 1px solid #e1e4d8;
  border-radius: 8px;
  background: #fff;
}
.contact-hero h2 {
  margin-bottom: 8px;
}
.contact-hero p {
  max-width: 640px;
  margin: 0;
  color: #4f5742;
  line-height: 1.6;
}
.contact-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 150px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 6px;
  background: #2E3A1A;
  color: #CDFF79;
  font-weight: 500;
  text-decoration: none;
}
.contact-primary:hover,
.contact-primary:focus {
  background: #CDFF79;
  color: #2E3A1A;
  text-decoration: none;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}
.contact-card {
  min-height: 118px;
  padding: 16px 18px;
  border: 1px solid #e1e4d8;
  border-radius: 8px;
  background: #fff;
}
.contact-card-highlight {
  border-color: #d8e9bf;
  box-shadow: inset 3px 0 0 #CDFF79;
}
.contact-card-email {
  grid-column: span 2;
}
.contact-label {
  display: block;
  margin-bottom: 6px;
  color: #5e664f;
  font-size: 13px;
}
.contact-main-link,
.contact-card strong {
  display: block;
  color: #2E3A1A;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.contact-main-link:hover,
.contact-main-link:focus {
  color: #2E3A1A;
  text-decoration: underline;
}
.contact-card-email .contact-main-link {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}
.contact-card p {
  margin: 8px 0 0;
  color: #4f5742;
  font-size: 14px;
  line-height: 1.5;
}

/* Uitschrijven */
.unsubscribe-page {
  max-width: 980px;
  padding-bottom: 40px;
}
.unsubscribe-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 24px;
  align-items: center;
  margin: 20px 0;
  padding: 24px;
  border: 1px solid #e1e4d8;
  border-radius: 8px;
  background: #fff;
}
.unsubscribe-copy h2 {
  margin-bottom: 10px;
}
.unsubscribe-copy p {
  max-width: 620px;
  margin: 0;
  color: #4f5742;
  line-height: 1.6;
}
.unsubscribe-actions {
  display: grid;
  gap: 10px;
}
.unsubscribe-actions .contact-primary {
  width: 100%;
}
.unsubscribe-phone {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid #e1e4d8;
  border-radius: 8px;
  background: #fbfcf7;
  text-decoration: none;
}
.unsubscribe-phone span {
  color: #5e664f;
  font-size: 13px;
}
.unsubscribe-phone strong {
  color: #2E3A1A;
  font-family: Hind, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
.unsubscribe-phone:hover,
.unsubscribe-phone:focus {
  border-color: #c9e99a;
  text-decoration: none;
}

/* Tables */
.overzichtstabel {
  display:table;
  width:100%;
  margin: 20px 0;
}
.table-header, .table-row {
  display:table-row;
}
.table-header{
  font-weight:500;
  color:#2E3A1A;
}
.table-row:hover{
  background-color:#f0f0f0;
}
.table-cell {
  display:table-cell;
}
.overzichtstabel .bedrag {
  text-align:right;
}
.toelichtingproject {
  margin-top: 3px;
  color: #6f7565;
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

/* Dashboard */
.dashboard-page {
  padding-bottom: 40px;
}
.dashboard-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dashboard-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid #d9decd;
  border-radius: 999px;
  background: #fbfcf7;
  color: #2E3A1A;
  font-size: 13px;
  line-height: 1.2;
}
.dashboard-badge-internal {
  border-color: #c9e99a;
  background: #f2ffe0;
  box-shadow: inset 0 0 0 1px rgba(205, 255, 121, .45);
}
.dashboard-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.dashboard-section-header h3 {
  margin: 0;
}
.dashboard-section-header span {
  color: #6f7565;
  font-size: 13px;
}
.dashboard-project-table {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.dashboard-project-table thead th {
  border: 0;
  color: #5e664f;
  font-size: 13px;
  font-weight: 600;
  padding: 0 12px 2px;
}
.dashboard-project-table tbody tr {
  background: #fbfcf7;
  box-shadow: inset 0 0 0 1px #e1e4d8;
}
.dashboard-project-table tbody td {
  border: 0;
  padding: 12px;
}
.dashboard-project-table tbody td:first-child {
  border-radius: 8px 0 0 8px;
  width: 130px;
}
.dashboard-project-table tbody td:last-child {
  border-radius: 0 8px 8px 0;
  width: 120px;
}
.dashboard-date-pill,
.dashboard-credit-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
}
.dashboard-date-pill {
  background: #fff;
  color: #5e664f;
  font-size: 13px;
}
.dashboard-credit-pill {
  background: #2E3A1A;
  color: #CDFF79;
  font-size: 13px;
  font-weight: 600;
}
.dashboard-project-title {
  color: #2E3A1A;
  font-weight: 600;
  line-height: 1.3;
}

/* Credits */
.credit-summary {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr);
  gap: 16px;
  margin: 20px 0;
}
.credit-summary-balance,
.credit-summary-detail,
.redeem-panel {
  background: #fff;
  border: 1px solid #e1e4d8;
  border-radius: 8px;
  padding: 24px;
}
.credit-summary span,
.voucher-card-header span:first-child {
  display: block;
  color: #5e664f;
  font-size: 14px;
}
.credit-summary strong {
  display: block;
  color: #2E3A1A;
  font-family: Hind, sans-serif;
  font-size: 34px;
  line-height: 1.2;
}
.redeem-panel {
  margin-bottom: 20px;
}
.voucher-option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.voucher-option {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 16px;
  border: 1px solid #d9decd;
  border-radius: 8px;
  background: #fbfcf7;
  cursor: pointer;
}
.voucher-option:has(input:checked) {
  border-color: #2E3A1A;
  background: #f2ffe0;
  box-shadow: inset 0 0 0 1px #2E3A1A;
}
.voucher-option.is-disabled {
  cursor: not-allowed;
  opacity: .45;
}
.voucher-option input {
  width: 18px;
  height: 18px;
  accent-color: #2E3A1A;
}
.voucher-option-amount {
  color: #2E3A1A;
  font-family: Hind, sans-serif;
  font-size: 28px;
  line-height: 1;
}
.voucher-option-count {
  color: #5e664f;
  font-size: 14px;
}
.redeem-actions {
  display: flex;
  justify-content: flex-end;
}
button.redeem-submit,
button.copy-token-button {
  width: auto;
}
button.redeem-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 190px;
  justify-content: center;
}
.voucher-card-list {
  display: grid;
  gap: 12px;
}
.voucher-card {
  border: 1px solid #d9decd;
  border-radius: 8px;
  background: #fbfcf7;
  padding: 16px;
}
.voucher-card-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: #5e664f;
}
.voucher-code-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(120px, .65fr);
  gap: 12px;
}
.copy-token {
  display: grid;
  gap: 6px;
}
.copy-token-label {
  color: #5e664f;
  font-size: 13px;
}
.copy-token-value {
  display: block;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #d9decd;
  border-radius: 6px;
  background: #fff;
  color: #2E3A1A;
  font-family: Consolas, "Courier New", monospace;
  overflow-wrap: anywhere;
}
button.copy-token-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 10px;
  font-size: 14px;
}
.redeem-steps {
  padding-left: 22px;
}

.project-credit-box {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #d9decd;
  border-radius: 8px;
  background: #fbfcf7;
}
.project-credit-label {
  color: #5e664f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.project-credit-url {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #cfd7c0;
  border-radius: 6px;
  background: #fff;
  color: #2E3A1A;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
}
.project-credit-box small {
  color: #5e664f;
}

@media (max-width: 767px) {
  .credit-summary,
  .voucher-code-grid {
    grid-template-columns: 1fr;
  }
  .redeem-actions {
    justify-content: stretch;
  }
  button.redeem-submit {
    width: 100%;
  }
  .voucher-card-header {
    display: block;
  }
}

/* Profiel */
.profile-page {
  padding-bottom: 40px;
}
.profile-overview {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(260px, 1.2fr);
  gap: 16px;
  margin: 20px 0;
}
.profile-overview-item {
  background: #fff;
  border: 1px solid #e1e4d8;
  border-radius: 8px;
  padding: 20px 24px;
}
.profile-overview-item > span {
  display: block;
  color: #5e664f;
  font-size: 14px;
}
.profile-overview-item strong {
  display: block;
  color: #2E3A1A;
  font-family: Hind, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
.profile-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.profile-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #d9decd;
  border-radius: 999px;
  background: #f2ffe0;
  color: #2E3A1A;
  font-size: 14px;
}
.profile-form {
  display: grid;
  gap: 14px;
}
.profile-panel {
  background: #fff;
  border: 1px solid #e1e4d8;
  border-radius: 8px;
  padding: 24px;
}
.profile-panel-compact {
  padding: 18px 20px;
}
.profile-panel h3 {
  margin-bottom: 18px;
}
.profile-panel-compact h3 {
  margin-bottom: 12px;
}
.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  gap: 12px;
}
.profile-panel-compact .profile-grid {
  gap: 4px;
}
.profile-field {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(220px, 1fr);
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eef0e6;
}
.profile-field:last-child {
  border-bottom: 0;
}
.profile-field span {
  color: #5e664f;
  font-size: 14px;
}
.profile-field input,
.profile-field select {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #d9decd;
  border-radius: 6px;
  background: #fbfcf7;
  color: #2E3A1A;
}
.profile-field-readonly strong {
  display: flex;
  align-items: center;
  min-height: 38px;
  margin: 0;
  padding: 6px 0;
  color: #2E3A1A;
  font-size: 16px;
  font-weight: 500;
}
.profile-panel-compact .profile-field {
  padding: 6px 0;
}
.profile-panel-compact .profile-field input,
.profile-panel-compact .profile-field select {
  min-height: 38px;
  padding: 6px 10px;
}
.profile-field input:focus,
.profile-field select:focus {
  border-color: #2E3A1A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(205, 255, 121, .55);
}
.profile-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}
.profile-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #d9decd;
  border-radius: 8px;
  background: #fbfcf7;
  cursor: pointer;
}
.profile-choice:has(input:checked) {
  border-color: #2E3A1A;
  background: #f2ffe0;
}
.profile-choice input {
  width: 18px;
  height: 18px;
  accent-color: #2E3A1A;
}
.profile-panel-compact .profile-choice-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
}
.profile-panel-compact .profile-choice {
  min-height: 38px;
  padding: 7px 10px;
  border-radius: 6px;
}
.profile-panel-compact .profile-choice input {
  width: 16px;
  height: 16px;
}
.profile-save-bar {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 14px 0 4px;
  background: linear-gradient(180deg, rgba(244, 244, 237, 0), #F4F4ED 35%);
}
button.profile-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-width: 190px;
}

@media (max-width: 767px) {
  .contact-card-email {
    grid-column: auto;
  }
  .contact-card-email .contact-main-link {
    font-size: 16px;
  }
  .contact-hero {
    display: grid;
  }
  .contact-primary {
    width: 100%;
  }
  .unsubscribe-panel {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .profile-overview {
    grid-template-columns: 1fr;
  }
  .profile-field {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .profile-save-bar {
    justify-content: stretch;
  }
  button.profile-submit {
    width: 100%;
  }
}

/* Formulieren */
/* ## buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  display:inline;
  font-size: 16px;
  border: none;
  padding: 10px;
  cursor: pointer;
  -webkit-appearance: button;
}
button, input[type="submit"], input[type="button"] {
  color: #CDFF79;
  width: 150px;
  background-color: #2E3A1A;
  border-radius: 5px;
}
input[type="reset"] {
  border-color:#e6e6e6;
  width: 150px;
  background-color: #f0f0f0;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-color:#CDFF79;
  color:#2E3A1A;
}
input[type="reset"]:hover {
  background-color: #e6e6e6;
}
input[type="submit"].form-panellid  {
  margin-left: 100px;
}
input[type="reset"].form-panellid {
  background-color: #e6e6e6;
}
input[type="reset"].form-panellid:hover  {
  background-color: #CDFF79;
  color:#fff;
}
input[type="checkbox"].form-panellid {
  width:50px;
}
/* ## text inputs */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1.4rem;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  border: 1px solid #2E3A1A;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-panellid {
  padding:5px 5px 0px 3px;
  width: 300px;
  font-size: 1.4rem;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  border: 1px solid #2E3A1A;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.small{
    max-width:150px;
}
.help-block{
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.form-control:focus, .form-panellid:focus {
  border-color: #2E3A1A;
  outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(205, 255, 121, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(205, 255, 121, .6);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.na-formulier:first-of-type {
  margin-top:40px;
}
.na-formulier {
  border-left: 10px solid #EDAFFC;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-size: 14px;
}

#sign-in form{
  max-width:350px;
  padding:20px;
  margin:0 auto;
}
#sign-in .form-group, .detailspage .form-group {
  margin-bottom:15px;
}
#sign-in label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
#sign-in input[type="submit"] {
  width: 100%;
}
#sign-in.login-auth form.login-form {
  max-width: 350px;
  padding: 0;
}
#sign-in.login-auth .login-form .form-group {
  margin-bottom: 16px;
}
#sign-in.login-auth .login-form label {
  display: block;
  margin-bottom: 6px;
}
#sign-in.login-auth .login-form input[type="submit"] {
  min-height: 48px;
  margin-top: 4px;
}
.detailspage form {
  margin-bottom: 30px;
}
.detailspage label {
  display: inline-block;
  min-width: 250px;
  font-weight: 400;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 5px;
}

/* Footer */
footer {
	width:100%;
	text-align:center;
  position:fixed;
  bottom:0;
  background-color:#2E3A1A;
}
 b{
  font-weight: bold !important;
 }

 .active {
  background-color: #CDFF79 !important;
  color: #2E3A1A !important;
}
