/*!
Theme Name: kulturhaus
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: kulturhaus
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.

kulturhaus 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
--------------------------------------------------------------*/

@font-face {
	font-family: 'n27regular';
	src: url('webfonts/n27-regular-webfont.eot');
	src: url('webfonts/n27-regular-webfont.woff2') format('woff2'),
		url('webfonts/n27-regular-webfont.woff') format('woff'),
		url('webfonts/n27-regular-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'n27bold';
	src: url('webfonts/n27-bold-webfont.eot');
	src: url('webfonts/n27-bold-webfont.woff2') format('woff2'),
		url('webfonts/n27-bold-webfont.woff') format('woff'),
		url('webfonts/n27-bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'scilla_narrowregular_italic';
    src: url('webfonts/scillanarrow-regularitalic-webfont.eot');
    src: url('webfonts/scillanarrow-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/scillanarrow-regularitalic-webfont.woff2') format('woff2'),
         url('webfonts/scillanarrow-regularitalic-webfont.woff') format('woff'),
         url('webfonts/scillanarrow-regularitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/* 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: normal;
    font-family: 'n27bold';
}

/**
 * 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: #000000;
	font-family: 'n27regular';
	font-size: 20px;
	line-height: 1.26;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
}


h1,
.lead h2,
.woocommerce-page h2 {
	font-family: 'n27bold';
	font-weight: normal;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 0.02em;
	margin-bottom: 80px !important;
}

.woocommerce-page h2 {
	margin-bottom: 30px !important;
}

h2 {
    font-family: 'scilla_narrowregular_italic';
	font-weight: normal;
    font-size: 140px;
	line-height: 0.85;
	margin: 0;
}

h3 {
	font-family: 'n27bold';
	font-weight: normal;
	font-size: 26px;
	line-height: 1.1;	
	margin-bottom: 30px;
	hyphens: auto;
	word-break: break-word;
}

h4 {
	font-family: 'n27bold';
	font-weight: normal;
	font-size: 26px;
	line-height: 1.1;	
	margin-bottom: 20px;
	text-transform: uppercase;
	hyphens: auto;
	word-break: break-word;
}

.single-event h1 em,
h3 em,
h4 em {
    font-family: 'scilla_narrowregular_italic';
    text-transform: none;
}


h6 {
    font-size: 1em;
    font-family: 'n27bold';
    font-weight: normal;
    margin-bottom: 0;
    border-top: 1px solid #000;
    padding-top: 20px;
}



.lead {
    font-size: 36px;
    line-height: 1.1;
}

p {
	margin-top: 0;
	margin-bottom: 30px;
}

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

htlm, body {
	overflow-x: hidden;
}

body.page-id-23 /*FAQ*/ {
    background: #f4f4ed;
}
body.page-id-35, /*Newsletter*/
body.page-id-120,/*Anmeldung Abend*/
body.page-id-204 /*Anmeldung*/ {
    background: #c3cdbf;
}

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

ul, ol {
    margin: 0 0 40px 0;
    padding-left: 20px;
}
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: #68825f;
	text-decoration: none;
}


a[target=_blank]:after {
    content: '↗';
	display: inline-block;
	margin-left: 5px;
}

a[href$=".pdf"]:after,
a[href$=".zip"]:after,
a[href$=".docx"]:after,
a[href$=".xlsx"]:after,
a[href$=".mp3"]:after,
a[href$=".mp4"]:after {
    content: '↓';
	display: inline-block;
	margin-left: 5px;
}

.single .entry-content a {
	font-family: 'n27bold';
	text-transform: uppercase;
}

a:visited {
	color: #68825f;
}

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

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: #68825f !important;
    border-radius: 50px;
    background-color: #fff;
    color: #68825f;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 32px 8px;
    border-radius: 50px;
	cursor: pointer;
	transition: all ease-in 300ms;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #68825f;
}

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 {
	color: #fff;
	background-color: #68825f;
}

button.link {
    border: 0;
    text-transform: none;
    padding: 00;
    background: #fff;
    color: #68825f;
}

button.link:hover {
    color: #000;
}

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 {  
	width: 100%;
    max-width: 600px;
    color: #000;
    border: 0;
    border-radius: 0;
    padding: 3px 0;
    background: transparent;
    border-bottom: 1px solid #000;
	outline: none;
    margin-bottom: 20px;
}

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

select {
    color: #000;
    border: 0;
    border-radius: 0;
    padding: 3px 0;
    background: transparent;
    border-bottom: 1px solid #000;
}

textarea {
	width: 100%;
    height: 100px;
}



::placeholder {
	color: #000;
	text-transform: uppercase;
	opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
	color: #000;
	text-transform: uppercase;
}


.wpb_text_column + .wpcf7 {
    margin-top: 40px;
}


span.wpcf7-form-control.wpcf7-acceptance {
    margin-top: 60px;
    margin-bottom: 00px;
    display: block;
}

.popup .wpcf7-acceptance {
    font-size: 18px;
}

.wpcf7-list-item {
    display: block;
    margin: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
}


.wpcf7-not-valid-tip {
    color: rgb(218,120,98);
    font-size: 0.6em;
}


/* Checkbox Styling */
input[type="radio"] + span,
input[type="checkbox"] + span,
input[type="radio"] + label {
    padding-left: 30px;
    display: inline-block;
    position: relative;
}

input[type="radio"],
input[type="checkbox"] {
    display: none !important;
}

input[type="radio"] + span::before,
input[type="checkbox"] + span::before,
input[type="radio"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
  	width: 23px;
  	height: 23px;
  	background-color: transparent;
	border: 1px solid #000;
	border-radius: 50%;
  	display: block;
  	content: "";
  	margin-right: 6px;
	cursor: pointer;
}

input[type="radio"]:hover + span::before,
input[type="checkbox"]:hover + span::before, 
input[type="radio"]:hover + label::before {
  	border-color: #fff;
}

input[type="radio"]:checked + span::before,
input[type="checkbox"]:checked + span::before,
input[type="radio"]:checked + label::before {
  	background-color: #fff !important;
  	border-color: #fff !important;
  	background-image: url("images/Kreuz.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 20px;
}

.wpcf7-radio span,
.wpcf7-checkbox span {
	cursor: pointer;
}











/*
 * WooCommerce
 * * * * * * * */
.woocommerce {
    margin-bottom: 80px;
}


.woocommerce form .form-row label,
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
    line-height: 1.26;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    max-width: 100%;
}





.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f4f4ed;
    color: #000;
    border-top: 3px solid #68825f;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #68825f;
}


