@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic');
@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/indieflower/v24/m8JVjfNVeKWVnh3QMuKkFcZlbg.ttf) format('truetype');
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * COLOURS
 */
/* font-size in pixels */
/* line-height in pixels */
.transition-standard {
  -webkit-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -moz-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -ms-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -o-transition: border 0.4s, background-color 0.4s, color 0.6s;
}
@font-face {
  font-family: 'thirdwing';
  src: url('../fonts/Thirdwing-Regular.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
/**
 * Generic elements
 */
dl.user-member {
  display: none;
}
html {
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 100%;
  color: #000000;
}
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 0.875em;
  line-height: 1.71428571em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Verdana, sans-serif;
}
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #eb7314;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #3c329b;
}
h1 {
  color: #eb7314;
  font-weight: 600;
  font-size: 2.57142857em;
  line-height: 1em;
  margin-bottom: 0.66666667em;
  position: relative;
  z-index: 3;
}
@media print {
  h1 {
    color: #464644;
  }
}
h2 {
  color: #eb7314;
  font-weight: 600;
  font-size: 1.71428571em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media print {
  h2 {
    color: #464644;
  }
}
h3 {
  color: #e9584c;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.42857143em;
  line-height: 1.8em;
}
h4 {
  color: #878786;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.42857143em;
  line-height: 1.8em;
}
h5 {
  color: #878786;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.71428571em;
}
h6 {
  color: #878786;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.71428571em;
}
ul,
quote,
code,
fieldset {
  margin: .5em 0;
}
p {
  margin: 0 0 1.71428571em;
  padding: 0;
}
strong,
b {
  text-transform: uppercase;
  font-weight: 600;
}
.fa {
  font-family: 'Open Sans', Verdana, sans-serif;
}
.fa:before {
  font-family: fontawesome;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  width: 1.71428571em;
}
a {
  -webkit-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -moz-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -ms-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -o-transition: border 0.4s, background-color 0.4s, color 0.6s;
}
a:link,
a:visited {
  color: #3c329b;
  text-decoration: none;
}
@media print {
  a:link,
  a:visited {
    color: #000000;
  }
}
a:hover,
a:active,
a.active,
a.active-trail {
  color: #eb7314;
  text-decoration: none;
}
.sidebar a:hover,
.sidebar a:active,
.sidebar a.active,
.sidebar a.active-trail {
  color: #3c329b;
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #eb7314;
}
@media screen {
  #center p a:link,
  #center p a:visited {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    color: #e9584c;
    padding: 0 2px;
    margin: 0 -2px;
    text-transform: uppercase;
  }
}
@media screen {
  #center p a:hover,
  #center p a:active,
  #center p a.active,
  #center p a.active-trail {
    background: #e9584c;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
hr {
  display: none;
}
em {
  font-style: italic;
}
ul.menu li,
.item-list ul li,
li.leaf {
  list-style-type: none;
  list-style-image: none;
}
ul,
ol {
  margin: 0 0 1.71428571em;
  padding: 0;
}
ul li,
ol li {
  padding: 0;
  list-style-type: none;
  background: 0;
}
ul:not([class]) li,
ol:not([class]) li {
  margin-left: 1.71428571em;
}
ul:not([class]) > li,
ol:not([class]) > li {
  position: relative;
}
ul:not([class]) > li:before,
ol:not([class]) > li:before {
  color: #eb7314;
  font-weight: bold;
  text-align: center;
  font-size: 0.92857143em;
  line-height: 1.84615385em;
  margin-right: 0.76923077em;
  display: inline-block;
  width: 1.53846154em;
  position: absolute;
  left: -1.84615385em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul:not([class]) > li:before {
  content: '\2022';
}
ol {
  counter-reset: list;
}
ol > li {
  counter-increment: list;
}
ol > li:before {
  content: counter(list);
}
ol ol > li:before {
  content: counter(list, lower-latin);
}
ol ol ol > li:before {
  content: counter(list, lower-roman);
}
ol ol ol ol > li:before {
  content: counter(list, lower-greek);
}
ul li.leaf a,
ul li.expanded a,
ul li.collapsed a {
  display: block;
}
ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
  /* LTR */
}
ol.task-list {
  margin-left: 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em;
  /* LTR */
}
ol.task-list li.active {
  background: transparent url(../images/task-list.png) no-repeat 3px 50%;
  /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%;
  /* LTR */
}
ol.task-list li.active {
  margin-right: 1em;
  /* LTR */
}
fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}
dl {
  margin: 0.5em 0 1em 1.5em;
}
dl dd {
  margin: 0 0 .5em 1.5em;
}
img,
a img {
  border: none;
}
/**
  * Tables
  */
