/* line 149, ../../../../../../profiles/sp/themes/pomodoro/scss/_fonts.scss */
.icon-enlarge-arrow:before {
  content: "\e900";
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -ms-transform: translate3D(0, -50px, 0);
    transform: translate3D(0, -50px, 0);
  }
}
@-webkit-keyframes webkit-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3D(0, -50px, 0);
  }
}
@keyframes resizefade {
  0%, 80%, 100% {
    opacity: 0.25;
    -ms-transform: scale(0.25);
    transform: scale(0.25);
  }
  40% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes webkit-resizefade {
  0%, 80%, 100% {
    opacity: 0.25;
    -webkit-transform: scale(0.25);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes fade-marker {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes fade-marker {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3D(0, 0, 0);
  }
}
/* ========================================================================== *\
   Normalize.css v3.0.0 | MIT License | git.io/normalize
\* ========================================================================== */
/* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
body {
  margin: 0;
}

/* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 51, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
a {
  background: transparent;
}

/* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 73, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 77, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 82, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 86, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 91, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 96, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
small {
  font-size: 80%;
}

/* line 100, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 108, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 112, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 120, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
img {
  border: 0;
}

/* line 124, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 132, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 136, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 142, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
pre {
  overflow: auto;
}

/* line 146, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 158, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/* line 168, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
button {
  overflow: visible;
}

/* line 172, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 177, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* line 185, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 190, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 196, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
input {
  line-height: normal;
}

/* line 200, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 206, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 211, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* line 218, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 223, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 229, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 234, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 238, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 246, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 251, ../../../../../../profiles/sp/themes/pomodoro/scss/_normalize.scss */
td,
th {
  padding: 0;
}

/* ========================================================================== *\
   Base
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
html, body {
  height: 100%;
}

/* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
html {
  font-size: 50%;
  -webkit-font-smoothing: antialiased;
}

/* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
body {
  background-color: #FFFFFF;
  color: #222;
  font-family: "Inter", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.38;
  overflow-y: scroll;
}

/* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: .25em;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  line-height: 1.14;
}

/* line 41, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
}

/* line 45, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
h1, .h1 {
  color: #EC1B23;
  font-size: 40px;
  font-size: 4rem;
}
/* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
h1.title, .h1.title {
  padding: 28.125px 36px 0;
  padding: 2.8125rem 3.6rem 0;
}

/* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
h2, .h2 {
  font-size: 26px;
  font-size: 2.6rem;
}

/* line 58, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #EC1B23;
}

/* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
h4, .h4 {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: none;
}

/* line 68, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
h5, .h5 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

/* line 73, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
h6, .h6 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

/* line 78, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.h2 {
  color: #000;
}

/* line 86, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
a {
  color: #EC1B23;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition-property: color, border-color, background-color;
  -moz-transition-property: color, border-color, background-color;
  -o-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}

/* line 94, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
button {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition-property: color, border-color, background-color;
  -moz-transition-property: color, border-color, background-color;
  -o-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}

/* line 99, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.button a, .button {
  background-color: #EC1B23;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 2.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 18.75px 36px;
  padding: 1.875rem 3.6rem;
  text-transform: uppercase;
}
/* line 110, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.button a:hover, .button a:focus, .button a:active, .button:hover, .button:focus, .button:active {
  background-color: #C70305;
}

/* line 115, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link {
  color: #000;
  cursor: pointer;
  line-height: 22px;
  line-height: 2.2rem;
  display: none;
  padding-left: 36px;
  padding-left: 3.6rem;
  position: relative;
}
/* line 123, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.js .more-link {
  display: inline-block;
}
/* line 127, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link:before {
  content: "+";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  font-weight: normal;
  font-family: "SP-Icons";
  text-align: center;
  display: inline-block;
  line-height: 22px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition: -webkit-transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 142, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link:hover, .more-link:focus, .more-link:active {
  color: #EC1B23;
}
/* line 145, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link:hover:before, .more-link:focus:before, .more-link:active:before {
  background-color: #EC1B23;
}
/* line 150, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link.active {
  color: #000;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link.active:before {
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link.active .close {
  display: inline-block;
}
/* line 161, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link.active .open {
  display: none;
}
/* line 165, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link.active:hover, .more-link.active:focus, .more-link.active:active {
  color: #EC1B23;
}
/* line 170, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.more-link .close {
  display: none;
}

/* line 175, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.text-link {
  border-bottom: 1px solid #EC1B23;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  margin: 0 28.125px;
  margin: 0 2.8125rem;
}
/* line 181, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.text-link:hover, .text-link:focus, .text-link:active {
  border-bottom: none;
}

/* line 190, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 196, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
ol {
  list-style: decimal;
}

/* line 200, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
dl {
  margin: 0 0 26px;
  margin: 0 0 2.6rem;
}

/* line 204, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
dd {
  margin-left: 26px;
  margin-left: 2.6rem;
}

/* line 209, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.region-content ul, .region-content ol {
  margin: 0 0 26px;
  margin: 0 0 2.6rem;
}
/* line 212, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.region-content ul li, .region-content ol li {
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
/* line 216, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.region-content ul ul, .region-content ul ol, .region-content ol ul, .region-content ol ol {
  margin: 0;
}
/* line 221, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.region-content ol {
  padding-left: 35px;
  padding-left: 3.5rem;
}

/* line 228, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.node-container ul li {
  position: relative;
  margin-left: 28px;
}
/* line 231, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.node-container ul li:before {
  content: "\002022";
  color: #EC1B23;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: -26px;
  left: -2.6rem;
}

/* line 247, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
p {
  color: #222;
  margin: 0 0 1em 0;
  padding: 0;
}

/* line 253, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
strong {
  font-family: "HelveticaNeueLTStd-Md", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}

/* line 258, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
em {
  font-family: "HelveticaNeueLTStd-LtIt", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-style: normal;
}

/* line 263, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
blockquote {
  display: block;
  clear: both;
  margin: 0;
}
/* line 269, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
blockquote p {
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  padding: 18.75px 0;
  padding: 1.875rem 0;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: none;
  text-align: left;
  margin-bottom: 0;
}
/* line 279, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
blockquote p:before {
  content: "\201C";
}
/* line 283, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
blockquote p:after {
  content: "\201D";
}
/* line 288, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
blockquote .quote-owner {
  *zoom: 1;
  padding-top: 26px;
  padding-top: 2.6rem;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
blockquote .quote-owner:before, blockquote .quote-owner:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
blockquote .quote-owner:after {
  clear: both;
}
/* line 293, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
blockquote .user-image, blockquote .quote-owner-name, blockquote .user-info {
  float: right;
  text-align: right;
}
/* line 298, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
blockquote .user-image {
  margin: 0 0 0 18.75px;
  margin: 0 0 0 1.875rem;
}

/* line 303, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
hr {
  border: none;
  border-bottom: 1px solid #CBCBCB;
  margin: 0;
  margin: 10px 0;
  margin: 1rem 0;
}

/* line 310, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.text-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}

/* line 314, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.text-normal {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
}

/* line 318, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.text-medium {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 30px;
  line-height: 3rem;
}

/* line 322, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.text-large {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}

/* line 327, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.chapeau {
  font-size: .5em;
  clear: left;
  display: table;
  border-bottom: 2px solid;
  line-height: 1.32;
  margin-bottom: .5em;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
}

/* line 341, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
figure {
  margin: 0;
}

/* line 345, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
figcaption {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: right;
  margin-top: 13px;
  margin-top: 1.3rem;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
  padding-left: 26px;
  padding-left: 2.6rem;
}

/* line 355, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
img {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}

/* line 364, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
table {
  width: 100%;
  margin: 0 0 26px;
  margin: 0 0 2.6rem;
  padding: 0;
}

/* line 370, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
tbody {
  border: none;
}

/* line 374, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
th, td {
  border: solid 1px #CBCBCB;
  padding: 1.3rem;
}

/* line 379, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
th {
  font-family: "HelveticaNeueLTStd-Md", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  border-bottom-width: 3px;
}

/* line 388, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.cf {
  *zoom: 1;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.cf:after {
  clear: both;
}

/* line 392, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 396, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
.shown {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 600px) {
  /* line 400, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
  .show-mobile {
    display: none;
  }
}
/* line 408, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
body {
  overflow-x: hidden;
}

/* line 412, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
html, body, #page-wrapper, #page, #wrapper {
  height: 100%;
}

/* line 416, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
#page {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 422, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
#footer {
  display: table-row;
  height: 1px;
}

/* line 427, ../../../../../../profiles/sp/themes/pomodoro/scss/_base.scss */
#block-system-main {
  position: relative;
}

/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], textarea, select {
  background-color: #f1f1f1;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #000;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  line-height: 20px;
  line-height: 2rem;
  width: 100%;
  padding: 10px 20px;
  padding: 1rem 2rem;
}

/* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="submit"], button {
  -webkit-appearance: none;
}

/* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active, button:hover, button:focus, button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 31, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
select {
  height: 41px;
  height: 4.1rem;
  padding: 10px 10px 10px 20px;
  padding: 1rem 1rem 1rem 2rem;
}

/* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="submit"], .btn, button, .button a, .button {
  background-color: #EC1B23;
  border: 1px solid #EC1B23;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  color: #fff;
  cursor: pointer;
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition-property: color, border-color, background-color;
  -moz-transition-property: color, border-color, background-color;
  -o-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  padding: 13.84615px 36px;
  padding: 1.38462rem 3.6rem;
  -webkit-font-smoothing: inherit;
}
/* line 53, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active, .button a:hover, .button a:focus, .button a:active, .button:hover, .button:focus, .button:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
/* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-managed-file input[type="submit"], .form-managed-file .btn, .form-managed-file button, .form-managed-file .button a, .form-managed-file .button {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 9px 18px;
  padding: 0.9rem 1.8rem;
}
/* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="submit"].small, .btn.small, button.small, .button a.small, .button.small {
  line-height: 36px;
  line-height: 3.6rem;
  padding: 0 18.75px;
  padding: 0 1.875rem;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
}
/* line 70, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="submit"].hollow, .btn.hollow, button.hollow, .button a.hollow, .button.hollow {
  background-color: transparent;
  border: solid 1px #EC1B23;
  color: #EC1B23;
}
/* line 74, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="submit"].hollow.invert, .btn.hollow.invert, button.hollow.invert, .button a.hollow.invert, .button.hollow.invert {
  border-color: #fff;
  color: #fff;
}
/* line 78, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="submit"].hollow:hover, input[type="submit"].hollow:focus, input[type="submit"].hollow:active, .btn.hollow:hover, .btn.hollow:focus, .btn.hollow:active, button.hollow:hover, button.hollow:focus, button.hollow:active, .button a.hollow:hover, .button a.hollow:focus, .button a.hollow:active, .button.hollow:hover, .button.hollow:focus, .button.hollow:active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
/* line 84, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="submit"].white, .btn.white, button.white, .button a.white, .button.white {
  background-color: white;
  color: #EC1B23;
  border: solid 1px white;
}
/* line 88, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="submit"].white:hover, input[type="submit"].white:focus, input[type="submit"].white:active, .btn.white:hover, .btn.white:focus, .btn.white:active, button.white:hover, button.white:focus, button.white:active, .button a.white:hover, .button a.white:focus, .button a.white:active, .button.white:hover, .button.white:focus, .button.white:active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
/* line 94, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
input[type="submit"].inactive, .btn.inactive, button.inactive, .button a.inactive, .button.inactive {
  background-color: #F1F1F1;
  color: #ddd;
}

/* line 100, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
textarea {
  max-width: 100%;
  width: 100% !important;
}

/* line 105, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-item {
  margin: 0 0 26px;
  margin: 0 0 2.6rem;
}
/* line 108, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-item label {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
}
/* line 114, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-item input, .form-item select, .form-item textarea {
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
}
/* line 117, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-item input.error, .form-item select.error, .form-item textarea.error {
  border: solid 1px #EC1B23;
  color: #000;
}
/* line 123, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-item .description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
/* line 127, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-item .form-required {
  color: #EC1B23;
}

/* line 132, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-actions {
  *zoom: 1;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.form-actions:before, .form-actions:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.form-actions:after {
  clear: both;
}
/* line 135, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-actions #edit-submit {
  float: right;
}

/* line 140, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-type-radio {
  position: relative;
}
/* line 143, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-type-radio .option {
  font-family: "HelveticaNeueLTStd-Md", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
/* line 149, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-type-radio label {
  cursor: pointer;
  padding-left: 35px;
  display: inline-block;
  line-height: 24px;
  position: relative;
  z-index: 10;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-type-radio label:before, .form-type-radio label:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}
/* line 164, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-type-radio label:before {
  background-color: #f1f1f1;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
  z-index: 20;
}
/* line 173, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-type-radio label:after {
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
  -ms-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  background-color: transparent;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 4px;
  z-index: 30;
}
/* line 184, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-type-radio label.checked:after {
  background-color: #EC1B23;
}
/* line 190, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-type-radio input {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 198, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-type-radio input.error + label:before {
  -webkit-box-shadow: 0 0 0 1px #EC1B23;
  box-shadow: 0 0 0 1px #EC1B23;
}

/* line 206, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-wrapper {
  border: none;
  margin: 0 0 36px;
  margin: 0 0 3.6rem;
  padding: 0 0 10px;
  padding: 0 0 1rem;
}
/* line 211, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.form-wrapper legend {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

/* line 216, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.fieldset-legend {
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}

/* line 223, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.container-inline-date {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
/* line 226, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.container-inline-date > .form-item {
  margin: 0;
}
/* line 230, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.container-inline-date .date-padding {
  padding: 0;
  float: none;
}
/* line 234, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.container-inline-date .date-padding label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
/* line 239, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.container-inline-date .date-padding .form-item {
  margin-right: 26px;
  margin-right: 2.6rem;
}

/* line 250, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.activiteit-registratie .inner-wrapper {
  background-color: #eee;
  padding: 28.125px;
  padding: 2.8125rem;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
}
/* line 256, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.activiteit-registratie form {
  *zoom: 1;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.activiteit-registratie form:before, .activiteit-registratie form:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.activiteit-registratie form:after {
  clear: both;
}
/* line 260, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.activiteit-registratie input[type="text"], .activiteit-registratie input[type="tel"], .activiteit-registratie input[type="number"], .activiteit-registratie textarea {
  background-color: #fff;
  margin-bottom: 0;
}
/* line 265, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.activiteit-registratie .form-actions {
  text-align: right;
  margin: 0;
}
/* line 270, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.activiteit-registratie .messages {
  margin: 0 0 26px;
  margin: 0 0 2.6rem;
}
/* line 273, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.activiteit-registratie .messages li {
  margin-bottom: 0;
}
/* line 278, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.activiteit-registratie .grippie {
  display: none;
}

/* line 288, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .messages {
  margin: 0 0 36px;
  margin: 0 0 3.6rem;
}
/* line 291, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .messages li {
  margin-bottom: 0;
}
/* line 296, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .form-actions {
  *zoom: 1;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
#doemee-lid-worden-form .form-actions:before, #doemee-lid-worden-form .form-actions:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
#doemee-lid-worden-form .form-actions:after {
  clear: both;
}
/* line 300, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form fieldset {
  border-bottom: solid 2px #F1F1F1;
}
/* line 305, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .form-wrapper:first-child {
  border-top: none;
}
/* line 310, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .next-btn, #doemee-lid-worden-form .prev-btn {
  margin-bottom: 18.75px;
  margin-bottom: 1.875rem;
}
/* line 314, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .next-btn, #doemee-lid-worden-form .submit-btn {
  margin-left: 13px;
  margin-left: 1.3rem;
  float: right;
}
/* line 319, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .submit-btn {
  margin-top: -9px;
  margin-top: -0.9rem;
}
/* line 323, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .next-btn {
  border: solid 1px #EC1B23;
}
/* line 326, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .next-btn:hover, #doemee-lid-worden-form .next-btn:focus, #doemee-lid-worden-form .next-btn:active {
  border-color: #000;
}
/* line 331, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .prev-btn {
  float: left;
}
/* line 335, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .fieldset-description {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
/* line 339, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .form-item-payment-contribution {
  margin-bottom: 0;
}
/* line 343, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .form-item-payment-contribution-other {
  position: relative;
  padding-left: 20px;
  margin-top: 13px;
  margin-top: 1.3rem;
}
/* line 348, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .form-item-payment-contribution-other label {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 40px;
  line-height: 4rem;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 358, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .sub-label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
/* line 363, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form table, #doemee-lid-worden-form th, #doemee-lid-worden-form tr, #doemee-lid-worden-form td {
  border: none;
}
/* line 368, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form tbody tr:first-child th, #doemee-lid-worden-form tbody tr:first-child td {
  border-top: none;
}
/* line 373, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form th, #doemee-lid-worden-form td {
  border-top: solid 1px #F1F1F1;
}
/* line 377, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form table {
  width: 100%;
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}
/* line 381, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form table th {
  font-family: "HelveticaNeueLTStd-Md", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  width: 40%;
  padding-left: 0;
  padding-right: 0;
}
/* line 389, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form table tr.even, #doemee-lid-worden-form table tr.odd {
  background-color: transparent;
}
/* line 394, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
#doemee-lid-worden-form .payment-info {
  border-bottom: solid 2px #F1F1F1;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}

/* line 401, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.doemee-lid-worden-radio-group {
  *zoom: 1;
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.doemee-lid-worden-radio-group:before, .doemee-lid-worden-radio-group:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.doemee-lid-worden-radio-group:after {
  clear: both;
}
/* line 405, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.doemee-lid-worden-radio-group > div {
  float: left;
  width: 25%;
}

/* line 411, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.doemee-lid-worden-progress {
  border-bottom: solid 2px #F1F1F1;
  border-top: solid 2px #F1F1F1;
  margin: 36px 0;
  margin: 3.6rem 0;
  padding: 10px 0;
  padding: 1rem 0;
}
/* line 417, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.doemee-lid-worden-progress ul {
  padding-left: 0;
}
/* line 421, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.doemee-lid-worden-progress .active {
  color: #EC1B23;
}
/* line 425, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.doemee-lid-worden-progress .step {
  width: 25%;
  float: left;
}
/* line 429, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.doemee-lid-worden-progress .step span {
  display: block;
}
/* line 434, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.doemee-lid-worden-progress .step-title {
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  padding-right: 28.125px;
  padding-right: 2.8125rem;
  margin: 26px 0;
  margin: 2.6rem 0;
}

/* line 442, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.formulieren-header {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

/* line 446, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.spforms form {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

/* line 451, ../../../../../../profiles/sp/themes/pomodoro/scss/_forms.scss */
.activiteit-registratie .form-wrapper {
  margin: 0;
}

/* ========================================================================== *\
   Misc
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.tabs {
  width: auto;
  clear: both;
}

/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.owl-carousel .owl-stage-outer {
  overflow: visible;
}

/* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.region-content .owl-carousel {
  padding-left: 0;
}
/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.owl-carousel .owl-item {
  margin: 0 7.5px !important;
}

/* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.owl-stage.centered {
  margin: 0 auto;
  -webkit-transform: none !important;
  /* Safari and Chrome */
  -ms-transform: none !important;
  /* IE 9 */
  transform: none !important;
  left: 0 !important;
}
/* line 31, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.owl-stage.centered .readmore {
  opacity: 1 !important;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.image-enlarger {
  position: relative;
  cursor: default;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 45, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.image-enlarger:hover:after {
  transform: scale(1.2);
}
/* line 48, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.image-enlarger:hover:before {
  transform: scale(1.2);
}
/* line 51, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.image-enlarger:before {
  display: none;
  position: absolute;
  z-index: 1;
  content: '';
  height: 20px;
  width: 22px;
  background: white;
  right: -4px;
  bottom: -4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.image-enlarger:after {
  display: none;
  position: absolute;
  z-index: 2;
  font-family: "SP-Icons";
  font-size: 28px;
  content: "\e901";
  bottom: -4px;
  right: -4px;
  color: #EC1B23;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: .1s ease-in-out;
}
/* line 76, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.image-enlarger .spmedia-picture img {
  margin-bottom: 0;
}

/* line 83, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.header-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: both;
}
/* line 88, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.header-image img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 93, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.header-image .image-wrapper {
  position: relative;
}

/* line 98, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.image-overlay {
  color: #EC1B23;
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 36px 18.75px;
  padding: 3.6rem 1.875rem;
  margin: 0px auto;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
}

/* line 113, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.user-image {
  border: solid 3px #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  width: 38px;
  height: 38px;
  margin-right: 18.75px;
  margin-right: 1.875rem;
}

/* line 124, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.pager-wrapper {
  text-align: left;
  padding-top: 28.125px;
  padding-top: 2.8125rem;
}

/* line 129, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.item-list .pager {
  *zoom: 1;
  padding-left: 0;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.item-list .pager:before, .item-list .pager:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.item-list .pager:after {
  clear: both;
}
/* line 132, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.item-list .pager li {
  padding: 0;
  margin: 0;
}
/* line 135, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.item-list .pager li.pager-previous {
  float: left;
}
/* line 138, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.item-list .pager li.pager-next {
  float: right;
}
/* line 141, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.item-list .pager li a {
  display: block;
}

/* line 150, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section {
  padding: 0 36px 36px;
  padding: 0 3.6rem 3.6rem;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 154, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.content-wrap .page-section {
  padding-left: 0;
  padding-right: 0;
}

/* line 160, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section-image.full-width-page, .page-section-image.full-width-fixed-page {
  max-width: none;
  padding: 0;
}
/* line 163, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section-image.full-width-page .image-wrapper, .page-section-image.full-width-fixed-page .image-wrapper {
  overflow: hidden;
  margin-bottom: 18.75px;
  margin-bottom: 1.875rem;
}
/* line 167, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section-image.full-width-page .text-wrapper, .page-section-image.full-width-fixed-page .text-wrapper {
  max-width: 1200px;
  margin: auto;
}
/* line 171, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section-image.full-width-page img, .page-section-image.full-width-fixed-page img {
  margin-bottom: 0;
}
/* line 174, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section-image.full-width-page figcaption, .page-section-image.full-width-fixed-page figcaption {
  padding-right: 26px;
  padding-right: 2.6rem;
}
/* line 179, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section-image.image-left figure, .page-section-image.image-right figure {
  margin: 0 -36px;
  margin: 0 -3.6rem;
}
/* line 184, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section-image.image-left figcaption, .page-section-image.full-width-content figcaption, .page-section-image.inline-caption figcaption {
  padding: 0 26px 0 0;
  padding: 0 2.6rem 0 0;
  text-align: left;
}
/* line 189, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section-image img {
  display: block;
  margin-bottom: 18.75px;
  margin-bottom: 1.875rem;
  width: 100%;
  height: auto;
}

/* line 196, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-section-text {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

/* line 281, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.social-links {
  background-color: #FFFFFF;
  text-align: center;
}
/* line 284, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.social-links li {
  margin-bottom: 0 !important;
  padding: 0;
}
/* line 288, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.social-links .text {
  display: none;
}
/* line 291, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.social-links a {
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  text-indent: 0;
  background: #FFFFFF;
  position: relative;
  width: 50px;
  height: 50px;
}
/* line 300, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.social-links a:after {
  color: #ccc;
  width: 100%;
  height: 100%;
  line-height: 50px;
}
/* line 306, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.social-links a:hover, .social-links a:focus, .social-links a:active {
  background: white;
}
/* line 308, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.social-links a:hover span, .social-links a:focus span, .social-links a:active span {
  left: -150px;
}
/* line 311, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.social-links a:hover:after, .social-links a:focus:after, .social-links a:active:after {
  color: #EC1B23;
}

/* line 320, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  overflow: hidden;
}
/* line 328, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper span, .meta-wrapper time, .meta-wrapper .categories {
  display: inline;
  margin-left: 0;
}
/* line 332, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper a {
  border-bottom: solid 1px transparent;
}
/* line 334, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper a:hover, .meta-wrapper a:focus, .meta-wrapper a:active {
  border-color: #C70305;
  color: #C70305;
}
/* line 339, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper .categories {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 342, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper .categories li {
  margin-left: 0;
  display: inline;
}
/* line 345, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper .categories li:before {
  content: ', ';
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: -2px;
  position: static;
}
/* line 353, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper .categories li:first-child:before {
  content: none;
}
/* line 357, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper .categories li a {
  padding: 0;
}
/* line 363, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.meta-wrapper .date:after, .meta-wrapper .type:after, .meta-wrapper .fraction:after, .meta-wrapper .home-location:after {
  content: '/';
  padding: 0 5px 0 10px;
  padding: 0 0.5rem 0 1rem;
}

/* line 372, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list {
  padding: 36px 36px 0;
  padding: 3.6rem 3.6rem 0;
  clear: both;
  text-align: center;
}
/* line 376, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list p {
  margin-bottom: 0;
}
/* line 379, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
/* line 384, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .block {
  margin-bottom: 0;
}
/* line 386, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .block a {
  color: #000;
  display: block;
}
/* line 389, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .block a:hover, .block-list .block a:focus, .block-list .block a:active {
  color: #EC1B23;
}
/* line 391, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .block a:hover .subtitle, .block-list .block a:focus .subtitle, .block-list .block a:active .subtitle {
  color: #000;
}
/* line 398, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .block-1 .inner-container {
  border-top: none;
}
/* line 400, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .block-1 .inner-container:before {
  content: none;
}
/* line 405, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .inner-container {
  border-top: solid 1px #f1f1f1;
  position: relative;
  padding: 42px 0;
}
/* line 409, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .inner-container:before {
  background-color: #fff;
  color: #EC1B23;
  font-family: "SP-Icons";
  font-size: 20px;
  content: "T";
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: -22px;
  position: absolute;
  top: -22px;
  left: 50%;
}
/* line 428, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list h2 {
  margin-bottom: 0;
}
/* line 431, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list span {
  display: block;
}
/* line 434, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .title {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: uppercase;
}
/* line 439, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.block-list .subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}

/* line 447, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.compact-block-list {
  padding-top: 36px;
  padding-top: 3.6rem;
}

/* line 450, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.compact-block {
  border-bottom: solid 2px #F1F1F1;
}
/* line 452, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.compact-block .image-wrapper {
  display: none;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.compact-block h2 {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 458, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.compact-block a {
  color: #000;
  padding: 28.125px 0;
  padding: 2.8125rem 0;
  display: block;
}
/* line 463, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.compact-block a:hover h2, .compact-block a:focus h2, .compact-block a:active h2 {
  color: #EC1B23;
}

/* line 472, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-block {
  position: relative;
}
/* line 474, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-block a {
  color: #222;
  display: block;
}
/* line 477, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-block a:hover, .overlay-block a:focus, .overlay-block a:active {
  color: #fff;
}
/* line 479, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-block a:hover h3, .overlay-block a:focus h3, .overlay-block a:active h3 {
  color: #fff;
}
/* line 482, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-block a:hover .inner-wrapper, .overlay-block a:hover .inner-wrapper:before, .overlay-block a:focus .inner-wrapper, .overlay-block a:focus .inner-wrapper:before, .overlay-block a:active .inner-wrapper, .overlay-block a:active .inner-wrapper:before {
  background-color: #EC1B23;
  color: #fff;
}
/* line 490, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-block.thema-block a:hover, .overlay-block.thema-block a:focus, .overlay-block.thema-block a:active {
  color: #EC1B23;
}

/* line 496, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-text {
  text-align: center;
  padding: 18.75px;
  padding: 1.875rem;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 504, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-text.full-overlay {
  height: 100%;
  top: 0;
}
/* line 507, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-text.full-overlay .inner-wrapper {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
/* line 513, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-text.full-overlay .inner-container {
  display: table-cell;
  vertical-align: middle;
}
/* line 517, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-text .inner-wrapper {
  background-color: #fff;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
  -ms-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  padding: 18.75px;
  padding: 1.875rem;
}
/* line 522, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-text .title {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-size: 26px;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 529, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-text .subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 537, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.overlay-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 547, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.return-link-wrapper {
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: 10px;
  top: 1rem;
  left: 20px;
  left: 2rem;
  width: 320px;
}
/* line 555, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.return-link-wrapper a {
  color: #EC1B23;
  background-color: transparent;
  line-height: 38px;
  text-transform: none;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-indent: 40px;
  border: 1px solid #EC1B23;
  position: relative;
  display: block;
  width: 42px;
  height: 40px;
  overflow: hidden;
}
/* line 568, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.return-link-wrapper a:after {
  content: "\2190";
  color: #EC1B23;
  font-family: "SP-Icons";
  font-size: 30px;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
  text-align: center;
  text-indent: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-transform: initial;
  border: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 586, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.return-link-wrapper a:hover, .return-link-wrapper a:focus, .return-link-wrapper a:active {
  background-color: #EC1B23;
  color: #fff;
  width: 210px;
}
/* line 590, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.return-link-wrapper a:hover:after, .return-link-wrapper a:focus:after, .return-link-wrapper a:active:after {
  color: #fff;
}

/* line 597, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.anchors-wrapper {
  max-width: 1200px;
  margin: auto;
}
/* line 600, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.anchors-wrapper .anchors {
  text-align: center;
}
/* line 602, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.anchors-wrapper .anchors li {
  display: inline-block;
  padding: 0 9.375px 18px;
  padding: 0 0.9375rem 1.8rem;
  margin-bottom: 0;
}
/* line 607, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.anchors-wrapper .anchors a {
  border-bottom: solid 1px #EC1B23;
  display: inline-block;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
/* line 612, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.anchors-wrapper .anchors a:hover, .anchors-wrapper .anchors a:focus, .anchors-wrapper .anchors a:active {
  border-color: transparent;
}

/* line 622, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper {
  padding: 36px 0 17.25px;
  padding: 3.6rem 0 1.725rem;
  max-width: 1200px;
  margin: auto;
}
/* line 626, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper .section-title {
  text-align: left;
}
/* line 629, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper .has-placeholder {
  position: relative;
  border: solid 1px #aaa;
}
/* line 632, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper .has-placeholder:after {
  color: #ddd;
  content: "u";
  font-family: "SP-Icons";
  font-size: 100px;
  text-align: center;
  width: 100%;
  display: block;
  height: 100px;
  margin-top: -50px;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 648, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper.compact {
  text-align: left;
  *zoom: 1;
  padding-bottom: 23px;
  padding-bottom: 2.3rem;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.personen-wrapper.compact:before, .personen-wrapper.compact:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.personen-wrapper.compact:after {
  clear: both;
}
/* line 652, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper.compact .person-block {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  margin: 0;
  padding-right: 13px;
  padding-right: 1.3rem;
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
/* line 660, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper.compact .person-block h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 0;
}
/* line 665, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper.compact .person-block:nth-child(odd) {
  clear: both;
}
/* line 669, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper.compact .image-wrapper {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 676, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper.compact .content-wrapper {
  margin-left: 50px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  padding-left: 26px;
  padding-left: 2.6rem;
}
/* line 681, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper.compact .content-inner-wrapper {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  width: 100%;
}
/* line 687, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.personen-wrapper.compact .has-placeholder:after {
  font-size: 40px;
  height: 50px;
  margin-top: -20px;
}

/* line 695, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.person-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 18.75px 0;
  margin: 0 0 1.875rem 0;
  width: 100%;
}
/* line 700, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.person-block h2 {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Inter", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  margin: 0;
  clear: both;
}
/* line 707, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.person-block .function {
  font-family: "Inter", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  padding-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  display: inline-block;
}
/* line 714, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.person-block .text-wrapper {
  display: inline-block;
  margin-left: 100px;
  padding: 18.75px 28.125px;
  padding: 1.875rem 2.8125rem;
}
/* line 719, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.person-block .image-wrapper {
  margin-right: 13px;
  margin-right: 1.3rem;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 727, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.person-block img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/* line 734, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.person-link {
  background-color: #F1F1F1;
  display: block;
  position: relative;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  max-width: 420px;
}
/* line 741, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.person-link.persoon-summary:hover, .person-link.persoon-summary:focus, .person-link.persoon-summary:active {
  color: #EC1B23;
}
/* line 745, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.page-wij-sp-mensen .person-link, .page-wij-sp-lokaal .person-link {
  background-color: #fff;
}

/* line 750, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.icon {
  background: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  width: 50px;
  margin-left: -0.5px;
  height: 34px;
  z-index: 10;
}
/* line 759, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.icon:before, .icon:after {
  border-top: solid 25px white;
  border-bottom: solid 10px transparent;
  border-left: solid 25px #fff;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
}
/* line 773, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.icon:after {
  bottom: -25px;
  right: 0;
  border-right: solid 25px #fff;
}
/* line 778, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.icon:before {
  bottom: -25px;
  left: 0;
}

/* line 787, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.attachments-wrapper {
  padding-bottom: 0;
}
/* line 789, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.attachments-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 793, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.attachments-wrapper .attachment {
  margin-bottom: 10px;
}
/* line 795, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.attachments-wrapper .attachment a {
  display: block;
  color: #EC1B23;
  position: relative;
  padding-left: 56.25px;
  padding-left: 5.625rem;
}
/* line 800, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.attachments-wrapper .attachment a:before {
  display: block;
  height: 20px;
  line-height: 20px;
  content: "P";
  font-family: "SP-Icons";
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 18px;
}

/* line 817, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
#readspeaker_button1 img {
  border: 1px solid #ec1b23;
  padding: 10px 7px 9px 6px;
  margin-left: 14px;
}

/* line 823, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.index-wrapper ul {
  margin: 0 0 2em 0;
  padding: 0;
}
/* line 827, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.index-wrapper ul li:before {
  content: '\2192';
  font-family: SP-icons;
  vertical-align: -2px;
  display: inline-block;
  margin-right: 8px;
}
/* line 834, ../../../../../../profiles/sp/themes/pomodoro/scss/_misc.scss */
.index-wrapper ul li a {
  display: inline-block;
}

