@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "vendor/devicon.min.css";
@import "../css/vendor/simplemde.min.css";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
:root {
  --color-background-light: #f2e8dd;
  --color-background-dark: #ede0cf;
}

@font-face {
  font-family: "recursive";
  src: url("../fonts/recursive_latin_basic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "recursive", arial, Verdana, sans-serif;
  font-variation-settings: "MONO" 1, "CASL" 1, "wght" 900, "slnt" 0, "CRSV" 0.501;
}

h2 {
  font-family: "recursive", arial, Verdana, sans-serif;
  font-variation-settings: "MONO" 1, "CASL" 1, "wght" 800, "slnt" 0, "CRSV" 0.501;
}

h1, h2, h3, caption, th {
  font-family: "recursive", arial, Verdana, sans-serif;
  font-variation-settings: "MONO" 1, "CASL" 1, "wght" 730, "slnt" 0, "CRSV" 0.501;
}

body, html, p, div, span, tr, td {
  font-family: "recursive", arial, Verdana, sans-serif;
  font-variation-settings: "MONO" 0, "CASL" 1, "wght" 374, "slnt" 0, "CRSV" 1;
}

b, label, a, h4, h5, h6 {
  font-family: "recursive", arial, Verdana, sans-serif;
  font-variation-settings: "MONO" 1, "CASL" 0, "wght" 600, "slnt" -15, "CRSV" 1;
}

.tag {
  text-transform: uppercase;
  font-variation-settings: "MONO" 1, "CASL" 1, "wght" 300, "slnt" -15, "CRSV" 1;
}

:root {
  --font-size-001: clamp(0.2488rem, 0.2963rem + 0.2625vw, 0.8113rem);
  --font-size-100: clamp(0.6375rem, 0.5758rem + 0.3088vw, 0.9463rem);
  --font-size-200: clamp(0.7406rem, 0.6681rem + 0.3625vw, 1.1031rem);
  --font-size-300: clamp(0.8606rem, 0.7755rem + 0.4256vw, 1.2863rem);
  --font-size-400: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
  --font-size-450: clamp(0.9375rem, 0.825rem + 0.5625vw, 1.5rem);
  --font-size-500: clamp(1.0169rem, 0.8705rem + 0.7319vw, 1.7488rem);
  --font-size-600: clamp(1.1813rem, 1.0096rem + 0.8581vw, 2.0394rem);
  --font-size-700: clamp(1.3719rem, 1.1706rem + 1.0063vw, 2.3781rem);
  --font-size-800: clamp(1.5944rem, 1.3588rem + 1.1781vw, 2.7725rem);
  --font-size-900: clamp(1.8519rem, 1.5756rem + 1.3813vw, 3.2331rem);
  --font-size-999: clamp(1.9844rem, 1.7346rem + 1.2488vw, 3.2331rem);
}

a, p, th {
  font-size: var(--font-size-450);
}

div, span, tr, td {
  font-size: var(--font-size-400);
}

b, label {
  font-size: var(--font-size-450);
}

h1 {
  font-size: var(--font-size-900);
}

h2 {
  font-size: var(--font-size-800);
}

h3, caption {
  font-size: var(--font-size-500);
}

h4 {
  font-size: var(--font-size-450);
}

h5 {
  font-size: var(--font-size-300);
}

h6 {
  font-size: var(--font-size-200);
}

ol, ul {
  font-size: var(--font-size-400);
}

.info .mini {
  font-size: var(--font-size-200);
}

.gameListTeaser,
.gameListTeaser * {
  font-size: var(--font-size-300);
}

.game-options * {
  font-size: var(--font-size-200);
}

.game__detail--value {
  font-size: var(--font-size-200);
}

.element-title {
  font-size: var(--font-size-400);
  font-variation-settings: "MONO" 0, "CASL" 0, "wght" 1000, "slnt" -15, "CRSV" 1;
}

a {
  text-transform: uppercase;
  line-height: 1.6;
  margin-block: 0.25em;
  color: #111133;
}

h1 {
  line-height: 1.2;
  margin-block: 0.5em;
}

h2 {
  line-height: 1.333;
  margin-block: 0.5em;
}

h3,
caption {
  line-height: 1.42;
  margin-block: 0.5em;
}

h4 {
  line-height: 1.5;
  margin-block: 0.5em;
}

h5 {
  line-height: 1.666;
  margin-block: 0.5em;
}

h6 {
  line-height: 2;
  margin-block: 0.5em;
}

div {
  line-height: 1.48;
}

p, th {
  line-height: 1.5;
}

span, tr, td {
  line-height: 1.52;
}

b,
label {
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

.font-size-tiny {
  font-size: var(--font-size-001);
}

.font-size-mini {
  font-size: var(--font-size-100);
}

.font-size-extra-small {
  font-size: var(--font-size-200);
}

.font-size-small {
  font-size: var(--font-size-300);
}

.font-size-rised {
  font-size: var(--font-size-450);
}

.font-size-mid {
  font-size: var(--font-size-500);
}

.font-size-large {
  font-size: var(--font-size-600);
}

.font-size-extra-large {
  font-size: var(--font-size-700);
}

.font-size-huge {
  font-size: var(--font-size-800);
}

.font-size-extra-huge {
  font-size: var(--font-size-900);
}

.font-size-gigantic {
  font-size: var(--font-size-999);
}

:root {
  --golden-ration: 1.61803398875;
  --size-inner-pie: 3rem;
  --size-outer-pie: calc(var(--size-inner-pie) * var(--golden-ration));
  --hsl-charcoal: 204, 16%, 26%;
  --hsl-ruby: 354, 69%, 49%;
  --hsl-smaragd: 129, 48%, 30%;
  --hsl-saphire: 222, 34%, 25%;
  --hsl-bright: 40, 100%, 97%;
  --hsl-cornsilk: 48, 100%, 93%;
  --hsl-lowered-background: 31, 45%, 91%;
  --hsl-border-top: 44, 26%, 83%;
  --hsl-border-bottom: 44, 19%, 77%;
  --color-background: hsl(var(--hsl-bright));
  --color-text-and-accent: hsl(var(--hsl-cornsilk));
  --color-accent-red: hsl(var(--hsl-ruby));
  --color-accent-blue: hsl(var(--hsl-saphire));
  --color-accent-green: hsl(var(--hsl-smaragd));
  --color-pie-from: var(--color-background);
  --color-pie-to: hsl(var(--hsl-lowered-background));
  --color-first-pie-from: var(--color-accent-red);
  --color-first-pie-to: hsl(var(--hsl-ruby));
  --color-second-pie-from: var(--color-accent-blue);
  --color-second-pie-to: hsl(var(--hsl-saphire));
  --color-thierd-pie-from: var(--color-accent-green);
  --color-thierd-pie-to: hsl(var(--hsl-smaragd));
}

/**
  Mobile first, tablet, desktop
  Overall Layout without design
 */
/* ==========================================================================
    Basis-Styles // Seitenaufteilung
   ========================================================================== */
/* Zuordnung */
/** Debug-line **/
.context-navigation {
  grid-area: context-navigation;
}

.work-navigation {
  grid-area: work-navigation;
}

.side-navigation {
  position: relative;
  /* Optional: Weise dem Element eine hohe z-index zu, um sicherzustellen, dass es über anderen Elementen liegt */
  z-index: 9999;
}

main {
  /* Optional: Weise dem Element eine niedrigere z-index zu, um sicherzustellen, dass es unter anderen Elementen liegt */
  z-index: 1;
}

/*
  Das Menu soll wie in einer klassischen App unten bleiben,
  bis der Footer in das Viewport scrollt und diesem dann folgen.
*/
.context-navigation {
  position: sticky;
  bottom: 0;
  background-color: black;
  z-index: 10000;
}

/*
  Real admins do not work on mobile.
 */
.work-navigation {
  display: none;
}

/* >40em portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width: 40em) {
  /** Debug-line **/
  .context-navigation {
    position: relative;
    bottom: auto;
    background-color: transparent;
    color: white;
  }
  .work-navigation {
    display: flex;
  }
  .message-center {
    background-color: var(--color-background-dark);
  }
  .message-filter {
    display: flex;
    gap: 1em;
  }
}
/* >64em big landscape tablets, laptops, and desktops */
@media (min-width: 64em) {
  /** Debug-line **/
  .container.sticky {
    /** Not sure why the 2em… but it works */
    grid-template-columns: calc(var(--default-menu-item-size) + var(--side-menu-char-count) + 2em) auto;
  }
}
/* ==========================================================================
     Header
   ========================================================================== */
.logo {
  order: 2;
  font-size: 1.5em;
  padding: 10px;
}

.toggle-submenu {
  order: 2;
  align-self: flex-end;
  padding: 10px;
}

.main-navigation,
.search-navigation {
  order: 3;
  padding: 10px;
}

.main-navigation > ul {
  display: flex;
  flex-direction: column;
}

.search-navigation {
  margin-top: 10px;
}

.main-menu {
  list-style: none;
  gap: 0;
}

@media (min-width: 40em) {
  .logo {
    order: 1;
    flex: 1 0 auto;
  }
  .main-navigation,
  .search-navigation {
    order: 2;
    flex: 2 0 auto;
  }
  .main-navigation > ul {
    flex-direction: row;
  }
  .toggle-submenu {
    flex: 1 0 auto;
    text-align: right;
  }
  .main-menu {
    gap: 2em;
  }
}
/* ==========================================================================
    Side Menus
   ========================================================================== */
.context-navigation {
  display: flex;
  justify-content: space-between;
}

.notification {
  order: 99;
  align-self: flex-start;
  position: relative;
}

.badge {
  position: absolute;
  display: flex;
  width: 1.25rem;
  aspect-ratio: 1;
  padding: 0.25em;
  background-color: #000;
  border: 1px solid white;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
  line-height: 1.25rem;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  top: -0.5em;
  left: -1em;
}

@media (min-width: 40em) {
  .context-navigation,
  .context-navigation a {
    color: black;
  }
  .context-navigation {
    flex-direction: column;
  }
  .notification {
    order: -1;
  }
  .badge {
    left: 2rem;
    right: 0;
  }
}
/* ==========================================================================
    Notification
   ========================================================================== */
.notification-list {
  display: none;
}

/** SubMenus **/
.sub {
  display: grid;
  grid-auto-flow: column;
  list-style: none;
}

/* ==========================================================================
    Tables
   ========================================================================== */
.bg-table {
  border-collapse: collapse;
  width: 100%;
}
.bg-table caption,
.bg-table th,
.bg-table td {
  padding: 0.25rem;
}
.bg-table caption,
.bg-table th {
  text-align: left;
}
.bg-table caption {
  text-transform: uppercase;
  padding-inline-start: 0.5rem;
  margin-bottom: 0;
  color: white;
  background: hsla(0, 0%, 0%, 0.75);
}
.bg-table th {
  color: white;
  background: hsla(0, 0%, 0%, 0.666);
}
.bg-table tr:nth-of-type(2n) {
  background: hsla(0, 0%, 0%, 0.125);
}
.bg-table .action-cell {
  display: grid;
  grid-auto-flow: column;
}

@media (max-width: 40em) {
  th {
    display: none;
  }
  td {
    display: grid;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    grid-template-columns: 10ch auto;
  }
  td:first-child {
    padding-top: 0.5rem;
  }
  td:last-child {
    padding-bottom: 0.5rem;
  }
  td::before {
    content: attr(data-cell);
    text-transform: capitalize;
    font-weight: 700;
  }
}
/* ==========================================================================
    Dev-Diary
   ========================================================================== */
.prev-next {
  display: flex;
  justify-content: space-between;
}

.diary-link-prev a,
.diary-link-next a {
  border: 1px solid var(--logo-color);
  border-radius: 0.825rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.125rem 0.333rem;
  font-size: clamp(0.8rem, 1vw, 1.4rem);
}

.diary-link-prev {
  padding-inline-start: 3rem;
}

.diary-link-next {
  padding-inline-end: 3rem;
}

.diary h1,
.diary h2,
.diary h3,
.diary h4 {
  text-align: center;
}
.diary .date {
  float: right;
  font-size: clamp(0.8rem, 1vw, 1.4rem);
}

/** new Style **/
.page-frame {
  display: grid;
  grid-template-columns: [page-start content-start] 1fr [content-end page-end];
}

header {
  display: flex;
  align-items: center;
  grid-column-start: page-start;
  grid-column-end: page-end;
  flex-direction: column;
}

header > * {
  flex-grow: 1;
}

header > :last-child {
  text-align: right;
}

[class^=flex-], div[class*=" flex-"] {
  display: flex;
  list-style: none;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.side-menu {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.navigation-side {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  background: black;
  width: 100vw;
  z-index: 1000000;
}

.navigation-side * {
  color: white;
}

.side-menu-item-link {
  text-decoration: none;
  display: inline-grid;
  margin: 0;
}

.side-menu-item-link > * {
  place-self: center;
  gap: 0.125rem;
}

.navigation-side .side-menu-title {
  font-size: var(--font-size-001);
  font-weight: 750;
  letter-spacing: 0.045rem;
}

.list-item {
  justify-content: center;
  gap: 0.125rem;
  padding: 0.125rem;
}

main {
  display: grid;
  grid-template-columns: [full-width-start breakout-left-start] minmax(3rem, 1fr) [content-start breakout-right-start] min(100% - 6rem, 60rem) [content-end breakout-left-end] minmax(3rem, 1fr) [breakout-right-end full-width-end];
}

main > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}

.breakout-left {
  grid-column-start: breakout-left-start;
  grid-column-end: breakout-left-end;
}

.breakout-right {
  grid-column-start: breakout-right-start;
  grid-column-end: breakout-right-end;
}

.full-width {
  grid-column-start: full-width-start;
  grid-column-end: full-width-end;
}

footer {
  align-items: center;
  grid-column-start: page-start;
  grid-column-end: page-end;
}

/* styling paper */
.paper {
  width: 256px;
  height: 365px;
  position: relative;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
  box-shadow: 0 0 5px 0 #888;
}

/* styling red vertical line */
.paper::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  background-color: rgba(255, 0, 0, 0.6);
}

/* styling blue horizontal lines */
.paper-pattern {
  height: 100%;
  background-image: repeating-linear-gradient(white 0px, white 24px, teal 25px);
}

.paper-content .note,
.paper-content .note-item {
  margin: 0;
  padding: 0;
}

/* styling text content */
.note-item,
.paper-content {
  position: relative;
  padding-top: 6px;
  padding-left: calc(56px + 1ch);
  padding-right: 16px;
  line-height: 25px;
  font-size: 13px;
  font-variation-settings: "MONO" 1, "CASL" 1, "wght" 333, "slnt" -15, "CRSV" 0.666;
  text-indent: -2ch;
}

.note {
  counter-reset: notes;
}

.note-item:before {
  position: absolute;
  counter-increment: notes;
  content: counter(notes, upper-roman);
  left: -5ch;
  width: 5ch;
}

h2,
.subtitle {
  margin: 0 0 1.5rem 0;
}

.header-group:has(h2):has(.subtitle) h2 {
  margin: 0 0 0.2rem 0; /* reduce spacing on header, because subtitle will handle it */
}

@media (min-width: 40em) {
  .page-frame {
    grid-template-columns: [page-start] minmax(3rem, 1fr) [content-start] min(100% - 6rem, 60rem) [content-end] minmax(3rem, 1fr) [page-end];
    margin: 0;
  }
  header {
    flex-direction: row;
  }
  .navigation-side {
    all: revert;
    position: relative;
    right: 0;
    grid-column-end: content-start;
    float: right;
    background: transparent;
  }
  .navigation-side .item-list {
    display: grid;
    grid-auto-flow: row;
  }
  .navigation-side .item-list .list-item {
    display: block;
  }
  .user-navigation {
    all: revert;
    top: 3rem;
    position: relative;
    float: right;
  }
  .page-frame:has(.navigation-side:hover) {
    pointer-events: auto;
    grid-template-columns: [page-start] minmax(13rem, 1fr) [content-start] min(100% - 6rem, 60rem) [content-end] minmax(3rem, 1fr) [page-end];
  }
  .page-frame:has(.info-side:hover) {
    pointer-events: auto;
    grid-template-columns: [page-start] minmax(3rem, 1fr) [content-start] min(100% - 19rem, 60rem) [content-end] minmax(3rem, 1fr) [page-end];
  }
  .side-menu {
    all: initial;
    width: 256px;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 3px;
    background: linear-gradient(to right, #f2e8dd 0%, #fcede8 73%, #ede0cf 73%, #dfd9c8 100%);
    margin: auto 0;
  }
  .side-menu .side-menu-title {
    font-size: var(--font-size-200);
    padding-block: 0.25rem;
  }
  .item-list {
    align-items: stretch;
  }
  .list-item {
    display: flex;
    align-items: center; /* Vertikal zentrieren */
  }
  .list-item > i {
    margin-left: auto;
  }
  .navigation-side * {
    color: black;
  }
}
.parallel {
  display: flex;
  justify-content: space-around;
}

:root {
  --text-color: cornsilk;
  --logo-color: #966919;
  --link-circle-size: 2.5rem;
  --link-outer-text-size: .9rem;
  --link-inner-text-size: 0.38rem;
  --image-size: calc(
          (var(--link-circle-size) / 1.666) - var(--link-inner-text-size)
  );
}

@media (min-width: 40em) {
  :root {
    --text-color: cornsilk;
    --logo-color: #966919;
    --link-circle-size: 5rem;
    --link-outer-text-size: 1.75rem;
    --link-inner-text-size: 0.75rem;
    --image-size: calc(
            (var(--link-circle-size) / 1.666) - var(--link-inner-text-size)
    );
  }
}
.subject-with-logo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--link-outer-text-size);
  gap: 0.25rem;
}

