/*!
Theme Name: Marres
Theme URI: https://marres.info/
Author: Haicu webdesign
Author URI: https://haicu.nl/
Description: A tailormade theme for marres.info
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gendx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme Marres is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.*/

@font-face { 
	font-family: 'Marres'; 
	src:  url('fonts/Marres-Regular.woff2') format('woff2'),
        url('fonts/Marres-Regular.woff') format('woff'); 
	font-weight: normal;
	font-style: normal; 
}
@font-face { 
	font-family: 'Marres'; 
	src:  url('fonts/Marres-Italic.woff2') format('woff2'),
        url('fonts/Marres-Italic.woff') format('woff'); 
	font-weight: normal;
	font-style: italic; 
}

/* Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-smoothing: antialiased;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 400;
	text-transform:uppercase;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html {
	font-size: 62.5%;
  color: #000;
}
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Marres', sans-serif;
	font-size: 1.5rem;
	font-size: clamp(1.5rem, 1.304vw + 1.395rem, 1.8rem);
  line-height: 1.33;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  font-weight:400;
}
h1 {
	font-size:3.6rem;
  font-size: clamp(3.6rem, 2.3478rem + 3.9130vw, 7.2rem);
	line-height: 1;
	line-height: clamp(3.6rem, 3.13vw + 2.598rem, 6.48rem);
	letter-spacing: 0;
	letter-spacing: clamp(-0.144rem, -0.078vw + -0.0464rem, -0.072rem);
  margin-bottom: 1.5rem;
  font-weight:400;
	max-width:924px;
}

/* Ter vergelijking
	h1.fixed-72 {
	font-size:7.2rem;
	letter-spacing:-1.44px;
	line-height:0.9;
}
h1.fixed-36 {
	font-size:3.6rem;
	letter-spacing:-0.72px;
	line-height:1;
}
*/
h2 {
	font-size:2.4rem;
  font-size: clamp(2.4rem, 1.304vw + 1.982rem, 3.6rem);
  line-height: 1;
	line-height: clamp(2.64rem, 1.043vw + 2.31rem, 3.6rem);
	letter-spacing: 0;
	letter-spacing: clamp(-0.072rem, -0.078vw + 0.0256rem, 0rem);
	margin-top:0;
  margin-bottom: 1.5rem;
  font-weight:400;
  max-width:924px;
}
h3 {
	font-size:1.8rem;
  font-size: clamp(1.8rem, 1.304vw + 1.592rem, 2.4rem);
  line-height: 1.1;
	letter-spacing: 0;
	margin-top:0;
  margin-bottom: 1.5rem;
  font-weight:400;
}
h4,
.main-navigation ul ul > li > a {
	font-size:1.5rem;
  font-size: clamp(1.5rem, 1.304vw + 1.395rem, 1.8rem);
  line-height: 1.2;
	line-height: clamp(1.8rem, 1.043vw + 2.31rem, 1.98rem);
	letter-spacing: 0;
  margin-bottom: 1.5rem;
  font-weight:400;
}
/* HH old h5 kept it just in case
h5 {
	font-size:1.2rem;
  font-size: clamp(1.2rem, 1.304vw + 1.395rem, 1.5rem);
  line-height: 1.33;
	line-height: clamp(1.597rem, 1.043vw + 1.525rem, 3.168rem);
	letter-spacing: 0;
  margin-bottom: 0.4rem;
  font-weight:400;
}
*/
h5 {
	font-size:1.2rem;
  line-height: 1.33;
	letter-spacing: 0;
  margin-bottom: 0.4rem;
  font-weight:400;
}
.main-navigation > div > ul > li > a {
	font-size:1.8rem;
  font-size: clamp(1.8rem, 1.304vw + 1.592rem, 2.4rem);
  line-height: 1.1;
	letter-spacing: 0;
  margin-bottom: 1.5rem;
  font-weight:400;
}
.entry-content p {
	font-size:1.5rem;
  font-size: clamp(1.5rem, 1.304vw + 1.395rem, 1.8rem);
  line-height: 1.33;
	letter-spacing: 0;
	margin-top:0;
	margin-bottom:1.5rem;
  margin-bottom: clamp(2rem, 1.73vw + 1.86rem, 2.4rem);
  font-weight:400;
	max-width:924px;
}
/* HH old p.small and caption kept it just in case
p.has-small-font-size,
figcaption.gb-headline {
	font-size:1.2rem;
  font-size: clamp(1.2rem, 1.304vw + 1.395rem, 1.5rem);
  line-height: 1.33;
	letter-spacing: 0;
  margin-bottom: 1.5rem;
}
*/
p.has-small-font-size,
figcaption.gb-headline {
	font-size:1.2rem;
  line-height: 1.33;
	letter-spacing: 0;
  margin-bottom: 1.5rem;
}
/* HH old p.small and caption kept it just in case
.footer-grid-2,
.footer-grid-2 p,
.footer-grid-2 h3 {
	font-size:1.2rem;
  font-size: clamp(1.2rem, 1.304vw + 1.395rem, 1.5rem);
  line-height: 1.33;
	letter-spacing: 0;
  margin-bottom: 0;
  font-weight:400;
}
*/
.footer-grid-2,
.footer-grid-2 p,
.footer-grid-2 h3 {
	font-size:1.2rem;
  line-height: 1.33;
	letter-spacing: 0;
  margin-bottom: 0;
  font-weight:400;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

:root {
  --black: #000000;
  --white: #ffffff;
  --beige:#e1d7a5;
  --coral:#ff7864;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0 0 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 1);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.entry-content a:not(.gb-button),
.entry-header a:not(.gb-button) {
	color: #000;
	text-decoration:underline;
	transition:all 300ms; 
}

.entry-content a:visited:not(.gb-button),
.entry-header a:visited:not(.gb-button) {
	color: #000;
	text-decoration:none;
}

.entry-content a:hover:not(.gb-button), 
.entry-content a:focus:not(.gb-button), 
.entry-content a:active:not(.gb-button),
.entry-header a:hover:not(.gb-button), 
.entry-header a:focus:not(.gb-button), 
.entry-header a:active:not(.gb-button) {
	color: #000;
	text-decoration:none;
	transition:all 300ms;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

body {
	overflow-x:hidden;
}
body.modal-open {
	overflow:hidden;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Page canvas 
--------------------------------------------------------------*/

.innerwrap {
	max-width:1280px;
	padding:0 24px;
	margin:0 auto;
}
.alignfull {
	padding:0 24px;
}


/*--------------------------------------------------------------
## Page elements 
--------------------------------------------------------------*/

.content-area a.button {
	display:inline-block;
	border:1px solid #951b81;
  background-color: #951b81;
  color:#fff;
	font-size: 16px;
	line-height:20px;
  padding: 10px 15px;
  margin-right: 0;
  min-width: 140px;
  text-align: center;
  text-decoration:none;
  transition:all 300ms;
}
.content-area a.button:hover {
  background-color: transparent;
  color: #951b81;
  transition:all 200ms;
}



/*--------------------------------------------------------------
## Section basics
--------------------------------------------------------------*/
.section .innerwrap {
	padding:60px 30px;
}
.section h1 {
	color:#4D2473;
}
.section h2 {
	font-size:42px;
	line-height:50px;
	font-weight:400;
	margin:0 0 20px 0;
}
.section hr.h2heading {
	height: 6px;
  background: linear-gradient(90deg, #bce4fa, #951B81);
  max-width:370px;
  margin-left:0;
}
.section h2.subtitle {
	font-family: "Open Sans", sans-serif;
	font-size:32px;
	line-height:44px;
	font-weight:300;
}
.section.background-light-gray {
	background-color:#f6f6f6;
}
.section.background-light-blue {
	background-color:#ecf3ff;
}
.section.background-light-green {
	background-color:#cae5df;
}


/*--------------------------------------------------------------
## Template default
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Post single
--------------------------------------------------------------*/





/*--------------------------------------------------------------
## Marres header
--------------------------------------------------------------*/
.site-header a {
	text-decoration:none;
}
.site-header {
	display:grid;
	grid-template-columns: 128px auto 180px 64px 64px;
	grid-template-rows: 48px 64px;
	gap:1px;
	background-color:#000;
	justify-content:stretch;
	justify-items:stretch;
	align-items: stretch;
	margin:0;
	padding:0;
}
.site-header .hlogo {
  grid-column:1 / 2;
  grid-row: 1 / 3;
	background-color:#fff;
}
.site-header .hlogo a {
  display:block;
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
  align-items: center;
}
.hlogo svg {
	max-width:50%;
	height:auto;
}
.htitle {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
	background-color:#fff;
  text-align:left;
  padding-left:24px;
  padding-bottom:3px;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.htitle a {
	color:#000;
}
.hticket {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
	background-color:#fff;
}
.hticket a {
	display:block;
	width:100%;
	height:100%;
	background-color: var(--coral);
	color:#000;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:3px;
}
.hticket a:hover {
	background-color: var(--black);
	color: var(--coral);
}
.hswitch {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
	background-color:#fff;
	color:#000;
	display:flex;
	align-items:center;
	justify-content:center;
}
.hswitch .wpml-ls-legacy-list-horizontal,
.hswitch .wpml-ls-legacy-list-horizontal ul,
.hswitch .wpml-ls-legacy-list-horizontal li.wpml-ls-item {
	width:100%;
	height:100%;
	margin:0 !important;
	padding:0 !important;
	border:0;
}
.hswitch a {
	display:block;
	width:100%;
	height:100%;
	color:#000;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:5px;
}
.hswitch .wpml-ls-legacy-list-horizontal:hover,
.hswitch a:hover,
.hswitch .wpml-ls-legacy-list-horizontal:focus,
.hswitch a:focus {
	background-color:#e1d7a5;
}
.hswitch .wpml-ls-legacy-list-horizontal a {
	display: flex;
  align-items: center;
  justify-content: center;
}


.hsearch {
  grid-column: 5 / 6;
  grid-row: 1 / 2;
	background-color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
		border-bottom:1px solid #000;
}
.hnav {
	grid-column: 2 / 6;
  grid-row: 2 / 3;
	background-color:#fff;
	margin:0;
	padding:0;
	height:64px;
}

.hsearch .search-toggle {
	position:absolute;
	top:0;
	right:0;
	width:64px;
	height:48px;
	margin:0;
	border:0;
	background: #fff url('images/icon-search.svg') center right 22px no-repeat;
}

.hsearch .search-wrap {
	position:absolute;
	top:0;
	right:0;
	width:64px;
	height:48px;
	margin:0;
	transition-delay:1s;
	transition:width 400ms;
	background-color:#fff !important;
}
.hsearch input[type="search"] {
	position:absolute;
	top:0;
	right:0px;
	width:100%;
	height:48px;
	border:0;
	margin:0;
	padding:8px 24px 12px 24px;
	outline: none;
}
.hsearch input[type="submit"] {
	position:absolute;
	top:0;
	right:0px;
	display:block;
	max-width:64px;
	min-width:64px;
	width:64px;
	height:48px;
	margin:0;
	padding:10px 24px;
	outline: none;
	border:0;
	border-radius:0;
	overflow:hidden;
	background: #fff url('images/icon-search.svg') center right 22px no-repeat;
}
.hsearch input[type="search"]:hover,
.hsearch input[type="search"]:focus,
.hsearch input[type="submit"]:hover,
.hsearch input[type="submit"]:focus, {
	border:0 important;
}
.hsearch .search-wrap.show {
	width:310px;
	transition:all 400ms;
	background-color:#fff !important;
}
.hsearch .search-wrap.show input[type="submit"] {
	right:65px;
	border-right:1px solid #000;
	transition:all 400ms;
}
.hsearch .search-toggle.show {
	background: #fff url('images/icon-close.svg') center right 20px no-repeat;
	background-size:24px 24px;
	transition:all 400ms;
}


.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  background-color:#fff;
}
.search-field::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.search-field:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.search-field:-moz-placeholder { /* Firefox 18- */
  color: #000;
}




@media screen and (max-width: 1023px) {
	
	.site-header {
		grid-template-columns: 64px auto 64px;
		grid-template-rows: 64px 48px;
	}	
	.site-header .hlogo {
  	grid-column:1 / 2;
	  grid-row: 1 / 2;
	}
	.htitle {
  	grid-column: 2 / 4;
  	grid-row: 1 / 2;
	}
	.hticket {
  	grid-column: 2 / 3;
  	grid-row: 2 / 3;
	}
	.hsearch {
  	display:none;
	}
	.hnav {
		grid-column: 1 / 2;
  	grid-row: 2 / 3;
  	height:48px;
	}
	.hswitch {
  	grid-column: 3/ 4;
  	grid-row: 2 / 3;
	}
	.hnav .main-navigation {
		margin:0;
		width:100%;
		height:100%;
	}
	.hnav .main-navigation button {
		margin:0;
		width:64px;
		height:48px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	
}

/*--------------------------------------------------------------
## Marres navigation
--------------------------------------------------------------*/

.menu-toggle {
	display:none;
}
/* HH hover desktop submenu disabled 11-03-2024
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > .submenu-line,
.main-navigation ul li.focus > .submenu-line {
	display:block;
}
*/
.submenu-line {
	display:none;
  position: absolute;
  top: calc(100% + 1px);
  left: -3000px;
  z-index: 99999;
  padding:0;
  height:45px;
  background-color: #fff;
  width: 8000px;
  border-bottom: 1px solid #000;
}
.main-navigation {
	width:100%;
	height:100%;
}
.main-navigation > div {
	width:100%;
	height:100%;
}
.main-navigation > div > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	display:flex;
	align-items:stretch;
	justify-content: flex-start;
	justify-content:space-between;
}
.main-navigation ul ul {
	display:block;
	width:2000px;
}
.main-navigation > div > ul > li {
	position: relative;
	margin:0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.main-navigation > div > ul > li > a {
	display:flex;
	align-items:center;
	justify-content:center;
  color:#000;
  height:100%;
  margin:0;
  padding-left:24px;
	padding-right:24px;
	padding-bottom:6px;
	text-decoration:none;
}
.main-navigation ul ul {
	display:none;
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	z-index: 99999;
	padding:0;
	margin:0;
	background-color:#fff;
}
.main-navigation ul ul > li {
	display:inline-block;
	margin:0;
	padding:0;
}
.main-navigation ul ul > li > a {
	display:block;
	margin:0;
	padding:10px 24px 14px 25px;
	color:#000;
}
.main-navigation > div > ul > li.current-menu-item > a,
.main-navigation > div > ul > li.current-menu-ancestor > a,
.main-navigation > div > ul > li.current-page-ancestor > a,
.main-navigation ul > li:hover > a,
.main-navigation ul > li ul a:hover {
  background-color:var(--beige);
}


@media screen and (min-width: 1024px) {

.main-navigation ul .current-page-ancestor .sub-menu,
.main-navigation ul .current-menu-item .sub-menu,
.main-navigation ul .current-page-ancestor .submenu-line,
.main-navigation ul .current-menu-item .submenu-line {
	display:block !important;
}
/* HH hover desktop submenu disabled 11-03-2024
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display:block !important;
	z-index:999999;
}
*/
.single-event .main-navigation ul li.menu-item-23 .sub-menu,
.single-event .main-navigation ul li.menu-item-23 .submenu-line {
	display:block !important;
}
.single-event .main-navigation ul li.menu-item-23 > a {
  background-color:var(--beige);
}

.hide-menu-on-desktop {
	display:none !important;
}

} /* end media query */


/*--------------------------------------------------------------
# Navigation Media query 1023
--------------------------------------------------------------*/

@media screen and (max-width: 1023px) {
	
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: none;
	}
	.menu .close {
		display: none;
	}

button.menu-toggle {
	display:block;
	padding:0;
	cursor: pointer;
	border:0;
	background-color:transparent;
}
button.menu-toggle svg {
	width:20px;
	height:auto;
}
.main-navigation > div > ul {
	display:block;
	position:absolute;
	top:114px;
	left:0;
	right:0;
	bottom:auto;
	width:100%;
	height:0;
	margin:0;
	text-align:left;
	overflow:hidden;
	transition:height 400ms;
	background-color:#fff;
	z-index:9999;
}
.main-navigation.show > div > ul {
	height:calc(100vh - 114px);
	overflow:auto; 
}
.admin-bar .main-navigation > div > ul {
	top:146px;
}
.admin-bar .main-navigation.show > div > ul {
	height:calc(100vh - 146px);
}
.main-navigation > div > ul > li {
	display:block;
	margin:0;
	}
.main-navigation > div > ul > li a {
	display:block;
	padding:10px 24px;
	font-size:24px;
}
.main-navigation > div > ul > li:first-child {
	margin-top:20px;
}

.main-navigation ul li > ul,
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li > .submenu-line,
.main-navigation ul li:hover > .submenu-line,
.main-navigation ul li.focus > .submenu-line {
	display:none;
}

.main-navigation ul li ul {
	display:block;
	position: relative;
	top:unset;
	left:unset;
	width:auto;
	text-align:left;
	padding-top:0px;
	padding-bottom:20px;
	background:#fff;
	overflow:hidden;
}
.main-navigation ul ul li {
	display:block;
	text-align:left;
}
.main-navigation ul ul li a {
	border-top:0;
	color:#000;
	font-size:15px;
	line-height:24px;
}
.main-navigation ul ul.show-submenu {
	height:auto;
	transition:height 400ms;
}

} /* end media query */

/*--------------------------------------------------------------
# Navigation Media query 767
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.main-navigation > div > ul {
		top:114px;
	}
	.admin-bar .main-navigation > div > ul {
		top:160px;
	}
	.main-navigation.show > div > ul {
		height:calc(100vh - 114px);
	}
	.admin-bar .main-navigation.show > div > ul {
		height:calc(100vh - 160px);
	}
} /* end media query */

/*--------------------------------------------------------------
## Footer grid 1
--------------------------------------------------------------*/

.footer-grid-1 a {
	text-decoration:none;
}

.footer-grid-1 {
  display: grid;
  justify-content: center; 
  align-content: start;
  grid-template-columns: 1fr 1fr 2fr;
	background-color:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	gap: 1px 1px;
	justify-items: stretch;
	align-items: stretch;
}
.footer-grid-1 .gitem {
	text-align:left;
	background-color:#fff;
}
.footer-grid-1 .gitem-1 {
	grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.footer-grid-1 .gitem-2 {
	grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.footer-grid-1 .gitem-3 {
	grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.footer-grid-1 .gitem-4 {
	grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.footer-grid-1 .gitem-5 {
	grid-column: 3 / 4;
  grid-row: 1 / 3;
	padding:12px 24px;
}

@media screen and (max-width: 1024px) {
	.footer-grid-1 {
	  grid-template-columns: 1fr 1fr;
	}
	.footer-grid-1 .gitem-5 {
		grid-column: 1 / 3;
		grid-row: 3 / 4;
		padding:24px;
	}
} /* end media query */

.footer-grid-1 > .gitem > a {
	display:block;
	width:100%;
	height:100%;
	color:#000;
	padding:12px 24px 16px 24px;
}
.footer-grid-1 > .gitem > a:hover {
	background-color:#000;
	color:#fff;
}


/*--------------------------------------------------------------
## Footer grid 2
--------------------------------------------------------------*/

.footer-grid-2 {
  display: grid;
  justify-content: center; 
  align-content: start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0px 0px;
	justify-items: stretch;
	align-items: stretch;
	border-bottom:1px solid #000;
}
.footer-grid-2 .gitem {
	text-align:left;
	padding:24px;
}
.footer-grid-2 .gitem-1 {
	grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.footer-grid-2 .gitem-2 {
	grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.footer-grid-2 .gitem-3 {
	grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.footer-grid-2 .gitem-4 {
	grid-column: 4 / 4;
  grid-row: 1 / 2;
}
.footer-grid-2 .gitem-5 {
	grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.footer-grid-2 .gitem-6 {
	grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.footer-grid-2 .gitem-7 {
	grid-column: 3 / 5;
  grid-row: 2 / 3;
}
.footer-grid-2 .gitem-5,
.footer-grid-2 .gitem-6,
.footer-grid-2 .gitem-7 {
	padding-top:0;
}
@media screen and (max-width: 1024px) {
	
.footer-grid-2 {
  display: grid;
  justify-content: center; 
  align-content: start;
  grid-template-columns: 1fr 1fr;
	gap: 0px 0px;
	justify-items: stretch;
	align-items: stretch;
}
.footer-grid-2 .gitem-3 {
	grid-column: 1 / 2;
  grid-row: 3 / 4;
}
.footer-grid-2 .gitem-4 {
	grid-column: 2 / 3;
  grid-row: 3 / 4;
}
.footer-grid-2 .gitem-7 {
	grid-column: 1 / 3;
  grid-row: 4 / 5;
}
.footer-grid-2 .gitem-1,
.footer-grid-2 .gitem-2 {
	padding-bottom:0;
}

} /* end media query */

@media screen and (max-width: 560px) {
	
.footer-grid-2 {
  grid-template-columns: 1fr;
}
.footer-grid-2 .gitem-1 {
	grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.footer-grid-2 .gitem-2 {
	grid-column: 1 / 2;
  grid-row: 3 / 4;
}
.footer-grid-2 .gitem-3 {
	grid-column: 1 / 2;
  grid-row: 5 / 6;
}
.footer-grid-2 .gitem-4 {
	grid-column: 1 / 2;
  grid-row: 6 / 7;
}
.footer-grid-2 .gitem-5 {
	grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.footer-grid-2 .gitem-6 {
	grid-column: 1 / 2;
  grid-row: 4 / 5;
}
.footer-grid-2 .gitem-7 {
	grid-column: 1 / 2;
  grid-row: 7 / 8;
}

} /* end media query */


.footer-grid-2 > .gitem a,
.footer-grid-2 > .gitem a:hover {
	color:#000;
}
.footer-grid-2 > .gitem-3 a,
.footer-grid-2 > .gitem-4 a {
	text-decoration:none;
}
.footer-grid-2 > .gitem-3 p:first-child,
.footer-grid-2 > .gitem-4 p:first-child {
	margin-top:0;
}
.footer-grid-2 .social {
	position:relative;
	display:block;
	float:left;
	border:1px solid #000;
	width:48px;
	height:48px;
	align-items:center;
	justify-content:center;
}
.footer-grid-2 .social:nth-of-type(n + 2) {
	border-left:0;
}
.footer-grid-2 .social svg {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:24px;
  height:24px;
}
.footer-grid-2 .social.spotify {
  padding:4px;
}
@media screen and (max-width: 1024px) {
	.footer-grid-2 .social {
		width:36px;
		height:36px;
	}	
	.footer-grid-2 .social svg {
	  width:18px;
  	height:18px;
	}
} /* end media query */

.footer-grid-2 .gitem-7 {
	display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.footer-grid-2 .gitem-7 h5 {
	margin:0;
}
.marres-big {
	padding:24px 24px 12px 24px;
}

.mc4wp-form input[type="email"] {
	margin:6px 0 0 0;
	padding:0;
	color: #000;
  border: 1px solid #000;
  border-radius: 0px;
  padding: 9px 24px 13px 24px;
  max-width:100%;
  min-height:48px;
  display:block;
  float:left;
}
.mc4wp-form input[type="submit"] {
  border: 1px solid #000;
  border-left:0;
  border-radius: 0px;
  color:#000;
  background: #fff;
  font-size: inherit;
	line-height: 1.2;
	margin:6px 0 0 0;
	padding: 9px 24px 13px 24px;
  min-height:48px;
  cursor:pointer;
  display:block;
  float:left;
}
.mc4wp-form input[type="submit"]:hover {
  color:#fff;
  background: #000;
}
@media screen and (max-width: 540px) {
	.mc4wp-form input[type="submit"],
	.mc4wp-form input[type="email"] {
		float:none;
	}	
	.mc4wp-form input[type="submit"] {
		margin-top:0px;
		border-left: 1px solid #000;
		border-top:0;
	}

} /* end media query */



/*--------------------------------------------------------------
## Footer MARRES
--------------------------------------------------------------*/

.footer-marres {
	background-color:#fff;
	text-align:center;
}


/*--------------------------------------------------------------
## Block editor basics
--------------------------------------------------------------*/

.alignwide {
	width:calc(100% + 60px);
	margin-left:-30px;
	margin-right:-30px;
}
.alignfull {
	--scroll-bar-half-width: 0px;
	width:100vw;
	max-width:100vw;
	margin-left:calc(50% - 50vw + calc(var(--scrollbar-width) / 2));
	margin-right:calc(50% - 50vw + calc(var(--scrollbar-width) / 2));
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
}

@media screen and (max-width:1280px) {
	.alignfull > .gb-inside-container {
		padding-left:24px;
		padding-right:24px;
	}
} /* end media query */
@media screen and (max-width:1280px) {
	.alignfull > .gb-inside-container {
		padding-left:calc(-50vw + 640px);
		padding-right:calc(-50vw + 640px);
	}
} /* end media query */
@media screen and (max-width:1232px) {
	.alignfull > .gb-inside-container {
		padding-left:24px;
		padding-right:24px;
	}
} /* end media query */


.wp-block-separator.is-style-default{
	width:100vw;
	max-width:100vw;
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
	background-color:transparent;
	border:0;
	border-top:1px solid #000;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
figcaption.gb-headline {
	margin-top:0.5em;
}

/*--------------------------------------------------------------
## Local pattern adjustments
--------------------------------------------------------------*/

/* button black */
.gb-button-wrapper .gb-button {
	min-width:272px;
	justify-content: start;
}
.gb-button-wrapper .gb-button {
	justify-content: space-between;
}
.gb-button-wrapper .gb-button:nth-of-type(n+2) {
	border-top:0;
}
.gb-button {
	min-width:272px;
}

.white-text .gb-button:hover .gb-icon svg {
	fill:#000;
	transition:all 300ms;
}


/* move headline icon to the right */
.lp-reverse-icon.gb-headline .gb-icon {
    order: 2;
    margin-right: 10px;
}

.gb-button-text {
	text-align:left;
}



/*--------------------------------------------------------------
## Local pattern SECTION adjustments
--------------------------------------------------------------*/


/* .lp-two-columns-text */
@media screen and (max-width: 767px) {
	.lp-two-columns-text .gb-grid-column:nth-of-type(2n) p {
		margin-top:0;
	}
} /* end media query */

/* .lp-section-program */ 
@media screen and (max-width: 480px) {
	.lp-section-program .gb-grid-wrapper > .gb-grid-column {
	    width: 100%;
	}
} /* end media query */


/* white arrow turns black on mouseover */
.lp-section-program .gb-headline .gb-icon svg {
	fill:transparent;
	transition:all 300ms;
}
.lp-section-program .gb-grid-column:hover .gb-headline .gb-icon svg {
	fill:#000;
	transition:all 300ms;
}

/* .lp-section-team */ 
.lp-section-team p {
	margin-bottom:0;
}
@media (max-width: 480px) {
	.lp-section-team .gb-grid-wrapper > .gb-grid-column {
    width: 100%;
	}
} /* end media query */


/* .lp-section-related */ 

/* white arrow turns black on mouseover */
.lp-section-related .gb-headline .gb-icon svg {
	fill:transparent;
	transition:all 300ms;
}
.lp-section-related .gb-grid-column:hover .gb-headline .gb-icon svg {
	fill:#000;
	transition:all 300ms;
}

@media screen and (max-width: 480px) {
	.lp-section-related .gb-grid-wrapper > .gb-grid-column {
	    width: 100%;
	}
} /* end media query */
	


/*--------------------------------------------------------------
## Local pattern Images Lightbox adjustments
--------------------------------------------------------------*/

.lp-images-lightbox .gb-block-image a {
	text-decoration:none;
	color:#fff;
	font-size:0px;
	line-height:0px;
}
.lp-images-lightbox .gb-block-image a:hover {
	text-decoration:none;
	color:#fff;
}
.lp-images-lightbox .gb-block-image figcaption {
	/*display:none;*/
}
.lp-images-lightbox .show-more,
.lp-images-lightbox .show-more-en {
	cursor:pointer;
}
/*
.pswp {
    --pswp-bg: #fff;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, 0.4);
    --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
    --pswp-icon-color: #000;
    --pswp-icon-color-secondary: #fff;
    --pswp-icon-stroke-color: #000;
    --pswp-icon-stroke-width: 0px;
    --pswp-error-text-color: var(--pswp-icon-color);
}
.pswp__dynamic-caption--overlay,
.pswp__dynamic-caption--mobile {
	background-color:rgba(255,255,255,0.5);
}
.pswp__dynamic-caption {
	color:#000;
}
.pswp__button--arrow--prev,
.pswp__button--arrow--prev:hover {
	background:url('images/icon-arrow-left.svg') center center no-repeat !important;
	background-size:30px !important;
}
.pswp__button--arrow--next,
.pswp__button--arrow--next:hover {
	background:url('images/icon-arrow-right.svg') center center no-repeat !important;
	background-size:30px !important;
}
.pswp__button--arrow--prev svg,
.pswp__button--arrow--next svg {
	display:none !important;
}
*/

#slb_viewer_wrap .slb_viewer_overlay {
	background-color:#fff !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
	padding:0 !important;
	border-radius:0 !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status,
#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
	display:none !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
font-family: 'Marres' !important;
    font-size: 18px !important;
    line-height:22px !important;
    margin-right: 0 !important;
    margin-top: 4px !important;
}

/*--------------------------------------------------------------
## Events listing
--------------------------------------------------------------*/
	
.event-listing .period-wrapper {
	border-top:1px solid #000;
	padding-top:16px;
	padding-left:0;
	padding-right:0;
	margin-bottom:72px;
}
.event-listing .period {
	max-width:1232px;
	margin:0 auto;
	display:grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: 1fr;
	gap:0px;
}
.event-listing .period .period-title {
	grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding:0;
  margin:0;
}
.event-listing .period .period-events {
	grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding:0;
  margin:0;
}
.event-listing .period-event {
	display:grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: 1fr;
	gap:48px;
  padding:0;
  margin:0 0 24px 0;
}
.event-listing .period-event .event-image {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding:0;
  margin:0;
}
.event-listing .period-event .event-info {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding:0;
  margin:0;
}
.event-listing .period-title h2 {
	margin-bottom:8px;
}
.event-listing .event-image img {
	display:block;
}
.event-listing .event-info h5 {
	margin-top:0;
	line-height:1;
}
.event-listing .event-info h5.dates {
	color:var(--coral);
	margin-bottom:4px;
}
.event-listing .event-info a {
	text-decoration:none;
	color:#000;
}
@media screen and (max-width: 1023px) {
	.event-listing .period-title h2 {
		display:inline-block;
		margin-bottom:20px;
	}
	.event-listing .period-event {
		gap:24px;
	}
	.event-listing .period {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		gap:0px;
	}	
	.event-listing .period .period-title {
		grid-column: 1 / 2;
  	grid-row: 1 / 2;
	}
	.event-listing .period .period-events {
		grid-column: 1 / 2;
	  grid-row: 2 / 3;
	}
} /* end media query */

@media screen and (max-width: 768px) {

.event-listing .period-wrapper {
    margin-bottom: 0;
}
.event-listing .period-event {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	gap:12px;
	margin-bottom:48px;
}
.event-listing .period-event .event-image {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.event-listing .period-event .event-info {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

} /* end media query */

/*--------------------------------------------------------------
## Page Template Events archives
-------------------------------------------------------------*/

.page-template-page-events-upcoming .entry-content,
.page-template-page-events-archive .entry-content,
.page-template-page-events-workshops .entry-content {
	min-height:unset;
}

/*--------------------------------------------------------------
## Single Event
--------------------------------------------------------------*/

.single-event .entry-header {
	margin-top: 60px;
}
.single-event .entry-header h1 {
	margin-top: 0;
}
.accordeon:first-child .gb-inside-container {
		border-top:1px solid #000;
}
@media (max-width: 767px) {
	.accordeon:first-child .gb-inside-container {
		border-top:0px solid #000;
	}
	.gb-grid-column:first-child .accordeon:first-child .gb-inside-container {
		border-top:1px solid #000;
	}
} /* end media query */
.accordeon .gb-inside-container {
	margin:0;
	padding:0;
	border-bottom:1px solid #000;
}
.accordeon h4 {
	cursor: pointer;
	background: url('images/icon-arrow-down.svg') right 12px top 12px no-repeat;
	background-size:18px auto;
	padding:12px 45px 18px 0;
	margin:0;
	transition:all 600ms;
}
.accordeon .openup h4 {
	cursor: pointer;
	background: url('images/icon-arrow-up.svg') right 12px top 12px no-repeat;
	background-size:18px auto;
	transition:all 600ms;
}

.gb-accordion .gb-button {
	cursor: pointer;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.304vw + 1.395rem, 1.8rem);
  line-height: 1.33;
}
.gb-accordion {
	text-rendering: auto;
}

/*--------------------------------------------------------------
## Page Template Home
-------------------------------------------------------------*/

.home .entry-header {
	display:none;
}
.home .entry-content {
	margin-top:0;
}

/*--------------------------------------------------------------
## Gravity forms
-------------------------------------------------------------*/

.gform_wrapper input[type="submit"] {
    background-color: var(--coral);
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}
.gform_wrapper input[type="submit"]:hover {
    background-color: #000;
    color: var(--coral);
}
.gform_wrapper input[type="text"], 
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="url"], 
.gform_wrapper input[type="password"], 
.gform_wrapper input[type="search"], 
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="range"], 
.gform_wrapper input[type="date"], 
.gform_wrapper input[type="month"], 
.gform_wrapper input[type="week"], 
.gform_wrapper input[type="time"], 
.gform_wrapper input[type="datetime"], 
.gform_wrapper input[type="datetime-local"], 
.gform_wrapper input[type="color"], 
.gform_wrapper textarea {
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 3px;
}


