@charset "UTF-8";
@import "normalize.css";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700&display=swap");
@font-face {
  font-family: "Linear Sans";
  font-weight: normal;
  font-style: normal;
  src: url("Webfont/LinearSans-Regular.eot");
  src: url("Webfont/LinearSans-Regular.eot?#iefix") format("embedded-opentype"), url("Webfont/LinearSans-Regular.woff") format("woff"), url("Webfont/LinearSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Linear Sans";
  font-weight: normal;
  font-style: italic;
  src: url("Webfont/LinearSans-Italic.eot");
  src: url("Webfont/LinearSans-Italic.eot?#iefix") format("embedded-opentype"), url("Webfont/LinearSans-Italic.woff") format("woff"), url("Webfont/LinearSans-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Linear Sans";
  font-weight: bold;
  font-style: normal;
  src: url("Webfont/LinearSans-Bold.eot");
  src: url("Webfont/LinearSans-Bold.eot?#iefix") format("embedded-opentype"), url("Webfont/LinearSans-Bold.woff") format("woff"), url("Webfont/LinearSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Linear Sans";
  font-weight: bold;
  font-style: italic;
  src: url("Webfont/LinearSans-BoldItalic.eot");
  src: url("Webfont/LinearSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("Webfont/LinearSans-BoldItalic.woff") format("woff"), url("Webfont/LinearSans-BoldItalic.woff2") format("woff2");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html {
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  html {
    font-size: calc(15px + 3 * ((100vw - 600px) / 600));
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

*,
*:before,
*:after {
  font-family: "Linear Sans", "Helvetica", sans-serif;
  box-sizing: inherit;
}

body {
  color: black;
  background: white;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.4;
  margin: 0px;
}

p {
  margin-bottom: 1em;
  margin-top: 0.6em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 1em 0 0.5em 0;
}

h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 1.5em 0 0.5em 0;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 2em 0 0.5em 0;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 2.5em 0 0.5em 0;
}

ul, ol {
  list-style: none;
  padding-left: 2rem;
  position: relative;
}
ul > li, ol > li {
  position: relative;
}
ul > li:before, ol > li:before {
  content: "—";
  position: absolute;
  left: -2rem;
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .compressedLists ul,
.compressedLists ol {
    font-size: 0.9rem;
    -moz-columns: 2;
    columns: 2;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding-left: 1.25rem;
  }
  .compressedLists ul > li:before,
.compressedLists ol > li:before {
    left: -1.25rem;
  }
}
ol {
  counter-reset: oList;
}
ol li::before {
  counter-increment: oList;
  content: counters(oList, ".", decimal-leading-zero);
}

blockquote {
  font-size: 90%;
  padding: 1.25rem 2rem;
}

pre {
  font-size: 0.8rem;
  font-family: "IBM Plex Mono", monospace !important;
  text-align: left !important;
}

hr {
  border-style: solid;
  border-color: black;
  border-width: 2px 0px 0px 0px;
  margin-top: 2em !important;
}

.notaBene {
  padding-left: calc(2rem - 3px);
  border-left: 3px solid #5a5a5a;
  font-style: italic;
}

.imgMedium {
  max-height: 70vh !important;
}

a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

.post article a:link,
.post article a:visited,
.post article a:active,
.post article a:hover {
  font-weight: bold;
}

[onClick] {
  cursor: pointer;
}

a.readMore {
  font-style: italic;
  font-size: 0.9rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: black;
  border-radius: 1.25rem;
  text-decoration: none;
  margin: auto;
  padding: 0.25rem 0.625rem;
  white-space: nowrap;
  transition: background-color 0.25s ease-out;
}
a.readMore:hover {
  background-color: #ff7d7d;
  text-decoration: none;
}

.textLogo {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#navMain {
  padding: 1.25rem 2rem;
  position: absolute;
  width: 100%;
  z-index: 300;
  font-size: 1.2rem;
}

#navMain-logo {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  float: left;
}

#navMain-links {
  float: right;
}
#navMain-links > a {
  font-family: "Linear Sans", "Helvetica", sans-serif;
  margin-left: 1.25rem;
}
@media only screen and (max-width: 600px) {
  #navMain-links {
    display: none;
  }
  #navMain-links.visible {
    font-size: 1.2rem;
    text-align: right;
    display: block;
    float: none;
    padding: 2rem;
    position: absolute;
    top: 1.25rem;
    left: 0;
    right: 0;
  }
  #navMain-links.visible > a {
    display: block;
    margin: 1.25rem 0;
  }
}

#navMain-toggle {
  float: right;
  display: none;
  font-size: 0.7rem;
  margin-right: -1em !important;
  margin-top: -0.6em;
}
@media only screen and (max-width: 600px) {
  #navMain-toggle {
    display: block;
  }
}

#page {
  margin-bottom: 100vh;
  padding: 0;
  z-index: 0;
  background-color: white;
  color: black;
  transition: background-color 0.5s ease-out, color 0.5s ease-out;
}
#page.galleryAppeared {
  background-color: black;
  color: white;
  transition: background-color 1.5s ease-out, color 1.5s ease-out;
}

