@charset "UTF-8";
/**
 * Theme Name:        Gold Neu-Ulm WordPress Theme
 * Theme URI:         https://dasgold.org
 * Description:       Theme für das GOLD in Neu-Ulm
 * Version:           1.0.0
 * Author:            Andreas Neubert
 * Text Domain:       gold
 * Domain Path:       /assets/lang
 * Tested up to:      6.9
 * Requires at least: 6.2
 * Requires PHP:      8.2
 */
/* Reset
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

main, article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
} /* we'll restore bullets as needed for content */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

td img {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  margin: 1rem 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre-line;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

small {
  font-size: 0.8rem;
}

strong {
  font-weight: bold;
}

sub, sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5rem;
}

sub {
  bottom: -0.25rem;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

ins {
  background-color: var(--highlight-color);
  color: #000;
  text-decoration: none;
}

mark {
  background-color: var(--highlight-color);
  color: #000;
  font-style: italic;
  font-weight: bold;
}

blockquote {
  padding: 2rem;
  border-left: 1px solid #333;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
} /* https://css-tricks.com/snippets/css/clear-fix/ */
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

@media (prefers-reduced-motion: no-preference) {
  :has(:target) {
    scroll-behavior: smooth;
  }
}
/* ———— END THE GENERIC RESETS ———— */
:root {
  --font-normal: "Breamcatcher", sans-serif;
  --font-headline: "Clever", sans-serif;
  --highlight-color: #fcd700;
}

body {
  font-size: 1.667vw;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--text);
  background-color: var(--wp--preset--color--background);
}

a {
  color: var(--wp--preset--color--text);
  text-decoration: underline;
}
a:hover {
  color: var(--wp--preset--color--text);
  text-decoration: underline;
}

p {
  margin-bottom: 4.063vw;
}
p.is-style-margin-bottom-double {
  margin-bottom: 8.126vw;
}

nav {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4.063vw;
}
nav .logo {
  margin-top: 2.131vw;
  margin-right: 2.048vw;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--headline);
  line-height: 1;
  font-size: 1.44em;
}
nav ul {
  display: flex;
  align-items: center;
}
nav ul li {
  display: flex;
  align-items: center;
}
nav ul li a {
  font-family: var(--wp--preset--font-family--breamcatcher);
  text-decoration: none;
}
nav ul li + li::before {
  content: "***";
  margin: 0.4em 0.5em 0;
  font-family: var(--wp--preset--font-family--headline);
  font-size: 0.8em;
}
nav ul li:hover a, nav ul li.current-menu-item a {
  text-decoration: underline;
}
nav ul.top {
  margin-top: 2.031vw;
  font-size: 0.88em;
}

/* Burger, only visible below 1024px. Hidden but focusable so it works via keyboard. */
.menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.menu-burger {
  display: none;
}

h1, h2, h3 {
  font-family: var(--wp--preset--font-family--headline);
  font-size: 25.4em;
  line-height: 1;
}
h1.is-style-margin-bottom, h2.is-style-margin-bottom, h3.is-style-margin-bottom {
  margin-bottom: 4.063vw;
}

h1 {
  font-size: 7.2em;
}
h1.is-style-bigger {
  font-size: 14.1em;
}

h2 {
  font-size: 3.2em;
}

h3 {
  font-size: 1.75em;
}

.text-align-center {
  text-align: center;
}

.margin-top {
  margin-top: 1.042vw;
}

.margin-bottom {
  margin-bottom: 1.042vw;
}

.is-style-centered-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 75svh;
}

.home .is-style-centered-container {
  min-height: 100svh;
}

.middled {
  margin: 0.4em 0.25em 0;
  font-family: var(--wp--preset--font-family--headline);
  font-size: 0.8em;
}

.wp-block-post-title {
  font-size: 2em;
  font-family: var(--wp--preset--font-family--primary);
}

.wp-block-post-content, .single-event {
  font-size: 0.84em;
}
.wp-block-post-content nav, .single-event nav {
  font-size: 1.2em;
}

