/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./sass/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
#dev-overlay {
  display: none;
  position: absolute;
  z-index: 9999;
  background: url("../dev/about.png");
  background-size: 100% auto;
  z-index: 2;
  width: 100%;
  height: 500%;
}

#dev-overlay.active {
  display: block;
  opacity: 0.5;
}

#dev-win {
  position: fixed;
  right: 5%;
  top: 90vh;
  z-index: 3;
  color: #fff;
  background-color: #555;
  border: 0;
}

button.dev-button:not(:hover):not(:active):not(.has-background) {
  color: #fff;
  background-color: #000;
  border: 0;
}

button.dev-button:hover {
  border: 0;
}

.straight {
  width: 1.1em;
  height: 1.1em;
  left: 0;
  top: 0;
  position: absolute;
  background-size: 100% 100%;
}

#svg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.admin-bar #svg-layer {
  top: -32px;
}

#svg-layer svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.marker {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ff0000;
  border: 2px solid #fff;
  left: -3px;
  top: -3px;
}

.jr-button2 {
  font-family: "Hangout", sans-serif;
  font-size: 0.6em;
  line-height: 1.5em;
  padding: 0.1em 0.5em 0em 0.5em;
  border: 0;
  background-color: #000000;
  color: #e4e5e4;
}

.jr-button3 {
  font-family: "Hangout", sans-serif;
  font-size: 0.6em;
  line-height: 1.5em;
  padding: 0.1em 0.5em 0em 0.5em;
  border: 0;
  background-color: #000000;
  color: #e4e5e4;
}

.jr-button2.centered {
  text-align: center;
}

a:hover .jr-button2 {
  background-color: #e4e5e4;
  color: #000000;
}

a .jr-button2.pink {
  background-color: #ff40d4;
  color: #e4e5e4;
}

a:hover .jr-button2.pink {
  background-color: #000000;
}

/**
 * For Safari font padding of Hangout font. 
 * Ascension - space not shown in Safari, but shown in Chrome
 * Todo: check Firefox on this
 */
@media not all and (min-resolution: 0.001dpcm) and (min-width: 482px) {
  @supports (-webkit-appearance: none) {
    .primary-navigation .primary-menu-container > ul > .menu-item > a {
      padding: 0.3em 1em 0em 1em !important;
      line-height: 1em !important;
      height: 1.4em !important;
    }
    ul.weekend-submenu li a {
      padding: 0.2em 1.5em 0 1.5em !important;
      line-height: 1.1em !important;
    }
    .agenda-event-info button.jr-button:not(:hover):not(:active):not(.has-background), .agenda-event-info button.jr-button:hover {
      padding: 0.3em 1em 0 1em !important;
    }
    button.jr-button.ticketbox-button:not(:hover):not(:active):not(.has-background), button.jr-button.ticketbox-button:hover {
      padding: 0.3em 1em 0 1em !important;
    }
    .jr-button2, .jr-button2:hover {
      padding-top: 0.3em !important;
      padding-bottom: 0.05em !important;
    }
    .workshop-archive-row a.get_ticket {
      padding: 0.3em 0.7em 0.4em 0.7em;
    }
    .location-marker-number {
      padding-top: 0.2em;
    }
  }
}
ul.weekend-submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start; /* space-between of flex-start? */
  flex-wrap: wrap;
  width: 74%;
  margin-left: 26%;
}

ul.weekend-submenu li {
  display: flex;
}

ul.weekend-submenu li a {
  background-color: #000000;
  color: #e4e5e4;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Hangout";
  font-size: 0.8em;
  padding: 0.3em 1.5em;
  margin-right: 0.5em;
}

ul.weekend-submenu li a:hover, ul.weekend-submenu li a:active {
  color: #000000;
  background-color: #e4e5e4;
}

.agenda-item {
  background-position: top left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border: 10px solid #8dea37;
  border-radius: 2em;
}

.excerpt-container .gb {
  margin: 5px;
  border: 2px solid #8dea37;
}

.excerpt-container .gb2 {
  background-color: #ffffff;
  background-position: left top;
  background-repeat: no-repeat;
}

.excerpt-container .left {
  display: inline-block;
  vertical-align: top;
}

.excerpt-container .right {
  display: inline-block;
  vertical-align: top;
}

.excerpt-container .gb1 {
  position: relative;
}

.excerpt-container .gb2 {
  position: relative;
}

.excerpt-container .gb3 {
  position: relative;
}

.excerpt-container .vert {
  border-left: 2px solid #8dea37;
  border-right: 2px solid #8dea37;
  margin: 0 5px;
  top: 0;
  bottom: 0;
  height: 100%;
}

.excerpt-container .vert1 {
  position: absolute;
  z-index: 1;
}

.excerpt-container .vert3 {
  border-left: none;
}

/* Main layout variables */
.excerpt-container {
  width: 88%;
  margin: 0 3% 0 9%;
  line-height: 1em;
}

.agenda-weekend {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  padding-left: 2%;
}

.agenda-week-items {
  display: inline-block;
  width: 68%;
  vertical-align: top;
}

.agenda-item-container {
  margin: 0 0 2em 0;
}

.agenda-item-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}

.ticketbox {
  margin-top: 1em;
  width: 80%;
  margin: 1em 10% 0 10%;
}

/* ---- end of main layout vars ---- */
.agenda-event-info {
  color: #000000;
  display: inline-block;
  padding: 0.5em 1em 0.5em 1em;
}

.agenda-row .gb {
  border: 1px solid #8dea37;
}

.agenda-row .weekend_bal .gb.gb4 {
  padding-top: 90%;
  position: relative;
}

.weekend-nummer-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.weekend-nummer-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.ticketbox .gb {
  border: 1px solid #8dea37;
}

/* --- Typos ---- */
.agenda-event-info {
  font-size: 1em;
}