td,
td.active,
thead th,
tr,
tr.odd,
tr.even {
  background: 0;
  border: 0;
  padding: 0;
}
table {
  margin: 1.71428571em 0;
  width: 100%;
}
@media print {
  table {
    border-color: #464644;
  }
}
thead th {
  color: #ffffff;
  font-weight: bold;
  background: #3c329b;
  padding: 0 0.42857143em 1.07142857em;
  vertical-align: top;
}
@media print {
  thead th {
    color: #000000;
    background: transparent;
    border-bottom: 2px solid #464644;
  }
}
thead th a:link,
thead th a:visited {
  color: #ffffff;
  text-decoration: none;
}
@media print {
  thead th a:link,
  thead th a:visited {
    color: #000000;
  }
}
thead th a:hover,
thead th a:active {
  color: #eb7314;
}
thead th:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
thead th:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
tbody td,
tbody td.active {
  padding: 0.85714286em 0.42857143em 1.28571429em;
  vertical-align: top;
}
tbody tr:first-child td,
tbody tr:first-child td.active {
  padding-top: 1.07142857em;
}
tbody tr,
tbody tr.odd,
tbody tr.even {
  background: #ffffff;
}
@media print {
  tbody tr,
  tbody tr.odd,
  tbody tr.even {
    border-bottom: 1px solid #464644;
  }
}
td.region,
td.module,
td.container {
  border-top: 1.5em solid #ffffff;
  border-bottom: 1px solid #000000;
  background-color: #938cda;
  color: #000000;
  font-weight: bold;
}
tr:first-child td.region,
tr:first-child td.module,
tr:first-child td.container {
  border-top-width: 0;
}
.block-search label {
  display: none;
}
span.form-required {
  color: #e9584c;
}
span.submitted,
.description,
.small {
  font-size: 0.91666666666666666666666666666667em;
  /* 11px / 12px */
  line-height: 1.6363636363636363636363636363636em;
  /* 18px / 11px */
  color: #878786;
}
span.submitted a:link,
span.submitted a:visited {
  color: #878786;
}
span.submitted a:hover,
span.submitted a:active {
  color: #595aa7;
}
.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #878786;
}
.messages,
.preview {
  margin: 0 0 1.71428571em;
  padding: 1.71428571em;
}
.messages.status,
.messages.error,
.messages.warning {
  margin: 0 0 1.71428571em;
  padding: 1.71428571em;
  border: 0;
  background-color: rgba(214, 235, 179, 0.7);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.messages.error {
  background-color: rgba(244, 173, 167, 0.7);
}
.messages.warning {
  background-color: rgba(245, 237, 163, 0.7);
}
.messages ul {
  margin: 0;
}
/**
 * Status report colors.
 */
.system-status-report tr.error,
.update tr.error,
.system-status-report tr.error th,
.update tr.error th {
  background-color: #f4ada7;
  border-bottom: 1px solid #e9584c;
  background-image: none;
}
.system-status-report tr.warning,
.update tr.warning,
.system-status-report tr.warning th,
.update tr.warning th {
  background-color: #f5eda3;
  border-bottom: 1px solid #e6d119;
  background-image: none;
}
.system-status-report tr.ok,
.update tr.ok,
.system-status-report tr.ok th,
.update tr.ok th {
  background-color: #d6ebb3;
  border-bottom: 1px solid #aad563;
  background-image: none;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 40px;
  /* LTR */
}
html.js input.throbbing {
  background-position: 100% -15px;
  /* LTR */
}
.form-item {
  position: relative;
  clear: both;
}
.form-checkboxes,
.form-radios,
.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0.25em 0;
}
#center form {
  margin-bottom: 2em;
}
.form-button,
.form-submit {
  margin: 2em 0.5em 1em 0;
}
#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button,
fieldset .form-submit,
.sidebar .form-button,
.sidebar .form-submit,
table .form-button,
table .form-submit {
  margin: 0;
}
.box {
  margin-bottom: 2.5em;
}
/**
 * CSS support
 */
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}
.badge {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.71428571em;
  padding: 0.28571429em;
  margin: 0 0.28571429em 0.28571429em 0;
  text-align: center;
  -webkit-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -moz-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -ms-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -o-transition: border 0.4s, background-color 0.4s, color 0.6s;
  height: 2.28571429em;
  color: #ffffff;
  background: #878786;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media print {
  .badge {
    color: #464644;
    border: 1px solid #d7d7d6;
    background: #d7d7d6;
    padding: 0.21428571em;
  }
}
.badge.badge-combo {
  font-family: thirdwing;
  width: 2.28571429em;
  font-size: 1.71428571em;
  width: 1.33333333em;
  line-height: 1em;
  padding: 0.16666667em;
  margin: 0 0.16666667em 0.16666667em 0;
  height: 1.33333333em;
}
.badge.badge-combo-aanwezig {
  background: #aad563;
}
.badge.badge-combo-vervanging {
  background: #d6ebb3;
}
.badge.badge-combo-vraag {
  background: #d7d7d6;
}
.badge.badge-combo-afwezig {
  background: #e9584c;
}
@media print {
  .badge.badge-combo-aanwezig {
    background: #d7d7d6;
    color: #464644;
    border-color: #d7d7d6;
  }
  .badge.badge-combo-vervanging {
    background: #d7d7d6;
    color: #464644;
    border-color: #d7d7d6;
  }
  .badge.badge-combo-vraag {
    background: transparent;
    color: #f0f0ee;
    border-color: #f0f0ee;
  }
  .badge.badge-combo-afwezig {
    background: transparent;
    color: transparent;
    border-color: transparent;
  }
}
.badge.badge-functie {
  padding: 0.28571429em 0.57142857em;
  width: 7.14285714em;
}
@media screen {
  .badge.badge-functie-A {
    background: #e9584c;
  }
  .badge.badge-functie-B {
    background: #51aaec;
  }
  .badge.badge-functie-C {
    background: #3c329b;
  }
  .badge.badge-functie-D {
    background: #e6d119;
  }
  .badge.badge-functie-E {
    background: #aad563;
  }
  .badge.badge-functie-Y1 {
    background: #878786;
  }
  .badge.badge-functie-Z1 {
    background: #464644;
  }
  .badge.badge-functie-Z2 {
    background: #464644;
  }
  .badge.badge-functie-Z3 {
    background: #464644;
  }
  .badge.badge-functie-Z4 {
    background: #464644;
  }
  .badge.badge-functie-Z5 {
    background: #464644;
  }
}
.badge.badge-functie-cie {
  color: #e9584c;
  background: transparent;
  padding: 0;
}
.badge.badge-sleepgroep {
  width: 2.28571429em;
  line-height: 1.71428571em;
}
@media screen {
  .badge.badge-sleepgroep {
    background: #e6d119;
  }
}
.badge.badge-nummer {
  width: 2.28571429em;
  line-height: 1.71428571em;
}
@media screen {
  .badge.badge-nummer {
    background: #878786;
  }
}
.badge.badge-kar {
  width: 12.57142857em;
  overflow: hidden;
}
@media screen {
  .badge.badge-kar {
    background: #51aaec;
  }
}
.badge.badge-location {
  width: 100%;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
}
@media screen {
  .badge.badge-location {
    background: #f0f0ee;
    color: #000000;
  }
}
@media screen {
  .badge.badge-location:before {
    color: #e9584c;
  }
}
.badge.badge-location-ext {
  height: auto;
}
.badge.badge-location-ext .badge-location-adres,
.badge.badge-location-ext .badge-location-plaats,
.badge.badge-location-ext .badge-location-link,
.badge.badge-location-ext .badge-location-bijzonderheden {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.71428571em;
}
.badge .badge-location-title {
  color: #e9584c;
}
.badge .badge-location-bijzonderheden {
  font-style: italic;
}
.badge.badge-date {
  text-transform: uppercase;
}
@media screen {
  .badge.badge-date:before {
    color: #e9584c;
  }
}
.badge.badge-date span {
  padding: 0 1px;
}
@media screen {
  .badge.badge-date {
    color: #000000;
    background: #f0f0ee;
  }
}
.badge.badge-date-wrapper {
  width: 100%;
  padding: 0;
  text-align: left;
}
@media screen {
  .badge.badge-date-wrapper {
    background: #f0f0ee;
  }
}
.badge.badge-date-wrapper .badge-time {
  margin-right: 0;
}
.badge.badge-time {
  width: 6.14285714em;
  float: right;
}
@media screen {
  .badge.badge-time {
    background: #e9584c;
  }
}
.badge.badge-koor-tijd {
  width: 6.14285714em;
}
@media screen {
  .badge.badge-koor-tijd {
    background: #3c329b;
  }
}
.badge.badge-sleepgroep-tijd {
  width: 7.42857143em;
}
@media screen {
  .badge.badge-sleepgroep-tijd {
    background: #e6d119;
  }
}
.badge.badge-multimedia {
  width: 2.28571429em;
  line-height: 1.71428571em;
}
@media screen {
  .badge.badge-multimedia {
    background: #878786;
  }
}
.badge.badge-nodetype {
  width: 9.14285714em;
}
.badge.badge-nodetype-pagina {
  background: #f4b785;
}
.badge.badge-nodetype-nieuws {
  background: #aad563;
}
.badge.badge-nodetype-activiteit {
  background: #51aaec;
}
.badge.badge-nodetype-verslag {
  background: #a75863;
}
.badge.badge-nodetype-audio,
.badge.badge-nodetype-video,
.badge.badge-nodetype-foto,
.badge.badge-nodetype-repertoire {
  background: #e9584c;
}
.badge.badge-vriend {
  padding: 0.28571429em 0.57142857em;
}
.badge.badge-vriend-1 {
  background: #878786;
}
.badge.badge-vriend-2 {
  background: #3c329b;
}
.badge.badge-vriend-3 {
  background: #eb7314;
}
.badge.badge-color-grey {
  background: #878786;
}
.badge.badge-color-purple {
  background: #3c329b;
}
.badge.badge-color-orange {
  background: #eb7314;
}
.badge.badge-color-red {
  background: #e9584c;
}
.badge.badge-color-yellow {
  background: #e6d119;
}
.badge.badge-color-blue {
  background: #51aaec;
}
.badge.badge-color-green {
  background: #aad563;
}
.badge.badge-color-pink {
  background: #a75863;
}
.badge.badge-color-brown {
  background: #f4b785;
}
.badge.badge-color-grey-light {
  background: #d7d7d6;
}
.field-box {
  background: #f0f0ee;
  padding: 0.28571429em;
  padding-bottom: 0;
  margin-bottom: 0.28571429em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.marker {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.71428571em;
  padding: 0.28571429em;
  margin: 0 0.28571429em 0.28571429em 0;
  text-align: center;
  -webkit-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -moz-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -ms-transition: border 0.4s, background-color 0.4s, color 0.6s;
  -o-transition: border 0.4s, background-color 0.4s, color 0.6s;
  height: 2.28571429em;
  color: #ffffff;
  background: #878786;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e9584c;
}
@media print {
  .marker {
    color: #464644;
    border: 1px solid #d7d7d6;
    background: #d7d7d6;
    padding: 0.21428571em;
  }
}
.marker.badge-combo {
  font-family: thirdwing;
  width: 2.28571429em;
  font-size: 1.71428571em;
  width: 1.33333333em;
  line-height: 1em;
  padding: 0.16666667em;
  margin: 0 0.16666667em 0.16666667em 0;
  height: 1.33333333em;
}
.marker.badge-combo-aanwezig {
  background: #aad563;
}
.marker.badge-combo-vervanging {
  background: #d6ebb3;
}
.marker.badge-combo-vraag {
  background: #d7d7d6;
}
.marker.badge-combo-afwezig {
  background: #e9584c;
}
@media print {
  .marker.badge-combo-aanwezig {
    background: #d7d7d6;
    color: #464644;
    border-color: #d7d7d6;
  }
  .marker.badge-combo-vervanging {
    background: #d7d7d6;
    color: #464644;
    border-color: #d7d7d6;
  }
  .marker.badge-combo-vraag {
    background: transparent;
    color: #f0f0ee;
    border-color: #f0f0ee;
  }
  .marker.badge-combo-afwezig {
    background: transparent;
    color: transparent;
    border-color: transparent;
  }
}
.marker.badge-functie {
  padding: 0.28571429em 0.57142857em;
  width: 7.14285714em;
}
@media screen {
  .marker.badge-functie-A {
    background: #e9584c;
  }
  .marker.badge-functie-B {
    background: #51aaec;
  }
  .marker.badge-functie-C {
    background: #3c329b;
  }
  .marker.badge-functie-D {
    background: #e6d119;
  }
  .marker.badge-functie-E {
    background: #aad563;
  }
  .marker.badge-functie-Y1 {
    background: #878786;
  }
  .marker.badge-functie-Z1 {
    background: #464644;
  }
  .marker.badge-functie-Z2 {
    background: #464644;
  }
  .marker.badge-functie-Z3 {
    background: #464644;
  }
  .marker.badge-functie-Z4 {
    background: #464644;
  }
  .marker.badge-functie-Z5 {
    background: #464644;
  }
}
.marker.badge-functie-cie {
  color: #e9584c;
  background: transparent;
  padding: 0;
}
.marker.badge-sleepgroep {
  width: 2.28571429em;
  line-height: 1.71428571em;
}
@media screen {
  .marker.badge-sleepgroep {
    background: #e6d119;
  }
}
.marker.badge-nummer {
  width: 2.28571429em;
  line-height: 1.71428571em;
}
@media screen {
  .marker.badge-nummer {
    background: #878786;
  }
}
.marker.badge-kar {
  width: 12.57142857em;
  overflow: hidden;
}
@media screen {
  .marker.badge-kar {
    background: #51aaec;
  }
}
.marker.badge-location {
  width: 100%;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
}
@media screen {
  .marker.badge-location {
    background: #f0f0ee;
    color: #000000;
  }
}
@media screen {
  .marker.badge-location:before {
    color: #e9584c;
  }
}
.marker.badge-location-ext {
  height: auto;
}
.marker.badge-location-ext .badge-location-adres,
.marker.badge-location-ext .badge-location-plaats,
.marker.badge-location-ext .badge-location-link,
.marker.badge-location-ext .badge-location-bijzonderheden {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.71428571em;
}
.marker .badge-location-title {
  color: #e9584c;
}
.marker .badge-location-bijzonderheden {
  font-style: italic;
}
.marker.badge-date {
  text-transform: uppercase;
}
@media screen {
  .marker.badge-date:before {
    color: #e9584c;
  }
}
.marker.badge-date span {
  padding: 0 1px;
}
@media screen {
  .marker.badge-date {
    color: #000000;
    background: #f0f0ee;
  }
}
.marker.badge-date-wrapper {
  width: 100%;
  padding: 0;
  text-align: left;
}
@media screen {
  .marker.badge-date-wrapper {
    background: #f0f0ee;
  }
}
.marker.badge-date-wrapper .badge-time {
  margin-right: 0;
}
.marker.badge-time {
  width: 6.14285714em;
  float: right;
}
@media screen {
  .marker.badge-time {
    background: #e9584c;
  }
}
.marker.badge-koor-tijd {
  width: 6.14285714em;
}
@media screen {
  .marker.badge-koor-tijd {
    background: #3c329b;
  }
}
.marker.badge-sleepgroep-tijd {
  width: 7.42857143em;
}
@media screen {
  .marker.badge-sleepgroep-tijd {
    background: #e6d119;
  }
}
.marker.badge-multimedia {
  width: 2.28571429em;
  line-height: 1.71428571em;
}
@media screen {
  .marker.badge-multimedia {
    background: #878786;
  }
}
.marker.badge-nodetype {
  width: 9.14285714em;
}
.marker.badge-nodetype-pagina {
  background: #f4b785;
}
.marker.badge-nodetype-nieuws {
  background: #aad563;
}
.marker.badge-nodetype-activiteit {
  background: #51aaec;
}
.marker.badge-nodetype-verslag {
  background: #a75863;
}
.marker.badge-nodetype-audio,
.marker.badge-nodetype-video,
.marker.badge-nodetype-foto,
.marker.badge-nodetype-repertoire {
  background: #e9584c;
}
.marker.badge-vriend {
  padding: 0.28571429em 0.57142857em;
}
.marker.badge-vriend-1 {
  background: #878786;
}
.marker.badge-vriend-2 {
  background: #3c329b;
}
.marker.badge-vriend-3 {
  background: #eb7314;
}
.marker.badge-color-grey {
  background: #878786;
}
.marker.badge-color-purple {
  background: #3c329b;
}
.marker.badge-color-orange {
  background: #eb7314;
}
.marker.badge-color-red {
  background: #e9584c;
}
.marker.badge-color-yellow {
  background: #e6d119;
}
.marker.badge-color-blue {
  background: #51aaec;
}
.marker.badge-color-green {
  background: #aad563;
}
.marker.badge-color-pink {
  background: #a75863;
}
.marker.badge-color-brown {
  background: #f4b785;
}
.marker.badge-color-grey-light {
  background: #d7d7d6;
}
@media screen {
  a:link .badge,
  a:visited .badge {
    background: #3c329b;
  }
  a:hover .badge,
  a:active .badge {
    background: #eb7314;
  }
}
.icon:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.25em;
  width: 1em;
  text-align: center;
  color: #000000;
}
.views-field-edit-node a,
.views-field-delete-node a,
.views-field-clone-node a {
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  /* for absolute positioning of icon */
  vertical-align: bottom;
  width: 2.28571429em;
}
.views-field-edit-node a:before,
.views-field-delete-node a:before,
.views-field-clone-node a:before {
  font-family: FontAwesome;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  display: inline;
  width: auto;
}
.comment_comments a:before,
.comment_add a:before,
.comment_reply a:before,
.comment_edit a:before,
.comment_delete a:before,
.upload_attachments a:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.25em;
  width: 1em;
  text-align: center;
  color: #000000;
}
.views-field-edit-node a:before {
  content: '\f044';
}
.views-field-delete-node a:before {
  content: '\f147';
}
.views-field-clone-node a:before {
  content: '\f24d';
}
.comment_comments a:before {
  content: '\f086';
}
.comment_add a:before {
  content: '\f0e5';
}
.comment_reply a:before {
  content: '\f196';
}
.comment_edit a:before {
  content: '\f044';
}
.comment_delete a:before {
  content: '\f147';
}
.upload_attachments a:before {
  content: '\f0c5';
}
.field-icon-application-pdf {
  display: none;
}
a[type*="pdf"]:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.25em;
  width: 1em;
  text-align: center;
  color: #000000;
}
a[type*="pdf"]:before {
  content: '\f1c1';
}
a[type*="mpeg"]:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.25em;
  width: 1em;
  text-align: center;
  color: #000000;
}
a[type*="mpeg"]:before {
  content: '\f1c7';
}
.button {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.71428571em;
  padding: 0.28571429em 0.57142857em;
  margin: 0 0.28571429em 0.28571429em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background: #3c329b;
}
.button:link,
.button:visited {
  color: #ffffff;
  background: #3c329b;
}
.button:active,
.button:hover,
.button:focus,
.button.active {
  background: #eb7314;
}
.button-admin {
  background: #878786;
}
.button-admin:link,
.button-admin:visited {
  background: #878786;
}
.button-admin:active,
.button-admin:hover,
.button-admin:focus,
.button-admin.active {
  background: #eb7314;
}
.button-alt {
  background: #eb7314;
}
.button-alt:link,
.button-alt:visited {
  background: #eb7314;
}
.button-alt:active,
.button-alt:hover,
.button-alt:focus,
.button-alt.active {
  background: #eb7314;
}
.button-light:link,
.button-light:visited {
  background: #878786;
  color: #464644;
}
.button-light:active,
.button-light:hover,
.button-light:focus,
.button-light.active {
  background: #f0f0ee;
  color: #464644;
}
.button-icon-only {
  box-sizing: border-box;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  /* for absolute positioning of icon */
  vertical-align: middle;
  width: 2.28571429em;
  height: 2.28571429em;
  padding: 0 0.42857143rem;
}
.button-icon-only:before {
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  display: inline;
  width: 2.28571429em;
  height: 2.28571429em;
  line-height: 2.28571429em;
}
.calltoaction {
  font-size: 2.14285714em;
  line-height: 1.33333333em;
  margin-bottom: 0.4em;
}
.calltoaction .fa {
  text-align: center;
  background: #eb7314;
  color: #ffffff;
  font-size: 0.86666667em;
  line-height: 1.53846154em;
  width: 1.53846154em;
  height: 1.53846154em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 0.38461538em;
}
/**
 * Layout
 */
