/*!
Theme Name: marteunderscores
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marteunderscores
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

marteunderscores is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ####################################################################################-- */
/* ####################################################################################-- */
/* #################################### OWN Styles ####################################-- */
/* ####################################################################################-- */
/* ####################################################################################-- */


@font-face {
	font-family: 'Noto Sans';
	src: url('/webfonts/NotoSans-SemiBoldItalic.woff2') format('woff2'),
		url('/webfonts/NotoSans-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/webfonts/NotoSans-Italic.woff2') format('woff2'),
		url('/webfonts/NotoSans-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/webfonts/NotoSans-Regular.woff2') format('woff2'),
		url('/webfonts/NotoSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/webfonts/NotoSans-SemiBold.woff2') format('woff2'),
		url('/webfonts/NotoSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/webfonts/NotoSans-ExtraBoldItalic.woff2') format('woff2'),
		url('/webfonts/NotoSans-ExtraBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

#wpadminbar {
  display: none !important;
}

html {
	height: 100% !important;
	NNfont-size: 16px;
	margin-top: 0 !important;
}

body {
	background-color: #fff;
	background-color: #efebe4;
	background-color: #f3efe9;
	font-family: 'Noto Sans';
	font-weight: normal;
	font-style: normal;
	height: 100% !important;
	flex-direction: column !important;
	display: flex !important;
	hyphens: auto;
}

.container-fluid {
	max-width: 1180px;
}

.container-fluid-100 {
	max-width: 100%;
}

.site-branding {
	display: inline-block;
	max-width: 170px;
}

@media (min-width: 576px) {
	.site-branding {
		max-width: 200px;
	}
}

@media (min-width: 768px) {
	.site-branding {
		max-width: 220px;
	}
}

@media (min-width: 992px) {
	.site-branding {
		max-width: 235px;
	}
}

@media (min-width: 1200px) {
	.site-branding {
		max-width: 250px;
	}
}

h1, h2, h3 {
	font-family: 'Noto Sans';
	font-weight: 600;
	font-style: italic;
	NOmargin-top: 1rem;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #000;
}

h1 {
	font-size: 2.6rem;
	margin-top: 1rem;
	margin-bottom: 1.50rem;
}

p {
	margin-bottom: 1rem;
}

.btn-marte,
.btn-primary {
	background-color: #eaeaea;
	background-color: transparent;
	color: #000;
	border-radius: 0;
	border-color: #000;
	border-width: 2px;
	font-size: 1.05rem;
	font-family: 'Noto Sans';
	font-weight: 500;
	padding: 0.375rem 1.5rem;
	font-style: italic;
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	background-color: transparent;
}

.btn-marte:hover, 
.btn-marte:focus,
.btn-primary:hover, 
.btn-primary:focus,
.btn-primary:active,
:not(.btn-check) + .btn:active {
	transform: translate(0, -3px);
	box-shadow: -2px 10px 14px -10px rgba(28, 28, 28, .5);
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.btn-marte:visited,
.btn-primary:visited {
	color: #000;
}

.btn.btn-email:before {
	font-family: 'Font Awesome 6 Pro';
	content: "\f1d8";
	font-weight: normal;
	font-style: normal;
	margin-right: .75rem;
}

.btn-marte.disabled {
	
}

.btn.btn-ticket:before {
	font-family: 'Font Awesome 6 Pro';
	content: "\f145";
	font-weight: normal;
	font-style: normal;
	margin-right: .75rem;
}

.btn-marte.btn-sm {
	font-size: 1rem;
	padding: .25rem 1rem;
}

.bg-white {
	background-color: #fff;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
	opacity: 1; }
  .hamburger.is-active:hover {
	opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
	background-color: #000; }

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 25px;
	height: 3px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -8px; 
}
.hamburger-inner::after {
	bottom: -10px; 
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg); }
	
/* ### Hamburger ### */	



@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		margin-top: 2.2rem;
	}
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-family: 'Noto Sans';
	font-weight: 600;
	font-style: italic;
	color: #000;
	font-size: 1.2rem;
	padding: .5rem .75rem;
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
	fffcolor: #d9513d;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #d9513d;
}

@media (min-width: 992px) and (max-width: 1050px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 1.1rem;
	}
}

.btn-close {
	
}

