/* @override 
	http://jikt.de/jikt/wp-content/themes/jikt_arche/style.css?*
	https://www.juedische-kulturtage-thueringen.de/jikt/wp-content/themes/jikt_arche/style.css?*
	https://www.juedische-kulturtage-thueringen.de/wp-content/themes/jikt_arche/style.css?*
	https://www.juedische-kulturtage-thueringen.de/neu-nov-24/wp-content/themes/jikt_arche/style.css?* */

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

jikt_arche 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
	 ========================================================================== */
	 
/* work-sans-500 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/work-sans-v18-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/work-sans-v18-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/work-sans-v18-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/work-sans-v18-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/work-sans-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/work-sans-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/**
 * 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%;
	font-size: 100%;
}


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

/**
 * emove 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
	 ========================================================================== */

/**
 * emove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. emove 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,
em {
	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
	 ========================================================================== */

/**
 * emove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. emove 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;
}

/**
 * emove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. emove 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;
}

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

/**
 * emove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. emove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of incement and decement 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;
}

/**
 * emove 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: 1.2em;
	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:hover,
a:focus,
a:active {
	color: #dbaf43;
}

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;
	float: left;
	width: 100%;
	background-color: #dbaf43;
	margin-bottom: 2em;
}

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

.main-navigation ul ul {
	float: left;
}

.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 li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 2% 2%;
	float: left;
}

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

.main-navigation a:hover {
	opacity: 0.8;
	transition: 0.3s;
}




/*li#menu-item-43::after {
	content: " ";
	width: 20px;
	height: 30px;
	position: absolute;
	right: 0;
	background-color: red;
	top: 0;
}*/

li#menu-item-43 {
	background-color: white;
	padding-right: 4%;
	clip-path: polygon(
    0 0, /* left top */
    100% 0, /* right top */ 
    85% 100%, /* right bottom */
    0 100% /* left bottom */
  );
}

li#menu-item-43 a {
	color: #00ADE6;
}

/* Small menu. */




	.main-navigation ul {
		display: block;
	}










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




/*Custom*/

#wrap {
	width: 100%;
	min-height: 100vh;
	float: left;
	background: url('assets/img/jikt-bg.svg') left top repeat-y #002D3B;
	background-size: 100vw;
}

#header {
	width: 100%;
	float: left;
	margin-top: 2em;
	margin-bottom: 3em;
}

#header img {
	width: 100%;
}
#header a {
	border: none;
}



.headliner-slider {
	display: none;
	float: left;
	width: 100%;
	overflow: hidden;
}

.headliner-slider.slick-initialized {
	display: block;
}

#jikt-30-logo {
	width: 15%;
	float: left;
	margin-left: 5%;
}

@media (max-width: 500px) {
 #jikt-30-logo {
	width: 30%;
	float: left;
	margin-left: 5%;
}
}

#jikt-logo {
	width: 30%;
	float: right;
}

@media (max-width: 500px) {
  #jikt-logo {
	width: 50%;
}
}

#content {
	width: 100%;
	margin: auto; 
	background: url('assets/img/jikt-bg.svg') left top repeat-y #002D3B;
	
}

.home #content {
	width: 100%;
	background: url('assets/img/jikt-bg-gold.svg') left top repeat-y white;
	padding: 0!important;
	float: left;
}

.single #content, .page #content {
	padding-left: 10%;
	padding-right: 10%;
}

.page-id-47 #header {
	float: left;

}

#main-content {
clear: left;
background-color: white;
padding: 5%;
border: 2px solid #dbaf43;
margin-bottom: 2em;
overflow: hidden;

}

#main-content p {

color: #002D3B;
}

div#main-content div.wp-block-media-text {
	margin-bottom: 1em;
}

.single-image {
	width: 40%;
	float: left;
}
.single-image img {
	width: 100%;
	float: left;
}
div#content span.single-caption {
	width: 100%;
	float: left;
	color: white;
	font-size: 0.8em;
	padding: 0.8em;
	padding-left: 0;
	
}

#single-details {
	width: 60%!important;
	float: left;
	background-color: white;
	border: 2px solid #dbaf43;
}