#print {
  display: none;
}
.page {
  padding: 0;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  background-color: #f0f0ee;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  display: grid;
  box-sizing: border-box;
  grid-template-rows: repeat(3, auto);
  column-gap: 0.85714286em;
  grid-template-columns: 0 auto 0;
  grid-template-areas: ". header ." ". main ." ". footer .";
}
@media screen and (min-width: 59.285714285714285em ) {
  .page {
    grid-template-columns: minmax(1.71428571em, 1fr) minmax(50em, 78.57142857em) 14.28571429em minmax(1.71428571em, 1fr);
    grid-template-areas: ". header header ." ". main main ." ". footer footer .";
  }
}
.node-hero .page {
  background-color: transparent;
}
.two-sidebars .page {
  grid-template-columns: 0 auto 0;
  grid-template-rows: repeat(5, auto);
  grid-template-areas: ". header ." ". main ." ". sidebar-left ." ". sidebar-right ." ". footer .";
}
@media screen and (min-width: 71.42857142857143em ) {
  .two-sidebars .page {
    grid-template-columns: minmax(1.71428571em, 1fr) 14.28571429em minmax(50em, 78.57142857em) 14.28571429em minmax(1.71428571em, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-template-areas: ". . header header ." ". sidebar-left main sidebar-right ." ". . footer footer .";
  }
}
.sidebar-right .page {
  grid-template-rows: repeat(4, auto);
  grid-template-areas: ". header ." ". main ." ". sidebar-right ." ". footer .";
}
@media screen and (min-width: 59.285714285714285em ) {
  .sidebar-right .page {
    grid-template-rows: repeat(3, auto);
    grid-template-areas: ". header header ." ". main sidebar-right ." ". footer footer .";
  }
}
.sidebar-left .page {
  grid-template-columns: 0 auto 0;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: ". header ." ". main ." ". sidebar-left ." ". footer .";
}
@media screen and (min-width: 59.285714285714285em ) {
  .sidebar-left .page {
    grid-template-columns: minmax(1.71428571em, 1fr) 14.28571429em minmax(50em, 78.57142857em) 14.28571429em minmax(1.71428571em, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-template-areas: ". . header header ." ". sidebar-left main main ." ". . footer footer .";
  }
}
#header {
  grid-area: header;
  padding: 1.71428571em 0 2.71428571em;
  display: grid;
}
#header-bg {
  background-color: #3c329b;
  grid-column: 1 / -1;
  grid-row: 1;
  z-index: -1;
}
@media screen {
  #header-bg {
    -webkit-box-shadow: inset 0 0 10px #000000;
    -moz-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
  }
}
.node-hero #header-bg {
  display: none;
}
.page-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
#menu-wrapper {
  position: relative;
  background-color: #464644;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  grid-template-columns: 6em auto;
}
@media screen {
  #menu-wrapper {
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-wrapper {
    display: grid;
    column-gap: 0.42857143em;
    grid-template-columns: auto auto;
  }
}
#menu-service {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-service {
    position: relative;
    justify-self: right;
  }
}
#logo {
  display: grid;
  word-break: normal;
  grid-template-columns: 7.57142857em min-content 1fr;
  height: 6em;
  margin-bottom: 1.71428571em;
  right: 0;
  left: 0;
  color: #ffffff;
}
@media screen and (min-width: 59.285714285714285em ) {
  #logo {
    grid-template-columns: 10.28571429em min-content 1fr;
    height: 8.57142857em;
  }
}
#logo a {
  display: contents;
  color: #ffffff;
}
#logo a:hover,
#logo a:active,
#logo a:focus {
  color: #eb7314;
}
#logo a:hover #logo-img,
#logo a:active #logo-img,
#logo a:focus #logo-img {
  color: #eb7314;
  border-color: #eb7314;
  background-image: url(../images/logo_zonder_tekst-secondary.svg);
}
#logo #logo-img {
  background-image: url(../images/logo_zonder_tekst.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  box-sizing: border-box;
  height: 6em;
  width: 6em;
  border: 0.14285714em solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 59.285714285714285em ) {
  #logo #logo-img {
    height: 8.57142857em;
    width: 8.57142857em;
  }
}
#logo #logo-title {
  font-weight: 600;
  font-size: 3.42857143em;
  line-height: 0.75em;
  width: 2rem;
}
@media screen and (min-width: 59.285714285714285em ) {
  #logo #logo-title {
    font-size: 5em;
    line-height: 0.71428571em;
  }
}
#logo #logo-title::first-line {
  font-size: 0.4em;
  font-weight: 400;
}
#logo #logo-slogan {
  display: none;
  font-family: 'Indie Flower';
  color: #ffffff;
  justify-self: right;
  align-items: end;
  font-size: 1.71428571em;
  line-height: 1.66666667em;
}
@media screen and (min-width: 43.57142857142857em ) {
  #logo #logo-slogan {
    display: flex;
    height: 3.5em;
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  #logo #logo-slogan {
    height: 5em;
  }
}
@media screen and (min-width: 71.42857142857143em ) {
  #logo #logo-slogan {
    font-size: 2.57142857em;
    line-height: 1.11111111em;
    height: 3.33333333em;
  }
}
.node-hero #logo a:hover #logo-img,
.node-hero #logo a:active #logo-img,
.node-hero #logo a:focus #logo-img {
  background-color: #eb7314;
  background-image: url(../images/logo_met_tekst.svg);
}
.node-hero #logo #logo-img {
  border: 0;
  background-color: #3c329b;
  background-image: url(../images/logo_met_tekst.svg);
  background-size: 70%;
}
@media screen {
  .node-hero #logo #logo-img {
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
  }
}
.node-hero #logo #logo-title {
  display: none;
}
.node-hero #logo #logo-slogan {
  -webkit-text-shadow: 0 0 0.21428571rem #000000;
  -moz-text-shadow: 0 0 0.21428571rem #000000;
  text-shadow: 0 0 0.21428571rem #000000;
  grid-column: -2;
}
#main {
  grid-area: main;
  position: relative;
  padding: 5.14285714em 0 3.42857143em;
  margin: 3.42857143em 0;
  min-height: 400px;
}
.node-hero.node-type-pagina #main {
  padding-top: calc(70lvh -  14.42857143em);
}
@media screen and (min-width: 59.285714285714285em ) {
  .node-hero.node-type-pagina #main {
    padding-top: calc(70lvh -  17em);
  }
}
#breadcrumb {
  font-size: 0.85714286em;
  line-height: 2em;
  position: absolute;
  top: 3.5em;
  left: 0;
  right: 0;
  z-index: 3;
  background: #f0f0ee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.node-hero #breadcrumb {
  padding: 0 2em;
}
#breadcrumb:link,
#breadcrumb a:link,
#breadcrumb:visited,
#breadcrumb a:visited {
  color: #000000;
}
#breadcrumb:hover,
#breadcrumb a:hover,
#breadcrumb:active,
#breadcrumb a:active {
  color: #eb7314;
}
#sidebar-left {
  grid-area: sidebar-left;
}
#sidebar-right {
  grid-area: sidebar-right;
}
.sidebar {
  margin: 8.57142857em 0 0;
}
.sidebar .block {
  margin: 0 0 3.42857143em;
}
.block .content {
  margin: 0;
}
.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}
#footer {
  grid-area: footer;
  padding: 0 0 5.14285714em;
  margin-top: 2.28571429em;
  float: none;
  clear: both;
  min-height: 36em;
  color: #f0f0ee;
  position: relative;
}
@media screen and (min-width: 59.285714285714285em ) {
  #footer {
    display: grid;
    grid-template-columns: 14.28571429em minmax(max-content, 1fr) minmax(max-content, 1fr) auto 11.42857143em;
    column-gap: 1.71428571em;
  }
}
#footer a:link,
#footer a:visited {
  color: #ffffff;
}
#footer a:hover,
#footer a:active,
#footer a.active {
  color: #878786;
}
#footer h2 {
  color: #f0f0ee;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.71428571em;
  margin-bottom: 0.85714286em;
}
#footer .fa-ul {
  margin-left: 1.71428571em;
  padding: 0;
}
#footer .fa-ul li {
  background: none;
  margin: 0;
  padding: 0;
}
#footer .block {
  margin: 1.71428571em 0 0;
  padding: 0;
}
#block-block-5.block {
  font-size: 0.71428571em;
  line-height: 2em;
  margin: 6em 0;
  color: #878786;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 59.285714285714285em ) {
  #block-block-5.block {
    text-align: right;
  }
}
#footer-bg {
  background: #464644;
  grid-column: 1 / -1;
  grid-row: -2;
  z-index: -1;
}
@media screen {
  #footer-bg {
    -webkit-box-shadow: inset 0 0 10px #000000;
    -moz-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
  }
}
@media screen {
  .node-hero #footer-bg {
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
  }
}
/**
 * Nodes and Comments
 */
.nd-region-header,
.nd-region-left,
.nd-region-right,
.nd-region-middle,
.nd-region-middle-wrapper,
.nd-region-footer,
.nd-sidebar-right .nd-region-middle,
.nd-two-sidebars .nd-region-middle,
.nd-sidebar-left .nd-region-middle {
  float: none;
  display: block;
  margin: 0;
  clear: both;
  width: auto;
}
@media screen and (max-width: 43.57142857142857em ) {
  article.clear-block:after {
    content: "";
    display: none;
  }
}
.buildmode-teaser:not(:empty),
.buildmode-full:not(:empty),
.buildmode-schema:not(:empty),
.buildmode-3:not(:empty),
#main > dl:not(:empty),
#main > form:not(:empty),
#main > .admin:not(:empty),
#main > .help:not(:empty):not(:empty) {
  position: relative;
  background-color: #ffffff;
  padding: 1.71428571em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