.badge-text,
.ddd-logo {
  display: inline-block;
  position: relative;
  width: var(--link-circle-size);
  height: var(--link-circle-size);
}

.ddd-logo {
  background-image: url("https://blog.dulldaydudes.de/images/dulldaydudes_500.webp");
  background-size: var(--image-size) var(--image-size);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-decoration: none;
  border: 2px solid var(--logo-color);
  border-radius: 50%;
  outline: 1px solid var(--logo-color);
  outline-offset: calc(-1.5 * var(--link-inner-text-size));
}

.char {
  position: absolute;
  top: 0;
  left: calc(50% - var(--link-inner-text-size) / 4);
  width: 1ch;
  height: calc(var(--link-circle-size) / 2);
  color: var(--logo-color);
  text-transform: uppercase;
  font-size: var(--link-inner-text-size);
  transform-origin: center bottom;
  line-height: 100%;
}

.char:nth-child(1) {
  transform: rotate(-88deg);
}

.char:nth-child(2) {
  transform: rotate(-66deg);
}

.char:nth-child(3) {
  transform: rotate(-44deg);
}

.char:nth-child(4) {
  transform: rotate(-24deg);
}

.char:nth-child(5) {
  transform: rotate(0deg);
}

.char:nth-child(6) {
  transform: rotate(24deg);
}

.char:nth-child(7) {
  transform: rotate(46deg);
}

.char:nth-child(8) {
  transform: rotate(66deg);
}

.char:nth-child(9) {
  transform: rotate(96deg);
}

.char:nth-child(10) {
  transform: rotate(122deg);
}

.char:nth-child(11) {
  transform: rotate(144deg);
}

.char:nth-child(12) {
  transform: rotate(168deg);
}

.char:nth-child(13) {
  transform: rotate(190deg);
}

.char:nth-child(14) {
  transform: rotate(214deg);
}

.char:nth-child(15) {
  transform: rotate(-117deg);
}