/* ========================================================================== *\
   Drupal
\* ========================================================================== */
/* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
div.messages {
  background-image: none;
  clear: both;
  margin: 20px;
  padding: 18.75px 18.75px 18.75px 56.25px;
  padding: 1.875rem 1.875rem 1.875rem 5.625rem;
  position: relative;
}
/* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
div.messages:before {
  font-family: "SP-Icons";
  position: absolute;
  width: 20px;
  top: 18.75px;
  top: 1.875rem;
  left: 18.75px;
  left: 1.875rem;
}
/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
div.messages ul {
  margin: 0;
}
/* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
div.messages.status {
  background-color: #F1F1F1;
  border-color: #DDD;
  color: #222;
}
/* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
div.messages.status:before {
  content: "v";
  font-size: 20px;
}
/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
div.messages.error {
  border-color: #EC1B23;
  color: #EC1B23;
}
/* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
div.messages.error:before {
  content: "x";
  font-size: 30px;
  margin-left: -7.5px;
}
/* line 50, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
.node-type-geschiedenis div.messages {
  margin-left: 100px;
}

/* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
ul.primary {
  margin: 20px 10px;
  padding: 0;
}
/* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
ul.primary li a {
  background-color: #fff;
  border-color: #bbb;
  color: #222;
  line-height: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  margin: 0 0 0 10px;
}
/* line 75, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
ul.primary li.active a {
  background-color: #EC1B23;
  color: #fff;
  border: none;
}

/* line 84, ../../../../../../profiles/sp/themes/pomodoro/scss/_drupal.scss */
.logged-in ul.tabs {
  margin: 0 auto;
  max-width: 1140px;
  font-size: 14px;
  font-family: Sans-serif;
}

/* ========================================================================== *\
   Cookie Bar (EU Cookie Compliance Module)
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_cookie-bar.scss */
#sliding-popup {
  background-color: #222;
  height: auto;
  width: 100%;
  padding: 15px;
  padding: 1.5rem;
  box-shadow: 0 0 2em rgba(2, 2, 2, 0.2);
}
/* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/_cookie-bar.scss */
#sliding-popup .popup-content {
  max-width: 1200px;
}
/* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/_cookie-bar.scss */
#sliding-popup .popup-content #popup-buttons {
  text-align: center;
  float: none;
  max-width: 100%;
}
/* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/_cookie-bar.scss */
#sliding-popup .popup-content #popup-buttons button {
  background-color: #FFFFFF;
  border: solid 2px #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px;
  margin: 0.5rem;
  padding: 5px 15px;
  padding: 0.5rem 1.5rem;
  color: #000;
}
/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_cookie-bar.scss */
#sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content #popup-buttons button:focus, #sliding-popup .popup-content #popup-buttons button:active {
  border-color: #EC1B23;
  background: #EC1B23;
  color: #FFFFFF;
}
/* line 31, ../../../../../../profiles/sp/themes/pomodoro/scss/_cookie-bar.scss */
#sliding-popup .popup-content #popup-text {
  padding-right: 1rem;
  float: none;
  max-width: 100%;
}
/* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/_cookie-bar.scss */
#sliding-popup .popup-content p {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0;
}
/* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/_cookie-bar.scss */
#sliding-popup .popup-content p a {
  color: inherit;
  text-decoration: underline;
}
/* line 47, ../../../../../../profiles/sp/themes/pomodoro/scss/_cookie-bar.scss */
#sliding-popup .eu-cookie-withdraw-tab {
  background: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  margin: 0;
}

/* ========================================================================== *\
   Header
\* ========================================================================== */
/* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header {
  background-color: #FFFFFF;
  position: fixed;
  border-top: 4px solid #EC1B23;
  z-index: 300;
  width: 100%;
  top: 0;
  box-shadow: 0 0 0 rgba(1, 1, 1, 0);
}
/* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls {
  position: absolute;
  right: 0;
  top: 0;
  transition: padding 0.6s;
}
/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls .menu-toggler, #header .controls .search-toggler {
  color: #EC1B23;
  display: inline-block;
  padding: 20px 0;
  transition: padding 0.6s;
}
/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls .menu-toggler:hover, #header .controls .menu-toggler:focus, #header .controls .menu-toggler:active, #header .controls .search-toggler:hover, #header .controls .search-toggler:focus, #header .controls .search-toggler:active {
  color: #222;
}
/* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls .menu-toggler:after, #header .controls .search-toggler:after {
  font-family: "SP-Icons";
  text-align: center;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
}
/* line 34, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls .menu-toggler {
  margin-right: 4px;
}
/* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls .menu-toggler:after {
  content: '=';
}
/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls .menu-toggler.toggled:after {
  content: 'x';
}
/* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls .search-toggler {
  margin-right: 16px;
}
/* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls .search-toggler .text {
  display: none;
}
/* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .controls .search-toggler:after {
  content: "S";
}
/* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .search-wrapper {
  clear: both;
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: height 0.6s;
}
/* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .search-wrapper.toggled {
  height: 80px;
}
/* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .search-wrapper .form-wrapper {
  margin: 0;
}
/* line 66, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header .search-wrapper .inner-container {
  padding-left: 36px;
  padding-left: 3.6rem;
  padding-right: 75px;
  padding-right: 7.5rem;
}

/* line 72, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#logo {
  width: 92px;
  display: block;
  transition: all 0.6s;
  padding: 16px;
}
/* line 77, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#logo img {
  width: 100%;
  height: auto;
}
/* line 81, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
.maintenance-page #logo {
  width: 258px;
  width: 25.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  float: none;
  display: block;
}

/* line 91, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header.modest {
  box-shadow: 0 0 4rem rgba(1, 1, 1, 0.2);
}
/* line 93, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header.modest #logo {
  width: 64px;
  padding: 8px;
}
/* line 97, ../../../../../../profiles/sp/themes/pomodoro/scss/_header.scss */
#header.modest .menu-toggler, #header.modest .search-toggler {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* ========================================================================== *\
   Menu
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
#navigation {
  max-height: 0;
}
/* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
.js #navigation {
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -ms-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
.js #navigation.toggled {
  max-height: 999px;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -ms-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}

/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
#main-menu {
  text-align: left;
  display: block;
  margin-bottom: 0;
  padding-right: 0;
  border-bottom: solid 4px #F1F1F1;
  background-color: #FFFFFF;
}
/* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
#main-menu li {
  border-top: solid 2px #F1F1F1;
  display: block;
  padding: 0;
}
/* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
#main-menu li.last {
  border-bottom: none;
}
/* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
#main-menu li.active a, #main-menu li.active-trail a {
  color: #CBCBCB;
}
/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
#main-menu li.active a:after, #main-menu li.active-trail a:after {
  width: 0;
}
/* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
#main-menu a {
  color: #EC1B23;
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 25.6px;
  padding: 2.56rem;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
/* line 56, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
#main-menu a:hover, #main-menu a:focus, #main-menu a:active {
  color: #222;
}
/* line 58, ../../../../../../profiles/sp/themes/pomodoro/scss/_menu.scss */
#main-menu a:hover:after, #main-menu a:focus:after, #main-menu a:active:after {
  width: 0;
}

/* line 1, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
.modal-wrapper {
  width: 100%;
  height: 100vh;
  background: rgba(43, 25, 25, 0.65);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  padding: 21px;
}
/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
.modal-wrapper .close-modal {
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  padding: 10px 0;
  color: #ddd;
}
/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
.modal-wrapper .close-modal:before {
  display: block;
  content: 'x';
  font-family: 'SP-icons';
  font-size: 32px;
}
/* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
.modal-wrapper .close-modal:hover {
  color: #222;
}
/* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
.modal-wrapper .close-modal .text {
  display: none;
}
/* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
.modal-wrapper .modal-content {
  width: 100%;
  max-width: 520px;
  background: white;
  padding: 4rem;
  box-shadow: 0 0 64px rgba(1, 1, 1, 0.2);
  height: auto;
  position: relative;
  margin: auto;
  overflow: auto;
}
/* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
.modal-wrapper .modal-content form .form-item {
  margin: 0;
}
/* line 47, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
.modal-wrapper .modal-content .message-error {
  background: #ffee34;
  padding: .5em;
  font-size: .8em;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}

/* line 57, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
body.modal-open {
  overflow: hidden;
}
/* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
body.modal-open .modal-wrapper {
  display: flex;
  overflow-y: auto;
}
/* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/_modal.scss */
body.modal-open #header {
  z-index: -1;
}

/* ========================================================================== *\
   Page
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
#main-wrapper {
  margin-top: 76px;
}

/* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
#content {
  position: relative;
  z-index: 50;
}

/* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.node .field-name-body {
  *zoom: 1;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.node .field-name-body:before, .node .field-name-body:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.node .field-name-body:after {
  clear: both;
}

/* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.page-node .node-container {
  padding: 0;
}

/* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.content-wrap, .page-user #content {
  padding-left: 36px;
  padding-left: 3.6rem;
  padding-right: 36px;
  padding-right: 3.6rem;
}

/* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.page-user #content {
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}

/* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.maintenance-page #main-wrapper {
  background: #ccc;
  padding: 36px;
  padding: 3.6rem;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
}
/* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.maintenance-page #main-wrapper #content p {
  text-align: center;
  color: white;
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}

/* line 48, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.sp-video-link {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* line 52, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.sp-video-link:after {
  font-family: "SP-Icons";
  font-size: 60px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  content: ">";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}
/* line 66, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.sp-video-link img {
  display: block;
}

/* line 71, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.video-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 53.6%;
  overflow: hidden;
}
/* line 76, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.video-image-wrapper img {
  min-width: 100%;
  min-height: 100%;
}

/* line 83, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.node-type-page .actualiteiten-wrapper {
  padding-top: 0rem;
}

/* line 88, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.page-title {
  text-align: center;
  position: relative;
  z-index: 100;
}
/* line 93, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.page-title a {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #EC1B23;
  margin-bottom: 15px;
  display: inline-block;
}

/* line 102, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.section-intro {
  padding-bottom: 10px;
  padding-bottom: 1rem;
  text-align: left;
}
/* line 105, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.section-intro h2 {
  color: #EC1B23;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

/* line 113, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.back-to-top {
  cursor: pointer;
  z-index: 1000;
  width: 52px;
  width: 5.2rem;
  height: 44px;
  line-height: 44px;
  position: fixed;
  box-shadow: 0 0 0.4rem rgba(2, 2, 2, 0.2);
  right: 18.75px;
  right: 1.875rem;
  bottom: -67.5px;
  bottom: -6.75rem;
  -webkit-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
/* line 124, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.back-to-top.active {
  bottom: 18.75px;
  bottom: 1.875rem;
}
/* line 127, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.back-to-top:before {
  content: "^";
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 44px;
  font-weight: normal;
  font-family: "SP-Icons";
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 142, ../../../../../../profiles/sp/themes/pomodoro/scss/_page.scss */
.back-to-top.sticky {
  position: relative;
  right: 0;
  top: 0;
  margin: 1rem;
  float: right;
  box-shadow: none;
}

/* Styling of page sections */
/* line 3, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-section.scss */
.page-section-kader {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
  max-width: 1280px;
}
/* line 8, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-section.scss */
.page-section-kader .content {
  background-color: #F8F8F8;
  padding: 3rem 3.4rem 1rem;
  border-left: .5rem solid #ccc;
  width: 100%;
  margin: 0;
}
/* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-section.scss */
.page-section-kader .content h1, .page-section-kader .content h2, .page-section-kader .content h3, .page-section-kader .content h4 {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1;
  text-transform: none;
}

/* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-section.scss */
.page-section.page-section-webform-reference {
  max-width: 100%;
  padding: 0;
}
/* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-section.scss */
.page-section.page-section-webform-reference form {
  max-width: 990px;
  margin: 0 auto;
}

/* line 2, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden #readspeaker_button1 .rsbtn_sp div.rsbtn_button {
  border: none;
}
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden #main {
  max-width: 1180px;
  margin: auto;
}
/* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden .node-content {
  margin: 0;
  padding: 0;
}
/* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden .promotional-image {
  min-width: 320px;
  max-width: 90vw;
  margin: 0 auto;
}
/* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden .promotional-image img {
  min-width: 320px;
  width: 100%;
}
/* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden .btn {
  position: fixed;
  bottom: 0;
  width: 100vw;
  text-align: center;
  left: 0;
  box-shadow: 0 0 6rem white;
  padding: 1.14em;
  border: 6px solid white;
}
/* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden .social-links {
  display: none;
}
/* line 35, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden .page-title h1 {
  padding-top: 12px;
  margin-bottom: 12px;
}
/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden .footer-bottom ul {
  width: 100%;
  text-align: center;
}
/* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden #footer a {
  text-decoration: underline;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 90px;
  padding: 1em;
  font-size: .8em;
}
/* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/_page-lid-worden.scss */
.page-lid-worden .promotional-image .caption {
  font-size: 10px;
  color: #aaa;
  max-width: 220px;
  display: block;
  line-height: 1;
  padding-top: 8px;
}

/* ========================================================================== *\
   Home
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-content {
  padding: 28.125px 36px 18.75px;
  padding: 2.8125rem 3.6rem 1.875rem;
}

/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-image-overlay {
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem;
  display: block;
}
/* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-image-overlay a {
  color: #fff;
  border-bottom: solid 2px #fff;
}
/* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-image-overlay a:hover, .home-image-overlay a:focus, .home-image-overlay a:active {
  border-bottom-color: transparent;
}

/* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.join-btn-wrapper {
  text-align: center;
  padding: 24px;
  padding: 2.4rem;
}
/* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.join-btn-wrapper .btn {
  border: solid 1px #EC1B23;
  font-size: 21px;
  font-size: 2.1rem;
}
/* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.join-btn-wrapper .btn:hover, .join-btn-wrapper .btn:focus, .join-btn-wrapper .btn:active {
  border-color: transparent;
}

@media screen and (max-width: 415px) {
  /* line 40, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
  .join-btn-wrapper .btn {
    padding: 14px;
    padding: 1.4rem;
  }
}
/* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-items-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 30px;
  padding: 4rem 0 3rem;
  background: #F1F1F1;
  clear: both;
}
/* line 56, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-items-wrapper .home-items {
  margin: 0;
  padding: 0;
}

/* line 62, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.owl-controls {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
/* line 66, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.owl-controls .owl-dot {
  display: inline-block;
  border: 1px solid #ccc;
  background: #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 0 7px;
}
/* line 74, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.owl-controls .owl-dot.active {
  border: 2px solid #EC1B23;
  background: #EC1B23;
}

/* line 82, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-item, .thema-onderwerp {
  background: #fff;
  position: relative;
  width: 280px;
  display: inline-block;
}
/* line 88, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-item .item-text, .thema-onderwerp .item-text {
  padding: 20px 20px 0;
  padding: 2rem 2rem 0;
  height: 110px;
  overflow: hidden;
}
/* line 93, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-item .item-text h2, .thema-onderwerp .item-text h2 {
  font-size: 2.1rem;
  text-transform: none;
  color: #222;
  display: block;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
  line-height: 2.6rem;
  margin-bottom: 0;
}
/* line 105, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-item .onderwerp-image img, .thema-onderwerp .onderwerp-image img {
  border: solid 0px white;
  -webkit-transition: border 0.35s ease;
  -moz-transition: border 0.35s ease;
  -ms-transition: border 0.35s ease;
  -o-transition: border 0.35s ease;
  transition: border 0.35s ease;
  max-width: 100%;
}
/* line 114, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-item:hover .onderwerp-image img, .home-item:focus .onderwerp-image img, .home-item:active .onderwerp-image img, .thema-onderwerp:hover .onderwerp-image img, .thema-onderwerp:focus .onderwerp-image img, .thema-onderwerp:active .onderwerp-image img {
  border: solid 20px white;
}
/* line 119, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-item:hover .item-text h2, .home-item:focus .item-text h2, .home-item:active .item-text h2, .thema-onderwerp:hover .item-text h2, .thema-onderwerp:focus .item-text h2, .thema-onderwerp:active .item-text h2 {
  color: #EC1B23;
}

/* line 131, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people {
  overflow: hidden;
  clear: both;
  margin: 30px -3px;
  padding-bottom: 3px;
  position: relative;
}
/* line 139, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people:before {
  content: '';
  background-color: #fff;
  width: auto;
  height: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
/* line 151, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people .column {
  float: left;
  width: 33.33333%;
}
/* line 162, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people .default {
  width: 100%;
}
/* line 165, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people .default .block {
  width: 50%;
  float: left;
}
/* line 170, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people .default .text {
  width: 100%;
  float: left;
}
/* line 176, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people .block {
  overflow: hidden;
  padding: 7.5px;
  padding: 0.75rem;
}
/* line 183, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people .small-images a {
  width: 100%;
  float: left;
  outline: solid 6px #fff;
}
/* line 190, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people .text {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}
/* line 195, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people .text .inner-block {
  display: table-cell;
  vertical-align: middle;
  display: block;
  padding: 50px 30px;
  padding: 5rem 3rem;
}
/* line 201, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.home-people .text .statement {
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin-bottom: 2.6rem;
}

/* line 210, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.header-image .image-wrapper {
  position: relative;
}
/* line 212, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.header-image .image-wrapper .image-caption {
  display: block;
  position: absolute;
  top: 50%;
  width: 66.6%;
  transform: translateY(-50%);
  padding-left: 6%;
  padding-bottom: 0;
}
/* line 221, ../../../../../../profiles/sp/themes/pomodoro/scss/_home.scss */
.header-image .image-wrapper p {
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-shadow: 0 0 48px rgba(60, 62, 64, 0.5), 2px 2px 2px rgba(1, 1, 1, 0.9);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.14;
  margin-bottom: 0;
}

