@charset "utf-8";

/* six, version 6o37 */

@font-face {
  font-family: "Heldane Text";
  src: url("/styles/fonts/HeldaneTextWeb-Regular.woff2") format("woff2"), url("/styles/fonts/HeldaneTextWeb-Regular.woff") format("woff");
/*   src: url("fonts/HeldaneTextWeb-Regular.woff2") format("woff2"), url("/styles/fonts/HeldaneTextWeb-Regular.woff") format("woff"); */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Heldane Text";
  src: url("/styles/fonts/HeldaneTextWeb-RegularItalic.woff2") format("woff2"), url("/styles/fonts/HeldaneTextWeb-RegularItalic.woff") format("woff");
/*   src: url("fonts/HeldaneTextWeb-RegularItalic.woff2") format("woff2"), url("/styles/fonts/HeldaneTextWeb-RegularItalic.woff") format("woff"); */
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Heldane Text";
  src: url("/styles/fonts/HeldaneTextWeb-Medium.woff2") format("woff2"), url("/styles/fonts/HeldaneTextWeb-Medium.woff") format("woff");
/*   src: url("fonts/HeldaneTextWeb-Medium.woff2") format("woff2"), url("/styles/fonts/HeldaneTextWeb-Medium.woff") format("woff"); */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Heldane Text";
  src: url("/styles/fonts/HeldaneTextWeb-MediumItalic.woff2") format("woff2"), url("/styles/fonts/HeldaneTextWeb-MediumItalic.woff") format("woff");
/*   src: url("fonts/HeldaneTextWeb-MediumItalic.woff2") format("woff2"), url("/styles/fonts/HeldaneTextWeb-MediumItalic.woff") format("woff"); */
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Heldane Display";
  src: url("/styles/fonts/HeldaneDisplayWeb-Medium.woff2") format("woff2"), url("/styles/fonts/HeldaneDisplayWeb-Medium.woff") format("woff");
/*   src: url("fonts/HeldaneDisplayWeb-Medium.woff2") format("woff2"), url("/styles/fonts/HeldaneDisplayWeb-Medium.woff") format("woff"); */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Heldane Display";
  src: url("/styles/fonts/HeldaneDisplayWeb-MediumItalic.woff2") format("woff2"), url("/styles/fonts/HeldaneDisplayWeb-MediumItalic.woff") format("woff");
/*   src: url("fonts/HeldaneDisplayWeb-MediumItalic.woff2") format("woff2"), url("/styles/fonts/HeldaneDisplayWeb-MediumItalic.woff") format("woff"); */
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Pitch";
  src: url("/styles/fonts/PitchWeb-Medium.woff2") format("woff2"), url("/styles/fonts/PitchWeb-Medium.woff") format("woff");
/*   src: url("fonts/PitchWeb-Medium.woff2") format("woff2"), url("/styles/fonts/PitchWeb-Medium.woff") format("woff"); */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pitch";
  src: url("/styles/fonts/PitchWeb-MediumItalic.woff2") format("woff2"), url("/styles/fonts/PitchWeb-MediumItalic.woff") format("woff");
/*   src: url("fonts/PitchWeb-MediumItalic.woff2") format("woff2"), url("/styles/fonts/PitchWeb-MediumItalic.woff") format("woff"); */
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Soehne Mono";
  src: url("/styles/fonts/soehne-mono-web-buch.woff2") format("woff2"), url("/styles/fonts/soehne-mono-web-buch.woff") format("woff");
/*   src: url("fonts/soehne-mono-web-buch.woff2") format("woff2"), url("/styles/fonts/soehne-mono-web-buch.woff") format("woff"); */
  font-weight: 400;
  font-style: regular;
}
@font-face {
  font-family: "Soehne Mono";
  src: url("/styles/fonts/soehne-mono-web-buch-kursiv.woff2") format("woff2"), url("/styles/fonts/soehne-mono-web-buch-kursiv.woff") format("woff");
/*   src: url("fonts/soehne-mono-web-buch-kursiv.woff2") format("woff2"), url("/styles/fonts/soehne-mono-web-buch-kursiv.woff") format("woff"); */
  font-weight: 400;
  font-style: italic;
}