.single #content {
	margin: auto;
	background: url('assets/img/jikt-bg.svg') left top repeat-y #002D3B;
	padding-left: 10%;
	padding-right: 10%;
}

#single-details {
	width: 50%;
	float: left;
	background-color: white;
	border: 2px solid #dbaf43;
}

#single-details h3 {
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	color: white;
	background-color: #dbaf43;
	padding: 1.2em;
	text-transform: none;
}

#single-details h3 span {
	display: block;
	clear: left;
	font-size: 0.8em;
	color: #002D3B;
	margin-top: 1em;
}

#single-details a {
	display: inline-block;
	color: #002D3B;
}


.all-events a {
display: block;
clear: left;
margin-top: 2em;
padding: 10px 20px 10px 12px;
float: left; 
color: white;
position: relative; 
background: #dbaf43;  
border: none;
	
}






.all-events a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -23px;   
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 1em solid;
  right: -1em;
  border-left-color: #dbaf43;
}




 .all-events a {
margin-bottom: 2em;
margin-left: 23px; 
}


.single .all-events a:before {
  margin-top: -23px; 
  left: -23px;
  width: 0px;
   height: 0px;
  border-style: solid;
    border-width: 23px 23px 23px 0;
    border-color: transparent #dbaf43 transparent transparent;
}


.event-header {
	font-size: 1.2em;
	margin-bottom: 1em;
}


body {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	text-transform: uppercase;
	color: #00ADE6;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 1em;
}

h2 {
	font-size: 2em;
}

h3, h4, h5, h6 {
	font-size: 1.5em;
	line-height: 1.3;
	text-transform: none;
}

h4, h5, h6 {
	font-size: 1.2em;
}

.headliner-slider button a {
	display: block;
	margin-top: 2em;
}



.headliner-slider:hover .slide-text button {
	background-color: #00ADE6;
	transition: 0.3s;
}

.headliner-slider h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 2.2em;
	line-height: 1.25;
}
.headliner-slider h2 a {
	color: #00ADE6;
}

.headliner-slider h3 {
	font-size: 1em;
	text-transform: none;
	color: white;
	margin-bottom: 0.5em;
}
.headliner-slider h3 a {
	color: white;
}


.home .all-events a {
margin-left: 22px;
margin-top: 0;
margin-bottom: 4em;
	
}

p {
	color: white;
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: 2em;
	font-weight: 500;
}

a {
	color: #E3BE61;
	text-decoration: none;
	border-bottom: 2px solid #E3BE61;
}

button, .button {
  display: block;
  background-color: #00ADE6;
  border: none;
  color: #002D3B;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-right: 1.5%;
  cursor: pointer;
  clear: left;
  font-weight: bold;

}

button.active, .button:hover {
	background-color: #00ADE6!important;
	color: white;
}



.slide {
		width: 100%;
	}
.slide-img, .slide-text {
		width: 50%;
		float: left;
	}
	
.slide-img {
    clip-path: url(#svg-clip-path);

}
 .slide.slick-slide a img {
 	width: 100%;
 }

.slide-text {
	padding: 3%;
}

.slide-text a {
	 border: none;
	 display: inline-block;
}
.slide-details {
	display: block;
	width: 100%!important;
	margin-bottom: 1em;
	float: left;
}

.slide-details a {
	display: block;
	width: 100%!important;
	height: auto;
	float: left;
	border: none;
	color: #00ADE6;
	font-size: 0.8em;
}
.slick-dots {
	bottom: 0;
	left: 1em;
	text-align: left;
	position: relative!important;
	float: left;
	margin-top: 1em;
	
}

.slick-dots li {
	width: 20px;
	height: 20px;
}


.slick-dots li button {
	border: 2px solid #00ADE6;
	border-radius: 0;
}

.slick-dots li.slick-active button {
	background-color: #00ADE6;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
    color: rgba(255, 255, 255, .0);
  }


#veranstaltungen {
	width: 100%;
	float: left;
	margin-bottom: 2em;
}

#veranstaltungen h2, #news h2, h2.prev-headl {
	width: 100%;
	background-color: #dbaf43;
	color: white;
	padding: 2% 5%;
	font-size: 1.6em;
	margin-bottom: 2em;
	
}

 #news h2 {
 	margin-top: 0;
 }
 