.badge-text:hover {
  animation-name: rotate;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  filter: brightness(112%);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
header .main-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2em;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
@media (min-width: 40em) {
  header .main-navigation li {
    list-style: none;
    padding: 0.5em;
  }
  header .main-navigation li:first-child {
    margin-right: auto;
  }
  header .main-navigation li:last-child {
    margin-left: auto;
    display: grid;
    right: 2em;
  }
  header .main-navigation form label {
    height: 2em;
    padding: 0;
    margin: 0;
  }
  header .main-navigation form label i:before,
  header .main-navigation a i:before {
    line-height: 2em;
  }
  header .main-navigation li form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  header .main-navigation form label i {
    position: absolute;
    top: 0;
    line-height: 2em;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    padding: 0;
  }
  header .main-navigation form label i {
    left: 0;
    height: 2em;
    width: 2em;
  }
  header .main-navigation li form button {
    right: 0;
    margin: 0;
    padding: 0;
    height: 2.4em;
    width: 2.4em;
  }
  header .main-navigation li form button {
    border-radius: 1.4em;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
  }
  header .main-navigation li form fieldset {
    position: relative;
    height: 2em;
    padding-left: 2em;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  header .main-navigation li form input {
    border: none;
    height: 2.2em;
    margin-block: 0.1em;
    padding-inline: 0.5em;
    margin-inline: 0.5em 2.75em;
    width: 18ch;
    background: moccasin;
  }
  header .main-navigation #sizer {
    display: none;
  }
  header .main-navigation #sizer ~ .resized input {
    width: 0;
    margin: 0;
    padding: 0;
  }
  header .main-navigation #sizer:checked ~ .resized input {
    width: 10ch;
    margin-inline: 0.5em 1.25em;
    padding-inline: 0.5em;
  }
}

.logo-space {
  width: 100%;
}

.head-logo {
  background-image: url("../assets/images/board_game_center_d3_logo_dragon.webp");
  aspect-ratio: 1;
  height: 3.1413rem;
  margin-inline-start: 1rem;
  margin-block-start: 0.5rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}

@media (min-width: 40em) {
  .logo-space {
    position: relative;
    width: 12rem;
  }
  .head-logo {
    height: 120px;
    bottom: -81px;
    left: 3.25rem;
    position: absolute;
    z-index: 2000;
  }
  .header {
    height: 128px;
    margin: 0;
    padding: 0;
    width: 100vw;
  }
  .header > * {
    height: 96px;
  }
}
.head-logo span {
  display: none;
}

button.nav-toggle {
  height: 2.45rem;
  padding-inline: 0.8em;
}

.nav-content {
  font-family: "kanit", arial, Verdana, sans-serif;
  display: grid;
  transform: translate3d(0px, 0px, 0px);
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.075em;
  color: #111133;
}

.nav-button:before {
  border-radius: 0.3em;
  position: absolute;
  content: "";
  border-bottom: 1px solid #dfd9c8;
  border-right: 1px solid #dfd9c8;
  border-top: 2px solid #cfc9b8;
  border-left: 2px solid #cfc9b8;
  inset: -2px;
  z-index: -1;
  transition: 500ms ease-in-out;
  box-shadow: inset 3px 3px 2px 2px #dfd9c8;
}

.nav-button {
  width: 80vw;
  position: relative;
  grid-template-columns: 2em auto;
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: #f2e8dd;
  border-top: 1px solid #dfd9c8;
  border-left: 1px solid #dfd9c8;
  border-bottom: 2px solid #cfc9b8;
  border-right: 2px solid #cfc9b8;
  border-radius: 0.3em;
  padding-inline: 0.4em;
  padding-block: 0;
  text-decoration: none;
  text-transform: uppercase;
  transform-style: preserve-3d;
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
  font-size: 1.333rem;
  transition: 500ms ease-in-out;
  box-shadow: none;
}

.nav-button input,
.nav-button button {
  background: transparent;
  border: none;
  display: inline-grid;
  align-items: center;
  justify-items: center;
}

@media (min-width: 40em) {
  .nav-button {
    width: fit-content;
  }
}
:root {
  --border_color: rgba(207, 183, 155, 0.98);
  --text_color: #111133;
  --gradient_up_top: #fcede8;
  --gradient_up_bottom: #ede0cf;
  --gradient_down_top: #dfd9c8;
  --gradient_down_bottom: #ede0cf;
}

.paginator {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  isolation: isolate;
  align-items: stretch;
  align-content: center;
  margin: 0;
}

.pagination-pages {
  min-width: 2.5rem;
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: var(--text_color);
  align-self: center;
  text-transform: uppercase;
  letter-spacing: 0.0725rem;
  font-weight: 800;
  isolation: isolate;
}

.pagination-pages:before,
.pagination-pages:after {
  content: "";
  position: absolute;
  left: 0;
  height: 18px;
  width: 100%;
  border-left: 2px solid var(--border_color);
  border-right: 2px solid var(--border_color);
  z-index: -1;
}

.pagination-pages:before {
  top: 0;
  background: rgb(17, 17, 64);
  background: linear-gradient(to bottom, var(--gradient_up_top) 0%, var(--gradient_up_bottom) 100%);
  border-top: 2px solid var(--border_color);
}

.pagination-pages:after {
  bottom: 0;
  background: rgb(17, 17, 51);
  background: linear-gradient(to bottom, var(--gradient_down_top) 0%, var(--gradient_down_bottom) 100%);
  border-bottom: 2px solid var(--border_color);
}

.pagination-pages.prev:before {
  transform: skew(-23deg, 0deg);
}

.pagination-pages.prev:after {
  transform: skew(23deg, 0deg);
}

.pagination-pages.active:before {
  border: none;
  background: transparent;
}

.pagination-pages.active:after {
  border: none;
  background: transparent;
}

.pagination-pages.behind:before {
  transform: skew(23deg, 0deg);
}

.pagination-pages.behind:after {
  transform: skew(-23deg, 0deg);
}

.pagination-pages a {
  display: inline-block;
  inset: 0;
  position: absolute;
  line-height: 36px;
}

.light {
  --border_color: #111133;
  --text_color: #111133;
  --gradient_up_top: #fcede8;
  --gradient_up_bottom: #ede0cf;
  --gradient_down_top: #dfd9c8;
  --gradient_down_bottom: #ede0cf;
}

/* old one
.pagination,
.paginator,
.pagination form {
  display: flex;

  justify-content: space-evenly;
  align-items: center;
  align-content: space-around;
  flex-direction: row;

  margin: 0 auto;
  width: 100%;

  color: var(--color-pagination-text);
  padding: 0 .25rem;
}

.pagination * {
  font-size: var(--ft-size-400);
}
.pagination-pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  isolation: isolate;
}
.pagination-pages > * {
  padding: 0 .25rem;
  margin: 0 .25rem;
}

.pagination a {
  text-decoration: none;
  padding: 0 .25rem;
}
*/
:root {
  --form-accent-color: #333333;
  --form-focus-color: dimgrey;
  --form-fieldset-boder-color: white;
  --form-input-background-color: rgba(250, 250, 250, .66);
  --form-error-color: firebrick;
  --form-info-color: navy;
  --form-header-color: BurlyWood;
}

.container-form {
  container-type: inline-size;
  padding-inline: 2rem;
}

legend {
  color: firebrick;
  border-bottom: 1px solid #c0c0c0;
  width: 100%;
  margin-bottom: 1rem;
}

#submit {
  height: 3em;
  justify-content: center;
  display: flex;
  justify-self: center;
  align-items: center;
  padding-inline: 2em;
}

.form {
  display: grid;
  gap: 1em;
  margin-inline: auto;
}

.form-group {
  display: grid;
  gap: 1.25em;
  border-radius: 0.33em;
  padding: 0.75rem;
}

.form-group {
  border: 2px solid rgba(73, 73, 73, 0.13);
}

.form-element-group {
  display: grid;
  gap: 0.33em;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  margin-block-start: 0.66em;
}

input[type=submit],
.form-title,
.form-element-label {
  text-transform: uppercase;
  isolation: isolate;
  position: relative;
  padding: 0.25rem 1rem;
  margin-inline-start: 0.5rem;
}

.form-element-label {
  color: white;
  width: fit-content;
}

.form-element-label:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--form-accent-color);
  z-index: -1;
  transform: skewX(-10deg);
  border-left: 3px solid var(--form-input-background-color);
  border-bottom: 3px solid var(--form-input-background-color);
  border-right: 1px solid var(--form-input-background-color);
  border-top: 1px solid var(--form-input-background-color);
}

.full {
  grid-column: 0/-1;
}

@container (min-width: 40em) {
  .full {
    grid-column: 1/-1;
  }
}
.form-element-input {
  accent-color: var(--form-accent-color);
  background-color: var(--form-input-background-color);
  margin: 0;
  padding: 0.25em;
}

.form-element-input:not([type=range], [type=radio], [type=checkbox]) {
  border: 0;
  border-left: 3px solid var(--form-accent-color);
  border-bottom: 3px solid var(--form-accent-color);
  border-right: 1px solid var(--form-accent-color);
  border-top: 1px solid var(--form-accent-color);
  border-radius: 0.25em;
}

.form-element-input,
.snazzy-select {
  margin-block: 0.4em;
}

.form-element-input:is([type=radio]) {
  appearance: none;
  outline: 3px solid var(--form-accent-color);
  outline-offset: 3px;
  border-radius: 50%;
  margin-inline: 0.5rem;
}

.form-element-input:is([type=radio]):checked {
  background-color: var(--form-accent-color);
}

.form-element-input:is([type=checkbox]) {
  appearance: none;
  outline: 3px solid var(--form-accent-color);
  outline-offset: 3px;
  margin-inline: 0.5rem;
}

.form-element-input:is([type=checkbox]):checked {
  background-color: var(--form-accent-color);
}

.form-element-input:where([type=radio], [type=checkbox]) {
  background: rgba(0, 139, 139, 0.25);
}

.form-element-input:focus {
  outline: 2px solid var(--form-focus-color);
  box-shadow: 1px 1px 8px 1px var(--form-focus-color);
}

[type=submit] {
  grid-column-start: -2;
}

input[type=submit] {
  float: right;
}

.form-element-input[aria-invalid] {
  border-left: 3px solid var(--form-error-color);
  border-bottom: 3px solid var(--form-error-color);
}

.form-error-messages {
  margin: 0;
  padding: 0;
  color: var(--form-error-color);
  border-left: 5px solid var(--form-error-color);
  padding-inline-start: 0.5rem;
  grid-column: 1/-1;
}

.form-info-messages {
  margin: 0;
  padding: 0;
  color: var(--form-info-color);
  border-left: 5px solid var(--form-info-color);
  padding-inline-start: 0.5rem;
  grid-column: 1/-1;
}

.form-element-info-text {
  line-height: 1.24;
  font-size: var(--font-size-100);
}

.form-info-message.error {
  color: var(--form-error-color);
  border-left: 5px solid var(--form-error-color);
}

.form-error-list {
  border: 1px solid var(--form-error-color);
  border-radius: 3px;
}