:root {
  --line-height: 1.35;
}

*, body {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

* + * {
  margin-top: calc(var(--line-height) * 1rem);
}

header + nav a,
nav + main,
li + li {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
}

::selection {
  background: #E1B7D1;
}

.hidden {
  display: none;
}

body {
  font-family: "Heldane Text", "Hoefler Text", "Garamond", -apple-system, serif, "Apple Color Emoji", "Hiragino Mincho Pro";
  font-feature-settings: "onum" on, "ss02" on;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.62rem;
  word-wrap: break-word;
  color: #333333;
  background-color: #41072A;
  transition: background-color 0.4s ease;
  transition: color 0.05s ease;
}

main {
  display: block;
  width: 95%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.135rem 0;
  border-radius: 27px;
  background-color: #FAFAFA;
  transition: background-color 0.4s ease;
}

main > * {
  width: 90%;
  margin: 1.35rem auto;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 112.5%;
  }

  body {
    font-size: 1.15rem;
  }

  main {
    padding: 1.35rem 0;
    width: 80%;
    border-radius: 42px;
  }

  main > * {
    width: 85%;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 1.2rem;
  }

  main {
    padding: 1.35rem 0;
    width: 73%;
  }

  main > * {
    width: 77%;
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 125%;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #CCCCCC;
  }

  main {
    background-color: #270018;
  }
}
body > header > h1 {
  font-family: "Heldane Display", "Heldane Text", "Hoefler Text", "Garamond", -apple-system, serif, "Apple Color Emoji", "Hiragino Mincho Pro";
  font-weight: 600;
  font-feature-settings: "ss10" off;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.675rem;
  padding: 1.7rem 0 1.1rem 0;
}

body > header > h1 > a {
  padding: 0.5rem 2rem;
  border-radius: 40px;
  color: #932065;
  transition: all 0.15s ease-in-out;
}

body > header > h1 > a:hover {
  background-color: #743059;
  color: #E1B7D1;
}

@media only screen and (min-width: 750px) {
  body > header > h1 > a {
    color: #743059;
  }
}
nav {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  width: 90%;
  margin: 0 5% 0.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
  color: #856998;
}

nav a {
  font-weight: 600;
  line-height: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.4rem 0.4rem 0.4rem 0.5rem;
  border-radius: 40px;
  color: #E1B7D1;
  transition: all 0.15s ease-in-out;
}

nav a:hover {
  color: #E1B7D1;
  background-color: #743059;
}

nav a.pop {
  color: #E1B7D1;
  background-color: #743059;
}

nav a.pop:hover {
  background-color: #CA3D94;
  color: #FAFAFA;
}

@media screen and (min-width: 500px) {
  nav {
    width: 80%;
    margin: 0 10% 0.675rem;
    justify-content: center;
  }

  nav a {
    color: #743059;
  }
}
@media screen and (min-width: 800px) {
  nav {
    width: 70%;
    margin: 0 15% 0.725rem;
    justify-content: space-evenly;
  }
}
article + article {
  margin-top: 4.05rem;
}

blockquote {
  font-size: 95%;
  line-height: 1.485rem;
  border-left: 0.05rem solid #856998;
  padding: 0 1.1rem;
  color: #555555;
}

ul {
  padding-left: 1rem;
}

ol {
  padding-left: 1.675rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0.675rem;
}

ul li {
  list-style-type: '•';
  padding-left: 0.675rem;
}

@media screen and (min-width: 750px) {
	figure {
		margin-block-start: calc(var(--line-height) * 1rem);
		margin-block-end: calc(var(--line-height) * 1rem);
		margin-inline-start: calc(var(--line-height) * 1rem);
		margin-inline-end: calc(var(--line-height) * 1rem);
	}
	figure.multi-image-2 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1rem;
		align-items: end;
	}

	figure.multi-image-3 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 1rem;
		align-items: end;
	}
}