#filter-buttons{
	width: 100%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
}

.filter-button-group {
	width: 100%;
	float: left;
	
	margin-bottom: 1em;
}

.filter-button-group.group2 {
	padding-left: 0;
}

.filter-button-group button {
	display: inline-block;
	margin-bottom: 1.5%;
	color: #002D3B;
	background-color: white;
	border: 1.5px solid #002D3B;
	border-radius: 0;
	font-weight: 500;
	font-size: 0.9em;
}



/*.filter-button-group.group2 button:nth-child(1) {
	display: none;
}

.filter-button-group.group2 button:nth-child(2) {
	display: inline;
}*/


#event-grid {
	float: left;
	width: 100%;
}

.grid-wrap {
	width: 100%;
	float: left;
}

.grid {
	width: 95%;
	margin: auto;
	max-width: 1800px;
}



	
	.grid-item 
	{ width: 30%; 
		margin-right: 1.5%;
		margin-left: 1.5%;
		margin-bottom: 3%;
		background-color: white;
	border: 2px solid #dbaf43;
	}
	
/*.grid-image-mobile {
	display: none;
}*/
	
.grid-image, .grid-text {
	width: 100%;
	float: left;
}	

	
.grid-item h3 {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	color: white;
	background-color: #dbaf43;
	padding: 1em;
	text-transform: none;
}

.grid-item img
	{ float: left;
	width: 100%;
	}
	
.grid-item button 
	{ margin-top: 1.2em;
	  width: 100%;
	}	


  
.grid-item:hover 
	{ cursor: pointer;
	border: 2px solid #FFE8AF;
	transition: 0.3s;
	}
/*.grid-item:hover h3
	{
	background-color: #FFE8AF;
	color: #002D3B;
	}*/

.grid-item:hover button {
	background-color: #002D3B;
	color: #00ADE6;
	transition: 0.3s;
}

.grid-item h3 span {
	display: block;
	clear: left;
	font-size: 0.7em;
	color: #002D3B;
	margin-top: 1em;
}

.event.grid-item a {
	border: none;
}

.event-details, #event-content {
	padding: 1.2em;
	font-size: 1em;
	line-height: 1.2;
	color: #002D3B;
	float: left;
	width: 100%;
}



.event-details p {
	color: #002D3B;
}


#event-content {
	padding-top: 0;
}




#news .event-details p {
	color: #002D3B;
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.more {
	color: #466c79!important;
}

#event-content p {
	font-size: 1em;
	color: #002D3B;
}

#event-content p a {
	display: inline;
}

#event-content #tickets a {
	border-bottom: none;
	display: block;
	clear: left;
	width: 100%;
}

#event-content #tickets a button {
	width: 100%;
	margin-top: 2em;
	font-size: 1.2em;
	line-height: 1.3;
	
}

#event-content #tickets a button:hover {
	background-color: #00ADE6;
	transition: 0.3s;
	
}



.event-details #tickets button {
	width: 100%;
	margin-top: 1em;
	}
	
	
#add-info {
	width: 100%;
	float: left;
	margin-top: 2em;
	border: 2px solid #dbaf43;
}

#add-info p {
	margin: 1em;
}

.notice {
	background-color: #466c79;
	
}

.notice p {
	font-size: 1.1em;
	padding: 1em;
	padding-right: 5%;
	padding-left: 5%;
	color: white;
}


.previous-events {
	width: 92%;
	margin: auto;
	background-color: white;
	border: 2px solid #dbaf43;
	padding: 2%;
	overflow: hidden;
	margin-bottom: 2em;
}

.previous-events.grid {
	width: 92%;
	margin: auto;
	float: none;
}

.prev-event {
	width: 100%;
	float: left;
	margin-bottom: 0.5em;
}

.prev-event a h3, .prev-details  {
	display: inline-block;
	float: left;
	color: #dbaf43;
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
}

.prev-event a h3 {
	color: #002D3B;
}

.prev-event a {
	
	border: none;
}

.prev-details {
	display: inline-block;
	float: left;
}

#download {
	width: 100%;
	position: relative;
	float: left;
	background-color: #dbaf43;
	padding: 2% 10%;
}