.form-list-title {
  margin: 0;
  padding-inline: 1em;
  color: var(--form-error-color);
  background-color: var(--form-header-color);
}

.form {
  margin-block-start: 6.66em;
}

.form:first-child {
  margin-block-start: 1em;
}

.form:last-child {
  margin-block-end: 4em;
}

@container (min-width: 35em) {
  .form {
    grid-template-columns: 1fr;
  }
  .form-group {
    grid-template-columns: 1fr;
  }
}
@container (min-width: 60em) {
  .form-group {
    grid-template-columns: 1fr 1fr;
  }
}
.form-element-input:is([type=radio], [type=checkbox]) {
  width: 0.8rem;
  height: 0.8rem;
}

.form-list-title {
  font-size: clamp(1.2rem, 1.2vw, 4rem);
  line-height: clamp(1.6rem, 1.6vw, 5.2rem);
}

.form-title {
  font-size: clamp(0.8rem, 1vw, 3.2rem);
  line-height: clamp(1rem, 1.2vw, 4rem);
  width: fit-content;
}

.button,
.form-element-label {
  font-weight: bold;
  font-size: clamp(0.8rem, 1vw, 3.2rem);
  line-height: clamp(1rem, 1.2vw, 4rem);
  transition: margin 1s ease-in-out;
}

.form-element-input {
  height: clamp(2rem, 2.25vw, 3.2rem);
  box-sizing: border-box;
  font-size: clamp(0.8rem, 1.2vw, 3.2rem);
  justify-content: center;
  justify-items: center;
  display: grid;
}

textarea.form-element-input {
  min-height: 6rem;
  resize: vertical;
}

.form-group .form-group {
  border: 1px solid var(--form-fieldset-boder-color);
}

.form-group .form-group.plain {
  border: none;
}

@media (prefers-reduced-motion: no-preference) {
  /** Add Animations Only In This Place **/
}
:root {
  --border-color: rgba(153,104,64,255);
  --progress-start-color: rgba(134,7,7,1);
  --progress-middle-color: rgb(220, 192, 36);
  --progress-end-color: rgb(25, 149, 21);
  --progress-line-color: var(--border-color);
  --progress-height: 16px;
  --progress-width: 256px;
  --progress: 0;
}

ul {
  list-style: none;
}

.task {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.task.head {
  width: 100%;
  justify-content: space-between;
}

.task.head > div {
  align-self: flex-end;
}

.task.head > div:first-child {
  align-self: flex-start;
  flex-grow: 5;
}

.task-progress-bar {
  position: relative;
  width: var(--progress-width);
  height: var(--progress-height);
  border-radius: 5px;
  outline: 2px solid var(--border-color);
  overflow: hidden;
  isolation: isolate;
  margin: 0.5em;
}

.task-progress-bar:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, var(--progress-start-color) 0%, var(--progress-middle-color) 50%, var(--progress-end-color) 100%);
  border-radius: 5px;
  filter: brightness(0.5);
}

.task-progress-bar:after {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  z-index: 5;
  background-image: linear-gradient(to right, transparent, transparent 9px, var(--border-color) 1px);
  background-size: 11px 100%;
  filter: brightness(0.925);
}

.task-progress {
  position: absolute;
  background: linear-gradient(to right, var(--progress-start-color) 0%, var(--progress-middle-color) calc(var(--progress-width) / 2), var(--progress-end-color) var(--progress-width));
  z-index: 1;
  inset: 0;
  background-size: var(--progress);
  background-repeat: no-repeat;
  filter: brightness(1.2) saturate(200%);
}

.task-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 12;
  filter: brightness(2);
  background-color: rgba(0, 0, 255, 0.125);
  box-shadow: inset -1px 1px 2px rgba(255, 255, 255, 0.48), inset 0 0 2px rgba(255, 255, 255, 0.37), inset 0 0 3px rgba(255, 255, 255, 0.25);
}

/* ==========================================================================
    Footer
   ========================================================================== */
.footer--copy__date {
  width: 98vw;
  text-align: right;
}

.footer--container {
  width: min(98vw, 75rem);
  margin: 50px auto 10px;
  padding-top: 15px;
  display: grid;
  grid-auto-flow: row;
  gap: 0;
}

.footer--column {
  display: grid;
  grid-auto-flow: row;
  margin-inline-start: 3em;
}

@media (min-width: 40em) {
  .footer--container {
    grid-auto-flow: column;
    justify-items: center;
    justify-content: center;
    gap: 0 3em;
  }
  .footer--column {
    justify-items: flex-start;
    margin-inline-start: 0;
  }
}
.footer--technics {
  display: flex;
  padding: 20px 20px 40px;
}

.footer--technics-link {
  justify-content: space-around;
  padding: 0 10px 0 0;
  position: relative;
  opacity: 0.1337;
  transition: all 0.666s ease-in-out;
}

.footer--technics-info {
  display: block;
  position: absolute;
  width: 600px;
  opacity: 0;
  transition: all 0.666s ease-in-out;
}