.agenda-event-info h2 {
  font-family: "Hangout";
  line-height: 1em;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.agenda-event-info h2 a {
  color: #ff40d4;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: auto;
}

.agenda-event-info h2 a:hover {
  color: #000000;
}

.agenda-event-info a.read-more {
  background-color: #ff40d4;
  color: #e4e5e4;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.agenda-event-info a.read-more:hover {
  background-color: #000000;
  color: #e4e5e4;
}

.agenda-event-info p {
  font-size: 0.7em;
  line-height: 1.2em;
}

.agenda-event-info .event-buttons {
  margin-top: 0.5em;
  display: table;
}

.agenda-event-info .event-button-row {
  line-height: 1.1em;
  display: table-row;
}

.agenda-event-info button.jr-button:not(:hover):not(:active):not(.has-background), .agenda-event-info button.jr-button:hover {
  padding: 0.1em 1em 0 1em;
  font-size: 0.6em;
  display: table-cell;
  width: 100%;
}

.agenda-event-info p.jr-button-label {
  padding: 0 1em;
  font-family: "Hangout", sans-serif;
  color: #ff40d4;
  padding: 0 0 0 1em;
  font-size: 0.6em;
  letter-spacing: -1px;
  display: table-cell;
}

.weekend-nummer-content {
  font-family: "Hangout";
}

.weekend-nummer-content .rangtelwoord {
  font-size: 3em;
  line-height: 1em;
}

.weekend-nummer-content .rangtelwoord sup {
  font-size: 0.25em;
  top: -2em;
}

.weekend-nummer-content h2 {
  font-family: "Hangout", sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.weekend-nummer-content hr {
  border-color: #ff40d4;
  margin: 0em 1em 0.5em 1em;
}

.weekend-nummer-content .telwoorden {
  font-size: 2em;
  line-height: 1em;
  font-family: "Hangout", sans-serif;
}

.ticketbox-content {
  text-align: center;
  font-size: 1em;
  padding: 1em 0;
}

.ticketbox-content h2 {
  font-family: "Hangout", sans-serif;
  font-size: 0.8em;
}

.ticketbox .button-row {
  margin: 0.25em 0;
}

button.jr-button.ticketbox-button:not(:hover):not(:active):not(.has-background), button.jr-button.ticketbox-button:hover {
  padding: 0 1em;
  font-size: 0.6em;
  color: #000000;
  background-color: #e4e5e4;
}

button.jr-button.ticketbox-button:hover {
  color: #e4e5e4;
  background-color: #ff40d4;
}

.post-type-archive-agenda .quote {
  font-family: "Hangout", sans-serif;
}

.post-type-archive-agenda .quote-right {
  margin: 6em 1.5em 2em 0.5em;
  text-align: right;
}

.post-type-archive-agenda .quote-left {
  margin: 2em 1.5em 2em 1.5em;
  text-align: left;
}

.post-type-archive-agenda .quote-right .quote-text {
  line-height: 0.9em;
  font-size: 1.17em;
}

.post-type-archive-agenda .quote-left .quote-text {
  line-height: 1em;
  font-size: 1.17em;
}

.post-type-archive-agenda .quote-text:before, .post-type-archive-agenda .quote-text:after {
  content: '"';
}

.post-type-archive-agenda .quote-source {
  margin-top: 1em;
  font-size: 0.75em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}

h2.legenda-nummer {
  color: inherit;
  line-height: 1em;
  font-size: 2.5em;
}

h2.legenda-zaal {
  color: inherit;
  font-size: 1em;
}

.legenda-tekst {
  color: inherit;
  line-height: 1.1em;
  font-size: 0.8em;
}

.legenda-tekst p {
  color: inherit;
}

h2.has-background {
  padding: 0;
}

.one-column.location {
  margin-top: 0.5em;
}

.one-column.location .gb.gb4 {
  padding: 1.3em 2.3em;
  line-height: 1.1em;
}

.location.block1 .gb.gb4 {
  padding: 1em 2em;
}

.location.block1 .gb.gb4 h2 {
  line-height: 1.1em;
  font-size: 1.4em;
}

.location.block2 .gb.gb4 {
  padding: 1.5em 0.5em;
}

.location.block2 .gb.gb4 p {
  line-height: 1.2em;
  font-size: 0.9em;
}

.location-marker {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -1.05em;
  top: -0.35em;
}

.marker-right .location-marker {
  left: auto;
  left: initial;
  right: -1.05em;
}

.location-border {
  border-radius: 50%;
  border: 0.1em solid #ffffff;
  padding: 0.075em;
}

.location-marker-icon {
  width: 1.2em;
  height: 1.2em;
  background-color: #e4e5e4;
  border-radius: 50%;
  border: 0;
  text-align: center;
  position: relative;
}

.location-marker-number {
  font-family: "Hangout", sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #b007ff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wp-block-columns .wp-block-column > .location-metas {
  width: 100%;
  margin-top: 2em;
  padding-left: 1.2em;
  border-left: 0.1em solid #ffffff;
  position: relative;
  color: #ffffff;
}

.wp-block-columns .wp-block-column.marker-right > .location-metas {
  padding-left: 0;
  padding-left: initial;
  padding-right: 1.2em;
  border-left: 0;
  border-left: initial;
  border-right: 0.1em solid #ffffff;
  color: #ffffff;
}

h2.location-naam {
  font-family: "Hangout", sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

h2.location-adres {
  font-family: "Hangout", sans-serif;
  font-size: 0.6em;
  margin-top: 0.5em;
}

h2.location-adres:after {
  display: block;
  border-bottom: 0.05em solid #ffffff;
  content: "";
  margin: 0.75em 0 0.5em 0;
  width: 2em;
}

p.location-excerpt {
  font-family: "Barlow", sans-serif;
  font-size: 0.7em;
  line-height: 1.1em;
}

p.location-excerpt:before {
  display: block;
  width: 2em;
  border-bottom: 0.01em solid #e4e5e4;
  margin: 1em 0;
}

h2.location-webadres {
  font-family: "Hangout", sans-serif;
  font-size: 0.6em;
  margin-top: 1.5em;
}

h2.location-webadres a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

h2.location-webadres a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

body.single-artist, body.post-type-archive-artist {
  color: #000000;
}

.single-artist .alignwide, .single-show .alignwide {
  max-width: 86%;
}

.single-artist .alignlittlewide, .single-show .alignlittlewide {
  max-width: 80%;
}

.single-artist .site-header, .single-show .site-header {
  padding-bottom: 0;
}

.artist-buy-ticket {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 3em;
  color: #e4e5e4;
  background-color: #ff40d4;
  z-index: -2;
  position: relative;
  margin: 0;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  text-align: center;
  font-family: "Hangout", sans-serif;
  font-size: 1.2em;
}

.artist-buy-ticket a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.artist-playlist-container {
  position: relative;
}

.artist-playlist-item {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

.artist-playlist-item:last-child {
  margin-bottom: 0;
}

.artist-playlist {
  position: absolute;
  right: -1.3em;
  width: 15.6em;
  bottom: -4em;
  background-color: #000000;
  color: #e4e5e4;
  font-family: "Hangout";
  font-size: 1em;
  line-height: 1.5em;
  text-align: right;
  padding: 1em;
  z-index: 1;
}

.artist-playlist .three-slashes {
  position: absolute;
  display: inline-block;
  left: 2em;
  top: -0.85em;
}

.artist-playlist .slash {
  display: inline-block;
  width: 0.55em;
  height: 3em;
  margin-right: 0.4em;
  background-color: #8dea37;
  transform: skew(-20deg);
}

h1#artist-title {
  font-family: "Hangout", sans-serif;
  font-size: 1.5em;
  line-height: 2em;
  margin: 1em;
  color: #ff40d4;
  text-align: center;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.artist-title-container {
  margin: 2em 0 0 0;
}

.artist-title-container .gb.gb4 {
  padding: 0 1em;
}

.single-artist .artist-content, .single-show .artist-content {
  margin-top: 0.5em;
}

.single-artist .has-columns, .single-show .has-columns {
  width: 100%;
  align-items: flex-start;
}

.single-artist .is-column, .single-show .is-column {
  color: #000000;
  margin: 1em;
}

.single-artist .is-column .gb.gb4, .single-show .is-column .gb.gb4 {
  padding: 2.5em 1.2em 1em 1.2em;
}

.single-artist .is-column .gb.gb4 p, .single-show .is-column .gb.gb4 p {
  font-size: 0.7em;
  line-height: 1.3em;
  margin: 0 0 1em 0;
}

.single-artist .artist-image-container, .single-show .artist-image-container {
  text-align: center;
}

.single-artist .artist-image, .single-show .artist-image {
  display: inline-block;
}

.artist-soc-med-container .gb.gb4 {
  text-align: center;
}

.artist-soc-med-container a.soc-med-icon:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.artist-soc-med-container a.soc-med-icon:focus .svg-icon .bg {
  stroke: #000;
}

.artist-soc-med-container .svg-icon {
  width: 2.7em;
  height: 2.7em;
  margin: 0 0.5em;
}

.artist-soc-med-container .svg-icon .bg {
  stroke: #ff40d4;
  fill: #e4e5e4;
  stroke-width: 0.12em;
}

.artist-soc-med-container .svg-icon .fg {
  stroke: #ff40d4;
  stroke-width: 0.07em;
}

.artist-soc-med-container .svg-icon:hover .bg {
  stroke: #e4e5e4;
  fill: #ff40d4;
}

.artist-soc-med-container .svg-icon:hover .fg {
  stroke: #e4e5e4;
}

.artist-archive-row {
  width: 78%;
  margin: 0 11% 1em 11%;
}

.artist-archive-row .entry-content.artist-content {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  margin: 0;
}

.artist-archive-row .artist-archive-image {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

.artist-archive .artist-content {
  padding: 1em 0 1em 0;
  font-size: 1em;
}

.artist-archive .artist-content .gb-content {
  padding: 0em 1em 0em 1em;
}

.artist-archive .gb.generic h2 {
  font-size: 1.3em;
  line-height: 1em;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin-bottom: 0.2em;
}

.artist-archive .artist-content p {
  font-size: 0.7em;
  line-height: 1.3em;
}

.artist-archive .artist-show-tabs {
  margin: 1em 0 0.2em 0;
  display: flex;
  justify-content: space-between;
}

.artist-show-tab {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1em;
}

.artist-show-tab .label {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

.artist-show-tab .value {
  display: inline-block;
  font-family: "Hangout", sans-serif;
  font-size: 0.6em;
  color: #ff40d4;
  letter-spacing: -1px;
  line-height: 1.5em;
}

.artist-show-tab a .label.pink {
  background-color: #ff40d4;
  margin-right: 0;
}

.artist-show-tab a:hover .label.pink {
  background-color: #000000;
}

.artist-show-tab a {
  display: inline-block;
  color: #000000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* much of the styling of the single show page is done in show artist, for they are much the same... */
body.single-show {
  color: #000000;
}

/* 
.single-show .has-columns {
    width:100%;
    align-items: flex-start;
}

.single-show .is-column {
    color: $jr_blue;
    margin: 1em;
}

*/
.entry-content.voorstelling-content .gb0:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  max-width: 100%;
}

.entry-content.voorstelling-content .gb-content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0.7em 1.7em;
  font-size: 1em;
}

.entry-content.voorstelling-content .gb-content:first-child {
  padding-right: 0.7em;
}

.entry-content.voorstelling-content .gb-content:last-child {
  padding-left: 1em;
  padding-right: 1.5em;
}

.voorstelling-content .voorstelling-quote {
  color: #ff40d4;
  font-family: "Hangout", sans-serif;
  font-size: 1em;
  line-height: 1.15em;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin: 0 0 0.6em 0;
}

.voorstelling-content .voorstelling-blauw-blokje {
  display: inline-block;
  letter-spacing: 0.055em;
  margin: 0 0 1.5em -0.3em;
}

.voorstelling-content p {
  font-size: 0.7em;
  line-height: 1.25em;
}

.voorstelling-media {
  text-align: center;
}

.voorstelling-media .gb.gb0 {
  display: inline-block;
}

.voorstelling-media .gb.gb4 {
  padding: 0;
}

.voorstelling-featured {
  text-align: center;
}

.voorstelling-featured .gb.gb0 {
  display: inline-block;
}

.voorstelling-featured .gb.gb4 {
  padding: 0;
}

body.post-type-archive-workshop {
  color: #000000;
}

body.post-type-archive-workshop .site-header {
  padding-bottom: 2.5em;
}

.post-type-archive-workshop .workshop-archive {
  max-width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.post-type-archive-workshop .workshop-archive {
  max-width: 85%;
}

.post-type-archive-workshop .workshop-archive-row {
  width: calc(50% - 1.25em);
  font-size: 1em;
}

.post-type-archive-workshop .workshop-archive-row:nth-child(2n) {
  margin-left: 2.5em;
}

.post-type-archive-workshop .entry-content.workshop-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
  max-width: none;
}

.workshop-curved-quote {
  display: block;
  height: 3em;
}

.workshop-archive-row .gb.gb4 {
  padding: 1.2em 1em 1em 1.2em;
}

.workshop-archive-row .sticker {
  font-family: "Hangout", sans-serif;
}

.workshop-archive-row .sticker .workshop-weekend-nr {
  font-size: 1.4em;
  line-height: 1em;
}

.workshop-archive-row .sticker .workshop-month {
  font-size: 1.2em;
  line-height: 1em;
}

.workshop-archive-row .gb.generic h2 {
  font-size: 1.2em;
}

.workshop-archive-row .subtitle {
  font-family: "Hangout", sans-serif;
  font-size: 0.7em;
  line-height: 1.2em;
  margin: 0.2em 0 1em 0;
  letter-spacing: 0.05em;
}

.workshop-archive-row .workshop-tabs {
  margin: 0 0 0.8em 0;
}

.workshop-archive-row .workshop-tab {
  margin: 0 0 0.3em 0;
}

.workshop-archive-row .workshop-tab .label {
  display: inline-block;
  width: 21%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6em;
}

.workshop-archive-row .workshop-tab .value {
  font-family: "Hangout", sans-serif;
  color: #ff40d4;
  display: inline-block;
  width: 60%;
  line-height: 1em;
  font-size: 0.6em;
  padding: 0.2em 0 0.2em 1em;
  vertical-align: baseline;
  letter-spacing: -1px;
}

.workshop-archive-row .gb.gb4 p {
  font-size: 0.7em;
  line-height: 1.1em;
  margin-bottom: 1em;
}

.workshop-archive-row .workshop-soc-med {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.workshop-archive-row .workshop-soc-med-label {
  font-size: 0.7em;
  line-height: 1em;
  font-weight: bold;
}

.workshop-archive-row .workshop-soc-med-value {
  margin: 0;
}

.workshop-archive-row a.get_ticket {
  font-family: "Hangout", sans-serif;
  color: #e4e5e4;
  background-color: #ff40d4;
  white-space: nowrap;
  display: inline-block;
  line-height: 1em;
  font-size: 0.6em;
  padding: 0.4em 0.7em 0.4em 0.7em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}

.workshop-archive-row a.get_ticket:hover {
  background-color: #000000;
}

.workshop-soc-med a.soc-med-link .svg-icon {
  fill: #e4e5e4;
  stroke: #ff40d4;
  stroke-width: 0.075em;
  margin: 0 0.5em 0 0;
  width: 1.2em;
  height: 1.2em;
}

.workshop-soc-med a.soc-med-link:hover .svg-icon .fg, .workshop-soc-med a.soc-med-link:hover .svg-icon .bg {
  fill: #ff40d4;
  stroke: #e4e5e4;
}

.workshop-soc-med a.soc-med-link {
  width: 1.5em;
  display: inline-block;
}

a.workshop-title h2 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.site-main > article > * {
  margin-bottom: 2em;
}

.page p {
  margin: 0 0 1em 0;
}

.page article.about.entry h2 {
  font-family: "Hangout";
  font-size: 1.2em;
}

.page h3 {
  font-family: "Hangout";
  font-size: 1em;
  margin: 0 0 0.5em 0;
}

.page .site-header {
  padding-bottom: 1em;
}

.page article.about.entry {
  max-width: 90%;
  width: 80%;
  margin: auto;
}

.page article.about.entry h2.is-header {
  padding: 0.5em 0;
  font-size: 1.4em;
  line-height: 1.1em;
}

.site-main > article > .about-menu {
  display: block;
  text-align: right;
  padding-right: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 1em;
}

a.submenu-button .jr-button2 {
  display: inline-block;
  font-size: 0.7em;
  min-width: 6em;
  text-align: center;
}

a.submenu-button {
  margin-left: 0.3em;
}

a.submenu-button:focus {
  background: transparent !important;
}

a.submenu-button:focus .jr-button2 {
  color: #ff40d4;
}

/* FAQ */
p.faq-heading {
  display: inline-block;
  font-family: "Hangout", sans-serif;
  color: #e4e5e4;
  background-color: #b007ff;
  padding: 1em;
  margin: 1em 0 0 0;
}

.wp-block-table.faq {
  margin: 1em 0 0 0;
}

.wp-block-table.faq table {
  border-collapse: separate;
  border-spacing: 0 1em;
  font-size: 1em;
}

.wp-block-table.faq td, .wp-block-table.faq th {
  border: 0;
  padding: 1em 0.75em;
  line-height: 1em;
}

.wp-block-table.faq tr > td:nth-child(1) {
  width: 36%;
  text-align: left;
  font-family: "Hangout", sans-serif;
  background-color: #e4e5e4;
  color: #000000;
}

.wp-block-table.faq tr > td:nth-child(2) {
  text-align: left;
  background-color: #000000;
  color: #e4e5e4;
  font-size: 0.7em;
  line-height: 1.5em;
  padding: 1em;
}

.site-main > .ticket-menu {
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0;
  font-size: 1em;
  display: none;
}

#tickets-workshop h2, #tickets-voorstelling h2 {
  color: #ff40d4;
  text-align: center;
  margin: 0.5em 0;
}

.site-main > .ticket-menu > a {
  display: block;
  margin: 0 0 0.5em 0;
  width: 100%;
}

@media only screen and (max-width: 782px) {
  .site-main > .ticket-menu {
    display: block;
  }
}
.tickets-voorstelling .wp-block-column {
  height: 20em;
}

iframe.eventix {
  width: 100%;
  border: 0;
  height: 20em;
  min-height: 1000px;
}

.ticket-columns .wp-block-column {
  padding-top: 0;
  padding-bottom: 3em;
}

article.ticket-page {
  margin-top: 0;
}

.site-main.main-splash {
  padding-top: 0;
}

.entry-content.is-jr-frontpage {
  height: 100vh;
  position: relative;
}

.wp-block-group.splash-logo-menu {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.city-navigation.wp-block-navigation a.wp-block-navigation-item__content:link, .city-navigation.wp-block-navigation a.wp-block-navigation-item__content:active, .city-navigation.wp-block-navigation a.wp-block-navigation-item__content:visited {
  color: #ffffff;
  background: #000000;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.site a.wp-block-navigation-item__content:focus {
  background: #666666;
}

#header-widget-area {
  margin: 0;
  padding: 0 1rem;
  text-align: right;
  width: 100%;
}

.chw-widget {
  margin: 0;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 0 1rem 0 0.5rem;
}

@font-face {
  font-family: "Sirenne";
  src: url("../assets/fonts/sirenne-reg.woff2") format("woff2");
  /*    src: url('../assets/fonts/Hangout.woff') format('woff'), url('../assets/fonts/Hangout.woff2') format('woff2'); */
}
@font-face {
  font-family: "Hangout";
  src: url("../assets/fonts/ShurikenStd-Boy.woff2") format("woff2");
  /*    src: url('../assets/fonts/Hangout.woff') format('woff'), url('../assets/fonts/Hangout.woff2') format('woff2'); */
}
@font-face {
  font-family: "Bodoni";
  src: url("../assets/fonts/BodoniSvtyTwoITCTT-Book.woff2") format("woff2");
  /*    src: url('../assets/fonts/Hangout.woff') format('woff'), url('../assets/fonts/Hangout.woff2') format('woff2'); */
}
@font-face {
  font-family: "Bodoni-Bold";
  src: url("../assets/fonts/Bodoni-Bold.woff2") format("woff2");
  /*    src: url('../assets/fonts/Hangout.woff') format('woff'), url('../assets/fonts/Hangout.woff2') format('woff2'); */
}
@font-face {
  font-family: "Myriad";
  src: url("../assets/fonts/MyriadPro-Regular.woff") format("woff"), url("../assets/fonts/MyriadPro-Regular.woff2") format("woff2");
}
html {
  box-sizing: border-box;
  font-family: "Sirenne";
  line-height: 1em;
}

body {
  position: relative;
}

:root {
  --entry-content--font-family: 'Sirenne';
  --heading--font-family: 'Sirenne';
  --plain-text--font-family: 'Sirenne';
  --global--color-background: #ffffff;
}

nav#site-navigation {
  width: 100%;
}

/**
 SVG noise filter, filter is echood in footer
 */
/*
.jr-background {
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    z-index:-2;
}
*/
body.bg-custom {
  background-color: #e4e5e4;
}

body.bg-home {
  background-color: #e4e5e4;
}

body.bg-about {
  background-color: #e4e5e4;
}

body.bg-artists {
  background-color: #e4e5e4;
}

body.bg-location {
  background-color: #e4e5e4;
}

body.bg-programma {
  background-color: #e4e5e4;
}

body.bg-workshop {
  background-color: #e4e5e4;
}

body.bg-none {
  background-image: none;
}

/*
.curved-text {
    filter: url(#noise-1);

}
*/
#jr-filter-1, #jr-filter-2 {
  visibility: hidden;
}

.gb.generic h2 {
  font-family: 'Sirenne';
  font-family: var(--heading--font-family);
  font-size: 1em;
  color: #ff40d4;
  width: 90%;
}

.gb.generic .entry-content {
  color: #000000;
  font-size: 1em;
}

.gb.generic .entry-content > p:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  width: 100%;
  margin: 0;
}

.entry-content.is-jr-frontpage {
  margin-top: 0;
  margin-bottom: 0;
  width: 82%;
}

.entry-content.is-jr-page {
  margin-top: 0;
  margin-bottom: 0;
  width: 82%;
}

.entry-content > *:not(:last-child) {
  margin-bottom: 2em;
}

.entry-content .wp-block-columns:not(.alignwide):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  max-width: 100%;
}

.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .site-header, .alignwide, .wide-max-width {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  display: block;
}

.site-branding:last-child {
  margin-right: 0;
  text-align: right;
}

.primary-navigation {
  right: auto;
  right: initial;
  left: 0;
  font-size: inherit;
}

.singular .entry-header {
  border: 0;
}

.wp-block-columns.alignfull .wp-block-column h2:not(.has-background) {
  padding: 0;
}

.wp-block-columns .wp-block-column {
  margin: 3% 2%;
}

.has-green-border {
  background-image: url("../assets/images/greenborder.svg");
}

.has-green-color, .has-green-color a {
  color: var(--hs-green-line);
}

.triple-slash {
  font-weight: bold;
  letter-spacing: -3px;
  display: inline-block;
  margin-right: 0.2em;
  font-size: 1.03em;
}

button.jr-button, button.jr-button:not(:hover):not(:active):not(.has-background) {
  font-family: 'Sirenne';
  font-family: var(--heading--font-family);
  padding: 0.25em 1em 0.2em 1em;
  border: 0;
  background-color: #000000;
  color: #e4e5e4;
}

button.jr-button:hover {
  color: #000000;
  background-color: #e4e5e4;
}

.sticker {
  position: absolute;
}

.sticker-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.sticker-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 84%;
  margin: auto;
}