/* Kasse */
.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none;
}

div#customer_details {
    margin-bottom: 60px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #c3cdbf;
    border-radius: 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    border-radius: 0px;
    background-color: #f4f4ed;
    color: #000000;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom: 1em solid #f4f4ed;
}

#payment ul.payment_methods li {
    margin-bottom: 20px !important;
}





/* Bestellbestätigung */

.woocommerce-order ul {
    padding-left: 0 !important;
}




/* Cart Icon */
a.cart-customlocation {
    position: fixed;
    display: block;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    background-color: #68825f !important;
    color: #fff !important;
    padding: 12px 32px 8px;
    border-radius: 50px;
}


a.cart-customlocation:hover {
    background-color: #fff !important;
    color: #68825f !important;
}



/* Zum Warenkorb */
.em.pixelbones a.zumwarenkorb {
    position: relative;
    display: none;
    bottom: -40px;
    background-color: #68825f !important;
    color: #fff !important;
    padding: 12px 32px 8px;
    border-radius: 50px;
	width: 100%;
	text-align: center;
}


.em.pixelbones a.zumwarenkorb:hover {
    background-color: #fff !important;
    color: #68825f !important;
}




.hidden + .em-booking-form-section-summary {
    margin-bottom: 200px !important;
}

.hidden + .em-booking-form-section-summary .zumwarenkorb {
    display: block !important;
}




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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: flex;
	align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #68825f;
    color: #fff;
    z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.menuopen .main-navigation {
    z-index: 8;
	visibility: visible;
	opacity: 1;
}

.inner-nav {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: flex-end;
}

.inner-left {
    width: 690px;
}

.inner-right {
    width: 440px;
}

.main-navigation ul {
	display: block;
	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;
	color: #fff;
	text-transform: uppercase;
	font-family: 'n27bold';
	font-weight: normal;
	font-size: 68px;
    line-height: 1.5;
}

ul#secondary-menu a {
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.sociallinks {
	margin-top: 80px;
    margin-bottom: 30px;
}

.sociallinks a {
    font-size: 20px;
    letter-spacing: 0.02em;
    display: block;
    line-height: 1.8;
}


.main-navigation a:hover,
.main-navigation a.mPS2id-highlight {
    font-family: 'scilla_narrowregular_italic';
}



.menuopen,
.popupopen {
    overflow: hidden;
}

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

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}





/*--------------------------------------------------------------
# Allgemein
--------------------------------------------------------------*/

.site-main,
.site-footer {
    max-width: 1836px;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: auto;
    margin-right: auto;
}

.site-branding {
    position: fixed;
    top: 30px;
    left: 30px;
	z-index: 4;
    transition: transform 0.3s ease-in-out;
}