#download img {
	width: 15%;
	float: left;
	background-color: #dbaf43;
}

#download span {
	display: block;
	float: left;
	color: white;
	font-size: 1.5em;
	margin: 0;
	left: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#download:hover span {
	color: #002D3B;
	transition: 0.3s;
}

#download:hover img {
	transform: scale(1.1);
	transition: 0.3s;
}





#mobile-menu {
	display: none;
}


	

@media only screen and (max-width: 950px) {
	html {
	font-size: 90%;
}
	
h1 {
	font-size: 2em;
	line-height: 1.25;
}
 
  p {
  	font-size: 1em;
  }
  
 .headliner-slider h2 {
	font-size: 1.5em;
}

 .headliner-slider h3 {
	font-size: 1em;
}
 
  
.single-image {
		width: 100%!important;
	}
	
#single-details {
		width: 100%!important;
	}
	
.slide-img {
		width: 40%!important;
	}
	
.slide-text  {
		width: 60%!important;
	}
	
	
.slick-dots {
	bottom: 0;
	left: 1em;
	text-align: left;
	position: relative!important;
	float: left;
	
}

.slick-dots li {
	padding-left: 5px;
	padding-right: 5px;

}

.slick-dots li button {
	width: 10px;
	height: 5px;

}

.grid-item { 
	width: 47%; 
	}

	
/*.grid-item { 
	width: 100%; 
	margin-left: 0;
	}
	
.grid-image {
	display: none;
}
	
 .grid-image-mobile {
	display: block;
	width: 30%;
	float: left;
}


.grid-text {
	width: 70%;
}*/
 
#mobile-menu {
	display: block;
}
  
#mobile-menu .main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #FFF;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .375s;
}

#mobile-menu .main-nav.is-open {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

#mobile-menu .main-nav::before {
	 content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #dbaf43;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all .275s .1s;
}

#mobile-menu .main-nav.is-open::before {
    transform: skew(-14deg) translateX(0);
}

#mobile-menu ul {
    display: inline-flex;
    flex-direction: column;
    height: 93%; 
    align-items: flex-end;
    justify-content: center;
    transform: translateX(-18%) skew(-16deg);
	margin-top: 2em;
}

#mobile-menu li {
    display: block;
    margin: 0em 0;
    text-align: right;
    transform: skew(16deg);
}

#mobile-menu a {
    opacity: 0;
    transform: translateY(-10px);
	padding-top: 0.5em!important;
	padding-bottom: 0.3em!important;
}

#mobile-menu .is-open a {
    opacity: 1;
    transform: translateY(0);
}
#mobile-menu li:nth-child(1) a {
	transition: all 275ms 175ms
}
#mobile-menu li:nth-child(2) a {
	transition: all 275ms 225ms
}
#mobile-menu li:nth-child(3) a {
	transition: all 275ms 275ms
}
#mobile-menu li:nth-child(4) a {
	transition: all 275ms 325ms
}
#mobile-menu li:nth-child(5) a {
	transition: all 275ms 375ms
}

#mobile-menu ul,
#mobile-menu li {
	list-style: none;
	padding: 0;
}
#mobile-menu a {
	display: block;
	padding: 12px 0;
	color: white;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
}


#mobile-menu .open-main-nav {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1000;
	background: none;
	border: 0;
	cursor: pointer;
}
#mobile-menu .open-main-nav:focus {
	outline: none;
}
#mobile-menu .burger {
	position: absolute;
	display: block;
	width: 28px;
	height: 3px;
	margin: 0 auto;
	background: white;
	transform: skew(-23deg);
	transition: all .275s;
	float: left;
	margin-top: 5px;
}

#mobile-menu .burger:after,
#mobile-menu .burger:before {
	content: '';
	display: block;
	height: 100%;
	background: white;
	transition: all .275s;
}

#mobile-menu .burger:after {
	transform: translateY(7px) translateX(0);
}

#mobile-menu .burger:before {
	transform: translateY(-10px);
}


#mobile-menu .is-open .burger {
	transform: skew(0) translateY(-2px) rotate(-45deg);
}
#mobile-menu .is-open .burger:before {
	transform: translateY(1px) skew(-14deg) rotate(75deg);
}