.footer--technics-link:hover,
.footer--technics-link:hover .footer--technics-info {
  opacity: 1;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?f6a83x");
  src: url("../fonts/icomoon.eot?f6a83x#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?f6a83x") format("woff2"), url("../fonts/icomoon.ttf?f6a83x") format("truetype"), url("../fonts/icomoon.woff?f6a83x") format("woff"), url("../fonts/icomoon.svg?f6a83x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Asynchronous-Action-Stack:before {
  content: "\e900";
}

.icon-Secret-Missions:before {
  content: "\e901";
}

.icon-Accept-request:before {
  content: "\e902";
}

.icon-Action-Cards:before {
  content: "\e903";
}

.icon-Action-Points:before {
  content: "\e904";
}

.icon-Add-date:before {
  content: "\e905";
}

.icon-Add-user:before {
  content: "\e906";
}

.icon-Admin:before {
  content: "\e907";
}

.icon-Antipathy:before {
  content: "\e908";
}

.icon-Area-Control:before {
  content: "\e909";
}

.icon-Bluffing:before {
  content: "\e90a";
}

.icon-Board-Game:before {
  content: "\e90b";
}

.icon-Campaigns:before {
  content: "\e90c";
}

.icon-Collapse:before {
  content: "\e90d";
}

.icon-Connections:before {
  content: "\e90e";
}

.icon-Construction:before {
  content: "\e90f";
}

.icon-Create-Collections:before {
  content: "\e910";
}

.icon-Create-new-group:before {
  content: "\e911";
}

.icon-Create-session:before {
  content: "\e912";
}

.icon-Deck-Building:before {
  content: "\e913";
}

.icon-Deduction:before {
  content: "\e914";
}

.icon-Delete:before {
  content: "\e915";
}

.icon-Deterministic:before {
  content: "\e916";
}

.icon-Dice:before {
  content: "\e917";
}

.icon-Drafting:before {
  content: "\e918";
}

.icon-Dungeon-Crawler:before {
  content: "\e919";
}

.icon-Dynamic-Player-Order:before {
  content: "\e91a";
}

.icon-Edit-profile:before {
  content: "\e91b";
}

.icon-Event:before {
  content: "\e91c";
}

.icon-Expand:before {
  content: "\e91d";
}

.icon-Exploration:before {
  content: "\e91e";
}

.icon-Filter-overview:before {
  content: "\e91f";
}

.icon-Filter:before {
  content: "\e920";
}

.icon-Fondness:before {
  content: "\e921";
}

.icon-Franchises:before {
  content: "\e922";
}

.icon-Full-view:before {
  content: "\e923";
}

.icon-Game-mechanics:before {
  content: "\e924";
}

.icon-Game-types:before {
  content: "\e925";
}

.icon-Genres:before {
  content: "\e926";
}

.icon-Grid-View:before {
  content: "\e927";
}

.icon-Group-overview:before {
  content: "\e928";
}

.icon-Groups:before {
  content: "\e929";
}

.icon-Hand-Cards:before {
  content: "\e92a";
}

.icon-Hidden-Roles:before {
  content: "\e92b";
}

.icon-Home:before {
  content: "\e92c";
}

.icon-King-of-the-Hill:before {
  content: "\e92d";
}

.icon-Legacy:before {
  content: "\e92e";
}

.icon-List-View:before {
  content: "\e92f";
}

.icon-Login-Register:before {
  content: "\e930";
}

.icon-Logout:before {
  content: "\e931";
}

.icon-Messages:before {
  content: "\e932";
}

.icon-Negotiations:before {
  content: "\e933";
}

.icon-Playing-Cards:before {
  content: "\e934";
}

.icon-Predilections:before {
  content: "\e935";
}

.icon-Profile-overview:before {
  content: "\e936";
}

.icon-Profile:before {
  content: "\e937";
}

.icon-Puzzles-Riddles:before {
  content: "\e938";
}

.icon-Real-time:before {
  content: "\e939";
}

.icon-Reduced-view:before {
  content: "\e93a";
}

.icon-Reject-request:before {
  content: "\e93b";
}

.icon-Remove-user:before {
  content: "\e93c";
}

.icon-Reply-message:before {
  content: "\e93d";
}

.icon-Research:before {
  content: "\e93e";
}

.icon-Resource-Management:before {
  content: "\e93f";
}

.icon-Role-playing-Elements:before {
  content: "\e940";
}

.icon-Search:before {
  content: "\e941";
}

.icon-Session-overview:before {
  content: "\e942";
}

.icon-Sessions:before {
  content: "\e943";
}

.icon-Sliders:before {
  content: "\e944";
}

.icon-Stick:before {
  content: "\e945";
}

.icon-Summary:before {
  content: "\e946";
}

.icon-Tags:before {
  content: "\e947";
}

.icon-Time-Manipulation:before {
  content: "\e948";
}

.icon-Traitors:before {
  content: "\e949";
}

.icon-Translate:before {
  content: "\e94a";
}

.icon-Unstick:before {
  content: "\e94b";
}

.icon-Variable-Card:before {
  content: "\e94c";
}

.icon-Various-Characters:before {
  content: "\e94d";
}

.icon-Worker-Placements:before {
  content: "\e94e";
}

.icon-Write-message:before {
  content: "\e94f";
}

.calendar {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 0.5rem;
}

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

.calendar-page {
  display: grid;
  grid-template-rows: 2fr 1fr auto;
}

.calendar-days {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(7, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.calendar-dates {
  display: grid;
  gap: 0.25rem;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.calendar-dates > li {
  justify-self: stretch;
  align-self: stretch;
  outline: 1px solid teal;
  background-color: rgba(0, 128, 128, 0.333);
  border-radius: 0.125rem;
  position: relative;
  min-height: 6.66vh;
}

.calendar-dates > li:first-child {
  outline: none;
  background: transparent;
}

.calendar-dates.start-mon > li:first-child {
  grid-column: span 0;
  grid-row: span 1;
}

.calendar-dates.start-tue > li:first-child {
  grid-column: span 1;
  grid-row: span 1;
}

.calendar-dates.start-wed > li:first-child {
  grid-column: span 2;
  grid-row: span 1;
}

.calendar-dates.start-thu > li:first-child {
  grid-column: span 3;
  grid-row: span 1;
}

.calendar-dates.start-fri > li:first-child {
  grid-column: span 4;
  grid-row: span 1;
}

.calendar-dates.start-sat > li:first-child {
  grid-column: span 5;
  grid-row: span 1;
}

.calendar-dates.start-sun > li:first-child {
  grid-column: span 6;
  grid-row: span 1;
}

.today::before {
  content: "";
  position: absolute;
  inset: 10%;
  background-color: #b3d4fc;
  border-radius: 50%;
}

.has-event {
  border: 1px solid cornflowerblue;
}

.today {
  border: 1px solid darkslategray;
}

.events {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-element {
  container-type: inline-size;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
}

.event-title {
  grid-column-start: 1;
  grid-column-end: -1;
}

.event-date {
  grid-column: 1;
}

.event-time {
  grid-column: 2;
}

@container (min-width: 40em) {}
.modal {
  max-width: 50ch;
}
.modal > * {
  margin: 0 0 0.5rem 0;
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.666);
}

.widgets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25em;
  padding: 0.5em;
}

.widget {
  padding: 0.375em;
}

.painted {
  background-color: rgba(242, 232, 221, 0.666);
}

.widget.c-small,
.widget.c-mid,
.widget.c-wide,
.widget.c-full {
  grid-column: span 1;
}

.widget.r-small,
.widget.r-mid,
.widget.r-wide {
  grid-row: span 1;
}

@media (min-width: 20em) {
  /* 20em smartphones, iPhone, portrait 480x320 phones */
}
@media (min-width: 30em) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media (min-width: 40em) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .widgets {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .widget.c-mid,
  .widget.c-wide,
  .widget.c-full {
    grid-column: span 2;
  }
  .widget.r-small {
    grid-row: span 1;
  }
  .widget.r-mid {
    grid-row: span 2;
  }
  .widget.r-wide {
    grid-row: span 3;
  }
}
@media (min-width: 60em) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .widgets {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
  }
  .widget.c-wide,
  .widget.c-full {
    grid-column: span 3;
  }
}
@media (min-width: 64em) {
  /* >64em big landscape tablets, laptops, and desktops */
}
@media (min-width: 80em) {
  .widgets {
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
  }
  .widget.c-wide {
    grid-column: span 3;
  }
  .widget.c-full {
    grid-column: span 4;
  }
}
.widgets img {
  width: 100%;
}

.search > div {
  display: flex;
  flex-wrap: wrap;
}

.downwards {
  flex-direction: column;
}

.hidden {
  display: none;
}

.snazzy-select {
  width: 45ch;
}

.snazzy-select ul {
  display: none;
}

*:not(:checked) .hidden {
  display: none;
}

.snazzy-select .snazzy-select__toggler:checked ~ div,
.snazzy-select .snazzy-select__toggler[type=radio]:checked ~ span,
.snazzy-select .snazzy-select__toggler:checked ~ ul {
  display: block;
}

.snazzy-select__elements,
.snazzy-select__field {
  border: 1px solid black;
  border-radius: 5px;
  background-color: var(--color-background-light);
}

.snazzy-select__elements {
  background-color: var(--color-background-light);
  list-style: none;
  padding: 0;
  border-radius: 5px;
}

.snazzy-select__element {
  display: grid;
  grid-template-columns: 5fr 1fr;
  grid-template-rows: 1fr auto;
}

.snazzy-select__element label {
  display: flex;
}

.snazzy-select__element:nth-child(odd) {
  background-color: var(--color-background-dark);
}

.snazzy-select__element-value > i {
  float: left;
}

.snazzy-select__element-value > label {
  display: flex;
}

.snazzy-select__element-value > label > * {
  place-self: center;
}

.snazzy-select__element-content:hover {
  opacity: 1;
}

.closed ~ .snazzy-select__element-content {
  opacity: 0.5;
}

.snazzy-select__field {
  width: 100%;
  display: flex;
  padding: 0.2em;
  position: relative;
}

.snazzy-select__field:after {
  position: absolute;
  right: 0.2em;
  content: "⌄";
}

.filter {
  display: flex;
  justify-content: space-around;
}

div.filter-select {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.25em;
}

.snazzy-select__element-value label,
.filter .snazzy-select__field {
  font-size: 1.1em;
}

.filter > fieldset {
  width: 19.5%;
}

.filter fieldset .snazzy-select {
  position: relative;
  width: 100%;
}

.filter .snazzy-select__element {
  position: relative;
}

.filter .snazzy-select__elements {
  overflow: auto;
  max-height: 15vh;
}

.snazzy-select .description i {
  float: left;
  margin-inline-end: 0.125em;
  padding-inline-start: 0.125em;
  padding-block-start: 0.125em;
}

/*  User Element View */
.element .element__toggle:checked ~ div,
.element .element__toggle[type=radio]:checked ~ span,
.element .element__toggle:checked ~ ul {
  display: block;
}

.element__elements,
.element__field {
  border: 1px solid black;
  border-radius: 5px;
  background-color: var(--color-background-light);
}

.element__elements {
  background-color: var(--color-background-light);
  list-style: none;
  padding: 0;
  border-radius: 5px;
}

.element__element {
  display: grid;
  grid-template-columns: 5fr 1fr;
  grid-template-rows: 1fr auto;
}

.element__element label {
  display: flex;
}

.element__element:nth-child(odd) {
  background-color: var(--color-background-dark);
}

.element__element-value > i {
  float: left;
}

.element__element-value > label {
  display: flex;
}

.element__element-value > label > * {
  place-self: center;
}

.element__element-content:hover {
  opacity: 1;
}

.closed ~ .element__element-content {
  opacity: 0.5;
}

.element__field {
  width: 100%;
  display: flex;
  padding: 0.2em;
  position: relative;
}

.element__field:after {
  position: absolute;
  right: 0.2em;
  content: "⌄";
}

.filter {
  display: flex;
  justify-content: space-around;
}

div.filter-select {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.25em;
}

.element__element-value label,
.filter .element__field {
  font-size: 1.1em;
}

.filter > fieldset {
  width: 19.5%;
}

.filter fieldset .element {
  position: relative;
  width: 100%;
}

.filter .element__element {
  position: relative;
}

.filter .element__elements {
  overflow: auto;
  max-height: 15vh;
}

.element .description {
  position: absolute;
  width: 35ch;
  background-color: cornsilk;
  border: 1px solid rgba(207, 183, 155, 0.98);
  border-radius: 0.375rem;
  z-index: 10;
  padding: 0.1375rem;
}
.element .description i {
  float: left;
  margin-inline-end: 0.125em;
  padding-inline-start: 0.125em;
  padding-block-start: 0.125em;
}

/*
 * LIST of boardgames
 * https://www.youtube.com/watch?v=r1IitKbJRFE
 */
.list-of-games {
  display: grid;
  list-style: none;
  margin-inline: 0.25em;
  padding: 0;
}

/*
 * Board-game (Element) within the list
 */
.list-of-games > li {
  break-inside: avoid-column;
  container-type: inline-size;
}

.game-in-list {
  display: grid;
  grid-template-columns: calc(200px + 1.25em) auto;
  grid-template-rows: auto auto 1fr;
  gap: 0.25em;
  grid-template-areas: "Head" "Image" "Details" "Teaser" "Specs";
  margin-block: 1.25em;
  padding: 0.375em;
  background-color: #f2e8dd;
  border-radius: 5px;
  border: 2px solid white;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.5);
}

.gameListImage {
  grid-area: Image;
}

.gameListHead {
  grid-area: Head;
  padding: 0;
  margin: 0;
}

.gameDetails {
  grid-area: Details;
}

.gameListSpecs {
  grid-area: Specs;
}

.gameListTeaser {
  grid-area: Teaser;
}

.game__detail {
  display: flex;
  justify-content: space-between;
  margin-right: 0.5em;
  align-items: baseline;
}

@container (min-width: 40rem) {
  .game__detail {
    justify-content: start;
    gap: 1em;
  }
}
.game__detail--key h5 {
  padding: 0;
  margin: 0;
}

.gameListTeaser h4 {
  margin: 0.25em;
  padding: 0;
}

.gameListSpecs {
  display: grid;
  grid-auto-flow: row;
  border-top: 2px solid white;
  padding: 0;
  background-color: rgba(69, 104, 76, 0.825);
  color: white;
}
.gameListSpecs .specs {
  display: grid;
  grid-auto-flow: row;
  justify-items: center;
  align-items: center;
}
.gameListSpecs .spec-icon > span {
  font-size: var(--font-size-900);
}
.gameListSpecs .spec-title {
  font-size: var(--font-size-001);
}

.game-aspects {
  display: flex;
  gap: 0;
}
.game-aspects .game-options {
  flex-grow: 1;
}
.game-aspects .game-options h6 {
  background-color: rgb(111, 78, 55);
  border-bottom: 1px solid white;
  margin-bottom: 0.125rem;
  padding-inline-start: 0.25rem;
}

@container (min-width: 40rem) {
  .list-of-games {
    list-style: none;
    padding: 0;
  }
  @media screen and (prefers-reduced-motion: no-preference) {
    .list-of-games li:nth-child(10n+1) {
      rotate: 0.125deg;
    }
    .list-of-games li:nth-child(10n+2) {
      rotate: -0.15deg;
    }
    .list-of-games li:nth-child(10n+3) {
      rotate: -0.275deg;
    }
    .list-of-games li:nth-child(10n+4) {
      rotate: 0.135deg;
    }
    .list-of-games li:nth-child(10n+5) {
      rotate: -0.05deg;
    }
    .list-of-games li:nth-child(10n+6) {
      rotate: 0.205deg;
    }
    .list-of-games li:nth-child(10n+7) {
      rotate: 0.105deg;
    }
    .list-of-games li:nth-child(10n+8) {
      rotate: 0.042deg;
    }
    .list-of-games li:nth-child(10n+9) {
      rotate: -0.213deg;
    }
    .list-of-games li:nth-child(10n+10) {
      rotate: 0.073deg;
    }
  }
  .game-in-list {
    display: grid;
    grid-template-columns: calc(200px + 1.25em) auto;
    grid-template-rows: auto auto 1fr;
    gap: 0.25em;
    grid-template-areas: "Head Head" "Image Details" "Teaser Teaser" "Specs Specs";
    margin-block: 1.25em;
    padding: 0.375em;
    background-color: #dfd9c8;
    border-radius: 5px;
    border: 2px solid white;
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.5);
  }
  .gameListImage {
    margin-right: 1.25em;
  }
  .gameListHead {
    margin: -0.375em -0.375em 1em;
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    align-items: baseline;
  }
  .gameListHead h3,
  .gameListHead h6 {
    margin: 0;
  }
  .gameListHead h6 {
    padding-inline-start: 1.75rem;
    font-size: var(--font-size-300);
  }
  .game-in-list,
  .game-in-list * {
    text-decoration: none;
  }
  .gameListSpecs {
    margin: 2rem -0.5rem -0.5rem;
  }
  .gameListSpecs .taglist {
    margin: 0;
    padding-block-start: 0.25rem;
  }
  .game-options *,
  .game-options ul,
  .game-options ul li .g {
    margin: 0;
    padding: 0;
  }
  .gameListTeaser {
    padding-left: 1.25em;
  }
}
.gameListTeaser > p:first-child {
  margin-top: 0;
}