/* ========================================================================== *\
   Partij - used to be: Wij SP
\* ========================================================================== */
/* line 8, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.speerpunten-wrapper {
  padding-left: 28.125px;
  padding-left: 2.8125rem;
  clear: both;
}
/* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.speerpunten-wrapper ul {
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  padding-left: 0;
}
/* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.speerpunten-wrapper .speerpunten {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
/* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.speerpunten-wrapper .speerpunt {
  position: relative;
  overflow: hidden;
  padding-left: 80px;
  padding-left: 8rem;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
/* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.speerpunten-wrapper .speerpunt:before {
  content: "T";
  color: #EC1B23;
  font-family: "SP-Icons";
  font-size: 56.25px;
  font-size: 5.625rem;
  line-height: 45px;
  position: absolute;
  top: 4px;
  left: 0;
}
/* line 34, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.speerpunten-wrapper .speerpunten-menu {
  text-align: center;
}
/* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.speerpunten-wrapper .speerpunten-menu li {
  margin: 13px 6px 0;
  margin: 1.3rem 0.6rem 0;
  display: inline-block;
}
/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.speerpunten-wrapper .speerpunten-menu li:first-child {
  margin-top: 0;
}

/* line 48, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.mensen-wrapper {
  background: #F1F1F1;
  border-top: solid 2px #F1F1F1;
  text-align: center;
  margin: 0px auto;
  padding: 36px 0;
  padding: 3.6rem 0;
}
/* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.mensen-wrapper .overlay-text {
  padding: 0;
  position: relative;
}

/* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.mensen-blocks .first {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

/* line 67, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-wrapper {
  text-align: center;
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}
/* line 71, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-wrapper .geschiedenis-timeline-wrapper {
  max-width: 1600px;
}

/* line 75, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-timeline-wrapper {
  margin: 0 auto;
}
/* line 77, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-timeline-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* line 82, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-timeline-wrapper .text-block {
  background-color: #F1F1F1;
  position: relative;
}
/* line 86, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-timeline-wrapper .inner-block {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 56.25px;
  padding-top: 5.625rem;
  padding-bottom: 28.125px;
  padding-bottom: 2.8125rem;
}
/* line 91, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-timeline-wrapper .inner-block:after, .geschiedenis-timeline-wrapper .inner-block:before {
  background-color: #EC1B23;
  color: #fff;
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: -30px;
}
/* line 105, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-timeline-wrapper .inner-block:after {
  content: 'Nu';
  right: 28.125px;
  right: 2.8125rem;
}
/* line 109, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-timeline-wrapper .inner-block:before {
  content: '1972';
  left: 28.125px;
  left: 2.8125rem;
}
/* line 114, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij.scss */
.geschiedenis-timeline-wrapper .inner-block p:before {
  content: '';
  background-color: #EC1B23;
  height: 2px;
  width: auto;
  position: absolute;
  top: -1px;
  right: 90px;
  right: 9rem;
  left: 90px;
  left: 9rem;
}

/* ========================================================================== *\
   Afdelingen page
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper {
  padding-bottom: 23px;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #F1F1F1;
    /* ========================================================================== *\
   Afdelingen select
\* ========================================================================== */
}
/* line 8, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper .provincie-name {
  color: #222;
  padding: 29px 0;
  padding: 2.9rem 0;
}
/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper:last-of-type {
  border-bottom: none;
}
/* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper li {
  display: inline-block;
  margin: 0 4px;
  margin: 0 0.4rem;
}
/* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper .afdelingen-map .map-intro-wrapper .inner-container {
  display: block;
  vertical-align: baseline;
}
/* line 31, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper .afdelingen-map .map-intro-wrapper {
  padding: 0;
}
/* line 34, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper .afdelingen-map .map-intro-wrapper .inner-wrapper {
  height: auto;
}
/* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper .afdelingen-map .form-item-postcode {
  float: left;
}
/* line 40, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper .afdelingen-select-wrapper .btn.small {
  width: 200px;
}
/* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper #afdeling-select-result {
  clear: both;
}
/* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.provincie-wrapper .hollow {
  line-height: 35.5px;
  line-height: 3.55rem;
}

/* line 50, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
#afdeling-select-ajax-form .form-wrapper {
  max-width: 16em;
}

/* line 53, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
#afdeling-select-result {
  border: 1px solid #ddd;
  padding: 1em;
  margin: 1em 0;
  clear: both;
}

/* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
#afdeling-select-result input.btn.small {
  float: right;
  font-size: .8em;
  padding: 0 .7em;
  line-height: 2.1em;
  margin: 0;
}

/* line 66, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
#afdeling-select-result-content ul {
  padding-left: 0;
  margin: 1em 0 0;
}

/* line 70, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
#afdeling-select-result-content a.link {
  margin-left: 1em;
  position: relative;
  top: -.6em;
}

/* line 75, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
#afdeling-select-result-content a.spicon {
  font-family: 'SP-Icons';
  font-size: 2em;
  color: #ec1b23;
  border: 1px solid #f60000;
}

/* line 81, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
#afdeling-select-result-content a.spicon:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* line 86, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
#afdeling-select-result-content h2, #afdeling-select-result-content p {
  margin-bottom: .5em;
}

/* line 89, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-afdelingen.scss */
.page-wij-sp-lokale-afdelingen .anchors-wrapper {
  clear: both;
}

/* ========================================================================== *\
   Geschiedenis page
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-type-geschiedenis {
  position: relative;
}
/* line 8, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-type-geschiedenis #block-system-main .content {
  overflow: visible;
}
/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-type-geschiedenis .field-name-geschiedenis {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

/* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.geschiedenis-header {
  overflow: hidden;
}
/* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.geschiedenis-header .image-overlay {
  padding-bottom: 0;
}
/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.geschiedenis-header p {
  text-align: center;
}

/* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.page-section-year {
  text-align: center;
  overflow: hidden;
  padding: 0;
}
/* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.page-section-year:before, .page-section-year:after {
  background: #fff;
  width: 12px;
  height: 48px;
  content: '';
  display: block;
  margin: 0 auto;
}
/* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.page-section-year h2 {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
  width: 96px;
  line-height: 96px;
  background: #EC1B23;
  border-radius: 50%;
  color: #fff;
}

/* line 56, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis {
  background: #F1F1F1;
}
/* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .node-container {
  padding: 0;
}
/* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .page-section-text, .node-geschiedenis .page-section-image, .node-geschiedenis .page-section-video {
  background: #fff;
  overflow: hidden;
  padding: 10px;
  padding: 1rem;
  max-width: 100%;
}
/* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .page-section-text figcaption, .node-geschiedenis .page-section-image figcaption, .node-geschiedenis .page-section-video figcaption {
  text-align: left;
  padding-left: 0;
  margin: 1em 0;
}
/* line 76, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .page-section-image {
  padding: 15px 15px 0;
  padding: 1.5rem 1.5rem 0;
}
/* line 79, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .page-section-image .text-wrapper {
  padding: 15px;
  padding: 1.5rem;
}
/* line 84, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .page-section-image.image-left figure, .node-geschiedenis .page-section-image.image-right figure {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
/* line 91, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .page-section-video .field-items {
  padding: 0 0 20px;
  padding: 0 0 2rem;
}
/* line 96, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .page-section-text {
  padding-top: 32px;
  padding-top: 3.2rem;
}
/* line 101, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .field-name-body .field-items {
  padding: 0;
}
/* line 106, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .first-after-year {
  padding-top: 70px;
  padding-top: 7rem;
}
/* line 110, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.node-geschiedenis .field-item {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  clear: both;
  padding: 0 20px;
  padding: 0 2rem;
}

/* line 119, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.geschiedenis-image {
  width: 100%;
}

/* line 124, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.field-name-geschiedenis > .field-items:first-child {
  padding-top: 46px;
  padding-top: 4.6rem;
}

/* line 129, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-geschiedenis.scss */
.menu-timeline {
  display: none;
  visibility: hidden;
}

/* ========================================================================== *\
   Parrtij - gekozen (used to be wij sp - mensen)
\* ========================================================================== */
/* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.page-wij-sp-lokaal .fractie-wrapper {
  padding-top: 36px;
  padding-top: 3.6rem;
}
/* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.page-wij-sp-lokaal .section-title {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
/* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.page-wij-sp-lokaal .section-title:before {
  content: none;
}

/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.fractie-header .fractie-text a:hover, .fractie-header .fractie-text a:focus, .fractie-header .fractie-text a:active {
  border-bottom: solid 1px #EC1B23;
}

/* line 31, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person-wrapper {
  background: #F1F1F1;
  *zoom: 1;
  padding: 36px 28.125px 7.875px;
  padding: 3.6rem 2.8125rem 0.7875rem;
  margin: 0 -10px;
  margin: 0 -1rem;
  text-align: center;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.person-wrapper:before, .person-wrapper:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.person-wrapper:after {
  clear: both;
}
/* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person-wrapper .person {
  display: inline-block;
  float: none;
}

/* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person {
  float: left;
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 28.125px;
  margin-bottom: 2.8125rem;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
}
/* line 51, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person .text-wrapper {
  height: 110px;
  overflow: hidden;
}
/* line 56, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person .person-link, .person .person-link-block {
  padding-bottom: 18.75px;
  padding-bottom: 1.875rem;
}
/* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person .person-link-block {
  background-color: #fff;
}
/* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person h3, .person .meta-wrapper {
  padding: 0 18.75px;
  padding: 0 1.875rem;
}
/* line 68, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person h3 {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
}
/* line 74, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person .meta-wrapper span {
  display: block;
}
/* line 79, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person img {
  width: 100%;
  display: block;
}
/* line 84, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person .image-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
/* line 89, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person .image-wrapper:after {
  content: '';
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 25px;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
}

/* line 102, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.person-link {
  color: #000;
  position: relative;
}
/* line 108, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.thema-block .person-link:hover h2, .thema-block .person-link:hover h3, .thema-block .person-link:focus h2, .thema-block .person-link:focus h3, .thema-block .person-link:active h2, .thema-block .person-link:active h3 {
  color: #EC1B23;
}

/* ========================================================================== *\
   Mensen Detail
\* ========================================================================== */
/* line 119, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile {
  margin: 0;
}

/* line 123, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-info {
  max-width: 1200px;
  padding-top: 28.125px;
  padding-top: 2.8125rem;
  margin: 0 auto;
}

/* line 130, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-text .social-links {
  display: block;
  box-shadow: none;
  overflow: hidden;
  width: auto;
  text-align: left;
  position: relative;
  top: 0px;
}
/* line 139, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-text .social-links li {
  float: left;
  padding: 0 9px 18px 0;
  padding: 0 0.9rem 1.8rem 0;
  margin: 0;
}
/* line 145, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-text .social-links a {
  border: 1px solid #EC1B23;
  width: 42px;
  height: 42px;
  background: #EC1B23;
}
/* line 151, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-text .social-links a:after {
  color: #fff;
  line-height: 42px;
}
/* line 156, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-text .social-links a:hover, .profile-text .social-links a:focus, .profile-text .social-links a:active {
  background: #000;
  border-color: #000;
}
/* line 160, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-text .social-links a:hover:after, .profile-text .social-links a:focus:after, .profile-text .social-links a:active:after {
  color: #fff;
}

/* line 169, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* line 176, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-bio {
  padding: 36px 0;
  padding: 3.6rem 0;
}
/* line 179, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-bio .field-item {
  *zoom: 1;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.profile-bio .field-item:before, .profile-bio .field-item:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.profile-bio .field-item:after {
  clear: both;
}
/* line 183, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-bio blockquote {
  display: block;
  clear: both;
  margin: 0 0 26px;
  margin: 0 0 2.6rem;
  padding: 18.75px;
  padding: 1.875rem;
}
/* line 189, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-bio blockquote p {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
}
/* line 193, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.profile-bio blockquote p:before, .profile-bio blockquote p:after {
  border-color: #f1f1f1;
}

/* line 200, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.read-full-biography {
  padding-left: 0;
}
/* line 203, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.read-full-biography:before {
  display: none;
}

/* line 209, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.js .bio-full {
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  height: 0;
  overflow: hidden;
}
/* line 214, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.js .bio-full.tmp-active {
  height: auto !important;
}
/* line 218, ../../../../../../profiles/sp/themes/pomodoro/scss/_partij-onze-mensen.scss */
.js .bio-full .page-section {
  color: #222;
}

/* ========================================================================== *\
   Nieuws / Actualiteiten
\* ========================================================================== */
/* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.page-nu h2 {
  font-size: 26px;
  font-size: 2.6rem;
}

/* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-wrapper, .activiteiten-wrapper {
  background-color: #F1F1F1;
  padding: 26px;
  padding: 2.6rem;
}
/* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-wrapper .pager-wrapper, .activiteiten-wrapper .pager-wrapper {
  overflow: hidden;
  padding-left: 0;
  padding-top: 18.75px;
  padding-top: 1.875rem;
}
/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-wrapper .load-more, .activiteiten-wrapper .load-more {
  cursor: pointer;
  float: left;
  line-height: 26px;
  line-height: 2.6rem;
  height: 55px;
  height: 5.5rem;
}
/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-wrapper .load-more.active, .activiteiten-wrapper .load-more.active {
  background-color: #C70305;
}
/* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-wrapper .thema-pager .load-more, .activiteiten-wrapper .thema-pager .load-more {
  height: auto;
  padding-top: 14.5px;
  padding-top: 1.45rem;
  padding-bottom: 14.5px;
  padding-bottom: 1.45rem;
}
/* line 40, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-wrapper .page:first-child .nu-actualiteit:first-child .content-wrapper:before, .activiteiten-wrapper .page:first-child .nu-actualiteit:first-child .content-wrapper:before {
  content: none;
}

/* line 50, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .load-spinner {
  height: 28px;
  height: 2.8rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
}
/* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .load-spinner span {
  background-color: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  -webkit-animation: webkit-resizefade 1.4s infinite ease-in-out;
  animation: resizefade 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 67, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .load-spinner .first {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 71, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .load-spinner .second {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* line 77, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit {
  background: white;
  border-bottom: 0;
  margin: 0 auto;
}
/* line 83, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit .field-name-actualiteit-content > .field-items > .field-item:first-child p:first-child {
  font-family: "HelveticaNeueLTStd-Md", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}
/* line 86, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit .field-name-actualiteit-content > .field-items > .field-item:first-child p:first-child em {
  font-weight: bold;
}
/* line 92, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit > a {
  padding: 36px 0;
  padding: 3.6rem 0;
}
/* line 95, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit .readmore-wrapper {
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-left: 20px;
  padding-left: 2rem;
}
/* line 99, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit .readmore {
  color: #EC1B23;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #EC1B23;
}
/* line 106, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit.compact-block .image-wrapper {
  width: 34%;
  position: relative;
  top: 0;
  height: 100%;
}
/* line 111, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit.compact-block .image-wrapper img {
  height: 100%;
  max-width: 100%;
}
/* line 117, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit .writer {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  color: #888;
  text-transform: uppercase;
}
/* line 122, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteit .meta-wrapper {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

/* line 128, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-title {
  font-size: 36px;
  font-size: 3.6rem;
  max-width: 83%;
  color: #222;
}

/* line 135, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.node-activiteit h1 {
  text-transform: uppercase;
}

/* line 140, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.activiteiten h2 {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
/* line 143, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.activiteiten .meta-wrapper {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

/* line 149, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-actualiteit.nu-teaser p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding-top: 12px;
  padding-top: 1.2rem;
  padding-top: 12px;
  padding-top: 1.2rem;
  margin-bottom: 0;
  letter-spacing: 1px;
}
/* line 158, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-actualiteit .content-wrapper {
  padding: 0 28.125px 0 75px;
  padding: 0 2.8125rem 0 7.5rem;
}

/* line 162, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-teaser {
  margin-bottom: 18.75px;
  margin-bottom: 1.875rem;
  max-width: 1200px;
}
/* line 165, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-teaser a {
  color: #000;
  display: inline-block;
  width: 100%;
}
/* line 170, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-teaser a:hover h2, .nu-teaser a:focus h2, .nu-teaser a:active h2 {
  color: #EC1B23;
}
/* line 175, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-teaser .image-wrapper {
  display: none;
  visibility: hidden;
}
/* line 178, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-teaser img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 184, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.byline {
  overflow: hidden;
  margin-bottom: 1em !important;
}
/* line 187, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.byline .author {
  float: left;
  margin-right: 1rem;
  overflow: hidden;
  background: #eee;
}
/* line 192, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.byline .author .portrait {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  overflow: hidden;
  float: left;
}
/* line 198, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.byline .author .portrait img {
  max-width: 100%;
}
/* line 202, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.byline .author .name {
  float: left;
  overflow: hidden;
  color: #222;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  padding-top: 4px;
  padding-right: 8px;
}

/* line 213, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result, .cssanimations .page-dynamic .nu-teaser, .cssanimations .page-dynamic .activiteit-item {
  opacity: 0;
  position: relative;
  top: 50px;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+1), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+1), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+1) {
  -webkit-animation: webkit-fade 300ms 0.1s forwards;
  animation: fade 300ms 0.1s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+2), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+2), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+2) {
  -webkit-animation: webkit-fade 300ms 0.2s forwards;
  animation: fade 300ms 0.2s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+3), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+3), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+3) {
  -webkit-animation: webkit-fade 300ms 0.3s forwards;
  animation: fade 300ms 0.3s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+4), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+4), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+4) {
  -webkit-animation: webkit-fade 300ms 0.4s forwards;
  animation: fade 300ms 0.4s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+5), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+5), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+5) {
  -webkit-animation: webkit-fade 300ms 0.5s forwards;
  animation: fade 300ms 0.5s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+6), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+6), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+6) {
  -webkit-animation: webkit-fade 300ms 0.6s forwards;
  animation: fade 300ms 0.6s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+7), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+7), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+7) {
  -webkit-animation: webkit-fade 300ms 0.7s forwards;
  animation: fade 300ms 0.7s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+8), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+8), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+8) {
  -webkit-animation: webkit-fade 300ms 0.8s forwards;
  animation: fade 300ms 0.8s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+9), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+9), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+9) {
  -webkit-animation: webkit-fade 300ms 0.9s forwards;
  animation: fade 300ms 0.9s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+10), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+10), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+10) {
  -webkit-animation: webkit-fade 300ms 1s forwards;
  animation: fade 300ms 1s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+11), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+11), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+11) {
  -webkit-animation: webkit-fade 300ms 1.1s forwards;
  animation: fade 300ms 1.1s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+12), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+12), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+12) {
  -webkit-animation: webkit-fade 300ms 1.2s forwards;
  animation: fade 300ms 1.2s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+13), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+13), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+13) {
  -webkit-animation: webkit-fade 300ms 1.3s forwards;
  animation: fade 300ms 1.3s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+14), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+14), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+14) {
  -webkit-animation: webkit-fade 300ms 1.4s forwards;
  animation: fade 300ms 1.4s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 219, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.cssanimations .page-dynamic .search-result:nth-child(15n+15), .cssanimations .page-dynamic .nu-teaser:nth-child(15n+15), .cssanimations .page-dynamic .activiteit-item:nth-child(15n+15) {
  -webkit-animation: webkit-fade 300ms 1.5s forwards;
  animation: fade 300ms 1.5s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 229, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-node .node-container {
  padding: 0;
}
/* line 232, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-node .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 36px;
  padding-left: 3.6rem;
  padding-right: 75px;
  padding-right: 7.5rem;
}
/* line 238, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.nu-node .meta-wrapper {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 243, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.node-type-nieuws .region-content, .node-type-rapport .region-content, .node-type-publicatie .region-content, .node-type-achtergrond .region-content, .node-type-opinie .region-content, .node-type-column .region-content {
  position: relative;
}

/* line 247, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.no-results {
  color: #EC1B23;
  text-align: center;
  padding: 28.125px 36px;
  padding: 2.8125rem 3.6rem;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 253, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.no-results:before {
  content: "+";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  font-weight: normal;
  font-family: "SP-Icons";
  text-align: center;
  display: inline-block;
  line-height: 22px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/* line 261, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.no-csstransforms .no-results:before {
  content: "x";
}

/* line 266, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list {
  *zoom: 1;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.actualiteiten-list:before, .actualiteiten-list:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.actualiteiten-list:after {
  clear: both;
}
/* line 268, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list .nu-teaser {
  border: none;
  border-left: solid 1px #f5f5f5;
  border-right: solid 1px #f1f1f1;
  float: left;
  position: relative;
}
/* line 274, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list .nu-teaser:first-child {
  border-left: 0;
}
/* line 277, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list .nu-teaser .content-wrapper {
  padding: 28.125px 18.75px 30px;
  padding: 2.8125rem 1.875rem 3rem;
  margin: 0;
}
/* line 281, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list .nu-teaser a {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}
/* line 286, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list .nu-teaser h2, .actualiteiten-list .nu-teaser .h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
}
/* line 289, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list .nu-teaser h2:before, .actualiteiten-list .nu-teaser .h2:before {
  content: none;
}
/* line 294, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list .meta-wrapper {
  width: auto;
  margin-left: 36px;
  margin-left: 3.6rem;
  position: relative;
  overflow: visible;
}
/* line 299, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list .meta-wrapper:before {
  color: #EC1B23;
  font-family: "SP-Icons";
  font-size: 26px;
  font-size: 2.6rem;
  width: 30px;
  width: 3rem;
  text-align: center;
  text-transform: none;
  position: absolute;
  top: 0;
  left: -36px;
  left: -3.6rem;
}
/* line 310, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws.scss */
.actualiteiten-list .meta-wrapper .type {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  background: #ff0;
}

