body {
  font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: #ebe9e7;
  color: #878786
}

label {
  font-size: 14px;
}

hr {
  border: none;
  display: block;
  margin: 8px 0;
  height: 1px;
  background-color: #b5b5b5;
}

p {
  margin: 0;
}

h1 {
  color: #646363;
}

.no-style, .no-style:hover {
  color: inherit;
  text-decoration: none;
}

.content {
  padding-top: 20px;
  padding-bottom: 80px;
}

.header {
  background-color: #fff;
}

.bg {
  background-image: url("https://assets.bettyblocks.com/c53fb55029054267a624c335ff396dc3_assets/files/Banner_Vrijwilligers-website-Nieuwe_afbeelding.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.blue_header {
  margin-bottom: 24px;
  font-size: 24px;
  color: #646363;
}

.vac-header {
  margin-bottom: 24px;
}

.logo {
  width: auto;
  height: 47px;
  margin: 32px 0;
}

.intro {
  background-color: #fafbed;
  padding: 45px;
}

.group {
  padding: 16px 20px;
  background-color: #fff;
  border: 0;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
  border-radius: 4px;
  margin-bottom: 24px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.flex {
  display: flex;
}

.f-center {
  justify-self: center;
}

.f-row {
  flex-direction: row;
}

.f-col {
  flex-direction: column;
}

.f-space-between {
  justify-content: space-between;
}

.f-1-0 {
  flex: 1 0;
}

.t-large {
  font-size: 20px;
}

.t-14 {
  font-size: 14px;
}

.t-13 {
  font-size: 13px;
}

.vac {
  padding: 0;
}

.vac:hover {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.4);
}

.vac-image {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 8px;
  margin-right: 24px
}

.vac-info {
  padding: 8px;
}

.vac-title {
  margin-bottom: 16px;
}

.tag {
  border-radius: 1000px;
  background-color: #ef7c00;
  color: #fff;
  padding: 3px;
  font-size: 10px;
  text-transform: uppercase;
  align-items: center;
  display: inline-flex;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: 700;
}

.truncate-3-lines, .truncate-12-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.truncate-3-lines {
  -webkit-line-clamp: 3;
}

.truncate-12-lines {
  -webkit-line-clamp: 12;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}


.pointer {
  cursor: pointer;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-top-width: 1px;
  border-right-color: transparent;
  border-right-width: 1px;
  border-bottom-color: transparent;
  border-bottom-width: 1px;
  border-left-color: transparent;
  border-left-width: 1px;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 14px;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(.375em - 1px) calc(.625em - 1px);
  position: relative;
  vertical-align: top;
}

.button {
  background-color: #fff;
  border-color: #949799;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding: calc(.375em - 1px) .75em;
  padding-bottom: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button.is-info, .button.is-primary {
  background-color: #ef7c00;
}

.button:not(.pagination-link) {
  padding-bottom: .375em;
  font-weight: 700;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-primary {
  border-color: transparent;
  color: #fff;
}

.is-primary {
  background-color: #ef7c00 !important;
  color: #fff !important;
}

.is-fullwidth {
  width: 100%;
}

.footer {
  background-color: #646363;
  color: #e0e0e0;
  padding: 45px;
}

.footer-inner {
  display: flex;
}

.footer-inner > div {
  flex-grow: 1;
}

.footer-inner h3 {
  font-size: 1.15rem;
  font-weight: bold;
  color: white;
}

.footer-inner a, .footer-inner a:hover {
  color: inherit;
}

.btn-mag {
  color: white;
  background-color: #c71261;
  border-color: #c71261;
}
.btn-mag:hover {
  color: white;
  background-color: #c71261;
  border-color: #c71261;
}