@container (max-width: 40rem) {
  .gameListTeaser > p {
    display: none;
  }
}
@container (max-width: 320px) {
  .game-in-list {
    display: block;
    height: calc(100% - 1rem);
    grid-template-rows: auto;
    grid-template-areas: "Image" "Head" "Details" "Specs";
    padding: 0;
    margin: 0.125rem;
    background-color: #dfd9c8;
    border-radius: 5px;
    border: 2px solid white;
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.5);
  }
  .gameListImage {
    padding: 0.25rem;
  }
  .gameListHead {
    font-size: 1rem;
    line-height: 1.2;
    padding-inline: 0.25rem;
  }
  .gameListHead h3 {
    font-size: var(--font-size-450);
  }
  .gameListHead h3,
  .gameListHead h6 {
    margin: 0;
  }
  .secondary-sub {
    font-size: 0.8rem;
    line-height: 1.4;
    padding: 0.375rem;
    text-wrap: balance;
  }
  .game-options h6,
  .gameListTeaser {
    display: none;
  }
}
.predilection-game:checked ~ .game-in-list {
  border: 2px solid green;
}

.dislike .predilection-game:checked ~ .game-in-list {
  border: 2px solid darkred;
}

.list-style.list:checked ~ .label-list,
.list-style.grid:checked ~ .label-grid {
  border: 1px solid darkgreen;
}

.list-style.list:checked ~ .list-of-games {
  grid-template-columns: 1fr;
}

.list-style.grid:checked ~ .list-of-games {
  display: block;
  gap: 1rem;
  column-count: auto;
  column-width: clamp(150px, 150px + 1vw, 320px);
  column-gap: 1rem;
}

.list-style.collapse:checked ~ .list-of-games .gameListTeaser,
.list-style.collapse:checked ~ .list-of-games .game-details {
  display: none;
}

@container (min-width: 320px) {
  .game-details {
    display: inline-block;
  }
}
@media (min-width: 40rem) {
  #board-game-overview:before {
    display: inline-block;
    content: "";
    background: url("../assets/images/paper-clip.webp") center center no-repeat transparent;
    background-size: cover;
    width: 48px;
    height: 96px;
    position: absolute;
    left: 14%;
    top: 7px;
    z-index: 1337;
  }
  #board-game-overview {
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
  }
  .game {
    z-index: -1;
    width: 86%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5% 18% 18% 18% 18% 18% 5%;
    grid-template-rows: auto 340px auto auto auto;
    padding: 23px 0 0 0;
  }
  #game-header {
    grid-column-start: 2;
    grid-column-end: span 5;
    grid-row-start: 2;
    grid-row-end: span 1;
    background: url("../assets/images/chess-pieces.webp") transparent no-repeat center center;
    background-size: cover;
    position: relative;
    border: 3px solid white;
    border-radius: 3px;
    height: 320px;
    overflow: hidden;
    z-index: 1000;
    transform: rotate(0.3725deg);
    margin: 0 -7px 0 7px;
  }
  #game-header,
  #game-specs,
  #game-content {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  #game-specs,
  #game-content {
    padding: 500px 5px 5px;
    background-color: #f2e8dd;
    border-radius: 5px;
    border: 2px solid white;
    z-index: 1;
  }
  #game-specs {
    display: grid;
    grid-auto-flow: column;
    gap: 1em;
    padding-top: 360px;
    margin: -349px 13px 0 -13px;
    z-index: 10;
  }
  svg {
    display: block;
    overflow: visible;
    height: 320px;
    position: absolute;
  }
  .slide__overlay-path {
    fill: rgba(255, 155, 0, 0.5);
    height: 256px;
  }
  #game-header h1,
  #game-header h1 input {
    left: 2em;
  }
  #game-header h2,
  #game-header h2 input {
    font-size: 0.825em;
  }
  #game-header h1 {
    left: 96px;
    bottom: 3rem;
    padding: 5px 20px;
    border: 3px solid white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 5px 5px rgba(0, 0, 0, 0.273);
    border-radius: 3px;
  }
  #game-header h2 {
    bottom: 0.3em;
    left: 137px;
    padding: 3px 15px;
    border: 2px solid white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.273);
    border-radius: 2px;
  }
  #game-header h1,
  #game-header h2 {
    position: absolute;
    background-color: rgba(255, 155, 0, 0.725);
    letter-spacing: 0.075em;
  }
  #board-game-overview h1 {
    text-transform: uppercase;
  }
  #image-board {
    top: 32px;
    left: 96px;
    display: inline-block;
    width: 240px;
    height: 128px;
    position: relative;
  }
  #image-board img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
  }
  #image-board span {
    position: absolute;
    width: 200px;
    height: 100px;
    text-align: center;
    background-color: rgba(221, 221, 221, 0.8);
    border-radius: 4px;
    border: 2px solid #b3d4fc;
    padding: 4px;
    vertical-align: center;
    outline: 2px #b3d4fc solid;
    outline-offset: 5px;
  }
  [data-role=type-cloud],
  #gallery,
  [data-role=tag-cloud] {
    grid-row-start: 3;
    grid-row-end: span 1;
  }
  [data-role=tag-cloud] {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
  #gallery {
    grid-column-start: 3;
    grid-column-end: span 3;
  }
  [data-role=type-cloud] {
    grid-column-start: 6;
    grid-column-end: span 2;
  }
  #game-specs {
    grid-row-start: 4;
    grid-row-end: span 1;
    grid-column-start: 2;
    grid-column-end: span 5;
    transform: rotate(-0.425deg);
  }
  #game-content {
    margin-top: -409px;
    grid-row-start: 5;
    grid-row-end: span 1;
    grid-column-start: 2;
    grid-column-end: span 5;
    transform: rotate(0.2725deg);
  }
  #board-game-overview input {
    background-color: transparent;
    border: none;
  }
  .game-edit {
    display: grid;
    grid-auto-flow: row;
  }
  .game-edit label {
    display: grid;
  }
  .game-edit input {
    width: 60ch;
  }
  .game-edit fieldset {
    width: 80%;
    margin-inline: 10%;
  }
  input[type=range]::-moz-range-track {
    padding: 0 10px;
    background: repeating-linear-gradient(to right, #ccc, #ccc 10%, #000 10%, #000 11%, #ccc 11%, #ccc 20%);
  }
  .next {
    width: 94%;
    margin-inline: 3%;
    text-align: right;
  }
  .game__detail--key {
    margin: 0;
  }
  .game__detail h6 {
    margin: 0;
  }
  .game-chart-background {
    background-image: url("../assets/images/chart-background.webp");
    position: relative;
    opacity: 0.75;
  }
  .game-chart-background,
  .game-chart {
    display: block;
    width: 160px;
    height: 160px;
  }
  .game-chart {
    opacity: 0.75;
    background-color: darkred;
    position: absolute;
  }
}
body {
  position: relative;
  background: #FFFAF0 linear-gradient(to right, #f2e8dd 0%, #fcede8 75%, #ede0cf 75%, #dfd9c8 100%);
  color: #050100;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "montserrat_alternatesregular", Verdana, Arial, sans-serif;
}

header {
  border-bottom: 1px solid rgba(207, 183, 155, 0.98);
  box-shadow: inset 0 -7px 5px 0 rgba(207, 183, 155, 0.5);
}