.buildmode-schema:not(:empty) {
  padding: 0.85714286em;
  margin: 0;
}
article.buildmode-teaser .field-background,
article.buildmode-3 .field-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
article.buildmode-teaser .field-background .field-items,
article.buildmode-3 .field-background .field-items,
article.buildmode-teaser .field-background .field-item,
article.buildmode-3 .field-background .field-item {
  height: 100%;
}
article.buildmode-teaser .field-background .node-background,
article.buildmode-3 .field-background .node-background {
  width: 100%;
  height: 100%;
  background-position: center 10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #878786;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
article.buildmode-teaser .field-background .node-background:after,
article.buildmode-3 .field-background .node-background:after {
  content: ' ';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.75;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
article.node-type-activiteit .field-afbeeldingen .field-item,
article.node-type-nieuws .field-afbeeldingen .field-item,
article.node-type-pagina .field-afbeeldingen .field-item,
article.node-type-repertoire .field-afbeeldingen .field-item {
  display: none;
}
article.node-type-activiteit .field-afbeeldingen .field-item:first-child,
article.node-type-nieuws .field-afbeeldingen .field-item:first-child,
article.node-type-pagina .field-afbeeldingen .field-item:first-child,
article.node-type-repertoire .field-afbeeldingen .field-item:first-child {
  display: block;
}
@media screen and (min-width: 43.57142857142857em ) {
  article.node-type-activiteit .field-afbeeldingen .field-item:first-child,
  article.node-type-nieuws .field-afbeeldingen .field-item:first-child,
  article.node-type-pagina .field-afbeeldingen .field-item:first-child,
  article.node-type-repertoire .field-afbeeldingen .field-item:first-child {
    float: right;
    max-width: 50%;
    max-height: 23.57142857em;
    text-align: right;
  }
}
article.node-type-foto.buildmode-teaser .field-afbeeldingen .field-item {
  display: none;
}
article.node-type-foto.buildmode-teaser .field-afbeeldingen .field-item:first-child {
  display: block;
}
article.node-type-activiteit .field-afbeeldingen .field-item:first-child {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media screen and (min-width: 43.57142857142857em ) {
  article.node-type-activiteit .field-afbeeldingen .field-item:first-child {
    height: 23.57142857em;
  }
}
article.node-type-repertoire .field-afbeeldingen .field-item:first-child {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
article .field-afbeeldingen .field-item a {
  display: inline-block;
}
article .field-afbeeldingen .field-item img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: right top;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 43.57142857142857em ) {
  article.node-type-pagina .field-afbeeldingen .field-item a,
  article.node-type-activiteit .field-afbeeldingen .field-item a,
  article.node-type-nieuws .field-afbeeldingen .field-item a,
  article.node-type-pagina .field-afbeeldingen .field-item img,
  article.node-type-activiteit .field-afbeeldingen .field-item img,
  article.node-type-nieuws .field-afbeeldingen .field-item img {
    max-height: 23.57142857em;
  }
}
article.node-type-nieuws .field-afbeeldingen .field-item,
article.node-type-pagina .field-afbeeldingen .field-item {
  margin-bottom: 1.71428571em;
}
@media screen and (min-width: 43.57142857142857em ) {
  article.node-type-nieuws .field-afbeeldingen .field-item,
  article.node-type-pagina .field-afbeeldingen .field-item {
    margin-left: 1.71428571em;
  }
}
.buildmode-full .field-background {
  display: none;
}
@media screen and (min-width: 59.285714285714285em ) {
  article.node-type-nieuws.buildmode-full .field-title,
  article.node-type-activiteit.buildmode-full .field-title,
  article.node-type-nieuws.buildmode-teaser .field-title,
  article.node-type-activiteit.buildmode-teaser .field-title,
  article.node-type-nieuws.buildmode-3 .field-title,
  article.node-type-activiteit.buildmode-3 .field-title {
    height: 10.71428571em;
    display: table-cell;
    vertical-align: bottom;
    overflow: hidden;
  }
}
.badge-access,
.badge-access-wrapper {
  display: none;
}
.role-bestuur .buildmode-teaser .badge-access-wrapper,
.role-beheer .buildmode-teaser .badge-access-wrapper,
.role-admin .buildmode-teaser .badge-access-wrapper,
.role-bestuur .buildmode-full:not(:empty) .badge-access-wrapper,
.role-beheer .buildmode-full:not(:empty) .badge-access-wrapper,
.role-admin .buildmode-full:not(:empty) .badge-access-wrapper,
.role-bestuur .buildmode-schema .badge-access-wrapper,
.role-beheer .buildmode-schema .badge-access-wrapper,
.role-admin .buildmode-schema .badge-access-wrapper {
  font-size: 0.71428571em;
  line-height: 1.2em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 2.4em;
  z-index: 5;
}
.role-bestuur .buildmode-teaser .badge-access.badge-access-bezoekers,
.role-beheer .buildmode-teaser .badge-access.badge-access-bezoekers,
.role-admin .buildmode-teaser .badge-access.badge-access-bezoekers,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-bezoekers,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-bezoekers,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-bezoekers,
.role-bestuur .buildmode-schema .badge-access.badge-access-bezoekers,
.role-beheer .buildmode-schema .badge-access.badge-access-bezoekers,
.role-admin .buildmode-schema .badge-access.badge-access-bezoekers,
.role-bestuur .buildmode-teaser .badge-access.badge-access-vrienden,
.role-beheer .buildmode-teaser .badge-access.badge-access-vrienden,
.role-admin .buildmode-teaser .badge-access.badge-access-vrienden,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-vrienden,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-vrienden,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-vrienden,
.role-bestuur .buildmode-schema .badge-access.badge-access-vrienden,
.role-beheer .buildmode-schema .badge-access.badge-access-vrienden,
.role-admin .buildmode-schema .badge-access.badge-access-vrienden,
.role-bestuur .buildmode-teaser .badge-access.badge-access-aspirant-leden,
.role-beheer .buildmode-teaser .badge-access.badge-access-aspirant-leden,
.role-admin .buildmode-teaser .badge-access.badge-access-aspirant-leden,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-aspirant-leden,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-aspirant-leden,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-aspirant-leden,
.role-bestuur .buildmode-schema .badge-access.badge-access-aspirant-leden,
.role-beheer .buildmode-schema .badge-access.badge-access-aspirant-leden,
.role-admin .buildmode-schema .badge-access.badge-access-aspirant-leden,
.role-bestuur .buildmode-teaser .badge-access.badge-access-leden,
.role-beheer .buildmode-teaser .badge-access.badge-access-leden,
.role-admin .buildmode-teaser .badge-access.badge-access-leden,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-leden,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-leden,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-leden,
.role-bestuur .buildmode-schema .badge-access.badge-access-leden,
.role-beheer .buildmode-schema .badge-access.badge-access-leden,
.role-admin .buildmode-schema .badge-access.badge-access-leden,
.role-bestuur .buildmode-teaser .badge-access.badge-access-bestuur,
.role-beheer .buildmode-teaser .badge-access.badge-access-bestuur,
.role-admin .buildmode-teaser .badge-access.badge-access-bestuur,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-bestuur,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-bestuur,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-bestuur,
.role-bestuur .buildmode-schema .badge-access.badge-access-bestuur,
.role-beheer .buildmode-schema .badge-access.badge-access-bestuur,
.role-admin .buildmode-schema .badge-access.badge-access-bestuur,
.role-bestuur .buildmode-teaser .badge-access.badge-access-muziekcommissie,
.role-beheer .buildmode-teaser .badge-access.badge-access-muziekcommissie,
.role-admin .buildmode-teaser .badge-access.badge-access-muziekcommissie,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-muziekcommissie,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-muziekcommissie,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-muziekcommissie,
.role-bestuur .buildmode-schema .badge-access.badge-access-muziekcommissie,
.role-beheer .buildmode-schema .badge-access.badge-access-muziekcommissie,
.role-admin .buildmode-schema .badge-access.badge-access-muziekcommissie,
.role-bestuur .buildmode-teaser .badge-access.badge-access-concertcommissie,
.role-beheer .buildmode-teaser .badge-access.badge-access-concertcommissie,
.role-admin .buildmode-teaser .badge-access.badge-access-concertcommissie,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-concertcommissie,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-concertcommissie,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-concertcommissie,
.role-bestuur .buildmode-schema .badge-access.badge-access-concertcommissie,
.role-beheer .buildmode-schema .badge-access.badge-access-concertcommissie,
.role-admin .buildmode-schema .badge-access.badge-access-concertcommissie,
.role-bestuur .buildmode-teaser .badge-access.badge-access-feestcommissie,
.role-beheer .buildmode-teaser .badge-access.badge-access-feestcommissie,
.role-admin .buildmode-teaser .badge-access.badge-access-feestcommissie,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-feestcommissie,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-feestcommissie,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-feestcommissie,
.role-bestuur .buildmode-schema .badge-access.badge-access-feestcommissie,
.role-beheer .buildmode-schema .badge-access.badge-access-feestcommissie,
.role-admin .buildmode-schema .badge-access.badge-access-feestcommissie,
.role-bestuur .buildmode-teaser .badge-access.badge-access-commissie-interne-relaties,
.role-beheer .buildmode-teaser .badge-access.badge-access-commissie-interne-relaties,
.role-admin .buildmode-teaser .badge-access.badge-access-commissie-interne-relaties,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-commissie-interne-relaties,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-commissie-interne-relaties,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-commissie-interne-relaties,
.role-bestuur .buildmode-schema .badge-access.badge-access-commissie-interne-relaties,
.role-beheer .buildmode-schema .badge-access.badge-access-commissie-interne-relaties,
.role-admin .buildmode-schema .badge-access.badge-access-commissie-interne-relaties,
.role-bestuur .buildmode-teaser .badge-access.badge-access-commissie-koorregie,
.role-beheer .buildmode-teaser .badge-access.badge-access-commissie-koorregie,
.role-admin .buildmode-teaser .badge-access.badge-access-commissie-koorregie,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-commissie-koorregie,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-commissie-koorregie,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-commissie-koorregie,
.role-bestuur .buildmode-schema .badge-access.badge-access-commissie-koorregie,
.role-beheer .buildmode-schema .badge-access.badge-access-commissie-koorregie,
.role-admin .buildmode-schema .badge-access.badge-access-commissie-koorregie,
.role-bestuur .buildmode-teaser .badge-access.badge-access-band,
.role-beheer .buildmode-teaser .badge-access.badge-access-band,
.role-admin .buildmode-teaser .badge-access.badge-access-band,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-band,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-band,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-band,
.role-bestuur .buildmode-schema .badge-access.badge-access-band,
.role-beheer .buildmode-schema .badge-access.badge-access-band,
.role-admin .buildmode-schema .badge-access.badge-access-band,
.role-bestuur .buildmode-teaser .badge-access.badge-access-beheer,
.role-beheer .buildmode-teaser .badge-access.badge-access-beheer,
.role-admin .buildmode-teaser .badge-access.badge-access-beheer,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-beheer,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-beheer,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-beheer,
.role-bestuur .buildmode-schema .badge-access.badge-access-beheer,
.role-beheer .buildmode-schema .badge-access.badge-access-beheer,
.role-admin .buildmode-schema .badge-access.badge-access-beheer {
  display: inline-block;
  padding: 0.4em 0.8em;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.role-bestuur .buildmode-teaser .badge-access.badge-access-beheer,
.role-beheer .buildmode-teaser .badge-access.badge-access-beheer,
.role-admin .buildmode-teaser .badge-access.badge-access-beheer,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-beheer,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-beheer,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-beheer,
.role-bestuur .buildmode-schema .badge-access.badge-access-beheer,
.role-beheer .buildmode-schema .badge-access.badge-access-beheer,
.role-admin .buildmode-schema .badge-access.badge-access-beheer,
.role-bestuur .buildmode-teaser .badge-access.badge-access-bestuur,
.role-beheer .buildmode-teaser .badge-access.badge-access-bestuur,
.role-admin .buildmode-teaser .badge-access.badge-access-bestuur,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-bestuur,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-bestuur,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-bestuur,
.role-bestuur .buildmode-schema .badge-access.badge-access-bestuur,
.role-beheer .buildmode-schema .badge-access.badge-access-bestuur,
.role-admin .buildmode-schema .badge-access.badge-access-bestuur {
  background: #e9584c;
}
.role-bestuur .buildmode-teaser .badge-access.badge-access-concertcommissie,
.role-beheer .buildmode-teaser .badge-access.badge-access-concertcommissie,
.role-admin .buildmode-teaser .badge-access.badge-access-concertcommissie,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-concertcommissie,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-concertcommissie,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-concertcommissie,
.role-bestuur .buildmode-schema .badge-access.badge-access-concertcommissie,
.role-beheer .buildmode-schema .badge-access.badge-access-concertcommissie,
.role-admin .buildmode-schema .badge-access.badge-access-concertcommissie,
.role-bestuur .buildmode-teaser .badge-access.badge-access-feestcommissie,
.role-beheer .buildmode-teaser .badge-access.badge-access-feestcommissie,
.role-admin .buildmode-teaser .badge-access.badge-access-feestcommissie,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-feestcommissie,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-feestcommissie,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-feestcommissie,
.role-bestuur .buildmode-schema .badge-access.badge-access-feestcommissie,
.role-beheer .buildmode-schema .badge-access.badge-access-feestcommissie,
.role-admin .buildmode-schema .badge-access.badge-access-feestcommissie,
.role-bestuur .buildmode-teaser .badge-access.badge-access-commissie-interne_relaties,
.role-beheer .buildmode-teaser .badge-access.badge-access-commissie-interne_relaties,
.role-admin .buildmode-teaser .badge-access.badge-access-commissie-interne_relaties,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-commissie-interne_relaties,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-commissie-interne_relaties,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-commissie-interne_relaties,
.role-bestuur .buildmode-schema .badge-access.badge-access-commissie-interne_relaties,
.role-beheer .buildmode-schema .badge-access.badge-access-commissie-interne_relaties,
.role-admin .buildmode-schema .badge-access.badge-access-commissie-interne_relaties,
.role-bestuur .buildmode-teaser .badge-access.badge-access-commissie-koorregie,
.role-beheer .buildmode-teaser .badge-access.badge-access-commissie-koorregie,
.role-admin .buildmode-teaser .badge-access.badge-access-commissie-koorregie,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-commissie-koorregie,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-commissie-koorregie,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-commissie-koorregie,
.role-bestuur .buildmode-schema .badge-access.badge-access-commissie-koorregie,
.role-beheer .buildmode-schema .badge-access.badge-access-commissie-koorregie,
.role-admin .buildmode-schema .badge-access.badge-access-commissie-koorregie,
.role-bestuur .buildmode-teaser .badge-access.badge-access-muziekcommissie,
.role-beheer .buildmode-teaser .badge-access.badge-access-muziekcommissie,
.role-admin .buildmode-teaser .badge-access.badge-access-muziekcommissie,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-muziekcommissie,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-muziekcommissie,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-muziekcommissie,
.role-bestuur .buildmode-schema .badge-access.badge-access-muziekcommissie,
.role-beheer .buildmode-schema .badge-access.badge-access-muziekcommissie,
.role-admin .buildmode-schema .badge-access.badge-access-muziekcommissie {
  background: #e6d119;
}
.role-bestuur .buildmode-teaser .badge-access.badge-access-leden,
.role-beheer .buildmode-teaser .badge-access.badge-access-leden,
.role-admin .buildmode-teaser .badge-access.badge-access-leden,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-leden,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-leden,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-leden,
.role-bestuur .buildmode-schema .badge-access.badge-access-leden,
.role-beheer .buildmode-schema .badge-access.badge-access-leden,
.role-admin .buildmode-schema .badge-access.badge-access-leden,
.role-bestuur .buildmode-teaser .badge-access.badge-access-band,
.role-beheer .buildmode-teaser .badge-access.badge-access-band,
.role-admin .buildmode-teaser .badge-access.badge-access-band,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-band,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-band,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-band,
.role-bestuur .buildmode-schema .badge-access.badge-access-band,
.role-beheer .buildmode-schema .badge-access.badge-access-band,
.role-admin .buildmode-schema .badge-access.badge-access-band,
.role-bestuur .buildmode-teaser .badge-access.badge-access-aspirant-leden,
.role-beheer .buildmode-teaser .badge-access.badge-access-aspirant-leden,
.role-admin .buildmode-teaser .badge-access.badge-access-aspirant-leden,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-aspirant-leden,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-aspirant-leden,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-aspirant-leden,
.role-bestuur .buildmode-schema .badge-access.badge-access-aspirant-leden,
.role-beheer .buildmode-schema .badge-access.badge-access-aspirant-leden,
.role-admin .buildmode-schema .badge-access.badge-access-aspirant-leden {
  background: #51aaec;
}
.role-bestuur .buildmode-teaser .badge-access.badge-access-vrienden,
.role-beheer .buildmode-teaser .badge-access.badge-access-vrienden,
.role-admin .buildmode-teaser .badge-access.badge-access-vrienden,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-vrienden,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-vrienden,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-vrienden,
.role-bestuur .buildmode-schema .badge-access.badge-access-vrienden,
.role-beheer .buildmode-schema .badge-access.badge-access-vrienden,
.role-admin .buildmode-schema .badge-access.badge-access-vrienden,
.role-bestuur .buildmode-teaser .badge-access.badge-access-bezoekers,
.role-beheer .buildmode-teaser .badge-access.badge-access-bezoekers,
.role-admin .buildmode-teaser .badge-access.badge-access-bezoekers,
.role-bestuur .buildmode-full:not(:empty) .badge-access.badge-access-bezoekers,
.role-beheer .buildmode-full:not(:empty) .badge-access.badge-access-bezoekers,
.role-admin .buildmode-full:not(:empty) .badge-access.badge-access-bezoekers,
.role-bestuur .buildmode-schema .badge-access.badge-access-bezoekers,
.role-beheer .buildmode-schema .badge-access.badge-access-bezoekers,
.role-admin .buildmode-schema .badge-access.badge-access-bezoekers {
  background: #aad563;
}
.role-bestuur .buildmode-schema .badge-access-wrapper,
.role-beheer .buildmode-schema .badge-access-wrapper,
.role-admin .buildmode-schema .badge-access-wrapper {
  left: 1.2em;
}
.nd-region-middle,
.nd-region-right {
  position: relative;
  z-index: 2;
}
.buildmode-full.node-hero.node-type-pagina {
  background: transparent;
  padding: 0;
}
.buildmode-full.node-hero.node-type-pagina .field-afbeeldingen {
  display: none;
}
.buildmode-full.node-hero.node-type-pagina .cta-wrapper {
  padding: 1.71428571em;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.buildmode-full.node-hero.node-type-pagina .field-body {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.71428571em;
  row-gap: 1.71428571em;
}
@media screen and (min-width: 59.285714285714285em ) {
  .buildmode-full.node-hero.node-type-pagina .field-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
.node-hero #main > h1 {
  display: none;
}
@media screen and (max-width: 43.57142857142857em ) {
  .node-type-activiteit.buildmode-schema {
    display: grid;
    grid-template-rows: auto auto auto;
    row-gap: 0.85714286em;
  }
  .node-type-activiteit.buildmode-schema .nd-region-left {
    grid-row: 1;
  }
  .node-type-activiteit.buildmode-schema .nd-region-middle-wrapper {
    grid-row: 2;
  }
  .node-type-activiteit.buildmode-schema .nd-region-right {
    grid-row: 3;
  }
}
@media screen and (min-width: 43.57142857142857em ) {
  .node-type-activiteit.buildmode-full,
  .node-type-activiteit.buildmode-teaser,
  .node-type-activiteit.buildmode-schema {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "node-main node-right" "node-footer node-footer";
    column-gap: 1.71428571em;
  }
  .node-type-activiteit.buildmode-full {
    row-gap: 1.71428571em;
  }
  .node-type-activiteit.buildmode-schema {
    grid-template-columns: 25em 1fr 12.85714286em;
    grid-template-areas: "node-left node-main node-right";
    column-gap: 1.71428571em;
  }
  .node-type-activiteit .nd-region-header {
    grid-area: node-main;
  }
  .node-type-activiteit .nd-region-left {
    grid-area: node-left;
  }
  .node-type-activiteit .nd-region-middle-wrapper {
    grid-area: node-main;
  }
  .node-type-activiteit .nd-region-right {
    grid-area: node-right;
  }
  .node-type-activiteit .nd-region-footer {
    grid-area: node-footer;
  }
}
.buildmode-schema.node-type-activiteit:not(.activiteit-repetitie) h2 a:link,
.buildmode-schema.node-type-activiteit:not(.activiteit-repetitie) h2 a:visited {
  color: #e9584c;
}
.buildmode-schema.node-type-activiteit:not(.activiteit-repetitie) h2 a:hover,
.buildmode-schema.node-type-activiteit:not(.activiteit-repetitie) h2 a:active,
.buildmode-schema.node-type-activiteit:not(.activiteit-repetitie) h2 a:focus {
  color: #3c329b;
}
.buildmode-schema.node-type-activiteit h2 {
  text-transform: uppercase;
  margin: 0;
  vertical-align: middle;
  font-size: 1.28571429em;
  line-height: 2em;
}
.buildmode-schema.node-type-activiteit h2 a:link,
.buildmode-schema.node-type-activiteit h2 a:visited {
  color: #878786;
}
.buildmode-schema.node-type-activiteit h2 a:hover,
.buildmode-schema.node-type-activiteit h2 a:active,
.buildmode-schema.node-type-activiteit h2 a:focus {
  color: #3c329b;
}
@media screen and (min-width: 59.285714285714285em ) {
  .buildmode-schema.node-type-activiteit h2 {
    font-size: 1em;
    line-height: 2.57142857em;
  }
}
.buildmode-schema.node-type-activiteit .badge-koor-tijd {
  margin-right: 0;
}
.buildmode-schema.node-type-activiteit .field-bijzonderheden,
.buildmode-schema.node-type-activiteit .field-kledingcode a {
  font-style: italic;
  margin-bottom: 0.85714286em;
}
.buildmode-schema.node-type-activiteit .nd-region-left,
.buildmode-schema.node-type-activiteit .nd-region-right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0 0.28571429em;
}
.buildmode-schema.node-type-activiteit .nd-region-left .field-datum,
.buildmode-schema.node-type-activiteit .nd-region-right .field-datum,
.buildmode-schema.node-type-activiteit .nd-region-left .field-locatie,
.buildmode-schema.node-type-activiteit .nd-region-right .field-locatie {
  flex-grow: 1;
}
.buildmode-schema.node-type-activiteit .nd-region-left .field-items,
.buildmode-schema.node-type-activiteit .nd-region-right .field-items,
.buildmode-schema.node-type-activiteit .nd-region-left .field-item,
.buildmode-schema.node-type-activiteit .nd-region-right .field-item {
  width: 100%;
}
.buildmode-schema.node-type-activiteit.node-status-optie {
  border: 0.21428571em dashed #e9584c;
  padding: 0.64285714em 0.64285714em 1.5em;
}
@media screen and (min-width: 59.285714285714285em ) {
  .buildmode-schema.node-type-activiteit.node-status-optie {
    padding: 0.64285714em;
  }
}
.role-bestuur article.node-type-activiteit.buildmode-schema.node-status-optie,
.role-beheer article.node-type-activiteit.buildmode-schema.node-status-optie,
.role-admin article.node-type-activiteit.buildmode-schema.node-status-optie {
  padding-bottom: 1.5em;
}
.buildmode-teaser.node-type-profiel {
  font-size: 0.85714286em;
  line-height: 2em;
  text-align: center;
}
.buildmode-teaser.node-type-profiel .field-author-picture {
  width: 100%;
  aspect-ratio: 16 / 20;
}
.buildmode-teaser.node-type-profiel .field-author-picture img {
  width: 80%;
  height: auto;
  aspect-ratio: 16 / 20;
}
.buildmode-teaser.node-type-profiel .field-voornaam,
.buildmode-teaser.node-type-profiel .field-achternaam,
.buildmode-teaser.node-type-profiel .field-achternaam-voorvoegsel {
  text-transform: uppercase;
}
.buildmode-schema.node-type-profiel {
  display: grid;
  column-gap: 0.85714286em;
  row-gap: 0.85714286em;
  align-items: end;
  grid-template-columns: 6.42857143em auto;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "node-header node-left" ". node-main" ". node-right" ". node-footer";
}
@media screen and (min-width: 43.57142857142857em ) {
  .buildmode-schema.node-type-profiel {
    grid-template-columns: 6.42857143em 15.71428571em auto;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "node-header node-left node-main" ". . node-right" ". . node-footer";
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  .buildmode-schema.node-type-profiel {
    grid-template-columns: 6.42857143em 15.71428571em 1fr 1fr 7.85714286em;
    grid-template-rows: auto;
    grid-template-areas: "node-header node-left node-main node-right node-footer";
  }
}
.buildmode-schema.node-type-profiel .nd-region-header {
  grid-area: node-header;
}
.buildmode-schema.node-type-profiel .nd-region-left {
  grid-area: node-left;
}
.buildmode-schema.node-type-profiel .nd-region-middle-wrapper {
  display: contents;
}
.buildmode-schema.node-type-profiel .nd-region-middle {
  grid-area: node-main;
}
.buildmode-schema.node-type-profiel .nd-region-right {
  grid-area: node-right;
}
.buildmode-schema.node-type-profiel .nd-region-footer {
  grid-area: node-footer;
}
.buildmode-schema.node-type-profiel .badge-access-wrapper {
  display: none;
}
.buildmode-schema.node-type-profiel.clear-block:after {
  display: none;
}
.buildmode-schema.node-type-profiel .field-voornaam,
.buildmode-schema.node-type-profiel .field-achternaam,
.buildmode-schema.node-type-profiel .field-achternaam-voorvoegsel,
.buildmode-schema.node-type-profiel .field-lidsinds {
  text-transform: uppercase;
}
.buildmode-schema.node-type-profiel .field-author-picture .picture {
  height: 7.71428571em;
}
.buildmode-schema.node-type-profiel .field-ds-group-adres {
  display: inline-block;
  line-height: 1.71428571em;
  padding-left: 1.71428571em;
  position: relative;
}
.buildmode-schema.node-type-profiel .field-ds-group-adres:before {
  position: absolute;
  left: 0;
  top: 0;
}
.buildmode-schema.node-type-profiel .aspirant {
  color: #e9584c;
}
article.node-type-profiel.buildmode-full .field-author-picture .picture {
  width: 20em;
  aspect-ratio: 16 / 20;
}
@media screen and (min-width: 59.285714285714285em ) {
  article.node-type-profiel.buildmode-full .field-author-picture .picture {
    height: 15.42857143em;
    width: auto;
  }
}
article.node-type-profiel.buildmode-full .field-author-picture .picture img {
  height: 100%;
  width: auto;
}
article.node-type-profiel.buildmode-schema .field-author-picture .picture img {
  height: 100%;
  width: auto;
}
.profile .picture {
  float: none;
  margin: 0;
}
@media screen and (min-width: 59.285714285714285em ) {
  .profile .picture {
    float: right;
    margin: 0 0 1.71428571em 1.71428571em;
  }
}
.profile h3 {
  border: 0;
}
.buildmode-full.node-type-foto .field-afbeeldingen .field-items {
  display: grid;
  row-gap: 0.85714286em;
  column-gap: 0.85714286em;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 43.57142857142857em ) {
  .buildmode-full.node-type-foto .field-afbeeldingen .field-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  .buildmode-full.node-type-foto .field-afbeeldingen .field-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 71.42857142857143em ) {
  .buildmode-full.node-type-foto .field-afbeeldingen .field-items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 78.57142857142857em) {
  .buildmode-full.node-type-foto .field-afbeeldingen .field-items {
    grid-template-columns: repeat(6, 1fr);
  }
}
article.buildmode-teaser.node-type-foto .field-afbeeldingen a,
article.buildmode-teaser.node-type-foto .field-afbeeldingen img,
article.buildmode-teaser.node-type-audio .field-mp3 .jp-single-player,
article.buildmode-teaser.node-type-video .field-video .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
article.buildmode-teaser.node-type-foto .field-afbeeldingen .field-item:first-child,
article.buildmode-teaser.node-type-foto .field-afbeeldingen .field-item:first-child,
article.buildmode-teaser.node-type-audio .field-mp3 .field-item:first-child,
article.buildmode-teaser.node-type-video .field-video .field-item:first-child {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: block;
  overflow: hidden;
}
article.buildmode-teaser.node-type-foto,
article.buildmode-teaser.node-type-audio,
article.buildmode-teaser.node-type-video {
  padding: 0.85714286em;
}
article.buildmode-teaser.node-type-foto .field-group,
article.buildmode-teaser.node-type-audio .field-group,
article.buildmode-teaser.node-type-video .field-group {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.85714286em;
}
article.buildmode-teaser.node-type-foto .badge-nodetype,
article.buildmode-teaser.node-type-audio .badge-nodetype,
article.buildmode-teaser.node-type-video .badge-nodetype,
article.buildmode-teaser.node-type-foto .node-edit-link,
article.buildmode-teaser.node-type-audio .node-edit-link,
article.buildmode-teaser.node-type-video .node-edit-link {
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  /* for absolute positioning of icon */
  vertical-align: bottom;
  width: 2.28571429em;
}
article.buildmode-teaser.node-type-foto .badge-nodetype:before,
article.buildmode-teaser.node-type-audio .badge-nodetype:before,
article.buildmode-teaser.node-type-video .badge-nodetype:before,
article.buildmode-teaser.node-type-foto .node-edit-link:before,
article.buildmode-teaser.node-type-audio .node-edit-link:before,
article.buildmode-teaser.node-type-video .node-edit-link:before {
  font-family: FontAwesome;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  display: inline;
  width: auto;
}
article.buildmode-teaser.node-type-foto .field-title h2,
article.buildmode-teaser.node-type-audio .field-title h2,
article.buildmode-teaser.node-type-video .field-title h2 {
  color: #e9584c;
  text-transform: uppercase;
  font-size: 1.14285714em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.page-node .node-type-foto,
.page-node .node-type-video,
.page-node .node-type-audio {
  margin-top: 1.71428571em;
}
article.node-type-repertoire.buildmode-schema,
article.node-type-programma.programma-nummer.buildmode-schema {
  display: grid;
  grid-template-columns: 2.28571429em 1fr;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "node-header node-left" "node-header node-main" "node-header node-right" "node-header node-footer";
  column-gap: 0.85714286em;
}
@media screen and (min-width: 59.285714285714285em ) {
  article.node-type-repertoire.buildmode-schema,
  article.node-type-programma.programma-nummer.buildmode-schema {
    grid-template-columns: max-content 3fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "node-header node-left node-right node-footer" "node-header node-main node-right node-footer";
  }
}
@media screen and (min-width: 71.42857142857143em ) {
  article.node-type-repertoire.buildmode-schema,
  article.node-type-programma.programma-nummer.buildmode-schema {
    grid-template-columns: 2.28571429em 2fr 2fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "node-header node-left node-main node-right node-footer";
  }
}
article.node-type-repertoire.buildmode-schema .nd-region-header,
article.node-type-programma.programma-nummer.buildmode-schema .nd-region-header {
  grid-area: node-header;
}
article.node-type-repertoire.buildmode-schema .nd-region-left,
article.node-type-programma.programma-nummer.buildmode-schema .nd-region-left {
  grid-area: node-left;
}
article.node-type-repertoire.buildmode-schema .nd-region-middle-wrapper,
article.node-type-programma.programma-nummer.buildmode-schema .nd-region-middle-wrapper {
  grid-area: node-main;
}
article.node-type-repertoire.buildmode-schema .nd-region-right,
article.node-type-programma.programma-nummer.buildmode-schema .nd-region-right {
  grid-area: node-right;
}
article.node-type-repertoire.buildmode-schema .nd-region-footer,
article.node-type-programma.programma-nummer.buildmode-schema .nd-region-footer {
  grid-area: node-footer;
}
article.node-type-repertoire.buildmode-schema .field-oefenmateriaal .button,
article.node-type-programma.programma-nummer.buildmode-schema .field-oefenmateriaal .button,
article.node-type-repertoire.buildmode-schema .field-partij-koor-l .button,
article.node-type-programma.programma-nummer.buildmode-schema .field-partij-koor-l .button,
article.node-type-repertoire.buildmode-schema .field-partij-tekst .button,
article.node-type-programma.programma-nummer.buildmode-schema .field-partij-tekst .button,
article.node-type-repertoire.buildmode-schema .field-partij-band .button,
article.node-type-programma.programma-nummer.buildmode-schema .field-partij-band .button {
  width: 100%;
}
article.node-type-repertoire.buildmode-teaser,
article.node-type-programma.programma-nummer.buildmode-teaser,
article.node-type-repertoire.buildmode-full,
article.node-type-programma.programma-nummer.buildmode-full {
  display: grid;
}
@media screen and (min-width: 43.57142857142857em ) {
  article.node-type-repertoire.buildmode-teaser,
  article.node-type-programma.programma-nummer.buildmode-teaser,
  article.node-type-repertoire.buildmode-full,
  article.node-type-programma.programma-nummer.buildmode-full {
    column-gap: 1.71428571em;
  }
}
@media screen and (min-width: 43.57142857142857em ) {
  article.node-type-repertoire.buildmode-full,
  article.node-type-programma.programma-nummer.buildmode-full {
    grid-template-columns: 1fr 17.14285714em;
  }
}
@media screen and (min-width: 43.57142857142857em ) {
  article.node-type-repertoire.buildmode-teaser,
  article.node-type-programma.programma-nummer.buildmode-teaser {
    grid-template-columns: 1fr 8.57142857em;
    grid-template-rows: 8.57142857em;
  }
}
article.node-type-repertoire h2,
article.node-type-programma.programma-nummer h2 {
  text-transform: uppercase;
  margin: 0;
  color: #e9584c;
  vertical-align: middle;
  font-size: 1em;
  line-height: 2.57142857em;
}
article.node-type-repertoire h2 a:link,
article.node-type-programma.programma-nummer h2 a:link,
article.node-type-repertoire h2 a:visited,
article.node-type-programma.programma-nummer h2 a:visited {
  color: #e9584c;
}
article.node-type-repertoire h2 a:hover,
article.node-type-programma.programma-nummer h2 a:hover,
article.node-type-repertoire h2 a:active,
article.node-type-programma.programma-nummer h2 a:active,
article.node-type-repertoire h2 a:focus,
article.node-type-programma.programma-nummer h2 a:focus {
  color: #3c329b;
}
article.node-type-programma.programma-programma h2 {
  text-transform: uppercase;
  margin: 0;
  color: #e9584c;
}
article.node-type-verslag.buildmode-schema {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "node-left" "node-main" "node-right";
}
@media screen and (min-width: 59.285714285714285em ) {
  article.node-type-verslag.buildmode-schema {
    column-gap: 1.71428571em;
    grid-template-columns: 14.28571429em 2fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "node-left node-main node-right";
  }
}
article.node-type-verslag.buildmode-schema .nd-region-left {
  grid-area: node-left;
}
article.node-type-verslag.buildmode-schema .nd-region-middle-wrapper {
  grid-area: node-main;
}
article.node-type-verslag.buildmode-schema .nd-region-right {
  grid-area: node-right;
}
article.node-type-verslag.buildmode-schema .nd-region-left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0 0.28571429em;
}
article.node-type-verslag.buildmode-schema .nd-region-left .field-datum,
article.node-type-verslag.buildmode-schema .nd-region-left .field-locatie {
  flex-grow: 1;
}
article.node-type-verslag.buildmode-schema .nd-region-left .field-items,
article.node-type-verslag.buildmode-schema .nd-region-left .field-item {
  width: 100%;
}
article.node-type-verslag.buildmode-schema h2 {
  text-transform: uppercase;
  margin: 0;
  color: #e9584c;
  vertical-align: middle;
  font-size: 1em;
  line-height: 2.57142857em;
}
article.node-type-verslag.buildmode-schema .field-files .button {
  width: 100%;
}
.role-bestuur article.buildmode-full,
.role-beheer article.buildmode-full,
.role-admin article.buildmode-full,
.role-bestuur article.buildmode-teaser,
.role-beheer article.buildmode-teaser,
.role-admin article.buildmode-teaser,
.role-bestuur article.buildmode-schema,
.role-beheer article.buildmode-schema,
.role-admin article.buildmode-schema {
  padding-bottom: 1.71428571em;
}
.block-views {
  margin-top: 1.71428571em;
}
.field-inline,
.field-inline div {
  display: inline-block;
  vertical-align: middle;
}
.field-inline .badge,
.field-inline div .badge {
  margin-right: 0;
}
.field .field-label-inline-first {
  display: inline-block;
  min-width: 11.42857143em;
}
.field-inline .field-label-inline-first {
  display: inline;
}
.field-block {
  display: block;
}
.field .field-label,
.field .field-label-inline-first {
  font-weight: normal;
  color: #e9584c;
  text-transform: uppercase;
}
.admininfo,
.messages {
  position: relative;
  z-index: 3;
}
.field-type-viewfield {
  clear: both;
}
.editablefields .description {
  display: none;
}
.editablefields .form-text {
  max-width: 100px;
  font-size: 10px;
}
.editablefields .form-select {
  max-width: 50px;
  font-size: 10px;
}
.agenda .view-content {
  display: grid;
  row-gap: 0.85714286em;
}
.nieuws .view-content:has( > :nth-child(2)),
.activiteiten .view-content:has( > :nth-child(2)) {
  row-gap: 1.71428571em;
  display: grid;
}
@media screen and (min-width: 78.57142857142857em) {
  .nieuws .view-content:has( > :nth-child(2)),
  .activiteiten .view-content:has( > :nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.71428571em;
  }
}
.nieuws .view-content:has( > :nth-child(2)) article,
.activiteiten .view-content:has( > :nth-child(2)) article {
  height: 100%;
}
#node-6048 {
  background: #3c329b;
  display: flex;
  justify-content: center;
  /* horizontal centering */
  align-items: center;
  /* vertical centering */
}
.opnamen .view-content {
  display: grid;
  column-gap: 0.85714286em;
  row-gap: 0.85714286em;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 43.57142857142857em ) {
  .opnamen .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  .opnamen .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.opnamen .views-row,
.opnamen .field-item {
  display: contents;
}
.opnamen article.node-type-foto,
.opnamen article.node-type-video,
.opnamen article.node-type-audio {
  margin: 0;
}
.opnamen-archief {
  margin-top: 1.71428571em;
}
.sleepgroepen .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.42857143em;
  row-gap: 0.85714286em;
}
@media screen and (min-width: 59.285714285714285em ) {
  .sleepgroepen .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 71.42857142857143em ) {
  .sleepgroepen .view-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 78.57142857142857em) {
  .sleepgroepen .view-content {
    grid-template-columns: repeat(6, 1fr);
  }
}
.sleepgroepen .view-content .item-list {
  box-sizing: border-box;
  text-align: center;
}
.sleepgroepen .view-content .item-list ol {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0.42857143em;
  min-height: 25.71428571em;
}
.sleepgroepen .view-content .item-list h3 {
  margin-bottom: 0.85714286em;
}
.sleepgroepen .view-content .sleepgroep-uitkoor {
  text-decoration: line-through;
}
.sleepgroepen .view-content .sleepgroep-karrijder {
  font-style: italic;
}
.sleepgroepen .view-content .sleepgroep-bestuur {
  font-weight: bold;
}
.sleepgroepen .view-content .sleepgroep-geslacht-Man:after {
  content: " \f222";
}
.sleepgroepen .view-content .sleepgroep-geslacht:after {
  font-family: fontawesome;
  color: #e9584c;
  font-style: normal;
  font-weight: normal;
}
.profile > .picture {
  display: none;
}
div.content-profile-display {
  padding: 0;
  margin: 0;
  border: 0;
}
.personen .buildmode-teaser {
  margin: 0;
}
.personen .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.85714286em;
  row-gap: 0.85714286em;
}
@media screen and (min-width: 43.57142857142857em ) {
  .personen .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  .personen .view-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 71.42857142857143em ) {
  .personen .view-content {
    grid-template-columns: repeat(6, 1fr);
  }
}
.personen .views-row,
.personen .views-field-nothing,
.personen .field-content {
  display: contents;
}
.personen.personen-ledenlijst .view-content {
  grid-template-columns: 1fr;
}
.personen .badge-functie-cie,
.personen .badge-functie {
  display: none;
}
.personen.personen-opstelling .view-content {
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(6, 1fr);
  column-gap: 0.07142857em;
  row-gap: 0.07142857em;
}
@media screen and (min-width: 59.285714285714285em ) {
  .personen.personen-opstelling .view-content {
    column-gap: 0.42857143em;
    row-gap: 0.42857143em;
  }
}
.personen.personen-opstelling .buildmode-teaser {
  padding: 0.21428571em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.personen.personen-opstelling .field-voornaam {
  display: none;
  color: #ffffff;
}
@media screen and (min-width: 43.57142857142857em ) {
  .personen.personen-opstelling .field-voornaam {
    font-size: 0.71428571em;
    line-height: 2.4em;
    display: inline;
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  .personen.personen-opstelling .field-voornaam {
    display: inline;
    font-size: 0.85714286em;
    line-height: 2em;
  }
}
.personen.personen-opstelling .field-author-picture .picture,
.personen.personen-opstelling .field-author-picture .picture img {
  width: 100%;
  height: auto;
}
.personen.personen-opstelling .persoon-positie-RND {
  display: none;
}
.personen.personen-opstelling .persoon-positie-R1 {
  grid-row: 4;
}
.personen.personen-opstelling .persoon-positie-R2 {
  grid-row: 3;
}
.personen.personen-opstelling .persoon-positie-R3 {
  grid-row: 2;
}
.personen.personen-opstelling .persoon-positie-R4 {
  grid-row: 1;
}
.personen.personen-opstelling .persoon-positie-RB {
  grid-row: 6;
  grid-column: auto;
}
.personen.personen-opstelling .persoon-positie-RD {
  grid-row: 6;
  grid-column: 8;
}
.personen.personen-opstelling .persoon-positie-K01 {
  grid-column: 1;
}
.personen.personen-opstelling .persoon-positie-K02 {
  grid-column: 2;
}
.personen.personen-opstelling .persoon-positie-K03 {
  grid-column: 3;
}
.personen.personen-opstelling .persoon-positie-K04 {
  grid-column: 4;
}
.personen.personen-opstelling .persoon-positie-K05 {
  grid-column: 5;
}
.personen.personen-opstelling .persoon-positie-K06 {
  grid-column: 6;
}
.personen.personen-opstelling .persoon-positie-K07 {
  grid-column: 7;
}
.personen.personen-opstelling .persoon-positie-K08 {
  grid-column: 8;
}
.personen.personen-opstelling .persoon-positie-K09 {
  grid-column: 9;
}
.personen.personen-opstelling .persoon-positie-K10 {
  grid-column: 10;
}
.personen.personen-opstelling .persoon-positie-K11 {
  grid-column: 11;
}
.personen.personen-opstelling .persoon-positie-K12 {
  grid-column: 12;
}
.personen.personen-opstelling .persoon-positie-K13 {
  grid-column: 13;
}
.personen.personen-opstelling .persoon-positie-K14 {
  grid-column: 14;
}
.personen.personen-opstelling .persoon-positie-K15 {
  grid-column: 15;
}
.personen.personen-opstelling .persoon-positie-K16 {
  grid-column: 16;
}
.personen.personen-opstelling .persoon-A {
  background: #e9584c;
}
.personen.personen-opstelling .persoon-B {
  background: #51aaec;
}
.personen.personen-opstelling .persoon-C {
  background: #3c329b;
}
.personen.personen-opstelling .persoon-D {
  background: #e6d119;
}
.personen.personen-opstelling .persoon-E {
  background: #aad563;
}
.personen.personen-opstelling .persoon-Y1 {
  background: #878786;
}
.personen.personen-opstelling .persoon-Z1,
.personen.personen-opstelling .persoon-Z2,
.personen.personen-opstelling .persoon-Z3,
.personen.personen-opstelling .persoon-Z4,
.personen.personen-opstelling .persoon-Z5 {
  background: #d7d7d6;
}
.personen-leden .field-achternaam,
.personen-opstelling .field-achternaam,
.personen-leden .field-achternaam-voorvoegsel,
.personen-opstelling .field-achternaam-voorvoegsel {
  display: none;
}
.personen-leden .badge-functie,
.personen-ledenlijst .badge-functie,
.personen-band .badge-functie {
  display: inline-block;
}
.personen-ledenlijst .field-functie-bestuur,
.personen-bestuur .field-functie-bestuur {
  display: inline-block;
}
.personen-mc .field-functie-mc {
  display: inline-block;
}
.personen-regie .field-functie-regie {
  display: inline-block;
}
.personen-concert .field-functie-concert {
  display: inline-block;
}
.personen-pr .field-functie-pr {
  display: inline-block;
}
.personen-ir .field-functie-ir {
  display: inline-block;
}
.personen-feest .field-functie-feest {
  display: inline-block;
}
.personen-tec .field-functie-tec {
  display: inline-block;
}
.personen-lw .field-functie-lw {
  display: inline-block;
}
.personen-fl .field-functie-fl {
  display: inline-block;
}
.personen-verjaardag .field-geboortedatum {
  display: inline-block;
}
.repertoire .view-content {
  display: grid;
  row-gap: 0.85714286em;
}
@media screen and (min-width: 59.285714285714285em ) {
  .repertoire.repertoire-teaser .view-content {
    column-gap: 0.85714286em;
    grid-template-columns: 1fr 1fr;
  }
}
.repertoire .repertoire-programma {
  color: #e9584c;
  text-transform: uppercase;
}
.voorbeeld .views-row {
  float: left;
  margin: 0 10px 0 0;
}
.voorbeeld .view-footer {
  clear: both;
}
.verslagen .view-content {
  display: grid;
  row-gap: 0.85714286em;
}
.page-search .content {
  display: grid;
  row-gap: 0.85714286em;
}
.item-list ul.pager {
  margin-top: 1.71428571em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28571429em;
  justify-content: center;
}
.item-list ul.pager li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.item-list ul.pager li.pager-current,
.item-list ul.pager a:link,
.item-list ul.pager a:visited {
  display: inline-block;
  padding: 0.28571429em 0.85714286em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #d7d7d6;
}
.item-list ul.pager li.pager-current,
.item-list ul.pager a:hover,
.item-list ul.pager a:active,
.item-list ul.pager a:focus {
  background-color: #eb7314;
  color: #ffffff;
}
.help {
  margin-bottom: 1.71428571em;
}
input {
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.71428571em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0.14285714em solid transparent;
  background: #f0f0ee;
  padding: 0.28571429em 0.57142857em;
}
input:focus:read-write {
  outline: none;
  border: 0.14285714em solid #eb7314;
}
input:hover:read-write:not(:focus):not(:disabled) {
  border: 0.14285714em solid #878786;
}
input:read-only,
input:disabled {
  color: #878786;
  background: #d7d7d6;
}
input[type=submit],
input[type=reset] {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.71428571em;
  padding: 0.28571429em 0.57142857em;
  margin: 0 0.28571429em 0.28571429em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background: #3c329b;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit]:link,
input[type=reset]:link,
input[type=submit]:visited,
input[type=reset]:visited {
  color: #ffffff;
  background: #3c329b;
}
input[type=submit]:active,
input[type=reset]:active,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=submit].active,
input[type=reset].active {
  background: #eb7314;
}
input[type=submit]:focus,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=reset]:hover {
  border-color: transparent;
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type=checkbox] ~ .option__indicator,
input[type=radio] ~ .option__indicator {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 0.85714286em;
  height: 0.85714286em;
  margin-right: 0.71428571em;
  border: 0.14285714em solid #ffffff;
  background: #f0f0ee;
}
input[type=checkbox]:checked ~ .option__indicator,
input[type=radio]:checked ~ .option__indicator {
  background: #464644;
}
input[type=checkbox]:focus ~ .option__indicator,
input[type=radio]:focus ~ .option__indicator {
  border-color: #eb7314;
}
input[type=checkbox]:disabled ~ .option__indicator,
input[type=radio]:disabled ~ .option__indicator {
  border-color: #d7d7d6;
}
input[type=checkbox]:disabled:checked ~ .option__indicator,
input[type=radio]:disabled:checked ~ .option__indicator {
  background: #878786;
}
input[type=radio] ~ .option__indicator {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 43.57142857142857em ) {
  input[type="text"].form-text {
    width: 100%;
    /* Takes full container width */
    max-width: 100%;
    /* Never exceeds container */
    min-width: 0;
    /* Overrides size attribute's minimum */
    box-sizing: border-box;
    /* Includes padding in width calculation */
  }
}
textarea {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.71428571em;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 0.07142857em solid #d7d7d6;
}
textarea:focus:read-write {
  outline: none;
  border: 0.14285714em solid #eb7314;
}
select {
  display: inline-block;
  position: relative;
  font-size: 1em;
  line-height: 1.71428571em;
  cursor: pointer;
  border: 0.14285714em solid transparent;
  background: #f0f0ee;
  padding: 0.28571429em 2.14285714em 0.28571429em 0.57142857em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  border: 0.14285714em solid #eb7314;
}
select:hover:not(:focus) {
  border: 0.14285714em solid #878786;
}
select ~ .select__arrow {
  display: inline-block;
  position: relative;
  left: -1.42857143em;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 0.57142857em 0.35714286em 0 0.35714286em;
  border-style: solid;
  border-color: #878786 transparent transparent transparent;
}
select[multiple] ~ .select__arrow {
  display: none;
}
label:hover input ~ .option__indicator {
  border-color: #878786;
}
label:not(.option) {
  font-weight: normal;
  color: #e9584c;
  text-transform: uppercase;
}
/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 0 0 1.71428571em;
  padding: 4em 1.71428571em 1.71428571em;
  border: 0.14285714em solid #f0f0ee;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
.buildmode-teaser fieldset {
  background-color: #ffffff;
}
fieldset legend {
  position: absolute;
  top: -0.14285714em;
  left: -0.14285714em;
  right: -0.14285714em;
  box-sizing: border-box;
  padding: 0 1.71428571em;
  background-color: #f0f0ee;
  line-height: 2.28571429em;
  border: 0.14285714em solid #f0f0ee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.buildmode-teaser fieldset legend {
  color: #464644;
  background: #ffffff;
}
html.js fieldset.collapsed {
  margin: 0 0 1.71428571em;
  padding: 0 0 2.28571429em;
  border: 0.14285714em solid #f0f0ee;
}
html.js fieldset.collapsible legend {
  border: 0.14285714em solid #878786;
  background-color: #878786;
}
html.js fieldset.collapsible legend:hover {
  border: 0.14285714em solid #eb7314;
  background-color: #eb7314;
}
html.js fieldset.collapsible legend a {
  background: 0;
  padding: 0;
}
html.js fieldset.collapsible legend a::after {
  display: inline-block;
  content: '  ';
  height: 0;
  position: relative;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ffffff;
  margin-left: 5px;
}
html.js fieldset.collapsed legend a::after {
  border-top-color: transparent;
  border-left-color: #ffffff;
}
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
  color: #ffffff;
}
html.js fieldset.collapsible legend a:hover,
html.js fieldset.collapsible legend a:focus,
html.js fieldset.collapsible legend a:active {
  color: #ffffff;
}
#header .content {
  margin: 0;
  padding: 0;
}
.menu-toggle,
.local-toggle {
  margin: 0;
}
@media screen and (min-width: 59.285714285714285em ) {
  .menu-toggle,
  .local-toggle {
    display: none;
  }
}
.menu-toggle {
  width: 6em;
}
@media screen {
  .menu-toggle,
  .node-hero .local-toggle {
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
  }
}
#menu-wrapper :not(li) > ul.menu {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4;
}
#menu-main :not(li) > ul.menu,
#menu-local > ul.tabs {
  max-height: 0;
  overflow: hidden;
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-main :not(li) > ul.menu,
  #menu-local > ul.tabs {
    max-height: 85.71428571em;
    overflow: visible;
  }
}
#menu-main.is-open :not(li) > ul.menu,
#menu-local.is-open > ul.tabs {
  max-height: 85.71428571em;
  overflow: visible;
}
#menu-wrapper :not(li) > ul.menu li {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
}
#menu-wrapper :not(li) > ul.menu li a {
  line-height: 2.28571429em;
  text-decoration: none;
  color: #ffffff;
}
#menu-wrapper :not(li) > ul.menu > li > a:link,
#menu-wrapper :not(li) > ul.menu > li > a:visited {
  display: block;
  margin: 0 0.07142857em;
  padding: 0 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#menu-wrapper :not(li) > ul.menu > li > a:active,