#footerMain {
  display: grid;
  grid: auto/auto;
  place-content: center;
  height: 100vh;
  padding: 1.25rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -300;
  background-color: #5a5a5a;
  color: white;
  font-size: 0.9rem;
}
#footerMain > div {
  text-align: center;
  width: 100%;
}

img[src$=".svg"],
img[src*=".svg?"] {
  display: none !important;
}

.articleList figure svg,
.post header > svg {
  transform: translateY(5%);
  transition: transform 1s ease-out;
}
.articleList figure svg.appeared,
.post header > svg.appeared {
  transform: translateY(0);
}

.appearGradient stop:first-child {
  stop-color: rgba(0, 0, 0, 0);
  transition: all 1.5s ease-out;
}
.appearGradient stop:last-child {
  stop-color: rgba(0, 0, 0, 0);
  transition: all 2.5s ease-out;
}

.appeared radialGradient stop:first-child,
.appeared linearGradient stop:first-child {
  stop-color: black;
}
.appeared radialGradient stop:last-child,
.appeared linearGradient stop:last-child {
  stop-color: black;
}

.post #page > header {
  background-color: #ffe1e1;
  display: grid;
  grid: 1fr/1fr;
  height: 100vh;
  padding: 3rem;
  min-height: 50vh;
}
.post #page > header .appearGradient stop:first-child {
  stop-color: rgba(102, 204, 0, 0);
}
.post #page > header .appearGradient stop:last-child {
  stop-color: rgba(102, 0, 204, 0);
}
.post #page > header .appeared radialGradient stop:first-child,
.post #page > header .appeared linearGradient stop:first-child {
  stop-color: #66cc00;
}
.post #page > header .appeared radialGradient stop:last-child,
.post #page > header .appeared linearGradient stop:last-child {
  stop-color: #6600cc;
}
.post #page > header > img,
.post #page > header > svg {
  -ms-flex-item-align: center;
      align-self: center;
  grid-column: 1;
  grid-row: 1;
  max-height: calc(100vh - 2 * 3rem);
  max-width: 100%;
  opacity: 0.3;
  place-self: center;
}
.post #page > header > .post-introText {
  grid-column: 1;
  grid-row: 1;
  max-width: 40rem;
  place-self: center;
  text-align: center;
  z-index: 100;
}
.post #page > header > .post-introText > .ingress {
  font-size: 1.2rem;
  font-style: italic;
}
.post #page > header > .post-introText > .contactInfo {
  font-size: 1.2rem;
}
.post #page > article {
  padding: 2rem 3rem 3rem 3rem;
  width: 100%;
  min-height: 50vh;
}
.post #page > article p,
.post #page > article blockquote,
.post #page > article ul, .post #page > article ol,
.post #page > article h1, .post #page > article h2, .post #page > article h3, .post #page > article h4, .post #page > article h5, .post #page > article h6,
.post #page > article hr, .post #page > article pre {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.post #page > article > .gallery {
  margin: 2rem -3rem;
  padding: 2rem 0;
}
.post #page > article > .gallery:last-child {
  margin-bottom: -3rem;
}
.post #page > article > .gallery figure {
  padding-top: 2rem;
}
.post #page > article figure {
  margin: 2rem;
  max-width: 100%;
  text-align: center;
}
.post #page > article figure a {
  cursor: zoom-in;
}
.post #page > article figure img,
.post #page > article figure video {
  display: block;
  margin: 0 auto;
  max-height: calc(100vh - 2rem - 3rem);
  max-width: 100%;
  height: auto;
  width: auto;
}
.post #page > article figcaption {
  color: #7d7d7d;
  font-size: 0.9rem;
  line-height: 1.1;
  display: grid;
  place-items: center;
  min-height: 3rem;
  margin: 0 auto;
}
.post #page > article > img,
.post #page > article > a > img,
.post #page > article > p > img,
.post #page > article > p > a > img,
.post #page > article > video,
.post #page > article > a > video,
.post #page > article > p > video,
.post #page > article > p > a > video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100vh;
  max-width: 100%;
  height: auto;
  width: auto;
}

.post--hasHero #page > .post-introText {
  text-shadow: -2px -2px 0 #ffe1e1, 2px -2px 0 #ffe1e1, -2px 2px 0 #ffe1e1, 2px 2px 0 #ffe1e1;
}

.post--text #page > header,
.post--pageText #page > header {
  height: auto;
}

.post--pageContact #page {
  margin-bottom: 0;
}
.post--pageContact #page > header {
  height: 100vh;
}