/* ========================================================================== *\
   Actualiteiten | Filter
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper {
  background-color: #F1F1F1;
  padding: 18.75px;
  padding: 1.875rem;
  padding-bottom: 0;
  margin: 0;
}
/* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.js .filter-wrapper {
  height: auto;
  overflow: hidden;
  z-index: 99;
}
/* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.js .filter-wrapper .inner-container {
  height: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
/* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper.active .inner-container {
  height: auto;
}
/* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper.active .filter-select {
  background: #fff;
  color: #EC1B23;
}
/* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper.active .filter-select:hover, .filter-wrapper.active .filter-select:focus, .filter-wrapper.active .filter-select:active {
  background: #fff;
  color: #EC1B23;
}
/* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .filter-tabs {
  overflow: hidden;
  max-width: 1200px;
  margin: 0px auto;
}
/* line 41, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .filter-tabs a {
  background-color: #EC1B23;
  color: #fff;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
/* line 47, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .filter-tabs a.filter-empty {
  background-color: transparent;
  border: 1px solid #EC1B23;
  color: #EC1B23;
}
/* line 53, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .filter-tabs a:hover, .filter-wrapper .filter-tabs a:focus, .filter-wrapper .filter-tabs a:active {
  background-color: #000;
  border-color: #000;
  color: white;
}
/* line 61, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .select-filter-wrapper,
.filter-wrapper .clear-filter-wrapper {
  float: left;
  width: 50%;
  height: 60px;
  height: 6rem;
  overflow: hidden;
}
/* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .select-filter-wrapper {
  padding-right: 18px;
  padding-right: 1.8rem;
}
/* line 73, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .clear-filter-wrapper {
  padding-left: 18px;
  padding-left: 1.8rem;
}
/* line 77, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .filter-btn {
  line-height: 60px;
  line-height: 6rem;
  height: 60px;
  height: 6rem;
  padding: 0 20px;
  padding: 0 2rem;
  display: block;
  background: #EC1B23;
  text-align: center;
}
/* line 87, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .filter-select:hover, .filter-wrapper .filter-select:focus, .filter-wrapper .filter-select:active {
  background-color: #C70305;
}
/* line 92, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .filter-empty {
  border-left: solid 2px #C70305;
}
/* line 96, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .inner-container {
  background-color: #fff;
  padding: 0 28.125px;
  padding: 0 2.8125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
/* line 105, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .inner-container:after {
  content: '';
  background-color: #fff;
  width: 50%;
  height: 10px;
  position: absolute;
  top: 0;
  left: -18px;
  left: -1.8rem;
}
/* line 115, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .inner-container:before {
  content: '';
  width: 100% !important;
  height: 10px;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 126, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper ul {
  *zoom: 1;
  padding: 18.75px 0;
  padding: 1.875rem 0;
  margin-bottom: 0;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.filter-wrapper ul:before, .filter-wrapper ul:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.filter-wrapper ul:after {
  clear: both;
}
/* line 131, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper ul ul {
  padding: 0;
}
/* line 134, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper ul ul li:first-child {
  margin-top: 20px;
  margin-top: 2rem;
}
/* line 139, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper ul .filter-type {
  width: 100%;
  float: none;
  text-transform: uppercase;
}
/* line 145, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper ul li {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  width: 50%;
  float: left;
}
/* line 151, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper ul a {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  line-height: 24px;
  display: inline-block;
  color: #000;
  padding-left: 35px;
  position: relative;
}
/* line 159, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper ul a:hover, .filter-wrapper ul a:focus, .filter-wrapper ul a:active {
  color: #EC1B23;
}
/* line 163, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper ul a:before {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #ccc;
}
/* line 176, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper ul li.active > a {
  color: #EC1B23;
}
/* line 184, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .category-filter a:before, .filter-wrapper .publicatie-filter a:before {
  top: 4px;
}
/* line 190, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .category-filter .active a:before, .filter-wrapper .publicatie-filter .active a:before {
  background-color: #EC1B23;
}
/* line 197, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .filter-type {
  padding-left: 0;
  padding-right: 0;
}
/* line 201, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .filter-type:before {
  content: none;
}
/* line 206, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .category-filter {
  padding-right: 0;
}
/* line 210, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter {
  padding-right: 0;
}
/* line 214, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter a:before {
  font-family: "SP-Icons";
  font-size: 24px;
  background: none;
  border: none;
  color: #ccc;
}
/* line 225, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter .active a:before {
  color: #EC1B23;
}
/* line 232, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter .rapport a:before {
  content: "r";
}
/* line 239, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter .publicatie a:before {
  content: "P";
}
/* line 246, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter .achtergrond a:before {
  content: "A";
}
/* line 253, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter .opinie a:before {
  content: "s";
}
/* line 260, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter .nieuws a:before {
  content: "p";
}
/* line 267, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter .column a:before {
  content: "/";
}
/* line 274, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-wrapper .type-filter .spvimeo a:before {
  content: "C";
}

/* line 282, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuws-filter.scss */
.filter-type {
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 2, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.page-node-19683 .region-content {
  display: grid;
  justify-content: center;
  min-height: 75vh;
  background: #f1f1f1;
}

/* line 8, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.page-node-19683 .webform-confirmation {
  background: #fff;
  padding: 0rem 1rem 2rem 0rem;
  max-width: 960px;
}

/* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.page-node-19683 #block-system-main {
  display: grid;
  justify-content: center;
  align-content: center;
}

/* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.nieuwsbrief-wrapper {
  font-size: 16px !important;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1200px;
  background: #ffff;
}
/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.nieuwsbrief-wrapper .nieuwsbrief-image {
  min-height: 380px;
  background-size: cover;
  background-position: center;
}
/* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.nieuwsbrief-wrapper .nieuwsbrief-form {
  display: grid;
  max-width: 360px;
  min-height: 380px;
  justify-self: center;
  align-content: center;
  padding: 0 3rem;
}
/* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.nieuwsbrief-wrapper .nieuwsbrief-form h2, .nieuwsbrief-wrapper .nieuwsbrief-form input {
  margin: 0;
}
/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.nieuwsbrief-wrapper .nieuwsbrief-form input[type="text"],
.nieuwsbrief-wrapper .nieuwsbrief-form input[type="tel"],
.nieuwsbrief-wrapper .nieuwsbrief-form input[type="email"] {
  padding: 0;
  margin-bottom: 1rem;
  background-color: #fff;
  border-bottom: 2px dashed #ddd;
  font-family: Inter;
  font-size: 1.6rem;
}
/* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.nieuwsbrief-wrapper .nieuwsbrief-form label.option {
  font-family: inter;
  font-size: 1.6rem;
  font-variation-settings: 'wght' 600;
}
/* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.nieuwsbrief-wrapper .nieuwsbrief-form .form-item {
  margin-bottom: 0.5rem;
}
/* line 56, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.nieuwsbrief-wrapper .nieuwsbrief-form .form-item label {
  margin-bottom: 0;
}
/* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
.nieuwsbrief-wrapper .nieuwsbrief-form .form-actions {
  text-align: center;
}

@media screen and (min-width: 720px) {
  /* line 66, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
  .nieuwsbrief-wrapper {
    grid-template-columns: minmax(360px, 840px) minmax(360px, 480px);
  }
  /* line 68, ../../../../../../profiles/sp/themes/pomodoro/scss/_nieuwsbrief-form.scss */
  .nieuwsbrief-wrapper .nieuwsbrief-form {
    padding: 0;
    min-height: 460px;
  }
}
/* line 2, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #navigation, .node-type-landing #search, .node-type-landing .search-toggler, .node-type-landing .footer-top, .node-type-landing .footer-bottom .inner-container, .node-type-landing #header {
  display: none;
}
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  border-top: 4px solid #EC1B23;
}
/* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content section {
  padding: 1rem;
  width: 100%;
  display: flex;
}
/* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-cta {
  margin: auto;
  text-align: center;
  margin-bottom: 5vh;
}
/* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-cta .title {
  font-size: 6.2rem;
  color: #fff;
  text-shadow: 2px 2px 0.4rem rgba(1, 1, 1, 0.3);
}
/* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-cta .subtitle {
  font-family: 'HelveticaNeueLTStd-BdCn';
  font-size: 2.8rem;
  color: #fff;
  text-transform: none;
  text-shadow: 2px 2px 0.4rem rgba(1, 1, 1, 0.3);
}
/* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-cta .read-more {
  border-color: #fff;
  color: #fff;
}
/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-info article {
  margin: auto;
  margin-top: 5vh;
  padding: 2rem;
  max-width: 960px;
}
/* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-logo {
  position: absolute;
  left: 0;
  width: 72px;
}
/* line 52, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-action {
  background-color: #CBCBCB;
  background-size: cover;
  min-height: 100vh;
}
/* line 57, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-action.no-image {
  background: #CBCBCB;
}
/* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-action.no-image .title {
  color: #fff;
}
/* line 62, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-action.no-image .subtitle {
  color: #222;
}
/* line 65, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing #main .content .landing-action.no-image .btn {
  background: #222;
  color: #fff;
}
/* line 71, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .slider {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  display: flex;
  flex-flow: column;
  overflow: auto;
  background-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  transition: transform 444ms 0ms;
  background: #fff;
  border-top: 4px solid #EC1B23;
}
/* line 89, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .slider.open {
  transform-style: preserve-3d;
  transform: translateX(0px) translateY(0px) translateZ(0px);
}
/* line 93, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .slider .form-wrapper {
  margin: auto;
  padding: 0 16px;
  max-width: 680px;
}
/* line 97, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .slider .form-wrapper .form-actions {
  text-align: right;
}
/* line 101, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .slider button.close {
  position: absolute;
  color: #EC1B23;
  right: 0;
  font-size: 48px;
  text-decoration: none;
  background: none;
  text-transform: none;
  border: none;
  padding: 12px;
  padding-bottom: 0;
  margin: 0;
}
/* line 113, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .slider button.close:before {
  font-family: "SP-Icons" !important;
  content: "x";
}
/* line 117, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .slider button.close .text {
  display: none;
}
/* line 121, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .slider-close.close:hover {
  color: #fff;
}
/* line 124, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .slider .footer-short {
  background: #f2f2f2;
}
/* line 127, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing .privacy-info {
  padding: 1rem;
  font-size: 12px;
  font-family: sans-serif;
  line-height: 1.3;
}
/* line 133, ../../../../../../profiles/sp/themes/pomodoro/scss/_landing.scss */
.node-type-landing.logged-in ul.tabs {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

/* ========================================================================== *\
   Onderwerp
\* ========================================================================== */
/* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp .bottom-container {
  clear: both;
}
/* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp .node-container {
  padding-left: 0;
  padding-right: 0;
}
/* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp .user-info, .node-type-onderwerp .duration {
  float: left;
}
/* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp .user-info span, .node-type-onderwerp .duration span {
  line-height: 18px;
  display: block;
}
/* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp .user-info .first, .node-type-onderwerp .duration .first {
  padding-top: 4px;
}
/* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp .user-info .last, .node-type-onderwerp .duration .last {
  padding-bottom: 4px;
}
/* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp blockquote {
  display: inline-block;
  width: 100%;
}
/* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp blockquote p {
  width: 100% !important;
}
/* line 41, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp .title {
  display: none;
}
/* line 45, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.node-type-onderwerp .image-overlay {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem;
}

/* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper {
  background: #EC1B23;
  padding: 10px 0 15px;
  padding: 1rem 0 1.5rem;
}
/* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .thema-onderwerp {
  background: transparent;
  position: relative;
  width: 280px;
  height: auto;
}
/* line 65, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .thema-onderwerp .item-text {
  padding: 20px;
  padding: 2rem;
}
/* line 68, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .thema-onderwerp .item-text h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: white;
  text-transform: uppercase;
}
/* line 75, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .thema-onderwerp .item-text .readmore {
  color: #fff;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  opacity: 0;
  border-bottom: 1px solid white;
}
/* line 83, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .thema-onderwerp .standpunten-text {
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 87, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .thema-onderwerp .standpunten-text p {
  color: white;
  text-align: center;
  font-size: 16px;
  padding-left: 0;
}
/* line 100, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .center .thema-onderwerp .standpunten-text.open {
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 106, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .center .thema-onderwerp .readmore {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
/* line 112, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper ul {
  margin: 0;
  padding: 0;
}
/* line 114, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper ul li {
  margin-bottom: 0;
}
/* line 118, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .owl-controls .owl-dot {
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 121, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
#standpunten-wrapper .owl-controls .owl-dot.active {
  border-color: white;
}

/* line 127, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunten-list {
  background-color: #EC1B23;
  list-style: none;
  margin: 0 0 56.25px;
  margin: 0 0 5.625rem;
  padding: 0;
}

/* line 134, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-item {
  background-color: #EC1B23;
  border-top: solid 1px #D90F13;
  border-bottom: solid 1px #DB1016;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}
/* line 143, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-item:before {
  content: none;
}
/* line 147, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-item.first {
  border-top: none;
}
/* line 151, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-item.last {
  border-bottom: none;
}
/* line 154, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-item.last .standpunt-content {
  border-bottom: solid 1px #D90F13;
}
/* line 161, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-item.mob-active .standpunt-summary:after, .standpunt-item.active .standpunt-summary:after {
  color: #C70305;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}
/* line 171, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-item.mob-active .standpunt-summary:before {
  border-bottom-width: 9px;
  bottom: 0;
}
/* line 178, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.js .standpunt-item.mob-active .standpunt-content {
  overflow: visible;
}
/* line 181, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.js .standpunt-item.mob-active .standpunt-content .inner-container {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: none;
}

/* line 190, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-summary {
  color: #fff;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  display: block;
  padding: 28.125px 75px 28.125px 36px;
  padding: 2.8125rem 7.5rem 2.8125rem 3.6rem;
  position: relative;
  overflow: hidden;
}
/* line 201, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-summary:hover:after, .standpunt-summary:focus:after, .standpunt-summary:active:after {
  color: #C70305;
  background-color: #fff;
}
/* line 207, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-summary:before {
  content: '';
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
  border-bottom: solid 0 #fff;
  -webkit-transition: border-bottom-width 0.35s ease;
  -moz-transition: border-bottom-width 0.35s ease;
  -ms-transition: border-bottom-width 0.35s ease;
  -o-transition: border-bottom-width 0.35s ease;
  transition: border-bottom-width 0.35s ease;
  display: block;
  width: 0;
  height: 0;
  margin-left: -9px;
  position: absolute;
  left: 50%;
  bottom: -9px;
  z-index: 100;
}
/* line 223, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-summary:after {
  content: "+";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  font-weight: normal;
  font-family: "SP-Icons";
  text-align: center;
  display: inline-block;
  line-height: 22px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition: -webkit-transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  display: none;
  visibility: hidden;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 18.75px;
  right: 1.875rem;
}
/* line 240, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.js .standpunt-summary:after {
  display: block;
  visibility: visible;
}

/* line 246, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-content {
  background-color: #fff;
  position: relative;
}
/* line 250, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-content p {
  margin-bottom: 0;
}
/* line 254, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.js .standpunt-content {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  height: 0;
  overflow: hidden;
}
/* line 260, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.standpunt-content .inner-container {
  padding: 28.125px 36px;
  padding: 2.8125rem 3.6rem;
}
/* line 263, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.js .standpunt-content .inner-container {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 274, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-verhaal {
  clear: both;
  margin-bottom: 78px;
  margin-bottom: 7.8rem;
}
/* line 278, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-verhaal > .inner-container {
  background-color: #eee;
}
/* line 283, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-verhaal .verhaal-wrapper > .inner-container {
  padding: 28.125px 36px;
  padding: 2.8125rem 3.6rem;
}
/* line 288, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-verhaal .verhaal-header {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
/* line 291, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-verhaal .verhaal-header span {
  color: #666;
}
/* line 296, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-verhaal .verhaal-content {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
/* line 299, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.js .onderwerp-verhaal .verhaal-content {
  height: 78px;
  height: 7.8rem;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  overflow: hidden;
}
/* line 304, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.js .onderwerp-verhaal .verhaal-content.tmp-active {
  height: auto !important;
}
/* line 310, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-verhaal .owner, .onderwerp-verhaal .duration {
  font-family: "Inter", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
}
/* line 314, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-verhaal .owner {
  float: left;
}
/* line 318, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-verhaal .duration {
  float: right;
  text-align: right;
}

/* line 328, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote {
  clear: both;
  position: relative;
  margin-bottom: 78px;
  margin-bottom: 7.8rem;
}
/* line 333, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote > .inner-container {
  background-repeat: none;
  background-position: 50% 50%;
  background-size: cover;
  height: 250px;
}
/* line 339, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote > .inner-container:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 350, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote .quote-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: block;
}
/* line 356, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote .quote-image img {
  width: 480px;
  left: -240px;
  position: relative;
  margin-left: 50%;
}
/* line 364, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote .quote-wrapper {
  color: #fff;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 250px;
  margin-top: -250px;
  position: relative;
  z-index: 10;
}
/* line 373, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote .quote-wrapper > .inner-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 28.125px 36px;
  padding: 2.8125rem 3.6rem;
}
/* line 380, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote .quote {
  color: #fff;
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
}
/* line 388, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote .user-image-wrapper, .onderwerp-quote .user-info {
  width: 50%;
  float: left;
}
/* line 394, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-quote .user-image-wrapper img {
  float: right;
}

/* line 400, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.quote-block {
  background: #fff;
  overflow: hidden;
  text-align: center;
}
/* line 405, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.quote-block .image-wrapper {
  width: 158px;
  height: 158px;
  margin: 0;
  display: none;
  visibility: hidden;
}
/* line 411, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.quote-block .image-wrapper img {
  width: 100%;
  height: 100%;
}
/* line 417, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.quote-block .persoon-text {
  width: 100%;
  padding: 28.125px;
  padding: 2.8125rem;
}
/* line 422, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.quote-block .readstory {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 18.75px 0 0;
  padding: 1.875rem 0 0;
  border-bottom: 1px solid #EC1B23;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
}
/* line 429, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.quote-block .readstory:hover, .quote-block .readstory:focus, .quote-block .readstory:active {
  border-bottom: none;
}
/* line 434, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.quote-block .become-active {
  margin-top: 18.75px;
  margin-top: 1.875rem;
}

/* line 440, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-activiteiten-wrapper {
  border-top: solid 2px #F1F1F1;
  background: #F1F1F1;
  padding-bottom: 0 !important;
}
/* line 444, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-activiteiten-wrapper .actualiteiten-wrapper {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
/* line 447, ../../../../../../profiles/sp/themes/pomodoro/scss/_onderwerp.scss */
.onderwerp-activiteiten-wrapper .pager-wrapper {
  padding: 0 0 0 21px;
  padding: 0 0 0 2.1rem;
}

/* ========================================================================== *\
   Doe Mee
\* ========================================================================== */
/* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-header p {
  text-align: left;
}

/* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-options-wrapper {
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}
/* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-options-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-options-wrapper .doemee-options li {
  margin-bottom: 0;
}
/* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-options-wrapper .inner-container {
  width: 100%;
  text-align: center;
}
/* line 31, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-options-wrapper .inner-container h2 {
  text-transform: uppercase;
  color: #EC1B23;
}
/* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-options-wrapper .image-wrapper {
  display: none;
  visibility: hidden;
  width: 40%;
  float: left;
}
/* line 40, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-options-wrapper .image-wrapper img {
  width: 85%;
  float: right;
}
/* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-options-wrapper .text-link {
  display: inline-block;
  margin-top: 18.75px;
  margin-top: 1.875rem;
}

/* line 52, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-options {
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 18.75px;
  padding-bottom: 1.875rem;
}

/* line 57, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-extra-options {
  border-top: solid 2px #F1F1F1;
  padding-top: 28.125px;
  padding-top: 2.8125rem;
  padding-bottom: 23px;
  padding-bottom: 2.3rem;
  margin-top: 7px;
  margin-top: 0.7rem;
  text-align: center;
}
/* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-extra-options li {
  margin: 0 6px 13px;
  margin: 0 0.6rem 1.3rem;
  display: inline-block;
}
/* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-extra-options .options-intro {
  display: block;
}

/* line 74, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-option {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
  margin-top: 6px;
}
/* line 78, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-option:first-child {
  margin-top: 0;
}
/* line 82, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-option h2 {
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
/* line 86, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-option p {
  margin-bottom: 0;
}
/* line 89, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-option p a {
  border-bottom: solid 1px transparent;
}
/* line 92, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-option p a:hover, .doemee-option p a:focus, .doemee-option p a:active {
  border-color: #EC1B23;
}

/* line 99, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-link {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color: #fff;
  position: relative;
  display: block;
  padding: 18.75px 18.75px 18.75px 100px;
  padding: 1.875rem 1.875rem 1.875rem 10rem;
  cursor: pointer;
  color: #000;
}
/* line 109, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-link:hover, .doemee-link:focus, .doemee-link:active {
  background-color: #EC1B23;
  color: #fff;
}
/* line 113, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-link:hover a, .doemee-link:focus a, .doemee-link:active a {
  color: #000;
}
/* line 116, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-link:hover a:hover, .doemee-link:hover a:focus, .doemee-link:hover a:active, .doemee-link:focus a:hover, .doemee-link:focus a:focus, .doemee-link:focus a:active, .doemee-link:active a:hover, .doemee-link:active a:focus, .doemee-link:active a:active {
  border-color: #000;
}
/* line 121, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-link:hover:before, .doemee-link:hover p, .doemee-link:focus:before, .doemee-link:focus p, .doemee-link:active:before, .doemee-link:active p {
  color: #fff;
}
/* line 126, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.doemee-link:before {
  color: #EC1B23;
  font-family: "SP-Icons";
  font-size: 56.25px;
  font-size: 5.625rem;
  line-height: 45px;
  width: 45px;
  position: absolute;
  top: 18.75px;
  top: 1.875rem;
  left: 18px;
}
/* line 138, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.share .doemee-link:before {
  content: "\2665";
  font-size: 100px;
  font-size: 10rem;
  left: 2px;
}
/* line 146, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter .doemee-link:before {
  content: "M";
  font-size: 75px;
  font-size: 7.5rem;
  left: 10px;
}
/* line 154, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.member .doemee-link:before {
  content: "T";
}

/* line 164, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-wrapper {
  background-color: #EC1B23;
}
/* line 167, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-wrapper p, .newsletter-wrapper h2 {
  color: #fff;
}
/* line 171, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-wrapper p {
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
}
/* line 175, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.js .newsletter-wrapper {
  height: 0;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  overflow: hidden;
}
/* line 180, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.js .newsletter-wrapper.active {
  height: auto;
}

/* line 186, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-header {
  padding-top: 36px;
  padding-top: 3.6rem;
}

/* line 190, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form-wrapper {
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}

/* line 194, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form {
  *zoom: 1;
  position: relative;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.newsletter-form:before, .newsletter-form:after {
  content: " ";
  display: table;
}
/* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
.newsletter-form:after {
  clear: both;
}
/* line 198, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form .newsletter-name, .newsletter-form .newsletter-email {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
/* line 202, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form .newsletter-submit {
  background-color: #fff;
  color: #EC1B23;
  float: right;
}
/* line 207, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form .newsletter-submit:hover, .newsletter-form .newsletter-submit:focus, .newsletter-form .newsletter-submit:active {
  background-color: #C70305;
  color: #fff;
}
/* line 214, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form .form-item input {
  margin-bottom: 0;
}
/* line 218, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form .form-item label {
  color: #fff;
}
/* line 223, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form div.messages {
  margin: 0 0 26px;
  margin: 0 0 2.6rem;
}
/* line 227, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form div.error {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
/* line 233, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.newsletter-form .load-spinner {
  background-color: #C70305;
  height: 65.625px;
  height: 6.5625rem;
  line-height: 65.625px;
  line-height: 6.5625rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 247, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-quote-block {
  background-color: #F1F1F1;
  text-align: center;
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}
/* line 253, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-quote-block .persoon-title {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  display: block;
}
/* line 259, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-quote-block .persoon-options {
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
}
/* line 263, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-quote-block ul {
  padding-left: 0;
}
/* line 266, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-quote-block ul li {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}

/* line 273, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-options li {
  display: inline-block;
  padding: 0 10px;
}
/* line 277, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-options li:first-child {
  display: block;
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
  padding: 0;
}
/* line 284, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-options a {
  border-bottom: solid 1px transparent;
}
/* line 287, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-options a:hover, .persoon-options a:focus, .persoon-options a:active {
  border-color: #EC1B23;
}

/* line 293, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-quote-owner {
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
}

/* line 297, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-image, .persoon-info {
  float: left;
}

/* line 301, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-image {
  width: 34%;
}
/* line 304, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-image img {
  float: right;
  display: block;
  width: 80px;
  height: 80px;
}

/* line 312, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-info {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 66%;
  padding-left: 28.125px;
  padding-left: 2.8125rem;
  padding-top: 10px;
  text-align: left;
}
/* line 322, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-info .name {
  margin-bottom: 0;
  font-family: "HelveticaNeueLTStd-Md", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
/* line 329, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.persoon-info span {
  display: block;
}

/* line 338, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteiten-wrapper {
  border-top: solid 2px #F1F1F1;
  border-bottom: solid 2px #F1F1F1;
}
/* line 342, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteiten-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 346, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteiten-wrapper ul li {
  margin-bottom: 0;
}
/* line 351, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteiten-wrapper a {
  color: #000;
}
/* line 355, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteiten-wrapper a:hover h2, .feat-activiteiten-wrapper a:focus h2, .feat-activiteiten-wrapper a:active h2 {
  color: #EC1B23;
}
/* line 363, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteiten-wrapper li:first-child a {
  border-top: none;
  margin-top: 0;
}

/* line 372, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteit a {
  border-top: solid 2px #F1F1F1;
  display: block;
  padding: 28.125px 36px;
  padding: 2.8125rem 3.6rem;
}
/* line 378, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteit h2, .feat-activiteit h3 {
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
/* line 382, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteit .meta-wrapper {
  padding-bottom: 0;
}

/* line 388, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteit-header h2 {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
/* line 392, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.feat-activiteit-header h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  line-height: 3.6rem;
}

/* line 403, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.node-type-activiteit header.content-wrap {
  padding-right: 75px;
  padding-right: 7.5rem;
}

/* line 409, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.node-activiteit .node-container {
  padding-left: 0;
  padding-right: 0;
}
/* line 414, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.node-activiteit .location {
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
/* line 418, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.node-activiteit .meta-wrapper {
  background-color: #eee;
  padding: 18.75px;
  padding: 1.875rem;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
/* line 423, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.node-activiteit .meta-wrapper .value {
  letter-spacing: 0;
  font-family: "HelveticaNeueLTStd-Md", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  display: block;
  text-transform: none;
}
/* line 433, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.node-activiteit .activiteit-time .value {
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
/* line 438, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.node-activiteit .activiteit-intro {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

/* line 447, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper {
  padding-top: 36px;
  padding-top: 3.6rem;
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(1) {
  -webkit-animation: fade-marker 250ms 0.1s forwards;
  animation: fade-marker 250ms 0.1s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(2) {
  -webkit-animation: fade-marker 250ms 0.2s forwards;
  animation: fade-marker 250ms 0.2s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(3) {
  -webkit-animation: fade-marker 250ms 0.3s forwards;
  animation: fade-marker 250ms 0.3s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(4) {
  -webkit-animation: fade-marker 250ms 0.4s forwards;
  animation: fade-marker 250ms 0.4s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(5) {
  -webkit-animation: fade-marker 250ms 0.5s forwards;
  animation: fade-marker 250ms 0.5s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(6) {
  -webkit-animation: fade-marker 250ms 0.6s forwards;
  animation: fade-marker 250ms 0.6s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(7) {
  -webkit-animation: fade-marker 250ms 0.7s forwards;
  animation: fade-marker 250ms 0.7s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(8) {
  -webkit-animation: fade-marker 250ms 0.8s forwards;
  animation: fade-marker 250ms 0.8s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(9) {
  -webkit-animation: fade-marker 250ms 0.9s forwards;
  animation: fade-marker 250ms 0.9s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(10) {
  -webkit-animation: fade-marker 250ms 1s forwards;
  animation: fade-marker 250ms 1s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(11) {
  -webkit-animation: fade-marker 250ms 1.1s forwards;
  animation: fade-marker 250ms 1.1s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 455, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.visible .marker:nth-child(12) {
  -webkit-animation: fade-marker 250ms 1.2s forwards;
  animation: fade-marker 250ms 1.2s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 464, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-wrapper.afdelingen-map {
  padding-bottom: 18.75px;
  padding-bottom: 1.875rem;
}

/* line 469, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper {
  width: 260px;
  margin: 0 auto;
  margin-bottom: 28.125px;
  margin-bottom: 2.8125rem;
  position: relative;
}
/* line 475, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker {
  color: #000;
  position: absolute;
}
/* line 479, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.csstransforms3d .map-inner-wrapper .marker {
  -webkit-transform: translate3D(0, -25px, 0);
  -ms-transform: translate3D(0, -25px, 0);
  transform: translate3D(0, -25px, 0);
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 486, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.drenthe {
  top: 40px;
  left: 200px;
}
/* line 491, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.flevoland {
  top: 80px;
  left: 130px;
}
/* line 496, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.friesland {
  top: 15px;
  left: 150px;
}
/* line 501, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.gelderland {
  top: 130px;
  left: 160px;
}
/* line 506, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.groningen {
  top: -10px;
  left: 205px;
}
/* line 511, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.limburg {
  top: 220px;
  left: 160px;
}
/* line 516, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.noord-brabant {
  top: 180px;
  left: 110px;
}
/* line 521, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.noord-holland {
  top: 70px;
  left: 80px;
}
/* line 526, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.overijssel {
  top: 85px;
  left: 185px;
}
/* line 531, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.utrecht {
  top: 120px;
  left: 105px;
}
/* line 536, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.zeeland {
  top: 185px;
  left: 10px;
}
/* line 541, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker.zuid-holland {
  top: 140px;
  left: 60px;
}
/* line 547, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.map-inner-wrapper .marker-number {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

/* line 560, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.activiteit-item {
  padding: 0 20px;
  padding: 0 2rem;
  overflow: hidden;
}
/* line 563, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.activiteit-item > a {
  padding: 20px 0;
  padding: 2rem 0;
}
/* line 567, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.activiteit-item .image-wrapper {
  display: none;
  visibility: hidden;
}
/* line 572, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.activiteit-item .meta-wrapper {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
/* line 575, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.activiteit-item .description {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

/* line 580, ../../../../../../profiles/sp/themes/pomodoro/scss/_doemee.scss */
.lid-worden-bedankt {
  padding: 36px;
  padding: 3.6rem;
}

/* ========================================================================== *\
   Search
\* ========================================================================== */
/* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.page-zoeken .page {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.results-counter-wrapper {
  position: relative;
  padding-top: 28.125px;
  padding-top: 2.8125rem;
}
/* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.results-counter-wrapper:after {
  content: '';
  background-color: #F1F1F1;
  height: 2px;
  width: auto;
  position: absolute;
  bottom: 0;
}
/* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.results-counter-wrapper span {
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding-top: 28.125px;
  padding-top: 2.8125rem;
  padding-bottom: 28.125px;
  padding-bottom: 2.8125rem;
}

/* line 35, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.results-counter-wrapper:after, .search-result:after {
  left: 0;
  right: 0;
}

/* line 41, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-pager {
  padding-top: 36px;
  padding-top: 3.6rem;
}

/* line 45, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-form {
  position: relative;
  margin-bottom: 0;
}
/* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-form .form-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 53, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-form .form-wrapper:after {
  content: "S";
  color: #aaa;
  font-family: "SP-Icons";
  text-align: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
/* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-form input {
  margin-bottom: 0;
  padding: 10px 20px 10px 20px;
  padding: 1rem 2rem 1rem 2rem;
}
/* line 74, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-form input[type="search"] {
  padding-right: 20px;
  padding-right: 2rem;
}
/* line 78, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-form .spsearch-submit {
  background-color: transparent;
  text-indent: -9999px;
  font-size: 0;
  display: block;
  line-height: 0;
  border: none;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}
/* line 89, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-form .spsearch-submit:hover {
  background: none;
  color: #222;
}

/* line 96, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.close-search {
  position: absolute;
  top: 0;
  right: 18.75px;
  right: 1.875rem;
  color: #fff;
  line-height: 80px;
  font-family: "SP-Icons";
  font-size: 46px;
  font-size: 4.6rem;
}
/* line 105, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.close-search:hover, .close-search:focus, .close-search:active {
  color: #000;
}

/* line 110, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-wrapper {
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}
/* line 113, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.search-wrapper .inner-container {
  position: relative;
  padding-top: 28.125px;
  padding-top: 2.8125rem;
  padding-bottom: 28.125px;
  padding-bottom: 2.8125rem;
}

/* line 121, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#header .search-wrapper {
  background-color: #EC1B23;
}
/* line 123, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#header .search-wrapper .refine-search-wrapper {
  display: none;
}

/* line 129, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result {
  position: relative;
}
/* line 131, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result:after {
  content: '';
  background-color: #F1F1F1;
  height: 2px;
  width: auto;
  position: absolute;
  bottom: 0;
}
/* line 140, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result a {
  color: #000;
  height: auto;
}
/* line 144, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result a:hover h2, article.search-result a:focus h2, article.search-result a:active h2 {
  color: #EC1B23;
}
/* line 150, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result .meta-wrapper {
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
}
/* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result .meta-wrapper.function-wrapper {
  padding-bottom: 0;
}
/* line 158, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result .content-wrapper {
  padding: 18.75px 28.125px 18.75px 45px;
  padding: 1.875rem 2.8125rem 1.875rem 4.5rem;
}
/* line 162, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result h2, article.search-result .normal p {
  margin-bottom: 0;
}
/* line 166, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result .snippet {
  padding-top: 7px;
  padding-top: 0.7rem;
  margin-bottom: 0;
}
/* line 170, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result .snippet strong {
  letter-spacing: 0;
  font-weight: normal;
}
/* line 176, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result .external-link {
  color: #EC1B23;
}
/* line 181, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
article.search-result.persoon .function {
  display: block;
}

/* line 187, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.no-results-wrapper {
  padding-top: 28.125px;
  padding-top: 2.8125rem;
  padding-bottom: 28.125px;
  padding-bottom: 2.8125rem;
}
/* line 191, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.no-results-wrapper ul {
  padding-left: 0;
}

/* line 197, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.refine-search-wrapper {
  padding-top: 28.125px;
  padding-top: 2.8125rem;
}
/* line 200, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.refine-search-wrapper .container-inline-date, .refine-search-wrapper .form-item-order {
  display: block;
  clear: none;
}
/* line 203, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.refine-search-wrapper .container-inline-date .form-item, .refine-search-wrapper .container-inline-date .form-item input, .refine-search-wrapper .form-item-order .form-item, .refine-search-wrapper .form-item-order .form-item input {
  width: 100%;
}
/* line 208, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.refine-search-wrapper input[type="submit"] {
  float: right;
}
/* line 212, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.refine-search-wrapper .filter-empty {
  line-height: 43px;
}
/* line 216, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.refine-search-wrapper #edit-order {
  border-radius: 0;
  outline: 1px ridge #F1F1F1;
  outline-offset: -1px;
  -webkit-border-radius: 0px;
}

/* line 225, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.nu-search-pager-processed .spsearch-submit:hover {
  background-color: transparent;
}

/* line 231, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#ui-datepicker-div {
  margin-top: 15px;
  border: 0;
  border-radius: 0;
}
/* line 234, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#ui-datepicker-div .ui-datepicker-header {
  background: none;
  border: none;
}
/* line 235, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  background: none;
}
/* line 238, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
  top: 9px;
  border: 1px solid #F1F1F1;
}
/* line 239, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-datepicker-prev-hover {
  background: #EC1B23;
  color: white;
  border: 1px solid #EC1B23;
  cursor: pointer;
}
/* line 245, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#ui-datepicker-div .ui-datepicker-prev-hover {
  left: 2px;
}
/* line 246, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#ui-datepicker-div .ui-datepicker-next-hover {
  right: 2px;
}
/* line 247, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#ui-datepicker-div .ui-state-highlight {
  border: 1px solid #EC1B23;
}
/* line 250, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
#ui-datepicker-div .ui-datepicker-year, #ui-datepicker-div .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-calendar, #ui-datepicker-div .ui-datepicker-calendar th {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

/* line 257, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.page-zoeken #header .search-toggler {
  display: none;
}
/* line 259, ../../../../../../profiles/sp/themes/pomodoro/scss/_search.scss */
.page-zoeken #header .search-toggler .text {
  display: none;
}