#menu-wrapper :not(li) > ul.menu > li > a:focus,
#menu-wrapper :not(li) > ul.menu > li > a:hover,
#menu-wrapper :not(li) > ul.menu > li > a.active,
#menu-wrapper :not(li) > ul.menu > li > a.active-trail,
#menu-wrapper :not(li) > ul.menu > li.active-trail > a,
#menu-wrapper :not(li) > ul.menu > li.over > a,
#menu-wrapper :not(li) > ul.menu > li:hover > a {
  background-color: #eb7314;
}
@media screen {
  #menu-wrapper :not(li) > ul.menu > li > a:active,
  #menu-wrapper :not(li) > ul.menu > li > a:focus,
  #menu-wrapper :not(li) > ul.menu > li > a:hover,
  #menu-wrapper :not(li) > ul.menu > li > a.active,
  #menu-wrapper :not(li) > ul.menu > li > a.active-trail,
  #menu-wrapper :not(li) > ul.menu > li.active-trail > a,
  #menu-wrapper :not(li) > ul.menu > li.over > a,
  #menu-wrapper :not(li) > ul.menu > li:hover > a {
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-main :not(li) > ul.menu > li {
    padding-bottom: 10px;
    /* force a gap between menu and submenu */
    margin-bottom: -10px;
    /* remove extra height from menu */
    float: left;
  }
}
#menu-main :not(li) > ul.menu > li > a:link,
#menu-main :not(li) > ul.menu > li > a:visited {
  margin-top: 0.42857143em;
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-main :not(li) > ul.menu > li > a:link,
  #menu-main :not(li) > ul.menu > li > a:visited {
    margin-top: 0;
  }
}
#menu-main :not(li) > ul.menu > li.expanded > a {
  position: relative;
}
#menu-main :not(li) > ul.menu > li.expanded > a:after {
  content: '  ';
  height: 0;
  position: relative;
  right: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  margin: 0 0 0 2px;
  overflow: hidden;
  display: inline-block;
}
#menu-service :not(li) > ul.menu > li {
  padding-bottom: 10px;
  /* force a gap between menu and submenu */
  margin-bottom: -10px;
  /* remove extra height from menu */
  float: left;
}
#menu-wrapper :not(li) > ul.menu > li > ul li {
  display: list-item;
  float: none;
  position: relative;
  padding-right: 10px;
  margin-right: -10px;
}
#menu-wrapper :not(li) > ul.menu > li > ul li a:link,
#menu-wrapper :not(li) > ul.menu > li > ul li a:visited {
  position: relative;
  padding: 0 7px;
  white-space: nowrap;
}
#menu-wrapper :not(li) > ul.menu > li > ul li a:active,
#menu-wrapper :not(li) > ul.menu > li > ul li a:focus,
#menu-wrapper :not(li) > ul.menu > li > ul li a:hover,
#menu-wrapper :not(li) > ul.menu > li > ul li a.active,
#menu-wrapper :not(li) > ul.menu > li > ul li a.active-trail,
#menu-wrapper :not(li) > ul.menu > li > ul li:hover > a {
  background: #eb7314;
}
#menu-wrapper :not(li) > ul.menu > li > ul li a.active-trail:not(.active) {
  z-index: 100;
}
@media screen {
  #menu-wrapper :not(li) > ul.menu > li > ul li a.active-trail:not(.active) {
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-wrapper :not(li) > ul.menu > li > ul li.first > a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  #menu-wrapper :not(li) > ul.menu > li > ul li.last > a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  #menu-wrapper :not(li) > ul.menu > li > ul li.first.last > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
#menu-wrapper :not(li) > ul.menu > li > ul,
#menu-wrapper :not(li) > ul.menu > li > ul > li > ul {
  max-height: 0;
  overflow: hidden;
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-wrapper :not(li) > ul.menu > li > ul,
  #menu-wrapper :not(li) > ul.menu > li > ul > li > ul {
    transition: max-height 0s 0.3s, overflow 0s 0.3s;
  }
}
#menu-wrapper :not(li) > ul.menu > li > ul {
  padding: 0;
  margin: 0;
  z-index: 5;
  background: #878786;
}
@media screen {
  #menu-wrapper :not(li) > ul.menu > li > ul {
    -webkit-box-shadow: inset 0 0 10px #000000;
    -moz-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-wrapper :not(li) > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    min-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #464644;
    box-shadow: 0 0 10px #000000;
  }
}
#menu-wrapper :not(li) > ul.menu > li > ul > li.expanded > a {
  padding-right: 12px;
  position: relative;
}
#menu-wrapper :not(li) > ul.menu > li > ul > li.expanded > a:after {
  content: '  ';
  height: 0;
  position: relative;
  right: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  margin: 0 0 0 2px;
  overflow: hidden;
  display: inline-block;
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-wrapper :not(li) > ul.menu > li:hover > ul,
  #menu-wrapper :not(li) > ul.menu > li > ul > li:hover > ul {
    max-height: 85.71428571em;
    overflow: visible;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 59.285714285714285em ) {
  #menu-wrapper :not(li) > ul.menu > li.open > ul,
  #menu-wrapper :not(li) > ul.menu > li > ul > li.open > ul {
    max-height: 85.71428571em;
  }
}
#menu-wrapper :not(li) > ul.menu > li > ul > li > ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  background: #878786;
}
@media screen {
  #menu-wrapper :not(li) > ul.menu > li > ul > li > ul {
    -webkit-box-shadow: inset 0 0 10px #000000;
    -moz-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-wrapper :not(li) > ul.menu > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #464644;
    box-shadow: 0 0 10px #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.menu-arrow {
  position: relative;
}
.menu-arrow:after {
  content: '  ';
  height: 0;
  position: relative;
  right: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  margin: 0 0 0 2px;
  overflow: hidden;
  display: inline-block;
}
a.fa {
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.71428571em;
}
#menu-service ul.menu a.fa {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 1.28571429em;
  position: relative;
}
#menu-service ul.menu a.fa::before {
  display: block;
  font-family: FontAwesome;
  margin-right: 0.35714286em;
  width: 2.28571429em;
  text-align: center;
  text-indent: 0;
  position: absolute;
  left: 0;
}
#menu-main ul.menu a.fa::before {
  display: none;
}
@media screen and (min-width: 59.285714285714285em ) {
  #menu-main ul.menu a.fa {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 1.28571429em;
    position: relative;
  }
  #menu-main ul.menu a.fa::before {
    display: block;
    font-family: FontAwesome;
    margin-right: 0.35714286em;
    width: 2.28571429em;
    text-align: center;
    text-indent: 0;
    position: absolute;
    left: 0;
  }
}
.fa-menu {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 1.28571429em;
  position: relative;
}
.fa-menu::before {
  display: block;
  font-family: FontAwesome;
  margin-right: 0.35714286em;
  width: 2.28571429em;
  text-align: center;
  text-indent: 0;
  position: absolute;
  left: 0;
}
ul.tabs {
  margin: 0.14285714em 0 1.71428571em;
  padding: 0;
  border: 0 solid transparent;
  background: #878786;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 59.285714285714285em ) {
  ul.tabs {
    margin: 0 0 1.71428571em;
    height: 2.28571429em;
  }
}
ul.tabs li a {
  margin: 0 0.07142857em 0.07142857em 0;
  padding: 0 0.5em;
  display: block;
  line-height: 2.28571429em;
  border: 0 solid transparent;
}
@media screen and (min-width: 59.285714285714285em ) {
  ul.tabs li a {
    float: left;
    margin: 0 0.07142857em 0 0;
  }
}
ul.tabs li a:link,
ul.tabs li a:visited {
  color: #ffffff;
  background: #878786;
}
ul.tabs li:first-of-type a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.tabs li.active a,
ul.tabs li a:active,
ul.tabs li a:hover,
ul.tabs li a:focus {
  background: #eb7314;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0 solid transparent;
}
#main ul.menu,
#main ul.views-summary {
  margin: 1.71428571em 0 0;
  padding: 0;
  display: grid;
  column-gap: 0.85714286em;
  row-gap: 0.85714286em;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 59.285714285714285em ) {
  #main ul.menu,
  #main ul.views-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#main ul.menu li,
#main ul.views-summary li {
  margin: 0;
  padding: 0;
  background: none;
  box-sizing: border-box;
}
#main ul.menu li a:link,
#main ul.views-summary li a:link,
#main ul.menu li a:visited,
#main ul.views-summary li a:visited {
  font-weight: 600;
  color: #464644;
  text-align: center;
  background-color: #d7d7d6;
  padding: 0.42857143em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
}
#main ul.menu li a:hover,
#main ul.views-summary li a:hover,
#main ul.menu li a:active,
#main ul.views-summary li a:active,
#main ul.menu li a:focus,
#main ul.views-summary li a:focus,
#main ul.menu li a.active,
#main ul.views-summary li a.active,
#main ul.menu li a.active-trail,
#main ul.views-summary li a.active-trail {
  color: #ffffff;
  background-color: #eb7314;
}
#main ul.menu li .item-count,
#main ul.views-summary li .item-count {
  font-weight: 300;
  font-size: 0.85714286em;
}
#main .view-archief ul.views-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (min-width: 43.57142857142857em ) {
  #main .view-archief ul.views-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 59.285714285714285em ) {
  #main .view-archief ul.views-summary {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 71.42857142857143em ) {
  #main .view-archief ul.views-summary {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media screen and (min-width: 78.57142857142857em) {
  #main .view-archief ul.views-summary {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
