@charset "UTF-8";
/*!
Theme Name: FGL Konstanz 2025
Text Domain: fgl
Domain Path: /languages
Author: Max Kohler
Author URI: https://www.maxkohler.com/
Description: Wordpress theme für die FGL Konstanz. Erforderliche Plugins: Advanced Custom Fields Pro. Siehe README.md technische Informationen und Changelog.
Version: 0.0.6
License: All rights reserved
*/
:root {
  --ratio: 1.3;
  --black: #0b0b0c;
  --white: white;
  --ms-0: 1.1rem;
  --ms-1: calc(var(--ms-0) * var(--ratio));
  --ms-2: calc(var(--ms-1) * var(--ratio));
  --ms-3: calc(var(--ms-2) * var(--ratio));
  --ms-4: calc(var(--ms-3) * var(--ratio));
  --ms-5: calc(var(--ms-4) * var(--ratio));
  --ms-6: calc(var(--ms-5) * var(--ratio));
  --baseline: calc(var(--ms-0) * 1.35);
  --green-base: #71a52e;
  --green-dark: #00511a;
  --green-light: #cedec4;
  --pink-light: #ffe9f5;
  --pink: #e6007e;
  --pink-hover: #e6007fd8;
  --yellow: #ffdc00;
  --yellow-light: #f6f2d4;
  --sans: 'roboto', sans-serif;
  --condensed: 'roboto-condensed';
  --slab: 'roboto-slab';
  --fast: 150ms;
  --slow: 450ms;
  --padding: Min(2rem, 4%);
}
@media (min-resolution: 120dpi) {
  :root {
    --ms-0: 0.85rem;
  }
}