img {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-style: none;
}

img.hundred {
  width: 100%;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
}

img.sixty {
  width: 60%;
  height: auto;
  margin-left: 20%;
  margin-right: 20%;
}

img.fifty {
  width: 50%;
  height: auto;
  margin-left: 25%;
  margin-right: 25%;
}

img.forty {
  width: 40%;
  height: auto;
  margin-left: 30%;
  margin-right: 30%;
}

img.thirty {
  width: 30%;
  height: auto;
  margin-left: 35%;
  margin-right: 35%;
}

@media screen and (min-width: 750px) {
	figure.multi-image-2 img,
	figure.multi-image-3 img {
		width: 100%;
		height: auto;
		margin: 0;
	}
}

.shadow {
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 15px 10px rgba(164, 164, 164, 0.1);
}

.no-border {
  border: initial;
}

.round {
  border-radius: 8px;
}

figcaption {
  font-weight: 600;
  font-size: 0.75em;
  text-align: center;
  line-height: calc(var(--line-height) * 1em);
  margin-top: calc(var(--line-height) * 0.65em);
}

figure.multi-image-2 figcaption {
  grid-column: span 2;
}

figure.multi-image-3 figcaption {
  grid-column: span 3;
}

figcaption * {
  font-weight: 600;
}

figcaption em, figcaption strong {
  font-style: italic;
}

code,
pre,
.mono {
  font-family: "Soehne Mono", "Courier New", Courier, monospace;
  font-weight: 400;
  font-size: 87%;
}

pre {
  font-size: 75%;
  font-feature-settings: "calt" off;
  line-height: 1.0125rem;
  padding: 0.54rem;
  margin-left: 0.675rem;
  margin-right: 0.675rem;
  word-wrap: initial;
  overflow-x: scroll;
  tab-size: 3;
  border-radius: 17px;
  background-color: rgba(202, 61, 148, 0.05);
}

abbr,
small,
.smallcaps {
  font-feature-settings: "smcp" on, "c2sc" on;
}

em strong,
strong em {
  font-feature-settings: "smcp" on, "c2sc" on;
  font-style: normal;
}

.fancy,
.swash {
  font-feature-settings: "ss10";
}

hr {
  font-weight: 600;
  border: 0;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(202, 61, 148, 0.3);
}

hr:after {
  content: "•· ¶ ·•";
  letter-spacing: 1rem;
}

sup {
  font-feature-settings: "onum" off;
  font-size: 0.8rem;
  line-height: 0;
}

.page-title {
  font-style: normal;
}

h1 {
  font-family: "Heldane Display", "Heldane Text", "Hoefler Text", "Garamond", -apple-system, serif, "Apple Color Emoji", "Hiragino Mincho Pro";
  font-feature-settings: "ss10" on, "ss06" on, "ss08" on, "ss09" on;
  font-size: 2.5rem;
  font-style: italic;
  text-align: center;
  line-height: 3.375rem;
}

h1.roman {
  font-style: normal;
  font-size: 2.8rem;
}

h1.lesser {
  font-style: normal;
  text-align: left;
}

header h2 {
  font-weight: 600;
  text-align: center;
  font-size: 75%;
  font-feature-settings: "smcp" on, "c2sc" on;
  background-color: rgba(192, 0, 118, 0.1);
  border-radius: 42px;
  padding: 0.2rem;
  line-height: 1.08rem;
}

article.link .linked {
  font-family: "Heldane Text", "Hoefler Text", "Garamond", -apple-system, serif, "Apple Color Emoji", "Hiragino Mincho Pro";
  font-size: 0.9rem;
  font-weight: 600;
  font-feature-settings: "smcp" on, "c2sc" on;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  line-height: 0.945rem;
  display: block;
  color: #7F7F7F;
}

article.link h1 {
  font-family: "Heldane Display", "Heldane Text", "Hoefler Text", "Garamond", -apple-system, serif, "Apple Color Emoji", "Hiragino Mincho Pro";
  font-style: normal;
  font-size: 1.9rem;
  line-height: 2.16rem;
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
}