.post-introText > .contactInfo > a {
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: black;
  border-radius: 1.25rem;
  text-decoration: none;
  margin: auto;
  padding: 0.25rem 0.625rem;
  white-space: nowrap;
  transition: background-color 0.25s ease-out;
  display: inline-block;
  margin: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.post-introText > .contactInfo > a:hover {
  background-color: #ff7d7d;
  text-decoration: none;
}

.post--text #page > article > p:first-child:first-letter,
.anfang:first-letter {
  float: left;
  font-size: 6.44rem;
  line-height: 5.39rem;
  margin-right: 0.5rem;
}

.articleList {
  display: grid;
  grid-template-rows: 50vh;
  grid-auto-rows: 50vh;
  grid-auto-flow: row;
  width: 100%;
}
.articleList > * {
  background-color: #ffe1e1;
  display: grid;
  margin: 0;
  overflow: hidden;
  padding: 2rem;
  text-align: center;
}
.articleList > * .appearGradient stop:first-child {
  stop-color: rgba(102, 204, 0, 0);
}
.articleList > * .appearGradient stop:last-child {
  stop-color: rgba(102, 0, 204, 0);
}
.articleList > * .appeared radialGradient stop:first-child,
.articleList > * .appeared linearGradient stop:first-child {
  stop-color: #66cc00;
}
.articleList > * .appeared radialGradient stop:last-child,
.articleList > * .appeared linearGradient stop:last-child {
  stop-color: #6600cc;
}
.articleList > * h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.articleList > blockquote {
  grid-row-end: span 1;
  padding: 3rem;
  place-content: center;
}
.articleList > blockquote h2,
.articleList > blockquote p {
  max-width: 40rem;
}
.articleList > blockquote p {
  font-size: 1.2rem;
  font-style: italic;
}
@media only screen and (max-width: 800px) {
  .articleList > blockquote {
    grid-row-end: span 2;
  }
}
.articleList > figure {
  grid-row-end: span 2;
  grid-template-rows: 1fr;
  grid-template-columns: [first] 1fr 1fr 1fr 1fr [last];
  grid-template-areas: "left middle middle right";
  grid-column-gap: 2rem;
  grid-auto-rows: 50vh;
  grid-auto-flow: row;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .articleList > figure {
    grid-template-columns: [first] 1fr 1fr 1fr [last];
    grid-template-areas: "left middle right";
  }
}
@media only screen and (max-width: 800px) {
  .articleList > figure {
    grid-template-columns: [first] 1fr 1fr [last];
    grid-template-areas: "left right";
  }
}
.articleList > figure > img,
.articleList > figure > svg {
  display: block;
  grid-column: first/last;
  grid-row: 1;
  place-self: center;
  max-height: 100%;
  max-width: 100%;
}
.articleList > figure > figcaption {
  grid-area: right;
  grid-row: 1;
  -ms-flex-item-align: end;
      align-self: end;
  background-color: white;
  border-radius: 1.875rem;
  padding: 1.25rem;
  text-align: left;
  z-index: 100;
}
@media only screen and (max-width: 800px) {
  .articleList > figure > figcaption {
    text-align: center;
  }
  .articleList > figure > figcaption h2 {
    margin-bottom: 1rem;
  }
  .articleList > figure > figcaption p {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .articleList > figure > figcaption {
    grid-column: first/last !important;
  }
}
.articleList > figure:nth-of-type(even) > figcaption {
  grid-area: left;
}

figure.postColor--1,
blockquote.postColor--1 {
  background-color: #e1f0ff;
}
figure.postColor--1 .appearGradient stop:first-child,
blockquote.postColor--1 .appearGradient stop:first-child {
  stop-color: rgba(204, 0, 204, 0);
}
figure.postColor--1 .appearGradient stop:last-child,
blockquote.postColor--1 .appearGradient stop:last-child {
  stop-color: rgba(0, 204, 0, 0);
}
figure.postColor--1 .appeared radialGradient stop:first-child,
figure.postColor--1 .appeared linearGradient stop:first-child,
blockquote.postColor--1 .appeared radialGradient stop:first-child,
blockquote.postColor--1 .appeared linearGradient stop:first-child {
  stop-color: #cc00cc;
}
figure.postColor--1 .appeared radialGradient stop:last-child,
figure.postColor--1 .appeared linearGradient stop:last-child,
blockquote.postColor--1 .appeared radialGradient stop:last-child,
blockquote.postColor--1 .appeared linearGradient stop:last-child {
  stop-color: #00cc00;
}
figure.postColor--1 .readMore:hover,
blockquote.postColor--1 .readMore:hover {
  background-color: #00cc00;
  text-decoration: none;
}

.post #page.postColor--1 > header {
  background-color: #e1f0ff;
}
.post #page.postColor--1 > header .appearGradient stop:first-child {
  stop-color: rgba(204, 0, 204, 0);
}
.post #page.postColor--1 > header .appearGradient stop:last-child {
  stop-color: rgba(0, 204, 0, 0);
}
.post #page.postColor--1 > header .appeared radialGradient stop:first-child,
.post #page.postColor--1 > header .appeared linearGradient stop:first-child {
  stop-color: #cc00cc;
}
.post #page.postColor--1 > header .appeared radialGradient stop:last-child,
.post #page.postColor--1 > header .appeared linearGradient stop:last-child {
  stop-color: #00cc00;
}
.post #page.postColor--1 > header > .post-introText {
  text-shadow: -2px -2px 0 #e1f0ff, 2px -2px 0 #e1f0ff, -2px 2px 0 #e1f0ff, 2px 2px 0 #e1f0ff;
}