#mobile-menu .is-open .burger:after {
	transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
}


#mobile-menu .burger-text {
	display: block;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	color: white;
	float: left;
	margin-left: 40px;
	font-size: 1em;
}

#mobile-menu .socials {
	float: right;
	display: block;
	margin-right: 50%;
}

#mobile-menu .socials ul{
	float: left;
	display: block;
	margin-top: 0;
}
#mobile-menu .socials li {
	display: inline-block;
}

#mobile-menu .socials li a {
	border: none;
}

.main-navigation ul li {
	display: none;
}

li#menu-item-43 {
	display: block;
	padding: 15px;
	padding-right: 25px;
}


li#menu-item-43 a {
	color: #00ADE6;
}

.all-events a {

padding: 4px 10px 4px 12px!important;
 
	
}

.all-events a:before {

  margin-top: -14px;   
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 1em solid;
  right: -0.95em;
  border-left-color: #dbaf43;
}

.single .all-events a {
margin-left: 14px; 
}


.single .all-events a:before {
  margin-top: -14px; 
  left: -14px;
  width: 0px;
   height: 0px;
  border-style: solid;
    border-width: 14px 14px 14px 0;
    border-color: transparent #dbaf43 transparent transparent;
}



}

@media only screen and (max-width: 400px) {

.grid-item { 
	width: 97%; 
	}
	
.single #content, .page #content {
	padding-left: 3%;
	padding-right: 3%;
}

.slide-img, .slide-text {
		width: 100%!important;
		margin-bottom: 1em;
	}
div#slick-slide04.slide.slick-slide.slick-current.slick-active div.slide-text
}




footer {
	width: 100%;
	float: left;
	background-color: #002D3B;
	padding: 1em;
}

footer a {
	display: block;
	width: 100%;
	float: left;
	color: white;
	font-size: 0.8em;
	text-align: center;
	border: none;
}

#logo-wrap {
	width: 100%;
	background-color: white;
	float: left;
}

#logos {
	width: 100%;
	padding: 2% 5%;
	max-width: 1000px;
	overflow: hidden;
	margin: auto;
}

div#main-content figure.wp-block-gallery.has-nested-images.columns-4.is-cropped figure.wp-block-image.size-large figcaption {
	display: none;
}

div#slb_viewer_slb_default.slb_viewer.slb_theme_slb_black.slb_theme_slb_default.slb_theme_slb_baseline.item_multi div.slb_viewer_layout div.slb_container div.slb_details div.inner div.slb_data div.slb_data_content span.slb_data_title span.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title, div#slb_viewer_slb_default.slb_viewer.slb_theme_slb_black.slb_theme_slb_default.slb_theme_slb_baseline.item_multi div.slb_viewer_layout div.slb_container div.slb_details div.inner div.slb_data div.slb_data_content span.slb_group_status {
	display: inline-block;
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1;
	color: #00ADE6;
	margin-top: 0.5em;
}

div#slb_viewer_slb_default.slb_viewer.slb_theme_slb_black.slb_theme_slb_default.slb_theme_slb_baseline.item_multi div.slb_viewer_layout div.slb_container div.slb_details div.inner div.slb_data div.slb_data_content span.slb_group_status {
	color: #466c79;
}

#slb_viewer_wrap .slb_theme_slb_black .slb_container {
	background-color: #002D3B!important;
}


#exhibits {
/*	display: none;*/
	
}


.socials {
	display: block;
	float: right;
	margin-right: 10px;
	width: 140px;
}

.socials li {
	display: inline-block;
}

.socials li a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: white;
	margin-right: 10px;
	margin-top: 15px;
}

.socials li.fb a {
	background: url('assets/img/fb-white.svg') left top no-repeat;
}

.socials li.insta a {
	background: url('assets/img/insta-white.svg') left top no-repeat;
}

.socials li.spoti a {
	background: url('assets/img/spoti-white.svg') left top no-repeat;
}


footer .socials {
	width: 100%;
	float: none;
	text-align: center;
	margin: 0;
	margin-bottom: 2em;
	margin-right: -10px;
}

footer .socials ul {
	margin: 0;
	padding-left: 0;
}