/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_sections.scss */
#block-system-main .content {
  position: relative;
  overflow: hidden;
}
/* line 8, ../../../../../../profiles/sp/themes/pomodoro/scss/_sections.scss */
#block-system-main .content .section-container {
  margin-top: 36px;
  margin-top: 3.6rem;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
}

/* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/_sections.scss */
.section-header {
  text-align: center;
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}
/* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/_sections.scss */
.section-header .section-title {
  color: #EC1B23;
  position: relative;
  text-align: center;
  margin: 0;
}

/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_sections.scss */
.section-seperator {
  border-top: 1px solid #F1F1F1;
}

/* line 2, ../../../../../../profiles/sp/themes/pomodoro/scss/_spvimeo.scss */
.node-type-spvimeo .field-name-video {
  padding: 40px 0;
}

/* line 4, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp {
  overflow: hidden;
  margin: 1rem 0;
  width: 100% !important;
  text-align: right;
}

/* GENERAL CLASSES */
/**
 * These are a couple of classes that apply to many object or redefine elements
 */
/* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp a, .rsbtn_sp span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: 0;
}

/**
 * Use the predefined CSS sprite for all graphical elements.
 */
/* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsimg {
  background: transparent url('/profiles/sp/themes/pomodoro/images/sp_readspeaker_sprites.png?v=190719') no-repeat scroll 0 0;
}

/**
 * All the player elements should float.
 */
/* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rspart {
  float: none;
}

/* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsdefloat {
  clear: both;
}

/**
 * This goes for all buttons
 */
/* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rspart.rsbutton {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin: 4px;
  /**
   * This is just to make the rollover effect a little smoother.
   */
  -moz-transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

/**
 * Hide all text labels. They will still be visible to non-CSS browsers
 */
/* line 62, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rspart .rsbtn_btnlabel {
  display: none;
}

/* PLAYER BOX */
/* line 67, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_box {
  padding: 5px;
  border: 1px solid #ec1b23;
  height: 42px;
  maring-top: 4px;
}

/* LISTEN BUTTON + ICON */
/* line 75, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_play {
  margin: 0;
  padding: 0 4px;
  border: 1px solid #ddd;
  color: #000;
}

/* line 81, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_play:hover,
.rsbtn_sp .rsbtn_play:focus {
  border: 1px solid #000;
}

/* line 85, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_play:before {
  content: '';
  width: 16px;
  height: 16px;
  background: transparent url('/profiles/sp/themes/pomodoro/images/sp_readspeaker_sprites.png?v=190719') no-repeat scroll 0 0;
  display: inline-block;
  background-size: 32px;
}

/* line 93, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_text {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  vertical-align: 4px;
}

/* line 99, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsplaying .rsbtn_play {
  opacity: .2;
}

/*  EXPANDING AREA */
/* line 104, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_exp.rsimg.rspart {
  background: none;
  float: right;
  display: none;
}

/**
 * We want the expanding area to be visible only when the player
 * is expanded, hence the .rsexpanded class.
 */
/* line 114, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp.rsexpanded .rsbtn_exp.rsimg {
  display: block;
}

/*  PLAY/PAUSE BUTTON */
/* line 119, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_pause {
  background-position: 0 -40px;
}

/* line 123, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp.rspaused .rsbtn_pause,
.rsbtn_sp.rsstopped .rsbtn_pause {
  background-position: 0 -20px;
}

/* line 128, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_pause:hover,
.rsbtn_sp .rsbtn_pause:active {
  background-position: -20px -40px;
}

/* line 133, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp.rspaused .rsbtn_pause:hover,
.rsbtn_sp.rsstopped .rsbtn_pause:hover,
.rsbtn_sp.rspaused .rsbtn_pause:active,
.rsbtn_sp.rsstopped .rsbtn_pause:active {
  background-position: -20px -20px;
}

/*  STOP BUTTON */
/* line 141, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_stop {
  background-position: 0 -60px;
}

/* line 145, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_stop:hover,
.rsbtn_sp .rsbtn_stop:active {
  background-position: -20px -60px;
}

/*  PROGRESS CONTAINER */
/* line 151, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_progress_container {
  border: 1px solid #999;
  width: 50px;
  height: 8px;
  margin-top: 4px;
  margin-left: 4px;
  background-image: none;
}

/*  PROGRESS DRAG HANDLE */
/* line 161, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_progress_handle.rsimg {
  position: absolute;
  background-color: #666;
  top: -3px;
  left: -2px;
  width: 4px;
  height: 14px;
  background-image: none;
}

/*  PROGRESS BAR */
/* line 172, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_progress_played {
  position: absolute;
  height: 100%;
  background-color: #ccc;
  background-image: none;
}

/*  VOLUME BUTTON */
/* line 180, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_volume {
  margin-left: 4px;
  background-position: 0 -30px;
}

/*  VOLUME SLIDER CONTAINER */
/* line 186, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_volume_container {
  position: absolute;
  display: none;
  top: 100%;
  width: 16px;
  height: 40px;
  border: 1px solid #999;
  background: #fff;
}

/*  VOLUME SLIDER SLIDER AREA */
/* line 197, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_volume_slider {
  width: 6px;
  height: 30px;
  margin: 5px;
  background: #ccc;
}

/*  VOLUME SLIDER SLIDE HANDLE */
/* line 205, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_volume_handle.rsimg {
  position: absolute;
  top: -2px;
  left: -3px;
  width: 12px;
  height: 4px;
  background: #666;
}

/*  SETTINGS BUTTON */
/* line 215, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_settings {
  background-position: 0 -30px;
}

/*  CLOSE BUTTON */
/* line 220, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_closer {
  margin-left: 4px;
  background-position: 0 -80px;
}

/* line 225, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_closer:hover {
  margin-left: 4px;
  background-position: -20px -80px;
}

/*POPUP BUTTON */
/**
 * This is the style of the listen button that popups when the user
 * makes a text selection on the page.
 */
/* line 236, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp.rspopup {
  position: absolute;
  background: #fff;
  border: 3px solid #eee;
  display: none;
  max-width: 162px;
  padding: .32em;
  box-shadow: 1px 1px 1.4em rgba(2, 2, 2, 0.4);
}

/* line 246, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp.rspopup .rsbtn_text {
  display: none;
}

/* line 250, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp.rspopup .rsbtn_box {
  padding: 0;
  margin-right: 10px;
  border: none;
  height: auto;
}

/* About-page link */
/* line 258, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp a.rsbtn_abouthelp {
  background: url('/profiles/sp/themes/pomodoro/images/sp_readspeaker_sprites.png?v=190719') no-repeat scroll 0px 0px transparent;
  background-color: #999999;
  transition: background-color 0.2s ease 0s;
  height: 18px;
  width: 18px;
  float: right;
  margin: 1px;
}

/* line 271, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp a.rsbtn_abouthelp span {
  display: none;
}

/* line 275, ../../../../../../profiles/sp/themes/pomodoro/scss/_readspeaker.scss */
.rsbtn_sp .rsbtn_exp span.rsbtn_status_overlay {
  position: relative;
}

/* ========================================================================== *\
   Standpunten page
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunten-container {
  max-width: 1200px !important;
}
/* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunten-container .section-title {
  text-align: left;
}
/* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunten-container .standpunten-overview {
  margin-bottom: 0;
  padding-left: 0;
}
/* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunten-container .standpunt-options {
  padding-left: 0;
  margin-left: -42px;
}

/* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunt-thema-title a:hover, .standpunt-thema-title a:focus, .standpunt-thema-title a:active {
  color: #C70305;
}

/* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunt {
  display: block;
  position: relative;
  padding-left: 32px;
  color: #222;
  text-transform: none;
  margin-bottom: 0;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
}
/* line 40, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunt a {
  color: #222;
}
/* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunt a:hover {
  color: #EC1B23;
}
/* line 47, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunt:before {
  content: '\25CF';
  color: #CBCBCB;
  position: absolute;
  left: 0;
  top: -2px;
}
/* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunt em {
  color: #EC1B23;
  font-family: "HelveticaInseratLTPro", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  font-style: normal;
}

/* line 62, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunt-text {
  padding-left: 42px;
}

/* line 66, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunten-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 70, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunten-header .section-title {
  font-size: 44px;
  font-size: 4.4rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
/* line 75, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.standpunten-header .spmedia-picture source, .standpunten-header .spmedia-picture img {
  width: 100%;
}

/* line 80, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.page-standpunten .standpunten-container {
  padding-bottom: 56.25px;
  padding-bottom: 5.625rem;
}
/* line 83, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.page-standpunten .standpunten-page-search {
  max-width: 1000px;
  margin: auto;
  padding: 0 35px 35px 35px;
  padding: 0 3.5rem 3.5rem 3.5rem;
}
/* line 87, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.page-standpunten .standpunten-page-search form.standpunten-search {
  max-width: 1200px;
}
/* line 90, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.page-standpunten .standpunten-page-search .results {
  margin: auto;
  max-width: 1200px;
}
/* line 94, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.page-standpunten .standpunten-page-search .results ul {
  columns: 2;
}
/* line 98, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten.scss */
.page-standpunten .standpunten-page-search .form-submit:hover, .page-standpunten .standpunten-page-search .form-submit:active {
  background: none;
  color: #222;
}

/* ========================================================================== *\
   Standpunten themas overzicht
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
section.themas {
  background: #F1F1F1;
  padding: 36px;
  padding: 3.6rem;
  overflow: hidden;
}
/* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
section.themas .section-title {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
  color: #CBCBCB;
  font-size: 2.4rem;
}

/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.standpunten-navigation {
  position: fixed;
  bottom: 0;
  background: #fff;
  padding-top: 1em;
  text-align: center;
  margin: auto;
  width: 100%;
}

/* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-card {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
  background-color: #FFFFFF;
  padding: 0;
}
/* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-card .title {
  font-size: 44px;
  font-size: 4.4rem;
  padding: 0;
}
/* line 41, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-card .slogan {
  color: #888;
}
/* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-card .thema-image {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 180px;
}
/* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-card .thema-image .spmedia-picture {
  height: 100%;
}
/* line 52, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-card .thema-image .spmedia-picture * {
  height: auto;
  width: 100%;
}
/* line 57, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-card .thema-text {
  padding: 26px;
  padding: 2.6rem;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  /* line 65, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card {
    height: 220px;
    overflow: hidden;
  }
  /* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card .thema-image {
    height: 220px;
    float: left;
    width: 220px;
  }
  /* line 73, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card .thema-image .spmedia-picture * {
    height: 100%;
    width: auto;
  }
  /* line 79, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card:nth-of-type(odd) .thema-image {
    float: right;
  }
  /* line 83, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card .thema-text {
    width: 68.5%;
    height: 220px;
  }
  /* line 87, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card .slogan {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 94, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card {
    height: 280px;
  }
  /* line 96, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card .thema-image {
    height: 280px;
    width: 280px;
  }
  /* line 100, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card .thema-text {
    width: 68.5%;
    padding: 36px;
    padding: 3.6rem;
    height: 280px;
  }
  /* line 105, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
  .thema-card .link-text {
    width: 100%;
    flex: 1;
  }
}
/* ========================================================================== *\
   Thema Detail
\* ========================================================================== */
/* line 120, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-header .image-wrapper {
  margin-bottom: 28.125px;
  margin-bottom: 2.8125rem;
}

/* line 124, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-title {
  text-align: center;
  position: relative;
  z-index: 100;
}
/* line 128, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-title a {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #EC1B23;
  margin-bottom: 1rem;
  display: inline-block;
}
/* line 135, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-title h1 {
  margin-top: 0;
}

/* line 139, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-introduction ul {
  list-style: disc;
}

/* line 143, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.node-thema .node-container {
  padding-top: 28.125px;
  padding-top: 2.8125rem;
  padding-bottom: 7.25px;
  padding-bottom: 0.725rem;
}

/* line 151, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-onderwerpen-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 28.125px 0 28.125px;
  padding: 2.8125rem 0 2.8125rem;
  background: #F1F1F1;
}
/* line 156, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-onderwerpen-wrapper .owl-controls {
  margin-top: 18.75px;
  margin-top: 1.875rem;
}
/* line 159, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-onderwerpen-wrapper .thema-onderwerp {
  background: #fff;
  position: relative;
  width: 280px;
  margin-bottom: 0;
}
/* line 165, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-onderwerpen-wrapper .item-text {
  text-align: center;
}
/* line 167, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.node-type-onderwerp .thema-onderwerpen-wrapper .item-text {
  height: auto;
}
/* line 170, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-onderwerpen-wrapper .item-text h2 {
  font-size: 2.1rem;
  text-transform: none;
  overflow: hidden;
  height: 60px;
  margin-bottom: 0;
}
/* line 176, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-onderwerpen-wrapper .item-text h2:after {
  bottom: -10px;
}
/* line 179, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.node-type-onderwerp .thema-onderwerpen-wrapper .item-text h2 {
  height: auto;
}
/* line 184, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-onderwerpen-wrapper .name-person {
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  border-bottom: solid 1px #EC1B23;
  font-size: 1.4rem;
}

/* line 195, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.related-nodes-wrapper .related-onderwerpen {
  text-align: center;
}
/* line 197, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.related-nodes-wrapper .related-onderwerpen ul {
  margin: 0;
  padding: 0;
}
/* line 201, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.related-nodes-wrapper .related-onderwerpen li {
  margin: 8px;
  margin: 0.8rem;
  display: inline-block;
}

/* line 211, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.node-type-thema .actualiteiten-wrapper {
  padding-top: 0rem;
}

/* line 215, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-nu-wrapper {
  background: #F1F1F1;
}

/* line 218, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.section-intro {
  padding-bottom: 10px;
  padding-bottom: 1rem;
  text-align: left;
}

/* line 223, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-actualiteit .content-wrapper {
  padding: 0 20px;
  padding: 0 2rem;
}
/* line 226, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-actualiteit > a {
  padding: 20px 0;
  padding: 2rem 0;
}
/* line 229, ../../../../../../profiles/sp/themes/pomodoro/scss/_standpunten_themas.scss */
.thema-actualiteit .icon-title {
  margin-bottom: 0;
}

/* line 4, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links, .footer-social {
  overflow: hidden;
}
/* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links li, .footer-social li {
  display: inline-block;
  padding: 0 10px;
  padding: 0 1rem;
}
/* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links a, .footer-social a {
  text-indent: -9999px;
  font-size: 0;
  display: block;
  line-height: 0;
  display: block;
}
/* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links a:hover, .social-links a:focus, .social-links a:active, .footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: #C70305;
}
/* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links a:after, .footer-social a:after {
  color: #fff;
  content: "L";
  font-family: "SP-Icons";
  font-size: 32px;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
  text-align: center;
  text-indent: 0;
  display: block;
  text-transform: initial;
}
/* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .email a:after, .footer-social .email a:after {
  content: "M";
}
/* line 34, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .facebook a:after, .footer-social .facebook a:after {
  content: "\e902";
}
/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .instagram a:after, .footer-social .instagram a:after {
  content: "\e903";
}
/* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .itunes a:after, .footer-social .itunes a:after {
  content: "\e90a";
}
/* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .newsletter a:after, .footer-social .newsletter a:after {
  content: "M";
}
/* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .google-plus a:after, .footer-social .google-plus a:after {
  content: "g";
}
/* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .linkedin a:after, .footer-social .linkedin a:after {
  content: "l";
}
/* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .podcast a:after, .footer-social .podcast a:after {
  content: "\e91e";
}
/* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .spotify a:after, .footer-social .spotify a:after {
  content: "\e905";
}
/* line 74, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .twitter a:after, .footer-social .twitter a:after {
  content: "\e906";
}
/* line 79, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .website a:after, .footer-social .website a:after {
  content: "w";
}
/* line 84, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .whatsapp a:after, .footer-social .whatsapp a:after {
  content: "\e907";
}
/* line 90, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
.social-links .youtube a:after, .footer-social .youtube a:after {
  content: "Y";
}

/* line 96, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links {
  background-color: #FFFFFF;
  text-align: center;
  margin: 8px auto 32px auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
  gap: 8px;
}
/* line 105, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links li:first-child {
  font-weight: 600;
  line-height: 48px;
}
/* line 109, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links li {
  margin: 0 !important;
  padding: 0;
}
/* line 112, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links li:before {
  display: none;
}
/* line 116, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links .text {
  display: none;
}
/* line 119, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links a {
  font-size: 12px;
  background: #FFFFFF;
  position: relative;
  width: 48px;
  height: 48px;
}
/* line 126, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links a:after {
  width: 100%;
  height: 100%;
  line-height: 48px;
  color: #fff;
  background: #EC1B23;
}
/* line 133, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links a:hover, ul.social-links a:focus, ul.social-links a:active {
  background: white;
}
/* line 135, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links a:hover span, ul.social-links a:focus span, ul.social-links a:active span {
  left: -150px;
}
/* line 138, ../../../../../../profiles/sp/themes/pomodoro/scss/_social-links.scss */
ul.social-links a:hover:after, ul.social-links a:focus:after, ul.social-links a:active:after {
  background: #000;
  color: #fff;
}