h2, h2 * {
  font-size: 1.5rem;
  font-weight: 600;
}

p + h2,
ol + h2,
ul + h2,
pre + h2 {
  margin-top: 2.7rem;
}

h2 + * {
  margin-top: 0.675rem;
}

h3, h3 * {
  font-weight: 600;
  font-feature-settings: "smcp" on, "c2sc" on;
}

h3 + * {
  margin-top: 0rem;
}

h4, h4 * {
  font-weight: 400;
  font-feature-settings: "smcp" on, "c2sc" on;
}

h4 + * {
  margin-top: 0.2025rem;
}

article a {
  border-radius: 0.25rem;
  padding: 0 0.1rem;
  margin: 0 -0.1rem;
  color: #CA3D94;
}

article a:hover {
  background-color: rgba(192, 0, 118, 0.1);
  transition: all 0.15s ease-in-out;
}

figure a {
  padding: 0;
  margin-bottom: -1rem;
}

figure a:hover  {
  background-color: initial;
}

figure a:hover img {
  background-color: initial;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 10px 15px 10px rgba(192, 0, 118, 0.1);
}

article h2 a:hover:after,
article h3 a:hover:after,
article h4 a:hover:after {
  content: " ¶";
  font-size: 0.6em;
  vertical-align: top;
  padding-right: 1em;
  color: rgba(192, 0, 118, 0.5);
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #333333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  background-color: transparent;
}

.archive h1 {
  font-size: 3rem;
  margin-bottom: 4.05rem;
}

.archive ol {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.archive li {
  margin-bottom: 3rem;
}

.archive li small {
  font-feature-settings: 'smcp' on, 'c2sc' on, 'calt' on;
  font-size: 0.9rem;
}

.archive a {
  font-family: "Heldane Text", "Hoefler Text", "Garamond", -apple-system, serif, "Apple Color Emoji", "Hiragino Mincho Pro";
  font-size: 1.7rem;
  font-weight: 600;
  color: #333333;
}

.archive p {
  margin: 0;
}

.archive p:last-child {
  font-style: italic;
}

@media screen and (min-width: 750px) {
  header h2 {
    padding: 0;
    line-height: inherit;
  }

  blockquote {
    line-height: 1.62rem;
  }

  article + article {
    margin-top: 6.75rem;
  }

  pre {
    font-size: 75%;
    padding: 0.675rem;
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  hr:after {
    letter-spacing: 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  h1 a,
h2 a,
h3 a,
h4 a {
    color: #CCCCCC;
  }

  h2 a,
h3 a,
h4 a {
    font-size: 110%;
  }

  blockquote p {
    color: #B4B4B4;
  }

  .archive a {
    color: #CCCCCC;
  }
}
#recently {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.08rem;
  margin: -3.24rem auto 2.7rem auto;
  padding: 2.7rem 0.675rem 0.675rem 0.675rem;
  width: 90%;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  border-radius: 17px;
  background-color: rgba(202, 61, 148, 0.1);
}

#recently.on-link-page {
  margin-bottom: 0;
}

#recently a {
  margin: 0.1rem 0;
  padding: 0.675rem 1rem 0.405rem 1rem;
  width: 90%;
  min-height: 2.7rem;
  display: flex;
  flex-flow: column;
  border-radius: 17px;
  color: #333333;
  background-color: rgba(202, 61, 148, 0.15);
  transition: all 0.15s ease-in-out;
}

#recently a:hover {
  background-color: rgba(202, 61, 148, 0.25);
}

#recently a p {
  margin-top: 0.27rem;
}

.recently-title {
  font-weight: 600;
}

.recently-subtitle {
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 0.27rem;
}

h2#recently-head {
  margin: 3.24rem auto 1.08rem auto;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.17rem;
  font-feature-settings: "smcp" on, "c2sc" on;
}

h2#recently-head.on-link-page {
  margin-top: 0;
}