.navbar-toggler:focus {
	outline: 0;
	box-shadow: none;
}

.offcanvas-title {
	padding-left: .75rem;
	font-family: 'Noto Sans';
	font-weight: 500;
	NOfont-style: italic;
	color: #000;
}

@media (max-width: 992px) {
	.offcanvas {
		background-color: #f3efe9;
	}
	#primary-menu {
		margin-left: 0;
	}
}

.header-cnt {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 40vh; /* oder px */
	min-height: 300px;
	position: relative;
}

@media (min-width: 768px) {
	.header-cnt {
		min-height: 350px;
	}
}

@media (min-width: 992px) {
	.header-cnt {
		min-height: 400px;
	}
}

.container-bigger {
	max-width: 1530px;
}

.container-header {
	
}

@media (min-width: 1200px) and (max-width: 1218px) {
	.container-header {
		max-width: 1180px;
	}
}

@media (min-width: 1218px) {
	.container-header {
		padding-left: 30px;
		padding-right: 30px;
		max-width: 1530px;
		max-width: 100%;
	}
}

.container-fluid {
	--bs-gutter-x: 3rem;
}

.row {
	--bs-gutter-y: 3rem;
	--bs-gutter-x: 3rem;
}

.header-caption {
	font-family: 'Noto Sans';
	font-weight: 600;
	font-style: italic;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 25px;
	line-height: 1.15;
	letter-spacing: .03rem;
	NOOtext-shadow: 4px 4px 7px rgba(0,0,0,0.25);
}

@media (min-width: 768px) {
	.header-caption {
		left: 35px;
		right: 35px;
	}
}

.header-caption h1 {
	font-size: 2.0rem;
	margin-bottom: .35rem;
	margin-bottom: .7rem;
	color: #fff;
	line-height: 1.23;
}

.header-caption p {
	margin-bottom: .4rem;
	margin-bottom: 0;
	font-size: 1.3rem;
}

.header-caption p.header-year {
	font-size: 3.4rem;
	margin-bottom: .75rem;
}

@media (min-width: 576px) {
	.header-caption h1 {
		font-size: 2.4rem;
	}
	.header-caption p {
		font-size: 1.6rem;
	}
	.header-caption p.header-year {
		font-size: 3.8rem;
	}
} 

@media (min-width: 768px) {
	.header-caption h1 {
		font-size: 2.6rem;
	}
	.header-caption p {
		font-size: 1.8rem;
	}
	.header-caption p.header-year {
		font-size: 4.0rem;
	}
} 

@media (min-width: 992px) {
	.header-caption h1 {
		font-size: 3.3rem;
	}
	.header-caption p {
		font-size: 1.7rem;
	}
	.header-caption p.header-year {
		font-size: 4.6rem;
	}
} 

/* ##### Event List ##### */

.event-link {
	text-decoration: none;
	margin-top: .75rem;
}

.card-event {
	border: 0;
	background-color: transparent;
}

.event-meta-brd {
	border-top: .5px solid #000;
	border-bottom: .5px solid #000;
	padding: 3px 35px 3px 0;
	fdisplay: inline;
	font-style: italic;
}

@media (min-width: 576px) {
	.event-meta-brd {
		padding: 3px 35px 3px 15px;
	}
}

.card-event h2 {
	font-size: 1.8rem;
	margin-top: 1.4rem;
	line-height: 1.3;
}

#events_old .card-event h3 {
	font-size: 1.6rem;
	margin-top: 1.0rem;
	margin-top: 0;
}

#events_old .card-event .card-body {
	padding-top: 1.2rem;
}

@media (min-width: 992px) {
	#events_old .card-event h3 {
		font-size: 1.4rem;
	}
}

#events_old .event-meta {
	display: none;
}

#events_old h2 {
	font-size: 1.8rem;
	margin-bottom: 1.1rem;
}

.event-subtitle {
	font-family: 'Noto Sans';
	font-weight: 600;
	font-style: italic;
	font-size: 1.2rem;
}

#events_old .event-subtitle {
	font-size: 1.1rem;
}

@media (min-width: 992px) {
	#events_old .event-subtitle {
		font-size: 1.0rem;
	}
}

.card-event .card-body {
	padding: 1.6rem 0 1rem;
}

.event-thumb {
	position: relative;
}