/* line 3, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
#webform-client-form-20808,
#webform-client-form-22229,
#webform-client-form-22230,
#webform-client-form-22231,
#webform-client-form-22232,
#webform-client-form-22233,
#webform-client-form-22234,
#webform-client-form-22235,
#webform-client-form-22236,
#webform-client-form-22237,
#webform-client-form-22238 {
  background: #f1f1f1;
  max-width: 100%;
  padding: 3rem 0;
}

/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-template-areas: "form";
  max-width: 315px;
  background-color: #fff;
  margin: 0 auto;
}
/* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 624px) {
  /* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
  .aanmeld-form .aanmeld-image {
    display: none;
  }
}
/* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .form-item {
  margin-bottom: 0;
}
/* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .form-item label.option {
  font-family: inter;
  font-size: 1.6rem;
  font-variation-settings: 'wght' 600;
}
/* line 52, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper {
  grid-area: form;
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 2rem;
}
/* line 58, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper .aanmeld-components {
  max-width: 315px;
}
/* line 61, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper h2 {
  margin-bottom: 0.5em;
}
/* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper p {
  font-family: inter;
  font-size: 1.6rem;
}
/* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper .form-actions {
  text-align: center;
  margin: 1rem 0 0 0;
}
/* line 73, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper input[type="text"],
.aanmeld-form .aanmeld-components-wrapper input[type="tel"],
.aanmeld-form .aanmeld-components-wrapper input[type="email"] {
  padding: 0;
  margin-bottom: 1rem;
  background-color: #fff;
  border-bottom: 2px dashed #ddd;
  font-family: Inter;
  font-size: 1.6rem;
}
/* line 82, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper input[type="text"]::placeholder,
.aanmeld-form .aanmeld-components-wrapper input[type="tel"]::placeholder,
.aanmeld-form .aanmeld-components-wrapper input[type="email"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
}
/* line 87, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper input[type="text"]:-ms-input-placeholder,
.aanmeld-form .aanmeld-components-wrapper input[type="tel"]:-ms-input-placeholder,
.aanmeld-form .aanmeld-components-wrapper input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
/* line 91, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper input[type="text"]::-ms-input-placeholder,
.aanmeld-form .aanmeld-components-wrapper input[type="tel"]::-ms-input-placeholder,
.aanmeld-form .aanmeld-components-wrapper input[type="email"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}
/* line 95, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper .form-checkboxes > div {
  display: grid;
  grid-template-columns: 14px 1fr;
  grid-gap: 4px;
}
/* line 100, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper .form-checkboxes label {
  margin-bottom: 0;
}
/* line 103, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
.aanmeld-form .aanmeld-components-wrapper input[type="checkbox"] {
  margin-top: 5px;
  align-self: start;
}

@media screen and (min-width: 625px) {
  /* line 112, ../../../../../../profiles/sp/themes/pomodoro/scss/_webform-nodes.scss */
  .aanmeld-form {
    max-width: 1000px;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "image form";
  }
}
/* line 1, ../../../../../../profiles/sp/themes/pomodoro/scss/_featherlight.scss */
.featherlight:last-of-type {
  background: rgba(255, 255, 255, 0.9);
}

/* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/_featherlight.scss */
.featherlight .featherlight-content {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 20px #CBCBCB;
  box-shadow: 0 0 20px #CBCBCB;
}
/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_featherlight.scss */
.featherlight .caption {
  padding: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
}
/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_featherlight.scss */
.featherlight .featherlight-close-icon {
  color: transparent;
  background: none;
}
/* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/_featherlight.scss */
.featherlight .featherlight-close-icon:after {
  position: absolute;
  font-family: "SP-Icons";
  font-size: 28px;
  content: "x";
  color: white;
  top: 20px;
  right: 20px;
  color: white;
  background: #EC1B23;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 28px;
  line-height: 1;
}

/* ========================================================================== *\
   Footer
\* ========================================================================== */
/* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer {
  position: relative;
  z-index: 10;
}

/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top ul,
.footer-bottom ul {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: left;
}

/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top {
  background-color: #EC1B23;
  display: flex;
  justify-content: center;
}
/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top .btn {
  line-height: 56px;
  line-height: 5.6rem;
  padding: 0 36px;
  padding: 0 3.6rem;
  margin-bottom: 0;
}
/* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top .inner-container {
  display: grid;
  gap: 16px 0;
  padding: 32px 16px;
  max-width: 1200px;
  width: 100%;
}
/* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top .inner-container .subscribe-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
/* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top .footer-social {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
/* line 47, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top .footer-social li {
  padding: 0;
}
/* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top .footer-social li a {
  width: 46.8px;
  height: 46.8px;
  border: 1px solid #fff;
}
/* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top .footer-social li a:after {
  width: 100%;
  height: 100%;
  line-height: 46.8px;
}
/* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top .footer-social li a:hover, .footer-top .footer-social li a:focus, .footer-top .footer-social li a:active {
  background: #000;
  border: 1px solid #000;
}
/* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-top .footer-social li a:hover:after, .footer-top .footer-social li a:focus:after, .footer-top .footer-social li a:active:after {
  color: #fff;
}

@media screen and (min-width: 630px) {
  /* line 73, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
  .footer-top .inner-container {
    grid-template-columns: 50% 50%;
    gap: 0;
  }
  /* line 76, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
  .footer-top .inner-container .footer-social {
    justify-content: flex-start;
  }
  /* line 79, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
  .footer-top .inner-container .subscribe-btn-wrapper {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  /* line 85, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
  .footer-top .footer-social {
    display: flex;
    gap: 0 12px;
  }
  /* line 88, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
  .footer-top .footer-social li {
    padding: 0;
  }
  /* line 90, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
  .footer-top .footer-social li a {
    width: 58px;
    height: 58px;
  }
  /* line 93, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
  .footer-top .footer-social li a:after {
    line-height: 58px;
  }
}
/* line 101, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-bottom {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 28.125px 0 56.25px;
  padding: 2.8125rem 0 5.625rem;
}
/* line 106, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-bottom .inner-container {
  overflow: hidden;
}
/* line 110, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-bottom ul {
  padding: 28.125px 0 0;
  padding: 2.8125rem 0 0;
}
/* line 113, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-bottom ul a {
  color: #222;
  border-bottom: solid 1px #222;
  font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
/* line 119, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-bottom ul a:hover, .footer-bottom ul a:focus, .footer-bottom ul a:active {
  border-bottom-color: transparent;
}
/* line 125, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-bottom li {
  width: 33.33333%;
  float: left;
  padding-right: 10px;
}
/* line 131, ../../../../../../profiles/sp/themes/pomodoro/scss/_footer.scss */
.footer-bottom:after {
  font-family: "SP-Icons";
  content: "T";
  font-family: "SP-Icons";
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #EC1B23;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  overflow: hidden;
}

/* ========================================================================== *\
   IE
\* ========================================================================== */
/* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .form-type-radio label:before, .ie8 .form-type-radio label:after {
  content: none;
}
/* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .form-type-radio input {
  visibility: visible;
  height: 20px;
  width: 20px;
  top: 4px;
}
/* line 31, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .more-link.active:before {
  content: "x";
}
/* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .page-section-year:before, .ie8 .page-section-year:after {
  background-color: #f5f5f5;
  height: 2px;
}
/* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .page-section-year:before {
  top: 0;
}
/* line 47, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .page-section-year:after {
  bottom: 0;
}
/* line 56, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 #navigation {
  height: 235px;
  height: 23.5rem;
}
/* line 61, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8.js #navigation {
  height: 0;
}
/* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8.js #navigation.toggled {
  height: 235px;
  height: 23.5rem;
}
/* line 75, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .standpunt-summary:before {
  content: none;
}
/* line 83, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .standpunt-item.mob-active .standpunt-summary:after, .ie8 .standpunt-item.active .standpunt-summary:after {
  content: "x";
}
/* line 98, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .filter-wrapper .filter-tabs.active .filter-select:after {
  content: "x";
}
/* line 107, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .no-results:before {
  content: "x";
}
/* line 114, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .home-items-wrapper .home-items h2 {
  font-size: 21px;
  line-height: 26px;
}
/* line 122, ../../../../../../profiles/sp/themes/pomodoro/scss/_ie.scss */
.ie8 .home-items-wrapper .home-item:hover .onderwerp-image img, .ie8 .home-items-wrapper .home-item:focus .onderwerp-image img, .ie8 .home-items-wrapper .home-item:active .onderwerp-image img {
  border: solid 0px white;
}