figure.postColor--2,
blockquote.postColor--2 {
  background-color: #ffffe1;
}
figure.postColor--2 .appearGradient stop:first-child,
blockquote.postColor--2 .appearGradient stop:first-child {
  stop-color: rgba(0, 204, 102, 0);
}
figure.postColor--2 .appearGradient stop:last-child,
blockquote.postColor--2 .appearGradient stop:last-child {
  stop-color: rgba(204, 0, 102, 0);
}
figure.postColor--2 .appeared radialGradient stop:first-child,
figure.postColor--2 .appeared linearGradient stop:first-child,
blockquote.postColor--2 .appeared radialGradient stop:first-child,
blockquote.postColor--2 .appeared linearGradient stop:first-child {
  stop-color: #00cc66;
}
figure.postColor--2 .appeared radialGradient stop:last-child,
figure.postColor--2 .appeared linearGradient stop:last-child,
blockquote.postColor--2 .appeared radialGradient stop:last-child,
blockquote.postColor--2 .appeared linearGradient stop:last-child {
  stop-color: #cc0066;
}
figure.postColor--2 .readMore:hover,
blockquote.postColor--2 .readMore:hover {
  background-color: #cc0066;
  text-decoration: none;
}

.post #page.postColor--2 > header {
  background-color: #ffffe1;
}
.post #page.postColor--2 > header .appearGradient stop:first-child {
  stop-color: rgba(0, 204, 102, 0);
}
.post #page.postColor--2 > header .appearGradient stop:last-child {
  stop-color: rgba(204, 0, 102, 0);
}
.post #page.postColor--2 > header .appeared radialGradient stop:first-child,
.post #page.postColor--2 > header .appeared linearGradient stop:first-child {
  stop-color: #00cc66;
}
.post #page.postColor--2 > header .appeared radialGradient stop:last-child,
.post #page.postColor--2 > header .appeared linearGradient stop:last-child {
  stop-color: #cc0066;
}
.post #page.postColor--2 > header > .post-introText {
  text-shadow: -2px -2px 0 #ffffe1, 2px -2px 0 #ffffe1, -2px 2px 0 #ffffe1, 2px 2px 0 #ffffe1;
}

figure.postColor--3,
blockquote.postColor--3 {
  background-color: #f0e1ff;
}
figure.postColor--3 .appearGradient stop:first-child,
blockquote.postColor--3 .appearGradient stop:first-child {
  stop-color: rgba(204, 0, 0, 0);
}
figure.postColor--3 .appearGradient stop:last-child,
blockquote.postColor--3 .appearGradient stop:last-child {
  stop-color: rgba(0, 204, 204, 0);
}
figure.postColor--3 .appeared radialGradient stop:first-child,
figure.postColor--3 .appeared linearGradient stop:first-child,
blockquote.postColor--3 .appeared radialGradient stop:first-child,
blockquote.postColor--3 .appeared linearGradient stop:first-child {
  stop-color: #cc0000;
}
figure.postColor--3 .appeared radialGradient stop:last-child,
figure.postColor--3 .appeared linearGradient stop:last-child,
blockquote.postColor--3 .appeared radialGradient stop:last-child,
blockquote.postColor--3 .appeared linearGradient stop:last-child {
  stop-color: #00cccc;
}
figure.postColor--3 .readMore:hover,
blockquote.postColor--3 .readMore:hover {
  background-color: #00cccc;
  text-decoration: none;
}

.post #page.postColor--3 > header {
  background-color: #f0e1ff;
}
.post #page.postColor--3 > header .appearGradient stop:first-child {
  stop-color: rgba(204, 0, 0, 0);
}
.post #page.postColor--3 > header .appearGradient stop:last-child {
  stop-color: rgba(0, 204, 204, 0);
}
.post #page.postColor--3 > header .appeared radialGradient stop:first-child,
.post #page.postColor--3 > header .appeared linearGradient stop:first-child {
  stop-color: #cc0000;
}
.post #page.postColor--3 > header .appeared radialGradient stop:last-child,
.post #page.postColor--3 > header .appeared linearGradient stop:last-child {
  stop-color: #00cccc;
}
.post #page.postColor--3 > header > .post-introText {
  text-shadow: -2px -2px 0 #f0e1ff, 2px -2px 0 #f0e1ff, -2px 2px 0 #f0e1ff, 2px 2px 0 #f0e1ff;
}