main {
  position: relative;
  background: linear-gradient(to right, #f2e8dd 0%, #fcede8 73%, #ede0cf 73%, #dfd9c8 100%);
  /* width: revert; */
  margin: -8px auto 0;
  border-radius: 4px;
  min-height: 85vh;
  z-index: 1337;
  margin-inline: 0.5em;
}

.main-border {
  border-radius: 4px;
  box-shadow: 0 5px 10px 6px rgba(207, 183, 155, 0.5);
  border: 1px solid rgba(207, 183, 155, 0.98);
  outline: 2px solid rgba(128, 128, 128, 0.125);
  outline-offset: -3px;
}
.main-border .title {
  background: rgba(200, 128, 64, 0.3);
  margin-block-end: 2rem;
  padding-inline-start: 1rem;
  border-bottom: 2px solid white;
}
.main-border .title > * {
  margin: 0;
}

.sub-navigation {
  isolation: isolate;
}

.container::after {
  position: absolute;
  background: url("../assets/images/bgc_domino_background.webp") no-repeat 0 0;
  background-size: 20em;
  width: 100%;
  height: 100%;
  content: "";
  margin: 0;
  top: calc(106px + var(--default-menu-item-size) + 2em + 1px);
  left: 0;
  pointer-events: none;
  opacity: 0.33;
}

main::after {
  position: absolute;
  background: url("../assets/images/coffee-stain.webp") no-repeat 0 0;
  background-size: 21vw;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  content: "";
  margin: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.sub-navigation::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  margin-block-start: 2em;
  box-shadow: inset -1px -10px 10px -7px rgba(207, 183, 155, 0.5);
  border-bottom: 1px solid rgba(207, 183, 155, 0.98);
  z-index: -1;
}

@media (min-width: 40em) {
  main {
    margin-inline-end: 3em;
  }
}
.footer::before {
  content: "";
  display: block;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(207, 183, 155, 0.98);
  box-shadow: 0 7px 5px 0 rgba(207, 183, 155, 0.5);
  width: 100vw;
  height: 8px;
  position: absolute;
  left: 0;
  margin-top: -18px;
}

.footer--column {
  border-bottom: 1px solid var(--main-background-lighter);
  border-top: 1px solid var(--main-backgroundshadow);
}

@media (max-width: 40em) {
  .side-menu .title {
    display: none;
  }
  .side-menu.main-border {
    outline: 0;
    border: 0;
    border-radius: 0;
  }
}
@media (min-width: 40em) {
  .side-menu-item-link span {
    align-self: center;
    align-content: center;
    text-align: center;
    margin-inline: auto;
  }
  a {
    text-decoration: none;
  }
}
/* ===========  Button  ========== */
/* CSS */
.btn {
  border: 0;
  background-color: #f3f3f3;
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  color: #666;
  font-size: var(--font-size-300);
  white-space: nowrap;
  margin: 0;
  padding: 7px;
  text-shadow: 0 1px 1px #fff;
  width: fit-content;
}

.btn:hover {
  background-color: #e5e5e5;
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
  box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
  cursor: pointer;
}

.btn:active {
  box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 rgba(255, 255, 255, 0.1);
}

.btn.right {
  float: right;
  justify-self: end;
}

/* ============== Token-Buttons ================== */
.circle {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  float: left;
  border-radius: 50%;
  box-shadow: 1px 1px 5px hsla(var(--hsl-border-top) 0.7);
  background: hsl(var(--hsl-lowered-background));
}

.circle:before {
  content: "";
  position: absolute;
  font-size: 8pt;
  color: #fff;
  top: -20px;
  width: 100%;
  text-align: center;
}

.circle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 0 hsla(var(--hsl-border-bottom), 0.24), inset 1px 1px 2px 0 hsla(var(--hsl-border-bottom), 0.9);
  z-index: 0;
}

.circle.active {
  background: #333;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.circle.active:after {
  box-shadow: inset 2px 2px 2px 0 hsla(var(--hsl-border-bottom), 0.405), inset -2px -2px 2px 0 rgba(var(--hsl-border-bottom), 0.7);
}

.circle.active span {
  color: #fff;
  padding: 11px 0;
}

.circle span {
  z-index: 20;
  width: 100%;
  height: 100%;
  color: #ffc000;
  padding: 12px 0;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  font-size: var(--font-size-100);
}

/* ===================== */
.taglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  gap: 0.25em;
  margin: 0;
  padding: 0;
}
.taglist .specs {
  margin-inline-start: 0.25rem;
}

.tag {
  display: grid;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  white-space: nowrap;
}

.tag > * {
  place-self: center;
}

.tag-title {
  position: relative;
  text-transform: uppercase;
  padding-inline: calc(0.5em + 4px);
  padding-block: calc(0.25em + 4px);
  letter-spacing: 0.0375em;
  font-weight: 600;
  background: linear-gradient(to bottom, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
  border-radius: 5px;
  isolation: isolate;
}

.tag-title::before {
  content: "";
  position: absolute;
  inset: 1px;
  outline-offset: -2px;
  border-radius: 5px;
  outline: 1px solid rgba(193, 158, 103, 0.375);
  border: 1px solid rgba(182, 141, 76, 0.375);
}

.tag-icon {
  position: relative;
  background: linear-gradient(to bottom, #f9c667 0%, #f79621 100%);
  border-radius: 0 6px 6px 0;
  padding: 2px 4px 2px 2px;
  isolation: isolate;
}

.tag-icon::before {
  content: "";
  background-color: orange;
  height: 8px;
  width: 4px;
  border-radius: 4px 0 0 4px;
  border: 1px solid rgba(193, 158, 103, 0.7);
  border-right: none;
  z-index: 1;
  position: absolute;
  left: -4px;
  top: calc(50% - 4px);
}

.like,
.dislike {
  border: 3px double;
  border-radius: 0.35rem;
}

.like {
  border-color: green;
}

.dislike {
  border-color: darkred;
}

.like.dislike {
  border-top: 3px double darkred;
  border-right: 3px double green;
  border-bottom: 3px double green;
  border-left: 3px double darkred;
}

/* ===========  Predilection List  ========== */
.predilection-list {
  margin-inline: auto;
}

.predilection-list > .element {
  width: 100%;
  object-fit: cover;
  align-self: end;
  transition: scale 350ms ease, opacity 350ms linear;
}

.predilection-list:has(.element:hover) .element:not(:hover) {
  scale: 0.975;
  opacity: 0.7;
}

.info {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  gap: 0.666rem;
  margin-block-end: 0.666rem;
}

.info-element {
  display: flex;
  align-items: center;
  align-content: center;
  height: 0.666rem;
  line-height: 0.666rem;
}

.subject-with-options {
  border-bottom: 1px solid rgba(207, 183, 155, 0.98);
  margin: 0 2.5rem 1rem;
}
.subject-with-options .subject-appendix {
  float: right;
}

.label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.label-text {
  margin-left: 0.5em;
}

.tooltip-toggle {
  cursor: pointer;
  position: relative;
}
.tooltip-toggle::before {
  position: absolute;
  top: -80px;
  left: -80px;
  background-color: #2B222A;
  border-radius: 5px;
  color: #fff;
  content: attr(aria-label);
  padding: 1rem;
  text-transform: none;
  transition: all 0.5s ease;
  width: 160px;
}
.tooltip-toggle::after {
  position: absolute;
  top: -12px;
  left: 9px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2B222A;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}
.tooltip-toggle::before, .tooltip-toggle::after {
  color: #efefef;
  font-family: monospace;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}
.tooltip-toggle:focus::before, .tooltip-toggle:focus::after, .tooltip-toggle:hover::before, .tooltip-toggle:hover::after {
  opacity: 1;
  transition: all 0.75s ease;
}

.three-way {
  margin-block-end: 0.5em;
}
.three-way legend.element-title {
  border-bottom: none;
  margin: 0;
}
.three-way .options {
  border-bottom: 1px solid #dfd9c8;
  border-right: 1px solid #dfd9c8;
  border-top: 2px solid #cfc9b8;
  border-left: 2px solid #cfc9b8;
  box-shadow: inset 3px 3px 2px 2px #dfd9c8;
  border-radius: 0.375rem;
  display: inline-flex;
  align-items: center; /* Zentriere vertikal */
  justify-content: center; /* Zentriere horizontal */
  padding: 0.333rem;
  gap: 0.5rem;
}
.three-way .options .value {
  flex: 1;
  width: 100%;
  aspect-ratio: 1;
  display: inline-flex;
  position: relative;
  padding: 0.25rem;
  cursor: pointer;
}
.three-way .options .value:before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 50%;
  border: 2px solid gray;
  box-shadow: 3px 3px 2px 2px #dfd9c8, inset 3px 3px 2px 2px rgba(223, 217, 200, 0.666);
  z-index: -1;
}
.three-way .options .option__value:checked + .value.yes:before {
  border-color: darkgreen;
  background-color: rgba(50, 200, 50, 0.125);
}
.three-way .options .option__value:checked + .value.no:before {
  border-color: firebrick;
  background-color: rgba(200, 0, 0, 0.125);
}
.three-way .options .option__value:checked + .value.meh:before {
  border-color: navy;
  background-color: rgba(0, 0, 255, 0.125);
}

datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 235px;
  height: fit-content;
  margin: 0 0 0 -10px;
}
datalist option {
  font-size: clamp(0.8rem, 1vw, 1.25rem);
  padding: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
}

.range-element .form-element-group {
  margin: 0;
  padding: 0;
}

/*********** Baseline, reset styles ***********/
input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
}

/* Removes default focus */
input[type=range] {
  margin: 0;
  padding: 0;
  width: 200px;
}

/* slider track */
input[type=range]::-moz-range-track,
input[type=range]::-webkit-slider-runnable-track {
  background-color: transparent;
  border-radius: 0.5rem;
  height: 0;
  width: 200px;
}

/* slider thumb */
input[type=range]::-moz-range-thumb,
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: 0; /* Centers thumb on the track */
  background-color: rgb(207, 183, 155);
  border: 1px solid darkred;
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}

input[type=range]:focus::-moz-range-thumb,
input[type=range]:focus::-webkit-slider-thumb {
  outline: 3px solid transparent;
  outline-offset: 0.125rem;
}