.site-branding a {
    display: block;
	width: 85px;
	height: 85px;
    background-image: url(images/Kultur-Haus-Logos-k.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.toggle-nav {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 80px;
    height: 70px;
    background-image: url(images/Kultur-Haus-Menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
	z-index: 9;
    transition: transform 0.3s ease-in-out;
}
.toggle-nav {
	background-color: transparent !important;
}

.toggle-nav.active {
	background-image: url(images/Kultur-Haus-Close-white.svg);
}








.site-main {
	margin-top: 125px;
}
.single .site-main {
	margin-top: 200px;
    min-height: 800px;
}
.home .site-main {
    margin-top: 70px;
}

.vc_row {
	padding-top: 75px;
	padding-bottom: 75px;
	min-height: 1px;
	border-radius: 0;
}
.vc_row.noanimation,
.vc_row.vc_inner {
	min-height: 1px;
	border-radius: 0;
	background: none !important;
}

.vc_row.animated {
    background-color: #eee;
    background-image: linear-gradient(180deg, #fff 50%, rgba(104,130,95,0.1));
	will-change: transform;
}

.vc_row.nobackground {
	background: none !important;	
}

.entry-content {
    width: 100%;
}


.entry-content img,
.popup img,
.intro-video-wrapper video,
.gallery__image {
	border-radius: 20px;
}

.wpb_text_column + .wpb_single_image {
    margin-top: 30px;
}



.zweibuttons__wrap {
    text-align: right;
    margin-top: 40px;
}

a.button + a.button {
    margin-left: 30px;
}





/* Zurück Link */
.backlink {
    text-align: center;
    margin-bottom: 80px;
	position: relative;
}

.backlink:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
}

.backlink a {
    background: #fff;
    color: #000;
    padding: 10px 90px 8px;
	border: 1px solid #000;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.9em;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.backlink a:hover {
	background: #68825f;
	color: #fff;
}

/*--------------------------------------------------------------
# Laufschrift
--------------------------------------------------------------*/

.laufschrift.floatl {
    text-align: right;
    left: auto;
    right: 0;
    margin-right: 0;
    /* margin-left: -20%; */ 
	margin-left: 0;
    margin-bottom: 60px;
}

.laufschrift .lauftext {
  display: inline-block;
  animation: marquee 18s linear infinite;
    line-height: 1.3;
}

.lauftext span {
    white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

#popup .laufschrift {
	overflow: hidden;
	white-space: nowrap;
	margin-top: 30px;
	margin-bottom: 30px;
}

#popup .lauftext {
  display: inline-block;
  animation: marquee 18s linear infinite;
    line-height: 1.3;
}




/*--------------------------------------------------------------
# Mitarbeiter
--------------------------------------------------------------*/

.team__wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 36px;
    margin-top: 80px;
    margin-bottom: 60px;
}

.team_foto {
	margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Partner
--------------------------------------------------------------*/
.partner_wrap {
	position: relative;
    padding: 36px 0;
    margin-top: -30px;
}



.partner_slider {
    z-index: 2;
}

.partner_entry {
	padding: 0 18px;
}

.logo-box {
	aspect-ratio: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
	outline: none;
}

.logo-box:after {
	display: none !important;	
}

.logo-box img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 0;
}



/*--------------------------------------------------------------
# Laufschrift
--------------------------------------------------------------*/
.news__wrap.news__alle {
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 100px;
}

.news__entry {
    background-color: #f4f4ed;
	border-radius: 20px;
	padding: 20px 34px;
}

.news__entry.newsletter {
    background-color: rgba(104,130,95, 0.4);
}

.news__entry.special {
    background-color: rgba(218,120,98, 0.7);
}

.news__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news__kategorie {
    margin-bottom: 20px;
}

.news__entry h3 {
    line-height: 1.11;
}

.news__link {
    margin-top: auto;
}

.news__entry a {
	color: #68825f;
	font-family: 'n27bold';
	text-transform: uppercase;
	font-size: 24px;
}

.news__entry a:hover {
	color: #000;
}






/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/

.sticky_opener {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 30%;
    overflow: hidden;
	cursor: pointer;
    width: 100px;
    height: 240px;
}

.sticky_inner {
	position: absolute;
    top: 0;
    left: 0;
	transform: rotate(-90deg);
    background: #68825f;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    color: #fff;
}

.sticky_text {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'n27bold';
}



.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    display: flex;
	justify-content: center;
    align-items: center;
	background: rgb(0,0,0, 0.8);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}


.popupopen .popup {
	visibility: visible;
	opacity: 1;
	z-index: 99;
}

.popup.bg-rot .popup_inner,
.sticky_inner.bg-rot {
	background: rgb(218,120,98);
}

.popup.text-schwarz .popup_inner,
.sticky_inner.text-schwarz {
	color: #000;
}


.popup_inner {
    width: 80%;
    height: auto;
    max-height: 90vh;
    overflow: auto;
    background: #68825f;
    color: #fff;
    padding-bottom: 20px;
}

.popup_datum {
    font-family: 'n27bold';
	text-align: center;
    margin-right: 60px;
}

.popup_datum .tag {
    display: block;
    font-size: 100px;
}