#share button {
	float: left;
	margin-top: 2em;
	font-size: 1.1em;
	line-height: 1.3;
	padding-left: 45px;
	background: url('assets/img/share-white.svg') left top no-repeat #5c5c5c;
	color: white;
}

#share button.active, #share button:hover {
	background-color: #00ADE6;
	color: white;
}


/*Multi Language*/

.language-switcher {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.language-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: transform 0.2s;
}

.language-btn img {
    width: 30px;
    height: auto;
    display: block;
    background-color: white;
    padding-bottom: 3px; /* Platzhalter Linie */
    border-bottom: 3px solid transparent; 
}

.language-btn:hover {
    transform: scale(1.1);
}

.language-btn.active img {
    border-bottom: 3px solid #00ADE6; 
}


.language-banner {
    background-color: #b4964b; 
    padding: 10px 0;
    text-align: center; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%; 
    box-sizing: border-box; 
}

.language-flags {
    display: inline-flex; 
    gap: 10px; 
}

.language-flags img {
    width: 30px; 
    height: auto;
    display: block; 
}


/*Temp Änderungen*/


/*.filter-button-group {
	display: none;
}*/

p.no-events {
	font-size: 1em;
	padding-right: calc(5% - 1.5em);
	padding-left: calc(5% - 1.5em);
	color: #002D3B;
}

/*li.multilanguage > a::after {
    content: url('assets/img/multi.svg');
    display: inline-block;
    vertical-align: middle; 
	margin-left: 10px;
	width: 40px;
	height: auto;
	transform: scale(1.6) translateY(2px);
}*/

li.multilanguage {
    padding-right: 0.6em;
}

li.info-en {
	padding-left: 0;
	padding-right: 0.6em;
	padding-bottom: 0;
}

li.info-he {
	padding-left: 0;
	padding-bottom: 0;
}

li.info-en > a,
li.info-he > a {
    display: flex;             
    align-items: center;         
    justify-content: center;     
    width: 22px;
    height: 26px;                
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
}

li.info-en > a::after,
li.info-he > a::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: filter 0.3s ease, transform 0.3s ease;
}

li.info-en > a::after {
    background-image: url('assets/img/multi-en.svg');
}

li.info-he > a::after {
    background-image: url('assets/img/multi-he.svg');
}

li.info-en > a:hover::after,
li.info-he > a:hover::after {
    transform: scale(1.1);
}

@media (max-width: 950px) {
    #mobile-menu li.info-en,
    #mobile-menu li.info-he {
        padding: 0;
        margin: 0;
		
    }

    #mobile-menu li.info-en a,
    #mobile-menu li.info-he a {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        height: auto;
        text-indent: 0;               
        position: relative;
        overflow: visible;
        padding: 0.5em;
		padding-left: 0;
		padding-right: 0;
    }

    #mobile-menu li.info-en a::after,
    #mobile-menu li.info-he a::after {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
		margin-left: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: none;
        filter: none;
        transition: filter 0.3s ease;
		
    }

    #mobile-menu li.info-en a::after {
        background-image: url('assets/img/multi-en.svg');
    }

    #mobile-menu li.info-he a::after {
        background-image: url('assets/img/multi-he.svg');
    }


}


.wp-element-caption {
	font-weight: 500;
	font-size: 0.9em;
	line-height: 1.2;
	margin-bottom: 2em;
	margin-top: 1em;
}

.jikt-slider-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  
}

.jikt-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 50px;
  box-sizing: border-box;
}

.jikt-slider img {
  width: 100%;
  aspect-ratio: 16 / 9; 
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 4px;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #dbaf43;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

.custom-prev:hover,
.custom-next:hover {
  color: #a88122;
}

@media (max-width: 1024px) {
  .custom-prev,
  .custom-next {
    font-size: 24px;
    width: 32px;
    height: 32px;
  }

  .jikt-slider {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .custom-prev,
  .custom-next {
    font-size: 20px;
    width: 28px;
    height: 28px;
  }

  .jikt-slider {
    padding: 0 30px;
  }
}

p.jikt-caption {
	width: 100%;
	float: left;
	color: white;
	font-size: 0.8em;
	padding: 0.8em;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}