@font-face {
  font-family: roboto;
  src: url(./assets/fonts/roboto.woff2) format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: roboto;
  src: url(./assets/fonts/roboto-italic.woff2) format("woff2");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "roboto-condensed";
  src: url(./assets/fonts/roboto-condensed.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "roboto-slab";
  src: url(./assets/fonts/roboto-slab.woff2) format("woff2");
  font-display: swap;
}
.single__copy, .home__section p {
  font-size: var(--ms-0);
  line-height: 1.45;
  hyphens: auto;
}

.home__section h2 {
  font-family: var(--condensed);
  font-size: var(--ms-3);
  margin-bottom: 0.25em;
  font-weight: 400;
  color: var(--green-dark);
}

.topics__title {
  font-size: var(--ms-2);
  line-height: 1.25;
  font-family: var(--condensed);
  hyphens: auto;
}

.topics__more {
  color: inherit;
  text-underline-offset: 0.1em;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
blockquote,
dl,
dd {
  font-weight: inherit;
  font-size: inherit;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:target {
  scroll-margin-block: 5ex;
}

button,
textarea,
select,
input,
a {
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
  text-transform: inherit;
  word-spacing: inherit;
  letter-spacing: inherit;
}

/*!
Theme Name: FGL Konstanz 2025
Text Domain: fgl
Domain Path: /languages
Author: Max Kohler
Author URI: https://www.maxkohler.com/
Description: Wordpress theme für die FGL Konstanz. Erforderliche Plugins: Advanced Custom Fields Pro. Siehe README.md technische Informationen und Changelog.
Version: 0.0.6
License: All rights reserved
*/
body {
  font-family: var(--sans);
  background: var(--green-light);
}

/*!
Theme Name: FGL Konstanz 2025
Text Domain: fgl
Domain Path: /languages
Author: Max Kohler
Author URI: https://www.maxkohler.com/
Description: Wordpress theme für die FGL Konstanz. Erforderliche Plugins: Advanced Custom Fields Pro. Siehe README.md technische Informationen und Changelog.
Version: 0.0.6
License: All rights reserved
*/
.site__container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
}

.site__header {
  background: var(--green-base);
  padding: var(--padding);
  height: 25vh;
  overflow: hidden;
  position: relative;
}

.header__copy {
  position: absolute;
  width: 50%;
  color: white;
  font-family: var(--condensed);
  text-align: center;
  right: 10%;
  top: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  bottom: 0;
  transform: rotate(-4deg);
}
.header__copy:after {
  content: "";
  width: 180%;
  right: -20vw;
  top: 20%;
  position: absolute;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 10000px;
  background: var(--pink);
}
.header__copy p {
  position: relative;
  z-index: 10;
}

.header__title {
  font-weight: 900;
  text-wrap: balance;
  line-height: 0.9;
  letter-spacing: -0.01em;
  font-size: var(--ms-6);
}

.header_subtitle {
  text-wrap: balance;
  line-height: 1.15;
  font-weight: 600;
  font-size: var(--ms-3);
  color: var(--yellow);
}

.site__logo {
  max-width: 12rem;
}
.site__logo img {
  width: 100%;
  display: block;
}

.site__nav {
  background: var(--green-dark);
  padding: 0 var(--padding);
  color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site__nav ul {
  display: flex;
  font-size: var(--ms-1);
  list-style: none;
  gap: 0.85em;
}
.site__nav a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 1rem 0;
}
.site__nav .current-menu-item {
  color: var(--yellow);
  font-weight: bold;
}

.site__footer {
  color: white;
  display: flex;
  font-size: var(--ms--1);
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 1rem var(--padding);
  gap: 0.5em;
  background: var(--green-dark);
  border-bottom: 1rem solid var(--green-base);
}

.footer__menu {
  display: flex;
  font-weight: bold;
  list-style: none;
  gap: 0.75em;
}
.footer__menu a {
  text-decoration: none;
  color: inherit;
}

/*!
Theme Name: FGL Konstanz 2025
Text Domain: fgl
Domain Path: /languages
Author: Max Kohler
Author URI: https://www.maxkohler.com/
Description: Wordpress theme für die FGL Konstanz. Erforderliche Plugins: Advanced Custom Fields Pro. Siehe README.md technische Informationen und Changelog.
Version: 0.0.6
License: All rights reserved
*/
.home__section {
  grid-column: 1/13;
  border-top: 1px dashed var(--green-light);
  margin-top: 4em;
  padding-top: 2em;
}
.home__section p {
  margin-bottom: 1em;
  max-width: 50rem;
}

p.home__notice {
  font-size: var(--ms-0);
  background: var(--pink-light);
  padding: 1.5em var(--padding);
  max-width: 36em;
  line-height: 1.45;
  letter-spacing: 0.005em;
  display: inline-block;
  font-weight: 400;
}

.home__intro {
  grid-column: 1/13;
  font-size: var(--ms-3);
  color: var(--green-dark);
  font-weight: 500;
  font-family: var(--condensed);
  padding-top: 0.5em;
  padding-bottom: 1em;
  line-height: 1.1;
}
.home__intro p {
  max-width: 24em;
}

/*!
Theme Name: FGL Konstanz 2025
Text Domain: fgl
Domain Path: /languages
Author: Max Kohler
Author URI: https://www.maxkohler.com/
Description: Wordpress theme für die FGL Konstanz. Erforderliche Plugins: Advanced Custom Fields Pro. Siehe README.md technische Informationen und Changelog.
Version: 0.0.6
License: All rights reserved
*/
.single__title {
  font-family: var(--condensed);
  font-size: var(--ms-5);
  font-weight: 700;
  margin-bottom: 0.75em;
  grid-column: span 12;
  color: var(--green-dark);
  letter-spacing: -0.0075em;
}

.single__content {
  padding: 1rem var(--padding);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--padding);
  font-size: var(--ms-0);
  padding-bottom: 2rem;
}

.single__copy {
  display: contents;
}
.single__copy > * {
  grid-column: span 8;
}
.single__copy p {
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
.single__copy table {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/*!
Theme Name: FGL Konstanz 2025
Text Domain: fgl
Domain Path: /languages
Author: Max Kohler
Author URI: https://www.maxkohler.com/
Description: Wordpress theme für die FGL Konstanz. Erforderliche Plugins: Advanced Custom Fields Pro. Siehe README.md technische Informationen und Changelog.
Version: 0.0.6
License: All rights reserved
*/
.events-list {
  width: 100%;
  text-align: left;
  max-width: 45rem;
  border: 1px solid var(--green-dark);
  border-top-width: 4px;
  margin-bottom: 1em;
}
.events-list th,
.events-list td {
  padding: 0.5em 0.75em;
}
@media (min-width: 800px) {
  .events-list th,
  .events-list td {
    padding: 0.75em 1em;
  }
}
.events-list th {
  border-right: 1px solid var(--green-dark);
}
.events-list tr {
  border-bottom: 1px solid var(--green-dark);
}

/*!
Theme Name: FGL Konstanz 2025
Text Domain: fgl
Domain Path: /languages
Author: Max Kohler
Author URI: https://www.maxkohler.com/
Description: Wordpress theme für die FGL Konstanz. Erforderliche Plugins: Advanced Custom Fields Pro. Siehe README.md technische Informationen und Changelog.
Version: 0.0.6
License: All rights reserved
*/
.topics-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: var(--padding);
       column-gap: var(--padding);
  row-gap: var(--padding);
  margin-top: 1rem;
}

.topics__item {
  color: var(--green-dark);
}

.topics__image {
  display: block;
  margin-bottom: 1.25rem;
  border-top: 6px solid var(--green-dark);
}
.topics__image img {
  width: 100%;
  height: auto;
  display: block;
}

.topics__title {
  margin-bottom: 0.5rem;
  color: inherit;
  display: block;
  text-decoration: none;
}

/*!
Theme Name: FGL Konstanz 2025
Text Domain: fgl
Domain Path: /languages
Author: Max Kohler
Author URI: https://www.maxkohler.com/
Description: Wordpress theme für die FGL Konstanz. Erforderliche Plugins: Advanced Custom Fields Pro. Siehe README.md technische Informationen und Changelog.
Version: 0.0.6
License: All rights reserved
*/
.button, .button--primary {
  display: inline-block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  cursor: pointer;
}

.button--primary {
  background: var(--pink);
  color: white;
  font-family: var(--slab);
}
.button--primary:hover, .button--primary:focus {
  background: var(--pink-hover);
}