.event-thumb-img-caption {
	position: absolute;
	left: 1.3rem;
	bottom: .5rem;
	font-size: 4rem;
	color: #fff;
	font-family: 'Noto Sans';
	font-weight: 700;
	font-style: italic;
}

@media (min-width: 576px) {
	.event-thumb-img-caption {
		font-size: 5rem;
		left: 2rem;
		bottom: .5rem;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.event-thumb-img-caption {
		left: 1.3rem;
		bottom: .5rem;
		font-size: 4rem;
	}
}

@media (min-width: 992px) {
	.event-thumb-img-caption {
		font-size: 5rem;
		left: 2rem;
		bottom: .5rem;
	}
}

.mask {
	background-color: rgba(0,0,0,0.58);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.34) 0%, rgba(255, 255, 255, 0) 56%);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	overflow: hidden;
}

.header-cnt-home .mask {
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.44) 0%, rgba(255, 255, 255, 0) 76%);
}
/*
.event-link.eventended-cnt .mask {
	background: none;
}

.event-link.eventended-cnt .attachment-event-list {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .6;
}
*/ 
.event-ended {
	background-color: rgba(0,0,0,0.40);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	overflow: hidden;
	color: #000;
}

.event-ended p {
	font-family: 'Noto Sans';
	font-weight: 600;
	font-style: italic;
	color: #000;
	font-size: 1.1rem;
	NOOtext-shadow: 4px 4px 7px rgba(0,0,0,0.55);
}

.event-ended p.event-ended-header {
	font-size: 1.3rem;
	margin-bottom: .2rem;
}

.alert-info {
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	border-radius: 0;
	border: 0;
	backdrop-filter: blur(5px) saturate(120%);
	-webkit-backdrop-filter: blur(5px) saturate(120%);
	
}

#events_old .event-thumb-img-caption {
	font-size: 2.7rem;
	left: 1.2rem;
}



/* ### single-event ### */

.header-cnt-event {
	background-position: center 10%;
}

.header-cnt-event .header-caption p.header-year {
	font-size: 5.0rem;
	font-weight: 700;
}

.single-event h1 {
	font-size: 2rem;
	margin-top: 1.5rem;
	margin-bottom: .50rem;
}

.single-event h2 {
	margin-top: 3rem;
	font-size: 1.9rem;
}

.single-event.is-past-event h2 {
	margin-bottom: 2rem;
}

.single-event .event-subtitle {
	font-size: 1.37rem;
	margin-bottom: 1.6rem;
}

.single-event .header-caption {
	text-shadow: none;
	bottom: 10px;
	left: 25px;
}

@media (min-width: 576px) {
	.header-cnt-event .header-caption p.header-year {
		font-size: 5.3rem;
	}
	.single-event .event-subtitle {
		font-size: 1.45rem;
	}
}

@media (min-width: 768px) {
	.header-cnt-event .header-caption p.header-year {
		font-size: 6.3rem;
	}
	.single-event .header-caption {
		bottom: 10px;
		left: 45px;
	}
	.single-event .event-subtitle {
		font-size: 1.65rem;
	}
}

@media (min-width: 992px) {
	.header-cnt-event .header-caption p.header-year {
		font-size: 8.6rem;
	}
	
	.single-event h1 {
		font-size: 3rem;
		margin-top: 1rem;
		margin-bottom: .50rem;
	}
	
	.single-event .event-subtitle {
		font-size: 1.85rem;
	}
	
	.single-event .header-caption {
		left: 65px;
	}
}

.single-event .header-caption p {
	margin-bottom: 0;
}

.single-event .mask {
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.39) 0%, rgba(255, 255, 255, 0) 60%);
}

.single-event .wp-block-gallery {
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.single-event.is-past-event .wp-block-gallery {
	margin-top: 2rem;
}

/* ### Accordion ### */

.accordion {
	
}

.accordion .accordion-item {
	border: 0;
	border-bottom: 1px solid #a1a1a1;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0 !important;
	background-color: transparent;
}

.accordion .accordion-item h3 .accordion-button,
.accordion .accordion-item h4 .accordion-button,
.accordion .accordion-item .accordion-button {
	font-size: 1.222rem;
	font-weight: 600;
	padding: 2rem 0;
	border-radius: 0 !important;
	background-color: transparent;
	color: #000;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
	color: var(--rog-green-dark);
}

.accordion-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 2.2rem;
}