.button, button {
  font-family: var(--wp--preset--font-family--breamcatcher);
  background-color: var(--wp--preset--color--text);
  color: var(--wp--preset--color--background);
  padding: 1.042vw 2.084vw;
  line-height: 1;
  text-decoration: none;
  border-radius: 2.225vw;
  text-decoration: none;
  border: 1px solid var(--wp--preset--color--text);
}
.button:hover, button:hover {
  color: var(--wp--preset--color--text);
  background-color: var(--wp--preset--color--background);
  text-decoration: none;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.042vw;
}
.social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  color: var(--wp--preset--color--text);
  border: 1px solid var(--wp--preset--color--text);
  border-radius: 50%;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.social-icons .social-icon svg {
  display: block;
  width: auto;
  height: 0.9em;
  fill: currentColor;
}
.social-icons .social-icon:hover, .social-icons .social-icon:focus-visible {
  color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--text);
  text-decoration: none;
}
.social-icons .social-icon-facebook svg {
  height: 0.95em;
}
.social-icons .social-icon-spotify svg {
  height: 0.72em;
}
.social-icons .social-icon-youtube svg {
  height: 0.72em;
}
.social-icons .social-icon-bandcamp svg {
  height: 0.6em;
}
.social-icons .social-icon-website svg {
  height: 1.08em;
}

.single-event .social-links {
  margin-top: 1.042vw;
}

.subline {
  font-family: var(--wp--preset--font-family--breamcatcher);
  font-size: 1.2em;
  line-height: 1.44;
}

