@charset "UTF-8";
/* qwitcher-grypen-regular - latin */
@font-face {
  font-family: "Qwitcher Grypen";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/qwitcher-grypen-v1-latin-regular.woff2") format("woff2"), url("/fonts/qwitcher-grypen-v1-latin-regular.woff") format("woff");
}
/* unifrakturcook-700 - latin */
@font-face {
  font-family: "UnifrakturCook";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/unifrakturcook-v17-latin-700.woff2") format("woff2"), url("/fonts/unifrakturcook-v17-latin-700.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, serif;
  background: #211;
  background-attachment: fixed;
  background-image: linear-gradient(#211, #222);
  color: #fff;
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.headlink {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 200;
  margin: 20px 0;
  text-align: center;
}
.headlink a {
  color: inherit;
  text-decoration: none;
}

main {
  box-sizing: border-box;
  background: #fff8dd;
  color: #211;
  margin: 0 auto 60px;
  max-width: 960px;
  padding: 20px;
  width: 100%;
}
main > header {
  border-bottom: 1px dotted currentcolor;
  margin-bottom: 20px;
}
main > header span {
  display: block;
  font-family: "Qwitcher Grypen", cursive;
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: center;
}
main > header .title {
  aspect-ratio: 741/176;
  height: auto;
  margin: 10px 20px 10px 5px;
  background-image: url("/images/codecandies/tt_title.png");
  background-size: contain;
  background-repeat: no-repeat;
}
main > header .title h1 {
  font-family: "UnifrakturCook", serif;
  font-size: 1rem;
  text-indent: -50000em;
}
main .articlefooter {
  background-color: #221;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 200;
  margin: 0 -20px -20px;
  padding: 20px;
}
main .articlefooter ul {
  display: flex;
  list-style: none;
  padding: 0;
}
main .articlefooter ul li {
  flex: 1 0 48%;
}
main .articlefooter ul li + li {
  text-align: right;
}
main .articlefooter ul .previous-post::before {
  content: "←";
  padding-right: 0.25em;
}
main .articlefooter ul .next-post::after {
  content: "→";
  padding-left: 0.25em;
}
main .articlefooter ul a {
  color: inherit;
  text-decoration: none;
}

.content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  line-height: 1.4;
  padding-bottom: 30px;
}
.content .aufmacher {
  grid-area: 1/1/2/3;
}
.content .aufmacher h1 {
  font-family: "UnifrakturCook", serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}
.content .news {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #211;
  font-size: 0.975rem;
  grid-area: 1/3/2/4;
  padding: 0 10px 10px;
}
.content .news header {
  background-color: #211;
  color: #fff;
  margin: 0 -10px 10px;
}
.content .news header h1 {
  font-family: "UnifrakturCook", serif;
  font-size: 2rem;
  padding: 3px 10px;
}
.content .article3 {
  grid-area: 2/1/3/2;
}
.content .article3 p {
  font-size: 0.975rem;
}
.content .article4 {
  grid-area: 2/2/3/3;
}
.content .article5 {
  grid-area: 2/3/3/4;
}
.content .article6 {
  grid-area: 3/1/4/2;
}
.content .article7 {
  grid-area: 3/2/4/4;
}
.content figure {
  margin-bottom: 10px;
}
.content figure img {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%;
}
.content figure figcaption {
  font-size: 0.825rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: justify;
}
.content h2 {
  font-family: "UnifrakturCook", serif;
}
.content p {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 10px;
  text-align: justify;
}
.content .pseudolink {
  border-bottom: 1px dotted currentcolor;
}
.content p.bu {
  font-size: 85%;
  text-align: left;
}
.content form {
  margin-top: 30px;
}
.content input[type=text] {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.content input[type=button] {
  margin-top: 10px;
  padding: 2px 5px;
}
.content .anzeige {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: justify;
}
