/*
Theme Name: Hoe moet je?
Theme URI: https://teunelfring.nl
Author: Teun Elfring
Version: 1.0.0
Tags:

*/
/* line 19, sass/style.scss */
body, html {
  margin: 0;
  padding: 0;
  font-size: 19px;
  line-height: 1.8;
  word-break: break-word;
}
@media (max-width: 1030px) {
  /* line 19, sass/style.scss */
  body, html {
    font-size: 17px;
  }
}

/* line 29, sass/style.scss */
* {
  box-sizing: border-box;
}

/* line 33, sass/style.scss */
body.uitgeklapt {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
}

/* line 40, sass/style.scss */
.screen-reader-text {
  display: none;
}

/* line 44, sass/style.scss */
#catapult-cookie-bar {
  font-size: 0.75em;
  line-height: 1;
}

/* line 49, sass/style.scss */
body, html, button {
  font-family: 'PT Serif', serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

/* line 55, sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
}

/* line 62, sass/style.scss */
h4 {
  font-size: 1.333em;
}

/* line 66, sass/style.scss */
h3 {
  font-size: 1.777em;
}

/* line 70, sass/style.scss */
h2 {
  font-size: 2.369em;
}

/* line 74, sass/style.scss */
h1 {
  font-size: 3.157em;
}

/* line 78, sass/style.scss */
h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

/* line 82, sass/style.scss */
a {
  color: #D81B60;
}
/* line 84, sass/style.scss */
a strong {
  transition: .2s ease;
  border-bottom: solid 1px transparent;
}
/* line 88, sass/style.scss */
a:hover {
  text-decoration: underline;
}
/* line 90, sass/style.scss */
a:hover strong {
  border-bottom: solid 1px #D81B60;
}

/* line 96, sass/style.scss */
header {
  background: #000;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/* line 106, sass/style.scss */
header a {
  color: inherit;
}
/* line 109, sass/style.scss */
header .uitklap-menu {
  display: none;
}
/* line 112, sass/style.scss */
header .menu {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 60px;
}
/* line 116, sass/style.scss */
header .menu li {
  padding: 0 1em;
}
/* line 120, sass/style.scss */
header .menu-2 {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  -webkit-flex: 100%;
  flex: 100%;
  background: #F5F5F5;
  color: #000;
  font-size: 0.75em;
}
/* line 129, sass/style.scss */
header .site-branding {
  background: #D81B60;
  line-height: 60px;
  height: 60px;
  padding: 0 1em;
}
/* line 135, sass/style.scss */
header h1.site-title {
  color: #FFF;
  display: inline;
  font-size: 1.777em;
  line-height: 60px;
  height: 60px;
}
/* line 144, sass/style.scss */
header .menu-menu-container ul, header .menu-cats-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 148, sass/style.scss */
header .menu-menu-container ul li, header .menu-cats-container ul li {
  display: inline-block;
  line-height: 60px;
  position: relative;
}
/* line 153, sass/style.scss */
header .menu-menu-container ul li:hover > ul, header .menu-cats-container ul li:hover > ul {
  display: block;
}
/* line 159, sass/style.scss */
header .menu-menu-container ul ul, header .menu-cats-container ul ul {
  display: none;
  position: absolute;
  top: 60px;
  z-index: 9999;
  left: 0;
  background: #e8e8e8;
}
/* line 166, sass/style.scss */
header .menu-menu-container ul ul li, header .menu-cats-container ul ul li {
  float: none;
  min-width: 200px;
}
/* line 169, sass/style.scss */
header .menu-menu-container ul ul li a, header .menu-cats-container ul ul li a {
  display: block;
  line-height: 60px;
  padding: 0 1em;
}

/* line 180, sass/style.scss */
.uitklap-cats, .terug-cats {
  display: none;
}

@media (max-width: 1030px) {
  /* line 187, sass/style.scss */
  header .uitklap-cats, header .terug-cats {
    display: block;
    margin: 0 auto;
    color: #000 !important;
    background: none !important;
    font-size: 0.75em !important;
    outline: none;
    font-weight: bold;
    line-height: 60px;
    height: 60px !important;
  }
  /* line 197, sass/style.scss */
  header .uitklap-cats:hover, header .terug-cats:hover {
    background: none;
  }
  /* line 202, sass/style.scss */
  header .menu-1, header .menu-2 {
    right: -100%;
    transition: right .3s ease;
    border-left: solid 1px #CCC;
    width: 100%;
    position: fixed;
    z-index: 999;
    font-size: 1.777em;
    overflow-x: hidden;
    text-align: center;
  }
  /* line 213, sass/style.scss */
  header .menu-1.actief, header .menu-2.actief {
    right: 0;
  }
  /* line 216, sass/style.scss */
  header .menu-1 ul, header .menu-2 ul {
    text-transform: none;
  }
  /* line 219, sass/style.scss */
  header .menu-1 ul li, header .menu-2 ul li {
    display: block;
    padding-left: 0;
  }
  /* line 222, sass/style.scss */
  header .menu-1 ul li a, header .menu-2 ul li a {
    padding-left: 1em;
    color: #000;
  }
  /* line 231, sass/style.scss */
  header .menu-1 {
    background: #F5F5F5;
  }
  /* line 237, sass/style.scss */
  header .menu-2 ul ul {
    position: static;
    display: block;
  }
  /* line 240, sass/style.scss */
  header .menu-2 ul ul li {
    padding-left: 1em;
  }
  /* line 242, sass/style.scss */
  header .menu-2 ul ul li a {
    line-height: 60px;
  }
  /* line 251, sass/style.scss */
  header .uitklap-menu {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 20px;
    padding: 0;
    background: none !important;
    outline: none;
  }
  /* line 263, sass/style.scss */
  header .uitklap-menu:hover {
    background: none !important;
  }
}
/* line 270, sass/style.scss */
.uitklap-menu span {
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}

/* line 279, sass/style.scss */
.uitklap-menu span:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* line 285, sass/style.scss */
.uitklap-menu span:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* line 292, sass/style.scss */
.uitklap-menu span:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* line 298, sass/style.scss */
.uitklap-menu.actief span:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

/* line 302, sass/style.scss */
.uitklap-menu.actief span:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

/* line 306, sass/style.scss */
.uitklap-menu.actief span:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
/* line 433, sass/style.scss */
footer.algemene-footer {
  background: #000;
  color: #FFF;
  padding: 2em;
}
/* line 437, sass/style.scss */
footer.algemene-footer ul {
  list-style: none;
  padding-left: 1em;
  margin: 0;
}
/* line 441, sass/style.scss */
footer.algemene-footer ul ul {
  display: none;
}
/* line 444, sass/style.scss */
footer.algemene-footer ul li {
  display: inline;
  padding-left: 1em;
}
@media (max-width: 1030px) {
  /* line 450, sass/style.scss */
  footer.algemene-footer .wrapper > div {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    -webkit-flex: 100%;
    flex: 100%;
  }
  /* line 454, sass/style.scss */
  footer.algemene-footer ul {
    padding-left: 0;
  }
  /* line 456, sass/style.scss */
  footer.algemene-footer ul li {
    padding-left: 0;
    padding-right: 1em;
    display: block;
  }
}

/* line 465, sass/style.scss */
article.single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/* line 474, sass/style.scss */
article.single.page .entry {
  padding-left: 0;
}
/* line 480, sass/style.scss */
article.single table {
  background: #F5F5F5;
  width: 100%;
}
/* line 483, sass/style.scss */
article.single table input {
  display: inline;
  width: 90%;
}
/* line 487, sass/style.scss */
article.single table a {
  background: #D81B60;
  color: #FFF;
  border-radius: 2px;
  padding: .325em .5em;
}
@media (max-width: 1030px) {
  /* line 495, sass/style.scss */
  article.single table tr:last-child td {
    display: block;
  }
}
/* line 502, sass/style.scss */
article.single img {
  max-width: 100%;
  height: auto;
}
/* line 505, sass/style.scss */
article.single img.wp-post-image {
  margin: 1em 0;
}
/* line 509, sass/style.scss */
article.single h1 {
  width: 100%;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
/* line 514, sass/style.scss */
article.single .entry {
  max-width: 650px;
  padding-left: 2.77778%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  width: calc(100% - 210px);
}
/* line 519, sass/style.scss */
article.single .entry h2 {
  margin-top: 0;
}
/* line 524, sass/style.scss */
article.single .in-het-kort {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
/* line 533, sass/style.scss */
article.single .in-het-kort p {
  max-width: 650px;
}
/* line 538, sass/style.scss */
article.single .entry-meta {
  font-size: 0.75em;
  padding-right: 2.77778%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  max-width: 200px;
}
/* line 543, sass/style.scss */
article.single .entry-meta p {
  margin-bottom: 0;
}
/* line 546, sass/style.scss */
article.single .entry-meta img {
  border: solid 1px #F5F5F5;
  margin-top: 1em;
}
/* line 551, sass/style.scss */
article.single .entry-meta .share a {
  display: block;
  color: #FFF;
  padding: .325em .5em;
  border-radius: 3px;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
/* line 559, sass/style.scss */
article.single .entry-meta .share a.facebook {
  background: #3b5999;
}
/* line 562, sass/style.scss */
article.single .entry-meta .share a.twitter {
  background: #55acee;
}
/* line 565, sass/style.scss */
article.single .entry-meta .share a.whatsapp {
  background: #25D366;
}
/* line 568, sass/style.scss */
article.single .entry-meta .share a.mail {
  background: #C71610;
}
/* line 571, sass/style.scss */
article.single .entry-meta .share a i {
  position: absolute;
  left: 20px;
  line-height: 1.8em;
}
@media (max-width: 1030px) {
  /* line 580, sass/style.scss */
  article.single .entry-meta {
    margin: 1em 0;
    max-width: 100%;
    text-align: center;
    padding-right: 0;
  }
  /* line 585, sass/style.scss */
  article.single .entry-meta div {
    display: inline;
    padding-right: 1em;
  }
  /* line 588, sass/style.scss */
  article.single .entry-meta div p {
    display: inline;
  }
  /* line 592, sass/style.scss */
  article.single .entry-meta img {
    display: none;
  }
  /* line 595, sass/style.scss */
  article.single .entry-meta .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1em;
    padding-right: 0;
  }
  /* line 609, sass/style.scss */
  article.single .entry-meta .share a {
    min-width: 75px;
    padding: .325em 0;
  }
  /* line 612, sass/style.scss */
  article.single .entry-meta .share a i {
    left: 5px;
  }
  /* line 618, sass/style.scss */
  article.single .entry {
    padding-left: 0;
    width: 100%;
  }
}

/* line 625, sass/style.scss */
.comment-form {
  background: #F5F5F5;
  padding: 1em;
  margin-top: 1em;
}
/* line 629, sass/style.scss */
.comment-form p {
  margin: 0;
}
/* line 632, sass/style.scss */
.comment-form .comment-form-email, .comment-form .comment-form-author {
  width: 50%;
  float: left;
}
/* line 636, sass/style.scss */
.comment-form .comment-form-author {
  padding-right: 10px;
}
/* line 639, sass/style.scss */
.comment-form .comment-form-email {
  padding-left: 10px;
}
/* line 642, sass/style.scss */
.comment-form .comment-form-url {
  display: none;
}

/* line 649, sass/style.scss */
.comment-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  padding: .325em 0;
}
/* line 660, sass/style.scss */
.comment-navigation div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* line 663, sass/style.scss */
.comment-navigation .nav-next {
  text-align: right;
}

/* line 670, sass/style.scss */
.comment-list {
  padding: 0;
  list-style: none;
}
/* line 673, sass/style.scss */
.comment-list .children {
  list-style: none;
}
/* line 677, sass/style.scss */
.comment-list .reply {
  text-align: right;
}
/* line 679, sass/style.scss */
.comment-list .reply a {
  color: #FFF;
  background: #D81B60;
  padding: .325em .5em;
  border-radius: 2px;
  font-size: 0.75em;
}
/* line 687, sass/style.scss */
.comment-list .comment {
  border-top: solid 1px #e1e1e1;
  padding: .5em 0;
}
/* line 690, sass/style.scss */
.comment-list .comment .comment-meta {
  float: left;
  font-size: 0.75em;
}

/* line 700, sass/style.scss */
.blogposts {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 711, sass/style.scss */
.blogposts .blogpost {
  width: 33.3333%;
  width: calc(100% / 3);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 716, sass/style.scss */
.blogposts .blogpost .inner {
  padding: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 2em;
}
/* line 724, sass/style.scss */
.blogposts .blogpost .inner:hover .afbeelding {
  opacity: .75;
}
/* line 729, sass/style.scss */
.blogposts .blogpost .afbeelding {
  display: block;
  transition: .2s ease;
  overflow: hidden;
}
/* line 734, sass/style.scss */
.blogposts .blogpost img {
  width: 100%;
  object-fit: cover;
  height: 150px;
}
/* line 739, sass/style.scss */
.blogposts .blogpost .meta {
  background: #F5f5f5;
  border-top: solid 1px #ededed;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 calc(1em / 0.563);
  font-size: 0.563em;
  line-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
/* line 753, sass/style.scss */
.blogposts .blogpost .meta a {
  font-weight: bold;
  color: inherit;
}
/* line 756, sass/style.scss */
.blogposts .blogpost .meta a:hover {
  text-decoration: underline;
}
/* line 764, sass/style.scss */
.blogposts .blogpost .title-link {
  display: block;
  padding: .5em 1em;
  border-top: solid 1px #ededed;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1030px) {
  /* line 776, sass/style.scss */
  .blogposts .blogpost {
    width: 50%;
  }
}
@media (max-width: 500px) {
  /* line 700, sass/style.scss */
  .blogposts {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 784, sass/style.scss */
  .blogposts .blogpost {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 792, sass/style.scss */
.paginatie {
  margin: 1em 0;
  text-align: center;
}
/* line 795, sass/style.scss */
.paginatie a {
  color: inherit;
}
/* line 798, sass/style.scss */
.paginatie span.current {
  color: #FFF;
  background: #D81B60;
  border-radius: 2px;
}
/* line 803, sass/style.scss */
.paginatie > * {
  padding: .325em .5em;
}
/* line 806, sass/style.scss */
.paginatie .prev, .paginatie .next {
  color: #FFF;
  background: #D81B60;
  border-radius: 2px;
}

/* line 813, sass/style.scss */
.blogposts.archive {
  margin-left: 0;
  margin-right: 0;
}
/* line 816, sass/style.scss */
.blogposts.archive .blogpost {
  width: 100%;
}
/* line 818, sass/style.scss */
.blogposts.archive .blogpost .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 821, sass/style.scss */
.blogposts.archive .blogpost .inner > div {
  width: calc(100% - 300px);
}
/* line 823, sass/style.scss */
.blogposts.archive .blogpost .inner > div.meta {
  width: 100%;
}
/* line 828, sass/style.scss */
.blogposts.archive .blogpost p {
  padding: 0 1em;
  margin: 0;
}
/* line 832, sass/style.scss */
.blogposts.archive .blogpost .title-link {
  font-size: 1.333em;
}
/* line 836, sass/style.scss */
.blogposts.archive .blogpost .afbeelding {
  width: 300px;
}
/* line 838, sass/style.scss */
.blogposts.archive .blogpost .afbeelding img {
  height: 200px;
}
@media (max-width: 800px) {
  /* line 846, sass/style.scss */
  .blogposts.archive .blogpost .inner {
    display: block;
  }
  /* line 848, sass/style.scss */
  .blogposts.archive .blogpost .inner .afbeelding {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  /* line 852, sass/style.scss */
  .blogposts.archive .blogpost .inner > div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  /* line 855, sass/style.scss */
  .blogposts.archive .blogpost .inner > div p {
    margin-bottom: 1em;
  }
}

/* line 865, sass/style.scss */
.wrapper {
  max-width: 100%;
  width: 90em;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1030px) {
  /* line 865, sass/style.scss */
  .wrapper {
    display: block;
  }
}

/* line 880, sass/style.scss */
.entry-content {
  width: 66.66667%;
  padding: 0 2.77778%;
  margin-top: 3em;
}
/* line 885, sass/style.scss */
.entry-content section h2 {
  margin-top: 0;
  position: relative;
  display: block;
  margin: 0 0 3rem 0;
  font-weight: bold;
}
/* line 891, sass/style.scss */
.entry-content section h2:before {
  border-top: 0.4rem solid #D81B60;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  z-index: -1;
  bottom: 0.18em;
}
/* line 900, sass/style.scss */
.entry-content section h2 span {
  background: #FFF;
  padding-right: 0.5em;
  position: relative;
}
@media (max-width: 1030px) {
  /* line 880, sass/style.scss */
  .entry-content {
    width: 100%;
    margin-top: 2em;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

/* line 915, sass/style.scss */
form.zoeken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 917, sass/style.scss */
form.zoeken input {
  margin: 0;
  font-size: 0.75em;
}
/* line 921, sass/style.scss */
form.zoeken button {
  min-width: 80px;
  font-size: 0.75em;
}

/* line 928, sass/style.scss */
.gsc-search-box {
  background: #F5F5F5;
  padding: 2em;
  margin-top: 2em;
}
/* line 932, sass/style.scss */
.gsc-search-box input, .gsc-search-box button {
  font-size: 1em;
}
/* line 935, sass/style.scss */
.gsc-search-box button {
  min-width: 160px;
}

/* line 941, sass/style.scss */
.sidebar {
  width: 33.33333%;
  padding: 0 2.77778%;
  margin-top: 3em;
}
/* line 945, sass/style.scss */
.sidebar .widget {
  background: #F5F5F5;
  padding: 2em 3em;
  margin-bottom: 2em;
}
/* line 949, sass/style.scss */
.sidebar .widget h2 {
  font-size: 1.333em;
  margin-top: 0;
}
@media (max-width: 1030px) {
  /* line 941, sass/style.scss */
  .sidebar {
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  /* line 959, sass/style.scss */
  .sidebar .widget {
    padding: 1em 1.5em;
    margin-bottom: 1em;
  }
}

/* line 967, sass/style.scss */
form li, form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 974, sass/style.scss */
.current-cat > a {
  font-weight: bold;
}

/* line 978, sass/style.scss */
hr {
  background: rgba(0, 0, 0, 0.1);
  border: 0 none;
  height: 1px;
  margin: 1em 0;
}

/* line 986, sass/style.scss */
.site-content {
  margin-left: 350px;
  padding: 40px 0 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/* line 996, sass/style.scss */
.site-content article {
  margin-bottom: 2em;
  max-width: 650px;
  -webkit-box-flex: 650px;
  -ms-flex: 650px;
  flex: 650px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 40px;
}
/* line 1007, sass/style.scss */
.site-content .entry-meta {
  font-size: 0.75em;
}
/* line 1009, sass/style.scss */
.site-content .entry-meta ul {
  list-style: none;
  display: inline;
}
/* line 1012, sass/style.scss */
.site-content .entry-meta ul li {
  display: inline;
}
/* line 1019, sass/style.scss */
.site-content .entry-content a {
  color: black;
}
/* line 1022, sass/style.scss */
.site-content .entry-content p:first-of-type {
  margin-top: 0;
}
/* line 1026, sass/style.scss */
.site-content h1 {
  margin-bottom: .25em;
}
/* line 1028, sass/style.scss */
.site-content h1:first-of-type {
  margin-top: 0;
}
/* line 1033, sass/style.scss */
.site-content.index h1 {
  font-size: 2.369em;
}
@media (max-width: 1030px) {
  /* line 986, sass/style.scss */
  .site-content {
    margin-left: 0;
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  /* line 1042, sass/style.scss */
  .site-content article {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding-right: 0;
  }
}

/* line 1050, sass/style.scss */
a {
  position: relative;
  text-decoration: none;
}

/* line 1056, sass/style.scss */
textarea, input {
  margin: .5em 0 1em;
  width: 100%;
  padding: 0 5px;
  border: #F1F1F1 solid 1px;
  transition: .2s ease;
  font-family: inherit;
  outline: none;
}

/* line 1066, sass/style.scss */
textarea {
  padding: 5px;
}

/* line 1070, sass/style.scss */
textarea:focus, input:focus {
  border: solid 1px #CCC;
}

/* line 1074, sass/style.scss */
input {
  line-height: 35px;
  height: 35px;
}

/* line 1079, sass/style.scss */
input[type=button], input[type=submit], button {
  border: 0 none;
  line-height: 35px;
  height: 35px !important;
  padding: 0 1em;
  border-radius: 2px;
  color: #FFF !important;
  transition: .2s ease;
  display: inline-block;
  background: #D81B60 !important;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
}
/* line 1095, sass/style.scss */
input[type=button]:hover, input[type=submit]:hover, button:hover {
  background: #ab154c;
}
/* line 1098, sass/style.scss */
input[type=button]:after, input[type=button]:before, input[type=submit]:after, input[type=submit]:before, button:after, button:before {
  display: none;
}

/* line 1103, sass/style.scss */
.gform_validation_container {
  display: none;
}

@media (min-width: 1030px) {
  /* line 1108, sass/style.scss */
  .mobile-only {
    display: none !important;
  }
}

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