@media only screen and (min-width: 480px) {
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_forms.scss */
  .fieldset-wrapper {
    *zoom: 1;
  }
  /* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .fieldset-wrapper:before, .fieldset-wrapper:after {
    content: " ";
    display: table;
  }
  /* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .fieldset-wrapper:after {
    clear: both;
  }

  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_forms.scss */
  .activiteit-registratie .inner-wrapper {
    padding: 36px;
    padding: 3.6rem;
  }

  /* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_forms.scss */
  #doemee-lid-worden-form .form-item-personal-information-initials, #doemee-lid-worden-form .form-item-personal-information-firstname,
  #doemee-lid-worden-form .form-item-personal-information-middlename, #doemee-lid-worden-form .form-item-personal-information-lastname,
  #doemee-lid-worden-form .form-item-contact-phone, #doemee-lid-worden-form .form-item-contact-phone-mobile,
  #doemee-lid-worden-form .form-item-address-housenumber, #doemee-lid-worden-form .form-item-address-housenumber-suffix,
  #doemee-lid-worden-form .form-item-address-zipcode, #doemee-lid-worden-form .form-item-address-city {
    float: left;
  }
  /* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_forms.scss */
  #doemee-lid-worden-form .form-item-contact-phone, #doemee-lid-worden-form .form-item-contact-phone-mobile {
    width: 50%;
  }
  /* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_forms.scss */
  #doemee-lid-worden-form .form-item-personal-information-initials,
  #doemee-lid-worden-form .form-item-personal-information-middlename,
  #doemee-lid-worden-form .form-item-address-housenumber-suffix,
  #doemee-lid-worden-form .form-item-address-zipcode {
    width: 33%;
  }
  /* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_forms.scss */
  #doemee-lid-worden-form .form-item-personal-information-firstname,
  #doemee-lid-worden-form .form-item-personal-information-lastname,
  #doemee-lid-worden-form .form-item-address-housenumber,
  #doemee-lid-worden-form .form-item-address-city {
    width: 67%;
  }
  /* line 51, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_forms.scss */
  #doemee-lid-worden-form .form-item-contact-phone, #doemee-lid-worden-form .form-item-address-housenumber, #doemee-lid-worden-form .form-item-address-zipcode, #doemee-lid-worden-form .form-item-personal-information-initials, #doemee-lid-worden-form .form-item-personal-information-middlename {
    padding-right: 13px;
    padding-right: 1.3rem;
  }
  /* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_forms.scss */
  #doemee-lid-worden-form .form-item-contact-phone-mobile, #doemee-lid-worden-form .form-item-address-housenumber-suffix, #doemee-lid-worden-form .form-item-address-city, #doemee-lid-worden-form .form-item-personal-information-firstname, #doemee-lid-worden-form .form-item-personal-information-lastname {
    padding-left: 13px;
    padding-left: 1.3rem;
  }
  /* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_forms.scss */
  #doemee-lid-worden-form .form-item-address-street, #doemee-lid-worden-form .form-item-personal-information-middlename, #doemee-lid-worden-form .form-item-personal-information-gender, #doemee-lid-worden-form .form-item-contact-phone, #doemee-lid-worden-form .form-item-address-zipcode, #doemee-lid-worden-form .form-item-address-country {
    clear: both;
  }

  /* ========================================================================== *\
     Misc
  \* ========================================================================== */
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .image-overlay {
    padding: 36px;
    padding: 3.6rem;
  }

  /* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .page-section {
    padding-left: 56.25px;
    padding-left: 5.625rem;
    padding-right: 56.25px;
    padding-right: 5.625rem;
  }

  /* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .page-section-image.image-left figure, .page-section-image.image-right figure {
    width: 40%;
  }
  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .page-section-image.image-left figure {
    margin: 15px 26px 0 0;
    margin: 1.5rem 2.6rem 0 0;
    float: left;
  }
  /* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .page-section-image.image-right figure {
    margin: 15px 0 0 26px;
    margin: 1.5rem 0 0 2.6rem;
    float: right;
  }
  /* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .page-section-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .block-list {
    padding: 36px 56.25px 0;
    padding: 3.6rem 5.625rem 0;
  }

  /* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .compact-block .image-wrapper {
    display: block;
    visibility: visible;
    float: left;
    width: 34%;
  }
  /* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .compact-block .image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  /* line 77, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .compact-block .has-placeholder {
    position: relative;
  }
  /* line 80, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .compact-block .has-placeholder:after {
    color: #eee;
    font-family: "SP-Icons";
    font-size: 100px;
    text-align: center;
    width: 100%;
    display: block;
    height: 100px;
    margin-top: -50px;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
  /* line 97, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .compact-block.activiteit-item .text-wrapper {
    padding-right: 36px;
    padding-right: 3.6rem;
  }
  /* line 104, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .compact-block.activiteit .has-placeholder:after, .compact-block.activiteit-item .has-placeholder:after {
    content: "c";
  }
  /* line 110, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .compact-block .text-wrapper {
    padding-left: 36px;
    padding-left: 3.6rem;
    float: left;
    width: 66%;
  }

  /* line 123, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_misc.scss */
  .personen-wrapper.compact .person-block {
    width: 50%;
    float: left;
    clear: none;
  }

  /* ========================================================================== *\
     Cookie Bar
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_cookie-bar.scss */
  .popup-content {
    *zoom: 1;
    text-align: center;
  }
  /* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .popup-content:before, .popup-content:after {
    content: " ";
    display: table;
  }
  /* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .popup-content:after {
    clear: both;
  }

  /* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_cookie-bar.scss */
  #popup-buttons button {
    padding: 0 36px;
    padding: 0 3.6rem;
    margin-bottom: 0 36px;
    margin-bottom: 0 3.6rem;
    width: auto;
  }
  /* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_cookie-bar.scss */
  #popup-buttons .agree-button {
    margin-right: 9.375px;
    margin-right: 0.9375rem;
  }
  /* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_cookie-bar.scss */
  #popup-buttons .disagree-button {
    margin-left: 9.375px;
    margin-left: 0.9375rem;
    margin-right: 9.375px;
    margin-right: 0.9375rem;
  }
  /* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_cookie-bar.scss */
  #popup-buttons .find-more-button {
    margin-left: 9.375px;
    margin-left: 0.9375rem;
  }

  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_header.scss */
  .close-search {
    right: 36px;
    right: 3.6rem;
  }

  /* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_header.scss */
  #header .search-wrapper .inner-container {
    padding-right: 100px;
    padding-right: 10rem;
    max-width: 800px;
    margin: 0 auto;
  }

  /* ========================================================================== *\
     Page
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_page.scss */
  .content-wrap, .page-user #content {
    padding-left: 56.25px;
    padding-left: 5.625rem;
    padding-right: 56.25px;
    padding-right: 5.625rem;
  }

  /* ========================================================================== *\
     Home
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_home.scss */
  .home-people .column {
    width: 16.66667%;
  }
  /* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_home.scss */
  .home-people .default {
    width: 50%;
  }

  /* ============================================================= *\
    Thema node
  \* ==============================================================*/
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_thema.scss */
  .thema-actualiteit .content-wrapper {
    padding: 0 36px;
    padding: 0 3.6rem;
    max-height: 210px;
  }
  /* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_thema.scss */
  .thema-actualiteit h2 {
    margin-bottom: 0;
  }

  /* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_thema.scss */
  .thema-block .subtitle {
    border-bottom: solid 1px #EC1B23;
    text-decoration: none;
    display: inline;
  }

  /* ========================================================================== *\
     Wij SP
  \* ========================================================================== */
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .speerpunten-wrapper {
    padding-left: 36px;
    padding-left: 3.6rem;
  }

  /* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .mensen-wrapper .overlay-block {
    width: 50%;
    float: left;
  }
  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .mensen-wrapper .overlay-block.first {
    padding-right: 10px;
    padding-right: 1rem;
    margin-bottom: 0;
  }
  /* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .mensen-wrapper .overlay-block.second {
    padding-left: 10px;
    padding-left: 1rem;
  }

  /* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .mensen-blocks {
    max-width: 1600px;
    margin: 0 auto;
  }

  /* ========================================================================== *\
     Geschiedenis page
  \* ========================================================================== */
  /* line 45, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .node-geschiedenis .page-section-image.image-left figure, .node-geschiedenis .page-section-image.image-right figure {
    margin-bottom: 0;
  }

  /* ========================================================================== *\
     Mensen Detail
  \* ========================================================================== */
  /* line 56, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .profile-info {
    position: relative;
  }

  /* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .profile-image {
    width: 160px;
    position: absolute;
    top: 30px;
    top: 3rem;
    left: 56.25px;
    left: 5.625rem;
  }

  /* line 67, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .profile-text {
    float: left;
    width: 100%;
    min-height: 260px;
    height: auto !important;
    height: 260px;
    padding-left: 160px;
  }
  /* line 73, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .profile-text .meta-wrapper, .profile-text .node-title, .profile-text > p, .profile-text .social-links {
    margin-left: 36px;
    margin-left: 3.6rem;
  }

  /* line 78, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_partij.scss */
  .profile-bio {
    padding: 36px 0;
    padding: 3.6rem 0;
  }

  /* ========================================================================== *\
     Actualiteiten | Filter
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .filter-wrapper {
    padding: 36px;
    padding: 3.6rem;
    padding-bottom: 0;
  }
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .filter-wrapper ul li {
    width: 33.33333%;
  }

  /* ========================================================================== *\
     Actualiteiten
  \* ========================================================================== */
  /* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .actualiteiten-wrapper, .activiteiten-wrapper {
    padding: 36px;
    padding: 3.6rem;
  }

  /* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .actualiteit > a {
    height: 220px;
  }
  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .actualiteit.compact-block .image-wrapper {
    width: 34%;
    overflow: hidden;
  }
  /* line 34, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .actualiteit.compact-block .image-wrapper img {
    max-width: none;
    width: auto;
    margin-left: -10%;
  }
  /* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .actualiteit .readmore-wrapper {
    padding-left: 36px;
    padding-left: 3.6rem;
    float: left;
  }

  /* line 48, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .back-to-top {
    right: 36px;
    right: 3.6rem;
  }

  /* line 53, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser {
    overflow: hidden;
    position: relative;
  }
  /* line 57, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser .image-wrapper {
    float: left;
    width: 34%;
    max-width: 354px;
    height: auto;
    margin-bottom: 18.75px;
    margin-bottom: 1.875rem;
    overflow: hidden;
    position: relative;
    display: block;
    visibility: visible;
    z-index: 10;
  }
  /* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser .has-placeholder {
    position: relative;
  }
  /* line 72, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser .has-placeholder:after {
    color: #ddd;
    font-family: "SP-Icons";
    font-size: 100px;
    text-align: center;
    width: 100%;
    display: block;
    height: 100px;
    margin-top: -50px;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
  /* line 90, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser.rapport .has-placeholder:after {
    content: "r";
  }
  /* line 97, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser.publicatie .ihas-placeholder:after {
    content: "P";
  }
  /* line 104, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser.achtergrond .ihas-placeholder:after {
    content: "A";
  }
  /* line 111, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser.opinie .has-placeholder:after {
    content: "s";
  }
  /* line 118, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser.nieuws .has-placeholder:after {
    content: "p";
  }
  /* line 125, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser.column .has-placeholder:after {
    content: "/";
  }
  /* line 132, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser.spvimeo .has-placeholder:after {
    content: "C";
  }
  /* line 138, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .nu-actualiteit.nu-teaser .content-wrapper {
    margin-left: 34%;
  }

  /* line 146, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_nieuws.scss */
  .actualiteiten-list .nu-teaser h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }

  /* ========================================================================== *\
     Onderwerp
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_onderwerp.scss */
  .node-quote-section blockquote {
    float: right;
    padding: 0 0 0 36px;
    padding: 0 0 0 3.6rem;
    width: 50%;
  }

  /* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_onderwerp.scss */
  #standpunten-wrapper .thema-onderwerp {
    width: 400px;
  }

  /* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_onderwerp.scss */
  .onderwerp-verhaal .duration span, .onderwerp-verhaal .owner .user-info span {
    line-height: 44px;
    float: left;
  }
  /* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_onderwerp.scss */
  .onderwerp-verhaal .duration .first, .onderwerp-verhaal .duration .last, .onderwerp-verhaal .owner .user-info .first, .onderwerp-verhaal .owner .user-info .last {
    padding: 0 2.5px;
  }

  /* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_onderwerp.scss */
  .quote-block .readstory {
    margin-right: 18.75px;
    margin-right: 1.875rem;
  }

  /* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_onderwerp.scss */
  .onderwerp-quote .quote-image img {
    width: 768px;
    left: -384px;
  }

  /* ========================================================================== *\
     Doe Mee
  \* ========================================================================== */
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .newsletter-header {
    padding-top: 36px;
    padding-top: 3.6rem;
  }

  /* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .newsletter-form-wrapper {
    padding-bottom: 36px;
    padding-bottom: 3.6rem;
  }

  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .persoon-quote-block .persoon-options {
    margin-left: 34%;
    padding-left: 36px;
    padding-left: 3.6rem;
  }

  /* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .persoon-image, .persoon-info {
    float: none;
    width: 100%;
  }

  /* line 34, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .persoon-image img {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .persoon-info {
    padding-left: 0;
  }

  /* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .persoon-text {
    padding-left: 36px;
    padding-left: 3.6rem;
    width: 66%;
    float: right;
  }

  /* line 52, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .persoon-quote-owner {
    width: 34%;
    float: left;
  }

  /* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .activiteit-item .has-placeholder:after {
    content: "c";
  }

  /* line 72, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .thema-actualiteit.rapport .has-placeholder:after {
    content: "r";
  }
  /* line 79, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .thema-actualiteit.publicatie .has-placeholder:after {
    content: "P";
  }
  /* line 86, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .thema-actualiteit.achtergrond .has-placeholder:after {
    content: "A";
  }
  /* line 93, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .thema-actualiteit.opinie .has-placeholder:after {
    content: "s";
  }
  /* line 100, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .thema-actualiteit.nieuws .has-placeholder:after {
    content: "p";
  }
  /* line 107, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .thema-actualiteit.column .has-placeholder:after {
    content: "/";
  }
  /* line 114, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .thema-actualiteit.spvimeo .has-placeholder:after {
    content: "C";
  }

  /* line 127, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .node-activiteit .meta-wrapper > div {
    position: relative;
    padding-left: 100px;
    padding-left: 10rem;
  }
  /* line 132, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .node-activiteit .meta-wrapper span {
    display: inline-block;
  }
  /* line 136, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .node-activiteit .meta-wrapper .label {
    width: 100px;
    width: 10rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 143, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .node-activiteit .meta-wrapper .value {
    display: inline-block;
  }

  /* line 149, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .activiteit-item {
    padding: 0rem;
  }
  /* line 151, ../../../../../../profiles/sp/themes/pomodoro/scss/min-480/_doemee.scss */
  .activiteit-item .image-wrapper {
    width: 34%;
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 600px) {
  /* ========================================================================== *\
     Misc
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_misc.scss */
  .block-list .block {
    float: left;
    width: 50%;
  }
  /* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_misc.scss */
  .block-list .block.odd {
    clear: both;
    padding-right: 28.125px;
    padding-right: 2.8125rem;
  }
  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_misc.scss */
  .block-list .block.even {
    padding-left: 28.125px;
    padding-left: 2.8125rem;
  }
  /* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_misc.scss */
  .block-list .block-2 .inner-container {
    border-top: none;
  }
  /* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_misc.scss */
  .block-list .block-2 .inner-container:before {
    content: none;
  }

  /* line 40, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_misc.scss */
  .compact-block a {
    position: relative;
  }
  /* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_misc.scss */
  .compact-block .image-wrapper {
    display: block;
    float: none;
    position: absolute;
    top: 28.125px;
    top: 2.8125rem;
    left: 0;
    width: 175px;
  }
  /* line 51, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_misc.scss */
  .compact-block .image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 175px;
  }
  /* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_misc.scss */
  .compact-block .text-wrapper {
    margin-left: 245px;
    float: none;
    width: auto;
  }

  /* ========================================================================== *\
     Wij SP
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_partij.scss */
  .geschiedenis-timeline-wrapper .inner-block {
    padding-top: 36px;
    padding-top: 3.6rem;
    padding-left: 180px;
    padding-left: 18rem;
    padding-right: 180px;
    padding-right: 18rem;
  }
  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_partij.scss */
  .geschiedenis-timeline-wrapper .inner-block:after, .geschiedenis-timeline-wrapper .inner-block:before {
    font-size: 36px;
    font-size: 3.6rem;
    height: 100px;
    width: 100px;
    line-height: 100px;
    top: -50px;
  }
  /* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_partij.scss */
  .geschiedenis-timeline-wrapper .inner-block p:before {
    right: 150px;
    right: 15rem;
    left: 150px;
    left: 15rem;
  }

  /* ========================================================================== *\
     Mensen Archief
  \* ========================================================================== */
  /* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_partij.scss */
  .person {
    width: 33.33333%;
  }

  /* ========================================================================== *\
     Actualiteiten
  \* ========================================================================== */
  /* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_nieuws.scss */
  .actualiteit.compact-block .image-wrapper {
    width: 220px;
    position: absolute;
  }
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_nieuws.scss */
  .actualiteit.compact-block .image-wrapper img {
    border: solid 0px white;
    -webkit-transition: border 0.35s ease;
    -moz-transition: border 0.35s ease;
    -ms-transition: border 0.35s ease;
    -o-transition: border 0.35s ease;
    transition: border 0.35s ease;
    margin-left: 0;
    max-width: 220px;
  }
  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_nieuws.scss */
  .actualiteit.compact-block:hover .image-wrapper img, .actualiteit.compact-block:focus .image-wrapper img, .actualiteit.compact-block:active .image-wrapper img {
    border: solid 20px white;
  }
  /* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_nieuws.scss */
  .actualiteit.compact-block .text-wrapper {
    margin-left: 220px;
    padding-left: 36px;
    padding-left: 3.6rem;
  }
  /* line 31, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_nieuws.scss */
  .actualiteit .readmore-wrapper {
    margin-left: 220px;
  }

  /* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_nieuws.scss */
  .actualiteiten-wrapper .load-more, .activiteiten-wrapper .load-more {
    min-width: 280px;
    text-align: center;
  }

  /* ========================================================================== *\
     Actualiteiten | Filter
  \* ========================================================================== */
  /* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_nieuws.scss */
  .filter-wrapper .inner-container:after {
    width: 280px;
    left: 0;
  }
  /* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_nieuws.scss */
  .filter-wrapper .select-filter-wrapper {
    width: 280px;
    padding-right: 0;
  }
  /* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_nieuws.scss */
  .filter-wrapper .clear-filter-wrapper {
    width: 240px;
    padding-left: 36px;
    padding-left: 3.6rem;
  }

  /* ========================================================================== *\
     Thema Archief
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_thema.scss */
  .thema-block {
    width: 33.33333%;
  }

  /* ========================================================================== *\
     Thema Detail
  \* ========================================================================== */
  /* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_thema.scss */
  .thema-header .return-link-wrapper {
    position: absolute;
    z-index: 100;
  }
  /* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_thema.scss */
  .thema-header .return-link-wrapper a {
    color: #fff;
    border: 1px solid #fff;
  }
  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_thema.scss */
  .thema-header .return-link-wrapper a:before {
    display: none;
  }
  /* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_thema.scss */
  .thema-header .return-link-wrapper a:after {
    color: #fff;
  }
  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_thema.scss */
  .thema-header .return-link-wrapper a:hover, .thema-header .return-link-wrapper a:focus, .thema-header .return-link-wrapper a:active {
    background: #EC1B23;
    border-color: #EC1B23;
    width: 240px;
  }

  /* line 40, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_thema.scss */
  .thema-actualiteit .text-wrapper {
    padding-left: 75px;
    padding-left: 7.5rem;
  }

  /* ========================================================================== *\
     Doe Mee
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .doemee-options-wrapper .inner-wrapper {
    *zoom: 1;
  }
  /* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .doemee-options-wrapper .inner-wrapper:before, .doemee-options-wrapper .inner-wrapper:after {
    content: " ";
    display: table;
  }
  /* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .doemee-options-wrapper .inner-wrapper:after {
    clear: both;
  }
  /* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .doemee-options-wrapper .doemee-options {
    margin: 0 -3px;
  }
  /* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .doemee-options-wrapper .inner-container {
    text-align: left;
    width: 60%;
    float: left;
  }
  /* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .doemee-options-wrapper .image-wrapper {
    display: block;
    visibility: visible;
    float: right;
  }
  /* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .doemee-options-wrapper.full-width .inner-container {
    float: none;
    width: 100%;
  }

  /* line 34, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .doemee-options {
    text-align: center;
  }

  /* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .doemee-option {
    width: 33.33333%;
    padding: 0 3px;
    margin-top: 0;
    float: left;
  }

  /* line 45, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .doemee-link {
    padding: 100px 18.75px 18.75px 18.75px;
    padding: 10rem 1.875rem 1.875rem 1.875rem;
  }
  /* line 48, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .doemee-link:before {
    display: block;
    font-size: 75px;
    font-size: 7.5rem;
    line-height: 50px;
    width: 100%;
  }
  /* line 56, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .share .doemee-link:before, .newsletter .doemee-link:before, .member .doemee-link:before {
    left: 0;
  }
  /* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .ie8 .share .doemee-link:before, .ie8 .newsletter .doemee-link:before, .ie8 .member .doemee-link:before {
    left: 50%;
  }
  /* line 67, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .ie8 .share .doemee-link:before {
    margin-left: -70px;
  }
  /* line 75, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .ie8 .newsletter .doemee-link:before {
    margin-left: -60px;
  }
  /* line 83, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .ie8 .member .doemee-link:before {
    margin-left: -40px;
  }
  /* line 90, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .share .doemee-link:before {
    font-size: 140px;
    font-size: 14rem;
  }
  /* line 96, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .newsletter .doemee-link:before {
    font-size: 120px;
    font-size: 12rem;
  }

  /* line 107, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .feat-activiteiten-wrapper li {
    border-left: solid 1px #F1F1F1;
    border-right: solid 1px #F1F1F1;
    width: 33.33333%;
    float: left;
  }
  /* line 114, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .feat-activiteiten-wrapper a {
    border-top: none;
  }

  /* line 123, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .map-wrapper {
    min-height: 375px;
    height: auto !important;
    height: 375px;
    position: relative;
  }

  /* line 128, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .map-inner-wrapper {
    margin-bottom: 0;
    position: absolute;
    top: 36px;
    top: 3.6rem;
    left: 56.25px;
    left: 5.625rem;
  }

  /* line 135, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .map-intro-wrapper {
    float: right;
    text-align: left;
    margin-left: 300px;
    margin-left: 30rem;
    padding-left: 75px;
    padding-left: 7.5rem;
  }
  /* line 141, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .map-intro-wrapper .inner-wrapper {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    height: 323px;
  }
  /* line 146, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .map-intro-wrapper .inner-container {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 151, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .afdelingen-select-wrapper {
    margin-left: 300px;
    margin-left: 30rem;
  }

  /* line 159, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .activiteit-item {
    overflow: hidden;
  }
  /* line 161, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .activiteit-item .text-wrapper {
    padding-left: 75px;
    padding-left: 7.5rem;
    float: left;
  }
  /* line 165, ../../../../../../profiles/sp/themes/pomodoro/scss/min-600/_doemee.scss */
  .activiteit-item .meta-wrapper {
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  /* ========================================================================== *\
     Cookie Bar
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_cookie-bar.scss */
  .popup-content {
    padding: 18.75px 36px 0;
    padding: 1.875rem 3.6rem 0;
  }

  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_cookie-bar.scss */
  #popup-buttons .agree-button {
    margin-bottom: 0;
  }

  /* ========================================================================== *\
     Header
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  .maintenance-page #header {
    float: none;
  }
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  #header #navigation {
    display: block;
    height: auto;
    text-align: center;
    position: fixed;
    top: 4px;
    width: 80%;
    margin: 0 10%;
    overflow: visible;
  }
  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  #header .search-toggler {
    padding-top: 20px;
  }
  /* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  #header .search-toggler:hover, #header .search-toggler:focus, #header .search-toggler:active {
    color: #222;
  }

  /* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  .maintenance-page #logo {
    border: none;
    width: 258px;
    width: 25.8rem;
    max-width: none;
  }
  /* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  #logo #navigation {
    position: absolute;
    width: 100%;
    overflow: hidden;
  }

  /* line 40, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  .menu-toggler {
    display: none;
    visibility: hidden;
  }

  /* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  #header.modest #logo {
    width: 72px;
    margin: 4px;
  }
  /* line 50, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  #header.modest #main-menu a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 29px 10px;
    padding: 2.9rem 1rem;
  }
  /* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  #header.modest .search-toggler {
    padding-top: 18px;
  }
  /* line 57, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_header.scss */
  #header.modest .search-toggler:after {
    font-size: 30px;
    font-size: 3rem;
  }

  /* ========================================================================== *\
     Menu
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_menu.scss */
  #main-menu {
    border: none;
    display: inline-block;
  }
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_menu.scss */
  #main-menu li {
    border: none;
    display: inline-block;
  }
  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_menu.scss */
  #main-menu li.active a:after, #main-menu li.active-trail a:after {
    background-color: #FFFFFF;
    width: 100%;
    top: -10px;
  }
  /* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_menu.scss */
  #main-menu a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 32.5px 20px;
    padding: 3.25rem 2rem;
    transition: all 0.6s;
    position: relative;
  }
  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_menu.scss */
  #main-menu a:hover, #main-menu a:focus, #main-menu a:active {
    color: #222;
    background: #FFFFFF;
  }
  /* line 35, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_menu.scss */
  #main-menu a:after {
    content: '';
    background-color: transparent;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  /* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_menu.scss */
  #main-menu a:hover:after, #main-menu a:focus:after, #main-menu a:active:after {
    background-color: #FFFFFF;
    top: -10px;
    width: 100%;
    height: 10px;
    transition: top 0.25s ease;
  }

  /* ========================================================================== *\
     Page
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_page.scss */
  #main-wrapper {
    margin-top: 76px;
  }

  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_page.scss */
  .node-title {
    display: block;
    visibility: visible;
  }
  /* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_page.scss */
  .node-title h1 {
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
  }

  /* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_page.scss */
  .maintenance-page .content-wrapper {
    max-width: 800px;
  }

  /* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_page.scss */
  .page-lid-worden .page-title.content-wrap h1 {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 32px;
  }
  /* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_page.scss */
  .page-lid-worden .promotional-image .caption {
    float: left;
    clear: both;
  }
  /* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_page.scss */
  .page-lid-worden .promotional-image img {
    min-width: 240px;
    width: 240px;
    float: left;
    margin-top: 22px;
  }
  /* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_page.scss */
  .page-lid-worden .btn {
    position: relative;
    width: auto;
    border: none;
    box-shadow: none;
  }

  /* ========================================================================== *\
     Home
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_home.scss */
  .home-people {
    margin: 30px -70px 30px -70px;
  }
  /* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_home.scss */
  .home-people .column {
    width: 11.11111%;
  }
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_home.scss */
  .home-people .text {
    position: absolute;
    width: auto;
    width: 436px;
    z-index: 100;
    display: block;
    outline: none;
    top: 25%;
    left: 10%;
    height: 50%;
    background: white;
  }
  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_home.scss */
  .home-people .text .content-block {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
  }
  /* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_home.scss */
  .home-people .text .inner-block {
    display: table-cell;
    text-align: left;
    padding: 24px;
    padding: 2.4rem;
  }
  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_home.scss */
  .home-people .text .inner-block .btn {
    text-align: center;
  }

  /* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_home.scss */
  .header-image .image-wrapper .image-caption {
    width: 56%;
  }
  /* line 41, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_home.scss */
  .header-image .image-wrapper p {
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* ========================================================================== *\
     Mensen Detail
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .profile-text {
    padding-left: 260px;
  }

  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .profile-image {
    width: 260px;
  }

  /* ========================================================================== *\
     Geschiedenis page
  \* ========================================================================== */
  /* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .menu-timeline {
    background-color: #EC1B23;
    width: 70px;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    visibility: visible;
  }
  /* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .menu-timeline .active, .menu-timeline .active-item {
    background-color: #C70305;
  }
  /* line 34, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .js .menu-timeline .active-item {
    -webkit-transition: top 0.1s ease;
    -moz-transition: top 0.1s ease;
    -ms-transition: top 0.1s ease;
    -o-transition: top 0.1s ease;
    transition: top 0.1s ease;
    position: absolute;
    width: 100%;
    height: 30px;
    top: 90px;
  }
  /* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .js .menu-timeline .active a:hover, .js .menu-timeline .active a:focus, .js .menu-timeline .active a:active {
    background-color: transparent;
    color: #fff;
  }
  /* line 52, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .menu-timeline ul {
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 70px;
    z-index: 5;
  }
  /* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .menu-timeline ul li {
    margin-bottom: 0;
  }
  /* line 65, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .menu-timeline a {
    background-color: transparent;
    color: #fff;
    line-height: 42px;
    font-family: "HelveticaNeueLTStd-BdCn", "Helvetica Neue", Helvetica, "Roboto Sans", "Segoe UI", Arial, "Lucida Grande", sans-serif;
    display: block;
  }
  /* line 72, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .menu-timeline a:hover, .menu-timeline a:focus, .menu-timeline a:active {
    background-color: #fff;
    color: #C70305;
  }

  /* line 81, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .node-geschiedenis .field-items {
    padding-left: 70px;
  }
  /* line 84, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .node-geschiedenis .onderwerp-header {
    padding-left: 70px;
  }

  /* line 90, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .geschiedenis-header {
    padding-left: 70px;
  }
  /* line 93, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_partij.scss */
  .geschiedenis-header p {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
  }

  /* ========================================================================== *\
     Actualiteiten
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_nieuws.scss */
  .filter-tabs {
    border-top: none;
  }
  /* line 8, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_nieuws.scss */
  .filter-tabs .clear-filter-wrapper {
    width: auto;
  }

  /* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_nieuws.scss */
  .nu-node header.content-wrapper {
    margin-top: 3.6rem;
    padding-left: 105px;
    padding-left: 10.5rem;
  }

  /* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_nieuws.scss */
  .nu-actualiteit.nu-teaser .has-placeholder:after {
    font-size: 150px;
    height: 150px;
    margin-top: -75px;
  }

  /* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_nieuws.scss */
  .actualiteiten-list .actualiteit .content-wrapper {
    padding: 28.125px 36px 30px;
    padding: 2.8125rem 3.6rem 3rem;
  }

  /* ========================================================================== *\
     Onderwerp
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .node-type-onderwerp .top-container {
    overflow: hidden;
  }

  /* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .node-onderwerp .node-container {
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  /* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .node-onderwerp.active .node-container {
    zoom: 1;
    filter: alpha(opacity=35);
    opacity: 0.35;
  }
  /* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .node-onderwerp p {
    clear: none;
  }
  /* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .node-onderwerp blockquote {
    width: 45%;
    float: right;
    margin: 0;
    padding: 0 28.125px;
    padding: 0 2.8125rem;
  }

  /* line 41, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunten-wrapper {
    float: left;
    width: 45%;
    position: relative;
    z-index: 5;
  }
  /* line 47, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunten-wrapper .fill {
    background-color: #EC1B23;
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    z-index: 200;
  }

  /* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunten-list {
    background-color: transparent;
    margin-bottom: 0;
    z-index: 5;
  }

  /* line 66, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunt-item {
    overflow: visible;
    position: relative;
  }
  /* line 72, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunt-item.active .standpunt-summary:before {
    border-right-width: 9px;
    right: -1px;
  }
  /* line 78, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunt-item.active .standpunt-content {
    right: -110%;
  }
  /* line 83, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunt-item.centered {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  /* line 87, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunt-item.centered .standpunt-summary {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  /* line 95, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .js .standpunt-item.first .standpunt-content {
    top: 0;
  }
  /* line 101, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunt-item.last {
    border-bottom: none;
  }
  /* line 104, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunt-item.last .standpunt-content {
    border: solid 2px #f1f1f1;
    border-left: 0;
  }

  /* line 111, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunt-summary {
    overflow: visible;
    right: -1px;
  }
  /* line 116, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .js .standpunt-summary:before {
    border-top: solid 9px transparent;
    border-bottom: solid 9px transparent;
    border-right: solid 0 #fff;
    -webkit-transition-property: border-right-width;
    -moz-transition-property: border-right-width;
    -o-transition-property: border-right-width;
    transition-property: border-right-width;
    margin: -9px 0 50%;
    top: 50%;
    right: -9px;
    bottom: 0;
    left: auto;
  }

  /* line 130, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .standpunt-content {
    background-color: #fff;
    border: solid 2px #f1f1f1;
    border-left: none;
    width: 110%;
  }
  /* line 136, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .js .standpunt-content {
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
    height: auto;
    position: absolute;
    top: -2px;
    right: 0;
    z-index: -1;
  }
  /* line 144, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .js .standpunt-content .inner-container {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    filter: none;
  }

  /* line 156, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .onderwerp-quote > .inner-container {
    height: 300px;
  }
  /* line 160, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .onderwerp-quote .quote-image {
    height: 300px;
  }
  /* line 163, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .onderwerp-quote .quote-image img {
    width: 960px;
    top: -25px;
    left: -480px;
  }
  /* line 170, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .onderwerp-quote .quote-wrapper {
    height: 300px;
    margin-top: -300px;
  }

  /* line 177, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .quote-block {
    background: #fff;
    overflow: hidden;
    padding-left: 240px;
    position: relative;
  }
  /* line 183, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .quote-block .image-wrapper {
    display: block;
    visibility: visible;
    width: 240px;
    height: 240px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 192, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .quote-block .persoon-text {
    text-align: left;
    height: 240px;
  }
  /* line 197, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_onderwerp.scss */
  .quote-block .inner-text {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    overflow: hidden;
  }

  /* ========================================================================== *\
     Doe Mee
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_doemee.scss */
  .newsletter-wrapper p, .newsletter-wrapper form {
    float: left;
    width: 50%;
  }
  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_doemee.scss */
  .newsletter-wrapper p {
    padding-right: 28.125px;
    padding-right: 2.8125rem;
    margin-bottom: 0;
  }

  /* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_doemee.scss */
  .newsletter-form {
    padding-left: 28.125px;
    padding-left: 2.8125rem;
    padding-top: 0;
  }

  /* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_doemee.scss */
  .activiteit-item .meta-wrapper {
    padding-bottom: 40px;
    padding-bottom: 4rem;
  }

  /* ========================================================================== *\
     Search
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_search.scss */
  .results-counter-wrapper span {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }

  /* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_search.scss */
  #main-wrapper .search-form {
    max-width: 800px;
    margin: 0 auto;
  }

  /* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_search.scss */
  .refine-search-wrapper .container-inline-date, .refine-search-wrapper .form-item-order {
    width: 33.33333%;
    float: left;
  }
  /* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_search.scss */
  .refine-search-wrapper .container-inline-date .form-item, .refine-search-wrapper .form-item-order .form-item {
    width: 97%;
  }

  /* ========================================================================== *\
     Misc
  \* ========================================================================== */
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .thema-block {
    width: 32.8%;
  }
  /* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .thema-block .overlay-image {
    float: none;
    width: auto;
  }

  /* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .header-image img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .image-enlarger {
    position: relative;
    cursor: pointer;
  }
  /* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .image-enlarger:after {
    display: block;
  }
  /* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .image-enlarger:before {
    display: block;
  }

  /* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .page-section {
    padding-left: 105px;
    padding-left: 10.5rem;
    padding-right: 105px;
    padding-right: 10.5rem;
  }

  /* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .page-section-image.image-left figure, .page-section-image.image-right figure {
    max-width: 260px;
  }
  /* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .page-section-image.image-left figure {
    margin-left: -28.125px;
    margin-left: -2.8125rem;
  }
  /* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .page-section-image.image-right figure {
    margin-right: -28.125px;
    margin-right: -2.8125rem;
  }
  /* line 65, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .js .page-section-image.full-width-page img {
    margin-top: -25%;
  }

  /* line 74, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .node-type-geschiedenis .page-section-image.image-left figure {
    margin-left: 0rem;
  }
  /* line 79, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .node-type-geschiedenis .page-section-image.image-right figure {
    margin-right: 0rem;
  }

  /* line 88, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .block-list {
    padding: 56.25px 75px 0;
    padding: 5.625rem 7.5rem 0;
  }

  /* line 92, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .personen-wrapper .inner-container {
    *zoom: 1;
  }
  /* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .personen-wrapper .inner-container:before, .personen-wrapper .inner-container:after {
    content: " ";
    display: table;
  }
  /* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .personen-wrapper .inner-container:after {
    clear: both;
  }
  /* line 95, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .personen-wrapper .inner-wrapper {
    margin: 0 -36px;
    margin: 0 -3.6rem;
  }
  /* line 98, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .personen-wrapper .person-block {
    width: 50%;
    float: left;
    padding: 0 36px;
    padding: 0 3.6rem;
  }
  /* line 102, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .personen-wrapper .person-block .text-wrapper {
    margin-left: 125px;
    height: 125px;
  }
  /* line 107, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .personen-wrapper .image-wrapper {
    margin-right: 25px;
    margin-right: 2.5rem;
    height: 125px;
    width: 125px;
  }

  /* line 113, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .person-link {
    min-height: 125px;
    height: auto !important;
    height: 125px;
  }
  /* line 115, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  blockquote .person-link {
    min-height: 100px;
    height: auto !important;
    height: 100px;
  }

  /* line 123, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .compact-block .text-wrapper {
    margin-left: 245px;
  }

  /* line 130, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  span.icon-title {
    width: 25px;
    height: 25px;
    display: none;
    z-index: 100;
  }
  /* line 135, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  span.icon-title:before {
    font-size: 25px;
    height: 25px;
    position: relative;
    top: 15px;
    left: 12.5px;
  }

  /* line 143, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .icon-title {
    position: relative;
  }
  /* line 145, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .icon-title:before {
    content: "T";
    color: #EC1B23;
    font-family: "SP-Icons";
    font-size: 26px;
    font-size: 2.6rem;
    width: 30px;
    width: 3rem;
    text-align: center;
    text-transform: none;
    position: absolute;
    top: 0;
    left: -50px;
    left: -5rem;
  }
  /* line 158, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .rapport .icon-title:before {
    content: "r";
  }
  /* line 163, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .publicatie .icon-title:before {
    content: "P";
  }
  /* line 168, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .achtergrond .icon-title:before {
    content: "A";
  }
  /* line 173, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .opinie .icon-title:before {
    content: "s";
  }
  /* line 178, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .nieuws .icon-title:before {
    content: "p";
  }
  /* line 183, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .actualiteit.column .icon-title:before, .home-item.column .icon-title:before {
    content: "/";
  }
  /* line 188, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .persoon .icon-title:before {
    content: "u";
  }
  /* line 193, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .activiteit .icon-title:before {
    content: "c";
  }

  /* line 199, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .page-lid-worden .node-page {
    padding-left: 36px;
    padding-left: 3.6rem;
  }

  /* line 204, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_misc.scss */
  .mobile-only {
    display: none !important;
  }

  /* line 1, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_readspeaker.scss */
  #readspeaker_button1 {
    display: block;
  }

  /* ========================================================================== *\
     IE
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_ie.scss */
  .ie8.js #navigation {
    height: auto;
  }
  /* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/min-768/_ie.scss */
  .ie8.js #navigation.toggled {
    height: auto;
  }
}
@media only screen and (min-width: 960px) {
  /* ========================================================================== *\
     Base
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_base.scss */
  html {
    font-size: 62.5%;
  }

  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_base.scss */
  body {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }

  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_base.scss */
  h1.title, .h1.title {
    padding: 36px 75px 0;
    padding: 3.6rem 7.5rem 0;
  }

  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_forms.scss */
  .activiteit-registratie .inner-wrapper {
    margin-bottom: 56.25px;
    margin-bottom: 5.625rem;
  }

  /* ========================================================================== *\
     Misc
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .thema-block .inner-wrapper {
    height: 145px;
  }
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .thema-block h2 {
    height: 80px;
  }

  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .image-overlay {
    padding: 28.125px 36px;
    padding: 2.8125rem 3.6rem;
  }

  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .footer-social a:after {
    font-size: 30px;
  }

  /* line 40, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .compact-block-list {
    padding-top: 28.125px;
    padding-top: 2.8125rem;
  }

  /* line 45, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .compact-block .text-wrapper {
    margin-left: 175px;
  }

  /* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .pager-wrapper {
    padding-top: 36px;
    padding-top: 3.6rem;
  }

  /* line 62, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .personen-wrapper {
    padding: 37.5px 0;
    padding: 3.75rem 0;
  }
  /* line 65, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .personen-wrapper.compact {
    padding-bottom: 43.25px;
    padding-bottom: 4.325rem;
  }

  /* line 74, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .attachments-wrapper {
    padding-bottom: 36px;
    padding-bottom: 3.6rem;
  }

  /* line 78, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .standpunten-overview {
    columns: 2;
  }
  /* line 80, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_misc.scss */
  .standpunten-overview .standpunt {
    break-inside: avoid;
  }

  /* ========================================================================== *\
     Cookie Bar
  \* ========================================================================== */
  /* line 4, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_cookie-bar.scss */
  .popup-content {
    padding: 28.125px 75px 9.375px;
    padding: 2.8125rem 7.5rem 0.9375rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ========================================================================== *\
     Header
  \* ========================================================================== */
  /* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_header.scss */
  #header .search-wrapper.toggled {
    height: 97px;
  }
  /* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_header.scss */
  #header #logo {
    width: 118px;
    margin: 4px;
  }
  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_header.scss */
  #header #header .search-toggler {
    padding: 26px 16px;
  }

  /* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_header.scss */
  #header.modest #logo {
    width: 74px;
  }
  /* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_header.scss */
  #header.modest #main-menu a {
    padding: 22.5px 10px;
    padding: 2.25rem 1rem;
  }

  /* ========================================================================== *\
     Page
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  #main-wrapper {
    margin-top: 102px;
  }

  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .region-content {
    *zoom: 1;
  }
  /* line 153, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .region-content:before, .region-content:after {
    content: " ";
    display: table;
  }
  /* line 157, ../../../../../../profiles/sp/themes/pomodoro/scss/_mixins.scss */
  .region-content:after {
    clear: both;
  }

  /* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .node-container {
    padding-left: 75px;
    padding-left: 7.5rem;
    padding-right: 75px;
    padding-right: 7.5rem;
  }

  /* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .page-lid-worden .node-container {
    padding-left: 0;
  }

  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .content-wrap, .page-user #content {
    padding-left: 75px;
    padding-left: 7.5rem;
    padding-right: 75px;
    padding-right: 7.5rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .page-user #content {
    padding-top: 56.25px;
    padding-top: 5.625rem;
    padding-bottom: 56.25px;
    padding-bottom: 5.625rem;
  }

  /* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .page-section {
    padding-left: 105px;
    padding-left: 10.5rem;
    padding-right: 105px;
    padding-right: 10.5rem;
  }

  /* line 45, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .page-section-image.image-left figure, .page-section-image.image-right figure {
    max-width: 337px;
  }
  /* line 51, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .page-section-image.image-left figure {
    margin-left: -36px;
    margin-left: -3.6rem;
  }
  /* line 57, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .page-section-image.image-right figure {
    margin-right: -36px;
    margin-right: -3.6rem;
  }

  /* line 66, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .node-type-geschiedenis .page-section-image.image-left figure {
    margin-left: 0rem;
  }
  /* line 72, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_page.scss */
  .node-type-geschiedenis .page-section-image.image-right figure {
    margin-right: 0rem;
  }

  /* ========================================================================== *\
     Home
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_home.scss */
  .home-item .item-text, .thema-onderwerp .item-text {
    height: 145px;
  }

  /* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_home.scss */
  .home-people .column {
    width: 11.11111%;
  }
  /* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_home.scss */
  .home-people .default {
    width: 66.66667%;
  }

  /* ========================================================================== *\
     Wij SP
  \* ========================================================================== */
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_partij.scss */
  .speerpunten-wrapper {
    max-width: 1600px;
    padding-left: 56.25px;
    padding-left: 5.625rem;
  }
  /* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_partij.scss */
  .speerpunten-wrapper .speerpunt:before {
    line-height: 50px;
  }

  /* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_partij.scss */
  .mensen-blocks {
    max-width: 1600px;
  }

  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_partij.scss */
  .geschiedenis-timeline-wrapper .inner-block:after, .geschiedenis-timeline-wrapper .inner-block:before {
    font-size: 36px;
    font-size: 3.6rem;
    height: 140px;
    width: 140px;
    line-height: 140px;
    top: -70px;
  }

  /* ========================================================================== *\
     Mensen Archief
  \* ========================================================================== */
  /* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_partij.scss */
  .person {
    width: 20%;
  }

  /* ========================================================================== *\
     Mensen Detail
  \* ========================================================================== */
  /* line 53, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_partij.scss */
  .profile .social-links {
    margin-bottom: 0;
  }

  /* line 58, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_partij.scss */
  .profile-image {
    left: 75px;
    left: 7.5rem;
  }

  /* line 62, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_partij.scss */
  .profile-bio {
    padding-bottom: 56.25px;
    padding-bottom: 5.625rem;
  }

  /* ========================================================================== *\
     Actualiteiten
  \* ========================================================================== */
  /* line 8, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .filter-wrapper .type-filter .filter:before {
    top: 0;
  }

  /* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .nu-actualiteit .content-wrapper {
    padding: 28.125px 36px 0 85px;
    padding: 2.8125rem 3.6rem 0 8.5rem;
  }
  /* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .nu-actualiteit.nu-teaser h2 {
    max-width: 800px;
  }
  /* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .nu-actualiteit.nu-teaser .content-wrapper:before {
    left: 36px;
    left: 3.6rem;
    right: 36px;
    right: 3.6rem;
  }

  /* line 35, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .nu-node .content-wrapper {
    padding-left: 75px;
    padding-left: 7.5rem;
    padding-right: 75px;
    padding-right: 7.5rem;
  }

  /* line 41, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .no-results {
    padding: 56.25px 75px;
    padding: 5.625rem 7.5rem;
  }

  /* line 47, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .actualiteiten-list .meta-wrapper:before {
    top: -2px;
  }

  /* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .actualiteiten-wrapper .load-more, .activiteiten-wrapper .load-more {
    margin-left: 280px;
  }

  /* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .back-to-top {
    height: 55px;
    line-height: 55px;
  }
  /* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .back-to-top:before {
    line-height: 55px;
  }

  /* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_nieuws.scss */
  .page-nu h2 {
    font-size: 30px;
    font-size: 3rem;
  }

  /* ========================================================================== *\
     Onderwerp
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .node-type-onderwerp .node-container {
    padding-top: 36px;
    padding-top: 3.6rem;
  }

  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .standpunten-wrapper {
    width: 34%;
    float: left;
  }

  /* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .standpunten-list {
    width: 100%;
    position: relative;
    z-index: 50;
  }
  /* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .standpunten-list:after {
    right: 0;
    bottom: -5px;
  }

  /* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .standpunt-item.active .standpunt-content {
    right: -150%;
  }

  /* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .standpunt-summary {
    padding-right: 56.25px;
    padding-right: 5.625rem;
  }

  /* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .standpunt-content {
    width: 150%;
  }

  /* line 51, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-verhaal {
    position: relative;
  }
  /* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-verhaal .verhaal-wrapper > .inner-container {
    padding: 56.25px 75px;
    padding: 5.625rem 7.5rem;
  }
  /* line 60, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-verhaal .owner .user-info, .onderwerp-verhaal .duration {
    float: left;
  }
  /* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-verhaal .owner .user-info span, .onderwerp-verhaal .duration span {
    float: none;
    display: block;
    line-height: 18px;
  }
  /* line 69, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-verhaal .owner .user-info .first, .onderwerp-verhaal .duration .first {
    padding: 4px 0 0 0;
  }
  /* line 73, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-verhaal .owner .user-info .last, .onderwerp-verhaal .duration .last {
    padding: 0 0 4px;
  }
  /* line 78, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-verhaal .duration {
    float: right;
  }

  /* line 89, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-quote .quote-img img {
    top: -50px;
  }
  /* line 95, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-quote .quote-wrapper > .inner-container {
    padding: 36px 75px;
    padding: 3.6rem 7.5rem;
  }
  /* line 100, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-quote .quote {
    max-width: 960px;
    margin: 0 auto 2.6rem;
  }

  /* line 106, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .quote-block {
    background: #fff;
    overflow: hidden;
    height: 280px;
    padding-left: 280px;
  }
  /* line 112, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .quote-block .image-wrapper {
    width: 280px;
    height: 280px;
  }
  /* line 117, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .quote-block .persoon-text {
    height: 280px;
  }
  /* line 121, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .quote-block .inner-text {
    height: 145px;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    overflow: hidden;
  }
  /* line 126, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .node-type-onderwerp .quote-block .inner-text {
    height: 100px;
  }
  /* line 131, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .quote-block .persoon-quote {
    text-transform: none;
  }

  /* line 136, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .persoon-quote-owner {
    margin-bottom: 0;
  }

  /* line 144, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_onderwerp.scss */
  .onderwerp-activiteiten-wrapper {
    padding: 38.125px 0;
    padding: 3.8125rem 0;
  }

  /* ========================================================================== *\
     Doe Mee
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .doemee-link:before {
    line-height: 60px;
  }

  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .doemee-options {
    padding-top: 56.25px;
    padding-top: 5.625rem;
  }

  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .doemee-extra-options {
    padding-top: 36px;
    padding-top: 3.6rem;
    padding-bottom: 43.25px;
    padding-bottom: 4.325rem;
  }

  /* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .newsletter-header {
    padding-top: 56.25px;
    padding-top: 5.625rem;
  }

  /* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .newsletter-form-wrapper {
    padding-bottom: 56.25px;
    padding-bottom: 5.625rem;
  }

  /* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .newsletter-wrapper p {
    padding-right: 36px;
    padding-right: 3.6rem;
  }

  /* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .newsletter-form {
    padding-left: 36px;
    padding-left: 3.6rem;
  }

  /* line 50, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .map-wrapper {
    min-height: 390px;
    height: auto !important;
    height: 390px;
  }

  /* line 54, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .map-inner-wrapper {
    left: 75px;
    left: 7.5rem;
  }

  /* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .thema-actualiteit .text-wrapper {
    max-width: 1200px;
    padding-left: 140px;
    padding-left: 14rem;
  }

  /* line 71, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .thema-activiteit .text-wrapper .meta-wrapper:first-child {
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
  /* line 75, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .thema-activiteit .text-wrapper h2 {
    margin-bottom: 0;
  }

  /* line 86, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .persoon-quote-block .persoon-options {
    margin-bottom: 56.25px;
    margin-bottom: 5.625rem;
  }

  /* line 91, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_doemee.scss */
  .persoon-quote-owner {
    margin-bottom: 56.25px;
    margin-bottom: 5.625rem;
  }

  /* ========================================================================== *\
     Search
  \* ========================================================================== */
  /* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_search.scss */
  .search-form .form-wrapper:after {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_search.scss */
  .search-form .spsearch-submit {
    width: 40px;
    height: 40px;
  }

  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_search.scss */
  #header .search-form {
    max-width: 1200px;
  }

  /* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_search.scss */
  .results-counter-wrapper {
    padding-top: 56.25px;
    padding-top: 5.625rem;
  }

  /* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_search.scss */
  .search-result .content-wrapper {
    padding-top: 28.125px;
    padding-top: 2.8125rem;
    padding-bottom: 28.125px;
    padding-bottom: 2.8125rem;
  }

  /* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/min-960/_search.scss */
  .close-search {
    line-height: 97px;
  }
}
@media only screen and (min-width: 1024px) {
  /* ========================================================================== *\
     Misc
  \* ========================================================================== */
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_misc.scss */
  .block-list ul {
    margin: 0 -28.125px;
    margin: 0 -2.8125rem;
  }
  /* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_misc.scss */
  .block-list .block {
    width: 33.33333%;
  }
  /* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_misc.scss */
  .block-list .block.odd, .block-list .block.even {
    padding: 0 28.125px;
    padding: 0 2.8125rem;
    clear: none;
  }
  /* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_misc.scss */
  .block-list .block.block-4 {
    clear: both;
  }
  /* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_misc.scss */
  .block-list .block-3 .inner-container {
    border-top: none;
  }
  /* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_misc.scss */
  .block-list .block-3 .inner-container:before {
    content: none;
  }

  /* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_misc.scss */
  #header .controls .search-toggler {
    padding: 30px 0;
  }
  /* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_misc.scss */
  #header.modest .search-toggler {
    padding: 12px 0;
  }

  /* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_misc.scss */
  .home-people .text {
    width: 560px;
  }

  /* ========================================================================== *\
     Menu
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_menu.scss */
  #main-menu a {
    font-size: 20px;
    font-size: 2rem;
    padding: 35px 20px;
    padding: 3.5rem 2rem;
  }

  /* ========================================================================== *\
     Misc
  \* ========================================================================== */
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_landing.scss */
  .node-type-landing {
    overflow: hidden;
  }
  /* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_landing.scss */
  .node-type-landing #footer, .node-type-landing .read-more {
    display: none;
  }
  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_landing.scss */
  .node-type-landing #main .content section, .node-type-landing #main .content .slider {
    width: 50%;
    position: fixed;
  }
  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_landing.scss */
  .node-type-landing #main .content .landing-action {
    height: 100vh;
    left: 0;
  }
  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_landing.scss */
  .node-type-landing #main .content .landing-action .landing-cta {
    height: 20vh;
  }
  /* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_landing.scss */
  .node-type-landing #main .content .landing-info {
    height: 100vh;
    overflow-y: scroll;
    right: 0;
  }

  /* ========================================================================== *\
     Geschiedenis Page
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_partij-geschiedenis.scss */
  .node-type-geschiedenis:after {
    left: 250px;
  }
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_partij-geschiedenis.scss */
  .node-type-geschiedenis .field-items {
    padding-left: 150px;
  }

  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_partij-geschiedenis.scss */
  .geschiedenis-header {
    padding-left: 150px;
  }

  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_partij-geschiedenis.scss */
  .menu-timeline {
    width: 150px;
  }
  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_partij-geschiedenis.scss */
  .menu-timeline ul {
    width: 150px;
  }

  /* ========================================================================== *\
     Actualiteiten
  \* ========================================================================== */
  /* line 8, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_nieuws.scss */
  .filter-wrapper ul li {
    width: 25%;
  }

  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_nieuws.scss */
  .nu-node .h2 {
    font-size: 48px;
    font-size: 4.8rem;
  }

  /* ========================================================================== *\
     Thema Detail
  \* ========================================================================== */
  /* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_thema.scss */
  .thema-onderwerpen-wrapper .item-text h2 {
    height: 80px;
  }

  /* ========================================================================== *\
     Onderwerp
  \* ========================================================================== */
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_onderwerp.scss */
  .standpunt-summary {
    padding-left: 36px;
    padding-left: 3.6rem;
  }

  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_onderwerp.scss */
  .onderwerp-verhaal .duration span, .onderwerp-verhaal .owner .user-info span {
    float: left;
    line-height: 44px;
  }
  /* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_onderwerp.scss */
  .onderwerp-verhaal .duration .first, .onderwerp-verhaal .duration .last, .onderwerp-verhaal .owner .user-info .first, .onderwerp-verhaal .owner .user-info .last {
    padding: 0 2.5px;
  }

  /* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_onderwerp.scss */
  .node-type-onderwerp .quote-block .inner-text {
    height: 145px;
  }
  /* line 36, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_onderwerp.scss */
  .node-type-onderwerp .quote-block .btn-wrapper {
    width: 45%;
    float: left;
    margin-top: 14px;
    margin-top: 1.4rem;
  }
  /* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1024/_onderwerp.scss */
  .node-type-onderwerp .quote-block .become-active {
    float: right;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* ========================================================================== *\
     Misc
  \* ========================================================================== */
  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .image-overlay {
    padding: 28.125px 105px;
    padding: 2.8125rem 10.5rem;
  }

  /* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .page-section {
    padding-left: 105px;
    padding-left: 10.5rem;
    padding-right: 105px;
    padding-right: 10.5rem;
  }

  /* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .page-section-image.image-left figure {
    margin-left: -105px;
    margin-left: -10.5rem;
  }
  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .page-section-image.image-right figure {
    margin-right: -105px;
    margin-right: -10.5rem;
  }

  /* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .node-type-geschiedenis .page-section-image.image-left figure {
    margin-left: 0;
  }
  /* line 44, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .node-type-geschiedenis .page-section-image.image-right figure {
    margin-right: 0;
  }

  /* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .block-list {
    padding: 56.25px 105px 18.75px;
    padding: 5.625rem 10.5rem 1.875rem;
  }
  /* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .block-list .block.odd {
    padding-right: 36px;
    padding-right: 3.6rem;
  }
  /* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .block-list .block.even {
    padding-left: 36px;
    padding-left: 3.6rem;
  }

  /* line 73, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_misc.scss */
  .pager-wrapper {
    padding-top: 56.25px;
    padding-top: 5.625rem;
  }

  /* ========================================================================== *\
     Cookie bar
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_cookie-bar.scss */
  .popup-content {
    padding: 18.75px 100px 9.375px;
    padding: 1.875rem 10rem 0.9375rem;
  }

  /* ========================================================================== *\
     Page
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_page.scss */
  #main-wrapper {
    margin-top: 108px;
  }

  /* line 9, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_page.scss */
  .content-wrap, .page-user #content {
    padding-left: 100px;
    padding-left: 10rem;
    padding-right: 100px;
    padding-right: 10rem;
  }

  /* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_page.scss */
  .node-container {
    padding-top: 36px;
    padding-top: 3.6rem;
  }

  /* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_page.scss */
  .page-lid-worden .promotional-image img {
    min-width: 240px;
    width: 400px;
    float: left;
  }

  /* ========================================================================== *\
     Home
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_home.scss */
  .home-people .column {
    width: 8.33333%;
  }
  /* line 14, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_home.scss */
  .home-people .text {
    left: 5%;
  }
  /* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_home.scss */
  .home-people .text .inner-block {
    padding: 20px 30px;
    padding: 2rem 3rem;
  }

  /* ========================================================================== *\
     Wij SP
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .speerpunten-wrapper .speerpunten-menu li {
    margin-top: 0;
  }

  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .speerpunten {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  /* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .speerpunten li {
    width: 50%;
    float: left;
  }
  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .speerpunten li.odd {
    clear: both;
    padding-right: 18.75px;
    padding-right: 1.875rem;
  }
  /* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .speerpunten li.even {
    padding-left: 108.75px;
    padding-left: 10.875rem;
  }
  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .speerpunten li.even:before {
    left: 18.75px;
    left: 1.875rem;
  }

  /* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .geschiedenis-timeline-wrapper .inner-block {
    position: relative;
  }

  /* ========================================================================== *\
     Mensen Archief
  \* ========================================================================== */
  /* line 53, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .page-wij-sp-mensen h1.title, .page-wij-sp-mensen .h1.title, .page-wij-sp-lokaal h1.title, .page-wij-sp-lokaal .h1.title {
    padding: 0 100px;
    padding: 0 10rem;
  }

  /* ========================================================================== *\
     Mensen Detail
  \* ========================================================================== */
  /* line 63, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .profile-info {
    padding-top: 36px;
    padding-top: 3.6rem;
  }

  /* line 67, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_partij.scss */
  .profile-image {
    left: 100px;
    left: 10rem;
    top: 40px;
    top: 4rem;
  }

  /* ========================================================================== *\
     Min 1200 | Actualiteiten
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .filter-wrapper .inner-container {
    padding: 0 56.25px;
    padding: 0 5.625rem;
  }
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .filter-wrapper ul {
    padding: 28.125px 0;
    padding: 2.8125rem 0;
  }
  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .filter-wrapper .category-filter li, .filter-wrapper .type-filter li {
    width: 50%;
  }
  /* line 20, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .filter-wrapper .category-filter {
    width: 50%;
    float: left;
  }
  /* line 25, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .filter-wrapper .type-filter {
    width: 50%;
    float: left;
  }
  /* line 30, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .filter-wrapper .publicatie-filter {
    width: 20%;
    float: left;
    margin-top: 20px;
    margin-top: 2rem;
    padding-top: 54.125px;
    padding-top: 5.4125rem;
  }
  /* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .filter-wrapper .publicatie-filter li {
    width: 100%;
    float: none;
  }

  /* line 46, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .actualiteit.compact-block a {
    height: 280px;
  }
  /* line 49, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .actualiteit.compact-block .image-wrapper {
    width: 280px;
  }
  /* line 51, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .actualiteit.compact-block .image-wrapper img {
    max-width: 280px;
  }
  /* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .actualiteit.compact-block .text-wrapper, .actualiteit.compact-block .readmore-wrapper {
    margin-left: 280px;
  }

  /* line 62, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .nu-actualiteit .content-wrapper {
    padding: 36px 56.25px 5px 100px;
    padding: 3.6rem 5.625rem 0.5rem 10rem;
  }
  /* line 68, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .nu-actualiteit.nu-teaser .content-wrapper:before {
    left: 56.25px;
    left: 5.625rem;
    right: 56.25px;
    right: 5.625rem;
  }

  /* line 77, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .nu-node .nu-title {
    font-size: 44px;
    font-size: 4.4rem;
  }
  /* line 80, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .nu-node .content-wrapper {
    padding-left: 100px;
    padding-left: 10rem;
    padding-right: 100px;
    padding-right: 10rem;
  }

  /* line 86, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .nu-pager, .activiteiten-pager {
    max-width: 1560px;
    margin: 0 auto;
  }

  /* line 91, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_nieuws.scss */
  .meta-wrapper {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* ========================================================================== *\
     Onderwerp
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_onderwerp.scss */
  .node-quote-section blockquote {
    float: right;
    padding: 0 0 0 56.25px;
    padding: 0 0 0 5.625rem;
    width: 50%;
  }

  /* line 18, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_onderwerp.scss */
  .onderwerp-quote > .inner-container {
    height: 400px;
  }
  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_onderwerp.scss */
  .onderwerp-quote .quote-image {
    height: 400px;
    text-align: center;
  }
  /* line 26, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_onderwerp.scss */
  .onderwerp-quote .quote-image img {
    width: 1440px;
    left: -720px;
  }
  /* line 32, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_onderwerp.scss */
  .onderwerp-quote .quote-wrapper {
    height: 400px;
    margin-top: -400px;
  }
  /* line 37, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_onderwerp.scss */
  .onderwerp-quote .quote {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }

  /* ========================================================================== *\
     Doe Mee
  \* ========================================================================== */
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_doemee.scss */
  .node-type-activiteit header.content-wrap {
    padding-right: 100px;
    padding-right: 10rem;
  }

  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1200/_doemee.scss */
  .map-inner-wrapper {
    left: 100px;
    left: 10rem;
  }
}
@media only screen and (min-width: 1300px) {
  /* ========================================================================== *\
     Actualiteiten
  \* ========================================================================== */
  /* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1300/_nieuws.scss */
  .nu-actualiteit.nu-teaser .content-wrapper {
    margin-left: 354px;
  }
}
@media only screen and (min-width: 1340px) {
  /* ========================================================================== *\
     Home
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1340/_home.scss */
  .home-people .column {
    width: 7.14286%;
  }
  /* line 13, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1340/_home.scss */
  .home-people .text {
    width: 545px;
  }

  /* ========================================================================== *\
     Actualiteiten
  \* ========================================================================== */
  /* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1340/_nieuws.scss */
  .actualiteiten-wrapper .inner-container:before, .activiteiten-wrapper .inner-container:before {
    width: 354px;
  }

  /* line 15, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1340/_nieuws.scss */
  .nu-actualiteit .nu-teaser .content-wrapper {
    margin-left: 354px;
  }

  /* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1340/_nieuws.scss */
  .actualiteiten-list .content-wrapper {
    margin-left: 0;
  }

  /* line 28, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1340/_nieuws.scss */
  .page-nu h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1500px) {
  /* ========================================================================== *\
     Home
  \* ========================================================================== */
  /* line 10, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1500/_home.scss */
  .home-people .column {
    width: 6.66667%;
  }

  /* line 17, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1500/_home.scss */
  .header-image .image-wrapper p {
    font-size: 42px;
    font-size: 4.2rem;
  }

  /* ========================================================================== *\
     Mensen Archief
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1500/_partij.scss */
  .person {
    width: 16.66667%;
  }

  /* ========================================================================== *\
     Thema Archief
  \* ========================================================================== */
  /* line 5, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1500/_thema.scss */
  .thema-block {
    width: 16.66667%;
  }
}
@media only screen and (min-width: 1700px) {
  /* ========================================================================== *\
     Onderwerp
  \* ========================================================================== */
  /* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/min-1700/_onderwerp.scss */
  .onderwerp-quote .quote-image img {
    width: 100%;
    height: auto;
    left: 0;
    margin-left: 0;
  }
}
/* line 7, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.page-node-16939 .field-item {
  overflow: hidden;
}

/* line 11, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.page-node-16939 .page-section-image.image-left figure {
  margin: 0;
  padding: 0 1em 0 0;
  max-width: 180px;
}

/* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.proposal {
  padding-bottom: .5em;
}

/* line 22, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.proposal .proposal-short {
  clear: right;
}
/* line 24, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.proposal .proposal-short:hover {
  color: #ec1b23;
}

/* line 29, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.proposal .proposal-short:before {
  color: #ec1b23;
  content: '\01F449';
  display: block;
  float: left;
  font-size: 1em;
  margin-right: .2em;
  margin-bottom: .5em;
}

/* line 39, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.proposal.active .proposal-short:before {
  content: '\01F447';
}

/* line 43, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.proposal:focus {
  background: #ff0;
}

/* line 47, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.proposal p {
  display: none;
  margin-left: 1.8em;
}

/* line 52, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.proposal.active p {
  display: block;
}

/* line 57, ../../../../../../profiles/sp/themes/pomodoro/scss/_shame.scss */
.page-onze-mensen-lokaal .fractie-anchors {
  display: none;
}

/* ========================================================================== *\
   Print
\* ========================================================================== */
@media print {
  /* line 6, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 12, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  html, body, #page-wrapper, #page, #wrapper {
    height: auto;
  }

  /* line 16, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 19, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 21, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 23, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 27, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 33, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 35, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 38, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 42, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  p,
  h2,
  h3 {
    margin-bottom: 10px;
    page-break-after: avoid;
  }

  /* line 51, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 55, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  #block-system-main .content, section.node-content.content.cf {
    overflow: visible;
    page-break-after: auto;
  }

  /* line 59, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  .content {
    display: block;
    font-size: 13px;
  }

  /* line 64, ../../../../../../profiles/sp/themes/pomodoro/scss/_print.scss */
  .social-links, .return-link-wrapper, #footer, #sliding-popup {
    display: none;
  }

  @page {
    size: auto;
    /* auto is the initial value */
    margin: 10%;
  }
}