.sticker-content p {
  line-height: 1em;
}

.widget-area .wp-block-columns .wp-block-column h2 {
  color: #000000;
  font-family: 'Sirenne';
  font-family: var(--heading--font-family);
  font-size: 1.8rem;
  font-weight: normal;
  margin: 1.2rem 0 0 0;
  line-height: 2rem;
}

.wp-block-image {
  margin: 0;
}

.city-navigation.splash {
  margin-top: 1rem;
}

.city-navigation.splash a {
  font-size: 1.2rem;
}

.city-navigation a {
  font-family: 'Sirenne';
  font-family: var(--heading--font-family);
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #e4e5e4;
  background-color: #000000;
  padding: 0.6rem 1vw 0.5rem 1vw !important;
}

.city-navigation li.wp-block-navigation-item.has-small-font-size a span {
  font-size: max(0.6em, min(1.2vw, 1.1em));
}

figure.wp-block-image.size-large.redbg {
  background-color: #ff0000;
  padding: 1rem 0.5rem;
}

@media only screen and (min-width: 481px) {
  body {
    font-size: 2vw;
  }
  .site-header {
    padding-bottom: 2em;
  }
  .home .site-header {
    padding-bottom: 4em;
  }
  .home .entry-header, .singular .entry-header {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .nav-en-logo:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
  nav#site-navigation {
    width: auto;
    width: initial;
  }
  .primary-navigation {
    display: inline-block;
    margin-left: 0;
  }
  .home .primary-navigation {
    display: block;
  }
  .primary-navigation > div > .menu-wrapper li {
    margin-right: 0.6em;
  }
  .primary-navigation .primary-menu-container {
    margin: 0.5em 0;
  }
  /* switched off transition -> svg's between blocks were not drawn correct during transition */
  .primary-navigation > .primary-menu-container {
    transition: none;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000000;
    background-color: #e4e5e4;
  }
  .primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000000;
    background-color: #e4e5e4;
  }
  .primary-navigation a {
    font-family: 'Sirenne';
    font-family: var(--heading--font-family);
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
  }
  .primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited {
    color: #ffffff;
    background-color: #000000;
  }
  .city-navigation.splash {
    padding: 2em 0.5em;
  }
  .city-navigation.splash a:hover, .city-navigation.splash a:link, .splash .city-navigation.splash a:visited {
    padding: 1em;
  }
  .city-menu {
    padding: 0.5em 10% 0 10%;
  }
  .city-navigation > div > .menu-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    max-width: none;
    padding-left: 0;
    position: relative;
  }
  .city-navigation .city-menu-container {
    margin: 0.5em 0;
  }
  /* switched off transition -> svg's between blocks were not drawn correct during transition */
  .city-navigation > .city-menu-container {
    transition: none;
  }
  .city-navigation .city-menu-container > ul > .menu-item > a {
    padding: 0.5em 1em 0.5em 1em;
    line-height: 1em;
    height: 1.4em;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  .city-navigation a {
    font-family: 'Sirenne';
    font-family: var(--heading--font-family);
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: bold;
  }
  .city-navigation a:hover, .city-navigation a:link, .city-navigation a:visited {
    color: #ffffff;
    background-color: #000000;
  }
  .soc-med-navigation {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
  }
  .soc-med-navigation-wrapper {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
  }
  .soc-med-navigation-wrapper li {
    display: inline;
  }
  .soc-med-navigation-wrapper li:not(:first-child) {
    margin-left: 0.5em;
  }
  .soc-med-navigation-wrapper li .svg-icon {
    vertical-align: middle;
    width: 1.2em;
    height: 1.2em;
    shape-rendering: geometricprecision;
  }
  .soc-med-navigation-wrapper li .svg-icon .bg {
    fill: #ff40d4;
  }
  .soc-med-navigation-wrapper li .svg-icon .fg {
    stroke: #000;
  }
  .soc-med-navigation-wrapper li .svg-icon:hover .bg {
    fill: #e4e5e4;
  }
  .soc-med-navigation-wrapper li .svg-icon:hover .fg {
    stroke: #ff40d4;
  }
  .soc-med-navigation-wrapper li a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background-color: transparent !important;
  }
  .nav-en-logo {
    text-align: justify;
  }
  .site-branding {
    display: inline-block;
    vertical-align: top;
    width: 20%;
  }
  .site-branding:last-child {
    width: 15%;
    margin-right: 1em;
    margin-top: 0.5em;
  }
  .home .site-branding {
    display: block;
  }
  /*
      .home .site-branding:last-child {
          width: 100%;
      }
  */
  .site-logo {
    margin: 0;
    right: 0;
  }
  .home .site-logo, .page-template-city-page .site-logo {
    position: absolute;
    width: 40%;
    right: 5%;
    text-align: center;
  }
  .site-logo .custom-logo {
    max-width: none;
    max-width: initial;
    max-height: none;
    max-height: initial;
    width: 100%;
    height: auto;
  }
  .home .site-logo .custom-logo, .page-template-city-page .site-logo .custom-logo {
    max-width: 75%;
    max-height: 75%;
    height: auto;
    width: auto;
  }
}
@media (min-width: 482px) and (max-width: 781px) {
  .alignleft {
    float: none !important;
    margin: 0;
  }
  .wp-block-columns .wp-block-column {
    margin: 1em 0 0 0 !important;
  }
  .wp-block-column .gb.gb4 {
    width: auto !important;
    width: initial !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    /* flex-basis: calc(50% - var(--wp--style--block-gap, 2em)/2)!important; */
    flex-basis: initial !important;
    flex-grow: 1;
  }
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:first-child {
    max-width: 35%;
  }
}
@media (min-width: 782px) {
  .home.page .wp-block-columns:first-child .wp-block-column:last-child {
    margin-top: 6em;
  }
  .page-template-city-page .wp-block-columns:first-child .wp-block-column:last-child {
    margin-top: 10em;
  }
}
@media only screen and (min-width: 822px) {
  .site-header {
    padding-top: 1em;
  }
  .wp-block-columns .wp-block-column:first-child {
    margin-left: 0;
  }
  .wp-block-columns .wp-block-column:last-child {
    margin-right: 0;
  }
}
.widget h2 {
  font-size: inherit;
}

