/*
Theme Name: jazz49
Theme URI: 
Author: Detlef Heese
Author URI: https://hee.se
Description: Alle Templates zum Start der Webseite
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.2
Version: 0.2512118
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jazz49
Tags: Eine Spalte, Individuelle Farben, custom-menu, Individuelles Logo, Stylesheet für Editor, Beitragsbilder, Website-Editor, Block-Editor-Vorlagen, rtl-language-support, Beitrag oben halten, threaded-comments, translation-ready, Breite Blöcke, Block-Editor-Stile, Stil-Varianten, Für Barrierefreiheit geeignet, Blog, Portfolio, News

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}


/* Events Manager */
.em {
	max-width: 100%;
}

.single-event .wp-block-post-title {

}

.em-event-single .event-details {
	width: 100%;
	max-width: 645px;
	margin: 20px auto !important;
}

.em-location-single .location-details {
	width: 100%;
	max-width: 645px;
	margin: 20px auto !important;
}

.em.pixelbones a {
  color: inherit !important;
  background-color: inherit !important;
}

.single-event .wp-block-button .btn-tickets,
.single-event .wp-block-button .btn-all-events {
	min-width: 230px;
	color: var(--wp--preset--color--base) !important;
	background-color: #c0036a !important;
	margin-bottom: 2em;
}

.single-event .wp-block-button .btn-kombiticket {
	color: var(--wp--preset--color--contrast) !important;
	background-color: #f7a600 !important;
}

.single-event .wp-block-button .btn-all-events {
	background-color: var(--wp--preset--color--contrast) !important;
}

.single-event .wp-block-button a:hover {
	opacity: 0.9;
}

.event-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
	border-top: 1px solid var(--wp--preset--color--accent-6);
  	padding-top: var(--wp--preset--spacing--40);
  	padding-bottom: var(--wp--preset--spacing--40);
}

.em.em-list.em-grid {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	width: 1080px;
	margin: 20px auto !important;
}

.em.em-item .em-item-meta .em-item-meta-line a,
.em.em-list .em-item .em-item-meta .em-item-meta-line a, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
	font-style: normal !important;
	font-weight: bold;
}

.no-margin {
	margin-left: calc( var(--wp--style--root--padding-left) * -1 );
	margin-right: calc( var(--wp--style--root--padding-right) * -1 );
}