@media screen and (min-width: 500px) {
  #recently {
    margin: -3.24rem auto 4.05rem auto;
    flex-flow: row;
  }

  #recently a {
    margin: 0 0.1rem;
    padding: 0.675rem 1rem;
    width: 33.3333%;
  }

  h2#recently-head {
    margin: 4.05rem auto 1.08rem auto;
  }
}
@media (prefers-color-scheme: dark) {
  #recently a {
    color: #CCCCCC;
  }
}
form {
  text-align: center;
}

input {
  font-family: "Soehne Mono", "Courier New", Courier, monospace;
  font-size: 1rem;
  vertical-align: middle;
  margin: 1px;
  border-radius: 14px;
  outline: none;
  transition: all 0.1s ease-in-out;
}

input[type=text] {
  text-align: center;
  padding: 0.2rem 0.5rem;
  width: 23ch;
}

input[type=text]:focus {
  border: 2px solid #CA3D94;
  margin: 0;
}

input[type=submit] {
  font-style: italic;
  padding: 0.2rem 0.5rem;
}

input[type=submit]:hover {
  background-color: #CCCCCC;
}

input[type=submit]:active {
  background-color: #CA3D94;
  color: #FAFAFA;
}

main input[type=text] {
  background-color: #FAFAFA;
  border: 1px solid #856998;
}

main input[type=submit] {
  background-color: #DDDDDD;
  color: #333333;
  border: 1px solid #856998;
}

@media (prefers-color-scheme: dark) {
  main input[type=text] {
    background-color: #333333;
    color: #CCCCCC;
    border: 1px solid #856998;
  }

  main input[type=submit] {
    border: 1px solid #555555;
    background-color: #333333;
    color: #CCCCCC;
  }

  input[type=submit]:hover {
    border: 1px solid #7F7F7F;
    background-color: #555555;
  }
}


main > footer {
  display: flex;
  flex-flow: row;
  align-items: top;
  justify-content: space-between;
  margin-top: calc(var(--line-height) * 2.5em);
}

main > footer a {
  text-align: center;
  width: 44%;
  margin-top: 0;
  padding: 0.25em 0.25em;
  text-decoration: none;
  min-height: calc(var(--line-height) * 2.5em); 
  border-radius: 17px;
  color: #333333;
  background-color: rgba(202, 61, 148, 0.1);
  transition: all 0.15s ease-in-out;
}

@media (prefers-color-scheme: dark) {
  main > footer a {
  	color: #cccccc;
  }
}

main > footer a:hover {
  background-color: rgba(202, 61, 148, 0.15);
}

main > footer a p:first-of-type {
  font-feature-settings: 'c2sc' on, 'smcp' on;
  font-size: 0.9rem;
}

main > footer a:first-of-type p:first-of-type:before {
  content: "← ";
    font-size: 0.9em;
  vertical-align: middle;
}

main > footer a:nth-of-type(2) p:first-of-type:after {
  content: " →";
    font-size: 0.9em;
    vertical-align: middle;
}

main > footer a p:last-of-type {
  font-style: italic;
  font-weight: 600;
  margin-top: calc(var(--line-height) * 0.5em);
}

#badge-block {
  text-align: center;
}

#badge-block img {
  vertical-align: middle;
}

#badge-block a:hover {
  background-color: transparent;
}

article footer {
  text-align: right;
  line-height: 1;
  color: #7F7F7F;
}

article footer a {
  vertical-align: middle;
  padding: 0.1rem 0.6rem 0.2rem 0.6rem;
  margin-left: 0.15em;
  border-radius: 40px;
  background-color: #CA3D94;
  color: #FAFAFA;
  opacity: 0.1;
  transition: all 0.15s ease-in-out;
}

article footer a:hover {
  background-color: #CA3D94;
  color: #FAFAFA;
  opacity: 0.9;
}

body > footer {
  margin: 0.405rem 0;
}

body > footer p {
  font-size: 0.9rem;
  text-align: center;
  color: #CCCCCC;
}

body > footer .p-name a {
  color: #CCCCCC;
}

body > footer a {
  color: #CA3D94;
}