#main .menu-name-menu-startpagina-rec ul.menu,
#main .menu-name-menu-social ul.menu {
  font-size: 1.71428571em;
  /* bigger font size */
  line-height: 1;
  column-gap: 0.5em;
  /* reset column-gap because relative to font size */
  row-gap: 0.5em;
  /* reset row-gap because relative to font size */
  margin: 1em 0 0;
  /* reset columngap because relative to font size */
}
#main .menu-name-menu-startpagina-rec ul.menu {
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 71.42857142857143em ) {
  #main .menu-name-menu-startpagina-rec ul.menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#main .menu-name-menu-startpagina-rec ul.menu li a:link,
#main .menu-name-menu-startpagina-rec ul.menu li a:visited {
  color: #ffffff;
  background-color: #3c329b;
  height: 4.16666667em;
  line-height: 3.66666667em;
  padding: 0.25em;
}
@media screen and (min-width: 71.42857142857143em ) {
  #main .menu-name-menu-startpagina-rec ul.menu li a:link,
  #main .menu-name-menu-startpagina-rec ul.menu li a:visited {
    font-size: 0.75em;
    height: 5.55555556em;
    line-height: 4.88888889em;
    padding: 0.33333333em;
  }
}
@media screen and (min-width: 78.57142857142857em) {
  #main .menu-name-menu-startpagina-rec ul.menu li a:link,
  #main .menu-name-menu-startpagina-rec ul.menu li a:visited {
    font-size: 1em;
    height: 4.16666667em;
    line-height: 3.66666667em;
    padding: 0.25em;
  }
}
#main .menu-name-menu-startpagina-rec ul.menu li a:hover,
#main .menu-name-menu-startpagina-rec ul.menu li a:active,
#main .menu-name-menu-startpagina-rec ul.menu li a.active:link,
#main .menu-name-menu-startpagina-rec ul.menu li a.active:visited {
  background-color: #eb7314;
  color: #ffffff;
  text-decoration: none;
}
#main .menu-name-menu-social ul.menu {
  grid-template-columns: repeat(1, 4.16666667em);
}
@media screen and (min-width: 71.42857142857143em ) {
  #main .menu-name-menu-social ul.menu {
    grid-template-columns: repeat(4, 4.16666667em);
  }
}
#main .menu-name-menu-social ul.menu li a:link,
#main .menu-name-menu-social ul.menu li a:visited {
  color: #ffffff;
  background-color: #464644;
}
#main .menu-name-menu-social ul.menu li a:hover,
#main .menu-name-menu-social ul.menu li a:active,
#main .menu-name-menu-social ul.menu li a.active:link,
#main .menu-name-menu-social ul.menu li a.active:visited {
  background-color: #eb7314;
  color: #ffffff;
  text-decoration: none;
}
#main .menu-name-menu-social ul.menu li a.fa {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
}
#main .menu-name-menu-social ul.menu li a.fa::before {
  font-size: 2.08333333em;
  line-height: 1.44em;
  width: 1.44em;
  text-align: center;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.node-hero #main .menu-name-menu-startpagina-rec,