figure.postColor--4,
blockquote.postColor--4 {
  background-color: #e1ffe1;
}
figure.postColor--4 .appearGradient stop:first-child,
blockquote.postColor--4 .appearGradient stop:first-child {
  stop-color: rgba(0, 102, 204, 0);
}
figure.postColor--4 .appearGradient stop:last-child,
blockquote.postColor--4 .appearGradient stop:last-child {
  stop-color: rgba(204, 102, 0, 0);
}
figure.postColor--4 .appeared radialGradient stop:first-child,
figure.postColor--4 .appeared linearGradient stop:first-child,
blockquote.postColor--4 .appeared radialGradient stop:first-child,
blockquote.postColor--4 .appeared linearGradient stop:first-child {
  stop-color: #0066cc;
}
figure.postColor--4 .appeared radialGradient stop:last-child,
figure.postColor--4 .appeared linearGradient stop:last-child,
blockquote.postColor--4 .appeared radialGradient stop:last-child,
blockquote.postColor--4 .appeared linearGradient stop:last-child {
  stop-color: #cc6600;
}
figure.postColor--4 .readMore:hover,
blockquote.postColor--4 .readMore:hover {
  background-color: #cc6600;
  text-decoration: none;
}

.post #page.postColor--4 > header {
  background-color: #e1ffe1;
}
.post #page.postColor--4 > header .appearGradient stop:first-child {
  stop-color: rgba(0, 102, 204, 0);
}
.post #page.postColor--4 > header .appearGradient stop:last-child {
  stop-color: rgba(204, 102, 0, 0);
}
.post #page.postColor--4 > header .appeared radialGradient stop:first-child,
.post #page.postColor--4 > header .appeared linearGradient stop:first-child {
  stop-color: #0066cc;
}
.post #page.postColor--4 > header .appeared radialGradient stop:last-child,
.post #page.postColor--4 > header .appeared linearGradient stop:last-child {
  stop-color: #cc6600;
}
.post #page.postColor--4 > header > .post-introText {
  text-shadow: -2px -2px 0 #e1ffe1, 2px -2px 0 #e1ffe1, -2px 2px 0 #e1ffe1, 2px 2px 0 #e1ffe1;
}

figure.postColor--5,
blockquote.postColor--5 {
  background-color: #ffe1f0;
}
figure.postColor--5 .appearGradient stop:first-child,
blockquote.postColor--5 .appearGradient stop:first-child {
  stop-color: rgba(204, 204, 0, 0);
}
figure.postColor--5 .appearGradient stop:last-child,
blockquote.postColor--5 .appearGradient stop:last-child {
  stop-color: rgba(0, 0, 204, 0);
}
figure.postColor--5 .appeared radialGradient stop:first-child,
figure.postColor--5 .appeared linearGradient stop:first-child,
blockquote.postColor--5 .appeared radialGradient stop:first-child,
blockquote.postColor--5 .appeared linearGradient stop:first-child {
  stop-color: #cccc00;
}
figure.postColor--5 .appeared radialGradient stop:last-child,
figure.postColor--5 .appeared linearGradient stop:last-child,
blockquote.postColor--5 .appeared radialGradient stop:last-child,
blockquote.postColor--5 .appeared linearGradient stop:last-child {
  stop-color: #0000cc;
}
figure.postColor--5 .readMore:hover,
blockquote.postColor--5 .readMore:hover {
  background-color: #0000cc;
  text-decoration: none;
}

.post #page.postColor--5 > header {
  background-color: #ffe1f0;
}
.post #page.postColor--5 > header .appearGradient stop:first-child {
  stop-color: rgba(204, 204, 0, 0);
}
.post #page.postColor--5 > header .appearGradient stop:last-child {
  stop-color: rgba(0, 0, 204, 0);
}
.post #page.postColor--5 > header .appeared radialGradient stop:first-child,
.post #page.postColor--5 > header .appeared linearGradient stop:first-child {
  stop-color: #cccc00;
}
.post #page.postColor--5 > header .appeared radialGradient stop:last-child,
.post #page.postColor--5 > header .appeared linearGradient stop:last-child {
  stop-color: #0000cc;
}
.post #page.postColor--5 > header > .post-introText {
  text-shadow: -2px -2px 0 #ffe1f0, 2px -2px 0 #ffe1f0, -2px 2px 0 #ffe1f0, 2px 2px 0 #ffe1f0;
}

figure.postColor--6,
blockquote.postColor--6 {
  background-color: #e1ffff;
}
figure.postColor--6 .appearGradient stop:first-child,
blockquote.postColor--6 .appearGradient stop:first-child {
  stop-color: rgba(102, 0, 204, 0);
}
figure.postColor--6 .appearGradient stop:last-child,
blockquote.postColor--6 .appearGradient stop:last-child {
  stop-color: rgba(102, 204, 0, 0);
}
figure.postColor--6 .appeared radialGradient stop:first-child,
figure.postColor--6 .appeared linearGradient stop:first-child,
blockquote.postColor--6 .appeared radialGradient stop:first-child,
blockquote.postColor--6 .appeared linearGradient stop:first-child {
  stop-color: #6600cc;
}
figure.postColor--6 .appeared radialGradient stop:last-child,
figure.postColor--6 .appeared linearGradient stop:last-child,
blockquote.postColor--6 .appeared radialGradient stop:last-child,
blockquote.postColor--6 .appeared linearGradient stop:last-child {
  stop-color: #66cc00;
}
figure.postColor--6 .readMore:hover,
blockquote.postColor--6 .readMore:hover {
  background-color: #66cc00;
  text-decoration: none;
}