.popup_datum .monat {
    display: block;
    font-size: 1em;
	text-transform: uppercase;
    margin-top: -20px;
}

.popup .laufschrift.floatl {
    margin-left: 0;
}

.popup_content {
    margin-left: 8.33%;
    margin-right: 8.33%;
	margin-top: 100px;
    margin-bottom: 40px;
    display: flex;
}

.popup_bild, .popup_text {
    width: 40%;
    flex-grow: 0;
    flex-shrink: 0;
}

.popup_text {
	margin-left: auto;	
}

.popup h5 {
    font-size: 1em;
    font-weight: normal;
	line-height: 1.2;
    margin-bottom: 0;
}

.popup h4 + h5 {
    margin-top: 50px;
}

.popup h4 {
	line-height: 1.2;
    margin-bottom: 0;

}


.popup a.button {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.popup a.button:hover {
    color: #fff;
    background: #000;
}


.popup_form {
    padding-left: 60px;
}



.close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	background-image: url(images/Kultur-Haus-Close-white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}


.popup.text-schwarz .close {
	background-image: url(images/Kultur-Haus-Close.svg);
}





/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/


a.button {
    color: #fff;
    background: #68825f;
    font-size: 1em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 12px 32px 8px;
    border-radius: 50px;
    white-space: nowrap;
	transition: all ease-in-out 300ms;
}

a.button:hover {
    color: #68825f;
    background: #fff;
}



button#cookiesettings {
    background: transparent;
}



/*--------------------------------------------------------------
# Projekte
--------------------------------------------------------------*/
.projekte__wrap {
	margin-top: 75px;
	margin-bottom: 100px;
}
.projekt__desc {
    display: flex;
    gap: 36px;
}

.bilder__wrap {
    width: 41.667%;
    flex-shrink: 0;
    flex-grow: 0;
    display: grid;
  	grid-template-columns: repeat(5, 1fr);
    gap: 36px;
}

.bilder__wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.bilder__wrap img {
  grid-column: span 5;
}

.bilder__wrap img:nth-child(2),
.bilder__wrap img:nth-child(5) {
  grid-column: span 2;
}

.bilder__wrap img:nth-child(3),
.bilder__wrap img:nth-child(4) {
  grid-column: span 3;
}

.inhalt {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
}

.acc_close {
	margin-top: auto;
    margin-left: auto;
}



.projekt__entry .projekttitel {
    display: flex;
    cursor: pointer;
    padding: 40px 0 30px;
    border-top: 1px solid #000;
    gap: 20px;
}
.projekt__entry:last-child {
    border-bottom: 1px solid #000;
}

.projekt__entry h3 {
    margin-bottom: 0;
    letter-spacing: 0.02em;
    font-size: 38px;
}

.acc_open,
.moreinfo {
    margin-left: auto;
    margin-top: 8px;
    text-transform: uppercase;
    color: #68825f;
    font-family: 'n27bold';
    white-space: nowrap;
}

.projekttitel:hover .acc_open,
.moreinfo:hover {
	color: #000;
}

.projekt__desc {
	max-height: 0px;
	visibility: hidden;
	opacity: 0;
	transition: all ease-in 500ms;
}

.projekt__entry.open .projekt__desc {
    padding-bottom: 40px;
	visibility: visible;
	opacity: 1;
	max-height: 9999px;
}










/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/


.faq__akkordeon .inhalt {
    margin-left: auto;
    margin-right: 8.33%;
}

.projekt__desc a {
    text-transform: uppercase;
}



/*--------------------------------------------------------------
# Single Projekte
--------------------------------------------------------------*/

h1.entry-title {
    max-width: 960px;
}




/*--------------------------------------------------------------
# Events Übersicht
--------------------------------------------------------------*/
.events {
    margin: 70px 0;
}

.trennlinie {
    height: 1px;
    background: #000;
	margin: 30px 0;
}


.event {
    display: flex;
    align-items: stretch;
    gap: 36px;
}

.event__datenumber {
    font-family: 'n27bold';
    font-size: 22px;
    display: flex;
    flex-direction: column;
	text-transform: uppercase;
	margin-top: 32px;
    width: 16.66%;
    text-align: center;
    flex-shrink: 0;
}
.event__datenumber.mobile {
    display: none;
}

.event__datenumber .tag {
    display: block;
    font-size: 100px;
    line-height: 0.8;
}


.event__image {
    width: 25%;
    text-align: center;
    flex-shrink: 0;
}

.event__content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.event__head {
    width: 100%;
    display: flex;
}

.event__kat {
    font-family: 'n27regular';
    font-size: 1em !important;
}

.event__zeit {
    margin-left: auto;
    margin-bottom: 30px;
}

.event__zeit .event__kat {
    margin-bottom: 26px;
}

.startzeit, .zeitstrich, .endzeit {
    font-family: 'n27bold';
    text-align: right;
    font-size: 1.2em;
}