/** https://www.youtube.com/watch?v=345V2MU3E_w **/
img {
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

@media (min-width: 40em) {
  main {
    position: relative;
    background: linear-gradient(to right, #f2e8dd 0%, #fcede8 73%, #ede0cf 73%, #dfd9c8 100%);
    /* width: revert; */
    margin: -8px auto 0;
    min-height: 85vh;
    z-index: 1337;
    margin-inline: 0.5em;
  }
  .side-menu {
    list-style: none;
  }
  .side-menu .title {
    height: 3rem;
    margin: -1rem -1rem 1rem;
  }
}
@media (min-width: 40em) {
  .shim {
    position: relative;
    display: grid;
    isolation: isolate;
    /** This needs to be the last to overwrite active and focus state **/
  }
  .shim .nav-link > span {
    place-self: center;
    margin: 0;
    padding: 0;
    padding-inline-end: 0.4em;
    margin-inline-end: 0.4em;
  }
  .shim .nav-link > span {
    border-right: 2px solid #cfc9b8;
    justify-self: center;
  }
  .shim .side-menu-item-link > span {
    border-right: none;
    border-left: 2px solid #cfc9b8;
  }
  .shim .nav-link {
    display: grid;
  }
  .shim .nav-link {
    grid-template-columns: 2em auto;
    justify-items: center;
    align-items: center;
    background-color: #f2e8dd;
    border-top: 1px solid #dfd9c8;
    border-left: 1px solid #dfd9c8;
    border-bottom: 2px solid #cfc9b8;
    border-right: 2px solid #cfc9b8;
    border-radius: 0.3em;
    padding-inline: 0.4em;
    padding-block: 0;
    position: relative;
    transform-style: preserve-3d;
    transform: translate3d(0px, 0px, 0px);
    z-index: 1;
    transition: 500ms ease-in-out;
    box-shadow: none;
  }
  .shim .nav-link > div {
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.6;
    color: #111133;
    font-family: "recursive", arial, Verdana, sans-serif;
    font-variation-settings: "MONO" 1, "CASL" 0, "wght" 600, "slnt" -15, "CRSV" 1;
  }
  .shim .side-menu-item-link.nav-link {
    grid-template-columns: auto 2em;
  }
  .shim .side-menu-item-link {
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: center;
  }
  .shim .side-menu-item-link > span {
    padding-inline-end: 0;
    margin-inline-end: 0;
    padding-inline-start: 0.4em;
    margin-inline-start: 0.4em;
  }
  .shim .side-menu-title {
    grid-row-start: 0;
    grid-row-end: 1;
    align-self: center;
  }
  .shim .nav-link.right {
    grid-template-columns: auto 2em;
  }
  .shim .nav-link.drop {
    grid-template-columns: 2em auto 2em;
  }
  .shim .nav-toggle:before,
  .shim .nav-login:before,
  .shim .nav-link:before {
    transform-style: preserve-3d;
    transform: translate3d(0px, 0px, -1px);
    border-radius: 0.3em;
    position: absolute;
    content: "";
    border-bottom: 1px solid #dfd9c8;
    border-right: 1px solid #dfd9c8;
    border-top: 2px solid #cfc9b8;
    border-left: 2px solid #cfc9b8;
    inset: -2px;
    z-index: -1;
    transition: 500ms ease-in-out;
    box-shadow: inset 3px 3px 2px 2px #dfd9c8;
  }
  .shim .nav-link:focus,
  .shim .nav-link.active {
    transform: skewY(4deg) translate3d(0.66em, 0.3em, 1em) scale(1);
  }
  .shim .nav-link:focus:before,
  .shim .nav-link.active:before {
    transform: skewY(-4deg) translate3d(-0.66em, -0.3em, -1em) scale(1);
  }
  .shim:hover .nav-link {
    transform: skewY(2deg) translate3d(0.2em, 0.4em, 1em) scale(1.1);
  }
  .shim:hover .nav-link:before, .shim:hover .nav-link.active:before {
    transform: skewY(-2deg) translate3d(-0.2em, -0.4em, -1em) scale(0.9);
  }
}
.pie-trigger,
.pie--parts a {
  display: inline-block;
  position: fixed;
  right: 0;
  top: -6px;
  background-position: top right;
  border-radius: 0 0 0 100%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.pie--parts a:nth-child(n+2) {
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.5);
}

#pie-opener {
  display: none;
}

.pie-trigger {
  width: var(--size-inner-pie);
  height: var(--size-inner-pie);
  background: radial-gradient(at right top, var(--color-pie-from) 0%, var(--color-pie-from) 33%, var(--color-pie-to) 50%);
  color: cornsilk;
  outline: 5px solid white;
  z-index: 5;
}

.pie-trigger-label:hover .pie-trigger,
.glow-trigger:hover ~ .pie-menu .pie-trigger {
  box-shadow: 0 0 15px 15px rgba(255, 248, 220, 0.5), inset 15px -15px 15px 5px rgba(255, 248, 220, 0.18);
}

.pie-trigger i {
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  font-size: 2rem;
}

.pie--parts a {
  width: var(--size-outer-pie);
  height: var(--size-outer-pie);
  transform-origin: 100% 0;
  transition: width 1s, height 1s, transform 1s;
  transition-timing-function: ease-in;
  font-size: 1.6rem;
}

.pie--parts a:first-child i {
  margin: 0.6rem;
}

.pie--parts a:nth-child(2) i {
  margin: 0.66rem;
  transform: rotate(30deg);
}

.pie--parts a:nth-child(3) i {
  margin: 0.9rem;
  transform: rotate(60deg);
}

.pie--parts a:first-child {
  background: radial-gradient(at right top, var(--color-first-pie-from) 0%, var(--color-first-pie-from) 33%, var(--color-first-pie-to) 100%);
  transform: rotate(-90deg);
  z-index: 1;
}

.pie--parts a:nth-child(2) {
  background: radial-gradient(at right top, var(--color-second-pie-from) 0%, var(--color-second-pie-from) 33%, var(--color-second-pie-to) 100%);
  transform: rotate(-90deg);
  z-index: 2;
}

.pie--parts a:nth-child(3) {
  background: radial-gradient(at right top, var(--color-thierd-pie-from) 0%, var(--color-thierd-pie-from) 33%, var(--color-thierd-pie-to) 100%);
  transform: rotate(-90deg);
  z-index: 3;
}

#pie-opener:checked ~ .pie-menu a:first-child {
  transition: transform 1s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotate(0deg);
}

#pie-opener:checked ~ .pie-menu a:nth-child(2) {
  transition: transform 1s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotate(-28deg);
}

#pie-opener:checked ~ .pie-menu a:nth-child(3) {
  transition: transform 1s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotate(-60deg);
}

.pie-open {
  display: none;
}

#pie-opener:checked ~ .pie-trigger .pie-open {
  display: block;
}

.pie-closed {
  display: block;
}

#pie-opener:checked ~ .pie-trigger .pie-closed {
  display: none;
}

p .pie-trigger-label {
  color: red;
}

.task-title {
  width: 30ch;
}

[role=tablist] {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: -7px;
  isolation: isolate;
  flex-direction: column;
}
[role=tablist] li {
  margin-inline-start: -0.25rem;
}
[role=tablist] li:first-child {
  margin-inline-start: 0;
}
[role=tablist] li:has(button[aria-selected=true]) {
  z-index: 10;
}
@media (min-width: 40rem) {
  [role=tablist] {
    flex-direction: row;
  }
}
[role=tablist] button {
  background-color: #f2e8dd;
  border-left: 2px solid rgba(73, 73, 73, 0.073);
  border-top: 2px solid rgba(73, 73, 73, 0.073);
  border-right: 2px solid rgba(73, 73, 73, 0.073);
  border-bottom: 2px solid rgba(73, 73, 73, 0.073);
  border-radius: 0.25rem 0.25rem 0 0;
  position: relative;
  transform: translateY(-0.25rem);
  padding-inline: 0.5rem;
  z-index: 1;
}
[role=tablist] [aria-selected=true] {
  border-left: 2px solid rgba(73, 73, 73, 0.13);
  border-top: 2px solid rgba(73, 73, 73, 0.13);
  border-right: 2px solid rgba(73, 73, 73, 0.13);
  border-bottom: 3px solid #f2e8dd;
  background-color: rgba(73, 73, 73, 0.13);
  z-index: 2;
}

.wizard-head {
  margin-block: 1em;
  padding-inline: 4em;
  height: 2.5em;
  display: block;
  position: relative;
}

.progress-element,
.progress {
  padding: 0.1em;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.progress {
  display: flex;
  justify-content: space-between;
  height: 1em;
}

.progress-bar {
  position: absolute;
  z-index: 1;
  height: 0.8em;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  width: 35%;
  background-color: #f25c11;
}

.progress-element {
  z-index: 10;
  height: 2em;
  margin-top: -0.6em;
  line-height: 2em;
  background-color: #f2e8dd;
  border-radius: 1em;
  border: 2px solid white;
  padding-inline: 1em;
}

.groups,
.members {
  display: flex;
  list-style: none;
  margin-inline: 0.5em;
  margin-block: 0;
  padding: 0;
}

.members {
  margin-block: 0.25em;
}

.members li {
  margin-inline: 0.75em;
}

.relation-list {
  display: grid;
  gap: 0.1em;
}

.relation-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr 1fr 1fr;
  gap: 0.125em;
}

.relation-head {
  font-weight: 900;
}

.diaries-admin-list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
  justify-content: space-evenly;
}

.diaries-admin-list li {
  display: flex;
}

.inline-dropdown {
  padding-inline: 1rem;
  position: relative;
  display: inline-flex;
  place-items: self-start;
  isolation: isolate;
  z-index: 100;
  /** or button */
}
.inline-dropdown > * {
  flex-grow: 1;
}
.inline-dropdown:focus-within {
  outline: 1px solid var(--logo-color);
}
.inline-dropdown:hover .dropdown__elements, .inline-dropdown:focus-within .dropdown__elements {
  opacity: 1;
  visibility: visible;
}
.inline-dropdown .dropdown__title {
  background-color: transparent;
  border: none;
  font-family: inherit;
}
.inline-dropdown button.dropdown__title {
  border: 1px solid var(--logo-color);
  padding: 0.25rem 0.33rem;
  border-radius: 3px;
}
.inline-dropdown > .dropdown__elements {
  position: absolute;
  display: flex;
  z-index: 1;
  background-color: cornsilk;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  width: fit-content;
}
.inline-dropdown > .dropdown__elements:focus-within, .inline-dropdown > .dropdown__elements:focus, .inline-dropdown > .dropdown__elements:hover {
  opacity: 1;
  visibility: visible;
}
.inline-dropdown > .dropdown__elements > .dropdown__entry {
  margin-inline-end: 3ch;
  padding: 0;
  width: fit-content;
  display: inline-block;
  align-self: flex-start;
  white-space: nowrap;
}
.inline-dropdown > .dropdown__elements > .dropdown__entry > .dropdown__option:hover, .inline-dropdown > .dropdown__elements > .dropdown__entry > .dropdown__option:focus {
  border-top-color: var(--logo-color);
  color: var(--logo-color);
}

* {
  transition: grid-template-columns 2s linear;
}

.hide-toggle ~ .toggle-element {
  height: 0;
  overflow: hidden;
  display: none;
}

.hide-toggle.tool-box + .toggle-element {
  height: 1px;
}

.hide-toggle:checked + .toggle-element {
  display: block;
  height: auto;
}

.tool-box ~ .toggle-content {
  padding-block: 2.5em;
}

/* ==========================================================================
    Notification
   ========================================================================== */
.notification-list {
  display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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