@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 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--primary);
  text-decoration: none;
}
nav ul li + li::before {
  content: "***";
  margin: 0.2em 0.5em 0;
}
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;
}

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

.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: 100vh;
}

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

.eventlist .eventlist-month {
  text-align: center;
}
.eventlist .eventlist-month .eventlist-heading {
  font-size: 1.34em;
  font-family: var(--wp--preset--font-family--primary);
  margin-bottom: 3.385vw;
}
.eventlist .event {
  margin-bottom: 65px;
}
.eventlist .event .event-title {
  font-family: var(--wp--preset--font-family--headline);
  font-size: 1.421em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0.625vw;
}
.eventlist .event .read-more {
  font-family: "Source Sans";
  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;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.625vw;
}
.single-event .infos {
  padding: 1.042vw;
  flex: 0 0 100%;
  width: 100%;
  text-align: left;
}
.single-event .infos .event-date {
  margin-bottom: 0.625vw;
}
.single-event .infos p {
  margin-bottom: 1.042vw;
}
.single-event .infos .description {
  font-size: 0.775em;
}
.single-event .infos a.buy {
  font-size: 1em;
}

@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;
  }
}
/*
@font-face {
    font-family: 'Breamcatcher';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/breamcatcher.woff2') format('woff2');
}

@font-face {
    font-family: 'Clever';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('assets/fonts/clever.otf') format('otf');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}*/
@font-face {
  font-family: "Source Sans";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("assets/fonts/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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