.accordion-body p:last-child {
	margin-bottom: 0;
}

.accordion-button::after {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	transition: none;
	  
	  
	font-family: 'Font Awesome 7 Pro';
	content: "\2b";
	font-weight: normal;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	background-repeat: no-repeat;
	transition: none;
	font-family: 'Font Awesome 6 Pro';
	content: "\f068";
	margin-right: 3px;
}

.accordion-button {
	align-items: start;
}

#ticketinfos h2 {
	margin-bottom: 1.3rem;
	font-size: 1.7rem;
}

#martevorstellung h2 {
	margin-bottom: 2.3rem;
	margin-bottom: 1.3rem;
	font-size: 1.9rem;
	line-height: 1.35;
	margin-top: 2rem;
}

@media (min-width: 576px) {
	#martevorstellung h2 {
		font-size: 2.1rem;
	}
}

@media (min-width: 768px) {
	#martevorstellung h2 {
		font-size: 2.1rem;
	}
}

@media (min-width: 992px) {
	#martevorstellung h2 {
		font-size: 2.4rem;
	}
}

@media (max-width: 768px) {
	#martevorstellung .col-lg-5 {
		margin-top: .5rem;
	}
}

figure {
	margin-top: 0;
}

.areoi-element .wp-block-image img {
	margin-top: 0;
}

.wp-block-gallery .wp-block-image {
  flex-grow: 0 !important;
}

#anfahrt h2 {
	margin-bottom: 2.3rem;
	font-size: 1.9rem;
}

#anfahrt figure {
	padding-left: 3rem;
	padding-right: 3rem;
}

@media (min-width: 576px) {
	#anfahrt figure {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 768px) {
	#anfahrt h2 {
		font-size: 2.1rem;
	}
	#anfahrt figure {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	#anfahrt h2 {
		font-size: 2.4rem;
	}
}

.glightbox-clean .gslide-media {
	background-color: #fff;
}

.text-small {
	font-size: .85rem;
	font-style: italic;
}

#cta-section-abo {
	background-color: #000;
	height: 420px;
	position: relative;
	background-image: url('images/carol_sta.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-left: 30px;
	margin-right: 30px;
}

@media (min-width: 768px) {
	#cta-section-abo {
		height: 460px;
	}
}

@media (min-width: 992px) {
	#cta-section-abo {
		height: 500px;
	}
}

#cta-section-abo h2,
#cta-section-abo h3 {
	color: #fff;
}

.cta-mask {
	background-color: rgba(0,0,0,0.08);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	overflow: hidden;
	background-color: rgba(0,0,0,0.39);
}

#cta-section-abo .cta-mask > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
}

#cta-section-abo h2 {
	font-size: 2.0rem;
	padding-left: 20px;
	padding-right: 20px;
}

#cta-section-abo p {
	font-family: 'Noto Sans';
	font-weight: 600;
	font-size: 1.0rem;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 992px) {
	#cta-section-abo h2 {
		font-size: 2.45rem;
	}
	#cta-section-abo p {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	#cta-section-abo h2 {
		font-size: 2.7rem;
	}
	#cta-section-abo p {
		font-size: 1.4rem;
	}
}

#cta-section-abo .btn-primary {
	border-color: #fff;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	font-size: .95rem;
}

@media (min-width: 768px) {
	#cta-section-abo .btn-primary {
		font-size: 1.00rem;
	}
}

@media (min-width: 992px) {
	#cta-section-abo .btn-primary {
		font-size: 1.05rem;
	}
}

#cta-section-abo .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

NOO.cnt-big {
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	max-height: 450px;
	overflow: hidden;
	position: relative;
	max-width: 1530px;
}

#maps iframe {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%);
}
/*
.responsiveContainer {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.responsiveContainer iframe, .responsiveContainer object, .responsiveContainer video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
*/
.responsiveContainer {
	position: relative;
	height: 450px;
	padding-bottom: 0;
	overflow: hidden;
}

.cnt-big {
	max-height: none;
	overflow: visible;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
}

.container-logos {
	max-width: 1300px;
}

.container-logos .row {
	--bs-gutter-y: 1.5rem;
}