.node-hero #main .menu-name-menu-social {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.node-hero #main .block-menu_block {
  display: contents;
}
.node-hero #main .block-menu_block .content {
  display: contents;
}
.node-hero #main .block-menu_block:after {
  clear: none;
  display: none;
  content: '';
}
.node-hero #main .menu-name-menu-startpagina-rec {
  width: calc(100% -  8em  -  0.28571429em);
}
@media screen and (min-width: 71.42857142857143em ) {
  .node-hero #main .menu-name-menu-startpagina-rec {
    width: calc(100% -  32em  -  0.28571429em);
  }
}
.node-hero #main .menu-name-menu-social {
  width: 8em;
  padding-left: 0.85714286em;
}
@media screen and (min-width: 71.42857142857143em ) {
  .node-hero #main .menu-name-menu-social {
    width: 32em;
  }
}
#footer ul.menu {
  margin: 0;
  padding: 0;
}
#footer ul.menu li {
  margin: 0;
  padding: 0;
  background: none;
}
#footer .menu-name-menu-footer ul.menu li a,
#footer .menu-name-menu-footer-service ul.menu li a,
#footer .menu-name-menu-footer-service-visitor ul.menu li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.28571429em 0.71428571em;
  margin: 0 0 0.28571429em;
  line-height: 1.71428571;
  display: block;
}
#footer .menu-name-menu-footer ul.menu li a:link,
#footer .menu-name-menu-footer-service ul.menu li a:link,
#footer .menu-name-menu-footer-service-visitor ul.menu li a:link,
#footer .menu-name-menu-footer ul.menu li a:visited,
#footer .menu-name-menu-footer-service ul.menu li a:visited,
#footer .menu-name-menu-footer-service-visitor ul.menu li a:visited {
  background: #878786;
  color: #464644;
}
#footer .menu-name-menu-footer ul.menu li a:hover,
#footer .menu-name-menu-footer-service ul.menu li a:hover,
#footer .menu-name-menu-footer-service-visitor ul.menu li a:hover,
#footer .menu-name-menu-footer ul.menu li a:active,
#footer .menu-name-menu-footer-service ul.menu li a:active,
#footer .menu-name-menu-footer-service-visitor ul.menu li a:active,
#footer .menu-name-menu-footer ul.menu li a.active,
#footer .menu-name-menu-footer-service ul.menu li a.active,
#footer .menu-name-menu-footer-service-visitor ul.menu li a.active {
  background: #f0f0ee;
  color: #464644;
}
#footer .menu-name-menu-social ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.85714286em;
}
#footer .menu-name-menu-social ul li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}
#footer .menu-name-menu-social ul li a:link,
#footer .menu-name-menu-social ul li a:visited {
  background: #f0f0ee;
  color: #464644;
}
#footer .menu-name-menu-social ul li a:hover,
#footer .menu-name-menu-social ul li a:active {
  background: #878786;
}
#footer .menu-name-menu-social a.fa {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
}
#footer .menu-name-menu-social a.fa::before {
  font-size: 5.14285714em;
  line-height: 1.38888889em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-indent: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
