/* ------------- CSS-Reset zuerst ------------- */
*, 
*::before,
*::after {
	box-sizing: border-box;
	}
*:not(dialog) {
	margin: 0;
	}
@media (prefers-reduced-motion: no-preference) {
	html {
		interpolate-size: allow-keywords;
		height: 100%;
		}
	}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	}
input, button, textarea, select {
	font: inherit;
	}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
	}
p {
	text-wrap: pretty;
	}
h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
	}
#root, #__next {
	isolation: isolate;
	}
:root { 
	font-size: 16px!important;
	}

/* ------------- Preloader ------------- */
#preloader {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	background: #fff;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	transition: opacity .35s ease, visibility .35s ease;
	}
.spinner {
	width: 48px;
	height: 48px;
	border: 4px solid #e5e7eb;
	border-top-color: #0f766e;
	border-radius: 50%;
	animation: spin .8s linear infinite;
	}
.is-loaded #preloader {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	}
@keyframes spin {
	to { transform: rotate(360deg); }
	}

/* ------------- Body ------------- */
body {
	font-family: 'Poppins', 'noto-sans', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.43;
	margin: 0;
	color: #222;
	background: #fff;
	font-size: 1rem;
	}

/* ------------- Navbar ------------- */
.navbar {
	background: #fff;
	border-bottom: 1px solid #222;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	}
.icon-x,
.icon-menu,
[class*=" icon-"] {
    font-size: 24px !important;
	margin-right: 1rem;
	}
	
.navbar-view {
	background: #fff;
	border-bottom: none;
	box-shadow: none;
	}
/* Navbar: Button-Textfarbe (Theme-Dropdown) */
.navbar .btn-outline-color-mode {
  color: #222;
  background: transparent;
  border-color: #222;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 3px;
}

/* Optional: Hover-Effekt für Dropdown-Items mit Icons */
.navbar .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Navbar: Material Icons (für Buttons, Dropdown-Items etc.) */
.navbar .material-icons,
.navbar .material-icons-outlined,
.navbar .material-symbols-outlined {
  position: static;
  font-size: 1.25rem;
  color: inherit;
  z-index: auto;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* ------------- Footer ------------- */
#footer a {
	color: #222 !important;
	text-decoration: none;
    }
#footer a:hover {
	color: #222 !important;
	text-decoration: none;
    }

/* ------------- Links ------------- */

a {
	color: #222 !important;
	text-decoration: none;
    }
a:hover {
	color: #222 !important;
	text-decoration: none;
    }

/* ------------- Überschriften ------------- */
h1 {
	font-size: 1.25rem;
	font-weight: 400;
	} 
h2 {
	font-family: 'Poppins', 'noto-sans', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.15rem;
	line-height: 1.5;
	}
h4, h5 {
	font-size: 1rem;
	} 
	
h1.page-title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 5rem; /* weil: navbar fixed-top, also Abstand von page oben - nicht Abstand von navbar */
	padding-bottom: 1rem;
	/* border-bottom: 10px solid;
	border-image: linear-gradient(to right, #6491b7 0% 50%, #fdc300 50% 100%) 1; */
	} 
h1.page-title span {
	font-size: 1.25rem;
	font-weight: 400;
	}
	
h5.chapter-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	} 

.highlight {
  padding: 0em 0.7em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 229, 54, 0.1),
    rgba(255, 229, 54, 0.6) 4%,
    rgba(255, 229, 54, 0.2)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

p.note-beta-version {
	display: block;
	color: #b83027;
	/* margin-top: 1rem; */
	}

/* Veranstaltungstitel in der Blog-Foto-Gallerie */
h3.blog-post-title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	} 
h3.blog-post-title span.blog-date {
	font-size: 1rem;
	font-weight: 400;
	}

/* Trenner zwischen Monaten */	
h6.month {
	width: 100%; 
	text-align: center; 
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	line-height: 0.1em;
	margin: 10px 0 20px; 
	} 

h6.month span { 
	background:#fff; 
	padding:0 10px; 
	}
	
/* Offcanvas-Zwischenüberschriften */
h6.oc-title {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding: 1rem 1rem .75rem 1rem;
	background: rgb(100, 145, 183, .17);
	}

/* ------------- Offcanvas Tab-Menü ------------- */

.navbar-offcanvas {
	background: #fff;
	border-bottom: none;
	box-shadow: none;
	}

/* Standard */
#offcanvasMenuTab .nav-link {
    color: #222;
    background-color: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: .35rem .5rem;
}
li.nav-item {
	}

/* Hover */
#offcanvasMenuTab .nav-link:hover,
#offcanvasMenuTab .nav-link:focus {
    color: #222;
	background: #fff;
	border: 1px solid #6491b7;
	border-radius: 3px;
	padding: .35rem .5rem;
	}

/* aktiver Tab */
#offcanvasMenuTab .nav-link.active,
#offcanvasMenuTab .nav-link.active:hover,
#offcanvasMenuTab .nav-link.active:focus {
    color: #222;
	background: #fff;
	border: 1px solid #6491b7;
	border-radius: 3px;
	}
#offcanvasMenuTab .nav-link:hover {
    color: #222;
	background: transparent;
	border: 1px solid #6491b7;
	border-radius: 3px;
	}
/* ------------- Kacheln vs. Liste ------------- */
/* Standard */
#siteTab .nav-link {
    color: #222;
    background-color: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
}
li.nav-item {
	padding-right: 1px;
	}

/* Hover */
#siteTab .nav-link:hover,
#siteTab .nav-link:focus {
    color: #222;
	background: #fff;
	border: 1px solid #6491b7;
	border-radius: 3px;
	}

/* aktiver Tab */
#siteTab .nav-link.active,
#siteTab .nav-link.active:hover,
#siteTab .nav-link.active:focus {
    color: #222;
	background: #fff;
	border: 1px solid #6491b7;
	border-radius: 3px;
	}
#siteTab .nav-link:hover {
    color: #222;
	background: transparent;
	border: 1px solid #6491b7;
	border-radius: 3px;
	}

/* Orte bzw. Kategorie (ohne Link) in der Liste im Offcanvas */

.offcanvas-tabmenu-list p.ort {
	color: #6491b7;
	font-weight: 400;
	background: #fff;
	}
.offcanvas-tabmenu-list p.kategorie {
	background: #fff;
	}
td.table-month {
	color: #6491b7;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	}
tr.table-event {
	border-bottom: 1px solid #ccc;
	}
tr.table-event:hover {
	background: #ccc!important;
	border-bottom: 1px solid #ccc;
	}

/* ------------- Content: Cards ------------- */

.card {
	padding: 20px 25px;
	border-radius: 4px;
	border: 1px solid rgba(34, 34, 34, .47);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	}

.card-green {
	background: rgba(227, 232, 225, 1);
	}

.card-red {
	background: rgba(234, 201, 202, 1);
	}

.tag-line {
	display: block;
	border-bottom: 1px dashed rgba(34, 34, 34, .47);
	border-radius: 0;
	padding: 0 0 15px 0;
	}

.text-italic-400 {
	font-weight: 400;
	font-style: italic;
	}
	
.text-regular-500 {
	font-weight: 500;
	}

.text-italic-500 {
	font-weight: 500;
	font-style: italic;
	}