.post #page.postColor--6 > header {
  background-color: #e1ffff;
}
.post #page.postColor--6 > header .appearGradient stop:first-child {
  stop-color: rgba(102, 0, 204, 0);
}
.post #page.postColor--6 > header .appearGradient stop:last-child {
  stop-color: rgba(102, 204, 0, 0);
}
.post #page.postColor--6 > header .appeared radialGradient stop:first-child,
.post #page.postColor--6 > header .appeared linearGradient stop:first-child {
  stop-color: #6600cc;
}
.post #page.postColor--6 > header .appeared radialGradient stop:last-child,
.post #page.postColor--6 > header .appeared linearGradient stop:last-child {
  stop-color: #66cc00;
}
.post #page.postColor--6 > header > .post-introText {
  text-shadow: -2px -2px 0 #e1ffff, 2px -2px 0 #e1ffff, -2px 2px 0 #e1ffff, 2px 2px 0 #e1ffff;
}

figure.postColor--7,
blockquote.postColor--7 {
  background-color: #fff0e1;
}
figure.postColor--7 .appearGradient stop:first-child,
blockquote.postColor--7 .appearGradient stop:first-child {
  stop-color: rgba(0, 204, 0, 0);
}
figure.postColor--7 .appearGradient stop:last-child,
blockquote.postColor--7 .appearGradient stop:last-child {
  stop-color: rgba(204, 0, 204, 0);
}
figure.postColor--7 .appeared radialGradient stop:first-child,
figure.postColor--7 .appeared linearGradient stop:first-child,
blockquote.postColor--7 .appeared radialGradient stop:first-child,
blockquote.postColor--7 .appeared linearGradient stop:first-child {
  stop-color: #00cc00;
}
figure.postColor--7 .appeared radialGradient stop:last-child,
figure.postColor--7 .appeared linearGradient stop:last-child,
blockquote.postColor--7 .appeared radialGradient stop:last-child,
blockquote.postColor--7 .appeared linearGradient stop:last-child {
  stop-color: #cc00cc;
}
figure.postColor--7 .readMore:hover,
blockquote.postColor--7 .readMore:hover {
  background-color: #cc00cc;
  text-decoration: none;
}

.post #page.postColor--7 > header {
  background-color: #fff0e1;
}
.post #page.postColor--7 > header .appearGradient stop:first-child {
  stop-color: rgba(0, 204, 0, 0);
}
.post #page.postColor--7 > header .appearGradient stop:last-child {
  stop-color: rgba(204, 0, 204, 0);
}
.post #page.postColor--7 > header .appeared radialGradient stop:first-child,
.post #page.postColor--7 > header .appeared linearGradient stop:first-child {
  stop-color: #00cc00;
}
.post #page.postColor--7 > header .appeared radialGradient stop:last-child,
.post #page.postColor--7 > header .appeared linearGradient stop:last-child {
  stop-color: #cc00cc;
}
.post #page.postColor--7 > header > .post-introText {
  text-shadow: -2px -2px 0 #fff0e1, 2px -2px 0 #fff0e1, -2px 2px 0 #fff0e1, 2px 2px 0 #fff0e1;
}

figure.postColor--8,
blockquote.postColor--8 {
  background-color: #e1e1ff;
}
figure.postColor--8 .appearGradient stop:first-child,
blockquote.postColor--8 .appearGradient stop:first-child {
  stop-color: rgba(204, 0, 102, 0);
}
figure.postColor--8 .appearGradient stop:last-child,
blockquote.postColor--8 .appearGradient stop:last-child {
  stop-color: rgba(0, 204, 102, 0);
}
figure.postColor--8 .appeared radialGradient stop:first-child,
figure.postColor--8 .appeared linearGradient stop:first-child,
blockquote.postColor--8 .appeared radialGradient stop:first-child,
blockquote.postColor--8 .appeared linearGradient stop:first-child {
  stop-color: #cc0066;
}
figure.postColor--8 .appeared radialGradient stop:last-child,
figure.postColor--8 .appeared linearGradient stop:last-child,
blockquote.postColor--8 .appeared radialGradient stop:last-child,
blockquote.postColor--8 .appeared linearGradient stop:last-child {
  stop-color: #00cc66;
}
figure.postColor--8 .readMore:hover,
blockquote.postColor--8 .readMore:hover {
  background-color: #00cc66;
  text-decoration: none;
}