.event__links {
    margin-top: auto;
	display: flex;
}
.open .event__links {
    margin-top: 40px;
}

.event__reservation {
    margin-left: auto;
}

.moreinfo {
	margin-left: 0;
	cursor: pointer;
}
.open .moreinfo,
.moreinfo.open {
    display: none;
}

.open .moreinfo__content {
    height: auto;
    margin-top: 30px;
}
.moreinfo__content {
    height: 0;
    overflow: hidden;
}

.event-info {
    margin-bottom: 20px;
}

.event-info h2, .event-info .em-event-booking-form {
    display: none !important;
}

.event-info img {
    margin: 0px;
}

.moreclose, .acc_close {
    display: none;
    height: 38px;
    width: 38px;
	background-image: url(images/Kultur-Haus-Close-green.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.open .moreclose,
.open .acc_close {
    display: block;
}









/*--------------------------------------------------------------
# Event Detail
--------------------------------------------------------------*/
.twocolumns {
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
	margin-bottom: 60px;
}

.event__datetime {
    margin-bottom: 40px;
}

.single-event .startzeit, .single-event .zeitstrich, .single-event .endzeit {
    font-family: 'n27regular';
    text-align: left;
    font-size: 1em;
    display: inline-block;
}



.eventleft h2, .eventright h2, .em.pixelbones h2, .em.em-item .em-item-image, section.em-item-taxonomies, .em .button.input.with-icon-right .em-icon, .em .input .button.with-icon-right .em-icon, .em .input button.with-icon-right .em-icon, .em button.input.with-icon-right .em-icon,.em.em-event-booking-form .em-login, .em.em-event-booking-form h3.em-booking-section-title, .em.em-event-booking-form .em-booking-form .input-group.em-consent-checkbox {
    display: none !important;
}

.entry-content .em.em-event-booking-form h3.em-booking-section-title.em-booking-form-summary-title {
  display: block !important;
}

.em.em-event-booking-form h3.em-booking-section-title {
	font-size: 1em !important;
	font-weight: normal !important;
	color: #000 !important;
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
}

.em.em-event-booking-form .em-tickets {
    margin: 0 !important;
    width: 100% !important;
}


/* Hide Icons */
.em.em-item .em-item-meta .em-item-meta-line, .em.em-list .em-item .em-item-meta .em-item-meta-line, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
    grid-template-columns: none;
}
.em.em-item .em-item-meta .em-item-meta-line .em-icon {
    display: none;
}


/* Text Styling */

.em.pixelbones,
.em.em-item .em-item-meta .em-item-meta-line, .em.em-list .em-item .em-item-meta .em-item-meta-line, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line{
    font-size: 1em !important;
    font-family: 'n27regular' !important;
    line-height: 1.26 !important;
}

.em.em-item.em-item-single .em-item-header {
  color: #000;
}

.em.em-item.em-item-single .em-item-meta h3, .em.em-item.em-item-single.size-small .em-item-meta h3 {
    font-size: 1em !important;
    text-transform: none;
    font-family: 'n27bold';
    margin-bottom: 0 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

.em.em-event-booking-form .em-booking-section {
	padding-left: 0;
	padding-right: 0;
}

.em.pixelbones a {
    color: #68825f !important;
}




/* Form styling */
.em input, .em select {
	color: #000;
}

.em.pixelbones .button.input:not([data-nostyle]), .em.pixelbones .input .button:not([data-nostyle]), .em.pixelbones .input button:not([data-nostyle]), .em.pixelbones .input input[type="button"]:not([data-nostyle]), .em.pixelbones .input input[type="reset"]:not([data-nostyle]), .em.pixelbones .input input[type="submit"]:not([data-nostyle]), .em.pixelbones button.input:not([data-nostyle]), .em.pixelbones input[type="button"].input:not([data-nostyle]), .em.pixelbones input[type="reset"].input:not([data-nostyle]), .em.pixelbones input[type="submit"].input:not([data-nostyle]), .em.pixelbones.input .button:not([data-nostyle]), .em.pixelbones.input button:not([data-nostyle]), .em.pixelbones.input input[type="button"]:not([data-nostyle]), .em.pixelbones.input input[type="reset"]:not([data-nostyle]), .em.pixelbones.input input[type="submit"]:not([data-nostyle]) {
	color: #fff !important;
	background: #68825f !important;
	font-size: 1em !important;
	letter-spacing: 0.02em !important;
	text-transform: uppercase !important;
	padding: 12px 32px 8px !important;
	border-radius: 50px !important;
	height: auto !important;
	font-weight: normal !important;
	line-height: 1.26 !important;
	border: 0 !important
}

.em.pixelbones .input .button:not([data-nostyle]):focus, .em.pixelbones .input .button:not([data-nostyle]):hover, .em.pixelbones .input button.em.pixelbones .input:not([data-nostyle]):focus, .em.pixelbones .input button.em.pixelbones .input:not([data-nostyle]):hover, .em.pixelbones .input button:not([data-nostyle]):focus, .em.pixelbones .input button:not([data-nostyle]):hover, .em.pixelbones .input input[type="button"].em.pixelbones .input:not([data-nostyle]):focus, .em.pixelbones .input input[type="button"].em.pixelbones .input:not([data-nostyle]):hover, .em.pixelbones .input input[type="button"]:not([data-nostyle]):focus, .em.pixelbones .input input[type="button"]:not([data-nostyle]):hover, .em.pixelbones .input input[type="reset"].em.pixelbones .input:not([data-nostyle]):focus, .em.pixelbones .input input[type="reset"].em.pixelbones .input:not([data-nostyle]):hover, .em.pixelbones .input input[type="reset"]:not([data-nostyle]):focus, .em.pixelbones .input input[type="reset"]:not([data-nostyle]):hover, .em.pixelbones .input input[type="submit"].em.pixelbones .input:not([data-nostyle]):focus, .em.pixelbones .input input[type="submit"].em.pixelbones .input:not([data-nostyle]):hover, .em.pixelbones .input input[type="submit"]:not([data-nostyle]):focus, .em.pixelbones .input input[type="submit"]:not([data-nostyle]):hover, .em.pixelbones .input.button:not([data-nostyle]):focus, .em.pixelbones .input.button:not([data-nostyle]):hover, .em.pixelbones.input .button:not([data-nostyle]):focus, .em.pixelbones.input .button:not([data-nostyle]):hover, .em.pixelbones.input button:not([data-nostyle]):focus, .em.pixelbones.input button:not([data-nostyle]):hover, .em.pixelbones.input input[type="button"]:not([data-nostyle]):focus, .em.pixelbones.input input[type="button"]:not([data-nostyle]):hover, .em.pixelbones.input input[type="reset"]:not([data-nostyle]):focus, .em.pixelbones.input input[type="reset"]:not([data-nostyle]):hover, .em.pixelbones.input input[type="submit"]:not([data-nostyle]):focus, .em.pixelbones.input input[type="submit"]:not([data-nostyle]):hover, .em.pixelbones.input.button:not([data-nostyle]):focus, .em.pixelbones.input.button:not([data-nostyle]):hover {
	
	color: #68825f !important;
	background: #fff !important;
}





/*--------------------------------------------------------------
# Warenkorb
--------------------------------------------------------------*/

.em-wc-attendee {
    display: none;
}

.woocommerce-cart table.cart .product-thumbnail {
    display: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #68825f;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #fff;
    color: #68825f;
}





/*--------------------------------------------------------------
# Kasse
--------------------------------------------------------------*/







/*--------------------------------------------------------------
# Bildergalerie
--------------------------------------------------------------*/

.gallery__wrap {
    margin-bottom: 100px;
}

.gallery__wrap > .gallery__image {
	max-height: 1200px;
}

.gallery__image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    aspect-ratio: 4 / 3;
    width: 100%;
	max-height: 412px;
}

.bildzeile {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 36px;
    margin-top: 36px;
}

.bildzeile .gallery__image:nth-child(1),
.bildzeile .gallery__image:nth-child(3) {
  grid-column: span 4;
}
.bildzeile .gallery__image:nth-child(2),
.bildzeile .gallery__image:nth-child(4) {
  grid-column: span 4;
}


/*--------------------------------------------------------------
# Kreisel
--------------------------------------------------------------*/
.kreis.programmKreis,
.kreis.engagementKreis,
.kreis.newsletterKreis {
    position: relative;
    width: 240px;
    height: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.kreis.programmKreis {
	margin-top: 40px;
    margin-right: 8.33%;
    background-image: url(images/Kultur-Haus-Anim-k.svg);
    background-repeat: no-repeat;
    background-size: 106px;
    background-position: center;
}

.programmKreis:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
    background-image: url(images/Kultur-Haus-Anim-Natur-die-nachklingt.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform-origin: center center;
    animation: rotate 10s linear infinite;
}

.kreisAuge {
    background-image: url(images/Kultur-Haus-Illustrationen-auge.svg);
    background-repeat: no-repeat;
    background-size: 106px;
    background-position: center;
}

.kreisAuge.closed {
    background-image: url('images/Kultur-Haus-Illustrationen-Auge-zu.svg');
}

.engagementKreis {
    background-image: url(images/Kultur-Haus-Illustrationen-herz.svg);
    background-repeat: no-repeat;
    background-size: 106px;
    background-position: center;
}

.engagementKreis:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
    background-image: url(images/Kultur-Haus-anim-Kreisel-engagement.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform-origin: center center;
    animation: rotate 10s linear infinite;
}



a.kreis.newsletterKreis {
    position: absolute;
    top: 60%;
    right: 8.33%;
    background-image: url(images/Kultur-Haus-Kultur-Kreisel-Newletter-weiss.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform-origin: center center;
    animation: rotate 10s linear infinite;
}


/*--------------------------------------------------------------
# Animationen
--------------------------------------------------------------*/

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes fadeInOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}


@keyframes wackeln {
  0% { transform: rotate(0deg); }
  9% { transform: rotate(-1deg); }
  18% { transform: rotate(-2deg); }
  27% { transform: rotate(-3deg); }
  36% { transform: rotate(-2deg); }
  45% { transform: rotate(-1deg); }
  54% { transform: rotate(0deg); }
  63% { transform: rotate(1deg); }
  72% { transform: rotate(2deg); }
  81% { transform: rotate(3deg); }
  90% { transform: rotate(2deg); }
  100% { transform: rotate(1deg); }
}





/*--------------------------------------------------------------
# CTA Boxes
--------------------------------------------------------------*/
.ctabox {
    position: relative;
    border-radius: 12px;
    padding: 45px 40px 60px;
    display: flex;
    align-items: center;
	gap: 40px;
}

.ctabox.anrufen {
    background: rgba(104, 130, 95, 0.4);
}

.ctabox.permail {
    background: rgba(218, 120, 98, 0.7);
}

.ctabox .icongross {
	display: block;
	width: 160px;
	height: 160px;
    flex-shrink: 0;
    flex-grow: 0;
}

.icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.icon.mail {
	background-image: url(images/Mail.svg);
    animation: fadeInOut 5s;
    animation-iteration-count: infinite;
}
.icon.telefon {
    background-image: url(images/telefon.svg);
    position: relative;
    background-size: 80%;
    background-position: center right;
}

.icon.telefon:before {
    content: '';
    position: absolute;
    width: 68px;
    height: 150px;
    background-image: url(images/Kultur-Haus-Illustrationen-2striche.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: wackeln 0.2s;
    animation-iteration-count: infinite;
    top: -10px;
    left: -20px;
}

.ctaText {
    margin-bottom: 70px;
}

.icon.wichtig {
    width: 394px;
    height: 394px;
    background-image: url(images/wichtig.svg);
    margin-left: auto;
    margin-right: 20%;
	position: relative;
}


.icon.wichtig:after {
	content: '';
	position: absolute;
    background-image: url(images/Kultur-Haus-Illustrationen-pfeil-eine-schlaufe.svg);
    width: 128px;
    height: 138px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: wackeln 0.8s;
    animation-iteration-count: infinite;
	top: 200px;
	left: 250px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
div#kontakt {
    padding-bottom: 0;
}

.site-footer {
    padding-bottom: 75px;
}

.footer_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	font-size: 20px;
}

.footer_logo {
    width: 230px;
    margin-right: 20px;
}

.footer_links {
    margin-left: auto;
    display: flex;
    gap: 50px;
}

.footer_links a {
    display: block;
}










/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1920px) {
	.site-main { padding-left: 80px; padding-right: 80px;}
}

@media screen and (max-width: 1600px) {
	.footer_links { width: 100%; justify-content: flex-end;}
}



@media screen and (max-width: 1400px) {
	
	.site-main { padding-left: 60px;  padding-right: 60px; }
	
	.inner-nav { gap: 40px;}
	.inner-left {width: 552px;}
	.inner-right { width: 352px;}
	
	a.kreis.newsletterKreis { right: 30px;}
	.kreis.programmKreis, .kreis.engagementKreis, .kreis.newsletterKreis { width: 200px; height: 200px;}
	.engagementKreis { background-size: 60px;}
	
	h2 { font-size: 114px;}
	.projekt__entry h3 { font-size: 30px;}
	.lead {font-size: 30px;}
	a.button { font-size: 0.9em; padding: 8px 24px 5px;}
	.trennlinie { margin: 20px 0;}
	
	.single-event h1 em, h3 em, h4 em { display: block;}
	
	.ctabox .icongross { width: 90px; height: 90px;}
	.icon.telefon:before { width: 40px; height: 60px;}
	.ctaText { margin-bottom: 40px;}
	
	.icon.wichtig { width: 260px; height: 260px;}
	.icon.wichtig:after { width: 86px; height: 86px; top: 120px; left: 180px;}
	
	.popup_content { margin-left: 60px; margin-right: 60px; margin-top: 60px; margin-bottom: 30px; flex-wrap: wrap;}
	.popup_datum { text-align: left; margin-right: 30px; width: 30%;}
	.popup_text {  margin-left: 0;  width: 100%;}


}



@media screen and (max-width: 1100px) {
	.site-main { padding-left: 40px;  padding-right: 40px; }
	
	.toggle-nav { width: 60px; height: 50px;}
	.site-branding a { width: 70px; height: 70px;}
	
	.inner-nav { align-items: flex-start; flex-direction: column;}
	.main-navigation a {font-size: 48px;}
	.sociallinks a { font-size: 18px;}
	a.kreis.newsletterKreis { top: auto; bottom: 60px;}
	
	.sticky_opener { width: 80px; height: 160px;}
	.sticky_inner { width: 160px; height: 160px;}
	.sticky_text { font-size: 0.9em;}
	
	.kreis.programmKreis, .kreis.engagementKreis { width: 160px; height: 160px;}
	
	.event { flex-wrap: wrap; gap: 0;}
	.event__image { width: 100%; order: -1; margin-bottom: 10px;}
	.event__image img { width: 100%; }
	.event__datenumber {  margin-top: 0; width: 33.33%; text-align: left;}
	.event__content { width: 100%;}
	.acc_open, .moreinfo { margin-top: 0;}
	.event__datenumber.mobile { display: block;}
	.event__datenumber.desktop { display: none;}
	
	h1, .lead h2, .woocommerce-page h2 { font-size: 36px;}
	.lead, .projekt__entry h3 { font-size: 24px;}
	h4 { font-size: 24px;}
	
	.news__entry a { font-size: 22px;}
	
	div#intro { padding-left: 0 !important; padding-right: 0 !important;}
	
	.projekt__desc { flex-direction: column;}
	.bilder__wrap { width: 100%; gap: 18px;}
	.inhalt {width: 100%;}
	
	.ctabox { flex-direction: column;}
	
	.twocolumns { grid-template-columns: 1fr; grid-gap: 0;}
	.news__wrap.news__alle { grid-template-columns: 1fr 1fr; }
	
	.footer_logo { width: 160px;}
	.footer_links { justify-content: space-between;}
}



@media screen and (max-width: 767px) {
	.site-main { padding-left: 20px;  padding-right: 20px; }
	.vc_row { padding-top: 50px; padding-bottom: 50px;}
	.vc_row.vc_inner { margin-left: -10px; margin-right: -10px;}
	.vc_row.animated { padding-top: 25px;}
	
	.inner-nav { width: 100%;padding-left: 15px;padding-right: 15px; gap: 30px;}
	.inner-left, .inner-right { width: 100%; }
	.main-navigation a { font-size: 36px; }
	ul#secondary-menu a { font-size: 24px;}
	.sociallinks { margin-top: 30px;}
	.sociallinks a { font-size: 16px;}
	
	.kreis.newsletterKreis { width: 160px; height: 160px;}
	
	body, button, input, select, optgroup, textarea { font-size: 18px;}
	h1, .lead h2, .woocommerce-page h2 { font-size: 30px; margin-bottom: 40px !important;}
	h2 { font-size: 84px;}
	.laufschrift.floatl { margin-bottom: 30px;}
	h3 { font-size: 20px;}
	
	.popup_content { margin-left: 15px; margin-right: 15px; margin-top: 40px; padding-bottom: 100px; }
	.popup_bild { order: -1; width: 100%;}
	.popup_datum { margin-bottom: 30px;}
	.close { top: 15px; right: 15px;}
	
	.sticky_opener { top: 44%;}
	.home .site-main { margin-top: 200px;}
	div#intro {padding-top: 0; padding-bottom: 0;}
	
	.entry-content .vc_column_container > .vc_column-inner { padding-left: 10px; padding-right: 10px;}
	
	.event__head {gap: 20px;}
	.event__links { margin-top: 20px;}
	.event__datenumber .tag {font-size: 42px;}
	.event__datenumber { width: auto; font-size: 10px;}
	.event__kat { font-size: 14px !important;}
	.event__zeit .event__kat { margin-bottom: 0;}
	.startzeit, .zeitstrich, .endzeit { font-size: 1em;}
	.event__zeit, .event__heading { margin-bottom: 20px;}
	
	.zweibuttons__wrap a { display: table;}
	a.button + a.button { margin-left: 0; margin-top: 20px;}
	
	.wpb_single_image {margin-bottom: 20px !important;}
	
	.ctabox.anrufen { margin-bottom: 20px;}
	
	.bildzeile {grid-gap: 36px 0;}
	.bildzeile .gallery__image { grid-column: span 12 !important;}
	
	.news__wrap.news__alle { grid-template-columns: 1fr; }
	
	a.kreis.engagementKreis { margin-bottom: 40px;}
	
	.icon.wichtig { width: 240px; height: 140px; margin-bottom: 40px; margin-left: 0;}
	.icon.wichtig:after { width: 72px; height: 72px; top: 68px; left: 160px;}
	
	.site-footer { padding-left: 10px;  padding-right: 10px; }
	.footer_links { flex-direction: column; }
	
}





@media screen and (max-width: 500px) {
	 .intro-video-wrapper video { border-radius: 0px;}
	#intro .vc_column-inner { padding: 0;}
	
}