@media screen and (min-width: 59.285714285714285em ) {
  #footer .menu-name-menu-social a.fa::before {
    font-size: 3.57142857em;
    line-height: 1.44em;
  }
}
/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}
div.admin .left {
  float: left;
  /* LTR */
  width: 48%;
}
div.admin .right {
  float: right;
  /* LTR */
  width: 48%;
}
div.admin-panel {
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #878786;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -0.2em;
  margin-bottom: .65em;
}
table.system-status-report th {
  border-color: #d3e7f4;
}
#autocomplete li.selected,
tr.selected td,
tr.selected td.active {
  background: #027ac6;
  color: #ffffff;
}
tr.selected td a:link,
tr.selected td a:visited,
tr.selected td a:active {
  color: #d3e7f4;
}
tr.taxonomy-term-preview {
  opacity: 0.5;
}
tr.taxonomy-term-divider-top {
  border-bottom: none;
}
tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #d7d7d6;
}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http: //www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http: //www.opensource.org/licenses/mit-license.php
 *  - http: //www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.0
 * Date: 29th April 2010
 */
.jp-single-player {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #878786;
  position: relative;
}
.jp-interface {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 9.42857143em;
  margin: 0 auto;
}
.jp-interface ul.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jp-interface ul.jp-controls li {
  display: inline;
}
.jp-interface ul.jp-controls a {
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  /* for absolute positioning of icon */
  vertical-align: bottom;
  width: 2.28571429em;
  display: block;
  position: absolute;
}
.jp-interface ul.jp-controls a:before {
  font-family: FontAwesome;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  display: inline;
  width: auto;
}
.jp-interface ul.jp-controls a.jp-play,
.jp-interface ul.jp-controls a.jp-pause,
.jp-interface ul.jp-controls a.jp-stop {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jp-interface ul.jp-controls a.jp-play:link,
.jp-interface ul.jp-controls a.jp-pause:link,
.jp-interface ul.jp-controls a.jp-stop:link,
.jp-interface ul.jp-controls a.jp-play:visited,
.jp-interface ul.jp-controls a.jp-pause:visited,
.jp-interface ul.jp-controls a.jp-stop:visited {
  background: #f0f0ee;
  color: #878786;
}
.jp-interface ul.jp-controls a.jp-play:hover,
.jp-interface ul.jp-controls a.jp-pause:hover,
.jp-interface ul.jp-controls a.jp-stop:hover,
.jp-interface ul.jp-controls a.jp-play:active,
.jp-interface ul.jp-controls a.jp-pause:active,
.jp-interface ul.jp-controls a.jp-stop:active,
.jp-interface ul.jp-controls a.jp-play:focus,
.jp-interface ul.jp-controls a.jp-pause:focus,
.jp-interface ul.jp-controls a.jp-stop:focus {
  background: #eb7314;
  color: #ffffff;
}
.jp-interface ul.jp-controls a.jp-play,
.jp-interface ul.jp-controls a.jp-pause {
  height: 4.28571429em;
  width: 4.28571429em;
  line-height: 4.28571429em;
  top: 0.85714286em;
  left: 0.85714286em;
}
.jp-interface ul.jp-controls a.jp-stop {
  width: 2.57142857em;
  height: 2.57142857em;
  line-height: 2.57142857em;
  top: 2.57142857em;
  left: 6em;
}
.jp-interface ul.jp-controls a.jp-volume-min,
.jp-interface ul.jp-controls a.jp-volume-max {
  height: 0.85714286em;
  width: 0.85714286em;
  line-height: 0.85714286em;
  top: 2.57142857em;
}
.jp-interface ul.jp-controls a.jp-volume-min:link,
.jp-interface ul.jp-controls a.jp-volume-max:link,
.jp-interface ul.jp-controls a.jp-volume-min:visited,
.jp-interface ul.jp-controls a.jp-volume-max:visited {
  color: #f0f0ee;
}
.jp-interface ul.jp-controls a.jp-volume-min:hover,
.jp-interface ul.jp-controls a.jp-volume-max:hover,
.jp-interface ul.jp-controls a.jp-volume-min:active,
.jp-interface ul.jp-controls a.jp-volume-max:active,
.jp-interface ul.jp-controls a.jp-volume-min:focus,
.jp-interface ul.jp-controls a.jp-volume-max:focus {
  color: #eb7314;
}
.jp-interface ul.jp-controls a.jp-volume-min {
  right: 6.85714286em;
}
.jp-interface ul.jp-controls a.jp-volume-max {
  right: 0.85714286em;
}
.jp-interface ul.jp-controls a.jp-play:before {
  content: '\f04b';
}
.jp-interface ul.jp-controls a.jp-pause:before {
  content: '\f04c';
}
.jp-interface ul.jp-controls a.jp-stop:before {
  content: '\f04d';
}
.jp-interface ul.jp-controls a.jp-volume-min:before {
  content: '\f026';
}
.jp-interface ul.jp-controls a.jp-volume-max:before {
  content: '\f028';
}
div.jp-progress {
  overflow: hidden;
  background-color: #f0f0ee;
  height: 0.85714286em;
  position: absolute;
  top: 6em;
  left: 0.85714286em;
  right: 0.85714286em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.jp-load-bar {
  background: #d7d7d6;
  width: 0px;
  height: 0.85714286em;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.jp-play-bar {
  background: #eb7314;
  width: 0px;
  height: 0.85714286em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.jp-volume-bar {
  overflow: hidden;
  background: #f0f0ee;
  width: 4.28571429em;
  height: 0.85714286em;
  position: absolute;
  top: 2.57142857em;
  right: 2.14285714em;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.jp-volume-bar-value {
  background: #eb7314;
  width: 0px;
  height: 0.85714286em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.jp-play-time,
div.jp-total-time {
  font-size: 0.71428571em;
  line-height: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 10.8em;
  left: 1.2em;
  right: 1.2em;
  color: #f0f0ee;
}
div.jp-total-time {
  text-align: right;
}
.jp-single-player .jp-playlist {
  display: none;
}
@media print {
  .sidebar,
  #header,
  .dontprint,
  .breadcrumb,
  .tabs,
  .tabs2,
  #footer,
  .node .links,
  .comment .links,
  #toolbar-toolbar,
  .messages,
  .sticky-header,
  #admin-toolbar,
  #l10n-client,
  #l10n-client-data,
  #topbar {
    display: none;
  }
  body.sidebars,
  body.sideber-left,
  body.sidebar-right,
  body,
  #wrapper,
  #container {
    width: 100%;
    background: none;
  }
  a,
  a:link,
  a:visited,
  a:hover,
  a:active {
    color: #000;
    text-decoration: none;
  }
  body.sidebars,
  body.sideber-left,
  body.sidebar-right,
  body {
    width: 640px;
  }
  body.sidebar-left #center,
  body.sidebar-right #center,
  body.sidebars #center,
  body.sidebar-left #squeeze,
  body.sidebar-right #squeeze,
  body.sidebars #squeeze {
    margin: 0;
  }
  #center,
  .right-corner,
  taxonomy-Leden .right-corner,
  .left-corner,
  #footer,
  #squeeze {
    position: static;
    left: 0;
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
    clear: both;
    background: none;
  }
}