.post #page.postColor--8 > header {
  background-color: #e1e1ff;
}
.post #page.postColor--8 > header .appearGradient stop:first-child {
  stop-color: rgba(204, 0, 102, 0);
}
.post #page.postColor--8 > header .appearGradient stop:last-child {
  stop-color: rgba(0, 204, 102, 0);
}
.post #page.postColor--8 > header .appeared radialGradient stop:first-child,
.post #page.postColor--8 > header .appeared linearGradient stop:first-child {
  stop-color: #cc0066;
}
.post #page.postColor--8 > header .appeared radialGradient stop:last-child,
.post #page.postColor--8 > header .appeared linearGradient stop:last-child {
  stop-color: #00cc66;
}
.post #page.postColor--8 > header > .post-introText {
  text-shadow: -2px -2px 0 #e1e1ff, 2px -2px 0 #e1e1ff, -2px 2px 0 #e1e1ff, 2px 2px 0 #e1e1ff;
}

figure.postColor--9,
blockquote.postColor--9 {
  background-color: #f0ffe1;
}
figure.postColor--9 .appearGradient stop:first-child,
blockquote.postColor--9 .appearGradient stop:first-child {
  stop-color: rgba(0, 204, 204, 0);
}
figure.postColor--9 .appearGradient stop:last-child,
blockquote.postColor--9 .appearGradient stop:last-child {
  stop-color: rgba(204, 0, 0, 0);
}
figure.postColor--9 .appeared radialGradient stop:first-child,
figure.postColor--9 .appeared linearGradient stop:first-child,
blockquote.postColor--9 .appeared radialGradient stop:first-child,
blockquote.postColor--9 .appeared linearGradient stop:first-child {
  stop-color: #00cccc;
}
figure.postColor--9 .appeared radialGradient stop:last-child,
figure.postColor--9 .appeared linearGradient stop:last-child,
blockquote.postColor--9 .appeared radialGradient stop:last-child,
blockquote.postColor--9 .appeared linearGradient stop:last-child {
  stop-color: #cc0000;
}
figure.postColor--9 .readMore:hover,
blockquote.postColor--9 .readMore:hover {
  background-color: #cc0000;
  text-decoration: none;
}

.post #page.postColor--9 > header {
  background-color: #f0ffe1;
}
.post #page.postColor--9 > header .appearGradient stop:first-child {
  stop-color: rgba(0, 204, 204, 0);
}
.post #page.postColor--9 > header .appearGradient stop:last-child {
  stop-color: rgba(204, 0, 0, 0);
}
.post #page.postColor--9 > header .appeared radialGradient stop:first-child,
.post #page.postColor--9 > header .appeared linearGradient stop:first-child {
  stop-color: #00cccc;
}
.post #page.postColor--9 > header .appeared radialGradient stop:last-child,
.post #page.postColor--9 > header .appeared linearGradient stop:last-child {
  stop-color: #cc0000;
}
.post #page.postColor--9 > header > .post-introText {
  text-shadow: -2px -2px 0 #f0ffe1, 2px -2px 0 #f0ffe1, -2px 2px 0 #f0ffe1, 2px 2px 0 #f0ffe1;
}

figure.postColor--10,
blockquote.postColor--10 {
  background-color: #ffe1ff;
}
figure.postColor--10 .appearGradient stop:first-child,
blockquote.postColor--10 .appearGradient stop:first-child {
  stop-color: rgba(204, 102, 0, 0);
}
figure.postColor--10 .appearGradient stop:last-child,
blockquote.postColor--10 .appearGradient stop:last-child {
  stop-color: rgba(0, 102, 204, 0);
}
figure.postColor--10 .appeared radialGradient stop:first-child,
figure.postColor--10 .appeared linearGradient stop:first-child,
blockquote.postColor--10 .appeared radialGradient stop:first-child,
blockquote.postColor--10 .appeared linearGradient stop:first-child {
  stop-color: #cc6600;
}
figure.postColor--10 .appeared radialGradient stop:last-child,
figure.postColor--10 .appeared linearGradient stop:last-child,
blockquote.postColor--10 .appeared radialGradient stop:last-child,
blockquote.postColor--10 .appeared linearGradient stop:last-child {
  stop-color: #0066cc;
}
figure.postColor--10 .readMore:hover,
blockquote.postColor--10 .readMore:hover {
  background-color: #0066cc;
  text-decoration: none;
}

.post #page.postColor--10 > header {
  background-color: #ffe1ff;
}
.post #page.postColor--10 > header .appearGradient stop:first-child {
  stop-color: rgba(204, 102, 0, 0);
}
.post #page.postColor--10 > header .appearGradient stop:last-child {
  stop-color: rgba(0, 102, 204, 0);
}
.post #page.postColor--10 > header .appeared radialGradient stop:first-child,
.post #page.postColor--10 > header .appeared linearGradient stop:first-child {
  stop-color: #cc6600;
}
.post #page.postColor--10 > header .appeared radialGradient stop:last-child,
.post #page.postColor--10 > header .appeared linearGradient stop:last-child {
  stop-color: #0066cc;
}
.post #page.postColor--10 > header > .post-introText {
  text-shadow: -2px -2px 0 #ffe1ff, 2px -2px 0 #ffe1ff, -2px 2px 0 #ffe1ff, 2px 2px 0 #ffe1ff;
}