.widget-area {
  font-size: inherit;
}

.wp-block-columns .wp-block-column > form.tnp-subscription {
  display: flex;
  margin: 0.2em 0 0 0;
}

.tnp-subscription div.tnp-field {
  margin: 0 0 0 0;
}

.tnp-field-email {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

.tnp-field-email label {
  display: none;
}

.tnp-subscription .tnp-field-email input[type=email] {
  border: 2px solid #000000 !important;
  color: #000000;
  background-color: #e4e5e4;
  font-family: 'Sirenne';
  font-family: var(--heading--font-family);
  padding: 0.25rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.tnp-subscription .tnp-field-email input[type=email]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

.tnp-subscription .tnp-field-email input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

.tnp-subscription .tnp-field-button input[type=submit] {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #000000 !important;
  color: #e4e5e4 !important;
  font-family: 'Sirenne';
  font-family: var(--heading--font-family);
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
}

.tnp-subscription .tnp-field-button input[type=submit]:hover {
  background-color: #e4e5e4 !important;
  color: #000000 !important;
  border-color: #e4e5e4 !important;
}

.widget-area {
  width: 83%;
}

.widget-area .wp-block-columns .wp-block-column {
  vertical-align: bottom;
}

.widget-area .wp-block-columns .wp-block-column h2:first-child {
  margin: 0;
}

.widget-area .wp-block-columns .wp-block-column p, .widget-area .wp-block-columns .wp-block-column a {
  color: #000000;
  font-family: 'Sirenne';
  font-family: var(--plain-text--font-family);
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  line-height: 1.5rem;
}

.site-footer > .site-info {
  border: 0;
}

@media only screen and (min-width: 482px) {
  #main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .site-main > article > .entry-footer {
    padding-bottom: 1em;
  }
  .widget-area {
    margin-top: 0;
    grid-template-columns: initial;
  }
  .wp-block-search__inside-wrapper {
    height: 3rem;
  }
  .widget-area label.wp-block-search__label {
    color: #e4e5e4;
    font-family: 'Sirenne';
    font-family: var(--heading--font-family);
    font-size: 2.1rem;
    font-weight: normal;
    margin: 1.2rem 0 0.2rem 0;
    line-height: 3rem;
    display: block;
  }
  .widget-area input.wp-block-search__input[type=search] {
    border: 0 !important;
    color: #000000;
    font-family: 'Sirenne';
    font-family: var(--heading--font-family);
    padding: 0.25rem 1rem;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .widget-area input.wp-block-search__input[type=search]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
  }
  .widget-area input.wp-block-search__input[type=search]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
  }
  .widget-area button.wp-block-search__button {
    background-color: #000000 !important;
    color: #e4e5e4 !important;
    font-family: 'Sirenne';
    font-family: var(--heading--font-family);
    font-size: 1.5rem;
    padding: 0.5rem 2rem;
  }
  .widget-area button.wp-block-search__button:hover {
    background-color: #e4e5e4 !important;
    color: #000000 !important;
    border-color: #e4e5e4 !important;
  }
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:first-child {
  z-index: 3;
}

.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
  z-index: 2;
  margin-left: 10%;
  margin-top: 5em;
}