@media (max-width: 768px) {
	.container-logos .row {
		--bs-gutter-y: .75rem;
	}
}

.container-logos h2 {
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
}

.row-logos .col {
	margin-bottom: .5rem;
}

.card-logos {
	background-color: transparent;
	border: 0;
	height: 100% !important;
}

.card-logos .card-header {
	padding: 0;
	border: 0;
	background-color: transparent;
}

.container-small {
	max-width: 880px;
}

.image-enlarge figure a {
	position: relative;
}

.image-enlarge figure a:after {
	font-family: 'Font Awesome 6 Pro';
	content: "\f00e";
	font-weight: normal;
	font-style: normal;
	position: absolute;
	bottom: 20px;
	left: 20px;
	bottom: calc(50% - 46px);
	left: calc(50% - 17px);
	color: #000;
	font-size: 2.2rem;
	-webkit-transition: all 0.8s 0s ease;
	-moz-transition: all 0.8s 0s ease;
	-o-transition: all 0.8s 0s ease;
	transition: all 0.8s 0s ease;
}

.image-enlarge figure a:hover:after {
	color: #d9513d;
	font-size: 3.2rem;
	bottom: calc(50% - 57px);
	left: calc(50% - 26px);
}

/* ########### Image Box ########### */

.image-box-home {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 250px 250px 250px;
	grid-gap: 15px 15px;
	grid-template-areas:
	"image-1" 
	"image-2"
	"image-3";
}

@media (min-width: 576px) {
	.image-box-home {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 300px 300px 300px;
	}
}

@media (min-width: 768px) {
	.image-box-home {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 300px 300px;
		grid-template-areas:
		"image-1 image-1" 
		"image-2 image-3";
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 920px) {
	.image-box-home {
		grid-template-columns: 1fr 38% ;
		grid-template-rows: 250px 250px;
		grid-template-areas:
		"image-1 image-2" 
		"image-1 image-3";
	}
}

@media (min-width: 1250px) {
	.image-box-home {
		
	}
}

@media (min-width: 1450px) {
	.image-box-home {
		grid-template-rows: 300px 300px;
	}
}

.image-box-home .grid-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.image-box-home .grid-item.image-1 {
	grid-area: image-1;
	position: relative;
	background-image: url('https://marte.meiseldorf.at/wp-content/themes/marteunderscores/images/bildgrid_1.jpg');
}

.image-box-home .grid-item.image-2 {
	grid-area: image-2;
	position: relative;
	background-image: url('https://marte.meiseldorf.at/wp-content/themes/marteunderscores/images/bildgrid_3.jpg');
}

.image-box-home .grid-item.image-3 {
	grid-area: image-3;
	position: relative;
	background-image: url('https://marte.meiseldorf.at/wp-content/themes/marteunderscores/images/bildgrid_2.jpg');
}

#morearchive .col {
	text-align: center;
	margin-top: 1rem;
}

/* ########## Footer ########## */

.footer-border {
	border-top: 1px solid #000;
}

#menu-footer-menu {
	margin-left: 0;
}

#menu-footer-menu li.nav-item {
	display: inline;
}

#menu-footer-menu li.nav-item .nav-link {
	display: inline;
	padding: 0 0;
	text-decoration: underline;
	margin-left: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
	text-decoration: none;
}

#menu-footer-menu li.nav-item .nav-link:before {
	display: inline-block;
	content: "•";
	margin-right: 1rem;
	color: #777;
}

@media (max-width: 768px) {
	#menu-footer-menu li.nav-item:first-child .nav-link:before {
		display: none;
		content: "";
		margin-right: 0;
	}
}

@media (max-width: 576px) {
	#menu-footer-menu li.nav-item:first-child .nav-link {
		margin-left: 0; 
	}
	#menu-footer-menu li.nav-item:first-child .nav-link:before {
		content: "";
		margin-right: 0;
	}
}

.fo-social-link {
	color: #000;
	font-size: 2.0rem;
	text-decoration: none;
}

.fo-social-link-image {
	max-width: 32px;
}

.footer-partner-logo {
	max-width: 250px;
}

.footer-imprint {
	font-style: italic;
	font-size: .95rem;
}


.pswp img {
  background-color: #fff;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	background-color: red;
}

.cmplz-link.privacy-statement {
	display: none !important; 
}