figure.postColor--11,
blockquote.postColor--11 {
  background-color: #e1fff0;
}
figure.postColor--11 .appearGradient stop:first-child,
blockquote.postColor--11 .appearGradient stop:first-child {
  stop-color: rgba(0, 0, 204, 0);
}
figure.postColor--11 .appearGradient stop:last-child,
blockquote.postColor--11 .appearGradient stop:last-child {
  stop-color: rgba(204, 204, 0, 0);
}
figure.postColor--11 .appeared radialGradient stop:first-child,
figure.postColor--11 .appeared linearGradient stop:first-child,
blockquote.postColor--11 .appeared radialGradient stop:first-child,
blockquote.postColor--11 .appeared linearGradient stop:first-child {
  stop-color: #0000cc;
}
figure.postColor--11 .appeared radialGradient stop:last-child,
figure.postColor--11 .appeared linearGradient stop:last-child,
blockquote.postColor--11 .appeared radialGradient stop:last-child,
blockquote.postColor--11 .appeared linearGradient stop:last-child {
  stop-color: #cccc00;
}
figure.postColor--11 .readMore:hover,
blockquote.postColor--11 .readMore:hover {
  background-color: #cccc00;
  text-decoration: none;
}

.post #page.postColor--11 > header {
  background-color: #e1fff0;
}
.post #page.postColor--11 > header .appearGradient stop:first-child {
  stop-color: rgba(0, 0, 204, 0);
}
.post #page.postColor--11 > header .appearGradient stop:last-child {
  stop-color: rgba(204, 204, 0, 0);
}
.post #page.postColor--11 > header .appeared radialGradient stop:first-child,
.post #page.postColor--11 > header .appeared linearGradient stop:first-child {
  stop-color: #0000cc;
}
.post #page.postColor--11 > header .appeared radialGradient stop:last-child,
.post #page.postColor--11 > header .appeared linearGradient stop:last-child {
  stop-color: #cccc00;
}
.post #page.postColor--11 > header > .post-introText {
  text-shadow: -2px -2px 0 #e1fff0, 2px -2px 0 #e1fff0, -2px 2px 0 #e1fff0, 2px 2px 0 #e1fff0;
}

figure.postColor--12,
blockquote.postColor--12 {
  background-color: #ffe1e1;
}
figure.postColor--12 .appearGradient stop:first-child,
blockquote.postColor--12 .appearGradient stop:first-child {
  stop-color: rgba(102, 204, 0, 0);
}
figure.postColor--12 .appearGradient stop:last-child,
blockquote.postColor--12 .appearGradient stop:last-child {
  stop-color: rgba(102, 0, 204, 0);
}
figure.postColor--12 .appeared radialGradient stop:first-child,
figure.postColor--12 .appeared linearGradient stop:first-child,
blockquote.postColor--12 .appeared radialGradient stop:first-child,
blockquote.postColor--12 .appeared linearGradient stop:first-child {
  stop-color: #66cc00;
}
figure.postColor--12 .appeared radialGradient stop:last-child,
figure.postColor--12 .appeared linearGradient stop:last-child,
blockquote.postColor--12 .appeared radialGradient stop:last-child,
blockquote.postColor--12 .appeared linearGradient stop:last-child {
  stop-color: #6600cc;
}
figure.postColor--12 .readMore:hover,
blockquote.postColor--12 .readMore:hover {
  background-color: #6600cc;
  text-decoration: none;
}

.post #page.postColor--12 > header {
  background-color: #ffe1e1;
}
.post #page.postColor--12 > header .appearGradient stop:first-child {
  stop-color: rgba(102, 204, 0, 0);
}
.post #page.postColor--12 > header .appearGradient stop:last-child {
  stop-color: rgba(102, 0, 204, 0);
}
.post #page.postColor--12 > header .appeared radialGradient stop:first-child,
.post #page.postColor--12 > header .appeared linearGradient stop:first-child {
  stop-color: #66cc00;
}
.post #page.postColor--12 > header .appeared radialGradient stop:last-child,
.post #page.postColor--12 > header .appeared linearGradient stop:last-child {
  stop-color: #6600cc;
}
.post #page.postColor--12 > header > .post-introText {
  text-shadow: -2px -2px 0 #ffe1e1, 2px -2px 0 #ffe1e1, -2px 2px 0 #ffe1e1, 2px 2px 0 #ffe1e1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 1em 1em;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 2.667em;
  height: 1.6em;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.133em;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2.667em;
  height: 0.2667em;
  background-color: #000;
  /* border-radius: 0.2667em; */
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -0.667em;
}

.hamburger-inner::after {
  bottom: -0.667em;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