.eventlist {
  width: 100%;
}
.eventlist .eventlist-month {
  text-align: center;
}
.eventlist .eventlist-month .eventlist-heading {
  font-size: 1.54em;
  font-family: var(--wp--preset--font-family--breamcatcher);
  margin-bottom: 1.385vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventlist .eventlist-month .eventlist-heading::before, .eventlist .eventlist-month .eventlist-heading:after {
  content: "***";
  margin: 0.4em 0.5em 0;
  font-family: var(--wp--preset--font-family--headline);
  font-size: 0.8em;
}
.eventlist .eventlist-month .eventlist-heading:after {
  margin-left: 0.5em;
  margin-right: 0;
}
.eventlist .event {
  margin-bottom: 3.3333vw;
}
.eventlist .event .event-title {
  font-family: var(--wp--preset--font-family--headline);
  font-size: 1.421em;
  line-height: 1;
  margin-top: 0.625vw;
}
.eventlist .event .event-title a {
  text-decoration: none;
}
.eventlist .event .event-date {
  font-size: 0.84em;
}
.eventlist .event .event-image img {
  aspect-ratio: 5/4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 720px;
}
.eventlist .event .read-more {
  text-decoration: none;
  font-weight: 300;
  font-size: 0.77em;
  line-height: 1;
}
.eventlist .event .read-more:hover {
  text-decoration: underline;
}

.single-event {
  max-width: 1000px;
  margin: 0 auto 5.208vw;
}
.single-event .event-image img {
  max-height: 33.333vw;
}
.single-event .event-title {
  font-family: var(--wp--preset--font-family--headline);
  font-size: 1.625em;
  line-height: 1;
  margin-bottom: 0.325vw;
  text-align: center;
}
.single-event .infos {
  padding: 1.042vw;
  flex: 0 0 100%;
  width: 100%;
  text-align: left;
}
.single-event .infos .event-date {
  margin-bottom: 2.225vw;
  text-align: center;
}
.single-event .infos p {
  margin-bottom: 1.042vw;
}
.single-event .infos .description {
  font-size: 0.775em;
  text-align: center;
}
.single-event .infos a.buy {
  font-size: 1em;
}
.single-event .event-links {
  display: flex;
  justify-content: center;
  margin-top: 2.225vw;
  gap: 1.042vw;
}

@media screen and (min-width: 1950px) {
  :root, html, body {
    font-size: min(32px, 1.667vw);
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 20px;
  }
  /* The font size is fixed from here on, so vw spacing would collapse:
     spacing switches to em, headings shrink so they still fit the width. */
  p {
    margin-bottom: 2.44em;
  }
  p.is-style-margin-bottom-double {
    margin-bottom: 4.88em;
  }
  h1, h2, h3 {
    overflow-wrap: break-word;
  }
  h1.is-style-margin-bottom, h2.is-style-margin-bottom, h3.is-style-margin-bottom {
    margin-bottom: 1.5em;
  }
  h1 {
    font-size: 2.8em;
  }
  h1.is-style-bigger {
    font-size: 4em;
  }
  h2 {
    font-size: 1.9em;
  }
  h3 {
    font-size: 1.3em;
  }
  .margin-top {
    margin-top: 0.625em;
  }
  .margin-bottom {
    margin-bottom: 0.625em;
  }
  .button, button {
    padding: 0.625em 1.25em;
    border-radius: 1.335em;
  }
  nav {
    margin-bottom: 2.44em;
  }
  .social-icons {
    gap: 0.625em;
  }
  .eventlist .eventlist-month .eventlist-heading {
    margin-bottom: 2.03em;
  }
  .eventlist .event {
    margin-bottom: 2em;
  }
  .single-event {
    margin-bottom: 3.125em;
  }
  .single-event .event-image img {
    max-height: 60svh;
  }
  .single-event .infos {
    padding: 0.625em 0;
  }
  .single-event .infos .event-date {
    margin-bottom: 1.335em;
  }
  .single-event .infos p {
    margin-bottom: 0.625em;
  }
  .single-event .social-links {
    margin-top: 0.625em;
  }
  .single-event .event-links {
    margin-top: 1.335em;
  }
}
/* Tablet portrait and below: nav collapses into the burger */
@media screen and (max-width: 834px) {
  nav {
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1em 0;
  }
  nav .logo {
    margin-top: 0;
    margin-right: auto;
  }
  /* Fixed to the viewport, so it is in the same spot on every page */
  nav .menu-burger {
    display: block;
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 11;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
  }
  /* span is the middle bar, its pseudo elements are the outer two */
  nav .menu-burger span,
  nav .menu-burger span::before,
  nav .menu-burger span::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--wp--preset--color--text);
    transition: transform 0.2s ease, background-color 0.2s ease;
  }
  nav .menu-burger span {
    top: calc(50% - 1px);
  }
  nav .menu-burger span::before, nav .menu-burger span::after {
    content: "";
  }
  nav .menu-burger span::before {
    top: -0.4em;
  }
  nav .menu-burger span::after {
    top: 0.4em;
  }
  nav .menu-toggle:focus-visible ~ .menu-burger {
    outline: 1px solid var(--wp--preset--color--text);
    outline-offset: 0.2em;
  }
  /* Panel slides in from the right and covers the content */
  nav ul.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 75vw;
    max-width: 20em;
    height: 100svh;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    font-size: 1.4em;
    background-color: var(--wp--preset--color--background);
    border-left: 1px solid var(--wp--preset--color--text);
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.3s ease, visibility 0.3s ease;
  }
  nav ul.main-menu.top {
    margin-top: 0;
  }
  nav ul.main-menu li {
    flex-direction: column;
  }
  nav ul.main-menu li a {
    padding: 0.25em 0.5em;
  }
  nav ul.main-menu li + li::before {
    margin: 0.25em 0;
  }
  nav .menu-toggle:checked ~ ul.main-menu {
    visibility: visible;
    transform: translateX(0);
  }
  nav .menu-toggle:checked ~ .menu-burger span {
    background-color: transparent;
  }
  nav .menu-toggle:checked ~ .menu-burger span::before {
    top: 0;
    transform: rotate(45deg);
  }
  nav .menu-toggle:checked ~ .menu-burger span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* Keep the content behind the panel from scrolling */
  body:has(.menu-toggle:checked) {
    overflow: hidden;
  }
  /* Smaller covers so more of the list fits on screen */
  .eventlist .event .event-image img {
    max-width: min(65%, 18em);
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.2em;
  }
  h1.is-style-bigger {
    font-size: 3em;
  }
  h2 {
    font-size: 1.6em;
  }
}

/*# sourceMappingURL=style.css.map */