@media only screen and (min-width: 652px) {
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
    margin-left: -10%;
    margin-top: 5em;
  }
}
.wp-block-columns.block-6 .wp-block-column {
  margin: 1% 1%;
}

.gb.gb2 {
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-10 .gb.gb2 {
  background: transparent;
}

.block-10 .gb.gb4 {
  padding: 0;
}

.block-10 .wp-block-embed {
  margin: 0;
}

.wp-block-hollans-spoor-hs-container.alignfull.circle .gb {
  aspect-ratio: 1;
}

.wp-block-hollans-spoor-hs-container.alignfull.circle .gb4 {
  padding: 0;
}

/** Styling voor svg tekstpaden -> block **/
.gb .gb4 {
  position: relative;
}

.curved-text {
  position: absolute;
  font-family: 'Sirenne';
  font-family: var(--heading--font-family);
  left: 0;
  top: 0;
}

.svg-text {
  fill: #ffffff;
  font-size: 1em;
}

.marker {
  width: 4px;
  height: 4px;
  border: 1px solid #ffffff;
  background-color: #ff0000;
  position: absolute;
  z-index: 10;
}

.circle-rel {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.circle-abs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.circle-abs > .circle-cont {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* small devs only */
.menu-button-container {
  left: 0;
  right: auto;
  right: initial;
}

.site .button:focus, button:focus {
  outline-offset: 0;
  outline: none;
}

.menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
  color: #e4e5e4;
  background-color: #000000;
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-family: 'Sirenne';
  font-family: var(--heading--font-family);
}

#scrollTopBtn:hover {
  background-color: #999999;
}

@media only screen and (max-width: 481px) {
  :root {
    --global--spacing-unit: 0px;
  }
  .gb.gb4, .home.page .gb.gb4 {
    width: auto !important;
    width: initial !important;
  }
  .circle-abs {
    padding: 0 1em;
  }
  .wp-block-hollans-spoor-hs-container h2 {
    font-size: 1rem;
  }
  .wp-block-hollans-spoor-hs-container.circle h2 {
    font-size: 1.5rem;
  }
  .is-jr-frontpage .wp-block-hollans-spoor-hs-container.circle h2 {
    font-size: 1.2rem;
  }
  .workshop-archive-row .gb.gb4 {
    padding: 1em 0.5em 1em 0.6em;
  }
  .wp-block-hollans-spoor-hs-container.one-column .gb.gb4 {
    padding: 1em 0.75em;
  }
  .home.page .circle .gb.gb4 {
    min-height: 6em;
  }
  .soc-med-navigation {
    display: none;
  }
  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    right: 1em;
  }
  .menu-button-container #primary-mobile-menu {
    margin: 0 auto 0 0;
  }
  .widget-area .wp-block-columns .wp-block-column h2 {
    font-size: 1.4rem;
  }
  .widget-area .wp-block-columns .wp-block-column p {
    font-size: 1rem;
  }
  .primary-navigation-open .primary-navigation > .primary-menu-container {
    background-color: #000000;
    color: #e4e5e4;
  }
  .primary-navigation > div > .menu-wrapper li, .primary-navigation > div > .menu-wrapper li a {
    font-family: "Hangout", sans-serif;
    margin: 0.25rem 0;
  }
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:first-child {
    max-width: 90%;
  }
  .wp-block-columns .wp-block-column > form.tnp-subscription {
    display: block;
  }
  .tnp-subscription .tnp-field-email input[type=email] {
    display: block;
    padding: 0.1rem 1rem;
    font-size: 1rem;
    height: 2.5rem;
  }
  .tnp-subscription .tnp-field-button input[type=submit] {
    display: block;
    padding: 0.1rem 1rem;
    font-size: 1rem;
    height: 2.5rem;
    text-align: center;
  }
  /* Mob styles for programma page */
  ul.weekend-submenu {
    display: block;
    width: 100%;
    left: 0;
    margin: 0;
  }
  ul.weekend-submenu li {
    display: inline-block;
    width: 80%;
    margin: 0 10% 1em 10%;
  }
  ul.weekend-submenu li a {
    display: block;
    text-align: center;
    padding: 0.5em !important;
  }
  .agenda-week-items {
    width: 100%;
  }
  .agenda-week-items .excerpt-container {
    width: 100%;
    margin: 0;
  }
  .agenda-item-img {
    display: none;
  }
  .agenda-week-items .vert {
    display: none;
  }
  .agenda-week-items .left {
    display: none;
  }
  .agenda-week-items .right {
    padding-left: 0 !important;
    width: 100% !important;
    overflow: hidden;
  }
  .agenda-week-items .gb.gb2 {
    background-image: none !important;
  }
  /* mob styles for workshop page */
  .post-type-archive-workshop .workshop-archive-row {
    width: 100%;
  }
  .post-type-archive-workshop .workshop-archive-row:nth-child(2n) {
    margin-left: 0;
  }
  .workshop-archive-row .sticker {
    top: -4.5em !important;
  }
  .workshop-archive-row .sticker .gb.gb4 {
    min-height: 2em;
  }
  .workshop-archive-row .workshop-tab .label {
    width: 30%;
  }
  .workshop-archive-row .workshop-soc-med {
    display: block;
  }
  .workshop-archive-row .workshop-soc-med > * {
    margin: 0.25em;
  }
  .artist-archive-row {
    width: 90%;
    margin: 0 5% 1em 5%;
  }
  /* mob styles for artists archive page */
  .artist-archive-row .entry-content.artist-content {
    width: 100%;
  }
  .artist-archive .artist-content .gb-content {
    padding: 0em 0 0em 0em;
  }
  .artist-archive .gb.generic h2 {
    font-size: 1em;
    line-height: 1.2em;
  }
  .artist-playlist .three-slashes {
    font-size: 0.7em;
  }
  h1#artist-title {
    margin: 0;
    font-size: 1em;
  }
  .artist-archive-row .artist-archive-image {
    width: 100%;
    text-align: center;
  }
  .artist-archive-row .artist-archive-image .gb.gb0 {
    margin: 0 auto !important;
  }
  .artist-archive-row .artist-archive-image .gb.gb4 {
    min-height: 6em;
  }
  .artist-archive .artist-show-tabs {
    display: block;
  }
  .artist-archive .artist-show-tab {
    display: block;
    margin: 0 0 0.5em 0;
  }
  .artist-archive .artist-show-tab a {
    display: block;
  }
  .artist-archive .artist-show-tab .label {
    width: 35%;
    text-align: center;
    margin: 0;
    display: inline-block;
  }
  .artist-archive .artist-show-tab .value {
    width: 60%;
    padding-left: 0.5em;
    display: inline-block;
  }
  /* mob styles for locations page */
  .location.block1 .gb.gb4 {
    padding: 0.5em 0.75em 0.5em 0.75em;
  }
  .one-column.location .gb.gb4 {
    padding: 1.2em 1.5em;
    font-size: 0.7em;
    min-height: 6em;
  }
  .location.block1 .gb.gb4 h2 {
    line-height: 1em;
    font-size: 0.9em;
  }
  h2.legenda-nummer {
    line-height: 1em;
    font-size: 2em;
  }
  .reversed-on-mob {
    flex-direction: column-reverse;
  }
  /* mob styles for about page */
  .site-main > article > .about-menu {
    padding: 0;
  }
  .about-menu .jr-button2 {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
  }
  .about-menu a.submenu-button {
    margin-left: 0.3em;
  }
  .page article.about.entry {
    max-width: 90%;
    width: 90%;
    margin: auto;
  }
  .page article.about.entry h2.is-header {
    font-size: 1em;
    padding: 0;
  }
  .page article.about.entry .gb.gb4 {
    padding: 1em !important;
  }
  .wp-block-table.faq tr > td:nth-child(1) {
    width: 100%;
    display: block;
  }
  .wp-block-table.faq tr > td:nth-child(2) {
    width: 100%;
    display: block;
  }
  /* mob styles for single show-page and single artist page */
  .artist-playlist {
    font-size: 0.7em;
  }
  .single-show .entry-header {
    margin-bottom: 0;
  }
  .single-artist .entry-header {
    margin-bottom: 0;
  }
  .single-artist .artist-title-container .gb.gb4 {
    min-height: 0;
    min-height: initial;
  }
  .single-show .artist-image .gb.gb0 {
    width: 18em !important;
  }
  .single-artist .artist-image .gb.gb0 {
    width: 18em !important;
  }
  .single-show .voorstelling-media .gb.gb0 {
    width: 18em !important;
  }
  .single-artist .voorstelling-media .gb.gb0 {
    width: 18em !important;
  }
  .single-show .gb.gb4 {
    height: auto !important;
    height: initial !important;
  }
  .single-artist .gb.gb4 {
    height: auto !important;
    height: initial !important;
  }
  .single-show .artist-soc-med-container .gb.gb4 {
    min-height: 0;
    min-height: initial;
  }
  .single-artist .artist-soc-med-container .gb.gb4 {
    min-height: 0;
    min-height: initial;
  }
  .entry-content.voorstelling-content .gb-content {
    width: 100%;
    display: block;
    padding: 0.7em 0.7em;
  }
  .single-show .voorstelling-media .sticker {
    left: -5em !important;
    top: -6em !important;
  }
  .single-artist .voorstelling-media .sticker {
    left: -5em !important;
    top: -6em !important;
  }
  .single-show .voorstelling-media .sticker .gb.gb0 {
    width: 8em !important;
  }
  .single-artist .voorstelling-media .sticker .gb.gb0 {
    width: 8em !important;
  }
  .single-show .voorstelling-media .sticker .gb.gb4 {
    min-height: 6em;
  }
  .single-artist .voorstelling-media .sticker .gb.gb4 {
    min-height: 6em;
  }
  .entry-content.voorstelling-content .gb-content:last-child {
    padding: 0.7em;
  }
  .artist-soc-med-container .svg-icon {
    width: 1.7em;
    height: 1.7em;
  }
}
@media only screen and (min-width: 400px) and (max-width: 481px) {
  .agenda-weekend {
    width: 80%;
    margin: 0 10% 10% 10%;
  }
  .single-show .artist-image .gb.gb0 {
    width: 14em !important;
  }
  .single-artist .artist-image .gb.gb0 {
    width: 14em !important;
  }
  .single-show .voorstelling-media .gb.gb0 {
    width: 14em !important;
  }
  .single-artist .voorstelling-media .gb.gb0 {
    width: 14em !important;
  }
}
@media only screen and (max-width: 399px) {
  .agenda-weekend {
    width: 100%;
    margin: 0 0 10% 0;
  }
  .artist-playlist {
    font-size: 0.5em;
  }
  .single-show .artist-image .gb.gb0 {
    width: 14em !important;
  }
  .single-artist .artist-image .gb.gb0 {
    width: 14em !important;
  }
  .single-show .voorstelling-media .gb.gb0 {
    width: 14em !important;
  }
  .single-artist .voorstelling-media .gb.gb0 {
    width: 14em !important;
  }
}
@media only screen and (max-width: 481px) {
  .chw-widget {
    margin: 0 2rem 0 0;
  }
  .page .city-navigation a {
    padding: 0.1rem !important;
    line-height: 1.5rem;
    font-size: 0.8rem;
  }
  .singular .entry-header {
    padding-bottom: 0;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a {
    color: #fff;
  }
}
@media only screen and (min-width: 481px) and (max-width: 782px) {
  .singular .entry-header {
    padding-bottom: 13vw;
  }
}
@media only screen and (max-width: 600px) {
  ul.wp-block-navigation__container {
    flex-direction: column;
  }
  .splash-logo-menu li.wp-block-navigation-item {
    display: block;
    text-align: center;
    width: 100%;
  }
  .city-navigation ul {
    list-style-type: none;
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .entry-content .splash-logo-menu {
    width: 80% !important;
  }
}
.gb {
  border-color: var(--hs-green-line) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: var(--hs-green-line) !important;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
  padding: 0.25em 1em 0.2em 1em;
  line-height: 1em;
  height: 1.4em;
}

.city-navigation .current-menu-item > a:first-child, .city-navigation .current_page_item > a:first-child {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #e4e5e4;
  background-color: var(--hs-green-line);
}

.city-navigation .city-menu-container > ul > .menu-item > a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #000000;
  background-color: var(--hs-green-line);
}

body.page {
  background-color: #e4e5e4;
  color: #000000;
  font-family: 'Sirenne';
  font-family: var(--plain-text--font-family);
}

.has-embed .gb.gb4 {
  padding: 0;
}

.has-embed .gb.gb4 figure.wp-block-embed {
  margin: 0;
}

.wp-block-hollans-spoor-hs-container h2 {
  font-family: 'Sirenne';
  font-family: var(--heading--font-family);
  font-size: 1.5em;
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-columns.alignfull .wp-block-column .wp-block-hollans-spoor-hs-container h2:not(.has-background) {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

/**
*
* jardinrouge-2026 overrides
*/
figure.wp-block-image.alignleft.size-large.is-resized.dia-positive {
  background: #000000;
}

#block-21 h1.wp-block-heading.has-white-color {
  color: #000000 !important;
}

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